@import url(https://cdnjs.cloudflare.com/ajax/libs/dropzone/4.0.1/min/dropzone.min.css);.blue-bg {
  background: #00CCDA;
}

@media (max-width: 480px) {
  .hidden-xs {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

@media (max-width: 480px) {
  .visible-xs {
    display: unset;
  }
}

@media (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}

.visible-sm {
  display: none;
}

@media (max-width: 768px) {
  .visible-sm {
    display: unset;
  }
}

@media (max-width: 480px) {
  .visible-sm {
    display: none;
  }
}

.uploader-title-bar {
  position: fixed;
  z-index: 999;
}

.content-holder {
  position: relative;
  top: 150px;
  max-height: 80vh;
  overflow: scroll;
}

.property-card {
  background: white;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.uploader-info-card-body {
  background: #F5F5F5;
  margin-bottom: 8px;
}

.uploader-stock-holder {
  min-height: 500px;
  min-width: 100%;
  background-image: url("/images/pi_uploader.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.secondary-rounded-btn {
  border-radius: 17px;
  background-color: #00CCDA;
  font-weight: bold;
}

.uploader-card-title {
  font-weight: bold;
}

.uploader-title {
  font-weight: 900;
  font-size: 20px;
}

.primary-text {
  color: #003E6C;
}

.uploader-title-bar {
  padding: 20px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.search-input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

.search-input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

.search-input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

.search-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

.receiver-name {
  color: #032e58;
  font-weight: bold;
}

.search-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

.search-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.msg-text-area {
  border: 2px solid #dbdcde;
  border-bottom-width: 1px;
}

.msg-toolbar {
  margin-left: 0;
  margin-right: 0;
  border-right: 2px solid #dbdcde;
  border-bottom: 2px solid #dbdcde;
  border-left: 2px solid #dbdcde;
  padding: 15px;
}

.attachment-btn {
  color: #032e58;
}

.load-more-btn {
  background: #032e58;
  color: white;
  border-radius: 15px;
}

.load-more-btn:hover {
  color: #ffffff;
}

.convo-tabs {
  background: #026686;
  border-radius: 0.25rem;
  padding: 3px;
}

.convo-tabs button {
  color: white;
}

.convo-tabs .recent-tab {
  width: 50%;
}

.convo-tabs .unread-tab {
  width: 48%;
}

.convo-tabs .active {
  background: #ffffff;
  color: #233e66;
}

.convo-list {
  width: 80%;
}

.ad-clicks-row {
  max-height: 100vh;
  overflow: scroll;
  border: 1px solid;
  padding: 20px;
}

.ads-clicked {
  color: #00CCDA;
}

.article-stat {
  color: #003E6C;
}

#image-holder {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.article-body {
  font-size: 17px;
  color: #003E6C;
}

.article-body img {
  max-width: 100%;
  height: auto;
}

.article-body span {
  padding: 0;
}

.media-date {
  color: #00CCDA;
}

.media-card {
  min-height: 235px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pod-img-container {
  background-color: #000;
}

.main-media-pic {
  min-width: 80% !important;
  min-height: 450px !important;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 991px) {
  .main-media-pic {
    min-width: 80% !important;
    min-height: 250px !important;
  }
}

.property-image-div {
  position: relative;
}

#article-editor {
  height: 700px;
}

.image-holder-row {
  margin-top: 250px;
}

.sortable {
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sortable li {
  float: left;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border: 1px solid red;
  text-align: center;
  margin: 5px;
}

li.sortable-placeholder {
  border: 1px dashed #CCC;
  background: none;
}

#adminChatNav {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

@media (min-width: 1200px) {
  #adminChatNav #chatScroller {
    height: 650px;
    overflow: scroll;
  }
}

.admin-nav-col {
  width: 350px;
  background-repeat: no-repeat;
  overflow: hidden !important;
  background-size: cover;
  position: fixed;
  height: 100vh;
  background-image: url("/images/sidebar.jpg");
}

#mediaParent {
  background-color: #F8F8F8;
}

@media (min-width: 1024px) {
  .marketed-property-info {
    width: 90vw;
    position: absolute;
  }
}

@media (min-width: 34em) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 48em) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 62em) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 75em) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.message-content {
  white-space: pre-line;
  font-family: Montserrat;
}

