/* CEREBRO */

html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	position: relative;
}
body.cerebro {
	width: 1920px;
	height: 1080px;
	overflow: auto;
}

.color-0 { color: #FFFFFF; }
.color-1 { color: #476BA0; }
.color-2 { color: #44A6AD; }
.color-3 { color: #30496D; }
.color-4 { color: #FFE80D; }
.color-5 { color: #476BA0; }
.color-6 { color: #D38149; }
.color-7 { color: #181C20; }
.color-8 { color: #7788A0; }
.color-9 { color: #4892B7; }
.color-10 { color: #117A8B; }
.color-11 { color: #0D5E6B; }

.fondo-0 { background-color: #FFFFFF; }
.fondo-1 { background-color: #476BA0; }
.fondo-2 { background-color: #44A6AD; }
.fondo-3 { background-color: #30496D; }
.fondo-4 { background-color: #FFE80D; }
.fondo-5 { background-color: #476BA0; }
.fondo-6 { background-color: #D38149; }
.fondo-7 { background-color: #181C20; }
.fondo-8 { background-color: #7788A0; }
.fondo-9 { background-color: #4892B7; }
.fondo-10 { background-color: #117A8B; }
.fondo-11 { background-color: #0D5E6B; }


/* LINKS GLOBALES */
a {
	color: #476BA0;
	text-decoration: none;
	border-bottom: 1px solid #DDDDDD;
}
a:hover {
	color: #D38149;
	text-decoration: none;
	border-bottom: 1px solid #D38149;
}
a:has(img) {
	border-bottom: none;
}
a:has(img):hover {
	border-bottom: none;
}
a img {
	opacity: 1;
}
a:hover img {
	opacity: 0.9;
}

/* CORRECCIONES BOOTSTRAP */
.elemento-content-box {
	box-sizing: content-box;
}
/*.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > .col, 
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}*/

@media (min-width: 768px) {
.dropdown:hover .dropdown-menu {
    display: block;
 }
}

/* BOTONES */
.btn {
  opacity: 1;
  transition: 0.4s;
  will-change: opacity, background, background-color, color;
  border-radius: 4px;
  text-decoration: none;
}
.btn:hover {
	opacity: 0.85;
  text-decoration: none;
}
.btn-primary {
  background-color: #476BA0;
  border-color: #476BA0;
  color: white;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #476BA0;
  border-color: #476BA0;
  color: white;
}
.btn-secondary {
  background-color: #0D5E6B;
  border-color: #0D5E6B;
  color: white;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.hover {
  background-color: #0D5E6B;
  border-color: #0D5E6B;
  color: white;
}
.btn-tertiary {
  background-color: #D38149;
  border-color: #D38149;
  color: white;
}
.btn-tertiary:hover,
.btn-tertiary:active,
.btn-tertiary.hover {
  background-color: #D38149;
  border-color: #D38149;
  color: white;
}
.btn-danger {

}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {

}
.btn-warning {

}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {

}
.btn-info {

}
.btn-info:hover,
.btn-info:active,
.btn-info.hover {

}
.btn-success {

}
.btn-success:hover,
.btn-success:active,
.btn-success.hover {

}


/* BASE CEREBRO */

/* .cerebro-header {
	background-color: #343A40;
	height: 56px;
} */

.cerebro-menu-cero {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 70px;
	overflow: hidden;
	background-color: #0D5E6B;
}
.img-logo {
	width: 175px;
	height: auto;
}

.cerebro-menu-superior {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 200px;
	right: 0;
	height: 70px;
	overflow: hidden;
	background-color: #0D5E6B;
	font-size: 0.8em;
	line-height: 1em;
}
.cerebro-menu-superior .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
ul.menu-superior {
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
	vertical-align: top;
}
ul.menu-superior li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	vertical-align: middle;
}
ul.menu-superior li.bloque_visible {
	display: inline-block;
}
ul.menu-superior li.bloque_oculto {
	display: none;
}
ul.menu-superior li a {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 0.3em 0.5em;
	border-radius: .2rem;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.2);
	border: 1px solid #FFFFFF;
	text-decoration: none;
	transition: 0.3s;
	width: 168px;
	height: 60px;
	/*min-height: 45px;*/
	overflow: hidden;
	font-size: 11px;
	line-height: 12px;
}
ul.menu-superior li a span.minivector {
	position: absolute;
	bottom: 0px;
	right: 1px;
	font-size: 7px;
	color: #DDDDDD;
}
ul.menu-superior li a:hover span.minivector {
	color: #222222;
}
ul.menu-superior li a:hover {
	/* background-color: rgba(0, 0, 0, 0.5); */
	background-color: #E7ED46;
	color: #222222;
}
ul.menu-superior li a.activo {
	/* background-color: rgba(0, 0, 0, 0.5); */
	background-color: #BF1919;
	color: #FFFFFF;
}
.menu-superior-li {

}
.menu-superior-a {

}


.container-lateral {
	padding-left: 5px;
	padding-right: 5px;
}
.cerebro-menu-lateral {
	box-sizing: border-box;
	position: absolute;
	top: 70px;
	left: 0;
	/* bottom: 20px; */ /* Cuando había footer  */
	bottom: 0;
	width: 200px;
	overflow: hidden;
	background-color: #0D5E6B;
	font-size: 0.8em;
}
ul.menu-lateral {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}
ul.menu-lateral li {
	margin: 0 0 2px 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
ul.menu-lateral li.bloque_visible {
	display: block;
}
ul.menu-lateral li.bloque_oculto {
	display: none;
}
ul.menu-lateral li a {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 0.3em 0.5em;
	border-radius: .2rem;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.2);
	border: 1px solid #FFFFFF;
	text-decoration: none;
	transition: 0.3s;
	width: 168px;
	height: 60px;
	/*height: 9%;*/
	overflow: hidden;
	font-size: 11px;
	line-height: 12px;
}
ul.menu-lateral li a span.minivector {
	position: absolute;
	bottom: 0px;
	right: 1px;
	font-size: 7px;
	color: #DDDDDD;
}
ul.menu-lateral li a:hover span.minivector {
	color: #222222;
}
ul.menu-lateral li a:hover {
	/* background-color: rgba(0, 0, 0, 0.5); */
	background-color: #E7ED46;
	color: #222222;
}
ul.menu-lateral li a.activo {
	/* background-color: rgba(0, 0, 0, 0.5); */
	background-color: #23AD67;
	color: #FFFFFF;
}
.menu-lateral-li {

}
.menu-lateral-a {

}

ul.menu-extra {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}
ul.menu-extra li {
	margin: 0 0 2px 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
ul.menu-extra li a {
	display: block;
	box-sizing: border-box;
	padding: 0.2em 0.5em;
	font-size: 0.9em;
	color: #DDDDDD;
	background-color: rgba(0, 0, 0, 0.0);
	border: 1px solid #DDDDDD;
	text-decoration: none;	
}
ul.menu-extra li a:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

ul.menu-usuario {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}
ul.menu-usuario li {
	margin: 0 0 2px 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
ul.menu-usuario li a {
	display: block;
	box-sizing: border-box;
	padding: 0.2em 0.5em;
	font-size: 0.9em;
	color: #DDDDDD;
	background-color: rgba(0, 0, 0, 0.0);
	border: 1px solid #DDDDDD;
	text-decoration: none;	
}
ul.menu-usuario li a:hover {
	background-color: rgba(0, 0, 0, 0.5);
}


.wrapper-usuario {
	margin: 2em 0 0 0;
	color: #DDDDDD;
}
.col-usuario-foto {

}
.col-usuario-info {
	padding-left: 10px !important;
}
.row-usuario-botones {
	margin-top: 10px;
}
.col-usuario-boton {

}
a.btn-lateral-usuario {
	font-size: 12px !important;
}

a.btn-fullscreen { 
	color: #CCCCCC;
}
a.btn-fullscreen { 
	color: #999999;
}


.wrapper-copyright {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px 15px 5px 15px;
	text-align: center;
	color: #CCCCCC;
	font-size: 0.8em;
}



/*.cerebro-contenido {
	box-sizing: border-box;
	position: absolute;
	top: 70px;
	left: 200px;
	right: 0;
	bottom: 0;
	overflow-y: scroll;
	padding-bottom: 100px;
}*/
.cerebro-contenido-sin-iframe {
	box-sizing: border-box;
	position: absolute;
	top: 70px;
	left: 200px;
	right: 0;
	/* bottom: 20px; */ /* Cuando había footer  */
	bottom: 0;
	/* overflow: scroll; */
	overflow-y: scroll;
	padding-bottom: 100px;
}
.container-superior-vector {
	background: #FFFFFF;
}
.col-superior-vector {
	text-align: right;
	font-size: 0.65em;
	color: #CCCCCC;
}

.cerebro-contenido-con-iframe {
	box-sizing: border-box;
  position: absolute;
  top: 70px;
  left: 200px;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.cerebro-contenido-con-iframe .container-superior-vector {
	height: 16px;
  flex-shrink: 0;
}
iframe.vector-iframe {
	flex: 1;
  width: 100%;
  margin: 0 16px 0 16px;
}


/* MENÚ INFERIOR FLECHAS */

.cerebro-menu-inferior {
	box-sizing: border-box;
	overflow: hidden;
	font-size: 2em;
	line-height: 1em;
}

.col-menu-inferior {

}
.col-menu-inferior-1 {

}
.col-menu-inferior-2 {

}
.col-menu-inferior-3 {
	margin-top: -1px;
}
.mi-btn {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	/* color: #0D5E6B; */
	color: #DDDDDD;
	background-color: transparent;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-shadow: 0px 0px 4px rgba(85,85,85,0.5);
	will-change: text-shadow;
}
.mi-btn:hover {
	top: -1px;
	left: 1px;
	color: #8FA0B8;
	text-shadow: 2px 2px 4px rgba(85,85,85,0.6);
}


/* SELECT2 */

.select2-container .select2-selection--single {
	height: auto;
}


/* DATATABLE */

.dataTables_wrapper .row {
	/* margin-left: 0 !important;
	margin-right: 0 !important; */
}

.td-oculta {
	display: none !important;
}
span.noshow {
	display: none !important;
}


/* FORMULARIOS */
legend {
	border-bottom: 1px solid #0D5E6B;
}
label small {
	font-size: 0.6em;
	line-height: 0.7em;
	color: #888888;
}




/* .cerebro-footer {
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 20px;
	overflow: hidden;
	background-color: #343A40;
	color: #DDDDDD;
	font-size: 0.8em;
} */


/*******************
** CLASES SUELTAS **
*******************/
.margintop10 { margin-top: 10px; }
.margintop20 { margin-top: 20px; }
.margintop30 { margin-top: 30px; }
.marginbottom10 { margin-bottom: 10px; }
.marginbottom20 { margin-bottom: 20px; }
.marginbottom30 { margin-bottom: 30px; }
.debug { font-size: 0.7em; background-color: rgba(0, 0, 0, 0.3); }
.debug { font-size: 0.7em; background-color: rgba(245, 217, 140, 0.3); }



/**********
** LOGIN **
**********/
body.login {
	background: white url('../imagenes/fondo-04b.jpg') no-repeat center center;
	background-size: cover;
}
.login-logo {
	/*background-color: #476BA0;
	color: #FFFFFF;*/
	padding: 0.5em;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.login-logo img {
	width: 50%;
	height: auto;
}
.login-logo.login-logo-contoso {
	margin: 1em 0 0 0;
	text-align: center;
}
.login-logo.login-logo-contoso img.logo-contoso-1 {
	width: auto;
	height: 80px;
	max-height: 80px;
	margin: 0 0.3em 0 0.3em;
}
.login-logo.login-logo-contoso img.logo-contoso-2 {
	width: auto;
	height: 50px;
	max-height: 50px;
	margin: 0 0.3em 0 0.3em;
}
.col-login {
	position: relative;
	border: 2px solid #476BA0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* background-color: #0D5E6B;
	background-color: rgba(119,136,160, 0.7); */
	background-color: #FFFFFF;
}
.col-login form {
	margin: 1em;
}
.col-login .form-group {
	position: relative;
}
.formLogin label {
	font-size: 0.8em;
	font-weight: bold;
}