@charset "utf-8";

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=3.0.1');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}


HTML{
	background: url(../images/bg-eecc.png) left bottom no-repeat #FAFAFA;
	min-height:100%;
}
HTML.dos-columnas{
	background: url(../images/bg-dos-columnas.png) left bottom no-repeat #FAFAFA;
	/*background-image:none;*/
}
BODY{
	background:transparent;
	font-family: Lato,"Trebuchet MS",Trebuchet,sans-serif;
}

img {
    max-width: 100%;
}

/* NAV */
.navbar.navbar-eecc{
	min-height:60px;
	background-color: #0c2641;
	border: 0 solid #fff;
    border-radius: 0;
	margin-bottom:0;
}
.navbar.navbar-eecc .navbar-brand{
	min-height:95px;
	padding: 20px 30px 0px 30px;
	background-color:#FFF;
	min-width:320px;
	max-width: 250px;
}
.navbar.navbar-miga .navbar-brand{
	background-color:#EEE;
	color:#F05801;
	font-size:20px;
	height:45px;
	padding:12px;
	min-width:320px;
	text-align:center;
}
.navbar.navbar-eecc .navbar-nav > li > a {
    color: #EEE;
	height:95px;
	text-transform:uppercase;
	fill:#EEE;
	min-width:130px;
	text-align:center;
}
.navbar.navbar-eecc .navbar-nav > li > a.perfil-user{
	padding-top:30px;
}
.navbar.navbar-eecc .navbar-nav > li.alertas > a{
	min-width:auto;
}
.navbar.navbar-eecc .navbar-nav.nav-principal > li > a {
	padding-top:10px;
}
.navbar.navbar-eecc .navbar-nav.navbar-right > li > a {
	text-transform:none;
}
.navbar.navbar-eecc .navbar-nav > .active > a, .navbar.navbar-eecc .navbar-nav > .active > a:focus, .navbar.navbar-eecc .navbar-nav > .active > a:hover {
    background-color: #11456C;
	color:#eee;
}
.navbar.navbar-eecc .navbar-nav > .active > a:hover, .navbar.navbar-eecc .navbar-nav > .dropdown > a:hover {
	background-color: #fafafa;
    color: #F05801;
	fill:#F05801;
}
.navbar.navbar-eecc .navbar-nav > .open > a, .navbar.navbar-eecc .navbar-nav > .active.open > a:hover{
	fill:#F05801;
}
.navbar.navbar-eecc .navbar-nav > .active.open > a{
	fill:#eee;
}
.navbar.navbar-eecc .navbar-nav > li > a > i.fa{
	display:block;
	text-align:center;
	font-size:25px;
	height:26px;
	margin-top:17px;
}
.navbar.navbar-eecc .navbar-nav > li > a > svg{
	display:block;
	margin:auto;
	height:26px;
	position:relative;
	top:-4px;
	margin-top:17px;
}
.navbar.navbar-eecc .navbar-collapse.in .navbar-nav > li > a,
.navbar.navbar-eecc .navbar-collapse.collapsing .navbar-nav > li > a{
	height:auto;
}
.navbar.navbar-eecc .navbar-collapse.in .navbar-nav > li > a > i.fa,
.navbar.navbar-eecc .navbar-collapse.collapsing .navbar-nav > li > a > i.fa{
	display:inline-block;
}
.navbar.navbar-eecc .navbar-nav.cambio-app > li > a{
/*	color:#7F939E;
	font-size:17px;
	font-weight:bold;*/
	font-style:italic;
}
.navbar.navbar-eecc .navbar-nav.cambio-app > li > a span.bandera{
	border-radius:50%;
	border:2px solid #fff;
	display:inline-block;
	position:relative;
	top:-2px;
	margin:0 5px;
}
.navbar.navbar-eecc .navbar-nav.cambio-app > li > a span.bandera.andalucia{
	background:url(../images/bnd-andalucia.png) center center no-repeat #FFF;
}
.navbar.navbar-eecc .navbar-nav.cambio-app > li > a span.bandera.murcia{
	background:url(../images/bnd-murcia.png) left top no-repeat #FFF;
	 background-size: auto 100%;	
}
.navbar.navbar-eecc .navbar-nav.cambio-app > li > a img.bandera-region{
	width:28px;
	height:28px;
	
}
.navbar.navbar-eecc .navbar-nav.cambio-app > li > a > i.fa{
	display:inline-block;
	text-align:center;
	font-size:25px;
	height:26px;
	width:26px;
	border-radius:4px;
	border:solid 1px #fff;
	color:#fff;
	position:relative;
	top:3px;
}
.alertas{
	position:relative;
}
.alertas span{
	position:absolute;
	top:22px;
	right:6px;
	display:block;
	border-radius:50%;
	background-color:#8BBF3B;
	color:#FFF;
	font-size:11px;
	width:20px;
	height:20px;
	text-align:center;
}
.navbar.navbar-eecc .navbar-nav > li.alertas > a > i.fa{
	font-size:30px;
	height:30px;
}
.imagen-user {
    clip-path: none;
    color: #c7d1d8;
    display: inline-block;
    height: 32px;
    left: auto;
    margin-left: 0;
	margin-right:5px;
    opacity: 1;
    position: relative;
    top: auto;
	border-radius:50%;
	border:solid 2px #FFF;
    width: 32px;
}
.perfil-user{
	font-style:italic;
	/*font-weight:bold;*/
}
/* FIN NAV */
/* NAV MIGA */
.navbar.navbar-miga{
	min-height:45px;
	background-color: #11456C;
	border: 0 solid #fff;
    border-radius: 0;
	margin-bottom:0;
}
.navbar.navbar-miga .navbar-nav > li > a {
    color: #EEE;
	/*height:60px;*/
	text-transform:uppercase;
}
.navbar.navbar-miga .navbar-nav > li h1{
	font-size:18px;
	color:#EDEDED;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom: 12px;
    margin-top: 12px;
	margin-left:20px;
	display:inline-block;
}
.navbar.navbar-miga .navbar-nav > li i.fa-angle-right{
	color: #ededed;
    font-size: 28px;
    padding: 0 15px;
	position:relative;
	top:8px;
}
.navbar.navbar-miga .navbar-nav > .dropdown > a {
	border-radius:5px;
	border:solid 1px #ededed;
	padding:4px 10px;
	margin-top:8px;
}
.navbar.navbar-miga .navbar-nav > li.leveloption{
}
.navbar.navbar-miga .navbar-nav > li.leveloption > span, .navbar.navbar-miga .navbar-nav > li.leveloption > a{
	color:#AAB8BF;
	display:block;
	padding:18px 0;
}
.navbar.navbar-miga .navbar-nav > li.leveloption > span{
	padding:18px 15px;
}
.navbar.navbar-miga .navbar-nav > li.leveloption > a:hover{
	color:#FFF;
}
/* FIN NAV MIGA */

