/**
 * 	Buttons
 */

.edit-action-item.action-preview a {
	background: url("../images/reset-dashboard-icon.png") no-repeat center top;
}

.tab-label-property-information,
.tab-label-interior-features,
.tab-label-exterior-features,
.tab-label-facility-features,
.tab-label-area-features,
.tab-label-listing-images {
	padding: 0px 25px;
}

/*** CSS for custom tabs ***/
.custom-tabs {
	width: 100%;
	margin: 0 auto;
}

.custom-tabs ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.custom-tabs ul.tabs li {
	background: #dee0e3;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	margin: 0px;
	border-radius: 5px 5px 0px 0px;
}

.custom-tabs ul.tabs li.current {
	background: #212d40;
	color: #fff;
}

.custom-tabs .tab-content {
	display: none;
	padding: 5px;
	border: 2px solid #212d40;
}

.custom-tabs .tab-content.current,
.multipleactions-area.process-pop-del-images b {
	display: inherit;
}

/*** CSS for any custom form ***/
.form-wrap .note {
	margin: 0px 0 10px 0px;
	font-size: 15px;
	color: #f00;
}

.customform-data-container ol,
.customform-data-container .wrap-notes.document-wrap p.document-action-btns {
	margin-top: 10px;
}

.customform-data-container li {
	margin: 3px 3px;
}

.customform-data-container li input[type="text"],
.customform-data-container li select,
.customform-data-container li textarea {
	width: 100% !important;
	color: #444;
	margin: 0px !important;
	max-width: 100%;
}

.customform-data-container li input[type="text"],
.customform-data-container li select {
	height: 40px !important;
}

.customform-data-container li input[type="text"]:focus,
.customform-data-container li select:focus,
.customform-data-container li textarea:focus {
	border: 1px solid #000 !important;
}

.customform-data-container .display_inline_block {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	border: none;
	margin-left: 10px;
}

.customform-data-container .property_description {
	min-height: 150px;
}

.customform-data-container .top-border-line {
	border-top: 2px solid #212d40;
}

.custom-btn {
	background-color: #ccc;
	border: 1px solid #ccc;
	color: #000;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.custom-btn:hover,
.btn-circle:hover {
	opacity: 0.8;
}

.btn-danger {
	background-color: #d9534f;
	border-color: #d43f3a;
	color: #fff;
}

.btn-success {
	background-color: #5cb85c !important;
	border-color: #4cae4c !important;
	color: #fff !important;
}

.btn-primary {
	background-color: #337ab7;
	border-color: #2e6da4;
	color: #fff;
}

.btn-warning {
	background-color: #ffa500;
	border-color: #eea236;
	color: #fff;
}

.btn-default {
	background-color: #5e5e5e;
	border-color: #ccc;
	color: #fff;
}

.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-dark {
	color: #fff;
	background-color: #ed174c;
	border-color: #ff003f;
}

.btn-light {
	color: #fff;
	background-color: #18ba9b;
	border-color: #00e0b5;
}

.btn-white {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
}

.btn-disabled {
	cursor: not-allowed;
	opacity: 0.7;
}

.btn-wrap {
	float: left;
	margin: 0px 10px;
	width: auto;
}

.text-center,
div.customer-info-frontend button,
.sales-comm-report-list tr td {
	text-align: center;
}

.text-left,
.widget-edit-form .display_inline_block,
div.thedocument button {
	text-align: left;
}

.text-right {
	text-align: right;
}

.img-upload-area {
	margin-top: 10px;
	width: 100%;
}

.drag-drop-area-wrap {
	width: 70%;
	margin: 0 auto;
}

.drag-drop-area {
	background-color: #c8dadf;
	font-size: 1.25rem;
	padding: 100px 20px;
	position: relative;
	outline: 2px dashed #92b0b3;
	outline-offset: -10px;
	color: #333;
	transition: outline-offset 0.15s ease-in-out 0s,
		background-color 0.15s linear 0s;
}

.drag-drop-area .drop-icon {
	display: block;
	fill: #92b0b3;
	height: 60px;
	width: 100%;
	margin-bottom: 40px;
}

.drag-drop-area .choose-file-label:hover {
	cursor: pointer;
	color: #9f792c;
}

.progressBar {
	position: relative;
	height: 30px;
	background-color: #ddd;
	margin: 0 auto;
	margin-bottom: 5px;
	width: 70%;
	display: none;
}

.progressBar.small {
	width: 100%;
	height: 4px;
}

.progressBar-inner {
	position: absolute;
	width: 0%;
	height: 100%;
	background-color: #5cb85c;
	margin: 0px;
}

.progressBar span {
	float: left;
	padding: 5px;
	text-align: left;
	width: 400px;
	font-size: 12px;
	color: #fff;
}

#ajax-resp-msg {
	padding: 5px;
	margin-left: 10px;
	font-size: 12px;
	color: #5cb85c;
	display: none;
}

