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

BODY {	
	font-family:Calibri, Tahoma, Geneva, sans-serif;	
	background-color:#800000;
	margin:0px;
	font-size: 12pt;
	line-height: normal;
}

IMG {
	border:0;
}

IMG.grafica {
	margin-top:20px;
	margin-bottom:0px;
	padding:10px;
	border:1px;
	border-style:solid;
}

DIV.panel_izq {
	float:left;
	/*width:490px;*/
}

DIV.panel_dch {
	float:left;
	/*width:480px;*/
	padding-left:10px;
    min-width: 400px;

}

.panelciclos div{
	overflow:hidden;	
}
.panelciclos img{
	padding-top:10px;
	padding-bottom:10px;
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	transition: transform 0.5s ease;	
}	
	
.panelciclos img:hover{
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

DIV.menu_box {
	margin:0px 30px 15px 0px;
	border:5px;
	border-style:solid;
	border-color:#800000;
	min-width:480px;

}

DIV.std_box {
	float:left;
	width:470px;
	margin:20px 0px 0px 0px;
	background-color:#f5f5f5;border:5px;
	border-style:solid;
	border-color:#800000;
}
DIV.std_bbox {
	float:left;
	width:470px;
	margin:20px 470px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#f5f5f5;border:5px;
	border-style:solid;
	border-color:#800000;
}

.menu_box h3 {
	background-color:#800000;
	padding:0px 0px 5px 0px;
	margin:0px;
	letter-spacing:0.05em;
	text-transform:capitalize;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}

.menu_box table{
	width:100%;
	border-collapse:separate !important;
	border-spacing:3px !important;

}

.menu_box .tag {
	text-align:right;	
}

.menu_box ul {
	padding: 0px 0px 0px 30px;
}
.menu_box li {
	padding-bottom:15px;
	padding-left:5px;
	letter-spacing:0.1em;
}

.menu_box a, .menu_box a:visited{
	text-decoration:none;
	color:#000000;
	text-transform:capitalize;
}
.menu_box a:hover {
	text-decoration:underline;
}

.std_box h3, .std_bbox h3 {
	background-color:#800000;
	padding:0px 0px 5px 0px;
	margin:0px;
	letter-spacing:0.1em;
	text-transform:uppercase;
	font-size:13pt;
	color:#fff;
}

#contenedor {
	
}

#contenedor_ppal {
	width:100%;
	margin:auto;
	background-color:#fff;
	/*border:1px solid #800000;*/
}


#contenedor_login {
	margin:auto;
	width:520px;
	margin-top:100px;
	margin-bottom:100px;
	padding:20px;
	padding-top:0px;
	padding-bottom:0px;
	letter-spacing:0.05em;
	text-align:center;font-size: 12pt;
}

#contenedor_login p{
	margin:10px 0px;
}
#contenedor_login th {  font-size:10pt; }
#contenedor_login div#wrn { font-size:9pt; padding-top:5px; font-weight:bold; text-align:left; min-height:20px;}

.login {
	border-collapse:separate;
	border-spacing:10px;
}

.login th {
	text-align:right;	
}

.login_input {
	width: 100%;
}


#cabecera_ppal {	
	height: 120px;
}


#cuerpo_ppal {
	padding: 20px;
	padding-top:10px;
	min-height:300px;
}


#cuerpo_ppal_menu_inferior {
	border-top:1px solid #800000;
	border-bottom:1px solid #800000;
	padding:10px;
}

.textoslegales{
	text-align:justify;	
}
 
DIV#pie {
	list-style: none;
	text-align:center;
	font-size: 14px;
	font-weight:bold;
	color: #343434;
	padding-top:20px;
	padding-bottom:10px;
}

DIV#pie a{
	text-decoration:none;
	color:#000;
	padding:0px;
}
#pie_ppal_abajo {
	clear:both;	
	padding:20px 0px 0px 0px;
	margin-top:10px;	
}
#pie_ppal_abajo a{
	text-decoration:none;
	color:#000;
	padding: 0 10px 0 10px;
}
#pie_ppal_abajo a:hover{
	text-decoration:underline;
	color:#000;
}

.del_comunicacion{
	white-space:nowrap;
}

.tablaest{
	border:2px solid #666;
	margin:15px 0px;
	width:100%;

	
}
.tablaest td{
	border:1px solid #666;
	padding: 5px;
	text-align:center;
	vertical-align:middle; 
	
}
 .tablaest .tablaestcab{
	font-weight:bold;
	background-color:rgb(255, 159, 64);
	color:white;		 

}

/*

 .tablaest .tablaestcab>td{
	 text-align:left
		 
 }
*/
.disabled {
	background-color:#FFF;	
	vertical-align:middle;
}

#aaa{
	padding:10px;
	color:red;
	
}

TD.usr_tag {
	font-weight:bold;
	
}
INPUT.usr_input, input.cv_input {
	background-color:#EEE;
}
INPUT.usr_date {
	background-color:#EEE;
}

SELECT.usr_select, SELECT.paginar {
	background-color:#EEE;
}

DIV#paginar {
	margin-top:10px;
}

INPUT.usr_button, input.cv_button, INPUT.aux_submit, INPUT.aux_reset, 
INPUT.usr_submit, INPUT.usr_reset, INPUT.zona_submit, 
INPUT.zona_reset, 
INPUT.sec_submit, input.cv_submit, input.cv_reset {
	background-color: #FCFCCA;
    border: 1px solid #800000;
    color: #800000;
    cursor: pointer;
    font-weight: bold;
}

