html{
	height: 100%;
}
body{ 
	color:#333; 
	background-color: #ececec;
	font-family: 'Roboto', sans-serif !important;;
	font-size: 0.85rem;
	margin: 0;
	overflow: hidden;
}
.modal{
	position: fixed !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.div_popup{
	position: fixed !important;
	height: auto !important;
	margin-top: 0px !important;
	top: 60px;
	min-height: 30%;
	max-height: 85%;
}
.showDiv{
	display: flex !important;
	flex-direction: column;
}
.cambia_perfil  {
	margin-left: -150px;
    min-height: 150px;
    width: 300px;
}
div.det_vacaciones {
  	width: 850px;
  	margin-left: -425px;
}
div.comenta_vacaciones{
	width:650px;
	height: 450px !important;
	margin-left: -325px;
}
/*div.solicita_empleado {
	height: 400px !important;
}*/
div.nav ul li {
  	font-size: inherit;
}
div.nav ul li {
		padding-left: 20px;
	}
	div.nav ul li {
  	height: 40px;
  
  
  	line-height: 40px;
}
div.datos_gen > #divInfo .etiqueta {
  font-weight: 600;
}
input, select{
	height: 28px;
	border-radius: 3px !important;
	 font-family: inherit;
	  font-size: inherit;
}
select{
	background-color: #FFF;
}
input[type="text"], input[type="password"], input[type="search"], input[type="number"], input[type="email"], textarea {
	  font-family: inherit;
	  font-size: inherit;
}
.container{
	display: flex;
	flex-flow: column;
	height: 100%;
}

div.login_header{
	position: relative;
	height: 100px;
	background-color:#fff;
	color:#FFF;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 15px;
	box-sizing: border-box;
    
}
div.login form label {
  	font-weight: 500;
}
div.login_header div{
	padding: 10px;
    width: 16.666%;
    word-wrap: break-word;
    box-sizing: border-box;
}

div.logo{
	background-image:url(grupo_ono_logo.png);
	background-size: contain;
	background-position:center;
	background-repeat:no-repeat;
	
}
div.login_flex_header{
	flex: 0 1 auto;
}

div.login_body{
	flex: 1 1 auto;
	overflow: auto;
}
div.login{
	position: relative;
	height: 280px;
	margin: 0;
	-webkit-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
}
div.aviso_priv{
	position: relative;
	height: auto;
	margin: 0;
	-webkit-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
}
div.sel_cia {
	position: relative;
 	margin: 0;
	-webkit-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
}


div.login > .titulos{
	color:#243268;
	font-weight: 600;
}

div.login a, div.login a.visited{
	color:#E30A18;
	text-decoration:underline; 
	font-style: italic;
} 
div.login a:hover{
	color:#ab0828; 
	text-decoration:underline; 
} 

input[type="button"], input[type=submit] {
	padding:4px 12px;
    font-family:inherit;
    border-radius: 5px !important;
    font-size: inherit;
    color: #FFF !important;
    background: #cc092f;
    border: 1px solid #cc092f;

}
input[type="button"]:hover, input[type=submit]:hover,
input[type="button"]:focus, input[type=submit]:focus,
input[type="button"]:active, input[type=submit]:active{
	
	color: #000;
	background: #ab0828;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none !important;
}
a.lnkBoton, a.lnkBoton:visited, a.lnkBoton:link{
	padding:4px 12px; 
	border-radius: 5px !important;
    font-size: inherit;
    color: #FFF !important;
    background-color: #cc092f;
    border: 1px solid #cc092f;
    font-weight: normal;
    font-style: normal;
}
a.lnkBoton:hover{
	color: #FFF;
	text-decoration: none !important;
	background-color: #ab0828;
	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none !important;
}

