
#haxdb-list-table {
  font-weight: None;
  font-family: Lato;
}

#haxdb-list-table * {
  overflow-y: hidden !important;
}

#haxdb-listview-table-query {
    border-style: solid;
    border-width: 1px;
    border-color: #eee;
    border-radius: 5px;
    height: 43px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
}

#haxdb-listview-table-hidden-query {
  display: none;
}

#haxdb-listview-table-new {
  background-color: #fff;
  color: #000;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
}

#haxdb-listview-table-delete {
  background-color: #fff;
  color: #000;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
}

#haxdb-listview-table-delete.disabled {
  background-color: #fff;
  color: #aaa;
}

.haxdb-listview-table-view-button.disabled {
  background-color: #fff;
  color: #aaa;
}

.haxdb-listview-table-view-button.active {
  background-color: #fff;
  color: #000;
  font-weight: bold;
}

#haxdb-listview-table-options-dropdown {
  background-color: #fff;
  border-style: solid;
  border-color: #eee;
  border-width: 1px;
  color: #000;
}

#haxdb-listview-table-options-items {
  font-size: 1em;
}

#haxdb-listview-table-options-items div.dropdown-divider {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
}

#haxdb-listview-table-options-items a {
  cursor: pointer;
  width: 250px;
  padding: 5px;
  display: block;
  font-family: Lato;
  font-weight: 400;
  font-size: 14px;
}

#haxdb-listview-table-options-items a.disabled {
  cursor: not-allowed;
  color: #aaa !important;
}

#haxdb-listview-table-options-items i.fa {
  margin-left: 10px;
  margin-right: 10px;
}

.haxdb-listview-table-button {
  margin-left: -25px;
  font-size: 20px;
  color: #aaa;
}

.haxdb-listview-table-button:hover {
  color: #666;
}

.ag-selection-checkbox {
  margin-left: -6px;
}

.ag-header-select-all {
  margin-left: -6px;
}

.ag-pinned-right-cols-container .ag-cell {
  text-overflow: clip !important;
}

.haxdbTableEditSelect {
  font-family: Lato;
  font-size: 16px;
  background-color: #fff;
  border-style: solid;
  border-color: #eee;
  border-width: 1px;
  width: 100%;
  height: 50px !important;
  line-height: 50px !important;
}

#haxdb-picker-search {
  width: 100%;
}

.ag-cell-inline-editing {
  height: 50px !important;
  overflow: visible !important;
  padding: 0px !important;
  border-color: #eee !important;
  border-style: solid !important;
  border-width: 0px !important;
}

.ag-cell-edit-input {
  background-color: #fff !important;
  height: 50px !important;
  line-height: 50px !important;
  font-size: 18px !important;
  border-color: #eee !important;
  border-style: solid !important;
  border-width: 1px !important;
}

input.ag-cell-edit-input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 10px;
}

.ag-cell-edit-input select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 10px;
}

.haxdbTableEditInput {
  width: 100%;
  height: 50px !important;
  border-style: solid;
  border-color: #eee;
  border-width: 1px;
}

select.hdbTableCell {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
}

.ag-paging-panel {
    font-size: 1.25em;
    font-family: monospace;
}

.ag-paging-panel {
    padding-top: 3px !important;
}

.ag-paging-button {
  height: 50px !important;
  width: 50px !important;
  border-style: solid !important;
  border-color: #aaa !important;
  border-width: 1px !important;
  border-radius: 5px !important;
}

.ag-paging-button:hover {
  background-color: #eee !important;
}

.ag-paging-button[ref="btPrevious"] {
  margin-right: 25px;
}

.ag-paging-button[ref="btFirst"] {
  margin-left: 25px;
}

.ag-paging-button[ref="btLast"] {
  margin-right: 25px;
}

.ag-paging-button[ref="btNext"] {
  margin-left: 25px;
}

.haxdb-listview-select {
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  color: #000;
}

.haxdb-listview-select:hover {
  color: #aaa;
}

.haxdb-listview-select:focus {
  color: #000;
}

.haxdb-listview-select.active {
  border-color: #aaa;
}

.haxdb-listview-card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 300px;
  width: 300px;
  margin: 1rem;
  position: relative;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  cursor: pointer;
}

.haxdb-listview-card-img-container {
  width: 300px;
  height: 250px;
  overflow: hidden;
}

.haxdb-listview-card-img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.haxdb-listview-card-title {
  height: 50px;
  width: 300px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
}

.ag-cell-first-right-pinned {
  border: 0px !important;
}