.grupo-toogle{
	background-color:#fff;
	border-radius:8px;
	width:94%;
	/*margin:1% 3% 3% 3%;*/
	margin:1% auto 3% auto;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
	padding-bottom:20px;
}
.grupo-toogle.toogle-interior{
	margin:0;
	box-shadow:none;
	border:solid 1px #EEE;
}
.grupo-toogle:first-of-type {
	margin-top:3%;
}
.grupo-login{
	max-width:300px;
	margin:3% auto 1% auto;
	padding-bottom:30px;
}
h2.grupo-title{
	font-size:19px;
	font-weight:bold;
	color:#11456C;
	display:inline-block;
	text-transform:uppercase;
	margin-top:15px;
}
.btn-plegar{
	float:right;
}
.btn-plegar .btn{
	background:#FFF;
	color:#11456C;
	font-size:20px;
	padding:6px 0px 6px 20px;
}
.btn-plegar .btn:hover{
	color:#F05801;
}
.grupo-botones-formulario{
	text-align:right;
}
.grupo-botones-formulario .btn-default{
	margin-left:10px;
	border-radius:0;
	background-color:#F05801;
	border:0;
	border-bottom:solid 4px #CCCCCC;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	height:40px;
	margin-bottom:15px;
}
.grupo-botones-formulario .btn-default:hover{
	background-color:#11456C;
}
.pie-copy{	
}
.pie-copy .copyright{
	width:100%;
	color:#436581;
	text-align:center;
	font-size:14px;
}
.cabecera-tabla{
	background-color:#EEE;
	min-height:60px;
	margin-left:15px;
	margin-right:15px;
}
.cabecera-tabla label.resultados{
	margin-bottom:0;
	margin-top:6px;
	font-weight:normal;
}
.cabecera-tabla select{
	display:inline-block;
	width:60px;
}
.cabecera-tabla > div{
	padding-top:10px;
	padding-bottom:10px;
}
.table.table-eecc{
	border:solid 1px #EEE;
	margin-top:0 !important;
}
.table.table-eecc.table-bordered, .table.table-eecc .table-bordered{
	border-color:#EEE;
}
.table.table-eecc > thead > tr > th{
	border-bottom:0;
	text-align:center;
	text-transform:uppercase;
	color:#999999;
}
.table.table-eecc > thead > tr > th.text-left{
	text-align:left;
}
.table.table-eecc > tbody > tr > td,
.table.table-eecc > tfoot > tr > td,
.table.table-eecc > thead > tr > td{
	color:#0C2640;
}
.table.table-eecc > tbody > tr > td,
.table.table-eecc > tbody > tr > th,
.table.table-eecc > tfoot > tr > td,
.table.table-eecc > tfoot > tr > th,
.table.table-eecc > thead > tr > td,
.table.table-eecc > thead > tr > th{
	border-top:0;
}
.table.table-eecc.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #FAFAFA;
}
.table.table-eecc.table-hover > tbody > tr:hover{
	background-color:/*#FDEEE5*/#E7ECF0;
}
.table.table-eecc td.details-control {
	background: rgba(0, 0, 0, 0) url("../images/detalle-cerrado.png") no-repeat scroll center center;
	cursor: pointer;
	width: 34px;
	padding-left: 6px;
	padding-right: 6px;
	background-size: 16px 16px;
}
.table.table-eecc tr.shown td.details-control {
	background: rgba(0, 0, 0, 0) url("../images/detalle-abierto.png") no-repeat scroll center center;
	width: 34px;
	padding-left: 6px;
	padding-right: 6px;
	background-size: 16px 16px;
}
.table.table-eecc > tbody > tr > td > span.acciones{
	text-align:center;
	white-space:nowrap;
	display:inline-block;
	width:100%;
}
.table.table-eecc > tbody > tr > td > span.acciones > a{
	color:#11456C;
	font-size:18px;
	padding:0 5px;
}
.table.table-eecc > tbody > tr > td > span.acciones > a:hover{
	color:#F05801;
}
.table.table-eecc > tbody > tr > td > span.acciones > a.con-mapa{
	color:#009900;
}
.table.table-eecc > tbody > tr > td > span.acciones > a.sin-mapa{
	color:#FF0000;
}
.pagination.pagination-eecc{
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #F05801;
    border-color: #F05801;
}
.pagination > li > a,
.pagination > li > span {
    color: #F05801;
}
div.dataTables_paginate-eecc ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}
div.dataTables_paginate-eecc {
    margin: 0;
    text-align: right;
    white-space: nowrap;
}
.logo-login{
	margin-bottom:30px;
}
.page-login{
	padding-top:6%;
	padding-bottom:4%;
	border-top: 10px solid #11456c;
}
h1.title-login{
	color: #F05801;
    font-size: 24px;
    text-transform:uppercase;
	margin-bottom:30px;
}
.page-login h2.grupo-title{
	margin-top:20px;
	margin-bottom:20px;
}
.disabled-link {
	pointer-events: none;
	cursor: default;
}
.dataTables_length {
	float: left;
}

/* Correcciones Datatables */
.table.table-eecc.dataTable tr.even{
	background-color:#FAFAFA;
}
.table.table-eecc.dataTable tr td{
	background-color:#F6F6F6;
	box-shadow:0px 1px 2px 0px #ccc inset;
}
.table.table-eecc.dataTable tr td td{
	box-shadow:none;
}
.table.table-eecc.dataTable tr.even td, .table.table-eecc.dataTable tr.odd td{
	background-color:transparent;
	box-shadow:none;
}
.table.table-eecc.dataTable > thead > tr > th {
    text-align: left;
	min-width:22px;
	padding-right:0;
	padding-left:0;
	border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}
.table.table-eecc.dataTable > thead > tr > th.sorting_disabled{
	text-align:center;
}
.table.table-eecc.dataTable > thead > tr > th.details-control{
	border-left:0;
}
.table.table-eecc.dataTable > thead > tr > th input{
	width:80%;
	max-width:80%;
	margin-left:3%;
}
.dataTables_wrapper .grupo-botones-formulario{
}
table.table-eecc.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
    font-family: FontAwesome;
}
table.table-eecc.dataTable thead .sorting::after {
    content: "\f0dc";
    opacity: 0.2;
}
table.table-eecc.dataTable thead .sorting_asc::after {
    content: "\f0dd";
	color:#F05801;
    opacity: 1;
}
table.table-eecc.dataTable thead .sorting_desc::after {
    content: "\f0de";
	color:#F05801;
    opacity: 1;
}
div.dataTables_wrapper .cabecera-tabla div.dataTables_filter {
    text-align: center;
}
/* FIN Correcciones Datatables */
.form-holder {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
	background-color:#fff;
	border-radius:8px;
	margin:3% auto 1% auto;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
	padding-bottom:20px;
	padding-left:15px;
	padding-right:15px;
}

.columna-dcha-contenidos .form-holder {
    width: 80%;
}

