diff --git a/400-SOURCECODE/Admin/dist/assets/styles/admin-custom.css b/400-SOURCECODE/Admin/dist/assets/styles/admin-custom.css
index 75bc717..1d3e218 100644
--- a/400-SOURCECODE/Admin/dist/assets/styles/admin-custom.css
+++ b/400-SOURCECODE/Admin/dist/assets/styles/admin-custom.css
@@ -169,6 +169,16 @@
color: #FDFBFB;
}
+#tblLicenseUserGroups > tbody > tr.active > td {
+ background: #726D6D;
+ color: #FDFBFB;
+}
+
+#tblLicenseUserGroups > tbody > tr.inactive > td {
+ background: #FDFBFB;
+ color: #726D6D;
+}
+
/*30-1-2017*/
diff --git a/400-SOURCECODE/Admin/dist/assets/styles/fixed_table_rc.css b/400-SOURCECODE/Admin/dist/assets/styles/fixed_table_rc.css
index cc9c40c..c6622ca 100644
--- a/400-SOURCECODE/Admin/dist/assets/styles/fixed_table_rc.css
+++ b/400-SOURCECODE/Admin/dist/assets/styles/fixed_table_rc.css
@@ -4,8 +4,19 @@
.ft_container table tr th { font-weight: bold; background: #0095da; color: #fff; }
.ft_container table thead { -moz-user-select: none;-webkit-user-select: none;}
-.ft_container table tr th,
-.ft_container table tr td { border-collapse: collapse; padding: 5px 4px; border: 1px solid #CCCCCC; border-top-width: 0px; border-left-width: 0px; border-right-width: 1px; border-bottom-width: 1px; overflow:hidden; word-wrap: break-word;}
+ .ft_container table tr th,
+ .ft_container table tr td {
+ border-collapse: collapse;
+ padding: 5px 4px;
+ border: 1px solid #CCCCCC;
+ border-top-width: 0px;
+ border-left-width: 0px;
+ border-right-width: 1px;
+ border-bottom-width: 1px;
+ overflow: hidden;
+ word-wrap: break-word;
+ word-break: break-all;
+ }
.ft_container table tr:first-child td,
.ft_container table tr:first-child th { border-top-width: 1px; border-color: #CCCCCC; }
diff --git a/400-SOURCECODE/Admin/dist/index.html b/400-SOURCECODE/Admin/dist/index.html
index c982774..bec0362 100644
--- a/400-SOURCECODE/Admin/dist/index.html
+++ b/400-SOURCECODE/Admin/dist/index.html
@@ -37,4 +37,4 @@
//});
});