﻿body {
}

.dt-buttons {
    position: absolute !important;
}

.hDown {
    padding-top: 12px;
}

.editColor {
    color: #cdb616;
    cursor: pointer;
}

.shareColor {
    color: #e10909;
    cursor: pointer;
}

.approvedColor {
    color: #d5d5d5;
}

.tsDTColCenter {
    text-align: center;
}

.select2-selection__rendered {
    line-height: 31px !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

.fullWidth {
    width: 100%;
}

.invisible {
    display: none;
}

.rightmost {
    text-align: right;
}

.largfix001 {
    width: 324px;
    margin-left: -12px;
}

.pfilter01 {
    position: absolute;
    left: 550px;
    top: 90px;
}

.pfilter02 {
    position: absolute;
    right: 561px;
    top: 81px;
}

.pfilter03 {
    position: absolute;
    right: 410px;
    top: 81px;
}

.pfilter04 {
    position: absolute;
    right: 450px;
    top: 79px;
    width: 100px;
}

.pfilter05 {
    position: absolute;
    right: 300px;
    top: 79px;
    width: 100px;
}

.pfilter06 {
    position: absolute;
    right: -64px;
    top: 23px;
    width: 102px;
    font-size: 24px;
    color: green;
    cursor: pointer;
}

.xLogin {
    min-height: 356.531px;
    background-image: url(https://static.stratagis.com.br/stratagis/juggernaut/bg-fundo.jpg);
    /* height: 100%; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.boletimFlt {
    position: absolute;
    right: 16px;
}

.boletimFltA1 {
    position: absolute;
    right: 205px;
    width: 150px;
    top: 13px;
}

.boletimFltA2 {
    position: absolute;
    right: 94px;
    top: 16px;
    width: 100px;
}

.boletimFltA3 {
    position: absolute;
    right: 20px;
}


/*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*/

.cancelarRod {
    position: absolute;
    height: 38px;
    background: #8b0000;
    line-height: 38px;
    padding-left: 8px;
    padding-right: 8px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.abrirXML {
    position: absolute;
    height: 38px;
    background: #6c757d;
    line-height: 38px;
    padding-left: 12px;
    padding-right: 12px;
    color: white;
    border-radius: 5px;
    right: 112px;
    cursor: pointer;
}

.recalcular {
    background: #c3c3c3;
    padding: 4px;
    text-align: center;
    height: 38px;
    border-radius: 5px;
    line-height: 30px;
    cursor: pointer;
}

.separaBombeio {
    background: #e9ecef;
    margin-bottom: 12px;
    font-weight: bold;
    border-radius: 5px;
    padding-left: 5px;
}


.fixTOpX {
    margin-top: 33px;
}

.pfilter02Gen2 {
    position: absolute;
    right: 392px;
    top: 73px;
}

.pfilter04Gen2 {
    position: absolute;
    right: 280px;
    top: 69px;
    width: 100px;
}

.pfilter30 {
    position: absolute;
    right: 289px;
    width: 100px;
    height: 40px;
}

.pfilter31 {
    position: absolute;
    right: 400px;
    top: 69px;
}

.pfilter31a {
    position: absolute;
    right: 400px;
    top: 85px;
}

.pfilterFiltrar01 {
    position: absolute;
    right: 453px;
    top: 85px;
}

.pfilterFiltrar02 {
    font-weight: 500;
}

.mgtop32 {
    margin-top: 32px;
}

.mr001 {
    right: 600px;
}

.remessaSucesso {
    text-align: center;
    background-color: #90ef90;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
}

.remessaFalha {
    text-align: center;
    background-color: #ef9090;
    height: 38px;
    line-height: 38px;
    color: white;
}

.remessaAguardando {
    text-align: center;
    background-color: #efef90;
    height: 38px;
    line-height: 38px;
}

.rmz001 {
    height: 40px;
    cursor: pointer;
}

.rmz002 {
    width: 169px;
    height: 40px;
    background-color: lightgrey;
    text-align: center;
    line-height: 40px;
    /* right: 32px; */
    position: absolute;
    right: 32px;
    top: 65px;
    cursor: pointer;
}

.rmz003 {
    width: 169px;
    height: 40px;
    background-color: lightgrey;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 228px;
    top: 65px;
    cursor: pointer;
}

/*LOADER*/

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-hourglass:after {
        content: " ";
        display: block;
        border-radius: 50%;
        width: 0;
        height: 0;
        margin: 8px;
        box-sizing: border-box;
        border: 32px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-hourglass 1.2s infinite;
    }

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}

/*LAODER FIM*/

.tsLdX {
    display: block;
    z-index: 100;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: gray;
    opacity: .5;
}
.tsLdY {
    left: calc(50% - 40px);
    top: calc(50% - 40px);
}

.precoProd {
    position: absolute;
    right: 32px;
}

.loginv6 {
    background-color: #011128;
    height: 40px;
    font-weight: 400;
    font-size: 18px;
}

.loginv6a {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.loginv6b {
    cursor: pointer;
}

.AlocaFiltra {
    margin-top: 28px;
}

.RemoverAlocacao {
    margin-top: 28px;
}

.AlocaSquare {
    text-align: right;
    cursor: pointer;
}

.tribSel01 {
    position: absolute;
    left: 20px;
    top: 0px;
}

.tribSel02 {
    position: absolute;
    left: 270px;
    top: 0px;
}

.tribSel03 {
    position: absolute;
    left: 520px;
    top: 0px;
}

.tribSel04 {
    position: absolute;
    left: 770px;
    top: 0px;
}

.tribSel05 {
    position: absolute;
    left: 1020px;
    top: 0px;
}

/* Set the height for single-select mode */
/*.select2-container--default .select2-selection--single {
    height: 40px;*/ /* Adjust the height as needed */
/*}*/

/* Set the height for multi-select mode */
/*.select2-container--default .select2-selection--multiple {
    height: 40px;*/ /* Adjust the height as needed */
    /*min-height: 40px;*/ /* Ensures the minimum height is the same */
/*}*/

    /* Align the placeholder text vertically */
    /*.select2-container--default .select2-selection--single .select2-selection__rendered,
    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        line-height: 40px;*/ /* Adjust to match the height */
        /*padding: 0 8px;*/ /* Adjust the padding to center the text */
    /*}*/

.superFiltro {
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-color: #dee2e6;
    background: #fdfdfd;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.btnFiltX {
    position: absolute;
    right: 16px;
    bottom: 4px;
}

.select2100Larg {
    width: 100%;
}

.select2-container .select2-selection {
    border-color: #dee2e6 !important;
}

.select2-container .select2-selection:focus, .select2-container .select2-selection--single:focus {
    border-color: #dee2e6 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black !important;
}

.bzp001 {
    color: #0e0e0e;
    cursor: pointer;
    cursor: pointer;
}

.bzp002 {
    color: #0e0e0e;
    cursor: pointer;
    cursor: pointer;
}

.bzp003 {
    color: #0e0e0e;
    cursor: pointer;
    cursor: pointer;
}

.RowPadTop {
    padding-top: 10px;
}

.AlturaDatePicker {
    height: 40px;
}

.AlR98 {
    position: absolute;
    right: 8px;
}

.PrivadoRgy {
    position: absolute;
    right: 0px;
    top: 8px;
}

.FileRgy {
    position: absolute;
    right: 5px;
    top: 4px;
}