html, body {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  font-size: 100%;
  font-family: "Open Sans", Arial, Helvetica, san-serif;
  font-weight: 300;
}

a {
    color: #0d6efd;
    text-decoration: underline;
}

/* Adaptaciones estilos app.net a Java */
div#skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}

div#content.banner {
	position: relative;
	top: 150px;
}

fieldset { margin-top: 20px; }
fieldset blockquote { margin-bottom: 0; }
legend { margin-bottom: 10px; }

/***************************************************************************************/
/* HELPERS *****************************************************************************/
.top-buffer { margin-top: 10px; }
.line-wrap { white-space: pre-wrap; }
.text-pre-line { white-space: pre-line;}
.align-baseline { vertical-align: baseline !important }
.align-top { vertical-align: top !important }
.align-middle { vertical-align: middle !important }
.align-bottom { vertical-align: bottom !important }
.align-text-top { vertical-align: text-top !important }
.align-text-bottom { vertical-align: text-bottom !important }
.align-right { align-right: right !important }
.align-items-middle { display: flex; align-items: center; }
.bg-light { background-color: #f6f6f6 !important; }
.bg-x-light { background-color: #f8f8f8 !important; }
.bg-dark { background-color: #232323 !important; }
.bg-primary { background-color: #FFD205 !important; }
.bg-primary-soft { background-color: #00457D !important;}
.bg-success { background-color: #67a871 !important; }
.bg-info { background-color: #219bc5 !important; }
.bg-info-soft { background-color: #a6cdda !important; }
.bg-secondary { background-color: #8a9396 !important; }
.text-light { color: #f6f6f6 !important; }
.text-dark { color: #232323 !important; }
.text-info { color: #00457D !important; }
.text-primary { color: #00457D !important; }
.text-success { color: #00457D !important; }

.pt-01 { padding-top: 0.1rem !important; }

/* / HELPERS ***************************************************************************/
/***************************************************************************************/

/***************************************************************************************/
/* LAYOUT ******************************************************************************/
/***************************************************************************************/

/* LAYOUT - HEADER *********************************************************************/
.layout-header nav {z-index: 1031;}
.layout-header .navbar-brand { padding-top: 0; padding-bottom: 0; height: 40px;}
.layout-header .navbar {background-color: #FFD205; min-height: 40px; color: #00457D; border: 0px; opacity: .9}
.layout-header .navbar-default .navbar-nav > li > a { color: #00457D !important; font-weight: bold;}
.layout-header .navbar-default .navbar-nav > .open > a, .layout-header .navbar-default .navbar-nav > .active > a.header-user-anonymous {background-color: #FFD205 !important; color: #00457D !important;}
.navbar-dark .navbar-nav .nav-link {  color: #00457D; font-weight: bold; }
/* LAYOUT - SUBHEADER ******************************************************************/
.layout-subheader { opacity:.9 }


/* LAYOUT - BANNER *********************************************************************/
.layout-banner { margin: 0 0 20px 0; }
.layout-banner.home-licitaciones { background-color: #00457D; border-color: #FFD205; position: relative; color: white; background-size: cover; min-height: 350px;}
.layout-banner.home-tramites { background-color: #00457D; position: relative; color: #fff; background-size: cover;}
.layout-banner.home-catalogos { background-color: #00457D; position: relative; color: #fff; background-size: cover;}
.layout-banner.home-contratos { background-color: #00457D; position: relative; color: #fff; background-size: cover;}
.layout-banner.inner { background-color: #00457D; position: relative; min-height: 50px; color: #fff; background-size: cover;}
.layout-banner.inner #banner { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-size: cover; z-index: 1}
.layout-banner .layout-banner-intro {
    /*background-color: rgba(0,0,0,0.4);*/
    color: #fff;
    padding: 20px;
    margin: 0 0 10px 0;
    opacity: 0.9;
}
.layout-banner-intro h1 {
	font-size: 30px;
}
.layout-banner .content {
	position: absolute;
	top: 60px;
	left: 70px;
	z-index: 2;
	opacity: 0.9;
}
.layout-banner .content h1 {
	/*background-color: #ff880c;*/
	font-weight: 100;
	padding: 5px;
	display: inline-block;
}
.layout-banner .content p {
	/*background-color: #ff880c;*/
	padding: 3px;
}
.layout-banner .overlay {

	/*display: none;
	por defecto oculto*/
	background: -moz-linear-gradient(left, rgba(54,60,74,1) 0%, rgba(54,60,74,0) 60%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgb(181, 169, 64) 0%,rgba(54,60,74,0) 60%); /* Chrome10-25,Safari5.1-6 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgb(0, 69, 125) 0%,rgba(54,60,74,0) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#266daa', endColorstr='#00363c4a',GradientType=1 );  IE6-9 */
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: -30px;
	top: 0;
}

.layout-banner-menu {}
.layout-banner-menu .media-body {width: auto;}

/* LAYOUT - NAVIGATION *****************************************************************/
.layout-navigation .navigation-sections {background-color: #00457D; padding: 20px; margin-bottom: 10px; opacity: 0.9; color: #fff; }
.layout-navigation .navigation-sections.private {background-color: #444;}
.layout-navigation .navigation-sections.info {background-color: #eee; color: #333; overflow:auto;}
.layout-navigation .navigation-sections:not(.info) i, .layout-navigation .navigation-sections:not(.info) a:not(.dropdown-item), .layout-navigation .navigation-sections:not(.info) .calendar-date { color: #fff; }
.layout-navigation .navigation-sections-alt { background-color: #ccc; padding: 20px; margin-bottom: 10px; opacity: 0.9; color: #363c4a; }
.layout-navigation .navigation-sections-alt i, .layout-navigation .navigation-sections-alt a, .layout-navigation .navigation-sections-alt .calendar-date { color: #363c4a; }

/* LAYOUT - CONTENT ********************************************************************/
.layout-content {animation-duration: 1.5s; opacity:0; transition-duration: 1s;}
.layout-content h1, .layout-content .licitacion-titulo, .layout-content .layout-content-body h1,
.layout-content .contentPanel .contentPanelBlock h2, .layout-content .contentPanel h2 { font-size: 30px; font-weight: 100;}
.layout-content .contentPanel h1, .layout-content .layout-content-body h1 { font-size: 30px; }
.layout-content.show { opacity: 1;}
.layout-content .layout-content-filter { margin: 10px 0 10px 30px; position: relative;}
.layout-content .layout-content-filter::before {
	height: 40px;
	width: 40px;
	background: #bbb url('../images/filter-white-17.png') center center no-repeat;
	position: absolute;
	top: -4px;
	left: -50px;
	border-radius: 100px;
	color: white;
	content: ' ';
}
.layout-content h2, .layout-content h3, .layout-content h4, .layout-content h5 {
    font-weight: 100;
}

.error-message {
	min-height: 360px;
}

/* LAYOUT - BOOTSTRAP ACCESSIBILITY CONTRAST ********************************************************************/

.text-muted {
    color:#757575
}

.breadcrumb>.active {
    color: #656b72;
}

.list-group-item-primary {
    color: #fff;
    background-color: #004670;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #00457D;
    border-color: #00457D;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #53585a;
    border-color: #53585a;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #656b72;
}

.list-group-item.list-group-item-light.active {
    color: white;
}

.label-default {
    background-color: #757575;
}

.label-info {
    background-color: #20809D;
}

.label-warning {
    background-color: #A4660E;
}

.label-success {
    background-color: #3A833A;
}

.badge-lg {
    font-size: 14px;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    border-radius: 15px;
}

.page-link {
    position: relative;
    display: block;
    color: #00457D;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ededed;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #00457D;
    border-color: #00457D;
}

.badge-primary { color: #004670; background-color: #cce3f1; }
.badge-danger { color: #723639; background-color: #f2dedf; }
.badge-warning { color: #7a6536; background-color: #f5eede; }
.badge-success { color: #3e6544; background-color: #e1eee3; }
.badge-info { color: #145d76; background-color: #d3ebf3; }
.badge-secondary { color: #53585a; background-color: #e8e9ea; }

/* LAYOUT - WAIT ***********************************************************************/
.layout-wait {animation-duration: 6s; position: absolute; top: 30%; left: 40%; z-index: 1000; background-color: #fff; padding: 15px; border-radius: 5px; width: 250px;}

.layout-footer {
	min-height: 60px;
	color: #23527c;
}
.layout-footer a { color: #00457D;}
.layout-footer .layout-footer-sect-1 { padding: 20px 0; background-color: white;}
.layout-footer .layout-footer-sect-1 h1 { font-size: 24px; }
.layout-footer .layout-footer-sect-1 .layout-footer-brand img { margin: 15px 0; }
.layout-footer .layout-footer-sect-2 { background-color: rgb(51, 51, 51); padding: 20px 0; color:#FFFFFF }
.layout-footer .layout-footer-sect-2 a { color: #FFFFFF; }
/** Footer **/
/* / LAYOUT ****************************************************************************/
/***************************************************************************************/

/** NavPanel**/
#infoTramitador hr {
	margin: 10px 0 10px 0;
	border-top: 1px solid #757575;
}

/** Header **/

/** Navigation (left options) **/
.navigationPanel i {
  padding-right: 5px;
}
.contentPanelBlock {
	margin: 10px 0;
}
.navigation-title {
	color: #0b2d39;
}

p.media-heading.h4, .h4, .h3, .modal-title.h4{
    font-weight: 100;
}

.layout-wait .media-body p:first-child,
.navigation-sections .media .media-body .media-heading a,
.contentPanel .panel-default .panel-heading p,
.media-body p.media-heading {
	font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
}

span.control-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

span.control-label2 {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-labels strong {
	display: block;
	margin: 5px 0 5px 0;
}

.form-group label {
    text-transform: uppercase;
    font-size: 0.7rem;
    color: #00457D;
}

/*Blocks*/
.block {
  overflow: hidden;
  margin-bottom: 10px;
  min-height: 130px;
  padding: 15px 15px 10px;
  border: solid 1px transparent;
  transition: all 0.4s ease-in-out;
}

.block:hover {
  border: solid 1px red;
}

.block .desc {
  padding: 0 15px;
  overflow: hidden;
}

.block .desc h4 {
  font-size: 22px;
  line-height: 25px;
}

.block .block-icon {
  float: left;
  padding: 10px;
  font-size: 35px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.block .block-icon.icon-cogs {
  font-size: 37px;
}

.block .block-icon.icon-plane {
  font-size: 43px;
}

.infoFirmaBlock {
  display: inline-block;
}

/** Content info panel **/
.contentHomePanel {
  min-height: 500px;
}

.contentPanel {
  margin-bottom: 15px;
  min-height: 500px;
}
.contentPanel.subastas {
  margin-bottom: 60px;
}
.contentPanel .optionPanelList {
  max-height: 250px;
  overflow: auto;
}

.subastas-home .tab-pane a {
	margin-bottom: 10px;
}

.check-detail { display:none; }

.divPresentacionOfertas h1 {
	font-size: 24px;
}

.rowSelectable {
	cursor:pointer;
	border-left: solid 5px transparent;
}
.rowSelected {
	border-left: solid 5px #0b2d39;
	background-color: #d5d5d5 !important;
}
.firstUpper:first-letter {
    text-transform: uppercase;
}

.certs-list {
	max-height: 350px;
	overflow: auto;
    word-break: break-all;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #00457D;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-pills li.active a, .nav-pills li.active a:hover {
	background-color: #00457D !important;
}
.nav-pills li a {
    opacity: 0.9;
    margin-right: 2px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
}
.nav-pills li a:not(.active) {
	background-color: rgba(0,0,0,0.5) !important;
}

.nav-pills a span.media, .nav-pills a strong {
	display: block;
}

.btn-primary {
    color: #fff;
    background-color: #00457D;
    border-color: #00457D;
}

.btn-secondary {
    color: #000;
    background-color: #8a9396;
    border-color: #8a9396;
}

.btn-success {
    color: #fff;
    background-color: #00457D;
    border-color: #00457D;
}

.btn-success:hover {
    color: #fff;
    background-color: #0a61a8;
    border-color: #0a61a8;
}

.btn-danger {
    color: #000;
    background-color: #be5a5f;
    border-color: #be5a5f;
}

.btn-info {
    color: #000;
    background-color: #219bc5;
    border-color: #219bc5;
}

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

.btn-search {
	background: white;
	border: none;
	outline: none;
}

.tl-timeline .tl-steps > li.tl-event.tl-1::after {
    border-color: #9dc5a5;
    background-color: #67a871;
}
.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
	background-color: #d9edf7;
}

.form-horizontal .form-group {
	margin-left: 25px;
}

.form-horizontal .form-group label,
.form-horizontal .form-group strong {
	padding-left: 0px;
}

.row .form-group{
    overflow-wrap: break-word;
}

.accordion-titulo {
	cursor: pointer;
}
.accordion-content {
    display: none;
	text-align: justify;
	padding-left: 50px;
	opacity: 0.7;
	border-left: 8px solid #aaa;
}

.map {
	height: 300px;
}

.alert .fa-info, .fa-cogs {
	margin-right: 5px;
}

.alert-info {
    color: #145d76;
    background-color: #d3ebf3;
    border-color: #bce1ee;
}

.calendar-box {margin-right: 30%; margin-left: 30%;}
.calendar-link {color: #337ab7;}
.calendar-date {color: #7c7d17;}
.calendar-date .month {text-align: center; text-transform: uppercase;}
.calendar-date .day {text-align: center; font-size: 20px; font-weight: bold}
.calendar-date .year {text-align: center; font-size: small;}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #00457D;
    transition: width 0.6s ease;
}

.tag-organismo{
	margin: 5px;
	background-color: #4fc7d9;
	color: white;
}

.tag-tipotramite{
	margin: 5px;
	background-color: #d04a96;
	color: white;
}

.tag-categoria1{
	margin: 5px;
	background-color: #3c763d;
	color: white;
}

.tag-categoria2{
	margin: 5px;
	background-color: #7877dc;
	color: white;
}

.tag-categoria3{
	margin: 5px;
	background-color: #de5368;
	color: white;
}

.tag-categoria4{
	margin: 5px;
	background-color: #ff880c;
	color: white;
}

.tag-categoria5{
	margin: 5px;
	background-color: #a94442;
	color: white;
	display: inline-block;
}

.progress { height: 5px;}

body.modal-open-noscroll {
  margin-right: 0!important;
  overflow: hidden;
}

.modal-open-noscroll .navbar-default, .modal-open .navbar-default {
  margin-right: 0!important;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

/**Plugin Jquery SorterTable para ordenar tablas ya creadas en html**/

th.tablesorter {
    background-image: url("../images/bg.gif");
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

th.tablesorter-headerAsc {
    background-image: url("../images/asc.gif");
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;

}

th.tablesorter-headerDesc {
    background-image: url("../images/desc.gif");
   	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

.table-striped > tbody > tr:nth-of-type(odd) tr {
    background-color: #f9f9f9;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.tabla-div {
	border: 1px solid #ddd;
}

.tabla-div div.celda {
	padding: 8px 10px;
	overflow-x: hidden;
}

.tabla-div div.celda p.titulo {
	font-weight: bold;
}

.tabla-div.cabecera {
	margin-top: 10px;
	font-weight: bold;
	border-bottom: 2px solid #ddd;
}

.tabla-div.fila {
	border-top: none;
}

.tabla-div.fila.firstFila {
	border-top: 1px solid #ddd;
}

.tabla-div.fila:hover {
	background-color: #f5f5f5
}

.readonly {
	pointer-events: none;
	opacity: 0.7;
	background-color:#EEEEEE;
}

.selectedButton {
	background-color: #eee
}
.alert-danger:hover {
	color: #a94442;
	border-color: #ebccd1;
}
.open>.dropdown-toggle.alert-danger {
	color: #a94442;
	border-color: #ebccd1;
}

.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
/** Personalización tablas bootstrap **/

/* Color al seleccionar una fila */
.table>tbody>tr.active>td {
	background-color: #e3e3e3;
}

/* Grosor y color bordes cabecera tabla */
.table-bordered>thead>tr>th {
	border: 1px solid #ccc;
}

/* Grosor y color bordes cuerpo tabla */
.table-bordered>tbody>tr>td {
	border: 1px solid #ccc;
}

/* Color de table stripped - Primary */
.table-striped-primary > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: #f5fafb;
}
.table-striped-primary > tbody > tr,
.table-striped-primary > tbody > td {
    border-color: #f5fafb !important;
}

/* Alineación vertical al centro */
.table-align-middle thead tr,
.table-align-middle tbody tr {
    vertical-align: middle !important
}

/* Cambio de puntero al pasar por encima de una fila */
.clickable-row:hover{
	cursor:pointer;
}

/*Textarea risize*/
.resize-v {
	resize: vertical;
}

/* Alineado a la derecha en form con textarea en un modal */
.formModalError small {
	float: right;
	margin-right: 5px;
}

/* Estilo del mensaje de la política de cookies */
.layout-header .headerCookie {
  	background-color: white;
  	overflow: hidden;
    line-height: 18px;
    padding: 10px;
    postion: absolute;
    top: 65px;
}

/* Estilo del header de la política de cookies*/
.headerCookie p {
  font-family: "Source Sans Pro", sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 17px;
  padding: 0;
  letter-spacing: 0;
  margin: 0;
  font-weight: 400;
}

.opacity-0 {
  opacity:0!important;
}

.opacity-1 {
  opacity:0.2!important;
}

.opacity-2 {
  opacity:0.4!important;
}

.opacity-3 {
  opacity:0.6!important;
}

.opacity-4 {
  opacity:.8!important;
}

.opacity-5 {
  opacity:1!important;
}

.border-dotted {
    border-style: dotted;
    border-width: thin;
}

/* Personalizacion seccion notificaciones. Se evita desbordamiento de componentes*/

.layout-notificacion{
    overflow-wrap: break-word;
}

/* Estilos para componentes de firma visible en PDFs */
#dialogoVisualizacionPdf .modal-header {
    display: block
}
#dialogoVisualizacionPdf .modal-content {
    height: 48.9rem;
}
#dialogoVisualizacionPdf .navbar-nav {
    margin-left: 30%;
}
#dialogoVisualizacionPdf #li-first-page,
#dialogoVisualizacionPdf #li-prev-page,
#dialogoVisualizacionPdf #li-next-page,
#dialogoVisualizacionPdf #li-last-page {
    margin-top: 15px;
    margin-bottom: 15px;
}
#dialogoVisualizacionPdf #li-current-page {
    margin-top: 5px;
}
#dialogoVisualizacionPdf .navbar-text {
    margin-top: 5px;
}
#dialogoVisualizacionPdf .navbar-nav button {
    border-radius: 4px;
    outline: none !important;
}
#dialogoVisualizacionPdf #canvasContainer {
    position: relative;
}
#dialogoVisualizacionPdf #pdfCanvas {
    position: absolute;
    border: 1px solid black;
    direction: ltr;
    z-index: 0;
}
#dialogoVisualizacionPdf #rectangleCanvas {
    cursor: crosshair;
    position: absolute;
    direction: ltr;
    z-index: 1;
}


.mejor-oferta { background-color: #67a871 !important }
.participante-oferta { background-color: #0074ba !important }


/* Estilos para comentarios sobre pedidos */

.comentario-privado{ background-color: #d9edf7; }

/* Para el scroll del modal */

.modal-scroll {
    overflow-y: auto;
     height: 80vh;
}

/*Para que los desplegables tengan scroll*/
.dropdown-scroll {
    max-height: 20em; /* Limitar la altura máxima del dropdown */
    overflow-y: auto;  /* Scroll cuando exceda la altura */
}

.custom-flecha-cpv {
    font-weight: 900;
    font-size: 1.1em;
    margin-left: 10px;
    margin-right: 5px;
}

.custom-flecha-adj {
    font-weight: 900;
    font-size: 1.7em;
    margin-right: 5px;
}

.panel-heading .btn.collapsed .fas.fa-chevron-right {
    display: block;
}

.panel-heading .btn:not(.collapsed) .fas.fa-chevron-right {
    display: none;
}

.panel-heading .btn.collapsed .fas.fa-chevron-down {
    display: none;
}

.panel-heading .btn:not(.collapsed) .fas.fa-chevron-down {
    display: block;
}

.empresa-heading .btn.collapsed .fas.fa-chevron-down {
    display: block;
}

.empresa-heading .btn:not(.collapsed) .fas.fa-chevron-down {
    display: none;
}

.empresa-heading .btn.collapsed .fas.fa-chevron-up {
    display: none;
}

.empresa-heading .btn:not(.collapsed) .fas.fa-chevron-up {
    display: block;
}

.interviniente-heading .accordion-button.collapsed .fas.fa-chevron-up {
    display: block;
}

.interviniente-heading .accordion-button:not(.collapsed) .fas.fa-chevron-up {
    display: none;
}

.interviniente-heading .accordion-button.collapsed .fas.fa-chevron-down {
    display: none;
}

.interviniente-heading .accordion-button:not(.collapsed) .fas.fa-chevron-down {
    display: block;
}

.separacion-rep {
    border-top: 2px solid #0074ba !important;
    align-items: center;
}

.accordion-rep {
	text-align: justify;
	padding-left: 50px;
	border-left: 8px solid #aaa;
}

.no-small {
    font-size: 1rem !important;
}

.bg-accordion-header-user {
    background-color: var(--bs-gray-400);
    -webkit-print-color-adjust: economy;
    print-color-adjust: economy;
}

.bg-accordion-header-group {
    background-color: var(--bs-warning-bg-subtle);
    -webkit-print-color-adjust: economy;
    print-color-adjust: economy;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.65);
}