@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto&display=swap');

/* CLASES */
body{
	background-color: #EEEEEE;
}
.pFont{
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-size: 0.8em;
}
#main{
	width: calc(100% - 230px);
	padding:15px 25px;
}
#contSection{
	
}
header{
	/*box-shadow: 0px 5px 7px -4px #000;*/
	background: #374850;
background: -moz-linear-gradient(top,  #374850 0%, #030f00 100%);
background: -webkit-linear-gradient(top,  #374850 0%,#030f00 100%);
background: linear-gradient(to bottom,  #374850 0%,#030f00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#374850', endColorstr='#030f00',GradientType=0 );
	color:#fff;
}
nav{
	width: 230px;
	padding-top: 15px;
	background-color: #0F1D13;
	/*overflow: hidden;*/
}
#menuLeft{
	height: calc(100vh - 100px);
	padding: 10px;
}
#contNomSys{
	padding: 3px 10px;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size: 0.9em;
	text-shadow:0px 1px 0px #000;
}
.contFotoUser{
	background-image:url(../../system_files/modUser/photos/default.jpg); background-size: cover;
	border-radius: 50%;
	width: 80px;
	height: 80px;
}
.contNomUser{
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
	color: #fff;
	text-shadow:0px 1px 0px #000;
	padding: 5px 2px;
}
.etiquetSection{
	padding: 8px 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8rem;
	color:#fff;
	background-color: rgba(22,22,22,1.00);
	display:inline-flex;
	border-radius: 5px 5px 0 0;
}
.contIconsMod{
	padding:25px 15px;
	border:solid 1px rgba(170,168,168,1.00);
	border-radius: 0 5px 5px 5px;
	margin-bottom: 20px;
	background-color: #fff;
}
.contIconMod{
	width: 120px;
	margin-right: 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.75rem;
	text-decoration: none;
	color:#000;
	line-height: normal;
}
#descModulo{
	border-radius: 5px;
	padding: 15px;
	background: #F8F9FA;
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
	font-family: 'Open Sans', sans-serif;
}
#contIconModulo{
	margin-right: 10px;
}
.titleMod_a{
	font-size:1.0em;
	font-weight: 600;
	color: #5c5f69;
	text-transform: uppercase;
}
.titleMod_b{
	font-size:0.8em;
	font-weight: 300;
	color: #5c5f69;
	border-top:dotted 1px #5c5f69;
}
#contHeader_b{
	margin-top: 15px;
	border-radius: 5px;
	padding: 5px 10px;
	background: #FFFFFF;
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
	font-family: 'Open Sans', sans-serif;
}
.contInfo_a{
	margin-top: 15px;
	border-radius: 5px;
	padding: 5px 10px;
	background: #FFFFFF;
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
	font-family: 'Open Sans', sans-serif;
}
.btnAdd{
	text-decoration: none;
	font-size: 0.8em;
	color: #5c5f69;
	text-align: center;
	border-radius: 6px;
	/*background: #8ECEFC;*/
	padding: 10px 15px;
}
/* ESTILO DE FORMULARIOS */
#contDescFrm{
	background: #212529;
	font-family: 'Open Sans', sans-serif;
	padding: 7px 7px 7px 10px;
	border-radius: 3px 3px 0 0;
	width: 100%;
	
}
#contInputFrm{
	padding: 20px;
	position: relative;
}
.titleFrm{
	color: #fff;
	font-size: 0.9em;
	line-height: normal;
}
.DescFrm{
	color:rgba(180,179,179,1.00);
	font-size: 0.8em;
	line-height: normal;
}
.contSubFrm{
	border: solid 1px #FFF; padding: 10px 25px 20px 25px; border-radius: 10px;
	margin-bottom: 5px;
	-webkit-box-shadow: inset 0px -1px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0px -1px 5px 0px rgba(0,0,0,0.2);
box-shadow: inset 0px -1px 5px 0px rgba(0,0,0,0.2);
}
.selectNumber {
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
  border-radius: 4px; padding-right: 30px;
	float:left;
	/*font-family:Verdana, Geneva, sans-serif;*/
  font-size:12px;
	padding:2px 2px;
	border:solid 1px #aacfe4;
	margin:0px 1px;
  padding:3px 5px;
	
}
input[type="checkbox"]{
	width:30px;
	height:15px;
	-moz-appearance:none;
	-webkit-appearance:none;
	background-color:#c3c3c3;
	border-radius:20px;
	box-shadow:inset -2px 2px 5px rgba(0,0,0,0.2);
	transition:.5s ease;
}

input[type="checkbox"]:before{
	content:"";
	display:block;
	background-color:#fff;
	width:15px;
	height:15px;
	border-radius:50%;
	transform:scale(0.9);
	box-shadow:-2px 2px 5px rgba(0,0,0,0.2);
	transition:.5s ease;
}

