/* HTML5 Ã¢Å“Â° Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 13px;
    line-height: 1.231;
}

body, button, input, select, textarea {
    font-family: Calibri, sans-serif;
    color: #222;
    font-size: 10pt;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before, q:after {
        content: "";
        content: none;
    }

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

ul, ol {
    display: block;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
    *overflow: visible;
}

table button, table input {
    *overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

    input:invalid, textarea:invalid {
        background-color: #f0dddd;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

/* ==|== primary styles =====================================================
   Author: Nick Turner
   ========================================================================== */

/* elements */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


::-moz-selection {
    background: #00DDFF;
    color: #FFF;
    text-shadow: none;
}

::selection {
    background: #00DDFF;
    color: #FFF;
    text-shadow: none;
}

a {
    color: #2D2D2D;
}

    a:visited {
        color: #2D2D2D;
    }

    a:hover {
        color: #2D2D2D;
    }

p {
    font-family: Georgia;
}

h1 {
    font-size: 21pt;
    font-family: Calibri;
    color: #2D2D2D;
}

h4 {
    font-size: 12pt;
    margin: 0 0 16px 0;
}

/* classes */
.margin0 {
    margin: 0 !important;
}

.padding0 {
    padding: 0 !important;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.left0 {
    left: 0;
}

.right0 {
    right: 0;
}

/* =============================================================================
   Background Styles
   ========================================================================== */

#logo {
    float: left;
    padding-bottom: 10px;
}

    #logo img {
        margin-top: 20px;
        margin-bottom: 7px;
    }

    #logo ._brand img.attune-logo {
        display: block;
    }

    #logo ._brand img.diffcard-logo {
        display: none;
    }

body {
    background: #151A22;
    padding: 0;
    margin: 0;
}

#container {
    background: #fff;
}

/* header */
header {
    background: #fff;
    z-index: 10;
    position: relative;
    box-shadow: 0px 3px 7px 0px #999;
    behavior: url(/css/PIE.htc);
}

/* banner */
#banner {
    height: 320px;
    position: relative;
    background: #ccc;
}

/* Top Menu */
.TopMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    color: Gray;
    float: right;
}

    .TopMenu li {
        float: left;
        padding-left: 10px;
        font-size: 8pt;
        text-align: center;
    }

    .TopMenu a {
        color: Black;
        font-weight: bold;
        font-family: Calibri;
        font-size: 10pt;
        text-decoration: none;
    }

        .TopMenu a:hover {
            color: #693a77;
        }

.sf-menu .sf-menu {
    display: none;
}

/* content */
#main {
    position: relative;
    overflow: hidden;
}

#HomeContent {
    -webkit-box-shadow: 0px -3px 7px 0px #999;
    -moz-box-shadow: 0px -3px 7px 0px #999;
    box-shadow: 0px -3px 7px 0px #999;
    behavior: url(/css/PIE.htc);
    position: relative;
    z-index: 1000;
}

.btn-shadow {
    border: 1px solid #333 !important;
    -webkit-box-shadow: -3px 3px 0px 0px #333 !important;
    -moz-box-shadow: -3px 3px 0px 0px #333 !important;
    box-shadow: -3px 3px 0px 0px #333 !important;
    behavior: url(/css/PIE.htc);
}

    .btn-shadow:active {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        behavior: url(/css/PIE.htc);
    }

.ExplanationLink {
    padding-top: 10px;
}

    .ExplanationLink a {
        text-decoration: none;
    }

.z-index-top {
    z-index: 1000000;
}

.ImageMapAreaFlyin {
    background: White;
    padding: 7px;
    width: 150px;
    text-align: center;
}

    .ImageMapAreaFlyin h3 {
        color: #693a77;
    }

.Title {
    font-family: Georgia;
    font-size: 24pt;
    font-style: normal;
    font-weight: bold;
}

.LeadInParagraph {
    font-family: Georgia;
    font-size: 18pt;
    color: #222;
    font-style: italic;
    font-weight: normal;
}

.SubHead {
    font-family: Calibri;
    font-size: 14pt;
    font-kerning: auto;
    font-weight: bold;
    font-variant-caps: all-petite-caps;
}

.AccentBold {
    font-family: Calibri;
    font-size: 8pt;
    font-weight: bold;
}

.AccentNormal {
    font-family: Calibri;
    font-size: 8pt;
}

.LeadInParagraph span {
    color: #693a77;
    display: block;
}

.GrayParagraph {
    color: Gray;
    margin: 15px 0 0 0;
    position: relative;
    float: left;
}

