﻿/* Google Font Import - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

* {
    /*    margin: 0;
    padding: 0;*/
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

:root {
    /* ===== Colors ===== */
    --body-color: #ebeeef;
    --sidebar-color: #FFF;
    --primary-color: #1E3964;
    --primary-color-light: #4058df;
    --secundary-color: #f8b318;
    --secundary-color-light: #ec8700;
    --toggle-color: #DDD;
    --text-color: #707070;
    /* ====== Transition ====== */
    --tran-03: all 0.2s ease;
    --tran-03: all 0.3s ease;
    --tran-04: all 0.3s ease;
    --tran-05: all 0.3s ease;
}

body {
    min-height: 100vh;
    background-color: var(--body-color);
    transition: var(--tran-05);
}

::selection {
    background-color: var(--primary-color);
    color: #fff;
}

.not_show {
    display: none;
}

.not_show_imp {
    display: none !important;
}

.no_padding {
    padding: 0px !important;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

.no_margin {
    margin: 0px;
}

.mr_15 {
    margin-right: 15px;
}

.mr_10 {
    margin-right: 10px;
}

.mb_10 {
    margin-bottom: 10px;
}

.ml_10 {
    margin-left: 10px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_0 {
    margin-bottom: 0px;
}

.mt_10 {
    margin-top: 10px
}

.no_padding_right {
    padding-right: 0px !important;
}

.text_bold {
    font-weight: bold;
}

.text_center {
    text-align: center;
}

.trapi_form_grup {
    float: left;
    margin-bottom: 15px !important;
    width: 100%;
}

    .trapi_form_grup > label {
        position: absolute;
        color: #747474;
        transform-origin: 0 0;
        transform: scale(0.9) translateY(45%);
        transition: transform 0.2s linear;
        margin-left: 12px;
        font-weight: bold;
    }

        .trapi_form_grup > label.subir_label {
            transform: scale(0.7) translateY(10%);
            transition: transform 0.2s linear;
            z-index: 9;
        }

    .trapi_form_grup > input, .trapi_form_grup > select, .trapi_form_grup > textarea {
        padding: 15px 7px 2px;
        box-sizing: border-box;
        border: 1px solid #b9b9b9;
        border-radius: 5px;
        height: 40px !important;
        width: 100%
    }

    .trapi_form_grup > textarea {
        height: 100px !important;
    }

    .trapi_form_grup > input:focus-visible, .trapi_form_grup > select:focus-visible {
        border: 1px solid #b9b9b9 !important;
    }

.error_input {
    border-color: #F44336 !important;
}

.mb_20 {
    margin-bottom: 20px !important;
}

.m_top10 {
    margin-bottom: 10px;
}

.truncate_text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: 100%;
}

.vertical_center {
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.trapi_button, .radio input:checked, .trapi_form_grup > i {
    background-color: var(--primary-color) !important;
    color: #FFFFFF !important;
    padding: 3px 10px;
    border-radius: 5px;
}

.btn.trapi_button:hover {
    background-color: var(--primary-color-light) !important;
}

.img_producto {
    height: 75px;
    display: flex;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: var(--primary-color);
}


.trapi_app_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    margin-bottom: 0;
    padding: 0;
    background: #FFFFFF;
    transition: box-shadow 0.2s linear;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1;
    box-shadow: 0 1px 1px rgb(0 0 0 / 14%);
    height: 60px;
}

img.img_cumple {
    float: left;
    width: auto;
    margin-left: -20px;
    max-width: 65%;
}

.container_home > i {
    font-size: 35px;
    padding: 12px 17px;
    cursor: pointer;
}

.container_home > img {
    height: 40px;
    margin-top: -15px;
    cursor: pointer;
}

.container_principal_info {
    flex: 1;
    text-align: right;
}

    .container_principal_info > #dropNotis > i {
        font-size: 30px;
        padding: 15px;
        cursor: pointer;
    }

.container_notifis {
    width: 450px;
    padding: 0px !important;
    margin-top: -3px !important;
}

#container_items {
    overflow: auto;
    max-height: 400px;
}