INPUT.aux_checkbox, INPUT.inc_checkbox, INPUT.usr_checkbox {
	background-color:#EEE;
	vertical-align:middle;font-size:9pt;
}

/*
 * Clases auxiliares:
 */

.fila{
padding:10px 3px !important;
	 
 }
 
 #justif td{
	 padding:20px;
	 padding-bottom:0px;
 }
 
TR.fila_par {
	background-color:#ffffff;
}
TR.fila_impar {
	background-color:#f9f9f9;
}




TD.aux_tag, TD.zona_tag, TD.inc_tag, TD.tarea_tag, TD.sec_tag, TD.cal_tag {
	font-weight:bold;
}

TD.zona_add, TD.tarea_add, TD.usr_add, TD.cv_add, A.hr_add, TD.sec_add, TD.aux_add, A.del_idioma, A.del_formacion {
	font-weight:bold;
}

A.zona_add, A.tarea_add, A.usr_add, A.cv_add, A.hr_add, A.sec_add, A.aux_add, A.del_idioma, A.del_formacion, A.del_materia {
	text-decoration:none;
	color:#000;
	white-space:nowrap;
}

A.zona_add:visited, A.tarea_add:visited, A.usr_add:visited, A.cv_add:visited, A.hr_add:visited, A.sec_add:visited, A.aux_add:visited,  A.del_idioma:visited, A.del_idioma:visited {
	color:#000;
}

INPUT.aux_input, INPUT.zona_input, INPUT.inc_input, INPUT.tarea_input, INPUT.sec_input {
	background-color:#EEE;
}
SELECT.aux_select {
	background-color:#EEE;
}
TEXTAREA.aux_textarea {
	background-color:#EEE;
	vertical-align:middle;
}

/*
 * Clases horarios:
 */

TD.hr_tag {
	font-weight:bold;
	font-size:9pt;
}
INPUT.hr_input {
	background-color:#EEE;font-size:9pt;
}
INPUT.hr_input_x {
	background-color:#EEE;font-size:9pt;
}
SELECT.hr_select {
	background-color:#EEE;font-size:9pt;
	max-width:280px;
}
TEXTAREA.hr_textarea {
	background-color:#EEE;
	vertical-align:middle;font-size:9pt;
}

TEXTAREA.cv_textarea {
	background-color:#EEE;
	vertical-align:middle;font-size:9pt;
	width:340px;
	height:120px;
}
TD.cv_tag {
	/*font-weight:bold;*/
	font-size:9pt;
}

/*
 * Clases calidad:
 */

TD.cal_tag {
	/*font-weight:bold;*/
	font-size:9pt;
}
TD.cal_title {
	font-weight:bold;
	text-decoration:underline;
	font-size:9pt;padding-bottom:15px;
}
INPUT.cal_input {
	background-color:#EEE;font-size:9pt;
}
SELECT.cal_select, SELECT.inc_select , select.cv_select{
	background-color:#EEE;font-size:9pt;
}
TEXTAREA.cal_textarea {
	background-color:#EEE;
	vertical-align:middle;font-size:9pt;
}
LABEL.cal_label {
	padding:5px;font-size:9pt;
}
LABEL.error {
	color:#F00;	
}

/*
 * Clases Listados
 */
 
 
 TD.lista_cabecera, td.cv_list_cab {
	color: #000000;
    font-weight: bold;
	padding: 5px 2px;

 }
 
 TD.fila, td.cv_list_cue {
	color: #000000;
	padding:3px;
	border-bottom: 1px solid #ddd;
 }
 
 .fila .btn{
	margin-left:3px;
 }
 
 A.fila_link, A.cv_list_lnk {
	 text-decoration:none;
 /*color:#000;*/
	 display:block;	 
 }
 
#usr_title {
	margin: 20px;
	text-transform:uppercase;
	font-size:26px;
	border-bottom: 3px dotted #800000;
    color: #800000;
	text-align:left;
	font-weight:bold;
	margin-bottom:0px;
 }
 
 #frm .rowForm table, #frm .rowForm ,.rowForm table, #notasparciales, #notasfinales{

    border-collapse: separate;
    border-spacing: 8px !important;
    padding-top: 5px;
   /* font-weight: bold;*/

} 
.rowForm td {
	padding: 0px 10px;
	font-weight:bold;
}
.rowForm td input,.rowForm td select, .rowForm td textarea, .rowForm td div{
	
	font-weight:normal;
}
.rowForm .chosen-container {
	
	width:100% !important;
	display:block;
	
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.rowForm td input, .rowForm td select, .rowForm td textarea, .rowForm td div {

    font-weight: normal;

}
 DIV.separador {
	 min-height:10px;
 }
 
 DIV.cuadro_inf {
	 border:1px;
	 background-color:#0F0;
	 width:100%;
	 border-style:solid;
	 font-size:10pt;
	 font-weight:bold;
 }
 
 TABLE.usr_list_buscar {
	 margin-bottom:10px;
 }
 
.usr_list_buscar {
	border-collapse:separate;
	border-spacing:10px 1px;	
}

.usr_list_buscar select{
	width:100% !important;
}
 
 .usr_list_buscar .chosen-container{
	width:100% !important;
}
 
 
 /* CALENDARIO */
 
 div#calendario{
	float:left;
	min-height:200px;
	/*min-width:200px;*/font-size: 10pt;
	text-transform:uppercase;
 }
 
 div#calendarioAnual{
 	width:980px;
	padding-left:20px;
 }
 
 TABLE.cal_table {
	 border:1px;
	 border-style:solid;
	 border-bottom:0px;
	/* margin-left:20px; */
	 margin-right:35px;
 }
 
 TR.cal_table_h {
	background-color:#c5c5c5;
 }
 TR.cal_table {
	background-color:#e5e5e5;
 }
 
 TH.cal_table, TD.cal_table {
	border:0px;
	border-bottom:1px;
	border-style:solid;
 }
 TD.cal_festivo, TD.cal_festivo_u {
	color:#ff0000;
	font-weight:bold;
	
 }
  TD.cal_festivo_u {
	border:0px;
	border-bottom:1px;
	border-style:solid;
	border-color:#000;
 }
 UL.cal_ul {
	margin:0px;
	padding:0px;
	padding-left:15px;
	padding-top:5px;font-size: 7pt;
	text-transform:uppercase;
 }
 LI.cal_li {
	padding-bottom:5px;
	max-width:200px;
 }
 
 
