.ui.menu {
    border-radius: 0px;
}

.mt20 {
    margin-top: 20px;
}
.mt40 {
    margin-top: 40px;
}
.ml-16, .ui.menu .header.item.ml-16 {
    margin-left: -16px;
}
.appicon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
}
.apptitle {
    color: #484848;
    margin-left: 10px;
    font-size: 0.7em;
    line-height: 30px;
    vertical-align: text-bottom;
}
.notificationtitle {
    font-weight: bold;
    margin-top: 6px;
}
.notificationbody {
}
.pushnotification {
    padding: 10px;
    border-radius: 8px;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 500px;
}
.dim {
    color: #888CA0;
    font-size: .9em;
}
.brandbackground, .ui.menu.brandbackground, .ui.segment.brandbackground {
    background: #ECF0F1;
}
.brandborder, .ui.segment.brandborder {
    border: 1px solid #BBC2C4;
}

.ui.toggle.checkbox input:checked ~ label::before,
.ui.toggle.checkbox input:focus:checked ~ label::before {
    background-color: #22d021 !important;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

.ui.vertical.menu .item {
    cursor: pointer;
}
.ui.vertical.menu .item:hover {
    background: #eee;
}

.hoverparent:not(:hover) .showwhenparenthovered {
    display: none;
}

.ui.button.showwhenparenthovered {
    position: absolute;
    right: 0;
    top: 0.7143em;
}

.hoverparent {
    position: relative;
}