  
.headerFixed #header .navBar {top: 8px !important;}

button.accordion {
    background-color: #f2f2f2;
    color: #000;
    cursor: pointer;
    width: 80%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    letter-spacing: 0.5px !important;
    margin-left: -8px;
}
button.accordion.active,
button.accordion:hover {
    background-color: #f2f2f2;
}
button.accordion:after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    margin-right: 15px;
    float: left;
}
button.accordion.active:after {
    content: "\2212";
}
div.panel1 {
    padding: 0 18px;
    background-color: #f2f2f2;
    max-height: 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
#animation {
    position: relative;
}
.labelACC {
    font-size: 15px !important;
}

.half-ACC {
    float: left;
    width: 102%;
    padding: 0 1em;
}
/* Acordeon styles */

.tab-ACC {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: #000;
    overflow: hidden;
}
.tab-ACC .blue-ACC {
    font-family: ;
}
/*input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}*/


.labelACC {
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    background: #ccc;
    font-weight: bold;
    line-height: 3;
    cursor: pointer;
    width: 100%
}
.blue-ACC .labelACC {
    background: #ccc;
}
.tab-content-ACC {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
}
.blue-ACC .tab-content-ACC {} 
.tab-content-ACC p {margin: 1em;
}
/* :checked */

input:checked ~ .tab-content-ACC {
    max-height: none;
}
/* Icon */

.labelACC::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
input[type=checkbox] + .labelACC::after {
    content: "+";
}
input[type=checkbox] + .labelACC::after {
    content: "\25BC";
}
input[type=checkbox]:checked + .labelACC::after {
    transform: rotate(315deg);
}
input[type=checkbox]:checked + .labelACC::after {
    transform: rotateX(180deg);
}
.wrapper-ACC {
    margin: 28px 0px -20px -17px;
}
.separatorStar {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.agenda {
    text-align: center;
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: underline;
}
.normalFontSyle {
    font-size: 15px !important;
    text-align: justify;
    font-weight: normal;
}
.italicSmall {
    font-size: 11px;
    font-style: italic;
}
@media (max-width: 1140px) {
    #page-content-wrapper {
        width: 960px;
        margin-top: -5px;
    }
}
@media (max-width: 1200px) {
    .#page-content-wrapper {
        width: 1170px;
    }
}
@media (max-width: 1999px) {
    .container-fluid {
        width: 68.5%;
    }
}
@media (max-width: 992px) {
    #page-content-wrapper {
        width: 970px;
    }
}
@media (max-width: 768px) {
    #page-content-wrapper {
        width: 750px;
    }
}
#header .navBar {
    top: 84px !important;
}
@media screen and (max-width: 1024px) {
    #header .navBar {
        margin-top: -19px !important;
    }
    .container-fluid {
        margin-top: 4px !important;
    }
    nav {
        width: 98% !important;
        margin: 0 !important;
        float: none !important;
    }
}
@media screen and (max-width: 575px) {
    .container .static-position {
        width: 110% !important;
    }
}
.selected {
    color: #000;
    text-decoration: underline;
}
@media (max-width: 535px) {
    .labelACC {
        font-size: 10px !important;
    }
}
@media (max-width: 767px) {
    .labelACC {
        font-size: 10px !important;
    }
}
@charset "utf-8";
/* Style the tab */

div.tab {
    overflow: hidden;
    background-color: #f1f1f1;
    width: 100%;
}
div.tab2 {
    overflow: hidden;
    background-color: #f1f1f1;
}
/* Style the buttons inside the tab */

div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    /*outline: none;*/
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}
/* Style the buttons inside the tab */

div.tab2 button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}
/* Change background color of buttons on hover */

div.tab button:hover {
    background-color: #ddd;
}
/* Create an active/current tablink class */

div.tab button.active {
    background-color: #ccc;
}
/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}
/* Fade in tabs */

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@charset "utf-8";

img.archive {
    margin: 5px;
    vertical-align: text-bottom;
}
#content {
    width: 80%;
}
#content_archive {
    color: #000;
    margin: 10px;
    width: 95%;
}

hr.separator1 {
    border-top: 1px solid #ccc;
    width: 95%;
    margin-top: 10px;
}
hr.separatorres {
    border-top: 1px solid #000;
    width: 55%;
    margin-top: 10px;
}
td.style {
    width: 9%;
    background-color: #CCC;
}
td.styleselected {
    width: 9%;
    background-color: #fff;
}
td.title {
    width: 700px;
    padding: 5px;
    margin-left: 20px;

}
td.doc {
    width: 50px;
    text-align: center;
}
.titlearchive {
    text-transform: uppercase;
    margin: 5px;
    margin-left: 60px;
}
h2 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
h3 {
    font-weight: 600;
    font-size: 15px;
}
h4 {
    font-size: 15px;
    font-weight: 600;
}
table.margined {
    margin-left: 20px;
}
img.archive {
    margin: 5px;
    vertical-align: text-bottom;
}
#header_archive {
    margin: 10px;
    font-style: italic;
    font-size: 10px;
}

