﻿.oculto {
    display: none;
}

.text-bold {
    font-weight: 700;
}

.text-justify {
    text-align: justify;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.divEspaco {
    padding-top: 36px;
}

.divEspaco10 {
    padding-top: 10px;
}

.divEspaco70 {
    padding-top: 70px;
}

.divEspaco140 {
    padding-top: 140px;
}

.MuitoFraco {
    font-size: 15px;
    color: #FF0000;
    font-weight: bold;
}

.Fraco {
    font-size: 15px;
    color: #c96464;
    font-weight: bold;
}

.Media {
    font-size: 15px;
    color: #dbdb29;
    font-weight: bold;
}

.Forte {
    font-size: 15px;
    color: #0000ff;
    font-weight: bold;
}

.Excelente {
    font-size: 15px;
    color: #008000;
    font-weight: bold;
}

.tabelas {
    text-align: left;
    width: 100%;
    vertical-align: middle;
}

.tabelaResponsivaNowRap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap !important;
}

.borda1 {
    border-bottom: solid;
    border-bottom-color: darkgray;
    border-bottom-width: 1px;
}

.borda05 {
    border-bottom: solid;
    border-bottom-color: darkgray;
    border-bottom-width: 0.5px;
}

.borda02 {
    border-bottom: solid;
    border-bottom-color: #cfcfcf;
    border-bottom-width: 0.2px;
}


.float-save .btn-float-save {
    position: fixed;
    bottom: 0.5rem;
    right: 1.625rem;
    z-index: 999999;
    box-shadow: 0 1px 10px 1px #696cff;
}

    .float-save .btn-float-save:hover {
        box-shadow: none;
    }

.float-return .btn-float-return {
    position: fixed;
    bottom: 0.5rem;
    right: 12.5rem;
    z-index: 999999;
    box-shadow: 0 1px 10px 1px #8592a3;
}

    .float-return .btn-float-return:hover {
        box-shadow: none;
    }

.float-alt .btn-float-alt {
    position: fixed;
    bottom: 0.5rem;
    left: 18rem;
    z-index: 999999;
    box-shadow: 0 1px 10px 1px #57ab2b;
}

    .float-alt .btn-float-alt:hover {
        box-shadow: none;
    }

.formControlSmDigito {
    min-height: calc(1.53em + 0.5rem + 2px);
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
    min-width: 40px;
    margin-left: -1rem !important;
    font-weight: 500;
}

.formControlSmCarteira {
    min-height: calc(1.53em);
    max-height: 1.4rem !important;
    padding: 0.25rem 0.625rem;
    font-size: 0.60rem;
    border-radius: 0.25rem;
    min-width: 60px;
    font-weight: 500;
}

.formControlSm40 {
    min-height: calc(1.53em + 0.5rem + 2px);
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
    min-width: 40px;
    font-weight: 500;
}

.formControlSm80 {
    min-height: calc(1.53em + 0.5rem + 2px);
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
    min-width: 80px;
    font-weight: 500;
}

.formControlSm120 {
    min-height: calc(1.53em + 0.5rem + 2px);
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
    min-width: 120px;
    font-weight: 500;
}

.formControlSm160 {
    min-height: calc(1.53em + 0.5rem + 2px);
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
    min-width: 160px;
    font-weight: 500;
}

.formLabelGrid {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: inherit;
    font-weight: 500;
}

.formLabelGrid75 {
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: inherit;
    font-weight: 500;
}

.formLabel75 {
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: inherit;
    font-weight: 500;
}

.tdTotais {
    padding-top: 5px;
    padding-left: 20px;
    width: 99%;
    text-align: left;
    font-weight: 600;
}

.height-1,
.size-1 {
    height: 40px;
}

.height-2,
.size-2 {
    height: 80px;
}

.height-3,
.size-3 {
    height: 120px;
}

.height-4,
.size-4 {
    height: 160px;
}

.height-5,
.size-5 {
    height: 200px;
}

.height-6,
.size-6 {
    height: 240px;
}

.height-7,
.size-7 {
    height: 280px;
}

.height-8,
.size-8 {
    height: 320px;
}

.height-9,
.size-9 {
    height: 360px;
}

.height-10,
.size-10 {
    height: 400px;
}

.height-11,
.size-11 {
    height: 440px;
}

.height-12,
.size-12 {
    height: 480px;
}

.width-1,
.size-1 {
    width: 40px;
}

.width-2,
.size-2 {
    width: 80px;
}

.width-3,
.size-3 {
    width: 120px;
}

.width-4,
.size-4 {
    width: 160px;
}

.width-5,
.size-5 {
    width: 200px;
}

.width-6,
.size-6 {
    width: 240px;
}

.width-7,
.size-7 {
    width: 280px;
}

.width-8,
.size-8 {
    width: 320px;
}

.width-9,
.size-9 {
    width: 360px;
}

.width-10,
.size-10 {
    width: 400px;
}

.width-11,
.size-11 {
    width: 440px;
}

.width-12,
.size-12 {
    width: 480px;
}

