/* Breadcrumb*/
@media only screen and (max-width: 1219px) {
  .cd-breadcrumb,.breadcrumb-bg-color {
    display:none;
  }
}


/* Hide HS page editor top right corner icon */
.hs-tools-menu {
   display: none !important;
}
/* Icons */
.arrow-icon {
  filter: brightness(5);
  max-height:10px;
  max-height:8px;
  margin: 0 0 1px 0;
}
.accordion .link .arrow-icon {
  float: right;
  margin: 15px 10px 0 0;
}

/* fonts */
@charset "UTF-8";
@font-face{font-family:Circular-bold;src:url(/hubfs/4301655/_Website/FontFiles/Circular-Bold.eot);src:url(/hubfs/4301655/_Website/FontFiles/Circular-Bold.eot?#iefix) format('embedded-opentype'),url(/hubfs/4301655/_Website/FontFiles/Circular-Bold.woff) format('woff'),url(/hubfs/4301655/_Website/FontFiles/Circular-Bold.ttf) format('truetype');font-weight:400;font-style:normal}
@font-face{font-family:Circular-Book;src:url(/hubfs/4301655/_Website/FontFiles/Circular-Book.eot);src:url(/hubfs/4301655/_Website/FontFiles/Circular-Book?#iefix) format('embedded-opentype'),url(/hubfs/4301655/_Website/FontFiles/Circular-Book.woff) format('woff'),url(/hubfs/4301655/_Website/FontFiles/Circular-Book.ttf) format('truetype');font-weight:400;font-style:normal}
@font-face{font-family:Circular-medium;src:url(/hubfs/4301655/_Website/FontFiles/Circular-Medium.eot);src:url(/hubfs/4301655/_Website/FontFiles/Circular-Medium.eot?#iefix) format('embedded-opentype'),url(/hubfs/4301655/_Website/FontFiles/Circular-Medium.woff) format('woff'),url(/hubfs/4301655/_Website/FontFiles/Circular-Medium.ttf) format('truetype');font-weight:400;font-style:normal}
@font-face{font-family:made-mirage-medium;src:url(/hubfs/_2025/Website/DuchyHomes/FontFiles/MADEMirageMedium.otf); format('opentype');font-weight:200;font-style:normal}
@font-face{font-family:AzoSansRegular;src:url(/hubfs/_2025/Website/DuchyHomes/FontFiles/AzoSansRegular.woff); format('woff');font-weight:200;font-style:normal}
@font-face{font-family:AzoSansMedium;src:url(/hubfs/_2025/Website/DuchyHomes/FontFiles/AzoSansMedium.woff); format('woff');font-weight:200;font-style:normal}
@font-face{font-family:AzoSansBold;src:url(/hubfs/_2025/Website/DuchyHomes/FontFiles/AzoSansBold.woff); format('woff');font-weight:200;font-style:normal}


/* Scrollbar - Shared Styles */
.overflow::-webkit-scrollbar-track,.overflow-blue::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	border-radius: 16px;
}
.overflow::-webkit-scrollbar-thumb, .overflow-blue::-webkit-scrollbar-thumb {
	-webkit-box-shadow: none;
  border-radius: 16px;
	background-color: rgba(0,0,0,0);
}
.overflow::-webkit-scrollbar, .overflow-blue::-webkit-scrollbar {
	width: 0;
  height: 0;
}


body {
  margin: 0;
  font-family: Circular-Book;
  font-weight: inherit;
  font-size: 13px;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.topbar {
  background: #fff;
  float: left;
  position: fixed;
  height: 60px;
  line-height: 60px;
  width: 100%;
  z-index: 999;
}
.topbar h1 {
  font-size: 14px;
  font-family: 'Circular-medium';
  font-weight: inherit;
  color: #222;
  margin: 0 0 0 55px;
  text-align: left;
}
h2 {
  font-size: 13px;
  font-weight: inherit;
}
h3 {
  font-size: 14px;
  font-weight: inherit;
}
h4 {
  font-weight: inherit;
  clear: both;
  float: left;
}
a {
  outline: none;
}


/* Fancybox */
.fancy-sites-window {
  background-color: #022046!important;
  font-family: Circular-Book;
  height: 100%;
  margin: 0!important;
  padding: 0!important;
  width: 100%!important;
  max-width: 960px;
}
.fancy-sites-window h2 {
  background: #022046;
  color: #fff!important;
  float: left;
  font-family: Circular-Book;
  font-weight: inherit;
  margin: 0;
  padding: 17px 15px 16px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  width: calc(100% - 30px);
}
.fb-body {
  float: left;
  width: 100%;
  background: #022046;
  color: #fff;
}
.fb-body-header {
  background: #023468;
  color: #fff;
  float: left;
  width: calc(100% - 30px);
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
}
.fb-body table {
  background: #fff;
  min-width: 100%;
}
.fb-body .col1 {
  margin-bottom: 0;
}
.fancybox-close-small {
  top: -1px!important;
  height: 48px!important;
  width: 48px!important;
  z-index: 999!important;
}
.fancybox-close-small:after {
  background-color: transparent!important;
  background: #022046!important;
  color: #fff!important;
  font: 31px/52px Arial,Helvetica Neue,Helvetica,sans-serif!important;
  height: 48px!important;
  outline: none!important;
  padding-top: 0;
  right: 0!important;
  top: 0!important;
  width: 48px!important;
}

/* Accordion and Tables */
table {
  max-width: 100%;
  width: auto;
  float: left;
  border-collapse: collapse;
  table-layout: fixed ;
}
tbody {
  color: #000;
}
th, th.sticky {
  background: #3175b0;
}
th, td, .fb-body th, .fb-body td {
  text-align: left;
  padding: 8px;
  border: 2px solid #f6f6f6;
  text-wrap: nowrap;
  font-weight: inherit;
}
th.sticky {
  background: #3175b0;
  position: sticky;
  left: 0;
  border-left: 0;
}
td.sticky {
  background: #fff;
  position: sticky;
  left: 0;
  border-left: 0;
}
.accordion {
  float: left;
  margin: 0;
  padding: 20px;
  width: calc(100% - 40px);
}
.accordion li {
  height: auto!important;
  margin: 0;
  width: 100%;
  display: block;
  position: relative;
  float: left;
}
.accordion li i {
  position: absolute;
  top: calc(50% - 8px);
  left: -10px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
  font-size: 16px;
  float: right;
  position: relative;
}
.accordion li.open {
  float: left;
}
.accordion li.open .link, .accordion li.open i {
  color: #fff;
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion .link {
  background: hsla(0,0%,100%,.03);
  border: 0;
  color: #fff!important;
  cursor: pointer;
  float: left;
  font-family: Circular-Book;
  font-weight: inherit;
  height: 40px;
  line-height: 40px;
  margin: 3px 0 0;
  padding: 0 0 0 20px;
  width: calc(100% - 20px);
}
.title-number {
  background: rgb(0 0 0 / 5%);
  color: #fff;
  display: initial;
  float: right;
  font-family: Circular-Book;
  font-weight: inherit;
  right: 0;
  text-align: center;
  width: 50px;
}
.accordion .link span.title-number:nth-child(2), .accordion .link2 span.title-number:nth-child(2), .accordion2 .link2 span.title-number:nth-child(2) {
  background: rgb(0 0 0 / 10%);
}
.accordion .link span.title-number:nth-child(3), .accordion .link2 span.title-number:nth-child(3), .accordion2 .link2 span.title-number:nth-child(3) {
  background: rgb(0 0 0 / 15%);
}
.accordion .link span.title-number:nth-child(4), .accordion .link2 span.title-number:nth-child(4), .accordion2 .link2 span.title-number:nth-child(4) {
  background: rgb(0 0 0 / 20%);
}
.accordion .link span.title-number:nth-child(5), .accordion .link2 span.title-number:nth-child(5), .accordion2 .link2 span.title-number:nth-child(5) {
  background: rgb(0 0 0 / 25%);
}
.accordion .link span.title-number:nth-child(6), .accordion .link2 span.title-number:nth-child(6), .accordion2 .link2 span.title-number:nth-child(6) {
  background: rgb(0 0 0 / 30%);
}
.accordion .link span.title-number:nth-child(7), .accordion .link2 span.title-number:nth-child(7), .accordion2 .link2 span.title-number:nth-child(7) {
  background: rgb(0 0 0 / 35%);
}
.accordion .link span.title-number:nth-child(8), .accordion .link2 span.title-number:nth-child(8), .accordion2 .link2 span.title-number:nth-child(8) {
  background: rgb(0 0 0 / 40%);
}
.accordion .link, .accordion .link2 {
  background: #023468;
  width: calc(100% - 10px);
  margin: 10px 0 0 0;
  border: 0;
  color: #fff!important;
  float: left;
  font-family: Circular-Book;
  font-weight: inherit;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 10px;
  overflow: hidden;
}
.accordion-col-title {
  float: right;
  width: 50px;
  text-align: center;
  font-size: 11px;
  margin-top: 6px;
}
.netrev {
  display: inline-block;
  width: 85px;
}
.submenu {
  display: none;
  float: left;
  width: 100%;
  padding: 0;
  overflow-x: auto;
  white-space: nowrap;
}
.submenu th, .submenu td, .submenu2 th, .submenu2 td {
  line-height: 16px;
  text-align: left;
  padding: 5px 10px;
}
th {
  color:#fff;
}

td a {
  font-family: Circular-medium;
  font-weight: inherit;
  text-decoration: underline;
  color: #000;
}
.number {
  float: left;
  text-align: center;
  width: 50px;
  margin: 5px 0 5px 0;
}
.number a {
  color: #1799f9;
  font-family: Circular-Medium;
}

.formob {
  display: inline-block;
}
.mob-bottom-margin {
  margin-bottom: 120px!important;
}
.fordesk {
  display: none!important;
}
.dashboard-right-container {
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 100vh;
  overflow-y: auto;
  background: #eee;
}
.dashboard-content-wrapper {
  float: left;
  width: calc(100% - 20px);
  margin: 70px 10px 180px 10px;
}

/* Dashboard Columns */
#options {
  float: left;
}
.divider {
  color: #5e99b3;
  margin: 0 10px;
}
.col-container-flex {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 75px;
}
.col1 h3, .col2 h3, .col3 h3, .col4 h3 {
  float: left;
  margin: 20px;
  font-weight: inherit;
}
.col1, .col2, .col3, .col4 {
  float: left;
  background: #fff;
  overflow: auto;
  width: 100%;
  margin-bottom: 10px;
}
thead {
  background: #2175b0;
  height: 40px;
}
.top-btns-container {
  height: 60px;
  top: 0;
  position: fixed;
  right: 0;
  background-color:#0a1f42;
  color: #fff;
  white-space: nowrap;
  overflow-x: auto;
  padding-left: 30px;
  padding-right: 10px;
  max-width: 175px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 20px 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 20px 100%);
}
.top-btn {
  border: 1px solid #fff;
  color: #fff;
  background: #0a1f42;
  font-family: Circular-Book;
  font-weight: inherit;
  height: 33px!important;
  line-height: 33px;
  text-decoration: none;
  margin: 12px 0 0 2px;
  padding: 0;
  text-align: center;
  width: 35px;
  display: inline-block;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align-last: center;
}
.hideblock {
  display: none;
}


/* Build Overview Graph */
.graph-inner-container {
  float: left;
  align-items: flex-end;
  display: flex;
  height: 150px;
  position: relative;
  width: 100%;
  margin: 20px 0 50px 0;
}
.bar-graph {
  width: 95.5%;
  margin: 0.5%;
  min-height: 1px;
  position: relative;
  background: #1799f9;
  cursor: pointer;
}
.bar-graph:hover {
  opacity:0.75;
}
.title {
  position: absolute;
  top: -35px;
  height: 10px;
  text-align: center;
  width: 100%;
  color: #fff;
}
.graph-label {
  bottom: -110px;
  line-height: 23px;
  height: 100px;
  position: absolute;
  text-align: right;
  width: 100%;
  font-family: Circular-Book;
  -webkit-writing-mode: vertical-lr;
  transform: rotate(-180deg);
  color: #fff;
}
.cell-header {
  font-size: 13px;
  font-family: Circular-Medium;
}


/* filter checkboxes */
.filter-label {
  float: left;
  margin: 0 0 0 10px;
  width: calc(100% - 10px);
}
.option-set {
  overflow: scroll;
  white-space: nowrap;
  width: 100%;
}
.filter-btn, .tablinks {
  background-color: #0a1f42;
  margin: 5px;
  overflow: hidden;
  line-height: 14px;
  width: 90px;
  display: inline-block;
  font-size:12px;
  color: #fff;
  font-family: Circular-Book;
  border: 0;
  cursor: pointer;
}
.filter-btn label {
  float: left;
  line-height: 14px;
  width: 100%;
  cursor: pointer;
}
.filter-btn label span {
  text-align: center;
  padding: 0;
  display: block;
  height: 35px;
  line-height: 35px;
}
.filter-btn label input {
  position: absolute;
  display: none;
  color: #fff !important;
}
.filter-btn label input + span {
  color: #fff;
}
.filter-btn input:checked + span {
  background-color: #2175b0;
}
#filter {
  width: 100%;
}
.filters-select, .filters-select:focus{ 
  background-color: #0a1f42!important;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-family: Circular-Book;
  font-weight: inherit;
  height: 35px;
  outline: none;
  padding: 0;
  text-align: center;
  width: 130px;
  margin: 12px 3px;
}
.filter-btn:first-child {
  margin-left: 10px;
}
.filter-btn:last-child {
  margin-right: 10px;
}

/* Colours */
.NotReleased {
  background: #b1b1b1;
}
.Unsold {
  background: #1c9524;
}
.Pending, .NSDaysAtRisk {
  background: #5e99b3;
}
.Reserved, .NSDaysUntilRisk {
  background: #ffb100;
}
.Exchanged, .ARNotRoofed {
  background: #b8181b;
}
.Completed, .URNotRoofed {
  background: #0b0a18;
}
.Sold {
  background: #b8181b;
}
.CarriedForward {
  background: #9c27b0;
}

/* For internal sitemap isotope */
.NotReleased3 {
  background: #b1b1b1;
}
.Unsold3 {
  background: #1c9524;
}
.Pending3 {
  background: #5e99b3;
}
.Reserved3 {
  background: #ffb100;
}
.Exchanged3 {
  background: #b8181b;
}
.Completed3 {
  background: #0b0a18;
}
.Sold3 {
  background: #b8181b;
}

.counter {
  color: #fff;
  float: left;
  font-size: 14px;
  height: 35px;
  line-height: 34px;
  margin: 0 0 -35px;
  padding: 0 10px;
  position: relative;
  text-align: left;
}

/* Table layout */ 
.table-label {
  float: left;
  color: #fff;
  padding: 10px;
  text-decoration: none;
}
.px-block-content {
  float: left;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 20px;
}
.px-block-content table, .submenu table, .submenu2 table {
  background: #fff;
  max-width: 100%;
}
.px-block-content thead {
  background:#2175b0;
  color: #fff;
  border: none;
}
.subheader {
  background: #022046;
}
.netrev-header {
  min-width: 60px;
  text-align: center;
}

@media only screen and (min-width: 720px) { 
  .table-label {
    padding: 10px 20px;
  }
}

@media only screen and (min-width: 960px) { 
  body {
    font-size: 12px;
  }
  .formob {
    display: none;
  }
  .mob-bottom-margin {
    margin-bottom: 10px!important;
  }
  .fordesk {
    display: inline-block!important;
  }
  .dashboard-content-wrapper {
    margin: 90px 30px 10px 30px;
    width: calc(100% - 60px);
  }
  .top-btns-container {
    max-width: calc(100% - 500px);
  }

  /* Legacy */
  .col-container-flex {
    margin-bottom: 0;
  }
  .col2, .col3, .col4 {
    margin: 10px;
  }
  .col2, .dashboard-content-wrapper .col2 {
    width: calc(50% - 20px);
  }
  .col3 {
    width: calc(33.333% - 20px);
  }
  .col4 {
    width: calc(25% - 20px);
  }
  .col1 h3, .col2 h3, .col3 h3, .col4 h3 {
    margin: 15px;
  }
  .fancy-sites-window {
    height: auto;
  }
  .dashboard-right-container {
    float: left;
    position: relative;
    width: calc(100% - 435px);
    transition: 0.3s;
    margin-left: 435px;
    height: 100vh;
  }
  .dashboard-right-container.swap {
    width: 100%;
    margin-left: 0;
  }
  .title {
    top: -30px;
  }

  /* Scrollbar */
  .overflow::-webkit-scrollbar-thumb, .overflow-blue::-webkit-scrollbar-thumb {
	  background-color: rgba(0,0,0,0.5);
  }
  .overflow::-webkit-scrollbar-thumb, .overflow-blue::-webkit-scrollbar-thumb {
    background-color: #2175b0;
    border-radius: 0;
  }
  .overflow::-webkit-scrollbar, .overflow-blue::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
}