html {
    height: 100%;
    position: relative
}

body {
    height: 100%;
    background-color: #e4e6e9;
    min-height: 100%;
    padding-bottom: 0;
    font-family: 'Open Sans';
    font-size: 13px;
    color: #393939;
    line-height: 1.5
}

#container {
    height: 100%;
}

#cargando-full {
    min-height: 100%;
    min-width: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 9999;
    position: absolute;
    text-align: center; 
    padding-top: 200px; 
    color: #e2e2e2; 
}

/* //////////////////////////////////////////////////////////////////////////////////////////// */
/*   MENU   */
/* //////////////////////////////////////////////////////////////////////////////////////////// */

.menu-full {
    width:100%; 
    height: 100%; 
    position: fixed; 
    z-index:99;
    top:0; 
    left:0; 
}

.over-layer-menu {
    position: absolute;
    opacity: 0.9;
    background-color: #a0a0a0; 
    width: 100%; 
    height: 100%; 
    z-index: 10;
    top: 0; 
    left: 0; 
}

.menu-iconos {
    position: relative;
    float: none; 
    margin: 0 auto; 
    margin-top: 130px; 
    text-align: center; 
    border: 1px solid #101958; 
    max-width: 852px;
	min-height: 218px; 
    background-color: #101958; 
    width: auto; 
    height: auto; 
    top: 0; 
    left: 0;
	z-index: 20;
	opacity: 0;
}

.menu-titulo {
    position: absolute;
    color: white;
    padding-top: 2px;
    width: 100%;
    text-align: center;
	font-size: 14px;
}

.menu-contenedor {
	margin: 3px;
	margin-top: 30px;
	background-color: #e7e7e7;
	max-width: 852px;
	min-height: 183px;
	padding-top: 10px;
}

.submenu-iconos {
    position: absolute;
    width: 100%;
    height: 25px;
    margin:3px;
    max-width: 844px;
}

.submenu-iconos-contenedor {
    position: relative;
    height: auto;    
    background-color: #101958; 
    opacity:0.9;
    margin:auto;
    text-align:left;
}

.submenu-contenedor-hijo {
    display:none; 
    float: right; 
    border-left: 1px solid #484848; 
    width:100%;
    min-height:168px; 
    max-width: 672px;
}

.img-iconos{
    width:96px; 
    height:96px;
}

.div-iconos{
    float: left; 
    height:30px;
    width: 100%; 
    text-align: center;
	font-weight: 600;
}

.img-iconos-submenu{
    width:72px; 
    height:72px;
}

.div-iconos-submenu{
    float: left; 
    width: 100%; 
    text-align: center;
}

.main-container {
    background-color: #101958; 
    margin-top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
}

.main-container:before {
    display: block;
    content: "";
    position: absolute;
    z-index: -2;
    width: 100%;
    max-width: inherit;
    bottom: 0;
    top: 0;
}
.main-container.container,
.rtl .main-container.container {
    padding-left: 0;
    padding-right: 0
}
.main-container.container:before {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    width: inherit
}

@media (max-width: 767px) {
    .main-container.container:before {
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%
    }
}

.main-content {
    margin-left: 0;
    min-height: 100%;
    height:100%;
    padding: 0
}
.main-content:before,
.main-content:after {
    content: " ";
    display: table
}
.main-content:after {
    clear: both
}
.sidebar+.main-content {
    margin: 24px;
    margin-top:0;
}



/* //////////////////////////////////////////////////////////////////////////////////////////// */
/*  Mensaje */
/* //////////////////////////////////////////////////////////////////////////////////////////// */
.mensaje {
    min-height: 		100%;
    min-width: 			100%;
    background: 		rgba(0, 0, 0, .9);
    z-index: 			9998;
    position:			absolute;
    text-align: 		center; 
    padding-top: 		200px; 
    color: 				#e2e2e2; 
}

.mensaje_interior {
	position: 			absolute; 
	width: 				350px; 
	height: 			auto; 
	border: 			1px solid #c2c2c2;
	margin: 			auto; 
	left: 				0; 
	right: 				0;
	z-index: 			10;
	background-color: 	#e5e5e5;
	border-radius: 		2px;
}

