html {
  scrollbar-face-color: #646464;
  scrollbar-base-color: #646464;
  scrollbar-3dlight-color: #646464;
  scrollbar-highlight-color: #646464;
  scrollbar-track-color: rgba(0, 0, 0, 0.1);
  scrollbar-arrow-color: #000;
  scrollbar-shadow-color: #646464;
  scrollbar-dark-shadow-color: #646464;
}

.scroll {
  overflow-y: auto;
  overflow-x: hidden;
}

.notification-ticker {
  width: 600px;
  height: 58px;
  overflow: hidden;
}
.notification-ticker li {
  line-height: 58px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 3px;
}

.icon-ico_search:before {
  content: "\e90b";
  color: #fff;
  padding-right: 10px;
  vertical-align: bottom !important;
  padding-bottom: 2.7px !important;
  display: inline-block !important;
}

.fa-plus {
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 3px;
}

::-webkit-scrollbar-button {
  background-color: #666;
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #666;
  border-radius: 3px;
}

::-webkit-scrollbar-corner {
  background-color: #646464;
}

::-webkit-resizer {
  background-color: #666;
}

.no-rows-message td {
  padding: 50px !important;
}

.v-link {
  cursor: pointer;
}

.bg-dark {
  background-color: #0f0f0f;
}

.px-50 {
  padding: 50px;
}

.aidx .vs__search::placeholder,
.aidx .vs__dropdown-toggle,
.aidx .vs__dropdown-menu {
  background: #393939;
  color: #ffffff;
}

.aidx {
  height: 34px;
}

.aidx .vs__selected {
  color: #ffffff;
}

.aidx .vs__search {
  color: #ffffff;
  border: 0;
  outline-color: unset;
}

.aidx .vs__dropdown-toggle {
  border-radius: unset;
  height: 34px;
}

.aidx .vs__dropdown-menu {
  color: #ffffff;
}

.aidx .vs__dropdown-option {
  color: #ffffff;
}

.aidx .vs__clear,
.aidx .vs__open-indicator {
  fill: #ffffff;
}

.dx-list-container {
  margin-top: 2rem;
}

.dx-list-header {
  flex-wrap: nowrap;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  margin-left: 5px;
  margin-right: 5px;
}
.dx-list-header .list-count {
  margin-top: auto;
}
.dx-list-header .list-count .total-count {
  margin-left: 5px;
  color: red;
}
.dx-list-header .list-buttons {
  justify-content: flex-end;
}

.dx-list-table a {
  color: #efefef;
  text-decoration: none;
}
.dx-list-table .col-seq {
  width: 100px;
}
.dx-list-table .col-date {
  width: 120px;
}
.dx-list-table .col-text-left {
  text-align: left !important;
}
.dx-list-table .col-text-center {
  text-align: center !important;
}
.dx-list-table .col-70 {
  width: 70px;
}
.dx-list-table .col-100 {
  width: 100px;
}
.dx-list-table .col-120 {
  width: 120px;
}
.dx-list-table .col-150 {
  width: 150px;
}
.dx-list-table .col-160 {
  width: 160px;
}
.dx-list-table .col-180 {
  width: 180px;
}
.dx-list-table .col-200 {
  width: 200px;
}
.dx-list-table .col-250 {
  width: 250px;
}
.dx-list-table .col-300 {
  width: 300px;
}
.dx-list-table .col-350 {
  width: 350px;
}
.dx-list-table .col-400 {
  width: 400px;
}
.dx-list-table .col-450 {
  width: 450px;
}
.dx-list-table .var-align-center {
  vertical-align: middle;
}
.dx-list-table .border-clean {
  border-top: 3px solid rgba(0, 0, 0, 0);
}
.dx-list-table tbody tr:hover {
  background-color: #212529;
}
.dx-list-table.no-hover tbody tr:hover {
  background-color: inherit;
}
.dx-list-table .cleared > td {
  color: grey;
}

.overlay-layer {
  bottom: 0;
  left: 0;
  zoom: 1;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
  animation-name: overlay-dim;
  animation-duration: 0.2s;
}

