@charset "utf-8";
/*
 * Copyright (c) 2013 MyNetDiary, Inc.
 *
 * This document and the product to which it pertains are distributed under licenses restricting their use, copying, distribution, and decompilation.
 * This document may not be changed without prior written authorization of MyNetDiary and its licensors, if any.
 */

/* iui.css (c) 2007 by iUI Project Members, see LICENSE.txt for license */

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, "Droid Sans", "Segoe WP", "Segoe UI", sans-serif;
    font-weight: 400;
    line-height: 160%;
    background: #FFFFFF;
    color: #2f2f2f;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
}

.frame {
    padding: 20px;
}

.leadIntro {
    margin: 0 -20px;
    padding: 30px 20px;
    background-color: #f5f7fc;
    color: #5a6686;
}

h1, h2, h3, h4 {
    font-weight: 600;
    color: #2f2f2f;
    margin: 30px 0 15px;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 22px;
    padding: 20px;
    margin: -20px -20px 30px -20px;
    text-align: center;
    color: #ffffff;
    background: #28ce64 url('//s3.amazonaws.com/img.mynetdiary.com/help/file-icon1.jpg') no-repeat 90% top;
    background-size: contain;
}

h1+.leadIntro {
    margin-top: -30px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

table, td {
    border: 1px solid #aaaaaa;
    border-collapse: collapse;
    padding: 5px;
}

.picture {
    float: left;
    padding: 0 30px 15px 0;
}

.video {
    margin: 30px 0;
    text-align: center;
}



.clear {
    clear: both;
}

.articleList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.articleList li {
    margin-top: 0.5em;
    padding-left: 30px;
}
.articleList li:before {
    content: " ";
    float: left;
    vertical-align: baseline;
    position: relative;
    top: 3px;
    background-image: url('//s3.amazonaws.com/img.mynetdiary.com/help/docIcon.jpg');
    width: 13px;
    height: 16px;
    margin-left: -23px;
    background-size: contain;
}
.articleList a {
    display: block;
    font-weight: 600;
}

.articlePage p {
    line-height: 1.3;
}

.articleStartImage {
    float: left;
    padding: 0 2em 0 0;
}

.articleTopNav {
    float: right;
    margin-bottom: 2em;
}

.articleBottomNav {
    margin-top: 2em;
}

.disclaimer {
    padding: 20px;
    border: 1px solid #FFDDAD;
    border-radius: 5px;
    background-color: #FFF8E8;
    color: #F57603;
    margin: 30px 0;
}

.divSubNavPage {
    display: none;
    /*position: absolute;*/
    margin: 45px 0 0 0;
    padding: 0;
    /*top: 91px;*/
    width: 100%;
    min-height: 300px;
}

.divPage {
    display: none;
    /*position: absolute;*/
    margin: 0;
    padding: 0;
    /*left: 0;*/
    /*top: 45px;*/
    width: 100%;
    min-height: 372px;
}

body[orient="landscape"] > .divPage {
    min-height: 268px;
}

body > *[selected="true"] {
    display: block;
}

a {
    color: #218CD2;
    text-decoration: none;
}

a[selected], a:active {
    background-color: #194fdb !important;
    background-image: url(listArrowSel.png), url(selection.png) !important;
    background-repeat: no-repeat, repeat-x;
    background-position: right center, left top;
    color: #FFFFFF !important;
}

a[selected="progress"] {
    background-image: url(loading.gif), url(selection.png) !important;
}

.fine {
    font-size: 12px;
}

/************************************************************************************************/

body > .toolbar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #2d3642;
    border-top: 1px solid #6d84a2;
    padding: 10px;
    height: 45px;
    background: url(toolbar.png) #6d84a2 repeat-x;
}

.toolbar > h1 {
    position: absolute;
    overflow: hidden;
    left: 50%;
    margin: 1px 0 0 -75px;
    height: 45px;
    font-size: 20px;
    width: 160px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
}

