#layout_content {
    height: 100vh;
    margin-top: 111px;
    top: 0;
    left: 0;
    right: 0;
}

div.sbpopover {
    width: 400px !important;
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-dark);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-dark);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-dark);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    font-size: 0.8rem;
    width: 100%;
    color: var(--bs-dark);
    vertical-align: middle;
    border-color: rgba(var(--bs-dark-rgb), 0.015);
}

.table th {
    font-size: 0.8rem;
    vertical-align: middle !important;
    border: 1px solid rgba(var(--bs-dark-rgb), 0.1);
    white-space: nowrap;
}

.table {
    text-transform: capitalize;
}

.table>tbody {
    vertical-align: inherit;
}

.table> :not(caption)>*>* {
    padding: 0.1rem 0.4rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    border-bottom-width: 2px;

}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tfoot>tr>td,
.table>tfoot>tr>th {
    vertical-align: middle;
    background-color: rgba(var(--bs-primary-rgb), 0.025);
    padding: 0.3rem 0.4rem;
}

.table> :not(:first-child) {
    border-top: 2px solid currentColor;
}

.table>tbody>tr.selected {
    background-color: var(--dt-row-selected);
    color: #fff;
    border-color: var(--dt-row-selected);
}

.caption-top {
    caption-side: top;
}

.table-sm> :not(caption)>*>* {
    padding: 0.25rem 0.25rem;
}

.table-bordered {
    border: 1px solid rgba(var(--bs-dark-rgb), 0.25);
}

.table-bordered> :not(caption)>* {
    border-width: 1px;
}

.table-bordered> :not(caption)>*>* {
    border-width: 0 1px;
}

.table-borderless> :not(caption)>*>* {
    border-bottom-width: 0;
}

.table-borderless> :not(:first-child) {
    border-top-width: 0;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

#tablaExcursionesPR table {
    border-collapse: collapse;
}

tr.cobro {
    border-bottom: 2px solid var(--bs-secondary);
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.table-primary {
    --bs-table-bg: var(--bs-primary);
    --bs-table-striped-bg: #dfeae7;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dee2e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e1e5e4;
    --bs-table-hover-color: #000;
    color: #fff;
    border-color: #dee2e1;
}

th input {
    width: 65px;
}

.table-secondary {
    --bs-table-bg: #aaabad;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce;
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7;
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3;
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9;
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4;
}

.table-light {
    --bs-table-bg: #f8faf8;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1;
}

.table-dark {
    --bs-table-bg: var(--bs-dark);
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e;
}

.table-totales td {
    --bs-table-bg: #b4b4b4;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #b6b6b6;
}

.table-totales-row td {
    --bs-table-bg: #d5d5d5;
    border-color: #b6b6b6;
}

.table-responsive,
.dataTable-wrapper .dataTable-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.footer-bottom {
    height: 100px;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 150px;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    font-size: 0.92rem;
    color: var(--bs-dark);
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

.sb-nav-fixed .sb-topnav .sb-topnav-dos {
    z-index: 1039;
}

.sb-topnav .nav-item {
    height: 54px;
    margin: 0px;
    padding: 0px 2px 0px 0px;
    /*border: 1px solid white;*/
}

.sb-topnav .nav-item .nav-link {
    font-size: 1rem;
}

.sb-topnav .nav-link {
    height: 46px;
    padding: 11px 0px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    margin-top: 8px;
    padding-left: 3px;
    padding-right: 3px;
}

.sb-topnav .nav-item:hover {
    background-color: rgba(var(--bs-dark-rgb), 1);
}

.sb-topnav.navbar-dark #sidebarToggle {
    color: rgba(255, 255, 255, 0.75);
}

.sb-topnav.navbar-light #sidebarToggle {
    color: var(--bs-dark);
}

.sb-topnav-dos {
    top: 54px;
    height: 46px;
    left: 0;
    right: 0;
    z-index: 1040;
    background-color: var(--bs-dark-dos);
}

.sb-topnav-dos .nav-item {
    height: 46px;
}

.sb-topnav-dos .nav-item .nav-link {
    font-size: 0.95rem;
}

.sb-topnav-dos .nav-menu-dos {
    position: relative;
}

.sb-topnav-dos .nav-link {
    height: 46px;
    padding: 12px 0 0 16px;
}

.sb-topnav-dos .nav-item:hover {
    background-color: var(--bs-dark);
}

.sb-topnav-dos .dropdown-titulo {
    background-color: var(--bs-bg-gris);
    font-weight: bold;
    text-align: center;
    padding: 3px 5px;
}

.sb-topnav-dos .dropdown-blanco {
    font-weight: bold;
    text-align: center;
    margin: 13px 18px;
}

