/***************************************************************
*                                                              *
*                                                              *
*                    Font Faces	 							   *
*                                                              *
*                                                              *
***************************************************************/
@font-face {
  font-family: 'TradeGothic Bold';
  src: url('fonts/TradeGothicLT-Bold.eot');
  src: url('fonts/TradeGothicLT-Bold.eot?#iefix') format('embedded-opentype'),
      url('fonts/TradeGothicLT-Bold.woff2') format('woff2'),
      url('fonts/TradeGothicLT-Bold.woff') format('woff'),
      url('fonts/TradeGothicLT-Bold.ttf') format('truetype'),
      url('fonts/TradeGothicLT-Bold.svg#TradeGothicLT-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'TradeGothic';
  src: url('fonts/TradeGothicLT.eot');
  src: url('fonts/TradeGothicLT.eot?#iefix') format('embedded-opentype'),
      url('fonts/TradeGothicLT.woff2') format('woff2'),
      url('fonts/TradeGothicLT.woff') format('woff'),
      url('fonts/TradeGothicLT.ttf') format('truetype'),
      url('fonts/TradeGothicLT.svg#TradeGothicLT') format('svg');
  font-weight: normal;
  font-style: normal;
}

/***************************************************************
*                                                              *
*                                                              *
*              Document Level Elements                         *
*                                                              *
*                                                              *
***************************************************************/
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}


/***************************************************************
*                                                              *
*                                                              *
*              Login Page                                      *
*                                                              *
*                                                              *
***************************************************************/
.btn-login{
  width: 100%;
}



.card-login {
  width: 100%;
  max-width: 600px;
}



/***************************************************************
*                                                              *
*                                                              *
*              Book Appointment Page                           *
*                                                              *
*                                                              *
***************************************************************/
.btn-book-appointment{
  background: none;
  border: none;
  color: #2c88d9;
  text-transform: uppercase;
  margin-top: 15px;
}

.div-sa-book-appointment-time-slot{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
}

.div-book-appointment-time-slot{
    margin-left: 5px;
    margin-right: 5px;
}

.btn-book-appointment-time-slot{

  padding: 10px 30px;
  margin-top: 15px;
  width: 100%;
  max-width: 400px;

}


.btn-book-appointment-communication{
  background: none;
  border: 2px solid #d3d3d3;
  padding: 10px 30px;
  color: #000000;
  margin-top: 15px;
  width: 200px;
  font-size: 1rem;

}

.btn-book-appointment-communication-highlighted{
  background: #b2acfa;
  border: 2px solid #6558f5;

}

.form-book-appointment-email,
.form-book-appointment-phone,
.form-book-appointment-contact-info{
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}


.p-book-appointment-email{
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px){

    .div-sa-book-appointment-time-slot{
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
    }


  .form-book-appointment-email,
  .form-book-appointment-phone,
  .form-book-appointment-contact-info{
      width: 100%;
      max-width: 300px;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: auto;
      margin-right: auto;
  }

  .p-book-appointment-email{
    width: 100%;
    max-width: 300px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }

}


/***************************************************************
*                                                              *
*                                                              *
*              Property Page                                   *
*                                                              *
*                                                              *
***************************************************************/

.div-property-page{
    display: flex;
    flex-flow: row wrap;
}
.img-property-asset{
    width: 100%;
    max-width: 600px;
    border-color: #c7c8ca;
    height: 100%;
}

.div-property-rendering-section,
.div-property-floorplan-section{
    flex: 1 1 50%;
}

.div-property-rendering,
.div-property-floorplan{
    height: 400px;
    width: 100%;
    border: 1px solid #f3f3f3;
}

@media (max-width:767px){
    .div-property-page{
        flex-flow: column nowrap;
    }
}
/***************************************************************
*                                                              *
*                                                              *
*              Choose Page                                     *
*                                                              *
*                                                              *
***************************************************************/
.img-card-selections{
    border: 1px solid grey;
    width: 100%;
    max-width: 150px;
}

.img-choose-selection{
    width: 100%;
    max-width: 200px;
    height: auto;
}
.img-select-checkbox{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100%;
    max-width: 25px;
    height: auto;
}

.div-choose-sticky-top{
    position: sticky;
    top: 0;
    background: white;
    z-index: 9;
    border-bottom: 1px solid #ddd;
}

.div-sidebar-selection-total{
    position: sticky;
    top: 0;
    background: white;
    z-index: 9;
    border-bottom: 1px solid #ddd;
}
@media (max-width: 767px){
    .img-card-selections{
        max-width: 115px;
    }

    .img-choose-selection{
        width: 100%;
        max-width: 150px;
        height: auto;
    }
}

@media (max-width: 525px){
    .img-card-selections{
        max-width: 150px;
    }

    .img-choose-selection{
        width: 100%;
        max-width: 250px;
        height: auto;
    }
}
/***************************************************************
*                                                              *
*                                                              *
*              Seleck Package                                  *
*                                                              *
*                                                              *
***************************************************************/
.div-select-package{
    max-width: 225px;
}

/***************************************************************
*                                                              *
*                                                              *
*              Review Selection                                *
*                                                              *
*                                                              *
***************************************************************/
.img-question-review-selection{
    width: 100%;
    max-width: 15px;
    height: auto;
}

.img-add-item{
    width: 100%;
    max-width: 30px;
    height: auto;
}

.th-line-item-add{
    width: 15%;
    vertical-align: middle !important;
}

.th-line-item-description{
    width: 65%;
    vertical-align: middle !important;
}

.th-line-item-price{
    width: 20%;
    vertical-align: middle !important;
}

.th-output-line-item-description{
    width:50%;
}

.th-output-line-item-price{
    width:50%;
}
@media (max-width: 991px){
    .th-line-item-add{
        width: 25%;
    }

    .th-line-item-description{
        width: 60%;
    }

    .th-line-item-price{
        width: 15%;
    }
}
/***************************************************************
*                                                              *
*                                                              *
*              Review Package                                  *
*                                                              *
*                                                              *
***************************************************************/
.img-card-package{
    border: 1px solid grey;
    width: 100%;
    max-width: 450px;
}

/***************************************************************
*                                                              *
*                                                              *
*              Appointment Information Page                    *
*                                                              *
*                                                              *
***************************************************************/
.img-appointment-information{
    width: 100%;
    max-width: 25px;
    height: auto;
}

.img-appointment-information-trash{
    width: 100%;
    max-width: 15px;
    height: auto;
}

#map{
    width: 100%;
    height: 500px;
}
/***************************************************************
*                                                              *
*                                                              *
*              Request Appointment                             *
*                                                              *
*                                                              *
***************************************************************/
.div-appointment-calendar-month{
    flex: 0 0 75px;
}

.img-appointment-arrow{
    width: 100%;
    max-width: 25px;
}