/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.boxe_invest {
    background-color: #fff;
    border-radius: 5px;
    padding: 44px 0;
    text-align: center;
}

.box_border {
    border: 2px solid #e6e8ea;
    padding: 10px;
}

#loan_type {
    //width: 500px;
    //margin: 0 auto;
    //background-color: red;
}

.p-2 {
    padding: 5px !important;
}

a.card:hover {
    transition: all .25s ease-in-out;
    border-color: #293A49;
}

#loan_type .card {
    height: 100%;
}

.card-border {
    -webkit-box-shadow: -1px 5px 10px -5px #000000;
    -moz-box-shadow: -1px 5px 10px -5px #000000;
    box-shadow: -1px 5px 10px -5px #000000;
}

.no-display {
    display: none !important;
}

#loan_app_form input,
#loan_app_form select,
#loan_app_form textarea,
#invest_application input,
#invest_application select,
#invest_application textarea,
#partner_application input,
#partner_application select,
#partner_application textarea,
#forgot_password_page input,
#root-container select,
#root-container textarea,
#root-container input{
    border-radius: 5px;
    margin-bottom: 5px;
    height: 54px;
    font-size: 19px;
    font-weight: 300;
    color: #2c3e4d;
    width: 100%;
}

#invest_application select,
#loan_app_form select,
#partner_application select{
    -webkit-appearance: menulist !important;
}

#loan_app_form button[type="submit"],
#invest_application button[type='submit'],
#partner_application button[type='submit'],
#forgot_password_page button[type='submit'],
.next, .prev {
    height: 44px;
    font-size: 15px;
    width: 100px;
    background-color: #86a82a;
    float: right;
    border-radius: 5px !important;
    box-shadow: inset 0 -2px rgba(0,0,0,.25) !important;
}

#forgot_password_page button[type='submit'] {
    width: 170px;
}

.green_checks {
    list-style: none;
}

.li-bullet {
    margin-right: 7px;
}

/*.green_checks li:before {
    color: #636366;
}*/

.green_checks li {
    padding-bottom: 10px;
    color: rgba(7,27,45,.9);
}

.pac-container {
    //margin-top: -30px;
}

.chosen-container {
    width: 100% !important;
}

.tooltip:hover:after {
    position: relative;
    /* we can get the title attribute from the relevant item */
    content: "test here";
    /* style however you want */
    border: 1px dashed black;
    top: -1.5em;
    left: 12em;
    padding: 0.5em;
}

#thank_you .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    #thank_you .btn {
        transition: none;
    }
}

#thank_you .btn:hover, #thank_you .btn:focus {
    text-decoration: none;
}

#thank_you .btn:focus, #thank_you .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#thank_you .btn.disabled, #thank_you .btn:disabled {
    opacity: 0.65;
}

#thank_you .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

#thank_you .btn:not(:disabled):not(.disabled):active, #thank_you .btn:not(:disabled):not(.disabled).active {
    background-image: none;
}

#thank_you a.btn.disabled,
#thank_you fieldset:disabled a.btn {
    pointer-events: none;
}

#thank_you .btn-primary {
    color: #fff;
    background-color: #86a82a;
    border-color: #86a82a;
}
