@font-face {
    font-family: 'omnes_ods_mediumregular';
    src: url('fonts/omnesods_medium-roman-webfont.eot');                                            /* IE9 Compat Modes */
    src: url('fonts/omnesods_medium-roman-webfont.eot?#iefix') format('embedded-opentype'),         /* IE6-IE8 */
    url('fonts/omnesods_medium-roman-webfont.woff') format('woff'),                         /* Modern Browsers */
    url('fonts/omnesods_medium-roman-webfont.ttf') format('truetype'),                          /* Safari, Android, iOS */
    url('fonts/omnesods_medium-roman-webfont.svg#omnes_ods_mediumregular') format('svg');       /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'omnes_ods_mediumitalic';
    src: url('fonts/omnesods_medium-italic-webfont.eot');
    src: url('fonts/omnesods_medium-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/omnesods_medium-italic-webfont.woff') format('woff'),
    url('fonts/omnesods_medium-italic-webfont.ttf') format('truetype'),
    url('fonts/omnesods_medium-italic-webfont.svg#omnes_ods_mediumitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'omnes_ods_regularregular';
    src: url('fonts/omnesods_regular-roman-webfont.eot');
    src: url('fonts/omnesods_regular-roman-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/omnesods_regular-roman-webfont.woff') format('woff'),
    url('fonts/omnesods_regular-roman-webfont.ttf') format('truetype'),
    url('fonts/omnesods_regular-roman-webfont.svg#omnes_ods_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'omnes_ods_regularitalic';
    src: url('fonts/omnesods_regular-italic-webfont.eot');
    src: url('fonts/omnesods_regular-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/omnesods_regular-italic-webfont.woff') format('woff'),
    url('fonts/omnesods_regular-italic-webfont.ttf') format('truetype'),
    url('fonts/omnesods_regular-italic-webfont.svg#omnes_ods_regularitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'omnes_ods_semiboldroman';
    src: url('fonts/omnesods_semibold-roman-webfont.eot');
    src: url('fonts/omnesods_semibold-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/omnesods_semibold-roman-webfont.woff') format('woff'),
         url('fonts/omnesods_semibold-roman-webfont.ttf') format('truetype'),
         url('fonts/omnesods_semibold-roman-webfont.svg#omnes_ods_semiboldroman') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
    font-family: 'omnes_ods_semibolditalic';
    src: url('fonts/omnesods_semibold-italic-webfont.eot');
    src: url('fonts/omnesods_semibold-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/omnesods_semibold-italic-webfont.woff') format('woff'),
         url('fonts/omnesods_semibold-italic-webfont.ttf') format('truetype'),
         url('fonts/omnesods_semibold-italic-webfont.svg#omnes_ods_semibolditalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

html {
    overflow-y:scroll;
}
/* CSS Document */
/* NS 4.7 catch  */
.non-standard {
    display:    none;
}

/* Global */

body {
    /*background-image:url(../images/home_gradient.jpg);
    background-position:top;
    background-repeat:repeat-x;*/
    text-align: left;
    /*text-align: center;*/ /*for ie quirks mode*/
    font-family:omnes_ods_regularregular, verdana, sans-serif;
    color:#493b31;
    letter-spacing:0.3pt;
}
#header {
    background:#a50069;
    height:77px;
    position:relative;
}

#umpheader {   
    background: #EDF1DA;
    height: 127px;
    position:relative;    
    border-bottom: 3px solid #006C68;
}
/* 
#umpheaderFrame{
    background: #EDF1DA;
    height: 127px;
    position:relative;    
    border-bottom: 3px solid #006C68;
    width: 768px
        
       background: #EDF1DA;
    height: 116px;
    width :794px;
    position:absolute
}*/

i.pcp-italics {
    font-family: omnes_ods_lightitalic, sans-serif !important;
    font-style: italic !important;
}

a > i.pcp-italics {
    color: #766e68;
}

h1, h2, h3,
strong,
b {
    font-family:omnes_ods_mediumregular, verdana, sans-serif !important;
    font-weight:normal !important;
}
em, i {
    font-family: omnes_ods_regularitalic, verdana, sans-serif !important;
    font-style:normal !important;
}
strong em,
b em,
strong i,
b i {
    font-family:omnes_ods_mediumitalic, verdana, sans-serif !important;
    font-weight:normal !important;
}
h1, h2, h3 {
    text-align: left;
    line-height: 1;
    margin:0 0 0.25em
}
h1 {
    color: #A50069;
    font-size: 22px;
    margin-bottom:11px;
}

h1.medicalHomeDetailsHeader {
    font-family: omnes_ods_semiboldroman, verdana, sans-serif !important;
    font-weight:normal !important;
    color: black;
    font-size: 28px;
}

h2 {
    color: #493B31;
    font-size: 18px;
    margin-bottom: .7em;
    margin-top:1em;
}

h3 {
    /*color: #2AA8AB;*/
    font-size: 15px;
    font-family: omnes_ods_mediumitalic, verdana, sans-serif !important;
    margin-bottom:4px;
}
h3,
h3 a {
    /*Bug 27337 update <H3> to #0C9C9E*/
    color:#0C9C9E;
}
#main-content h2 + ul {
    /*margin-top:-10px;*/
    margin-bottom:20px;
}

#main-content h3 + ul {
    margin-top:0;
    margin-bottom:20px;
}

h4 {
    color: #493B31;
    text-transform: uppercase;
    font-size: 13px;
    font-family: omnes_ods_regular, verdana, sans-serif;
}

h5 {
    margin-bottom:0;
}
h5,
.subhead2 {
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
    font-weight:normal;
}

ul.disc {
    list-style: disc outside url(../images/bullet.png) !important;
}

.hide {
    display: none !important;
}

.align-bottom {
    vertical-align: bottom;
}

.line-separator {
    margin-left: 4px;
    margin-right: 4px;
}

.standard-font-size {
    font-size: 14px;
}

.call-out-confirmation {
    background: #d9f0e5 url(../images/confirmationicon.png) no-repeat 8px 8px;
    padding: 10px 10px 2px 38px;
}

.call-out-error {
    background: #fcf3a6 url(../images/alerticon.png) no-repeat 8px 8px;
    padding: 10px 10px 2px 38px;
}

.call-out-info {
    background: #e3f2f0 url(../images/infoicon.png) no-repeat 8px 8px;
    padding: 10px 10px 2px 38px;
}

.div-float-parent {
    padding: 0 auto;
}

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

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

.no-deco-custom-link a:hover, a:visited, a:link, a:active {
    text-decoration: none !important;
}

.custom-input-checkbox {
    height:18px;
    width:20px;
    margin:0;
    opacity: 0;
}

.modal-effective-date {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 26px;
}

#body-wrap, #body-wrap2 {
    /*font-size: .9em;*/
    font-size:14px;
    width:960px;
    margin:0 auto;
    background:#a50069;
    /* IE Peek-a-boo hack: applied to this container because it holds holds float and vanishing text */
    line-height: 1.1;
    text-align:left;
}
#body-wrap2, #body-wrap2-ump {
    width:auto;
    background:none;
}

#body-wrap-ump, #body-wrap2-ump {
    /*font-size: .9em;*/
    font-size:14px;
    width:960px;
    margin:0 auto;
    background:#ffffff;
    /* IE Peek-a-boo hack: applied to this container because it holds holds float and vanishing text */
    line-height: 1.1;
    text-align:left;
}

p {
    line-height: 1.2em;
    margin: 0 0 0.7em;
}

#main a:link,
#main-content a:link {
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
    font-weight:normal;
}
.promo a:link,
#ncqa a:link {
    font-family:omnes_ods_regularregular, verdana, sans-serif !important;
    font-weight:normal;
}

.bullet-arrow {
    background: url("../images/bullet_arrow.gif") no-repeat;
    width: 9px;
    height: 10px;
}

.ui-overlay {
    background: url('../images/body_bg.jpg') 50% 50% repeat-x;
    opacity: .40;
    filter:Alpha(Opacity=40);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#modal{
    position: absolute;
    border-radius: 14px;
    padding: 8px;
}

#content {
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    height: auto;
    width: auto;
}

#close{
    position: absolute;
    background: url('../images/fancybox-sprite.png') 0 0 no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    text-indent: -9999px;
    top: -7px;
    right: -7px;
    cursor: pointer;
}

.error-box {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.clearBoth{
    clear: both;
}

.no-display {
    display: none;
}

.NCRT {
    background: url('../images/medicalhome/Medical-Home-icons.png') 0 -4px no-repeat;
    display:inline-block;
    width: 33px;
    height: 33px;
}

.PCP1 {
    background: url('../images/medicalhome/Medical-Home-icons.png') -45px 0 no-repeat;
    display:inline-block;
    width: 33px;
    height: 33px;
}

.PCP2 {
    background: url('../images/medicalhome/Medical-Home-icons.png') -92px 0 no-repeat;
    display:inline-block;
    width:33px;
    height:33px;
}

.PCP3 {
    background: url('../images/medicalhome/Medical-Home-icons.png') -139px 0 no-repeat;
    display:inline-block;
    width: 33px;
    height: 33px;
}

.PCP4 {
    background: url('../images/medicalhome/Medical-Home-icons.png') -186px 0 no-repeat;
    display:inline-block;
    width: 33px;
    height: 33px;
}

.PCP5 {
    background: url('../images/medicalhome/Medical-Home-icons.png') -233px 0 no-repeat;
    display:inline-block;
    width: 33px;
    height: 33px;
}

.sort-asc {
    background: url('../images/arrow_up_down_sprite.gif') 0 -15px no-repeat;
    width: 9px;
    height: 10px;
}

.sort-des {
    background: url('../images/arrow_up_down_sprite.gif') 0 4px no-repeat;
    width: 9px;
    height: 10px;
}

.provider-home-link a:hover, a:visited, a:link, a:active {
    text-decoration: none !important;
}

#return-to-medical-home-link,
#return-to-PCP-home-link{
    color: #A50069 !important;
    display: block;
    margin-bottom: 1.5em;
}

