@import url('https://fonts.googleapis.com/css?family=PT+Sans&display=swap');
body{
	font-family:'PT Sans', sans-serif;
	color:#494949;
}
.content{
    width: 100%;
    display: block;
    float: left;	
}
.bod{
    display: flex;	
	height: 100vh;
}
.clickable{
	cursor:pointer;	
}
.datos.mapa{
	padding:0px!important;	
}
.menu{
    background-image:linear-gradient(#0534b1,#032378);
    width: 150px;
    text-align: center;	
	padding: 20px 14px;
}
.formularios button{
    background-image:linear-gradient(#0534b1,#032378);
    color: #fff;
    border-radius: 25px;
    display: block;
    padding: 10px 0;
    width: 100%;
    border: none;
    margin: 50px 0;
}
.formularios input::placeholder{
	color: #999999;
}
.formularios input:disabled{
    background-color: #ac1483;	
	color:#fff;
}
.formularios input{
    border-radius: 25px;
    box-shadow: none;
    color: #999999;
    border: 1px solid #99999980;
    margin: 12px 0;
    display: block;
	padding: 10px 30px;
	outline: none;
}
.contnt{
	text-align: center;
}
.contenido{
	display: flex;
    width: 92%;
    justify-content: center;
    align-items: center;	
}
.logo_inicio{
	padding-bottom: 40px;	
}
.contnt a{
	color:#494949;	
}
.opciones{
    padding: 0px 10px;	
}
.opciones a{
    background-color: #fff;
    color: #0534b1;
    font-weight: bold;
    padding: 5px 7px;
    border-radius: 5px;
    float: left;	
}
.opciones li{
    list-style: none;
    color: #fff;
    border-top: 2px solid #fff;
    padding: 10px;
    cursor: pointer;
    margin: 7px 0;
}
.opciones li img{
	filter: brightness(20);
}
.opciones li p{
	margin: 0;
	word-break: break-word;
}
.opciones li.activo{
	background-color: #fff;	
	border-radius: 10px;
}
.opciones li.activo img{
	filter: none;
}
.opciones li.activo p{
	color: #0534b1;
}
.contenido2{
    display: flex;
    width: 92%;	
}
.descripcion{
    width: 27%;
    padding: 50px;	
	overflow: overlay;
	border-right: 1px solid #999999a8;
}
.descripcion h2{
    margin: 0;
    color: #0534b1;
    font-size: 2.2em;	
}
.descripcion h3{
    margin: 0;
    color: #959ea5;
    font-size: 1.5em;	
}
.total{
    display: flex;
    border: 1px solid #9999998c;
    border-radius: 7px;
    align-items: center;
    margin-bottom: 30px;
	cursor:pointer;
}

.total::before{
    content: "";
    width: 5px;
    background-color:#0534b1;
    position: absolute;
    border-radius: 5px 0 0 5px;
    height: 120px;
}
.cifras{
	padding: 30px 0px;
    border-top: 1px solid #9999999e;
    margin: 15px 0;	
	border-bottom: 1px solid #9999999e;
}
.mesas.n_reg .cifras{
    width: 310px;
    }
.total img{
	padding: 22px 7px;	
}
.total .valores{
	padding-left: 10px;	
}
.total .valores p{
	margin: 0;
    color: #999999;
    font-size: 1.3em;
}
.total .valores span{
    color: #0534b1;
    font-size: 1.3em;	
}
.total_registro:hover{
	background-color: #0534b1;
}
.total_registro:hover img{
	filter:brightness(20);
}
.total_registro:hover span{
	color:#fff!important;
}
.total_registro:hover p{
	color:#fff!important;
}


.total.activo{
	background-color: #0534b1;
}
.total.activo img{
	filter:brightness(20);
}
.total.activo span{
	color:#fff!important;
}
.total.activo p{
	color:#fff!important;
}
.general{
	padding: 10px 0;
}
.general .g_total{
    display: flex;
    background-color: #0534b1;
    color: #fff;
    border-radius: 7px;
    align-items: center;
    margin-bottom: 30px;	
}
.general .g_total img{
    filter: brightness(20);
    padding: 22px 7px;	
}
.general .g_valores{
	padding-left: 35px;
}
.general .g_valores p{
    margin: 0;
    font-size: 1.3em;
    text-align: right;	
}
.general .g_valores span{
    font-size: 1.3em;	
}
.datos{
	width: 73%;
    padding: 80px 40px;
    background-color: #9999990d;
	overflow: overlay;	
}
.datos .table th{
	color:#0534b1;	
}
.datos .table td{
    color: #999999;
    border-right: 1px solid #9999998a;

}
.totales{
	display: flex;
	padding: 15px 0;
}
.totales .total_i{
    display: flex;
    text-align: center;
    width: 50%;
    background-color: #c70008;
    color: #fff;
    text-shadow: none;
    border-radius: 10px;
    align-items: center;
    padding: 7px 5px;
	position: relative;
    right: -6px;
}
.totales p{
    margin: 0;
    padding-left: 15px;	
}
.solicitudes p{
	margin: 0;
    text-align: right;
    padding: 0;
}
.solicitudes .total_d p{
    padding-left: 15px;	
}
.totales span{
    display: block;
    font-size: 0.9em;
	text-align: left;
	font-weight: normal;
}
.totales .total_d{
    display: flex;
    text-align: center;
    width: 50%;
    background-color: #0534b1;
    color: #fff;
    text-shadow: none;
    border-radius: 10px;
    align-items: center;
    padding: 0px 5px;
	position: relative;
    left: -6px;
}
.ref_list{
    width: 33%;
    margin: 0 40px 0 0;	
}
.datos.resumen{
	display:flex;
}
.ref_list .lds{
    border-bottom: 1px solid #99999959;
    padding: 10px 10px;
}

.ref_list .lds .nomb_lds{
    text-align: left;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-left: 10px;
    max-width: 200px;
	vertical-align: middle;
}
.ref_list .lds .valr{
    float: right;
    vertical-align: middle;	
	position:relative;
	top: 8px;
}
.ref_list h3{
    font-size: 1em;
    color: #fff;
    background-color: #0534b1;
    padding: 10px 20px;
    border-radius: 7px;	
}
.ref_list .lds p{
    color: #0534b1;
    display: block;	
	font-weight:bold;
	margin:0;
}
.ref_list .lds span{
	display: block;	
	font-size: 0.8em;
    color: #999999;
}
.ref_list .lds:hover{
	background-color: #0534b1;
}
.ref_list .lds:hover img{
	filter:brightness(20);
}
.ref_list .lds:hover p{
	color:#fff;
}
.ref_list .lds:hover span{
	color:#fff;
}
.solicitudes img{
    padding-right: 10px;	
}
.mensaje .lds{
	cursor:pointer;
}
.mensaje .texto{
	padding: 15px;
	display:none;
	margin-bottom: 10px;
}
.mensaje .texto p{
    color: #999999;
    text-align: justify;
    line-height: 1.3;	
}
.mensaje .texto .gestion{
	float: right;
}
.mensaje .texto .gestion label{
    color: #ac1483;
    font-weight: bold;	
}
.mensaje .texto .gestion input{
	margin-left: 20px;
}
.divmg{
	width:50%;	
}
.consolidado .total_i{
	width: 40%;
}
.consolidado .total_d{
	width: 60%;
}
.opciones li:hover{
	background-color: #fff;
    border-radius: 10px;	
}
.opciones li:hover img{
	filter: none;
}
.opciones li:hover p{
	color: #0534b1;	
}
.verificar form input{
    border: none;
    border-bottom: 2px solid #0534b1;
    padding: 10px 10px;
    outline: none;
    display: block;
    width: 100%;	
}
.verificar form {
	padding-top: 2em;	
}
.verificar form button{
    margin-top: 15px;
    background-color: #0534b1;
    border: none;
    color: #fff;
    padding: 10px 15px;
    border-radius: 15px;
    width: 150px;
}
.mesas.n_reg h2{
	color: #0534b1;
}
.mesas.n_reg .cifras h3{
    color: #0534b1;
}
.mesas label{
    display: block;
	color: #959ea5;	
}
.mesas input{
    background-color: transparent;
    border: 1px solid #848484;
    color: #848484;
    padding: 7px 19px;
    margin: 1px 0 20px 0px;
    border-radius: 15px;	
	display:block;
    width: 300px;
}
.mesas input:placeholder{
    color: #848484;
}
.mesas input:read-only{
	background-color: #00000008;
}
.mesas select{
	background-color: transparent;
    border: 1px solid #848484;
    color: #848484;
    padding: 7px 19px;
    margin: 1px 0 20px 0px;
    border-radius: 15px;
	display:block;
    width: 300px;
}
.mesas button{
    margin-top: 15px;
        background-image: linear-gradient(#0534b1,#032378);
    border: none;
    color: #fff;
    padding: 10px 15px;
    border-radius: 15px;
	display:inline-block;	
    width: 150px;

}










