.login-box {
  width: 100%;
  max-width: 360px;
  margin: 50px auto;

  .login-logo {
    text-align: center;
    margin: 20px auto;
    img {
      max-width: 200px;
    }
  }

  .card-header {
    text-align: center;
  }
}

#app {
  .header {
    padding: 20px 0;
    background: #e6e6e6;
    border-bottom: 1px solid #bbbbbb;
  }
  .logo {
    max-width: 200px;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .table>thead:first-child>tr:first-child>th {
    border-top: 1px solid #ddd;
    text-align: center;
  }
}
.row {
  margin-bottom: 10px;
}

#add_gate {
  .form-check-input {
    display: none;
  }
}

.tCenter {
  text-align: center;
  img {
    margin: 0 auto;
  }
}

.tab {
  //display: none;
  min-height: 400px;
  .panel-title {
    background: #f6f6f6;
    padding: 10px;
    h3 {
      margin: 0;
      padding: 0;
    }
  }
  .panel-body {
    padding: 20px;
    .form-check-label {
      max-width: 100%;
      width: 100%;
      text-align: center;
      font-size: 14px;
      img {
        max-width: 100%;
        margin-bottom: 20px;
        border: 2px solid transparent;
        opacity: 0.9;
        cursor: pointer;
        display: block;
        margin: 0 auto;
      }
      &:hover {
        img {
          border: 2px solid #55b03e;
          opacity: 1;
        }
      }
    }
  }
  &.tab1, &.tab2 {
    input[type="radio"]:checked+label {
      img {
        border: 2px solid #55b03e;
        opacity: 1;
      }
    }
  }
}

input {
  &.tRight {
    text-align: right;
  }
  &.error {
    border-color: red;
  }
}

.acab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

.step.finish {
  background-color: #4CAF50;
}

input.invalid {
  background-color: #ffdddd;
}

ul.sMenu {
  text-align: center;
  margin: 0;
  padding: 0;
  li {
    font-size:12px;
    display: inline-block;
    color: #666666;
    margin-right: 10px;
    &:after {
      content: " - ";
      margin-left: 10px;
    }

    &:last-child {
      margin-right: 0;
      padding-right: 0;
      &:after {
        content: "";
      }
    }
    &.tActive {
      margin-right: 0;
      padding-right: 0;
      font-size: 18px;
      color: #333333;
    }
  }
}

.iError {
  color: red;
  vertical-align: bottom;
  margin-left: 10px;
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
  display: none;
}
.h1error {

}
.toCounter {
  text-align: right;
}


  .toCounter {
    margin-left: 20px;
  }
  .text-center {
    text-align: left;
    margin-right: 20px;
  }
  .input-number-group {
    display: flex;
    justify-content: flex-end;

    input.check {
      margin-left: 10px;
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
      appearance: none;
    }

    .input-group-button {
    }

    .input-number {
      padding: 0 12px;
      vertical-align: top;
      text-align: center;
      outline: none;
      display: inline-block;
      margin: 0;
    }

    .input-number,
    .input-number-decrement,
    .input-number-increment {
      user-select: none;
    }

    .input-number-decrement,
    .input-number-increment {
      display: inline-block;
      width: 20px;
      background: #CCCCCC;
      color: #333333;
      text-align: center;
      font-weight: bold;
      cursor: pointer;
      font-size: 2rem;
      font-weight: 400;
    }


    .input-number-decrement {
      margin-right: 0.3rem;
    }

    .input-number-increment {
      margin-left: 0.3rem;
    }

}

.info {
  input {
    width: 100%;
  }
}
