@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;900&display=swap');

/*
*
* Global
*
*/

:root {
    --color-corporate: #3E5BED;
    --color-secundario: #00337c;
    --color-secundario-light: #0045A9;
    --color-black: #121212;
    --color-text: #5A5A5A;
    --fontsize-title: 1.5em;
    --fontsize-subtitle: 1em;
    --fontsize-text: 0.8em;
}

html, body{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

body{
    background:#f3f4f9;
    color: var(--color-black);    
    min-height: 100vh;
}

a,
a:hover{
    color: #000;
}

b, strong {
    font-weight: 600;
}

code {
    font-size: inherit;
}

.text-rigth{
    text-align: right;
}

.text-left{
    text-align: left;
}


/*
*
* Loading
*
*/

.loading {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100000;
    background: #ffffffdd;
}
    .loading > div {
        display: table;
        width: 100%;
        height: 100vh;
    }
        .loading > div > div {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }


/*
*
* Header
*
*/

nav.navbar.header {
    border-bottom: 1px solid #ccc;
    box-shadow: 10px 0px 25px #ccc;
    background: #fff;
    padding: 15px;
}

nav.navbar img.max-side-brand{
    /* width: 130px; */
    max-height: 70px;
}

.header-logo-img {
    max-width: 200px !important;
}

.btn-user {
    margin-left: 1.5rem;
    font-size: 1.5rem;
    color: var(--color-secundario);
}

.profile-content {
    position: relative;
    display: inline-block;
}

    .profile-content .profile-content-image {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        overflow: hidden;
        cursor: pointer;
        border: 1px solid #ccc;
        overflow: hidden;
    }

        .profile-content .profile-content-image img{
            object-fit: cover;
            max-width: 100%;
        }

    .profile-content .profile-options {
        position: absolute;
        will-change: transform;
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1;
        background: #fff;
        border: 1px solid #ccc;
        font-size: 1rem;
        top: calc(100% + 5px);
        right: 0;
        padding: 10px 20px;
        z-index: 100;
        border-radius: 10px;
        display: none;
        width: max-content;
    }

        .profile-content .profile-options.active {
            display: block;
        }

        .profile-content .profile-options  a{
            text-decoration: none;
        }

        .profile-content .profile-options span.name-user{
            width: 100%;
            display: block;
            background: #eee;
            padding: 10px 20px;
            border-radius: 10px;
            margin-bottom: 10px;
            text-align: center;
        }

        .profile-content .profile-options span.users-profile-menu{
            width: 100%;
            display: block;
            margin-bottom: 10px;
        }

.sound-mode {
    display: inline-block;
    vertical-align: top;
    font-size: 1.5rem;
    margin-right: 30px;
    cursor: pointer;
    margin-top: 15px;
    background: #3E5BED;
    position: absolute;
    bottom: 15px;
    left: 15px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 8px 10px;
    z-index: 10;
}

    /* .sound-mode:hover{
        color: var(--color-corporate);
    } */

.content-menu {
    display: inline-block;
    vertical-align: text-top;
    font-size: 1rem;
    margin-right: 15px;
}

    .content-menu a{
        text-decoration: none;
    } 

        .content-menu a:hover{
            text-decoration: none;
            color:#3E5BED;
        } 

.navbar-brand{
    margin-right: 0;
}

.content-page-content {
    padding: 1.5rem 2rem;
}

.content-page {
    margin-top: 40px;
}

.content-page form{
    padding: 15px 30px;
}

span.navbar-text, 
span.navbar-text a, 
.nav-item a.nav-link, 
.nav-item a.nav-link:hover, 
.nav-item a.nav-link:focus, 
.profile-content .profile-options a, 
.profile-content .profile-options span.name-user {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    color: #000;
}


span.navbar-text a:hover,span.navbar-text a:focus{
    color: var(--color-corporate);
}

table.dataTable {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    background-color: #fff;
}

    table.dataTable th{
        font-weight: 500 !important;
        color: #fff;
        background-color: #3E5BED;
        font-size: 1rem; /* 0.825rem; */
    }

    table.dataTable td{
        font-size: 1rem; /* 0.825rem; */
        border-bottom-width: 0 !important;
    vertical-align: middle;
    }
            table.dataTable td p{
                margin-bottom: 0;
            }

    table.dataTable span.btn.btn-danger{
        padding: 2px 6px;
        font-size: 1rem; /* 0.825rem; */
    }

    table span.btn.action-row {
        padding: 5px;
    }

    .table-responsive {
        position: relative;
    }

    td.tfoot-buttons.text-end {
        padding: 0;
    }

        td.tfoot-buttons.text-end button {
            margin: 5px; 
        }

tr.even td.missing-data {
    background-color: rgba(255, 205, 203, 0.8) !important;
}
tr.even td {
    background-color: rgba(204,204,204,0.3);
}

.dataTables_wrapper label, 
.dataTables_info, 
.dataTables_paginate, 
.dt-search label, 
.dt-length label, 
.dt-layout-cell.dt-start .dt-info,
.dt-paging.paging_full_numbers {
    font-size: 1rem; /* 0.825rem; */
}

.page-item.active .page-link {
    color: #fff;
    background-color: #3E5BED;
    border-color: #3E5BED;
}

.modal-header{
    color: #fff;
    background-color: #3E5BED;
    padding: 10px 15px;
}

    .modal-header h5{
        font-size: 1rem;
    }

    .modal-header .close{
        color: #fff;
    }

.btn.btn-default{
    color: #fff;
    background-color: #3E5BED;
    cursor: pointer;
}

.toastify.error-custom {
    border-bottom: 3px solid #dc3545;
    background: #fff;
    color: #222;
    box-shadow: none;
}

.toastify.alert-custom {
    border-bottom: 3px solid #ffc107;
    background: #fff;
    color: #222;
    box-shadow: none;
}

.toastify.success-custom {
    border-bottom: 3px solid #28a745;
    background: #fff;
    color: #222;
    box-shadow: none;
}

.btn, .newClient, .newProductBill{
    font-size: 1rem; /* 0.825rem; */
}

.btn.btn-default.import-user, 
.btn.btn-default.export-user, 
.btn.btn-default.send-confirm, 
.btn.btn-default.export-zip, 
.newClient, .newProductBill{
    margin-bottom: 20px;
}

.preview-data{
    margin-top: 20px;
}

    .preview-data h5{
        font-size: 1rem;
    }


#listUserLot span.negative {
    color: #F1416C;
    background: #FFF2F1;
    padding: 0.325rem 0.5rem;
    border-radius: 0.55rem;    
    margin-bottom: 5px;
    display: inline-block;
}

