﻿@charset "utf-8";

html, body {
    font-family: 'Lato', sans-serif;
    color: #777;
    font-size: 18px;
    line-height: 1.4;
}

body {
    min-height: 100vh;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 100px;
}

#footer-policy-links a {
    font-size: 12px;
    color: #ffffff;
}
#footer-policy-links {
    list-style-type: none;
    padding-left: 0px;
    margin-left: -5px;
}

#footer-policy-links > li {
    float: left;
}

#footer-policy-links a {
    padding: 5px;
}

.wrapper {
    max-width: 1380px;
    padding: 0 5%;
    margin: 0 auto;
}

.mobile-show {
    display: none;
}

p {
    margin-top: 0;
}


.google-terms-required {
    padding: 15px;
    background-color: #f2bbbb;
    margin-bottom: 10px;
    border: 1px solid #bd9191;
}

.featherlight.finance {
    color: #000000;
}
#service-plan-iframe{
    width: 100%;
    height: 1860px;
}


.google-terms-accepted {
    padding: 15px;
    background-color: #9dcc9f;
    margin-bottom: 10px;
    border: 1px solid #679169;
}

.clear:after {
    content: "";
    display: table;
    clear: both;
}
.accept-button-url {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.blue-grad {
    background-color: #075d97;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#075d97),to(#0964a2));
    background-image: -webkit-linear-gradient(top,#075d97,#0964a2);
    background-image: -moz-linear-gradient(top,#075d97,#0964a2);
    background-image: -ms-linear-gradient(top,#075d97,#0964a2);
    background-image: -o-linear-gradient(top,#075d97,#0964a2);
    border-bottom: 7px solid #d9d9d9;
}

.orange-grad, .button {
    background-color: #f7a71e;
    /*background-image: -webkit-gradient(linear,left top,left bottom,from(#f7a71e),to(#f79117));
    background-image: -webkit-linear-gradient(top,#f7a71e,#f79117);
    background-image: -moz-linear-gradient(top,#f7a71e,#f79117);
    background-image: -ms-linear-gradient(top,#f7a71e,#f79117);
    background-image: -o-linear-gradient(top,#f7a71e,#f79117);*/
}

    .button:hover {
        /*background-color: #f7a71e;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#f79117),to(#f7a71e));
        background-image: -webkit-linear-gradient(top,#f79117,#f7a71e);
        background-image: -moz-linear-gradient(top,#f79117,#f7a71e);
        background-image: -ms-linear-gradient(top,#f79117,#f7a71e);
        background-image: -o-linear-gradient(top,#f79117,#f7a71e);*/
    }

    .orange-grad[disabled] {
        background-color: #ffd48a !important;
    }

.button {
    position: relative;
}

    .button:before {
        display: block;
        content: " ";
        position: absolute;
        z-index: 999999;
        background: #000;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
    }

    .button:hover:before {
        opacity: 0.2;
    }

.vid-wrapper {
    position: relative;
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 56.25%;
}

    .vid-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.image-wrapper {
    position: relative;
    margin-bottom: 20px;
}

    .image-wrapper img {
        /*position: absolute;
        top: 0;
        left: 0;*/
        width: 100%;
        /*height: 100%;*/
    }

.costs {
    margin-bottom: 20px;
    /*margin-top: -10px;*/
    clear: both;
    font-size: 18px;
    overflow: hidden;
}

.cost-priority {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    opacity: 0.3;
}

    .cost-priority:hover, .cost-priority.selected {
        filter: none; /* IE6-9 */
        -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
        filter: grayscale(0); /* Microsoft Edge and Firefox 35+ */
        opacity: 1;
        cursor: pointer;
    }

.cost-detail {
    padding: 15px 10px;
    border-radius: 3px;
    background-color: #f0f0f0;
    margin-bottom: 10px;
    position: relative;
}

.cost-detail.indent {
    padding-left: 65px;
}
#submit-about-me{
    color: white;
}

#rms-submit-about-me {
    color: white;
}

#rms-cancel-submit {
    color: white;
}

#about-you .required,
#recommend-us .required {
    border: 1px solid red !important;
}

#about-you .hidden,
#recommend-us .hidden {
    display: none;
}

