@charset "utf-8";
/* CSS Document */
@import url("https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css");
@import url('https://fonts.googleapis.com/css?family=Oxygen');
@import url('https://fonts.googleapis.com/css?family=Rokkitt');
@font-face {
  font-family: "San Francisco";
  font-weight: 400;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}
* { 
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
}
.noticia{
	margin: 2%;
	padding: 1%;
	border-radius: 10px;
	border: 2px solid #dddddd;
	min-width: 256px;
}
/*html { 
display: block;
}*/
body { 
background-color: white;
margin:0;
font-size: 73%;
COLOR: #000000;
FONT-FAMILY: OpenSans,Helvetica,Arial,sans-serif;
}
html, body {
	/*width: 100%;
	height: 100%;*/
}
h1 {color: black;display: block;font-size: 25px;font-weight: 600;padding-top: 15px;padding-bottom: 15px;}
h2 {color:#666;
display: block;
font-size: 22px;
font-weight: 600;
clear:both;
margin:0 0 10px 10px;
}
h3 {
color:#666;
text-indent:10px;
display: block;
font-size: 15px;
font-weight: 600;
margin-bottom:5px;
}
hr { 
border:0;
margin:2px;
padding:0;
color: #666;
background-color: #666;
height: 1px;
}
a { 
text-decoration:none;
cursor: pointer;
}

/*Inicio Barra del header*/


div#bar-navigation {
    float: left;
	background-color: #fcda59;
}

#logo img {
    border: 0;
}


/*
GA - 15-09-2020 NUEVO FORMAT DE MENU DESPLEGABLES
*/
	#bar-header {
		float: left;
		width:100%;
		background-color: #fcda59;
		font-size: 1.1em;
		display:block;
		color: grey;
		text-align: center;
	}
	
	
	#top-header{
		background: white;  /*#fcda59;*/
	}
	
	ul{
		list-style:none;
	}
	
	.nav li a{
		width:auto;
		height:15px;
		color: grey;
		/*background-color: #fcda59;*/
		text-decoration:none;
		padding: 10px;
		margin:auto;
		display:block;
		
	}
	
	.nav li a:hover{
		color: white;
		background-color:#000000;
	}
	
	.nav > li{
		float:left;
		
	}
	
	.nav{
		display:inline-block;
	}
	
	.nav li ul{
		display:none;
		position:absolute;
		min-width:140px;
	}
	
	.nav li:hover > ul{
		display:block;
		
	}
	
	#desple li:last-child a{
		border-radius:0px 0px 10px 10px;
	}
	
	#desple li a:hover{
		color:white;
		background-color:#000000;
		transition: all .3s;
	}
	
	#desple li a{
		background-color:#fcda59;;
		text-decoration:none;
		color: grey;
		box-shadow: 3px 3px #BDBDBD;
	}
	#desple{
		text-align: left;
	}


div#bar-navigation li {
    float: left;
    padding: 8px;
}

#header { 
float: left;
width: 100%;
margin: 0;
/*height: 80px;
width: 1000px;
margin: 0px;
background-image:url(/sse_g4/espanol/inasistencias/imagenes/logo.png);
background-image:url(/sse_g4/espanol/inasistencias/imagenes/BA2016.png);
background-repeat:no-repeat;
text-align: right;
color:#FFF;*/
}

/*GA - 13-09-2021 acceso a nomina*/
.but_nominaC, .but_nominaA {
background-color: #59b3fc;
width: 150px;
height: 30px;
border: none;
font-size: 14px;
cursor: pointer;
text-align: left;
padding: 8px;
box-shadow: 3px 3px #BDBDBD;
}

#desple li input:hover{
		color:white;
		background-color:#000000;
		transition: all .3s;
	}

#popup {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.content-popup {
    margin:0px auto;
    margin-top:120px;
    position:relative;
    padding:10px;
    width:500px;
    min-height:170px;
    border-radius:4px;
    background-color:#FFFFFF;
    box-shadow: 0 2px 5px #666666;
}

.content-popup h2 {
    color:#48484B;
    border-bottom: 1px solid #48484B;
    margin-top: 0;
    padding-bottom: 4px;
}

