.container-fb {
	margin: 0 auto;
	max-width: 800px;
}
.clearboth {
	clear: both;
}
.nobr { 
	white-space:nowrap; 
}  
.resultbox {
	padding: 5px;
	border: 1px solid #DDD;
	margin-bottom: 10px;
	background-color: #EFEFEF;
}
.thumbnail {
	background-color: #FFF;
}
#map_canvas {
	height: 400px;
	margin-bottom: 10px;
}
.pagination {
	margin: 0px;
}
.select2-container {
	margin-left: 0px !important; 
}
.select2-div {
	height: 40px;
}
.ad-gallery {
  width: 420px;
}
.ad-gallery .ad-image-wrapper {
	height: 298px;
}
#listing-tab-content {
	width: 95%;
}
.feature-row {
	border-bottom: 1px solid #DDD;
}
.pager {
	margin: 0 0 5px;
}
.photo-carousel-modal {
    max-height: 600px;
}
.photo-carousel-modal>div {
	margin-left: auto;
	margin-right: auto;
}
.center-text, text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.icon-yellow {
	background-image: url("../img/glyphicons-halflings-yellow.png");
}
.nav > .disabled > a:hover {
	cursor: not-allowed;
	border: 1px solid transparent;
}
#entire-list-modal-body {
	max-height: 450px;
}
#entire-list-modal-body label.checkbox {
	width: 240px;
	float: left;
	display: inline-block;
}
.btn-supermini {
	line-height: 14px;
	font-size: 10px;
}
#reset-search-button {
	margin-right: 5px; margin-top: 5px;
}
.delete-saved-search-dropdown {
	margin-left: -92px;
}
#footer-legal {
	border-top: 1px solid #cecece;
	padding-top: 10px;
	margin-top: 10px;
}
@media print 
{
    .no-print {
        display:none;
    }
    /*
    .tab-content > .tab-pane {
    	display: block !important; opacity: 1 !important;
    }
    */
    .ad-thumbs {
    	overflow: visible;
    }
    .ad-thumb-list {
    	width: 100% !important;
    }
    #image-carousel, #image-carousel .ad-gallery {
    	width: 100%;
    }
    .only-print {
    	display: block !important; opacity: 1 !important; visibility: visible !important;
    }
    #print-layout-main-image-div {
    	width: 60%;
    	float: left;
    }
	#print-layout-main-image {
		/*width: 300px;*/
	}
	#listing-top-details {
		width: 32% !important;
		float: left;
	}
}


div #menu-signed-in-as {
	border-bottom: 1px solid #ddd;
	margin-bottom: 6px;
	padding-bottom: 2px;
	font-size: 11px; 
	color: #777; 
	text-align: center;
}

/* ============= CUSTOM AGENT HEADER =========== */

.agent-header-background {
	height: 230px; 
	width: 100%; 
	top: 0px; 
	left: 0px; 
	z-index: -100;
	background: #ededed; 
	position: absolute; 
}
.agent-header-title {
	padding: 4px;
	font-size: 20px;
	background: #006dcc;
	color: #fff;
	text-align: center;
}
.agent-header-details {
	max-height: 170px; 
	background: #fff;
	background-repeat: repeat-x;
	background-position: left bottom; 
	margin-bottom: 5px;
}
.agent-header-profile-thumb{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.agent-header-dre {
	margin-left: 10px;
	font-size: 11px;
}
.agent-header-info { 
	padding-top: 20px;
	font-size: 14px;
}
.agent-header-address {
	margin-top: 20px;
	font-size: 14px;	
	text-align: right;
}
.agent-header-logo {
	margin-top: 10px;
	margin-right: 10px;
}
.agent-profile-image, .agent-logo-image {
	max-height: 150px;
}

