/*
 * Globals
 */

 input {
  font-size: 16px;
 }

 input[type=text] {
  height: 42px;
  width: 100%;
 }

select {
  color: #cccccc;
}

option:not(:first-of-type) {
  color: #495057;
}

#cname:after {
  color: red;
  content: " *";
}

/* Start bootstrap styling for autocomplete */
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
  text-decoration: none;
}

.ui-menu .ui-menu-item {
  text-align: left;
}

.ui-state-hover, .ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: red;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #e5e5e5 !important;
    border-color: #e5e5e5 !important;
    color: #000 !important;
}
/* End bootstrap styling for autocomplete */

.appt-time-row {
  border: 1px solid #1AB471;
  height: 52px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 5px;
  color: #1AB471;
  font-weight: 600;
  cursor: pointer;
}

.appt-time-row:hover {
  border-width: 2px;
}

#calendar-date-selected-text {
  text-align: left;
  margin-top: 19px;
  margin-left: 0px;
  margin-bottom: 22px;
  font-weight: 700;
}

.appt-time-row-nine-selected,
.appt-time-row-one-selected,
.appt-time-row-five-selected,
.appt-time-row-selected {
  background: #1AB471;
  color: #ffffff;
}

.calendar-selectable-dates {
  margin-left: 0px;
  margin-right: 0px;
}

#calendar-select-one,
#calendar-select-nine {
  margin-right: 10px;
}

.calendar-selectable-text {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  line-height: 45px;
  width: 100%;
}

.calendar-selectable-text:hover {
  line-height: 43px;
}

.fc-button-primary {
  background-color: #1AB471;
  border-color: #1AB471;
}

/* Links */

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus  {
  color: #fff;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #1AB471;
  border: .05rem solid #1AB471;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  font-weight: 600;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-secondary:hover {
  background-color: #1AB471;
}

.btn-inactive,
.btn-inactive:hover,
.btn-inactive:focus {
  color: #fff;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #ccc;
  border: .05rem solid #ccc;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  font-weight: 600;
  padding-left: 30px;
  padding-right: 30px;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
  font-size: .9em;
  font-weight: 400;
  font-style: normal;
  background-size: 1000px;
  background-repeat: repeat;
  background-image: url("../images/svg-layer-3.svg");
  background-position: center center;
  background-color: #F8F8FA;
}

.confirm-services {
  width: 50%;
  margin: auto;
  background: #f1f1f1;
  border-radius: 6px;
  padding: 20px 10px 5px 10px;
  margin-bottom: 35px;
}

#calendar {
  margin: auto;
}

.confirm-text {
  font-weight: 600;
}

#ba-invalid-email-error,
#client-name-error,
#client-email-error,
#client-invalid-email-error,
#client-invalid-phone-error,
#client-phone-error,
#ba-name-error,
#ba-email-error,
#ba-phone-error,
#ba-invalid-phone-error,
#ba-invalid-email-error,
#sa-invalid-phone-error,
#sa-invalid-email-error {
  text-align: left;
  margin-bottom: 30px;
  font-weight: 700;
}

#server-error,
#confirm-error {
  font-weight: 700;
}

.confirm_logo {
  margin-bottom: 20px;
}

.fc-past {
  color: #cccccc;
  cursor: default;
}

.fc-future {
  cursor: pointer;
}

#occupancy_select {
  margin-bottom: 17px;
}

#calendar-error {
  margin-top: 20px;
}

#services-error {
  margin: auto;
}

.home_inspection_radio_container {
  text-align: left;
  margin: auto;
  margin-top: 24px;
  width: 400px;
}

.previous-link {
  margin-right: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #93ceed;
  text-decoration: none;
}

.form-check-label {
  padding-left: 10px;
}

.services-total-table {
  background: #f2f2f2;
  border-radius: 8px;
}

.additional_services {
  margin-left: 12px;
  margin-top: 60px;
}

.services-container {
  text-align: left;
  width: 70%;
  margin: auto;
}

.notes_textarea {
  width: 100%;
  border-color: #ccc;
}


.centered {
  margin: auto;
}

#sqft-error,
#services-error,
#calendar-error,
#address-error {
  font-weight: 700;
}

#sqft-error {
  margin-top: 20px;
}

