@import url('font-awesome/css/font-awesome.min.css');
@charset "utf-8";
/* CSS Document */
html{font-size:100%}
body{font-family:Verdana,Arial,sans-serif;font-size:13px;background-color:#EEEEEE;height:100%;width:100%;top:0;left:0; box-sizing:border-box;}

a, a:visited{ color:#008BD9; text-decoration:none; }
a:hover{text-decoration:underline;}


input[type=text],input[type=password],input[type=search],input[type=number],input[type=email],textarea{
	font-family:sans-serif;padding:3px 3px;border:1px solid #999;border-radius:2px; box-sizing:border-box; font-size:100%;
	width:auto; letter-spacing:normal; margin:2px}

textarea{width:300px; height:25pt;}
select{font-family:sans-serif;min-width:100px; max-width:300px;;border:1px solid #999;border-radius:2px;padding:2px 3px;font-size:100%;margin:2px}
option{margin:0px;}

input[type=text]:hover,input[type=text]:focus,
input[type=search]:hover,input[type=search]:focus,
input[type=password]:hover,input[type=password]:focus,
select:hover,select:focus,
textarea:hover,textarea:focus,
input[type=number]:hover,input[type=number]:focus
input[type=email]:hover,input[type=email]:focus
	{
	outline: none;-webkit-box-shadow:inset 0 1px 4px rgba(0,0,0,0.3);-moz-box-shadow: inset 0 1px 4px rgba(0,0,0,0.3);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.3);}

input[readonly], input[readonly]:focus,input[readonly]:hover,textarea[readonly]
	{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;color:#404040;}
/*input:invalid {
  border:1px solid rgba(255,149,149,1.00);
  background-color: #ffdddd;
}*/

select[disabled]
	{background-color:#FFFFFF;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;color:#404040;}


input[type=submit]
	{font-family:sans-serif;padding:5px 12px;background:#4285F4;color:#FFF;font-weight:400;border:1px #2874F2 solid;border-radius:2px;font-size:15px;
	box-sizing:border-box;margin:3px;}
input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active
	{background:#2874F2;cursor:pointer;-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33);-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33);}


input[type=button]
	{font-family:sans-serif;padding:5px 12px;background:#DFDFDF;color:#000;font-weight:400;border:1px #BBBBBB solid;border-radius:2px;font-size:15px;}
input[type=button]:hover, input[type=button]:focus, input[type=button]:active
	{background:#D6D6D6;cursor:pointer;-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33);-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33);}

input[type=submit]:disabled,
input[type=button]:disabled
	{background:#E2E2E2;border:1px #E2E2E2;color:#9E9E9E;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}

/*Clases*/
.add_shadow
	{-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33);-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33);box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33);}

input.campoError, select.campoError, textarea.campoError
	{border:1px solid #cd0a0a;}

.titulos
	{font-size:14pt;font-weight:200;}

.titulos_solo_impresion
	{font-size:14pt;font-weight:200;display:none;}

.modal
	{position:fixed; top:0; left:0;background-color:rgba(0,0,0,0.30);height: 100%;width: 100%; box-sizing:border-box;}
#data .modal
	{position:absolute; top:0; left:0;background-color:rgba(0,0,0,0.30);border-radius:2px; margin:5px 5px;height: 99%;
	height:-webkit-calc(100% - 20px);height: -moz-calc(100% - 20px);height: calc(100% - 20px);width: 99%;
	width: -webkit-calc(100% - 10px);width: -moz-calc(100% - 10px);width: calc(100% - 10px);}

.div_popup{
	display:none;
	position:absolute; 
	top:50%; 
	left:50%;
	background-color:#FFF;
	padding:0 0 5px 0; 
	margin-top:-25%;
	-webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	
}
.div_popup .barra_titulo{
	display:block;
	background-color:#D3D3D3; 
	padding:5px 5px 5px 10px; 
	height:30px; 
	width:100%; 
	box-sizing:border-box;
	border-radius: 5px 5px 0px 0px;
	border-bottom: 1px solid #AEAEAE;
}
.div_popup .barra_titulo .titulo
	{color:#000000; font-weight:normal; line-height:18px}
.div_popup .barra_titulo .boton_cerrar
	{border:0px solid #BABABA; border-radius:2px; width:18px; height:18px; float:right; cursor:pointer}
.div_popup .barra_titulo .boton_cerrar:hover
	{ background-color:#BABABA}
.div_popup .dinamica
	{ display:block; width:100%; overflow:auto;padding:5px 0; box-sizing:border-box;height: 90%;
	height:-webkit-calc(100% - 30px);height: -moz-calc(100% - 30px);height: calc(100% - 30px);text-align:center}


div.solicita_empleado
	{width:500px; height:400px; margin-left:-250px; margin-top:-200px; display:none;}
div.solicita_contrasena
	{width:560px; height:460px; margin-left:-280px; margin-top:-230px; display:none;}
div.ed_beneficiarios,div.ed_cursos
	{width:420px; height:390px; margin-top:-185px; margin-left:-200px;}
div.ed_familiares
	{width:420px; height:350px; margin-top:-160px; margin-left:-200px;}
div.ed_escolaridad,div.ed_trabajos
	{width:400px; height:480px; margin-top:-240px; margin-left:-200px;  }
div.ed_idiomas, div.ed_equipos,div.ed_paquetes
	{width:400px; height:220px; margin-top:-110px; margin-left:-200px; }
div.ed_referencias
	{width:400px; height:270px; margin-top:-135px; margin-left:-200px;  }
div.det_vacaciones
	{width:600px; height:300px; margin-top:-150px; margin-left:-300px;}
div.det_descuentos_prestamo
	{width:900px; height:550px; margin-top:-280px; margin-left:-450px;}	
div.recibos_inside
	{position:absolute;width:800px; height:600px; margin-top:-300px; margin-left:-400px; }

div.div_fullscreen
	{position:absolute;width:90%; height:600px; margin-top:-300px; margin-left:-45%; display: none;}

div.fondo_ahorro_detalle
	{width:700px; height:400px; margin-top:-200px; margin-left:-350px; display:none;}

div.popup_sol_vacaciones
	{width:350px; height:250px; margin-top:-125px; margin-left:-175px; display:none;}

div.sys_msg{
    width:350px; height:250px; margin-top:-125px; margin-left:-175px;display:none;
}
/*Estilos de las eiquetas de error*/
.error
	{background-color: #BC1010;border-radius: 4px 4px 4px 4px;color: white;font-weight: bold;margin-left: 16px;margin-top: 6px;padding: 6px 12px;
    position: absolute;white-space:nowrap;}

.error:before
	{border-color: transparent #BC1010 transparent transparent;   border-style: solid;border-width: 6px 8px;content: "";display: block;height: 0;
    left: -16px;position: absolute;top: 8px; width: 0;}

.result_ok
	{border-radius: 20px 20px 20px 20px;color: #878787;font-weight: bold;padding: 15px 20px;text-align: center;}

.result_fail
	{border-radius: 20px 20px 20px 20px;color: #BC1010;padding: 5px 20px;text-align: center;}

.showmenu{display:none;}

.forms
	{margin:0; display:block; align-content:center; size:12px;}
.forms fieldset
	{display: block;margin:0; padding:0 5px 5px;border:0;-webkit-margin-start: 2px;-webkit-margin-end: 2px;-webkit-padding-before: 5px;
	-webkit-padding-start:5px;-webkit-padding-end: 5px;-webkit-padding-after: 10px;min-width: -webkit-min-content;}
.forms legend
	{display: block;width: 100%;padding: 4 0;margin-bottom: 2px;color: rgb(51, 51, 51);border-bottom: 1px solid rgb(229, 229, 229);
	-webkit-padding-start: 2px;-webkit-padding-end: 2px; font-size:13px; font-weight:bold; box-sizing:border-box; text-align:left;}
.forms .group
	{letter-spacing: -4px;text-rendering: optimizespeed;display: -webkit-flex;-webkit-flex-flow: row wrap; text-align:left;}
.forms .campos
	{font-weight: 900;letter-spacing: 0.01em;display: inline-block;zoom: 1;letter-spacing: normal;word-spacing: normal;vertical-align: top;
	text-rendering: auto;box-sizing: border-box;margin:2px 10px; overflow:hidden; text-align:left;}
.forms .campos input, .forms .campos select, .forms .campos textarea
	{margin-left:5px; text-align:left;}
.forms .campos label
	{display: block;margin: 1px 0;font-weight: 100;letter-spacing: 0.01em; text-align:left}
.forms .campos label.normal
	{display:inline;}

no-close .ui-dialog-titlebar-close
	{display: none }
.ui-no-border
	{border:none;background:none;}


/*Login*/
div.login_header
	{position:absolute;top:0;left:0;width:100%;height:120px;background-color:#515151;}

div.login
	{position:absolute;top:50%;left:50%;width:350px;height:250px;margin-left:-150px;margin-top:-125px;background-color:#FFF;border-radius: 6px;}

div.login div.title_login
	{position:relative;top:0;padding:10px 0px 10px 15px; text-align:left;}

div.login form
	{padding: 15px 45px 20px;}

div.login form label
	{display: block;font-weight:600;text-align:left;}

div.login form div
	{margin-bottom: 15px;text-align:center;}

div.login form input[type=text], div.login form input[type=password]
	{width: 230px;}

div.login form input[type=submit]
	{float:right;}

div.login_logo
	{display:block;visibility:hidden;background-color:#DFDFDF;position:absolute;top:40px;left:50px;width:180px;height:180px;background-size:contain; box-sizing:border-box;}
/*Seleccion de compaÃ±ia*/
div.sel_cia
	{position:absolute;top:50%;left:50%;width:500px;height:180px;margin-left:-250px;margin-top:-90px;background-color:#FFF;border-radius: 6px;}

div.sel_cia div.title_login
	{position:relative;top:0;padding:10px 0px 10px 15px;}

div.sel_cia form
	{padding: 15px 45px 20px;}

div.sel_cia form label
	{display: block; font-weight:600;text-align:left;}

div.sel_cia form div
	{width:100%;margin-bottom: 15px;}

div.sel_cia form select
	{width: 400px;max-width:400px;}
/*Aviso	*/
div.aviso_priv
	{position:absolute;top:50%;left:50%;width:500px;height:280px;margin-left:-250px;margin-top:-140px;background-color:#FFF;border-radius: 6px;}

div.aviso_priv div.title_login
	{position:relative;top:0;padding:10px 0px 10px 15px;}

div.aviso_priv  p
	{padding:20px;text-align:justify;}

div.aviso_priv  .boton_aviso
	{padding:15px;position:relative;width:100%;box-sizing:border-box;text-align:right;}

/*Estilos Generales*/
.header
	{position:fixed;top:0;left:0;width:100%;height:120px;background-color:#515151;}

.header #head_nombre
	{position:relative;float:left;top:60px;width:260px;padding:10px 7px;font-size:16px;color:#FFF;text-align:Left;overflow:hidden;}

.footer
	{position:fixed;top:100%;left:0;width:100%;height:30px !important; margin-top: -30px; font-size: 80%;}
.footer table
	{color: #FFF; align-self: center; width: 95%; height: 100%;}


div.nav
	{display:block;position:fixed;box-sizing:border-box;top:120px;left:0px;width: 260px;float: left;overflow:auto;margin:5px auto;height: 80%;
	height: -webkit-calc(100% - 160px);height: -moz-calc(100% - 160px);height: calc(100% - 160px);}

div.nav ul
	{display: block;position:relative;list-style-type: none;margin-top: 3px;text-align: left;width:100%;padding:0;vertical-align:middle;}

div.nav ul li
	{height: 56px;font-size: 12pt;color: #444;text-align: left;cursor: pointer;padding-left:30px;line-height:56px;}

div.nav ul li.active
	{background-color: #DEDEDE;cursor:default;}

div.nav ul li.sep
	{height: 0px;margin:10px 5px 10px 5px;cursor: none;padding-left:60px;line-height:56px;border:1px solid #787878;}

div.data
	{display:table;position:absolute;box-sizing:border-box;top:50px;left:260px;padding:5px 5px 15px 5px;width: 65%;width: -webkit-calc(100% - 340px);
	width: -moz-calc(100% - 340px);width: calc(100% - 340px);height: 90%;height:-webkit-calc(100% - 75px);height: -moz-calc(100% - 75px);
	height: calc(100% - 75px);}

div.data>div
	{display:table-cell;padding:15px 10px;background:#FFF;width: 100%;height:100%;border-radius:2px; box-sizing:border-box;}

div.data .footer
	{position:relative;display:block;height:5px;}


/*Tabs*/
div.Tabs
	{display:block;padding:15px auto}

div.Tabs > ul
	{display:table;list-style:none;padding:0; width:100%; overflow:auto;}

div.Tabs > ul li
	{padding:8px 15px;; margin:0; font-weight:bold;color:#B4E2E9;display:table-cell; text-align:center; vertical-align:middle}
div.Tabs > ul li a
	{display:block;font-weight:bold;color:#B4E2E9; text-decoration:none;}
div.Tabs > ul li.active
	{border-bottom:3px solid #1BBCD5; color:#1BBCD5}
div.Tabs > ul li.active a
	{color:#1BBCD5;}
div.Tabs > div
	{display:none; padding:15px; box-sizing:border-box; -moz-box-sizing:border-box;}
div.Tabs > div.active
	{display:block;width:100%; overflow:auto;}



/*Datos Generales*/
div.datos_gen
	{padding:35px 20px;}
div.datos_gen > #divFoto
	{display:block;float:left;width:180px; height:180px; }
div.datos_gen > #divInfo
	{display:block;float:left; padding:5px 20px;}
div.datos_gen > #divInfo table td
	{padding: 5px 0;}
div.datos_gen > #divInfo .etiqueta
	{font-weight:bold; font; }
div.datos_gen > #divInfo label
	{padding:0 5px;}

/*Beneficiarios*/


/*Tablas */
table.tblDatos
	{margin-top:10px; width:100%;border:1px solid #AAAAAA; border-bottom:none;border-left:none; border-spacing:0;}
table.tblDatos th
	{background-color:#D3D3D3; border:1px solid #AAAAAA;border-top:none; border-right:none;text-align:center}
table.tblDatos td
	{padding:2px 5px; border:1px solid #AAAAAA;border-top:none; border-right:none; text-align:left;}

table.selTD:not(th) tr:hover
	{background:#1BBCD5;}
table.selTD td:hover
	{cursor:pointer;}


/*Tablas */
table.resp
	{margin-top:10px; width:100%;border:1px solid #AAAAAA; border-bottom:none;border-left:none; border-spacing:0;}
.resp th
	{background-color:#D3D3D3; border:1px solid #AAAAAA;border-top:none; border-right:none;text-align:center}
.resp td
	{padding:2px 5px; border:1px solid #AAAAAA;border-top:none; border-right:none;}

table.selTD:not(th) tr:hover
	{background:#1BBCD5;}
table.selTD td:hover
	{cursor:pointer;}

/*Links como botones*/
a.lnkBoton, a.lnkBoton:visited, a.lnkBoton:link
	{padding:4px 10px;margin:15px;border:1px solid #D6D6D6; background:#4285F4;	color:#FFF;	font-weight:400;border:1px #2874F2 solid;border-radius:3px;
		text-decoration:none;font-weight:bold;font-size:12px;
	}
	a.lnkBoton:hover{

		background-color:#2874F2;
		-webkit-box-shadow: 1px 2px 2px 0px rgba(183, 183, 183, 0.9);
		-moz-box-shadow:    1px 2px 2px 0px rgba(183, 183, 183, 0.9);
		box-shadow:         1px 2px 2px 0px rgba(183, 183, 183, 0.9);
	}
	a.lnkBoton:active{
		border:1px solid #2874F2;
		background-color:#2874F2;
		-webkit-box-shadow: 1px 6px 4px 0px rgba(183, 183, 183, 0.9);
		-moz-box-shadow:    1px 6px 4px 0px rgba(183, 183, 183, 0.9);
		box-shadow:         1px 6px 4px 0px rgba(183, 183, 183, 0.9);
	}

	a.lnkBoton_disabled{
		padding:4px 10px;
		margin:15px;
		border:1px solid #E2E2E2;
		background-color:#E2E2E2;
		border-radius:3px;
		color:#AFAFAF;
		text-decoration:none;
		font-weight:bold;
		font-size:12px;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
		cursor:auto;
	}
	div.doc_contenedor{display: block; width:100%;padding:10px 15px; box-sizing: border-box;}

	div.doc_contenedor div.target{display: inline-block; width:220px; height:80px; padding: 5px;box-sizing: border-box;}
	div.doc_contenedor div.target :hover{cursor: pointer;}
	div.doc_contenedor div.icon{display: inline-block; width:64px; padding: 2px; vertical-align: middle; box-sizing: border-box;}
	div.doc_contenedor div.desc_file{display: inline-block; width:130px; padding: 1px;  vertical-align: middle;overflow: hidden; box-sizing: border-box;}

/*Seleccion de sesion*/
div.session_type{position:absolute;top:30%;left:0;width:100%; height:auto; box-sizing:content-box;margin-left:0;margin-top:0;background-color:transparent;}

.markholiday .ui-state-default {
			color: red;
		}

		.ui-datepicker-trigger {
			position: absolute;
			height: 20px;
		}

		.ui-state-between .ui-state-default {
			background: #3e9df7;
			color: #fd0000
		}
/*
#btnAgregar{
	position:relative;
	display:block;
	box-sizing:border-box;
	padding:12px;
	width:12px;
	height:12px;
	border-radius:36px;
	margin:10px;
	float:right;
	background:#2E8DFF url('agregar_btn.png') center no-repeat ;
	-webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.33);
	background-size:contain;
}*/

@media only screen and (max-width : 768px) {

	body{background-color:#F4F4F4; }
    div.login_header{display:none;}
	div.login_logo{display:block;position:fixed;top:0;left:0;width:100%;height:25%;background-size:contain; visibility:visible;z-index:1000}

	div.login{display:inline-block;top:40%;left:0;width:100%;height:auto;box-sizing:border-box; margin:0;background-color:transparent;;
		border-radius:none;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;}

	div.login div.title_login{display:none;}
	div.login form{display:inline-block;width:auto;box-sizing:border-box; text-align:center; padding:5px;}

	div.aviso_priv{position:absolute;top:30%;left:0;width:100%; height:auto; box-sizing:content-box;margin-left:0;margin-top:0;background-color:transparent;
		border-radius:none;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;}
	div.aviso_priv div:not(.boton_aviso){width:80%; background-color:#FFF;border-radius: 6px;box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.33);
	-webkit-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.33);-moz-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.33); }

	div.sel_cia{display:block;top:141px;left:0;box-sizing:border-box;width:100%;height:auto;margin-left:0;margin-top:0;background-color:transparent;
		border-radius:none;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none; padding:50px 25px;}
	div.sel_cia div.title_login{display:none;}
	div.sel_cia form{padding:0;}
	div.sel_cia form select{width: 320px;max-width:400px;}

    .header{height:50px; position:fixed;z-index: 4; }
	.header #head_nombre
	{position:absolute;display:inline-block;top:0;left: 45px;width:auto;font-size:16px;box-sizing:border-box;line-height:50px; height:100%; vertical-align:middle; padding:0;}

	div.nav{ display:none;z-index:100;top:45px;height:80%;height:-webkit-calc(100% - 50px);height: -moz-calc(100% - 50px);
	height: calc(100% - 50px);}

	div.nav{ display:none;z-index:100;top:45px;height:80%;height:-webkit-calc(100% - 50px);height: -moz-calc(100% - 50px);
	height: calc(100% - 50px);}

	div.data{display:block;top:50px; left:0;padding:2px 2px 10px 2px;width: 100%;overflow:auto}
	div.data>div{ display:block;padding:10px 5px; width:100%; overflow:auto; box-sizing:border-box;}

    div.navhandled{display:block; background-color:rgba(0,0,0,0.60);width:100%}
    div.navhandled ul{background-color:#FFF;width:60%;}

    .modal{z-index:5;margin:0;z-index:3}
	#data .modal
	{z-index:3;position:fixed;margin:0; margin-bottom:5px;height: 100%;width: 100%;}

	div.showmenu{display:block;width:50px;height:50px;background:transparent url(hamburger.svg) no-repeat center;cursor:pointer;-webkit-filter: invert(1); fill:currentcolor}

    .div_popup
	   {display:none;position:absolute; top:10%;left:50%;background-color:#FFF;padding:0;z-index:4}

    div.solicita_empleado
	{position:absolute;width:90%; height:80%;  margin-left:-45%; margin-top:-5%; display:none;z-index:4}

    div.solicita_contrasena
	{position:absolute;width:100%; height:80%;  margin-left:-45%; margin-top:-5%; display:none;z-index:4}

	div.ed_beneficiarios,div.ed_familiares,div.ed_escolaridad,div.ed_idiomas,div.ed_cursos,div.ed_equipos,div.ed_paquetes,
    div.ed_trabajos,div.ed_referencias
	{position:absolute;margin-top:-5%; width:390px; margin-left:-195px; height:auto;}

	div.recibos_inside
	{position:absolute;width:90%; height:85%; margin-top:0; margin-left:-45%; }

	div.fondo_ahorro_detalle
	{position:absolute;width:90%; height:90%; margin-top:-5%; margin-left:-45%;}

	div.det_vacaciones
	{position:absolute;width:90%; height:90%; margin-top:-5%; margin-left:-45%;}
	
	div.det_descuentos_prestamo
	{position:absolute;width:90%; height:90%; margin-top:-5%; margin-left:-45%;}

	div.popup_sol_vacaciones
	{position: absolute; margin-top:-5%; display:none;}

	/*Datos Generales*/
	div.datos_gen{padding:10px 10px;}
	div.datos_gen > #divFoto {display:block;float:left;width:180px; height:180px; }
	div.datos_gen > #divInfo {display:block;float:left; padding:3px; overflow:auto }
	div.datos_gen > #divInfo table td {padding:2px 3px;white-space:normal}
	div.datos_gen > #divInfo .etiqueta {font-weight:bold;}
	div.datos_gen > #divInfo label {padding:0 0;}


	/*Tablas */
	table.resp
	{margin:3px;overflow-x: auto;
		display: block; width:100%; margin-bottom:15px;}
	.resp th, .resp td
	{width:100%; white-space:nowrap;}
	/*
	table.resp, .resp thead, .resp tbody, .resp tr, .resp th, .resp td, .resp caption {
 		display : block;
		padding:0 0;
	}
	table.resp { border:none }
	.resp thead tr { display : none; }
	.resp tbody tr {margin : 1em 0; border : 1px solid #2ba6cb;}
	.resp td { border : none; border-bottom : 1px solid #dddddd; position : relative; padding-left: 45%; text-align : left; }
	.resp tr td:last-child { border-bottom : 1px double #dddddd; }.resp tr:last-child td:last-child { border : none; }
	.resp td:before { position : absolute; top : 6px; left : 6px; width : 45%; padding-right : 10px; white-space : nowrap; text-align : left; font-weight : bold; }
	*/

    div.Tabs
	{display:block;padding:5px auto;}

	div.Tabs > ul
	{display:block;list-style:none;padding:0; width:100%;}

	div.Tabs > ul li
	{padding:5px 3px;; margin:0; font-weight:bold;color:#B4E2E9;display:block; text-align:center; vertical-align:middle}
	div.Tabs > ul li a
	{display:block;font-weight:bold;color:#B4E2E9; text-decoration:none;}
	div.Tabs > ul li.active
	{border-bottom:3px solid #1BBCD5; color:#1BBCD5}
	div.Tabs > ul li.active a
	{color:#1BBCD5;}
	div.Tabs > div
	{display:none; padding:3px; box-sizing:border-box; -moz-box-sizing:border-box; width:100%;}
	div.Tabs > div.active
	{display:block;width:100%; overflow:hidden;}
}
@media only screen and (max-width :420px) {
	input[type=submit],input[type=button]
	{padding:2px 6px;margin:1px;}
   
	div.ed_beneficiarios,div.ed_familiares,div.ed_escolaridad,div.ed_idiomas,div.ed_cursos,div.ed_equipos,div.ed_paquetes,
    div.ed_trabajos,div.ed_referencias
	{position:absolute;margin-top:-5%; width:300px; margin-left:-150px; height:auto;}
	div.fondo_ahorro_detalle
	{position:absolute;width:90%; height:90%; margin-top:-5%; margin-left:-45%;}
	/*Datos Generales*/
	div.datos_gen{padding:10px 5px;}
	div.datos_gen > #divFoto {display:block;float:left;width:180px; height:180px; }
	div.datos_gen > #divInfo {display:block;float:left; padding:3px; overflow:auto }
	div.datos_gen > #divInfo table td {padding:2px 3px;white-space:normal}
	div.datos_gen > #divInfo .etiqueta {font-weight:bold;}
	div.datos_gen > #divInfo label {padding:0 0;}
	.forms .campos{margin:2px 10px; width:100%}
	.forms .campos input, .forms .campos select, .forms .campos textarea
	{margin-left:0px; text-align:left;width:100%}
	.div_popup .dinamica
	{ display:block; width:100%; overflow:auto;padding:5px 2px; box-sizing:border-box;height: 90%;
	height:-webkit-calc(100% - 30px);height: -moz-calc(100% - 30px);height: calc(100% - 30px);text-align:center}
	div.doc_contenedor div.target {width:100%; height:70px;margin:5px 0;}
	div.doc_contenedor div.desc_file{display: inline-block; width:250px;}
}
/*
@media only screen
and (max-device-height :640px)
and (orientation : landscape){
	div.ed_beneficiarios,div.ed_familiares,div.ed_escolaridad,div.ed_idiomas,div.ed_cursos,div.ed_equipos,div.ed_paquetes,
    div.ed_trabajos,div.ed_referencias
	{height:75%;}
}*/
@media print {
	#content{width:99%;}
	.titulos_solo_impresion
	{font-size:14pt;font-weight:200;display:block;}
	.add_shadow{-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

}

div,.select2-container--default .select2-results > .select2-results__options{
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,0.3) rgba(0, 0, 0, 0.1);
}
div::-webkit-scrollbar {width: 8px;height: 8px;}
div::-webkit-scrollbar-track {background-color: rgba(0,0,0,0.1);}
div::-webkit-scrollbar-thumb {background-color: rgba(0,0,0,0.3);}
