.pages {
    display: inline-flex;
    width: 100%;
}

.form-bob {
    /* position: absolute;
    left: 0;
    top: 0; */
    width: 300px;
}

.share-results{
    display:block;
}

#distributed_sharholder_cards_final{
    display:flex;
    flex-wrap:wrap;
}

/*----------------------Page 1----------------------------------*/

.solo_container, .friends_container, .prof_container{
    display: none;
}
/*----------------------Guide Container------------------------*/
strong{
    color: #464545;
}

.guide_container{
    position:relative;
    width: 25%;
    padding: 15px 0px 260px 20px;
    border: 1px solid #e2e2e2;
}

.help-bob{
    z-index: 99;
    display: block;
    height: 150px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.bob-answer {
    width: 232px;
    float: right;
}

.q_container{
  display: flex;
}

.answer {
      left: 25%;
      width: 80%;
      max-width: 700px;
      margin: 0 auto;
      top: 25%;
      z-index: 9999;
      position: absolute;
      border: 1px solid #B2B0B0;
      background-color: white;
      display: none;
}

.answer p {
    background-color: white;
    border: 1px solid black;
    border-radius: 22px;
    padding: 20px;
    padding-bottom: 20px!important;
    /* margin: 15px 25px 0px 15px; */
    margin: 30px 30px 0 30px;
}

.answer:after {
    content: "X";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 35px;
    padding: 5px;
    color: 464545;
    cursor: pointer;
}

.answer_inner{
  position: relative;
  padding-bottom: 149px;
}

.questions{
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.questions:hover{
    color: #5F4044;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}
#password_form{
    display: none;
}
.q_overlay {
  display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 9998;
}

.total-container {
    position: absolute;
    bottom: 10px;
    left: 20px;
}

#save_container{
  display: none;
}

/*----------------------Form Styling------------------------*/

.page-2, .page-3, .page-4, .page-5, .page-6, .page-7, .page-8, .page-9{
    display: none;
}

.form_container{
    width: 75%;
    padding-right: 4%;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea{
  max-width: 100%!important;
  border-radius: 5px;
}


.page-buttons{
    margin: 25px 25px 25px 0!important;
    background-color: #5F4044;
    color: #C7BFC3;
    padding: 10px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}

.stripe-button-el span {
    padding: 10px!important;
    background: none!important;
    height: 50px!important;
    background-color: #5F4044!important;
    background-image: none!important;
    font-size: 18px!important;
    color: #fff;
    font-weight: bold;
    font-family: inherit!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -ms-border-radius: 0px!important;
    -o-border-radius: 0px!important;
    border-radius: 0px!important;
}

.page-buttons:hover{
    transform: scale(1.03);
}

.add-buttons{
    margin: 25px 25px 25px 0!important;
    background-color: white;
    border: 2px solid #5F4044;
    color: #5F4044;
    padding: 10px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
}

.add-buttons:hover{
    transform: scale(1.03);
}

.flex{
    display: flex;
}

.flex div{
    flex:1;
    margin: 10px;
}

.flex input, .flex select {
    width: 95%;
}

.out_of_province_mail_service, #custom_records, #custom_director_address, #custom_director_2_address, #custom_director_3_address, #add_incorp_container, #custom_incorp_address, #add_2_incorp_container, #add_3_incorp_container, #incorp_is_corp_container, #custom_incorp_corp_address, #custom_2_incorp_address, #custom_3_incorp_address, #not_primary_officer_show, #add_2_officers, #add_3_officers{
    display: none;
}
#password_reset_form{
    max-width: 400px;
}
#show_password_form{
    cursor: pointer;
}
#the_cards{
    position: relative;
    display: block;
    width:100%;
}
.the_card{
    box-sizing: border-box;
    float:left;
    padding:3%;
    width:48%;
    min-width:275px;
    min-height:240px;
    margin:1%;
    background-color:#f5f5f5;
    cursor:pointer;
    border-radius:5px;
}

.the_card table{
    max-width:260px;
}
.add_director_as_shareholder{
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
    border:1px solid #5F4044;
    border-radius: 10px;
}
.added{
    background: #eee;
}
.incorp_type_model{
  text-transform: capitalize;
}

#totals{
  border-top: 2px solid black;
}
.add_shareholder{
    border:1px solid #aaa;
    padding: 5px 15px;
    text-align: center;
}
.extra_shareholder{
    position: relative;
    padding: 20px;
    border:1px solid #008;
    margin: 50px auto;
}
.close_shareholder{
    position: absolute;
    top:5px;
    right:5px;
}
#por{
    position: fixed;

}

@media only screen and (max-width: 1300px) {
  .answer {
    left: 5%;
  }
}

@media only screen and (max-width: 1023px) {
}

@media only screen and (max-width: 981px){
    .pages {
        display: block;
    }

    .page-2{
        display: none;
    }

    .form_container{
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .guide_container{
        width: 100%;
    }

    .answer {
        overflow-y: scroll;
        /* max-height: 100%;
        left: auto;
        right: 0;
        top: 0;
        width: 50%; */
    }
}

@media only screen and (max-width: 850px) {
}

@media only screen and (max-width: 770px) {
    .form-bob{
        margin-left: 0!important;
        margin-right: 0!important;
    }

    /* .answer {
        top: -80%;
        width: 100%;
    } */

    .page-buttons {
      margin: 0!important;
    }

    .add-buttons {
      display: block;
      margin: 10px 0;
    }
}

@media only screen and (max-width: 479px) {

  .q_container{
    position: relative;
  }
  .answer {
    top: -300px;
    left: 0;
    width: 100%;
  }

  .answer p {
    font-size: 14px;
    padding: 5px;
    padding-bottom: 20px!important;
    margin: 30px 15px 0 15px;
  }

  .help-bob {
    height: 80px;
  }

  .answer_inner {
    padding-bottom: 79px;
  }

  .flex{
      margin-top: 20px;
      display: block;
  }
  tr td{
    padding: 6px!important;
  }

}