.provider-home-result-row {
    border-bottom:1pt solid rgba(218, 218, 218, 0.8);
}

.search-result-size {
    margin-bottom: 8px !important;
    font-family: omnes_ods_mediumregular, sans-serif !important;
}

.medical-home-result-child-right {
    float: right;
}

.medical-home-details-child-left {
    display: inline-block;
    padding-bottom: 10px
}

.medical-home-details-child-right {
    float: right;
}

.provider-main-content {
    height: 100%;
}

.plum-text {
    color: #a50069;
}

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

.semi-bold {
    font-family:'omnes_ods_semibold', verdana, sans-serif !important;
    font-weight:normal;
}

table#medical-home-search-result > th > tr > td {
    padding: 0 !important;
}

#provider-search-form{
    margin-bottom: auto;
}

.provider-search-result-header{
    background-color: rgba(218, 218, 218, 0.8);
    color: rgb(73, 59, 49);
    outline: thin solid white;
    font-size: 14px;
    font-family: 'omnes_ods_mediumregular', verdana, sans-serif !important;
}

.pcp-home-history-header, .medical-home-history-header {
    background-color: #dbd8d6;
    color: #333333;
    font-size: 14px;
    font-family: 'omnes_ods_mediumregular', verdana, sans-serif !important;
}

.pcp360-home-history-header {
    background-color: #2fb5b7;
    color: #FFE92C;
    font-size: 14px;
    font-family: 'omnes_ods_mediumregular', verdana, sans-serif !important;
}

.provider-search-sort-column {
    background-color: rgba(182, 182, 182, 0.72);
    color: rgb(73, 59, 49);
    outline: thin solid white;
    font-size: 14px;
    font-family: 'omnes_ods_semibold', verdana, sans-serif !important;
}

.pcp-choose-icon {
    position: relative;
    top: 3px;
}
.pcp360-provider-search-result-header,
.pcp360-provider-search-sort-column {
    background-color: rgba(255, 255, 255, 1);
    color: rgb(73, 59, 49);
    font-size: 14px !important;
    outline: none !important;
}

.provider-name {
    width: 185px;
    color:black;
    display: block
}

.provider-not-accepting-patient {
    width: 185px;
    color:black;
    background-color: rgba(53, 231, 233, 0.32);
    display: block
}

.sort-icon {
    font-size: 13px;
    font-family: Comic Sans MS, sans-serif;
}

.sort-column-header{
    color: rgb(73, 59, 49);
}

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

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

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

.relative-top {
    position: relative;
    top:12px;
}

.relative-bottom {
    position: relative;
    top: 20px;
}

.provider-name-box {
    width: 90%;
}

.provider-large-shell {
    width: 240px;
}

.provider-default-shell {
    width: 140px;
}

.provider-tiny-shell {
    width: 20px;
}

.provider-small-shell {
    width: 115px;
}

.provider-medium-shell {
    width: 144px;
}

.provider-tiny-span {
    padding: 0 3px;
}

.provider-small-span {
    width: 60px;
}

.provider-medium-span {
    width: 180px;
}

.provider-zip-box {
    width: 112px;
}

.custom-moda-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #c25f92 url('../images/dk_arrow.png') no-repeat scroll right !important;
    background-size: 20px 25px;
    border: 1px solid #111;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 5px;
    border-right: 1px solid #c4b5af !important;
    height: 26px;
    width: 60px;
    appearance: none;
    color: #ffffff;
    padding-left: 10px;
}

.alert,
.required-red {
    color: #f00;
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
    font-weight:normal;
}

a {
    text-decoration: none;
    color:  #a50069;
}

a:hover {
    text-decoration: underline;
}

a:active,
.linkColor {
    color:  #369;
}

.disabled {
    background:#ccc !important;
    border: 1px solid #ccc !important;
    color: #999 !important;
    cursor: default !important;
}

.disabled-light-pink {
    background:#e8bfd9 !important;
    border: 1px solid #e8bfd9 !important;
    color: #fff !important;
    cursor: default !important;
}

.modaBtn {
    background:#a50069;
    color:#fff;
    border: 1px solid #a50069;
    padding:2px 10px;
    border-radius:4px;
    font-size:17px;
    margin:10px 0 0 0;
    position:relative\9;
    left:-3px\9;
    font-family:omnes_ods_mediumregular, verdana, sans-serif !important;
}

.modaBtn:hover {
    cursor:pointer;
    background:#650141;
    border-color: #650141;
}

.modaSecondaryBtn {
    background:#0c9c9e;
    color:#fff;
    border: 1px solid #0c9c9e;
    padding:2px 10px;
    border-radius:4px;
    font-size:17px;
    margin:10px 0 0 0;
    position:relative\9;
    left:-3px\9;
    font-family:omnes_ods_mediumregular, verdana, sans-serif !important;
}

.modaSecondaryBtn:hover {
    cursor:pointer;
    background:#086d6f;
    border-color: #086d6f;
}

.modaBtnInverse {
    background:#ffffff;
    color:#a50069;
    border:none;
    padding:2px 10px;
    border-radius:6px;
    margin:10px 0 0 0;
    position:relative\9;
    left:-3px\9;
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
    font-size:14px;
}

.modaBtnInverse:hover {
    cursor:pointer;
    color:#650141;
    background:#ffffff;
}

.anchorBtn .modaBtn,
.anchorBtn .modaBtn:visited {
    text-decoration:none;
    color:#fff;
}

.anchorBtn {
    margin-top:1.5em;
}

.loginBtn {
    float:left;
    margin:10px 0 0 282px;
    margin-left:286px\9;
}

.wait-button,
.loginBtn.wait-button {
    background-color: #fff;
    border: 1px solid #d6d2cf;
    color: #d27fb4;
}

.wait-button:hover,
.loginBtn.wait-button:hover {
    cursor: default;
    background-color: #fff;
    border: 1px solid #d6d2cf;
    color: #d27fb4;
}

.wait-button,
.loginBtn.wait-button {
    background-color: #fff;
    border: 1px solid #d6d2cf;
    color: #d27fb4;
}

.wait-button:hover,
.loginBtn.wait-button:hover {
    cursor: default;
    background-color: #fff;
    border: 1px solid #d6d2cf;
    color: #d27fb4;
}

.filterBtn {
    margin-left:20px;
    margin-top:0;
}
/*
#claims-search-medical .filterBtn,
#claims-search-dental .filterBtn {
    position:relative;
    top:1px;
}
#eobs-search-medical .filterBtn {
    position:relative;
    top:2px;
}
*/
.widerBtn {
    padding:2px 15px;
}
.horizontalBtn {
    margin-right:15px;
}
.btnRight {
    margin:10px 0 0 159px;
}
.inline {
    margin-top:0;
    margin-left:10px;
}
.modaText,
.modaTextArea {
    border-radius:5px;
    height:25px;
    border: 1px solid #b9b1a9;
    padding:0 .25em;
    line-height:25px;
    font-family:omnes_ods_regularregular, verdana, sans-serif;
    font-size:14px;
}
/*
see ie.css for some IE password field funkiness
*/
.modaTextArea {
    height:250px;
    width:240px;
}
.readonly {
    border:none;
}
.placeholderDate {
    color:#A39C97;
}
.placeholderDate {
    text-align:center;
}
.required_highlight {
    border-width:2px;
}
.error-msg,
.required_highlight {
    background:#fef9ce;
}
#main-content .error-msg {
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
    width:auto;
    background-image:url(../images/alert.png);
    background-position:15px 15px;
    background-repeat:no-repeat;


    margin:0 0 1em 0;
    /*width:400px;*/

    /*important for IE to keep form clearfix renderings proper
    without this, the registration form (for example) renders very bad*/
    display:none\9;
}
#main-content .error-msg strong,
#main-content .error-msg b,
.semibold {
    font-family:omnes_ods_semiboldroman, verdana, sans-serif !important;
}
#main-content .error-msg.show {
    min-height:30px;
    padding:1.55em 1em .5em 3.3em;
}
#main-content ul.error-msg.show {
    list-style-type: disc;
}
#main-content .error-msg li {
    background:none;
    margin:0 0 4px 2em;
    line-height:1;
    padding-left: 0;
}
/* first error msg string is rendered as a <li> like all others */
#main-content .error-msg li:first-child {
    list-style-type: none;
    margin-left: 0;
}
.spinner_small {
    display:none;
}
.spinner_login {
    float:left;
    position:relative;
    top:14px;
    left:10px;
}

.between_fields_text {
    padding:0 .3em;
}
.centered {
    text-align:center;
}
.inlineForm {
    float:left;
    margin-right:10px;
}
.inlineForm.label,
.inlineForm.checkbox,
.inlineForm.button {
    position:relative;
}
.inlineForm.label,
.inlineForm.checkbox {
    top:2px;
}
.inlineForm.button {
    top:-3px;
}

.inlineForm .modaBtn,
.noTopMargin {
    margin:0;
}
#main-content ul {
    list-style:none;
    margin:.5em 0 1em 0;
    padding:0;
}
#main-content ul li,
td.benefit-note li,
.benefit-note li,
.zebra td li,
td.note li,
#med-detail-note li,
.detail-box li,
#pharmacy-notes li{
    background: url("../images/bullet_arrow.gif") no-repeat 0 4px;
    *background-position:0 3px;
    padding:0 0 0 15px;
    margin-left:20px;
    margin-bottom:.2em;
}
#main-content ul ul {
    margin:0;
}
#loginInst ul li {
    margin-bottom:0;
    list-style-image : url(../images/bullet_arrow.gif);
    background : none;
    padding-left: 0;
}
.eligibleConditions td {
    background: url("../images/arrow_black.gif") no-repeat left 60%;
    font-size: 0.75em;
    padding-left: 15px;
}

