html {
    position: relative;
    min-height: 100%;
    background-color: #fff;
}

body {
    color: #424242;
    background: #e4f1f6; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZjFmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e4f1f6 5%, #ffffff 35%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e4f1f6 5%,#ffffff 35%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e4f1f6 5%,#ffffff 35%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f1f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
    margin-bottom: 430px;
}

div.ez-signup-header{
    height: 145px;
    background-image: url(/img/signup/salad.png);
    background-size: 1920px 145px;
}

.topHeader {
    background-color: #3B8302;
    color: white;
    vertical-align: middle;
}

.topDetails {
    font-size: 12px;
    display: inline-block;
}

.header-group{
    margin-bottom: 50px;
    text-align: center;
}
.header-group > h1{
    margin-bottom: 0;
    font-size: 48px;
    color: #3fba1d;
    font-weight: 500;
}
.header-group > h2{
    margin: 0;
    font-size: 40px;
    font-weight: 300;
    color: inherit;
}

.feature-upgrade{
    margin-bottom: 30px;
    font-size: 16px;
}

.form-horizontal .form-group-lg .control-label{
    padding-top: 11px;
    font-size: 18px;
}

.h-page{
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 300;
}

.h-page strong{
    font-weight: 500;
}

.hlight{
    color: #3fba1d;
}


@media (max-width: 767px) {
    .topDetails {
        float: none!important;
    }
}

.topDetails, .topDetails>* {
    vertical-align: middle;
    line-height: 130%;
    display: inline-block;
}
.divDayTotals {
    display: inline-block;
    min-height: 40px;
}
.currentDate {
    vertical-align: middle;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
}

.yesterday, .tommorow, .sign-off-btn {
    color: #FEFF9B;
}

.twoLines {
    display: inline-block;
    padding: 4px 7px;
}
.textRight {
    text-align: right;
}
.sign-off-btn {
    display: inline-block;
    font-size: 14px;
    margin-left: 14px;
    min-height: 40px;
    padding-top:10px;
}
.sign-off-btn a {
    color: #fffd57;
    text-decoration: none;
}

.topTip {
    display: inline-block;
    background-color: #fffd57;
    border-radius: 4px;
    padding: .5em 1em;
    color: #333;
}

.topHeader.mealPlanAdminRole {
    background-color: #b8b23e;
}