.SliderDiv {
    padding: 45px 0 0 50px;
}

    .SliderDiv a {
        color: #5D2B74;
        font-weight: bold;
        text-decoration: none;
        padding-bottom: 5px;
    }

        .SliderDiv a:hover {
            color: #693a77;
            border-bottom: 1px solid #693a77;
        }

    .SliderDiv .SelectedLink {
        color: #693a77;
        border-bottom: 1px solid #693a77;
    }

    .SliderDiv h1 {
        font-family: Georgia;
        font-weight: normal;
        font-style: italic;
    }

    .SliderDiv p {
        font-family: Georgia;
        font-weight: normal;
        font-style: italic;
    }

.error {
    color: Red !important;
}

.loginBox a {
    color: #FDD017;
    text-decoration: underline;
}

    .loginBox a:hover {
        color: #e8658a;
    }

.statusMsgGreen {
    color: Green;
    font-weight: bold;
}

.statusMsgRed {
    color: Red;
    font-weight: bold;
}

/* login control */
.rtbStyle {
    color: #333 !important;
    font-style: italic !important;
    padding: 2px 1px 3px 10px !important;
}

.rbLoginStyle {
    background-color: #e8658a;
    color: White;
    border: 0;
    height: 22px;
}

#divRbLogin a {
    background-position: center;
}

#divRbLogin input[type=submit] {
    background-color: #e8658a;
    color: White;
    border: 0;
    height: 22px;
    background-image: none;
    padding: 1px 4px !important;
}

.loginStyleContainer {
    float: left;
    padding: 0 0 0 20px;
    margin: 5px 0 0 0;
}

.loggedInDiv {
    background-image: url('/images/layout/attune-login-bg.png');
    background-repeat: repeat;
    width: 100%;
    height: 60px;
    overflow: visible;
    -webkit-box-shadow: 0px 3px 7px 0px #999;
    -moz-box-shadow: 0px 3px 7px 0px #999;
    box-shadow: 0px 3px 7px 0px #999;
    behavior: url(/css/PIE.htc);
    position: relative;
}

    .loggedInDiv .sf-menu .sf-menu {
        background: #021123;
    }

    .loggedInDiv .sf-menu a {
        color: #DDD !important;
    }

        .loggedInDiv .sf-menu a:hover {
            color: #FDC82E !important;
            background: none !important;
        }

.loginDiv {
    background-image: url('/images/layout/attune-login-bg.png');
    background-repeat: repeat;
    width: 100%;
    height: 0;
    overflow: hidden;
}

#loginContents {
    display: none;
}

/* end login control */

/* Bottom Navigation */
.BottomNavigation {
    font-family: Calibri;
    font-weight: bold;
    font-size: 10pt;
    color: White;
    padding: 15px 0 15px 0;
    background: #212838;
}

    .BottomNavigation h3 {
        margin: 0px 0 0 0;
        padding: 0px 0 0 0;
        font-family: Georgia;
        font-weight: normal;
        font-style: italic;
        font-size: 12pt;
        color: #FFFFFF;
    }

    .BottomNavigation a {
        color: Gray;
        text-decoration: none;
        line-height: 12px;
    }

        .BottomNavigation a:hover {
            color: #693a77;
            text-decoration: underline;
        }


    .BottomNavigation nav {
        float: left;
    }

    .BottomNavigation .contactul {
        list-style: none;
        margin: 0;
        padding: 0;
        color: Gray;
    }

        .BottomNavigation .contactul li {
            float: left;
            font-size: 8pt;
            text-align: center;
        }

    .BottomNavigation .LinkList {
        list-style: none;
        margin: 0;
        padding: 0;
        font-weight: normal;
    }

/* footer */
footer, footer a, footer a.visited {
    color: #fff !important;
    text-decoration: none;
}

    footer a:hover {
        color: #ffffff !important;
    }

footer {
    padding: 15px 0;
    position: relative;
    font-size: 8pt;
}

.text-right {
    text-align: right;
}

/* box stuff */
.box {
    float: left;
    width: inherit;
}

    .box:nth-child(odd) {
        clear: left;
    }

.white {
    background: white;
}

.box-white {
    background: white;
    text-align: center;
    height: 380px;
    box-shadow: 0px 0px 10px 0px #999;
}


/* life-balance section */

/*life-balance general*/

.InfoPanel {
    font-family: Georgia;
    color: Gray;
    padding: 10px 0 25px 25px;
}

.InfoPanelHeader {
    font-size: 13pt;
    font-family: Calibri;
    color: #693a77;
    padding: 10px 0 0 25px;
}

.InfoPanelGraphHeader {
    font-size: 10pt;
    font-family: Calibri;
    color: #9a989a;
}

.GraphLegend {
    width: 330px;
    height: 20px;
}

.GraphLegendText {
    width: inherit;
}

.LegendText {
    float: left;
    font-family: Calibri;
    font-size: 9pt;
    color: #9a989a;
    margin: 5px 0;
}

