/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
body {
    background-color: #002129;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #f9f9fb;
}

.navbar-top-links {
    margin-right: 0;
	margin-top: 15px;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links li.open .dropdown-toggle {
    background: #00313D;
	border-radius: 4px 4px 0 0;
}

.dropdown-menu p, .dropdown-menu div {
	color: #fff;
	transition: all .2s;
}

.dropdown-menu a {
	color: #fff !important;
	margin: 0;
	padding: 0 !important;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.dropdown-menu a:hover div {
    color: #00d4ce;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar {
	background: #002129;
}

.etiqueta-menu {
	float: left;
	width: calc(100% - 35px);
}

.sidebar .fa {
	color: #007A76;
	float: left;
	text-align: left;
    width: 20px;
	margin-top: 2px;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar .sidebar-search .form-control {
    background: #00313d;
	border: 1px solid #00313d;
	border-radius: 50px 0 0 50px;
	color: #00728F;
}

.sidebar .sidebar-search .form-control:focus {
    background: #fff;
	border: 1px solid #00313d;
	border-radius: 50px 0 0 50px;
	color: #00728F;
}

.sidebar .sidebar-search .btn-default {
    background: #00313d;
	border: 1px solid #00313d;
	border-radius: 0 50px 50px 0;
	color: #00728F;
}

.sidebar .sidebar-search .btn-default:hover {
	color: #00C4F5;
}

.sidebar ul li {
/*    border-bottom: 1px solid #002129;*/
}

.sidebar ul li.active {
    background-color:#00313D;
}

.sidebar ul li a.active {
	color: #c2fffd;
}

.sidebar ul li a.active .fa {
	color: #c2fffd;
}

.sidebar ul li a {
	color: #00d4ce;
	overflow: hidden;
	background-image: url("../../img/line-separator-menu.gif");
	background-position: 30px bottom;
	background-repeat: no-repeat;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 30px;
	color: #00A39E;
}

/*
.sidebar .nav-second-level li a:before {
	color: #007a76;
	content: "\203A";
	font-weight: bold;
	margin-right: 3px;
	font-size:18px;
}
*/

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 80px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

#login {
	height: 100%;
}

#login-logo {
	padding: 0 0 20px 0;
	text-align: center;
}

#bg-login-image {
	background: url("../../img/bg-login.jpg") #00C4F5 top center / 100% no-repeat;
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#bg-login-gradient {
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00c4f5+0,0afff7+100&0.8+0,0.8+100 */
background: -moz-linear-gradient(top,  rgba(0,196,245,0.8) 0%, rgba(10,255,247,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,196,245,0.8) 0%,rgba(10,255,247,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,196,245,0.8) 0%,rgba(10,255,247,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc00c4f5', endColorstr='#cc0afff7',GradientType=0 ); /* IE6-9 */
}

#login .panel-heading {
	border: 0;
	background: transparent;
	color: #fff;
}

#login .panel-default {
	border: 0;
}

#login .form-group {
	border: 0;
	padding: 15px 0;
}

#login .checkbox {
	color: #fff;
	padding-left: 3px;
}

#login .form-control {
	border: 0;
	background: rgba(255, 255, 255, 1);
	color: #ccc;
}

#login .form-control:focus {
	background: rgba(255, 255, 255, 1);
	color: #00627A;
}

#login .btn-success {
	border: 0;
	background: #00728f;
	color: #fff;
	margin-bottom: 10px;
}

#login .btn-success:hover {
	background: #00313D;
}

.login-panel {
    margin-top: 25%;
	background: transparent;
}

#frmRestablecer label {
	color: #fff;
}

.login-panel #mensaje {
	color: #fff;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel .panel-heading {
	padding: 20px;
}

.panel .panel-footer{
	padding: 20px;
	border-radius: 0 0 4px 4px;
}

.panel-primary .panel-heading .fa {
    color: #0183a4;
}

