
.tablas{
	
	position:relative;
	top: 60px;
	left: 18%;
	min-height: calc((100% - 60px) - 100px);
	width: calc((100% - 16%) - 50px);
	height: calc((100% - 60px) - 100px);
	display: block;
    overflow-x: scroll;
	background-color: rgba(255,255,255,0.95);
	border: none;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	
}

.tablas_reportes{
	
	position: relative;
	top: 14%;
	left: 18%;
	width: calc((100% - 16%) - 50px);
	height: calc(75vh - 50px);
	display: block;
    overflow-x: auto;
	background-color: white;
	border: none;
	border-radius: 5px;
	text-align: center;
	
}

.tablas_info_empleados{
	
	position:relative;
	top: 60px;
	left: 18%;
	min-height: calc((100% - 60px) - 100px);
	width: calc((100% - 16%) - 50px);
	height: calc((100% - 60px) - 100px);
	display: block;
    overflow-x: none;
	background-color: transparent;
	border: none;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	
}

.sec_filter_search{
	
	position:relative;
	top: 60px;
	left: 18%;
	min-height: 15%;
	max-height: 25%;
	width: calc((100% - 16%) - 50px);
	display: block;
	background-color: transparent;
	border: none;
	border-radius: 5px 5px 5px 5px;
	text-align: left;
	
}

.sec_empleados{
	
	position:relative;
	top: 20px;
	left: 18%;
	max-height: calc((70% - 60px) - 100px);
	width: calc((100% - 16%) - 50px);
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
    overflow-x: none;
	overflow-y: scroll;
	background-color: transparent;
	border: none;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	
}

.table_roles_mod{

	position: absolute;
	top:calc((55% - 60px) - 100px);
	right: 2%;
	max-width: 16%;
	max-height: calc((70% - 60px) - 100px);
	display: block;
    overflow-x: scroll;
	background-color: rgba(255,255,255,0.95);
	border: none;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	
}

.seccion_div_modulos{
	
	position:relative;
	top: 90px;
	left: 17%;
	min-height: calc((100% - 60px) - 100px);
	width: calc((100% - 38%) - 50px);
	height: calc((100% - 60px) - 100px);
	display: flex;
	flex-flow: row wrap;
    overflow-x: hidden;
	background-color: transparent;
	border: none;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	
}

.tabla_modulos{
	
	position:relative;
	width: calc((100% / 6.5) + 5px);
	min-width: calc((100% / 6.5) + 5px);
	max-height: calc(100% / 3);
	display: inline-block;
	background-color: transparent;
	border: none;
	border-radius: 5px 5px 5px 5px;
	text-align: left;
	margin: 20px;
	
}

.div_ul_li{
	
	position: relative;
	overflow-x: hidden;
	width: 100%;
	height: 90%;
	display: inline-block;
	background-color: #FFFFFF;
	border: none;
	border-radius: 5px 5px 5px 5px;
	text-align: left;
	
}

.li-operaciones_pol{
	
	border: none;
	display: flex;
	align-items: center;
	border-radius: 5px;
	margin: 3px;
	max-height: 35px !important;
	background-color: #FFFFFF;
	min-width: calc((100% - 9%));
	max-width: calc((100% - 9%));
	
}

.li-operaciones_pol a{
	
	color: #000000;
	display: flex;
	align-items: center;
	margin: 3px;
	max-height: 35px !important;
	min-width: calc((100% - 8%));
	max-width: calc((100% - 8%));
	
}

.li-operaciones_pol a:hover{
	
	transition: 0.5s;
	max-height: 35px !important;
	background-color: #424242;	
	color: #fff;
	align-items: center;
	
}

.tablas_imagenes{
	
	position: absolute;
	top: 165px;
	left: 15%;
	min-width: 65%;
	min-height: 72%;
	width: 82%;
	display: block;
    overflow-x: auto;
    white-space:normal;
	background-color: rgba(255,255,255,0.95);
	border: none;
	border-radius: 5px;
	text-align: center;
	
}

