/*
  Client: 62 Systems
  Developers: York Myers & Steve Sohcot
  Date: 2022
*/
.bottom-absolute {
  bottom: 50px;
  position: absolute;
  right: 50px;
}

.pad-bottom-10 {
  padding-bottom: 10px;
}

.margin-top-neg-80 {
  margin-top: -80px;
}

.mb-0 {
  margin-bottom: 0;
}

/*.mb-ten {
  margin-bottom:15px !important;
}*/
/*********** Global ***********/
/*body {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}*/
* {
  font-family: 'Quicksand', sans-serif;
}

.page-container-sidebar-open {
  padding: 15px;
  width: calc(100vw - 240px);
  float: right;
  min-height: 100vh;
  -webkit-transition: all .34s ease-in-out;
  -moz-transition: all .34s ease-in-out;
  -o-transition: all .34s ease-in-out;
  transition: all .34s ease-in-out;
}

.page-container-sidebar-closed {
  padding: 15px;
  width: calc(100vw - 70px);
  float: right;
  background: #FFF;
  min-height: 100vh;
  -webkit-transition: all .34s ease-in-out;
  -moz-transition: all .34s ease-in-out;
  -o-transition: all .34s ease-in-out;
  transition: all .34s ease-in-out;
}

#arrowup {
  position: fixed;
  bottom: 25px;
  right: 25px;
  font-size: 28px;
  color: #255F62;
  z-index: 10;
}

input,
textarea,
select {
  background: #FFFFFF;
}

/*input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}*/
#searchAddress::placeholder,
input::placeholder,
textarea::placeholder,
select::placeholder {
  opacity: .4 !important;
  color: #000000000 !important;
}

.form-check-input[type=checkbox]:checked {
  background-image: none;
  background-color: #215558 !important;
  border-color: #215558 !important;
}

.form-check-input[type=radio]:checked {
  background-image: none;
  background-color: #fff;
  border-color: #215558 !important;
}

.form-check-input[type=radio]:checked:after {
  border-color: #255f62;
  background-color: #255f62;
}

.page-title-section {
  background: #215558;
  color: #FFFFFF;
  margin: -25px -15px 25px -15px;
  padding: 50px 15px 75px 15px;
}

.page-title-section.tall {
  padding-top: 25px;
}

.page-title-section #primary-phone,
.page-title-section #secondary-phone,
.page-title-section #email {
  display: block;
  word-wrap: break-word;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 5px;
  background: #255f62;
  border-radius: 4px;
}

.page-title-section #primary-phone i,
.page-title-section #secondary-phone i,
.page-title-section #email i {
  margin: 0 10px 0 0;
}

.content-white-box {
  background: #FFFFFF;
  box-shadow: 0 14px 18px rgb(0 0 0 / 10%), 0 10px 7px rgb(0 0 0 / 15%);
  margin-top: -90px;
  /* min-height: calc(100vh - 130px);
  max-height: calc(100vh - 130px); */
}

.content-white-box.map {
  min-height: calc(100vh - 105px);
}

/*********** Helpers ***********/
.text-primary {
  color: #255F62 !important;
}

.text-secondary {
  color: #ECB765 !important;
}

.text-white {
  color: #FFFFFF;
}

.text-black {
  color: #000000000;
}

.text-grey {
  color: #515151;
}

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

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

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

.text-bold {
  font-weight: bold !important;
}

