@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");

body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
}

@font-face {
  font-family: calibriDefault;
  src: url("../fonts/Calibri.tff") format("truetype");
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
}

.content-wrapper {
  background-color: #edfffc;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #3c6059;
  border-color: #3c6059;
}

.skin-gouw .main-header .logo {
  height: 100px;
  text-indent: -9999px;
  padding: 10px;
}

.skin-gouw .main-header .logo span {
  background: url("http://gouw-heritage.id/assets/gouw/images/logo_text_dark_new.png")
    no-repeat center center;
  background-size: contain;
  height: 100%;
}

.sidebar {
  margin-top: 50px;
}

.box.box-primary {
  border-top-color: #8fcdc1;
}

.box {
  border-top: 4px solid #8fcdc1;
}

.box-header {
  color: #745e41;
  border-bottom: 2px solid #e7e7e8;
}

.page-header {
  border: none;
}

.sidebar-menu .treeview-menu > li > a {
  padding: 10px 10px 10px 20px;
}

.sidebar-menu .treeview-menu > li > a:hover,
.sidebar-menu .treeview-menu > li > a:focus {
  background: #745e41;
}

.input-group .form-control:first-child,
.input-group-lg > .input-group-btn > .btn {
  height: 36px;
  font-size: 14px;
}

.input-group-btn:last-child > .btn {
  line-height: 1;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: auto;
}

.alert h4 {
  margin: 0;
}

.alert-success {
  background-color: #b69768 !important;
  border: 1px solid #b69768 !important;
  opacity: 1 !important;
}

.add-stock,
.add-stock-flavor {
  width: 100% !important;
}

.form-check-stock {
  text-transform: uppercase;
}

.stock-error {
  background-color: #dd4b39 !important;
  color: #fff;
}

.stock-error:hover {
  background-color: #d73925 !important;
}

/*** LOGIN PAGE ***/
#login_form .glyphicon {
  display: none;
}

#login_form .form-control {
  height: 40px;
  border-color: #979797;
}

.login-page,
.register-page {
  background: #fff4eb;
}

.login-logo a,
.register-logo a {
  background: url("http://gouw-heritage.id/assets/gouw/images/logo_dark_new.png")
    no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
  height: 150px;
  display: block;
}

.login-box,
.register-box {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7%;
}

.login-box-body,
.register-box-body {
  background: #edfffc;
  border: 1px solid #c3c3c3;
  color: #4a4a4a;
  padding: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.icheckbox_square-blue {
  margin-right: 5px !important;
}

/*** BUTTONS ***/
.btn {
  padding: 10px 12px;
}

table .btn {
  padding: 4px 12px;
  font-size: 0.9em;
}

.btn-primary {
  background-color: #8fcdc1;
  border-color: #8fcdc1;
  color: #3c6059;
}

.btn-primary:hover {
  background: #3c6059;
}

.wilson {
  width: 300px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.wilson img {
  width: 100%;
}

.mad-table-responsive > .dataTables_wrapper > .row,
.mad-table-responsive.no-dt {
  overflow: hidden;
  overflow-x: scroll;
  margin-left: 0;
  margin-right: 0;
}

.mad-table-responsive > .dataTables_wrapper > .row > .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

#tableListPayment_wrapper > div > div,
#tableListPaymentPending_wrapper > div > div,
#tableListPacking_wrapper > div > div,
#tableListDelivery_wrapper > div > div,
#tableListProduction_wrapper > div > div {
  overflow-x: scroll;
}

@media only screen and (max-width: 767px) {
  .logo img {
    width: auto;
    height: 40px;
    margin-bottom: 5px;
  }

  /*#tableListPaymentPending {
    font-size: 8px;
  }

  #tableListPaymentPending tr th:nth-child(2),
  #tableListPaymentPending tr th:nth-child(6),
  #tableListPaymentPending tr th:nth-child(8),
  #tableListPaymentPending tr td:nth-child(2),
  #tableListPaymentPending tr td:nth-child(6),
  #tableListPaymentPending tr td:nth-child(8) {
    display: none;
  }*/
}

.toggle {
  cursor: pointer;
  margin-right: 6px;
  font-size: 10px;
  user-select: none;
}

.child {
  display: table-row;
}

.leaf {
  opacity: 0.4;
  margin-right: 10px;
}

tr.parent {
  font-weight: 500;
}
