#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;
}

.aeRntInstrumentDetailTable tbody{
	display:block;
}

.aeRntInstrumentDetailTable tr:first-child{
	display:none;
}

.aeRntInstrumentDetailTable tr{
	display:block;
	box-shadow:0 0 3px rgba(0,0,0,.3);
	position:relative;
	padding:1em;
	padding-bottom:100px;
	margin-bottom:12px;
}

.aeRntInstrumentDetailTable tr td{
	display:block;
	width:100%;
	border-top:none;
	padding:0 !important;
	text-align:center;
}

@media (min-width: 768px) {
  .aeRntInstrumentDetailTable tbody {
	display:flex;
	flex-wrap:wrap;	
	gap:2rem;
	justify-content:center;
  }
  .aeRntInstrumentDetailTable tr {
	display:block;
	    width: 23%;
	    max-width: 100%;
	    margin: 0;
	    float: left;
	    box-shadow:0 0 3px rgba(0,0,0,.3);
	    padding:2em;
	    position:relative;
	    padding-bottom:100px;
   }
}

.aeRntInstrumentDetailTable tr:nth-child(2) {
	margin-left:0;
}

.aeRntInstrumentDetailTable tr td:nth-child(1) {
	padding:0;
	position:absolute;
	bottom:23px;
	right:0;
	left:0;
	text-align:center;
}

.aeRntInstrumentDetailTable tr td:nth-child(2) {
	font-weight:Bold;
	font-size:22px;
}

.aeRntInstrumentDetailTable td {
	border:none !important;
}

span.select2.select2-container, div.form-group-full > .div {
	min-width: 347px;
}
