@charset "UTF-8";

.container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}


.search_group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}


.search_form_group {
    position: relative;
    text-align: right;
    top:0;
    right:0;
    flex:initial;
}

.dataTables_filter label {
    position: relative;
    display: flex;
    text-align: right;
    top:0;
    right:0;
}

.dataTable-search {
    position: relative;
}

