#dtBasicExample_wrapper {
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #525252 !important;
}

.table,
.table-bordered th,
.table-bordered td,
.table-bordered tr {
    border: 1px solid #525252;
    border-color: #525252;
    color: #525252 !important;
}

#dtBasicExample {
    border: none;
}

#dtBasicExample_previous {
    padding-left: 40px;
    font-weight: 400;
    cursor: pointer;
}

#dtBasicExample_previous:before {
    content: '';
    background: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDEgMTAxIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNNjggMTcuMWMtLjktLjktMi41LS45LTMuNCAwTDMzIDQ4LjhjLS45LjktLjkgMi41IDAgMy40bDMxLjcgMzEuN2MuNS41IDEuMS43IDEuNy43czEuMi0uMiAxLjctLjdjLjktLjkuOS0yLjUgMC0zLjRsLTMwLTMwIDMwLTMwYy45LS45LjktMi40LS4xLTMuNHoiLz48L3N2Zz4=);
    background-size: cover;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -30px;
    margin-top: 2px;
}

#dtBasicExample_next {
    padding-right: 40px;
    font-weight: 400;
    cursor: pointer;
}

#dtBasicExample_next:before {
    content: '';
    background: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDEgMTAxIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMzYuNCAxNy4xYy0uOS0uOS0yLjUtLjktMy40IDBzLS45IDIuNSAwIDMuNGwzMCAzMC0zMCAzMGMtLjkuOS0uOSAyLjUgMCAzLjQuNS41IDEuMS43IDEuNy43LjYgMCAxLjItLjIgMS43LS43TDY4IDUyLjJjLjQtLjUuNy0xLjEuNy0xLjdzLS4zLTEuMi0uNy0xLjdMMzYuNCAxNy4xeiIvPjwvc3ZnPg==);
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: 40px;
    margin-top: 2px;
}

#form {
    border-radius: 10px;
    padding-top: 10px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

body {
    height: 100vh;
    background-color: #f8fbff;
}

#download_csv {
    margin-top: 50px;
    position: absolute;
    right: 0px;
}

.table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: 500;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #cdc7c7 !important;
}

.table-bordered td {
    max-width: 300px;
    min-width: 100px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
}

.paginate_button {
    background: #fff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    border-color: #fff;
    margin: 5px 10px;
    color: #333 !important;
}

.align-middle {
    text-align: center;
}

.header_wrapper div img {
    width: 100px
}

.banner_content h1 {
    font-size: 1.5rem;
    margin-top: 60px;
}

#searching {
    position: initial;
}

.table-condensed {
    width: 270px;
    height: 200px;
}