:root {
    --azul: #081C8C;
}

body, html {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--azul);
    margin: 0 auto;
    padding: 0px;
    border: 0px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    transition: background-color 0.6s ease-in-out 0s;
    overflow-x: hidden;
}
.login-recover{
    z-index: 9999999;
    background: white;
    position: fixed;
    padding: 5px;
    border-radius: 5px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
#inconsistency
{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 516px;
    text-align: center;
    transform: translate(-50%, -50%);
}
.attachment{
    cursor: pointer;
}
.change-description-generic{
    border: none;
    width: calc(100% - 110px);
}
input.edit-description:disabled {
    background: white;
}


.edit-description{
    border: none;
    margin-bottom: -20px;
    margin-top: -4px;
}
.pointer {
    cursor: pointer;
}

a, a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
    color: #061588;
}

*:hover, *:focus {
    outline: none;
}

.row {
    clear: both;
}

.obs-req-prod {
    cursor: pointer;
}

.azul-flosel {
    color: #061588;
}

.bg-azul-flosel {
    background-color: var(--azul);
}
.border-azul-flosel {
    border-color: var(--azul);
}

.btn {
    border-radius: 10px;
}

.select2-dropdown.select2-dropdown--below {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.select2-selection__placeholder {
    color: #9da5cf !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
}

.swal2-popup {
    border-radius: 10px;
}

.swal2-title {
    color: var(--azul);
}

.swal2-popup {
    border: 1px solid var(--azul);
}

.savestartdate {
    /*padding: 2px 8px;*/
    /*margin-left: 50%;*/
    /*transform: translateX(-50%);*/
    font-size: 15px;
    /*text-align: center;*/
    /*margin-top: 67px;*/

    /*background: #081c8c;*/
    width: 146px;
    height: 44px;
    color: white;
    /*border-radius: 8px;*/
    cursor: pointer;
}

.product-description {
    cursor: pointer;
}

textarea {
    width: 100%;
    border: 1px solid #081c8c;
    border-radius: 8px;
}

[name="startdate"] {
    font-size: 15px;
    width: 60%;
    border: none;
    padding: 5px;
    color: #081c8c;
    border-radius: 8px;
    border: 1px solid #081c8c;
    margin-top: 26px;
    margin-left: 50%;
    transform: translateX(-50%);

}

.data-req-prod {
    cursor: pointer;
}

.closePopup {
    cursor: pointer;
}

.togglerC {
    cursor: pointer;
}

.input-help {
    margin-bottom: 0px;
}

.input-text {
    margin-bottom: 15px;
}

.popupbtn {
    background: #081c8c;
    border-radius: 7px;
    color: white;
    border: none;
    font-size: 13px;
    padding: 6px;
}

.popupops {

}

.vc-container.vc-blue {
    border: none;
}

.vc-pane {
    min-width: 288px;
}

.minus, .plus {
    cursor: pointer;
}

.qtdNumber {
    width: calc(100% - 28px);
    text-align: center;
    border: none;
}

.faded {
    opacity: 0.5;
}

.actionsQtd {
    border: 1px solid #081c8c;
    max-width: 100px;
    height: 22px;
    margin: 0;
    float: right;
    padding: 0;
    border-radius: 5px;
}

.stock-down {
    width: 14px !important;
    float: left !important;
    padding: 5px 1px !important;
    font-size: 10px !important;
    cursor: pointer !important;
    border-right: 1px solid !important;
}

.stock-up {
    width: 14px !important;
    float: right !important;
    padding: 5px 1px !important;
    font-size: 10px !important;
    cursor: pointer !important;
    border: 0px !important;
    border-left: 1px solid !important;
    border-radius: 0px !important;
    height: unset !important;
}

.add-to-cart {
    cursor: pointer;
}

.obras-holder {
    float: left;
    width: 100%;
}

[go-to] {
    cursor: pointer;
}

[name="entregaObra"] {
    font-size: 15px;
    padding: 10px;
    border: 1px solid #061588;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-top: -15px;
    width: 100%;
    color: #081c8c;
}

[name="dataReq"] {
    font-size: 15px;
    padding: 10px;
    margin-bottom: 15px;
    margin-top: -15px;
    border: 1px solid #061588;
    border-radius: 10px;
    width: 100%;
    color: #081c8c;

}

.swal2-actions button {
    border-radius: 10px !important;
    min-width: 200px;
}

.swal2-styled.swal2-confirm {
    background-color: var(--azul) !important;
    color: #FFF;
}
.swal2-styled.swal2-cancel {
    margin-right: 50px;
    float: right;
    margin: 0;
}

.splash {
    background-color: #0d208d;
    background-image: url(../img/splash.png);
    height: 100vh;
    width: 100%;
    left: 0;
    z-index: 9999;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
}

.material-lines {
    border-bottom: 1px solid rgba(6, 21, 136, 0.1);
}

.menu {
    cursor: pointer;

}

.ball-holder {
    /*max-width: 60%;*/
    /*margin-left: 50%;*/
    /*transform: translateX(-50%);*/
}

.logo-header {
    max-width: 200px;
    margin-left: 50%;
    transform: translateX(-50%);
    border-bottom: 2px solid #5761af;
    margin-bottom: 40px;
    margin-top: 20px;
}

.menu-holder {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1100;
    background: white;
    border-bottom: 2px solid #061588;
}


.circle {
    width: 60px;
    height: 60px;
    float: left;
    background: #ffffff;
    border-radius: 45px;
    color: #061588;
    padding-top: 8px;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-right: calc(16% - 51px);
    margin-left: calc(16% - 4px);
    border: 1px solid #061588;
}

.circle-info {
    width: 110px;
    float: left;
    padding-top: 18px;
    font-weight: 600;
    text-align: center;
    margin-right: calc(16% - 76px);
    margin-left: calc(16% - 29px);
    font-size: 12px;
    margin-top: -12px;
    /*margin-bottom: 28px;*/
    margin-bottom: 15px;
    color: #061588;
}

.circle-active {
    background: var(--azul);
    color: white;
}

.menu-options h3 {
    font-size: 16px;
    background: #f5f5f5;
    padding: 6px 11px;
    margin-bottom: 27px;
    border-left: 4px #061588 solid;
    color: #061588;
}

[data-action] {
    cursor: pointer;
}

.menu-options {
    width: 310px;
    float: left;
    margin-left: 50%;
    transform: translateX(-50%);
}

.menu-option {
    cursor: pointer;
    padding-left: 19px;
    font-size: 14px;
    margin-bottom: 8px;
    color: #061588;
}

.goback {
    font-size: 20px;
    color: #061588;
    padding: 5px 9px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1000;
    cursor: pointer;
}

body{
    background-color: white;
    min-height: 100vh;
    background-image: url(/img/fundo4.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.v-select {
    max-width: 60%;
    width: 100%;
    float: left;
    margin-left: 50%;
    z-index: 99;
    transform: translate(-50%);
}

.dataTables_filter input {
    height: 29px !important;
    width: 206px !important;
}

.logo {
    max-width: 320px;
    width: 100%;
    float: left;
    margin-left: 50%;
    transform: translate(-50%);
    margin-top: 3vh;
    margin-bottom: 3vh;
}

.input-help {
    color: #081C8C;
}

.vs__dropdown-menu {
    z-index: 99;
}
input[type="date"] {
    background-color: #FFFFFF;
}
.input-text, select, .vs__dropdown-toggle {
    /*max-width: 60%;*/
    width: 100%;
    float: left;
    /*margin-left: 50%;*/
    /*transform: translate(-50%);*/
    font-size: 15px;
    padding: 10px;
    border: 1px solid #061588;
    border-radius: 10px;
    color: #081C8C;
    margin-bottom: 45px;
    background: white;
}

.vs__dropdown-menu {
    top: calc(100% - 45px) !important;
}

.login-input {
    max-width: 60%;
    width: 100%;
    float: left;
    margin-left: 50%;
    transform: translate(-50%);
    font-size: 15px;
    padding: 10px;
    border: 1px solid #061588;
    border-radius: 10px;
    color: #081C8C;
    margin-bottom: 45px;
}

.login-label {
    font-size: 20px;
    text-align: center;
    color: #081C8C;
}

.login-button {
    width: 460px;
    color: white;
    background: var(--azul);
    border: none;
    padding: 10px;
    border-radius: 10px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.input-error {
    border: red 2px solid !important;
}

.forgot-password {
    font-size: 12px;
    text-align: center;
    padding: 3px;
    cursor: pointer;
}
.close-popup{
    float: right;
    cursor: pointer;
}
.infoTop {
    font-size: 15px;
    color: #061588;
    border: 2px solid;
    padding: 5px 9px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 24px;
}

.childProd {
    background: #f1f1f1;
    padding-left: 16px;
}

.togglerC {
    cursor: pointer;
    font-size: 20px;
    /*margin-left: 3px;*/
}

.input-help {
    margin-bottom: 0px;
}

.input-text {
    margin-bottom: 15px;
}

.dates-holder .col-md-6:first-child input {
    width: calc(100% - 20px);
}

.fa-plus {
    /*    font-size: 8px;
        border: 1px  solid #081c8c;
        border-radius: 20px;
        width: 13px;
        height: 13px;
        padding: 2px;*/
}

.btnFilter {
    background: #081c8c;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 4px 0px;
    width: 200px;
}

.popup p {
    margin-bottom: 5px;
}

.btnHolder {
    width: 100%;
    margin-bottom: 14px;
}

.popup {
    color: #081c8c;
    display: none;
}

.popupBtn {
    background: #081c8c;
    color: white;
    border: navajowhite;
    /*width: 90px;*/
    width: 156px;
    height: 40px;
    text-align: center;
    border-radius: 6px;
}

.produtos-holder {
    padding: 10px;
}

.darkner {
    display: none;
    background: #333;
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    opacity: 0.6;
}

.close-menu {
    color: #3949a3;
    background: white;
    padding: 7px 10px;
    border-radius: 20px;
    position: fixed;
    right: 5px;
    top: 6px;
    cursor: pointer;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    background: white;
    border: 1px solid var(--azul);
    /*width: 470px;*/
    /*width: 300px;*/
    width: 360px;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    padding: 8px;
    font-size: 13px;
    z-index: 998;
    min-height: 180px;
}

.popup.observacoes {
    width: 500px;
}

.vc-container.vc-blue {
    border: none !important;
}

.fa-bars {
    font-size: 20px;
    color: #061588;
    padding: 5px 9px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.loginBlock {
    width: 100%;
    float: left;
}

.materiais {
    /*max-width: 60%;*/
	width: 100%;
    color: #081c8c;
    float: left;
    padding: 0px 5px;
    border: 1px solid #061588;
    border-radius: 10px;
    margin-bottom: 0px;
    font-size: 15px;
    max-height: 400px;
    overflow-y: hidden;
    overflow-x: hidden;
    background: white;
    max-height: 35vh;
}

.scroll-area {
    position: relative;
    margin: auto;
    width: 100%;
    height: 400px;
}

.vs__dropdown-toggle {
    max-width: 100% !important;
}

.delete-rascunho {
    display: none;
    background: #b31625;
}

* {
    font-family: 'Poppins', sans-serif;
}


@media only screen and (min-width: 600px) {
    .a {
        background-image: url(../img/fundo3.png);
        background-size: 70%;
    }

}

@media only screen and (max-width: 600px) {
    body{
        background-position: bottom;
        background-size: cover;
    }
}
@media only screen and (max-width: 820px) {
    .ball-holder {
        max-width: 100%;
        margin-left: unset;
        transform: unset;
    }

    .input-text, select, .vs__dropdown-toggle {
        /*max-width: 80%;*/
        /*margin-left: 10%;*/
        transform: unset;
    }

    .btnHolder {
        max-width: 80%;
        margin-left: 10%;
        transform: unset;
    }

    .materiais {
        transform: unset;
    }

    .input-help {
        /*max-width: 80%;*/
        /*margin-left: 10%;*/
        transform: unset;
    }

    .dates-holder {
        max-width: 80%;
        margin-left: 10%;
        transform: unset;
    }

    .fa-plus {
        font-size: 20px;
        border: none;
    }

    .produtos-holder .row {
        margin-bottom: 6px;
    }

    .add-to-cart {
        font-size: 20px;
    }

    .togglerC {
        font-size: 20px;
    }

    .stock-up {
        width: 30px !important;
        float: right !important;
        padding: 5px 1px !important;
        font-size: 25px !important;
        cursor: pointer !important;
        border: 0px !important;
        border-left: 1px solid !important;
        border-radius: 0px !important;
        height: unset !important;
    }

    .qtdNumber {
        width: calc(100% - 60px);
        text-align: center;
        font-size: 21px;
    }

    .stock-down {
        width: 30px !important;
        float: left !important;
        padding: 5px 1px !important;
        font-size: 25px !important;
        cursor: pointer !important;
        border-right: 1px solid !important;
    }

    .actionsQtd {
        border: 1px solid #081c8c;
        max-width: 100px;
        height: 37px;
        margin: 0;
        float: right;
        padding: 0;
        border-radius: 5px;
    }
}

@media only screen and (max-width: 600px) {

    .product-stock {
        text-align: center;
    }

    .childProd {
        padding-left: unset;
    }

    .product-description {
        text-align: center;
        font-weight: 600;
    }

    .brand-filter {
        width: 100%;
        margin-top: 10px;
    }

    .fa-plus {
        font-size: 24px;
        width: 31px;
        height: 31px;
        padding: 3px 4px;
        margin-left: 50%;
        transform: translateX(-50%);
        margin-top: 6px;
        margin-bottom: 7px;
    }

    .fa-angle-down {
        font-size: 24px;
        width: 31px;
        height: 31px;
        padding: 3px 4px;
        margin-left: 50%;
        transform: translateX(-50%);
        margin-top: 6px;
        margin-bottom: 7px;
    }

    .logo {
        max-width: 175px;
        margin-bottom: 22px;
    }

    .family-filter {
        width: 100%;
        margin-top: 10px;
    }

    .bg-container {
        background-size: contain;
    }

    .responsive-hide {
        display: none;
    }

    .actionsQtd {
        border: 1px solid #081c8c;

        height: 40px;
        margin: 0;
        float: right;
        padding: 0;
        border-radius: 5px;
        width: 100%;
        float: left;
        max-width: unset;
        transform: translateX(-50%);
        margin-left: 50%;
        font-size: 23px;
        text-align: center;
        margin-bottom: 21px;
    }

    .stock-up {
        width: 22px !important;
        float: right !important;
        padding: 9px 1px !important;
        font-size: 20px !important;
        cursor: pointer !important;
        border: 0px !important;
        border-left: 1px solid !important;
        border-radius: 0px !important;
        height: unset !important;
    }

    .stock-down {
        width: 22px !important;
        float: left !important;
        padding: 9px 1px !important;
        font-size: 20px !important;
        cursor: pointer !important;
        border-right: 1px solid !important;
    }

    .qtdNumber {
        width: calc(100% - 50px);
    }
}

.grid {
    display: grid;
    justify-content: space-evenly;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-areas: "menos input mais";
    border: 1px solid #061588;
    border-radius: 10px;
    color: #061588 !important;
    margin-right: 5px;
    width: 136px;
    background-color: #fff;
}

.grid .menos {
    grid-area: menos;
    border: none !important;
    color: #061588 !important;
    outline: none !important;
}

.grid .input {
    grid-area: input;
    width: 100%;
    max-width: 80px;
    border: none;
    color: #061588;
    outline: none !important;
}
.grid .menos:focus,
.grid .input:focus,
.grid .mais:focus {
    outline: none;
}

.grid .mais {
    grid-area: mais;
    border: none !important;
    color: #061588 !important;
    outline: none !important;
}


.select2-container--default .select2-selection--single {
    border: 1px solid #061588;
    border-radius: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #061588 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #061588 transparent;
}

.select2-dropdown {
    border: 1px solid #061588;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #061588;
}

.form-group label {
    color: #061588;
}

.form-control, input[type="search"], .swal2-input {
    color: #061588;
    font-size: 15px;
    padding: 10px !important;
    border: 1px solid #061588 !important;
    border-radius: 10px;
}

table {
    color: #061588;
}

table tbody {
    font-size: 14px;
}

.dataTables_wrapper [type="search"] {
    position: relative;
}

.dataTables_wrapper [type="search"]:before {
    position: absolute;
    transform: translate(0, -50%);
    right: 0;
    top: 50%;
    font-family: "Font Awesome 6 Free";
    content: "\f044";
}

.dt-button.add {
    color: white !important;
    background: #061588 !important;
    border: none;
    border-radius: 10px !important;
    cursor: pointer;
}

.dt-button.add:hover {
    border: none !important;
}

.dataTables_info, .dataTables_paginate {
    font-size: 12px;
    color: #061588 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button .active {
    color: #061588 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: linear-gradient(to bottom, #1e88d5 0%, #061588 100%);
    background: linear-gradient(to bottom, #061588 0%, #061588 100%);
}

.dropzone {
    border: 1px solid #061588 !important;
    border-radius: 10px !important;
}

.dropzone .dz-message {
    margin-top: 2.5em;
}

table.dataTable.no-footer,
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #757FB7;
}

.card {
    border-color: var(--azul);
    border-radius: 10px;
}

.produtos-holder .row:not(:last-child) {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 5px;
}

#requisitionsStatusTable th:nth-child(n+4),
#requisitionsStatusTable td:nth-child(n+4) {
    text-align: right;
    max-width: 100px;
}

.dataTables_length select {
    margin-bottom: 0;
    border-radius: 6px !important;
    border: 1px solid var(--azul) !important;
}

.dataTables_filter input {
    border-radius: 6px !important;
    padding: 2px !important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: var(--azul);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid var(--azul);
    border-radius: 6px;
}


/* Chrome, Safari, Edge, Opera */
.qtdNumber::-webkit-outer-spin-button,
.qtdNumber::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.qtdNumber {
    -moz-appearance: textfield;
}

.steps-requisition {
    margin: 0 auto;
    max-width: 500px;
}


input[type="search"] {
    background: transparent;
    margin: 0;
    font-size: 14px;
    color: inherit;
    border-radius: 6px !important;
    border: 1px solid #555;
    width: 100%;
    padding: 3px 0 3px 40px !important;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='hsl(233, 92%, 28%)' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
}

input[type="search"]::placeholder {
    color: #bbb;
}

input[type="search"]:focus {
    box-shadow: 0 0 3px 0 #1183d6;
    border-color: #1183d6;
    outline: none;
}

.select2-results__option:last-child {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.select2-results__options::-webkit-scrollbar {
    width: 10px;
    background-clip: padding-box;
}

.select2-results__options::-webkit-scrollbar-track {
    background-color: #F4F4F4;
    height: 8px;
    background-clip: padding-box;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: var(--azul);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-radius: 7px;
}

.select2-results__options::-webkit-scrollbar-button {
    display: none;
}

.simplebar-scrollbar::before {
    background-color: var(--azul);
}

.simplebar-visible::before {
    opacity: 1 !important;
}

.border-azul {
    border-color: #757fb7 !important;
}

.fake-border {
    position: relative;
}

.fake-border:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: calc(100% - 25px);
    border-bottom: 1px solid #757fb7;
}

.pinlogin .pinlogin-field {
    border-radius: 50%;
    border: 2px solid var(--azul);
    color: var(--azul);
}
.pinlogin .pinlogin-field:read-only {
    border: 1px solid var(--azul);
    color: var(--azul);
}

table.dataTable th, table.dataTable td {
    font-size: 0.8rem;
}
/*Select2 ReadOnly Start*/
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}

/*Select2 ReadOnly End*/
