
select[aria-controls=datatables] { padding: 5px !important; }
select[aria-controls=datatables_contacts] { padding: 5px !important; }

a {
  cursor: pointer;
}

.customLiveSearch {
  position: absolute;
  width: 90%;
  max-height: 400px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 13px;
  z-index: 999;
  background-color: #fefefe;
  border-bottom: 1px #d9d9d9 solid;
  border-left: 1px #d9d9d9 solid;
  border-right: 1px #d9d9d9 solid;
  border-radius: 2px;
  overflow: auto;
  display: none;
  cursor: pointer;
}


.customLiveSearchElement {
  position: relative;
  padding-left: 8px;
  padding-bottom: 4px;
  padding-top: 4px;
}
.customLiveSearchElement:hover {
  background-color: #efefef;
}

.is-danger
{
  color: red;
}

.quotehide {
  display: none !important;
}

.shiphide {
  display: none !important;
}

.subrow {
  background-color: #ffeeee;
}