.label-error {
  display: none;
  color: #FF7E82;
  text-transform: none;
  margin-left: 5px;
  font-size: 0.9em;
}

.alert-success {
  display: none;
  border: none;
  border-radius: 2px;
  background-color: #2ECC71;
  color: #fff;
  text-align: left;
  padding: 15px;
}

.alert-danger {
  display: none;
  border: none;
  border-radius: 2px;
  background-color: #FF7E82;
  color: #fff;
  text-align: left;
  padding: 15px;
}

.detail-navigation {
  background-color: #f3f3f3;
  right: 0;
  z-index: 13;
  display: block;
  height: 45px;
  overflow: hidden;
}

.detail-navigation-a {
  display: table-cell;
  vertical-align: middle;
  height: 45px;
}

.image-preview img {
  max-height: 80px;
  max-width: 80px;
}

.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  height: 50px;
  width: 250px;
  padding-top: 15px;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.table-image {
  margin-top: 20px;
}

.add-description {
  resize: vertical;
}

.btn-loader-text {
  margin: 0;
}

button:disabled {
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}

/* spinner */
.spinner-btn {
  display: none;
  width: 70px;
  text-align: center;
  margin: 0 auto 0;
}

.spinner-btn > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner-btn .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner-btn .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
}
/* Spinner end */

.single-wrapper {
  margin: 0 auto;
  padding: 80px 40px;
  background-color: #f3f3f3;
}

.table > thead > tr > th[class="header"] .sortIconAsc,
.table > thead > tr > th[class="header"] .sortIconDesc {
  display: none;
}

.table > thead > tr > th.header.headerSortDown .sortIcon,
.table > thead > tr > th.header.headerSortDown .sortIconDesc {
  display: none;
}

.table > thead > tr > th.header.headerSortUp .sortIcon,
.table > thead > tr > th.header.headerSortUp .sortIconAsc {
  display: none;
}

.table > thead > tr > th.header.headerSortUp,
.table > thead > tr > th.header.headerSortDown {
  background-color: #333;
  color: #fff;
}

.table > tbody > tr > td > img {
  max-height: 80px;
  max-width: 80px;
}

.table > tbody > tr > td {
  height: 80px;
}

.carousel-inner .item {
  height: 100%;
}

.carousel-inner .item img {
  width: 100%;
  height: auto;
}

.singleTop .price {
  font-size: 20px;
  line-height: 14px;
  color: #377C3D;
  padding: 0 0 15px 0;
}

.property-dropdown,
.property-dropdown a,
.property-dropdown ul {
  width: 100%;
}

.property-dropdown .caret,
.dropdown-toggle .caret {
  /*float: right;*/
  position: absolute;
  right: 8px;
  top: 17px;
}

.amenities {
  margin-bottom: 30px;
}

.amenities > div {
  margin-left: -5px;
  margin-right: -5px;
}

.description-item {
  border: 2px solid #f3f3f3 !important;
  font-size: 13px;
  display: flex;
  line-height: 14px;
  vertical-align: top;
  font-weight: normal;
  width: 50%;
  height: 45px;
  color: #54677d;
  text-align: left;
  padding: 0 15px;
  background: #fff;
  border-radius: 3px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.description-item span {
  margin-top: auto;
  margin-bottom: auto;
}

.cfItem textarea {
  resize: vertical;
}

#home-search .form-group,
#home-search .form-group > * {
  width: 100%;
}

#home-search .dropdown-menu li a {
  overflow: hidden;
  text-overflow: ellipsis;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

#home-search-btn {
  padding: 10px 18px;
}

#search-btn {
  width: 100%;
}

.header-properties {
  display: block;
  height: 60px;
  text-align: center;
  padding: 0 20px;
}

.header-properties:hover {
  background-color: #f3f3f3;
}

@media screen and (max-width: 767px) {
  .header-properties {
    color: #068b85;
    opacity: .8;
    transition: 1s all;
  }
  .header-properties:hover {
    opacity: 1;
    color: #068b85 !important;
    background-color: inherit;
  }
}

.lot-remove-icon {
  color: red;
  cursor: pointer;
}

.legacy-content {
	min-height: 100%;
	background-color: #f3f3f3;
}

.legacy-content .home-wrapper {
	padding-top: 100px;
}

.legacy-content .home-wrapper .article{
	height: inherit !important;
}

.seo-content {
	min-height: 100%;
	background-color: #f3f3f3;
}

.seo-content .home-wrapper {
	padding-top: 100px;
}

.seo-content .home-wrapper .article{
	height: inherit !important;
}

.center {
	text-align: center;
}

p.immo-list-seo {
	margin-top: -30px;
}

p.text-green {
	color: #377C3D;
}

span.text-green {
	color: #377C3D;
}

.cardDescription {
  font-size: 11px;
  color: #999;
  padding: 0 5px 0 10px;
  margin-bottom: 10px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 13px;
  height: 40px;
}

.icon-stairs {
  background-image: url(/img/stairs.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}

.lot-available {
  margin-bottom: 5px;
  border-radius: 2px;
  box-shadow: 0 0 0.4px rgba(0, 0, 0, 0.4);
  padding: 15px;
  background-color: #fff;
}

.empty-search {
  padding: 30px 0 30px 0;
  text-align: center;
  font-size: 2em;
  color: #bdc3c7;
}