.screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.es-manage-property__wrap .es-manage-attachments {
  display: block;
  width: 100%;
  margin: 5px 0;
  vertical-align: middle;
}
.es-manage-property__wrap .es-manage-attachments .es-delete {
  margin-left: 5px;
}
.es-manage-property__wrap .es-field:not(.es-field-area-unit) .es-field__content {
  flex-wrap: wrap;
}
.es-manage-property__wrap .es-field:not(.es-field-area-unit) .es-field__content #wp-post_content-wrap {
  width: 100%;
}
.es-manage-property__wrap .es-manage-property__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.es-manage-property__wrap .es-manage-property__header .es-header__text {
  margin-right: 5%;
}
.es-manage-property__wrap .es-manage-property__header .es-header__buttons {
  text-align: right;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex: 1 0 40%;
}
.es-manage-property__wrap .es-manage-property__header .es-header__buttons a, .es-manage-property__wrap .es-manage-property__header .es-header__buttons input {
  text-align: center;
  line-height: 22px;
  margin-top: 0;
}
.es-manage-property__wrap .es-manage-property__header .es-header__buttons .es-btn-green {
  margin-bottom: 5px;
  margin-right: 5px;
}

.es-manage-add__wrap {
  text-align: right;
  margin-bottom: 15px;
}

.es-manage-filter__wrap .es-filter__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.es-manage-filter__wrap .es-filter__row:first-child {
  margin-bottom: 10px;
}
.es-manage-filter__wrap .es-filter__row .es-field__content {
  flex-wrap: wrap;
}
.es-manage-filter__wrap .es-filter__row .es-field__content input, .es-manage-filter__wrap .es-filter__row .es-field__content select {
  margin-bottom: 0;
}
.es-manage-filter__wrap .es-filter__row .es-field {
  flex: 1 0 28%;
  min-width: 100px;
  margin-right: 2.5%;
}
.es-manage-filter__wrap .es-filter__row .es-field.es-field-date {
  margin-bottom: 2%;
}
.es-manage-filter__wrap .es-filter__row .es-fields-inset__wrap {
  display: flex;
  flex: 1 0 28%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2%;
  min-width: 140px;
  margin-right: 2.5%;
}
.es-manage-filter__wrap .es-filter__row .es-field-property-id {
  flex: 1 0 20%;
  min-width: 25px;
  width: 100%;
  margin-right: 4%;
}
.es-manage-filter__wrap .es-filter__row .es-field-address {
  flex: 1 0 70%;
  width: 100%;
  margin-right: 0;
}
.es-manage-filter__wrap .es-filter__row .es-filter__buttons {
  display: flex;
  justify-content: space-between;
  flex: 1 0 28%;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 2.5%;
  min-width: 140px;
  margin-bottom: 1.2%;
}
.es-manage-filter__wrap .es-filter__row .es-filter__buttons a, .es-manage-filter__wrap .es-filter__row .es-filter__buttons input {
  width: 100%;
  text-align: center;
  flex: 1 0 48%;
  padding: 5px 10px !important;
  margin-bottom: 2%;
  line-height: 22px;
  margin-top: 0;
}
.es-manage-filter__wrap .es-filter__row .es-filter__buttons .es-btn-blue {
  margin-right: 2.5%;
}
.es-manage-filter__wrap .es-filter__row .es-filter__label {
  flex: 1 0 13%;
  padding-right: 2px;
  width: 100%;
  white-space: nowrap;
  min-width: 88px;
  margin-bottom: 2%;
}
.es-manage-filter__wrap .es-filter__row .es-filter__fields {
  flex: 1 0 86%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: -2.5%;
}
.es-manage-filter__wrap .es-filter__row .es-filter__fields select {
  flex: 1 0 28%;
  width: 100%;
  height: 28px;
  min-width: 100px;
  font-size: 14px;
  background: #fff;
  box-shadow: 0 0 0;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif !important;
  padding: 0;
  line-height: 22px;
  margin: 0 2.5% 2% 0%;
}
.es-manage-filter__wrap .es-filter__row .es-field__content .ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}
.es-manage-filter__wrap .es-filter__row .es-field__content .js-datepicker {
  padding-left: 25px;
}

.es-profile__wrapper {
  font-size: 16px;
}

