:root {
	--bs-rgb-primary: 2, 69, 94;
	--bs-rgb-primary-contrast: 255, 255, 255;
	--bs-rgb-secondary: 50, 104, 124;
}

nav.navbar.nav-ofertas .container-fluid {
    background-color: rgba(var(--bs-rgb-primary), 0.5) !important;
    padding: 0.5em 0;
}

.component-merito .dropzone-file {
  display: block;
  white-space: nowrap;
}

.component-merito .component-file {
    border: 0;
    padding: 0;
}

.component-merito, .component-seccion, .component-total-bloque {
    padding-right: 0;
}

.input-merito {
    width: 100%;
    max-height: 3em;
    border: 2px solid #cccccc;
    border-radius: 6px;
    align-content: center;
    padding: .75rem;
}

.input-merito p {
    margin: 0 !important;
}

.input-merito-total,
.input-merito-total-seccion,
.input-merito-total-bloque {
    width: 100%;
    border: 1px solid #acb0b3;
    max-height: 2em;
}

.input-merito,
.input-puntuacion {
    min-width: max-content;
}

.merito-puntuacion-permitida {
    font-weight: bold;
    font-size: 0.75rem;
}

.merito-unidad-medida {
    font-weight: bold;
    font-size: 0.75rem;
}

.btn-merito-add-item {
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    margin-left: .5rem;
}

.baremo-head{
    border-bottom: 1px solid;
    border-color: rgba(var(--bs-rgb-primary), var(--bs-bg-opacity));
}

.baremo-input{
    text-align: center;
    outline: 0;
    width: 90%;
}

.baremo-input-total{
    text-align: end;
}

.baremo-text-ayuda{
    font-weight: bold;
    font-size: 0.75rem;
    margin-left: 1em;
}

.total-resultado,
.baremo-input-total {
	background-color: #e0deda;
}

.baremo-label{
	transition: transform 1s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 5rem;
}

table.table-baremo{
    width: 100%;
}

table.table-baremo tr{
    height: 2.3lh;
}

table.table-baremo td.cell-value {
    position: relative;
    width: 6.3rem;
    vertical-align: top;
}

.t-row-entidades {
    padding: 0 !important;
    font-size: 0.8em;
}

.component-oferta-list .dropdown button.btn.btn-primary.dropdown-toggle {
    height: 45px;
    font-size: 1.1rem;
    border-radius: 0.3rem;
}

.btn-modificar-datos.btn-link:focus {
    outline: none;
    box-shadow: none;
}

.btn-uet-delete-item.bi.bi-trash3-fill{
    color: white;
}

.step-datos-notificacion{
    text-align: center;
}

.solicitud-texto {
    font-weight: bold;
    margin-top: -1rem;
}

.i-solicitud-desistimiento {
    color: #ff0000;
}

.i-informe-meritos-pdf {
    color: #387e10;
}

.i-pdf {
    color: #970404;
}

.i-alegacion {
    color: #a79017;
}

.i-continuar {
    color: #008000;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E"));
}

.link-documento {
    color: rgba(var(--bs-rgb-primary), 1) !important;
    text-decoration: underline;
}

.text-time-muted {
    color: #cccccc !important;
}

.bootstrap-select:not(.disabled) .dropdown-toggle:not(.disabled)::after {
  content: "" !important;
  margin: 10px;
}