@charset "utf-8";

body {
    margin:0;
    padding:0;
    font-family: "Roboto", sans-serif !important;
    font-size:14px;
    width:980px;
    line-height: 1.5;
    margin-left:auto;
    margin-right:auto;
    background:#FFFFFF url(/providers/resources/images/back.gif) repeat-x scroll center top;
}

#header {
    height:91px;
    margin-top:15px;
    margin-bottom:0px;
    background-image:url(/providers/resources/images/header.gif);
    background-position:left;
    background-repeat:no-repeat;
    padding:0;
}

.cpLogo {
    float: right;
    background-image:url(/providers/resources/images/cp_logo.gif);
    height: 91px;
    width: 266px;
}

form {
    padding:0;
    margin:0;
}

/* Navigation Styles */
.navigation {
    background:url("/providers/resources/images/menuGradiant.gif") repeat-x scroll 0 100% #7096BC;
    padding:0;
    margin:0;
    list-style:none;
    height:33px;
    border-bottom:1px solid #8ABDF0;
    border-top:1px solid #8ABDF0;
}

.navigation li {
    float:left;
}

.navigation li a {
    display:block;
    float:left;
    height:19px;
    color:#FFFFFF;
    text-decoration:none;
    text-align:center;
    padding:7px 10px;
    cursor:pointer;
    font-family:Arial,Helvetica,sans-serif;
    font-size:13px;
    font-weight:normal;
}

.navigation li a b {
    float:left;
    display:block;
    padding:0;
}

.navigation li a:hover {
    color:#FFFFFF;
    background:#679ad3;
}

.navigation li.logout {
    float:right;
    border-right:0;
    border-collapse:collapse;
}

.navigation li.logout a {
    border-right:0;
}

.active {
    background-color:#679ad3;
}

#content {
    padding:10px 15px;
    margin:0;
    background:#FFFFFF;
}

#contentSmallLeft {
    width:200px;
    float:left;
    padding-right:15px;
}

#contentMiddle {
    width:436px;
    float:left;
}

#contentLeft {
    width:651px;
    float:left;
}

#contentRight {
    width:284px;
    float:left;
    padding-left:15px;
}

#contentLargeRight {
    width:735px;
    float:left;
}

#contentLeft50 {
    width:467px;
    float:left;
}

#contentRight50 {
    width:467px;
    float:left;
    padding-left:15px;
}

#footer {
    background-color:#FFFFFF;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:x-small;
    padding-bottom:0;
    margin-bottom:15px;
    height:100%;
    padding:3px 0;
}

#footer p {
    color:#999999;
    text-align:center;
    margin:0;
    padding:0;
}

#footer a {
    color:#999999;
    font-weight:bold;
    text-decoration:none;
}

#footer a:hover {
    text-decoration:underline;
}

#footer a:visited {
    color:#999999;
    font-weight:bold;
    text-decoration:none;
}

a {
    color:#003e74;
    text-decoration:none;
}

h1 {
    font-size:large;
    margin:0 0 10px 0;
}

h3 {
    font-size:15px;
    margin:8px 0;
}

p {
    margin:6px 0;
}

.small {
    font-size:x-small;
    color:#666666;
}

.clr {
    clear:both;
}


fieldset {
    border:1px solid #ddd;
    padding:10px 15px;
    margin-bottom:15px;
}

legend {
    font-size:1.2em;
    font-weight:bold;
    color:#6699CC;
}

fieldset div {
    overflow:hidden;
}

fieldset div.boxText {
    min-height:16px;
    margin:0;
}

fieldset span.boxText {
    min-height:16px;
    margin:0;
}

.split {
    width:48%;
    float:left;
    margin-right:10px;
}

.split label {
    width:8em !important;
}

.split div span.block {
    display:table !important;
}

fieldset div span.block {
    display:inline-block;
    margin-bottom:5px;
}

/*label, .textAsLabel {
    float:left;
    width:12em;
    text-align:right;
    margin-right:1em;
    margin-bottom:.5em;
    font-weight:bold;
}*/

.formRadio {
    margin-top: 5px;
}

.formRadio input {
    float: left;
}

.formRadio label {
    font-weight: normal;
    width: auto;
}

/* By HP changed from 7.5 to 5.5*/
#contentRight label {
    width:5.5em;
}

legend span {
    width:10em;
    text-align:right;
}

input, textarea, select {
    padding:0.15em;
    border:1px solid #ddd;
    background:#fafafa;
    font:bold 0.95em arial, sans-serif;
}

input:hover, input:focus, textarea:hover, select:hover, textarea:focus, select:focus  {
    border-color:#c5c5c5;
    background:#f6f6f6;
}

/* tooltip */
.tooltipQM {
    margin-left: 5px;
    background: #003e74;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    border-radius: 20px;
    line-height: 1;
    padding: 0 4px;
}
.tooltipBox {
    max-width: 400px;
    background: #f7f7f7;
    border: 1px solid #003e74;
    border-radius: 6px;
}

.radio {
    position:relative;
}

.radio fieldset {
    border:none;
    width:auto;
    padding:1px 0 0 11em;
}

.radio legend {
    font-size:1em;
    color:#000;
}

.radio legend span {
    position:absolute;
    left:0;
    top:0.3em;
    width:10em;
    display:block;
}

.radio label, .radio input {
    vertical-align:middle;
    display:inline;
    float:none;
    width:auto;
    background:none;
    border:none;
    font-weight:normal;
}

input[type="radio"][disabled] + label {
    color:gray;
}

.radio div {
    float:left;
    white-space:nowrap;
    clear:none;
}

.radioleft td {
    text-align: left;
}

.radioleft td input {
    float: left;
}

.radioleft td label {
    text-align: left;
    width: 40em;
}

.labelBlock label {
    white-space:pre;
}

.radioleft2 td {
    text-align: left;
}

.radioleft2 td input {
    float: left;
}

.radioleft2 td label {
    text-align: left;
    width: 10em;
}

.radioleft3 td {
    text-align: left;
}

.radioleft3 td input {
    float: left;
}

.radioleft3 td label {
    text-align: left;
    float: left;
    width: 20em;
}

.url {
    width:16em;
}

input.default {
    color:#bbb;
}

label.checkBoxLabel {
    float:none;
    font-weight:normal;
}

.submit {
    cursor:pointer !important;
    background-color:#dddddd;
    color:#000;
    font-size:.9em;
    border:1px solid #666666;
    margin:8px 20px 8px 0;
    padding:2px 6px;
}

.data .submit {
    margin-right:0;
}

.submit:hover {
    border-color:#333333;
}

.data {
    border-left:1px solid #3E7BAA;
    margin:6px 0;
    empty-cells:show;
}