.toolbar > h1.padded {
    margin-left: -35px;
    width: 150px;
}

.toolbar > h1.wide {
    width: 220px;
    margin-left: -110px;
}

body[orient="landscape"] > .toolbar > h1 {
    margin-left: -125px;
    width: 250px;
}

.button {
    position: absolute;
    overflow: hidden;
    top: 8px;
    right: 6px;
    margin: 0;
    border-width: 0 5px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    -webkit-border-image: url(toolButton.png) 0 5 0 5;
}

.blueButton {
    -webkit-border-image: url(blueButton.png) 0 5 0 5;
    border-width: 0 5px;
}

.leftButton {
    left: 6px;
    right: auto;
}

#aBackButton {
    display: block;
    left: 6px;
    right: auto;
    padding: 0;
    max-width: 60px;
    border-width: 0 8px 0 14px;
    -webkit-border-image: url(backButton.png) 0 8 0 14;
}

.whiteButton,
.grayButton,
.redButton {
    display: block;
    border-width: 0 12px;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: inherit;
    color: inherit;
}

.whiteButton {
    -webkit-border-image: url(whiteButton.png) 0 12 0 12;
    text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
}

.grayButton {
    -webkit-border-image: url(grayButton.png) 0 12 0 12;
    color: #FFFFFF;
}

.redButton {
    -webkit-border-image: url(redButton.png) 0 12 0 12;
    color: #FFFFFF;
}

/************************************************************************************************/

ul.menu {
    padding: 0;
    margin: 0;
}

ul.menu > li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 9px 0 6px 10px;
    font-size: 20px;
    font-weight: bold;
    list-style: none;
}

ul.menu > li.group {
    position: relative;
    top: -1px;
    margin-bottom: -2px;
    border-top: 1px solid #7d7d7d;
    border-bottom: 1px solid #999999;
    padding: 1px 10px;
    background: url(listGroup.png) repeat-x;
    font-size: 17px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
    color: #FFFFFF;
}

ul.menu > li.group:first-child {
    top: 0;
    border-top: none;
}

ul.menu > li > a {
    clear: both;
    display: block;
    margin: -8px 0 -8px -10px;
    padding: 8px 32px 8px 10px;
    min-height: 30px;
    text-decoration: none;
    color: inherit;
    background: url(listArrow.png) no-repeat right center;
}

a[target="_replace"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
    color: cornflowerblue;
    background-color: #FFFFFF;
    background-image: none;
}

ul.grayLi {
    list-style: none;
    padding: 0;
    margin: 0;
}

.grayLi li {
    padding-left: 1em;
    text-indent: -.7em;
}

.grayLi li:before {
    content: "•";
    padding-right: 0.6em;
    color: #C2C6D1; /* or whatever color you prefer */
}

/************************************************************************************************/

body > .dialog {
    top: 0;
    width: 100%;
    min-height: 417px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    padding: 0;
    text-align: right;
}

.dialog > fieldset {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin: 0;
    border: none;
    border-top: 1px solid #6d84a2;
    padding: 10px 6px;
    background: url(toolbar.png) #7388a5 repeat-x;
}

.dialog > fieldset > h1 {
    margin: 0 10px 0 10px;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
}

.dialog > fieldset > label {
    position: absolute;
    margin: 16px 0 0 6px;
    font-size: 14px;
    color: #999999;
}

input[type="text"], input[type="password"], textarea {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin: 8px 0 0 0;
    padding: 6px 6px 6px 44px;
    font-size: 16px;
    font-weight: normal;
}

textarea {
    width: auto;
    border: none;
    margin-left: 8px;
    resize: none;
}

.row > input[type="checkbox"] {
    height: 35px;
    width: 35px;
    padding: 0;
    margin: 5px 5px 5px 15px;
}

/************************************************************************************************/

body > .panel {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
    background: #c8c8c8 url(pinstripes.png);
}

