.grecaptcha-badge {
    display: none;
}

#quotas-page-html {
    padding: 0px 10px;
}

/* issue 750 */
#page-member-data .input-container:nth-child(1) {
    padding-left: 0;
}

#page-member-data .input-container:nth-child(2) {
    padding-right: 0;
}

@media (max-width:991px) {
    #page-member-data .input-container {
        padding: 0;
    }
}

.breadcrumb {
    border-bottom: 1px solid #ddd;
}

.free-quotas {
    text-align: center;
    text-transform: uppercase;
}

.banner {
    background-color: rgb(244,244,244);
    border-top: solid 1px rgb(230,230,230);
    border-bottom: solid 1px rgb(230,230,230);
    text-align: center;
    padding: 5px 13px;
    position: relative;
}

    .banner a > h6 {
        font-size: 14px;
        font-weight: normal;
        padding-left: 5px;
        text-decoration: underline;
    }

    .banner a > * {
        margin: 0;
        display: inline-block;
        text-transform: uppercase;
    }

    .banner a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner svg {
        width: auto;
        max-width: 35px;
        height: 35px;
        margin-right: 10px;
    }

#steps-progress .steps-progress-item {
    width: 100%;
}

#quotas-page {
    width: 100%;
    margin: auto;
    /*padding:0px 5px;*/
    padding-bottom: 55px;
}


.form-container .input-container,
.form-container.input-container {
    padding-right: 12px;
    padding-left: 12px;
}

.steps-progress-page .button {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

#pay-table,
#pay-table table {
    width: 100%;
    font-family: "Roboto Condensed", Arial, sans-serif;
}

    #pay-table > tbody > tr {
        border-bottom: 1px solid #ddd;
    }

        #pay-table > tbody > tr > td {
            padding: 20px;
            padding-right: 0;
        }

    #pay-table td:first-child {
        width: 75%;
    }

    #pay-table td:nth-child(2) {
        text-align: right;
    }

    #pay-table .pt_1 {
        font-size: 16px;
        text-transform: uppercase;
    }

    #pay-table .pt_2 {
        font-size: 16px;
    }

    #pay-table .pt_3 {
        font-size: 13px;
        line-height: 13px;
    }

    #pay-table .pt_4 {
        font-size: 14px;
        text-transform: uppercase;
    }

    #pay-table .pt_5 {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }

    #pay-table .pay-table-value {
        font-size: 22px;
        font-weight: 700;
    }

        #pay-table .pay-table-value.pay-table-value-final {
            font-size: 28px;
        }

        #pay-table .pay-table-value.pay-table-value-delayed {
            color: #c30000;
        }

        #pay-table .pay-table-value .pay-table-value-delayed-text {
            display: none;
            font-size: 16px;
            font-weight: normal;
            vertical-align: middle;
        }

        #pay-table .pay-table-value.pay-table-value-delayed .pay-table-value-delayed-text {
            display: inline;
        }

        #pay-table .pay-table-value.pay-table-value-unused {
            color: #bebebe;
        }

    #pay-table input.slb-checkbox[type="checkbox"] + label:before {
        width: 25px;
        height: 25px;
        border: 1px solid #242424;
    }

    #pay-table input.slb-checkbox[type="checkbox"] + label {
        color: #242424;
    }


/* New */
#direct-debit-button {
    float: right;
    margin-left: 6px;
}

#quotas-page .grey {
    color: #bebebe;
}

#quotas-page .dropdown input {
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
    padding-left: 20px;
    font-size: 14px;
    line-height: normal;
    text-align: left;
    cursor: pointer;
}

    #quotas-page .dropdown input::-webkit-input-placeholder {
        font-size: 14px;
    }

#quotas-page .dropdown ::-moz-placeholder {
    font-size: 14px;
}
/* firefox 19+ */
#quotas-page .dropdown :-ms-input-placeholder {
    font-size: 14px;
}
/* ie */
#quotas-page .dropdown input:-moz-placeholder {
    font-size: 14px;
}


.step-section .warning {
    color: #C30000;
    padding-right: 20px;
}

    .step-section .warning::before {
        content: "!";
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        vertical-align: text-bottom;
        border: 1px solid #C30000;
        border-radius: 100%;
        margin-right: 7px;
    }

#quotas-page .steps-progress-page .error-message {
    padding: 0px 12px;
    color: #C30000;
    display: none;
}