.popup-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display:none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}

.close {
    position: absolute;
    right: 15px;
}
/*GA - 13-09-2021*/


div#top-header {
    float: left;
    width: 100%;
    margin: 0;
}

div#bar-navigation {
    float: left;
    background-color: #fcda59;
    width: 100%;
    margin: 0;
}

div#bar-navigation a {
    font-size: 1.1em;
    color: grey;
}

div#bar-navigation a:hover {
    color: white;
    background-color: transparent;
}

div#titulos {
    width: 100%;
    margin: 0px auto 0px auto;
    text-align: center;
}

div#centrar-titulo {
    display: inline-block;
}

div#loggin {
    float: right;
    border: 2px solid #dddddd;
    border-radius: 11px;
    padding: 8px;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-right: 1%;
}

div#logo {
    float: left;
    padding-left: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
}


/*Fin Barra del header*/

ul { 
list-style-image: none;
list-style-position: outside;
list-style-type: none;
display:inline;
}
/*estilos de la barra de navegación*/
#navigation { 
background-attachment: scroll;
background-clip: border-box;
background-color: rgb(239, 239, 239);
background-image: none;
background-origin: padding-box;
background-position: 0% 0%;
background-repeat: repeat;
background-size: auto;
display: inline;
float: left;
margin: 10px 0px 5px 0px;
padding: 10px 0px 10px 0px;
width: 13%;
background: #EFEFEF;
}
div#navigation ul {
margin: 5px 0 0;
padding: 0 0 10px 0;
}
div#navigation ul li {
margin: 4px 0 0;
padding: 0 5px 0 5px;
}
div#navigation a:link,
div#navigation a:visited {
color: #666;
}
div#navigation a:hover {
text-decoration: underline;
}
/*estilos de los contenedores*/
#main_container { 
font-size: 1.2em;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
width: 85%;
}
#content { 
background:none;
display: inline;
float: left;
margin: 5px 0 0 0;
width: 100%;
min-height: 560px;
}
#sub_content { 
background:none;
display: inline;
float: left;
margin: 5px 0 0 0;
width: 100%;
min-height: 260px;
}
#contenedor_general { 
margin-bottom: 10px;
margin-left: 10px;
margin-right: 0;
margin-top: 10px;
}
/*estilos del pie*/
/*#footer { 
background-color: #1E7244;
clear: both;
height: 25px;
padding-top: 8px;
width: 1000px;
border-bottom: #1E7244 2px solid;
}
#footer_gcba { 
float: left;
color: white;
font-weight: 500;
margin-bottom: 0px;
margin-left: 20px;
margin-right: 0px;
margin-top: 0px;
}*/

div#footer {
    float: left;
    width: 100%;
    background-color: #333;
	margin-top: 50px;
}

div#logo-footer {
    width: 20%;
    padding-top: 12px;
    padding-left: 2%;
    margin: 0;
    float: left;
}


div#logo-footer img{
	border:0;
}

div#contacto {
    width: 35%;
    margin: 0;
    float: left;
    padding: 1%;
    padding-left: 5%;
}

div#logo-footer p {
    color: white;
}

div#contacto p {
    color: white;
    text-align: left;
    font-size: 16px;
}

div#contacto strong {
    font-size: 20px;
}

div#contacto a {
    color: white;
    text-decoration: underline;
}

div#marco-normativo p {
    color: white;
    text-align: left;
    font-size: 16px;
}

div#marco-normativo strong {
    font-size: 20px;
}

div#marco-normativo a {
    color: white;
    text-decoration: underline;
}

div#marco-normativo {
    width: 24%;
    margin: 0;
    float: left;
    padding: 1%;
    padding-left: 10%;
}

/*#contacto { 
float: right;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 20px;
margin-top: 0px;
text-align: right;
}*/

/*estilos de la tabla*/

th#th_up_first a {
    color: grey;
    text-decoration: underline;
}

th#th_up_first a:hover {
    color: white;
}

th#th_up a {
    color: grey;
    text-decoration: underline;
}

th#th_up a:hover {
    color: white;
}

th#th_up_last a {
    color: grey;
    text-decoration: underline;
}

th#th_up_last a:hover {
    color: white;
}

