.apptitle {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    padding-bottom: 2px;
    position: relative;
}

.slide>.main {
    top: 0px;
    height: 100%;
    padding-top: 50px;
    background-color: rgba(255, 255, 255, 0.3);
}

body {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

h4 {
    font-family: 'Roboto', sans-serif;
}

.sidebar ul.nav li.divider {
    border-bottom: 1px solid #b0b9c0;
    margin: 20px 0;
}

.sidebar .glyph,
.user-menu .glyph {
    height: 16px;
    width: 16px;
    margin: 0 10px 0 0;
    stroke-width: 3px;
}

.slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.page {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    height: calc(100%-50px);
    width: 100%;
}

.icon {
    max-width: 100%;
    border-top-left-radius: 50% 50%;
    border-top-right-radius: 50% 50%;
    border-bottom-right-radius: 50% 50%;
    border-bottom-left-radius: 50% 50%;
}

.sidebar {
    z-index: 99 !important;
}

body {
    background-image: url("images/bg-dark.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #58657a;
}

@media (min-width: 768px) {
    .panel {
        width: calc(50% - 30px);
    }
    h4 {
        max-width: calc(100%);
    }
    .linkhb {
        max-width: 100%;
    }
}

@media (min-width: 922px) {
    .panel {
        width: calc(50% - 30px);
    }
    h4 {
        max-width: calc(100% - 128px);
    }
    .linkhb {
        max-width: calc(100% - 128px);
    }
}

@media (min-width: 1200px) {
    .panel {
        width: calc(33.33333333% - 30px);
    }
    h4 {
        max-width: calc(100% - 128px);
    }
}

@media (device-width: 966px) {
    .panel {
        width: 30%;
    }
}

.panel {
    margin-left: 15px;
    margin-right: 15px;
    min-height: 128px;
    background-color: #293746;
    position: relative;
}

@media (min-width: 768px) {
    .sidebar {
        display: none;
        position: fixed;
        top: 50px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #293746;
        box-shadow: 1px 0px 10px rgba(0, 0, 0, .05);
    }
}

.sidebar {
    background-color: #293746;
    padding: 0;
}

a,
a:hover,
a:focus {
    color: #b0b9c0;
}

@media (min-width: 768px) {
    .navbar-header {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .col-xs-12 {
        width: calc(100% - 15px);
    }
}

.toptext {
    border-radius: 0;
    padding: 10px 15px;
    background: #293746;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    color: #8b9597;
    margin: 0;
}

.toptext-alert {
    border-radius: 0;
    padding: 10px 15px;
    background: #112031;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    color: #8b9597;
    margin: 0;
}

#longdesc {
    display: block;
    height: 35vh;
    width: 100%;
    border: none;
}

.panel-default .panel-heading {
    background: #293746;
    border-bottom: 1px solid #8b9597;
    color: #b0b9c0;
}

.panel-body {
    background: #293746;
    color: #8b9597;
}

.panel-body {
    padding: 15px;
}

@media (min-width: 922px) {
    .linkpl {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .linkpl {
        max-width: 100%;
    }
}

li {
    list-style: none;
}

.nav {
    position: relative;
    top: 50px;
}

h5 { color: #8b9597;}

.entry_list {
    background-color: #58657a;
}

.hidden {
    display: none;
}

.active {
    display: block;
}