.filmanager-backgroundcolor
{
    background-color: #85bc40 !important;
}

div[type="search_bar"]
{
    display:         flex;
    flex-direction:  column;
    justify-content: center;
    width:           130px;
    height:          50px;
}

div[type="search_bar"] input
{
    padding-left:  5px;
    padding-right: 5px;
    border-radius: 5px;
}