.sb-topnav-dos .dropdown-destacado {
    background-color: var(--bs-bg-gris);
    font-weight: bold !important;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0;
}

.ultimo {
    background-color: var(--bg-dark);
    padding: 0.5rem;
}

.sb-topnav-dos .dropdown-menu {
    position: absolute;
    z-index: 1040;
    display: none;
    top: 46px;
    width: max-content;
    font-size: 0.92rem;
    color: var(--bs-dark);
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(var(--bs-dark-rgb), 0.125);
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.bg-dark-dos {
    background-color: var(--bs-dark-dos);
}

.bg-dark-hover-dos:hover {
    background-color: var(--bs-dark-dos);
}

.dropdown-menu-start {
    --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
}

.dropdown-menu-end {
    --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-end {
        --bs-position: end;
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-end {
        --bs-position: end;
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-end {
        --bs-position: end;
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-end {
        --bs-position: end;
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xxl-end {
        --bs-position: end;
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-toggle::after {
    vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropstart .dropdown-toggle::after {
    display: none;
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.sb-topnav-dos .dropdown-item {
    display: block;
    top: 0;
    padding: 0.2rem 1rem 0.2rem 0.4rem;
    margin: 0;
    clear: both;
    font-weight: 400;
    color: var(--bs-dark);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--bs-dark);
    background-color: rgba(var(--bs-primary-rgb), 0.25);
}

/* .dropdown-item.active,
      .dropdown-item:active {
          color: var(--bs-dark);
          background-color: #fff;
      } */

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    margin: 0.75rem 0rem 0.3rem 0rem;
    font-size: 0.8rem;
    font-weight: bold;
    color: var(--bs-dark);
    --bs-text-opacity: 0.1;
    background-color: rgba(var(--bs-primary-rgb),
            var(--bs-text-opacity)) !important;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: var(--bs-dark);
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: var(--bs-primary);
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd;
}

.bg-menu-light {
    background-color: var(--bs-menu-light);
}

.table td {
    text-transform: capitalize !important;
    vertical-align: middle !important;
}

.minusculas {
    text-transform: lowercase;
}

.capitalizar {
    text-transform: capitalize;
}

.ui-autocomplete {
    text-transform: capitalize;
}

.ui-menu-item:hover {
    background-color: var(--bs-primary);
}

.ui-front {
    z-index: 5000;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid var(--bs-bg-primary);
    background: var(--bs-bg-primary);
    font-weight: normal;
}

td.nocapitalize,
span.nocapitalize {
    text-transform: none !important;
}

.acciones {
    background-color: var(--bs-secondary) !important;
    color: #fff;
    text-align: center;
}

.fixedcol {
    background-color: var(--bs-secondary) !important;
    color: #fff;
    text-align: center;
}

.bg-gris {
    background-color: var(--bs-bg-gris);
}

.bg-griss {
    background-color: var(--bs-bg-griss);
}

.bg-grisss {
    background-color: var(--bs-bg-grisss);
}

.bg-dropdown {
    background-color: var(--bs-white) !important;
}

#doble-scroll-tabla {
    width: 100%;
}

.dataTable-wrapper .dataTable-container {
    font-size: 0.875rem;
}

.dataTable-wrapper.no-header .dataTable-container {
    border-top: none;
}

.dataTable-wrapper.no-footer .dataTable-container {
    border-bottom: none;
}

.dataTable-top {
    padding: 0 0 1rem;
}

.dataTable-bottom {
    padding: 0;
}

.dataTable-top>nav:first-child,
.dataTable-top>div:first-child,
.dataTable-bottom>nav:first-child,
.dataTable-bottom>div:first-child {
    float: left;
}

.dataTable-top>nav:last-child,
.dataTable-top>div:last-child,
.dataTable-bottom>nav:last-child,
.dataTable-bottom>div:last-child {
    float: right;
}

.dataTable-selector {
    width: auto;
    display: inline-block;
    padding-left: 1.125rem;
    padding-right: 2.125rem;
    margin-right: 0.25rem;
}

.dataTable-info {
    margin: 7px 0;
}

/* PAGER */
.dataTable-pagination a:hover {
    background-color: #e9ecef;
}

.dataTable-pagination .active a,
.dataTable-pagination .active a:focus,
.dataTable-pagination .active a:hover {
    background-color: var(--bs-primary);
}

.dataTable-pagination .ellipsis a,
.dataTable-pagination .disabled a,
.dataTable-pagination .disabled a:focus,
.dataTable-pagination .disabled a:hover {
    cursor: not-allowed;
}

.dataTable-pagination .disabled a,
.dataTable-pagination .disabled a:focus,
.dataTable-pagination .disabled a:hover {
    cursor: not-allowed;
    opacity: 0.4;
}

.dataTable-pagination .pager a {
    font-weight: bold;
}

.dataTable-sorter {
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
    padding-right: 1rem;
}

.dataTable-sorter::before,
.dataTable-sorter::after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    right: 4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    opacity: 0.2;
}

.dataTable-sorter::before {
    bottom: 4px;
}

.dataTable-sorter::after {
    top: 0px;
}

.asc .dataTable-sorter::after,
.desc .dataTable-sorter::before {
    opacity: 0.6;
}

.dataTables-empty {
    text-align: center;
}

.dataTable-top::after,
.dataTable-bottom::after {
    clear: both;
    content: " ";
    display: table;
}

.btn-datatable {
    height: 20px !important;
    width: 20px !important;
    font-size: 1.75rem;
    border-radius: 0.25rem !important;
}

.btn-light {
    color: #001a0d;
    background-color: #c8d2e3;
    border-color: #c8d2e3;
}

.btn-light:hover {
    color: #001a0d;
    background-color: #afbcd2;
    border-color: #afbcd2;
}

.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90, 92, 105, 0.5);
    line-height: 46px;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    color: white;
}

.scroll-to-top:hover {
    background: #5a5c69;
}

.scroll-to-top i {
    font-weight: 800;
}

/*.dataTables_scrollBody {
  transform:rotateX(180deg);
  }
  .dataTables_scrollBody table {
  transform:rotateX(180deg);
  }*/

.activate {
    background: white;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0.2rem;
}

.processing {
    background: url("../img/loading.gif") no-repeat right;
    background-size: contain;
}

/* Estilos de Form Manifiesto*/

#formDataJson {
    width: 100%;
    margin: auto;
    padding: 20px 30px;
}

#dinContainer>div {
    display: flex;
    gap: 10px;
    margin-bottom: 3px;
}

#dinContainer>div span {
    margin-right: 6px;
    display: inline-block;
}

