.form-control.src{
    border-radius: 0 !important;
    padding-left: 10px !important;
    width: 135px;
}
.borderRD-R0{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.borderRD-L0{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.table-responsive.cust tr td{
    word-break: break-word;
}
.select2-multiple{
    max-height: 35px;
}
.pagination .info{
    margin-top: 5px;
    margin-right: 20px;
}
.form-label sup{
    color: red;
}