.fontColor{
    color: rgb(50,50,50);
}
.colorRed {
    color: #b40c28;
}

.colorGreen {
    color: #446f13;
}

.colorBlue {
    color: #4C6FC4;
}

.colorOrange {
    color: #b96933;
}

.colorWhite{
    color: #ffffff;
}

.normal {
    font-size: 90%;
    color: rgb(86, 86, 86);
    line-height: 2;
}

.error {
    font-family: LatoBold, serif;
    font-size: 110%;
    color: rgb(200,0,0);
}

.small {
    font-style: normal;
    font-size: 90%;
}
.bold{
    font-weight: bold;
}
.extrasmall {
    font-style: normal;
    font-size: 90%;
}
.large{
    font-style: normal;
    font-size: 110% !important;
}
.extralarge{
    font-style: normal;
    font-size: 130% !important;
}
.italic {
    font-style: italic !important;
}

.textLarge {
    font-size: 150% !important;
}

.textExtraLarge {
    font-size: 200% !important;
}
.w100{
    width: 100% !important;
}
.w90{
    width: 90% !important;
}
.w75{
    width: 75% !important;
}
.w50{
    width: 50% !important;
}
.w25{
    width: 25% !important;
}
.wWaybill{
    max-width: 950px !important;
}
.wNumber{
    width: 80px!important;
}
.wShortNumber{
    width: 60px!important;
}
.wOneNumber{
    width: 40px!important;
}
.wCadastre{
    width: 135px!important;
}
.wDate{
    width:100px !important;
}
.wDateTime{
    width:120px !important;
}
.wLongCombo{
    width: 226px!important;
}
.wWaybillNo{
    width: 150px!important;
}
.hDouble{
    height: 30px;
}
.left {
    text-align: left !important;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

.top {
    vertical-align: top !important;
}
.bottom {
    vertical-align: bottom !important;
}
.middle{
    vertical-align: center !important;
}
.floatLeft{
    float: left !important;
}
.floatRight{
    float: right !important;
}
.floatCenter{
    margin: auto;
    justify-content: center;
    width: fit-content;
}

.transparent{
    background: rgba(255,255,255,0)!important;
}

.border{
    border: #777777 solid 1px;
}

.bgWhite {
    background: rgb(246,246,246);
}

.bgGreen {
    background: rgb(235,245,217);
}

.cursorPointer {
    cursor: pointer;
}
.cursorArrow {
    cursor:default;
}

.displayShow{
    display:revert;
}

.displayHide {
    display: none;
}

.bgLightMask{
    background-color: rgba(255,255,255,0.2);
}
.bgDarkMask{
    background-color: rgba(0,0,0,0.2);
}

.colHide1{
    display: revert;
}
.colHide2{
    display: revert;
}
.colHide3{
    display: revert;
}

.uppercase{
    text-transform: uppercase;
}

.lowercase{
    text-transform: lowercase;
}
.capitalize{
    text-transform: capitalize;
}

.spaceLeft{
    margin-left: 5px;
}
.spaceLeft5pct{
    margin-left: 5%;
}

.spaceRight{
    margin-right: 5px;
}
.required:after{
    content: " *";
    color: red;
    font-weight: bold;
    font-size:70%;
    vertical-align: super;
}
@media screen and (max-width: 1200px) {
    .colHide3{
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .colHide2{
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .colHide1{
        display: none;
    }
    .wShortNumber{
        width: 50px!important;
    }
    .wNumber{
        width: 70px!important;
    }
    .wOneNumber{
        width: 30px!important;
    }
    .wCadastre{
        width: 125px!important;
    }
    .wDate{
        width:80px !important;
    }
    .wDateTime{
        width:120px !important;
    }
    .wWaybillNo{
        width: 110px!important;
    }
}