﻿.menuItemContainer {
    width: 100%;
    min-width: 60px;
    cursor: pointer;
    position: relative;
}

.menuItemContainerDisabled {
    width: 100%;
    min-width: 60px;
    cursor: not-allowed;
    position: relative;
}

.menuItemIconDisabled {
    width: 100%;
    font-family: FontAwesome;
    font-size: 20pt;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    color: grey;
}

.menuIconTextDisabled {
    width: 100%;
    font-family: FiraSansMedium;
    font-size: 10pt;
    text-align: center;
    color: grey;
}

.noHover {
    pointer-events: none;
}

.menuItemNewMessageCount {
    height: 20px;
    min-height: 20px;
    width: 20px;
    min-width: 20px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    left: 52%;
    color: white;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
}

.menuItemTableCell {
    width: 16%; /*Navleiste: 5 Icons = 20 %, 6 Icons 16 % */
}