@keyframes overlay-dim {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.6);
  }
}
.content-layer {
  position: fixed;
  width: 450px;
  margin-left: -225px;
  left: 50%;
  top: 15%;
  background-color: #2e2e2e;
  box-shadow: #0f0f0f 5px 5px 20px 5px;
  z-index: 990;
  animation-name: scale-ani;
  animation-duration: 0.1s;
  padding: 30px 30px;
  border-radius: 10px;
}
.content-layer .panel-heading {
  font-size: 20px !important;
  background-color: #2e2e2e !important;
  border-bottom: 1px solid #ddd !important;
  padding: 0px 5px 20px 5px;
}
.content-layer .panel-heading button.close {
  font-size: 30px;
  color: white !important;
  opacity: unset !important;
  filter: none !important;
  text-shadow: none !important;
}
.content-layer .panel-heading button.close:hover, .content-layer .panel-heading button.close:focus {
  color: #ffd300 !important;
  filter: none !important;
  opacity: unset !important;
}
.content-layer .panel-heading button.close:hover span:before, .content-layer .panel-heading button.close:focus span:before {
  color: #ffd300 !important;
}
.content-layer .panel-body {
  padding: 20px 10px !important;
}
.content-layer .panel-body .form-group label {
  font-size: 13px;
  margin-bottom: 5px;
}
.content-layer .panel-body .form-group ::-webkit-input-placeholder {
  color: grey;
}
.content-layer .panel-body .form-group ::-moz-placeholder {
  color: grey;
}
.content-layer .panel-body .form-group ::-ms-placeholder {
  color: grey;
}
.content-layer .panel-body .form-group ::placeholder {
  color: grey;
}
.content-layer .panel-body .form-group .error {
  color: skyblue;
  font-style: italic;
  font-size: 10px;
}
.content-layer .panel-body .form-group::after {
  content: "";
  clear: both;
  display: table;
}
.content-layer .panel-body .panel-message {
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px 30px 20px;
}
.content-layer .panel-body .button-group {
  text-align: right;
}
.content-layer .panel-body .button-group button {
  border-radius: 20px;
  margin-left: 10px;
  padding: 3px 22px;
  outline: black;
}
.content-layer .panel-body .col-sm-7 .error {
  color: skyblue;
  font-style: italic;
  font-size: 10px;
}

.container-fluid .row .col-sm-12 .form-group .col-sm-9 .error {
  color: skyblue;
  font-style: italic;
  font-size: 10px;
}

.menu-form .error {
  color: skyblue;
  font-style: italic;
  font-size: 10px;
}