.sent-message {
  color: white;
}

.received-message {
  color: #003E6C;
}

#not-found-content {
  margin-top: 20%;
}

#not-found-content div {
  font-weight: bold;
  color: #003E6C;
}

.wide-dropdown-menu {
  min-width: 18rem;
}

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

.text-field-content p {
  color: black;
}

.pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #00CCDA;
  border-color: #00CCDA;
}

@media only screen and (max-width: 991px) {
  button:focus {
    outline: none;
  }

  .property-page-footer {
    width: 100vw !important;
    overflow: visible;
  }

  .property-page-footer .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  #share-with-text {
    display: none;
  }

  #footerContent {
    position: absolute;
    bottom: 90px;
    padding-left: 17px;
  }

  #footerContent .nav-item {
    margin-bottom: 20px;
  }

  #favimg {
    /*box-shadow: 0px 0px 5px 0px;*/
    -webkit-box-shadow: 0px 2px 15px #000;
            box-shadow: 0px 2px 15px #000;
    border-radius: 50px;
  }

  #message-composer {
    width: 100vw !important;
  }

  #main-row {
    padding-left: 0px !important;
  }

  #side-nav-logo {
    max-height: 50px !important;
  }

  #side-nav-brand {
    margin-left: 82vw !important;
  }
}

img {
  /*image-orientation: from-image !important;
  image-orioentation: 0deg !important;*/
}

b,
strong,
em {
  font-weight: 600 !important;
}

.modal #reserved-modal-body {
  max-height: 60vh;
  overflow: scroll;
  border-bottom: 1px solid #eee;
}

.modal #reserved-modal-footer {
  border-top: none;
}

@media screen and (min-width: 1440px) {
  .modal #reserved-modal-body {
    max-height: 72vh;
  }
}

.admin-property-btn-toolbar {
  position: fixed;
  top: 55px;
  z-index: 9999;
  background-color: #FFFFFF;
  width: 100vw;
}

.customer-property-btn-toolbar {
  position: fixed;
  top: -3px;
  z-index: 9999;
  background-color: #FFFFFF;
  width: 100vw;
}

.vue-add-btn {
  color: #003E6C !important;
}

.dropdown-search-item {
  margin: 20px;
}

.add-textarea-btn {
  background-color: #DDD;
  width: 3em;
}

.add-property-header-btn {
  /*background-color: $primary-blue;
  width: 3em;
  border-radius: 23px;*/
  background-color: #00CCDA;
  width: 60px;
  height: 60px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
  color: white;
}

.user_has_been_called {
  opacity: 0.6;
}

.checklist-btn {
  height: 40px;
}

.reserve-tickbox {
  color: #003E6C;
  font-size: 26px;
}

.property-name-header {
  word-wrap: break-word;
}

.property-sub-header {
  color: #003E6C;
}

.dropdown-menu {
  max-height: 20rem;
  overflow-y: auto;
}

.reserved-property-link {
  color: white !important;
}

.reserved-customer-data-col {
  /*max-width: 10em;*/
  width: 10vw;
  max-width: 10vw;
  overflow-x: scroll;
}

.reserve-list-header {
  background-color: #003E6C;
  color: white;
  max-width: 90%;
}

#customers-table,
#reserved-customers-table {
  width: 90%;
}

.customer-col {
  text-align: left;
}

.table-holder {
  width: 95%;
  margin-left: 5%;
}