.helper-text {
  line-height: 30px;
}

.helper-text h4 {
  line-height: 30px;
}

.emphasize-text,
.emphasize-text:hover,
.emphasize-text:active,
.emphasize-text:visited {
  color: #515050;
  font-weight: 700;
  text-decoration: none;
}

.subheader_text {
  color: #666;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

.cover-container {
  max-width: 42em;
}

.cover-heading {
  font-weight: 700;
  color: #3d4549;
  line-height: 25px;
  font-size: 20px;
}

.divider-row {
  margin-bottom: 35px;
}

.divider {
  width: 250px;
  height: 1px;
  background: #ccc;
  margin: auto;
  margin-top: 2em;
}


/*
 * Header
 */
/* The masthead is position:absolute (out of normal flow), so the page
   container has to clear its height itself. */
.below-masthead {
  padding-top: 75px;
}

.masthead {
  background: #3F626A;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding-top: 2px;
  padding-bottom: 10px;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #000;
  border-bottom-color: #000;
}

.content_container {
  padding-top: 30px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  margin-top: 40px;
  margin-bottom: 20px;
}

.data_container {
  margin-top: 2em;
}

.address_input {
  width: 100%;
}

.button_container {
  margin-top: 2em;
  border-top: 1px solid #ccc;
  padding-top: 25px;
  padding-bottom: 10px;
}

.button-col {
  padding-left: 0px;
  padding-right: 0px;
}

/*
.focused-input {
  border: solid 4px #93ceed;
  height: 42px;
}

.focused-input:focus {
  outline: none;
}
*/

.logo {
  margin-top: -11px;
}

.site-name {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  letter-spacing: 0.3em;
  font-size: 25px;
  color: #1a1a1a;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 3px;
}

.page-header {
  position: absolute;
  left: 0;
  background: #3F626A;
  right: 0;
  top: 0;
  text-align: left;
}

.site-name:hover {
  text-decoration: none;
  color: #1a1a1a;
}

.site-name span {
  position: relative;
  display: block;
  padding: 0 8px;
  color: #fff;
}

.logo_link:hover {
  text-decoration: none;
}

/*
.site-name span:before, .site-name span:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  top: 50%;
  margin-top: -0.5px;
  background: #1a1a1a;
}

.site-name span:before {
  left: -2.5px;
}
.site-name span:after {
  right: 2.5px;
  background: #1a1a1a;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.site-name span:hover:before {
  background: #1a1a1a;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.site-name span:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}
*/

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}

/* Header */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
}

.navbar-toggler {
  border: transparent;
  margin-left: -10px;
}

.sticky + #progress-section {
  padding-top: 112px;
}

#progress-section {
  z-index: 100;
}

.progress {
  background-color: #324d54;
  height: 2rem;
  border-radius: 0;
}

.progress-bar {
  background-color: #1AB471;
  font-weight: 800;
  font-size: 1.1rem;
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
  margin-top: 2.5rem;
}

.helper-text p {
  margin-top: 10px;
  color: #666;
}

/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
  margin-top: 20px;
}

.mastfoot p {
  color: #F8F8FA;
  margin-bottom: 0px;
}

@media screen and (max-width : 600px)
{
  .site-name {
    font-size: 20px;
  }

  #subheader_text{
    font-size: 23px;
  }

  .helper-text p {
    line-height: 23px;
  }

  .cover-heading {
    font-size: 16px;
  }
}

.navbar-brand {
  margin-right: 0;
  padding-right: 0;
  padding-left: 0.3em;
}

.nav-item {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.navbar-toggler:focus {
  outline: 0;
}

@media screen and (max-width : 992px)
{
  .navbar-nav {
    padding-bottom: 8px;
  }

  .navbar-nav .nav-link {
    text-align: center;
  }

  .confirm-services {
    width: 90%;
  }
}

/*
@media screen and (max-width : 600px)
{
  .cover-heading {
    font-size: 1.3em;
  }
}

@media screen and (min-width : 600px) and (max-width : 800px)
{
  .cover-heading {
    font-size: 1.5em;
  }
}

@media screen and (min-width : 800px) and (max-width : 1000px)
{
  .cover-heading {
    font-size: 1.75em;
  }
}
*/