.resp-message-custom {
	padding: 5px !important;
	margin-left: 10px !important;
	font-size: 15px !important;
	color: #000 !important;
}

/** CSS for dashboard widgets **/
.dashboard-widget-wrap .images-widget-img-wrap {
	float: left;
	width: 42%;
	margin: 10px;
}

.dashboard-widget-wrap .images-widget-img-wrap img {
	width: 100%;
	height: 85px;
	cursor: pointer;
	border: 2px solid #212d40;
}

.widget-edit-form .display_inline_block li {
	display: inline-block;
	vertical-align: top;
}

.widget-edit-form .width-quarter,
.cwidget.transaction-manager-widget {
	width: 24%;
}

.widget-edit-form .width-half {
	width: 48%;
}

.widget-edit-form .width-full {
	width: 98%;
}

.widget-edit-form .street-number,
.widget-edit-form .lc-add-zipcode {
	width: 95px !important;
}

.widget-edit-form .street-type,
.widget-edit-form .street-direction {
	width: 145px !important;
}

.widget-edit-form .lc-add-state {
	width: 185px !important;
}

.widget-edit-form .input-radio input {
	margin: 0px 6px 0px 5px;
	float: left;
	cursor: pointer;
	transform: scale(1.5);
}

.widget-edit-form .input-radio div {
	float: left;
	width: 150px;
	padding-bottom: 5px;
	min-height: 35px;
}

.widget-edit-form .input-radio div span {
	float: left;
	font-size: 11px;
	font-weight: 500;
	line-height: 12px;
	width: 75%;
}

.widget-edit-form .display_inline_block li label {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
}

div.ui-datepicker,
.wrap-notes.helptip-txt {
	font-size: 13px;
}

.area-show {
	display: block !important;
}

.area-hide {
	display: none !important;
}

.list_img_div {
	margin-left: 25px;
	display: list-item;
	float: left;
	list-style: none;
	margin-bottom: 30px;
	background: #fff;
}

.list_img_div img {
	border: 1px solid #ddd;
	width: 225px;
	padding: 10px;
	height: auto;
	height: 140px;
}

.list_img_div .edits_icon,
.list_img_div .delete-image {
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	margin-left: 15px;
}

.edit_icon {
	border: solid 1px;
	padding: 5px;
	background-color: #212d40;
	text-align: right;
}

.multipleactions-area {
	padding: 0px 0px 10px 25px;
	float: left;
	width: 94%;
}

.pocket-images-instructions {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 25px;
}

.action-update_feed a:hover {
	padding-bottom: 4px !important;
}