.logo {
    margin: 15px 21px 9px 0;
    width: 222px;
    height: 49px;
    display: inline-block;
    background-image: url("//s3.amazonaws.com/img.mynetdiary.com/bs3/mynetdiary-bs3.png");
    background-size: contain;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (device-pixel-ratio: 2), (-moz-device-pixel-ratio: 2) {
    .logo {
        background-image: url("//s3.amazonaws.com/img.mynetdiary.com/bs3/mynetdiary-bs3@2x.png");
    }

    div.ez-signup-header{
        background-image: url(/img/signup/salad@2x.png);
    }
}

.topLinks {
    height: 49px;
    float: right;
    line-height: 49px;
    vertical-align: middle;
}

.topLink {
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    line-height: 30px;
    padding: 0 1em;
    margin: 0 0 0 1em;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 4px;
    border: 1px solid white;
}

.topLink:hover {
    background-color: rgba(255, 255, 255, 0.95);
}

.topLink-signOff:hover {
    background-color: #ed9c28;
    color: white;
    border-color: #d58512;
    opacity: 1;
}

.topLink-signOff {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: white;
    opacity: 0.85;
}

.topNavBar > li {
    /*min-width: 102px ;*/
    /*box-sizing: border-box;*/
}

.navbar-dk {
    background-color: transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-style:solid;
    border-color: transparent;
    border-width: 1px 1px 0 1px;
    vertical-align: bottom;
}
.navbar-toggle {
    border-color: #ddd;
}
.icon-bar {
    background-color: #ddd;
}
.navbar-collapse {
    border-top: 0px none transparent;
    -webkit-box-shadow:none;
    box-shadow:none
}

.nav-tabs-dk.nav-justified > li > a {
    border-width: 0 0 1px 0;
    background-color: #52AA0B;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
    margin-right: 3px;
    border-color: #52AA0B;
}
.nav-tabs-dk>li>a:hover {
}
.nav-tabs-dk.nav-justified > li:last-child > a {
    margin-right: 0;
}

.nav-tabs-dk.nav-justified > .active > a, .nav-tabs-dk.nav-justified > .active > a:focus, .nav-tabs-dk.nav-justified > .active > a:hover {
    border-bottom-color: transparent;
}

.nav-tabs-dk.nav-justified > .active > a, .nav-tabs-dk.nav-justified > .active > a:focus, .nav-tabs-dk.nav-justified > .active > a:hover {
    border-color: #FAFAFB;
}

.nav-tabs-dk>li.active>a, .nav-tabs-dk>li.active>a:focus, .nav-tabs-dk>li.active>a:hover {
    color: #31424D;
    cursor: default;
    background-color: #FAFAFB;
    border: 1px solid transparent;
    border-bottom-color: #FAFAFB;
}

.navbar-dk.nav-justified > .active > a, .navbar-dk.nav-justified > .active > a:hover, .navbar-dk.nav-justified > .active > a:focus {
    border-bottom: 2px;
}

.subnavDkContainer {
    border-bottom: 2px solid #C9D2D7;
    margin-bottom: 14px;
}
.subnavDk{
    padding-left: 0;
    margin-bottom: 6px;
}
.subnavDk li {
    display: inline-block;
    padding: 0 10px ;
    color: #32434D;
    border-right: 1px solid #E4E4E6;
    margin-bottom: -2px;
}

.subnavDk li a {
    color: #31424A;
    text-decoration: none;
    padding: 4px 0;
    border-bottom: 6px solid transparent;
}

.subnavDk li.active {
}
.subnavDk li.active a {
    border-bottom-color: #0E9BCB;
    color: #0E9BCB;
}

.subnavDk li a:hover {
    border-bottom-color: #0ec2f1;
    color: #1781a5;
}
.footer {
    position: absolute;
    bottom: 0;
    min-height: 370px;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .footer  {
        position: static;
    }
    body {
        margin-bottom: 0;
    }
}
h1 {
    color: #31424C;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 20px;
}

h2, h3, h4, h5, h6 {
    color: #348200;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 20px;
}
.panel-heading h2, .panel-heading h3, .panel-heading h4, .panel-heading h5, .panel-heading h6 {
    margin-top: 20px;
}

.clear {
    clear: both;
}

.mealPlanPicture {
    width: 182px;
    height: 182px;
    vertical-align: bottom;
    overflow: hidden;
    display: block;
    background-color: gray;
}

.mealPlanPicture > img {
    max-width: 100%;
    opacity: .97;
}

@media (min-width: 768px) {
    .topHeader .navbar {
        display: inline-block;
    }
}

.input-has-error {
    border-color: #DE4554;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #b94a48;
}

.input-has-error:focus {
    border-color: #DE4554;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.error {
    color: #DE4554;
}

.alert-danger {
    background-color: #F2DEDF;
    border-color: #EDCDD1;
}

.alert-warning {
    background-color: #FFFFC3;
    border-color: #DDDD79;
    color: #D66F2A;
}

.alert-info {
    background-color: #F1F2F6;
    border-color: #D7D7D7;
    color: #61737D;
}


#paymentForm .tooltip-inner {
    max-width: 300px;
    background-color: #b94a48;
}

#paymentForm .tooltip.top .tooltip-arrow {
    border-top-color: #b94a48;
}

.copy {
    margin-top: 1em;
    text-align: right;
    display: inline-block;
    color: grey;
}

b, strong {
    color: #4E9105;
}
#txttargetCalories{
    border-color: #4E9105;
    border-width: 2px;
    color: #4E9105;
    font-weight: 500;
}

