.tablesorter tr th span.sort-up {
    position: absolute;
    right: -22px;
    font-size: 17px;
    height: 14px;
    line-height: 14px;
    display: block;
    top: -4px;
}
.tablesorter tr th span.sort {
    color: #ddd;
}
.tablesorter tr th span.name {
    width: calc(100% - 16px);
    top: 0;
    left: 0;
    /* height: 38px; */
    margin-right: 18px;
    display: flex;
    word-break: keep-all;
    /* overflow: hidden; */
    position: relative;
    font-size: 13px !important;
}
.tablesorter tr th span.sort-down {
    position: absolute;
    right: -22px;
    font-size: 17px;
    top: 14px;
    height: 14px;
    line-height: 12px;
}
.tablesorter th{
    cursor: pointer;
    padding: 0;
}
#btn-search-admin, #btn-search-staff{
    height: 50px;
    margin-left: 30px;
}
.selection{
    overflow: auto;
}
#table-result{
    width: 100% !important;
}
.member-search-wrapper {
    padding: 20px 15px;
    float: unset;
}
.search-condition-wrapper {
    padding: 10px 20px;
}
.no-padding {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.item-label-date {
    text-align: center;
    font-size: 20px;
}
input[type=text] {
    height: unset !important;
}
select, .control-label, .search-item-responsive{
    height: 34px !important;
    display: flex;
    align-items: center;
    margin-top: 0;
}
.checkboxFive input[type=radio]:checked + label:after {
    opacity: 1;
}
.title-name, .title-withdrawalrecei, .title-peopleconvince, .title-tantostaff{
    min-width: 130px !important;
}
.title-entrydate, .title-withdrawaldate, .title-dateconvince, .title-createdcomplete,.title-withdrawaldeci{
    min-width: 130px !important;
}
.title-reasonconvince{
    min-width: 250px !important;
}
.title-withdrawalreas{
    min-width: 70px !important;
}
.name > p{
    margin: 0;
}
table.table.table-bordered .name p {    
    text-align: center !important;
    width: 100%;
}
#btn-search-staff, #btn-search-admin{
    height: 34px;
}