.widget-form-title {
	border-bottom: 1px solid #424242;
	font-size: 18px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.customer-dashboard-anchor {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.ui-dialog {
	margin: 0 auto;
}

.customer-info {
	float: left;
	padding: 10px;
}

.customer-info div a {
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
}

.thedocument > .document-icons {
	display: none;
	position: absolute;
	width: 120px;
	z-index: 10;
	background: #9f792c;
	bottom: 0px;
	left: 0px;
	padding-top: 5px;
}

.toggle-buttons:hover > .toggle-buttons-area,
.thedocument:hover .document-icons,
.document-preview-wrap:hover > .hover-document-preview {
	display: block;
}

.document-icons i {
	font-size: 18px;
	margin: 5px;
	cursor: pointer;
	color: #fff;
}

.document-icons i:hover {
	opacity: 0.7;
}

.customform-data-container li.price-type-input input[type="text"] {
	width: 60% !important;
	float: left;
	border-radius: 4px 0px 0px 4px !important;
	border-right: none !important;
}

.customform-data-container .add-new li.price-type-input input[type="text"] {
	width: 51% !important;
}

.customform-data-container .add-new li.price-type-input select {
	width: 49% !important;
}

.customform-data-container li.price-type-input select {
	width: 40% !important;
	float: left;
	font-size: 14px;
	border-radius: 0px 4px 4px 0px !important;
	padding-right: 20px !important;
}

.customform-data-container .transaction-documents-list {
	width: 100%;
}

.customform-data-container .transaction-documents-list li label {
	width: auto;
	font-size: 14px;
	margin-right: 10px;
	padding: 5px 10px;
	background: #9f792c;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
}

/* Style the tab */
div.vertical-tab {
	float: left;
	width: 22%;
	margin-bottom: 10px;
	min-height: 650px;
}

/* Style the buttons inside the tab */
div.vertical-tab button {
	display: block;
	background-color: inherit;
	color: #000;
	padding: 15px 6px;
	width: 100%;
	border: none;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
}

div.vertical-tab .thedocument {
	padding: 0;
	float: none;
	width: 98%;
	margin: 0;
	position: relative;
	word-wrap: break-word;
}

div.vertical-tab .thedocument i {
	font-size: 12px !important;
}

div.customer-info-frontend {
	width: 100px;
	float: left !important;
	margin: 5px;
}

div.vertical-tab .customer-info-frontend i {
	right: 5px;
	top: 5px;
	position: absolute;
}

/* Change background color of buttons on hover */
div.vertical-tab .thedocument button:hover {
	background-color: #fffbd4;
}

/* Create an active/current "tab button" class */
div.vertical-tab .thedocument button.active {
	background-color: #fffbd4;
	opacity: 1;
}

/* Style the tab content */
.vertical-tabcontent {
	float: left;
	padding: 0px 12px;
	border-left: 2px solid #ccc;
	width: 75%;
}

.vertical-tabcontent h2 {
	margin: 10px 0px;
}

.vertical-tabcontent .document-action-btns {
	float: right;
	margin-top: 20px !important;
}

.vertical-tabcontent .document-action-btns label i {
	font-size: 20px;
}

#accountform .thedocument .note {
	margin-left: 0;
	width: 100%;
	margin: 30px 0px;
}

.dragover {
	opacity: 0.4;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	left: 0;
}

#doc-drag-drop-area-hidden {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

#drag-drop-area .circle {
	width: 60%;
	height: 200px;
	border: 5px dashed #212d40;
	background-color: #9f792c;
	color: #fff;
	margin: 0 auto;
	margin-top: 40px;
	font-size: 20px;
}

.review-icon {
	font-size: 18px !important;
}

.doc-review-status,
.hover-document-preview img,
.hover-document-preview iframe,
.subhead_title.toggle-tab {
	cursor: pointer;
}

.review-icon.fa-exclamation-circle {
	color: #ffa500;
}

.review-icon.fa-check-circle {
	color: #5cb85c;
}

.review-icon.fa-times-circle {
	color: #d9534f;
}

.review-icon.legend {
	font-size: 14px !important;
}

.customer-info.legend {
	margin: 0;
}

.logs_container li.lead-contact-note.contact-note {
	background-color: #b0f1ae;
}

