.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin: 0; }

p {
  margin: 0; }

body {
  background: #f2f4f8;
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

.main-content {
  position: relative;
  background-color: #f2f4f8;
  height: auto;
  width: 100%;
  max-width: 600px;
  min-height: 100vh;
  margin: 0 auto; }
  .main-content .main-header {
    position: relative;
    background-color: #fff;
    padding: 10px; }
    .main-content .main-header .header-title {
      text-align: center;
      color: #008df2;
      font-size: 16px; }
    .main-content .main-header .header-subtitle {
      text-align: center;
      font-size: 12px; }
  .main-content .main-body {
    padding: 10px; }
  .main-content .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 0.938em; }

.main-form .form-control {
  font-size: 0.938rem; }
.main-form .required {
  color: #de221f;
  font-size: 12px; }
.main-form label {
  font-size: 13px; }
.main-form .checkbox-list {
  border-radius: 4px;
  overflow: hidden; }
  .main-form .checkbox-list .form-check {
    display: block;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #f5f7f9;
    padding-left: 0; }
    .main-form .checkbox-list .form-check input[type="checkbox"] {
      position: absolute;
      top: 50%;
      right: 30px;
      z-index: 2;
      height: 32px;
      width: 32px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      cursor: pointer;
      visibility: hidden; }
    .main-form .checkbox-list .form-check label {
      display: block;
      position: relative;
      z-index: 2;
      width: 100%;
      padding: 14px 12px;
      text-align: left;
      cursor: pointer;
      overflow: hidden;
      font-size: 14px; }
      .main-form .checkbox-list .form-check label::after {
        display: none;
        position: absolute;
        top: 50%;
        right: 15px;
        z-index: 2;
        height: 18px;
        width: 24px;
        content: '';
        background-image: url(./images/check-solid.svg);
        background-repeat: no-repeat;
        background-position: 2px 3px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer; }
    .main-form .checkbox-list .form-check .form-check {
      display: block;
      position: relative;
      background-color: #fff;
      border-bottom: 1px solid #f5f7f9; }
    .main-form .checkbox-list .form-check input:checked ~ label:after {
      display: block; }
.main-form .btn {
  font-weight: bold; }

.gj-datepicker .gj-icon {
  color: #008df2; }

.text-sm {
  font-size: 13px; }

.section {
  position: relative;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 15px; }
  .section .row-qr {
    border-bottom: 1px solid #f5f7f9;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
.list-go-to {
  margin-top: -10px; }
  .list-go-to .item-go {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f7f9; }

.border-bot {
  border-bottom: 1px solid #f5f7f9;
  margin-bottom: 10px; }

/*# sourceMappingURL=main.css.map */
.table-responsive {
  height: calc(100vh - 160px);
}
.table {
  table-layout: fixed;
  min-width: 1600px;
}
.table td {
  cursor: pointer;
}
.table td, .table th {
  word-break: break-all;
  word-break: break-word;
  font-size: 13px;
  padding: 3px;
}
.td-sm {
  width: 100px;
}
.td-md {
  width: 150px;
}
#qr-code {
  display: flex;
  justify-content: center;
}
#qr-code img{
  width: 150px;
  height: 150px;
}