.fontawesome { font-size: 1.25rem }
.headerLogo { max-height: 50px; }
.footerLogo { max-height: 90px; }
.bold { font-weight: bold!important; }
.yellow { color: #f2ba0d; }
.red { color: #f2ba0d; }
.blue { color: #2072b0; }
.white { color: #ffffff; }
.black { color: #000000; }
.bgGrey { background: #f7f7f7; }
.uppercase { text-transform: uppercase; }
.homeBanner {
    position: relative;
    background: #000000 url(/images/public/newDesign/carsBanner.jpg) no-repeat center -200px;
    width: 100%;
    height: 500px;
    text-align: center;
}
.homeBanner h1 {
    font-weight: normal;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f2ba0d;
    padding: 1rem 2rem;
    font-size: 3rem;
    color: #414042;
    -webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.75);
}
.largeTitle {
    font-size: 1.65rem!important;
    letter-spacing: 1px;
}
.text-center { text-align: center!important; }
.btn-zzz-xs {
    padding: 0.7rem 0.5rem!important;
    font-size: 0.7rem;
}
p.info1 {
    font-size: 0.75rem;
}
.fullWidth {
    width: 100%;
}
.show {
    display: block!important;
}
.hide {
    display: none;
}
.right {
    float: right;
}
.left {
    float: left;
}
.fontNormal {
    font-weight: normal;
}
.pt0 {
    padding-top: 0!important;
}
.mb2 {
    margin-bottom: 2rem;
}
.mt4 {
    margin-top: 4rem;
}

.yellowBtn {
    font-size: 20px;
    background: #F1B118;
    border: 1px solid #F1B118;
    color: #424753;
    font-weight: bold;
}
.yellowBtn:active,
.yellowBtn:focus,
.yellowBtn:hover {
    background: #EFA717;
    border: 1px solid #EFA717;
    color: #424753;
}

.backButton { color: #ffffff; }
.backButton:hover { color: #424753; }

.noPaddingTopBottom { padding-top: 0; padding-bottom: 0; }

.fontSize12 div {
    font-size: 0.9rem;
}


#folderDT td { width: 33%!important; }
div.dataTables_wrapper div.dataTables_filter input {
    width: 100%!important;
    padding: 0 1rem;
    margin: 1rem 0!important;
}
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate .pagination{
    padding: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.active {
    text-decoration: underline!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    border: none;
    padding: 0;
}

.actionWrapper .actionBtnSmallText {
    display: inline-block;
    padding: 0.7rem 0.5rem!important;
    font-size: 0.7rem;
    width: 24%;
}
.actionBtnSmallIcon {
    width: 1.5rem;
    display: none!important;
}
.actionBtnSmallIcon i {
    font-size: 0.7rem;
}
.switchableTabs {
    display: none;
}
.tabsTop {
    background: #e5eff0;
}
.tabsTop a {
    /*color: #312f38;*/
    background: #e5eff0;
    font-weight: bold;
    display: block;
    padding: 1rem;
}
.tabsTop a.active {
    background: #006494;
    color: #ffffff;
}
input.new-input {
    line-height: normal;
    width: 100%;
    padding: 0.375rem 0.75rem;
}
.table-header {
    background: #f3f3f3;
    padding: 0.3rem 0;
}
.section-footer {
    padding: 2rem 0;
}
.section-footer .nav-inline {
    padding-top: 1rem;
}
.nav-item-toggable a.dropdown-item:hover {color: #312f38!important;}

.boxSelectorWrapper {
    width: 95%;
    /*min-height: 196px;*/
    min-height: 220px;
    padding: 35px 25px 30px;
    margin: 0 auto 3rem;
    color: #fff;
    background-color: #2072b0;
    border-top: 7px solid #13588c;

    display: table;
    position: relative;
    z-index: 100;
}
.boxSelectorWrapper.slim {
    min-height: 100px;
}
.boxSelectorWrapper.dark {
    background-color: #13588c;
    border-top: 7px solid #f2ba0d;
}
.boxSelectorWrapper h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
}

.boxSelectorWrapper a {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform:translateX(-50%);
    position: absolute;
    bottom: -30px;
    padding: 19px 28px 14px;
    background-color: #f2ba0d;
    border-bottom: 3px solid #eeab22;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #101010;
    line-height: 1.42857143;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.boxSelectorButton i {
    margin-left: 10px;
}

.features h4 {
    font-size: 1.3rem;
    font-weight: bold;
    width: 90%
}
.features .first h4 {
    font-size: 2.5rem;
    width: 100%
}
.features .last li {
    font-size: 1.2rem;
}
.features .last li a {
    width: 2rem;
    text-align: center;
}
.features .last li a span {
    font-size: 1.4rem;
    display: inline-block;
    margin-top: 0.5rem;
}

.floating {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    transform: translate(-5%, 50%) rotate(0.95turn);
    /*transform: translate(-5%, 60%);*/
    background: #f2ba0d;
    margin: 0;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    color: #414042;
    -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
}

.customers h3 {
    font-size: 2.5rem;
    width: 100%;
    font-weight: bold;
    text-align: center;
}
.customers h4 {
    font-size: 1.3rem;
    text-align: center;
}

.customers .owl-carousel .item {
    position: relative;
    text-align: center;
    /*background-color: #f2ba0d;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 150px;
}

.quickContact {
    display: none;
    float: left;
    width: 100%;
    background: #312f38;
    padding: 0.1rem 0 0.5rem;
}
.quickContact a { color: #ffffff; }

.callNow {
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 1000;
    bottom: 50px;
    right: 20px;
    font-size: 50px;
    color: #F3BB18;
    background: transparent;
    text-shadow: 2px 2px 3px #312E38,
        2px -2px 3px #312E38,
        -2px 2px 3px #312E38,
        -2px -2px 3px #312E38,
        2px 0px 3px #312E38,
        0px 2px 3px #312E38,
        2px 0px 3px #312E38,
        0px -2px 3px #312E38;
}
.callNow:hover {
    color: #F3BB18;
}

.servicesPage h2 {
    font-size: 1.5rem;
    font-weight: 600;
}
.servicesPage h3 {
    font-size: 1.2rem;
    font-weight: 600;
}
.servicesPage svg {
    vertical-align: text-top;
}
.servicesRibbon {
    position: relative;
    background: #2072b0;
    padding: 30px 30px 30px 240px;
    font-weight: 600;
}
.servicesRibbon .ribbonSide {
    width: 180px;
    background: #f2ba0d;
    margin: 0;
    padding: 20px;
    position: absolute;
    left: 0;
    top: -20px;
}
.servicesRibbon .ctaButton {
    padding: 15px 30px;
    background-color: #f2ba0d;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #101010;
    float: right;
}
.btnCalculate {
    padding: 15px 30px;
    background-color: #f2ba0d;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #101010;
}

.borderDanger {
    border-color: #ff2222;
}

.servicesPage .serviceImage { width: 100%; }
.servicesPage .servicesRibbon { padding: 30px 30px 30px 280px; }
.servicesPage .servicesRibbon .ribbonSide { width: 255px; }

.fontawesome.deleteFile {
    font-size: 0.9rem;
    cursor: pointer;
    color: #313038;
    padding-right: 1rem;
}
.fontawesome.deleteFile:hover {
    color: #F1B215;
}

.completeFolderHelp {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f2ba0d;
    border-bottom: 3px solid #eeab22;
    font-size: 13px;
    font-weight: 700;
    color: #101010;
    vertical-align: middle;
    padding: 8px 25px;
    border-radius: 5px;
    z-index: 1001;
}

.userCreated {background: #fff4bf!important;}

.smsTypeSwitch:hover, .smsTypeSwitch.active{ cursor: pointer; background: #f1b217; }

.ocrWrapper .ocrInfo { font-size: 0.9rem; }

@media screen and (max-width: 650px) {
    .callNow { display: block; }
}


/* Homepage Features - Start */
@media (max-width: 1199px) and (min-width: 992px) {
    .features .first h4 {
        font-size: 2rem;
        padding: 0.34rem 0;
    }
    .floating {
        transform: translate(-5%, 125%) rotate(0.95turn);
        font-size: 0.9rem;
        padding: 0.25rem 0.5rem;
    }
    .servicesRibbon {
        padding: 25px 30px 10px 200px;
    }
    .servicesRibbon .ribbonSide {
        width: 170px;
        top: -25px;
    }
}
@media (max-width: 992px) and (min-width: 767px) {
    .features .first h4 {
        font-size: 2rem;
    }
    .floating {
        transform: translate(-5%, 195%);
        font-size: 0.9rem;
        padding: 0.25rem 0.5rem;
    }
    .servicesPage .servicesRibbon {
        padding: 15px 30px 20px 200px;
    }
    .servicesPage .servicesRibbon .ribbonSide {
        width: 160px;
        top: 0px;
    }
    .servicesPage .servicesRibbon .ctaButton {
        padding: 15px;
        font-size: 17px;
    }
}
@media (max-width: 767px) and (min-width: 543px) {
    .quickContact { display: block; }
    .features .first h4 {
        font-size: 1.3rem;
    }
    .floating {
        transform: translate(-5%, 20%) rotate(0.95turn);
        padding: 0.5rem 1rem;
        font-size: 1.1rem;
    }
    .servicesPage .servicesRibbon {
        padding: 15px 20px 1px 140px;
    }
    .servicesPage .servicesRibbon .ribbonSide {
        width: 120px;
        top: 20px;
    }

}
/* Homepage Features - End */

@media (max-width: 1199px) and (min-width: 319px) {
    .section-footer .nav-inline > li a {
        font-size: 0.75rem;
        padding: 0.75rem 0;
        margin: 0
    }
    .actionBtnSmallText {
        display: none!important;
    }
    .actionBtnSmallIcon {
        display: inline-block!important;
    }
}
@media (max-width: 543px) {
    .quickContact { display: block; }
    .section-footer .nav-inline > li a {
        font-size: 0.75rem;
        padding: 0.4rem 0;
        margin: 0
    }
    .servicesPage .servicesRibbon {
        padding: 15px 15px;
    }
    .servicesPage .servicesRibbon .ribbonSide {
        display: none;
    }
    .servicesPage .servicesRibbon .textSide {
        text-align: center;
    }
    .servicesPage .servicesRibbon .ctaButton {
        padding: 15px 15px;
        font-size: 20px;
        float: none;
        margin-bottom: 10px;
    }
}

/* Guide Pages CTA Start */
.guideHelp {
    position: fixed;
    left: 85%;
    bottom: 50%;
    width: 150px;
    background-color: #f2ba0d;
    font-size: 1rem;
    font-weight: 700;
    color: #101010;
    vertical-align: middle;
    padding: 10px 0;
    border-radius: 5px;
    z-index: 1001;
}
@media (max-width: 1199px) and (min-width: 767px) {
    .guideHelp {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        left: 0;
        bottom: 50%;
        width: 350px;
        padding: 10px 0;
        margin: 0 0 -25px -155px;
    }
}
@media (max-width: 767px){
    .guideHelp {
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px 0;
    }
}
/* Guide Pages CTA End */
