.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    height: 100vh;
}

#sidebar.active {
    margin-left: -250px;
}
a[data-toggle="collapse"] {
    position: relative;
}

#sidebar a[aria-expanded="false"]::before, #sidebar a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

#sidebar a[aria-expanded="true"]::before {
    content: '\e260';
}

a, a:hover, a:focus {
    /*color: inherit;*/
    text-decoration: none;
    transition: all 0.3s;
}
nav a, a:hover, a:focus {
    color: inherit;
}

#sidebar {
    /* don't forget to add all the previously mentioned styles here too */
    background: #23282d;
    color: #fff;
    transition: all 0.3s;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #32373c;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #23282d;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #32373c;
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #32373c;
}
.form-group.checkbox label{
    display: block;
    padding-bottom: 10px;
}

/*для редактора*/
.occupation {
    position: absolute;
    top: 12px;
    right: 10px;
    color: #ffffff;
    font-size: .7rem !important;
    padding: 3px 7px;
    border-radius: 8.5px;
}

.occupation.occupation-vacancies {
     position: static;
     margin-left: 12px;
     display: inline-block;
     line-height: 1.7;
     vertical-align: top;
     background-color: #f15a29;
 }

.sliders > label{
    display: block;
}

select#pages{
    height: 600px;
}