/***********************************************************************
 * NOTE TO DEVELOPERS:
 * This file does not (and should not) contain styling overrides for JSF
 * For JSF framework styling overrides.css file.
 ***********************************************************************/

/********************* Generic HTML Element Styles*******************/
html, body {
    height: 100%;
    width: 100%;
    min-height: 100%;
}

html {
    overflow-y: scroll;
}

body {
    font-family: "omnes_ods_regularregular", verdana, sans-serif;
    font-weight: normal;
    letter-spacing: 0.3pt;
    color: #493B31;
    font-size: 14px;
}

body.ebill {
    background: url("/ebill/faces/javax.faces.resource/body_bg_ebill.gif?ln=images") repeat-y 50% 0;
    margin: 0;
    background-size: 100%;
}

body.indiv {
    background: none;
}

h1 {
    font-size: 22px;
}

h2 {
    color: #493B31;
    font-size: 18px;
}

h3 {
    color: #2AA8AB;
    font-size: 15px;
    font-family: "omnes_ods_mediumitalic", verdana, sans-serif;
}

h4 {
    color: #493B31;
    text-transform: uppercase;
    font-size: 13px;
}

h1, h2, h4 {
    font-family: "omnes_ods_mediumregular", verdana, sans-serif;
}

h1, h2, h3, h4 {
    margin-top: 0;
    line-height: 1;
    text-align: left;
    font-weight: normal;
}

a {
    color: #A50069;
    text-decoration: none;
    font-family: "omnes_ods_mediumregular", verdana, sans-serif;
}

a:hover {
    text-decoration: underline;
}

p {
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 0px;
}

fieldset {
    background-color: #FFFFFF;
    padding: 24px 24px 16px 16px;
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 2em;
}

fieldset table:last-child {
    margin-bottom: 0;
}

form li select {
    height: 1.7em;
}

form li input[type="checkbox"] {
    float: left;
    margin: 0 10px 0 0;
    vertical-align: text-bottom;
}

form li label:after {
    content: ': ';
}

form dl {
    margin-top: 0;
}

form table:last-child {
    margin-bottom: 0;
}

label {
    display: inline-block;
    font-size: 90%;
    font-weight: normal;
    font-family: inherit;
}

input[type="submit"], form ul {
    clear: both;
}

span {
    color: #3F3F3F;
}

table {
    text-align: left;
    margin-bottom: 2em;
    border-collapse: separate;
    *border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

thead th {
    background-color: #dfdfdf;
}

th, td {
    vertical-align: middle;
    padding: 0.5em;
}

th[scope="col"],
th.colscope {
    text-align: left;
    font-weight: normal;
    background-color: #dfdfdf;
}

th[scope="row"] {
    background-color: #E0E0E0;
}

td > p {
    margin: 0;
}

caption {
    border: 1px solid #409ec0;
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
    padding: 0.5em;
    background-color: #409ec0;
    color: #ffffff;
    font-family: "omnes_ods_mediumregular", verdana, sans-serif;
}

dt {
    float: left;
    margin-right: 10px;
}

dd {
    margin: 0;
}

dt, dd {
    line-height: 1.5em;
}

ul.overrideDefaultStyleType {
    list-style-type: none;
}

/********************* End Generic HTML Element Styles*******************/

/*************************** Custom Styles ******************************/
.parent-div {
    padding: 0 auto;
}

.child-div-left {
    width: auto;
    float: left;
}

.child-div-right {
    width: auto;
    float: right;
}

.table-shell {
    display: table;
    width: 100%;
}

.table-shell-row {
    display: table-row;
}

.table-shell-cell {
    display: table-cell;
}

.li-horizontal-inline {
    list-style: none;
    display: inline;
    float: left;
    padding-right: 20px;
}

.ui-left-column {
    width: 110px;
}

.ui-right-column {
    vertical-align: bottom;
}

.ui-left-column, .ui-right-column {
    border: none;
}

.divider {
    background: url("/ebill/faces/javax.faces.resource/barTwoLight.PNG?ln=images") repeat-y;
}

.vertical-line-container {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 22px;
}

.vertical-line {
    width: 0;
    height: 50%;
    background-color: darkgray;
}

.vertical-bar {
    padding-left: 10px;
    padding-right: 10px;
}

.default-list-override {
    list-style: none;
    padding: 0;
    margin: 0;
}

.override-default-list-style {
    list-style: none;
}

.label {
    font-weight: normal;
    text-transform: none;
}

.bold, .strong {
    font-family: "omnes_ods_mediumregular", verdana, sans-serif !important;
    font-weight: normal;
}

.semibold {
    font-family: "omnes_ods_semibold", verdana, sans-serif !important;
    font-weight: normal;
}

.bold-text {
    font-weight: bold;
}

.clear {
    clear: both;
}

.inline, .displayInline {
    display: inline;
}

.inlineBlock {
    display: inline-block;
}

.centeredBlock {
    text-align: center;
    display: block;
}

.wizardSteps {
    margin: 15px 0;
    padding: 0;
    text-align: center;
}

.wizardSteps p {
    margin-bottom: 0;
}

.wizardSteps li {
    display: inline-block !important;
    width: 90px;
    height: 7px;
    background: #dbd8d6;
    margin: 0 0 0 10px;
}

.wizardSteps li:first-child {
    margin-left: 0;
}

.wizardSteps .visited {
    background: #a49d98;
}

.left {
    float: left;
}

.right {
    float: right;
}

.rightHalf {
    position: absolute;
    top: 0;
    right: 0;
}

.fullWidth {
    width: 100%;
}

.halfWidth {
    width: 50%;
}

.noLeftBorder {
    border-left: none !important;
}

.noRightBorder {
    border-right: none !important;
}

.half {
    width: 50%;
}

.textAlignRight {
    text-align: right;
}

.moreBottomMargin {
    margin-bottom: 2em;
}

.bottomBorder {
    border-bottom: 1px solid #dbd8d6;
}

.bottomMargin {
    margin-bottom: 7px;
}

.displayNone, .noDisplay, .hide {
    display: none !important;
}

.hide-accordion-content {
    display: none;
}

.disabled {
    color: #999;
}

.button:hover {
    cursor: pointer;
}

.block, .displayBlock, div.single-line {
    display: block;
}

.blockOverride {
    display: block !important;
}

.nowrap {
    white-space: nowrap;
}

.alert {
    font-family: "omnes_ods_mediumregular", verdana, sans-serif;
    font-weight: normal;
    margin: 1em 0 0 0;
}

[id*='AccountHolderNameError'],
[id*='RoutingNumberError'],
[id*='AccountNumberError'] {
    margin-left: 210px !important;
    width: 197px;
}

[id*='CardHolderNameError'],
[id*='Address1Error'],
[id*='CityError'],
[id*='StateError'],
[id*='ZipPostalCodeError'],
[id*='CardTypeError'],
[id*='CardNumberError'],
[id*='ExpirationDateError'],
[id*='creditCardExpirationYearOnlyError'],
[id*='creditCardExpirationMonthOnlyError'],
[id*='CardCvv2Error']{
    margin-left: 85px !important;
    width: 197px !important;
}

.warning {
    background: #ffc;
}

.modalSpinner {
    display: none;
}

.showSpinner {
    display: block;
    margin: 1em auto .5em auto;
}

.login-btn-margin {
    margin: 10px 10px 14px 0;
}

.modaBtnSecondary {
    padding: 0 20px !important;
    margin: 10px 10px 0 0;
    font-family: "omnes_ods_mediumregular", verdana, sans-serif !important;
    font-weight: normal !important;
    font-size: 16px;
    background: #dbd8d6 !important;
    color: #493b31 !important;
    border: none !important;
    display: inline-block;
    position: relative \9;
    line-height: 36px;;
    height: 36px;
    border-radius: 8px;
}

.btn-primary {
    background-color: #00828f;
    border-color: #00828f;
    color: #fff;
}

.btn-primary:hover {
    background-color: #00626b;
    border-color: #00626b;
    color: #fff;
}

.btn-round {
    border-radius: 5px;
}

.btn {
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .625em 1em;
    font-size: 1em;
}

.btn:hover {
    text-decoration: none;
}

.modaBtnSecondary:hover {
    cursor: pointer;
    background: #a49d98 !important;
    text-decoration: none !important;
}

.hollowBtn {
    padding: 5px 10px;
    border: 1px solid #d6d6d6;
    color: #493B31 !important;
    display: inline-block;
    margin: 0 10px 10px 0;
}

.hollowBtn:hover,
.hollowBtn.selected {
    text-decoration: none !important;
    background: #ffc;
}

.accordion-close-state-img {
    background: url("/ebill/faces/javax.faces.resource/images/sprite_moda_arrow.png") no-repeat 0 0;
    width: 8px;
    height: 7px;
    display: inline-block;
}

.accordion-open-state-img {
    background: url("/ebill/faces/javax.faces.resource/images/sprite_moda_arrow.png") no-repeat 0 -25px;
    width: 8px;
    height: 7px;
    display: inline-block;
}

.accordion-open-state {
    color: #0098AA !important;
}

.accordion-close-state {
    color: #A50069;
!important;
}

form #buttons, form .buttons {
    position: relative;
    margin: 0 auto;
    text-align: center;
    bottom: -32px;
    left: 0;
    right: 0;
    width: 50%;
}

