﻿html,body{height:100%;}
body {
    background-color: white;
    font: normal 18px Arial, Helvetica, sans-serif;
    margin: 0px;
    overflow:hidden;
}
table {
	border-collapse: collapse;    
}
td {
	padding: 0px;
	border: 0px;
}
#zonaDatos {
    overflow: auto;
    height: 1000px;
}
.cuadroEspera {
    display: none;
    margin: auto;
    width: 300px;
    padding-top: 150px;
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.cuadroEspera div:first-child {
    display: table;
    background-color: white;
    -webkit-box-shadow: 5px 5px 24px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 24px -3px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 24px -3px rgba(0,0,0,0.75);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: auto;
    width: 300px;
    background-color: white;
    padding: 30px;
    text-align: center;
}
.cuadroEspera span {
    display: none;
    font-size: 12px;
}
.cuadroFlotante {
    margin: auto;
    padding: 10px;
    background-color: white;
    -webkit-box-shadow: 5px 5px 24px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 24px -3px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 24px -3px rgba(0,0,0,0.75);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.cuadroTexto {
    font-size: 12px;
    padding-left: 5px;
    color: black;
    background-color: #dcdada;
    border: 3px #dcdada solid;
}
.campoCaptura {
    font-size: 12px;
    padding-left: 5px;
    color: black;
    border: 1px #dcdada solid;
}
.botonAccion {
    height: 40px;
    border: 0px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #005f84;
}
.botonAccion:hover {        
    background-color:#6a8aa8;
}
.mensajeError {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #CC0000;
    color: white;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    line-height:20px;
}
.etiquetaCampo {
    font-size:12px;
    font-weight:bold;
}
.cuadroSelector {
    font-size: 13px;
    padding-left: 5px;
    color: black;
    display: table-cell;
    width: 100%;
    text-align: left;
    cursor: pointer;
    background-color: #dcdada;
    border: 3px #dcdada solid;
}
.cuadroSelector:hover {
    background-color:#6a8aa8;
    border: 3px #6a8aa8 solid;
    color:white;
}
.listaSelector {
    font-size:14px;
    color:black;
    border: 3px gray solid;
    display:table-cell;
    width:100%;
    text-align:left;
    cursor:pointer;
    border: 1px solid gray;
}
input[type=checkbox].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}
input[type=checkbox].css-checkbox + label.css-label {
	padding-left:20px;
	height:14px; 
	display:inline-block;
	line-height:14px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -14px;
}
label.css-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: url('../Images/chk-image2.png');
    margin-top: 2px;
    margin-bottom: 2px;
}
.css-radiolist input[type=radio] {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.css-radiolist input[type=radio] + label {
	padding-left: 20px;
	height: 14px;
	display: inline-block;
	line-height: 14px;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
	cursor: pointer;
}
.css-radiolist input[type=radio]:checked + label {
	background-position: 0 -14px;
}
.css-radiolist label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: url('../Images/chk-image3.png');
	margin-top: 2px;
	margin-bottom: 2px;
}
.checkSelector {
    margin:0px;
    padding:0px;
    width:100%;
}
.checkSelector lu {
    margin:0px;
    padding:0px;
    list-style:none;
}
.checkSelector li {
    list-style:none;
    list-style-type:none;
}
.checkSelector label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    padding-top:3px;
    padding-bottom:3px;
    padding-right:10px;
    cursor:pointer;
}
.checkSelector label:hover {
    background-color:#6a8aa8;
    color:white;
    list-style-type:none;
}
.checkSelector label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -moz-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
    .checkSelector label::after {
        display: inline-block;
        position: absolute;
        width: 14px;
        height: 14px;
        left: 0;
        top: 0;
        margin-left: -20px;
        padding-left: 3px;
        padding-top: 1px;
        font-size: 11px;
        color: #005f84;
    }
