﻿.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;
}
/* ORANGE - TABLET */
@media only screen and (min-width: 600px) {
  div.platform-indicator {
    background-color: #ff9900;
  }
  body {
    margin-bottom: 10px;
    background-color: #ffffff;
  }
  input,
  select,
  textarea {
    border: 1px dotted #5d5d5d;
    color: #5d5d5d;
    background-color: #ffffff;
    height: 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-family: 'Montserrat', Titillium Web, Roboto, Tahoma, Arial;
    font-size: 1rem;
    padding-left: 5px;
  }
  label {
    padding-left: 0px;
  }
  header {
    height: 70px;
  }
  header .container-right a span.name {
    display: flex;
    align-items: center;
    height: 70px;
    line-height: 17px;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: bold;
  }
  body > nav {
    display: block;
  }
  body > nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  footer {
    display: none;
  }
  main {
    padding: 20px;
  }
  h1 {
    margin: 0;
  }
  nav.wizard > div {
    padding-bottom: 0;
  }
  nav.wizard a.wizard-next {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .button {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
  }
  .field input[type=submit].button.button-boxed {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    width: fit-content;
  }
  .box {
    margin-top: 20px;
  }
  .account-creation-methods .row {
    display: inline-block;
    width: 50%;
    float: left;
  }
  .account-creation-methods label {
    margin: 5px;
  }
  .datebox {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .box-multiple .box {
    margin-bottom: 20px;
  }
  .box-multiple .field.field-numbered label {
    float: left;
    width: 5%;
    margin-top: 6px;
    padding-top: 6px;
  }
  .box-multiple .field.field-numbered textarea {
    float: left;
    width: 95%;
  }
  .targetboard .box-body {
    text-align: center;
    padding: 0;
  }
  .goal-default,
  .goal-title .goal-show {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    background-size: 40px;
  }
  .goal-title .goal-show {
    background-size: 50px;
  }
  .box-multiple .field .label-inline {
    display: inline-block;
    position: absolute;
    right: 195px;
    top: 2px;
  }
  .box-multiple .field .program-time {
    display: inline-block;
    width: 12%;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
  }
  .box-multiple .field .program-time:nth-child(2) {
    margin-right: 50px;
  }
  .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-multiple .field .program-submit {
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
  }
  .field.goal-events-new {
    padding-top: 10px;
  }
  .field.goal-events-new input[type=text] {
    width: 100%;
    padding-right: 110px;
    outline: 0px;
    margin-left: 0;
  }
  .field.goal-events-new .program-submit {
    width: 100px;
    margin-right: 5px;
    margin-top: 5px;
  }
  .container-week span.datebox {
    margin-left: 0px;
  }
  .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;
  }
  .messageBox .messageBox-modal .program-time {
    width: 100px;
  }
  .upload-item {
    display: inline-block;
  }
  .box-title.week-day-title {
    padding-left: 10px;
  }
  .fullcalendar-day {
    padding: 10px;
  }
  .fullcalendar-day-number {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 10px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .fullcalendar-day-events-mobile {
    bottom: 10px;
    left: 7px;
  }
  .fullcalendar-day-events-mobile > div {
    height: 10px;
    width: 10px;
  }
  .fullcalendar-year .fullcalendar-day-number {
    font-size: 0.85rem;
    padding: 10px;
  }
  .fullcalendar-year .fullcalendar-day-events-mobile {
    display: inline-block;
    top: 35px;
    left: 10px;
  }
  .box.evaluations .box-body {
    padding-left: 10px;
    padding-right: 10px;
  }
  .table-evaluations th {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
  }
  .table-evaluations td,
  .table-evaluations th {
    padding: 10px;
  }
}