#about-you-thankyou,
#recommend-us-thankyou {
    display: none;
}

#rms-about-you-thankyou {
    display: none;
}

.about-you-validation-warning,
.recommend-us-validation-warning {
    color: red;
}
.about-you,
.recommend-us {
    padding: 15px 10px;
    border-radius: 3px;
    background-color: #f0f0f0;
    margin-bottom: 10px;
    position: relative;
}



.fa-flag {
    font-size: 22px !important;
    margin-right: 10px;
    color: #c6c6c7;
}

td img.fa-flag {
    font-size: 20px !important;
    width: 22px;
    height: 22px;
}

.cost-detail-description .fa-flag {
    display: none;
}



.cost-detail img {
    height: 32px;
    width: 32px;
    margin-right: 10px;
    margin-top: -15px;
    top: 8px;
    position: relative;
}

.fa-flag.R {
    color: red;
    display: inline-block;
}

.fa-flag.A {
    color: orange;
    display: inline-block;
}

.fa-flag.G {
    color: green;
    display: inline-block;
}

.cost-detail.Pending {
}

.cost-button-container {
    height: 100%;
    margin: auto;
}

.cost-button-group {
    /*position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -18px;*/
    float: right;
}

.cost-status {
    position: absolute;
    right: 10px;
    top: 18px;
    margin-top: -12px;
}

.cost-detail.Accept .cost-status {
    color: #fff;
    /*top: 35px;*/
}

.cost-detail.Decline .cost-status {
    color: #fff;
}


.cost-detail.Pending .cost-detail-description {
    float: left;
    display: inline-block;
    width: 55%;
    margin: auto;
}

.cost-thanks {
    display: block;
    font-size: 12px;
}



.cost-detail.Accept {
    background: #075d97;
    padding-right: 120px;
    color: #fff;
}

.cost-detail.Decline {
    background: #7F7F7F;
    padding-right: 120px;
    color: #fff;
}

    .cost-detail.Accept strong, .cost-detail.Decline strong {
        color: #fff;
    }


.cost-detail-header {
    margin-top: 30px;
    background-color: #c6c6c7;
    margin-bottom: 5px;
    padding: 5px;
    padding-bottom: 0;
}

    .cost-detail-header img {
        height: 30px;
    }

    .cost-detail-header span {
        font-weight: bold;
        top: -7px;
        position: relative;
    }

.approve, .deny, .pay-monthly, .pay-now {
    font-size: 18px;
    color: #fff;
    padding: 5px 18px;
    border: 0;
    cursor: pointer;
    float: left;
    text-decoration: none;
}

