/*
 *  -------------------------------------------------
 *  Hybrid MLM  Copyright (c) 2018 All Rights Reserved
 *  -------------------------------------------------
 *
 *  @author Acemero Technologies Pvt Ltd
 *  @link https://www.acemero.com
 *  @see https://www.hybridmlm.io
 *  @version 1.00
 *  @api Laravel 5.4
 */
.FAQManager {
    margin: 20px auto;
    background: #fff;
    /* box-shadow: 0px 2px 8px #ddd; */
    /*max-width: 1000px;*/
    padding: 8px 20px;
    border: solid 1px #ddd;
}

.FAQManager h3 {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddd;
    margin-top: 5px;
    line-height: 1.5;
    color: #555;
}

.FAQManager h3 button {
    float: right;
    padding: 3px 15px;
}

.FAQManager h3:before {
    content: '';
    position: absolute;
    height: 3px;
    z-index: 99;
    left: 0;
    min-width: 30%;
    bottom: 0px;
    /*background: #6d6d6d;*/
}

.faqContents {
    min-height: 150px;
    border-right: 1px dashed #e2e2e2;
}

.FAQManager h3 img {
    width: 25px;
    margin-right: 5px;
}


.faqQuestion h4 {
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    padding: 8px 0;
    color: #555;
    border-bottom: 1px dotted #ddd;
}
.faqQuestion h4 img {
    width: 17px;
    margin-right: 5px;
}
.faqWrapper .faqQuestion h4{
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    padding: 8px 0;
    color: #555;
    border-bottom: 1px dotted #ddd;
    position: relative;
    overflow: auto;
}

.faqWrapper .faqQuestion h4 img {
    width: 17px;
    /* margin-right: 5px; */
    vertical-align: middle;
    position: absolute;
    top: 10px;
    left: 0px;
    display: block;
}

.faqQuestion h4 .toggle {
    /*float: right; */
    /*text-align: center;
    width: 30px;
    position: absolute;
    right: 0px;
    top: 10px;*/
}

.faqQuestion h4 .toggle i {
    font-weight: 600;
    cursor: pointer;
}

.faqQuestion h4 .toggle i.fa-minus {
    display: none;
}

.faqQuestion .answer {
    padding: 2px 25px 10px;
    display: none;
}

.faqQuestion .answer .answerBody {
    color: #444;
    font-size: 12px;
    line-height: 14px;
    word-break: break-all;
}

.faqQuestion .answer h5 {
    margin-bottom: 13px;
    font-weight: 600;
    font-size: 15px;
    color: #888;
}

.faqQuestion h4.open i.fa-minus {
    display: block;
}

.faqQuestion h4.open i.fa-plus {
    display: none;
}
.faqQuestion.viewQuestions {
    position: relative;
}
.faqQuestion.viewQuestions span.editCategory {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.faqQuestion.viewQuestions span.editCategory li {
    font-size: 15px;
}
span.viewCategory {
    float: right;
    margin-right: 40px;
    cursor: pointer;
}

span.viewCategory i {
    font-size: 18px;
    color: #2196F3;
    opacity: 0.7;
}
.categoryWrapper .panel.panel-primary, .faqWrapper .panel.panel-primary {
    border: 1px dashed #dddddd;
}
.categoryWrapper .panel-heading, .faqWrapper .panel-heading {
    color: #364150;
    background-color: #ffffff;
    border-color: #dddddd;
    padding: 10px 15px;
}
.categoryWrapper .panel-heading span, .faqWrapper .panel-heading span {
    vertical-align: middle;
    font-weight: 600;
    color: #545454;
}
.categoryWrapper .panel-body.categoryForm, .faqWrapper .panel-body.faqForm {
    /*background-color: #eee;*/
}
.faqTab-Wrapper ul.nav.nav-pills li.active {
    background-color: #ddd !important;
}

.faqTab-Wrapper ul.nav.nav-pills li.active a {
    background-color: #ddd;
    border: solid 1px #cacaca;
}

.faqTab-Wrapper ul.nav.nav-pills li a {
    border: solid 1px #dcdcdc;
}
button.btn.btn-transparent.backtoCategoryList, button.btn.btn-transparent.backtoFaqList {
    background-color: #fff;
    border: solid 1px #dad9d9;
    line-height: 0.8;
}
button.btn.btn-transparent.backtoCategoryList span, button.btn.btn-transparent.backtoFaqList span {
    color: #5b5959;
    font-weight: 500;
}
.panel-body button.btn.green.btn-success.button-submit {
    margin-bottom: 10px;
}
.categoryWrapper .panel-body.categoryForm  ul.nav.nav-pills>li+li, .faqWrapper .panel-body.faqForm ul.nav.nav-pills>li+li {
    margin-left: 0px;
}

.faqQuestion h4 span.editFaq {
    /* float: right; */
    /*text-align: center;
    width: 30px;
    position: absolute;
    right: 36px;
    top: 10px;*/
}


.faqQuestion h4 label {
    width: 95%;
    display: inline-block;
    word-break: break-word;
    margin-left: 24px;
    font-size: 13px;
}

.faqQuestion h4 span.category {
    display: inline-block;
    /*width: 30%;*/
    color: #646464;
    font-size: 11px;
    word-break: break-word;
    width: auto;
    background-color: #ddd;
    padding: 5px;
    border-radius: 5px !important;
}
.faqQuestion h4 label span, .faqQuestion h4 label p, .faqQuestion h4 label h1, .faqQuestion h4 label h2, .faqQuestion h4 label h3, .faqQuestion h4 label h4, .faqQuestion h4 label h5 {
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    font-weight: 600;
}
.faq-sideBtn {
    width: 70%;
    float: right;
    /*float: left;*/
}

.faq-sideBtn .toggle {
    position: relative;
    width: 30px;
    display: inline-block;
    float: right;
}

.faq-sideBtn span.editFaq {
    position: relative;
    width: 30px;
    display: inline-block;
    float: right;
}

.faq-sideBtn span.deleteFaq {
    position: relative;
    width: 30px;
    display: inline-block;
    float: right;
}
@media (max-width: 767px) {
    button.btn.btn-transparent.backtoCategoryList, button.btn.btn-transparent.backtoFaqList {
        margin: 5px 0px !important;
    }
}