img {
    border: 0;
}

/* Utility */
.right {
    float: right;
}
.left {
    float:left;
}

/* Header */

#logo {
    position:absolute;
    top:15px;
    left:20px;
}
#logo em {
    color:#fff;
    position:relative;
    top:-9px;
    left:15px;
    font-family: omnes_ods_regularitalic, verdana, sans-serif;
    font-style:normal;
}

#header-links, #umpheader-links, #umpheaderFrame-links {
    font-size: 1em;
    text-align: right;
    padding: .7em;
    background-color: #83756b;
    color:#2fb5b7;
    width:auto;
    position:absolute;
    top:0;
    right:0;
    max-height:55px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

#header-links a, #umpheader-links a, umpheaderFrame-links a {
    color: #fff;
    text-decoration: none;
    padding:0 .2em;
    position:relative;
    top:1px;
}

#header-links a:hover, #umpheader-links a:hover, umpheaderFrame-links a:hover {
    text-decoration: underline;
    padding-bottom: 0px;
}

#header-links form, #umpheader-links form, umpheaderFrame-links form {
    display: inline-block;
    text-align:left;
    margin-top:.25em;
    margin-bottom: 0;
}

#header-links select, #umpheader-links select, umpheaderFrame-links select {
    width: 125px;
}
#header-links .label, #umpheader-links .label, umpheaderFrame-links .label {
    color:#fff;
    float:left;
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
    margin:0 .25em 0 0;
    position:relative;
    top:6px;
}

#umpheadImg {
    position:absolute;
}

#umpheadImg em {
    color:#fff;
    position:relative;
    top:-9px;
    left:15px;
    font-family: omnes_ods_regularitalic, verdana, sans-serif;
    font-style:normal;
}

#umplogo {
    position: absolute;
    left: 870px;
    top: 50px;
}

#umplogo em {
    color:#fff;
    position:relative;
    top:-9px;
    left:1200px;
    font-family: omnes_ods_regularitalic, verdana, sans-serif;
    font-style:normal;
}

#umplogoFrame {
    position: absolute;
    /*left: 675px;*/    
    right: 35px;
    top: 50px;
}

#umplogoFrame em {
    color:#fff;
    position:relative;
    top:-9px;
    left:1200px;
    font-family: omnes_ods_regularitalic, verdana, sans-serif;
    font-style:normal;
}

#pico-search {
    text-align: right;
    margin-right: 1em;
    margin-top: .5em;
}

/* Main Nav */

#nav-main ul {
    margin:  0 0 0 .5em;
    padding: 0 0 0 10px;
    clear: both;
    z-index: 1;
}

.tabs {
    margin: 0 !important;
}
#nav-main li,
.tabs li {
    display: inline;
    list-style-type: none;
    margin-right:2px;
}
.tabs li {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
    
}

#nav-main a, a.active,
.tabs a, .tabs a.active {
    font-size: 1em;
    /*
    border-width: 2px 2px 3px 2px;
    border-style: solid;
    */
    padding: 6px;
    margin: 0;
    text-decoration: none;
    display:inline-block;
    /*mozilla rounded corneres */
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background:#fff;
}
.tabs a,
.tabs a.active {
    color: #fff;
    padding: 6px 8px;
    line-height: 1.2; /*ie11 needed this to fix a gap between tabs and top of data table*/
}
#nav-main a {
    /*border-color:#fff;*/
    color:#a50069 !important;
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
}

#nav-main a.active,
.tabs a.active {
    background: #c25f92;
    /*
    border-color: #c25f92;
    border-bottom: 3px solid #c25f92;
    */
    color:#fff !important;
}

.tabs a.active {
    background: #81614c;
}
.tabs a {
    background: #9f8676;
}

#nav-main a:hover, a.active:hover,
.tabs a:hover {
    text-decoration: underline;
}

#nav-main a:visited {
    color: #493B31;
}

#nav-main a.cancel_plan {
    background: #ffe92c;
}

/* Sub Nav */

#nav-sub1 p {
    margin:0 8px 0 8px;
    font-size: .25em;
    padding: 0 0 0 1em;
    z-index: 2;
    background: #c25f92;
    height:7px;
}

#nav-sub1 ul {
    margin: 0 .5em 0 .6em;
    padding: .4em 0 .35em 1em;
    z-index: 1;
    background: #C25F92;
    width:929px;
    width:930px\9;
    margin-left:8px\9;
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
}

#nav-sub1 li {
    display: inline;
    list-style-type: none;
    padding-top: .4em;
}

#nav-sub1 a {
    padding: 5px 5px 0px 5px;
    margin: 0 0 0 0;
    border-width: 0 0 0 0;
    color: #fff;
}

#nav-sub1 a.active {
    background: none;
    color:#FFE92C !important;
    padding: 0 5px 2px 5px;
    border-width: 0 0 0 0;
}

#nav-sub1 a:hover, a.active:hover {

}

#nav-sub1 a:visited {
    color: #fff;
}

/* Main page content */

#main-content {
    margin: 0 8px 8px 8px;
    padding: 1em 1.5em 1em 1.5em;
    clear: both;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 100%;
    position:relative;
    background:#fff;
}
html>body #main-content {
    height: auto;
}

.indent {
    padding-left: 20pt;
}

.indent18 {
    padding-left: 18pt;
}

.title {
    background-color: #2fb5b7;
    padding: .5em;
    color: #fff;
}

h2.home-page-subHeader
{
    font-family: omnes_ods_mediumregular, verdana, sans-serif !important;
    font-weight: normal !important;
    text-align: left;
    color: #2fb5b7;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
}

.home-page-indent {
    padding-left: 44px;
}

.home-page-indent h2 {
    margin: 0;
}

.homePage_pcp360 {
    height: 35px;
    background: url('../images/medicalhome/360.png') no-repeat left;
    padding-left: 43px;
}

.pcp360-modal-name {
    height: 35px;
    background: url('../images/medicalhome/360.png') no-repeat left;
    padding-left: 43px;
    color: #a50069;
    line-height: 1.4;
}

.pcp360-logo-provider-name {
    background: url('../images/medicalhome/360.png') no-repeat top left;
    background-size: 20px;
    padding-left: 26px;
    display: inline-block;
    min-height: 20px;
}

.homePage_medicalhome, .homepage_PCP
{
    height: 35px;
    background: url('../images/medicalhome/myModa-Homepage_medicalhome.png') no-repeat left;
    padding-left: 43px;
}

.homePage_yourmessages
{
    height: 35px;
    background: url('../images/medicalhome/myModa-Homepage_messagecenter.png') no-repeat left;
    padding-left: 43px;
    vertical-align: center;
}

.homePage_shortcuts
{
    height: 35px;
    background: url('../images/medicalhome/myModa-Homepage_shortcuts.png') no-repeat left;
    padding-left: 43px;
    vertical-align: center;
}

.homePage_myhealth
{
    height: 35px;
    background: url('../images/medicalhome/myModa-Homepage_myhealth.png') no-repeat left;
    padding-left: 43px;
    vertical-align: center;
}

.homePage_link-list {
    margin-bottom: 1em;
    padding: .4em 0 .4em 25px;
}
.homePage_link-list ul {
    margin-bottom: 0 !important;
}

hr.homePage_line
{
    margin-left: 35px;
    margin-right: auto;
    color: #d6d2cf;
    background-color: #d6d2cf;
    height: 2px;
    border: none;
}

.link-list,
#wellness,
.bordered-box
{
    border: 1px solid #2fb5b7;
    margin-bottom: 1em;
}
.title {
    /*width: 560px;*/
}
.link-list {
    /*width: 570px;*/
    padding:.4em 0;
}
.bordered-box {
    padding: 1.5em;
}
.bordered-box h2 {
    margin-top: 0;
    line-height: 24px;
}
.bordered-box h2,
.bordered-box p {
    padding-left: 35px;
}
.bordered-box table {
    margin-top: 1.5em !important;
}
.alert-icon {
    background: url("../images/alert.png") no-repeat;
}
#wellness {
    margin-bottom:0;
}
.link-list li
{
    margin-bottom: 2px;
    width:90%;
}
.link-list li a {
    line-height:1;
}
.link-list .morespacing li,
#main-content .morespacing li {
    margin-bottom:7px;
}

.link-list .title,
#wellness .title a,
.title,
.title a
{
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
    font-size:14px;
    color: #fff;
    text-decoration: none;
}

#wellness .title a:hover
{
    color: #fff;
    text-decoration: underline;
}

#wellness .title a:visited {
    color: #fff;
}
/* new callout style */
span.new-item,
.new-item {
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
    background: #FFE92C;
    padding: .1em .2em;
}
.hra-disclaimer {
    font-size: 12px;
    margin: 1em 0 0 0;
    font-family: omnes_ods_regularitalic;
}
/* 2 column (renamed because labels cannot start with a number !) */
.twocolumn {
    float: left;
    padding: 0 0 .2em .5em;
    width: 30%
}

/*
#wellness li,
.link-list li,
.faq-toc li
    {
    margin-bottom: .2em;
    }
*/

/*compensates for IE Float Wrap */
#family-list {
    height: 100%;
}


/* Footer */
#footer {
    margin-top: .5em;
    padding: .5em .5em .1em 1em;
    text-align: center;
    clear: both;
    background:#fff;
    font-size:12px;
}

#footer img {
    margin-top: 1em;
    border: 0;
}

#footer ul {
    margin: 0 0 0 0;
}

#footer li {
    display: inline;
    list-style-type: none;
}

#footer a {
    font-size: .8em;
    border-left: 1px solid #2fb5b7;
    padding-left: .8em;
    margin-left:.4em;
    line-height:1;
    display:inline-block;
}
#footer p {
    width:730px;
    margin:1em auto;
}
#footer .links a {
    font-size:14px;
}