#informe {
	margin-top:30px;
}

#informe h3{
	font-size:10pt;
	margin-top:20px;
	/* borde */
	padding-bottom:5px;
	border:0px;
	border-bottom:1px;
	border-style:solid;
	border-color:#000;
}
h3#informe {
	font-size:10pt;
	margin-top:15px;
	/* borde */
	padding-bottom:5px;
	border:0px;
	border-bottom:1px;
	border-style:solid;
	border-color:#000;
}

#informe td {
	padding-left:10px;
	padding-right:10px;
}

#tareas{font-size:9pt;
	
}

#err { display:none; }

#err li {
	margin-left:40px;
	padding-top:2px;
	padding-bottom:2px;
}

.rowDesc {
	border:none;
	font-weight:bold;
	padding-bottom:0px;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:1.2em;
	padding-top:5px;
	color: #000000;
	border-bottom: 2px solid #000000;
}

.rowButton{
	border:none;
	text-align:center;
	padding-top:20px;
}

.tableForm a {
	color:#000;
	text-decoration:none;
}

.boton_general {		
	background-color: #FCFCCA;
	border: 1px solid #800000;
	color: #800000;
	cursor: pointer;
	font-weight: bold;
	text-decoration:none;
	padding:5px;
	font-size:10pt;
}

.boton_formulario {		
	background-color: #FCFCCA;
	border: 1px solid #800000;
	color: #800000 !important;
	cursor: pointer;
	font-weight: bold;
	text-decoration:none;
	padding:2px 8px 1px 8px;
	font-size:13px;
	font-family: "Microsoft Sans Serif";
}

TD.etiqueta_informe {
	font-weight:bold;
	font-size:10pt;
	max-width:320px;
}

TD.valor_informe {
	font-size:10pt;
}

.tag {
	font-weight:bold;	
}

DIV.dashedLine {
	height: 1px; 
	width: 100%; 
	margin: 10px 0px; 
	border-top: 2px dashed #000;
}

.titulo {
	font-size:15pt;
	padding-right:5px;	
}

.chosen-container-multi .chosen-choices {
	font-weight:normal;	
}

.chosen-container .chosen-results {
	font-weight:normal;
}

.input-error {
	box-shadow: 0 0 10px #f00;
}

.floating {
	position:fixed;
	width:250px;
	font-size:14pt;
	color:#fff;
	border-radius:25px;
	bottom:10px;
	right:10px;
	padding: 10px 10px 10px 35px;
	background: url(https://fp.amusal.es/intranet/images/phone.png) no-repeat 15px center #800000;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	text-align:center;
	z-index:1000;
}


#user_info{
	float: right;
	margin-top:60px;
	margin-right:30px;
	opacity:0.75;
	
}

.collapse.in {
	height: auto !important;
}

 
 /*MENU*/
 