.es-manage-property__tab {
  font-family: "Open Sans", sans-serif !important;
  display: grid;
  grid-template-columns: 1fr 5fr;
  font-size: 15px;
}
.es-manage-property__tab .nav-tab-menu {
  margin-bottom: 50px !important;
}
.es-manage-property__tab .nav-tab-menu a {
  text-decoration: none;
  box-shadow: none;
}
.es-manage-property__tab .nav-tab-menu, .es-manage-property__tab .nav-tab-menu li, .es-manage-property__tab .nav-tab-menu li > a {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  list-style: none !important;
  float: none !important;
  position: static;
  font-size: 14px;
  outline: 0;
}
.es-manage-property__tab .nav-tab-menu li {
  border-top: 1px solid #f0f0f0 !important;
  padding: 12px 0 !important;
  width: 100%;
}
.es-manage-property__tab .nav-tab-menu li:last-child {
  border-bottom: 1px solid #f0f0f0 !important;
}
.es-manage-property__tab .nav-tab-menu li a {
  color: #696969;
}
.es-manage-property__tab .nav-tab-menu li a:before {
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.es-manage-property__tab .es-tab {
  display: none;
  width: 100%;
  margin: 0;
  margin-bottom: 50px;
  padding: 0 10%;
}
.es-manage-property__tab .es-tab code {
  word-break: break-all;
  word-wrap: break-word;
}
.es-manage-property__tab .es-tab#es-media .form-table {
  border: 0;
}
.es-manage-property__tab .es-tab#es-media .form-table tr, .es-manage-property__tab .es-tab#es-media .form-table td {
  margin: 0;
  padding: 0;
  border: 0;
}
.es-manage-property__tab .es-tab#es-media #es-media-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, 150px);
  grid-gap: 20px;
}
.es-manage-property__tab .es-tab#es-media #es-media-list li {
  margin: 0;
  height: 150px;
  border: solid 5px #f2f5f9 !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