.data > thead {
    background-color:#3E7BAA;
    color:#FFFFFF;
    font-weight:bold;
}

table.data > thead > tr > th {
    font-size:small;
    padding:3px 5px;
    border-right:1px solid #3E7BAA;
    text-align:left;
}

table.data > tbody > tr > td {
    padding:3px 5px;
    border-right:1px solid #3E7BAA;
    border-bottom:1px solid #3E7BAA;
}

.rich-dtascroller-table {
    border: 0;
}
.rich-dtascroller-table td {
    font-size: 1.2em !important;
    font-weight: bold;
    border: 0;
}
.rich-datascr-inact {
    color: #1E5799 !important;
}
.rich-datascr-button {
    background: none !important;
}

.error {
    color:red;
    font-weight:bold;
}

.info {
    color:black;
    font-weight:bold;
}

dt + dt {
    margin-top:10px;
}

span.help + dl {
    margin-right:40px;
}

hr {
    color:#FFFFFF;
    background-color:#FFFFFF;
    border:1px dotted #999999;
    border-style:none none dotted;
    height:1px;
    display:block;
    margin:0;
}

hr + div {
    margin-top:5px;
}

ul.leftNav {
    list-style-type:none;
    padding-left:0;
    margin-left:0;
}

ul.leftNav li {
    background:#3E7BAA;
    border-bottom:1px solid #FFFFFF;
}

ul.leftNav li a {
    display:block;
    color:#FFFFFF;
    font-weight:bold;
    font-size:11px;
    padding:5px 0px 5px 10px;
}

ul.leftNav ul {
    list-style-type:none;
    padding-left:0;
    margin-left:0;
}

ul.leftNav li ul li {
    background:#3E7BAA;
    border-top:1px solid #FFFFFF;
    border-bottom:0;
}

ul.leftNav li ul li a {
    display:block;
    color:#FFFFFF;
    font-weight:bold;
    font-size:11px;
    padding:5px 0px 5px 25px;
}

ul.leftNav li a:hover {
    text-decoration:none;
    color:#FFFFFF;
    background:#003e74;
}

ul.leftNav li ul li a:hover {
    text-decoration:none;
    color:#FFFFFF;
    background:#679ad3;
}

.rich-mpnl-body .content {
    overflow:auto;
    height:500px;
}

.closeButton {
    float:right;
    margin:0;
    text-align:right;
}

dl.rich-messages {
    margin:0 0 5px;
    background-color:#EEEEEE;
    border:2px solid #668FBE;
    padding:5px;
}

dl.forgotUsernameError {
    background-color:#FFFFFF;
    border:none;
}

.forgotUsernameBtn {
    margin-right: 4.5em;

}
.additionalMsg {
    margin:0 0 5px;
    background-color:#EEEEEE;
    border:2px solid #668FBE;
    padding:5px;
    width:100%;
}
.remove {
    display:none;
}

.rich-mpnl-body {
    font-size:small;
}

.rich-mpnl-body label {
    float:none;
}

label.checkBoxLabelBlock {
    float:none;
    display:block;
    margin-left:25px;
    margin-top:-18px;
    text-align:left;
    vertical-align:top;
    white-space:pre-line;
}

.rich-table {
    border-top:0;
}

.rich-table-thead {
    border-bottom:1px solid #3E7BAA;
}

.rich-table-sortable-header {
    white-space:nowrap;
}

.rich-table-subheader {
    background-color:#3E7BAA;
}

.rich-table-subheadercell {
    white-space:nowrap;
    color:#FFFFFF;
}

.rich-table-cell {
    font-size:x-small;
}

.contactSearch .rich-table-cell {
    font-size:small;
}

.rich-table-footer {
    background-color:#FFFFFF;
}

.rich-table-footercell {
    border-bottom:1px solid #3E7BAA;
    border-right:1px solid #3E7BAA;
    color:#000000;
}

.highlightFirstRow .rich-table-firstrow {
    background-color:#d8e5ee;
}

.th-text {
    white-space:normal;
    text-align:left;
}

.th-text-single {
    white-space:nowrap;
    text-align:left;
}

.rich-sort-icon {
    text-align:right;
    vertical-align:top;
}

.fieldError {
    border:1px solid red !important;
}

form.fieldError {
    border:0 !important;
}

.rich-calendar-input {
    white-space:nowrap;
    font-size: 10px;
}

.pdf {
    background:url("/providers/resources/images/pdf.png") no-repeat scroll 0 0 transparent;
    padding:0 0 0 18px;
}

.pagination {
    text-align:center;
}

.pagination span {
    font-weight:bold;
    margin-right:5px;
}

.pagination a {
    margin-right:5px;
}

blockquote {
    margin:6px 40px;
}

#statusBar {
    background:url("/providers/resources/images/statusBarGradiant.gif") repeat-x scroll 0 100% #E7EFF8;
    border-bottom:1px solid #999999;
    font-size:15px;
    height:29px;
    padding:0px 12px;
}

#statusBar p {
    margin:0;
    padding-top:5px;
}

.rich-combobox-shell {
    height:19px;
}

input.rich-combobox-font, input.rich-combobox-font-inactive, .rich-combobox-font-inactive, .rich-combobox-item, input.rich-combobox-font-disabled,
.rich-combobox-font-disabled {
    font-size:x-small;
    height:12px;
}

.rich-tab-header {
    font-size:16px;
}

.rich-tabpanel-content {
    font-size:small;
}

.rich-tab-inactive {
    cursor:pointer;
}

#submitClaimForm .split {
    width:40%;
}

table.claimModalTable > tbody > tr > td {
    font-size:x-small;
    padding: 1px 5px;
}

#submitClaimForm .split + .split {
    width:56%;
}

.textAlignCenter {
    text-align: center;
}

.bold {
    font-weight: bold !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

/*RICHFACES POPUP*/
.rf-pp-cnt-scrlr {width: 100% !important;height: 100% !important;padding: 0 !important;}
.viewClientPopup {width:500px !important; height:auto !important; max-height: 500px !important; overflow-x:hidden !important;overflow-y: auto !important;padding: 0 !important;}
.rf-pp-hdr-cnt {font-size: 14px !important;}
.rf-pp-hdr-cntrls img {max-height: 20px; max-width: 20px; margin-right: 10px; margin-left: 10px; vertical-align: middle;}
.rf-pp-shdw {display: none !important;}
.rf-pp-cnt {font-size: 12px !important;}

.tooltip {
    background-color:white;
    border-width:3px;
    border-style: solid;
    border-color: #000066;
    padding:10px;
}

.customTitleBar {
    background: #FFFFFF;
}

/*Comcast work*/
#comcastForm {
    font-size: 1.04em;
    width: 90%;
    margin: 0 auto;
}
#comcastForm div {
    overflow: visible;
}