@media only screen and (min-width: 1440px) and (max-width: 1441px) {
  .table-holder {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  #customers-table {
    width: 100%;
  }
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */

  #customers-table,
  #customers-table thead,
  #customers-table tbody,
  td,
  .customer-row {
    display: block;
  }

  #reserved-customers-table,
  #reserved-customers-table thead,
  #reserved-customers-table tbody,
  td {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */

  #customers-table thead tr,
  #reserved-customers-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #customers-table tr,
  #reserved-customers-table tr {
    border: 1px solid #ccc;
  }

  .customer-data-col,
  .reserved-customer-data-col {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    max-width: none !important;
    overflow: scroll;
  }

  .customer-data-col:before,
  .reserved-customer-data-col:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  /*
  Label the data
  */

  .customer-data-col:nth-of-type(1):before {
    content: "Name";
  }

  .customer-data-col:nth-of-type(2):before {
    content: "Email";
  }

  .customer-data-col:nth-of-type(3):before {
    content: "Viewed This Month";
  }

  .customer-data-col:nth-of-type(4):before {
    content: "Favourited";
  }

  .customer-data-col:nth-of-type(5):before {
    content: "Purchased";
  }

  .customer-data-col:nth-of-type(6):before {
    content: "Phone Number";
  }

  .customer-data-col:nth-of-type(7):before {
    content: "";
  }

  .reserved-customer-data-col:nth-of-type(1):before {
    content: "Name";
  }

  .reserved-customer-data-col:nth-of-type(2):before {
    content: "Reserved On";
  }

  .reserved-customer-data-col:nth-of-type(3):before {
    content: "Email";
  }

  .reserved-customer-data-col:nth-of-type(4):before {
    content: "Phone Number";
  }
}

@media only screen and (min-width: 992px) and (max-width: 1069px) {
  #admin-nav-ul {
    min-width: 480px;
  }

  #admin-nav {
    padding: 0;
  }

  #main-brand {
    font-size: 16px;
  }

  #message-calls-div {
    min-width: 373px;
  }
}

@media only screen and (min-width: 768px) {
  #profile-icon {
    position: absolute;
    z-index: 10;
    margin-top: -33px;
    margin-left: 59px;
  }
}

#subheading-text {
  margin-top: -10px;
}

#customer-property-card .card-header {
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 2px 4px black;
          box-shadow: 0 2px 4px black;
}

#googleMap {
  width: 100%;
  height: 400px;
}

body {
  font-family: montserrat;
  /*zoom: 75%;*/
}

.input-group-text {
  /*background-color: $primary-blue;*/
  color: white;
}

.delete-text-area-btn {
  background-color: #FF553D !important;
  color: white;
}

.upcoming-calls-sale-button {
  background-color: #003E6C;
  color: white !important;
}

#publish-button,
#off-market-button {
  width: 140px;
  background-color: #003E6C;
  color: white !important;
}

.schedule-button {
  background-color: #00CCDA;
  color: white !important;
}

#resale-button {
  background-color: #003E6C;
  color: white !important;
}

#delete-property-button {
  width: 140px;
  background-color: #DDD;
  /*color: $primary-blue;*/
  color: white !important;
}

.form-submit-button,
#form-submit-button {
  background-color: #00CCDA;
  width: 140px;
  /*color: $primary-blue;*/
  color: white !important;
}

#calls-button {
  background-color: #00CCDA;
  color: #003E6C;
}

#messages-button {
  background-color: #FF553D;
  color: #003E6C;
}

#close-button {
  background-color: #FFFFF;
}

#unsell-button {
  background-color: #FF553D;
  color: white;
  width: 225px;
}

#preview-card-titlebutton {
  width: 140px;
  background-color: #FF553D;
  /*color: $primary-blue;*/
  color: white !important;
}

#sale-button {
  background-color: #00CCDA;
}

#view-customer-button {
  width: 160px;
  height: 47px;
  color: white !important;
  padding-top: 0.6rem;
  background-color: #00CCDA;
}

#unsubscribe-customer-button {
  width: 160px;
  height: 47px;
  color: white !important;
  padding-top: 0.6rem;
  background-color: #AE0000;
}

#subscribe-customer-button {
  width: 160px;
  height: 47px;
  color: white !important;
  padding-top: 0.6rem;
  background-color: #195c19;
}

