table.dataTable thead th.sorting:before,
table.dataTable thead th.sorting_asc:before,
table.dataTable thead th.sorting_desc:before,
table.dataTable thead th.sorting_asc_disabled:before,
table.dataTable thead th.sorting_desc_disabled:before,
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after,
table.dataTable thead th.sorting_asc_disabled:after,
table.dataTable thead th.sorting_desc_disabled:after {
    content: "" !important;
    line-height: 20px !important;
    font-size: 1em !important;
}

table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    right: 1em !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important; /* Fontawesome��bug: �ݥ[font-weight�~�ॿ�T��� */
}

table.dataTable thead th.sorting_asc:after {
    content: "\f063" !important;
    opacity: 1 !important;
}

table.dataTable thead th.sorting_desc:after {
    content: "\f062" !important;
    opacity: 1 !important;
}

table.dataTable td .checkbox, table.dataTable td .radio {
    justify-content: center;
    right: 0px !important;
}
table.dataTable thead > tr > th, table.dataTable tbody > tr > td {
    font-size: 1.1rem !important;
}
table.dataTable thead > tr > th .checkbox, table.dataTable thead > tr > td .checkbox {
    right: 0 !important;
}

td.colMultiLine {
    padding: 0px 0px 0px 0px !important;
    vertical-align: top !important;
}

td.colMultiLine ul {
    margin: 0px;
    padding: 0px;
}

td.colMultiLine ul li {
    border-bottom: 1px solid #e5e5ca;
    min-height: 27px;
    line-height: 25px;
    list-style-type: none;
}

td.colMultiLine ul li:last-child {
    border-bottom: none !important;
}

td.colMultiLine ul li:first-child {
    border-top: 0px !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #FFFFE1 !important;
}
.custom-select {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}