.panel > fieldset {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    border: 1px solid #999999;
    text-align: right;
    font-size: 16px;
}

.panel > .subpanel {
    position: relative;
    margin: 0 0 20px 0;
    padding: 10px;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    border: 1px solid #999999;
    font-size: 16px;
}

.row {
    position: relative;
    min-height: 42px;
    border-bottom: 1px solid #999999;
    -webkit-border-radius: 0;
    text-align: left;
}

fieldset > .row:last-child {
    border-bottom: none !important;
}

.row > input {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    border: none;
    padding: 12px 10px 0 115px;
    height: 42px;
    background: none;
}

.row select {
    margin: 9px 10px 0 115px;
    font-size: 14px;
}

.row > label {
    position: absolute;
    margin: 0 0 0 14px;
    line-height: 42px;
    font-weight: bold;
}

.row > .toggle {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 100px;
    height: 28px;
}

.toggle {
    border: 1px solid #888888;
    -webkit-border-radius: 6px;
    background: #FFFFFF url(toggle.png) repeat-x;
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
}

.toggle[toggled="true"] {
    border: 1px solid #143fae;
    background: #194fdb url(toggleOn.png) repeat-x;
}

.toggleOn {
    display: none;
    position: absolute;
    width: 60px;
    text-align: center;
    left: 0;
    top: 0;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
}

.toggleOff {
    position: absolute;
    width: 60px;
    text-align: center;
    right: 0;
    top: 0;
    color: #666666;
}

.toggle[toggled="true"] > .toggleOn {
    display: block;
}

.toggle[toggled="true"] > .toggleOff {
    display: none;
}

.thumb {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 40px;
    height: 28px;
    border: 1px solid #888888;
    -webkit-border-radius: 6px;
    background: #ffffff url(thumb.png) repeat-x;
}

.toggle[toggled="true"] > .thumb {
    left: auto;
    right: -1px;
}

.panel > h2 {
    margin: 0 0 8px 14px;
    font-size: inherit;
    font-weight: bold;
    color: #4d4d70;
    text-shadow: rgba(255, 255, 255, 0.75) 2px 2px 0;
}

/************************************************************************************************/

#preloader {
    display: none;
    background-image: url(loading.gif), url(selection.png),
    url(blueButton.png), url(listArrowSel.png), url(listGroup.png);
}

.optional {
    color: #999999;
}

.error {
    color: red;
}

.critical {
    color: red;
}

body > .subnav {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    left: 0;
    top: 45px;
    /*border-bottom: 1px solid #2d3642;*/
    border-bottom: 0;
    border-top: 1px solid #6d84a2;
    padding: 10px;
    height: 45px;
    background: url(subnav.png) #ffffff repeat-x;
    min-height: 46px;
}

.subnav > h2 {
    position: absolute;
    overflow: hidden;
    left: 50%;
    top: 11px;
    margin: 1px 0 0 -75px;
    font-size: 18px;
    width: 160px;
    font-weight: bold;
    text-shadow: rgba(255, 255, 255, 0.4) 0px 2px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #5c667a;
}

.largeButton {
    font-size: 22px;
}

.leftArrow {
    position: absolute;
    overflow: hidden;
    left: 6px;
    right: auto;
    top: 0;
    margin: 0;
    width: 44px;
    height: 44px;
    text-decoration: none;
    background: url(left_arrow.png);
}

.rightArrow {
    position: absolute;
    overflow: hidden;
    right: 6px;
    left: auto;
    top: 0;
    margin: 0;
    width: 44px;
    height: 44px;
    text-decoration: none;
    background: url(right_arrow.png);
}

.footer {
    -moz-box-sizing: border-box;
    background: #F6F7FC;
    color: #596887;
    padding: 20px;
    width: 100%;
    margin: 20px -20px -20px ;
}

.footerButtons {
    display: inline-block;
    overflow: hidden;
    float: right;
    margin-right: 25px;
}