#reset-customer-password-button {
  width: 160px;
  height: 47px;
  background-color: #A0A4AE;
  padding-top: 0.6rem;
  color: white;
}

#change-customer-state-button {
  width: 160px;
  height: 47px;
  padding-top: 0.6rem;
  color: white;
}

@media only screen and (max-width: 1440px) {
  #view-customer-button,
  #reset-customer-password-button,
  #change-customer-state-button {
    width: 100px;
  }

  #unsubscribe-customer-button,
  #reset-customer-password-button,
  #change-customer-state-button {
    width: 100px;
  }

  #subscribe-customer-button,
  #reset-customer-password-button,
  #change-customer-state-button {
    width: 100px;
  }

  #reset-customer-password-button {
    font-size: 10px;
  }
}

@media only screen and (max-width: 1316px) {
  #view-customer-button,
  #reset-customer-password-button,
  #change-customer-state-button {
    margin-top: 5px;
  }

  #unsubscribe-customer-button,
  #reset-customer-password-button,
  #change-customer-state-button {
    margin-top: 5px;
  }

  #subscribe-customer-button,
  #reset-customer-password-button,
  #change-customer-state-button {
    margin-top: 5px;
  }
}

#new-property-btn {
  background-color: #00CCDA;
}

#admin-nav {
  background-color: #003E6C !important;
}

.main-pic-holder {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.sub-pic-holder {
  width: 100%;
  height: 170px;
  overflow: hidden;
  position: relative;
}

.main-uploaded-img {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  margin: auto;
  background-size: cover;
  background-position: 50%;
  /*-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);*/
}

.uploaded-img {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  margin: auto;
  background-size: cover;
  background-position: 50%;
}

.navbar-brand {
  color: white;
}

.card-link {
  color: black !important;
}

.active a,
.navbar-brand {
  color: white !important;
}

.active-page {
  border-bottom: 3px solid #00CCDA;
}

#adminNavbarSupportedContent a {
  color: white;
}

.white-link {
  color: white;
}

.view-cust-link {
  color: black !important;
}

#search-nav a,
.d-inline a {
  color: black;
}

#search-nav {
  background-color: white !important;
}

#search-form {
  margin-left: 70%;
}

#bg {
  background-color: #F8F8F8;
}

.prop-info,
#cust-info {
  width: 90%;
}

.tick {
  color: white !important;
  border-radius: 23px;
  border: 1px solid;
}

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

/*form a{
  color: white !important;
}*/

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu-a {
  color: black !important;
}

#login-parent {
  /*background-repeat: no-repeat;*/
  background-size: cover;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  min-width: 100vw;
}

#login-email,
#login-password {
  background-repeat: no-repeat;
  /*padding-left:45px;
  padding-right:45px;*/
  background-color: #F2F2F2;
  border: 0.5px transparent;
  border-radius: 3px;
}

#logo-text {
  color: white;
}

.reg-field {
  background-color: #F2F2F2;
  border: 0.5px transparent;
  border-radius: 3px;
}

#password {
  /*background-position: left center;*/
}

#submit-login,
#reset-password-button {
  border-radius: 17px;
  padding-left: 45px;
  padding-right: 45px;
  background-color: #00CCDA;
  color: white;
}

#reset-password-link {
  color: black !important;
  margin-left: -8%;
}

#create-account-link {
  color: black !important;
}

.login-icon {
  border: none;
  background-color: #F2F2F2;
}

#reg-header {
  color: #003E6C;
  font-weight: bold;
}

.property-card-holder {
  margin-left: 26px;
  margin-right: 26px;
}

.full-body-spinner-container {
  min-height: 100vh;
}

#schedule-date-label {
  position: absolute;
  width: 200px;
  font-size: 14x;
  color: #003E6C;
}

.traffic-light {
  cursor: pointer;
}

