/* User */


#form_filter_user_data li {
    display: inline-block;
}

#form_filter_user_data .date-picker.input-text.hasDatepicker {
    max-width: 100px;
}

/** Data Table **/
.data-table thead th {
    white-space: nowrap;
}
.maximum-width{
        width: 110px;
}
.minimum-width{
    width: 30px;
}
.middle-width{
    width: 54px;
}
.highlight-bo{
    background-color: #DCDCDC;
}