table.tabla_lista {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
	font-size: 0.8em;
}


table.tabla_lista th#th_up {
    border-right: 2px solid #dddddd;
    border-top: 2px solid #dddddd;
	background-color: #fcda59;
	color: grey;
	padding: 6px;
}

table.tabla_lista th#th_up_first {
	border-top: 2px solid #dddddd;
    border-left: 2px solid #dddddd;
	border-right: 2px solid #dddddd;
	background-color: #fcda59;
	color: grey;
	padding: 6px;
}
table.tabla_lista th#th_up_last {
    border-right: 2px solid #dddddd;
    border-top: 2px solid #dddddd;
	background-color: #fcda59;
	color: grey;
	padding: 10px;
}

table.tabla_lista th#th_down {
	border-bottom: 2px solid #dddddd;
	border-right: 2px solid #dddddd;
	background-color: #fcda59;
	color: grey;
	width: 10%;
	padding: 6px;
}
table.tabla_lista th#th_down_first {
	border-bottom: 2px solid #dddddd;
    border-left: 2px solid #dddddd;
	border-right: 2px solid #dddddd;
	background-color: #fcda59;
	color: grey;
	padding: 6px;
}

table.tabla_lista th#th_down_last {
    border-bottom: 2px solid #dddddd;
	border-right: 2px solid #dddddd;
	background-color: #fcda59;
	color: grey;
	padding: 6px;
}
table.tabla_lista td {
    border-bottom: 2px solid #dddddd;
    border-left: 2px solid #dddddd;
    border-right: 2px solid #dddddd;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 13px;
    padding-right: 13px;
}



table.tabla_lista th#th_down_datos {
	border-bottom: 2px solid #dddddd;
	border-right: 2px solid #dddddd;
	border-top: 2px solid #dddddd;
	background-color: #fcda59;
	padding: 8px;
	color: grey;
}


/*table.tabla_lista {
border: 0px #ccc solid;
border-collapse: collapse;
width: 100%;
margin: 10px 0;
}
table.tabla_lista td,
table.tabla_lista th {
border: 0px #fff solid;
}
table.tabla_lista caption {
color: #000;
background: #1E7244;
font-weight: bold;
padding: 3px 0;
}
table.tabla_lista tfoot th {
padding: 7px 3px;
}
table.tabla_lista tr td {
padding: 3px 0 3px 3px;	
}
table.tabla_lista tfoot th {
text-align: center;
}
table.tabla_lista tfoot div.float-right {
margin: 10px 0 0;
}
table.tabla_lista tfoot div.float-right a,
table.tabla_lista tfoot div.float-right span {
font-size: 1.2em;
}
table.tabla_lista tr.row_0 td {
background: #F4F4F4;
}
table.tabla_lista tr.row_1 td {
background: #fff;
}
table.tabla_lista thead th {
background: #1E7244;
padding:4px;
font-size:14px;
}
table.tabla_lista a:link, 
table.tabla_lista a:visited {
text-decoration: none;
color: #c2c3c4;
}
table.tabla_lista a:hover {
color: #000;
}
table.tabla_lista a img {
border: none;
}*/
.tableOrdAsc {
background-image:url(/sse_g4/espanol/inasistencias/imagenes/asc.png) !important;
background-repeat:no-repeat !important;
background-position: 95% 50% !important;
padding-right:15px !important; 
}
.tableOrdDesc {
background-image:url(/sse_g4/espanol/inasistencias/imagenes/desc.png) !important;
background-repeat:no-repeat !important;
background-position: 95% 50% !important;
padding-right:15px !important; 
}
/*estilos del formulario de alta de persona*/
#formulario{
border:1px solid #CCC;
margin:10px 0 10px 0;
padding: 10px;
}
.elementoLista:hover{
	border:1px solid #CCC;
}
.form-row {
margin: 5px 0px 10px 0px;
min-height: 20px;
}
.form-row-com-memo {
margin: 5px 0px 10px 0px;
height: 68px;
}

