 
/*Main Body CSS*/
.login-container {
    border: 1px solid #CCC;
}
.login-title {
    letter-spacing: 0.5px;
}
.phone_number-input {
    max-width: 650px;
}
.phone_number-input input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
    font-size: 24px;
    font-weight: 500;
    height: 50px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 99%;
    padding-left: 10px;
}
.validate-phone-button .check-phone-no {
    padding: 10px 20px;
    box-shadow: none !important;
    font-size: 15px;
    height: 45px;
    display: inline-block;
    border: 1px solid #000;
    font-weight: 500;
}
.login-wrapper {
    min-height: 79vh;
}
.login-page-header {
  padding: 33px 0;
}

/*Home Title*/
.section-title h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.homepage-content .dashboard_block {
    border: 2px solid #000;
    border-radius: 10px;
    display: grid;
    align-items: center;
    height: 150px;
}
.feature_style_3.em-feature {
    text-align: left;
    transition: all 0.5s ease 0s;
    background: #f9f9f9;
    padding: 32px 17px 32px;
    position: relative;
    margin-top: 4px;
}
.em_content_text {
    overflow: hidden;
    margin-top: 5px;
}
.homepage-content .feature_style_3.dashboard_block .em-feature-title a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.feature_style_3.em-feature:hover {
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .15);
}
.feature_style_3.em-feature:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    right: 0;
    content: "";
    background: #04b6ba;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}
.feature_style_3.em-feature:hover::before {
    transform: scale(1);
}

/*Back Button CSS*/
.back_btn .beta.link_btn, .construction_alert .btn-back, .create_alert-wrap .back_btn button {
  background-color: #f9f9f9;
  padding: 1px 18px;
  border: 1px solid #333;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
}
/*Project List*/
.project-list .link-offset-2 {
  color: #333;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  display: block;
}
.project-list .divhight {
  min-height: 110px;
  display: flex;
  align-items: center;
}
form .beta {
  font-size: 16px;
  padding-left: 7px;
  padding-right: 7px;
}
.construction_alert form .beta[name="search"] {
  border-radius: 4px;
  border: 1px solid #000;
  padding-top: 0px;
  padding-bottom: 1px;
}
/*Footer CSS*/
.footer {
    position: relative; 
    bottom: 0; 
    width: 100%;
}
.copy-right-text p {
    font-size: 16px;
}

.alert_upload-photos .review_btn {
  width: 150px;
  cursor: pointer;
}

.construction_alert .create_alert_btn {
  width: 100%;
  border-radius: 5px !important;
  background: #6565d9 !important;
  color: #fff !important;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
.create_alert-form {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 50px;
}
.construction-alert_content .list-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.construction-alert_content .list-table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
}
.construction-alert_content .list-table tr th, .construction-alert_content .list-table tr td {
  padding: 10px 12px;
  text-align: Left;
  font-size: 16px !important;
  border: 1px solid #ddd;
  font-family: "Open Sans", sans-serif;
}
.construction-alert_content .list-table tr td a {
  color: #333;
}
.construction-alert_content .list-table tr td a:hover {
  color: #23527c;
  text-decoration: underline !important;
}
.create_alert-wrap .create_alert-content .create_alert-form {
  background: rgb(51, 102, 153);
  padding: 30px;
  border-radius: 6px;
  color: #fff;
}
.create_alert-wrap .create_alert-content .create_alert-form .alert_submit-btn #alert-submit-btn {
  background: #ff6600;
  color: #000;
  height: auto !important;
  font-size: 18px;
  cursor: pointer !important;
  width: 100%;
  box-shadow: none;
  text-shadow: none;
  font-family: inherit;
  outline: none !important;
  margin: 0;
  opacity: 1;
  -webkit-appearance: none;
  border: 0px;
  border-radius: 6px;
  line-height: 1em !important;
  padding: 16px 20px !important;
  text-decoration: none !important;
  text-align: center;
  text-transform: none !important;
  font-weight: normal !important;
  overflow: hidden;
  position: relative;
  vertical-align: middle !important;
}
.create_alert-wrap .create_alert-content .create_alert-form #field_property-address {
  appearance: auto;
  width: auto;
}
.create_alert-wrap .create_alert-content .create_alert-form .alert_upload-photos-input .choose-media_input {
    border: none;
    color: #fff;
    background: transparent;
    border-radius: 0px;
    display: block;
    appearance: none;
    cursor: default;
    width: auto;
    padding: 2px 8px;
}
/*Remove Button*/
.alert_upload-photos-input .img_block_alert .review_btn {
  background-color: #f9f9f9;
  padding: 6px 10px;
  border: 1px solid #333;
  border-radius: 5px;
  color: #000;
  width: 80px;
  text-align: center;
  margin: 10px 0 15px 0 !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  line-height: 1.5;
}
.alert_upload-photos-input .img_block_alert .review_btn:hover {
  background: #ff0000bd;
  color: #fff;
  border: 1px solid red;
}
/*Contact Page*/
.contacts-list-wrap #contact-list-table th {
    border: 1px solid #C1DAD7;
    border-collapse: collapse;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    height: 32px;
    padding-left: 5px;
    padding-right: 5px;
}
.contacts-list-wrap #contact-list-table td {
  border: 1px solid #C1DAD7;
  border-collapse: collapse;
  font-weight: normal;
  text-align: left;
  font-size: 13px;
  padding: 5px;
}
.contacts-list-wrap #contact-list-table td a {
  font-weight: 600;
}
/*Download Log*/
.download-list-wrap #dc_download_table tr td {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-collapse: collapse;
  font-weight: normal;
  text-align: left;
  font-size: 15px;
  padding: 8px 10px;
  font-family: "Open Sans", sans-serif;
}
.download-list-wrap #dc_download_table tr th {
  text-align: left;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}