@media (max-width: 979px) {
	.nav-collapse {
		clear: both;
	}
	.nav-collapse .nav {
		float: none;
		margin: 0 0 9px;
	}
	.nav-collapse .nav > li {
		float: none;
	}
	.nav-collapse .nav > li > a {
		margin-bottom: 2px;
	}
	.nav-collapse .nav > .divider-vertical {
		display: none;
	}
	.nav-collapse .nav .nav-header {
		color: #555;
		text-shadow: none;
	}
	.nav-collapse .nav > li > a,
	.nav-collapse .dropdown-menu a {
		padding: 9px 15px;
		font-weight: bold;
		color: #555;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.nav-collapse .btn {
		padding: 4px 10px 4px;
		font-weight: normal;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.nav-collapse .dropdown-menu li + li a {
		margin-bottom: 2px;
	}
	.nav-collapse .nav > li > a:hover,
	.nav-collapse .dropdown-menu a:hover {
		background-color: #f2f2f2;
	}
	.navbar-inverse .nav-collapse .nav > li > a:hover,
	.navbar-inverse .nav-collapse .dropdown-menu a:hover {
		background-color: #111111;
	}
	.nav-collapse.in .btn-group {
		margin-top: 5px;
		padding: 0;
	}
	.nav-collapse .dropdown-menu {
		position: static;
		top: auto;
		left: auto;
		float: none;
		display: block;
		max-width: none;
		margin: 0 15px;
		padding: 0;
		background-color: transparent;
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.nav-collapse .dropdown-menu:before,
	.nav-collapse .dropdown-menu:after {
		display: none;
	}
	.nav-collapse .dropdown-menu .divider {
		display: none;
	}
	.nav-collapse .navbar-form,
	.nav-collapse .navbar-search {
		float: none;
		padding: 9px 15px;
		margin: 9px 0;
		border-top: 1px solid #f2f2f2;
		border-bottom: 1px solid #f2f2f2;
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
		box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	}
	.navbar .nav-collapse .nav.pull-right {
		float: none;
		margin-left: 0;
	}
	.nav-collapse,
	.nav-collapse.collapse {
		overflow: hidden;
		height: 0;
	}

}
@media (min-width: 980px) {
	.nav-collapse.collapse {
		height: auto !important;
		overflow: visible !important;
	}
}

.menu {
    list-style: outside none none;
    margin-bottom: 18px;
    margin-left: 0;
	/*border-top: 1px solid #64131e;*/
}
.menu > li > a {
    display: block;
}
.menu > li > a:hover {
    background-color: #eee;
    text-decoration: none;
}

.gk-mainmenu-toggle {
/*  background-color:#A71227;*/
  width:100%;
  display: none;
  padding-top:2px;
  padding-bottom:2px;
 }

.gk-mainmenu-toggle a {
   /* background: url("../images/mobile_menu_btn.png") no-repeat scroll 0 0 transparent;*/
	display: block;
	height: 30px;
	margin-left: 5px;
	padding-left: 40px;
	color:#fff;
    text-decoration: none;
    font-size: 22pt;
    font-weight: bold;
    line-height: 30px;
	color: #800000;
}

.gk-main-menu {
    float: left;
    font-weight: bold;
    position: relative;
    text-align: left;
    width: 100%;
}
.gk-main-menu > ul {
    clear: both;
    margin: 0 !important;
    overflow: hidden;
}
.gk-main-menu > ul > li {
    border: medium none;
    float: left;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    min-height: 30px;
}
.gk-main-menu > ul > li > a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
/*    border-color: -moz-use-text-color #64131e #64131e -moz-use-text-color;
    border-image: none;
    border-right: 1px solid #64131e;
    border-style: none solid solid none;
    border-width: medium 1px 1px medium;
    color: #fff;*/
    margin: 0;
    /*padding: 0 14px;*/
    transition: color 0.3s ease-out 0s;
	border-color: -moz-use-text-color #64131e #64131e -moz-use-text-color;
	color: #000;
	text-transform:uppercase;
	padding: 5px 14px;
}
.gk-main-menu > ul > li > a:hover {
    background: none repeat scroll 0 0 transparent;
    color: #800000;
}
.gk-main-menu > ul li.current > a, .gk-main-menu > ul li.active > a {
    background-color: #fff !important;
    border-bottom: 1px solid #fff;
    color: #800000;
}
.gk-main-menu > ul > li.active, .gk-main-menu > ul > li:hover {
    color: #800000;
}
.gk-main-menu > ul > li.active > a, .gk-main-menu > ul > li:hover > a {
    background-color: #fff;
    color: #800000;
}
.gk-main-menu > ul > li.active li.current > a, .gk-main-menu > ul > li.active li.active > a, .gk-main-menu > ul > li:hover li.current > a, .gk-main-menu > ul > li:hover li.active > a {
    background: none repeat scroll 0 0 transparent !important;
    color: #800000 !important;
}
.gk-main-menu ul ul {
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    box-shadow: 0 0 6px #939393;
    display: block;
    font-size: 14px;
    left: -9999px;
    min-width: 175px;
    padding: 0 !important;
    position: absolute;
    white-space: nowrap;
    z-index: 10;
}
.gk-main-menu ul ul ul:before {
    display: none;
}
.gk-main-menu ul ul li {
    border-top: 1px solid #ececec;
    min-height: 22px;
    transition: background-color 0.3s ease-out 0s;
}
.gk-main-menu ul ul li a {
    color: #777;
    display: block;
    line-height: 12px;
    padding: 10px 16px;
}
.gk-main-menu ul ul li a:active, .gk-main-menu ul ul li a:focus, .gk-main-menu ul ul li a:hover {
    color: #585656 !important;
    text-decoration: none;
}
.gk-main-menu ul ul li:hover {
    background: none repeat scroll 0 0 #f5f5f5;
}
.gk-main-menu ul ul li:first-child {
    border-top: medium none;
}
.gk-main-menu ul ul li:hover ul {
    left: auto !important;
}
.gk-main-menu ul ul li a:hover {
    color: #585656 !important;
    text-decoration: none;
}
.gk-main-menu ul ul ul {
    border-top: 1px solid #eee;
    left: -9999px !important;
    margin-left: 180px;
    margin-top: -34px;
}
.gk-main-menu ul ul:before {
   /* background: url("../images/menu_arrow.png") no-repeat scroll 0 0 transparent;*/
    content: "";
    display: block;
    height: 10px;
    left: 26px;
    position: absolute;
    top: -10px;
    width: 14px;
}
.gk-main-menu ul li:hover ul {
    left: auto;
}
.gk-main-menu > ul > li.active, .gk-main-menu > ul > li:hover {
    color: #a71227;
}
.gk-main-menu > ul > li {
    border: medium none;
    float: left;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    min-height: 22px;
}

.gk-main-menu ul.unstyled, .gk-main-menu ol.unstyled {
    list-style: outside none none;
}
.gk-main-menu ul, .gk-main-menu ol {
	 padding: 0;
}
.gk-main-menu a{
	text-decoration:none;
}


button, input, select, textarea
{
	font-size: 14px;
}

.note-editable p, .note-editable{
	font-size:14px;
}

.note-editor:hover{
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6) !important;
}

