﻿.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;
}
/* GREEN - DESKTOP NARROW */
@media only screen and (min-width: 768px) {
  div.platform-indicator {
    background-color: #009900;
  }
  h1 {
    font-size: 1.75rem;
  }
  .box .field > label {
    float: left;
    width: 40%;
    margin-top: 6px;
  }
  .box .field input,
  .box .field select,
  .box .field-color .color-picker,
  .box .field textarea {
    float: left;
    width: 60%;
  }
  .box .field textarea.wide {
    width: 100%;
  }
  .skipbox {
    margin-left: 10px;
    margin-right: 10px;
  }
  nav.wizard span.wizard-continue {
    margin-top: 0px;
  }
  nav.wizard input[type=submit] {
    margin-top: 0px;
  }
  .box-provider a {
    display: inline-block;
    width: 300px;
  }
  .box-multiple .box .field > label {
    display: block;
    padding-top: 0px;
    width: 100%;
  }
  .box-multiple .box .field.field-numbered label {
    float: left;
    width: 5%;
    margin-top: 6px;
  }
  .box-multiple .box .field.field-numbered textarea {
    float: left;
    width: 95%;
  }
  .box-multiple .box .field textarea {
    float: left;
    width: 100%;
  }
  .box-multiple .field input,
  .box-multiple .field select {
    display: block;
    width: 100%;
  }
  .box-multiple > div.col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .box-multiple .box {
    margin-bottom: 20px;
  }
  .box-multiple.goal .box {
    margin-bottom: 0px;
  }
  .box-multiple .field label.label-inline {
    display: inline-block;
    width: fit-content;
    position: absolute;
    top: 2px;
  }
  .box-multiple .field .program-time {
    display: inline-block;
    width: 10%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .box-multiple .field .program-time:nth-child(2) {
    margin-right: 50px;
  }
  .box-multiple .field .button.button-boxed {
    float: none;
  }
  .box-multiple .field.field-task {
    padding-top: 5px;
  }
  .box-multiple .field.field-task label span {
    position: relative;
    top: 7px;
  }
  .video {
    max-width: 75%;
    margin: 0px auto;
    margin-top: 20px;
  }
  .diary > div {
    flex: 1;
  }
  .diary > div:first-child {
    margin-left: 0px;
  }
  .diary > div.diary-day {
    flex: 2;
  }
  .diary > .container-week {
    margin-left: 0px;
    margin-right: 0px;
  }
  .diary > .container-week:last-child {
    margin-right: 0px;
  }
  .field-multiple {
    display: flex;
    flex-direction: row;
  }
  .field-multiple > div {
    flex: 1;
    margin-left: 10px;
  }
  .field-multiple > div:first-child {
    margin-left: 0px;
  }
  .targetboard-item > span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.85rem;
  }
  /*.tabs .tab { .pl(45px); .left; .h(50px); }
    .tabs .tab span.icon, .tab.tab-5 span.icon { .dib; .mr(10px); .posA; .l(10px); .t(12px); .bg-pos; }
    .tabs .tab span.text { .dib; }*/
  .field label.switch {
    width: 60px;
  }
  .messageBox-modal .box .field textarea {
    width: 60%;
  }
  .messageBox .messageBox-modal .program-time {
    width: 100px;
    margin-right: 4px;
  }
  .goal .goal-events-mobile {
    display: none;
  }
  .goal .goal-events-desktop {
    display: block;
    padding-top: 10px;
  }
  .goal table {
    border-collapse: separate;
    border-spacing: 1px;
    width: 100%;
  }
  .goal table thead th {
    background-color: #dfd9d3;
    padding: 10px;
  }
  .goal table thead th:first-child {
    width: 20px;
    padding: 0;
    border-right-width: 0px;
  }
  .goal table thead th:nth-child(2) {
    width: 120px;
  }
  .goal table tbody td:first-child {
    text-align: center;
    vertical-align: middle;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  .goal table td {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dfd9d3;
  }
  .goal table tbody tr:last-child td {
    border-bottom: 0px;
  }
  .goal-default,
  .goal-title .goal-show {
    width: 40px;
    height: 40px;
    top: 15px;
    right: 15px;
    background-size: 40px;
  }
  .upload-item {
    position: relative;
  }
  .upload-items-desktop .upload-item-selected {
    background-color: #c39f4e;
  }
  .fullcalendar-day-events-mobile {
    bottom: 15px;
  }
  .fullcalendar-day-events-mobile > div {
    height: 15px;
    width: 15px;
  }
  .fullcalendar-day-desktop > span {
    padding: 15px;
  }
  .fullcalendar-year .fullcalendar-day-number {
    font-size: 0.95rem;
    padding: 10px;
  }
  .fullcalendar-year .fullcalendar-day-events-mobile {
    display: inline-block;
    top: 35px;
    left: 10px;
  }
  .fullcalendar-year .fullcalendar-day-events-mobile > div {
    height: 15px;
    width: 15px;
    margin-right: 2px;
    margin-bottom: 2px;
  }
}
/* BLUE - DESKTOP MEDIUM */
@media only screen and (min-width: 1200px) {
  div.platform-indicator {
    background-color: #3366ff;
  }
  .box .field > label {
    width: 30%;
  }
  .box .field input,
  .box .field select,
  .box .field-color .color-picker,
  .box .field textarea {
    width: 70%;
  }
  .box-multiple {
    display: flex;
    flex-direction: row;
  }
  .field label.switch {
    width: 60px;
  }
  main {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 1148px;
  }
  .diary > div {
    margin-left: 15px;
  }
  .diary > div.diary-day {
    margin-left: 0px;
  }
  .diary > div:last-child {
    margin-right: 0px;
  }
  .targetboard-item > span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem;
  }
  .box-multiple .field textarea,
  .box-multiple .field select {
    width: 100%;
  }
  .box .field-multiple input,
  .box .field-multiple textarea {
    width: 100%;
  }
  .messageBox-modal .box .field textarea {
    width: 70%;
  }
  .targetboard-item {
    width: 24%;
  }
  .tabs .tab {
    text-align: left;
    padding-left: 15px;
  }
  .tabs .tab span.icon {
    display: inline-block;
  }
  .tabs .tab span.text {
    display: inline-block;
    position: absolute;
    left: 45px;
  }
  .fullcalendar-day-number {
    padding: 15px;
  }
  .fullcalendar-day-events-mobile {
    display: none;
  }
  .fullcalendar-day-events-desktop {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 15px;
    max-width: 100px;
  }
  .fullcalendar-day-events-desktop > div {
    width: 125px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-left: 15px solid transparent;
    padding: 0;
    padding-left: 5px;
    text-align: left;
    font-size: 0.8rem;
    margin-top: 2px;
  }
  .fullcalendar-holiday {
    display: inline-block;
    position: absolute;
    text-align: right;
    right: 15px;
    top: 20px;
    font-style: italic;
    max-width: 90px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .fullcalendar-day-events-desktop > div.fullcalendar-day-event-system {
    border-left-width: 0px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../Images/Icon.MoreEvents.png);
    background-size: 14px;
  }
  .fullcalendar-year {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .fullcalendar-month {
    flex: 0 0 50%;
  }
  .fullcalendar-year .fullcalendar-day-events-mobile {
    display: inline-block;
    top: 35px;
    left: 10px;
  }
  .fullcalendar-year .fullcalendar-day-events-mobile > div {
    display: inline-block;
    height: 10px;
    width: 10px;
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
  }
  .table-habits-narrow {
    display: none;
  }
  .table-habits-wide {
    display: table;
  }
}
/* SCARLETT - DESKTOP WIDE*/
@media only screen and (min-width: 1600px) {
  main {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 1560px;
  }
  div.platform-indicator {
    background-color: #cc3399;
  }
  .box .field > label {
    width: 20%;
  }
  .box .field input,
  .box .field select,
  .box .field-color .color-picker,
  .box .field textarea,
  .messageBox-modal .box .field textarea {
    width: 80%;
  }
  .box .field-multiple input {
    width: 100%;
  }
  .box-multiple .field textarea,
  .box-multiple .field select {
    width: 100%;
  }
  .field label.switch {
    width: 60px;
  }
  .diary .week-day {
    margin-bottom: 0px;
  }
  .diary .week-day-holiday {
    display: none;
  }
  .diary .box-holidays {
    display: block;
  }
  .container-week {
    display: flex;
    flex-direction: row;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
  }
  .container-week .box-body.week-day-events {
    padding: 0px;
  }
  .week-day {
    flex: 1;
    margin-right: 10px;
  }
  .week-day:last-child {
    margin-right: 0px;
  }
  .week-day td:last-child {
    max-width: 140px;
  }
  .fullcalendar-day-events-desktop > div {
    width: 185px;
  }
  .fullcalendar-holiday {
    max-width: 150px;
    width: 150px;
  }
  .fullcalendar-year {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .fullcalendar-month {
    flex: 0 0 33.3333%;
  }
  .fullcalendar-year .fullcalendar-day-events-mobile {
    display: inline-block;
    top: 35px;
    left: 10px;
  }
  .fullcalendar-year .fullcalendar-day-events-mobile > div {
    display: inline-block;
    height: 10px;
    width: 10px;
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
  }
}