.form-holder h2, .form-holder h1 {
    color: #11456c;
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
    margin-top: 15px;
    text-transform: uppercase;
}
.form-holder input.btn.btn-info{
	margin-left:10px;
	border-radius:0;
	background-color:#F05801;
	border:0;
	border-bottom:solid 4px #CCCCCC;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
}
.form-holder button.btn.btn-info{
	margin-left:0px;
	border-radius:0;
	background-color:#F05801;
	border:0;
	border-bottom:solid 4px #CCCCCC;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	line-height:0.9;
	width:95%;
}
.form-holder input.btn.btn-info:hover, .form-holder button.btn.btn-info:hover{
	background-color:#11456C;
}
.form-wide{
	width:94%;
}
.ficha-detalle{
    width: 60%;
	margin:0 auto 1% auto;
}
.ficha-detalle:first-child{
	margin:3% auto 1% auto;
}
.ficha-detalle .panel.panel-default{
	background-color:#fff;
	border-radius:8px;
	/*margin:3% auto 1% auto;*/
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
	padding-bottom:20px;
	padding-left:15px;
	padding-right:15px;
	border:0;
}
.ficha-detalle .panel.panel-default h2{
    color: #11456c;
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
    margin-top: 15px;
    text-transform: uppercase;
}
.ficha-detalle .panel.panel-default .panel-heading{
	background-color:#FFF;
	padding:0;
	border-radius:0;
}
.ficha-detalle .grupo-botones-formulario{
	margin-top:5px;
	margin-bottom:5px;
}
.table.table-eecc .table.table-eecc {
    border-color: #ccc;
}
.form-group .row table.table {
	margin-left: 1%;
	width: 98%;
}
h3.titulo-tabla{
    color: #666;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
	margin-bottom:0px;
    text-transform: uppercase;
}
hr.separador-form{
	margin-bottom:35px;
	border-color:transparent;
	background:rgba(0, 0, 0, 0) url("../images/bg-hr.png") repeat-x scroll left top;
	height:6px;
	margin-top: 0;
}
.toogle-interior hr.separador-form{
	background:none;
	height:0;
	margin-bottom:20px;
	border-top: solid 1px #F05801;
}
.table.table-eecc.thleft > thead > tr > th{
	text-align:left;
}
.table.table-eecc.thleft > thead > tr > th.acciones{
	text-align:center;
}
.grupo-botones-ficha {
    text-align: right;
}
.grupo-botones-ficha.text-left, .grupo-botones-formulario.text-left{
    text-align: left;
}
.grupo-botones-ficha .btn-default{
	margin-left:10px;
	border-radius:0px;
	background-color:#11456C;
	border:0;
	border-bottom:solid 4px #CCCCCC;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:15px;
}
.grupo-botones-ficha .btn-default:hover{
	background-color:#F05801;
}
.grupo-botones-ficha .btn-default i{
	font-size:18px;
	padding-right:6px;
}
h4.modal-title{
    color: #11456c;    
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
}
.modal-dialog .btn-default{
	margin-right:10px;
	border-radius:0;
	background-color:#F05801;
	border:0;
	border-bottom:solid 4px #CCCCCC;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
}
.modal-dialog .btn-default:hover{
	background-color:#11456C;
}
.modal-dialog .btn-primary{
	margin-left:10px;
	border-radius:0;
	background-color:#F05801;
	border:0;
	border-bottom:solid 4px #CCCCCC;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
}
.modal-dialog .btn-primary:hover{
	background-color:#11456C;
}
.modal-dialog button.close{
	font-size:30px;
	color:#11456C;
	opacity:1;
}
.modal-dialog button.close:hover{
	color:#F05801;
	opacity:1;
}
.form-holder textarea.form-control {
    height: 17ex;
}
/* table-freeze */
.table.table-eecc.table-freeze{
	border:0;
	margin-bottom:0 !important;
}
.DTFC_LeftHeadWrapper{
	border-left:solid 1px #eee;
	box-shadow: 1px 0px 2px #ccc;
}
.DTFC_LeftBodyWrapper{
	border-left:solid 1px #eee;	
	border-bottom:solid 1px #eee;
	box-shadow: 1px 0px 2px #ccc;
}
.DTFC_RightWrapper{
	right:0 !important;
}
.DTFC_RightHeadWrapper{
	border-right:solid 1px #eee;
	box-shadow: -1px 0px 2px #ccc;
}
.DTFC_RightBodyWrapper{
	border-right:solid 1px #eee;
	border-bottom:solid 1px #eee;
	box-shadow: -1px 0px 2px #ccc;
}
table.dataTable.table-freeze thead .sorting::after,
table.dataTable.table-freeze thead .sorting_asc::after,
table.dataTable.table-freeze thead .sorting_desc::after,
table.dataTable.table-freeze thead .sorting_asc_disabled::after,
table.dataTable.table-freeze thead .sorting_desc_disabled::after{
	right:1px;
}
/* Filas Hijas de listados */
.table.table-eecc table{
	width:100%;
	background-color:#fff;
	border:solid 1px #f6f6f6;
}
.table.table-eecc table td{
	border:solid 1px #f6f6f6;
	padding:4px 16px;
	width:50%;
	background-color:#fff !important;
	color:#555;
	font-style:italic;
}
/* Tabla-crec es la tabla en la que aparecen los botones + y - para aumentar o disminuir un número */
/* Las 2 primeras clases dan estilos a los th y td en la tercera columna (3). Para cambiar a otra columna, habría que cambiar el número entre paréntesis */ 
.tabla-crec > thead > tr > th:nth-of-type(3) {
    text-align: center !important;
    width: 160px;
}
.tabla-crec > tbody > tr > td:nth-of-type(3){
	width:160px;
}
.tabla-crec .row {
    margin-left: 0;
    margin-right: 0;
}
.tabla-crec .row > div {
    padding: 0;
    text-align: center;
}
.tabla-crec .row > div > span {
    display: inline-block;
    font-size: 19px;
}
.tabla-crec .row > div .btn-default {
    background-color: #f05801;
    border: 0 none;
    border-radius: 50%;
    color: #fff;
    height: 28px;
    padding: 0;
    width: 28px;
}
.tabla-crec .row > div .btn-default:hover {
    background-color: #11456c;
}

/* Collapse toogle */
.grupo-toogle.collapse{
	display:block;
	height:32px;
	min-height:32px;
	margin-bottom:0%;
	width:20%;
	-webkit-transition: width 1s;
	transition: width 1s;
	margin-left:3%; /* Pendiente de probar */
}
.grupo-toogle.toogle-interior.collapse{
	margin-left:0;
	margin-bottom:30px;
}
.grupo-toogle.collapse:last-of-type {
	margin-bottom:3%;
}
.grupo-toogle.collapse .btn-plegar .btn{
	padding:0px 0px 0px 20px;
}
.grupo-toogle.collapse.in{
	height:auto;
	margin-bottom:3%;
	width:94%;
	/*right:0%;*/
}
.grupo-toogle.toogle-interior.collapse.in{
	width:100%;
}
.columna-dcha-contenidos .grupo-toogle.collapse.in{
	max-width:1270px;
	margin-left:auto;
}
.grupo-toogle.collapse.in .btn-plegar .btn{
	padding:6px 0px 6px 20px;
}
.grupo-toogle.collapse .colapso{
	display:none;
}
.grupo-toogle.collapse.in .colapso{
	display:block;
}
.grupo-toogle.collapse.in h2.grupo-title {
    font-size: 19px;
    font-weight: bold;
    margin-top: 15px;
	margin-bottom:10px;
}
.grupo-toogle.toogle-interior.collapse.in h2.grupo-title{
	font-weight:normal;
	font-size:18px;
	margin-bottom:0;
}
.grupo-toogle.collapse h2.grupo-title {
    font-size: 14px;
    font-weight: normal;
    margin-top: 8px;
	margin-bottom:0px;
	max-width: calc(100% - 40px);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: font-size 1s;
	transition: font-size 1s;
}
/* Fin collapse toogle */

