table {
    table-layout:fixed;
}
td{
    overflow:hidden;
    text-overflow: ellipsis;
}

.search-input {
    margin: 0 auto;
    width: 100% !important;
}

.full-input {
    margin: 0 auto;
    width: 100% !important;
}

.search-select {
    margin: 0 auto;
    width: 100% !important;
}

.search-beetwen {
    margin: 0 auto;
    width: 47% !important;
}

.datepicker-days{
    width:350px !important;
}

.datepicker td, .datepicker th{
    width: 0px !important;
}
.dataTables_processing{
    z-index: 9999 !important;
}

.container {
    background-color: #FFFFFF;
    padding:20px;
    border-radius: 10px;
}
.high_risk {
    font-weight: bold;
    color: red;
    font-size: 16px;
}