* {
    font-size: 12px;
    line-height: 2;
}

.table .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
}

.sidebar ul li a.active {
    background-color: #dcdcdc;
}

.icon-success {
    color: #5cb85c;
}

#page-wrapper {
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        /*remove the gap so it doesn 't close*/
    }

    #page-wrapper {
        position: inherit;
        margin: 0 0 0 0;
    }
}

/* имена логистов в линию под графиком */
#morris-area-chart-users-profit .morris-hover-point {
    display: inline-flex;
    font-size: 1.2em;
    font-weight: 600;
    padding: 5px;
    border-right: 1px solid black;
    border-left: 1px solid black;
}