.contenidos-dos-columnas{
	display:table;
	width:100%;
	height:100%;
}
.columna-izq-menu{
	display:table-cell;
	width:320px;
	vertical-align:top;
	background-color:#0A2542;
	color:#fff;
}
.zona-menu{
	background-color:#0A2542;
	width:320px;
	position:absolute;
	min-height:calc(100% - 440px);
	margin-bottom:300px;
}
.zona-menu ul.nav{
	margin: 30px 0 30px 30px;
	text-transform:uppercase;
}
.zona-menu ul.nav li.nav-item{
}
.zona-menu ul.nav li.nav-item a.nav-link{
	color:#FFF;
	border-radius: 5px 0 0 5px;
	padding:10px;
}
.zona-menu ul.nav li.nav-item a.nav-link.active{
	color:#0A2542;
	background-color:#FAFAFA;
}
.zona-menu ul.nav li.nav-item a.nav-link:hover{
	color:#0A2542;
	background-color:#EEEEEE;
}
.zona-menu ul.nav li.nav-item a.nav-link i{
	color:#F25700;
	width:24px;
	text-align:center;
	margin-right:8px;
}
.zona-fin-menu{
	border-bottom:solid 1px green;
	height:100%;
}
.columna-dcha-contenidos{
	/* display:inline-block; */
	display:table-cell;
	width:calc(100% - 324px);
}
.percen100{
	width:100%;
}
textarea{
	min-height:74px;
	border-radius: 4px;
	border: solid 1px #CCC;
}
.row.confoto{
	position:relative;
	padding-top:40px;
}
.foto-empleado{
	position:absolute;
	max-width:108px;
	max-height:108px;
	left:calc(50% - 54px);
	top:-90px;
	border-radius:50%;
	border:solid 10px #FFFFFF;
}
.foto-empleado img{
	border:solid 4px #EEEEEE;
	border-radius:50%;
	position:relative;
	top:-1px;
	left:-1px;
	width:90px;
	height:90px;
}

.row.confoto{
	padding-top:0px;
}
.row.confoto .foto-empleado{
	left:auto;
	top:-88px;
	right:50px;
}
.grupo-foto{
	background-color:#fff;
	border-radius:8px;
	width:100%;
	margin:1% auto 3% auto;
	/* box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2); */
	border:solid 1px #EEE;
	padding-bottom:20px;
	position:relative;
	top:15px;
}
/*.grupo-foto:first-of-type {
	margin-top:3%;
}*/
/* Collapse toogle */
.grupo-foto.collapse{
	display:block;
	height:32px;
	min-height:32px;
	margin-bottom:0%;
	width:40%;
	-webkit-transition: width 1s;
	transition: width 1s;
	margin-right:0%;
}
.grupo-foto.collapse:last-of-type {
	margin-bottom:3%;
}
.grupo-foto.collapse .btn-plegar .btn{
	padding:0px 0px 0px 20px;
}
.grupo-foto.collapse.in{
	height:auto;
	margin-bottom:3%;
	width:100%;
}
.columna-dcha-contenidos .grupo-foto.collapse.in{
	/*max-width:1270px;*/
	width:100%;
	margin-left:auto;
}
.grupo-foto.collapse.in .btn-plegar .btn{
	padding:6px 0px 6px 20px;
}
.grupo-foto.collapse .colapso{
	display:none;
}
.grupo-foto.collapse.in .colapso{
	display:block;
}
.grupo-foto.collapse.in h2.grupo-title {
    font-size: 19px;
    font-weight: bold;
    margin-top: 15px;
	margin-bottom:10px;
}
.grupo-foto.collapse h2.grupo-title {
    font-size: 14px;
    font-weight: normal;
    margin-top: 8px;
	margin-bottom:0px;
	max-width: calc(100% - 40px);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: font-size 1s;
	transition: font-size 1s;
}
a.cambia-foto {
    color: #FFF;
    position: relative;
    left: 66px;
    top: -25px;
    font-size: 16px;
    border-radius: 50%;
    background-color: #F25700;
    width: 26px;
    display: block;
    height: 26px;
    text-align: center;
    line-height: 26px;
}
a.cambia-foto:hover{
	background-color:#11456C;
}

.ttblanco{
	padding:10px;
	background-color:#fff;
	color:#000;
	margin-left:-5px;
	margin-right:-5px;
}
.tooltip.in{
	filter: alpha(opacity=100);
	opacity: 1;
}
.tooltip-inner {
	text-align: left;
	max-width:400px;
}

#table_inggas tr :nth-child(6) { text-align: right; }
#table_inggas tr :nth-child(7) { text-align: right; }
#table_inggas tr :nth-child(8) { text-align: right; }
#table_ingresos tr :nth-child(5) { text-align: right; }
#table_ingresos_done tr :nth-child(4) { text-align: right; }

.tothe-right { text-align: right; }
.with-margintop { margin-top: 6ex; }

#def-alert-holder { 
    position: fixed; 
    width:100%;
    top: 10px;
}

.dos-columnas .pie-copy {
    margin-left: 320px;
}
.btn-nolabel{
	position: relative;
	top:22px;
}
.obs-corto textarea{
	max-height:100px;
}
.ficha-detalle-wide{
    width: 94%;
}

.form-group .checkbox {
    margin-top: 4ex;
}
.col-md-12 .form-group .checkbox {
	margin-top:10px;
}

tbody.center-text-table tr td{
    text-align: center;
}

.form-extra-buttons {
    margin-top: 3.4ex;
}

/* CSS CALENDARIO */
.mes{
	border:solid 1px #EEE;
	padding:10px;
	border-radius:6px;
	margin-bottom:15px;
	min-height:230px;
}
table.month{
	width:100%;
}
table.month th, table.month td{
	border:solid 1px #fff;
	width:14%;
}
table.month th{
	text-align:center;
	text-transform:uppercase;
	font-weight:normal;
	font-size:10px;
}
table.month th.month{
	background-color:#eee;
	padding:5px;
	font-weight:bold;
	font-size:15px;
}
table.month td{
	text-align:center;
	/*border-radius:5px;*/
	font-size:12px;
	font-weight:bold;
}
/*Hack chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    table.month td{
		border-radius:0px;
	}
}
table.month td span.dia{
	display:inline-block;
	width:20px;
	height:20px;
	border-radius:50%;
	background-color:rgba(255,255,255,0.8);
	margin:2px auto;
	line-height:20px;
	position:relative;
}
table.month td.sat, table.month td.sun{
	color:#F05801;
}
table.month td img.vacaciones-disfrutadas{
	position:absolute;
	top:-2px;
	left:-2px;
}
table.month td.hoy{
    box-shadow: 0px 0px 2px 2px #11456C;
    z-index: 1;
    position: relative;
	display:block;
	width:100%;
}
table.month td.hoy span.dia{
	/*background-color:#11456C;
	color:#fff;*/
}
#id_leyenda h3, #id_festivos h3{
	color:#F05801;
	font-size:18px;
	font-weight:bold;
}
#id_leyenda ul, #id_festivos ul{
	list-style:none;
	padding:10px;
	border:solid 1px #F9AB7C;
	border-radius:6px;
	font-size:0px;
}
#id_leyenda ul li, #id_festivos ul li{
	font-size:13px;
	padding:2px 4px 2px 28px;
	margin:3px 15px 3px 3px;
	background-image:url(../images/one-pixel.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	vertical-align:top;
	font-weight:bold;
}
#id_festivos ul li{
	width:calc(50% - 20px);
	display:inline-block;
}
#id_leyenda ul li.vacaciones-actual{
	background-image:url(../images/vacaciones-disfrutadas.png);
	background-position:0px center;
}
.mes-actual{
	box-shadow:0px 0px 10px #11456C;
	border-color:#577C99;
}
/* -- NUEVO -- */
table.month td img.vacaciones {
    position: absolute;
    top: -2px;
    left: -2px;
	min-width: 24px;
	min-height: 24px;
}
#id_leyenda ul li.vacaciones-aprobadas{
	background-image:url(../images/vacaciones-aprobadas.svg);
	background-position:1px center;
	background-size:22px;
}
#id_leyenda ul li.vacaciones-pendientes{
	background-image:url(../images/vacaciones-pendientes.svg);
	background-position:1px center;
	background-size:22px;
}
#id_leyenda ul li.vacaciones-aprobadas-anterior{
	background-image:url(../images/vacaciones-aprobadas-anterior.svg);
	background-position:1px center;
	background-size:22px;
}
#id_leyenda ul li.vacaciones-pendientes-anterior{
	background-image:url(../images/vacaciones-pendientes-anterior.svg);
	background-position:1px center;
	background-size:22px;
}
.table.table-eecc .baja-empleado-tbl td {
    text-decoration: line-through;
    color: #ccc;
    vertical-align: middle;
}

