/* #region utilitycss*/
.positionRelative {
    position: relative;
}

.lowerCase {
    text-transform: lowercase;
}

.Bottom0 {
    bottom: 0;
}

.p0 {
    padding: 0;
}

.p5 {
    padding: 5px;
}

.p7 {
    padding: 7px;
}

.pTop5 {
    padding-top: 5px;
}

.pBottom5 {
    padding-bottom: 5px;
}

.pTop2 {
    padding-top: 2px;
}

.pTop7 {
    padding-top: 7px;
}

.pBottom2 {
    padding-bottom: 2px;
}

.pBottom7 {
    padding-bottom: 7px;
}

.pTop10 {
    padding-top: 10px;
}

.pBottom10 {
    padding-bottom: 10px;
}

.pTop15 {
    padding-top: 15px;
}

.pTop50 {
    padding-top: 50px;
}

.pBottom15 {
    padding-bottom: 15px;
}

.pTop20 {
    padding-top: 20px;
}

.p20 {
    padding: 20px 0;
}

.p10 {
    padding: 10px;
}

.pTop25 {
    padding-top: 25px;
}

.pBottom20 {
    padding-bottom: 20px;
}

.pBottom30 {
    padding-bottom: 30px;
}

.pBottom40 {
    padding-bottom: 40px;
}

.pLeft0 {
    padding-left: 0px;
}

.pLeft2 {
    padding-left: 2.5px;
}

.pRight0 {
    padding-right: 0px;
}

.pRight2 {
    padding-right: 2.5px;
}

.pLeft5 {
    padding-left: 5px;
}

.pRight5 {
    padding-right: 5px;
}


.pLeft10 {
    padding-left: 10px;
}

.pRight10 {
    padding-right: 10px;
}

.pLeft15 {
    padding-left: 15px;
}

.pRight15 {
    padding-right: 15px;
}

.pLeft20 {
    padding-left: 20px;
}

.pRight20 {
    padding-right: 20px;
}

.pRight25 {
    padding-right: 25px;
}

.pRight40 {
    padding-right: 40px;
}

.pLeft40 {
    padding-left: 40px;
}

.pTop26 {
    padding-top: 26px;
}

.pLeft26 {
    padding-left: 26px;
}

.pRight26 {
    padding-right: 26px;
}

.p25 {
    padding: 25px;
}

.pBottom26 {
    padding-bottom: 26px;
}

.m0, input.m0 {
    margin: 0;
}

.m0Important {
    margin: 0 !important;
}

.m5 {
    margin: 5px;
}

.mLeft5 {
    margin-left: 5px;
}

.mLeft10 {
    margin-left: 10px;
}

.mRight5 {
    margin-right: 5px;
}

.mRight10 {
    margin-right: 10px;
}

.mTop2 {
    margin-top: 2px;
}

.mTop5 {
    margin-top: 5px;
}

.mBottom5 {
    margin-bottom: 5px;
}

.mTop15 {
    margin-top: 15px;
}

.mBottom15 {
    margin-bottom: 15px;
}


.mTop10 {
    margin-top: 10px;
}

.mBottom10 {
    margin-bottom: 10px;
}

.m10 {
    margin: 10px;
}

.mTop20 {
    margin-top: 20px;
}

.mBottom20 {
    margin-bottom: 20px;
}

.mTop25 {
    margin-top: 25px;
}

.mBottom25 {
    margin-bottom: 25px;
}

.mTop30 {
    margin-top: 30px;
}

.mBottom30 {
    margin-bottom: 30px;
}

.mTop35 {
    margin-top: 30px;
}

.mTop40 {
    margin-top: 40px;
}

.mBottom40 {
    margin-bottom: 40px;
}

.mTop50 {
    margin-top: 50px;
}

.mBottom50 {
    margin-bottom: 50px;
}

.mTop60 {
    margin-top: 60PX;
}

.mTop75 {
    margin-top: 75PX;
}

