* {
	margin: 0px;
	box-sizing: border-box;
}
:root {
	--color: #1B0795;
	--zagolovok: #001D83;
}
:root {
	--main-url: "http://arycep.cadipel.com.ar";
}
html, body {
	width: 100%;
	height: 100%;
	font-family: Roboto;
	font-size: 12px;
	box-sizing: border-box;
}
.right, .left, .center {
	display:flex;
    align-items: center;
}
.img_gen { width: 100%; }
.cursor { cursor:pointer; }
.bg_gris { background-color: #F0F0F0; }
.header, .content, .content_leading, .footer {
	box-sizing: border-box;
}
.loading {
	width: 55px;
}
.font-icone {
	font-size: 18px;
	margin: 0 10px 0 0;
}
body {
	box-sizing: border-box;
	background-color: #FFF;
}
.btn {
	cursor: pointer;
}
.buton_gen {
	background: #37A3D1;
	color: #FFF;
	border-radius: 3px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 4px 10px;
	cursor: pointer;
	display: flex;
    justify-content: center;
    align-items: center;
}
.contener {
	width: 100%;
	max-width: 1440px;
	min-height: 100%;
	margin: 0 auto;
	background-color: #FFF;
	display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.header {
	box-sizing: border-box;
	width: 100%;
	display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	padding: 0 20px 0 0;
	position: relative;
}
.head_menu_small {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
}
.head_text {
	font-family: Montserrat;
	font-size: 50px;
	color: var(--color);
	line-height: 100%;
	font-weight: 800;
	font-style: italic;
}
.head_logo {
	height: 100%;
}
.head_logo_img {
	cursor: pointer;
	padding: 10px 0;
	height: 70px;
}
.head_menu {
	width: 40px;
	margin: 0 20px;
}
.head_separ {
	flex-grow: 1;
}
.head_boxleft {
	position: relative;
	padding: 0;
	height: 100%;
	display:flex;
    flex-direction: row;
    align-items: center;
	z-index: 99;
}
.head_boxright {
	height: 100%;
	display:flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: space-between;
}
.head_bt {
	cursor: pointer;
	padding: 5px 10px;
	margin: 0 10px;
	min-width: 210px;
	background-color: var(--color);
	color: #FFF;
	font-family: Roboto;
	font-size: 20px;
	display:flex;
    justify-content:center;
    align-items: center;
	border-radius: 5px;
}
.head_name, .head_salir {
	display:flex;
    align-items: flex-end;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	color: #1B0795;
	margin: 0 20px;
}
.head_salir {
	cursor: pointer;
}
.head_ico {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	border: 1px solid #1B0795;
	display:flex;
    justify-content:center;
    align-items: center;
	cursor: pointer;
}
.img_head_ico {
	width: 70%;
}


.lend_content {
	flex-grow: 1;
	background-image: url("/img/bg_central.jpg");
	background-size: 100% 100%;
	height: 800px;
	width: 100%;
	font-family: Roboto;
	font-size: 60px;
	color: #FFF;
	text-shadow: 2px 2px 4px #444;
	font-weight: 700;
	line-height: 70px;
	padding: 2% 0 0 3%;
}
.lend_icons {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2px;
	margin: 20px 0;
	background-image: linear-gradient(#FFF 90%, #BBB);
}
.lend_ico_box {
	display:flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items: center;
	margin: 30px;
}
.lend_ico {
	width: 128px;
}
.lend_txt {
	font-family: Cairo;
	font-weight: 600;
	font-size: 40px;
	line-height: 35px;
	text-align: center;
	color: #001D83;
	line-height: 45px;
}


.footer {
	width: 100%;
	padding: 10px 0;
	background-color: #052555;
	display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	grid-gap: 20px;
	color: #FFF;
}
.footer_data {
	width: 100%;
	display: grid;
    grid-template-columns: 150px 1fr;
    grid-gap: 0px;
	align-items: center;
}
.footer_logo {
	width: 450px;
	margin: 0 30px 0 20px;
}
.foo_zag {
	font-family: Roboto;
	font-weight: 400;
	font-size: 25px;
	color: #FFFFFF;
	display:flex;
    justify-content:flex-end;
    align-items: flex-start;
	margin: 0 20px 5px 0;
}
.foo_text {
	font-family: Roboto;
	font-size: 18px;
	line-height: 35px;
	display: flex;
	align-items: center;
	color: #FFF;
}

/*************************************/
.reg_contener {
	margin: 30px 0 0 0;
	width: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	flex-grow: 1;
}
.reg_border {
	width: 70%;
	height: 100%;
	border: 2px solid #001D83;
	border-radius: 10px;
	display:flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
	flex-grow: 1;
	margin: 20px 0 30px 0;
	position: relative;
}
.reg_cerrar {
	width: 30px;
	height: 30px;
	position: absolute;
	top:5px;
	right: 5px;
	cursor: pointer;
}
.reg_box {
	width: 100%;
	max-width: 500px;
	padding: 0px;
	margin: 30px 0;
}
.reg_zagol {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	margin: 0 0 20px 0;
	text-align: center;
	color: var(--zagolovok);
}
.reg_subzagol {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 5px 0;
	text-align: center;
	color: var(--zagolovok);
	text-align: left;
}
.reg_text {
	margin: 5px 0px;
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.reg_text_foto {
	margin: auto;
	width: 100%;
	max-width: 300px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.reg_right {
	display:flex;
    justify-content:flex-end;
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 14px;
	color: #001D83;
	cursor: pointer;
}
.reg_camp {
	width: 100%;
	background-color: #EEE;
	border: 1px solid #BBB;
	padding: 20px 10px;
	border-radius: 2px;
	margin: 5px 0;
}
.reg_code {
	width: 100px;
	margin: auto;
}
.form_button, .email_button {
	margin: 20px;
	padding: 10px 20px;
	font-size: 14px;
	display: flex;
    justify-content: center;
    align-items: center;
	border: 1px solid #3399ff;
	background-color: #2288FF;
	color: #FFF;
	border-radius: 5px;
	cursor: pointer;
}
.email_button {
	max-width: 150px;
	margin: 20px auto;
}
.reg_mesg {
	font-size: 18px;
	color: #FF0000;
	text-align: center;
}
#fulldata, #codigo {
	display: none;
}

/****** KABINET ******************/
.kab_contener {
	padding: 10px;
	width: 100%;
	height: 100%;
	background-color: #37A3D1;
	flex-grow: 1;
}
/*.kab_contener div { border: 1px solid #00ff00; }*/
.kab_menuleft_box {
	width: 100%;
	display:flex;
    flex-direction: column;
}
.kab_menuleft {
	width: 100%;
	padding: 5px 10px;
	text-align: left;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 20px;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	margin: 5px 0;
	box-sizing: border-box;
}
.kab_menuleft:hover {
	border: 1px solid #FFF;
	border-radius: 3px;
	background: rgba(250,250,250,0.3);
	text-shadow: none;
}
/*right*/
.kab_right_box {
	width: 100%;
	min-height: 300px;
	background-color: #FFF;
	display:flex;
    flex-direction: column;
}
.kab_right_menu_box {
	width: 100%;
	box-sizing: border-box;
	border-bottom: 2px solid #CCC;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	padding: 0 5px 0 0;
}
.kab_menuright_box {
	display:flex;
    flex-direction: row;
}
.kab_menuright {
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	color: #37A3D1;
	margin: 0 1px;
	padding: 5px;
	cursor: pointer;
	background-color: #f4fbff;
}
.kab_menuright:hover {
	border-bottom: 2px solid #1B0795;
	color: #1B0795;
}
.kab_menuright_act {
	border-bottom: 2px solid #1B0795;
	color: #1B0795;
}
/* FERIADOS */
.kab_edit_box {
	width: 100%;
	display:flex;
    flex-direction: column;
	padding: 10px;
	margin: 20px 0;
}
.kab_edit_add_box {
	display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 2px;
}
.proc_edit_add_box {
	display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-gap: 2px;
}
.kab_edit_add {
	font-family: Roboto;
	font-size: 20px;
	color: #1B0795;
	margin: 0 5px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.kab_input, .kab_input_m {
	width: 100%;
	padding: 3px 5px;
	height: 35px;
}
.kab_edit_bt {
	background: #37A3D1;
	color: #FFF;
	border-radius: 3px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 4px 10px;
	cursor: pointer;
	display: flex;
    justify-content: center;
    align-items: center;
}
.kab_edit_list_box {
	width: 100%;
	display: grid;
    grid-template-columns: auto auto 35px 35px;
    grid-gap: 2px;
	margin: 20px 0;
}
.proc_edit_list_box {
	width: 100%;
	display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto 35px 35px;
    grid-gap: 2px;
	margin: 20px 0;
}
.kab_edit_list_zag, 
.kab_edit_list_zagedit, 
.oper_edit_list_zagedit, 
.proc_edit_list_zagedit, 
.oper_proc_list_zag, 
.carga_sec_list_zag, 
.aot_sec_list_zag, 
.rot_sec_list_zag,
.abm_gast_list_zag,
.abm_sueldo_list_zag,
.abm_amor_list_zag,
.infoot_res_list_zag,
.aninfoot_res_list_zag,
.infooper_res_list_zag,
.infoproc_res_list_zag, 
.aninfoproc_res_list_zag, 
.infocapinst_res_list_zag, 
.infoot_res_list_ico,
.aninfoot_res_list_ico
{
	background: #37A3D1;
	font-family: Roboto;
	font-size: 20px;
	color: #FFFFFF;
	padding: 5px 10px;
}
.kab_edit_list_zagedit {
	grid-column: 3/-1;
}
.proc_edit_list_zagedit {
	grid-column: 12/-1;
}
.kab_edit_list_txt {
	font-family: Roboto;
	font-size: 18px;
	color: #1B0795;
	padding: 3px 5px;
	display:flex;
    flex-direction: column;
	background-color: #E5E5E5;
	box-sizing: border-box;
}
.kab_aus_list_ico {
	box-sizing: border-box;
	font-size: 14px;
	color: #1B0795;
	background-color: #E5E5E5;
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 0;
	cursor: pointer;
}
.kab_edit_list_ico {
	padding: 0 5px;
	display:flex;
    justify-content:center;
    align-items: center;
	background-color: #EAEAEA;
	cursor: pointer;
}
.img_gen_ico {
	width: 18px;
}

.operadores_box {
	width: 100%;
	display: grid;
    grid-template-columns: auto auto auto 35px 35px;
    grid-gap: 2px;
	padding: 10px;
	margin: 20px 0;
}
.oper_edit_list_zagedit {
	grid-column: 4/-1;
}
.oper_text, .oper_text_btbox {
	font-family: Roboto;
	font-size: 18px;
	color: #1B0795;
	background-color: #EAEAEA;
	padding: 3px 5px;
}
.oper_text_flex {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.oper_data_contener {
	grid-column: 1/-1;
	background-color: #C4C4C4;
	padding: 10px;
	display: none;
}
.oper_data_box {
	display: grid;
    grid-template-columns: 200px auto auto;
    grid-gap: 10px;
}
.kab_w1_txt {
	box-sizing: border-box;
	width: 100%;
	font-family: Roboto;
	font-weight: 500;
	font-size: 16px;
	color: #001D83;
	border-bottom: 5px solid #C4C4C4;
	padding: 5px;
}
.kab_w1_foto {
	width: 100%;
}

.kab_w2_zag {
	width: 100%;
	padding: 3px 5px;
	background-color: #C4C4C4;
	color: #FFF;
	font-size: 25px;
}
.kab_w2_box {
	display: grid;
    grid-template-columns: 20px 1fr;
    grid-gap: 0px;
	padding: 5px 10px;
}
.kab_w2_txt {
	box-sizing: border-box;
	font-family: Roboto;
	font-weight: 400;
	font-size: 18px;
	color: #001D83;
	display: flex;
    align-items: center;
	border-bottom: 1px solid #FEFEFE;
	padding: 2px 4px;
}
.kab_w2_txt input {
	width: 15px;
	height: 15px;
}
.kab_w2_vh {
	padding: 5px 10px;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	font-size: 12px;
}
.kab_w2_valhor {
	width: 100%;
	margin: 0 5px;
}
.kab_w2_grup {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	padding: 5px;
}
.kab_w3_grup {
	width: 100%;
	display: flex;
    flex-direction: column;
	padding: 5px;
}
.kab_w2_save, .kab_w3_save {
	font-size: 12px;
	width: 100px;
	border-radius: 3px;
	border: 1px solid #AAA;
	padding: 3px 10px;
	display: flex;
    justify-content: center;
    align-items: center;
	background-color: #AAA;
	color: #FFF;
	cursor: pointer;
}
.kab_w2_save:hover, .kab_w3_save:hover {
	box-shadow: 2px 2px 3px #BBB;
	transform: translate(-1px,-1px);
}
.kab_perm_box {
	margin: 30px 10px;
}
.kab_perm_txt_box {
	display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto 30px 30px;
    grid-gap: 2px;
}
.kab_perm_zag, .kab_perm_data {
	background: #37A3D1;
	font-family: Roboto;
	font-size: 20px;
	color: #FFFFFF;
	padding: 5px 10px;
}
.kab_perm_data {
	display:flex;
    justify-content:center;
    align-items: center;
}
.kab_perm_txt, .kab_perm_val, .kab_perm_ico {
	font-family: Roboto;
	font-weight: 400;
	font-size: 18px;
	color: #1B0795;
	padding: 3px 5px;
	background-color: #E5E5E5;
}
.kab_perm_val {
	display:flex;
    justify-content:center;
    align-items: center;
}
.kab_perm_info {
	display:flex;
    flex-direction: column;
	margin: 20px 0px;
}
.kab_perm_info_txt {
	font-family: Roboto;
	font-weight: 400;
	font-size: 20px;
	color: #001D83;
}
.perm_ico {
	width: 18px;
}
.kab_perm_add_box {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
	font-size: 22px;
	color: #37A3D1;
	margin: 0 0 5px 0;
	cursor: pointer;
}
.kab_perm_add {
	border: 1px solid #AAA;
	padding: 3px 5px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.kab_perm_add_inp {
	width: 100%;
	padding: 3px 5px;
	font-size: 16px;
}
.kab_perm_bt {
	background: #37A3D1;
	color: #FFF;
	border-radius: 3px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 4px 10px;
	cursor: pointer;
	border: none;
	margin: 0 10px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.kab_perm_add_cont {
	 grid-column: 1/-1; 
	 display: none; 
	 grid-template-columns: auto auto auto auto auto auto auto 100px 100px; 
	 grid-gap: 2px;
}
.kab_perm_add_chk {
	margin: 0 5px;
}
.kab_perm_ico {
	font-size: 16px;
	display: flex;
    justify-content: center;
    align-items: center;
	color: #1B0795;
	cursor: pointer;
}

/*gen OT*/
.genot_box {
	display:flex;
    flex-direction: column;
	padding: 10px 0;
}
.genot_top {
	width: 100%;
	padding: 5px 10px;
	display:flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
}
.genot_fechaD, .genot_fechaT {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #001D83;
	margin-left: 10px;
}
.genot_fechaT {
	width: 75px;
}

.genot_inp_box {
	display:flex;
    flex-direction: row;
    justify-content:flex-start;
    align-items: center;
}
.genot_inp_txt {
	margin: 0 10px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #FFFFFF;
	background: #37A3D1;
	padding: 5px 10px;
	display:flex;
    justify-content:flex-end;
    align-items: center;
}
.genot_inp {
	background-color: #FFF;
	display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.genot_inp_bt {
	background: #37A3D1;
	color: #FFF;
	border-radius: 3px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 4px 10px;
	cursor: pointer;
	border: none;
}
.genot_mensaje {
	color: #444;
	margin: 10px;
}
.genot_otlist {
	display: grid;
    grid-template-columns: 30px auto auto auto auto auto auto auto 70px 30px 30px;
    grid-gap: 2px;
	margin: 10px;
}
.genot_otlistedit {
	display: grid;
    grid-template-columns: 150px auto auto auto auto 80px 80px 40px 40px;
    grid-gap: 2px;
	margin: 10px;
}
.genot_list_zag {
	background: #37A3D1;
	padding: 5px;
	display:flex;
    justify-content:center;
    align-items: center;
	font-family: Roboto;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}
.genot_list_ico_bt {
	width: 100%;
	grid-column: 1/-1;
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
.genot_select {
	width: 100%;
	padding: 3px;
}
.genot_list_txt {
	font-family: Roboto;
	font-weight: 400;
	font-size: 14px;
	color: #1B0795;
	padding: 3px 5px;
	background: #E5E5E5;
	display:flex;
    justify-content: flex-start;
    align-items: center;
}
.genot_list_ico {
	width: 100%;
	display:flex;
    justify-content:center;
    align-items: center;
	background: #E5E5E5;
	padding: 4px;
	cursor: pointer;
	color: #1B0795;
	font-size: 18px;
}
/* TRABAJOS */
.tr_box {
	display: flex;
    flex-direction: column;
	padding: 10px;
}
.tr_head_box {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.tr_top_bt {
	background: #37A3D1;
	border-radius: 3px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: #FFF;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	margin: 0 7px;
	padding: 2px 10px;
	cursor: pointer;
}
.tr_top_bt:hover {
	background: #3760d7;
}
.tr_top_zag {
	flex-grow: 1;
	background: #BC0909;/*#099D06;*/
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: #FFF;
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 0px;
	padding: 2px 10px;
}
.tr_data_box {
	display: grid;
    grid-template-columns: 2fr 30px 1fr;
    grid-gap: 2px;
}
.tr_data_left_box {
	width: 100%;
	display: grid;
    grid-template-columns: 250px 1fr;
    grid-gap: 2px;
	margin: 10px 5px;
}

.tr_data_right_box {
	width: 100%;
	display: grid;
    grid-template-columns: 230px 1fr;
    grid-gap: 2px;
	margin: 10px 5px;
}
.tr_data_info_zag, .tr_data_info_zagw, .tr_data_info_zaginput, .tr_data_info_clockinput {
	background: #37A3D1;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #FFF;
	text-align: right;
	padding: 3px 5px;
}
.tr_data_info_txt, .tr_data_info_txtw {
	background: #37A3D1;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #001D83;
	text-align: left;
	padding: 3px 5px;
}
.tr_data_info_zagw, .tr_data_info_txtw {
	grid-column: 1/-1;
}
.tr_data_info_zagw {
	text-align: center;
}
.tr_data_textarea {
	width: 100%;
	height: 60px;
}
.tr_data_input_box {
	grid-column: 1/-1;
}
.tr_data_info_1 {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	margin: 5px 0;
}
.tr_data_info_2 {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	margin: 5px 0;
	flex-wrap: wrap;
}
.tr_data_info_bt, .tr_data_info_bt1, .tr_data_info_bt2 {
	width: 100%;
	background: #BC0909;
	color: #FFF;
	border-radius: 3px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 4px 10px;
	cursor: pointer;
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 5px 0;
	max-width: 180px;
}
.tr_data_info_bt, .ecpinput {
	display: none;
}
.tr_data_info_bt1 {
	width: 200px;
	background: #37A3D1;
}
.tr_data_info_bt1:hover {
	background: #3760d7;
}
.tr_data_info_bt1 a {
	text-decoration: none;
	color: #FFF;
}
.tr_data_info_bt2 {
	width: 200px;
	background: #006600;
	display: none;
}
.tr_data_info_bt2:hover {
	background: #003300;
}
.tr_data_info_btmob {
	
}
.ecpinput {
	width: 100%;
	height: 40px;
	background-color: #EEE;
	border: none;
	padding: 0 10px;
	margin-left: 10px;
	text-align: left;
	font-size: 14px;
}

.tr_data_info_zaginput {
	padding: 5px 10px;
}
.tr_data_infoinput {
	flex-grow: 1;
	margin: 0;
	padding: 5px 0px 5px 10px;
}
.infoinput {
	width: 100%;
	height: 40px;
	background-color: #CCC;
	border: none;
	padding: 0 10px;
	text-align: center;
	font-size: 18px;
}
.tr_data_info_clockinput {
	width: 50px;
	min-height: 40px;
	margin: 0 0 0 10px;
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 0 5px;
}
.tr_data_cell {
	width: 50px;
	min-height: 40px;
	font-size: 26px;
	margin: 0 0 0 10px;
	padding: 0 10px;
	background-color: #37A3D1;
	display: flex;
    justify-content: center;
    align-items: center;
	color: #FFF;
}
.tr_list_box {
	display: grid;
    grid-template-columns: auto auto auto auto 50px auto 30px;
    grid-gap: 2px;
}
.tr_list_ico {
	margin: 10px;
	font-size: 30px;
	color: #37A3D1;
	cursor: pointer;
}
.img_fixed {
	width: 100px;
}
.tr_ot_list_zag {
	background: #37A3D1;
	padding: 5px;
	display:flex;
    justify-content:center;
    align-items: center;
	font-family: Roboto;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}
.tr_ot_select {
	width: 100%;
	padding: 3px;
}
.tr_ot_list_txt, .tr_right, .tr_center {
	font-family: Roboto;
	font-weight: 400;
	font-size: 14px;
	color: #1B0795;
	padding: 3px 5px;
	background: #E5E5E5;
	display:flex;
    justify-content: flex-start;
    align-items: center;
}
.tr_ot_list_ico {
	width: 100%;
	display:flex;
    justify-content:center;
    align-items: center;
	background: #E5E5E5;
	padding: 4px;
	cursor: pointer;
}
.tr_right { justify-content: flex-end; }
.tr_center { justify-content: center; }


.tr_admin_box {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.tr_admin_left {
	background: #37A3D1;
	padding: 3px 10px;
	margin: 10px 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #FFF;
}
.tr_admin_right {
	font-family: Roboto;
	font-weight: 400;
	font-size: 14px;
	padding: 5px;
	background: #E5E5E5;
}
.tr_admin_ico {
	width: 35px;
	display:flex;
    justify-content:center;
    align-items: center;
	background: #E5E5E5;
	padding: 5px;
	cursor: pointer;
}
.tr_admin_select {
	width: 100%;
	padding: 3px;
}

/**** AUSENCIAS *******/
.kab_au_busc {
	margin: 0 0 20px 0;
	width: 100%;
	max-width: 200px;
}
.kab_au_buscres {
	margin: 0 0 20px 0;
	width: 100%;
	display: flex;
}
.kab_au_resbox {
display: grid;
grid-template-columns: auto auto auto auto;
grid-gap: 2px;
	margin: 2px 0;
	cursor: pointer;
}
.kab_au_add_box {
	display: none;
    flex-direction: row;
}
.kab_au_result {
	margin: 0 5px;
}
.kab_res_box {
	width: auto;
}
.kab_au_onebox {
	background-color: #EFEFEF;
	display: flex;
    flex-direction: row;
	align-items: center;
	margin: 10px 0;
	padding: 10px 15px;
}
.kab_au_one {
	font-size: 20px;
	margin: 10px;
}
.kab_au_list_contener {
	display: flex;
}
.kab_au_list_box {
	display: grid;
    grid-template-columns: auto auto 30px;
    grid-gap: 1px;
	margin-top: 20px;	
}
.kab_au_list_result {
	background-color: #EEE;
	padding: 5px 15px;
}
/**** EFICIENCIAS ********/
.efi_contener {
	width: 100%;
	display: flex;
    flex-direction: column;
	padding: 10px;
}
.efi_busc_box {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	margin: 10px 0;
}
.efi_busc_bbox {
	width: 100%;
	display: flex;
    flex-direction: row;
    align-items: center;
	margin: 10px 0;
}
.oper_efi_excel_bt {
	width: 150px;
}
.efi_graph_bt {
	box-sizing: border-box;
	margin: 0 10px;
	padding: 3px 5px;
	cursor: pointer;
}
.efi_busc_zag {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 25px;
	color: #37A3D1;
}
.efi_busc_inp {
	height: 35px;
	margin: 0 10px 0 20px;
}
.efi_separ {
	flex-grow: 1;
}

.efi_contenido {
	box-sizing: border-box;
	display: grid;
    grid-template-columns: repeat(9, auto) 30px;
    grid-gap: 2px;
}
.efi_tit {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	display: flex;
    justify-content: center;
    align-items: center;
}
.efi_a { background-color: #37A3D1; }
.efi_b { background-color: #F29407; }
.efi_c { background-color: #33A520; }
.efi_d { background-color: #AF07EA; }
.efi_e { background-color: #DF1515; }
.efi_f { background-color: #184AF9; }
.efi_j { background-color: #0A36D3; }
.efi_g { background-color: #9966ff; }
.efi_h { background-color: #000066; }
.efi_txt, .efi_ico {
	font-family: Roboto;
	font-weight: 400;
	font-size: 16px;
	color: #1B0795;
	display: flex;
    justify-content: center;
    align-items: center;
	background-color: #EEE;
}
.efi_ico {
	padding: 5px;
	cursor: pointer;
}
.efi_detail_box {
	box-sizing: border-box;
	width: 100%;
	grid-column: 1/-1;
	background-color: #CCC;
	padding: 10px 20px;
	display: none;
    grid-template-columns: auto 100px;
    grid-gap: 1px;
}
.efi_det_txt, .efi_det_val {
	background-color: #FEFEFE;
	font-size: 14px;
	color: #1B0795;
	margin: 0px 0;
	padding: 7px;
}
.oper_proc_box {
	display: grid;
    grid-template-columns: repeat(4, auto) 100px 30px;
    grid-gap: 2px;
}
.oper_proc_list_zag {
}
.oper_text_databox {
	grid-column: 1/-1;
	display: none;
    grid-template-columns: 1fr 3fr;
    grid-gap: 2px;
	padding: 10px;
	font-size: 14px;
}
.oper_data_tit, .oper_data_txt {
	border-bottom: 1px solid #CCC;
	padding: 5px 0;
}
.oper_data_tit {
	text-align: right;
	padding-right: 15px;
	background-color: #EEE;
}
.oper_data_txt {
	padding-left: 15px;
}


.oper_text_btbox {
	display: flex;
    justify-content: center;
    align-items: center;
}
.oper_text_bt {
	background: #37A3D1;
	color: #FFF;
	border-radius: 3px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 14px;
	cursor: pointer;
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 2px 10px;
	width: 100%;
}

.oper_efi_box {
	padding: 10px;
}
.oper_efi_bt_box {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.oper_efi_ico {
	color: #008000;
}
.oper_efi_user_list {
	display: grid;
    grid-template-columns: repeat( auto-fit, minmax(200px, 1fr) );
    grid-gap: 2px;
}
.oper_efi_user_list_box {
	display: flex;
    flex-direction: row;
    align-items: center;
}
.oper_efi_user_list_ch {
	margin: 0 5px 0 0;
}
.oper_efi_bt {
	margin: 10px 0 10px 0;
	max-width: 150px;
	background: #37A3D1;
	color: #FFF;
	border: none;
	border-radius: 3px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 14px;
	cursor: pointer;
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 2px 10px;
	width: 100%;
}
.oper_efi_contenido {
	display: grid;
    grid-template-columns: 1fr 30px;
    grid-gap: 2px;
}
.oper_efi_user_list_res {
	font-size: 16px;
	display: flex;
    align-items: center;
	padding: 3px 5px;
	border-bottom: 1px solid #DDD;
	color: #1B0795;
}
.oper_efi_user_list_res:hover {
	background-color: #EEE;
}
.oper_efi_user_list_ico {
	padding: 5px;
	cursor: pointer;
	border-bottom: 1px solid #DDD;
}
.oper_efi_user_list_detail {
    grid-column: 1/-1;
	display: none;
	box-sizing: border-box;
    grid-template-columns: repeat(9, auto) 30px 30px;
    grid-gap: 2px;
}
.efi_tit_graph {
	grid-column:10/-1;
	padding: 5px;
	cursor: pointer;
	background: #37A3D1;
}
.efi_tit_graph_ind {
	padding: 5px;
	cursor: pointer;
	background: #37A3D1;
}
/*/////////////////*/
.wd_box {
	width: 100%;
	display: flex;
	padding: 10px;
}
.wd_contener {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2px;
}
.wd_zag {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin-right: 5px;
}
.wd_txt {
	
}
.wd_input {
	
}
/****** CARGA SECTOR **************/
.carga_sec_box {
	width: 100%;
	display: grid;
/*    grid-template-columns: auto auto auto auto auto 25px;*/
	grid-template-columns: auto auto auto auto 25px;
    grid-gap: 0px;
	margin: 10px 0;
	padding: 0 10px;
}
.carga_sec_list {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #FFF;
	padding: 5px 10px;
	font-size: 16px;
	background-color: #EEE;
    color: #1B0795;
}
.carga_sec_ico {
	background-color: #DDD;
	border-bottom: 1px solid #CCC;
	padding: 0 3px;
	display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}
.carga_sec_orden_box {
	grid-column: 1/-1;
	display: none;
    grid-template-columns: 80px  auto auto auto auto auto auto auto auto auto;
    grid-gap: 1px;
}
.carga_sec_orden_zag {
	background: #e1fbff;
	font-family: Roboto;
	font-size: 14px;
	color: #1B0795;
	padding: 2px 5px;
}
.carga_sec_orden_txt {
	padding: 2px 5px;
	border: 1px solid #CCC;
	font-size: 11px;
	color: #1B0795;
}
/***** AVANCE OT ***************/
.aot_sec_box {
	width: 100%;
	display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto 25px;
    grid-gap: 0px;
	margin: 10px 0;
	padding: 0 10px;
}
.aot_sec_list_zag {
	font-size: 16px;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
}
.aot_list {
	border: 1px solid #CCC;
	padding: 2px 5px;
	color: #1B0795;
}
.aot_detail_box {
	grid-column: 1/-1;
	display: none;
}
.aot_plist_box {
	padding: 2px 10px 10px 10px;
	display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-gap: 2px;
}
.aot_pzag {
	background: #37A3D1;
    font-family: Roboto;
    font-size: 16px;
    color: #FFFFFF;
    padding: 2px 5px;
}
.aot_plist {
	border-bottom: 1px solid #CCC;
	padding: 2px 5px;
	color: #1B0795;
}
.aot_white_img {
	width: 25px;
}
.aot_white {
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.aot_pages_box {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.aot_pages_bt {
	width: 20px;
	height: 20px;
	display: flex;
    justify-content: center;
    align-items: center;
	border: 1px solid var(--color);
	border-radius: 3px;
	margin: 5px;
	cursor: pointer;
	background-color: #37A3D1;
	color: #FFF;
}
.aot_busc_box {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.aot_bt {
	margin: 10px 0 10px 0;
	max-width: 150px;
	background: #37A3D1;
	color: #FFF;
	border: none;
	border-radius: 3px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 14px;
	cursor: pointer;
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 2px 10px;
	width: 100%;
}
.mincien {
	width: auto;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.aot_barFill, .aot_barClear {
	width: auto;
	padding: 5px 0;
	border-top: 1px solid #555;
	border-botom: 1px solid #555;
}
.aot_barFill {
	background-color: #00cc00;
}
.aot_barClear {
	background-color: #ff7d7d;
}
/***** REALIZADOS OT ***************/
.rot_busc_fecha_box {
	width: 100%;
	display: flex;
	padding: 10px;
}
.rot_busc_box {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.rot_busc_zag {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 25px;
	color: #37A3D1;
}
.rot_busc_inp {
	width: 180px;
	height: 35px;
	margin: 0 10px 0 20px;
}
.rot_sec_box {
	width: 100%;
	display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto 25px;
    grid-gap: 0px;
	margin: 10px 0;
	padding: 0 10px;
}
.rot_carga_box {
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
	padding: 10px 10px 0 0;
}
.realiz_excel_bt {
	width: 150px;
	display: none;
}
.realiz_excel_carga {
	display: block;
	width: 50px;
}
.rot_sec_list_zag {
	font-size: 14px;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
}
.rot_list {
	border: 1px solid #CCC;
	padding: 2px 5px;
	color: #1B0795;
}
.rot_detail_box {
	grid-column: 1/-1;
	display: none;
}
.rot_plist_box {
	padding: 2px 10px 10px 10px;
	display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    grid-gap: 2px;
}
.rot_pzag {
	background: #37A3D1;
    font-family: Roboto;
    font-size: 14px;
    color: #FFFFFF;
    padding: 2px 5px;
}
.rot_plist {
	border-bottom: 1px solid #CCC;
	padding: 2px 5px;
	color: #1B0795;
}
/**** Operario/Eventos *******/
.oper_eve_box {
	width: 100%;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.oper_eve_fecha {
	width: 100%;
	background: #37A3D1;
    font-family: Roboto;
    font-size: 20px;
    color: #FFFFFF;
    padding: 5px 10px;
}
.oper_eve_list_box {
	width: 100%;
	display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto;
    grid-gap: 1px;
}
.oper_eve_tit {
	background-color: #0066cc;
	color: #FFF;
	padding: 5px;
}
.oper_eve_txt {
	border: 1px solid #CCC;
	color: #1B0795;
	padding: 2px 5px;
}

/* SYSTEM */
.sys_box {
	width: 100%;
	display: flex;
    flex-direction: column;
}
.sys_logo_box {
	width: 100%;
	display: flex;
    flex-direction: row;
	align-items: center;
	padding: 10px;
}
.sys_logo_inp_box {
	display: flex;
    flex-direction: row;
    align-items: center;
    color: #1B0795;
}
.sys_logo_inp {

}
.sys_logo_img {
	max-width: 250px;
	max-height: 100px;
}
.sys_horas_box {
	width: 100%;
	display: grid;
    grid-template-columns: 300px 300px;
    grid-gap: 15px;
	margin: 15px 0;
}
.sys_horas_txt {
    color: #1B0795;
	text-align: right;
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.sys_inp {
	width: 100%;
	max-width: 200px;
}
.sys_qr_size {
	width: 50px;
}

/*******/
.genot_list_proc_box {
	width: 100%;
	grid-column: 1/-1;
	display: grid;
    grid-template-columns: auto 150px 30px 30px;
    grid-gap: 2px;
}
.genot_ed_pr_txt {
	background-color: #EEE;
	margin: 1px 0;
	padding: 3px;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.genot_ed_pr_ico {
    justify-content: center;
    align-items: center;
	color: #1B0795;
	font-size: 14px;
	cursor: pointer;
}
.genot_ed_pr_inp {
	width: 100%;
}
.genot_list_proc_tit {
	width: 100%;
	grid-column: 1/-1;
	font-size: 16px;
	color: #1B0795;
	margin: 10px 0;
}

/* Raport Login ON OFF*/
.logio_box {
	width: 100%;
	display: flex;
    flex-direction: column;
	padding: 5px;
}
.logio_busc_box {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	padding: 10px 15px;
}
.logio_busc_zag {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 25px;
	color: #37A3D1;	
}
.logio_busc_inp {
	height: 35px;
	margin: 0 10px 0 20px;	
}
.logio_busc_bt_box {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;	
}
.logio_efi_bt {
	margin: 10px 0 10px 0;
	max-width: 150px;
	background: #37A3D1;
	color: #FFF;
	border: none;
	border-radius: 3px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 14px;
	cursor: pointer;
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 2px 10px;
	width: 100%;	
}
.logio_user_box {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 25px;
    grid-gap: 2px;
	margin: 2px 0;
}
.logio_user {
	width: 100%;
	background-color: #37A3D1;
	padding: 5px 5px;
	font-size: 20px;
	color: #FFFFFF;
}
.logio_ico {
	background-color: #FFF;
	padding: 0px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.logio_detail_box {
	width: 100%;
	display: flex;
    flex-direction: column;
	padding: 5px 0;
}
.logio_detail {
	display: none;
    flex-direction: column;
}
.logio_detail_fecha_box {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 150px;
    grid-gap: 2px;
	background-color: #0A36D3;
	color: #FFF;
	padding: 5px;
	margin: 1px 0;
	font-size: 16px;
}
.logio_detail_hor_box {
	font-family: Roboto;
	color: #1B0795;
	font-size: 14px;
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 2fr 3fr 3fr;
    grid-gap: 2px;
}
.logio_detail_txt {
	padding: 3px 10px;
	background-color: #E5E5E5;
}
.logio_detail_graph_box {
	width: 100%;
	height: 15px;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	margin: 2px 0;
}
.logio_detail_graph {
	background-color: #AAA;
	margin: 5px 0px 0 0px;
	padding: 3px 5px;
	display: flex;
    justify-content: center;
    align-items: center;
	color: #1B0795;
	cursor: pointer;
}

/* ABM GASTOS */
.abm_gast_box {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 10px;
}
.abm_gast_filtr_box {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	margin: 10px 0;
}
.abm_gast_bt_box {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
	margin: 10px 0;
}
.abm_gast_filtr_tit {
    font-family: Roboto;
    font-size: 20px;
    color: #1B0795;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.abm_gast_list_box {
	width: 100%;
	display: grid;
    grid-template-columns: auto auto auto auto auto 35px 35px;
    grid-gap: 1px;
}
.abm_gast_list_txt {
    font-family: Roboto;
    font-size: 18px;
    color: #1B0795;
    padding: 3px 5px;
    background-color: #E5E5E5;
    box-sizing: border-box;
}
.abm_gast_list_ico {
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EAEAEA;
    cursor: pointer;
}
.abm_gast_list_ico div {
	margin: 0 0 0 10px;
}
.abm_gast_new_box {
	width: 100%;
	display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 2px;
	margin: 5px 0 10px 0;
}
.abm_gast_ch {
	margin: 0 5px;
}
.abm_gast_sect_box, .abm_gast_sect_list {
	grid-column: 1/-1;
	column-count: 3;
}
.abm_gast_list_select {
	width: 100%;
	padding: 3px 5px;
}

/* ABM AMORTIZA */
.abm_amor_box {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 10px;
}
.abm_amor_filtr_box {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	margin: 10px 0;
}
.abm_amor_bt_box {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
	margin: 10px 0;
}
.abm_amor_filtr_tit {
    font-family: Roboto;
    font-size: 20px;
    color: #1B0795;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.abm_amor_list_box {
	width: 100%;
	display: grid;
    grid-template-columns: auto auto auto auto auto auto 35px 35px;
    grid-gap: 1px;
}
.abm_amor_list_txt {
    font-family: Roboto;
    font-size: 18px;
    color: #1B0795;
    padding: 3px 5px;
    background-color: #E5E5E5;
    box-sizing: border-box;
}
.abm_amor_list_ico {
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EAEAEA;
    cursor: pointer;
}
.abm_amor_list_ico div {
	margin: 0 0 0 10px;
}
.abm_amor_new_box {
	width: 100%;
	display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 2px;
	margin: 5px 0 10px 0;
}
.abm_amor_ch {
	margin: 0 5px;
}
.abm_amor_sect_box, .abm_amor_sect_list {
	grid-column: 1/-1;
	column-count: 3;
}
.abm_amor_list_select {
	width: 100%;
	padding: 3px 5px;
}

/* ABM SUELDOS */
.abm_sueldo_box {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 10px;
}
.abm_sueldo_filtr_box {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	margin: 10px 0;
}
.abm_sueldo_bt_box {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
	margin: 10px 0;
}
.abm_sueldo_filtr_tit {
    font-family: Roboto;
    font-size: 20px;
    color: #1B0795;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.abm_sueldo_list_box {
	width: 100%;
	display: grid;
    grid-template-columns: auto auto auto auto auto auto 35px 35px;
    grid-gap: 1px;
}
.abm_sueldo_list_txt {
    font-family: Roboto;
    font-size: 18px;
    color: #1B0795;
    padding: 3px 5px;
    background-color: #E5E5E5;
    box-sizing: border-box;
}
.abm_sueldo_list_ico {
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EAEAEA;
    cursor: pointer;
}
.abm_sueldo_list_ico div {
	margin: 0 0 0 10px;
}
.abm_sueldo_new_box {
	width: 100%;
	display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 2px;
	margin: 5px 0 10px 0;
}
.abm_sueldo_ch {
	margin: 0 5px;
}
.abm_sueldo_sect_box, .abm_sueldo_sect_list {
	grid-column: 1/-1;
	column-count: 3;
}
.abm_sueldo_list_select {
	width: 100%;
	padding: 3px 5px;
}

/**** INFO OT ********/
.infoot_contener {
	width: 100%;
	display: flex;
    flex-direction: column;
	padding: 10px;
}
.infoot_box {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	margin: 10px 0;
}
.infoot_busc_box {
	width: 100%;
	display: flex;
    flex-direction: row;
    align-items: center;
	margin: 10px 0;
}
.infoot_busc_zag {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 25px;
	color: #37A3D1;
}
.infoot_res_list_zag {
	font-size: 18px;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
}
.infoot_res_list_ico {
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	padding: 10px;
	cursor: pointer;
}
.infoot_res_box {
	box-sizing: border-box;
	display: grid;
    grid-template-columns: repeat(10, auto) 35px 50px;
    grid-gap: 2px;
}
.infoot_busc_inp {
	height: 35px;
	margin: 0 10px 0 20px;
}
.infoot_res_list_txt {
    font-family: Roboto;
    font-size: 16px;
    color: #1B0795;
    padding: 3px 5px;
    background-color: #E5E5E5;
    box-sizing: border-box;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.infoot_res_list_details {
	grid-column: 1/-1;
	display: none;
    grid-template-columns: repeat(8, auto);
    grid-gap: 2px;
	padding: 10px;
}
.infoot_res_list_szag {
	background: #37A3D1;
    font-family: Roboto;
    font-size: 14px;
    color: #FFFFFF;
    padding: 3px 5px;
}
.infoot_res_list_stxt {
    font-family: Roboto;
    font-size: 14px;
    color: #1B0795;
    padding: 3px 5px;
    background-color: #EEE;
    box-sizing: border-box;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

/**** INFO OPER ********/
.infooper_contener {
	width: 100%;
	display: flex;
    flex-direction: column;
	padding: 10px;
}
.infooper_box {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	margin: 10px 0;
}
.infooper_busc_box {
	width: 100%;
	display: flex;
    flex-direction: row;
    align-items: center;
	margin: 10px 0;
}
.infooper_busc_zag {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 25px;
	color: #37A3D1;
}
.infooper_res_list_zag {
	font-size: 14px;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
}
.infooper_res_box {
	box-sizing: border-box;
	display: grid;
    grid-template-columns: repeat(8, auto) 30px 30px;
    grid-gap: 2px;
}
.infooper_res_box_total {
	box-sizing: border-box;
	display: grid;
    grid-template-columns: repeat(6, auto);
    grid-gap: 2px;
	margin-top: 20px;
}
.infooper_busc_inp {
	height: 35px;
	margin: 0 10px 0 20px;
}
.infooper_res_list_txt {
    font-family: Roboto;
    font-size: 16px;
    color: #1B0795;
    padding: 3px 5px;
    background-color: #E5E5E5;
    box-sizing: border-box;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.infooper_res_list_details {
	display: grid;
    grid-template-columns: repeat(11, auto);
    grid-gap: 2px;
}
.infooper_res_list_details_flex {
	grid-column: 1/-1;
	display: none;
	padding: 3px 10px 10px 0;
}
.infooper_res_list_szag {
	background: #37A3D1;
    font-family: Roboto;
    font-size: 14px;
    color: #FFFFFF;
    padding: 3px 5px;
}
.infooper_res_list_stxt {
    font-family: Roboto;
    font-size: 14px;
    color: #1B0795;
    padding: 3px 5px;
    background-color: #EEE;
    box-sizing: border-box;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

/**** INFO PROCESS ********/
.infoproc_contener {
	width: 100%;
	display: flex;
    flex-direction: column;
	padding: 10px;
}
.infoproc_box {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	margin: 10px 0;
}
.infoproc_busc_box {
	width: 100%;
	display: flex;
    flex-direction: row;
    align-items: center;
	margin: 10px 0;
}
.infoproc_busc_zag {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 25px;
	color: #37A3D1;
}
.infoproc_res_list_zag {
	font-size: 18px;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
}
.infoproc_res_box {
	box-sizing: border-box;
	display: grid;
    grid-template-columns: repeat(8, auto);
    grid-gap: 2px;
}
.infoproc_busc_inp {
	height: 35px;
	margin: 0 10px 0 20px;
}
.infoproc_res_list_txt {
    font-family: Roboto;
    font-size: 16px;
    color: #1B0795;
    padding: 3px 5px;
    background-color: #E5E5E5;
    box-sizing: border-box;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

/**** INFO CAP INST ********/
.infocapinst_contener {
	width: 100%;
	display: flex;
    flex-direction: column;
	padding: 10px;
}
.infocapinst_box {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	margin: 10px 0;
}
.infocapinst_busc_box {
	width: 100%;
	display: flex;
    flex-direction: row;
    align-items: center;
	margin: 10px 0;
}
.infocapinst_busc_zag {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 25px;
	color: #37A3D1;
}
.infocapinst_res_list_zag {
	font-size: 18px;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
}
.infocapinst_res_box {
	box-sizing: border-box;
	display: grid;
    grid-template-columns: repeat(8, auto);
    grid-gap: 2px;
}
.infocapinst_busc_inp {
	height: 35px;
	margin: 0 10px 0 20px;
}
.infocapinst_res_list_txt {
    font-family: Roboto;
    font-size: 16px;
    color: #1B0795;
    padding: 3px 5px;
    background-color: #E5E5E5;
    box-sizing: border-box;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.infocapinst_load {
	width: 50px;
}

/* Configuracion */
.config_box {
	width: 100%;
	display: flex;
    flex-direction: column;
}
.config_logo_box {
	width: 100%;
	display: flex;
    flex-direction: row;
	align-items: center;
	padding: 10px;
}
.config_logo_inp_box {
	display: flex;
    flex-direction: row;
    align-items: center;
    color: #1B0795;
}
.config_logo_inp {

}
.config_logo_img {
	max-width: 250px;
	max-height: 100px;
}
.config_horas_box {
	width: 100%;
	display: grid;
    grid-template-columns: 300px 300px;
    grid-gap: 15px;
	margin: 15px 0;
}
.config_horas_txt {
    color: #1B0795;
	text-align: right;
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.config_inp {
	width: 100%;
	max-width: 200px;
}

.graph_tit {
	margin-top: 10px;
	padding: 0 20px;
	width: 100%;
	font-size: 20px;
	display: flex;
    justify-content: flex-start;
    align-items: center;
	color: #333;
	text-shadow: 2px 2px 4px #AAA;
/*	border-bottom: 1px Solid #DDD;*/
}
.chart_torta_box {
	width: 100%;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
.chart_torta {
	width: 90%;
	margin: 30px 0;
}

.zalivka {
	position: relative;
}
.zalivka_green, .zalivka_red, .zalivka_valor {
	position: absolute;
	height: 100%;
	top: 0;
}
.zalivka_green {
	left: 0;
	width: 50%;
	height: 100%;
	z-index: 1;
	background-color: #00cc00;
}
.zalivka_red {
	right: 0;
	width: 50%;
	height: 100%;
	z-index: 1;
	background-color: #ff7d7d;
}
.zalivka_valor {
	left: 0;
	width: 100%;
	z-index: 2;
	display: flex;
    justify-content: center;
    align-items: center;
}

/**** INFO OT Anual ********/
.aninfoot_contener {
	width: 100%;
	display: flex;
    flex-direction: column;
	padding: 10px;
}
.aninfoot_box {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	margin: 10px 0;
}
.aninfoot_busc_box {
	width: 100%;
	display: flex;
    flex-direction: row;
    align-items: center;
	margin: 10px 0;
}
.aninfoot_busc_zag {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 25px;
	color: #37A3D1;
}
.aninfoot_res_list_zag {
	font-size: 18px;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
}
.aninfoot_res_list_ico {
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	padding: 10px;
	cursor: pointer;
}
.aninfoot_res_box {
	box-sizing: border-box;
	display: grid;
    grid-template-columns: repeat(9, auto) 50px;
    grid-gap: 2px;
}
.aninfoot_busc_inp {
	height: 35px;
	margin: 0 10px 0 20px;
}
.aninfoot_res_list_txt {
    font-family: Roboto;
    font-size: 16px;
    color: #1B0795;
    padding: 3px 5px;
    background-color: #E5E5E5;
    box-sizing: border-box;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.aninfocapinst_load {
	width: 50px;
}

/**** INFO PROCESS ANUALES ********/
.aninfoproc_contener {
	width: 100%;
	display: flex;
    flex-direction: column;
	padding: 10px;
}
.aninfoproc_box {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	margin: 10px 0;
}
.aninfoproc_busc_box {
	width: 100%;
	display: flex;
    flex-direction: row;
    align-items: center;
	margin: 10px 0;
}
.aninfoproc_busc_zag {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 25px;
	color: #37A3D1;
}
.aninfoproc_res_list_zag, .aninfoproc_res_list_bt {
	font-size: 18px;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
}
.aninfoproc_res_box {
	box-sizing: border-box;
	display: grid;
    grid-template-columns: repeat(8, auto) 37px;
    grid-gap: 2px;
}
.aninfoproc_busc_inp {
	height: 35px;
	margin: 0 10px 0 20px;
}
.aninfoproc_res_list_txt {
    font-family: Roboto;
    font-size: 16px;
    color: #1B0795;
    padding: 3px 5px;
    background-color: #E5E5E5;
    box-sizing: border-box;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.aninfoproc_res_list_bt {
	cursor: pointer;
	background: #37A3D1;
	padding: 5px 10px;
}

.lang_box {
	width: 100%;
	padding: 10px;
}
.lang_tit {
	background: #888;
	color: #FFF;
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 5px 10px;
	margin: 10px 0 0 0;
}
.lang_list_box {
	display: grid;
    grid-template-columns: repeat(5, 1fr) 50px;
    grid-gap: 2px;
}
.lang_list input {
	width: 100%;
	padding: 5px;
}
.save_bt {
	padding: 5px;
	border: 1px solid #555;
	border-radius: 5px;
	display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}
.lang_busc {
	padding: 5px;
}

/**** INFO OPERADORES ANUALES ********/
.aninfooper_res_box {
	box-sizing: border-box;
	display: grid;
    grid-template-columns: repeat(8, auto) 37px;
    grid-gap: 2px;
}

.head_lang_earth {
	width: 35px;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-right: 5px;
}
.head_lang_drop {
	width: max-content;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-left: 10px;
}
.head_lang_drop select {
	padding: 3px 5px;
}
.head_lang_earth_in {
	width: 25px;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-right: 5px;
}
.head_lang_box {
	display: flex;
    flex-direction: row;
    align-items: center;
}
.head_lang_lang_box {
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
	padding: 0 18px 0 0;
}
.head_lang_lang_box select {
	padding: 3px;
}

/* AUX */
.oper_aux_contenido {
	display: flex;
    flex-direction: column;
}
.oper_aux_user_list_res {
    width: 100%;
    background: #37A3D1;
    font-family: Roboto;
    font-size: 20px;
    color: #FFFFFF;
    padding: 5px 10px;
}
.oper_aux_user_list_detail {
	width: 100%;
	display: grid;
    grid-template-columns: max-content 1fr 50px 50px 70px;
    grid-gap: 1px;
}
.oper_aux_tit {
	background-color: #0066cc;
    color: #FFF;
    padding: 5px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.oper_aux_txt {
	border: 1px solid #CCC;
    color: #1B0795;
    padding: 2px 5px;
}


/*END OF FILE*/
.green { background-color: #99ff99; }
.red { background-color: #f00; }
.editcolor { background-color: #ffffcc; }
.gris { background-color: #DDD; }
.right { justify-content: flex-end; }
.left { justify-content: flex-start; }
.center { justify-content: center; }

.semaf_green { background: rgb(217, 255, 222); }
.semaf_red { background: rgb(255, 170, 172); }