.formBox {
    margin-left: 20px;
    margin-bottom: 20px;
    width: 47%;
}

.sameLineBox{
    display: inline-block;
}

.sameAddress{
    display:none;
}

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

.langBox {
    width: 93%;
}

.tableBox {
    width: 750px;
}

.thankYouIntro{
    margin: 0 auto;
    width: 64%;
    margin-top: 20px;
    margin-bottom: 50px;
}

.thankYouOutro{
    margin: 0 auto;
    width: 70%;
    margin-bottom: 35px;
}

#comcastForm h1 {
    text-align: center;
    text-decoration: underline;
}

#comcastForm h3{
    margin-left:  1.2em;
    text-decoration: underline;
}

#comcastForm h4 {
    font-size: 1.5em;
}

#comcastForm li {
    margin-bottom: 20px;
}

.intro, .outer {
    margin: 0 0 1.5em 1.2em;
}

#comcastForm label {
    display: block;
    margin-right: auto;
    margin-bottom: 4px;
    width: auto;
}

#sameAddressBox label {
    display: inline-block;
    float: inherit;
    width: fit-content;
}

#comcastForm input[type="text"],  #comcastForm select{
    padding: 6px 12px;
    width: 80%;
    margin-left: 15px;
}

#comcastForm .placeholder {
    color: lightslategray;
    text-align: center;
}

#primaryAddress input, #primaryAddress select,
#sameAddressBox input, #sameAddressBox select {
    margin-bottom: 10px;
}

#comcastForm img {
    margin-left: 5px;
}

#comcastForm .center {
    margin: 20px auto;
    width: 26%;
}
.listWithBtn li span {
    width: 65%;
    display: inline-table;
}

.listWithBtn .btnInsideIl {
    position: relative;
    display: inline-block;
    top: 1px;
    margin-left: 12.9%;
}

.listWithBtn .btnInsideIl .submit {
    margin:0;
    width: 14em;
}

.address1::-webkit-input-placeholder,  .address2::-webkit-input-placeholder,
.city::-webkit-input-placeholder, .zip::-webkit-input-placeholder,
.address1::-webkit-input-placeholder, .rich-calendar-input::-webkit-input-placeholder,
.firstName::-webkit-input-placeholder, .middleName::-webkit-input-placeholder,
.lastName::-webkit-input-placeholder {
    text-align: center;
}

.selectState {
    text-align-last:center;
}


#primaryAddress input.city, #sameAddressBox input.city,
#providerNameBox input.firstName {
    width: 20%;
}

#primaryAddress  select.selectState, #sameAddressBox select.selectState,
#providerNameBox input.lastName {
    width: 40%;
    margin-left: 7px;
}

#primaryAddress  input.zip, #sameAddressBox input.zip {
    width: 10%;
    margin-left: 7px;
}

#providerNameBox input.middleName {
    width: 6%;
    margin-left: 7px;
    padding: 6px 6px;
}

.groupScrolling {
    height: 240px;
    overflow-y: auto !important;
    width: 103%;
}

div.groupScrolling .rich-table {
    margin-left: 15px;
    width: 98%;
}

div.groupScrolling .rich-table-subheadercell {
    width: 100px;
}

div.groupScrolling .rich-table-subheadercell:first-child {
    width: 222px;
}

div.groupScrolling .th-text {
    text-align: center;
    display: block;
}

div.groupScrolling .rich-table-cell {
    font-size: 1em;
    text-align: center;
    vertical-align: middle;
}

.caqhRadio {
    position: absolute;
    margin-left: 12px;
    margin-top: 27px;
}

.contractScroll {
    height: 462px;
    overflow-y: auto !important;
    width: 97%;
    margin: 0 auto;
    border: #D3D3D3 solid 2px;
    margin-bottom: 15px;
    padding: 10px;
}

.contractScroll iframe {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;

}

.contractCheckbox {
    top: 18px;
    position: relative;
    width: 15px;
    height: 15px;
    vertical-align: top;
}

.contractCheckbox + strong {
    display: inline-block;
    width: 90%;
    text-align: justify;
}

.thankYouIntro  strong, .thankYouOutro strong{
    text-align: center;
    display: block;
    font-size: 1.7em;
}

.thankYouOutro span {
    display: block;
    text-align: center;
    font-size: 1.2em;
}

.contractNote{
    font-size: small;
    color: #666666;
}

#newClientForm .newClientDropDown{
    font-size: 10px;
    margin-bottom: 4px;
    min-width: 180px;
}
#newClientForm .newClientCompanyName{
    font-size: 10px;
    margin-bottom: 4px;
    min-width: 180px;
    max-width: 80%;
    width: auto;
}
#clientConfirmationForm .boxText span{
    font-size: 1em;
}

#referralsSummaryForm .referralCloseBtn {
    background: none !important;
    border: none;
    padding: 0 !important;
    color: #003e74 !important;
    cursor: pointer;
    font-weight: 600 !important;
    margin: 0 !important;
}

#referralsSummaryForm .referralCloseBtn:hover {
    text-decoration:underline;
    color:#FF0000;
}

.progressbar {
    counter-reset: step;
}
.progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 1.0em;
    font-weight: bold;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}