.customform-data-container .documents-container {
	width: 70%;
	display: inline-block;
}

.customform-data-container .documents-action-container {
	width: 15%;
	float: right;
	display: inline-block;
	vertical-align: top;
}

.customform-data-container .wrap-notes {
	background-color: #ffc;
	border-left: 6px solid #ffeb3b;
	padding: 10px;
	text-align: left;
	margin-top: 10px;
	cursor: pointer;
	font-size: 15px;
}

.customform-data-container .wrap-notes.document-wrap {
	background-color: #f4f8fb;
	cursor: default;
	border-left: 6px solid #dddfe2;
}

.customform-data-container .wrap-notes.document-wrap.mandatory {
	border-left: 6px solid #f00;
}

.customform-data-container .wrap-notes.document-wrap.preferred {
	border-left: 6px solid #ffa500;
}

.customform-data-container .wrap-notes.document-wrap.activedoc {
	background-color: #c7e7ff;
}

.customform-data-container .wrap-notes.document-wrap.agentnote {
	background-color: #cad8ed;
	border-left: 6px solid #8ba3c6;
}

.customform-data-container .wrap-notes.document-wrap.contactnote {
	background-color: #b0f1ae;
	border-left: 6px solid #5cb85c;
}

.customform-data-container .wrap-notes.document-wrap p.access {
	font-size: 12px;
}

.customform-data-container .wrap-notes.document-wrap p.docname {
	font-size: 16px;
	line-height: 20px;
}

.customform-data-container .wrap-notes.document-wrap .document-preview-wrap {
	float: left;
	width: 65px;
	margin-right: 10px;
	position: relative;
}

.customform-data-container .wrap-notes.document-wrap .document-preview {
	width: 60px;
	height: 60px;
	border: 1px solid #5e5e5e;
}

.customform-data-container .wrap-notes-description a {
	text-decoration: underline;
}

.customform-data-container .wrap-notes.danger {
	background-color: #fdd;
	border-left: 6px solid #f44336;
}

.customform-data-container .wrap-notes.success {
	background-color: #dfd;
	border-left: 6px solid #4caf50;
}

.customform-data-container .wrap-notes-description {
	border-left: 6px solid #ffeb3b;
	padding: 10px;
	text-align: left;
	display: none;
	font-size: 13px;
}

.customform-data-container .wrap-notes-description div.item-wrap {
	padding: 10px;
}

.customform-data-container .wrap-notes-description p {
	line-height: 25px;
	font-size: 12px;
}

.customform-data-container .wrap-notes-description.danger {
	border-left: 6px solid #f44336;
}

.customform-data-container .wrap-notes-description.success {
	border-left: 6px solid #4caf50;
}

/*css for calender*/
.calender-year {
	padding: 5px 25px;
	width: 100%;
	float: left;
	text-align: left;
	background: #1abc9c;
}

.calender-year ul li a {
	color: #fff;
	font-size: 14px;
}

