@media print {
* {
  display: none;
}
}
html, body {
  padding: 0;
  margin: 0;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  font-family: "franklin-gothic-urw", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  background: #eee;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #333131;
}
p {
  margin: 0 0 10px 0;
  line-height: 150%;
}
ul li {
  line-height: 150%;
}
p:last-child {
  margin: 0;
}
.wrapper {
}
.wrapper .container {
  width: 90%;
  width: 1020px;
  position: relative;
  margin: 0 auto;
}
body.admin .wrapper .container {
  width: 1020px;
}
body.mini .wrapper.content .container {

}
.wrapper.header {
  background: #FFFFFF;
}
.wrapper.header .container {
  z-index: 999;
  padding: 20px 0;
}
.wrapper.header .container a.logo {
  width: 100px;
  margin: 10px;
  display: block;
  margin: 0 auto;
}
.wrapper.header .container a.logo img {
  width: 100%;
  display: block;
}
.wrapper.header .container .checkin-date {
  float: left;
  line-height: 50px;
  color: #fff;
  font-size: 1.4em;
}
.wrapper.header .container nav {
  float: right;
  font-size: 1em;
}
.wrapper.header .container nav > ul {
  margin: 0;
  padding: 0;
}
.wrapper.header .container nav > ul > li {
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}
.wrapper.header .container nav > ul > li > a {
  display: block;
  font-size: 21px;
  line-height: 35px;
  padding: 0 15px;
  color: #fff;
  text-decoration: none;
}
.wrapper.header .container nav > ul > li > a:hover, .wrapper.header .container nav > ul > li > a.active {
  background: #222;
}
.wrapper.content {
  /*background-color: #F0F2F2;*/
}
.wrapper.content .container {
  position: relative;
}
.wrapper.content .container .content {
  padding: 20px;
  position: relative;
  z-index: 30;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.wrapper.content .container .content > h1.content-title {
  padding: 0 0 15px 0;
  border-bottom: 1px #ddd solid;
}
body.mini .wrapper.content .container .content > h1.content-title {
  padding: 0 0 25px 0;
  text-align: center;
}
.wrapper.footer {
  padding-bottom: 20px;
}
.wrapper.footer .container {
  width: 980px;
  padding: 10px 0;
}
.wrapper.footer .container .copyright {
  float: left;
}
.wrapper.footer .container .website-by {
  float: right;
}
.user-summary {
  float: left;
}
.user-summary .user-picture {
  width: 75px;
  height: 75px;
  float: left;
  margin: 0;
  background: #ddd;
}
.user-summary .user-picture.default.male {
  background: #ddd url(//{$smarty.session.SiteSettings.HostName}/templates/assets/images/icons/64/user-male.png) no-repeat center bottom;
}
.user-summary .user-picture.default.female {
  background: #ddd url(//{$smarty.session.SiteSettings.HostName}/templates/assets/images/icons/64/user-female.png) no-repeat center bottom;
}
.user-summary .user-info {
  float: left;
}
.user-summary .user-info .name {
  color: #FFFFFF;
  font-size: 24px;
}
.user-summary .user-info .snippet {
}
.user-bar {
  min-height: 63px;
  z-index: 50;
  padding: 20px 0 0 0;
  background-color: #38c1d6;
  width: 100%;
  margin-bottom: 25px;
}
.user-bar .inner {
  max-width: 1020px;
  margin: 0 auto;
  display: block;
}
.user-bar nav {
  float: right;
  font-size: 0.85em;
  z-index: 40;
}
.user-bar nav > a {
  display: none;
}
.user-bar nav > ul {
  margin: 0;
  padding: 0;
}
.user-bar nav > ul > li {
  padding: 0;
  float: left;
  list-style: none;
  position: relative;
  margin-right: 15px;
  font-size:18px;
}
.user-bar nav > ul > li > a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  padding: 0 5px;
  color: #FFFFFF;
}
.user-bar nav > ul > li.current > a {
}
.user-bar nav > ul > li:hover {
}
.user-bar nav > ul > li:hover > a {
  position: relative;
}
.user-bar nav > ul > li:hover > ul {
  display: block;
  z-index: 250;
}
.user-bar nav > ul > li > ul {
  position: absolute;
  top: 61px;
  left: 0;
  text-transform: uppercase;
  z-index: 100;
  padding: 0;
  margin: 0;
  width: 201px;
  font-size: 1em;
  display: none;
}
.user-bar nav > ul > li > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px #ddd solid;
}
.user-bar nav > ul > li > ul > li:last-child {
  border: 0;
}
.user-bar nav > ul > li > ul > li a {
  display: block;
  padding: 7px 12px;
  text-decoration: none;
}
.user-bar nav > ul > li > ul > li a:hover {
  background: #bbb;
}
.user-bar nav > ul > li > ul > li.current a {
  background: #fff;
  color: #333;
}
.user-login .user-options a, .reset-password .user-options a {
  color:#DB0004;
}
.user-options {
  padding: 10px;
  margin: 20px -20px -20px;
  background: #eee;
  border-top: 1px #ccc solid;
  text-align: center;
}
.dashboard .wrapper.content .container .content {
  padding: 0;
  background: none;
}
p.copy-warning {
  color:#DE080C;
}
/*.gettingstarted {
  display: none;
}*/
.user-options a {
  color: #FFFFFF;
  text-decoration: none;
}
.error-message {
  margin: 0 0 10px 0;
  padding: 10px;
  border: 1px #f79999 solid;
  background: #ffd6d6;
}
.generic-message {
  margin: 0 0 10px 0;
  padding: 10px;
  border: 1px #33cc33 solid;
  background: #6aea6a;
  color: #1b5e1b;
}
.page-actions {
  margin: 0 0 10px 0;
  font-size: 1.2em;
}
.page-actions a {
  text-decoration: none;
  margin: 0 10px 0 0;
  font-weight: bold;
  line-height: 24px;
  display: block;
  float: left;
  cursor: pointer;
}
.page-actions a.print {
  padding-left: 30px;
  background: url(//{$smarty.session.SiteSettings.HostName}/templates/assets/images/icons/24/print.png) no-repeat center left;
}
.actions {
  position: absolute;
  top: 20px;
  right: 20px;
  text-transform: uppercase;
}
.actions a.button {
  padding: 6px 12px;
  display: block;
  float: left;
  margin: 0 0 0 10px;
  background: #666;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
.recipe-categories .category {
  width: 130px;
  height: 130px;
  background: #eee;
  color: #666;
  border: 1px #ddd solid;
  text-align: center;
  margin: 0 15px 15px 0;
  float: left;
}
.recipe-categories .category a {
  display: block;
  line-height: 130px;
  font-weight: bold;
  text-decoration: none;
}
.recipes {
}
.recipes table {
  width: 100%;
  margin: 0 0 15px 0;
}
.recipes table th.recipe-name {
  background: #31a4d9;
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
}
.recipes table th {
  text-align: left;
  background: #eee;
  padding: 5px 10px;
}
.recipes table td {
  padding: 5px 10px;
  border: 1px #eee solid;
}
.recipes table tr.total td {
  background: #eee;
  font-weight: bold;
}
.message {
  padding: 10px;
  margin: 0 0 10px 0;
  border: 1px #ddd solid;
  background: #eee;
  font-size: 2rem;
  border-left-width: 10px;
}
.message.notice {
  border-color: #f3b12e;
  background: #ffcc66;
  color: #835700;
}
.message.positive {
  border-color: #33cc33;
  background: #6aea6a;
  color: #1b5e1b;
}
.message.checkin-date {
  font-size: 1.4em;
}
.message.error, .message.important {
  border-color: #ea6262;
  background: #fbd2d2;
  color: #ba3535;
}
.intro, .bmi-calc, .waist-calc {
  background-color:#FFFFFF;
  display:block;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(90,94,93,0.25);
  -moz-box-shadow: 2px 2px 2px 0px rgba(90,94,93,0.25);
  box-shadow: 2px 2px 2px 0px rgba(90,94,93,0.25);
  padding:20px;
  margin-bottom:2%;
}
.resources-table {
  padding:0;
  display:table; 
}
.nutrition-wrap, .nutrition-logs {
  padding:20px;
}
.login-area .calculator .tdee-macro-calc {
  background-color: #000;
}
.calculator .results .figure-span, .calculator .tdee-macro-calc form .perc-td span {
  color: #FFF;
}
.calculator .tdee-macro-calc form .radio-option {
  display: inline-block;
}
/* forms */
/*
.webform-component-checkboxes label, .webform-component-checkboxes input {
  float:left;
}
form {
}
form .form-item {
  margin: 0 0 10px 0;
}
form .form-item label {
  font-size: 1.2em;
  line-height: 27px; 
  display: block;
  margin: 0;
  font-weight: bold;
}
form .form-item input[type='text'], form .form-item input[type='email'], form .form-item input[type='password'], form .form-item textarea, form .form-item select {
  width: 558px;
  border: 1px #bbb solid;
  outline: 0;
  padding: 10px;
  font: 1em Arial;
}
form .form-item select {
  width: 563px;
}
form .form-item textarea {
  width: 558px;
  height: 150px;
  resize: none;
  display: block;
}
body.mini form .form-item input, body.mini form .form-item textarea {
  width: 100%;
}
form .form-item input:focus, form .form-item textarea:focus {
  border-color: #31a4d9;
}
form .form-item.button .button {
  padding: 10px 20px;
  margin: 0;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  outline: 0;
  font: 1em Arial;
  background: #000;
  color: #fff;
  text-transform: uppercase;
}
.mini form .form-item button[type='submit'] {
  display: block;
  background-color: #31a4d9;
  color: #FFFFFF;
  border: none;
  padding: 10px 15px;
  width: 100%;
  font-size: 16px;
  margin-top: 3px;
}
form span.required {
  color: #cc0000;
  height: 18px;
  line-height: 0;
  font-size: 1.4em;
  display: inline-block;
}
form .left-col {
  width: 380px;
  margin: 0;
  float: left;
}
form .right-col {
  width: 580px;
  float: right;
}
.form-info {
  position: relative;
}
.form-info .help-message {
  padding: 5px;
  background: #ffcc66;
  color: #835700;
}
.form-info .max-count {
  position: absolute;
  top: 5px;
  right: 5px;
}
.form-info .max-count .count.warning {
  color: #cc0000;
}*/
.upload-preview {
  width: 360px;
  overflow: hidden;
}
ul.form-errors {
  padding: 0;
  margin: 0 0 20px 0;
}
ul.form-errors li {
  list-style: none;
  padding: 5px;
  margin: 0 0 5px 0;
  color: #fff;
  background: #cc0000;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 10px 0;
}
table tr {
}
table tr th {
  text-align: left;
  padding: 10px;
  background: #ddd;
}
table tr td {
  padding: 10px;
  border: 1px #eee solid;
  vertical-align: top;
}
table tr td.user-actions a {
  margin: 0 10px 0 0;
}
table.three-col th {
  width: 33%;
}
table td.positive {
  background: #aafa9a;
  color: #368628;
}
table td.negative {
  background: #fa9a9a;
  color: #943737;
}
table td.neutral {
  background: #faeb9a;
  color: #8d7c1c;
}
.totals {
  margin: 0 0 15px 0;
  font-size: 1.2em;
}
.totals .total {
  margin: 0 15px 0 0;
  float: left;
}
/* checkin */
.checkin {
}
.checkin .form-item {
}
.checkin .left-col {
}
.checkin .left-col .form-item {
  width: 170px;
  margin-right: 20px;
  float: left;
  overflow: hidden;
}
.checkin .left-col .form-item input {
  width: 118px;
}
.checkin .left-col .weekly-image {
  padding: 0;
  margin: 0 20px 20px 0;
  position: relative;
  font-size: 1.4em;
}
.checkin .left-col .weekly-image:hover {
  background: #31a4d9;
}
.checkin .form-item.button .button {
  padding: 20px;
  width: 100%;
}
.checkin .front-image {
  width: 900px;
}
.checkin .front-image .upload {
  width: 500px;
  height: 500px;
  background: #eee;
  border: 1px #ddd solid;
  float: left;
  position: relative;
  margin: 0 15px 0 0;
}
.checkin .front-image .upload .holder {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 400;
  display: none;
}
.checkin .front-image .upload a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  line-height: 500px;
  display: block;
  text-align: center;
  font-weight: bold;
}
.checkin .front-image .upload input {
  z-index: 300;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.checkin .front-image .preview {
  width: 320px;
  height: 500px;
  background: #eee;
  border: 1px #ddd solid;
  float: left;
  margin: 0;
}
.checkin .form-item.height-inches {
  margin-right: 0;
}
.checkin .form-item.weight-pounds {
  margin-right: 0;
}
.checkin.add .right-col {
  width: 780px;
}
.checkin.add form .form-item textarea {
  width: 758px;
  height: 71px;
}
.view-checkin {
}
.image-tools {
  margin: 0 0 10px 0;
}
.image-tools a {
  display: block;
  float: left;
  padding: 4px 7px;
  margin: 0 10px 0 0;
  border-radius: 5px;
  color: #fff;
  background: #000;
  text-decoration: none;
}
.image-tools a:hover {
  background: #cc0000;
}
.collection-items {
  padding: 10px;
  margin: 0 0 10px 0;
  background: #eee;
}
.collection-items .form-item {
  position: relative;
}
.collection-items .items > .form-item {
  /*border-bottom: 2px #bbb solid;*/
  padding: 0 0 10px 0;
}
.collection-items .form-item.buttons {
  margin: 15px 0 0 0;
}
.collection-items .form-item .form-item {
  margin: 0 15px 0 0;
  float: left;
}
.collection-items .form-item input {
  width: 215px;
}
.collection-items .form-item.last {
  margin-right: 0;
}
.collection-items .form-item.button {
  margin: 35px 0 0 0;
}
.collection-items .form-item.button .button {
  background: #bbb;
  padding: 6px;
  font-size: 0.85em;
}
.collection-items .form-item.button .button:hover {
  background: #31a4d9;
}
.collection-items.strength .left-col {
  width: 810px;
  float: left;
  margin: 0;
}
.collection-items.cardio .top-panel {
  margin: 0 0 10px 0;
}
.collection-items.strength .left-col .form-item, .collection-items.cardio .top-panel .form-item {
  margin: 0 10px 0 0;
}
.collection-items.strength .left-col .form-item:last-child, .collection-items.cardio .top-panel .form-item:last-child {
  margin-right: 0;
}
.collection-items.strength .left-col textarea {
  width: 378px;
  height: 89px;
}
.collection-items.cardio .top-panel textarea {
  width: 443px;
  height: 80px;
}
.collection-items.strength .right-col {
  width: 330px;
  float: right;
  margin: 0;
}
.collection-items.strength .right-col .form-item {
  margin: 0 0 0 10px;
}
.collection-items.strength .right-col .form-item.last {
  margin: 0;
}
.collection-items.strength .right-col .form-item.button {
  margin-top: 10px;
}
.collection-items.strength .right-col input {
  width: 130px;
}
form h2 {
  font-size: 1.2em;
}
button.remove-collection-item {
}
a.add-collection-item {
  padding: 10px 20px;
  margin: 0;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  outline: 0;
  font: 1em Arial;
  background: #bbb;
  display: block;
  float: left;
  color: #fff;
  text-transform: uppercase;
}
.error-collection {
  position: absolute;
  top: 0;
  right: 0;
}
.error-collection .notice {
  width: 20px;
  height: 20px;
  background: #1E8ABB;
  z-index: 20;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.error-collection .notice ul {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  z-index: 30;
  margin: 0;
  display: none;
  font-size: 0.85em;
  padding: 5px;
  background: #cc0000;
  color: #fff;
}
.error-collection .notice ul li {
  list-style: none;
  margin: 0 0 5px 0;
}
.error-collection .notice ul li:last-child {
  margin: 0;
}
.error-collection .notice:hover ul {
  display: block;
  width: 130px;
}
.weekdays {
  padding: 10px;
  border: 1px #ddd solid;
}
.weekdays .form-item {
  float: left;
  margin: 0 10px 10px 0;
}
.weekdays .form-item:last-child {
  margin: 0;
}
.weekdays .form-item input {
  width: 103px;
}
.edit-plans {
  margin: 0 0 20px 0;
  font-size: 1.2em;
  float: left;
}
.edit-plans a {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  padding: 6px 10px;
  background: #eee;
  color: #333;
  border: 1px #ddd solid;
  border-radius: 5px;
  text-decoration: none;
}
.checkins-nav {
  float: right;
}
.checkins-nav a {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  padding: 6px 10px;
  background: #eee;
  color: #333;
  border: 1px #ddd solid;
  border-radius: 5px;
  text-decoration: none;
}
.checkins-nav a.disabled {
  background: #eee;
  color: #bbb;
}
.highlight {
  color: #cc0000;
}
.email-clients #clients-row {
}
.email-clients #clients-row .choice-list {
  height: 400px;
  overflow: scroll;
  border: 1px #ddd solid;
}
.email-clients #clients-row .choice-list .item {
  border-bottom: 1px #ddd solid;
}
.email-clients #clients-row .choice-list .item input {
  float: left;
  margin: 8px;
}
.email-clients #clients-row .choice-list .item label {
  font-weight: normal;
}
.form-warning {
  padding: 10px;
  background: #cc0000;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
a.check-in-now {
  padding: 10px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  display: block;
  text-align: center;
}
.edit-user-checkin {
  padding: 20px;
  background: #eee;
  margin: 0 0 10px 0;
}
.grouped {
  width: 360px;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 2px #bbb solid;
}
.grouped .note {
  background: #f1f1f1;
  padding: 6px;
  clear: both;
}
table {
}
table tr.inactive td {
  background: #eee;

}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.MealBox {
  width: 95px;
  height: 100px;
}
.MealSelect, .TrainingSelect, .SleepSelect, .AlcoholSelect {
  width: 101px;
}

/* New styling */
body {
  background-color: #FFF;
}
header {
  background: #FFF;
  border-bottom: 5px solid #000;
}
header .logo {
  max-width: 200px;
  max-height: 200px;
}
.wrapper.header {
  font-size: 15px;
}
.login header .nav-wrap {
  display: none;
}
@media screen and (min-width: 1301px) {
header nav > ul > li:hover::after {

background-color: #38c1d6;

}

header nav ul li, header nav ul li a {
  color:#38c1d6;

}
}

.blue-button {
  background-color: #38c1d6;
  }
  body.calculator, .login-area .tdee-macro-calc {
    background: #FFF;
  }

.tdee-macro-calc .row {
  align-items: center;

}
.tdee-macro-calc  .flex-content {
  width: 100%;
}
.stat-slider, .slider-td {

    padding: 25px 0;
    width: 100%;
  }
   .macro-form button.increment{
    border-radius: 3px;
    color:  #38c1d6;

  }
    
   .macro-form button.increment span {
        color:  #38c1d6;

   }
   .macro-form button.increment:hover {
      background-color:  #38c1d6;
 
  }
     .macro-form button.increment:hover span {
     color:  #FFF;
           background-color:  #38c1d6;

  }
.macro-form span.button {
    padding: 0;
    margin: 0;
   }
   h1 {
    font-size: 55px;
   }
   .menuspan2, .menuspan2::after, .menuspan2::before {
  background-color: #000;

}
@media screen and (max-width: 1300px) {
.nav-wrap {
  background-color: #38c1d6;
}
}
@media screen and (max-width: 630px) {
.calculator h1 {
  word-wrap: break-word;
      font-size: 34px;

}
}
.calculator h1 span {
        color: #FFF !important;
      }
      .pink-button {
  background-color: #38c1d6;
}
.calculator-male form label, .calculator-male form .radio-option, .calculator-male form .input#cals-left {
  color: #7f99d5;
  border-color: #7f99d5;
  }
  .calculator-male form .button, .calculator-male form .ui-slider-handle, .calculator-male form .slider-td .increment, .calculator-male form .slider {
  background-color: #7f99d5 !important;
}
.calculator-male form .radio-option.selected {
  border: 1px solid #7f99d5 !important;
  background-color: #7f99d5 !important;
  color: #FFF;
}
.calculator-male.calculator-results .results label, .calculator-male .results label {
  background-color: #7f99d5;
  }
  .calculator-male form .ui-widget-header {
    background: #7f99d5;

  }
.menu-active .nav-wrap nav > ul li a:hover {
  transition: 250ms ease-in-out;
  color: #000;
}