/* to create the circles */
.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 3px solid #ABABAB;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #ABABAB;
}
/*to create the lines between them*/
.progressbar li:after {
    width: 84%;
    height: 4px;
    content: '';
    position: absolute;
    background-color: #ABABAB;
    top: 16px;
    left: -42%;
    z-index: 1;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.activeStep {
    color: white;
}
.progressbar li.activeStep:before {
    border-color: #337ab7;
    background: #337ab7;
}
.progressbar li.activeStep:after {
    background-color: #337ab7;
}

label.managedCareSearch {
    width: 23%;
    text-align: left;
}

fieldset.managedCareSearchFieldset {
    border: 0;
    padding: 0;
    margin-bottom: 15px;
}

fieldset.managedCareSearchFieldset legend {
    font-size: 1.1em;
    color: #000;
    font-weight: bold;
    padding-top: 10px;
}
fieldset.managedCareSearchFieldset .
{
    margin-left: 20px;
}
.managedCareNewClientSearchPanel {
    margin-top: 25px;
}

.managedCareClientError tr:nth-child(2) td span {
    margin-left: 5em;
    display: block;
}

.disabled {
    pointer-events: none !important;
}

/*Provider Interest Form*/

.interestFormBox {
    width: 780px;
}

.interestFormBox label{
    width: 240px;
}

/*Target Google Chrome and Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .rich-table-sortable-header {
        white-space:normal;
    }

    .rich-table-subheadercell {
        white-space:normal;
    }
}
/* Added by HP 08/27/2019*/
.rf-cal-inp {
    width: auto;
}
/* Added by HP 08/28/2019*/
.rf-msgs-err {
    border: groove;
    background: #99999920;
    background-image: none;
}
/* Added width and border by HP 08/28/2019*/
.error {
    color:red;
    font-weight:bold;
    width: 90%;
    /*border: groove;*/
    background: #99999920;
    background-image: none;
}
/*Added by HP 09/05/2019*/
.rf-pp-cntr {
    left: auto;
    height: auto;
    line-height: normal !important;
}

.rf-msg-inf, .rf-msgs-inf {
    background-image: none;
}

/*** Tab Panel***/
.rf-tab-hdr {
    white-space: nowrap;
    border: 1px solid #C0C0C0;
    cursor: pointer;
    background-position: top;
    background-repeat: repeat-x;
    background-color: #9FBDEB;
    color: #000000;
}
.rf-tab-hdr-act.rf-tab-hdr-btm {
    padding: 3px 5px 0px 5px;
    border-top: 0px;
    font-weight: bold;
    vertical-align: bottom;
    background-image: url(/providers/org.richfaces.resources/rfRes/actTabBottomBg.png?v=4.5.17.Final&db=eAFjZGBlZJBiZBBh!D9!72vG!58!fWJgAgAz4gdX&ln=org.richfaces.images);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #F3F2F2;
    cursor: default;
}
.rf-tab-hdr-act.rf-tab-hdr-top {
    padding: 0px 5px 3px 5px;
    border-bottom: 0px;
    font-weight: bold;
    vertical-align: top;
    background-image: url(/providers/org.richfaces.resources/rfRes/actTabBg.png?v=4.5.17.Final&db=eAFjZGBlZJBiZBBh!P!50yfG!!P3vmZgAgA2sgdX&ln=org.richfaces.images);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #9FBDEB;
    cursor: default;
}
.rf-tab-hdr-inact.rf-tab-hdr-btm {
    vertical-align: bottom;
    padding: 3px 5px 0px 5px;
    background-image: url(/providers/org.richfaces.resources/rfRes/tabBottomBg.png?v=4.5.17.Final&db=eAFjZGBlZJBiZBBh!P!50yfG!!P3vmZgAgA2sgdX&ln=org.richfaces.images);
    background-color: #9FBDEB;
}
.rf-tab-hdr-inact.rf-tab-hdr-top {
    vertical-align: top;
    padding: 0px 5px 3px 5px;
    background-image: url(/providers/org.richfaces.resources/rfRes/tabBg.png?v=4.5.17.Final&db=eAFjZGBlZJBiZBBh!D9!72vG!58!fWJgAgAz4gdX&ln=org.richfaces.images);
    background-color: #F3F2F2;
}
.rf-tab-hdr-dis.rf-tab-hdr-top {
    vertical-align: top;
    padding: 0px 5px 3px 5px;
    background-image: url(/providers/org.richfaces.resources/rfRes/tabBg.png?v=4.5.17.Final&db=eAFjZGBlZJBiZBBh!D9!72vG!58!fWJgAgAz4gdX&ln=org.richfaces.images);
    background-color: #F3F2F2;
    color: #6A92CF;
    cursor: default;
}
.rf-tab-hdr-dis.rf-tab-hdr-btm {
    vertical-align: bottom;
    padding: 3px 5px 0px 5px;
    background-image: url(/providers/org.richfaces.resources/rfRes/tabBottomBg.png?v=4.5.17.Final&db=eAFjZGBlZJBiZBBh!P!50yfG!!P3vmZgAgA2sgdX&ln=org.richfaces.images);
    background-color: #9FBDEB;
    color: #6A92CF;
    cursor: default;
}
.rf-tab-hdr-tabline-vis.rf-tab-hdr-tabline-top {
    background: url(/providers/org.richfaces.resources/rfRes/tabLineBg.png?v=4.5.17.Final&db=eAFjZGBlZJBiZBBh!P!qww!G!58!fWJgAgA5Awfi&ln=org.richfaces.images) repeat-x scroll center top;
    background-color: #F3F2F2;
    border-color: #C0C0C0;
    border-style: solid;
    border-width: 1px;
    border-bottom-width: 0px;
    padding-top: 2px;
    overflow: hidden;
    height: 25px;
    white-space: nowrap;
    position: relative;
}
.rf-tab-hdr-tabline-vis.rf-tab-hdr-tabline-btm {
    background: url(/providers/org.richfaces.resources/rfRes/tabLineBottomBg.png?v=4.5.17.Final&db=eAFjZGBlZJBiZBBh!P!50yfG!68-!GBgAgA5HAfi&ln=org.richfaces.images) repeat-x scroll center top;
    background-color: #EAF0F8;
    border: #C0C0C0;
    border-width: 1px;
    border-style: solid;
    border-top-width: 0px;
    padding-bottom: 2px;
    overflow: hidden;
    height: 25px;
    white-space: nowrap;
    position: relative;
}
.rf-tab-hdr-tabs {
    border: 0px;
    height: 100%;
}
.rf-tab-hortab-tabspcr-wdh {
    padding-left: 1px;
}
.rf-tab-lbl {
    white-space: nowrap;
    font-family: Arial, Verdana, sans-serif ;
    font-size: 11px;
}
.rf-tab-hdn {
    display: none;
}
.rf-tab-hdr-scrl-lft {
    background: url(/providers/org.richfaces.resources/rfRes/actTabBg.png?v=4.5.17.Final&db=eAFjZGBlZJBiZBBh!P!50yfG!!P3vmZgAgA2sgdX&ln=org.richfaces.images) top repeat-x #9FBDEB;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 25px;
    border: 1px solid #C0C0C0;
    text-align: center;
    font-weight: bold;
    font-family: Arial, Verdana, sans-serif ;
    font-size: 11px;
    padding-top: 6px;
}
.rf-tab-hdr-scrl-rgh {
    background: url(/providers/org.richfaces.resources/rfRes/actTabBg.png?v=4.5.17.Final&db=eAFjZGBlZJBiZBBh!P!50yfG!!P3vmZgAgA2sgdX&ln=org.richfaces.images) top repeat-x #9FBDEB;
    position: absolute;
    top: 1px;
    right: 17px;
    width: 15px;
    height: 25px;
    border: 1px solid #C0C0C0;
    text-align: center;
    font-family: Arial, Verdana, sans-serif ;
    font-size: 11px;
    font-weight: bold;
    padding-top: 6px;
}
.rf-tab-hdr-tablst {
    background: url(/providers/org.richfaces.resources/rfRes/actTabBg.png?v=4.5.17.Final&db=eAFjZGBlZJBiZBBh!P!50yfG!!P3vmZgAgA2sgdX&ln=org.richfaces.images) top repeat-x #9FBDEB;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 15px;
    height: 25px;
    border: 1px solid #C0C0C0;
    font-weight: bold;
    text-align: center;
    font-family: Arial, Verdana, sans-serif ;
    font-size: 14px;
    padding-top: 2px;
}
.rf-tab-hdr-brd {
    border: 1px solid #C0C0C0;
    border-top: 0px;
    height: 2px;
    background: #9FBDEB;
}
.rf-tab-cnt {
    border: 1px solid #C0C0C0;
    font-family: Arial, Verdana, sans-serif ;
    font-size: 11px;
    padding: 10px;
    background: #F3F2F2;
}
/*** data scroller ***/
.rf-ds {
    white-space: nowrap;
    display: inline-block;
    font-size: 11px;
    padding: 1px;
    font-family: Arial, Verdana, sans-serif ;
    background: #FFFFFF;
}
a.rf-ds-nmb-btn {
    color: #000000;
}
a.rf-ds-btn {
    color: #000000;
}
.rf-ds-cont {
    white-space: nowrap;
    display: inline-block;
    font-size: 11px;
    padding: 1px;
    font-family: Arial, Verdana, sans-serif ;
    background: #FFFFFF;
}
.rf-ds-cont-dec {
    border-width: 1px;
    border-style: solid;
    border-color: #C0C0C0;
}
.rf-ds-btn {
    cursor: pointer;
    padding: 2px 10px 3px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #C0C0C0;
    display: inline-block;
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #4A75B5;
    background-image: url(/providers/org.richfaces.resources/rfRes/dsBtnGrad.png?v=4.5.17.Final&db=eAFjZJBjZDBiZBBh!D!5yFPG!16lWxmYADDcBho_&ln=org.richfaces.images);
    font-size: 11px;
    font-family: Arial, Verdana, sans-serif ;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}
.rf-ds-btn:hover {
    color: rgb(255, 255, 255);
}
.rf-ds-dis:hover {
    color: #C0C0C0;
    cursor: default;
}
.rf-ds-btn-first, .rf-ds-btn-fastrwd, .rf-ds-btn-prev {
    margin-right: 1px;
}
.rf-ds-btn-next, .rf-ds-btn-fastfwd, .rf-ds-btn-last {
    margin-left: 1px;
}
.rf-ds-nmb-btn {
    cursor: pointer;
    width: 2em;
    text-align: center;
    margin-left: 1px;
    margin-right: 1px;
    padding: 2px 2px 3px 2px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #C0C0C0;
    background-color: #FFFFFF;
    background-image: url(/providers/org.richfaces.resources/rfRes/dsDigGrad.png?v=4.5.17.Final&db=eAFjZJBjZDBiZBBh!P!qww!G!0DAwAQAPPUIOQ__&ln=org.richfaces.images);
    background-position: top left;
    background-repeat: repeat-x;
    display: inline-block;
    font-size: 11px;
    font-family: Arial, Verdana, sans-serif ;
    text-decoration: none;
    color: #000000;
    font-weight: normal;
}
.rf-ds-nmb-btn:hover {
    border-width: 1px;
    border-style: solid;
    border-color: #C0C0C0;
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    background-image: url(/providers/org.richfaces.resources/rfRes/dsBtnGradOver.png?v=4.5.17.Final&db=eAFjZJBjZDBiZBBh!P!qww!G!0DAwAQAPPUIOQ__&ln=org.richfaces.images);
}
.rf-ds-press {
    border-width: 1px;
    border-style: solid;
    border-color: #C0C0C0;
    background: #EAF0F8;
}
.rf-ds-act, .rf-ds-act:hover {
    cursor: default;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C0C0C0;
    background: none;
}
.rf-ds-dis {
    color: #C0C0C0;
    cursor: default;
}
.rf-ds-pages {
    display: inline-block;
}

/************** Updates - 09/2019 ***********************/

@charset "utf-8";

body {
    margin:0;
    padding:0;
    width: 100%;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    background:#FFFFFF url(/providers/resources/images/back.gif) repeat-x scroll center top;
}

body, p, td, a, span {
    font-size: 14px !important;
    line-height: 1.5;
}
p {
    margin: 6px 0 20px !important;
}
.rich-spacer {
    display: none;
}

#header {
    height:91px;
    margin-top:15px;
    margin-bottom:0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00477f+0,002e53+100 */
    background-color: #003e74; /* Old browsers */
    background-image:url(/providers/resources/images/header.gif);
    background-position:left;
    background-repeat:no-repeat;
    padding:0;
    border-bottom: 5px solid rgb(255, 131, 0);
}