.tablas_modal{
	
	position: relative;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	display: block;
    overflow-x: auto;
    white-space: nowrap;
	background-color: white;
	border: none;
	border-radius: 5px;
	text-align: center;
	
}

.container_tablas{
	
	position:relative;
	top: 60px;
	left: 18%;
	min-height: calc(100% - 100px);
	width: calc((100% - 16%) - 50px);
	height: calc(100% - 100px);
	display: block;
    overflow-x: scroll;
	background-color: rgba(255,255,255,0.95);
	border: none;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	padding: 10px;
	
}

.container_maps{
	
	position:relative;
	min-height: calc((100% - 60px) - 100px);
	width: calc((100% - 64%) - 50px);
	top: 2%;
	height: 88%; 
	display: inline-block;
    overflow-x: scroll;
	background-color: rgba(255,255,255,0.95);
	border: none;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	margin-left: 10px;
}

.tablas_panel{
	
	position:relative;
	min-height: calc((100% - 60px) - 100px);
	top: 2%;
	width: 65%;
	height: 88%;
	display: inline-block;
    overflow-x: scroll;
	background-color: rgba(255,255,255,0.95);
	border: none;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	
}

thead tr th { 
            position: sticky;
            top: 0;
            z-index: 10;
            background-color: #ffffff;
			bottom:5px;
			color: #EA3A11;
			padding: 5px 15px 5px 15px;
			max-width: 250px;
	
        }

tr{
	
	border-bottom: 1px solid rgba(229,82,38,0.05);
	
}

tr td{
	
	padding: 5px 15px 5px 15px;
	max-width: 250px;
	word-wrap: break-word;
}

tr:hover{
	
	background-color: rgba(229,82,38,0.7);
	color: white;
	
}

.paginacion_tabla{
	
	position: absolute;
	bottom: 0px;
	right: 12px;
	display: inline-block;
	align-content: space-between;
	align-items: baseline;
	max-height: 50px;
	
}

.paginacion_tabla span{

	margin-right: 20px;
	
}

.tableMod{
	
	max-height: 450px !important;
}



@media only screen and (min-height:0px) and (max-height: 1200px) and (max-width: 870px)  {
	
	.tablas{
		
		min-height: calc((88% - 140px) - 70px);
		height: calc((88% - 140px) - 70px);
		
	}
	
	.info-general{
		
		top: 14%;
		left: 5%;
		width: 94%;
		flex-wrap: wrap;
		
	}
	
	.tablas_reportes{
		top: 16%;
		min-height: calc((84% - 140px) - 70px);
		height: calc((84% - 140px) - 70px);
		
	}
	
	.paginacion_tabla{
	
		right: 4%;
	
	}
	
}

@media only screen and (min-height:0px) and (max-height: 780px) and (max-width: 870px)  {
	
	.info-general{
		
		top: 18%;
		left: 5%;
		width: 94%;
		flex-wrap: wrap;
		
	}
	
	.tablas_reportes{
		top: 20%;
		min-height: calc((84% - 140px) - 70px);
		height: calc((84% - 140px) - 70px);
		
	}
	
}

@media only screen and (min-width:0px) and (max-width: 869px)  {
	
	.tablas{
		
		top: 120px;
		left: 5%;
		min-width: 91%;
		
	}
	
	.paginacion_tabla span{
	
		max-width: 170px;
		margin-right: 5px;
	
	}
	
	.tablas_reportes{

		left: 5%;
		min-width: 91%
		
	}
	
	.paginacion_tabla{
	
		right: 4%;
	
	}
	
}

@media only screen and (min-width:870px) and (max-width: 1200px)  {
	
	.tablas{

		left: 30%;
		min-width: 67%;
		max-width: 67%;
		
	}
	
	.tablas_reportes{
		
		top: 15%;
		left: 30%;
		min-width: 67%;
		max-width: 67%;
		min-height: 90%;
		max-height: 90%;
		
	}
	
}





