.spin {
    background: url(http://www.xiconeditor.com/image/icons/loading.gif) no-repeat right center;
}

.filter-row {
    height:25px;
    margin-left:38px;
}

.filter-header {
    margin: 4px 33px;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    border-bottom-color: var(--bs-gray-500);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 36px;
    padding-top: 4px;
    background-color: var(--bs-gray-100);
    border-radius: 12px;
}

.data-filter {
    border-color: var(--bs-gray-400);
    border-width: 1px;
    border-style: solid;
    background-color: var(--bs-white);
    margin-left: -10px;
    border-radius: 5px;
    margin-right: 5px;
    padding-bottom: 15px;
    margin-top: 5px;
    padding-left: 8px;
}

@media (max-width: 500px) {
    .no-padding {
        padding: 0px !important;
    }

    .hide-on-mobile {
        display: none;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 60%;
    }
}

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    /*margin-right: calc(-0.9 * var(--bs-gutter-x)) !important;
    margin-left: calc(-0.9 * var(--bs-gutter-x)) !important;*/
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.grid-margin-5 {
    padding-bottom: 5px;
}

.settings-panel {
    border: 1px solid #CED4DA !important;
    border-top-left-radius: 7px;
}

.user-icon {
    font-size: 26px;
    color: deepskyblue;
}

.text-right {
    text-align: right;
}

.dropbox {
    border-color: cadetblue;
    padding: 2px;
    border-radius: 12px;
}

.padding59 {
    padding: 5px 9px !important;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 1.2;
}

.tablesorter-blue .tablesorter-filter-row .disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: not-allowed;
    display: none;
}

.tablesorter-blue input.tablesorter-filter,
.tablesorter-blue select.tablesorter-filter {
    font-size: 12px;
    font-family: Titillium Web, Product Sans, Arial, sans-serif;
}

.tooltip-inner {
    font-size: 14px;
    min-width: unset;
    /* the minimum width */
    text-align: left;
    font-family: Titillium Web, Product Sans, Arial, sans-serif;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #f9fafb;
    background-color: #b91323;
    border-color: #dee2e6 #dee2e6 #fff;
}

.form-check-input {
    cursor: pointer;
}

.form-check .form-check-label {
    margin-left: 5px;
    font-size: 17px;
}

.sidebar .nav.sub-menu .nav-item .nav-link.active {
    color: var(--bs-danger);
    background: transparent;
    font-weight: 800;
    /* font-size: small; */
    text-decoration: underline;
}

.card.card-dark-green {
    background: var(--bs-green);
    color: #ffffff;
}

.mostrar-indicador {
    appearance: auto;
    height: 31px;
    /* padding-left: 0px !important; */
}
select.form-control,
select.typeahead,
select.tt-query,
select.tt-hint,
.select2-container--default .select2-selection--single select.select2-search__field,
.select2-container--default select.select2-selection--single,
.jsgrid .jsgrid-table .jsgrid-filter-row select,
.dataTables_wrapper select,
select.asColorPicker-input {
    color: var(--bs-gray);
}

.tablesorter-blue .header, .tablesorter-blue .tablesorter-header {
    background-image: url('/img/flechas-tabla.png');
}

.tablesorter-blue .headerSortDown, .tablesorter-blue .tablesorter-headerSortDown, .tablesorter-blue .tablesorter-headerDesc {
    background-image: url('/img/flechas-tabla-down.png');   
}

.tablesorter-blue .headerSortUp, .tablesorter-blue .tablesorter-headerSortUp, .tablesorter-blue .tablesorter-headerAsc {
    background-image: url('/img/flechas-tabla-up.png');
}

select.form-control,
select.typeahead,
select.tt-query,
select.tt-hint,
.select2-container--default .select2-selection--single select.select2-search__field,
.select2-container--default select.select2-selection--single,
.jsgrid .jsgrid-table .jsgrid-filter-row select,
.dataTables_wrapper select,
select.asColorPicker-input {
    color: var(--bs-gray);
    padding: 0.4rem 0.75rem;
}

.form-control,
.typeahead,
.tt-query,
.tt-hint,
.select2-container--default .select2-selection--single .select2-search__field,
.select2-container--default .select2-selection--single,
.jsgrid .jsgrid-table .jsgrid-filter-row input[type=number],
.jsgrid .jsgrid-table .jsgrid-filter-row input[type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row select,
.dataTables_wrapper select,
.asColorPicker-input {
    padding: 5px;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 0.9375rem;
    padding-left: 40px;
    padding-right: 40px;
}

.modal .modal-dialog .modal-content .modal-header {
    padding: 15px;
}

h5,
.h5 {
    font-size: 1.5rem;
}

.table td .badge,
.jsgrid .jsgrid-table td .badge {
    margin-bottom: 0;
    width: 100%;
}

/* INICIO Modicador de tablesorter */
.tablesorter-blue tbody > tr.hover > td,
.tablesorter-blue tbody > tr:hover > td,
.tablesorter-blue tbody > tr:hover + tr.tablesorter-childRow > td,
.tablesorter-blue tbody > tr:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td,
.tablesorter-blue tbody > tr.even.hover > td,
.tablesorter-blue tbody > tr.even:hover > td,
.tablesorter-blue tbody > tr.even:hover + tr.tablesorter-childRow > td,
.tablesorter-blue tbody > tr.even:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
    background-color: #c4dafa
;
}
.tablesorter-blue tbody > tr.odd.hover > td,
.tablesorter-blue tbody > tr.odd:hover > td,
.tablesorter-blue tbody > tr.odd:hover + tr.tablesorter-childRow > td,
.tablesorter-blue tbody > tr.odd:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
    background-color: #c4dafa;
}


