span.tt {
	background-color: #ccc;
	display: inline-block;
	min-width: 8px;
	padding: 2px 5px;
	font-weight: var(--bold);
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 50%;
	margin: 0.2em;
}

#loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #17458f; /* Blue */
	border-radius: 50%;
	width: 160px;
	height: 160px;
	animation: spin 2s linear infinite;
	position: fixed;
	top: 45%;
	left: 45%;
	display: none;
	z-index: 1000;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

a.asc:after, a.desc:after {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding-left: 5px;
}

a.asc:after {
	content: /*"\e113"*/ "\e151";
}

a.desc:after {
	content: /*"\e114"*/ "\e152";
}

.offer-ribbon {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  /* opacity: 0.8; */
  background-color: #d10;
}
.offer-ribbon h4 {
  color: white;
  text-align: center;
  padding: 6px 4px;
  margin: 0;
}
.offer-ribbon p {
  margin: 0;
}
#sidebarContainer {
	position: relative;
}
#property-ribbon {
	margin-top: 1em;
	background-color: #d10;
}
#property-ribbon h4 {
  color: white;
  text-align: center;
  padding: 12px 4px;
  margin: 0;
}
#property-ribbon p {
  margin: 0 !important;
}
#property-ribbon span.tt {
	background-color: white;
	min-width: 24px;
	color: red;
	font-weight: bold;
}
#bannerText {
	display: none;
	/* position: absolute;
	top: 80px;
	left: 0; */
	margin-top: 10px;
	width: 100%;
	background-color: white;
	padding: 1rem;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	z-index: 1000;
}
#bannerText p {
	margin: 0;
}

.ui-datepicker {
	z-index: 1000 !important;
}