.plainList li {
    display: inline-block;
    margin: .5em 1em 1em;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

.textLeft {
    text-align: left;
}

.mealPlanPaymentBox {
    opacity: 0.5;
    transition: all 0.5s ease 0.2s;
}

.mealPlanPaymentBox:hover {
    opacity: 1;
}

.paymentPictures {
    border: 1px solid #F0F0F0;
    border-radius: 3px;
    background-color: #F8F8F8;
    margin-bottom: 15px;
}

.paymentPicture {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

a.inlineLink {
    text-decoration: none;
    border-bottom: 1px dashed #428bca;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    /*background-color: #36B824;*/
    background-color: #34ae24;
}

.highlight {
    padding: 15px 122px;
    margin-bottom: 14px;
    background-color: #ffffff;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

.weeklyAnalysisContainer {
    padding: 15px 15px;
    margin-bottom: 14px;
    background-color: #ffffff;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

.form-control {
    transition: background-color 300ms, border-color 500ms;
}
.changedInput {
    border-color: #fff168;
    transition: border-color 0ms;
}

.highlight:after {

}

.fake-input-group {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    vertical-align: middle;
    display: inline-block;
}
.fake-input-group input[type=checkbox], .fake-input-group input[type=radio] {
    margin: 3px 0;
}

div.gridbox table.obj tr:first-child td {
    border-top-color: rgb(248, 248, 248);
}

.protoHidden {
    display: none;
}

#ACTIVITIES,.fix-no-relative {
    position: static;
}

.report {
    margin-right: 2em;
    margin-bottom: 2em;
    width: 100%;
}
.report, .report td {
    border: solid #dddddd 1px;
    border-collapse:collapse;
}
.report thead td, .report thead th {
    border-color: transparent transparent #dddddd transparent;
    border-collapse:collapse;
    color: #4E9105;
    font-weight: bold;
    vertical-align: bottom;
}
.report h4 {
    margin: 15px 0 13px;
}

.report .day, .report .totals {
    background-color: #f9f9f9;
    border-color: #dddddd #dddddd;
}
.report .meal {
    font-weight: bold;
}
.report td {
    padding: 0.4em 0.3em 0.4em 0.4em;
}

.report td.numeric {
    text-align: right;
}

.report .totals {
    font-weight: bold;
    color: #666666;
}

.report thead td {
    text-align: center;
}

.mynetdiary-inc {
    font-size: 1.2em;
    color: white;
}
.mynetdiary-trademark {
    color: #BFD8A5;
    font-size: 12px;
    line-height: 16px;
}
@media (min-width: 768px) {

    .css-tr {
        display: table-row;
        border-collapse: separate;
    }

    .css-table {
        display: table;
        margin-left: auto;
        margin-right: auto;
        border-collapse: separate;
        border-spacing: 10px;
        max-width: 100%;
    }

    .css-td, .css-td-inline {
        display: table-cell;
        vertical-align: top;
    }

    .top-block {
        display: inline-block;
    }

    .top-block:last-child {
        margin-right: 0;
    }
}

@media (max-width: 767px) {

    .facebook-likebox {
        text-align: center;
        margin-left: -10px;
        margin-right: -20px;
    }

    .css-tr {
        display: block;
        text-align: center;
    }

    .css-table {
        display: block;
    }

    .css-td {
        display: block;
    }

    .css-td-inline {
        display: inline-block;
    }

    .css-td, .css-td-inline {
        padding: 0 1em 1.25em;
        margin-left: 12px;
        margin-right: 12px;
    }

    .apple-box, .green-background-image, .top-gradient, .common-header, .navbar {
        margin-left: -20px;
        margin-right: -20px;
    }

    .navbar .navbar-inner {
        border-left: 0;
        border-right: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .top-block {
        margin-right: 2%;
        margin-left: 2%;
    }
}

.socialMessage {
    margin-bottom: 10px;
    margin-top: 5px;
}

.green-one {
    background-color: #3B8302;
    padding: 20px 0 0;
    margin-top: 20px;
}
.green-one a.outLinkImg {
    opacity: 0.5;
}
.green-one a.outLinkImg:hover {
    opacity: 1;
}
.green-one a.outLink {
    opacity: 0.75;
}
.green-one a.outLink:hover {
    opacity: 1;
}
.green-one a {
    color: #f5f5f5;
}

.bottom-pane {
    box-shadow: 0 10px 20px #37560C;
    padding: 1.5em;
    background-color: rgba(255, 255, 255, .04);
    margin-bottom: 2em;
}
.popupPageContainer {
    padding: 20px;
    display: grid;
}

.water-glasses input[type='checkbox'] {
    opacity: 0;
    width: 0;
}
.water-glasses input[type='checkbox'] + label {
    margin: 0;
    clear: none;

    /* Left padding makes room for image */
    padding: 36px 0 4px 24px;

    /* Make look clickable because they are */
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/img/glass-empty.png);
}
.water-glasses input[type='checkbox']:checked + label {
    background-image: url(/img/glass-full.png);
}
.intermediateHighlight {
    color: #4E9105;
    font-weight: 700;
}
.inputUnsaved{
    background-color: #FFFFC3;
    border-color: #DDDD79;
}
.report .rotatedTd {
    width: 42px;
    max-width: 42px;
    vertical-align: bottom;
    text-align: center;
    height: 140px;
    overflow: hidden;
    padding: 0;
}
.navbar-collapse {
    padding: 0;
}
.rotate {
    filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
    -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
    -ms-transform: rotate(-90.0deg);  /* IE9+ */
    -o-transform: rotate(-90.0deg);  /* Opera 10.5 */
    -webkit-transform: rotate(-90.0deg);  /* Safari 3.1+, Chrome */
    -webkit-transform-origin: 0.5em 0;
    transform: rotate(-90.0deg);  /* Standard */
    transform-origin: 0.75em 0;
    white-space: nowrap;
    display: inline-block;
}

/* Weekly Analysis */

#divAnalysis p {
    margin-top: 1em;
    width: 42em;
    line-height: 1.2em;
}

#divBottomLineOnDate {
    float: left;
}
#divEnergyBalance div.equation, #divDayBottomLineAnalysis div.equation, #divBottomLineOnDate div.equation {
    text-align: center;
    float: left;
    margin: 0.5em 1em;
}
#divEnergyBalance span.calorieNumber, #divDayBottomLineAnalysis span.calorieNumber, #divBottomLineOnDate span.calorieNumber {
    font-size: 1.4em;
}