.es-manage-property__tab .es-tab#es-media #es-media-list li:hover img {
  opacity: 0.2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.es-manage-property__tab .es-tab#es-media #es-media-list li:hover div {
  background: #111;
}
.es-manage-property__tab .es-tab#es-media #es-media-list li:hover .remove-image, .es-manage-property__tab .es-tab#es-media #es-media-list li:hover .drag-image {
  display: block !important;
}
.es-manage-property__tab .es-tab#es-media #es-media-list li:empty {
  height: 0;
  border: none;
}
.es-manage-property__tab .es-tab#es-media #es-media-list li .image-preview-wrap {
  position: relative;
  height: 100%;
}
.es-manage-property__tab .es-tab#es-media #es-media-list li .image-preview-wrap img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.es-manage-property__tab .es-tab#es-media #es-media-list li .image-preview-wrap .remove-image {
  position: absolute;
  font-size: 20px;
  width: 20px;
  height: 18px;
  right: 3px;
  top: 3px;
  color: #fff;
  opacity: 0.5;
  z-index: 5;
  display: none;
}
.es-manage-property__tab .es-tab#es-media #es-media-list li .image-preview-wrap .remove-image:hover {
  opacity: 1;
}
.es-manage-property__tab .es-tab#es-media #es-media-list li .image-preview-wrap .drag-image {
  position: absolute;
  top: 50%;
  /* position the top  edge of the element at the middle of the parent */
  left: 50%;
  /* position the left edge of the element at the middle of the parent */
  transform: translate(-50%, -50%);
  font-size: 18px;
  background: #fff;
  padding: 4px 8px;
  border-radius: 3px;
  font-weight: 300;
  z-index: 5;
  color: #41aaff;
  display: none;
}
.es-manage-property__tab .es-tab#es-media .es-field__wrapper {
  margin: 20px 0;
}
.es-manage-property__tab .nav-tab-menu .active a, .es-manage-property__tab .nav-tab-menu .active a:link, .es-manage-property__tab .nav-tab-menu .active a:visited {
  color: #389fff;
}
.es-manage-property__tab #es-property-map {
  height: 300px !important;
}
.es-manage-property__tab .es-field-wp_editor {
  display: block !important;
}
.es-manage-property__tab .es-field-textarea textarea {
  height: 80px;
}
.es-manage-property__tab .es-field, .es-manage-property__tab .es-field__wrapper {
  margin-bottom: 10px;
  min-height: 26px;
  align-items: center;
}
.es-manage-property__tab .es-field .select2-selection, .es-manage-property__tab .es-field__wrapper .select2-selection {
  border: 1px solid #e2e2e2;
}
.es-manage-property__tab .es-field .select2-selection .select2-selection__rendered, .es-manage-property__tab .es-field__wrapper .select2-selection .select2-selection__rendered {
  color: #7f7f8a;
}
.es-manage-property__tab .es-field.es-field-checkbox .es-field__content, .es-manage-property__tab .es-field__wrapper.es-field-checkbox .es-field__content {
  display: flex;
  align-items: center;
}
.es-manage-property__tab .es-field .es-field__label, .es-manage-property__tab .es-field__wrapper .es-field__label {
  color: #7f7f8a;
  font-size: 14px;
}
.es-manage-property__tab .es-field .es-field__content, .es-manage-property__tab .es-field .es-field__input, .es-manage-property__tab .es-field__wrapper .es-field__content, .es-manage-property__tab .es-field__wrapper .es-field__input {
  display: flex !important;
}
.es-manage-property__tab .es-field .es-checkbox-answer, .es-manage-property__tab .es-field__wrapper .es-checkbox-answer {
  color: #7f7f8a;
  font-size: 14px;
}
.es-manage-property__tab .es-field input, .es-manage-property__tab .es-field select:not([multiple]), .es-manage-property__tab .es-field__wrapper input, .es-manage-property__tab .es-field__wrapper select:not([multiple]) {
  height: 26px !important;
  /* Firefox 19+ */
  /* Firefox 18- */
  border: 1px solid #dddddd;
  color: #7f7f8a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 4px !important;
}
.es-manage-property__tab .es-field input::-webkit-input-placeholder, .es-manage-property__tab .es-field select:not([multiple])::-webkit-input-placeholder, .es-manage-property__tab .es-field__wrapper input::-webkit-input-placeholder, .es-manage-property__tab .es-field__wrapper select:not([multiple])::-webkit-input-placeholder {
  color: #7f7f8a;
}
.es-manage-property__tab .es-field input::-moz-placeholder, .es-manage-property__tab .es-field select:not([multiple])::-moz-placeholder, .es-manage-property__tab .es-field__wrapper input::-moz-placeholder, .es-manage-property__tab .es-field__wrapper select:not([multiple])::-moz-placeholder {
  color: #7f7f8a;
}
.es-manage-property__tab .es-field input:-moz-placeholder, .es-manage-property__tab .es-field select:not([multiple]):-moz-placeholder, .es-manage-property__tab .es-field__wrapper input:-moz-placeholder, .es-manage-property__tab .es-field__wrapper select:not([multiple]):-moz-placeholder {
  color: #7f7f8a;
}
.es-manage-property__tab .es-field input:-ms-input-placeholder, .es-manage-property__tab .es-field select:not([multiple]):-ms-input-placeholder, .es-manage-property__tab .es-field__wrapper input:-ms-input-placeholder, .es-manage-property__tab .es-field__wrapper select:not([multiple]):-ms-input-placeholder {
  color: #7f7f8a;
}
.es-manage-property__tab .es-field input:focus, .es-manage-property__tab .es-field input:active, .es-manage-property__tab .es-field select:not([multiple]):focus, .es-manage-property__tab .es-field select:not([multiple]):active, .es-manage-property__tab .es-field__wrapper input:focus, .es-manage-property__tab .es-field__wrapper input:active, .es-manage-property__tab .es-field__wrapper select:not([multiple]):focus, .es-manage-property__tab .es-field__wrapper select:not([multiple]):active {
  border: 1px solid #dddddd;
  color: #7f7f8a;
}
.es-manage-property__tab .es-field select[multiple], .es-manage-property__tab .es-field__wrapper select[multiple] {
  height: auto !important;
  border: 1px solid #dddddd;
  border-radius: 3px;
}
.es-manage-property__tab .es-field .select2-container--default .select2-selection--multiple, .es-manage-property__tab .es-field__wrapper .select2-container--default .select2-selection--multiple {
  width: 100% !important;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: text;
  min-height: 26px;
}
.es-manage-property__tab .es-field .select2-container--default .select2-selection--multiple:after, .es-manage-property__tab .es-field__wrapper .select2-container--default .select2-selection--multiple:after {
  content: "";
  display: table;
  clear: both;
}
.es-manage-property__tab .es-field .select2-search__field, .es-manage-property__tab .es-field__wrapper .select2-search__field {
  margin: 0;
  height: 21px !important;
  width: auto !important;
}
.es-manage-property__tab .es-field .select2-selection__rendered, .es-manage-property__tab .es-field__wrapper .select2-selection__rendered {
  display: block;
  line-height: 20px !important;
  overflow: inherit;
  vertical-align: top;
}
.es-manage-property__tab .es-field .select2-selection__rendered, .es-manage-property__tab .es-field__wrapper .select2-selection__rendered {
  box-sizing: border-box;
}
.es-manage-property__tab .es-field .select2-selection__choice, .es-manage-property__tab .es-field .select2-search, .es-manage-property__tab .es-field__wrapper .select2-selection__choice, .es-manage-property__tab .es-field__wrapper .select2-search {
  float: left !important;
  padding: 1px 7px !important;
  margin: 1px 0 0 0 !important;
}
.es-manage-property__tab .es-field .select2-selection__choice, .es-manage-property__tab .es-field__wrapper .select2-selection__choice {
  background: #ff9600;
  color: #fff;
  border-radius: 0;
  margin: 1px 1px 0 1px !important;
  border: 0;
}
.es-manage-property__tab .es-field .select2-selection__choice__remove, .es-manage-property__tab .es-field__wrapper .select2-selection__choice__remove {
  margin-right: 5px;
  color: #fff;
}