.note-editor .input-sm, .note-editor .btn-sm, .note-editor .form-control {
	font-size:12px;
}
.note-editor .btn-group{
	
	min-width:0px;
}
.rowCabecera {
	border:none;
	font-weight:bold;
	padding-bottom:0px;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:14pt;
	margin-bottom:10px;
	margin-top:5px;
	color: #000000;
	border-bottom: 2px solid #000000;
}
.datatable_botonera .col-sm-12,.datatable_botonera .col-sm-9 {
	margin-bottom:5px;
	
}



/*DATATABLE*/
.dataTables_filter {
	text-align:left !important;	
}
.align-right #datatable_licencias_filter{
	text-align:right !important;
}

/*.dataTable .even{
	background-color:#e5e5e5;
}
.dataTable .odd{
	background-color:#d5d5d5;
}*/

ul.dt-button-collection.dropdown-menu {
    column-gap: 0px !important;
}

.buttons-columnVisibility{
	padding: 4px 5px !important;
}

.dropdown-menu {
    width: max-content !important;
}
.dataTables_filter label, .dataTables_filter  input, div.dataTables_wrapper div.dataTables_filter input {
	 margin:0px !important;	
}
.dataTables_filter .btn-default, .dataTables_filter .input-sm, .botones .btn,.dataTables_filter .chosen-container, .dataTables_filter select
{
	margin:2px 3px !important;
}

.dataTables_filter .chosen-container-single .chosen-single{
	background-image: linear-gradient(to bottom, #fff 0px, #e0e0e0 100%);
    background-repeat: repeat-x;
	text-shadow: 0 1px 0 #fff;
}

.dataTables_filter .chosen-container-active.chosen-with-drop .chosen-single {
    background-image: linear-gradient(#eee 20%, #fff 80%);
}

.dataTables_filter select{
	max-width:100%;	
}

.dataTable > tbody > tr > td{
	padding:5px 8px;
	vertical-align: middle;
	
}

.groupcol{
	color:#64131E;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:1.2em;	
	border-bottom: 2px solid #64131E;
	font-weight:bold;
}


/*Para los checkbox del datatable*/
.dataTables_scrollHead table.dataTable th.selectall::before {
    border: 1px solid black;
    border-radius: 3px;
    content: " ";
    margin-left: 0px;
    margin-top: 0px;
}
.dataTables_scrollHead table.dataTable th.selectall::before, table.dataTable th.selectall::after {
    box-sizing: border-box;
    display: block;
    height: 14px;
    left: auto;
    position: inherit;
    top: auto;
    width: 14px;
}
.dataTables_scrollHead table.dataTable th.selectall {
    position: relative;
}
.dataTables_scrollHead  table.dataTable th.selected::after {
    content: "✔";
    text-align: center;
    text-shadow: 1px 1px #b0bed9, -1px -1px #b0bed9, 1px -1px #b0bed9, -1px 1px #b0bed9;
    font-size: 14px !important;
    line-height: 14px !important;
    margin-left: 0 !important;
    margin-top: -14px !important;
	font-weight:normal !important;
	text-shadow: none !important;
}

.dataTable td.select-checkbox::before {
    margin-left: 0px !important;
    margin-top: 0px !important;
}
.dataTable td.select-checkbox::before, .dataTable td.select-checkbox::after {

    left: auto !important;
    position:inherit !important;
    top:auto !important;
	height: 14px !important;
	width: 14px !important;
}
.dataTable tr.selected td.select-checkbox::after {
    margin-left: 0 !important;
    margin-top: -14px !important;
	font-size: 14px !important;
	line-height: 14px !important;
	text-shadow: none !important;
	
}

/*Para los menús de Opciones en el datatable*/
.dataTable .dropdown-menu > li > a {
    padding: 2px 5px;

}
.dataTable .dropdown-menu {

    font-size: 11px;
    min-width:70px;
	padding: 2px 0;

}
.dataTable > thead > tr > th {
	padding-top:0px;
	line-height:normal;
	
}
.dataTables_wrapper .dataTables_processing {

background:#eeeeee;
z-index:9999;
font-weight:bold;
}


table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #dddddd !important;
}

/*
se quita al poner el tfoot
también hay que modificar el select.dataTables.min.css el TBODY en table.dataTable tbody td.select-checkbox:before
.dataTables_scrollBody{
	margin-bottom:15px;
	
}*/



/*
table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
	background-color:#
}
*/
/*CHOSEN*/

select {

	min-width:inherit;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 30px;
	line-height: 28px;
	padding-right: 20px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-group select, .menu_box select {
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
	background-color: #fff !important;	
	display: block;
	width: 100% !important;	
	padding-right: 0px !important;	
}
.form-group select:disabled, .form-group select[disabled]{
    opacity: 1  !important;
	color: #555 !important;
	background-color: #eee !important;
	background-image:none;
}

.chosen-container {
    font-size: 14px;
	min-width:65px;
	max-width: 100%;
}
.chosen-container-single .chosen-single, .chosen-container-multi .chosen-choices{
    border: 1px solid #ccc;
    border-radius: 3px;
	height:30px;
	line-height:28px;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
}

.chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
	font-size:14px;
	font-family:inherit;
}


.chosen-container-single .chosen-single div {
	padding-top:4px;
}

.chosen-container-active
{
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0 none;
}
.chosen-container-active .chosen-single {
    border-color: #66afe9;
}

.chosen-container-active .chosen-drop {
  box-shadow: 0 4px 5px rgba(102, 175, 233, 0.6);
}

.chosen-container-active .chosen-single {
    box-shadow: none;
}

.chosen-container-active.chosen-with-drop .chosen-single, .chosen-container-single .chosen-drop, .chosen-container-multi .chosen-drop, .chosen-container-active .chosen-choices 
{
	border-color: #66afe9;
}
.chosen-container-multi .chosen-drop{
    border-radius: 3px;

}
.chosen-container-active .chosen-choices {
	box-shadow:none;
}

.chosen-disabled{
    opacity: 1  !important;;
	color: #555 !important;
    cursor: not-allowed  !important;
}

.chosen-disabled .search-choice{
    cursor: not-allowed  !important;
}

.chosen-disabled .chosen-choices, .chosen-disabled .chosen-single{

    background-color: #eee  !important;
    opacity: 1  !important;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
	cursor: not-allowed  !important;
}
.chosen-disabled .chosen-choices li.search-field input[type="text"]{
	color: #555 !important;	
	cursor: not-allowed  !important;
}

.form-group .chosen-container-single .chosen-single, .form-group .chosen-container-multi .chosen-choices, .rowForm .chosen-container-single .chosen-single, .rowForm .chosen-container-multi .chosen-choices {
	background:#ffffff;
	
}

.form-group .chosen-container-single, .form-group .chosen-container-multi{
	width:100% !important;
}



.has-success .chosen-container-active, .has-error .chosen-container-active{
	box-shadow:none;
}
.has-error .chosen-results{
	color: #a94442;
}
.has-error .chosen-container-single .chosen-single, .has-error .chosen-container-active.chosen-with-drop .chosen-single, .has-error .chosen-container-single .chosen-drop{
    border: 1px solid #a94442;
	box-shadow:none;
}
.has-success .chosen-results{
	color: #3c763d;
}
.has-success .chosen-container-single .chosen-single, .has-success .chosen-container-active.chosen-with-drop .chosen-drop{
    border: 1px solid #3c763d;
	box-shadow:none;
}
.has-error .chosen-container-single .chosen-single, .has-success .chosen-container-single .chosen-single{
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.has-error .chosen-container-single .chosen-single div b, .has-success .chosen-container-single .chosen-single div b {
	background:none;
}

/*BOOTSTRAP*/
.botoneraopciones {
	min-width:86px;
}
.input-sm,.btn-sm,.form-control{
	font-size: 14px;
   /* height: 26px;*/
 	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
}

input[type="checkbox"].form-control {
	height:25px !important;
} 

.btn-sm{
	line-height: 1.42857;
	padding: 4px 10px;
	
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover{
	border-color: #66afe9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0 none;
}

table.dataTable 
{
	width:100% !important;
}


/*FORMVALIDATOR*/

.ui-datepicker { z-index: 9999 !important; }

#datatable tr:hover 
{
	background-color: #ffd75a;
}


/*FILE INPUT*/

.file-input .input-group .form-control, .file-input .btn{
	height:30px;
	line-height: 1;
}

.notice {
	position: absolute;
	top: 315px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #ddd;
	background-color: #eeeeee;
	border-radius: 5px;
    left: 50%;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
	font-weight: bold;
    z-index: 9999;
}

/* Recently added */
.buscador div.dataTables_filter {
	display:inline;
}

.buscador #tools {
	min-width: inherit;
	margin-right: 5px;
}

.buscador .btn {
	margin-right: 5px;
}

.buscador {
	text-align:right;
}

.filtros {
	margin: 5px 0px 5px 3px;	
}

#exportexcel_frm input[type=checkbox] {
	vertical-align: middle;
	width:20px;
	height:20px;
	margin: 0px;
}

#exportexcel_frm label {
	font-size: 14pt;
	font-weight: normal;
}