.text-italic {
  font-style: italic;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.relative {
  position: relative;
}

.inline-block {
  display: inline-block;
}

.uppercase {
  text-transform: uppercase;
}

.mt-20 {
  margin-top: 20px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-20 {
  margin-left: 20px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.text-grey.inline-link-text:hover,
.text-grey.inline-link-text:focus {
  color: #515151;
  text-decoration: underline;
}

.vertical-center {
  display: inline-block;
  width: 49%;
  vertical-align: middle;
  padding: 30px 50px 20px 50px;
}

.col-pad {
  padding: 0 25px;
}

.no-pad {
  padding: 0;
}

.pad-5 {
  padding: 0 5px;
}

.pad-10 {
  padding: 10px 0;
}

.pad-20 {
  padding: 20px;
}

.pad-top-bottom-20 {
  padding: 20px 20px 20px 0;
}

.pad-wrap {
  padding: 30px 0 20px 0;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-14 {
  margin-top: 14px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.divider {
  background: #F0F0F0;
  height: 2px;
  margin: 50px 0;
}

/*********** Font ***********/
.lead-header-wrap {
  /* margin-bottom: 15px;
    border-bottom: 3px solid #255f62; */
  padding-bottom: 15px;
}

.header-hero {
  font-size: 50px;
  font-weight: 400;
}

.header-large {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.header-medium {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.header-medium-bold {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.header-small {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.header-uppercase {
  font-size: 12px !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.loan-type-header {
  font-size: 30px;
  font-weight: 100;
  margin: 0 20px 0 -10px;
  display: inline-block;
  padding: 16px;
}

.loan-prycing-option-sub-header {
  margin: -5px 0 0 8px;
}

.copy-p {
  display: inline-block;
  font-size: 16px;
  color: #255F62;
  text-transform: uppercase;
}

.data-with-label {
  text-align: center;
  margin: 7px 5px;
  width: 32.3%;
  display: inline-block;
  background: #FFFFFF;
  padding: 20px;
  font-size: 15px;
  border-radius: 5px;
  text-transform: uppercase;
  border: 1px solid #DCDCDC;
}

.data-with-label span {
  display: block;
  color: #255F62;
  padding: 10px;
  margin: -5px -20px 0px -20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 11px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.data-with-label:hover,
.data-with-label:hover span {
  background: #255F62;
  color: #FFFFFF !important;
  cursor: pointer;
}

.static-input-label {
  margin: 0;
  color: #215558;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: left;
}

/*********** Buttons ***********/
.btn.full-width {
  width: 100%;
}

.btn {
  font-weight: 900;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  border-radius: 0 !important;
}

.btn:hover,
.btn:focus {
  color: #FFFFFF;
}

input[type="submit"] {
  background: #ECB765 !important;
  color: #FFFFFF;
}

.btn.primary {
  background: #ECB765;
  color: #FFFFFF;
}

.btn.primary:hover,
input[type="submit"]:hover {
  background: #D8A351;
  color: #FFFFFF;
}

.btn.secondary {
  background: #515151 !important;
  color: #FFFFFF;
}

.btn.secondary:hover {
  background: #515151 !important;
  color: #FFFFFF;
}

.btn.third {
  background: #133032;
  color: #FFFFFF;
}

.btn.third:hover {
  background: #0B2729;
  color: #FFFFFF;
}

.btn.btn-centered {
  display: block;
  margin: 0 auto;
}

.loan-prycing-option-header .action-button {
  background: #ECB765;
  margin: -15px 0 0 0;
}

/*********** Public Navigation ***********/
.navigation {
  position: absolute;
  top: 0;
  z-index: 8;
  width: 100%;
  padding: 20px 5%;
}

.navigation .logo-holder,
.navigation ul,
.navigation ul li {
  display: inline-block;
}

.navigation .nav-logo {
  width: 200px;
}

.navigation ul {
  margin-top: 10px;
  width: calc(100% - 205px);
}

.navigation ul li {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  margin: 0 3px;
  background: rgba(255, 255, 255, 0.1);
  height: 60px;
  padding: 20px 15px 0 15px;
  cursor: pointer;
}

.navigation ul li a {
  color: #FFFFFF;
}

.navigation ul li a.active,
.navigation ul li a:hover {
  color: #ECB765;
}

.navigation .cta-btn {
  float: right;
}

/*********** App Navigation ***********/
#sidebar-navigation {
  background: #255F62;
  box-shadow: 0 14px 18px rgb(0 0 0 / 10%), 0 10px 7px rgb(0 0 0 / 15%);
  border-right: 2px solid #215558;
}

#header-content {
  margin: 50px 0 0 0;
}

.sidebar-logo {
  display: block;
  margin: 0 auto 0 auto;
  max-width: 200px !important;
}

.sidenav-link {
  font-size: 12px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}

.sidenav-link.active,
.sidenav-link:hover,
.sidenav-link:focus {
  color: #FFFFFF !important;
  background: rgba(0, 0, 0, 0.1) !important;
  margin: 0 -10px 0 5px;
}

#slim-toggler {
  position: fixed;
  top: 6px;
  left: 1px;
  z-index: 9999999;
  background: transparent;
  box-shadow: none !important;
  color: #FFFFFF;
}

#slim-toggler i {
  font-size: 20px;
  text-align: center;
}

.logo-wrapper {
  padding: 10px 0 20px 0;
}

.logo {
  width: 250px;
}

.sidenav-open .sidebar-logo {
  width: 100%;
  display: block;
}

.sidenav-closed .sidebar-icon {
  width: 50%;
  display: block;
  margin: 5px auto 2px auto;
}

.sidenav-closed .sidenav-menu .sidenav-item i {
  list-style: none;
  position: relative;
  padding: 0 0.2rem;
  margin: 0;
}

.header-logo-wrapper {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.sidenav-menu {
  height: calc(100vh - 175px);
}

.sidenav-menu .last {
  position: absolute;
  bottom: 35px;
  width: 100%;
}

.sidenav-collapse li a {
  padding: 22px;
}

.copyright {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  color: #FFFFFF;
  margin: auto;
  font-size: 12px;
  font-weight: 600;
  background: #215558;
  padding: 10px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
}

.copyright p {
  padding: 0;
  margin: 0;
}

/*********** Login Page ***********/
.login-form-box {
  position: absolute;
  z-index: 2;
  height: 515px;
  width: 400px;
  right: 75px;
  top: 180px;
  margin: auto;
  background: #FFFFFF;
  padding: 40px;
  text-align: center;
  box-shadow: 0 14px 28px rgb(0 0 0 / 15%), 0 10px 10px rgb(0 0 0 / 21%);
  border-radius: 5px;
}

.login-form-box.login {
  position: relative !important;
  width: 400px;
  height: 250px;
  right: 0;
  top: 20px;
  display: block;
  margin: 0 auto;
}

.logo-holder.login {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.login-form-box li.nav-item {
  width: 50%;
  text-align: center;
}

.login-form-box button {
  width: 100%;
}

.login-form-box .login-logo {
  max-width: 80%;
  margin: 0 0 20px 0;
}

.login-form-box .nav-tabs .nav-link,
.login-form-box .nav-tabs .nav-link:hover {
  color: red;
  font-weight: bold;
}

.login-form-box .nav-tabs .nav-item.show .nav-link,
.login-form-box .nav-tabs .nav-link.active {
  border-color: #255F62;
  color: #255F62;
  background: transparent;
  font-weight: bold;
}

.login-form-box .forgot-password {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 10px;
}

.login-form-box .forgot-password p {
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
}

.login-form-box .form-outline {
  margin: 10px 0;
  background: #FFFFFF;
}

#section-one {
  background: url('../images/bgimg.png');
  background-size: cover;
  background-position: center right;
  background-attachment: fixed;
  padding: 260px 0 50px 0;
  position: relative;
  min-height: 665px;
}

#section-six {
  padding: 150px 0;
  margin: 50px 0 0 0;
  background: url('../images/bgimg.png');
  background-size: cover;
  background-position: center right;
  background-attachment: fixed;
}

.login-page #section-one {
  height: 100vh;
  padding: 150px 0;
}

#section-two,
#section-three,
#section-four,
#section-five {
  background: #FFFFFF;
  padding: 100px 0 50px 0;
  position: relative;
  min-height: 500px;
}

#section-two img {
  display: block;
  margin: 0 auto;
}

.scroll-down {
  color: #FFFFFF;
  font-size: 28px;
}

.scroll-down:hover {
  color: #FFFFFF;
}

/*********** Search Page ***********/
#map {
  width: 100%;
  height: calc(100vh - 105px);
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

span#search-addon {
  background: #ECB765;
  color: #FFFFFF;
  border: none;
  padding: 20px 23px;
  text-align: center;
  z-index: 2;
  width: 62px;
  border-radius: 0 !important;
}

span#phone-addon {
  background: #ECB765;
  color: #FFFFFF;
  border: none;
  padding: 10px 10px;
  text-align: center;
  z-index: 2;
}

#searchAddress {
  height: 60px;
  border: none;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: bold;
  z-index: 2;
  padding-left: 20px;
}

.page-container-sidebar-closed .property-search-input {
  position: absolute !important;
  margin: 30px;
  width: calc(100vw - 175px);
}

.page-container-sidebar-open .property-search-input {
  position: absolute !important;
  margin: 30px;
  width: calc(100vw - 340px);
}

input#searchAddress::before {
  font: var(--fa-font-solid);
  content: "\f007";
}

