/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26/08/2014, 10:48:38 AM
    Author     : duncanc
*/
.id-faq-section .panel .panel-body {
  padding: 2em;
  line-height: 1.7;
}

.id-faq-section .panel .panel-body > p {
  line-height: 1.7;
  margin-bottom: 1em;
}

.id-faq-section .panel-body .lead {
    font-size: 1em;
    font-size: 1rem;
}

.id-faq-section .panel-default>.panel-heading {
    padding: 0;
}

.id-faq-section .panel-default>.panel-heading h3 {
    font-weight: 600;
}

.id-faq-section .panel-default>.panel-heading h3 a {
    font-weight: 600;
    padding: 15px 15px;
    padding-right: 35px;
    display: block;
    color: #fff;
    background-color: #bbb;
}

.id-faq-section .panel-default:nth-child(odd)>.panel-heading h3 a {
    background-color: #777;
}

.id-faq-section .panel-default>.panel-heading h3 a[aria-expanded="true"] { 
    background-color: #555;
}

.id-faq-section .panel-default>.panel-heading h3 a[aria-expanded="true"] .glyphicon-chevron-down:before { 
    content: "\e014";
}


.id-faq-section .panel-default>.panel-heading h3 a:hover {
    background-color: #555;
    text-decoration: none;
}

.id-faq-question {
    position: relative;
}

.id-faq-question .glyphicon {
    position: absolute;
    top: 50%;
    left: auto;
    right: 15px;
    bottom: auto;
    margin-top: -0.5ex;
    line-height: 1;
}


@media print {
    .id-faq-answer {
        display: block!important;
    }
    .id-faq-answer a[href]:after {
        content: none!important;
    }
}