.sidebar,
.main-panel {
  min-height: 800px;
}
.dataTables_wrapper .row:first-child,
.dataTables_wrapper .row:last-child {
  padding: 0 20px;
}
div.dataTables_wrapper div.dataTables_filter input,
div.dataTables_wrapper div.dataTables_length select {
  border: 1px solid #ccc;
}
.pagination > li:first-child > a {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.nav_divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 10px;
  width: 80%;
  margin: 0 auto;
}
.imgw {
  display: block;
  width: 100%;
}

.mall_name {
  color: #f3bb45 !important;
}

.capitalize {
  text-transform: capitalize;
}
.hide {
  display: none;
}

.strength-meter {
  width: 100% !important;
  background: none !important;
}
.nav-title a p {
  font-size: 16px !important;
}

.sidebar .sidebar-wrapper > .nav li > a {
  margin-top: 0px;
}

.nav > li > a {
  padding: 8px 15px;
}

.modal-backdrop {
  z-index: 1;
}
