/***********************************************************
* @Description: BWL Advanced FAQ Manager Plugins Styles
* @Created At: 28-02-2013
* @Last Edited AT: 19-07-2016
* @Created By: Md Mahbub Alam Khan
* @Version: 1.6.4
***********************************************************/

/* --------------------------------- Accordion Styles --------------------------------- */

.ac-container {
    width: 100%;
    text-align: left;
    margin: 10px 0 0;
    box-sizing: border-box;
    font-size: 14px;
}

.ac-container a,
.ac-container a:hover{
    text-decoration: none;
}

/*------------------------------ Search Form Element ---------------------------------*/

.ac-container fieldset{
    border:0px solid #FFFFFF;
}

.ac-container .bwl-faq-search-panel{
    position: relative;
}

.ac-container .bwl-faq-search-panel span.baf-btn-clear{
    position: absolute;
    top: 3px;
    width: 30px;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    background: #FFFFFF;
    cursor: pointer;
}

.ac-container .bwl-faq-search-panel span.baf-btn-clear:after{
    position: absolute;
    content: 'X';
    display: inline-block;
    top: 0;
    left: 7px;
    font-weight: bold;
    font-size: 14px;
    color: #6a6a6a;
    font-family: verdana;
    -webkit-transition: all 0.7s  ease-out;
    -moz-transition: all 0.7s  ease-out;
    -o-transition: all 0.7s  ease-out;
    transition: all 0.7s  ease-out;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}


.ac-container .bwl-faq-search-panel span.baf-btn-clear:hover:after{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}



.ac-container .bwl-faq-search-panel span.baf-btn-clear:hover{
    color: #2C2C2C;
}


.ac-container .bwl-faq-search-panel input{

    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px;
    -moz-box-shadow: 0px;
    -o-box-shadow: 0px;
    box-shadow: 0px;
    height: 3em;
    /*line-height: 3em;*/
    text-shadow: none;     
    width: 100%;
    /*max-width: 300px;*/
    margin-bottom: 11px;
    padding: 0;
    text-indent: 5px;

}

.search_icon {
    background-origin: content-box;
    background: url(../images/search.png) no-repeat;
    background-position: top 10px right 10px;
    background-position-x: 99%;
    background-position-y: 50%;
    border: 1px solid #cccccc;
}

.accordion_search_input_box::-ms-clear {
    display: none;
}
.search_load {
    background-origin: content-box;
    background: url(../images/loader.gif) no-repeat;
    background-position: top 10px right 10px;
    background-position-x: 99%;
    background-position-y: 50%;
}


.ac-container .bwl-faq-search-panel input:focus{

    background-color: #FFFFFF;
    border: 1px solid #C6E1EC;
    text-shadow: none;


}

.ac-container .bwl-faq-search-panel .bwl-filter-message{
    clear: both;
    font-size: 15px;    
    position: relative;    
    display: block;
}



.ac-container .bwl-faq-container{
    margin: 0 0 11px 0;
}

.ac-container .bwl-faq-container article{
    margin: 0;  
    padding: 0;

}

.ac-container label{	
    padding: 1px 20px 1px 10px;
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
    color: #777;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 1.8em;
    font-size: 15px;
    font-weight: bold;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        0px 0px 0px 0px rgba(255,255,255,0.9) inset, 
        0px 1px 1px rgba(0,0,0,0.1);

}

.ac-container label:after{
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 20px;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0px;
    top: 0px;	

}


.ac-container label:hover{
    background: #fff;
    color: #2c2c2c;
}

.ac-container input:checked + label:after{
    content: '\f106';
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: normal;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    background: #c6e1ec;
    color: #3d7489;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0px;
    top: 0px;	

}

.ac-container input:checked + label:hover:after{
    content: '\f106';
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: normal;
}
.ac-container input[type=checkbox]{
    display: none;
}
.ac-container article{
    background: #FFFFFF;
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10; 
    margin: 0px 0px 1px 0px;
}

.ac-container input:checked ~ article{

    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}

.ac-container input:checked ~ article.ac-medium{
    margin: 0px 0px 10px 0px;
    height: auto;
    visibility: visible;
    padding: 10px;

}

.ac-container article {
    margin: 0 0 11px 0;    
    visibility: hidden;

}

.ac-container article li {

    padding-left: 15px;    

}


/*------------------------------  According Shadow ---------------------------------*/

.article-box-shadow{
    -webkit-box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
    -moz-box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
    -o-box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);    
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}

/*------------------------------  Meta Info---------------------------------*/

.ac-container p.bwl_meta_info{
    display: block;
}

/* --------------------------------- Rating Styles --------------------------------- */

