﻿/* forms */
.editor-label {
    color: #808080;
    padding: 5px 10px 2px 0px;
    font-size: 13px;
    font-weight: normal;
}

.editor-field {
    font-size: 14px;
    margin-bottom: 10px;
}

.display-label {
    float: left;
    color: #000;
    width: 200px;
    font-size: 16px;
    text-align: right;
    padding: 5px;
}

.display-field {
    float: left;
    font-size: 16px;
    color: #808080;
    padding: 5px;
}

dt {
    font-weight: normal;
    color: #404040;
}

dd {
    color: #808080;
}

.form-horizontal {
    max-width: 450px;
    margin-left: 50px;
    margin-right: 50px;
}

.input-group-addon {
    width: 130px;
    text-align: left;
}

.TextBoxErrorContainer {
    padding-left: 10px;
    float: left;
    padding-top: 5px;
}

.buttonToLink {
    border: 0px;
    background-color: transparent;
    color: #5f7994;
    cursor: pointer;
    text-decoration: underline;
    font-size:14px;
}

.ChkBox {
    position: relative;
    top: -2px;
    vertical-align: bottom;
    width: 20px;
}

.optional {
    font-style: italic;
    color: #808080;
}

    .optional:before {
        content: "(optional)";
    }

.pagerWrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

Div.pager {
    text-align: center;
    margin-top: 10px;
    float: left;
}

    Div.pager a {
        font-size: 16px;
        color: #5C7ABF;
        text-decoration: none;
        padding: 7px 13px 7px 13px;
        margin-top: 5px;
        border-right: 1px solid #eaeaea;
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
    }

        Div.pager a:hover {
            background-color: #eaeaea;
        }

        Div.pager a.selected {
            background-color: #eaeaea;
        }

Div.pagerPrevious {
    text-align: center;
    margin-top: 10px;
    float: left;
}

    Div.pagerPrevious a {
        font-size: 16px;
        color: #5C7ABF;
        text-decoration: none;
        padding: 7px 13px 7px 13px;
        margin-top: 5px;
        border: 1px solid #eaeaea;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        cursor: pointer
    }

        Div.pagerPrevious a:hover {
            background-color: #eaeaea;
        }

        Div.pagerPrevious a.selected {
            background-color: #eaeaea;
        }

        Div.pagerPrevious a:before {
            content: "\00AB";
        }

Div.noPagerPrevious {
    text-align: center;
    margin-top: 10px;
    float: left;
}

    Div.noPagerPrevious a {
        font-size: 16px;
        color: #5C7ABF;
        text-decoration: none;
        padding: 7px 13px 7px 13px;
        margin-top: 5px;
        border: 1px solid #eaeaea;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

Div.pagerNext {
    text-align: center;
    margin-top: 10px;
    float: left;
}

    Div.pagerNext a {
        font-size: 16px;
        color: #5C7ABF;
        text-decoration: none;
        padding: 7px 13px 7px 13px;
        margin-top: 5px;
        border-bottom: 1px solid #eaeaea;
        border-top: 1px solid #eaeaea;
        border-right: 1px solid #eaeaea;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        cursor: pointer
    }

        Div.pagerNext a:hover {
            background-color: #eaeaea;
        }

        Div.pagerNext a.selected {
            background-color: #eaeaea;
        }

        Div.pagerNext a:after {
            content: "\00BB";
        }

Div.noPagerNext {
    text-align: center;
    margin-top: 10px;
    float: left;
}

    Div.noPagerNext a {
        font-size: 16px;
        color: #5C7ABF;
        text-decoration: none;
        padding: 7px 13px 7px 13px;
        margin-top: 5px;
        border-bottom: 1px solid #eaeaea;
        border-top: 1px solid #eaeaea;
        border-right: 1px solid #eaeaea;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.legendInner {
    max-width: 450px;
    margin-left: 50px;
    margin-right: 50px;
}

/* VALIDATION  */
.field-validation-error {
    color: #d54c45;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #a93c37;
    color: #d54c45;
}


.validation-summary-errors {
    font-weight: bold;
    color: #d54c45;
    font-size: 16px;
}

.validation-summary-valid {
    display: none;
}

fieldset {
    font-family: sans-serif;
    border: 1px solid #dedede;
    background: #fafafc;
    border-radius: 5px;
    padding: 20px 15px 20px 15px;
    margin-bottom: 20px;
}

    fieldset legend {
        background: #eee;
        color: #808080;
        padding: 5px 10px;
        font-size: 18px;
        border-radius: 5px;
        /*box-shadow: 0 0 0 2px #808080;*/
        /*margin-left: 10px;*/
        text-align: center;
        margin-bottom: 5px;
    }

.ApplicantSubHeader {
    color: #c0c0c0;
    font-style: italic;
    margin-left: 20px;
}


/* iPhone Landscape  -----------------*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    
    .editor-field {
        float: left;
        width: 99%;
        margin-top: 5px;
        font-size: 14px;
        display: block;
    }

    .display-label {
        color: #000;
        float: left;
        width: 90%;
        padding: 5px 10px 0px 0px;
        text-align: left;
        margin-top: 5px;
        font-size: 14px;
        display: block;
    }

    .display-field {
        float: left;
        margin-top: 5px;
        font-size: 16px;
        padding-top: 3px;
        display: block;
        width: 90%;
    }

    .legendInner {
        max-width: 450px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .input-group-addon {
        width: 30px;
        text-align: left;
    }
}

/* Smartphones (portrait ) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    .editor-label {
        color: #808080;
        float: left;
        width: 90%;
        padding: 5px 10px 2px 0px;
        text-align: left;
        margin-top: 5px;
        font-size: 14px;
        font-weight: normal;
        display: block;
    }

    .editor-field {
        float: left;
        width: 99%;
        margin-top: 5px;
        font-size: 14px;
        display: block;
    }

    .display-label {
        color: #000;
        float: left;
        width: 90%;
        padding: 5px 10px 0px 0px;
        text-align: left;
        margin-top: 5px;
        font-size: 14px;
        display: block;
    }

    .display-field {
        float: left;
        margin-top: 5px;
        font-size: 16px;
        padding-top: 3px;
        display: block;
        width: 90%;
    }

    .legendInner {
        max-width: 450px;
        margin-left: 10px;
        margin-right: 10px;
    }

      .input-group-addon {
        width: 30px;
        text-align: left;
    }
   
}