#searchAddress::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 0.2;
}

#searchAddress:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
  opacity: 0.2;
}

#searchAddress::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000;
  opacity: 0.2;
}

#container-btn-create-lead {
  z-index: 2;
  bottom: 10px;
  text-align: center;
  position: absolute !important;
  margin: 30px;
  width: calc(100vw - 340px);
}

#container-btn-create-lead button {
  padding: 17px 25px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 1px;
  width: auto;
}

.button-icon {
  margin: 0 0 0 10px;
}

.header-icon {
  margin: 0 20px 0 0;
}

.btn-icon {
  margin: 0 10px 0 -5px;
}

.content-wrapper {
  margin: 0 0 100px 0;
}

.input-container {
  display: block;
  margin: 0 0 10px 0;
}

.input-container input {
  width: 100%;
}

.inline-data-sentances-block {
  background: #FFFFFF;
  padding: 20px 20px 10px 20px;
  margin: 0 0 25px 0;
}

.data-value {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.data-value.incomplete {
  background: rgba(255, 0, 0, 0.2);
}

.data-value.large {
  width: 100%;
  display: block;
  margin: 5px auto;
}

/*VERTICAL TABS */
.results-lead-data .tab-pane .row {
  padding: 15px 20px 20px 20px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #255F62;
  border: none !important;
  font-weight: 600;
}

.tab-content>.active .row {
  margin: 0 auto;
}

.tab-content .nav-tabs .nav-link {
  margin: 0 -12px 0 -12px;
}

.tab-content .nav-tabs .nav-link.active {
  border-left: 2px solid #255F62 !important;
  background: #f0f0f0;
}

.tab-content #processing.nav-tabs .nav-link.active {
  border-left: none !important;
  border-bottom: 2px solid #255F62 !important;
}

.tab-content #processing.nav-tabs .nav-link {
  padding: 15px !important;
}

.tab-pane .col-3 .nav-tabs {
  margin: 0 -12px;
}

.tab-content .nav-tabs.bg-style .nav-link.active {
  border-left: none !important;
  background: #FFFFFF;
  border-bottom: 2px solid #255F62 !important;
}

.tab-content .nav-tabs.bg-style .nav-item {
  width: 50% !important;
}

.tab-content .nav-tabs.bg-style .nav-item a {
  text-align: center;
  padding: 15px 0 !important;
}

.top-page-tabs .horizontal-tabs .nav-item .button-icon {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}

#leadTabs li.nav-item:nth-child(1):before {
  content: '1';
  color: rgba(0, 0, 0, 0.08);
  position: absolute;
  font-weight: 900;
  font-size: 77px;
  top: -30px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#leadTabs li.nav-item:nth-child(2):before {
  content: '2';
  color: rgba(0, 0, 0, 0.08);
  position: absolute;
  font-weight: 900;
  font-size: 77px;
  top: -30px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#leadTabs li.nav-item:nth-child(3):before {
  content: '3';
  color: rgba(0, 0, 0, 0.08);
  position: absolute;
  font-weight: 900;
  font-size: 77px;
  top: -30px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#leadTabs li.nav-item:nth-child(4):before {
  content: '4';
  color: rgba(0, 0, 0, 0.08);
  position: absolute;
  font-weight: 900;
  font-size: 77px;
  top: -30px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.tab-content.results-lead-data {
  /*padding: 20px 25px 20px 20px;*/
  position: relative;
}