.FatCriteria {
    background: #48beae;
    width: 15px;
    height: 15px;
}

.ProteinCriteria {
    background: #eae509;
    width: 15px;
    height: 15px;
}

.CarbsCriteria {
    background: #999999;
    width: 15px;
    height: 15px;
}

.AlcoholCriteria {
    background: #e7658b;
    width: 15px;
    height: 15px;
}

.ButtonLabel {
    font-family: Calibri;
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
    color: #9a989a;
    margin: 5px 0;
}

.error-msg {
    font-family: Calibri;
    font-size: 10pt;
    color: Red !important;
    font-weight: bold !important;
    visibility: hidden;
}

.boxContainers {
    width: 440px;
    height: 30px;
}

.errorDiv {
    float: left;
    padding: 10px 0 0 10px;
}

.InfoPanelFitness {
    font-size: 8pt;
    color: #9a989a;
}

.GraphPanelFitness {
    font-size: 9pt;
    color: #9a989a;
}

.InfoPanelHeaderFitness {
    font-size: 11pt;
    font-family: Calibri;
    padding: 10px 0 0 25px;
    color: #9a989a;
}

.bmiunderweight {
    float: left;
    text-align: center;
    padding: 0 0 0 30px;
    color: #b8ce2f;
}

.bminormal {
    float: left;
    text-align: center;
    padding: 0 0 0 30px;
    color: #dcde12;
}

.bmioverweight {
    float: left;
    text-align: center;
    padding: 0 0 0 30px;
    color: #fec92a;
}

.bmiobesity {
    float: left;
    text-align: center;
    padding: 0 0 0 30px;
    color: #e8658b;
}

.SleepLabel {
    font-size: 13pt;
    font-family: Calibri;
    color: #9a989a;
}

.SleepImageDiv {
    height: 20px;
    margin: 10px 0 0 5px;
}

.SleepImageDiv2 {
    height: 20px;
    margin: 20px 0 0 5px;
}

.SleepImage {
    float: left;
    height: 20px;
    text-align: center;
    color: #9a989a;
}

    .SleepImage span {
        padding: 0 0 0 10px;
    }

/*life-balance get-involved section*/
.Volunteer-Time-Left {
    float: left;
    width: 70%;
}

.Volunteer-Time-Right {
    float: left;
    width: 30%;
}
/*life-balance articles*/
.articlePanel {
    float: left;
    width: 33%;
    padding: 0 15px 0 0;
}

.articleDate {
    color: #693a77;
    font-size: 11pt;
}

.articleTitle {
    font-family: Calibri;
    font-style: italic;
    font-size: 12pt;
}
/* Begin Styles for Right Side pane for calculator*/

.FormTable td {
    padding: 0px 0px 7px 7px;
}

/* ribbon styles added 7/2/2012 */
.calculator {
    padding: 10px;
    position: relative;
}

    .calculator > div {
        position: relative;
        padding: 0 0 15px 0;
    }

    .calculator label {
        padding: 0 0 5px 0;
        display: block;
    }

    .calculator input, .calculator select {
        text-align: left;
        color: #000 !important;
        line-height: 28px !important;
        border: 1px solid #999 !important;
        display: block;
        position: relative;
        z-index: 1000;
    }

        .calculator input[type=text] {
            box-shadow: -3px 3px 0 0 #5C5F58;
            behavior: url(/css/PIE.htc);
        }

        .calculator input[type=submit] {
            text-align: center;
            margin: 20px 0 0 0;
            border: none;
            box-shadow: -3px 3px 0 0 #5C5F58;
            behavior: url(/css/PIE.htc);
        }

label.select {
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
    color: #333;
    background: #fff;
    border-left: 1px solid #999;
    overflow: hidden;
    top: 1px;
    right: 1px;
    position: absolute;
    display: inline-block;
}

.select-wrapper {
    background: #fff;
    border: 1px solid #999;
    box-shadow: -3px 3px 0 0 #5C5F58;
    display: inline-block;
    position: relative;
    behavior: url(/css/PIE.htc);
}

    .select-wrapper input {
        padding-left: 5px;
    }

    .select-wrapper span {
        position: absolute;
        padding: 0 0 0 5px;
        line-height: 28px;
    }

    .select-wrapper select {
        opacity: 0;
        filter: alpha(opacity=0);
        border: none !important;
    }


.ribbon-wrapper {
    border-top: 8px solid #666;
    position: relative;
    width: 246px;
    overflow: hidden;
    height: 633px;
}

.ribbon {
    background: url(../images/ribbon-bot.png) no-repeat bottom left;
    width: 241px;
    position: relative;
    z-index: 1;
    left: 7px;
    padding: 0 0 75px 0;
}

