h4 {
  position: relative; }
  h4 .table-search {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%; }

.hide {
  display: none !important; }

table tr.header {
  display: table-row !important; }

.content .customer-select {
  position: absolute;
  top: 15px;
  left: 281px;
  height: 50px;
  border-radius: 5px;
  border: 0;
  width: calc(100% - 310px);
  font-size: 20px;
  padding: 0 15px;
  background: #27293d;
  color: #fff;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1); }

.main-menu {
  position: relative;
  z-index: 3000; }

.form-group .form-control.form-mapping-control {
  margin: 0 0 10px 0; }

.wrapper .sidebar {
  background: #27293d;
  margin: 19px 0 0 0;
  width: 250px;
  border-radius: 0 5px 5px 0;
  height: calc(100vh - 35px); }
  .wrapper .sidebar .sidebar-wrapper .logo {
    text-align: center;
    font-size: 20px; }
  .wrapper .sidebar .sidebar-wrapper .logo:after {
    display: none; }
  .wrapper .sidebar .sidebar-wrapper .main-menu {
    margin: 0; }
    .wrapper .sidebar .sidebar-wrapper .main-menu li {
      position: relative;
      border-top: 1px solid #3b3e5c; }
      .wrapper .sidebar .sidebar-wrapper .main-menu li a {
        margin: 0 0 0 20px; }
      .wrapper .sidebar .sidebar-wrapper .main-menu li a:before {
        display: none; }
    .wrapper .sidebar .sidebar-wrapper .main-menu li:hover {
      background: #3b3e5c; }
    .wrapper .sidebar .sidebar-wrapper .main-menu li.active {
      -webkit-box-shadow: inset 2px -11px 9px -11px #000000;
      box-shadow: inset 2px -11px 9px -11px #000000; }
    .wrapper .sidebar .sidebar-wrapper .main-menu li.active:before {
      content: " ";
      position: absolute;
      top: 0;
      height: 12px;
      right: 0;
      left: 0;
      -webkit-box-shadow: inset 4px 11px 9px -11px #000000;
      box-shadow: inset 4px 11px 9px -11px #000000; }

.table-responsive {
  overflow: visible !important; }

.column-help {
  display: inline;
  margin: 0 0 0 5px;
  width: 20px;
  height: 20px;
  position: relative;
  text-align: center;
  vertical-align: top;
  line-height: 14px;
  cursor: pointer; }
  .column-help .popover {
    display: none;
    position: absolute;
    top: initial;
    bottom: 23px;
    padding: 5px 10px;
    border-radius: 5px;
    min-height: 28px;
    color: #000;
    width: 400px;
    max-width: 380px;
    left: -160px;
    text-align: center; }
  .column-help .popover:after {
    content: "";
    bottom: -10px;
    left: 155px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff; }

.column-help:hover .popover {
  display: inline-block; }

.tab {
  padding: 2px 10px;
  font-size: 27px;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  width: initial;
  margin: 0 10px 0 0;
  border: 1px solid transparent; }
  .tab.active {
    border: 1px solid #ba54f5; }

.tab-sub {
  display: inline-block;
  padding: 2px 10px;
  font-size: 16px;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  width: initial;
  margin: 0 10px 0 0;
  border: 1px solid transparent; }
  .tab-sub.active {
    border-bottom: 1px solid #ba54f5; }

.center-data tr td, .center-data tr th {
  text-align: center; }

.data-center {
  text-align: center; }

.table-responsive tr {
  cursor: default; }

.table-responsive.clickable tr:hover {
  background: #3b3e5c;
  cursor: pointer; }

/*# sourceMappingURL=custom.css.map */