.tab-content.account-settings {
  padding: 25px 20px;
}

.nav-link {
  text-align: left;
  font-size: 16px;
  text-transform: none;
  padding: 28px 20px !important;
  position: relative !important;
}

.step-status {
  font-size: 25px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 22px;
  z-index: 2 !important;
}

.step-status.approved {
  opacity: 1;
  background: green !important;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
  padding: 5px 6px;
}

.nav-tabs .nav-link:hover {
  color: #255F62;
  text-decoration: underline;
  font-weight: bold;
  background: transparent;
}

div#v-tabs-tab button {
  height: 60px;
  padding: 17px;
  color: #FFFFFF !important;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: bold;
  left: 240px;
  z-index: 99999;
  width: 95%;
}

.nav-tabs .nav-link {
  color: #255f62;
  font-weight: bold;
}

button.large-button-centered {
  height: 60px;
  padding: 17px;
  color: #FFFFFF !important;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: bold;
  left: 240px;
  z-index: 99999;
  width: 350px;
}

/*********** Top Horizontal Tabs ***********/
.top-page-tabs .horizontal-tabs .nav-item {
  background: transparent !important;
  text-align: center;
  position: relative;
}

.top-page-tabs .horizontal-tabs .nav-item .nav-link {
  padding: 25px 40px !important;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-transform: initial;
}

.top-page-tabs .horizontal-tabs.nav-tabs .nav-item.show .nav-link,
.top-page-tabs .horizontal-tabs.nav-tabs .nav-link.active {
  color: #255F62 !important;
  opacity: 1 !important;
  background: #F0F0F0;
}

.top-page-tabs {
  border-bottom: 3px solid #F0F0F0;
}

.top-lead-header {
  text-align: left;
  text-transform: uppercase;
  background: #FFFFFF;
  margin: 0 0 15px 0;
  padding: 20px 25px;
  box-shadow: 0 14px 18px rgb(0 0 0 / 3%), 0 10px 7px rgb(0 0 0 / 5%);
  border-top: 5px solid #255F62;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.top-lead-header h1 {
  color: #215558;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding: 10px 0 0 0;
  border-radius: 20px;
}

.top-header h2 {
  color: #215558;
  font-weight: bold;
}

.btn-holder {
  width: auto;
  text-align: right;
  margin: 0 0 0 20px !important;
  padding: 0 !important;
}

.stepperError {
  background: rgba(255, 0, 0, 0.18) !important;
}

.form-control.stepperError {
  border-bottom: 1px solid red !important;
}

.not-approved {
  background-color: #FFFFFF !important;
  color: red;
}

.approved {
  background-color: #FFFFFF !important;
  color: green;
}

/*********** Pricing Tables ***********/
.price-box {
  padding: 20px;
  box-shadow: 0 14px 28px rgb(0 0 0 / 15%), 0 10px 10px rgb(0 0 0 / 21%);
  border-radius: 5px;
  background: #FFFFFF !important;
}

.price-box-price {
  font-size: 40px;
  font-weight: 100;
}

.price-box-term {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.price-box .fa-check {
  color: green;
}

.price-box .fa-times {
  color: red;
}

.price-box .fa-ul {
  min-height: 220px;
}

.price-box .grey-text {
  opacity: 0.4;
}

.button-holder {
  padding: 20px 0;
}

/*********** Proposals Tab ***********/
.proposal-wrapper {
  padding: 20px 20px 10px 20px;
  position: relative;
}

.stat-wrapper {
  display: inline-block;
  padding: 5px 5px 5px 0px;
  margin: 0px 20px 5px 0px;
}

.stat-wrapper span {
  display: block;
}

.label {
  font-size: 11px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000000;
}

label.form-label {
  font-weight: bold;
}

.stat {
  font-size: 18px !important;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #255F62;
  line-height: 28px;
}

.button-wrapper {
  display: inline;
  float: right;
  margin: 30px 30px 0 0;
}

/*********** Account Settings Page ***********/
.account-photo {
  border-radius: 50%;
  max-width: 150px;
  display: block;
  margin: 0 auto 20px auto;
}

/*********** Vertical Columns With Tabs ***********/
.tab-content .col-3 {
  border-right: 3px solid #F0F0F0;
  position: relative;
}

.required-inputs,
.optional-inputs {
  padding: 0 20px 20px 20px;
}

.form-switch .form-check-input:after {
  background: #255F62;
}

.form-check-input {
  background: #F0F0F0;
}

/*********** Tables ***********/
table.table {
  text-align: left;
  font-size: 13px;
}

table.table thead {
  background: #255F62;
}

table.table thead tr th {
  font-size: 12px !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}

table.table thead * {
  vertical-align: middle;
}

table.table thead a {
  color: #FFFFFF;
}

table.table tr th {
  font-weight: 600;
}

tr td i.fa {
  color: #515151;
  text-align: right;
}

td a {
  padding: 0 6px;
  border-radius: 5px;
  color: #515151;
  font-weight: bold;
  text-transform: uppercase;
}

table.table tbody tr:hover,
table.table tbody tr:focus {
  background: #F0F0F0;
}

table.table :not(thead) tr:hover,
table.table :not(thead) tr:focus {
  background: #F0F0F0;
}

td.editable-cell input {
  border: none;
  margin: 0 !important;
}

span.editable-cell-override input {
  border: none;
  text-align: center;
  color: #000;
  background: rgba(255, 0, 0, 0.4);
  border-radius: 3px;
  /* cursor: pointer; */
}

.sum-row {
  background: #F0F0F0;
}

.action-button-wrapper {
  margin: 0px -20px 20px -20px;
  text-align: center;
  border-bottom: 3px solid #F0F0F0;
  padding: 20px;
}

.math-sign {
  display: inline;
  font-size: 25px;
  font-weight: 900;
  padding: 0;
  margin: 0;
}

.stat-wrapper.monthly-payment {
  background: #F0F0F0;
  padding: 10px 20px;
  border-radius: 5px;
  border: 2px solid #255F62;
  text-align: center !important;
}

#datatable-clickable-rows thead {
  background: #FFFFFF;
}