.es-table-wrap {
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: 0 !important;
  padding-top: 15px;
  overflow-x: auto;
  overflow-y: hidden;
}
.es-table-wrap .es-col-cb input {
  width: 17px !important;
  height: 17px !important;
}
.es-table-wrap .draft {
  opacity: 0.6;
}
.es-table-wrap .es-manage-row button {
  background: none !important;
  color: #696969 !important;
  font-size: 14px !important;
}
.es-table-wrap .es-manage-row button:hover {
  color: #389fff !important;
  text-decoration: none !important;
}
.es-table-wrap .nav-links {
  text-align: center;
}
.es-table-wrap .nav-links .page-numbers:not(.next):not(.prev) {
  color: #969696;
  font-size: 14px;
  line-height: 16px;
  padding: 6px 10px;
  box-sizing: border-box;
  border: 0;
  float: none;
  margin: 0;
}
.es-table-wrap .nav-links .page-numbers:not(.next):not(.prev):hover {
  outline: 1px solid #ff9600;
  padding: 3.5px 10px;
  background: #fff;
  color: #969696;
}
.es-table-wrap .nav-links .current {
  background: #ff9600;
  display: inline-block;
  color: #fff;
  padding: 6px 10px !important;
}

.es-manage__wrap {
  display: flex;
  padding: 18px 0;
  margin: 30px 0 15px 0;
  border-top: 1px solid #d1d5db;
  border-bottom: 1px solid #d1d5db;
}
.es-manage__wrap * {
  color: #696969;
}
.es-manage__wrap .es-link-check .es-checkbox {
  display: inline-block;
  background: #fff;
  width: 17px !important;
  height: 17px !important;
  border: 1px solid #b4b4b4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  top: 4px;
  position: relative;
}
.es-manage__wrap .es-link-check.active .es-checkbox:before {
  content: "";
  display: block;
  position: relative;
  top: 2px;
  left: 5px;
  width: 3px;
  height: 6px;
  border: solid #b4b4b4;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  box-sizing: content-box;
}
.es-manage__wrap .es-manage__wrap {
  flex: 1 0;
}
.es-manage__wrap .es-manage-buttons__wrap {
  flex: 1 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.es-manage__wrap .es-manage-buttons__wrap button {
  min-width: 70px;
  background-color: transparent;
  border: 0;
  font-size: 14px;
  color: #696969;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  margin: 0 13px 5px 13px;
  font-weight: normal;
  text-transform: none;
}
.es-manage__wrap .es-manage-buttons__wrap button:not(:hover):not(:active):not(.has-background) {
  background-color: transparent;
  color: #696969;
}
.es-manage__wrap .es-manage-buttons__wrap button:before, .es-manage__wrap .es-manage-buttons__wrap button i, .es-manage__wrap .es-manage-buttons__wrap button span {
  margin-right: 10px;
}
.es-manage__wrap .es-manage-buttons__wrap button:hover, .es-manage__wrap .es-manage-buttons__wrap button:hover i, .es-manage__wrap .es-manage-buttons__wrap button:hover :before {
  color: #389fff;
}
.es-manage__wrap .es-manage-buttons__wrap button.es-button-copy:before {
  margin-left: -10px;
}

.es-table {
  width: 100%;
  font-size: 14px;
  border: 0 !important;
}
.es-table td, .es-table tr, .es-table th, .es-table tbody, .es-table tfoot, .es-table thead {
  margin: 0;
  padding: 0;
  border: 0 !important;
  text-align: center;
  vertical-align: middle;
}
.es-table .es-manage-links__wrap {
  visibility: hidden;
}
.es-table .es-manage-links__wrap a {
  display: inline-block;
  margin: 0 5px;
}
.es-table .es-manage-links__wrap a .fa-trash {
  color: #950404;
}
.es-table .es-manage-links__wrap a .fa-eye {
  color: #95d53f;
}
.es-table tbody tr:hover {
  background: #fbfcff;
  opacity: 1;
}
.es-table tbody tr:hover .es-manage-links__wrap {
  visibility: visible;
}
.es-table tr, .es-table td, .es-table th {
  padding: 14px 10px !important;
}
.es-table thead {
  background: #f9f9f9;
}
.es-table thead th {
  font-weight: bold !important;
  color: #696969 !important;
}
.es-table tbody {
  color: #969696;
}
.es-table tbody td.es-col-image img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 75%;
  height: auto;
}
.es-table tbody tr.active {
  background: #fbfcff;
}

