@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url(_normalize.css);
@import url(_helper.css);
* {
  box-sizing: border-box;
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-font-smoothing: antialiased; }

html {
  font-size: 10px; }

a {
  color: inherit;
  text-decoration: none; }

body {
  background: white;
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif; }
  body.login-page {
    background: #2A2A2A; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px; }
  @media (max-width: 320px) {
    .container {
      padding-left: 14px;
      padding-right: 14px; } }
  .container.login {
    max-width: 360px; }

.col-6 {
  width: 50%;
  float: left; }

.col-3 {
  width: 33.33%;
  float: left; }

.row {
  clear: both;
  margin-bottom: 14px; }
  .row:last-of-type {
    margin-bottom: 0; }

a {
  color: #1A1A1A; }

span.alert {
  background-color: #e42441;
  margin-bottom: 15px;
  padding: 8px 15px 10px 15px;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.4em;
  display: block;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.login-form {
  padding-top: 100px; }
  .login-form form.login {
    margin-top: 30px; }
  .login-form .form-group {
    background-color: #343434;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px; }
    .login-form .form-group:last-of-type {
      margin-bottom: 0; }
  .login-form label {
    background-size: 24px 24px;
    margin: 12px;
    height: 24px;
    width: 24px;
    display: block;
    float: left; }
    .login-form label.username {
      background-image: url("../img/icon-username@2x.png"); }
    .login-form label.password {
      background-image: url("../img/icon-password@2x.png"); }
  .login-form input[type='text'], .login-form input[type='password'] {
    font-family: "Montserrat", sans-serif;
    background-color: transparent;
    border: none;
    border-left: 1px solid #414141;
    margin: 0;
    padding: 15px;
    float: left;
    font-size: 1em;
    color: #fff;
    width: 272px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    @media (max-width: 320px) {
      .login-form input[type='text'], .login-form input[type='password'] {
        width: 230px; } }
  .login-form input[type=submit] {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    padding: 16px;
    background-color: #FFDE00;
    color: #1A1A1A;
    font-family: "Montserrat", sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 1em;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none; }

::-webkit-input-placeholder {
  color: #7A7A7A; }

.header {
  background: #1A1A1A;
  height: 48px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101; }
  .header .logo {
    background: url("../img/silverserver-logo@2x.png") top left no-repeat;
    background-size: 100px 15px;
    margin-top: 18px;
    margin-left: 12px;
    margin-right: 10px;
    width: 100px;
    height: 15px;
    float: left;
    display: block; }
    @media (max-width: 320px) {
      .header .logo {
        width: 75px; } }
  .header .logout {
    background-image: url("../img/icon-logout@2x.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    width: 30px;
    height: 30px;
    background-color: #D94C37;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: block; }
  .header .steps-container {
    float: right;
    width: 175px;
    margin-right: 8px;
    height: 100%;
    padding-top: 10px; }
  .header .step1, .header .step2 {
    float: left;
    display: block;
    position: relative;
    font-size: 0.9em;
    padding-left: 39px;
    padding-top: 12px;
    width: 84px;
    height: 38px;
    color: #8b8b8b;
    cursor: default; }
    .header .step1:before, .header .step2:before {
      position: absolute;
      top: 10px;
      left: 12px;
      box-sizing: border-box;
      padding-left: 7px;
      padding-top: 3px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      border-radius: 50px;
      width: 20px;
      height: 20px;
      background-color: #3f3f3f;
      color: #8b8b8b;
      font-size: 0.9em; }
    .header .step1.active, .header .step2.active {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      background: #fff;
      color: #1A1A1A; }
      .header .step1.active:before, .header .step2.active:before {
        background-color: #EBEBEB;
        color: #1A1A1A; }
  .header .step1:before {
    content: '1';
    padding-left: 8px; }
  .header .step2 {
    margin-left: 4px; }
    .header .step2:before {
      content: '2'; }

a.back-button {
  display: block;
  position: relative;
  padding-left: 24px;
  font-size: 1.2em;
  color: #4a4a4a;
  font-weight: 300;
  margin-bottom: 0; }
  a.back-button:before {
    content: '';
    position: absolute;
    display: block;
    margin-top: 2px;
    top: 0;
    left: 0;
    background: url("../img/icon-back@2x.png") top left no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px; }

.step-content {
  height: 100%;
  width: 100%;
  color: #1A1A1A;
  margin-top: 48px;
  padding: 15px 0 106px 0;
  min-height: 380px;
  overflow-y: scroll; }
  .step-content a.scan-button {
    display: block;
    width: 100%;
    height: 112px;
    background-color: #FFDE00;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 1.4em;
    position: relative; }
    @media (max-width: 320px) {
      .step-content a.scan-button {
        font-size: 1.3em; } }
    .step-content a.scan-button span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 220px;
      padding-left: 60px; }
      @media (max-width: 320px) {
        .step-content a.scan-button span {
          width: 200px; } }
      .step-content a.scan-button span:before {
        background: url("../img/icon-qr@2x.png") top left no-repeat;
        content: '';
        background-size: 46px 58px;
        width: 46px;
        height: 58px;
        position: absolute;
        left: 0;
        top: 0; }
  .step-content a.scan-button.active {
    background-color: #2A2A2A;
    color: #fff; }
    .step-content a.scan-button.active span:before {
      background-image: url("../img/icon-qr-rescan@2x.png");
      top: -15px; }
  .step-content .main-form {
    padding-top: 15px; }
    .step-content .main-form label {
      color: #7A7A7A;
      display: block;
      margin-bottom: 6px; }
      @media (max-width: 320px) {
        .step-content .main-form label {
          font-size: 0.85em; } }
    .step-content .main-form input[type='text'], .step-content .main-form input[type='number'] {
      background-color: #f2f2f2;
      height: 32px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      width: 100%;
      padding: 8px 9px;
      font-family: "Montserrat", sans-serif;
      color: #7A7A7A;
      font-size: 1.1em;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none;
      -webkit-text-fill-color: #7A7A7A;
      opacity: 1; }
      .step-content .main-form input[type='text']:focus, .step-content .main-form input[type='number']:focus {
        border: 1px solid #c3c3c3; }
      @media (max-width: 320px) {
        .step-content .main-form input[type='text'], .step-content .main-form input[type='number'] {
          font-size: 0.95em; } }
    .step-content .main-form .form-group {
      color: #7A7A7A;
      font-size: 0.9em; }
    .step-content .main-form select {
      position: relative;
      font-family: "Montserrat", sans-serif;
      padding: 8px 9px;
      margin: 0;
      color: #7A7A7A;
      background: #EBEBEB;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none;
      width: 100%;
      height: 32px; }
    .step-content .main-form .select-wrapper {
      position: relative;
      width: 100%;
      height: 32px; }
      .step-content .main-form .select-wrapper:after {
        content: '';
        position: absolute;
        top: 13px;
        right: 12px;
        width: 0px;
        height: 0px;
        border-top: 6px solid black;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid transparent; }
    .step-content .main-form select:focus {
      outline: none; }
    .step-content .main-form .checkbox label {
      position: relative;
      cursor: pointer; }
    .step-content .main-form .checkbox input[type='checkbox'] {
      position: relative;
      margin-right: 16px;
      margin-top: 2px; }
      @media (max-width: 320px) {
        .step-content .main-form .checkbox input[type='checkbox'] {
          margin-top: 3px; } }
      .step-content .main-form .checkbox input[type='checkbox']:before {
        transition: transform 0.3s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        transform: rotate(-45deg) scale(0, 0);
        content: "";
        position: absolute;
        left: 4px;
        top: 3px;
        z-index: 1;
        width: 14px;
        height: 5px;
        border: 4px solid #4a4a4a;
        border-top-style: none;
        border-right-style: none; }
        @media (max-width: 320px) {
          .step-content .main-form .checkbox input[type='checkbox']:before {
            top: 4px; } }
      .step-content .main-form .checkbox input[type='checkbox']:after {
        content: '';
        position: absolute;
        top: -8px;
        left: -1px;
        width: 26px;
        height: 26px;
        margin-top: 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        background-color: #EBEBEB;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer; }
        @media (max-width: 320px) {
          .step-content .main-form .checkbox input[type='checkbox']:after {
            top: -7px; } }
      .step-content .main-form .checkbox input[type='checkbox']:checked:before {
        transform: rotate(-45deg) scale(1, 1); }
  .step-content .footer {
    background: #2A2A2A;
    margin-top: 20px;
    height: 87px;
    padding-top: 17px;
    padding-bottom: 18px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 88; }
    @media (max-width: 320px) {
      .step-content .footer {
        height: 67px;
        padding-top: 12px;
        padding-bottom: 12px; } }
    .step-content .footer .next-button {
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-size: 1em;
      width: 100%;
      height: 54px;
      background-color: #4a4a4a;
      color: #7a7a7a;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      font-weight: bold;
      text-align: center;
      padding-top: 17px;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none; }
      .step-content .footer .next-button.active {
        background-color: #FFDE00;
        color: #2A2A2A;
        cursor: pointer; }
      @media (max-width: 320px) {
        .step-content .footer .next-button {
          height: 42px;
          padding-top: 12px; } }
    .step-content .footer input.next-button {
      padding-top: 0; }

hr {
  border: 0;
  border-top: 1px solid #eaeaea;
  width: 100%; }

.clear {
  clear: both; }

.overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 103;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.modal {
  display: none;
  position: absolute;
  width: 90%;
  max-width: 320px;
  min-height: 200px;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  z-index: 104;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #7A7A7A;
  padding: 12px; }
  .modal.review h2 {
    font-size: 1em;
    font-weight: normal;
    padding: 8px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    background-color: #2A2A2A;
    margin-bottom: 10px;
    text-transform: uppercase; }
    @media (max-width: 320px) {
      .modal.review h2 {
        font-size: 1.3em; } }
  .modal.review b {
    color: #2a2a2a;
    min-width: 60%;
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
    display: inline-block;
    letter-spacing: -0.05rem; }
  .modal.review ul {
    line-height: 1.4em;
    list-style: none; }
    .modal.review ul li {
      font-size: 0.9em; }
    .modal.review ul li:last-child {
      border-bottom: 0; }
  .modal.success {
    text-align: center;
    max-width: 280px; }
    .modal.success .icon-check {
      background: url("../img/icon-check@2x.png") top left no-repeat;
      background-size: 44px 34px;
      width: 44px;
      height: 34px;
      margin: 20px auto; }
    .modal.success h4 {
      font-weight: normal;
      font-size: 1.3em;
      padding: 0 22px 28px 22px; }
  .modal.info {
    text-align: center;
    min-height: auto; }
    .modal.info h4 {
      font-size: 1.2em;
      font-weight: normal;
      padding: 10px 10px 20px 10px;
      line-height: 1.4em; }
  .modal .button {
    display: block;
    font-size: 0.85em;
    text-transform: uppercase;
    float: left;
    text-align: center;
    padding: 12px 8px;
    width: 100%;
    font-weight: bold;
    cursor: pointer; }
    .modal .button.outline {
      color: #7A7A7A;
      border: 1px solid #E6E6E6;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px; }
    .modal .button.filled {
      color: #2a2a2a;
      background: #FFDE00;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px; }

.show-element {
  display: block; }

.admin-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 80%;
  background: #1A1A1A;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }
  .admin-sidebar header {
    margin: 48px 32px; }
    .admin-sidebar header img {
      width: 100%; }
  .admin-sidebar nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .admin-sidebar nav ul li {
      margin-bottom: 2px; }
      .admin-sidebar nav ul li a {
        display: block;
        color: #fff;
        padding: 16px 32px;
        transition: all ease .3s; }
        .admin-sidebar nav ul li a.active, .admin-sidebar nav ul li a:hover {
          background: #FFDE00;
          color: #1A1A1A; }

.admin-body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20%;
  right: 0;
  background: #fefefe;
  color: #1A1A1A;
  padding: 16px 48px; }
  .admin-body a {
    color: #e42441; }
  .admin-body header {
    position: relative;
    border-bottom: 1px solid #7A7A7A;
    margin-top: 10px;
    padding: 12px 0; }
    .admin-body header button, .admin-body header .button {
      color: #343434;
      position: absolute;
      top: 16px;
      right: 0; }
  .admin-body button, .admin-body .button {
    font-weight: bold;
    background: #FFDE00;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 3px;
    transition: all ease .3s; }
    .admin-body button:hover, .admin-body .button:hover {
      background: #ffe533; }
  .admin-body section {
    margin: 32px 0; }
  .admin-body table {
    border-collapse: collapse;
    max-width: 100%; }
    .admin-body table th, .admin-body table td {
      padding: 8px; }
      .admin-body table th.centered, .admin-body table td.centered {
        text-align: center; }
    .admin-body table.bordered {
      width: 100%;
      min-width: 1024px; }
      .admin-body table.bordered th, .admin-body table.bordered td {
        border: 1px solid #dedede; }
      .admin-body table.bordered td {
        vertical-align: top; }
  .admin-body-navigation {
    margin: 32px 0; }
  .admin-body .pagination {
    margin: 16px 0; }
    .admin-body .pagination strong, .admin-body .pagination a {
      display: inline-block;
      padding: 8px 12px;
      border-bottom: 2px solid transparent;
      transition: all ease .3s; }
    .admin-body .pagination strong {
      border-bottom: 2px solid #1A1A1A; }
    .admin-body .pagination a:hover {
      color: #be1730;
      border-bottom: 2px solid #be1730; }
  .admin-body input[type=text],
  .admin-body input[type=password] {
    width: 200px;
    font-size: 14px;
    border: 1px solid #7A7A7A;
    padding: 6px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
  .admin-body input:read-only {
    border-color: transparent; }
  .admin-body select {
    width: 100%;
    font-size: 14px;
    margin: 0;
    background: transparent;
    border: 1px solid #7A7A7A;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding: 6px 8px; }
  .admin-body .select-wrapper {
    position: relative;
    width: 100%;
    height: 32px; }
    .admin-body .select-wrapper:after {
      content: '';
      position: absolute;
      top: 13px;
      right: 12px;
      width: 0px;
      height: 0px;
      border-top: 6px solid black;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid transparent; }
  .admin-body select:focus {
    outline: none; }
  .admin-body .tooltip {
    position: relative;
    display: inline-block; }
    .admin-body .tooltip .tooltip-text {
      visibility: hidden;
      width: 120px;
      background-color: #1A1A1A;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      padding: 5px 0;
      position: absolute;
      z-index: 1;
      opacity: 0;
      transition: opacity ease .6s; }
    .admin-body .tooltip.top .tooltip-text {
      bottom: 150%;
      left: 50%;
      margin-left: -60px; }
      .admin-body .tooltip.top .tooltip-text:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #1A1A1A transparent transparent transparent; }
    .admin-body .tooltip.bottom .tooltip-text {
      top: 150%;
      left: 50%;
      margin-left: -60px; }
      .admin-body .tooltip.bottom .tooltip-text:after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #1A1A1A transparent; }
    .admin-body .tooltip:hover .tooltip-text {
      visibility: visible;
      opacity: 1; }

.reader-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 999; }

.scanning .reader-container {
  display: block; }

.reader-container .reader {
  position: absolute;
  width: 100vw;
  height: 100vw;
  top: 50%;
  transform: translateY(-50%); }

.btn-container {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding-bottom: 32px; }

input.button.filled {
  font-size: 14px;
  color: #2a2a2a;
  background: #FFDE00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 16px;
  font-weight: bold; }

.menu-navigation {
  display: none;
  position: fixed;
  background: #1A1A1A;
  top: 16px;
  left: 16px;
  padding: 8px;
  z-index: 5;
}

#nav-icon3 {
  width: 28px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 8px;
}

#nav-icon3 span:nth-child(4) {
  top: 16px;
}

#nav-icon3.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}


@media screen and (max-width: 800px) {
  .menu-navigation {
    display: block;
  }
  
  body.navigation .menu-navigation {
    background: #fff;
  }

  body.navigation #nav-icon3 span {
    background: #1A1A1A;
  }

  .admin-sidebar {
    transform: translateX(-100%);
    padding-top: 96px;
    right: 50%;
  }

  .admin-body {
    left: 0;
    padding: 48px 16px 32px;
  }

  .admin-body section {
    overflow: auto;
  }

  body.navigation .admin-sidebar {
    transform: translateX(0);
    z-index: 4;
  }

  .admin-sidebar header {
    display: none;
  }
}