#divEnergyBalance #divNeededLoss {
    margin-top: 1em;
    clear: left;
    float: left;
}
#divEnergyBalance #divBottomLine, #divDayBottomLineAnalysis #divBottomLine, #divBottomLineOnDate #divBottomLine, #divDayAnDebug {
    margin-top: 0.5em;
    clear: left;
    float: left;
    width: 100%;
}

#dayHighlights {
    font-size: 1.3em;
}
#dayHighlights div {
    margin-top: 1em;
}

.important {
    font-weight: bold;
}
.trackerEntryValue{
    padding: 5px 8px;
    display: inline-block;
    border-radius: 2px;
    border: 1px transparent solid;
}
.entryHigh {
    background-color: rgb(255, 181, 151);
    border-color: rgb(255, 161, 134);
}
.entryLow {
    background-color: #ffff99;
    border-color: rgba(206, 206, 81, 0.33);
}
.trackerChartDiv {
    margin-bottom: 2em;
}
.table .tracker_entry_time, .table .tracker_entry_labels, .table .tracker_entry_notes   {
    padding-top: 13px;
}
.trackerEntryRow {
    transition: background-color 200ms ease-out;
}
.trackerEntryRow:hover {
    background-color: rgba(91, 194, 76, 0.33);
    cursor: pointer;
}
.add_tracker_entry_row {
    margin-top: 8px;
}
.saving {
    background-color: rgba(222, 69, 84, 0.63);
    color: gray;
    transition: all 0.3s;
}
a.editMacronutrientLink {
    text-decoration: none;
    border-bottom: 1px dotted #428bca ;
}

#productsFeatures td {
    text-align: left;
    line-height: 20px;
    vertical-align: top;
}

#divNoFreeDlgContent .section {
    padding-top: 10px;
    padding-bottom: 10px;
}

.uploadbtn {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-indent:0;
    border:1px solid #A29E9E;
    display:inline-block;
    color:#4d3e4d;
    font-family:Lucida Grande;
    font-size:11px;
    font-weight:normal;
    font-style:normal;
    height:18px;
    line-height:18px;
    width:156px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #ffffff;
}
.uploadbtn:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
    cursor: pointer;
}.uploadbtn:active {
     position:relative;
     top:1px;
 }

.articlePicture {
    width: 140px;
    background-color: #d3d3d3;
    vertical-align: bottom;
    overflow: hidden;
}

.ajax-busy {
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white url(/img/hourglass.gif) no-repeat center;
}

.note-group-select-from-files {
    display: none !important;
}

.visitTable td{
    padding: 0.5em 1em;
}


.supportScreenshot{
    text-align: center
}

.supportScreenshot img{
    padding: 3px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, .5) 0 5px 10px;
}