/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05/06/2014, 13:21:12
    Author     : lisandro
*/


.show-grid {
    margin-top: 1px;
    margin-bottom: 20px;

}
.show-grid [class*="span"] {
    background-color: #eee;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 40px;
    line-height: 40px;
}
.show-grid:hover [class*="span"] {
    background: #ddd;
}
.show-grid .show-grid {
    margin-top: 0;
    margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
    margin-top: 5px;
}
.show-grid [class*="span"] [class*="span"] {
    background-color: #ccc;
}
.show-grid [class*="span"] [class*="span"] [class*="span"] {
    background-color: #999;
}


tr.row_selected td{background-color:lightblue !important;}

.showBorder{
    border: 1px solid #ccc;
    border-radius:5px;
}

.checkboxSalas{
    padding: 0px !important; 
    margin: 1px !important; 
    margin-bottom: 0px !important; 
    margin-top: 0px !important;
    padding-bottom: 0px !important; 
    padding-top: 0px !important; 
    min-height: 1px !important;
}

.salasArgentinas{
    margin-top: 2px; 
    margin-bottom: 0px; 
    width: 100%;
}

.salasInternacionales{
    margin-top: 2px; 
    margin-bottom: 0px; 
    width: 100%;
}

tr.pasado {background: yellow;}
tr.noPasado{background: white;}


.onoffswitch {
    position: relative; width: 67px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 18px; padding: 0; line-height: 18px;
    font-size: 13px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 18px;
    background-color: #3DD62F; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 18px;
    background-color: #C42323; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 14px; margin: 2px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 45px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}


.no-close .ui-dialog-titlebar-close {
    display: none;
}

.tableFloatingHeaderOriginal{
    background-color: white;
}

#errorMsg{
    color: red;
}
.errorMsg{
    color: red;
}
.inputPosnet{
    width: 40px;
}
.fechaAcre{
    width: 80px;
}
.rotar90{
    transform: rotate(90deg);
}
.rotar180{
    transform: rotate(180deg);
}
.rotar270{
    transform: rotate(270deg);
}

.text-center {
    text-align: center !important;
}