@charset "utf-8";
/* CSS Document for listings with map */
.div-photo-link {
	padding-top: 50%;
	position: relative; 
	overflow: hidden;
	display: block;
	border-radius: 10px;
}
	
.div-photo-link > a > img {
	width: 100%;
	transform: translate3d(-50%,-50%,0);
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 100;
}
	
.div-photo-link > div:first-child {
	position: absolute;
	top: 0%;
	z-index: 1000;
	width: 100%;
}
	
.div-photo-link > div > div:nth-child(1) {
	background-color: rgba(0, 0, 0, .7);
	padding: 3%;
	float: left;
	max-width: 74%;
}
	
.div-photo-link > div > div:nth-child(2) {
	float: right;
	width: 20%;
}
	
.div-photo-link > div > div:nth-child(2) img {
	float: right;
	padding-top: 4%;
	padding-right: 4%;
	cursor: pointer;
}
	
.div-photo-link span {
	color: #ffffff;
	font-weight: bold;
}
	
.a-photo-link { text-decoration: none; }
	
.dv-classified-container {
	width: 48%;
	display: inline-table;
	margin: 0.5% 0.5% 4% 0.5%;
	vertical-align: top;
	border-bottom: 4px solid #969696;
}
	
@media only screen and (max-width: 1065px) {
	.dv-classified-container {
		width: 99% !important;
	}
}
	
div.dv-custom {
	width: 100%
}
	
.dv-custom > div:nth-child(1) {
	float: left;
	width: 30%;
	text-align: left
}
	
.dv-custom > div:nth-child(2) {
	float: right;
	width: 70%;
	text-align: right
}
	
span.dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
}
	
span.red-dot { background-color: #da0000 }
	
span.blue-dot { background-color: #0000ff }
	
span.purple-dot { background-color: #8000ff }
	
span.yellow-dot	{ background-color: #ffff00 }
	
span.green-dot { background-color: #29a329 }
	
span.maroon-dot { background-color: #800000 }
	
span.orange-dot { background-color: #ff8000 }
	
span.silver-dot { backgroung-color: #a6a6a6 }
	
.selectBox {
	position: relative;
}
	
.overSelect {
	position: absolute;
  	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
	
#checkboxes {
	display: none;
	position: absolute;
	background-color: #fffFCC;
	z-index: 1000;
	width: 180%;
}

#checkboxes label {
  	display: block;
}

#checkboxes label:hover {
	background-color: #1e90ff;
}
	
.dropdowncheckbox { width: 100%; }

select { padding-right: 1% !important }
	
.ui-menu-item-wrapper { font-size: 0.8em !important }
	
form { margin: 0% }
	
.container {
	width: 100%;
	display: flex;
	padding-top: 3%;
}

.container > div:nth-child(1) {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	vertical-align: middle;
	float: left;
	width: 58%;
}
	
.container > div:nth-child(2) {
	float: right;
	width: 42%;
}
	
.BlueOcean-button {
	font-family: Tahoma;
	font-size: 1em;
	color: #000000;
	background-color: #9EDFFB;
	border-radius: 9px;
	cursor: pointer;
	padding: 6px;
	margin: 1%;
	border: none;
}

#launcher-frame {
	margin-right: 2.5%;
	bottom: 5px !important;	
}
	
.dv-gallery, .dv-gallery table { width: 100% }

.dv-gallery table { background-color: #F7FAFD }
	
.dv-gallery img {
	border-radius: 10px;
	width: 80px;
   	height: 61px;
}
	
.dv-gallery > table > tbody > tr > td {
	width: 18%;
	padding: 0% 1%;
}
	
#scroll { z-index: 1000; }
	
.dv-main {
	width: 100%;
	height: 69vh;
	min-height: 400px;
}
	
.dv-main > .dv-main-left {
	width: 45%;
	height: 76vh;	
}
	
.dv-main > .dv-main-right {
	width: 55%;
	overflow: auto;
	height: 109%;
}
	
.dv-main-right > table { height: 100% }
	
.dv-listing {
	width: 100%;
	display: table;
}
	
.dv-vertical-separator {
	width: 1%;
	float: right;
	height: 100%;
	border-left: 3px solid #969696;
}
/*
.div-photo-link {
	padding-top: 50%;
	position: relative; 
	overflow: hidden;
	display: block;
	border-radius: 10px;
}

.div-photo-link > a > img {
	width: 100%;
	transform: translate3d(-50%,-50%,0);
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 100;
}
	
.div-photo-link > div:first-child {
	position: absolute;
	top: 0%;
	z-index: 1000;
	width: 100%;
}
	
.div-photo-link > div > div:nth-child(1) {
	background-color: rgba(0, 0, 0, .7);
	padding: 3%;
	float: left;
	max-width: 74%;
}
	
.div-photo-link > div > div:nth-child(2) {
	float: right;
	width: 20%;
}
	
.div-photo-link > div > div:nth-child(2) img {
	float: right;
	padding-top: 4%;
	padding-right: 4%;
	cursor: pointer;
}
	
.div-photo-link span {
	color: #ffffff;
	font-weight: bold;
}
	
.a-photo-link { text-decoration: none; }
	
.dv-classified-container {
	width: 48%;
	display: inline-table;
	margin: 0.5% 0.5% 4% 0.5%;
	vertical-align: top;
	border-bottom: 4px solid #969696;
	padding-bottom: 1.5%;
}
	
div.dv-custom {
	width: 100%
}
	
.dv-custom > div:nth-child(1) {
	float: left;
	width: 30%;
	text-align: left
}

.dv-custom > div:nth-child(2) {
	float: right;
	width: 70%;
	text-align: right
}
	
span.dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
}
	
span.red-dot { background-color: #da0000 }
	
span.blue-dot { background-color: #0000ff }
	
span.purple-dot { background-color: #8000ff }
	
span.yellow-dot	{ background-color: #ffff00 }
	
span.green-dot { background-color: #29a329 }
	
span.maroon-dot { background-color: #800000 }
	
span.orange-dot { background-color: #ff8000 }
	
span.silver-dot { backgroung-color: #a6a6a6 }
	
select { padding-right: 1% !important }
	
.ui-menu-item-wrapper { font-size: 0.8em !important }
	
form { margin: 0% }
	
.container {
	width: 100%;
	display: flex;
	padding-top: 5%;
}

.container > div {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	vertical-align: middle;
}

.BlueOcean-button {
	font-family: Tahoma;
	font-size: 1em;
	color: #000000;
	background-color: #9EDFFB;
	border-radius: 9px;
	cursor: pointer;
	padding: 6px;
	margin: 1%;
	border: none;
}

#launcher-frame {
	margin-right: 2.5%;
	bottom: 5px !important;	
}

.dv-gallery, .dv-gallery table { width: 100% }

.dv-gallery table { background-color: #F7FAFD }

.dv-gallery img { border-radius: 10px }

.dv-gallery > table > tr > td {
	width: 18%;
	padding: 0% 2%;
}

#scroll { z-index: 1000; }

.dv-vertical-separator {
	width: 1%;
	float: right;
	height: 100%;
	border-left: 3px solid #969696;
}
*/