.no-pipe,
#footer a.no-pipe {
    border-left: none;
    margin-left:0;
    padding-left:0;
}
.no-pipe {
    padding-right:.4em;
}
a.pipe {
    border-left: 1px solid #493b31;
    padding: 0 .4em;
    line-height:.8;
    display:inline-block;
}


.border
{
    border: 1px solid #2fb5b7;
    width: 560px;
    margin-bottom: 1em;
}
.border.fullwidth {
    width:100%;
}
.fullwidth {
    margin:1em 0 0 0;
}

/* === Tables Layout === */

/* Tables widths are set to 100% for consistency
when more than one table appears on a page.
Widths can be set independently at the ID level */

table {
    margin: 0 0 1em 0;
    border-collapse:collapse;
    width:100%;
    border-spacing:0;
}

table#med-benefit-details {
    /*margin-top: 1em;*/
}

th {
    text-align: left;
    /*font-size: .9em;*/
    vertical-align: bottom;
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
    font-weight:normal;
}

td {
    padding: 10px 4px 4px 15px;
}

th {
    padding: 4px 4px 4px 15px;
}
.nested {
    padding:0;
}

.nested td,
#eobs .nested td {
    padding:1px 0;
}
.nested td.link {
    padding-top:.4em;
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
    font-weight:normal;
}
.nested table {
    margin-bottom:0;
}
#sub-header-info td,
#sub-header-info th {
    padding:.1em .4em;
}
#sub-header-info td,
#claim-provider-info td {
    padding-left:.8em;
    font-size:14px;
}
tfoot td {
    text-align: left;
}

table.standardBorder,
table.standardBorder th,
table.standardBorder td {
    border: 1px solid #000;
}

table.linear {
    border-collapse: collapse;
}

table.linear td
{
    border-top: 1px solid gray;
    padding-top: .2em;
    padding-bottom: .2em;
    padding-right: .7em;
}

table.linear th
{
    border-top: 1px solid gray;
    background-color: #d7d7d7;
    padding: .2em .7em .3em .2em;
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
    font-weight:normal;
}

/* th.col-group-head is used to visually group a set of columns
The left border provides spacing when more than one
th.col-group-head are used side by side. */

th.col-group-head {
    text-align: center;
    background-color: #f0edeb;
    border-left: 1px solid #2FB5B7;
}

th.lowercase {
    text-transform: lowercase;
}

td {
    vertical-align: top;
    /*font-size: .9em;*/
    font-size:14px;
}
/*
caption {
    text-align: left;
    background: #C13A2C;
    color: #fff;
    font-size: .7em;
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
    font-weight:normal;
    padding: 0 0 .2em .2em;
    }
*/
.cell-group-div {
    border-left: 1px solid #2FB5B7;
}

table.common th.rowhead,
table.common td.rowhead {
    background-color: #d7d7d7;
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
    font-weight:normal;
    font-size:14px;
}

table#vision-services th,
table#medical-benefits th,
table#dental-benefits-other th
{
    width: 25%;
    vertical-align: top;
}

table#med-benefit-details th.sub-highlight,
table#dental-benefits th.sub-highlight,
table#dental-max-deduct th.sub-highlight,
table#medical-max-deduct th.sub-highlight
{
    background-color:#E0F1ED;
    color:#00988A;
}
table#sub-header-info th,
table#claim-provider-info th,
table#effective-dates th,
table#subscriber-summary th
{
    width: 25%;
    text-align:right;
}

table#midas-alert-system th {
    width: 100%;
}

table.ods_holidays th {
    width: 30%;
}

#arrow-shrinkMed-Hist {
    width:25px;
    display:inline-block;
}

#arrow-expandMed-Hist {
    width:25px;
    display:inline-block;
}

#sub-header-info,
#claim-provider-info {
    width:500px;
    border:none !important;
}

table#vision-max-deduct,
table#medical-benefits,
table#claims-list-medical,
table#claims-list-dental,
table#claim-provider-info,
table#medical-max-deduct,
table#dental-benefits,
table#dental-max-deduct,
table#claim-detail-dental,
table#med-benefit-details,
table#pharmacy-notes,
table#pcp-history,
table#vision-benefits,
table#vision-services,
table#claim-detail-medical,
table#claim-payments-medical,
table#claim-memo-medical
{
    border-collapse: collapse;
    /*border-collapse: separate\9; */
    border:1px solid #2FB5B7;
}

table#medicalHome-history
{
   border:none;
   border-collapse: collapse;
}

table#medicalHome-history th
{
    background-color: #d7d7d7;
    padding: .2em .7em .3em .2em;
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
    font-weight:600;
    font-size:0.9em;
    color:#5F5D5C;
}

table#medicalHome-history th.alignToContent{
   text-align:left;
   text-indent:27px
}

table#medicalHome-history td
{
    padding-top: .2em;
    padding-bottom: .2em;
    padding-right: .7em;
}


table#medical-benefits {
    margin-top: 1em;
}

.centered th,
.centered td {
    text-align:center;
}
.centered .alignLeft{
    text-align:left;
}
.nowrap {
    white-space:nowrap;
}

table#subscriber-information th#a1,
table#subscriber-information th#a8,
table#pcp-history th#a1,
table#pcp-history th#a7,
table#medicalHome-history th#a1,
table#medicalHome-history th#a7
{
    background-color:#D5C9C6;
}


th.left-table-head,
table#vision-max-deduct th.left-table-head,
table#claim-memo-medical th.left-table-head,
table#dental-benefits th.left-table-head,
table#dental-max-deduct th.left-table-head,
table#medical-max-deduct th.left-table-head,
table#med-benefit-details .left-table-head
{
    text-align: left;
    vertical-align: top;
}

table#medical-max-deduct th.left-table-head
{
    white-space: nowrap;
}

table#vision-max-deduct .left-column-head,
table#dental-benefits .left-column-head,
table#med-benefit-details .left-column-head,
table#medical-max-deduct td.tfoot {
    text-align: left;
}

table#vision-max-deduct td,
table#vision-max-deduct th.left-table-head,
table#medical-benefits td,
table#medical-benefits th.left-table-head,
table#claims-list-medical td,
table#claims-list-dental td,
table#medical-max-deduct td,
table#medical-max-deduct th.left-table-head,
table#dental-benefits th.left-table-head,
table#dental-benefits td,
table#dental-max-deduct td,
table#dental-max-deduct th.left-table-head,
table#claim-detail-dental td,
table#med-benefit-details td,
table#med-benefit-details th.left-table-head,
table#vision-benefits th,
table#vision-benefits td,
table#vision-services th,
table#vision-services td,
#eobs td
{
    border-top: 1px solid #2FB5B7;
}
#eobs th,
#eobs td {
    border-top:none;
}
#eobs th {
    padding:.5em 0;
}


/*wee global data table padding? nothing like overcomplication*/
table#vision-max-deduct td,
table#vision-max-deduct th,
table#dental-benefits td,
table#dental-benefits th,
table#dental-max-deduct td,
table#dental-max-deduct th,
table#medical-max-deduct td,
table#medical-max-deduct th,
table#med-benefit-details td,
table#med-benefit-details th,
table#vision-max-deduct td,
table#vision-max-deduct th.left-table-head,
table#medical-benefits td,
table#medical-benefits th.left-table-head,
table#claims-list-medical th,
table#claims-list-medical td,
table#claims-list-dental th,
table#claims-list-dental td,
table#medical-max-deduct td,
table#medical-max-deduct th.left-table-head,
table#dental-benefits th.left-table-head,
table#dental-benefits td,
table#dental-max-deduct td,
table#dental-max-deduct th.left-table-head,
table#claim-detail-dental td,
table#med-benefit-details td,
table#med-benefit-details th.left-table-head,
table#vision-benefits th,
table#vision-benefits td,
table#vision-services th,
table#vision-services td,
table#pcp-history th,
table#pcp-history td,
table#medicalHome-history th,
table#medicalHome-history td,
table#referral-history-medical th,
table#referral-history-medical td,
table#member-benefit-summary th,
table#member-benefit-summary td,
table#contact-info th,
table#contact-info td,
table#subscriber-information th,
table#subscriber-information td,
table#other-insurance-summary th,
table#other-insurance-summary td,
table#effective-dates th,
table#effective-dates td,
table#midas-alert-system th,
table#midas-alert-system td,
#eobs td,
.row-head,
table#claims-list-medical .row-head,
table#claims-list-dental .row-head,
caption,
.title
{
    padding:.5em .75em;
}
.title {
    padding-bottom:.4em !important;
}
#med-detail-note,
.detail-box {
    padding:.5em .75em !important;
}
#referals-family .title,
#benefits-family .title,
#eobs-family .title,
.eobs.title,
#eobs th span {
    padding-left:.85em;
}

.nowrap {
    white-space:nowrap;
}

/*does the comment below really say Netscape?*/

/* Netscape solution for tr borders
because Netscape does not recognize border-collapse
and Explorer does not apply borders to tr.
Explorer solution is above. */

table#claims-list-medical tr,
table#claims-list-dental tr,
table#medical-max-deduct tr,
table#dental-benefits tr,
table#dental-max-deduct tr,
table#claim-detail-dental tr,
table#med-benefit-details tr
{
    /*border-bottom: 1px solid #2FB5B7;*/
}
th.no_bottom_border {
    border-bottom:none !important;
}
th.more_padding {
    padding:1em .5em !important;
}
table#dental-max-deduct td,
table#medical-max-deduct td
{
    /*padding-top: 1em;*/
}