.imagen-empleado{
	border-radius: 8px;
	border:solid 4px #EEEEEE;
	margin-top:20px;
}
.imagen-empleado img{
	border-radius:4px;
}
.fa.orange-icon{
	color:#F05801;
	font-size:17px;
	position:relative;
	top:1px;
}
.fa.red-icon{
	color:#D90000;
	font-size:20px;
}
.fa.green-icon{
	color:#468C00;
	font-size:20px;
}
h3.h3ficha{
	color:#F05800;
	text-transform:uppercase;
	font-size:17px;
	font-weight:bold;
	margin-top:20px;
	padding-top:20px;
}
.panel-misdatos .row h3.h3ficha{
	margin-top:20px;
	padding-top:0px;
}
h4.h4ficha{
	color:#11456C;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:35px;
}
hr.separador-form-h3{
	border-color:transparent;
	background:rgba(0, 0, 0, 0) url("../images/bg-hr-h3.png") repeat-x scroll left top;
	height:6px;
	margin-top: 0;
}
.table.table-eecc.table-border{
	border-color:#0D446D;
}
.table.table-eecc.table-border > thead > tr > th{
	color:#0D446D;
	font-weight:normal;
	border:solid 1px #0D446D;
}
.panel-misdatos .row{
	margin-bottom:10px;
}
.panel-misdatos .row.firma-fecha {
    background-color: #07426C;
    color: #fff;
    margin-right: 0;
    margin-left: 0;
	margin-top:30px;
	margin-bottom:30px;
}
.panel-misdatos .row.firma-fecha > div{
	padding-top:30px;
	padding-bottom:30px;
}
.panel-misdatos .row.firma-fecha div strong{
	padding-left:6px;
}
.panel-misdatos .cabecera-tabla > div {
    vertical-align: middle;
    display: table-cell;
    float: none;
	width:100%;
}
.panel-misdatos .cabecera-tabla > div.grupo-botones-formulario{
}
hr.hrficha{
	margin-top:40px;
}
.panel-misdatos .row hr.hrficha{
	margin-top:10px;
	margin-bottom:10px;
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.solici-list-button {
    background-color: #FFBF00;
    display: inline-block;
    width: 23px;
    height: 20px;
    padding: 0;
    line-height: 15px;
    position: relative;
    top: -2px;
    text-align: center;
    border-radius: 4px;
    margin-right: 8px;
}

.acciones a.solici-list-button i {
    color: #FFFFFF;
    font-size: 14px;
    padding-right: 4px;
}

.solici-attention-token {
    position:absolute; 
    background-color:#FFBF00; 
    right:8px; 
    top:10px; 
    width:20px;
    padding: 0;
    text-align: center;
    height: 20px;
    border-radius: 2px;
    line-height: 17px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

a.solici-attention-token i {
    color: #FFFFFF !important;
    font-size: 14px;
    padding-right: 4px;
}

a.solici-link {
    position:absolute; 
    background-color:#FFBF00; 
    right:2px; 
    bottom:-28px; 
    padding: 0;
    text-align: center;
    height: 24px;
    border-radius: 2px;
    line-height: 22px;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
    color: #FFF;
    padding: 0 5px;
    text-decoration: none;
}

a.solici-link span {
    font-weight: normal;
    text-shadow: none;
    font-size: 13px;
    padding: 0 2px 0 4px;
}

a.solici-link i {
    color: #FFFFFF;
    font-size: 14px;
}

.btn-solicitudes{
    width: 100%;
}

.btn-solicitudes button{
    width: 33%;
}

.btn-solicitudes button.btn.btn-default{
    background-color:#FFFFFF;
}

.btn-solicitudes button.btn.btn-default i{
    color: #BBBBBB;
}

.btn-solicitudes button.btn.btn-default.signal-red.active{
    background-color:#AA0000;
}

.btn-solicitudes button.btn.btn-default.signal-yellow.active{
    background-color:#FFBF00;
}

.btn-solicitudes button.btn.btn-default.signal-green.active{
    background-color:#00AA00;
}

.btn-solicitudes button.btn.btn-default.active i{
    color: #FFFFFF;
}

.sol-holiday {
    background-image: url("/static/svg/holidays.svg");
    background-size: 24px;
    height: 24px;
    float: left;
    position: relative;
    top: -2px;
    margin-right: 11px !important;
}

.sol-house-mallet {
    background-image: url("/static/svg/embargos.svg");
    background-size: 24px;
    height: 24px;
    float: left;
    position: relative;
    top: -2px;
    margin-right: 11px !important;
}

/* Contratos */
.sol-contracts {
    background-image: url("/static/svg/contratos.svg");
    background-size: 24px;
    height: 24px;
    float: left;
    position: relative;
    top: -2px;
    margin-right: 11px !important;
}

/* Cuentas bancarias */
.sol-bank-accounts {
    background-image: url("/static/svg/cuentas.svg");
    background-size: 24px;
    height: 24px;
    float: left;
    position: relative;
    top: -2px;
    margin-right: 11px !important;
}

/* Ingresos / Gastos */
.sol-income-expenses {
    background-image: url("/static/svg/ingresos-gastos.svg");
    background-size: 24px;
    height: 24px;
    float: left;
    position: relative;
    top: -2px;
    margin-right: 11px !important;
}

/* Bajas */
.sol-low-medical {
    background-image: url("/static/svg/baja-medica.svg");
    background-size: 24px;
    height: 24px;
    float: left;
    position: relative;
    top: -2px;
    margin-right: 11px !important;
}

/* Tareas */
.sol-tasks {
    background-image: url("/static/svg/tareas.svg");
    background-size: 24px;
    height: 24px;
    float: left;
    position: relative;
    top: -2px;
    margin-right: 11px !important;
}
/* -------------------------- ICONOS CALENDARIOS ------------------------------ */
/* Datos básicos calendario */
.sol-calendar {
    background-image: url("/static/svg/calendario-datos-basicos.svg");
    background-size: 24px;
    height: 24px;
    float: left;
    position: relative;
    top: -2px;
    margin-right: 11px !important;
}
/* Calendario base */
.sol-calendar-base {
    background-image: url("/static/svg/calendario-base.svg");
    background-size: 24px;
    height: 24px;
    float: left;
    position: relative;
    top: -2px;
    margin-right: 11px !important;
}
/* Horarios */
.sol-calendar-schedules {
    background-image: url("/static/svg/calendario-horario.svg");
    background-size: 24px;
    height: 24px;
    float: left;
    position: relative;
    top: -2px;
    margin-right: 11px !important;
}
/* Festivos */
.sol-calendar-festive {
    background-image: url("/static/svg/calendario-festivo.svg");
    background-size: 24px;
    height: 24px;
    float: left;
    position: relative;
    top: -2px;
    margin-right: 11px !important;
}
/* Empleados calendario */
.sol-calendar-employees {
    background-image: url("/static/svg/calendario-empleados.svg");
    background-size: 24px;
    height: 24px;
    float: left;
    position: relative;
    top: -2px;
    margin-right: 11px !important;
}
/* Vista previa */
.sol-calendar-preview {
    background-image: url("/static/svg/calendario-vista-previa.svg");
    background-size: 24px;
    height: 24px;
    float: left;
    position: relative;
    top: -2px;
    margin-right: 11px !important;
}
/* Copia calendario */
.sol-calendar-copy {
    background-image: url("/static/svg/calendario-copiar.svg");
    background-size: 24px;
    height: 24px;
    float: left;
    position: relative;
    top: -2px;
    margin-right: 11px !important;
}
/* -------------------------- FIN ICONOS CALENDARIOS ------------------------------ */
/* -------------------------- ICONOS EMPRESAS ------------------------------ */
/* Datos básicos */
.sol-company {
    background-image: url("/static/svg/empresas-datos.svg");
    background-size: 24px;
    height: 24px;
    float: left;
    position: relative;
    top: -2px;
    margin-right: 11px !important;
}
/* -------------------------- FIN ICONOS EMPRESAS ------------------------------ */
/* -------------------------- ICONOS PROYECTOS ------------------------------ */
/* Datos básicos */
.sol-project {
    background-image: url("/static/svg/proyectos.svg");
    background-size: 24px;
    height: 24px;
    float: left;
    position: relative;
    top: -2px;
    margin-right: 11px !important;
}
/* Personas participantes */
.sol-participants {
    background-image: url("/static/svg/personas-grupo.svg");
    background-size: 24px;
    height: 24px;
    float: left;
    position: relative;
    top: -2px;
    margin-right: 11px !important;
}
/* -------------------------- FIN ICONOS PROYECTOS ------------------------------ */
.title-wizard {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #f05801;
	margin-top: 40px;
	margin-bottom:20px;
}
#rootwizard > .navbar{
	margin-bottom:0;
}
.nav.nav-pills.sol-navclass {
    display: table;
	width:100%;
	background:rgba(0, 0, 0, 0) url("/static/images/bg-wizard-sol.png") repeat-x scroll left 36px;
}
.nav.nav-pills.sol-navclass li {
    display: table-cell;
    float: none;
    text-align: center;
    vertical-align:top;
}
.nav.nav-pills.sol-navclass li a{
	display:inline-block;
	cursor:default;
	color:#F05801;
}
.nav.nav-pills.sol-navclass li a:hover{
	background-color:transparent;
	color:#F05801;
}
.nav.nav-pills.sol-navclass li.active a{
	background-color:transparent;
	color:#FFFFFF;
}
.nav.nav-pills.sol-navclass li.active a:hover{
	color:#FFFFFF;
}
.nav.nav-pills.sol-navclass li a span{
	display:block;
}
.nav.nav-pills.sol-navclass li a span.wiz-icon {
    border: solid 2px #ccc;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    line-height: 54px;
    margin: auto;
	background-color:#fff;
}
.nav.nav-pills.sol-navclass li.active a span.wiz-icon{
	background-color:#F05801;
	border-color:#F05801;
}
.nav.nav-pills.sol-navclass li a span.wiz-title {
    color: #999;
}
.nav.nav-pills.sol-navclass li.can-click a{
	cursor:pointer;
}
.nav.nav-pills.sol-navclass li.can-click a span.wiz-title{
	color:#337ab7;
}
.nav.nav-pills.sol-navclass li.can-click a:hover span.wiz-title{
	text-decoration:underline;
}
.nav.nav-pills.sol-navclass li.can-click a span.wiz-icon{
	border-color:#337ab7;	
}
.nav.nav-pills.sol-navclass li.can-click a:hover span.wiz-icon{
	background-color:#F05801;
	color:#FFF;
	border-color:#F05801;
}

.nav.nav-pills.sol-navclass li:first-child{
    background:rgba(0, 0, 0, 0) url("/static/images/bg-wizard-li-sol.png") no-repeat scroll left 27px;
}
.nav.nav-pills.sol-navclass li:last-child{
    background:rgba(0, 0, 0, 0) url("/static/images/bg-wizard-li-sol.png") no-repeat scroll right 27px;
}

.nav.nav-pills.sol-navclass li a:active, .nav.nav-pills.sol-navclass li a:visited, .nav.nav-pills.sol-navclass li a:focus {
    background: transparent !important;
}

.commtit{
	font-size:17px;
	color:#F05800;
	font-weight:bold;
	margin-top:0;
	margin-bottom:35px;
}
.commautor{
	font-size:12px;
}
.commfechas{
	font-size:12px;
	text-align:right;
}
.commfechas span{
	padding-left:20px;
}
.commtexto{
	margin-top:20px;
}
.commadjunto{
	font-weight:bold;
	margin-top:25px;
	display:block;
}
.comm-leido{
	background:transparent url(../images/comm-leido.png) right top no-repeat;
	margin-top:70px;
	padding-top:40px;
}
.comm-noleido{
	background:transparent url(../images/comm-noleido.png) right top no-repeat;
	margin-top:70px;
	padding-top:40px;
}

/* ----- FORMATOS ----- */
.format-imagen, .format-video, .format-pdf, .format-texto, .format-calc, .format-presentaciones, .format-comprimido, .format-otros{
	border:solid 1px #ECECEC;
	display:block;
	height:110px;
	padding-top:60px;
	text-align:center;
	color:#666666;
	position:relative;
	margin-top:15px;
	border-radius:15px;
}
.comm-original .format-imagen, .comm-original .format-video, .comm-original .format-pdf, .comm-original .format-texto, .comm-original .format-calc, .comm-original .format-presentaciones, .comm-original .format-comprimido, .comm-original .format-otros{
	height:150px;
}
.format-imagen{
	background:#ffffff url(../images/icon-image.svg) center 15px no-repeat;
	background-size:40px;
}
.format-video{
	background:#ffffff url(../images/icon-video.svg) center 15px no-repeat;
	background-size:40px;
}
.format-pdf{
	background:#ffffff url(../images/icon-pdf.svg) center 15px no-repeat;
	background-size:40px;
}
.format-texto{
	background:#ffffff url(../images/icon-text.svg) center 15px no-repeat;
	background-size:40px;
}
.format-calc{
	background:#ffffff url(../images/icon-calc.svg) center 15px no-repeat;
	background-size:40px;
}
.format-presentaciones{
	background:#ffffff url(../images/icon-presentation.svg) center 15px no-repeat;
	background-size:40px;
}
.format-comprimido{
	background:#ffffff url(../images/icon-zip.svg) center 15px no-repeat;
	background-size:40px;
}
.format-otros{
	background:#ffffff url(../images/icon-others.svg) center 15px no-repeat;
	background-size:40px;
}
.format-imagen:hover, .format-video:hover, .format-pdf:hover, .format-texto:hover, .format-calc:hover, .format-presentaciones:hover, .format-comprimido:hover, .format-otros:hover{
	text-decoration:none;
	box-shadow:2px 2px 6px rgba(17,69,108,0.5);
	animation:animateshadow 0.5s;
}
@keyframes animateshadow{
	from{
		box-shadow:0px 0px 0px rgba(17,69,108,0);
	}
	to{
		box-shadow:2px 2px 6px rgba(17,69,108,0.5);
	}
}
.format-imagen span, .format-video span, .format-pdf span, .format-texto span, .format-calc span, .format-presentaciones span, .format-comprimido span, .format-otros span{
	display:block;
	line-height:normal;
	margin:4px 0;
	padding:0 15px;
	max-height:36px;
	text-overflow: ellipsis;
	overflow: hidden;
}
span.adj-text{
	color:#F05800;
}
.adj-download{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0px;
	background:#EEEEEE url(../images/icon-download.svg) center center no-repeat;
	background-size:66px;
	opacity: 0.9;
    filter: Alpha(opacity=90); /* IE8 and earlier */
	border-radius:15px;
}
.format-imagen:hover .adj-download, .format-video:hover .adj-download, .format-pdf:hover .adj-download, .format-texto:hover .adj-download, .format-calc:hover .adj-download, .format-presentaciones:hover .adj-download, .format-comprimido:hover .adj-download, .format-otros:hover .adj-download{
	height:110px;
	animation:animatedown 0.5s;
}
@keyframes animatedown{
	from{
		height:0px;
	}
	to{
		height:110px;
	}
}
.comm-original .format-imagen:hover .adj-download, .comm-original .format-video:hover .adj-download, .comm-original .format-pdf:hover .adj-download, .comm-original .format-texto:hover .adj-download, .comm-original .format-calc:hover .adj-download, .comm-original .format-presentaciones:hover .adj-download, .comm-original .format-comprimido:hover .adj-download, .comm-original .format-otros:hover .adj-download{
	height:150px;
	animation:animatedownori 0.5s;
}
@keyframes animatedownori{
	from{
		height:0px;
	}
	to{
		height:150px;
	}
}

.comm-respuesta{
	margin-right: 0;
	margin-left: 0;
	background-color: #F6F6F6;
	padding: 15px;
	margin-top: 50px;
	border-radius: 8px 8px 0 0;
}
.comm-respuesta h3{
	font-size:17px;
	color:#F05800;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:30px;
}
.comm-respuesta .file-preview{
	background:rgba(255,255,255,0.8);
}

.table.table-eecc.dataTable tr.odd.no-leidas td, .table.table-eecc.dataTable tr.even.no-leidas td {
    background-color: #FEF6F2;
    font-weight: bold;
    color: #000;
    border-top: solid 1px #FDDECB;
    border-radius: 0;
    border-bottom: solid 1px #FDDECB;
}

/* RESPONSIVE CALENDARIO */
@media only screen and (max-width: 1499px){
	#id_enero, #id_febrero, #id_marzo, #id_abril, #id_mayo, #id_junio, #id_julio, #id_agosto, #id_septiembre, #id_octubre, #id_noviembre, #id_diciembre{
		width:33.33333333%;
	}
}
@media only screen and (max-width: 1149px){
	#id_enero, #id_febrero, #id_marzo, #id_abril, #id_mayo, #id_junio, #id_julio, #id_agosto, #id_septiembre, #id_octubre, #id_noviembre, #id_diciembre{
		width:50%;
	}
	#id_leyenda, #id_festivos{
		width:100%;
	}
}
@media only screen and (max-width: 991px){
	#id_enero, #id_febrero, #id_marzo, #id_abril, #id_mayo, #id_junio, #id_julio, #id_agosto, #id_septiembre, #id_octubre, #id_noviembre, #id_diciembre{
		width:100%;
	}
	.mes{
		margin: 0 auto 15px;
		max-width:300px;
	}
}