.title-row {
	font-weight:bold;
}
/*estilos del formulario de búsqueda y de los botones de operaciones*/
#filters {
	border:#999 solid 1px;
	background-color:#E6E6E6;
	padding:7px;
}
#sf_admin_container .sf_admin_action_filter {
  background: url(../sf/sf_admin/images/filter.png);
  /*border-right: 4px solid #66f !important;*/
  border: 2px #ccc solid !important;
}
#switch_filter_button {
border: #999 1px solid;
width:160px;
padding: 3px 0 3px 0px;
background-color: #E6E6E6;
cursor:pointer;
margin:5px 0 5px 0;
text-align:center;
}
.no {
border:none;
}
.ingreso {
TEXT-ALIGN: left;
border:1px solid #CCC;
width:400px;
padding:1px;
}

.ingreso_eval {
TEXT-ALIGN: center;
border:1px solid #CCC;
width:30px;
padding:1px;
}
.ingreso_combo_eval {
width:50px;
}
.ingreso_combo {
width:403px;
}
.lbl {
	width:165px;
	float: left;
}
.but { 
display: inline;
list-style-type: none;
padding: 2px;
}

/*BOTONES*/

/*.but_buscar {
background-image:url(/sse_g4/espanol/inasistencias/imagenes/filter.png);
background-repeat:no-repeat;
background-attachment: scroll;
background-position: 3px 2px;
border: 2px solid #CCC !important;
background-color:#FFC;
height:24px;
text-align:right;
padding:0 4px 0 0;
cursor:pointer;
width:75px;
}
.but_exportar {
background-image:url(/sse_g4/espanol/inasistencias/imagenes/filter.png);
background-repeat:no-repeat;
background-attachment: scroll;
background-position: 3px 2px;
border: 2px solid #CCC !important;
background-color:#FFC;
height:24px;
text-align:right;
padding:0 4px 0 0;
cursor:pointer;
width:125px;
}
.but_limpiar{
background-image:url(/sse_g4/espanol/inasistencias/imagenes/reset.png);
background-repeat:no-repeat;
background-attachment: scroll;
background-position: 3px 2px;
border: 2px solid #CCC !important;
background-color:#FFC;
height:24px;
text-align:right;
padding:0 4px 0 0;
cursor:pointer;
width:110px;
}
.but_crear{
background-image:url(/sse_g4/espanol/inasistencias/imagenes/add.png);
background-repeat:no-repeat;
background-attachment: scroll;
background-position: 3px 2px;
border: 2px solid #CCC !important;
background-color:#FFC;
height:24px;
text-align:right;
padding:0 4px 0 0;
cursor:pointer;
width:65px;
}
.but_crear_inas{
background-image:url(/sse_g4/espanol/inasistencias/imagenes/add.png);
background-repeat:no-repeat;
background-attachment: scroll;
background-position: 3px 2px;
border: 2px solid #CCC !important;
background-color:#FFC;
height:24px;
text-align:right;
padding:0 4px 0 0;
cursor:pointer;
width:160px;
}
.but_crear_memo{
background-image:url(/sse_g4/espanol/inasistencias/imagenes/med.png);
background-repeat:no-repeat;
background-attachment: scroll;
background-position: 3px 2px;
border: 2px solid #CCC !important;
background-color:#FFC;
height:24px;
text-align:right;
padding:0 4px 0 0;
cursor:pointer;
width:215px;
}
.but_nuevo{
background-image:url(/sse_g4/espanol/inasistencias/imagenes/save.png);
background-repeat:no-repeat;
background-attachment: scroll;
background-position: 3px 2px;
border: 2px solid #CCC !important;
background-color:#FFC;
height:24px;
text-align:right;
padding:0 4px 0 0;
cursor:pointer;
width:78px;
}
.but_grabar_eval{
background-image:url(/sse_g4/espanol/inasistencias/imagenes/save.png);
background-repeat:no-repeat;
background-attachment: scroll;
background-position: 3px 2px;
border: 2px solid #CCC !important;
background-color:#FFC;
height:24px;
text-align:right;
padding:0 4px 0 0;
cursor:pointer;
width:145px;
}
.but_val_todas{
background-image:url(/sse_g4/espanol/inasistencias/imagenes/save.png);
background-repeat:no-repeat;
background-attachment: scroll;
background-position: 3px 2px;
border: 2px solid #CCC !important;
background-color:#FFC;
height:24px;
text-align:right;
padding:0 4px 0 0;
cursor:pointer;
width:120px;
}
.but_reabrir_eval{
background-image:url(/sse_g4/espanol/inasistencias/imagenes/reset.png);
background-repeat:no-repeat;
background-attachment: scroll;
background-position: 3px 2px;
border: 2px solid #CCC !important;
background-color:#FFC;
height:24px;
text-align:right;
padding:0 4px 0 0;
cursor:pointer;
width:145px;
}
.but_ConfirmarMemo{
background-image:url(/sse_g4/espanol/inasistencias/imagenes/save.png);
background-repeat:no-repeat;
background-attachment: scroll;
background-position: 3px 2px;
border: 2px solid #CCC !important;
background-color:#FFC;
height:24px;
text-align:right;
padding:0 4px 0 0;
cursor:pointer;
width:165px;
}
.but_nuevo_memo{
background-image:url(/sse_g4/espanol/inasistencias/imagenes/save.png);
background-repeat:no-repeat;
background-attachment: scroll;
background-position: 3px 2px;
border: 2px solid #CCC !important;
background-color:#FFC;
height:24px;
text-align:right;
padding:0 4px 0 0;
cursor:pointer;
width:150px;
}
.but_eliminar{
background-image:url(/sse_g4/espanol/inasistencias/imagenes/delete.png);
background-repeat:no-repeat;
background-attachment: scroll;
background-position: 3px 2px;
border: 2px solid #CCC !important;
background-color:#FFC;
height:24px;
text-align:right;
padding:0 4px 0 0;
cursor:pointer;
width:78px;
}

.but_volver{
background-image:url(/sse_g4/espanol/inasistencias/imagenes/back.png);
background-repeat:no-repeat;
background-attachment: scroll;
background-position: 3px 2px;
border: 2px solid #CCC !important;
background-color:#FFC;
height:24px;
text-align:right;
padding:0 4px 0 0;
cursor:pointer;
width:70px;
}
.but_volver_eval{
background-image:url(/sse_g4/espanol/inasistencias/imagenes/back.png);
background-repeat:no-repeat;
background-attachment: scroll;img
background-position: 3px 2px;
border: 2px solid #CCC !important;
background-color:#FFC;
height:24px;
text-align:right;
padding:0 4px 0 0;
cursor:pointer;
width:165px;
}
.but_imp_eval{
background-image:url(/sse_g4/espanol/inasistencias/imagenes/impresora.gif);
background-repeat:no-repeat;
background-attachment: scroll;img
background-position: 3px 2px;
border: 2px solid #CCC !important;
background-color:#FFC;
height:24px;
text-align:right;
padding:0 4px 0 0;
cursor:pointer;
width:165px;
}
.but_imprimir{
background-image:url(/sse_g4/espanol/inasistencias/imagenes/impresora.gif);
background-repeat:no-repeat;
background-attachment: scroll;
background-position: 3px 2px;
border: 2px solid #CCC !important;
background-color:#FFC;
height:24px;
text-align:right;
padding:0 4px 0 0;
cursor:pointer;
width:80px;
}
.but_planillaE{
background-image:url(/sse_g4/espanol/inasistencias/imagenes/list.png);
background-repeat:no-repeat;
background-attachment: scroll;
background-position: 3px 2px;
border: 2px solid #CCC !important;
background-color:#FFC;
height:24px !important;
text-align:right;
padding:0 4px 0 0;
cursor:pointer;
width:130px !important;
color: rgb(0, 0, 0);
font-family: use-lang-def;
font-size: 13px;
font-weight: 400;
text-indent: 0px;
text-transform: none;
clear:none;
}
.but_planillaA{
background-image:url(/sse_g4/espanol/inasistencias/imagenes/list.png);
background-repeat:no-repeat;
background-attachment: scroll;
background-position: 3px 2px;
border: 2px solid #CCC !important;
background-color:#FFC;
height:24px !important;
text-align:right;
padding:0 4px 0 0;
cursor:pointer;
width:120px !important;
color: rgb(0, 0, 0);
font-family: use-lang-def;
font-size: 13px;
font-weight: 400;
text-indent: 0px;
text-transform: none;
clear:none;
}
.but_planillaV{
background-image:url(/sse_g4/espanol/inasistencias/imagenes/list.png);
background-repeat:no-repeat;
background-attachment: scroll;
background-position: 3px 2px;
border: 2px solid #CCC !important;
background-color:#FFC;
height:24px !important;
text-align:right;
padding:0 4px 0 0;
cursor:pointer;
width:180px !important;
color: rgb(0, 0, 0);
font-family: use-lang-def;
font-size: 13px;
font-weight: 400;
text-indent: 0px;
text-transform: none;
clear:none;
}

*/

