@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #112b3d;
  font-size: 48px;
  line-height: 48px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 12px;
}

a {
  position: relative;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #06f;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #a61c46;
  text-decoration: none;
}

a:active {
  top: 1px;
}

label {
  display: block;
  line-height: 18px;
  font-weight: 700;
}

.scr-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-upper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.login-main-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-wrapper {
  position: relative;
  width: 36px;
}

.p-small {
  color: #112b3d;
  font-size: 12px;
  line-height: 18px;
}


.cent-wrapper-modal {
  display: block;
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 36px 36px 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 22px 50px -22px rgba(17, 43, 61, .23);
}

.cent-wrapper {
  display: block;
  max-width: 980px;
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 36px 36px 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 22px 50px -22px rgba(17, 43, 61, .23);
}

.body {
  background-color: #ebf0f3;
  font-family: 'Open Sans', sans-serif;
  color: #112b3d;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}

.field-label {
  margin-bottom: 12px;
  line-height: 18px;
}

.button {
  position: relative;
  margin-top: 24px;
  padding: 12px 24px;
  background-color: #a61c46;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.button:hover {
  background-color: #7c072a;
  color: #fff;
}

.button:active {
  top: 1px;
}

.button.small {
  margin-top: 12px;
  padding: 5px 24px;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.button.small:hover {
  background-color: #fff;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  color: #112b3d;
}

.button.small:active {
  top: 0px;
}

.button.nomarg {
  margin-top: 0px;
  float: right;
}

.button.smaller {
  height: 36px;
  margin-top: 0px;
  padding: 0px 12px;
  background-color: #112b3d;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 14px;
  line-height: 14px;
}

.button.smaller:hover {
  background-color: #ebf0f3;
  color: #112b3d;
}

.button.smaller.light {
  background-color: #597281;
  font-weight: 400;
}

.button.smaller.light:hover {
  background-color: #a61c46;
  color: #fff;
}

.button.secondary {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #112b3d;
  color: #112b3d;
  text-decoration: none;

}

.button.secondary:hover {
  background-color: #112b3d;
  color: #fff;
}

.button.secondary.reduced {
  margin-top: 0px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 14px;
  line-height: 14px;
}

.button.secondary.reduced.photos {
  padding-top: 17px;
  padding-bottom: 17px;
  height: 48px;
}

.text-field {
  min-height: 48px;
  border: 1px solid #ebf0f3;
}

.text-field.fsmall {
  height: 36px;
  min-height: 0px;
  border-style: none;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}

.text-field.photos {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-field._4th {
  margin-right: 12px;
  margin-bottom: 12px;

}

.form {
  margin-top: 24px;
  margin-bottom: 12px;
}

.frm-double-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.frm-double-wrapper.btmmrgn {
  margin-bottom: 24px;
}

.frmfields-wrppr-rightmrgn {
  padding-right: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding-left: 0px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.checkbox {
  margin-top: 0px;
  margin-right: 6px;
  margin-left: 0px;
}

.error-message {
  margin-top: 36px;
  padding: 24px;
  border: 1px solid #a61c46;
  background-color: transparent;
}

.error-text {
  color: #a61c46;
}

.form-wrapper {
  margin-bottom: 12px;
}

.form-wrapper.nobottommarg {
  margin-bottom: -12px;
}

.success-message {
  margin-top: 36px;
  padding: 36px;
  background-color: #ebf0f3;
}

.checkbox-text {
  line-height: 18px;
}

.checkbox-text.sml {
  font-size: 14px;
  line-height: 14px;
}

.nav-slider {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  margin-right: -180px;
  padding: 36px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-linear-gradient(330deg, #112b3d, #2a010e);
  background-image: linear-gradient(120deg, #112b3d, #2a010e);
}

.fontawesome-avatar {
  margin-bottom: 12px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #94a7b3;
  font-size: 36px;
  line-height: 36px;
}

.fontawesome-avatar:hover {
  color: #ebf0f3;
}

.fontawesome-avatar:active {
  top: 1px;
}

.user-profile-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #263e4e;
}

.profile-link {
  display: block;
  padding: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #94a7b3;
  font-size: 14px;
  line-height: 24px;
}

.profile-link:hover {
  color: #ebf0f3;
}

.profile-link:active {
  top: 1px;
}

.profile-link.title {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 12px;
  border-top: 1px solid #597281;
  color: #112b3d;
  font-weight: 700;
}

.profile-link.dark {
  color: #112b3d;
}

.profile-link.dark:hover {
  color: #fff;
}

.profile-dd {
  float: left;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 14px;
  line-height: 24px;
}

.profile-dd.name {
  color: #597281;
  font-size: 18px;
  line-height: 36px;
}

.profile-dd-icon {
  margin-right: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 14px;
  line-height: 14px;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #94a7b3;
}

.dropdown-toggle:hover {
  color: #ebf0f3;
}

.dropdown-toggle:active {
  top: 1px;
}

.dropdown-toggle.sort:hover {
  color: #112b3d;
}

.dropdown-toggle.addtolist {
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
}

.dropdown-toggle.addtolist:hover {
  color: #a61c46;
}

.dropdown-list.w--open {
  padding: 12px;
  background-color: #000;
  box-shadow: 0 22px 50px -22px #000;
  z-index: 999;
}

.dropdown-list.left {
  top: 0px;
  right: 0;
}

.dropdown-list.left.addtolist.w--open {
  min-width: 240px;
  background-color: #94a7b3;
  box-shadow: 0 22px 50px -22px rgba(17, 43, 61, .4);
  font-weight: 400;
  z-index: 999;
}

.dropdown-list.left.addtolist.detailslist.w--open {
  left: 0px;
  top: 0px;
  right: auto;
}

.dropdown-list.left.light.w--open {
  background-color: #94a7b3;
  box-shadow: 0 22px 50px -22px rgba(17, 43, 61, .4);
  z-index: 999;
}

.dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown.right {
  margin-left: 24px;
}

.div-block-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation-wrapper {
  width: 180px;
  margin-right: -24px;
  margin-left: -24px;
}

.link-block {
  display: block;
  padding: 12px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #94a7b3;
}

.link-block:hover {
  background-color: #000;
  color: #ebf0f3;
}

.link-block:active {
  top: 1px;
}

.text-block {
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}

.text-block-2 {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.nav-icon-wrapper {
  margin-top: 10px;
  float: right;
}

.main-nav-wrapper {
  position: relative;
  display: block;
}

.main-manu-icon-part1 {
  width: 36px;
  height: 6px;
  background-color: #a61c46;
}

.main-menu-icon-part2 {
  width: 36px;
  height: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #a61c46;
}

.main-menu-icon-part3 {
  width: 36px;
  height: 6px;
  background-color: #a61c46;
}

.profile-dd-icon2 {
  margin-right: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 14px;
  line-height: 14px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.main-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-section.tenant {
  background-image: -webkit-linear-gradient(315deg, #dcf3d9, #83b5d6);
  background-image: linear-gradient(135deg, #dcf3d9, #83b5d6);
}

.main-section.users {
  background-color: #f3ddd9;
  background-image: -webkit-linear-gradient(315deg, #f3d9df, #e6a797);
  background-image: linear-gradient(135deg, #f3d9df, #e6a797);
}

.main-section.ppty {
  background-image: -webkit-linear-gradient(315deg, #f3efd9, #f3cea5);
  background-image: linear-gradient(135deg, #f3efd9, #f3cea5);
}

.main-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-part.create {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cont-flex {
  display: block;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block-shadow {
  padding: 36px;
  background-color: #112b3d;
  box-shadow: 0 22px 50px -22px rgba(17, 43, 61, .23);
}

.block-shadow.flex {
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.block-shadow.flex.filter {
  min-width: 240px;
  padding: 36px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15%;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  background-color: #94a7b3;
}

.block-shadow.intro {
  color: #e0e3e7;
}

.p-smaller {
  font-size: 14px;
  line-height: 24px;
}

.first-time-message {
  display: block;
  max-width: 50%;
  margin-right: auto;
  margin-bottom: 36px;
  margin-left: auto;
}

.list-with-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
}

.filters-title {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.filter-name {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}



.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 1px solid #f3f4f5;
}

.tabs-menu.leftnav {
  z-index: 10;
  margin-bottom: -48px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom-style: none;
  opacity: 0.7;
}

.tabs-menu.leftnav.tnnt {
  background-color: #fff;
}

.tabs-menu.forms {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom-style: none;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f4f5;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #112b3d;
}

.tab-link:hover {
  background-color: #e0e3e7;
}

.tab-link.w--current {
  background-color: #e0e3e7;
}

.tab-link.crforms {
  width: auto;
  padding-right: 12px;
  padding-left: 12px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}

.tab-link.crforms.w--current {
  background-color: transparent;
}

.tab-link.crforms.tnnt {
  margin-right: -1px;
  border-top: 1px solid #f3f4f5;
  border-right: 1px solid #f3f4f5;
  border-left: 1px solid #f3f4f5;
  background-color: transparent;
}

.tab-link.crforms.tnnt:hover {
  background-color: #f3f4f5;
}

.tab-link.crforms.tnnt.w--current {
  background-color: #e0e3e7;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.form-buttonright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 36px;
}

.form-nobottmarg {
  margin-bottom: -12px;
}

.div-block-8 {
  margin-bottom: 24px;
}

.tab-pane {
  padding: 36px 36px 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.tab-pane.details {
  padding: 0px;
}

.tab-pane.crform {
  padding: 0px;
}

.tab-pane.crform.tnnt {
  padding: 24px 12px 12px;
  background-color: #e0e3e7;
}

.table-details-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 36px;
}

.fa-font {
  font-family: 'Fontawesome webfont', sans-serif;
  line-height: 18px;
  font-weight: 400;
}

.fa-font.deletebutton {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #94a7b3;
}

.fa-font.deletebutton:hover {
  color: #a61c46;
}

.fa-font.deletebutton:active {
  top: 1px;
}

.fa-font.rightmrgn {
  margin-right: 12px;
}

.fa-font.leftmrgn {
  margin-left: 12px;
}

.fa-font.leftmrgn.grey {
  color: #94a7b3;
}

.table-wapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.table-wapper.bottommrgn {
  margin-bottom: 36px;
}

.title-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 0px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e0e3e7 !important;
}



.table-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 18px;
  font-weight: 700;
}

.table-div.opt {
  margin-right: 0px;
  margin-left: 12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 15%;
  font-weight: 400;
}

.table-div.cont {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

.row {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.row:hover {
  background-color: #f3efd9 !important;
}

.row.second {
  background-color: #f3f4f5;
}

.row.second:hover {
  background-color: #f3efd9;
}

.tooltip {
  position: absolute;
  bottom: 24px;
  padding: 6px;
  background-color: #f3e7a5;
  color: #112b3d;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}

.tooltip:hover {
  color: #112b3d;
}

.edit-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span {
  color: #f3e7a5;
  font-weight: 700;
}

.pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding-left: 0px;
}

.pagination-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #112b3d;
  font-weight: 700;
}

.pagination-block:hover {
  background-color: #ebf0f3;
  color: #112b3d;
}

.pagination-block:active {
  top: 1px;
}

.pagination-block.active {
  background-color: #ebf0f3;
  cursor: default;
}

.pagination-block.active:active {
  top: 0px;
}

.cards-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #e0e3e7;
  border-left: 1px solid #e0e3e7;
}

.ppt-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 25%;
  padding: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  border-right: 1px solid #e0e3e7;
  border-bottom: 1px solid #e0e3e7;
  background-color: #f3f4f5;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.ppt-card-wrapper:hover {
  background-color: #e0e3e7;
}

.ppt-card-wrapper.mapmrkr {
  position: absolute;
  z-index: 10;
}

.thbnl-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 240px;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.thbnl {
  width: auto;
  min-height: 100%;
  max-width: none;
}

.card-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*z-index: 1;*/
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 18px;
}

.h2-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  cursor: pointer;
}

.text-bold {
  font-weight: 700;
}

.heading-2 {
  margin-bottom: 12px;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(17, 43, 61, .8);
}

.alert-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.map {
  height: 100%;
}

.map-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map-marker-wrapper {
  position: absolute;
  z-index: 2;
  color: #112b3d;
  font-size: 36px;
}

.map-marker-wrapper:active {
  position: absolute;
  top: auto;
}

.ppty-nmbr {
  display: inline-block;
  margin-left: 12px;
  line-height: 24px;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.content-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  min-width: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 33.33%;
  -ms-flex: 1 0 33.33%;
  flex: 1 0 33.33%;
  background-color: #f3f4f5;
}

.parameters-wrapper {
  padding: 36px 36px 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 33.33%;
  -ms-flex: 1 0 33.33%;
  flex: 1 0 33.33%;
  width: 100%;
}

.price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.owner-wrapper {
  min-width: 360px;
  padding: 36px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e0e3e7;
}

.phone-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.autosuggest-wrapper {
  margin-bottom: 36px;
  padding: 36px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h2-price {
  margin-bottom: 0px;
}

.text-tnnt {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 11;
  margin-right: 12px;
  line-height: 48px;
  font-weight: 700;
}

.frm-elemtn-wrapper {
  padding-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.frm-elemtn-wrapper.desc {
  padding-left: 0px;
}

.frm-elemtn-wrapper.uppermrgn {
  margin-top: 6px;
}

.div-block-15 {
  margin-bottom: 24px;
}

.frmfields-wrppr-50 {
  width: 50%;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-17 {
  padding-right: 12px;
}

.createform-map-wrapper {
  margin-bottom: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._25-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._25-wrapper.nomrgn {
  margin-right: -12px;
  margin-left: -12px;
}

.div-block-18 {
  margin-bottom: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-19 {
  text-align: center;
}

.div-block-20 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

html.w-mod-js *[data-ix="profile-dropdown"] {
  opacity: 0;
  -webkit-transform: translate(0px, -24px);
  -ms-transform: translate(0px, -24px);
  transform: translate(0px, -24px);
}

html.w-mod-js *[data-ix="profile-dropdown-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -24px);
  -ms-transform: translate(0px, -24px);
  transform: translate(0px, -24px);
}

html.w-mod-js *[data-ix="tooltip"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -24px);
  -ms-transform: translate(0px, -24px);
  transform: translate(0px, -24px);
}

html.w-mod-js *[data-ix="modal1"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="map-card-wrapper"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -23px);
  -ms-transform: translate(0px, -23px);
  transform: translate(0px, -23px);
}


@-moz-document url-prefix() {
  .set-max-width{
    width: calc(100% - 53px);
  }

  .m-w--15{
    max-width: calc(100% - 15px);
  }

  .m-w-add-list{
    max-width: calc(100% - 66px);
  }
}
@media (max-width: 1400px) {
  .ppt-card-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 50%;
    padding: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    border-right: 1px solid #e0e3e7;
    border-bottom: 1px solid #e0e3e7;
    background-color: #f3f4f5;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;

  }
}

@media (max-width: 1161px) {

  h1 {
    font-size: 36px;
    line-height: 36px;
  }
  h2 {
    line-height: 30px;
  }
  .main-nav-wrapper {
    display: block;
  }
  .block-shadow.flex.filter {
    margin-bottom: 36px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .first-time-message {
    max-width: 100%;
  }
  .list-with-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .filter-section {
    padding-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .filter-section.leftflt {
    margin-right: 24px;
  }

  @media all and (max-width: 992px) {
    .filter-section.left {
      margin-right:24px;
    }
  }

  @media all and (max-width: 767px) {
    .filter-section.left {
      margin-right:12px;
    }
  }

  .form-nobottmarg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .div-block-8 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .fa-font {
    font-size: 18px;
    line-height: 18px;
  }
  .table-wapper {
    font-size: 14px;
    line-height: 24px;
  }
  .ppt-card-wrapper {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .tabs {
    min-width: 0px;
  }
  .parameters-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .owner-wrapper {
    min-width: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 767px) {

  .only-rented-cb{
    left: 12px;
  }

  .button.secondary.modal {
    margin-top: 24px;
  }

  h2 {
    margin-bottom: 12px;
  }
  .scr-login {
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .footer-wrapper {
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
  }
  .cent-wrapper {
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 12px;
  }
  .button.secondary {
    margin-top: 0px;
  }
  .frm-double-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .frmfields-wrppr-rightmrgn {
    padding-right: 0px;
  }
  .main-section {
    padding: 12px 12px 0px;
  }
  .nav-wrapper {
    padding: 0px;
  }
  .block-shadow.flex.filter {
    padding: 12px;
  }
  .block-shadow.intro {
    padding: 12px;
  }
  .filter-section.leftflt {
    margin-right: 12px;
  }
  .div-block-7 {
    margin-bottom: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab-pane {
    padding: 12px;
  }
  .tab-pane.crform.tnnt {
    margin-bottom: 24px;
    padding: 12px 0px 0px;
  }
  .ppt-card-wrapper {
    padding: 12px;
  }
  .thbnl-wrapper {
    height: 180px;
  }
  .parameters-wrapper {
    padding: 12px;
  }
  .owner-wrapper {
    padding: 12px;
  }
  .autosuggest-wrapper {
    padding: 12px;
  }
  .div-block-14 {
    padding: 12px;
  }
  .frm-elemtn-wrapper {
    padding-left: 0px;
  }
  .frm-elemtn-wrapper.uppermrgn {
    margin-top: 0px;
    padding-left: 0px;
  }
  .frmfields-wrppr-50 {
    width: auto;
  }
  .div-block-17 {
    padding-right: 0px;
  }
}

@media (max-width: 610px) {

  h1 {
    font-size: 24px;
    line-height: 24px;
  }
  h2 {
    font-size: 18px;
    line-height: 24px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
  .login-main-section {
    margin-right: -12px;
    margin-left: -12px;
  }
  .button.modal {
    margin-top: 0px;
  }
  .cent-wrapper {
    padding-right: 12px;
    padding-left: 12px;
  }
  .field-label {
    font-size: 14px;
    line-height: 18px;
  }
  .button {
    width: 100%;
    text-align: center;
  }
  .photos{
    width: 105px;
  }
  .button.small:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .button.nomarg {
    margin-bottom: 12px;
  }
  .button.secondary {
    margin-bottom: 24px;

  }
  .button.secondary.reduced.photos {
    width: auto;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text-field.fsmall {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
  }
  .frm-double-wrapper {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .frmfields-wrppr-rightmrgn {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .checkbox-field.last {
    margin-bottom: 24px;
  }
  .error-message {
    padding: 12px;
    font-size: 14px;
    line-height: 18px;
  }
  .success-message {
    padding: 12px;
    font-size: 14px;
    line-height: 18px;
  }
  .checkbox-text {
    font-size: 14px;
    line-height: 18px;
  }
  .dropdown-list.left.addtolist.w--open {
    right: -138px;
    margin-top: 30px;
  }
  .tab-pane.tab-2 .dropdown-list.left.addtolist.w--open {
    right: -66px;
  }
  .dropdown-list.left.addtolist.drpdwn-view.w--open {
    right: 0;
    margin-top: 30px;
  }
  .block-shadow.flex.filter {
    margin-bottom: 12px;
  }
  .first-time-message {
    margin-bottom: 12px;
  }
  .div-block-7 {
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fa-font {
    font-size: 18px;
  }
  .title-row {
    display: none;
  }
  .table-div.opt {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .table-div.opt.empty {
    display: none;
  }
  .table-div.cont {
    margin-top: 6px;
    margin-right: 0px;
    padding: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .row {

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

  }
  .cards-wrapper {
    border-top-style: none;
    border-left-style: none;
  }
  .ppt-card-wrapper {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-right-style: none;
    border-bottom-style: none;
  }

  .thbnl-wrapper {
    height: auto;
  }
  .thbnl {
    width: 100%;
    height: auto;
  }
  .alert-buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs {
    min-width: 0px;
  }
  .owner-wrapper {
    font-size: 14px;
    line-height: 20px;
  }
  .div-block-14 {
    font-size: 14px;
    line-height: 20px;
  }
  .text-tnnt {
    font-size: 14px;
  }
  .div-block-15 {
    margin-bottom: 12px;
  }
  .div-block-18 {
    margin-bottom: 0px;
  }
}







.list-table thead{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  height: 48px;
  padding: 0px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e0e3e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-right: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 18px;
  font-weight: 700;
  display: table-header-group;
  min-height: 48px;
}

.list-table thead tr th a {
  color: black;
}

.list-table  tbody tr {
  min-height: 48px;
}


.list-table tbody{
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  min-height: 48px;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  display: table-row-group;

}

.list-table > tbody> tr:hover {
  background-color: #f3efd9;
}

.list-table tbody tr td {
  border: none;

}

.list-table tbody tr th {
  border: none;

}
.list-table > tbody > tr:nth-of-type(odd){
  background-color: #f3f4f5;
}
.list-table > tbody > tr:nth-of-type(odd):hover{
  background-color: #f3efd9;
}


.pagination-wrapper  li  a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #112b3d;
  font-weight: 700;
}

.pagination-wrapper  li  a:hover {
  background-color: #ebf0f3;
  color: #112b3d;
}

.pagination-wrapper  li  a:active {
  top: 1px;
}

.pagination-wrapper .active a  {
  background-color: #ebf0f3;
  cursor: default;
}

.pagination-wrapper  li  a.active:active {
  top: 0px;
}

.gray{
  color: #94a7b3;
}

.kv-fileinput-caption{
  min-height: 48px;
  border: 1px solid #ebf0f3;
  border-radius: initial;
  webkit-box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  box-shadow: none;

}

.button.secondary.nomargtop{
  margin-top: 0px;
}

.mydropdown-list{
  position: absolute;
  display: none;
  padding: 12px;
  min-width: 240px;
  background-color: #94a7b3;
  box-shadow: 0 22px 50px -22px rgba(17, 43, 61, .4);
  font-weight: 400;
  z-index: 999;
  /*left: -185px;*/
  left: 0;
}

.mydropdown-list > li > a{
  padding: 0;
  padding-top: 2px;
}
.mydropdown-list > li > a:hover {
  background-color: transparent;
}

.table.table-striped.list-table > tbody tr:nth-last-child(-n+5) > td > .opt.table-div > .dropdown.w-dropdown > .dropdown-list.left.addtolist.w--open {
  top: auto;
  bottom: 0;
}
.icons-row {
  line-height: 20px;
}
.icon {
  height: 15px;
}
.icon > .fa-star {
  height: 13px;
}

i.fa.fa-paper-plane{
  color: #94a7b3
}

i.fa.fa-paper-plane:hover{
  color: #a61c46;
}

.glyphicon-file{
  margin-top: 8px;
}

.file-caption .file-caption-name{
  margin-top: 8px;
}

@media (max-width: 600px) {
  .file-caption .file-caption-name{
    margin-top: 6px;
  }
  .glyphicon-file{
    margin-top:6px;
  }

}

.mobile_img{
  max-width: 100%;
}

@media (max-width: 600px) {
  #footer-logo{
    text-align: center;
  }
}



/*::-webkit-input-placeholder {*/
  /*color: red;*/
  /*text-align: center;*/
/*}*/
/*:-moz-placeholder {*/
  /*!* Firefox 18- *!*/
  /*color: red;*/
  /*text-align: center;*/
/*}*/
/*::-moz-placeholder {*/
  /*!* Firefox 19+ *!*/
  /*color: red;*/
  /*text-align: center;*/
/*}*/
/*:-ms-input-placeholder {*/
  /*color: red;*/
  /*text-align: center;*/
/*}*/

#signature{ resize: vertical; }


.carousel{
  height: 100%;
  width: 100%;
}

.carousel-control.right {
  background-image: none;
}

.carousel-control.left {
  background-image: none;
}


.carousel-indicators .active {
  background-color: deepskyblue;
  border: 1px solid deepskyblue!important;
}

.carousel-indicators li {
  border: 1px solid deepskyblue!important;
}

.carousel-indicators{
  display: none;
}

.display_after{
  display: inline-block;
}

#car-nav-arrow{
  visibility: hidden;
}

@media all and (min-width: 800px) {

  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px;
    box-sizing: border-box;
    background: transparent;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }

}

.fancybox-thumbs>ul{
  text-align: center;
  overflow: hidden;
}

.fancybox-thumbs>ul>li{
  float: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.fancybox-thumbs>ul>li>img{
  height: 60px!important;
}

.fancybox-button--play{
  visibility: hidden;
}

.fancybox-button--fullscreen{
  visibility: hidden;
}

.fancybox-button--thumbs{
  visibility: hidden;
}

.fancybox-button--share{
  visibility: hidden;
}

.fancybox-button--close{
  background-color: transparent;
}

.fancybox-button--arrow_right{
  background-color: transparent!important;

}

.fancybox-button--arrow_left{
  background-color: transparent!important;

}

.fancybox-thumbs-active{
  opacity: 0.3;
}

.fancybox-infobar{
  display: none;
}

.fancybox-thumbs>ul>li:before {
  border: none;
}

.fancybox-toolbar{
  margin-top: 20px;
  margin-right: 10px;
}

.fancybox-navigation button:before{
  background: transparent;
}

.fancybox-button--arrow_right:disabled{
  display: none!important;
}

.fancybox-button--arrow_left:disabled{
  display: none!important;
}

.field-owner-notes{
  width: 100%;
}

.field-signature{
  width: 100%;
}

.row-phones:hover{
  background-color: white!important;
}

.row-phones-property:hover{
  background-color: #e0e3e7!important;
}

@media all and (max-width: 767px){
  .row-phones{
    -webkit-flex-direction: row;
  }
  .row-phones-property{
    -webkit-flex-direction: row;
  }

}