#listUserLot span.positive,
#listUserLot span.neutral {
    color: #50CD89;
    background: #FFF2F1;
    padding: 0.325rem 0.5rem;
    border-radius: 0.55rem;    
    margin-bottom: 5px;
    display: inline-block;
}

#listUserLot th input {
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0px 0px 4px #fff;
}

#listUserLot tr.line-through {
    text-decoration: line-through;
}

.content-page-content {
    position: relative;
    padding-bottom: 100px;
    min-height: calc(100vh - 119px);
}

    .content-page-content h1 {
        text-transform: uppercase;
        font-weight: lighter;
        font-size: 2rem;
        letter-spacing: -3px;
    }

    .content-page-content p{
        font-size: 1rem; /* 0.825rem; */
    }

    .content-page-content .content-generate-list{
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;    
        padding: 0 2rem;
        z-index: 10;
    }

        .content-page-content .content-generate-list .content-info-list{
            background-color: #fff;
            padding: 1.5rem 15px;
            border: 1px solid #3E5BED;
        }

        .content-page-content .content-generate-list .content-info-list .added-list{
            font-weight: 500;
        }

.resume-list-content {
    text-align: right;
    position: relative;
}

    .resume-list-content .content-count-list-added{
        margin-right: 20px;
        color: #3E5BED;
        text-decoration: underline;
        cursor: pointer;
    }

    .resume-list-content .name-list {
        position: absolute;
        top: -21px;
        right: 15px;
        font-size: 1rem; /* 0.825rem; */
        font-weight: 500;
    }

.add-list-content{
    text-align: left;
}

.content-page-content span.select2, .content-page-content select {
    width: 100% !important;
    display: block;
    font-size: 1rem; /* 0.825rem; */
}

    .content-page-content span.select2 .select2-selection{
        border: 1px solid #ccc;
        min-height: 32px;
    }

.content-page-content select{
    border: 1px solid #ccc;
    height: 32px;
    /*width: 70px !important;*/
}

    .content-page-content select::placeholder{
        color: #ccc !important;
        font-weight: lighter;
    }

