body {
	background: lightgray;
}
#daPageContentStuffs{
   background: lightgray;
}

#daHeaderHeader > div:nth-child(1) {
background-color: lightgray;
}
#daAgentHeaderTitle {
background-color: lightgray;
}

#daHeaderMenuFull {
background-color: lightgray;
}

#daHeaderMenuFull > div:nth-child(1) {
background-color: lightgray;
}

div.relativeDiv:nth-child(9) {
background-color: lightgray;
}

div.relativeDiv:nth-child(7) {
background-color: lightgray;
}

/* SIDE MENU */
.sidebar-content h3 {
	color: black;
}
.sidebar-nav-item {
	color: black;
	background-color: rgba(211, 211, 211, 1);
	box-shadow: 0px 5px 4px -1px rgba(0,0,0,0.5);
}
.sidebar-nav-item::before {
	background-color: #a31d21;
}
.sidebar-nav-item:hover{
	color: white;
	background-image: linear-gradient(to bottom, rgba(211, 211, 211, 1), rgba(162, 162, 162, 1));
}

.sidebar-content {
	border-left: 1px solid #9d9d9d;
}

.commission-table td, .commission-table th {
	border: 1px solid #848383 !important;
}

.commission-table tr:nth-child(2n) {
	background-color: #e6e3e3;
}

.daBuyerzGuidePDFbutt {
	background-color: rgb(255, 255, 255);
}


/* LISTING DETAIL */
.listing-detail-content-container {
	background-color: lightgray;
}
.listing-detail-top-menu-buttons {
	border-right: 2px solid #5C5C5C;
}
.listing-detail-top-menu-buttons:hover {
	background-color: #777777;
}
.listing-detail-main-property-details {
	background-color: #eeeeee;
}
#daSavePropertyFormDetailsLine {
	color: black;
}
.listing-detail-property-description-container {
	border-top: 2px solid #595959;
	border-bottom: 2px solid #595959;
}
.listing-detail-property-features-header, .listing-detail-property-features-header-no-content {
	background-color: lightgray;
	border-top: 2px solid #595959;
	border-bottom: 2px dotted #595959;
}
.listing-detail-property-features-header:hover, .listing-detail-property-features-header-no-content:hover {
	background-color: #595959;
	color: white;
}

.btn-body{
	background-color: rgb(255, 255, 255);
}

/* PROPERTY SEARCH */
.property-search-bar-wrapper {
	background-color: lightgray;
}
.dropdown-content {
	background-color: lightgray;
}
.daTermzResultz:hover {
}
.bedzBathzActive {
}
.bed-bath-search-button:hover{
	background-color: #00b7b7;
}
#daSaveSearchFormHeadline {
}
#daSaveSearchFormDetailsLine {
	color: black;
}
#daSaveSearchFormStuffAtDaBottom {
	color: black;
}
.daSortOptionz:hover {
}
.property-search-info-wrapper {
	background-color: lightgray;
}
#daPropDetailz {
	background-color: lightgray !important;
}
.pageBtn{
	background-color: white;
}
.pageBtnActive{
	color: white;
}

.footerPropSearch {
}

.dropdown-title-area {
  border-bottom: 1px solid #868585;
}