@import url("animate.css");

@import url('https://fonts.googleapis.com/css?family=Roboto');
/*
#fce7d8 --> Subtitulos Tablas
#fad3b9 --> Titulos Tablas
#fcf6f2 --> Filas de Tablas 1
#f0f0f0 --> Filas de Tablas 2
color verde*/
/*#6fae6f y #2E506F; --para industria
#BEDABE y #b0d2b0 y #ECF4EC y #096D40 --arancelamiento

#F7F7F7 --> index
*/
html {
	position: relative;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	/* 	overflow-y:scroll; */
	font-family: Roboto arial
}

body {
	position: relative;
	overflow-x: hidden;
	/* overflow-y: scroll; */
	min-height: 100%;
	height: auto;
	margin: 0px;
	/* 	padding-bottom: 0px; */
}
/*estilo foco componentes*/
.ui.input>input:focus, .ui.dropdown:focus, .ui.icon.input>input:focus,
	.ui.input:focus, .ui.search.selection.dropdown>input.search:focus {
	border-width: 1px !important;
	/* 	 color: */
}
/*Estilos para todos los componentes tipo input, textarea y select*/
input[type="text"], input[type="password"], textarea, select, input[type="date"]
	{
	-webkit-border-radius: 4px 4px 4px 4px; /* recuerda la primera frase*/
	-moz-border-radius: 4px; /*si quieres todas las esquinas iguales*/
	border-radius: 4px;
	/* 	 border: 1.5px solid #08a2dc; */
	border: 1.2px solid #08a2dc;
	font-size: 1rem;
}
/*eliminacion del estilo de lista de los li*/
li {
	list-style: none;
}

ul {
	padding-left: 0px;
}
/*Color de fondo de la pag*/
.fondo_pagina {
	
}

.imgHeader {
	/* 	width: 100%; */
	
}
/*estilo de la barra que contiene el menu y el login */
.barMenuLogin {
	z-index: 999;
	top: 0px;
	background: #F8A51B !important; /*#FAC251; Fondo	*/
	/* 	border-radius: 0.5rem; Bordes redondos */
	box-shadow: inset 0.3rem 0.3rem 0.3rem rgba(255, 255, 255, .7), inset
		-0.3rem -0.3rem -0.3rem(0, 0, 0, .1), 0.3rem 0.3rem 0.8rem
		rgba(0, 0, 0, .1);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .9); /*Sombra del texto*/
	display: inline-block;
	padding: 0.8rem;
	width: 100% !important;
	padding-right: 2rem;
}

/* alineacion de los ul dentro de la barra del menu y loguin*/
.barMenuLogin nav ul {
	display: inline;
}
/*estilo del icono del menu*/
.iconoMenu {
	text-align: left;
	font-size: 2rem;
	margin: 0px;
}

.navMenu {
	clear: both;
	background: rgba(250, 194, 81, 1) !important;
	width: 20rem !important;
	left: 0.5rem;
	height: 100%;
	position: absolute;
	float: left;
	z-index: 1000;
	-webkit-box-shadow: 4px 4px 14px -2px rgba(204, 12, 0, 1);
	-moz-box-shadow: 4px 4px 14px -2px rgba(204, 12, 0, 1);
	box-shadow: 4px 4px 14px -2px rgba(204, 12, 0, 1);
}

.searchMenu {
	width: 90%;
	padding: 0.2rem;
	background: #f8a51b;
	border-radius: 8px;
}

.navMenu ul {
	clear: both;
	display: block;
}

