body {
    background-color: transparent;
}
.well {
	background: #fff;
	box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
}
.header {
	margin-bottom: 15px;
}
.header h1, .header h2, .header h3, .title {
	display: inline-block;
	font-size: 20px;
}
.header .btn-go-back {
    padding: 7px;
}
.well .form-group:last-child {
	margin-bottom: 0;
}
.requiredField {
	color: red;
}
.search-panel {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  justify-content: right;
}
.datalist-wrapper {
  position: relative;
}
.loading-overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(255,255,255,0.7);
}