.calender-year ul li {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.calender-month {
	margin: 0;
	padding: 10px 0;
	background-color: #ddd;
	float: left;
	width: 100%;
	padding: 0 25px;
}

.calender-month li {
	display: inline-block;
	width: 7%;
	color: #666;
	text-align: left;
}

/*css for tags*/
p.tags .label {
	display: inline;
	padding: 0.4em 0.7em 0.4em;
	font-size: 77%;
	font-weight: 700;
	line-height: 2;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
	cursor: pointer;
}

p.tags .label:hover,
.doc-review-status:hover {
	opacity: 0.8;
}

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 8px 6px;
	font-size: 13px;
	line-height: 1.428571429;
	border-radius: 15px;
	cursor: pointer;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.zero-border {
	border: 0px !important;
}

.zero-pad {
	padding: 0px !important;
}

.zero-margin {
	margin: 0px !important;
}

.additional-doc {
	padding: 5px 0px;
}

/*css for contact card*/
.employee-box {
	display: inline-block;
	width: 30%;
	margin: 0px 30px 20px 0;
	vertical-align: top;
}

.employee-box-inner {
	padding: 2.5em 0;
	float: left;
	width: 100%;
	height: 125px;
}

.emp-avater-wrap {
	width: 35%;
	float: left;
	border-right: 2px solid #dddfe2;
}

.emp-avater {
	max-width: 80px;
	margin: 0 auto;
	position: relative;
	background-color: #dddfe2;
	border-radius: 50px;
	height: 80px;
}

.emp-avater i {
	margin: 15px 20px;
	font-size: 50px;
	cursor: pointer;
	color: #212d40;
}

.emp-avater-helptip i {
	margin: 0px 10px 0px 0px;
	font-size: 35px;
	color: #212d40;
}

.emp-info-wrap {
	float: left;
	width: 55%;
	padding: 0px 15px;
}

.emp-caption,
.listing-details-panel .list-img-comments {
	width: 100%;
	float: left;
}

.emp-caption h4 {
	margin-bottom: 5px;
	color: #212d40;
}

.emp-designation {
	line-height: 25px;
	text-align: center;
	float: left;
	width: 100%;
	font-weight: 400;
}

.emp-address {
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}

.emp-flix {
	margin-top: 8px;
}

.emp-flix a,
.goback-button,
.goback-button:hover {
	color: #fff !important;
}

.card-infoblock {
	padding: 12px;
	box-shadow: 0px 2px 4px -4px #5e5e5e;
	display: flex;
	align-items: center;
}

.helptip-notes {
	width: 30%;
	margin-right: 10px;
}

#contact-notes-helptip .helptip-notes {
	height: 65px;
	overflow: hidden;
}

.note-delete-btn {
	position: absolute;
	right: 7px;
	top: 5%;
	font-size: 13px;
	width: 17px;
	height: 15px;
}

.toggle-buttons-area,
.action-add-listing-widget .widget-form-title,
.update-action-add-listing-widget .widget-form-title {
	display: none;
}

.hover-document-preview {
	display: none;
	position: absolute;
	min-width: 400px;
	text-align: center;
	z-index: 10;
	background: #fff;
	box-shadow: 0px 0px 10px 5px #888;
	padding: 5px;
	top: 0px;
	left: 65px;
}

/* The Overlay (background) */
.fullscreen-overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999 !important;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.9);
	overflow-x: hidden;
	transition: 0s;
}

/* Position the content inside the overlay */
.fullscreen-overlay-content {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	height: 100%;
}

.pdf-iframe-wrap {
	overflow: hidden;
	height: 100%;
}

.fullscreen-overlay-content iframe {
	height: 100% !important;
}

/* Position the close button (top right corner) */
.fullscreen-overlay .closebtn {
	position: absolute;
	top: 40px;
	right: 20px;
	color: #fff;
	font-size: 30px;
	z-index: 1;
	border: 2px solid #fff;
	background: #000;
	line-height: 20px;
	padding: 2px;
	border-radius: 20px;
}

.customform-data-container .wrap-notes-description div.commn-item-wrap {
	padding: 5px;
}

.customform-data-container .wrap-notes-description div.commn-item-area {
	padding: 4px 0px;
}

.customform-data-container
	.wrap-notes-description
	div.commn-item-area
	.remove-commn-item {
	cursor: pointer;
	color: #d9534f;
	font-size: 14px;
}

/*Add Title and Description field in Edit Listing image popup*/
.list_img_div {
	margin-left: 22px;
}

.multipleactions-area {
	float: right;
	width: 100%;
	text-align: right;
	margin-right: 33px;
	padding: 16px 0px 10px 25px;
}

#edittitlesec ol {
	list-style-type: none;
}

#edittitlesec li {
	list-style-type: none;
	margin: 10px 3px;
	float: left;
	width: 100%;
}

#edittitlesec li b {
	display: inline-block;
	width: 14%;
	float: left;
	text-align: left;
	margin-right: 3px;
}

