.table {
  margin-top: 15px;
  background-color: #81a4f5;
}

.table > tbody {
  font-size: 16px;
}

.table > thead {
  font-size: 18px;
}

.table > tbody > tr > td {
  padding: 3px;
}

.search-box {
  margin-top: 15px;
}

.tab-pane {
  padding-top: 10px;
}

#parts_list_search {
  height: 200px;
  overflow-y: scroll;
}

.card {
  background-color: #cadaff;
}

label {
  color:grey;
  font-weight: bold;
}

textarea {
  background-color: #e6ecfb;
}

h1 {
  color: rgb(81, 104, 234) !important;
}

h4 {
  color: rgb(120, 110, 232);
  text-shadow: 1px 1px 1px rgb(95, 95, 95);
}

input {
  background-color: rgb(190, 190, 190);
}

.form-control {
  height: 32px;
  padding: 3px;
}

.form-group {
  margin-bottom: 8px;
}

label {
  margin-bottom: 2px;
}

.category_container_list {
  padding: 5px;
  width: 100%;
  height: 45%;
  margin-bottom: 15px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.category_list {
  list-style: none;
  margin-left: 4px;
  padding-left: 4px;
}

.category_list > li {
  padding-left: 0.5em;
  /*text-indent: -1em;*/
}

.category_list > li:before {
  padding-right: 3px;
}

.modal-item-end {
  height: 100%;
  width: 34px;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.modal-item-start {
  height: 100%;
  width: 34px;
  border-radius: 0;
}

.hide {
  display: none;
}

.category_item {
  height: 34px;
  font-size: smaller;
  cursor: pointer;
  width: 100%;
  border: 1px solid rgb(128, 128, 128);
  margin: 2px;
  border-radius: 10px;
  background-color: lightgrey;
}

.category_item_active {
  border: 1px solid rgb(126, 159, 250);
  background-color: slategray;
}

.category_item_selected {
  border: 3px solid rgb(80, 123, 243);
  background-color: rgb(42, 49, 56);
  color: white;
}

#login_div {
  margin-top: 85px;
}

.table,
.nav-tabs {
  margin-top: 10px;
}

body {
  background-color: #141b49;/* #e3f7fc; */
}

h1 {
  color: rgb(214, 200, 200);
}

.pointer {
  cursor: pointer;
}

.tab-pane {
  background-color: #81a4f5;
  min-height: 400px;
}

.nav-link.active {
  background-color: #81a4f5 !important;
}

.table-hover:hover {
  cursor: pointer;
}

.tr_input {
  width: 80px;
}

.tr_input_price {
  width: 100px;
}

#busy_screen {
  z-index: 1051;
	background-color:white;
	position: fixed;
	opacity: 0.9;
	width:100%;
	height:95%;
  display: none;
}

#busy_modal_img {
	text-align: center;
	vertical-align: middle;
	opacity: 2;
}

.alert {
  z-index:999;
  width:100%;
}

.notes {
  max-width: 350px;
}