a.lnkBoton_disabled{
	padding:5px 12px; 
	border-radius:5px;
	font-family:inherit;
	font-weight:normal;
	font-size:inherit;
}
a.lnkBoton_disabled:hover{
	text-decoration: none;
}
.titulos {
  	font-size: 15pt;
  	font-weight: 400;
  	color:#cc092f;
}
table.selTD:not(th) tr:hover
	{background:#c3c3c3;}

.container-header .header{
	position: relative;
	height: 100px;
	display: flex;
	flex-wrap: wrap;
	padding: 15px;
	box-sizing: border-box;
}
.container > .container-header{
	flex: 0 1 auto;
}
.container-header .header .logo-container {
	position: relative;
	height: 100%;
	margin-left: 40px;
}
.container-header .header .datos-empleado {
	position: relative !important;
	top: 0px !important;
	width: auto !important;
	height: 100%;
}
.container-header .header .datos-empleado .nombre-emp {
	font-size: 1.2rem !important;
	font-weight: 500;	
}
.container-header .header .datos-empleado .puesto{	
	font-size: 10pt;
	font-weight: 400;	
}
.container-header .header .datos-empleado .rfc{
	font-size: 10pt;
	font-weight: 400;
}
.container > .container-body{
	flex: 1 1 auto;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
	padding: 0px;	
}

.container > .container-body > .nav{
	position: relative;
	margin: 0;
	top: 0px;
	height: 100%;
	width: 275px;
	padding: 15px 0px;
}
.container > .container-body > .data{
	display: block !important;
	position: relative !important;
	top: 0 !important;
	left: 0;
	height: 100%;
	overflow: hidden;
	padding: 10px 15px;
	width: 100%;
	box-sizing: border-box;
}
div.popup_sol_vacaciones {
  width: 400px;
  height: 250px;
  margin-top: -125px;
  margin-left: -175px;
  display: none;
}
.container > .container-body > .data > div {
	display: block !important;
	overflow: auto;
}
.container > .container-footer{
 	 flex: 0 1 20px;
 	 font-size: 7pt;
}

.theme_go .container-header .header{
	background-color: #243268;
}
.theme_go .datos-empleado{
	color: #FFF;
}

.theme_go .logo-container{
	background-image:url(logo_kiosco.png);
	background-size: contain;
	background-position:center;
	background-repeat:no-repeat;
}
.theme_go .container-footer{
	background-color: #231f20;
	color: #FFF;
}

.theme_go a, .theme_go a.visited{
	font-family: "Molengo", Sans-serif;
font-weight: 500;
font-style: italic;
	color:#B70C19;
	text-decoration: underline;
}
.theme_go a:hover {
  text-decoration: underline;
  color:  #ab0828;
  
}

.theme_go a.lnkBoton_disabled:hover{
	color: #231f20;
	text-decoration: none;
}
.theme_go .titulos {
  	
  	color:#243268 ;
  	font-family: "Molengo", Sans-serif;
font-weight: 600;
}


@media only screen and (max-width : 768px) {
	div.login_header div{
		padding: 15px;
	    width: 33.333%;
	    word-wrap: break-word;
	    box-sizing: border-box;
	}
	div.login,  div.aviso_priv, div.sel_cia {
		width: 100%;
		height: auto;
		left: 50%;
		top: 50%;
	}
	div.showmenu {
	  
	  -webkit-filter: invert(0);
	
	}
	div.navhandled ul {
	  background-color: #FFF;
	  width: 60%;
	  height: 99%;
	  box-sizing: border-box;
	}
	div.sel_cia form select {
	  width: 95%;
	  max-width: 95%;
	}
	div.data > div {
	  
	  padding: 15px 15px;
	  
	}
    .container-header .header {
		height: 90px;
	}
	
	.container-header .header .logo-container {
		display: none;
	}
	.container > .container-body > .nav {
	  position: absolute;
	  
	  top: 90px;
	  height: calc(100% - 90px);
	  width: 100%;
	  padding: 0px;
	}

}
@media only screen and (min-width : 769px) {
	div.login_header{
		
		height: 90px;
		
	}
	div.nav {
		width: 200px;
	}
	div.data {
		left: 200px;

		width: 65%;
		width: -webkit-calc(100% - 220px);
		width: -moz-calc(100% - 220px);
		width: calc(100% - 220px);


	}
	div.nav ul li {
		padding-left: 20px;
	}
	

	
	div.login form {
	  	padding: 7px 45px 7px;
	}
	div.login form div {
	  margin-bottom: 2px;
	  text-align: center;
	}
	div.login{
		
		height: 210px;
		
	}
	div.login div.title_login {
	  
	  padding: 5px 0px 5px 15px;
	  
	}
	.container-header .header .logo-container {
		display: block;
		width: 135px;
		margin-left: 5px;
	}
	.container-header .header .datos-empleado {
		line-height: 22px;
	}
}
@media only screen and (min-width : 1024px) {

	iv.login_header{
		
		height: 140px;
		
	}
	
		div.nav {
			width: 270px;
		}
		div.data {
			left: 270px;
			width: 65%;
			width: -webkit-calc(100% - 300px);
			width: -moz-calc(100% - 300px);
			width: calc(100% - 300px);
		}
		div.nav ul li {
			padding-left: 24px;
		}
		div.logoBody{
			width: 270px;
		}
		.container-header .header .logo-container {
			display: block;
			width: 230px;
		}
	div.login {
 
  height: 280px;
 
	}
}

@media only screen and (min-width : 1920px) {
	body{
		font-size: 12pt;
	}
	.container-header .header .datos-empleado .nombre-emp {
			font-size: 16pt !important;
	}
	.container > .container-footer{
	 	 flex: 0 1 20px;
	 	 font-size: 8pt;
	}
	.titulos{
		font-size: 16pt !important;
	}
}