#exportexcel .modal-title {
	font-weight: bold;
	font-size: 16pt;
	color: #A71227;	
}

#login .modal-header {
	background: #a71227;
    color: #fff;
}

#login .modal-title {
	font-weight: bold;
	font-size: 16pt;
}


.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
	display:inherit;
}
#contenedor_ppal img{
	max-height:100%;
	max-width:100%;
	
}


@media (min-width: 1025px) {
  

TD.usr_list_cue, td.cv_list_cue {

    font-size: 11pt

}

DIV.menu_box{
	width:90%;
}

.ui-widget {
	font-size: inherit !important;
 }
 
 .dataTable .dropdown-menu {
    font-size: 12px !important;
	
 }
  
}

@media (min-width: 1300px) {
	#contenedor_ppal{
		width: 100%;
		/*max-width:1500px;
		min-width:1280px;*/
		
	}		
		
	#fincabecera{
		border-bottom:2px solid #f6b304;
		display:flex;
		height:130px;
		background: #770d1b;
	}
	#cuerpo_ppal_menu_superior{
		clear:both;
	}
	#usr_title{
		padding-top:40px;
		
	}
}


@media (min-width: 1025px) and (max-width: 1299px) {
#contenedor_ppal {
    width: 100%;
}
	#cabecera_ppal{
		min-width:980px;

		display: inline;
		float: left;
	}
	#cabecera_ppal_sup{
		background: #800000;
		height:132px;
	}
	#fincabecera{
		border-bottom:3px solid #f6b304;
		display:flex;
		height:117px;
		background: #770d1b;
	}
	#cuerpo_ppal_menu_superior{
		clear:both;
	}





}