.ac-container hr.ultra-fancy-hr {

    background-color: #ebebeb;
    background-image: -moz-linear-gradient(left, #ffffff 0%, #ebebeb 50%, #ffffff 100%);
    background-image: -o-linear-gradient(left, #ffffff 0%, #ebebeb 50%, #ffffff 100%);
    background-image: -webkit-linear-gradient(left, #ffffff 0%, #ebebeb 50%, #ffffff 100%);
    background-image: linear-gradient(left, #ffffff 0%, #ebebeb 50%, #ffffff 100%);
    border: none;
    height: 1px;
    width: 100%;
}

.post-like-container{  
    margin: 5px 0;   
    clear: both;
}  

h4.post-like-status{  
    line-height: 1.5em;
    height: 1.5em;
    margin: 5px 0 10px 0;
}

.post-like{ 
    background:url('../images/sprite-faq-thumb.png') no-repeat;  
    background-position:-24px 0;  
    width: 24px;  
    height: 24px;  
    display: block;  
    float:left;  
    margin-right: 4px;  
    -moz-transition: all 0.2s ease-out 0.1s;  
    -webkit-transition: all 0.2s ease-out 0.1s;  
    -o-transition: all 0.2s ease-out 0.1s  
}  

.post-like-container a:hover .post-like{  
    background-position:0 0;  
}  

.voted .post-like, .post-like-container, .alreadyvoted{
    background-position:-48px 0;  
}

.count{
    position: relative;
    top: 2px;
    margin-left: 5px;
    text-transform: capitalize;
}

/*------------------------------ Expand & Collapse BTN ---------------------------------*/

p.baf-ctrl-btn{
    text-align: right;
    clear: both;
    display: block;
    padding: 0;
    margin: 0;
}

p.baf-ctrl-btn span.baf-expand-all{
    cursor: pointer;
    display: inline-block;
    line-height: 18px;
    height: 18px;
    width: 18px;
    text-align: center;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    background: green;
    border: 1px solid #eeeeee;
    font-size: 11px;
    -moz-transition: all 0.2s ease-out 0.1s;  
    -webkit-transition: all 0.2s ease-out 0.1s;  
    -o-transition: all 0.2s ease-out 0.1s  
}

p.baf-ctrl-btn span.baf-collapsible-all{
    cursor: pointer;
    display: inline-block;
    line-height: 18px;
    height: 18px;
    width: 18px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    background: tomato;
    border: 1px solid #eeeeee;
    margin-left: 3px;
    font-size: 11px;
    -moz-transition: all 0.2s ease-out 0.1s;  
    -webkit-transition: all 0.2s ease-out 0.1s;  
    -o-transition: all 0.2s ease-out 0.1s 
}
/*------------------------------  FAQ FORM---------------------------------*/

.bwl-faq-form-container{
    margin-top: 11px;
    clear: both;
    display: block;
}

.bwl-form-success-box{
    background: #8ad088;
    color: #FFFFFF;
}

.bwl-form-wait-box{
    background: #ffffc1;
    color: #000000;
}

.bwl-form-error-box{
    background: #e63f37;
    color: #FFFFFF;
}

.bwl-faq-form-container h2{
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    margin: 24px 0;
    padding: 0 0 12px;
}

.bwl-faq-form-container .bwl-faq-form-message-box{
    width: 100%;
    /*height: 32px;*/
    border:1px solid #EEEEEE;
    line-height: 2.4em;
    text-indent: 2px;
    display: none;
    margin-bottom: 11px;
    padding-left: 12px;
    box-sizing: border-box;
}

.bwl-faq-form-container form input[type=text]{
    width: 100%;
    height: 42px;
    line-height: 42px;
    border: 1px solid #CCCCCC;
    margin-bottom: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px;
    -moz-box-shadow: 0px;
    -o-box-shadow: 0px;
    box-shadow: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-indent: 3px;
}

.bwl-faq-form-container form select
{    
    margin-bottom: 0px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.bwl-faq-form-container form input[type=submit]{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #CCCCCC;
    text-align: left;
    height: 42px;
    line-height: 42px;
    padding-left: 12px;
    padding-right: 12px;
}

.bwl-faq-form-container form p label{
    display: block;
    clear: both;
    margin-bottom: 5px;
}

.bwl-faq-form-container form input.bwl_advanced_faq_disabled_field,
.bwl-faq-form-container form select.bwl_advanced_faq_disabled_field,
.bwl-faq-form-container form input[type=submit].bwl_advanced_faq_disabled_field{
    background: #EEEEEE;
}

.bwl-faq-form-container form input.captcha, 
.bwl-faq-form-container form input.sum {
    display: inline;
    text-align: center;
    width: 40px;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px;
    -moz-box-shadow: 0px;
    -o-box-shadow: 0px;
    box-shadow: 0px;
}

.bwl-faq-form-container form span#spambot {
    font-size: 11px;
}

/*
*@Title: BWL FAQ Tabify Stylesheet
*@Version: 1.0.0
*@Created Date: 15-12-2013
*@Last Edited Date: 17-12-2013
*/

div.bwl-faq-tab-content {
    background-color:#ffffff;
    box-sizing: border-box;
    padding:5px; 	
    width: 100%;
    outline: none;    
}

.bwl-faq-content-wrapper{
    clear:both;
    border: 1px solid #ccc;
    margin: 0 0 11px 0;
    padding: 0;
}

.bwl-faq-content-wrapper-ver{
    float: left !important;
    width: 80%;
    border: 1px solid #ccc;
    margin: 0px 0px !important;
    padding: 0;
    clear: none !important;
}

.bwl-faq-wrapper{
    margin: 0;
    padding: 0;
    width: 100%;
}

.bwl-faq-wrapper ul.bwl-faq-tabs {

    position: relative;
    z-index: 50;
    padding: 0px;
    margin: 0px 0px -1px 0px;
}

.bwl-faq-wrapper ul.bwl-faq-tabs-ver {

    position: relative;
    z-index: 50;
    padding: 0px;
    margin: 0px 0px !important;
    width: 20%;
    float: left;
}

.bwl-faq-wrapper ul.bwl-faq-tabs li{
    display: block;
    background: none;
    float:left;
    margin: 0;
    padding: 0;
}

.bwl-faq-wrapper ul.bwl-faq-tabs-ver li{
    width: 100%;
    margin-bottom: 2px;
}

.bwl-faq-wrapper ul.bwl-faq-tabs li a{
    list-style:none;
    display: block;
    padding: 5px 11px ;
    text-decoration: none;        
    color: black;    
    font-size: 16px;
    background: #fff;
    outline: none;
}

.bwl-faq-wrapper ul.bwl-faq-tabs-ver li a{
    list-style:none;
    display: block;
    padding: 5px 11px ;
    text-decoration: none;        
    color: black;    
    font-size: 16px;
    background: #fff;
    outline: none;
}

.bwl-faq-wrapper ul.bwl-faq-tabs li.active a{

    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: -1px;
}


.bwl-faq-wrapper ul.bwl-faq-tabs-ver li.active a{

    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    margin-bottom: 1px;
}

.bwl-faq-wrapper ul.bwl-faq-tabs li.active{
    border-top: 3px solid #2c2c2c;
} 


.bwl-faq-wrapper ul.bwl-faq-tabs-ver li.active{
    border-top: 0px solid #2c2c2c;
    border-left: 3px solid #2c2c2c;
} 


/***********************************************************************************************/
/* RESPONSIVE STYLING */
/***********************************************************************************************/

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

    .ac-container {
        font-size: 12px;    
    }

    .ac-container label{	
        font-size: 13px;
        font-weight: normal;
    }

    .bwl-faq-wrapper ul.bwl-faq-tabs li a{
        font-size: 13px;
    }

    .bwl-faq-form-container h2{
        font-size: 13px;  
    }

    /*------------------------------ TAB ---------------------------------*/

    .bwl-faq-wrapper ul.bwl-faq-tabs li{
        clear: both;
        width: 100%;
        border-bottom: 1px solid #EEEEEE;
    }

    .bwl-faq-wrapper ul.bwl-faq-tabs li.active a {
        border-bottom: 1px solid #EEEEEE;
    }

}
@media only screen and (min-width: 480px) and (max-width: 1000px) {

    .ac-container {
        font-size: 13px;    
    } 

    .ac-container label{	
        font-size: 14px;
        font-weight: bold;
    }

    .bwl-faq-wrapper ul.bwl-faq-tabs li a{
        font-size: 14px;
    }


    .bwl-faq-form-container h2{
        font-size: 14px;  
    }

    /*------------------------------  TAB ---------------------------------*/

    .bwl-faq-wrapper ul.bwl-faq-tabs li{
        clear: both;
        width: 100%;
        border-bottom: 1px solid #EEEEEE;
    }

    .bwl-faq-wrapper ul.bwl-faq-tabs li.active a {
        border-bottom: 1px solid #EEEEEE;
    }


    .bwl-faq-wrapper ul.bwl-faq-tabs-ver,
    .bwl-faq-content-wrapper-ver{
        width: 100%;
        clear: both;
    }

    .bwl-faq-wrapper ul.bwl-faq-tabs-ver li.active a {
        border-bottom: 1px solid #EEEEEE;
    }

}

/*------------------------------ Pagination ---------------------------------*/

.baf_pagination_nav_block{
    display: block;
    clear: both;
}

#baf_page_navigation{
    text-align: right;
}

#baf_page_navigation a{
    padding:1px 5px;
    border:1px solid #cccccc;
    margin:2px;
    text-decoration:none;
    text-align: center;
    outline: none;
    display: inline-block;   
    background: #FFF;
    color: #000; 
}

#baf_page_navigation .active_page{
    background:#17ac2c;
    color:white !important;
}

.baf_dn{
    display: none;
}

#baf_page_navigation span.total_pages{
    display: inline-block;
    margin: 5px 0 0 0 ;
    font-size: small;
}

#baf_page_navigation a.previous_link,
#baf_page_navigation a.next_link{
    padding: 1px 8px;
    font-weight: bold;
    background: #FFF;
    color: #000;
}