@font-face {
  font-family: 'aller';
  src: url('../fonts/aller.eot');
  src: url('../fonts/aller.eot?#iefix') format('embedded-opentype'), url('../fonts/aller.woff') format('woff'), url('../fonts/aller.ttf') format('truetype'), url('../fonts/aller.svg#allerregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'allerbold';
  src: url('../fonts/aller_bold.eot');
  src: url('../fonts/aller_bold.eot?#iefix') format('embedded-opentype'), url('../fonts/aller_bold.woff') format('woff'), url('../fonts/aller_bold.ttf') format('truetype'), url('../fonts/aller_bold.svg#allerbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FF 4-18 */
/* FF 19+ */
/* Activate page */
/* User search page */
/* PIN code page */
/* Shifts page */
body {
  background: #f7f8fa;
  min-width: 320px;
}
.gradient-gray {
  background: #d9d9db;
  background: -moz-linear-gradient(top, #d9d9db 0%, #e8e8ea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9d9db), color-stop(100%, #e8e8ea));
  background: -webkit-linear-gradient(top, #d9d9db 0%, #e8e8ea 100%);
  background: -o-linear-gradient(top, #d9d9db 0%, #e8e8ea 100%);
  background: -ms-linear-gradient(top, #d9d9db 0%, #e8e8ea 100%);
  background: linear-gradient(to bottom, #d9d9db 0%, #e8e8ea 100%);
}
.gradient-light-gray {
  background: #eaeaea;
  background: -moz-linear-gradient(top, #eaeaea 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #eaeaea 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #eaeaea 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #eaeaea 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #eaeaea 0%, #ffffff 100%);
}
#loader {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000 url('../img/loader.gif') no-repeat center center;
  background: rgba(0, 0, 0, 0.85) url('../img/loader.gif') no-repeat center center;
}
.clear {
  clear: both;
}
.header-wrap {
  background: #0060AE;
  border-bottom: 1px solid #075391;
}
.header {
  max-width: 620px;
  height: 38px;
  padding: 5px 10px 0;
  margin: 0 auto;
}
.header a.logo {
  position: relative;
  left: 250px;
}
.header a.button {
  display: block;
  float: right;
  background: #5a70a1;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 7px 15px;
  margin: 2px 0 0 5px;
  border: 1px solid #2b3829;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.clock {
  background: #3baee4 url('../img/clock_bg.png') repeat;
  line-height: 1;
  font-family: 'allerbold', sans-serif;
  text-align: center;
  color: #fff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
  border-top: 1px solid #23566f;
  padding: 10px 0 50px;
  overflow: hidden;
}
.title {
  height: 33px;
  padding-top: 7px;
  background: #fff;
  border-bottom: 1px solid #cdced0;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.title p {
  font-family: 'allerbold', sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #0060AE;
  max-width: 620px;
  padding: 0 10px;
  margin: 0 auto;
}
.error {
  font-family: 'allerbold', sans-serif;
  font-size: 20px;
  line-height: 1;
  color: red;
  margin: 0 0 25px;
}
.content {
  max-width: 620px;
  padding: 30px 10px 50px;
  margin: 0 auto;
}
.input {
  font-size: 18px;
  line-height: 1.33;
  font-family: 'aller', sans-serif;
  color: #555;
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  border: 1px solid #c7cacc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  margin-bottom: 20px;
  -moz-box-shadow: 0 0 5px 0 #c7cacc;
  -webkit-box-shadow: 0 0 5px 0 #c7cacc;
  box-shadow: 0 0 5px 0 #c7cacc;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.input:disabled {
  background: #f5f5f5;
}
.input:focus {
  outline: 0;
  border-color: #98bfd9;
  -moz-box-shadow: 0 0 5px 0 #98bfd9;
  -webkit-box-shadow: 0 0 5px 0 #98bfd9;
  box-shadow: 0 0 5px 0 #98bfd9;
}
.input::-moz-focus-inner {
  border: 0;
}
.input::-webkit-input-placeholder {
  color: #999;
}
.input:-moz-placeholder {
  color: #999;
}
.input::-moz-placeholder {
  color: #999;
}
.input:-ms-input-placeholder {
  color: #999;
}
label.radio {
  padding: 0 10px;
  display: block;
  line-height: 45px;
  font-family: 'aller', sans-serif;
  margin-bottom: 20px;
  color: #747474;
  font-size: 18px;
  border: 1px solid #c7cacc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
label.radio input[type="radio"] {
  margin-right: 8px;
}
.button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
  margin: 0;
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.button::-moz-focus-inner {
  border: 0;
}
.activate_submit {
  background: #0060AE;
  color: #fff;
  width: 100%;
  border: 0;
}
.deactivate_submit {
  background: #0060AE;
  color: #fff;
  width: 48%;
  border: 0;
  float: left;
}
.deactivate_cancel {
  background: #0060AE;
  color: #fff;
  width: 48%;
  float: left;
  margin-left: 4%;
}
.user_search_input {
  background: #fff url('../img/search_ico.png') no-repeat 99% center;
  margin-bottom: 500px;
}
.ui-front {
  z-index: 100;
}
.ui-helper-hidden-accessible {
  display: none;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 0;
  cursor: default;
  border: 1px solid #c7cacc;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  font-size: 18px;
  line-height: 1;
  font-family: 'aller', sans-serif;
  color: #747474;
  background: #fff;
}
.ui-autocomplete .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
}
.ui-autocomplete .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 12px 20px 10px;
}
.ui-autocomplete .ui-menu-item .ui-state-focus {
  color: #232323;
  background: #f6f6f6;
}
.pin {
  max-width: 345px;
  margin: 0 auto;
}
.pin .digits-wrap {
  width: 18%;
  height: 58px;
  border: 1px solid #c4c4c4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 2px 4px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 2px 4px -2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 4px -2px rgba(0, 0, 0, 0.2);
  float: left;
  margin-left: 5%;
  overflow: hidden;
}
.pin .digits-wrap input {
  font-size: 100px;
  font-family: Arial;
  text-align: center;
  color: #969696;
  width: 100%;
  padding: 0;
  border: 0;
  margin-top: -27px;
  box-sizing: border-box;
  background: transparent;
}
.pin .keyboard {
  background: #dbdcde;
  border: 1px solid #c4c4c4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 2px 4px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 2px 4px -2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 4px -2px rgba(0, 0, 0, 0.2);
  padding: 10px 0 0 0;
  margin-top: 20px;
}
.pin .keyboard a {
  display: block;
  float: left;
  width: 27.5%;
  height: 50px;
  margin: 0 0 10px 4%;
  padding-top: 8px;
  border: 1px solid #f4f4f4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: 'allerbold', sans-serif;
  font-size: 30px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 0 -1px 0 #8a8a8a;
  text-align: center;
  text-decoration: none;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.pin .keyboard .backspace {
  text-indent: -9999px;
  background: #eaeaea url('../img/backspace.png');
  background: url('../img/backspace.png'), -moz-linear-gradient(top, #eaeaea 0%, #ffffff 100%);
  background: url('../img/backspace.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #ffffff));
  background: url('../img/backspace.png'), -webkit-linear-gradient(top, #eaeaea 0%, #ffffff 100%);
  background: url('../img/backspace.png'), -o-linear-gradient(top, #eaeaea 0%, #ffffff 100%);
  background: url('../img/backspace.png'), -ms-linear-gradient(top, #eaeaea 0%, #ffffff 100%);
  background: url('../img/backspace.png'), linear-gradient(to bottom, #eaeaea 0%, #ffffff 100%);
  background-repeat: no-repeat;
  background-position: center center;
}
.shift .info {
  color: #697080;
  font-family: sans-serif;
  font-weight: bold;
  padding: 15px;
  border: 1px solid #b7c0cc;
  border-bottom: 0;
}
.shift .info .date {
  font-size: 18px;
}
.shift .info .location {
  padding-top: 15px;
  font-size: 13px;
}
.shift .r_breaks {
  font-size: 14px;
  margin-top: 10px;
}
.shift .actions {
  padding: 20px 20px;
  background: #39404a;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shift .actions a {
  color: #6e7275;
  background: #dde2e6;
  width: 30%;
  flex-grow: 1;
  margin: 0 5px;
  font-size: 16px;
}
.shift .actions a .ico {
  background: url('../img/actions.png');
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: bottom;
}
@media (max-width: 600px) {
  .shift .actions a {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 540px) {
  .shift .actions a.finish {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 430px) {
  .shift .actions a {
    width: 100%;
    margin-top: 10px;
  }
}
.shift .actions a.break .ico {
  background-position: -20px 0;
}
.shift .actions a.finish {
  background: #3f90e9;
  color: #fff;
}
.rostered_shifts .shift {
  cursor: pointer;
}
.rostered_shifts .shift .info {
  border: 1px solid #b7c0cc;
  border-top: 0;
}
.rostered_shifts .shift .info .ico {
  display: block;
  width: 12px;
  height: 12px;
  background: url('../img/arrows.png');
  background-position: 0 -12px;
  float: right;
  vertical-align: middle;
  margin-right: 15px;
  margin-right: 0;
  margin-top: 15px;
  background-position: -24px -12px;
}
.rostered_shifts .shift:last-child .info {
  border-bottom: 0;
}
.rostered_shifts .reload {
  padding: 15px 0;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #697080;
  border: 1px solid #b7c0cc;
  border-top: 0;
  padding-left: 15px;
  background: #3a4049;
  color: #fff;
  border: 0;
  cursor: pointer;
}
.rostered_shifts .reload .ico {
  display: block;
  width: 12px;
  height: 12px;
  background: url('../img/arrows.png');
  background-position: 0 -12px;
  float: right;
  vertical-align: middle;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  background: url('../img/actions.png');
  background-position: -40px 0;
}
.another_shifts ul {
  overflow: hidden;
}
.another_shifts ul.animate {
  transition: height .5s;
  -webkit-transition: height .5s;
}
.another_shifts .sites li {
  padding: 15px 0;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #697080;
  border: 1px solid #b7c0cc;
  border-top: 0;
  cursor: pointer;
}
.another_shifts .sites li .ico {
  display: block;
  width: 12px;
  height: 12px;
  background: url('../img/arrows.png');
  background-position: 0 -12px;
  float: right;
  vertical-align: middle;
  margin-right: 15px;
}
.another_shifts .sites li.site {
  padding-left: 25px;
  background: #e4e5ea;
}
.another_shifts .sites li.area {
  padding-left: 35px;
  background: #f0f1f4;
}
.another_shifts .sites li.role {
  padding-left: 45px;
  background: #fff;
}
.another_shifts .sites li.role .ico {
  background-position: -24px -12px;
}
.another_shifts .sites li.open .ico {
  background-position: -12px -12px;
}
.another_shifts .start_another {
  padding: 15px 0;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #697080;
  border: 1px solid #b7c0cc;
  border-top: 0;
  padding-left: 15px;
  background: #3f90e9;
  color: #fff;
  border: 0;
  cursor: pointer;
}
.another_shifts .start_another .ico {
  display: block;
  width: 12px;
  height: 12px;
  background: url('../img/arrows.png');
  background-position: 0 -12px;
  float: right;
  vertical-align: middle;
  margin-right: 15px;
  background-position: 0 0;
}
.another_shifts .start_another.open .ico {
  background-position: -12px 0;
}
.message {
  color: #3AADE3;
  font-family: 'allerbold', sans-serif;
  font-size: 20px;
  margin: 35px auto;
  text-align: center;
}
@media (max-width: 640px) {
  .header a.logo {
    left: 170px;
  }
}
@media (max-width: 480px) {
  .header a.logo {
    left: 70px;
  }
  .shift .info .date {
    font-size: 15px;
  }
  .shift .info .location {
    padding-top: 10px;
    font-size: 11px;
  }
  .shift .actions a {
    font-size: 16px;
  }
  .rostered_shifts .reload {
    font-size: 13px;
  }
  .rostered_shifts .shift .info .ico {
    margin-top: 13px;
  }
  .another_shifts .sites li {
    font-size: 13px;
  }
  .another_shifts .start_another {
    font-size: 13px;
  }
}
/*# sourceMappingURL=style.css.map */