@media (max-width: 1024px) {
TD.usr_tag {
	font-size:9pt;
}
INPUT.usr_input, input.cv_input {
	font-size:9pt;
}
INPUT.usr_date {
	font-size:9pt;
}

SELECT.usr_select, SELECT.paginar {
	font-size:9pt;
}
TD.aux_tag, TD.zona_tag, TD.inc_tag, TD.tarea_tag, TD.sec_tag, TD.cal_tag {
	font-weight:bold;
	font-size:9pt;
}

TD.zona_add, TD.tarea_add, TD.usr_add, TD.cv_add, A.hr_add, TD.sec_add, TD.aux_add, A.del_idioma, A.del_formacion {
	font-weight:bold;
	font-size:9pt;
}

.menu_box h3 {
	font-size:10pt;
}

INPUT.aux_input, INPUT.zona_input, INPUT.inc_input, INPUT.tarea_input, INPUT.sec_input {
	font-size:9pt;
}

TEXTAREA.aux_textarea {
	font-size:9pt;
}
.menu_box li {
	font-size:9pt;
}
.rowDesc {
	font-size:10pt;
}
 TD.usr_list_cab, td.cv_list_cab {
	font-size: 9pt;
 }
 
}

@media (min-width: 1600px) {
	
	#contenedor_ppal{
		max-width:1800px;
	  -webkit-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.75);
	  -moz-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.75);
	  box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.75);
	}
	.floating {
    right: 100px;
	}

}
@media (max-width: 1400px) {
	.gk-main-menu > ul > li > a {
		padding: 0px 8px;
		font-size:10pt;
	}
	
	body {
		font-size:10pt;	
	}
	
	TD.fila, TD.lista_cabecera,.dataTable,.input-sm, .btn-sm, .form-control,.chosen-container, select {
    	font-size: 9pt;
	}
	.gk-main-menu ul ul {
		font-size: 13px;
	}
	#usr_title {
   		font-size: 22px;
	}
	TD.fila, td.cv_list_cue {
		font-size:10pt;
 	}
	.dataTable{
		font-size:10pt;
	}
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.rowCabecera {
  font-size: 12pt;
}
#usr_title {

  font-size: 22px;

}
}

@media (max-width: 979px) {
	
/*	#contenedor_ppal img{
		max-width:50%;
		
	}*/
	#pie_ppal_abajo {
   		padding: 0px;
	}

	#user_info {
    	margin-top: 30px;
  		width: 200px;
	}

	.modal-title{
 	   font-size: 15px;
	}
	#usr_title {
		margin-top:0px;
   		font-size: 20px;
	}
	.rowCabecera {
		font-size:12pt;

	}	
	.btn {
	  padding: 4px 8px;
	  font-size: 12px;
	}
	.botoneraopciones .btn{
		padding: 0px 3px;
	}
	
	.menu_box .nombrecurso, .menu_box .nombrecurso:visited, .datoscurso span{
		font-size:16px;
	}
	
	.dataTables_filter .chosen-container-single .chosen-single, .dataTables_length .chosen-container-single .chosen-single, .dataTables_filter .input-sm, .dataTables_filter select {
		height:25px;
		line-height: 24px;
	}
	.dataTables_wrapper .col-sm-1, .dataTables_wrapper .col-sm-10, .dataTables_wrapper .col-sm-11, .dataTables_wrapper .col-sm-12, .dataTables_wrapper .col-sm-2, .dataTables_wrapper .col-sm-3, .dataTables_wrapper .col-sm-4, .dataTables_wrapper .col-sm-5, .dataTables_wrapper .col-sm-6, .dataTables_wrapper .col-sm-7, .dataTables_wrapper .col-sm-8, .dataTables_wrapper .col-sm-9 {
	
		padding-right: 5px;
		padding-left: 5px;
	}
	
	div.dataTables_paginate, div.dataTables_length, div.dataTables_info {

    	text-align: center !important;

	}
	.pagination > li > a, .pagination > li > span {
		padding: 3px 9px;
	}
		
	.gk-main-menu ul ul:before {
		background-image:none;
	
	}	

  .gk-mainmenu-toggle {
    display: inline-block;
  }
  .nav-collapse.gk-main-menu.collapse {
    overflow: hidden;
    height: 0;
    clear: both;
    width: 100%;
  }
  .nav-collapse.gk-main-menu.collapse > ul > li {
    clear: both;
    width: 100%;
  }
  .gk-main-menu {
    float: none;
  }
  .gk-main-menu ul.nav-child {
    display: block !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    opacity: 1 !important;
    padding: 0 !important;
    position: static !important;
    width: 100% !important;
  }
  .gk-main-menu > ul {
    background: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px !important;
  }
  .gk-main-menu > ul > li:first-child > a {
    border-top: none !important;
  }
  .gk-main-menu ul li {
    border: none !important;
    line-height: 28px !important;
    min-height: 28px !important;
  }
  .gk-main-menu ul li a,
  .gk-main-menu ul li li a,
  .gk-main-menu ul li ul li a {
    border-top: 1px solid #e5e5e5;
 
    font-weight: normal !important;
    line-height: 28px !important;
    margin: 0 !important;
    min-height: 28px !important;
  }
  .gk-main-menu ul .menu_columna2 li a {
    padding-left: 10px !important;
  }  
  .gk-main-menu ul li a {
    font-size: 13px;
	color:#000 !important;
	font-weight:bold !important;
    padding: 0 10px !important;
  }
  .gk-main-menu ul li a:active,
  .gk-main-menu ul li a:focus,
  .gk-main-menu ul li a:hover {
    background: #f5f5f5 !important;
    color: #585656 !important;
  }
  .gk-main-menu ul li li a {
    font-size: 13px;
	color:#585656 !important;
    padding-left: 25px !important;
  }

  .gk-main-menu ul li li li a {
    font-size: 12px;
	color: #777 !important;
    padding-left: 40px !important;
  }
  .gk-main-menu ul li li li li a {
    font-size: 10px;
    padding-left: 50px !important;
  }
  .gk-main-menu ul ul {
    background: #fff;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    position: static;
    width: 100%;
  }
  .gk-mainmenu-toggle a {
	font-size:16pt;  
  }

}



