.disabled {
    color: grey;
}
.qa_pagination {
    width: 100%;
    padding: 0 1em;
}
#qa_add_question_modal {
    overflow-y: hidden;
}
#qa_add_question_modal .modal-dialog {
    max-height: 100%;
}
#qa_add_question_modal .modal-content {
    max-height: calc(100% - 1rem);
    overflow: hidden;
    overflow-y: auto;
}
@media(min-width: 768px) {
    #qa_add_question_modal .modal-content {
        overflow-y: unset;
    }
}

#qa_header {
    font-size: 1.2em;
}

#qa_filter_container {

}

#qa_sort {
    font-size: 0.9em;
    padding: 4px;
    font-weight: bold;
}

#qa_ask_container {
    padding-left: 0px;
    text-align: right;
}

#qa_ask_question_button {
    border-radius: 7px;
    padding: 8px;
    color: white;
    background-color: #eb7e1e;
    font-weight: bold;
}

.qa_divider {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 15px 0px;
}

#qa_modal_footer {
    text-align: right;
    padding: 10px;
}

#qa_question {
    height: 75px;
    resize: none;
}

#qa_submit_question_button {
    background-color: #0073ae;
    color: white;
}

.qa_input_container {
    width: 100%;
}
.qa_email_optin_container {
    text-indent: -1rem;
    padding-left: 1rem;
    margin-bottom: 1rem;
}


.qa_input{
    width: 100%;
    border: 1px solid #adaeaf;
}

.qa_invalid {
    background-color: #ec4e4ead;
}

#qa_question_success_modal {
    font-size: 1.2em;
    text-align: center;
}
#qa_ask_again_button {
    background-color: #eb7e1e;
    color: white;
    margin-top: 15px;
}
#qa_continue_button {
    background-color: #0073ae;
    color: white;
    margin-top: 15px;
}
#qa_email_optin {
    width: auto;
}

.question_container {
    padding: 10px 20px;
}
.qa_question_text {
    font-weight: bold;
    margin-bottom: 5px;
    color: #0073ae;
}
.qa_question_user {
    color: #989898;
    margin-bottom: 20px;
}

.qa_answer_arrow {
    width: 3%;
}
.qa_answer_text {
    padding-left: 5px;
}
.qa_answer_arrow {
    border-color: #0073ae;
    margin-top: -1px;
}

.qa_answer_footer {
    margin-top: 20px;
}

.qa_upvote_answer, .qa_novote_answer {
    padding: 2px 10px;
    background-color: #0073ae;
    color: white;
}

.qa_vote_container {
    margin-top: 2px;
}
.qa_answer_helpful_text, .qa_answer_related_parts {
    color: #989898;
    font-weight: bold;
}
.qa_answer_vote_text {
    padding-right: 10px;
    color: #989898;
}

.qa_answer_related_parts {
    margin: 0 0 5px 0;
}

.related_parts_link {
    padding: 0 3px;
    color: #989898;
    text-decoration: underline;
}

.qa_modal_subheader {
	display: none;
	align-items: center;
    padding: 1rem;
    padding-top: 0;
    margin-bottom: 1rem;
	border-bottom: 1px solid #e9ecef;
}
@media (min-width: 576px) {
    .qa_modal_subheader {
        display: flex;
    }
    #qa_question {
        height: 150px;
    }
}
