.sb-topnav a.navbar-brand{
    width: auto;
}

.sb-topnav a.navbar-brand img{
    height: 50px;
}

table tr.row-link{
    cursor: pointer;
}

table caption{
    text-align: right;
    font-size: 0.8em;
    font-style: italic;
}

form label.required::after{
    content: " *";
}

.searchBlock{
	background-color: #F0F0F0;
}

.tom-select{
}

.jsManageItems .item{
    position: relative;
}

.jsManageItems .addItem{
    cursor: pointer;
}

.jsManageItems .deleteItem{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}