table.lvwtable-table {
  table-layout: fixed;
  width: 100%;
}
table.lvwtable-table tr.lvwtable-expanded-row, table.lvwtable-table tr.lvwtable-expanded-nested-row {
  box-shadow: inset 2px 0 0 0 #383838;
}
table.lvwtable-table tr.lvwtable-expanded-nested-row {
  background-color: transparent !important;
  position: relative;
  /* top: -10px; */
  box-shadow: inset 2px 0 0 0 #383838;
  font-size: small;
}
table.lvwtable-table tr.lvwtable-expanded-nested-row thead tr th {
  font-style: italic;
}
table.lvwtable-table tr.lvwtable-expanded-row {
  font-weight: bold;
}
table.lvwtable-table tbody > tr:not(.lvwtable-expanded-nested-row):hover {
  background-color: #FDFDFD;
  box-shadow: inset 2px 0 0 0 #383838;
}
table.lvwtable-table tbody td:not(.no-ellipsis) > .lvwtable-td-text-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
table.lvwtable-table thead th input.lvwtable-search-input::placeholder {
  font-style: italic;
  text-align: center;
}
table.lvwtable-table thead th .select2-search__field::placeholder {
  font-style: italic;
  text-align: center;
}
table.lvwtable-table thead th .select2-container .select2-selection--multiple {
  padding: 4px;
}
table.lvwtable-table thead th .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
table.lvwtable-table thead th .select2-selection__choice {
  padding: 0px 5px !important;
  margin-bottom: 1px !important;
  margin-right: 1px !important;
  font-size: 0.75rem !important;
}
table.lvwtable-table thead th .select2-search {
  min-height: 0px !important;
}
table.lvwtable-table thead th .ui-resizable-handle.ui-resizable-e {
  right: 0px;
  height: 80%;
  background-clip: padding-box;
  top: 10%;
  width: 5px;
  background-clip: padding-box;
  border: none;
}
table.lvwtable-table tbody.lvwtable-sortable > tr td:first-child {
  border-left: dotted 5px;
}

/*
 * dragtable
 *
 * @Version 2.0.15
 *
 * default css
 *
 */
/*##### the dragtable stuff #####*/
.dragtable-sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -moz-user-select: none;
}

.dragtable-sortable li {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 1em;
  background: none;
}

.dragtable-sortable th, .dragtable-sortable td {
  border-left: 0px;
}

.dragtable-sortable li:first-child th, .dragtable-sortable li:first-child td {
  border-left: 1px solid #CCC;
}

.ui-sortable-helper {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.ui-sortable-placeholder {
  -moz-box-shadow: 4px 5px 4px #C6C6C6 inset;
  -webkit-box-shadow: 4px 5px 4px #C6C6C6 inset;
  box-shadow: 4px 5px 4px #C6C6C6 inset;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  visibility: visible !important;
  background: #EFEFEF !important;
  visibility: visible !important;
}

.ui-sortable-placeholder * {
  opacity: 0;
  visibility: hidden;
}

/*# sourceMappingURL=livewire-table.css.map */
