.has-success .checkbox, .has-success .checkbox-inline, .has-success .form-control-label, 
.has-success .radio, .has-success .radio-inline, .has-success .text-help, .has-success.checkbox label, 
.has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label{
	color:inherit !important;
}

.has-success .form-control{
	border-color:rgba(120, 130, 140, 0.2) !important;
}

.has-success .input-group-addon {
    background-color:inherit !important;
    color:inherit !important;
}

.navbar-brand img, .navbar-brand svg {
    max-height: 34px;
}
/* ------- SEARCH FILTER WIDGET --*/
.filter-widget {
  z-index: 1050;
  position: fixed;
  top: 78px;
  right: -290px;
  width: 290px;
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
  border: 1px solid rgba(120, 120, 120, 0.1);
  background-clip: padding-box; }
  .filter-widget.active {
    right: -2px;
    z-index: 1060; }

.filter-widget .filter-widget-btn {
  position: absolute;
  left: -43px;
  top: -1px;
  padding: 10px 15px;
  z-index: 1045;
  border: 1px solid rgba(120, 120, 120, 0.1);
  border-right-width: 0;
  background-clip: padding-box; }

.loader {
  display: block;
  position: absolute;
  /*z-index: 2000;*/
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border: solid 2px transparent;
    border-top: grey;
    border-left-color: grey;
  border-radius: 20px;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}

.app-body {
  padding-top: 64px;
}

.ListPage .no-results {
  text-align: center;
}

.ListPage .list-loader .loader, .loader-center .loader {
  position: relative;
  margin: 0 auto;
  left: 0;
  top: 0;
}

.ListPage .list-page-filter {
  z-index: 2;
}
/*

.ListPage.position-fixed .searchContent {
  padding-top: 144px;
}

.ListPage .list-page-filter.hidden {
  display:none;
*/
}

.loader2x.loader {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}

span.search-form-loader {
  min-height: 353px;
  display: block;
}

span.list-search-form-loader {
  min-height: 92px;
  display: block;
  position: relative;
}
/*  Status Posted */
.items-list .item-status.status-1 {
  color: #6cc788;
}
/*  Status Draft */
.items-list .item-status.status-0 {
  color: #6887ff;
}

/*  Status Inactive */
.items-list .item-status.status-2 {
  color: #818a91;
}

/*  Status Sold */
.items-list .item-status.status-3 {
  color: #f77a99;
}

/* GRIDVIEW PAGINATION*/

.pagination > li > span {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #0275d8;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; 
  opacity: 0.6;
  }
  
  .pagination > li > span:focus {
    color: #014c8c;
    background-color: #eceeef;
    border-color: #ddd; }
  @media (hover: hover) {
    .pagination > li > span:hover {
      color: #014c8c;
      background-color: #eceeef;
      border-color: #ddd; } }


.grid-view a[data-sort]:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f0dc";
  margin-left: 5px;
}

.grid-view a.desc[data-sort]:after {
  content: "\f0dd";
}

.grid-view a.asc[data-sort]:after {
  content: "\f0de";
}

/*--------- ITEM BOXES ----- */

@media (max-width: 543px) {
  .box_item_img_container {
    height: 75px !important;
    overflow: hidden;
  }

 /* .ListPage.position-fixed .searchContent {
    padding-top: 274px;
  }*/
}

@media (min-width: 544px) {
  .box_item_img_container {
    height: 120px !important;
    overflow: hidden;

  }

}   
@media (min-width: 768px) {
    .box_item_img_container{height: 175px !important; overflow: hidden;}
} 
@media (min-width: 992px) {
    .box_item_img_container{height: 175px !important; overflow: hidden;}
}
@media (min-width: 1200px) {
    .box_item_img_container{height: 175px !important; overflow: hidden;}
}


.page-content {
  min-height: 685px;
}

.scroll-top  {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display:none;
}