html, body {
    margin: 0;
    padding: 0;
}

body {
    background-image: url('../img/wallhaven-nkx9d7.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 100vh;
}

#login-div {
    text-align: center;
    background: ghostwhite;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

#licenses-div {
    text-align: center;
    background: ghostwhite;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

#header-div {
    text-align: center;
    background: #0d6efd;
    color: white;
    margin-top: 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 20px;
}

#footer-div {
    text-align: center;
    color: black;
    padding: 20px;
}

.no-sort::after {
    display: none !important;
}

.no-sort::before {
    display: none !important;
}

.no-sort {
    pointer-events: none !important;
    cursor: default !important;
    background-image: none !important;
}

table > thead > tr > th {
    text-transform: uppercase;
    padding-bottom: 15px !important;
}

table > thead > tr > th {
    padding: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.row_odd {
    padding-bottom: 5px;
}

.row_even {
    padding-bottom: 5px;
}

.row_odd > td, .row_even > td {
    border-bottom: 1px solid darkgray;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.85rem;
}

.row_odd:last-child > td, .row_even:last-child > td {
    border-bottom: 0px;
}

.dataTables_filter{
    display: none;
}