.panel-primary .panel-footer {
	background: #00A3CC;
	transition: all .2s;
}

.panel-primary .panel-footer:hover {
	background: #0183a4;
	color: #fff;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red .panel-heading .fa {
    color: #b24542;
}

.panel-red .panel-footer{
	background: #d9534f;
	transition: all .2s;
}

.panel-red .panel-footer:hover {
	background: #b24542;
}

.panel-red a {
    color: #fff;
}

.panel-red a:hover {
    color: #fff;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

 /*-- Añadido --*/
 
 .nav.nav-second-level.collapse.in {
    background-color:#00313D;
	
}
#tablaDatosAjax, #tablaDatosAjaxInformes, #tabla_informes, #tablaDatosAjaxElements {
	display: table;
    margin: 0 auto;
	width: 100%;
}
#cabecera_tabla {
    display: table-row;
	width: 100%;
	font-weight: 600;
}
.fila {
    display: table-row;
	width: 100%;
}
#cabecera_columna1, #cabecera_columna2, #cabecera_columna3, #cabecera_columna4, #cabecera_columna5 {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
	border-bottom: 1px solid #40C9AB;
	color: #666;
}

#cabecera_columna1 {
    width: 60px;
}

#columna1, #columna2, #columna3, #columna4, #columna5 {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 5px;
	border-bottom: 1px solid #efefef;
	color: #9f9f9f
}

#columna1, #cabecera_columna1 {
	border-bottom: 0;
}

.btn-tablas {
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	background: #80DBC7;
	border-radius: 50px;
	display: block;
}

.editar {
	background: url("../../img/ico-editar.png") #80DBC7 center center no-repeat;
}

.anular {
	background: url("../../img/ico-anular.png") #FFFFFF center center no-repeat;
}

.editar:hover {
	background-color: #288F79;
}

.ver {
	background: url("../../img/ico-ver.png") #80DBC7 center center no-repeat;
}

.ver:hover {
	background-color: #288F79;
}

.informe {
	background: url("../../img/ico-informe.png") #98cdd8 center center no-repeat;
}

.informe:hover {
	background-color: #57a0b0;
}

.txt-hora {
	background: #f7f7f7;
	border-radius: 3px;
	padding: 4px 10px 4px 6px;
	margin-left: 10px;
}

.alerts-info {
	padding: 15px 5px;
	font-size: 16px;
	color: #288F79;
	border-bottom: 1px solid #80DBC7;
}

.pull-right i {
	margin-left: 10px;
}

.form-search .form-group {
	width: calc(100% - 200px);
	float: left;
	overflow: hidden;
	padding: 0 !important;
}

.form-search .group-buttons {
	width: 200px;
	float: right;
	overflow: hidden;
	margin-left: 0 !important;
}

.form-search .group-buttons .buscar {
	width: 49%;
	float: left;
}

.form-search .group-buttons .limpiar {
	width: 49%;
	float: right;
}

.form-search label {
	clear: both;
}
.form-search #nombre-empresa {
	clear: both;
	width: 100%;
}

/* */

@media(min-width: 700px) {
	.texto-oculto-tabla {
	visibility: hidden;
	display: none;
}
}


/* 1440px */