.crsrPointer {
    cursor: pointer;
}

.upperCase {
    text-transform: uppercase;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}


.textLeft {
    text-align: left;
}

.textUnderline {
    text-decoration: underline;
}

.lineHeight14 {
    line-height: 14px;
}

.fontSize6 {
    font-size: 6px;
}

.fontSize8 {
    font-size: 8px;
}

.fontSize9 {
    font-size: 9px;
}

.fontSize10 {
    font-size: 10px;
}

.fontSize11 {
    font-size: 11px;
}

.fontSize12 {
    font-size: 12px;
}

.fontSize13 {
    font-size: 13px;
}

.fontSize14 {
    font-size: 14px;
}

.fontSize15 {
    font-size: 15px;
}

.fontSize16 {
    font-size: 16px;
}

.fontSize17 {
    font-size: 17px;
}

.fontSize18 {
    font-size: 18px;
}

.fontSize20 {
    font-size: 20px;
}

.fontSize22 {
    font-size: 22px;
}

.fontSize24 {
    font-size: 24px;
}

.fontSize26 {
    font-size: 26px;
}

.fontSize28 {
    font-size: 28px;
}

.fontSize30 {
    font-size: 30px;
}

.fontSize36 {
    font-size: 36px;
}

.lSpacing1 {
    letter-spacing: 1px;
}

.lSpacing2 {
    letter-spacing: 2px;
}

.lSpacing4 {
    letter-spacing: 4px;
}

.hidden {
    display: none !important;
}

.heightFitContect {
    height: fit-content;
}

.minHeightauto {
    min-height: auto !important;
}

.minHheight75px {
    min-height: 75px;
}

.height20px {
    height: 20px;
}

.height45px {
    height: 45px;
}

.height50px {
    height: 50px;
}

.height77px {
    height: 77px;
}

.height79px {
    height: 79px;
}

.height98px {
    height: 98px;
}

.height100px {
    height: 100px;
}

.width45 {
    width: 45% !important;
}

.width50 {
    width: 50% !important;
}

.width90 {
    width: 90%;
}

.width100 {
    width: 100%;
}

.height100 {
    height: 100%;
}

.height25px {
    height: 25px;
}

.height250px {
    height: 250px;
}

.mxWidth110 {
    max-width: 110px;
}

.width100minus48 {
    width: calc(100% - 48px);
}

.width100minus75 {
    width: calc(100% - 75px);
}

.width100minus60 {
    width: calc(100% - 60px);
}

.bBottom1 {
    border-bottom: 1px solid #0d1d32;
}

.bTopMain1 {
    border-top: 1px solid #0d1d32;
}

.bBottomWhite1 {
    border-bottom: 1px solid #fff;
}

.bTop1 {
    border-top: 1px solid #e6e7e8;
}

.border {
    border: 1px solid #ccc;
}

.borderBlack {
    border: 1px solid #000;
}

.noBorder {
    border: 0;
}

.borderDarkBlue {
    border: 1px solid #0d1d32;
}

.borderDarkBlueTop {
    border-top: 1px solid #0d1d32;
}

.borderDarkBlueRight {
    border-right: 1px solid #0d1d32;
}

.borderDarkBlueLeft {
    border-left: 1px solid #0d1d32;
}

.borderDarkBlueLeft7 {
    border-left: 7px solid #0d1d32;
}

.borderWhiteRight {
    border-right: 1px solid white;
}

.borderWhite {
    border: 1px solid white;
}

.heightCalcSmart {
    height: calc(100%);
    overflow: auto;
}

.heightCalc100 {
    height: calc(100%);
    overflow: auto;
}

.heightCalc100m95px {
    height: calc(100vh - 95px);
    overflow: auto;
}

.heightCalc100m176px {
    height: calc(100vh - 176px);
    overflow: auto;
}

.divTable {
    display: table;
}

.divHeightForLayout {
    height: 25%;
}