#datatable-clickable-rows thead tr th {
  color: #255F62;
}

.top-page-tabs .horizontal-tabs .nav-item .nav-link.now-selectable {
  opacity: 1;
  color: #255F62;
}

.top-page-tabs .horizontal-tabs .nav-item .nav-link.current-step {
  background: #F0F0F0;
}

.prycing-placeholder {
  text-align: center;
  margin: 50px auto;
}

.prycing-placeholder i.large-icon {
  font-size: 100px;
  margin: 0 0 20px 0;
}

.loan-prycing-option-header {
  position: relative;
  width: 99%;
  min-height: 75px;
}

button#prycing-option-titles {
  background: none;
  border: none;
  padding: 0 !important;
  margin: 9px 0 10px 8px;
  width: 100%;
  text-align: left;
}

.loan-prycing-option-header .dropdown-menu {
  width: 99%;
  box-shadow: 0 14px 18px rgb(0 0 0 / 10%), 0 10px 7px rgb(0 0 0 / 15%);
  border: 2px solid #F0F0F0;
  font-size: 18px;
}

.page-title-section .left,
.page-title-section .right {
  display: inline-block;
}

.page-title-section button.btn.btn-primary.btn-floating.btn-lg {
  background: #ECB765;
}

.page-title-section .left {
  width: calc(100% - 400px);
}

.page-title-section .right {
  width: 400px;
}

.status-toggle a {
  min-width: 110px;
  display: inline-block;
  text-align: center;
  padding: 10px 20px 5px 20px;
  font-size: 14px;
  font-weight: bold;
  opacity: 0.4;
}

.status-toggle a {
  color: #515151;
  background: #FFFFFF;
}

.status-toggle a.active {
  color: #255F62 !important;
  opacity: 1 !important;
  background: #F0F0F0;
}

.status-toggle a:last-child {
  border-right: 4px solid #f0f0f0;
}

.search-and-sort {
  padding: 5px 10px 5px 10px;
  border-top: 2px solid #F0F0F0;
  border-bottom: 2px solid #F0F0F0;
}

.search-and-sort .input-wrap {
  display: inline-block;
  vertical-align: middle;
}

#notes-textarea textarea#notes {
  background: #FFFFFF !important;
  color: #000000 !important;
  margin: 0 0 10px 0;
  min-height: 125px;
}

#notes-textarea label {
  color: #FFFFFF !important;
}

.lead-item {
  padding: 20px 5px 15px 25px;
  margin: 0px 0 0px -12px;
  border-bottom: 2px solid #F0F0F0;
  position: relative;
}

.lead-item.active {
  background: #F0F0F0;
}

.lead-item #buyerName {
  display: block;
  font-size: 15px !important;
  font-weight: bold;
  text-transform: uppercase;
  color: #255f62;
}

.lead-item span {
  display: block;
  font-size: 12px !important;
  font-weight: 400;
  letter-spacing: 0.1px;
  color: #000000;
}

.lead-item span#outstandingBalance,
.lead-item span#currentLoanType,
.lead-item span#currentInterestRate {
  display: block;
  font-size: 13px !important;
  font-weight: 600;
  color: #515151;
}

.lead-item.lead_transaction_refinance:before {
  content: 'Refinance';
  position: absolute;
  left: -26px;
  top: 0;
  bottom: 0;
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 0 5px;
  height: 20px;
  margin: auto;
  width: auto;
  text-align: center;
}

.lead-item.lead_transaction_purchase:before {
  content: 'Purchase';
  position: absolute;
  left: -26px;
  top: 0;
  bottom: 0;
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 0 5px;
  height: 18px;
  margin: auto;
  width: auto;
  text-align: center;
}

span#archiveBtn {
  position: absolute;
  top: -5px;
  right: 15px;
}

.archive-wrap {
  position: absolute;
  width: 20px;
  top: 15px;
  right: 0;
}

span#archiveBtn:hover,
span#archiveBtn:focus {
  opacity: 1;
}

.lead-prycing-option:hover,
.lead-prycing-option:focus {
  background: #F0F0F0;
}

.lead-prycing-option:hover .stat-wrapper.monthly-payment,
.lead-prycing-option:focus .stat-wrapper.monthly-payment {
  box-shadow: 0 14px 18px rgb(0 0 0 / 10%), 0 10px 7px rgb(0 0 0 / 15%);
}

.large-icon {
  display: block;
  font-size: 18px;
  margin-bottom: 1px;
}