.auto-width {
    width: auto;
}

.footerWc {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    display: block;
    font-size: 90% !important;
    line-height: 1.846153846;
    font-weight: 700;
    background-color: #d7f5fc;
    border-color: #b3edf9;
    color: #03c3ec;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
}

.grdTextoDireita {
    text-align: right !important;
    padding-right: 4px;
    border-bottom: solid;
    border-bottom-color: #cfcfcf;
    border-bottom-width: 0.2px;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #000000;
}

.grdTextoEsquerda {
    text-align: left !important;
    padding-left: 4px;
    border-bottom: solid;
    border-bottom-color: #cfcfcf;
    border-bottom-width: 0.2px;
    margin-bottom: 0.5rem !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    color: #000000 !important;
}

.grdTextoCentro {
    text-align: center !important;
    padding-right: 4px;
    padding-left: 4px;
    border-bottom: solid;
    border-bottom-color: #cfcfcf;
    border-bottom-width: 0.2px;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #000000;
}

.grdTextoHeaderDireita {
    text-align: right !important;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    padding-right: 4px;
    border-bottom: solid;
    border-bottom-color: #cfcfcf;
    border-bottom-width: 0.2px;
    color: #696cff;
    text-transform: uppercase;
    letter-spacing: inherit;
}

.grdTextoHeaderEsquerda {
    text-align: left !important;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    padding-left: 4px;
    border-bottom: solid;
    border-bottom-color: #cfcfcf;
    border-bottom-width: 0.2px;
    color: #696cff;
    text-transform: uppercase;
    letter-spacing: inherit;
}

.grdTextoHeaderCentro {
    text-align: center !important;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    padding-right: 4px;
    padding-left: 4px;
    border-bottom: solid;
    border-bottom-color: #cfcfcf;
    border-bottom-width: 0.2px;
    color: #696cff;
    text-transform: uppercase;
    letter-spacing: inherit;
}

.grdBordaLateral {
    border-right: solid;
    border-right-color: #cfcfcf;
    border-right-width: 0.2px;
    border-left: solid;
    border-left-color: #cfcfcf;
    border-left-width: 0.2px;
}

.textoDireita {
    text-align: right !important;
    padding-right: 4px;
}

.textoEsquerda {
    text-align: left !important;
    padding-left: 4px;
}

.textoCentro {
    text-align: center !important;
    padding-right: 4px;
    padding-left: 4px;
}

.classCheckbox {
    margin-left: 0.1rem !important;
    margin-right: -0.1rem !important;
    margin-top: 0.50rem !important;
    min-height: calc(1.53em + 0.5rem + 2px);
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
    min-width: 80px;
    font-weight: 500;
    text-transform: uppercase;
}

#divVoltarSalvar {
    padding-top: 20px;
}

.containerWc {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
    padding-top: 0.25rem !important;
    padding-bottom: 2.3rem !important;
}

.separadorAzulWc {
    background-color: #696cff !important;
    --bs-text-opacity: 1 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-align: center !important;
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    padding: 0.5rem !important;
    font-weight: 700 !important;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #d9dee3;
    border-radius: 0.5rem;
}

.separadorSecundarioWc {
    background-color: #8592a3 !important;
    --bs-text-opacity: 1 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-align: center !important;
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    padding: 0.5rem !important;
    font-weight: 700 !important;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #d9dee3;
    border-radius: 0.5rem;
}

.separadorVerdeWc {
    background-color: #57ab2b !important;
    --bs-text-opacity: 1 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-align: center !important;
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    padding: 0.5rem !important;
    font-weight: 700 !important;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #d9dee3;
    border-radius: 0.5rem;
}

.separadorLaranjaWc {
    background-color: #ffab00 !important;
    --bs-text-opacity: 1 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-align: center !important;
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    padding: 0.5rem !important;
    font-weight: 700 !important;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #d9dee3;
    border-radius: 0.5rem;
}

.cardTextoExluir {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #d9dee3;
    border-radius: 0.5rem;
    box-shadow: none !important;
    --bs-bg-opacity: 1;
    background-color: transparent !important;
    border: 1px solid #d9dee3 !important;
    border-color: #ffab00 !important;
    font-weight: 700;
    text-transform: uppercase !important;
    text-align: center !important;
    font-size: 1.2rem;
    margin-bottom: 0.5rem !important;
    padding: 0.5rem !important;
}

.separadorAzulWcMargem01 {
    background-color: #696cff !important;
    --bs-text-opacity: 1 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    margin-top: 0.1rem !important;
    margin-bottom: 0.1rem !important;
    padding: 0.1rem !important;
    font-weight: 700 !important;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #d9dee3;
    border-radius: 0.5rem;
    text-align: center !important;
}

.separadorSecundarioWcMargem01 {
    background-color: #8592a3 !important;
    --bs-text-opacity: 1 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    margin-top: 0.1rem !important;
    margin-bottom: 0.1rem !important;
    padding: 0.1rem !important;
    font-weight: 700 !important;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #d9dee3;
    border-radius: 0.5rem;
    text-align: center !important;
}