.but_buscar {
background-color: #fcda59;
width: 70px;
height: 30px;
border: none;
border-radius: 8px;
font-size: 14px;
font-weight: bold;
cursor: pointer;
}
.but_buscar:hover, .but_exportar:hover, .but_limpiar:hover, .but_crear:hover, .but_crear_inas:hover, .but_crear_memo:hover, .but_nuevo:hover,  
.but_grabar_eval:hover, .but_val_todas:hover, .but_reabrir_eval:hover, .but_ConfirmarMemo:hover, .but_nuevo_memo:hover, .but_eliminar:hover,
.but_volver:hover, .but_volver_eval:hover, .but_imp_eval:hover, .but_imprimir:hover, .but_planillaE:hover, .but_planillaA:hover, .but_planillaV:hover{
background-color: #fdd306;
color: #685723;
}
.but_exportar {
background-color: #fcda59;
width: 150px;
height: 30px;
border: none;
border-radius: 8px;
font-size: 14px;
font-weight: bold;
cursor: pointer;
}

.but_limpiar{
background-color: #fcda59;
width: 112px;
height: 30px;
border: none;
border-radius: 8px;
font-size: 14px;
font-weight: bold;
cursor: pointer;
}

.but_crear{
background-color: #fcda59;
width: 100px;
height: 30px;
border: none;
border-radius: 8px;
font-size: 14px;
font-weight: bold;
cursor: pointer;
}
.but_crear_inas{
background-color: #fcda59;
width: 160px;
height: 30px;
border: none;
border-radius: 8px;
font-size: 14px;
font-weight: bold;
cursor: pointer;
}
.but_crear_memo{
background-color: #fcda59;
width: 215px;
height: 30px;
border: none;
border-radius: 8px;
font-size: 14px;
font-weight: bold;
cursor: pointer;
}
.but_nuevo{
background-color: #fcda59;
width: 90px;
height: 30px;
border: none;
border-radius: 8px;
font-size: 14px;
font-weight: bold;
cursor: pointer;
}
.but_grabar_eval{
background-color: #fcda59;
width: 150px;
height: 30px;
border: none;
border-radius: 8px;
font-size: 14px;
font-weight: bold;
cursor: pointer;
}
.but_val_todas{
background-color: #fcda59;
width: 120px;
height: 30px;
border: none;
border-radius: 8px;
font-size: 16px;
font-weight: bold;
cursor: pointer;
}
.but_reabrir_eval{
background-color: #fcda59;
width: 145px;
height: 30px;
border: none;
border-radius: 8px;
font-size: 14px;
font-weight: bold;
cursor: pointer;
}
.but_ConfirmarMemo{
background-color: #fcda59;
width: 170px;
height: 30px;
border: none;
border-radius: 8px;
font-size: 14px;
font-weight: bold;
cursor: pointer;
}
.but_nuevo_memo{
background-color: #fcda59;
width: 150px;
height: 30px;
border: none;
border-radius: 8px;
font-size: 14px;
font-weight: bold;
cursor: pointer;
}
.but_eliminar{
background-color: #fcda59;
width: 80px;
height: 30px;
border: none;
border-radius: 8px;
font-size: 16px;
font-weight: bold;
cursor: pointer;
}
.but_volver{
background-color: #fcda59;
width: 70px;
height: 30px;
border: none;
border-radius: 8px;
font-size: 14px;
font-weight: bold;
cursor: pointer;
}
.but_volver_eval{
background-color: #fcda59;
width: 165px;
height: 30px;
border: none;
border-radius: 8px;
font-size: 14px;
font-weight: bold;
cursor: pointer;
}
.but_imp_eval{
background-color: #fcda59;
width: 165px;
height: 30px;
border: none;
border-radius: 8px;
font-size: 14px;
font-weight: bold;
cursor: pointer;
}
.but_imprimir{
background-color: #fcda59;
width: 80px;
height: 30px;
border: none;
border-radius: 8px;
font-size: 14px;
font-weight: bold;
cursor: pointer;
}
.but_planillaE{
background-color: #fcda59;
width: 130px;
height: 30px;
border: none;
border-radius: 8px;
font-size: 14px;
font-weight: bold;
cursor: pointer;
}
.but_planillaA{
background-color: #fcda59;
width: 120px;
height: 30px;
border: none;
border-radius: 8px;
font-size: 14px;
font-weight: bold;
cursor: pointer;
}
.but_planillaV{
background-color: #fcda59;
width: 180px;
height: 30px;
border: none;
border-radius: 8px;
font-size: 14px;
font-weight: bold;
cursor: pointer;
}
/*Alta*/
#alerta {
	background:#FFC;
	border:1px solid #C00;
	color:#C00;
	padding:7px;
	margin: 10px 0 10px 0;
}
#mensajes {
	border: 2px solid #CCC !important;
	background-color:#deded7;
	padding:4px;
	margin: 10px 0 10px 0;
	color: #333;
	}
