.admin-accommodations-page {
  img {
    height: revert-layer;
  }
}

.border-red {
  border-style:solid;
  border-color:red;
}

.terrace{
  font-size: 14px;
}
.terrace2{
}

.divTable
{
  display:  table;
  width:auto;
  background-color:#eee;
  border:1px solid  #666666;
  border-spacing:5px;/*cellspacing:poor IE support for  this*/
  /* border-collapse:separate;*/
}

.divRow
{
  display:table-row;
  width:auto;
}

.divCell
{
  float:left;/*fix for  buggy browsers*/
  display:table-column;
  width:200px;
  background-color:#ccc;
}

#accommodation_not_valid{
  color: red;
  font-size: 24px;
  text-align: center;
}

#accommodation_valid{
  color: green;
  font-size: 24px;
  text-align: center;
}

#floating-panel {
  position: absolute;
  top: 10px;
  left: 25%;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
  text-align: center;
  font-family: 'Roboto','sans-serif';
  line-height: 30px;
  padding-left: 10px;
}

.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

.pac-container {
  font-family: Roboto;
}

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#AccommodationURL {
  width: 500px;
}

#tr-accommodation-hidde {
  background-color: #FFDFDF;
}

#images-draggable {
  list-style-type: none;
  width: 100%;
}
#images-draggable li {
  margin: 3px 3px 3px 0;
  padding: 1px;
  float: left;
  width: 182px;
  height:155px;
  font-size: 4em;
  text-align: center;
}

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

.filter-admin-searcher {
  margin-top: 8px;
  margin-bottom: 8px;
}

.btn-margin-min {
  margin-left: 5px;
  margin-right: 5px;
}

.padding-form-admin {
  margin-bottom: 5px;
  margin-top: 5px;
}

#toTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 28px;
  border: none;
  outline: none;
  background-color: #0499e1;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  height: 65px;
  width: 65px;
}

#toTop:hover {
  background-color: #044567;
}