#edittitlesec li input[type="text"],
#edittitlesec li textarea {
	float: left;
	width: 70% !important;
}

#edittitlesec li textarea {
	height: auto !important;
}

.list_img_div .delete-image {
	color: #fff;
	cursor: pointer;
	margin-left: 15px;
	background: #d43f3a;
	border-radius: 100%;
	padding: 5px 3px 6px 3px;
	width: 20px;
	height: 23px;
	text-align: center;
	font-size: 13px;
	position: absolute;
	margin-top: -153px;
	left: 205px;
}

.list_img_div {
	margin-left: 15px;
	display: list-item;
	float: left;
	list-style: none;
	margin-top: 15px;
	background: #cad8ed;
	border-left: 6px solid #8ba3c6;
	margin-bottom: 0px;
}

.edit_icon {
	border: 0px;
	padding: 0px;
	background-color: none !important;
	text-align: right;
	position: relative;
	height: 0px;
	line-height: 0px;
	display: none;
}

.list_img_div:hover .edit_icon {
	display: block;
	cursor: pointer;
}

.listing-details-panel .list_img_div {
	width: 95%;
}

.listing-details-panel .list_img_div .delete-image {
	font-size: 13px;
	color: #fff;
	cursor: pointer;
	margin-left: 15px;
	background: #d43f3a;
	border-radius: 100%;
	padding: 4px 5px 6px 5px;
	width: 16px;
	height: 16px;
	text-align: center;
	position: inherit;
	margin-top: 0;
	left: 0;
}

.listing-details-panel .list-img-title {
	width: 100%;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
}
.listing-details-panel .list_img_div img {
	border: 0px solid #ddd;
	width: 225px;
	padding: 10px;
	height: auto;
	height: 140px;
	float: left;
	margin-right: 10px;
}

.listing-details-panel .edit_icon {
	display: block;
	width: auto;
	float: right;
	margin: 10px;
}

.listing-details-panel .list_img_div .edits_icon,
.listing-details-panel .list_img_div .view_icon {
	width: 16px;
	height: 16px;
	border-radius: 100%;
	font-size: 15px;
	margin-right: 5px;
	padding: 4px 5px 5px 5px;
	position: inherit;
	margin-top: 0;
	left: 0;
	margin-left: 0px;
}

.listing-details-panel .list_img_div .edits_icon {
	background: #337ab7;
}

.listing-details-panel .list_img_div .view_icon {
	background: #5e5e5e;
	color: #fff;
}

.listing-details-panel .edit_icon .childChk {
	padding: 0;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	font-size: 15px;
	margin-right: 8px;
	margin-top: -1px !important;
	left: 4px;
}

.cont-sec {
	width: 100%;
	max-width: 600px;
	float: left;
}

.widget-form-body.view-fullsize-image-widget-body img {
	width: auto !important;
	height: auto !important;
	max-height: 500px !important;
	text-align: center;
	margin: 0 auto !important;
	left: 50% !important;
	position: relative;
	transform: translate(-50%);
}

.list_img_div .view_icon,
.list_img_div .edits_icon {
	color: #fff;
	cursor: pointer;
	border-radius: 100%;
	width: 23px;
	height: 23px;
	text-align: center;
	font-size: 15px;
	position: absolute;
	margin-top: -153px;
}

.list_img_div .view_icon {
	margin-left: 10px;
	background: #5e5e5e !important;
	padding: 4px 5px 6px 3px;
	left: 140px;
}

.list_img_div .edits_icon {
	margin-left: 8px;
	background: #337ab7 !important;
	padding: 4px 5px 6px 4px;
	left: 170px;
}

.ui-dialog .ui-widget-header {
	border: 0px;
	background: none;
}

.list_img_div input.childChk {
	padding: 0;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	font-size: 15px;
	margin-right: 8px;
	margin-top: -1px !important;
	left: 4px;
	position: absolute;
}

