﻿/*Overrides*/

@media only screen and (max-width: 767px) {
    .container.navbar-fixed-top {
        margin: 0;
    }

    .hide-label-on-mobile-views {
        display: none;
    }
}

.form-block nav {
    margin: 0;
}

.registerform .form-control {
    border-radius: 0;
}

.registerform .control-label {
    text-transform: none;
    font-size: 14px;
    width: 290px;
}

.registerform .blankLabel {
    text-transform: none;
    font-size: 14px;
    width: 290px;
}

@media (max-width: 992px) {
    .registerform .blankLabel {
        position: absolute;
    }
}

.dobFields .field-validation-valid {
    display: table-cell;
}

section#editableTermAndConditions {
    height: 450px;
    overflow: scroll;
    border: 1px solid #cccccc;
    font-size: 11px;
    overflow-x: hidden;
    padding: 5px;
}

.registerform .form .form-block {
    padding: 0;
    margin-bottom: 0 !important;
}

.registerform h1 {
    padding-left: 20px;
    color: #0b3e4e;
}

@media (max-width: 992px) {
    .form-horizontal .control-label {
        text-align: left;
        width: 100%;
        padding-top: 0;
    }

    .registerform input.width38 {
        width: 100%;
    }

    .empty-label {
        display: none;
    }

    .cd-checkboxes-wrapper .cd-checkbox-labels:nth-of-type(even) {
        margin-left: 0;
    }

    .cd-checkboxes-wrapper .cd-checkbox-labels {
        margin-bottom: 8px;
        width: 220px;
    }

    .left-aligned-amount-box {
        width: 204px;
    }

    .duppedAmountField {
        display: block;
    }
}

@media (min-width: 992px) {
    .col-md-5 {
        width: 505px;
    }

    .registerform .dobFields {
        max-width: 240px;
    }

    .cd-checkboxes-wrapper br {
        display: none;
    }

    .duppedAmountField {
        display: none;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 1300px) {
    .container {
        width: 1300px;
    }
}
.sw-theme-default {border:none;
}
.sw-theme-default .sw-container {
    min-height: auto !important;
    margin-bottom: 50px;
    padding-top: 50px;
}

/* overrides end */

/* new */

/* - Internet Explorer 10–11
   - Internet Explorer Mobile 10-11 */
:-ms-input-placeholder {
    color: #7c7c7c !important;
}

/* Edge (also supports ::-webkit-input-placeholder) */
::-ms-input-placeholder {
    color: #7c7c7c;
}

.dobFields .validation span {
    margin-left: 0;
    font-size: 14px;
    color: #a94442;
}

.caption-margin-fix {
    margin-top: 5px;
    margin-bottom: 6px !important;
}

.tickbox-spacing-fix {
    margin: 10px 0 0 0;
    padding: 0 !important;
}

.checkbox-spacing-fix {
    margin: 0 0 0 0;
    padding: 0 !important;
}

input[type=checkbox] {
    margin-top: 2px;
    vertical-align: top;
}

.caption-spacing-fix {
    padding-top: 20px !important;
}

#smartwizard {
    margin-bottom: 20px;
}

.f18 a {
    color: #1c3f4e;
}

    .f18 a:hover {
        color: #e98f6c;
    }

    .f18 a:focus {
        color: #23527c;
        text-decoration: underline;
    }

.validation-summary-errors li {
    color: red;
}

.validation-summary-errors {
    border: 2px solid red;
    margin: 28px;
    padding: 10px 0 0 0;
}

span.red {
    color: red;
}

#smartwizard .steps {
    padding: 20px;
}

.dobFields input {
    display: inline-block;
}

    .dobFields input.year {
        width: 75px;
        display: inline-block;
        text-align: center;
    }


input.amountBox {
    width: 163px;
    float: right;
}

.special-amount-field span {
     margin-left: 16px;
}

.separator-for-validation {
    float: left;
}

.field-caption {
    color: #7c7c7c;
    padding: 10px 0 0 0;
    font-size: 12px;
    float: left;
    width: 100%;
}

.special-block {
    float: left;
}

.block-2 {
    float: right;
}

.cd-checkbox-labels {
    float: none;
    font-weight: normal;
    font-size: 12px;
    color: #7c7c7c;
    margin: 3px 0 0 0;
    padding: 0;
    vertical-align: top;
}

    .cd-checkbox-labels:nth-of-type(even) {
        margin-left: 15px;
    }

.cd-checkboxes {
    vertical-align: top;
}

.cd-checkboxes-wrapper span:nth-of-type(1) {
    margin-bottom: 10px;
}

#smartwizard .tandc-textarea {
    height: 450px;
}

.g-recaptcha {
    margin-top: 10px;
}

.address-fields-wrapper .form-group:nth-child(-n+4) {
    margin-bottom: 5px !important;
}

.padding-top-hotfix {
    padding-top: 1px !important;
}

.field-validation-error span {
    font-size: 14px;
    padding-top: 0px;
    display: block;
}

#NationalInsuranceNo {
    text-transform: uppercase;
}

.registerform .special-amount-label {
    width: 73px;
}

.g-recaptcha {
    transform: scale(1) !important;
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    max-width: 240px;
}