.navMenu ul li {
	/* 	border-bottom: 1px solid  #fff !important; */
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.navMenu ul li a {
	text-decoration: none !important;
}

.navMenu ul li:hover {
	
}

.show, .hide {
	/* we specify the transition length for hiding and showing */
	transition: left .6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
	-webkit-transition: left .6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
	-moz-transition: left .6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.hide {
	left: -400px;
}

.show {
	left: 0px;
}

.divLogin {
	display: none;
	position: absolute;
	width: 16rem !important;
	right: -2rem !important;
	border: 1px solid #27c2fd;
	font-size: 0.8rem;
	padding: 2rem !important;
	background: #fff;
	margin-top: 3rem;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px
		rgba(0, 0, 0, 0.22);
	border-radius: 6px;
	z-index: 950;
	margin-top: 2.5rem;
	margin-right: 1rem;
}
/* .divLogin:after { */
/*     content: ""; */
/*     position: absolute; */
/*    bottom: 100%; */
/*    right: 3.35rem; */
/*    border-bottom: 20px solid blue; */
/*    border-bottom-color: #27c2fd; */
/*    border-left: 20px solid transparent; */
/*    border-right: 20px solid transparent;} */
.divLogin ul li {
	/* 	    font-size: 0.8rem; */
	
}

.iconoUsu {
	float: right;
	font-size: 1.8rem;
}

.iconoMensLog {
	float: right;
	font-size: 1.8rem;
	/*     display:  none; */
}

.contenido {
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: -o-center;
	margin-top: 3.4rem;
}

.footer {
	width: 100%;
	font: smaller Roboto, sans-serif;
	text-align: center;
	color: #333;
	text-shadow: 0 1px 0 #eee;
	bottom: 0;
	/* 	  position: relative; */
	/* 	bottom: -40%; */
	position: absolute;
	bottom: 0px;
	border-bottom: 0px;
	font-size: 0.8rem;
}

.opcionMenu {
	-webkit-transition: all 1s cubic-bezier(0.45, 0.05, 0.55, 0.95);
	color: #000;
	text-decoration: none;
	border-left: 4px solid rgba(250, 194, 81, 0.76);
}

.opcionMenu:hover {
	background: #ffffff;
	color: #FDA051;
	transition: all 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
	-webkit-transition: all .2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
	-moz-transition: all .2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
	-o-transition: all .2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.opcionMenuFoco {
	background: #ffffff;
	color: #FDA051;
	transition: all 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
	-webkit-transition: all .2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
	-moz-transition: all .2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
	-o-transition: all .2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family: smaller Roboto, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.button:hover {
	text-decoration: none;
}

.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.mediumL {
	font-size: 14px;
	padding: .4em 1.5em .42em;
}

.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}

.small {
	font-size: 11px;
	padding: .2em 1em .5em;
}

.big {
	font-size: 30px;
	padding: .5em 2em .6em;
}

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a),
		to(#f47a20));
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a',
		endColorstr='#f47a20');
}

.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11),
		to(#f06015));
	background: -moz-linear-gradient(top, #f88e11, #f06015);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11',
		endColorstr='#f06015');
}

.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20),
		to(#faa51a));
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20',
		endColorstr='#faa51a');
}

.barMenuLoginScroll {
	width: 97.5%;
	left: 0px;
	position: fixed;
	border-radius: 0px;
	top: 0px;
}

.navMenuScroll {
	position: fixed;
	height: 100% !important;
	margin-top: 1.1rem;
}

.textoError {
	color: red;
	font-weight: bold;
	font: 1rem Roboto;
	font-style: italic;
	/* 	padding-left: 1rem; */
}

.headerPag {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: zoomIn;
}