.centeredBlock input.ui-button {
    margin-right: 0 !important;
}

.horizontal_list li {
    padding: 0;
    display: inline;
    list-style-type: none;
}

.horizontal_list li.pipe a {
    border-right: 1px solid #493B31;
}

.horizontal_list li a {
    display: inline-block;
    vertical-align: baseline;
    padding: 0 5px;
    line-height: 12px !important;
    color: #a50069 !important;
}

.topHorizRule {
    border-top: 1px solid #dbd8d6 !important;
    padding: .5em 0 .25em 0;
    margin-top: 10px;
}

.minor {
    margin-top: 6px;
    font-size: 13px;
}

.minor span {
    display: block;
}

.larger {
    font-size: 16px;
}

.centeredText {
    text-align: center
}

.singleSpaced {
    margin-bottom: .5em;
    line-height: .75em;
}

.singleSpacedLast {
    margin-bottom: 1em;
}

.topSpacing {
    margin-top: 2em;
}

.bottomSeparator {
    border-bottom: 1px solid #dbd8d6;
    padding-bottom: 25px;
    margin-bottom: 15px;
}

.custom-ui-messages ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.custom-ui-messages-confirm {
    background-color: #d9f0e5;
    border-color: #d9f0e5;
    padding-bottom: 10px;
}

.custom-ui-messages-error {
    background-color: #fcf3a6;
    border-color: #fcf3a6;
    padding-bottom: 10px;
}

.custom-ui-messages-info {
    background-color: #dbf0f1;
    border-color: #dbf0f1;
    padding-bottom: 10px;
    padding-right: 5px;
}

.custom-ui-messages-error-icon {
    background: url("/ebill/faces/javax.faces.resource/images/alerticon.png") no-repeat;
}

.custom-ui-messages-info-icon {
    background: url("/ebill/faces/javax.faces.resource/images/infoicon.png") no-repeat;
}

.custom-ui-messages-confirm-icon {
    background: url("/ebill/faces/javax.faces.resource/images/confirmationicon.png") no-repeat;
}

.custom-ui-messages-error-icon,
.custom-ui-messages-confirm-icon,
.custom-ui-messages-info-icon {
    height: 24px;
    width: 35px;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    right: -5px;
    top: 7px;
}

p.required:before {
    content: "* ";
    font-family: "omnes_ods_mediumregular", verdana, sans-serif;
    font-weight: normal;
    font-size: 1.2em;
}

label.required:after {
    content: "*";
    font-family: "omnes_ods_mediumregular", verdana, sans-serif;
    font-weight: normal;
    font-size: 1.2em;
}

table.noHeader thead,
th.noHeader {
    display: none;
}

