.dt-button {
    margin-left: 5px;
}

#footer {
    background-color: #333;
    color: white;
}

a#copyright-link {
    color: white;
}

html, body {
    height: 100%;
}

#footer {
    position: relative;
    margin-top: -56px;
    clear: both;
}

.content-wrapper {
    margin-bottom: 56px;
}

.auth-cover-bg.auth-cover-bg-color.d-flex.justify-content-center.align-items-center {
    margin: 0;
    height: 100vh;
}

.authentication-inner.row {
    margin: 0 !important;
}

.app-brand-logo.demo.revolutionEventLogoContainer {
    width: 64px;
    height: 64px;
}

.revolutionEventLogo {
    width: 100%;
}

.infoCard {
    display: flex;
    align-items: center;
    background-color: #333;
    height: 70px;
    padding-left: 30px;
    border-radius: 15px;
}

.infoCard > .infoIcon {
    color: white;
    margin-right: 10px;
}

.infoCard > .infoMessage {
    vertical-align: middle;
    font-size: larger;
    color: white;
    margin-bottom: 0;
}

.offcanvas.offcanvas-end{
    z-index:1000000;
}

table.dataTable.dtr-column > tbody > tr > td.control:before{
    background-color:#333 !important;
}

@media (min-width: 1200px) {
    .layout-navbar{
        display:none;
    }
}
