body.vertical-layout.vertical-menu-modern .horizontal-menu-wrapper {
  display: none;
}

.horizontal-menu > .main-menu {
  display: none;
}
.horizontal-menu .fixed-top {
  left: 0;
}

html body.navbar-static .app-content .header-navbar {
  background: transparent;
  box-shadow: none !important;
}

@media (max-width: 575.98px) {
  body.vertical-layout:not(.horizontal-layout).navbar-floating .header-navbar {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
}
.table-actions {
  min-width: 11rem;
  text-align: center;
}

.table-responsive .table-actions .btn-sm {
  margin: 0.1rem;
}

.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.form-control::placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.form-control {
  text-align: left !important;
}

.table-scroll {
  height: 500px;
  padding: 0px;
}
.table-scroll.table-native {
  overflow-y: auto;
}
.table-scroll table.flex-table {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.table-scroll table.flex-table thead,
.table-scroll table.flex-table tbody {
  display: block;
}
.table-scroll table.flex-table thead {
  margin-right: 0px;
}
.table-scroll table.flex-table tbody {
  flex: 1;
  overflow-y: scroll;
}
.table-scroll table.flex-table tr {
  width: 100%;
  display: flex;
}
.table-scroll table.flex-table tr td,
.table-scroll table.flex-table tr th {
  display: block;
  flex: 1;
}
.table-scroll table.flex-widths tr td:nth-child(2),
.table-scroll table.flex-widths tr th:nth-child(2) {
  flex: 3;
}
.table-scroll table.flex-widths tr td:nth-child(4),
.table-scroll table.flex-widths tr th:nth-child(4) {
  flex: 2;
}
.table-scroll table.flex-table-aligned thead > tr {
  overflow-y: scroll;
  overflow-x: hidden;
}
