/*------ 2019 New Styles --------*/

body {
    padding-top: 56px;
    background-color: #f5f5f5;
}

label, p, h1, h2, h3, h4, h5, h6, span {
    color: #444;
}

.quote.card {
    /*-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);*/
    /*-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);*/
    /*box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);*/
}

.quote.card .card-body {
    font-size: 14px;
    font-weight: normal;
    color: #444;
}

.quote.card .badge {
    font-size: 12px;
    font-weight: normal;
    max-width: 240px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1199px) {
    .supplier-logo-holder {
        text-align: center;
    }
}


.supplier-name {
    font-size: 21px;
    font-weight: bold;
}

.tarriff-name {
    font-size: 16px;
}

.tarriff-price-yearly, .tarriff-price-monthly {
    font-size: 14px;
    color: #444;
    text-align: center;
}

.tarriff-price-yearly > .installment, .tarriff-price-yearly > .new-cost, .tarriff-price-monthly > .installment, .tarriff-price-monthly > .new-cost {
    font-size: 27px;
    font-weight: bold;
}

.tarriff-details {
    padding-bottom: 10px;
    border-bottom: solid 1px #bdbdbd;
    padding-top: 10px;
    text-align: center;
}
.contract-end {
    padding-top: 10px;
    text-align: center;
}

.contract-end p {
    margin-bottom: 10px;
    font-weight: bold;
}

.contract-end .badge, .charge-breakdown {
    padding: 16px 24px;
    line-height: 18px;;
}

.contract-length {
    display: flex;
    align-items: baseline;
    font-size: 12px;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .supplier-logo-holder {
        padding-top: 10px;
    }
    .tarriff-details {
        padding-bottom: 10px;
        border-bottom: none;
        background: #eef8fd;
    }
    .tarriff-price-yearly {
        background: #eef8fd;
        padding-top: 10px;
    }
    .charge-breakdown {
        margin-top: 0 !important;
    }
    .tariff-rates {
        background: #eef8fd;
        padding-bottom: 10px;
    }
    .tarriff-price-monthly {
        padding-top: 10px;
    }
}

.filter-label {
    text-transform: uppercase;
    margin-right: 10px;
}

.contract-length button {
    margin-right: 5px;
    padding: 3px 25px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 3px;
    font-size: 12px;
}
@media (min-width: 992px) {
    .contract-length-btn--xl {
        display: inline-block;
    }
    .contract-length-btn--lg {
        display: none;
    }
    .in-years {
        display: none;
    }
}
@media (max-width: 991px) {
    .contract-length-btn--lg {
        display: inline-block;
    }
    .contract-length-btn--xl {
        display: none;
    }
    .contract-length button {
        margin-right: 5px;
        padding: 3px 12px;
        background-color: #fff;
        border: 1px solid #ced4da;
        border-radius: 3px;
        font-size: 12px;
    }
    .in-years {
        display: block;
        font-size: .85em;
    }
}

.charge-breakdown {
    margin-top: 5px;
}

/* Field Errors */

.error-message,
.has-error .radio-label,
.has-error .checkbox-label{
    color: #FF5025!important;
}

