﻿

/*AGUARDE*/


.divAguarde {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
}

    .divAguarde div {
        min-height: 10px;
        width: 140px;
        text-align: center;
        padding: 10px;
        position: absolute;
        top: 50%;
        margin-top: -100px;
        left: 50%;
        margin-left: -80px;
        z-index: 10001;
        background: #fff;
        -moz-border-radius: 0px 15px;
        -webkit-border-radius: 0px 15px;
        border-radius: 0px 15px;
        line-height: 25px;
        font-weight: bold;
        line-height: 20px;
        color: #555;
        -moz-box-shadow: 0px 0px 10px #aaa;
        -webkit-box-shadow: 0px 0px 10px #aaa;
        box-shadow: 0px 0px 10px #aaa;
    }


.italico {
    font-style: italic
}

.riscado {
    text-decoration: line-through
}

.txt-size-10 {
    font-size: 10px !important
}

.txt-size-12 {
    font-size: 12px !important
}

.txt-size-13 {
    font-size: 13px !important
}

.txt-size-14 {
    font-size: 14px !important
}

.txt-size-16 {
    font-size: 16px !important
}

.txt-size-18 {
    font-size: 18px !important
}

.txt-size-20 {
    font-size: 20px !important
}

.txt-size-23 {
    font-size: 23px !important
}

.txt-size-25 {
    font-size: 25px !important
}

.txt-size-30 {
    font-size: 30px !important
}

.txt-size-40 {
    font-size: 40px !important
}

.txt-size-50 {
    font-size: 50px !important
}
.txt-size-60 {
    font-size: 60px !important
}
.txt-size-70 {
    font-size: 70px !important
}
.txt-size-80 {
    font-size: 80px !important
}

.txt-dark-green {
    color: #296f2a !important
}

.txt-green {
    color: #4ad395 !important
}
/*brand-success: #5cb85c; */
.txt-green-light {
    color: #54bb14 !important
}
/*brand-success: #5cb85c; */
.txt-red {
    color: #e34d4e !important
}
/*brand-danger:  #d9534f; */
.txt-blue {
    color: #428bca !important
}
/*brand-primary: #ca424a; */
.txt-blue-lt {
    color: #5bc0de !important
}
/*brand-info:    #5bc0de; */
.txt-yellow {
    color: #f0ad4e !important
}
/*brand-warning: #f0ad4e; */
.txt-silver {
    color: #aaaaaa !important
}

.txt-white {
    color: #ffffff !important
}

.txt-brown {
    color: #CA8342 !important
}

.txt-black {
    color: #000000 !important
}

.txt-grey {
    color: #a2a2a2 !important
}

.txt-lightgrey {
    color: lightgrey !important
}

.txt-forestgreen {
    color: forestgreen !important
}

.txt-gainsboro {
    color: gainsboro !important
}

.txt-dodgerblue {
    color: dodgerblue !important
}

.txt-azul {
    color: #24a2d5 !important
}

.txt-laranja {
    color: #ef8021 !important
}

.txt-roxo {
    color: #6254bd !important
}

.txt-wiselab {
    color: #2bb9b9 !important
}

.bg-form {
    background-color: #a06abb !important
}

.bg-green {
    background-color: #4ad395 !important
}
/*brand-success: #5cb85c; */
.bg-red {
    background-color: #d9534f !important
}
/*brand-danger:  #d9534f; */
.bg-blue {
    background-color: #428bca !important
}
/*brand-primary: #ca424a; */
.bg-blue-lt {
    background-color: #C6DFF7 !important
}
/*brand-info:    #5bc0de; */
.bg-yellow {
    background-color: #f0ad4e !important
}
/*brand-warning: #f0ad4e; */
.bg-silver {
    background-color: #ebebeb !important
}

.bg-white {
    background-color: #ffffff !important
}

.bg-black {
    background-color: #000000 !important
}

.bg-black-light {
    background-color: #243336 !important
}

.bg-transparent {
    background: transparent !important
}

.bg-bege {
    background-color: #E3E5E5 !important;
}

.bg-roxo {
    background-color: #766abb !important;
}