.tablesorter-blue .tablesorter-filter-row {
    background-color: #4d82bc !important;
}
.pager {
    font-size: 16px;
    text-align:center;
    padding-top:15px !important;
    padding-bottom:15px !important;
}

.tablesorter-blue .header, .tablesorter-blue .tablesorter-header {
    background-color: #005187;
    color: white;
    font-size: 14px;
    font-weight: 600;
   /* border-top-left-radius: 10px; 
    border-top-right-radius: 10px; */
}

.tablesorter-blue {
    border-spacing: 0;
    border: var(--bs-light) 1px solid;
    border-width: 0px;
    background-color: #C4DFDF;
    color: var(--bs-info);
    font-size: 17px;
    font-weight: 100;
    font-family: 'Titillium Web';
    font-weight: 300;
}

.tablesorter-blue th, .tablesorter-blue td {
    border: white 0px solid;
    border-width: 4px;
    border-bottom: 1px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: white;
}

.tablesorter-blue td {
    background-color: unset;
    padding-top:20px;
    padding-bottom:20px;
}

.tablesorter-blue input.tablesorter-filter, .tablesorter-blue select.tablesorter-filter {
    font-size: 15px;
    font-family: Titillium Web, Product Sans, Arial, sans-serif;
}

thead, tbody, tfoot, tr, td, th {
    font-size: 14px;
}

tr:nth-child(even) {
    background: #f8f9fa;
}
.tablesorter-blue tbody tr.odd > td {
    background-color: #c4dafa52;
}

.tablesorter-blue .tablesorter-filter-row {
    background-color: #aab2bd;
    border-left: white 4px solid;
    border-right: white 4px solid;
}

tr:nth-child(odd) {
    background: white ;
}
/* FIN Modicador de tablesorter */

/* mostrar indicador en elemento Dropbox */
.mostrar-indicador {
    appearance: auto;
    height: 31px;
}

/* Estilo de el paginador de tablas */
.page-boton {
    padding: 3px 12px;
    border-color: #84b6f4;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    background-color: #84b6f4;
    cursor: pointer;
    color:white;
}

.caption {
    background-color: var(--bs-teal);
    height: 40px;
    padding-top: 11px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: black;
    font-weight: 600;
    -webkit-box-shadow: 10px 10px 12px -4px rgba(224,224,224,1);
    -moz-box-shadow: 10px 10px 12px -4px rgba(224,224,224,1);
    box-shadow: 10px 10px 12px -4px rgba(224,224,224,1);
    margin-top: -20px;
    margin-left: -21px;
    position: absolute;
}

/* Botones tabs */
.nav-pills.nav-pills-custom .nav-link.active {
    background: #4d82bc;
    color: #ffffff;
}

/* Loadder Spinner */
.loader-spinner {
    width: 320px;
    height: 150px;
    display: block;
    margin: auto;
    position: relative;
    box-sizing: border-box;
}

.loader-spinner::after {
    content: '';
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px;
    position: absolute;
    background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), radial-gradient(circle 28px at 28px 28px, #DDD 99%, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
    background-repeat: no-repeat;
    background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
    background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
    box-sizing: border-box;
    animation: animloader 1s linear infinite;
}

@keyframes animloader {
    0% {
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
    }

    100% {
        background-position: 150% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
    }
}

@media (min-width: 1200px) {
    .esconder-label-conf {
        display: none;
    }

}

.tab-content.tab-content-custom-pill {
    border: 0;
    /*padding-left: 0;*/
}

@media (min-width: 550px) {
    .esconder-row {
        display: none;
    }

}

@media (min-width: 778px) {
    .separar-rectangulos {
        display: none;
    }

}

@media (min-width: 1200px) {
    .esconder-label {
        display: none;
    }

}

@media (max-width: 550px) {
    .esconder-iconos {
        display: none;
    }

}

@media (max-width: 550px) {
    .bajar-tabla {
        padding-top: 60px;
    }

}

.mdi-border-color::before {
    content: "\F0C9";
    position: relative;
    top: 1px;
}



