﻿#applicant-details .uk-form-password .uk-form-password-toggle {
    margin-top: -15px;
}

.input-validation-error {
    border-color: #dc8d99 !important;
    color: #d85030 !important;
}

.text-danger.field-validation-error {
    color: #d85030 !important;
    margin-bottom: 5px;
    display: inline-block;
}

.validation-summary-errors {
    font-size: 18px;
    color: #d85030 !important;
    background-color: white;
}

    .validation-summary-errors ul {
        list-style: none;
    }

.styled-select select[data-selected-value=""] {
    color: #999999;
}

    .styled-select select[data-selected-value=""] option {
        color: #444;
    }

    .styled-select select[data-selected-value=""]:focus {
        color: #999999;
    }

        .styled-select select[data-selected-value=""]:focus option {
            color: #444;
        }


.checkbox-container {
    position: relative;
    padding-left: 25px;
    display: block;
}

    .checkbox-container input[type=checkbox] {
        position: absolute;
        left: 0;
        top: 8px;
    }

.application-subnav {
    overflow: hidden;
}

    .application-subnav .application-step {
        float: inherit;
        margin-bottom: 10px;
        display: inline-block;
        width: 12%;
        padding: 0;
        text-align: center;
    }

        .application-subnav .application-step a {
            text-decoration: none;
        }

.total-monthly-income {
    cursor: not-allowed;
}

@media screen and (max-width: 767px) {

    h1 {
        font-size: 20px;
    }
}

.uk-autocomplete.servicer-id, .uk-autocomplete.servicer-name {
    position: absolute;
}

@media screen and (max-width:768px) {

    .application-subnav .application-step {
        width: 25%;
    }
}

@media screen and (max-width:480px) {

    .application-step .section-number {
        width: 50px;
        height: 50px;
    }

        .application-step .section-number p {
            font-size: 16px;
            padding-top: 6px;
        }

            .application-step .section-number p i {
                margin-top: 4px;
                display: block;
            }


    a.uk-button-large {
        font-size: 14px;
    }
}

.yes-no-away {
    display: block;
    margin-bottom: 10px;
}

:disabled {
    pointer-events: none;
} 