#red-traffic-light {
  background: red;
  background-image: radial-gradient(brown, transparent);
  background-size: 5px 5px;
  max-width: 20px;
  height: 30px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px #111 inset, 0 0 10px red;
          box-shadow: 0 0 20px #111 inset, 0 0 10px red;
}

#yellow-traffic-light {
  background: yellow;
  background-image: radial-gradient(orange, transparent);
  background-size: 5px 5px;
  max-width: 20px;
  height: 30px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px #111 inset, 0 0 10px yellow;
          box-shadow: 0 0 20px #111 inset, 0 0 10px yellow;
}

#green-traffic-light {
  background: green;
  background-image: radial-gradient(lime, transparent);
  background-size: 5px 5px;
  max-width: 20px;
  height: 30px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px #111 inset, 0 0 10px lime;
          box-shadow: 0 0 20px #111 inset, 0 0 10px lime;
}

.activeGreen {
  -webkit-box-shadow: 0 0 0px #111 inset, 0 0 10px lime !important;
          box-shadow: 0 0 0px #111 inset, 0 0 10px lime !important;
  border: solid 1px lime;
}

.activeYellow {
  -webkit-box-shadow: 0 0 0px #111 inset, 0 0 10px yellow !important;
          box-shadow: 0 0 0px #111 inset, 0 0 10px yellow !important;
  border: solid 1px yellow;
}

.activeRed {
  -webkit-box-shadow: 0 0 0px #111 inset, 0 0 10px red !important;
          box-shadow: 0 0 0px #111 inset, 0 0 10px red !important;
  border: solid 1px red;
}

#scheduleModal .vue__time-picker,
#scheduleModal .vue__time-picker input.display-time {
  width: 100%;
  height: unset;
}

#scheduleModal .vue__time-picker .dropdown ul li:not([disabled]).active,
#scheduleModal .vue__time-picker .dropdown ul li:not([disabled]).active:focus,
#scheduleModal .vue__time-picker .dropdown ul li:not([disabled]).active:hover {
  background: #00CCDA;
}

#property-header-main-container {
  margin-top: 17%;
}

.convo-div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  width: 100%;
}

.convo-label {
  margin-top: 40px;
  color: white;
}

.message-notification-area {
  height: 65vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.active-convo-label {
  display: inline;
}

.message-sender-link {
  display: inline;
}

.search-input {
  background: #10788B;
  color: #D9DADC !important;
  border: #10788B;
}

.search-input:focus {
  background: #10788B;
  color: #D9DADC !important;
  border: #10788B;
}

.message-search-results-box {
  max-height: 40vh;
  overflow: scroll;
}

.close-message-span {
  color: white;
  margin-left: 48%;
  cursor: pointer;
}

.notification-badge {
  background: #003E6C;
  padding: 0;
  text-align: center;
}

.email-col {
  min-width: 11vw;
  width: 11vw;
  max-width: 11vw;
  overflow-x: scroll;
}

.corner-ribbon,
.pending-ribbon {
  background: #00CCDA;
}

.rejected-ribbon {
  background: #dc3545;
  color: white !important;
}

.corner-ribbon,
.rejected-ribbon,
.pending-ribbon {
  width: 200px;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #003E6C;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  font-size: 20px;
  font-weight: bold;
}

.corner-ribbon.bottom-right,
.rejected-ribbon.bottom-right,
.pending-ribbon.bottom-right {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.advert-banner {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 300px;
}

.mobile-uploader-dropzone .dz-image-preview {
  opacity: 1;
}

.mobile-uploader-dropzone .dz-image-preview .dz-remove {
  opacity: 1 !important;
  height: 100%;
  width: 100%;
  top: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-color: #dc3545 !important;
  font-size: 0 !important;
  color: transparent !important;
}

.mobile-uploader-dropzone .dz-image-preview .dz-remove::after {
  content: '';
  background: url(/images/delete.svg) no-repeat center/cover;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
}

.toast {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 220px;
  padding: 10px 15px;
  opacity: 1;
  z-index: 12;
}

.toast--error {
  background-color: #dc3545;
  color: #fff;
}

.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */

.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */

.is-active {
  font-weight: bold;
  border-bottom: 2px solid #003E6C !important;
  color: #003E6C !important;
}

#messages .alert-flash {
  right: 25px;
  top: 25px;
  left: unset;
  bottom: unset;
  z-index: 100;
}


.ql-size-huge {
    font-size: 2.5em;
}

.ql-size-large {
    font-size: 1.5em;
}

.ql-size-small {
    font-size: .75em;
}

.ql-align-center {
    text-align: center;
}

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

.ql-align-justify {
    text-align: justify;
}

.inactive-reserve-btn {
    max-width: 100%;
    overflow: hidden;
}

#footer-reserve-btn-div {
    width: 479px;
}

