/*Google web fonts sytles*/
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(../fonts/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(../fonts/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

body  {
    font-family: 'Open Sans', sans-serif;
    font-size: 62.5%;
    color: #333;
    margin: 0px;
    background-color: #323232;
}

img {
    border: 0;
}

a:hover {
    color: #3c7493;

}

#header,
#footer {
    background-color: #323232;
}

#header {
    height: 95px; 
}

.inner {
    -min-width: 550px; 
    max-width:1120px;
    margin: 0 auto;
    padding: 0px 60px;
}

.outer {
    width: 100%;
    max-width:1240px; 
    margin: 0 auto;
    height: 0px;
}

#header .inner .title {
    padding-top: 41px;
}

#header .inner .title span {
    font-weight: bold;
}

#header .inner .title a { 
    font-size: 2.5em;
    font-weight: 300;
    text-decoration: none;
    color: white;
}

#header .logo {
    float: right;
    margin-left: 20px;
    margin-top: 42px;
}

#header .inner .search {
    float: right;
    padding-top: 40px;
}

#header .inner .search #searchField {
    width: 300px;
    padding: 3px 5px;
    margin-left: 4px;
    margin-top: 2px;
    height: 20px;
}

#header .inner .search .search-icon {
    margin: 8px 0px 0px -28px;
    display: inline-block;
    position: absolute;
}

#header .inner .search #searchForm .searchCheckboxes {
    display: none;
}

#header .inner .search #searchForm.focused .searchCheckboxes {
    display: block;    
}

#header .inner .search .searchCheckboxes label {
    color: white;
    float: left;
    padding-left: 2px;
    padding-top: 2px;
}

#header .inner .search .searchCheckboxes input {
    outline: 0px;
    float: left;
}

#header .inner .languages {
    float: right;
    padding: 18px 3px 10px 0px;

}

.sidenavigation {
    position: fixed;
    margin-top: 100px;;
    width: 100%;
    height: 0px;
    /* z-index: 1; */
}

.sidenavigation a {
    background-color: #323232;
    padding: 0px 12px 10px 12px;
    color: white;
    text-decoration: none;
    font-size: 4em;
}

.sidenavigation a:hover {
    background-color: #3c7493;
}

.sidenavigation a.previous span {
    padding-left: 20px;
    font-size: 0.6em;
    font-weight: 200;
    display: none;
}

.sidenavigation a.previous {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    max-width: 85%;
}


.sidenavigation a.next span {
    padding-right: 20px;
    font-size: 0.6em;
    display: none;
    font-weight: 200;
}

.sidenavigation a.next {
    float: right;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    max-width: 85%;
}


.sidenavigation a.next.cls-onmouseover span,
.sidenavigation a.previous.cls-onmouseover span {
    display: inline-block;
}

.breadcrumb,
.paging {
    display: inline-block;
    width: 100%;
    background-color: #f1f1f1;
    font-size: 1.3em;
}

.paging {
    padding: 15px 0px 10px;
}

.breadcrumb {
    padding: 15px 0px 10px 0px;
}


.breadcrumb .links {
    padding-top: 2px;
}

.paging a,
.breadcrumb a {
    font-weight: 600;
    text-decoration: none;
    color: #3c7493;
    display: inline-block;
    padding: 3px 6px;
    background-color: white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 5px;
}

.paging a:hover,
.breadcrumb a:hover {
    color: white;
    background-color: #3c7493;
}

.portal-lang a,
.breadcrumb .elolang a,
.portal-lang div {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #F90;
    background-color: white;
    padding: 3px 8px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 2px;
    display: inline-block;
    margin-left: 5px;
    position: relative;
}

.breadcrumb .elolang a:hover {
    background-color: #3c7493;
    color: white;
}


.paging .previous {
    float: left;
}

.paging .next {
    float: right;
}


#page-content .content {
    display: block;
    padding: 30px 0px 80px;
    min-height: 180px;
}

#footer {
    text-align: center;
    padding: 20px;
    color: white;
}

#footer .eloDocVersion {
    padding-bottom: 5px;
}

#footer a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.elolang {
    display: inline-block;
    float: right;
    padding-left: 20px;
}

.navigation {
    background-color: #f1f1f1;
}

.title .elohelplogo {
    float: left;
    padding-top: 5px;
    margin-right: 10px;
}

.title {
    white-space: nowrap;
}

#moduleField {
    width: auto;
}


@media (max-width: 650px) {
    .inner {
        padding: 0px 15px;
    }  
    .sidenavigation, img.logo {
        display: none;
    }
    #header .inner .search #searchField {
        width: 150px !important;
    }
}

@media (max-width: 350px) {
    .elolang, #header .inner .search {
        display: none;
    }
}