.tk-blue {
	background: #007bff!important;
}
.tk-indigo {
	background: #6610f2!important;
}
.tk-purple {
	background: #6f42c1!important;
}
.tk-pink {
	background: #dc8eb0!important;
}
.tk-red {
	background: #dc3545!important;
}
.tk-orange {
	background: #fd7e14!important;
}
.tk-yellow {
	background: #ff5a00!important;
}
.tk-green {
	background: #28a745!important;
}
.tk-teal {
	background: #30f1b8!important;
}
.tk-cyan {
	background: #17a2b8!important;
}
.tk-white {
	background: #fff!important;
}
.tk-gray {
	background: #6c757d!important;
}
.tk-gray-dark {
	background: #343a40!important;
}
.tk-primary {
	background: #5867dd!important;
}
.tk-secondary {
	background: #e1e1ef!important;
}
.tk-success {
	background: #0abb87!important;
}
.tk-info {
	background: #5578eb!important;
}
.tk-warning {
	background: #ffb822!important;
}
.tk-danger {
	background: #fd397a!important;
}
.tk-light {
	background: #f8f9fa!important;
}
.tk-dark {
	background: #343a40!important;
}

  .dataTable td{
    padding: 2px !important;
}