.card-well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.ibox-tools {
  top: unset;
  right: unset;
  position: relative;
}

.ibox-title {
  padding: 14px 15px 7px;
}

.ibox-title :is(h1, h2, h3, h4, h5) {
  float: left;
}

.table {
  border-spacing: 0px 0px;
  color: inherit;
}

.ui-select-choices.ui-select-choices-content.ui-select-dropdown.dropdown-menu {
  display: block;
}

label {
  font-weight: 700;
  max-width: 100%;
}

.btn-secondary {
  background-color: rgb(240, 240, 240);
  border-color: rgba(0, 0, 0, 0);

  color: inherit;
}

.btn-secondary:hover {
  background-color: rgb(240, 240, 240);
  border-color: rgba(0, 0, 0, 0);
  color: #333;
  text-decoration: none;
}

.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: rgb(240, 240, 240);
  color: inherit;
  border-color: rgba(0, 0, 0, 0);
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-secondary-dark {
  background-color: #c2c2c2;
  border-color: #c2c2c2;
  color: #fff;
}

.btn-secondary-dark:hover {
  background-color: #bababa;
  border-color: #bababa;
  color: #fff;
}

.btn-secondary-dark:not(:disabled):not(.disabled):active {
  background-color: #bababa;
  border-color: #bababa;
  color: #fff;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.list-group-item + .list-group-item {
  border-top-width: 1px;
}

.nav > li > a:hover {
  color: white;
}

.nav > li:hover {
  background-color: #293846;
}

/* .modal-open .modal {
  opacity: 1 !important;
} */

.ui-jqgrid .ui-th-column > .ui-th-div  {
	padding-left: 0px; /* Disabled as it broke styling */
	text-align: center; /* Creates same effect as above sort of */
}

.ui-inline-custom {
  margin-left: 14px;
}