#SelectDistrict #Selections, #SelectSchool{
	display:none;
}

#RentalSearch{
		display: block;
		width: 100%;
		padding: 6px 12px;
		font-size: 16px;
		line-height: 1.42857143;
		color: #555555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		border-radius: 4px;
}
 
#RentalAutocompleted {
    display: none;
    position: absolute;
    z-index: 100; 
    padding: 6px 20px; 
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555555;
    background-color: aliceblue;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    overflow: auto; 
    max-height: 600px;
	width: calc(100% - 40px);
}

@media (max-width: 768px) {
  #RentalAutocompleted {
    max-height: calc(100vh - 310px);
    font-size: 14px;
  }
}

#RentalAutocompleted li{ 
    padding: 6px 12px;
	overflow: hidden;  
    vertical-align: top;
	list-style-type: none;
}

.lstItmNormal:hover{
	font-weight: 700;
    color: blue;
}

.lstItmNormal{
    background-color: transparent;
}

.lstItmOver{
	font-weight: 700;
    color: blue;
}

#InstrumentImages {
	margin-top: 30px;
	margin-bottom: 30px;
}

#InstrumentImages img {
	max-height: 150px;
}

#InstrumentImages > div {
	border: 1px solid transparent;
	border-radius: 5px;
	transition: border 0.25s;
	cursor: pointer;
	user-select: none;
}

#InstrumentImages > div.selected {
	border-color: #a00c1d;
}

#InstrumentImages > div.notselected {
	opacity: 0.5;
}

#InstrumentImages > div > * {
	font-weight: bold;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 5px;
}

#InstrumentImages > div {
	min-height: 270px;
}

#InstrumentSel {
	display: none;
}