.ribbon-top {
    width: 241px;
    height: 185px;
    background: url(../images/ribbon-top.png) no-repeat;
    position: absolute;
    z-index: 1000;
}

.ribbon-inner {
    width: 227px;
    background: #fff;
}

.ribbon-content {
    padding: 25px 10px;
    width: 227px;
    display: none;
    position: relative;
    z-index: 1000;
    text-align: center;
}

    .ribbon-content h4 {
        padding: 0px 0px 15px 0px;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 25px;
        color: #5D2B74;
        margin: 15px 0 0 0;
    }

    .ribbon-content strong {
        color: #693a77;
        font-size: 2.5em;
        font-weight: normal;
        padding: 0px 0;
        display: block;
    }

        .ribbon-content strong span {
            font-size: .4em;
            display: block;
        }

    .ribbon-content p {
        color: #aaa;
        font-style: italic;
        font-size: 1.2em;
        line-height: 1.2em;
    }

    .ribbon-content a {
        color: #aaa;
    }

/* End calculator style */

/* =============================================================================
   Article Management Styles
   ============================================================================= */
.defaultArticleStyle {
    float: left;
}

.articleHeaderModify {
    padding: 0 0 0 20px;
}

.articleManageLinks {
    margin: 0 0 10px 0;
    border-top: 2px solid gray;
}

.anchorLinkStyles {
    display: block;
    padding: 10px 0 0 10px;
    color: Black;
}

#AMSelectFeedBox {
    border: 1px solid gray;
    width: 600px;
}

.AMrbButton {
    padding: 0 6px 0 5px !important;
    background-image: none !important;
}

#AMrgDivContainer #ctl00_MainContent_rgRssDisplay {
    border-top: 1px solid grey !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.AttuneButton {
    background-color: #C8FF23;
    border: 1px solid black;
    float: left;
    height: 25px;
}

.articleButtons {
    background-color: #C8FF23;
    background-image: none;
    padding: 0 !important;
    border: 1px solid black;
}

.articleLink {
    color: #693a77 !important;
}

.rgBottomBorder {
    border-bottom: 1px solid grey !important;
}

.RequiredField {
    color: Red;
}

#divFeedManagementForm span {
    color: #693a77;
    font-weight: bold;
}

.manageArticleTable {
    width: 65%;
    float: left;
}

.manageArticleInnerDiv {
    float: left;
    border-left: 1px solid gray;
    height: 100%;
}

.innerContainerDivStyle {
    height: 158px;
}

.padClass {
    padding: 10px 0 10px 0;
}

/* Knowledge Page styles */
.featureTitle {
    font-family: Calibri;
    font-style: italic;
    font-weight: normal;
    color: #FFF;
    margin: 0 0 10px 0;
}

.featurePanel {
    margin: 0 0 0 150px;
}

.rcbKnowledge {
    margin: 3px 0 0 20px;
}

.rbKnowledgeSearch {
    background-color: #C8FF23 !important;
    border: 1px solid black !important;
}

.gridFixKnowledge {
    width: 100% !important;
}

.gridArticleSize {
    width: 48% !important;
    padding: 10px 0 10px 20px;
}

.gridFirstRow {
    border-top: 2px solid gray;
}

.gridSecondRow {
    border-top: 2px solid gray;
    border-bottom: 2px solid gray;
}

/* end of knowledge page styles */

/* faq and press page styles */

.divAnswerStyle {
    float: left;
    padding: 10px 0 0 0;
    width: 650px;
    color: #693a77;
}

.h1Question {
    color: Black;
    font-size: 18pt;
    font-family: Georgia;
    font-weight: normal;
}

.h1Answer {
    font-size: 18pt;
    float: left;
    margin: 0;
    padding: 0 5px 0 0;
    font-family: Georgia;
}

/* end of faq and press page styles */
/*User details control styles */
/* Z-index of #mask must lower than #boxes .window */
a.selected {
    background-color: #1F75CC;
    color: white;
    z-index: 100;
}

.messagepop, .partHistory, .contactHistory {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    cursor: default;
    display: none;
    margin-top: 15px;
    position: absolute;
    text-align: left;
    width: 494px;
    z-index: 50;
    padding: 25px 25px 20px;
}

.contactHistory {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    cursor: default;
    display: none;
    margin-top: 15px;
    position: absolute;
    text-align: left;
    width: 694px;
    z-index: 50;
    padding: 25px 25px 20px;
}

    .messagepop p, .messagepop.div, .partHistory p, .partHistory.div, .contactHistory p, .contactHistory.div {
        border-bottom: 1px solid #EFEFEF;
        margin: 8px 0;
        padding-bottom: 8px;
    }

