.sidebar {
    width: 250px;
    border-right: solid lightgray 0.25px;
    height: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    overflow-y: scroll;
}

@media print {
    footer {
        display: none;
    }
}

.copyright-text {
    font-size: small;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    position: fixed;
    bottom: 0;
    left: 0;
    font-weight: bolder;
}

.sidebar-span-header {
    width: 100%;
    height: 35px;
    padding: 0;
    padding-left: 5px;
    margin: 0;
    display: flex;
    align-items: center;
    color: white;
    background-color: #84b5d1;
}

.sidebar-link {
    width: 100%;
    height: 35px;
    padding: 0;
    padding-left: 5px;
    margin: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #373e4a;
    border-bottom: lightgray 0.5px solid;
}

.sidebar-responsive {
    display: none;
}

.sidebar-link:hover {
    background-color: #84b5d1;
    color: white;
}

.colored {
    background-color: #d4e6f0;
}


.dataTables_processing {
    position: absolute;
    top: 5% !important;
    left: 50%;
    height: 100px;
    width: 200px;
    margin-left: -100px;
    margin-top: -123px;
    text-align: center;
    z-index: 99;
    padding: 20% 2px 2px;
    font-size: 1.2em;
    background: #649dbd;
    color: #fff !important;
    border-radius: 3px;
}
div.dataTables_processing > div:last-child > div {
    background: #fff !important;
}

.module_inactive {
    background: #b2b1b1 !important;
    color: #fff !important;
}

.module_inactive:hover {
    pointer-events: none !important;
}