#front-end {
  font-family: Montserrat,sans-serif;
  background: #FFF;
}

#front-end #app {
  min-height: 40vh;
}
.login #front-end #app {
  min-height: auto;
}

#front-end img {
  max-width: 100%;
}
#front-end .hero {
  position: relative;
}
#front-end .hero img.hero-image {
  height: 80vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
#front-end .hero-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20%;
  background: rgba(255,255,255,.8);
  padding: 40px 30px;
  min-width: 300px;
  max-width: 350px;
}
#front-end .hero-box img {
  max-width: 100%;
  display: block;
}
#front-end .ptb {
  padding: 20px 0 30px;
}
#front-end .white-grey-bg {
  background: #f7f8f8;
}
#front-end .text-center {
  text-align: center;
}
#front-end .home-text h1 {
  color: #003b30;
  font-weight: 100;
  margin: 0;
  padding-bottom: 10px;
}
#front-end .home-text h2 {
  color: #83c7aa;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}

#front-end #header {
  background: #003b30;
  position: sticky;
  top: 0;
  z-index: 999;
}
#front-end #header .content {
  padding: 20px
}
#front-end #header img {
  max-width: 100%
}
#front-end #header a {
  color: #83c7aa;
  padding: 0 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
#front-end #header .account-icon a {
  color: #FFF;
}
#front-end #header .row {
  display: flex;
  justify-content: space-between;
  align-items: center
}
#front-end #header .col-md-2 {
  width: 10%
}
#front-end #header .col-md-8 {
  width: 80%
}
#front-end #header .mobile-nav {
  display: none;
}
#front-end #header .account-icon .sep {
  color: #fff
}
#front-end .footer {
  margin: 30px auto 0;
  width: 100%;
  background: #5b6770;
  padding: 30px 0 10px 0
}

#front-end .footer nav a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#front-end .footer .footer-bottom {
  display: flex;
  margin-top: 70px;
  justify-content: space-between
}

#front-end .footer .footer-bottom .left p {
  color: #fff
}

#front-end .footer .footer-bottom .right img {
  width: 80px
}

#front-end .content {
  width: 1134px;
  margin: 0 auto;
  padding: 21px;
  overflow: hidden;
}
#front-end h1 {
  text-align: center;
}
#front-end .flex {
  display: flex;
}
#front-end .content-wrapper {
  padding: 20px;
}
#front-end .cards {
  display: flex;
  flex-wrap: wrap;
}
#front-end .cards .card {
  width: 31.3333%;
  color: rgba(0,0,0,.8);
  margin: 0 0 20px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 300px;
  justify-content: center;
  overflow: hidden;
  margin: 0 1% 10px;
}
#front-end .cards .card .card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#front-end .cards .card h2,
#front-end .cards .card h3 {
  font-weight: 300;
  margin: 0;
  padding: 0;
}
#front-end .cards .card h3 {
  color: rgba(0,0,0,.5);
  font-size: 18px;
  padding-top: 4px;
}
#front-end .cards .card .count {
  position: absolute;
  height: 32px;
  background: #fff;
  color: #495a60;
  line-height: 5px;
  font-weight: 300;
  font-size: 15px;
  padding: 13px;
  border-radius: 100px;
  top: 10px;
  right: 10px;
}
#front-end .section-title {
  width: 100%;
  font-size: 18px;
  color: #535353;
  display: block;
  border-bottom: 1px solid #f0eded;
  margin-bottom: 20px;
  padding-bottom: 12px;
  padding-top: 10px;
}
#front-end .development .btn-report {
  margin: 40px auto;
  color: #fff;
  padding: 11px 46px;
  background: #f49232;
  border-color: #f49232;
  padding: 10px;
  text-align: center;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  display: block;
  width: 230px;
  border: none;
  cursor: pointer;
}

#front-end .development h4 {
  margin-bottom: 0;
}
#front-end .development p.remedial-works {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  color: #535353;
  font-style: italic;
}