span.padded-top {
    display: block; 
    margin-top:30px;
    font-size: 14px;
}

span.slight-top {
    display: block; 
    margin-top:6px;
    font-size: 14px;
}

.detalle-wide {
    width: 80%;
}

.ps-table {
    display: table;
    border-top: solid 0px #fff;
	border-bottom: solid 0px #fff;
}

.ps-theader {
    display: table-header-group;
	background-color:#11456C;
	color:#fff;
}

.ps-tr {
    display: table-row;
    border: solid 1px green;
}

.ps-td {
    display: table-cell;
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
	padding:3px 8px;
	vertical-align:middle;
	text-align:center;
}
.ps-td .tooltip.fade.top.in{
	position: fixed;
	background-color:#fff;
	color:#000;
	border:solid 1px #000;
	padding:20px;
	border-radius:6px;
}
.ps-td .tooltip.fade.top.in div{
	background-color:#fff;
	color:#000;
}
.ps-td:first-child {
	white-space: nowrap;
	min-width:200px;
	max-width:200px;
	text-overflow: ellipsis;
	overflow:hidden;
}
.ps-td:last-child {
	border-right: solid 1px #fff;
}
.ps-tr .ps-td:nth-child(3), .ps-tr .ps-td:nth-child(2), .ps-tr .ps-td:nth-child(1){
	background-color:#f5f5f5 !important;
	border-color:#fff;
}
.ps-tr .ps-td:nth-child(3){
	background-color:#e1e1e1 !important;
	color:#333;
}
.ps-tr .ps-td:nth-child(1){
	font-size:12px;
	text-align:left;
	color:#333;
}
.ps-table .ps-tr .ps-td:nth-child(1) .row{
	font-weight:bold;
	font-size:14px;
	background-color:#e1e1e1;
	margin:-3px -8px;
	padding: 3px 8px;
	color:#333;
	text-shadow: 1px 1px 0px #fff;
}
.ps-table .ps-tr .ps-td .fa{
	color:#aaa;
	font-size:16px;
	cursor:pointer;
}
.ps-table .ps-tr .ps-td .has-comment .fa{
	color:#11456C;
}
.ps-theader .ps-td:nth-child(3), .ps-theader .ps-td:nth-child(2), .ps-theader .ps-td:nth-child(1){
	background-color: #0C2640 !important;
}
.ps-tfooter .ps-td:nth-child(3), .ps-tfooter .ps-td:nth-child(2){
	background-color:#11456C !important;
	color:#fff;
}
.form-holder button.btn.btn-info.pj-plus-btn{
	border-bottom:0;
	border-radius:5px;
	padding:5px;
	width:24px;
	height:24px;
	line-height:10px;
}
.ps-tfooter {
    display: table-footer-group;
    border: solid 1px red;
}

