
/*
.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
}

.topnav #myLinks {
    display: none;
    width:46px;
}

.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.active {
    background-color: #4CAF50;
    color: white;
}
*/


/* Sidebar left */

#sidebar-left {
    height: 100%;
    margin-top: 50px;
}

#sidebar-left > div {
    margin-right: 10px;
    position: fixed;
}

/* Sidebar right */

#sidebar-right {
    height: 100%;
    margin-top: 50px;
}

#sidebar-right > div {
    margin-left: 10px;
    position: fixed;
}

#collapseQueueSettings > div > select, #collapseQueueSettings > div > input {
    margin-bottom: 10px !important;
}