/* DEFAULTS
----------------------------------------------------------*/
body
{
	background: #fff;
	font-size: .80em;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #444;
}


button:focus {
    box-shadow: 0 0 0 2px rgb(255, 121, 0) !important;
    border: none !important;
    outline: none !important;
    z-index: 1024 !important;
}

select:focus,
input:focus,
textarea:focus {
    box-shadow: 0 0 0 2px rgb(255, 121, 0) !important;
    border: none !important;
    outline: none !important;
}

a:focus,
a:hover,
a:active {
    outline: none !important;
    text-decoration: underline !important;
}


ol
{
    list-style-type: decimal;
}

ul
{
    list-style-type: disc;
}

#HeaderDate
{
    z-index: 8000;
    position: relative;
    margin-top: 40px;
    margin-right: 0px;
    color: #fff;
    margin-left: 750px;
}

a,
a:link,
a:visited,
.psuedoLink,
.psuedoLink label,
.psuedoLink input
{
	color: #0076ae;
	text-decoration: none;
	cursor: pointer;
    font-weight: normal;
}

a:hover
{
	color: #0076ae;
	text-decoration: underline;
}

/* Hides IE10's X icon in input fields */
input::-ms-clear {
    display: none;
    width: 0px;
    height: 0px;
}

input[type="radio"]:checked + label
{
    color: #444;
}

a:active
{
	color: #0076ae;
}

strong
{
    font-weight: 700;
    font-style: normal;
}

em
{
    font-style: italic;
}

q
{
    display: inline-block;
    font-family: Geneva, Tahoma, Verdana, sans-serif;
    letter-spacing: .07em;
	font-size: 1.2em;
	color: #666;
	text-transform: none;
}

.angleQuote
{
    font-size: 1.2em;
}

body p
{
	margin-bottom: 10px;
	line-height: 1.6em;
	padding-top: 2px;
	padding-bottom: 2px;
}

.hide
{
    display: none;
}

.errors,
.error
{
    color: #ff0000 !important;
    padding-left: 2px;
}

ul.errors
{
    margin-left: 20px;
    margin-right: 20px;
}

p.note
{
    background-image: url(../images/note.svg);
    background-repeat: no-repeat;
    background-position: 0px 14px;
    background-size: 55.18px 19px;
    background-size: 41px 14px;
    margin: 10px 20px;
    padding-top: 10px;
    padding-right: 18px;
    padding-bottom: 10px;
    padding-left: 44px;
}