table#vision-max-deduct td,
table#vision-max-deduct th,
table#dental-benefits td,
table#dental-benefits th,
table#dental-max-deduct td,
table#dental-max-deduct th,
table#medical-max-deduct td,
table#medical-max-deduct th,
table#med-benefit-details td,
table#med-benefit-details th
{
    text-align: center;
    border-bottom: 1px solid #2FB5B7;
}
table#med-benefit-details th.left-table-head-middle,
table#dental-benefits th.left-table-head-middle
{
    text-align:left;
}
table#choose-pcp {
    width: 80%;
}

table#claims-list-medical {
    clear: both;
}

.row-head,
table#claims-list-medical .row-head,
table#claims-list-dental .row-head {
    background-color: #f0edeb;
    /*padding: .2em 0 .3em .4em;*/

}
table#subscriber-information th a,
.row-head .nested td {
    font-weight: normal;
}
.row-head .nested td a {
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
    font-weight:normal;
}
.row-head.alignRight {
    text-align:right;
    padding-right:10px !important;
}
.alignRight {
    text-align:right !important;
}
.alignRight .pdf {
    margin-right:0;
}

#costRange .disclaimer {
    font-size: .7em;
}

table#subscriber-summary table, table#subscriber-summary th {
    width: auto;
}


/* === Form Layout === */

form h3 {
    float: left;
    width: 15em;
    font-size: 1em;
    text-align: right;
}

form td.label {
    text-align: right;
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
    font-weight:normal;
}

.container-login {
    margin-bottom: 20px;
}

form#login {
    width: 45%;
    float:left;
    margin-top:1em;
}
form#login p {
    margin:0 0 .5em 205px;
}
form#login .label {
    display:inline-block;
    width:70px;
    
}
form#create-user span.label,
form#registration span.label,
form#change-contact-info span.label,
form#emailCollect span.label,
form#change-security-question span.label,
form#pswdHelpQuest span.label,
form#change-password span.label,
form#contact-us span.label,
form#create-user span.label
{
    float: left;
    width: 100px;
    text-align: left;
    margin-right:7px;
}
form#registration p#emailDisclaimer span.label {
    text-align: right;
}
form#change-password span.label {
    width: 135px;
}
.label_block {
    display:block;
    margin:0 0 .25em 0;
}
.more_bottom_spacing {
    margin-bottom:1.5em !important;
}
.more_top_spacing {
    margin-top:1.5em !important;
}
.example,
.or {
    color:#aaa;
    margin-left:7px;

}
#registration .example,
#create-user .example {
    width:300px;
    text-align:left;
}
.or {
    color:inherit;
    font-family: omnes_ods_regularitalic, verdana, sans-serif;
}
.form span.label,
.form .example,
.form .or,
.form p em,
.form-row span.label,
.form-row span.field {
    position:relative;
    top:4px;
}
.form input,
.form .example,
.form .or,
.form p em {
    float:left;
}
.form p em {
    font-family:omnes_ods_regularregular, verdana, sans-serif !important;
    font-style:normal;
    left:10px;
    width:300px;
    line-height:1;
}
.form p {
    margin:.5em 0 0 0;
    width:380px;
}
.form.narrow p {
    width:280px;   /* fix overflow on IE */
}
.form p.wider {
    width:565px;
}
.form p.full_width {
    width:auto;
}
.form p.reg_instruction {
    margin:1.5em 0;
}
.form p .modaBtn,
.form.narrow p .modaBtn {
    margin-right:2px;
}
.form.narrow p .modaBtn {
    margin-right:-1px\9;
}
.form h2 {
    clear:left;
    margin-top:1em;
}
form#create-user .modaBtn {
    margin-right:312px;
    margin-right:309px\9;
}
/*
form#pswdHelpQuest span.label,
form#change-security-question span.label,
form#contact-us span.label,
form#change-password span.label {
    float: left;
    width: 15em;
    text-align: right;
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
    font-weight:normal;
    margin-right: .5em;
    }
*/
.form-row {
    clear: both;
}

.form-row span.label {
    float: left;
    width: 15em;
    text-align: right;
    margin-right:7px;
}

.form-row span.field {
    float: left;
}

form#change-pcp-form span.label,
form#change-contact-info span.label {
    /*
        font-family:omnes_ods_mediumregular, verdana, sans-serif;
        font-weight:normal;
        margin-right: 1em;
        */
}

form#change-pcp-form .form-row span.label {
    width: 16em;
    margin-bottom: 1em;
}

form#change-pcp-form,
form#change-contact-info {
    margin-bottom: 5em;
}

form#referral-search,
form#claims-search-medical,
form#claims-search-dental
{
    /*
    background-color: #d7d7d7;
    padding: .2em 0 .2em .3em;
    font-size: .9em;
    text-align: center;
    margin: 0 3em .5em 0;
    */
}

/*
form#referral-search select,
form#referral-search input,
form#claims-search-medical select,
form#claims-search-medical input,
form#claims-search-dental select,
form#claims-search-dental input
    {
    font-size: .9em;
    }
*/

form#change-contact-info .field select {
    margin-left: .5em;
    voice-family: "\"}\"";
    voice-family: inherit;
    margin-left: .5em;
}
html>body form#change-contact-info .field select {
    margin-left: 0em;
}

form#request-id-multiple table {
    width: 0;
    margin-left: 11em;
}

form#id_card_choices {
    margin-left: 5em;
}

h2#contactForm,
form#id_card_choices input,
ul#wellList {
    clear: both;
}

/* Other Styles */
#benefits-family,
#eobs-family {
    margin-bottom: 1em; /* IE5 */
    voice-family: "\"}\"";
    voice-family: inherit;
    margin-bottom: 1em;     /* IE6 */
    clear:both;
}
.shared {
    float:left;
}
html>body #benefits-family {
    margin-bottom: 14em;    /* Mozilla */
}
#be-history-link {
    float:right;
    margin:.45em 0 0 0;
}
h1 span {
    font-size:.6em;
    font-family:omnes_ods_mediumitalic, verdana, sans-serif;
}
h1 em {
    font-family:omnes_ods_regularregular, verdana, sans-serif !important;
    font-style:normal;
}

#referals-family .title,
#benefits-family .title,
#eobs-family .title {
    background-color: #2fb5b7;
    padding: .5em;
    margin: 1em 0 .4em 0;
    /*width: 60%;*/
    font-size:14px;
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
}
#referals-family .title,
#benefits-family .title,
#eobs-family .title,
.eobs.title,
.title,
caption {
    color: #FFE92C;
    /*padding-left:.55em;*/
}
caption {
    background-color: #2fb5b7;
    text-align:left;
    width:auto;
    margin:0;
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
    font-size:14px !important;
    line-height:1;
}

#eobs-family .title {
    background-color: #2fb5b7;
    width: 100%;
}
#eobsContentLeft {
    float:left;
    width:558px;
    clear:none;
}
#eobsContentLeft .title {
    margin-bottom:0;
}
#eobsContentRight {
    float:right;
    margin-top:20px;
    clear:none;
}

#eobs-family #claims-list-medical {
    margin-left: auto;
    margin-right: auto;
}

#eobs-family #eobs-search-medical {
    margin:0;
    padding:0;
    text-align:center;
}
#eobs-search-medical td.label,
#claims-search-medical td.label,
#claims-search-dental td.label {
    text-align:right;
    font-weight:normal;
    width:85px;
    white-space:nowrap;
    padding-left:0;
    vertical-align:middle;
    position:relative;
    top:-3px;
}

#med-detail-note,
#main-content .detail-box {
    border: 1px solid #d7d7d7;
    margin: 1em 0;
    padding: .2em .2em .2em .2em;
}

#main-content .detail-box .subheader,
#main-content .deatail-box .data {
    float: left;
}
#main-content .detail-box .subheader sup {
    vertical-align: top;
    position: relative;
    top: -.3em;
}
#main-content .detail-box .data {
    margin: 0 0 2em 2em;
    display: inline-block;
}
#main-content .detail-box .data li {
    background: none;
    margin: 0;
    padding: 0;
}
#main-content .detail-box .data li .label {
    width: 7.5em;
}
#main-content .detail-box .data li .label.one {
    width: auto;
}
#main-content .detail-box .data li .value.one {
    margin-left: 2em;
}
#main-content .detail-box .data li span {
    display:inline-block;
}

#med-benefit-details .note {
    padding-left: 1.5em;
    border-top: none;
    margin-bottom: 2em;
    text-align: left;
}

.faq-q,
.headline {
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
    font-weight:normal;
    margin-bottom: 5px;
}

.faqA {
    margin-top: 0;
}

#registration p
{
    text-align: center;
}

#loginInst {
    margin-bottom: 4em;
    margin-left: 55%;
    position:relative;
    top:10px;
}

#loginInst ul {
    padding: 0;
    margin: 0 0 0 15px;
}
#loginInst ul li {
    margin:0;
}

#idCard
{
    float: right;
    margin-right: 80px;
    border: 1px solid #000;
}

#idCard
{
    float: right;
    margin-right: 80px;
    border: 1px solid #000;
}

/*
input[type=checkbox] {
    visibility: hidden !important;
}
*/

/* Benefits Notes Killer
#medical-max-deduct td,
#medical-max-deduct tr,
#medical-max-deduct table {
    color: #000;
    background-color: #fff;
    border-width: 0 0 0 0;
    }*/

/* Controls display for Benefit Notes */
table.benefit-note {
    width: auto;
}

table#pharmacy-notes,
td.benefit-note,
p.benefit-note,
#medical-max-deduct td.benefit-note,
#dental-max-deduct td.benefit-note
{
    text-align: left;
    /*font-size:.9em;*/
}

td.benefit-note li,
.benefit-note li,
.zebra td li,
td.note li,
#med-detail-note li,
#pharmacy-notes li,
.detail-box li {
    margin-left:2em;
    list-style-type:none;
}