.mensaje_titulo {
	background: 	-webkit-linear-gradient(#3183d4, #255f98);
	background: 	-o-linear-gradient(#3183d4, #255f98);
	background: 	-moz-linear-gradient(#3183d4, #255f98);
	background: 	linear-gradient(#3183d4, #255f98);
	width: 			100%;
	height: 		30px;
	padding: 		3px;
	line-height: 	24px; 
	color: 			#FFF; 
}

.mensaje_cuerpo{
	width: 			100%; 
	height: 		110px; 
	text-align: 	left; 
	padding: 		10px; 
	padding-top: 	40px;
	font-size: 		16px; 
	color: 			black;
	border-top: 	1px solid #c2c2c2;
	border-bottom: 	1px solid #c2c2c2;
}

.mensaje_pie {
	width: 				100%; 
	height: 			40px;
	padding: 			5px; 
	background-color: 	#d8d8d8;
	color: 				#FFF;
}


.mensajeBienvenida {
    position: 			absolute; 
	max-width: 			1200px;
    min-width: 			900px;	
	border: 			1px solid #c2c2c2;
	margin: 			auto; 
	left: 				0; 
	right: 				0;
	z-index: 			10;
	background-color: 	#e5e5e5;
	border-radius: 		5px;
	text-align: 		center;
	padding: 			15px;
}

.mensajeBienvenida_cuerpo{
	width: 				100%; 
	text-align: 		left; 
	padding: 			10px; 
	padding-top: 		30px;
	font-size: 			16px; 
	color: 				black;
}

/* //////////////////////////////////////////////////////////////////////////////////////////// */
/* TABS */
/* //////////////////////////////////////////////////////////////////////////////////////////// */

.tab-guenoa {
    margin: 				2px;
    padding-left: 			10px;
    padding-right: 			10px;
    margin-top: 			22px;
    border: 				1px solid transparent;
    border-radius: 			4px;
    height:					28px;
    width:					auto;
    outline:				0;
	background: 			lightgray;
}

.tab-guenoa:hover{
    opacity: .9;
}

.tab-guenoa.seleccionada{
    background-color: 			white;
}

.tab-desktop {
    background-color:			grey; 
    border:						0px; 
    float:						left; 
    height: 					24px; 
    border-top-left-radius: 	4px;
    border-top-right-radius: 	4px; 
    margin-top: 				16px; 
    margin-left:				2px; 
    padding-left:				8px; 
    padding-right:				8px; 
    color:						white;
    outline:					0;
}

.tab-desktop:hover{
    opacity: 					.9;
}

.tab-desktop.seleccionada{
    background-color:		#3a87ad; 
}

.tab-menu {
    background-color:		transparent; 
    float:					left;
    margin-top: 			22px; 
    color:					#e2e2e2;
    border-top-left-radius: 4px;
    border-top-right-radius:4px; 
    border: 				1px solid #5d5d5d;
    border-bottom:			0px;
    height: 				24px;
    outline:				0;
}

.tab-menu:hover{
    opacity: .9;
}

.nav-tabs-guenoa {
    width:100%; 
    background:#101958; 
    height:48px;
}

.tabs-vista {
    height: 100%;
    max-height: calc(100% - 144px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.page-content {
    background-color: #fff;
    position: relative;
    margin: 0;
    height: 100%;
    padding: 0
}
.page-header {
    margin: 0;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
    overflow: hidden;
}

.tab-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 6px 12px;
    min-height: 48px;
    background-color: white;
    border-bottom: 1px solid #e8eaed;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.tab-header h1 {
    order: 1;
    flex: 1;
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    color: #2679b5;
}

.tab-header h1 small {
    margin: 0 6px;
    font-size: 13px;
    font-weight: 400;
    color: #8089a0;
}

.tab-header .cerrar {
    order: 2;
    margin-left: 12px;
    flex-shrink: 0;
}

.listado {
	margin: 20px auto 80px auto;
}

.contenido{
	padding: 20px;
	margin: 20px auto;
	display: table;
	width: auto;
}

.fila {
	padding: 20px;
	display: table;
	width: auto;
}

.notapie {
	font-size: 10px;
}

.gitem{
    float: left;
	margin-right: 15px;
}

.filaMenuSel {
    background-color: #307ecc;
    color: #FFFFFF;
}

.filaMenu {
    cursor: pointer;
    color: #000000;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////// */
/* ////  TABLAS */
/* ///////////////////////////////////////////////////////////////////////////////////////////// */

.tabla-mini>thead>tr>th,
.tabla-mini>tbody>tr>th,
.tabla-mini>tfoot>tr>th,
.tabla-mini>thead>tr>td,
.tabla-mini>tbody>tr>td,
.tabla-mini>tfoot>tr>td {
	padding: 4px
}

/* ///////////////////////////////////////////////////////////////////////////////////////////// */
/* ////  Botones */
/* ///////////////////////////////////////////////////////////////////////////////////////////// */

.btn-iconos,
.btn-iconos:focus {
    color: #020406;
    border-color: #d2d2d2;
    width: 128px; 
    height: 128px; 
    border-radius: 5px;
    border: 0;
    margin: 20px;
    padding: 0;
    line-height: 15px;
    background-color: transparent;
    outline: 0;
}
.btn-iconos:hover {
    /*background-color: rgb(0,0,0,0.2);*/
    background-color: white;
}

.btn-iconos:hover,
.btn-iconos:active, .open>
.btn-iconos.dropdown-toggle {
	border-color: #6fb3e0;
}
.btn-iconos.no-border:hover,
.btn-iconos.no-border:active {
	border-color: #4f99c6
}
.btn-iconos.no-hover:hover,
.btn-iconos.no-hover:active {
	background-color: rgb(0,0,0,0.8)!important
}
.btn-iconos.active {
	background-color: rgb(0,0,0,0.8) !important; border:0px;
}
.btn-iconos.no-border.active {
	background-color: rgb(0,0,0,0.8) !important; border:0px;
}
.btn-iconos.disabled,
.btn-iconos[disabled], fieldset[disabled] 
.btn-iconos, 
.btn-iconos.disabled:hover,
.btn-iconos[disabled]:hover, fieldset[disabled] 
.btn-iconos:hover,
.btn-iconos.disabled:focus,
.btn-iconos[disabled]:focus, fieldset[disabled] 
.btn-iconos:focus,
.btn-iconos.disabled:active,
.btn-iconos[disabled]:active, fieldset[disabled] 
.btn-iconos:active,
.btn-iconos.disabled.active,
.btn-iconos[disabled].active, fieldset[disabled] 
.btn-iconos.active {
    background-color: transparent !important;
    cursor: default !important;
    border: 0px;
    outline:0;
}

.btn-iconos-submenu,
.btn-iconos-submenu:focus {
    color: #020406;
    border: 0px;
    width: 96px; 
    height: 112px; 
    border-radius: 5px;
    border: 0;
    margin: 10px;
    padding: 0;
    line-height: 15px;
    background-color: transparent;
    outline: 0;
}
.btn-iconos-submenu:hover {
    border:0px;
    /*background-color: rgb(0,0,0,0.2);*/
    background-color: white;
}

.btn-iconos-submenu:hover,
.btn-iconos-submenu:active,
.open>.btn-iconos-submenu.dropdown-toggle {
    border:0px;
    
}
.btn-iconos-submenu.no-border:hover,
.btn-iconos-submenu.no-border:active {
    border:0px;
}
.btn-iconos-submenu.no-hover:hover,
.btn-iconos-submenu.no-hover:active {
    border:0px;
    background-color: rgb(0,0,0,0)!important
}
.btn-iconos-submenu.active {
    background-color: rgb(0,0,0,0.8)!important;
    border:0px;
}
.btn-iconos-submenu.no-border.active {
    background-color: rgb(0,0,0,0.8)!important;
    border:0px;
}

.btn-iconos-interior,
.btn-iconos-interior:focus {
    color:#1e1e1e;
    border-color: #c2c2c2;
    width:128px; 
    height:128px; 
    border-radius:5px;
    border:0;
    margin:20px;
    padding:0;
    line-height: 15px;
    background-color:transparent;
    outline:0;
}

.btn-iconos-interior:hover {
    background-color: #eeeeee;
}

.btn-menu-volver,
.btn-menu-volver:focus {
    position: relative;
    width: auto; 
    height: 27px; 
    border-radius: 0px;
    border: 0;
    margin: 0px;
    padding: 0;
    background-color: #101958;
    padding-left: 6px;
    color: #cacaca;
    text-align: left;
    
}

.btn-menu-volver:hover {
    color: white;
	font-weight: bold;
}

.btn-menu-volver:hover,
.btn-menu-volver:active,
.open>.btn-menu-volver.dropdown-toggle {
    border-color: #6fb3e0;
    
}

.btn-menu-volver.no-border:hover,
.btn-menu-volver.no-border:active {
    border-color: #4f99c6
}

.btn-menu-volver.no-hover:hover,
.btn-menu-volver.no-hover:active {
    background-color: rgb(0,0,0,0.2) !important
}

.btn-menu-volver.active {
    background-color: rgb(0,0,0,0.2) !important;
    border-color: #4396cb
}

.btn-menu-volver.no-border.active {
    background-color: rgb(0,0,0,0.2) !important;
    border-color: #539fd0
}

.cerrar {
    float: right;
    font-weight: 700;
    line-height: 1;
    color: #000;
    outline:0;
}

button.cerrar {
    background: grey;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.cerrar i {
    color: white;
    transition: color 0.3s ease;
}

.cerrar:hover {
    background: #101958;
    box-shadow: 0 0 10px #101958;
}

.cerrar:hover i {
    color: white;
}

.herramientas {
    float: right;
    font-weight: 700;
    line-height: 1;
    color: #000;
    outline:0;
}
.herramientas:hover,
.herramientas:focus {
    background: #e2e2e2;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

button.herramientas {
    background: #eaeaea;
    padding: 1px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 5px;
    cursor: pointer;
    margin-right:10px;
    border: 1px solid #b2b2b2;
    border-radius:2px;
    -webkit-appearance: none
}

.form-vacunacion {
    line-height: 24px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    height:35px;
    width:100%;
    text-transform: uppercase;
}

.caja-form-vacunacion {
    padding: 0px;
    margin-top: 30px;
    border: 1px solid #bababa;
    background-color:#f5f5f5;
}

.gradient-cabezal-formulario {
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgb(255, 200, 170), rgb(255, 173, 5)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(255, 200, 170), rgb(255, 173, 5)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(255, 200, 170), rgb(255, 173, 5)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(255, 200, 170), rgb(255, 173, 5));
    padding:10px;
}

.footer-formulario {
    border-top: 1px solid #bababa; 
    padding:10px;
    margin-top:10px; 
    text-align:center;
    background-color:#f5f5f5;
}

.destacado{
    padding: 0;
    margin: 0;
    font-size: 22px;
}

/* --------- BTN GRIS ---------*/

.btn-gris, .btn-gris:focus {
    background-color: #a0a0a0!important;
    border-color: #a0a0a0
}

.btn-gris:hover, 
.btn-gris:active, 
.open>.btn-gris.dropdown-toggle {
    background-color: #878787!important;
    border-color: #878787
}
.btn-gris.no-border:hover, 
.btn-gris.no-border:active {
    border-color: #a0a0a0;
}
.btn-gris.no-hover:hover, 
.btn-gris.no-hover:active {
    background-color: #a0a0a0!important
}
.btn-gris.active {
    background-color: #337ab7!important;
    border-color: #337ab7
}
.btn-gris.no-border.active {
    background-color: #a0a0a0!important;
    border-color: #a0a0a0
}
.btn-gris.disabled, 
.btn-gris[disabled], fieldset[disabled] 
.btn-gris, 
.btn-gris.disabled:hover, 
.btn-gris[disabled]:hover, fieldset[disabled] 
.btn-gris:hover, 
.btn-gris.disabled:focus,
.btn-gris[disabled]:focus, fieldset[disabled] 
.btn-gris:focus, .btn-gris.disabled:active, 
.btn-gris[disabled]:active, fieldset[disabled] 
.btn-gris:active, 
.btn-gris.disabled.active,
.btn-gris[disabled].active, fieldset[disabled] 
.btn-gris.active {
    background-color: #a0a0a0!important;
    border-color: #a0a0a0
}
/* ------------------------------ */



/* --------- BTN NARANJA ---------*/
.btn-naranja, 
.btn-naranja:focus {
    background-color: #ff8c00!important;
    border-color: #ff8c00
}
.btn-naranja:hover, 
.btn-naranja:active, .open>
.btn-naranja.dropdown-toggle {
    background-color: #ff4c00!important;
    border-color: #ff4c00
}
.btn-naranja.no-border:hover, 
.btn-naranja.no-border:active {
    border-color: #ff8c00;
}
.btn-naranja.no-hover:hover, 
.btn-naranja.no-hover:active {
    background-color: #ff8c00!important
}
.btn-naranja.active {
    background-color: #ff8c00!important;
    border-color: #ff8c00
}
.btn-naranja.no-border.active {
    background-color: #ff8c00!important;
    border-color: #ff8c00
}
.btn-naranja.disabled, 
.btn-naranja[disabled], fieldset[disabled] 
.btn-naranja, 
.btn-naranja.disabled:hover, 
.btn-naranja[disabled]:hover, fieldset[disabled] 
.btn-naranja:hover,
.btn-naranja.disabled:focus, 
.btn-naranja[disabled]:focus, fieldset[disabled] 
.btn-naranja:focus, 
.btn-naranja.disabled:active, 
.btn-naranja[disabled]:active, fieldset[disabled] 
.btn-naranja:active,
.btn-naranja.disabled.active, 
.btn-naranja[disabled].active, fieldset[disabled] 
.btn-naranja.active {
    background-color: #ff8c00!important;
    border-color: #ff8c00
}
/* ---------------------------------------- */



/* --------- BTN MANZANA ---------*/
.btn-manzana, 
.btn-manzana:focus {
    background-color: #63ca00!important;
    border-color: #63ca00
}
.btn-manzana:hover, 
.btn-manzana:active, 
.open>.btn-manzana.dropdown-toggle {
    background-color: #4a9700!important;
    border-color: #4a9700
}
.btn-manzana.no-border:hover, 
.btn-manzana.no-border:active {
    border-color: #63ca00;
}
.btn-manzana.no-hover:hover, 
.btn-manzana.no-hover:active {
    background-color: #63ca00!important
}
.btn-manzana.active {
    background-color: #63ca00!important;
    border-color: #63ca00
}
.btn-manzana.no-border.active {
    background-color: #63ca00!important;
    border-color: #63ca00
}
.btn-manzana.disabled, 
.btn-manzana[disabled], fieldset[disabled] 
.btn-manzana, 
.btn-manzana.disabled:hover, 
.btn-manzana[disabled]:hover, fieldset[disabled] 
.btn-manzana:hover,
.btn-manzana.disabled:focus, 
.btn-manzana[disabled]:focus, fieldset[disabled] 
.btn-manzana:focus, 
.btn-manzana.disabled:active, 
.btn-manzana[disabled]:active, fieldset[disabled] 
.btn-manzana:active,
.btn-manzana.disabled.active, 
.btn-manzana[disabled].active, fieldset[disabled] 
.btn-manzana.active {
    background-color: #63ca00!important;
    border-color: #63ca00
}

/* ---------------------------------------- */


/* --------- BTN AZUL ---------*/
.btn-azul,
.btn-azul:focus {
    background-color: #255f98!important;
    border-color: #255f98;
}

.btn-azul:hover,
.btn-azul:active,
.open>.btn-azul.dropdown-toggle {
    background-color: #000081 !important;
    border-color: #000081;
}
.btn-azul.no-border:hover,
.btn-azul.no-border:active {
    border-color: #3183d4;
}
.btn-azul.no-hover:hover,
.btn-azul.no-hover:active {
    background-color: #3183d4 !important;
}
.btn-azul.active {
    background-color: #3183d4 !important;
    border-color: #3183d4;
}
.btn-azul.no-border.active {
    background-color: #3183d4 !important;
    border-color: #3183d4;
}
.btn-azul.disabled, 
.btn-azul[disabled], fieldset[disabled] 
.btn-azul,
.btn-azul.disabled:hover,
.btn-azul[disabled]:hover, fieldset[disabled] 
.btn-azul:hover,
.btn-azul.disabled:focus,
.btn-azul[disabled]:focus, fieldset[disabled] 
.btn-azul:focus,
.btn-azul.disabled:active,
.btn-azul[disabled]:active, fieldset[disabled] 
.btn-azul:active,
.btn-azul.disabled.active,
.btn-azul[disabled].active, fieldset[disabled] 
.btn-azul.active {
    background-color: #3183d4!important;
    border-color: #3183d4
}

/* ---------------------------------------- */



/* --------- BTN GUARDAR ---------*/
.btn-guardar,
.btn-guardar:focus {
    background-color: #307ecc!important;
    border-color: #307ecc
}
.btn-guardar:hover,
.btn-guardar:active,
.open>.btn-guardar.dropdown-toggle {
    background-color: #307ecc!important;
    border-color: #307ecc
}
.btn-guardar.no-border:hover,
.btn-guardar.no-border:active {
    border-color: #307ecc
}
.btn-guardar.no-hover:hover,
.btn-guardar.no-hover:active {
    background-color: #307ecc!important
}
.btn-guardar.active {
    background-color: #307ecc!important;
    border-color: #307ecc
}
.btn-guardar.no-border.active {
    background-color: #307ecc!important;
    border-color: #307ecc
}
.btn-guardar.disabled,
.btn-guardar[disabled], fieldset[disabled] 
.btn-guardar,
.btn-guardar.disabled:hover,
.btn-guardar[disabled]:hover, fieldset[disabled] 
.btn-guardar:hover,
.btn-guardar.disabled:focus,
.btn-guardar[disabled]:focus, fieldset[disabled] 
.btn-guardar:focus,
.btn-guardar.disabled:active,
.btn-guardar[disabled]:active, fieldset[disabled] 
.btn-guardar:active,
.btn-guardar.disabled.active,
.btn-guardar[disabled].active, fieldset[disabled] 
.btn-guardar.active {
    background-color: #307ecc!important;
    border-color: #307ecc
}

/* ---------------------------------------- */


/* --------- BTN CANCELAR ---------*/
.btn-cancelar,
.btn-cancelar:focus {
    background-color: #666666!important;
    border-color: #666666
}
.btn-cancelar:hover,
.btn-cancelar:active,
.open>.btn-cancelar.dropdown-toggle {
    background-color: #800000!important;
    border-color: #800000
}
.btn-cancelar.no-border:hover,
.btn-cancelar.no-border:active {
    border-color: #666666;
}
.btn-cancelar.no-hover:hover,
.btn-cancelar.no-hover:active {
    background-color: #666666!important
}
.btn-cancelar.active {
    background-color: #666666!important;
    border-color: #666666;
}
.btn-cancelar.no-border.active {
    background-color: #666666!important;
    border-color: #666666
}
.btn-cancelar.disabled,
.btn-cancelar[disabled], fieldset[disabled] 
.btn-cancelar,
.btn-cancelar.disabled:hover,
.btn-cancelar[disabled]:hover, fieldset[disabled] 
.btn-cancelar:hover,
.btn-cancelar.disabled:focus,
.btn-cancelar[disabled]:focus, fieldset[disabled] 
.btn-cancelar:focus,
.btn-cancelar.disabled:active,
.btn-cancelar[disabled]:active, fieldset[disabled] 
.btn-cancelar:active,
.btn-cancelar.disabled.active,
.btn-cancelar[disabled].active, fieldset[disabled] 
.btn-cancelar.active {
    background-color: #666666!important;
    border-color: #666666
}

/* --------- BTN ELIMINAR ---------*/
.btn-eliminar,
.btn-eliminar:focus {
    background-color: #990000!important;
    border-color: #990000
}
.btn-eliminar:hover,
.btn-eliminar:active,
.open>.btn-eliminar.dropdown-toggle {
    background-color: #800000!important;
    border-color: #800000
}
.btn-eliminar.no-border:hover,
.btn-eliminar.no-border:active {
    border-color: #990000;
}
.btn-eliminar.no-hover:hover,
.btn-eliminar.no-hover:active {
    background-color: #990000!important
}
.btn-eliminar.active {
    background-color: #990000!important;
    border-color: #990000;
}
.btn-eliminar.no-border.active {
    background-color: #990000!important;
    border-color: #990000
}
.btn-eliminar.disabled,
.btn-eliminar[disabled],
fieldset[disabled] .btn-eliminar,
.btn-eliminar.disabled:hover,
.btn-eliminar[disabled]:hover,
fieldset[disabled] .btn-eliminar:hover,
.btn-eliminar.disabled:focus,
.btn-eliminar[disabled]:focus,
fieldset[disabled] .btn-eliminar:focus,
.btn-eliminar.disabled:active,
.btn-eliminar[disabled]:active,
fieldset[disabled] .btn-eliminar:active,
.btn-eliminar.disabled.active,
.btn-eliminar[disabled].active,
fieldset[disabled] .btn-eliminar.active {
    background-color: #990000!important;
    border-color: #990000
}

/* BTN Agregar */
.btn-agregar{
    display:block;
    width:50px;
    height:50px;
    line-height:50px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color:#f5f5f5;
    text-align:center;
    text-decoration:none;
    background: #464646;
    box-shadow: 0 0 3px gray;
    font-size:20px;
    font-weight:bold;
}
.btn-agregar:hover {
    background: #262626;
}


.btn-query{
	margin-left: 11px;
	margin-top: 10px;
	margin-bottom: 5px;
}

/* PAGER */
.page-bar {
    position: relative;
    top: 5.8em;
}
.page-bar input {
    width: 3em;
    padding: 5px;
    text-align: center;
}

.page-bar input[type=number]::-webkit-inner-spin-button,
.page-bar input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/* //////////////////////////////////////////////////////////////////////////////////////////// */
/* NAV SUPERIOR */
/* //////////////////////////////////////////////////////////////////////////////////////////// */

.nav-superior {
    height: 60px;
    background: linear-gradient(135deg, #0d1447 0%, #101958 60%, #1a2570 100%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-superior__container {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 10px;
}

.nav-superior__brand {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    padding: 0 8px;
}

.nav-superior__brand img {
    height: 36px;
    width: auto;
}

.nav-superior__logo {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-superior__logo img {
    height: 34px;
    width: auto;
}

.nav-superior__right {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 4px;
}

.nav-superior__user {
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.85);
    padding: 4px 10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.2s;
}

.nav-superior__user:hover {
    background: rgba(255, 255, 255, 0.13);
}

.nav-superior__user-icon {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}

.nav-superior__username {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    white-space: nowrap;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-superior__sep {
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, 0.15);
    margin: 0 6px;
}

.nav-superior__tools {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.nav-superior__tool {
    border-left: 0 !important;
}

.nav-superior__tool-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.2s, box-shadow 0.2s;
    text-decoration: none !important;
}

.nav-superior__tool-btn:hover {
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}

.nav-superior__tool-icon {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.85);
    width: auto !important;
    margin: 0 !important;
}

/* //////////////////////////////////////////////////////////////////////////////////////////// */
/* DROPDOWN NAV SUPERIOR */
/* //////////////////////////////////////////////////////////////////////////////////////////// */

.nav-superior__tool .dropdown-menu {
    background: #0f1752;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
    padding: 6px;
    min-width: 190px;
    margin-top: 10px;
    overflow: hidden;
}

/* Flecha del dropdown apuntando al botón */
.nav-superior__tool .dropdown-menu.dropdown-caret:before {
    border-bottom-color: rgba(255, 255, 255, 0.12) !important;
}
.nav-superior__tool .dropdown-menu.dropdown-caret:after {
    border-bottom-color: #0f1752 !important;
}

/* Items */
.nav-superior__tool .user-menu > li > a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 12px;
    border-radius: 7px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 500;
    transition: background 0.15s, color 0.15s;
    text-decoration: none;
}

.nav-superior__tool .user-menu > li > a:hover,
.nav-superior__tool .user-menu > li > a:focus {
    background: rgba(255, 255, 255, 0.1) !important;
    color: white !important;
}

.nav-superior__tool .user-menu > li > a .ace-icon {
    font-size: 14px;
    width: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    flex-shrink: 0;
}

.nav-superior__tool .user-menu > li > a:hover .ace-icon {
    color: rgba(255, 255, 255, 0.85);
}

/* Separador + estilo rojo para "Salir" */
.nav-superior__tool .user-menu > li:last-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 4px;
    padding-top: 4px;
}

.nav-superior__tool .user-menu > li:last-child > a {
    color: #ff7b7b;
}

.nav-superior__tool .user-menu > li:last-child > a:hover,
.nav-superior__tool .user-menu > li:last-child > a:focus {
    background: rgba(255, 80, 80, 0.15) !important;
    color: #ff5555 !important;
}

.nav-superior__tool .user-menu > li:last-child > a .ace-icon {
    color: #ff7b7b;
}

/* //////////////////////////////////////////////////////////////////////////////////////////// */
/* NAV TABS - Rediseño */
/* //////////////////////////////////////////////////////////////////////////////////////////// */

.nav-tabs-guenoa {
    display: flex;
    align-items: stretch;
    gap: 1px;
    padding: 0 4px;
    overflow-x: auto;
    overflow-y: hidden;
    background: #0c1240;
    height: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.nav-tabs-guenoa::-webkit-scrollbar {
    height: 3px;
}

.nav-tabs-guenoa::-webkit-scrollbar-track {
    background: transparent;
}

.nav-tabs-guenoa::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
}

/* Los <span> wrappers de CABS/MENUS/MOBILE quedan transparentes al flex */
.nav-tabs-guenoa > span {
    display: contents;
}

.tab-menu {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: auto;
    float: none;
    margin: 0;
    margin-top: 0;
    padding: 0;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    color: rgba(255, 255, 255, 0.6);
    outline: 0;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.tab-menu:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.95);
}

.tab-desktop {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: auto;
    float: none;
    margin: 0 1px;
    margin-top: 0;
    padding: 0;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.55);
    outline: 0;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.tab-desktop:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
}

.tab-desktop.seleccionada {
    background: rgba(255, 255, 255, 0.11);
    color: white;
    border-bottom-color: #4a9fd4;
}

.tab-guenoa {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    height: auto;
    width: auto;
    float: none;
    margin: 0 1px;
    margin-top: 0;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    font-weight: 500;
    outline: 0;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    white-space: nowrap;
}

.tab-guenoa:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
}

.tab-guenoa.seleccionada {
    background: rgba(255, 255, 255, 0.11);
    color: white;
    border-bottom-color: #4a9fd4;
}

.tab-guenoa .div-iconos {
    float: none;
    height: auto;
    width: auto;
    font-weight: 500;
}

/* //////////////////////////////////////////////////////////////////////////////////////////// */
/* NAV INFERIOR */
/* //////////////////////////////////////////////////////////////////////////////////////////// */

.nav-inferior {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 24px;
    background: linear-gradient(135deg, #0d1447 0%, #101958 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    z-index: 8;
}

.nav-inferior__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 12px;
}

.nav-inferior__status {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 500;
}

.nav-inferior__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4caf50;
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.7);
    flex-shrink: 0;
}

