.selw { width: 100%;}

.form-customer-button-search{
    margin-bottom: 10px;
    padding-left: 25px;
    padding-right: 0px;
}

.row{
    margin-left: 0px;
    margin-right: 0px;
}

.form-customer-search{
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 0px;
}

.form-customer-search>label{
    margin-bottom: 10px;
}

.form-customer-search>div{
    margin-bottom: 10px;
}

.checkbox-customer-search tr td{
    font-size: 12px;
    padding-left: 0px !important;
    word-break: break-all;
}

.form-customer-search-div-input{
    padding: 0px 15px 0px 30px;
}

.pd0{
    padding: 0px;
}

.form-customer-search .control-label {
    padding-top: 10px;
}

#search-result{
    padding-left: 0px;
    padding-right: 0px;
}

#search-result table thead{
    font-size: 12px;
}

#search-result table tbody tr td{
    font-size: 14px;
}

#search-result tr th span.name {
    width: calc(100% - 16px);
    top: 0;
    left: 0;
    margin-right: 18px;
    display: flex;
    word-break: keep-all;
    position: relative;
    font-size: 13px !important;
}

#search-result tr th span.sort-up {
    position: absolute;
    right: -22px;
    font-size: 17px;
    height: 14px;
    line-height: 14px;
    display: block;
    top: -4px;
}

#search-result tr th span.sort-down {
    position: absolute;
    right: -22px;
    font-size: 17px;
    top: 14px;
    height: 14px;
    line-height: 12px;
}

#search-result tr th span.sort {
    color: #ddd;
}

.column-sorted {
    color: blue !important;
}
.checkboxFive input[type=radio]:checked + label:after {
    opacity: 1;
}