.container_notifis > label {
    background-color: #1b3869;
    color: white;
    width: 100%;
    text-align: center;
    padding: 5px;
}

#dropNotis {
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

    #dropNotis > i:hover {
        color: dimgray
    }

    #dropNotis > i {
        color: #13258a;
        font-size: 35px;
    }

#nuevas_notis_badge {
    background-color: red;
    border-radius: 50px;
    padding: 0px 8px 0px;
    color: white;
    position: absolute;
    margin-left: -48px;
    margin-top: 0px;
    font-size: 12px;
}

.trapi_notifi_item {
    padding: 8px 17px;
    border-bottom: 1px solid #d4d4d4;
}

    .trapi_notifi_item:hover {
        background-color: #1b38691a;
    }

    .trapi_notifi_item > span {
        float: right;
        font-size: 13px;
    }

    .trapi_notifi_item > i {
        font-size: 20px;
        color: #1b3869;
        margin-right: 8px;
        background-color: #dedede;
        padding: 7px 8px;
        border-radius: 7px;
    }

    .trapi_notifi_item > label {
        color: #424141;
        font-weight: normal;
        width: 100%;
    }

.container_ver_todo_notis {
    text-align: center;
    padding: 7px;
    color: #1b3869;
    font-size: 1em;
    font-weight: bold;
}

    .container_ver_todo_notis > a {
        cursor: pointer;
    }

.info_usuario_logueado {
    float: right;
    margin: 5px 25px;
}

    .info_usuario_logueado > img {
        height: 40px;
        border-radius: 5px;
        margin-top: 5px;
    }

.trapi_app_sidebar {
    width: 250px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    padding-top: 60px;
    background: #37474F;
    z-index: 1010;
    overflow: auto;
    background-image: url(https://png.pngtree.com/thumb_back/fw800/background/20201105/pngtree-black-low-polygon-gradient-background-image_449310.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sidebar_menu {
    padding: 10px;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.5em;
    width: 100%;
    float: left;
    text-decoration: none !important;
}

    .sidebar_menu > label {
        cursor: pointer
    }

    .sidebar_menu > i {
        margin-right: 5px;
    }

    .sidebar_menu:hover {
        background-color: #6060607d;
        color: #ffffff;
    }

.trapi_scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.trapi_scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.trapi_scrollbar::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.trapi_app_content_full {
    margin-left: 250px;
    height: calc(100vh - 95px);
}

.trapi_app_content {
    height: 100%;
    padding: 25px 30px;
    position: relative;
    flex-grow: 1 !important;
    overflow: auto;
}

.trapi_app_footer {
    text-align: center;
    height: 35px;
    border-top: 1px solid #d7d7d7;
    background-color: #ffffff;
    font-weight: bold;
    color: black;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

    .trapi_app_footer > label {
        margin-top: 5px;
    }


.trapi_paginado_container_list > div.col-lg-12 {
    padding-bottom: 5px
}

.trapi_paginado_container_list > div.col-lg-6:nth-child(odd) {
    padding: 2.5px 2.5px 2.5px 10px
}

.trapi_paginado_container_list > div.col-lg-6:nth-child(even) {
    padding: 2.5px 10px 2.5px 2.5px;
}

.trapi_paginado_buttons_paginado > button {
    margin: 0px 1px;
}

.trapi_paginado_footter {
    float: left;
    width: 100%;
    padding: 10px 0px 15px;
}

.trapi_paginado_head {
    float: left;
    width: 100%;
}

.trapi_paginado_info_listado {
    float: left;
    margin-top: 7px;
}

.trapi_paginado_buttons_paginado {
    text-align: right;
    float: right;
}

.trapi_paginado_paginas {
    width: 16%;
    margin-bottom: 0px !important;
    padding-right: 10px;
}

.trapi_paginado_search {
    float: left;
    width: 84%;
    display: flex;
    flex-direction: row-reverse;
}

    .trapi_paginado_search > .trapi_form_grup {
        float: right;
        width: 30%;
        display: flex;
        margin-bottom: 0px !important;
    }

.trapi_paginado_search_filtros_adic > .trapi_form_grup {
    float: right;
    width: 30%;
    display: flex;
    margin-bottom: 0px !important;
}

.trapi_paginado_search_filtros_adic {
    float: left;
    width: 100%;
}

.trapi_form_grup > i {
    padding: 12px;
    border-radius: 5px 0px 0px 5px;
}

#trapi_paginado_data {
    float: left;
    width: 100%;
}

.trapi_form_grup > i ~ input {
    border-radius: 0px 5px 5px 0px;
}

.trapi_form_grup > i ~ label {
    margin-left: 50px;
}

.opciones_estatus {
    float: right;
    margin: 5px 15px;
}

.btn_opcion_paginado {
    position: absolute;
    width: 40px !important;
    font-size: 14px !important;
    right: 8px;
    top: 8px;
}

.container_button_add > .trapi_button {
    width: auto !important;
}

.container_button_add {
    margin: 5px 0px;
}

.radio {
    display: inline-block;
}

    .radio input {
        width: auto;
        height: 100%;
        appearance: none;
        outline: none;
        cursor: pointer;
        border-radius: 2px;
        padding: 4px 8px;
        background: #caccd4;
        color: #000000bd;
        font-size: 14px;
        transition: all 100ms linear;
    }


        .radio input:before {
            content: attr(label);
            display: inline-block;
            text-align: center;
            width: 100%;
        }

.container_button_add {
    float: right;
    width: 100%;
    text-align: right;
    margin-bottom: 12px;
}

.modal_80 {
    max-width: 80% !important;
    width: 80% !important;
}

.modal_95 {
    max-width: 95% !important;
    width: 95% !important;
}

.select2-container {
    width: 100% !important
}

.select2-selection {
    padding: 15px 7px 2px !important;
    box-sizing: border-box !important;
    border: 1px solid #b9b9b9 !important;
    border-radius: 5px;
    height: 40px !important;
    width: 100%;
}

.select2-selection__rendered {
    position: absolute;
}

.select2-selection__clear {
    top: 0px;
    position: absolute;
    right: 10px;
    font-size: 24px !important;
}

    .select2-selection__clear:hover {
        color: #1b3869
    }

#container_btn_migracion {
    margin: 15px 0px;
    display: flow-root;
    text-align: center;
}

    #container_btn_migracion > button {
        width: 30%;
        margin: 4px;
    }