.divAlignVerticalMiddle {
    display: table-cell;
    vertical-align: middle;
    overflow: auto;
}

.divAlignHorizontalMiddle {
    margin: auto;
}

.overflowHidden {
    overflow: hidden;
}

.color {
    color: #5d863d;
}

.center {
    margin: 0 auto !important;
    display: block;
}

.bRadius2 {
    border-radius: 2px !important;
}

.bRadius5 {
    border-radius: 5px !important;
}

.bRadius13 {
    border-radius: 13px !important;
}

.bRadius25 {
    border-radius: 25px;
}

.rotateME-90 {
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: center center;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform: rotate(-90deg);
    transform-origin: center center;
}

.rotateME90 {
    -ms-transform: rotate(90deg);
    -ms-transform-origin: center center;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform: rotate(90deg);
    transform-origin: center center;
}

.rotateME180 {
    -ms-transform: rotate(180deg);
    -ms-transform-origin: center center;
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform: rotate(180deg);
    transform-origin: center center;
}

.rotateME270 {
    -ms-transform: rotate(270deg);
    -ms-transform-origin: center center;
    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: center center;
    transform: rotate(270deg);
    transform-origin: center center;
}

.u-animateMe {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.u-hide {
    display: none;
}

textarea, textarea:focus {
    border: 0;
    background-color: #fff;
    padding-left: 20px;
    border-radius: 25px;
    color: #132514;
    min-height: 80px;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #dcd8d8;
    resize: none;
}

input[type="checkbox"] + label {
    display: inline-block;
    margin: 0 0 0 2px;
    vertical-align: text-top;
}

.bgclrGradientForEmittingDiv {
    background: #5e853a;
    background: -webkit-linear-gradient(#000, #5e853a);
    background: -o-linear-gradient(#000, #5e853a);
    background: -moz-linear-gradient(#000, #5e853a);
    background: linear-gradient(#000, #5e853a);
}

.clrGreyBlack {
    color: #7F7F7F;
}

.fontBold {
    font-family: 'FuturaStd-Bold';
}

.letterSpacing1 {
    letter-spacing: 1px;
}
/*#endregion utilitycss*/


table {
    background: initial;
    border: 0;
}

.positionRelative {
    position: relative;
}

.lowerCase {
    text-transform: lowercase;
}

.crsrPointer {
    cursor: pointer;
}

.iconAction {
    border-radius: 50%;
    border: 3px solid #0d1d32;
    padding: 5px;
}

    .iconAction:hover {
        background: #33BFB5;
    }

.upperCase {
    text-transform: uppercase;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

.textLeft {
    text-align: left;
}

.textUnderline {
    text-decoration: underline;
}

.width100 {
    width: 100%;
}

.width300px {
    width: 300px;
}

.height100 {
    height: 100%;
}

.divTable {
    display: table;
}

.divAlignVerticalMiddle {
    display: table-cell;
    vertical-align: middle;
    overflow: auto;
}

.divAlignHorizontalMiddle {
    margin: auto;
}

.ellipsify {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rotateME {
    -ms-transform: rotate(90deg);
    -ms-transform-origin: center center;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform: rotate(90deg);
    transform-origin: center center;
}

textarea, textarea:focus {
    border: 0;
    background-color: #fff;
    padding-left: 20px;
    border-radius: 25px;
    color: #132514;
    min-height: 80px;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #dcd8d8;
    resize: none;
}

input[type="checkbox"] + label {
    display: inline-block;
    margin: 0 0 0 2px;
    vertical-align: text-top;
}

.spnValidation {
    display: none;
    font-family: 'FuturaStd-Bold' !important;
    color: #db3a14;
    font-size: 13px;
}

.displayInlineBlock {
    display: inline-block;
}

.fRight {
    float: right;
}

.fLeft {
    float: left;
}

.equalHMRWrap {
    justify-content: space-between;
    flex-wrap: wrap;
}

.eqWrap {
    display: flex;
}