@media (max-width: 575.98px) {
    .widthGridFixWc {
        min-width: 200px !important;
    }
}

.legAgendado {
    font-size: 11px;
    background-color: #696cff;
    color: aliceblue;
    width: 10%;
    padding-left: 5px;
    position: absolute;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    left: 1%;
}

.legConfirmado {
    font-size: 11px;
    background-color: #57ab2b;
    color: aliceblue;
    width: 10%;
    padding-left: 5px;
    position: absolute;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    left: 12%;
}

.legRealizado {
    font-size: 11px;
    background-color: #ffab00;
    color: aliceblue;
    width: 10%;
    padding-left: 5px;
    position: absolute;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    left: 23%;
}

.legBloqueio {
    font-size: 11px;
    background-color: #ff3e1d;
    color: aliceblue;
    width: 10%;
    padding-left: 5px;
    position: absolute;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    left: 34%;
}

.legPreReserva {
    font-size: 11px;
    background-color: #a0a0a0;
    color: aliceblue;
    width: 10%;
    padding-left: 5px;
    position: absolute;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    left: 45%;
}

.legFolgaTrip {
    font-size: 11px;
    background-color: #fa5555;
    color: aliceblue;
    width: 10%;
    padding-left: 5px;
    position: absolute;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    left: 56%;
}

.tabelaScrollVisivelWcCliente {
    display: block !important;
    max-height: calc(100vh - 260px);
    overflow-y: auto;
    white-space: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tabelaScrollVisivelWc {
    display: block !important;
    max-height: calc(100vh - 195px);
    overflow-y: auto;
    white-space: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.containerWcCentralizado {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
    padding-top: 0.25rem !important;
}

.testePass {
    background: no-repeat scroll 7px 7px;
    padding-left: 30px;
}

.alertWcFooter {
    position: relative;
    padding: 0.3rem 0.3rem;
    margin-bottom: 0.3rem;
    border: 0 solid transparent;
    border-radius: 0.375rem;
}


.inputGroupReadOnlyFix {
    background-color: #eceef1;
}

@media (min-width: 700px) {
    .paddingFixSeparadorWc {
        padding-left: 17rem !important;
    }
}

@media (max-width: 600px) {
    .esconderDivMobileWc {
        display: none;
    }
}

.alignRightWc {
    text-align: right !important;
}

.tabelaScrollWcClienteRel {
    display: block !important;
    max-height: calc(100vh - 340px);
    overflow-y: auto;
    white-space: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tabelaScrollWcRel {
    display: block !important;
    max-height: calc(100vh - 264px);
    overflow-y: auto;
    white-space: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/*Grid novo*/
.clEspecial1 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 1px;
    padding-right: 1px;
    width: 8.333333333333332%;
}

.clEspecial2 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 1px;
    padding-right: 1px;
    width: 16.666666666666664%;
}

.clEspecial3 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 1px;
    padding-right: 1px;
    width: 25%;
}

.clEspecial4 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 1px;
    padding-right: 1px;
    width: 33.33333333333333%;
}

.clEspecial5 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 1px;
    padding-right: 1px;
    width: 41.66666666666667%;
}

.clEspecial6 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 1px;
    padding-right: 1px;
    width: 50%;
}

.clEspecial7 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 1px;
    padding-right: 1px;
    width: 58.333333333333336%;
}

.clEspecial8 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 1px;
    padding-right: 1px;
    width: 66.66666666666666%;
}

.clEspecial9 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 1px;
    padding-right: 1px;
    width: 75%;
}

.clEspecial10 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 1px;
    padding-right: 1px;
    width: 83.33333333333334%;
}

.clEspecial11 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 1px;
    padding-right: 1px;
    width: 91.66666666666666%;
}

.clEspecial12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 1px;
    padding-right: 1px;
    width: 100%;
}

.fontSizeFixGridAcomp {
    font-size: 11px !important;
}

form-control-fix {
    display: block;
    width: 100%;
    padding: 0.4375rem 0.875rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.53;
    /*color: #697a8d;*/
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d9dee3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.grd_oculto {
    display: none;
}
/*grid novo end*/

.formLabelCarteira {
    font-size: 0.60rem !important;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.formSelectSmCarteira {
    max-height: 1.4rem !important;
    font-size: 0.60rem;
    min-width: 60px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.625rem;
    border-radius: 0.25rem;
}

.stickyFloatWc {
    position: sticky !important;
    float: left !important;
    padding-right: 0.25rem !important;
    padding-top: 0.25rem !important;
}

.comprovaPagVerificar {
    background-color: #ffe0db;
}

@media (max-width: 600px) {
    .col-menu-master {
        width: 29%;
        white-space: nowrap;
        margin: 0.10rem !important;
    }
}

.lblGridWc {
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #000000;
    letter-spacing: inherit;
}

.headerAppWc {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700 !important;
    --bs-text-opacity: 1;
    /*color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;*/
}

.btnRoundWc {
    padding-left: 0,50rem !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
}