/* Customize your modal window here, you can add background image too */
#divSendMessage #dialog {
    width: 375px;
    height: 203px; /* end of User Details page styles */
}

.AttuneSendMessageButton, .AttuneHistoryMessageButton, .AttuneContactHistoryMessageButton {
    background-color: #C8FF23;
    border: 1px solid black;
    float: left;
    height: 25px;
}

/*Food breakdown control styles */
.foodBreakdownGridItem {
    Border-Style: solid;
    Border-Color: #BFBFBF;
    Border-Width: 1px;
    background-color: White;
}

/*End of Food breakdown control styles */
/*Food breakdown control styles */
.ActivitiesTableInternal {
    Border-Bottom-Style: solid;
    Border-Color: #BFBFBF;
    Border-Width: 1px;
    background-color: #F9F7AC;
}

.ActivitiesTableInternalMiddle {
    Border-Bottom-Style: solid;
    border-Left-style: solid;
    border-Right-style: solid;
    Border-Color: #BFBFBF;
    Border-Width: 1px;
    background-color: #F9F7AC;
}

.ActivitiesTableEdgeMiddle {
    border-Left-style: solid;
    border-Right-style: solid;
    Border-Color: #BFBFBF;
    Border-Width: 1px;
}

/* forms */
#accordion h3 {
    cursor: pointer;
    line-height: 2.5em;
    padding: 0 10px;
}

#accordion a {
    text-decoration: none;
    color: #000;
}

.ui-accordion-header {
    background: #c4c3c3 url(/images/layout/accordion-icon.png) no-repeat !important;
    background-position: right 0 !important;
}

.ui-state-active {
    background-position: right -40px !important;
}

#divSecurityQuestions td:first-child {
    padding: 0 5px 10px 0;
    line-height: 32px;
    font-weight: bold;
    color: #693a77;
    vertical-align: middle;
}

    #divSecurityQuestions td:first-child input {
        height: 30px;
        padding-left: 5px;
    }

#divHspEngDdl td:first-child input {
    height: 30px;
}

#divActivityGoal input[type=radio] {
    clear: both;
}

.divPersonalInfo label {
    color: #000 !important;
}

.row {
    margin: 0 0 10px 0;
    width: 100%;
}

.fieldTelerik {
    padding: 0 10px;
}

.field {
    float: left;
    padding: 0 10px;
}

    .field label {
        display: block;
        padding: 0 0 5px 0;
    }

    .field input[type=text], .field input[type=password], .calculator select, .field textarea, .field select {
        z-index: 30;
        height: 32px;
        line-height: 32px;
        text-align: left;
        color: #000 !important;
        line-height: 25px !important;
        border: 1px solid #999 !important;
        display: block;
        position: relative;
    }

    .field input[type=text], .field input[type=password], .field textarea {
        position: relative;
        z-index: 20;
        behavior: url(/css/PIE.htc);
    }

    .field .RadButton, .field .AttuneButton, .field input[type=submit], .field input[type=button] {
        text-align: center;
        margin: 0 0 0 0;
        height: 32px;
        line-height: 30px;
        border: 1px solid #5C5F58;
        box-shadow: -3px 3px 0 0 #5C5F58;
        behavior: url(/css/PIE.htc);
    }

    .field .RadButton, .field .AttuneButton, .field input[type=submit], .field input[type=button] {
        height: 32px !important;
        line-height: 30px !important;
        border: 1px solid #999 !important;
    }

    .field .AttuneButton, .field input[type=submit], .field input[type=button] {
        height: 32px;
        line-height: 30px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }

    .field .RadButton input[type=submit] {
        height: 32px;
        line-height: 30px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        border: none !important;
    }

    .field .RadButton:active, .field .AttuneButton:active, .field input[type=submit]:active, .field input[type=button]:active {
        box-shadow: none;
        position: relative;
        top: 3px;
        left: -3px;
        behavior: url(/css/PIE.htc);
    }

label.select {
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
    color: #333 !important;
    z-index: 10;
    border-left: 1px solid #999;
    overflow: hidden;
    top: 1px;
    right: 1px;
    position: absolute;
    display: inline-block;
}

.select-wrapper {
    background: #fff;
    border: 1px solid #999;
    box-shadow: -3px 3px 0 0 #5C5F58;
    background: #fff;
    display: inline-block;
    position: relative;
    behavior: url(/css/PIE.htc);
}

    .select-wrapper span {
        position: absolute;
        padding: 0 0 0 5px;
        line-height: 28px;
    }

    .select-wrapper select {
        opacity: 0;
        filter: alpha(opacity=0);
        border: none !important;
    }

    .select-wrapper input[type=text], .select-wrapper td {
        border: none !important;
        background: none !important;
        line-height: 28px !important;
    }

    .select-wrapper .rcbInputCell {
        width: 100%;
    }

