﻿.clr {
  clear: both;
}
.text-smallest {
  font-size: 0.5rem;
}
.text-smaller {
  font-size: 0.65rem;
}
.text-small {
  font-size: 0.8rem;
}
.text-normal {
  font-size: 1rem;
}
.text-big {
  font-size: 1.2rem;
}
.text-bigger {
  font-size: 1.35rem;
}
.text-biggest {
  font-size: 1.5rem;
}
.m0 {
  margin: 0px;
}
.m5 {
  margin: 5px;
}
.m10 {
  margin: 10px;
}
.m20 {
  margin: 20px;
}
.m50 {
  margin: 50px;
}
.m100 {
  margin: 100px;
}
.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt50 {
  margin-top: 50px;
}
.mt100 {
  margin-top: 100px;
}
.mb0 {
  margin-bottom: 0px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb100 {
  margin-right: 100px;
}
.ml0 {
  margin-left: 0px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml50 {
  margin-left: 50px;
}
.ml100 {
  margin-left: 100px;
}
.mr0 {
  margin-right: 0px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr50 {
  margin-right: 50px;
}
.mr100 {
  margin-right: 100px;
}
.p0 {
  padding: 0px;
}
.p10 {
  padding: 10px;
}
.p20 {
  padding: 20px;
}
.p50 {
  padding: 50px;
}
.pt0 {
  padding-top: 0px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt50 {
  padding-top: 50px;
}
.pb0 {
  padding-bottom: 0px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb50 {
  padding-bottom: 50px;
}
.pl0 {
  padding-left: 0px !important;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pl50 {
  padding-left: 50px;
}
.pr0 {
  padding-right: 0px;
}
.pr10 {
  padding-right: 10px;
}
.pr20 {
  padding-right: 20px;
}
.pr50 {
  padding-right: 50px;
}
.pr110 {
  padding-right: 110px;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
/* RED - MOBILE PHONE */
* {
  box-sizing: border-box;
}
@keyframes buttonAnimation {
  from {
    background-color: #5d5d5d;
  }
  to {
    background-color: #c39f4e;
  }
}
::placeholder {
  color: #cdcdcd;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #cdcdcd;
  opacity: 1;
}
body {
  margin: 0;
  padding: 0;
  font-family: Montserrat, Titillium Web, Roboto, Tahoma, Arial;
  margin-bottom: 70px;
}
a {
  color: #5d5d5d;
  text-decoration: none;
}
div.platform-indicator {
  background-color: #ff0000;
}
h1 {
  font-size: 1.35rem;
  text-transform: uppercase;
  margin: 0;
  font-weight: normal;
  text-align: center;
  margin-top: 20px;
}
h1 span {
  color: #c39f4e;
}
h1 span.datebox {
  display: inline-block;
  background-color: #c39f4e;
  color: #ffffff;
  cursor: default;
  font-weight: bold;
  margin-left: 0px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
h1 span.picker {
  cursor: pointer;
}
h1 span.picker:hover {
  background-color: #b38f3e;
}
h1 a.dateboxControl {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 26px;
  width: 35px;
  cursor: pointer;
  background-position: center center;
  margin: 0px;
  background-color: transparent;
}
h1 a.dateboxControl.datebox-prev {
  background-image: url('/Images/Icon.Left.Gold.png');
}
h1 a.dateboxControl.datebox-next {
  background-image: url('/Images/Icon.Right.Gold.png');
}
h1 a.dateboxControl.datebox-next-disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
h1.header-first-level {
  margin-bottom: 10px;
  padding-bottom: 0px;
}
h1.header-second-level {
  margin-top: 0px;
}
div.field {
  display: block;
  padding: 5px;
  position: relative;
}
div.field:after {
  content: "";
  display: table;
  clear: both;
}
input,
select,
textarea {
  border: #5d5d5d 1px dotted;
  color: #5d5d5d;
  background-color: #ffffff;
  height: 40px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'Montserrat', Titillium Web, Roboto, Tahoma, Arial;
  font-size: 1rem;
  padding-left: 15px;
}
input[type=submit],
button {
  height: 40px;
  font-size: 0.85rem;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
input[readonly] {
  border-color: transparent;
  background-color: transparent;
}
label {
  display: inline-block;
  text-transform: uppercase;
  padding-top: 6px;
  padding-left: 5px;
  padding-bottom: 5px;
}
label.required {
  color: #aa0000;
  font-weight: bold;
}
a.link-more {
  position: absolute;
  right: 10px;
  top: 12px;
  font-weight: bold;
}
a.link-more:hover {
  color: #c39f4e;
}
textarea {
  resize: vertical;
  width: 100%;
  padding: 10px;
  overflow: hidden;
}
.messageBox {
  display: none;
}
div.link a {
  display: block;
  text-transform: initial;
  text-align: center;
  color: #5d5d5d;
  margin-top: 20px;
  font-weight: bold;
}
div.link a:hover {
  color: #c39f4e;
}
.button.button-ok {
  background-color: #00994d;
  border-color: #00994d;
}
.button-avatar {
  display: inline-block;
  background-color: #dfd9d3;
  width: 150px;
  height: 150px;
  margin: 10px;
  border-radius: 75px;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  background-size: 120px;
  background-position: center center;
  background-image: url(/Images/Bg.Avatar.png);
  opacity: 0.75;
  cursor: pointer;
}
.button-avatar:hover {
  opacity: 1;
  background-size: 140px;
}
.button-avatar.avatar-available {
  opacity: 1;
  background-size: cover;
}
/*.input-validation-error { border-width: 2px; border-color: @color-error; }*/
.validation-summary-errors {
  background-color: #aa0000;
  color: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
}
.validation-summary-errors ul {
  list-style-type: square;
  text-align: left;
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
}
.validation-summary-errors > div {
  font-weight: bold;
  padding-bottom: 20px;
}
.validation-summary-valid {
  display: none;
}
header {
  height: 70px;
  background-color: #b7afa7;
  color: #ffffff;
}
header .container {
  height: 70px;
}
header .container > div a {
  display: inline-block;
  height: 70px;
  background-repeat: no-repeat;
  color: #ffffff;
}
header .container-left {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}
header .container-left a {
  background-image: url('/Images/AAW.Logo.png');
  padding-left: 60px;
  background-size: 60px;
  background-position: left center;
  font-size: 1.15rem;
  padding-top: 10px;
}
header .container-left a span.duo {
  font-weight: bold;
  display: block;
  height: 25px;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
}
header .container-left a span.rad {
  font-weight: 100;
  display: block;
  font-size: 1.05rem;
}
header .container-right {
  display: inline-block;
  float: right;
  text-align: right;
  padding-right: 10px;
  height: 70px;
}
header .container-right a {
  padding-right: 60px;
  position: relative;
}
header .container-right a span.avatar {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  background-image: url('/Images/Icon.User.Man.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  top: 10px;
  right: 0px;
}
header .container-right a span.avatar-female {
  background-image: url('/Images/Icon.User.Woman.png');
}
header .container-right a span.name {
  display: none;
}
body > nav {
  height: 50px;
  background-color: #5d5d5d;
  color: #ffffff;
  display: none;
}
body > nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body > nav ul li {
  display: inline-block;
  float: left;
  margin-right: 1px;
}
body > nav ul li a {
  display: inline-block;
  line-height: 50px;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}
body > nav ul li a:hover,
body > nav ul li.activeMenuItem {
  background-color: #c39f4e;
  color: #ffffff;
}
footer {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #b7afa7;
}
footer > div {
  display: flex;
  flex-direction: row;
}
footer > div a {
  height: 70px;
  flex: 1;
  display: flex;
  align-items: center;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px;
  border-right: 1px solid #ffffff;
}
footer > div a.activeMenuItem {
  background-color: #c39f4e;
}
footer > div a:last-child {
  border-right: 0px;
}
footer a.footer-dashboard {
  background-image: url('../Images/Icon.Diary.png');
}
footer a.footer-calendar {
  background-image: url('../Images/Icon.Calendar.png');
}
footer a.footer-goals {
  background-image: url('../Images/Icon.Board.png');
}
footer a.footer-life {
  background-image: url('../Images/Icon.Life.png');
}
footer a.footer-help {
  background-image: url('../Images/Icon.Help.png');
}
main {
  padding: 0px;
  margin: 0;
  text-align: center;
}
#Messages {
  background-color: #aa0000;
  color: #ffffff;
  padding: 20px;
  margin-top: 20px;
  display: none;
}
.box {
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: left;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  clear: both;
}
.box > div {
  padding: 10px;
}
.box-title {
  background-color: #c1ae98;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  height: 49px;
  position: relative;
}
.box-title-dark {
  background-color: #9f9487;
  color: #ffffff;
}
.box-title span,
.box-title a {
  line-height: 30px;
}
.box-title a {
  color: #ffffff;
}
.box-title.box-title-hover:hover {
  background-color: #b19e88;
  cursor: pointer;
}
.box-title.box-title-bg {
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 30px;
}
.box-title-bg-aaw {
  background-image: url(/Images/AAW.Logo.png);
}
.box-title-bg-facebook {
  background-image: url(/Images/Facebook.Logo.White.png);
  background-color: #4267B2;
  color: #ffffff;
}
.box-title.box-title-hover.box-title-bg-facebook:hover {
  background-color: #3257A2;
}
.box-body {
  background-color: #f1ece6;
  color: #5d5d5d;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
  position: relative;
}
.box-body-dark {
  background-color: #b8ac9e;
  color: #ffffff;
}
.box-message {
  margin-bottom: 10px;
  padding-top: 2px;
}
.box .field label {
  display: block;
}
.box .field input,
.box .field select,
.box .field textarea {
  display: block;
  width: 100%;
}
.box-bottom {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.box-body a.termsAndConditions {
  display: inline;
  font-weight: bold;
}
.box-body a.termsAndConditions:hover {
  color: #c39f4e;
}
.box-body ul {
  list-style-type: square;
  margin-left: 0;
  padding-left: 20px;
}
.box-body ul li {
  margin-bottom: 5px;
}
.box-body ul li b {
  text-transform: uppercase;
}
.box-multiple .field.field-numbered {
  position: relative;
}
.box-multiple .field.field-numbered label {
  float: left;
  width: 10%;
  margin-top: 6px;
}
.box-multiple .field.field-numbered textarea {
  float: left;
  width: 90%;
  padding-right: 30px;
}
.box-multiple .field.field-new {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}
.box-multiple .goal-favorite {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 5px;
  top: 5px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40px;
  background-image: url('../Images/Icon.TopGoal.Inactive.png');
  cursor: pointer;
  opacity: 0.75;
}
.box-multiple .goal-favorite:hover {
  opacity: 1;
}
.box-multiple .goal-favorite.goal-selected {
  background-image: url('../Images/Icon.TopGoal.Active.png');
}
.box-multiple .field .label-inline {
  display: inline-block;
  position: absolute;
  right: 5px;
}
.box-multiple .field .label-inline label {
  display: inline-block;
  float: right;
}
.box-multiple .field .switch-label {
  cursor: pointer;
  padding-right: 10px;
  float: right;
  display: inline-block;
  padding-top: 7px;
  outline: none;
}
.box-multiple .field .program-time {
  display: inline-block;
  width: 17%;
  padding-left: 2px;
  padding-right: 2px;
  border-width: 0px;
}
.box-multiple .field .program-time option {
  text-align: center;
}
.box-multiple .field .program-agenda {
  display: inline-block;
  width: 100%;
  padding-left: 10px;
  margin-top: 5px;
}
.box-success {
  background-color: #00994d;
  color: #ffffff;
  margin-top: 20px;
  padding: 20px;
}
.button {
  background-color: #5d5d5d;
  border: 1px solid #5d5d5d;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  font-size: 0.85rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 5px;
}
.button.button-boxed[disabled],
.button.button-boxed:disabled {
  background-color: #adadad;
  border-color: #adadad;
  color: #8d8d8d;
}
.button:hover,
.diary-week .box-body-weekevaluation-evaluated .button:hover {
  background-color: #c39f4e;
  border-color: #c39f4e;
}
.evaluation-icons {
  text-align: center;
  margin-top: 10px;
}
.evaluation-icons img {
  width: 30px;
  margin-left: 4px;
  margin-right: 4px;
}
.video {
  background-color: #5d5d5d;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('/Images/Play.png');
  background-size: 70px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  aspect-ratio: 16/9;
  margin: 15px;
  width: 100%;
}
.skipbox {
  padding: 20px;
  background-color: #ffcc00;
  margin-top: 20px;
}
nav.wizard {
  font-size: 1.15rem;
  margin-top: 20px;
}
nav.wizard > div {
  padding-bottom: 30px;
}
nav.wizard span {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 10px;
}
nav.wizard input[type=submit] {
  margin-top: 10px;
  font-size: 0.85rem;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
}
nav.wizard a.wizard-next {
  display: inline-block;
  text-transform: uppercase;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-top: 10px;
  font-size: 0.85rem;
}
nav.wizard a.wizard-previous {
  display: inline-block;
  text-decoration: underline;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin-top: 10px;
}
nav.wizard a.wizard-previous:hover {
  color: #c39f4e;
}
.account-creation {
  margin-bottom: 20px;
}
.account-creation-methods {
  text-align: center;
}
.account-creation-methods div {
  text-align: left;
  cursor: pointer;
  border: 1px solid #f1ece6;
  background-color: #f1ece6;
  height: 70px;
  padding: 10px;
  content: "";
  display: flex;
  align-items: center;
  clear: both;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 40px;
  margin-bottom: 5px;
  padding-left: 80px;
}
.account-creation-methods div:hover {
  background-color: #cfc9c3;
}
/*.account-creation-methods label:hover, .label-selected { .bg-col(@color-boxBody); }
.account-creation-methods label > input[type=radio] { .fl; }
.account-creation-methods label > span { .dib; .left; .pl(70px); }
*/
.account-creation-methods .aaw {
  background-image: url('/Images/AAW.Logo.png');
}
.account-creation-methods .facebook {
  background-image: url('/Images/Facebook.Logo.png');
}
.account-creation-methods .google {
  background-image: url('/Images/Google.Logo.png');
}
.account-creation-methods .microsoft {
  background-image: url('/Images/Microsoft.Logo.png');
}
.box-provider {
  display: none;
}
.box-provider a {
  display: block;
}
.box-multiple {
  display: flex;
  flex-direction: column;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
.box-multiple > div.col {
  flex: 1;
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.box-multiple .box {
  margin-bottom: 0px;
  margin-top: 0px;
}
.diary-day .box-title,
.diary-week .box-title {
  padding: 10px;
}
.diary-week .box-body-weekevaluation {
  padding: 20px;
  margin-bottom: 20px;
}
.diary-week .box-body-weekevaluation .button {
  clear: both;
  display: block;
  text-align: center;
}
.diary-week .box-body-weekevaluation-evaluated .button {
  background-color: #00994d;
  color: #ffffff;
}
.diary .box-title,
.diary .box-body {
  text-align: left;
}
.datebox {
  display: inline-block;
  background-color: #ffffff;
  color: #c1ae98;
  text-transform: initial;
  padding: 5px;
  margin-left: 5px;
  cursor: pointer;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.datebox-right {
  float: right;
}
.diary .controlbox {
  display: inline-block;
  float: right;
  line-height: 30px;
}
.diary .box-link {
  text-transform: uppercase;
  padding: 20px;
  background-color: #ffffff;
  text-align: center;
}
.diary .holidaybox {
  float: right;
  text-transform: initial;
  margin-left: 10px;
  font-weight: normal;
  line-height: 32px;
  padding-right: 30px;
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: right 2px;
  background-image: url('/Images/Icon.Holiday.White.png');
}
.diary input {
  margin-bottom: 5px;
  padding-left: 15px;
}
.diary input[disabled],
textarea[disabled] {
  background-color: transparent;
}
.diary .bgimg {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 5px 10px;
}
.diary textarea {
  padding-left: 15px;
}
.diary .evaluation-right {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
}
.targetboard {
  margin-top: 20px;
  padding: 0;
}
.targetboard .box-body {
  text-align: center;
  padding: 0;
  background-color: transparent;
}
.targetboard-item {
  display: inline-block;
  aspect-ratio: 1/1;
  background-color: #E1DCD6;
  position: relative;
  width: 32%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.targetboard-item.targetboard-item-video {
  background-size: contain;
  background-color: #5d5d5d;
}
.targetboard-item > span {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-bottom: 20px;
  font-weight: bold;
  background-color: #f1ece6;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goal-default {
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0px;
  right: 0px;
  background-image: url('/Images/Icon.Star.Inactive.png');
  background-size: 40px;
  background-position: center center;
  opacity: 0.5;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 100;
}
.goal-default:hover {
  opacity: 1;
}
.goal-default.goal-default-active {
  background-image: url('/Images/Icon.Star.Active.png');
  opacity: 1;
}
.lifelinks a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #c1ae98;
}
.lifelinks .box-body a:last-child {
  border-bottom-width: 0px;
}
.lifelinks a:hover {
  color: #c1ae98;
}
.motivation p {
  padding-bottom: 10px;
  text-align: center;
}
.motivation p.bold {
  font-weight: bold;
}
.dream-item {
  border: 1px solid #c1ae98;
  margin-bottom: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.dream-item .textarea-title {
  font-weight: bold;
  border: 0px;
  padding-left: 10px;
  font-size: 1.25rem;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-color: #b7afa7;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-image: url('../Images/Icon.Pencil.png');
  background-position: right center;
  background-size: 24px;
  resize: none;
}
.dream-item .field-item {
  padding: 20px;
}
.goal div.goal-title,
.goal div.goal-attachment {
  display: inline-block;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-image: url('/Images/Goal.Empty.png');
  margin: 0px;
}
.goal .goal-title {
  width: 100%;
  max-width: 640px;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.goal .goal-title div.goal-play {
  display: none;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-image: url(/Images/Play.png);
  background-size: 100px;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.75;
  cursor: pointer;
}
.goal .goal-title div.goal-play:hover {
  opacity: 1;
}
.goal .goal-title[data-contenttype=video] {
  background-size: contain;
  background-position: center center;
  background-color: #5d5d5d;
}
.goal .goal-title[data-contenttype=video] .goal-player {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.goal .goal-title[data-contenttype=photo] .goal-player {
  display: none;
}
.goal .goal-title[data-contenttype=audio] .goal-default-primary {
  display: none;
}
.goal .goal-title .goal-default {
  top: 10px;
  right: 10px;
}
.goal .goal-title .goal-delete {
  position: absolute;
  top: 60px;
  background-image: url('/Images/Icon.DeleteAttachment.png');
}
.goal .goal-attachment {
  width: 20%;
  float: left;
  opacity: 0.5;
  max-height: 100px;
  cursor: pointer;
}
.goal .goal-attachment:hover {
  opacity: 1;
}
.goal .goal-attachment.goal-audio {
  background-image: url('/Images/Goal.Audio.png');
}
.goal .goal-attachment.goal-audio-uploaded {
  background-image: url('/Images/Goal.Audio.Uploaded.png');
}
.goal .goal-attachment.goal-video {
  background-image: url('/Images/Goal.Video.png');
  background-size: contain;
  background-position: center center;
  background-color: #5d5d5d;
}
.goal .goal-attachment.goal-photo {
  background-image: url('/Images/Goal.Photo.png');
  background-size: cover;
  background-position: center center;
}
.goal .goal-attachment.goal-new {
  background-image: url('/Images/Goal.New.png');
  cursor: pointer;
}
.table-successlog {
  border-spacing: 1px;
  border-collapse: separate;
  width: 100%;
  margin-top: 10px;
  border-color: red;
}
.table-successlog th {
  background-color: #c1ae98;
  color: #ffffff;
  padding: 5px;
}
.table-successlog td {
  padding: 5px;
  background-color: #dfd9d3;
}
.table-successlog td.date {
  min-width: 100px;
  width: 20%;
}
.goal .goal-events {
  padding-top: 20px;
}
.goal .goal-events-mobile {
  display: block;
  padding-top: 20px;
}
.goal .goal-events-desktop {
  display: none;
}
.goal .goal-events-mobile .goal-event {
  padding: 0px;
  margin-bottom: 20px;
}
.goal .goal-events-mobile .goal-event b > span {
  margin-right: 5px;
}
.goal .goal-events-mobile .goal-event b {
  padding: 10px;
  background-color: #dfd9d3;
}
.goal .goal-events-mobile .goal-event div {
  background-color: #dfd9d3;
  padding: 10px;
}
.goal .goal-event span.event-type {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-top: 4px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0px;
  height: 0px;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #ddd;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #c39f4e;
}
input:focus + .slider {
  box-shadow: 0 0 1px #ffffff;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.field-list {
  padding: 5px;
}
.field-list table {
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
}
.field-list td {
  padding: 5px;
}
.field-list td:first-child {
  font-size: 1.25rem;
  width: 55px;
  text-align: left;
  padding-left: 10px;
  font-weight: bold;
}
.field-list td:first-child sup {
  font-size: 0.75rem;
  font-weight: normal;
}
.field-list tr:nth-child(2n+1) {
  background-color: #dfd9d3;
}
.field-list tr:nth-child(2n) {
  background-color: transparent;
}
.field-list td.task:first-child {
  padding-left: 0px;
  padding-right: 0px;
  width: 30px;
}
.messageBox {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
}
.messageBox .messageBox-modal label {
  text-align: left;
}
.messageBox .messageBox-modal textarea {
  overflow-y: auto;
  max-height: 100px;
}
.messageBox .messageBox-modal nav {
  height: 40px;
  text-align: center;
  position: relative;
}
.messageBox .messageBox-modal nav > div {
  text-align: center;
  display: block;
  white-space: nowrap;
  position: absolute;
  width: 100%;
}
.messageBox .messageBox-modal .program-time {
  display: inline-block;
  width: 49%;
  border-width: 0px;
}
.messageBox-screen {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 100;
}
.messageBox-message {
  position: fixed;
  text-align: center;
  align-items: center;
  align-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
}
.messageBox #Calendar {
  padding: 20px;
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f1ece6;
}
.messageBox-message {
  width: 100%;
  text-align: center;
}
.messageBox-message div.today {
  display: block;
  position: relative;
  top: -38px;
  text-transform: uppercase;
  font-weight: bold;
  color: #5d5d5d;
  opacity: 0.75;
  cursor: pointer;
  margin-bottom: 50px;
}
.messageBox-modal main {
  text-align: left;
}
.messageBox-message div.today:hover {
  opacity: 1;
}
.tabs {
  margin-top: 20px;
}
.tabs .tab {
  display: inline-block;
  width: 20%;
  float: left;
  font-weight: bold;
  color: #c1ae98;
  border-bottom: 1px solid #c1ae98;
  text-align: center;
  position: relative;
  opacity: 0.75;
  padding-top: 10px;
  padding-bottom: 10px;
  background-repeat: no-repeat;
}
.tabs .tab span.icon {
  display: none;
  background-position: center center;
  background-size: 25px;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: inherit;
}
.tabs .tab:hover {
  background-color: #f1ece6;
  opacity: 1;
}
.tabs .tab.tab-active {
  background-color: #dfd9d3;
  color: #5d5d5d;
  opacity: 1;
}
.tabs .tab span.text {
  display: none;
  line-height: 30px;
  padding-left: 5px;
}
.tabs .tab span.icon {
  display: inline-block;
  background-position: center 2px;
  background-repeat: no-repeat;
}
.tabs.tabs-6 .tab {
  width: 16.6666%;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 50px;
}
.tabs.tabs-6 .tab span.icon {
  display: inline-block;
  background-position: center 2px;
}
.tabs.tabs-6 .tab span.text {
  display: none;
}
.tabs.tabs-4 .tab {
  width: 25%;
}
.tabs .tab-profile span.icon {
  background-image: url('../Images/Tab.Profile.png');
}
.tabs .tab-password span.icon {
  background-image: url('../Images/Tab.Password.png');
}
.tabs .tab-notifications span.icon {
  background-image: url('../Images/Tab.Notifications.png');
}
.tabs .tab-settings span.icon {
  background-image: url('../Images/Tab.Settings.png');
}
.tabs .tab-subscription span.icon {
  background-image: url('../Images/Tab.Subscription.png');
}
.tabs .tab-signout span.icon {
  background-image: url('../Images/Tab.SignOut.png');
}
.tabs .tab-day span.icon {
  background-image: url('../Images/Tab.Day.png');
}
.tabs .tab-week span.icon {
  background-image: url('../Images/Tab.Week.png');
}
.tabs .tab-month span.icon {
  background-image: url('../Images/Tab.Month.png');
}
.tabs .tab-year span.icon {
  background-image: url('../Images/Tab.Year.png');
}
.diary .container-week .box-body {
  padding: 0px;
}
.diary .week-day {
  opacity: 0.5;
  margin-bottom: 10px;
}
.diary .week-day.week-day-active,
.diary .week-day:hover {
  opacity: 1;
}
.diary .week-day-today {
  background-color: #c39f4e;
}
.diary .week-day-holiday {
  display: block;
}
.diary .box-holidays {
  display: none;
}
.container-week span.datebox {
  padding: 0px;
  height: 30px;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-left: 10px;
  aspect-ratio: 1/1;
  text-align: center;
}
.container-week span.datebox-left {
  float: left;
  cursor: default;
}
.container-week .box-title {
  padding-left: 0px;
}
.container-week td:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-empty {
  text-align: center;
  padding: 9px;
}
.modal-motivation {
  width: 100%;
}
.modal-motivation > div {
  padding: 20px;
  background-color: #f1ece6;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  color: #5d5d5d;
}
.modal-motivation > div:hover {
  background-color: #dfd9d3;
}
.modal-motivation > div.option-selected {
  font-weight: bold;
  background-color: #cec8c2;
}
.modal-motivation > div.option-title {
  padding: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #c1ae98;
  color: #ffffff;
  font-size: 1.15rem;
}
.box-title-audio,
.box-title-add {
  background-repeat: no-repeat;
  background-position: left 2px;
  background-image: url('/Images/Icon.Right.png');
  background-size: 24px;
  display: inline-block;
  float: right;
  padding-left: 30px;
  cursor: pointer;
  position: relative;
  opacity: 0.75;
}
.box-title-audio span.audio-pause {
  display: none;
}
.box-title-audio span.audio-play {
  display: inline-block;
}
.box-title-audio.audio-playing {
  background-image: url('/Images/Icon.Pause.png');
}
.box-title-audio.audio-playing span.audio-play {
  display: none;
}
.box-title-audio.audio-playing span.audio-pause {
  display: inline-block;
}
.box-title-add {
  background-image: url(/Images/Icon.Add.png);
}
.box-title-audio:hover,
.box-title-add:hover {
  opacity: 1;
}
.upload-items {
  display: inline-block;
}
.upload-item {
  aspect-ratio: 1/1;
  background-color: #9f9487;
  width: 160px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/Images/Goal.Empty.png');
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 0.75;
  cursor: pointer;
  float: left;
}
.upload-item:hover {
  background-color: #c39f4e;
  opacity: 1;
}
.upload-item-audio {
  background-image: url('/Images/Goal.Audio.png');
}
.upload-item-video {
  background-image: url('/Images/Goal.Video.png');
}
.upload-item-photo {
  background-image: url('/Images/Goal.Photo.png');
}
.upload-item-options {
  display: none;
}
.upload-item-desktop {
  width: 160px;
  height: 160px;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.upload-item-selected,
.upload-item-selected:hover {
  background-image: none;
  background-color: transparent;
  opacity: 1;
}
.upload-item-selected .upload-item-options {
  display: block;
}
.upload-item-options > div {
  height: 70px;
  display: block;
  background-color: #9f9487;
  text-align: right;
  padding-right: 10px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 32px;
  position: relative;
}
.upload-item-options > div > span {
  line-height: 70px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  z-index: 1999;
}
.upload-item-options > div > input[type=file] {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  cursor: pointer;
  z-index: 2000;
  width: 160px;
  height: 70px;
}
.upload-item-options > div.double-line span {
  line-height: 20px;
  padding-top: 14px;
  display: inline-block;
}
.upload-item-options > div:hover {
  background-color: #b8ac9e;
}
.upload-item-options > div:first-child {
  margin-bottom: 20px;
}
.upload-item-options > div.upload-item-audio-capture {
  background-image: url(../Images/audio-capture.png);
}
.upload-item-options > div.upload-item-audio-gallery {
  background-image: url(../Images/audio-gallery.png);
}
.upload-item-options > div.upload-item-photo-capture {
  background-image: url(../Images/photo-capture.png);
}
.upload-item-options > div.upload-item-photo-gallery {
  background-image: url(../Images/photo-gallery.png);
}
.upload-item-options > div.upload-item-video-capture {
  background-image: url(../Images/video-capture.png);
}
.upload-item-options > div.upload-item-video-gallery {
  background-image: url(../Images/video-gallery.png);
}
.table-calendar {
  width: 100%;
}
.table-cell-category {
  width: 30px;
  text-align: center;
}
.table-calendar-category {
  display: inline-block;
  width: 20px;
  text-align: center;
}
.table-calendar-item {
  cursor: pointer;
}
.table-calendar-item:not(.table-row-inactive):hover td {
  background-color: #cec8c2;
}
.table-cell-agenda {
  position: relative;
}
.table-cell-agenda:before {
  content: '&nbsp;';
  visibility: hidden;
}
.table-cell-agenda span {
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  padding-top: 8px;
}
.table-cell-checkbox {
  width: 30px;
  padding: 0px;
}
.table-calendar .table-cell-checkbox input[type=checkbox] {
  display: inline-block;
  width: fit-content;
  width: 22px;
  height: 22px;
  margin: 0px;
  cursor: pointer;
}
.field-tasks .table-cell-agenda span {
  top: 0px;
}
.box .box-holidays {
  position: relative;
  background-color: #dfd9d3;
  padding-right: 35px;
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: right center;
  text-align: right;
  background-image: url('/Images/Icon.Holiday.png');
  opacity: 0.75;
  font-size: 0.9;
}
.box .box-holidays:before {
  content: '&nbsp;';
  visibility: hidden;
}
.box .box-holidays span {
  position: absolute;
  left: 5px;
  top: 0px;
  bottom: 0px;
  margin-top: 2px;
  right: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  padding-top: 8px;
}
.fullcalendar-week {
  display: flex;
}
.fullcalendar-othermonth span {
  opacity: 0.1;
}
.fullcalendar-day-number {
  display: inline-block;
  padding: 0px;
}
.fullcalendar-day {
  display: flex;
  flex: 1;
  border: 1px solid #f1ece6;
  aspect-ratio: 1/1;
  position: relative;
  padding: 5px;
}
.fullcalendar-day:hover {
  background-color: #f1ece6;
}
.fullcalendar-weekend {
  background-color: #dfd9d3;
}
.fullcalendar-day-events-mobile {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  padding: 0;
  text-align: left;
  height: 6px;
}
.fullcalendar-day-events-mobile > div {
  display: inline-block;
  height: 6px;
  width: 6px;
}
.fullcalendar-day-events-desktop {
  display: none;
}
.fullcalendar-selected,
.fullcalendar-selected:hover {
  background-color: #c39f4e;
  font-weight: bold;
  color: #ffffff;
}
.fullcalendar-holiday {
  display: none;
  opacity: 0.75;
  font-size: 0.9rem;
}
.color-picker span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  border-width: 2px;
  border-style: solid;
  cursor: pointer;
  box-sizing: border-box;
}
.color-picker span:hover {
  border-color: #5d5d5d !important;
}
.color-picker span.color-selected {
  background-image: url(../Images/Icon.ActiveColor.png) !important;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
.box-collapsible {
  border: 1px solid #dfd9d3;
}
.box-collapsible .box-collapsible-title {
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
  background-color: #dfd9d3;
  cursor: pointer;
}
.box-collapsible .box-collapsible-body {
  padding: 10px;
}
.box-collapsible .box-collapsible-body.box-collapsed {
  display: none;
}
.box-body-categories .category {
  padding: 5px;
  line-height: 30px;
  border-bottom: 1px solid #dfd9d3;
  cursor: pointer;
}
.box-body-categories .category:hover {
  background-color: #dfd9d3;
}
.box-body-categories .category:last-child {
  border-bottom-width: 0px;
}
.category span {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  margin-right: 10px;
}
.fullcalendar-year {
  display: block;
}
.fullcalendar-month {
  display: block;
}
.fullcalendar-year .fullcalendar-month {
  padding: 10px;
  text-transform: uppercase;
}
.fullcalendar-year .fullcalendar-month .fullcalendar-month-title {
  background-color: #c1ae98;
}
.fullcalendar-year .fullcalendar-month .fullcalendar-month-title a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff;
}
.fullcalendar-year .fullcalendar-month-title.fullcalendar-month-selected {
  background-color: #c39f4e;
}
.fullcalendar-year .fullcalendar-day-number {
  font-size: 0.85rem;
  padding: 5px;
}
.fullcalendar-year .fullcalendar-day-events-mobile {
  display: inline-block;
  top: 30px;
  left: 10px;
}
.fullcalendar-year .fullcalendar-day-events-mobile > div {
  display: inline-block;
  height: 10px;
  width: 10px;
  float: left;
  margin-right: 2px;
  margin-bottom: 2px;
}
.txt-readonly {
  font-weight: bold;
}
.table-generic {
  width: 100%;
}
.table-generic td {
  vertical-align: top;
}
.table-generic td,
.table-generic th {
  padding: 10px;
  text-align: left;
}
.table-generic tr:not(.table-row-inactive):not(.table-separator) td {
  border-bottom: 1px solid #dfd9d3;
}
.table-generic th {
  background-color: #dfd9d3;
}
.table-generic .cell-150 {
  width: 150px;
  text-align: right;
}
.table-generic .cell-200 {
  width: 200px;
}
.table-generic .cell-35p {
  width: 35%;
}
.table-generic .table-separator td {
  border-bottom: 5px solid #c1ae98;
}
.table-generic .table-separator:last-child td {
  border-bottom-width: 0px;
}
.table-row-inactive td {
  cursor: default;
  background-image: url('/Images/Bg.Checkerboard.png');
}
.table-fitness th {
  width: 12.5%;
}
.table-fitness-targets td[rowspan] {
  background-repeat: no-repeat;
  background-image: url(/Images/Icon.Trophy.png);
  background-position: center center;
  background-size: 48px;
  background-color: #c39f4e;
}
.table-fitness-targets tr > * {
  text-align: center;
}
.table-fitness-targets tr[data-action=modal]:hover td {
  background-color: #cec8c2;
  cursor: pointer;
}
.table-fitness-figures tr > * {
  text-align: center;
}
.table-generic.table-fitness td {
  vertical-align: middle;
}
.table-fitness-figures tbody tr:hover td {
  background-color: #cec8c2;
  cursor: pointer;
}
.table-fitness-figures th:first-child,
.table-fitness-figures td:first-child {
  text-align: left;
}
.table-fitness td[colspan] {
  background-image: url('/Images/Bg.Checkerboard.png');
}
.table-fitness span.photo {
  float: right;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: red;
}
.table-habits-narrow {
  display: block;
}
.table-habits-narrow > div {
  padding: 10px;
  margin-bottom: 10px;
}
.table-habits-narrow > div:not(.habit-inactive) {
  background-color: #dfd9d3;
}
.table-habits-narrow > div:not(.habit-inactive):hover {
  background-color: #cec8c2;
  cursor: pointer;
}
.table-habits-narrow > div.habit-inactive {
  background-image: url('/Images/Bg.Checkerboard.png');
}
.table-habits-narrow .habit-empty {
  opacity: 0.5;
  font-weight: normal;
  text-transform: uppercase;
  display: none;
}
.table-habits-narrow .habit-name:not(.habit-empty) {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: bold;
}
.table-habits-narrow .habit-date {
  opacity: 0.75;
}
.table-habits-narrow .habit-experience {
  border-top: solid #c1ae98 1px;
  margin-top: 5px;
  padding-top: 5px;
}
.table-habits-narrow .habit-experience .habit-label {
  text-transform: uppercase;
  font-size: 0.8rem;
  opacity: 0.75;
  margin-bottom: 5px;
}
.table-habits-narrow .habit-separator {
  border-bottom: 5px solid #c1ae98;
}
.table-habits-wide {
  display: none;
}
.box.evaluations .box-body {
  padding-left: 0px;
  padding-right: 0px;
}
.table-evaluations td,
.table-evaluations th {
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}
.table-evaluations td img {
  width: 20px;
}
.table-evaluations td:nth-child(2) {
  text-align: center;
}
.table-evaluations th:nth-child(2) {
  text-align: center;
  background-image: none;
  color: #ffffff;
}
.table-evaluations th {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  background-color: #c39f4e;
}
.table-evaluations th.evaluations-personal {
  background-image: url(/Images/Icon.PersonalReport.png);
}
.table-evaluations th.evaluations-self {
  background-image: url(/Images/Icon.SelfDevelopment.png);
}
.table-evaluations th.evaluations-nextweek {
  background-image: url(/Images/Icon.NextWeek.png);
}
.table-evaluations th.evaluations-desk {
  background-image: url(/Images/Icon.Office.png);
}
.table-evaluations th.evaluations-computer {
  background-image: url(/Images/Icon.Computer.png);
}
.table-evaluations th.evaluations-phone {
  background-image: url(/Images/Icon.Phone.png);
}
.table-evaluations th.evaluations-messages {
  background-image: url(/Images/Icon.Messages.png);
}
.table-evaluations th.evaluations-finance {
  background-image: url(/Images/Icon.Finance.png);
}
.table-evaluations th.evaluations-family {
  background-image: url(/Images/Icon.Family.png);
}
.table-evaluations tr.evaluations-results td {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.table-evaluations tr.evaluations-results td.evaluation-completed {
  background-image: url(/Images/Icon.Checkbox.Green.png);
}
.table-evaluations tr.evaluations-results td.evaluation-pending {
  background-image: url(/Images/Icon.Checkbox.Empty.png);
}