.liinfo {
    font-size: 12px;
    float: right;
    margin-right: 20px;
    padding-top: 5px;
}

.liinfoLong {
    font-size: 12px;
    float: right;
    margin-right: 20px;
    /*position: absolute;*/
    /*top: - 20px;*/
    /*right: - 10px;*/
}

.plainPanel {
    padding: 8px 10px;
}

.suggestPanel {
    width: 50%;
    float: left;
}

.suggestPanel .suggest {
    font-size: 13px;
    padding: 4px 6px;
    width: 120px;
}

.suggestPanel #divFoodWeight {
    margin-top: 6px;
}

.suggestPanel #divFoodCalories {
    margin-bottom: 10px;
}

.suggestPanel a {
    width: 95px;
}

#spanFoodFullName {
    display: block;
    min-height: 30px;
}

#spanFoodFullName, #divFoodWeight, #divFoodCalories, #divActivityCalories, #spanActivityFullName {
    font-size: 13px;
    color: #666666;
    /*text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;*/
}

#spanFoodAmount, #spanFoodCalories {
    font-weight: bold;
}

.suggestPrompt, .suggestList {
    width: 47%;
    float: left;
}

.suggestPrompt {
    margin-bottom: 6px;
}

.suggestList {
    border: solid 1px #666666;
    background: #ffffff;
}

.suggestList div {
    border-top: solid 1px #e0e0e0;
    min-height: 42px;
    padding: 0 4px;
    font-size: 13px;
}

.suggestList div .sughtrm {
    font-weight: bold;
}

.suggestList .recent {
    color: #005cb8;
}

#aFoodDelete, #aActivityDelete {
    margin-top: 15px;
}

#foodGroupId {
    width: 160px;
    height: 34px;
    margin-top: 4px;
    font-size: 14px;
    text-overflow: ellipsis;
}

.foodDetailsTable {
    width: 100%;
    padding: 0.5em;
    border: black 1px solid;
    background-color: white;
    font-size: 0.8em;
}

.foodDetailsTable h4 {
    font-size: 1.2em;
    font-weight: bold;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0;
}

.foodDetailsTable h4, .foodDetailsTable .serving, .foodDetailsTable select, .foodDetailsTable .amount, .foodDetailsTable .nutrientRow, .foodDetailsTable .note {
    padding-left: 0.25em;
}

.foodDetailsTable .nutrientRow {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: black;
}

.foodDetailsTable .separator {
    height: 0.3em;
    background-color: black;
}

.foodDetailsTable .nutrientComponent {
    padding-left: 1em;
}

.foodDetailsTable .percentCaption {
    float: right;
    font-weight: bold;
}

.foodDetailsTable .name, .foodDetailsTable .keyName {
    float: left;
}

.foodDetailsTable .keyName {
    font-weight: bold;
}

.foodDetailsTable .percent {
    float: right;
    font-weight: bold;
}

.foodDetailsTable .percentCaption, .foodDetailsTable .percent, .foodDetailsTable .right {
    margin-right: 0.25em;
}

.foodDetailsTable .right {
    float: right;
}

.foodDetailsTable .otherNutrients {
    margin: 0 0.25em;
    width: 100%;
}

.foodDetailsTable .otherNutrients .leftCol {
    width: 45%;
}

.foodDetailsTable .otherNutrients .rightCol {
    text-align: right;
    width: 45%;
}

.note {
    font-size: 13px;
}

a.aMajorAction {
    display: block;
    margin: 0.5em 0 0.5em 0;
    font-size: 1.5em;
}

.majorAction {
    padding: 10px
}

h4 {
    font-weight: bold;
}

.textList li {
    margin: 0.5em 0 0.5em -20px;
}

#divPageFood, #divPageRecipe, #divPageActivity, #divPageWater, #divPageWater, #divPageSupplements, #divPageNotes {
    background: #C8C8C8 url(pinstripes.png) repeat scroll 0;
    padding: 10px;
}