.m-b-md {
    margin-bottom: 30px;
}

#admin-message-composer {
    /*background-color: white;*/
    /*box-shadow: 0px 0px 50px 0px;*/
    height: 35vh;
    width: calc(100vw - 350px);
}

#message-composer {
    background-color: white;
    box-shadow: 0px 0px 50px 0px;
    height: 35vh;
    width: calc(100vw - 250px);
}

.doc-header {
    color: white;
}

.sent-message-link {
    color: white;
    text-decoration: underline;
}

.message-details {
    width: 47%;
}

.received-message-link {
    color: #003E6C;
    text-decoration: underline;
}

#attachment {
    background-color: #DDD !important;
    color: #003E6C !important;
}

.messages {
    word-wrap: break-word;
}

#sent-message {
    background-color: #003E6C;
    border-radius: 20px 20px 0px 20px !important; /* top left, top right, bottom right, bottom left */
    color: white;
}

#received-message {
    background-color: #FFFFFF;
    border-radius: 20px 20px 20px 0px !important; /* top left, top right, bottom right, bottom left */
    color: #003E6C;
}

#send-message-button {
    border-radius: 17px;
    padding-left: 45px;
    padding-right: 45px;
    background-color: #00CCDA;
    color: white;
    min-width: 200px;
}

#admin-send-message-button {
    border-radius: 17px;
    background-color: #00CCDA;
    color: white;
    min-width: 200px;
}

.chat-intro-text {
    color: #003E6C;
}

@media only screen and (min-width: 992px) {
    #side-nav-brand-row {
        /*margin-bottom: 250px !important;*/
        width: 100%;
    }

}

.property-page-footer {
    position: fixed;
    bottom: 0;
    width: calc(100vw - 250px);
    height: 10vh;
    /*width: calc(100vw - 250px);*/
    box-shadow: 0px 0px 3px 0px;
    background-color: #FFFFFF;
    margin-left: 0;
    overflow: visible;
}


#footer-btn-group {
    padding-left: 83px;
}

@media only screen and (max-width: 1791px) {
    #footer-btn-group {
        padding-left: auto;
    }
}

@media only screen and (max-width: 844px) {
    #footer-reserve-btn-div {
        width: 231px !important;
    }
}

@media only screen and (min-width: 845px) and (max-width: 1440px) {
    #footer-reserve-btn-div {
        width: 370px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1420px) {
    /*.property-header-col {
        margin-right: auto !important;
        min-width: 100% !important;
    }*/

}

#opt_in_text {
    font-weight: bold;
    color: #00CCDA;

}

.notifications-span {
    border-radius: 250px 250px 250px 250px;
    padding: 5px;
}


#logout-btn {
    color: white;
}

#customer-logout-btn {
    color: #00CCDA !important;
}

.carousel-img {
    min-height: 100%;
    min-width: 100%;
    /*max-height: 100%; max-width:100%;*/
    position: absolute;
    margin: auto;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
}

#side-nav {
    /*min-width: 800px;*/
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;
    border: 1px solid pink;
    border: none;
    padding: 0 !important;
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;

    z-index: 1032;
}

.filter-by {
    color: darkblue !important;
}


@media only screen and (max-width: 568px) {

    #sidenav-hamburger {
        margin-top: 22px;
        margin-left: 13px;
    }
}