table#pharmacy-notes h1,
td.benefit-note h1,
p.benefit-note h1,
#med-detail-note h1,
.detail-box h1
{
    font-size: 1em;
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
    font-weight:normal;
    border: 2px solid #C00;
    margin: 1em 1em .5em 1em;
    padding: .5em;
}

table#pharmacy-notes h2,
td.benefit-note h2,
p.benefit-note h2,
#med-detail-note h2,
.detail-box h2
{
    font-size: 1em;
    border: 1px solid #2FB5B7;
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
    color:#493B31;
    margin: 1em 1em .5em 1em;
    padding: .5em;
}

table#pharmacy-notes h3,
td.benefit-note h3,
p.benefit-note h3,
#med-detail-note h3,
.detail-box h3
{
    font-size: 1em;
    font-family:omnes_ods_mediumregular, verdana, sans-serif !important;
    color:#493B31;
    margin: 0 0 0 0;
}

table.benefit-note {
    border: 1px solid black;
    margin: 1em 0 0 1em;
}

table.benefit-note th {
    vertical-align: bottom;
    border: 1px solid black;
}

table.benefit-note td {
    text-align: center;
    vertical-align: top;
    border: 1px solid black;
}

table.benefit-note .left-align {
    text-align: left;
}

table.benefit-note th.section,
table.benefit-note td.section
{
    background-color: #efefef;
}

/*
#regHelpWebAmin,
#regHelpCS {
    border-top: 1px #E6AC8D solid;
    }
*/
#regHelpWebAmin {
    margin-top:2em;
}
.no_top_rule #regHelpWebAmin.subhead {
    border-top:none;
}
.subhead {
    border-top:1px solid #a3a3a3;
    margin-top:1.5em;
    padding-top:.75em;
}
.main_column_wrap {
    width:560px;
}

form#benDet,
form#med-ben-det-search {
    margin: 0 0 1em 0;
}

.desc {
    margin-top: 0;
}


#memSvcs {
    background-color: #ebf1ef;
    border: 1px solid #2980c1;
    width: 210px;
    margin-right: 3em;
    margin-bottom: 1em;
    float: right;
    clear:right;
}

#memSvcs li {
    /*font-size: .9em;*/
}

#visSvcs {
    background-color: #FFECC5;
    border: 1px solid #CB633F;
    width: 210px;
    float: right;
    clear: right;
    margin-right: 6em;
    voice-family: "\"}\"";
    voice-family: inherit;
    margin-right: 6em;      /* IE6 */
}

html>body #visSvcs {
    margin-right: 3em;  /* Mozilla */
}

#visSvcs img {
    margin-left: 0;
    margin-right: 10px;
    float: left;
}

#visSvcs p {
    margin-top: 10px;
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
    font-weight:normal;
    line-height: 150%;
}

.inputBoxFixed {
    width:112px;
    /*margin-left:5px;*/
}
#login .inputBoxFixed {
    margin-left:5px;
}
.center {
    text-align: center;
}

#ODSlogin {
    width: 45%;
    float:left;
}


#ncqa {
    position:absolute;
    bottom:24px;
    right:28px;
    text-align:right;
    font-size:11px;
    width:235px;
}
#ncqa img {
    margin-bottom:.5em;
}
#ncqa p {
    margin:0 0 .35em 0;
}

#castingCall {
    position: absolute;
    left: 26.2em;
    top: 10em;
    width: 27em;
    border: 1px solid #f0888a;
    background-color: #f9c7c2;
    voice-family: "\"}\"";
    voice-family: inherit;
    top: 11.5em;        /* IE6 */
}
html>body #castingCall {
    top: 10em;  /* Mozilla */
}

#castingCall h1 {
    margin-left: 12px;
}

#castingCall img {
    float: left;
    padding: 0 10px 10px 10px;
}

#healthMsg {
    background-color: #E5E6E7;
    border: 1px solid #818686;
    margin-bottom: 15px;
    position: absolute;
    width: 260px;
    right: 55px;
    top: 38px;
}

#healthMsg img {
    margin-right: 0;
    margin-left: 10px;
    float: right;
}


#healthMsg p {
    color: #818686;
    margin: 10px 0 0 10px;
    line-height: 150%;
    padding-bottom: 4px;
}

p#healthMsgTitle {
    color: #8A181A;
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
    font-weight:normal;
    text-transform: uppercase;
}


#healthMsgMo {
    background-color: #A5D6E6;
    text-align: center;
    padding: 10px;
    margin: 0;
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
    font-weight:normal;
}

.disclaimer,
.disclaimer2,
.sourceCredit {
    font-size: 1em;
}
.disclaimer,
.disclaimer2 {
    font-family: omnes_ods_regularitalic;
}

#wellHighlight {
    margin-left: 20px;
    position: relative;
    right: 35px;
}

#wellHighlight li {
    text-align: center;
    width: 100px;
    float: left;
    margin-right: 10px;
    list-style: none;
    font-size: .8em;
}
#helpUmp {
    text-align: center;
    border-bottom: 1px solid #006C68;
}
a.langChange {
    position: absolute;
    top: 85px;
    left: 715px;
}

a.glossary {
    text-decoration: none;
    border-bottom: 1px dotted;
    color: #333;
}
a.glossary span{ display: none; }
a.glossary:hover{
    position: relative;
    color: #333;
    text-decoration: none;
} /* IE6 Only */
a.glossary:hover span{
    position: absolute;
    display: block;
    font-weight: normal;
    background-color: #F4F4F4;
    border: 1px solid #BCBCBC;
    width: 200px;
    padding: 3px;
}

#wellmap {
    float: right;
}
#navUtilCloseWin {
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
    font-weight:normal;
    font-size: x-small;
    text-align: right;
    color: #006C68;
    padding: 10px;
    position: absolute;
    left: 660px;
    top: 10px;
}
#headImg {
    position: absolute;
    top: -10px;
    left: -10px;
}
p#emailDisclaimer,
p.optIn {
    text-align: left;
    margin:20px 0 10px 0;
}
p.radio {
    margin:0 0 5px 0;
}
p.radio label {
    position:relative;
    top:5px;
}
.form label .disclaimer,
.form label .disclaimer2 {
    display:block;
    float:none;
    left:127px;
    width:440px;
}
.form label .disclaimer2 {
    left:0;
    width:auto;
}

p#emailDisclaimer span {
    /*font-size: .9em;*/
    font-family: omnes_ods_regularitalic, verdana, sans-serif;
    font-style:normal;
}
p#emailDisclaimer .label {
    display:table-row;
    *height:50px;
}
p#emailDisclaimer .label input {
    float: right;
    text-align: right;
    *border:1px solid red;
}
p#emailDisclaimer label,
p#emailDisclaimer .label input {
    display:table-row;
}
img#eeobGoPaperless {
    vertical-align: middle;
}

div#eeobEnrollContent {
    margin:auto;
    width:90%;
}

#ecListWrapper {
    width: 300px;
}

.form-wrapper {
    position: relative;
}

.form-element-bottom {
    text-align: center;
    width: inherit;
}

.form-element-bottom-left-align {
    width: inherit;
    margin-top: 1em;
    margin-bottom: 0;
}

.categoryButton:link, .categoryButton:visited {
    background: url("../images/288x80_btn_sprite.gif") no-repeat scroll 0 0 transparent;
    border-style: none !important;
    color: #FFFFFF !important;
    display: block;
    float: left;
    font-size: 14px;
    height: 80px;
    margin: 20px 20px 20px 0;
    padding: 12px 0 0 5px;
    text-align: center;
    text-decoration: none;
    width: 139px;
}

/* Adams's CSS filter hack to get the buttons rendering properly in IE 7 and 8 */
* html .categoryButton:link, .categoryButton:visited
{
    width: 144px;
}
.categoryButton:active {
    background-position: -144px 0;
    text-decoration: none;
    color: #FFFFFF;
}
.categoryButton:hover {
    background-position: -144px 0;
    text-decoration: none;
    color: #FFFFFF;
}
.categoryButton.on {
    background-position: -144px 0;
    color: #FFFFFF;
}


.categoryButton2:link, .categoryButton2:visited {
    background: url("../images/278x80_btn_sprite.gif") no-repeat scroll 0 0 transparent;
    border-style: none !important;
    color: #FFFFFF !important;
    display: block;
    float: left;
    font-size: 14px;
    height: 80px;
    margin: 20px 20px 20px 0;
    padding: 12px 0 0 5px;
    text-align: center;
    text-decoration: none;
    width: 139px;
}

/* Adams's CSS filter hack to get the buttons rendering properly in IE 7 and 8 */
* html .categoryButton2:link, .categoryButton2:visited
{
    width: 139px;
}
.categoryButton2:active {
    background-position: -139px 0;
    text-decoration: none;
    color: #FFFFFF;
}
.categoryButton2:hover {
    background-position: -139px 0;
    text-decoration: none;
    color: #FFFFFF;
}
.categoryButton2.on {
    background-position: -139px 0;
    color: #FFFFFF;
}



/* cell that contains the box for ebill link */
td#ebill {
    width: 158px;
}

td#ebill .box {
    position: relative;
    top: -12px;
}

#main {
    float:left;
    margin-right:28px;
    width:560px;
}
#sidebar {
    float:right;
    width:300px;
    /*position:relative;*/
}
#sidebar.ncqa {
    min-height:660px;
}
#sidebar .rotate {
    position:absolute;
    top:28px;
    right:20px;
    display:none;
}

#sidebar .idCard_spec {
    margin-top: 45px;
    margin-bottom: 15px;
}

/* css box from other apps*/
.promo {
    border:#b0006e 1px solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    margin:0 0 22px 0;
    padding:0 0 0 5px;
    width:300px;
    float:right;
}
.promo h3 {
    color: #493B31;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 12px 10px 7px 15px;
    font-family: omnes_ods_mediumregular, verdana, sans-serif !important;
    line-height: 1.1;
}
.promo ul {
    margin:0 0 15px 0;
    padding:0 0 0 48px;
}
.promo img,
.promo .image_text {
    float:left;

}
.promo img {
    margin-left:16px;
    position:relative;
    top:4px;
}
.promo .image_text {
    width:200px;
    margin:0 0 20px 10px;
}