/*********** Admin ***********/
.admin-nav {
  display: inline-block;
  border-right: 1px solid #F0F0F0;
}

.admin-content {
  display: inline-block;
}

.admin-panel ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.admin-panel ul li {
  font-size: 12px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000000;
  padding: 20px 10px 20px 20px;
  border-right: 2px solid #F0F0F0;
  /* border-bottom: 2px solid #F0F0F0; */
}

.admin-panel ul li * {
  vertical-align: middle;
}

.admin-panel ul li:hover,
.admin-panel ul li:focus {
  background: #F0F0F0;
  cursor: pointer;
}

.admin-panel ul li.current-tab {
  background: #F0F0F0 !important;
}

.admin-panel ul li a {
  color: #255F62;
  width: 100%;
  display: block;
}

.admin-panel ul li .block-label.inline-block {
  min-width: calc(100% - 100px);
}

.admin-panel ul li .btn-icon {
  width: 15px;
}

.admin-panel ul.pagination li {
  padding: 10px 0;
  width: 100px;
  text-align: center;
}

.admin-panel ul.pagination li a {
  padding: 0;
  font-size: 12px;
  color: #000;
  font-weight: 500;
}

ul.pagination li {
  display: inline-block;
  margin: 10px;
}

ul.pagination li a {
  color: #515151;
}

.input-wrap.search {
  margin: 10px 0;
}

.input-wrap.search .form-outline {
  max-width: 300px;
  display: inline-block;
}

.inline-elements a,
.inline-elements form {
  display: inline-block;
  margin: 20px 15px 20px 20px;
}

#add-new-user {
  float: right;
  margin: -50px 0 0 0;
}

.center-content {
  max-width: 800px;
  display: block;
  margin: 50px auto;
  padding-top: 50px;
}

.center-content input {
  margin: 20px 0 0 0;
}

/*.modal-content {
  border: 2px solid #F0F0F0;
}*/
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e0e0e0;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
  background: #255F62;
  color: #fff;
}

.modal-header button {
  background: transparent;
  box-shadow: none;
  border: none;
  color: #fff;
  font-size: 25px;
  padding: 0;
  margin: 0;
  line-height: 0;
}

.user-info-pill {
  background: #F0F0F0;
  padding: 10px 20px;
  margin: 5px 2px;
  border-radius: 2px;
  display: inline-block;
}

.current-info {
  margin-bottom: 50px;
}

.proposal-wrapper.proposed-loan-invalid {
  opacity: 0.3;
  background: #000000;
}

.input-group .input-group-text {
  width: 130px;
}

.input-group .input-group-text .form-check-input {
  margin-right: 10px !important;
}

.checkbox-group .form-check {
  margin: 0 0 10px 14px !important;
}

.action-buttons {
  padding: 5px 0 15px 5px;
}

.user-input-section-titles {
  background: #F0F0F0;
  margin-top: 10px;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border: 1px solid #BDBDBD !important;
}

.form-control:disabled {
  background-color: rgba(255, 0, 0, .1) !important;
}

.step-title {
  line-height: 15px;
}

#container-upload-file form {
  margin: 0 0 15px 10px !important;
}

#container-upload-file * {
  vertical-align: middle;
}

.header-bar {
  padding: 20px 20px 10px 20px;
  margin-bottom: 15px;
  color: #515151;
  width: 100%;
  border-top: 2px solid #F2F2F2;
}

.header-bar.video {
  margin-bottom: 0 !important;
}

.header-bar-release-notes {
  background: #fafafa;
  margin: -20px -20px 15px -20px;
  padding: 25px 25px 20px 25px;
  border-bottom: 2px solid #f0f0f0;
}

.map-field {
  padding: 10px;
}

.map-filed:last-child {
  border-bottom: none;
}

.map-field:nth-child(2) {
  margin-top: -10px;
}

.map-field:nth-child(odd) {
  background: #f0f0f0;
}

.map-field label {
  width: 200px;
  font-weight: bold;
}

.map-field select {
  width: 250px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #000 !important;
}

.not-interested {
  background: #f0f0f0;
  padding: 20px;
  margin: 40px 0 0 0 !important;
  border-top: 2px solid #515151;
  text-align: center;
}

.not-interested * {
  vertical-align: middle;
}

.not-interested .form-check {
  display: inline-block;
  margin: 5px 20px 0 0;
}

.not-interested button {
  display: block;
  margin: 20px 0 0 0;
}

.not-interested.add-address {
  margin-top: 10px !important;
  padding: 8px 10px 15px 10px;
}

.label-width {
  font-weight: bold;
  display: block;
}

.interested {
  text-align: center;
}

.interested .phone1,
.interested .phone2 {
  display: inline-block;
}

.interested .phone1 a,
.interested .phone2 a {
  display: inline-block;
  color: #4f4f4f;
  margin: 10px 10px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: underline;
}

.name .value {
  font-size: 20px;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 900;
}

.address .value {
  font-size: 20px;
}

.phone .value {
  font-size: 20px;
}

#container_get_new_lead_shown button {
  margin-top: 15px !important;
}

.required-err {
  background: rgba(255, 0, 0, 0.2);
  padding: 3px 5px;
  border-radius: 2px;
  color: red;
  font-size: 10px;
}

.no-data-available {
  padding-bottom: 10px !important;
}

.overflow-scroll-table-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  max-width: 100%;
}

