.section-panel {
    border-bottom: 1px solid #e7e7e7;
    height: 80px;
    position: absolute;
    top: var(--top-bar-height);
    width: 100%;
    overflow-y: hidden;
    z-index: 1029;
    background: white;
}

.panel-button {
    border-right: 1px solid #e7e7e7;
    width: 90px;
    height: 80px;
    text-align: center;
    float: left;
}

.panel-button:hover {
    background: #ebebeb;
}

.panel-button.active {
    background: #e1e1e1;
}

.panel-button .glyphicon{
    font-size: 1.6em;
    color: #68bb36;
}
.panel-button a {
    text-decoration: none;
    display: block;
    height: 100%;
}

.panel-button-text {
    font-size: 90%;
}

.panel-button-icon {
    height: 50%;
    padding-bottom: 5px;
    padding-top: 15px;
}

 .panel-button-text {
     height: 50%;
     padding-top: 5px;
}

.panel-button a[disabled], .panel-button a[disabled]:hover, .panel-button a[disabled]:focus {
    color: darkgray;
    cursor: default;
    background-color: whitesmoke;
    filter: grayscale(50%);
}

@media (min-width: 400px) {
    .section-panel {
        height: 90px;
    }
    .panel-button {
        width: 90px;
        height: 90px;
    }
    .panel-button .glyphicon{
        font-size: 2em;
    }
    .panel-button {
        border-right: 1px solid #e7e7e7;
        width: 90px;
        height: 90px;
        text-align: center;
        float: left;
    }
}

@media (min-width: 768px) {
    .section-panel {
        position: fixed;
        left: 270px;
    }
    .panel-button .glyphicon{
        font-size: 1.6em;
    }
    /*.panel-button > a > div {*/
    /*    padding: 15px 0 7px;*/
    /*}*/
}