th.blueHeader {
    background: #2fb5b7;
}

th.blueHeader span {
    color: #fff;
}

th .dialogOpener {
    display: none;
}

td.currency {
    text-align: right;
}

td.dependentsHighlight {
    background: #eaeaea !important; /*to override zebra striping*/
}

tfoot td.noRightBorder {
    border-right: none;
}

tfoot td.noLeftBorder {
    border-left: none;
}

tfoot .rightAlign div {
    text-align: right;
}

div.ui-confirm-dialog-un-auth {
    width: 660px !important;
}

div.inline-text-and-info {
    overflow: hidden;
    white-space: nowrap;
}

.contentBox {
    border: 1px solid #d6d6d6;
    padding: 1em;
}

.accordionTable {
    margin-bottom: 5px !important;
    margin-top: -8px;
}

.accordionTable th {
    background: none !important;
}

.accordionTable th span {
    color: #493831 !important;
}

.accordionTable table[role="grid"] {
    border: 1px solid #dbd8d6 !important;
}

.justifiedList {
    margin-bottom: 0;
}

.justifiedList dt,
.justifiedList dd {
    width: auto;
}

.justifiedList dt {
    text-align: left;
}

.justifiedList dd {
    text-align: right;
}

h2.typekit {
    font-size: 19px;
}

.subhead {
    font-family: "omnes_ods_mediumregular", verdana, sans-serif;
    color: #493b31;
    margin-top: 20px;
    font-size: 16px;
}

.subhead.secondaryTable {
    margin-top: 10;
}

.links span {
    background: url("/ebill/faces/javax.faces.resource/images/sprite_plus_minus.png") 2px 6px;
    width: 12px;
    top: 10px;
    margin-right: 5px;
}

.dataList dt {
    clear: left;
    width: 200px !important;
}

.dataList dd {
    float: left;
}

.dataList dt,
.dataList dd {
    line-height: 1.5em;
}

.info-icon {
    background: url("/ebill/faces/javax.faces.resource/icon_info.png?ln=images") no-repeat scroll center bottom;
    display: block;
    height: 26px;
    width: 26px;
    float: left;
    margin: 10px 10px 0 0;
}

.paymentAccountInfoDefaultLabel,
.paymentAccountInfoLabel {
    width: 120px;
}

.paymentAccountInfoLabel {
    position: relative;
    bottom: 8px;
}

.bankCheckImage {
    background: url("/ebill/faces/javax.faces.resource/Check-routing-graphic.gif?ln=images") no-repeat;
    position: relative;
    left: 390px;
    width: 292px;
    height: 106px;
    display: block;
    bottom: 79px;
}

/*************************** End Custom Styles ******************************/

/*************************** Page Specific Styles ***************************/
/*---- Page Shell styles ----*/
#pageTitle {
    width: 664px;
    max-width: 100%;
    margin-left: 0;
}

#pageTitle h1 {
    color: #493b31;
    margin: 0 0 15px 0;
}

#pageShell {
    width: 940px;
    margin: 0 auto;
    position: relative;
    background-repeat: repeat-x;
}

#pageWrap {
    width: 940px;
    margin: 0 auto;
    position: relative;
    background-repeat: repeat-x;
}

#pageWrap #header {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

.indiv #pageWrap {
    width: 100%;
    font-size: 14px;
    text-align: left;
    line-height: 1.2;
}

.indiv #pageWrap #mainContentWrapper #mainContent {
    padding-right: 40px;
}

#titleHeaderContent {
    position: absolute;
    width: 100%;
    height: 50px;
    display: inline-block;
}

#headLinkToMembDashboard {
    top: 13px;
    height: 17px;
    opacity: 1;
    position: relative;
    width: 85%;
    margin-left: 170px;
}

span.texToMemberDashboard {
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 0.5px;
}

span.texToSearchSubscById {
    color: #FFFFFF;
    font-size: 20px;
    margin-left: -48px;
    letter-spacing: 0.5px;
}

span.texToLogOut {
    color: #FFFFFF;
    font-size: 20px;
    margin-left: 900px;
    letter-spacing: 0.5px;
}

#indNavGrayUtilContent {
    position: unset;
    width: 1180px;
    margin: 0 auto;
    height: 127px;
}

#modaDeltalLogos {
    position: absolute;
    top: 85px;
    width: 281px;
    height: 64px;
    opacity: 1;
}

img.moda-health-delta-dental {
    width: 281px;
    height: 64px;
}

img.moda-health {
    width: 125px;
    max-width: 125px;
    margin-right: 20px;
}

img.delta-dental {
    width: 495px;
}

img.summit-health {
    width: 170px;
    height: auto;
}

#mainContent a {
    font-family: 'omnes_ods_mediumregular', verdana, sans-serif;
}

#mainContentWrapper {
    clear: both;
    padding-top: 36px;
}

#un-authenticated-main-content,
#un-authenticated-footer {
    margin: 55px 165px 50px 238px;
}

/*---- Nav ----*/
a.header-nav-link {
    color: #0098AA;
    text-decoration: none;
}

a.header-nav-link:hover {
    color: #A50069;
    text-decoration: underline;
}

.adminNavMain {
    width: 25%;
    padding-right: 35px;
}

.indivNavMain {
    width: 20%;
    padding-right: 35px;
}

#mainNav #menuPanel #menuPanelForm ul#menu {
    padding-left: 0;
}

#mainNav #menuPanel #menuPanelForm ul#menu > li {
    list-style-type: none;
}

#mainNav #menuPanel #menuPanelForm ul#menu > li > a {
    color: #493b31;
    background: #ecebea;
    position: relative;
    width: 200px;
    display: inline-block;
    padding: 15px 0;
    text-align: right;
    margin-bottom: 1px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#mainNav #menuPanel #menuPanelForm ul#menu > li > a > span {
    font-size: 16px;
    padding-right: 10px;
    display: inline-block;
}

#mainNav #menuPanel #menuPanelForm ul#menu > li.disabled > a > span {
    color: #a49d98 !important;
}

