.table-container {
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    -user-drag: none;
    margin-top: 50px;
    overflow-x: auto;
}

.table-responsive {
    max-width: 98%;
    margin: auto;
}

table {
    width: 100%;
}

div.dt-buttons>.buttons-copy {
    background-color: #FFBB5C;
}

div.dt-buttons>.buttons-excel {
    background-color: #FF9B50;
}

div.dt-buttons>.buttons-csv {
    background-color: #E25E3E;
}

div.dt-buttons>.buttons-pdf {
    background-color: #DA5D50;
}

.dt-paging-button {
    background-color: #AAAAAA;
}

th,
td {
    border: 1px solid #ececec;
    text-align: left;
    padding: 8px;
}

th {
    background-color: #D6D6D6;
}

h2 {
    text-align: center;
}



/* ---------- login form -------------- */
.login-container {
    margin-top: 100px;
}

.banner {
    text-align: center;
    margin-bottom: 20px;
}

.banner img {
    max-width: 100%;
    height: auto;
}