/*@font-face {
	font-family: 'PoppinsRegular';
	src: url('../fonts/PoppinsRegular.eot');
	src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'),  url('../fonts/PoppinsRegular.woff2') format('woff2'),  url('../fonts/PoppinsRegular.woff') format('woff'),  url('../fonts/PoppinsRegular.ttf') format('truetype'),  url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url('../fonts/PoppinsMedium.eot');
	src: url('../fonts/PoppinsMedium.eot') format('embedded-opentype'),  url('../fonts/PoppinsMedium.woff2') format('woff2'),  url('../fonts/PoppinsMedium.woff') format('woff'),  url('../fonts/PoppinsMedium.ttf') format('truetype'),  url('../fonts/PoppinsMedium.svg#PoppinsMedium') format('svg');
}
@font-face {
	font-family: 'PoppinsSemiBold';
	src: url('../fonts/PoppinsSemiBold.eot');
	src: url('../fonts/PoppinsSemiBold.eot') format('embedded-opentype'),  url('../fonts/PoppinsSemiBold.woff2') format('woff2'),  url('../fonts/PoppinsSemiBold.woff') format('woff'),  url('../fonts/PoppinsSemiBold.ttf') format('truetype'),  url('../fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
}*/
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body {
  background-color: #eeeeee;
  font-family: 'Poppins', sans-serif;
  font-size: 14px; 
  overflow-x:hidden;
}
.bg-white
{
	background:#fff;
	padding: 5px 0;
    border-bottom: 1px solid #ccc;
}
.listing-header
{
	padding: 10px 0 10px;
}
.listing-header h4
{
	font-size: 16px;
}
.listing-header input 
{
	font-size: 14px;
    border: none;
    border-bottom: 1px solid #ccc;
	outline:none;
	color:#636262;
	width:100%;
}
.mlsradio label
{
	margin-right: 20px;
	font-size: 16px;
    font-weight: normal;
}
.share-btn {
    background: #c50d21;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 15px;
    outline: none;
    border: none;
}
.save-btn {
    background: #172a83;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 15px;
	margin-left:10px;
    outline: none;
    border: none;
}
.save-btn:focus, .save-btn:hover
{
	color:#fff;
	text-decoration:none;
}
.share-btn:focus, .share-btn:hover
{
	color:#fff;
	text-decoration:none;
}
.padding0
{
	padding:0 !important;
}
.paddingT25
{
	padding-top:25px;
}
.mlssearch
{
	text-align: center;
    padding: 15px 0;
}
.mlssearch label
{
	font-size: 16px;
    font-weight: normal;
    display: block;
    padding-bottom: 5px;
	text-transform: capitalize;
}
.mlssearch input
{
	border: 1px solid #ccc;
    padding: 10px 5px;
    min-width: 350px;
    display: block;
    outline: none;
    margin: 0 auto;
	font-family: 'PoppinsMedium' !important;
}
.properties-result
{
	padding: 20px;
}
.properties-result img
{
	border: 1px solid #ccc;
    padding: 5px;
}
.properties-result p
{
	font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    display: block;
    line-height: 25px;
    padding-bottom: 5px;
}
.properties-result p span
{
	font-weight: normal;
    display: block;
}