.nutritionTable {
    border-collapse: collapse;
    margin: 25px 10px 10px 20px;
}

.nutritionTable td, .nutritionTable th {
    text-align: left;
    width: 130px;
    border-bottom: 1px solid #e0e0e0;
}

.nutritionTable td {
    padding: 4px 0 1px 0;
}

.nutritionTable .leftmost {
    padding-left: 5px;
}

.nutritionTable .rightmost {
    padding-right: 5px;
}

.nutritionTable th.value, .nutritionTable td.value {
    text-align: right;
    width: 70px;
}

.tip {
    display: block;
    margin: 5px 14px 10px 14px;
    color: #999999;
    font-size: 14px;
}

#divAcceptance {
    height: 90px;
}

#divAcceptance > label {
    line-height: 18px;
    width: 230px;
    padding-top: 8px;
}

#divAcceptance input[type="checkbox"] {
    float: right;
}

.row span.error {
    display: block;
    margin-left: 14px;
    font-size: 14px;

}

.row .radiogroup {
    margin-left: 115px;
}

.row .radiogroup label, .row .radiogroup input {
    margin: 5px 0;
}

.row .radiogroup label:first-child, .row .radiogroup input:first-child {
    margin: 13px 0 5px 0;
}

#divSignupMembershipLength .radiogroup, #divPaymentMethod .radiogroup {
    margin-left: 90px;
}

#lstexpYear {
    margin-left: 5px;
}

.panel > fieldset h4, .panel > fieldset p {
    margin: 14px;
    text-align: left;
}

#aMealRecipe {
    margin-top: 10px;
}

#chkChartOptionsNutrCals {
    margin-left: 115px;
}

img.mobile_screenshot {
    text-align: center;
    display: block ;
    margin-left: auto;
    margin-right: auto;
    /*tag_screenshot_mobile*/
    width:18em;
}

.shadow {
    max-width: 100%;
    border-radius: 6px;
    border: 1px solid #d3d3d3;
    box-shadow: #d3d3d3 1px 3px 7px;
}


.help-screenshot-mobile {
    display: block;
    /*tag_screenshot_mobile*/
    max-width: 21em;
    margin: 2em auto;
}

/*accordion start*/

.accordion-button {
    cursor: pointer;
    padding: 0.85rem 0 0 1.5rem;
    background: url("data:image/svg+xml,%3csvg viewBox='0 0 18 11' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' fill='%230bb850' d='M17.668,9.683 C17.257,10.103 16.590,10.103 16.179,9.683 L8.987,2.341 L1.779,9.700 C1.367,10.120 0.700,10.120 0.288,9.700 C-0.124,9.280 -0.124,8.598 0.288,8.178 L7.992,0.313 C8.262,0.037 8.640,-0.039 8.986,0.047 C9.331,-0.039 9.708,0.038 9.978,0.313 L17.668,8.164 C18.079,8.583 18.079,9.264 17.668,9.683 Z'/%3e%3c/svg%3e") 0 22px no-repeat;
    background-size: 15px auto;
}

.accordion-button.collapsed {
    background: url("data:image/svg+xml,%3csvg viewBox='0 0 20 10' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' fill='%230bb850' d='M18.729,1.876 L10.999,9.629 C10.727,9.901 10.348,9.976 10.001,9.891 C9.653,9.976 9.274,9.900 9.002,9.628 L1.258,1.862 C0.844,1.447 0.844,0.774 1.258,0.359 C1.672,-0.056 2.343,-0.056 2.757,0.359 L10.003,7.626 L17.232,0.375 C17.645,-0.039 18.315,-0.039 18.729,0.375 C19.142,0.790 19.142,1.462 18.729,1.876 Z'/%3e%3c/svg%3e") 0 22px no-repeat;
    background-size: 16px auto;
}
.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
/*accordion end*/