#lead-contact-edit,
#lead-zillow-link,
#view-proposal-btn,
#delete-proposal-btn {
  display: inline-block;
  margin-right: 10px;
}

.lead-title-wrapper {
  display: inline-block;
}

.lead-stat-wrapper {
  display: inline-block;
  float: right;
}

.text-white-placeholder {
  opacity: .2;
}

.lead-stat {
  display: inline-block;
  border-left: 4px solid #255f62;
  padding: 5px 20px;
  ;
}

.lead-stat .title {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.lead-stat .data {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.stat-value {
  font-size: 50px;
  font-weight: 100 !important;
  text-align: center;
  color: #515151;
  display: block;
}

.stat-title {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  color: #515151;
}

.stat-subtitle {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  color: #515151;
}

.release-wrapper {
  background: #FFFFFF;
  box-shadow: 0 14px 18px rgb(0 0 0 / 10%), 0 10px 7px rgb(0 0 0 / 15%);
  padding: 20px 20px 0px 20px;
  margin: 0 0px 10px 10px;
  width: calc(100% - 20px);
}

.release-type {
  padding: 8px 25px;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  margin-right: 5px;
}

.release-type.bug {
  background: #F44236;
}

.release-type.release {
  background: #4CB050;
}

.release-type.feature {
  background: #2195F3;
}

h3.header-medium.inline:nth-child(3) {
  float: right;
}

.proposal-action-btns {
  background: #255F62;
  padding-bottom: 30px !important;
  height: 100%;
}

div#proposals-tab a.proposal-item {
  padding: 0;
}

div#proposals-tab a.proposal-item:nth-child(even) {
  background: #f0f0f0;
}

.compare-downdown h3.header-medium {
  color: #fff;
  margin: 0 50px;
}

.compare-downdown .static-input-label {
  color: #000;
}

.compare-downdown #filterLoanTypeId {
  border-radius: 5px;
  width: 100%;
  background: #fff;
  padding: 5px;
  border: none;
}

.overflow-scroll-section {
  max-height: calc(100vh - 283px);
  overflow: scroll;
}

.proposal-action-icon {
  opacity: 0;
}

.proposal-wrapper:hover .proposal-action-icon,
.proposal-wrapper:focus .proposal-action-icon {
  opacity: 1;
  color: #255e61;
}

.proposal-wrapper .header-medium {
  display: block;
  font-size: 15px !important;
  font-weight: bold;
  text-transform: uppercase;
  color: #255f62 !important;
}

div#comparison-pane {
  position: fixed;
  top: 246px;
  right: 10px;
  width: 500px;
  height: 300px;
}

#comparisonDropdownContainer select {
  width: 100%;
  padding: 7px 10px;
  border-radius: 2px;
}

.form-outline.datepicker {
  display: block;
  width: 100%;
  /*    margin: 20px 0 10px 0;*/
}

.form-outline.datepicker input {
  border: 1px solid #bdbdbd !important;
}

/* ********** Processing Tab Start ********** */
form.main-form .form-block {
  margin: 10px 0;
  border: 2px solid #f0f0f0;
}

form.main-form .form-block .top-level-data {
  margin-top: -15px;
}

form.main-form .form-sub-heading {
  background-color: #f0f0f0;
  padding: 9px 10px 10px 15px;
  display: block;
  margin-bottom: 15px !important;
}

form.main-form .form-sub-heading h3 {
  color: #255e61;
  margin-bottom: unset;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-weight: bold;
  display: inline-block;
}

.add-btn-inline {
  color: #255f62;
  float: right;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.5px;
  margin: 5px 5px 0 0;
}

.add-btn-inline:hover,
.add-btn-inline:focus {
  border-bottom: 2px solid #255f62;
  color: #255f62;
}

form.main-form .form-sub-sub-heading {
  display: block;
  padding: 12px 10px 10px 10px;
  background-color: #f0f0f0;
  width: 100%;
  margin: 15px 0 5px 0;
}

form.main-form .form-sub-sub-heading h5 {
  color: #515151;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 0;
}

.form-input-group {
  margin-bottom: 15px;
}

.btn-secondary,
.main-form .form-input-group .check-group input[type="checkbox"]+label {
  color: #000 !important;
  background-color: transparent;
}

.main-form .form-input-group input[type="radio"]:checked+label,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover,
.main-form .form-input-group .check-group input[type="checkbox"]:checked+label {
  background-color: #ecb765 !important;
  color: #000;
}

form.main-form .form-section-header {
  width: 100%;
  display: flex;
  flex-direction: column;
}

form.main-form .form-section-nav {
  width: 100%;
  display: flex;
  align-items: center;
  height: 40px;
  gap: 20px;
  padding: 0 20px;
  border-bottom: 1px solid #ebebeb;
}

form.main-form .form-section-nav a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #858585;
  font-size: 14px;
  font-weight: 600;
  transition: all 300ms ease-in-out;
  position: relative;
}

form.main-form .form-section-nav a:hover {
  color: #474747;
}

form.main-form .form-section-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  width: 0;
  height: 3px;
  background-color: #255f62;
  border-radius: 20px;
  transition: all 300ms ease-in-out;
}

form.main-form .form-section-nav a:hover::after {
  width: 100%;
}

div#declarations-info .row {
  margin-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 15px;
}

.question-block {
  width: 60%;
  display: inline-block;
}

.response-block {
  width: 40%;
  display: inline-block;
  float: right;
  text-align: right;
}

