@CHARSET "UTF-8";

html {
    position: relative;
    min-height: 100%;
}

@media (min-width: 992px) {
    .nav-item > a {
        border-bottom: 0;
    }

    .nav-item > a.action {
        flex-grow: 2;
    }


    #wrapper {
        padding-top: 40px
    }

    .languages {
        flex-grow: 0 !important;
    }

    .logout {
        flex-grow: 1 !important;
    }

    .actions {
        flex-grow: 2 !important;
    }

    .nav-item {
        text-align: left !important;
    }

    .nav-item:last-child {
        text-align: right !important;
    }

}


#wrapper {
    min-height: 100%;
    height: auto !important;
    padding-bottom: 40px;
}

#about-shapp-overlay-bg {
    display: none;
    z-index: 300;
    position: fixed;
    height: 100%;
    width: 100%;
    background: black; /* fallback */
    background: rgba(0, 0, 0, 0.75);
}

#about-shapp-overlay-wrapper {
    margin: 0px auto 0px auto;
}

#about-shapp-overlay {
    background: white;
    padding: 5px 20px 20px;
    margin: 10%;
    border-radius: 6px;
    box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.9);
}

#about-shapp-show {
    float: right;
}

#about-shapp-hide {
    text-align: right;
    margin-bottom: 10px;
}

#about-shapp-content {
    height: 60%;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

#about-shapp-content h1 {
    color: #A1A6A8;
    font-size: 24px;
    font-weight: normal;
    line-height: 31px;
    margin-bottom: 17px;
}

#about-shapp-content h2 {
    color: #A1A6A8;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 24px;
}

#about-shapp-content .text {
    color: #242424;
    font-size: 15px;
    font-weight: normal;
    line-height: 21px;
    margin-bottom: 10px;
}

#top {
    margin-bottom: 40px;
}

#top.withNavigation {
    -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#c6c6c6',
    Direction=135, Strength=4);
}

#navbarSupportedContent a {
    font-size: 100%
}

#top.withoutNavigation #header {
    -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#c6c6c6',
    Direction=135, Strength=4);
}

#headerLeft {
    float: left;
    height: 240px;
    overflow: hidden;
}

#headerRight {
    height: 240px;
    overflow: hidden;
    background: #fff039;
}

#menuLeft {
    float: left;
}

#menuRight {
    float: right;
    width: 242px;
}

#menuLang {
    float: left;
}

#menuLogout {
    float: right;
}

#content {
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
}

#sidebarRight {
    float: right;
    margin-bottom: 30px;
}

#footer {
    clear: both;
}

div.push {
    height: 40px;
}

.navbar-dark svg path {
    stroke: #fff;
}


.dropdown-menu a {
    border-bottom: 0;
}


a:not(.navbar), a:not(.navbar):visited, a:not(.navbar):hover {
    font-size: initial;
    line-height: 23px;
}

#sidebarRightDownload {
    display: none;
}