.RadComboBox {
    height: 30px;
    line-height: 30px;
}

    .RadComboBox input[type=text] {
        box-shadow: none;
        position: relative;
        z-index: 100;
        width: 100%;
    }

.field .rcbArrowCell {
    position: relative;
    z-index: 10;
}

.rcbArrowCell {
    width: 28px !important;
}

.detailedFont {
    position: absolute;
    margin: 5px 0 0 0;
    display: block;
}

.RadComboBoxDropDown_Default {
    position: relative;
    z-index: 200;
}

.field input[type=radio] {
    float: left;
    line-height: 28px;
    height: 28px;
    margin: 0 3px 0 0;
}

    .field input[type=radio] + label {
        color: #693a77 !important;
        float: left;
        line-height: 28px;
        height: 28px;
        margin: 0 10px 0 0;
    }

.input-wrapper {
    background: #fff;
    border: 1px solid #999;
    box-shadow: -3px 3px 0 0 #5C5F58;
    background: #fff;
    display: inline-block;
    position: relative;
    behavior: url(/css/PIE.htc);
}

    .input-wrapper .RadInput .riTextBox {
        line-height: 30px;
        height: 30px;
    }

    .input-wrapper .RadInput .riTextBox {
        border-width: 0px !important;
    }

#ctl00_MainContent_ctlMyActivities_ddlWhatIDid_DropDown .rcbHeader {
    color: #fff;
    background: #192738;
}

#ctl00_MainContent_ctlMealContainer_ctlMyFood_ddlWhatIAte_DropDown .rcbHeader {
    color: #fff;
    background: #192738;
}

#ctl00_MainContent_ctlMealContainer_ctlMyFood_ddlWhatIAte_DropDown .rcbItem {
    vertical-align: top !important;
    border-bottom: 1px solid #aaa;
    position: relative;
}

/* tracking page styles */
.select-wrapper .RadComboBox .rcbInputCell .rcbInput {
    padding-right: 15px;
    width: 100%;
    background: transparent !important;
}

.tracking-tab {
    background-color: #E6E6DA;
    margin: 2px 0 0 0;
    padding: 5px 5px 15px 5px;
}

.tabStripNotSelected {
    text-align: center;
    margin: 0 0 1px 3px !important;
    padding: 0 !important;
}

.tabStripSelected {
    text-align: center;
    margin: 0 0 2px 3px !important;
    padding: 0 !important;
    border-bottom-width: 1px !important;
}

.rtsFirst .tabStripNotSelected, .rtsFirst .tabStripSelected {
    margin: 0 !important;
}

.tabStripNotSelected .rtsOut, .tabStripSelected .rtsOut {
    padding: 0 !important;
}

#RadSliderWrapper_ctl00_MainContent_ctlMySleep_rsHowRested .rslItemsWrapper {
    padding: 17px 0 0 0 !important;
}

/* trackingMessages */
#trackingMessages .rgRow {
    cursor: pointer;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    padding: 5px 0;
    border-top: 1px dashed #ccc;
    position: relative;
}

    #trackingMessages .rgRow:first-child {
        border: none;
    }

/* todoList */
#todoList tr {
    display: block;
    border-top: 1px dashed #ccc;
    position: relative;
}

#todoList a {
    color: #000;
    padding: 15px 10px;
    cursor: pointer;
    display: block;
}

#todoList tr:hover {
    background: #FFFFCE;
}

#todoList tr:first-child {
    border: none;
}

/* signup styles */
.signup {
    font-family: Calibri;
    font-weight: bold;
    font-size: 10pt;
    color: White;
    padding: 15px 0 15px 0;
    background: #9a989a;
}

    .signup h3 {
        margin: 0px 0 0 0;
        padding: 0 0 10px 0;
        font-size: 12pt;
        color: #333;
    }

    .signup ul {
        margin: 0;
        padding: 0;
        list-style: circle none inside;
    }

    .signup li {
        padding: 3px 0;
    }

    .signup input[type=submit] {
        border-color: #333 !important;
    }

div.AttuneRadGrid {
    color: #333333 !important;
    font-weight: bold !important;
    border: 1px solid #BFBFBF !important;
}

    div.AttuneRadGrid .rgHeader,
    div.AttuneRadGrid .rgPager,
    div.AttuneRadGrid .rgFooter,
    div.AttuneRadGrid .rgFilterRow {
        color: #333333 !important;
        font-weight: bold !important;
        border: 1px solid #BFBFBF !important;
        background-color: #E6E6DA !important;
        background-image: none !important;
    }

        div.AttuneRadGrid .rgHeader a {
            color: #333333 !important;
            font-weight: bold !important;
        }

        div.AttuneRadGrid .rgHeader th,
        div.AttuneRadGrid th.rgResizeCol,
        div.AttuneRadGrid .rgPager td,
        div.AttuneRadGrid .rgFooter td,
        div.AttuneRadGrid .rgFilterRow td {
            color: #333333 !important;
            font-weight: bold !important;
            border: 1px solid #BFBFBF !important;
        }

    div.AttuneRadGrid .rgRow td,
    div.AttuneRadGrid .rgAltRow td {
        background-color: #FFF !important;
        border: 1px solid #BFBFBF !important;
    }