form {
    padding:0;
    margin:0;
}

/* Navigation Styles */
.navigation {
    background: none;
    background-color: rgb(247, 247, 247);
    padding: 0;
    margin: 0;
    list-style: none;
    height: 33px;
    border-bottom: 1px solid rgb(231, 231, 231);
    border-top: 0;
}

.navigation li {
    float:left;
}

.navigation li a {
    display: block;
    float: left;
    height: 19px;
    color: #003e74;
    text-decoration: none;
    text-align: center;
    padding: 7px 10px;
    cursor: pointer;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: "Roboto", sans-serif !important;
}

.navigation li a b {
    float:left;
    display:block;
    padding:0;
}

.navigation li a:hover {
    color:#000;
    background:#d9dbde;
}

ul.leftNav li a:hover {
    text-decoration:none;
    color:#000;
    background:#d9dbde;
}

ul.leftNav li ul li a:hover {
    text-decoration:none;
    color:#000;
    background:#d9dbde;
}

.navigation li.logout {
    float:right;
    border-right:0;
    border-collapse:collapse;
}

.navigation li.logout a {
    border-right:0;
}

.active {
    background-color: #337AB8;
    color: #fff !important;
}

.navigation li a.active:hover, ul.leftNav li a.active:hover {
    color:#003e74 !important;
}

#content {
    padding:10px 15px;
    margin:0;
    background:#FFFFFF;
}

#contentSmallLeft {
    width:20%;
    float:left;
    padding-right:15px;
}

#contentMiddle {
    width:50%;
    float:left;
}

#contentLeft {
    width:860px;
    margin-right: 10px;
    float:left;
}

#contentRight {
    width:284px;
    float:left;
    padding-left:15px;
}

#contentLeft {
    width: 72%;
}
#contentRight {
    width: 25%;
}

#contentLargeRight {
    width:735px;
    float:left;
}

#contentLeft50 {
    width:467px;
    float:left;
}

