.content {
    padding: 20px;
}

.content h3 {
    text-align: center;
}

.content table {
    width: 100%;
}

.sidebar {
    width: 200px;
    float: left;
    height: 100%;
    background-color: #e7e7e74a;
}

.sidebar .nav-link {
    padding: .7rem 1.5rem !important;
    color: black;
}

.sidebar .nav-link:hover {
    background-color: #ffffff;
}

.table-search {
    margin: 0 0 10px 0;
}

.paginator {
    text-align: center;
}

.paginator ul.pagination li {
    float: none;
    display: inline-block;
    color: #222;
    font-size: 0.875rem;
    height: 1.5rem;
    margin-left: 0.3125rem;
}

.paginator p {
    color: rgba(0, 0 ,0 , 0.54);
}

ul.pagination {
    display: block;
    margin-left: -0.3125rem;
    min-height: 1.5rem;
}

ul.pagination li a {
    color: rgba(0, 0 ,0 , 0.54);
}

ul.pagination li.active a {
    background-color: #000000;
    color: #FFF;
    font-weight: bold;
    cursor: default;
}

ul.pagination .disabled:hover a {
    background: none;
}

.navbar-toggler {
    display: none;
}

.navbar {
    background-color: #29487d;
}

.nav-link.disabled {
    background-color: #e5e5e5;
    cursor: default;
}

.nav-session {
    display: none;
}

.message {
    padding: 5px;
    text-align: center;
}

.error {
    background-color: #ff4e4e;
}

.success {
    background-color: #9edf6e;
}

.dataTables_wrapper {
    margin: auto;
    display: inline-block;
    width: 100%;
}

@media only screen and (min-width: 1488px) {
    .sidebar {
        display: inline !important;
    }
}

@media only screen and (max-width: 1487px) {
    .top-bar-section {
        display: none;
    }

    .navbar-toggler {
        display: inline;
    }

    .nav-link.disabled {
        background-color: #45454575;
    }

    .sidebar .nav-link {
        color: white;
    }

    .sidebar {
        width: 100%;
        text-align: center;
        background-color: #343a40!important;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .nav-item-hr {
        display: none;
    }

    .nav-session {
        display: inline;
    }
}