.default-background {
    background-color: #67BD3C;
}

.auth-user-button {
    color: #ffffff;
}
#logout-link {
    padding-left: 0;
    color: #5f6f7e;
}

.page-header-font {
    font-size: 14px;
    color: #ffffff;
    text-decoration: underline;
}

.page-header-font:hover {
    color: #ffffff;
    text-decoration: none;
}
.page-header-font:focus {
    color: #ffffff;
}

.lang-switch-link {
    font-size: 15px;
    text-transform: lowercase;
}
div.page-header-inner div.page-logo.page-logo-padding {
    -webkit-width : initail;
    -moz-width: initail;
    -ms-width: initail;
    -o-width: initail;
    width: inherit;
}

.disabled-link {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}

.pre-header {
    color: #ffffff;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    background: #008000;
}

.selected-lang-link{
    text-decoration: none !important;
    color: #ffffff;
}

.b-header__user-img {
    max-width: 40px !important;
    border-radius: 50% !important;
}

.pagination > li.off{
    display: none;
}

/*.pagination > li.first{
    display: none;
}

.pagination > li.last{
    display: none;
}*/

.pagination > li > a.active {
    background-color: #ddd;
}

.pagination > li > a:hover{
    color: #67bd3c!important;
}

.pagination > li > a:active {
    color: #67bd3c!important;
}

.pagination > li > a {
    color: #868c93 !important;
}

.pagination {
    margin-left: 20px;
}

.PART {
    padding-left: 10px;
}

.SECTION {
    padding-left: 20px;
}

.CHAPTER {
    padding-left: 30px;
}

.ARTICLE {
    padding-left: 40px;
}

.PARAGRAPH {
    padding-left: 50px;
}

.SUBPARAGRAPH{
    padding-left: 55px;
}

.INDENT{
    padding-left: 60px;
}

.INDENT_PART{
    padding-left: 65px;
}

.site-logo {
    float: left;
    font-size: 23px;
    font-weight: 400;
    margin-right: 0px;
    padding-top: 10px;
}

.show-mobile{
    display: none;
}
#top_2 .topmenu li.show-mobile{
    display: none;
}

.show-spec{
    display: none !important;
}

.extended-search-wrapper{
    width: 100%;
    margin-bottom: -20px
}
.extended-search-link{
    float: right;
    width: 64%;
    margin-top: -20px;
    margin-bottom: 10px;
}
.extended-search-link > a{
    float: left;
    font-size: small;
}
.extended-search-form{
    float: left;
    width: 100%;
}
.extended-search-form > form{
    margin-bottom: 20px;
}

.b__ticker {
    height: 60px;
    background-color: #0089dd;
    color: white;
    margin-top: 20px;
}

.b__ticker marquee {
    padding-top: 10px;
}

.b__ticker a {
    float: right;
    color: white;
    padding-right: 20px;
}

.announcinglist .info {
    font-size: 14px !important;
}

.announcinglist .tospeak {
    font-size: 14px !important;
    font-weight: bold;
}
