/*
 Theme Name: Common default css - Virtual Office
 Version: 1
 Author: Wade Berlin
 Last edited: Jaspreet Kaur - August 19, 2020
 */

.form_container li {
	list-style: none;
	width: 99%;
}
.form_container li b {
	display: inline-block;
	width: 120px;
	text-align: right;
}
.customer_search_form {
	position: relative;
	display: block;
	padding: 0 0 10px;
}
.search_property.listing_age {
	margin-bottom: 10px;
}
.customer_search_form li b {
	width: 100px !important;
}
.customer_search_form label {
	vertical-align: top;
	width: 150px;
	display: inline-block;
}
.search_title {
	width: 350px;
}
.customer_search_form div.searchprice {
	display: inline-block;
	width: auto;
}
.customer_search_form .submitbtn {
	position: absolute;
	display: block;
	width: 150px;
	bottom: 30px;
	right: 5px;
}
div.search_links {
	position: absolute;
	display: block;
	width: 132px;
	top: 5px;
	right: 5px;
	text-align: right;
}
div.search_id {
	position: absolute;
	display: block;
	width: auto;
	top: 5px;
	left: 5px;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 900;
}
.account_settings.saved_search .search_links {
	top: 35px;
}
.account_settings.saved_search .view-search-link {
	display: inline-block;
}

/**
 *     Virtual Office Like Function Styles.
 */
.like_off {
	display: inline-block;
	margin-left: 10px;
	width: 22px;
	height: 22px;
	background: url(/templates/common/icons/heart-outline.png) no-repeat;
	background-size: contain;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-o-transition: all 1 linear;
	transition: all 1s linear;
}
.like_on {
	display: inline-block;
	margin-left: 10px;
	width: 22px;
	height: 22px;
	background: url(/templates/common/icons/heart-3d.png) no-repeat;
	background-size: contain;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-o-transition: all 1 linear;
	transition: all 1s linear;
}
.like_off:hover {
	background: url(/templates/common/icons/heart-3d.png) no-repeat;
	background-size: contain;
}
.like_on:hover {
	background: url(/templates/common/icons/heart-outline.png) no-repeat;
	background-size: contain;
}
span.like_text {
	visibility: hidden;
	text-indent: -9999px;
}
.a.menu_log.like_nli,
.like_nli {
	display: inline-block;
	margin-left: 10px;
	width: 22px;
	height: 22px;
	overflow: hidden;
	padding: 0px !important;
	background: url(/templates/common/icons/heart-outline.png) no-repeat;
	background-size: contain;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-o-transition: all 1 linear;
	transition: all 1s linear;
}
.like_nli:hover {
	background: url(/templates/common/icons/heart-3d.png) no-repeat;
	background-size: contain;
}
a.menu_log.menu_email_capture {
	position: relative !important;
	display: inline;
	float: none;
}

/**
 *     Default Support for the like widget
 * @note the widget inherits a lot of style from the featured properties css
 */
.customer_likes {
	text-align: center;
	border: 1px solid #030303;
}
.customer_prop {
	text-align: center;
	font-weight: bold;
	color: #030303;
	margin-bottom: 10px;
	border: 0px;
}
.customer_prop img {
	width: 190px;
	border: 0px;
	margin: 2px;
}

/**
 *     Testimonial additions
 */
.customer_testimonial li b {
	vertical-align: top;
}
input.testimonial_title {
	width: 75%;
}
textarea.testimonial_message {
	width: 75%;
	height: 80px;
}

/* like icon on login to like link */
.like_login {
	text-indent: -999999px;
	background: url(/templates/common/icons/heart-outline.png) no-repeat;
	background-size: contain;
	width: 22px;
	height: 22px;
	display: inline-block;
	cursor: pointer;
}

/* Wade Edits*/
.account-dashboard {
	overflow: visible !important;
	float: none;
	position: relative;
}
.widget {
	position: relative;
	overflow: hidden;
	width: 49%;
	float: left;
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5);
	color: #000;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	color: #000;
}
.widget:first-child {
	margin-left: 0px;
}
.widget:last-child {
	margin-right: 0px;
}
.widget .widget-title {
	font-weight: bold;
	padding: 10px;
	background-color: #eee;
	box-sizing: border-box;
}
.widget > .widget-inner {
	height: 300px;
	overflow: scroll;
}
.widget > .widget-inner .widget-subtitle {
	font-weight: bold;
	font-size: 1.4rem;
}
.widget > .widget-inner > div {
	overflow: hidden;
	padding: 5px 10px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
}
.widget > .widget-inner > div li {
	padding: 5px 0;
}
.widget_listings > .widget-inner > div li,
.widget_create_poll > .widget-inner > div li,
.widget_create_testimonial > .widget-inner > div li,
.widget_fsbo_pocket_listings > .widget-inner > div li {
	border-bottom: 1px solid #eee;
	padding: 5px 10px;
	margin: 0px -10px;
}
.widget_listings > .widget-inner > div li:last-child,
.widget_create_poll > .widget-inner > div li:last-child,
.widget_create_testimonial > .widget-inner > div li:last-child,
.widget_fsbo_pocket_listings > .widget-inner > div li:last-child {
	border-bottom: none;
}
.widget > .widget-inner > div.agentpage li b,
.widget > .widget-inner > div.agentpage li {
	margin-right: 0;
	margin-bottom: 0;
}
.widget_id_1 {
	margin: 0px 1% 10px 0px;
}
.widget_id_2 {
	margin: 0px 0px 10px 0px;
}
.widget .agentpage img {
	max-width: 100px;
	height: auto;
	position: static;
	margin-right: 10px;
}
.widget-footer {
	padding: 15px 10px;
	background-color: #eee;
	min-height: 43px;
	box-sizing: border-box;
}
.widget-add {
	position: absolute;
	right: 5px;
	bottom: 15px;
}
.widget-add a,
.widget-footer a {
	border-radius: 5px;
	padding: 4px 10px;
	font-size: 1.3rem;
	margin: 0 !important;
}
.widget-footer a {
	padding: 4px 0;
}
.widget-add a:hover,
.widget-add a:active,
.widget-footer a:hover,
.widget-footer a:active {
	position: relative;
	top: 2px;
	box-shadow: none;
	cursor: pointer;
}
.widget_id_3 {
	margin: 0px 0 20px 0px;
}
.theCustomer {
	display: block !important;
	width: 100%;
}

/* view profile widgets */
.profile-widget-body .customer-address,
.profile-widget-body .customer-zipcode {
	display: block;
}

/* two column notice widget */
.widget-notice-container {
	width: 66.1%;
}
.widget .widget-title {
	color: #000000;
}

/* removes disabled x scroll bars (visible on pretty much everything except an OSX system */
.widget > .widget-inner {
	overflow-x: hidden;
}
.account-dashboard-footer:after {
	content: "";
	display: block;
	clear: both;
}
div.clickable-widget {
	position: relative;
}
div.clickable-widget a {
	width: 100%;
	height: 100%;
	line-height: 20px;
	text-decoration: none; /* No underlines on the link */
	z-index: 10; /* Places the link above everything else in the div */
	background-color: #fff; /* Fix to make div clickable in IE */
}