.content-page-content span.select2 textarea::placeholder {
    color: #666;
    font-weight: 400;
}

.content-page-content span.select2 textarea::placeholder,
.content-page-content span.select2 .select2-selection__placeholder {
    color: #ccc !important;
    font-weight: lighter;
}

.content-page-content span.select2 .select2-selection__placeholder {
    font-weight: 400;
}

#preview-modal .modal-footer{
    justify-content: space-between;
}

.title-list h2 {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: lighter;
    margin: 40px 0 30px;
}

.content-preview {
    height: 100%;
    background: #e7eaf2;
    padding: 24px;
    border-radius: 10px;
}

    .content-preview a{
        color: #3E5BED;
        text-decoration: underline;
    }

    .content-preview b{
        font-weight: 600;
    }

#confirm-modal p{
    font-size: 1rem; /* 0.825rem; */
}

.element-lotsend {
    background: #fff;
    border-radius: 12px;
    margin-top: 30px;
    overflow: hidden;
    font-size: 1rem; /* 0.825rem; */
}

    .element-lotsend .element-header{
        background: #3E5BED;
        color: #fff;
        padding: 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }

        .element-lotsend .element-header .actions svg {
            font-size: 1.5rem;
            margin-left: 10px;
            color: #fff;
        }

    .element-lotsend .element-body{
        padding: 15px;
    }

    .element-lotsend .element-body span{
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .element-lotsend .element-body strong{
        font-weight: 600;
    }

    .element-lotsend .create-list{
        cursor: pointer;
    }

select.change-project {
    margin-top: -6px;
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 90px;
    left: 15px;
    right: 14px;
    height: 50px;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    padding: 1em 0;
    background: rgba(62, 91, 237, 0.8);
    color: #fff;
    width: calc(100% - 30px);
}

.content-logo {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

    .content-logo img{
        object-fit: cover;
        min-width: 100%;
        min-height: 100%;
    }

.btn-back {
    text-decoration: none;
    font-size: 1rem;
}

    .btn-back svg{
        font-size: 0.9rem;
        margin-right: 10px;
    }

.select2-container--default .select2-selection--single {
    border-radius: 5px;
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 34px;
    padding-top: 2px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    top: 0px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dee2e6;
}

span.select2.select2-container {
    max-width: 100%;
    display: block;
    min-width: 100%;
}

.input-container.input-group input {
    text-align: right;
}

.select2-container--default .select2-selection--multiple {
    border: solid #dee2e6 1px;
    outline: 0;
    min-height: 32px;
}

.modal-header h5{
    margin-bottom: 0;
}

.button-content {
    padding-top: 20px;
    border-top: 1px solid #ccc;
    margin-bottom: 5px;
}

@keyframes menu-sub-dropdown-animation-fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes menu-sub-dropdown-animation-move-up {
    from {
        margin-top: .75rem
    }

    to {
        margin-top: 0
    }
}

@keyframes menu-sub-dropdown-animation-move-down {
    from {
        margin-bottom: .75rem
    }

    to {
        margin-bottom: 0
    }
}

/* #listUserLotPreview_wrapper th{
    padding-right: 3rem;
} */


/*
*
*   Footer
*
*/

p.footer-text {
    margin-top: 30px;
    font-size: 0.8rem;
}
img.logoEmpresa {
    width: 100px;
    height: auto;
}

.ck-editor__editable {
    min-height: 200px; 
}

.separator {
    border-bottom: 2px solid #ccc;
    padding: 20px 0; 
    margin-left: 5px;
    margin-right: 5px;
}
.navbar .content-menu,
.navbar .nav-item,
.navbar .profile-content {
    display: flex;
    align-items: center;
}

.navbar .content-menu span,
.navbar .profile-content .profile-options {
    margin-right: 15px;
}

.navbar .content-menu span.active a{
    color: var(--color-corporate);
}

.dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    min-width: 400px;
}

.notification-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.notification-item .dismiss-btn {
    background: none;
    border: none;
    color: red;
    cursor: pointer;
}

.missing-data {
    background-color: #ffcccb !important; 
    color: black !important; 
}

.assigned {
    background-color: #d0e7f9 !important; 
    font-weight: 500; 
}

.tfoot-buttons {
    text-align: left !important;
}

.tfoot-buttons button {
    margin: 0 5px;
    /* padding: 5px 10px;
    cursor: pointer;
    background-color: var(--color-corporate);
    color: #fff;
    border: 1px solid var(--color-corporate);
    border-radius: 5px; */
}

/* .tfoot-buttons button#disableClients,
.tfoot-buttons button#disableProducts{
    border: 1px solid #dc3545;
    background-color: #dc3545; 
} */

.custom-border {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px; 
  }
  .custom-btn {
    padding: 5px 10px;
    font-size: 12px; 
  }

#taxesInpunt{
    width: 50px !important;
}

