table.dataTable {
  border: none;
}

.header_button:hover {
  background-color: #E1DFDF;
}

/*hide the main search box so we can add our own*/
.dataTables_filter, .dataTables_info {
  display: none;
}

.even td.sorting_1 {
  background-color: rgba(0,0,0,0) !important;
}

.odd td.sorting_1 {
  background-color: rgba(0,0,0,0) !important;
}

div.dt-buttons {
  height: 0px;
}

.dataTable {
  width: 400px;
}

  .dataTable .even {
    background-color: white
  }

  .dataTable .odd {
    background-color: #E1EAF3
  }

tr.even td.evenColumn {
  border-right: solid 1px #E1EAF3;
}

tr.even td.oddColumn {
  border-right: solid 1px #E1EAF3;
}

tr.odd td.evenColumn {
  border-right: solid 1px white;
}

tr.odd td.oddColumn {
  border-right: solid 1px white;
}

.dataTable .even.selected:not(.nohighlight) {
  background-color: #9bff80 !important;
}

.dataTable .odd.selected:not(.nohighlight) {
  background-color: #9bff80 !important;
}

.dataTable .even.selected:hover:not(.nohighlight) {
  background-color: #9bff80 !important;
}

.dataTable .odd.selected:hover:not(.nohighlight) {
  background-color: #9bff80 !important;
}

.dataTable .even:hover:not(.nohighlight) {
  background-color: #7A9855 !important;
  cursor: pointer;
}

.dataTable .odd:hover:not(.nohighlight) {
  background-color: #7A9855 !important;
  cursor: pointer;
}

* {
  font-family: "Segoe UI",Arial,sans-serif;
  font-size: 13px;
  /* display:  inline-block; */
}

.column-header {
  font-weight: bold !important;
  font-size: 15px;
}

.dataTables_wrapper {
  font-family: "Segoe UI",Arial,sans-serif;
  font-size: 13px;
}

.buttons-edit.disabled {
  box-shadow: 0px 0px 0px 0px;
}

.buttons-remove.disabled {
  box-shadow: 0px 0px 0px 0px;
}

.buttons-edit {
  box-shadow: 1px 1px 1px 1px #9bff80;
}

.buttons-remove {
  box-shadow: 1px 1px 1px 1px #9bff80;
}

.buttonhover {
  display: inline-block;
  opacity: 0.9;
}

.datatablebutton {
  border-radius: 4px;
  border: 2px solid black;
  opacity: 0.5 !important;
}

.datatableTextButton {
  border-radius: 4px;
  border: 2px solid black;
  opacity: 0.5 !important;
  height: 28px;
  color: black;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  margin-right: 5px;
}

.row-selected.datatablebutton:hover {
  -webkit-filter: drop-shadow(3px 3px 3px #222);
  filter: drop-shadow(3px 3px 3px #222);
}

.datatablebutton:hover.tableAddImage {
  -webkit-filter: drop-shadow(3px 3px 3px #222);
  filter: drop-shadow(3px 3px 3px #222);
}

.tableAddImage {
  background-color: white;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
  opacity: 1.0 !important;
  margin-right: 7px;
}

.buttonhover img {
  display: inline-block;
  opacity: 0.8;
}

  .buttonhover img:hover {
    opacity: 1;
  }

.row-selected {
  opacity: 1.0 !important;
  background-color: #9bff80;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

  .row-selected:hover {
    opacity: 1.0 !important;
    background-color: #9bff80;
    -webkit-filter: drop-shadow(3px 3px 3px #222);
    filter: drop-shadow(3px 3px 3px #222);
  }

.rowSelectedImage {
  opacity: 0.6;
  margin-right: 4px;
}

/*hide the copy, csv and xls buttons in the datatable, we will trigger these buttons when we want to do these functions*/
.buttons-copy, .buttons-csv, .buttons-excel, .buttons-pdf, .addButton, .editButton, .deleteButton {
  position: absolute;
  left: -9999px;
}

.clearable {
  background: url('../Images/close.png') no-repeat right -10px center;
  background-color: white;
  border: 1px solid #999;
  padding: 3px 18px 3px 4px;
  border-radius: 3px;
  transition: background 0.4s;
}

.column-search-select {
  background-color: white;
  border: 1px solid #999;
  padding: 3px 18px 3px 4px;
  border-radius: 3px;
}

.clearable.x {
  background-position: right 5px center;
}

.clearable.onX {
  cursor: pointer;
}

label.column_header {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  font-weight: bold;
  margin: 0 !important;
  vertical-align: bottom !important;
}

input.column_search_field {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

a.sort_button {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

table.stick_together {
  white-space: nowrap;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  text-align: center;
  vertical-align: middle !important;
  width: 100% !important;
}

td.stick_together {
  white-space: nowrap;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  vertical-align: middle !important;
  height: 100%;
}

tr.stick_together {
  white-space: nowrap;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  vertical-align: middle !important;
}



table.dataTable thead th.sorting_asc {
  background-image: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 0px;
}

table.dataTable thead th.sorting_desc {
  background-image: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 0px;
}

table.dataTable thead th {
  outline: none;
}

  table.dataTable thead th.sorting {
    background-image: none !important;
    width: 0px;
    padding: 0 !important;
    margin: 0 !important;
  }

a.close-modal {
  top: 3px !important;
  right: 3px !important;
}



td.details-control {
  background: url('/Images/expand.png') no-repeat center center;
  background-size: 15px;
  cursor: pointer;
  max-width: 25px !important;
  width: 25px !important;
  box-sizing: border-box !important;
  margin: 0px !important;
  padding: 0px !important;
}

tr.shown > td.details-control {
  background: url('/Images/collapse.png') no-repeat center center;
  background-size: 15px;
}

table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.datatable th div.dataTables_sizing {
  font-size: 12px;
}

.dataTables_length {
  padding-top: 5px;
}

tr.shown {
  background-color: rgba(255,241,225,0.5) !important;
}

tr.topShown {
  border-top: 2px solid gray;
  border-left: 2px solid gray;
  border-right: 2px solid gray;
}

tr.bottomShown {
  border-bottom: 2px solid gray;
  border-left: 2px solid gray;
  border-right: 2px solid gray;
}

table {
  border-collapse: collapse !important;
}

.dataTables_scrollHeadInner {
  padding-right: 0px !important;
  width: 99.9% !important;
}

.dataTables_empty {
  background-color: lightgray;
}

.column-search-select option {
  font-size: 9px;
}