@media(max-width: 1490px) {
	.form-search .form-group {
	width: 49%;
	float: left;
	overflow: hidden;
	padding-top: 0 !important;
}

.form-search .group-buttons {
	width: 49%;
	float: right;
	overflow: hidden;
	margin-left: 0 !important;
}
	.form-group-freetext {
		width: calc(100% - 80px) !important;
	}
	.grupo-fechas .form-group {
		width: calc(50% - 15px) !important;
	}
	.form-dates {
		margin: 0 !important;
		width: 100% !important;
	}
	#fecha-desde {
		margin: 0 0 10px 0 !important;
	}
	#fecha-hasta {
		margin: 0 0 20px 0 !important;
	}
	.btn-selection {
		width: 100% !important;
		margin: 0 !important;
	}
	.form-inline .btn {
		overflow: auto;
		display: block;
		text-overflow:ellipsis;
		width: calc(33% - 5px) !important;
	}
	.boton-cumps, .group-buttons-3 .imprimir {
		margin: 0 !important;
		float: right !important;
	}
	.boton-pends, .group-buttons-3 .limpiar {
		margin: 0 0 0 10px !important;
		float: left;
	}
	.grupo-fechas {
		width: 49% !important;
	}
	.form-buttons {
		width: 49% !important;
	}
	.grupo-fechas .input-group {
		width: 100%;
	}
	.group-buttons-2 .buscar {
		width: 49% !important;
		float: left;
	}
	.group-buttons-2 .limpiar {
		width: 49% !important;
		float: right;
	}
	.group-buttons-3 .buscar {
		float: left;
	}
}

/* 1050px */

@media(max-width: 1050px) {
	.grupo-fechas {
		width: 100% !important;
	}
	.form-buttons {
		width: 100% !important;
		margin: 0 0 20px !important;
	}
	.form-search .form-group {
	width: 100% !important;
		padding-bottom: 20px !important;
}
	.form-search .form-buttons {
	width: 100% !important;
		margin-bottom: 0 !important;
}
}

/* 768px */

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

@media(max-width:768px) {
	.navbar-right {
		margin: 0 !important;
	}
	.navbar-header {
		background: #002f3a;
	}
	.navbar-brand {
		padding-left: 20px;
	}
	.navbar-brand:hover {
		background: transparent;
	}
	.navbar-toggle {
		transition: all .2s;
		border: 0;
		color: #fff;
		background: #002129;
		padding: 15px 12px;
		margin-top: 18px;
	}
	.navbar-top-links {
		margin-top: 0;
		padding: 5px 10px;
	}
	.navbar-collapse {
		border: 0;
	}
	.navbar-top-links {
		text-align: right;
		padding: 5px 0;
	}
	.navbar-top-links .dropdown-tasks {
		margin-left: auto;
		right: 0;
	}
}

@media(max-width:500px) {
	.navbar-top-links li.dropdown {
		width: calc(33% - 2px);
		margin: 0;
		padding-right: 3px;
		text-align: center;
	}
	.navbar-top-links .dropdown-tasks {
		margin-left: 0;
		left: 0;
		border-radius: 0 4px 4px 4px;
	}
	.navbar-top-links .dropdown-user {
		right: 3px;
	}
}

/* 600px */

@media(max-width: 699px) {
	.h1, h1 {
    	font-size: 24px;
	}
	#bg-login-image {
		background: url("../../img/bg-login.jpg") #00C4F5 top center / auto 100% no-repeat;
	}
	.login-panel {
    	margin-top: 7%;
	}
	.page-header small {
    	line-height: 1.2em;
	}
	.texto-oculto-tabla {
		visibility: visible !important;
		display: block !important;
		font-weight: 600;
		color: #666;
		float: left;
		text-indent: -9999px;
		width: 30px;
	}
	#cabecera_tabla {
    	display: none;
    	font-weight: 600;
	}
	.fila {
    	margin-bottom: 20px;
		display: block;
		overflow: hidden;
		border-bottom: 1px solid #40c9ab;
		padding-bottom: 20px;
		color: #9f9f9f;
	}
	#columna1, #columna2, #columna3, #columna4, #columna5 {
    	display: block;
	}
	#columna1 {
		float: left;
		width: 50px;
	}
	#columna2, #columna3, #columna4, #columna5 {
    	float: right;
		width: calc(100% - 50px)
	}
	.thUsuario,
	.thNombre,
	.thTitular,
	.thFechaInforme,
	.thFechaHora,
	.thCreador,
	.thTitulo,
	.thIcono,
	.thVisto,
	.thFechaModificacion {
		background-repeat: no-repeat;
		background-position: 0 center !important;
	}
	.last-column {
		border-bottom: 0 !important;
	}
	#page-footer {
		width: 100%;
		background: #F9F9FB;
		color: #666;
		position: relative;
		bottom: 0;
	}
	.grupo-fechas .form-group {
		width: 100% !important;
	}
	.form-group-freetext {
		width: calc(100% - 80px) !important;
	}
	.form-dates {
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}
	#fecha-desde {
		margin: 0 0 10px 0 !important;
	}
	#fecha-hasta {
		margin: 0 0 20px 0 !important;
	}
	.btn-selection {
		width: 100% !important;
		margin: 0 !important;
	}
	.boton-cumps {
		margin: 0 !important;
		float: right !important;
	}
	.boton-pends {
		margin: 0 8px 0 9px !important;
	}
	.form-buttons {
		width: 100% !important;
		margin: 0 !important;
	}
	.separador-fechas {
		display: none;
		visibility: hidden;
	}
}

