﻿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://jj.bsmartit.com.br/pwa/static/pexels-kevin-blanzy-440998-1130692.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: 86px;
}

.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;
}

.bzp001 {
    cursor: pointer;
}
.bzp002 {
    cursor: pointer;
}
.bzp003 {
    cursor: pointer;
}

.razaoHel {
    padding: 4px;
    font-weight: bold;
}

.jj001 {
    cursor: pointer;
}

.jjpadblock {
    padding: 8px;
}