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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
/*
    ===============================
            @Import Function
    ===============================
*/
/*
    ===============================
            @Import Mixins
    ===============================
*/
.widget-content-area {
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); }
 
.no-content:before, .no-content:after {
  display: none !important; }
 
.new-control.new-checkbox .new-control-indicator {
  top: 0;
  height: 22px;
  width: 22px;
  border-radius: 50%; }
 
.table > thead {
  border-top: 1px solid #191e3a;
  border-bottom: 1px solid #191e3a; }
 
table.dataTable {
  border-collapse: separate;
  border-spacing: 0 5px;
  margin-top: 8px !important;
  margin-bottom: 50px !important;
  border-collapse: collapse !important;
  background: transparent; }
  table.dataTable thead .sorting:before, table.dataTable thead .sorting:after {
    opacity: 1;
    color: #d3d3d3; }
  table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after {
    opacity: 1;
    color: #d3d3d3; }
  table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after {
    opacity: 1;
    color: #d3d3d3; }
  table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after {
    opacity: 1;
    color: #d3d3d3; }
  table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    opacity: 1;
    color: #d3d3d3; }
  table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
    color: #0e1726; }
 
 
 
.table > tbody tr {
  border-radius: 4px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  border-bottom: 1px solid #191e3a;
  background: transparent !important; }
 
.table > thead > tr > th {
  color: #009688;
  font-weight: 700;
  font-size: 13px;
  border: none;
  letter-spacing: 1px;
  text-transform: uppercase; }
 
.table > tbody > tr > td {
  border: none;
  color: #eeeee;
  font-size: 13px;
  letter-spacing: 1px; }
 
.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent !important; }
 
.table > tfoot > tr > th {
  border: none; }
 
.table-hover:not(.table-dark) tbody tr:hover {
  background-color: transparent !important;
  -webkit-transform: translateY(-1px) scale(1.01);
  transform: translateY(-1px) scale(1.01); }
 
.table-hover.non-hover:not(.table-dark) tbody tr:hover {
  -webkit-transform: none;
  transform: none; }
 
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: normal;
  color: #009688;
  font-weight: 600;
  border: 1px solid #191e3a;
  display: inline-block;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 13px; }
 
div.dataTables_wrapper div.dataTables_filter label {
  position: relative; }
 
div.dataTables_wrapper div.dataTables_filter svg {
  position: absolute;
  top: 15px;
  right: 14px;
  width: 20px;
  color: #d3d3d3; }
 
.dataTables_wrapper .form-control {
  background: #fff;
  border: none;
  margin-top: 5px;
  -webkit-box-shadow: 2px 5px 17px 0 rgba(31, 45, 61, 0.1);
  box-shadow: 2px 5px 17px 0 rgba(31, 45, 61, 0.1);
  border-radius: 6px;
  padding: 8px 30px 8px 14px;
  border: 1px solid #1b2e4b;
  color: #009688;
  font-size: 15px;
  background: #1b2e4b; }
 
div.dataTables_wrapper div.dataTables_filter input {
  width: 150px; }
 
.dataTables_wrapper .dataTables_length select.form-control {
  padding: 8px 17px 8px 14px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: #1b2e4b url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23bfc9d4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") 49px 12px no-repeat;
  border: 1px solid #1b2e4b;
  color: #009688;
  border-radius: 6px; }
 
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
  display: inline-block; }
 
.page-link {
  margin-right: 5px;
  border-radius: 50%;
  padding: 8px 12px;
  background: rgba(0, 23, 55, 0.08);
  border: none;
  color: #888ea8; }
  .page-link:focus {
    box-shadow: none; }
 
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 3px 0; }
 
.page-item.disabled .page-link {
  background: #191e3a; }
 
.page-item .page-link:hover {
  background: #191e3a;
  color: #bfc9d4; }
 
.page-item.disabled .page-link svg {
  color: #acb0c3; }
 
.page-item:first-child .page-link, .page-item:last-child .page-link {
  border-radius: 50%;
  padding: 5px 9px; }
  .page-item:first-child .page-link svg, .page-item:last-child .page-link svg {
    width: 17px; }
 
.page-item.active .page-link {
  background-color: #009688; }
 
#alter_pagination_next a, #alter_pagination_previous a {
  border-radius: 50%;
  padding: 5px 9px; }
 
#alter_pagination_next a svg, #alter_pagination_previous a svg {
  width: 17px; }
 
.table-cancel {
  color: #888ea8;
  margin-right: 6px;
  vertical-align: middle;
  fill: rgba(0, 23, 55, 0.08);
  cursor: pointer; }
 
.table-hover:not(.table-dark) tbody tr:hover .table-cancel {
  color: #e7515a; }
 
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .dataTables_wrapper .dataTables_length select.form-control {
    background: transparent;
    padding: 8px 10px 8px 14px; } }
 
@media (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_info {
    margin-bottom: 40px; } }