#front-end table.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  color: #535353;
  margin: 0;
  line-height: 18px;
}
#front-end table.styled-table th{
  font-size: 13px;
}
#front-end table.styled-table th:first-child,
#front-end table.styled-table td:first-child {
  border-left: none;
}
#front-end table.styled-table th,
#front-end table.styled-table td {
  border: 1px solid #dadada;
  color: #535353;
  border-top: none;
  padding: 10px;
}
#front-end table.styled-table th:last-child,
#front-end table.styled-table td:last-child {
  border-right: none;
}
#front-end table.styled-table td .followup {
  color: #e05361;
  margin: 0;
  font-size: 12px;
}
#front-end .customer-information .col {
  width: 33.333%;
}
#front-end table.styled-table .action-btns a,
#front-end table.styled-table a.action-btn {
  border-radius: 20px;
  font-weight: 600;
  padding: 4px 12px;
  margin-top: 3px;
  color: #fff;
  text-align: center;
  width: 100%;
  min-width: 79px;
  display: block;
  text-decoration: none;
}
#front-end table.styled-table .action-btns a.follow-up {
  background: #45a857;
}
#front-end .report-defect label {
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
#front-end .report-defect select,
#front-end .report-defect input,
#front-end .report-defect textarea {
  clear: left;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 2px;
  outline: 0;
  border: 1px solid #dadada;
  background: 0 0;
  padding: 14px;
}
#front-end form select.error,
#front-end form input.error,
#front-end form textarea.error,
#front-end form .dropzone_area.error {
  border-color: #f00;
}
#front-end .report-defect select{
  cursor: pointer;
}

#front-end .report-defect textarea {
  min-height: 100px;
}

#front-end .report-defect .customer-information h2 {
  color: #000;
  font-size: 16px;
  margin-top: 30px;
}

#front-end .report-defect .customer-information .customer-info-row {
  font-size: 12px;
  color: #535353;
  margin: 0;
  line-height: 18px;
}

#front-end .report-defect-selection .col {
  float: left;
  padding-right: 20px;
  width: 25%;
  position: relative;
}
#front-end .report-defect .development-select {
  position:relative;
}
#front-end .report-defect-selection .col:last-child {
  padding-right: 0;
}
#front-end .report-defect-selection .col:after,
#front-end .report-defect .development-select:after {
  content: '\f078';
  display: block;
  position: absolute;
  top: 39px;
  pointer-events: none;
  color: #4c4b61;
  right: 33px;
  font-family: fontawesome;
}

#front-end .report-defect .development-select:after {
  top: 14px;
}

#front-end .report-defect-selection .col:last-child:after {
  display:none;
}

#front-end .report-defect-actions span {
  color: #ea4858;
  font-weight: bold;
}
#front-end .report-defect-actions .disclaimer {
  margin-top:20px;
}
#front-end .report-defect-actions {
  margin-bottom: 20px;
  font-size: 13px;
  color: #bcbab9;
}

#front-end .report-defect-actions .disclaimer-text p {
  font-weight: bold;
}

#front-end .report-defect-actions .disclaimer-text a {
  color: #49a942;
  text-decoration: none;
}

#front-end .report-defect-actions button {
  color: #fff;
  border: 0;
  padding: 10px 30px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
  outline: 0;
  cursor: pointer;
  float: right;
}

#front-end .add-attachments {
  margin-top: 10px;
  width: 100%;
}

#front-end .dropzone_area {
  color: #bcbab9;
  width: 100%;
  padding: 50px;
  line-height: 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  top: 0;
  border: 1px solid #dadada;
}
#front-end .dropzone_area .dz-preview .dz-remove {
  padding: 10px 0;
}
#front-end .defects_inner_page textarea {
  width: 100%;
  margin: 20px 0 10px;
  padding: 12px;
  outline: 0;
  height: 200px;
  border-radius: 2px;
  border: 1px solid #e1dddd;
}
#front-end .defects_inner_page-inner {
	 padding: 20px 0 40px;
}
#front-end .defects_inner_page-inner hr {
	 margin-top: 30px;
}
#front-end .defects_inner_page .defects_mobile {
    display: none;
}
#front-end .defects_inner_page .defects_mobile input[type="checkbox"] {
	 float: none;
	 width: auto;
}
#front-end .defects_inner_page .defects_mobile h3 {
	 margin-bottom: 15px;
}
#front-end .defects_inner_page .defects_mobile p {
	 color: #000;
}
#front-end .defects_inner_page .data_table__item div:nth-of-type(3), .defects_inner_page .data_table__header div:nth-of-type(3) {
	 width: 40%;
}
#front-end .login input {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
}
#attachment-modal .modal-content {
  width: 80%;
}
#attachment-modal .attachments_inner a {
    width: 120px;
    display: block;
    height: 120px;
    float: left;
    margin-right: 10px;
    border: 1px solid #bcbab9;
    text-align: center;
    padding: 20px;
    color: #bcbab9;
    word-break: break-word;
}
#attachment-modal .attachments_inner .large-image {
  text-align: center;
}
#attachment-modal .attachments_inner img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
#DataTables_Table_0_length {
  margin-bottom: 20px;
}
#DataTables_Table_0_filter {
  display: none;
}