.conditional {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 2px solid #255f62;
  margin-top: 20px;
  max-width: 80%;
}

span.sum-total {
  margin-left: 10px;
  padding: 5px 5px 5px 10px;
  border-left: 2px solid #515151;
  color: #235b5e;
}

.financial-info-stat {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 30%;
}

span.financial-info-title {
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}

span.financial-info-data {
  display: block;
  font-size: 15px;
}

.iteration {
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
}

.monthly-income-row .fa-icon {
  font-size: 11px;
}

.modal {
  background: rgba(50, 50, 50, 0.6);
  z-index: 99999999999999;
}

.all-borrowers-header {
  border-bottom: 3px solid #f0f0f0;
  padding: 0 0 2px 0;
  margin: -3px -10px 0px -10px;
}

.borrower {
  padding: 10px 20px;
  margin: 5px 0 0 0;
  display: inline-block;
}

.borrower.active,
.borrower:focus,
.borrower:hover {
  background: #f0f0f0;
}

.borrower-name {
  display: block;
  font-size: 12px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #255f62;
  text-align: center;

}

.borrower-role {
  display: block;
  font-size: 10px !important;
  color: #515151;
  text-align: center;
}

.main-form .form-input-group .conditional .form-check-inline input+label {
  background-color: transparent !important;
}

*/ #dp_borrowerMilitaryExpirationDate,
#dp_homebuyerEducationDateCompleted,
#homebuyerEducationAgencyId,
#homebuyerEducationAgencyName,
#completedHousingCounsellingDateCompleted,
#completedHousingCounsellingAgencyId,
#completedHousingCounsellingAgencyName,
#dp_completedHousingCounsellingDateCompleted,
#homebuyerEducationFormat,
#completedHousingCounsellingFormat,
.not-full-width {
  max-width: 300px !important;
}

.monthly-income-row * {
  vertical-align: middle;
}

.monthly-income-row {
  padding: 5px;
}

.monthly-income-row:hover {
  background: #34696c;
  color: #fff !important;
}

.monthly-income-row:hover a {
  color: #fff !important;
}

.monthly-income-row {
  border-top: 2px solid #f0f0f0;
}

form.main-form .form-control:disabled {
  background-color: #F0F0F0 !important;
}

.datepicker-header {
  background-color: #255f62;
}

.datepicker-footer-btn {
  color: #255f62;
}

.datepicker-cell.selected .datepicker-cell-content {
  background-color: #255f62;
}

.form-check-input[type=checkbox] {
  margin-right: 0px;
}

.inline-check {
  display: inline-block;
  margin-right: 15px;
}

.form-check-label {
  display: inline;
}

#modalLeadContactInfo .form-outline {
  margin: 5px 0 20px 0;
}

#demographics-info .inline-check {
  display: block !important;
}

#processing-tabs-1 {
  padding-bottom: 20px;
}

.comp-logo {
  max-width: 100%;
}

.toast-fixed {
  z-index: 99999999;
}

.select-dropdown-container {
  z-index: 99999999999999999;
}

div#borrower-unmarried {
  background: #f9f9f9;
  padding: 20px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}

#borrower-unmarried .response-block {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

#borrower-unmarried .not-full-width {
  margin: 60px auto 0 auto;
  display: block;
}

#borrower-unmarried .select-wrapper {
  background: #fff;
}

.addresses-table thead {
  background: #515151;
}

.addresses-table thead {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.response-block.text-left {
  text-align: left;
}

.conditional .form-check-inline {
  display: block !important;
}




/* Navigation */
.page-intro {
  background-color: white;
  width: 100vw;
  min-height: 100vh;
}

.mdb-page-content {
  padding-left: 240px;
  transition: padding 0.3s linear;
}

#toggler {
  display: none;
}

@media (max-width: 660px) {
  .mdb-page-content {
    padding-left: 0px;
  }

  #toggler {
    display: unset;
  }

  .mask img {
    width: 100%;
  }

  .sidenav[data-mdb-hidden='false'] {
    transform: translateX(-100%);
  }

}

.processing-page .header-bar {
  border-bottom: 2px solid #f0f0f0;
}

.processing-page .pad-20 {
  padding-top: 0 !important;
}

.tiny-toggle div {
  display: inline !important;
  font-size: 12px;
  width: auto;
  margin: 0 0 -5px 0;
}

.tiny-toggle .btn,
.tiny-toggle .btn-secondary {
  height: 20px;
  padding: 1px 16px !important;
  margin: 0 !important;
  font-size: 10px;
  box-shadow: none !important;
  background: transparent !important;
  border: 2px solid transparent;
}

.tiny-toggle .btn-group {
  box-shadow: none !important;
  top: -2px !important;
}

.tiny-toggle .form-input-group input[type="radio"]:checked+label {
  background: transparent !important;
  border: 2px solid #215558;
  border-radius: 0px !important;
  background: #f0f0f0 !important;

}

.linebreak {
  display: block;
  height: 2px;
  background: #f0f0f0;
  margin: 10px 0 20px 0;
}

.form-control,
.select-input,
select,
textarea {
  border: 1px solid #e8e8e8 !important;
  border-bottom: 2px solid #b5b5b5 !important;
  border-radius: 0 !important;
}

.video-block {
  margin-bottom: 100px;
}

.login-form-box.login.tall {
  height: 300px;
}