﻿@charset "UTF-8";

/********************************************************************************
You may adapt elements of this CSS in your own projects, but the unique
combination of images, colors, sizes, typography, and positioning ("the design")
is copyright 2009 AWGI LLC and may not be reproduced.
/********************************************************************************/

.normal {
    font-size: 1.2em;
}

.medium {
    font-size: 1em;
}

.small {
    font-size: .8em;
}

.blue {
    color: #5880c1;
}

    .blue a:link, .blue a {
        color: #5880c1;
    }

.alertmessages {
    display: block;
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
    color: #FFF;
    text-align: center;
    background: #CE0F40;
    margin-bottom: 10px;
}

.successmessages {
    display: block;
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
    color: #FFF;
    text-align: center;
    background: #383;
    margin-bottom: 10px;
}

.required {
    font-size: 1.2em;
    color: #dc3545;
}

.environmentLabel {
    font-size: 16px;
    color: #777675;
    font-weight: bold;
}

.BarBorder {
    margin-top: 4px;
    border-style: solid;
    border-color: #777675;
    border-width: 1px;
    width: 150px;
    height: 11px !important;
}

#ctl00_Content_txtResidPasswordNew_PasswordStrength {
    display: none;
}

.BarIndicator {
}

.BarIndicatorRed {
    margin-top: 4px;
    background-image: url('/Images/red.gif');
    height: 11px !important;
    color: #dc3545;
}

.BarIndicatorYellow {
    margin-top: 4px;
    background-image: url('/Images/yellow.gif');
    height: 11px !important;
    color: Yellow;
}

.BarIndicatorGreen {
    margin-top: 4px;
    background-image: url('/Images/green.gif');
    height: 11px !important;
    color: Green;
}

.ExtranetAdmin {
    font-size: 10pt;
    font-family: Verdana,Tahoma, Helvetica;
}

.AccountLockoutSub {
    display: none;
}

.PasswordHistorySub {
    display: none;
}

.RedBold {
    font-weight: bold;
    color: #ff0000;
}

/*****Multi columns******/

ul, ol {
    margin: 0px; /* ---  must have right margin. IE bug */
    padding: 1px;
    overflow: hidden;
}

    ul li, ol li {
        margin: 2px 10px 2px 40px;
        padding: 5px 1px;
    }

div.li_container {
    border: none; /* don't use left and right border, padding and margin */
    padding: 0;
    margin: 5px 1px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
}

.mcol {
    font-size: 18px;
    font-weight: bold;
}

.multiColumnDiv {
    /*  width:500px;*/
    min-height: 200px;
    margin: 0px auto;
    text-align: left;
    padding-bottom: 20px;
}

.watermark {
    color: Silver;
    font-style: italic;
}
/************************/


/*******************************************/
/*            Modal Window                 */
/*******************************************/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #695E4A;
    padding: 3px;
    font-size: 10pt;
}

.modalHeader {
    height: 10px;
    background-color: #005a9c;
}

.modalTitle {
    background-color: #005a9c;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 10px;
}

.modalContent {
    padding: 20px 10px 10px 10px;
}

.viewButton {
    padding: 1px 3px 1px 3px !important;
    margin: 0px 1px 0px 1px !important;
    color: #ffffff;
    height: 18px !important;
    font-weight: normal !important;
    background-color: #0b9cd7;
    border: solid 1px #000000;
    text-align: center;
    font-size: 12px !important;
    display: none;
}

.modalButton {
    color: #ffffff;
    font-weight: normal;
    background-color: #0b9cd7;
    border: solid 1px #000000;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none !important;
    text-align: center;
}

.ajax__calendar_title {
    text-decoration: underline !important;
}

.ajax__calendar_today {
    text-decoration: underline !important;
}

.closeLink {
    color: #000000;
    text-decoration: underline !important;
    font-size: .8em;
}

.calendarIcon {
    position: relative;
    top: 4px;
}

#progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

#processMessage {
    position: fixed;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 1001;
    background-color: #fff;
    border: solid 1px #000;
}

.warning {
    color: #dc3545;
}
