yzt
2023-05-26 de4278af2fd46705a40bac58ec01122db6b7f3d7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
/*
    ===============================
            @Import Function
    ===============================
*/
/*
    ===============================
            @Import Mixins
    ===============================
*/
.widget-content-area {
  box-shadow: none !important; }
 
table.dataTable {
  border-collapse: separate !important;
  border-spacing: 0 5px;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  border-collapse: collapse !important; }
 
.table-hover:not(.table-dark) tbody tr td:first-child {
  border-left: none !important;
  border-left: none !important; }
 
.table-hover:not(.table-dark) tbody tr:hover .new-control.new-checkbox .new-control-indicator {
  border: 2px solid #009688; }
 
/*Style. 1*/
.style-1 .user-name {
  font-size: 15px;
  font-weight: 600;
  color: #e2a03f; }
 
.style-1 .profile-img img {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(59, 63, 92, 0.25);
  border-radius: 6px; }
 
/*Style. 2*/
.style-2 .new-control.new-checkbox .new-control-indicator {
  top: 1px; }
 
.style-2 .user-name {
  font-size: 15px;
  font-weight: 600;
  color: #e2a03f; }
 
.style-2 img.profile-img {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(59, 63, 92, 0.25); }
 
.style-2 .badge {
  background: transparent;
  transform: none; }
 
.style-2 .badge-primary {
  color: #1b55e2;
  border: 2px dashed #1b55e2; }
 
.style-2 .badge-warning {
  color: #e2a03f;
  border: 2px dashed #e2a03f; }
 
.style-2 .badge-danger {
  color: #e7515a;
  border: 2px dashed #e7515a; }
 
/*Style. 3*/
.style-3 .new-control.new-checkbox .new-control-indicator {
  top: 1px; }
 
.style-3 .user-name {
  font-size: 15px;
  font-weight: 600;
  color: #e2a03f; }
 
.style-3 img.profile-img {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(59, 63, 92, 0.25);
  border-radius: 6px; }
 
.style-3 .badge {
  background: transparent;
  transform: none; }
 
.style-3 .badge-primary {
  color: #1b55e2;
  border: 2px dashed #1b55e2; }
 
.style-3 .badge-warning {
  color: #e2a03f;
  border: 2px dashed #e2a03f; }
 
.style-3 .badge-danger {
  color: #e7515a;
  border: 2px dashed #e7515a; }
 
.style-3 .table-controls {
  padding: 0; }
  .style-3 .table-controls li {
    list-style: none;
    display: inline; }
    .style-3 .table-controls li svg {
      color: #888ea8;
      vertical-align: middle;
      width: 28px;
      height: 28px;
      fill: rgba(0, 23, 55, 0.08);
      cursor: pointer; }
 
.style-3.table-hover:not(.table-dark) tbody tr:hover .table-controls li svg {
  color: #e7515a;
  fill: rgba(231, 81, 90, 0.219608); }
 
.style-3.table-hover:not(.table-dark) tbody tr:hover td:first-child {
  color: #009688 !important; }