.admin {
  font-size: 110%;
  padding-left: 50px;
  padding-top: 30px;
}
.admin h1 {
  font-size: 38px;
  color: white;
  padding-bottom: 30px;
}
.propertysheet .row {
  margin-bottom: 4px;
}
.propertysheet input[type=checkbox] {
  margin-top: 7px;
}
.propertysheet .hidden {
  display: none;
}
.propertysheet .imageurleditorservice input.form-control {
  width: 70%;
  display: inline;
}
.propertysheet .imageurleditorservice img {
  float: right;
  padding-right: 5px;
  width: 28%;
}
.propertysheet .websiteurleditorservice input.form-control {
  width: 90%;
  display: inline;
}
.propertysheet .websiteurleditorservice img {
  float: right;
  max-width: 8%;
  padding-right: 2%;
  padding-top: 5px;
}
.listview-container .header {
  background-color: #f5f5f5;
  padding: 30px;
  border-bottom: 1px solid #aaaaaa;
}
.listview-container h1 {
  color: #4a738c;
  padding-bottom: 10px;
}
.listview-container .no-result {
  padding: 30px;
  text-align: center;
}
.listview {
  width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px !important;
}
.listview #imgphotourl {
  width: 60px;
  height: 60px;
  background-size: 60px;
  background-repeat: no-repeat;
  border-radius: 50%;
}
#search {
  margin-bottom: 20px;
  margin-top: 10px;
}