@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
html,
body {
  height: 100%;
  width: 100%;
  position: relative;
}
body.modal-open {
  overflow: visible;
}
html#login-page body {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../../asset/image/background.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
}
html.loading {
  overflow: hidden;
}
html.loading #preloader {
  display: block;
}
html.modal-show {
  overflow: hidden;
}
#preloader {
  background: rgba(255, 255, 255, 0.5);
  display: none;
  height: 100%;
  width: 100%;
  z-index: 999999;
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#preloader i {
  color: #868B8E;
  display: block;
  font-size: 80px;
  height: 80px;
  width: 80px;
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.sign-wrapper {
  width: 400px;
}
.sign-wrapper > form {
  background: #FFF;
  padding: 30px;
}
img.simplebox {
  cursor: pointer;
}
.content-auth {
  padding: 80px 20px;
}
.modal-dialog.modal-full {
  width: 85%;
  max-width: none !important;
}
@media (min-width: 1200px) {
  .sign-wrapper {
    width: 400px;
  }
}
@media (max-width: 576px) {
  .content-auth {
    padding: 40px 20px;
  }
  .sign-wrapper {
    width: 320px;
  }
}
.container {
  max-width: none !important;
}
.nav-aside .nav-item {
  cursor: pointer;
}
.nav-aside .nav-item .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  width: 20px;
}
.nav-aside .with-sub .nav-link:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
}
a.dropdown-link {
  cursor: pointer;
}
.btn.btn-icon.btn-xs i {
  height: 12px;
  width: 12px;
}
.btn.btn-icon.btn-sm i {
  height: 13px;
  width: 13px;
}
.btn.btn-icon.btn-lg i {
  height: 0.875rem;
  width: 0.875rem;
}
.custom-control label {
  cursor: pointer;
}
.custom-select {
  cursor: pointer;
}
.dropdown-profile .dropdown-item {
  font-size: 14px;
}
.dropdown-profile .dropdown-item i {
  height: 14px;
  margin-right: 15px;
  width: 14px;
}
table.table tbody tr.warning {
  background: rgba(255, 255, 0, 0.3);
}
table.table tbody tr.danger {
  background: rgba(255, 0, 0, 0.3);
}
textarea.form-control {
  resize: none;
}
@media (max-width: 1200px) {
  .container {
    max-width: none;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: none;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: none;
  }
}
.content-body {
  height: auto !important;
  min-height: calc(100% - 55px) !important;
}
@media (min-width: 992px) {
  .content-body {
    min-height: calc(100% - 60px) !important;
  }
}
a {
  cursor: pointer !important;
}
.nowrap {
  white-space: nowrap;
}
.line-through {
  text-decoration: line-through;
}
.panels > div {
  display: none;
}
.panels > div.active {
  display: block;
}
#temp {
  display: none;
}
#ias-pagination {
  display: none;
}
#item-management-page table tbody tr a.variation-toggle.shown i:before,
#inventory-page table tbody tr a.variation-toggle.shown i:before {
  content: "\f068";
}
#item-management-page table tbody tr.has-variation,
#inventory-page table tbody tr.has-variation {
  display: none;
}
#item-management-page table tbody tr.has-variation.active,
#inventory-page table tbody tr.has-variation.active {
  display: table-row;
}
