﻿.leftColumn {
    text-align: right;
}

.leftColumnTop {
    text-align: right;
    vertical-align: top;
}


.rightTextbox {
    width: 400px;
}

.loginTextbox {
    width: 70%;
    height: 23px;
    padding-top: 1px;
    font: 15px/1.7 Verdana, Geneva, Arial, sans-serif;
}

.loginTable {
    height: 275px;
    width: 600px;
    text-align: left;
}


.rightTextboxReadOnly {
    width: 400px;
    background-color: #f3f3f3;
}


.multiLineTextColumn {
    vertical-align: top;
    text-align: right;
    width: 20%;
    min-width: 180px;
}

.checkBoxListDiv {
    overflow: auto;
    width: 400px;
    height: 90px;
    border-style: solid;
    border-width: thin;
}

.checkBoxListDivReadOnly {
    overflow: auto;
    width: 400px;
    height: 90px;
    border-style: solid;
    border-width: thin;
    background-color: #f3f3f3;
}

.checkBoxListDivReadOnlyTall {
    overflow: auto;
    width: 400px;
    height: 290px;
    border-style: solid;
    border-width: thin;
    background-color: #f3f3f3;
}

.rwamessage {
    text-align: center;
    border-style: groove;
    border-width: thin;
    border-color: Black;
    width: 50%;
}

.loginLabel {
    color: #22acd5;
    font-size: 20px;
}


.requiredText {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .8em;
    text-align: left;
}

.rightColumn {
    text-align: left;
    vertical-align: top;
}

.leftColumnDiv {
    width: 162px;
}

.rightColumnDiv {
    width: 405px;
}

.requiredColumnDiv {
    width: 130px;
}

.requiredColumnDivTop {
    width: 130px;
    vertical-align: top;
}

.messageFont {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    color: #FFFFFF;
}

.termsOfUse {
    Width: 787px;
    height: 357px;
    overflow: auto;
    border: 1px solid #666;
    padding: 8px;
}

html, body, form {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
}

.login-lable-bold {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.ao-btn-primary {
    width: 208px;
    height: 41px !important;
    background: #1C75BC 0% 0% no-repeat padding-box !important;
    box-shadow: 0 3px 6px #00000029 !important;
    -webkit-box-shadow: 0 3px 6px #00000029 !important;
    border-radius: 2px !important;
    opacity: 1 !important;
    font-weight: bold !important;
    font-size: 20px !important;
    color: #F7F7F7 !important;
    letter-spacing: 0 !important;
    border: 0 !important;
    cursor: pointer !important;
}

    .ao-btn-primary:hover {
        background: #1C75BC 0% 0% no-repeat padding-box !important;
        -webkit-box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #1C75BC, 0 3px 6px #00000029 !important;
        box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #1C75BC, 0 3px 6px #00000029 !important;
        border-radius: 1px !important;
    }

    .ao-btn-primary:active {
        background: #0070F0 0% 0% no-repeat padding-box !important;
        box-shadow: 0 3px 6px #00000029 !important;
        -webkit-box-shadow: 0 3px 6px #00000029 !important;
        border-radius: 2px !important;
        opacity: 1 !important;
    }

.ao-custom-link {
    text-decoration: underline !important;
    letter-spacing: 0 !important;
    opacity: 1 !important;
    color: #0093c7 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

    .ao-custom-link:hover {
        color: #1C75BC !important;
    }

    .ao-custom-link.hover {
        color: #1C75BC !important;
    }

    .ao-custom-link.active {
        text-decoration: none !important;
        color: #0070F0 !important;
    }

    .ao-custom-link.disabled {
        text-decoration: underline !important;
        color: #697280 !important;
        cursor: not-allowed !important;
    }

        .ao-custom-link.disabled:hover {
            cursor: not-allowed !important;
        }

.login-text-bottom {
    color: #0093c7 !important;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}

.form-control {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.text-danger {
    color: #dc3545 !important;
}

.login-content {
    box-sizing: content-box;
    float: left;
    padding: 0 38px 0 38px;
    background-color: #FFFFFF;
    border-radius: 20px;
    position: absolute;
}

td {
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
}

.error {
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.1em;
    font-weight: unset;
    color: #ff0000
}



#wrap {
    position: relative;
    width: 800px;
    height: 100%;
    margin: 0 auto;
    background: #F5F5F5;
}

#content {
    background: White;
    text-align: center;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -325px;
    box-sizing: content-box;
    float: left;
    padding: 0 38px 0 38px;
    background-color: #FFFFFF;
    border-radius: 20px;
    position: absolute;
    width: 650px
}

    #content span {
        font-weight: bold;
    }
#BrandingBar
{
    margin-top:8px;
}

.d-none {
    display:none;
}