.mensajes {
	border: 2px solid #CCC !important;
	background-color:#24a068;
	padding:4px;
	margin: 10px 0 10px 0;
	color: #333;
	width:100%;
	}
	
.mensaje_error {
	background:#FFC !important;
	border:1px solid #C00 !important;
	color:#C00 !important;
	padding:7px !important;
	margin: 10px 0 10px 0 !important;
}
.mensaje_error_bis {
	background:#efecec !important;
	border:1px solid #C00 !important;
	color:#C00 !important;
	padding:7px !important;
	margin: 10px 0 10px 0 !important;
	font-weight:bold;
}
.mensaje_ok {
	border: 2px solid #CCC !important;
	background-color:#FFC !important;
	padding:4px !important;
	margin: 10px 0 10px 0 !important;
	color: #088A08 !important;
}
.mensajes_dp {
	padding: 8px;
	color: #01A9DB;
	width:150px;
	float: left;
}
.mensajes_fam {
	padding:3px;
	margin: -20px 300px;
	color: #01A9DB;
	width:200px;
}
.paginado {  font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; font-variant: normal; color: #666666; text-decoration: none; background-position: centre; text-align: centre}
.paginadoACTUAL {  font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; font-variant: normal; color: #000000; text-decoration: none; background-position: centre; text-align: centre}

.acciones {
	cursor:pointer;
}
#calendar{width:200px;z-index:+999;position:absolute;visibility:hidden;left: 36%;top: 26%;}

/*
PLANILLAS
*/
.planillaPrimaria,
.planillaMedia {
	width: 100%;
	border: 1px #0F2038 solid;
	border-collapse: collapse;
	margin-top: 10px;
}
.planillaPrimaria thead,
.planillaMedia thead {
	display: table-header-group;
}
.planillaPrimaria tfoot,
.planillaMedia tfoot {
	display: table-footer-group;
}
.planillaPrimaria caption,
.planillaMedia caption {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 5px;
}
.planillaPrimaria thead th#encabezado {
	padding: 10px 0;
}
.planillaPrimaria tfoot td, 
.planillaMedia tfoot td {
	padding: 5px 0;
}
.planillaPrimaria th,
.planillaMedia th {
	padding: 4px 0;	
}
.planillaPrimaria th,
.planillaMedia th,
.planillaPrimaria td,
.planillaMedia td {
	border: 1px #0F2038 solid;
	text-indent: 3px;
}
.planillaPrimaria td,
.planillaMedia td {
	padding: 1px 0;
}

table.planillaMedia tr.no_visible,
table.planillaPrimaria tr.no_visible {
	display: none;
}
.doc_resp { 
display: inline;
float: left;
margin: 10px 0px 5px 0px;
padding: 10px 0px 10px 0px;
width: 100%;
background: #EFEFEF;
text-indent: 5px;
}
.but_doc_resp {
background-image:url(/sse_g4/espanol/inasistencias/imagenes/next.png);
background-repeat:no-repeat;
background-attachment: scroll;
background-position: 3px 2px;
border:none;
background-color:#CCC;
height:20px;
text-align:right;
padding:0 4px 0 0;
cursor:pointer;
width:20px;
}
/**/

.inpAncho  { width: 375px !important;}

/*Login*/
.login_form {
	margin:80px auto 80px auto;
	width:375px;
}

#log {margin: auto; width:300px; padding-top:20px;}
.lbl_log {width:80px;float: left;}

/*memo*/
.lbl_memo {width:130px; margin: 0 5px 0 px; float: left; text-indent:10px;}
.inp_memo {width:150px; margin: 0 5px 0 px; float: left;}
.txt_memo {width:220px; margin: 0 5px 0 px;	float: left;}
.double_memo {width:373px; margin: 0 5px 0 px;	float: left;}
.but_expandir {
background-image:url(/sse_g4/espanol/inasistencias/imagenes/next.png);
background-repeat:no-repeat;
background-attachment: scroll;
background-position: 4px 47px;
border: 2px solid #CCC !important;
background-color:#DDD;
text-align:right;
cursor:pointer;
margin:-90px 0 0 10px;
padding-top:4px;
height:112px!important;
width:25px !important;
}
/*Form T*/ 
#dvModA{
border:1px solid #CCC;
margin:10px 0 10px 0;
padding: 10px;
}
#dvModB{
border:1px solid #CCC;
margin:10px 0 10px 0;
padding: 10px;
}
#dvModC{
border:1px solid #CCC;
margin:10px 0 10px 0;
padding: 10px;
}
#dvAccesoCargo{
border:1px solid #CCC;
margin:10px 0 10px 0;
padding: 10px;
}
#dvSolLicencia{
border:1px solid #CCC;
margin:10px 0 10px 0;
padding: 10px;
}
.alertInfo {
  padding: 20px;
  background-color: #2196F3;
  color: white;
}