#contentRight50 {
    width:467px;
    float:left;
    padding-left:15px;
}

#footer {
    background-color:#FFFFFF;
    font-family:"Roboto",sans-serif;
    padding-bottom:0;
    margin-bottom:15px;
    height:100%;
    padding:3px 0;
}

#footer p {
    color:#444;
    text-align:center;
    margin:0;
    padding:0;
}

#footer a {
    color:#444;
    font-weight:bold;
    text-decoration:none;
}

#footer a:hover {
    text-decoration:underline;
}

#footer a:visited {
    color:#666;
    font-weight:bold;
    text-decoration:none;
}

a, a:hover, a:visited, a:active {
    color: #003e74;
    text-decoration: none;
    font-weight: 600 !important;
    font-family: "Roboto",sans-serif !important;
}

a:hover {
    text-decoration:underline;
}

h1 {
    font-size:large;
    margin:0 0 10px 0;
}

h3 {
    font-size:15px;
    margin:8px 0;
}

p {
    margin:6px 0;
}

.small {
    font-size:x-small;
    color:#666666;
}

.clr {
    clear:both;
}


fieldset {
    border:1px solid #ddd;
    padding:10px 15px;
    margin-bottom:15px;
}

legend {
    font-size:1.2em;
    font-weight:bold;
    color: #3475b3;
}

/*Modified by HP added word-break by David to fix email displaying issue*/
fieldset div {
    overflow:hidden;
    word-break: break-word;
}

fieldset div.boxText {
    min-height:16px;
    margin:0;
}

fieldset span.boxText {
    min-height:16px;
    margin:0;
}

.split {
    width:48%;
    float:left;
    margin-right:10px;
}

.split label {
    width:12em !important;
}

.split div span.block {
    display:table !important;
}

fieldset div span.block {
    display:inline-block;
    margin-bottom:5px;
}

label, .textAsLabel {
    float:left;
    width:12em;
    text-align:right;
    margin-right:1em;
    margin-bottom:1em;
    font-weight:bold;
}

#contentRight label {
    width:7.5em;
}

legend span {
    width:10em;
    text-align:right;
}

input, textarea, select {
    padding:0.15em;
    border:1px solid #ddd;
    background:#fafafa;
    font:bold 0.95em arial, sans-serif;
}

input:hover, input:focus, textarea:hover, select:hover, textarea:focus, select:focus  {
    border-color:#c5c5c5;
    background:#f6f6f6;
}

.radio {
    position:relative;
}

.radio fieldset {
    border:none;
    width:auto;
    padding:1px 0 0 11em;
}

.radio legend {
    font-size:1em;
    color:#000;
}

.radio legend span {
    position:absolute;
    left:0;
    top:0.3em;
    width:10em;
    display:block;
}

.radio label, .radio input {
    vertical-align:middle;
    display:inline;
    float:none;
    width:auto;
    background:none;
    border:none;
    font-weight:normal;
}

input[type="radio"][disabled] + label {
    color:gray;
}

.radio div {
    float:left;
    white-space:nowrap;
    clear:none;
}

.radioleft td {
    text-align: left;
}

.radioleft td input {
    float: left;
}

.radioleft td label {
    text-align: left;
    width: 40em;
}

.labelBlock label {
    white-space:pre;
}

.radioleft2 td {
    text-align: left;
}

.radioleft2 td input {
    float: left;
}

.radioleft2 td label {
    text-align: left;
    width: 10em;
}

.radioleft3 td {
    text-align: left;
}

.radioleft3 td input {
    float: left;
}

.radioleft3 td label {
    text-align: left;
    float: left;
    width: 20em;
}

.url {
    width:16em;
}

input.default {
    color:#bbb;
}

label.checkBoxLabel {
    float:none;
    font-weight:normal;
}

.submit {
    cursor:pointer !important; cursor:hand;
    background-color:#ddd;
    color:#000;
    font-size:1em;
    border:1px solid #666666;
    margin:8px 20px 8px 0;
    padding:4px 8px;
    letter-spacing: 1px;
}

.data .submit {
    margin-right:0;
}

.submit:hover {
    border-color:#333333;
}

.data {
    border-left:1px solid #3E7BAA;
    margin:6px 0;
    empty-cells:show;
}

.data > thead {
    background-color:#095C9B;
    color:#FFFFFF;
    font-weight:bold;
}

table.data > thead > tr > th {
    font-size:small;
    padding:3px 5px;
    border-right:1px solid #ccc;
    text-align:left;
}

table.data > tbody > tr > td {
    padding:3px 5px;
    border-right:1px solid #3E7BAA;
    border-bottom:1px solid #3E7BAA;
}

.rich-dtascroller-table {
    border: 0;
}
.rich-dtascroller-table td {
    font-size: 1.2em !important;
    font-weight: bold;
    border: 0;
}
.rich-datascr-inact {
    color: #1E5799 !important;
}
.rich-datascr-button {
    background: none !important;
}

.rf-msgs-err {
    border: 1px solid #999;
    background: #f7f7f7 !important;
    background-image: none;
    margin: 0 auto 10px !important;
    padding: 10px !important;
    font-weight: bold !important;
    width: 95% !important;
}
.error {
    color: #E50000;
    font-weight: bold;
    width: 95%;
    margin: 0 auto 10px;
    padding: 10px;
}

.info {
    color:black;
    font-weight:bold;
}

dt + dt {
    margin-top:10px;
}

span.help + dl {
    margin-right:40px;
}

hr {
    color:#FFFFFF;
    background-color:#FFFFFF;
    border:1px dotted #999999;
    border-style:none none dotted;
    height:1px;
    display:block;
    margin:0;
}

hr + div {
    margin-top:5px;
}

ul.leftNav {
    list-style-type:none;
    padding-left:0;
    margin-left:0;
}

ul.leftNav li {
    background:#095C9B;
    border-bottom:1px solid #FFFFFF;
}

ul.leftNav li a {
    display:block;
    color:#FFFFFF;
    font-weight: 500 !important;
    padding:5px 0px 5px 10px;
}

ul.leftNav ul {
    list-style-type:none;
    padding-left:0;
    margin-left:0;
}

ul.leftNav li ul li {
    background:#095C9B;
    border-top:1px solid #FFFFFF;
    border-bottom:0;
}

ul.leftNav li ul li a {
    display:block;
    color:#FFFFFF;
    font-weight:bold;
    font-size:11px;
    padding:5px 0px 5px 25px;
}

.rich-mpnl-body .content {
    overflow:auto;
    height:500px;
}

.closeButton {
    float:right;
    margin:0;
    text-align:right;
}

