/* Screen sizes */

/* Colors */

.private-page-wrapper {
  margin-top: 30px;
  margin-bottom: 4%;
}

.private-page-wrapper .private-menu {
  padding: 15px 0 15px 0;
  background: #f3f3f3;
  border-radius: 3px;
}

.private-page-wrapper .private-menu ul {
  display: block;
}

.private-page-wrapper .private-menu ul h5 {
  font: 18px/30px Arimo-Regular, normal;
  padding-left: 20px;
  font-weight: bold;
  box-shadow: 0 1px 0 0 #c2c2c2, 0 2px 0 0 #fff;
}

.private-page-wrapper .private-menu ul li {
  width: 100%;
  padding-left: 20px;
}

.private-page-wrapper .private-menu ul li a {
  color: #000000;
  font: 16px/30px Arimo-Regular, normal;
}

.private-page-wrapper .private-menu ul li a span {
  color: #999999;
}

.private-page-wrapper .private-menu ul li a:hover {
  color: #ed2a31;
  background: none;
}

.private-page-wrapper .private-menu ul li .active {
  background: none;
  color: #ed2a31;
}
/* Screen sizes */

/* Colors */

.estate-object-form {
  padding: 20px 15px 30px;
}

.estate-object-form input[type=number]::-webkit-inner-spin-button,
.estate-object-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.estate-object-form .right-margin {
  margin-right: 15px;
}

.estate-object-form .i-want-to {
  padding-left: 0;
  padding-right: 0;
}

.estate-object-form .i-want-to .deal-type-input {
  margin-bottom: 10px;
}

.estate-object-form .estate-title {
  margin-top: 15px;
}

.estate-object-form #distanceTo .wi-text-input .wi-text-input-wrapper {
  padding-right: 0;
}

.estate-object-form .inline-fields {
  margin-left: 0;
  margin-right: 0;
}

.estate-object-form div.unit {
  padding-top: 9px;
  padding-left: 5px;
  width: 30px;
}

.hideable-section {
  margin-bottom: 15px;
}

.hideable-section a {
  color: #ed2a31;
  text-decoration: underline;
  font-size: 18px;
}

.hideable-section a:hover {
  color: black;
}

.hideable-section .collapse,
.hideable-section .collapsing {
  margin-top: 15px;
}

.form-docs .estates-photos-list {
  padding-bottom: 20px;
}

.form-docs .estate-documents-list {
  padding-bottom: 20px;
}

.form-docs .estate-documents-list .docs-list {
  justify-content: left;
}

.form-docs .estate-documents-list .add-docs {
  justify-content: left;
}
/* Screen sizes */

/* Colors */

.estates-photos-list {
  padding-top: 10px;
  padding-bottom: 20px;
}

.estates-photos-list span.help-block {
  display: inline-block;
}

.estates-photos-list .no-photos {
  margin-bottom: 10px;
}

.estates-photos-list .photos-list {
  display: flex;
  flex-wrap: wrap;
  min-height: 100px;
  border: 1px solid #acacac;
  margin-bottom: 10px;
}

.estates-photos-list .photos-list .photo-wrapper {
  height: 100px;
  margin: 2px;
}

.estates-photos-list .photos-list .photo-wrapper img {
  min-height: 100px;
  max-height: 100px;
  min-width: 100px;
  border: 1px solid black;
}

.estates-photos-list .photos-list .photo-wrapper .photo-menu {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  width: 100%;
  position: relative;
  top: -100%;
}

.estates-photos-list .photos-list .photo-wrapper .photo-menu a {
  color: white;
  padding: 6px;
}

.estates-photos-list .photos-list .photo-wrapper .photo-menu a:hover {
  color: #ed2a31;
}

.estates-photos-list .photos-list .photo-wrapper:hover .photo-menu {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.estates-photos-list .upload-button-area {
  display: flex;
}

.estates-photos-list .upload-button-area span.help-block div.description {
  margin-bottom: 5px;
}

.estates-photos-list .upload-button-area .upload-photos-button {
  margin-right: 20px;
}
/* Screen sizes */

/* Colors */

.upload-files-button {
  overflow: hidden;
  position: relative;
  padding-top: 13px;
  width: 130px;
  height: 50px;
  background-color: #ed2a31;
  border-radius: 0;
}

.upload-files-button input[type=file] {
  cursor: inherit;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
.estate-documents-list .docs-list {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.estate-documents-list .docs-list ul.files-list {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.estate-documents-list .docs-list ul.files-list li.file-item {
  font: 14px/24px 'Arimo-Regular', normal;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.estate-documents-list .docs-list ul.files-list li.file-item span.file-name {
  padding-right: 15px;
}

.estate-documents-list .docs-list ul.files-list li.file-item span.file-actions button {
  margin-right: 5px;
  padding: 3px 8px;
}

.estate-documents-list .no-files {
  margin-bottom: 10px;
}

.estate-documents-list .add-docs {
  display: flex;
  justify-content: center;
}

.estate-documents-list .add-docs .help-block {
  margin-left: 20px;
}

.estate-documents-list .add-docs .help-block div.description {
  margin-bottom: 5px;
}
section.edit-estate h1 {
  margin-bottom: 15px;
}