.es-icomoon-icon-es-map:before {
  content: "\e90e";
}

.es-icomoon-icon-checkbox .path1:before {
  content: "\e901";
  color: #ff9800;
}

.es-icomoon-icon-checkbox .path2:before {
  content: "\e902";
  margin-left: -1em;
  color: white;
}

.es-icomoon-icon-es-copy:before {
  content: "\e911";
}

.es-icomoon-icon-es-delete:before {
  content: "\e912";
}

.es-icomoon-icon-es-features:before {
  content: "\e913";
}

.es-icomoon-icon-es-info:before {
  content: "\e914";
}

.es-icomoon-icon-es-lock:before {
  content: "\e915";
}

.es-icomoon-icon-es-media:before {
  content: "\e916";
}

.es-icomoon-icon-es-upload-photo:before {
  content: "\e917";
}

.es-icomoon-icon-es-username:before {
  content: "\e918";
}

.es-icomoon-icon-es-eye:before {
  content: "\e90b";
}

.es-icomoon-icon-es-eye-off:before {
  content: "\e90c";
}

input[type=checkbox] {
  background: #fff;
  width: 17px;
  height: 17px;
  border: 1px solid #b4b4b4;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
input[type=checkbox]:checked {
  background: #ff9800;
  border: 1px solid #ff9800;
}
input[type=checkbox]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 3px;
  height: 6px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  box-sizing: content-box;
  /*Rotate the L 45 degrees to turn it into a checkmark*/
  transform: rotate(45deg);
}

.es-popup-wrap {
  display: none;
  background: #fff;
  position: fixed;
  width: 70%;
  max-width: 370px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 30%;
  border-radius: 4px;
  z-index: 9999999;
  -webkit-box-shadow: 0px 0px 49px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 49px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 49px -10px rgba(0, 0, 0, 0.75);
  box-sizing: content-box !important;
  padding: 50px 35px;
}

.es-popup-content {
  text-align: center;
  font-size: 18px;
}

.es-popup-background {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999999;
}

.es-popup-buttons {
  margin-top: 20px;
}

.es-popup-close {
  position: absolute;
  top: 7px;
  right: 9px;
  font-size: 30px;
  z-index: 7;
  color: #dcdcdc;
}
.es-popup-close:hover {
  color: #cccccc;
}

.es-property-custom-wrap {
  border: 1px solid #e2e2e2;
  padding: 20px;
  border-radius: 2px;
}
.es-property-custom-wrap input {
  padding: 10px 10px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
}
.es-property-custom-wrap .es-button-add-item {
  color: #007acc;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #007acc;
  margin-top: 10px;
}

/*# sourceMappingURL=management.css.map */
