/* =============== ESTRUTURA GERAL =============== */

* {
    margin: 0;
    padding: 0;
    outline: none;
    /* box-sizing: border-box; */
    appearance: none;
    -webkit-appearance: none;
    font: unset;
    background: unset;
    font-weight: 300;
}

strong {
    font-weight: 600;
}

html,
.page-container {
    background: #FBFCFC;
}

body {
    width: 100%;
    min-width: 370px;
    height: auto;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    background-color: #FFFFFF;
}

.page-container {
    display: inline-block;
    position: relative;
    padding: 20px 20px 40px;
    transition: all .3s linear;

}

@media (min-width: 769px) {
    .page-container {
        width: 100%;
        /* calc(100% - 150px); */
        margin-left: 0px;
    }

    .page-container.full {
        width: 100%;
        margin-left: 0;

    }
}

@media (max-width: 768px) {
    .page-container {
        width: 100%;
        margin-top: 80px;
    }
}

.content-container {
    width: 100%;
    padding: 20px 15px 10px;
    background: #ffffff;
    box-shadow: 2px 2px 4px rgba(100, 100, 100, 0.1);
}

.content-container::after {
    content: '';
    clear: both;
    display: table;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
    box-shadow: 0 0 0 30px #ffffff inset !important;
    -webkit-text-fill-color: #666666;
}

.chartjs-render-monitor {
    max-width: 100% !important;
    height: auto !important;
}

.swal2-container {
    z-index: 9999 !important;
}

a {
    background: inherit;
    color: inherit;
    text-decoration: none;
    list-style-type: none;
    outline: none;
}

a img {
    border: none;
}

.none {
    display: none;
}