.RadTreeView_Office2010Blue .rtIn {
    color: #000 !important;
}

/*End of Food breakdown control styles *
/* ==|== non-semantic helper classes ======================================== */
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

    .ir br {
        display: none;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 768px) {
}

@media screen and (max-width: 1280) {
}

/* ==|== print styles ======================================================= */

.loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
}

.articlePanel a {
    position: relative;
}

.ui-dialog {
    box-shadow: #000 0 0 5px;
}

.ui-widget-header {
    background: #E6E6DA !important;
    border: none !important;
    color: black !important;
    text-align: center;
    cursor: pointer;
}

.ui-widget-content {
    background: white !important;
}

#sessionTimeout-dialog {
    padding: 10px;
    margin-bottom: 20px;
}

.ui-dialog-buttonset {
    padding: 10px;
    position: relative;
    top: -20px;
}

    .ui-dialog-buttonset button {
        margin: 0 30px;
        width: 120px;
        float: right;
    }

        .ui-dialog-buttonset button:first-child {
            float: left;
        }

.ui-state-default {
    color: black !important;
}

.ui-dialog-title {
    font-size: 18px;
    font-weight: bold;
}

.svgFix {
    width: 30px;
    height: 30px;
    display: block;
    padding: 0 0 5px 0;
    line-height: 28px;
    text-align: center;
    border-left: 1px solid #999;
    overflow: hidden;
    top: 0;
    position: absolute;
    z-index: 1000;
    background: white;
    right: 0;
    pointer-events: none;
}
/*------------------------------*/
.page_background {
    background-color: #F9FAF4;
}
.background {
    background-color: #E6E6DA;
    color: #000;
}

.ac_setting {
    color: Black;
    position: absolute;
    top: -20px;
}

.bmi_calculator {
    background: #E6E6DA;
    position: absolute;
    height: 100%;
    width: 4000px
}

.bmi_div {
    position: relative;
    overflow: visible;
    padding-left: 15px;
}
.preventive_exam,.phy_activity,.eat_right {
    position: relative;
    padding-left: 15px;
}
.calories {
    background-image: url('/images/tracking/attune-ribbon.png')!important;
}
.tracking-calories {
    position: absolute;
    height: 100%;
    width: 4000px;
    background: #E6E6DA;
}
.netCalories {
    background-color: #E6E6DA;
}
.weight {
    background-color: #E6E6DA;
}

/*HEALTH ASSESSMENT*/
.engagement_Period {
    padding-left: 10px;
    padding-right: 20px;
}
.faq_img {
    display: none;
}
.questionnaire-bg, .phy-activity {
    background-color: #E6E6DA;
}
.img a .default-icon {
    display: inline-block;
}

.img a .claim-icon, .img a .benefits_card_img, .img a .tracking-icon, .img a .webinar-icon {
    display: none;
}
/*Login CSS*/
.topLoginNav {
    background-color: rgba(255,255,255,0.9);
    padding-bottom: 5px;
    padding-left: 20px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
    position: relative;
    min-height: 50px;
    min-width: 768px;
    margin-bottom: 2px;
    border: 1px solid;
}
.signup_difc {
    height: 450px;
    background-image: url('/images/layout/employee_chalkboard.jpg');
    background-attachment: fixed;
    width: 100%;
    max-height: 450px;
    color:white;
}
.login_footer {
    background: #2b2b2b;
    margin-top: auto;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
    position: static;
}
.login_section_box {
    width: 260px;
    padding-top: 100px;
}
.btn_login {
    Width: 175px; 
    Height: 40px;
}
.text {
    float: left;
    padding-top: 20px;
    font-size: large;
    font-style: italic;
}
  