.container {
    width: 100% !important;
    max-width: 100% !important;
}

#container_items > a {
    width: 100%;
    float: left;
    cursor: pointer
}

    #container_items > a:nth-child(2n) {
        background-color: #e2ebf8 !important;
    }

.container_detalle_card > label {
    width: 100%;
}

.container_detalle_card > div {
    display: flex
}

    .container_detalle_card > div > label,
    .container_detalle_card > div > span {
        width: 50%;
    }

    .container_detalle_card > div > span {
        color: gray;
        font-size: small;
    }

        .container_detalle_card > div > label:last-child,
        .container_detalle_card > div > span:last-child {
            text-align: right
        }

#container_total {
    display: flex;
}

    #container_total > .trapi_button {
        width: 50%;
        margin: 0px 5px 10px;
        text-align: center;
        border-radius: 5px;
    }


.select2-dropdown {
    z-index: 9999 !important;
}

.select2-selection__rendered {
    width: 100%;
}

.trapi_bag {
    background-color: grey;
    border-radius: 5px;
    padding: 2px 15px;
    width: auto !important;
    color: white;
    float: right;
}

.trapi_bag_blue {
    background-image: linear-gradient( 180deg, #0b54d2, #272727);
}

.trapi_bag_gray {
    background-color: grey;
}

.trapi_bag_green {
    background-image: linear-gradient( 180deg, #077c0c, #272727);
}

.trapi_bag_red, .trapi_bag_APROBADO_FALTANTE {
    background-image: linear-gradient( 180deg, #f44336, #272727);
}

.container_total {
    display: flex;
    text-align: center;
    padding: 10px 0px;
    width: 100%;
    gap: 10px;
}

    .container_total > div > label {
        width: 100%
    }

    .container_total > div {
        width: 100%;
        font-size: 1.2em;
        padding: 7px;
        border-radius: 5px;
    }

.trapi_progress_bar {
    width: 100%;
    height: 30px;
    background-color: #bfcad3;
    border-radius: 5px;
    margin: 15px 0px 10px;
}

    .trapi_progress_bar > label {
        width: 100%;
        text-align: center;
        color: #ffffff;
        font-weight: bold;
        z-index: 9999;
        position: relative;
        margin-top: 3px;
    }

    .trapi_progress_bar > div {
        background-image: linear-gradient( 180deg, #0b54d2, #272727);
        height: inherit;
        border-radius: 5px;
        width: 0%;
        position: relative;
        top: -27px;
        z-index: 5;
    }



.container_total > div > div {
    font-size: 55px;
    color: #13258a;
    height: 0px;
    line-height: 50px;
    opacity: .4;
    margin-right: 0%;
    text-align: left;
}

.container_total > div {
    background-color: white !important;
    color: black !important;
    border: 1px solid blue;
}

.container_total > div {
    width: 50%;
    font-size: 1.2em;
    padding: 7px;
    border-radius: 5px;
}

/* .container_total > div:nth-child(2), .container_total > div:nth-child(3),
    .container_total > div:nth-child(4) {
        margin-left: 2%;
    }
*/
#container_detalle_modal > label {
    width: 100%
}

#container_detalle_modal > img {
    margin: 1%;
    width: 46%;
    border: 1px solid gray;
    border-radius: 10px;
}

.menu_opciones.opciones_head {
    margin-top: -42px;
    margin-right: 10px
}

nav.breadcrumb {
    background-color: white;
    padding: 5px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-decoration: none;
}

    nav.breadcrumb > ol {
        margin-bottom: 0px;
    }

.breadcrumb-item > a {
    text-decoration: none;
    color: #13258a;
}

    .breadcrumb-item > a:hover {
        color: #EC8700;
    }







.container_sub_conteo_sol {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .container_sub_conteo_sol > span {
        font-weight: bold;
    }

    .container_sub_conteo_sol > span,
    .container_sub_conteo_sol > div,
    .container_sub_conteo_sol_notis {
        background-color: white;
        padding: 5px 10px;
        border-radius: 7px;
        margin: 5px;
        border: 1px solid #bebebe;
    }

    .container_sub_conteo_sol > div {
        margin-bottom: 10px;
        float: left;
        width: 100%;
    }

        .container_sub_conteo_sol > div > label {
            width: 100%;
            text-align: center;
        }

.container_sub_conteo_sol_notis {
    display: flex;
    flex-wrap: wrap;
    width: calc(50% - 10px);
    float: left;
}

    .container_sub_conteo_sol_notis > h6 {
        margin-bottom: 0px;
    }

    .container_sub_conteo_sol_notis > div {
        float: left;
        display: flex;
        flex-wrap: wrap;
    }

        .container_sub_conteo_sol_notis > div > label {
            float: left;
            width: 50%;
        }

button.btn_ajustar {
    float: right;
}

.container_sub_cats_cont_mod {
    float: left;
    width: 100%;
}

#trapi_paginado_head_total {
    float: left;
    width: 100%
}

#filtros_ext {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

    #filtros_ext > div {
        width: 25%;
    }


.cont_dif_sol_not {
    border: 2px dashed #f56c6c;
    background-color: #ff000029;
}

    .cont_dif_sol_not > .card {
        background-color: transparent;
    }


#cont_checador {
    margin-right: 15px;
    margin-left: 5px;
    display: none;
}

    #cont_checador > button {
        margin-left: 2px;
    }

    #cont_checador > div {
        display: flex;
        align-items: center;
        background-color: red;
        color: white;
        padding: 0px 5px;
        border-radius: 5px;
        margin: 0px 2px;
        font-size: small;
        cursor: pointer;
    }

        #cont_checador > div > i {
            font-size: x-large;
        }

        #cont_checador > div > div {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-left: 5px;
            cursor: pointer;
        }

        #cont_checador > div:first-child {
            background-color: green;
        }

        #cont_checador > div > div > label {
            cursor: pointer;
        }

.swal2-actions {
    z-index: auto !important
}
