@charset "UTF-8";
body {
  margin: 50px auto 0 !important;
  display: block;
  overflow-y: scroll; }

.success-color {
  color: #27ae60; }

.error-color {
  color: #FB3B68; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
* {
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  color: #222; }

textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus {
  border: 1px solid #5460FF;
  outline: 0; }

textarea:focus,
select:focus {
  border: 1px solid #5460FF;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"], input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1; }

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.row {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

@media (max-width: 767px) {
  .row {
    margin-left: 0;
    margin-right: 0; }
  .mobile-one.column,
  .mobile-one.columns {
    width: 25%; }
  .mobile-two.columns {
    width: 50%; }
  .mobile-three.columns {
    width: 75%; }
  .mobile-four.columns {
    width: 100%; } }

@media (min-width: 550px) {
  .container {
    padding: 0 1.5rem; }
  .column,
  .columns {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    .column.centered, .columns.centered {
      margin-left: auto;
      margin-right: auto;
      float: none; }
  .mobile-one.column,
  .mobile-one.columns {
    width: 25%; }
  .mobile-two.columns {
    width: 50%; }
  .mobile-three.columns {
    width: 75%; }
  .mobile-four.columns {
    width: 100%; } }

@media (min-width: 768px) {
  .one.column,
  .one.columns {
    width: 8.33333%; }
  .two.columns {
    width: 16.66667%; }
  .three.columns {
    width: 25%; }
  .four.columns {
    width: 33.33333%; }
  .five.columns {
    width: 41.66667%; }
  .six.columns {
    width: 50%; }
  .seven.columns {
    width: 58.33333%; }
  .eight.columns {
    width: 66.66667%; }
  .nine.columns {
    width: 75%; }
  .ten.columns {
    width: 83.33333%; }
  .eleven.columns {
    width: 91.66667%; }
  .twelve.columns {
    width: 100%; }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.33333%; }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 16.66667%; }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 25%; }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 33.33333%; }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 41.66667%; }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 50%; }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 58.33333%; }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 66.66667%; }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 75%; }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 83.33333%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 91.66667%; } }

@media (min-width: 1300px) {
  .container {
    max-width: 130rem; } }

.hr-10 {
  width: 10%;
  margin-left: auto;
  margin-right: auto; }

.hr-20 {
  width: 20%;
  margin-left: auto;
  margin-right: auto; }

.hr-30 {
  width: 30%;
  margin-left: auto;
  margin-right: auto; }

.hr-40 {
  width: 40%;
  margin-left: auto;
  margin-right: auto; }

.hr-45 {
  width: 45%;
  margin-left: auto;
  margin-right: auto; }

.hr-50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto; }

.hr-75 {
  width: 75%;
  margin-left: auto;
  margin-right: auto; }

.mt00 {
  margin-top: 0; }

.mt00i {
  margin-top: 0 !important; }

.mt05 {
  margin-top: 05px; }

.mt-05 {
  margin-top: -05px; }

.mt05i {
  margin-top: 05px !important; }

.mt10 {
  margin-top: 10px; }

.mt-10 {
  margin-top: -10px; }

.mt10i {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px; }

.mt-15 {
  margin-top: -15px; }

.mt15i {
  margin-top: 15px !important; }

.mt17 {
  margin-top: 17px; }

.mt-17 {
  margin-top: -17px; }

.mt17i {
  margin-top: 17px !important; }

.mt20 {
  margin-top: 20px; }

.mt-20 {
  margin-top: -20px; }

.mt20i {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px; }

.mt-25 {
  margin-top: -25px; }

.mt25i {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px; }

.mt-30 {
  margin-top: -30px; }

.mt30i {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px; }

.mt-35 {
  margin-top: -35px; }

.mt35i {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px; }

.mt-40 {
  margin-top: -40px; }

.mt40i {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px; }

.mt-45 {
  margin-top: -45px; }

.mt45i {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px; }

.mt-50 {
  margin-top: -50px; }

.mt50i {
  margin-top: 50px !important; }

.mt55 {
  margin-top: 55px; }

.mt-55 {
  margin-top: -55px; }

.mt55i {
  margin-top: 55px !important; }

.mt60 {
  margin-top: 60px; }

.mt-60 {
  margin-top: -60px; }

.mt60i {
  margin-top: 60px !important; }

.mt65 {
  margin-top: 65px; }

.mt-65 {
  margin-top: -65px; }

.mt65i {
  margin-top: 65px !important; }

.mt70 {
  margin-top: 70px; }

.mt-70 {
  margin-top: -70px; }

.mt70i {
  margin-top: 70px !important; }

.mt75 {
  margin-top: 75px; }

.mt-75 {
  margin-top: -75px; }

.mt75i {
  margin-top: 75px !important; }

.mt80 {
  margin-top: 80px; }

.mt-80 {
  margin-top: -80px; }

.mt80i {
  margin-top: 80px !important; }

.mt85 {
  margin-top: 85px; }

.mt-85 {
  margin-top: -85px; }

.mt85i {
  margin-top: 85px !important; }

.mt90 {
  margin-top: 90px; }

.mt-90 {
  margin-top: -90px; }

.mt90i {
  margin-top: 90px !important; }

.mt95 {
  margin-top: 95px; }

.mt-95 {
  margin-top: -95px; }

.mt95i {
  margin-top: 95px !important; }

.mt100 {
  margin-top: 100px; }

.mt-100 {
  margin-top: -100px; }

.mt100i {
  margin-top: 100px !important; }

.mt150 {
  margin-top: 150px; }

.mt-150 {
  margin-top: -150px; }

.mt150i {
  margin-top: 150px !important; }

.mb00 {
  margin-bottom: 0; }

.mb00i {
  margin-bottom: 0 !important; }

.mb05 {
  margin-bottom: 05px; }

.mb-05 {
  margin-bottom: -05px; }

.mb05i {
  margin-bottom: 05px !important; }

.mb10 {
  margin-bottom: 10px; }

.mb-10 {
  margin-bottom: -10px; }

.mb10i {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px; }

.mb-15 {
  margin-bottom: -15px; }

.mb15i {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px; }

.mb-20 {
  margin-bottom: -20px; }

.mb20i {
  margin-bottom: 20px !important; }

.mb23 {
  margin-bottom: 23px; }

.mb-23 {
  margin-bottom: -23px; }

.mb23i {
  margin-bottom: 23px !important; }

.mb25 {
  margin-bottom: 25px; }

.mb-25 {
  margin-bottom: -25px; }

.mb25i {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px; }

.mb-30 {
  margin-bottom: -30px; }

.mb30i {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px; }

.mb-35 {
  margin-bottom: -35px; }

.mb35i {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px; }

.mb-40 {
  margin-bottom: -40px; }

.mb40i {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px; }

.mb-45 {
  margin-bottom: -45px; }

.mb45i {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px; }

.mb-50 {
  margin-bottom: -50px; }

.mb50i {
  margin-bottom: 50px !important; }

.mb55 {
  margin-bottom: 55px; }

.mb-55 {
  margin-bottom: -55px; }

.mb55i {
  margin-bottom: 55px !important; }

.mb60 {
  margin-bottom: 60px; }

.mb-60 {
  margin-bottom: -60px; }

.mb60i {
  margin-bottom: 60px !important; }

.mb65 {
  margin-bottom: 65px; }

.mb-65 {
  margin-bottom: -65px; }

.mb65i {
  margin-bottom: 65px !important; }

.mb70 {
  margin-bottom: 70px; }

.mb-70 {
  margin-bottom: -70px; }

.mb70i {
  margin-bottom: 70px !important; }

.mb75 {
  margin-bottom: 75px; }

.mb-75 {
  margin-bottom: -75px; }

.mb75i {
  margin-bottom: 75px !important; }

.mb80 {
  margin-bottom: 80px; }

.mb-80 {
  margin-bottom: -80px; }

.mb80i {
  margin-bottom: 80px !important; }

.mb85 {
  margin-bottom: 85px; }

.mb-85 {
  margin-bottom: -85px; }

.mb85i {
  margin-bottom: 85px !important; }

.mb90 {
  margin-bottom: 90px; }

.mb-90 {
  margin-bottom: -90px; }

.mb90i {
  margin-bottom: 90px !important; }

.mb95 {
  margin-bottom: 95px; }

.mb-95 {
  margin-bottom: -95px; }

.mb95i {
  margin-bottom: 95px !important; }

.mb100 {
  margin-bottom: 100px; }

.mb-100 {
  margin-bottom: -100px; }

.mb100i {
  margin-bottom: 100px !important; }

.mb150 {
  margin-bottom: 150px; }

.mb-150 {
  margin-bottom: -150px; }

.mb150i {
  margin-bottom: 150px !important; }

.ml00 {
  margin-left: 0; }

.ml00i {
  margin-left: 0 !important; }

.ml05 {
  margin-left: 05px; }

.ml-05 {
  margin-left: -05px; }

.ml05i {
  margin-left: 05px !important; }

.ml10 {
  margin-left: 10px; }

.ml-10 {
  margin-left: -10px; }

.ml10i {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px; }

.ml-15 {
  margin-left: -15px; }

.ml15i {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px; }

.ml-20 {
  margin-left: -20px; }

.ml20i {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px; }

.ml-25 {
  margin-left: -25px; }

.ml25i {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px; }

.ml-30 {
  margin-left: -30px; }

.ml30i {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px; }

.ml-35 {
  margin-left: -35px; }

.ml35i {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px; }

.ml-40 {
  margin-left: -40px; }

.ml40i {
  margin-left: 40px !important; }

.ml45 {
  margin-left: 45px; }

.ml-45 {
  margin-left: -45px; }

.ml45i {
  margin-left: 45px !important; }

.ml50 {
  margin-left: 50px; }

.ml-50 {
  margin-left: -50px; }

.ml50i {
  margin-left: 50px !important; }

.ml55 {
  margin-left: 55px; }

.ml-55 {
  margin-left: -55px; }

.ml55i {
  margin-left: 55px !important; }

.ml60 {
  margin-left: 60px; }

.ml-60 {
  margin-left: -60px; }

.ml60i {
  margin-left: 60px !important; }

.ml65 {
  margin-left: 65px; }

.ml-65 {
  margin-left: -65px; }

.ml65i {
  margin-left: 65px !important; }

.ml70 {
  margin-left: 70px; }

.ml-70 {
  margin-left: -70px; }

.ml70i {
  margin-left: 70px !important; }

.ml75 {
  margin-left: 75px; }

.ml-75 {
  margin-left: -75px; }

.ml75i {
  margin-left: 75px !important; }

.ml80 {
  margin-left: 80px; }

.ml-80 {
  margin-left: -80px; }

.ml80i {
  margin-left: 80px !important; }

.ml85 {
  margin-left: 85px; }

.ml-85 {
  margin-left: -85px; }

.ml85i {
  margin-left: 85px !important; }

.ml90 {
  margin-left: 90px; }

.ml-90 {
  margin-left: -90px; }

.ml90i {
  margin-left: 90px !important; }

.ml95 {
  margin-left: 95px; }

.ml-95 {
  margin-left: -95px; }

.ml95i {
  margin-left: 95px !important; }

.ml100 {
  margin-left: 100px; }

.ml-100 {
  margin-left: -100px; }

.ml100i {
  margin-left: 100px !important; }

.ml150 {
  margin-left: 150px; }

.ml-150 {
  margin-left: -150px; }

.ml150i {
  margin-left: 150px !important; }

.mr00 {
  margin-right: 0; }

.mr00i {
  margin-right: 0 !important; }

.mr05 {
  margin-right: 05px; }

.mr-05 {
  margin-right: -05px; }

.mr05i {
  margin-right: 05px !important; }

.mr10 {
  margin-right: 10px; }

.mr-10 {
  margin-right: -10px; }

.mr10i {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px; }

.mr-15 {
  margin-right: -15px; }

.mr15i {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px; }

.mr-20 {
  margin-right: -20px; }

.mr20i {
  margin-right: 20px !important; }

.mr21 {
  margin-right: 21px; }

.mr-21 {
  margin-right: -21px; }

.mr21i {
  margin-right: 21px !important; }

.mr25 {
  margin-right: 25px; }

.mr-25 {
  margin-right: -25px; }

.mr25i {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px; }

.mr-30 {
  margin-right: -30px; }

.mr30i {
  margin-right: 30px !important; }

.mr35 {
  margin-right: 35px; }

.mr-35 {
  margin-right: -35px; }

.mr35i {
  margin-right: 35px !important; }

.mr40 {
  margin-right: 40px; }

.mr-40 {
  margin-right: -40px; }

.mr40i {
  margin-right: 40px !important; }

.mr45 {
  margin-right: 45px; }

.mr-45 {
  margin-right: -45px; }

.mr45i {
  margin-right: 45px !important; }

.mr50 {
  margin-right: 50px; }

.mr-50 {
  margin-right: -50px; }

.mr50i {
  margin-right: 50px !important; }

.mr55 {
  margin-right: 55px; }

.mr-55 {
  margin-right: -55px; }

.mr55i {
  margin-right: 55px !important; }

