/*
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: 20px;
    display: block;
    color: #fff;
    background-color: #20a0c2;
}

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

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


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

/*

.panel-default>.panel-heading h3 a.collapsed {
    background-color: #999;
    background-color: #15284b;
}

.panel-default:nth-child(odd) > .panel-heading h3 a.collapsed {
    background-color: #888;    
}
.panel-default>.panel-heading h3 a .glyphicon-chevron-down:before {
    content: "\e113"; // chevron up
}

.panel-default>.panel-heading h3 a.collapsed .glyphicon-chevron-down:before {
    content: "\e114"; // chevron down
}

*/

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