.data-table-container {
    width: 100%;
}

.table-control-container {
    /*float: left;*/
    /*margin: 0 20px;*/
}

.language-picker-container {
    margin-left: 0px;
}

.data-table-container table {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.data-table-container div:first-child {
    margin-left: 2px;
}
.table-hover tbody tr:hover {
    background-color: #167232 !important;
    color: white !important;
}

.table thead th {
    border-bottom:  2px solid #167232;
}
.backgrid thead th {
    background-color: #343A40;
    opacity: 0.9;
    color: white;
}
.table-control-container {
    display: none !important;
}