.mr60 {
  margin-right: 60px; }

.mr-60 {
  margin-right: -60px; }

.mr60i {
  margin-right: 60px !important; }

.mr65 {
  margin-right: 65px; }

.mr-65 {
  margin-right: -65px; }

.mr65i {
  margin-right: 65px !important; }

.mr70 {
  margin-right: 70px; }

.mr-70 {
  margin-right: -70px; }

.mr70i {
  margin-right: 70px !important; }

.mr75 {
  margin-right: 75px; }

.mr-75 {
  margin-right: -75px; }

.mr75i {
  margin-right: 75px !important; }

.mr80 {
  margin-right: 80px; }

.mr-80 {
  margin-right: -80px; }

.mr80i {
  margin-right: 80px !important; }

.mr85 {
  margin-right: 85px; }

.mr-85 {
  margin-right: -85px; }

.mr85i {
  margin-right: 85px !important; }

.mr90 {
  margin-right: 90px; }

.mr-90 {
  margin-right: -90px; }

.mr90i {
  margin-right: 90px !important; }

.mr95 {
  margin-right: 95px; }

.mr-95 {
  margin-right: -95px; }

.mr95i {
  margin-right: 95px !important; }

.mr100 {
  margin-right: 100px; }

.mr-100 {
  margin-right: -100px; }

.mr100i {
  margin-right: 100px !important; }

.mr150 {
  margin-right: 150px; }

.mr-150 {
  margin-right: -150px; }

.mr150i {
  margin-right: 150px !important; }

.pt00 {
  padding-top: 0; }

.pt00i {
  padding-top: 0 !important; }

.pt05 {
  padding-top: 05px; }

.pt05i {
  padding-top: 05px !important; }

.pt10 {
  padding-top: 10px; }

.pt10i {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px; }

.pt15i {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px; }

.pt20i {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px; }

.pt25i {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px; }

.pt30i {
  padding-top: 30px !important; }

.pt35 {
  padding-top: 35px; }

.pt35i {
  padding-top: 35px !important; }

.pt40 {
  padding-top: 40px; }

.pt40i {
  padding-top: 40px !important; }

.pt45 {
  padding-top: 45px; }

.pt45i {
  padding-top: 45px !important; }

.pt50 {
  padding-top: 50px; }

.pt50i {
  padding-top: 50px !important; }

.pt55 {
  padding-top: 55px; }

.pt55i {
  padding-top: 55px !important; }

.pt60 {
  padding-top: 60px; }

.pt60i {
  padding-top: 60px !important; }

.pt65 {
  padding-top: 65px; }

.pt65i {
  padding-top: 65px !important; }

.pt70 {
  padding-top: 70px; }

.pt70i {
  padding-top: 70px !important; }

.pt75 {
  padding-top: 75px; }

.pt75i {
  padding-top: 75px !important; }

.pt80 {
  padding-top: 80px; }

.pt80i {
  padding-top: 80px !important; }

.pt85 {
  padding-top: 85px; }

.pt85i {
  padding-top: 85px !important; }

.pt90 {
  padding-top: 90px; }

.pt90i {
  padding-top: 90px !important; }

.pt95 {
  padding-top: 95px; }

.pt95i {
  padding-top: 95px !important; }

.pt100 {
  padding-top: 100px; }

.pt100i {
  padding-top: 100px !important; }

.pt150 {
  padding-top: 150px; }

.pt150i {
  padding-top: 150px !important; }

.pb00 {
  padding-bottom: 0; }

.pb00i {
  padding-bottom: 0 !important; }

.pb05 {
  padding-bottom: 05px; }

.pb05i {
  padding-bottom: 05px !important; }

.pb10 {
  padding-bottom: 10px; }

.pb10i {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px; }

.pb15i {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px; }

.pb20i {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px; }

.pb25i {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px; }

.pb30i {
  padding-bottom: 30px !important; }

.pb35 {
  padding-bottom: 35px; }

.pb35i {
  padding-bottom: 35px !important; }

.pb40 {
  padding-bottom: 40px; }

.pb40i {
  padding-bottom: 40px !important; }

.pb45 {
  padding-bottom: 45px; }

.pb45i {
  padding-bottom: 45px !important; }

.pb50 {
  padding-bottom: 50px; }

.pb50i {
  padding-bottom: 50px !important; }

.pb55 {
  padding-bottom: 55px; }

.pb55i {
  padding-bottom: 55px !important; }

.pb60 {
  padding-bottom: 60px; }

.pb60i {
  padding-bottom: 60px !important; }

.pb65 {
  padding-bottom: 65px; }

.pb65i {
  padding-bottom: 65px !important; }

.pb70 {
  padding-bottom: 70px; }

.pb70i {
  padding-bottom: 70px !important; }

.pb75 {
  padding-bottom: 75px; }

.pb75i {
  padding-bottom: 75px !important; }

.pb80 {
  padding-bottom: 80px; }

.pb80i {
  padding-bottom: 80px !important; }

.pb85 {
  padding-bottom: 85px; }

.pb85i {
  padding-bottom: 85px !important; }

.pb90 {
  padding-bottom: 90px; }

.pb90i {
  padding-bottom: 90px !important; }

.pb95 {
  padding-bottom: 95px; }

.pb95i {
  padding-bottom: 95px !important; }

.pb100 {
  padding-bottom: 100px; }

.pb100i {
  padding-bottom: 100px !important; }

.pb150 {
  padding-bottom: 150px; }

.pb150i {
  padding-bottom: 150px !important; }

.pl00 {
  padding-left: 0; }

.pl00i {
  padding-left: 0 !important; }

.pl05 {
  padding-left: 05px; }

.pl05i {
  padding-left: 05px !important; }

.pl10 {
  padding-left: 10px; }

.pl10i {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px; }

.pl15i {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px; }

.pl20i {
  padding-left: 20px !important; }

.pl23 {
  padding-left: 23px; }

.pl23i {
  padding-left: 23px !important; }

.pl25 {
  padding-left: 25px; }

.pl25i {
  padding-left: 25px !important; }

.pl30 {
  padding-left: 30px; }

.pl30i {
  padding-left: 30px !important; }

.pl35 {
  padding-left: 35px; }

.pl35i {
  padding-left: 35px !important; }

.pl40 {
  padding-left: 40px; }

.pl40i {
  padding-left: 40px !important; }

.pl45 {
  padding-left: 45px; }

.pl45i {
  padding-left: 45px !important; }

.pl50 {
  padding-left: 50px; }

.pl50i {
  padding-left: 50px !important; }

.pl55 {
  padding-left: 55px; }

.pl55i {
  padding-left: 55px !important; }

.pl60 {
  padding-left: 60px; }

.pl60i {
  padding-left: 60px !important; }

.pl65 {
  padding-left: 65px; }

.pl65i {
  padding-left: 65px !important; }

.pl70 {
  padding-left: 70px; }

.pl70i {
  padding-left: 70px !important; }

.pl75 {
  padding-left: 75px; }

.pl75i {
  padding-left: 75px !important; }

.pl80 {
  padding-left: 80px; }

.pl80i {
  padding-left: 80px !important; }

.pl85 {
  padding-left: 85px; }

.pl85i {
  padding-left: 85px !important; }

.pl90 {
  padding-left: 90px; }

.pl90i {
  padding-left: 90px !important; }

.pl95 {
  padding-left: 95px; }

.pl95i {
  padding-left: 95px !important; }

.pl100 {
  padding-left: 100px; }

.pl100i {
  padding-left: 100px !important; }

.pl150 {
  padding-left: 150px; }

.pl150i {
  padding-left: 150px !important; }

.pr00 {
  padding-right: 0; }

.pr00i {
  padding-right: 0 !important; }

.pr05 {
  padding-right: 05px; }

.pr05i {
  padding-right: 05px !important; }

.pr10 {
  padding-right: 10px; }

.pr10i {
  padding-right: 10px !important; }

.pr15 {
  padding-right: 15px; }

.pr15i {
  padding-right: 15px !important; }

.pr20 {
  padding-right: 20px; }

.pr20i {
  padding-right: 20px !important; }

.pr25 {
  padding-right: 25px; }

.pr25i {
  padding-right: 25px !important; }

.pr30 {
  padding-right: 30px; }

.pr30i {
  padding-right: 30px !important; }

.pr35 {
  padding-right: 35px; }

.pr35i {
  padding-right: 35px !important; }

.pr40 {
  padding-right: 40px; }

.pr40i {
  padding-right: 40px !important; }

.pr45 {
  padding-right: 45px; }

.pr45i {
  padding-right: 45px !important; }

.pr50 {
  padding-right: 50px; }

.pr50i {
  padding-right: 50px !important; }

.pr55 {
  padding-right: 55px; }

.pr55i {
  padding-right: 55px !important; }

.pr60 {
  padding-right: 60px; }

.pr60i {
  padding-right: 60px !important; }

.pr65 {
  padding-right: 65px; }

.pr65i {
  padding-right: 65px !important; }

.pr70 {
  padding-right: 70px; }

.pr70i {
  padding-right: 70px !important; }

.pr75 {
  padding-right: 75px; }

.pr75i {
  padding-right: 75px !important; }

.pr80 {
  padding-right: 80px; }

.pr80i {
  padding-right: 80px !important; }

.pr85 {
  padding-right: 85px; }

.pr85i {
  padding-right: 85px !important; }

.pr90 {
  padding-right: 90px; }

.pr90i {
  padding-right: 90px !important; }

.pr95 {
  padding-right: 95px; }

.pr95i {
  padding-right: 95px !important; }

.pr100 {
  padding-right: 100px; }

.pr100i {
  padding-right: 100px !important; }

.pr150 {
  padding-right: 150px; }

.pr150i {
  padding-right: 150px !important; }