/*Titulos generales*/
.titulos {
	font: 1.3rem Roboto !important;
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: -o-center;
	color: #fff;
	background: #fecdba;
	padding: 0.5rem;
	background: -moz-linear-gradient(left, #fecdba 0%, #fb976f 6%, #f9723d 12%, #f74e0b
		31%, #f74e0b 70%, #f9733d 89%, #fb976f 94%, #fecdba 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #fecdba),
		color-stop(6%, #fb976f), color-stop(12%, #f9723d),
		color-stop(31%, #f74e0b), color-stop(70%, #f74e0b),
		color-stop(89%, #f9733d), color-stop(94%, #fb976f),
		color-stop(100%, #fecdba));
	background: -webkit-linear-gradient(left, #fecdba 0%, #fb976f 6%, #f9723d 12%,
		#f74e0b 31%, #f74e0b 70%, #f9733d 89%, #fb976f 94%, #fecdba 100%);
	background: -o-linear-gradient(left, #fecdba 0%, #fb976f 6%, #f9723d 12%, #f74e0b
		31%, #f74e0b 70%, #f9733d 89%, #fb976f 94%, #fecdba 100%);
	background: -ms-linear-gradient(left, #fecdba 0%, #fb976f 6%, #f9723d 12%, #f74e0b
		31%, #f74e0b 70%, #f9733d 89%, #fb976f 94%, #fecdba 100%);
	background: linear-gradient(to right, #fecdba 0%, #fb976f 6%, #f9723d 12%, #f74e0b
		31%, #f74e0b 70%, #f9733d 89%, #fb976f 94%, #fecdba 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecdba',
		endColorstr='#fecdba', GradientType=1);

	/*-webkit-box-shadow: 1px 4px 5px 0px rgba(60,60,60,0.87);*/
}
/*Titulos Alertifay*/
.tituloAlertify {
	font: 1.1rem Roboto;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #e9781c;
	display: block;
	width: 100%;
}

.subtitulos {
	font: 1.1rem Roboto;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #e9781c;
	display: block;
	width: 100%;
	text-align: left;
	/* 	margin-left: 1em; */
}
/*Clase que maneja el estilo del contenido(textos)*/
.textoContenido {
	font: 1rem Roboto, sans-serif;
}

.divTitulosCentrar {
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: -o-center;
	width: 90%;
	/* 	min-height: inherit; */
}

.divContenidoFull {
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: -o-center;
	width: 100%;
	clear: both;
}
/*clase para rotulos */
.rotulos {
	font-weight: bold;
}
/*clase para rotulos de formularios*/
.rotulosform {
	font-weight: bold;
	font-size: 1rem;
	font-family: Roboto;
}

.textoDesctiptivo {
	text-align: left;
	width: 95%;
}

.contenidoLeft {
	text-align: -webkit-left;
	text-align: -moz-left;
	text-align: -o-left;
	display: flex;
}

.cambioInlineFlex {
	display: inline-flex;
}

.sacarBorder {
	border: 0px !important;
}

.divFichas {
	overflow: hidden;
	/* 		border-bottom: 1px solid #ccc; */
	display: flex;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-o-overflow-scrolling: touch;
	outline: none;
	padding: 12px 0px;
}

.tabFichas {
	background-color: inherit !important;
	float: left !important;
	border: none;
	outline: none;
	cursor: pointer !important;
	padding: 14px 16px !important;
	border-bottom: 1px solid #ccc;
	font-size: 0.9rem;
	/*          transition:  0.3s !important; */
}

.tabFichas:hover {
	background-color: #ddd;
}

.tabFichasSelected {
	border-top: 0.2rem solid #f74e0b;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 0px;
	/*       font-weight: bolder; */
}

.subtitulo2 {
	padding-left: 1.5rem;
}

.selent:hover {
	background-color: #FFE9CC;
}

.seleccionada {
	border-bottom: 0.2rem solid #f74e0b;
}

.textoCentrar {
	text-align: -webkit-center !important;
	text-align: -moz-center !important;
	text-align: -o-center !important;
}

.textoIzq {
	text-align: -webkit-left;
	text-align: -moz-left;
	text-align: -o-left;
}

.textoDer {
	text-align: -webkit-right;
	text-align: -moz-right;
	text-align: -o-right;
}

.displayNoneFull {
	display: none;
}

.hiddenFull {
	visibility: hidden;
}
/*a{
	    color: blue !important;
    font-family: Roboto;
    font-style: normal;
    text-decoration: underline !important;
}
a:hover{

    text-decoration: none;
}*/
.displayFull {
	display: block;
}

.botonmas {
	font: normal 10px Verdana;
	font-weight: normal;
	border: none;
	color: #FFFFFF; /* #2E506F en industria*/
	text-decoration: none;
	cursor: hand;
	background-color: transparent;
	background-image: url("/integral-static-m/images/mas.gif");
	background-repeat: no-repeat;
	width: 14px;
	height: 17px;
	text-valign: middle;
	text-align: center;
}
/*para tablas*/
.tfondotitulo {
	background: #FAD3B9 !important; /* #FCD3B7*/
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	height: 2rem !important;
}

.tfondosubtitulocentrado {
	background: #FCE7D8 !important; /*FFC8A2*/
	/*font-weight:normal;*/
	height: 2rem;
}
/*para seleccionar fila*/
.crudTrSelected {
	background-color: #FFC8A2 !important;
}

.underlineTd {
	text-decoration: underline;
}

.headerTableNivel1 {
	background: #FAD3B9 !important; /* #FCD3B7*/
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	height: 2rem !important;
}

.footTableNivel1 {
	background: #FAD3B9 !important; /* #FCD3B7*/
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	height: 2rem !important;
}

.footTableNivel2 {
	background: #FCE7D8 !important; /*FFC8A2*/
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding: 1.8rem !important;
}

.headerTableNivel2 {
	background: #FCE7D8 !important; /*FFC8A2*/
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	height: 1.8rem !important;
}

.headerTableNivel3 {
	background: #FCF0E2 !important;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding: 1.8rem !important;
}

.ui-autocomplete {
	max-height: 10rem;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

.ui-corner-all a {
	font-style: normal;
	font-size: 1rem;
	padding: 0.2rem;
	font: Roboto;
}

.ui-menu-item a {
	width: 100% !important;
}

.tbordesbottomimp {
	border-bottom: 1px solid #ccc;
}

.tbordestopimp {
	border-top: 1px solid #ccc;
}

.tbordessuppunteado {
	border-top: 1px dashed #ccc;
	padding: 0.5rem;
}

.tbordesbotpunteado {
	border-bottom: 1px dashed #ccc;
	padding: 0.5rem;
}

p {
	text-indent: 1.5rem;
}

.textoInformeTabla {
	font: 0.8rem Roboto, sans-serif;
}

.linkInformeTabla {
	font-size: 0.8rem !important;
}

.paddingRight {
	padding-right: 1rem !important;
}

.paddingLeft {
	padding-left: 1rem !important;
}

.paddingCelda {
	padding: 0.3rem;
}

.textoBold {
	font-weight: bold;
}

.titulosImp {
	font: 1.3rem Roboto;
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: -o-center;
	color: #000;
	background: #fff;
	padding: 0.5rem;
}

.linkTablaImp {
	color: black !important;
	text-decoration: none !important;
}

.celdaMonto {
	white-space: nowrap;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.ir-arriba {
	z-index: 999;
	border-radius: 5px;
	display: none;
	padding: 2px;
	background: #FBA142;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	position: fixed;
	bottom: 10px;
	right: 20px;
	border-radius: 50%;
}

.flecha {
	cursor: hand;
	border: none;
	background-color: transparent;
	background-image: url("/integral-static-m/images/flechaMantener.PNG");
	background-repeat: no-repeat;
	width: 1rem;
	height: 1rem;
}
/*Para formulario dinamico*/
.estilo_padre {
	cursor: hand;
	border: none;
	background-color: transparent;
	background-image: url("/integral-static-m/images/flechaMantener.PNG");
	background-repeat: no-repeat;
	width: 1rem;
	height: 1rem;
}

.botonCerrar {
	width: 65px;
	height: 60px;
	background-image:
		url("/integral-static-m/images/configuraciones/botones/Cerrar.png");
	text-transform: none;
	border-style: none;
	background-color: #FFFFFF;
	cursor: pointer;
}

.botonContinuar {
	width: 65px;
	height: 60px;
	background-image:
		url("/integral-static-m/images/configuraciones/botones/Continuar.png");
	text-transform: none;
	border-style: none;
	background-color: #FFFFFF;
	cursor: pointer;
}

.botonAtras {
	width: 65px;
	height: 60px;
	background-image:
		url("/integral-static-m/images/configuraciones/botones/Atras.png");
	text-transform: none;
	border-style: none;
	background-color: #FFFFFF;
	cursor: pointer;
}

.botonBuscar {
	width: 45px;
	height: 45px;
	background-image:
		url("/integral-static-m/images/configuraciones/botones/buscar.PNG");
	text-transform: none;
	border-style: none;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	cursor: pointer;
}

.botonGuardar {
	width: 65px;
	height: 60px;
	background-image:
		url("/integral-static-m/images/configuraciones/botones/guardar.png");
	text-transform: none;
	border-style: none;
	background-color: #FFFFFF;
	cursor: pointer;
}

.botonLimpiar {
	width: 65px;
	height: 60px;
	background-image:
		url("/integral-static-m/images/configuraciones/botones/limpiar.png");
	text-transform: none;
	border-style: none;
	background-color: #FFFFFF;
	cursor: pointer;
}

.botonAceptar {
	width: 65px;
	height: 60px;
	background-image:
		url("/integral-static-m/images/configuraciones/botones/Aceptar.png");
	text-transform: none;
	border-style: none;
	background-color: #FFFFFF;
	cursor: pointer;
}

.botonPadron {
	width: 65px;
	height: 60px;
	background-image:
		url("/integral-static-m/images/configuraciones/botones/reporte.png");
	text-transform: none;
	border-style: none;
	background-color: #FFFFFF;
	cursor: pointer;
}

.botonNot {
	width: 65px;
	height: 60px;
	background-image:
		url("/integral-static-m/images/configuraciones/botones/noticias.png");
	text-transform: none;
	border-style: none;
	background-color: #FFFFFF;
	cursor: pointer;
}

.botonExp {
	width: 65px;
	height: 60px;
	background-image:
		url("/integral-static-m/images/configuraciones/botones/expediente.png");
	text-transform: none;
	border-style: none;
	background-color: #FFFFFF;
	cursor: pointer;
}

.botonBCons {
	width: 65px;
	height: 60px;
	background-image:
		url("/integral-static-m/images/configuraciones/botones/buscar_constancia.png");
	text-transform: none;
	border-style: none;
	background-color: #FFFFFF;
	cursor: pointer;
}

.botonCons {
	width: 65px;
	height: 60px;
	background-image:
		url("/integral-static-m/images/configuraciones/botones/constancia.png");
	text-transform: none;
	border-style: none;
	background-color: #FFFFFF;
	cursor: pointer;
}

.botonImprimir {
	width: 65px;
	height: 60px;
	background-image:
		url("/integral-static-m/images/configuraciones/botones/imprimir.png");
	text-transform: none;
	border-style: none;
	background-color: #FFFFFF;
	cursor: pointer;
}

.botonGeo {
	width: 65px;
	height: 60px;
	background-image:
		url("/integral-static-m/images/configuraciones/botones/Georeferencia.png");
	text-transform: none;
	border-style: none;
	background-color: #FFFFFF;
	cursor: pointer;
}

.botonestadistica {
	width: 65px;
	height: 60px;
	background-image:
		url("/integral-static-m/images/configuraciones/botones/estadistica.png");
	text-transform: none;
	border-style: none;
	background-color: #FFFFFF;
	cursor: pointer;
}

.botonAgregar {
	font: normal 10px Verdana;
	font-weight: normal;
	border: none;
	color: black; /* #2E506F en industria*/
	text-decoration: none;
	cursor: hand;
	background-color: aqua;
	/*  background-image: url("/integral-static-m/images/mas.gif");*/
	background-repeat: no-repeat;
	width: 14px;
	height: 17px;
	text-valign: middle;
	text-align: center;
	padding: 4px;
}

.botonEliminar {
	font: normal 10px Verdana;
	font-weight: normal;
	border: none;
	color: black; /* #2E506F en industria*/
	text-decoration: none;
	cursor: hand;
	background-color: aqua;
	/* background-image: url("/integral-static-m/images/mas.gif");*/
	background-repeat: no-repeat;
	width: 14px;
	height: 17px;
	text-valign: middle;
	text-align: center;
	padding: 4px;
}

.bordesemp {
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* 	 border: 1.5px solid #08a2dc; */
	border: 1.2px solid #CCC;
	font-size: 1rem;
	padding: 2rem;
}

/*fin de botones de formulario dinamico*/
.txt_contenido_val_rec {
	color: red;
	font-weight: bold;
}

.txt_contenido_val {
	color: black;
	font-weight: bold;
}

.txt_contenido_val_au {
	color: #1e70bf;
	font-weight: bold;
}

.txt_contenido_val_pos {
	color: green;
	font-weight: bold;
}

.txt_contenido_inf {
	color: #A4A4A4;
}

.deshabilitado {
	background: #d8d6d6;
}
/*Color para los header de las tablas  DataTables*/
.ui.called.table.dataTable.no-footer>thead>tr>th {
	background-color: #FAD3B9;
}

.reducido {
	height: 80% !important;
	width: 80% !important;
	font-size: 0.8rem !important;
}

.manito {
	cursor: pointer;
}
/*INc 6864*/
.boton_himprimir {
	background-image: url('/integral-static-m/images/imprimir.png');
	background-color: transparent;
	background-repeat: no-repeat;
	width: 20px;
	border: none;
	height: 20px;
}
/*INc 6864*/
.btTilde {
	font: normal 9px Verdana;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 1px;
	margin-left: 1px;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	text-valign: middle;
	text-align: center;
	width: 16px;
	height: 16px;
	background-image: url("/integral-static-m/images/confirmar.gif");
}

.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	padding: 4px 0;
	margin: 0 0 10px 25px;
	list-style: none;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
}

.ui-menu-item>a.ui-corner-all {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #555555;
	/*     white-space: nowrap; */
	text-decoration: none;
}

.ui-state-hover, .ui-state-active {
	color: #ffffff;
	text-decoration: none;
	background-color: #0088cc;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-image: none;
}
@media print{
	.nover{
	display:none;
	}
	.hiden_xx{
	display:none;
	}
	
	.textoInformeTarea{
	font: 0.5rem Roboto, sans-serif;
	text-transform: uppercase;
}
}
.tituloFormEvento{
	font-weight:bold; border-bottom: 1px solid #CCC;width:100%;
}
@charset "utf-8";
/* CSS Document */

.barMenuLogin {
	background: #13bfb1 !important;
}
.titulos {
	background: #2D7B93 !important;
}
.contenido {
	background: #fcfcfc !important;
}
#menu {
	background: #13bfb1 !important;
}
.searchMenu {
	background: #fcfcfc !important;
}
.opcionMenu {
	border-left-color: #2D7B93 !important;
	color: #fcfcfc !important;
}
.opcionMenu:hover {
 background: #fcfcfc !important;
 color: #2D7B93 !important;
}
.orange {
	background: #13bfb1 !important;
	border: none !important;
}
.button.orange {
	font-size: 1em;
	padding: 15px 25px !important;
	text-shadow: none !important;
}
.button.orange:hover {
	background: rgba(19,191,177,0.75) !important;
}
.ir-arriba {
	background: rgba(19,191,177,0.75) !important;
}
.subtitulos {
	border-bottom-color: #2D7B93 !important;
}
.tituloAlertify {
	border-bottom-color: #2D7B93 !important;
}
.tabFichasSelected {
	border-top-color: #2D7B93 !important;
}
.tfondotitulo {
	background: rgba(0,102,49,0.5) !important;
	color: #fff !important;
}
.headerTableNivel1 {
	background: rgba(0,102,49,0.50) !important;
	border-top-width: 2px !important;
	border-bottom-width: 2px !important;
	border-color: #2D7B93 !important;
}
.headerTableNivel2 {
	background: rgba(0,102,49,0.30) !important;
	border-color: #2D7B93 !important;
}
.footTableNivel1 {
	background: rgba(0,102,49,0.30) !important;
	border-color: #2D7B93 !important;
}
.footTableNivel2 {
	background: rgba(0,102,49,0.20) !important;
	border-color: #2D7B93 !important;
}