.hidden {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.clear {
    clear: both;
}

.expand:after {
    content: '';
    clear: both;
    display: table;
}

.margin-auto {
    margin: auto;
}

/**********************************************/



input:-webkit-autofill {
    -webkit-text-fill-color: #3252A4;
}

* ::placeholder {
    transition: all .5s ease;
}



.swal2-container {
    z-index: 9999999 !important;
}

.up-icone {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 15%;
    right: 20px;
    background: #848688;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    display: none;
    z-index: 99999;
}

.up-icone::before {
    content: '\f0d8';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 60px;
    color: #EEEEEE;
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-in-out;
}

.up-icone:hover {
    background: #848688;
}

.up-icone:hover::before {
    color: #3252A4;
}

.separador {
    display: none;
}



.row::after {
    content: '';
    display: table;
    clear: both;
}



.left {
    float: left;
}

.right {
    float: right;
}

.centralizado {
    margin: 0 auto;
}

.texto_esquerda {
    text-align: left !important;
}

.texto_direita {
    text-align: right;
}

.texto_negrito {
    font-weight: bold;
}

.texto_centro {
    text-align: center;
}

.sombra {
    width: 100%;
    height: 36px;
    display: block;
    margin-bottom: 20px;
    background: url('../img/sombra.png') center top no-repeat;
}

.input_40 {
    width: 40% !important;
}

.input_45 {
    width: 45% !important;
}

.input_50 {
    width: 50% !important;
}

.input_85 {
    width: 85% !important;
}

.input_90 {
    width: 90% !important;
}

.input_95 {
    width: 95% !important;
}

.input_100 {
    width: 100% !important;
}

.col-centered {
    display: block;
    margin: 0 auto;
}

.col {
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}

.col.block {
    float: none;
    display: inline-block;
    margin-right: 10px;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

.col-full {
    width: 100%;
    padding: 0;
}


.auto-margin {
    margin: auto;
}

.no-margin {
    margin: 0;
}

/* =============== MARGIN TOP =============== */
.mt-5 {
    margin-top: 5px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

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

.mt-15 {
    margin-top: 15px !important;
}

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

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

/* =============== MARGIN RIGHT =============== */
.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

/* =============== MARGIN BOTTOM =============== */
.mb-5 {
    margin-bottom: 5px !important;
}

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

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

/* =============== MARGIN LEFT =============== */
.ml-5 {
    margin-left: 5px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

/* =============== PREENCHIMENTOS =============== */

/* =============== PADDING TOP =============== */
.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

/* =============== PADDING RIGHT =============== */
.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

/* =============== PADDING BOTTOM =============== */
.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

/* =============== PADDING LEFT =============== */
.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

@media (max-width: 1200px) {
    .col-md-1 {
        width: 6.86666666667%;
    }

    .col-md-2 {
        width: 15.3333333333%;
    }

    .col-md-3 {
        width: 23.8%;
    }

    .col-md-4 {
        width: 32.2666666667%;
    }

    .col-md-5 {
        width: 40.7333333333%;
    }

    .col-md-6 {
        width: 49.2%;
    }

    .col-md-7 {
        width: 57.6666666667%;
    }

    .col-md-8 {
        width: 66.1333333333%;
    }

    .col-md-9 {
        width: 74.6%;
    }

    .col-md-10 {
        width: 83.0666666667%;
    }

    .col-md-11 {
        width: 91.5333333333%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-full {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .col-sm-1 {
        width: 6.86666666667%;
    }

    .col-sm-2 {
        width: 15.3333333333%;
    }

    .col-sm-3 {
        width: 23.8%;
    }

    .col-sm-4 {
        width: 32.2666666667%;
    }

    .col-sm-5 {
        width: 40.7333333333%;
    }

    .col-sm-6 {
        width: 49.2%;
    }

    .col-sm-7 {
        width: 57.6666666667%;
    }

    .col-sm-8 {
        width: 66.1333333333%;
    }

    .col-sm-9 {
        width: 74.6%;
    }

    .col-sm-10 {
        width: 83.0666666667%;
    }

    .col-sm-11 {
        width: 91.5333333333%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-full {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 480px) {
    .col-xsm-1 {
        width: 6.86666666667%;
    }

    .col-xsm-2 {
        width: 15.3333333333%;
    }

    .col-xsm-3 {
        width: 23.8%;
    }

    .col-xsm-4 {
        width: 32.2666666667%;
    }

    .col-xsm-5 {
        width: 40.7333333333%;
    }

    .col-xsm-6 {
        width: 49.2%;
    }

    .col-xsm-7 {
        width: 57.6666666667%;
    }

    .col-xsm-8 {
        width: 66.1333333333%;
    }

    .col-xsm-9 {
        width: 74.6%;
    }

    .col-xsm-10 {
        width: 83.0666666667%;
    }

    .col-xsm-11 {
        width: 91.5333333333%;
    }

    .col-xsm-12 {
        width: 100%;
    }

    .col-xsm-full {
        width: 100%;
        padding: 0;
    }
}

.center {
    /* width: 1120px; */
    /* min-width: 320px;
    max-width: 1120px; */
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: block;
    position: relative;
}

.center_cadastro {
    width: 550px;
    min-width: 320px;
    margin: 0 auto;
    height: auto;
    display: block;
    position: relative;
}

/*TABELA DE ITENS*/

.cliente-table .table-wrapper {

    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);

}

/* Table Styles */

.table-wrapper {
    margin: 0px 0px 70px;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
}

.fl-table {
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.fl-table td,
.fl-table th {
    /* text-align: center;*/
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 14px;
}

.fl-table thead th {
    color: #ffffff;
    background: #409551;
}

.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #409551;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */

@media (max-width: 767px) {

    .cliente-table .table-wrapper {
        margin: 0
    }

    .fl-table {
        display: block;
        width: 100%;
    }

    .fl-table thead,
    .fl-table tbody,
    .fl-table thead th {
        display: block;
    }

    .fl-table thead th:last-child {
        border-bottom: none;
    }

    .fl-table thead {
        float: left;
    }

    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }

    .fl-table td,
    .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }

    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }

    .fl-table tbody tr {
        display: table-cell;
    }

    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }

    .fl-table tr:nth-child(even) {
        background: transparent;
    }

    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }

    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }

    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}

/*FIM TABELA DE ITENS*/

/*TELA DE LOGIN*/

html,
body,
.container {
    width: 100%;
    /* height: 100%; */
}


.container {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FBFCFC;
    background: url(../../assets/img/soja.jpg);

}

.container .wrapper {
    width: 700px;
    display: table;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

.container .wrapper .login-img,
.container .wrapper .login-form {
    display: table-cell;
    vertical-align: middle;
}

.container .wrapper .login-img {
    width: 35%;
    height: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background: url(../../assets/img/background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.container .wrapper .login-form {
    width: 65%;
    padding: 17px 25px;
}

.container .wrapper .login-form.resultado {
    text-align: center;
}

.container .wrapper .login-form.resultado img.face {
    max-width: 175px;
    max-height: 300px;
    margin-bottom: 15px;
}

.container .wrapper .login-form.resultado p {
    margin: 5px;
}

.container .wrapper .login-form h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #545F61;
}

.container .wrapper .login-form h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #545F61;
}

/*FIM DA TELA DE LOGIN*/
.barraVerde {
    width: 100%;
    height: 3px;
    background: seagreen;
}

.topo {
    width: 100%;
    height: 80px;
    display: block;
    background: rgba(245, 245, 245);
}

.logoTopo {
    margin: 10px 0 0 0px;
}

.botaoSair {
    margin-top: 20px;
    cursor: pointer;
}

.botaoHome {
    margin-top: 20px;
    cursor: pointer;

}

.topo_orcamento {
    width: 100%;
    height: 300px;
    background: url('../img/bg_intro.png') center top no-repeat;
}

.topo_orcamento h1 {
    color: #ffffff;
    margin: 40px 0 0 100px;
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
}

.topo_orcamento p {
    color: #ffffff;
    margin: 10px 0 0 100px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;

}

.card {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 80px;
}

.item_card {
    width: 280px;
    height: 250px;
    background-color: #FFFFFF;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 10px 10px 128px -31px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 10px 10px 128px -31px rgba(0, 0, 0, 0.7);
    box-shadow: 10px 10px 128px -31px rgba(0, 0, 0, 0.7);
}

.item_card i {
    font-size: 75px;
    color: seagreen;
    margin: 45px auto;
    display: flex;
    justify-content: center;
}

.item_card span {
    font-size: 20px;
    color: #555555;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    justify-content: center;
}

/*
.card{
    width: 600px;
    height: 300px;
    text-align: center;
    margin: 0 auto;
}
    
.card_ocamento{
    width: 280px;
    height: 250px;
    background-color:#FFFFFF;
    border-radius: 5px;
    -webkit-box-shadow: 10px 10px 128px -31px rgba(0,0,0,0.7);
    -moz-box-shadow: 10px 10px 128px -31px rgba(0,0,0,0.7);
    box-shadow: 10px 10px 128px -31px rgba(0,0,0,0.7);
    float: left;
    margin: 80px 0 0 20px;
}
.card_ocamento i{
    font-size: 75px;
    text-align: center;
    color: seagreen;
    margin: 45px 0 20px 0;
}
.card_ocamento span{
    font-size: 20px;
    color: #555555;
    text-align: center;
    font-family: 'Open Sans', sans-serif;    
}
*/
.emailEnviado {
    width: 600px;
    height: 70px;
    text-align: center;
    margin: 50px auto;
    background-color: #409551;
    text-align: center;
    border-radius: 5px;
    display: none;
}

.emailEnviado h2 {
    font-size: 1.3em;
    color: #FFFFFF;
    padding: 20px;
}

#parcelas {
    display: none;
}

#parcelamento {
    margin-left: -10px;
}

.subTitulo {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;
}

.subTitulo3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;

}