@keyframes scale-ani {
  0% {
    transform: scale(0.94);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.login-box {
  width: 500px;
  max-width: 500px;
  background-color: #1e1e1e;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -340px;
}
.login-box form {
  margin-top: 30px;
}
.login-box label {
  font-weight: normal;
  margin: 10px 0;
  font-size: 16px;
}
.login-box input {
  padding: 25px 20px;
  size: 16px;
}
.login-box .error {
  display: inline-block;
  padding: 7px 0 0 0;
  color: skyblue;
  font-style: italic;
  font-size: 10px;
}
.login-box .check_line label {
  margin: 10px 0;
  font-size: 16px !important;
  float: left;
}
.login-box .check_line input[type=checkbox].check {
  opacity: 0;
}
.login-box .check_line input[type=checkbox].check + label {
  float: left;
  padding-left: 27px;
  position: relative;
  margin-right: 10px;
  font-size: 14px;
}
.login-box .check_line input[type=checkbox].check + label:before {
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0px;
}
.login-box .check_line input[type=checkbox].check:checked + label:after {
  content: "";
  width: 11px;
  height: 8px;
  position: absolute;
  left: 4px;
  top: 3px;
  background: url(../images/icon_check.png) no-repeat;
}
.login-box button[type=submit] {
  padding: 20px 20px;
  width: 100%;
  font-size: 16px;
  background-color: #4b4b4b;
}
.login-box button[type=submit]:active {
  background-color: #4c4c4c;
}
.login-box button[type=submit]:hover {
  background-color: #4c4c4c;
}
.login-box .captcha {
  background-color: white;
  border: 3px solid #1e1e1e;
}
.login-box .captcha img {
  padding: 5px;
  float: left;
  width: 290px;
}
.login-box .area_captcha {
  display: inline-block;
  padding-top: 22px;
}
.login-box ul.area_captcha_btn {
  padding: 4px;
  float: right;
  width: 80px;
  color: black;
  background-color: white !important;
}
.login-box .area_otp {
  display: inline-block;
  padding-top: 8px;
}
.login-box .captcha_txt01 {
  background: url(../captcha/icon_02.png) no-repeat left 2px;
  float: left;
  padding: 0px 0px 0px 2px;
  margin: 4px 0px 0px 0px;
  font-size: 11px;
}
.login-box .captcha_txt01 a {
  font-size: 11px;
  color: black;
  padding: 3px;
}
.login-box .captcha_txt01.end {
  background: url(../captcha/icon_03.png) no-repeat left 1px;
}

.privacy-box {
  background-color: #1e1e1e;
  font-size: 15px;
}
.privacy-box iframe {
  margin: 20px;
  border: 0;
  width: calc(100% - 40px);
  height: 600px;
  background-color: #f8f8f8;
}

.agreement-box {
  width: 1024px;
  max-width: 1024px;
  background-color: #1e1e1e;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -512px;
  margin-top: -450px;
  font-size: 15px;
  height: 1030px;
  margin-bottom: 20px;
}
.agreement-box .iframe1 {
  margin-top: 20px;
  border: 0;
  width: 100%;
  height: 260px;
  background-color: #f8f8f8;
}
.agreement-box .iframe2 {
  margin-top: 20px;
  border: 0;
  width: 100%;
  height: 150px;
  background-color: #f8f8f8;
}
.agreement-box .iframe3 {
  margin-top: 20px;
  border: 0;
  width: 100%;
  height: 150px;
  background-color: #f8f8f8;
}
.agreement-box .align {
  text-align: left;
  padding-top: 30px;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.select-factory-name {
  width: 220px !important;
}

.select-date {
  width: 95px !important;
}

.select-date2 {
  width: 160px !important;
}

.m-0 {
  margin: 0rem 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.mx-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.m-1 {
  margin: 0.25rem 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0rem 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.px-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.p-1 {
  padding: 0.25rem 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0rem 0rem !important;
  }
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
  .mr-sm-0 {
    margin-right: 0rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .ml-sm-0 {
    margin-left: 0rem !important;
  }
  .mx-sm-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-3 {
    margin: 1rem 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-5 {
    margin: 3rem 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 576px) {
  .p-sm-0 {
    padding: 0rem 0rem !important;
  }
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
  .pr-sm-0 {
    padding-right: 0rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  .pl-sm-0 {
    padding-left: 0rem !important;
  }
  .px-sm-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media (min-width: 576px) {
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .p-sm-3 {
    padding: 1rem 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 576px) {
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .p-sm-5 {
    padding: 3rem 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0rem 0rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .mx-md-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-3 {
    margin: 1rem 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-5 {
    margin: 3rem 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 768px) {
  .p-md-0 {
    padding: 0rem 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .px-md-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media (min-width: 768px) {
  .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .p-md-3 {
    padding: 1rem 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 768px) {
  .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .p-md-5 {
    padding: 3rem 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0rem 0rem !important;
  }
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .mr-lg-0 {
    margin-right: 0rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .ml-lg-0 {
    margin-left: 0rem !important;
  }
  .mx-lg-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-3 {
    margin: 1rem 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-5 {
    margin: 3rem 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-0 {
    padding: 0rem 0rem !important;
  }
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
  .pr-lg-0 {
    padding-right: 0rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
  .px-lg-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-3 {
    padding: 1rem 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-5 {
    padding: 3rem 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
#factory-3d-container canvas {
  width: 100% !important;
}

.my-info-table th {
  width: 200px;
  line-height: 34px !important;
}
.my-info-table td {
  text-align: left !important;
  line-height: 34px !important;
}
.my-info-table td input,
.my-info-table td select {
  display: inline-block;
  width: unset !important;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 1s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.form-section {
  padding-top: 1em;
}
.form-section h4, .form-section h5, .form-section h2, .form-section h1 {
  margin-left: 1em;
  font-size: 17px;
  color: #e4b9b9;
}
.form-section hr {
  border-top-color: #e4b9b9;
}

.rounded-all {
  border-radius: 10px;
}

.rounded-left {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded-right {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.iot-clean-box-image .title-box {
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  padding: 5px 12px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
  margin-bottom: 5px;
  width: 120px;
}
.iot-clean-box-image .value-box {
  font-size: 20px;
  background-color: rgba(0, 191, 255, 0.3);
  color: white;
  font-weight: bold;
  padding: 5px 12px;
  text-align: right;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
  width: 100px;
}

.image-title-box .title-box {
  width: 90px;
}
.image-title-box .value-box {
  width: 90px;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
}

.fw-reduction-board {
  margin-right: -5px;
  margin-bottom: -5px;
}
.fw-reduction-board li {
  padding: 5px;
  width: calc(50% - 5px);
  float: left;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  background-color: blue;
  color: white;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.fw-reduction-board li > .title {
  font-size: 12px;
  text-align: left;
}
.fw-reduction-board:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@keyframes blink {
  to {
    color: red;
  }
}
.blink-red {
  color: white;
  animation: blink 2s steps(2, start) infinite;
}

.width-50 {
  width: 50px;
}

.width-100 {
  width: 100px;
}

.width-150 {
  width: 150px;
}

.width-200 {
  width: 200px;
}

.width-250 {
  width: 250px;
}

.width-300 {
  width: 300px;
}

.width-350 {
  width: 350px;
}

.width-400 {
  width: 400px;
}

.width-450 {
  width: 450px;
}

/*# sourceMappingURL=site-style.css.map */