#mainNav #menuPanel #menuPanelForm ul#menu > li.selected > a {
    color: #493b31;
    background: #e2dfde !important;
}

/*---- End Nav ----*/

/*---- Page Logo/Banner ----*/
.main-logo {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

#logoMain {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 71px;
    width: 145px;
    padding: 50px 51px 0 55px;
    margin: 0;
}

.logoWrapper {
    margin: 30px 0 0 40px;
}

#appNameBanner {
    border-bottom: 1px solid #c8c4c1;
    padding: 0;
    margin-bottom: 1.75em;
}

#appNameBanner h1,
#appNameBanner span {
    margin: -5px 0 0 0;
    padding: 0;
    position: relative;
    top: 5px;
}

#appNameBanner h1 {
    color: #493b31;
    font-size: 44px;
    font-family: "omnes_ods_semibold", verdana, sans-serif !important;
    font-weight: normal;
}

#appNameBanner span {
    color: #81716b;
    font-size: 25px;
    top: 0;
    font-family: "omnes_ods_regularregular", verdana, sans-serif;
    font-weight: normal;
}

/*---- End Page Logo/Banner ----*/

/*---- Header Styles ----*/
#headerWrapper {
    width: 100%;
}

.headerNavWrapper {
    padding: 30px 20px 0 0;
}

.universal-navigation {
    background-color: #3F3F3F;
}

.indiv-universal-navigation-med-only {
    background: #A50064 0% 0% no-repeat padding-box;
    height: 50px;
}

.indiv-universal-navigation {
    background-color: #3F3F3F;
    height: 50px;
}

.indiv-local-navigation {
    background: #EEEEEE 0% 0% no-repeat padding-box;
    height: 127px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.header-container {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
}


.header-nav-link, .header-primary-nav-link {
    text-decoration: none !important;
}

.header-container, .header-primary-nav-link {
    color: #eee !important;
}

.account-icon {
    vertical-align: middle;
    border-style: none;
    margin-top: -5px;
    margin-left: 8px;
    margin-right: 1rem;
    height: 22px;
    width: 22px;
}

.cog-icon {
    vertical-align: middle;
    border-style: none;
    margin-top: -5px;
    margin-left: 8px;
    height: 20px;
    width: 20px;
}

.nav-primary {
    color: #fff;
    max-height: 60px;
    overflow: hidden;
    transition: all .5s ease-out;
    width: 100%;
    padding: 0 10px;
}

.nav-primary-navbar {
    padding: .7rem 0;
}

.text-color-white {
    color: #fff !important;
}

.font_medium-regular {
    font-family: omnes_ods_mediumregular, Verdana, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.font_semibold-italic {
    font-family: OmnesModa, Verdana, sans-serif !important;
    font-weight: 600 !important;
    font-style: italic !important;
}

.text-color-gray {
    color: #6e6e6e !important;
}

.header-nav-secondary-link {
    color: #fff !important;
    font-family: OmnesModa, Verdana, sans-serif !important;
    font-weight: 400 !important;
    margin: 0;
    padding: 0 1em;
    line-height: 1em;
    border-right: 1px solid #d8d8d8;
    text-decoration: none !important;
}

.text-center {
    text-align: center !important;
}

.override-boarder-right {
    border-right: none !important;
}

.text-center {
    text-align: center !important;
}

.header-nav-primary-title-link {
    text-decoration-line: none !important;
}

.metabar {
    height: 32px;
}

/*---- End Header Styles ----*/

/*---- Main Content Shell ----*/
.indiv #pageWrap #mainContentWrapper {
    width: 1180px !important;
    background-color: #ffffff;
    margin: 20px 8px 8px 200px;
    padding-bottom: 25px;
    padding-top: 35px;
}

/*---- End Main Content Shell ----*/

/*---- Footer Styles ----*/
#footerWrapper {
    padding-top: 36px;
}

.indiv #pageWrap #footerWrapper {
    padding: 0.5em 0.5em 0.1em 1em;
    background-color: #ffffff;
    text-align: center;
    font-size: 12px;
    border-top: 1px solid #D8D8D8;
}

.indiv #pageWrap #footer p.links {
    text-align: center;
}

#footer-logo-container {
    padding-top: 15px;
}

.ebill #pageWrap #footer {
    max-width: 660px;
    font-size: 12px;
    padding: 60px 30px 30px 20px;
}

.indiv #pageWrap #footer a {
    padding: 0 0.5em 0 0.5em;
    color: #00828F;
    font-size: 16px;
}

.indiv #pageWrap #footer a.deltaDentalLink {
    padding: 0 0.5em 0 0.5em;
    color: #41A928;
    font-size: 16px;
    font-family: Gotham-Medium, Verdana, sans-serif !important;
}

.indiv #pageWrap #footer a.pipeLeft {
    border-left: 1px solid #3F3F3F;
}

.indiv #pageWrap #footerWrapper #footer {
    margin-top: 30px;
}

#footer p {
    margin: 0;
}

.indiv #pageWrap #footer p {
    margin: 1em auto;
    width: 1120px
}

.footer-logos {
    display: block;
}

/*---- End Footer Styles ----*/

/*---- User Info Sub Nav Section ----*/
#userInfoForm {
    margin: 3em 0 2em 0;
}

#userInfoForm #userInfo {
    width: inherit;
    padding: 10px 5px 15px 20px;
    border: 1px solid #d6d6d6;
    border-left: none;
    border-radius: 0 5px 5px 0;
}

#userGroupInfo,
#questions,
#userInfo {
    font-size: 16px !important;
}

#userInfo a {
    font-weight: normal;
}

#userInfo #groupInfo ul,
#userInfo #indivInfo ul {
    list-style-type: none;
    padding: 0;
}

#mainNav #editProfile {
    margin-top: 4px;
}

#customerServiceInfoForm #questions {
    padding-left: 20px;
}

.indiv #pageWrap #mainContentWrapper #mainContentShell #mainNav #menuPanel #customerServiceInfoForm #questions span.noDentalOnly {
    font-size: 18px;
    font-family: OmnesModa, Verdana, sans-serif;
    color: #3F3F3F;
    font-weight: 500 !important;
}

