/********************************\
***   Screen Blocker
\********************************/
.screenblocker {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(128, 128, 128, 0.1);
  z-index: 2090;
}
.spinner {
  position: relative;
  margin: 5px auto 0px auto;
  width: 240px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #ff7777;
  height: 100%;
  width: 40px;
  border-radius: 50%;
  margin-right: 3px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scale(0.4, 0.4);
  }
  20% {
    -webkit-transform: scale(1, 1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scale(0.4, 0.4);
    -webkit-transform: scale(0.4, 0.4);
  }
  20% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
/********************************\
***   Sidebar Title
\********************************/
.nav-title {
  display: block;
  margin: 10px 15px 0;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
  background-color: rgba(200, 200, 150, 0.2);
}
.nav-title p {
  font-size: 15px !important;
  font-weight: bold;
}
.sidebar-mini .sidebar .sidebar-wrapper > .nav li > span.nav-title {
  transform: translate3d(-25px, 0, 0);
  opacity: 0;
  display: none;
}
.sidebar-mini .sidebar:hover .sidebar-wrapper > .nav li > span.nav-title {
  transform: translate3d(0px, 0, 0);
  opacity: 1;
  display: block;
}

/********************************\
***   JqTree
\********************************/
.tree-blocker {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(128, 128, 128, 0.1);
  z-index: 1;
}
.tree-container {
  height: 400px;
  overflow-y: scroll;
  user-select: none;
}
.menu-jenis-0 {
  font-weight: bold;
  color: #ff0000;
}
.add-menu-jenis-0 {
  font-weight: bold;
  color: #ff0000;
  padding: 0 5px 0 20px;
  font-size: 10px;
}
i.menu-jenis-1,
span.menu-jenis-1 {
  color: #00aa00;
}
span.menu-jenis-1 {
  font-weight: bold;
}
.add-menu-jenis-1 {
  font-weight: bold;
  color: #00aa00;
  padding: 0 5px 0 20px;
  font-size: 10px;
}

/********************************\
***   Card Body
\********************************/
h4.card-header.card-header-info {
  padding-bottom: 2px;
  border-bottom: 1px solid rgb(221, 221, 221);
}
/********************************\
***   Nav Bar
\********************************/
@media screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item.dropdown {
    margin-bottom: 10px;
  }
}
.navbar .navbar-nav .nav-item .nav-link i.fa {
  top: 0px;
  padding-right: 3px;
}
/********************************\
***   Full Page
\********************************/
.section-image::after {
  background-color: rgba(128, 128, 128, 0.4);
}

/********************************\
***   FontAwesome
\********************************/
button i.fa,
a.dropdown-item i.fa {
  margin-right: 3px;
}

/********************************\
***   Datatables
\********************************/
table.dataTable > thead > tr {
  background-color: #e8e8e8;
}
table.dataTable > thead > tr > th {
  font-weight: 400;
}
td.nowrap {
  white-space: nowrap;
}
td.nowrap {
  white-space: nowrap;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child {
  padding-left: 30px !important;
}

/********************************\
***   Select Picker
\********************************/
button.btn.dropdown-toggle.select-with-transition {
  margin: 0px 1px 10px 1px;
}

/********************************\
***   Aplikasi Penjualan
\********************************/
.app-penjualan > .wrapper > .full-page > .content {
  padding-top: 6em;
}
.app-penjualan .wrapper .content {
  padding-bottom: 5em;
}
.app-penjualan .container {
  max-width: none;
}
.app-penjualan .navbar-brand {
  padding-left: 0.5em;
}

.app-penjualan .photo {
  width: 34px;
  height: 34px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

/********************************\
***   ADMIN LTE
\********************************/
.login-box {
  padding: 15px;
  border-radius: 20px;
  background-color: #e7e7e7;
  border: #99bbbb solid;
  width: 400px;
}

.wrap-full-page-background .full-page-background {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}

.wrap-full-page-background:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(128, 128, 128, 0.4);
}

.wrap-full-page-background .login-box {
  position: relative;
  z-index: 4;
}

a.nav-link img {
  width: 2rem;
  height: auto;
}
.title-user {
  font-weight: 900;
  font-size: 1.2rem;
  padding-left: 0.5rem;
}

table.totalinfo > thead > tr > th,
table.totalinfo > thead > tr > td,
table.totalinfo > tbody > tr > th,
table.totalinfo > tbody > tr > td,
table.totalinfo > tfoot > tr > th,
table.totalinfo > tfoot > tr > td {
  padding-left: 20px;
  text-align: right;
  font-weight: bold;
}