.link {
    font-size: 12px;
    color: inherit;
    float: right;
    margin: 10px 50px 0 0;
}

.realizarLogin {
    margin-left: 80px;
}

.erroLogin {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
    display: none;
}

#loadingEmail {
    display: none;
}

#loadingEmail i {
    margin-top: -10px;
}

.none {
    display: none;
}

.obsercaoData {
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #E13A58;
}

.btDesconto {
    margin-top: 3px;
}

.btCotaSoja {
    margin-top: 3px;
}



.itensGarantia {
    font-size: 1.2em !important;
    margin-left: 10px;
}



.multiselect {
    width: 95%;

}

.selectBox {
    position: relative;

}

.selectBox select {
    width: 100%;
    padding: 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    color: #535F60;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    transition: all .3s ease-in-out;

}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
    position: absolute;
    z-index: 9999;
    background: #FFFFFF;
    margin-top: -2px;
    width: 237px;
}

#checkboxes label {
    display: block;
    padding: 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    color: #535F60;
}

#checkboxes label:hover {
    background-color: #1e90ff;
}

.selectMulti {
    display: inline-block;
    height: 45px !important;
    margin: 0;
    position: relative;
    vertical-align: middle;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    transition: border-color .3s ease-in-out;


}

#checkboxes input {
    margin-right: 2px;

}