span.lineDiv {
    border-right: 1px solid #6E6E6E;
    margin-left: 10px;
    margin-right: 10px;
}

.indiv #pageWrap #mainContentWrapper #mainContentShell #mainNav
#menuPanel #customerServiceInfoForm #questions a.noDentalOnly {
    font-family: OmnesModa, Verdana, sans-serif;
    color: #00828F;
}

/*---- End User Info Sub Nav Section ----*/

/*---- Messages Block ----*/
form#messagesForm {
    display: block;
    margin-bottom: 10px;
}

#messagesForm\3A messageContent {
    position: relative;
    width: 100%;
}

#messages {
    position: relative;
    margin-bottom: 10px;
    clear: both;
}

#messages p:first-child {
    margin-top: 0;
    margin-bottom: 0;
}

#messages div.userRegisteredMsg {
    background-color: #f6f5f4;
    border: 1px solid #dcd9d7;
    margin: 20px 0 20px 0;
    height: 55px;
}

#messages div.userRegisteredMsg .checkmark-icon {
    background: url("/ebill/faces/javax.faces.resource/confirm_checkmark.png?ln=images") no-repeat scroll center bottom;
    display: block;
    height: 44px;
    width: 41px;
    float: left;
    margin: 2px 5px 20px;
    padding: 1px 50px 0 10px;
    position: relative;
}

#toggleMessages {
    display: inline-block;
    float: right;
    margin-bottom: 10px;
}

#toggleMessages a {
    float: left;
}

#toggleMessages .ui-icon {
    display: inline-block;
}

/*---- End Messages Block ----*/

/*---- End Page Shell styles ----*/

/*---- Login Page ----*/
.login-content-wrapper {
    border: 1px solid #d6cfcf;
    border-radius: 6px;
    height: 300px !important;
    width: 535px !important;
}

.employer-login-section {
    padding-left: 25px;
    padding-top: 16px;
}

form input#loginEBill {
    margin: 0;
}

#eBillLoginForm {
    clear: both;
    display: block;
    text-align: left;
}

.input-text {
    width: 192px;
    border-radius: 3px;
    height: 19px;
    border: 1px solid #dad3cd;
    padding: 0 .25em;
    line-height: 25px;
    font-family: "omnes_ods_regularregular", verdana, sans-serif;
    font-size: 14px;
}

.login-label {
    display: block;
    margin-bottom: 5px;
    font-family: "omnes_ods_mediumregular", verdana, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    width: 192px;
}

.login-submit-button {
    background: rgba(0, 0, 0, 0) url("/ebill/faces/javax.faces.resource/actionGo_btn.gif?ln=images") no-repeat scroll 0 0;
    border: 0 none;
    float: right;
    height: 21px;
    position: relative;
    right: 41px;
    width: 38px;
}

#eBillLoginForm ul li {
    line-height: 1.2;
    display: block;
}

#eBillLoginForm ul li > * {
    vertical-align: baseline;
}

#eBillLoginForm ul li a {
    display: inline;
}

#eBillLoginForm #pageErrorMessage {
    padding-bottom: 0;
}

#eBillLoginForm #pageErrorMessage {
    margin-top: 1em;
}

#passwordGo {
    position: relative;
    height: 25px;
}

/*---- End Login Page ----*/

/*---- Bill Summary page ----*/

.note {
    width: 68%;
    display: inline-block;
    margin-top: 10px;
    font-weight: normal;
    font-family: "omnes_ods_regularregular", verdana, sans-serif;
}

#groupPastDueMessages {
    background-color: #fff03c;
    width: 607px;
    text-align: left;
    padding: 5px 5px 5px 5px;
}

#indvPastDueMessages {
    background-color: #fff03c;
    text-align: left;
    padding: 5px 5px 5px 5px;
}

.viewBillSummaryBillAmount {
    text-align: right;
}

#viewBillSummaryContentDiv\3A confirmPaymentPrintPanel dt {
    text-align: left;
}

/*---- End Bill Summary page ----*/

/*---- Bill Detail page ----*/
.viewBillDetailId {
    color: #A50069;
    font-family: "omnes_ods_mediumregular", verdana, sans-serif;
}

.indivDetailCol1 {
    width: 30%;
}

.indivDetailCol2 {
    width: 30%;
}

.indivDetailCol3 {
    width: 20%;
}

.indivDetailCol4 {
    width: 20%;
}

.employee {
    margin-right: 1em !important;
}

#employeeDetailsSearch {
    margin-top: 20px;
}

#employeeDetailsSearch label {
    position: relative;
    top: -9px;
    margin-right: 5px;
}

#employeeDetailsSearch > button {
    margin-left: 5px;
    background: #6d625a;
    position: relative;
    top: -9px;
}

#employeeDetailsSearch > a {
    position: relative;
    top: -9px;
}

#tabContainer\3a subscriberType {
    background: none !important;
    margin-right: 10px;
}

#viewBillDetailContent tfoot td.summary {
    background: transparent;
}

.details dt, .details dd {
    padding-bottom: 10px;
}

.details dt {
    text-align: left;
    font-family: 'omnes_ods_mediumregular', verdana, sans-serif;
    width: 30%;
}

.details dd a {
    margin-left: 20px;
}

#viewBillDetailGroupCoverageDiv {
    margin-bottom: 25px;
}

.contentWellMessages {
    border-top: 1px solid #dbd8d6;
    border-bottom: 1px solid #dbd8d6;
    padding: 15px 0;
    margin: 25px 0;
}

.contentWellMessages h2,
.contentWellMessages p {
    width: 70%;
}

#subgroupPastPaidFilter,
#subscriberPastPaidFilter {
    top: 5px;
    margin-left: 10px;
    background: none !important;
    width: 104px;
}

#subgroupViewPreviousSelector,
#subscriberViewPreviousSelector {
    position: relative;
    bottom: 7px;
}

/*---- End Bill Detail page ----*/

