﻿.body {
    min-height: 400px;
}

p.warning {
    color: red;
    display: block;
}

hr {
    width: 100%;
}

#Login label, #LogPaymentHoliday label, #ExtendPaymentHolidays label {
    display: inline;
}

.fields-group {
    float: left;
}

    .fields-group .form-field {
        margin-top: 3.6rem;
    }

        /*JSM Removed overriding Engage*/
        /*.fields-group .form-field label {
            display: inline;
        }*/


        .fields-group .form-field input, .fields-group .form-field select, .fields-group .form-field span.select {
            margin-top: 7px;
        }

        .fields-group .form-field .picker {
            left: -1px;
        }

        .fields-group .form-field.validation {
            color: #E66D6D;
            font-weight: bold;
            margin: 25px 0;
        }

        .fields-group .form-field input.mortgageAccountNumber {
            background-color: #EFEFEF;
        }

        .fields-group .form-field.monthlyContribution input {
            width: auto;
        }

        .fields-group .form-field button[type=submit] .button__text {
            padding: 1.7rem 10.6rem 1.7rem 1.6rem;
        }

        .fields-group .form-field input[type=checkbox] {
            position: relative;
            width: 30px;
            height: 30px;
            display: block;
            margin-right: 15px;
            margin-bottom: 25px;
            float: left;
        }

        .fields-group .form-field .form-fields {
            margin-top: 25px;
        }

    .fields-group .hiddenFields {
        display: none;
    }

form .field-validation-error {
    display: block;
    font-weight: normal;
    clear: both;
}

.tooltipster-default {
    max-width: 40%;
}

/* JSM previous version targeted .message only which overrode lots of stuff in engage now targeting #LogPaymentHoliday direct due to "At the" next to Login problem on LogPaymentHoliday page*/
#LogPaymentHoliday .message {
    float: left;
}

.panel .copy ul li {
    list-style: disc;
    margin-left: 20px;
}

.modal .panel {
    float: left;
    width: 100%;
}

    .modal .panel .copy {
        max-width: 100%;
    }

    .modal .panel button.cancelRequest {
        margin: 30px 0 0 0;
        float: left;
    }

    .modal .panel button.confirmWarning {
        margin: 50px 0 0 0;
        float: right;
        right: 0;
    }

.messageGreyBorder {
    background-color: white;
    float: left;
    margin: 0;
    border: 1px solid #D6D6D6;
}

.picker__select--month, .picker__select--year {
    height: 40px;
}

button[type=submit] {
    float: right;
    margin: 30px 0;
}

#Logout, #Logout button[type=submit] {
    float: right;
    margin: 10px 0 15px 0;
}

    #Logout button[type=submit] {
        width: 100%;
    }

#LogPaymentHoliday h1, #PaymentLogged h1, #ExtendPaymentHoliday h1 {
    float: left;
}

.star-color {
    color: red;
}

p {
    display: inline;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}

.divider {
    background-color: #70839B;
    height: 30px;
    width: 100%;
}

.site-footer {
    background-color: #e8e9eb;
    color: #7d8690;
}

    .site-footer p {
        margin-top: 0;
    }

    .site-footer .container .column br {
        margin: 0;
    }

    .site-footer .sub-footer-menu {
        margin-bottom: 20px;
    }

        .site-footer .sub-footer-menu a {
            border-right: 1px solid #182745;
            padding-right: 5px;
            text-align: left;
            font-size: 1.2em;
            color: #182745;
        }

#PaymentLogged span img {
    float: left;
}

span.select.disabledSelect {
    background-color: #EDEDED;
}

.panel--corner:before {
    border-top: 2rem solid #fff;
}

@media only screen and (min-width: 640px) {
    .form-field--maxlength, .select, input[type=password], input[type=tel], input[type=text], input[type=url], input[type=number], input[type=search], input[type=date], input[type=email], select[multiple], select[size], textarea {
        max-width: 65rem;
    }
}

@media only screen and (max-width: 640px) {
    body .body h1 {
        margin: 40px 0;
    }

    .fields-group .form-field .form-date {
        max-width: 100%;
    }

    .fields-group .form-field {
        clear: both;
    }

    #Logout, #Logout button[type=submit] {
        margin-top: 0;
    }

    .msgPaymentLogged {
        padding: 20px 0 30px 0;
        margin-top: 60px;
    }

    #PaymentLogged h1 {
        margin: 0;
    }

    .fields-group .form-field input[type=checkbox] {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 350px) {
    #PaymentLogged h1 {
        margin: -13px 0 0 27px;
    }
}

#content-skipper {
    position: absolute;
    top: -9000px;
    padding: 20px;
    margin: auto;
    margin-bottom: 20px;
    display: block;
    background-color: #182746;
    color: #FFF;
    width: 300px;
    text-align: center;
}

#content-skipper:focus {
    border: 2px solid #FFF;
}