.titulo {
    display: inline-block;
    padding: 10px 0;
    font-size: 20px;
    color: #535F60;
}

.texto-centralizado {
    text-align: center;
}

.texto-justificado {
    text-align: justify;
}

.texto-direita {
    text-align: right;
}

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

/* ============= GRÁFICOS CARREGAMENTOS ============= */
.grafico-container {
    width: 100%;
    padding: 20px 10px;
    background: #ffffff;
    box-shadow: 2px 2px 4px rgba(100, 100, 100, 0.2);
}

.grafico-container h2 {
    display: inline-block;
    margin: 0 0 20px 20px;
    font-size: 20px;
    color: #535F60;
}

.grafico {
    max-width: 500px;
    margin: 0 auto;
}

/* ============= CARREGAMENTOS ============= */

div.item-contrato {
    padding: 20px 10px 0;
    margin-bottom: 20px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    position: relative;
}

div.item-contrato.disabled,
div.item-contrato.disabled * {
    background: #ffe6e6 !important;
    color: #535F60 !important;
    border-color: #d6d6d6 !important;
    pointer-events: none;
}

.aviso {
    display: block;
    font-size: 0.7em;
    color: #E13A58 !important;
    margin: 0 0 20px 10px;
}

.aviso.alt {
    font-size: 0.9em;
}

div.item-contrato span.label {
    position: absolute;
    top: -9px;
    left: 10px;
    padding: 0 5px;
    background: #ffffff;
    border-radius: 4px;
    font-size: 0.8em;
    font-weight: 400;
    z-index: 1;
}


/* =============== TABELAS =============== */

div.table-container {
    box-shadow: 2px 2px 4px rgba(100, 100, 100, 0.1);
    overflow-y: hidden;
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    color: #535F60;
}

table.border {
    border: 1px solid #dadada;
}

table tbody:nth-of-type(2) {
    border-top: 1px solid #dadada;
}

table tr th,
table tr td {
    padding: 5px 20px;
}

table th {
    height: 50px;
    font-size: 1em;
    font-weight: 600;
    text-align: left;
}

table tr th.acoes {
    min-width: 140px;
}

table tr:not(:last-of-type) {
    border-bottom: 1px solid #dadada;
}

table tr:hover td {
    background-color: #f7f7f7;
}

table tr td {
    height: 45px;
    transition: background .3s ease-in-out;
}

table tr td.inner {
    padding: 0;
    height: unset;
}

table tr td.inner th {
    border: solid #dadada;
    border-width: 0 1px 0 1px;
}

table tr td.inner td {
    border: solid #dadada;
    border-width: 0 1px 0 1px;
}

table tr td.vazio {
    padding-left: 20px;
    text-align: left;
}

table tr td.destinos {
    text-transform: lowercase;
}

table tr td,
table tr td a {
    font-size: 1em;
    color: #535F60;
}

table tr td a {
    display: inline-block;
}

table tr td.visualizar i {
    color: #52A061;
}