.has-error .form-control {
    border: 2px solid #FF5025!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border: 2px solid #FF5025;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #FF5025;
    border: 2px solid #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #FF5025;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline
{
    color: #fff;
}
.has-error.fa {
    color: #FF5025;
}

/* Page Layout */

.page-content form {
    width:100%;
}

.page-content {
    margin-top: 70px;
}

.quote.card .row {
    margin: 0;
    align-items: center;
}

.main > .container {
    margin-top: 100px;
}

.form-inline {
    justify-content: space-between;
}

.form-inline .form-control {
    width: 100%;
    max-width: 250px;
}

.header-area {
    width: 100%;
    display: flex;
    margin-top: 30px;
}

.header-area h1.header span {
    margin-left: 20px;
    color: #999;
    font-size: 16px;
}

.header-area .badge {
    margin: auto;
    margin-top: 6px;
    padding: 10px 20px;
    border-radius: 11px;
    font-weight: normal;
    margin-right: 24px;
}



/* -------- Components ------- */
nav, .navbar, .navbar-expand-lg {
    justify-content: space-between;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}
@media (max-width: 991px) {
    nav .breadcrumb-stepper {
        display: none;
    }
}
.breadcrumb-stepper {
    font-size: 10px;
    text-transform: uppercase;
    color: #999;
    display: inherit;
}

.breadcrumb-stepper :hover {
    cursor: pointer;
}

.stepper-bar {
    width: 70px;
    height: 7px;
    border-radius: 100px;
    background-color: #EEEEEE;
    margin-bottom: 10px;
}

.breadcrumb-stepper .step {
    margin-right: 20px;
    text-align: center;
}
@media (min-width: 768px) {
    .stepper-xs-to-lg {
        display: none;
    }
}
@media (max-width: 991px) {
    .stepper-xs-to-lg {
        display: flex;
        justify-content: center;
        padding-top: 5px;
    }
    .stepper-xs-to-lg .step div:last-child {
        display: none;
    }
    .stepper-xs-to-lg .stepper-bar:not(.bar-active) {
        margin-bottom: 0;
        background-color: white;
    }
}


.navbar-brand img, .footer-logo img {
    height: 25px;
}

.info-box {
    background-color: #eee;
    padding: 28px;
    border-radius: 4px;
}

.modal-header {
    padding: 40px 40px 20px 40px;
}

.modal-body {
    padding: 0 40px 40px 40px;
    font-size: 13px;
}

.modal-body .row {
    margin: 0;
    margin-top: 20px;
}

.input-group-prepend span {
    font-size: 14px;
}

dd {
    margin-bottom: 0px;
}

label, input, form, .form-control, button, button.btn {
    font-size: 14px;
}

button, .btn, .btn-primary, .btn-secondary {
    border-radius: 11px;
    padding: 6px 15px;
}

.input-group-append .btn {
    border-radius: .25rem;
    border: 1px solid #ced4da;
}

.btn-lg {
    padding: 12px 30px;
    line-height: 1.5;
    font-size: 20px;
}

label {
    margin-right: 10px
}

.card-footer {
    background-color: #fff;
    padding: 0 40px 40px 40px;
}

.form.card {
    margin-bottom: 2rem;
}

.card {
    border: none;
}

.quote.card {
    margin-bottom: 2rem;
}

.quote.card .card-footer {
    display: none;
}

.badge-pill {
    border-radius: 19px;
}
.badge-light {
    background-color: #e8e8e8;
}

.payment-name {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}

.btn-lg {
    padding: 12px 22px;
}

.btn-submit {
    margin-bottom: 20px;
}

.quote.card .btn {
    min-width: 145px;
    float: right;
}

.quote.card .btn-primary {
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .quote.card .btn {
        float: none;
        margin-bottom: 0;
    }
    .quote-btn-wrapper {
        margin-top: 16px;
        margin-bottom: 16px;
        padding-top: 16px;
        text-align: center;
        border-top: solid 1px #bdbdbd;
    }
}

.keyfacts {
    margin: 30px;
}

.accordion h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion .hide-button {
    margin-bottom: 0px;
}

.accordion .hide-button:hover {
    color: #444;
    text-decoration: none;
}

.download-docs {
    background-color: #f5f5f5;
    padding: 15px;
    margin: 30px 0 30px 0;

}

.download-docs h3 {
    padding-left: 10px;
}

.download-docs ul li {
    line-height: 30px;
    list-style-type: none;
}

.download-docs ul {
    padding-top: 10px;
    padding-left: 0px
}

.download-docs li i {
    padding-right: 10px;
}


#openTC {
    color: #007bff;
}

.kwhper {
    margin-top: 11px;
}

.quotepage-content {
    padding-left: 67px;
    padding-right: 67px;
}

.tarriff-column {
    text-align: right;
}

.left-box {
    padding-left: 0px;
}

.tarriff-info {
    font-size: 12px;
    margin-top: 39px;
}

.right-box .installment {
    font-size: 40px;
}
.right-box .new-cost {
    font-size: 22px;
    color: #999;
}

.accordion .card-body {
    padding: 50px;
}

.calc-section {
    margin-bottom: 30px;
}

/* ==========================================================================
   Trustpilot customisation
   ========================================================================== */
