/* Minification failed. Returning unminified contents.
(72,12): run-time error CSS1038: Expected hex color, found '#0000'
 */


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}



.ticker-line {
    font-size: 15px;
    color: red;
}

.sign-in-logo.usa-button {
    color: #1b1b1b;
    white-space: nowrap;
    background-color: #fff;
    margin: 0;
    padding: 0.75rem 0.5rem;
    font-weight: 700;
    display: inline-block;
    box-shadow: inset 0 0 0 1px #bbb;
}

.usa-button:visited {
    color: #fff;
}

.usa-button {
    line-height: 1;
}

.sign-in-logo.usa-button:hover {
    background-color: #fff;
    color: #1b1b1b;
}

.sign-in-logo.usa-button:focus {
    outline-offset: 1px;
    outline: 2px solid #0071bb
}

.sign-in-logo.usa-button span {
    color: #0000;
    width: 6rem;
    background: url(images/logo_sign_in.svg) 0 0/contain no-repeat;
    margin-left: .25rem;
    display: inline-block;
    position: relative;
    top: .125rem
}

.usa-button {
    color: #fff;
    -webkit-appearance: none;
    /*appearance: none;*/
    cursor: pointer;
    text-align: center;
    /*width: 100%;*/ 
    width: auto;
    background-color: #0071bb;
    border: 0;
    border-radius: 0.25rem;
    margin-right: 0.5rem;
    padding: 0.75rem 1.25rem;
    font-family: Public Sans Web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
}


.menu-side-dropdown {
    font-weight: normal;
    margin-bottom: 0.0em;
    cursor: pointer;
    font-size: .875rem !important;
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    font-family: Public Sans Web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    line-height: 1.4;
    display: block;
    padding: 0.5rem 1rem 0.5rem 0rem;
    text-decoration: none;
    /*border-bottom: 1px solid #dfe1e2;*/
    border: 0px solid #ffffff;
    background: #ffffff;
}

.menu-side-dropdown-active {
    /*background: #007fff;*/
    background: #f6f6f6;
    color: black;
    border: 0px;
}


    .opmToolTip:hover:after {
        background: #333;
        background: rgba(0,0,0,.9);
        border-radius: 5px;
        bottom: 26px;
        color: rgb(255, 77, 85);
        content: attr(title);
        right: 20%;
        padding: 5px 15px;
        position: absolute;
        z-index: 98;
        width: 220px;
        font-size: 20px;
    }

.opmToolTip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    right: 50%;
    position: absolute;
    z-index: 99;
    font-size: 20px;
}

.opmToolTip {
    /*radius: 4px !important;*/
    background-color: black;
    color: rgb(255, 77, 85) !important;
    padding: 5px 20px;
    border-radius: 20px;
    margin: 50px;
    text-align: center;
    font: bold 14px;
    font-stretch: condensed;
    text-decoration: none;
    box-shadow: 0 0 10px black;
}

.dialog-button {
    padding: 0.4em 1em;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    color: #454545;
    text-decoration: none;
}



/***************************
    Rules for GDIT below...
***************************/

.center {
    text-align: center;
}

.alignRight {
    text-align: right;
}

.alignLeft {
    text-align: left;
}

.pageTitle {
    /*text-align: center;*/
    font-size: 24px;
}

.subBannerContentDiv {
    padding: 15px;
    /*border: 1px solid black;*/
}

.noBorder {
    border: none;
}

.table {
    width: 600px;
    font-size: 1.2em;
}

    .table td:nth-child(2) {
        text-align: right;
    }

.dependentsTable {
    width: 700px;
    /*margin: 0 auto 0 auto;*/
    /*font-size: 1.2em;*/
    border-collapse: collapse;
    border: 1px solid black;
}

    .dependentsTable tr td {
        border: 1px solid black;
        text-align: center;
        padding-left: 5px;
    }

    .dependentsTable th {
        background-color: gainsboro;
        font-weight: 600;
        border: 1px solid black;
    }



#TitleOrange {
    color: #844A15;
    font-size: 12px;
    font-weight: bolder;
    text-align: left;
    padding-left: 5px;
}

#progresslist li {
    display: inline;
    margin: auto;
    list-style: none;
    text-align: center;
    width: 40px;
    font-weight: bold;
    font-size: 11px;
    color: #999;
}

    #progresslist li.active {
        color: #844A15;
    }

.errorMsg, .errorMsg ul {
    font-size: 12px;
    color: red;
    font-weight: 600;
    margin: 1.0em 0 1.0em 0;
    list-style-type: none;
}