#tholder-overflow {
    overflow-x: scroll;
	margin-bottom:20px;
}
.ps-table .ps-tr .ps-td .row{
	margin-left:0;
	margin-right: 0;
}
.ps-table .ps-tr .ps-td .col-md-8, .ps-table .ps-tr .ps-td .col-md-9, .ps-table .ps-tr .ps-td .col-md-10{
	padding-left: 0;
	padding-right: 0;
	text-overflow:ellipsis;
	overflow:hidden;
}
.ps-table .ps-tr .ps-td .col-md-4, .ps-table .ps-tr .ps-td .col-md-3, .ps-table .ps-tr .ps-td .col-md-2{
	padding-left: 0;
	padding-right: 0;
	text-align:right;
}

/* Cabeceras ocultas en Datatables */
#table_descendientes_wrapper .cabecera-tabla,
#table_ascendientes_wrapper .cabecera-tabla,
#table_solicitudes_descendientes_wrapper .cabecera-tabla,
#table_solicitudes_ascendientes_wrapper .cabecera-tabla,
#table_contratos_wrapper .cabecera-tabla,
#table_cuentas_wrapper .cabecera-tabla,
#table_usos_wrapper .cabecera-tabla,
#table_ausencias_wrapper .cabecera-tabla,
#table_departamentos_wrapper .cabecera-tabla,
#table_archivos_wrapper .cabecera-tabla,
#table_calendarios_wrapper .cabecera-tabla{
	display:none;
}
/* Fin Cabeceras ocultas en Datatables */
#table_respuestas_wrapper .cabecera-tabla .text-right .dataTables_length,
#table_ingresos_wrapper .cabecera-tabla .text-right .dataTables_length{
	float:none;
}
#id_informe_prenominas_wrapper .dataTables_length{
	background-color:#EEE;
	float:none;
	text-align:right;
	padding: 15px 15px 8px;
}
#id_informe_prenominas_wrapper .table.table-eecc.dataTable tfoot tr td{
	box-shadow:none;
	background-color:#EEE;
	font-weight:bold;
}
#id_informe_prenominas_wrapper .table.table-eecc.dataTable tr td .fa-times{
	color:#D90000;
	font-size:17px;
}
#id_informe_prenominas_wrapper .table.table-eecc.dataTable tr td .fa-check{
	color:#468C00;
	font-size:17px;
}
#id_informe_prenominas_paginate{
	margin-bottom:20px;
}