.approve {
    border-radius: 0px 4px 4px 0;
    background: #075d97;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#0979c4),to(#075d97));
    background-image: -webkit-linear-gradient(top,#0979c4,#075d97);
    background-image: -moz-linear-gradient(top,#0979c4,#075d97);
    background-image: -ms-linear-gradient(top,#0979c4,#075d97);
    background-image: -o-linear-gradient(top,#0979c4,#075d97);
}

.deny {
    border-radius: 4px 0 0 4px;
    background-color: #7F7F7F;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#c6c6c7),to(#7F7F7F));
    background-image: -webkit-linear-gradient(top,#c6c6c7,#7F7F7F);
    background-image: -moz-linear-gradient(top,#c6c6c7,#7F7F7F);
    background-image: -ms-linear-gradient(top,#c6c6c7,#7F7F7F);
    background-image: -o-linear-gradient(top,#c6c6c7,#7F7F7F);
}

.approve[disabled] {
    cursor: not-allowed;
    background: #81a9c3;
}

.deny[disabled] {
    cursor: not-allowed;
    background-color: #c6c6c7;
    background-image: none;
}

.approve:hover:not([disabled]) {
    background-color: #075d97;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#075d97),to(#0979c4));
    background-image: -webkit-linear-gradient(top,#0075d97,#0979c4);
    background-image: -moz-linear-gradient(top,#075d97,#0979c4);
    background-image: -ms-linear-gradient(top,#075d97,#0979c4);
    background-image: -o-linear-gradient(top,#075d97,#0979c4);
}

.deny:hover:not([disabled]) {
    background-color: #7F7F7F;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#7F7F7F),to(#c6c6c7));
    background-image: -webkit-linear-gradient(top,#7F7F7F,#c6c6c7);
    background-image: -moz-linear-gradient(top,#7F7F7F,#c6c6c7);
    background-image: -ms-linear-gradient(top,#7F7F7F,#c6c6c7);
    background-image: -o-linear-gradient(top,#7F7F7F,#c6c6c7);
}


.pay-monthly {
    border-radius: 4px 4px 4px 4px;
    background: #f2b40a;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f8c538),to(#f2b40a));
    background-image: -webkit-linear-gradient(top,#f8c538,#b67d2f);
    background-image: -moz-linear-gradient(top,#f8c538,#b67d2f);
    background-image: -ms-linear-gradient(top,#f8c538,#b67d2f);
    background-image: -o-linear-gradient(top,#f8c538,#b67d2f);
}

.pay-now {
    margin-left: 5px;
    border-radius: 4px 4px 4px 4px;
    background-color: #387531;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5aae50),to(#387531));
    background-image: -webkit-linear-gradient(top,#5aae50,#387531);
    background-image: -moz-linear-gradient(top,#5aae50,#387531);
    background-image: -ms-linear-gradient(top,#5aae50,#387531);
    background-image: -o-linear-gradient(top,#5aae50,#387531);
}

.rounded {
    border-radius: 4px 4px 4px 4px;
}

.cost-reapprove {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

    .cost-reapprove .approve, .cost-reapprove .deny {
        font-size: 12px;
        padding: 3px 9px;
        float: right;
        border-radius: 3px;
    }

        .cost-reapprove .approve i, .cost-reapprove .deny i {
            margin-right: 2px;
        }

    .cost-reapprove span {
        float: right;
        margin-right: 10px;
        font-size: 12px;
        margin-top: 3px;
    }


.header {
    margin-bottom: 30px;
    font-size: 16px;
}

.sup-header {
    background-color: #e5e5e5;
    padding: 10px 0;
}

.bmg-logo {
    background-color: #e5e5e5;
    float: right;
}

.bmg-logo-bottom {
    position: absolute;
    right: 20px;
    bottom: 110px;
}

    .bmg-logo-bottom img {
        width: 220px;
        height: auto;
    }

.garage-logo {
    max-width: 100%;
    height: auto;
}

.sub-header {
    padding: 10px 0;
    color: #CCC;
    line-height: 22px;
}

    .sub-header li, .sub-header ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .sub-header li {
        display: inline-block;
    }

    .sub-header .quick-contact li:first-child {
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid #09568B;
    }

    .sub-header .quick-contact-no-border li:first-child {
        margin-right: 10px;
        padding-right: 10px;
    }
    .sub-header a {
        text-decoration: none;
        color: #fff;
    }

    .sub-header .quick-contact {
        float: left;
    }

    .sub-header .quick-contact-no-border {
        float: left;
    }

        .sub-header .quick-contact i {
            margin-right: 5px;
        }

    .sub-header .social {
        float: right;
        margin-top: -4px;
        margin-bottom: -5px;
    }

        .sub-header .social li a {
            background-color: #fff;
            border-radius: 5px;
            height: 26px;
            width: 32px;
            /*color: #075d97;*/
            color: #fff;
            display: block;
            text-align: center;
            margin-left: 5px;
            font-size: 20px;
            padding-top: 2px;
        }

        .sub-header .social li.twitter a {
            background-color: #4099FF;
        }

        .sub-header .social li.facebook a {
            background-color: #3B5998;
        }

        .sub-header .social li.youtube a {
            background-color: #c4302b;
        }

        .sub-header .social li.instagram a {
            color: #000;
        }

        .sub-header .social li.snapchat a {
            background-color: #fffc00;
            color: #000000;
        }

    .sub-header .website-link li {
        float: right;
        margin-right: 20px;
    }



    .sub-header .language {
        float: right;
        margin-left: 20px;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: -10px;
    }

        .sub-header .language img {
            width: 27px;
            height: 27px;
            position: relative;
            margin-bottom: -10px;
            top: -6px;
            margin-right: 5px;
        }

        .sub-header .language .lang-dropdown {
            position: absolute;
            top: 0;
            right: 0;
            top: 32px;
            width: 125%;
            display: none;
        }

        .sub-header .language:hover .lang-dropdown {
            display: block;
        }

        .sub-header .language .lang-dropdown .lang-link {
            display: block;
            padding: 10px;
            text-align: center;
        }


.mobile-language {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99999;
    text-align: right;
}

    .mobile-language img {
        width: 27px;
        height: 27px;
        position: relative;
        margin-bottom: -10px;
        top: -2px;
        margin-right: 5px;
    }

    .mobile-language .lang-dropdown {
        border-width: 0 !important;
        padding: 15px;
        background-color: #c6c6c7;
        margin-top: 10px;
        display: none;
    }

    .mobile-language:hover .lang-dropdown {
        display: block;
    }





.garage-logo {
    margin-bottom: 30px;
}

#content {
    display: block;
    margin-bottom: 140px;
}

.content-left {
    width: 59%;
    float: left;
}

.content-right {
    width: 35%;
    float: right;
}

#content .content-left {
    padding: 20px 20px 0 20px;
    border-radius: 5px;
    background: #E1E1E1;
    box-sizing: border-box;
}

.traffic-lights li, .traffic-lights {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #111;
}

.traffic-lights {
    margin-bottom: 10px;
}

    .traffic-lights li {
        border-radius: 5px;
        padding: 10px 15px;
        margin-bottom: 15px;
        padding-left: 70px;
        background: url(../img/tyre.png) 15px center no-repeat;
    }

        .traffic-lights li.green {
            background-color: #91dc5a;
        }

        .traffic-lights li.yellow {
            background-color: #ffda44;
        }

        .traffic-lights li.orange {
            background-color: #f7a71e;
        }

        .traffic-lights li.red {
            background-color: #d80027;
        }

    .traffic-lights strong {
        display: block;
    }

#map-canvas {
    height: 300px;
    margin-top: 30px;
}




.footer {
    color: #fff;
    padding: 7px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 18px;
    border-top: 10px solid #f7a71e;
    z-index: 99;
}



    .footer .address {
        margin: 10px 0 0 0;
        font-size: 15px;
    }

.button {
    font-size: 24px;
    color: #fff;
    padding: 8px 18px;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    float: left;
    width: 47.5%;
    box-sizing: border-box;
    margin-right: 5%;
    border: 0px;
}

    .button i {
        margin-right: 5px;
    }

.footer .button.phone {
    margin-right: 0;
}

.bmg-logo img {
    width: 250px;
    height: auto;
}

@media only screen and (max-width:1100px) {
    .bmg-logo img {
        width: 250px;
        height: auto;
    }

    .bmg-logo-bottom {
        display: none;
    }

    body {
        padding-bottom: 0;
    }

    .sup-header {
        padding-bottom: 5px;
    }

    #content {
        margin-bottom: 150px;
    }

    .cost-detail.Pending .cost-detail-description {
        float: left;
        display: inline-block;
        width: 100%;
    }

    .footer .content-left, .footer .content-right {
        width: auto;
        float: none;
        text-align: center;
        margin: 0;
        font-size: 12px;
    }

        .footer .content-left a {
            font-size: 12px;
        }

    .footer .address {
        margin: 0 0 10px 0;
    }
}

@media only screen and (max-width:800px) {
    .content-left, .content-right {
        width: auto;
        float: none;
        margin-right: 0;
    }

    #content .content-left {
        padding: 0;
        border-radius: 0;
        background: transparent;
    }

    .cost-detail.Pending .cost-detail-description {
        float: left;
        display: inline-block;
        width: 100%;
    }

    .mobile-hide {
        display: none;
    }

    .mobile-show {
        display: block;
    }

    .sub-header {
        display: none;
    }

    .garage-logo {
        text-align: center;
        margin-bottom: 10px;
        margin-top: -15px;
    }

    #map-canvas {
        display: none;
    }
}

@media only screen and (max-width:600px) {
    .sub-header .quick-contact li {
        display: block;
    }

    .cost-detail {
        padding: 10px;
    }

        .cost-detail.Pending, .cost-detail.Accept, .cost-detail.Decline {
            padding-right: 10px;
        }

    .cost-button-group {
        position: static;
        display: block;
        margin-top: 5px;
        float: left;
        width: 100%;
    }
    .cost-detail.Pending .cost-detail-description {
        float: left;
        display: inline-block;
        width: 100%;
    }

        .cost-button-group .approve, .cost-button-group .deny {
            width: 50%;
        }

    .cost-status {
        position: static;
        margin-top: 0;
        margin-left: 0px;
    }

    .cost-thanks {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width:480px) {
    #content {
        margin-bottom: 0;
    }

    .footer {
        position: static;
    }

    .button {
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }
}

.report-video-link {
    color: #0964a2;
    font-size: 8pt;
    float: right;
    margin-bottom: 10px;
    cursor: pointer;
}

.report-holder {
    margin-bottom: 20px;
}

    .report-holder h3 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .report-holder .button {
        float: none;
    }

    .report-holder textarea {
        width: 100%;
    }

.featherlight-content {
    border: 10px solid #ff3f3f !important;
    padding-bottom: 20px !important;
}


.finance-holder {
    margin-bottom: 20px;
    margin: 0px 40px;
}

    .finance-holder h3 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .finance-holder .button {
        float: none;
        cursor: pointer;
    }

    .finance-holder input[type='text'] {
        display: block;
        margin-bottom: 10px;
        border-radius: 2px;
        border: 1px solid #c6c6c7;
        padding: 5px;
        width: 100%;
    }

    .finance-holder.step-2, .finance-holder.step-3, .finance-holder.step-error {
        display: none;
    }

.openpay-holder {
    margin-bottom: 20px;
    margin: 0px 40px;
}

.openpay-holder h3 {
    margin-top: 0;
    margin-bottom: 5px;
}

.openpay-holder .button {
    float: none;
    cursor: pointer;
}

.openpay-holder input[type='text'] {
    display: block;
    margin-bottom: 5px;
    border-radius: 2px;
    border: 1px solid #c6c6c7;
    padding: 5px;
    width: 100%;
}

.op-config-form input[type='text'] {
    display: block;
    margin-bottom: 5px;
    border-radius: 2px;
    border: 1px solid #c6c6c7;
    padding: 5px;
    width: 100%;
}

.openpay-offer {
    display: grid;
    background-color: lightgrey;
    margin: 10px;
    border-radius: 2px;
    border: 1px solid #c6c6c7;
    padding: 5px;
}

.openpay-holder.step-2, .openpay-holder.step-3, .openpay-holder.step-error {
    display: none;
}

.finance .featherlight-content {
    border: 10px solid #075d97 !important;
    width: 98%;
    max-width: 620px;
}

.tandc-mobile a {
    color: #fff;
    text-decoration: none;
}

.tandc-mobile {
    font-size: 8pt;
    float: left;
    margin-bottom: 10px;
}

@media only screen and (max-width:1100px) {
    .tandc-mobile {
        margin-top: 10px;
        display: none;
    }
}

.rating-holder {
    border: 2px solid #f7a71e;
    text-align: center;
    padding: 10px;
}

.rating-holder {
    margin-bottom: 10px;
}

.rating-text {
    margin-bottom: 5px;
}

.rating-done {
}

.rating-additional {
    text-align: center;
    display: none;
}

    .rating-additional .button {
        float: none;
        padding: 5px 15px;
        font-size: 14px;
        width: auto;
        cursor: pointer;
    }

    .rating-additional textarea {
        width: 90%;
        padding: 5px;
        font-size: 14px;
    }

.rating-additional-thankyou {
    font-size: 14px;
    background-color: #075d97;
    color: #fff;
    margin-left: 3%;
    margin-right: 3%;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    display: none;
}

.batch-page-thumbnail img {
    /*max-height: 149px;*/
    max-width: 270px;
    width: 100%;
}

.batch-page-thumbnail-motorclean img {
    /*max-height: 149px;*/
    /*max-width: 270px;*/
    width: 100%;
}

.motorclean-guide-note .btn {
    display: none;
}

.motorclean-guide-note:hover .btn {
    display: block;
}

.portal-media-totals > div {
    display: inline-block;
    margin-right: 10px;
    padding-left: 10px;
    border-left: 2px solid #c6c6c7;
    margin-bottom: 10px;
}

    .portal-media-totals > div:first-child {
        padding-left: 0px;
        border-left: 0px solid #c6c6c7;
    }

.portal-media-totals small {
    font-weight: bold;
    color: #272727;
    display: block;
    margin-bottom: 5px;
}

.portal-media-totals .badge {
    font-size: 16px;
    border-radius: 2px;
    background-color: #075d97;
}

.portal-costs tr {
    background-color: #fff;
}

    .portal-costs tr td {
        position: relative;
        overflow: hidden;
    }

.portal-costs small {
    font-weight: bold;
    color: #272727;
    display: block;
    margin-bottom: 5px;
}

.portal-costs td small {
    color: #6f6f6f;
    font-size: 11px !important;
}

    .portal-costs td small i {
        font-size: 13px !important;
        margin-right: 5px;
    }

.portal-costs td p {
    margin-bottom: -3px;
    position: relative;
    top: -1px;
    font-size: 11px;
}

.portal-costs .cost-delete {
    position: absolute;
    right: -55px;
    top: 0;
    padding-right: 15px;
    padding-top: 3px;
    padding-left: 15px;
    font-size: 26px;
    background-color: #fff;
    height: 100%;
    color: #fff;
    transition: all ease .2s;
    background-color: #ff2c2c;
}

.portal-costs tr td:hover .cost-delete {
    right: 0;
}

    .portal-costs tr td:hover .cost-delete:hover {
        background-color: #800000;
        cursor: pointer;
    }


.portal-costs .cost-detail {
}

    .portal-costs .cost-detail.Pending {
        background: #fff;
    }

    .portal-costs .cost-detail .btn-warning {
        position: absolute;
        right: -64px;
        top: 0;
        color: #fff;
        cursor: pointer;
        padding: 12px;
    }

    .portal-costs .cost-detail .fa-pencil-square-o:hover {
    }


.batch-page-media-item {
    margin-bottom: 10px;
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eeeeee;
    border: 1px solid #ddd;
    border-radius: 5px;
}


.jq-ry-group svg::before {
    content: "Read this: ";
}

.landing-cost-information {
    padding: 10px;
    background-color: #E1E1E1;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}

    .landing-cost-information h3 {
        margin: 5px 0;
    }

    .landing-cost-information > div {
        padding-left: 30px;
        position: relative;
        margin-bottom: 10px;
    }

        .landing-cost-information > div i {
            position: absolute;
            left: 0;
            top: 0;
        }


.finance-options {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    clear: both;
    border-radius: 3px;
    font-size: 13px;
}

    .finance-options .fa {
        margin-left: 5px;
        color: #0964a2;
    }

.costs.Disabled .cost-detail, .costs.Disabled .cost-detail strong {
    color: #a5a5a5 !important;
}

.costs.Disabled {
    cursor: not-allowed;
}



    .costs.Disabled .paying-question {
        margin-right: 180px;
    }

.cost-detail .paying-question {
    float: right !important;
}

.cost-detail.Pending .paying-question {
    margin-right: -60px;
}

.cost-detail.Accept .paying-question {
    margin-top: 8px;
}

.cost-detail.Decline .paying-question {
    margin-top: -8px;
}

@media only screen and (max-width:800px) {
    .cost-detail.Pending .paying-question {
        margin-right: 0px !important;
        display: block !important;
        float: left !important;
    }
}


.fa-credit-card {
    color: #d80027;
}

.slider-selection {
    background: #357dae !important;
}

.slider-handle {
    background: #075d97 !important;
}

.slider {
    width: 96% !important;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 1.5%;
}

.slider-handle {
    width: 25px !important;
    height: 25px !important;
    top: -2px !important;
}

@media only screen and (max-width:800px) {
    .slider {
        width: 84% !important;
        margin-left: 8%;
    }

    .slider-handle {
        width: 35px !important;
        height: 35px !important;
        top: -7px !important;
    }
}


#finance-split-container, #finance-decline-container {
    display: none;
}


.strikethrough {
    text-decoration: line-through;
}

.featherlight-finance-hidden {
    display: none !important;
}

@font-face {
    font-family: Rockwell;
    src: url(/fonts/rockwell.woff);
}

.portal-settings-cost-detail {
    position: relative;
    padding: 9px;
    border: 1px solid #c2c2c2;
    margin-bottom: 20px;
}

#emac-widget-container {
    margin-top: 20px;
    background-color: #f1f1f1;
    border-radius: 5px 5px 5px;
}

#emac-widget {
    margin-top: 40px;
}

#portal-reviews-configuration {
    background-color: #c7c7c7;
    padding: 15px;
    margin-bottom: 26px;
    border: solid 1px #7d7d7d;
}

label.small-label {
    font-size: 12px;
}

.form-group.portal-form-group-tight {
    margin-bottom: 0px;
}

.reviews-list {
    text-align: center;
    min-width: 175px;
    margin: 5px 5px 5px 5px;
}

.review-submission {
    border-radius: 3px;
    border-color: #cbcbcb;
    border-style: solid;
    border-width: 1px;
    height: 75px;
    width: 100%;
    padding: 0px 20px 0px 20px;
    margin-bottom: 9px;
    box-shadow: -3px 3px 6px 1px #b2b2b2 inset;
    text-align: center;
    cursor: pointer;
    background-color: #ffffff;
}

.review-submission:hover {
    box-shadow: 0px 0px 0px #ffffff;
}

.trust-pilot-brand {
    background-color: #32323d;

}

.reviews-provider-logo {
    margin-top: 10px;
    background-repeat: no-repeat;
    width: 175px;
    border-width: 0px;
    clear: both;
}

.reviews-label-text {
    padding: 0px;
    margin: 0px;
}

.reviews-provider-logo.yell-logo {
    width: 130px;
    margin-top: 16px;
}

.reviews-provider-logo.judgeservice-logo {
    margin-top: 26px;
}

.reviews-provider-logo.review-google-logo {
    width: 130px;
    margin-top: 20px;
}

.reviews-list .review-list-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #373737;
    color: #ffffff;
    z-index: 101;
    display: flex;
    padding: 5px 15px;
    font-size: 75%;
    justify-content: space-around;
}

.cookie-accept-button {
    margin: auto;     
    padding: 5px 5px;
}

.cookie-information {
    display:flex;
    padding: 5px 15px;
    margin-right: 10px;
    justify-content: space-around;
}

.cookie-information-text {
    display: flex;
    min-width: 75%;
}

.cookie-preferences {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    width: 100%;
}

.cookie-preferences-checkboxes {
    margin-top: 7px;
    margin-left: 25px;
}

.cookie-preferences-buttons {
    display: block;
    float: right;
    max-width: 20%;
    position: absolute;
    right: 15px;
    font-size: 75%;
}

@media only screen and (max-width: 1000px) {
    .cookie-banner {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #373737;
        color: #ffffff;
        z-index: 101;
        display: flex;
        flex-direction: column;
        padding: 5px 15px;
        font-size: 75%;
    }

    .cookie-accept-button {
        margin: auto;
        padding: 5px 5px;
    }

    .cookie-information {
        display: block;
        padding: 5px 15px;
        margin-right: 10px;
        font-size: 75%;
    }

    .cookie-information-text {
        display: block;
        width: 100%;
    }

    .cookie-preferences {
        flex-direction: column;
        height: 130px;
        display: block;
        width: 100%;
    }

    .cookie-preferences-buttons {
        display: block;
        width: 100%;
    }
}