/* */

.thUsuario,
.thNombre,
.thTitular,
.thFechaInforme,
.thFechaHora,
.thCreador,
.thTitulo,
.thIcono,
.thVisto,
.thFechaModificacion {
	padding-left: 25px !important;
}

.thUsuario, .thTitular {
	background: url("../../img/ico-usuario.png") transparent 5px center no-repeat;
}

.thCreador {
	background: url("../../img/ico-creador.png") transparent 5px center no-repeat;
}

.thVisto {
	background: url("../../img/ico-visto.png") transparent 5px center no-repeat;
}

.thTitulo {
	background: url("../../img/ico-title.png") transparent 5px center no-repeat;
}

.thIcono {
	background: url("../../img/ico-adjunto.png") transparent 5px center no-repeat;
}

.thNombre {
	background: url("../../img/ico-edificio.png") transparent 5px center no-repeat;
}

.thFechaInforme {
	background: url("../../img/ico-fecha.png") transparent 5px center no-repeat;
}

.thFechaHora {
	background: url("../../img/ico-reloj.png") transparent 5px center no-repeat;
}

.thFechaModificacion {
	background: url("../../img/ico-fecha-editar.png") transparent 5px center no-repeat;
}

.file {
	overflow: hidden;
	width: auto;
}

.file i {
	float: left;
	margin-right: 5px;
	line-height: 1em;
	padding: 0;
	font-size: 20px;
}

.file-ext {
	float: left;
	text-transform: lowercase;
	line-height: 1em;
	padding: 3px 6px;
	color: #fff;
	border-radius: 3px;
}

/* PDF */

.pdf-color .file-ext {
	background: #e45353;
}

.pdf-color i {
	color: #e45353;
}

/* DOC */

.doc-color .file-ext {
	background: #5ab0e5;
}

.doc-color i {
	color: #5ab0e5;
}

/* TXT */

.txt-color .file-ext {
	background: #94c2de;
}

.txt-color i {
	color: #94c2de;
}

/* XLS */

.xls-color .file-ext {
	background: #78b67a;
}

.xls-color i {
	color: #78b67a;
}

/* XLSX */

.xlsx-color .file-ext {
	background: #9eb678;
}

.xlsx-color i {
	color: #9eb678;
}

/* ZIP */

.zip-color .file-ext {
	background: #c9ba58;
}

.zip-color i {
	color: #c9ba58;
}

/* JPG */

.jpg-color .file-ext {
	background: #d38845;
}

.jpg-color i {
	color: #d38845;
}

/* */

.dropdown-toggle {
	border-radius: 4px;
}

.dropdown-toggle .badge {
	background: #D9534F;
	margin: 0 5px;
}

.dropdown-menu .progress {
	margin-bottom: 8px;
}

.dropdown-menu .text-center {
	background: #015367;
	border-radius: 4px;
	margin-top: 15px;
}

.dropdown-menu .text-center:hover {
	background: #00d4ce;
}

/* */