/*---- Invoice Detail page ----*/
.invoice-details .invoice-details-detail {
    text-align: left;
}

.invoice-details .invoice-details-detail span:first-of-type {
    font-weight: 600;
    margin-right: 171px;
    width: 100px;
    display: inline-block;
}
/*---- End Invoice Detail page ----*/

/*---- Payment Workflow ----*/
#payBillContentDiv h2.noFloat {
    float: none;
    font-size: 19px;
}

.noBills {
    margin-bottom: 20px;
}

.noBills .subhead {
    font-size: 19px;
}

.noBills .message {
    clear: both;
}

.noBills .right button {
    margin: 1em 0 1em;
}

#paymentRejectionAlert {
    background: url("/ebill/faces/javax.faces.resource/alert_symbol.gif?ln=images") no-repeat 15px 0;
    font-family: "omnes_ods_mediumregular", verdana, sans-serif;
    width: 600px;
    padding: 16px 16px 6px 56px;
}

#paymentRejection li {
    line-height: 1.1;
    margin-bottom: 5px;
    min-height: 0;
    padding-left: 30px !important;
}

#backToStep2Button {
    margin-left: 20px;
}

.ui-multiple-payment-click-message {
    margin-left: 0;
    margin-top: 10px;
}

.ui-payment-error-message {
    border: medium none;
    clear: left;
    display: block;
    border-right-width: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    color: #D8000C;
    background-color: #ffc;
}

.ui-payment-error-position {
    margin-right: 5px;
    background-position: 0 -490px;
}

#nameNumberContentHeader,
#nameNumberContentHeader #headerSubscriberInfo {
    margin-bottom: -4px !important;
}

#checkingSavingsInput {
    float: none;
}

.creditCardImage {
    float: none;
}

#saveAccountCheckbox {
    margin-top: 10px;
}

#rememberAccountCheckboxLabel {
    position: relative;
    top: -6px;
}

#autoPaySetupReminderLabel {
    position: relative;
    margin-left: 5px;
}

#payBillPaymentMethodSubmitButtonPanel {
    margin-top: 15px;
}

#managePaymentContent {
    margin: 0;
    float: none;
    width: auto;
}

#managePaymentContent ol.saveAccount {
    display: none;
}

#confirmPaymentBillInfo dt,
#headerGroupInfo dt,
#headerSubscriberInfo dt,
#headerSubscriberInfo2 dt {
    width: 220px;
}

.totals {
    padding: 0;
    margin-top: -.75em;
}

.totals p {
    margin-top: 0;
    text-align: right;
}

[id^='bankPaymentAccountContentFor'] {
    height: 350px;
}

#showInvoices table,
#payBillCurrentDueTable table,
#currentDueBillSummaryContent\3a currentDueSubscriberTable table,
#showInvoicesToBePaid\3a confirmPaymentInvoicesSummary table {
    border: 1px solid #dbd8d6;
}

#payBillCompleteHeaderMessage {
    position: relative;
    bottom: 15px;
}

#confirmPaymentPrintPanel h2.typekit,
#confirmPaymentPrintPanel p.messaging,
#paymentConfirmationHeader,
#paymentConfirmationFooter {
    display: none;
}

/*---- End Payment Workflow ----*/

/*---- One-time Payment Workflow ----*/
#confirmPaymentInvoicesSummary tbody .groupName {
    max-width: 170px;
}

/*---- End One-time Payment Workflow ----*/

/*---- Auto pay workflow ----*/
.setupAutoPayLine {
    border-top: 1px solid #c8c4c1;
    padding: 5px 0 0 0;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}

#setupAutoPayDoubleLine {
    padding: 5px 0 0 0;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    border-top: 1px solid #c8c4c1;
    border-bottom: 1px solid #C8C4C1;
}

.infoAutopayUpdated {
    color: #3A87AD;
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    padding: 10px;
}

#selectAutopayDayOfMonth,
#selectCardType,
#creditExpirationMonth,
#creditExpirationYear {
    background: none;
}

#selectAutopayDayOfMonth {
    width: 105px;
}

.showInvoicesToBePaidNote {
    text-align: left !important;
    padding-left: 0 !important;
    font-family: 'omnes_ods_regularregular', verdana, sans-serif;
}

/*---- End Auto pay workflow ----*/

/*---- Payment Account Workflow ----*/
.paymentSelectBottomMargin {
    margin-bottom: 1em;
}

table#accountListTable table td {
    border: none;
}

form#accountListForm {
    width: 100%;
}

form#accountListForm table {
    width: 100%;
}

#accountListForm #accountListTable h3 {
    color: #493b31;
    font-size: 16px;
    margin-bottom: 7px;
    font-family: 'omnes_ods_mediumregular', verdana, sans-serif;
}

#accountListForm #accountListTable label {
    font-size: inherit;
}

#accountListForm #accountListTable tr {
    border-left: none !important;
    border-right: none !important;
}

#accountListForm #accountListTable td {
    vertical-align: top;
    padding: 25px 0 !important;
}

#accountListForm #accountListTable .accountInfo p {
    margin: 0;
}

#accountListForm #accountListTable ul {
    border-spacing: 0;
}

#accountListForm #addAccountPanel {
    clear: both;
    margin-top: 2em;
}

td.removeAccount {
    width: 550px;
}

td.removeAccount p {
    margin-top: 0;
}

/*td.removeAccount p,*/
/*td.removeAccount ul {*/
/*    width: 80%;*/
/*}*/

[id*="dateUpdateAccordionPanel"] h3 > a {
    margin-left: 21px !important;
}

[id*="editExpirationLabel"] h3 > a {
    margin-right: 14px !important;
}

[id*="dateUpdateAccordionPanelTab"] {
    padding: 0 !important;
}

[id*="submitEditCardInformation"] {
    margin-top: 12px;
    margin-bottom: 12px;
}

[id*="editExpirationMonth"],
[id*="editExpirationYear"] {
    background: none !important;
}

/*---- End Payment Account Workflow ----*/

/*---- User Profile Page ----*/
#editUserProfileForm,
#registrationForm {
    width: 80%;
}