#footer-trustpilot-wrapper {
    padding-top: 30px;
    padding-bottom: 25px;
}
/* ==========================================================================
   Footer
   ========================================================================== */
.journey-footer ul.social {
    display: flex;
    flex-direction: row;
}
.journey-footer ul.social li {
    margin-right: 10px;
}

.journey-footer h2 {
    color: #FFFFFF;
    font-size: 14px;
    margin-right: 25px;
    background: url("../../../img/backie-line.png") repeat-x;
    opacity: 0.50;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
    text-align: center;

}
.journey-footer h2 span {
    padding-left: 10px;
    padding-right: 10px;
    background: #222222;
    color:#fff;
}

#footerlinks {
    font-size: 12px;
    padding-top: 15px;
    text-align: center;
}
@media (max-width: 640px) {
    #footerlinks {
        padding-left: 0px;
        margin-top: 0px;
    }
}
@media (max-width: 767px) {
    #footerlinks a {
        display: list-item;
        float: none;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
#footerawards {
    margin-left: -60px;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center;
}
#footerawards img {
    margin-right: 5px;
    margin-left: 5px;
    opacity: 0.30;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=30);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#footerawards img:hover {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}
#footerawards li {
    display: inline-block;
}
#footerawards li:nth-last-child(1) {
    margin-right: 0px;
}
@media (max-width: 767px) {
    #footerawards {
        float: left;
        padding-left: 0px;
        margin-top: 15px;
        margin-left: 0px;
    }
    footer h2 {
        margin-top: 15px;
    }
}
#footerlinks li:nth-last-child(1) {
    margin-right: 0px;
}
#footerlinks a {
    color: #999999;
}
#footerlinks a:hover {
    text-decoration: none;
    color: #FFFFFF;
}
footer ul.social {
    margin: 10px 0px 10px -5px;
    padding: 0px;
}
footer .social a {
    background: #333;
}
footer .social a:hover {
    background: #999;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

footer {
    background-color: #fff;
    padding: 48px;
    background: #1d1d1d;
    position: relative;
    padding-bottom: 20px;
}

footer .footer_logo img {
    height: 25px;
}

.footer_copy {
    font-size: 12px;
    color: #999;
    max-width: 1100px;
    padding-right: 75px;
}

.links-title {
    font-size: 18px;
    position: relative;
    cursor: pointer;
    padding: 24px 0;
}

.links-list {
    list-style: none;
    padding: 0 0 24px;
}

.footer_wrapper {
    padding: 0;
    background: #1d1d1d;
    border-top: 1px solid #231f20;
}

@media (min-width: 940px) {
    .links-title {
        cursor: auto;
        padding: 0 0 24px;
    }

    .g-footer__links-list {
        display: block;
        padding: 0;
    }

    .g-footer__links-link {
        display: inline-block;
        font-size: 14px;
        padding: 0;
        margin: 0 0 17px;
    }
    .g-footer__links.g-container {
        padding-top: 58px;
        padding-bottom: 40px;
    }
}
    @media (min-width: 768px) {
    .g-footer.g-footer--links .g-container {
        padding: 30px 20px 60px;
    }
}
@media (min-width: 641px) {
    .g-footer.g-footer--links .g-container {
        padding: 30px 20px 110px;
    }
}
@media (min-width: 1024px) {
    .g-footer .g-container {
        max-width: 1440px;
        margin: 0 auto;
        box-sizing: border-box;
    }
}

                @media (min-width: 641px) {
                    .g-footer__links.g-container {
                        padding-top: 20px;
                        padding-bottom: 36px;
                    }
                }
                @media (min-width: 641px) {
                    .g-footer .g-container {
                        padding: 37px 20px 60px;
                    }

                    .g-footer__links.g-container {
                        padding-top: 20px;
                        padding-bottom: 36px;
                    }

                    .g-footer .g-container {
                        padding: 30px 20px 110px;
                    }
                }
                @media (min-width: 940px) {
                    .g-footer__links {
                        font-size: 0;
                        }
                }


.filter.sidebar {
    background: #fff;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.10);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.10);
}
/* Filter Sidebar END */

/* Form Elements */

.form-area {
    padding: 0;
}

.form-row {
    margin: 0;
}

/* Sort Code */
.sort-code-fields {
    display: flex;
    align-items: flex-start;
    padding-left: 0;
    margin-left:-5px;
}

.sort-code-fields .sort-code-group {
    display: flex;
    align-items: center;
}

.sort-code-fields .sort-code-group  span {
    margin-right: 5px;
}

/* Sort Code End */

.form.card .card-body, .filter.sidebar .new-section {
    border-top: solid 1px #eaeaea;
    padding-bottom: 15px;
    padding-top: 15px;
}

.form.card, .form.card > .card-body:first-child, .card-footer {
    border: none;
}

.popular-suppliers.list-group, .usage-buttons.list-group {
    flex-direction: row;
    flex-wrap: wrap;
}

.hide-button {
    border: none;
    color: #999;
    margin-bottom: 10px;
}

.hide-button:hover {
    background-color: #efefef;
}

.hide-button i {
    margin-right: 10px;
}

.popular-suppliers.list-group .list-group-item, .usage-buttons.list-group .list-group-item {
    width: 30%;
    flex-basis: auto;
    border-radius: 6px;
    margin: 0 8px 8px 0;
    padding-top: 16px;
    padding-bottom: 15px;
}

.list-group .list-group-item {
    text-align: center;
}

.list-group .list-group-item i {
    font-size: 47px;
    width: 100%;
    color: #707070;
    margin-bottom: 15px;
}

.usage-buttons.list-group .list-group-item {
    width: 37%;
}

/* Suppliers autocomplete */
.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}
input {
    padding: 10px;
    font-size: 16px;
}
input[type=text] {
    width: 100%;
}
input[type=submit] {
    background-color: DodgerBlue;
    color: #fff;
}
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}
.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

