font-weight: bold;
}
+ .dataTables_wrapper .dataTables_filter {
+ color: #ddd
+ }
+
+ .dataTables_wrapper .dataTables_filter input {
+ color: #222d32
+ }
+
+ .dataTables_wrapper tbody td {
+ background-color: #424d52;
+ color: #ddd;
+ }
+
+ .dataTables_wrapper .dataTables_paginate .ellipsis {
+ color: #ddd !important
+ }
+
+ .dataTables_wrapper .dataTables_paginate .paginate_button {
+ color: #ddd !important
+ }
+
+ .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
+ color: #424d52 !important
+ }
+
+ .nav-tabs-custom {
+ background-color: #222d32;
+ color: #ddd;
+ }
+ .nav-tabs-custom>.nav-tabs>li{
+ margin-right: 0;
+ }
+ .nav-tabs-custom>.nav-tabs>li>a{
+ border-bottom-color: transparent;
+ color: #aaa;
+ }
+ .nav-tabs-custom>.nav-tabs>li.active>a{
+ background-color: #424d52;
+ color: #eee;
+ }
+ .nav-tabs-custom>.nav-tabs>li.active:hover>a{
+ background-color: #66777f;
+ color: #eee;
+ }
+ .nav-tabs-custom>.tab-content {
+ background-color: #424d52;
+ color: #eee;
+ }
+
</style>
</head>