#dinContainerResponsable>div {
    display: flex;
    gap: 10px;
    margin-bottom: 3px;
}

#dinContainerResponsable>div span {
    margin-right: 6px;
    display: inline-block;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.formulario input:read-only {
    pointer-events: none;
}

.sinclick {
    position: relative;
    user-select: none;
}

.sinclick::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sinborde {
    border: 0px;
}

.sinfondo {
    background-color: transparent !important;
}

.minimal {
    text-align: end;
    border: 0px;
}

input.texto-exc {
    border: none;
}

input.form-control-caja {
    border-color: var(--bs-grey-600);
    width: 90px;
    height: 25px;
    background-color: transparent;
}

#cotizacion.input-group-text,
#cotizacion span {
    padding: 7px;
}

.form-control.cotiza {
    max-width: 72px;
    display: inline;
    padding: 4px;
    text-align: end;
}

input.cotiza {
    font-size: 0.85rem;
    margin: 1px 4px !important;
    box-shadow: 1px 1px 2px 1px rgba(var(--bs-dark-rgb), 0.2) !important;
}

input.formulario,
select.formulario,
optgroup.formulario,
textarea.formulario {
    font-size: 0.85rem;
    margin: 0.2rem 0rem 0.5rem 0rem !important;
    box-shadow: 1px 1px 2px 1px rgba(var(--bs-dark-rgb), 0.2) !important;
}

select.formulario {
    padding-top: 5px;
    padding-bottom: 4px;
}

input.formulario.moneda {
    text-align: end;
    padding-inline-end: 1rem;
}

a.formulario,
button.formulario {
    margin: 0 !important;
    box-shadow: 1px 1px 2px 1px rgba(var(--bs-dark-rgb), 0.2) !important;
}

.buscador {
    font-size: 0.85rem !important;
    box-shadow: 1px 1px 2px 1px rgba(var(--bs-dark-rgb), 0.2) !important;
}

.buscador.input-group {
    font-size: 0.85rem !important;
    box-shadow: 1px 1px 2px 1px rgba(var(--bs-dark-rgb), 0.5) !important;
    margin-right: 3px;
}

select.buscador {
    padding-top: 2px;
    padding-bottom: 2px;
    height: 32px;
}

button.buscador {
    margin: 0 !important;
    box-shadow: 1px 1px 2px 1px rgba(var(--bs-dark-rgb), 0.2) !important;
}

.tabla {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.5rem;
}

.tabla>hr {
    margin-right: 0;
    margin-left: 0;
}

.tabla>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.tabla>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.tabla>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.tabla>.tabla-header+.list-group,
.tabla>.list-group+.tabla-footer {
    border-top: 0;
}

.tabla-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.tabla-body .row {
    justify-content: center;
}