.container-tapado{
	background-color:#fff;
	margin-top:-1px;
	margin-left:-1px;
	margin-right:-1px;
}
.container-tapado h2#info-holder{
	margin-top:0;
	margin-bottom:5px;
}
.container-tapado hr.separador-form{
	margin-bottom:-21px;
	padding-bottom:20px;
}
.grupo-botones-formulario .config_dias_vacaciones,
.grupo-botones-formulario .vista_calendario_ausencias,
.grupo-botones-formulario .new_entity{
	display:inline-block;
}
.dest-gray{
	background-color:#efefef;
	padding: 15px 0;
	font-size:16px;
	margin:0;
	border-radius:8px;
}
.dest-gray.pd15{
	padding: 15px;
}
.dest-gray.pd15 .row:nth-child(1) div{
	padding-bottom:15px;
}

.cabecera-tabla .check-all button#check_all::before,
th button#check_all2::before {
    content: "\f046";
    font-size: 22px;
}
.cabecera-tabla .check-all button#uncheck_all::before,
th button#uncheck_all2::before {
    content: "\f096";
    font-size: 22px;
}
.cabecera-tabla .check-all button#check_all, 
.cabecera-tabla .check-all button#uncheck_all,
th button#check_all2,
th button#uncheck_all2 {
    color: #F05801;
    font: normal normal normal 0px FontAwesome;
    border: solid 1px #fff;
    padding: 0;
    width: 38px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
}
.cabecera-tabla .check-all button#check_all:hover, 
.cabecera-tabla .check-all button#uncheck_all:hover,
th button#check_all2:hover,
th button#uncheck_all2:hover {
    color: #11456C;
}
.cabecera-tabla .check-all button#check_all:hover span.alt,
.cabecera-tabla .check-all button#uncheck_all:hover span.alt,
th button#check_all2:hover span.alt,
th button#uncheck_all2:hover span.alt {
    position: absolute;
    font-size: 14px;
    font-family: arial;
    top: -20px;
    border: solid 1px #ccc;
    background-color: #fff;
    color: #000;
    display: inline-block;
    height: auto;
    line-height: normal;
    padding: 5px 8px;
    border-radius: 4px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.cabecera-tabla .show-check-all button{
    color: #F05801;
    border: solid 1px #fff;
}
.cabecera-tabla .show-check-all button:hover{
    color: #11456C;
}
.mgtp30{
	margin-top:30px;
}
.mt0{
	margin-top:0px !important;
}
.txttrans{
	text-transform:lowercase;
}
.overxauto{
	overflow-x:auto;
}
.hdt-consolidar {
    background-color: #11456C;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    border-radius: 5px;
    color: #fff;
}
.hdt-consolidar .grupo-botones-formulario .btn-default{
	margin-left:0;
	margin-bottom:15px;
}

h5.title-block{
    color: #11456c;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.modal-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    height: 60vh;
}

.wide-modal {
    width: 60vw;
}

/* Oportunidades */

.card-accion {
	border: 2px solid #F05801;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 1em;
	transition: box-shadow 0.3s;
}

.card-accion:hover {
    box-shadow: 0px 0px 10px 3px #F05801; 
  }

.card-accion .card-header {
	padding-bottom: 0.5em;
}

.card-accion .card-body {
	border-top: 1px solid #c9c9c9;
	border-bottom: 0.5px solid #c9c9c9;
	padding: 1em 0em;
}

.text-filter {
    color: #F05801; /* Color del texto */
    text-decoration: none; /* Quitar subrayado predeterminado */
    transition: color 0.3s, cursor 0.3s; /* Transición suave para el cambio de color y cursor */
}

.text-filter:hover {
	text-decoration: underline;
	font-weight: bold;
    cursor: pointer; /* Cambiar el cursor al pasar el mouse */
}

/* RESPONSIVE */
@media only screen and (max-width: 1280px){
	.form-holder {
		width:70%;
		margin:3% auto 1% auto;
	}
	.form-wide{
		width:94%;
	}
	.ficha-detalle {
		width:70%;
		margin:0 auto 1% auto;
	}
	.ficha-detalle:first-child{
		margin:3% auto 1% auto;
	}
	.navbar.navbar-eecc .navbar-nav > li > a{
		min-width:auto;
	}
    .with-margintop{
		margin-top:6ex;
	}
	.ficha-detalle-wide{
		width: 94%;
	}
}
@media only screen and (max-width: 1000px){
	.form-holder {
		width:94%;
		margin: 3% 3% 1%;
	}
	.ficha-detalle {
		width:94%;
		margin: 0 3% 1%;
	}
	.ficha-detalle:first-child{
		margin:3% 3% 1%;
	}
    .with-margintop{
		margin-top:6ex;
	}
}
@media only screen and (max-width: 991px){
	.imagen-empleado{
		max-width:300px;
		margin: 0px auto 20px;
	}
	.btn-nolabel{
		top:0px;
	}
}



.dropdown-submenu {
	position: relative;
	}

	/* 2. Submenú aparece a la derecha */
	.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
	display: none;
	position: absolute;
	min-width: 180px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
	z-index: 1000;
	}

	/* 3. Mostrar submenú al hacer hover sobre el padre */
	.dropdown-submenu:hover > .dropdown-menu {
	display: block;
	}

	/* 4. Estilos de subentradas */
	.dropdown-menu .submenu-item > a {
	color: #444 !important;
	text-decoration: none !important;
	background-color: transparent !important;
	padding-left: 1.5em !important;
	display: block;
	}

	.dropdown-menu .submenu-item > a:hover {
	background-color: #eef3f9 !important;
	color: #222 !important;
	}

	/* 5. Icono giratorio si lo usas */
	.submenu-toggle .fa-angle-right {
	transition: transform 0.2s;
	}

	.logout-item {
		text-align: center;
	}

	.logout-link {
		background: none;
		border: none;
		padding: 0;
		margin: 0 auto;
		color: inherit;
		font: inherit;
		cursor: pointer;
		text-decoration: none;     /* ⬅️ sin subrayado */
	}
 
	.logout-link:hover,
	.logout-link:focus {
		text-decoration: none;     /* ⬅️ sigue sin subrayado */
	}

.fixed-table{
    table-layout: fixed;
}

.child-activities-table td:nth-child(3){
    white-space: normal;
}