dl.rich-messages {
    margin:0 0 5px;
    background-color:#EEEEEE;
    border:2px solid #668FBE;
    padding:5px;
}

.remove {
    display:none;
}

.rich-mpnl-body {
    font-size:small;
}

.rich-mpnl-body label {
    float:none;
}

label.checkBoxLabelBlock {
    float:none;
    display:block;
    margin-left:25px;
    margin-top:-18px;
    text-align:left;
    vertical-align:top;
    white-space:pre-line;
}

.rich-table {
    border-top:0;
}

.rich-table-thead {
    border-bottom:1px solid #3E7BAA;
}

.rich-table-sortable-header {
    white-space:nowrap;
}

.rich-table-subheader {
    background-color:#095C9B;
}

.rich-table-subheadercell {
    white-space:nowrap;
    color:#FFFFFF;
}

.rich-table-cell {
    font-size:x-small;
}

.contactSearch .rich-table-cell {
    font-size:small;
}

.rich-table-footer {
    background-color:#FFFFFF;
}

.rich-table-footercell {
    border-bottom:1px solid #3E7BAA;
    border-right:1px solid #3E7BAA;
    color:#000000;
}

.highlightFirstRow .rich-table-firstrow {
    background-color:#d8e5ee;
}

.th-text {
    white-space:normal;
    text-align:left;
}

.th-text-single {
    white-space:nowrap;
    text-align:left;
}

.rich-sort-icon {
    text-align:right;
    vertical-align:top;
}

.fieldError {
    border:1px solid red !important;
}

form.fieldError {
    border:0 !important;
}

.rich-calendar-input {
    white-space:nowrap;
    font-size: 10px;
}

.pdf {
    background:url("/providers/resources/images/pdf.png") no-repeat scroll 0 0 transparent;
    padding:0 0 0 18px;
}

.pagination {
    text-align:center;
}

.pagination span {
    font-weight:bold;
    margin-right:5px;
}

.pagination a {
    margin-right:5px;
}

blockquote {
    margin:6px 40px;
}

#statusBar {
    background:url("/providers/resources/images/statusBarGradiant.gif") repeat-x scroll 0 100% #E7EFF8;
    border-bottom:1px solid #999999;
    font-size:15px;
    height:29px;
    padding:0px 12px;
}

#statusBar p {
    margin:0;
    padding-top:5px;
}

.rich-combobox-shell {
    height:19px;
}

input.rich-combobox-font, input.rich-combobox-font-inactive, .rich-combobox-font-inactive, .rich-combobox-item, input.rich-combobox-font-disabled,
.rich-combobox-font-disabled {
    font-size:x-small;
    height:12px;
}

.rich-tab-header {
    font-size:1.2em !important;
}

.rich-tabpanel-content {
    font-size:small;
}

.rich-tab-inactive {
    cursor:pointer;
}

#submitClaimForm .split {
    width:40%;
}

table.claimModalTable > tbody > tr > td {
    font-size:x-small;
    padding: 1px 5px;
}

#submitClaimForm .split + .split {
    width:56%;
}

/*Target Google Chrome and Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .rich-table-sortable-header {
        white-space:normal;
    }

    .rich-table-subheadercell {
        white-space:normal;
    }
}

.textAlignCenter {text-align: center;}

/*RICHFACES POPUP*/
.rf-pp-cnt-scrlr {width: 100% !important;height: 100% !important;padding: 0 !important;}
.viewClientPopup {width:500px !important; height:auto !important; max-height: 500px !important; overflow-x:hidden !important;overflow-y: auto !important;padding: 0 !important;}
.rf-pp-hdr-cnt {font-size: 14px !important;}
.rf-pp-hdr-cntrls img {max-height: 20px; max-width: 20px; margin-right: 10px; margin-left: 10px; vertical-align: middle;}
.rf-pp-shdw {display: none !important;}
.rf-pp-cnt {font-size: 12px !important;}

.tooltip {
    background-color:white;
    border-width:3px;
    border-style: solid;
    border-color: #000066;
    padding:10px;
}

.customTitleBar {
    background: #FFFFFF;
}

button, input[type="reset"], input[type="submit"], input[type="button"] {
    border: 1px solid #ccc;
    margin: 8px 20px 8px 0;
    padding: 5px 9px;
    width: auto !important;
    background-color: #2a6fb5;
    color: #fff !important;
    background-image: none;
    font-size: 1em;
    font-weight: 400 !important;
    font-family: "Roboto", sans-serif !important;
}

button:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover {
    background-color: #1e5082;
    background-image: none;
}

input[type="text"],input[type="password"], textarea, select {
    padding: 0.15em;
    border: 1px solid #ddd;
    font-weight: 500;
    font-size: 1em !important;
    font-family: "Roboto", sans-serif !important;
    background: none;
}

label {
    vertical-align: middle;
}

input, select, textarea, button, keygen, isindex, legend, a, td, th, tr, tfoot {
    font-family: "Roboto", sans-serif !important;
}

.dataTable {
    margin: 15px 0;
}
.data th, .data table .rf-dt-shdr-c {
    background: #f0f0f0 none repeat scroll 0 0 !important;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 7px 5px;
    text-align: center;
    white-space: nowrap;
    color: #000 !important;
}
.data td {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #111;
    margin: 0 1px;
    padding: 6px 5px;
    vertical-align: initial;
}
.rf-ds {
    display: block;
    padding: 20px 0 !important;
    text-align: center;
    background: #f5f5f5;
}
.rf-ds a, .rf-ds span {
    font-size: 1.2em !important;
    padding: 0 5px;
}

.rf-ds-dis {
    color: #C0C0C0 !important;
    cursor: default;
    background: none;
    border: none;
}

.rf-ds-btn:hover {
    color: #003e74
}

.rf-ds a, .rf-ds span {
    font-size: 1.2em !important;
    padding: 0;
    color: #003e74;
    background: none;
    border: none;
}

.rf-ds span:hover, .rf-ds-act:hover, .rf-ds-nmb-btn:hover {
    border: none;
    background: none;
}

.rf-ds-act {
    color: #000 !important;
}

tfoot tr:hover {
    background: #fff !important;
}

/*Added By HP David fix table message display*/
tfoot td.rf-dt-ftr-c {
    color: #000 !important;
    text-align: left;
    background: #fff;
    border-left: 1px solid #c0c0c0 !important;
    border-right: 1px solid #c0c0c0 !important;
    font-weight: normal;
}

.rf-dt {
    border: 1px solid #fff !important;
    width: 100%;
}
.rf-dt th, .data th {
    background: #f0f0f0 !important;
    color: #000 !important;
    padding: 7px !important;
    text-align: left !important;
    line-height: 1.6;
}
.rf-dt th:first-of-type, .data th:first-of-type  {
    /*border-radius: 10px 0 0;*/
    border-left: none;
}
.rf-dt th:last-of-type, .data th:last-of-type {
    /*border-radius: 0 10px 0 0;*/
    border-right: none;
}