#editProfileHeader {
    margin-top: 10px;
}

#userProfileContent .editPaneParent {
    border-spacing: 0;
}

.editPane {
    padding: 16px;
    background: #f3f3f3;
    border: solid 1px #d6d6d6;
    border-radius: 6px;
    behavior: url("/ebill/faces/javax.faces.resource/PIE.htc?ln=js");
    margin: 10px 0 10px 0;
    position: relative;
}

.editPane ul {
    width: 600px;
}

.editPane .instructions {
    display: table;
}

.editPane .instructions strong {
    display: block;
}

.editPane .instructions span {
    display: block;
}

.editPane .action {
    display: table;
    text-align: center;
    padding: 0 0 0 268px;
}

.editPane .editPaneClose {
    position: absolute;
    top: 9px;
    right: 10px;
    background: url("/ebill/faces/javax.faces.resource/close_x.gif?ln=images") no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    text-indent: -9999px;
    border-bottom: none;
}

.updateNav {
    float: right;
    list-style: none;
}

.updateNav li {
    background: url("/ebill/faces/javax.faces.resource/sprite_moda_arrow.png?ln=images") no-repeat right 7px;
    display: list-item;
    padding-right: 12px;
    line-height: 1em;
}

.updateNav li a {
    display: inline;
    vertical-align: top;
}

.updateNav {
    float: right;
    text-align: right;
}

.readonlyEdit {
    display: inline-block;
    width: 506px;
}

.readonlyEdit .change {
    float: right;
}

.editFields {
    display: table-row;
}

.editFields label {
    font-weight: normal;
}

form ul.bulleted_list {
    margin-bottom: 2em;
    list-style-position: inside;
    width: auto;
}

form ul.bulleted_list li {
    background: url("/ebill/faces/javax.faces.resource/bullet_arrow.gif?ln=images") no-repeat 0 5px;
    margin-bottom: 0.2em;
    padding: 0 0 0 12px;
}

form#userProfileContent + p {
    position: relative;
    top: 2em;
}

#notifications ol {
    margin: -15px 0 15px 0;
}

.dayZeroPasswordExpiring,
.dayZeroPasswordExpiring li {
    display: table-row !important;
}

.dayZeroPasswordExpiring .editPane {
    background: none;
    border: none;
}

.dayZeroPasswordExpiring .instructions,
.dayZeroPasswordExpiring .action {
    display: none !important;
}

#passwordChange {
    margin-top: 25px;
}

/*---- End User Profile Page ----*/

/*---- Registration Page ----*/
#registrationFormWrapper {
    width: inherit;
}

div #registrationFormWrapper #accordionReg {
    float: left;
    margin-left: 20px;
    width: 310px;
}

#registrationFormWrapper #accordionReg ul {
    display: block;
    list-style: disc inside none;
}

#registrationFormWrapper #accordionReg div {
    background: none;
    border: 0 none;
}

#messages {
    margin: 15px 0 -5px 0;
}

#userRegistrationPanel {
    margin-top: 10px;
}

#userRegistrationPanel label {
    width: auto;
    font-size: 14px;
    font-weight: normal;
    font-family: 'omnes_ods_mediumregular', verdana, sans-serif;
}

.accordionItem {
    width: 450px;
}

.instructions {
    margin-bottom: 8px;
}

#editPasswordGuildlines,
#editQuestionGuildlines,
#editAnswerGuildlines {
    width: 315px;
    left: 296px;
}

#confirmationNextButton,
#confirmationSubmitButton {
    margin-top: 25px;
}

#userRegistrationPanel p:first-child,
#changePasswordForm p:first-child {
    margin-top: 0;
}

#paperChoice {
    margin-bottom: 14px;
}

#notificationEmailWhenBillAvailableCheckbox,
#notificationEmailPaymentReminderCheckbox,
#reviewPageNotificationEmailWhenBillAvailableCheckbox,
#reviewPageNotificationEmailPaymentReminderCheckbox {
    position: relative;
    top: 7px;
}

#registrationHeaderUserInfo {
    white-space: nowrap;
}

#reviewNotificationPreference {
    margin-top: 50px;
}

/*---- End Registration Page ----*/

/*---- Internal Admin ----*/
.internalAdmin #contentMain {
    width: 640px;
}

.internalAdmin #appNameBanner {
    border-bottom: none;
    margin: 0 0 .2em 1.1em;
}

#individualSearch {
    border: 1px solid #dbd8d6;
    border-radius: 15px;
}

#individualSearch .content {
    padding: 30px 100px;
    text-align: center;
}

#individualSearch p {
    margin: 0 0 20px 0;
}

#individualSearch label {
    font-size: 16px;
    margin-right: .25em;
}

#individualSearch input.ui-widget.ui-inputfield {
    float: none !important;
    border-left: 1px solid #dbd8d6 !important;
    border-right: 1px solid #dbd8d6 !important;
}

#individualSearch .ui-button {
    display: block;
    margin: 10px auto 0 auto !important;
}

#subscriberUserId {
    background: none !important;
}

/*---- End Internal Admin ----*/

/*---- Print ----*/
#printToLinksForm {
    width: 200px;
    float: right;
    margin: 5px 51px 0 0;
    text-align: right;
}

#printToLinksForm table {
    margin-bottom: 0;
}

#printToLinksForm table td {
    padding: .2em;
}

#printToLinksForm table td a {
    padding: 0;
}

/*---- End Print ----*/

/*---- Alerts ----*/
#svcAlert {
    border: 1px solid #CECECE;
    padding: 16px;
    background: url("/ebill/faces/javax.faces.resource/alert.png?ln=images") no-repeat 15px 15px;
    width: 600px;
    display: none;
}

#svcAlert p {
    text-indent: 32px;
    margin: 7px 0 0 0 !important;
}

#eBlSvcAlert, #reEnrollmentAlert,
#autoEnrollmentAlert, #eftAlert,
#pwdChangeMessageAlert, #paymentErrorAlert {
    padding: 20px 14px 20px 40px;
    background: #ffc url("/ebill/faces/javax.faces.resource/alert.png?ln=images") no-repeat 9px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: auto;
}