.alertDanger {
	padding: 20px;
	background-color: #f8d7da;
	color: #721c24;
}

.closebtn {
  margin-left: 15px;
  margin-top: 5px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 20px !important;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

#contenedor_pof_act {
    color: black;
    background-color: #fcda59;
    padding: 20px;
    font-size: 16px;
    border: 2px solid #dddddd;
}



#contenedor_fechas {
	text-align: center;
}

#contenedor_porc_aport {
    text-align: center;
}

/*INICIO DATEPICKER*/

img.ui-datepicker-trigger {
    padding-left: 10px;
    padding-top: 0px;
    cursor: pointer;
}

input#txtFecDesde {
    float: left;
}

input#txtFecAlta {
    float: left;
}

input#txtFecHasta {
    float: left;
}

input#txtFecHastaAmparo {
    float: left;
}

/* FIN DATEPICKER*/

.form-item-result {
    float: left;
    margin-left: 10px;
}

.form-item-title {
    font-weight: bold;
    float: left;
    margin-left: 10px;
}

#login .ingreso {
    width: 69%;
    margin-bottom: 15px;
    border-radius: 4px;
    padding: 6px 12px;
    color: #555;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

#log h2 {
    float: left;
    width: 100%;
    padding-left: 20%;
}

div#contenedor_cant_bajas {
    margin: 15px 0 40px 10px;
}

div#contenedor_cant_bajas div {
    margin-bottom: 10px;
}

.change_pass_form_content {
	margin:80px auto 80px auto;
	width:375px;
}

#change_pass_content {margin: auto; width:300px; padding-top:20px;}

#change_pass .ingreso {
    width: 69%;
    margin-bottom: 15px;
    border-radius: 4px;
    padding: 6px 12px;
    color: #555;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.error {
    width: 305px;
    float: left;
    color: red;
    margin-bottom: 20px;
}

#password-error:empty {
    display: none !important;  
}

#password_again-error:empty {
    display: none !important;  
}
