﻿/* Body - Buttons */

#table {
    margin: 20px 0 0 0;
}

    #table div {
        float: left;
    }

body, h1, h2, h3, h4, h5, h6, p, ul, li, a, img, form, input, textarea {
    margin: 0;
    padding: 0;
}
.box {
    background: #fff;
    border: 1px solid #d5d4d4;
    margin: 0 0 3px 0;
    padding: 0 0 3px 0;
    width: 95%;
    border-radius: 5px;
    behavior: url("CSS3PIE.aspx");
}
input {
    margin: 0px 2px 0px 0px;
}

img, textarea {
    border: none;
}

a {
    text-decoration: none;
    color: #1a7c9c;
}

    a:hover {
        color: #4caac8;
    }

.clear {
    clear: both;
}

/* Header */

#top {
    height: 85px;
}

    #top img {
        float: left;
        margin: 10px 0 0 0;
    }


html {
    -webkit-text-size-adjust: none;
}

.h3Basic {
    font-size: 18px;
    color: #1a7c9c;
    font-weight: 100;
}

.sysConfig {
    font-size: 13px;
    margin: 0 5px;
    line-height: 16px;
    display: block;
    background-color: #1a7c9c;
    color: #fff;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url("CSS3PIE.aspx");
    background-image: url(../Images/Shared/config.png);
    background-repeat: no-repeat;
    background-position: 93% center;
    padding-right: 30px;
}