.card-img-top {
    min-height: 100% !important;
    min-width: 100% !important;
    background-size: cover;
    background-position: 50%;
}

.carousel-item {
    min-width: 100% !important;
    max-height: 450px !important;
    min-height: 450px !important;
    overflow: hidden;
    background-repeat: no-repeat;
}

.custom-img-fluid {
    min-height: 100%;
    min-width: 100%;
}

@media only screen and (min-width: 577px) and (max-width: 759px) {
    #carouselIndicators {
        margin-top: -71px;
    }
}

@media only screen and (max-width: 1466px) {
    .viewed-property-card-header {
        position: relative;
        top: -27px;

    }

}

@media only screen and (max-width: 576px) {
    #carouselIndicators {
        margin-top: -71px;
    }

    .viewed-property-card-header {
        min-width: 300px;
    }

}

@media only screen and (min-width: 760px) {
    #carouselIndicators {
        margin-top: -71px;
    }

}

#admin-messages-div {
    min-height: 65vh;
    overflow: scroll;
    max-height: 65vh;
    width: 100%;
}

@media only screen and (min-width: 1468px) {
    #carouselIndicators {
        margin-top: -47px;
    }

    #customer-property-info-col {
        margin-top: 0px;
    }

    #message-composer {
        min-height: 30vh;
        max-height: 30vh;
        position: fixed;
        bottom: 0; /*width: calc(100% - 279px);*/
        /*width: 83%;*/
    }

    #messages-div {
        min-height: 60vh;
        overflow: scroll;
        max-height: 700px;
        width: 100%;
    }

    #chat-parent {
        min-height: 970px;
        max-height: 970px;
    }

    #chat-form {
        max-height: 90% !important;
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 1468px) {
    .col-xl-3 {
        min-width: 370px;
    }

    #message-composer, #admin-message-composer {
        min-height: 35vh;
        max-height: 35vh;
        position: fixed;
        bottom: 0;
    }

    #messages-div {
        min-height: 540px;
        max-height: 540px;
        width: 100%;
        margin-bottom: 30vh;
    }

    #chat-parent {
        min-height: 570px;
        max-height: 570px;
    }

    #chat-form {
        max-height: 90% !important;
        max-width: 100% !important;
    }

    #side-nav-logo {
        /*margin-bottom: 150px;  */
    }
}


.custom-form-control, .form-check-input {
    background-color: #F2F2F2 !important;
    color: #003E6C !important;
}


#save-customer-preferences {
    border-radius: 17px;
    padding-left: 45px;
    padding-right: 45px;
    background-color: #00CCDA;
    color: white;
}

#submit-reserve-contact {
    border-radius: 17px;
    padding-left: 45px;
    padding-right: 45px;
    background-color: #00CCDA;
    width: 100%;
    color: white;
    height: 40px;
}

#reserveModalLabel {
    color: #003E6C;
    font-weight: bold !important;
}

#reserve-phone-input {
    min-height: 45px;
    background-color: #F2F2F2;
    border-radius: 3px;
    border: 0.5px transparent;
    color: #003E6C;
    font-weight: bold;
    font-size: 20px;
}

#profile-button {
    padding: 0;
    margin: 0;
    border: none;
    color: white;
    background-color: transparent;
}

#profile-button:hover {
    /*background-color: transparent;*/
    border: none !important;
    border-radius: 0;

}


.nav-col {
    background-repeat: no-repeat;
    overflow: hidden !important;
    background-size: cover;
    width: 250px;
    position: fixed;
    height: 100vh;
    background-image: url('/images/sidebar.jpg');
}

@media only screen and  (max-width: 991px) {
    .nav-col {
        position: relative;
        height: auto;
        width: auto;
    }
}

#main-row {
    min-height: 100vh;
    padding-left: 250px;
}

#admin-chat-main-row {
    min-height: 100vh;
    padding-left: 350px;
}

#zoom-img-txt {
    color: #003E6C;
}