.promo .contest {
    margin:10px 10px 10px 15px;
}

.promo .contest {
    margin:10px 10px 10px 15px;
}
#main-content .promo ul {
    margin:0 0 20px 3px;
}
.promo ul li {
    margin-bottom:2px;
}
.promo p {
    margin:0 0 .5em 0;
}

.box {
    background: url("../images/action_bottom.gif") no-repeat scroll 0 bottom transparent;
    padding: 0 15px 0 17px;
    position: relative;
    width: 158px;
}

.box h2 {
    background: url("../images/action_top.gif") no-repeat scroll 0 0 transparent;
    left: -17px;
    top: -2px;
    padding: 14px 15px 0 17px;
    position: relative;
    width: 158px;
    border: 0 none;
    font-size: 14.5px;
    line-height: 1em;
    letter-spacing: 0.5em;
}

td#ebill .box p {
    margin: 0;
}

td#ebill .box h2 {
    margin-bottom: 0.5em;
}

td#ebill .box h2, .ebill {
    color: #74bf2a;
}

.box #buttons, .box .buttons {
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    text-align: center;
    width: 50%;
    height: 30px;
}

#buttons a, .buttons a {
    width: 29px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    position: relative;
    top: 15px;
}

.bottomGo {
    background-image: url("../images/bottomGo_btn_back.gif");
}

.bottomButton {
    margin-bottom: 0 !important;
    width: 29px;
    border: 0 none;
    color: #ffffff;
    background-repeat: no-repeat;
    background-color: #ffffff;
    height: 32px;
    /*font-size: 0.9em;*/
    position: relative;
    top: 2px;
}

a.bottomButton, a.bottomButton span {
    color: #fff;
}

.bottomButton:hover {
    background-position: left -32px;
}

.bottomButton span {
    position: relative;
    top: 5px;
}

a.bottomButton:hover, a.bottomButton:hover {
    text-decoration: none;
    color: #fff;
}
.pdf a[href$='.pdf'],
body .pdf /*links on EOBs page, they don't directly call .pdf files*/ {
    padding-right: 17px;
    margin-right:2px;
    background: transparent url(../images/pdf.gif) no-repeat center right;
}

.reveal-modal,
.border_wrap {
    background-color:#ffffff;
    border:#b0006e 1px solid;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    font-size:1.1em;
    overflow:auto;
    padding:27px;
    z-index:1000;
}
.reveal-modal p,
.border_wrap p {
    background-color:#ffffff;
    font-family:omnes_ods_regularregular, verdana, sans-serif;
    /*font-size:.9em;*/
    font-size:14px;
}
.reveal-modal .last,
.border_wrap .last {
    margin-bottom:0;
}
.reveal-modal .first,
.border_wrap .first {
    margin-top:0;
}
.reveal-modal h3,
.border_wrap h3 {
    margin:0;
    font-size:1.2em;
    color:#A50069;
    font-family:omnes_ods_mediumregular, verdana, sans-serif !important;
    margin-bottom:.75em;
}
.modal_small {
    width:375px;
    margin-left:-210px;
}
.modal_medium {
    width:550px;
    margin-left:-310px;
}
#modalWait {
    width:150px;
    margin-left:-95px;
    text-align:center;
    overflow:hidden;
}
#modalWait p {
    position:relative;
    left:10px;
    top:15px;
    margin-top:-15px;
    margin:0 0 10px -14px\9;
}
#modalWait .spinner {
    top:8px;
    left:35px;
    left:0\9;
}


/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide { opacity: 0; filter:alpha(opacity=0); }
.ez-checkbox {
    background: url('../images/sprite_checkbox.png') 0 -21px  no-repeat;
    display:inline-block;
    width:22px;
    height:22px;
    margin-bottom:3px;
    left: -4px;
}

.ez-checked {
    background: url('../images/sprite_checkbox.png') 1px 1px no-repeat;
    display:inline-block;
    width:22px;
    height:22px;
    margin-bottom:3px;
    left: -4px;
}

.ez-radio {
    background: url('../images/sprite_radio.png') 0 -21px no-repeat;
    display:inline-block;
    width:24px;
    height:21px;
}
/* .ez-checked { background-position: 0 0; } */
.ez-selected { background-position: 0 0; }
.ez-checked-green { background-position: 0 -18px; }
.ez-checkbox, .ez-radio { zoom: 1; *display:inline; _height:18px; }

.hover {
    position:relative;
    top:-2px;
}
.hover:hover {
    cursor:pointer;
}
#change-contact-info .hover {
    position:relative;
    top:3px;
}
#change-contact-info p.radio label {
    top:5px;
}
#change-contact-info p#emailDisclaimer, p.optIn {
    margin-top:0;
}
#contact-us {
    margin-bottom:1em;
}
.max_width {
    width:234px;
    width:231px\9;
}
.returntop {
    margin-bottom:25px;
}
.medicare_link {
    margin-left:15px;
}

#page_size {
    text-align:right;
}
.pagelinks {
    float:right;
}
.pagebanner {
    float:left;
    position:relative;
    top:3px;
}
#page_size,
.pagelinks {
    display:block;
}
.pagelinks,
.pagebanner {
    height: 22px;
    display: inline-block;
    padding:0;
    margin-bottom: 10px;
}
.pagelinks a,
.pagelinks span,
.pagelinks strong {
    vertical-align:middle;
}

.pagelinks a {
    color:#a50069;
}
.pagination_padding {
    position:relative;
    top:-2px;
}
.pagination_padding a,
.pagination_padding strong {
    padding:0 8px;
}
.pagination_separator {
    display: inline-block;
    height: 14px;
    overflow: hidden;
    position: relative;
    top: -1px;
}
.pagination {
    background: url("../images/sprite_pagination_forward_back.png") no-repeat;
    width:22px;
    height:22px;
    display:inline-block;
    position:relative;
    top:0;
}
.pagination_first { background-position:0 0; }
.pagination_previous { background-position:-22px 0; margin-right:-2px; }
.pagination_next { background-position:-25px -22px; margin-left:-2px; }
.pagination_last { background-position:0 -22px; }

.zebra {
    background:#f0edeb;
}

.width_nowrap { white-space:nowrap; }
.width_claim { width:120px; }
.width_provider { width:180px; }
.width_status { width:100px; }
.width_service_dates { width:100px; }
.width_service_type { width:200px; }
.width_charge { width:80px; }
.width_deductible { width:80px; }
.width_copay { width:80px; }
.width_mh_paid { width:90px; }

.btn {
    background-color:#83756b !important;
    border-radius:6px;
    color:#fff !important;
    display:block;
    padding:5px 2px 5px 23px !important;
    margin:5px 0 !important;
    text-align:left;
}
.btn:hover {
    background-color:#d5c9c6 !important;
    color:#493b31 !important;
    text-decoration:none;
}
.btn.pdf {
    background-position:4px center;
}
.btn_claims {
    width:69px !important;
}

.html_promo {
    background-color: #ffe92c;
    border-radius: 8px;
    padding: 1.5em;
    font-size: 15px;
    margin-top: 8px;
}
.html_promo * {
    line-height: 1.1 !important;
}
.html_promo h2,
.html_promo a {
    color: #a50069;
    /*font-family: omnes_ods_semiboldroman, verdana, sans-serif !important;*/
}
.html_promo h2 {
    font-size: 30px;
    margin: 0 0 .3em 0;
}
.html_promo dl {
    margin-bottom: 0;
}
.html_promo dt {
    font-size: 24px;
}
.html_promo dt{
    float: left;
}
.html_promo dd {
    padding-top: 7px;
    margin-left: 32px;
}
.html_promo .spacing {
    text-align: center;
    padding: .3em 2em .3em 0;
}
.label-text {
    width: 440px !important;
}

/* clear fix */
.clearfix:after {
    content: ".";
    clear: both;
    visibility: hidden;
    height: 0;
    display: block;
}
.clearfix {
    zoom: 1;
}

/* WEBKIT TWEAKS */
@media screen and (-webkit-min-device-pixel-ratio:0){
    table#vision-max-deduct,
    table#medical-benefits,
    table#claims-list-medical,
    table#claims-list-dental,
    table#claim-provider-info,
    table#medical-max-deduct,
    table#dental-benefits,
    table#dental-max-deduct,
    table#claim-detail-dental,
    table#med-benefit-details,
    table#pharmacy-notes
    {
        border-collapse: collapse;
        width:888px;
    }

    caption {
        width:888px;
    }

    .form span.label,
    .form .example,
    .form .or,
    .form p em,
    .form-row span.label,
    .form-row span.field {
        top:5px;
    }

    .modaBtn {
        height:29px;
        line-height:25.5px;
    }
    .form p .modaBtn {
        margin-right:3px;
    }
    .form.narrow p .modaBtn {
        margin-right:2px;
    }

    #nav-sub1 ul {
        width:930px;
    }

    .dk_toggle {
        position:relative;
        left:2px;
    }

    .max_width {
        width:231px !important;
    }

    .pagination_separator {
        top:-2px;
    }
    .pagination {
        top:0;
    }
}
.video-link{
    text-align: right;
    padding : 8px 32px 16px 0;
}
.video-link > a {color: #a50069;}
.video-wrapper{
    border: 6px solid rgba(0,0,0,.8);
    height:308px;
}

p .stacked50wide {
    float: left;
    padding: 0 0 .2em .5em;
    width: 50%
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    /*overflow: auto;
    width: 100px;
    height: 102px;*/
}

#medicalHomeInfo {
    text-align:left;
}