#eBlSvcAlertTwo, #eBlSvcAlertThree {
    padding: 14px 7px 3px 46px;
    background: #FDF3D9 url("/ebill/faces/javax.faces.resource/alert.png?ln=images") no-repeat 9px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: auto;
}

#eftSubscriberMoreThanOneGroupAlert  {
    padding: 5px 12px 14px 48px;
    background: url("/ebill/faces/javax.faces.resource/ok.png?ln=images") no-repeat 12px 7px;
    margin-top: 12px;
    margin-bottom: 10px;
    width: auto;
}

#eftSubscriberMoreThanOneGroupAction  {
    padding: 5px 12px 14px 48px;
    background: #DAE9FF url("/ebill/faces/javax.faces.resource/images/infoicon.png") no-repeat 12px 7px;
    margin-top: 12px;
    margin-bottom: 10px;
    width: auto;
}

#eblSvcPaymentMethodAlert  {
    padding: 14px 7px 3px 46px;
    background: #FDF3D9 url("/ebill/faces/javax.faces.resource/alert.png?ln=images") no-repeat 25px 15px;
    background-size: 13px 13px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: auto;
}

#eblSvcPaymentMethodAlert span {
    color: #a50069;
}

#eBlSvcCheck, #eBlSvcUpdateAccount {
    padding: 13px 23px 16px 30px;
    background: #EAF8F1 url("/ebill/faces/javax.faces.resource/ico_ok.gif?ln=images") no-repeat 9px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: auto;
}

form#messagesForm #messages #eBlSvcAlert ul {
    border-spacing: 0;
    list-style-type: disc;
    margin-left: 30px;
}

/*---- End Alerts ----*/

/*---- Miscellaneous ----*/
a.helpIcon {
    background: url("/ebill/faces/javax.faces.resource/inquiry.png?ln=images") no-repeat scroll 0 0 transparent;
    float: none;
    display: inline-block;
    margin-left: 1em;
    height: 18px;
    width: 19px;
    position: relative;
    top: 4px;
}

a.helpIcon:hover {
    background-position: -18px 0;
}

a.labelTooltip {
    position: relative;
    top: 4px;
    float: left;
    margin: 0 10px 0 0;
}

#faq a {
    border-bottom: none;
}

#faq p {
    line-height: 1.4em;
}

#checkSample, #cardSample {
    display: none;
}

.checkingSavingsInputSection ul li label {
    width: 215px;
}

.checkingSavingsInputSection ul li {
    margin-bottom: 5px;
}

.checkingSavingsInputSection > ul > li.errorMessages > ul {
    list-style-type: none;
}

.checkingSavingsInputSection > ul > li.errorMessages > ul > li > div {
    position: relative;
    left: 129px;
}

#cardAccountInputSection ul li label {
    width: 200px;
}

#cardAccountInputSection input.ui-selectonemenu-label {
    font-family: "omnes_ods_mediumregular", verdana, sans-serif;
}

#cardAccountInputSection ul li label#selectCardTypeLabel,
#cardAccountInputSection ul li label#creditExpirationYearLabel,
#cardAccountInputSection ul li label#creditExpirationMonthLabel {
    vertical-align: super;
}

#cardAccountInputSection ul li {
    margin-bottom: 5px;
}

#cardAccountInputSection div.ui-message-error {
    width: 158px;
    left: 112px;
    position: relative;
}

#creditExpirationMonth {
    width: 110px;
}

#creditExpirationYear {
    width: 70px;
    margin-left: 10px;
}

#cardAccountInputSection #selectCardType {
    width: 143px;
}

.validatingForm {
    display: none;
    position: relative;
    top: 2px;
    top: 5px \9; /*ie8*/
    left: 5px;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    clear: both;
    visibility: hidden;
    height: 0;
    display: block;
}

.clearFloat {
    clear: both;
}

.tableUtils {
    padding-bottom: .5em;
}

#messageContent h3.ui-accordion-header {
    width: 140px;
}

#messageContent h3 span.ui-icon {
    margin-top: -12px !important;
}

#messageContent h3.ui-accordion-header a {
    margin-left: 1.75em !important;
}

/*---- APTC ----*/
.APTC-amount {
    margin-left: 5px;
}

.APTC-tool-tip-image {
    vertical-align: text-bottom;
}

#APTC-tool-tip {
    display: inline-block;
    width: 20px;
    margin-left: 3px;
}

/*---- End Miscellaneous ----*/

/*---- Modal Dialog ----*/
.ui-dialog-content #criticalMessages {
    background: none;
}

.modal-detail {
    margin: 15px 0 25px 0;
}

.modal-detail dt {
    width: 140px;
    float: left;
    clear: left;
    text-align: left;
}

.modal-detail dd {
    float: left;
}

/*---- End Modal Dialog ----*/

/*---- Page Error Styles ----*/
.pageErrorMessage {
    padding-bottom: 0;
    margin-top: 1em;
}

form li .errorMessage {
    display: block;
    margin: 3px 0;
    width: 300px;
    clear: left;
}

form li .ui-message-error,
div.ui-message-error {
    display: block;
    clear: left;
    border: none;
    background: #fff;
}

#criticalMessagesWrap {
    background: #ffc url("/ebill/faces/javax.faces.resource/alert.png?ln=images") no-repeat 15px 15px;
    padding: 20px 20px 15px 20px;
    width: auto;
    margin: 0 0 20px 0;
}

#criticalMessages {
    font-family: "omnes_ods_mediumregular", verdana, sans-serif;
    font-weight: normal;
}

#criticalMessages li {
    min-height: 0;
    line-height: 1.1;
    margin-bottom: 5px;
    padding-left: 30px !important; /*important for ie7*/
}

.errorHighlight {
    background: #ffffdd none !important;
}

.linebreak {
    padding-bottom:10px;
    display:block;
}

/*---- End Page Error Styles ----*/

/*************************** End Page Specific Styles ***************************/