.form-control-invalid {
	border-color: #f44336 !important;
}

.search-box-top {
	background-color: #ffffff !important;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}

.search-box-bottom {
	background-color: #0280CC !important;
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}

.select-towbar-border {
	border-style: solid;
	border-color: #e0e0e0 !important;
}

.select-towbar-image-margin {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.strikethrough {
  font-size: 1em;
  line-height: 1em;
  position: relative;
}
.strikethrough::after {
  border-bottom: 0.3em solid #CD1719;
  content: "";
  left: 0;
  margin-top: calc(0.3em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}