.logout {
    font-size: 13px;
    margin: 0 5px;
    line-height: 16px;
    display: block;
    background-color: #1a7c9c;
    color: #fff;
    padding: 10px 20px;
    padding-right: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url("CSS3PIE.aspx");
    background-image: url(../Images/Shared/log-out.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}

.h3SelectFrom {
    font-size: 20px;
    color: #1a7c9c;
    font-weight: 100;
    background: url(../images/shared/select.png) no-repeat left center;
    padding: 2px 0 0 28px;
    margin: 5px 0 0 5px;
}

.h3Member {
    font-size: 18px;
    color: #1a7c9c;
    font-weight: 100;
    margin: 10px 0 0 0;
    background: url(../images/Shared/member.png) no-repeat;
    padding: 6px 0 6px 45px;
    float: left;
}

body {
    background-color: #f3f3f3; 
    font-size: 13px;
    color: #797777;
    font-weight: 100;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
    width: 100%;
    max-width: 1280px;
    min-width: 768px;
    margin: 0 auto;
}



.back-button {
    background: #a5a5a5 !important;
    font-size: 11px !important;
    font-weight: 100 !important;
    color: #fff !important;
    margin: 5px 3px 3px 3px !important;
    text-align: center;
    padding: 7px 20px !important;
    width: auto !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url("CSS3PIE.aspx");
    border: 0;
}

.submit-button {
    background: #1a7c9c !important;
    font-size: 11px !important;
    font-weight: 100 !important;
    color: #fff !important;
    margin: 5px 3px 3px 3px !important;
    text-align: center;
    padding: 7px 20px !important;
    width: auto !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url("CSS3PIE.aspx");
    border: 0;
}

.submit-button-disabled {
    background: #78bcd1 !important;
    font-size: 11px !important;
    font-weight: 100 !important;
    color: #fff !important;
    margin: 5px 3px 3px 3px !important;
    text-align: center;
    padding: 7px 20px !important;
    width: auto !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url("CSS3PIE.aspx");
    border: 0;
}


.back-button:hover {
    cursor: pointer;
}

.submit-button:hover {
    cursor: pointer;
}

.popup {
    z-index: 999999 !important; /* e.g for radwindow to overlay nav menu */
}

.textbox {
    float: left;
    width: 51.3%;
    background: #ececec !important;
    border: 1px solid #d6d6d6 !important;
    font-size: 13px !important;
    color: #797777 !important;
    padding: 4px 2% !important;
    margin-left: 1% !important;
    margin-top: 12px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url("CSS3PIE.aspx");
    -webkit-box-shadow: inset 2px 2px 3px #d9d8d8;
    -moz-box-shadow: inset 2px 2px 3px #d9d8d8;
    box-shadow: inset 2px 2px 3px #d9d8d8;
}

.textboxNoFontColor {
    float: left;
    width: 51.3%;
    background: #ececec !important;
    border: 1px solid #d6d6d6 !important;
    font-size: 13px !important;
    padding: 4px 2% !important;
    margin-left: 1% !important;
    margin-top: 12px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url("CSS3PIE.aspx");
    -webkit-box-shadow: inset 2px 2px 3px #d9d8d8;
    -moz-box-shadow: inset 2px 2px 3px #d9d8d8;
    box-shadow: inset 2px 2px 3px #d9d8d8;
}

.textboxRegular {
    padding-left: 2px;
    background: #ececec !important;
    border: 1px solid #d6d6d6 !important;
    font-size: 13px !important;
    color: #797777 !important;
    border: 1px solid #d6d6d6 !important;
    font-size: 13px !important;
    box-shadow: inset 2px 2px 3px #d9d8d8;
    padding: 4px 2% !important;
    border-radius: 4px;
}

.textboxNoMargin {
    float: left;
    width: 51.3%;
    background: #ececec !important;
    border: 1px solid #d6d6d6 !important;
    font-size: 13px !important;
    color: #797777;
    padding: 4px 2%;
    margin-left: 2%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 2px 2px 3px #d9d8d8;
    -moz-box-shadow: inset 2px 2px 3px #d9d8d8;
    box-shadow: inset 2px 2px 3px #d9d8d8;
}

.textboxPink {
    padding-left: 2px;
    background: #F6B8B8 !important;
    border: 1px solid #F6B8B8 !important;
    font-size: 13px !important;
    color: #797777 !important;
    border: 1px solid #F6B8B8 !important;
    font-size: 13px !important;
    box-shadow: inset 2px 2px 3px #d9d8d8;
    padding: 4px 2% !important;
    border-radius: 4px;
}

.textboxRegularNoMargin {
    background: #ececec !important;
    border: 1px solid #d6d6d6 !important;
    font-size: 13px !important;
    color: #797777 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url("CSS3PIE.aspx");
    -webkit-box-shadow: inset 2px 2px 3px #d9d8d8;
    -moz-box-shadow: inset 2px 2px 3px #d9d8d8;
    box-shadow: inset 2px 2px 3px #d9d8d8;
}

.textboxYellowNoMargin {
    padding-left: 2px;
    background: #f2ee0d !important;
    border: 1px solid #f4f41d !important;
    font-size: 13px !important;
    color: #000000 !important;
    border: 1px solid #f4f41d !important;
    font-size: 13px !important;
    box-shadow: inset 2px 2px 3px #d9d8d8;
    padding: 4px 2% !important;
    border-radius: 4px;
}

.textboxOrangeNoMargin {
    padding-left: 2px;
    background: #f2b40d !important;
    border: 1px solid #FFD50F !important;
    font-size: 13px !important;
    color: #000000 !important;
    border: 1px solid #f6ca6e !important;
    font-size: 13px !important;
    box-shadow: inset 2px 2px 3px #FFD50F;
    padding: 4px 2% !important;
    border-radius: 4px;
}

.textboxYellow {
    float: left;
    width: 51.3%;
    background: #ececec !important;
    border: 1px solid #d6d6d6 !important;
    font-size: 13px !important;
    background-color: yellow !important;
    padding: 4px 2% !important;
    margin-left: 1% !important;
    margin-top: 12px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url("CSS3PIE.aspx");
    -webkit-box-shadow: inset 2px 2px 3px #d9d8d8;
    -moz-box-shadow: inset 2px 2px 3px #d9d8d8;
    box-shadow: inset 2px 2px 3px #d9d8d8;
}

.textboxReadOnly {
    border-style: solid;
    border-width: thin;
    border-color: #A9A9A9;
    padding-left: 2px;
    color: #404040;
    background: #ececec !important;
    margin-top: 4px;
}

.textboxRegular {
    padding-left: 2px;
    background: #ececec !important;
    border: 1px solid #d6d6d6 !important;
    font-size: 13px !important;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #797777 !important;
    border: 1px solid #d6d6d6 !important;
    font-size: 13px !important;
    box-shadow: inset 2px 2px 3px #d9d8d8;
    padding: 4px 2% !important;
    border-radius: 4px;
}

.textboxNoMargin {
    float: left;
    width: 51.3%;
    background: #ececec !important;
    border: 1px solid #d6d6d6 !important;
    font-size: 13px !important;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #797777;
    padding: 4px 2%;
    margin-left: 2%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 2px 2px 3px #d9d8d8;
    -moz-box-shadow: inset 2px 2px 3px #d9d8d8;
    box-shadow: inset 2px 2px 3px #d9d8d8;
}

.textboxCScmgrNoMargin {
    background: #ececec !important;
    border: 1px solid #d6d6d6 !important;
    font-size: 13px !important;
    color: #797777;
    padding: 4px 2%;
    margin-left: 2%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 2px 2px 3px #d9d8d8;
    -moz-box-shadow: inset 2px 2px 3px #d9d8d8;
    box-shadow: inset 2px 2px 3px #d9d8d8;
}

.textboxNoFontColor {
    float: left;
    width: 51.3%;
    background: #ececec !important;
    border: 1px solid #d6d6d6 !important;
    font-size: 13px !important;
    padding: 4px 2% !important;
    margin-left: 1% !important;
    margin-top: 12px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url("CSS3PIE.aspx");
    -webkit-box-shadow: inset 2px 2px 3px #d9d8d8;
    -moz-box-shadow: inset 2px 2px 3px #d9d8d8;
    box-shadow: inset 2px 2px 3px #d9d8d8;
}


.textboxNoMarginRequired {
    float: left;
    width: 51.3%;
    background: #f6b8b8 !important;
    border: 1px solid #d6d6d6 !important;
    font-size: 13px !important;
    color: #797777;
    padding: 4px 2%;
    margin-left: 2%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 2px 2px 3px #d9d8d8;
    -moz-box-shadow: inset 2px 2px 3px #d9d8d8;
    box-shadow: inset 2px 2px 3px #d9d8d8;
}

.boxes {
    background: #fff;
    width: 98%;
    background: #fff;
    border: 1px solid #d5d4d4;
    margin: 20px 0 0 0;
    padding: 15px 1% 20px 1%;
}

.outer {
    display: table;
    /*position: absolute;*/
    height: 100%;
    width: 100%;
}

.outerPassword {
    display: table;
    /*position: absolute;*/
    height: 100%;
    width: 100%;
}

.outerSignIn {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.hidden {
    display: none;
}

.gvHeader {
    font-size: 12px;
    background-color: #66b1ca;
    color: #FFF;
    text-align: left !important;
    padding: 10px;
}


.gvRow {
    font-size: 12px;
    background-color: #fbfbfb;
    color: #797777;
    text-align: center;
}

.gvAltRow {
    font-size: 12px;
    color: #797777;
    background-color: #ebf5f8;
    text-align: center;
}

/* User Maintenance */

.LoginRow {
    float: left;
    display: inline;
    width: 570px;
    margin-left: 50px;
}

.LoginLabel {
    float: left;
    margin-top: 15px;
}

.UMLabel {
    float: left;
    margin-top: 15px;
    width: 185px;
}

.UMPasswordComplete {
    float: left;
    margin-top: 15px;
    width: 232px;
}

.UMRow {
    float: left;
    display: inline;
    width: 460px;
}

.UMRowRight {
    float: left;
    display: inline;
    width: 450px;
}

.UMTextBox {
    width: 150px;
}

.UMCheckBox {
    width: 200px;
    padding-left: 6px;
    padding-top: 16px;
    float: left;
}

.UMDDL {
    width: 200px;
    padding-left: 6px;
    padding-top: 10px !important;
    float: left;
}

.UMrcbAutoComplete {
    width: 200px;
    padding-left: 6px;
    padding-top: 10px;
    float: left;
}

.UMRequiredFieldValidator {
    width: 5px;
    padding-left: 6px;
    padding-top: 16px;
    float: left;
}

.UMSPasswordStrengthIndicator {
    width: 75px;
    padding-left: 5px;
    padding-top: 5px;
    display: inline-block;
}

.UMradTextBox {
    height: 25px;
    width: 150px;
}

.dropdownlist {
    width: 200px;
    padding-left: 6px;
    padding-top: 10px;
    float: left;
}

.UMRadio {
    float: left !important;
    font-size: 13px !important;
    color: #797777 !important;
    width: 40% !important;
    margin: 14px 0 0 0 !important;
    -webkit-border-radius: none !important;
    -moz-border-radius: none !important;
    border-radius: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.UMLeft {
    float: left;
    width: 500px;
    padding-left: 10px;
}

.UMRight {
    display: inline;
    float: left;
    width: 500px;
}

/* End User Maintenance*/


@media all and (min-width:0px) and (max-width:1024px) {
    #wrapper {
        width: 98%;
        padding: 0 1%;
    }
}

@media all and (min-width:901px) and (max-width:950px) {
    #nav ul li {
        font-size: 13px;
    }
}

@media all and (min-width:831px) and (max-width:900px) {
    #nav ul li {
        font-size: 12px;
    }

        #nav ul li + li + li {
            width: 6%;
        }
}

