body {
    background-color: white;
}

.filter-button {
    width: 100px;
}

.ui-datatable tbody td.wrap {
    white-space: normal;
    width: auto;
}

.new-out-report-dlg-cont {
    display: flex;
    flex-direction: row;
}

.new-out-report-dlg-cont__col-left {
    flex: 0 0 auto;
}

.new-out-report-dlg-cont__col-right {
    flex: 1 0;
}

.uext-cont{
    margin-top: 5px;
    display: flex;
    flex-direction: column;
}

.uext-ref-values{

}