table tr td.acoes i {
    cursor: pointer;
    transition: color .3s ease-in-out;
}

table tr td.acoes.cursor i {
    cursor: default;
}

table tr td.acoes i.editar:hover {
    color: #FDA006;
}

table tr td.acoes i.visualizar:hover {
    color: #716ACA;
}

table tr td.acoes i.aprovar:hover,
table tr td.acoes i.imprimir:hover {
    color: #3DA5F4;
}

table tr td.acoes i.aprovado {
    color: #FDA006;
}

table tr td.acoes i.aprovado.finalizado {
    cursor: default;
}

table tr td.acoes i.aprovado:not(.finalizado):hover {
    color: #E13A58;
}

table tr td.acoes i.reprovado {
    color: #E13A58;
    cursor: default;
}

table tr td.acoes i.transportadora:hover {
    color: #ff7522;
}

table tr td.acoes i.cotacao:hover {
    color: #2fac39;
}

table tr td.acoes i.motorista:hover {
    color: #F1536E;
}

table tr td.acoes i.finalizar:hover {
    color: #44b6ae;
}

table tr td.acoes i.excluir:hover {
    color: #E13A58;
}

/* =============== CONFIRMAÇÃO =============== */

[data-confirmation] {
    display: inline-block;
    position: relative;
}

[data-toggle-confirmation] {
    cursor: pointer;
}

.confirmation {
    min-width: 150px;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 0 4px rgba(100, 100, 100, 0.2);
    color: #535F60;
    position: absolute;
    font-size: 0.9em;
    text-align: center;
    z-index: 1;
    cursor: default;
    transition: transform .3s ease-in-out;
}

.confirmation:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
}

.confirmation p {
    font-weight: 600;
    margin-bottom: 10px;
}

.confirmation a,
.confirmation span {
    width: 50%;
    float: left;
    padding: 5px 10px;
    cursor: pointer;
    color: #ffffff;
    transition: all .3s ease-in-out;
}

.confirmation a:hover,
.confirmation span:hover {
    background: #e4e4e4;
}

.confirmation a {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.confirmation a:hover {
    color: #E13A58;
}

.confirmation span {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.confirmation span:hover {
    color: #44b6ae;
}

.confirmation {
    bottom: calc(100% + 15px);
    left: 50%;
    transform: translate(-50%, 0) scale(0);
    font-size: 0.9em;
    text-align: center;
    z-index: 1;
    transition: transform .3s ease-in-out;
}

.confirmation:after {
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top: solid 10px #535f60;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}

.confirmation.active {
    transform: translate(-50%, 0) scale(1);
}

table .confirmation {
    top: 50%;
    left: 35px;
    bottom: unset;
    transform: translate(0, -50%) scale(0);
}

table tr:last-of-type .confirmation {
    top: -60%;
}

table .confirmation:after {
    top: 50%;
    left: -10px;
    margin: unset;
    transform: translate(0, -50%);
    border-right: solid 10px #535f60;
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    border-left: 0;
}

table tr:last-of-type .confirmation:after {
    top: 75%;
}

table .confirmation.active {
    transform: translate(0, -50%) scale(1);
}

.label-geral {
    position: absolute;
    top: -9px;
    left: 10px;
    padding: 0 5px;
    background: #ffffff;
    border-radius: 4px;
    font-size: 0.8em;
    font-weight: 400;
    transition: all .3s ease-in-out;
    z-index: 1;
}

span.status {
    display: inline-block;
    padding: 5px;
    box-shadow: 2px 2px 4px rgba(100, 100, 100, 0.4);
    border-radius: 4px;
    font-size: 0.9em;
    color: #ffffff;
    text-align: center;
}

.loading {
    width: 100px;
    height: 100px;
}

@media (max-width: 768px) {
    .logoTopo {
        margin: 15px 0 0 0px;
        width: 160px;
    }

    .topo .botoes {
        display: none;
    }

    /* .page-container .agente {
        display: block;
    } */
    .botaoHome {
        display: none !important;
    }

    div.calendario .cabecalho {
        display: none !important;
    }

    div.calendario .corpo>div {
        width: 287px !important;
        height: 110px !important;
        padding-left: 10px !important;
    }

    .topo_orcamento h1 {
        margin: 10px !important;
    }

    .container .wrapper .login-img {
        display: none !important;
    }

    .container .wrapper {
        width: 340px !important;
    }
}


#area-tags {
    width: 99%;
    min-height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
}

#area-tags .input-form {
    float: left !important;
    height: 20px !important;
    line-height: 20px !important;
    margin-top: 3px !important;
    margin-bottom: 0 !important;
    border: none !important;
}

.item-tag {
    background: #ececec;
    display: inline-block;
    font-size: 12px;
    padding: 0 5px;
    margin: 3px 3px 0 3px;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
    float: left;
}

.remover_email {
    cursor: pointer;
}




#area-tags-cliente {
    width: 99%;
    min-height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
}

