.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;
}
.wName{
    width: 200px!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;
}
.wCombo{
    width: 220px!important;
}
.wWaybillNo{
    width: 150px!important;
}
.wCoordinate{
    width: 35px!important;
}
.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-left: 50%;
    transform: translate(-50%);
    width: fit-content;
}

.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;
}
.colHide {
    display: none;
}
.colShow {
    display: revert;
}
.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;
}
.noWrap{
    text-wrap: avoid;
}
.spaceLeft{
    margin-left: 5px;
}
.spaceRight{
    margin-right: 5px;
}
.required:after{
    content: " *";
    color: red;
    font-weight: bold;
    font-size:70%;
    vertical-align: super;
}
.ml5{
    margin-left: 5px;
}
.ml10{
    margin-left: 10px;
}
.ml15{
    margin-left: 15px;
}
#veoselehtform {
    position: relative;
}
.warehouseRawCheckbox {
    margin-left: 100px;
}
.mobile-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-text {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 8px;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 100%;
    transform: translateX(-50%);
    width: max-content;
    max-width: 250px;
    opacity: 0;
    transition: opacity 0.3s;
}

.mobile-tooltip.active .tooltip-text {
    visibility: visible;
    opacity: 1;
}
@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;
    }
}