.checkSelector input[type='checkbox'] {
    opacity: 0;
    z-index: 1;
}
.checkSelector input[type="checkbox"]:checked + label::after {    
}
.checkSelector-primary input[type="checkbox"]:checked + label::before {
    background-color: #005f84;
    border-color: #005f84;
}
.checkSelector-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}
.botonBarra {
    vertical-align:bottom;
    font-size:13px;
    color:black;
    padding:5px;
    cursor:pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.botonBarra:hover {
    background-color:#f0efef;
}
input[type='text'].fuenteTexto, textarea.fuenteTexto {
    font-family: sans-serif, arial, helvetica;
    font-weight:normal;
    font-size:12px;
}
div.tab {
    overflow: hidden;
    border: 1px solid #ccc;    
    background-color: #f1f1f1;  
}
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    margin-bottom: 1px;
    padding: 5px 15px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px #ddd solid;
    border-right: 1px #ddd solid;
    margin-bottom: 2px;
}
div.tab button:hover {
    background-color: #ddd;
}
div.tab button.active {
    background-color: #ccc;
}
.tabcontent {
    display: none;
    padding: 8px 8px;
    border: 1px solid #ccc;
    border-top: none;
    -webkit-animation: fadeEffect 600ms;
    -moz-animation: fadeEffect 600ms;
    animation: fadeEffect 600ms;
    font-size: 14px;
}
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
@-moz-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
tr.pager-row td {
    border-top:solid 2px #bbd9ee;
}
.pager {
    font-family:arial,sans-serif;
    text-align:left;
    padding:6px;
}
.pager span.command, .pager span.current, .pager a.command, tr.pager-row td a {
    color:#5a90ce;
    padding:0px 12px;
    text-decoration:none;
    border:none;
}
.pager a.command:hover, tr.pager-row td a:hover {
    border:solid 2px #408BB6;
    background-color:#59A5D1;
    color:#fff;
    padding:0px 10px;
    text-decoration:none;
}
.pager span.current, tr.pager-row td span {
	border:solid 2px #3c3c3c;
    background-color:#3e3e3e;
    color:#fff;
    font-weight:bold;
    padding:0px 10px;
}
tr.pager-row td {
	border-top:none;
	text-align:left;
}
tr.pager-row table {
	height:10px;	    
}
/* SubMenu*/
.menuLista { 
    text-decoration:none;
    position: absolute;
    top: 0px;
    left: 0px;
    padding:0px;
    margin:0px;
    list-style:none;
    background-color: #828c95;
    color: #FFFFFF;
    border-color: #828c95;
    margin:auto;
    padding:10px;
    -webkit-box-shadow: 5px 5px 24px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 24px -3px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 24px -3px rgba(0,0,0,0.75);
    -webkit-appearance: none;
    -moz-appearance: none;
}
.menuLista li {
    list-style:none;
    padding: 5px 10px 5px 20px;
    font: normal 12px Arial, Helvetica, sans-serif;    
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.menuLista li:hover {
    background-color:#CCCCCC;
    color: #FFFFFF;
}
.menuListaAscendente {
    background-image: url('../Images/order-asc.png');
    background-repeat: no-repeat;
    background-position-x:3px;
    background-position-y:center;
}
.menuListaDescendente {
    background-image: url('../Images/order-desc.png');
    background-repeat: no-repeat;
    background-position-x:3px;
    background-position-y:center;
}
input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    margin: 7.3px 0;
    padding:0px;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 11.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    -webkit-box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    -moz-box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background-color: rgba(48, 113, 169, 0.78);
    border-radius: 1.3px;
    -webkit-border-radius: 1.3px;
    -moz-border-radius: 1.3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
    box-shadow: 0.9px 0.9px 1px #000031, 0px 0px 0.9px #00004b;
    -webkit-box-shadow: 0.9px 0.9px 1px #000031, 0px 0px 0.9px #00004b;
    -moz-box-shadow: 0.9px 0.9px 1px #000031, 0px 0px 0.9px #00004b;
    border: 1.8px solid #00001e;
    height: 26px;
    width: 26px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-top: -7.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background-color: rgba(49, 116, 173, 0.78);
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 11.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    -webkit-box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    -moz-box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background-color: rgba(48, 113, 169, 0.78);
    border-radius: 1.3px;
    -webkit-border-radius: 1.3px;
    -moz-border-radius: 1.3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
    box-shadow: 0.9px 0.9px 1px #000031, 0px 0px 0.9px #00004b;
    -webkit-box-shadow: 0.9px 0.9px 1px #000031, 0px 0px 0.9px #00004b;
    -moz-box-shadow: 0.9px 0.9px 1px #000031, 0px 0px 0.9px #00004b;
    border: 1.8px solid #00001e;
    height: 26px;
    width: 26px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff;
    cursor: pointer;
}
input[type=range]::-ms-track {
    width: 100%;
    height: 11.4px;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background-color: rgba(47, 110, 165, 0.78);
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    -webkit-border-radius: 2.6px;
    -moz-border-radius: 2.6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    -webkit-box-shadow:  1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    -moz-box-shadow:  1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
    background-color: rgba(48, 113, 169, 0.78);
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    -webkit-border-radius: 2.6px;
    -moz-border-radius: 2.6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    -webkit-box-shadow:  1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    -moz-box-shadow:  1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
    box-shadow: 0.9px 0.9px 1px #000031, 0px 0px 0.9px #00004b;
    -webkit-box-shadow:  0.9px 0.9px 1px #000031, 0px 0px 0.9px #00004b;
    -moz-box-shadow:  0.9px 0.9px 1px #000031, 0px 0px 0.9px #00004b;
    border: 1.8px solid #00001e;
    height: 26px;
    width: 26px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff;
    cursor: pointer;
    height: 11.4px;
}
input[type=range]:focus::-ms-fill-lower {
    background-color: rgba(48, 113, 169, 0.78);
}
input[type=range]:focus::-ms-fill-upper {
    background-color: rgba(49, 116, 173, 0.78);
}
.colorSeleccionMes {
    background-color: #dcdada;
}
.colorTitulo {
    color: white;
    background-color: #005f84;
}
.colorMenu {
    background-color: var(--colorMenuReporte);
}
.colorPrincipal a {
    color: white;
}
.colorPrincipal {
    background-color: #005f84;
    color: white;
}
.mayusculas {
    text-transform: uppercase;
}
.fondoMenu {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.40;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    background-color: black;
    display: none;
}
#encabezado {
    height: 35px;
}
#encabezado .menuModulos {
    display: none;
    position: absolute;
    width: 100vw;    
}
#encabezado .menuActual {
    color: white;
    display: table-cell;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    width: calc(100vw - 135px);
    width: -webkit-calc(100vw - 125px);
    width: -moz-calc(100vw - 125px);
    height: 35px;
    text-align: right;
    vertical-align: middle;
}
    #encabezado table {
        margin: auto;
        -webkit-box-shadow: 5px 5px 24px -3px rgba(0,0,0,0.75);
        -moz-box-shadow: 5px 5px 24px -3px rgba(0,0,0,0.75);
        box-shadow: 5px 5px 24px -3px rgba(0,0,0,0.75);
        height: 35px;
        width: 60%;
        background-color: #005f84;
    }
