*{
    font-family: Roboto,Arial,Helvetica,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
    font-size: 11px;
    color: #444;/*    cursor: default;*/
    font-weight: normal;/*    -webkit-user-select: none;    -moz-user-select: none;    -ms-user-select: none;*/    /*user-select: none;*/
}
#bodyLogin{
    background-color:#166896;
    font-family: calibri;
    font-size: 12px;
    min-width: 50%;
}
#loginDiv{
    border : 1px black solid;
    background: #EDEDED;
    border-radius: 6px;
    box-shadow: 15px 25px 60px rgba(0,0,0,0.45);
    -webkit-box-shadow: 15px 25px 60px rgba(0,0,0,0.45);
    padding: 30px;
    width: 600px;
    height: 250px;
    margin:  auto;
    position: relative;
}
h1{
    font-size: 27px;
    width: 100%;
    text-align: left;
}
#loginForm{
    margin-top: 40px;
}
.loginField{
    display: block;
    width: 60%;
    height: 50px;
    margin: 0 auto;
}
.loginField label{
    font-size: 19px;
    font-weight: bold;
    width: 20%;
}
.loginField input{
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 26px;
    width: 210px;
    float: right;
    font-size: 12px;
    font-family: arial;
    text-align: center;
    font-weight: bold;
    border: 1px #757F78 solid;
    box-shadow: 0 2px 2px rgba(0,0,0,0.35) inset,0 1px 1px #DEDEDE;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.35) inset,0 1px 1px #DEDEDE;
}
#nomuser{
    background-image: url('images/userico.png');
    background-repeat: no-repeat;
    background-position: 226px,5px;
}
#claveuser{
    background-image: url('images/passico.png');
    background-repeat: no-repeat;
    background-position: 226px,5px;
}
#loginButton{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 31px;
    padding: 2px 10px 5px 10px;
    overflow: hidden;
    font-size: 14px;
    color: #FFF;
    text-shadow: 0 -1px rgba(0,0,0,.4);
    background: linear-gradient(to bottom, rgb(22, 104, 150) 0%,rgb(14, 67, 97) 100%);
    border-radius: 3px;
    opacity: .8;
    font-weight: bold;
    float:right;
    padding-top: 5px;
}
#loginButton:hover{
    opacity: 1;
}
#littleLogo{
    width: 110px;
    position: absolute;
    right: 15px;
    bottom: 7px;
    font-size: 17px;
    font-weight: bold;
}
#content{
    position: relative;
    margin-bottom: 10px;
    background: white;
    width: 960px;
    margin: 0 auto;
}
.veDetalleTurno{
    cursor:pointer;
}
#addTurno{
    background: linear-gradient(to bottom, rgb(110, 166, 197) 0%,rgb(14, 67, 97) 100%);
    float: right;
    text-decoration: none;
    color: white;
    padding: 3px;
    border-radius: 3px;
    margin: 5px 3px;
}
#addTurno img{
    width: 15px;
    position: relative;
    top: 3px;
    margin-right: 3px;
}
.totalVenta,.totalEntregado{
    display: block;
    height: 23px;
    width: 55%;
    margin: 0 auto;
}
.totalVenta input,.totalEntregado input{
    width: 100px;
    border-radius: 3px;
    border: 1px #989898 solid;
    float: right;
    padding: 2px;
    font-size: 10px;
    text-align: right;
}
#totalVentaSuma,#totalEntregadoSuma{
    width:50%;
    float:left;
}
.titulo2{
    color: #005d88;
    font-weight: bold;
    text-align: center;
    font-size: 17px;
    margin-bottom: 12px;
}
.conITemForm{
    width: 28%;
    display: block;
    height: 25px;
}
#seleccionaTurno,#fechaTurno,#seleccionaEstacion{
    float: right;
    width: 114px;
    border-radius: 3px;
    border: 1px gray solid;
}
.totalVenta_lectura,.totalEntregado_lectura{
    display: block;
    height: 23px;
    width: 55%;
    margin: 0 auto;
}
.totalVenta_lectura input,.totalEntregado_lectura input{
    width: 100px;
    border-radius: 3px;
    border: 1px #989898 solid;
    float: right;
    padding: 2px;
    font-size: 10px;
    text-align: right;
}
#totalVentaSuma_lectura,#totalEntregadoSuma_lectura{
    width:50%;
    float:left;
}
header{
    background: linear-gradient(to bottom, #70c9ec 0%,rgb(255, 255, 255) 100%);
    height: 100px;
    position:relative;
}
#logoPrincipal{
    width: 205px;
    margin-top: 10px;
    margin-left: 12px;
}
#cerrarSEsionlink{
    position: absolute;
    bottom: 8px;
    right: 7px;
    color: red;
    font-weight: bold;
}
.fa{
    color:#00acea;
}
.nav-text{
    color:white;
}
.fileContainer {
    overflow: hidden;
    position: relative;
}
.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
#lupaAlumnos,#lupaAlumnosCobranza{
    position: relative;
    left: 10px;
    top: 8px;
    cursor: pointer;
}
.busquedaIcon{
    width: 20px;
    padding: 2px;
    border-radius: 3px;
}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: bold;
    padding: 3px !important;
    margin: 0px !important;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 3px 4px !important;
}
.seleccionList:hover{
    background: #ffcc3b !important;
    cursor: pointer;
}
#lupaServicios,#lupaMateriales{
    position: relative;
    left: 10px;
    top: 8px;
    cursor: pointer;
}
select,input{
    box-sizing: border-box;
}
#cobranzaTable{
    width: 100%;
    border-collapse: collapse;
}
#cobranzaTable th{
}
#cobranzaTable td{
}
.linCobranza td{
    height: 15px;
    border: 1px #4ba6cc solid;
}
.escampo_PRECIO{
    TEXT-ALIGN:RIGHT;
}
#divisionTotales{
    margin-top: 6px;
    float: right;
}
#divisionPagosRealizados{
    margin-top: 6px;
    float: right;
    border: 1px #6fb8d7 solid;
    width: 515px;
    height: 64px;
    margin-top: 6px;
    margin-right: 20px;
    overflow: auto;
}
.contieneTotalesCobranza{
    position: relative;
    height: 22px;
    margin-top: 0px;
}
.contieneTotalesCobranza label  {
    display: block;
    margin-top: 4px;
    float: left;
    width: 80px;
}
.contieneTotalesCobranza input  {
    float: left;
}
#cobranzaTable td input{
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: center;
    border-color: #6cb6d6;
}
#mensajeInfo{
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
}
.contieneDivCortes{
    margin: 10px 40px;
}
.contieneDivCortes:last-child{
    border-bottom:1px #c0c0c0 solid;
    padding-bottom: 10px;
}
.labelDescMoneda{
    display: inline-block;
    font-weight: bold;
    width: 100px;
}
.inputmoneda{
    width: 100px;
    text-align: right;
}
.xseparador{
    font-weight: bold;
    margin: 0px 12px;
}
.twocolumn{
        display: inline-block;
    float: left;
    width: 49%;
}
.twocolumn:last-child{
        border-left:1px #c0c0c0 solid;
}
#totalizamondesc{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
#totalizamon{
   margin-left: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.textoTitulo{
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 25px;
}
.infoCajaspan{
    display: block;
    font-weight: bold;
    font-size: 15px;
    margin: 11px 15px;
}
#infoInicioCaja{
    
    width: 50%;
}
#comentarioInicioCaja{
    resize: none;
    width: 90%;
    margin: 2px 14px;
    height: 97px;
}
.labelTextForm{
     font-weight: bold;
    font-size: 15px;
    margin: 11px 15px;
    display:block;
}
#mainContainerGestionCortes{
    display: block;
    width: 100%;
}
#contieneMenuCortes{
    position: relative;
    float: left;
    width: 15%;
 
}
#contieneCortes{
    position: relative;
    float: left;
    width: 100%;
}
.btnCortes{
   color: white !important;
    text-decoration: none;
    padding: 4px 4px 4px 2px;
    width: 108px;
    text-align: center;
    margin-left: 10px;
    display: inline-block;
}
.btnCortes:hover{
    opacity:.5;
}
#mainCortes{
        border-collapse: collapse;
    width: 100%;
}