.icon {
    display: inline-block;
    color: white;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    font-size: 1.5rem;
    padding: 0.2rem 0.5rem;
    filter: opacity(0.6);
}

.cell-empty {
    background-color: rgb(191 191 191 / 12%);
}

.cell-highlight {
    color: #d85011;
}
.icon-green {
    background-color: green;
}

.icon-yellow {
    background-color: yellow;
    font-weight: bold;
}

.icon-orange {
    background-color: orange;
    font-weight: bold;
}

.icon-red {
    background-color: #cd5555;
}

.icon-white {
    background-color: white;
}

.navbar-inverse {
    background-color: rgb(0, 120, 200);
    border-color: #fff;
    font-size: 15px;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-weight: bold;
    height:60px;
    padding-top: 20px;
}

.navbar-inverse .navbar-nav>li>a:active {
    border-bottom: 3px solid #d0d4d7;
}

.navbar-inverse .navbar-nav>li>a:hover {
    background: #005795;
}

.navbar-inverse .navbar-brand {
    padding-top: 20px;
    color: #fff;
}

.navbar-brand {
    color: #fff;
}

.navbar-fixed-top {
    height: 60px;
    border-width: 0px;
}

.navbar-nav>li>a {