.input-container {
    display: flex;
    align-items: center;
    min-width: 115px;
}

table.tableBillsProducts input{
    width: 80px !important;
}

table.tableBillsProducts select{
    min-width: 115px;
}

.half-size {
    font-size: 0.5em;
    padding: 0.4em; 
    width: auto;
    height: 50%;
}

.select2-container--open {
    z-index: 9999;
}

input.price_devol, input.quantity_devol, input.totalWT_devol, input.taxes_devol, input.total_devol, input.discount_devol {
    width:50px;
}

input[readonly] {
    background-color: #f0f0f0;
    color: #888;
    border: 1px solid #ccc;
    cursor: not-allowed;
}

.hidden {
    display: none;
}

.btntxt{
    padding: 5px;
}


.custom-mr-3  {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
}

div#previewPClientFile table,
div#previewProductFile table{
    border: 1px solid #ccc;
    margin: 30px 0;
}

div#previewPClientFile table th,div#previewPClientFile table td,
div#previewProductFile table th,div#previewProductFile table td{
    border: 1px solid #ccc;
}

span.move-row {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 1px;
    font-size: 1.5rem;
    cursor: move;
}

.sortable-placeholder {
    background: #ff0;
    height: 40px;
}

.tableBillsProducts, .tableBillsProducts select, .tableBillsProducts input{
    font-size: 1rem; /* 0.825rem; */
}

.tableBillsProducts tbody tr:last-child .move-row{
    display: none;
}

.h-100px{
    height: 100px;
}


th.clientNameReport {
    font-weight: bold !important;
}

div.info-block {
    position: absolute;
    right: 30px;
}

button.filterButton {
    margin-top: 20px;
}

li.select2-selection__choice {
    font-size: 0.8rem;
}

.open-category {
    vertical-align: top;
}

.bill-payed.payed{
    color: #28a745;
}

.fab-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    user-select: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
}
    .fab-container:hover {
        height: 100%;
    }
        .fab-container:hover .sub-button:nth-child(2) {
            transform: translateY(-80px);
        }
        .fab-container:hover .sub-button:nth-child(3) {
            transform: translateY(-140px);
        }
        .fab-container:hover .sub-button:nth-child(4) {
            transform: translateY(-200px);
        }
        .fab-container:hover .sub-button:nth-child(5) {
            transform: translateY(-260px);
        }
        .fab-container:hover .sub-button:nth-child(6) {
            transform: translateY(-320px);
        }
    .fab-container .fab-custom {
        position: relative;
        height: 70px; width: 70px;
        background-color: var(--color-corporate);;
        border-radius: 50%;
        z-index: 2;
    }
        
        .fab-container .fab-custom .fab-content {
            display: flex;
            align-items: center; justify-content: center;
            height: 100%; width: 100%;
            border-radius: 50%;
        }

        .fab-container .fab-custom .fab-content i{
            font-size: 2rem;
            color: #fff;
        }
    .fab-container .sub-button {
        position: absolute;
        display: flex;
        align-items: center; justify-content: center;
        bottom: 10px; right: 10px;
        height: 50px; width: 50px;
        background-color: var(--color-corporate);;
        border-radius: 50%;
        transition: all .3s ease;
    }
        .fab-container .sub-button:hover {
            cursor: pointer;
        }

        .fab-container .sub-button a,
        .fab-container .sub-button a i{
            color: white;
            font-size: 2rem;
            text-decoration: none;
        }

td.deleteRowOptions .btn {
    display: inline-block;
    padding: 5px;
}

.dib{
    display: inline-block;
}

.content-page-content select.fiscal-quarter {
    display: inline-block !important;
    width: auto !important;
    vertical-align: top;
    margin-top: 1px;
}