﻿
.filelist-link-top-section-header {
}
/*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing:     border-box; 
    -moz-box-sizing:        border-box; 
    box-sizing:             border-box;
}

.accordion {
    overflow:               hidden;
    box-shadow:             0px 1px 3px rgba(0,0,0,0.25);
    border-radius:          3px;
}

/*----- Section Titles -----*/

.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
    padding:15px;
    display:none;
}


.accordion-subsection-title.active, .accordion-subsection-title:hover {
    background:#4c4c4c;
    /* Type */
    text-decoration:none;
}

.accordion-subsection:last-child .accordion-subsection-title {
    border-bottom:none;
}

/*----- Section Content -----*/
.accordion-subsection-content {
    /*padding:15px;*/
    display:none;
}
.flpanel {
    margin-bottom: 2px;
}
.flsection-heading {
    display:table-cell;
    width: 100%;
}