.sin-informes-pendientes {
	text-align: center;
	color: #b3b3b3;
	font-size: 18px;
	font-weight: 400;
	padding-top: 165px;
	margin: 60px 0 39px;
	background: url("../../img/sin-informes.png") transparent center top no-repeat;
}

.page-header img {
	vertical-align: sub;
	margin-right: 20px;
}

/* */

.anotacion-formulario {
	border-top: 1px solid #ddd;
	padding-top: 5px;
	font-style: italic;
	color: #666;
}

.nombre-empresa-interior {
	margin-top: 40px;
}

.nombre-empresa-interior h4 {
	color: #999;
	font-weight: 300;
}

.nombre-empresa-interior img {
	width: 30px;
	vertical-align: sub;
	margin-right: 10px;
}

.not-front .page-header {
	margin-top: 20px;
}

.form-group-freetext {
	width: 50%;
}

.form-group-freetext label {
	width: 100% !important;
}

.form-group-freetext .btn-default {
	height: 34px;
	width: 35px;
}

.form-group-freetext input {
	width: calc(100% - 86px);
	float: left;
	margin-right: 10px;
}

.form-group-plus-minus {
	width: auto;
	float: left;
	padding-top: 25px;
	text-align: right;
}

.form-group-plus-minus .btn {
	border-radius: 4px;
	background: #00A3CC;
	color: #fff;
	font-weight: bold;
	width: 34px;
	height: 34px;
	padding: 0;
	text-align: center;
	margin: 0 0 0 5px;
	transition: all .2s;
}

.form-group-plus-minus .btn:hover {
	background: #002129;
}

.form-group, .subformulario {
	overflow: hidden;
}

.not-front .panel-primary {
	padding: 20px;
	border-radius: 4px;
	border-bottom: 1px solid #ddd;
}

.form-dates {
	width: auto;
	float: left;
	margin-right: 20px;
}

.form-dates .form-group {
	padding: 0;
}

.btn-selection {
	width: auto;
	float: left;
	margin-top: 25px;
}

.grupo-fechas {
	width: auto;
	overflow: hidden;
	float: left;
}

.grupo-fechas .form-group {
	width: auto;
	float: left;
}

.form-buttons {
	width: auto;
	float: right;
	margin-left: 10px;
	margin-top: 25px;
}

.btn-selection .btn {
	border-radius: 4px !important;
	transition: all .2s;
	background: #efefef;
}

.btn-selection .active {
	background: #ade2d6;
	box-shadow: none;
}

.btn-selection .btn:hover {
	background: #ccc;
}

.btn-selection .btn-primary {
	background: #808080;
}

.btn-selection .btn-primary:hover {
	background: #002129;
}

.boton-pends {
	margin: 0 8px;
}

.datepicker thead tr {
	background: #002129;
}

.datepicker thead th.dow {
	border-bottom: 1px solid #006078;
}

.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next {
	color: #00d4ce;
}

.datepicker table tr td.new, .datepicker table tr td.old {
	color: #006078 !important;
}

.datepicker table tr th {
	transition: all .2s;
}

.datepicker table tr td {
	transition: all .2s;
	border-radius: 50px !important;
}

.datepicker table tr td.today {
	background: #006078 !important;
	color: #fff !important;
}

.datepicker table tr td.day:hover, .datepicker table tr .month:hover, .datepicker tfoot tr th:hover, .datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover {
	background: #80dbc7 !important;
	color: #fff !important;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
	border-bottom: 6px solid #00313D !important
}

.datepicker-dropdown.datepicker-orient-top:after {
	border-top: 6px solid #00313D !important
}

.date .input-group-addon {
	background: #f7f7f7;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border: 0;
	transition: all .2s;
}

.date .input-group-addon:hover {
	background: #002129;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #fff;
}

.separador-fechas {
	color: #80DBC7;
	margin: 30px 0 0;
	float: left;
	width: 30px;
	text-align: center;
}

.alert-title {
	padding: 10px 15px;
	background: #40c9ab;
	color: #fff;
}

