.bg-olivo {
    background-color: #7FC8BC !important;
}
.bg-terracota {
    background-color: #E27D5F !important;
}
.bg-gamuza {
    background-color: #E8A87C !important;
}
.bgt-alivio {
    background-color: #C48C9D !important;
}
.bg-cerdena {
    background-color: #85CDCA !important;
}
.bg-botella {
    background-color: #3FB3A2 !important;
}
.text-olivo {
    color: #7FC8BC !important;
}
.text-terracota {
    color: #E27D5F !important;
}
.text-gamuza {
    color: #E8A87C !important;
}
.text-alivio {
    color: #C48C9D !important;
}
.text-cerdena {
    color: #85CDCA !important;
}
.text-botella {
    color: #3FB3A2 !important;
}
.btn-pep {
    color: #ffffff;
    background-color: #f2b200;
}
.btn-pai {
    color: #ffffff;
    background-color: #ee572c;    
}
.btn-pd {
    color: #ffffff;
    background-color: #03b7d0;    
}
.bg-ib-oscuro {
    background-color: #004a8d;
}
.bg-ib-claro {
    background-color: #16b6ea;
}
.bg-pep1 {
    background-color: #F8E009;
}
.bg-pep2 {
    background-color: #FFD51A;
}
.bg-pep3 {
    background-color: #EEAB00;
}
.text-ib-oscuro {
    color: #004a8d;
}
.text-ib-claro {
    color: #16b6ea;
}
.modal-xl {
    max-width: 990px;
    margin-top: 0 !important;
}
.modal-980 {
    max-width: 980px;
    margin-top: 0 !important;
}
body .modal .modal-dialog .modal-content .modal-body,
body .modal .modal-dialog .modal-content .modal-header {
    padding: 1rem !important;
}
body .nav-pills.nav-pills-custom .nav-link.active {
    background: #25378B;
    border: 1px solid #25378B;
}
.reports-report h1 {
	background-color: #ffffff;
	padding: 1.875rem 1.875rem 1.2rem 1.875rem;
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
	color: #1c2c42;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
}
.report-filters {
	background-color: #ffffff;
	border-bottom-left-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
	padding: 0 1.875rem 1.875rem 1.875rem;
}
.report-table {
	background-color: #ffffff;
	padding: 1.875rem;
	border-radius: 0.375rem;
}
.report-filters .form-inline > div {
	margin-right: 10px;
}
.report-filters hr {
	display: none;
}

.report-filters .form-inline .btn-primary, 
.report-filters .form-inline .btn-default,
.report-buttons .btn-toolbar .btn-default {
	color: #ffffff;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
    background-color: #707889;
    border-color: #707889;
}
.report-filters .form-inline .btn-primary:hover, 
.report-filters .form-inline .btn-default:hover,
.report-buttons .btn-toolbar .btn-default:hover {
	color: #ffffff;
    background-color: #5f6674;
    border-color: #595f6d;
}
.report-buttons .btn-toolbar .btn .icon-download {
    margin-right: 1rem;
}
.report-buttons .btn-toolbar {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;	
}
.table td img, .jsgrid .jsgrid-table td img {
    width: 40px;
    height: auto;
}
.form-inline label {
	font-size: 0.813rem;
	line-height: 1.4rem;
	justify-content: flex-start;
}	
.filter-desde .field-calendar .input-group, 
.filter-hasta .field-calendar .input-group {
    width: 180px;
} 
.report-filters .form-inline .validate,
.report-filters .form-inline .btn-default {
    margin-top: 40px;
}
.btn-toolbar span {
    color: #1c2c42;
}
.cursor-pointer, .emergente {
    cursor: pointer;
}
.srfrContainer h3 {
    font-size: 1rem;
}
.srfrContainer img {
    max-width: 100%;
}
#settings-content img {
    max-width: 100%;
    height: auto;
}
#settings-content iframe {
    max-width: 100%;
}
#settings-content, #contenido-lateral-derecho {
    height: 100vh;
}
.settings-panel {
    max-width: 100%;
}
.settings-panel .tab-content {
    min-height: 100%;
}
.acordeon-question a {
    color: inherit;
    text-decoration: none;
}
.acordeon-question a:before {
  font-family: "FontAwesome";
  content: "\f0d7";
  color: #25378b;
  margin-right: 5px;
}
.acordeon-question a.collapsed:before {
  content: "\f0da";
  color: #25378b;
  margin-right: 5px;
}
.scroll-columna-lateral {
    position: absolute; 
    top: 50px; 
    bottom: 50px; 
    width: 100%; 
    overflow: auto;
}
.icono-emergente {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 8px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border-radius: 3px;
}