#medicalHomeInfo h3{
    margin:0;
    font-size:1.3em;
    color:#493B31;
    font-family:omnes_ods_mediumregular, verdana, sans-serif !important;
    margin-bottom:.75em;
    font-weight:900;
}

.gray-button {
    background:#cccccc !important;
    border: 1px solid #cccccc !important;
    color:#666666 !important;
    cursor: pointer !important;
}

#container {
    width: 500px;
    background-color: #fff;
    padding: 3px 20px 5px 20px;
    border-radius: 5px;
    box-shadow: 5px;
}

#container h2{
    margin:0;
    font-size:1.5em;
    color:#282828;
    font-family:omnes_ods_mediumregular, verdana, sans-serif !important;
    margin-bottom:.75em;
    font-style:normal;
    font-weight: 900;  
}

.info_Div {
    background-color: #ecebea;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    font-size:1.1em;
    overflow:auto;
    margin-top: 15px;
    padding:20px 20px 5px 20px;
    width:450px
}

.info_Div h3 {
    font-size:16px;
    color:#282828;
    font-family:omnes_ods_mediumregular, verdana, sans-serif !important;
    margin-bottom:.75em;
    font-style:normal;
    font-weight: bold !important;
}

.info_Div p {
    background-color:#E0E0E0;
    font-family:omnes_ods_regularregular, verdana, sans-serif;
    font-size:0.8em;
    font-style:normal;
    font-weight: 900;
}

.formCenter {
    background-color:#ffff ;
    overflow:auto;
    margin-top: 5px;
    padding:20px 20px 5px 20px;
    width:450px;
    display: inline-block;
}

/* Check Boxes */
.formCenter .control input {
    width: 13px;
    height: 13px;
}

/* Check Box label */
.formCenter .control{
    position: relative;
    cursor: pointer;
}


.formCenter .select {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.formCenter .select-label{
    font-size:1em;
    padding-left: 40px;
}

.formCenter #validEmail{
    color:#ff0000;
    text-align:left;
    padding-left: 20px;
}

.formCenter #medHomeChangeEmail{
    background-color:#ffffff;
    text-align:left;
    overflow:hidden
}

.formCenter #medHomeChangeEmail input#emailAddress{
    margin-left:20px;
}

.formCenter #medHomeChangeEmail input#chkChangeEmail{
    position: relative;
}

.formCenter #medHomeChangeEmail h2{
    margin:0px 5px 5px 15px;
    font-size:1em;
    color:#282828;
    font-family:omnes_ods_mediumregular, verdana, sans-serif !important;
    margin-bottom:.75em;
    font-style:normal;
    font-weight: 900;
}

.formCenter #medHomeChangeEmail p{
    margin:0px 5px 5px 20px;
    font-family:omnes_ods_mediumregular, verdana, sans-serif !important;
    margin-bottom:.75em;
    font-style:normal;
}

.formCenter #emailReplace{
    font-size:0.9em;
    font-style:normal;
    font-weight: 900;
     display: block;
     padding-left:40px;
    text-indent: -25px;

}

.formCenter #medHomeChangeSubmit {
    background-color:#ffffff;
    text-align:center
}

.formCenter #medHomeChangeSubmitBtn{
    font-size:1em;
    color:#ffffff;
    margin-bottom: 10px;
}

.formCenter #medHomeChangeCancelLnk{
    font-size:1em;
    color:#a50069;    
    padding-right:3px
}

#medHomeChangeConfMsg {
    width: 100%;
    font-size:1.1em;
    background-color: #e3f2f1;
    padding: 15px 0px 15px 0px;
    float:left;
    overflow:hidden
}

#medHomeChangeConfMsg img{
    padding-left:10px;
    float:left;
    width:40px;
    heigh:48px
}

#medHomeChangeConfMsg #confLbl{
    width:90%;
    padding-top: 7px;
    padding-left:15px;
    float:left
}

/*
* tooltips
*/
/* most of these styles reside in tipTip.css, modified long ago and brought over from ProviderSearch */
/* hide content the container for content to be injected into tipTip tooltips*/
.content-tooltip {
    display: none;
}
.trigger-tooltip:hover {
    cursor: pointer;
}
#tiptip_content p {
    text-align: left;
    font-size: 14px;
}
#tiptip_content > *:last-child {
    margin-bottom: 0;
}

.cancel-plan-container {
    margin-bottom: 0.7em;
}

.email-bold {
    font-family: 'omnes_ods_mediumregular', verdana, sans-serif !important;
}

.divInABox {
    border-width: 0.1em;
    border-style: solid;
    border-color: #818686;
    margin-bottom: 15px;
    padding-left: 10px
}

.samlSubmit {
    font-family:omnes_ods_mediumregular, verdana, sans-serif !important;
    background: none!important;
    border: none;
    padding: 0!important;
    font: inherit;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1em;
    font-style:normal
}

.cyanText {
   color: #0C9C9E; 
}

.divInABox a {
    color:#0C9C9E
}

.healthSurveysHeading {
    color: #a50069;
}

img.xLink {
    width:15px;
    height:13px
}

.subHeader_padded7em {
    padding-left: 1.3em;
    padding-top: .8em;
    padding-bottom: .8em
}

p.subText {
    font-family:omnes_ods_regularregular, verdana, sans-serif;
    font-size: 11px
}

h1.ssoClientHeaders{
    font-size: 21px;
}
/*start dental tools*/
.icon-list {
    margin: 2em 0 3em 0 !important;
}
.icon-list li {
    display: inline-block;
    margin-left: 0 !important;
    margin-right: 2.25em;
    padding-left: 0 !important;
    text-align: center;
    padding-top: 55px !important;
    width: 80px;
    font-family:omnes_ods_mediumregular, verdana, sans-serif !important;
    font-weight:normal !important;
}
.icon-dashboard {
    background: url(../images/dentaltools/benefits-dashboard.png) no-repeat center top !important;;
    background-size: 45px 45px !important;
}
.icon-find-dentist {
    background: url(../images/dentaltools/find-dentist.png) no-repeat center top !important;;
    background-size: 53px 45px !important;;
}
.icon-calculator {
    background: url(../images/dentaltools/cost-calculator.png) no-repeat center top !important;;
    background-size: 45px 45px !important;;
}
.icon-ask-dentist {
    background: url(../images/dentaltools/ask-dentist.png) no-repeat center top !important;;
    background-size: 45px 45px !important;;
}
.dd-logo-wrap {
    margin: .5em 0 2em 0;
}
/*end dental tools*/

/*start health care cost estimate*/
.cost-estimator-image-frame{
    width: 520px;
    height: 331px;
    border: 1px solid #d1d1d1;
    padding: 2px;
}

.cost-estimator-paragraph {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    width: 527px;
}

.cost-estimator-button-wrapper{
    margin-top: 30px;
    margin-bottom: 30px;
    height: 30px;
}
/*end health care cost estimate*/

.grouping-with-bottom-spacing {
    margin-bottom: 1.5em;
}
.grouping-with-top-bottom-spacing {
    margin: 1.5em 0;
}

.clickable-text-checkboxes {
    position: relative;
    margin-bottom: 1em;
}
.clickable-text-checkboxes .clickable-text {
    position: absolute;
    left: 25px;
    top: 1px;
}
.clickable-text-checkboxes .clickable-text:hover,
.clickable-text-checkboxes .custom-input-checkbox:hover {
    cursor: pointer;
}

.clickable-text-checkboxes .modal-effective-date {
    margin-top: 0;
    margin-bottom: 0;
}

.btn-pcp360-confirm {
    margin-right: 15px;
}

/*start spinner*/
@keyframes lds-spinner {
      0% {
          opacity: 1;
      }
      100% {
          opacity: 0;
      }
  }
@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.lds-spinner {
    position: relative;
}
.lds-spinner div {
    left: 94px;
    top: 48px;
    position: absolute;
    -webkit-animation: lds-spinner linear 1s infinite;
    animation: lds-spinner linear 1s infinite;
    background: #a50069;
    width: 12px;
    height: 24px;
    border-radius: 40%;
    -webkit-transform-origin: 6px 52px;
    transform-origin: 6px 52px;
}
.lds-spinner div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-delay: -0.916666666666667s;
    animation-delay: -0.916666666666667s;
}
.lds-spinner div:nth-child(2) {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: -0.833333333333333s;
    animation-delay: -0.833333333333333s;
}
.lds-spinner div:nth-child(3) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: -0.75s;
    animation-delay: -0.75s;
}
.lds-spinner div:nth-child(4) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -0.666666666666667s;
    animation-delay: -0.666666666666667s;
}
.lds-spinner div:nth-child(5) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: -0.583333333333333s;
    animation-delay: -0.583333333333333s;
}
.lds-spinner div:nth-child(6) {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(7) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -0.416666666666667s;
    animation-delay: -0.416666666666667s;
}
.lds-spinner div:nth-child(8) {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: -0.333333333333333s;
    animation-delay: -0.333333333333333s;
}
.lds-spinner div:nth-child(9) {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
}
.lds-spinner div:nth-child(10) {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -0.166666666666667s;
    animation-delay: -0.166666666666667s;
}
.lds-spinner div:nth-child(11) {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: -0.083333333333333s;
    animation-delay: -0.083333333333333s;
}
.lds-spinner div:nth-child(12) {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.lds-spinner {
    width: 75px !important;
    height: 75px !important;
    -webkit-transform: translate(-37.5px, -37.5px) scale(0.375) translate(37.5px, 37.5px);
    transform: translate(-37.5px, -37.5px) scale(0.375) translate(37.5px, 37.5px);
}
/*end spinner*/

#rxAlertBox {
    padding-top:20px;
    padding-left:5px;
}

#pilotRxAlert {
    font: .75em arial, verdana, helvetica, sans-serif;
    text-align:justify;
}