﻿.panel-group .panel {
    border-radius: 0;
    border: 0;
    margin-top: 0px;
}

.panel-group a {
    display: block;
    padding: 5px 15px;
    border-bottom: 1px solid #b42b2b;
    text-decoration: none;
}

.panel-group .panel-heading a.collapsed:hover,
.panel-group .panel-heading a.collapsed:focus {
    background-color: #b42b2b;
    color: white;
    transition: all 0.2s ease-in;
}

.panel-group .panel-heading a.collapsed:hover::before,
.panel-group .panel-heading a.collapsed:focus::before {
    color: white;
}

.panel-group .panel-heading {
    padding: 0;
    border-radius: 0px;
    text-align: center;
}

.panel-group .panel-heading a:not(.collapsed) {
    color: white;
    background-color: #b42b2b;
    transition: all 0.2s ease-in;
}

/* Add Indicator fontawesome icon to the left */
.panel-group .panel-heading .accordion-toggle::before {
    font-family: 'FontAwesome';
    content: '\f00d';
    float: left;
    color: white;
    font-weight: lighter;
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
}

.panel-group .panel-heading .accordion-toggle.collapsed::before {
    color: #444;
    transform: rotate(-135deg);
    transition: all 0.2s ease-in;
}
.ans {
    min-height: 45px; /* so that the image will always be shown even for short error messages */
    background: transparent url(../img/faqanswer.png) no-repeat;
    background-position: left top; /* image positioned 5px of the 0 left and centered top */
    background-size: 25px 25px;
    padding-left: 30px;

}