.side-link {
    color: white;
    /*border-bottom: 0.3px solid rgba(249, 249, 249, .7);*/
}

#last-nav-link {
    border-bottom: none !important;
}

.properties-content-body, #chat-container {
    background-color: #F5F5F5;
    height: 100vh;
    overflow: scroll;
    min-width: 100%;
    padding-bottom: 10vh;
}

#admin-chat-container {
    background-color: #F5F5F5;
    /*height: 100vh;*/
    overflow: scroll;
    min-width: 100%;
}

.filter-btn {
    border-radius: 17px;
    background-color: white;
    color: #00CCDA;
}

.active-filter {
    background-color: #003E6C;
    border-radius: 0;
    color: white !important;
}

#properties-brand {
    color: #003E6C !important;
}

#prop-title-div {
    position: relative;
    left: -3%;
}

.available-property-card-header {
    position: absolute !important;
    top: 0;
    left: 50%;
    z-index: 10;
    width: 70%;
    margin-left: -35%;
    border-radius: 0px 0px 400px 400px !important; /* top left, top right, bottom right, bottom left */
    min-width: 70%;
    background-color: #003E6C;
    color: white;
    font-size: 14px;

}

.sold-property-card-header {
    position: absolute !important;
    top: 0;
    left: 50%;
    z-index: 10;
    width: 70%;
    margin-left: -35%;
    border-radius: 0px 0px 400px 400px !important; /* top left, top right, bottom right, bottom left */
    min-width: 70%;
    background-color: #FF565F;
    color: white;
    font-size: 14px;
}

.viewed-property-card-header {
    border-radius: 0px 0px 40px 40px !important; /* top left, top right, bottom right, bottom left */
    background-color: #003E6C;
    color: white;
    position: relative;
    /*top: -27px;	*/
    z-index: 10;
    width: 300px;
}

.prop-capital-fields, .property-investment-info-div {
    background-color: #F5F5F5;
    color: #003E6C;
}

.prop-roi-fields {
    background-color: #F5F5F5;
    color: #00CCDA;
}

.prop-capital-fields p, .prop-roi-fields p {
    margin: 0;
    white-space: nowrap;
    font-size: 12px;
}

.roi-label-paragraph {
    color: #003E6C !important;
}

#view-property-button, .view-property-button {
    border-radius: 17px;
    padding-left: 45px;
    padding-right: 45px;
    background-color: #00CCDA;
    color: white;
    height: 40px;
}


#property-image-div {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.property-file-uploader {
    position: relative;
    height: 50px;
    overflow: hidden;
}

#reserve-button {
    border-radius: 17px;
    background-color: #00CCDA;
    color: white;
    min-width: 100%;
    height: 40px;
}

#reserved-button {
    border-radius: 17px;
    background-color: #DDD;
    color: white;
    min-width: 100%;
    height: 40px;
}

#sold-button {
    border-radius: 17px;
    background-color: #FC3C4D;
    color: white;
    min-width: 100%;
    height: 40px;
}


#address-div {
    background-color: #003E6C;
    color: white;
    border-radius: 5px;
}

#property-card-title {
    font-size: 14px;
    font-weight: bold;
    color: #003E6C;
    height: 1em;

}

#property-card-postcode {
    font-size: 14px;
    font-weight: regular;
    color: #003E6C;
}

.property-investment-info-div, .property-other-info-div {
    overflow: hidden;
}

.property-other-info-div {
    background-color: #F5F5F5;
}

.property-other-info-div h3 {
    color: #00CCDA;
}

.property-other-info-div h5 {
    color: #003E6C;
}

.property-info-label {
    color: #003E6C;
    font-weight: 900;
}

.active-fav {
    background-color: gold;
}

.value-paragraph {
    margin-top: -10px !important;
    white-space: nowrap;
    font-size: 20px !important;
    font-weight: bold;
    padding-top: 3px;
}

.label-paragraph {
    margin-top: -10px !important;

}

.col-5 {
    min-width: 48.66%;
}

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