.click {
    color: white;
}
.app_logo {
    float: left;
    padding-top: 20px;
    font-size: medium;
    font-style: normal;
}
.topLoginNavdifc, .hide_text {
    display: none;
}
.email_box {
    float: left;
}
.loading_color {
    height: 100%;
    width: 100%;
    background-color: #C8FF23;
    z-index: 100001;
    vertical-align: middle;
    padding-top: 3px;
    box-shadow: -3px 3px 0 0 #5C5F58;
}
.health_contentBox {
    color: #666666;
    margin-bottom: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid gray;
}
.rcbScroll {
    width: 100%!important;
}
/*----------------------*/
.share_request {
    background-color: #F9FAF4;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    float: left
}
.tracking-graph {
    position: relative;
    padding: 0 0 15px 15px;
}
.tracking-graphs {
    padding: 15px 0 0 15px;
}
.tabStripNotSelected#activityTab {
    background-image: none !important;
}
.tabStripNotSelected#eatingTab {
    background-image: none !important
}

.tabStripNotSelected#weightTab {
    background-image: none !important
}

.tabStripNotSelected#sleepTab {
    background-image: none !important
}
.tabStripNotSelected#hearthTab {
    background-image: none !important
}
.edit-button {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 4px 10px;
    height: 16px;
}
.bin-button {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 10px;
    height: 16px;
}
.plum-hide {
    display: none;
}
.shoe-hide {
    display: block;
}
.image-container {
    width: 96px;
    height: 21px;
    background-size: cover;
    background-position: center;
}
.img-weight-default, .img-bp-default, .img-sleep-default {
    display: block;
}
.img-weight, .img-bp, .img-sleep {
    display: none;
}
.h2-heading {
    color: #666666;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.weight-color {
    color: rgb(183,49,145);
}
.difc_btns {
    background-color: #C8FF23;
}
.lab-work {
    width: 500px;
    margin: 0 0 5px 0;
}
.difc-email {
    display: none;
}
.difc-icon{
    display: none;
}

.well-email {
    display: inline;
}
.toggler__trigger--shown .icon.icon--left {
    height: 16px;
}

.toggler__trigger--hidden .icon.icon--left {
    height: 16px;
}

.edit-text {
    display: inline;
}
 .avatar-edit {
    display: none; 
}
.about-us-img {
    height: 290px;
}
.difc-loading{
    display: none;
}
.well-loading{
    display: inline;
}
/*balance page*/
.balance-get {
    color: Gray;
    text-align: left;
    font-size: 10pt;
    height: 100px;
}

.active-tab {
    background-image: url(../images/box.png);
    padding: 1px 10px 1px 10px;
    display: none;
    height: 175px;
    width: 219px;
}

.inactive-tab {
    background-image: url(../images/box-gray.png);
    padding: 1px 10px 1px 10px;
    height: 175px;
    width: 219px;
}
.well-eat-right {
    display: inline;
}

.difc-eat-right {
    display: none!important;
}
.rdpWrap {
    padding: 0px 0px !important;
}

.custom-pager {
    display: flex !important;
}
.rdpPageNext {
    height: 22px !important;
    width: 22px !important;
    background-position: 0px -850px !important;
    background-image: url(/WebResource.axd?d=GhB-dluJQ04G0hjhzpves933VZgfvG4FFOMrloOW7MxmtUsjg1Qm1oMZUb4o9hAiELkLnJ29f3PUhYjYV5uG5kqOEBOAdRlYWEyN9IIIae5K1hJ341witJGIqyReGisRr1SxIa9bPm2jMmVRjLPJjRuFWpQ1&t=638556361540000000) !important;
}

.rdpPagePrev {
    height: 22px !important;
    width: 22px !important;
    background-position: 0 -700px !important;
    background-image: url(/WebResource.axd?d=GhB-dluJQ04G0hjhzpves933VZgfvG4FFOMrloOW7MxmtUsjg1Qm1oMZUb4o9hAiELkLnJ29f3PUhYjYV5uG5kqOEBOAdRlYWEyN9IIIae5K1hJ341witJGIqyReGisRr1SxIa9bPm2jMmVRjLPJjRuFWpQ1&t=638556361540000000) !important;
}

.difc-msg {
    font-weight: bold;
    color: Purple;
}
.well-hide{
    display: none;
}
.difc-claim{
    display: none;
}

.user-mast .avatar__handle {
    word-break: break-all;
    overflow-wrap: break-word;
    white-space: normal;
    display: inline-block;
    max-width: 100%;
}

.RadDataPager_Default, .rdpNumPart a span {
    background: none !important;
    padding: 4px;
}
.RadDataPager, .rdpNumPart a {
    background-position: 10000px 10000px;
    background-repeat: no-repeat;
}
    .RadDataPager .rdpNumPart a.rdpCurrentPage {
        background-position: 100% -1448px !important;      
}
.health-bg,.report-bg {
    background-color: #E6E6DA !important;
}
.RadGrid_Default .rgHoveredRow {
    Background-color: rgb(255, 255, 206)!important;
}
#ctlLoggedInNavigation_litGreeting {
    font-size: 19px !important;
    color: #f9faf4!important;
}