#area-tags-cliente .input-form {
    float: left !important;
    height: 20px !important;
    line-height: 20px !important;
    margin-top: 3px !important;
    margin-bottom: 0 !important;
    border: none !important;
}

.item-tag-cliente {
    background: #ececec;
    display: inline-block;
    font-size: 12px;
    padding: 0 5px;
    margin: 3px 3px 0 3px;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
    float: left;
}

.remover_email_cliente {
    cursor: pointer;
}


/* ============= PAINEIS ============= */

.painel {
    width: 100%;
    display: block;
    box-shadow: 2px 2px 4px rgba(100, 100, 100, 0.2);
    overflow: hidden;
}

.painel.form {
    border-radius: 4px;
}

.painel .header {
    width: 100%;
    padding: 15px 30px;
    border-bottom: 1px solid #C4C4C4;
    font-size: 1.6em;
}

.painel.form .header {
    padding: 10px 20px;
    border-bottom: 0;
    font-size: 1.2em;
}

.painel .header .header-text, .painel .header .header-icon {
    display: inline-block;
}

.painel .header .header-text {
    width: calc(100% - 84px);
    text-align: left;
}

.painel .header .header-text h2 {
    display: inline-block;
    font-size: 20px;
}

.painel.form .header .header-text h2 {
    font-size: inherit;
}

.painel .header .header-icon {
    width: 77px;
    text-align: right;
}

.painel .header .header-icon .input {
    font-size: 0.6em;
}

.painel .body {
    width: 100%;
    background: #ffffff;
}

.painel .body::after {
    content: '';
    display: table;
    clear: both;
}

.painel.form .body {
    padding: 20px 10px;
}


.arrendodado-3{
    border-radius: 5px!important;
}
.arrendodado-5{
    border-radius: 5px!important;
}
.arrendodado-10{
    border-radius: 10px!important;
}
.nao-quebrar {
    white-space: nowrap;
}

.confirmacaoTransportadora {
    color: #20ad24!important;
}




.grafico-compra-fob{
    width: 40%;
    height: 35px;
    /* border-radius: 0 5px 5px 0; */
    margin-top: 5px;
    margin-bottom: 10px;
   float: left;
    font-size: 12px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;

}
.verificar_cotacao_compra_fob{
    display: inline-block;
    position: relative;
    /* padding: 12px 12px 12px 12px; */
    box-sizing: border-box;
    margin-right: 20px;
    margin-top: 20px;
    height: 46px;
    font-weight: 400;  
    background: #ffffff;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    /* cursor: pointer; */
    transition: all .3s ease-in-out;
}
.verificar_cotacao_compra_fob i{
    margin: 12px 20px 0 20px;
}
.verificar_cotacao_compra_fob span{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
   
}

.blinking-text {
    color: green; /* Cor inicial */
    animation: blink-animation 2s ease-in-out infinite; /* Animação */
}

@keyframes blink-animation {
    0% {
        color: #318d43;
    }
    50% {
        color: red;
    }
    100% {
        color: #318d43;
    }
}