#encabezado table td {
    display: block;
    height: 35px;
    vertical-align: middle;
    text-align: center;
}
#encabezado .logo {
    display: table-cell;
    height: 35px;
    width: 120px;
    background: transparent url('../Images/logo-app-baja.png') no-repeat center;
}
.logoMensaje {
    display: table-cell;
    height: 35px;
    width: 100%;
    text-align:right;
    background: transparent url('../Images/logo-app-baja.png') no-repeat left;
}
#encabezado .menuModulo {
    color: white;
    display: block;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
    line-height: 40px;
    padding: 0 10px 0 10px;
    margin: 0;
    border: none;
    background-color: #005f84;
    cursor: pointer;
    width: 100%;
}
#encabezado .menuModuloSeleccionado {
    background-color: white;
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    line-height: 40px;
    padding: 0 10px 0 10px;
    white-space: nowrap;
    margin: 0;
    color: #005f84;
    border: none;
    cursor: pointer;
    width: 100%;
}
.botonCerrarSesion {
    display: table-cell;
    text-align: right;
    width: 100%;
    text-align: right;
    padding-right: 10px;
    vertical-align: middle;
}
.tablaMensajeError {
    width: 100%;
    max-width: 1250px;
    height: 229px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}
.tablaMensajeError td {
    text-align: center;
    vertical-align: middle;
    padding: 20px;
}
@media only screen and (min-width: 700px) {
    #encabezado .menuModulos {
        position: initial;
        display: table-cell;
        width: calc(100vw - 135px);
        width: -webkit-calc(100vw - 125px);
        width: -moz-calc(100vw - 125px);
    }
    #encabezado .menuActual {
        display: none;
    }
    #encabezado table {
        width: auto;
        margin-right: 0px;
        margin-left: auto;
        background: transparent;
        border: none;
        -webkit-box-shadow: initial;
        -moz-box-shadow: initial;
        box-shadow: initial;
        -webkit-border-radius: initial;
        -moz-border-radius: initial;
        border-radius: initial;
        -webkit-appearance: initial;
        -moz-appearance: initial;
    }
    #encabezado table td {
        display: table-cell;
        height: auto;                       
        text-align: initial;
    }        
    #encabezado .logo {
        display: table-cell;            
    }
    #encabezado .menuModulo {
        color: white;
        font-size: 13px;
        font-weight: normal;
        text-decoration: none;
        padding: 0 20px 0 0;
        line-height: 35px;
        margin: 0 0 5px 0;
        width: initial;
    }
    #encabezado .menuModulo:hover {
        text-decoration: underline;
    }
    #encabezado .menuModuloSeleccionado {
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        padding: 0 20px 0 0;
        line-height: 35px;
        margin: 0 0 5px 0;
        background-color: transparent;
        color: white;
        width: initial;
        cursor: initial;
    }
    .botonAccion {
        height: 20px;
        font-size: 11px;
    }
}
@media only screen and (min-width: 900px) {
    #encabezado {
        height: 50px;
    }
    #encabezado .menuModulos {
        height: 50px;
        width: calc(100vw - 215px);
        width: -webkit-calc(100vw - 215px);
        width: -moz-calc(3100vw - 215px);
    }
    #encabezado table {
        height: 50px;            
    }
    #encabezado table td {
        vertical-align: bottom;
    }
    #encabezado .logo {
        height: 50px;
        width: 200px;
        padding-left: 10px;
        background: transparent url('../Images/logo-app.png') no-repeat center;
    }
    .logoMensaje {
        height: 50px;
        width: 100%;
        padding-left: 10px;
        text-align:right;
        background: transparent url('../Images/logo-app.png') no-repeat left;
    }
    #encabezado .menuModulo {
        line-height: initial;
    }
    #encabezado .menuModuloSeleccionado {
        line-height: initial;
    }
}