.row {
    max-width: none;
}

.top-bar,
.top-bar ul {
    background-color: #060;
    color: #eee;
}

.top-bar .menu a {
    color: #dfd;
}

.top-bar .menu a:hover,
.menu a.active {
    background-color: #dfd;
    color: #060;
}

.dot {
    width: 30px;
    height: 30px;
    border: 1px solid #444;
    background: #007000;
    color: #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 0 auto;
}

.input-group {
    width: auto;
    margin: 0 1em 0 0;
}

.nowrap {
    white-space: nowrap;
}

div.date select {
    width: auto;
}

.department h4 {
    border-bottom: 1px solid #be140b;
}

.departments-total {
    border-top: 1px solid #be140b;
    padding: 0.5em;
    width: 100%;
}
.drag:hover {
    cursor: move;
}

.entrance {
    margin: 5em 0;
}

.login {
    opacity: 0;
}

.login.active {
    animation: popin 400ms ease-in-out forwards;
}

.bhaktas th {
    text-align: left;
}

@keyframes popin {
    0% {
        transform: translateY(-200%) rotate(-90deg);
    }
    90% {
        transform: rotate(20deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@media print {
    body {
        font-size: 90%;
    }
    .column,
    .columns {
        position: relative;
        display: block;
    }
    .department {
        position: relative;
        display: block;
        page-break-inside: avoid;
        margin-bottom: 2rem;
    }
    nav,
    h3 {
        display: none;
    }
    a {
        text-decoration: none;
    }
    a[href]:after {
        content: none
    }
    .department h4 {
        font-weight: bold;
        font-size: 125%;
        text-align: center;
        width: 100%;
    }
    .department li {
        border-bottom: 1px solid #999;
    }
}
