@import url("standard.css");

.wjt-category-tile {
    min-height: 40px;
}

/* Don't display the "Abrechnen" button in the budget block */
#btn-newrow2 {
    display: none;
}

#PortalLoginDialog{
    top:3rem;
}

/* Hide some items from selection */
#aJobItem option:not(.ds-active){
    text-decoration: line-through;
}

/* Hide unused field in category manager */
div.card.card-default.category-edit-frame > div.card-body > form > div:nth-child(7){
    display: none;
}