.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
    border:1px solid #000;
}


.separador_grupo_ficha {
    color: #e2263e;
    font-family: Arial;
    font-weight: bold;
    padding-left: 15px;
    border-bottom:1px solid #e2263e;
    margin-bottom: 5px;
    padding-top: 20px;
}



.pagination .first,
.pagination .last {
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    padding: 5px 10px;
    transition: .3s ease;
}

.pagination .first:hover,
.pagination .last:hover {
    border-color: #e84444;
}

.pagination .first:hover .page-link,
.pagination .last:hover .page-link {
    color: #e84444;
}

.pagination .first {
    margin-right: 20px;
}

.pagination .last {
    margin-left: 20px;
}


.pagination .prev,
.pagination .previous,
.pagination .next {
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    padding: 5px 10px;
    transition: .3s ease;
}

.pagination .prev:hover,
.pagination .previous:hover,
.pagination .next:hover {
    border-color: #e84444;
}

.pagination .prev:hover .page-link,
.pagination .previous:hover .page-link,
.pagination .next:hover .page-link {
    color: #e84444;
}

.pagination .prev,
.pagination .previous {
    margin-right: 30px;
}



.mfp-title {
    background-color: #303032;
    color:#fff;
}




.btn-xs {
    padding: 4px 20px !important;
}


.py-60 {
    padding: 60px 0px;
}


.card-footer > a.card-link:hover {
    background-color:#eee;
}




p.lead {
    font-size:1.5rem;
}

.text-red {
    color: #dc3545 !important;
}

.text-ppc {
    color:#666;
}

input[required] {
    background-image: radial-gradient(#F00 15%, transparent 16%), radial-gradient(#F00 15%, transparent 16%);
    background-size: 1em 1em;
    background-position: right top;
    background-repeat: no-repeat;
}


.bg-overlay {
    color: #fff;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}




::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 1em !important;
    font-weight:400 !important;
    color: #888 !important;
}

.tabla_gestion {
    font-size:.95em;
}




.input-group-text {
    height: 40px;
}

.cursor-pointer {
    cursor: pointer;
}
.cursor-not-allowed {
    cursor: not-allowed;
}
.cursor-help {
    cursor: help;
}
.cursor-move {
    cursor: move;
}
.cursor-edit {
    cursor: copy;
}
.cursor-alias {
    cursor: alias;
}


input[type="color"] {
    -webkit-appearance: none;
    padding: 0;
}

input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}

input[type="color"]::-webkit-color-swatch {
    border: none;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.buttons-collection {
    margin-bottom: 1rem;
}


th {
    font-weight: 500;
}

table.dataTable.table-striped > tbody > tr.odd > * {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.01) !important;
}


table.dataTable thead > tr > th.sorting::before, table.dataTable thead > tr > th.sorting::after, table.dataTable thead > tr > th.sorting_asc::before, table.dataTable thead > tr > th.sorting_asc::after, table.dataTable thead > tr > th.sorting_desc::before, table.dataTable thead > tr > th.sorting_desc::after, table.dataTable thead > tr > th.sorting_asc_disabled::before, table.dataTable thead > tr > th.sorting_asc_disabled::after, table.dataTable thead > tr > th.sorting_desc_disabled::before, table.dataTable thead > tr > th.sorting_desc_disabled::after, table.dataTable thead > tr > td.sorting::before, table.dataTable thead > tr > td.sorting::after, table.dataTable thead > tr > td.sorting_asc::before, table.dataTable thead > tr > td.sorting_asc::after, table.dataTable thead > tr > td.sorting_desc::before, table.dataTable thead > tr > td.sorting_desc::after, table.dataTable thead > tr > td.sorting_asc_disabled::before, table.dataTable thead > tr > td.sorting_asc_disabled::after, table.dataTable thead > tr > td.sorting_desc_disabled::before, table.dataTable thead > tr > td.sorting_desc_disabled::after {
    opacity: .45 !important;
}

table.dataTable thead > tr > th.sorting_asc::before, table.dataTable thead > tr > th.sorting_desc::after, table.dataTable thead > tr > td.sorting_asc::before, table.dataTable thead > tr > td.sorting_desc::after {
    opacity: .9 !important;
}


.select2-container {
    width: 100% !important;
    padding: 0;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice, .form-select {
    font-size: 14px !important;
    border: 1px solid #e5e5e5 !important;
}

.select2-container--bootstrap-5 .select2-selection {
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
    min-height: 40px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: initial !important;
    font-size: 14px !important;
}

.form-control[type=file] {
    padding: 0;
}

.form-control::file-selector-button {
    padding: 10px;
    margin: 0 10px 0 0;
    height: 100%;
}

.progress {
    margin-bottom: 0;
}


.mfp-container {
    background-color: #5A6064;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    color: #fff;
}

.casilla {
    width: 25px !important;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: red;
}


.text-bg-daterium {
    color: #444 !important;
    background-color: #f0f1f2 !important;
    background-color: #eee !important;

    border-bottom: 8px solid #e0e1e2;
    border-top: 4px solid #e0e1e2;
}
.bg-daterium {
    background-color: #f0f1f2 !important;
}
.border-daterium {
    border-color: #e0e1e2 !important;
}

.checkbox-visible {
    height: 40px;
    border: 1px solid #e5e5e5;
}

.fs-56 {
    font-size: 56px;
}




.h-37 {
    height: 37px;
}


.bg-primary {
    background-color: #595959 !important;
}



.form-select {
    border-radius: 5px;
    height: 40px;
    border: 1px solid #e5e5e5;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #666;
}
  
.form-select:focus {
  border-color: #e84444 !important;
  box-shadow: none !important;
}

.form-select::-webkit-input-placeholder {
  color: #666;
}
  
.form-select:-ms-input-placeholder {
  color: #666;
  
}
  
.form-select::placeholder {
  color: #666;
}

.shadow-black {
    text-shadow: 0 0 2px black, 0 0 2px black;
}


.sticky-top-daterium {
    top: 1.5em !important;
}


a {
    transition: initial;
}

