
.faq_header{
	padding-bottom: 10px;
	border-bottom:2px dashed #f5f5f5;
}
.faq-card {

    margin-top: 25px;
}
p.title-page{

	font-size: 14px;
    padding-top: 0px;
    margin-bottom: 5px;
    margin-top: 15px;
    font-weight: 300;
    letter-spacing: 0.4px;
}

/*faq-howto*/

.title-faq {

	color: #000;
	margin: 18px 0px 15px 0px;
    font-size: 30px;

}

.mFont{

	margin-top: 10px;
	float: right;

}
.border-number{

	padding: 9px 12px;
    border: 4px solid #5FB100;
    border-radius: 70px;
    margin-right: 10px;
    line-height: 0.8;
    width: 40px;
    height: 40px;
    display: inline-block;
}
.border-numberplus{

	padding: 9px 6px;
    border: 4px solid #76B72A;
    border-radius: 70px;
    margin-right: 10px;
    line-height: 0.8;
    width: 40px;
    height: 40px;
    display: inline-block;
}
.panel.panel-default {

	border-left-width: 0px;
    border-right-width: 0px;
    
}
.panel-group .panel {

	border-radius : 0px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: initial;
    box-shadow:initial;
}


.panel-default>.panel-heading {

	background: initial;
	padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.panel-group .panel+.panel {

	margin-top: 0px;
}

h3.panel-title-faq{

	margin : 0px;
    font-size: 20px;

}

li.list-group-item.detail {

    color: #666;
    font-weight: 300;
    letter-spacing: 0.4px;

}

li.howto {

    font-weight: 300;
    letter-spacing: 0.4px;
}

h3.panel-heading {

	margin : 0px;
}

.panel-title-faq{

	line-height: 2;
}

.panel-title-faq div {
    position: relative;
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    height: auto;
    top: 5px;
}

/*note*/

.panel-heading .panel-title-faq a[aria-expanded=true]:after {
    /* symbol for "opening" panels */
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
    font-size: 1em;
    font-weight: 100;
    line-height: 1.9;
}
.panel-heading .panel-title-faq a[aria-expanded=false]:after,
.panel-heading .panel-title-faq a:after {
    content: "\f105";
    float: right;
    color: grey;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1em;
    font-weight: 100;
    line-height: 1.9;
}
/*
.panel-heading .panel-title-faq a[aria-expanded=false]:after,
.panel-heading .panel-title-faq a:after {
    /* symbol for "collapsed" panels */
    /*  content: "\e258";    /* adjust as needed, taken from bootstrap.css */
    /*font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    /*float: right;        /* adjust as needed */
    /*color: grey;         /* adjust as needed */
    /*}*/

    button.btn.btn-default-up {

     color: #9B9B9B;
     background-color: #fff;
     border-color: #ccc;
     padding: 4px 17px;
 }

 button.btn.btn-default-up:hover {

  background-color: #f5f5f5
}


button.btn.btn-default-down {

 color: #9B9B9B;
 background-color: #fff;
 border-color: #ccc;
 padding: 4px 17px;

}

.btn-page.clicked{
    color: #FFF;
    background-color: #5FB100;
    border-color: #5FB100;
}

.btn-page:hover {

    color: #FFF;
    background-color: #5FB100;
    border-color: #5FB100;
}

button.btn.btn-default-down:hover {

  background-color: #f5f5f5
}

@media (min-width: 320px) and (max-width: 420px )   {


   .border-number {

    display: none;

}

.border-numberplus {

    display: none;

}

h2.title-faq {

    margin-top: 15px;
}

.mFont {

    margin-bottom: 10px;
    float: initial;
    margin-top: 10px;
    text-align: center;
}

.panel-title-faq div {

    white-space: initial;
    line-height: 26px;

}

.btn-faq-webview {

    padding: 0px;
}

.btn-faq-webview-sub {

    padding: 0px 0px 5px 0px;
}

}