.errorMsgInColumn {
    width: 85%;
    margin-left: 25px;
}


.jQueryDlgLink {
    color: #006fb5 !important;
}

.popupFieldLabel {
    font-weight: 600;
    width: 50%;
}

/*column layout*/
.columnContainer {
    height: 100%;
}

.parentColumn {
    overflow: hidden;
}

.singleColumn {
    display: block;
    width: 400px;
    margin-bottom: 10px;
    font-size: 12px;
}

    .singleColumn label {
        float: left;
        width: 50%;
    }

.single column input {
    float: right;
    width: 50%;
}

.indentColumn {
    margin-left: 20px;
}

.column1 {
    width: 47%;
    float: left;
}

.column2 {
    width: 53%;
    float: right;
}

    .column2 ul, .column2 ol {
        text-align: left;
        margin-left: 110px;
        font-size: 12px
    }

.signIn {
    display: inline-block;
    margin: 0 auto 0 auto;
    width: 75%;
}

    .signIn span {
        float: right;
        overflow: hidden;
    }

    .signIn label {
        float: left;
        /*margin-right: 5px*/
        margin-left: 20px;
    }

    .signIn input {
        width: 150px;
    }


.column3A {
    width: 40%;
    float: left;
}

.column3B {
    width: 30%;
    float: left;
}

.column3C {
    width: 30%;
    float: right;
}

.columnLabel {
    display: block;
    width: 100px;
    margin: 10px;
    text-align: right;
    float: left;
}

.columnLabelWide {
    display: block;
    width: 160px;
    margin: 10px;
    text-align: right;
    vertical-align: bottom;
    float: left;
}

.columnField {
    display: block;
    width: 200px;
    margin: 10px;
    float: left;
}

.border {
    border: 1px solid;
    width: 575px;
    margin: 20px 40px;
    padding: 20px;
}

.defaultFontSize {
    font-size: 1.2em;
}

.defaultFontSizeSmall {
    font-size: .8em;
}

#headerBG {
    background: url(../img/global/page_banner_bg.jpg) no-repeat;
    clear: both;
    margin: 0px;
    padding: 0px;
    color: #363636;
}

#headerBG_overflow {
    background: url(../img/global/page_banner_bg_overflow.jpg) repeat-y;
    margin: 0px;
    padding: 0px;
    color: #363636;
}

.emailMessage {
    width: 500px;
    padding: 0px;
    margin: 0px;
    height: 100px;
}

.emailInput {
    width: 200px;
}

/* New Styles from Darin */
ul.opm-form {
    list-style-type: none;
    display: block;
    /*width: 100%;*/
    /*margin-left: 40px;*/
    margin: 0 auto 0 auto;
    overflow: hidden;
    /*border: 1px solid red;*/
}

.opm-spread-labels-fields li {
    display: block;
    overflow: hidden;
    margin: 0 0 10px 0;
}

    .opm-spread-labels-fields li > label {
        float: left;
        margin-left: 70px;
        /*border: 1px solid orange;*/
    }

    .opm-spread-labels-fields li span {
        width: 50%;
        float: right;
        /*border: 1px solid black;*/
    }

    .opm-spread-labels-fields li label, .opm-spread-labels-fields li input, .opm-spread-labels-fields li select {
        /*float: left;*/
    }

/*wide form*/
ul.opm-form-wide {
    list-style-type: none;
    display: block;
    width: 95%;
    margin: 0 auto 0 20px;
    overflow: hidden;
    /*border: 1px solid red;*/
}

.opm-spread-labels-fields-wide li {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

    .opm-spread-labels-fields-wide li > label {
        float: left;
        width: 400px;
        /*border: 1px solid orange;*/
    }

    .opm-spread-labels-fields-wide li span {
        float: right;
        /*border: 1px solid black;*/
    }

#divScroll {
    height: 225px;
    /*overflow: scroll;*/
    overflow-y: auto;
}

.helpTopic {
    display: block;
    height: 16px;
    width: auto;
    margin-top: 3px;
}

.helpTopicNoBlock {
    height: 16px;
    width: auto;
}

.helpTopicSpan {
    display: inline-block;
    /*border: 1px solid black;*/
    height: 16px;
}

/* The Live Help Form */
/*.cx-form-wrapper {
    font-size: 1.6em;
}

.cx-bubble {
    font-size: 135%;
}

.cx-textarea-cell {
    font-size: 135%;
}*/

blockquote label {
    padding-left: 10px;
}


