#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;	
  }
  .aeRntInstrumentDetailTable tr {
	display:block;
	    width: 33%;
	    max-width: 100%;
	    margin: 0 0 24px 2%;
	    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;
}

.aeRntInstrumentDetailTable tr td:nth-child(3):after {
	white-space: pre;
	content: " Down Payment";
}

.aeRntInstrumentDetailTable tr td:nth-child(4):after {
	white-space: pre;
	content: " Monthly Payment";
}

.aeRntInstrumentDetailTable .no-payments .payment-cell {
	display: none;
}

#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 > .panel {
	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;
}

.instrument-pricing-note {
	margin-bottom: 30px;
}

.string-size-help-container {
	margin: 20px 0 24px;
	text-align: left;
}

.string-size-help-link {
	padding: 0;
	border: 0;
	background: transparent;
	color: #092c65;
	font-size: 16px;
	font-weight: 600;
	text-decoration: underline;
	cursor: pointer;
}

.string-size-help-link:hover,
.string-size-help-link:focus {
	color: #516596;
}

.string-size-modal .modal-content {
	overflow: hidden;
	border: 0;
	border-radius: 8px;
}

.string-size-modal-header {
	background: #092c65;
	color: #fff;
}

.string-size-modal-header .close {
	color: #fff;
	opacity: .9;
}

.string-size-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 15px;
}

.string-size-tab {
	padding: 8px 14px;
	border: 1px solid #092c65;
	border-radius: 6px;
	background: #fff;
	color: #092c65;
	font-weight: 600;
	cursor: pointer;
}

.string-size-tab.active,
.string-size-tab:hover,
.string-size-tab:focus {
	background: #092c65;
	color: #fff;
}

.string-size-instructions {
	margin-bottom: 18px;
	padding: 14px 16px;
	border-left: 5px solid #092c65;
	border-radius: 6px;
	background: #f2f5f7;
	line-height: 1.5;
}

.string-size-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.string-size-card {
	display: block;
	width: 100%;
	min-height: 120px;
	padding: 16px;
	border: 1px solid #d8dde1;
	border-top: 5px solid #092c65;
	border-radius: 8px;
	background: #fff;
	color: #333;
	text-align: left;
	cursor: pointer;
	transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.string-size-card:hover,
.string-size-card:focus {
	border-color: #092c65;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
	transform: translateY(-2px);
}

.string-size-card.selected {
	background: #f2f5f7;
	box-shadow: 0 0 0 2px #092c65 inset;
}

.string-size-card-size,
.string-size-card-detail {
	display: block;
}

.string-size-card-size {
	margin-bottom: 8px;
	color: #092c65;
	font-size: 24px;
	font-weight: 700;
}

.string-size-card-detail {
	margin-bottom: 4px;
	font-size: 14px;
}

.string-size-close-btn {
	border-color: #092c65;
	border-radius: 6px;
	background: #092c65;
	color: #fff;
}

.string-size-close-btn:hover,
.string-size-close-btn:focus {
	border-color: #516596;
	background: #516596;
	color: #fff;
}

@media (max-width: 768px) {
	.string-size-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.string-size-card-grid {
		grid-template-columns: 1fr;
	}
}

#InstrumentSel {
	display: none;
}