.bg-cinza {
    background-color: #878787 !important;
}

.bg-wiselab-gradiente {
    background-image: linear-gradient(to right, #2fa79e 0, #288ba2 100%);
}

.bg-wiselab {
    background-color: #2ea49e !important;
}

.bg-wiselab-dark {
    background-color: #2a908c !important;
}


.txt-right {
    text-align: right !important
}

.txt-left {
    text-align: left !important
}

.txt-center {
    text-align: center !important
}

.txt-justify {
    text-align: justify !important
}

.txt-top {
    vertical-align: top !important
}

.txt-upper {
    text-transform: uppercase !important
}



.right {
    float: right !important
}

.left {
    float: left !important
}

.both {
    clear: both !important
}

.bold {
    font-weight: bold !important
}

.default {
    cursor: default !important
}

.pointer {
    cursor: pointer !important
}

.cursor-move {
    cursor: move !important
}

.cursor-off {
    cursor: not-allowed !important
}

/*Margins*/
.m0 {
    margin: 0px !important
}

.m1 {
    margin: 1px !important
}

.m2 {
    margin: 2px !important
}

.m3 {
    margin: 3px !important
}

.m4 {
    margin: 4px !important
}

.m5 {
    margin: 5px !important
}

.m6 {
    margin: 6px !important
}

.m7 {
    margin: 7px !important
}

.m8 {
    margin: 8px !important
}

.m9 {
    margin: 9px !important
}

.m10 {
    margin: 10px !important
}

.m20 {
    margin: 20px !important
}

.mt-4 {
    margin-top: -4px !important
}

.mt-6 {
    margin-top: -6px !important
}
.mt-50 {
    margin-top: -50px !important
}
.mt0 {
    margin-top: 0px !important
}

.mt1 {
    margin-top: 1px !important
}

.mt2 {
    margin-top: 2px !important
}

.mt3 {
    margin-top: 3px !important
}

.mt4 {
    margin-top: 4px !important
}

.mt5 {
    margin-top: 5px !important
}

.mt6 {
    margin-top: 6px !important
}

.mt7 {
    margin-top: 7px !important
}

.mt8 {
    margin-top: 8px !important
}

.mt9 {
    margin-top: 9px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt15 {
    margin-top: 15px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt22 {
    margin-top: 22px !important
}

.mt30 {
    margin-top: 30px !important
}
.mt40 {
    margin-top: 40px !important
}
.mt50 {
    margin-top: 50px !important
}
.mt60 {
    margin-top: 60px !important
}

.mr0 {
    margin-right: 0px !important
}

.mr1 {
    margin-right: 1px !important
}

.mr2 {
    margin-right: 2px !important
}

.mr3 {
    margin-right: 3px !important
}

.mr4 {
    margin-right: 4px !important
}

.mr5 {
    margin-right: 5px !important
}

.mr6 {
    margin-right: 6px !important
}

.mr7 {
    margin-right: 7px !important
}

.mr8 {
    margin-right: 8px !important
}

.mr9 {
    margin-right: 9px !important
}

.mr10 {
    margin-right: 10px !important
}

.mr16 {
    margin-right: 16px !important
}

.mr20 {
    margin-right: 20px !important
}

.mr25 {
    margin-right: 25px !important
}

.mb0 {
    margin-bottom: 0px !important
}

.mb1 {
    margin-bottom: 1px !important
}

.mb2 {
    margin-bottom: 2px !important
}

.mb3 {
    margin-bottom: 3px !important
}

.mb4 {
    margin-bottom: 4px !important
}

.mb5 {
    margin-bottom: 5px !important
}

.mb6 {
    margin-bottom: 6px !important
}

.mb7 {
    margin-bottom: 7px !important
}

.mb8 {
    margin-bottom: 8px !important
}

.mb9 {
    margin-bottom: 9px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.margin-periodo {
    margin-left: 5px !important;
    margin-top: -1px !important;
}

.ml0 {
    margin-left: 0px !important
}

.ml1 {
    margin-left: 1px !important
}

.ml2 {
    margin-left: 2px !important
}

.ml3 {
    margin-left: 3px !important
}

.ml4 {
    margin-left: 4px !important
}

.ml5 {
    margin-left: 5px !important
}

.ml6 {
    margin-left: 6px !important
}

.ml7 {
    margin-left: 7px !important
}

.ml8 {
    margin-left: 8px !important
}

.ml9 {
    margin-left: 9px !important
}

.ml10 {
    margin-left: 10px !important
}

.ml14 {
    margin-left: 14px !important
}

.ml15 {
    margin-left: 15px !important
}

.ml17 {
    margin-left: 17px !important
}

.ml20 {
    margin-left: 20px !important
}

.ml25 {
    margin-left: 25px !important
}

.ml30 {
    margin-left: 30px !important
}

.ml150 {
    margin-left: 150px !important
}



.ml10pc {
    margin-left: 10% !important
}

/*Paddings*/
.p0 {
    padding: 0px !important
}

.p3 {
    padding: 3px !important
}

.p5 {
    padding: 5px !important
}

.p6 {
    padding: 6px !important
}

.p10 {
    padding: 10px !important
}

.p20 {
    padding: 20px !important
}

.p30 {
    padding: 30px !important
}

.p40 {
    padding: 40px !important
}

.p50 {
    padding: 50px !important
}

.p60 {
    padding: 60px !important
}

.p70 {
    padding: 70px !important
}

.p80 {
    padding: 80px !important
}

.p90 {
    padding: 90px !important
}

.p100 {
    padding: 1000px !important
}

.p200 {
    padding: 20px !important
}

.pl0 {
    padding-left: 0px !important
}

.pl2 {
    padding-left: 2px !important
}

.pl4 {
    padding-left: 4px !important
}

.pl5 {
    padding-left: 5px !important
}

.pl10 {
    padding-left: 10px !important
}

.pl12 {
    padding-left: 12px !important
}

.pl15 {
    padding-left: 15px !important
}

.pl18 {
    padding-left: 18px !important
}

.pl20 {
    padding-left: 20px !important
}

.pl21 {
    padding-left: 21px !important
}

.pl30 {
    padding-left: 30px !important
}

.pl40 {
    padding-left: 40px !important
}

.pl50 {
    padding-left: 50px !important
}

.pl60 {
    padding-left: 60px !important
}

.pl70 {
    padding-left: 70px !important
}

.pl80 {
    padding-left: 80px !important
}

.pl90 {
    padding-left: 90px !important
}

.pl100 {
    padding-left: 1000px !important
}

.pl200 {
    padding-left: 20px !important
}

.pr0 {
    padding-right: 0px !important
}

.pr5 {
    padding-right: 5px !important
}

.pr10 {
    padding-right: 10px !important
}

.pr15 {
    padding-right: 15px !important
}

.pr20 {
    padding-right: 20px !important
}

.pr30 {
    padding-right: 30px !important
}

.pr40 {
    padding-right: 40px !important
}

.pr50 {
    padding-right: 50px !important
}

.pr60 {
    padding-right: 60px !important
}

.pr70 {
    padding-right: 70px !important
}

.pr80 {
    padding-right: 80px !important
}

.pr90 {
    padding-right: 90px !important
}

.pr100 {
    padding-right: 1000px !important
}

.pr200 {
    padding-right: 20px !important
}

.pt0 {
    padding-top: 0px !important
}

.pt1 {
    padding-top: 1px !important
}

.pt2 {
    padding-top: 2px !important
}

.pt3 {
    padding-top: 3px !important
}

.pt4 {
    padding-top: 4px !important
}

.pt5 {
    padding-top: 5px !important
}

.pt6 {
    padding-top: 6px !important
}

.pt7 {
    padding-top: 7px !important
}

.pt8 {
    padding-top: 8px !important
}

.pt9 {
    padding-top: 9px !important
}

.pt10 {
    padding-top: 10px !important
}

.pt11 {
    padding-top: 11.5px !important
}

.pt20 {
    padding-top: 20px !important
}

.pt28 {
    padding-top: 28px !important
}

.pt30 {
    padding-top: 30px !important
}

.pt40 {
    padding-top: 40px !important
}

.pt50 {
    padding-top: 50px !important
}

.pt100 {
    padding-top: 100px !important
}

.pt150 {
    padding-top: 150px !important
}

.pt200 {
    padding-top: 200px !important
}

.pt220 {
    padding-top: 220px !important
}

.pb0 {
    padding-bottom: 0px !important
}

.pb1 {
    padding-bottom: 1px !important
}

.pb2 {
    padding-bottom: 2px !important
}

.pb3 {
    padding-bottom: 3px !important
}

.pb4 {
    padding-bottom: 4px !important
}

.pb5 {
    padding-bottom: 5px !important
}

.pb6 {
    padding-bottom: 6px !important
}

.pb7 {
    padding-bottom: 7px !important
}

.pb8 {
    padding-bottom: 8px !important
}

.pb9 {
    padding-bottom: 9px !important
}

.pb10 {
    padding-bottom: 10px !important
}

.pb20 {
    padding-bottom: 20px !important
}

.pb28 {
    padding-bottom: 28px !important
}

.pb30 {
    padding-bottom: 30px !important
}

.pb40 {
    padding-bottom: 40px !important
}

.pb50 {
    padding-bottom: 50px !important
}

.pb80 {
    padding-bottom: 50px !important
}

.pb100 {
    padding-bottom: 100px !important
}

.pb150 {
    padding-bottom: 150px !important
}

.pb200 {
    padding-bottom: 200px !important
}

.pb220 {
    padding-bottom: 220px !important
}

.dsp-inline {
    display: inline !important;
}

.dsp-inline-block {
    display: inline-block !important;
}

.dsp-table {
    display: table !important;
}

.dsp-block {
    display: block !important;
}

.dsp-flex {
    display: flex !important;
}


.dsp-invisivel, .dsp-hide, .dsp-none {
    display: none !important;
}

.li-style-none {
    list-style-type: none;
}
.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.fixed {
    position: fixed;
}

.static {
    position: static;
}

.lh10 {
    line-height: 10px !important;
}

.lh14 {
    line-height: 14px !important;
}

.lh15 {
    line-height: 15px !important;
}

.lh20 {
    line-height: 20px !important;
}

.lh22 {
    line-height: 22px !important;
}

.lh25 {
    line-height: 25px !important;
}

.lh30 {
    line-height: 30px !important;
}

.lh31 {
    line-height: 31px !important;
}

.lh40 {
    line-height: 40px !important;
}

/*Width*/
.w10 {
    width: 10px !important
}

.w12 {
    width: 12px !important
}

.w14 {
    width: 14px !important
}

.w20 {
    width: 20px !important
}

.w30 {
    width: 30px !important
}

.w35 {
    width: 35px !important
}

.w40 {
    width: 40px !important
}

.w45 {
    width: 45px !important
}

.w50 {
    width: 50px !important
}

.w55 {
    width: 55px !important
}

.w56 {
    width: 56px !important
}

.w60 {
    width: 60px !important
}

.w70 {
    width: 70px !important
}

.w75 {
    width: 75px !important
}

.w80 {
    width: 80px !important
}

.w90 {
    width: 90px !important
}

.w-auto {
    width: auto !important
}

.w5pc {
    width: 5% !important
}

.w10pc {
    width: 10% !important
}

.w20pc {
    width: 20% !important
}

.w25pc {
    width: 25% !important
}

.w30pc {
    width: 30% !important
}

.w35pc {
    width: 35% !important
}

.w40pc {
    width: 40% !important
}

.w50pc {
    width: 50% !important
}

.w60pc {
    width: 60% !important
}

.w70pc {
    width: 70% !important
}

.w80pc {
    width: 80% !important
}

.w90pc {
    width: 90% !important
}

.w100pc {
    width: 100% !important
}

.w100 {
    width: 100px !important
}

.w105 {
    width: 105px !important
}

.w107 {
    width: 107px !important
}

.w110 {
    width: 110px !important
}

.w112 {
    width: 112px !important
}

.w120 {
    width: 120px !important
}

.w130 {
    width: 130px !important
}

.w140 {
    width: 140px !important
}

.w143 {
    width: 143px !important
}

.w150 {
    width: 150px !important
}

.w160 {
    width: 160px !important
}

.w170 {
    width: 170px !important
}

.w180 {
    width: 180px !important
}

.w190 {
    width: 190px !important
}

.w200 {
    width: 200px !important
}

.w210 {
    width: 210px !important
}

.w215 {
    width: 215px !important
}

.w220 {
    width: 220px !important
}

.w230 {
    width: 230px !important
}

.w240 {
    width: 240px !important
}

.w250 {
    width: 250px !important
}

.w260 {
    width: 260px !important
}

.w270 {
    width: 270px !important
}

.w274 {
    width: 274px !important
}

.w280 {
    width: 280px !important
}

.w290 {
    width: 290px !important
}

.w300 {
    width: 300px !important
}

.w310 {
    width: 310px !important
}

.w320 {
    width: 320px !important
}

.w330 {
    width: 330px !important
}

.w340 {
    width: 340px !important
}

.w350 {
    width: 350px !important
}

.w360 {
    width: 360px !important
}

.w370 {
    width: 370px !important
}

.w380 {
    width: 380px !important
}

.w390 {
    width: 390px !important
}

.w400 {
    width: 400px !important
}

.w450 {
    width: 450px !important
}

.w460 {
    width: 460px !important
}

.w470 {
    width: 470px !important
}

.w480 {
    width: 480px !important
}

.w500 {
    width: 500px !important
}

.w531 {
    width: 531px !important
}

.w550 {
    width: 550px !important
}

.w600 {
    width: 600px !important
}

.w664 {
    width: 664px !important
}

.w650 {
    width: 650px !important
}

.mw10 {
    max-width: 10px !important
}

.mw20 {
    max-width: 20px !important
}

.mw30 {
    max-width: 30px !important
}

.mw40 {
    max-width: 40px !important
}

.mw50 {
    max-width: 50px !important
}

.mw60 {
    max-width: 60px !important
}

.mw70 {
    max-width: 70px !important
}

.mw80 {
    max-width: 80px !important
}

.mw90 {
    max-width: 90px !important
}

.mw100 {
    max-width: 100px !important
}

.mw120 {
    max-width: 120px !important
}

.mw130 {
    max-width: 130px !important
}

.mw140 {
    max-width: 140px !important
}

.mw150 {
    max-width: 150px !important
}

.mw160 {
    max-width: 160px !important
}

.mw170 {
    max-width: 170px !important
}

.mw180 {
    max-width: 180px !important
}

.mw190 {
    max-width: 190px !important
}

.mw200 {
    max-width: 200px !important
}

.mw210 {
    max-width: 210px !important
}

.mw220 {
    max-width: 220px !important
}

.mw230 {
    max-width: 230px !important
}

.mw240 {
    max-width: 240px !important
}

.mw250 {
    max-width: 250px !important
}

.mw260 {
    max-width: 260px !important
}

.mw270 {
    max-width: 270px !important
}

.mw280 {
    max-width: 280px !important
}

.mw290 {
    max-width: 290px !important
}

.mw300 {
    max-width: 300px !important
}

.mw310 {
    max-width: 310px !important
}

.mw320 {
    max-width: 320px !important
}

.mw330 {
    max-width: 330px !important
}

.mw340 {
    max-width: 340px !important
}

.mw350 {
    max-width: 350px !important
}

.mw360 {
    max-width: 360px !important
}

.mw370 {
    max-width: 370px !important
}

.mw380 {
    max-width: 380px !important
}

.mw390 {
    max-width: 390px !important
}

.mw400 {
    max-width: 400px !important
}

.mw450 {
    max-width: 450px !important
}

.mw480 {
    max-width: 480px !important
}

.mw500 {
    max-width: 500px !important
}

.mw550 {
    max-width: 550px !important
}

.mw600 {
    max-width: 600px !important
}

.mw650 {
    max-width: 650px !important
}

/*Height*/
.h10 {
    height: 10px !important
}

.h12 {
    height: 12px !important
}

.h15 {
    height: 15px !important
}

.h20 {
    height: 20px !important
}

.h23 {
    height: 23px !important
}

.h25 {
    height: 25px !important
}

.h30 {
    height: 30px !important
}

.h40 {
    height: 40px !important
}

.h45 {
    height: 45px !important
}

.h50 {
    height: 50px !important
}

.h60 {
    height: 60px !important
}

.h65 {
    height: 65px !important
}

.h70 {
    height: 70px !important
}

.h80 {
    height: 80px !important
}

.h90 {
    height: 90px !important
}

.h100 {
    height: 100px !important
}

.h110 {
    height: 110px !important
}

.h120 {
    height: 120px !important
}

.h130 {
    height: 130px !important
}

.h140 {
    height: 140px !important
}

.h150 {
    height: 150px !important
}

.h160 {
    height: 160px !important
}

.h170 {
    height: 170px !important
}

.h180 {
    height: 180px !important
}

.h190 {
    height: 190px !important
}

.h200 {
    height: 200px !important
}

.h210 {
    height: 210px !important
}

.h220 {
    height: 220px !important
}

.h230 {
    height: 230px !important
}

.h240 {
    height: 240px !important
}

.h250 {
    height: 250px !important
}

.h260 {
    height: 260px !important
}

.h270 {
    height: 270px !important
}

.h280 {
    height: 280px !important
}

.h290 {
    height: 290px !important
}

.h300 {
    height: 300px !important
}

.h310 {
    height: 310px !important
}

.h320 {
    height: 320px !important
}

.h330 {
    height: 330px !important
}

.h340 {
    height: 340px !important
}

.h350 {
    height: 350px !important
}

.h360 {
    height: 360px !important
}

.h370 {
    height: 370px !important
}

.h380 {
    height: 380px !important
}

.h390 {
    height: 390px !important
}

.h400 {
    height: 400px !important
}

.h450 {
    height: 450px !important
}

.h480 {
    height: 480px !important
}

.h500 {
    height: 500px !important
}

.h550 {
    height: 550px !important
}

.h600 {
    height: 600px !important
}

.h650 {
    height: 650px !important
}

.hCalc {
    height: calc(2.5rem + 7px)
}

.h60pc {
    height: 60% !important
}

.h100pc {
    height: 100% !important
}



/*Colunas de Grids*/
.col10 {
    width: 10px !important;
}

.col20 {
    width: 20px !important;
}

.col30 {
    width: 30px !important;
}

.col40 {
    width: 40px !important;
}

.col50 {
    width: 50px !important;
}

.col60 {
    width: 60px !important;
}

.col70 {
    width: 70px !important;
}

.col80 {
    width: 80px !important;
}

.col90 {
    width: 90px !important;
}

.col100 {
    width: 100px !important;
}

.col120 {
    width: 120px !important;
}

.col150 {
    width: 150px !important;
}

.col200 {
    width: 200px !important;
}

.col220 {
    width: 220px !important;
}

.col250 {
    width: 250px !important;
}

.col300 {
    width: 300px !important;
}

.col320 {
    width: 320px !important;
}

.col350 {
    width: 350px !important;
}

.col400 {
    width: 400px !important;
}

.col420 {
    width: 420px !important;
}

.col450 {
    width: 450px !important;
}

.col480 {
    width: 480px !important;
}

.col500 {
    width: 500px !important;
}


/*Tamanhos de fontes*/
.size9 {
    font-size: 9px;
}

.size10 {
    font-size: 10px;
}

.size11 {
    font-size: 11px;
}

.size12 {
    font-size: 12px;
}

.size13 {
    font-size: 13px;
}

.size14 {
    font-size: 14px;
}

.size15 {
    font-size: 15px;
}

.size16 {
    font-size: 16px;
}

.size17 {
    font-size: 17px;
}

.size18 {
    font-size: 18px;
}

.size19 {
    font-size: 19px;
}

.size20 {
    font-size: 20px;
}

.size22 {
    font-size: 22px;
}

.size25 {
    font-size: 25px;
}


.bgWhite {
    background-color: white !important;
}

.bgRed {
    background-color: #f00;
}

.bgGreen {
    background-color: #4cff00;
}

.bgYellow {
    background-color: #ffd800;
}

.bgBlue {
    background-color: #00f;
}

.bgBlack {
    background-color: #000;
}

.bgVerdeClaro {
    background-color: #8FBC8F;
}

.red {
    color: #f00;
}

.green {
    color: #4cff00;
}

.yellow {
    color: #ffd800;
}

.blue {
    color: #00f;
}

.cinza {
    color: #aaa;
}


.link {
    color: #0088cc;
    cursor: pointer;
}

    .link:hover {
        color: #006ecc;
        text-decoration: underline;
    }

.br2 {
    border-radius: 2px !important;
}

.br3 {
    border-radius: 3px !important;
}

.br4 {
    border-radius: 4px !important;
}

.br5 {
    border-radius: 5px !important;
}

.br7 {
    border-radius: 7px !important;
}

.br10 {
    border-radius: 10px !important;
}

.br20 {
    border-radius: 20px !important;
}

.br30 {
    border-radius: 30px !important;
}

.br50 {
    border-radius: 50px !important;
}


.sem-borda {
    border: none
}

.borda-cinza {
    border: 1px solid #ccc
}

.borda-superior-cinza {
    border-top: 1px solid #EAE3E3;
    margin: 5px 0;
}

.borda-inferior-cinza {
    border-bottom: 1px solid #eee
}

.borda-inferior-preta {
    border-bottom: 1px solid #000
}

.borda_direita_cinza {
    border-right: 1px solid #dddddd
}

.borda_esquerda_azul {
    border-left: 6px solid #0054da
}

.borda_esquerda_cinza {
    border-left: 6px solid silver
}

.borda_esquerda_preta {
    border-left: 6px solid #333333
}

.borda_esquerda_vermelha {
    border-left: 6px solid #d83c3c
}

.borda_esquerda_verde {
    border-left: 6px solid #5cb85c
}

.borda_esquerda_amarela {
    border-left: 6px solid #ffc107
}

.of-auto {
    overflow: auto !important;
}

.of-hidden {
    overflow: hidden !important;
}

.of-visible {
    overflow: visible !important;
}


.single-line {
    white-space: nowrap !important;
}


.desativado {
    color: #bbb;
}

.ls-none {
    list-style: none;
}

.hv-silver:hover {
    background-color: #eee
}

.color-purple {
    color: #4f428b
}

.btn-verde {
    background-color: #2ea49e !important;
    border-color: #2ea49e;
    color: #fff;
}

    .btn-verde:hover, .btn-verde:focus {
        background-color: #078f7a !important;
        background-position: 0 -15px !important;
        color: #fff;
    }

    .btn-verde:active, .btn-verde.active {
        background-color: #03443c !important;
        border-color: none !important;
        color: #fff;
    }

.btn-verde-dark {
    background-color: #2a908c !important;
    border-color: #2a908c;
    color: #fff;
}

    .btn-verde-dark:hover, .btn-verde-dark:focus {
        background-color: #2fa79e !important;
        background-position: 0 -15px !important;
        color: #fff;
    }

    .btn-verde-dark:active, .btn-verde-dark.active {
        background-color: #58b2ab !important;
        border-color: none !important;
        color: #fff;
    }


.btn-cinza {
    background-color: #e9ecef !important;
    border-color: #ced4da;
    color: #333333 !important;
    width: 103px;
}

    .btn-cinza:hover, .btn-cinza:focus {
        background-color: #7d7b7b !important;
        background-position: 0 -15px !important;
        color: #fff;
    }

    .btn-cinza:active, .btn-cinza.active {
        background-color: #4a4848 !important;
        border-color: none !important;
        color: #fff;
    }

.btn-principal {
    border-radius: 13px !important;
    background-color: #41b8be !important;
    line-height: 1 !important;
    font-size: 8px !important;
    text-align: center !important;
    height: 57px !important;
}

    .btn-principal:hover, .btn-principal:focus {
        border-radius: 13px !important;
        background-color: #28888d !important;
        border-color: none !important;
        color: #fff !important;
    }

    .btn-principal:active, .btn-principal.active {
        border-radius: 13px !important;
        background-color: #206164 !important;
        border-color: none !important;
        color: #fff !important;
    }

.btn-principal-bg {
    padding: 0px 3px 0px 3px !important;
    margin: 4px !important;
}

.bdr-up {
    border-radius: 10px 10px 0px 0px !important;
}

.bdr-down {
    border-radius: 0px 0px 10px 10px !important;
}

select.round {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#ddd 59%, transparent 72%);
    background-position: calc(100% - 15px) calc(1em + 1px), calc(100% - 10px) calc(1em + 1px), calc(100% - 0.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
    border-radius: 25px;
    appearance: none;
}

    select.round:focus {
        background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), radial-gradient(#2fa79e 59%, transparent 72%);
        background-position: calc(100% - 10px) 1em, calc(100% - 15px) 1em, calc(100% - .5em) .5em;
        background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
        background-repeat: no-repeat;
        border-color: #4ad395;
        outline: 0;
        border-radius: 25px;
        appearance: none;
    }

input.round-left {
    border-radius: 30px 0px 0px 30px;
}

input.round-right {
    border-radius: 0px 30px 30px 0px;
}

.resultados {
    background: #4ad395;
    color: white;
    border-radius: 24px;
    padding: 4px 12px 7px 12px;
}

tr > td {
    padding-bottom: 20px !important;
}

.bi-3x {
    font-size: 3em;
}

.bi-4x {
    font-size: 4em;
}


/* Legenda */
.legend {
    list-style: none;
}

    .legend li {
        float: left;
        margin-right: 10px;
    }

    .legend span {
        float: left;
        width: 6px;
        height: 20px;
        margin: 2px;
    }
    /* Cores */
    .legend .red {
        background-color: #d83c3c;
    }

    .legend .green {
        background-color: #5cb85c;
    }

    .legend .blue {
        background-color: #0054da;
    }

    .legend .purple {
        background-color: #703fea;
    }

    .legend .black {
        background-color: #333333;
    }

    .legend .silver {
        background-color: silver;
    }

    .legend .yellow {
        background-color: #ffc107;
    }


.pd-inline-start-0 {
    padding-inline-start: 0px !important;
}

.br-input-filter {
    border-radius: 5px 0px 0px 5px !important
}

.br-btn-filter {
    border-radius: 0px 5px 5px 0px !important
}

.btn-filter {
    color: #333;
    background-color: #e9ecef;
    border-color: #ced4da;
}

.input-periodo {
    padding: 1rem 0.4rem 0.1rem !important;
    font-size: 0.8rem !important;
}


html,
body {
    height: 100%;
}


.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: auto;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group > input,
    .form-label-group > label,
    .input-group > input,
    .input-group > label {
        height: 3.125rem;
    }

    .form-label-group > label,
    .input-group > label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0; /* Override default `<label>` margin */
        line-height: 1.5;
        color: #495057;
        pointer-events: none;
        cursor: text; /* Match the input under the label */
        border: 1px solid transparent;
        border-radius: .25rem;
        z-index: 3;
        transition: all .1s ease-in-out;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

        .form-label-group input:not(:placeholder-shown) ~ label {
            padding-top: .25rem;
            padding-bottom: .25rem;
            font-size: 11px;
            color: #777;
        }

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}

.btn-sq-sm {
    width: 30px !important;
    height: 30px !important;
    font-size: 18px;
    padding: 2px;
}

.btn-tertiary {
    color: #212529;
    background-color: #f7fafc;
    border-color: #f7fafc;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}

    .btn-tertiary:hover {
        box-shadow: 0 7px 14px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
        transform: translateY(-1px);
        color: #2ea49e;
    }


.btn-geral {
    color: #fff;
    background-color: #0098da;
    border-color: #0098da;
}

    .btn-geral:hover {
        box-shadow: 0 7px 14px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
        transform: translateY(-1px);
        color: #fff;
        background-color: #1285b0;
        border-color: #1285b0;
    }
    