/* TUI Calendar */
.tui-full-calendar-popup-detail .tui-full-calendar-content {
    font-size: .9rem !important;
    font-weight: 400 !important;
}

.icono-collapse .mdi:before {content: "\F062";} 
.icono-collapse.collapsed .mdi:before {content: "\F04A";}

.cargador {
    animation-name: spin;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    color: #25378b;
    margin-left: 1rem;
    font-size: 1.2rem;
    display: flex;
}
.cargador:before {
    content: "\F06A";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
}
.modal-backdrop {z-index: 999;}
.popover {z-index: 1100;}
.swal2-container {z-index: 1100 !important;}

/* Bootstrap v5 obsoletos */
.pre-scrollable {max-height: 340px;overflow-y: scroll;}
.ml-1{margin-left:.25rem !important;}
.ml-2{margin-left:.5rem !important;}
.ml-3{margin-left:1rem !important;}
.ml-4{margin-left:1.5rem !important;}
.ml-5{margin-left:3rem !important;}
.mr-1{margin-right:.25rem !important;}
.mr-2{margin-right:.5rem !important;}
.mr-3{margin-right:1rem !important;}
.mr-4{margin-right:1.5rem !important;}
.mr-5{margin-right:3rem !important;}
.pl-1{padding-left:.25rem !important;}
.pl-2{padding-left:.5rem !important;}
.pl-3{padding-left:1rem !important;}
.pl-4{padding-left:1.5rem !important;}
.pl-5{padding-left:3rem !important;}
.pr-1{padding-right:.25rem !important;}
.pr-2{padding-right:.5rem !important;}
.pr-3{padding-right:1rem !important;}
.pr-4{padding-right:1.5rem !important;}
.pr-5{padding-right:3rem !important;}

.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%;
}
.settings-panel.open {
    width: 500px;
}
.acordeon-question a {
    color: inherit;
    text-decoration: none;
}
.acordeon-question a:before {
  font-family: "Material Design Icons";
  content: "\f04B";
  color: #25378b;
  margin-right: 5px;
}
.acordeon-question a.collapsed:before {
  content: "\f05A";
  color: #25378b;
  margin-right: 5px;
}
.settings-panel.nav-tabs.nav-item.nav-link {
    background: #f6f8fa !important;
}
.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;
}


/* Swal2 */
.swal2-icon.swal2-icon-show {
    margin-top: 1rem;
    margin-bottom: 0;
}
button.swal2-styled {
    padding: 0.625rem 1.625rem !important;
	font-weight: 400 !important;
    border-radius: 0.375rem !important;	
}

.swal2-styled.btn-primary {
	background-color: #014C8E !important;
	border-color: #014C8E !important;
}
.swal2-styled.btn-primary:hover {
	color: #fff !important;
    background-color: #1f2f76 !important;
    border-color: #1e2c6f !important;
}
.swal2-styled.btn-primary:focus {
	box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25) !important;
}

.swal2-styled.btn-outline-primary {
	background-color: transparent !important;
	border: 1px solid #014C8E !important;
	color: #014C8E !important;
}
.swal2-styled.btn-outline-primary:hover {
	color: #ffffff !important;
    background-color: #014C8E !important;
    border-color: #014C8E !important;
}
.swal2-styled.btn-outline-primary:focus {
	box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25) !important;
}


.swal2-styled.btn-secondary {
	background-color: #707889 !important;
	border-color: #707889 !important;
	color: #ffffff !important;
}
.swal2-styled.btn-secondary:hover {
	color: #fff !important;
    background-color: #858c9b !important;
    border-color: #7e8695 !important;
}
.swal2-styled.btn-secondary:focus {
	box-shadow: 0 0 0 0.25rem rgba(103, 105, 109, 0.25) !important;
}

.swal2-styled.btn-outline-secondary {
	background-color: transparent !important;
	border: 1px solid #707889 !important;
	color: #707889 !important;
}
.swal2-styled.btn-outline-secondary:hover {
	color: #ffffff !important;
    background-color: #707889 !important;
    border-color: #707889 !important;
}
.swal2-styled.btn-outline-secondary:focus {
	box-shadow: 0 0 0 0.25rem rgba(103,105,109,.25) !important;
}


.swal2-styled.btn-success {
	background-color: #23AF47 !important;
	border-color: #23AF47 !important;
	color: #ffffff !important;
}
.swal2-styled.btn-success:hover {
    background-color: #44bb63 !important;
    border-color: #39b759 !important;
}
.swal2-styled.btn-success:focus {
	box-shadow: 0 0 0 0.25rem rgba(30, 149, 60, 0.25) !important;
}