@media all and (min-width:0) and (max-width:830px) {
    #nav ul li {
        font-size: 11px;
    }

        #nav ul li + li + li {
            width: 6%;
        }
}

@media all and (min-width:0) and (max-width:980px) {
    #left .member-nav {
        float: left;
        clear: left;
    }

    .box label span {
        font-size: 11px;
    }
}

@media all and (min-width:0) and (max-width:1010px) {
    .box label .radio1 {
        font-size: 10px;
    }

    .box .radio {
        margin: -5px 0 0 0;
    }
}

@media all and (min-width:0) and (max-width:900px) {
    #left .letters li {
        font-size: 10px;
    }

    .box input, .box select {
        font-size: 12px;
    }
}

div.RadComboBox .rcbInputCell INPUT.rcbInput {
    color: #797777;
    float: left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-align: left;
}

.gvHeaderStyle {
    font-size: 11px !important;
    color: #000 !important;
    text-align: left !important;
    font-weight: bold;
}

.gvItemStyle {
    font-size: 11px !important;
    color: #797777 !important;
    text-align: left !important;
    height: 7px !important;
    background-color: #ececec !important;
    font-weight: 100 !important;
}

.gvAlternateItemStyle {
    font-size: 11px !important;
    color: #797777 !important;
    background-color: white !important;
    text-align: left !important;
    height: 7px !important;
    font-weight: 100 !important;
}

