@import url('media.icons.css');

@font-face {
    font-family: "Material Symbols Outlined";
    font-style: normal;
    font-weight: 400;
    src: url('kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOej.woff2') format("woff2");
}

body {
    font-size: 1em !important;
    overflow-x: hidden !important;
}

/* body {
    font-size: 1em !important;
    overflow-x: hidden !important;
    background: url('bg_noviembre.jpg') no-repeat center center fixed !important;
    background-size: cover !important;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    opacity: 0.8;
    z-index: -1;
}*/

.mt-ic {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.delay_container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
    text-align: center;
    word-wrap: break-word;
    overflow-y: scroll;
}

/* Typical modals */

.cm_delay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    word-wrap: break-word;
    overflow-y: hidden;
    z-index: 10000;
}

.cm_delay::-webkit-scrollbar {
    display: none;
}

.delay_container_tab {
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.delay_container_centered {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.sq_auto {
    width: 90%;
    max-width:
        /* 700 */
        700px;
    margin: auto;
    border-radius: 10px;
}

.card,
.modal {
    border-radius: 10px !important;
}

.btn {
    border-radius: 10px !important;
}

.sq_auto .sq_img {
    display: block;
    width: 100px;
    margin: auto;
}

.sq_title {
    font-weight: 500;
}

.gmodal {
    display: block;
    width: 90%;
    max-width: 900px;
    margin: auto;
    background-color: #fff;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    word-wrap: break-word;
}

.gmodal_title {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 1.3rem;
}

.gmodal_content {
    display: block;
    width: auto;
    height: 70vh;
    padding: 0 15px 15px 15px;
    overflow-y: scroll;
    word-wrap: break-word;
}

.gmodal_footer {
    border-top: 1px #bbb solid;
    text-align: right;
    padding: 10px;
}

.gmodal_mos {
    display: block;
}

.waves-effect.waves-gray .waves-ripple {
    background-color: rgba(155, 155, 155, 0.8);
}

.gn_border {
    border-right: 1px #bbb solid !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.container-datatable {
    display: block;
    word-wrap: break-word;
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 0 10px 0 10px;
}

.cm_container_large {
    width: 99% !important;
}

/* Include for datatable render library */

.tx_required {
    color: #b71c1c;
    font-weight: bold;
}

label {
    font-weight: bold !important;
    color: #888 !important;
}

a,
select,
button,
input[type=button] {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

input[type=text]::placeholder,
textarea::placeholder {
    color: #bbb;
    text-transform: none;
}

.input_uppercase {
    text-transform: uppercase;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    appearance: textfield;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

input[type=search] {
    height: 20px !important;
}

input[type=number][class=mosNumber]::-webkit-inner-spin-button,
input[type=number][class=mosNumber]::-webkit-outer-spin-button {
    -webkit-appearance: default !important;
}


.advhelper {
    color: #b71c1c;
    font-size: 0.8em;
    font-weight: bold;
}

/* Classic modals */

.cm_delay {
    display: table;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    overflow-y: scroll;
}

.cm_frame_info {
    display: block;
    width: 100%;
    height: 70vh;
    border: none;
    word-wrap: break-word;
    overflow: hidden !important;
}

.cm_swal_wide {
    width: 95% !important;
    max-width: 900px !important;
}

.cm_swal_index {
    z-index: 10000 !important;
}


.cm_fixed_bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    padding: 10px 30px 0 0;
    z-index: 1000;
    background-color: #fff;
    border-top: 1px #bbb solid;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

/* Stylish card */

.cm_card {
    background-color: #fff;
    border-radius: 10px;
}

.cm_warning {
    display: block;
    color: #fff;
    text-align: left;
    padding: 10px;
    border-radius: 5px;
}

.cm_pad {
    padding: 30px;
}

.cm_pad-10 {
    padding: 10px;
}

.cm_pad-5 {
    padding: 5px;
}


.cm_im {
    background-color: #eee;
    border-radius: 10px;
}

.cm_info {
    display: block;
    background-color: #ddd;
    text-align: left;
    padding: 5px;
    margin: 5px 0 5px 0;
    font-size: 0.9em;
    border-radius: 10px;
}

#sel_c,
#sel_r,
#sel_d {
    user-select: none;
    -webkit-user-select: none;
}

.cm_h_title {
    font-weight: bold;
}

.cm_t_table {
    border: 1px #bbb solid !important;
    border-collapse: collapse;
    border-radius: 10px;
}

.cm_t_table th {
    border: 1px solid #bbb !important;
    font-size: 0.8em !important;
    text-align: center;
}

.cm_t_table tr td {
    padding: 5px !important;
    border: 1px solid #bbb !important;
}

.cm_input_simple {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
}

input.cm_input_simple[readonly] {
    background-color: #eee !important;
}

.cm_noclick {
    pointer-events: none !important;
}

/* Filtrado */

.cm_search {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 30px !important;
    width: 100% !important;
    font-family: inherit;
    font-size: 14px !important;
}

input[type=text][class=cm_search]::placeholder {
    color: rgba(0, 0, 0, 0.86);
    font-weight: bold;
}

/* Evitar desbordar */

@media (max-width: 720px) {
    .nav_ic {
        display: none !important;
    }

    .sticky_indicator {
        top: 55px !important;
    }

    .cm_tx_user {
        display: none !important;
    }

    .cm_profile_ind {
        margin-right: 0px !important;
    }
}

/* Datos de click */

.cm_alink {
    display: block;
    cursor: pointer;
    width: 100%;
}

/* Estilo de tablas minimizado */

td {
    padding: 2px 0 2px 0 !important;
    font-size: 0.9em;
}

/* Estilo para selector de registros */

.dataTables_length {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0 0 0;
}

select[name*=_data_length] {
    position: relative;
    outline: none;
    display: inline-block !important;
    width: 55px !important;
    height: 30px !important;
}

select[name*=_data_length]:active {
    background-color: #eee;
}

.brand-logo {
    pointer-events: none !important;
}

.cm_datePart {
    background-color: #283593;
    color: #fff;
    width: 100%;
    padding: 5px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cm_timePart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cm_datPart {
    display: block;
    width: 100%;
    padding: 5px;
    border-top: 1px #bbb solid;
}

.cm_txgr {
    font-size: 3em;
}

.cm_txgr_m {
    font-size: 1.5em;
}


.cm_anim_sctop {
    animation-duration: 0.3s;
    animation-name: upto;
}

@keyframes upto {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.cm_anim_scbottom {
    animation-duration: 0.3s;
    animation-name: btto;
}

@keyframes btto {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.cm_anim_toup {
    animation-duration: 0.3s;
    animation-name: toup;
}

@keyframes toup {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.cm_delay_banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40vh;
    background-color: #283593;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* Calculadora */

.calc_container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    background-color: #fff;
    border: 1px solid #bbb;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    overflow: hidden;
}

.calc_content {
    display: block;
    width: 100%;
    padding: 10px;
}

.calc_title {
    padding: 10px;
    cursor: move;
    z-index: 10;
    color: #fff;
}

.screen {
    display: block;
    margin-bottom: 10px;
    padding: 10px 0px !important;
    font-size: 1.5em !important;
    border: 1px #bbb solid !important;
}

.keys {
    width: 250px;
    margin: auto;
}

.btn_key,
.btn_op {
    transition: all 0.3s;
    cursor: pointer;
    background: none;
    font-size: 1.5em;
    border: 1px #bbb solid;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}

.btn_key_ac {
    transition: all 0.3s;
    cursor: pointer;
    background: none;
    border: 1px #bbb solid;
    width: 68px;
    height: 25px;
    margin-bottom: 5px;
}

.btn_key:hover,
.btn_op:hover,
.btn_key_ac:hover {
    background-color: #eee;
}

.btn_key:active,
.btn_op:active,
.btn_key_ac:active {
    background-color: #ddd;
}

/* Logo */

.font-20 {
    font-size: 20px !important;
}

.table-load {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: center;
    z-index: 1000;
}

/* Selector */

.state_select {
    box-sizing: border-box;
    outline: 0 !important;
    cursor: pointer;
    width: 100%;
    margin: 5px auto auto auto;
    height: auto;
    background: none;
    border: none;
    border-top: 1px #bbb solid;
    transition: all 0.3s;
}

.state_select:active {
    background-color: #ddd;
}

.state_select:active {
    border-top: 1px #bbb solid;
    box-shadow: none;
}

/* Anim */

.anim_select {
    animation: movement;
    animation-duration: 0.2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes movement {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.01);
        box-shadow: 0 0 20px #00bcd4;
    }
}

/* List */

ul.listSug {
    position: absolute;
    z-index: 2000;
    background-color: #fff;
    margin: 0;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    overflow-y: scroll;
    border-radius: 3px;
    max-height: 250px;
}

ul.listSug li {
    transition: 0.2s;
    padding: 10px;
}

ul.listSug li:hover {
    background-color: #eee;
}

ul.listSug li:active {
    background-color: #e6e6e6;
}

/* Datos del iforme */

.data_info {
    cursor: pointer;
    color: #e65100;
    font-size: 18px !important;
}

/* Indicador */

.sticky_indicator {
    position: fixed;
    width: 100%;
    margin-left: -100%;
    top: 64px;
    padding: 5px;
    background-color: #ddd;
    border-top: 1px #bbb solid;
    border-bottom: 1px #bbb solid;
    font-size: 0.9em;
    transition: all 0.3s;
}

/* Link del perfil */

.cm_tx_min {
    font-size: 0.9em;
    color: #888;
}

.cm_tx_min_b {
    color: #888;
    font-style: italic;
}

/* Información desactivada */

.cm_indic {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ddd;
    border-radius: 10px;
    font-size: 0.9em;
}

/* Estilos */
.disabled-row {
    color: #888;
    font-style: italic;
}

.cm_chip_clickable {
    transition: all 0.2s;
    display: inline-block;
    background: none;
    padding: 7px 14px;
    margin-right: 7px;
    overflow: hidden;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 500;
    border-radius: 30px;
    border: 1px solid #bbb;
}

.cm_chip_clickable:hover {
    background-color: #eee;
}

.cm_chip_clickable:active {
    background-color: #ddd;
}

/* Clases de tablas de datos */

.cm_thin_table {
    width: 100%;
}

.cm_thin_table input {
    height: 25px !important;
}

.cm_thin_table select {
    transition: all 0.2s;
    height: auto;
    background: none;
    outline: none;
}

.cm_thin_table select:focus {
    border-color: #888;
    background-color: #eee;
}

/* Clases para controles */

.dnone {
    display: none;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

/* Barra superior */

.cm_btn_nav {
    background: none !important;
    box-shadow: none !important;
    color: #fff !important;
}

.cm_tx_user {
    display: inline-block;
}

.cm_flx_cont {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.cm_flx_cont .cm_profile_ind {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #283593;
    font-size: 1.5em;
    font-weight: bold;
    margin-right: 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px #fff;
}

/* Clases para scroll de coincidencias 060725-2030*/

.minscroll {
    display: block;
    width: 100%;
    border: none;
    word-wrap: break-word;
    overflow-x: hidden !important;
    overflow-y: scroll;
}

.min50 {
    max-height: 50vh;
}

/* Indicador de espacio */
.circle-wrap {
    text-align: center;
    padding: 20px 0;
}

.circle-space {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: conic-gradient(#283593 var(--value), #ddd 0deg);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #283593;
    position: relative;
}

.inside-circle {
    width: 90px;
    height: 90px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    top: 25px;
    left: 25px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

/* Estilos de subida */

.cm_file_preview {
    background-color: #ddd;
    border-radius: 10px;
}

#drop-zone-multi {
    transition: background-color 0.2s ease;
    border: 2px dashed #bbb;
    border-radius: 10px;
    padding: 40px;
    text-align: center;
    color: #888;
    cursor: pointer;
    margin-top: 10px;
}

#drop-zone-multi.dragover {
    background-color: #eee;
}

#drop-zone-multi:hover {
    background-color: #eee;
}

.cm_img_preview {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
    border: none;
    word-wrap: break-word;
    box-sizing: border-box;
    padding: 0.5rem;
}

.cm_img_preview img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* Estilos selección múltiple 100825 */

.cm_tdinput {
    cursor: pointer;
}

.cm_chip_flex i {
    position: relative;
    top: 3px;
    right: 5px;
    font-size: 1.2em !important;
}

/* Estilos de punteros y color */

.td_select {
    cursor: pointer
}

.td_select:hover {
    background-color: #eee;
}

.td_select:active {
    background-color: #ddd;
}