.data {
    border-left: none;
}

.rf-dt td, .data td {
    border: 1px solid #fff !important;
    padding: 7px !important;
    line-height: 1.6;
    border-bottom: 1px solid #ccc !important;
    font-family: "Roboto", sans-serif !important;
    color: #000;
}

td.rf-dt-ftr-c {
    font-size: 1em !important;
    color: #41719e !important;
    padding-top: 20px;
}

.rf-dt tr:nth-child(even), .data tr:nth-child(even) {
    background: #f8f8f8;
}
.data tr:hover {
    background: #ffffcc !important;
}

.rf-tab-cnt {
    background: #fff;
    font-size: 1em;
}

.rf-tab-hdr:not(*:root) {
    padding-bottom: 4px;
}

.rf-tab-hdr {
    background: #e9eaed none repeat scroll 0 0 !important;
    border-color: #ccc !important;
    border-style: solid !important;
    border-width: 1px !important;
    color: #003e74 !important;
    padding: 4px 15px 3px !important;
    font-size: 1.1em !important;
    cursor: pointer !important;
    background-image: none !important;
    text-transform: uppercase;
    font-weight: 600;
}

.rf-tab-hdr-act {
    background: #fff none repeat scroll 0 0 !important;
    border-bottom: 1px solid #fff !important;
    color: #666 !important;
    cursor: default !important;
}

.rf-tab-hdr-tabline-vis.rf-tab-hdr-tabline-top {
    background: none;
    border: 0;
    height: auto;
    overflow: inherit;
}

.rf-tab-hdr-brd {
    border: none;
    border-top: 0px;
    height: 0;
    background: none;
}

.rf-tab-hortab-tabspcr-wdh {
    padding-left: 5px;
}

.rf-tab-hdr-tabs {
    margin-bottom: -1px;
    margin-top: 10px;
}

.rf-pp-cnt-scrlr {
    background: #fff;
}

.rf-pp-cnt {
    font-size: 1em !important;
}

.rf-pp-cnt input {
    margin-top: 20px;
}

.error {
    background: none;
}

table {
    border-spacing: 1px;
}

table select {
    width: auto !important;
    max-width: 225px;
}
.rf-tab-hdr-tabs, .rf-cal table {
    border-spacing: 0;
}

.closeButton {
    margin-top: -3px !important;
}
.rf-pp-cntr {
    max-width: 900px;
    min-width: 750px;
    max-height: 80%;
}
.rf-pp-cnt h1, .rf-pp-cnt h3 {
    border-bottom: 1px solid #003e74;
    margin-bottom: 20px;
    color: #003e74;
}
hr {
    margin: 5px 0 20px;
}
#contentSmallLeft {
    min-width: 190px;
}
#contentLargeRight {
    width: 75%;
    max-width: 920px;
}

#contentLeft50, #contentRight50 {
    width: 48%;
}

.rf-msgs {
    margin-bottom: 20px !important;
    display: block;
    clear: both;
}
.rf-msg-inf, .rf-msgs-inf {
    margin-bottom: 20px;
}
.rf-pp-cnt label, .rf-pp-cnt .textAsLabel {
    display: inline-block !important;
    float: none;
    width: 30%;
    vertical-align: baseline;
}

.rf-cal {
    vertical-align: middle;
}
.rf-cal-popup td {
    font-size: .9em !important;
    padding: 0 !important;
}
.rf-cal-tl, .rf-cal-hdr-month {
    color: #fff !important;
}
.rf-cal-c, .rf-cal td {
    border-bottom: 1px solid #C0C0C0 !important;
    border-right: 1px solid #C0C0C0 !important;
}
.ui-corner-all {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.ui-state-default {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #ddd;
    background: none;
    font-weight: bold;
    color: #000;
    text-shadow: none;
}
.ui-widget {
    font-family:"Roboto",sans-serif;
    font-size: 14px !important;
}
.ui-selectonemenu .ui-selectonemenu-label {
    font-weight: bold;
}
.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ui-selectonemenu .ui-selectonemenu-trigger {
    border: none !important;
}
.ui-shadow {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-highlight {
    background-color: #1e90ff;
    background-image: none;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
}
.ui-selectonemenu-panel .ui-selectonemenu-list {
    padding: 0;
    border-color: #1e90ff;
}

.ui-datepicker-trigger.ui-button-icon-only .ui-button-text {
    padding: 1px;
}
.calInput {
    vertical-align: top;
}
.calInput input, .calInput button {
    margin-top: 0px;
}
.phoneNumbers select {
    width: 100px;
    margin-top: 0px;
}
.phoneNumbers input {
    margin-top: 0;
}
button.ui-state-hover:hover {
    background: #e7e7e7 !important;
}
#statusBar {
    border-bottom: 1px solid rgb(231, 231, 231);
    background: #ffffcc;
    margin-top: -6px;
    font-family: "Roboto", sans-serif;
}
#administrator, #popupForm {
    margin-bottom: -20px;
}
td {
    vertical-align: baseline;
}
.autoWidth {
    width: auto;
}
.phoneNos {
    display: block;
    margin: 0 0 10px;
}
.phoneNos:first-of-type {
    margin-top: 10px;
}
.phoneNos:last-of-type {
    margin-bottom: 20px;
}
.nowrap {
    white-space: nowrap;
}
.schedule label {
    width: 100px;
    text-align: left;
    margin-left: 20px;
}
.schedule label.otherHours {
    font-weight: normal;
}
.rf-sel {
    display: block;
}

.rf-sel-btn {
    background: none;
    border: 0;
}

#closeEAPReferralForm .rf-sel-cntr {
    width: 500px;
    border-style: none;
}

.closeManagedCareReferralChkBox table tbody tr:first-child td {
    pointer-events: none;
}

.closeManagedCareReferralChkBox table tbody tr:first-child td input{
    opacity: 0.5;
}
button[disabled], button[disabled]:hover, input[type="button"][disabled], input[type="button"][disabled]:hover, input[type="submit"][disabled], input[type="submit"][disabled]:hover {
    background-image: none !important;
    background-color: #ccc !important;
}
fieldset.popupACHForm {
    border: 0;
}
fieldset.popupACHForm .textAsLabel {
    float: left;
}
#bankInfoEdit .boxText input[type="text"] {
    vertical-align: top;
    width: 240px;
}
.rightFieldNote {
    display: inline-block;
    margin-left: 20px;
    font-size: .85em;
    max-width: 60%;
}