.nav-inferior__user {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    gap: 5px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////// */
/* MENU PRINCIPAL */
/* //////////////////////////////////////////////////////////////////////////////////////////// */

.over-layer-menu {
    background: rgba(6, 10, 40, 0.82);
    backdrop-filter: blur(4px);
    opacity: 1;
}

.menu-iconos {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5), 0 4px 16px rgba(0, 0, 0, 0.3);
    margin-top: 80px;
    height: auto !important;
    width: auto !important;
}

.submenu-iconos {
    height: 44px;
    margin: 0;
}

.submenu-iconos-contenedor {
    position: relative;
    background: linear-gradient(135deg, #0d1447 0%, #101958 100%);
    opacity: 1;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 12px;
}

.menu-titulo {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    padding: 0;
    pointer-events: none;
}

.btn-menu-volver,
.btn-menu-volver:focus {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 600;
    height: auto;
    width: auto;
    margin: 0;
    text-align: left;
    letter-spacing: 0.5px;
}

.btn-menu-volver:hover {
    background: rgba(255, 255, 255, 0.18);
    color: white;
    font-weight: 600;
}

.menu-contenedor {
    background: #f0f4f9;
    margin: 0;
    margin-top: 44px;
    padding: 16px;
    min-height: auto;
    max-width: none;
}

.btn-iconos,
.btn-iconos:focus {
    background: white;
    border: 1px solid #e4eaf4;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(16, 25, 88, 0.07);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s;
    margin: 10px;
    width: 128px;
    height: 128px;
    padding: 10px 0 6px;
    outline: 0;
    line-height: 15px;
}

.btn-iconos:hover {
    background: white;
    border-color: #4a9fd4;
    box-shadow: 0 8px 24px rgba(16, 25, 88, 0.16);
    transform: translateY(-3px);
}

.btn-iconos.disabled,
.btn-iconos[disabled],
fieldset[disabled] .btn-iconos {
    transform: none;
    opacity: 0.45;
    cursor: default !important;
}

.img-iconos {
    width: 76px;
    height: 76px;
}

.btn-iconos .div-iconos {
    float: none;
    height: auto;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    color: #2c3a6b;
    text-align: center;
    padding: 0 6px;
    margin-top: 4px;
}

.btn-iconos-submenu,
.btn-iconos-submenu:focus {
    background: white;
    border: 1px solid #e4eaf4;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(16, 25, 88, 0.07);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s;
    margin: 10px;
    outline: 0;
    vertical-align: top;
}

.btn-iconos-submenu:hover {
    background: white;
    border-color: #4a9fd4;
    box-shadow: 0 8px 24px rgba(16, 25, 88, 0.16);
    transform: translateY(-3px);
}

.btn-iconos-submenu .div-iconos {
    float: none;
    height: auto;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    color: #2c3a6b;
    text-align: center;
    padding: 0 6px;
}

.img-iconos-submenu {
    width: 60px;
    height: 60px;
}

/* Flex en el contenedor padre para alinear ícono + hijos en la misma fila */
[id^="contenedor-padre-"] {
    display: inline-flex !important;
    align-items: flex-start;
    vertical-align: top;
}

.submenu-contenedor-hijo {
    flex: 1;
    float: none;
    border-left: none;
    width: auto !important;
    min-height: auto;
    max-width: none;
    padding: 0 8px;
    align-self: center;
}

/* Ocultar el ícono padre cuando está seleccionado (el nombre ya aparece en el header) */
.btn-iconos.disabled,
.btn-iconos[disabled],
fieldset[disabled] .btn-iconos {
    display: none !important;
}