.swal2-styled.btn-outline-success {
	background-color: transparent !important;
	border: 1px solid #23AF47 !important;
	color: #23AF47 !important;
}
.swal2-styled.btn-outline-success:hover {
	color: #ffffff !important;
    background-color: #23AF47 !important;
    border-color: #23AF47 !important;
}
.swal2-styled.btn-outline-success:focus {
	box-shadow: 0 0 0 0.25rem rgba(30, 149, 60, 0.25) !important;
}


.swal2-styled.btn-danger {
	background-color: #e94437 !important;
	border-color: #e94437 !important;
	color: #ffffff !important;
}
.swal2-styled.btn-danger:hover {
    background-color: #ec6055 !important;
    border-color: #eb574b !important;
}
.swal2-styled.btn-danger:focus {
	box-shadow: 0 0 0 0.25rem rgba(233, 68, 55, 0.25) !important;
}

.swal2-styled.btn-outline-danger {
	background-color: transparent !important;
	border: 1px solid #e94437 !important;
	color: #e94437 !important;
}
.swal2-styled.btn-outline-danger:hover {
	color: #ffffff !important;
    background-color: #e94437 !important;
    border-color: #e94437 !important;
}
.swal2-styled.btn-outline-danger:focus {
	box-shadow: 0 0 0 0.25rem rgba(233, 68, 55, 0.25) !important;
}


.swal2-styled.btn-warning {
	background-color: #fbbc06 !important;
	border-color: #fbbc06 !important;
}
.swal2-styled.btn-warning:hover {
    background-color: #fcc62b !important;
    border-color: #fbc31f !important;
    color: #222 !important;
}
.swal2-styled.btn-warning:focus {
	box-shadow: 0 0 0 0.25rem rgba(213, 160, 5, 0.25) !important;
}

.swal2-styled.btn-outline-warning {
	background-color: transparent !important;
	border: 1px solid #fbbc06 !important;
	color: #e2a702 !important;
}
.swal2-styled.btn-outline-warning:hover {
    background-color: #fbbc06 !important;
    border-color: #fbbc06 !important;
    color: #222 !important;
}
.swal2-styled.btn-outline-warning:focus {
	box-shadow: 0 0 0 0.25rem rgba(213, 160, 5, 0.25) !important;
}


.swal2-styled.btn-info {
	background-color: #02abfe !important;
	border-color: #02abfe !important;
	color: #fff !important;
}
.swal2-styled.btn-info:hover {
    background-color: #5ac9fc !important;
    border-color: #5ac9fc !important;
}
.swal2-styled.btn-info:focus {
	box-shadow: 0 0 0 0.25rem rgba(2, 145, 216, 0.25) !important;
}

.swal2-styled.btn-outline-info {
	background-color: transparent !important;
	border: 1px solid #02abfe !important;
	color: #02abfe !important;
}
.swal2-styled.btn-outline-info:hover {
	color: #ffffff !important;
    background-color: #02abfe !important;
    border-color: #02abfe !important;
}
.swal2-styled.btn-outline-info:focus {
	box-shadow: 0 0 0 0.25rem rgba(2, 145, 216, 0.25) !important;
}


.swal2-styled.btn-light {
	background-color: #e1e6fa !important;
	border-color: #e1e6fa !important;
	color: #000 !important;
}
.swal2-styled.btn-light:hover {
    background-color: #e6eafb !important;
    border-color: #e6eafb !important;
}
.swal2-styled.btn-light:focus {
	box-shadow: 0 0 0 0.25rem rgba(191, 196, 213, 0.5) !important;
}

.swal2-styled.btn-outline-light {
	background-color: transparent !important;
	border: 1px solid #e1e6fa !important;
	color: #000 !important;
}
.swal2-styled.btn-outline-light:hover {
    background-color: #e1e6fa !important;
    border-color: #e1e6fa !important;
}
.swal2-styled.btn-outline-light:focus {
	box-shadow: 0 0 0 0.25rem rgba(191, 196, 213, 0.5) !important;
}


.swal2-styled.btn-dark {
	background-color: #1c2c42 !important;
	border-color: #1c2c42 !important;
	color: #fff !important;
}
.swal2-styled.btn-dark:hover {
    background-color: #000 !important;
    border-color: #000 !important;
}
.swal2-styled.btn-dark:focus {
	box-shadow: 0 0 0 0.25rem rgba(62, 76, 94, 0.25) !important;
}

.swal2-styled.btn-outline-dark {
	background-color: transparent !important;
	border: 1px solid #1c2c42 !important;
	color: #1c2c42 !important;
}
.swal2-styled.btn-outline-dark:hover {
	color: #ffffff !important;
    background-color: #1c2c42 !important;
    border-color: #1c2c42 !important;
}
.swal2-styled.btn-outline-dark:focus {
	box-shadow: 0 0 0 0.25rem rgba(62, 76, 94, 0.25) !important;
}
.pagination {
    flex-wrap: wrap;
}