.navbar-laravel {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.logo {
  height: 50px;
  width: auto;
}

.m-quick-sidebar {
  width: 900px !important;
  right: -900px;
}

.selected_wrapper {
  height: calc(100vh - 150px);
}

.inner_table_wrapper {
  height: 500px;
}

.search_wrapper {
  height: 400px;
}

.vudal-dimmer {
  z-index: 1500 !important;
}

.swal2-container {
  z-index: 5000 !important;
}

.td_id {
  width: 50px !important;
}

.td_online {
  width: 50px !important;
  text-align: center;
}

.td_schedule {
  width: 70px !important;
  text-align: center;
}

.sortable {
  cursor: pointer;
}

.sortable .la {
  font-size: .8rem;
}

.action_container {
  overflow: visible;
  position: relative;
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.chain_list {
  width: auto !important;
}

.chain_list_elem {
  white-space: nowrap;
  padding-right: 5px;
}

.chain_list_elem:after {
  content: '>';
}

.chain_list_elem:last-of-type:after {
  content: "";
}

.td_action {
  width: 130px;
}

.open_items_list:hover {
  text-decoration: none;
}

.open_items_list i.la {
  font-size: 12px;
}

.report-table-wrapper {
  overflow-x: scroll;
}

