header {
    background: #07559d;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 82px;
    width: 100%;
	margin-bottom: 33px;
}
header .navbar {
  background: #07559d !important;
height: 47px;
}
header .navbar .navbar-brand {
    width: 8%;
    position: relative;
    margin: 0;
    padding: 0;
	top: -10px;
	border: 1px solid #07559d;
	background: #fff;
}
.navbar-nav {position: relative;top: -13px; background: #07559d;/* width: 150px;*/}

.navbar-nav li a { }
.nav-link{ color: #fff;}
.btco-hover-menu .active a { color: #fff;}
.btco-hover-menu .collapse ul > li:hover > a { background: #0072c6; color: #fff;}

.btco-hover-menu .collapse ul ul > li > a { background: #d6d8d9; border-bottom: 1px solid #0072c6; } 

.btco-hover-menu .collapse ul ul > li:hover > a, .navbar .show .dropdown-menu > li > a:focus, .navbar .show .dropdown-menu > li > a:hover { background: #0072c6;}

.btco-hover-menu a, .navbar > li > a { padding-top: 13px; padding-bottom: 13px;}
.btco-hover-menu .collapse ul ul > li > a { font-size: 0.9em;}
.btco-hover-menu .collapse ul ul ul > li:hover > a { background: #0072c6;}

.logo {
  width: 120px;
  height: 120px;
  border-top: none;
  border-right: 1px solid rgba(7, 85, 157, 0.2);
  border-left: 1px solid rgba(7, 85, 157, 0.2);
  border-bottom: 1px solid rgba(7, 85, 157, 0.2);
  background: #ffffff;
  margin: 0px 20px 0px 0px;
  position: absolute;
  top: -45px;
  left: 0px;
  z-index: 1;
}
.logo img {
  max-width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
}

.separadorHeader { height: 35px; background: #fff;}
.separadorHeader .usuario { float: right; margin: 5px 10px 0 0;}
.separadorHeader .usuario img { margin: 0 5px;}

header .navbar-toggler-icon {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAABL0lEQVRoge3ZMUoEQRCF4b+agRUEA0UvYWQsRpt5DsHcwGBNDAXxCIIX8ARmHsBoL2HgDriyqDA+A9cL7DRUd9FfMul70FNF0ybpBHgA9qnTG3Bmkl6BA+80Iy1MkrxTZKAELL1TZPCRvBPkEqrIxDtEBhOT9AOYd5KxEnDlHSKDa1tP3yNgxznMppbAi8VYI8GmVgitSGlakdK0IqUJU6QDtoBLYA+obc0b0AO3HfAInPrmGe04yp2dBKy8Q2SwSsDgnSKDIczUSsQYwSnUz/7kHSKDZ5O0Dcz4W4g16oGbdmcvTStSmlakNK1IaVqR0nTr7yF1PyvMO+ACuHMOM9bMJA0EOGJRrrrfCfj0TpHBV/VH6l+YIlHe2ZWAhXeKDN5N0hS4B3a902yoB85/AVPET41dZLYRAAAAAElFTkSuQmCC');
  background-size: 70% 70%;
  margin-top:5px;
}

header .navbar-collapse {
    position: absolute;
    left: 120px !important;
    top: 15px!important;
    /*width: 100%;*/
    margin: 0px 0px 0px 0px!important;
	z-index: 999;
}
.floatDerecha { float: right;}
.bordeCaja { border: 1px solid #07559d;}
.bordeCajaAlerta { border: 1px solid #07559d; margin-bottom: 10px;}
.txtDestacado { color: #000; font-size: 1.1em;}
.dataTables_length, .dataTables_info { display: none;}
.dataTables_wrapper {font-size: 0.9em;}
.table th, .table td {
    padding: 3px 5px;
    white-space: nowrap;
    border:none;
}
.table .odd:hover, .table .even:hover { background: #c8ccd2;}
body { font-size: 0.8em;}
h6.titCaja { background: #0072c6; color: #fff; padding: 5px; font-size: 1em; margin-bottom: 0; cursor: pointer;}
h6.titCajaAlert {
    background: #0072c6;
    color: #fff;
    padding: 5px;
    font-size: 1em;
    margin-bottom: 0;
    cursor: pointer;
}
 .titCajaAlert span { font-weight: bold; margin-left: 10px;}
h6.titAccordion { color: #07559d; font-size: 0.9em; margin: 3px 0; }

.colDato { width: 200px; padding: 5px; display: inline-block; font-size: 0.9em; }
.colDato input { height: 24px;}
.card-header { padding: 1px; }
.card-header button { padding: 3px 6px; width: 100%; text-align: left;}
.card-body { padding: 5px 10px;}

.datosTabla { width: 33%; display: inline-table; font-size: 0.89em;}
    .datosTabla td:first-child {
        color: #999;
        width: 35%;
    }
.datosTabla tr { border-bottom: 1px solid #f1f1f1;}
.datosTabla tr:last-child { border-bottom: 1px solid #fff;}
.datosTabla input { padding: 1px;}
.datosTabla select { padding: 1px;  font-size: 0.9em;}

.datosTablaFiltros { width: 33%; display: inline-table; font-size: 0.89em;}
.datosTablaFiltros td:first-child { color: #999;}
.datosTablaFiltros tr { border-bottom: 1px solid #f1f1f1;}
.datosTablaFiltros tr:last-child { border-bottom: 1px solid #fff;}
.datosTablaFiltros input { padding: 1px; height: 22px; font-size: 0.9em;}
.datosTablaFiltros select { padding: 1px; height: 22px; font-size: 0.9em;}
.datosTablaFiltros .btn-group .btn { padding: 2px 10px; font-size: 1.1em;}
/*.datosTablaFiltros .btn-group { width: 50%;}*/

.datosTablaAlerta { color: #999; font-size: 0.88em; display: inline-block;}

.separador { border-bottom: 1px solid #07559d;}
.separadorSimple {
    border-bottom: 1px solid #CDCDCD;
}


.ancho10 {width: 10%;}
.ancho15 {width: 15%;}
.ancho20 { width: 19%;}
.ancho22 { width: 22%;}
.ancho25 { width: 24%;}
.ancho30 { width: 29%;}
.ancho33 { width: 33%;}
.ancho40 { width: 39%;}
.ancho50 { width: 49%;}
.ancho60 { width: 59%;}
.ancho75 {
    width: 74%;
}
.ancho80 { width: 79%;}
.ancho90 {
    width: 89%;
}
.ancho66 {
    width: 66%;
}

.ancho100 { width: 99%;} 
.mt10 { margin-top: 10px;}

.fondoLogin .card-login { margin-top: 130px; padding: 18px; max-width: 30rem;opacity: 0.8;
  filter: alpha(opacity=80);}
.fondoLogin .card-header { color: #fff; background: #fff; font-size: 20px; font-weight: 600 !important; margin-top: 10px; border-bottom: 0; }
.fondoLogin .logoLogin { width: 150px;}
.fondoLogin { background: #999 url("../Imagenes/fondoLogin.jpg") no-repeat center center; background-size: cover; }
.cargaArchivos { -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; background: #f1f1f1; margin: 5px; padding: 10px; text-align: center;}
.cargaArchivos .custom-file { text-align:left;}
.titCarga { color: #ff8000; width: 50%; text-align: center; font-weight: bold;}
.botonCarga { padding: 4em 1em; background: #c5dbec; border: 1px solid #c5dbec; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;}
.imgCsv { width: 81%;}

@media only screen and (min-width: 0px) and (max-width: 320px) {
.logoLogin { width: 90px;}
.datosTabla, .datosTablaFiltros { width: 99%;}
    .navbar-toggler { position: relative; top: -4px;}
.navbar-nav li { width: 160px;}
    .datosTabla td:first-child { width: 49%;}
}

@media only screen and (min-width: 0px) and (max-width: 529px) {
.logoLogin { width: 90px;}
.datosTabla, .datosTablaFiltros { width: 99%;}
header .navbar .navbar-brand { width: 18%;}
    .navbar-toggler { position: relative; top: -11px;}
    .navbar-nav li { width: 160px;}
    .datosTablaFiltros td:first-child { width: 40%;}
    .bordeCajaAlerta .ancho10, .bordeCajaAlerta .ancho15 {width: 49%;}
    .bordeCajaAlerta .ancho40 {width: 99%;}
    .datosTabla td:first-child { width: 49%;}
	.imgCsv { display: none;}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
.datosTabla { width: 49%;}
    .navbar-toggler { position: relative; top: -6px;}
    .datosTablaFiltros td:first-child { width: 40%;}
    .bordeCajaAlerta .ancho10, .bordeCajaAlerta .ancho15 {width: 49%;}
    .bordeCajaAlerta .ancho40 {width: 99%;}
	.imgCsv { display: none;}
}
@media only screen and (min-width: 950px) and (max-width: 1366px) {

  .logo {width: 90px;}
}

.center-div {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
}


.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fakemodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

label.error {
    color: #c84444;
}

a {
    text-decoration: none;
}

.yes-arrow {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist
}
    .yes-arrow::-ms-expand {
        display: menulist;
    }

.modal-header {
    background-color: steelblue;
    color: white;
}

.dt-buttons {
    float: right;
}