.input-panel-2 {
	width: 22px;
	float: left;
	background: #5cb85c;
	padding: 4px;
	border-radius: 100%;
	position: absolute;
	height: 23px;
	margin-right: 5px;
	margin-top: -153px;
	left: 124px;
}

.input-panel {
	width: 16px;
	float: left;
	background: #5cb85c;
	padding: 5px;
	border-radius: 100%;
	position: relative;
	height: 16px;
	margin-right: 5px;
}

.expand-area:before {
	content: "Expand for details";
	float: right;
	font-size: 12px;
	margin-right: 30px;
	background-image: url("/themes_admin/admin_light/images/expand-icon.png");
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 30px;
}

.compress-area:before {
	content: "Collapse for summary";
	float: right;
	font-size: 12px;
	margin-right: 30px;
	background-image: url("/themes_admin/admin_light/images/compress-icon.png");
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 30px;
}

li.select2-results__option {
	margin: 0px !important;
	font-size: 13px;
	font-weight: normal;
	float: left;
	width: 100%;
}

span.select2-selection {
	height: 40px !important;
}

span.select2-selection__rendered {
	font-size: 13px;
	font-weight: normal;
	margin-top: 5px;
}

.background-disabled {
	background-color: #dee7f8 !important;
}

.new-one-fourth {
	width: 23.5% !important;
}

.new-one-fifth {
	width: 18.7% !important;
}

.new-one-third {
	width: 32% !important;
}

.listing_summary .alt_price {
	width: 100%;
	display: block;
	padding: 10px 0 5px 0px;
	border-bottom: 1px solid #d8d8d8;
	font-weight: bold;
	line-height: 20px;
}

.listing_summary .alt_address {
	width: 100%;
	display: block;
	padding: 10px 0 5px 0px;
	border-bottom: 1px solid #d8d8d8;
	font-weight: bold;
	line-height: 20px;
}

.listing_summary .alt_details {
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
	padding: 0px !important;
	box-sizing: border-box;
}

.listing_summary .alt_details li.alt_beds {
	background: url(../images/icon-bedroom.png) no-repeat 0px 0px;
}

.listing_summary .alt_col1 li {
	margin-bottom: 8px;
	padding-left: 33px;
	line-height: 16px;
}

.listing_summary p.description.alt_description {
	padding: 5px 8px 5px 0px;
	border-bottom: 1px solid #d8d8d8;
	width: 100%;
	display: block;
	word-wrap: break-word;
}

.listing_summary .alt_details li.alt_baths {
	background: url(../images/icon-bath.png) no-repeat 0px 0px;
}

.listing_summary .alt_details li.alt_sqft,
.card-view .alt_details li.alt_acreage {
	background: url(../images/icon-area.png) no-repeat 0px 0px;
}

.width-half-less {
	width: 22.5%;
}

.width-one-third {
	width: 31%;
}

.listing-document-widget .document-preview-wrap {
	position: relative;
}

.listing-document-widget .btn-circle {
	position: absolute;
	padding: 3px;
	text-align: center;
	width: 20px;
	height: 20px;
	top: -12px;
	right: -12px;
}

.popup-autocreate {
	font-size: 12px;
}

.inline-popup-form {
	width: 100%;
	text-align: right;
}

.inline-popup-form form {
	width: auto;
	display: inline-block;
}

/** Add Listing */
.lc_add_property_remarks {
	width: 100%;
	height: 150px;
}

.customform-data-container li input[type="text"],
.customform-data-container li select,
.customform-data-container li textarea {
	font-size: 13px !important;
}

.toggle-tab-fields {
	text-align: left;
	width: auto;
	text-decoration: underline;
	cursor: pointer;
}

.image-input-title {
	width: 70%;
	float: left;
	margin-bottom: 5px;
}

.image-input-label {
	font-size: 14px;
	width: 100px !important;
	float: left;
	padding-right: 10px;
	width: 100%;
	line-height: 14px;
}