#quotas-page .steps-progress-page.page-error .error-message {
    display: block;
}

/*#quotas-page .steps-progress-page.page-error input {
    border: 1px solid #C30000;
}*/

#quotas-page .h40 {
    box-sizing: content-box;
    line-height: 40px;
}

#quotas-page .fs13 {
    font-size: 13px;
}

#quotas-page .quotas-price {
    font-size: 20px;
    font-weight: 700;
    text-align: right;
}

#quotas-page .quotas-info {
    font-size: 14px;
    line-height: normal;
    padding-top: 15px;
    padding-bottom: 35px;
}

#quotas-page .step-section .dropdown.quotas-dropdown {
    border: 1px solid #242424;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: left;
}

#quotas-page .dropdown.quotas-dropdown ul li {
    font-size: 14px;
    padding-left: 20px;
    text-align: left;
}

#page-quotas .step-section {
    padding-right: 20px;
    padding-left: 20px;
}

    #page-quotas .step-section.has-banner {
        position: relative;
        padding-top: 50px;
        border-top: 0;
    }

        #page-quotas .step-section.has-banner .banner {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
        }

#page-direct-debit img {
    margin-top: 5px;
    margin-bottom: 15px;
}

#page-confirmation .bold .align-right {
    font-size: 28px;
}

.button svg {
    display: inline-block;
    max-height: 30px;
    max-width: 50px;
    stroke: white;
}

#quotas-page .recommended-products {
    margin: 20px 0px;
}

#quotas-page .dropdown.required::after {
    content: none;
}

/* Issue 740 */
#quotas-page #page-confirmation .step-section {
    padding-left: 20px;
}

#quotas-page #page-confirmation .step-section-row:first-child > div:nth-child(1),
#quotas-page #page-confirmation .step-section-row:first-child > div:nth-child(2) {
    margin-bottom: 10px;
}

#quotas-page #page-confirmation .button-holder .icon img {
    margin-right: 15px;
}

/* ISSUE 745 - IE*/
#quotas-page #page-confirmation .button-holder > .button.dark:nth-child(1) {
    padding: 5px 24px;
}

    #quotas-page #page-confirmation .button-holder > .button.dark:nth-child(1) .icon {
        width: auto;
        height: auto;
    }

        #quotas-page #page-confirmation .button-holder > .button.dark:nth-child(1) .icon svg {
            transform: none;
        }

@media (max-width: 425px) {
    #quotas-page #page-confirmation .step-section {
        padding-left: 10px;
    }
}

@media (max-width:991px) {
    .step-section .warning,
    .step-section .warning-overdue {
        width: auto;
        display: inline-block;
        float: none;
    }
}

@media (min-width: 425px) {
    #quotas-page {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    #quotas-page {
        max-width: 870px;
        padding-right: 0;
        padding-left: 0;
    }

    .steps-progress-page .button {
        width: 222px;
    }

        .steps-progress-page .button[step="previous"] {
            width: 120px;
            float: left;
        }

    #quotas-page #page-confirmation .button-holder .button:nth-child(1) {
        order: 1;
        margin-left: auto;
    }

    #quotas-page #page-confirmation .button-holder .button:nth-child(2) {
        order: 2;
        margin-left: 5px;
    }

    #quotas-page #page-confirmation .button-holder .button:nth-child(3) {
        order: 0;
    }
}

@media (min-width: 992px) {
    #quotas-page-html #steps-progress .steps-progress-item:not(.current-step) {
        display: inline-block;
    }

    #quotas-page-html #steps-progress .steps-progress-item .steps-progress-item-wrapper .steps-progress-item-step {
        display: none;
    }

    #quotas-page-html #steps-progress .steps-progress-item {
        display: inline-block;
        width: 25%;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    #quotas-page-html #steps-progress .steps-progress-item:not(.step-complete) .steps-progress-item-number {
        font-size: 25px;
    }

    #quotas-page-html #steps-progress .steps-progress-item .steps-progress-item-number {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 10px;
    }

    #quotas-page-html #steps-progress .steps-progress-item .steps-progress-item-wrapper {
        line-height: 40px;
    }

        #quotas-page-html #steps-progress .steps-progress-item .steps-progress-item-wrapper h1 {
            font-size: 23px;
            /*line-height:40px;*/
        }
}

@media (min-width: 1200px) {

    #generic-form .profile .profile-form-wrapper .button-holder .button[step="previous"] {
        width: 200px;
    }
}