@media (max-width: 767px) {
  .sm-pt00 {
    padding-top: 0; }
  .sm-pt00i {
    padding-top: 0 !important; }
  .sm-pt05 {
    padding-top: 05px; }
  .sm-pt05i {
    padding-top: 05px !important; }
  .sm-pt10 {
    padding-top: 10px; }
  .sm-pt10i {
    padding-top: 10px !important; }
  .sm-pt15 {
    padding-top: 15px; }
  .sm-pt15i {
    padding-top: 15px !important; }
  .sm-pt20 {
    padding-top: 20px; }
  .sm-pt20i {
    padding-top: 20px !important; }
  .sm-pt25 {
    padding-top: 25px; }
  .sm-pt25i {
    padding-top: 25px !important; }
  .sm-pt30 {
    padding-top: 30px; }
  .sm-pt30i {
    padding-top: 30px !important; }
  .sm-pt35 {
    padding-top: 35px; }
  .sm-pt35i {
    padding-top: 35px !important; }
  .sm-pt40 {
    padding-top: 40px; }
  .sm-pt40i {
    padding-top: 40px !important; }
  .sm-pt45 {
    padding-top: 45px; }
  .sm-pt45i {
    padding-top: 45px !important; }
  .sm-pt50 {
    padding-top: 50px; }
  .sm-pt50i {
    padding-top: 50px !important; }
  .sm-pb00 {
    padding-bottom: 0; }
  .sm-pb00i {
    padding-bottom: 0 !important; }
  .sm-pb05 {
    padding-bottom: 05px; }
  .sm-pb05i {
    padding-bottom: 05px !important; }
  .sm-pb10 {
    padding-bottom: 10px; }
  .sm-pb10i {
    padding-bottom: 10px !important; }
  .sm-pb15 {
    padding-bottom: 15px; }
  .sm-pb15i {
    padding-bottom: 15px !important; }
  .sm-pb20 {
    padding-bottom: 20px; }
  .sm-pb20i {
    padding-bottom: 20px !important; }
  .sm-pb25 {
    padding-bottom: 25px; }
  .sm-pb25i {
    padding-bottom: 25px !important; }
  .sm-pb30 {
    padding-bottom: 30px; }
  .sm-pb30i {
    padding-bottom: 30px !important; }
  .sm-pb35 {
    padding-bottom: 35px; }
  .sm-pb35i {
    padding-bottom: 35px !important; }
  .sm-pb40 {
    padding-bottom: 40px; }
  .sm-pb40i {
    padding-bottom: 40px !important; }
  .sm-pb45 {
    padding-bottom: 45px; }
  .sm-pb45i {
    padding-bottom: 45px !important; }
  .sm-pb50 {
    padding-bottom: 50px; }
  .sm-pb50i {
    padding-bottom: 50px !important; }
  .sm-pl00 {
    padding-left: 0; }
  .sm-pl00i {
    padding-left: 0 !important; }
  .sm-pl05 {
    padding-left: 05px; }
  .sm-pl05i {
    padding-left: 05px !important; }
  .sm-pl10 {
    padding-left: 10px; }
  .sm-pl10i {
    padding-left: 10px !important; }
  .sm-pl15 {
    padding-left: 15px; }
  .sm-pl15i {
    padding-left: 15px !important; }
  .sm-pl20 {
    padding-left: 20px; }
  .sm-pl20i {
    padding-left: 20px !important; }
  .sm-pl23 {
    padding-left: 23px; }
  .sm-pl23i {
    padding-left: 23px !important; }
  .sm-pl25 {
    padding-left: 25px; }
  .sm-pl25i {
    padding-left: 25px !important; }
  .sm-pl30 {
    padding-left: 30px; }
  .sm-pl30i {
    padding-left: 30px !important; }
  .sm-pl35 {
    padding-left: 35px; }
  .sm-pl35i {
    padding-left: 35px !important; }
  .sm-pl40 {
    padding-left: 40px; }
  .sm-pl40i {
    padding-left: 40px !important; }
  .sm-pl45 {
    padding-left: 45px; }
  .sm-pl45i {
    padding-left: 45px !important; }
  .sm-pl50 {
    padding-left: 50px; }
  .sm-pl50i {
    padding-left: 50px !important; }
  .sm-pr00 {
    padding-right: 0; }
  .sm-pr00i {
    padding-right: 0 !important; }
  .sm-pr05 {
    padding-right: 05px; }
  .sm-pr05i {
    padding-right: 05px !important; }
  .sm-pr10 {
    padding-right: 10px; }
  .sm-pr10i {
    padding-right: 10px !important; }
  .sm-pr15 {
    padding-right: 15px; }
  .sm-pr15i {
    padding-right: 15px !important; }
  .sm-pr20 {
    padding-right: 20px; }
  .sm-pr20i {
    padding-right: 20px !important; }
  .sm-pr25 {
    padding-right: 25px; }
  .sm-pr25i {
    padding-right: 25px !important; }
  .sm-pr30 {
    padding-right: 30px; }
  .sm-pr30i {
    padding-right: 30px !important; }
  .sm-pr35 {
    padding-right: 35px; }
  .sm-pr35i {
    padding-right: 35px !important; }
  .sm-pr40 {
    padding-right: 40px; }
  .sm-pr40i {
    padding-right: 40px !important; }
  .sm-pr45 {
    padding-right: 45px; }
  .sm-pr45i {
    padding-right: 45px !important; }
  .sm-pr50 {
    padding-right: 50px; }
  .sm-pr50i {
    padding-right: 50px !important; }
  .sm-mt00 {
    margin-top: 0; }
  .sm-mt00i {
    margin-top: 0 !important; }
  .sm-mt05 {
    margin-top: 05px; }
  .sm-mt-05 {
    margin-top: -05px; }
  .sm-mt05i {
    margin-top: 05px !important; }
  .sm-mt10 {
    margin-top: 10px; }
  .sm-mt-10 {
    margin-top: -10px; }
  .sm-mt10i {
    margin-top: 10px !important; }
  .sm-mt15 {
    margin-top: 15px; }
  .sm-mt-15 {
    margin-top: -15px; }
  .sm-mt15i {
    margin-top: 15px !important; }
  .sm-mt17 {
    margin-top: 17px; }
  .sm-mt-17 {
    margin-top: -17px; }
  .sm-mt17i {
    margin-top: 17px !important; }
  .sm-mt20 {
    margin-top: 20px; }
  .sm-mt-20 {
    margin-top: -20px; }
  .sm-mt20i {
    margin-top: 20px !important; }
  .sm-mt25 {
    margin-top: 25px; }
  .sm-mt-25 {
    margin-top: -25px; }
  .sm-mt25i {
    margin-top: 25px !important; }
  .sm-mt30 {
    margin-top: 30px; }
  .sm-mt-30 {
    margin-top: -30px; }
  .sm-mt30i {
    margin-top: 30px !important; }
  .sm-mt35 {
    margin-top: 35px; }
  .sm-mt-35 {
    margin-top: -35px; }
  .sm-mt35i {
    margin-top: 35px !important; }
  .sm-mt40 {
    margin-top: 40px; }
  .sm-mt-40 {
    margin-top: -40px; }
  .sm-mt40i {
    margin-top: 40px !important; }
  .sm-mt45 {
    margin-top: 45px; }
  .sm-mt-45 {
    margin-top: -45px; }
  .sm-mt45i {
    margin-top: 45px !important; }
  .sm-mt50 {
    margin-top: 50px; }
  .sm-mt-50 {
    margin-top: -50px; }
  .sm-mt50i {
    margin-top: 50px !important; }
  .sm-mb00 {
    margin-bottom: 0; }
  .sm-mb00i {
    margin-bottom: 0 !important; }
  .sm-mb05 {
    margin-bottom: 05px; }
  .sm-mb-05 {
    margin-bottom: -05px; }
  .sm-mb05i {
    margin-bottom: 05px !important; }
  .sm-mb10 {
    margin-bottom: 10px; }
  .sm-mb-10 {
    margin-bottom: -10px; }
  .sm-mb10i {
    margin-bottom: 10px !important; }
  .sm-mb15 {
    margin-bottom: 15px; }
  .sm-mb-15 {
    margin-bottom: -15px; }
  .sm-mb15i {
    margin-bottom: 15px !important; }
  .sm-mb20 {
    margin-bottom: 20px; }
  .sm-mb-20 {
    margin-bottom: -20px; }
  .sm-mb20i {
    margin-bottom: 20px !important; }
  .sm-mb23 {
    margin-bottom: 23px; }
  .sm-mb-23 {
    margin-bottom: -23px; }
  .sm-mb23i {
    margin-bottom: 23px !important; }
  .sm-mb25 {
    margin-bottom: 25px; }
  .sm-mb-25 {
    margin-bottom: -25px; }
  .sm-mb25i {
    margin-bottom: 25px !important; }
  .sm-mb30 {
    margin-bottom: 30px; }
  .sm-mb-30 {
    margin-bottom: -30px; }
  .sm-mb30i {
    margin-bottom: 30px !important; }
  .sm-mb35 {
    margin-bottom: 35px; }
  .sm-mb-35 {
    margin-bottom: -35px; }
  .sm-mb35i {
    margin-bottom: 35px !important; }
  .sm-mb40 {
    margin-bottom: 40px; }
  .sm-mb-40 {
    margin-bottom: -40px; }
  .sm-mb40i {
    margin-bottom: 40px !important; }
  .sm-mb45 {
    margin-bottom: 45px; }
  .sm-mb-45 {
    margin-bottom: -45px; }
  .sm-mb45i {
    margin-bottom: 45px !important; }
  .sm-mb50 {
    margin-bottom: 50px; }
  .sm-mb-50 {
    margin-bottom: -50px; }
  .sm-mb50i {
    margin-bottom: 50px !important; }
  .sm-ml00 {
    margin-left: 0; }
  .sm-ml00i {
    margin-left: 0 !important; }
  .sm-ml05 {
    margin-left: 05px; }
  .sm-ml-05 {
    margin-left: -05px; }
  .sm-ml05i {
    margin-left: 05px !important; }
  .sm-ml10 {
    margin-left: 10px; }
  .sm-ml-10 {
    margin-left: -10px; }
  .sm-ml10i {
    margin-left: 10px !important; }
  .sm-ml15 {
    margin-left: 15px; }
  .sm-ml-15 {
    margin-left: -15px; }
  .sm-ml15i {
    margin-left: 15px !important; }
  .sm-ml20 {
    margin-left: 20px; }
  .sm-ml-20 {
    margin-left: -20px; }
  .sm-ml20i {
    margin-left: 20px !important; }
  .sm-ml25 {
    margin-left: 25px; }
  .sm-ml-25 {
    margin-left: -25px; }
  .sm-ml25i {
    margin-left: 25px !important; }
  .sm-ml30 {
    margin-left: 30px; }
  .sm-ml-30 {
    margin-left: -30px; }
  .sm-ml30i {
    margin-left: 30px !important; }
  .sm-ml35 {
    margin-left: 35px; }
  .sm-ml-35 {
    margin-left: -35px; }
  .sm-ml35i {
    margin-left: 35px !important; }
  .sm-ml40 {
    margin-left: 40px; }
  .sm-ml-40 {
    margin-left: -40px; }
  .sm-ml40i {
    margin-left: 40px !important; }
  .sm-ml45 {
    margin-left: 45px; }
  .sm-ml-45 {
    margin-left: -45px; }
  .sm-ml45i {
    margin-left: 45px !important; }
  .sm-ml50 {
    margin-left: 50px; }
  .sm-ml-50 {
    margin-left: -50px; }
  .sm-ml50i {
    margin-left: 50px !important; }
  .sm-mr00 {
    margin-right: 0; }
  .sm-mr00i {
    margin-right: 0 !important; }
  .sm-mr05 {
    margin-right: 05px; }
  .sm-mr-05 {
    margin-right: -05px; }
  .sm-mr05i {
    margin-right: 05px !important; }
  .sm-mr10 {
    margin-right: 10px; }
  .sm-mr-10 {
    margin-right: -10px; }
  .sm-mr10i {
    margin-right: 10px !important; }
  .sm-mr15 {
    margin-right: 15px; }
  .sm-mr-15 {
    margin-right: -15px; }
  .sm-mr15i {
    margin-right: 15px !important; }
  .sm-mr20 {
    margin-right: 20px; }
  .sm-mr-20 {
    margin-right: -20px; }
  .sm-mr20i {
    margin-right: 20px !important; }
  .sm-mr21 {
    margin-right: 21px; }
  .sm-mr-21 {
    margin-right: -21px; }
  .sm-mr21i {
    margin-right: 21px !important; }
  .sm-mr25 {
    margin-right: 25px; }
  .sm-mr-25 {
    margin-right: -25px; }
  .sm-mr25i {
    margin-right: 25px !important; }
  .sm-mr30 {
    margin-right: 30px; }
  .sm-mr-30 {
    margin-right: -30px; }
  .sm-mr30i {
    margin-right: 30px !important; }
  .sm-mr35 {
    margin-right: 35px; }
  .sm-mr-35 {
    margin-right: -35px; }
  .sm-mr35i {
    margin-right: 35px !important; }
  .sm-mr40 {
    margin-right: 40px; }
  .sm-mr-40 {
    margin-right: -40px; }
  .sm-mr40i {
    margin-right: 40px !important; }
  .sm-mr45 {
    margin-right: 45px; }
  .sm-mr-45 {
    margin-right: -45px; }
  .sm-mr45i {
    margin-right: 45px !important; }
  .sm-mr50 {
    margin-right: 50px; }
  .sm-mr-50 {
    margin-right: -50px; }
  .sm-mr50i {
    margin-right: 50px !important; } }

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

