.toolbar_container {
    position: absolute;
    float: right;
    top: 22px;
    /*right:110px;*/
    height: auto;
    border: solid 1px rgba(105, 122, 141, 0.5);
    border-radius: 6px;
    background-color: rgba(13, 25, 42, 0.7);
}

.toolbar_folder_open {
    float: right;
    width: 17px;
    height: 30px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 6px;
    margin-right: 6px;
    background-image: url(../../assets/image/plugg/toolbar/close.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.toolbar_folder_open:hover {
    cursor: pointer;
}

.toolbar_folder_close {
    background-image: url(../../assets/image/plugg/toolbar/open.png);
}

.toolbar_content {
    float: right;
    width: auto;
    height: auto;
}

.toolbar_buttonBox {
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 6px;
    margin-top: 4px;
    margin-bottom: 4px;
    background-image: url(../../assets/image/plugg/toolbar/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.toolbar_buttonBox:hover {
    cursor: pointer;
}

.toolbar_buttonBox_hover {
    background-image: url(../../assets/image/plugg/toolbar/bgHover.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.toolbar_buttonBox_selected {
    background-image: url(../../assets/image/plugg/toolbar/bgSelected.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.toolbar_buttonPic {
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