.mlsmanual
{
	padding: 20px;
}
.mlsmanual p
{
	font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 25px;
    padding-bottom: 5px;
}
.mlsmanual p span
{
	font-weight: normal;
    display: block;
}
.mlsmanual p span input
{
	border: none;
    width: 100%;
    border-bottom: 1px solid #172a83;
    margin-top: 5px;
    padding: 10px 5px;
    outline: none;
}
.mlsmanual p span textarea
{
	border: none;
    width: 100%;
    border-bottom: 1px solid #172a83;
    margin-top: 5px;
    padding: 10px 5px;
    outline: none;
	resize:vertical;
}
/* file upload */
.file-upload {
  background-color: #ffffff;
  width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #172a83;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #c50d21;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #c50d21;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 20px;
  border: 4px dashed #172a83;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #172a83;
  border: 4px dashed #ffffff;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #c50d21;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}
.search-fields {
    padding: 20px 0px 10px;
}
.search-fields label
{
	font-weight: normal;
    color: #545353;
    font-size: 14px;
    display: block;
}
.search-fields input
{
	width: 100%;
    border: 1px solid #ccc;
    outline: none;
    padding: 10px 5px;
    margin-bottom: 10px;
}
.search-fields select
{
	width: 100%;
    border: 1px solid #ccc;
    outline: none;
    padding: 8px 5px;
    margin-bottom: 10px;
}
.search-btn
{
	background: #000;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
}
.search-btn:focus, .search-btn:hover
{
	color:#fff;
}
.properties-compare
{
	margin-top: 20px;
}
.property-panel
{
	padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.property-panel img
{
	width: 100%;    
    height: 100%;
    object-fit: cover;
	margin-bottom: 10px;
}
.property-panel p
{
	font-weight: bold;
    margin: 0;
    padding: 3px 0;
	font-size:17px;
}
.property-panel p span
{
	font-weight:normal;
}
.property-delete
{
	position: absolute;
    top: 20px;
    right: 30px;
    z-index: 15552;
}
.property-delete i
{
	color: #fff;
    background: red;
    border-radius: 50%;
    font-size: 17px;
    width: 30px;
    height: 30px;
    padding: 6px 8px;
    text-decoration: none;
}
.listing-menu
{
	background: #e2e2e2;
    height: 85vh;
}
.listing-menu h4
{
	
    font-size: 18px;
    padding: 25px 0 25px 30px;
	border-bottom: 1px solid #ccc;

}
.edit-panel
{
	border: 2px solid #ccc;
    margin-bottom: 15px;
    padding: 8px 10px;
    background: #fff;
}
.edit-panel input[type="checkbox"]
{
	width: 30px;
    height: 17px;
    margin: 0;
    position: relative;
    top: 6px;
}
.edit-panel label
{
	font-weight: normal;
    position: relative;
    top: 3px;
}
.draggable-item
{
	cursor:move;
}
.draggable-item.ui-sortable-helper
{
	border:2px dashed #ccc;
}

/* file uploader multiple */

.file-uploader {
  background-color: #dbefe9;
  border-radius: 3px;
  color: #242424;
}

.file-uploader__message-area {
  font-size: 18px;
  padding: 1em;
  text-align: center;
  color: #377a65;
}

.file-list {
  background-color: white;
  font-size: 16px;
}

.file-list__name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-list li {
  height: 50px;
  line-height: 50px;
  margin-left: 0.5em;
  border: none;
  overflow: hidden;
}

.removal-button {
  width: 20%;
  border: none;
  background-color: #d65d38;
  color: white;
}
.removal-button::before {
  content: "X";
}
.removal-button:focus {
  outline: 0;
}

.file-chooser {
  padding: 1em;
  transition: background-color 1s, height 1s;
}
.file-chooser p {
  font-size: 18px;
  padding-top: 1em;
}

.file-uploader {
  max-width: 400px;
  height: auto;
  margin: 2em auto;
}
.file-uploader * {
  display: block;
}
.file-uploader input[type=submit] {
  margin-top: 2em;
  float: right;
}

.file-list {
  margin: 0 auto;
  max-width: 90%;
}

.file-list__name {
  max-width: 70%;
  float: left;
}

.removal-button {
  display: inline-block;
  height: 100%;
  float: right;
}

.file-chooser {
  width: 90%;
  margin: 0.5em auto;
}

.file-chooser__input {
  margin: 0 auto;
}

.file-uploader__submit-button {
  width: 100%;
  border: none;
  font-size: 1.5em;
  padding: 1em;
  background-color: #72bfa7;
  color: white;
}
.file-uploader__submit-button:hover {
  background-color: #a7d7c8;
}

.file-list li:after, .file-uploader:after {
  content: "";
  display: table;
  clear: both;
}

.hidden {
  display: none;
}
.hidden input {
  display: none;
}

.error {
  background-color: #d65d38;
  c