/*
Creado por Alexander Torres Gonzalez
Para Gerleinco LTDA
Todos los derechos reservados
*/
/* 
    Created on : 12-abr-2022, 18:53:52
    Author     : Alexander Torres Gonzalez
*/

.mensajes{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    z-index: 2;
}
.hmsgErrores{
    display: none;
}
.tabla_mensaje{
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: white;
	border-collapse: separate !important;
}
.tabla_mensaje_titulo{
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    background-image: linear-gradient(180deg, #045494, #3787C7);
    color: white;
}
.tabla_mensaje_boton{
    text-align: center;
}
.mensajes{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    z-index: 2;
}
.centrado{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bloqueo{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 50%;
    background-color: gray;
    display: none;
    z-index: 1;
}
.trTitBtcr{
	color: white;
	font-size: 9pt;
	text-align: center;
}
.tdBtcr{
	color: #999999;
	font-size: 9pt;
	text-align:
	center !important;
	display: block;
	white-space: nowrap;
}
.titDatos{
	color: white;
	background-color: #04345c;
	text-align: center;
}
.divSeleccion{
    width: 300px;
    height: 300px;
    overflow: auto;
    border: 1px solid #045494;
    border-radius: 3px 3px 3px 3px;
	position: fixed;
	background-color: white;
	z-index: 2;
	cursor: pointer;
	display: none;
}
.inpSeleccion{
	border: 1px solid rgb(209, 211, 226);
	width: 100%;
	height: 31px;
	font-size: 20pt;
}
.pieCentrado{
	text-align: center;
}
.clsDivIFrame{
	display: none;
	background-color: white;
	border: 1px solid #04345c;
	border-radius: 5px 5px 5px 5px;
	position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 2;
	overflow-y: hidden;
}
.clsDivIFrame iframe{
	border: none;
}
.clsBarraTituloIFrame{
	width: 100%;
	background-image: linear-gradient(180deg, #045494, #3787C7);
}
.clsTituloIFrame{
	color: white;
	font-weight: bold;
	text-align: center;
}
.clsCerrarIFrame{	
	cursor: pointer;
	width: fit-content;
	text-align: right;
}
.clsDivBuscar{
    cursor: pointer;
    position: absolute;
    border: 1px solid gray;
    color: black;
    border-radius: 5px 5px 5px 5px;
    background-color: white;
    right: 0px;
    overflow: auto;
    height: 300px;
}
.clsDivBuscar td{
    width: 100%;
}
.clsDivBuscar table{
    width: 100%;
}
.clsDivBuscar td:hover{
    color: white;
    background-color: #004276;
    width: 100%;
}