.panel-heading.filtro-informes {
	background: #fff !important;
	padding: 0 !important;
	margin-bottom: 20px;
}

.panel-heading.filtro-informes h3 {
	padding: 10px 15px !important;
	color: #5b5b5b;
	background: #ededed;
}

.btn-mas, .btn-menos {
	background: #e0e0e0 !important;
	transition: all .2s;
}

.btn-mas:hover, .btn-menos:hover {
	background: #002129 !important;
	color: #fff;
}

.btn-menos {
	margin-left: 6px;
}

.btn-line {
	background: #fff;
	border: 1px solid #e0e0e0;
	color: #666;
}

.btn-line:hover {
	border: 1px solid #40c9ab;
}

.btn-line i {
	color: #40c9ab;
}

.btn-line:hover i {
	color: #333;
}

.informe-padre {
	padding: 10px 0 10px 5px;
	margin-top: 15px;
	border-bottom: 1px solid #40c9ab;
    color: #666;
	font-weight: bold;
    vertical-align: middle;
}

.informe-hijo {
	border-bottom: 1px solid #efefef;
    color: #9f9f9f;
    padding: 10px 5px;
    vertical-align: middle;
}

.informe-hijo img {
	margin-right: 10px;
	border-radius: 3px;
}

.informe-hijo a {
	text-decoration: none;
    color: #9f9f9f;
	display: block;
}

.informe-hijo a:hover {
    color: #333 !important;
}

.informe-hijo a:hover img {
    background: #dbdbdb;
	transition: all .2s;
}

/* Footer actions */

.footer-actions {
	margin-top: 40px;
	text-align: center;
	overflow: hidden;
}

.footer-actions button {
	display: inline-block;
	vertical-align: top;
	margin: 0 !important;
	transition: all .2s;
}

.footer-actions button:hover {
	background: #002129;
}

.footer-actions .btn-primary {
	float: left;
}

/* Actions 1 culumna */

.column_1-actions .btn-actions_1 {
	width: 100%;
	float: none;
}

/* Actions 2 culumnas */

.column_2-actions .btn-actions_1, .column_2-actions .btn-actions_2 {
	width: 49%;
}

.column_2-actions .btn-actions_1 {
	float: left;
}

.column_2-actions .btn-actions_2 {
	float: right;
}

/* Actions 3 culumnas */

.column_3-actions .btn-actions_1, .column_3-actions .btn-actions_2, .column_3-actions .btn-actions_3 {
	width: 32%;
}

.column_3-actions .btn-actions_1, .column_3-actions .btn-actions_2 {
	float: left;
}

.column_3-actions .btn-actions_2 {
	margin: 0 0 0 2% !important;
}

.column_3-actions .btn-actions_3 {
	float: right;
}

/* Actions 4 culumnas */

.column_4-actions .btn-actions_1, .column_4-actions .btn-actions_2, .column_4-actions .btn-actions_3, .column_4-actions .btn-actions_4 {
	width: 24%;
}

.column_4-actions .btn-actions_1, .column_4-actions .btn-actions_2, .column_4-actions .btn-actions_3 {
	float: left;
}

.column_4-actions .btn-actions_2, .column_4-actions .btn-actions_3 {
	margin: 0 0 0 1.3% !important;
}

.column_4-actions .btn-actions_4 {
	float: right;
}

/* Imágenes Pantallas Retina */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.editar {
		background: url("../../img/ico-editar@2x.png") #80DBC7 center center no-repeat;
		background-size: 100%;
	}
	.ver {
		background: url("../../img/ico-ver@2x.png") #80DBC7 center center no-repeat;
		background-size: 100%;
	}
	.informe {
		background: url("../../img/ico-informe@2x.png") #98cdd8 center center no-repeat;
		background-size: 100%;
	}
	.sin-informes-pendientes {
	background: url("../../img/sin-informes@2x.png") transparent center top no-repeat;
		background-size: auto 129px;
}
}