.tabla-title {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 1.30rem;
    font-weight: bold;
    letter-spacing: -0.5px;
}

.tabla-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.tabla-text:last-child {
    margin-bottom: 0;
}

.tabla-link+.tabla-link {
    margin-left: 1rem;
}

.tabla-header {
    padding: 0.8rem;
    background-color: var(--bs-bg-gris);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    display: flex;
    justify-content: center;
}

.tabla-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.tabla-footer {
    min-height: 50px;
    padding: 0.75rem;
    background-color: var(--bs-bg-gris);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    text-align: center;
}

.tabla-footer .btn {
    margin: 2px;
    box-shadow: 1px 1px 3px 1px rgba(var(--bs-dark-rgb), 0.3) !important;
}

.tabla-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.tabla-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

.tabla-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.tabla-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}

.tabla-img,
.tabla-img-top,
.tabla-img-bottom {
    width: 100%;
}

.tabla-img,
.tabla-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.tabla-img,
.tabla-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.tabla-group>.tabla {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .tabla-group {
        display: flex;
        flex-flow: row wrap;
    }

    .tabla-group>.tabla {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .tabla-group>.tabla+.tabla {
        margin-left: 0;
        border-left: 0;
    }

    .tabla-group>.tabla:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .tabla-group>.tabla:not(:last-child) .tabla-img-top,
    .tabla-group>.tabla:not(:last-child) .tabla-header {
        border-top-right-radius: 0;
    }

    .tabla-group>.tabla:not(:last-child) .tabla-img-bottom,
    .tabla-group>.tabla:not(:last-child) .tabla-footer {
        border-bottom-right-radius: 0;
    }

    .tabla-group>.tabla:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .tabla-group>.tabla:not(:first-child) .tabla-img-top,
    .tabla-group>.tabla:not(:first-child) .tabla-header {
        border-top-left-radius: 0;
    }

    .tabla-group>.tabla:not(:first-child) .tabla-img-bottom,
    .tabla-group>.tabla:not(:first-child) .tabla-footer {
        border-bottom-left-radius: 0;
    }
}

.dataTables_info,
.select-info {
    margin: 0 10px 0 10px;
    font-size: 0.95rem;
    font-weight: 500;
    color: rgba(var(--bs-primary-rgb), 1);
}

.centrar {
    text-align: center !important;
}

table td {
    border-color: var(--bs-gray-400);
}

.cancelada-rgb {
    background-color: rgba(var(--bs-cancelada-rgb), 0.55) !important;
}

.pendiente-rgb {
    background-color: rgba(var(--bs-pendiente-rgb), 0.25) !important;
}

.realizada-rgb {
    background-color: rgba(var(--bs-realizada-rgb), 0.25) !important;
}

.rechazada-rgb {
    background-color: rgba(var(--bs-rechazada-rgb), 0.25) !important;
}

.dtrg-level-0 .tdgroup {
    padding: 0.28rem 1rem;
}

.divgroup {
    padding: 0.2rem 0.5rem;
}

.min1rem {
    min-width: 200px;
}

tr.dtrg-group th {
    padding: 0.5rem 0.7rem;
    font-size: 0.92rem;
    color: var(--bs-secondary) !important;
}

.dtrg-group:hover {
    cursor: pointer;
}

.dtrg-level-1 .tdgroup {
    padding: 0.25rem 2rem;
}

.border-start-0 {
    border-left: 0;
}

.border-end-0 {
    border-left: 0;
}


.monto-totales {
    min-width: 80px;
    max-width: 160px;
}

.hidden-row,
.hidden-cell {
    display: none;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.bg-opacity-5 {
    --bs-bg-opacity: 0.05;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

.bg-opacity-15 {
    --bs-bg-opacity: 0.15;
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
    --bs-bg-opacity: 1;
}

.fs-8 {
    font-size: 0.8rem !important;
}

.fs-95 {
    font-size: 0.91rem !important;
}

.fs-small {
    font-size: 0.75rem !important;
}



.btn-input {
    color: inherit;
    background-color: transparent;
    padding-right: 2px;

}

.btn-input:hover {
    color: inherit;
    background-color: var(--bs-gray-300);
}

.btn-input:focus {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
}

.btn-input.active {
    color: inherit;
}

.btn-input.active:focus {
    color: inherit;
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-input.disabled {
    color: rgba(var(--bs-dark-rgb), 0.5);
}



.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    min-width: 2.5em;
    font-size: 0.85em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge.usuarios {
    padding: 0.65em 0.75em;
    vertical-align: middle;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.card {
    padding-bottom: 0.25rem;
}

div .card {
    margin-bottom: 30px !important;
}


.card-header {
    padding: 0.5rem 1rem 0.5rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.125);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}