@media (max-width: 767px) {
	
	DIV.panel_dch {
		padding-left:0px;
		
	}
	
	#cabecera_ppal img{
		max-width:50%;
	}
	#cabecera_ppal{
		height:120px;
	}
	
	
	DIV.panel_dch, DIV.panel_izq {
		width:100%;
		min-width:inherit !important;
	}
	DIV.menu_box {
	
		margin: 0px 0px 30px 0px;
	}
	
	#contenedor_login {
	  max-width: 100%;
	  padding: 10px;
	  padding-top: 0px;
	  font-size: 10pt;
	}
	#contenedor_login h3{
		font-size:20px;
	}
	
	body {
		font-size:9pt;	
	}
	#contenedor_login th {  font-size:9pt; }
	
  .gk-main-menu ul ul {
	  font-size: 10px;
  }
	#cuerpo_ppal {
		padding:5px;
	}
	
	#user_info {
		margin-right: 10px;
		margin-top:20px;
		font-size:12px;
	}	
	
	DIV#pie {
		font-size:9pt;
	}
	.menu_box .nombrecurso, .menu_box .nombrecurso:visited, .datoscurso span{
		font-size:14px;
	}
	
	TD.fila,TD.fila, TD.lista_cabecera,.dataTable,.input-sm, .btn-sm, .form-control, .chosen-container, select{
    	font-size: 9pt;
	}
	.dataTable > tbody > tr > td {
    	padding: 2px 6px;
	}
	
	.dataTables_wrapper .col-sm-1, .dataTables_wrapper .col-sm-10, .dataTables_wrapper .col-sm-11, .dataTables_wrapper .col-sm-12, .dataTables_wrapper .col-sm-2, .dataTables_wrapper .col-sm-3, .dataTables_wrapper .col-sm-4, .dataTables_wrapper .col-sm-5, .dataTables_wrapper .col-sm-6, .dataTables_wrapper .col-sm-7, .dataTables_wrapper .col-sm-8, .dataTables_wrapper .col-sm-9 {
	
		padding-right: 5px;
		padding-left: 5px;
	}
	
	.row {
	
		margin-right: 0px;
		margin-left: 0px;
	
	}
  .nav-collapse.gk-main-menu.collapse {
    overflow: hidden;
    height: 0;
    clear: both;
    width: 100%;
  }
  .nav-collapse.gk-main-menu.collapse > ul > li {
    clear: both;
    width: 100%;
  }
  .gk-mainmenu-toggle a {
	font-size:14pt;  
  }
  .alert{
	  
	 font-size:10pt;
	 padding:5px;
	 border-bottom:10px;
  }
	
		
	.has-feedback label ~ .form-control-feedback {
		top: 18px;
		right: -5px;
	}
}

@media (max-width: 480px) {
	
	#cabecera_ppal img{
		margin-top:5px;
		margin-left:10px;
	}
	#cabecera_ppal{
		height:95px;
	}
	#user_info {
		width: 120px;
		margin-top: 40px;
		margin-right: 5px;
		font-size:10px;
		padding:2px;
	}	
	.rowCabecera {
    font-size: 11pt;
}
	#cuerpo_ppal {
		padding:5px;
	}
	
	.input-sm, .btn-sm{
	  padding: 2px 4px;
	}
	#pie_ppal_abajo {
    	margin-top: 0px;
	}
	DIV#pie {
		font-size:8pt;
	}
	TD.fila,TD.fila, TD.lista_cabecera,.dataTable,.input-sm, .btn-sm, .form-control, .chosen-container, select {
    	font-size: 9pt;
	}
	
	#usr_title {
		margin-left: 10px;
		font-size: 16px;
		padding-top:0px;
	}

  .nav-collapse.gk-main-menu.collapse {
    overflow: hidden;
    height: 0;
    clear: both;
    width: 100%;
  }
  .nav-collapse.gk-main-menu.collapse > ul > li {
    clear: both;
    width: 100%;
  }
  
  
  .dataTable td.select-checkbox::before, .dataTable td.select-checkbox::after {

	height: 11px !important;
	width: 11px !important;
}

div.dataTables_wrapper div.dataTables_length select{
	width: 50px !important;
}

select.input-sm {
    height: 24px;
}
  .dataTable > tbody > tr > td {
    padding: 1px 4px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 6px;
	line-height:normal;	
}

table.dataTable {
    margin-top: 0px !important;
}

}



@media (min-width: 980px) {
	
.nav > li {
	position:inherit;
}

.del_formacion{
	padding-top:20px;
}

#cabecera_ppal img {
	padding-left:60px;
}
/*.chosen-container {

	    min-width: max-content !important;

}*/
}