.gvSelRow {
    font-size: 11px !important;
    background-color: #ebf5f8 !important;
    color: #000000 !important;
    font-weight: bold !important;
    text-align: left !important;
    height: 7px !important;
}
/*    Styles for PasswordReset.aspx  */
.cpHeader {
    color: white;
    background-color: #6bbae4;
    font: bold 11px auto "Trebuchet MS", Verdana;
    font-size: 12px;
    cursor: pointer;
    width: 900px;
    height: 15px;
    border: 1px inset 2px 2px 3px #d9d8d8;
    position: relative;
    padding: 1px;
    margin-bottom: 1px;
    margin-top: 5px;
    top: 0px;
    left: 0px;
    overflow: hidden;
    border-radius: 4px;
    behavior: url("CSS3PIE.aspx");
    -webkit-box-shadow: inset 2px 2px 3px #d9d8d8;
    -moz-box-shadow: inset 2px 2px 3px #d9d8d8;
    box-shadow: inset 2px 2px 3px #d9d8d8;
}

.cpBody {
    background-color: white;
    font: normal 11px auto Verdana, Arial;
    border: 1px gray;
    width: 100%;
    padding: 4px;
    padding-top: 7px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.InputColor {
    background-color: lightgray;
    color: darkgray;
}

.placeholder {
    color: #a8a8a8;
}

::-webkit-input-placeholder {
    color: #a8a8a8;
}

:-moz-placeholder {
    color: #a8a8a8;
}

.darkClass {
    background-color: white;
    filter: alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity: 0.50; /* FireFox */
    z-index: 20;
    background-repeat: no-repeat;
}
/* For the timeout popup */
.flagstyledefault {
    display: none;
}

.ui-dialog {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #D8D8D8;
    border: 2px solid;
    padding: 5px;
    margin-top: 300px;
    position: fixed;
}

.ui-dialog-titlebar {
    visibility: hidden;
    display: none;
    font-size: large;
    font-weight: bold;
}

.ui-dialog-titlebar-close {
    visibility: hidden;
    display: none;
}