input:checked[type="checkbox"]{
	background-color:#00aacc;
}
input:checked[type="checkbox"]:before{
	transform:scale(0.9) translate(110%);
	box-shadow:2px 2px 4px rgba(0,0,0,0.2),
			   -3px 2px 4px rgba(0,0,0,0.2);
}
/* FIN FORMULARIO */
/* MENSAJES */
.iconOk{
	font-size: 4.0em;
	color: #1A8300;
}
.iconError{
	font-size: 4.0em;
	color:rgba(199,3,7,1.00);
}.iconAlert{
	font-size: 4.0em;
	color:rgba(249,194,1,1.00);
}
.fontDesc{
	font-family: 'Open Sans', sans-serif;
	font-size:0.9em;
}
.fontRptaOk{
	font-family: 'Open Sans', sans-serif;
	font-size:1.2em;
	color:#015103;
}
.contRpta{
	padding: 50px;
}
/* FIN MENSAJES
/* SECCION DATAGRID */
.dataTable{
	background: #fff;
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
}
.dataTable th{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	color:#fff;
	text-align: center;
	background:#1B2A25;
}
.dataTable td{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	color:#000;
	text-align: center;
}.dataTable thead{
	/*background: rgba(19,19,19,1.00);*/
}
.trBlock{
	background-color:rgba(247,2,6,0.5);
}
.dataTableInfo th{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	color:#fff;
	
	background:#1B2A25;
}
.dataTableInfo td{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	color:#000;
}

.dataTableInfo tr td:nth-child(1){
			font-weight: 600;
		}
.dataTableInfo tr td:nth-child(2){
			text-align: left;
}
/* FIN DATA GRID */
.routeEtapas{
	list-style: none;
	display: flex;
	padding: 0;
	margin-top: 10px;
}
.routeEtapas li{
	padding: 6px 15px;
	border-radius:0 6px 6px 0;
	margin-right: 2px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	color:#fff;
	text-shadow:0px 1px 0px #000;
	background: #207cca;
background: -moz-linear-gradient(top,  #207cca 0%, #1e5799 100%);
background: -webkit-linear-gradient(top,  #207cca 0%,#1e5799 100%);
background: linear-gradient(to bottom,  #207cca 0%,#1e5799 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207cca', endColorstr='#1e5799',GradientType=0 );

}
.routeEtapas li span{
	position: relative;
	top:1px;
	left: 5px;
}

/* MENU LISTA*/
.listMenu{
	list-style: none;
	display: inline-flex;
	margin-bottom: 0;
	margin-top: 15px;
}
.listMenu li{
	padding: 7px 15px;
	border-radius: 8px 8px 0 0;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
	margin-right: 2px;
	
}
.mdg_active{
	color:#fff;
	text-shadow:0px 1px 0px #000;
	background: #068ee6;
background: -moz-linear-gradient(top,  #068ee6 0%, #0272c2 100%);
background: -webkit-linear-gradient(top,  #068ee6 0%,#0272c2 100%);
background: linear-gradient(to bottom,  #068ee6 0%,#0272c2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#068ee6', endColorstr='#0272c2',GradientType=0 );
}
.mdg_link{
	color:#000;
	font-weight: 400;
	text-shadow:0px 1px 0px #fff;
	background: #d1d1d1;
background: -moz-linear-gradient(top,  #d1d1d1 0%, #a3a3a3 100%);
background: -webkit-linear-gradient(top,  #d1d1d1 0%,#a3a3a3 100%);
background: linear-gradient(to bottom,  #d1d1d1 0%,#a3a3a3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#a3a3a3',GradientType=0 );

}
#loading{
	display: none;
}
.contProcessing{
	width: 100%;
        height: 100%;
        position: absolute;
        left: 0; top: 0;
        background-color:rgba(0,0,0,0.65);
        display: flex; 
        flex-wrap: wrap;
         justify-content: center;
        align-items: center;
     z-index: 1000;
}

.contLoad{
	padding: 2px 15px;
		border: solid 3px #fff;
		border-radius: 4px;
		background-color: #F5F3F3;
		display: flex;
		flex-direction: row;
		align-items: center;
		box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}
.contTxtLoad{
	font-family: 'Open Sans', sans-serif;
		font-size: 0.8em;
		color: #000;
		margin-left: 10px;
}
/* FIN MENU LISTA */
.listUlMenu{
	list-style: none;
	padding: 0;
}
.listTipMenu{
	list-style: none;
	padding: 10px 15px;
	margin: 0;
	
}
.listTipMenu li:hover{
	background: rgba(176,219,247,1.00);
}

.menuLevel1{
	padding: 5px 3px 5px 10px;
	background: #fff;
	border-radius: 3px;
	margin-bottom: 2px;
	font-family: 'Roboto', sans-serif;
	font-size: 0.85rem;
	
}
.menuLevel1 span{
	position: relative;
	margin-right: 8px;
}
.menuLevel2{
	padding: 5px 3px 5px 10px;
	background: #fff;
	border-radius: 3px;
	margin-left: 25px;
	margin-bottom: 2px;
	font-family: 'Roboto', sans-serif;
	font-size: 0.85rem;
	
}
.menuLevel3{
	padding: 5px 3px 5px 10px;
	background: #fff;
	border-radius: 3px;
	margin-bottom: 2px;
	margin-left: 65px;
	font-family: 'Roboto', sans-serif;
	font-size: 0.85rem;
	/*-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);*/
}
.imgPer{
	position: relative;
}
.fotoPer{
	width: 128px;
	height: 128px;
	border: solid 5px #fff;
	position: absolute;
	border-radius: 4px;
	left: 40px;
	top: -10px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

@media screen and (max-width: 1600px) {
	#main{
	width: calc(100% - 60px);
	padding:15px 25px;
}
  nav{
	width: 60px;
	
}
.contFotoUser{
	background-image:url(../../system_files/modUser/photos/default.jpg); background-size: cover;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
}