label {
  line-height: 2;
  margin-bottom: 0;
  font-size: 1.15rem;
  font-weight: 600;
  color: #292c2d; }
  label.app {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 3rem;
    margin-bottom: -3px; }
  label.checkbox-wrap {
    line-height: 38px; }

input, select {
  width: 100%; }

input[type='radio'],
input[type='checkbox'] {
  width: auto;
  display: inline-block;
  width: auto; }

fieldset.submit {
  background: #fff; }

label.checkbox-wrap input {
  float: left;
  width: auto;
  height: 38px;
  line-height: 1;
  margin: 0 8px 0 0; }

label.checkbox-wrap.inline {
  float: left;
  margin-right: 1rem; }

.input-wrapper {
  margin-bottom: 1.2rem;
  position: relative; }
  .input-wrapper.error input, .input-wrapper.error textarea, .input-wrapper.error select {
    border-color: #FB3B68; }
  .input-wrapper.error .error-message {
    color: #FB3B68;
    font-weight: 700; }

.fancy-form {
  position: relative;
  width: 100%;
  min-height: 51px; }
  .fancy-form input[type='text'] {
    text-align: left;
    background: none;
    border: none;
    border-bottom: 1px solid grey;
    padding-left: 0.4em;
    padding-bottom: 0px;
    font-weight: 600;
    position: absolute;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    .fancy-form input[type='text'] + label {
      -webkit-transition: all 175ms ease-in-out 0ms;
      -moz-transition: all 175ms ease-in-out 0ms;
      -o-transition: all 175ms ease-in-out 0ms;
      -ms-transition: all 175ms ease-in-out 0ms;
      transition: all 175ms ease-in-out 0ms;
      left: 5px;
      position: absolute;
      top: 1rem;
      line-height: 1;
      cursor: text; }
    .fancy-form input[type='text']:focus + label, .fancy-form input[type='text']:valid + label {
      top: -0.5rem;
      font-size: 1.05em; }

.error-box {
  background: #FB3B68;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  clear: both; }

.signature canvas {
  width: 100%;
  border: 1px solid #dddddd; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="date"],
input,
select,
textarea,
input[type="password"] {
  margin: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #dddddd;
  background-color: #fff;
  min-height: 4.5rem;
  padding: 1.2rem 1.6rem;
  line-height: 1.95rem;
  font-size: 1.5rem;
  -webkit-transition: border 300ms ease-in-out 0ms;
  -moz-transition: border 300ms ease-in-out 0ms;
  -o-transition: border 300ms ease-in-out 0ms;
  -ms-transition: border 300ms ease-in-out 0ms;
  transition: border 300ms ease-in-out 0ms; }
  input[type="email"].app,
  input[type="number"].app,
  input[type="search"].app,
  input[type="text"].app,
  input[type="tel"].app,
  input[type="url"].app,
  input[type="date"].app,
  input.app,
  select.app,
  textarea.app,
  input[type="password"].app {
    border: 1px oslid #F5F5F5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    height: 3rem;
    line-height: 3rem;
    margin-bottom: 1rem; }

textarea {
  width: 100%;
  height: auto; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("https://s3.amazonaws.com/canoply-assets/img/select.svg");
  background-position: right 12px center;
  background-repeat: no-repeat;
  padding-top: 0;
  padding-bottom: 0; }
  select.compact {
    padding: 1rem 1rem;
    background-position: right 5px center;
    min-width: 5rem; }
  select.full-width {
    width: 100% !important; }

select.title {
  font-size: 2.370rem;
  /*border: none;*/
  background-color: none;
  width: auto;
  height: auto;
  padding: 0;
  padding-right: 4.5rem;
  padding-left: 1.5rem;
  line-height: 2;
  /*background-color: transparent;*/
  background-size: 2rem; }

.checkboxes p, .checkboxes p.smaller {
  line-height: 3rem; }

.checkboxes label {
  font-weight: normal;
  line-height: 1.6rem;
  padding-top: 4px;
  cursor: pointer; }
  .checkboxes label:hover span {
    border-color: #6AD198; }
  .checkboxes label input[type=checkbox]:checked + span {
    background: #6AD198;
    border-color: #6AD198;
    border-radius: 100%; }
  .checkboxes label span {
    width: 15px;
    height: 15px;
    display: inline-block;
    border: solid #878A8C 2px;
    vertical-align: middle;
    cursor: pointer;
    margin-top: -4px;
    transition: all 0.5s; }
    .checkboxes label span:hover {
      border-color: #6AD198; }
    .checkboxes label span:focus {
      border-color: #6AD198; }
  .checkboxes label input {
    display: none; }

.checkboxes .toggle-button {
  background: #e1e1e1;
  border: solid #CCCCCC 2px;
  border-radius: 100px;
  height: 30px;
  width: 60px;
  box-sizing: border-box;
  position: relative;
  display: block;
  padding-top: 0px;
  padding: 0px !important; }
  .checkboxes .toggle-button .knob {
    background: #fff;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
    border: none;
    position: absolute;
    top: 4px;
    left: 0px;
    transition: all 0.5s;
    z-index: 999; }
  .checkboxes .toggle-button .toggle-background {
    background-color: transparent;
    position: absolute;
    height: 30px;
    width: 60px;
    top: 2px;
    left: -1px;
    box-sizing: border-box;
    border: none;
    transition: all 0.5s;
    border-radius: 100px !important;
    border: solid rgba(0, 0, 0, 0) 2px; }
    .checkboxes .toggle-button .toggle-background:before {
      content: "On";
      color: #fff;
      display: block;
      position: absolute;
      top: 6px;
      left: 7px;
      font-size: 1.4rem;
      transition: color 0.5s; }
    .checkboxes .toggle-button .toggle-background:after {
      content: "Off";
      color: #888;
      display: block;
      position: absolute;
      top: 6px;
      right: 7px;
      font-size: 1.4rem;
      transition: color 0.5s; }
  .checkboxes .toggle-button input[type=checkbox]:checked + .toggle-background {
    background-color: #6AD198;
    border: solid #6AD198 2px; }
    .checkboxes .toggle-button input[type=checkbox]:checked + .toggle-background .knob {
      background: #fff !important;
      width: 26px;
      height: 26px;
      border-radius: 100%;
      display: block;
      box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
      border: none;
      position: absolute;
      left: calc(100% - 26px); }

label.employee-checkboxes span {
  display: block;
  width: 100%;
  padding: 1rem;
  background: #fff;
  margin-bottom: 1rem;
  border: 1px solid #E9EBEC; }
  label.employee-checkboxes span i {
    color: white;
    font-size: 2rem;
    padding-left: 0.25rem;
    float: right;
    line-height: 2rem; }

label.employee-checkboxes input[type='checkbox'] {
  display: none; }
  label.employee-checkboxes input[type='checkbox']:checked + span {
    background-color: #5460FF;
    color: white; }

.radio-toggle-switch {
  width: 35rem;
  margin: 1.5rem auto;
  padding: 0.3rem;
  background: #E9EBEC;
  -moz-box-shadow: inset 0 0 5px #bdc3c7;
  -webkit-box-shadow: inset 0 0 5px #bdc3c7;
  box-shadow: inset 0 0 5px #bdc3c7;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  border-radius: 0.5rem; }
  .radio-toggle-switch:after {
    content: '';
    display: table;
    clear: both; }
  .radio-toggle-switch label {
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center; }
    .radio-toggle-switch label span {
      width: 100%;
      height: 100%;
      display: block;
      font-size: 1.4rem;
      line-height: 2;
      -webkit-border-radius: 0.5rem;
      -moz-border-radius: 0.5rem;
      -ms-border-radius: 0.5rem;
      border-radius: 0.5rem; }
    .radio-toggle-switch label input {
      display: none; }
      .radio-toggle-switch label input:checked + span {
        background-color: white; }

.three-way-toggle, .two-way-toggle {
  margin: 1.5rem auto;
  padding: 0.3rem;
  background: #E9EBEC;
  -moz-box-shadow: inset 0 0 5px #bdc3c7;
  -webkit-box-shadow: inset 0 0 5px #bdc3c7;
  box-shadow: inset 0 0 5px #bdc3c7;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  border-radius: 0.5rem;
  max-width: 50rem; }
  .three-way-toggle:after, .two-way-toggle:after {
    content: '';
    display: table;
    clear: both; }
  .three-way-toggle .option, .two-way-toggle .option {
    width: 33.33%;
    float: left;
    display: inline-block;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem; }
    .three-way-toggle .option.chosen, .two-way-toggle .option.chosen {
      background-color: white; }

.two-way-toggle .option {
  width: 50%; }

.three-way-toggle .option {
  width: 33.33%; }

.disabled-input {
  opacity: 0.25; }

.custom-checkbox {
  -webkit-transform: scale(1.5, 1.5);
  margin: 1.5rem 1rem; }

.radio_boxes_wrap {
  margin-top: 1rem;
  margin-bottom: 1.2rem; }
  .radio_boxes_wrap label {
    width: 100%; }
    .radio_boxes_wrap label.active span.wrap {
      background: #5460FF;
      color: #fff; }
    .radio_boxes_wrap label span.wrap {
      width: 100%;
      height: 4.8rem;
      background: #fff;
      position: relative;
      background: #FFFFFF;
      box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
      display: block;
      font-weight: 700;
      font-size: 1.6rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      cursor: pointer;
      line-height: 4.8rem;
      color: #686868;
      white-space: nowrap;
      overflow: hidden;
      text-align: center;
      text-overflow: ellipsis; }
    .radio_boxes_wrap label input[type='checkbox'] {
      display: none; }
      .radio_boxes_wrap label input[type='checkbox']:checked + span.wrap {
        background: #5460FF;
        color: #fff; }
    .radio_boxes_wrap label input[type='radio'] {
      display: none; }
      .radio_boxes_wrap label input[type='radio']:checked + span.wrap {
        background: #5460FF;
        color: #fff; }

@font-face {
  font-family: 'fontello';
  src: url("/font/fontello.eot?9352464");
  src: url("/font/fontello.eot?9352464#iefix") format("embedded-opentype"), url("/font/fontello.woff2?9352464") format("woff2"), url("/font/fontello.woff?9352464") format("woff"), url("/font/fontello.ttf?9352464") format("truetype"), url("/font/fontello.svg?9352464#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?9352464#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-check:before {
  content: '\e800'; }

/* '' */
.icon-cancel:before {
  content: '\e801'; }

/* '' */
.icon-down:before {
  content: '\e802'; }

/* '' */
.icon-left:before {
  content: '\e803'; }

/* '' */
.icon-right:before {
  content: '\e804'; }

/* '' */
.icon-up:before {
  content: '\e805'; }

/* '' */
.icon-camera:before {
  content: '\e806'; }

/* '' */
.icon-report:before {
  content: '\e807'; }

/* '' */
.icon-trash:before {
  content: '\e808'; }

/* '' */
.icon-info:before {
  content: '\e809'; }

/* '' */
.icon-info-circled:before {
  content: '\e80a'; }

/* '' */
.icon-calendar:before {
  content: '\e80b'; }

/* '' */
.icon-pencil:before {
  content: '\e80c'; }

/* '' */
.icon-ccw:before {
  content: '\e80d'; }

/* '' */
.icon-c:before {
  content: '\e80e'; }

/* '' */
.icon-r:before {
  content: '\e80f'; }

/* '' */
.icon-user:before {
  content: '\e810'; }

/* '' */
.icon-chart-bar:before {
  content: '\e811'; }

/* '' */
.icon-pass:before {
  content: '\e812'; }

/* '' */
.icon-cancel-1:before {
  content: '\e813'; }

/* '' */
.icon-star:before {
  content: '\e814'; }

/* '' */
.icon-star-empty:before {
  content: '\e815'; }

/* '' */
.icon-star-half-alt:before {
  content: '\e816'; }

/* '' */
.icon-star-half:before {
  content: '\f123'; }

/* '' */
.icon-dollar:before {
  content: '\f155'; }

/* '' */
.icon-cake:before {
  content: '\f1fd'; }

/* '' */
/**/
body {
  background: #F5F5F5 !important;
  margin: 10px auto 0 !important;
  display: block;
  padding-bottom: 75px;
  padding-left: 18rem; }

html {
  background: #F5F5F5; }

* {
  font-family: "Roboto"; }

a {
  text-decoration: none; }

@media (min-width: 768px) and (max-width: 850px) {
  body {
    padding-left: 14rem; } }

@media (max-width: 767px) {
  body {
    padding-left: 0; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto";
  margin-bottom: 0.45em;
  margin-top: 0;
  font-weight: 300;
  letter-spacing: 0.01em;
  color: #4d5455;
  line-height: 1.1; }
  h1.sub, h2.sub, h3.sub, h4.sub, h5.sub, h6.sub {
    font-weight: 400;
    color: #4d5455; }
  h1.heavy, h2.heavy, h3.heavy, h4.heavy, h5.heavy, h6.heavy {
    font-weight: 500; }
  h1.tight, h2.tight, h3.tight, h4.tight, h5.tight, h6.tight {
    line-height: 1.2; }

h1, .h1 {
  font-size: 4.209rem; }

h2, .h2 {
  font-size: 3.159rem; }

h3, .h3 {
  font-size: 2.370rem; }

h4, .h4, .fancy-form input[type='text'], .fancy-form input[type='text'] + label {
  font-size: 1.777rem; }

h5, .h5 {
  font-size: 1.333rem; }

h6, .h6, label.checkbox-wrap {
  font-size: 1.200rem; }

p {
  font-size: 1.4rem; }

.scratch {
  text-decoration: line-through;
  opacity: 0.7; }

.modal-bg {
  background: rgba(11, 11, 11, 0.475);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  overflow: scroll; }
  .modal-bg .modal-include {
    width: 100%;
    height: 100%;
    -webkit-transition: all 250ms ease-in-out 0ms;
    -moz-transition: all 250ms ease-in-out 0ms;
    -o-transition: all 250ms ease-in-out 0ms;
    -ms-transition: all 250ms ease-in-out 0ms;
    transition: all 250ms ease-in-out 0ms; }
  .modal-bg.standard.ng-hide-remove {
    -webkit-animation: revealModal 300ms 1;
    -moz-animation: revealModal 300ms 1;
    -o-animation: revealModal 300ms 1;
    animation: revealModal 300ms 1; }
  .modal-bg.standard.ng-hide-add {
    -webkit-animation: hideModal 300ms 1;
    -moz-animation: hideModal 300ms 1;
    -o-animation: hideModal 300ms 1;
    animation: hideModal 300ms 1; }
  .modal-bg.standard .modal-include {
    padding-top: 0;
    opacity: 1; }
    .modal-bg.standard .modal-include.ng-enter {
      opacity: 0;
      padding-top: 3rem; }
      .modal-bg.standard .modal-include.ng-enter.ng-enter-active {
        opacity: 1;
        padding-top: 0; }
    .modal-bg.standard .modal-include.ng-leave {
      opacity: 1;
      padding-top: 0; }
      .modal-bg.standard .modal-include.ng-leave.ng-leave-active {
        opacity: 0;
        padding-top: 3rem; }
  .modal-bg.right.ng-hide-remove {
    -webkit-animation: revealModal 300ms 1;
    -moz-animation: revealModal 300ms 1;
    -o-animation: revealModal 300ms 1;
    animation: revealModal 300ms 1; }
  .modal-bg.right.ng-hide-add {
    -webkit-animation: hideModal 300ms 1;
    -moz-animation: hideModal 300ms 1;
    -o-animation: hideModal 300ms 1;
    animation: hideModal 300ms 1; }
  .modal-bg.right .modal-include .modal {
    right: 0;
    -webkit-transition: right 400ms ease 300ms;
    -moz-transition: right 400ms ease 300ms;
    -o-transition: right 400ms ease 300ms;
    -ms-transition: right 400ms ease 300ms;
    transition: right 400ms ease 300ms; }
  .modal-bg.right .modal-include.ng-enter .modal {
    right: -40rem; }
  .modal-bg.right .modal-include.ng-enter.ng-enter-active .modal {
    right: 0; }
  .modal-bg.right .modal-include.ng-leave .modal {
    right: 0;
    transition-delay: 400ms; }
  .modal-bg.right .modal-include.ng-leave.ng-leave-active .modal {
    right: -40rem; }
  .modal-bg .modal {
    background: #fff;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.275);
    -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.275);
    padding: 35px 25px 40px;
    margin: 0 auto 55px;
    height: auto;
    opacity: 0; }
    .modal-bg .modal hr {
      margin-top: 13px; }
  .modal-bg.standard .modal {
    -webkit-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
    left: 0;
    position: relative;
    right: 0;
    top: 15%;
    width: 100%;
    max-width: 42rem;
    z-index: 5;
    opacity: 1; }
    .modal-bg.standard .modal.medium {
      max-width: 56rem; }
    .modal-bg.standard .modal.large {
      max-width: 72rem; }
  .modal-bg.right {
    background: none;
    overflow: hidden; }
    .modal-bg.right .modal {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: auto;
      overflow-y: scroll;
      width: 38rem;
      margin-bottom: 0;
      opacity: 1; }
      .modal-bg.right .modal footer {
        position: fixed;
        bottom: 0;
        margin-bottom: 0;
        width: 100%;
        z-index: 999; }

.error-modal {
  position: fixed;
  top: 1rem;
  width: 50rem;
  left: 50%;
  margin-left: -25rem;
  text-align: center;
  background: #FB3B68;
  color: #fff;
  padding: 0.5rem 1.75rem;
  border-radius: 1.8rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.075); }

body {
  -webkit-transition: padding 400ms ease 300ms;
  -moz-transition: padding 400ms ease 300ms;
  -o-transition: padding 400ms ease 300ms;
  -ms-transition: padding 400ms ease 300ms;
  transition: padding 400ms ease 300ms; }

body.side-modal-add header {
  top: 0; }

body.side-modal-add .form-footer {
  bottom: 0; }

body.side-modal {
  padding-right: 38rem;
  overflow-y: hidden; }
  body.side-modal header {
    top: -6rem; }
  body.side-modal .form-footer {
    bottom: -7rem; }
  body.side-modal .form-toolbar {
    display: none; }

body.side-modal-active header, body.side-modal-active .form-footer {
  display: none; }

body.side-modal-remove header, body.side-modal-remove .form-footer {
  transition-delay: 400ms; }

@media (max-width: 767px) {
  .modal-bg {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    .modal-bg .modal {
      margin-bottom: 7.5rem; }
    .modal-bg.right .modal {
      margin-bottom: 0; }
  .modal-footer {
    text-align: center; }
    .modal-footer .button,
    .modal-footer button,
    .modal-footer input[type="submit"],
    .modal-footer input[type="reset"],
    .modal-footer input[type="button"] {
      float: none;
      clear: both;
      display: block;
      margin: 0.75rem auto; } }

@media (max-width: 1023px) {
  .modal-bg.right {
    background: rgba(11, 11, 11, 0.25); }
  body.side-modal {
    padding-right: 0; } }

@-webkit-keyframes revealModal {
  0% {
    opacity: 0; }
  45% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-moz-keyframes revealModal {
  0% {
    opacity: 0; }
  45% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-ms-keyframes revealModal {
  0% {
    opacity: 0; }
  45% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-o-keyframes revealModal {
  0% {
    opacity: 0; }
  45% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes revealModal {
  0% {
    opacity: 0; }
  45% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes hideModal {
  0% {
    opacity: 1; }
  66% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes hideModal {
  0% {
    opacity: 1; }
  66% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-ms-keyframes hideModal {
  0% {
    opacity: 1; }
  66% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes hideModal {
  0% {
    opacity: 1; }
  66% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes hideModal {
  0% {
    opacity: 1; }
  66% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 2rem 3rem;
  color: white;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #5460FF;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0;
  -webkit-transition: background-color 300ms ease-in-out 0ms;
  -moz-transition: background-color 300ms ease-in-out 0ms;
  -o-transition: background-color 300ms ease-in-out 0ms;
  -ms-transition: background-color 300ms ease-in-out 0ms;
  transition: background-color 300ms ease-in-out 0ms; }
  .button:focus,
  button:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus,
  input[type="button"]:focus {
    color: #333;
    border-color: #888888;
    outline: 0; }
  .button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover {
    background-color: #3b48ff; }
  .button:disabled,
  button:disabled,
  input[type="submit"]:disabled,
  input[type="reset"]:disabled,
  input[type="button"]:disabled {
    opacity: 0.5;
    cursor: default; }
  .button.selected,
  button.selected,
  input[type="submit"].selected,
  input[type="reset"].selected,
  input[type="button"].selected {
    background-color: #0F0B5F !important; }
  .button.tall,
  button.tall,
  input[type="submit"].tall,
  input[type="reset"].tall,
  input[type="button"].tall {
    line-height: 4.5rem;
    height: 4.5rem; }
  .button.wide,
  button.wide,
  input[type="submit"].wide,
  input[type="reset"].wide,
  input[type="button"].wide {
    width: 100%; }
  .button.narrow,
  button.narrow,
  input[type="submit"].narrow,
  input[type="reset"].narrow,
  input[type="button"].narrow {
    width: auto; }
  .button.centered,
  button.centered,
  input[type="submit"].centered,
  input[type="reset"].centered,
  input[type="button"].centered {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .button.right,
  button.right,
  input[type="submit"].right,
  input[type="reset"].right,
  input[type="button"].right {
    width: auto;
    float: right; }
  .button.secondary,
  button.secondary,
  input[type="submit"].secondary,
  input[type="reset"].secondary,
  input[type="button"].secondary {
    background-color: #F5F5F5;
    color: #333333; }
  .button.smaller,
  button.smaller,
  input[type="submit"].smaller,
  input[type="reset"].smaller,
  input[type="button"].smaller {
    line-height: 4rem;
    text-transform: none;
    padding: 0.5rem 1.5rem;
    font-weight: 400; }
  .button.role-selector,
  button.role-selector,
  input[type="submit"].role-selector,
  input[type="reset"].role-selector,
  input[type="button"].role-selector {
    line-height: 3.5rem;
    text-transform: none;
    padding: 0.25rem 1.5rem;
    font-weight: 400;
    background-color: white;
    border: 2px solid #0F0B5F;
    width: 100%;
    color: #0F0B5F; }
    .button.role-selector.selected,
    button.role-selector.selected,
    input[type="submit"].role-selector.selected,
    input[type="reset"].role-selector.selected,
    input[type="button"].role-selector.selected {
      background-color: #5460FF;
      color: white;
      position: relative; }
      .button.role-selector.selected:after,
      button.role-selector.selected:after,
      input[type="submit"].role-selector.selected:after,
      input[type="reset"].role-selector.selected:after,
      input[type="button"].role-selector.selected:after {
        content: '\2713';
        position: absolute;
        right: 1rem; }
  .button.linky,
  button.linky,
  input[type="submit"].linky,
  input[type="reset"].linky,
  input[type="button"].linky {
    background: none;
    color: #0F0B5F;
    font-weight: 500;
    padding: 1rem 1.5rem;
    text-transform: none;
    font-size: 1.6rem; }
  .button.tertiary,
  button.tertiary,
  input[type="submit"].tertiary,
  input[type="reset"].tertiary,
  input[type="button"].tertiary {
    background-color: transparent;
    color: #333333;
    padding: 0 1rem;
    font-size: 14px; }
    .button.tertiary:hover,
    button.tertiary:hover,
    input[type="submit"].tertiary:hover,
    input[type="reset"].tertiary:hover,
    input[type="button"].tertiary:hover {
      background-color: #bdc3c7; }
  .button.white,
  button.white,
  input[type="submit"].white,
  input[type="reset"].white,
  input[type="button"].white {
    background-color: white;
    color: #0F0B5F; }
  .button.outline,
  button.outline,
  input[type="submit"].outline,
  input[type="reset"].outline,
  input[type="button"].outline {
    background-color: white;
    color: #5460FF;
    border: 2px solid #5460FF; }
    .button.outline:hover,
    button.outline:hover,
    input[type="submit"].outline:hover,
    input[type="reset"].outline:hover,
    input[type="button"].outline:hover {
      color: #0F0B5F;
      border-color: #0F0B5F; }
  .button.processing,
  button.processing,
  input[type="submit"].processing,
  input[type="reset"].processing,
  input[type="button"].processing {
    color: transparent;
    background-image: url(img/test-loading.svg);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 50% 50%; }
  .button.confirmed,
  button.confirmed,
  input[type="submit"].confirmed,
  input[type="reset"].confirmed,
  input[type="button"].confirmed {
    color: transparent;
    background-image: url(img/check-icon.svg);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 50% 50%; }

datepicker a, [datepicker] a, .datepicker a {
  color: inherit;
  text-decoration: none; }

datepicker a:hover, [datepicker] a:hover, .datepicker a:hover {
  text-decoration: none; }

datepicker select, datepicker select:focus, datepicker select:hover,
.datepicker select, .datepicker select:focus, .datepicker select:hover,
[datepicker] select, [datepicker] select:focus, [datepicker] select:hover {
  width: 100%;
  overflow: hidden;
  background: none;
  color: #fff;
  background-color: #138EFA;
  border-radius: 2px;
  border: 0;
  margin-top: 5px; }

datepicker, .datepicker, [datepicker],
._720kb-datepicker-calendar-header,
._720kb-datepicker-calendar-body,
._720kb-datepicker-calendar-days-header,
._720kb-datepicker-calendar-years-pagination-pages {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 13.5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  float: left;
  clear: right;
  position: relative; }

._720kb-datepicker-calendar {
  background: white;
  color: #333;
  position: absolute;
  z-index: 999;
  min-width: 220px;
  margin: 0 auto;
  width: 101%;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  visibility: hidden;
  overflow: hidden;
  margin-left: -0.5%;
  padding: 0 0 2% 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

._720kb-datepicker-calendar._720kb-datepicker-open, ._720kb-datepicker-calendar._720kb-datepicker-forced-to-open {
  visibility: visible; }

._720kb-datepicker-calendar-header {
  text-align: center;
  font-size: 15px;
  line-height: 40px; }

._720kb-datepicker-calendar-header:nth-child(odd) {
  background: #138EFA; }

._720kb-datepicker-calendar-header:nth-child(even) {
  background: #7BC6FC; }

._720kb-datepicker-calendar-header-left,
._720kb-datepicker-calendar-header-middle,
._720kb-datepicker-calendar-header-right {
  width: 15%;
  float: left; }

._720kb-datepicker-calendar-header-middle {
  width: 70%; }

._720kb-datepicker-calendar-header-closed-pagination::after {
  content: " \25BE"; }

._720kb-datepicker-calendar-header-opened-pagination::after {
  content: " \25BE";
  margin-left: 4px;
  position: relative;
  bottom: -3px;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

._720kb-datepicker-calendar-body {
  width: 96%;
  margin: 2%;
  text-align: center; }

._720kb-datepicker-calendar-day {
  cursor: pointer;
  font-size: 12.5px;
  width: 12.2%;
  margin: 5px 1%;
  padding: 1.5% 0;
  float: left;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

._720kb-datepicker-calendar-day:hover,
._720kb-datepicker-calendar-day._720kb-datepicker-active {
  background: rgba(0, 0, 0, 0.03); }

._720kb-datepicker-calendar-header a, ._720kb-datepicker-calendar-header a:hover {
  text-decoration: none;
  padding: 3% 9% 4% 9%;
  font-size: 13.5px;
  color: rgba(0, 0, 0, 0.55);
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

._720kb-datepicker-calendar-header a:hover {
  color: rgba(0, 0, 0, 0.9);
  background: rgba(255, 255, 255, 0.45); }

._720kb-datepicker-calendar-month {
  color: #fff; }

._720kb-datepicker-calendar-month span {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4); }

._720kb-datepicker-calendar-month a span i {
  font-style: normal;
  font-size: 15px; }

._720kb-datepicker-calendar-month a, ._720kb-datepicker-calendar-month a:hover {
  padding: 3px;
  margin-left: 1%; }

._720kb-datepicker-calendar-years-pagination {
  padding: 2% 0 0 0;
  float: left;
  clear: right;
  width: 100%; }

._720kb-datepicker-calendar-years-pagination a, ._720kb-datepicker-calendar-years-pagination a:hover {
  font-size: 12px;
  padding: 0 7px;
  font-weight: normal;
  margin: 3px 1% 0 1%;
  line-height: 20px;
  display: inline-block; }

._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
  background: rgba(255, 255, 255, 0.45); }

._720kb-datepicker-calendar-years-pagination-pages a, ._720kb-datepicker-calendar-years-pagination-pages a:hover {
  padding: 5px 10px; }

._720kb-datepicker-calendar-days-header {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2% 0 2%;
  background: rgba(19, 142, 250, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.02); }

._720kb-datepicker-calendar-days-header div {
  width: 14.18%;
  font-weight: 500;
  font-size: 11.5px;
  padding: 10px 0;
  float: left;
  text-align: center;
  color: rgba(0, 0, 0, 0.7); }

._720kb-datepicker-calendar-days ._720kb-datepicker-default-button {
  font-size: 18.5px;
  position: relative;
  bottom: -0.5px; }

._720kb-datepicker-default-button {
  padding: 0 4.5px; }

._720kb-datepicker-calendar-header-middle._720kb-datepicker-mobile-item {
  width: 95%;
  float: none;
  margin: 0 auto; }

._720kb-datepicker-item-hidden {
  visibility: hidden; }

._720kb-datepicker-calendar-day._720kb-datepicker-disabled,
._720kb-datepicker-calendar-day._720kb-datepicker-disabled:hover,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-disabled,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-disabled:hover,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active._720kb-datepicker-disabled,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active._720kb-datepicker-disabled:hover {
  color: rgba(0, 0, 0, 0.2);
  background: rgba(25, 2, 0, 0.02);
  cursor: default; }

._720kb-datepicker-today {
  outline: 1px solid #5460FF; }

._720kb-datepicker-active {
  background: #5460FF !important;
  color: white; }

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.7 - 2017-04-15T14:28:36.790Z
 * License: MIT
 */
/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold; }

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.ui-select-choices-row:hover {
  background-color: #f5f5f5; }

/* Select2 theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950; }

.select2-result-single {
  padding-left: 0; }

.select2-locked > .select2-search-choice-close {
  display: none; }

.select-locked > .ui-select-match-close {
  display: none; }

body > .select2-container.open {
  z-index: 9999;
  /* The z-index Select2 applies to the select2-drop */ }

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px;
  /* FIXME hardcoded value :-/ */
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px;
  /* FIXME hardcoded value :-/ */ }

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px;
  /* FIXME hardcoded value :-/ */ }

.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb; }

.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* Selectize theme */
/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
  border-color: #007FBB !important; }

/* Fix input width for Selectize theme */
.selectize-control.single > .selectize-input > input {
  width: 100%; }

/* Fix line break when there's at least one item selected with the Selectize theme */
.selectize-control.multi > .selectize-input > input {
  margin: 0 !important; }

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%; }

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950; }

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px;
  /* FIXME hardcoded value :-/ */ }

.ui-select-container[theme="selectize"] input.ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 0; }

/* Bootstrap theme */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.ui-select-bootstrap .ui-select-toggle {
  position: relative; }

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px; }

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static; }

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.ui-select-bootstrap .ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0; }

.ui-select-bootstrap > .ui-select-match > .btn {
  /* Instead of center because of .btn */
  text-align: left !important; }

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px; }

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px; }

body > .ui-select-bootstrap.open {
  z-index: 1000;
  /* Standard Bootstrap dropdown z-index */ }

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px; }

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px; }

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75; }

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0; }

.ui-select-multiple .ui-select-match-item {
  position: relative; }

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none; }

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca; }

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca; }

.ui-select-bootstrap .ui-select-choices-row > span {
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.ui-select-bootstrap .ui-select-choices-row > span:hover, .ui-select-bootstrap .ui-select-choices-row > span:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.ui-select-bootstrap .ui-select-choices-row.active > span {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.ui-select-bootstrap .ui-select-choices-row.disabled > span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important; }

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #D44950; }

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25); }

.ui-select-bootstrap .ui-select-match-text {
  width: 100%;
  padding-right: 1em; }

.ui-select-bootstrap .ui-select-match-text span {
  display: inline-block;
  width: 100%;
  overflow: hidden; }

.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px; }

/* Spinner */
.ui-select-refreshing.glyphicon {
  position: absolute;
  right: 0;
  padding: 8px 27px; }

@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.ui-select-spin {
  -webkit-animation: ui-select-spin 2s infinite linear;
  animation: ui-select-spin 2s infinite linear; }

.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s; }

form .select2-container .select2-drop {
  margin-top: -4rem; }

form .select2-container .select2-choice {
  min-height: 4.5rem;
  background: none;
  padding: 0.75rem 1.6rem;
  font-size: 1.5rem; }
  form .select2-container .select2-choice .select2-arrow {
    background: none;
    background-image: none;
    border-left: none; }
    form .select2-container .select2-choice .select2-arrow b {
      background-position: 0 9px; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.bg-white {
  background-color: #fff; }

.right {
  float: right; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.rounded {
  border-radius: 100%; }

.text-upper {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.block {
  display: block; }

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

.inline {
  display: inline; }

.text-yellow {
  color: #FECB2F; }

.text-blue {
  color: #5460FF; }

.text-green {
  color: #6AD198; }

.text-drk-blue {
  color: #0F0B5F; }

.show-for-mobile {
  display: none; }

@media (max-width: 767px) {
  .show-for-mobile {
    display: block; }
  .hide-for-mobile {
    display: none; }
  .sm-text-left {
    text-align: left; }
  .sm-text-center {
    text-align: center; }
  .sm-text-right {
    text-align: right; } }

.error-badge {
  background-color: #FB3B68;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  font-size: 1.333rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  line-height: 2rem; }

.card {
  background: #fff;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.075);
  padding: 1.5rem;
  cursor: pointer;
  position: relative;
  display: block; }
  .card.error {
    border-left: 5px solid #d22950; }

a.card,
a.card:any-link {
  color: #686868; }

header {
  height: 100%;
  width: 18rem;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  display: block;
  background: #5460FF;
  margin-left: -18rem;
  position: fixed;
  overflow-y: auto; }
  header img.logo {
    height: auto;
    width: 12rem;
    margin: 1rem auto;
    display: block; }
  header img.logo-small {
    display: none; }
  header nav {
    margin-top: 4rem;
    padding-bottom: 6rem; }
    header nav h5 {
      color: #fff;
      font-weight: 700;
      margin-top: 3rem;
      text-transform: uppercase; }
    header nav a {
      color: #fff;
      display: block;
      margin-left: 2rem;
      line-height: 2;
      font-size: 1.25rem;
      letter-spacing: 0.5px; }
      header nav a:before {
        content: '- '; }
    header nav .nav-badge {
      background-color: #FB3B68;
      border-radius: 1rem;
      padding: 0.25rem 1rem;
      color: #fff;
      font-weight: 700;
      margin-left: 2rem; }
  header .mobile-nav {
    display: none; }
  header span.logout {
    background: #fff;
    color: #5460FF;
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 2px;
    font-weight: 700;
    margin-top: 0.75rem;
    position: fixed;
    bottom: 1rem;
    width: 15rem;
    text-align: center; }

@media (min-width: 768px) and (max-width: 850px) {
  header {
    width: 14rem; } }

@media (max-width: 767px) {
  header {
    position: static;
    z-index: 5; }
    header img.logo {
      display: none; }
    header nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 0;
      background: #686868;
      width: auto;
      padding: 0 2rem;
      z-index: 20;
      overflow: hidden; }
      header nav a {
        float: none;
        clear: both;
        display: block;
        font-size: 1.4rem;
        line-height: 1.75;
        text-align: left; }
      header nav span.logout {
        background: none;
        color: #fff;
        display: block;
        font-size: 2rem;
        line-height: 3;
        margin: 0 2rem 0 0;
        font-weight: 400;
        padding: 0;
        text-align: right; }
    header .nav-background {
      display: none;
      height: 0; }
    header .mobile-nav {
      color: #fff;
      position: fixed;
      top: auto;
      bottom: 0;
      background-color: #5460FF;
      height: 5rem;
      width: 100%;
      padding-right: 3rem;
      padding-top: 1.25rem;
      text-align: right;
      right: 0;
      z-index: 25;
      display: block;
      font-weight: 700; }
      header .mobile-nav img.logo-small {
        float: left;
        display: inline-block;
        height: 2.5rem;
        margin: 0rem 1.5rem 0 1.5rem; }
      header .mobile-nav a i {
        float: left;
        color: white;
        font-size: 2.25rem;
        line-height: 1.1;
        margin-right: 1.5rem; }
    header .icon-right {
      display: none; }
    header .icon-left {
      display: inline-block; }
    header.active nav {
      height: auto;
      top: 0%;
      margin-top: 0;
      bottom: 0;
      overflow-y: auto;
      padding: 2rem;
      left: 35%; }
    header.active .nav-background {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto;
      z-index: 9;
      background-color: rgba(0, 0, 0, 0.25); }
    header.active .icon-right {
      display: inline-block; }
    header.active .icon-left {
      display: none; } }

/*header {
	height: 50px;
	width: 100%;
	position: absolute;
	top: 0;
	margin: 0 auto;
	display: block;
	background: $blue;

	img.logo {
		height: 30px;
		margin-top: 10px;
		width: auto;
		float: left;
		display: inline-block;
	}
	img.logo-small { display: none; }


	nav.right {

		a {
			color: #fff;
			margin-right: 2rem;
		}

		span.logout {
			background: #fff;
			color: $blue;
			display: inline-block;
			padding: 0.5rem 1rem;
			border-radius: 2px;
			font-weight: 700;
			margin-top: 0.75rem;
		}
	}

	.mobile-nav {
		display: none;
	}
}

@media (min-width: 768px) and (max-width:850px) {
	header {

		img.logo { display: none; }
		img.logo-small {
			height: 30px;
			margin-top: 10px;
			width: auto;
			float: left;
			display: inline-block;
		}

		nav.right {

			a {
				font-size: 1.4rem;
				margin-right: 1.5rem;
			}
		}

	}
}


@media (max-width: 767px) {


	header {
		position: fixed;
		z-index: 5;

		nav.right {
			position: fixed;
			top: 5rem;
			left: 0;
			height: 0;
			background: $blue;
			width: 100%;
			padding: 0 2rem;
			z-index: 10;
			overflow: hidden;


			a {
				float: none;
				clear: both;
				display: block;
				font-size: 1.7rem;
				line-height: 3;
				text-align: right;
			}

			span.logout {
				background: none;
				color: #fff;
				display: block;
				font-size: 2rem;
				line-height: 3;
				margin: 0 2rem 0 0;
				font-weight: 400;
				padding: 0;
				text-align: right;
			}
		}

		.mobile-nav {
			color: #fff;
			position: absolute;
			top: 0;
			height: 5rem;
			width: 14rem;
			padding-right: 3rem;
			padding-top: 1.25rem;
			text-align: right;
			right: 0;
			z-index: 15;
			display: block;
			font-weight: 700;
		}

		.icon-up { display: none; }
		.icon-down { display: inline-block; }

		&.active {
			nav.right {
				height: auto;
				bottom: 0;
				overflow-y: auto;
				padding: 2rem;
			}

			.icon-up { display: inline-block; }
			.icon-down { display: none; }
		}
	}

}
*/
.dashboard-page {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto; }
  .dashboard-page .left-column {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    padding-top: 100px; }
  .dashboard-page .right-column {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: white;
    border-left: 1px solid #F5F5F5; }
  .dashboard-page .due-date.days.ago {
    background-color: #FB3B68;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    color: white;
    float: right; }
  .dashboard-page .due-date.Today.ago {
    background-color: #5460FF;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    color: white;
    float: right; }
  .dashboard-page h5.due-date {
    float: left !important; }
  .dashboard-page table tr td, .dashboard-page table th td {
    padding: 2px 12px;
    text-align: right; }
    .dashboard-page table tr td span, .dashboard-page table th td span {
      font-size: 1rem;
      font-weight: 700; }

.home-page .employee-wrap {
  background: #fff;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.075);
  padding: 3rem 1.5rem 2rem;
  cursor: pointer;
  position: relative; }
  .home-page .employee-wrap h3 {
    line-height: 0; }
  .home-page .employee-wrap .clock {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    width: 4.3rem;
    height: 4.3rem; }

.history-wrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%; }
  .history-wrapper a {
    color: #fff;
    margin-top: 100px;
    display: inline-block;
    font-family: "Roboto";
    text-decoration: none;
    letter-spacing: 1px; }
  .history-wrapper .timer {
    width: 0px;
    height: 25px;
    background-color: white;
    transition: width 1.75s linear 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    .history-wrapper .timer.confirmed {
      width: 100%; }
  .history-wrapper .centered {
    display: table-cell;
    vertical-align: middle;
    z-index: 5;
    position: relative; }
  .history-wrapper button.secondary {
    width: 200px; }
  .history-wrapper table.u-full-width {
    max-width: 70rem;
    margin: 75px auto; }
    .history-wrapper table.u-full-width td {
      font-family: "Roboto";
      font-size: 1.6rem; }
      .history-wrapper table.u-full-width td .date {
        font-size: 1.1rem;
        line-height: 1; }
  .history-wrapper .tertiary {
    position: absolute;
    left: 15px;
    top: 15px; }
  .history-wrapper h1, .history-wrapper h3, .history-wrapper h4 {
    color: #fff; }

.page-trainee .conclusion-wrap {
  font-size: 2rem;
  text-align: right;
  position: relative;
  top: 0;
  right: 1.5rem; }
  .page-trainee .conclusion-wrap .icon-pass {
    color: #27ae60; }
  .page-trainee .conclusion-wrap .icon-fail {
    color: #FB3B68; }

.training-dashboard .due-date {
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  margin-top: -0.2rem; }
  .training-dashboard .due-date.ago {
    color: white; }
    .training-dashboard .due-date.ago.Today {
      background-color: #5460FF; }
    .training-dashboard .due-date.ago.days {
      background-color: #FB3B68; }

.page.client {
  max-width: 105rem; }
  .page.client .visit-wrap {
    background-color: #fff;
    margin-bottom: 2rem;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.075); }
    .page.client .visit-wrap img {
      width: 100%;
      border: 1px solid #686868; }
    .page.client .visit-wrap i.icon-report {
      font-size: 2.6rem;
      line-height: 1.2rem; }
      .page.client .visit-wrap i.icon-report.pass {
        color: #27ae60; }
      .page.client .visit-wrap i.icon-report.fail {
        color: #FB3B68; }
    .page.client .visit-wrap .visit-header {
      cursor: pointer; }
    .page.client .visit-wrap .visit-header, .page.client .visit-wrap .visit-body {
      padding: 1.5rem; }
    .page.client .visit-wrap i.icon-cancel {
      font-size: 3.1rem;
      float: right;
      margin-top: -3rem;
      margin-right: -1rem;
      cursor: pointer; }
    .page.client .visit-wrap i.icon-star, .page.client .visit-wrap i.icon-star-empty {
      color: #FECB2F; }
      .page.client .visit-wrap i.icon-star:before, .page.client .visit-wrap i.icon-star-empty:before {
        margin-right: 0; }
    .page.client .visit-wrap i.icon-star-empty {
      color: #bdc3c7; }
    .page.client .visit-wrap h6 {
      line-height: 2.6;
      margin-bottom: 0; }
  .page.client .average-rating span {
    font-size: 2rem;
    margin-right: 1rem; }
  .page.client .average-rating .icon-star, .page.client .average-rating .icon-star-empty, .page.client .average-rating .icon-star-half {
    font-size: 2rem;
    color: #d4a000; }
  .page.client h2 i {
    background: grey;
    border-radius: 100%;
    font-size: 80%;
    padding: 1rem;
    color: #fff; }
    .page.client h2 i:before {
      margin-left: 0.1em; }
    .page.client h2 i.icon-r {
      background: green; }
    .page.client h2 i.icon-c {
      background: blue; }
  .page.client .visit-body .supervisor-report i {
    font-size: 3rem;
    line-height: 0;
    display: block;
    margin-top: -1rem;
    margin-right: -1rem; }
    .page.client .visit-body .supervisor-report i.icon-check {
      color: #27ae60; }
    .page.client .visit-body .supervisor-report i.icon-cancel {
      color: #FB3B68; }
  .page.client a.client-link {
    display: block;
    color: #0F0B5F;
    padding: 0.5rem 1rem;
    border: 1px solid #F5F5F5;
    background-color: #fff; }
    .page.client a.client-link:hover {
      background-color: #4d5455;
      color: #fff; }
      .page.client a.client-link:hover span.right {
        color: #333333; }
      .page.client a.client-link:hover .rating-stars * {
        color: #fff !important; }
    .page.client a.client-link i.icon-r {
      color: green;
      margin-right: 1rem; }
    .page.client a.client-link i.icon-c {
      color: blue;
      margin-right: 1rem; }
    .page.client a.client-link .rating-stars {
      text-align: center; }
      .page.client a.client-link .rating-stars i.icon-star, .page.client a.client-link .rating-stars i.icon-star-half {
        color: #d4a000; }
      .page.client a.client-link .rating-stars i.icon-star-empty {
        color: #bdc3c7; }
      .page.client a.client-link .rating-stars span.label {
        font-size: 1.15rem;
        color: #717c7d; }
    .page.client a.client-link span.right {
      font-size: 1.2rem;
      display: inline-block;
      background-color: #F5F5F5;
      padding: 0.25rem 0.75rem;
      border-radius: 0.5rem;
      font-weight: 500; }
      .page.client a.client-link span.right.heatmap-a {
        background-color: rgba(60, 255, 4, 0.5); }
      .page.client a.client-link span.right.heatmap-b {
        background-color: rgba(143, 255, 7, 0.5); }
      .page.client a.client-link span.right.heatmap-c {
        background-color: rgba(247, 255, 7, 0.5); }
      .page.client a.client-link span.right.heatmap-d {
        background-color: rgba(255, 214, 7, 0.5); }
      .page.client a.client-link span.right.heatmap-e {
        background-color: rgba(255, 65, 2, 0.5); }
      .page.client a.client-link span.right.heatmap-f {
        background-color: rgba(255, 0, 2, 0.5); }
  .page.client .client-ratio {
    font-size: 2rem;
    display: inline-block;
    background-color: #F5F5F5;
    padding: 0.25rem 0.75rem;
    border-radius: 0.5rem;
    font-weight: 500; }
    .page.client .client-ratio.heatmap-a {
      background-color: rgba(60, 255, 4, 0.5); }
    .page.client .client-ratio.heatmap-b {
      background-color: rgba(143, 255, 7, 0.5); }
    .page.client .client-ratio.heatmap-c {
      background-color: rgba(247, 255, 7, 0.5); }
    .page.client .client-ratio.heatmap-d {
      background-color: rgba(255, 214, 7, 0.5); }
    .page.client .client-ratio.heatmap-e {
      background-color: rgba(255, 65, 2, 0.5); }
    .page.client .client-ratio.heatmap-f {
      background-color: rgba(255, 0, 2, 0.5); }
  .page.client .add-client-wrap {
    position: relative;
    width: 100%;
    min-height: 4.6rem; }
    .page.client .add-client-wrap:after {
      display: block;
      content: '';
      clear: both; }
    .page.client .add-client-wrap input {
      position: absolute;
      left: 0;
      width: calc(100% - 15rem); }
    .page.client .add-client-wrap button {
      position: absolute;
      right: 0;
      width: 15rem;
      padding: 0.75rem;
      font-size: 1.6rem;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.page.new-visit input[type='number'] {
  padding: 1.2rem 0.8rem 1.2rem 1.6rem; }

.page.new-visit .employee-checkboxes img {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: -0.75rem;
  margin-right: 0.75rem; }

.page.new-visit .supervisor_reports {
  background: #F5F5F5;
  padding: 2rem 1.5rem;
  height: 12rem;
  overflow-y: auto; }
  .page.new-visit .supervisor_reports .supervisor_report {
    display: block;
    color: #0F0B5F;
    padding: 0.5rem 1rem;
    border: 1px solid #F5F5F5;
    background-color: #fff;
    margin-bottom: 0.5rem; }
    .page.new-visit .supervisor_reports .supervisor_report i {
      opacity: 0;
      color: white; }
    .page.new-visit .supervisor_reports .supervisor_report.selected {
      background-color: #5460FF;
      color: white; }
      .page.new-visit .supervisor_reports .supervisor_report.selected i {
        opacity: 1; }

.page.login img {
  width: 20rem;
  margin: 2rem auto;
  display: block; }

.page.login .button {
  margin-top: 3rem; }

.employees-dashboard {
  max-width: 1024px;
  margin: 0 auto; }
  .employees-dashboard .employee-link {
    display: block;
    color: #0F0B5F;
    padding: 1.5rem 2rem;
    border: 1px solid #F5F5F5;
    background-color: #fff;
    line-height: 4rem;
    font-size: 2rem; }
    .employees-dashboard .employee-link img {
      float: left;
      border-radius: 100%;
      margin-right: 1.5rem;
      width: 4rem;
      height: 4rem; }
    .employees-dashboard .employee-link i.icon-trash {
      display: none;
      cursor: pointer; }
    .employees-dashboard .employee-link:hover i.icon-trash {
      display: inline-block; }
    .employees-dashboard .employee-link .training-status {
      float: right;
      width: 10rem;
      line-height: 2.5;
      text-align: center;
      color: #fff;
      border-radius: 1rem;
      margin-top: 0.75rem; }
      .employees-dashboard .employee-link .training-status.bathrooms {
        background-color: #FB3B68; }
      .employees-dashboard .employee-link .training-status.kitchens {
        background-color: #FECB2F; }
      .employees-dashboard .employee-link .training-status.dusting {
        background-color: #6AD198; }
  .employees-dashboard .search-bar {
    background: #F5F5F5;
    width: 100%; }
  .employees-dashboard .employees-wrap {
    position: relative;
    width: 100%; }
  .employees-dashboard .employee {
    border-bottom: 1px solid #F5F5F5;
    height: 7rem; }
    .employees-dashboard .employee:after {
      display: table;
      content: '';
      clear: both; }
    .employees-dashboard .employee img {
      width: 5rem;
      height: 5rem;
      margin: 1rem 2rem;
      border-radius: 100%;
      float: left; }
    .employees-dashboard .employee h3 {
      float: left;
      line-height: 7rem;
      margin: 0; }

.employee table {
  text-align: right; }
  .employee table td, .employee table th {
    text-align: right; }
  .employee table .percentages {
    color: #4d5455;
    font-size: 1.3rem; }
  .employee table .text-left {
    text-align: left; }

.employee img.profile {
  float: left;
  border-radius: 100%;
  margin-right: 1.5rem;
  margin-top: 0.125rem;
  width: 5rem;
  height: 5rem; }

.employee img.clock {
  height: 2.5rem;
  float: left;
  margin-right: 1.5rem;
  margin-top: 0.225rem; }

.employee .attendance-wrap {
  display: block;
  margin-bottom: 2px;
  padding: 0.25rem 0;
  background-color: white;
  position: relative; }
  .employee .attendance-wrap:after {
    content: '';
    display: table;
    clear: both; }
  .employee .attendance-wrap.P select {
    background-color: #6AD198;
    color: white; }
  .employee .attendance-wrap.T select {
    background-color: #FECB2F;
    color: white; }
  .employee .attendance-wrap.PH select, .employee .attendance-wrap.UH select {
    background-color: #ed773b;
    color: white; }
  .employee .attendance-wrap.UA select {
    background-color: #FB3B68;
    color: white; }
  .employee .attendance-wrap.PA select {
    color: #43c57d;
    font-weight: 700; }
  .employee .attendance-wrap .date {
    line-height: 3.75rem; }
  .employee .attendance-wrap.Mon {
    margin-bottom: 1.5rem; }
  .employee .attendance-wrap.Fri {
    margin-top: 1.5rem; }
  .employee .attendance-wrap select {
    line-height: 1.25rem;
    min-height: 3rem;
    max-width: 20rem;
    float: right;
    margin-right: -1rem; }
  .employee .attendance-wrap .saving-attendance, .employee .attendance-wrap .attendance-saved {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .employee .attendance-wrap .saving-attendance {
    background-color: #fff;
    background-image: url(img/test-loading.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 50% 50%; }
  .employee .attendance-wrap .attendance-saved {
    background-color: #5460FF;
    color: white;
    text-align: center;
    font-size: 2rem;
    line-height: 4.2rem; }

.employee .timecard-view tr.edit {
  background-color: white; }

.attendance-dashboard .sticky-header {
  position: fixed;
  bottom: -2px;
  width: 100%;
  left: 0;
  background-color: #0F0B5F;
  padding-top: 2rem; }
  .attendance-dashboard .sticky-header i {
    color: white;
    font-size: 3rem;
    float: left;
    cursor: pointer; }
  .attendance-dashboard .sticky-header datepicker {
    width: auto; }
    .attendance-dashboard .sticky-header datepicker ._720kb-datepicker-calendar {
      bottom: 5rem;
      min-width: 30rem; }
    .attendance-dashboard .sticky-header datepicker label {
      line-height: 1.5; }
    .attendance-dashboard .sticky-header datepicker .calendar-input {
      display: none; }
  .attendance-dashboard .sticky-header h3 {
    float: left;
    color: white;
    line-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem; }

.attendance-dashboard .employee-row {
  display: block;
  background-color: #fff;
  line-height: 5rem;
  font-size: 1.75rem;
  border: 1px solid #F5F5F5;
  padding: 0.5rem 2rem;
  margin-bottom: 0.25rem; }
  .attendance-dashboard .employee-row img {
    float: left;
    border-radius: 100%;
    margin-right: 1.5rem; }
  .attendance-dashboard .employee-row .attendance-buttons {
    border: 1px solid #4d5455;
    border-radius: 1rem;
    margin-top: 0.5rem; }
    .attendance-dashboard .employee-row .attendance-buttons:after {
      content: '';
      display: table;
      clear: both; }
    .attendance-dashboard .employee-row .attendance-buttons .attendance-button {
      width: 16.66%;
      float: left;
      border-right: 1px solid #4d5455;
      font-size: 1rem;
      height: 4rem;
      text-align: center;
      line-height: 4rem;
      font-weight: 700;
      cursor: pointer; }
      .attendance-dashboard .employee-row .attendance-buttons .attendance-button.selected.status-p {
        background-color: #6AD198;
        color: white;
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem; }
      .attendance-dashboard .employee-row .attendance-buttons .attendance-button.selected.status-t {
        background-color: #FECB2F; }
      .attendance-dashboard .employee-row .attendance-buttons .attendance-button.selected.status-cl, .attendance-dashboard .employee-row .attendance-buttons .attendance-button.selected.status-le {
        background-color: #ed773b;
        color: white; }
      .attendance-dashboard .employee-row .attendance-buttons .attendance-button.selected.status-v {
        color: #43c57d;
        font-weight: bold; }
      .attendance-dashboard .employee-row .attendance-buttons .attendance-button.selected.status-a {
        background-color: #FB3B68;
        color: white; }
      .attendance-dashboard .employee-row .attendance-buttons .attendance-button.selected.status-ua {
        background-color: #FB3B68;
        color: white;
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem; }
      .attendance-dashboard .employee-row .attendance-buttons .attendance-button:last-of-type {
        border-right: none; }

@media (max-width: 767px) {
  .attendance-dashboard .sticky-header {
    bottom: 5rem;
    padding-top: 1rem; }
    .attendance-dashboard .sticky-header i {
      font-size: 1.75rem; }
    .attendance-dashboard .sticky-header h3 {
      font-size: 1.5rem;
      line-height: 3rem; }
    .attendance-dashboard .sticky-header button {
      line-height: 1.25;
      font-size: 2rem;
      margin-right: 1.5rem;
      margin-bottom: 1rem; }
  .attendance-dashboard .employee-row {
    padding-left: 1rem;
    padding-right: 1rem; }
    .attendance-dashboard .employee-row .attendance-buttons .attendance-button {
      line-height: 1.2;
      padding-top: 0.75rem; } }

.drive-time-dashboard {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto; }
  .drive-time-dashboard input[type='checkbox'] {
    margin-top: 1.5rem; }
  .drive-time-dashboard input[disabled] {
    opacity: 0.25; }
  .drive-time-dashboard img.loader {
    width: 5rem;
    margin: 10rem auto;
    display: block; }
  .drive-time-dashboard .sticky-header {
    position: fixed;
    bottom: -2px;
    width: 100%;
    left: 0;
    background-color: #0F0B5F;
    padding-top: 2rem; }
    .drive-time-dashboard .sticky-header i {
      color: white;
      font-size: 3rem;
      float: left;
      cursor: pointer; }
    .drive-time-dashboard .sticky-header datepicker {
      width: auto; }
      .drive-time-dashboard .sticky-header datepicker ._720kb-datepicker-calendar {
        bottom: 5rem;
        min-width: 30rem; }
      .drive-time-dashboard .sticky-header datepicker label {
        line-height: 1.5; }
      .drive-time-dashboard .sticky-header datepicker .calendar-input {
        display: none; }
    .drive-time-dashboard .sticky-header h3 {
      float: left;
      color: white;
      line-height: 4.5rem;
      padding-left: 1rem;
      padding-right: 1rem; }
    .drive-time-dashboard .sticky-header .error-modal {
      position: absolute;
      background-color: #FB3B68;
      bottom: 110%;
      top: auto; }

.page.supervisor-report a.client-link {
  display: block;
  color: #0F0B5F;
  padding: 0.5rem 1rem;
  border: 1px solid #F5F5F5;
  background-color: #fff; }
  .page.supervisor-report a.client-link:hover {
    background-color: #4d5455;
    color: #fff; }
    .page.supervisor-report a.client-link:hover span.right {
      color: #333333; }
  .page.supervisor-report a.client-link span.right {
    font-size: 1.2rem;
    display: inline-block;
    background-color: #F5F5F5;
    padding: 0.25rem 0.75rem;
    border-radius: 0.5rem;
    font-weight: 500; }
    .page.supervisor-report a.client-link span.right.heatmap-a {
      background-color: rgba(60, 255, 4, 0.5); }
    .page.supervisor-report a.client-link span.right.heatmap-b {
      background-color: rgba(143, 255, 7, 0.5); }
    .page.supervisor-report a.client-link span.right.heatmap-c {
      background-color: rgba(247, 255, 7, 0.5); }
    .page.supervisor-report a.client-link span.right.heatmap-d {
      background-color: rgba(255, 214, 7, 0.5); }
    .page.supervisor-report a.client-link span.right.heatmap-e {
      background-color: rgba(255, 65, 2, 0.5); }
    .page.supervisor-report a.client-link span.right.heatmap-f {
      background-color: rgba(255, 0, 2, 0.5); }

.page.metrics {
  /*max-width: 105rem;*/ }
  .page.metrics i.icon-calendar {
    font-size: 3rem;
    float: right;
    cursor: pointer; }
  .page.metrics datepicker {
    width: auto;
    float: right; }
    .page.metrics datepicker ._720kb-datepicker-calendar {
      /*bottom: 5rem;*/
      min-width: 30rem;
      right: 0;
      top: 4.5rem; }
    .page.metrics datepicker label {
      line-height: 1.5; }
    .page.metrics datepicker .calendar-input {
      display: none; }
  .page.metrics h4.date {
    float: right;
    line-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .page.metrics table {
    width: 100%; }
    .page.metrics table tr th, .page.metrics table tr td {
      padding: 2px 5px;
      text-align: right; }
      .page.metrics table tr th.left, .page.metrics table tr td.left {
        text-align: left; }
      .page.metrics table tr th span, .page.metrics table tr td span {
        font-size: 0.75rem;
        color: #4d5455; }
  .page.metrics a.client-link {
    display: block;
    color: #0F0B5F;
    padding: 0.5rem 0;
    border: 1px solid #F5F5F5;
    background-color: #fff; }
    .page.metrics a.client-link:hover {
      background-color: #4d5455;
      color: #fff; }
      .page.metrics a.client-link:hover span {
        color: #fff; }
      .page.metrics a.client-link:hover i.icon-r, .page.metrics a.client-link:hover i.icon-c {
        color: #fff; }
    .page.metrics a.client-link i.icon-r {
      color: green;
      margin-right: 1rem; }
    .page.metrics a.client-link i.icon-c {
      color: blue;
      margin-right: 1rem; }
    .page.metrics a.client-link span {
      font-size: 1.2rem;
      display: inline-block;
      padding: 0.25rem 0;
      border-radius: 0.5rem;
      font-weight: 500; }
  .page.metrics img.loader {
    margin: 8rem auto;
    width: 6rem; }

.page.payweeks .bar-chart {
  width: 100%;
  height: 3.5rem;
  border: 1px solid #4d5455;
  position: relative;
  margin-top: 2rem;
  background: white; }
  .page.payweeks .bar-chart .col-max, .page.payweeks .bar-chart .col-min, .page.payweeks .bar-chart .col-current-max, .page.payweeks .bar-chart .col-current-min, .page.payweeks .bar-chart .hours-max {
    position: absolute;
    height: 4.5rem;
    top: -0.6rem;
    width: 2px;
    z-index: 10; }
    .page.payweeks .bar-chart .col-max label, .page.payweeks .bar-chart .col-min label, .page.payweeks .bar-chart .col-current-max label, .page.payweeks .bar-chart .col-current-min label, .page.payweeks .bar-chart .hours-max label {
      position: absolute;
      bottom: 100%;
      width: 8rem;
      left: 0rem;
      margin-left: -4rem;
      text-align: center; }
  .page.payweeks .bar-chart .col-current-target {
    position: absolute;
    height: 1rem;
    top: -1rem;
    background-color: #FB3B68; }
  .page.payweeks .bar-chart .col-current-max {
    background-color: #FB3B68; }
  .page.payweeks .bar-chart .col-current-min {
    background-color: #27ae60; }
  .page.payweeks .bar-chart .col-max {
    left: 89.25%;
    background-color: #FB3B68; }
  .page.payweeks .bar-chart .hours-max {
    background-color: #FB3B68; }
  .page.payweeks .bar-chart .col-min {
    left: 80.5%;
    background-color: #27ae60; }
  .page.payweeks .bar-chart .col-fill {
    position: absolute;
    left: 0;
    background-color: #dddddd;
    height: 3.3rem;
    top: 0; }
    .page.payweeks .bar-chart .col-fill span {
      line-height: 3.3rem;
      margin-left: 1rem;
      position: absolute;
      z-index: 6;
      min-width: 9rem; }
      .page.payweeks .bar-chart .col-fill span label {
        display: inline;
        opacity: 0.75;
        font-weight: 400; }
  .page.payweeks .bar-chart .open-col-fill {
    position: absolute;
    background-color: #E9EBEC;
    height: 3.3rem;
    top: 0;
    overflow: hidden;
    z-index: 5; }
    .page.payweeks .bar-chart .open-col-fill:before {
      content: '';
      width: 0;
      height: 0;
      border-top: 3.3rem solid #dddddd;
      border-right: 8px solid transparent;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 50; }
    .page.payweeks .bar-chart .open-col-fill:after {
      content: '';
      width: 0;
      height: 0;
      border-bottom: 3.3rem solid white;
      border-left: 8px solid transparent;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 50; }
    .page.payweeks .bar-chart .open-col-fill .animation-1 {
      width: 1px;
      height: 3.3rem;
      background-color: #5460FF;
      position: relative;
      opacity: 0.75;
      -webkit-animation: loading-bar 2s infinite; }
      .page.payweeks .bar-chart .open-col-fill .animation-1:before {
        content: '';
        width: 0;
        height: 0;
        border-bottom: 3.3rem solid #5460FF;
        border-left: 8px solid transparent;
        position: absolute;
        right: 100%; }
      .page.payweeks .bar-chart .open-col-fill .animation-1:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 3.3rem solid #5460FF;
        border-right: 8px solid transparent;
        position: absolute;
        left: 100%; }

.page.payweeks .payweek-user h4, .page.payweeks .payweek-user h5 {
  line-height: 6.75rem; }

@keyframes loading-bar {
  0% {
    left: -2rem;
    width: 0;
    right: calc(100% + 2rem); }
  50% {
    left: 0;
    width: 100%;
    right: 0; }
  95%, 100% {
    left: calc(100% + 2rem);
    width: 0;
    right: -2rem; } }

.page.pending-visits .card .time-wrap.columns {
  width: 37%; }

.page.pending-visits .card .team-wrap.columns {
  width: 15%; }

.page.pending-visits .card .file-wrap.columns {
  width: 21%; }

.page.pending-visits .card .price-wrap.columns {
  width: 10%; }

.page.pending-visits .card .action-wrap.columns {
  width: 17%; }

.teams-dashboard {
  margin-left: auto;
  margin-right: auto; }
  .teams-dashboard input[type='checkbox'] {
    margin-top: 1.5rem; }
  .teams-dashboard input[disabled] {
    opacity: 0.25; }
  .teams-dashboard img.loader {
    width: 5rem;
    margin: 10rem auto;
    display: block; }
  .teams-dashboard .sticky-header {
    position: fixed;
    bottom: -2px;
    width: 100%;
    left: 0;
    background-color: #0F0B5F;
    padding-top: 2rem; }
    .teams-dashboard .sticky-header i {
      color: white;
      font-size: 3rem;
      float: left;
      cursor: pointer; }
    .teams-dashboard .sticky-header datepicker {
      width: auto; }
      .teams-dashboard .sticky-header datepicker ._720kb-datepicker-calendar {
        bottom: 5rem;
        min-width: 30rem; }
      .teams-dashboard .sticky-header datepicker label {
        line-height: 1.5; }
      .teams-dashboard .sticky-header datepicker .calendar-input {
        display: none; }
    .teams-dashboard .sticky-header h3 {
      float: left;
      color: white;
      line-height: 4.5rem;
      padding-left: 1rem;
      padding-right: 1rem; }
    .teams-dashboard .sticky-header .error-modal {
      position: absolute;
      background-color: #FB3B68;
      bottom: 110%;
      top: auto; }
  .teams-dashboard .bullpen .employee, .teams-dashboard .team-users-wrap .employee {
    padding: 1rem 1.5rem;
    background-color: white;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.075);
    cursor: pointer;
    margin-right: 1rem;
    width: calc(50% - 1rem);
    float: left; }
  .teams-dashboard .team-users-wrap {
    background-color: #E9EBEC;
    padding: 1rem; }
    .teams-dashboard .team-users-wrap:after {
      content: '';
      display: table;
      clear: both; }
    .teams-dashboard .team-users-wrap .employee {
      float: left;
      margin-right: 1.5rem;
      width: calc(25% - 1.5rem); }
  .teams-dashboard .drop-zone {
    border: 2px dashed #4d5455;
    text-align: center;
    padding: 1rem; }

.page.feedback i.icon-report {
  font-size: 2.5rem; }

.page.feedback i.icon-star, .page.feedback i.icon-star-half {
  color: #d4a000; }

.page.feedback i.icon-star-empty {
  color: #bdc3c7; }

.page.feedback .client-average-rating span {
  font-weight: 600; }

.page.feedback .visit-rating i {
  font-size: 2rem; }