.download-list-wrap #dc_download_table tr td .badge {
  display: inline-block;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
/*Delivery*/
.delivery-list-wrap {
  min-height: 70vh;
}
.delivery-list-wrap #dc_delivery_table tr td {
  border: 1px solid #C1DAD7;
  border-collapse: collapse;
  font-weight: normal;
  text-align: left;
  font-size: 15px;
  padding: 8px 10px;
  font-family: "Open Sans", sans-serif;
}
.delivery-list-wrap #dc_delivery_table tr th {
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #C1DAD7;
}
/*Activity Log*/
.activity-list-wrap #activity-log-table tr td {
  border: 1px solid #C1DAD7;
  border-collapse: collapse;
  font-weight: normal;
  text-align: left;
  font-size: 15px;
  padding: 8px 10px;
  font-family: "Open Sans", sans-serif;
}
.activity-list-wrap #activity-log-table tr th {
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #C1DAD7;
}
/*Project Detail Page*/
.project_detail-wrap .back_btn button {
  background-color: #f9f9f9;
  padding: 1px 18px;
  border: 1px solid #333;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
}
.project_detail-wrap .section-title .bsn-title {
  font-size: 26px;
}
.project_detail-wrap .project-report-btn li .delivery_schedule, .project_detail-wrap .project-report-btn li .delivery_confirmation, .project_detail-wrap .project-report-btn li .project_variation {
  background-color: #f9f9f9;
  padding: 8px 15px;
  border: 1px solid #333;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  display: inline-block;
  word-break: break-word;
}
.project_detail-wrap .project-detail__title {
  font-size: 22px;
  letter-spacing: 0.5px;
}
.project_detail-wrap .download__file_dc_table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.project_detail-wrap .download__file_dc_table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 5px;
}
.project_detail-wrap .download__file_dc_table tr th, .project_detail-wrap .download__file_dc_table tr td {
  padding: 10px;
  text-align: Left;
  font-size: 16px !important;
  border: 1px solid #ddd;
}
.download__file_dc {
  cursor: pointer;
}
/*Delivery Schedule, Confirmation and Project Variation Report*/
.delivery-schedule__wrap .delivery-schedule__title, .project-variation__wrap .project-variation__title, .delivery-confirmation__wrap .delivery-confirmation__title {
  font-size: 22px;
  letter-spacing: 0.5px;
}
#dcr__table tr th, #dcr__table tr td, #dsr__table tr th, #dsr__table tr td, #pvr__table tr th, #pvr__table tr td {
  background: #F8F8F8;
  padding: 10px 8px;
  word-break: break-word;
}
/*Live Calendar Link*/
.live_project_calendar {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    height: auto;
    border-radius: 25px;
    padding: 0 15px;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
 

.delivery-schedule__title {
    font-size: 22px !important;
    letter-spacing: 0.5px !important;
}