fieldset p.note
{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

p.subNote
{
    font-size: .8em !important;
    color: #0076ae !important;
}

p.fieldHint
{
    display: inline-block;
    font-size: .86em !important;
    margin: 0px;
    padding: 0px;
}

p.notification
{
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff1c2;
    border-radius: 5px;
}

p.tip
{
    padding-left: 40px;
    background: url("../images/green_tip.png") no-repeat 0px 4px;
}

.alertCount
{
    color: #555;
    padding-top: 1px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 12px;
    margin-right: 5px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #FFBE00;
}

.notification.bulleted:before
{
    content: ".";
    font-size: .8em;
    color: #555;
    padding-top: 1px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 12px;
    margin-right: 5px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #FFBE00;
    background-color: #FFBE00;
    margin-left: -28px;
}

p.asterisks
{
    margin-top: 18px;
    font-weight: 500;
    color: #000000;
}

p.asterisks:first-letter
{
    margin-left: -9px;
}

.disclaimer
{
    font-size: .86em;
}

.successMessage
{
    background-color: #FFF7CE;
    padding: 20px 10px;
    margin-bottom: 20px;
}

.successMessage h3
{
    font-weight: 700;
}

hr
{
    display: block;
    margin-top: 0px;
    margin-bottom: 24px;
    height: 20px;
    border-bottom: 1px solid #ddd;
}

ul.helpList li
{
    list-style-type: none;
}

/* Colors for Claim Activity Status */
.partial  { color: #389b12;}
.paid     { color: #389b12;}
.rejected { color: #ffa104;}
.pending  { color: #fd1604;}

.amountOwed
{
    border: 1px solid #bf6104;
    background-color: #ffa104;
    border-radius: 5px;
}

#privacyPolicyModalDialog p em
{
    text-transform: uppercase;
    font-style: normal;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    display: block;
    font-family: Geneva, Tahoma, Verdana, sans-serif;
    letter-spacing: .07em;
	font-size: 1.5em;
	color: #666;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
}

h1
{
	font-size: 1.9em;
	font-weight: 500;
	padding-top: 4px;
	padding-bottom: 8px;
	margin-bottom: 16px;
    border-bottom: 1px solid #ddd;
}

h2
{
	font-size: 1.5em;
	font-weight: 400;
	margin-bottom: 14px;
}

h3
{
	font-size: 1.2em;
	margin-bottom: 12px;
}

h4
{
	font-size: 1.1em;
	font-weight: 500;
	color: #444;
	margin-top: 20px;
	margin-bottom: 10px;
}

h5, h6
{
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	font-weight: 600;
	font-size: 1em;
	margin-bottom: 0px;
    margin-top: 8px;
}

h3.sectionHeader
{
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: .06em;
}

.sectionHeader
{
    margin: 0px;
    padding: 6px;
    background-color: #f7f7f7;
    background-image: none;
    color: #444;
    border: 1px solid #ddd;
    border-radius: 5px;
    /*
    box-shadow: 0px 1px 3px rgba(0, 8, 51, 0.75);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 8, 51, 0.75);
    -moz-box-shadow:    0px 1px 3px rgba(0, 8, 51, 0.75);
    */
}

.mainMenu
{ 
    z-index: 7000 !important;
    display: block;
}

.RadWindow 
{ 
    z-index: 8001 !important;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page
{
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

#contentArea
{
    padding: 18px;
    display: inline;
    float: left;
    width: 918px;
    margin-top: 10px;
}

.showUserSummaryPanel #contentArea
{
    width: 693px;
}

.noHeader #header,
.noMenu #primaryNav
{
    display: none !important;
}

.noHeader.noMenu #contentArea
{
    margin: 0px;
    padding: 0px;
}

/* HEADERS
----------------------------------------------------------*/

#header
{
    display: block;
    float: none;
    text-align: center;
    height: 60px;
    margin-left: 10px;
    margin-right: 10px;
    width: 940px;

    background: #fff url("../Images/MFO_login_logo.png") no-repeat center 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 86px;
}

.basicHeader #header
{
    height: 10px;
}

#header .productName p
{
    display: none;
}

.complexHeader #header .productName
{
    border: 1px solid #7099b8;
    background-color: #578aad;
    border-radius: 4px;
    height: 38px;
    
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#578aad), to(#77a0bb));
  
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #77a0bb, #578aad);
  
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #77a0bb, #578aad);
  
    /* IE 10 */
    background: -ms-linear-gradient(top, #77a0bb, #578aad);
  
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #77a0bb, #578aad);
}

.basicHeader #header .productName
{
    border: none;
    background-color: none;
    border-radius: 0px;
    height: 1px;
    background: none;
    padding-bottom: 10px;
    border-top: 1px solid #dddddd;
}

.simpleHeader #header
{
    height: 44px;
    background-image: none;
    text-align: right;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 950px;
}

.simpleHeader #header .companyLogo 
{
    display: inline;
    float: left;
}

.simpleHeader #header .productName
{
    display: none;
}

.simpleHeader #header .userInfo,
.simpleHeader #header .headerNav,
.simpleHeader #header .headerNav li
{
    display: inline-block;
    margin: 0px;
    margin-top: 0px;
    padding: 2px;
}

.simpleHeader #header .headerNav li
{
    padding-left: 8px;
    border-left: 1px solid #999;
}

/* FOOTERS
----------------------------------------------------------*/

.footer
{
    display: inline;
    float: left;
    text-align: center;
    height: 60px;
    margin-left: 10px;
    margin-right: 10px;
    width: 940px;
    margin-top: 40px;
    border-top: 1px solid #dddddd;
    text-align: right;
    padding-top: 10px;
    font-size: .9em;
}

.footer a
{
    padding: 10px;
}


/* FORMS
----------------------------------------------------------*/
fieldset
{
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-color: #F7F7FF;
    border-radius: 5px;
}

/* Fieldset legends are notoriously difficult to style cross-browser.
   Use an h3 within a fieldset instead
*/
fieldset legend
{
    display: none;
}

fieldset h3
{
    padding: 12px 10px 0px 0px;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 6px;
    color: #444;
    border-bottom: 0;
}


.fieldContainer
{
	padding-top: 2px;
	padding-bottom: 6px;
}

label
{
    text-align: right;
    font-size: .9em;
    font-weight: bold;
    color: #666;
    padding-top: 4px;
    padding-right: 2px;
}

div.RadComboBox input[type="text"].rcbInput
{
    margin-top: -1px;
    border-top: 1px solid #737173;
    border-bottom: 1px solid #737173;
    height: 17px;
}

.lt-ie10 div.RadComboBox input[type="text"].rcbInput
{
    margin-top: 0px;
}


html body span.RadInput input[type="text"],
html body span.RadInput input[type="password"],
html body input[type="text"],
html body input[type="email"],
html body input[type="password"]
{
    border: 1px solid #737173;
    border-radius: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 4px;
    height: 20px;
}

.no-cssgradients input[type="text"],
.no-cssgradients input[type="password"]
{
    background-color: #fff;
}

input[type="text"].required,
input[type="email"].required,
select.required
{
    background: #ffeeee !important;
}

/* Add a subtle grey gradient to the background of input fields if the browser supports gradients */
html.cssgradients body input[type="text"],
html.cssgradients body input[type="email"],
html.cssgradients body input[type="password"]
{
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e4e4e4));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #e4e4e4, #ffffff 7px, #ffffff);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #e4e4e4, #ffffff 8px, #ffffff);

    /* IE 10 */
    background-image: -ms-linear-gradient(top, #e4e4e4, #ffffff 8px, #ffffff);
    background-image: linear-gradient(to bottom, #e4e4e4, #ffffff 8px, #ffffff);  

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #e4e4e4, #ffffff 8px, #ffffff);
}

input[type="text"].readonly
{
    background-image: none !important;
    background-color: transparent !important;
    border: none !important;
}

.buttons
{
    height: 32px;
}

ul.buttons
{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: right;
}

.showUserSummaryPanel > ul.buttons
{
    width: 680px;
}

ul.buttons li
{
    height: 32px;
    display: inline;
    list-style-type: none;
    margin-left: 4px;
    margin-right: 4px;
}

.buttons input
{
    min-width: 120px;
}

input[type="button"]:disabled,
input[type="submit"]:disabled
{
    color: #7B7B7B;
    background-color: #BDBDBD !important;

    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7B7B7B), to(#BDBDBD)) !important;
  
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #BDBDBD, #7B7B7B) !important;

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #BDBDBD, #7B7B7B) !important;
  
    /* IE 10 */
    background-image: -ms-linear-gradient(top, #BDBDBD 0%, #7B7B7B 100%) !important;
    background-image: linear-gradient(to bottom, #BDBDBD 0%, #7B7B7B 100%) !important;

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #BDBDBD, #7B7B7B) !important;
}


/* ReDraw Telerik buttons to match requirements
----------------------------------------------------------*/
input[type="button"],
input[type="submit"],
.boxshadow.cssgradients a.RadButton,
.lt-ie10 a.RadButton
{
    height: 30px;
}

input[type="button"],
input[type="submit"]
{
    border: 1px solid #000033;
    background-image: none;
    background-color: #0c619c;
    padding-right: 9px;
    margin-right: -3px;
    border-radius: 3px;
    font-size: 1.1em;
    font-family: "Segoe UI" , Arial, Helvetica, sans-serif;
    color: #ffffff;
}

.lt-ie10 a.RadButton,
.lt-ie10 a.RadButton input[type="button"],
.lt-ie10 a.RadButton input[type="submit"],
.boxshadow.cssgradients a.RadButton
{
    background-image: none;
}

input[type="button"]:hover,
input[type="submit"]:hover
{
    cursor: pointer;
}

a.RadButton input[type="button"]:hover
{
    background-position: 0px 0px;
}

.boxshadow input[type="button"],
.boxshadow input[type="submit"]
{
    height: 30px;
    padding-left: 10px;
    padding-right: 12px;
    border: none;
}

/*
    Action buttons? Something to differentiate between dark and light buttons
*/
ul.actionButtons li input[type="button"],
ul.actionButtons li input[type="submit"],
input[type="button"].actionButton,
input[type="submit"].actionButton,
.actionButton input[type="button"],
.actionButton input[type="submit"]
{
    font-size: 1.1em;
    font-family: "Segoe UI" , Arial, Helvetica, sans-serif;
    background-color: #fff;
    background-image: none;
    color: #0c619c;
    border: 1px solid #0c619c;
    border-radius: 5px;
    padding-left: 8px !important;
    padding-right: 6px !important;
}

.lt-ie9 .customCheckboxes input[type="checkbox"]
{
    position: relative;
    opacity: 100;
    width: 20px;
    height: 20px;
    color: green;
}

.lt-ie9 .customCheckboxes input[type="checkbox"] + label
{
    display: none;
}

.lt-ie9 .customCheckboxes input[type="checkbox"] + label::before
{
    content: "";
}

.customCheckboxes input[type="checkbox"]
{
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.customCheckboxes input[type="checkbox"] + label
{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0px 0px 0px 4px;
    margin: 10px 0px 10px 0px;
    text-align: left;
}

.customCheckboxes input[type="checkbox"]:checked + label::before
{
    color: #0a0;
}

.customCheckboxes input[type="checkbox"] + label::before
{
    content: "\2714";
    display: inline-block;
    color: #fff;
    background-color: #fff;
    font-size: 1.5em;
    border: 1px solid #666666;
    border-radius: 3px;
    width: 16px;
    height: 18px;
    line-height: 19px;
    padding: 0px 0px 0px 4px;
    margin-right: 6px;
    margin-left: -28px;
}

.editIcon
{
    display: inline-block;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    height: 16px;
    width: 16px;
    overflow: hidden;
    text-indent: 100px;
    background: url("../images/EditIcon.png") no-repeat top left;
}

/*
    Tables
*/

table tfoot tr:first-child td
{
    border-top: 2px solid #444 !important;
    padding-top: 10px !important;
}


table.data tr,
table.rgMasterTable tr
{
    background-color: #FFF;
    line-height: 26px;
}

tr th
{
    font-weight: 600 !important;
    padding: 4px 4px;
    vertical-align: bottom;
    border-bottom: 1px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
    color: #444;
}

table tr td
{
    vertical-align: middle;
}

tr th,
tr th.rgSorted input[type="submit"]
{
    background-color: #DEDFE7 !important;
}

tr th a
{
    color: #444 !important;
}

.sortable
{
    cursor: pointer;
}

table.data tr:nth-child(2n),
table.rgMasterTable tr:nth-child(2n)
{
    background-color: #f0f0f0 !important;
}

tr td
{
    padding: 4px 4px 4px 4px;
}

th.description  { text-align: left !important; }
.description    { text-align: left; }
th.reason       { text-align: left !important; }
.reason         { text-align: left; }
th.date         { text-align: center !important; }
.date           { text-align: center !important; white-space: nowrap; }
.provider       { text-align: left; }
.dependent      { text-align: left; }
th.amount       { text-align: right !important; }
.amount         { text-align: right !important; white-space: nowrap; }
.total.amount   { font-weight: 700; font-size: 1.1em; }
.amount.label   { font-weight: 700; font-size: 1.1em; }
th.money        { text-align: right !important; }
.money          { text-align: right !important; white-space: nowrap; }


.amountYouOweValue
{
    border: 1px solid #bf6104;
    background-color: #ffa104;
    border-radius: 5px;
}

/* Special case to handle amount you owe in a Telerik table */
td.totalAmountYouOweValue:after
{
    border: 1px solid #bf6104;
    background-color: #ffa104;
    border-radius: 5px;
}



/* Table header sort arrows */

tr th.rgSorted input[type="submit"]
{
    display: inline-block;
    width: 15px !important;
    height: 6px !important;
    line-height: 6px !important;
    overflow: hidden;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    background: none;
    font-size: 10px;
    margin: 0px;
    margin-left: -16px;
    padding: 0px;
    font-size: .001em;
}

tr th.rgSorted a:after
{
    padding-left: 5px;
    content: "\2666";
    font-size: 18px;
}

tr th.rgSorted input[type="submit"].rgSortDesc
{
    margin-top: -11px;
}

tr th.rgSorted input[type="submit"].rgSortAsc
{
    margin-top: 3px;
}

dl.FAQ dt
{
    font-weight: 700;
}

.sorted.asc:before
{
    padding-right: 2px;
    content: "\25B2";
    font-size: .7em;
    margin-left: -12px
}

.sorted.desc:before
{
    padding-right: 2px;
    content: "\25BC";
    font-size: .7em;
    margin-left: -12px
}

#newSiteNotification
{
    padding-right: 10px;
}

.claimStatus
{
    font-weight: bold;
}

.claimStatus.complete
{
    color: #00aa00;
}

.claimStatus.waiting
{
    color: #dd0000;
}

.LoadingIndicator
{
    background: #ffffff url('../images/ajax-loader-circle-bars.gif') no-repeat 20px 16px;
}

#lnkPrivacyPolicy
{
    font-weight: 700;
}

.achOffButton 
{
  background-color: red !important;
}