/* Form Elements END */

.content-well {
    margin: 40px 0 0 35px;
}

.content-well.copy-area {
    padding-right: 100px;
    font-size: 14px;
    color:#999;
}

h1.header {
    margin-bottom: 40px;
    font-size: 28px;
}

h2.card-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 45px;
}


/* -------- Components END ------- */

@media (max-width: 991px) {
    .content-well, h2.card-title {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .main .container {
        max-width: 1190px;
    }
}
/* -------- Scripts required this class to show/hide elements ------- */
.hide {
    display: none!important;
}

/* Modals */
.modal-header {
    border-bottom:0px!important;
}

.modal-footer {
    border-top:0px!important;
}

/* */
.gray-content-bg {
    background-color: #eee;
    border-radius: 10px;
    padding:15px;
}

/* padding classes */
.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-top-20 {
    padding-top: 20px;
}

/* margin classes */
.margin-bottom-20 {
    margin-bottom: 20px;
}

.m-right-30 {
    margin-right: 30px;
}

.m-right-15 {
    margin-right: 15px;
}

.m-left-30 {
    margin-left: 30px;
}

.m-left-15 {
    margin-left: 15px;
}

/*  info icon */
.info-icon{
    padding-left:10px;
}

.dash-spacer{
    margin-left:10px;
    margin-right:0px!important;
}

.button-width {
    width: 400px;
}

@media (max-width: 1199px) {
    .breadcrumb-stepper .step {
        margin-right: 3px;
    }

    .stepper-bar {
        width: 35px;
    }

    .step div:last-child {
        display: none;
    }
}

@media (max-width: 425px) {
    .button-width {
        max-width: 400px;
        width: auto;
    }

    .page-content > .row {
        margin: 0;
    }

    h2.card-title {
        margin-bottom: 11px;
    }
    .popular-suppliers img {
        width: 100%;
        height: auto;
    }
}

.telnumber {
    font-size: 12px;
    margin-right: 12px;
    position: absolute;
    right: 10rem;
    color: #8a8a8a;
}

.proceed-by-phone {
    padding: 12px;
}

/* server error*/
.server-issue {
    border-width: 0px;
    width: 100%;
    background: inherit;
    background-color: rgba(221, 231, 243, 1);
    border: none;
    border-radius: 16px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: auto;
    padding: 25px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.server-issue span {
    //width: 590px;
}

.server-issue i {
    padding-top: 3px;
    padding-right: 5px;
}

.datetimepicker-input:read-only {
    background-color: #FFFFFF;
}





