wpDataTables Lite - Version 2.1

Version Description

  • Design: New fresh admin UI.
  • New page: New Dashboard page with lots of useful information and guides.
  • New page: New detailed System Info page which simplifies resolving external conflicts.
  • Feature: New Popup First-launch Guide with feature explanations for new users.
  • Feature: New options like Feature suggestion, Subscription and lot more.
  • Feature: Now it is possible to create all Google charts.
  • Feature: Chart Tooltips are enabled.
  • Feature: Global Table Customization are available (Color And Font Settings)
  • Notice: For next update of wpDataTables Lite it will be required 5.6 version of PHP, so the users who have still 5.4 have time to upgrade.
  • Bug fixes and stability improvements.
  • Compatibility with WordPress 5.4.2 approved.
Download this release

Release Info

Developer wpDataTables
Plugin Icon 128x128 wpDataTables Lite
Version 2.1
Comparing to
See all releases

Code changes from version 2.0.20 to 2.1

Files changed (49) hide show
  1. Readme_documentation.pdf +0 -0
  2. assets/css/admin/addons.css +144 -18
  3. assets/css/admin/admin.css +1219 -151
  4. assets/css/admin/browse.css +344 -138
  5. assets/css/admin/chart_wizard.css +344 -98
  6. assets/css/admin/constructor.css +435 -58
  7. assets/css/admin/dashboard.css +937 -0
  8. assets/css/admin/edit_table.css +327 -53
  9. assets/css/admin/getting-started.css +181 -0
  10. assets/css/admin/lite-vs-premium.css +215 -0
  11. assets/css/admin/settings.css +145 -11
  12. assets/css/admin/support.css +109 -0
  13. assets/css/admin/system-info.css +122 -0
  14. assets/css/admin/welcome-page.css +468 -0
  15. assets/css/bootstrap/bootstrap-tour/bootstrap-tour-guide.css +130 -0
  16. assets/css/bootstrap/bootstrap-tour/bootstrap-tour.css +73 -0
  17. assets/css/bootstrap/wpdatatables-bootstrap.css +1218 -477
  18. assets/css/dataTables.bootstrap.css +0 -223
  19. assets/css/datepicker.default.css +0 -175
  20. assets/css/datepicker.default.date.css +0 -277
  21. assets/css/datepicker.default.time.css +0 -126
  22. assets/css/icheck.minimal.css +0 -59
  23. assets/css/image-picker.css +0 -29
  24. assets/css/jquery.fileupload.css +0 -66
  25. assets/css/jquery.fs.selecter-arrow.png +0 -0
  26. assets/css/jquery.fs.selecter.css +0 -81
  27. assets/css/jquery.fs.tipper-icon.png +0 -0
  28. assets/css/jquery.remodal.css +0 -235
  29. assets/css/material-design-iconic-font/.bower.json +0 -45
  30. assets/css/material-design-iconic-font/css/material-design-iconic-font.css +0 -5166
  31. assets/css/material-design-iconic-font/css/material-design-iconic-font.min.css +0 -1
  32. assets/css/material-design-iconic-font/fonts/Material-Design-Iconic-Font.eot +0 -0
  33. assets/css/material-design-iconic-font/fonts/Material-Design-Iconic-Font.svg +0 -787
  34. assets/css/material-design-iconic-font/fonts/Material-Design-Iconic-Font.ttf +0 -0
  35. assets/css/material-design-iconic-font/fonts/Material-Design-Iconic-Font.woff +0 -0
  36. assets/css/material-design-iconic-font/fonts/Material-Design-Iconic-Font.woff2 +0 -0
  37. assets/css/phpDataTables.css +0 -804
  38. assets/css/style.css +928 -0
  39. assets/css/style.min.css +1 -0
  40. assets/css/uikit/uikit.css +29 -394
  41. assets/css/waves/waves.min.css +0 -8
  42. assets/css/wdt-skins/aqua.css +890 -53
  43. assets/css/wdt-skins/dark.css +1279 -112
  44. assets/css/wdt-skins/graphite.css +135 -45
  45. assets/css/wdt-skins/light.css +101 -43
  46. assets/css/wdt-skins/material.css +127 -53
  47. assets/css/wdt-skins/purple.css +1065 -51
  48. assets/css/wdt.frontend.min.css +1 -1
  49. assets/css/wpDataTablesSkin.css +0 -308
Readme_documentation.pdf DELETED
Binary file
assets/css/admin/addons.css CHANGED
@@ -1,30 +1,134 @@
1
- .wdt-datatables-admin-wrap .card.wdt-addons {
2
- max-width: 100%;
3
- padding: 0;
4
- margin-top: 0;
 
 
 
 
 
 
 
 
 
 
5
  }
6
 
7
- .wdt-addons .row {
 
8
  display: flex;
9
  }
10
 
11
- .wdt-addons .row .thumbnail {
12
- height: 100%;
 
 
 
 
 
 
 
13
  }
14
 
15
- .wdt-addons-find-out-more {
16
- padding: 0 15px;
17
- bottom: 0;
18
  }
19
 
20
- .wdt-addons .wdt-checkout-button {
 
 
 
 
 
 
 
 
 
 
 
 
21
  float: right;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  }
23
 
24
- .wdt-addons .caption {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  float: right;
26
- min-height: 160px;
 
 
 
 
27
  }
 
 
 
 
 
28
  .wdt-addons .ribbon {
29
  position: absolute;
30
  right: 10px;
@@ -48,7 +152,7 @@
48
  width: 100px;
49
  display: block;
50
  background: #79a70a;
51
- background: linear-gradient(#2196F3 0, #2196F3 100%);
52
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
53
  position: absolute;
54
  top: 19px;
@@ -61,10 +165,10 @@
61
  left: 0;
62
  top: 100%;
63
  z-index: -1;
64
- border-left: 3px solid #2196F3;
65
  border-right: 3px solid transparent;
66
  border-bottom: 3px solid transparent;
67
- border-top: 3px solid #2196F3;
68
  }
69
 
70
  .wdt-addons .ribbon span::after {
@@ -74,11 +178,33 @@
74
  top: 100%;
75
  z-index: -1;
76
  border-left: 3px solid transparent;
77
- border-right: 3px solid #2196F3;
78
  border-bottom: 3px solid transparent;
79
- border-top: 3px solid #2196F3;
80
  }
81
 
82
  .wdt-addons p {
83
  margin-bottom: 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  }
1
+
2
+ .wdt-addons .card-body {
3
+ background: #F1F1F1 !important;
4
+ padding: 33px 0 0 0 !important;
5
+ }
6
+
7
+ .wdt-addons .thumbnail {
8
+ background: #FFFFFF;
9
+ box-shadow: 0 3px 6px rgba(23, 43, 77, 0.08), 0 1px 1px rgba(23, 43, 77, 0.11);
10
+ border-radius: 3px;
11
+ padding: 20px;
12
+ min-height: 238px;
13
+ display: flex;
14
+ flex-direction: column;
15
  }
16
 
17
+ .wdt-addons .wpdt-addons-desc {
18
+ min-height: 58px;
19
  display: flex;
20
  }
21
 
22
+ .wdt-addons .wpdt-addons-desc img {
23
+ display: inline-block !important;
24
+ background: #FFFFFF;
25
+ width: 50px;
26
+ height: 50px;
27
+ padding: 8px;
28
+ margin: 0 20px 0 0 !important;
29
+ box-shadow: 0 1px 2px rgba(9, 29, 112, 0.17);
30
+ border-radius: 12px;
31
  }
32
 
33
+ .wdt-addons .wpdt-addons-desc img.wdt-gravity-img {
34
+ padding: 4px;
 
35
  }
36
 
37
+ .wdt-addons .wpdt-addons-desc img.wdt-formidable-img {
38
+ padding: 0;
39
+ }
40
+
41
+ .wdt-addons .wdt-plugin-installed:hover:hover,
42
+ .wdt-addons .wdt-plugin-installed:hover,
43
+ .wdt-addons .wdt-plugin-installed:focus:focus,
44
+ .wdt-addons .wdt-plugin-installed:focus,
45
+ .wdt-addons .wdt-plugin-installed {
46
+ color: #008CFF !important;
47
+ background-color: rgba(0, 140, 255, 0.1) !important;
48
+ cursor: default;
49
+ padding: 8px 16px;
50
  float: right;
51
+ line-height: 20px;
52
+ font-weight: 500;
53
+ border-radius: 5px;
54
+ }
55
+
56
+ .wdt-addons .wpdt-addons-desc h4,
57
+ .wdt-addons .wdt-checkout-button,
58
+ .wdt-addons .thumbnail .caption,
59
+ .wdt-addons .wdt-addons-find-out-more,
60
+ .wdt-addons .wpdt-addons-intro {
61
+ font-family: Inter;
62
+ font-style: normal;
63
+ font-weight: 500;
64
+ font-size: 14px;
65
+ }
66
+
67
+ .wdt-addons .wpdt-addons-intro {
68
+ line-height: 24px;
69
+ color: #5A6C89;
70
+ }
71
+
72
+ .wdt-addons .thumbnail .caption {
73
+ line-height: 24px;
74
+ color: #5A6C89;
75
+ padding: 16px 0 0 0;
76
+ min-height: 110px;
77
+ }
78
+
79
+ .wdt-addons .thumbnail .caption {
80
+ line-height: 24px;
81
+ color: #5A6C89;
82
+ padding: 16px 0 0 0;
83
+ min-height: 93px;
84
+ }
85
+
86
+ .wdt-addons .wpdt-addons-desc h4 {
87
+ display: inline-block;
88
+ line-height: 20px;
89
+ color: #091D70;
90
+ width: 197px;
91
+ vertical-align: middle;
92
+ word-break: break-word;
93
  }
94
 
95
+ .wdt-addons .wdt-addons-links {
96
+ padding: 10px 0 0 0;
97
+ }
98
+
99
+ .wdt-addons .wdt-addons-links .btn {
100
+ float: right;
101
+ font-family: Inter;
102
+ font-style: normal;
103
+ font-weight: 500;
104
+ font-size: 14px;
105
+ line-height: 20px;
106
+ padding: 8px 16px;
107
+ background: #008CFF;
108
+ border-radius: 5px;
109
+ color: #FFFFFF;
110
+ }
111
+
112
+ .wdt-addons .wdt-addons-find-out-more {
113
+ display: inline-block;
114
+ margin: 8px 16px 8px 0;
115
+ outline: none;
116
+ box-shadow: none;
117
+ }
118
+
119
+ .wdt-addons .wdt-checkout-button {
120
  float: right;
121
+ line-height: 20px;
122
+ color: #FFFFFF;
123
+ padding: 8px 16px;
124
+ background: #008CFF;
125
+ border-radius: 5px;
126
  }
127
+
128
+ .wdt-addons .wdt-checkout-button i {
129
+ margin-right: 8px;
130
+ }
131
+
132
  .wdt-addons .ribbon {
133
  position: absolute;
134
  right: 10px;
152
  width: 100px;
153
  display: block;
154
  background: #79a70a;
155
+ background: linear-gradient(#091D70 0, #091D70 100%);
156
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
157
  position: absolute;
158
  top: 19px;
165
  left: 0;
166
  top: 100%;
167
  z-index: -1;
168
+ border-left: 3px solid #091D70;
169
  border-right: 3px solid transparent;
170
  border-bottom: 3px solid transparent;
171
+ border-top: 3px solid #091D70;
172
  }
173
 
174
  .wdt-addons .ribbon span::after {
178
  top: 100%;
179
  z-index: -1;
180
  border-left: 3px solid transparent;
181
+ border-right: 3px solid #091D70;
182
  border-bottom: 3px solid transparent;
183
+ border-top: 3px solid #091D70;
184
  }
185
 
186
  .wdt-addons p {
187
  margin-bottom: 0;
188
+ }
189
+
190
+ @media (max-width: 1441px) {
191
+ .wdt-addons .thumbnail .caption {
192
+ min-height: 110px;
193
+ }
194
+ }
195
+
196
+ @media (max-width: 1025px) {
197
+ .wdt-addons .thumbnail .caption {
198
+ min-height: 170px;
199
+ }
200
+ }
201
+
202
+ @media (max-width: 768px) {
203
+ .wpdt-c .wdt-addons .col-sm-4 {
204
+ width: 100%;
205
+ }
206
+
207
+ .wdt-addons .thumbnail .caption {
208
+ min-height: 110px;
209
+ }
210
  }
assets/css/admin/admin.css CHANGED
@@ -1,125 +1,64 @@
 
1
  @font-face {
2
- font-weight: 400;
3
- font-style: normal;
4
- font-family: WPDataTablesIcons;
5
- src: url(../../fonts/wpdatatablesicons-base.eot);
6
- src: url(../../fonts/wpdatatablesicons-base.eot?#iefix) format('embedded-opentype'), url(../../fonts/wpdatatablesicons-base.woff) format('woff'), url(../../fonts/wpdatatablesicons-base.ttf) format('truetype'), url(../../fonts/wpdatatablesicons-base.svg#wpdatatablesicons-base) format('svg');
7
- }
8
-
9
- .wdt-rating-notice {
10
- position: relative;
11
- overflow: hidden;
12
- padding: 5px 10px 0;
13
- border-left: none;
14
- background: #fff;
15
- font-size: 13px;
16
- line-height: 2.1em;
17
- }
18
-
19
- .wdt-rating-buttons {
20
- clear: both;
21
- }
22
-
23
- .wdt-rating-buttons li{
24
- display: inline;
25
- outline: none;
26
- }
27
-
28
- .wdt-rating-button {
29
- font-size: .8rem;
30
- line-height: 1.75;
31
- padding: .1rem 1.2rem;
32
- border-radius: 28px;
33
- box-shadow: 0 2px 6px 0 rgba(122,122,122,.5);
34
- text-transform: none;
35
- position: relative;
36
- transition: all .3s ease;
37
- -webkit-box-shadow: 0 2px 6px 0 rgba(122,122,122,.5);
38
- -moz-box-shadow: 0 2px 6px 0 rgba(122,122,122,.5);
39
- color: #fff;
40
- cursor: pointer;
41
- margin: 0 0 0 10px;
42
- display: inline-block;
43
- box-sizing: border-box;
44
- vertical-align: middle;
45
- text-align: center;
46
- text-decoration: none;
47
- outline: 0 !important;
48
- outline-color: #fff;
49
- text-decoration: #fff;
50
  }
51
 
52
- h1.wdt-rating-heading {
53
- font-size: 20px !important;
54
- margin-top: 0 !important;
55
- margin-bottom: 0 !important;
56
- padding: 0 0 4px 0 !important;
57
- line-height: 29px !important;
58
- color: #23282d !important;
 
59
  }
60
 
61
- .wdt-first-btn {
62
- background-color: #008cff !important;
63
- color: #fff !important;
 
 
 
 
64
  }
65
 
66
- a.wdt-other-btn, a.wdt-other-btn:hover {
67
- color: #008cff;
68
- }
69
- a.wdt-first-btn:focus,
70
- a.wdt-first-btn:visited,
71
- a.wdt-first-btn:active,
72
- a.wdt-other-btn:focus,
73
- a.wdt-other-btn:visited,
74
- a.wdt-other-btn:active
75
- {
76
- outline:0 !important;
77
- box-shadow: 0 2px 6px 0 rgba(122,122,122,.5);
78
- -webkit-box-shadow: 0 2px 6px 0 rgba(122,122,122,.5);
79
- -moz-box-shadow: 0 2px 6px 0 rgba(122,122,122,.5);
80
- }
81
- .wdt-float-left {
82
- float: left;
83
- line-height: normal;
84
  }
85
- .wdt-rating-notice .wdt-rating-massage {
86
- font-size: 17px;
87
- margin: 10px 0 0 0;
 
88
  }
89
- .wdt-icon-rating {
90
- margin-right: 10px;
91
- margin-bottom: 10px;
 
92
  }
93
-
94
- .wdt-dismiss {
95
- cursor: pointer;
 
96
  }
97
- .wdt-dismiss-dash {
98
- position: absolute;
99
- top: 0;
100
- right: 0;
101
- padding: 5px;
102
- line-height: normal;
103
  }
104
 
105
- @media only screen and (max-width : 1025px) {
106
- .wdt-rating-button {
107
- margin: 10px 0 0 10px;
108
- }
109
- .wdt-float-left {
110
- float: none;
111
- text-align: center;
112
- }
113
- .wdt-rating-buttons {
114
- text-align: center;
115
- }
116
 
117
- }
118
  /* Icons */
119
- #toplevel_page_wpdatatables-administration div.wp-menu-image:before,
120
- .toplevel_page_wpdatatables-administration .ui-dialog-titlebar-close:before {
121
  display: inline-block;
122
- font-family: 'WPDataTablesIcons' !important;
123
  font-style: normal;
124
  font-weight: normal;
125
  text-align: center;
@@ -128,13 +67,23 @@ a.wdt-other-btn:active
128
  -webkit-font-smoothing: antialiased;
129
  }
130
 
131
- #toplevel_page_wpdatatables-administration div.wp-menu-image {
132
  background-image: url(../../img/logo-large.png);
133
  background-size: 25px 25px;
134
  background-repeat: no-repeat;
135
  background-position: center center;
136
  }
137
 
 
 
 
 
 
 
 
 
 
 
138
  .wpdt-c #pick-range-table-container { width: 100%; max-height: 400px; overflow: auto; }
139
 
140
  .wpdt-c #range_picked_info { padding: 3px; font-size: 10px; }
@@ -160,7 +109,12 @@ div.mce-widget button i.mce-i-wpdatatable{
160
  background-position: center center;
161
  }
162
 
163
-
 
 
 
 
 
164
 
165
  .wpdt-c #formattingRules { padding: 10px }
166
 
@@ -194,6 +148,10 @@ div.mce-widget button i.mce-i-wpdatatable{
194
  top: -40px;
195
  display: none;
196
  }
 
 
 
 
197
 
198
  .wpdt-c div.addons_container {
199
  position: relative;
@@ -284,9 +242,6 @@ div.mce-widget button i.mce-i-wpdatatable{
284
  .wpdt-c div.manual_duplicate {
285
  margin: 20px 0;
286
  }
287
- .wpdt-c .manual_duplicate>.dashicons-info {
288
- cursor: pointer;
289
- }
290
 
291
  .wpdt-c .duplicate_explain {
292
  border: 1px solid #cccccc;
@@ -302,16 +257,24 @@ div.mce-widget button i.mce-i-wpdatatable{
302
 
303
  .wpdt-c #wdt-range-picker .checkbox {
304
  margin-bottom: 25px;
 
305
  }
306
 
307
  .wpdt-c #wdt-range-picker .pick-row .checkbox {
308
  margin: 0;
309
  }
310
 
311
-
312
  .wpdt-c div.wpdt-tab {
313
  background-color: #fff;
314
  }
 
 
 
 
 
 
 
 
315
 
316
  .wpdt-c .wdt-datatables-admin-wrap .tab-nav li {
317
  margin-bottom: 0;
@@ -321,15 +284,539 @@ div.mce-widget button i.mce-i-wpdatatable{
321
  max-width: 100%;
322
  padding: 0;
323
  margin-top: 0;
324
- border: 1px solid #d7d7d7;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
325
  }
326
 
327
  .wpdt-c #wpdt-inline-logo {
328
- width: 60px;
329
- height: 50px;
330
- float: left;
331
  padding-right: 10px;
332
- margin-top: -5px;
 
 
333
  }
334
 
335
  .wpdt-c .wdt-datatables-admin-wrap .tab-nav li a:active,
@@ -359,33 +846,78 @@ div.mce-widget button i.mce-i-wpdatatable{
359
  border-left: 0;
360
  border-right: 0;
361
  border-top: 0;
362
- border-bottom: 1px solid #ddd;
363
  -webkit-appearance: none;
364
  -moz-appearance: none;
365
  appearance: none;
366
  padding: 0;
367
  box-shadow: none;
368
  width: 100%;
369
- max-height: 150px;
 
 
 
 
 
 
 
370
  overflow-y: auto;
 
 
 
 
 
 
 
 
 
 
 
 
 
371
  }
372
 
373
  .wpdt-c .wdt-datatables-admin-wrap div.toggle-switch {
374
  width: 100%;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
375
  }
376
-
377
  .wpdt-c .wdt-datatables-admin-wrap div.toggle-switch .ts-helper {
378
- float: right;
379
  }
380
 
381
  .wpdt-c .wdt-preload-layer {
382
  position: absolute;
383
  height: 100%;
384
  width: 100%;
385
- background-color: rgba(255,255,255,0.7);
386
  text-align: center;
387
  z-index: 100;
388
  }
 
 
 
389
 
390
  .wpdt-c .wdt-preload-layer div.preloader {
391
  top: 50%;
@@ -397,18 +929,53 @@ div.mce-widget button i.mce-i-wpdatatable{
397
 
398
  .wpdt-c .wpcolorpicker-icon.input-group-addon {
399
  position: absolute;
400
- right: 10px;
401
- top: 0;
402
  z-index: 4;
403
  height: 25px;
404
  width: 25px;
405
  padding: 0;
406
  }
 
 
 
407
 
408
  .wpdt-c .colorpicker-element .wpcolorpicker-icon.add-on>i,
409
  .wpdt-c .colorpicker-element .wpcolorpicker-icon.input-group-addon>i {
410
- height: 25px;
411
- width: 25px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
412
  }
413
  .wpdt-c .colorpicker.colorpicker-visible {
414
  top: 32px;
@@ -429,58 +996,559 @@ div.mce-widget button i.mce-i-wpdatatable{
429
  .wpdt-c .btn.btn-default.wdt-documentation,
430
  .wpdt-c .btn.btn-default.wdt-documentation:hover,
431
  .wpdt-c .btn.btn-default.wdt-documentation:focus {
432
- border: 1px solid #d7d7d7;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
433
  }
434
 
435
  .wpdt-c .wdt-datatables-admin-wrap .card .card-header.wdt-admin-card-header {
436
- padding: 25px 20px;
 
 
 
 
 
 
 
 
 
 
 
 
 
437
  }
438
 
439
  .wpdt-c .wdt-datatables-admin-wrap .card .card-header.wdt-admin-card-header .actions {
440
- right: 27px;
441
- top: 25px;
 
442
  }
443
-
444
- .wpdt-c .wdt-datatables-admin-wrap .btn:disabled {
445
- color: #777;
446
- background-color: #ededed;
447
  }
448
 
449
- .wpdt-c .wdt-datatables-admin-wrap .btn:hover:disabled {
450
- color: #777;
451
- background-color: #ededed;
452
  }
453
 
454
  .wpdt-c .wdt-datatables-admin-wrap .alert .wdt-alert-title:hover,
455
  .wpdt-c .wdt-datatables-admin-wrap .alert .wdt-alert-subtitle:hover {
456
  cursor: text;
457
  }
458
-
459
- .wdt-datatables-admin-wrap .alert .wdt-alert-subtitle {
460
- color: #ebebeb;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
461
  }
462
 
463
- .wpdt-c button.wdt-backend-close {
464
- background-color: #d7d7d7 !important;
 
 
 
 
 
 
 
 
 
 
 
465
  }
466
 
467
- .wpdt-c button.wdt-backend-close:hover {
468
- background-color: #F44336 !important;
 
469
  }
470
 
471
- .wpdt-c button.wdt-collapse-table-settings {
472
- background-color: #6C7A89 !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
473
  }
474
 
475
  .wpdt-c .wdt-datatables-admin-wrap .card .card-header.wdt-admin-card-header {
476
- border-bottom: 1px solid #ebebeb;
477
  }
478
-
479
- .wpdt-c h4 i.zmdi-help-outline {
480
- margin-left: 3px;
481
- cursor: pointer;
482
  }
483
 
 
484
  .wpdt-c #adminmenuback {
485
  z-index: 100;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
486
  }
1
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');
2
  @font-face {
3
+ font-family: 'wpDataTablesIcons' !important;
4
+ src: url(../../fonts/wpDataTablesIcons.eot);
5
+ src: url(../../fonts/wpDataTablesIcons.eot?#iefix) format('embedded-opentype'), url(../../fonts/wpDataTablesIcons.woff) format('woff'), url(../../fonts/wpDataTablesIcons.ttf) format('truetype'), url(../../fonts/wpDataTablesIcons.svg#wpDataTablesIcons) format('svg');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  }
7
 
8
+ /** STORE FONTS */
9
+ @font-face {
10
+ font-family: 'graphik-medium';
11
+ src: url(../../fonts/Graphik-Medium-Web.eot);
12
+ src: url(../../fonts/Graphik-Medium-Web.eot?#iefix) format('embedded-opentype'), url(../../fonts/Graphik-Medium-Web.woff2) format('woff2'), url(../../fonts/Graphik-Medium-Web.woff) format('woff');
13
+ font-weight: 500;
14
+ font-style: normal;
15
+ font-stretch: normal;
16
  }
17
 
18
+ @font-face {
19
+ font-family: 'graphik-regular';
20
+ src: url(../../fonts/Graphik-Regular-Web.eot);
21
+ src: url(../../fonts/Graphik-Regular-Web.eot?#iefix) format('embedded-opentype'), url(../../fonts/Graphik-Regular-Web.woff2) format('woff2'), url(../../fonts/Graphik-Regular-Web.woff) format('woff');
22
+ font-weight: 400;
23
+ font-style: normal;
24
+ font-stretch: normal;
25
  }
26
 
27
+ @font-face {
28
+ font-family: 'graphik-light';
29
+ src: url(../../fonts/Graphik-Light-Web.eot);
30
+ src: url(../../fonts/Graphik-Light-Web.eot?#iefix) format('embedded-opentype'), url(../../fonts/Graphik-Light-Web.woff2) format('woff2'), url(../../fonts/Graphik-Light-Web.woff) format('woff');
31
+ font-weight: 300;
32
+ font-style: normal;
33
+ font-stretch: normal;
 
 
 
 
 
 
 
 
 
 
 
34
  }
35
+ @font-face{
36
+ font-family:"DIN-Light-Italic";
37
+ src:url(../../fonts/a819beca-e31b-40b3-bc54-23a8a4a8444d.eot?#iefix);
38
+ src:url(../../fonts/a819beca-e31b-40b3-bc54-23a8a4a8444d.eot?#iefix) format("eot"),url(../../fonts/432c9e2a-ea2e-479f-8920-a944904adff2.woff2) format("woff2"),url(../../fonts/a062545d-8a1d-4a8c-88ce-48870c7cb3ca.woff) format("woff"),url(../../fonts/e157e6e0-4dd1-4632-9846-e2534d9e08d0.ttf) format("truetype");
39
  }
40
+ @font-face{
41
+ font-family:"DIN-Regular";
42
+ src:url(../../fonts/936930ba-a8da-4765-9e89-0f35cdff223f.eot?#iefix);
43
+ src:url(../../fonts/936930ba-a8da-4765-9e89-0f35cdff223f.eot?#iefix) format("eot"),url(../../fonts/6b4d4830-9c7d-43d2-b5d3-c73f739561b9.woff2) format("woff2"),url(../../fonts/ccf25ada-6d2a-4133-95dc-deb039e22999.woff) format("woff"),url(../../fonts/126195b4-2fa0-4b95-b5cf-ad9bf10193f0.ttf) format("truetype");
44
  }
45
+ @font-face{
46
+ font-family:"DIN-Medium";
47
+ src:url(../../fonts/c6dbdd54-50f5-472a-8b74-0e98ef77e33e.eot?#iefix);
48
+ src:url(../../fonts/c6dbdd54-50f5-472a-8b74-0e98ef77e33e.eot?#iefix) format("eot"),url(../../fonts/afabdfcf-432c-49b4-a496-0e5051e87fa9.woff2) format("woff2"),url(../../fonts/611ea865-db7e-4c05-94b8-bd1675c90576.woff) format("woff"),url(../../fonts/e65314e4-c389-45b8-99a9-26ab6aef066c.ttf) format("truetype");
49
  }
50
+ @font-face{
51
+ font-family:"DIN-Bold";
52
+ src:url(../../fonts/fa5ed46b-792d-4f47-894e-fa587cf4e1cf.eot?#iefix);
53
+ src:url(../../fonts/fa5ed46b-792d-4f47-894e-fa587cf4e1cf.eot?#iefix) format("eot"),url(../../fonts/03008527-67bd-478e-98e3-3b56dd9a6520.woff2) format("woff2"),url(../../fonts/557f817d-9c25-4a23-baaf-a3cf84a7cd7c.woff) format("woff"),url(../../fonts/92ed1479-1d40-4a94-8baf-6abd88b17afa.ttf) format("truetype");
 
 
54
  }
55
 
 
 
 
 
 
 
 
 
 
 
 
56
 
 
57
  /* Icons */
58
+ #toplevel_page_wpdatatables-dashboard div.wp-menu-image:before,
59
+ .toplevel_page_wpdatatables-dashboard .ui-dialog-titlebar-close:before {
60
  display: inline-block;
61
+ font-family: 'wpDataTablesIcons' !important;
62
  font-style: normal;
63
  font-weight: normal;
64
  text-align: center;
67
  -webkit-font-smoothing: antialiased;
68
  }
69
 
70
+ #toplevel_page_wpdatatables-dashboard div.wp-menu-image {
71
  background-image: url(../../img/logo-large.png);
72
  background-size: 25px 25px;
73
  background-repeat: no-repeat;
74
  background-position: center center;
75
  }
76
 
77
+ .wpdt-c.wpdatatables_page_wpdatatables-chart-wizard,
78
+ .wpdt-c.wpdatatables_page_wpdatatables-add-ons,
79
+ .wpdt-c.wpdatatables_page_wpdatatables-settings,
80
+ .wpdt-c.wpdatatables_page_wpdatatables-administration,
81
+ .wpdt-c.wpdatatables_page_wpdatatables-charts,
82
+ .wpdt-c.toplevel_page_wpdatatables-dashboard,
83
+ .wpdt-c.wpdatatables_page_wpdatatables-constructor {
84
+ background: #F1F1F1;
85
+ }
86
+
87
  .wpdt-c #pick-range-table-container { width: 100%; max-height: 400px; overflow: auto; }
88
 
89
  .wpdt-c #range_picked_info { padding: 3px; font-size: 10px; }
109
  background-position: center center;
110
  }
111
 
112
+ div.mce-widget button i.mce-i-wpdatachart{
113
+ background-image: url(../../img/chart-icon.png);
114
+ background-size: 23px 23px;
115
+ background-repeat: no-repeat;
116
+ background-position: center center;
117
+ }
118
 
119
  .wpdt-c #formattingRules { padding: 10px }
120
 
148
  top: -40px;
149
  display: none;
150
  }
151
+ .wpdt-c .wdt-datatables-admin-wrap {
152
+ margin: 0 0 0 -20px;
153
+ padding: 20px;
154
+ }
155
 
156
  .wpdt-c div.addons_container {
157
  position: relative;
242
  .wpdt-c div.manual_duplicate {
243
  margin: 20px 0;
244
  }
 
 
 
245
 
246
  .wpdt-c .duplicate_explain {
247
  border: 1px solid #cccccc;
257
 
258
  .wpdt-c #wdt-range-picker .checkbox {
259
  margin-bottom: 25px;
260
+ margin-top: 15px;
261
  }
262
 
263
  .wpdt-c #wdt-range-picker .pick-row .checkbox {
264
  margin: 0;
265
  }
266
 
 
267
  .wpdt-c div.wpdt-tab {
268
  background-color: #fff;
269
  }
270
+ .wpdt-c .wdt-datatables-admin-wrap .bg-white {
271
+ background: #ffffff;
272
+ }
273
+ .wpdt-c .wdt-datatables-admin-wrap .wpdt-actions-bottom {
274
+ padding: 20px 0;
275
+ background: #F1F1F1;
276
+ margin: 0;
277
+ }
278
 
279
  .wpdt-c .wdt-datatables-admin-wrap .tab-nav li {
280
  margin-bottom: 0;
284
  max-width: 100%;
285
  padding: 0;
286
  margin-top: 0;
287
+ border: none;
288
+ }
289
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-constructor,
290
+ .wpdt-c .wdt-datatables-admin-wrap .plugin-settings,
291
+ .wpdt-c .wdt-datatables-admin-wrap .plugin-dashboard,
292
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-chart-wizard,
293
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-addons,
294
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-browse-table {
295
+ font-family: Inter;
296
+ margin-bottom: 0;
297
+ background: #F1F1F1 !important;
298
+ opacity: 1;
299
+ }
300
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-settings {
301
+ font-family: Inter;
302
+ background: none !important;
303
+ }
304
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-pcolumn-sanel {
305
+ font-family: Inter;
306
+ }
307
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel div.wpDataTableContainer{
308
+ margin: 0;
309
+ }
310
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel .wdtColumnOrigHeader {
311
+ background-color: #fff;
312
+ color:#304463;
313
+ font-size: 15px;
314
+ line-height: 20px;
315
+ padding: 0;
316
+ }
317
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel .wdt-column-calc-total-block,
318
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel .wdt-column-calc-avg-block,
319
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel .wdt-column-calc-min-block,
320
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel .wdt-column-calc-max-block{
321
+ margin-bottom: 30px;
322
+ }
323
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel #wdt-column-calc-total-shortcode,
324
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel #wdt-column-calc-avg-shortcode,
325
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel #wdt-column-calc-min-shortcode,
326
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel #wdt-column-calc-max-shortcode{
327
+ display: flex;
328
+ }
329
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel .wdt-copy-shortcode{
330
+ display: inline-block;
331
+ color: #304463;
332
+ cursor: pointer;
333
+ }
334
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel #wdt-calc-total-shortcode-id,
335
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel #wdt-calc-avg-shortcode-id,
336
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel #wdt-calc-min-shortcode-id,
337
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel #wdt-calc-max-shortcode-id {
338
+ background: #F4F5F7;
339
+ border-radius: 0 3px 3px 0;
340
+ padding: 4px 8px;
341
+ border: none;
342
+ color: #172B4D;
343
+ font-style: normal;
344
+ font-weight: normal;
345
+ font-size: 12px;
346
+ line-height: 20px;
347
+ }
348
+
349
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel .wdt-copy-shortcode i{
350
+ padding: 4px 7px;
351
+ background: #EBECF0;
352
+ border-radius: 3px 0 0 3px;
353
+ line-height: 20px;
354
+ }
355
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel .wdt-column-add-conditional-formatting-rule{
356
+ font-weight: 500;
357
+ font-size: 14px;
358
+ line-height: 20px;
359
+ border: none;
360
+ background:#ffffff ;
361
+ color: #008CFF;
362
+ padding-left: 0;
363
+ }
364
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel .wdt-column-add-conditional-formatting-rule:hover{
365
+ color: #1572BF;
366
+ }
367
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-manual-list-enter-block .btn.btn-xs,
368
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-manual-list-enter-block .btn.btn-xs:active,
369
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-manual-list-enter-block .btn.btn-xs:hover {
370
+ font-weight: 500;
371
+ font-size: 11px !important;
372
+ line-height: 20px !important;
373
+ color: #000000;
374
+ background: #FFFFFF;
375
+ border: 1px solid #DFE1E6;
376
+ box-sizing: border-box;
377
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
378
+ border-radius: 5px;
379
+ margin-left: 4px !important;
380
+ }
381
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-manual-list-enter-block .btn i{
382
+ margin-right: 4px;
383
+ color: #F03E3E;
384
+ }
385
+ .wpdt-c .wdt-datatables-admin-wrap #wdt-add-column-modal input.form-control:not(.fc-alt),
386
+ .wpdt-c .wdt-datatables-admin-wrap #wdt-duplicate-table-modal input.form-control:not(.fc-alt),
387
+ .wpdt-c .wdt-datatables-admin-wrap #wdt-duplicate-chart-modal input.form-control:not(.fc-alt),
388
+ .wpdt-c .wdt-datatables-admin-wrap #wdt-remove-column-modal input.form-control:not(.fc-alt),
389
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-constructor input.form-control:not(.fc-alt),
390
+ .wpdt-c .wdt-datatables-admin-wrap .plugin-settings input.form-control:not(.fc-alt),
391
+ .wpdt-c .wdt-datatables-admin-wrap .plugin-dashboard input.form-control:not(.fc-alt),
392
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel input.form-control:not(.fc-alt),
393
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-settings input.form-control:not(.fc-alt),
394
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-chart-wizard input.form-control:not(.fc-alt),
395
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-addons input.form-control:not(.fc-alt),
396
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-browse-table input.form-control:not(.fc-alt){
397
+ font-size: 13px;
398
+ line-height: 20px;
399
+ color: #061938;
400
+ padding: 10px 12px;
401
+ background: #FFFFFF;
402
+ border: 1px solid #D7D9E2;
403
+ box-sizing: border-box;
404
+ box-shadow: 0 1px 2px rgba(90, 108, 137, 0.08) !important;
405
+ border-radius: 3px;
406
+ height: 40px !important;
407
+ }
408
+ .wpdt-c #wdt-remove-column-modal .bootstrap-select:not([class*=col-]):not(.input-group-btn),
409
+ .wpdt-c #wdt-add-column-modal .bootstrap-select:not([class*=col-]):not(.input-group-btn),
410
+ .wpdt-c #wdt-configure-foreign-key-modal .bootstrap-select:not([class*=col-]):not(.input-group-btn),
411
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-constructor .bootstrap-select:not([class*=col-]):not(.input-group-btn),
412
+ .wpdt-c .wdt-datatables-admin-wrap .plugin-settings .bootstrap-select:not([class*=col-]):not(.input-group-btn),
413
+ .wpdt-c .wdt-datatables-admin-wrap .plugin-dashboard .bootstrap-select:not([class*=col-]):not(.input-group-btn),
414
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel .bootstrap-select:not([class*=col-]):not(.input-group-btn),
415
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-settings .bootstrap-select:not([class*=col-]):not(.input-group-btn),
416
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-chart-wizard .bootstrap-select:not([class*=col-]):not(.input-group-btn),
417
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-addons .bootstrap-select:not([class*=col-]):not(.input-group-btn),
418
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-browse-table .bootstrap-select:not([class*=col-]):not(.input-group-btn){
419
+ border: 1px solid #D7D9E2;
420
+ box-sizing: border-box;
421
+ box-shadow: 0px 1px 2px rgba(90, 108, 137, 0.08);
422
+ border-radius: 3px;
423
+ font-size: 14px;
424
+ line-height: 20px;
425
+ color: #061938;
426
+ height: 40px !important;
427
+ }
428
+ .wpdt-c #wdt-remove-column-modal .bootstrap-select:not([class*=col-]):not(.input-group-btn) button,
429
+ .wpdt-c #wdt-add-column-modal .bootstrap-select:not([class*=col-]):not(.input-group-btn) button,
430
+ .wpdt-c #wdt-configure-foreign-key-modal .bootstrap-select:not([class*=col-]):not(.input-group-btn) button,
431
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-constructor .bootstrap-select:not([class*=col-]):not(.input-group-btn) button,
432
+ .wpdt-c .wdt-datatables-admin-wrap .plugin-settings .bootstrap-select:not([class*=col-]):not(.input-group-btn) button,
433
+ .wpdt-c .wdt-datatables-admin-wrap .plugin-dashboard .bootstrap-select:not([class*=col-]):not(.input-group-btn) button,
434
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel .bootstrap-select:not([class*=col-]):not(.input-group-btn) button,
435
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-settings .bootstrap-select:not([class*=col-]):not(.input-group-btn) button,
436
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-chart-wizard .bootstrap-select:not([class*=col-]):not(.input-group-btn) button,
437
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-addons .bootstrap-select:not([class*=col-]):not(.input-group-btn) button,
438
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-browse-table .bootstrap-select:not([class*=col-]):not(.input-group-btn) button{
439
+ padding: 10px 12px;
440
+ }
441
+ .wpdt-c #wdt-configure-foreign-key-modal .bootstrap-select > .btn-default,
442
+ .wpdt-c #wdt-remove-column-modal .bootstrap-select > .btn-default,
443
+ .wpdt-c #wdt-add-column-modal .bootstrap-select > .btn-default,
444
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-constructor .bootstrap-select > .btn-default,
445
+ .wpdt-c .wdt-datatables-admin-wrap .plugin-settings .bootstrap-select > .btn-default,
446
+ .wpdt-c .wdt-datatables-admin-wrap .plugin-dashboard .bootstrap-select > .btn-default,
447
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel .bootstrap-select > .btn-default,
448
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-settings .bootstrap-select > .btn-default,
449
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-chart-wizard .bootstrap-select > .btn-default,
450
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-addons .bootstrap-select > .btn-default,
451
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-browse-table .bootstrap-select > .btn-default{
452
+ border-bottom: none !important;
453
+ }
454
+ .wpdt-c #wdt-configure-foreign-key-modal .bootstrap-select.btn-group .dropdown-menu > li.selected a,
455
+ .wpdt-c #wdt-remove-column-modal .bootstrap-select.btn-group .dropdown-menu > li.selected a,
456
+ .wpdt-c #wdt-add-column-modal .bootstrap-select.btn-group .dropdown-menu > li.selected a,
457
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-constructor .bootstrap-select.btn-group .dropdown-menu > li.selected a,
458
+ .wpdt-c .wdt-datatables-admin-wrap .plugin-settings .bootstrap-select.btn-group .dropdown-menu > li.selected a,
459
+ .wpdt-c .wdt-datatables-admin-wrap .plugin-dashboard .bootstrap-select.btn-group .dropdown-menu > li.selected a,
460
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel .bootstrap-select.btn-group .dropdown-menu > li.selected a,
461
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-settings .bootstrap-select.btn-group .dropdown-menu > li.selected a,
462
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-chart-wizard .bootstrap-select.btn-group .dropdown-menu > li.selected a,
463
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-addons .bootstrap-select.btn-group .dropdown-menu > li.selected a,
464
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-browse-table .bootstrap-select.btn-group .dropdown-menu > li.selected a,
465
+ .wpdt-c #wdt-configure-foreign-key-modal .bootstrap-select.btn-group .dropdown-menu > li > a:hover,
466
+ .wpdt-c #wdt-remove-column-modal .bootstrap-select.btn-group .dropdown-menu > li > a:hover,
467
+ .wpdt-c #wdt-add-column-modal .bootstrap-select.btn-group .dropdown-menu > li > a:hover,
468
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-constructor .bootstrap-select.btn-group .dropdown-menu > li > a:hover,
469
+ .wpdt-c .wdt-datatables-admin-wrap .plugin-settings .bootstrap-select.btn-group .dropdown-menu > li > a:hover,
470
+ .wpdt-c .wdt-datatables-admin-wrap .plugin-dashboard .bootstrap-select.btn-group .dropdown-menu > li > a:hover,
471
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel .bootstrap-select.btn-group .dropdown-menu > li > a:hover,
472
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-settings .bootstrap-select.btn-group .dropdown-menu > li > a:hover,
473
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-chart-wizard .bootstrap-select.btn-group .dropdown-menu > li > a:hover,
474
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-addons .bootstrap-select.btn-group .dropdown-menu > li > a:hover,
475
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-browse-table .bootstrap-select.btn-group .dropdown-menu > li > a:hover,
476
+ .wpdt-c #wdt-configure-foreign-key-modal .bootstrap-select.btn-group .dropdown-menu > li > a:focus,
477
+ .wpdt-c #wdt-remove-column-modal .bootstrap-select.btn-group .dropdown-menu > li > a:focus,
478
+ .wpdt-c #wdt-add-column-modal .bootstrap-select.btn-group .dropdown-menu > li > a:focus,
479
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-constructor .bootstrap-select.btn-group .dropdown-menu > li > a:focus,
480
+ .wpdt-c .wdt-datatables-admin-wrap .plugin-settings .bootstrap-select.btn-group .dropdown-menu > li > a:focus,
481
+ .wpdt-c .wdt-datatables-admin-wrap .plugin-dashboard .bootstrap-select.btn-group .dropdown-menu > li > a:focus,
482
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel .bootstrap-select.btn-group .dropdown-menu > li > a:focus,
483
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-settings .bootstrap-select.btn-group .dropdown-menu > li > a:focus,
484
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-chart-wizard .bootstrap-select.btn-group .dropdown-menu > li > a:focus,
485
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-addons .bootstrap-select.btn-group .dropdown-menu > li > a:focus,
486
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-browse-table .bootstrap-select.btn-group .dropdown-menu > li > a:focus{
487
+ background-color: rgba(0, 140, 255, 0.06) !important;
488
+ }
489
+ .wpdt-c #wdt-configure-foreign-key-modal .bootstrap-select .bs-searchbox,
490
+ .wpdt-c #wdt-add-column-modal .bootstrap-select .bs-searchbox,
491
+ .wpdt-c #wdt-remove-column-modal .bootstrap-select .bs-searchbox,
492
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-constructor .bootstrap-select .bs-searchbox,
493
+ .wpdt-c .wdt-datatables-admin-wrap .plugin-settings .bootstrap-select .bs-searchbox,
494
+ .wpdt-c .wdt-datatables-admin-wrap .plugin-dashboard .bootstrap-select .bs-searchbox,
495
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel .bootstrap-select .bs-searchbox,
496
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-settings .bootstrap-select .bs-searchbox,
497
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-chart-wizard .bootstrap-select .bs-searchbox,
498
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-addons .bootstrap-select .bs-searchbox,
499
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-browse-table .bootstrap-select .bs-searchbox,
500
+ .wpdt-c #wdt-configure-foreign-key-modal .bootstrap-select .bs-searchbox input,
501
+ .wpdt-c #wdt-add-column-modal .bootstrap-select .bs-searchbox input,
502
+ .wpdt-c #wdt-remove-column-modal .bootstrap-select .bs-searchbox input,
503
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-constructor .bootstrap-select .bs-searchbox input,
504
+ .wpdt-c .wdt-datatables-admin-wrap .plugin-settings .bootstrap-select .bs-searchbox input,
505
+ .wpdt-c .wdt-datatables-admin-wrap .plugin-dashboard .bootstrap-select .bs-searchbox input,
506
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel .bootstrap-select .bs-searchbox input,
507
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-settings .bootstrap-select .bs-searchbox input,
508
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-chart-wizard .bootstrap-select .bs-searchbox input,
509
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-addons .bootstrap-select .bs-searchbox input,
510
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-browse-table .bootstrap-select .bs-searchbox input {
511
+ background:#ffffff !important;
512
+ }
513
+
514
+ .wpdt-c #wdt-configure-foreign-key-modal .bootstrap-select > .btn-default.btn-group .dropdown-menu li a,
515
+ .wpdt-c #wdt-add-column-modal .bootstrap-select > .btn-default.btn-group .dropdown-menu li a,
516
+ .wpdt-c #wdt-remove-column-modal .bootstrap-select > .btn-default.btn-group .dropdown-menu li a,
517
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-constructor .bootstrap-select > .btn-default.btn-group .dropdown-menu li a,
518
+ .wpdt-c .wdt-datatables-admin-wrap .plugin-settings .bootstrap-select > .btn-default.btn-group .dropdown-menu li a,
519
+ .wpdt-c .wdt-datatables-admin-wrap .plugin-dashboard .bootstrap-select > .btn-default.btn-group .dropdown-menu li a,
520
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel .bootstrap-select > .btn-default.btn-group .dropdown-menu li a,
521
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-settings .bootstrap-select > .btn-default.btn-group .dropdown-menu li a,
522
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-chart-wizard .bootstrap-select > .btn-default.btn-group .dropdown-menu li a,
523
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-addons .bootstrap-select > .btn-default.btn-group .dropdown-menu li a,
524
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-browse-table .bootstrap-select > .btn-default.btn-group .dropdown-menu li a{
525
+ font-family: Inter;
526
+ font-style: normal;
527
+ font-weight: normal;
528
+ font-size: 13px;
529
+ line-height: 20px;
530
+ color: #061938;
531
+ }
532
+ .wpdt-c #wdt-configure-foreign-key-modal .bootstrap-select > .btn-default:before,
533
+ .wpdt-c #wdt-add-column-modal .bootstrap-select > .btn-default:before,
534
+ .wpdt-c #wdt-remove-column-modal .bootstrap-select > .btn-default:before,
535
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-constructor .bootstrap-select > .btn-default:before,
536
+ .wpdt-c .wdt-datatables-admin-wrap .plugin-settings .bootstrap-select > .btn-default:before,
537
+ .wpdt-c .wdt-datatables-admin-wrap .plugin-dashboard .bootstrap-select > .btn-default:before,
538
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel .bootstrap-select > .btn-default:before,
539
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-settings .bootstrap-select > .btn-default:before,
540
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-chart-wizard .bootstrap-select > .btn-default:before,
541
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-addons .bootstrap-select > .btn-default:before,
542
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-browse-table .bootstrap-select > .btn-default:before{
543
+ position: absolute;
544
+ top: 6px;
545
+ right: 0;
546
+ height: calc(100% - 2px);
547
+ width: 30px;
548
+ font-family: "wpDataTablesIcons";
549
+ font-weight: 900;
550
+ font-size: 15px;
551
+ content: "\f0e1";
552
+ pointer-events: none;
553
+ z-index: 5;
554
+ background-image: none;
555
+ background-size: 0;
556
+ }
557
+ .wpdt-c #wdt-input-url,
558
+ .wpdt-c #wdt-constructor-input-url,
559
+ .wpdt-c #wdt-configure-foreign-key-modal .form-group,
560
+ .wpdt-c #wdt-add-column-modal .form-group,
561
+ .wpdt-c #wdt-remove-column-modal .form-group,
562
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-constructor .form-group,
563
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-settings .form-group,
564
+ .wpdt-c .wdt-datatables-admin-wrap .plugin-settings .form-group,
565
+ .wpdt-c .wdt-datatables-admin-wrap .plugin-dashboard .form-group,
566
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-chart-wizard .form-group,
567
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel .form-group,
568
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-addons .form-group,
569
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-browse-table .form-group{
570
+ margin-bottom: 16px;
571
+ }
572
+ .wpdt-c .wdt-datatables-admin-wrap .card.wdt-browse-table #wdt-datatables-browse-table{
573
+ background: #FFFFFF;
574
+ box-shadow: 0 3px 6px rgba(23, 43, 77, 0.08), 0 1px 1px rgba(23, 43, 77, 0.11);
575
+ border-radius: 3px;
576
+ }
577
+ .wdt-datatables-admin-wrap .wpdt-footer-links li a {
578
+ color: #5A6C89;
579
+ box-shadow: none;
580
+ }
581
+ .wpdt-c .wdt-input-data-source-type,
582
+ .wpdt-c .wdt-constructor-preview-wp-table,
583
+ .wpdt-c .input-path-block,
584
+ .wpdt-c .mysql-settings-block,
585
+ .wpdt-c .wdt-constructor-file-table-name-block,
586
+ .wpdt-c #wdt-constructor-mysql-tables-block,
587
+ .wpdt-c .wdt-constructor-post-types-block,
588
+ .wpdt-c .wdt-constructor-mysql-query-table-name-block,
589
+ .wpdt-c .wdt-constructor-wp-query-table-name-block,
590
+ .wpdt-c .wdt-constructor-columns-container,
591
+ .wpdt-c .wdt-constructor-table-name-and-columns,
592
+ .wpdt-c .wdt-constructor-post-conditions-block,
593
+ .wpdt-c .wdt-constructor-post-grouping-rules-block,
594
+ .wpdt-c .wdt-constructor-post-types-relationship-block,
595
+ .wpdt-c .wdt-constructor-post-types-define-relations-block,
596
+ .wpdt-c .wdt-constructor-mysql-conditions-block,
597
+ .wpdt-c .wdt-constructor-mysql-grouping-rules-block,
598
+ .wpdt-c .wdt-constructor-mysql-tables-relationship-block,
599
+ .wpdt-c .wdt-constructor-mysql-tables-define-relations-block {
600
+ background-color: #ffffff;
601
+ }
602
+
603
+
604
+ .wpdt-c #wdt-formula-editor-modal .modal-dialog,
605
+ .wpdt-c #wdt-columns-list-modal .modal-dialog{
606
+ width: 698px !important;
607
+ }
608
+ .wpdt-c #wdt-columns-list-modal,
609
+ .wpdt-c #wdt-duplicate-table-modal,
610
+ .wpdt-c #wdt-duplicate-chart-modal,
611
+ .wpdt-c #wdt-possible-values-merge-list-modal,
612
+ .wpdt-c #wdt-formula-editor-modal,
613
+ .wpdt-c #wdt-remove-column-modal,
614
+ .wpdt-c #wdt-add-column-modal,
615
+ .wpdt-c #wdt-configure-foreign-key-modal,
616
+ .wpdt-c #wdt-backend-close-modal,
617
+ .wpdt-c #wdt-rb-backend-close-modal,
618
+ .wpdt-c #wdt-rb-shortcodes-modal,
619
+ .wpdt-c #wdt-delete-modal {
620
+ font-family: Inter;
621
+ font-style: normal;
622
+ line-height: 20px;
623
+ }
624
+
625
+ .wpdt-c #wdt-columns-list-modal .modal-content,
626
+ .wpdt-c #wdt-duplicate-chart-modal .modal-content,
627
+ .wpdt-c #wdt-duplicate-table-modal .modal-content,
628
+ .wpdt-c #wdt-possible-values-merge-list-modal .modal-content,
629
+ .wpdt-c #wdt-formula-editor-modal .modal-content,
630
+ .wpdt-c #wdt-configure-foreign-key-modal .modal-content,
631
+ .wpdt-c #wdt-add-column-modal .modal-content,
632
+ .wpdt-c #wdt-remove-column-modal .modal-content,
633
+ .wpdt-c #wdt-rb-backend-close-modal .modal-content,
634
+ .wpdt-c #wdt-rb-shortcodes-modal .modal-content,
635
+ .wpdt-c #wdt-backend-close-modal .modal-content,
636
+ .wpdt-c #wdt-delete-modal .modal-content,
637
+ .wpdt-c #wdt-range-picker .modal-content {
638
+ background: #FFFFFF;
639
+ box-shadow: 0 0 1px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.04), 0 16px 24px rgba(0, 0, 0, 0.06);
640
+ border-radius: 4px;
641
+ }
642
+ .wpdt-c #wdt-columns-list-modal .modal-title,
643
+ .wpdt-c #wdt-duplicate-table-modal .modal-title,
644
+ .wpdt-c #wdt-duplicate-chart-modal .modal-title,
645
+ .wpdt-c #wdt-possible-values-merge-list-modal .modal-title,
646
+ .wpdt-c #wdt-formula-editor-modal .modal-title,
647
+ .wpdt-c #wdt-configure-foreign-key-modal .modal-title,
648
+ .wpdt-c #wdt-add-column-modal .modal-title,
649
+ .wpdt-c #wdt-remove-column-modal .modal-title,
650
+ .wpdt-c #wdt-rb-backend-close-modal .modal-title,
651
+ .wpdt-c #wdt-rb-shortcodes-modal .modal-title,
652
+ .wpdt-c #wdt-backend-close-modal .modal-title,
653
+ .wpdt-c #wdt-delete-modal .modal-title,
654
+ .wpdt-c #wdt-range-picker .modal-title,
655
+ .wpdt-c #wdt-error-modal .modal-title {
656
+ font-size: 15px;
657
+ line-height: 20px;
658
+ color: #061938;
659
+ font-weight: normal;
660
+ }
661
+
662
+ .wpdt-c #wdt-duplicate-table-modal .modal-content .modal-body,
663
+ .wpdt-c #wdt-duplicate-chart-modal .modal-content .modal-body,
664
+ .wpdt-c #wdt-duplicate-table-modal .modal-content .modal-header,
665
+ .wpdt-c #wdt-duplicate-chart-modal .modal-content .modal-header,
666
+ .wpdt-c #wdt-possible-values-merge-list-modal .modal-content .modal-body,
667
+ .wpdt-c #wdt-possible-values-merge-list-modal .modal-content .modal-header,
668
+ .wpdt-c #wdt-columns-list-modal .modal-content .modal-body,
669
+ .wpdt-c #wdt-columns-list-modal .modal-content .modal-header,
670
+ .wpdt-c #wdt-formula-editor-modal .modal-content .modal-body,
671
+ .wpdt-c #wdt-formula-editor-modal .modal-content .modal-header,
672
+ .wpdt-c #wdt-configure-foreign-key-modal .modal-content .modal-body,
673
+ .wpdt-c #wdt-configure-foreign-key-modal .modal-content .modal-header,
674
+ .wpdt-c #wdt-add-column-modal .modal-content .modal-body,
675
+ .wpdt-c #wdt-add-column-modal .modal-content .modal-header,
676
+ .wpdt-c #wdt-remove-column-modal .modal-content .modal-body,
677
+ .wpdt-c #wdt-remove-column-modal .modal-content .modal-header,
678
+ .wpdt-c #wdt-rb-backend-close-modal .modal-content .modal-body,
679
+ .wpdt-c #wdt-rb-backend-close-modal .modal-content .modal-header,
680
+ .wpdt-c #wdt-rb-shortcodes-modal .modal-content .modal-body,
681
+ .wpdt-c #wdt-rb-shortcodes-modal .modal-content .modal-header,
682
+ .wpdt-c #wdt-backend-close-modal .modal-content .modal-body,
683
+ .wpdt-c #wdt-backend-close-modal .modal-content .modal-header ,
684
+ .wpdt-c #wdt-delete-modal .modal-content .modal-body,
685
+ .wpdt-c #wdt-delete-modal .modal-content .modal-header ,
686
+ .wpdt-c #wdt-error-modal .modal-content .modal-body,
687
+ .wpdt-c #wdt-error-modal .modal-content .modal-header,
688
+ .wpdt-c #wdt-range-picker .modal-content .modal-header {
689
+ padding: 24px 24px 0 24px;
690
+ }
691
+ .wpdt-c #wdt-duplicate-table-modal .modal-content .modal-body small,
692
+ .wpdt-c #wdt-duplicate-chart-modal .modal-content .modal-body small,
693
+ .wpdt-c #wdt-possible-values-merge-list-modal .modal-content .modal-body small,
694
+ .wpdt-c #wdt-rb-backend-close-modal .modal-content .modal-body small,
695
+ .wpdt-c #wdt-rb-shortcodes-modal .modal-content .modal-body small,
696
+ .wpdt-c #wdt-backend-close-modal .modal-content .modal-body small,
697
+ .wpdt-c #wdt-delete-modal .modal-content .modal-body small{
698
+ font-size: 14px;
699
+ line-height: 24px;
700
+ color: #5A6C89;
701
+ }
702
+
703
+ .wpdt-c #wdt-duplicate-table-modal .modal-content .modal-header button,
704
+ .wpdt-c #wdt-duplicate-chart-modal .modal-content .modal-header button,
705
+ .wpdt-c #wdt-possible-values-merge-list-modal .modal-content .modal-header button,
706
+ .wpdt-c #wdt-columns-list-modal .modal-content .modal-header button,
707
+ .wpdt-c #wdt-formula-editor-modal .modal-content .modal-header button,
708
+ .wpdt-c #wdt-configure-foreign-key-modal .modal-content .modal-header button,
709
+ .wpdt-c #wdt-add-column-modal .modal-content .modal-header button,
710
+ .wpdt-c #wdt-remove-column-modal .modal-content .modal-header button,
711
+ .wpdt-c #wdt-backend-close-modal .modal-content .modal-header button,
712
+ .wpdt-c #wdt-rb-backend-close-modal .modal-content .modal-header button,
713
+ .wpdt-c #wdt-rb-shortcodes-modal .modal-content .modal-header button,
714
+ .wpdt-c #wdt-delete-modal .modal-content .modal-header button,
715
+ .wpdt-c #wdt-error-modal .modal-content .modal-header button,
716
+ .wpdt-c #wdt-range-picker .modal-content .modal-header button {
717
+ font-size: 15px;
718
+ line-height: 20px;
719
+ color: #8796AF;
720
+ }
721
+ .wpdt-c #wdt-duplicate-table-modal .modal-content .modal-footer,
722
+ .wpdt-c #wdt-duplicate-chart-modal .modal-content .modal-footer,
723
+ .wpdt-c #wdt-possible-values-merge-list-modal .modal-content .modal-footer,
724
+ .wpdt-c #wdt-columns-list-modal .modal-content .modal-footer,
725
+ .wpdt-c #wdt-formula-editor-modal .modal-content .modal-footer,
726
+ .wpdt-c #wdt-configure-foreign-key-modal .modal-content .modal-footer,
727
+ .wpdt-c #wdt-add-column-modal .modal-content .modal-footer,
728
+ .wpdt-c #wdt-remove-column-modal .modal-content .modal-footer,
729
+ .wpdt-c #wdt-backend-close-modal .modal-content .modal-footer,
730
+ .wpdt-c #wdt-rb-backend-close-modal .modal-content .modal-footer,
731
+ .wpdt-c #wdt-rb-shortcodes-modal .modal-content .modal-footer,
732
+ .wpdt-c #wdt-delete-modal .modal-content .modal-footer,
733
+ .wpdt-c #wdt-error-modal .modal-content .modal-footer,
734
+ .wpdt-c #wdt-range-picker .modal-content .modal-footer{
735
+ padding: 12px 24px 16px 24px;
736
+ }
737
+
738
+ .wpdt-c #separate-connection .wdt-my-sql-delete,
739
+ .wpdt-c #wdt-columns-list-modal .modal-content .modal-footer .btn,
740
+ .wpdt-c #wdt-possible-values-merge-list-modal .modal-content .modal-footer .btn,
741
+ .wpdt-c #wdt-formula-editor-modal .modal-content .modal-footer .btn,
742
+ .wpdt-c #wdt-rb-backend-close-modal .modal-content .modal-footer #wdt-rb-backend-continue-button,
743
+ .wpdt-c #wdt-rb-backend-close-modal .modal-content .modal-footer #wdt-rb-backend-close-button,
744
+ .wpdt-c #wdt-backend-close-modal .modal-content .modal-footer #wdt-backend-continue-button,
745
+ .wpdt-c #wdt-backend-close-modal .modal-content .modal-footer #wdt-backend-close-button,
746
+ .wpdt-c #wdt-error-modal .modal-content .modal-footer button,
747
+ .wpdt-c #wdt-delete-modal .modal-content .modal-footer .wdt-cancel-delete-button,
748
+ .wpdt-c #wdt-delete-modal .modal-content .modal-footer .wdt-browse-delete-button,
749
+ .wpdt-c #wdt-range-picker .modal-content .modal-footer button{
750
+ font-family: Inter;
751
+ font-style: normal;
752
+ font-weight: 500;
753
+ font-size: 14px;
754
+ line-height: 20px;
755
+ padding: 8px 16px;
756
+ border-radius: 5px;
757
+ }
758
+
759
+ .wpdt-c #wdt-rb-backend-close-modal .modal-content .modal-footer #wdt-rb-backend-continue-button,
760
+ .wpdt-c #wdt-backend-close-modal .modal-content .modal-footer #wdt-backend-continue-button,
761
+ .wpdt-c #wdt-delete-modal .modal-content .modal-footer .wdt-cancel-delete-button,
762
+ .wpdt-c #wdt-error-modal .modal-content .modal-footer button,
763
+ .wpdt-c #wdt-range-picker .modal-content .modal-footer #wdt-cancel-range {
764
+ color: #253858;
765
+ background: #ffffff;
766
+ border: 1px solid #DFE1E6;
767
+ box-sizing: border-box;
768
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
769
+ }
770
+ .wpdt-c #wdt-rb-backend-close-modal .modal-content .modal-footer #wdt-rb-backend-continue-button:hover,
771
+ .wpdt-c #wdt-backend-close-modal .modal-content .modal-footer #wdt-backend-continue-button:hover,
772
+ .wpdt-c #wdt-delete-modal .modal-content .modal-footer .wdt-cancel-delete-button:hover,
773
+ .wpdt-c #wdt-error-modal .modal-content .modal-footer button:hover,
774
+ .wpdt-c #wdt-range-picker .modal-content .modal-footer #wdt-cancel-range:hover {
775
+ background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), #FFFFFF;
776
+ border: 1px solid #DFE1E6;
777
+ box-sizing: border-box;
778
+ box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
779
+ }
780
+ .wpdt-c #separate-connection .wdt-my-sql-delete,
781
+ .wpdt-c #wdt-rb-backend-close-modal .modal-content .modal-footer #wdt-rb-backend-close-button,
782
+ .wpdt-c #wdt-backend-close-modal .modal-content .modal-footer #wdt-backend-close-button,
783
+ .wpdt-c #wdt-remove-column-modal #wdt-remove-column-submit,
784
+ .wpdt-c #wdt-delete-modal .modal-content .modal-footer .wdt-browse-delete-button{
785
+ background: #F03E3E;
786
+ color: #ffffff;
787
+ }
788
+ .wpdt-c #separate-connection .wdt-my-sql-delete:hover,
789
+ .wpdt-c #wdt-backend-close-modal .modal-content .modal-footer #wdt-backend-close-button:hover,
790
+ .wpdt-c #wdt-rb-backend-close-modal .modal-content .modal-footer #wdt-rb-backend-close-button:hover,
791
+ .wpdt-c #wdt-remove-column-modal #wdt-remove-column-submit:hover,
792
+ .wpdt-c #wdt-delete-modal .modal-content .modal-footer .wdt-browse-delete-button:hover{
793
+ background: #E03131;
794
+ }
795
+
796
+ .wpdt-c #wdt-column-settings-buttons hr,
797
+ .wpdt-c #wdt-possible-values-merge-list-modal .modal-content .modal-footer hr,
798
+ .wpdt-c #wdt-columns-list-modal .modal-content .modal-footer hr,
799
+ .wpdt-c #wdt-formula-editor-modal .modal-content .modal-footer hr,
800
+ .wpdt-c #wdt-configure-foreign-key-modal .modal-content .modal-footer hr,
801
+ .wpdt-c #wdt-add-column-modal .modal-content .modal-footer hr,
802
+ .wpdt-c #wdt-remove-column-modal .modal-content .modal-footer hr,
803
+ .wpdt-c #wdt-backend-close-modal .modal-content .modal-footer hr,
804
+ .wpdt-c #wdt-delete-modal .modal-content .modal-footer hr,
805
+ .wpdt-c #wdt-error-modal .modal-content .modal-footer hr,
806
+ .wpdt-c #wdt-rb-backend-close-modal .modal-content .modal-footer hr,
807
+ .wpdt-c #wdt-rb-shortcodes-modal .modal-content .modal-footer hr,
808
+ .wpdt-c #wdt-range-picker .modal-content .modal-footer hr{
809
+ margin-top: 0;
810
+ margin-bottom: 16px;
811
  }
812
 
813
  .wpdt-c #wpdt-inline-logo {
814
+ width: 110px;
815
+ height: 35px;
 
816
  padding-right: 10px;
817
+ }
818
+ .wpdt-c .wdt-table-setting #wpdt-inline-logo {
819
+ display: block;
820
  }
821
 
822
  .wpdt-c .wdt-datatables-admin-wrap .tab-nav li a:active,
846
  border-left: 0;
847
  border-right: 0;
848
  border-top: 0;
849
+ border-bottom: 0;
850
  -webkit-appearance: none;
851
  -moz-appearance: none;
852
  appearance: none;
853
  padding: 0;
854
  box-shadow: none;
855
  width: 100%;
856
+ }
857
+ .wpdt-c #wdt-add-column-modal .bootstrap-tagsinput {
858
+ max-height: 47px;
859
+ padding: 3px 0 3px 12px;
860
+ }
861
+ .wpdt-c #wdt-add-column-modal .wdt-add-column-possible-values-block .form-group {
862
+ height: inherit;
863
+ max-height: 50px;
864
  overflow-y: auto;
865
+ border: 1px solid #D7D9E2;
866
+ box-sizing: border-box;
867
+ box-shadow: 0 1px 2px rgba(90, 108, 137, 0.08);
868
+ border-radius: 3px;
869
+ color: #061938;
870
+ }
871
+ .wpdt-c #wdt-add-column-modal .bootstrap-tagsinput .tag {
872
+ color: #5A6C89 ;
873
+ background-color: #F3F3FA;
874
+ border-radius: 2px;
875
+ display: inline-block;
876
+ margin-bottom: 4px;
877
+ font-size: 12px;
878
  }
879
 
880
  .wpdt-c .wdt-datatables-admin-wrap div.toggle-switch {
881
  width: 100%;
882
+ position: relative;
883
+ }
884
+ .wpdt-c .wdt-datatables-admin-wrap div.toggle-switch label{
885
+ border: 1px solid #EBECF0;
886
+ box-sizing: border-box;
887
+ border-radius: 3px;
888
+ padding: 9px 45px 9px 12px;
889
+ width: 100%;
890
+ font-family: Inter;
891
+ font-style: normal;
892
+ font-weight: normal;
893
+ font-size: 14px;
894
+ line-height: 20px;
895
+ color: #000;
896
+ min-height: 40px;
897
+ }
898
+ .wpdt-c .wdt-datatables-admin-wrap div.toggle-switch input[type="checkbox"]:checked + label {
899
+ border: 1px solid rgba(0, 140, 255, 0.5);
900
+ background: rgba(0, 140, 255, 0.02);
901
+ }
902
+ .wpdt-c .wdt-datatables-admin-wrap div.toggle-switch input[type="checkbox"]:checked + label[data-toggle="html-checkbox-premium-popover"] {
903
+ background: linear-gradient(0deg, rgba(255, 244, 230, 0.25), rgba(255, 244, 230, 0.25)), #FFFFFF;
904
+ border: 1px solid #FFA94D;
905
  }
 
906
  .wpdt-c .wdt-datatables-admin-wrap div.toggle-switch .ts-helper {
907
+ display: none;
908
  }
909
 
910
  .wpdt-c .wdt-preload-layer {
911
  position: absolute;
912
  height: 100%;
913
  width: 100%;
914
+ background-color: rgba(255,255,255,1);
915
  text-align: center;
916
  z-index: 100;
917
  }
918
+ .wpdt-c .tms-store-checkout-wpdatatables{
919
+ cursor: pointer;
920
+ }
921
 
922
  .wpdt-c .wdt-preload-layer div.preloader {
923
  top: 50%;
929
 
930
  .wpdt-c .wpcolorpicker-icon.input-group-addon {
931
  position: absolute;
932
+ right: 1px;
933
+ top: 6px;
934
  z-index: 4;
935
  height: 25px;
936
  width: 25px;
937
  padding: 0;
938
  }
939
+ .wpdt-c #column-conditional-formatting-settings .wdt-conditional-formatting-rule .wpcolorpicker-icon.input-group-addon {
940
+ right: 13px;
941
+ }
942
 
943
  .wpdt-c .colorpicker-element .wpcolorpicker-icon.add-on>i,
944
  .wpdt-c .colorpicker-element .wpcolorpicker-icon.input-group-addon>i {
945
+ height: 28px;
946
+ width: 28px;
947
+ }
948
+ .wpdt-c .wdt-conditional-formatting-rule {
949
+ padding-top: 12px;
950
+ padding-bottom: 4px;
951
+ border-top: 1px solid #EBECF0;
952
+ color: #061938;
953
+ }
954
+ .wpdt-c .wdt-conditional-formatting-rule .btn-default,
955
+ .wpdt-c .wdt-conditional-formatting-rule .btn-default:before {
956
+ color: #061938;
957
+ }
958
+
959
+ .wpdt-c .wdt-conditional-formatting-rule:first-child {
960
+ border-top: none !important;
961
+ }
962
+ .wpdt-c .wdt-conditional-formatting-rule .wdt-last{
963
+ padding-right: 0;
964
+ }
965
+ .wpdt-c .wdt-conditional-formatting-rule .colorpicker-element {
966
+ margin-left: 15px;
967
+ }
968
+ .wpdt-c .wdt-conditional-formatting-rule .colorpicker-element .wpcolorpicker-icon.input-group-addon>i {
969
+ position: absolute;
970
+ }
971
+ .wpdt-c .wdt-conditional-formatting-rule .col-sm-3,
972
+ .wpdt-c .wdt-conditional-formatting-rule .col-sm-2,
973
+ .wpdt-c .wdt-conditional-formatting-rule .col-sm-1{
974
+ padding-left: 0 !important;
975
+ }
976
+ .wpdt-c .wdt-conditional-formatting-rule .col-sm-1 label{
977
+ padding-top: 9px;
978
+ color: #061938;
979
  }
980
  .wpdt-c .colorpicker.colorpicker-visible {
981
  top: 32px;
996
  .wpdt-c .btn.btn-default.wdt-documentation,
997
  .wpdt-c .btn.btn-default.wdt-documentation:hover,
998
  .wpdt-c .btn.btn-default.wdt-documentation:focus {
999
+ border: none;
1000
+ padding: 8px 16px;
1001
+ border-radius: 6px;
1002
+ font-family: Inter;
1003
+ font-style: normal;
1004
+ font-weight: 500;
1005
+ font-size: 14px;
1006
+ line-height: 20px;
1007
+ color: #253858;
1008
+ }
1009
+ .wpdt-c .card.wdt-table-settings .wdt-table-settings-col {
1010
+ border-top: 1px solid #DFE1E6;
1011
+ }
1012
+
1013
+ .wpdt-c .card.wdt-table-settings .wdt-table-settings-col .btn.btn-default.wdt-documentation {
1014
+ margin-top: 18px;
1015
+ }
1016
+ .wpdt-c .wdt-documentation:hover {
1017
+ background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), #FFFFFF !important;
1018
+ }
1019
+ .wpdt-c .btn.btn-default.wdt-documentation i {
1020
+ margin-right: 8px;
1021
+ }
1022
+ .wpdt-c .wdt-datatables-admin-wrap .bootstrap-select .btn{
1023
+ padding: 0;
1024
  }
1025
 
1026
  .wpdt-c .wdt-datatables-admin-wrap .card .card-header.wdt-admin-card-header {
1027
+ padding: 0 0 14px 0;
1028
+ }
1029
+ .wpdt-c .wdt-datatables-admin-wrap .card.column-settings .card-header.wdt-admin-card-header {
1030
+ background: #ffffff !important;
1031
+ border-bottom: 1px solid #EBECF0;
1032
+ padding: 20px 24px;
1033
+ }
1034
+ .wpdt-c .wdt-datatables-admin-wrap .card.column-settings .card-header.wdt-admin-card-header h2{
1035
+ font-family: Inter;
1036
+ font-style: normal;
1037
+ font-weight: normal;
1038
+ font-size: 16px;
1039
+ line-height: 24px;
1040
+ color: #304463;
1041
  }
1042
 
1043
  .wpdt-c .wdt-datatables-admin-wrap .card .card-header.wdt-admin-card-header .actions {
1044
+ right: 0;
1045
+ bottom: 0;
1046
+ top: unset;
1047
  }
1048
+ .wpdt-c .wdt-datatables-admin-wrap .card .card-header.wdt-admin-card-header .actions li {
1049
+ margin-bottom: 12px;
 
 
1050
  }
1051
 
1052
+ .wpdt-c .wdt-datatables-admin-wrap .btn:disabled {
1053
+ opacity: .5;
 
1054
  }
1055
 
1056
  .wpdt-c .wdt-datatables-admin-wrap .alert .wdt-alert-title:hover,
1057
  .wpdt-c .wdt-datatables-admin-wrap .alert .wdt-alert-subtitle:hover {
1058
  cursor: text;
1059
  }
1060
+ .wpdt-c .wdt-datatables-admin-wrap .alert .wdt-alert-title,
1061
+ .wpdt-c .wdt-datatables-admin-wrap .alert .wdt-alert-subtitle {
1062
+ font-size: 12px;
1063
+ line-height: 16px;
1064
+ color: #091E6F;
1065
+ font-weight: 500;
1066
+ }
1067
+ .wpdt-c .wdt-datatables-admin-wrap .alert .wdt-alert-title {
1068
+ margin-left: 10px;
1069
+ font-weight: bold;
1070
+ }
1071
+ .wpdt-c .wdt-datatables-admin-wrap .alert .wdt-alert-subtitle {
1072
+ display: inline-block;
1073
+ padding-left: 29px;
1074
+ }
1075
+
1076
+ .wpdt-c button#wp-my-sql-add,
1077
+ .wpdt-c .wdt-store-activate-plugin.btn-primary,
1078
+ .wpdt-c button.wdt-my-sql-test {
1079
+ margin-top: 3px;
1080
+ }
1081
+ .wpdt-c .wdt-store-activate-plugin.btn-danger{
1082
+ margin-top: 1px;
1083
+ }
1084
+
1085
+
1086
+ .wpdt-c button.wdt-collapse-table-settings,
1087
+ .wpdt-c button#wp-my-sql-add,
1088
+ .wpdt-c .wdt-store-activate-plugin.btn-primary,
1089
+ .wpdt-c .wdt-store-activate-plugin.btn-danger,
1090
+ .wpdt-c button#wdt-envato-deactivation-wpdatatables,
1091
+ .wpdt-c button.wdt-my-sql-test,
1092
+ .wpdt-c button.reset-color-settings,
1093
+ .wpdt-c button#wdt-browse-button,
1094
+ .wpdt-c button#wdt-constructor-browse-button,
1095
+ .wpdt-c button.wdt-cancel-column-settings,
1096
+ .wpdt-c button.wdt-backend-close,
1097
+ .wpdt-c button.wdt-backend-chart-close,
1098
+ .wpdt-c button.wdt-foreign-key-close,
1099
+ .wpdt-c button#wdt-foreign-key-open,
1100
+ .wpdt-c button.wdt-save-foreign-key-rule,
1101
+ .wpdt-c button.wdt-column-apply,
1102
+ .wpdt-c #wdt-duplicate-table-modal .btn-danger,
1103
+ .wpdt-c #wdt-duplicate-chart-modal .btn-danger,
1104
+ .wpdt-c #wdt-add-column-modal .btn-danger,
1105
+ .wpdt-c #wdt-remove-column-modal .btn-danger,
1106
+ .wpdt-c button#wdt-add-column-submit,
1107
+ .wpdt-c button#wdt-remove-column-submit,
1108
+ .wpdt-c #wdt-columns-list-modal #wdt-apply-columns-list,
1109
+ .wpdt-c #wdt-formula-editor-modal .wdt-save-formula,
1110
+ .wpdt-c button.wdt-apply {
1111
+ font-family: Inter;
1112
+ font-style: normal;
1113
+ font-weight: 500;
1114
+ font-size: 14px;
1115
+ line-height: 20px;
1116
+ padding: 8px 16px;
1117
+ border-radius: 5px;
1118
+ box-sizing: border-box;
1119
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06) !important;
1120
+ margin-left: 8px;
1121
+ }
1122
+ .wpdt-c button#wdt-browse-button,
1123
+ .wpdt-c button#wdt-constructor-browse-button {
1124
+ margin-top: 2px;
1125
+ }
1126
+ .wpdt-c .wdt-store-activate-plugin.btn-primary,
1127
+ .wpdt-c .wdt-store-activate-plugin.btn-danger,
1128
+ .wpdt-c button#wdt-foreign-key-open{
1129
+ margin-left: 0;
1130
+ }
1131
+
1132
+ .wpdt-c button.wdt-cancel-column-settings,
1133
+ .wpdt-c #wdt-duplicate-table-modal .btn-danger,
1134
+ .wpdt-c #wdt-duplicate-chart-modal .btn-danger,
1135
+ .wpdt-c #wdt-configure-foreign-key-modal .btn-danger,
1136
+ .wpdt-c #wdt-add-column-modal .btn-danger,
1137
+ .wpdt-c #wdt-remove-column-modal .btn-danger,
1138
+ .wpdt-c #wdt-columns-list-modal .btn-danger,
1139
+ .wpdt-c #wdt-formula-editor-modal .btn-danger,
1140
+ .wpdt-c #wdt-possible-values-merge-list-modal .btn-danger,
1141
+ .wpdt-c #reset-color-settings,
1142
+ .wpdt-c button.wdt-backend-close,
1143
+ .wpdt-c button.wdt-backend-chart-close {
1144
+ background-color: #ffffff!important;
1145
+ color: #253858 !important;
1146
+ border-color: #DFE1E6 !important;
1147
+ border: 1px solid;
1148
+ }
1149
+
1150
+ .wpdt-c button.wdt-cancel-column-settings:hover,
1151
+ .wpdt-c #wdt-duplicate-table-modal .btn-danger:hover,
1152
+ .wpdt-c #wdt-duplicate-chart-modal .btn-danger:hover,
1153
+ .wpdt-c #wdt-configure-foreign-key-modal .btn-danger:hover,
1154
+ .wpdt-c #wdt-add-column-modal .btn-danger:hover,
1155
+ .wpdt-c #wdt-remove-column-modal .btn-danger:hover,
1156
+ .wpdt-c #wdt-columns-list-modal .btn-danger:hover,
1157
+ .wpdt-c #wdt-formula-editor-modal .btn-danger:hover,
1158
+ .wpdt-c #wdt-possible-values-merge-list-modal .btn-danger:hover,
1159
+ .wpdt-c #reset-color-settings:hover,
1160
+ .wpdt-c button.wdt-backend-close:hover,
1161
+ .wpdt-c button.wdt-backend-chart-close:hover {
1162
+ background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), #FFFFFF;
1163
+ border: 1px solid #DFE1E6;
1164
+ box-sizing: border-box;
1165
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
1166
  }
1167
 
1168
+ .wpdt-c button.wdt-collapse-table-settings {
1169
+ background-color: #ffffff !important;
1170
+ color: #304463 !important;
1171
+ border: 1px solid rgba(0, 140, 255, 0.75) !important;
1172
+ }
1173
+ .wpdt-c button.wdt-collapse-table-settings:hover {
1174
+ background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), #FFFFFF !important;
1175
+ border: 1px solid #DFE1E6;
1176
+ box-sizing: border-box;
1177
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
1178
+ }
1179
+ .wpdt-c button.wdt-collapse-table-settings i {
1180
+ margin-left: 4px;
1181
  }
1182
 
1183
+ .wpdt-c button#wp-my-sql-add,
1184
+ .wpdt-c button.wdt-my-sql-test {
1185
+ margin-left: 0;
1186
  }
1187
 
1188
+ .wpdt-c #wdt-formula-editor-modal .wdt-preview-formula {
1189
+ font-size: 14px;
1190
+ line-height: 20px;
1191
+ color: #091E6F;
1192
+ background: linear-gradient(0deg, rgba(0, 140, 255, 0.08), rgba(0, 140, 255, 0.08)), #FFFFFF;
1193
+ border: 1px solid rgba(0, 140, 255, 0.14);
1194
+ box-sizing: border-box;
1195
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
1196
+ border-radius: 5px;
1197
+ }
1198
+ .wpdt-c #wdt-formula-editor-modal .wdt-preview-formula:hover {
1199
+ background: linear-gradient(0deg, rgba(0, 140, 255, 0.13), rgba(0, 140, 255, 0.13)), #FFFFFF;
1200
+ border: 1px solid rgba(0, 140, 255, 0.14);
1201
+ box-sizing: border-box;
1202
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
1203
+ }
1204
+ .wpdt-c #separate-connection .wdt-my-sql-delete i,
1205
+ .wpdt-c .wdt-store-activate-plugin i,
1206
+ .wpdt-c .wdt-envato-activation .wdt-envato-deactivation-button i,
1207
+ .wpdt-c #wdt-backend-close-modal .modal-content .modal-footer #wdt-backend-close-button i,
1208
+ .wpdt-c #wdt-delete-modal .modal-content .modal-footer .wdt-cancel-delete-button i{
1209
+ margin-right: 8px;
1210
+ vertical-align: baseline;
1211
+ }
1212
+ .wpdt-c button.wdt-column-apply i,
1213
+ .wpdt-c button.wdt-apply i {
1214
+ margin-right: 8px;
1215
+ }
1216
+ .wpdt-c #wdt-column-settings-buttons button.wdt-column-apply i,
1217
+ .wpdt-c #wdt-columns-list-modal .modal-content .modal-footer #wdt-apply-columns-list i,
1218
+ .wpdt-c .wpdt-actions-bottom button.wdt-apply i,
1219
+ .wpdt-c button#wdt-add-column-submit i,
1220
+ .wpdt-c button.duplicate-chart-button i,
1221
+ .wpdt-c button.wdt-save-foreign-key-rule i,
1222
+ .wpdt-c button.wdt-save-formula i,
1223
+ .wpdt-c button#wdt-remove-column-submit i,
1224
+ .wpdt-c button.duplicate-table-button i,
1225
+ .wpdt-c button.wdt-preview-formula i {
1226
+ margin-right: 4px;
1227
+ }
1228
+ .wpdt-c .wdt-column-settings i.wpdt-icon-cog {
1229
+ vertical-align: middle;
1230
+ }
1231
+ .wpdt-c .wdt-datatables-admin-wrap i.wpdt-icon-info-circle-full,
1232
+ .wpdt-c .wdt-datatables-admin-wrap i.wpdt-icon-info-circle-thin,
1233
+ .wpdt-c .wdt-datatables-admin-wrap i.wpdt-icon-info-circle {
1234
+ font-size: 15px;
1235
+ line-height: 20px;
1236
+ }
1237
+ .wpdt-c .wdt-datatables-admin-wrap i.wpdt-icon-info-circle-thin,
1238
+ .wpdt-c .wdt-datatables-admin-wrap i.wpdt-icon-info-circle {
1239
+ color: #8796AF;
1240
+ vertical-align: middle;
1241
+ }
1242
+ .wpdt-c .wdt-datatables-admin-wrap i.wpdt-icon-info-circle-full {
1243
+ color: #008CFF;
1244
  }
1245
 
1246
  .wpdt-c .wdt-datatables-admin-wrap .card .card-header.wdt-admin-card-header {
1247
+ border-bottom: none;
1248
  }
1249
+ .wpdt-c .wdt-datatables-admin-wrap .card.wdt-table-settings .card-header.wdt-admin-card-header #wpdt-inline-logo{
1250
+ display: block;
1251
+ margin-bottom: 5px;
 
1252
  }
1253
 
1254
+
1255
  .wpdt-c #adminmenuback {
1256
  z-index: 100;
1257
+ }
1258
+ .wpdt-c .wpdt-md-news{
1259
+ margin: 10px 0 !important;
1260
+ font-size: 15px;
1261
+ }
1262
+ .wpdt-c .wpdt-md-news-notice {
1263
+ background: #2196F3 ;
1264
+ color: #ffffff;
1265
+ }
1266
+ .wpdt-c .notice-info {
1267
+ border-left-color: #091D70 !important;
1268
+ }
1269
+ .wpdt-c .wpdt-md-news-notice a,
1270
+ .wpdt-c .wpdt-md-news-notice a:hover {
1271
+ color: #ffffff;
1272
+ text-decoration: underline;
1273
+ }
1274
+
1275
+ .wpdt-c .wpdt-md-news-notice .notice-dismiss:before{
1276
+ color: #ffffff;
1277
+ position: absolute;
1278
+ top: 13px;
1279
+ right: 5px;
1280
+ }
1281
+ .wpdt-c .wpdt-md-news-notice .notice-dismiss:hover:before{
1282
+ color: red;
1283
+ }
1284
+ .wpdt-c .wdt-rating-notice {
1285
+ position: relative;
1286
+ overflow: hidden;
1287
+ padding: 17px 16px 16px;
1288
+ font-family: Inter;
1289
+ font-style: normal;
1290
+ font-weight: 500;
1291
+ font-size: 14px;
1292
+ line-height: 20px;
1293
+ background: #FFFFFF;
1294
+ border: 1px solid #DFE1E6;
1295
+ box-sizing: border-box;
1296
+ box-shadow: 0 3px 6px rgba(23, 43, 77, 0.08);
1297
+ border-radius: 3px;
1298
+ }
1299
+
1300
+ .wpdt-c .wdt-rating-buttons {
1301
+ position: absolute;
1302
+ right: 16px;
1303
+ top: 40px;
1304
+ }
1305
+
1306
+ .wpdt-c .wdt-rating-buttons li{
1307
+ display: block;
1308
+ outline: none;
1309
+ text-align: right;
1310
+ margin: 0 0 4px 0;
1311
+ }
1312
+
1313
+ .wpdt-c .wdt-rating-button {
1314
+ border-radius: 5px;
1315
+ text-transform: none;
1316
+ position: relative;
1317
+ color: #fff;
1318
+ cursor: pointer;
1319
+ margin: 0;
1320
+ display: inline-block;
1321
+ box-sizing: border-box;
1322
+ vertical-align: middle;
1323
+ text-align: center;
1324
+ text-decoration: none;
1325
+ outline: 0 !important;
1326
+ outline-color: #fff;
1327
+ text-decoration: #fff;
1328
+ }
1329
+
1330
+ .wpdt-c h1.wdt-rating-heading {
1331
+ margin-top: 0 !important;
1332
+ padding: 0 0 6px 0 !important;
1333
+ font-size: 16px !important;
1334
+ line-height: 20px !important;
1335
+ color: #061938 !important;
1336
+ }
1337
+
1338
+ .wpdt-c .wdt-first-btn {
1339
+ display: inline;
1340
+ background-color: #008cff !important;
1341
+ color: #fff !important;
1342
+ padding: 8px 16px;
1343
+ font-size: 14px;
1344
+ font-style: normal;
1345
+ font-weight: 500;
1346
+ line-height: 20px;
1347
+ }
1348
+ .wpdt-c .wdt-first-btn i{
1349
+ margin-right: 8px;
1350
+ }
1351
+
1352
+ .wpdt-c a.wdt-other-btn,
1353
+ .wpdt-c a.wdt-other-btn:active,
1354
+ .wpdt-c a.wdt-other-btn:visited,
1355
+ .wpdt-c a.wdt-other-btn:hover {
1356
+ color: #008cff;
1357
+ border: none ;
1358
+ font-size: 13px;
1359
+ line-height: 20px;
1360
+ }
1361
+ .wpdt-c a.wdt-first-btn:focus,
1362
+ .wpdt-c a.wdt-first-btn:visited,
1363
+ .wpdt-c a.wdt-first-btn:active,
1364
+ .wpdt-c a.wdt-other-btn:focus,
1365
+ .wpdt-c a.wdt-other-btn:visited,
1366
+ .wpdt-c a.wdt-other-btn:active
1367
+ {
1368
+ outline:0 !important;
1369
+ border: none !important;
1370
+ box-shadow: none !important;
1371
+ }
1372
+ .wpdt-c .wdt-float-left {
1373
+ float: left;
1374
+ line-height: normal;
1375
+ }
1376
+ .wpdt-c .wdt-rating-notice .wdt-rating-massage {
1377
+ font-size: 13px;
1378
+ line-height: 20px;
1379
+ margin: 0 0 4px 0;
1380
+ color: #304463;
1381
+ }
1382
+ .wpdt-c .wdt-icon-rating {
1383
+ margin-right: 10px;
1384
+ }
1385
+ .wpdt-c .wdt-icon-hands,
1386
+ .wpdt-c .wdt-icon-smile {
1387
+ width: 15px;
1388
+ vertical-align: baseline;
1389
+ }
1390
+
1391
+ .wpdt-c .wdt-dismiss {
1392
+ cursor: pointer;
1393
+ }
1394
+ .wpdt-c .wdt-dismiss i {
1395
+ position: absolute;
1396
+ top: 10px;
1397
+ right: 14px;
1398
+ padding: 5px;
1399
+ line-height: normal;
1400
+ }
1401
+
1402
+ .wpdt-c .wdt-custom-number-input {
1403
+ position: relative;
1404
+ }
1405
+ .wpdt-c .wdt-custom-number-input input {
1406
+ text-align: center;
1407
+ }
1408
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number:hover,
1409
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number:hover:disabled,
1410
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number:active,
1411
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number:visited,
1412
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number{
1413
+ position: absolute;
1414
+ height: 100%;
1415
+ width: 40px;
1416
+ border: 1px solid #D7D9E2;
1417
+ color: #8796AF;
1418
+ background: #F8F8FA;
1419
+ }
1420
+
1421
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number.wdt-button-minus{
1422
+ left: 0;
1423
+ top: 0;
1424
+ height: 100%;
1425
+ border: 1px solid #D7D9E2;
1426
+ color: #8796AF;
1427
+ background: #F8F8FA;
1428
+ border-radius: 2px 0 0 2px;
1429
+ }
1430
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number.wdt-button-plus{
1431
+ right: 0;
1432
+ top: 0;
1433
+ height: 100%;
1434
+ border: 1px solid #D7D9E2;
1435
+ color: #8796AF;
1436
+ background: #F8F8FA;
1437
+ border-radius: 0 2px 2px 0;
1438
+ }
1439
+ .wpdt-c #wdt-premium-modal .modal-title {
1440
+ font-family: Inter;
1441
+ font-style: normal;
1442
+ font-weight: 500;
1443
+ font-size: 13px;
1444
+ line-height: 20px;
1445
+ color: #061938;
1446
+ }
1447
+ .wpdt-c #wdt-premium-modal .wpdt-icon-times-full {
1448
+ font-style: normal;
1449
+ font-weight: normal;
1450
+ font-size: 14px;
1451
+ line-height: 20px;
1452
+ color: #061938;
1453
+ }
1454
+ .wpdt-c #wdt-premium-modal .modal-header {
1455
+ padding: 12px 12px 7px 12px;
1456
+ }
1457
+ .wpdt-c #wdt-premium-modal .modal-dialog {
1458
+ width: 300px !important;
1459
+ }
1460
+ .wpdt-c #wdt-premium-modal .modal-body span,
1461
+ .wpdt-c #wdt-premium-modal .modal-footer span{
1462
+ font-family: Inter;
1463
+ font-style: normal;
1464
+ font-weight: normal;
1465
+ font-size: 12px;
1466
+ line-height: 16px;
1467
+ color: #5A6C89;
1468
+ margin-bottom: 4px;
1469
+ }
1470
+ .wpdt-c #wdt-premium-modal .modal-footer {
1471
+ text-align: left;
1472
+ padding: 0 12px 12px 12px;
1473
+ }
1474
+ .wpdt-c #wdt-premium-modal .modal-footer a{
1475
+ font-family: Inter;
1476
+ font-style: normal;
1477
+ font-weight: 600;
1478
+ font-size: 12px;
1479
+ line-height: 16px;
1480
+ color: #008CFF;
1481
+ }
1482
+ .wpdt-c #wdt-premium-compare-link{
1483
+ cursor: pointer;
1484
+ }
1485
+ .wdt-input-data-source-type .dropdown-menu > .disabled > a {
1486
+ color: inherit !important;
1487
+ opacity: 0.7;
1488
+ }
1489
+ .wdt-input-data-source-type .dropdown-menu span.wdt-premium {
1490
+ padding: 2px 6px;
1491
+ background: rgba(0, 140, 255, 0.1);
1492
+ border-radius: 45px;
1493
+ width: fit-content;
1494
+ cursor: not-allowed !important;
1495
+ font-family: Inter;
1496
+ font-style: normal;
1497
+ font-weight: 500;
1498
+ font-size: 13px;
1499
+ line-height: 20px;
1500
+ color: #008CFF;
1501
+ margin-top: 4px;
1502
+ box-shadow: none !important;
1503
+ display: inline-block;
1504
+ }
1505
+ .wdt-input-data-source-type .dropdown-menu .wdt-premium-option-disabled {
1506
+ user-select: none;
1507
+ -webkit-user-select: none;
1508
+ cursor: not-allowed !important;
1509
+ }
1510
+
1511
+ @media only screen and (max-width : 1025px) {
1512
+ .wpdt-c .wdt-rating-button {
1513
+ margin: 10px 0 0 10px;
1514
+ }
1515
+ .wpdt-c .wdt-float-left {
1516
+ float: none;
1517
+ text-align: center;
1518
+ }
1519
+ .wpdt-c .wdt-rating-buttons {
1520
+ text-align: center;
1521
+ }
1522
+ .wpdt-c .wdt-conditional-formatting-rule .col-sm-1 label {
1523
+ text-align: left !important;
1524
+ }
1525
+ .wpdt-c .wdt-rating-buttons {
1526
+ position: initial;
1527
+ display: inline-flex;
1528
+ justify-content: center;
1529
+ width: 100%;
1530
+ margin-top: 10px;
1531
+ margin-bottom: 0;
1532
+ }
1533
+
1534
+ }
1535
+ @media only screen and (max-width : 960px) {
1536
+ #adminmenu .wp-submenu li a[href='admin.php?page=wpdatatables-getting-started'],
1537
+ .wdt-datatables-admin-wrap .wdt-link-tutorials{
1538
+ display: none !important;
1539
+ }
1540
+ }
1541
+ @media only screen and (max-width : 480px) {
1542
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel .wdt-column-calc-total-block,
1543
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel .wdt-column-calc-avg-block,
1544
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel .wdt-column-calc-min-block,
1545
+ .wpdt-c .wdt-datatables-admin-wrap .column-settings-panel .wdt-column-calc-max-block {
1546
+ padding-top: 15px;
1547
+ }
1548
+ .wpdt-c .wdt-conditional-formatting-rule .colorpicker-element {
1549
+ margin-left: 0;
1550
+ }
1551
+ .wpdt-c #wdt-formula-editor-modal .modal-dialog, .wpdt-c #wdt-columns-list-modal .modal-dialog {
1552
+ width: 100% !important;
1553
+ }
1554
  }
assets/css/admin/browse.css CHANGED
@@ -1,28 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  /* Common elements */
2
  .wdt-datatables-admin-wrap .card.wdt-browse-table .btn {
3
  box-shadow: none;
4
  }
5
 
6
  /* Card header */
7
- .wdt-datatables-admin-wrap .card.wdt-browse-table .card-header .actions .wdt-add-new, .wdt-datatables-admin-wrap .card.wdt-browse-table .card-header .actions .tms-store-checkout-wpdatatables {
8
  font-size: 14px;
9
- font-weight: 400;
10
- padding: 12px 16px;
 
 
 
 
 
 
 
 
 
 
 
 
11
  }
12
 
13
  /* Browse table */
14
- .wdt-datatables-admin-wrap .card.wdt-browse-table .widefat td, .widefat th {
15
- font-size: 14px;
16
- font-weight: 400;
17
- color: #222;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  }
19
 
20
  .wdt-datatables-admin-wrap .card.wdt-browse-table table {
21
  border: 0;
22
  }
23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  .wdt-datatables-admin-wrap .card.wdt-browse-table table .no-items td {
25
  padding: 20px 0 20px 30px;
 
26
  }
27
 
28
  .wdt-datatables-admin-wrap .card.wdt-browse-table table a:focus {
@@ -38,59 +103,182 @@
38
  }
39
 
40
  .wdt-datatables-admin-wrap .card.wdt-browse-table table thead tr th a span {
41
- color: #2196f3;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  }
43
 
44
- .wdt-datatables-admin-wrap .card.wdt-browse-table table thead th,
45
- .wdt-datatables-admin-wrap .card.wdt-browse-table table thead td {
46
- border-top: 1px solid #ebebeb;
47
- border-bottom: 1px solid #ebebeb;
 
48
  }
49
 
50
- .wdt-datatables-admin-wrap .card.wdt-browse-table table tfoot th,
51
- .wdt-datatables-admin-wrap .card.wdt-browse-table table tfoot td {
52
- border-top: 1px solid #ebebeb;
53
- border-bottom: 1px solid #ebebeb;
54
  }
55
 
56
  .wdt-datatables-admin-wrap .card.wdt-browse-table table tbody tr {
57
- height: 55px;
 
 
 
 
58
  }
59
 
60
  .wdt-datatables-admin-wrap .card.wdt-browse-table table tbody > :nth-child(odd) {
61
- background-color: #fafafa;
62
  }
63
 
64
  .wdt-datatables-admin-wrap .card.wdt-browse-table table tbody tr.checked-row {
65
- background-color: #f1f4f5;
 
 
 
 
 
 
66
  }
67
 
68
  .wdt-datatables-admin-wrap .card.wdt-browse-table table td.check-column {
69
  width: 55px;
 
70
  }
71
 
72
  .wdt-datatables-admin-wrap .card.wdt-browse-table table .check-column .checkbox {
73
- margin: 0 0 0 27px;
74
  }
75
 
76
  .wdt-datatables-admin-wrap .card.wdt-browse-table table .check-column .checkbox input[type="checkbox"] {
77
  position: relative;
78
  }
79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  .wdt-datatables-admin-wrap .card.wdt-browse-table table td.table_type,
 
81
  .wdt-datatables-admin-wrap .card.wdt-browse-table table td.shortcode,
82
  .wdt-datatables-admin-wrap .card.wdt-browse-table table td.engine,
83
  .wdt-datatables-admin-wrap .card.wdt-browse-table table td.type {
84
  padding: 18px 10px;
85
  }
86
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  .wdt-datatables-admin-wrap .card.wdt-browse-table table td.table_type span.wpdt-type-column,
88
  .wdt-datatables-admin-wrap .card.wdt-browse-table table td.shortcode span.wdt-shortcode,
89
- .wdt-datatables-admin-wrap .card.wdt-browse-table table td.engine span.wdt-render-engine,
90
- .wdt-datatables-admin-wrap .card.wdt-browse-table table td.type span.wdt-chart-type {
91
- color: #ffffff;
92
- padding: 5px 10px;
93
- border-radius: 2px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  }
95
 
96
  .wdt-datatables-admin-wrap .card.wdt-browse-table table .column-functions .btn {
@@ -99,63 +287,68 @@
99
 
100
  .wdt-datatables-admin-wrap .card.wdt-browse-table table .column-functions a {
101
  line-height: 40px;
 
 
102
  font-size: 20px;
103
- margin-right: 7px;
104
- color: #cdcdcd
 
105
  }
106
 
107
- .wdt-datatables-admin-wrap .card.wdt-browse-table table .column-functions a.wdt-duplicate-table:before,
108
- .wdt-datatables-admin-wrap .card.wdt-browse-table table .column-functions a.wdt-duplicate-chart:before {
109
- font-family: WPDataTablesIcons;
110
- content:"\e900";
111
- font-size: 16px;
112
- vertical-align: top;
113
- }
114
 
115
- .wdt-datatables-admin-wrap .card.wdt-browse-table table .column-functions a.wdt-manual-excel-edit:before {
116
- font-family: WPDataTablesIcons;
117
- content:"\e901";
118
- font-size: 16px;
119
- }
120
 
121
- .wdt-datatables-admin-wrap .card.wdt-browse-table table tr:hover > .column-functions a {
122
- opacity: 0.7;
 
123
  }
124
-
125
- .wdt-datatables-admin-wrap .card.wdt-browse-table table tr > .column-functions:hover a {
126
- opacity: 1;
 
 
127
  }
128
 
129
- .wdt-datatables-admin-wrap .card.wdt-browse-table table tr > .column-functions a:hover {
130
- cursor: pointer;
 
 
 
 
131
  }
132
 
133
- .wdt-datatables-admin-wrap .card.wdt-browse-table table tr:hover > .column-functions a.wdt-duplicate-table,
134
- .wdt-datatables-admin-wrap .card.wdt-browse-table table tr:hover > .column-functions a.wdt-manual-edit,
135
- .wdt-datatables-admin-wrap .card.wdt-browse-table table tr:hover > .column-functions a.wdt-manual-excel-edit {
136
- color: #2196f3;
137
  }
138
 
139
- .wdt-datatables-admin-wrap .card.wdt-browse-table table tr:hover > .column-functions a.wdt-configure {
140
- color: #4CAF50;
141
  }
142
 
143
- .wdt-datatables-admin-wrap .card.wdt-browse-table table tr:hover > .column-functions a.wdt-submit-delete {
144
- color: #F44336;
 
145
  }
146
 
147
- .wdt-datatables-admin-wrap .card.wdt-browse-table table tr .column-functions a i {
148
- font-size: 20px;
149
  }
150
 
151
- /* Search box and bulk actions list */
152
- .wdt-datatables-admin-wrap .card.wdt-browse-table .wpdt-search-box,
153
- .wdt-datatables-admin-wrap .card.wdt-browse-table .wpdt-bulk-select {
154
- padding-right: 45px;
 
155
  }
156
 
157
  .wdt-datatables-admin-wrap .card.wdt-browse-table .wpdt-search-box input {
158
- margin-top: 5px;
 
 
 
 
 
 
 
159
  }
160
 
161
  .wdt-datatables-admin-wrap .card.wdt-browse-table .wpdt-bulk-select span.filter-option {
@@ -169,19 +362,47 @@
169
  right: 0;
170
  }
171
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
172
 
173
- .wdt-datatables-admin-wrap .card.wdt-browse-table .bulk-action-button {
174
- position: absolute;
175
- top: 13px;
176
- right: -4px;
177
- color: #cdcdcd;
178
- border: 0;
179
- background-color: inherit;
180
  }
181
 
182
  .wdt-datatables-admin-wrap .card.wdt-browse-table .bulk-action-button:hover,
183
  .wdt-datatables-admin-wrap .card.wdt-browse-table .bulk-action-button:active {
184
- color: #2196f3;
185
  }
186
 
187
  .wdt-datatables-admin-wrap .card.wdt-browse-table #search-submit {
@@ -210,13 +431,25 @@
210
  }
211
 
212
  #wdt-duplicate-table-modal .duplicate-table-label {
213
- line-height: 40px;
214
  margin: 0;
215
  }
216
 
 
 
 
 
 
 
 
 
 
 
 
 
 
217
  /* Browse page pagination */
218
  .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination {
219
- margin: 0;
220
  display: inline-flex;
221
  }
222
 
@@ -231,16 +464,16 @@
231
  .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li > a {
232
  background-color: #ffffff;
233
  border-radius: 0;
234
- border: 1px solid #ebebeb;
235
- color: #2196f3;
236
  height: 30px;
237
  line-height: 30px;
238
  width: 30px;
239
  }
240
 
241
  .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li.active > a {
242
- background-color: #ededed;
243
- color: #777777;
 
244
  }
245
 
246
  .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li.disabled > a {
@@ -261,7 +494,7 @@
261
  border-bottom-right-radius: 4px;
262
  }
263
 
264
- .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li > a > .zmdi,
265
  .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li.ellipses-dots {
266
  font-size: 17px;
267
  width: 30px;
@@ -275,77 +508,50 @@
275
  }
276
 
277
  .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li a:before {
278
- font-size: 10px;
279
  }
280
 
281
  .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li.previous.first a:before {
282
- font-family: WPDataTablesIcons;
283
- content:"\e004";
284
  }
285
 
286
  .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li.previous a:before {
287
- font-family: WPDataTablesIcons;
288
- content:"\e002";
289
  }
290
 
291
  .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li.next.last a:before {
292
- font-family: WPDataTablesIcons;
293
- content:"\e003";
294
  }
295
 
296
  .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li.next a:before {
297
- font-family: WPDataTablesIcons;
298
- content:"\e001";
299
- }
300
-
301
- /** STORE FONTS */
302
- @font-face {
303
- font-family: 'graphik-medium';
304
- src: url('../../fonts/Graphik-Medium-Web.eot');
305
- src: url('../../fonts/Graphik-Medium-Web.eot?#iefix') format('embedded-opentype'), url('../../fonts/Graphik-Medium-Web.woff2') format('woff2'), url('../../fonts/Graphik-Medium-Web.woff') format('woff');
306
- font-weight: 500;
307
- font-style: normal;
308
- font-stretch: normal;
309
- }
310
-
311
- @font-face {
312
- font-family: 'graphik-regular';
313
- src: url('../../fonts/Graphik-Regular-Web.eot');
314
- src: url('../../fonts/Graphik-Regular-Web.eot?#iefix') format('embedded-opentype'), url('../../fonts/Graphik-Regular-Web.woff2') format('woff2'), url('../../fonts/Graphik-Regular-Web.woff') format('woff');
315
- font-weight: 400;
316
- font-style: normal;
317
- font-stretch: normal;
318
- }
319
-
320
- @font-face {
321
- font-family: 'graphik-light';
322
- src: url('../../fonts/Graphik-Light-Web.eot');
323
- src: url('../../fonts/Graphik-Light-Web.eot?#iefix') format('embedded-opentype'), url('../../fonts/Graphik-Light-Web.woff2') format('woff2'), url('../../fonts/Graphik-Light-Web.woff') format('woff');
324
- font-weight: 300;
325
- font-style: normal;
326
- font-stretch: normal;
327
- }
328
-
329
- @font-face {
330
- font-family: "DIN-Light-Italic";
331
- src: url("../../fonts/a819beca-e31b-40b3-bc54-23a8a4a8444d.eot?#iefix");
332
- src: url("../../fonts/a819beca-e31b-40b3-bc54-23a8a4a8444d.eot?#iefix") format("eot"), url("../../fonts/432c9e2a-ea2e-479f-8920-a944904adff2.woff2") format("woff2"), url("../../fonts/a062545d-8a1d-4a8c-88ce-48870c7cb3ca.woff") format("woff"), url("../../fonts/e157e6e0-4dd1-4632-9846-e2534d9e08d0.ttf") format("truetype");
333
- }
334
-
335
- @font-face {
336
- font-family: "DIN-Regular";
337
- src: url("../../fonts/936930ba-a8da-4765-9e89-0f35cdff223f.eot?#iefix");
338
- src: url("../../fonts/936930ba-a8da-4765-9e89-0f35cdff223f.eot?#iefix") format("eot"), url("../../fonts/6b4d4830-9c7d-43d2-b5d3-c73f739561b9.woff2") format("woff2"), url("../../fonts/ccf25ada-6d2a-4133-95dc-deb039e22999.woff") format("woff"), url("../../fonts/126195b4-2fa0-4b95-b5cf-ad9bf10193f0.ttf") format("truetype");
339
- }
340
-
341
- @font-face {
342
- font-family: "DIN-Medium";
343
- src: url("../../fonts/c6dbdd54-50f5-472a-8b74-0e98ef77e33e.eot?#iefix");
344
- src: url("../../fonts/c6dbdd54-50f5-472a-8b74-0e98ef77e33e.eot?#iefix") format("eot"), url("../../fonts/afabdfcf-432c-49b4-a496-0e5051e87fa9.woff2") format("woff2"), url("../../fonts/611ea865-db7e-4c05-94b8-bd1675c90576.woff") format("woff"), url("../../fonts/e65314e4-c389-45b8-99a9-26ab6aef066c.ttf") format("truetype");
345
- }
346
-
347
- @font-face {
348
- font-family: "DIN-Bold";
349
- src: url("../../fonts/fa5ed46b-792d-4f47-894e-fa587cf4e1cf.eot?#iefix");
350
- src: url("../../fonts/fa5ed46b-792d-4f47-894e-fa587cf4e1cf.eot?#iefix") format("eot"), url("../../fonts/03008527-67bd-478e-98e3-3b56dd9a6520.woff2") format("woff2"), url("../../fonts/557f817d-9c25-4a23-baaf-a3cf84a7cd7c.woff") format("woff"), url("../../fonts/92ed1479-1d40-4a94-8baf-6abd88b17afa.ttf") format("truetype");
351
- }
1
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');
2
+
3
+
4
+ @font-face {
5
+ font-family: 'wpDataTablesIcons' !important;
6
+ src: url(../../fonts/wpDataTablesIcons.eot);
7
+ src: url(../../fonts/wpDataTablesIcons.eot?#iefix) format('embedded-opentype'), url(../../fonts/wpDataTablesIcons.woff) format('woff'), url(../../fonts/wpDataTablesIcons.ttf) format('truetype'), url(../../fonts/wpDataTablesIcons.svg#wpDataTablesIcons) format('svg');
8
+ }
9
+ .wdt-datatables-admin-wrap .card.wdt-browse-table {
10
+ font-family: Inter;
11
+ }
12
+
13
+ .wdt-datatables-admin-wrap .card.wdt-browse-table div.wpdt-bulk-select {
14
+ display: none;
15
+ }
16
+
17
  /* Common elements */
18
  .wdt-datatables-admin-wrap .card.wdt-browse-table .btn {
19
  box-shadow: none;
20
  }
21
 
22
  /* Card header */
23
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .card-header .actions .wdt-add-new {
24
  font-size: 14px;
25
+ padding: 8px 16px;
26
+ background: #008CFF;
27
+ border-radius: 5px;
28
+ font-family: Inter;
29
+ font-style: normal;
30
+ font-weight: 500;
31
+ line-height: 20px;
32
+ text-transform: none;
33
+ }
34
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .card-header .actions .wdt-add-new:hover {
35
+ background: #0B86EC;
36
+ }
37
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .card-header .actions .wdt-add-new i {
38
+ margin-right: 4px;
39
  }
40
 
41
  /* Browse table */
42
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .widefat td, .wdt-datatables-admin-wrap .card.wdt-browse-table .widefat th {
43
+ font-style: normal;
44
+ font-weight: 500;
45
+ font-size: 13px;
46
+ line-height: 20px;
47
+ color: #5A6C89;
48
+ border: none;
49
+ margin: 5px 0;
50
+ vertical-align: middle;
51
+ }
52
+
53
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .widefat td.id.column-id {
54
+ color: #000000;
55
+ }
56
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .wdt-function-flex {
57
+ display: flex;
58
+ justify-content: flex-end;
59
+ }
60
+
61
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .widefat td.functions.column-functions {
62
+ text-align: center;
63
+ padding-top: 12px;
64
  }
65
 
66
  .wdt-datatables-admin-wrap .card.wdt-browse-table table {
67
  border: 0;
68
  }
69
 
70
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table a:not(.wdt-copy-shortcode-browse) {
71
+ font-family: Inter;
72
+ font-style: normal;
73
+ font-weight: normal;
74
+ font-size: 13px;
75
+ line-height: 20px;
76
+ color: #008CFF;
77
+ }
78
+
79
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table a.wdt-copy-shortcode-browse {
80
+ color: #304463;
81
+ cursor: pointer;
82
+ font-style: normal;
83
+ font-weight: normal;
84
+ font-size: 12px;
85
+ line-height: 20px;
86
+ }
87
+
88
  .wdt-datatables-admin-wrap .card.wdt-browse-table table .no-items td {
89
  padding: 20px 0 20px 30px;
90
+ text-align: center;
91
  }
92
 
93
  .wdt-datatables-admin-wrap .card.wdt-browse-table table a:focus {
103
  }
104
 
105
  .wdt-datatables-admin-wrap .card.wdt-browse-table table thead tr th a span {
106
+ font-style: normal;
107
+ font-weight: 500;
108
+ font-size: 13px;
109
+ line-height: 20px;
110
+ color: #5A6C89;
111
+ }
112
+
113
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table thead th {
114
+ background: #F8F8FA;
115
+ }
116
+
117
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table thead th .sorting-indicator {
118
+ position: relative;
119
+ }
120
+
121
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table thead th.sorted .sorting-indicator:before {
122
+ color: #5A6C89;
123
+ }
124
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table thead th.sorted.desc .sorting-indicator:before,
125
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table thead th.sorted.asc:hover .sorting-indicator:before,
126
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table thead th.sortable .sorting-indicator:before {
127
+ position: absolute;
128
+ font-size: 15px;
129
+ left: 0;
130
+ top: -3px;
131
+ }
132
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table thead th.sorted.desc:hover .sorting-indicator:before,
133
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table thead th.sorted.asc .sorting-indicator:before {
134
+ top: -3px;
135
+ left: 0;
136
+ position: absolute;
137
+ font-size: 15px;
138
+ }
139
+
140
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table thead th.sorted.desc .sorting-indicator:before {
141
+ font-family: "wpDataTablesIcons";
142
+ content: "\f0e1";
143
+ }
144
+
145
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table thead th.sorted.asc .sorting-indicator:before {
146
+ font-family: "wpDataTablesIcons";
147
+ content: "\f0e1";
148
+ }
149
+
150
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table thead th.sorted.desc:hover .sorting-indicator:before {
151
+ font-family: "wpDataTablesIcons";
152
+ content: "\f0dd";
153
+ }
154
+
155
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table thead th.sorted.asc:hover .sorting-indicator:before {
156
+ font-family: "wpDataTablesIcons";
157
+ content: "\f0dd";
158
  }
159
 
160
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table thead th.sortable .sorting-indicator:before {
161
+ color: #5A6C89;
162
+ font-family: "wpDataTablesIcons";
163
+ opacity: 0.4;
164
+ content: '\f0e1';
165
  }
166
 
167
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table thead th .sorting-indicator {
168
+ visibility: visible !important;
 
 
169
  }
170
 
171
  .wdt-datatables-admin-wrap .card.wdt-browse-table table tbody tr {
172
+ border-top: 1px solid #F3F3FA;
173
+ }
174
+
175
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table tbody tr:last-child {
176
+ border-bottom: none;
177
  }
178
 
179
  .wdt-datatables-admin-wrap .card.wdt-browse-table table tbody > :nth-child(odd) {
180
+ background-color: #ffffff;
181
  }
182
 
183
  .wdt-datatables-admin-wrap .card.wdt-browse-table table tbody tr.checked-row {
184
+ background-color: rgba(0, 140, 255, 0.06);
185
+ border-bottom: 1px solid rgba(0, 140, 255, 0.2) !important;
186
+ border-top: 1px solid rgba(0, 140, 255, 0.2) !important;
187
+ }
188
+
189
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table tbody tr.checked-row .column-functions a i {
190
+ display: none;
191
  }
192
 
193
  .wdt-datatables-admin-wrap .card.wdt-browse-table table td.check-column {
194
  width: 55px;
195
+ background: #F8F8FA;
196
  }
197
 
198
  .wdt-datatables-admin-wrap .card.wdt-browse-table table .check-column .checkbox {
199
+ margin: -5px 0 4px 27px;
200
  }
201
 
202
  .wdt-datatables-admin-wrap .card.wdt-browse-table table .check-column .checkbox input[type="checkbox"] {
203
  position: relative;
204
  }
205
 
206
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table .check-column .checkbox .input-helper:after {
207
+ top: -2px;
208
+ }
209
+
210
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table .check-column .checkbox .input-helper:before {
211
+ top: -3px;
212
+ }
213
+
214
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table .check-column .checkbox input[type="checkbox"] {
215
+ margin-top: 0;
216
+ }
217
+
218
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table #cb .checkbox input[type="checkbox"] {
219
+ margin-top: 4px;
220
+ }
221
+
222
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table #cb .checkbox .input-helper:after,
223
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table #cb .checkbox .input-helper:before {
224
+ top: 0;
225
+ }
226
+
227
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table #cb .checkbox {
228
+ margin: -2px 0 0 27px;
229
+ }
230
+
231
  .wdt-datatables-admin-wrap .card.wdt-browse-table table td.table_type,
232
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table td.connection,
233
  .wdt-datatables-admin-wrap .card.wdt-browse-table table td.shortcode,
234
  .wdt-datatables-admin-wrap .card.wdt-browse-table table td.engine,
235
  .wdt-datatables-admin-wrap .card.wdt-browse-table table td.type {
236
  padding: 18px 10px;
237
  }
238
 
239
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table td.shortcode {
240
+ display: flex;
241
+ width: inherit !important;
242
+ }
243
+
244
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table td.shortcode i {
245
+ padding: 4px 7px;
246
+ line-height: 20px;
247
+ background: #EBECF0;
248
+ border-radius: 3px 0 0 3px;
249
+ }
250
+
251
  .wdt-datatables-admin-wrap .card.wdt-browse-table table td.table_type span.wpdt-type-column,
252
  .wdt-datatables-admin-wrap .card.wdt-browse-table table td.shortcode span.wdt-shortcode,
253
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table td.engine span.wdt-render-engine{
254
+ padding: 4px 8px;
255
+ color: #172B4D;
256
+ background: #FAFBFC;
257
+ border: 1px solid #DFE1E6;
258
+ box-sizing: border-box;
259
+ border-radius: 3px;
260
+ font-style: normal;
261
+ font-weight: 600;
262
+ font-size: 12px;
263
+ line-height: 20px;
264
+ }
265
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table td.connection span.wpdt-type-column,
266
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table td.type span.wdt-chart-type{
267
+ padding: 2px 6px;
268
+ color: #061938;
269
+ box-sizing: border-box;
270
+ font-style: normal;
271
+ font-weight: normal;
272
+ font-size: 13px;
273
+ line-height: 20px;
274
+ }
275
+
276
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table td.shortcode span.wdt-shortcode {
277
+ background: #F4F5F7;
278
+ border-radius: 0 3px 3px 0;
279
+ padding: 4px 8px;
280
+ border: none;
281
+ font-weight: normal;
282
  }
283
 
284
  .wdt-datatables-admin-wrap .card.wdt-browse-table table .column-functions .btn {
287
 
288
  .wdt-datatables-admin-wrap .card.wdt-browse-table table .column-functions a {
289
  line-height: 40px;
290
+ display: inline-block;
291
+ position: relative;
292
  font-size: 20px;
293
+ color: #304463;
294
+ width:36px;
295
+ height: 36px;
296
  }
297
 
 
 
 
 
 
 
 
298
 
 
 
 
 
 
299
 
300
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table tr:hover > .column-functions a:hover {
301
+ background: #FFFFFF;
302
+ border-radius: 28px;
303
  }
304
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table tr.checked-row:hover > .column-functions a {
305
+ display: none;
306
+ }
307
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table tr:hover > .column-functions a.wdt-configure {
308
+ color: #4CAF50;
309
  }
310
 
311
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table tr .column-functions a i {
312
+ font-size: 15px;
313
+ color: #ffffff;
314
+ position: absolute;
315
+ left: 11px;
316
+ top: 10px;
317
  }
318
 
319
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table tr:hover {
320
+ background: #F8F8FA;
 
 
321
  }
322
 
323
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table tr:hover > .column-functions a i {
324
+ color: #304463;
325
  }
326
 
327
+ /* Search box and bulk actions list */
328
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .wpdt-search-box {
329
+ padding: 16px 0 16px 0;
330
  }
331
 
332
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .wpdt-search-box .fg-line {
333
+ position: relative;
334
  }
335
 
336
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .wpdt-search-box i {
337
+ position: absolute;
338
+ top: 11px;
339
+ left: 10px;
340
+ color: #091E6F;
341
  }
342
 
343
  .wdt-datatables-admin-wrap .card.wdt-browse-table .wpdt-search-box input {
344
+ background: #FFFFFF;
345
+ border: 1px solid #DBDFEA;
346
+ box-sizing: border-box;
347
+ box-shadow: 0 0.5px 2px rgba(15, 30, 81, 0.11);
348
+ border-radius: 4px;
349
+ margin: 0;
350
+ padding: 8px 0 8px 30px;
351
+ min-width: 300px;
352
  }
353
 
354
  .wdt-datatables-admin-wrap .card.wdt-browse-table .wpdt-bulk-select span.filter-option {
362
  right: 0;
363
  }
364
 
365
+ .wdt-datatables-admin-wrap .card.wdt-browse-table #doaction {
366
+ padding: 6px 10px;
367
+ background: #FFFFFF;
368
+ border: 1px solid #EBECF0;
369
+ box-sizing: border-box;
370
+ border-radius: 4px;
371
+ font-family: Inter;
372
+ font-style: normal;
373
+ font-weight: 500;
374
+ font-size: 13px;
375
+ line-height: 20px;
376
+ color: #061938;
377
+ margin: 4px 0 0 0;
378
+ }
379
+
380
+ .wdt-datatables-admin-wrap .card.wdt-browse-table #doaction:hover {
381
+ background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), #FFFFFF;
382
+ border: 1px solid #DFE1E6;
383
+ box-sizing: border-box;
384
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
385
+ }
386
+ .wdt-datatables-admin-wrap .card.wdt-browse-table #doaction.disabled:hover,
387
+ .wdt-datatables-admin-wrap .card.wdt-browse-table #doaction.disabled {
388
+ cursor: not-allowed;
389
+ background: #FFFFFF;
390
+ opacity: 0.5;
391
+ border: 1px solid #DFE1E6;
392
+ box-sizing: border-box;
393
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
394
+ color: #253858;
395
+ border-radius: 5px;
396
+ }
397
 
398
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .bulk-action-button i {
399
+ margin-right: 8px;
400
+ color: #304463;
 
 
 
 
401
  }
402
 
403
  .wdt-datatables-admin-wrap .card.wdt-browse-table .bulk-action-button:hover,
404
  .wdt-datatables-admin-wrap .card.wdt-browse-table .bulk-action-button:active {
405
+ color: #061938;
406
  }
407
 
408
  .wdt-datatables-admin-wrap .card.wdt-browse-table #search-submit {
431
  }
432
 
433
  #wdt-duplicate-table-modal .duplicate-table-label {
 
434
  margin: 0;
435
  }
436
 
437
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .wdt-documentation {
438
+ margin: 18px 0 18px 0;
439
+ color: #253858;
440
+ font-style: normal;
441
+ font-size: 14px;
442
+ line-height: 20px;
443
+ }
444
+
445
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .wdt-documentation i {
446
+ margin-right: 8px;
447
+ color: #253858;
448
+ }
449
+
450
  /* Browse page pagination */
451
  .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination {
452
+ margin: 18px 0 18px 0;
453
  display: inline-flex;
454
  }
455
 
464
  .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li > a {
465
  background-color: #ffffff;
466
  border-radius: 0;
467
+ color: #5A6C89;
 
468
  height: 30px;
469
  line-height: 30px;
470
  width: 30px;
471
  }
472
 
473
  .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li.active > a {
474
+ background: #008CFF;
475
+ border-radius: 3px;
476
+ color: #ffffff;
477
  }
478
 
479
  .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li.disabled > a {
494
  border-bottom-right-radius: 4px;
495
  }
496
 
497
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li > a > i,
498
  .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li.ellipses-dots {
499
  font-size: 17px;
500
  width: 30px;
508
  }
509
 
510
  .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li a:before {
511
+ font-size: 15px;
512
  }
513
 
514
  .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li.previous.first a:before {
515
+ font-family: wpDataTablesIcons;
516
+ content: "\f100";
517
  }
518
 
519
  .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li.previous a:before {
520
+ font-family: wpDataTablesIcons;
521
+ content: "\f104";
522
  }
523
 
524
  .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li.next.last a:before {
525
+ font-family: wpDataTablesIcons;
526
+ content: "\f101";
527
  }
528
 
529
  .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li.next a:before {
530
+ font-family: wpDataTablesIcons;
531
+ content: "\f105";
532
+ }
533
+ @media(max-width:750px) {
534
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table td.check-column {
535
+ width: 1px;
536
+ }
537
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .wpdt-search-box input {
538
+ min-width: 200px;
539
+ }
540
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .tablenav{
541
+ padding-top: 0px;
542
+ }
543
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .tablenav.top {
544
+ margin: 10px 0 5px 0;
545
+ }
546
+ .wdt-datatables-admin-wrap .card.wdt-browse-table #doaction {
547
+ padding: 10px;
548
+ }
549
+ .wpdt-c .wdt-datatables-admin-wrap .card.wdt-browse-table .pull-left,
550
+ .wpdt-c .wdt-datatables-admin-wrap .card.wdt-browse-table .pull-right {
551
+ float: none !important;
552
+ text-align: center;
553
+ }
554
+ .wpdt-c .wdt-datatables-admin-wrap .card.wdt-browse-table .search-box-container {
555
+ float: right !important;
556
+ }
557
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/admin/chart_wizard.css CHANGED
@@ -1,24 +1,87 @@
 
 
 
 
 
 
 
1
  .wpdt-c .wdt-chart-wizard .wdt-chart-column-picker-container .existing-columns,
2
  .wpdt-c .wdt-chart-wizard .wdt-chart-column-picker-container .chosen_columns {
3
- border-radius: 4px;
4
  height: 308px;
 
 
5
  }
6
 
7
  .wpdt-c .wdt-chart-wizard .wdt-chart-column-picker-container .existing-columns .card-header,
8
  .wpdt-c .wdt-chart-wizard .wdt-chart-column-picker-container .chosen_columns .card-header {
9
  border-radius: 4px;
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  }
11
 
12
  .wpdt-c div.chosen_columns .alert {
13
  margin: 3px;
14
  }
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  .wpdt-c .wdt-chart-wizard .deselect-all-columns,
17
  .wpdt-c .wdt-chart-wizard .select-all-columns {
18
  position: absolute;
19
- right: 30px;
20
- top: 28px;
21
  width: 100px;
 
 
 
 
 
 
 
 
22
  }
23
 
24
  .wpdt-c .steps .chart-wizard-step.step4{
@@ -32,20 +95,46 @@
32
  .wpdt-c .steps .chart-wizard-step.step5 label{
33
  display: block;
34
  text-align: center;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  }
36
-
37
  .wpdt-c .chart-wizard-breadcrumb {
38
  margin: 0;
39
  padding-bottom: 0;
 
 
40
  }
41
 
42
  .wpdt-c .chart-wizard-breadcrumb li {
43
- font-weight: 300;
44
- color: #999;
 
 
 
45
  }
46
 
47
  .wpdt-c .chart-wizard-breadcrumb > .active {
48
- font-weight: 500;
 
 
 
 
49
  }
50
 
51
  .wpdt-c div.wdt-chart-column-picker-container div.picker_column {
@@ -62,25 +151,28 @@
62
  }
63
 
64
  .wpdt-c div.wdt-chart-column-picker-container div.chart-column-block {
65
- border: 1px solid #d7d7d7;
66
  border-radius: 4px;
67
- background-color: #fbfbfb;
68
  text-transform: inherit;
 
 
 
 
 
 
69
  }
70
 
71
  .wpdt-c div.wdt-chart-column-picker-container div.chart-column-block:hover {
72
- border: 1px solid #2196f3;
73
  transition: .5s ease;
74
  cursor: pointer;
75
- background-color: rgba(33, 150, 243, 0.3);
76
  }
77
 
78
  .wpdt-c div.wdt-chart-column-picker-container div.chart-column-block.selected {
79
- border: 1px solid #2196f3;
80
  border-radius: 4px;
81
  transition: .5s ease;
82
- color: #fff;
83
- background-color: #2196f3;
84
  }
85
 
86
  .wpdt-c div.wdt-chart-column-picker-container div.wdt-chart-wizart-existing-columns-container,
@@ -88,6 +180,9 @@
88
  height: 220px;
89
  overflow-y: auto;
90
  }
 
 
 
91
 
92
  .wpdt-c .wpDataTables #series-settings-container div.chart-series-block {
93
  margin: 3px;
@@ -105,21 +200,110 @@
105
  float: left;
106
  }
107
 
108
- .wpdt-c #wdt-chart-shortcode-container {
109
- display: block;
110
- margin: 0 auto;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  }
 
 
 
 
 
 
 
 
112
 
113
  .wpdt-c #wdt-chart-wizard-previous-step:before {
114
- font-family: WPDataTablesIcons;
115
- content: "\e002";
116
- font-size: 10px;
 
 
 
 
 
 
 
 
 
117
  }
118
 
119
  .wpdt-c #wdt-chart-wizard-next-step:after {
120
- font-family: WPDataTablesIcons;
121
- content: "\e001";
122
- font-size: 10px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123
  }
124
 
125
  .wpdt-c .wdt-chart-wizard .wdt-chart-wizard-chart-selecter-block .card {
@@ -173,7 +357,7 @@
173
  }
174
 
175
  .wpdt-c .wdt-chart-wizard .wdt-chart-wizard-chart-selecter-block .card:hover .wdt-chart-wizard-overlay {
176
- opacity: 0.2;
177
  }
178
 
179
  .wpdt-c .wdt-chart-wizard .wdt-chart-wizard-chart-selecter-block .card.selected .card-header {
@@ -181,7 +365,7 @@
181
  }
182
 
183
  .wpdt-c .wdt-chart-wizard .wdt-chart-wizard-chart-selecter-block .card.selected .card-header .wdt-chart-wizard-overlay {
184
- opacity: 0.7;
185
  }
186
 
187
  .wpdt-c .wdt-chart-wizard .wdt-chart-wizard-chart-selecter-block .card.not-selected .card-header {
@@ -193,15 +377,15 @@
193
  }
194
 
195
  .wpdt-c .wdt-chart-wizard .wdt-chart-wizard-chart-selecter-block .card.selected .card-header:after {
196
- content: "\f26b";
197
- color: #ffffff;
198
  position: absolute;
199
- top: 50%;
200
- text-align: center;
201
- right: 0;
202
  width: 100%;
203
- font-size: 80px;
204
- font-family: 'Material-Design-Iconic-Font';
205
  }
206
 
207
  .wpdt-c .wdt-chart-wizard .charts-type.google-charts-type,
@@ -209,29 +393,47 @@
209
  .wpdt-c .wdt-chart-wizard .charts-type.chartjs-charts-type {
210
  display: none;
211
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
212
 
213
  .wpdt-c .wdt-chart-wizard #wdt-add-all-chart-columns:after {
214
- font-family: WPDataTablesIcons;
215
- content:"\e003";
216
- font-size: 11px;
217
  }
218
 
219
  .wpdt-c .wdt-chart-wizard #wdt-add-chart-columns:after {
220
- font-family: WPDataTablesIcons;
221
- content:"\e001";
222
- font-size: 11px;
223
  }
224
 
225
  .wpdt-c .wdt-chart-wizard #wdt-remove-chart-columns:after {
226
- font-family: WPDataTablesIcons;
227
- content:"\e002";
228
- font-size: 11px;
229
  }
230
 
231
  .wpdt-c .wdt-chart-wizard #wdt-remove-all-chart-columns:after {
232
- font-family: WPDataTablesIcons;
233
- content:"\e004";
234
- font-size: 11px;
235
  }
236
 
237
  .wpdt-c .wdt-chart-wizard #chart-container-tabs ul li a:after {
@@ -239,11 +441,49 @@
239
  }
240
 
241
  .wpdt-c .range-picker-table tbody td.selected {
242
- background-color: #F4F4F4;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
243
  }
244
 
245
  .wpdt-c .wdt-chart-wizard #chart-container-tabs ul li.chart-container {
246
- border-right: 2px solid #E5E5E5;
247
  }
248
 
249
  .wpdt-c .wdt-chart-wizard #chart-container-tabs ul li.chart-container.active {
@@ -264,59 +504,65 @@
264
  padding: 6px 12px;
265
  font-size: 13px;
266
  }
267
-
268
- /** STORE FONTS */
269
- @font-face {
270
- font-family: 'graphik-medium';
271
- src: url('../../fonts/Graphik-Medium-Web.eot');
272
- src: url('../../fonts/Graphik-Medium-Web.eot?#iefix') format('embedded-opentype'), url('../../fonts/Graphik-Medium-Web.woff2') format('woff2'), url('../../fonts/Graphik-Medium-Web.woff') format('woff');
273
- font-weight: 500;
274
- font-style: normal;
275
- font-stretch: normal;
276
- }
277
-
278
- @font-face {
279
- font-family: 'graphik-regular';
280
- src: url('../../fonts/Graphik-Regular-Web.eot');
281
- src: url('../../fonts/Graphik-Regular-Web.eot?#iefix') format('embedded-opentype'), url('../../fonts/Graphik-Regular-Web.woff2') format('woff2'), url('../../fonts/Graphik-Regular-Web.woff') format('woff');
282
- font-weight: 400;
283
- font-style: normal;
284
- font-stretch: normal;
285
- }
286
-
287
- @font-face {
288
- font-family: 'graphik-light';
289
- src: url('../../fonts/Graphik-Light-Web.eot');
290
- src: url('../../fonts/Graphik-Light-Web.eot?#iefix') format('embedded-opentype'), url('../../fonts/Graphik-Light-Web.woff2') format('woff2'), url('../../fonts/Graphik-Light-Web.woff') format('woff');
291
- font-weight: 300;
292
- font-style: normal;
293
- font-stretch: normal;
294
- }
295
-
296
- @font-face {
297
- font-family: "DIN-Light-Italic";
298
- src: url("../../fonts/a819beca-e31b-40b3-bc54-23a8a4a8444d.eot?#iefix");
299
- src: url("../../fonts/a819beca-e31b-40b3-bc54-23a8a4a8444d.eot?#iefix") format("eot"), url("../../fonts/432c9e2a-ea2e-479f-8920-a944904adff2.woff2") format("woff2"), url("../../fonts/a062545d-8a1d-4a8c-88ce-48870c7cb3ca.woff") format("woff"), url("../../fonts/e157e6e0-4dd1-4632-9846-e2534d9e08d0.ttf") format("truetype");
300
- }
301
-
302
- @font-face {
303
- font-family: "DIN-Regular";
304
- src: url("../../fonts/936930ba-a8da-4765-9e89-0f35cdff223f.eot?#iefix");
305
- src: url("../../fonts/936930ba-a8da-4765-9e89-0f35cdff223f.eot?#iefix") format("eot"), url("../../fonts/6b4d4830-9c7d-43d2-b5d3-c73f739561b9.woff2") format("woff2"), url("../../fonts/ccf25ada-6d2a-4133-95dc-deb039e22999.woff") format("woff"), url("../../fonts/126195b4-2fa0-4b95-b5cf-ad9bf10193f0.ttf") format("truetype");
306
  }
307
-
308
- @font-face {
309
- font-family: "DIN-Medium";
310
- src: url("../../fonts/c6dbdd54-50f5-472a-8b74-0e98ef77e33e.eot?#iefix");
311
- src: url("../../fonts/c6dbdd54-50f5-472a-8b74-0e98ef77e33e.eot?#iefix") format("eot"), url("../../fonts/afabdfcf-432c-49b4-a496-0e5051e87fa9.woff2") format("woff2"), url("../../fonts/611ea865-db7e-4c05-94b8-bd1675c90576.woff") format("woff"), url("../../fonts/e65314e4-c389-45b8-99a9-26ab6aef066c.ttf") format("truetype");
312
  }
313
-
314
- @font-face {
315
- font-family: "DIN-Bold";
316
- src: url("../../fonts/fa5ed46b-792d-4f47-894e-fa587cf4e1cf.eot?#iefix");
317
- src: url("../../fonts/fa5ed46b-792d-4f47-894e-fa587cf4e1cf.eot?#iefix") format("eot"), url("../../fonts/03008527-67bd-478e-98e3-3b56dd9a6520.woff2") format("woff2"), url("../../fonts/557f817d-9c25-4a23-baaf-a3cf84a7cd7c.woff") format("woff"), url("../../fonts/92ed1479-1d40-4a94-8baf-6abd88b17afa.ttf") format("truetype");
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
318
  }
319
-
320
- .tms-store-checkout-wpdatatables {
321
- cursor: pointer;
 
 
 
 
 
 
 
 
 
 
 
 
322
  }
 
 
 
 
 
1
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');
2
+ @font-face {
3
+ font-family: 'wpDataTablesIcons' !important;
4
+ src: url(../../fonts/wpDataTablesIcons.eot);
5
+ src: url(../../fonts/wpDataTablesIcons.eot?#iefix) format('embedded-opentype'), url(../../fonts/wpDataTablesIcons.woff) format('woff'), url(../../fonts/wpDataTablesIcons.ttf) format('truetype'), url(../../fonts/wpDataTablesIcons.svg#wpDataTablesIcons) format('svg');
6
+ }
7
+
8
  .wpdt-c .wdt-chart-wizard .wdt-chart-column-picker-container .existing-columns,
9
  .wpdt-c .wdt-chart-wizard .wdt-chart-column-picker-container .chosen_columns {
 
10
  height: 308px;
11
+ box-shadow: 0px 2px 5px rgba(23, 43, 77, 0.1), 0px 0px 1px rgba(23, 43, 77, 0.32);
12
+ border-radius: 3px;
13
  }
14
 
15
  .wpdt-c .wdt-chart-wizard .wdt-chart-column-picker-container .existing-columns .card-header,
16
  .wpdt-c .wdt-chart-wizard .wdt-chart-column-picker-container .chosen_columns .card-header {
17
  border-radius: 4px;
18
+ background: #F8F8FA;
19
+ padding: 14px 16px ;
20
+ }
21
+ .wpdt-c .wdt-chart-wizard .wdt-chart-column-picker-container .existing-columns .card-header h2,
22
+ .wpdt-c .wdt-chart-wizard .wdt-chart-column-picker-container .chosen_columns .card-header h2{
23
+ color: #304463;
24
+ font-weight: 500;
25
+ font-size: 13px;
26
+ line-height: 20px;
27
+ }
28
+ .wpdt-c .wdt-chart-wizard .wdt-chart-column-picker-container .existing-columns .card-body.card-padding,
29
+ .wpdt-c .wdt-chart-wizard .wdt-chart-column-picker-container .chosen_columns .card-body.card-padding{
30
+ padding: 16px;
31
  }
32
 
33
  .wpdt-c div.chosen_columns .alert {
34
  margin: 3px;
35
  }
36
 
37
+ .wpdt-c .chart-wizard-step .alert.wdt-custom {
38
+ font-size: 12px;
39
+ line-height: 16px;
40
+ color: #091E6F;
41
+ font-weight: 500;
42
+ }
43
+ .wpdt-c .wdt-chart-wizard{
44
+ background: #F1F1F1;
45
+ }
46
+ .wpdt-c .chart-name,
47
+ .wpdt-c .charts-type,
48
+ .wpdt-c .data-source,
49
+ .wpdt-c .render-engine,
50
+ .wpdt-c #chart-container-tabs-1,
51
+ .wpdt-c #chart-container-tabs-2,
52
+ .wpdt-c #chart-container-tabs-3,
53
+ .wpdt-c #chart-container-tabs-4,
54
+ .wpdt-c #chart-container-tabs-5,
55
+ .wpdt-c #chart-container-tabs-6,
56
+ .wpdt-c #chart-container-tabs-7,
57
+ .wpdt-c #chart-container-tabs-8,
58
+ .wpdt-c .chart-preview-container,
59
+ .wpdt-c #chart-container-tabs .tab-nav.settings,
60
+ .wpdt-c .wdt-chart-column-picker-container,
61
+ .wpdt-c .wdt-chart-wizard .bootstrap-select{
62
+ background: #FFFFFF !important;
63
+ }
64
+ .wpdt-c .wdt-chart-wizard-chart-selecter-block {
65
+ margin-top: 10px;
66
+ }
67
+ .wpdt-c .wdt-chart-wizard .render-engine .form-group{
68
+ padding: 0;
69
+ }
70
+
71
  .wpdt-c .wdt-chart-wizard .deselect-all-columns,
72
  .wpdt-c .wdt-chart-wizard .select-all-columns {
73
  position: absolute;
74
+ right: 16px;
75
+ top: 15px;
76
  width: 100px;
77
+ font-weight: 500;
78
+ font-size: 14px;
79
+ line-height: 20px;
80
+ color: #008CFF;
81
+ background: #F8F8FA;
82
+ border: none;
83
+ padding: 0;
84
+ text-align: right;
85
  }
86
 
87
  .wpdt-c .steps .chart-wizard-step.step4{
95
  .wpdt-c .steps .chart-wizard-step.step5 label{
96
  display: block;
97
  text-align: center;
98
+ font-style: normal;
99
+ font-weight: normal;
100
+ font-size: 13px;
101
+ line-height: 20px;
102
+ color: #061938;
103
+ }
104
+ .wpdt-c .wpdt-chart-message{
105
+ text-align: center;
106
+ }
107
+ .wpdt-c .wpdt-chart-message img {
108
+ margin-top: 15px;
109
+ margin-bottom: 12px;
110
+ }
111
+ .wpdt-c .wpdt-chart-message h4{
112
+ font-size: 20px;
113
+ line-height: 24px;
114
+ color: #304463;
115
+ margin-bottom: 4px;
116
  }
 
117
  .wpdt-c .chart-wizard-breadcrumb {
118
  margin: 0;
119
  padding-bottom: 0;
120
+ padding-top: 0;
121
+ background-color: #ffffff;
122
  }
123
 
124
  .wpdt-c .chart-wizard-breadcrumb li {
125
+ font-style: normal;
126
+ font-weight: normal;
127
+ font-size: 13px;
128
+ line-height: 20px;
129
+ color: #304463;
130
  }
131
 
132
  .wpdt-c .chart-wizard-breadcrumb > .active {
133
+ font-style: normal;
134
+ font-weight: normal;
135
+ font-size: 13px;
136
+ line-height: 20px;
137
+ color: #008CFF;
138
  }
139
 
140
  .wpdt-c div.wdt-chart-column-picker-container div.picker_column {
151
  }
152
 
153
  .wpdt-c div.wdt-chart-column-picker-container div.chart-column-block {
 
154
  border-radius: 4px;
155
+ background-color: #F8F8FA;
156
  text-transform: inherit;
157
+ color: #304463;
158
+ text-align: left;
159
+ font-weight: 600;
160
+ font-size: 13px;
161
+ line-height: 20px;
162
+ padding: 8px 16px;
163
  }
164
 
165
  .wpdt-c div.wdt-chart-column-picker-container div.chart-column-block:hover {
 
166
  transition: .5s ease;
167
  cursor: pointer;
168
+ background-color: rgba(0, 140, 255, 0.06);
169
  }
170
 
171
  .wpdt-c div.wdt-chart-column-picker-container div.chart-column-block.selected {
 
172
  border-radius: 4px;
173
  transition: .5s ease;
174
+ color: #304463;
175
+ background-color: rgba(0, 140, 255, 0.06);;
176
  }
177
 
178
  .wpdt-c div.wdt-chart-column-picker-container div.wdt-chart-wizart-existing-columns-container,
180
  height: 220px;
181
  overflow-y: auto;
182
  }
183
+ .wpdt-c div.wdt-chart-column-picker-container div.wdt-chart-wizard-chosen-columns-container i{
184
+ margin-right: 8px;
185
+ }
186
 
187
  .wpdt-c .wpDataTables #series-settings-container div.chart-series-block {
188
  margin: 3px;
200
  float: left;
201
  }
202
 
203
+ .wpdt-c #wdt-chart-shortcode-id {
204
+ background: #F4F5F7;
205
+ border-radius: 0 3px 3px 0;
206
+ padding: 4px 8px;
207
+ border: none;
208
+ color: #172B4D;
209
+ font-style: normal;
210
+ font-weight: 600;
211
+ font-size: 12px;
212
+ line-height: 20px;
213
+ }
214
+ .wpdt-c #finishButton,
215
+ .wpdt-c #saveButton,
216
+ .wpdt-c #open-range-picker-btn,
217
+ .wpdt-c #wdt-chart-wizard-next-step,
218
+ .wpdt-c #wdt-chart-wizard-previous-step {
219
+ position: relative;
220
+ font-family: Inter;
221
+ font-style: normal;
222
+ font-weight: 500;
223
+ font-size: 14px;
224
+ box-sizing: border-box;
225
+ border-radius: 6px;
226
+ line-height: 20px;
227
+ background: #008CFF;
228
+ border-color: #008CFF;
229
+ }
230
+ .wpdt-c #open-range-picker-btn {
231
+ padding: 8px 16px;
232
+ color: #304463;
233
+ background: #FFFFFF;
234
+ border: 1px solid #DFE1E6;
235
+ }
236
+ .wpdt-c #wdt-chart-wizard-next-step {
237
+ padding: 8px 27px 8px 12px;
238
+ }
239
+ .wpdt-c #wdt-chart-wizard-previous-step {
240
+ position: relative;
241
+ padding: 8px 16px 8px 29px;
242
+ background: #FFFFFF;
243
+ color: #304463;
244
  }
245
+ .wpdt-c #wdt-chart-wizard-previous-step:hover,
246
+ .wpdt-c #open-range-picker-btn:hover,
247
+ .wpdt-c #wdt-range-picker .modal-content .modal-footer #wdt-cancel-range:hover{
248
+ background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), #FFFFFF;
249
+ box-sizing: border-box;
250
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
251
+ }
252
+
253
 
254
  .wpdt-c #wdt-chart-wizard-previous-step:before {
255
+ position: absolute;
256
+ left: 5px;
257
+ font-family: "wpDataTablesIcons";
258
+ content: "\f053";
259
+ font-weight: 400;
260
+ font-style: normal;
261
+ font-size: 14px;
262
+ line-height: 20px;
263
+ text-align: center;
264
+ color: #253858;
265
+ margin-right: 10px;
266
+ padding-left: 8px;
267
  }
268
 
269
  .wpdt-c #wdt-chart-wizard-next-step:after {
270
+ position: absolute;
271
+ font-family: "wpDataTablesIcons";
272
+ content: "\f054";
273
+ font-style: normal;
274
+ font-weight: 400;
275
+ font-size: 14px;
276
+ line-height: 20px;
277
+ text-align: center;
278
+ color: #FFFFFF;
279
+ margin-left: 8px;
280
+ }
281
+
282
+ .wpdt-c .wdt-datatables-admin-wrap #wdt-chart-wizard-next-step.wdt-save-chart {
283
+ padding: 8px 12px 8px 12px !important;
284
+ background-color: #008CFF;
285
+ }
286
+ .wpdt-c .wdt-datatables-admin-wrap #wdt-chart-wizard-next-step.wdt-save-chart:after {
287
+ display: none;
288
+ }
289
+ .wpdt-c .wdt-datatables-admin-wrap #wdt-chart-wizard-next-step.wdt-save-chart i {
290
+ margin-right: 8px;
291
+ }
292
+ .wpdt-c #wpdt-shortcode-container {
293
+ margin: 0 auto;
294
+ display: flex;
295
+ justify-content: center;
296
+ }
297
+ .wpdt-c #wpdt-shortcode-container .wdt-copy-shortcode{
298
+ display: inline-block;
299
+ color: #304463;
300
+ cursor: pointer;
301
+ }
302
+ .wpdt-c #wpdt-shortcode-container .wdt-copy-shortcode i{
303
+ padding: 4px 7px;
304
+ background: #EBECF0;
305
+ border-radius: 3px 0 0 3px;
306
+ line-height: 20px;
307
  }
308
 
309
  .wpdt-c .wdt-chart-wizard .wdt-chart-wizard-chart-selecter-block .card {
357
  }
358
 
359
  .wpdt-c .wdt-chart-wizard .wdt-chart-wizard-chart-selecter-block .card:hover .wdt-chart-wizard-overlay {
360
+ opacity: 0.1;
361
  }
362
 
363
  .wpdt-c .wdt-chart-wizard .wdt-chart-wizard-chart-selecter-block .card.selected .card-header {
365
  }
366
 
367
  .wpdt-c .wdt-chart-wizard .wdt-chart-wizard-chart-selecter-block .card.selected .card-header .wdt-chart-wizard-overlay {
368
+ opacity: 0.1;
369
  }
370
 
371
  .wpdt-c .wdt-chart-wizard .wdt-chart-wizard-chart-selecter-block .card.not-selected .card-header {
377
  }
378
 
379
  .wpdt-c .wdt-chart-wizard .wdt-chart-wizard-chart-selecter-block .card.selected .card-header:after {
380
+ content: "\f00c";
381
+ color: #2196f3;
382
  position: absolute;
383
+ top: 80%;
384
+ text-align: right;
385
+ right: 5%;
386
  width: 100%;
387
+ font-size: 24px;
388
+ font-family: 'wpDataTablesIcons';
389
  }
390
 
391
  .wpdt-c .wdt-chart-wizard .charts-type.google-charts-type,
393
  .wpdt-c .wdt-chart-wizard .charts-type.chartjs-charts-type {
394
  display: none;
395
  }
396
+ .wpdt-c .wdt-chart-wizard .charts-type.google-charts-type.disabled,
397
+ .wpdt-c .wdt-chart-wizard .charts-type.highcharts-charts-type.disabled,
398
+ .wpdt-c .wdt-chart-wizard .charts-type.chartjs-charts-type.disabled {
399
+ opacity: .5;
400
+ pointer-events: none;
401
+ }
402
+ .wpdt-c .wdt-chart-wizard #wdt-add-all-chart-columns,
403
+ .wpdt-c .wdt-chart-wizard #wdt-add-chart-columns,
404
+ .wpdt-c .wdt-chart-wizard #wdt-remove-chart-columns,
405
+ .wpdt-c .wdt-chart-wizard #wdt-remove-all-chart-columns {
406
+ background: #F3F3FA;
407
+ border-radius: 4px;
408
+ padding: 4px 9px;
409
+ }
410
+
411
+ .wpdt-c .wdt-chart-wizard #wdt-add-all-chart-columns:after,
412
+ .wpdt-c .wdt-chart-wizard #wdt-add-chart-columns:after,
413
+ .wpdt-c .wdt-chart-wizard #wdt-remove-chart-columns:after,
414
+ .wpdt-c .wdt-chart-wizard #wdt-remove-all-chart-columns:after {
415
+ font-family: 'wpDataTablesIcons';
416
+ color: #091D70;
417
+ font-size: 13px;
418
+ line-height: 20px;
419
+ }
420
 
421
  .wpdt-c .wdt-chart-wizard #wdt-add-all-chart-columns:after {
422
+ content:"\f101";
423
+ font-size: 15px;
 
424
  }
425
 
426
  .wpdt-c .wdt-chart-wizard #wdt-add-chart-columns:after {
427
+ content:"\f061";
 
 
428
  }
429
 
430
  .wpdt-c .wdt-chart-wizard #wdt-remove-chart-columns:after {
431
+ content:"\f060";
 
 
432
  }
433
 
434
  .wpdt-c .wdt-chart-wizard #wdt-remove-all-chart-columns:after {
435
+ content:"\f100";
436
+ font-size: 15px;
 
437
  }
438
 
439
  .wpdt-c .wdt-chart-wizard #chart-container-tabs ul li a:after {
441
  }
442
 
443
  .wpdt-c .range-picker-table tbody td.selected {
444
+ background-color: rgba(0, 140, 255, 0.06);;
445
+ }
446
+ .wpdt-c .range-picker-table tbody td.pick-row {
447
+ width: 80px;
448
+ }
449
+ .wpdt-c .range-picker-table .add-row-to-range,
450
+ .wpdt-c .range-picker-table .pick-column-range {
451
+ background: #FFFFFF;
452
+ width: 16px;
453
+ height: 16px;
454
+ border: 1px solid #C1C7D0;
455
+ box-sizing: border-box;
456
+ border-radius: 3px;
457
+ margin: 0 !important;
458
+ box-shadow: none;
459
+ outline: none !important;
460
+ vertical-align: baseline;
461
+ opacity: 1 !important;
462
+ position: relative;
463
+ }
464
+ .wpdt-c .range-picker-table .pick-column-range:checked:before,
465
+ .wpdt-c .range-picker-table .add-row-to-range:checked:before {
466
+ font-family: 'wpDataTablesIcons';
467
+ content: '\f00c';
468
+ width: 16px;
469
+ height: 16px;
470
+ color: white;
471
+ border: 1px solid #2684FF;
472
+ background: #2684FF;
473
+ border-radius: 3px;
474
+ margin: 0;
475
+ padding: 1px 0 0 0;
476
+ font-size: 11px;
477
+ float: none;
478
+ font-weight: bold;
479
+ position: absolute;
480
+ left: -1px;
481
+ top: -1px;
482
+ opacity: 1;
483
  }
484
 
485
  .wpdt-c .wdt-chart-wizard #chart-container-tabs ul li.chart-container {
486
+ border-right: 2px solid #F1F1F1;
487
  }
488
 
489
  .wpdt-c .wdt-chart-wizard #chart-container-tabs ul li.chart-container.active {
504
  padding: 6px 12px;
505
  font-size: 13px;
506
  }
507
+ .wpdt-c .wdt-custom-number-input {
508
+ position: relative;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
509
  }
510
+ .wpdt-c .wdt-custom-number-input input {
511
+ text-align: center;
 
 
 
512
  }
513
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number:hover,
514
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number:hover:disabled,
515
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number:active,
516
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number:visited,
517
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number{
518
+ position: absolute;
519
+ height: 100%;
520
+ width: 40px;
521
+ border: 1px solid #D7D9E2;
522
+ color: #8796AF;
523
+ background: #F8F8FA;
524
+ }
525
+
526
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number.wdt-button-minus{
527
+ left: 0;
528
+ top: 0;
529
+ height: 100%;
530
+ border: 1px solid #D7D9E2;
531
+ color: #8796AF;
532
+ background: #F8F8FA;
533
+ border-radius: 2px 0 0 2px;
534
+ }
535
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number.wdt-button-plus{
536
+ right: 0;
537
+ top: 0;
538
+ height: 100%;
539
+ border: 1px solid #D7D9E2;
540
+ color: #8796AF;
541
+ background: #F8F8FA;
542
+ border-radius: 0 2px 2px 0;
543
+ }
544
+ .render-engine .dropdown-menu > .disabled > a {
545
+ color: inherit !important;
546
+ opacity: 0.7;
547
  }
548
+ .render-engine .dropdown-menu span.wdt-premium {
549
+ padding: 2px 6px;
550
+ background: rgba(0, 140, 255, 0.1);
551
+ border-radius: 45px;
552
+ width: fit-content;
553
+ cursor: not-allowed !important;
554
+ font-family: Inter;
555
+ font-style: normal;
556
+ font-weight: 500;
557
+ font-size: 13px;
558
+ line-height: 20px;
559
+ color: #008CFF;
560
+ margin-top: 4px;
561
+ box-shadow: none !important;
562
+ display: inline-block;
563
  }
564
+ .render-engine .dropdown-menu .wdt-premium-option-disabled {
565
+ user-select: none;
566
+ -webkit-user-select: none;
567
+ cursor: not-allowed !important;
568
+ }
assets/css/admin/constructor.css CHANGED
@@ -1,3 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  .wpdt-c .wdt-constructor-column-block .card {
2
  display: inline-block;
3
  min-height: 350px;
@@ -6,10 +73,12 @@
6
  cursor: grab;
7
  cursor: -moz-grab;
8
  cursor: -webkit-grab;
 
 
9
  }
10
 
11
  .wpdt-c .wdt-constructor-column-block.wdt-constructor-column-block-file .card {
12
- min-height: 570px;
13
  }
14
 
15
  .wpdt-c .wdt-constructor-column-block.gu-mirror .card, tr.gu-mirror {
@@ -24,12 +93,13 @@
24
 
25
  .wpdt-c .wdt-constructor-column-block .card-header .wdt-constructor-column-name {
26
  padding-right: 25px;
 
27
  }
28
 
29
- .wpdt-c .wdt-constructor-column-block .card-header i.zmdi.zmdi-edit {
30
  position: absolute;
31
- right: 0;
32
- top: 8px;
33
  font-size: 16px;
34
  color: #c7c7c7;
35
  }
@@ -38,17 +108,74 @@
38
  background-color: #f7f7f7 !important;
39
  }
40
 
41
- .wpdt-c .wdt-constructor-column-name:focus ~ i.zmdi.zmdi-edit,
42
- .wpdt-c .wdt-constructor-column-name:hover ~ i.zmdi.zmdi-edit {
43
- color: #2196f3;
44
  }
45
 
46
  .wpdt-c .wdt-constructor-column-block .card .card-header small {
47
  padding-left: 4px;
48
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
 
50
  .wpdt-c .wdt-constructor-possible-values-block .bootstrap-tagsinput {
51
  max-height: 47px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  }
53
 
54
  .wpdt-c .wdt-constructor-column-block.gu-mirror .card {
@@ -72,6 +199,9 @@
72
  max-height: 150px;
73
  overflow-y: auto;
74
  }
 
 
 
75
 
76
  .wpdt-c .wdt-constructor-query-data-step .card {
77
  display: inline-block;
@@ -82,6 +212,11 @@
82
 
83
  .wpdt-c .wdt-constructor-query-data-step .card .card-header {
84
  height: 60px;
 
 
 
 
 
85
  }
86
 
87
  .wpdt-c .wdt-constructor-query-data-step .card .card-body {
@@ -105,8 +240,13 @@
105
  left: 30px;
106
  }
107
 
 
 
 
 
108
  .wpdt-c .wdt-constructor-query-data-step .card .card-body table tr {
109
  cursor: pointer;
 
110
  }
111
 
112
  .wpdt-c .wdt-constructor-post-types-all .card .card-body table,
@@ -149,7 +289,7 @@
149
  }
150
 
151
  .wpdt-c .wdt-constructor-query-data-step .card .card-body tr.selected {
152
- background-color: #f7f7f7;
153
  }
154
 
155
  .wpdt-c .wdt-constructor-relation-equal {
@@ -165,17 +305,41 @@
165
  .wpdt-c .wdt-constructor-relation-initiator-type span,
166
  .wpdt-c .wdt-constructor-group-by-label span {
167
  position: absolute;
168
- bottom: 0;
169
- right: 0;
 
 
 
 
 
170
  }
171
 
172
  .wpdt-c #wdt-constructor-preview-wp-query {
173
  height: 300px;
174
  }
 
 
 
175
 
176
  .wpdt-c .wdt-constructor-step .wdt-constructor-preview-wp-table {
177
  border-right: 0 !important;
178
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
179
 
180
  .wpdt-c .wdt-constructor-remove-column,
181
  .wpdt-c .wdt-constructor-refresh-wp-query,
@@ -187,54 +351,210 @@
187
  .wpdt-c #wdt-constructor-create-table-excel {
188
  cursor: pointer;
189
  }
 
 
 
190
 
191
- .wpdt-c .wdt-constructor-refresh-wp-query i.zmdi {
192
  padding-top: 7px;
193
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
194
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
195
  .wpdt-c #wdt-constructor-next-step:after {
196
- font-family: WPDataTablesIcons;
197
- content:"\e001";
198
- font-size: 10px;
 
 
 
 
 
 
 
199
  }
200
 
201
  .wpdt-c #wdt-constructor-previous-step:before {
202
- font-family: WPDataTablesIcons;
203
- content:"\e002";
204
- font-size: 10px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
205
  }
206
 
207
  .wpdt-c .wdt-table-constructor .wdt-constructor-type-selecter-block .card {
208
- display: inline-block;
209
- min-width: inherit;
210
- width: 100%;
211
- box-shadow: none;
212
- border: none;
 
 
 
213
  }
214
 
215
- .wpdt-c .wdt-table-constructor .wdt-constructor-type-selecter-block .card:hover {
216
- cursor: pointer;
 
 
 
 
 
217
  }
218
 
219
- .wpdt-c .wdt-table-constructor .wdt-constructor-type-selecter-block .card:hover .card-header {
220
- border-color: #2196f3;
221
- transition: .5s ease;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
222
  }
223
 
224
  .wpdt-c .wdt-table-constructor .wdt-constructor-type-selecter-block .card-header {
225
- margin: 0 auto;
226
- border: 1px solid #d7d7d7;
227
  border-radius: 4px;
228
- background-color: #fbfbfb;
229
  }
230
 
231
  .wpdt-c .wdt-table-constructor .wdt-constructor-type-selecter-block .card-header img {
232
- margin: 0 auto;
 
233
  }
234
 
235
- .wpdt-c .wdt-table-constructor .wdt-constructor-type-selecter-block .card-body span {
236
- color: #777;
237
- }
238
 
239
  .wpdt-c .wdt-table-constructor .wdt-constructor-type-selecter-block .wdt-constructor-overlay {
240
  border-radius: 4px;
@@ -255,7 +575,7 @@
255
  }
256
 
257
  .wpdt-c .wdt-table-constructor .wdt-constructor-type-selecter-block .card.selected .card-header {
258
- border-color: #2196f3;
259
  }
260
 
261
  .wpdt-c .wdt-table-constructor .wdt-constructor-type-selecter-block .card.selected .card-header .wdt-constructor-overlay {
@@ -263,24 +583,14 @@
263
  }
264
 
265
  .wpdt-c .wdt-table-constructor .wdt-constructor-type-selecter-block .card.not-selected .card-header {
266
- opacity: 0.6;
267
  }
268
 
269
  .wdt-table-constructor .wdt-constructor-type-selecter-block .card.not-selected:hover .card-header {
270
  opacity: 1;
271
  }
272
 
273
- .wpdt-c .wdt-table-constructor .wdt-constructor-type-selecter-block .card.selected .card-header:after {
274
- content: "\f26b";
275
- color: #ffffff;
276
- position: absolute;
277
- top: 50%;
278
- text-align: center;
279
- right: 0;
280
- width: 100%;
281
- font-size: 80px;
282
- font-family: 'Material-Design-Iconic-Font';
283
- }
284
 
285
  .wpdt-c .wdt-table-constructor #wdt-constructor-post-add-grouping-rule,
286
  .wpdt-c .wdt-table-constructor #wdt-constructor-add-post-condition,
@@ -288,9 +598,63 @@
288
  .wpdt-c .wdt-table-constructor #wdt-constructor-mysql-add-grouping-rule {
289
  width: 135px;
290
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
291
 
292
  .wpdt-c .wdt-table-constructor .wdt-constructor-arrows {
293
- padding-top: 150px;
 
 
 
 
 
 
 
 
294
  }
295
 
296
  .wpdt-c .wdt-table-constructor .wdt-constructor-arrows button {
@@ -298,10 +662,10 @@
298
  margin: 0 auto;
299
  }
300
 
301
- .wpdt-c .wdt-table-constructor #wdt-constructor-delete-post-condition a:hover .zmdi-delete,
302
- .wpdt-c .wdt-table-constructor #wdt-constructor-delete-grouping-rule-post a:hover .zmdi-delete,
303
- .wpdt-c .wdt-table-constructor #wdt-constructor-delete-mysql-condition a:hover .zmdi-delete,
304
- .wpdt-c .wdt-table-constructor #wdt-constructor-delete-grouping-rule-mysql a:hover .zmdi-delete {
305
  color: #F44336;
306
  }
307
 
@@ -328,18 +692,31 @@
328
  text-overflow: ellipsis;
329
  }
330
 
331
- .wpdt-c .wdt-table-constructor #wdt-constructor-add-column:after {
332
- font-family: WPDataTablesIcons;
333
- content:"\e81e";
334
- margin-left: 3px;
335
- }
336
 
337
  .wpdt-c .wdt-table-constructor .wdt-constructor-step[data-step="1-2"] .fg-line {
338
  width: 75%;
339
  }
340
 
 
 
 
341
  .wpdt-c .wdt-constructor-step[data-step="2-3"] .card-header {
342
- background-color: #F7F7F7;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
343
  }
344
 
345
  .wpdt-c .wdt-constructor-create-buttons button {
1
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');
2
+ @font-face {
3
+ font-family: 'wpDataTablesIcons' !important;
4
+ src: url(../../fonts/wpDataTablesIcons.eot);
5
+ src: url(../../fonts/wpDataTablesIcons.eot?#iefix) format('embedded-opentype'), url(../../fonts/wpDataTablesIcons.woff) format('woff'), url(../../fonts/wpDataTablesIcons.ttf) format('truetype'), url(../../fonts/wpDataTablesIcons.svg#wpDataTablesIcons) format('svg');
6
+ }
7
+ .wpdt-c #wdt-constructor-add-column {
8
+ background: linear-gradient(0deg, rgba(0, 140, 255, 0.06), rgba(0, 140, 255, 0.06)), #FFFFFF;
9
+ box-shadow: 0px 0.5px 2px rgba(9, 29, 112, 0.2);
10
+ border: 1px solid rgba(0, 140, 255, 0.14);
11
+ border-radius: 5px;
12
+ padding: 8px 16px;
13
+ font-family: Inter;
14
+ font-style: normal;
15
+ font-weight: 500;
16
+ font-size: 14px;
17
+ line-height: 20px;
18
+ color: #091E6F;
19
+ }
20
+ .wpdt-c #wdt-constructor-add-column:hover {
21
+ background: linear-gradient(0deg, rgba(0, 140, 255, 0.13), rgba(0, 140, 255, 0.13)), #FFFFFF;
22
+ border: 1px solid rgba(0, 140, 255, 0.14);
23
+ box-sizing: border-box;
24
+ box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
25
+ }
26
+
27
+ .wpdt-c #wdt-constructor-add-column i {
28
+ margin-right: 4px;
29
+ }
30
+ .wpdt-c .wdt-constructor-column-block {
31
+ font-family: Inter;
32
+ font-style: normal;
33
+ }
34
+ .wpdt-c .wdt-constructor-column-block .form-group {
35
+ margin-bottom: 0;
36
+ }
37
+ .wpdt-c .wdt-constructor-column-block .card-header {
38
+ background: #F8F8FA !important;
39
+ }
40
+ .wpdt-c .wdt-constructor-column-block .card-header .wdt-constructor-column-name {
41
+ background-color: #F1F1F1;
42
+ padding: 4px 24px 4px 4px !important;
43
+ font-size: 13px;
44
+ line-height: 20px;
45
+ margin: 0 !important;
46
+ color: #304463 !important;
47
+ border: none !important;
48
+ }
49
+
50
+ .wpdt-c .wdt-constructor-column-block .card-header .fg-line i{
51
+ position: absolute;
52
+ right: 4px;
53
+ top: 10px;
54
+ font-size: 12px;
55
+ line-height: 20px;
56
+ text-align: center;
57
+ color: #008CFF;
58
+ }
59
+
60
+ .wpdt-c .wdt-constructor-column-block .card-header .wdt-constructor-column-name:hover {
61
+ background: #D7D9E2 !important;
62
+ border-radius: 2px;
63
+ }
64
+
65
+ .wpdt-c .wdt-constructor-column-block .card-header .wdt-constructor-column-name:focus {
66
+ background: #FFFFFF !important;
67
+ }
68
  .wpdt-c .wdt-constructor-column-block .card {
69
  display: inline-block;
70
  min-height: 350px;
73
  cursor: grab;
74
  cursor: -moz-grab;
75
  cursor: -webkit-grab;
76
+ box-shadow: 0px 2px 5px rgba(23, 43, 77, 0.1), 0px 0px 1px rgba(23, 43, 77, 0.32);
77
+ border-radius: 3px;
78
  }
79
 
80
  .wpdt-c .wdt-constructor-column-block.wdt-constructor-column-block-file .card {
81
+ min-height: 460px;
82
  }
83
 
84
  .wpdt-c .wdt-constructor-column-block.gu-mirror .card, tr.gu-mirror {
93
 
94
  .wpdt-c .wdt-constructor-column-block .card-header .wdt-constructor-column-name {
95
  padding-right: 25px;
96
+ border: none;
97
  }
98
 
99
+ .wpdt-c .wdt-constructor-column-block .card-header i.wpdt-icon-pen {
100
  position: absolute;
101
+ right: 5px;
102
+ top: 12px;
103
  font-size: 16px;
104
  color: #c7c7c7;
105
  }
108
  background-color: #f7f7f7 !important;
109
  }
110
 
111
+ .wpdt-c .wdt-constructor-column-name:focus ~ i.wpdt-icon-pen,
112
+ .wpdt-c .wdt-constructor-column-name:hover ~ i.wpdt-icon-pen {
113
+ color: #304463;
114
  }
115
 
116
  .wpdt-c .wdt-constructor-column-block .card .card-header small {
117
  padding-left: 4px;
118
  }
119
+ .wpdt-c .wdt-custom-number-input {
120
+ position: relative;
121
+ }
122
+ .wpdt-c .wdt-custom-number-input #wdt-constructor-number-of-columns {
123
+ text-align: center;
124
+ }
125
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number:hover,
126
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number:active,
127
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number:visited,
128
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number{
129
+ position: absolute;
130
+ height: 100%;
131
+ width: 40px;
132
+ border: 1px solid #D7D9E2;
133
+ color: #8796AF;
134
+ background: #F8F8FA;
135
+ }
136
+
137
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number.wdt-button-minus{
138
+ left: 0;
139
+ top: 0;
140
+ height: 100%;
141
+ border: 1px solid #D7D9E2;
142
+ color: #8796AF;
143
+ background: #F8F8FA;
144
+ border-radius: 2px 0 0 2px;
145
+ }
146
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number.wdt-button-plus{
147
+ right: 0;
148
+ top: 0;
149
+ height: 100%;
150
+ border: 1px solid #D7D9E2;
151
+ color: #8796AF;
152
+ background: #F8F8FA;
153
+ border-radius: 0 2px 2px 0;
154
+ }
155
+
156
 
157
  .wpdt-c .wdt-constructor-possible-values-block .bootstrap-tagsinput {
158
  max-height: 47px;
159
+ padding: 3px 0 3px 12px;
160
+ }
161
+ .wpdt-c .wdt-constructor-possible-values-block .bootstrap-tagsinput .tag {
162
+ color: #5A6C89 ;
163
+ background-color: #F3F3FA;
164
+ border-radius: 2px;
165
+ display: inline-block;
166
+ margin-bottom: 4px;
167
+ font-size: 12px;
168
+ }
169
+
170
+ .wpdt-c .wdt-constructor-possible-values-block .form-group {
171
+ height: inherit;
172
+ max-height: 50px;
173
+ overflow-y: auto;
174
+ border: 1px solid #D7D9E2;
175
+ box-sizing: border-box;
176
+ box-shadow: 0 1px 2px rgba(90, 108, 137, 0.08);
177
+ border-radius: 3px;
178
+ color: #061938;
179
  }
180
 
181
  .wpdt-c .wdt-constructor-column-block.gu-mirror .card {
199
  max-height: 150px;
200
  overflow-y: auto;
201
  }
202
+ .wpdt-c .wdt-constructor-post-types-all-table tr td {
203
+ border-top: 1px solid #F0F1F3;
204
+ }
205
 
206
  .wpdt-c .wdt-constructor-query-data-step .card {
207
  display: inline-block;
212
 
213
  .wpdt-c .wdt-constructor-query-data-step .card .card-header {
214
  height: 60px;
215
+ background: #F8F8FA !important;
216
+ font-weight: 500;
217
+ font-size: 13px;
218
+ line-height: 20px;
219
+ color: #304463;
220
  }
221
 
222
  .wpdt-c .wdt-constructor-query-data-step .card .card-body {
240
  left: 30px;
241
  }
242
 
243
+ .wpdt-c .wdt-constructor-query-data-step .card .card-body table tr.selected {
244
+ cursor: pointer;
245
+ border-bottom: 1px solid #F3F3FA;
246
+ }
247
  .wpdt-c .wdt-constructor-query-data-step .card .card-body table tr {
248
  cursor: pointer;
249
+ border-bottom: 1px solid #F0F1F3;
250
  }
251
 
252
  .wpdt-c .wdt-constructor-post-types-all .card .card-body table,
289
  }
290
 
291
  .wpdt-c .wdt-constructor-query-data-step .card .card-body tr.selected {
292
+ background-color: rgba(0, 140, 255, 0.06);
293
  }
294
 
295
  .wpdt-c .wdt-constructor-relation-equal {
305
  .wpdt-c .wdt-constructor-relation-initiator-type span,
306
  .wpdt-c .wdt-constructor-group-by-label span {
307
  position: absolute;
308
+ top: 50%;
309
+ }
310
+ .wpdt-c .wdt-constructor-relation-initiator-type span {
311
+ right: 10px;
312
+ }
313
+ .wpdt-c .wdt-constructor-group-by-label span {
314
+ left: 0;
315
  }
316
 
317
  .wpdt-c #wdt-constructor-preview-wp-query {
318
  height: 300px;
319
  }
320
+ .wpdt-c .wdt-constructor-step {
321
+ padding: 0 20px;
322
+ }
323
 
324
  .wpdt-c .wdt-constructor-step .wdt-constructor-preview-wp-table {
325
  border-right: 0 !important;
326
  }
327
+ .wpdt-c .wdt-constructor-step .wdt-constructor-preview-wp-table table th,
328
+ .wpdt-c .wdt-constructor-step .wdt-constructor-preview-wp-table table td {
329
+ background-color: #ffffff !important;
330
+ }
331
+ .wpdt-c .wdt-constructor-step .wdt-constructor-preview-wp-table .table > thead > tr > th:first-child {
332
+ padding-left: 10px;
333
+ }
334
+ .wpdt-c .wdt-constructor-step .wdt-constructor-preview-wp-table .alert-danger {
335
+ position: relative;
336
+ padding: 12px 12px 12px 35px;
337
+ }
338
+ .wpdt-c .wdt-constructor-step .wdt-constructor-preview-wp-table .alert-danger i {
339
+ position: absolute;
340
+ left: 10px;
341
+ top: 35%;
342
+ }
343
 
344
  .wpdt-c .wdt-constructor-remove-column,
345
  .wpdt-c .wdt-constructor-refresh-wp-query,
351
  .wpdt-c #wdt-constructor-create-table-excel {
352
  cursor: pointer;
353
  }
354
+ .wpdt-c .wdt-constructor-remove-column {
355
+ top: 16px !important;
356
+ }
357
 
358
+ .wpdt-c .wdt-constructor-refresh-wp-query i {
359
  padding-top: 7px;
360
  }
361
+ .wpdt-c #wdt-constructor-previous-step,
362
+ .wpdt-c #wdt-constructor-next-step {
363
+ padding: 8px 27px 8px 12px;
364
+ position: relative;
365
+ font-family: Inter;
366
+ font-style: normal;
367
+ font-weight: normal;
368
+ font-size: 14px;
369
+ box-sizing: border-box;
370
+ border-radius: 6px;
371
+ line-height: 20px;
372
+ }
373
+ .wpdt-c #wdt-constructor-next-step {
374
+ margin-top: 1px;
375
+ }
376
+ .wpdt-c .wdt-constructor-create-buttons {
377
+ padding: 0;
378
+ position: relative;
379
+ border-radius: 5px;
380
+ box-shadow: none !important;
381
+ }
382
+ .wpdt-c .wdt-constructor-create-buttons .dropdown-menu > li > a:hover{
383
+ background-color: rgba(0, 140, 255, 0.06) !important;
384
+ }
385
+
386
+ .wpdt-c .btn-group.wdt-constructor-create-buttons > .btn:first-child {
387
+ padding: 8px 16px;
388
+ background: #008CFF;
389
+ border-radius: 5px;
390
+ color: #FFFFFF;
391
+ text-transform: none;
392
+ font-family: Inter;
393
+ font-style: normal;
394
+ font-weight: 600;
395
+ font-size: 14px;
396
+ margin-top: 1px;
397
+ }
398
+ .wpdt-c .btn-group.wdt-constructor-create-buttons > .btn:first-child i {
399
+ font-size: 14px;
400
+ line-height: 20px;
401
+ text-align: center;
402
+ margin-left: 8px;
403
+ }
404
+ .wpdt-c .wdt-constructor-mysql-tables-all .card,
405
+ .wpdt-c .wdt-constructor-mysql-columns-all .card,
406
+ .wpdt-c .wdt-constructor-mysql-tables-selected .card,
407
+ .wpdt-c .wdt-constructor-mysql-columns-selected .card,
408
+ .wpdt-c .wdt-constructor-post-types-all .card,
409
+ .wpdt-c .wdt-constructor-post-columns-all .card,
410
+ .wpdt-c .wdt-constructor-post-columns-selected .card,
411
+ .wpdt-c .wdt-constructor-post-types-selected .card{
412
+ background: #FFFFFF;
413
+ box-shadow: 0 2px 5px rgba(23, 43, 77, 0.1), 0 0 1px rgba(23, 43, 77, 0.32);
414
+ border-radius: 3px;
415
+ }
416
+ .wpdt-c .wdt-constructor-mysql-tables-all .card-header,
417
+ .wpdt-c .wdt-constructor-mysql-columns-all .card-header,
418
+ .wpdt-c .wdt-constructor-mysql-tables-selected .card-header,
419
+ .wpdt-c .wdt-constructor-mysql-columns-selected .card-header,
420
+ .wpdt-c .wdt-constructor-post-types-all .card-header,
421
+ .wpdt-c .wdt-constructor-post-columns-all .card-header,
422
+ .wpdt-c .wdt-constructor-post-columns-selected .card-header,
423
+ .wpdt-c .wdt-constructor-post-types-selected .card-header {
424
+ background: #F8F8FA !important;
425
+ }
426
+ .wpdt-c .wdt-constructor-mysql-tables-all .card-header h2,
427
+ .wpdt-c .wdt-constructor-mysql-columns-all .card-header h2,
428
+ .wpdt-c .wdt-constructor-mysql-tables-selected .card-header h2,
429
+ .wpdt-c .wdt-constructor-mysql-columns-selected .card-header h2,
430
+ .wpdt-c .wdt-constructor-post-types-all .card-header h2,
431
+ .wpdt-c .wdt-constructor-post-columns-all .card-header h2,
432
+ .wpdt-c .wdt-constructor-post-columns-selected .card-header h2,
433
+ .wpdt-c .wdt-constructor-post-types-selected .card-header h2{
434
+ font-size: 17px;
435
+ text-align: center;
436
+ }
437
 
438
+ .wpdt-c #wdt-constructor-previous-step {
439
+ padding: 8px 16px 8px 29px;
440
+ position: relative;
441
+ background: #FFFFFF;
442
+ border: 1px solid #DFE1E6;
443
+ box-sizing: border-box;
444
+ border-radius: 6px;
445
+ line-height: 20px;
446
+ color: #304463;
447
+ }
448
+ .wpdt-c #wdt-constructor-previous-step:hover {
449
+ background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), #FFFFFF;
450
+ box-sizing: border-box;
451
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
452
+ }
453
  .wpdt-c #wdt-constructor-next-step:after {
454
+ position: absolute;
455
+ font-family: "wpDataTablesIcons";
456
+ content:"\f054";
457
+ font-style: normal;
458
+ font-weight: 400;
459
+ font-size: 14px;
460
+ line-height: 20px;
461
+ text-align: center;
462
+ color: #FFFFFF;
463
+ margin-left: 8px;
464
  }
465
 
466
  .wpdt-c #wdt-constructor-previous-step:before {
467
+ position: absolute;
468
+ left: 5px;
469
+ font-family: "wpDataTablesIcons";
470
+ content: "\f053";
471
+ font-weight: 400;
472
+ font-style: normal;
473
+ font-size: 14px;
474
+ line-height: 20px;
475
+ text-align: center;
476
+ color: #253858;
477
+ margin-right: 10px;
478
+ padding-left: 8px;
479
+ }
480
+ .wpdt-c .wdt-table-constructor .wdt-constructor-mysql-block label,
481
+ .wpdt-c .wdt-table-constructor .wdt-constructor-post-block label {
482
+ height: 38px;
483
+ }
484
+ .wpdt-c .wdt-table-constructor .wdt-constructor-mysql-block i.wpdt-icon-equals,
485
+ .wpdt-c .wdt-table-constructor .wdt-constructor-post-block i.wpdt-icon-equals{
486
+ padding: 10px 12px;
487
+ margin-top: 4px;
488
+ }
489
+ .wpdt-c .wdt-table-constructor .wdt-constructor-mysql-block .toggle-switch input,
490
+ .wpdt-c .wdt-table-constructor .wdt-constructor-post-block .toggle-switch input {
491
+ left: 12px;
492
+ top: 11px;
493
+ }
494
+ .wpdt-c .wdt-table-constructor .wdt-constructor-mysql-block .toggle-switch label,
495
+ .wpdt-c .wdt-table-constructor .wdt-constructor-post-block .toggle-switch label {
496
+ padding: 10px 25px 10px 12px;
497
  }
498
 
499
  .wpdt-c .wdt-table-constructor .wdt-constructor-type-selecter-block .card {
500
+ display: flex;
501
+ border: 1px solid #EBECF0;
502
+ box-sizing: border-box;
503
+ box-shadow: 0px 2px 4px rgba(23, 43, 77, 0.04), 0px 0px 2px rgba(23, 43, 77, 0.04);
504
+ border-radius: 3px;
505
+ padding: 0 20px 0 0;
506
+ margin-bottom: 15px;
507
+ margin-top: 13px;
508
  }
509
 
510
+ .wpdt-c .wdt-table-constructor .wdt-constructor-type-selecter-block .card.wdt-premium-feature {
511
+ border: 1px solid #FFE8CC !important;
512
+ }
513
+ .wpdt-c .wdt-table-constructor .wdt-constructor-type-selecter-block .card.wdt-premium-feature:focus,
514
+ .wpdt-c .wdt-table-constructor .wdt-constructor-type-selecter-block .card.wdt-premium-feature:hover {
515
+ background: linear-gradient(0deg, rgba(255, 244, 230, 0.25), rgba(255, 244, 230, 0.25)), #FFFFFF;
516
+ border: 1px solid #FFA94D !important;
517
  }
518
 
519
+ .wpdt-c .wdt-table-constructor .wdt-constructor-type-selecter-block .card.selected {
520
+ border: 1px solid #008CFF;
521
+ box-shadow: 0 3px 2px rgba(23, 43, 77, 0.04), 0 0 2px rgba(23, 43, 77, 0.03), 0 0 0 3px rgb(230, 240, 255);
522
+ }
523
+ .wpdt-c .wdt-table-constructor .wdt-constructor-type-selecter-block .card .card-header {
524
+ padding: 0;
525
+ display: flex;
526
+ }
527
+ .wpdt-c .wdt-table-constructor .wdt-constructor-type-selecter-block .card-body h4 {
528
+ font-weight: 500;
529
+ font-size: 15px;
530
+ line-height: 20px;
531
+ color: #061938;
532
+ }
533
+ .wpdt-c .wdt-table-constructor .wdt-constructor-type-selecter-block .card-body span {
534
+ font-weight: normal;
535
+ font-size: 12px;
536
+ line-height: 16px;
537
+ min-height: 65px;
538
+ color: #5A6C89;
539
+ }
540
+
541
+ .wpdt-c .wdt-table-constructor .wdt-constructor-type-selecter-block .card:hover {
542
+ cursor: pointer;
543
+ border: 1px solid #008CFF;
544
  }
545
 
546
  .wpdt-c .wdt-table-constructor .wdt-constructor-type-selecter-block .card-header {
547
+ margin: 0 16px 0 20px;
548
+ border: none;
549
  border-radius: 4px;
550
+ background-color: #ffffff;
551
  }
552
 
553
  .wpdt-c .wdt-table-constructor .wdt-constructor-type-selecter-block .card-header img {
554
+ margin: auto;
555
+ max-width: 58px;
556
  }
557
 
 
 
 
558
 
559
  .wpdt-c .wdt-table-constructor .wdt-constructor-type-selecter-block .wdt-constructor-overlay {
560
  border-radius: 4px;
575
  }
576
 
577
  .wpdt-c .wdt-table-constructor .wdt-constructor-type-selecter-block .card.selected .card-header {
578
+ border: none;
579
  }
580
 
581
  .wpdt-c .wdt-table-constructor .wdt-constructor-type-selecter-block .card.selected .card-header .wdt-constructor-overlay {
583
  }
584
 
585
  .wpdt-c .wdt-table-constructor .wdt-constructor-type-selecter-block .card.not-selected .card-header {
586
+ opacity: 1;
587
  }
588
 
589
  .wdt-table-constructor .wdt-constructor-type-selecter-block .card.not-selected:hover .card-header {
590
  opacity: 1;
591
  }
592
 
593
+
 
 
 
 
 
 
 
 
 
 
594
 
595
  .wpdt-c .wdt-table-constructor #wdt-constructor-post-add-grouping-rule,
596
  .wpdt-c .wdt-table-constructor #wdt-constructor-add-post-condition,
598
  .wpdt-c .wdt-table-constructor #wdt-constructor-mysql-add-grouping-rule {
599
  width: 135px;
600
  }
601
+ .wpdt-c .wdt-table-constructor #wdt-constructor-post-add-grouping-rule,
602
+ .wpdt-c .wdt-table-constructor #wdt-constructor-add-post-condition,
603
+ .wpdt-c .wdt-table-constructor #wdt-constructor-add-mysql-condition,
604
+ .wpdt-c .wdt-table-constructor #wdt-constructor-mysql-add-grouping-rule {
605
+ font-weight: 500;
606
+ font-size: 14px;
607
+ line-height: 20px;
608
+ border: 0;
609
+ color: #008CFF;
610
+ background: #ffffff;
611
+ padding: 0 12px 6px 0;
612
+ text-align: left;
613
+ }
614
+ .wpdt-c .wdt-table-constructor #wdt-constructor-post-add-grouping-rule:hover,
615
+ .wpdt-c .wdt-table-constructor #wdt-constructor-add-post-condition:hover,
616
+ .wpdt-c .wdt-table-constructor #wdt-constructor-add-mysql-condition:hover,
617
+ .wpdt-c .wdt-table-constructor #wdt-constructor-mysql-add-grouping-rule:hover {
618
+ color: #1572BF;
619
+ }
620
+ .wpdt-c .wdt-table-constructor .wdt-constructor-post-block,
621
+ .wpdt-c .wdt-table-constructor .wdt-constructor-mysql-block,
622
+ .wpdt-c .wdt-table-constructor .wdt-constructor-post-where-block,
623
+ .wpdt-c .wdt-table-constructor .wdt-constructor-post-grouping-rule-block,
624
+ .wpdt-c .wdt-table-constructor .wdt-constructor-mysql-where-block,
625
+ .wpdt-c .wdt-table-constructor .wdt-constructor-mysql-grouping-rule-block{
626
+ border-top: 1px solid #EBECF0;
627
+ padding-top: 16px;
628
+ }
629
+ .wpdt-c .wdt-table-constructor .wdt-constructor-post-block:first-child,
630
+ .wpdt-c .wdt-table-constructor .wdt-constructor-mysql-block:first-child,
631
+ .wpdt-c .wdt-table-constructor .wdt-constructor-post-grouping-rule-block:first-child,
632
+ .wpdt-c .wdt-table-constructor .wdt-constructor-post-where-block:first-child,
633
+ .wpdt-c .wdt-table-constructor .wdt-constructor-mysql-grouping-rule-block:first-child,
634
+ .wpdt-c .wdt-table-constructor .wdt-constructor-mysql-where-block:first-child {
635
+ border-top: none !important;
636
+ }
637
+ .wpdt-c .wdt-table-constructor .wdt-constructor-post-grouping-rule-block:last-child .form-group,
638
+ .wpdt-c .wdt-table-constructor .wdt-constructor-post-where-block:last-child .form-group,
639
+ .wpdt-c .wdt-table-constructor .wdt-constructor-mysql-grouping-rule-block:last-child .form-group,
640
+ .wpdt-c .wdt-table-constructor .wdt-constructor-mysql-where-block:last-child .form-group{
641
+ margin-bottom: 0 !important;
642
+ }
643
+ .wpdt-c .wdt-table-constructor .wdt-constructor-mysql-conditions,
644
+ .wpdt-c .wdt-table-constructor .wdt-constructor-post-conditions {
645
+ margin-bottom: 0;
646
+ }
647
 
648
  .wpdt-c .wdt-table-constructor .wdt-constructor-arrows {
649
+ padding: 165px 0 0 0;
650
+
651
+ }
652
+ .wpdt-c .wdt-table-constructor .wdt-constructor-arrows .btn{
653
+ background: #F3F3FA;
654
+ border-radius: 4px;
655
+ font-size: 13px;
656
+ line-height: 20px;
657
+ color: #091D70;
658
  }
659
 
660
  .wpdt-c .wdt-table-constructor .wdt-constructor-arrows button {
662
  margin: 0 auto;
663
  }
664
 
665
+ .wpdt-c .wdt-table-constructor #wdt-constructor-delete-post-condition a:hover .wpdt-icon-trash,
666
+ .wpdt-c .wdt-table-constructor #wdt-constructor-delete-grouping-rule-post a:hover .wpdt-icon-trash,
667
+ .wpdt-c .wdt-table-constructor #wdt-constructor-delete-mysql-condition a:hover .wpdt-icon-trash,
668
+ .wpdt-c .wdt-table-constructor #wdt-constructor-delete-grouping-rule-mysql a:hover .wpdt-icon-trash {
669
  color: #F44336;
670
  }
671
 
692
  text-overflow: ellipsis;
693
  }
694
 
 
 
 
 
 
695
 
696
  .wpdt-c .wdt-table-constructor .wdt-constructor-step[data-step="1-2"] .fg-line {
697
  width: 75%;
698
  }
699
 
700
+ .wpdt-c .wdt-constructor-step[data-step="2-3"] .wdt-preview-card {
701
+ margin-bottom: 0;
702
+ }
703
  .wpdt-c .wdt-constructor-step[data-step="2-3"] .card-header {
704
+ background-color:#FFFFFF;
705
+ padding: 0 27px 24px 0;
706
+ }
707
+ .wpdt-c .wdt-constructor-step[data-step="2-3"] .card-header h2 {
708
+ font-size: 15px;
709
+ line-height: 20px;
710
+ color: #061938;
711
+ }
712
+ .wpdt-c .wdt-constructor-step[data-step="2-3"] .card-header .actions {
713
+ position: absolute;
714
+ right: 0;
715
+ z-index: 2;
716
+ top: 0;
717
+ }
718
+ .wpdt-c .wdt-constructor-step[data-step="2-3"] .card-body table > tbody > tr > td {
719
+ padding: 12px;
720
  }
721
 
722
  .wpdt-c .wdt-constructor-create-buttons button {
assets/css/admin/dashboard.css ADDED
@@ -0,0 +1,937 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .wdt-datatables-admin-wrap .wdt-dashbord {
2
+ font-family: Inter;
3
+ font-style: normal;
4
+ }
5
+
6
+ .wdt-datatables-admin-wrap .wdt-dashbord .card:not('.plugin-dashboard') {
7
+ border-radius: 3px;
8
+ margin-bottom: 24px;
9
+ }
10
+
11
+ .wdt-datatables-admin-wrap .wdt-dashbord a {
12
+ box-shadow: none;
13
+ }
14
+
15
+ .wdt-datatables-admin-wrap .wdt-dashbord .card-header {
16
+ padding: 12px 16px;
17
+ border-bottom: 1px solid #F3F3FA;
18
+ }
19
+
20
+ .wdt-datatables-admin-wrap .wdt-dashbord .wpdt-text {
21
+ font-size: 13px;
22
+ line-height: 20px;
23
+ color: #304463;
24
+ margin-bottom: 12px;
25
+ }
26
+
27
+ .wdt-datatables-admin-wrap .wdt-dashbord .card-header .actions {
28
+ top: 10px;
29
+ right: 16px;
30
+ }
31
+
32
+ .wdt-datatables-admin-wrap .wdt-dashbord .btn-primary {
33
+ font-weight: 500;
34
+ border-radius: 5px;
35
+ }
36
+
37
+ .wdt-datatables-admin-wrap .wdt-dashbord .wdt-row-title {
38
+ font-weight: 500;
39
+ font-size: 24px;
40
+ line-height: 32px;
41
+ color: #091D70;
42
+ margin-top: 60px;
43
+ }
44
+
45
+ .wdt-datatables-admin-wrap .wdt-welcome-card img {
46
+ vertical-align: sub;
47
+ }
48
+ .wdt-datatables-admin-wrap .wdt-welcome-card .wdt-welcome-img {
49
+ display: inline-block !important;
50
+ }
51
+ .wdt-datatables-admin-wrap .wdt-welcome-card h1 {
52
+ font-family: Inter;
53
+ font-style: normal;
54
+ display: inline-block;
55
+ font-weight: 500;
56
+ font-size: 32px;
57
+ line-height: 32px;
58
+ color: #091D70;
59
+ }
60
+ .wdt-datatables-admin-wrap .wdt-dashbord sup{
61
+ font-family: Inter;
62
+ font-style: normal;
63
+ font-weight: normal;
64
+ font-size: 13px;
65
+ line-height: 16px;
66
+ padding: 4px 8px;
67
+ background: rgba(0, 140, 255, 0.2);
68
+ border-radius: 45px;
69
+ color: #008CFF;
70
+ }
71
+
72
+ .wdt-datatables-admin-wrap .wdt-dashbord .wdt-row-desc {
73
+ font-weight: normal;
74
+ font-size: 13px;
75
+ line-height: 20px;
76
+ color: #304463;
77
+ margin-bottom: 20px;
78
+ }
79
+
80
+ .wdt-datatables-admin-wrap .wdt-link-tutorials {
81
+ display: block;
82
+ margin-top: 4px;
83
+ width: max-content;
84
+ }
85
+ .wdt-datatables-admin-wrap .wdt-link-tutorials-inline {
86
+ display: inline-block;
87
+ margin-top: 4px;
88
+ width: max-content;
89
+ }
90
+
91
+ .wdt-datatables-admin-wrap .wdt-card-header-title {
92
+ font-weight: 500;
93
+ font-size: 15px;
94
+ line-height: 24px;
95
+ color: #304463;
96
+ }
97
+
98
+ .wdt-datatables-admin-wrap .wdt-card-header-title i,
99
+ .wdt-datatables-admin-wrap .wdt-welcome-card .btn i {
100
+ margin-right: 4px;
101
+ }
102
+
103
+ .wdt-datatables-admin-wrap .wdt-card-header-button {
104
+ font-weight: 500;
105
+ font-size: 14px;
106
+ line-height: 20px;
107
+ height: 28px;
108
+ color: #253858;
109
+ background: #FFFFFF;
110
+ border: 1px solid #DFE1E6;
111
+ box-sizing: border-box;
112
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06) !important;
113
+ border-radius: 5px;
114
+ padding: 0;
115
+ outline: none !important;
116
+ }
117
+ .wdt-datatables-admin-wrap .wdt-card-header-link{
118
+ font-family: Inter;
119
+ font-style: normal;
120
+ font-weight: 500;
121
+ font-size: 13px;
122
+ line-height: 20px;
123
+ color: #008CFF;
124
+ background: #FFFFFF;
125
+ border: none;
126
+ }
127
+
128
+ .wdt-datatables-admin-wrap .wdt-card-header-button:hover {
129
+ background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), #FFFFFF;
130
+ }
131
+
132
+ .wdt-datatables-admin-wrap .wdt-card-header-button a {
133
+ color: #253858;
134
+ padding: 4px 12px;
135
+ outline: none !important;
136
+ box-shadow: none;
137
+ }
138
+
139
+ .wdt-datatables-admin-wrap .card-columns {
140
+ -webkit-column-count: 1;
141
+ -moz-column-count: 1;
142
+ column-count: 1;
143
+ -webkit-column-gap: 1.25rem;
144
+ -moz-column-gap: 1.25rem;
145
+ column-gap: 1.25rem;
146
+ }
147
+
148
+ .wdt-datatables-admin-wrap .card-body.card-padding{
149
+ box-shadow: 0 1px 1px rgba(23, 43, 77, 0.11) !important;
150
+ }
151
+ .wdt-datatables-admin-wrap .wdt-premium-features p{
152
+ font-size: 13px;
153
+ line-height: 20px;
154
+ color: #091D70 !important;
155
+ margin-bottom: 8px;
156
+ }
157
+
158
+
159
+ /* PREMIUM CARD*/
160
+
161
+ .wdt-datatables-admin-wrap .wdt-premium-features-card .actions {
162
+ top: 13px !important;
163
+ }
164
+ .wdt-datatables-admin-wrap .wdt-premium-features-card .wdt-premium-features i{
165
+ font-weight: 900;
166
+ font-size: 13px;
167
+ line-height: 20px;
168
+ color: #008CFF;
169
+ }
170
+ .wdt-datatables-admin-wrap .wdt-premium-features-card .card-body {
171
+ background: url(../../img/dashboard/premium.svg) no-repeat bottom right !important;
172
+ background-size: 400px 300px !important;
173
+ padding: 18px 24px !important;
174
+ }
175
+ .wdt-datatables-admin-wrap .wdt-premium-features-card .wpdt-text{
176
+ font-size: 13px;
177
+ line-height: 20px;
178
+ color: #091D70 !important;
179
+ margin: 0 0 18px 0 !important;
180
+ }
181
+ /* TABLE/CHART CARD */
182
+
183
+ .wdt-datatables-admin-wrap .wdt-chart-card .card-body,
184
+ .wdt-datatables-admin-wrap .wdt-table-card .card-body {
185
+ position: relative;
186
+ padding: 18px 16px 18px 28px !important;
187
+ }
188
+ .wdt-datatables-admin-wrap .wdt-chart-card .card-body.wdt-empty,
189
+ .wdt-datatables-admin-wrap .wdt-table-card .card-body.wdt-empty {
190
+ background-size: contain !important;
191
+ padding: 0 0 18px 28px !important;
192
+ margin-right: 22px;
193
+ margin-top: 20px;
194
+ }
195
+ .wdt-datatables-admin-wrap .wdt-chart-card .card-body.wdt-empty {
196
+ background: url(../../img/dashboard/empty.svg) no-repeat right !important;
197
+ }
198
+ .wdt-datatables-admin-wrap .wdt-table-card .card-body.wdt-empty {
199
+ background: url(../../img/dashboard/emptyTable.svg) no-repeat right !important;
200
+ }
201
+ .wdt-datatables-admin-wrap .wdt-chart-card .card-body.wdt-empty .wdt-chart-message p,
202
+ .wdt-datatables-admin-wrap .wdt-table-card .card-body.wdt-empty .wdt-table-message p {
203
+ margin-right: 125px;
204
+ }
205
+
206
+ .wdt-datatables-admin-wrap .wdt-chart-card .wpdt-flex,
207
+ .wdt-datatables-admin-wrap .wdt-table-card .wpdt-flex {
208
+ display: flex;
209
+ }
210
+ .wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-engine,
211
+ .wdt-datatables-admin-wrap .wdt-table-card .wdt-table-type {
212
+ padding: 2px 6px;
213
+ background: #FAFBFC;
214
+ border: 1px solid #DFE1E6;
215
+ box-sizing: border-box;
216
+ border-radius: 3px;
217
+ font-family: Inter;
218
+ font-style: normal;
219
+ font-weight: 600;
220
+ font-size: 12px;
221
+ line-height: 16px;
222
+ color: #172B4D;
223
+ margin-left: 8px;
224
+ }
225
+ .wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-count,
226
+ .wdt-datatables-admin-wrap .wdt-table-card .wdt-table-count {
227
+ margin-top: 4px;
228
+ }
229
+
230
+ .wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-count p,
231
+ .wdt-datatables-admin-wrap .wdt-table-card .wdt-table-count p {
232
+ font-family: Inter;
233
+ font-style: normal;
234
+ font-weight: normal;
235
+ font-size: 12px;
236
+ line-height: 16px;
237
+ color: #5A6C89;
238
+ margin: 8px 0 0 0;
239
+ }
240
+ .wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-count-number,
241
+ .wdt-datatables-admin-wrap .wdt-table-card .wdt-table-count-number {
242
+ font-family: Inter;
243
+ font-style: normal;
244
+ font-weight: normal;
245
+ font-size: 36px;
246
+ line-height: 32px;
247
+ color: #091D70;
248
+ }
249
+ .wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-count-number a,
250
+ .wdt-datatables-admin-wrap .wdt-table-card .wdt-table-count-number a{
251
+ color: #091D70;
252
+ }
253
+ .wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-count-number a:hover,
254
+ .wdt-datatables-admin-wrap .wdt-table-card .wdt-table-count-number a:hover{
255
+ opacity: .8;
256
+ }
257
+ .wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-last-created,
258
+ .wdt-datatables-admin-wrap .wdt-table-card .wdt-table-last-created {
259
+ background: #FFFFFF;
260
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
261
+ border-radius: 4px;
262
+ width: 100%;
263
+ padding: 14px;
264
+ margin-left: 28px;
265
+ }
266
+ .wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-last-created a,
267
+ .wdt-datatables-admin-wrap .wdt-table-card .wdt-table-last-created a{
268
+ font-family: Inter;
269
+ font-style: normal;
270
+ font-weight: 500;
271
+ font-size: 13px;
272
+ line-height: 20px;
273
+ color: #008CFF;
274
+ }
275
+ .wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-last-created p,
276
+ .wdt-datatables-admin-wrap .wdt-table-card .wdt-table-last-created p{
277
+ font-family: Inter;
278
+ font-style: normal;
279
+ font-weight: normal;
280
+ font-size: 12px;
281
+ line-height: 16px;
282
+ color: #6D7C96;
283
+ margin: 4px 0 0 0;
284
+ }
285
+ .wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-message,
286
+ .wdt-datatables-admin-wrap .wdt-table-card .wdt-table-message {
287
+ padding: 14px 14px 0 14px;
288
+ margin-left: 28px;
289
+ width: 100%;
290
+ }
291
+ .wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-message p,
292
+ .wdt-datatables-admin-wrap .wdt-table-card .wdt-table-message p{
293
+ font-family: Inter;
294
+ font-style: normal;
295
+ font-weight: normal;
296
+ font-size: 13px;
297
+ line-height: 20px;
298
+ color: #304463;
299
+ margin-bottom: 4px;
300
+ }
301
+ .wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-message img,
302
+ .wdt-datatables-admin-wrap .wdt-table-card .wdt-table-message img{
303
+ position: absolute;
304
+ right: 39px;
305
+ bottom: 0;
306
+ }
307
+
308
+ .wpdt-c #wdt-last-chart-shortcode-id,
309
+ .wpdt-c #wdt-last-table-shortcode-id {
310
+ background: #F4F5F7;
311
+ border-radius: 0 3px 3px 0;
312
+ padding: 4px 8px;
313
+ border: none;
314
+ color: #172B4D;
315
+ font-style: normal;
316
+ font-weight: 600;
317
+ font-size: 12px;
318
+ line-height: 20px;
319
+ }
320
+ .wpdt-c #wpdt-shortcode-container {
321
+ margin: 6px auto;
322
+ display: inline-flex;
323
+ justify-content: center;
324
+ }
325
+ .wpdt-c #wpdt-shortcode-container .wdt-copy-shortcode{
326
+ display: inline-block;
327
+ color: #304463;
328
+ cursor: pointer;
329
+ }
330
+ .wpdt-c #wpdt-shortcode-container .wdt-copy-shortcode i{
331
+ padding: 4px 7px;
332
+ background: #EBECF0;
333
+ border-radius: 3px 0 0 3px;
334
+ line-height: 20px;
335
+ }
336
+
337
+ /* STORE CARD*/
338
+
339
+ .wdt-datatables-admin-wrap .wdt-store-login-card h5 {
340
+ margin: 8px 0;
341
+ font-family: Inter;
342
+ font-style: normal;
343
+ font-weight: 600;
344
+ font-size: 13px;
345
+ line-height: 20px;
346
+ color: #05163F;
347
+ }
348
+ .wdt-datatables-admin-wrap .wdt-store-login-card p {
349
+ font-family: Inter;
350
+ font-style: normal;
351
+ font-weight: normal;
352
+ font-size: 13px;
353
+ line-height: 20px;
354
+ color: #304463;
355
+ }
356
+
357
+ /* ADDONS CARD*/
358
+
359
+ .wdt-datatables-admin-wrap .wdt-addons-card .thumbnail {
360
+ background: #FFFFFF;
361
+ box-shadow: 0 1px 1px rgba(23, 43, 77, 0.11);
362
+ border-radius: 3px;
363
+ padding: 16px;
364
+ min-height: 320px;
365
+ display: flex;
366
+ flex-direction: column;
367
+ }
368
+
369
+ .wdt-datatables-admin-wrap .wdt-addons-card .thumbnail h4 {
370
+ font-size: 14px;
371
+ line-height: 20px;
372
+ color: #091D70;
373
+ margin-bottom: 12px;
374
+ margin-top: 16px;
375
+ }
376
+
377
+ .wdt-datatables-admin-wrap .wdt-addons-card .thumbnail .caption p {
378
+ font-size: 13px;
379
+ line-height: 20px;
380
+ color: #5A6C89;
381
+ margin-bottom: 24px;
382
+ }
383
+
384
+ .wdt-datatables-admin-wrap .wdt-addons-card .wpdt-addons-desc img {
385
+ display: inline-block !important;
386
+ background: #FFFFFF;
387
+ width: 50px;
388
+ height: 50px;
389
+ padding: 8px;
390
+ margin: 0 !important;
391
+ box-shadow: 0 1px 2px rgba(9, 29, 112, 0.17);
392
+ border-radius: 12px;
393
+ }
394
+ .wdt-datatables-admin-wrap .wdt-addons-card .wpdt-addons-desc img.wdt-gravity-img {
395
+ padding: 4px;
396
+ }
397
+ .wdt-datatables-admin-wrap .wdt-addons-card .wpdt-addons-desc img.wdt-formidable-img {
398
+ padding: 0;
399
+ }
400
+ .wdt-datatables-admin-wrap .wdt-plugin-installed:hover:hover,
401
+ .wdt-datatables-admin-wrap .wdt-plugin-installed:hover,
402
+ .wdt-datatables-admin-wrap .wdt-plugin-installed:focus:focus,
403
+ .wdt-datatables-admin-wrap .wdt-plugin-installed:focus,
404
+ .wdt-datatables-admin-wrap .wdt-plugin-installed {
405
+ color: #008CFF !important;
406
+ background-color: rgba(0, 140, 255, 0.1) !important;
407
+ cursor: default;
408
+ margin-bottom: 35px;
409
+ }
410
+
411
+ .wdt-datatables-admin-wrap .wdt-addons-card .wdt-addons-links {
412
+ position: absolute;
413
+ bottom: 10%;
414
+ left: 30%;
415
+ }
416
+ .wdt-datatables-admin-wrap .wdt-addons-card .btn {
417
+ padding: 8px 16px;
418
+ }
419
+
420
+ .wdt-datatables-admin-wrap .wdt-addons-card .wdt-addons-links i {
421
+ margin-right: 4px;
422
+ }
423
+
424
+ .wdt-datatables-admin-wrap .wdt-addons-card .wdt-addons-find-out-more {
425
+ display: block;
426
+ margin: 8px 16px;
427
+ outline: none;
428
+ box-shadow: none;
429
+ font-weight: 500;
430
+ font-size: 14px;
431
+ line-height: 20px;
432
+ color: #008CFF;
433
+ }
434
+
435
+ /* CHANGELOG CARD*/
436
+
437
+ .wdt-datatables-admin-wrap .wdt-changelog-card .alert-info {
438
+ background: #FFFFFF;
439
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
440
+ border-radius: 4px;
441
+ position: relative;
442
+ padding: 14px 16px;
443
+ }
444
+
445
+ .wdt-datatables-admin-wrap .wdt-changelog-card .alert-info .alert-desc {
446
+ font-family: Inter;
447
+ font-style: normal;
448
+ font-weight: normal;
449
+ font-size: 13px;
450
+ line-height: 16px;
451
+ color: #304463;
452
+ }
453
+ .wdt-datatables-admin-wrap .wdt-changelog-card .alert-info i{
454
+ position: absolute;
455
+ left: 20px;
456
+ }
457
+ .wdt-datatables-admin-wrap .wdt-changelog-card .alert-info ul{
458
+ margin-left: 40px;
459
+ }
460
+ /* SETTINGS CARD*/
461
+ .wdt-datatables-admin-wrap .wdt-settings-card .card-body.card-padding {
462
+ padding: 24px 28px 14px 28px !important;
463
+ }
464
+ .wdt-datatables-admin-wrap .wdt-settings-card .card-body li {
465
+ border-bottom: 1px solid #F3F3FA;
466
+ position: relative;
467
+ margin: 0;
468
+ }
469
+ .wdt-datatables-admin-wrap .wdt-settings-card .card-body p.wdt-link{
470
+ margin-top: 14px;
471
+ }
472
+ .wdt-datatables-admin-wrap .wdt-settings-card .card-body a {
473
+ font-family: Inter;
474
+ font-style: normal;
475
+ font-weight: 500;
476
+ font-size: 13px;
477
+ line-height: 20px;
478
+ color: #008CFF;
479
+ }
480
+ .wdt-datatables-admin-wrap .wdt-settings-card .card-body a:hover {
481
+ color: #0a6ebd;
482
+ }
483
+ .wdt-datatables-admin-wrap .wdt-settings-card .card-body li span{
484
+ display: block;
485
+ padding: 10px 0;
486
+ font-family: Inter;
487
+ font-style: normal;
488
+ font-weight: 400;
489
+ font-size: 13px;
490
+ line-height: 20px;
491
+ color: #304463;
492
+ }
493
+ .wdt-datatables-admin-wrap .wdt-settings-card .card-body li i{
494
+ font-size: 15px;
495
+ line-height: 20px;
496
+ position: absolute;
497
+ right: 0;
498
+ top: 10px;
499
+ }
500
+ .wdt-datatables-admin-wrap .wdt-settings-card .card-body li i.wpdt-icon-check-circle-full{
501
+ color: #40C057;
502
+ }
503
+ .wdt-datatables-admin-wrap .wdt-settings-card .card-body li i.wpdt-icon-times-circle-full{
504
+ color: #F03E3E;
505
+ }
506
+
507
+
508
+ /* SUPPORT CARD */
509
+
510
+ .wdt-datatables-admin-wrap .wdt-support-card .card-body {
511
+ background: url(../../img/dashboard/dashboard-support.svg) no-repeat right !important;
512
+ background-size: contain !important;
513
+ }
514
+
515
+ /* BLOG CARD*/
516
+ .wdt-datatables-admin-wrap .wdt-blog-card .card-body.card-padding {
517
+ padding: 24px 28px 18px 28px !important;
518
+ }
519
+ .wdt-datatables-admin-wrap .wdt-blog-card .card-body li {
520
+ border-bottom: 1px solid #F3F3FA;
521
+ position: relative;
522
+ margin: 0;
523
+ }
524
+ .wdt-datatables-admin-wrap .wdt-blog-card .card-body li a{
525
+ display: block;
526
+ padding: 10px 0;
527
+ font-family: Inter;
528
+ font-style: normal;
529
+ font-weight: 500;
530
+ font-size: 13px;
531
+ line-height: 20px;
532
+ color: #304463;
533
+ margin-right: 15px;
534
+ }
535
+
536
+ .wdt-datatables-admin-wrap .wdt-blog-card .card-body li a i{
537
+ font-size: 14px;
538
+ line-height: 20px;
539
+ color: rgba(0, 140, 255, 0.4);
540
+ position: absolute;
541
+ right: 0;
542
+ top: 10px;
543
+ }
544
+ .wdt-datatables-admin-wrap .wdt-blog-card .card-body li a:hover i {
545
+ color: #008CFF;
546
+ }
547
+ .wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe{
548
+ background: #FFFFFF;
549
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
550
+ border-radius: 4px;
551
+ position: relative;
552
+ margin-top: 20px;
553
+ }
554
+ .wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-message{
555
+ border-bottom: 1px solid #DFE1E6;
556
+ position: relative;
557
+ }
558
+ .wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-message p{
559
+ padding: 12px 12px 18px 36px;
560
+ font-family: Inter;
561
+ font-style: normal;
562
+ font-weight: normal;
563
+ font-size: 13px;
564
+ line-height: 20px;
565
+ color: #304463;
566
+ }
567
+ .wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-message i{
568
+ position: absolute;
569
+ left: 12px;
570
+ top: 12px;
571
+ font-size: 14px;
572
+ line-height: 20px;
573
+ color: #008CFF;
574
+ }
575
+ .wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-form{
576
+ margin-top: 12px;
577
+ }
578
+ .wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-form ._form_36{
579
+ margin-left: 12px !important;
580
+ }
581
+ .wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-form ._form_36 ._form-label,
582
+ .wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-form ._form_36 ._form_element ._form-label{
583
+ font-family: Inter !important;
584
+ font-style: normal !important;
585
+ font-weight: normal !important;
586
+ font-size: 13px !important;
587
+ line-height: 20px !important;
588
+ color: #061938 !important;
589
+ margin-bottom: 2px !important;
590
+ }
591
+ .wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-form ._form_36 ._field-wrapper {
592
+ width: 235px !important;
593
+ }
594
+ .wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-form ._form_36 ._button-wrapper._inline-style {
595
+ margin-left: 8px !important;
596
+ margin-top: 25px !important;
597
+ }
598
+ .wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-form ._form_36 ._inline-style input[type="text"]{
599
+ padding: 10px 12px !important;
600
+ font-family: Inter !important;
601
+ font-style: normal !important;
602
+ font-weight: normal !important;
603
+ font-size: 13px !important;
604
+ line-height: 20px !important;
605
+ color: #061938 !important;
606
+ width: 235px !important;
607
+ border: 1px solid #D7D9E2 !important;
608
+ box-sizing: border-box !important;
609
+ box-shadow: 0 1px 2px rgba(90, 108, 137, 0.08) !important;
610
+ border-radius: 3px !important;
611
+ }
612
+ .wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-form #_form_36_submit {
613
+ background: #008CFF !important;
614
+ border-radius: 5px !important;
615
+ font-family: Inter !important;
616
+ font-style: normal !important;
617
+ font-weight: 500 !important;
618
+ font-size: 14px !important;
619
+ line-height: 20px !important;
620
+ color: #FFFFFF !important;
621
+ padding: 8px 12px !important;
622
+ }
623
+ /* AMELIA CARD*/
624
+ .wdt-datatables-admin-wrap .wdt-amelia-card img {
625
+ margin-bottom: 12px;
626
+ }
627
+ .wdt-datatables-admin-wrap .wdt-amelia-card .card-body {
628
+ background: url(../../img/dashboard/amelia.svg) no-repeat right !important;
629
+ background-size: contain !important;
630
+ }
631
+
632
+
633
+ .wdt-datatables-admin-wrap .wdt-amelia-card .amelia-title {
634
+ font-size: 14px;
635
+ font-family: Inter;
636
+ font-style: normal;
637
+ font-weight: 500;
638
+ line-height: 20px;
639
+ color: #304463;
640
+ margin-bottom: 8px;
641
+ }
642
+
643
+ .wdt-datatables-admin-wrap .wdt-amelia-card .amelia-bg {
644
+ height: 230px;
645
+ position: relative;
646
+ }
647
+
648
+ .wdt-datatables-admin-wrap .wdt-amelia-card .card-body {
649
+ padding: 0 0 0 42px !important;
650
+ position: relative;
651
+ overflow: hidden;
652
+ }
653
+
654
+ .wdt-datatables-admin-wrap .wdt-amelia-card .amelia-bg img {
655
+ position: absolute;
656
+ width: 100%;
657
+ right: -50px;
658
+ top: 0;
659
+ }
660
+ .wdt-datatables-admin-wrap .wdt-amelia-card .card-body .amelia-desc {
661
+ padding: 40px 0 !important;
662
+ }
663
+ .wdt-datatables-admin-wrap .wdt-amelia-card .card-body .amelia-desc i{
664
+ margin-left: 8px;
665
+ }
666
+ .wpdt-c .col-1-5 {
667
+ width: 20%;
668
+ float: left;
669
+ position: relative;
670
+ min-height: 1px;
671
+ padding-right: 12px;
672
+ }
673
+ /* FOOTER*/
674
+ .wdt-datatables-admin-wrap .wpdt-footer-links li {
675
+ display: inline-block;
676
+ margin-right: 12px;
677
+ }
678
+
679
+ .wdt-datatables-admin-wrap .wpdt-footer-links li a {
680
+ color: #5A6C89;
681
+ box-shadow: none;
682
+ }
683
+ .wdt-datatables-admin-wrap .wdt-dashbord .wdt-footer-title {
684
+ font-size: 13px;
685
+ line-height: 20px;
686
+ color: #304463;
687
+ margin-top: 60px;
688
+ margin-bottom: 20px;
689
+ }
690
+
691
+ .wdt-datatables-admin-wrap .wdt-dashbord .wdt-footer-title img {
692
+ margin-left: 10px;
693
+ vertical-align: bottom;
694
+ }
695
+
696
+ .wdt-datatables-admin-wrap .plugin-dashboard {
697
+ word-break: break-word;
698
+ }
699
+
700
+ .wdt-datatables-admin-wrap .plugin-dashboard .wpdt-flex {
701
+ display: flex;
702
+ justify-content: center;
703
+ align-items: center;
704
+ padding: 20px 0;
705
+ margin-bottom: 20px;
706
+ }
707
+
708
+ .wdt-datatables-admin-wrap .wdt-dashbord .wdt-stars-container {
709
+ position: relative;
710
+ display: inline-block;
711
+ color: transparent;
712
+ font-size: 15px;
713
+ line-height:normal;
714
+ }
715
+ .wdt-datatables-admin-wrap .wdt-dashbord .wdt-stars-container::before{
716
+ position: absolute;
717
+ top: 0;
718
+ left: 0;
719
+ content: '★★★★★';
720
+ color:lightgray;
721
+ }
722
+ .wdt-datatables-admin-wrap .wdt-dashbord .wdt-stars-container::after {
723
+ position: absolute;
724
+ top: 0;
725
+ left: 0;
726
+ content: '★★★★★';
727
+ color: gold;
728
+ overflow: hidden;
729
+ }
730
+ .wdt-datatables-admin-wrap .wdt-dashbord .stars-88::after { width: 88%; }
731
+ .wdt-datatables-admin-wrap .wdt-dashbord .wdt-rating { font-size: 13px }
732
+
733
+ @media (max-width: 1440px) {
734
+ .wpdt-c .col-1-5 {
735
+ width: 33%;
736
+ }
737
+ .wdt-datatables-admin-wrap .wdt-premium-features-card .card-body {
738
+ background-size: 300px 200px !important;
739
+ }
740
+ }
741
+
742
+ @media (max-width: 1024px) {
743
+
744
+ .wpdt-c .col-1-5 {
745
+ width: 50%;
746
+ }
747
+
748
+ .wdt-datatables-admin-wrap .wdt-chart-card .wdt-empty .wdt-chart-message,
749
+ .wdt-datatables-admin-wrap .wdt-table-card .wdt-empty .wdt-table-message {
750
+ margin-left: 10px;
751
+ }
752
+ .wdt-datatables-admin-wrap .wdt-chart-card .card-body.wdt-empty,
753
+ .wdt-datatables-admin-wrap .wdt-table-card .card-body.wdt-empty {
754
+ margin-right: 6px;
755
+ }
756
+
757
+ .wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-count, .wdt-datatables-admin-wrap .wdt-table-card .wdt-table-count {
758
+ margin-top: 24px;
759
+ }
760
+ .wdt-datatables-admin-wrap .wdt-support-card .card-body {
761
+ background-size: 200px 200px !important;
762
+ }
763
+ .wdt-datatables-admin-wrap .wdt-amelia-card .card-body {
764
+ background: url(../../img/dashboard/amelia.svg) no-repeat right !important;
765
+ background-size: 400px 260px !important;
766
+ }
767
+
768
+ }
769
+
770
+ @media (max-width: 768px) {
771
+ .wpdt-c .col-sm-3 {
772
+ width: 100%;
773
+ }
774
+ .wdt-datatables-admin-wrap .card-columns {
775
+ width: 100%;
776
+ padding: 0 !important;
777
+ }
778
+ .wpdt-c .card .card-header .actions {
779
+ top: 12px !important;
780
+ }
781
+ .wdt-datatables-admin-wrap .wdt-chart-card .wdt-empty .wdt-chart-message a,
782
+ .wdt-datatables-admin-wrap .wdt-table-card .wdt-empty .wdt-table-message a {
783
+ display: none;
784
+ }
785
+
786
+ .wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium table,
787
+ .wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium thead,
788
+ .wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium tbody,
789
+ .wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium th,
790
+ .wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium td,
791
+ .wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium tr {
792
+ display: block;
793
+ }
794
+
795
+ /* Hide table headers (but not display: none;, for accessibility) */
796
+ .wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium thead tr {
797
+ position: absolute;
798
+ top: -9999px;
799
+ left: -9999px;
800
+ }
801
+
802
+ .wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium tr {
803
+ border: 1px solid #2196F3;
804
+ }
805
+
806
+ .wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium table td {
807
+ /* Behave like a "row" */
808
+ border: none;
809
+ border-bottom: 1px solid #eee;
810
+ border-left: 1px solid #2196F3;
811
+ border-right: 1px solid #2196F3;
812
+ position: relative;
813
+ padding-left: 50%;
814
+ white-space: normal;
815
+ text-align: left;
816
+ }
817
+
818
+ .wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium td:last-child {
819
+ border-bottom: 1px solid #2196F3;
820
+ }
821
+
822
+ .wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium td:before {
823
+ /* Now like a table header */
824
+ position: absolute;
825
+ /* Top/left values mimic padding */
826
+ top: 25%;
827
+ left: 3%;
828
+ width: 45%;
829
+ padding-right: 10px;
830
+ white-space: nowrap;
831
+ text-align: left;
832
+ font-weight: bold;
833
+ }
834
+
835
+ /*
836
+ Label the data
837
+ */
838
+ .wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium td:before {
839
+ content: attr(data-title);
840
+ }
841
+
842
+ .wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium table th, .wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium table {
843
+ font-size: 14px;
844
+ }
845
+
846
+ .wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium table th, .wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium table td {
847
+ width: 100%;
848
+ padding: 3% 0 3% 50% !important;
849
+ }
850
+ .wdt-datatables-admin-wrap .wdt-welcome-card .wdt-welcome-img {
851
+ margin-top: 40px !important;
852
+ }
853
+
854
+ .wdt-datatables-admin-wrap .wdt-premium-features-card .card-body {
855
+ background-size: 400px 300px !important;
856
+ }
857
+
858
+ }
859
+
860
+ @media (max-width: 480px) {
861
+ .wpdt-c .col-1-5 {
862
+ width: 100%;
863
+ padding: 0 !important;
864
+ }
865
+ .wdt-datatables-admin-wrap .wdt-amelia-card .card-body {
866
+ padding:18px !important;
867
+ }
868
+ .wdt-datatables-admin-wrap .wdt-dashbord .card-header .actions {
869
+ right: 0 !important;
870
+ }
871
+ .wdt-datatables-admin-wrap .wdt-welcome-card .card-padding.card-body {
872
+ display: flex !important;
873
+ flex-direction: column-reverse;
874
+ }
875
+ .wdt-datatables-admin-wrap .wdt-welcome-card .wdt-welcome-img {
876
+ margin-top: 0 !important;
877
+ }
878
+ .wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-engine,
879
+ .wdt-datatables-admin-wrap .wdt-table-card .wdt-table-type {
880
+ display: inline-block;
881
+ margin-left: 0 !important;
882
+ }
883
+
884
+ .wdt-datatables-admin-wrap .wdt-chart-card .wdt-empty .wdt-chart-message,
885
+ .wdt-datatables-admin-wrap .wdt-table-card .wdt-empty .wdt-table-message {
886
+ margin-left: 5px;
887
+ }
888
+
889
+ .wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-last-created,
890
+ .wdt-datatables-admin-wrap .wdt-table-card .wdt-table-last-created {
891
+ min-height: 125px ;
892
+ position: relative;
893
+ }
894
+ .wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-count,
895
+ .wdt-datatables-admin-wrap .wdt-table-card .wdt-table-count {
896
+ margin-top: 40px;
897
+ }
898
+ .wpdt-c #wpdt-shortcode-container {
899
+ position: absolute;
900
+ left: 12px;
901
+ bottom: 10px;
902
+ justify-content: left;
903
+ }
904
+ .wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-form #_form_36_submit {
905
+ margin-bottom: 10px;
906
+ width: 96%;
907
+ }
908
+ .wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-form ._form_36 ._inline-style input[type="text"] {
909
+ width: 96% !important;
910
+ }
911
+ .wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-form ._form_36 ._field-wrapper {
912
+ width: 100% !important;
913
+ }
914
+
915
+ .wdt-datatables-admin-wrap .wdt-support-card .card-body {
916
+ background: url(../../img/dashboard/dashboard-support.svg) no-repeat top right !important;
917
+ background-size: 200px 130px !important;
918
+ }
919
+ .wdt-datatables-admin-wrap .wdt-dashbord .wdt-support-card .wpdt-text {
920
+ margin-right: 150px;
921
+ }
922
+ .wdt-datatables-admin-wrap .wdt-amelia-card .card-body .amelia-desc {
923
+ padding: 40px 0 0 0 !important;
924
+ }
925
+ .wdt-datatables-admin-wrap .wdt-amelia-card .card-body {
926
+ background: url(../../img/dashboard/amelia.svg) no-repeat top right !important;
927
+ background-size: 200px 100px !important;
928
+ }
929
+ .wdt-datatables-admin-wrap .wdt-dashbord .wdt-footer-title,
930
+ .wdt-datatables-admin-wrap .wdt-dashbord .wdt-row-title {
931
+ margin-top: 0;
932
+ }
933
+ .wdt-datatables-admin-wrap .wdt-premium-features-card .card-body {
934
+ background: none !important;
935
+ }
936
+ }
937
+
assets/css/admin/edit_table.css CHANGED
@@ -1,20 +1,47 @@
1
  .wpdt-c .wdt-datatables-admin-wrap .card.wdt-table-settings,
2
  .wpdt-c .wdt-datatables-admin-wrap .card.column-settings {
3
  max-width: 100%;
4
- padding: 0;
5
  margin-top: 0;
6
  }
7
 
8
  .wpdt-c .wdt-datatables-admin-wrap .card.wdt-table-settings .card-body {
9
- padding-top: 10px;
 
10
  }
11
 
 
12
  .wpdt-c .wdt-datatables-admin-wrap .card.wdt-table-settings h2 span.wdt-table-name {
13
  padding: 3px;
14
  }
15
 
16
  .wpdt-c .wdt-admin-card-header button#wdt-table-id {
17
- margin-left: 30px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  }
19
 
20
  .wpdt-c .wdt-datatables-admin-wrap .card.wdt-table-settings h2 span.wdt-table-name:hover {
@@ -24,7 +51,7 @@
24
  }
25
 
26
  .wpdt-c .wdt-datatables-admin-wrap div.wpDataTableContainer {
27
- margin: 15px 0 30px 0;
28
  }
29
 
30
  .wpdt-c .wdt-datatables-admin-wrap div.wpDataTableContainer .tab-content {
@@ -83,6 +110,13 @@
83
  overflow-y: scroll;
84
  overflow-x: hidden;
85
  }
 
 
 
 
 
 
 
86
 
87
  .wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel div.card-body.card-padding {
88
  padding: 5px 10px 5px 10px;
@@ -116,11 +150,10 @@
116
  }
117
 
118
  .wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block, div.wdt-column-block.gu-mirror {
119
- background-color: #f7f7f7;
120
- box-shadow: 0 1px 1px rgba(0,0,0,.1);
121
  border-radius: 2px;
122
  margin-bottom: 5px;
123
- padding: 5px;
124
  -o-transition: .5s;
125
  -ms-transition: .5s;
126
  -moz-transition: .5s;
@@ -128,9 +161,16 @@
128
  transition: .5s;
129
  }
130
 
 
 
 
 
131
  .wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel .wdt-conditional-formatting-rule .wdt-delete-conditional-formatting-rule {
132
- padding: 0px;
133
- line-height: inherit;
 
 
 
134
  }
135
 
136
  .wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel .wdt-conditional-formatting-rule .form-group {
@@ -139,12 +179,12 @@
139
  }
140
 
141
  .wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel .colorpicker.colorpicker-visible {
142
- top: 25px;
143
- right: 18px;
144
  }
145
 
146
  .wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel .wdt-conditional-formatting-rule .colorpicker.colorpicker-visible {
147
- right: 32px;
148
  }
149
 
150
  div.wdt-column-block.gu-mirror {
@@ -192,23 +232,27 @@ div.wdt-column-block.gu-mirror span {
192
  float: right;
193
  margin-left: 10px;
194
  }
 
 
 
195
 
196
  .wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block:hover {
197
- background-color: #fefefe;
198
  cursor: pointer;
199
  }
200
 
201
- .wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block i.zmdi-apps {
202
- color: #aaa;
203
- }
204
 
205
  .wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block i.column-control {
206
- color: #444;
207
- margin: 3px;
 
 
 
208
  }
209
 
210
  .wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block i.column-control.inactive {
211
  color: #999;
 
212
  }
213
 
214
  .wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block i.column-control:hover {
@@ -221,8 +265,19 @@ div.wdt-column-block.gu-mirror span {
221
 
222
  /* Column list modal */
223
  .wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block input {
224
- height: 20px;
225
  padding-right: 25px;
 
 
 
 
 
 
 
 
 
 
 
 
226
  }
227
 
228
  /* Formula editor modal */
@@ -233,10 +288,20 @@ div.wdt-column-block.gu-mirror span {
233
  .wpdt-c #wdt-formula-editor-modal .wdt-formula-operators .btn {
234
  text-transform: none;
235
  margin: 3px;
 
 
 
 
 
 
 
 
236
  }
237
 
238
  .wpdt-c #wdt-formula-editor-modal .wdt-formula-operators {
239
  max-height: 200px;
 
 
240
  }
241
 
242
  .wpdt-c #wdt-formula-editor-modal .formula-columns-container {
@@ -244,41 +309,106 @@ div.wdt-column-block.gu-mirror span {
244
  overflow-x: hidden;
245
  }
246
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
247
  .wpdt-c #wdt-formula-editor-modal .formula_col textarea {
248
  height: 150px;
 
 
 
 
 
 
249
  }
250
 
251
  .wpdt-c #wdt-formula-editor-modal div.wdt-formula-result-preview {
252
  margin: 15px 0;
253
  }
 
 
 
 
 
 
 
 
254
 
255
  .wpdt-c #column-data-settings > div.wdt-possible-values-options-block > div.wdt-manual-list-enter-block > div {
256
  height: inherit;
257
  max-height: 80px;
258
  overflow-y: auto;
 
 
 
 
259
  }
260
 
261
- .wpdt-c .wdt-datatables-admin-wrap .wdt-table-name,
262
  .wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .fg-line,
263
  .wdt-column-block.gu-mirror .fg-line {
264
  width: inherit;
265
  }
 
 
 
 
266
 
267
  .wpdt-c .wdt-datatables-admin-wrap .wdt-table-name #wdt-table-title-edit {
268
- background-color: #f7f7f7;
269
- margin-top: -9px;
270
- padding-top: 6px;
271
- padding-right: 18px;
 
 
 
 
 
 
 
 
272
  }
273
 
274
  .wpdt-c .wdt-datatables-admin-wrap .wdt-table-name i,
275
  .wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .fg-line i {
276
  position: absolute;
277
- right: 0;
278
- top: 0;
279
  font-size: 16px;
280
  color: #c7c7c7;
281
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
282
 
283
  .wpdt-c .wdt-datatables-admin-wrap .wdt-admin-card-header h2 #wdt-table-id {
284
  text-transform: none;
@@ -287,15 +417,16 @@ div.wdt-column-block.gu-mirror span {
287
  left: 290px;
288
  }
289
 
290
- .wpdt-c #wdt-table-title-edit:focus ~ i.zmdi.zmdi-edit,
291
- .wpdt-c #wdt-table-title-edit:hover ~ i.zmdi.zmdi-edit,
292
- .wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .wdt-column-display-header-edit:focus ~ i.zmdi.zmdi-edit,
293
- .wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .wdt-column-display-header-edit:hover ~ i.zmdi.zmdi-edit {
294
  color: #2196f3;
295
  }
296
 
297
  .wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .wdt-column-move-arrows {
298
- padding: 3px 6px 4px 8px;
 
299
  margin-top: -4px;
300
  border-left: 1px solid #c7c7c7;
301
  font-size: 16px;
@@ -308,29 +439,123 @@ div.wdt-column-block.gu-mirror span {
308
  color: #9E9E9E;
309
  font-size: 14px;
310
  letter-spacing: 0.04em;
311
- margin-bottom: 3px;
312
  }
313
 
314
  .wpdt-c .wdt-edit-buttons span a {
315
- color: #2196f3;
316
- text-decoration: underline;
317
- }
318
-
319
- .wpdt-c .column-settings .wdt-remove-column:after {
320
- font-family: WPDataTablesIcons;
321
- content:"\e81D";
322
- }
323
-
324
- .wpdt-c .column-settings .wdt-add-column:after {
325
- font-family: WPDataTablesIcons;
326
- content:"\e81e";
327
- }
328
-
329
- .wpdt-c .column-settings .card-header .wdt-table-action-buttons {
330
- padding: 0;
331
- }
332
-
333
- .wpdt-c .column-settings .card-header button {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
334
  height: 32px;
335
  margin-left: 1px;
336
  border-radius: 0;
@@ -341,12 +566,12 @@ div.wdt-column-block.gu-mirror span {
341
  opacity: 1;
342
  }
343
 
344
- .wpdt-c .column-settings .card-header button:first-of-type {
345
  border-top-right-radius: 2px;
346
  border-bottom-right-radius: 2px;
347
  }
348
 
349
- .wpdt-c .column-settings .card-header button:last-of-type {
350
  border-top-left-radius: 2px;
351
  border-bottom-left-radius: 2px;
352
  }
@@ -369,3 +594,52 @@ div.wdt-column-block.gu-mirror span {
369
  .wpdt-c .wdt-table-settings .input-path-block .fg-line {
370
  width: 75%;
371
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  .wpdt-c .wdt-datatables-admin-wrap .card.wdt-table-settings,
2
  .wpdt-c .wdt-datatables-admin-wrap .card.column-settings {
3
  max-width: 100%;
4
+ margin-bottom: 20px;
5
  margin-top: 0;
6
  }
7
 
8
  .wpdt-c .wdt-datatables-admin-wrap .card.wdt-table-settings .card-body {
9
+ padding: 0 24px 16px 24px !important;
10
+ background: #ffffff !important;
11
  }
12
 
13
+
14
  .wpdt-c .wdt-datatables-admin-wrap .card.wdt-table-settings h2 span.wdt-table-name {
15
  padding: 3px;
16
  }
17
 
18
  .wpdt-c .wdt-admin-card-header button#wdt-table-id {
19
+ margin-left: 12px;
20
+ padding: 0;
21
+ margin-top: 5px;
22
+ }
23
+ .wpdt-c #wdt-table-shortcode-id {
24
+ background: #ffffff;
25
+ border-radius: 0 3px 3px 0;
26
+ padding: 8px;
27
+ border: none;
28
+ color: #172B4D;
29
+ font-style: normal;
30
+ font-weight: 600;
31
+ font-size: 12px;
32
+ line-height: 16px;
33
+ cursor: auto;
34
+ }
35
+ .wpdt-c #wdt-table-id .wdt-copy-shortcode{
36
+ color: #304463;
37
+ cursor: pointer;
38
+ }
39
+ .wpdt-c #wdt-table-id .wdt-copy-shortcode i{
40
+ padding: 9px;
41
+ background: #EBECF0;
42
+ color: #304463;
43
+ border-radius: 3px 0 0 3px;
44
+ margin-right: -5px;
45
  }
46
 
47
  .wpdt-c .wdt-datatables-admin-wrap .card.wdt-table-settings h2 span.wdt-table-name:hover {
51
  }
52
 
53
  .wpdt-c .wdt-datatables-admin-wrap div.wpDataTableContainer {
54
+ margin: 15px 0 0 0;
55
  }
56
 
57
  .wpdt-c .wdt-datatables-admin-wrap div.wpDataTableContainer .tab-content {
110
  overflow-y: scroll;
111
  overflow-x: hidden;
112
  }
113
+ .wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel .wdt-documentation,
114
+ .wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel .wdt-documentation:hover {
115
+ border: 1px solid #DFE1E6;
116
+ }
117
+ .wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel.card h2 {
118
+ font-size: 17px;
119
+ }
120
 
121
  .wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel div.card-body.card-padding {
122
  padding: 5px 10px 5px 10px;
150
  }
151
 
152
  .wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block, div.wdt-column-block.gu-mirror {
153
+ background-color: #F8F8FA;
 
154
  border-radius: 2px;
155
  margin-bottom: 5px;
156
+ padding: 14px 12px;
157
  -o-transition: .5s;
158
  -ms-transition: .5s;
159
  -moz-transition: .5s;
161
  transition: .5s;
162
  }
163
 
164
+ .wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block i.wdt-toggle-show-on-tablet {
165
+ transform: rotate(-90deg);
166
+ }
167
+
168
  .wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel .wdt-conditional-formatting-rule .wdt-delete-conditional-formatting-rule {
169
+ background: #ffffff;
170
+ font-size: 15px;
171
+ line-height: 24px;
172
+ color: #5A6C89;
173
+ margin-top: 3px;
174
  }
175
 
176
  .wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel .wdt-conditional-formatting-rule .form-group {
179
  }
180
 
181
  .wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel .colorpicker.colorpicker-visible {
182
+ top: 32px;
183
+ right: 10px;
184
  }
185
 
186
  .wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel .wdt-conditional-formatting-rule .colorpicker.colorpicker-visible {
187
+ right: 7px;
188
  }
189
 
190
  div.wdt-column-block.gu-mirror {
232
  float: right;
233
  margin-left: 10px;
234
  }
235
+ .wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block > span {
236
+ margin-left: 20px !important;
237
+ }
238
 
239
  .wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block:hover {
240
+ background-color: rgba(0, 140, 255, 0.06) !important;
241
  cursor: pointer;
242
  }
243
 
 
 
 
244
 
245
  .wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block i.column-control {
246
+ font-style: normal;
247
+ font-weight: 900;
248
+ font-size: 15px;
249
+ line-height: 24px;
250
+ color: #5A6C89;
251
  }
252
 
253
  .wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block i.column-control.inactive {
254
  color: #999;
255
+ opacity: 50%;
256
  }
257
 
258
  .wpdt-c .wdt-datatables-admin-wrap div.wdt-column-block i.column-control:hover {
265
 
266
  /* Column list modal */
267
  .wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block input {
 
268
  padding-right: 25px;
269
+ padding-left: 4px;
270
+ font-family: Inter;
271
+ font-style: normal;
272
+ font-weight: 500;
273
+ font-size: 13px;
274
+ line-height: 20px;
275
+ color: #304463;
276
+ border: none;
277
+ }
278
+ .wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block input:hover,
279
+ .wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block input:focus {
280
+ background: #FFFFFF !important;
281
  }
282
 
283
  /* Formula editor modal */
288
  .wpdt-c #wdt-formula-editor-modal .wdt-formula-operators .btn {
289
  text-transform: none;
290
  margin: 3px;
291
+ width: 57px;
292
+ padding: 2px 6px;
293
+ background: #F8F8FA;
294
+ border-radius: 6px;
295
+ font-size: 13px;
296
+ line-height: 20px;
297
+ text-align: center;
298
+ color: #304463;
299
  }
300
 
301
  .wpdt-c #wdt-formula-editor-modal .wdt-formula-operators {
302
  max-height: 200px;
303
+ display: flex;
304
+ flex-wrap: wrap;
305
  }
306
 
307
  .wpdt-c #wdt-formula-editor-modal .formula-columns-container {
309
  overflow-x: hidden;
310
  }
311
 
312
+ .wpdt-c #wdt-formula-editor-modal .formula-columns-container .wdt-column-block{
313
+ padding: 3px 9px;
314
+ }
315
+ .wpdt-c #wdt-formula-editor-modal .formula-columns-container .fg-line span{
316
+ font-weight: 500;
317
+ font-size: 13px;
318
+ line-height: 20px;
319
+ color: #304463;
320
+ }
321
+ .wpdt-c #wdt-formula-editor-modal .formula-columns-container i{
322
+ display: none;
323
+ }
324
+
325
+ .wpdt-c #wdt-formula-editor-modal .formula_col .title,
326
+ .wpdt-c #wdt-formula-editor-modal .formula_operators .title,
327
+ .wpdt-c #wdt-formula-editor-modal .formula_columns .title {
328
+ font-size: 13px;
329
+ line-height: 20px;
330
+ color: #061938;
331
+ margin-bottom: 4px;
332
+ }
333
  .wpdt-c #wdt-formula-editor-modal .formula_col textarea {
334
  height: 150px;
335
+ background: #FFFFFF;
336
+ border: 1px solid #D7D9E2 !important;
337
+ box-sizing: border-box;
338
+ box-shadow: 0 1px 2px rgba(90, 108, 137, 0.08) !important;
339
+ border-radius: 3px;
340
+ padding:10px 12px;
341
  }
342
 
343
  .wpdt-c #wdt-formula-editor-modal div.wdt-formula-result-preview {
344
  margin: 15px 0;
345
  }
346
+ .wpdt-c #column-data-settings > div.wdt-possible-values-options-block > div.wdt-manual-list-enter-block .bootstrap-tagsinput .tag {
347
+ color: #5A6C89 ;
348
+ background-color: #F3F3FA;
349
+ border-radius: 2px;
350
+ display: inline-block;
351
+ margin-bottom: 4px;
352
+ font-size: 12px;
353
+ }
354
 
355
  .wpdt-c #column-data-settings > div.wdt-possible-values-options-block > div.wdt-manual-list-enter-block > div {
356
  height: inherit;
357
  max-height: 80px;
358
  overflow-y: auto;
359
+ border: 1px solid #EBECF0;
360
+ box-sizing: border-box;
361
+ border-radius: 3px;
362
+ padding: 3px;
363
  }
364
 
365
+
366
  .wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .fg-line,
367
  .wdt-column-block.gu-mirror .fg-line {
368
  width: inherit;
369
  }
370
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-name{
371
+ max-width: 300px;
372
+ }
373
+
374
 
375
  .wpdt-c .wdt-datatables-admin-wrap .wdt-table-name #wdt-table-title-edit {
376
+ background-color: #F1F1F1;
377
+ padding: 5px 26px 5px 4px;
378
+ font-size: 20px;
379
+ line-height: 24px;
380
+ border: none;
381
+ }
382
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-name #wdt-table-title-edit:hover {
383
+ background: #D7D9E2;
384
+ border-radius: 2px;
385
+ }
386
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-name #wdt-table-title-edit:focus{
387
+ background: #FFFFFF !important;
388
  }
389
 
390
  .wpdt-c .wdt-datatables-admin-wrap .wdt-table-name i,
391
  .wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .fg-line i {
392
  position: absolute;
393
+ right: 5px;
 
394
  font-size: 16px;
395
  color: #c7c7c7;
396
  }
397
+ .wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .fg-line i {
398
+ top: 3px;
399
+ }
400
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-name i{
401
+ top: 12px;
402
+ }
403
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-table-name i,
404
+ .wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .fg-line i{
405
+ color: #008CFF;
406
+ }
407
+ .wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .fg-line i {
408
+ font-weight: 900;
409
+ font-size: 12px;
410
+ line-height: 24px;
411
+ }
412
 
413
  .wpdt-c .wdt-datatables-admin-wrap .wdt-admin-card-header h2 #wdt-table-id {
414
  text-transform: none;
417
  left: 290px;
418
  }
419
 
420
+ .wpdt-c #wdt-table-title-edit:focus ~ i.wpdt-icon-pen,
421
+ .wpdt-c #wdt-table-title-edit:hover ~ i.wpdt-icon-pen,
422
+ .wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .wdt-column-display-header-edit:focus ~ i.wpdt-icon-pen,
423
+ .wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .wdt-column-display-header-edit:hover ~ i.wpdt-icon-pen {
424
  color: #2196f3;
425
  }
426
 
427
  .wpdt-c #wdt-columns-list-modal .modal-body .wdt-columns-container .wdt-column-block .wdt-column-move-arrows {
428
+ padding: 3px 6px 4px 20px;
429
+ margin-left: 20px;
430
  margin-top: -4px;
431
  border-left: 1px solid #c7c7c7;
432
  font-size: 16px;
439
  color: #9E9E9E;
440
  font-size: 14px;
441
  letter-spacing: 0.04em;
442
+ margin-bottom: 0;
443
  }
444
 
445
  .wpdt-c .wdt-edit-buttons span a {
446
+ text-decoration: none;
447
+ }
448
+ .wpdt-c .wdt-edit-buttons span .wdt-standard-view-selected,
449
+ .wpdt-c .wdt-edit-buttons span .wdt-excel-view-selected,
450
+ .wpdt-c .wdt-edit-buttons span .wdt-standard-view,
451
+ .wpdt-c .wdt-edit-buttons span .wdt-excel-view {
452
+ padding: 4px 12px;
453
+ font-family: Inter;
454
+ font-style: normal;
455
+ font-weight: 500;
456
+ font-size: 14px;
457
+ line-height: 20px;
458
+ text-align: center;
459
+ min-width: 144px;
460
+ }
461
+ .wpdt-c .wdt-edit-buttons span .wdt-excel-view,
462
+ .wpdt-c .wdt-edit-buttons span .wdt-excel-view-selected {
463
+ border-top-left-radius: 0;
464
+ border-top-right-radius: 3px;
465
+ border-bottom-right-radius: 3px;
466
+ border-bottom-left-radius: 0;
467
+ /*border-radius: 0 3px 3px 0;*/
468
+ }
469
+ .wpdt-c .wdt-edit-buttons span .wdt-standard-view,
470
+ .wpdt-c .wdt-edit-buttons span .wdt-standard-view-selected {
471
+ border-top-left-radius: 3px;
472
+ border-top-right-radius: 0;
473
+ border-bottom-right-radius: 0;
474
+ border-bottom-left-radius: 3px;
475
+ /*border-radius: 3px 0 0 3px;*/
476
+ }
477
+ .wpdt-c .wdt-edit-buttons span .wdt-standard-view,
478
+ .wpdt-c .wdt-edit-buttons span .wdt-excel-view {
479
+ background: #F4F5F7;
480
+ color: #172B4D;
481
+ border: 1px solid #DFE1E6;
482
+ cursor: default;
483
+ }
484
+ .wpdt-c .wdt-edit-buttons span .wdt-standard-view-selected,
485
+ .wpdt-c .wdt-edit-buttons span .wdt-excel-view-selected {
486
+ background: #008CFF;
487
+ color: #FFFFFF;
488
+ border: 1px solid #2280CD;
489
+ }
490
+ .wpdt-c .wdt-edit-buttons span .wdt-standard-view-selected a,
491
+ .wpdt-c .wdt-edit-buttons span .wdt-standard-view-selected a:hover,
492
+ .wpdt-c .wdt-edit-buttons span .wdt-excel-view-selected a,
493
+ .wpdt-c .wdt-edit-buttons span .wdt-excel-view-selected a:hover{
494
+ color: #FFFFFF;
495
+ }
496
+
497
+
498
+ .wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-add-column,
499
+ .wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-remove-column,
500
+ .wpdt-c .column-settings .card-body .wdt-table-action-buttons button#wdt-open-columns-list {
501
+ padding: 8px 12px;
502
+ font-family: Inter;
503
+ font-style: normal;
504
+ font-weight: 500;
505
+ font-size: 14px;
506
+ line-height: 20px;
507
+ color: #304463;
508
+ background: #FFFFFF;
509
+ border: 1px solid #DFE1E6;
510
+ box-sizing: border-box;
511
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
512
+ border-radius: 5px;
513
+ }
514
+ .wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-add-formula-column {
515
+ background: #FFFFFF;
516
+ border: 1px solid #FFE8CC;
517
+ box-sizing: border-box;
518
+ box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
519
+ border-radius: 5px;
520
+ }
521
+ .wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-add-column:hover {
522
+ background: linear-gradient(0deg, rgba(0, 140, 255, 0.13), rgba(0, 140, 255, 0.13)), #FFFFFF;
523
+ border: 1px solid rgba(0, 140, 255, 0.14);
524
+ box-sizing: border-box;
525
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
526
+ }
527
+ .wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-remove-column:hover,
528
+ .wpdt-c .column-settings .card-body .wdt-table-action-buttons button#wdt-open-columns-list:hover {
529
+ background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), #FFFFFF;
530
+ border: 1px solid #DFE1E6;
531
+ box-sizing: border-box;
532
+ box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
533
+ }
534
+ .wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-add-formula-column:hover {
535
+ background: linear-gradient(0deg, rgba(255, 244, 230, 0.25), rgba(255, 244, 230, 0.25)), #FFFFFF;
536
+ border: 1px solid #FFA94D;
537
+ box-sizing: border-box;
538
+ box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
539
+ }
540
+ .wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-add-column,
541
+ .wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-remove-column,
542
+ .wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-add-formula-column {
543
+ margin-right: 8px;
544
+ }
545
+ .wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-add-column i,
546
+ .wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-remove-column i,
547
+ .wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-add-formula-column i,
548
+ .wpdt-c .column-settings .card-body .wdt-table-action-buttons button#wdt-open-columns-list i {
549
+ margin-right: 8px;
550
+ }
551
+
552
+ .wpdt-c .column-settings .card-body .wdt-table-action-buttons button.wdt-add-column {
553
+ color: #091E6F;
554
+ background: linear-gradient(0deg, rgba(0, 140, 255, 0.08), rgba(0, 140, 255, 0.08)), #FFFFFF;
555
+ border: 1px solid rgba(0, 140, 255, 0.14);
556
+ }
557
+
558
+ .wpdt-c .column-settings .card-header button:not(.wdt-excel-view):not(.wdt-standard-view):not(.wdt-excel-view-selected):not(.wdt-standard-view-selected) {
559
  height: 32px;
560
  margin-left: 1px;
561
  border-radius: 0;
566
  opacity: 1;
567
  }
568
 
569
+ .wpdt-c .column-settings .card-header button:first-of-type:not(.wdt-excel-view):not(.wdt-standard-view):not(.wdt-excel-view-selected):not(.wdt-standard-view-selected) {
570
  border-top-right-radius: 2px;
571
  border-bottom-right-radius: 2px;
572
  }
573
 
574
+ .wpdt-c .column-settings .card-header button:last-of-type:not(.wdt-excel-view):not(.wdt-standard-view):not(.wdt-excel-view-selected):not(.wdt-standard-view-selected) {
575
  border-top-left-radius: 2px;
576
  border-bottom-left-radius: 2px;
577
  }
594
  .wpdt-c .wdt-table-settings .input-path-block .fg-line {
595
  width: 75%;
596
  }
597
+
598
+ .wpdt-c .wdt-table-settings .wdt-pf-cascade-filtering-logic-block .form-group {
599
+ margin-bottom: 0;
600
+ }
601
+
602
+
603
+ .wpdt-c .wdt-custom-number-input {
604
+ position: relative;
605
+ }
606
+ .wpdt-c .wdt-custom-number-input #wdt-auto-refresh {
607
+ text-align: center;
608
+ }
609
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number:hover,
610
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number:active,
611
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number:visited,
612
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number{
613
+ position: absolute;
614
+ height: 100%;
615
+ width: 40px;
616
+ border: 1px solid #D7D9E2;
617
+ color: #8796AF;
618
+ background: #F8F8FA;
619
+ }
620
+
621
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number.wdt-button-minus{
622
+ left: 0;
623
+ top: 0;
624
+ height: 100%;
625
+ border: 1px solid #D7D9E2;
626
+ color: #8796AF;
627
+ background: #F8F8FA;
628
+ border-radius: 2px 0 0 2px;
629
+ }
630
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number.wdt-button-plus{
631
+ right: 0;
632
+ top: 0;
633
+ height: 100%;
634
+ border: 1px solid #D7D9E2;
635
+ color: #8796AF;
636
+ background: #F8F8FA;
637
+ border-radius: 0 2px 2px 0;
638
+ }
639
+ @media (max-width: 768px) {
640
+ .wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel {
641
+ width: 100% !important;
642
+ max-width: 100% !important;
643
+ }
644
+
645
+ }
assets/css/admin/getting-started.css ADDED
@@ -0,0 +1,181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .wdt-datatables-admin-wrap .wdt-getting-started {
2
+ font-family: Inter;
3
+ font-style: normal;
4
+ }
5
+
6
+ .wdt-datatables-admin-wrap .wdt-getting-started .card-head {
7
+ background: none;
8
+ }
9
+
10
+ .wdt-datatables-admin-wrap .wdt-getting-started .card-head .wdt-admin-card-header h2 a {
11
+ box-shadow: none !important;
12
+ color: #304463 !important;
13
+ }
14
+
15
+ .wdt-datatables-admin-wrap .wdt-getting-started .card-head .wdt-admin-card-header h2 a i {
16
+ font-style: normal;
17
+ font-size: 16px;
18
+ line-height: 24px;
19
+ margin-right: 4px;
20
+ vertical-align: bottom;
21
+ }
22
+
23
+
24
+ .wdt-datatables-admin-wrap .wdt-getting-started-block {
25
+ padding: 28px 32px 14px 32px !important;
26
+ background: #FFFFFF;
27
+ box-shadow: 0 1px 1px rgba(23, 43, 77, 0.11) !important;
28
+ border-radius: 3px !important;
29
+ overflow: hidden;
30
+ }
31
+
32
+ .wdt-datatables-admin-wrap .wdt-getting-started-card h5 {
33
+ font-family: Inter;
34
+ font-style: normal;
35
+ font-weight: 500;
36
+ font-size: 32px;
37
+ line-height: 32px;
38
+ color: #091D70;
39
+ }
40
+
41
+ .wdt-datatables-admin-wrap .wdt-getting-started-card p {
42
+ font-family: Inter;
43
+ font-style: normal;
44
+ font-weight: normal;
45
+ font-size: 13px;
46
+ line-height: 20px;
47
+ color: #304463;
48
+ }
49
+ .wdt-datatables-admin-wrap .wdt-getting-started-block .wdt-getting-started-img-section {
50
+ min-height: 668px;
51
+ position: absolute;
52
+ top: 0;
53
+ right: -90px;
54
+ background: url(../../img/dashboard/illustration-editable.svg) no-repeat right !important;
55
+ background-size: contain !important;
56
+ }
57
+ .wdt-datatables-admin-wrap .wdt-getting-started-card .m-b-18 {
58
+ margin-bottom: 18px;
59
+ }
60
+
61
+ .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body {
62
+ box-shadow: 0 2px 3px rgba(23, 43, 77, 0.12), 0 1px 1px rgba(23, 43, 77, 0.08) !important;
63
+ padding: 20px 16px 20px 20px !important;
64
+ display: flex;
65
+ align-items: center;
66
+ position: relative;
67
+ }
68
+
69
+ .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-desc {
70
+ margin-left: 24px;
71
+ margin-right: 160px;
72
+ }
73
+ .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-desc span{
74
+ font-family: Inter;
75
+ font-style: normal;
76
+ font-weight: 500;
77
+ font-size: 15px;
78
+ line-height: 20px;
79
+ color: #061938;
80
+ }
81
+ .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-desc a{
82
+ font-family: Inter;
83
+ font-style: normal;
84
+ font-weight: 500;
85
+ font-size: 13px;
86
+ line-height: 20px;
87
+ color: #008CFF;
88
+ margin-top: 4px;
89
+ box-shadow: none !important;
90
+ display: inline-block;
91
+ }
92
+ .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-desc a.wdt-premium{
93
+ padding: 2px 6px;
94
+ background: rgba(0, 140, 255, 0.1);
95
+ border-radius: 45px;
96
+ width: fit-content;
97
+ cursor: default;
98
+ }
99
+ .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-desc a.wdt-compare-link{
100
+ color: #091D70;
101
+ }
102
+ .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-desc a.wdt-compare-link:hover{
103
+ opacity: .7;
104
+ }
105
+ .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-button{
106
+ position: absolute;
107
+ right: 16px;
108
+ }
109
+ .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-button button{
110
+ background: #FFFFFF;
111
+ font-family: Inter;
112
+ font-style: normal;
113
+ font-weight: 500;
114
+ font-size: 14px;
115
+ line-height: 20px;
116
+ padding: 8px 16px;
117
+ border: 1px solid #DFE1E6;
118
+ box-sizing: border-box;
119
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
120
+ border-radius: 5px;
121
+ color: #091D70;
122
+ }
123
+ .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-button button:focus,
124
+ .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-button button:focus:focus,
125
+ .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-button button:hover{
126
+ background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), #FFFFFF !important;
127
+ }
128
+ .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-button button i{
129
+ margin-right: 4px;
130
+ }
131
+
132
+
133
+ /* FOOTER */
134
+
135
+ .wdt-datatables-admin-wrap .wpdt-footer-links li {
136
+ display: inline-block;
137
+ margin-right: 12px;
138
+ }
139
+
140
+ .wdt-datatables-admin-wrap .wpdt-footer-links li a {
141
+ color: #5A6C89;
142
+ }
143
+ .wdt-datatables-admin-wrap .wdt-footer-title {
144
+ font-size: 13px;
145
+ line-height: 20px;
146
+ color: #304463;
147
+ margin-top: 60px;
148
+ margin-bottom: 20px;
149
+ }
150
+
151
+ .wdt-datatables-admin-wrap .wdt-footer-title img {
152
+ margin-left: 10px;
153
+ vertical-align: bottom;
154
+ }
155
+ @media (max-width: 1024px) {
156
+ .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-desc {
157
+ margin-right: 0;
158
+ margin-bottom: 25px;
159
+ }
160
+ .wdt-datatables-admin-wrap .wdt-tutorial-card .card-body .wdt-tutorial-button {
161
+ left: 86px;
162
+ bottom: 5px;
163
+ }
164
+ .wdt-datatables-admin-wrap .wdt-getting-started-card img.getting-started-img {
165
+ display: none;
166
+ }
167
+ .wdt-datatables-admin-wrap .wdt-getting-started-card .col-sm-6 {
168
+ width: 100%;
169
+ }
170
+ .wdt-datatables-admin-wrap .wdt-getting-started-block .wdt-getting-started-img-section {
171
+ display: none;
172
+ }
173
+ }
174
+
175
+ @media (max-width: 768px) {
176
+
177
+ .wpdt-c .card .card-header .actions {
178
+ top: 12px !important;
179
+ }
180
+
181
+ }
assets/css/admin/lite-vs-premium.css ADDED
@@ -0,0 +1,215 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium {
3
+ font-family: Inter;
4
+ font-style: normal;
5
+ }
6
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium .card-head {
7
+ background: none;
8
+ }
9
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card .card-header.wdt-admin-card-header{
10
+ padding-bottom: 22px !important;
11
+ border-bottom: 1px solid #E7E8EC !important;
12
+ margin-bottom: 32px;
13
+ background: url(../../img/dashboard/litevspremium.svg) no-repeat right !important;
14
+ background-size: contain !important;
15
+ }
16
+
17
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-block {
18
+ padding: 28px 32px 24px 32px !important;
19
+ background: #FFFFFF;
20
+ box-shadow: 0 1px 1px rgba(23, 43, 77, 0.11) !important;
21
+ border-radius: 3px !important;
22
+ }
23
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium .card-head .wdt-admin-card-header i,
24
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card p i{
25
+ font-style: normal;
26
+ line-height: 24px;
27
+ }
28
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium .card-head .wdt-admin-card-header i {
29
+ font-size: 16px;
30
+ margin-right: 4px;
31
+ }
32
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium .card-head .wdt-admin-card-header i:not(.wpdt-icon-file-thin){
33
+ vertical-align: bottom;
34
+ }
35
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card p i,
36
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card #wpdt-comparison th i {
37
+ color: #008CFF;
38
+ margin-right: 6px;
39
+ font-size: 13px;
40
+ }
41
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card .wpdt-comparison-div {
42
+ margin: 0 -26px;
43
+ }
44
+
45
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card #wpdt-comparison{
46
+ font-family: Inter;
47
+ font-style: normal;
48
+ width: 100%;
49
+ border-collapse: separate !important;
50
+ border-spacing: 26px 0 !important;
51
+ }
52
+
53
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card table#wpdt-comparison th {
54
+ padding: 0;
55
+ width: 30%;
56
+ }
57
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card table#wpdt-comparison td{
58
+ padding: 10px 0 0 0;
59
+ width: 30%;
60
+ font-family: Inter;
61
+ font-style: normal;
62
+ font-weight: normal;
63
+ font-size: 13px;
64
+ line-height: 20px;
65
+ color: #304463;
66
+ }
67
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card table#wpdt-comparison tr:first-child td{
68
+ padding-top: 18px !important;
69
+ }
70
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card table#wpdt-comparison tr td:last-child{
71
+ padding-left: 0 !important;
72
+ padding-right: 0 !important;
73
+ }
74
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card table#wpdt-comparison td hr{
75
+ margin-top: 10px!important;
76
+ margin-bottom: 0 !important;
77
+ border: 1px solid #E7E9EC;
78
+ }
79
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card table#wpdt-comparison th:first-child{
80
+ width: 40%;
81
+ padding-right: 10px !important;
82
+ padding-left: 0 !important;
83
+ }
84
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card table#wpdt-comparison td:first-child{
85
+ padding-right: 10px !important;
86
+ }
87
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card table#wpdt-comparison th:last-child{
88
+ padding: 0 !important;
89
+ }
90
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card table#wpdt-comparison th:last-child hr{
91
+ border-color: #008CFF;
92
+ }
93
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card table#wpdt-comparison th{
94
+ font-weight: 500;
95
+ font-size: 15px;
96
+ line-height: 24px;
97
+ color: #091D70;
98
+ }
99
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card table#wpdt-comparison th hr{
100
+ margin-top: 6px !important;
101
+ margin-bottom: 0 !important;
102
+ border: 2px solid #D9DEE8;
103
+ border-radius: 4px 4px 0 0;
104
+ }
105
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card #wpdt-comparison .bg-grey{
106
+ background: #F6F6F7;
107
+ }
108
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card #wpdt-comparison .bg-grey hr{
109
+ border: 1px solid #E7E9EC;
110
+ }
111
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card #wpdt-comparison .bg-blue{
112
+ background: #e8f4fc;
113
+ }
114
+
115
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card #wpdt-comparison .bg-blue hr{
116
+ opacity: 0.2;
117
+ border: 1px solid #008CFF;
118
+ }
119
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card #wpdt-comparison tr:last-child td[data-title='Lite'] hr{
120
+ border: 1px solid #F6F6F7;
121
+ }
122
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card #wpdt-comparison tr:last-child td[data-title='Premium'] hr{
123
+ border: 1px solid #e8f4fc;
124
+ }
125
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card #wpdt-comparison tr:last-child td[data-title='Features'] hr{
126
+ border: 1px solid #FFFFFF;
127
+ }
128
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card table#wpdt-comparison i.wpdt-icon-check-full,
129
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card table#wpdt-comparison i.wpdt-icon-minus,
130
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card table#wpdt-comparison i.wpdt-icon-star{
131
+ font-size: 14px;
132
+ line-height: 20px;
133
+ }
134
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card table#wpdt-comparison i.wpdt-icon-minus {
135
+ color: rgba(48, 68, 99, 0.33);
136
+ }
137
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card table#wpdt-comparison i.wpdt-icon-check-full,
138
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card table#wpdt-comparison i.wpdt-icon-star{
139
+ color: #008CFF;
140
+ }
141
+
142
+
143
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium .card-head .wdt-admin-card-header h2 a {
144
+ box-shadow: none !important;
145
+ color: #304463 !important;
146
+ }
147
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card h5 {
148
+ font-family: Inter;
149
+ font-style: normal;
150
+ font-weight: 500;
151
+ font-size: 32px;
152
+ line-height: 32px;
153
+ color: #091D70;
154
+ }
155
+
156
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card p {
157
+ font-family: Inter;
158
+ font-style: normal;
159
+ font-weight: normal;
160
+ font-size: 13px;
161
+ line-height: 20px;
162
+ color: #304463;
163
+ margin-right: 250px;
164
+ }
165
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card .m-b-18 {
166
+ margin-bottom: 18px;
167
+ }
168
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-footer {
169
+ margin-top: 28px;
170
+ border-top: 1px solid #E7E8EC;
171
+ }
172
+
173
+ /* FOOTER*/
174
+ .wdt-datatables-admin-wrap .wpdt-footer-links li {
175
+ display: inline-block;
176
+ margin-right: 12px;
177
+ }
178
+
179
+ .wdt-datatables-admin-wrap .wpdt-footer-links li a {
180
+ color: #5A6C89;
181
+ box-shadow: none;
182
+ }
183
+ .wdt-datatables-admin-wrap .wdt-footer-title {
184
+ font-size: 13px;
185
+ line-height: 20px;
186
+ color: #304463;
187
+ margin-top: 60px;
188
+ margin-bottom: 20px;
189
+ }
190
+
191
+ .wdt-datatables-admin-wrap .wdt-footer-title img {
192
+ margin-left: 10px;
193
+ vertical-align: bottom;
194
+ }
195
+ @media (max-width: 768px) {
196
+ .wpdt-c .card .card-header .actions {
197
+ top: 12px !important;
198
+ }
199
+ }
200
+ @media (max-width: 480px) {
201
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card .card-header.wdt-admin-card-header {
202
+ background: #ffffff !important;
203
+ }
204
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card p {
205
+ margin-right: 0 !important;
206
+ }
207
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card .wpdt-comparison-div {
208
+ margin: 0;
209
+ }
210
+
211
+ .wdt-datatables-admin-wrap .wdt-lite-vs-premium-card #wpdt-comparison{
212
+ border-collapse: collapse !important;
213
+ border-spacing: 0 !important;
214
+ }
215
+ }
assets/css/admin/settings.css CHANGED
@@ -1,24 +1,158 @@
1
- .wpdt-c .wdt-datatables-admin-wrap #color-and-font-settings a {
2
  box-shadow: none !important;
3
  -webkit-box-shadow: none !important;
4
  }
5
 
6
- .wpdt-c .wdt-datatables-admin-wrap tr:first-child > td{
7
  border-top: 0px;
8
  }
9
 
10
- .wpdt-c .wdt-datatables-admin-wrap .tab-content #info table .zmdi.zmdi-check {
11
- font-size: 22px;
12
- font-weight: 600;
13
- color: #4CAF50;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  }
15
 
16
- .wpdt-c .wdt-datatables-admin-wrap .tab-content #info table .zmdi.zmdi-close {
17
- font-size: 22px;
18
- font-weight: 600;
19
- color: #F44336;
 
 
 
 
 
 
20
  }
21
 
22
- .wpdt-c .wdt-datatables-admin-wrap .tab-content #info table .alert {
 
 
 
 
 
 
 
 
 
 
 
 
23
  text-align: center;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  }
1
+ .wpdt-c .wdt-datatables-admin-wrap #color-and-font-settings a, .wpdt-c .wdt-datatables-admin-wrap #wdt-activation a {
2
  box-shadow: none !important;
3
  -webkit-box-shadow: none !important;
4
  }
5
 
6
+ .wpdt-c .wdt-datatables-admin-wrap tr:first-child > td {
7
  border-top: 0px;
8
  }
9
 
10
+
11
+ /* Theme fixes */
12
+ .wpdt-c .panel-title {
13
+ float: none;
14
+ }
15
+
16
+ .wpdt-c .wdt-activation-section {
17
+ min-height: 232px;
18
+ background: #FFFFFF;
19
+ box-shadow: 0 2px 5px rgba(23, 43, 77, 0.1), 0 0 1px rgba(23, 43, 77, 0.32);
20
+ border-radius: 3px;
21
+ }
22
+ .wpdt-c .wdt-activation-section .wpdt-plugins-desc{
23
+ min-height: 50px;
24
+ padding: 12px;
25
+ background: #F8F8FA;
26
+ }
27
+
28
+ .wpdt-c .wdt-activation-section .wpdt-plugins-desc img{
29
+ display: inline-block !important;
30
+ background: #FFFFFF;
31
+ width: 40px;
32
+ height: 40px;
33
+ padding: 5px;
34
+ margin: 0 11px 0 0 !important;
35
+ box-shadow: 0 1px 2px rgba(9, 29, 112, 0.17);
36
+ border-radius: 12px;
37
+ }
38
+ .wpdt-c .wdt-activation-section .wpdt-plugins-desc h4 {
39
+ display: inline-block;
40
+ width: 80%;
41
+ vertical-align: middle;
42
+ word-break: break-word;
43
+ font-size: 15px;
44
+ line-height: 20px;
45
+ color: #061938;
46
+ }
47
+ .wpdt-c .wdt-envato-activation {
48
+ margin-top: 12px;
49
+ }
50
+ .wpdt-c .wdt-envato-activation .wdt-envato-deactivation-button,
51
+ .wpdt-c .wdt-store-activate-plugin.btn-danger,
52
+ .wpdt-c .wdt-store-activate-plugin.btn-danger:focus:focus {
53
+ background: #FFFFFF;
54
+ border: 1px solid #DFE1E6;
55
+ box-sizing: border-box;
56
+ padding: 8px 16px;
57
+ color: #253858;
58
+ border-radius: 5px;
59
+ font-family: Inter;
60
+ font-style: normal;
61
+ font-weight: 500;
62
+ font-size: 14px;
63
+ line-height: 20px;
64
+ }
65
+ .wpdt-c .wdt-envato-activation .wdt-envato-deactivation-button i,
66
+ .wpdt-c .wdt-store-activate-plugin.btn-danger i{
67
+ color: #F03E3E;
68
+ }
69
+ .wpdt-c .wdt-store-activate-plugin.btn-primary i{
70
+ color: #FFFFFF;
71
+ }
72
+
73
+ .wpdt-c .wdt-envato-activation .wdt-envato-activation-button{
74
+ background: #FFFFFF;
75
+ border: 1px solid #DFE1E6;
76
+ box-sizing: border-box;
77
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
78
+ border-radius: 5px;
79
+ font-weight: 500;
80
+ font-size: 14px;
81
+ line-height: 20px;
82
+ color: #253858;
83
+ padding: 8px 16px;
84
+ }
85
+
86
+ .wpdt-c .wdt-envato-activation .wdt-envato-activation-button:hover,
87
+ .wpdt-c .wdt-envato-activation .wdt-envato-deactivation-button:hover,
88
+ .wpdt-c .wdt-store-activate-plugin.btn-danger:hover {
89
+ background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), #FFFFFF;
90
+ font-family: Inter;
91
+ font-style: normal;
92
+ font-weight: 500;
93
+ font-size: 14px;
94
+ line-height: 20px;
95
+ color: #253858;
96
+ border: 1px solid #DFE1E6;
97
+ }
98
+
99
+ .wpdt-c .wdt-envato-activation .wdt-envato-activation-button #wdt-envato-div {
100
+ display: inline-block;
101
+ width: 20px;
102
+ background: #7CB442;
103
+ border-radius: 50px;
104
+ margin-right: 4px;
105
+ }
106
+
107
+ .wpdt-c .wdt-envato-activation .wdt-envato-activation-button img {
108
+ width: 11px;
109
+ margin-bottom: 2px;
110
+ background: #7CB442;
111
  }
112
 
113
+ .wpdt-c #custom-js-and-css textarea {
114
+ background: #FFFFFF;
115
+ border: 1px solid #D7D9E2 !important;
116
+ box-sizing: border-box;
117
+ box-shadow: 0 1px 2px rgba(90, 108, 137, 0.08) !important;
118
+ border-radius: 3px;
119
+ padding:10px 12px;
120
+ }
121
+ .wpdt-c .wdt-custom-number-input {
122
+ position: relative;
123
  }
124
 
125
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number:hover,
126
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number:hover:disabled,
127
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number:active,
128
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number:visited,
129
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number{
130
+ position: absolute;
131
+ height: 100%;
132
+ width: 40px;
133
+ border: 1px solid #D7D9E2;
134
+ color: #8796AF;
135
+ background: #F8F8FA;
136
+ }
137
+ .wpdt-c .wdt-custom-number-input input {
138
  text-align: center;
139
+ }
140
+
141
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number.wdt-button-minus{
142
+ left: 0;
143
+ top: 0;
144
+ height: 100%;
145
+ border: 1px solid #D7D9E2;
146
+ color: #8796AF;
147
+ background: #F8F8FA;
148
+ border-radius: 2px 0 0 2px;
149
+ }
150
+ .wpdt-c .wdt-custom-number-input .wdt-btn-number.wdt-button-plus{
151
+ right: 0;
152
+ top: 0;
153
+ height: 100%;
154
+ border: 1px solid #D7D9E2;
155
+ color: #8796AF;
156
+ background: #F8F8FA;
157
+ border-radius: 0 2px 2px 0;
158
  }
assets/css/admin/support.css ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .wdt-datatables-admin-wrap .wdt-support {
2
+ font-family: Inter;
3
+ font-style: normal;
4
+ }
5
+ .wdt-datatables-admin-wrap .wdt-support .btn-primary{
6
+ font-family: Inter;
7
+ font-style: normal;
8
+ font-weight: 500;
9
+ font-size: 14px;
10
+ line-height: 20px;
11
+ color: #FFFFFF;
12
+ border-radius: 5px;
13
+ }
14
+ .wdt-datatables-admin-wrap .wdt-support .card-head .wdt-admin-card-header h2 a {
15
+ box-shadow: none !important;
16
+ color: #304463 !important;
17
+ }
18
+ .wdt-datatables-admin-wrap .wdt-support .card-head .wdt-admin-card-header h2 a i {
19
+ font-size: 16px;
20
+ margin-right: 4px;
21
+ vertical-align: bottom;
22
+ font-style: normal;
23
+ line-height: 24px;
24
+ }
25
+ .wdt-datatables-admin-wrap .wdt-support .card h5{
26
+ font-family: Inter;
27
+ font-style: normal;
28
+ font-weight: 500;
29
+ font-size: 20px;
30
+ line-height: 24px;
31
+ color: #091D70;
32
+ margin-bottom: 6px;
33
+ }
34
+ .wdt-datatables-admin-wrap .wdt-support .card h5.wdt-large-title {
35
+ font-size: 24px;
36
+ line-height: 32px;
37
+ margin-top: 12px;
38
+ margin-bottom: 8px;
39
+ }
40
+ .wdt-datatables-admin-wrap .wdt-support .card .m-b-28 {
41
+ margin-bottom: 28px;
42
+ }
43
+ .wdt-datatables-admin-wrap .wdt-support .card p{
44
+ font-family: Inter;
45
+ font-style: normal;
46
+ font-weight: normal;
47
+ font-size: 13px;
48
+ line-height: 20px;
49
+ color: #304463;
50
+ margin-bottom: 12px;
51
+ }
52
+
53
+ .wdt-datatables-admin-wrap .wdt-support .card:not(.card-head) {
54
+ box-shadow: 0 1px 1px rgba(23, 43, 77, 0.11);
55
+ }
56
+ .wdt-datatables-admin-wrap .wdt-support .card-head {
57
+ background: none;
58
+ }
59
+ .wdt-datatables-admin-wrap .wdt-support .card-body {
60
+ padding: 24px 24px 24px 28px !important;
61
+ box-shadow: 0 1px 1px rgba(23, 43, 77, 0.11) !important;
62
+ }
63
+ .wdt-datatables-admin-wrap .wdt-support .card-body i{
64
+ margin-right: 8px;
65
+ }
66
+ .wdt-datatables-admin-wrap .wdt-support .wdt-support-img {
67
+ min-height: 470px;
68
+ background: url(../../img/dashboard/support-page.svg) no-repeat bottom !important;
69
+ background-size: contain !important;
70
+ }
71
+
72
+ /* FOOTER*/
73
+ .wdt-datatables-admin-wrap .wdt-support .wpdt-footer-links li {
74
+ display: inline-block;
75
+ margin-right: 12px;
76
+ }
77
+
78
+ .wdt-datatables-admin-wrap .wdt-support .wpdt-footer-links li a {
79
+ color: #5A6C89;
80
+ }
81
+ .wdt-datatables-admin-wrap .wdt-support .wdt-footer-title {
82
+ font-size: 13px;
83
+ line-height: 20px;
84
+ color: #304463;
85
+ margin-top: 60px;
86
+ margin-bottom: 20px;
87
+ }
88
+
89
+
90
+ .wdt-datatables-admin-wrap .wdt-support .wdt-footer-title img {
91
+ margin-left: 10px;
92
+ vertical-align: bottom;
93
+ }
94
+ @media (max-width: 1024px) {
95
+ .col-sm-6.card-columns {
96
+ width: 100%;
97
+ padding: 0 !important;
98
+ }
99
+ }
100
+ @media (max-width: 768px) {
101
+ .wpdt-c .card .card-header .actions {
102
+ top: 12px !important;
103
+ }
104
+ }
105
+ @media (max-width: 480px) {
106
+ .wdt-datatables-admin-wrap .wdt-support .wdt-support-img {
107
+ min-height: 420px;
108
+ }
109
+ }
assets/css/admin/system-info.css ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .wdt-datatables-admin-wrap .wdt-system-info {
2
+ font-family: Inter;
3
+ font-style: normal;
4
+ }
5
+ .wdt-datatables-admin-wrap .wdt-system-info .btn-primary {
6
+ border-radius: 6px;
7
+ }
8
+ .wdt-datatables-admin-wrap .wdt-system-info .card-head {
9
+ background: none;
10
+ }
11
+ .wdt-datatables-admin-wrap .wdt-system-info-card {
12
+ padding: 28px 32px !important;
13
+ box-shadow: 0 1px 1px rgba(23, 43, 77, 0.11) !important;
14
+ border-radius: 3px;
15
+ }
16
+
17
+ .wdt-datatables-admin-wrap .wdt-system-info .card-head .wdt-admin-card-header h2 a {
18
+ box-shadow: none !important;
19
+ color: #304463 !important;
20
+ }
21
+ .wdt-datatables-admin-wrap .wdt-system-info .card-head .wdt-admin-card-header h2 a i {
22
+ font-size: 16px;
23
+ margin-right: 4px;
24
+ vertical-align: bottom;
25
+ font-style: normal;
26
+ line-height: 24px;
27
+ }
28
+ .wdt-datatables-admin-wrap table.wdt-system-info-table{
29
+ width: 100%;
30
+ }
31
+ .wdt-datatables-admin-wrap table.wdt-system-info-table.m-t-40{
32
+ margin-top: 40px;
33
+ }
34
+ .wdt-datatables-admin-wrap table.wdt-system-info-table thead th{
35
+ font-family: Inter;
36
+ font-style: normal;
37
+ font-weight: 500;
38
+ font-size: 15px;
39
+ line-height: 24px;
40
+ color: #091D70;
41
+ border-bottom: 2px solid #008CFF;
42
+ }
43
+
44
+ .wdt-datatables-admin-wrap table.wdt-system-info-table tbody tr td {
45
+ padding: 12px 12px 10px 12px;
46
+ font-family: Inter;
47
+ font-style: normal;
48
+ font-weight: normal;
49
+ font-size: 13px;
50
+ line-height: 20px;
51
+ color: #304463;
52
+ border-bottom: 1px solid #E7E8EC;
53
+ }
54
+
55
+ .wdt-datatables-admin-wrap table.wdt-system-info-table tbody tr td:first-child{
56
+ width: 30%;
57
+ }
58
+ .wdt-datatables-admin-wrap table.wdt-system-info-table tbody tr td:last-child{
59
+ width: 10%;
60
+ }
61
+ .wdt-datatables-admin-wrap table.wdt-system-info-table .help{
62
+ text-align: right;
63
+ }
64
+ .wdt-datatables-admin-wrap table.wdt-system-info-table .wpdt-error{
65
+ color: #FF0000;
66
+ }
67
+ .wdt-datatables-admin-wrap table.wdt-system-info-table .wpdt-error-bg{
68
+ color: #FFF5F5;
69
+ }
70
+ .wdt-datatables-admin-wrap table.wdt-system-info-table .wpdt-warning{
71
+ color: #F08C00 !important;
72
+ }
73
+ .wdt-datatables-admin-wrap table.wdt-system-info-table .wpdt-warning-bg{
74
+ background: #fcfcec;
75
+ }
76
+ .wdt-datatables-admin-wrap table.wdt-system-info-table .help i{
77
+ font-style: normal;
78
+ font-weight: normal;
79
+ font-size: 16px;
80
+ line-height: 20px;
81
+ color: #008CFF !important;
82
+ }
83
+
84
+ /* FOOTER*/
85
+ .wdt-datatables-admin-wrap .wpdt-footer-links li {
86
+ display: inline-block;
87
+ margin-right: 12px;
88
+ }
89
+
90
+ .wdt-datatables-admin-wrap .wpdt-footer-links li a {
91
+ color: #5A6C89;
92
+ box-shadow: none;
93
+ }
94
+ .wdt-datatables-admin-wrap .wdt-footer-title {
95
+ font-size: 13px;
96
+ line-height: 20px;
97
+ color: #304463;
98
+ margin-top: 60px;
99
+ margin-bottom: 20px;
100
+ }
101
+
102
+ .wdt-datatables-admin-wrap .wdt-footer-title img {
103
+ margin-left: 10px;
104
+ vertical-align: bottom;
105
+ }
106
+ @media (max-width: 768px) {
107
+
108
+ .wdt-datatables-admin-wrap table.wdt-system-info-table tbody tr td {
109
+ word-break: break-word;
110
+ }
111
+ .wdt-datatables-admin-wrap table.wdt-system-info-table tbody tr td:last-child {
112
+ display: none;
113
+ }
114
+ .wdt-datatables-admin-wrap table.wdt-system-info-table tbody tr td:first-child ,
115
+ .wdt-datatables-admin-wrap table.wdt-system-info-table tbody tr td {
116
+ width: 50%;
117
+ }
118
+ .wpdt-c .card .card-header .actions {
119
+ top: 12px !important;
120
+ }
121
+
122
+ }
assets/css/admin/welcome-page.css ADDED
@@ -0,0 +1,468 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .welcome-page-container {
2
+ width: 100%;
3
+ background-color: #fff;
4
+ padding-left: 15px;
5
+ padding-right: 15px;
6
+ box-shadow: 0px 1px 1px rgba(23, 43, 77, 0.11);
7
+ border-radius: 3px;
8
+ }
9
+
10
+ .wpdt-c .wdt-admin-card-header .wdt-go-dashboard,
11
+ .wpdt-c .wdt-welcome-footer .wdt-go-dashboard {
12
+ padding: 8px 16px;
13
+ border: 1px solid #DFE1E6;
14
+ box-sizing: border-box;
15
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
16
+ border-radius: 5px;
17
+ font-family: Inter !important;
18
+ font-style: normal !important;
19
+ font-weight: 500 !important;
20
+ font-size: 14px !important;
21
+ line-height: 20px !important;
22
+ }
23
+
24
+ .wpdt-c .wdt-admin-card-header .wdt-go-dashboard {
25
+ color: #091D70 !important;
26
+ background-color: #fff;
27
+ }
28
+
29
+ .wpdt-c .wdt-admin-card-header .wdt-go-dashboard i {
30
+ margin-left: 8px;
31
+ vertical-align: middle;
32
+ }
33
+
34
+ .wpdt-c .wdt-admin-card-header .wdt-go-dashboard a:hover,
35
+ .wpdt-c .wdt-admin-card-header .wdt-go-dashboard a {
36
+ box-shadow: none;
37
+ color: #091D70 !important;
38
+ }
39
+
40
+ .wpdt-c .wdt-admin-card-header .wdt-go-dashboard:hover {
41
+ background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), #FFFFFF;
42
+ }
43
+
44
+ .wpdt-c .card.welcome-page-card {
45
+ background: linear-gradient(149.13deg, rgba(0, 140, 255, 0.05) 5.01%, rgba(0, 140, 255, 0) 37.97%), #FFFFFF;
46
+ border-radius: 3px;
47
+ }
48
+
49
+ .wpdt-c .card.welcome-page-card .card-header .actions {
50
+ top: 16px !important;
51
+ right: 28px !important;
52
+ }
53
+
54
+ .wpdt-c .card.welcome-page-card .img-responsive {
55
+ display: inline-block !important;
56
+ }
57
+
58
+ .wpdt-c .card.welcome-page-card .wdt-logo {
59
+ margin: 16px 12px;
60
+ }
61
+
62
+ .wpdt-c .wdt-welcome-header .wdt-welcome-message {
63
+ margin-top: 15px;
64
+ }
65
+
66
+ .wpdt-c .wdt-welcome-header .wdt-welcome-message .wdt-wave {
67
+ vertical-align: bottom !important;
68
+ }
69
+
70
+ .wpdt-c .card.welcome-page-card h1,
71
+ .wpdt-c .card.welcome-page-card h2,
72
+ .wpdt-c .card.welcome-page-card span,
73
+ .wpdt-c .card.welcome-page-card p {
74
+ font-family: Inter;
75
+ font-style: normal;
76
+ }
77
+
78
+ .wpdt-c .card.welcome-page-card h1,
79
+ .wpdt-c .card.welcome-page-card h2 {
80
+ color: #091D70;
81
+ }
82
+
83
+ .wpdt-c .card.welcome-page-card span,
84
+ .wpdt-c .card.welcome-page-card p {
85
+ color: #304463;
86
+ }
87
+
88
+ .wpdt-c .card.welcome-page-card h1 {
89
+ font-weight: 500;
90
+ font-size: 32px;
91
+ line-height: 32px;
92
+ margin-bottom: 13px;
93
+ }
94
+
95
+ .wpdt-c .card.welcome-page-card h2 {
96
+ font-weight: 500;
97
+ font-size: 24px;
98
+ line-height: 32px;
99
+ margin-top: 0;
100
+ padding-top: 0;
101
+ margin-bottom: 13px;
102
+ padding-bottom: 0;
103
+ }
104
+
105
+ .wpdt-c .card.welcome-page-card p {
106
+ margin-bottom: 19px;
107
+ }
108
+
109
+ .wpdt-c .card.welcome-page-card span,
110
+ .wpdt-c .card.welcome-page-card p {
111
+ font-weight: normal;
112
+ font-size: 13px;
113
+ line-height: 20px;
114
+ }
115
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-lite,
116
+ .wpdt-c .wdt-datatables-admin-wrap .wdt-premium{
117
+ padding: 2px 6px;
118
+ border-radius: 45px;
119
+ width: fit-content;
120
+ font-weight: 500;
121
+ font-size: 13px !important;
122
+ line-height: 16px !important;
123
+ display: block !important;
124
+ margin-top: 5px;
125
+ }
126
+ .wpdt-c .wdt-welcome-body .wdt-wizard-options .wdt-wizard-options-desc .wdt-premium{
127
+ background: rgba(0, 140, 255, 0.1);
128
+ color: #008CFF;
129
+ }
130
+ .wpdt-c .wdt-welcome-body .wdt-wizard-options .wdt-wizard-options-desc .wdt-lite{
131
+ background: rgba(48, 68, 99, 0.07);
132
+ color: #304463;
133
+ }
134
+
135
+ .wpdt-c .wdt-welcome-body {
136
+ background: #FFFFFF;
137
+ margin: -120px auto 60px;
138
+ box-shadow: 0 1px 2px rgba(48, 68, 99, 0.1), 0px 7px 16px rgba(48, 68, 99, 0.03);
139
+ border-radius: 4px;
140
+ padding: 36px;
141
+ width: 85%;
142
+ position: relative;
143
+ }
144
+ .wpdt-c .wdt-changelog-button-background {
145
+ background: #FFFFFF;
146
+ box-shadow: 0px 1px 2px rgba(9, 29, 112, 0.13), 0px 5px 14px rgba(9, 29, 112, 0.03);
147
+ border-radius: 8px;
148
+ padding: 4px 12px;
149
+ margin: 0 auto;
150
+ width: fit-content;
151
+ }
152
+
153
+ .wpdt-c .wdt-welcome-body .wdt-wizard-options span {
154
+ display: inline-block;
155
+ }
156
+
157
+ .wpdt-c .wdt-welcome-body .wdt-wizard-options .wdt-wizard-options-details {
158
+ display: flex;
159
+ align-items: center;
160
+ }
161
+
162
+ .wpdt-c .wdt-welcome-body .wdt-wizard-options .wdt-wizard-options-img {
163
+ width: 20%;
164
+ }
165
+
166
+ .wpdt-c .wdt-welcome-body .wdt-wizard-options .wdt-wizard-options-desc {
167
+ max-width: 60%;
168
+ }
169
+
170
+ .wpdt-c .wdt-welcome-body .wdt-wizard-options .wdt-wizard-options-desc span {
171
+ font-family: Inter;
172
+ font-style: normal;
173
+ font-weight: 500;
174
+ font-size: 15px;
175
+ line-height: 20px;
176
+ color: #061938;
177
+ }
178
+
179
+ .wpdt-c .wdt-welcome-body .wdt-wizard-options.m-b-38 {
180
+ margin-bottom: 38px !important;
181
+ width: 100%;
182
+ float: left;
183
+ margin-top: -74px;
184
+ }
185
+
186
+ .wpdt-c .wdt-welcome-body .wdt-wizard-options.m-b-42 {
187
+ margin-bottom: 42px !important;
188
+ width: 100%;
189
+ float: left;
190
+ }
191
+ .wpdt-c .wdt-welcome-body .wdt-getting-started-desc{
192
+ padding-top: 40px;
193
+ border-top: 1px dashed #E7E8EC;
194
+ }
195
+ .wpdt-c .wdt-welcome-body .wdt-getting-started-desc p{
196
+ width: 50%;
197
+ margin-bottom: 32px;
198
+ }
199
+ .wpdt-c .wdt-welcome-body .wdt-getting-started-sections{
200
+ padding-bottom: 40px;
201
+ border-bottom: 1px dashed #E7E8EC;
202
+ }
203
+ .wpdt-c .wdt-welcome-body .wdt-getting-started-section{
204
+ border-radius: 8px;
205
+ padding: 32px 24px;
206
+ background: #FFFFFF;
207
+ }
208
+ .wpdt-c .wdt-welcome-body .wdt-getting-started-sections .wdt-getting-started-section:first-child{
209
+ background: rgba(0, 140, 255, 0.05);
210
+ }
211
+ .wpdt-c .wdt-welcome-body .wdt-getting-started-sections .wdt-getting-started-section:last-child{
212
+ border-left: 1px solid #EDEEF0;
213
+ }
214
+ .wpdt-c .wdt-welcome-body .wdt-getting-started-sections p,
215
+ .wpdt-c .wdt-welcome-body .wdt-getting-started-sections h4{
216
+ font-family: Inter;
217
+ font-style: normal;
218
+ color: #304463;
219
+ }
220
+
221
+ .wpdt-c .wdt-welcome-body .wdt-getting-started-sections h4{
222
+ font-weight: 500;
223
+ font-size: 15px;
224
+ line-height: 24px;
225
+ margin-top: 0;
226
+ margin-bottom: 22px;
227
+ }
228
+ .wpdt-c .wdt-welcome-body .wdt-getting-started-sections p {
229
+ font-weight: normal;
230
+ font-size: 13px;
231
+ line-height: 20px;
232
+ margin-top: 0;
233
+ margin-bottom: 16px;
234
+ }
235
+ .wpdt-c .wdt-welcome-body .wdt-getting-started-sections h4 i{
236
+ color: #008CFF;
237
+ margin-right: 8px;
238
+ font-size: 20px;
239
+ vertical-align: text-bottom;
240
+ }
241
+ .wpdt-c .wdt-welcome-body .wdt-showcase .wdt-showcase-link a:hover,
242
+ .wpdt-c .wdt-welcome-body .wdt-showcase .wdt-showcase-link a,
243
+ .wpdt-c .wdt-welcome-body .wdt-getting-started-sections a:hover,
244
+ .wpdt-c .wdt-welcome-body .wdt-getting-started-sections a {
245
+ box-shadow: none;
246
+ color: #091D70 ;
247
+ }
248
+ .wpdt-c .wdt-welcome-body .wdt-showcase .wdt-showcase-link,
249
+ .wpdt-c .wdt-welcome-body .wdt-getting-started-sections button{
250
+ padding: 8px 16px;
251
+ font-family: Inter;
252
+ font-style: normal;
253
+ font-weight: 500;
254
+ font-size: 14px;
255
+ line-height: 20px;
256
+ border-radius: 5px;
257
+ color: #091D70;
258
+ background: #FFFFFF;
259
+ border: 1px solid #DFE1E6;
260
+ box-sizing: border-box;
261
+ box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
262
+ }
263
+ .wpdt-c .wdt-welcome-body .wdt-showcase .wdt-showcase-link:hover,
264
+ .wpdt-c .wdt-welcome-body .wdt-getting-started-sections button:hover {
265
+ background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), #FFFFFF;
266
+ }
267
+ .wpdt-c .wdt-welcome-body .wdt-getting-started-sections .wdt-getting-started-section:first-child button{
268
+ background: #008CFF;
269
+ color: #FFFFFF;
270
+ border: none;
271
+ box-shadow: none;
272
+ }
273
+ .wpdt-c .wdt-welcome-body .wdt-getting-started-sections .wdt-getting-started-section:first-child button:hover {
274
+ background: #0B86EC;
275
+ }
276
+ .wpdt-c .wdt-welcome-body .wdt-getting-started-sections .wdt-getting-started-section:first-child a:hover,
277
+ .wpdt-c .wdt-welcome-body .wdt-getting-started-sections .wdt-getting-started-section:first-child a {
278
+ box-shadow: none;
279
+ color: #FFFFFF ;
280
+ }
281
+
282
+ .wpdt-c .wdt-welcome-body .wdt-showcase {
283
+ padding-top: 25px;
284
+ }
285
+ .wpdt-c .wdt-welcome-body .wdt-showcase-desc {
286
+ position: relative;
287
+ }
288
+ .wpdt-c .wdt-welcome-body .wdt-showcase-desc .wdt-abs-top-center {
289
+ position: absolute;
290
+ top: 50%;
291
+ transform: translate(0 , 50%);
292
+ }
293
+
294
+ .wpdt-c .wdt-welcome-body .wdt-showcase-desc .wpdt-bold {
295
+ font-weight: 500;
296
+ color: #091D70;
297
+ }
298
+ .wpdt-c .wdt-welcome-body .wdt-showcase-desc .w-80 {
299
+ width: 80%;
300
+ margin-bottom: 28px;
301
+ }
302
+ .wpdt-c .wdt-welcome-body .wdt-showcase-desc i {
303
+ margin-left: 8px;
304
+ }
305
+
306
+
307
+ /* SLIDER */
308
+ .wpdt-c #wdt-showcase-carousel {
309
+ padding: 0 50px;
310
+ }
311
+ .wpdt-c #wdt-showcase-carousel .carousel-control {
312
+ opacity: 1 !important;
313
+ width: 5% !important;
314
+ color: #5A6C89;
315
+ text-shadow: none;
316
+ top: 50%;
317
+ bottom: unset;
318
+
319
+ }
320
+ .wpdt-c #wdt-showcase-carousel .carousel-control.right,
321
+ .wpdt-c #wdt-showcase-carousel .carousel-control.left {
322
+ background: none !important;
323
+ box-shadow: none;
324
+ }
325
+
326
+
327
+ .wpdt-c .wdt-welcome-body .wdt-showcase .carousel-inner > .item > img {
328
+ display: block;
329
+ margin:0 auto;
330
+ }
331
+
332
+ .wpdt-c .wdt-welcome-body .wdt-showcase .carousel-inner > .item > .wdt-slider-img-desc > p,
333
+ .wpdt-c .wdt-welcome-body .wdt-showcase .carousel-inner > .item > .wdt-slider-img-desc > h3 {
334
+ font-family: Inter;
335
+ font-style: normal;
336
+
337
+ }
338
+ .wpdt-c .wdt-welcome-body .wdt-showcase .carousel-inner > .item > .wdt-slider-img-desc > p {
339
+ font-style: italic !important;
340
+ font-weight: normal;
341
+ font-size: 12px;
342
+ line-height: 16px;
343
+ color: #6D7C96 !important;
344
+ margin-bottom: 0;
345
+ }
346
+ .wpdt-c .wdt-welcome-body .wdt-showcase .carousel-inner > .item > .wdt-slider-img-desc > h3 {
347
+ font-weight: 500;
348
+ font-size: 13px;
349
+ line-height: 20px;
350
+ color: #091D70 !important;
351
+ margin-top: 10px;
352
+ margin-bottom: 4px;
353
+ }
354
+
355
+
356
+ .wpdt-c .card.welcome-page-card .wdt-welcome-footer .wdt-go-dashboard {
357
+ display: block;
358
+ margin: 0 auto;
359
+ background: #008CFF;
360
+ color: #fff !important;
361
+ margin-bottom: 72px;
362
+ }
363
+
364
+ .wpdt-c .card.welcome-page-card .wdt-welcome-footer .wdt-go-dashboard i {
365
+ margin-left: 8px;
366
+ font-weight: 900;
367
+ vertical-align: middle;
368
+ }
369
+ .wpdt-c .wdt-welcome-footer .wdt-go-dashboard a:hover,
370
+ .wpdt-c .wdt-welcome-footer .wdt-go-dashboard a {
371
+ color: #ffffff !important;
372
+ box-shadow: none;
373
+ }
374
+
375
+ .wpdt-c .wdt-welcome-footer .wdt-go-dashboard:hover {
376
+ background: #0B86EC !important;
377
+ }
378
+
379
+ .wpdt-c .wdt-welcome-footer h2 i {
380
+ color: #FF0000;
381
+ margin-right: 8px;
382
+ }
383
+
384
+ .wdt-datatables-admin-wrap .wpdt-footer-links li {
385
+ display: inline-block;
386
+ margin-right: 12px;
387
+ }
388
+
389
+ .wdt-datatables-admin-wrap .wpdt-footer-links li a {
390
+ color: #5A6C89;
391
+ box-shadow: none;
392
+ }
393
+ .wdt-datatables-admin-wrap .wdt-footer-title {
394
+ font-size: 13px;
395
+ line-height: 20px;
396
+ color: #304463;
397
+ margin-top: 60px;
398
+ margin-bottom: 20px;
399
+ }
400
+
401
+ .wdt-datatables-admin-wrap .wdt-footer-title img {
402
+ margin-left: 10px;
403
+ vertical-align: bottom;
404
+ }
405
+
406
+ @media (max-width: 1300px) {
407
+ .wpdt-c .wdt-welcome-body .wdt-showcase-desc .wdt-abs-top-center {
408
+ position: relative;
409
+ top: unset;
410
+ transform: none;
411
+ }
412
+ }
413
+ @media (max-width: 1024px) {
414
+ .wpdt-c .col-sm-6,
415
+ .wpdt-c .col-sm-4 {
416
+ width: 100%;
417
+ }
418
+ .wpdt-c .col-sm-3 {
419
+ display: none;
420
+ }
421
+ .wpdt-c .wdt-welcome-body .wdt-wizard-options.m-b-38 {
422
+ margin-bottom: 0 !important;
423
+ margin-top: 0 !important;
424
+ }
425
+ .wpdt-c .wdt-welcome-body .wdt-wizard-options .wdt-wizard-options-img {
426
+ width: 10%;
427
+ }
428
+ .wpdt-c .wdt-welcome-body .wdt-wizard-options .wdt-wizard-options-desc {
429
+ width: 90%;
430
+ }
431
+ .wpdt-c .wdt-welcome-body .wdt-showcase-desc .wdt-abs-top-center {
432
+ position: relative;
433
+ top: unset;
434
+ transform: none;
435
+ }
436
+ .wpdt-c .wdt-welcome-body .wdt-showcase-desc {
437
+ position: relative;
438
+ margin-bottom: 40px;
439
+ }
440
+ .wpdt-c .wdt-welcome-body .wdt-getting-started-sections .wdt-getting-started-section:last-child {
441
+ border-top: 1px solid #EDEEF0;
442
+ border-left: none;
443
+ }
444
+ .wpdt-c .wdt-welcome-body {
445
+ margin: 20px auto 60px;
446
+ }
447
+ .wpdt-c .wdt-welcome-body .wdt-wizard-options .wdt-wizard-options-details {
448
+ margin-bottom: 5px;
449
+ }
450
+
451
+ }
452
+ @media (max-width: 480px) {
453
+ .wpdt-c #wdt-showcase-carousel {
454
+ padding: 0 !important;
455
+ }
456
+ .wpdt-c #wdt-showcase-carousel .carousel-control.right, .wpdt-c #wdt-showcase-carousel .carousel-control.left {
457
+ display: none;
458
+ }
459
+ .card-header.wdt-admin-card-header {
460
+ text-align: center;
461
+ }
462
+ .wpdt-c .wdt-datatables-admin-wrap .card .card-header.wdt-admin-card-header .actions {
463
+ display: none;
464
+ }
465
+ .wpdt-c .wdt-welcome-body .wdt-getting-started-desc p {
466
+ width: 100%;
467
+ }
468
+ }
assets/css/bootstrap/bootstrap-tour/bootstrap-tour-guide.css ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @font-face {
2
+ font-family: 'wpDataTablesIcons' !important;
3
+ src: url(../../../fonts/wpDataTablesIcons.eot);
4
+ src: url(../../../fonts/wpDataTablesIcons.eot?#iefix) format('embedded-opentype'), url(../../../fonts/wpDataTablesIcons.woff) format('woff'), url(../../../fonts/wpDataTablesIcons.ttf) format('truetype'), url(../../../fonts/wpDataTablesIcons.svg#wpDataTablesIcons) format('svg');
5
+ }
6
+ .wpdt-c .popover.tour {
7
+ padding:0;
8
+ max-width: 350px;
9
+ min-width: 300px;
10
+ color: inherit;
11
+ background: #FFFFFF;
12
+ border: 1px solid #F88F20;
13
+ box-sizing: border-box;
14
+ box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.09), 0px 20px 24px rgba(0, 0, 0, 0.1), 0px 24px 32px rgba(0, 0, 0, 0.13);
15
+ border-radius: 4px;
16
+ }
17
+ .wpdt-c .popover.tour p {
18
+ padding: 14px;
19
+ color: #091D70;
20
+ margin-bottom: 0;
21
+ }
22
+ .wpdt-c .popover.tour .popover-navigation button[data-role="end"] {
23
+ float: left !important;
24
+ }
25
+ .wpdt-c .popover.tour .popover-navigation button.btn-primary[data-role="end"] {
26
+ float: right !important;
27
+ }
28
+ .wpdt-c .popover.tour .popover-navigation *[data-role="prev"],
29
+ .wpdt-c .popover.tour .popover-navigation *[data-role="next"]{
30
+ float: right !important;
31
+ }
32
+
33
+ .wpdt-c .popover.tour .guide-close{
34
+ position: absolute;
35
+ right: 6px;
36
+ top: 6px;
37
+ padding: 1px 6px;
38
+ background: #2196F3;
39
+ }
40
+ .wpdt-c .wdt-input-data-source-type .tour-step-backdrop{
41
+ z-index: 1000;
42
+ }
43
+ .wpdt-c .popover.tour.left > .arrow {
44
+ left: unset;
45
+ border-left-color: #F88F20;
46
+ }
47
+ .wpdt-c .popover.tour.right > .arrow {
48
+ border-right-color: #F88F20;
49
+ }
50
+
51
+ .wpdt-c .popover.tour.top > .arrow {
52
+ border-top-color: #F88F20;
53
+ }
54
+ .wpdt-c .popover.tour.bottom > .arrow{
55
+ border-bottom-color: #F88F20;
56
+ }
57
+
58
+ .wpdt-c .popover.tour .guide-close i{
59
+ color: #ffffff;
60
+ font-size: 18px;
61
+ }
62
+ .wpdt-c .popover.tour .popover-title {
63
+ background: #FFFFFF;
64
+ text-transform: unset;
65
+ border-radius: 4px 4px 0 0;
66
+ padding: 16px 16px 8px;
67
+ margin: 1px;
68
+ font-family: Inter;
69
+ font-style: normal;
70
+ font-weight: 600;
71
+ font-size: 20px;
72
+ line-height: 24px;
73
+ color: #304463;
74
+ }
75
+ .wpdt-c .popover.tour .popover-content {
76
+ font-family: Inter;
77
+ font-style: normal;
78
+ font-weight: normal;
79
+ font-size: 13px;
80
+ line-height: 20px;
81
+ color: #304463;
82
+ padding: 0 16px 16px;
83
+ }
84
+ .wpdt-c .popover.tour .popover-content p{
85
+ padding: 5px;
86
+ }
87
+ .wpdt-c .popover.tour .popover-navigation .btn-warning,
88
+ .wpdt-c .popover.tour .popover-navigation .btn-primary {
89
+ font-family: Inter;
90
+ font-style: normal;
91
+ font-weight: 500;
92
+ font-size: 14px;
93
+ line-height: 20px;
94
+ padding: 8px 12px !important;
95
+ border-radius: 5px;
96
+ }
97
+ .wpdt-c .popover.tour .popover-navigation .btn-primary {
98
+ color: #FFFFFF;
99
+ }
100
+ .wpdt-c .popover.tour .popover-navigation .btn-primary:hover {
101
+ background: #0B86EC;
102
+ }
103
+
104
+ .wpdt-c .popover.tour .popover-navigation .btn-warning {
105
+ color: #091D70;
106
+ background: #FFFFFF;
107
+ border: 1px solid #DFE1E6;
108
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
109
+ }
110
+ .wpdt-c .popover.tour .popover-navigation .btn-warning:hover {
111
+ background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), #FFFFFF;
112
+ }
113
+ .wpdt-c .popover-separator {
114
+ display: block;
115
+ margin-bottom: 9px;
116
+ border: 1px solid #E7E9EC;
117
+ }
118
+ .wpdt-c .tour-backdrop {
119
+ display: none !important;
120
+ }
121
+ img.wdt-emoji-title {
122
+ width: 30px;
123
+ margin-right: 10px;
124
+ vertical-align: sub;
125
+ }
126
+ img.wdt-emoji-body {
127
+ width: 20px;
128
+ margin-left: 5px;
129
+ vertical-align: sub;
130
+ }
assets/css/bootstrap/bootstrap-tour/bootstrap-tour.css ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* ========================================================================
2
+ * bootstrap-tour - v0.11.0
3
+ * http://bootstraptour.com
4
+ * ========================================================================
5
+ * Copyright 2012-2015 Ulrich Sossou
6
+ *
7
+ * ========================================================================
8
+ * Licensed under the MIT License (the "License");
9
+ * you may not use this file except in compliance with the License.
10
+ * You may obtain a copy of the License at
11
+ *
12
+ * https://opensource.org/licenses/MIT
13
+ *
14
+ * Unless required by applicable law or agreed to in writing, software
15
+ * distributed under the License is distributed on an "AS IS" BASIS,
16
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
+ * See the License for the specific language governing permissions and
18
+ * limitations under the License.
19
+ * ========================================================================
20
+ */
21
+
22
+ .tour-backdrop {
23
+ position: fixed;
24
+ top: 0;
25
+ right: 0;
26
+ bottom: 0;
27
+ left: 0;
28
+ z-index: 1100;
29
+ background-color: #000;
30
+ opacity: 0.8;
31
+ filter: alpha(opacity=80);
32
+ }
33
+ .tour-step-backdrop {
34
+ position: relative;
35
+ z-index: 1101;
36
+ }
37
+ .tour-step-backdrop > td {
38
+ position: relative;
39
+ z-index: 1101;
40
+ }
41
+ .tour-step-background {
42
+ position: absolute !important;
43
+ z-index: 1100;
44
+ background: inherit;
45
+ border-radius: 6px;
46
+ }
47
+ .popover[class*="tour-"] {
48
+ z-index: 1102;
49
+ }
50
+ .popover[class*="tour-"] .popover-navigation {
51
+ padding: 9px 14px;
52
+ overflow: hidden;
53
+ }
54
+ .popover[class*="tour-"] .popover-navigation *[data-role="end"] {
55
+ float: right;
56
+ }
57
+ .popover[class*="tour-"] .popover-navigation *[data-role="prev"],
58
+ .popover[class*="tour-"] .popover-navigation *[data-role="next"],
59
+ .popover[class*="tour-"] .popover-navigation *[data-role="end"] {
60
+ cursor: pointer;
61
+ }
62
+ .popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,
63
+ .popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,
64
+ .popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
65
+ cursor: default;
66
+ }
67
+ .popover[class*="tour-"].orphan {
68
+ position: fixed;
69
+ margin-top: 0;
70
+ }
71
+ .popover[class*="tour-"].orphan .arrow {
72
+ display: none;
73
+ }
assets/css/bootstrap/wpdatatables-bootstrap.css CHANGED
@@ -9,6 +9,13 @@
9
  */
10
 
11
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
 
 
 
 
 
 
 
12
 
13
  .wpdt-c article,
14
  .wpdt-c aside,
@@ -1396,21 +1403,7 @@
1396
  .wpdt-c a {
1397
  color: #2196F3;
1398
  text-decoration: none;
1399
- }
1400
-
1401
- .wpdt-c a.dark {
1402
- color: #23282d;
1403
- cursor: pointer;
1404
- }
1405
-
1406
- .wpdt-c .card.disabled,
1407
- .wpdt-c .p-l-0.data-filtering.disabled,
1408
- .wpdt-c .pull-right.p-r-0.disabled,
1409
- .wpdt-c #chart-container-tabs .disabled,
1410
- .wpdt-c .highcharts-charts-type .disabled,
1411
- .wpdt-c .chartjs-charts-type .disabled {
1412
- pointer-events: none;
1413
- opacity: 0.5;
1414
  }
1415
 
1416
  .wpdt-c a:hover,
@@ -1459,7 +1452,7 @@
1459
  margin-top: 18px;
1460
  margin-bottom: 18px;
1461
  border: 0;
1462
- border-top: 1px solid #eeeeee;
1463
  }
1464
 
1465
  .wpdt-c .sr-only {
@@ -1572,7 +1565,7 @@
1572
  }
1573
 
1574
  .wpdt-c h4, .wpdt-c .h4 {
1575
- font-size: 16px;
1576
  }
1577
 
1578
  .wpdt-c h5, .wpdt-c .h5 {
@@ -1949,7 +1942,7 @@
1949
  margin-right: -15px;
1950
  }
1951
 
1952
- .wpdt-c .col-sm-0-8, .wpdt-c .col-xs-1, .wpdt-c .col-sm-1, .wpdt-c .col-md-1, .wpdt-c .col-lg-1, .wpdt-c .col-xs-2, .wpdt-c .col-sm-2, .wpdt-c .col-md-2, .wpdt-c .col-lg-2, .wpdt-c .col-sm-2-6, .col-sm-5-5, .wpdt-c .col-xs-3, .wpdt-c .col-sm-3, .wpdt-c .col-md-3, .wpdt-c .col-lg-3, .wpdt-c .col-xs-4, .wpdt-c .col-sm-4, .wpdt-c .col-md-4, .wpdt-c .col-lg-4, .wpdt-c .col-xs-5, .wpdt-c .col-sm-5, .wpdt-c .col-md-5, .wpdt-c .col-lg-5, .wpdt-c .col-xs-6, .wpdt-c .col-sm-6, .wpdt-c .col-md-6, .wpdt-c .col-lg-6, .wpdt-c .col-xs-7, .wpdt-c .col-sm-7, .wpdt-c .col-md-7, .wpdt-c .col-lg-7, .wpdt-c .col-xs-8, .wpdt-c .col-sm-8, .wpdt-c .col-md-8, .wpdt-c .col-lg-8, .wpdt-c .col-xs-9, .wpdt-c .col-sm-9, .wpdt-c .col-md-9, .wpdt-c .col-lg-9, .wpdt-c .col-xs-10, .wpdt-c .col-sm-10, .wpdt-c .col-md-10, .wpdt-c .col-lg-10, .wpdt-c .col-xs-11, .wpdt-c .col-sm-11, .wpdt-c .col-md-11, .wpdt-c .col-lg-11, .wpdt-c .col-xs-12, .wpdt-c .col-sm-12, .wpdt-c .col-md-12, .wpdt-c .col-lg-12 {
1953
  position: relative;
1954
  min-height: 1px;
1955
  padding-left: 15px;
@@ -2164,8 +2157,16 @@
2164
  margin-left: 0%;
2165
  }
2166
 
 
 
 
 
 
 
 
2167
  @media (min-width: 768px) {
2168
  .wpdt-c .col-sm-0-8,
 
2169
  .wpdt-c .col-sm-1,
2170
  .wpdt-c .col-sm-2,
2171
  .wpdt-c .col-sm-2-6,
@@ -2173,6 +2174,9 @@
2173
  .wpdt-c .col-sm-4,
2174
  .wpdt-c .col-sm-5,
2175
  .wpdt-c .col-sm-5-5,
 
 
 
2176
  .wpdt-c .col-sm-6,
2177
  .wpdt-c .col-sm-7,
2178
  .wpdt-c .col-sm-8,
@@ -2212,7 +2216,7 @@
2212
  }
2213
 
2214
  .wpdt-c .col-sm-5-5 {
2215
- width: 45.833333333%;
2216
  }
2217
 
2218
  .wpdt-c .col-sm-5 {
@@ -2223,7 +2227,19 @@
2223
  width: 33.33333333%;
2224
  }
2225
 
2226
- .wpdt-c .wdt-addons .col-sm-3{
 
 
 
 
 
 
 
 
 
 
 
 
2227
  margin-bottom: 18px;
2228
  }
2229
 
@@ -2232,7 +2248,7 @@
2232
  }
2233
 
2234
  .wpdt-c .col-sm-2-6 {
2235
- width: 21.666666668%;
2236
  }
2237
 
2238
  .wpdt-c .col-sm-2 {
@@ -2244,7 +2260,7 @@
2244
  }
2245
 
2246
  .wpdt-c .col-sm-0-8 {
2247
- width: 6.666666664%;
2248
  }
2249
 
2250
  .wpdt-c .col-sm-pull-12 {
@@ -3051,6 +3067,11 @@
3051
  font-weight: bold;
3052
  }
3053
 
 
 
 
 
 
3054
  .wpdt-c input[type="search"] {
3055
  -webkit-box-sizing: border-box;
3056
  -moz-box-sizing: border-box;
@@ -3098,7 +3119,7 @@
3098
  .wpdt-c .form-control {
3099
  display: block;
3100
  width: 100%;
3101
- height: 35px;
3102
  padding: 6px 12px;
3103
  font-size: 13px;
3104
  line-height: 1.42857143;
@@ -3142,7 +3163,7 @@
3142
 
3143
  .wpdt-c .form-control[disabled], .wpdt-c .form-control[readonly],
3144
  .wpdt-c fieldset[disabled] .form-control {
3145
- background-color: #eeeeee;
3146
  opacity: 1;
3147
  }
3148
 
@@ -3197,14 +3218,15 @@
3197
  .wpdt-c .radio, .wpdt-c .checkbox {
3198
  position: relative;
3199
  display: block;
3200
- margin-top: 10px;
3201
- margin-bottom: 10px;
 
3202
  }
3203
 
3204
  .wpdt-c .radio label, .wpdt-c .checkbox label {
3205
  min-height: 18px;
3206
  padding-left: 20px;
3207
- margin-bottom: 0;
3208
  font-weight: normal;
3209
  cursor: pointer;
3210
  }
@@ -3216,7 +3238,7 @@
3216
  }
3217
 
3218
  .wpdt-c .radio + .radio, .wpdt-c .checkbox + .checkbox {
3219
- margin-top: -5px;
3220
  }
3221
 
3222
  .wpdt-c .radio-inline, .wpdt-c .checkbox-inline {
@@ -3721,9 +3743,16 @@
3721
  }
3722
 
3723
  .wpdt-c .btn-primary {
3724
- color: #fff;
3725
- background-color: #2196F3;
3726
- border-color: #0d8aee;
 
 
 
 
 
 
 
3727
  }
3728
 
3729
  .wpdt-c .btn-primary:focus, .wpdt-c .btn-primary.focus {
@@ -3774,9 +3803,7 @@
3774
  }
3775
 
3776
  .wpdt-c .btn-primary:hover:hover, .wpdt-c .btn-primary:focus:hover, .wpdt-c .btn-primary.focus:hover, .wpdt-c .btn-primary:active:hover, .wpdt-c .open > .dropdown-toggle.btn-primary:hover, .wpdt-c .btn-primary:hover:focus, .wpdt-c .btn-primary:focus:focus, .wpdt-c .btn-primary.focus:focus, .wpdt-c .btn-primary:active:focus, .wpdt-c .open > .dropdown-toggle.btn-primary:focus, .wpdt-c .btn-primary:hover.focus, .wpdt-c .btn-primary:focus.focus, .wpdt-c .btn-primary.focus.focus, .wpdt-c .btn-primary:active.focus, .wpdt-c .open > .dropdown-toggle.btn-primary.focus {
3777
- color: #fff;
3778
- background-color: #2196F3;
3779
- border-color: transparent;
3780
  }
3781
 
3782
  .wpdt-c .btn-primary:active, .wpdt-c .btn-primary.active, .wpdt-c .open > .dropdown-toggle.btn-primary {
@@ -4194,6 +4221,11 @@
4194
  .wpdt-c .collapse.in {
4195
  display: block;
4196
  }
 
 
 
 
 
4197
 
4198
  .wpdt-c tr.collapse.in {
4199
  display: table-row;
@@ -5550,7 +5582,8 @@ select.input-group-lg > .input-group-btn > .btn {
5550
  }
5551
 
5552
  .wpdt-c .breadcrumb > li + li:before {
5553
- content: "/\00a0";
 
5554
  padding: 0 5px;
5555
  color: #ccc;
5556
  }
@@ -5896,10 +5929,11 @@ select.input-group-lg > .input-group-btn > .btn {
5896
 
5897
  .wpdt-c.alert,
5898
  .wpdt-c .alert {
5899
- padding: 15px;
5900
  margin-bottom: 18px;
5901
  border: 1px solid transparent;
5902
- border-radius: 2px;
 
5903
  }
5904
 
5905
  .wpdt-c.alert h4
@@ -5953,11 +5987,17 @@ select.input-group-lg > .input-group-btn > .btn {
5953
  color: #e6e6e6;
5954
  }
5955
 
 
 
 
 
 
 
 
5956
  .wpdt-c.alert-info,
5957
  .wpdt-c .alert-info {
5958
- background-color: #2196F3;
5959
- border-color: transparent;
5960
- color: #fff;
5961
  }
5962
 
5963
  .wpdt-c.alert-info hr,
@@ -5989,9 +6029,13 @@ select.input-group-lg > .input-group-btn > .btn {
5989
 
5990
  .wpdt-c.alert-danger,
5991
  .wpdt-c .alert-danger {
5992
- background-color: #F44336;
 
 
 
 
 
5993
  border-color: transparent;
5994
- color: #fff;
5995
  }
5996
 
5997
  .wpdt-c.alert-danger hr,
@@ -6863,7 +6907,8 @@ select.input-group-lg > .input-group-btn > .btn {
6863
  outline: 0;
6864
  }
6865
 
6866
- .wpdt-c .modal-backdrop {
 
6867
  position: fixed;
6868
  top: 0;
6869
  right: 0;
@@ -6873,12 +6918,14 @@ select.input-group-lg > .input-group-btn > .btn {
6873
  background-color: #000;
6874
  }
6875
 
6876
- .wpdt-c .modal-backdrop.fade {
 
6877
  opacity: 0;
6878
  filter: alpha(opacity=0);
6879
  }
6880
 
6881
- .wpdt-c .modal-backdrop.in {
 
6882
  opacity: 0.4;
6883
  filter: alpha(opacity=50);
6884
  }
@@ -6906,6 +6953,7 @@ select.input-group-lg > .input-group-btn > .btn {
6906
  padding: 15px;
6907
  text-align: right;
6908
  border-top: 1px solid transparent;
 
6909
  }
6910
 
6911
  .wpdt-c .modal-footer .btn + .btn {
@@ -6961,7 +7009,6 @@ select.input-group-lg > .input-group-btn > .btn {
6961
  line-break: auto;
6962
  line-height: 1.42857143;
6963
  text-align: left;
6964
- text-align: start;
6965
  text-decoration: none;
6966
  text-shadow: none;
6967
  text-transform: none;
@@ -7002,10 +7049,15 @@ select.input-group-lg > .input-group-btn > .btn {
7002
  .wpdt-c .tooltip-inner {
7003
  max-width: 200px;
7004
  padding: 3px 8px;
7005
- color: #fff;
7006
- text-align: center;
7007
- background-color: #333333;
7008
- border-radius: 2px;
 
 
 
 
 
7009
  }
7010
 
7011
  .wpdt-c .tooltip-arrow {
@@ -7021,7 +7073,7 @@ select.input-group-lg > .input-group-btn > .btn {
7021
  left: 50%;
7022
  margin-left: -5px;
7023
  border-width: 5px 5px 0;
7024
- border-top-color: #333333;
7025
  }
7026
 
7027
  .wpdt-c .tooltip.top-left .tooltip-arrow {
@@ -7029,7 +7081,7 @@ select.input-group-lg > .input-group-btn > .btn {
7029
  right: 5px;
7030
  margin-bottom: -5px;
7031
  border-width: 5px 5px 0;
7032
- border-top-color: #333333;
7033
  }
7034
 
7035
  .wpdt-c .tooltip.top-right .tooltip-arrow {
@@ -7037,7 +7089,7 @@ select.input-group-lg > .input-group-btn > .btn {
7037
  left: 5px;
7038
  margin-bottom: -5px;
7039
  border-width: 5px 5px 0;
7040
- border-top-color: #333333;
7041
  }
7042
 
7043
  .wpdt-c .tooltip.right .tooltip-arrow {
@@ -7045,7 +7097,7 @@ select.input-group-lg > .input-group-btn > .btn {
7045
  left: 0;
7046
  margin-top: -5px;
7047
  border-width: 5px 5px 5px 0;
7048
- border-right-color: #333333;
7049
  }
7050
 
7051
  .wpdt-c .tooltip.left .tooltip-arrow {
@@ -7053,7 +7105,7 @@ select.input-group-lg > .input-group-btn > .btn {
7053
  right: 0;
7054
  margin-top: -5px;
7055
  border-width: 5px 0 5px 5px;
7056
- border-left-color: #333333;
7057
  }
7058
 
7059
  .wpdt-c .tooltip.bottom .tooltip-arrow {
@@ -7061,7 +7113,7 @@ select.input-group-lg > .input-group-btn > .btn {
7061
  left: 50%;
7062
  margin-left: -5px;
7063
  border-width: 0 5px 5px;
7064
- border-bottom-color: #333333;
7065
  }
7066
 
7067
  .wpdt-c .tooltip.bottom-left .tooltip-arrow {
@@ -7069,7 +7121,7 @@ select.input-group-lg > .input-group-btn > .btn {
7069
  right: 5px;
7070
  margin-top: -5px;
7071
  border-width: 0 5px 5px;
7072
- border-bottom-color: #333333;
7073
  }
7074
 
7075
  .wpdt-c .tooltip.bottom-right .tooltip-arrow {
@@ -7077,24 +7129,20 @@ select.input-group-lg > .input-group-btn > .btn {
7077
  left: 5px;
7078
  margin-top: -5px;
7079
  border-width: 0 5px 5px;
7080
- border-bottom-color: #333333;
7081
  }
7082
 
7083
  .wpdt-c .popover {
7084
  position: absolute;
7085
  top: 0;
7086
  left: 0;
7087
- z-index: 9;
7088
  display: none;
7089
  max-width: 276px;
7090
  padding: 1px;
7091
- font-style: normal;
7092
- font-weight: normal;
7093
  letter-spacing: normal;
7094
  line-break: auto;
7095
- line-height: 1.42857143;
7096
  text-align: left;
7097
- text-align: start;
7098
  text-decoration: none;
7099
  text-shadow: none;
7100
  text-transform: none;
@@ -7102,13 +7150,80 @@ select.input-group-lg > .input-group-btn > .btn {
7102
  word-break: normal;
7103
  word-spacing: normal;
7104
  word-wrap: normal;
7105
- font-size: 13px;
7106
- background-color: #fff;
7107
  background-clip: padding-box;
7108
  border: 1px solid #fff;
7109
- border-radius: 2px;
7110
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
7111
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7112
  }
7113
 
7114
  .wpdt-c .popover.top {
@@ -7131,9 +7246,8 @@ select.input-group-lg > .input-group-btn > .btn {
7131
  margin: 0;
7132
  padding: 8px 14px;
7133
  font-size: 13px;
7134
- background-color: #fff;
7135
- border-bottom: 1px solid #f2f2f2;
7136
- border-radius: 1px 1px 0 0;
7137
  }
7138
 
7139
  .wpdt-c .popover-content {
@@ -7162,8 +7276,7 @@ select.input-group-lg > .input-group-btn > .btn {
7162
  left: 50%;
7163
  margin-left: -11px;
7164
  border-bottom-width: 0;
7165
- border-top-color: #cccccc;
7166
- border-top-color: #ffffff;
7167
  bottom: -11px;
7168
  }
7169
 
@@ -7172,7 +7285,7 @@ select.input-group-lg > .input-group-btn > .btn {
7172
  bottom: 1px;
7173
  margin-left: -10px;
7174
  border-bottom-width: 0;
7175
- border-top-color: #fff;
7176
  }
7177
 
7178
  .wpdt-c .popover.right > .arrow {
@@ -7181,8 +7294,7 @@ select.input-group-lg > .input-group-btn > .btn {
7181
  margin-top: -11px;
7182
  margin-left: 0;
7183
  border-left-width: 0;
7184
- border-right-color: #cccccc;
7185
- border-right-color: #ffffff;
7186
  }
7187
 
7188
  .wpdt-c .popover.right > .arrow:after {
@@ -7190,14 +7302,13 @@ select.input-group-lg > .input-group-btn > .btn {
7190
  left: 1px;
7191
  bottom: -10px;
7192
  border-left-width: 0;
7193
- border-right-color: #fff;
7194
  }
7195
 
7196
  .wpdt-c .popover.bottom > .arrow {
7197
  left: 50%;
7198
  margin-left: -11px;
7199
  border-top-width: 0;
7200
- border-bottom-color: #cccccc;
7201
  border-bottom-color: #ffffff;
7202
  top: -11px;
7203
  }
@@ -7207,7 +7318,7 @@ select.input-group-lg > .input-group-btn > .btn {
7207
  top: 1px;
7208
  margin-left: -10px;
7209
  border-top-width: 0;
7210
- border-bottom-color: #fff;
7211
  }
7212
 
7213
  .wpdt-c .popover.left > .arrow {
@@ -7215,15 +7326,14 @@ select.input-group-lg > .input-group-btn > .btn {
7215
  right: -11px;
7216
  margin-top: -11px;
7217
  border-right-width: 0;
7218
- border-left-color: #cccccc;
7219
- border-left-color: #ffffff;
7220
  }
7221
 
7222
  .wpdt-c .popover.left > .arrow:after {
7223
  content: " ";
7224
  right: 1px;
7225
  border-right-width: 0;
7226
- border-left-color: #fff;
7227
  bottom: -10px;
7228
  }
7229
 
@@ -7769,25 +7879,10 @@ select.input-group-lg > .input-group-btn > .btn {
7769
  }
7770
  }
7771
 
7772
- @font-face {
7773
- font-family: satisfy;
7774
- src: url('../fonts/satisfy/satisfy.eot');
7775
- src: url('../fonts/satisfy/satisfy.eot?#iefix') format('embedded-opentype'), url('../fonts/satisfy/satisfy.woff') format('woff'), url('../fonts/satisfy/satisfy.ttf') format('truetype'), url('../fonts/satisfy/satisfy.svg#icon') format('svg');
7776
- font-weight: 400;
7777
- font-style: normal;
7778
- }
7779
-
7780
  /*
7781
  * Vendors
7782
  */
7783
 
7784
- @font-face {
7785
- font-family: weather-icons;
7786
- src: url('../fonts/weather-icons/weather-icons.eot');
7787
- src: url('../fonts/weather-icons/weather-icons.eot?#iefix') format('embedded-opentype'), url('../fonts/weather-icons/weather-icons.woff') format('woff'), url('../fonts/weather-icons/weather-icons.ttf') format('truetype'), url('../fonts/weather-icons/weather-icons.svg#icon') format('svg');
7788
- font-weight: 400;
7789
- font-style: normal;
7790
- }
7791
 
7792
  .wpdt-c #weather-widget [class*="icon-"] {
7793
  font-family: 'weather-icons';
@@ -8109,161 +8204,6 @@ select.input-group-lg > .input-group-btn > .btn {
8109
  border-left: 0;
8110
  }
8111
 
8112
- /*!
8113
- * Waves v0.7.5
8114
- * http://fian.my.id/Waves
8115
- *
8116
- * Copyright 2014-2016 Alfiana E. Sibuea and other contributors
8117
- * Released under the MIT license
8118
- * https://github.com/fians/Waves/blob/master/LICENSE
8119
- */
8120
- .wpdt-c .waves-effect {
8121
- position: relative;
8122
- cursor: pointer;
8123
- display: inline-block;
8124
- overflow: hidden;
8125
- -webkit-user-select: none;
8126
- -moz-user-select: none;
8127
- -ms-user-select: none;
8128
- user-select: none;
8129
- -webkit-tap-highlight-color: transparent;
8130
- }
8131
-
8132
- .wpdt-c .waves-effect .waves-ripple {
8133
- position: absolute;
8134
- border-radius: 50%;
8135
- width: 100px;
8136
- height: 100px;
8137
- margin-top: -50px;
8138
- margin-left: -50px;
8139
- opacity: 0;
8140
- background: rgba(0, 0, 0, 0.2);
8141
- background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
8142
- background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
8143
- background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
8144
- background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
8145
- -webkit-transition: all 0.5s ease-out;
8146
- -moz-transition: all 0.5s ease-out;
8147
- -o-transition: all 0.5s ease-out;
8148
- transition: all 0.5s ease-out;
8149
- -webkit-transition-property: -webkit-transform, opacity;
8150
- -moz-transition-property: -moz-transform, opacity;
8151
- -o-transition-property: -o-transform, opacity;
8152
- transition-property: transform, opacity;
8153
- -webkit-transform: scale(0) translate(0, 0);
8154
- -moz-transform: scale(0) translate(0, 0);
8155
- -ms-transform: scale(0) translate(0, 0);
8156
- -o-transform: scale(0) translate(0, 0);
8157
- transform: scale(0) translate(0, 0);
8158
- pointer-events: none;
8159
- }
8160
-
8161
- .wpdt-c .waves-effect.waves-light .waves-ripple {
8162
- background: rgba(255, 255, 255, 0.4);
8163
- background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
8164
- background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
8165
- background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
8166
- background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
8167
- }
8168
-
8169
- .wpdt-c .waves-effect.waves-classic .waves-ripple {
8170
- background: rgba(0, 0, 0, 0.2);
8171
- }
8172
-
8173
- .wpdt-c .waves-effect.waves-classic.waves-light .waves-ripple {
8174
- background: rgba(255, 255, 255, 0.4);
8175
- }
8176
-
8177
- .wpdt-c .waves-notransition {
8178
- -webkit-transition: none !important;
8179
- -moz-transition: none !important;
8180
- -o-transition: none !important;
8181
- transition: none !important;
8182
- }
8183
-
8184
- .wpdt-c .waves-button,
8185
- .wpdt-c .waves-circle,
8186
- .wpdt-c .wpDataTablesWrapper .waves-button,
8187
- .wpdt-c .wpDataTablesWrapper .waves-circle {
8188
- -webkit-transform: translateZ(0);
8189
- -moz-transform: translateZ(0);
8190
- -ms-transform: translateZ(0);
8191
- -o-transform: translateZ(0);
8192
- transform: translateZ(0);
8193
- -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
8194
- }
8195
-
8196
- .wpdt-c .waves-button, .wpdt-c .waves-button:hover, .wpdt-c .waves-button:visited, .wpdt-c .waves-button-input {
8197
- white-space: nowrap;
8198
- vertical-align: middle;
8199
- cursor: pointer;
8200
- border: none;
8201
- outline: none;
8202
- color: inherit;
8203
- background-color: rgba(0, 0, 0, 0);
8204
- font-size: 1em;
8205
- line-height: 1em;
8206
- text-align: center;
8207
- text-decoration: none;
8208
- z-index: 1;
8209
- }
8210
-
8211
- .wpdt-c .waves-button {
8212
- padding: 0.85em 1.1em;
8213
- border-radius: 0.2em;
8214
- }
8215
-
8216
- .wpdt-c .waves-button-input {
8217
- margin: 0;
8218
- padding: 0.85em 1.1em;
8219
- }
8220
-
8221
- .wpdt-c .waves-input-wrapper {
8222
- border-radius: 0.2em;
8223
- vertical-align: bottom;
8224
- }
8225
-
8226
- .wpdt-c .waves-input-wrapper.waves-button {
8227
- padding: 0;
8228
- }
8229
-
8230
- .wpdt-c .waves-input-wrapper .waves-button-input {
8231
- position: relative;
8232
- top: 0;
8233
- left: 0;
8234
- z-index: 1;
8235
- }
8236
-
8237
- .wpdt-c .waves-circle,
8238
- .wpdt-c .wpDataTablesWrapper .waves-circle {
8239
- text-align: center;
8240
- width: 2.5em;
8241
- height: 2.5em;
8242
- line-height: 2.5em;
8243
- border-radius: 50%;
8244
- }
8245
-
8246
- .wpdt-c .waves-float,
8247
- .wpdt-c .wpDataTablesWrapper .waves-float {
8248
- -webkit-mask-image: none;
8249
- -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
8250
- box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
8251
- -webkit-transition: all 300ms;
8252
- -moz-transition: all 300ms;
8253
- -o-transition: all 300ms;
8254
- transition: all 300ms;
8255
- }
8256
-
8257
- .wpdt-c .waves-float:active {
8258
- -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
8259
- box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
8260
- }
8261
-
8262
- .wpdt-c .waves-block,
8263
- .wpdt-c .wpDataTablesWrapper .waves-block {
8264
- display: block;
8265
- }
8266
-
8267
  /*
8268
  * Load Website related LESS files
8269
  */
@@ -8300,6 +8240,13 @@ select.input-group-lg > .input-group-btn > .btn {
8300
  margin-top: 5px !important;
8301
  }
8302
 
 
 
 
 
 
 
 
8303
  .wpdt-c .m-b-5 {
8304
  margin-bottom: 5px !important;
8305
  }
@@ -8315,11 +8262,26 @@ select.input-group-lg > .input-group-btn > .btn {
8315
  .wpdt-c .m-10 {
8316
  margin: 10px !important;
8317
  }
8318
-
8319
  .wpdt-c .m-t-10 {
8320
  margin-top: 10px !important;
8321
  }
8322
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8323
  .wpdt-c .m-b-10 {
8324
  margin-bottom: 10px !important;
8325
  }
@@ -8344,6 +8306,10 @@ select.input-group-lg > .input-group-btn > .btn {
8344
  margin-bottom: 15px !important;
8345
  }
8346
 
 
 
 
 
8347
  .wpdt-c .m-l-15 {
8348
  margin-left: 15px !important;
8349
  }
@@ -8351,11 +8317,28 @@ select.input-group-lg > .input-group-btn > .btn {
8351
  .wpdt-c .m-r-15 {
8352
  margin-right: 15px !important;
8353
  }
8354
-
8355
  .wpdt-c .m-20 {
8356
  margin: 20px !important;
8357
  }
8358
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8359
  .wpdt-c .m-t-20 {
8360
  margin-top: 20px !important;
8361
  }
@@ -8371,6 +8354,9 @@ select.input-group-lg > .input-group-btn > .btn {
8371
  .wpdt-c .m-r-20 {
8372
  margin-right: 20px !important;
8373
  }
 
 
 
8374
 
8375
  .wpdt-c .m-25 {
8376
  margin: 25px !important;
@@ -8440,6 +8426,14 @@ select.input-group-lg > .input-group-btn > .btn {
8440
  padding: 5px !important;
8441
  }
8442
 
 
 
 
 
 
 
 
 
8443
  .wpdt-c .p-t-5 {
8444
  padding-top: 5px !important;
8445
  }
@@ -8472,6 +8466,22 @@ select.input-group-lg > .input-group-btn > .btn {
8472
  padding-left: 10px !important;
8473
  }
8474
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8475
  .wpdt-c .p-r-10 {
8476
  padding-right: 10px !important;
8477
  }
@@ -8555,7 +8565,21 @@ select.input-group-lg > .input-group-btn > .btn {
8555
  .wpdt-c .p-r-30 {
8556
  padding-right: 30px !important;
8557
  }
 
 
 
 
 
 
 
 
 
 
 
8558
 
 
 
 
8559
  /*---------------------------------------------------------------------------
8560
  Generate Font-Size Classes (8px - 20px)
8561
  ----------------------------------------------------------------------------*/
@@ -8674,6 +8698,9 @@ select.input-group-lg > .input-group-btn > .btn {
8674
  .wpdt-c .d-block {
8675
  display: block !important;
8676
  }
 
 
 
8677
 
8678
  .wpdt-c .di-block {
8679
  display: inline-block !important;
@@ -8698,6 +8725,12 @@ select.input-group-lg > .input-group-btn > .btn {
8698
  color: #222222 !important;
8699
  }
8700
 
 
 
 
 
 
 
8701
  .wpdt-c .bgm-brown {
8702
  background-color: #795548 !important;
8703
  }
@@ -8827,7 +8860,7 @@ select.input-group-lg > .input-group-btn > .btn {
8827
  }
8828
 
8829
  .wpdt-c .bgm-gray {
8830
- background-color: #9E9E9E !important;
8831
  }
8832
 
8833
  .wpdt-c .c-gray {
@@ -9032,27 +9065,6 @@ select.input-group-lg > .input-group-btn > .btn {
9032
  margin: 0 auto;
9033
  }
9034
 
9035
- .wpdt-c .clist {
9036
- list-style: none;
9037
- }
9038
-
9039
- .wpdt-c .clist > li:before {
9040
- font-family: 'Material-Design-Iconic-Font';
9041
- margin: 0 10px 0 -20px;
9042
- vertical-align: middle;
9043
- }
9044
-
9045
- .wpdt-c .clist.clist-angle > li:before {
9046
- content: "\f2fb";
9047
- }
9048
-
9049
- .wpdt-c .clist.clist-check > li:before {
9050
- content: "\f26b";
9051
- }
9052
-
9053
- .wpdt-c .clist.clist-star > li:before {
9054
- content: "\f27d";
9055
- }
9056
 
9057
  /*--------------------------------------------------
9058
  Common header classes & IDs
@@ -9198,6 +9210,24 @@ select.input-group-lg > .input-group-btn > .btn {
9198
  }
9199
  }
9200
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9201
 
9202
  .wpdt-c .him-notification.empty:before {
9203
  -webkit-transform: scale(1) rotate(0deg);
@@ -9430,15 +9460,6 @@ select.input-group-lg > .input-group-btn > .btn {
9430
  background: #FFEB3B;
9431
  }
9432
 
9433
- .wpdt-c #header-alt .ha-search .fg-line:before {
9434
- content: '\f1c3';
9435
- font-family: 'Material-Design-Iconic-Font';
9436
- position: absolute;
9437
- left: 0;
9438
- bottom: 1px;
9439
- color: #fff;
9440
- font-size: 22px;
9441
- }
9442
 
9443
  @media (min-width: 992px) {
9444
  .wpdt-c .ha-menu > ul {
@@ -9526,6 +9547,13 @@ select.input-group-lg > .input-group-btn > .btn {
9526
  transform: translate3d(0, 0, 0);
9527
  }
9528
 
 
 
 
 
 
 
 
9529
 
9530
  .wpdt-c .s-profile > a .sp-pic {
9531
  padding: 12px;
@@ -9616,51 +9644,6 @@ select.input-group-lg > .input-group-btn > .btn {
9616
  position: relative;
9617
  }
9618
 
9619
- .wpdt-c .sub-menu > a:before, .wpdt-c .sub-menu > a:after {
9620
- position: absolute;
9621
- top: 50%;
9622
- margin-top: -11px;
9623
- font-family: 'Material-Design-Iconic-Font';
9624
- font-size: 17px;
9625
- right: 15px;
9626
- -webkit-transition: all;
9627
- -o-transition: all;
9628
- transition: all;
9629
- -webkit-transition-duration: 250ms;
9630
- transition-duration: 250ms;
9631
- }
9632
-
9633
- .wpdt-c .sub-menu > a:before {
9634
- content: "\f278";
9635
- -webkit-transform: scale(1);
9636
- -ms-transform: scale(1);
9637
- -o-transform: scale(1);
9638
- transform: scale(1);
9639
- }
9640
-
9641
- .wpdt-c .sub-menu > a:after {
9642
- content: "\f273";
9643
- -webkit-transform: scale(0);
9644
- -ms-transform: scale(0);
9645
- -o-transform: scale(0);
9646
- transform: scale(0);
9647
- }
9648
-
9649
- .wpdt-c .sub-menu.toggled > a:before {
9650
- content: "\f278";
9651
- -webkit-transform: scale(0);
9652
- -ms-transform: scale(0);
9653
- -o-transform: scale(0);
9654
- transform: scale(0);
9655
- }
9656
-
9657
- .wpdt-c .sub-menu.toggled > a:after {
9658
- content: "\f273";
9659
- -webkit-transform: scale(1);
9660
- -ms-transform: scale(1);
9661
- -o-transform: scale(1);
9662
- transform: scale(1);
9663
- }
9664
 
9665
  .wpdt-c .sub-menu ul {
9666
  list-style: none;
@@ -9751,12 +9734,6 @@ select.input-group-lg > .input-group-btn > .btn {
9751
  bottom: -2px;
9752
  }
9753
 
9754
- .wpdt-c .dm-icon > li > a > .zmdi {
9755
- line-height: 100%;
9756
- vertical-align: top;
9757
- font-size: 18px;
9758
- width: 28px;
9759
- }
9760
 
9761
  .wpdt-c .dropdown-menu-lg {
9762
  width: 300px;
@@ -9902,25 +9879,6 @@ select.input-group-lg > .input-group-btn > .btn {
9902
  padding: 0 30px 0 0;
9903
  }
9904
 
9905
- .wpdt-c #chat .chat-search .form-control:focus + .zmdi-search {
9906
- left: calc(100% - 15px);
9907
- }
9908
-
9909
- .wpdt-c #chat .chat-search .form-control,
9910
- .wpdt-c #chat .chat-search .zmdi-search {
9911
- -webkit-transition: all;
9912
- -o-transition: all;
9913
- transition: all;
9914
- -webkit-transition-duration: 300ms;
9915
- transition-duration: 300ms;
9916
- }
9917
-
9918
- .wpdt-c #chat .chat-search .zmdi-search {
9919
- position: absolute;
9920
- left: 0;
9921
- bottom: 6px;
9922
- font-size: 20px;
9923
- }
9924
 
9925
  .wpdt-c #chat .lg-body {
9926
  height: calc(100% - 70px);
@@ -9962,7 +9920,7 @@ select.input-group-lg > .input-group-btn > .btn {
9962
  white-space: nowrap;
9963
  margin: 0;
9964
  overflow: auto;
9965
- box-shadow: inset 0 -2px 0 0 #eee;
9966
  width: 100%;
9967
  }
9968
 
@@ -9973,8 +9931,7 @@ select.input-group-lg > .input-group-btn > .btn {
9973
 
9974
  .wpdt-c .tab-nav li > a {
9975
  display: inline-block;
9976
- color: #7a7a7a;
9977
- text-transform: uppercase;
9978
  position: relative;
9979
  width: 100%;
9980
  -webkit-transition: all;
@@ -9982,7 +9939,12 @@ select.input-group-lg > .input-group-btn > .btn {
9982
  transition: all;
9983
  -webkit-transition-duration: 250ms;
9984
  transition-duration: 250ms;
 
 
9985
  font-weight: 500;
 
 
 
9986
  }
9987
 
9988
  .wpdt-c .tab-nav li > a:after {
@@ -10009,14 +9971,81 @@ select.input-group-lg > .input-group-btn > .btn {
10009
  }
10010
  }
10011
 
10012
- @media (max-width: 768px) {
10013
  .wpdt-c .tab-nav li > a {
10014
  padding: 15px 8px;
10015
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10016
  }
10017
 
10018
  .wpdt-c .tab-nav li.active > a {
10019
- color: #000;
10020
  }
10021
 
10022
  .wpdt-c .tab-nav li.active > a:after {
@@ -10043,7 +10072,7 @@ select.input-group-lg > .input-group-btn > .btn {
10043
  }
10044
 
10045
  .wpdt-c .tab-nav:not([data-tab-color]) > li > a:after {
10046
- background: #2196F3;
10047
  }
10048
 
10049
  .wpdt-c .tab-nav[data-tab-color="green"] > li > a:after {
@@ -10099,20 +10128,22 @@ select.input-group-lg > .input-group-btn > .btn {
10099
 
10100
  .wpdt-c .card .card-header h2 {
10101
  margin: 0;
10102
- line-height: 100%;
10103
- font-size: 17px;
10104
- font-weight: 400;
 
 
 
10105
  }
10106
 
10107
  .wpdt-c .card .card-header h2 small {
10108
  display: block;
10109
- margin-top: 8px;
10110
  color: #AEAEAE;
10111
  line-height: 160%;
10112
  }
10113
 
10114
  .wpdt-c .card .card-header.ch-alt:not([class*="bgm-"]) {
10115
- background-color: #f7f7f7;
10116
  }
10117
 
10118
  .wpdt-c .card .card-header[class*="bgm-"] h2, .wpdt-c .card .card-header[class*="bgm-"] h2 small {
@@ -10123,7 +10154,7 @@ select.input-group-lg > .input-group-btn > .btn {
10123
  position: absolute;
10124
  right: 10px;
10125
  z-index: 2;
10126
- top: 15px;
10127
  }
10128
 
10129
  .wpdt-c .card .card-header .btn-float {
@@ -10137,8 +10168,11 @@ select.input-group-lg > .input-group-btn > .btn {
10137
  }
10138
 
10139
  @media screen and (min-width: 768px) {
10140
- .wpdt-c .card .card-body.card-padding {
10141
- padding: 25px 27px;
 
 
 
10142
  }
10143
  }
10144
 
@@ -10453,70 +10487,555 @@ select.input-group-lg > .input-group-btn > .btn {
10453
  color: #fff;
10454
  }
10455
 
10456
- .wpdt-c #site-visits .sv-item:nth-child(even) {
10457
- background-color: rgba(255, 255, 255, 0.05);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10458
  }
10459
 
10460
- .wpdt-c #site-visits .sv-item small {
10461
- color: rgba(255, 255, 255, 0.7);
10462
  }
10463
 
10464
- .wpdt-c #site-visits .sv-item h3 {
10465
- font-weight: normal;
10466
- margin: 0;
10467
- overflow: hidden;
10468
- text-overflow: ellipsis;
10469
- white-space: nowrap;
10470
- color: #fff;
10471
  }
10472
 
10473
- .wpdt-c #site-visits .sv-item .pull-right {
10474
- margin-top: 5px;
10475
- opacity: 0.7;
10476
- filter: alpha(opacity=70);
10477
  }
10478
 
10479
- /*-------------------------
10480
- Best Selling Item
10481
- --------------------------*/
10482
-
10483
- .wpdt-c #best-selling {
10484
- background-color: #fff;
10485
  }
10486
 
10487
- .wpdt-c #best-selling .dwi-header .dwih-title {
10488
- padding-bottom: 30px;
10489
- top: 0;
10490
- color: #fff;
10491
- background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
10492
- background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
10493
- background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
10494
- background-repeat: repeat-x;
10495
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0);
10496
  }
10497
 
10498
- .wpdt-c #best-selling .dwi-header .bs-main {
10499
- padding: 15px;
 
10500
  color: #fff;
10501
- position: absolute;
10502
- bottom: 0;
10503
- left: 0;
10504
  width: 100%;
10505
- background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
10506
- background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
10507
- background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
10508
- background-repeat: repeat-x;
10509
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
10510
  }
10511
 
10512
- .wpdt-c #best-selling .dwi-header .bs-main > h2 {
10513
- font-weight: 400;
10514
- font-size: 20px;
10515
- margin: 5px 0 0 0;
10516
- line-height: 100%;
10517
- color: #fff;
10518
  }
10519
 
 
 
 
 
 
 
10520
 
10521
  /*-------------------------
10522
  Picture List
@@ -10844,7 +11363,7 @@ select.input-group-lg > .input-group-btn > .btn {
10844
  }
10845
 
10846
  .wpdt-c .btn:not(.dropdown-toggle) {
10847
- text-transform: uppercase;
10848
  }
10849
 
10850
  .wpdt-c .btn[class*="bgm-"]:not(.bgm-white) {
@@ -11100,8 +11619,11 @@ input:focus {
11100
  }
11101
 
11102
  .wpdt-c .checkbox label, .wpdt-c .radio label {
11103
- display: block;
11104
- padding-left: 30px;
 
 
 
11105
  }
11106
 
11107
  .wpdt-c .checkbox input, .wpdt-c .radio input {
@@ -11110,7 +11632,7 @@ input:focus {
11110
  margin-left: 0 !important;
11111
  z-index: 1;
11112
  cursor: pointer;
11113
- opacity: 0;
11114
  filter: alpha(opacity=0);
11115
  margin-top: 0;
11116
  }
@@ -11166,8 +11688,8 @@ input:focus {
11166
  -ms-transform: scale(0);
11167
  -o-transform: scale(0);
11168
  transform: scale(0);
11169
- content: '\f26b';
11170
- font-family: 'Material-Design-Iconic-Font';
11171
  position: absolute;
11172
  font-size: 12px;
11173
  left: 2px;
@@ -11320,7 +11842,7 @@ input:focus {
11320
  }
11321
 
11322
  .wpdt-c .fg-line:not([class*=has-]):after {
11323
- background: #2196F3;
11324
  }
11325
 
11326
  .wpdt-c .fg-line.readonly .form-control {
@@ -11437,15 +11959,95 @@ input:focus {
11437
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
11438
  }
11439
 
 
11440
  .wpdt-c .toggle-switch input {
11441
  position: absolute;
11442
  z-index: 1;
11443
- width: 46px;
11444
- margin: 0 0 0 -4px;
11445
- height: 24px;
11446
- opacity: 0;
11447
- filter: alpha(opacity=0);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11448
  cursor: pointer;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11449
  }
11450
 
11451
  .wpdt-c .toggle-switch input:checked + .ts-helper:before {
@@ -11749,14 +12351,43 @@ input:focus {
11749
 
11750
  .wpdt-c.growl-animated.alert-success {
11751
  box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
 
 
 
 
 
 
 
 
11752
  }
11753
 
 
 
 
 
 
 
11754
  .wpdt-c.growl-animated.alert-warning {
11755
  box-shadow: 0 0 5px rgba(255, 193, 7, 0.5);
11756
  }
11757
 
11758
  .wpdt-c.growl-animated.alert-danger {
11759
- box-shadow: 0 0 5px rgba(244, 67, 54, 0.5);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11760
  }
11761
 
11762
  .wpdt-c.alert-link {
@@ -11764,7 +12395,7 @@ input:focus {
11764
  }
11765
 
11766
  /*-------------------------
11767
- Lightbox
11768
  -------------------------*/
11769
  .wpdt-c .lightbox .lightbox-item {
11770
  overflow: hidden;
@@ -11814,7 +12445,7 @@ input:focus {
11814
  }
11815
 
11816
  /*-------------------------
11817
- Carousel
11818
  --------------------------*/
11819
  .wpdt-c .carousel .carousel-control {
11820
  -webkit-transition: all;
@@ -11954,7 +12585,7 @@ input:focus {
11954
  }
11955
 
11956
  .wpdt-c .modal[data-modal-color] .modal-footer {
11957
- background: rgba(0, 0, 0, 0.1);
11958
  }
11959
 
11960
  .modal[data-modal-color] .modal-backdrop {
@@ -12005,8 +12636,32 @@ input:focus {
12005
  background: #607D8B;
12006
  }
12007
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12008
  .wpdt-c .modal[data-modal-color="red"] .modal-content {
12009
- background: #F44336;
 
 
 
 
 
 
 
12010
  }
12011
 
12012
  .wpdt-c .panel {
@@ -12063,7 +12718,7 @@ input:focus {
12063
  }
12064
 
12065
  .wpdt-c .panel-collapse .panel-heading:before, .wpdt-c .panel-collapse .panel-heading:after {
12066
- font-family: 'Material-Design-Iconic-Font';
12067
  font-size: 17px;
12068
  position: absolute;
12069
  left: 0;
@@ -12075,11 +12730,11 @@ input:focus {
12075
  -webkit-backface-visibility: hidden;
12076
  -moz-backface-visibility: hidden;
12077
  backface-visibility: hidden;
12078
- top: 4px;
12079
  }
12080
 
12081
  .wpdt-c .panel-collapse .panel-heading:before {
12082
- content: "\f278";
12083
  -webkit-transform: scale(1);
12084
  -ms-transform: scale(1);
12085
  -o-transform: scale(1);
@@ -12091,7 +12746,7 @@ input:focus {
12091
  -ms-transform: scale(0);
12092
  -o-transform: scale(0);
12093
  transform: scale(0);
12094
- content: "\f273";
12095
  }
12096
 
12097
  .wpdt-c .panel-collapse .panel-heading.active .panel-title > a:after {
@@ -12149,13 +12804,8 @@ input:focus {
12149
  background: #00BCD4;
12150
  }
12151
 
12152
- .wpdt-c .tooltip-inner {
12153
- border-radius: 2px;
12154
- padding: 5px 15px 5px;
12155
- }
12156
 
12157
  .wpdt-c .breadcrumb {
12158
- border-bottom: 1px solid #E5E5E5;
12159
  border-radius: 0;
12160
  margin-top: -27px;
12161
  margin-bottom: 50px;
@@ -12965,40 +13615,6 @@ input:focus {
12965
  border-radius: 50%;
12966
  }
12967
 
12968
- .wpdt-c .t-view:before {
12969
- position: absolute;
12970
- width: 40px;
12971
- height: 40px;
12972
- border-radius: 50%;
12973
- left: -70px;
12974
- top: 0;
12975
- border: 3px solid #FFF;
12976
- text-align: center;
12977
- font-size: 16px;
12978
- line-height: 34px;
12979
- color: #FFF;
12980
- font-family: 'Material-Design-Iconic-Font';
12981
- z-index: 1;
12982
- }
12983
-
12984
- .wpdt-c .t-view:after {
12985
- content: "";
12986
- position: absolute;
12987
- top: 0;
12988
- left: -50px;
12989
- width: 1px;
12990
- height: calc(100% + 37px);
12991
- }
12992
-
12993
- .wpdt-c .t-view[data-tv-type="text"]:before {
12994
- content: "\f24f";
12995
- background: #00BCD4;
12996
- box-shadow: 0 0 0 1px #00BCD4;
12997
- }
12998
-
12999
- .wpdt-c .t-view[data-tv-type="text"]:after {
13000
- background: #00BCD4;
13001
- }
13002
 
13003
  .wpdt-c .tab-nav.settings {
13004
  box-shadow: none;
@@ -13011,6 +13627,7 @@ input:focus {
13011
 
13012
  .wpdt-c .bootstrap-select.btn-group .dropdown-menu li {
13013
  display: block;
 
13014
  }
13015
 
13016
  .wpdt-c .card .card-header.wdt-admin-card-header h2 span {
@@ -13018,15 +13635,139 @@ input:focus {
13018
  }
13019
 
13020
  .wpdt-c .card .card-header h2 small {
13021
- font-size: 12px;
13022
- font-weight: 400;
13023
- color: #999;
 
13024
  }
13025
 
13026
  .wpdt-c .checkbox .input-helper:after {
13027
  font-size: 14px;
13028
  }
13029
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13030
  .wdt-include-bootstrap-block, .wdt-include-bootstrap-back-end-block {
13031
  margin-bottom: 25px;
13032
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  */
10
 
11
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
12
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');
13
+
14
+ @font-face {
15
+ font-family: 'wpDataTablesIcons' !important;
16
+ src: url(../../fonts/wpDataTablesIcons.eot);
17
+ src: url(../../fonts/wpDataTablesIcons.eot?#iefix) format('embedded-opentype'), url(../../fonts/wpDataTablesIcons.woff) format('woff'), url(../../fonts/wpDataTablesIcons.ttf) format('truetype'), url(../../fonts/wpDataTablesIcons.svg#wpDataTablesIcons) format('svg');
18
+ }
19
 
20
  .wpdt-c article,
21
  .wpdt-c aside,
1403
  .wpdt-c a {
1404
  color: #2196F3;
1405
  text-decoration: none;
1406
+ box-shadow: none;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1407
  }
1408
 
1409
  .wpdt-c a:hover,
1452
  margin-top: 18px;
1453
  margin-bottom: 18px;
1454
  border: 0;
1455
+ border-top: 1px solid #DFE1E6;
1456
  }
1457
 
1458
  .wpdt-c .sr-only {
1565
  }
1566
 
1567
  .wpdt-c h4, .wpdt-c .h4 {
1568
+ font-size: 13px;
1569
  }
1570
 
1571
  .wpdt-c h5, .wpdt-c .h5 {
1942
  margin-right: -15px;
1943
  }
1944
 
1945
+ .wpdt-c .col-sm-0-8, .wpdt-c .col-xs-1, .wpdt-c .col-sm-1, .wpdt-c .col-md-1, .wpdt-c .col-lg-1, .wpdt-c .col-xs-2, .wpdt-c .col-sm-2, .wpdt-c .col-md-2, .wpdt-c .col-lg-2, .wpdt-c .col-sm-0-4, .wpdt-c .col-sm-2-6, .col-sm-5-5, .wpdt-c .col-xs-3, .wpdt-c .col-sm-3, .wpdt-c .col-md-3, .wpdt-c .col-lg-3, .wpdt-c .col-xs-4, .wpdt-c .col-sm-4, .wpdt-c .col-sm-1-0, .wpdt-c .col-sm-2-0, .wpdt-c .col-md-4, .wpdt-c .col-lg-4, .wpdt-c .col-xs-5, .wpdt-c .col-sm-5, .wpdt-c .col-md-5, .wpdt-c .col-lg-5, .wpdt-c .col-xs-6, .wpdt-c .col-sm-6, .wpdt-c .col-md-6, .wpdt-c .col-lg-6, .wpdt-c .col-xs-7, .wpdt-c .col-sm-7, .wpdt-c .col-md-7, .wpdt-c .col-lg-7, .wpdt-c .col-xs-8, .wpdt-c .col-sm-8, .wpdt-c .col-md-8, .wpdt-c .col-lg-8, .wpdt-c .col-xs-9, .wpdt-c .col-sm-9, .wpdt-c .col-md-9, .wpdt-c .col-lg-9, .wpdt-c .col-xs-10, .wpdt-c .col-sm-10, .wpdt-c .col-md-10, .wpdt-c .col-lg-10, .wpdt-c .col-xs-11, .wpdt-c .col-sm-11, .wpdt-c .col-md-11, .wpdt-c .col-lg-11, .wpdt-c .col-xs-12, .wpdt-c .col-sm-12, .wpdt-c .col-md-12, .wpdt-c .col-lg-12 {
1946
  position: relative;
1947
  min-height: 1px;
1948
  padding-left: 15px;
2157
  margin-left: 0%;
2158
  }
2159
 
2160
+ .wpdt-c .opacity-50 {
2161
+ opacity: 50%;
2162
+ }
2163
+ .wpdt-c .opacity-6 {
2164
+ opacity: .6;
2165
+ }
2166
+
2167
  @media (min-width: 768px) {
2168
  .wpdt-c .col-sm-0-8,
2169
+ .wpdt-c .col-sm-0-1,
2170
  .wpdt-c .col-sm-1,
2171
  .wpdt-c .col-sm-2,
2172
  .wpdt-c .col-sm-2-6,
2174
  .wpdt-c .col-sm-4,
2175
  .wpdt-c .col-sm-5,
2176
  .wpdt-c .col-sm-5-5,
2177
+ .wpdt-c .col-sm-0-4,
2178
+ .wpdt-c .col-sm-1-0,
2179
+ .wpdt-c .col-sm-2-0,
2180
  .wpdt-c .col-sm-6,
2181
  .wpdt-c .col-sm-7,
2182
  .wpdt-c .col-sm-8,
2216
  }
2217
 
2218
  .wpdt-c .col-sm-5-5 {
2219
+ width: 48%;
2220
  }
2221
 
2222
  .wpdt-c .col-sm-5 {
2227
  width: 33.33333333%;
2228
  }
2229
 
2230
+ .wpdt-c .col-sm-0-4 {
2231
+ width: 4%;
2232
+ }
2233
+
2234
+ .wpdt-c .col-sm-2-0 {
2235
+ width: 22.66666667%;
2236
+ }
2237
+
2238
+ .wpdt-c .col-sm-1-0 {
2239
+ width: 5.33333333%;
2240
+ }
2241
+
2242
+ .wpdt-c .wdt-addons .col-sm-3 {
2243
  margin-bottom: 18px;
2244
  }
2245
 
2248
  }
2249
 
2250
  .wpdt-c .col-sm-2-6 {
2251
+ width: 23.5%;
2252
  }
2253
 
2254
  .wpdt-c .col-sm-2 {
2260
  }
2261
 
2262
  .wpdt-c .col-sm-0-8 {
2263
+ width: 3%;
2264
  }
2265
 
2266
  .wpdt-c .col-sm-pull-12 {
3067
  font-weight: bold;
3068
  }
3069
 
3070
+ .wpdt-c label.disabled {
3071
+ cursor: not-allowed;
3072
+ color: #eeeeee !important;
3073
+ }
3074
+
3075
  .wpdt-c input[type="search"] {
3076
  -webkit-box-sizing: border-box;
3077
  -moz-box-sizing: border-box;
3119
  .wpdt-c .form-control {
3120
  display: block;
3121
  width: 100%;
3122
+ height: 30px;
3123
  padding: 6px 12px;
3124
  font-size: 13px;
3125
  line-height: 1.42857143;
3163
 
3164
  .wpdt-c .form-control[disabled], .wpdt-c .form-control[readonly],
3165
  .wpdt-c fieldset[disabled] .form-control {
3166
+ background-color: #eeeeee !important;
3167
  opacity: 1;
3168
  }
3169
 
3218
  .wpdt-c .radio, .wpdt-c .checkbox {
3219
  position: relative;
3220
  display: block;
3221
+ float: left;
3222
+ width: 33%;
3223
+ margin-bottom: 5px;
3224
  }
3225
 
3226
  .wpdt-c .radio label, .wpdt-c .checkbox label {
3227
  min-height: 18px;
3228
  padding-left: 20px;
3229
+ margin-bottom: 5px;
3230
  font-weight: normal;
3231
  cursor: pointer;
3232
  }
3238
  }
3239
 
3240
  .wpdt-c .radio + .radio, .wpdt-c .checkbox + .checkbox {
3241
+ /*margin-top: -5px;*/
3242
  }
3243
 
3244
  .wpdt-c .radio-inline, .wpdt-c .checkbox-inline {
3743
  }
3744
 
3745
  .wpdt-c .btn-primary {
3746
+ background: #008CFF;
3747
+ border: none;
3748
+ box-sizing: border-box;
3749
+ border-radius: 3px;
3750
+ font-family: Inter;
3751
+ font-style: normal;
3752
+ font-weight: 600;
3753
+ font-size: 14px;
3754
+ padding: 8px 12px;
3755
+ color: #FFFFFF;
3756
  }
3757
 
3758
  .wpdt-c .btn-primary:focus, .wpdt-c .btn-primary.focus {
3803
  }
3804
 
3805
  .wpdt-c .btn-primary:hover:hover, .wpdt-c .btn-primary:focus:hover, .wpdt-c .btn-primary.focus:hover, .wpdt-c .btn-primary:active:hover, .wpdt-c .open > .dropdown-toggle.btn-primary:hover, .wpdt-c .btn-primary:hover:focus, .wpdt-c .btn-primary:focus:focus, .wpdt-c .btn-primary.focus:focus, .wpdt-c .btn-primary:active:focus, .wpdt-c .open > .dropdown-toggle.btn-primary:focus, .wpdt-c .btn-primary:hover.focus, .wpdt-c .btn-primary:focus.focus, .wpdt-c .btn-primary.focus.focus, .wpdt-c .btn-primary:active.focus, .wpdt-c .open > .dropdown-toggle.btn-primary.focus {
3806
+ background-color: #0B86EC !important;
 
 
3807
  }
3808
 
3809
  .wpdt-c .btn-primary:active, .wpdt-c .btn-primary.active, .wpdt-c .open > .dropdown-toggle.btn-primary {
4221
  .wpdt-c .collapse.in {
4222
  display: block;
4223
  }
4224
+ .wpdt-c .collapse.disabled {
4225
+ opacity: .5;
4226
+ pointer-events: none;
4227
+ cursor: not-allowed;
4228
+ }
4229
 
4230
  .wpdt-c tr.collapse.in {
4231
  display: table-row;
5582
  }
5583
 
5584
  .wpdt-c .breadcrumb > li + li:before {
5585
+ font-family: 'wpDataTablesIcons';
5586
+ content: "\f531";
5587
  padding: 0 5px;
5588
  color: #ccc;
5589
  }
5929
 
5930
  .wpdt-c.alert,
5931
  .wpdt-c .alert {
5932
+ padding: 12px;
5933
  margin-bottom: 18px;
5934
  border: 1px solid transparent;
5935
+ background: #F4F5F7;
5936
+ border-radius: 3px;
5937
  }
5938
 
5939
  .wpdt-c.alert h4
5987
  color: #e6e6e6;
5988
  }
5989
 
5990
+ .wpdt-c.alert-info i.wpdt-icon-times-full,
5991
+ .wpdt-c .alert-info i.wpdt-icon-times-full {
5992
+ font-size: 15px;
5993
+ line-height: 20px;
5994
+ color: #8796AF;
5995
+ }
5996
+
5997
  .wpdt-c.alert-info,
5998
  .wpdt-c .alert-info {
5999
+ background: #F4F5F7;
6000
+ border-radius: 3px;
 
6001
  }
6002
 
6003
  .wpdt-c.alert-info hr,
6029
 
6030
  .wpdt-c.alert-danger,
6031
  .wpdt-c .alert-danger {
6032
+ background: rgba(240, 62, 62, 0.06);
6033
+ border-radius: 3px;
6034
+ font-weight: 500;
6035
+ font-size: 12px;
6036
+ line-height: 16px;
6037
+ color: #F03E3E;
6038
  border-color: transparent;
 
6039
  }
6040
 
6041
  .wpdt-c.alert-danger hr,
6907
  outline: 0;
6908
  }
6909
 
6910
+ .wpdt-c .modal-backdrop,
6911
+ .modal-backdrop {
6912
  position: fixed;
6913
  top: 0;
6914
  right: 0;
6918
  background-color: #000;
6919
  }
6920
 
6921
+ .wpdt-c .modal-backdrop.fade,
6922
+ .modal-backdrop.fade {
6923
  opacity: 0;
6924
  filter: alpha(opacity=0);
6925
  }
6926
 
6927
+ .wpdt-c .modal-backdrop.in,
6928
+ .modal-backdrop.in {
6929
  opacity: 0.4;
6930
  filter: alpha(opacity=50);
6931
  }
6953
  padding: 15px;
6954
  text-align: right;
6955
  border-top: 1px solid transparent;
6956
+ clear: both;
6957
  }
6958
 
6959
  .wpdt-c .modal-footer .btn + .btn {
7009
  line-break: auto;
7010
  line-height: 1.42857143;
7011
  text-align: left;
 
7012
  text-decoration: none;
7013
  text-shadow: none;
7014
  text-transform: none;
7049
  .wpdt-c .tooltip-inner {
7050
  max-width: 200px;
7051
  padding: 3px 8px;
7052
+ font-family: Inter;
7053
+ font-style: normal;
7054
+ font-weight: normal;
7055
+ font-size: 12px;
7056
+ line-height: 16px;
7057
+ color: #FFFFFF;
7058
+ text-align: left;
7059
+ background-color: #061938;
7060
+ border-radius: 3px;
7061
  }
7062
 
7063
  .wpdt-c .tooltip-arrow {
7073
  left: 50%;
7074
  margin-left: -5px;
7075
  border-width: 5px 5px 0;
7076
+ border-top-color: #061938;
7077
  }
7078
 
7079
  .wpdt-c .tooltip.top-left .tooltip-arrow {
7081
  right: 5px;
7082
  margin-bottom: -5px;
7083
  border-width: 5px 5px 0;
7084
+ border-top-color: #061938;
7085
  }
7086
 
7087
  .wpdt-c .tooltip.top-right .tooltip-arrow {
7089
  left: 5px;
7090
  margin-bottom: -5px;
7091
  border-width: 5px 5px 0;
7092
+ border-top-color: #061938;
7093
  }
7094
 
7095
  .wpdt-c .tooltip.right .tooltip-arrow {
7097
  left: 0;
7098
  margin-top: -5px;
7099
  border-width: 5px 5px 5px 0;
7100
+ border-right-color: #061938;
7101
  }
7102
 
7103
  .wpdt-c .tooltip.left .tooltip-arrow {
7105
  right: 0;
7106
  margin-top: -5px;
7107
  border-width: 5px 0 5px 5px;
7108
+ border-left-color: #061938;
7109
  }
7110
 
7111
  .wpdt-c .tooltip.bottom .tooltip-arrow {
7113
  left: 50%;
7114
  margin-left: -5px;
7115
  border-width: 0 5px 5px;
7116
+ border-bottom-color: #061938;
7117
  }
7118
 
7119
  .wpdt-c .tooltip.bottom-left .tooltip-arrow {
7121
  right: 5px;
7122
  margin-top: -5px;
7123
  border-width: 0 5px 5px;
7124
+ border-bottom-color: #061938;
7125
  }
7126
 
7127
  .wpdt-c .tooltip.bottom-right .tooltip-arrow {
7129
  left: 5px;
7130
  margin-top: -5px;
7131
  border-width: 0 5px 5px;
7132
+ border-bottom-color: #061938;
7133
  }
7134
 
7135
  .wpdt-c .popover {
7136
  position: absolute;
7137
  top: 0;
7138
  left: 0;
7139
+ z-index: 1200;
7140
  display: none;
7141
  max-width: 276px;
7142
  padding: 1px;
 
 
7143
  letter-spacing: normal;
7144
  line-break: auto;
 
7145
  text-align: left;
 
7146
  text-decoration: none;
7147
  text-shadow: none;
7148
  text-transform: none;
7150
  word-break: normal;
7151
  word-spacing: normal;
7152
  word-wrap: normal;
 
 
7153
  background-clip: padding-box;
7154
  border: 1px solid #fff;
 
7155
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
7156
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
7157
+ font-family: Inter;
7158
+ font-style: normal;
7159
+ font-weight: normal;
7160
+ font-size: 12px;
7161
+ line-height: 16px;
7162
+ color: #FFFFFF;
7163
+ background-color: #061938;
7164
+ border-radius: 3px;
7165
+ }
7166
+
7167
+ .wpdt-c .popover.wdt-premium-popover {
7168
+ background-color: #FFFFFF !important;
7169
+ padding: 12px;
7170
+ }
7171
+ .wpdt-c .popover.wdt-premium-popover .arrow {
7172
+ border-top-color:#FFFFFF !important;
7173
+ }
7174
+ .wpdt-c .popover.wdt-premium-popover .popover-header{
7175
+ font-family: Inter;
7176
+ font-style: normal;
7177
+ font-weight: 500;
7178
+ font-size: 13px;
7179
+ line-height: 20px;
7180
+ color: #061938;
7181
+ margin-top: 0;
7182
+ margin-bottom: 7px;
7183
+ }
7184
+ .wpdt-c .popover.wdt-premium-popover .popover-header button{
7185
+ font-size: 15px;
7186
+ line-height: 20px;
7187
+ color: #8796AF;
7188
+ background: none;
7189
+ margin: 0;
7190
+ opacity: 0.5;
7191
+ font-weight: normal;
7192
+ padding: 0 !important;
7193
+ cursor: pointer;
7194
+ background: transparent;
7195
+ border: 0;
7196
+ -webkit-appearance: none;
7197
+ filter: alpha(opacity=50);
7198
+ text-shadow: none;
7199
+ float: right;
7200
+ }
7201
+ .wpdt-c .popover.wdt-premium-popover .popover-header .wpdt-icon-times-full{
7202
+ font-style: normal;
7203
+ font-weight: normal;
7204
+ font-size: 14px;
7205
+ line-height: 20px;
7206
+ color: #061938;;
7207
+ }
7208
+ .wpdt-c .popover.wdt-premium-popover .popover-body span{
7209
+ font-family: Inter;
7210
+ font-style: normal;
7211
+ font-weight: normal;
7212
+ font-size: 12px;
7213
+ line-height: 16px;
7214
+ color: #5A6C89;
7215
+ }
7216
+ .wpdt-c .popover.wdt-premium-popover .popover-body a{
7217
+ font-family: Inter;
7218
+ font-style: normal;
7219
+ font-weight: 600;
7220
+ font-size: 12px;
7221
+ line-height: 16px;
7222
+ color: #008CFF;
7223
+ }
7224
+ .wpdt-c .popover.wdt-premium-popover .popover-body .popover-footer{
7225
+ display: block;
7226
+ margin-top: 4px;
7227
  }
7228
 
7229
  .wpdt-c .popover.top {
7246
  margin: 0;
7247
  padding: 8px 14px;
7248
  font-size: 13px;
7249
+ color: #FFFFFF;
7250
+ background-color: #061938;
 
7251
  }
7252
 
7253
  .wpdt-c .popover-content {
7276
  left: 50%;
7277
  margin-left: -11px;
7278
  border-bottom-width: 0;
7279
+ border-top-color: #061938;
 
7280
  bottom: -11px;
7281
  }
7282
 
7285
  bottom: 1px;
7286
  margin-left: -10px;
7287
  border-bottom-width: 0;
7288
+ border-top-color: #061938;
7289
  }
7290
 
7291
  .wpdt-c .popover.right > .arrow {
7294
  margin-top: -11px;
7295
  margin-left: 0;
7296
  border-left-width: 0;
7297
+ border-right-color: #061938;
 
7298
  }
7299
 
7300
  .wpdt-c .popover.right > .arrow:after {
7302
  left: 1px;
7303
  bottom: -10px;
7304
  border-left-width: 0;
7305
+ border-right-color: #061938;
7306
  }
7307
 
7308
  .wpdt-c .popover.bottom > .arrow {
7309
  left: 50%;
7310
  margin-left: -11px;
7311
  border-top-width: 0;
 
7312
  border-bottom-color: #ffffff;
7313
  top: -11px;
7314
  }
7318
  top: 1px;
7319
  margin-left: -10px;
7320
  border-top-width: 0;
7321
+ border-bottom-color: #ffffff;
7322
  }
7323
 
7324
  .wpdt-c .popover.left > .arrow {
7326
  right: -11px;
7327
  margin-top: -11px;
7328
  border-right-width: 0;
7329
+ border-left-color: #061938;
 
7330
  }
7331
 
7332
  .wpdt-c .popover.left > .arrow:after {
7333
  content: " ";
7334
  right: 1px;
7335
  border-right-width: 0;
7336
+ border-left-color: #061938;
7337
  bottom: -10px;
7338
  }
7339
 
7879
  }
7880
  }
7881
 
 
 
 
 
 
 
 
 
7882
  /*
7883
  * Vendors
7884
  */
7885
 
 
 
 
 
 
 
 
7886
 
7887
  .wpdt-c #weather-widget [class*="icon-"] {
7888
  font-family: 'weather-icons';
8204
  border-left: 0;
8205
  }
8206
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8207
  /*
8208
  * Load Website related LESS files
8209
  */
8240
  margin-top: 5px !important;
8241
  }
8242
 
8243
+ .wpdt-c .m-b-4 {
8244
+ margin-bottom: 4px !important;
8245
+ }
8246
+ .wpdt-c .m-b-2 {
8247
+ margin-bottom: 2px !important;
8248
+ }
8249
+
8250
  .wpdt-c .m-b-5 {
8251
  margin-bottom: 5px !important;
8252
  }
8262
  .wpdt-c .m-10 {
8263
  margin: 10px !important;
8264
  }
 
8265
  .wpdt-c .m-t-10 {
8266
  margin-top: 10px !important;
8267
  }
8268
 
8269
+ .wpdt-c .m-b-8 {
8270
+ margin-bottom: 8px !important;
8271
+ }
8272
+
8273
+ .wpdt-c .m-l-8 {
8274
+ margin-left: 8px !important;
8275
+ }
8276
+
8277
+ .wpdt-c .m-r-8 {
8278
+ margin-right: 8px !important;
8279
+ }
8280
+
8281
+ .wpdt-c .m-t-8 {
8282
+ margin-top: 8px !important;
8283
+ }
8284
+
8285
  .wpdt-c .m-b-10 {
8286
  margin-bottom: 10px !important;
8287
  }
8306
  margin-bottom: 15px !important;
8307
  }
8308
 
8309
+ .wpdt-c .m-b-16 {
8310
+ margin-bottom: 16px !important;
8311
+ }
8312
+
8313
  .wpdt-c .m-l-15 {
8314
  margin-left: 15px !important;
8315
  }
8317
  .wpdt-c .m-r-15 {
8318
  margin-right: 15px !important;
8319
  }
 
8320
  .wpdt-c .m-20 {
8321
  margin: 20px !important;
8322
  }
8323
 
8324
+ .wpdt-c .m-t-18 {
8325
+ margin-top: 18px !important;
8326
+ }
8327
+
8328
+ .wpdt-c .m-b-18 {
8329
+ margin-bottom: 18px !important;
8330
+ }
8331
+
8332
+ .wpdt-c .m-l-18 {
8333
+ margin-left: 18px !important;
8334
+ }
8335
+ .wpdt-c .m-r-18 {
8336
+ margin-right: 18px !important;
8337
+ }
8338
+ .wpdt-c .m-18 {
8339
+ margin: 18px !important;
8340
+ }
8341
+
8342
  .wpdt-c .m-t-20 {
8343
  margin-top: 20px !important;
8344
  }
8354
  .wpdt-c .m-r-20 {
8355
  margin-right: 20px !important;
8356
  }
8357
+ .wpdt-c .m-t-24 {
8358
+ margin-top: 24px !important;
8359
+ }
8360
 
8361
  .wpdt-c .m-25 {
8362
  margin: 25px !important;
8426
  padding: 5px !important;
8427
  }
8428
 
8429
+ .wpdt-c .p-t-4 {
8430
+ padding-top: 4px !important;
8431
+ }
8432
+
8433
+ .wpdt-c .p-b-4 {
8434
+ padding-bottom: 4px !important;
8435
+ }
8436
+
8437
  .wpdt-c .p-t-5 {
8438
  padding-top: 5px !important;
8439
  }
8466
  padding-left: 10px !important;
8467
  }
8468
 
8469
+ .wpdt-c .p-r-12 {
8470
+ padding-right: 12px !important;
8471
+ }
8472
+
8473
+ .wpdt-c .p-t-12 {
8474
+ padding-top: 12px !important;
8475
+ }
8476
+
8477
+ .wpdt-c .p-b-12 {
8478
+ padding-bottom: 12px !important;
8479
+ }
8480
+
8481
+ .wpdt-c .p-l-12 {
8482
+ padding-left: 12px !important;
8483
+ }
8484
+
8485
  .wpdt-c .p-r-10 {
8486
  padding-right: 10px !important;
8487
  }
8565
  .wpdt-c .p-r-30 {
8566
  padding-right: 30px !important;
8567
  }
8568
+ .wpdt-c .p-t-48 {
8569
+ padding-top: 48px !important;
8570
+ }
8571
+
8572
+ .wpdt-c .p-b-48 {
8573
+ padding-bottom: 48px !important;
8574
+ }
8575
+
8576
+ .wpdt-c .p-l-48 {
8577
+ padding-left: 48px !important;
8578
+ }
8579
 
8580
+ .wpdt-c .p-r-48 {
8581
+ padding-right: 48px !important;
8582
+ }
8583
  /*---------------------------------------------------------------------------
8584
  Generate Font-Size Classes (8px - 20px)
8585
  ----------------------------------------------------------------------------*/
8698
  .wpdt-c .d-block {
8699
  display: block !important;
8700
  }
8701
+ .wpdt-c .d-none {
8702
+ display: none !important;
8703
+ }
8704
 
8705
  .wpdt-c .di-block {
8706
  display: inline-block !important;
8725
  color: #222222 !important;
8726
  }
8727
 
8728
+ .wpdt-c .c-title-color {
8729
+ color: #061938 !important;
8730
+ font-style: normal;
8731
+ font-weight: normal;
8732
+ }
8733
+
8734
  .wpdt-c .bgm-brown {
8735
  background-color: #795548 !important;
8736
  }
8860
  }
8861
 
8862
  .wpdt-c .bgm-gray {
8863
+ background-color: #9E9E9E;
8864
  }
8865
 
8866
  .wpdt-c .c-gray {
9065
  margin: 0 auto;
9066
  }
9067
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9068
 
9069
  /*--------------------------------------------------
9070
  Common header classes & IDs
9210
  }
9211
  }
9212
 
9213
+ .wpdt-c .him-notification:before {
9214
+ content: "";
9215
+ position: absolute;
9216
+ width: 100%;
9217
+ height: calc(100% - 70px);
9218
+ -webkit-transition: all;
9219
+ -o-transition: all;
9220
+ transition: all;
9221
+ -webkit-transition-duration: 400ms;
9222
+ transition-duration: 400ms;
9223
+ -webkit-transform: scale(0) rotate(-180deg);
9224
+ -ms-transform: scale(0) rotate(-180deg);
9225
+ -o-transform: scale(0) rotate(-180deg);
9226
+ transform: scale(0) rotate(-180deg);
9227
+ opacity: 0;
9228
+ filter: alpha(opacity=0);
9229
+ top: 42px;
9230
+ }
9231
 
9232
  .wpdt-c .him-notification.empty:before {
9233
  -webkit-transform: scale(1) rotate(0deg);
9460
  background: #FFEB3B;
9461
  }
9462
 
 
 
 
 
 
 
 
 
 
9463
 
9464
  @media (min-width: 992px) {
9465
  .wpdt-c .ha-menu > ul {
9547
  transform: translate3d(0, 0, 0);
9548
  }
9549
 
9550
+ .wpdt-c .s-profile > a {
9551
+ display: block;
9552
+ height: 129px;
9553
+ margin-bottom: 5px;
9554
+ width: 100%;
9555
+ background-size: 100%;
9556
+ }
9557
 
9558
  .wpdt-c .s-profile > a .sp-pic {
9559
  padding: 12px;
9644
  position: relative;
9645
  }
9646
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9647
 
9648
  .wpdt-c .sub-menu ul {
9649
  list-style: none;
9734
  bottom: -2px;
9735
  }
9736
 
 
 
 
 
 
 
9737
 
9738
  .wpdt-c .dropdown-menu-lg {
9739
  width: 300px;
9879
  padding: 0 30px 0 0;
9880
  }
9881
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9882
 
9883
  .wpdt-c #chat .lg-body {
9884
  height: calc(100% - 70px);
9920
  white-space: nowrap;
9921
  margin: 0;
9922
  overflow: auto;
9923
+ box-shadow: inset 0 -1px 0 #D7D9E2;
9924
  width: 100%;
9925
  }
9926
 
9931
 
9932
  .wpdt-c .tab-nav li > a {
9933
  display: inline-block;
9934
+ text-transform: none;
 
9935
  position: relative;
9936
  width: 100%;
9937
  -webkit-transition: all;
9939
  transition: all;
9940
  -webkit-transition-duration: 250ms;
9941
  transition-duration: 250ms;
9942
+ font-family: Inter;
9943
+ font-style: normal;
9944
  font-weight: 500;
9945
+ font-size: 14px;
9946
+ line-height: 20px;
9947
+ color: #5A6C89;
9948
  }
9949
 
9950
  .wpdt-c .tab-nav li > a:after {
9971
  }
9972
  }
9973
 
9974
+ @media (max-width: 769px) {
9975
  .wpdt-c .tab-nav li > a {
9976
  padding: 15px 8px;
9977
  }
9978
+
9979
+ .wpdt-c .tab-nav {
9980
+ display: flex;
9981
+ flex-direction: column;
9982
+ text-align: center;
9983
+ }
9984
+
9985
+ .wpdt-c .col-sm-4 {
9986
+ width: 50%;
9987
+ }
9988
+ }
9989
+
9990
+ @media (max-width: 480px) {
9991
+
9992
+ .wpdt-c .col-sm-4,
9993
+ .wpdt-c .col-xs-6,
9994
+ .wpdt-c .col-xs-6 button,
9995
+ .wpdt-c .col-xs-6 input,
9996
+ .wpdt-c .wdt-table-settings .input-path-block .fg-line,
9997
+ .wpdt-c .pull-right:not(.wdt-column-settings),
9998
+ .wpdt-c .pull-left,
9999
+ .wpdt-c .btn.btn-default.wdt-documentation,
10000
+ .wpdt-c .btn.btn-primary,
10001
+ .wpdt-c .btn.btn-danger,
10002
+ .wpdt-c .btn.wdt-envato-activation-button,
10003
+ .wpdt-c .btn.btn-default.wdt-documentation:hover,
10004
+ .wpdt-c .btn.btn-default.wdt-documentation:focus {
10005
+ width: 100% !important;
10006
+ margin: 0 0 10px 0 !important;
10007
+ }
10008
+
10009
+ .wpdt-c .wdt-edit-buttons span .wdt-standard-view {
10010
+ width: 100%;
10011
+ margin-top: 10px;
10012
+ }
10013
+ .wpdt-c .panel-collapse .panel-heading:before {
10014
+ left: 5px;
10015
+ top: 7px;
10016
+ }
10017
+ .wpdt-c #wdt-formula-editor-modal .modal-dialog,
10018
+ .wpdt-c #wdt-columns-list-modal .modal-dialog {
10019
+ width: 100%;
10020
+ }
10021
+
10022
+ .wpdt-c .wdt-activation-section .col-sm-1 {
10023
+ padding-right: 0;
10024
+ margin-top: 10px;
10025
+ }
10026
+ .wpdt-c .card .card-header .actions {
10027
+ position: relative !important;
10028
+ }
10029
+ .wpdt-c .card .card-header .actions li{
10030
+ display: block;
10031
+ }
10032
+ .wpdt-c .card .card-header .actions button {
10033
+ width: 100%;
10034
+ margin: 0;
10035
+ }
10036
+ .wpdt-c .card.column-settings .wpdt-actions-bottom .col {
10037
+ display: flex;
10038
+ flex-direction: column-reverse;
10039
+ width: 100%;
10040
+ }
10041
+ .wpdt-c .breadcrumb {
10042
+ padding: 0 !important;
10043
+ }
10044
+
10045
  }
10046
 
10047
  .wpdt-c .tab-nav li.active > a {
10048
+ color: #008CFF;
10049
  }
10050
 
10051
  .wpdt-c .tab-nav li.active > a:after {
10072
  }
10073
 
10074
  .wpdt-c .tab-nav:not([data-tab-color]) > li > a:after {
10075
+ background: #008CFF;
10076
  }
10077
 
10078
  .wpdt-c .tab-nav[data-tab-color="green"] > li > a:after {
10128
 
10129
  .wpdt-c .card .card-header h2 {
10130
  margin: 0;
10131
+ font-family: Inter;
10132
+ font-size: 20px;
10133
+ font-style: normal;
10134
+ font-weight: normal;
10135
+ line-height: 24px;
10136
+ color: #304463;
10137
  }
10138
 
10139
  .wpdt-c .card .card-header h2 small {
10140
  display: block;
 
10141
  color: #AEAEAE;
10142
  line-height: 160%;
10143
  }
10144
 
10145
  .wpdt-c .card .card-header.ch-alt:not([class*="bgm-"]) {
10146
+ background: none;
10147
  }
10148
 
10149
  .wpdt-c .card .card-header[class*="bgm-"] h2, .wpdt-c .card .card-header[class*="bgm-"] h2 small {
10154
  position: absolute;
10155
  right: 10px;
10156
  z-index: 2;
10157
+ top: 12px;
10158
  }
10159
 
10160
  .wpdt-c .card .card-header .btn-float {
10168
  }
10169
 
10170
  @media screen and (min-width: 768px) {
10171
+ .wpdt-c .card .card-body.card-padding:not(.wpdt-column-settings-card):not(.wdt-chart-wizard-chosen-columns-container):not(.wdt-chart-wizart-existing-columns-container):not(.wpdt-add-ons-card) {
10172
+ padding: 24px;
10173
+ background: #ffffff;
10174
+ box-shadow: 0 3px 6px rgba(23, 43, 77, 0.08), 0 1px 1px rgba(23, 43, 77, 0.11);
10175
+ border-radius: 3px;
10176
  }
10177
  }
10178
 
10487
  color: #fff;
10488
  }
10489
 
10490
+ .wpdt-c #site-visits .sv-item:nth-child(even) {
10491
+ background-color: rgba(255, 255, 255, 0.05);
10492
+ }
10493
+
10494
+ .wpdt-c #site-visits .sv-item small {
10495
+ color: rgba(255, 255, 255, 0.7);
10496
+ }
10497
+
10498
+ .wpdt-c #site-visits .sv-item h3 {
10499
+ font-weight: normal;
10500
+ margin: 0;
10501
+ overflow: hidden;
10502
+ text-overflow: ellipsis;
10503
+ white-space: nowrap;
10504
+ color: #fff;
10505
+ }
10506
+
10507
+ .wpdt-c #site-visits .sv-item .pull-right {
10508
+ margin-top: 5px;
10509
+ opacity: 0.7;
10510
+ filter: alpha(opacity=70);
10511
+ }
10512
+
10513
+ /*-------------------------
10514
+ Best Selling Item
10515
+ --------------------------*/
10516
+
10517
+ .wpdt-c #best-selling {
10518
+ background-color: #fff;
10519
+ }
10520
+
10521
+ .wpdt-c #best-selling .dwi-header .dwih-title {
10522
+ padding-bottom: 30px;
10523
+ top: 0;
10524
+ color: #fff;
10525
+ background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
10526
+ background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
10527
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
10528
+ background-repeat: repeat-x;
10529
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0);
10530
+ }
10531
+
10532
+ .wpdt-c #best-selling .dwi-header .bs-main {
10533
+ padding: 15px;
10534
+ color: #fff;
10535
+ position: absolute;
10536
+ bottom: 0;
10537
+ left: 0;
10538
+ width: 100%;
10539
+ background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
10540
+ background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
10541
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
10542
+ background-repeat: repeat-x;
10543
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
10544
+ }
10545
+
10546
+ .wpdt-c #best-selling .dwi-header .bs-main > h2 {
10547
+ font-weight: 400;
10548
+ font-size: 20px;
10549
+ margin: 5px 0 0 0;
10550
+ line-height: 100%;
10551
+ color: #fff;
10552
+ }
10553
+
10554
+ /*-------------------------
10555
+ Weather
10556
+ --------------------------*/
10557
+
10558
+ .wpdt-c #weather-widget {
10559
+ color: #fff;
10560
+ padding: 20px 20px 0;
10561
+ }
10562
+
10563
+ .wpdt-c #weather-widget .weather-status {
10564
+ font-size: 40px;
10565
+ line-height: 100%;
10566
+ }
10567
+
10568
+ .wpdt-c #weather-widget .weather-icon {
10569
+ text-align: center;
10570
+ margin-top: 10px;
10571
+ height: 150px;
10572
+ background-repeat: no-repeat;
10573
+ background-position: center;
10574
+ /* Weather Icons */
10575
+ }
10576
+
10577
+
10578
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10579
+ .wpdt-c #weather-widget .weather-icon.wi-0 {
10580
+ background-size: 125px 125px;
10581
+ }
10582
+ }
10583
+
10584
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10585
+ .wpdt-c #weather-widget .weather-icon.wi-1 {
10586
+ background-size: 125px 125px;
10587
+ }
10588
+ }
10589
+
10590
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10591
+ .wpdt-c #weather-widget .weather-icon.wi-2 {
10592
+ background-size: 125px 125px;
10593
+ }
10594
+ }
10595
+
10596
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10597
+ .wpdt-c #weather-widget .weather-icon.wi-3 {
10598
+ background-size: 125px 125px;
10599
+ }
10600
+ }
10601
+
10602
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10603
+ #weather-widget .weather-icon.wi-4 {
10604
+ background-size: 125px 125px;
10605
+ }
10606
+ }
10607
+
10608
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10609
+ #weather-widget .weather-icon.wi-5 {
10610
+ background-size: 125px 125px;
10611
+ }
10612
+ }
10613
+
10614
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10615
+ #weather-widget .weather-icon.wi-6 {
10616
+ background-size: 125px 125px;
10617
+ }
10618
+ }
10619
+
10620
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10621
+ #weather-widget .weather-icon.wi-7 {
10622
+ background-size: 125px 125px;
10623
+ }
10624
+ }
10625
+
10626
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10627
+ .wpdt-c #weather-widget .weather-icon.wi-8 {
10628
+ background-size: 125px 125px;
10629
+ }
10630
+ }
10631
+
10632
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10633
+ .wpdt-c #weather-widget .weather-icon.wi-9 {
10634
+ background-size: 125px 125px;
10635
+ }
10636
+ }
10637
+
10638
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10639
+ .wpdt-c #weather-widget .weather-icon.wi-10 {
10640
+ background-size: 125px 125px;
10641
+ }
10642
+ }
10643
+
10644
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10645
+ .wpdt-c #weather-widget .weather-icon.wi-11 {
10646
+ background-size: 125px 125px;
10647
+ }
10648
+ }
10649
+
10650
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10651
+ #weather-widget .weather-icon.wi-12 {
10652
+ background-size: 125px 125px;
10653
+ }
10654
+ }
10655
+
10656
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10657
+ .wpdt-c #weather-widget .weather-icon.wi-13 {
10658
+ background-size: 125px 125px;
10659
+ }
10660
+ }
10661
+
10662
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10663
+ .wpdt-c #weather-widget .weather-icon.wi-14 {
10664
+ background-size: 125px 125px;
10665
+ }
10666
+ }
10667
+
10668
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10669
+ .wpdt-c #weather-widget .weather-icon.wi-15 {
10670
+ background-size: 125px 125px;
10671
+ }
10672
+ }
10673
+
10674
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10675
+ .wpdt-c #weather-widget .weather-icon.wi-16 {
10676
+ background-size: 125px 125px;
10677
+ }
10678
+ }
10679
+
10680
+
10681
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10682
+ .wpdt-c #weather-widget .weather-icon.wi-17 {
10683
+ background-size: 125px 125px;
10684
+ }
10685
+ }
10686
+
10687
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10688
+ .wpdt-c #weather-widget .weather-icon.wi-18 {
10689
+ background-size: 125px 125px;
10690
+ }
10691
+ }
10692
+
10693
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10694
+ .wpdt-c #weather-widget .weather-icon.wi-19 {
10695
+ background-size: 125px 125px;
10696
+ }
10697
+ }
10698
+
10699
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10700
+ .wpdt-c #weather-widget .weather-icon.wi-20 {
10701
+ background-size: 125px 125px;
10702
+ }
10703
+ }
10704
+
10705
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10706
+ .wpdt-c #weather-widget .weather-icon.wi-21 {
10707
+ background-size: 125px 125px;
10708
+ }
10709
+ }
10710
+
10711
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10712
+ #weather-widget .weather-icon.wi-22 {
10713
+ background-size: 125px 125px;
10714
+ }
10715
+ }
10716
+
10717
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10718
+ .wpdt-c #weather-widget .weather-icon.wi-23 {
10719
+ background-size: 125px 125px;
10720
+ }
10721
+ }
10722
+
10723
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10724
+
10725
+ .wpdt-c #weather-widget .weather-icon.wi-24 {
10726
+ background-size: 125px 125px;
10727
+ }
10728
+ }
10729
+
10730
+
10731
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10732
+
10733
+ .wpdt-c #weather-widget .weather-icon.wi-25 {
10734
+ background-size: 125px 125px;
10735
+ }
10736
+ }
10737
+
10738
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10739
+
10740
+ .wpdt-c #weather-widget .weather-icon.wi-26 {
10741
+ background-size: 125px 125px;
10742
+ }
10743
+ }
10744
+
10745
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10746
+
10747
+ .wpdt-c #weather-widget .weather-icon.wi-27 {
10748
+ background-size: 125px 125px;
10749
+ }
10750
+ }
10751
+
10752
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10753
+
10754
+ .wpdt-c #weather-widget .weather-icon.wi-28 {
10755
+ background-size: 125px 125px;
10756
+ }
10757
+ }
10758
+
10759
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10760
+
10761
+ .wpdt-c #weather-widget .weather-icon.wi-29 {
10762
+ background-size: 125px 125px;
10763
+ }
10764
+ }
10765
+
10766
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10767
+
10768
+ .wpdt-c #weather-widget .weather-icon.wi-30 {
10769
+ background-size: 125px 125px;
10770
+ }
10771
+ }
10772
+
10773
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10774
+
10775
+ .wpdt-c #weather-widget .weather-icon.wi-31 {
10776
+ background-size: 125px 125px;
10777
+ }
10778
+ }
10779
+
10780
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10781
+
10782
+ .wpdt-c #weather-widget .weather-icon.wi-32 {
10783
+ background-size: 125px 125px;
10784
+ }
10785
+ }
10786
+
10787
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10788
+
10789
+ .wpdt-c #weather-widget .weather-icon.wi-33 {
10790
+ background-size: 125px 125px;
10791
+ }
10792
+ }
10793
+
10794
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10795
+
10796
+ .wpdt-c #weather-widget .weather-icon.wi-34 {
10797
+ background-size: 125px 125px;
10798
+ }
10799
+ }
10800
+
10801
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10802
+
10803
+ .wpdt-c #weather-widget .weather-icon.wi-35 {
10804
+ background-size: 125px 125px;
10805
+ }
10806
+ }
10807
+
10808
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10809
+
10810
+ .wpdt-c #weather-widget .weather-icon.wi-36 {
10811
+ background-size: 125px 125px;
10812
+ }
10813
+ }
10814
+
10815
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10816
+
10817
+ .wpdt-c #weather-widget .weather-icon.wi-37 {
10818
+ background-size: 125px 125px;
10819
+ }
10820
+ }
10821
+
10822
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10823
+
10824
+ .wpdt-c #weather-widget .weather-icon.wi-38 {
10825
+ background-size: 125px 125px;
10826
+ }
10827
+ }
10828
+
10829
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10830
+
10831
+ .wpdt-c #weather-widget .weather-icon.wi-39 {
10832
+ background-size: 125px 125px;
10833
+ }
10834
+ }
10835
+
10836
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10837
+
10838
+ .wpdt-c #weather-widget .weather-icon.wi-40 {
10839
+ background-size: 125px 125px;
10840
+ }
10841
+ }
10842
+
10843
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10844
+
10845
+ .wpdt-c #weather-widget .weather-icon.wi-41 {
10846
+ background-size: 125px 125px;
10847
+ }
10848
+ }
10849
+
10850
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10851
+
10852
+ .wpdt-c #weather-widget .weather-icon.wi-42 {
10853
+ background-size: 125px 125px;
10854
+ }
10855
+ }
10856
+
10857
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10858
+
10859
+ .wpdt-c #weather-widget .weather-icon.wi-43 {
10860
+ background-size: 125px 125px;
10861
+ }
10862
+ }
10863
+
10864
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10865
+
10866
+ .wpdt-c #weather-widget .weather-icon.wi-44 {
10867
+ background-size: 125px 125px;
10868
+ }
10869
+ }
10870
+
10871
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10872
+
10873
+ .wpdt-c #weather-widget .weather-icon.wi-45 {
10874
+ background-size: 125px 125px;
10875
+ }
10876
+ }
10877
+
10878
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10879
+
10880
+ .wpdt-c #weather-widget .weather-icon.wi-46 {
10881
+ background-size: 125px 125px;
10882
+ }
10883
+ }
10884
+
10885
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
10886
+
10887
+ .wpdt-c #weather-widget .weather-icon.wi-47 {
10888
+ background-size: 125px 125px;
10889
+ }
10890
+ }
10891
+
10892
+ .wpdt-c #weather-widget .weather-info {
10893
+ list-style: none;
10894
+ padding: 0;
10895
+ margin: 3px 0 0 0;
10896
+ }
10897
+
10898
+ .wpdt-c #weather-widget .weather-info > li {
10899
+ display: inline-block;
10900
+ border: 1px solid rgba(255, 255, 255, 0.39);
10901
+ padding: 2px 10px 3px;
10902
+ margin-right: 5px;
10903
+ }
10904
+
10905
+ .wpdt-c #weather-widget .dw-footer {
10906
+ background: rgba(0, 0, 0, 0.04);
10907
+ padding: 10px 20px;
10908
+ }
10909
+
10910
+ .wpdt-c #weather-widget .weather-list {
10911
+ font-size: 16px;
10912
+ overflow: hidden;
10913
+ text-overflow: ellipsis;
10914
+ white-space: nowrap;
10915
+ }
10916
+
10917
+ .wpdt-c #weather-widget .weather-list > span {
10918
+ margin-right: 7px;
10919
+ display: inline-block;
10920
+ line-height: 40px;
10921
+ vertical-align: top;
10922
+ }
10923
+
10924
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon {
10925
+ width: 35px;
10926
+ height: 35px;
10927
+ background-repeat: no-repeat;
10928
+ background-position: center;
10929
+ background-size: 30px 30px;
10930
+ }
10931
+
10932
+ .wpdt-c #weather-widget .weather-list > span > i {
10933
+ line-height: 100%;
10934
+ font-size: 39px;
10935
+ }
10936
+
10937
+ /*-------------------------
10938
+ Profile View
10939
+ --------------------------*/
10940
+ .wpdt-c .profile-view {
10941
+ text-align: center;
10942
+ }
10943
+
10944
+ .wpdt-c .profile-view .pv-header {
10945
+ position: relative;
10946
+ height: 145px;
10947
+ width: 100%;
10948
+ background-repeat: no-repeat;
10949
+ -webkit-background-size: cover;
10950
+ -moz-background-size: cover;
10951
+ -o-background-size: cover;
10952
+ background-size: cover;
10953
+ background-position: center;
10954
+ }
10955
+
10956
+ .wpdt-c .profile-view .pv-header > .pv-main {
10957
+ border-radius: 50%;
10958
+ width: 130px;
10959
+ position: absolute;
10960
+ height: 130px;
10961
+ bottom: -50px;
10962
+ left: 50%;
10963
+ margin-left: -65px;
10964
+ -webkit-transition: all;
10965
+ -o-transition: all;
10966
+ transition: all;
10967
+ -webkit-transition-duration: 300ms;
10968
+ transition-duration: 300ms;
10969
+ }
10970
+
10971
+ .wpdt-c .profile-view .pv-body {
10972
+ margin-top: 70px;
10973
+ padding: 0 20px 20px;
10974
+ }
10975
+
10976
+ .wpdt-c .profile-view .pv-body > h2 {
10977
+ margin: 0;
10978
+ line-height: 100%;
10979
+ font-size: 20px;
10980
+ font-weight: 400;
10981
+ }
10982
+
10983
+ .wpdt-c .profile-view .pv-body > small {
10984
+ display: block;
10985
+ color: #8E8E8E;
10986
+ margin: 10px 0 15px;
10987
+ }
10988
+
10989
+ .wpdt-c .profile-view .pv-body .pv-contact, .wpdt-c .profile-view .pv-body .pv-follow {
10990
+ padding: 0;
10991
+ list-style: none;
10992
  }
10993
 
10994
+ .wpdt-c .profile-view .pv-body .pv-contact > li, .wpdt-c .profile-view .pv-body .pv-follow > li {
10995
+ display: inline-block;
10996
  }
10997
 
10998
+ .wpdt-c .profile-view .pv-body .pv-follow {
10999
+ margin: 20px -20px;
11000
+ padding: 10px;
11001
+ background-color: #F3F3F3;
 
 
 
11002
  }
11003
 
11004
+ .wpdt-c .profile-view .pv-body .pv-follow > li {
11005
+ padding: 0 10px;
 
 
11006
  }
11007
 
11008
+ .wpdt-c .profile-view .pv-body .pv-contact > li {
11009
+ margin: 0 5px;
 
 
 
 
11010
  }
11011
 
11012
+ .wpdt-c .profile-view .pv-body .pv-contact > li > .zmdi {
11013
+ line-height: 100%;
11014
+ vertical-align: text-bottom;
11015
+ font-size: 22px;
 
 
 
 
 
11016
  }
11017
 
11018
+ .wpdt-c .profile-view .pv-body .pv-follow-btn {
11019
+ padding: 7px 20px;
11020
+ background: #00BCD4;
11021
  color: #fff;
11022
+ border-radius: 3px;
11023
+ text-transform: uppercase;
11024
+ max-width: 200px;
11025
  width: 100%;
11026
+ display: inline-block;
 
 
 
 
11027
  }
11028
 
11029
+ .wpdt-c .profile-view .pv-body .pv-follow-btn:hover {
11030
+ background: #00a5bb;
 
 
 
 
11031
  }
11032
 
11033
+ .wpdt-c .profile-view:hover .pv-main {
11034
+ -webkit-transform: scale(1.2);
11035
+ -ms-transform: scale(1.2);
11036
+ -o-transform: scale(1.2);
11037
+ transform: scale(1.2);
11038
+ }
11039
 
11040
  /*-------------------------
11041
  Picture List
11363
  }
11364
 
11365
  .wpdt-c .btn:not(.dropdown-toggle) {
11366
+ text-transform: none;
11367
  }
11368
 
11369
  .wpdt-c .btn[class*="bgm-"]:not(.bgm-white) {
11619
  }
11620
 
11621
  .wpdt-c .checkbox label, .wpdt-c .radio label {
11622
+ display: inline-block;
11623
+ padding-left: 25px;
11624
+ text-overflow: ellipsis;
11625
+ white-space: nowrap;
11626
+ overflow: hidden;
11627
  }
11628
 
11629
  .wpdt-c .checkbox input, .wpdt-c .radio input {
11632
  margin-left: 0 !important;
11633
  z-index: 1;
11634
  cursor: pointer;
11635
+ opacity: 1;
11636
  filter: alpha(opacity=0);
11637
  margin-top: 0;
11638
  }
11688
  -ms-transform: scale(0);
11689
  -o-transform: scale(0);
11690
  transform: scale(0);
11691
+ content: '\f0c8';
11692
+ font-family: 'wpDataTablesIcons';
11693
  position: absolute;
11694
  font-size: 12px;
11695
  left: 2px;
11842
  }
11843
 
11844
  .wpdt-c .fg-line:not([class*=has-]):after {
11845
+ display: none;
11846
  }
11847
 
11848
  .wpdt-c .fg-line.readonly .form-control {
11959
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
11960
  }
11961
 
11962
+
11963
  .wpdt-c .toggle-switch input {
11964
  position: absolute;
11965
  z-index: 1;
11966
+ width: 16px;
11967
+ height: 16px;
11968
+ cursor: pointer;
11969
+ right: 11px;
11970
+ top: 12px;
11971
+ background: #FAFBFC;
11972
+ border: 1px solid #C1C7D0;
11973
+ box-sizing: border-box;
11974
+ border-radius: 3px;
11975
+ margin: 0;
11976
+ box-shadow: none;
11977
+ outline: none !important;
11978
+ }
11979
+
11980
+ .wpdt-c .wdt-datatables-admin-wrap .check-column i {
11981
+ font-size: 18px;
11982
+ }
11983
+ .wpdt-c .wpDataTableFilterSection .wdt_checkbox_option input[type=checkbox],
11984
+ .wpdt-c .wdt-datatables-admin-wrap .check-column input[type=checkbox] {
11985
+ z-index: 1;
11986
+ width: 16px;
11987
+ height: 16px;
11988
  cursor: pointer;
11989
+ background: #FFFFFF;
11990
+ border: 1px solid #C1C7D0;
11991
+ box-sizing: border-box;
11992
+ border-radius: 3px;
11993
+ margin: 0 !important;
11994
+ box-shadow: none;
11995
+ outline: none !important;
11996
+ vertical-align: baseline;
11997
+ opacity: 1;
11998
+ }
11999
+
12000
+ .wpdt-c .wpDataTableFilterSection .wdt_checkbox_option input[type=checkbox]{
12001
+ position: absolute;
12002
+ top: 6px;
12003
+ }
12004
+
12005
+ .wpdt-c .wdt-datatables-admin-wrap .check-column input[type=checkbox]:checked::before,
12006
+ .wpdt-c .wpDataTableFilterSection .wdt_checkbox_option input[type=checkbox]:checked::before {
12007
+ font-family: 'wpDataTablesIcons';
12008
+ content: '\f00c';
12009
+ width: 16px;
12010
+ height: 16px;
12011
+ color: white;
12012
+ border: 1px solid #2684FF;
12013
+ background: #2684FF;
12014
+ border-radius: 3px;
12015
+ margin: 0;
12016
+ padding: 1px 0 0 0;
12017
+ font-size: 11px;
12018
+ float: none;
12019
+ font-weight: bold;
12020
+ position: absolute;
12021
+ left: -1px;
12022
+ top: -1px;
12023
+ opacity: 1;
12024
+ }
12025
+
12026
+ .wpdt-c .wdt-datatables-admin-wrap #cb-select-all-1 input[type=checkbox]:checked::before {
12027
+ padding: 2px 0 0 0;
12028
+ }
12029
+
12030
+
12031
+ .wpdt-c .toggle-switch input[type=checkbox]:checked:before {
12032
+ font-family: 'wpDataTablesIcons';
12033
+ content: '\f00c';
12034
+ width: 16px;
12035
+ height: 16px;
12036
+ color: white;
12037
+ border: 1px solid #2684FF;
12038
+ background: #2684FF;
12039
+ border-radius: 3px;
12040
+ margin: 0;
12041
+ padding: 1px 0 0 0;
12042
+ font-size: 12px;
12043
+ float: none;
12044
+ font-weight: bold;
12045
+ position: absolute;
12046
+ left: -1px;
12047
+ top: -1px;
12048
+ }
12049
+ .wpdt-c .toggle-switch input.wdt-premium-feature[type=checkbox]:checked:before {
12050
+ display: none;
12051
  }
12052
 
12053
  .wpdt-c .toggle-switch input:checked + .ts-helper:before {
12351
 
12352
  .wpdt-c.growl-animated.alert-success {
12353
  box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
12354
+ background: #EBFBEE;
12355
+ border: 1px solid #40C057;
12356
+ box-sizing: border-box;
12357
+ color: #061938;
12358
+ padding: 8px 12px;
12359
+ font-family: Inter;
12360
+ font-size: 12px;
12361
+ line-height: 20px;
12362
  }
12363
 
12364
+ .wpdt-c.growl-animated.alert-success .wpdt-icon-check-circle-full {
12365
+ color: #2F9E44;
12366
+ margin-right: 4px;
12367
+ }
12368
+
12369
+
12370
  .wpdt-c.growl-animated.alert-warning {
12371
  box-shadow: 0 0 5px rgba(255, 193, 7, 0.5);
12372
  }
12373
 
12374
  .wpdt-c.growl-animated.alert-danger {
12375
+ background: linear-gradient(0deg, rgba(240, 62, 62, 0.04), rgba(240, 62, 62, 0.04)), #FFFFFF;
12376
+ border: 1px solid #F03E3E;
12377
+ box-sizing: border-box;
12378
+ box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.08), 0 5px 5px rgba(0, 0, 0, 0.04);
12379
+ border-radius: 4px;
12380
+ font-family: Inter;
12381
+ font-style: normal;
12382
+ font-weight: normal;
12383
+ font-size: 12px;
12384
+ line-height: 20px;
12385
+ color: #061938;
12386
+ }
12387
+
12388
+ .wpdt-c.growl-animated.alert-danger span.wpdt-icon-exclamation-triangle {
12389
+ margin-right: 4px;
12390
+ color: #F03E3E;
12391
  }
12392
 
12393
  .wpdt-c.alert-link {
12395
  }
12396
 
12397
  /*-------------------------
12398
+ Lightbox
12399
  -------------------------*/
12400
  .wpdt-c .lightbox .lightbox-item {
12401
  overflow: hidden;
12445
  }
12446
 
12447
  /*-------------------------
12448
+ Carousel
12449
  --------------------------*/
12450
  .wpdt-c .carousel .carousel-control {
12451
  -webkit-transition: all;
12585
  }
12586
 
12587
  .wpdt-c .modal[data-modal-color] .modal-footer {
12588
+ background: #FFFFFF;
12589
  }
12590
 
12591
  .modal[data-modal-color] .modal-backdrop {
12636
  background: #607D8B;
12637
  }
12638
 
12639
+ .wpdt-c .modal[data-modal-color="red"] {
12640
+ font-family: Inter;
12641
+ font-style: normal;
12642
+ font-weight: normal;
12643
+ }
12644
+
12645
+ .wpdt-c .modal[data-modal-color="red"] .modal-title {
12646
+ font-size: 15px;
12647
+ line-height: 20px;
12648
+ color: #061938;
12649
+ }
12650
+
12651
+ .wpdt-c .modal[data-modal-color="red"] .modal-title i {
12652
+ color: #F03E3E;
12653
+ margin-right: 8px;
12654
+ }
12655
+
12656
  .wpdt-c .modal[data-modal-color="red"] .modal-content {
12657
+ background: #FFFFFF;
12658
+ border: 1px solid #F03E3E;
12659
+ box-sizing: border-box;
12660
+ box-shadow: 0 0 1px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.04), 0 16px 24px rgba(0, 0, 0, 0.06);
12661
+ border-radius: 4px;
12662
+ font-size: 14px;
12663
+ line-height: 24px;
12664
+ color: #5A6C89;
12665
  }
12666
 
12667
  .wpdt-c .panel {
12718
  }
12719
 
12720
  .wpdt-c .panel-collapse .panel-heading:before, .wpdt-c .panel-collapse .panel-heading:after {
12721
+ font-family: 'wpDataTablesIcons';
12722
  font-size: 17px;
12723
  position: absolute;
12724
  left: 0;
12730
  -webkit-backface-visibility: hidden;
12731
  -moz-backface-visibility: hidden;
12732
  backface-visibility: hidden;
12733
+ top: 7px;
12734
  }
12735
 
12736
  .wpdt-c .panel-collapse .panel-heading:before {
12737
+ content: "\f107";
12738
  -webkit-transform: scale(1);
12739
  -ms-transform: scale(1);
12740
  -o-transform: scale(1);
12746
  -ms-transform: scale(0);
12747
  -o-transform: scale(0);
12748
  transform: scale(0);
12749
+ content: "\f106";
12750
  }
12751
 
12752
  .wpdt-c .panel-collapse .panel-heading.active .panel-title > a:after {
12804
  background: #00BCD4;
12805
  }
12806
 
 
 
 
 
12807
 
12808
  .wpdt-c .breadcrumb {
 
12809
  border-radius: 0;
12810
  margin-top: -27px;
12811
  margin-bottom: 50px;
13615
  border-radius: 50%;
13616
  }
13617
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13618
 
13619
  .wpdt-c .tab-nav.settings {
13620
  box-shadow: none;
13627
 
13628
  .wpdt-c .bootstrap-select.btn-group .dropdown-menu li {
13629
  display: block;
13630
+ margin: 0;
13631
  }
13632
 
13633
  .wpdt-c .card .card-header.wdt-admin-card-header h2 span {
13635
  }
13636
 
13637
  .wpdt-c .card .card-header h2 small {
13638
+ font-family: Inter;
13639
+ font-size: 11px;
13640
+ margin-top: 2px;
13641
+ color: #8796AF;
13642
  }
13643
 
13644
  .wpdt-c .checkbox .input-helper:after {
13645
  font-size: 14px;
13646
  }
13647
 
13648
+ #series-settings-container div.chart-series-block:first-child .chart-show-yaxis {
13649
+ display: none;
13650
+ }
13651
+
13652
+ #series-settings-container div.chart-series-block {
13653
+
13654
+ background: #FFFFFF;
13655
+ box-shadow: 0 2px 5px rgba(23, 43, 77, 0.1), 0 0 1px rgba(23, 43, 77, 0.32);
13656
+ border-radius: 3px;
13657
+ padding-bottom: 10px;
13658
+ margin-bottom: 20px;
13659
+ }
13660
+
13661
+ #series-settings-container div.chart-series-block h4.title {
13662
+ margin: 0 !important;
13663
+ padding: 15px;
13664
+ background-color: #F8F8FA;
13665
+ }
13666
+
13667
+ #series-settings-container div.chart-series-block .chart-series-label,
13668
+ #series-settings-container div.chart-series-block .chart-series-color,
13669
+ #series-settings-container div.chart-series-block .chart-series-type,
13670
+ #series-settings-container div.chart-series-block .chart-show-yaxis {
13671
+ padding: 0 20px !important;
13672
+ }
13673
+
13674
+ #series-settings-container div.chart-series-block .chart-series-label {
13675
+ padding-top: 10px !important;
13676
+ }
13677
+
13678
  .wdt-include-bootstrap-block, .wdt-include-bootstrap-back-end-block {
13679
  margin-bottom: 25px;
13680
+ }
13681
+
13682
+ .wpdt-c .wdt-datetimepicker-modal .datepicker {
13683
+ width: 100% !important;
13684
+ }
13685
+
13686
+ .wpdt-c .media-modal * {
13687
+ box-sizing: content-box;
13688
+ }
13689
+ .wpdt-c .wdt-lite-disabled {
13690
+ opacity: 0.5;
13691
+ pointer-events: none;
13692
+ cursor: not-allowed;
13693
+ }
13694
+
13695
+ .wpdt-c .noUi-handle.noUi-handle-upper {
13696
+ right: 0 !important;
13697
+ left: 100% !important;
13698
+ background-color: #0083c2 !important;
13699
+ }
13700
+
13701
+ .wpdt-c .noUi-handle.noUi-handle-lower {
13702
+ right: 0 !important;
13703
+ left: 100% !important;
13704
+ background-color: #0083c2 !important;
13705
+ }
13706
+
13707
+ .wpdt-c .noUi-horizontal {
13708
+ margin-top: 20px !important;
13709
+ margin-right: 15px !important;
13710
+ }
13711
+
13712
+ .wpdt-c .noUi-connect {
13713
+ background: #0277bd !important;
13714
+ }
13715
+
13716
+ .wpdt-c #wdt-checkbox-filter-reset,
13717
+ .wpdt-c #wdt-checkbox-filter-close {
13718
+ position: relative;
13719
+ }
13720
+
13721
+ .google_candlestick_chart g.google-visualization-tooltip g:nth-child(3) text:first-child,
13722
+ .google_waterfall_chart g.google-visualization-tooltip g:nth-child(3) text:first-child {
13723
+ display: none !important;
13724
+ }
13725
+
13726
+ #wdt-frontend-modal .wdt_checkbox_option label,
13727
+ #wdt-frontend-modal .wdt-search-filters-button-container .wdt_checkbox_option label {
13728
+ padding-left: 0;
13729
+ }
13730
+
13731
+ #wdt-frontend-modal .wdt_checkbox_option span.wdt-checkbox-label,
13732
+ #wdt-frontend-modal .wdt-search-filters-button-container .wdt_checkbox_option span.wdt-checkbox-label {
13733
+ vertical-align: text-bottom;
13734
+ margin-bottom: 2px;
13735
+ display: inline-block;
13736
+ }
13737
+
13738
+ #wdt-frontend-modal .wdt_checkbox_option input[type="checkbox"],
13739
+ #wdt-frontend-modal .wdt-search-filters-button-container .wdt_checkbox_option input[type="checkbox"] {
13740
+ background: #FFFFFF;
13741
+ width: 16px;
13742
+ height: 16px;
13743
+ border: 1px solid #C1C7D0;
13744
+ box-sizing: border-box;
13745
+ border-radius: 3px;
13746
+ margin: 0 10px 0 0 !important;
13747
+ box-shadow: none;
13748
+ outline: none !important;
13749
+ vertical-align: baseline;
13750
+ opacity: 1 !important;
13751
+ position: relative;
13752
+ }
13753
+
13754
+ #wdt-frontend-modal .wdt_checkbox_option input[type="checkbox"]:checked:before,
13755
+ #wdt-frontend-modal .wdt-search-filters-button-container .wdt_checkbox_option input[type="checkbox"]:checked:before {
13756
+ font-family: 'wpDataTablesIcons';
13757
+ content: '\f00c';
13758
+ width: 16px;
13759
+ height: 16px;
13760
+ color: white;
13761
+ border: 1px solid #2684FF;
13762
+ background: #2684FF;
13763
+ border-radius: 3px;
13764
+ margin: 0;
13765
+ padding: 1px 0 0 0;
13766
+ font-size: 11px;
13767
+ float: none;
13768
+ font-weight: bold;
13769
+ position: absolute;
13770
+ left: -1px;
13771
+ top: -1px;
13772
+ opacity: 1
13773
+ }
assets/css/dataTables.bootstrap.css DELETED
@@ -1,223 +0,0 @@
1
- div.dataTables_length label {
2
- font-weight: normal;
3
- float: left;
4
- text-align: left;
5
- }
6
-
7
- div.dataTables_length select {
8
- width: 75px;
9
- }
10
-
11
- div.dataTables_filter label {
12
- font-weight: normal;
13
- float: right;
14
- }
15
-
16
- div.dataTables_filter input {
17
- width: 16em;
18
- }
19
-
20
- div.dataTables_info {
21
- padding-top: 8px;
22
- }
23
-
24
- div.dataTables_paginate {
25
- float: right;
26
- margin: 0;
27
- }
28
-
29
- div.dataTables_paginate ul.pagination {
30
- margin: 2px 0;
31
- white-space: nowrap;
32
- }
33
-
34
- table.dataTable,
35
- table.dataTable td,
36
- table.dataTable th {
37
- -webkit-box-sizing: content-box;
38
- -moz-box-sizing: content-box;
39
- box-sizing: content-box;
40
- }
41
-
42
-
43
- table.dataTable {
44
- clear: both;
45
- margin-top: 6px !important;
46
- margin-bottom: 6px !important;
47
- max-width: none !important;
48
- }
49
-
50
- table.dataTable thead .sorting,
51
- table.dataTable thead .sorting_asc,
52
- table.dataTable thead .sorting_desc,
53
- table.dataTable thead .sorting_asc_disabled,
54
- table.dataTable thead .sorting_desc_disabled {
55
- cursor: pointer;
56
- }
57
-
58
- table.dataTable thead .sorting { background: url('../images/sort_both.png') no-repeat center right; }
59
- table.dataTable thead .sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; }
60
- table.dataTable thead .sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; }
61
-
62
- table.dataTable thead .sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
63
- table.dataTable thead .sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }
64
-
65
- table.dataTable th:active {
66
- outline: none;
67
- }
68
-
69
- /* Scrolling */
70
- div.dataTables_scrollHead table {
71
- margin-bottom: 0 !important;
72
- border-bottom-left-radius: 0;
73
- border-bottom-right-radius: 0;
74
- }
75
-
76
- div.dataTables_scrollHead table thead tr:last-child th:first-child,
77
- div.dataTables_scrollHead table thead tr:last-child td:first-child {
78
- border-bottom-left-radius: 0 !important;
79
- border-bottom-right-radius: 0 !important;
80
- }
81
-
82
- div.dataTables_scrollBody table {
83
- border-top: none;
84
- margin-top: 0 !important;
85
- margin-bottom: 0 !important;
86
- }
87
-
88
- div.dataTables_scrollBody tbody tr:first-child th,
89
- div.dataTables_scrollBody tbody tr:first-child td {
90
- border-top: none;
91
- }
92
-
93
- div.dataTables_scrollFoot table {
94
- margin-top: 0 !important;
95
- border-top: none;
96
- }
97
-
98
-
99
-
100
-
101
- /*
102
- * TableTools styles
103
- */
104
- .table tbody tr.active td,
105
- .table tbody tr.active th {
106
- background-color: #08C;
107
- color: white;
108
- }
109
-
110
- .table tbody tr.active:hover td,
111
- .table tbody tr.active:hover th {
112
- background-color: #0075b0 !important;
113
- }
114
-
115
- .table tbody tr.active a {
116
- color: white;
117
- }
118
-
119
- .table-striped tbody tr.active:nth-child(odd) td,
120
- .table-striped tbody tr.active:nth-child(odd) th {
121
- background-color: #017ebc;
122
- }
123
-
124
- table.DTTT_selectable tbody tr {
125
- cursor: pointer;
126
- }
127
-
128
- div.DTTT .btn {
129
- color: #333 !important;
130
- font-size: 12px;
131
- }
132
-
133
- div.DTTT .btn:hover {
134
- text-decoration: none !important;
135
- }
136
-
137
- ul.DTTT_dropdown.dropdown-menu {
138
- z-index: 2003;
139
- }
140
-
141
- ul.DTTT_dropdown.dropdown-menu a {
142
- color: #333 !important; /* needed only when demo_page.css is included */
143
- }
144
-
145
- ul.DTTT_dropdown.dropdown-menu li {
146
- position: relative;
147
- }
148
-
149
- ul.DTTT_dropdown.dropdown-menu li:hover a {
150
- background-color: #0088cc;
151
- color: white !important;
152
- }
153
-
154
- div.DTTT_collection_background {
155
- z-index: 2002;
156
- }
157
-
158
- /* TableTools information display */
159
- div.DTTT_print_info.modal {
160
- height: 150px;
161
- margin-top: -75px;
162
- text-align: center;
163
- }
164
-
165
- div.DTTT_print_info h6 {
166
- font-weight: normal;
167
- font-size: 28px;
168
- line-height: 28px;
169
- margin: 1em;
170
- }
171
-
172
- div.DTTT_print_info p {
173
- font-size: 14px;
174
- line-height: 20px;
175
- }
176
-
177
-
178
-
179
- /*
180
- * FixedColumns styles
181
- */
182
- div.DTFC_LeftHeadWrapper table,
183
- div.DTFC_LeftFootWrapper table,
184
- div.DTFC_RightHeadWrapper table,
185
- div.DTFC_RightFootWrapper table,
186
- table.DTFC_Cloned tr.even {
187
- background-color: white;
188
- }
189
-
190
- div.DTFC_RightHeadWrapper table ,
191
- div.DTFC_LeftHeadWrapper table {
192
- margin-bottom: 0 !important;
193
- border-top-right-radius: 0 !important;
194
- border-bottom-left-radius: 0 !important;
195
- border-bottom-right-radius: 0 !important;
196
- }
197
-
198
- div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
199
- div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
200
- div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
201
- div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
202
- border-bottom-left-radius: 0 !important;
203
- border-bottom-right-radius: 0 !important;
204
- }
205
-
206
- div.DTFC_RightBodyWrapper table,
207
- div.DTFC_LeftBodyWrapper table {
208
- border-top: none;
209
- margin-bottom: 0 !important;
210
- }
211
-
212
- div.DTFC_RightBodyWrapper tbody tr:first-child th,
213
- div.DTFC_RightBodyWrapper tbody tr:first-child td,
214
- div.DTFC_LeftBodyWrapper tbody tr:first-child th,
215
- div.DTFC_LeftBodyWrapper tbody tr:first-child td {
216
- border-top: none;
217
- }
218
-
219
- div.DTFC_RightFootWrapper table,
220
- div.DTFC_LeftFootWrapper table {
221
- border-top: none;
222
- }
223
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/datepicker.default.css DELETED
@@ -1,175 +0,0 @@
1
- /* ==========================================================================
2
- $BASE-PICKER
3
- ========================================================================== */
4
- /**
5
- * Note: the root picker element should *NOT* be styled more than what’s here.
6
- */
7
- .picker {
8
- font-size: 16px;
9
- text-align: left;
10
- line-height: 1.2;
11
- color: #000000;
12
- // position: absolute;
13
- // z-index: 1000;
14
- -webkit-user-select: none;
15
- -moz-user-select: none;
16
- -ms-user-select: none;
17
- user-select: none;
18
- }
19
- /**
20
- * The picker input element.
21
- */
22
- .picker__input {
23
- cursor: default;
24
- }
25
- /**
26
- * When the picker is opened, the input element is “activated”.
27
- */
28
- .picker__input.picker__input--active {
29
- border-color: #0089ec;
30
- }
31
- /**
32
- * The holder is the only “scrollable” top-level container element.
33
- */
34
- .picker__holder {
35
- width: 100%;
36
- overflow-y: auto;
37
- -webkit-overflow-scrolling: touch;
38
- z-index: 11000;
39
- }
40
-
41
- /*!
42
- * Default mobile-first, responsive styling for pickadate.js
43
- * Demo: http://amsul.github.io/pickadate.js
44
- */
45
- /**
46
- * Note: the root picker element should *NOT* be styled more than what’s here.
47
- */
48
- /**
49
- * Make the holder and frame fullscreen.
50
- */
51
- .picker__holder,
52
- .picker__frame {
53
- bottom: 0;
54
- left: 0;
55
- right: 0;
56
- top: 100%;
57
- }
58
- /**
59
- * The holder should overlay the entire screen.
60
- */
61
- .picker__holder {
62
- position: fixed;
63
- -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
64
- -moz-transition: background 0.15s ease-out, top 0s 0.15s;
65
- transition: background 0.15s ease-out, top 0s 0.15s;
66
- }
67
- /**
68
- * The frame that bounds the box contents of the picker.
69
- */
70
- .picker__frame {
71
- position: absolute;
72
- margin: 0 auto;
73
- min-width: 256px;
74
- max-width: 666px;
75
- width: 100%;
76
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
77
- filter: alpha(opacity=0);
78
- -moz-opacity: 0;
79
- opacity: 0;
80
- -webkit-transition: all 0.15s ease-out;
81
- -moz-transition: all 0.15s ease-out;
82
- transition: all 0.15s ease-out;
83
- }
84
- @media (min-height: 33.875em) {
85
- .picker__frame {
86
- overflow: visible;
87
- top: auto;
88
- bottom: -100%;
89
- max-height: 80%;
90
- }
91
- }
92
- @media (min-height: 40.125em) {
93
- .picker__frame {
94
- margin-bottom: 7.5%;
95
- }
96
- }
97
- /**
98
- * The wrapper sets the stage to vertically align the box contents.
99
- */
100
- .picker__wrap {
101
- display: table;
102
- width: 100%;
103
- height: 100%;
104
- }
105
- @media (min-height: 33.875em) {
106
- .picker__wrap {
107
- display: block;
108
- }
109
- }
110
- /**
111
- * The box contains all the picker contents.
112
- */
113
- .picker__box {
114
- background: #ffffff;
115
- display: table-cell;
116
- vertical-align: middle;
117
- }
118
- @media (min-height: 26.5em) {
119
- .picker__box {
120
- font-size: 1.25em;
121
- }
122
- }
123
- @media (min-height: 33.875em) {
124
- .picker__box {
125
- display: block;
126
- font-size: 1.33em;
127
- border: 1px solid #777777;
128
- border-top-color: #898989;
129
- border-bottom-width: 0;
130
- -webkit-border-radius: 5px 5px 0 0;
131
- -moz-border-radius: 5px 5px 0 0;
132
- border-radius: 5px 5px 0 0;
133
- -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
134
- -moz-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
135
- box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
136
- }
137
- }
138
- @media (min-height: 40.125em) {
139
- .picker__box {
140
- font-size: 1.5em;
141
- border-bottom-width: 1px;
142
- -webkit-border-radius: 5px;
143
- -moz-border-radius: 5px;
144
- border-radius: 5px;
145
- }
146
- }
147
- /**
148
- * When the picker opens...
149
- */
150
- .picker--opened .picker__holder {
151
- top: 0;
152
- background: transparent;
153
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
154
- zoom: 1;
155
- background: rgba(0, 0, 0, 0.32);
156
- -webkit-transition: background 0.15s ease-out;
157
- -moz-transition: background 0.15s ease-out;
158
- transition: background 0.15s ease-out;
159
- }
160
- .picker--opened .picker__frame {
161
- top: 0;
162
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
163
- filter: alpha(opacity=100);
164
- -moz-opacity: 1;
165
- opacity: 1;
166
- }
167
- @media (min-height: 33.875em) {
168
- .picker--opened .picker__frame {
169
- top: auto;
170
- bottom: 0;
171
- }
172
- }
173
- /**
174
- * For `large` screens, transform into an inline picker.
175
- */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/datepicker.default.date.css DELETED
@@ -1,277 +0,0 @@
1
- /* ==========================================================================
2
- $BASE-DATE-PICKER
3
- ========================================================================== */
4
- /**
5
- * The picker box.
6
- */
7
- .picker__box {
8
- padding: 0 1em;
9
- }
10
- /**
11
- * The header containing the month and year stuff.
12
- */
13
- .picker__header {
14
- text-align: center;
15
- position: relative;
16
- margin-top: .75em;
17
- }
18
- /**
19
- * The month and year labels.
20
- */
21
- .picker__month,
22
- .picker__year {
23
- font-weight: 500;
24
- display: inline-block;
25
- margin-left: .25em;
26
- margin-right: .25em;
27
- }
28
- .picker__year {
29
- color: #999999;
30
- font-size: .8em;
31
- font-style: italic;
32
- }
33
- /**
34
- * The month and year selectors.
35
- */
36
- .picker__select--month,
37
- .picker__select--year {
38
- border: 1px solid #b7b7b7;
39
- height: 2.5em;
40
- padding: .5em .25em;
41
- margin-left: .25em;
42
- margin-right: .25em;
43
- font-size: .6em;
44
- }
45
- @media (min-width: 24.5em) {
46
- .picker__select--month,
47
- .picker__select--year {
48
- font-size: .8em;
49
- margin-top: -0.5em;
50
- }
51
- }
52
- .picker__select--month {
53
- width: 35%;
54
- }
55
- .picker__select--year {
56
- width: 22.5%;
57
- }
58
- .picker__select--month:focus,
59
- .picker__select--year:focus {
60
- border-color: #0089ec;
61
- }
62
- /**
63
- * The month navigation buttons.
64
- */
65
- .picker__nav--prev,
66
- .picker__nav--next {
67
- position: absolute;
68
- padding: .5em 1.25em;
69
- width: 1em;
70
- height: 1em;
71
- top: -0.25em;
72
- }
73
- @media (min-width: 24.5em) {
74
- .picker__nav--prev,
75
- .picker__nav--next {
76
- top: -0.33em;
77
- }
78
- }
79
- .picker__nav--prev {
80
- left: -1em;
81
- padding-right: 1.25em;
82
- }
83
- @media (min-width: 24.5em) {
84
- .picker__nav--prev {
85
- padding-right: 1.5em;
86
- }
87
- }
88
- .picker__nav--next {
89
- right: -1em;
90
- padding-left: 1.25em;
91
- }
92
- @media (min-width: 24.5em) {
93
- .picker__nav--next {
94
- padding-left: 1.5em;
95
- }
96
- }
97
- .picker__nav--prev:before,
98
- .picker__nav--next:before {
99
- content: " ";
100
- border-top: .5em solid transparent;
101
- border-bottom: .5em solid transparent;
102
- border-right: 0.75em solid #000000;
103
- width: 0;
104
- height: 0;
105
- display: block;
106
- margin: 0 auto;
107
- }
108
- .picker__nav--next:before {
109
- border-right: 0;
110
- border-left: 0.75em solid #000000;
111
- }
112
- .picker__nav--prev:hover,
113
- .picker__nav--next:hover {
114
- cursor: pointer;
115
- color: #000000;
116
- background: #b1dcfb;
117
- }
118
- .picker__nav--disabled,
119
- .picker__nav--disabled:hover,
120
- .picker__nav--disabled:before,
121
- .picker__nav--disabled:before:hover {
122
- cursor: default;
123
- background: none;
124
- border-right-color: #f5f5f5;
125
- border-left-color: #f5f5f5;
126
- }
127
- /**
128
- * The calendar table of dates
129
- */
130
- .picker__table {
131
- text-align: center;
132
- border-collapse: collapse;
133
- border-spacing: 0;
134
- table-layout: fixed;
135
- font-size: inherit;
136
- width: 100%;
137
- margin-top: .75em;
138
- margin-bottom: .5em;
139
- }
140
- @media (min-height: 33.875em) {
141
- .picker__table {
142
- margin-bottom: .75em;
143
- }
144
- }
145
- .picker__table td {
146
- margin: 0;
147
- padding: 0;
148
- }
149
- /**
150
- * The weekday labels
151
- */
152
- .picker__weekday {
153
- width: 14.285714286%;
154
- font-size: .75em;
155
- padding-bottom: .25em;
156
- color: #999999;
157
- font-weight: 500;
158
- /* Increase the spacing a tad */
159
- }
160
- @media (min-height: 33.875em) {
161
- .picker__weekday {
162
- padding-bottom: .5em;
163
- }
164
- }
165
- /**
166
- * The days on the calendar
167
- */
168
- .picker__day {
169
- padding: .3125em 0;
170
- font-weight: 200;
171
- border: 1px solid transparent;
172
- }
173
- .picker__day--today {
174
- color: #0089ec;
175
- position: relative;
176
- }
177
- .picker__day--today:before {
178
- content: " ";
179
- position: absolute;
180
- top: 2px;
181
- right: 2px;
182
- width: 0;
183
- height: 0;
184
- border-top: 0.5em solid #0059bc;
185
- border-left: .5em solid transparent;
186
- }
187
- .picker__day--selected,
188
- .picker__day--selected:hover {
189
- border-color: #0089ec;
190
- }
191
- .picker__day--highlighted {
192
- background: #b1dcfb;
193
- }
194
- .picker__day--disabled:before {
195
- border-top-color: #aaaaaa;
196
- }
197
- .picker__day--outfocus {
198
- color: #dddddd;
199
- }
200
- .picker__day--infocus:hover,
201
- .picker__day--outfocus:hover {
202
- cursor: pointer;
203
- color: #000000;
204
- background: #b1dcfb;
205
- }
206
- .picker__day--highlighted:hover,
207
- .picker--focused .picker__day--highlighted {
208
- background: #0089ec;
209
- color: #ffffff;
210
- }
211
- .picker__day--disabled,
212
- .picker__day--disabled:hover {
213
- background: #f5f5f5;
214
- border-color: #f5f5f5;
215
- color: #dddddd;
216
- cursor: default;
217
- }
218
- .picker__day--highlighted.picker__day--disabled,
219
- .picker__day--highlighted.picker__day--disabled:hover {
220
- background: #bbbbbb;
221
- }
222
- /**
223
- * The footer containing the "today" and "clear" buttons.
224
- */
225
- .picker__footer {
226
- text-align: center;
227
- }
228
- .picker__button--today,
229
- .picker__button--clear {
230
- border: 1px solid #ffffff;
231
- background: #ffffff;
232
- font-size: .8em;
233
- padding: .66em 0;
234
- font-weight: bold;
235
- width: 50%;
236
- display: inline-block;
237
- vertical-align: bottom;
238
- }
239
- .picker__button--today:hover,
240
- .picker__button--clear:hover {
241
- cursor: pointer;
242
- color: #000000;
243
- background: #b1dcfb;
244
- border-bottom-color: #b1dcfb;
245
- }
246
- .picker__button--today:focus,
247
- .picker__button--clear:focus {
248
- background: #b1dcfb;
249
- border-color: #0089ec;
250
- outline: none;
251
- }
252
- .picker__button--today:before,
253
- .picker__button--clear:before {
254
- position: relative;
255
- display: inline-block;
256
- height: 0;
257
- }
258
- .picker__button--today:before {
259
- content: " ";
260
- margin-right: .45em;
261
- top: -0.05em;
262
- width: 0;
263
- border-top: 0.66em solid #0059bc;
264
- border-left: .66em solid transparent;
265
- }
266
- .picker__button--clear:before {
267
- content: "\D7";
268
- margin-right: .35em;
269
- top: -0.1em;
270
- color: #ee2200;
271
- vertical-align: top;
272
- font-size: 1.1em;
273
- }
274
-
275
- /* ==========================================================================
276
- $DEFAULT-DATE-PICKER
277
- ========================================================================== */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/datepicker.default.time.css DELETED
@@ -1,126 +0,0 @@
1
- /* ==========================================================================
2
- $BASE-TIME-PICKER
3
- ========================================================================== */
4
- /**
5
- * The list of times.
6
- */
7
- .picker__list {
8
- list-style: none;
9
- padding: 0.75em 0 4.2em;
10
- margin: 0;
11
- }
12
- /**
13
- * The times on the clock.
14
- */
15
- .picker__list-item {
16
- border-bottom: 1px solid #dddddd;
17
- border-top: 1px solid #dddddd;
18
- margin-bottom: -1px;
19
- position: relative;
20
- background: #ffffff;
21
- padding: .75em 1.25em;
22
- }
23
- @media (min-height: 46.75em) {
24
- .picker__list-item {
25
- padding: .5em 1em;
26
- }
27
- }
28
- /* Hovered time */
29
- .picker__list-item:hover {
30
- cursor: pointer;
31
- color: #000000;
32
- background: #b1dcfb;
33
- border-color: #0089ec;
34
- z-index: 10;
35
- }
36
- /* Highlighted and hovered/focused time */
37
- .picker__list-item--highlighted {
38
- border-color: #0089ec;
39
- z-index: 10;
40
- }
41
- .picker__list-item--highlighted:hover,
42
- .picker--focused .picker__list-item--highlighted {
43
- cursor: pointer;
44
- color: #000000;
45
- background: #b1dcfb;
46
- }
47
- /* Selected and hovered/focused time */
48
- .picker__list-item--selected,
49
- .picker__list-item--selected:hover,
50
- .picker--focused .picker__list-item--selected {
51
- background: #0089ec;
52
- color: #ffffff;
53
- z-index: 10;
54
- }
55
- /* Disabled time */
56
- .picker__list-item--disabled,
57
- .picker__list-item--disabled:hover,
58
- .picker--focused .picker__list-item--disabled {
59
- background: #f5f5f5;
60
- border-color: #f5f5f5;
61
- color: #dddddd;
62
- cursor: default;
63
- border-color: #dddddd;
64
- z-index: auto;
65
- }
66
- /**
67
- * The clear button
68
- */
69
- .picker--time .picker__button--clear {
70
- display: block;
71
- width: 80%;
72
- margin: 1em auto 0;
73
- padding: 1em 1.25em;
74
- background: none;
75
- border: 0;
76
- font-weight: 500;
77
- font-size: .67em;
78
- text-align: center;
79
- text-transform: uppercase;
80
- color: #666;
81
- }
82
- .picker--time .picker__button--clear:hover,
83
- .picker--time .picker__button--clear:focus {
84
- color: #000000;
85
- background: #b1dcfb;
86
- background: #ee2200;
87
- border-color: #ee2200;
88
- cursor: pointer;
89
- color: #ffffff;
90
- outline: none;
91
- }
92
- .picker--time .picker__button--clear:before {
93
- top: -0.25em;
94
- color: #666;
95
- font-size: 1.25em;
96
- font-weight: bold;
97
- }
98
- .picker--time .picker__button--clear:hover:before,
99
- .picker--time .picker__button--clear:focus:before {
100
- color: #ffffff;
101
- border-color: #ffffff;
102
- }
103
-
104
- /* ==========================================================================
105
- $DEFAULT-TIME-PICKER
106
- ========================================================================== */
107
- /**
108
- * The frame the bounds the time picker.
109
- */
110
- .picker--time .picker__frame {
111
- min-width: 256px;
112
- max-width: 320px;
113
- }
114
- /**
115
- * The picker box.
116
- */
117
- .picker--time .picker__box {
118
- font-size: 1em;
119
- background: #f2f2f2;
120
- padding: 0;
121
- }
122
- @media (min-height: 40.125em) {
123
- .picker--time .picker__box {
124
- margin-bottom: 5em;
125
- }
126
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/icheck.minimal.css DELETED
@@ -1,59 +0,0 @@
1
- /* iCheck plugin Minimal skin, black
2
- ----------------------------------- */
3
- .icheckbox_minimal,
4
- .iradio_minimal {
5
- display: inline-block;
6
- *display: inline;
7
- vertical-align: middle;
8
- margin: 0;
9
- padding: 0;
10
- width: 18px;
11
- height: 18px;
12
- background: url(minimal.png) no-repeat;
13
- border: none;
14
- cursor: pointer;
15
- }
16
-
17
- .icheckbox_minimal {
18
- background-position: 0 0;
19
- }
20
- .icheckbox_minimal.hover {
21
- background-position: -20px 0;
22
- }
23
- .icheckbox_minimal.checked {
24
- background-position: -40px 0;
25
- }
26
- .icheckbox_minimal.disabled {
27
- background-position: -60px 0;
28
- cursor: default;
29
- }
30
- .icheckbox_minimal.checked.disabled {
31
- background-position: -80px 0;
32
- }
33
-
34
- .iradio_minimal {
35
- background-position: -100px 0;
36
- }
37
- .iradio_minimal.hover {
38
- background-position: -120px 0;
39
- }
40
- .iradio_minimal.checked {
41
- background-position: -140px 0;
42
- }
43
- .iradio_minimal.disabled {
44
- background-position: -160px 0;
45
- cursor: default;
46
- }
47
- .iradio_minimal.checked.disabled {
48
- background-position: -180px 0;
49
- }
50
-
51
- /* HiDPI support */
52
- @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
53
- .icheckbox_minimal,
54
- .iradio_minimal {
55
- background-image: url(minimal@2x.png);
56
- -webkit-background-size: 200px 20px;
57
- background-size: 200px 20px;
58
- }
59
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/image-picker.css DELETED
@@ -1,29 +0,0 @@
1
- ul.thumbnails.image_picker_selector {
2
- overflow: auto;
3
- list-style-image: none;
4
- list-style-position: outside;
5
- list-style-type: none;
6
- padding: 0px;
7
- margin: 0px; }
8
- ul.thumbnails.image_picker_selector ul {
9
- overflow: auto;
10
- list-style-image: none;
11
- list-style-position: outside;
12
- list-style-type: none;
13
- padding: 0px;
14
- margin: 0px; }
15
- ul.thumbnails.image_picker_selector li.group_title {
16
- float: none; }
17
- ul.thumbnails.image_picker_selector li {
18
- margin: 0px 12px 12px 0px;
19
- float: left; }
20
- ul.thumbnails.image_picker_selector li .thumbnail {
21
- padding: 6px;
22
- border: 1px solid #dddddd;
23
- -webkit-user-select: none;
24
- -moz-user-select: none;
25
- -ms-user-select: none; }
26
- ul.thumbnails.image_picker_selector li .thumbnail img {
27
- -webkit-user-drag: none; }
28
- ul.thumbnails.image_picker_selector li .thumbnail.selected {
29
- background: #0088cc; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/jquery.fileupload.css DELETED
@@ -1,66 +0,0 @@
1
- @charset "UTF-8";
2
- /*
3
- * jQuery File Upload Plugin CSS 1.3.0
4
- * https://github.com/blueimp/jQuery-File-Upload
5
- *
6
- * Copyright 2013, Sebastian Tschan
7
- * https://blueimp.net
8
- *
9
- * Licensed under the MIT license:
10
- * http://www.opensource.org/licenses/MIT
11
- */
12
-
13
- .fileinput-button {
14
- position: relative;
15
- overflow: hidden;
16
- }
17
- .fileinput-button input {
18
- position: absolute;
19
- top: 0;
20
- right: 0;
21
- margin: 0;
22
- opacity: 0;
23
- height: 27px;
24
- -ms-filter: 'alpha(opacity=0)';
25
- font-size: 200px;
26
- direction: ltr;
27
- cursor: pointer;
28
- }
29
-
30
- /* Fixes for IE < 8 */
31
- @media screen\9 {
32
- .fileinput-button input {
33
- filter: alpha(opacity=0);
34
- font-size: 100%;
35
- height: 100%;
36
- }
37
- }
38
-
39
- .progress {
40
- height: 20px;
41
- margin-bottom: 20px;
42
- margin-top: 10px;
43
- overflow: hidden;
44
- background-color: #f5f5f5;
45
- border-radius: 4px;
46
- -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
47
- box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
48
- }
49
-
50
- .progress-bar {
51
- float: left;
52
- width: 0;
53
- height: 100%;
54
- font-size: 12px;
55
- color: #fff;
56
- text-align: center;
57
- background-color: #428bca;
58
- -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
59
- box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
60
- -webkit-transition: width .6s ease;
61
- transition: width .6s ease;
62
- }
63
-
64
- .progress-bar-success {
65
- background-color: #5cb85c;
66
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/jquery.fs.selecter-arrow.png DELETED
Binary file
assets/css/jquery.fs.selecter.css DELETED
@@ -1,81 +0,0 @@
1
- /*
2
- * Selecter v3.1.9 - 2014-09-02
3
- * A jQuery plugin for replacing default select elements. Part of the Formstone Library.
4
- * http://formstone.it/selecter/
5
- *
6
- * Copyright 2014 Ben Plum; MIT Licensed
7
- */
8
-
9
- .selecter { display: block; margin: 10px 0; position: relative; max-width: 30%; z-index: 1; }
10
-
11
- .selecter .selecter-element { *left: -999999px; height: 100%; left: 0; position: absolute; opacity: 0; width: 100%; z-index: -1; }
12
- .selecter .selecter-element,
13
- .selecter .selecter-element:focus { outline: none;
14
- -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
15
- -webkit-tap-highlight-color: transparent;
16
- }
17
-
18
- .selecter .selecter-selected { background: #F9F9F9 url(jquery.fs.selecter-arrow.png) no-repeat right center; border: 1px solid #ccc; border-radius: 3px; color: #333; cursor: pointer; display: block; font-size: 13px; margin: 0; overflow: hidden; padding: 8px 10px; position: relative; text-overflow: clip; z-index: 2; }
19
- .selecter .selecter-options { border: 1px solid #ccc; border-width: 0 1px 1px; background-color: #fefefe; border-radius: 0 0 3px 3px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); display: none; left: 0; margin: 0; max-height: 260px; overflow: auto; overflow-x: hidden; padding: 0; position: absolute; top: 100%; width: 100%; *width: auto; z-index: 50; }
20
- .selecter .selecter-group { background: #F9F9F9; border-bottom: 1px solid #e3e3e3; color: #999; display: block; font-size: 11px; padding: 5px 10px 4px; text-transform: uppercase; }
21
- .selecter .selecter-item { background: #fff; border-bottom: 1px solid #e3e3e3; color: #333; cursor: pointer; display: block; font-size: 13px; margin: 0; overflow: hidden; padding: 8px 10px; text-overflow: ellipsis; width: 100%; }
22
- .selecter .selecter-item.placeholder { display: none; }
23
- .selecter .selecter-item.selected { background: #F9F9F9; }
24
- .selecter .selecter-item.disabled { color: #999; cursor: default; }
25
- .selecter .selecter-item:first-child { border-radius: 0; }
26
- .selecter .selecter-item:last-child { border-radius: 0 0 2px 2px; border-bottom: 0; }
27
-
28
- @media screen and (min-width: 980px) {
29
- .selecter .selecter-item:hover,
30
- .selecter .selecter-item.selected:hover { background-color: #f3f3f3; }
31
- .selecter .selecter-item.disabled:hover { background-color: #fff; }
32
-
33
- .selecter:hover .selecter-selected { background-color: #fff; }
34
-
35
- .selecter.disabled .selecter-item:hover { background: #fff; }
36
- }
37
-
38
- /* Open */
39
- .selecter.open { z-index: 3; }
40
- .selecter.open .selecter-selected { border-radius: 3px 3px 0 0; z-index: 51; }
41
-
42
- .selecter.open .selecter-selected,
43
- .selecter.focus .selecter-selected { background-color: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
44
-
45
- /* 'Cover' Positioning */
46
- .selecter.cover .selecter-options { border-radius: 3px; border-width: 1px; top: 0; }
47
- .selecter.cover .selecter-options .selecter-item.first { border-radius: 3px 3px 0 0; }
48
- .selecter.cover.open .selecter-selected { border-radius: 3px 3px 0 0; z-index: 49; }
49
-
50
- /* 'Bottom' Positioning */
51
- .selecter.bottom .selecter-options { border-width: 1px 1px 0; bottom: 100%; top: auto; }
52
- .selecter.bottom .selecter-item:last-child { border: none; }
53
- .selecter.bottom.open .selecter-selected { border-radius: 0 0 3px 3px; }
54
- .selecter.bottom.open .selecter-options { border-radius: 3px 3px 0 0; }
55
-
56
- /* 'Bottom' + 'Cover' Positioning */
57
- .selecter.bottom.cover .selecter-options { bottom: 0; top: auto; }
58
- .selecter.bottom.cover.open .selecter-selected { border-radius: 3px; }
59
- .selecter.bottom.cover.open .selecter-options { border-radius: 3px; }
60
-
61
- /* Multiple Select */
62
- .selecter.multiple .selecter-options { border-radius: 3px; border-width: 1px; box-shadow: none; display: block; position: static; width: 100%; }
63
-
64
- /* 'Disabled' State */
65
- .selecter.disabled .selecter-selected { background: #fff; border-color: #eee; color: #ccc; cursor: default; }
66
- .selecter.disabled .selecter-options { background: #fff; border-color: #eee; }
67
- .selecter.disabled .selecter-group,
68
- .selecter.disabled .selecter-item { border-color: #eee; color: #ccc; cursor: default; }
69
- .selecter.disabled .selecter-item.selected { background: #fafafa; }
70
-
71
- /* Scroller Support */
72
- .selecter .selecter-options.scroller { overflow: hidden; }
73
- .selecter .selecter-options.scroller .scroller-content { max-height: 260px; padding: 0; }
74
-
75
- /* Media Queries */
76
- @media screen and (max-width: 740px) {
77
- .selecter { max-width: 40%; }
78
- }
79
- @media screen and (max-width: 500px) {
80
- .selecter { max-width: 100%; }
81
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/jquery.fs.tipper-icon.png DELETED
Binary file
assets/css/jquery.remodal.css DELETED
@@ -1,235 +0,0 @@
1
- /*! Remodal - v0.1.2 - 2014-03-05
2
- * https://github.com/VodkaBears/remodal
3
- * Copyright (c) 2014 VodkaBears; */
4
-
5
- /* Fonts */
6
- @import url(https://fonts.googleapis.com/css?family=Exo+2:700,400&subset=latin,cyrillic);
7
-
8
- /* Lock screen(begin) */
9
- html.remodal_lock, body.remodal_lock {
10
- overflow: hidden;
11
- }
12
-
13
- /* Lock screen(end) */
14
-
15
- /* Background for effects(begin) */
16
- .remodal-bg {
17
- -webkit-transition: -webkit-filter 0.2s linear;
18
- -moz-transition: -moz-filter 0.2s linear;
19
- -o-transition: -o-filter 0.2s linear;
20
- transition: filter 0.2s linear;
21
- }
22
-
23
- body.remodal_active .remodal-bg {
24
- -webkit-filter: blur(3px);
25
- -moz-filter: blur(3px);
26
- -o-filter: blur(3px);
27
- -ms-filter: blur(3px);
28
- filter: blur(3px);
29
- }
30
-
31
- /* Background for effects(end) */
32
-
33
- /* Anti FOUC(begin) */
34
- .remodal, [data-remodal-id] {
35
- visibility: hidden;
36
- }
37
-
38
- /* Anti FOUC(end)*/
39
-
40
- /* Remodal overlay(begin) */
41
- .remodal-overlay {
42
- display: none;
43
- overflow: auto;
44
- -webkit-overflow-scrolling: touch;
45
-
46
- position: fixed;
47
- top: 0;
48
- left: 0;
49
- right: 0;
50
- bottom: 0;
51
- z-index: 10000;
52
-
53
- text-align: center;
54
-
55
- opacity: 0;
56
- background: rgba(33, 36, 46, 0.95);
57
- /* IE6–IE8 */
58
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EE21242E, endColorstr=#EE21242E);
59
- zoom: 1;
60
- -webkit-transition: opacity 0.2s linear;
61
- -moz-transition: opacity 0.2s linear;
62
- -o-transition: opacity 0.2s linear;
63
- transition: opacity 0.2s linear;
64
- }
65
-
66
- .remodal-overlay > * {
67
- -webkit-transform: translateZ(0px);
68
- }
69
-
70
- .remodal-overlay:after {
71
- display: inline-block;
72
-
73
- height: 100%;
74
- margin-left: -0.05em;
75
-
76
- content: '';
77
- vertical-align: middle;
78
- }
79
-
80
- body.remodal_active .remodal-overlay {
81
- opacity: 1;
82
- }
83
-
84
- /* Remodal overlay(end) */
85
-
86
- .remodal {
87
- font-size: 16px;
88
-
89
- position: relative;
90
-
91
- display: inline-block;
92
-
93
- width: 100%;
94
- min-height: 100%;
95
- padding: 35px;
96
- -webkit-box-sizing: border-box;
97
- -moz-box-sizing: border-box;
98
- box-sizing: border-box;
99
-
100
- vertical-align: middle;
101
-
102
- background: #f4f4f4;
103
- background-clip: padding-box;
104
- color: #182a3c;
105
- -webkit-box-shadow: 0px 0px 8px #171a24;
106
- box-shadow: 0px 0px 8px #171a24;
107
-
108
- -webkit-transform: scale(0.95);
109
- -moz-transform: scale(0.95);
110
- -ms-transform: scale(0.95);
111
- -o-transform: scale(0.95);
112
- transform: scale(0.95);
113
- -webkit-transition: -webkit-transform 0.2s linear;
114
- -moz-transition: -moz-transform 0.2s linear;
115
- -o-transition: -o-transform 0.2s linear;
116
- transition: transform 0.2s linear;
117
- }
118
-
119
- body.remodal_active .remodal {
120
- -webkit-transform: scale(1);
121
- -moz-transform: scale(1);
122
- -ms-transform: scale(1);
123
- -o-transform: scale(1);
124
- transform: scale(1);
125
- }
126
-
127
- /* Remodal window(end) */
128
-
129
- /* Remodal window close button(begin) */
130
- .remodal-close {
131
- position: absolute;
132
- top: 5px;
133
- left: 5px;
134
-
135
- width: 28px;
136
- height: 28px;
137
-
138
- text-decoration: none;
139
-
140
- -webkit-border-radius: 50%;
141
- border-radius: 50%;
142
- border: 2px solid #3e5368;
143
- -webkit-transition: background 0.2s linear;
144
- -moz-transition: background 0.2s linear;
145
- -o-transition: background 0.2s linear;
146
- transition: background 0.2s linear;
147
- }
148
-
149
- .remodal-close:after {
150
- display: block;
151
- font-size: 28px;
152
- font-family: Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif !important;
153
-
154
- content: "×";
155
- line-height: 28px;
156
- cursor: pointer;
157
- text-decoration: none;
158
-
159
- color: #3e5368;
160
-
161
- -webkit-transition: all 0.2s linear;
162
- -moz-transition: all 0.2s linear;
163
- -o-transition: all 0.2s linear;
164
- transition: all 0.2s linear;
165
- }
166
-
167
- .remodal-close:hover, .remodal-close:active {
168
- background: #3e5368;
169
- }
170
-
171
- .remodal-close:hover.remodal-close:after, .remodal-close:active.remodal-close:after {
172
- color: #f4f4f4;
173
- }
174
-
175
- /* Remodal window close button(end) */
176
-
177
- /* Remodal buttons(begin) */
178
- .remodal-confirm, .remodal-cancel {
179
- font-size: 10pt;
180
-
181
- display: inline-block;
182
-
183
- width: 120px;
184
- padding: 9px 0;
185
- margin: 0 0 5px 0;
186
- background-clip: padding-box;
187
-
188
- cursor: pointer;
189
- text-decoration: none;
190
- text-align: center;
191
-
192
- -webkit-border-radius: 50px;
193
- border-radius: 50px;
194
- -webkit-transition: all 0.2s linear;
195
- -moz-transition: all 0.2s linear;
196
- -o-transition: all 0.2s linear;
197
- transition: all 0.2s linear;
198
- }
199
-
200
- .remodal-confirm {
201
- border: 2px solid #16a085;
202
- background: #f4f4f4;
203
- color: #16a085;
204
- }
205
-
206
- .remodal-confirm:hover, .remodal-confirm:active {
207
- background: #16a085;
208
- color: #f4f4f4;
209
- }
210
-
211
- .remodal-cancel {
212
- border: 2px solid #c0392b;
213
- background: #f4f4f4;
214
- color: #c0392b;
215
- }
216
-
217
- .remodal-cancel:hover, .remodal-cancel:active {
218
- background: #c0392b;
219
- color: #f4f4f4;
220
- }
221
-
222
- /* Remodal buttons(end) */
223
-
224
- /************** Media queries **************/
225
-
226
- @media only screen and (min-width: 40.063em) /* min-width 641px */ {
227
- .remodal {
228
- max-width: 700px;
229
- margin: 20px auto;
230
- min-height: 0;
231
-
232
- -webkit-border-radius: 6px;
233
- border-radius: 6px;
234
- }
235
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/material-design-iconic-font/.bower.json DELETED
@@ -1,45 +0,0 @@
1
- {
2
- "name": "material-design-iconic-font",
3
- "description": "Material Design Iconic Font",
4
- "keywords": [
5
- "material",
6
- "design",
7
- "icons",
8
- "font"
9
- ],
10
- "authors": [
11
- "Sergey Kupletsky <s.kupletsky@gmail.com> (http://github.com/zavoloklom)"
12
- ],
13
- "license": [
14
- "OFL-1.1",
15
- "MIT"
16
- ],
17
- "main": [
18
- "./dist/css/material-design-iconic-font.min.css",
19
- "./dist/fonts/*"
20
- ],
21
- "ignore": [
22
- "*/.*",
23
- "node_modules/*",
24
- "*.json",
25
- "*.md"
26
- ],
27
- "homepage": "http://zavoloklom.github.io/material-design-iconic-font/",
28
- "repository": {
29
- "type": "git",
30
- "url": "git://github.com/zavoloklom/material-design-iconic-font.git"
31
- },
32
- "dependencies": {},
33
- "devDependencies": {},
34
- "version": "2.2.0",
35
- "_release": "2.2.0",
36
- "_resolution": {
37
- "type": "version",
38
- "tag": "2.2.0",
39
- "commit": "a1cdb51dc417163d0f262806ffe290751b0e63d3"
40
- },
41
- "_source": "https://github.com/zavoloklom/material-design-iconic-font.git",
42
- "_target": "^2.2.0",
43
- "_originalSource": "material-design-iconic-font",
44
- "_direct": true
45
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/material-design-iconic-font/css/material-design-iconic-font.css DELETED
@@ -1,5166 +0,0 @@
1
- /*!
2
- * Material Design Iconic Font by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
3
- * License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License)
4
- */
5
- @font-face {
6
- font-family: 'Material-Design-Iconic-Font';
7
- src: url('../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0') format('woff2'), url('../fonts/Material-Design-Iconic-Font.woff?v=2.2.0') format('woff'), url('../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0') format('truetype');
8
- font-weight: normal;
9
- font-style: normal;
10
- }
11
- .zmdi {
12
- display: inline-block;
13
- font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
14
- font-size: inherit;
15
- text-rendering: auto;
16
- -webkit-font-smoothing: antialiased;
17
- -moz-osx-font-smoothing: grayscale;
18
- }
19
- .zmdi-hc-lg {
20
- font-size: 1.33333333em;
21
- line-height: 0.75em;
22
- vertical-align: -15%;
23
- }
24
- .zmdi-hc-2x {
25
- font-size: 2em;
26
- }
27
- .zmdi-hc-3x {
28
- font-size: 3em;
29
- }
30
- .zmdi-hc-4x {
31
- font-size: 4em;
32
- }
33
- .zmdi-hc-5x {
34
- font-size: 5em;
35
- }
36
- .zmdi-hc-fw {
37
- width: 1.28571429em;
38
- text-align: center;
39
- }
40
- .zmdi-hc-ul {
41
- padding-left: 0;
42
- margin-left: 2.14285714em;
43
- list-style-type: none;
44
- }
45
- .zmdi-hc-ul > li {
46
- position: relative;
47
- }
48
- .zmdi-hc-li {
49
- position: absolute;
50
- left: -2.14285714em;
51
- width: 2.14285714em;
52
- top: 0.14285714em;
53
- text-align: center;
54
- }
55
- .zmdi-hc-li.zmdi-hc-lg {
56
- left: -1.85714286em;
57
- }
58
- .zmdi-hc-border {
59
- padding: .1em .25em;
60
- border: solid 0.1em #9e9e9e;
61
- border-radius: 2px;
62
- }
63
- .zmdi-hc-border-circle {
64
- padding: .1em .25em;
65
- border: solid 0.1em #9e9e9e;
66
- border-radius: 50%;
67
- }
68
- .zmdi.pull-left {
69
- float: left;
70
- margin-right: .15em;
71
- }
72
- .zmdi.pull-right {
73
- float: right;
74
- margin-left: .15em;
75
- }
76
- .zmdi-hc-spin {
77
- -webkit-animation: zmdi-spin 1.5s infinite linear;
78
- animation: zmdi-spin 1.5s infinite linear;
79
- }
80
- .zmdi-hc-spin-reverse {
81
- -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
82
- animation: zmdi-spin-reverse 1.5s infinite linear;
83
- }
84
- @-webkit-keyframes zmdi-spin {
85
- 0% {
86
- -webkit-transform: rotate(0deg);
87
- transform: rotate(0deg);
88
- }
89
- 100% {
90
- -webkit-transform: rotate(359deg);
91
- transform: rotate(359deg);
92
- }
93
- }
94
- @keyframes zmdi-spin {
95
- 0% {
96
- -webkit-transform: rotate(0deg);
97
- transform: rotate(0deg);
98
- }
99
- 100% {
100
- -webkit-transform: rotate(359deg);
101
- transform: rotate(359deg);
102
- }
103
- }
104
- @-webkit-keyframes zmdi-spin-reverse {
105
- 0% {
106
- -webkit-transform: rotate(0deg);
107
- transform: rotate(0deg);
108
- }
109
- 100% {
110
- -webkit-transform: rotate(-359deg);
111
- transform: rotate(-359deg);
112
- }
113
- }
114
- @keyframes zmdi-spin-reverse {
115
- 0% {
116
- -webkit-transform: rotate(0deg);
117
- transform: rotate(0deg);
118
- }
119
- 100% {
120
- -webkit-transform: rotate(-359deg);
121
- transform: rotate(-359deg);
122
- }
123
- }
124
- .zmdi-hc-rotate-90 {
125
- -webkit-transform: rotate(90deg);
126
- -ms-transform: rotate(90deg);
127
- transform: rotate(90deg);
128
- }
129
- .zmdi-hc-rotate-180 {
130
- -webkit-transform: rotate(180deg);
131
- -ms-transform: rotate(180deg);
132
- transform: rotate(180deg);
133
- }
134
- .zmdi-hc-rotate-270 {
135
- -webkit-transform: rotate(270deg);
136
- -ms-transform: rotate(270deg);
137
- transform: rotate(270deg);
138
- }
139
- .zmdi-hc-flip-horizontal {
140
- -webkit-transform: scale(-1, 1);
141
- -ms-transform: scale(-1, 1);
142
- transform: scale(-1, 1);
143
- }
144
- .zmdi-hc-flip-vertical {
145
- -webkit-transform: scale(1, -1);
146
- -ms-transform: scale(1, -1);
147
- transform: scale(1, -1);
148
- }
149
- .zmdi-hc-stack {
150
- position: relative;
151
- display: inline-block;
152
- width: 2em;
153
- height: 2em;
154
- line-height: 2em;
155
- vertical-align: middle;
156
- }
157
- .zmdi-hc-stack-1x,
158
- .zmdi-hc-stack-2x {
159
- position: absolute;
160
- left: 0;
161
- width: 100%;
162
- text-align: center;
163
- }
164
- .zmdi-hc-stack-1x {
165
- line-height: inherit;
166
- }
167
- .zmdi-hc-stack-2x {
168
- font-size: 2em;
169
- }
170
- .zmdi-hc-inverse {
171
- color: #ffffff;
172
- }
173
- /* Material Design Iconic Font uses the Unicode Private Use Area (PUA) to ensure screen
174
- readers do not read off random characters that represent icons */
175
- .zmdi-3d-rotation:before {
176
- content: '\f101';
177
- }
178
- .zmdi-airplane-off:before {
179
- content: '\f102';
180
- }
181
- .zmdi-airplane:before {
182
- content: '\f103';
183
- }
184
- .zmdi-album:before {
185
- content: '\f104';
186
- }
187
- .zmdi-archive:before {
188
- content: '\f105';
189
- }
190
- .zmdi-assignment-account:before {
191
- content: '\f106';
192
- }
193
- .zmdi-assignment-alert:before {
194
- content: '\f107';
195
- }
196
- .zmdi-assignment-check:before {
197
- content: '\f108';
198
- }
199
- .zmdi-assignment-o:before {
200
- content: '\f109';
201
- }
202
- .zmdi-assignment-return:before {
203
- content: '\f10a';
204
- }
205
- .zmdi-assignment-returned:before {
206
- content: '\f10b';
207
- }
208
- .zmdi-assignment:before {
209
- content: '\f10c';
210
- }
211
- .zmdi-attachment-alt:before {
212
- content: '\f10d';
213
- }
214
- .zmdi-attachment:before {
215
- content: '\f10e';
216
- }
217
- .zmdi-audio:before {
218
- content: '\f10f';
219
- }
220
- .zmdi-badge-check:before {
221
- content: '\f110';
222
- }
223
- .zmdi-balance-wallet:before {
224
- content: '\f111';
225
- }
226
- .zmdi-balance:before {
227
- content: '\f112';
228
- }
229
- .zmdi-battery-alert:before {
230
- content: '\f113';
231
- }
232
- .zmdi-battery-flash:before {
233
- content: '\f114';
234
- }
235
- .zmdi-battery-unknown:before {
236
- content: '\f115';
237
- }
238
- .zmdi-battery:before {
239
- content: '\f116';
240
- }
241
- .zmdi-bike:before {
242
- content: '\f117';
243
- }
244
- .zmdi-block-alt:before {
245
- content: '\f118';
246
- }
247
- .zmdi-block:before {
248
- content: '\f119';
249
- }
250
- .zmdi-boat:before {
251
- content: '\f11a';
252
- }
253
- .zmdi-book-image:before {
254
- content: '\f11b';
255
- }
256
- .zmdi-book:before {
257
- content: '\f11c';
258
- }
259
- .zmdi-bookmark-outline:before {
260
- content: '\f11d';
261
- }
262
- .zmdi-bookmark:before {
263
- content: '\f11e';
264
- }
265
- .zmdi-brush:before {
266
- content: '\f11f';
267
- }
268
- .zmdi-bug:before {
269
- content: '\f120';
270
- }
271
- .zmdi-bus:before {
272
- content: '\f121';
273
- }
274
- .zmdi-cake:before {
275
- content: '\f122';
276
- }
277
- .zmdi-car-taxi:before {
278
- content: '\f123';
279
- }
280
- .zmdi-car-wash:before {
281
- content: '\f124';
282
- }
283
- .zmdi-car:before {
284
- content: '\f125';
285
- }
286
- .zmdi-card-giftcard:before {
287
- content: '\f126';
288
- }
289
- .zmdi-card-membership:before {
290
- content: '\f127';
291
- }
292
- .zmdi-card-travel:before {
293
- content: '\f128';
294
- }
295
- .zmdi-card:before {
296
- content: '\f129';
297
- }
298
- .zmdi-case-check:before {
299
- content: '\f12a';
300
- }
301
- .zmdi-case-download:before {
302
- content: '\f12b';
303
- }
304
- .zmdi-case-play:before {
305
- content: '\f12c';
306
- }
307
- .zmdi-case:before {
308
- content: '\f12d';
309
- }
310
- .zmdi-cast-connected:before {
311
- content: '\f12e';
312
- }
313
- .zmdi-cast:before {
314
- content: '\f12f';
315
- }
316
- .zmdi-chart-donut:before {
317
- content: '\f130';
318
- }
319
- .zmdi-chart:before {
320
- content: '\f131';
321
- }
322
- .zmdi-city-alt:before {
323
- content: '\f132';
324
- }
325
- .zmdi-city:before {
326
- content: '\f133';
327
- }
328
- .zmdi-close-circle-o:before {
329
- content: '\f134';
330
- }
331
- .zmdi-close-circle:before {
332
- content: '\f135';
333
- }
334
- .zmdi-close:before {
335
- content: '\f136';
336
- }
337
- .zmdi-cocktail:before {
338
- content: '\f137';
339
- }
340
- .zmdi-code-setting:before {
341
- content: '\f138';
342
- }
343
- .zmdi-code-smartphone:before {
344
- content: '\f139';
345
- }
346
- .zmdi-code:before {
347
- content: '\f13a';
348
- }
349
- .zmdi-coffee:before {
350
- content: '\f13b';
351
- }
352
- .zmdi-collection-bookmark:before {
353
- content: '\f13c';
354
- }
355
- .zmdi-collection-case-play:before {
356
- content: '\f13d';
357
- }
358
- .zmdi-collection-folder-image:before {
359
- content: '\f13e';
360
- }
361
- .zmdi-collection-image-o:before {
362
- content: '\f13f';
363
- }
364
- .zmdi-collection-image:before {
365
- content: '\f140';
366
- }
367
- .zmdi-collection-item-1:before {
368
- content: '\f141';
369
- }
370
- .zmdi-collection-item-2:before {
371
- content: '\f142';
372
- }
373
- .zmdi-collection-item-3:before {
374
- content: '\f143';
375
- }
376
- .zmdi-collection-item-4:before {
377
- content: '\f144';
378
- }
379
- .zmdi-collection-item-5:before {
380
- content: '\f145';
381
- }
382
- .zmdi-collection-item-6:before {
383
- content: '\f146';
384
- }
385
- .zmdi-collection-item-7:before {
386
- content: '\f147';
387
- }
388
- .zmdi-collection-item-8:before {
389
- content: '\f148';
390
- }
391
- .zmdi-collection-item-9-plus:before {
392
- content: '\f149';
393
- }
394
- .zmdi-collection-item-9:before {
395
- content: '\f14a';
396
- }
397
- .zmdi-collection-item:before {
398
- content: '\f14b';
399
- }
400
- .zmdi-collection-music:before {
401
- content: '\f14c';
402
- }
403
- .zmdi-collection-pdf:before {
404
- content: '\f14d';
405
- }
406
- .zmdi-collection-plus:before {
407
- content: '\f14e';
408
- }
409
- .zmdi-collection-speaker:before {
410
- content: '\f14f';
411
- }
412
- .zmdi-collection-text:before {
413
- content: '\f150';
414
- }
415
- .zmdi-collection-video:before {
416
- content: '\f151';
417
- }
418
- .zmdi-compass:before {
419
- content: '\f152';
420
- }
421
- .zmdi-cutlery:before {
422
- content: '\f153';
423
- }
424
- .zmdi-delete:before {
425
- content: '\f154';
426
- }
427
- .zmdi-dialpad:before {
428
- content: '\f155';
429
- }
430
- .zmdi-dns:before {
431
- content: '\f156';
432
- }
433
- .zmdi-drink:before {
434
- content: '\f157';
435
- }
436
- .zmdi-edit:before {
437
- content: '\f158';
438
- }
439
- .zmdi-email-open:before {
440
- content: '\f159';
441
- }
442
- .zmdi-email:before {
443
- content: '\f15a';
444
- }
445
- .zmdi-eye-off:before {
446
- content: '\f15b';
447
- }
448
- .zmdi-eye:before {
449
- content: '\f15c';
450
- }
451
- .zmdi-eyedropper:before {
452
- content: '\f15d';
453
- }
454
- .zmdi-favorite-outline:before {
455
- content: '\f15e';
456
- }
457
- .zmdi-favorite:before {
458
- content: '\f15f';
459
- }
460
- .zmdi-filter-list:before {
461
- content: '\f160';
462
- }
463
- .zmdi-fire:before {
464
- content: '\f161';
465
- }
466
- .zmdi-flag:before {
467
- content: '\f162';
468
- }
469
- .zmdi-flare:before {
470
- content: '\f163';
471
- }
472
- .zmdi-flash-auto:before {
473
- content: '\f164';
474
- }
475
- .zmdi-flash-off:before {
476
- content: '\f165';
477
- }
478
- .zmdi-flash:before {
479
- content: '\f166';
480
- }
481
- .zmdi-flip:before {
482
- content: '\f167';
483
- }
484
- .zmdi-flower-alt:before {
485
- content: '\f168';
486
- }
487
- .zmdi-flower:before {
488
- content: '\f169';
489
- }
490
- .zmdi-font:before {
491
- content: '\f16a';
492
- }
493
- .zmdi-fullscreen-alt:before {
494
- content: '\f16b';
495
- }
496
- .zmdi-fullscreen-exit:before {
497
- content: '\f16c';
498
- }
499
- .zmdi-fullscreen:before {
500
- content: '\f16d';
501
- }
502
- .zmdi-functions:before {
503
- content: '\f16e';
504
- }
505
- .zmdi-gas-station:before {
506
- content: '\f16f';
507
- }
508
- .zmdi-gesture:before {
509
- content: '\f170';
510
- }
511
- .zmdi-globe-alt:before {
512
- content: '\f171';
513
- }
514
- .zmdi-globe-lock:before {
515
- content: '\f172';
516
- }
517
- .zmdi-globe:before {
518
- content: '\f173';
519
- }
520
- .zmdi-graduation-cap:before {
521
- content: '\f174';
522
- }
523
- .zmdi-home:before {
524
- content: '\f175';
525
- }
526
- .zmdi-hospital-alt:before {
527
- content: '\f176';
528
- }
529
- .zmdi-hospital:before {
530
- content: '\f177';
531
- }
532
- .zmdi-hotel:before {
533
- content: '\f178';
534
- }
535
- .zmdi-hourglass-alt:before {
536
- content: '\f179';
537
- }
538
- .zmdi-hourglass-outline:before {
539
- content: '\f17a';
540
- }
541
- .zmdi-hourglass:before {
542
- content: '\f17b';
543
- }
544
- .zmdi-http:before {
545
- content: '\f17c';
546
- }
547
- .zmdi-image-alt:before {
548
- content: '\f17d';
549
- }
550
- .zmdi-image-o:before {
551
- content: '\f17e';
552
- }
553
- .zmdi-image:before {
554
- content: '\f17f';
555
- }
556
- .zmdi-inbox:before {
557
- content: '\f180';
558
- }
559
- .zmdi-invert-colors-off:before {
560
- content: '\f181';
561
- }
562
- .zmdi-invert-colors:before {
563
- content: '\f182';
564
- }
565
- .zmdi-key:before {
566
- content: '\f183';
567
- }
568
- .zmdi-label-alt-outline:before {
569
- content: '\f184';
570
- }
571
- .zmdi-label-alt:before {
572
- content: '\f185';
573
- }
574
- .zmdi-label-heart:before {
575
- content: '\f186';
576
- }
577
- .zmdi-label:before {
578
- content: '\f187';
579
- }
580
- .zmdi-labels:before {
581
- content: '\f188';
582
- }
583
- .zmdi-lamp:before {
584
- content: '\f189';
585
- }
586
- .zmdi-landscape:before {
587
- content: '\f18a';
588
- }
589
- .zmdi-layers-off:before {
590
- content: '\f18b';
591
- }
592
- .zmdi-layers:before {
593
- content: '\f18c';
594
- }
595
- .zmdi-library:before {
596
- content: '\f18d';
597
- }
598
- .zmdi-link:before {
599
- content: '\f18e';
600
- }
601
- .zmdi-lock-open:before {
602
- content: '\f18f';
603
- }
604
- .zmdi-lock-outline:before {
605
- content: '\f190';
606
- }
607
- .zmdi-lock:before {
608
- content: '\f191';
609
- }
610
- .zmdi-mail-reply-all:before {
611
- content: '\f192';
612
- }
613
- .zmdi-mail-reply:before {
614
- content: '\f193';
615
- }
616
- .zmdi-mail-send:before {
617
- content: '\f194';
618
- }
619
- .zmdi-mall:before {
620
- content: '\f195';
621
- }
622
- .zmdi-map:before {
623
- content: '\f196';
624
- }
625
- .zmdi-menu:before {
626
- content: '\f197';
627
- }
628
- .zmdi-money-box:before {
629
- content: '\f198';
630
- }
631
- .zmdi-money-off:before {
632
- content: '\f199';
633
- }
634
- .zmdi-money:before {
635
- content: '\f19a';
636
- }
637
- .zmdi-more-vert:before {
638
- content: '\f19b';
639
- }
640
- .zmdi-more:before {
641
- content: '\f19c';
642
- }
643
- .zmdi-movie-alt:before {
644
- content: '\f19d';
645
- }
646
- .zmdi-movie:before {
647
- content: '\f19e';
648
- }
649
- .zmdi-nature-people:before {
650
- content: '\f19f';
651
- }
652
- .zmdi-nature:before {
653
- content: '\f1a0';
654
- }
655
- .zmdi-navigation:before {
656
- content: '\f1a1';
657
- }
658
- .zmdi-open-in-browser:before {
659
- content: '\f1a2';
660
- }
661
- .zmdi-open-in-new:before {
662
- content: '\f1a3';
663
- }
664
- .zmdi-palette:before {
665
- content: '\f1a4';
666
- }
667
- .zmdi-parking:before {
668
- content: '\f1a5';
669
- }
670
- .zmdi-pin-account:before {
671
- content: '\f1a6';
672
- }
673
- .zmdi-pin-assistant:before {
674
- content: '\f1a7';
675
- }
676
- .zmdi-pin-drop:before {
677
- content: '\f1a8';
678
- }
679
- .zmdi-pin-help:before {
680
- content: '\f1a9';
681
- }
682
- .zmdi-pin-off:before {
683
- content: '\f1aa';
684
- }
685
- .zmdi-pin:before {
686
- content: '\f1ab';
687
- }
688
- .zmdi-pizza:before {
689
- content: '\f1ac';
690
- }
691
- .zmdi-plaster:before {
692
- content: '\f1ad';
693
- }
694
- .zmdi-power-setting:before {
695
- content: '\f1ae';
696
- }
697
- .zmdi-power:before {
698
- content: '\f1af';
699
- }
700
- .zmdi-print:before {
701
- content: '\f1b0';
702
- }
703
- .zmdi-puzzle-piece:before {
704
- content: '\f1b1';
705
- }
706
- .zmdi-quote:before {
707
- content: '\f1b2';
708
- }
709
- .zmdi-railway:before {
710
- content: '\f1b3';
711
- }
712
- .zmdi-receipt:before {
713
- content: '\f1b4';
714
- }
715
- .zmdi-refresh-alt:before {
716
- content: '\f1b5';
717
- }
718
- .zmdi-refresh-sync-alert:before {
719
- content: '\f1b6';
720
- }
721
- .zmdi-refresh-sync-off:before {
722
- content: '\f1b7';
723
- }
724
- .zmdi-refresh-sync:before {
725
- content: '\f1b8';
726
- }
727
- .zmdi-refresh:before {
728
- content: '\f1b9';
729
- }
730
- .zmdi-roller:before {
731
- content: '\f1ba';
732
- }
733
- .zmdi-ruler:before {
734
- content: '\f1bb';
735
- }
736
- .zmdi-scissors:before {
737
- content: '\f1bc';
738
- }
739
- .zmdi-screen-rotation-lock:before {
740
- content: '\f1bd';
741
- }
742
- .zmdi-screen-rotation:before {
743
- content: '\f1be';
744
- }
745
- .zmdi-search-for:before {
746
- content: '\f1bf';
747
- }
748
- .zmdi-search-in-file:before {
749
- content: '\f1c0';
750
- }
751
- .zmdi-search-in-page:before {
752
- content: '\f1c1';
753
- }
754
- .zmdi-search-replace:before {
755
- content: '\f1c2';
756
- }
757
- .zmdi-search:before {
758
- content: '\f1c3';
759
- }
760
- .zmdi-seat:before {
761
- content: '\f1c4';
762
- }
763
- .zmdi-settings-square:before {
764
- content: '\f1c5';
765
- }
766
- .zmdi-settings:before {
767
- content: '\f1c6';
768
- }
769
- .zmdi-shield-check:before {
770
- content: '\f1c7';
771
- }
772
- .zmdi-shield-security:before {
773
- content: '\f1c8';
774
- }
775
- .zmdi-shopping-basket:before {
776
- content: '\f1c9';
777
- }
778
- .zmdi-shopping-cart-plus:before {
779
- content: '\f1ca';
780
- }
781
- .zmdi-shopping-cart:before {
782
- content: '\f1cb';
783
- }
784
- .zmdi-sign-in:before {
785
- content: '\f1cc';
786
- }
787
- .zmdi-sort-amount-asc:before {
788
- content: '\f1cd';
789
- }
790
- .zmdi-sort-amount-desc:before {
791
- content: '\f1ce';
792
- }
793
- .zmdi-sort-asc:before {
794
- content: '\f1cf';
795
- }
796
- .zmdi-sort-desc:before {
797
- content: '\f1d0';
798
- }
799
- .zmdi-spellcheck:before {
800
- content: '\f1d1';
801
- }
802
- .zmdi-storage:before {
803
- content: '\f1d2';
804
- }
805
- .zmdi-store-24:before {
806
- content: '\f1d3';
807
- }
808
- .zmdi-store:before {
809
- content: '\f1d4';
810
- }
811
- .zmdi-subway:before {
812
- content: '\f1d5';
813
- }
814
- .zmdi-sun:before {
815
- content: '\f1d6';
816
- }
817
- .zmdi-tab-unselected:before {
818
- content: '\f1d7';
819
- }
820
- .zmdi-tab:before {
821
- content: '\f1d8';
822
- }
823
- .zmdi-tag-close:before {
824
- content: '\f1d9';
825
- }
826
- .zmdi-tag-more:before {
827
- content: '\f1da';
828
- }
829
- .zmdi-tag:before {
830
- content: '\f1db';
831
- }
832
- .zmdi-thumb-down:before {
833
- content: '\f1dc';
834
- }
835
- .zmdi-thumb-up-down:before {
836
- content: '\f1dd';
837
- }
838
- .zmdi-thumb-up:before {
839
- content: '\f1de';
840
- }
841
- .zmdi-ticket-star:before {
842
- content: '\f1df';
843
- }
844
- .zmdi-toll:before {
845
- content: '\f1e0';
846
- }
847
- .zmdi-toys:before {
848
- content: '\f1e1';
849
- }
850
- .zmdi-traffic:before {
851
- content: '\f1e2';
852
- }
853
- .zmdi-translate:before {
854
- content: '\f1e3';
855
- }
856
- .zmdi-triangle-down:before {
857
- content: '\f1e4';
858
- }
859
- .zmdi-triangle-up:before {
860
- content: '\f1e5';
861
- }
862
- .zmdi-truck:before {
863
- content: '\f1e6';
864
- }
865
- .zmdi-turning-sign:before {
866
- content: '\f1e7';
867
- }
868
- .zmdi-wallpaper:before {
869
- content: '\f1e8';
870
- }
871
- .zmdi-washing-machine:before {
872
- content: '\f1e9';
873
- }
874
- .zmdi-window-maximize:before {
875
- content: '\f1ea';
876
- }
877
- .zmdi-window-minimize:before {
878
- content: '\f1eb';
879
- }
880
- .zmdi-window-restore:before {
881
- content: '\f1ec';
882
- }
883
- .zmdi-wrench:before {
884
- content: '\f1ed';
885
- }
886
- .zmdi-zoom-in:before {
887
- content: '\f1ee';
888
- }
889
- .zmdi-zoom-out:before {
890
- content: '\f1ef';
891
- }
892
- .zmdi-alert-circle-o:before {
893
- content: '\f1f0';
894
- }
895
- .zmdi-alert-circle:before {
896
- content: '\f1f1';
897
- }
898
- .zmdi-alert-octagon:before {
899
- content: '\f1f2';
900
- }
901
- .zmdi-alert-polygon:before {
902
- content: '\f1f3';
903
- }
904
- .zmdi-alert-triangle:before {
905
- content: '\f1f4';
906
- }
907
- .zmdi-help-outline:before {
908
- content: '\f1f5';
909
- }
910
- .zmdi-help:before {
911
- content: '\f1f6';
912
- }
913
- .zmdi-info-outline:before {
914
- content: '\f1f7';
915
- }
916
- .zmdi-info:before {
917
- content: '\f1f8';
918
- }
919
- .zmdi-notifications-active:before {
920
- content: '\f1f9';
921
- }
922
- .zmdi-notifications-add:before {
923
- content: '\f1fa';
924
- }
925
- .zmdi-notifications-none:before {
926
- content: '\f1fb';
927
- }
928
- .zmdi-notifications-off:before {
929
- content: '\f1fc';
930
- }
931
- .zmdi-notifications-paused:before {
932
- content: '\f1fd';
933
- }
934
- .zmdi-notifications:before {
935
- content: '\f1fe';
936
- }
937
- .zmdi-account-add:before {
938
- content: '\f1ff';
939
- }
940
- .zmdi-account-box-mail:before {
941
- content: '\f200';
942
- }
943
- .zmdi-account-box-o:before {
944
- content: '\f201';
945
- }
946
- .zmdi-account-box-phone:before {
947
- content: '\f202';
948
- }
949
- .zmdi-account-box:before {
950
- content: '\f203';
951
- }
952
- .zmdi-account-calendar:before {
953
- content: '\f204';
954
- }
955
- .zmdi-account-circle:before {
956
- content: '\f205';
957
- }
958
- .zmdi-account-o:before {
959
- content: '\f206';
960
- }
961
- .zmdi-account:before {
962
- content: '\f207';
963
- }
964
- .zmdi-accounts-add:before {
965
- content: '\f208';
966
- }
967
- .zmdi-accounts-alt:before {
968
- content: '\f209';
969
- }
970
- .zmdi-accounts-list-alt:before {
971
- content: '\f20a';
972
- }
973
- .zmdi-accounts-list:before {
974
- content: '\f20b';
975
- }
976
- .zmdi-accounts-outline:before {
977
- content: '\f20c';
978
- }
979
- .zmdi-accounts:before {
980
- content: '\f20d';
981
- }
982
- .zmdi-face:before {
983
- content: '\f20e';
984
- }
985
- .zmdi-female:before {
986
- content: '\f20f';
987
- }
988
- .zmdi-male-alt:before {
989
- content: '\f210';
990
- }
991
- .zmdi-male-female:before {
992
- content: '\f211';
993
- }
994
- .zmdi-male:before {
995
- content: '\f212';
996
- }
997
- .zmdi-mood-bad:before {
998
- content: '\f213';
999
- }
1000
- .zmdi-mood:before {
1001
- content: '\f214';
1002
- }
1003
- .zmdi-run:before {
1004
- content: '\f215';
1005
- }
1006
- .zmdi-walk:before {
1007
- content: '\f216';
1008
- }
1009
- .zmdi-cloud-box:before {
1010
- content: '\f217';
1011
- }
1012
- .zmdi-cloud-circle:before {
1013
- content: '\f218';
1014
- }
1015
- .zmdi-cloud-done:before {
1016
- content: '\f219';
1017
- }
1018
- .zmdi-cloud-download:before {
1019
- content: '\f21a';
1020
- }
1021
- .zmdi-cloud-off:before {
1022
- content: '\f21b';
1023
- }
1024
- .zmdi-cloud-outline-alt:before {
1025
- content: '\f21c';
1026
- }
1027
- .zmdi-cloud-outline:before {
1028
- content: '\f21d';
1029
- }
1030
- .zmdi-cloud-upload:before {
1031
- content: '\f21e';
1032
- }
1033
- .zmdi-cloud:before {
1034
- content: '\f21f';
1035
- }
1036
- .zmdi-download:before {
1037
- content: '\f220';
1038
- }
1039
- .zmdi-file-plus:before {
1040
- content: '\f221';
1041
- }
1042
- .zmdi-file-text:before {
1043
- content: '\f222';
1044
- }
1045
- .zmdi-file:before {
1046
- content: '\f223';
1047
- }
1048
- .zmdi-folder-outline:before {
1049
- content: '\f224';
1050
- }
1051
- .zmdi-folder-person:before {
1052
- content: '\f225';
1053
- }
1054
- .zmdi-folder-star-alt:before {
1055
- content: '\f226';
1056
- }
1057
- .zmdi-folder-star:before {
1058
- content: '\f227';
1059
- }
1060
- .zmdi-folder:before {
1061
- content: '\f228';
1062
- }
1063
- .zmdi-gif:before {
1064
- content: '\f229';
1065
- }
1066
- .zmdi-upload:before {
1067
- content: '\f22a';
1068
- }
1069
- .zmdi-border-all:before {
1070
- content: '\f22b';
1071
- }
1072
- .zmdi-border-bottom:before {
1073
- content: '\f22c';
1074
- }
1075
- .zmdi-border-clear:before {
1076
- content: '\f22d';
1077
- }
1078
- .zmdi-border-color:before {
1079
- content: '\f22e';
1080
- }
1081
- .zmdi-border-horizontal:before {
1082
- content: '\f22f';
1083
- }
1084
- .zmdi-border-inner:before {
1085
- content: '\f230';
1086
- }
1087
- .zmdi-border-left:before {
1088
- content: '\f231';
1089
- }
1090
- .zmdi-border-outer:before {
1091
- content: '\f232';
1092
- }
1093
- .zmdi-border-right:before {
1094
- content: '\f233';
1095
- }
1096
- .zmdi-border-style:before {
1097
- content: '\f234';
1098
- }
1099
- .zmdi-border-top:before {
1100
- content: '\f235';
1101
- }
1102
- .zmdi-border-vertical:before {
1103
- content: '\f236';
1104
- }
1105
- .zmdi-copy:before {
1106
- content: '\f237';
1107
- }
1108
- .zmdi-crop:before {
1109
- content: '\f238';
1110
- }
1111
- .zmdi-format-align-center:before {
1112
- content: '\f239';
1113
- }
1114
- .zmdi-format-align-justify:before {
1115
- content: '\f23a';
1116
- }
1117
- .zmdi-format-align-left:before {
1118
- content: '\f23b';
1119
- }
1120
- .zmdi-format-align-right:before {
1121
- content: '\f23c';
1122
- }
1123
- .zmdi-format-bold:before {
1124
- content: '\f23d';
1125
- }
1126
- .zmdi-format-clear-all:before {
1127
- content: '\f23e';
1128
- }
1129
- .zmdi-format-clear:before {
1130
- content: '\f23f';
1131
- }
1132
- .zmdi-format-color-fill:before {
1133
- content: '\f240';
1134
- }
1135
- .zmdi-format-color-reset:before {
1136
- content: '\f241';
1137
- }
1138
- .zmdi-format-color-text:before {
1139
- content: '\f242';
1140
- }
1141
- .zmdi-format-indent-decrease:before {
1142
- content: '\f243';
1143
- }
1144
- .zmdi-format-indent-increase:before {
1145
- content: '\f244';
1146
- }
1147
- .zmdi-format-italic:before {
1148
- content: '\f245';
1149
- }
1150
- .zmdi-format-line-spacing:before {
1151
- content: '\f246';
1152
- }
1153
- .zmdi-format-list-bulleted:before {
1154
- content: '\f247';
1155
- }
1156
- .zmdi-format-list-numbered:before {
1157
- content: '\f248';
1158
- }
1159
- .zmdi-format-ltr:before {
1160
- content: '\f249';
1161
- }
1162
- .zmdi-format-rtl:before {
1163
- content: '\f24a';
1164
- }
1165
- .zmdi-format-size:before {
1166
- content: '\f24b';
1167
- }
1168
- .zmdi-format-strikethrough-s:before {
1169
- content: '\f24c';
1170
- }
1171
- .zmdi-format-strikethrough:before {
1172
- content: '\f24d';
1173
- }
1174
- .zmdi-format-subject:before {
1175
- content: '\f24e';
1176
- }
1177
- .zmdi-format-underlined:before {
1178
- content: '\f24f';
1179
- }
1180
- .zmdi-format-valign-bottom:before {
1181
- content: '\f250';
1182
- }
1183
- .zmdi-format-valign-center:before {
1184
- content: '\f251';
1185
- }
1186
- .zmdi-format-valign-top:before {
1187
- content: '\f252';
1188
- }
1189
- .zmdi-redo:before {
1190
- content: '\f253';
1191
- }
1192
- .zmdi-select-all:before {
1193
- content: '\f254';
1194
- }
1195
- .zmdi-space-bar:before {
1196
- content: '\f255';
1197
- }
1198
- .zmdi-text-format:before {
1199
- content: '\f256';
1200
- }
1201
- .zmdi-transform:before {
1202
- content: '\f257';
1203
- }
1204
- .zmdi-undo:before {
1205
- content: '\f258';
1206
- }
1207
- .zmdi-wrap-text:before {
1208
- content: '\f259';
1209
- }
1210
- .zmdi-comment-alert:before {
1211
- content: '\f25a';
1212
- }
1213
- .zmdi-comment-alt-text:before {
1214
- content: '\f25b';
1215
- }
1216
- .zmdi-comment-alt:before {
1217
- content: '\f25c';
1218
- }
1219
- .zmdi-comment-edit:before {
1220
- content: '\f25d';
1221
- }
1222
- .zmdi-comment-image:before {
1223
- content: '\f25e';
1224
- }
1225
- .zmdi-comment-list:before {
1226
- content: '\f25f';
1227
- }
1228
- .zmdi-comment-more:before {
1229
- content: '\f260';
1230
- }
1231
- .zmdi-comment-outline:before {
1232
- content: '\f261';
1233
- }
1234
- .zmdi-comment-text-alt:before {
1235
- content: '\f262';
1236
- }
1237
- .zmdi-comment-text:before {
1238
- content: '\f263';
1239
- }
1240
- .zmdi-comment-video:before {
1241
- content: '\f264';
1242
- }
1243
- .zmdi-comment:before {
1244
- content: '\f265';
1245
- }
1246
- .zmdi-comments:before {
1247
- content: '\f266';
1248
- }
1249
- .zmdi-check-all:before {
1250
- content: '\f267';
1251
- }
1252
- .zmdi-check-circle-u:before {
1253
- content: '\f268';
1254
- }
1255
- .zmdi-check-circle:before {
1256
- content: '\f269';
1257
- }
1258
- .zmdi-check-square:before {
1259
- content: '\f26a';
1260
- }
1261
- .zmdi-check:before {
1262
- content: '\f26b';
1263
- }
1264
- .zmdi-circle-o:before {
1265
- content: '\f26c';
1266
- }
1267
- .zmdi-circle:before {
1268
- content: '\f26d';
1269
- }
1270
- .zmdi-dot-circle-alt:before {
1271
- content: '\f26e';
1272
- }
1273
- .zmdi-dot-circle:before {
1274
- content: '\f26f';
1275
- }
1276
- .zmdi-minus-circle-outline:before {
1277
- content: '\f270';
1278
- }
1279
- .zmdi-minus-circle:before {
1280
- content: '\f271';
1281
- }
1282
- .zmdi-minus-square:before {
1283
- content: '\f272';
1284
- }
1285
- .zmdi-minus:before {
1286
- content: '\f273';
1287
- }
1288
- .zmdi-plus-circle-o-duplicate:before {
1289
- content: '\f274';
1290
- }
1291
- .zmdi-plus-circle-o:before {
1292
- content: '\f275';
1293
- }
1294
- .zmdi-plus-circle:before {
1295
- content: '\f276';
1296
- }
1297
- .zmdi-plus-square:before {
1298
- content: '\f277';
1299
- }
1300
- .zmdi-plus:before {
1301
- content: '\f278';
1302
- }
1303
- .zmdi-square-o:before {
1304
- content: '\f279';
1305
- }
1306
- .zmdi-star-circle:before {
1307
- content: '\f27a';
1308
- }
1309
- .zmdi-star-half:before {
1310
- content: '\f27b';
1311
- }
1312
- .zmdi-star-outline:before {
1313
- content: '\f27c';
1314
- }
1315
- .zmdi-star:before {
1316
- content: '\f27d';
1317
- }
1318
- .zmdi-bluetooth-connected:before {
1319
- content: '\f27e';
1320
- }
1321
- .zmdi-bluetooth-off:before {
1322
- content: '\f27f';
1323
- }
1324
- .zmdi-bluetooth-search:before {
1325
- content: '\f280';
1326
- }
1327
- .zmdi-bluetooth-setting:before {
1328
- content: '\f281';
1329
- }
1330
- .zmdi-bluetooth:before {
1331
- content: '\f282';
1332
- }
1333
- .zmdi-camera-add:before {
1334
- content: '\f283';
1335
- }
1336
- .zmdi-camera-alt:before {
1337
- content: '\f284';
1338
- }
1339
- .zmdi-camera-bw:before {
1340
- content: '\f285';
1341
- }
1342
- .zmdi-camera-front:before {
1343
- content: '\f286';
1344
- }
1345
- .zmdi-camera-mic:before {
1346
- content: '\f287';
1347
- }
1348
- .zmdi-camera-party-mode:before {
1349
- content: '\f288';
1350
- }
1351
- .zmdi-camera-rear:before {
1352
- content: '\f289';
1353
- }
1354
- .zmdi-camera-roll:before {
1355
- content: '\f28a';
1356
- }
1357
- .zmdi-camera-switch:before {
1358
- content: '\f28b';
1359
- }
1360
- .zmdi-camera:before {
1361
- content: '\f28c';
1362
- }
1363
- .zmdi-card-alert:before {
1364
- content: '\f28d';
1365
- }
1366
- .zmdi-card-off:before {
1367
- content: '\f28e';
1368
- }
1369
- .zmdi-card-sd:before {
1370
- content: '\f28f';
1371
- }
1372
- .zmdi-card-sim:before {
1373
- content: '\f290';
1374
- }
1375
- .zmdi-desktop-mac:before {
1376
- content: '\f291';
1377
- }
1378
- .zmdi-desktop-windows:before {
1379
- content: '\f292';
1380
- }
1381
- .zmdi-device-hub:before {
1382
- content: '\f293';
1383
- }
1384
- .zmdi-devices-off:before {
1385
- content: '\f294';
1386
- }
1387
- .zmdi-devices:before {
1388
- content: '\f295';
1389
- }
1390
- .zmdi-dock:before {
1391
- content: '\f296';
1392
- }
1393
- .zmdi-floppy:before {
1394
- content: '\f297';
1395
- }
1396
- .zmdi-gamepad:before {
1397
- content: '\f298';
1398
- }
1399
- .zmdi-gps-dot:before {
1400
- content: '\f299';
1401
- }
1402
- .zmdi-gps-off:before {
1403
- content: '\f29a';
1404
- }
1405
- .zmdi-gps:before {
1406
- content: '\f29b';
1407
- }
1408
- .zmdi-headset-mic:before {
1409
- content: '\f29c';
1410
- }
1411
- .zmdi-headset:before {
1412
- content: '\f29d';
1413
- }
1414
- .zmdi-input-antenna:before {
1415
- content: '\f29e';
1416
- }
1417
- .zmdi-input-composite:before {
1418
- content: '\f29f';
1419
- }
1420
- .zmdi-input-hdmi:before {
1421
- content: '\f2a0';
1422
- }
1423
- .zmdi-input-power:before {
1424
- content: '\f2a1';
1425
- }
1426
- .zmdi-input-svideo:before {
1427
- content: '\f2a2';
1428
- }
1429
- .zmdi-keyboard-hide:before {
1430
- content: '\f2a3';
1431
- }
1432
- .zmdi-keyboard:before {
1433
- content: '\f2a4';
1434
- }
1435
- .zmdi-laptop-chromebook:before {
1436
- content: '\f2a5';
1437
- }
1438
- .zmdi-laptop-mac:before {
1439
- content: '\f2a6';
1440
- }
1441
- .zmdi-laptop:before {
1442
- content: '\f2a7';
1443
- }
1444
- .zmdi-mic-off:before {
1445
- content: '\f2a8';
1446
- }
1447
- .zmdi-mic-outline:before {
1448
- content: '\f2a9';
1449
- }
1450
- .zmdi-mic-setting:before {
1451
- content: '\f2aa';
1452
- }
1453
- .zmdi-mic:before {
1454
- content: '\f2ab';
1455
- }
1456
- .zmdi-mouse:before {
1457
- content: '\f2ac';
1458
- }
1459
- .zmdi-network-alert:before {
1460
- content: '\f2ad';
1461
- }
1462
- .zmdi-network-locked:before {
1463
- content: '\f2ae';
1464
- }
1465
- .zmdi-network-off:before {
1466
- content: '\f2af';
1467
- }
1468
- .zmdi-network-outline:before {
1469
- content: '\f2b0';
1470
- }
1471
- .zmdi-network-setting:before {
1472
- content: '\f2b1';
1473
- }
1474
- .zmdi-network:before {
1475
- content: '\f2b2';
1476
- }
1477
- .zmdi-phone-bluetooth:before {
1478
- content: '\f2b3';
1479
- }
1480
- .zmdi-phone-end:before {
1481
- content: '\f2b4';
1482
- }
1483
- .zmdi-phone-forwarded:before {
1484
- content: '\f2b5';
1485
- }
1486
- .zmdi-phone-in-talk:before {
1487
- content: '\f2b6';
1488
- }
1489
- .zmdi-phone-locked:before {
1490
- content: '\f2b7';
1491
- }
1492
- .zmdi-phone-missed:before {
1493
- content: '\f2b8';
1494
- }
1495
- .zmdi-phone-msg:before {
1496
- content: '\f2b9';
1497
- }
1498
- .zmdi-phone-paused:before {
1499
- content: '\f2ba';
1500
- }
1501
- .zmdi-phone-ring:before {
1502
- content: '\f2bb';
1503
- }
1504
- .zmdi-phone-setting:before {
1505
- content: '\f2bc';
1506
- }
1507
- .zmdi-phone-sip:before {
1508
- content: '\f2bd';
1509
- }
1510
- .zmdi-phone:before {
1511
- content: '\f2be';
1512
- }
1513
- .zmdi-portable-wifi-changes:before {
1514
- content: '\f2bf';
1515
- }
1516
- .zmdi-portable-wifi-off:before {
1517
- content: '\f2c0';
1518
- }
1519
- .zmdi-portable-wifi:before {
1520
- content: '\f2c1';
1521
- }
1522
- .zmdi-radio:before {
1523
- content: '\f2c2';
1524
- }
1525
- .zmdi-reader:before {
1526
- content: '\f2c3';
1527
- }
1528
- .zmdi-remote-control-alt:before {
1529
- content: '\f2c4';
1530
- }
1531
- .zmdi-remote-control:before {
1532
- content: '\f2c5';
1533
- }
1534
- .zmdi-router:before {
1535
- content: '\f2c6';
1536
- }
1537
- .zmdi-scanner:before {
1538
- content: '\f2c7';
1539
- }
1540
- .zmdi-smartphone-android:before {
1541
- content: '\f2c8';
1542
- }
1543
- .zmdi-smartphone-download:before {
1544
- content: '\f2c9';
1545
- }
1546
- .zmdi-smartphone-erase:before {
1547
- content: '\f2ca';
1548
- }
1549
- .zmdi-smartphone-info:before {
1550
- content: '\f2cb';
1551
- }
1552
- .zmdi-smartphone-iphone:before {
1553
- content: '\f2cc';
1554
- }
1555
- .zmdi-smartphone-landscape-lock:before {
1556
- content: '\f2cd';
1557
- }
1558
- .zmdi-smartphone-landscape:before {
1559
- content: '\f2ce';
1560
- }
1561
- .zmdi-smartphone-lock:before {
1562
- content: '\f2cf';
1563
- }
1564
- .zmdi-smartphone-portrait-lock:before {
1565
- content: '\f2d0';
1566
- }
1567
- .zmdi-smartphone-ring:before {
1568
- content: '\f2d1';
1569
- }
1570
- .zmdi-smartphone-setting:before {
1571
- content: '\f2d2';
1572
- }
1573
- .zmdi-smartphone-setup:before {
1574
- content: '\f2d3';
1575
- }
1576
- .zmdi-smartphone:before {
1577
- content: '\f2d4';
1578
- }
1579
- .zmdi-speaker:before {
1580
- content: '\f2d5';
1581
- }
1582
- .zmdi-tablet-android:before {
1583
- content: '\f2d6';
1584
- }
1585
- .zmdi-tablet-mac:before {
1586
- content: '\f2d7';
1587
- }
1588
- .zmdi-tablet:before {
1589
- content: '\f2d8';
1590
- }
1591
- .zmdi-tv-alt-play:before {
1592
- content: '\f2d9';
1593
- }
1594
- .zmdi-tv-list:before {
1595
- content: '\f2da';
1596
- }
1597
- .zmdi-tv-play:before {
1598
- content: '\f2db';
1599
- }
1600
- .zmdi-tv:before {
1601
- content: '\f2dc';
1602
- }
1603
- .zmdi-usb:before {
1604
- content: '\f2dd';
1605
- }
1606
- .zmdi-videocam-off:before {
1607
- content: '\f2de';
1608
- }
1609
- .zmdi-videocam-switch:before {
1610
- content: '\f2df';
1611
- }
1612
- .zmdi-videocam:before {
1613
- content: '\f2e0';
1614
- }
1615
- .zmdi-watch:before {
1616
- content: '\f2e1';
1617
- }
1618
- .zmdi-wifi-alt-2:before {
1619
- content: '\f2e2';
1620
- }
1621
- .zmdi-wifi-alt:before {
1622
- content: '\f2e3';
1623
- }
1624
- .zmdi-wifi-info:before {
1625
- content: '\f2e4';
1626
- }
1627
- .zmdi-wifi-lock:before {
1628
- content: '\f2e5';
1629
- }
1630
- .zmdi-wifi-off:before {
1631
- content: '\f2e6';
1632
- }
1633
- .zmdi-wifi-outline:before {
1634
- content: '\f2e7';
1635
- }
1636
- .zmdi-wifi:before {
1637
- content: '\f2e8';
1638
- }
1639
- .zmdi-arrow-left-bottom:before {
1640
- content: '\f2e9';
1641
- }
1642
- .zmdi-arrow-left:before {
1643
- content: '\f2ea';
1644
- }
1645
- .zmdi-arrow-merge:before {
1646
- content: '\f2eb';
1647
- }
1648
- .zmdi-arrow-missed:before {
1649
- content: '\f2ec';
1650
- }
1651
- .zmdi-arrow-right-top:before {
1652
- content: '\f2ed';
1653
- }
1654
- .zmdi-arrow-right:before {
1655
- content: '\f2ee';
1656
- }
1657
- .zmdi-arrow-split:before {
1658
- content: '\f2ef';
1659
- }
1660
- .zmdi-arrows:before {
1661
- content: '\f2f0';
1662
- }
1663
- .zmdi-caret-down-circle:before {
1664
- content: '\f2f1';
1665
- }
1666
- .zmdi-caret-down:before {
1667
- content: '\f2f2';
1668
- }
1669
- .zmdi-caret-left-circle:before {
1670
- content: '\f2f3';
1671
- }
1672
- .zmdi-caret-left:before {
1673
- content: '\f2f4';
1674
- }
1675
- .zmdi-caret-right-circle:before {
1676
- content: '\f2f5';
1677
- }
1678
- .zmdi-caret-right:before {
1679
- content: '\f2f6';
1680
- }
1681
- .zmdi-caret-up-circle:before {
1682
- content: '\f2f7';
1683
- }
1684
- .zmdi-caret-up:before {
1685
- content: '\f2f8';
1686
- }
1687
- .zmdi-chevron-down:before {
1688
- content: '\f2f9';
1689
- }
1690
- .zmdi-chevron-left:before {
1691
- content: '\f2fa';
1692
- }
1693
- .zmdi-chevron-right:before {
1694
- content: '\f2fb';
1695
- }
1696
- .zmdi-chevron-up:before {
1697
- content: '\f2fc';
1698
- }
1699
- .zmdi-forward:before {
1700
- content: '\f2fd';
1701
- }
1702
- .zmdi-long-arrow-down:before {
1703
- content: '\f2fe';
1704
- }
1705
- .zmdi-long-arrow-left:before {
1706
- content: '\f2ff';
1707
- }
1708
- .zmdi-long-arrow-return:before {
1709
- content: '\f300';
1710
- }
1711
- .zmdi-long-arrow-right:before {
1712
- content: '\f301';
1713
- }
1714
- .zmdi-long-arrow-tab:before {
1715
- content: '\f302';
1716
- }
1717
- .zmdi-long-arrow-up:before {
1718
- content: '\f303';
1719
- }
1720
- .zmdi-rotate-ccw:before {
1721
- content: '\f304';
1722
- }
1723
- .zmdi-rotate-cw:before {
1724
- content: '\f305';
1725
- }
1726
- .zmdi-rotate-left:before {
1727
- content: '\f306';
1728
- }
1729
- .zmdi-rotate-right:before {
1730
- content: '\f307';
1731
- }
1732
- .zmdi-square-down:before {
1733
- content: '\f308';
1734
- }
1735
- .zmdi-square-right:before {
1736
- content: '\f309';
1737
- }
1738
- .zmdi-swap-alt:before {
1739
- content: '\f30a';
1740
- }
1741
- .zmdi-swap-vertical-circle:before {
1742
- content: '\f30b';
1743
- }
1744
- .zmdi-swap-vertical:before {
1745
- content: '\f30c';
1746
- }
1747
- .zmdi-swap:before {
1748
- content: '\f30d';
1749
- }
1750
- .zmdi-trending-down:before {
1751
- content: '\f30e';
1752
- }
1753
- .zmdi-trending-flat:before {
1754
- content: '\f30f';
1755
- }
1756
- .zmdi-trending-up:before {
1757
- content: '\f310';
1758
- }
1759
- .zmdi-unfold-less:before {
1760
- content: '\f311';
1761
- }
1762
- .zmdi-unfold-more:before {
1763
- content: '\f312';
1764
- }
1765
- .zmdi-apps:before {
1766
- content: '\f313';
1767
- }
1768
- .zmdi-grid-off:before {
1769
- content: '\f314';
1770
- }
1771
- .zmdi-grid:before {
1772
- content: '\f315';
1773
- }
1774
- .zmdi-view-agenda:before {
1775
- content: '\f316';
1776
- }
1777
- .zmdi-view-array:before {
1778
- content: '\f317';
1779
- }
1780
- .zmdi-view-carousel:before {
1781
- content: '\f318';
1782
- }
1783
- .zmdi-view-column:before {
1784
- content: '\f319';
1785
- }
1786
- .zmdi-view-comfy:before {
1787
- content: '\f31a';
1788
- }
1789
- .zmdi-view-compact:before {
1790
- content: '\f31b';
1791
- }
1792
- .zmdi-view-dashboard:before {
1793
- content: '\f31c';
1794
- }
1795
- .zmdi-view-day:before {
1796
- content: '\f31d';
1797
- }
1798
- .zmdi-view-headline:before {
1799
- content: '\f31e';
1800
- }
1801
- .zmdi-view-list-alt:before {
1802
- content: '\f31f';
1803
- }
1804
- .zmdi-view-list:before {
1805
- content: '\f320';
1806
- }
1807
- .zmdi-view-module:before {
1808
- content: '\f321';
1809
- }
1810
- .zmdi-view-quilt:before {
1811
- content: '\f322';
1812
- }
1813
- .zmdi-view-stream:before {
1814
- content: '\f323';
1815
- }
1816
- .zmdi-view-subtitles:before {
1817
- content: '\f324';
1818
- }
1819
- .zmdi-view-toc:before {
1820
- content: '\f325';
1821
- }
1822
- .zmdi-view-web:before {
1823
- content: '\f326';
1824
- }
1825
- .zmdi-view-week:before {
1826
- content: '\f327';
1827
- }
1828
- .zmdi-widgets:before {
1829
- content: '\f328';
1830
- }
1831
- .zmdi-alarm-check:before {
1832
- content: '\f329';
1833
- }
1834
- .zmdi-alarm-off:before {
1835
- content: '\f32a';
1836
- }
1837
- .zmdi-alarm-plus:before {
1838
- content: '\f32b';
1839
- }
1840
- .zmdi-alarm-snooze:before {
1841
- content: '\f32c';
1842
- }
1843
- .zmdi-alarm:before {
1844
- content: '\f32d';
1845
- }
1846
- .zmdi-calendar-alt:before {
1847
- content: '\f32e';
1848
- }
1849
- .zmdi-calendar-check:before {
1850
- content: '\f32f';
1851
- }
1852
- .zmdi-calendar-close:before {
1853
- content: '\f330';
1854
- }
1855
- .zmdi-calendar-note:before {
1856
- content: '\f331';
1857
- }
1858
- .zmdi-calendar:before {
1859
- content: '\f332';
1860
- }
1861
- .zmdi-time-countdown:before {
1862
- content: '\f333';
1863
- }
1864
- .zmdi-time-interval:before {
1865
- content: '\f334';
1866
- }
1867
- .zmdi-time-restore-setting:before {
1868
- content: '\f335';
1869
- }
1870
- .zmdi-time-restore:before {
1871
- content: '\f336';
1872
- }
1873
- .zmdi-time:before {
1874
- content: '\f337';
1875
- }
1876
- .zmdi-timer-off:before {
1877
- content: '\f338';
1878
- }
1879
- .zmdi-timer:before {
1880
- content: '\f339';
1881
- }
1882
- .zmdi-android-alt:before {
1883
- content: '\f33a';
1884
- }
1885
- .zmdi-android:before {
1886
- content: '\f33b';
1887
- }
1888
- .zmdi-apple:before {
1889
- content: '\f33c';
1890
- }
1891
- .zmdi-behance:before {
1892
- content: '\f33d';
1893
- }
1894
- .zmdi-codepen:before {
1895
- content: '\f33e';
1896
- }
1897
- .zmdi-dribbble:before {
1898
- content: '\f33f';
1899
- }
1900
- .zmdi-dropbox:before {
1901
- content: '\f340';
1902
- }
1903
- .zmdi-evernote:before {
1904
- content: '\f341';
1905
- }
1906
- .zmdi-facebook-box:before {
1907
- content: '\f342';
1908
- }
1909
- .zmdi-facebook:before {
1910
- content: '\f343';
1911
- }
1912
- .zmdi-github-box:before {
1913
- content: '\f344';
1914
- }
1915
- .zmdi-github:before {
1916
- content: '\f345';
1917
- }
1918
- .zmdi-google-drive:before {
1919
- content: '\f346';
1920
- }
1921
- .zmdi-google-earth:before {
1922
- content: '\f347';
1923
- }
1924
- .zmdi-google-glass:before {
1925
- content: '\f348';
1926
- }
1927
- .zmdi-google-maps:before {
1928
- content: '\f349';
1929
- }
1930
- .zmdi-google-pages:before {
1931
- content: '\f34a';
1932
- }
1933
- .zmdi-google-play:before {
1934
- content: '\f34b';
1935
- }
1936
- .zmdi-google-plus-box:before {
1937
- content: '\f34c';
1938
- }
1939
- .zmdi-google-plus:before {
1940
- content: '\f34d';
1941
- }
1942
- .zmdi-google:before {
1943
- content: '\f34e';
1944
- }
1945
- .zmdi-instagram:before {
1946
- content: '\f34f';
1947
- }
1948
- .zmdi-language-css3:before {
1949
- content: '\f350';
1950
- }
1951
- .zmdi-language-html5:before {
1952
- content: '\f351';
1953
- }
1954
- .zmdi-language-javascript:before {
1955
- content: '\f352';
1956
- }
1957
- .zmdi-language-python-alt:before {
1958
- content: '\f353';
1959
- }
1960
- .zmdi-language-python:before {
1961
- content: '\f354';
1962
- }
1963
- .zmdi-lastfm:before {
1964
- content: '\f355';
1965
- }
1966
- .zmdi-linkedin-box:before {
1967
- content: '\f356';
1968
- }
1969
- .zmdi-paypal:before {
1970
- content: '\f357';
1971
- }
1972
- .zmdi-pinterest-box:before {
1973
- content: '\f358';
1974
- }
1975
- .zmdi-pocket:before {
1976
- content: '\f359';
1977
- }
1978
- .zmdi-polymer:before {
1979
- content: '\f35a';
1980
- }
1981
- .zmdi-share:before {
1982
- content: '\f35b';
1983
- }
1984
- .zmdi-stackoverflow:before {
1985
- content: '\f35c';
1986
- }
1987
- .zmdi-steam-square:before {
1988
- content: '\f35d';
1989
- }
1990
- .zmdi-steam:before {
1991
- content: '\f35e';
1992
- }
1993
- .zmdi-twitter-box:before {
1994
- content: '\f35f';
1995
- }
1996
- .zmdi-twitter:before {
1997
- content: '\f360';
1998
- }
1999
- .zmdi-vk:before {
2000
- content: '\f361';
2001
- }
2002
- .zmdi-wikipedia:before {
2003
- content: '\f362';
2004
- }
2005
- .zmdi-windows:before {
2006
- content: '\f363';
2007
- }
2008
- .zmdi-aspect-ratio-alt:before {
2009
- content: '\f364';
2010
- }
2011
- .zmdi-aspect-ratio:before {
2012
- content: '\f365';
2013
- }
2014
- .zmdi-blur-circular:before {
2015
- content: '\f366';
2016
- }
2017
- .zmdi-blur-linear:before {
2018
- content: '\f367';
2019
- }
2020
- .zmdi-blur-off:before {
2021
- content: '\f368';
2022
- }
2023
- .zmdi-blur:before {
2024
- content: '\f369';
2025
- }
2026
- .zmdi-brightness-2:before {
2027
- content: '\f36a';
2028
- }
2029
- .zmdi-brightness-3:before {
2030
- content: '\f36b';
2031
- }
2032
- .zmdi-brightness-4:before {
2033
- content: '\f36c';
2034
- }
2035
- .zmdi-brightness-5:before {
2036
- content: '\f36d';
2037
- }
2038
- .zmdi-brightness-6:before {
2039
- content: '\f36e';
2040
- }
2041
- .zmdi-brightness-7:before {
2042
- content: '\f36f';
2043
- }
2044
- .zmdi-brightness-auto:before {
2045
- content: '\f370';
2046
- }
2047
- .zmdi-brightness-setting:before {
2048
- content: '\f371';
2049
- }
2050
- .zmdi-broken-image:before {
2051
- content: '\f372';
2052
- }
2053
- .zmdi-center-focus-strong:before {
2054
- content: '\f373';
2055
- }
2056
- .zmdi-center-focus-weak:before {
2057
- content: '\f374';
2058
- }
2059
- .zmdi-compare:before {
2060
- content: '\f375';
2061
- }
2062
- .zmdi-crop-16-9:before {
2063
- content: '\f376';
2064
- }
2065
- .zmdi-crop-3-2:before {
2066
- content: '\f377';
2067
- }
2068
- .zmdi-crop-5-4:before {
2069
- content: '\f378';
2070
- }
2071
- .zmdi-crop-7-5:before {
2072
- content: '\f379';
2073
- }
2074
- .zmdi-crop-din:before {
2075
- content: '\f37a';
2076
- }
2077
- .zmdi-crop-free:before {
2078
- content: '\f37b';
2079
- }
2080
- .zmdi-crop-landscape:before {
2081
- content: '\f37c';
2082
- }
2083
- .zmdi-crop-portrait:before {
2084
- content: '\f37d';
2085
- }
2086
- .zmdi-crop-square:before {
2087
- content: '\f37e';
2088
- }
2089
- .zmdi-exposure-alt:before {
2090
- content: '\f37f';
2091
- }
2092
- .zmdi-exposure:before {
2093
- content: '\f380';
2094
- }
2095
- .zmdi-filter-b-and-w:before {
2096
- content: '\f381';
2097
- }
2098
- .zmdi-filter-center-focus:before {
2099
- content: '\f382';
2100
- }
2101
- .zmdi-filter-frames:before {
2102
- content: '\f383';
2103
- }
2104
- .zmdi-filter-tilt-shift:before {
2105
- content: '\f384';
2106
- }
2107
- .zmdi-gradient:before {
2108
- content: '\f385';
2109
- }
2110
- .zmdi-grain:before {
2111
- content: '\f386';
2112
- }
2113
- .zmdi-graphic-eq:before {
2114
- content: '\f387';
2115
- }
2116
- .zmdi-hdr-off:before {
2117
- content: '\f388';
2118
- }
2119
- .zmdi-hdr-strong:before {
2120
- content: '\f389';
2121
- }
2122
- .zmdi-hdr-weak:before {
2123
- content: '\f38a';
2124
- }
2125
- .zmdi-hdr:before {
2126
- content: '\f38b';
2127
- }
2128
- .zmdi-iridescent:before {
2129
- content: '\f38c';
2130
- }
2131
- .zmdi-leak-off:before {
2132
- content: '\f38d';
2133
- }
2134
- .zmdi-leak:before {
2135
- content: '\f38e';
2136
- }
2137
- .zmdi-looks:before {
2138
- content: '\f38f';
2139
- }
2140
- .zmdi-loupe:before {
2141
- content: '\f390';
2142
- }
2143
- .zmdi-panorama-horizontal:before {
2144
- content: '\f391';
2145
- }
2146
- .zmdi-panorama-vertical:before {
2147
- content: '\f392';
2148
- }
2149
- .zmdi-panorama-wide-angle:before {
2150
- content: '\f393';
2151
- }
2152
- .zmdi-photo-size-select-large:before {
2153
- content: '\f394';
2154
- }
2155
- .zmdi-photo-size-select-small:before {
2156
- content: '\f395';
2157
- }
2158
- .zmdi-picture-in-picture:before {
2159
- content: '\f396';
2160
- }
2161
- .zmdi-slideshow:before {
2162
- content: '\f397';
2163
- }
2164
- .zmdi-texture:before {
2165
- content: '\f398';
2166
- }
2167
- .zmdi-tonality:before {
2168
- content: '\f399';
2169
- }
2170
- .zmdi-vignette:before {
2171
- content: '\f39a';
2172
- }
2173
- .zmdi-wb-auto:before {
2174
- content: '\f39b';
2175
- }
2176
- .zmdi-eject-alt:before {
2177
- content: '\f39c';
2178
- }
2179
- .zmdi-eject:before {
2180
- content: '\f39d';
2181
- }
2182
- .zmdi-equalizer:before {
2183
- content: '\f39e';
2184
- }
2185
- .zmdi-fast-forward:before {
2186
- content: '\f39f';
2187
- }
2188
- .zmdi-fast-rewind:before {
2189
- content: '\f3a0';
2190
- }
2191
- .zmdi-forward-10:before {
2192
- content: '\f3a1';
2193
- }
2194
- .zmdi-forward-30:before {
2195
- content: '\f3a2';
2196
- }
2197
- .zmdi-forward-5:before {
2198
- content: '\f3a3';
2199
- }
2200
- .zmdi-hearing:before {
2201
- content: '\f3a4';
2202
- }
2203
- .zmdi-pause-circle-outline:before {
2204
- content: '\f3a5';
2205
- }
2206
- .zmdi-pause-circle:before {
2207
- content: '\f3a6';
2208
- }
2209
- .zmdi-pause:before {
2210
- content: '\f3a7';
2211
- }
2212
- .zmdi-play-circle-outline:before {
2213
- content: '\f3a8';
2214
- }
2215
- .zmdi-play-circle:before {
2216
- content: '\f3a9';
2217
- }
2218
- .zmdi-play:before {
2219
- content: '\f3aa';
2220
- }
2221
- .zmdi-playlist-audio:before {
2222
- content: '\f3ab';
2223
- }
2224
- .zmdi-playlist-plus:before {
2225
- content: '\f3ac';
2226
- }
2227
- .zmdi-repeat-one:before {
2228
- content: '\f3ad';
2229
- }
2230
- .zmdi-repeat:before {
2231
- content: '\f3ae';
2232
- }
2233
- .zmdi-replay-10:before {
2234
- content: '\f3af';
2235
- }
2236
- .zmdi-replay-30:before {
2237
- content: '\f3b0';
2238
- }
2239
- .zmdi-replay-5:before {
2240
- content: '\f3b1';
2241
- }
2242
- .zmdi-replay:before {
2243
- content: '\f3b2';
2244
- }
2245
- .zmdi-shuffle:before {
2246
- content: '\f3b3';
2247
- }
2248
- .zmdi-skip-next:before {
2249
- content: '\f3b4';
2250
- }
2251
- .zmdi-skip-previous:before {
2252
- content: '\f3b5';
2253
- }
2254
- .zmdi-stop:before {
2255
- content: '\f3b6';
2256
- }
2257
- .zmdi-surround-sound:before {
2258
- content: '\f3b7';
2259
- }
2260
- .zmdi-tune:before {
2261
- content: '\f3b8';
2262
- }
2263
- .zmdi-volume-down:before {
2264
- content: '\f3b9';
2265
- }
2266
- .zmdi-volume-mute:before {
2267
- content: '\f3ba';
2268
- }
2269
- .zmdi-volume-off:before {
2270
- content: '\f3bb';
2271
- }
2272
- .zmdi-volume-up:before {
2273
- content: '\f3bc';
2274
- }
2275
- .zmdi-n-1-square:before {
2276
- content: '\f3bd';
2277
- }
2278
- .zmdi-n-2-square:before {
2279
- content: '\f3be';
2280
- }
2281
- .zmdi-n-3-square:before {
2282
- content: '\f3bf';
2283
- }
2284
- .zmdi-n-4-square:before {
2285
- content: '\f3c0';
2286
- }
2287
- .zmdi-n-5-square:before {
2288
- content: '\f3c1';
2289
- }
2290
- .zmdi-n-6-square:before {
2291
- content: '\f3c2';
2292
- }
2293
- .zmdi-neg-1:before {
2294
- content: '\f3c3';
2295
- }
2296
- .zmdi-neg-2:before {
2297
- content: '\f3c4';
2298
- }
2299
- .zmdi-plus-1:before {
2300
- content: '\f3c5';
2301
- }
2302
- .zmdi-plus-2:before {
2303
- content: '\f3c6';
2304
- }
2305
- .zmdi-sec-10:before {
2306
- content: '\f3c7';
2307
- }
2308
- .zmdi-sec-3:before {
2309
- content: '\f3c8';
2310
- }
2311
- .zmdi-zero:before {
2312
- content: '\f3c9';
2313
- }
2314
- .zmdi-airline-seat-flat-angled:before {
2315
- content: '\f3ca';
2316
- }
2317
- .zmdi-airline-seat-flat:before {
2318
- content: '\f3cb';
2319
- }
2320
- .zmdi-airline-seat-individual-suite:before {
2321
- content: '\f3cc';
2322
- }
2323
- .zmdi-airline-seat-legroom-extra:before {
2324
- content: '\f3cd';
2325
- }
2326
- .zmdi-airline-seat-legroom-normal:before {
2327
- content: '\f3ce';
2328
- }
2329
- .zmdi-airline-seat-legroom-reduced:before {
2330
- content: '\f3cf';
2331
- }
2332
- .zmdi-airline-seat-recline-extra:before {
2333
- content: '\f3d0';
2334
- }
2335
- .zmdi-airline-seat-recline-normal:before {
2336
- content: '\f3d1';
2337
- }
2338
- .zmdi-airplay:before {
2339
- content: '\f3d2';
2340
- }
2341
- .zmdi-closed-caption:before {
2342
- content: '\f3d3';
2343
- }
2344
- .zmdi-confirmation-number:before {
2345
- content: '\f3d4';
2346
- }
2347
- .zmdi-developer-board:before {
2348
- content: '\f3d5';
2349
- }
2350
- .zmdi-disc-full:before {
2351
- content: '\f3d6';
2352
- }
2353
- .zmdi-explicit:before {
2354
- content: '\f3d7';
2355
- }
2356
- .zmdi-flight-land:before {
2357
- content: '\f3d8';
2358
- }
2359
- .zmdi-flight-takeoff:before {
2360
- content: '\f3d9';
2361
- }
2362
- .zmdi-flip-to-back:before {
2363
- content: '\f3da';
2364
- }
2365
- .zmdi-flip-to-front:before {
2366
- content: '\f3db';
2367
- }
2368
- .zmdi-group-work:before {
2369
- content: '\f3dc';
2370
- }
2371
- .zmdi-hd:before {
2372
- content: '\f3dd';
2373
- }
2374
- .zmdi-hq:before {
2375
- content: '\f3de';
2376
- }
2377
- .zmdi-markunread-mailbox:before {
2378
- content: '\f3df';
2379
- }
2380
- .zmdi-memory:before {
2381
- content: '\f3e0';
2382
- }
2383
- .zmdi-nfc:before {
2384
- content: '\f3e1';
2385
- }
2386
- .zmdi-play-for-work:before {
2387
- content: '\f3e2';
2388
- }
2389
- .zmdi-power-input:before {
2390
- content: '\f3e3';
2391
- }
2392
- .zmdi-present-to-all:before {
2393
- content: '\f3e4';
2394
- }
2395
- .zmdi-satellite:before {
2396
- content: '\f3e5';
2397
- }
2398
- .zmdi-tap-and-play:before {
2399
- content: '\f3e6';
2400
- }
2401
- .zmdi-vibration:before {
2402
- content: '\f3e7';
2403
- }
2404
- .zmdi-voicemail:before {
2405
- content: '\f3e8';
2406
- }
2407
- .zmdi-group:before {
2408
- content: '\f3e9';
2409
- }
2410
- .zmdi-rss:before {
2411
- content: '\f3ea';
2412
- }
2413
- .zmdi-shape:before {
2414
- content: '\f3eb';
2415
- }
2416
- .zmdi-spinner:before {
2417
- content: '\f3ec';
2418
- }
2419
- .zmdi-ungroup:before {
2420
- content: '\f3ed';
2421
- }
2422
- .zmdi-500px:before {
2423
- content: '\f3ee';
2424
- }
2425
- .zmdi-8tracks:before {
2426
- content: '\f3ef';
2427
- }
2428
- .zmdi-amazon:before {
2429
- content: '\f3f0';
2430
- }
2431
- .zmdi-blogger:before {
2432
- content: '\f3f1';
2433
- }
2434
- .zmdi-delicious:before {
2435
- content: '\f3f2';
2436
- }
2437
- .zmdi-disqus:before {
2438
- content: '\f3f3';
2439
- }
2440
- .zmdi-flattr:before {
2441
- content: '\f3f4';
2442
- }
2443
- .zmdi-flickr:before {
2444
- content: '\f3f5';
2445
- }
2446
- .zmdi-github-alt:before {
2447
- content: '\f3f6';
2448
- }
2449
- .zmdi-google-old:before {
2450
- content: '\f3f7';
2451
- }
2452
- .zmdi-linkedin:before {
2453
- content: '\f3f8';
2454
- }
2455
- .zmdi-odnoklassniki:before {
2456
- content: '\f3f9';
2457
- }
2458
- .zmdi-outlook:before {
2459
- content: '\f3fa';
2460
- }
2461
- .zmdi-paypal-alt:before {
2462
- content: '\f3fb';
2463
- }
2464
- .zmdi-pinterest:before {
2465
- content: '\f3fc';
2466
- }
2467
- .zmdi-playstation:before {
2468
- content: '\f3fd';
2469
- }
2470
- .zmdi-reddit:before {
2471
- content: '\f3fe';
2472
- }
2473
- .zmdi-skype:before {
2474
- content: '\f3ff';
2475
- }
2476
- .zmdi-slideshare:before {
2477
- content: '\f400';
2478
- }
2479
- .zmdi-soundcloud:before {
2480
- content: '\f401';
2481
- }
2482
- .zmdi-tumblr:before {
2483
- content: '\f402';
2484
- }
2485
- .zmdi-twitch:before {
2486
- content: '\f403';
2487
- }
2488
- .zmdi-vimeo:before {
2489
- content: '\f404';
2490
- }
2491
- .zmdi-whatsapp:before {
2492
- content: '\f405';
2493
- }
2494
- .zmdi-xbox:before {
2495
- content: '\f406';
2496
- }
2497
- .zmdi-yahoo:before {
2498
- content: '\f407';
2499
- }
2500
- .zmdi-youtube-play:before {
2501
- content: '\f408';
2502
- }
2503
- .zmdi-youtube:before {
2504
- content: '\f409';
2505
- }
2506
- .zmdi-3d-rotation:before {
2507
- content: '\f101';
2508
- }
2509
- .zmdi-airplane-off:before {
2510
- content: '\f102';
2511
- }
2512
- .zmdi-airplane:before {
2513
- content: '\f103';
2514
- }
2515
- .zmdi-album:before {
2516
- content: '\f104';
2517
- }
2518
- .zmdi-archive:before {
2519
- content: '\f105';
2520
- }
2521
- .zmdi-assignment-account:before {
2522
- content: '\f106';
2523
- }
2524
- .zmdi-assignment-alert:before {
2525
- content: '\f107';
2526
- }
2527
- .zmdi-assignment-check:before {
2528
- content: '\f108';
2529
- }
2530
- .zmdi-assignment-o:before {
2531
- content: '\f109';
2532
- }
2533
- .zmdi-assignment-return:before {
2534
- content: '\f10a';
2535
- }
2536
- .zmdi-assignment-returned:before {
2537
- content: '\f10b';
2538
- }
2539
- .zmdi-assignment:before {
2540
- content: '\f10c';
2541
- }
2542
- .zmdi-attachment-alt:before {
2543
- content: '\f10d';
2544
- }
2545
- .zmdi-attachment:before {
2546
- content: '\f10e';
2547
- }
2548
- .zmdi-audio:before {
2549
- content: '\f10f';
2550
- }
2551
- .zmdi-badge-check:before {
2552
- content: '\f110';
2553
- }
2554
- .zmdi-balance-wallet:before {
2555
- content: '\f111';
2556
- }
2557
- .zmdi-balance:before {
2558
- content: '\f112';
2559
- }
2560
- .zmdi-battery-alert:before {
2561
- content: '\f113';
2562
- }
2563
- .zmdi-battery-flash:before {
2564
- content: '\f114';
2565
- }
2566
- .zmdi-battery-unknown:before {
2567
- content: '\f115';
2568
- }
2569
- .zmdi-battery:before {
2570
- content: '\f116';
2571
- }
2572
- .zmdi-bike:before {
2573
- content: '\f117';
2574
- }
2575
- .zmdi-block-alt:before {
2576
- content: '\f118';
2577
- }
2578
- .zmdi-block:before {
2579
- content: '\f119';
2580
- }
2581
- .zmdi-boat:before {
2582
- content: '\f11a';
2583
- }
2584
- .zmdi-book-image:before {
2585
- content: '\f11b';
2586
- }
2587
- .zmdi-book:before {
2588
- content: '\f11c';
2589
- }
2590
- .zmdi-bookmark-outline:before {
2591
- content: '\f11d';
2592
- }
2593
- .zmdi-bookmark:before {
2594
- content: '\f11e';
2595
- }
2596
- .zmdi-brush:before {
2597
- content: '\f11f';
2598
- }
2599
- .zmdi-bug:before {
2600
- content: '\f120';
2601
- }
2602
- .zmdi-bus:before {
2603
- content: '\f121';
2604
- }
2605
- .zmdi-cake:before {
2606
- content: '\f122';
2607
- }
2608
- .zmdi-car-taxi:before {
2609
- content: '\f123';
2610
- }
2611
- .zmdi-car-wash:before {
2612
- content: '\f124';
2613
- }
2614
- .zmdi-car:before {
2615
- content: '\f125';
2616
- }
2617
- .zmdi-card-giftcard:before {
2618
- content: '\f126';
2619
- }
2620
- .zmdi-card-membership:before {
2621
- content: '\f127';
2622
- }
2623
- .zmdi-card-travel:before {
2624
- content: '\f128';
2625
- }
2626
- .zmdi-card:before {
2627
- content: '\f129';
2628
- }
2629
- .zmdi-case-check:before {
2630
- content: '\f12a';
2631
- }
2632
- .zmdi-case-download:before {
2633
- content: '\f12b';
2634
- }
2635
- .zmdi-case-play:before {
2636
- content: '\f12c';
2637
- }
2638
- .zmdi-case:before {
2639
- content: '\f12d';
2640
- }
2641
- .zmdi-cast-connected:before {
2642
- content: '\f12e';
2643
- }
2644
- .zmdi-cast:before {
2645
- content: '\f12f';
2646
- }
2647
- .zmdi-chart-donut:before {
2648
- content: '\f130';
2649
- }
2650
- .zmdi-chart:before {
2651
- content: '\f131';
2652
- }
2653
- .zmdi-city-alt:before {
2654
- content: '\f132';
2655
- }
2656
- .zmdi-city:before {
2657
- content: '\f133';
2658
- }
2659
- .zmdi-close-circle-o:before {
2660
- content: '\f134';
2661
- }
2662
- .zmdi-close-circle:before {
2663
- content: '\f135';
2664
- }
2665
- .zmdi-close:before {
2666
- content: '\f136';
2667
- }
2668
- .zmdi-cocktail:before {
2669
- content: '\f137';
2670
- }
2671
- .zmdi-code-setting:before {
2672
- content: '\f138';
2673
- }
2674
- .zmdi-code-smartphone:before {
2675
- content: '\f139';
2676
- }
2677
- .zmdi-code:before {
2678
- content: '\f13a';
2679
- }
2680
- .zmdi-coffee:before {
2681
- content: '\f13b';
2682
- }
2683
- .zmdi-collection-bookmark:before {
2684
- content: '\f13c';
2685
- }
2686
- .zmdi-collection-case-play:before {
2687
- content: '\f13d';
2688
- }
2689
- .zmdi-collection-folder-image:before {
2690
- content: '\f13e';
2691
- }
2692
- .zmdi-collection-image-o:before {
2693
- content: '\f13f';
2694
- }
2695
- .zmdi-collection-image:before {
2696
- content: '\f140';
2697
- }
2698
- .zmdi-collection-item-1:before {
2699
- content: '\f141';
2700
- }
2701
- .zmdi-collection-item-2:before {
2702
- content: '\f142';
2703
- }
2704
- .zmdi-collection-item-3:before {
2705
- content: '\f143';
2706
- }
2707
- .zmdi-collection-item-4:before {
2708
- content: '\f144';
2709
- }
2710
- .zmdi-collection-item-5:before {
2711
- content: '\f145';
2712
- }
2713
- .zmdi-collection-item-6:before {
2714
- content: '\f146';
2715
- }
2716
- .zmdi-collection-item-7:before {
2717
- content: '\f147';
2718
- }
2719
- .zmdi-collection-item-8:before {
2720
- content: '\f148';
2721
- }
2722
- .zmdi-collection-item-9-plus:before {
2723
- content: '\f149';
2724
- }
2725
- .zmdi-collection-item-9:before {
2726
- content: '\f14a';
2727
- }
2728
- .zmdi-collection-item:before {
2729
- content: '\f14b';
2730
- }
2731
- .zmdi-collection-music:before {
2732
- content: '\f14c';
2733
- }
2734
- .zmdi-collection-pdf:before {
2735
- content: '\f14d';
2736
- }
2737
- .zmdi-collection-plus:before {
2738
- content: '\f14e';
2739
- }
2740
- .zmdi-collection-speaker:before {
2741
- content: '\f14f';
2742
- }
2743
- .zmdi-collection-text:before {
2744
- content: '\f150';
2745
- }
2746
- .zmdi-collection-video:before {
2747
- content: '\f151';
2748
- }
2749
- .zmdi-compass:before {
2750
- content: '\f152';
2751
- }
2752
- .zmdi-cutlery:before {
2753
- content: '\f153';
2754
- }
2755
- .zmdi-delete:before {
2756
- content: '\f154';
2757
- }
2758
- .zmdi-dialpad:before {
2759
- content: '\f155';
2760
- }
2761
- .zmdi-dns:before {
2762
- content: '\f156';
2763
- }
2764
- .zmdi-drink:before {
2765
- content: '\f157';
2766
- }
2767
- .zmdi-edit:before {
2768
- content: '\f158';
2769
- }
2770
- .zmdi-email-open:before {
2771
- content: '\f159';
2772
- }
2773
- .zmdi-email:before {
2774
- content: '\f15a';
2775
- }
2776
- .zmdi-eye-off:before {
2777
- content: '\f15b';
2778
- }
2779
- .zmdi-eye:before {
2780
- content: '\f15c';
2781
- }
2782
- .zmdi-eyedropper:before {
2783
- content: '\f15d';
2784
- }
2785
- .zmdi-favorite-outline:before {
2786
- content: '\f15e';
2787
- }
2788
- .zmdi-favorite:before {
2789
- content: '\f15f';
2790
- }
2791
- .zmdi-filter-list:before {
2792
- content: '\f160';
2793
- }
2794
- .zmdi-fire:before {
2795
- content: '\f161';
2796
- }
2797
- .zmdi-flag:before {
2798
- content: '\f162';
2799
- }
2800
- .zmdi-flare:before {
2801
- content: '\f163';
2802
- }
2803
- .zmdi-flash-auto:before {
2804
- content: '\f164';
2805
- }
2806
- .zmdi-flash-off:before {
2807
- content: '\f165';
2808
- }
2809
- .zmdi-flash:before {
2810
- content: '\f166';
2811
- }
2812
- .zmdi-flip:before {
2813
- content: '\f167';
2814
- }
2815
- .zmdi-flower-alt:before {
2816
- content: '\f168';
2817
- }
2818
- .zmdi-flower:before {
2819
- content: '\f169';
2820
- }
2821
- .zmdi-font:before {
2822
- content: '\f16a';
2823
- }
2824
- .zmdi-fullscreen-alt:before {
2825
- content: '\f16b';
2826
- }
2827
- .zmdi-fullscreen-exit:before {
2828
- content: '\f16c';
2829
- }
2830
- .zmdi-fullscreen:before {
2831
- content: '\f16d';
2832
- }
2833
- .zmdi-functions:before {
2834
- content: '\f16e';
2835
- }
2836
- .zmdi-gas-station:before {
2837
- content: '\f16f';
2838
- }
2839
- .zmdi-gesture:before {
2840
- content: '\f170';
2841
- }
2842
- .zmdi-globe-alt:before {
2843
- content: '\f171';
2844
- }
2845
- .zmdi-globe-lock:before {
2846
- content: '\f172';
2847
- }
2848
- .zmdi-globe:before {
2849
- content: '\f173';
2850
- }
2851
- .zmdi-graduation-cap:before {
2852
- content: '\f174';
2853
- }
2854
- .zmdi-home:before {
2855
- content: '\f175';
2856
- }
2857
- .zmdi-hospital-alt:before {
2858
- content: '\f176';
2859
- }
2860
- .zmdi-hospital:before {
2861
- content: '\f177';
2862
- }
2863
- .zmdi-hotel:before {
2864
- content: '\f178';
2865
- }
2866
- .zmdi-hourglass-alt:before {
2867
- content: '\f179';
2868
- }
2869
- .zmdi-hourglass-outline:before {
2870
- content: '\f17a';
2871
- }
2872
- .zmdi-hourglass:before {
2873
- content: '\f17b';
2874
- }
2875
- .zmdi-http:before {
2876
- content: '\f17c';
2877
- }
2878
- .zmdi-image-alt:before {
2879
- content: '\f17d';
2880
- }
2881
- .zmdi-image-o:before {
2882
- content: '\f17e';
2883
- }
2884
- .zmdi-image:before {
2885
- content: '\f17f';
2886
- }
2887
- .zmdi-inbox:before {
2888
- content: '\f180';
2889
- }
2890
- .zmdi-invert-colors-off:before {
2891
- content: '\f181';
2892
- }
2893
- .zmdi-invert-colors:before {
2894
- content: '\f182';
2895
- }
2896
- .zmdi-key:before {
2897
- content: '\f183';
2898
- }
2899
- .zmdi-label-alt-outline:before {
2900
- content: '\f184';
2901
- }
2902
- .zmdi-label-alt:before {
2903
- content: '\f185';
2904
- }
2905
- .zmdi-label-heart:before {
2906
- content: '\f186';
2907
- }
2908
- .zmdi-label:before {
2909
- content: '\f187';
2910
- }
2911
- .zmdi-labels:before {
2912
- content: '\f188';
2913
- }
2914
- .zmdi-lamp:before {
2915
- content: '\f189';
2916
- }
2917
- .zmdi-landscape:before {
2918
- content: '\f18a';
2919
- }
2920
- .zmdi-layers-off:before {
2921
- content: '\f18b';
2922
- }
2923
- .zmdi-layers:before {
2924
- content: '\f18c';
2925
- }
2926
- .zmdi-library:before {
2927
- content: '\f18d';
2928
- }
2929
- .zmdi-link:before {
2930
- content: '\f18e';
2931
- }
2932
- .zmdi-lock-open:before {
2933
- content: '\f18f';
2934
- }
2935
- .zmdi-lock-outline:before {
2936
- content: '\f190';
2937
- }
2938
- .zmdi-lock:before {
2939
- content: '\f191';
2940
- }
2941
- .zmdi-mail-reply-all:before {
2942
- content: '\f192';
2943
- }
2944
- .zmdi-mail-reply:before {
2945
- content: '\f193';
2946
- }
2947
- .zmdi-mail-send:before {
2948
- content: '\f194';
2949
- }
2950
- .zmdi-mall:before {
2951
- content: '\f195';
2952
- }
2953
- .zmdi-map:before {
2954
- content: '\f196';
2955
- }
2956
- .zmdi-menu:before {
2957
- content: '\f197';
2958
- }
2959
- .zmdi-money-box:before {
2960
- content: '\f198';
2961
- }
2962
- .zmdi-money-off:before {
2963
- content: '\f199';
2964
- }
2965
- .zmdi-money:before {
2966
- content: '\f19a';
2967
- }
2968
- .zmdi-more-vert:before {
2969
- content: '\f19b';
2970
- }
2971
- .zmdi-more:before {
2972
- content: '\f19c';
2973
- }
2974
- .zmdi-movie-alt:before {
2975
- content: '\f19d';
2976
- }
2977
- .zmdi-movie:before {
2978
- content: '\f19e';
2979
- }
2980
- .zmdi-nature-people:before {
2981
- content: '\f19f';
2982
- }
2983
- .zmdi-nature:before {
2984
- content: '\f1a0';
2985
- }
2986
- .zmdi-navigation:before {
2987
- content: '\f1a1';
2988
- }
2989
- .zmdi-open-in-browser:before {
2990
- content: '\f1a2';
2991
- }
2992
- .zmdi-open-in-new:before {
2993
- content: '\f1a3';
2994
- }
2995
- .zmdi-palette:before {
2996
- content: '\f1a4';
2997
- }
2998
- .zmdi-parking:before {
2999
- content: '\f1a5';
3000
- }
3001
- .zmdi-pin-account:before {
3002
- content: '\f1a6';
3003
- }
3004
- .zmdi-pin-assistant:before {
3005
- content: '\f1a7';
3006
- }
3007
- .zmdi-pin-drop:before {
3008
- content: '\f1a8';
3009
- }
3010
- .zmdi-pin-help:before {
3011
- content: '\f1a9';
3012
- }
3013
- .zmdi-pin-off:before {
3014
- content: '\f1aa';
3015
- }
3016
- .zmdi-pin:before {
3017
- content: '\f1ab';
3018
- }
3019
- .zmdi-pizza:before {
3020
- content: '\f1ac';
3021
- }
3022
- .zmdi-plaster:before {
3023
- content: '\f1ad';
3024
- }
3025
- .zmdi-power-setting:before {
3026
- content: '\f1ae';
3027
- }
3028
- .zmdi-power:before {
3029
- content: '\f1af';
3030
- }
3031
- .zmdi-print:before {
3032
- content: '\f1b0';
3033
- }
3034
- .zmdi-puzzle-piece:before {
3035
- content: '\f1b1';
3036
- }
3037
- .zmdi-quote:before {
3038
- content: '\f1b2';
3039
- }
3040
- .zmdi-railway:before {
3041
- content: '\f1b3';
3042
- }
3043
- .zmdi-receipt:before {
3044
- content: '\f1b4';
3045
- }
3046
- .zmdi-refresh-alt:before {
3047
- content: '\f1b5';
3048
- }
3049
- .zmdi-refresh-sync-alert:before {
3050
- content: '\f1b6';
3051
- }
3052
- .zmdi-refresh-sync-off:before {
3053
- content: '\f1b7';
3054
- }
3055
- .zmdi-refresh-sync:before {
3056
- content: '\f1b8';
3057
- }
3058
- .zmdi-refresh:before {
3059
- content: '\f1b9';
3060
- }
3061
- .zmdi-roller:before {
3062
- content: '\f1ba';
3063
- }
3064
- .zmdi-ruler:before {
3065
- content: '\f1bb';
3066
- }
3067
- .zmdi-scissors:before {
3068
- content: '\f1bc';
3069
- }
3070
- .zmdi-screen-rotation-lock:before {
3071
- content: '\f1bd';
3072
- }
3073
- .zmdi-screen-rotation:before {
3074
- content: '\f1be';
3075
- }
3076
- .zmdi-search-for:before {
3077
- content: '\f1bf';
3078
- }
3079
- .zmdi-search-in-file:before {
3080
- content: '\f1c0';
3081
- }
3082
- .zmdi-search-in-page:before {
3083
- content: '\f1c1';
3084
- }
3085
- .zmdi-search-replace:before {
3086
- content: '\f1c2';
3087
- }
3088
- .zmdi-search:before {
3089
- content: '\f1c3';
3090
- }
3091
- .zmdi-seat:before {
3092
- content: '\f1c4';
3093
- }
3094
- .zmdi-settings-square:before {
3095
- content: '\f1c5';
3096
- }
3097
- .zmdi-settings:before {
3098
- content: '\f1c6';
3099
- }
3100
- .zmdi-shield-check:before {
3101
- content: '\f1c7';
3102
- }
3103
- .zmdi-shield-security:before {
3104
- content: '\f1c8';
3105
- }
3106
- .zmdi-shopping-basket:before {
3107
- content: '\f1c9';
3108
- }
3109
- .zmdi-shopping-cart-plus:before {
3110
- content: '\f1ca';
3111
- }
3112
- .zmdi-shopping-cart:before {
3113
- content: '\f1cb';
3114
- }
3115
- .zmdi-sign-in:before {
3116
- content: '\f1cc';
3117
- }
3118
- .zmdi-sort-amount-asc:before {
3119
- content: '\f1cd';
3120
- }
3121
- .zmdi-sort-amount-desc:before {
3122
- content: '\f1ce';
3123
- }
3124
- .zmdi-sort-asc:before {
3125
- content: '\f1cf';
3126
- }
3127
- .zmdi-sort-desc:before {
3128
- content: '\f1d0';
3129
- }
3130
- .zmdi-spellcheck:before {
3131
- content: '\f1d1';
3132
- }
3133
- .zmdi-storage:before {
3134
- content: '\f1d2';
3135
- }
3136
- .zmdi-store-24:before {
3137
- content: '\f1d3';
3138
- }
3139
- .zmdi-store:before {
3140
- content: '\f1d4';
3141
- }
3142
- .zmdi-subway:before {
3143
- content: '\f1d5';
3144
- }
3145
- .zmdi-sun:before {
3146
- content: '\f1d6';
3147
- }
3148
- .zmdi-tab-unselected:before {
3149
- content: '\f1d7';
3150
- }
3151
- .zmdi-tab:before {
3152
- content: '\f1d8';
3153
- }
3154
- .zmdi-tag-close:before {
3155
- content: '\f1d9';
3156
- }
3157
- .zmdi-tag-more:before {
3158
- content: '\f1da';
3159
- }
3160
- .zmdi-tag:before {
3161
- content: '\f1db';
3162
- }
3163
- .zmdi-thumb-down:before {
3164
- content: '\f1dc';
3165
- }
3166
- .zmdi-thumb-up-down:before {
3167
- content: '\f1dd';
3168
- }
3169
- .zmdi-thumb-up:before {
3170
- content: '\f1de';
3171
- }
3172
- .zmdi-ticket-star:before {
3173
- content: '\f1df';
3174
- }
3175
- .zmdi-toll:before {
3176
- content: '\f1e0';
3177
- }
3178
- .zmdi-toys:before {
3179
- content: '\f1e1';
3180
- }
3181
- .zmdi-traffic:before {
3182
- content: '\f1e2';
3183
- }
3184
- .zmdi-translate:before {
3185
- content: '\f1e3';
3186
- }
3187
- .zmdi-triangle-down:before {
3188
- content: '\f1e4';
3189
- }
3190
- .zmdi-triangle-up:before {
3191
- content: '\f1e5';
3192
- }
3193
- .zmdi-truck:before {
3194
- content: '\f1e6';
3195
- }
3196
- .zmdi-turning-sign:before {
3197
- content: '\f1e7';
3198
- }
3199
- .zmdi-wallpaper:before {
3200
- content: '\f1e8';
3201
- }
3202
- .zmdi-washing-machine:before {
3203
- content: '\f1e9';
3204
- }
3205
- .zmdi-window-maximize:before {
3206
- content: '\f1ea';
3207
- }
3208
- .zmdi-window-minimize:before {
3209
- content: '\f1eb';
3210
- }
3211
- .zmdi-window-restore:before {
3212
- content: '\f1ec';
3213
- }
3214
- .zmdi-wrench:before {
3215
- content: '\f1ed';
3216
- }
3217
- .zmdi-zoom-in:before {
3218
- content: '\f1ee';
3219
- }
3220
- .zmdi-zoom-out:before {
3221
- content: '\f1ef';
3222
- }
3223
- .zmdi-alert-circle-o:before {
3224
- content: '\f1f0';
3225
- }
3226
- .zmdi-alert-circle:before {
3227
- content: '\f1f1';
3228
- }
3229
- .zmdi-alert-octagon:before {
3230
- content: '\f1f2';
3231
- }
3232
- .zmdi-alert-polygon:before {
3233
- content: '\f1f3';
3234
- }
3235
- .zmdi-alert-triangle:before {
3236
- content: '\f1f4';
3237
- }
3238
- .zmdi-help-outline:before {
3239
- content: '\f1f5';
3240
- }
3241
- .zmdi-help:before {
3242
- content: '\f1f6';
3243
- }
3244
- .zmdi-info-outline:before {
3245
- content: '\f1f7';
3246
- }
3247
- .zmdi-info:before {
3248
- content: '\f1f8';
3249
- }
3250
- .zmdi-notifications-active:before {
3251
- content: '\f1f9';
3252
- }
3253
- .zmdi-notifications-add:before {
3254
- content: '\f1fa';
3255
- }
3256
- .zmdi-notifications-none:before {
3257
- content: '\f1fb';
3258
- }
3259
- .zmdi-notifications-off:before {
3260
- content: '\f1fc';
3261
- }
3262
- .zmdi-notifications-paused:before {
3263
- content: '\f1fd';
3264
- }
3265
- .zmdi-notifications:before {
3266
- content: '\f1fe';
3267
- }
3268
- .zmdi-account-add:before {
3269
- content: '\f1ff';
3270
- }
3271
- .zmdi-account-box-mail:before {
3272
- content: '\f200';
3273
- }
3274
- .zmdi-account-box-o:before {
3275
- content: '\f201';
3276
- }
3277
- .zmdi-account-box-phone:before {
3278
- content: '\f202';
3279
- }
3280
- .zmdi-account-box:before {
3281
- content: '\f203';
3282
- }
3283
- .zmdi-account-calendar:before {
3284
- content: '\f204';
3285
- }
3286
- .zmdi-account-circle:before {
3287
- content: '\f205';
3288
- }
3289
- .zmdi-account-o:before {
3290
- content: '\f206';
3291
- }
3292
- .zmdi-account:before {
3293
- content: '\f207';
3294
- }
3295
- .zmdi-accounts-add:before {
3296
- content: '\f208';
3297
- }
3298
- .zmdi-accounts-alt:before {
3299
- content: '\f209';
3300
- }
3301
- .zmdi-accounts-list-alt:before {
3302
- content: '\f20a';
3303
- }
3304
- .zmdi-accounts-list:before {
3305
- content: '\f20b';
3306
- }
3307
- .zmdi-accounts-outline:before {
3308
- content: '\f20c';
3309
- }
3310
- .zmdi-accounts:before {
3311
- content: '\f20d';
3312
- }
3313
- .zmdi-face:before {
3314
- content: '\f20e';
3315
- }
3316
- .zmdi-female:before {
3317
- content: '\f20f';
3318
- }
3319
- .zmdi-male-alt:before {
3320
- content: '\f210';
3321
- }
3322
- .zmdi-male-female:before {
3323
- content: '\f211';
3324
- }
3325
- .zmdi-male:before {
3326
- content: '\f212';
3327
- }
3328
- .zmdi-mood-bad:before {
3329
- content: '\f213';
3330
- }
3331
- .zmdi-mood:before {
3332
- content: '\f214';
3333
- }
3334
- .zmdi-run:before {
3335
- content: '\f215';
3336
- }
3337
- .zmdi-walk:before {
3338
- content: '\f216';
3339
- }
3340
- .zmdi-cloud-box:before {
3341
- content: '\f217';
3342
- }
3343
- .zmdi-cloud-circle:before {
3344
- content: '\f218';
3345
- }
3346
- .zmdi-cloud-done:before {
3347
- content: '\f219';
3348
- }
3349
- .zmdi-cloud-download:before {
3350
- content: '\f21a';
3351
- }
3352
- .zmdi-cloud-off:before {
3353
- content: '\f21b';
3354
- }
3355
- .zmdi-cloud-outline-alt:before {
3356
- content: '\f21c';
3357
- }
3358
- .zmdi-cloud-outline:before {
3359
- content: '\f21d';
3360
- }
3361
- .zmdi-cloud-upload:before {
3362
- content: '\f21e';
3363
- }
3364
- .zmdi-cloud:before {
3365
- content: '\f21f';
3366
- }
3367
- .zmdi-download:before {
3368
- content: '\f220';
3369
- }
3370
- .zmdi-file-plus:before {
3371
- content: '\f221';
3372
- }
3373
- .zmdi-file-text:before {
3374
- content: '\f222';
3375
- }
3376
- .zmdi-file:before {
3377
- content: '\f223';
3378
- }
3379
- .zmdi-folder-outline:before {
3380
- content: '\f224';
3381
- }
3382
- .zmdi-folder-person:before {
3383
- content: '\f225';
3384
- }
3385
- .zmdi-folder-star-alt:before {
3386
- content: '\f226';
3387
- }
3388
- .zmdi-folder-star:before {
3389
- content: '\f227';
3390
- }
3391
- .zmdi-folder:before {
3392
- content: '\f228';
3393
- }
3394
- .zmdi-gif:before {
3395
- content: '\f229';
3396
- }
3397
- .zmdi-upload:before {
3398
- content: '\f22a';
3399
- }
3400
- .zmdi-border-all:before {
3401
- content: '\f22b';
3402
- }
3403
- .zmdi-border-bottom:before {
3404
- content: '\f22c';
3405
- }
3406
- .zmdi-border-clear:before {
3407
- content: '\f22d';
3408
- }
3409
- .zmdi-border-color:before {
3410
- content: '\f22e';
3411
- }
3412
- .zmdi-border-horizontal:before {
3413
- content: '\f22f';
3414
- }
3415
- .zmdi-border-inner:before {
3416
- content: '\f230';
3417
- }
3418
- .zmdi-border-left:before {
3419
- content: '\f231';
3420
- }
3421
- .zmdi-border-outer:before {
3422
- content: '\f232';
3423
- }
3424
- .zmdi-border-right:before {
3425
- content: '\f233';
3426
- }
3427
- .zmdi-border-style:before {
3428
- content: '\f234';
3429
- }
3430
- .zmdi-border-top:before {
3431
- content: '\f235';
3432
- }
3433
- .zmdi-border-vertical:before {
3434
- content: '\f236';
3435
- }
3436
- .zmdi-copy:before {
3437
- content: '\f237';
3438
- }
3439
- .zmdi-crop:before {
3440
- content: '\f238';
3441
- }
3442
- .zmdi-format-align-center:before {
3443
- content: '\f239';
3444
- }
3445
- .zmdi-format-align-justify:before {
3446
- content: '\f23a';
3447
- }
3448
- .zmdi-format-align-left:before {
3449
- content: '\f23b';
3450
- }
3451
- .zmdi-format-align-right:before {
3452
- content: '\f23c';
3453
- }
3454
- .zmdi-format-bold:before {
3455
- content: '\f23d';
3456
- }
3457
- .zmdi-format-clear-all:before {
3458
- content: '\f23e';
3459
- }
3460
- .zmdi-format-clear:before {
3461
- content: '\f23f';
3462
- }
3463
- .zmdi-format-color-fill:before {
3464
- content: '\f240';
3465
- }
3466
- .zmdi-format-color-reset:before {
3467
- content: '\f241';
3468
- }
3469
- .zmdi-format-color-text:before {
3470
- content: '\f242';
3471
- }
3472
- .zmdi-format-indent-decrease:before {
3473
- content: '\f243';
3474
- }
3475
- .zmdi-format-indent-increase:before {
3476
- content: '\f244';
3477
- }
3478
- .zmdi-format-italic:before {
3479
- content: '\f245';
3480
- }
3481
- .zmdi-format-line-spacing:before {
3482
- content: '\f246';
3483
- }
3484
- .zmdi-format-list-bulleted:before {
3485
- content: '\f247';
3486
- }
3487
- .zmdi-format-list-numbered:before {
3488
- content: '\f248';
3489
- }
3490
- .zmdi-format-ltr:before {
3491
- content: '\f249';
3492
- }
3493
- .zmdi-format-rtl:before {
3494
- content: '\f24a';
3495
- }
3496
- .zmdi-format-size:before {
3497
- content: '\f24b';
3498
- }
3499
- .zmdi-format-strikethrough-s:before {
3500
- content: '\f24c';
3501
- }
3502
- .zmdi-format-strikethrough:before {
3503
- content: '\f24d';
3504
- }
3505
- .zmdi-format-subject:before {
3506
- content: '\f24e';
3507
- }
3508
- .zmdi-format-underlined:before {
3509
- content: '\f24f';
3510
- }
3511
- .zmdi-format-valign-bottom:before {
3512
- content: '\f250';
3513
- }
3514
- .zmdi-format-valign-center:before {
3515
- content: '\f251';
3516
- }
3517
- .zmdi-format-valign-top:before {
3518
- content: '\f252';
3519
- }
3520
- .zmdi-redo:before {
3521
- content: '\f253';
3522
- }
3523
- .zmdi-select-all:before {
3524
- content: '\f254';
3525
- }
3526
- .zmdi-space-bar:before {
3527
- content: '\f255';
3528
- }
3529
- .zmdi-text-format:before {
3530
- content: '\f256';
3531
- }
3532
- .zmdi-transform:before {
3533
- content: '\f257';
3534
- }
3535
- .zmdi-undo:before {
3536
- content: '\f258';
3537
- }
3538
- .zmdi-wrap-text:before {
3539
- content: '\f259';
3540
- }
3541
- .zmdi-comment-alert:before {
3542
- content: '\f25a';
3543
- }
3544
- .zmdi-comment-alt-text:before {
3545
- content: '\f25b';
3546
- }
3547
- .zmdi-comment-alt:before {
3548
- content: '\f25c';
3549
- }
3550
- .zmdi-comment-edit:before {
3551
- content: '\f25d';
3552
- }
3553
- .zmdi-comment-image:before {
3554
- content: '\f25e';
3555
- }
3556
- .zmdi-comment-list:before {
3557
- content: '\f25f';
3558
- }
3559
- .zmdi-comment-more:before {
3560
- content: '\f260';
3561
- }
3562
- .zmdi-comment-outline:before {
3563
- content: '\f261';
3564
- }
3565
- .zmdi-comment-text-alt:before {
3566
- content: '\f262';
3567
- }
3568
- .zmdi-comment-text:before {
3569
- content: '\f263';
3570
- }
3571
- .zmdi-comment-video:before {
3572
- content: '\f264';
3573
- }
3574
- .zmdi-comment:before {
3575
- content: '\f265';
3576
- }
3577
- .zmdi-comments:before {
3578
- content: '\f266';
3579
- }
3580
- .zmdi-check-all:before {
3581
- content: '\f267';
3582
- }
3583
- .zmdi-check-circle-u:before {
3584
- content: '\f268';
3585
- }
3586
- .zmdi-check-circle:before {
3587
- content: '\f269';
3588
- }
3589
- .zmdi-check-square:before {
3590
- content: '\f26a';
3591
- }
3592
- .zmdi-check:before {
3593
- content: '\f26b';
3594
- }
3595
- .zmdi-circle-o:before {
3596
- content: '\f26c';
3597
- }
3598
- .zmdi-circle:before {
3599
- content: '\f26d';
3600
- }
3601
- .zmdi-dot-circle-alt:before {
3602
- content: '\f26e';
3603
- }
3604
- .zmdi-dot-circle:before {
3605
- content: '\f26f';
3606
- }
3607
- .zmdi-minus-circle-outline:before {
3608
- content: '\f270';
3609
- }
3610
- .zmdi-minus-circle:before {
3611
- content: '\f271';
3612
- }
3613
- .zmdi-minus-square:before {
3614
- content: '\f272';
3615
- }
3616
- .zmdi-minus:before {
3617
- content: '\f273';
3618
- }
3619
- .zmdi-plus-circle-o-duplicate:before {
3620
- content: '\f274';
3621
- }
3622
- .zmdi-plus-circle-o:before {
3623
- content: '\f275';
3624
- }
3625
- .zmdi-plus-circle:before {
3626
- content: '\f276';
3627
- }
3628
- .zmdi-plus-square:before {
3629
- content: '\f277';
3630
- }
3631
- .zmdi-plus:before {
3632
- content: '\f278';
3633
- }
3634
- .zmdi-square-o:before {
3635
- content: '\f279';
3636
- }
3637
- .zmdi-star-circle:before {
3638
- content: '\f27a';
3639
- }
3640
- .zmdi-star-half:before {
3641
- content: '\f27b';
3642
- }
3643
- .zmdi-star-outline:before {
3644
- content: '\f27c';
3645
- }
3646
- .zmdi-star:before {
3647
- content: '\f27d';
3648
- }
3649
- .zmdi-bluetooth-connected:before {
3650
- content: '\f27e';
3651
- }
3652
- .zmdi-bluetooth-off:before {
3653
- content: '\f27f';
3654
- }
3655
- .zmdi-bluetooth-search:before {
3656
- content: '\f280';
3657
- }
3658
- .zmdi-bluetooth-setting:before {
3659
- content: '\f281';
3660
- }
3661
- .zmdi-bluetooth:before {
3662
- content: '\f282';
3663
- }
3664
- .zmdi-camera-add:before {
3665
- content: '\f283';
3666
- }
3667
- .zmdi-camera-alt:before {
3668
- content: '\f284';
3669
- }
3670
- .zmdi-camera-bw:before {
3671
- content: '\f285';
3672
- }
3673
- .zmdi-camera-front:before {
3674
- content: '\f286';
3675
- }
3676
- .zmdi-camera-mic:before {
3677
- content: '\f287';
3678
- }
3679
- .zmdi-camera-party-mode:before {
3680
- content: '\f288';
3681
- }
3682
- .zmdi-camera-rear:before {
3683
- content: '\f289';
3684
- }
3685
- .zmdi-camera-roll:before {
3686
- content: '\f28a';
3687
- }
3688
- .zmdi-camera-switch:before {
3689
- content: '\f28b';
3690
- }
3691
- .zmdi-camera:before {
3692
- content: '\f28c';
3693
- }
3694
- .zmdi-card-alert:before {
3695
- content: '\f28d';
3696
- }
3697
- .zmdi-card-off:before {
3698
- content: '\f28e';
3699
- }
3700
- .zmdi-card-sd:before {
3701
- content: '\f28f';
3702
- }
3703
- .zmdi-card-sim:before {
3704
- content: '\f290';
3705
- }
3706
- .zmdi-desktop-mac:before {
3707
- content: '\f291';
3708
- }
3709
- .zmdi-desktop-windows:before {
3710
- content: '\f292';
3711
- }
3712
- .zmdi-device-hub:before {
3713
- content: '\f293';
3714
- }
3715
- .zmdi-devices-off:before {
3716
- content: '\f294';
3717
- }
3718
- .zmdi-devices:before {
3719
- content: '\f295';
3720
- }
3721
- .zmdi-dock:before {
3722
- content: '\f296';
3723
- }
3724
- .zmdi-floppy:before {
3725
- content: '\f297';
3726
- }
3727
- .zmdi-gamepad:before {
3728
- content: '\f298';
3729
- }
3730
- .zmdi-gps-dot:before {
3731
- content: '\f299';
3732
- }
3733
- .zmdi-gps-off:before {
3734
- content: '\f29a';
3735
- }
3736
- .zmdi-gps:before {
3737
- content: '\f29b';
3738
- }
3739
- .zmdi-headset-mic:before {
3740
- content: '\f29c';
3741
- }
3742
- .zmdi-headset:before {
3743
- content: '\f29d';
3744
- }
3745
- .zmdi-input-antenna:before {
3746
- content: '\f29e';
3747
- }
3748
- .zmdi-input-composite:before {
3749
- content: '\f29f';
3750
- }
3751
- .zmdi-input-hdmi:before {
3752
- content: '\f2a0';
3753
- }
3754
- .zmdi-input-power:before {
3755
- content: '\f2a1';
3756
- }
3757
- .zmdi-input-svideo:before {
3758
- content: '\f2a2';
3759
- }
3760
- .zmdi-keyboard-hide:before {
3761
- content: '\f2a3';
3762
- }
3763
- .zmdi-keyboard:before {
3764
- content: '\f2a4';
3765
- }
3766
- .zmdi-laptop-chromebook:before {
3767
- content: '\f2a5';
3768
- }
3769
- .zmdi-laptop-mac:before {
3770
- content: '\f2a6';
3771
- }
3772
- .zmdi-laptop:before {
3773
- content: '\f2a7';
3774
- }
3775
- .zmdi-mic-off:before {
3776
- content: '\f2a8';
3777
- }
3778
- .zmdi-mic-outline:before {
3779
- content: '\f2a9';
3780
- }
3781
- .zmdi-mic-setting:before {
3782
- content: '\f2aa';
3783
- }
3784
- .zmdi-mic:before {
3785
- content: '\f2ab';
3786
- }
3787
- .zmdi-mouse:before {
3788
- content: '\f2ac';
3789
- }
3790
- .zmdi-network-alert:before {
3791
- content: '\f2ad';
3792
- }
3793
- .zmdi-network-locked:before {
3794
- content: '\f2ae';
3795
- }
3796
- .zmdi-network-off:before {
3797
- content: '\f2af';
3798
- }
3799
- .zmdi-network-outline:before {
3800
- content: '\f2b0';
3801
- }
3802
- .zmdi-network-setting:before {
3803
- content: '\f2b1';
3804
- }
3805
- .zmdi-network:before {
3806
- content: '\f2b2';
3807
- }
3808
- .zmdi-phone-bluetooth:before {
3809
- content: '\f2b3';
3810
- }
3811
- .zmdi-phone-end:before {
3812
- content: '\f2b4';
3813
- }
3814
- .zmdi-phone-forwarded:before {
3815
- content: '\f2b5';
3816
- }
3817
- .zmdi-phone-in-talk:before {
3818
- content: '\f2b6';
3819
- }
3820
- .zmdi-phone-locked:before {
3821
- content: '\f2b7';
3822
- }
3823
- .zmdi-phone-missed:before {
3824
- content: '\f2b8';
3825
- }
3826
- .zmdi-phone-msg:before {
3827
- content: '\f2b9';
3828
- }
3829
- .zmdi-phone-paused:before {
3830
- content: '\f2ba';
3831
- }
3832
- .zmdi-phone-ring:before {
3833
- content: '\f2bb';
3834
- }
3835
- .zmdi-phone-setting:before {
3836
- content: '\f2bc';
3837
- }
3838
- .zmdi-phone-sip:before {
3839
- content: '\f2bd';
3840
- }
3841
- .zmdi-phone:before {
3842
- content: '\f2be';
3843
- }
3844
- .zmdi-portable-wifi-changes:before {
3845
- content: '\f2bf';
3846
- }
3847
- .zmdi-portable-wifi-off:before {
3848
- content: '\f2c0';
3849
- }
3850
- .zmdi-portable-wifi:before {
3851
- content: '\f2c1';
3852
- }
3853
- .zmdi-radio:before {
3854
- content: '\f2c2';
3855
- }
3856
- .zmdi-reader:before {
3857
- content: '\f2c3';
3858
- }
3859
- .zmdi-remote-control-alt:before {
3860
- content: '\f2c4';
3861
- }
3862
- .zmdi-remote-control:before {
3863
- content: '\f2c5';
3864
- }
3865
- .zmdi-router:before {
3866
- content: '\f2c6';
3867
- }
3868
- .zmdi-scanner:before {
3869
- content: '\f2c7';
3870
- }
3871
- .zmdi-smartphone-android:before {
3872
- content: '\f2c8';
3873
- }
3874
- .zmdi-smartphone-download:before {
3875
- content: '\f2c9';
3876
- }
3877
- .zmdi-smartphone-erase:before {
3878
- content: '\f2ca';
3879
- }
3880
- .zmdi-smartphone-info:before {
3881
- content: '\f2cb';
3882
- }
3883
- .zmdi-smartphone-iphone:before {
3884
- content: '\f2cc';
3885
- }
3886
- .zmdi-smartphone-landscape-lock:before {
3887
- content: '\f2cd';
3888
- }
3889
- .zmdi-smartphone-landscape:before {
3890
- content: '\f2ce';
3891
- }
3892
- .zmdi-smartphone-lock:before {
3893
- content: '\f2cf';
3894
- }
3895
- .zmdi-smartphone-portrait-lock:before {
3896
- content: '\f2d0';
3897
- }
3898
- .zmdi-smartphone-ring:before {
3899
- content: '\f2d1';
3900
- }
3901
- .zmdi-smartphone-setting:before {
3902
- content: '\f2d2';
3903
- }
3904
- .zmdi-smartphone-setup:before {
3905
- content: '\f2d3';
3906
- }
3907
- .zmdi-smartphone:before {
3908
- content: '\f2d4';
3909
- }
3910
- .zmdi-speaker:before {
3911
- content: '\f2d5';
3912
- }
3913
- .zmdi-tablet-android:before {
3914
- content: '\f2d6';
3915
- }
3916
- .zmdi-tablet-mac:before {
3917
- content: '\f2d7';
3918
- }
3919
- .zmdi-tablet:before {
3920
- content: '\f2d8';
3921
- }
3922
- .zmdi-tv-alt-play:before {
3923
- content: '\f2d9';
3924
- }
3925
- .zmdi-tv-list:before {
3926
- content: '\f2da';
3927
- }
3928
- .zmdi-tv-play:before {
3929
- content: '\f2db';
3930
- }
3931
- .zmdi-tv:before {
3932
- content: '\f2dc';
3933
- }
3934
- .zmdi-usb:before {
3935
- content: '\f2dd';
3936
- }
3937
- .zmdi-videocam-off:before {
3938
- content: '\f2de';
3939
- }
3940
- .zmdi-videocam-switch:before {
3941
- content: '\f2df';
3942
- }
3943
- .zmdi-videocam:before {
3944
- content: '\f2e0';
3945
- }
3946
- .zmdi-watch:before {
3947
- content: '\f2e1';
3948
- }
3949
- .zmdi-wifi-alt-2:before {
3950
- content: '\f2e2';
3951
- }
3952
- .zmdi-wifi-alt:before {
3953
- content: '\f2e3';
3954
- }
3955
- .zmdi-wifi-info:before {
3956
- content: '\f2e4';
3957
- }
3958
- .zmdi-wifi-lock:before {
3959
- content: '\f2e5';
3960
- }
3961
- .zmdi-wifi-off:before {
3962
- content: '\f2e6';
3963
- }
3964
- .zmdi-wifi-outline:before {
3965
- content: '\f2e7';
3966
- }
3967
- .zmdi-wifi:before {
3968
- content: '\f2e8';
3969
- }
3970
- .zmdi-arrow-left-bottom:before {
3971
- content: '\f2e9';
3972
- }
3973
- .zmdi-arrow-left:before {
3974
- content: '\f2ea';
3975
- }
3976
- .zmdi-arrow-merge:before {
3977
- content: '\f2eb';
3978
- }
3979
- .zmdi-arrow-missed:before {
3980
- content: '\f2ec';
3981
- }
3982
- .zmdi-arrow-right-top:before {
3983
- content: '\f2ed';
3984
- }
3985
- .zmdi-arrow-right:before {
3986
- content: '\f2ee';
3987
- }
3988
- .zmdi-arrow-split:before {
3989
- content: '\f2ef';
3990
- }
3991
- .zmdi-arrows:before {
3992
- content: '\f2f0';
3993
- }
3994
- .zmdi-caret-down-circle:before {
3995
- content: '\f2f1';
3996
- }
3997
- .zmdi-caret-down:before {
3998
- content: '\f2f2';
3999
- }
4000
- .zmdi-caret-left-circle:before {
4001
- content: '\f2f3';
4002
- }
4003
- .zmdi-caret-left:before {
4004
- content: '\f2f4';
4005
- }
4006
- .zmdi-caret-right-circle:before {
4007
- content: '\f2f5';
4008
- }
4009
- .zmdi-caret-right:before {
4010
- content: '\f2f6';
4011
- }
4012
- .zmdi-caret-up-circle:before {
4013
- content: '\f2f7';
4014
- }
4015
- .zmdi-caret-up:before {
4016
- content: '\f2f8';
4017
- }
4018
- .zmdi-chevron-down:before {
4019
- content: '\f2f9';
4020
- }
4021
- .zmdi-chevron-left:before {
4022
- content: '\f2fa';
4023
- }
4024
- .zmdi-chevron-right:before {
4025
- content: '\f2fb';
4026
- }
4027
- .zmdi-chevron-up:before {
4028
- content: '\f2fc';
4029
- }
4030
- .zmdi-forward:before {
4031
- content: '\f2fd';
4032
- }
4033
- .zmdi-long-arrow-down:before {
4034
- content: '\f2fe';
4035
- }
4036
- .zmdi-long-arrow-left:before {
4037
- content: '\f2ff';
4038
- }
4039
- .zmdi-long-arrow-return:before {
4040
- content: '\f300';
4041
- }
4042
- .zmdi-long-arrow-right:before {
4043
- content: '\f301';
4044
- }
4045
- .zmdi-long-arrow-tab:before {
4046
- content: '\f302';
4047
- }
4048
- .zmdi-long-arrow-up:before {
4049
- content: '\f303';
4050
- }
4051
- .zmdi-rotate-ccw:before {
4052
- content: '\f304';
4053
- }
4054
- .zmdi-rotate-cw:before {
4055
- content: '\f305';
4056
- }
4057
- .zmdi-rotate-left:before {
4058
- content: '\f306';
4059
- }
4060
- .zmdi-rotate-right:before {
4061
- content: '\f307';
4062
- }
4063
- .zmdi-square-down:before {
4064
- content: '\f308';
4065
- }
4066
- .zmdi-square-right:before {
4067
- content: '\f309';
4068
- }
4069
- .zmdi-swap-alt:before {
4070
- content: '\f30a';
4071
- }
4072
- .zmdi-swap-vertical-circle:before {
4073
- content: '\f30b';
4074
- }
4075
- .zmdi-swap-vertical:before {
4076
- content: '\f30c';
4077
- }
4078
- .zmdi-swap:before {
4079
- content: '\f30d';
4080
- }
4081
- .zmdi-trending-down:before {
4082
- content: '\f30e';
4083
- }
4084
- .zmdi-trending-flat:before {
4085
- content: '\f30f';
4086
- }
4087
- .zmdi-trending-up:before {
4088
- content: '\f310';
4089
- }
4090
- .zmdi-unfold-less:before {
4091
- content: '\f311';
4092
- }
4093
- .zmdi-unfold-more:before {
4094
- content: '\f312';
4095
- }
4096
- .zmdi-apps:before {
4097
- content: '\f313';
4098
- }
4099
- .zmdi-grid-off:before {
4100
- content: '\f314';
4101
- }
4102
- .zmdi-grid:before {
4103
- content: '\f315';
4104
- }
4105
- .zmdi-view-agenda:before {
4106
- content: '\f316';
4107
- }
4108
- .zmdi-view-array:before {
4109
- content: '\f317';
4110
- }
4111
- .zmdi-view-carousel:before {
4112
- content: '\f318';
4113
- }
4114
- .zmdi-view-column:before {
4115
- content: '\f319';
4116
- }
4117
- .zmdi-view-comfy:before {
4118
- content: '\f31a';
4119
- }
4120
- .zmdi-view-compact:before {
4121
- content: '\f31b';
4122
- }
4123
- .zmdi-view-dashboard:before {
4124
- content: '\f31c';
4125
- }
4126
- .zmdi-view-day:before {
4127
- content: '\f31d';
4128
- }
4129
- .zmdi-view-headline:before {
4130
- content: '\f31e';
4131
- }
4132
- .zmdi-view-list-alt:before {
4133
- content: '\f31f';
4134
- }
4135
- .zmdi-view-list:before {
4136
- content: '\f320';
4137
- }
4138
- .zmdi-view-module:before {
4139
- content: '\f321';
4140
- }
4141
- .zmdi-view-quilt:before {
4142
- content: '\f322';
4143
- }
4144
- .zmdi-view-stream:before {
4145
- content: '\f323';
4146
- }
4147
- .zmdi-view-subtitles:before {
4148
- content: '\f324';
4149
- }
4150
- .zmdi-view-toc:before {
4151
- content: '\f325';
4152
- }
4153
- .zmdi-view-web:before {
4154
- content: '\f326';
4155
- }
4156
- .zmdi-view-week:before {
4157
- content: '\f327';
4158
- }
4159
- .zmdi-widgets:before {
4160
- content: '\f328';
4161
- }
4162
- .zmdi-alarm-check:before {
4163
- content: '\f329';
4164
- }
4165
- .zmdi-alarm-off:before {
4166
- content: '\f32a';
4167
- }
4168
- .zmdi-alarm-plus:before {
4169
- content: '\f32b';
4170
- }
4171
- .zmdi-alarm-snooze:before {
4172
- content: '\f32c';
4173
- }
4174
- .zmdi-alarm:before {
4175
- content: '\f32d';
4176
- }
4177
- .zmdi-calendar-alt:before {
4178
- content: '\f32e';
4179
- }
4180
- .zmdi-calendar-check:before {
4181
- content: '\f32f';
4182
- }
4183
- .zmdi-calendar-close:before {
4184
- content: '\f330';
4185
- }
4186
- .zmdi-calendar-note:before {
4187
- content: '\f331';
4188
- }
4189
- .zmdi-calendar:before {
4190
- content: '\f332';
4191
- }
4192
- .zmdi-time-countdown:before {
4193
- content: '\f333';
4194
- }
4195
- .zmdi-time-interval:before {
4196
- content: '\f334';
4197
- }
4198
- .zmdi-time-restore-setting:before {
4199
- content: '\f335';
4200
- }
4201
- .zmdi-time-restore:before {
4202
- content: '\f336';
4203
- }
4204
- .zmdi-time:before {
4205
- content: '\f337';
4206
- }
4207
- .zmdi-timer-off:before {
4208
- content: '\f338';
4209
- }
4210
- .zmdi-timer:before {
4211
- content: '\f339';
4212
- }
4213
- .zmdi-android-alt:before {
4214
- content: '\f33a';
4215
- }
4216
- .zmdi-android:before {
4217
- content: '\f33b';
4218
- }
4219
- .zmdi-apple:before {
4220
- content: '\f33c';
4221
- }
4222
- .zmdi-behance:before {
4223
- content: '\f33d';
4224
- }
4225
- .zmdi-codepen:before {
4226
- content: '\f33e';
4227
- }
4228
- .zmdi-dribbble:before {
4229
- content: '\f33f';
4230
- }
4231
- .zmdi-dropbox:before {
4232
- content: '\f340';
4233
- }
4234
- .zmdi-evernote:before {
4235
- content: '\f341';
4236
- }
4237
- .zmdi-facebook-box:before {
4238
- content: '\f342';
4239
- }
4240
- .zmdi-facebook:before {
4241
- content: '\f343';
4242
- }
4243
- .zmdi-github-box:before {
4244
- content: '\f344';
4245
- }
4246
- .zmdi-github:before {
4247
- content: '\f345';
4248
- }
4249
- .zmdi-google-drive:before {
4250
- content: '\f346';
4251
- }
4252
- .zmdi-google-earth:before {
4253
- content: '\f347';
4254
- }
4255
- .zmdi-google-glass:before {
4256
- content: '\f348';
4257
- }
4258
- .zmdi-google-maps:before {
4259
- content: '\f349';
4260
- }
4261
- .zmdi-google-pages:before {
4262
- content: '\f34a';
4263
- }
4264
- .zmdi-google-play:before {
4265
- content: '\f34b';
4266
- }
4267
- .zmdi-google-plus-box:before {
4268
- content: '\f34c';
4269
- }
4270
- .zmdi-google-plus:before {
4271
- content: '\f34d';
4272
- }
4273
- .zmdi-google:before {
4274
- content: '\f34e';
4275
- }
4276
- .zmdi-instagram:before {
4277
- content: '\f34f';
4278
- }
4279
- .zmdi-language-css3:before {
4280
- content: '\f350';
4281
- }
4282
- .zmdi-language-html5:before {
4283
- content: '\f351';
4284
- }
4285
- .zmdi-language-javascript:before {
4286
- content: '\f352';
4287
- }
4288
- .zmdi-language-python-alt:before {
4289
- content: '\f353';
4290
- }
4291
- .zmdi-language-python:before {
4292
- content: '\f354';
4293
- }
4294
- .zmdi-lastfm:before {
4295
- content: '\f355';
4296
- }
4297
- .zmdi-linkedin-box:before {
4298
- content: '\f356';
4299
- }
4300
- .zmdi-paypal:before {
4301
- content: '\f357';
4302
- }
4303
- .zmdi-pinterest-box:before {
4304
- content: '\f358';
4305
- }
4306
- .zmdi-pocket:before {
4307
- content: '\f359';
4308
- }
4309
- .zmdi-polymer:before {
4310
- content: '\f35a';
4311
- }
4312
- .zmdi-share:before {
4313
- content: '\f35b';
4314
- }
4315
- .zmdi-stackoverflow:before {
4316
- content: '\f35c';
4317
- }
4318
- .zmdi-steam-square:before {
4319
- content: '\f35d';
4320
- }
4321
- .zmdi-steam:before {
4322
- content: '\f35e';
4323
- }
4324
- .zmdi-twitter-box:before {
4325
- content: '\f35f';
4326
- }
4327
- .zmdi-twitter:before {
4328
- content: '\f360';
4329
- }
4330
- .zmdi-vk:before {
4331
- content: '\f361';
4332
- }
4333
- .zmdi-wikipedia:before {
4334
- content: '\f362';
4335
- }
4336
- .zmdi-windows:before {
4337
- content: '\f363';
4338
- }
4339
- .zmdi-aspect-ratio-alt:before {
4340
- content: '\f364';
4341
- }
4342
- .zmdi-aspect-ratio:before {
4343
- content: '\f365';
4344
- }
4345
- .zmdi-blur-circular:before {
4346
- content: '\f366';
4347
- }
4348
- .zmdi-blur-linear:before {
4349
- content: '\f367';
4350
- }
4351
- .zmdi-blur-off:before {
4352
- content: '\f368';
4353
- }
4354
- .zmdi-blur:before {
4355
- content: '\f369';
4356
- }
4357
- .zmdi-brightness-2:before {
4358
- content: '\f36a';
4359
- }
4360
- .zmdi-brightness-3:before {
4361
- content: '\f36b';
4362
- }
4363
- .zmdi-brightness-4:before {
4364
- content: '\f36c';
4365
- }
4366
- .zmdi-brightness-5:before {
4367
- content: '\f36d';
4368
- }
4369
- .zmdi-brightness-6:before {
4370
- content: '\f36e';
4371
- }
4372
- .zmdi-brightness-7:before {
4373
- content: '\f36f';
4374
- }
4375
- .zmdi-brightness-auto:before {
4376
- content: '\f370';
4377
- }
4378
- .zmdi-brightness-setting:before {
4379
- content: '\f371';
4380
- }
4381
- .zmdi-broken-image:before {
4382
- content: '\f372';
4383
- }
4384
- .zmdi-center-focus-strong:before {
4385
- content: '\f373';
4386
- }
4387
- .zmdi-center-focus-weak:before {
4388
- content: '\f374';
4389
- }
4390
- .zmdi-compare:before {
4391
- content: '\f375';
4392
- }
4393
- .zmdi-crop-16-9:before {
4394
- content: '\f376';
4395
- }
4396
- .zmdi-crop-3-2:before {
4397
- content: '\f377';
4398
- }
4399
- .zmdi-crop-5-4:before {
4400
- content: '\f378';
4401
- }
4402
- .zmdi-crop-7-5:before {
4403
- content: '\f379';
4404
- }
4405
- .zmdi-crop-din:before {
4406
- content: '\f37a';
4407
- }
4408
- .zmdi-crop-free:before {
4409
- content: '\f37b';
4410
- }
4411
- .zmdi-crop-landscape:before {
4412
- content: '\f37c';
4413
- }
4414
- .zmdi-crop-portrait:before {
4415
- content: '\f37d';
4416
- }
4417
- .zmdi-crop-square:before {
4418
- content: '\f37e';
4419
- }
4420
- .zmdi-exposure-alt:before {
4421
- content: '\f37f';
4422
- }
4423
- .zmdi-exposure:before {
4424
- content: '\f380';
4425
- }
4426
- .zmdi-filter-b-and-w:before {
4427
- content: '\f381';
4428
- }
4429
- .zmdi-filter-center-focus:before {
4430
- content: '\f382';
4431
- }
4432
- .zmdi-filter-frames:before {
4433
- content: '\f383';
4434
- }
4435
- .zmdi-filter-tilt-shift:before {
4436
- content: '\f384';
4437
- }
4438
- .zmdi-gradient:before {
4439
- content: '\f385';
4440
- }
4441
- .zmdi-grain:before {
4442
- content: '\f386';
4443
- }
4444
- .zmdi-graphic-eq:before {
4445
- content: '\f387';
4446
- }
4447
- .zmdi-hdr-off:before {
4448
- content: '\f388';
4449
- }
4450
- .zmdi-hdr-strong:before {
4451
- content: '\f389';
4452
- }
4453
- .zmdi-hdr-weak:before {
4454
- content: '\f38a';
4455
- }
4456
- .zmdi-hdr:before {
4457
- content: '\f38b';
4458
- }
4459
- .zmdi-iridescent:before {
4460
- content: '\f38c';
4461
- }
4462
- .zmdi-leak-off:before {
4463
- content: '\f38d';
4464
- }
4465
- .zmdi-leak:before {
4466
- content: '\f38e';
4467
- }
4468
- .zmdi-looks:before {
4469
- content: '\f38f';
4470
- }
4471
- .zmdi-loupe:before {
4472
- content: '\f390';
4473
- }
4474
- .zmdi-panorama-horizontal:before {
4475
- content: '\f391';
4476
- }
4477
- .zmdi-panorama-vertical:before {
4478
- content: '\f392';
4479
- }
4480
- .zmdi-panorama-wide-angle:before {
4481
- content: '\f393';
4482
- }
4483
- .zmdi-photo-size-select-large:before {
4484
- content: '\f394';
4485
- }
4486
- .zmdi-photo-size-select-small:before {
4487
- content: '\f395';
4488
- }
4489
- .zmdi-picture-in-picture:before {
4490
- content: '\f396';
4491
- }
4492
- .zmdi-slideshow:before {
4493
- content: '\f397';
4494
- }
4495
- .zmdi-texture:before {
4496
- content: '\f398';
4497
- }
4498
- .zmdi-tonality:before {
4499
- content: '\f399';
4500
- }
4501
- .zmdi-vignette:before {
4502
- content: '\f39a';
4503
- }
4504
- .zmdi-wb-auto:before {
4505
- content: '\f39b';
4506
- }
4507
- .zmdi-eject-alt:before {
4508
- content: '\f39c';
4509
- }
4510
- .zmdi-eject:before {
4511
- content: '\f39d';
4512
- }
4513
- .zmdi-equalizer:before {
4514
- content: '\f39e';
4515
- }
4516
- .zmdi-fast-forward:before {
4517
- content: '\f39f';
4518
- }
4519
- .zmdi-fast-rewind:before {
4520
- content: '\f3a0';
4521
- }
4522
- .zmdi-forward-10:before {
4523
- content: '\f3a1';
4524
- }
4525
- .zmdi-forward-30:before {
4526
- content: '\f3a2';
4527
- }
4528
- .zmdi-forward-5:before {
4529
- content: '\f3a3';
4530
- }
4531
- .zmdi-hearing:before {
4532
- content: '\f3a4';
4533
- }
4534
- .zmdi-pause-circle-outline:before {
4535
- content: '\f3a5';
4536
- }
4537
- .zmdi-pause-circle:before {
4538
- content: '\f3a6';
4539
- }
4540
- .zmdi-pause:before {
4541
- content: '\f3a7';
4542
- }
4543
- .zmdi-play-circle-outline:before {
4544
- content: '\f3a8';
4545
- }
4546
- .zmdi-play-circle:before {
4547
- content: '\f3a9';
4548
- }
4549
- .zmdi-play:before {
4550
- content: '\f3aa';
4551
- }
4552
- .zmdi-playlist-audio:before {
4553
- content: '\f3ab';
4554
- }
4555
- .zmdi-playlist-plus:before {
4556
- content: '\f3ac';
4557
- }
4558
- .zmdi-repeat-one:before {
4559
- content: '\f3ad';
4560
- }
4561
- .zmdi-repeat:before {
4562
- content: '\f3ae';
4563
- }
4564
- .zmdi-replay-10:before {
4565
- content: '\f3af';
4566
- }
4567
- .zmdi-replay-30:before {
4568
- content: '\f3b0';
4569
- }
4570
- .zmdi-replay-5:before {
4571
- content: '\f3b1';
4572
- }
4573
- .zmdi-replay:before {
4574
- content: '\f3b2';
4575
- }
4576
- .zmdi-shuffle:before {
4577
- content: '\f3b3';
4578
- }
4579
- .zmdi-skip-next:before {
4580
- content: '\f3b4';
4581
- }
4582
- .zmdi-skip-previous:before {
4583
- content: '\f3b5';
4584
- }
4585
- .zmdi-stop:before {
4586
- content: '\f3b6';
4587
- }
4588
- .zmdi-surround-sound:before {
4589
- content: '\f3b7';
4590
- }
4591
- .zmdi-tune:before {
4592
- content: '\f3b8';
4593
- }
4594
- .zmdi-volume-down:before {
4595
- content: '\f3b9';
4596
- }
4597
- .zmdi-volume-mute:before {
4598
- content: '\f3ba';
4599
- }
4600
- .zmdi-volume-off:before {
4601
- content: '\f3bb';
4602
- }
4603
- .zmdi-volume-up:before {
4604
- content: '\f3bc';
4605
- }
4606
- .zmdi-n-1-square:before {
4607
- content: '\f3bd';
4608
- }
4609
- .zmdi-n-2-square:before {
4610
- content: '\f3be';
4611
- }
4612
- .zmdi-n-3-square:before {
4613
- content: '\f3bf';
4614
- }
4615
- .zmdi-n-4-square:before {
4616
- content: '\f3c0';
4617
- }
4618
- .zmdi-n-5-square:before {
4619
- content: '\f3c1';
4620
- }
4621
- .zmdi-n-6-square:before {
4622
- content: '\f3c2';
4623
- }
4624
- .zmdi-neg-1:before {
4625
- content: '\f3c3';
4626
- }
4627
- .zmdi-neg-2:before {
4628
- content: '\f3c4';
4629
- }
4630
- .zmdi-plus-1:before {
4631
- content: '\f3c5';
4632
- }
4633
- .zmdi-plus-2:before {
4634
- content: '\f3c6';
4635
- }
4636
- .zmdi-sec-10:before {
4637
- content: '\f3c7';
4638
- }
4639
- .zmdi-sec-3:before {
4640
- content: '\f3c8';
4641
- }
4642
- .zmdi-zero:before {
4643
- content: '\f3c9';
4644
- }
4645
- .zmdi-airline-seat-flat-angled:before {
4646
- content: '\f3ca';
4647
- }
4648
- .zmdi-airline-seat-flat:before {
4649
- content: '\f3cb';
4650
- }
4651
- .zmdi-airline-seat-individual-suite:before {
4652
- content: '\f3cc';
4653
- }
4654
- .zmdi-airline-seat-legroom-extra:before {
4655
- content: '\f3cd';
4656
- }
4657
- .zmdi-airline-seat-legroom-normal:before {
4658
- content: '\f3ce';
4659
- }
4660
- .zmdi-airline-seat-legroom-reduced:before {
4661
- content: '\f3cf';
4662
- }
4663
- .zmdi-airline-seat-recline-extra:before {
4664
- content: '\f3d0';
4665
- }
4666
- .zmdi-airline-seat-recline-normal:before {
4667
- content: '\f3d1';
4668
- }
4669
- .zmdi-airplay:before {
4670
- content: '\f3d2';
4671
- }
4672
- .zmdi-closed-caption:before {
4673
- content: '\f3d3';
4674
- }
4675
- .zmdi-confirmation-number:before {
4676
- content: '\f3d4';
4677
- }
4678
- .zmdi-developer-board:before {
4679
- content: '\f3d5';
4680
- }
4681
- .zmdi-disc-full:before {
4682
- content: '\f3d6';
4683
- }
4684
- .zmdi-explicit:before {
4685
- content: '\f3d7';
4686
- }
4687
- .zmdi-flight-land:before {
4688
- content: '\f3d8';
4689
- }
4690
- .zmdi-flight-takeoff:before {
4691
- content: '\f3d9';
4692
- }
4693
- .zmdi-flip-to-back:before {
4694
- content: '\f3da';
4695
- }
4696
- .zmdi-flip-to-front:before {
4697
- content: '\f3db';
4698
- }
4699
- .zmdi-group-work:before {
4700
- content: '\f3dc';
4701
- }
4702
- .zmdi-hd:before {
4703
- content: '\f3dd';
4704
- }
4705
- .zmdi-hq:before {
4706
- content: '\f3de';
4707
- }
4708
- .zmdi-markunread-mailbox:before {
4709
- content: '\f3df';
4710
- }
4711
- .zmdi-memory:before {
4712
- content: '\f3e0';
4713
- }
4714
- .zmdi-nfc:before {
4715
- content: '\f3e1';
4716
- }
4717
- .zmdi-play-for-work:before {
4718
- content: '\f3e2';
4719
- }
4720
- .zmdi-power-input:before {
4721
- content: '\f3e3';
4722
- }
4723
- .zmdi-present-to-all:before {
4724
- content: '\f3e4';
4725
- }
4726
- .zmdi-satellite:before {
4727
- content: '\f3e5';
4728
- }
4729
- .zmdi-tap-and-play:before {
4730
- content: '\f3e6';
4731
- }
4732
- .zmdi-vibration:before {
4733
- content: '\f3e7';
4734
- }
4735
- .zmdi-voicemail:before {
4736
- content: '\f3e8';
4737
- }
4738
- .zmdi-group:before {
4739
- content: '\f3e9';
4740
- }
4741
- .zmdi-rss:before {
4742
- content: '\f3ea';
4743
- }
4744
- .zmdi-shape:before {
4745
- content: '\f3eb';
4746
- }
4747
- .zmdi-spinner:before {
4748
- content: '\f3ec';
4749
- }
4750
- .zmdi-ungroup:before {
4751
- content: '\f3ed';
4752
- }
4753
- .zmdi-500px:before {
4754
- content: '\f3ee';
4755
- }
4756
- .zmdi-8tracks:before {
4757
- content: '\f3ef';
4758
- }
4759
- .zmdi-amazon:before {
4760
- content: '\f3f0';
4761
- }
4762
- .zmdi-blogger:before {
4763
- content: '\f3f1';
4764
- }
4765
- .zmdi-delicious:before {
4766
- content: '\f3f2';
4767
- }
4768
- .zmdi-disqus:before {
4769
- content: '\f3f3';
4770
- }
4771
- .zmdi-flattr:before {
4772
- content: '\f3f4';
4773
- }
4774
- .zmdi-flickr:before {
4775
- content: '\f3f5';
4776
- }
4777
- .zmdi-github-alt:before {
4778
- content: '\f3f6';
4779
- }
4780
- .zmdi-google-old:before {
4781
- content: '\f3f7';
4782
- }
4783
- .zmdi-linkedin:before {
4784
- content: '\f3f8';
4785
- }
4786
- .zmdi-odnoklassniki:before {
4787
- content: '\f3f9';
4788
- }
4789
- .zmdi-outlook:before {
4790
- content: '\f3fa';
4791
- }
4792
- .zmdi-paypal-alt:before {
4793
- content: '\f3fb';
4794
- }
4795
- .zmdi-pinterest:before {
4796
- content: '\f3fc';
4797
- }
4798
- .zmdi-playstation:before {
4799
- content: '\f3fd';
4800
- }
4801
- .zmdi-reddit:before {
4802
- content: '\f3fe';
4803
- }
4804
- .zmdi-skype:before {
4805
- content: '\f3ff';
4806
- }
4807
- .zmdi-slideshare:before {
4808
- content: '\f400';
4809
- }
4810
- .zmdi-soundcloud:before {
4811
- content: '\f401';
4812
- }
4813
- .zmdi-tumblr:before {
4814
- content: '\f402';
4815
- }
4816
- .zmdi-twitch:before {
4817
- content: '\f403';
4818
- }
4819
- .zmdi-vimeo:before {
4820
- content: '\f404';
4821
- }
4822
- .zmdi-whatsapp:before {
4823
- content: '\f405';
4824
- }
4825
- .zmdi-xbox:before {
4826
- content: '\f406';
4827
- }
4828
- .zmdi-yahoo:before {
4829
- content: '\f407';
4830
- }
4831
- .zmdi-youtube-play:before {
4832
- content: '\f408';
4833
- }
4834
- .zmdi-youtube:before {
4835
- content: '\f409';
4836
- }
4837
- .zmdi-import-export:before {
4838
- content: '\f30c';
4839
- }
4840
- .zmdi-swap-vertical-:before {
4841
- content: '\f30c';
4842
- }
4843
- .zmdi-airplanemode-inactive:before {
4844
- content: '\f102';
4845
- }
4846
- .zmdi-airplanemode-active:before {
4847
- content: '\f103';
4848
- }
4849
- .zmdi-rate-review:before {
4850
- content: '\f103';
4851
- }
4852
- .zmdi-comment-sign:before {
4853
- content: '\f25a';
4854
- }
4855
- .zmdi-network-warning:before {
4856
- content: '\f2ad';
4857
- }
4858
- .zmdi-shopping-cart-add:before {
4859
- content: '\f1ca';
4860
- }
4861
- .zmdi-file-add:before {
4862
- content: '\f221';
4863
- }
4864
- .zmdi-network-wifi-scan:before {
4865
- content: '\f2e4';
4866
- }
4867
- .zmdi-collection-add:before {
4868
- content: '\f14e';
4869
- }
4870
- .zmdi-format-playlist-add:before {
4871
- content: '\f3ac';
4872
- }
4873
- .zmdi-format-queue-music:before {
4874
- content: '\f3ab';
4875
- }
4876
- .zmdi-plus-box:before {
4877
- content: '\f277';
4878
- }
4879
- .zmdi-tag-backspace:before {
4880
- content: '\f1d9';
4881
- }
4882
- .zmdi-alarm-add:before {
4883
- content: '\f32b';
4884
- }
4885
- .zmdi-battery-charging:before {
4886
- content: '\f114';
4887
- }
4888
- .zmdi-daydream-setting:before {
4889
- content: '\f217';
4890
- }
4891
- .zmdi-more-horiz:before {
4892
- content: '\f19c';
4893
- }
4894
- .zmdi-book-photo:before {
4895
- content: '\f11b';
4896
- }
4897
- .zmdi-incandescent:before {
4898
- content: '\f189';
4899
- }
4900
- .zmdi-wb-iridescent:before {
4901
- content: '\f38c';
4902
- }
4903
- .zmdi-calendar-remove:before {
4904
- content: '\f330';
4905
- }
4906
- .zmdi-refresh-sync-disabled:before {
4907
- content: '\f1b7';
4908
- }
4909
- .zmdi-refresh-sync-problem:before {
4910
- content: '\f1b6';
4911
- }
4912
- .zmdi-crop-original:before {
4913
- content: '\f17e';
4914
- }
4915
- .zmdi-power-off:before {
4916
- content: '\f1af';
4917
- }
4918
- .zmdi-power-off-setting:before {
4919
- content: '\f1ae';
4920
- }
4921
- .zmdi-leak-remove:before {
4922
- content: '\f38d';
4923
- }
4924
- .zmdi-star-border:before {
4925
- content: '\f27c';
4926
- }
4927
- .zmdi-brightness-low:before {
4928
- content: '\f36d';
4929
- }
4930
- .zmdi-brightness-medium:before {
4931
- content: '\f36e';
4932
- }
4933
- .zmdi-brightness-high:before {
4934
- content: '\f36f';
4935
- }
4936
- .zmdi-smartphone-portrait:before {
4937
- content: '\f2d4';
4938
- }
4939
- .zmdi-live-tv:before {
4940
- content: '\f2d9';
4941
- }
4942
- .zmdi-format-textdirection-l-to-r:before {
4943
- content: '\f249';
4944
- }
4945
- .zmdi-format-textdirection-r-to-l:before {
4946
- content: '\f24a';
4947
- }
4948
- .zmdi-arrow-back:before {
4949
- content: '\f2ea';
4950
- }
4951
- .zmdi-arrow-forward:before {
4952
- content: '\f2ee';
4953
- }
4954
- .zmdi-arrow-in:before {
4955
- content: '\f2e9';
4956
- }
4957
- .zmdi-arrow-out:before {
4958
- content: '\f2ed';
4959
- }
4960
- .zmdi-rotate-90-degrees-ccw:before {
4961
- content: '\f304';
4962
- }
4963
- .zmdi-adb:before {
4964
- content: '\f33a';
4965
- }
4966
- .zmdi-network-wifi:before {
4967
- content: '\f2e8';
4968
- }
4969
- .zmdi-network-wifi-alt:before {
4970
- content: '\f2e3';
4971
- }
4972
- .zmdi-network-wifi-lock:before {
4973
- content: '\f2e5';
4974
- }
4975
- .zmdi-network-wifi-off:before {
4976
- content: '\f2e6';
4977
- }
4978
- .zmdi-network-wifi-outline:before {
4979
- content: '\f2e7';
4980
- }
4981
- .zmdi-network-wifi-info:before {
4982
- content: '\f2e4';
4983
- }
4984
- .zmdi-layers-clear:before {
4985
- content: '\f18b';
4986
- }
4987
- .zmdi-colorize:before {
4988
- content: '\f15d';
4989
- }
4990
- .zmdi-format-paint:before {
4991
- content: '\f1ba';
4992
- }
4993
- .zmdi-format-quote:before {
4994
- content: '\f1b2';
4995
- }
4996
- .zmdi-camera-monochrome-photos:before {
4997
- content: '\f285';
4998
- }
4999
- .zmdi-sort-by-alpha:before {
5000
- content: '\f1cf';
5001
- }
5002
- .zmdi-folder-shared:before {
5003
- content: '\f225';
5004
- }
5005
- .zmdi-folder-special:before {
5006
- content: '\f226';
5007
- }
5008
- .zmdi-comment-dots:before {
5009
- content: '\f260';
5010
- }
5011
- .zmdi-reorder:before {
5012
- content: '\f31e';
5013
- }
5014
- .zmdi-dehaze:before {
5015
- content: '\f197';
5016
- }
5017
- .zmdi-sort:before {
5018
- content: '\f1ce';
5019
- }
5020
- .zmdi-pages:before {
5021
- content: '\f34a';
5022
- }
5023
- .zmdi-stack-overflow:before {
5024
- content: '\f35c';
5025
- }
5026
- .zmdi-calendar-account:before {
5027
- content: '\f204';
5028
- }
5029
- .zmdi-paste:before {
5030
- content: '\f109';
5031
- }
5032
- .zmdi-cut:before {
5033
- content: '\f1bc';
5034
- }
5035
- .zmdi-save:before {
5036
- content: '\f297';
5037
- }
5038
- .zmdi-smartphone-code:before {
5039
- content: '\f139';
5040
- }
5041
- .zmdi-directions-bike:before {
5042
- content: '\f117';
5043
- }
5044
- .zmdi-directions-boat:before {
5045
- content: '\f11a';
5046
- }
5047
- .zmdi-directions-bus:before {
5048
- content: '\f121';
5049
- }
5050
- .zmdi-directions-car:before {
5051
- content: '\f125';
5052
- }
5053
- .zmdi-directions-railway:before {
5054
- content: '\f1b3';
5055
- }
5056
- .zmdi-directions-run:before {
5057
- content: '\f215';
5058
- }
5059
- .zmdi-directions-subway:before {
5060
- content: '\f1d5';
5061
- }
5062
- .zmdi-directions-walk:before {
5063
- content: '\f216';
5064
- }
5065
- .zmdi-local-hotel:before {
5066
- content: '\f178';
5067
- }
5068
- .zmdi-local-activity:before {
5069
- content: '\f1df';
5070
- }
5071
- .zmdi-local-play:before {
5072
- content: '\f1df';
5073
- }
5074
- .zmdi-local-airport:before {
5075
- content: '\f103';
5076
- }
5077
- .zmdi-local-atm:before {
5078
- content: '\f198';
5079
- }
5080
- .zmdi-local-bar:before {
5081
- content: '\f137';
5082
- }
5083
- .zmdi-local-cafe:before {
5084
- content: '\f13b';
5085
- }
5086
- .zmdi-local-car-wash:before {
5087
- content: '\f124';
5088
- }
5089
- .zmdi-local-convenience-store:before {
5090
- content: '\f1d3';
5091
- }
5092
- .zmdi-local-dining:before {
5093
- content: '\f153';
5094
- }
5095
- .zmdi-local-drink:before {
5096
- content: '\f157';
5097
- }
5098
- .zmdi-local-florist:before {
5099
- content: '\f168';
5100
- }
5101
- .zmdi-local-gas-station:before {
5102
- content: '\f16f';
5103
- }
5104
- .zmdi-local-grocery-store:before {
5105
- content: '\f1cb';
5106
- }
5107
- .zmdi-local-hospital:before {
5108
- content: '\f177';
5109
- }
5110
- .zmdi-local-laundry-service:before {
5111
- content: '\f1e9';
5112
- }
5113
- .zmdi-local-library:before {
5114
- content: '\f18d';
5115
- }
5116
- .zmdi-local-mall:before {
5117
- content: '\f195';
5118
- }
5119
- .zmdi-local-movies:before {
5120
- content: '\f19d';
5121
- }
5122
- .zmdi-local-offer:before {
5123
- content: '\f187';
5124
- }
5125
- .zmdi-local-parking:before {
5126
- content: '\f1a5';
5127
- }
5128
- .zmdi-local-parking:before {
5129
- content: '\f1a5';
5130
- }
5131
- .zmdi-local-pharmacy:before {
5132
- content: '\f176';
5133
- }
5134
- .zmdi-local-phone:before {
5135
- content: '\f2be';
5136
- }
5137
- .zmdi-local-pizza:before {
5138
- content: '\f1ac';
5139
- }
5140
- .zmdi-local-post-office:before {
5141
- content: '\f15a';
5142
- }
5143
- .zmdi-local-printshop:before {
5144
- content: '\f1b0';
5145
- }
5146
- .zmdi-local-see:before {
5147
- content: '\f28c';
5148
- }
5149
- .zmdi-local-shipping:before {
5150
- content: '\f1e6';
5151
- }
5152
- .zmdi-local-store:before {
5153
- content: '\f1d4';
5154
- }
5155
- .zmdi-local-taxi:before {
5156
- content: '\f123';
5157
- }
5158
- .zmdi-local-wc:before {
5159
- content: '\f211';
5160
- }
5161
- .zmdi-my-location:before {
5162
- content: '\f299';
5163
- }
5164
- .zmdi-directions:before {
5165
- content: '\f1e7';
5166
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/material-design-iconic-font/css/material-design-iconic-font.min.css DELETED
@@ -1 +0,0 @@
1
- @font-face{font-family:Material-Design-Iconic-Font;src:url(../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0) format('woff2'),url(../fonts/Material-Design-Iconic-Font.woff?v=2.2.0) format('woff'),url(../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0) format('truetype')}.zmdi{display:inline-block;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.zmdi-hc-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.zmdi-hc-2x{font-size:2em}.zmdi-hc-3x{font-size:3em}.zmdi-hc-4x{font-size:4em}.zmdi-hc-5x{font-size:5em}.zmdi-hc-fw{width:1.28571429em;text-align:center}.zmdi-hc-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.zmdi-hc-ul>li{position:relative}.zmdi-hc-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.zmdi-hc-li.zmdi-hc-lg{left:-1.85714286em}.zmdi-hc-border{padding:.1em .25em;border:solid .1em #9e9e9e;border-radius:2px}.zmdi-hc-border-circle{padding:.1em .25em;border:solid .1em #9e9e9e;border-radius:50%}.zmdi.pull-left{float:left;margin-right:.15em}.zmdi.pull-right{float:right;margin-left:.15em}.zmdi-hc-spin{-webkit-animation:zmdi-spin 1.5s infinite linear;animation:zmdi-spin 1.5s infinite linear}.zmdi-hc-spin-reverse{-webkit-animation:zmdi-spin-reverse 1.5s infinite linear;animation:zmdi-spin-reverse 1.5s infinite linear}@-webkit-keyframes zmdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes zmdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes zmdi-spin-reverse{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}@keyframes zmdi-spin-reverse{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}.zmdi-hc-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.zmdi-hc-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.zmdi-hc-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.zmdi-hc-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.zmdi-hc-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}.zmdi-hc-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.zmdi-hc-stack-1x,.zmdi-hc-stack-2x{position:absolute;left:0;width:100%;text-align:center}.zmdi-hc-stack-1x{line-height:inherit}.zmdi-hc-stack-2x{font-size:2em}.zmdi-hc-inverse{color:#fff}.zmdi-3d-rotation:before{content:'\f101'}.zmdi-airplane-off:before{content:'\f102'}.zmdi-airplane:before{content:'\f103'}.zmdi-album:before{content:'\f104'}.zmdi-archive:before{content:'\f105'}.zmdi-assignment-account:before{content:'\f106'}.zmdi-assignment-alert:before{content:'\f107'}.zmdi-assignment-check:before{content:'\f108'}.zmdi-assignment-o:before{content:'\f109'}.zmdi-assignment-return:before{content:'\f10a'}.zmdi-assignment-returned:before{content:'\f10b'}.zmdi-assignment:before{content:'\f10c'}.zmdi-attachment-alt:before{content:'\f10d'}.zmdi-attachment:before{content:'\f10e'}.zmdi-audio:before{content:'\f10f'}.zmdi-badge-check:before{content:'\f110'}.zmdi-balance-wallet:before{content:'\f111'}.zmdi-balance:before{content:'\f112'}.zmdi-battery-alert:before{content:'\f113'}.zmdi-battery-flash:before{content:'\f114'}.zmdi-battery-unknown:before{content:'\f115'}.zmdi-battery:before{content:'\f116'}.zmdi-bike:before{content:'\f117'}.zmdi-block-alt:before{content:'\f118'}.zmdi-block:before{content:'\f119'}.zmdi-boat:before{content:'\f11a'}.zmdi-book-image:before{content:'\f11b'}.zmdi-book:before{content:'\f11c'}.zmdi-bookmark-outline:before{content:'\f11d'}.zmdi-bookmark:before{content:'\f11e'}.zmdi-brush:before{content:'\f11f'}.zmdi-bug:before{content:'\f120'}.zmdi-bus:before{content:'\f121'}.zmdi-cake:before{content:'\f122'}.zmdi-car-taxi:before{content:'\f123'}.zmdi-car-wash:before{content:'\f124'}.zmdi-car:before{content:'\f125'}.zmdi-card-giftcard:before{content:'\f126'}.zmdi-card-membership:before{content:'\f127'}.zmdi-card-travel:before{content:'\f128'}.zmdi-card:before{content:'\f129'}.zmdi-case-check:before{content:'\f12a'}.zmdi-case-download:before{content:'\f12b'}.zmdi-case-play:before{content:'\f12c'}.zmdi-case:before{content:'\f12d'}.zmdi-cast-connected:before{content:'\f12e'}.zmdi-cast:before{content:'\f12f'}.zmdi-chart-donut:before{content:'\f130'}.zmdi-chart:before{content:'\f131'}.zmdi-city-alt:before{content:'\f132'}.zmdi-city:before{content:'\f133'}.zmdi-close-circle-o:before{content:'\f134'}.zmdi-close-circle:before{content:'\f135'}.zmdi-close:before{content:'\f136'}.zmdi-cocktail:before{content:'\f137'}.zmdi-code-setting:before{content:'\f138'}.zmdi-code-smartphone:before{content:'\f139'}.zmdi-code:before{content:'\f13a'}.zmdi-coffee:before{content:'\f13b'}.zmdi-collection-bookmark:before{content:'\f13c'}.zmdi-collection-case-play:before{content:'\f13d'}.zmdi-collection-folder-image:before{content:'\f13e'}.zmdi-collection-image-o:before{content:'\f13f'}.zmdi-collection-image:before{content:'\f140'}.zmdi-collection-item-1:before{content:'\f141'}.zmdi-collection-item-2:before{content:'\f142'}.zmdi-collection-item-3:before{content:'\f143'}.zmdi-collection-item-4:before{content:'\f144'}.zmdi-collection-item-5:before{content:'\f145'}.zmdi-collection-item-6:before{content:'\f146'}.zmdi-collection-item-7:before{content:'\f147'}.zmdi-collection-item-8:before{content:'\f148'}.zmdi-collection-item-9-plus:before{content:'\f149'}.zmdi-collection-item-9:before{content:'\f14a'}.zmdi-collection-item:before{content:'\f14b'}.zmdi-collection-music:before{content:'\f14c'}.zmdi-collection-pdf:before{content:'\f14d'}.zmdi-collection-plus:before{content:'\f14e'}.zmdi-collection-speaker:before{content:'\f14f'}.zmdi-collection-text:before{content:'\f150'}.zmdi-collection-video:before{content:'\f151'}.zmdi-compass:before{content:'\f152'}.zmdi-cutlery:before{content:'\f153'}.zmdi-delete:before{content:'\f154'}.zmdi-dialpad:before{content:'\f155'}.zmdi-dns:before{content:'\f156'}.zmdi-drink:before{content:'\f157'}.zmdi-edit:before{content:'\f158'}.zmdi-email-open:before{content:'\f159'}.zmdi-email:before{content:'\f15a'}.zmdi-eye-off:before{content:'\f15b'}.zmdi-eye:before{content:'\f15c'}.zmdi-eyedropper:before{content:'\f15d'}.zmdi-favorite-outline:before{content:'\f15e'}.zmdi-favorite:before{content:'\f15f'}.zmdi-filter-list:before{content:'\f160'}.zmdi-fire:before{content:'\f161'}.zmdi-flag:before{content:'\f162'}.zmdi-flare:before{content:'\f163'}.zmdi-flash-auto:before{content:'\f164'}.zmdi-flash-off:before{content:'\f165'}.zmdi-flash:before{content:'\f166'}.zmdi-flip:before{content:'\f167'}.zmdi-flower-alt:before{content:'\f168'}.zmdi-flower:before{content:'\f169'}.zmdi-font:before{content:'\f16a'}.zmdi-fullscreen-alt:before{content:'\f16b'}.zmdi-fullscreen-exit:before{content:'\f16c'}.zmdi-fullscreen:before{content:'\f16d'}.zmdi-functions:before{content:'\f16e'}.zmdi-gas-station:before{content:'\f16f'}.zmdi-gesture:before{content:'\f170'}.zmdi-globe-alt:before{content:'\f171'}.zmdi-globe-lock:before{content:'\f172'}.zmdi-globe:before{content:'\f173'}.zmdi-graduation-cap:before{content:'\f174'}.zmdi-home:before{content:'\f175'}.zmdi-hospital-alt:before{content:'\f176'}.zmdi-hospital:before{content:'\f177'}.zmdi-hotel:before{content:'\f178'}.zmdi-hourglass-alt:before{content:'\f179'}.zmdi-hourglass-outline:before{content:'\f17a'}.zmdi-hourglass:before{content:'\f17b'}.zmdi-http:before{content:'\f17c'}.zmdi-image-alt:before{content:'\f17d'}.zmdi-image-o:before{content:'\f17e'}.zmdi-image:before{content:'\f17f'}.zmdi-inbox:before{content:'\f180'}.zmdi-invert-colors-off:before{content:'\f181'}.zmdi-invert-colors:before{content:'\f182'}.zmdi-key:before{content:'\f183'}.zmdi-label-alt-outline:before{content:'\f184'}.zmdi-label-alt:before{content:'\f185'}.zmdi-label-heart:before{content:'\f186'}.zmdi-label:before{content:'\f187'}.zmdi-labels:before{content:'\f188'}.zmdi-lamp:before{content:'\f189'}.zmdi-landscape:before{content:'\f18a'}.zmdi-layers-off:before{content:'\f18b'}.zmdi-layers:before{content:'\f18c'}.zmdi-library:before{content:'\f18d'}.zmdi-link:before{content:'\f18e'}.zmdi-lock-open:before{content:'\f18f'}.zmdi-lock-outline:before{content:'\f190'}.zmdi-lock:before{content:'\f191'}.zmdi-mail-reply-all:before{content:'\f192'}.zmdi-mail-reply:before{content:'\f193'}.zmdi-mail-send:before{content:'\f194'}.zmdi-mall:before{content:'\f195'}.zmdi-map:before{content:'\f196'}.zmdi-menu:before{content:'\f197'}.zmdi-money-box:before{content:'\f198'}.zmdi-money-off:before{content:'\f199'}.zmdi-money:before{content:'\f19a'}.zmdi-more-vert:before{content:'\f19b'}.zmdi-more:before{content:'\f19c'}.zmdi-movie-alt:before{content:'\f19d'}.zmdi-movie:before{content:'\f19e'}.zmdi-nature-people:before{content:'\f19f'}.zmdi-nature:before{content:'\f1a0'}.zmdi-navigation:before{content:'\f1a1'}.zmdi-open-in-browser:before{content:'\f1a2'}.zmdi-open-in-new:before{content:'\f1a3'}.zmdi-palette:before{content:'\f1a4'}.zmdi-parking:before{content:'\f1a5'}.zmdi-pin-account:before{content:'\f1a6'}.zmdi-pin-assistant:before{content:'\f1a7'}.zmdi-pin-drop:before{content:'\f1a8'}.zmdi-pin-help:before{content:'\f1a9'}.zmdi-pin-off:before{content:'\f1aa'}.zmdi-pin:before{content:'\f1ab'}.zmdi-pizza:before{content:'\f1ac'}.zmdi-plaster:before{content:'\f1ad'}.zmdi-power-setting:before{content:'\f1ae'}.zmdi-power:before{content:'\f1af'}.zmdi-print:before{content:'\f1b0'}.zmdi-puzzle-piece:before{content:'\f1b1'}.zmdi-quote:before{content:'\f1b2'}.zmdi-railway:before{content:'\f1b3'}.zmdi-receipt:before{content:'\f1b4'}.zmdi-refresh-alt:before{content:'\f1b5'}.zmdi-refresh-sync-alert:before{content:'\f1b6'}.zmdi-refresh-sync-off:before{content:'\f1b7'}.zmdi-refresh-sync:before{content:'\f1b8'}.zmdi-refresh:before{content:'\f1b9'}.zmdi-roller:before{content:'\f1ba'}.zmdi-ruler:before{content:'\f1bb'}.zmdi-scissors:before{content:'\f1bc'}.zmdi-screen-rotation-lock:before{content:'\f1bd'}.zmdi-screen-rotation:before{content:'\f1be'}.zmdi-search-for:before{content:'\f1bf'}.zmdi-search-in-file:before{content:'\f1c0'}.zmdi-search-in-page:before{content:'\f1c1'}.zmdi-search-replace:before{content:'\f1c2'}.zmdi-search:before{content:'\f1c3'}.zmdi-seat:before{content:'\f1c4'}.zmdi-settings-square:before{content:'\f1c5'}.zmdi-settings:before{content:'\f1c6'}.zmdi-shield-check:before{content:'\f1c7'}.zmdi-shield-security:before{content:'\f1c8'}.zmdi-shopping-basket:before{content:'\f1c9'}.zmdi-shopping-cart-plus:before{content:'\f1ca'}.zmdi-shopping-cart:before{content:'\f1cb'}.zmdi-sign-in:before{content:'\f1cc'}.zmdi-sort-amount-asc:before{content:'\f1cd'}.zmdi-sort-amount-desc:before{content:'\f1ce'}.zmdi-sort-asc:before{content:'\f1cf'}.zmdi-sort-desc:before{content:'\f1d0'}.zmdi-spellcheck:before{content:'\f1d1'}.zmdi-storage:before{content:'\f1d2'}.zmdi-store-24:before{content:'\f1d3'}.zmdi-store:before{content:'\f1d4'}.zmdi-subway:before{content:'\f1d5'}.zmdi-sun:before{content:'\f1d6'}.zmdi-tab-unselected:before{content:'\f1d7'}.zmdi-tab:before{content:'\f1d8'}.zmdi-tag-close:before{content:'\f1d9'}.zmdi-tag-more:before{content:'\f1da'}.zmdi-tag:before{content:'\f1db'}.zmdi-thumb-down:before{content:'\f1dc'}.zmdi-thumb-up-down:before{content:'\f1dd'}.zmdi-thumb-up:before{content:'\f1de'}.zmdi-ticket-star:before{content:'\f1df'}.zmdi-toll:before{content:'\f1e0'}.zmdi-toys:before{content:'\f1e1'}.zmdi-traffic:before{content:'\f1e2'}.zmdi-translate:before{content:'\f1e3'}.zmdi-triangle-down:before{content:'\f1e4'}.zmdi-triangle-up:before{content:'\f1e5'}.zmdi-truck:before{content:'\f1e6'}.zmdi-turning-sign:before{content:'\f1e7'}.zmdi-wallpaper:before{content:'\f1e8'}.zmdi-washing-machine:before{content:'\f1e9'}.zmdi-window-maximize:before{content:'\f1ea'}.zmdi-window-minimize:before{content:'\f1eb'}.zmdi-window-restore:before{content:'\f1ec'}.zmdi-wrench:before{content:'\f1ed'}.zmdi-zoom-in:before{content:'\f1ee'}.zmdi-zoom-out:before{content:'\f1ef'}.zmdi-alert-circle-o:before{content:'\f1f0'}.zmdi-alert-circle:before{content:'\f1f1'}.zmdi-alert-octagon:before{content:'\f1f2'}.zmdi-alert-polygon:before{content:'\f1f3'}.zmdi-alert-triangle:before{content:'\f1f4'}.zmdi-help-outline:before{content:'\f1f5'}.zmdi-help:before{content:'\f1f6'}.zmdi-info-outline:before{content:'\f1f7'}.zmdi-info:before{content:'\f1f8'}.zmdi-notifications-active:before{content:'\f1f9'}.zmdi-notifications-add:before{content:'\f1fa'}.zmdi-notifications-none:before{content:'\f1fb'}.zmdi-notifications-off:before{content:'\f1fc'}.zmdi-notifications-paused:before{content:'\f1fd'}.zmdi-notifications:before{content:'\f1fe'}.zmdi-account-add:before{content:'\f1ff'}.zmdi-account-box-mail:before{content:'\f200'}.zmdi-account-box-o:before{content:'\f201'}.zmdi-account-box-phone:before{content:'\f202'}.zmdi-account-box:before{content:'\f203'}.zmdi-account-calendar:before{content:'\f204'}.zmdi-account-circle:before{content:'\f205'}.zmdi-account-o:before{content:'\f206'}.zmdi-account:before{content:'\f207'}.zmdi-accounts-add:before{content:'\f208'}.zmdi-accounts-alt:before{content:'\f209'}.zmdi-accounts-list-alt:before{content:'\f20a'}.zmdi-accounts-list:before{content:'\f20b'}.zmdi-accounts-outline:before{content:'\f20c'}.zmdi-accounts:before{content:'\f20d'}.zmdi-face:before{content:'\f20e'}.zmdi-female:before{content:'\f20f'}.zmdi-male-alt:before{content:'\f210'}.zmdi-male-female:before{content:'\f211'}.zmdi-male:before{content:'\f212'}.zmdi-mood-bad:before{content:'\f213'}.zmdi-mood:before{content:'\f214'}.zmdi-run:before{content:'\f215'}.zmdi-walk:before{content:'\f216'}.zmdi-cloud-box:before{content:'\f217'}.zmdi-cloud-circle:before{content:'\f218'}.zmdi-cloud-done:before{content:'\f219'}.zmdi-cloud-download:before{content:'\f21a'}.zmdi-cloud-off:before{content:'\f21b'}.zmdi-cloud-outline-alt:before{content:'\f21c'}.zmdi-cloud-outline:before{content:'\f21d'}.zmdi-cloud-upload:before{content:'\f21e'}.zmdi-cloud:before{content:'\f21f'}.zmdi-download:before{content:'\f220'}.zmdi-file-plus:before{content:'\f221'}.zmdi-file-text:before{content:'\f222'}.zmdi-file:before{content:'\f223'}.zmdi-folder-outline:before{content:'\f224'}.zmdi-folder-person:before{content:'\f225'}.zmdi-folder-star-alt:before{content:'\f226'}.zmdi-folder-star:before{content:'\f227'}.zmdi-folder:before{content:'\f228'}.zmdi-gif:before{content:'\f229'}.zmdi-upload:before{content:'\f22a'}.zmdi-border-all:before{content:'\f22b'}.zmdi-border-bottom:before{content:'\f22c'}.zmdi-border-clear:before{content:'\f22d'}.zmdi-border-color:before{content:'\f22e'}.zmdi-border-horizontal:before{content:'\f22f'}.zmdi-border-inner:before{content:'\f230'}.zmdi-border-left:before{content:'\f231'}.zmdi-border-outer:before{content:'\f232'}.zmdi-border-right:before{content:'\f233'}.zmdi-border-style:before{content:'\f234'}.zmdi-border-top:before{content:'\f235'}.zmdi-border-vertical:before{content:'\f236'}.zmdi-copy:before{content:'\f237'}.zmdi-crop:before{content:'\f238'}.zmdi-format-align-center:before{content:'\f239'}.zmdi-format-align-justify:before{content:'\f23a'}.zmdi-format-align-left:before{content:'\f23b'}.zmdi-format-align-right:before{content:'\f23c'}.zmdi-format-bold:before{content:'\f23d'}.zmdi-format-clear-all:before{content:'\f23e'}.zmdi-format-clear:before{content:'\f23f'}.zmdi-format-color-fill:before{content:'\f240'}.zmdi-format-color-reset:before{content:'\f241'}.zmdi-format-color-text:before{content:'\f242'}.zmdi-format-indent-decrease:before{content:'\f243'}.zmdi-format-indent-increase:before{content:'\f244'}.zmdi-format-italic:before{content:'\f245'}.zmdi-format-line-spacing:before{content:'\f246'}.zmdi-format-list-bulleted:before{content:'\f247'}.zmdi-format-list-numbered:before{content:'\f248'}.zmdi-format-ltr:before{content:'\f249'}.zmdi-format-rtl:before{content:'\f24a'}.zmdi-format-size:before{content:'\f24b'}.zmdi-format-strikethrough-s:before{content:'\f24c'}.zmdi-format-strikethrough:before{content:'\f24d'}.zmdi-format-subject:before{content:'\f24e'}.zmdi-format-underlined:before{content:'\f24f'}.zmdi-format-valign-bottom:before{content:'\f250'}.zmdi-format-valign-center:before{content:'\f251'}.zmdi-format-valign-top:before{content:'\f252'}.zmdi-redo:before{content:'\f253'}.zmdi-select-all:before{content:'\f254'}.zmdi-space-bar:before{content:'\f255'}.zmdi-text-format:before{content:'\f256'}.zmdi-transform:before{content:'\f257'}.zmdi-undo:before{content:'\f258'}.zmdi-wrap-text:before{content:'\f259'}.zmdi-comment-alert:before{content:'\f25a'}.zmdi-comment-alt-text:before{content:'\f25b'}.zmdi-comment-alt:before{content:'\f25c'}.zmdi-comment-edit:before{content:'\f25d'}.zmdi-comment-image:before{content:'\f25e'}.zmdi-comment-list:before{content:'\f25f'}.zmdi-comment-more:before{content:'\f260'}.zmdi-comment-outline:before{content:'\f261'}.zmdi-comment-text-alt:before{content:'\f262'}.zmdi-comment-text:before{content:'\f263'}.zmdi-comment-video:before{content:'\f264'}.zmdi-comment:before{content:'\f265'}.zmdi-comments:before{content:'\f266'}.zmdi-check-all:before{content:'\f267'}.zmdi-check-circle-u:before{content:'\f268'}.zmdi-check-circle:before{content:'\f269'}.zmdi-check-square:before{content:'\f26a'}.zmdi-check:before{content:'\f26b'}.zmdi-circle-o:before{content:'\f26c'}.zmdi-circle:before{content:'\f26d'}.zmdi-dot-circle-alt:before{content:'\f26e'}.zmdi-dot-circle:before{content:'\f26f'}.zmdi-minus-circle-outline:before{content:'\f270'}.zmdi-minus-circle:before{content:'\f271'}.zmdi-minus-square:before{content:'\f272'}.zmdi-minus:before{content:'\f273'}.zmdi-plus-circle-o-duplicate:before{content:'\f274'}.zmdi-plus-circle-o:before{content:'\f275'}.zmdi-plus-circle:before{content:'\f276'}.zmdi-plus-square:before{content:'\f277'}.zmdi-plus:before{content:'\f278'}.zmdi-square-o:before{content:'\f279'}.zmdi-star-circle:before{content:'\f27a'}.zmdi-star-half:before{content:'\f27b'}.zmdi-star-outline:before{content:'\f27c'}.zmdi-star:before{content:'\f27d'}.zmdi-bluetooth-connected:before{content:'\f27e'}.zmdi-bluetooth-off:before{content:'\f27f'}.zmdi-bluetooth-search:before{content:'\f280'}.zmdi-bluetooth-setting:before{content:'\f281'}.zmdi-bluetooth:before{content:'\f282'}.zmdi-camera-add:before{content:'\f283'}.zmdi-camera-alt:before{content:'\f284'}.zmdi-camera-bw:before{content:'\f285'}.zmdi-camera-front:before{content:'\f286'}.zmdi-camera-mic:before{content:'\f287'}.zmdi-camera-party-mode:before{content:'\f288'}.zmdi-camera-rear:before{content:'\f289'}.zmdi-camera-roll:before{content:'\f28a'}.zmdi-camera-switch:before{content:'\f28b'}.zmdi-camera:before{content:'\f28c'}.zmdi-card-alert:before{content:'\f28d'}.zmdi-card-off:before{content:'\f28e'}.zmdi-card-sd:before{content:'\f28f'}.zmdi-card-sim:before{content:'\f290'}.zmdi-desktop-mac:before{content:'\f291'}.zmdi-desktop-windows:before{content:'\f292'}.zmdi-device-hub:before{content:'\f293'}.zmdi-devices-off:before{content:'\f294'}.zmdi-devices:before{content:'\f295'}.zmdi-dock:before{content:'\f296'}.zmdi-floppy:before{content:'\f297'}.zmdi-gamepad:before{content:'\f298'}.zmdi-gps-dot:before{content:'\f299'}.zmdi-gps-off:before{content:'\f29a'}.zmdi-gps:before{content:'\f29b'}.zmdi-headset-mic:before{content:'\f29c'}.zmdi-headset:before{content:'\f29d'}.zmdi-input-antenna:before{content:'\f29e'}.zmdi-input-composite:before{content:'\f29f'}.zmdi-input-hdmi:before{content:'\f2a0'}.zmdi-input-power:before{content:'\f2a1'}.zmdi-input-svideo:before{content:'\f2a2'}.zmdi-keyboard-hide:before{content:'\f2a3'}.zmdi-keyboard:before{content:'\f2a4'}.zmdi-laptop-chromebook:before{content:'\f2a5'}.zmdi-laptop-mac:before{content:'\f2a6'}.zmdi-laptop:before{content:'\f2a7'}.zmdi-mic-off:before{content:'\f2a8'}.zmdi-mic-outline:before{content:'\f2a9'}.zmdi-mic-setting:before{content:'\f2aa'}.zmdi-mic:before{content:'\f2ab'}.zmdi-mouse:before{content:'\f2ac'}.zmdi-network-alert:before{content:'\f2ad'}.zmdi-network-locked:before{content:'\f2ae'}.zmdi-network-off:before{content:'\f2af'}.zmdi-network-outline:before{content:'\f2b0'}.zmdi-network-setting:before{content:'\f2b1'}.zmdi-network:before{content:'\f2b2'}.zmdi-phone-bluetooth:before{content:'\f2b3'}.zmdi-phone-end:before{content:'\f2b4'}.zmdi-phone-forwarded:before{content:'\f2b5'}.zmdi-phone-in-talk:before{content:'\f2b6'}.zmdi-phone-locked:before{content:'\f2b7'}.zmdi-phone-missed:before{content:'\f2b8'}.zmdi-phone-msg:before{content:'\f2b9'}.zmdi-phone-paused:before{content:'\f2ba'}.zmdi-phone-ring:before{content:'\f2bb'}.zmdi-phone-setting:before{content:'\f2bc'}.zmdi-phone-sip:before{content:'\f2bd'}.zmdi-phone:before{content:'\f2be'}.zmdi-portable-wifi-changes:before{content:'\f2bf'}.zmdi-portable-wifi-off:before{content:'\f2c0'}.zmdi-portable-wifi:before{content:'\f2c1'}.zmdi-radio:before{content:'\f2c2'}.zmdi-reader:before{content:'\f2c3'}.zmdi-remote-control-alt:before{content:'\f2c4'}.zmdi-remote-control:before{content:'\f2c5'}.zmdi-router:before{content:'\f2c6'}.zmdi-scanner:before{content:'\f2c7'}.zmdi-smartphone-android:before{content:'\f2c8'}.zmdi-smartphone-download:before{content:'\f2c9'}.zmdi-smartphone-erase:before{content:'\f2ca'}.zmdi-smartphone-info:before{content:'\f2cb'}.zmdi-smartphone-iphone:before{content:'\f2cc'}.zmdi-smartphone-landscape-lock:before{content:'\f2cd'}.zmdi-smartphone-landscape:before{content:'\f2ce'}.zmdi-smartphone-lock:before{content:'\f2cf'}.zmdi-smartphone-portrait-lock:before{content:'\f2d0'}.zmdi-smartphone-ring:before{content:'\f2d1'}.zmdi-smartphone-setting:before{content:'\f2d2'}.zmdi-smartphone-setup:before{content:'\f2d3'}.zmdi-smartphone:before{content:'\f2d4'}.zmdi-speaker:before{content:'\f2d5'}.zmdi-tablet-android:before{content:'\f2d6'}.zmdi-tablet-mac:before{content:'\f2d7'}.zmdi-tablet:before{content:'\f2d8'}.zmdi-tv-alt-play:before{content:'\f2d9'}.zmdi-tv-list:before{content:'\f2da'}.zmdi-tv-play:before{content:'\f2db'}.zmdi-tv:before{content:'\f2dc'}.zmdi-usb:before{content:'\f2dd'}.zmdi-videocam-off:before{content:'\f2de'}.zmdi-videocam-switch:before{content:'\f2df'}.zmdi-videocam:before{content:'\f2e0'}.zmdi-watch:before{content:'\f2e1'}.zmdi-wifi-alt-2:before{content:'\f2e2'}.zmdi-wifi-alt:before{content:'\f2e3'}.zmdi-wifi-info:before{content:'\f2e4'}.zmdi-wifi-lock:before{content:'\f2e5'}.zmdi-wifi-off:before{content:'\f2e6'}.zmdi-wifi-outline:before{content:'\f2e7'}.zmdi-wifi:before{content:'\f2e8'}.zmdi-arrow-left-bottom:before{content:'\f2e9'}.zmdi-arrow-left:before{content:'\f2ea'}.zmdi-arrow-merge:before{content:'\f2eb'}.zmdi-arrow-missed:before{content:'\f2ec'}.zmdi-arrow-right-top:before{content:'\f2ed'}.zmdi-arrow-right:before{content:'\f2ee'}.zmdi-arrow-split:before{content:'\f2ef'}.zmdi-arrows:before{content:'\f2f0'}.zmdi-caret-down-circle:before{content:'\f2f1'}.zmdi-caret-down:before{content:'\f2f2'}.zmdi-caret-left-circle:before{content:'\f2f3'}.zmdi-caret-left:before{content:'\f2f4'}.zmdi-caret-right-circle:before{content:'\f2f5'}.zmdi-caret-right:before{content:'\f2f6'}.zmdi-caret-up-circle:before{content:'\f2f7'}.zmdi-caret-up:before{content:'\f2f8'}.zmdi-chevron-down:before{content:'\f2f9'}.zmdi-chevron-left:before{content:'\f2fa'}.zmdi-chevron-right:before{content:'\f2fb'}.zmdi-chevron-up:before{content:'\f2fc'}.zmdi-forward:before{content:'\f2fd'}.zmdi-long-arrow-down:before{content:'\f2fe'}.zmdi-long-arrow-left:before{content:'\f2ff'}.zmdi-long-arrow-return:before{content:'\f300'}.zmdi-long-arrow-right:before{content:'\f301'}.zmdi-long-arrow-tab:before{content:'\f302'}.zmdi-long-arrow-up:before{content:'\f303'}.zmdi-rotate-ccw:before{content:'\f304'}.zmdi-rotate-cw:before{content:'\f305'}.zmdi-rotate-left:before{content:'\f306'}.zmdi-rotate-right:before{content:'\f307'}.zmdi-square-down:before{content:'\f308'}.zmdi-square-right:before{content:'\f309'}.zmdi-swap-alt:before{content:'\f30a'}.zmdi-swap-vertical-circle:before{content:'\f30b'}.zmdi-swap-vertical:before{content:'\f30c'}.zmdi-swap:before{content:'\f30d'}.zmdi-trending-down:before{content:'\f30e'}.zmdi-trending-flat:before{content:'\f30f'}.zmdi-trending-up:before{content:'\f310'}.zmdi-unfold-less:before{content:'\f311'}.zmdi-unfold-more:before{content:'\f312'}.zmdi-apps:before{content:'\f313'}.zmdi-grid-off:before{content:'\f314'}.zmdi-grid:before{content:'\f315'}.zmdi-view-agenda:before{content:'\f316'}.zmdi-view-array:before{content:'\f317'}.zmdi-view-carousel:before{content:'\f318'}.zmdi-view-column:before{content:'\f319'}.zmdi-view-comfy:before{content:'\f31a'}.zmdi-view-compact:before{content:'\f31b'}.zmdi-view-dashboard:before{content:'\f31c'}.zmdi-view-day:before{content:'\f31d'}.zmdi-view-headline:before{content:'\f31e'}.zmdi-view-list-alt:before{content:'\f31f'}.zmdi-view-list:before{content:'\f320'}.zmdi-view-module:before{content:'\f321'}.zmdi-view-quilt:before{content:'\f322'}.zmdi-view-stream:before{content:'\f323'}.zmdi-view-subtitles:before{content:'\f324'}.zmdi-view-toc:before{content:'\f325'}.zmdi-view-web:before{content:'\f326'}.zmdi-view-week:before{content:'\f327'}.zmdi-widgets:before{content:'\f328'}.zmdi-alarm-check:before{content:'\f329'}.zmdi-alarm-off:before{content:'\f32a'}.zmdi-alarm-plus:before{content:'\f32b'}.zmdi-alarm-snooze:before{content:'\f32c'}.zmdi-alarm:before{content:'\f32d'}.zmdi-calendar-alt:before{content:'\f32e'}.zmdi-calendar-check:before{content:'\f32f'}.zmdi-calendar-close:before{content:'\f330'}.zmdi-calendar-note:before{content:'\f331'}.zmdi-calendar:before{content:'\f332'}.zmdi-time-countdown:before{content:'\f333'}.zmdi-time-interval:before{content:'\f334'}.zmdi-time-restore-setting:before{content:'\f335'}.zmdi-time-restore:before{content:'\f336'}.zmdi-time:before{content:'\f337'}.zmdi-timer-off:before{content:'\f338'}.zmdi-timer:before{content:'\f339'}.zmdi-android-alt:before{content:'\f33a'}.zmdi-android:before{content:'\f33b'}.zmdi-apple:before{content:'\f33c'}.zmdi-behance:before{content:'\f33d'}.zmdi-codepen:before{content:'\f33e'}.zmdi-dribbble:before{content:'\f33f'}.zmdi-dropbox:before{content:'\f340'}.zmdi-evernote:before{content:'\f341'}.zmdi-facebook-box:before{content:'\f342'}.zmdi-facebook:before{content:'\f343'}.zmdi-github-box:before{content:'\f344'}.zmdi-github:before{content:'\f345'}.zmdi-google-drive:before{content:'\f346'}.zmdi-google-earth:before{content:'\f347'}.zmdi-google-glass:before{content:'\f348'}.zmdi-google-maps:before{content:'\f349'}.zmdi-google-pages:before{content:'\f34a'}.zmdi-google-play:before{content:'\f34b'}.zmdi-google-plus-box:before{content:'\f34c'}.zmdi-google-plus:before{content:'\f34d'}.zmdi-google:before{content:'\f34e'}.zmdi-instagram:before{content:'\f34f'}.zmdi-language-css3:before{content:'\f350'}.zmdi-language-html5:before{content:'\f351'}.zmdi-language-javascript:before{content:'\f352'}.zmdi-language-python-alt:before{content:'\f353'}.zmdi-language-python:before{content:'\f354'}.zmdi-lastfm:before{content:'\f355'}.zmdi-linkedin-box:before{content:'\f356'}.zmdi-paypal:before{content:'\f357'}.zmdi-pinterest-box:before{content:'\f358'}.zmdi-pocket:before{content:'\f359'}.zmdi-polymer:before{content:'\f35a'}.zmdi-share:before{content:'\f35b'}.zmdi-stackoverflow:before{content:'\f35c'}.zmdi-steam-square:before{content:'\f35d'}.zmdi-steam:before{content:'\f35e'}.zmdi-twitter-box:before{content:'\f35f'}.zmdi-twitter:before{content:'\f360'}.zmdi-vk:before{content:'\f361'}.zmdi-wikipedia:before{content:'\f362'}.zmdi-windows:before{content:'\f363'}.zmdi-aspect-ratio-alt:before{content:'\f364'}.zmdi-aspect-ratio:before{content:'\f365'}.zmdi-blur-circular:before{content:'\f366'}.zmdi-blur-linear:before{content:'\f367'}.zmdi-blur-off:before{content:'\f368'}.zmdi-blur:before{content:'\f369'}.zmdi-brightness-2:before{content:'\f36a'}.zmdi-brightness-3:before{content:'\f36b'}.zmdi-brightness-4:before{content:'\f36c'}.zmdi-brightness-5:before{content:'\f36d'}.zmdi-brightness-6:before{content:'\f36e'}.zmdi-brightness-7:before{content:'\f36f'}.zmdi-brightness-auto:before{content:'\f370'}.zmdi-brightness-setting:before{content:'\f371'}.zmdi-broken-image:before{content:'\f372'}.zmdi-center-focus-strong:before{content:'\f373'}.zmdi-center-focus-weak:before{content:'\f374'}.zmdi-compare:before{content:'\f375'}.zmdi-crop-16-9:before{content:'\f376'}.zmdi-crop-3-2:before{content:'\f377'}.zmdi-crop-5-4:before{content:'\f378'}.zmdi-crop-7-5:before{content:'\f379'}.zmdi-crop-din:before{content:'\f37a'}.zmdi-crop-free:before{content:'\f37b'}.zmdi-crop-landscape:before{content:'\f37c'}.zmdi-crop-portrait:before{content:'\f37d'}.zmdi-crop-square:before{content:'\f37e'}.zmdi-exposure-alt:before{content:'\f37f'}.zmdi-exposure:before{content:'\f380'}.zmdi-filter-b-and-w:before{content:'\f381'}.zmdi-filter-center-focus:before{content:'\f382'}.zmdi-filter-frames:before{content:'\f383'}.zmdi-filter-tilt-shift:before{content:'\f384'}.zmdi-gradient:before{content:'\f385'}.zmdi-grain:before{content:'\f386'}.zmdi-graphic-eq:before{content:'\f387'}.zmdi-hdr-off:before{content:'\f388'}.zmdi-hdr-strong:before{content:'\f389'}.zmdi-hdr-weak:before{content:'\f38a'}.zmdi-hdr:before{content:'\f38b'}.zmdi-iridescent:before{content:'\f38c'}.zmdi-leak-off:before{content:'\f38d'}.zmdi-leak:before{content:'\f38e'}.zmdi-looks:before{content:'\f38f'}.zmdi-loupe:before{content:'\f390'}.zmdi-panorama-horizontal:before{content:'\f391'}.zmdi-panorama-vertical:before{content:'\f392'}.zmdi-panorama-wide-angle:before{content:'\f393'}.zmdi-photo-size-select-large:before{content:'\f394'}.zmdi-photo-size-select-small:before{content:'\f395'}.zmdi-picture-in-picture:before{content:'\f396'}.zmdi-slideshow:before{content:'\f397'}.zmdi-texture:before{content:'\f398'}.zmdi-tonality:before{content:'\f399'}.zmdi-vignette:before{content:'\f39a'}.zmdi-wb-auto:before{content:'\f39b'}.zmdi-eject-alt:before{content:'\f39c'}.zmdi-eject:before{content:'\f39d'}.zmdi-equalizer:before{content:'\f39e'}.zmdi-fast-forward:before{content:'\f39f'}.zmdi-fast-rewind:before{content:'\f3a0'}.zmdi-forward-10:before{content:'\f3a1'}.zmdi-forward-30:before{content:'\f3a2'}.zmdi-forward-5:before{content:'\f3a3'}.zmdi-hearing:before{content:'\f3a4'}.zmdi-pause-circle-outline:before{content:'\f3a5'}.zmdi-pause-circle:before{content:'\f3a6'}.zmdi-pause:before{content:'\f3a7'}.zmdi-play-circle-outline:before{content:'\f3a8'}.zmdi-play-circle:before{content:'\f3a9'}.zmdi-play:before{content:'\f3aa'}.zmdi-playlist-audio:before{content:'\f3ab'}.zmdi-playlist-plus:before{content:'\f3ac'}.zmdi-repeat-one:before{content:'\f3ad'}.zmdi-repeat:before{content:'\f3ae'}.zmdi-replay-10:before{content:'\f3af'}.zmdi-replay-30:before{content:'\f3b0'}.zmdi-replay-5:before{content:'\f3b1'}.zmdi-replay:before{content:'\f3b2'}.zmdi-shuffle:before{content:'\f3b3'}.zmdi-skip-next:before{content:'\f3b4'}.zmdi-skip-previous:before{content:'\f3b5'}.zmdi-stop:before{content:'\f3b6'}.zmdi-surround-sound:before{content:'\f3b7'}.zmdi-tune:before{content:'\f3b8'}.zmdi-volume-down:before{content:'\f3b9'}.zmdi-volume-mute:before{content:'\f3ba'}.zmdi-volume-off:before{content:'\f3bb'}.zmdi-volume-up:before{content:'\f3bc'}.zmdi-n-1-square:before{content:'\f3bd'}.zmdi-n-2-square:before{content:'\f3be'}.zmdi-n-3-square:before{content:'\f3bf'}.zmdi-n-4-square:before{content:'\f3c0'}.zmdi-n-5-square:before{content:'\f3c1'}.zmdi-n-6-square:before{content:'\f3c2'}.zmdi-neg-1:before{content:'\f3c3'}.zmdi-neg-2:before{content:'\f3c4'}.zmdi-plus-1:before{content:'\f3c5'}.zmdi-plus-2:before{content:'\f3c6'}.zmdi-sec-10:before{content:'\f3c7'}.zmdi-sec-3:before{content:'\f3c8'}.zmdi-zero:before{content:'\f3c9'}.zmdi-airline-seat-flat-angled:before{content:'\f3ca'}.zmdi-airline-seat-flat:before{content:'\f3cb'}.zmdi-airline-seat-individual-suite:before{content:'\f3cc'}.zmdi-airline-seat-legroom-extra:before{content:'\f3cd'}.zmdi-airline-seat-legroom-normal:before{content:'\f3ce'}.zmdi-airline-seat-legroom-reduced:before{content:'\f3cf'}.zmdi-airline-seat-recline-extra:before{content:'\f3d0'}.zmdi-airline-seat-recline-normal:before{content:'\f3d1'}.zmdi-airplay:before{content:'\f3d2'}.zmdi-closed-caption:before{content:'\f3d3'}.zmdi-confirmation-number:before{content:'\f3d4'}.zmdi-developer-board:before{content:'\f3d5'}.zmdi-disc-full:before{content:'\f3d6'}.zmdi-explicit:before{content:'\f3d7'}.zmdi-flight-land:before{content:'\f3d8'}.zmdi-flight-takeoff:before{content:'\f3d9'}.zmdi-flip-to-back:before{content:'\f3da'}.zmdi-flip-to-front:before{content:'\f3db'}.zmdi-group-work:before{content:'\f3dc'}.zmdi-hd:before{content:'\f3dd'}.zmdi-hq:before{content:'\f3de'}.zmdi-markunread-mailbox:before{content:'\f3df'}.zmdi-memory:before{content:'\f3e0'}.zmdi-nfc:before{content:'\f3e1'}.zmdi-play-for-work:before{content:'\f3e2'}.zmdi-power-input:before{content:'\f3e3'}.zmdi-present-to-all:before{content:'\f3e4'}.zmdi-satellite:before{content:'\f3e5'}.zmdi-tap-and-play:before{content:'\f3e6'}.zmdi-vibration:before{content:'\f3e7'}.zmdi-voicemail:before{content:'\f3e8'}.zmdi-group:before{content:'\f3e9'}.zmdi-rss:before{content:'\f3ea'}.zmdi-shape:before{content:'\f3eb'}.zmdi-spinner:before{content:'\f3ec'}.zmdi-ungroup:before{content:'\f3ed'}.zmdi-500px:before{content:'\f3ee'}.zmdi-8tracks:before{content:'\f3ef'}.zmdi-amazon:before{content:'\f3f0'}.zmdi-blogger:before{content:'\f3f1'}.zmdi-delicious:before{content:'\f3f2'}.zmdi-disqus:before{content:'\f3f3'}.zmdi-flattr:before{content:'\f3f4'}.zmdi-flickr:before{content:'\f3f5'}.zmdi-github-alt:before{content:'\f3f6'}.zmdi-google-old:before{content:'\f3f7'}.zmdi-linkedin:before{content:'\f3f8'}.zmdi-odnoklassniki:before{content:'\f3f9'}.zmdi-outlook:before{content:'\f3fa'}.zmdi-paypal-alt:before{content:'\f3fb'}.zmdi-pinterest:before{content:'\f3fc'}.zmdi-playstation:before{content:'\f3fd'}.zmdi-reddit:before{content:'\f3fe'}.zmdi-skype:before{content:'\f3ff'}.zmdi-slideshare:before{content:'\f400'}.zmdi-soundcloud:before{content:'\f401'}.zmdi-tumblr:before{content:'\f402'}.zmdi-twitch:before{content:'\f403'}.zmdi-vimeo:before{content:'\f404'}.zmdi-whatsapp:before{content:'\f405'}.zmdi-xbox:before{content:'\f406'}.zmdi-yahoo:before{content:'\f407'}.zmdi-youtube-play:before{content:'\f408'}.zmdi-youtube:before{content:'\f409'}.zmdi-3d-rotation:before{content:'\f101'}.zmdi-airplane-off:before{content:'\f102'}.zmdi-airplane:before{content:'\f103'}.zmdi-album:before{content:'\f104'}.zmdi-archive:before{content:'\f105'}.zmdi-assignment-account:before{content:'\f106'}.zmdi-assignment-alert:before{content:'\f107'}.zmdi-assignment-check:before{content:'\f108'}.zmdi-assignment-o:before{content:'\f109'}.zmdi-assignment-return:before{content:'\f10a'}.zmdi-assignment-returned:before{content:'\f10b'}.zmdi-assignment:before{content:'\f10c'}.zmdi-attachment-alt:before{content:'\f10d'}.zmdi-attachment:before{content:'\f10e'}.zmdi-audio:before{content:'\f10f'}.zmdi-badge-check:before{content:'\f110'}.zmdi-balance-wallet:before{content:'\f111'}.zmdi-balance:before{content:'\f112'}.zmdi-battery-alert:before{content:'\f113'}.zmdi-battery-flash:before{content:'\f114'}.zmdi-battery-unknown:before{content:'\f115'}.zmdi-battery:before{content:'\f116'}.zmdi-bike:before{content:'\f117'}.zmdi-block-alt:before{content:'\f118'}.zmdi-block:before{content:'\f119'}.zmdi-boat:before{content:'\f11a'}.zmdi-book-image:before{content:'\f11b'}.zmdi-book:before{content:'\f11c'}.zmdi-bookmark-outline:before{content:'\f11d'}.zmdi-bookmark:before{content:'\f11e'}.zmdi-brush:before{content:'\f11f'}.zmdi-bug:before{content:'\f120'}.zmdi-bus:before{content:'\f121'}.zmdi-cake:before{content:'\f122'}.zmdi-car-taxi:before{content:'\f123'}.zmdi-car-wash:before{content:'\f124'}.zmdi-car:before{content:'\f125'}.zmdi-card-giftcard:before{content:'\f126'}.zmdi-card-membership:before{content:'\f127'}.zmdi-card-travel:before{content:'\f128'}.zmdi-card:before{content:'\f129'}.zmdi-case-check:before{content:'\f12a'}.zmdi-case-download:before{content:'\f12b'}.zmdi-case-play:before{content:'\f12c'}.zmdi-case:before{content:'\f12d'}.zmdi-cast-connected:before{content:'\f12e'}.zmdi-cast:before{content:'\f12f'}.zmdi-chart-donut:before{content:'\f130'}.zmdi-chart:before{content:'\f131'}.zmdi-city-alt:before{content:'\f132'}.zmdi-city:before{content:'\f133'}.zmdi-close-circle-o:before{content:'\f134'}.zmdi-close-circle:before{content:'\f135'}.zmdi-close:before{content:'\f136'}.zmdi-cocktail:before{content:'\f137'}.zmdi-code-setting:before{content:'\f138'}.zmdi-code-smartphone:before{content:'\f139'}.zmdi-code:before{content:'\f13a'}.zmdi-coffee:before{content:'\f13b'}.zmdi-collection-bookmark:before{content:'\f13c'}.zmdi-collection-case-play:before{content:'\f13d'}.zmdi-collection-folder-image:before{content:'\f13e'}.zmdi-collection-image-o:before{content:'\f13f'}.zmdi-collection-image:before{content:'\f140'}.zmdi-collection-item-1:before{content:'\f141'}.zmdi-collection-item-2:before{content:'\f142'}.zmdi-collection-item-3:before{content:'\f143'}.zmdi-collection-item-4:before{content:'\f144'}.zmdi-collection-item-5:before{content:'\f145'}.zmdi-collection-item-6:before{content:'\f146'}.zmdi-collection-item-7:before{content:'\f147'}.zmdi-collection-item-8:before{content:'\f148'}.zmdi-collection-item-9-plus:before{content:'\f149'}.zmdi-collection-item-9:before{content:'\f14a'}.zmdi-collection-item:before{content:'\f14b'}.zmdi-collection-music:before{content:'\f14c'}.zmdi-collection-pdf:before{content:'\f14d'}.zmdi-collection-plus:before{content:'\f14e'}.zmdi-collection-speaker:before{content:'\f14f'}.zmdi-collection-text:before{content:'\f150'}.zmdi-collection-video:before{content:'\f151'}.zmdi-compass:before{content:'\f152'}.zmdi-cutlery:before{content:'\f153'}.zmdi-delete:before{content:'\f154'}.zmdi-dialpad:before{content:'\f155'}.zmdi-dns:before{content:'\f156'}.zmdi-drink:before{content:'\f157'}.zmdi-edit:before{content:'\f158'}.zmdi-email-open:before{content:'\f159'}.zmdi-email:before{content:'\f15a'}.zmdi-eye-off:before{content:'\f15b'}.zmdi-eye:before{content:'\f15c'}.zmdi-eyedropper:before{content:'\f15d'}.zmdi-favorite-outline:before{content:'\f15e'}.zmdi-favorite:before{content:'\f15f'}.zmdi-filter-list:before{content:'\f160'}.zmdi-fire:before{content:'\f161'}.zmdi-flag:before{content:'\f162'}.zmdi-flare:before{content:'\f163'}.zmdi-flash-auto:before{content:'\f164'}.zmdi-flash-off:before{content:'\f165'}.zmdi-flash:before{content:'\f166'}.zmdi-flip:before{content:'\f167'}.zmdi-flower-alt:before{content:'\f168'}.zmdi-flower:before{content:'\f169'}.zmdi-font:before{content:'\f16a'}.zmdi-fullscreen-alt:before{content:'\f16b'}.zmdi-fullscreen-exit:before{content:'\f16c'}.zmdi-fullscreen:before{content:'\f16d'}.zmdi-functions:before{content:'\f16e'}.zmdi-gas-station:before{content:'\f16f'}.zmdi-gesture:before{content:'\f170'}.zmdi-globe-alt:before{content:'\f171'}.zmdi-globe-lock:before{content:'\f172'}.zmdi-globe:before{content:'\f173'}.zmdi-graduation-cap:before{content:'\f174'}.zmdi-home:before{content:'\f175'}.zmdi-hospital-alt:before{content:'\f176'}.zmdi-hospital:before{content:'\f177'}.zmdi-hotel:before{content:'\f178'}.zmdi-hourglass-alt:before{content:'\f179'}.zmdi-hourglass-outline:before{content:'\f17a'}.zmdi-hourglass:before{content:'\f17b'}.zmdi-http:before{content:'\f17c'}.zmdi-image-alt:before{content:'\f17d'}.zmdi-image-o:before{content:'\f17e'}.zmdi-image:before{content:'\f17f'}.zmdi-inbox:before{content:'\f180'}.zmdi-invert-colors-off:before{content:'\f181'}.zmdi-invert-colors:before{content:'\f182'}.zmdi-key:before{content:'\f183'}.zmdi-label-alt-outline:before{content:'\f184'}.zmdi-label-alt:before{content:'\f185'}.zmdi-label-heart:before{content:'\f186'}.zmdi-label:before{content:'\f187'}.zmdi-labels:before{content:'\f188'}.zmdi-lamp:before{content:'\f189'}.zmdi-landscape:before{content:'\f18a'}.zmdi-layers-off:before{content:'\f18b'}.zmdi-layers:before{content:'\f18c'}.zmdi-library:before{content:'\f18d'}.zmdi-link:before{content:'\f18e'}.zmdi-lock-open:before{content:'\f18f'}.zmdi-lock-outline:before{content:'\f190'}.zmdi-lock:before{content:'\f191'}.zmdi-mail-reply-all:before{content:'\f192'}.zmdi-mail-reply:before{content:'\f193'}.zmdi-mail-send:before{content:'\f194'}.zmdi-mall:before{content:'\f195'}.zmdi-map:before{content:'\f196'}.zmdi-menu:before{content:'\f197'}.zmdi-money-box:before{content:'\f198'}.zmdi-money-off:before{content:'\f199'}.zmdi-money:before{content:'\f19a'}.zmdi-more-vert:before{content:'\f19b'}.zmdi-more:before{content:'\f19c'}.zmdi-movie-alt:before{content:'\f19d'}.zmdi-movie:before{content:'\f19e'}.zmdi-nature-people:before{content:'\f19f'}.zmdi-nature:before{content:'\f1a0'}.zmdi-navigation:before{content:'\f1a1'}.zmdi-open-in-browser:before{content:'\f1a2'}.zmdi-open-in-new:before{content:'\f1a3'}.zmdi-palette:before{content:'\f1a4'}.zmdi-parking:before{content:'\f1a5'}.zmdi-pin-account:before{content:'\f1a6'}.zmdi-pin-assistant:before{content:'\f1a7'}.zmdi-pin-drop:before{content:'\f1a8'}.zmdi-pin-help:before{content:'\f1a9'}.zmdi-pin-off:before{content:'\f1aa'}.zmdi-pin:before{content:'\f1ab'}.zmdi-pizza:before{content:'\f1ac'}.zmdi-plaster:before{content:'\f1ad'}.zmdi-power-setting:before{content:'\f1ae'}.zmdi-power:before{content:'\f1af'}.zmdi-print:before{content:'\f1b0'}.zmdi-puzzle-piece:before{content:'\f1b1'}.zmdi-quote:before{content:'\f1b2'}.zmdi-railway:before{content:'\f1b3'}.zmdi-receipt:before{content:'\f1b4'}.zmdi-refresh-alt:before{content:'\f1b5'}.zmdi-refresh-sync-alert:before{content:'\f1b6'}.zmdi-refresh-sync-off:before{content:'\f1b7'}.zmdi-refresh-sync:before{content:'\f1b8'}.zmdi-refresh:before{content:'\f1b9'}.zmdi-roller:before{content:'\f1ba'}.zmdi-ruler:before{content:'\f1bb'}.zmdi-scissors:before{content:'\f1bc'}.zmdi-screen-rotation-lock:before{content:'\f1bd'}.zmdi-screen-rotation:before{content:'\f1be'}.zmdi-search-for:before{content:'\f1bf'}.zmdi-search-in-file:before{content:'\f1c0'}.zmdi-search-in-page:before{content:'\f1c1'}.zmdi-search-replace:before{content:'\f1c2'}.zmdi-search:before{content:'\f1c3'}.zmdi-seat:before{content:'\f1c4'}.zmdi-settings-square:before{content:'\f1c5'}.zmdi-settings:before{content:'\f1c6'}.zmdi-shield-check:before{content:'\f1c7'}.zmdi-shield-security:before{content:'\f1c8'}.zmdi-shopping-basket:before{content:'\f1c9'}.zmdi-shopping-cart-plus:before{content:'\f1ca'}.zmdi-shopping-cart:before{content:'\f1cb'}.zmdi-sign-in:before{content:'\f1cc'}.zmdi-sort-amount-asc:before{content:'\f1cd'}.zmdi-sort-amount-desc:before{content:'\f1ce'}.zmdi-sort-asc:before{content:'\f1cf'}.zmdi-sort-desc:before{content:'\f1d0'}.zmdi-spellcheck:before{content:'\f1d1'}.zmdi-storage:before{content:'\f1d2'}.zmdi-store-24:before{content:'\f1d3'}.zmdi-store:before{content:'\f1d4'}.zmdi-subway:before{content:'\f1d5'}.zmdi-sun:before{content:'\f1d6'}.zmdi-tab-unselected:before{content:'\f1d7'}.zmdi-tab:before{content:'\f1d8'}.zmdi-tag-close:before{content:'\f1d9'}.zmdi-tag-more:before{content:'\f1da'}.zmdi-tag:before{content:'\f1db'}.zmdi-thumb-down:before{content:'\f1dc'}.zmdi-thumb-up-down:before{content:'\f1dd'}.zmdi-thumb-up:before{content:'\f1de'}.zmdi-ticket-star:before{content:'\f1df'}.zmdi-toll:before{content:'\f1e0'}.zmdi-toys:before{content:'\f1e1'}.zmdi-traffic:before{content:'\f1e2'}.zmdi-translate:before{content:'\f1e3'}.zmdi-triangle-down:before{content:'\f1e4'}.zmdi-triangle-up:before{content:'\f1e5'}.zmdi-truck:before{content:'\f1e6'}.zmdi-turning-sign:before{content:'\f1e7'}.zmdi-wallpaper:before{content:'\f1e8'}.zmdi-washing-machine:before{content:'\f1e9'}.zmdi-window-maximize:before{content:'\f1ea'}.zmdi-window-minimize:before{content:'\f1eb'}.zmdi-window-restore:before{content:'\f1ec'}.zmdi-wrench:before{content:'\f1ed'}.zmdi-zoom-in:before{content:'\f1ee'}.zmdi-zoom-out:before{content:'\f1ef'}.zmdi-alert-circle-o:before{content:'\f1f0'}.zmdi-alert-circle:before{content:'\f1f1'}.zmdi-alert-octagon:before{content:'\f1f2'}.zmdi-alert-polygon:before{content:'\f1f3'}.zmdi-alert-triangle:before{content:'\f1f4'}.zmdi-help-outline:before{content:'\f1f5'}.zmdi-help:before{content:'\f1f6'}.zmdi-info-outline:before{content:'\f1f7'}.zmdi-info:before{content:'\f1f8'}.zmdi-notifications-active:before{content:'\f1f9'}.zmdi-notifications-add:before{content:'\f1fa'}.zmdi-notifications-none:before{content:'\f1fb'}.zmdi-notifications-off:before{content:'\f1fc'}.zmdi-notifications-paused:before{content:'\f1fd'}.zmdi-notifications:before{content:'\f1fe'}.zmdi-account-add:before{content:'\f1ff'}.zmdi-account-box-mail:before{content:'\f200'}.zmdi-account-box-o:before{content:'\f201'}.zmdi-account-box-phone:before{content:'\f202'}.zmdi-account-box:before{content:'\f203'}.zmdi-account-calendar:before{content:'\f204'}.zmdi-account-circle:before{content:'\f205'}.zmdi-account-o:before{content:'\f206'}.zmdi-account:before{content:'\f207'}.zmdi-accounts-add:before{content:'\f208'}.zmdi-accounts-alt:before{content:'\f209'}.zmdi-accounts-list-alt:before{content:'\f20a'}.zmdi-accounts-list:before{content:'\f20b'}.zmdi-accounts-outline:before{content:'\f20c'}.zmdi-accounts:before{content:'\f20d'}.zmdi-face:before{content:'\f20e'}.zmdi-female:before{content:'\f20f'}.zmdi-male-alt:before{content:'\f210'}.zmdi-male-female:before{content:'\f211'}.zmdi-male:before{content:'\f212'}.zmdi-mood-bad:before{content:'\f213'}.zmdi-mood:before{content:'\f214'}.zmdi-run:before{content:'\f215'}.zmdi-walk:before{content:'\f216'}.zmdi-cloud-box:before{content:'\f217'}.zmdi-cloud-circle:before{content:'\f218'}.zmdi-cloud-done:before{content:'\f219'}.zmdi-cloud-download:before{content:'\f21a'}.zmdi-cloud-off:before{content:'\f21b'}.zmdi-cloud-outline-alt:before{content:'\f21c'}.zmdi-cloud-outline:before{content:'\f21d'}.zmdi-cloud-upload:before{content:'\f21e'}.zmdi-cloud:before{content:'\f21f'}.zmdi-download:before{content:'\f220'}.zmdi-file-plus:before{content:'\f221'}.zmdi-file-text:before{content:'\f222'}.zmdi-file:before{content:'\f223'}.zmdi-folder-outline:before{content:'\f224'}.zmdi-folder-person:before{content:'\f225'}.zmdi-folder-star-alt:before{content:'\f226'}.zmdi-folder-star:before{content:'\f227'}.zmdi-folder:before{content:'\f228'}.zmdi-gif:before{content:'\f229'}.zmdi-upload:before{content:'\f22a'}.zmdi-border-all:before{content:'\f22b'}.zmdi-border-bottom:before{content:'\f22c'}.zmdi-border-clear:before{content:'\f22d'}.zmdi-border-color:before{content:'\f22e'}.zmdi-border-horizontal:before{content:'\f22f'}.zmdi-border-inner:before{content:'\f230'}.zmdi-border-left:before{content:'\f231'}.zmdi-border-outer:before{content:'\f232'}.zmdi-border-right:before{content:'\f233'}.zmdi-border-style:before{content:'\f234'}.zmdi-border-top:before{content:'\f235'}.zmdi-border-vertical:before{content:'\f236'}.zmdi-copy:before{content:'\f237'}.zmdi-crop:before{content:'\f238'}.zmdi-format-align-center:before{content:'\f239'}.zmdi-format-align-justify:before{content:'\f23a'}.zmdi-format-align-left:before{content:'\f23b'}.zmdi-format-align-right:before{content:'\f23c'}.zmdi-format-bold:before{content:'\f23d'}.zmdi-format-clear-all:before{content:'\f23e'}.zmdi-format-clear:before{content:'\f23f'}.zmdi-format-color-fill:before{content:'\f240'}.zmdi-format-color-reset:before{content:'\f241'}.zmdi-format-color-text:before{content:'\f242'}.zmdi-format-indent-decrease:before{content:'\f243'}.zmdi-format-indent-increase:before{content:'\f244'}.zmdi-format-italic:before{content:'\f245'}.zmdi-format-line-spacing:before{content:'\f246'}.zmdi-format-list-bulleted:before{content:'\f247'}.zmdi-format-list-numbered:before{content:'\f248'}.zmdi-format-ltr:before{content:'\f249'}.zmdi-format-rtl:before{content:'\f24a'}.zmdi-format-size:before{content:'\f24b'}.zmdi-format-strikethrough-s:before{content:'\f24c'}.zmdi-format-strikethrough:before{content:'\f24d'}.zmdi-format-subject:before{content:'\f24e'}.zmdi-format-underlined:before{content:'\f24f'}.zmdi-format-valign-bottom:before{content:'\f250'}.zmdi-format-valign-center:before{content:'\f251'}.zmdi-format-valign-top:before{content:'\f252'}.zmdi-redo:before{content:'\f253'}.zmdi-select-all:before{content:'\f254'}.zmdi-space-bar:before{content:'\f255'}.zmdi-text-format:before{content:'\f256'}.zmdi-transform:before{content:'\f257'}.zmdi-undo:before{content:'\f258'}.zmdi-wrap-text:before{content:'\f259'}.zmdi-comment-alert:before{content:'\f25a'}.zmdi-comment-alt-text:before{content:'\f25b'}.zmdi-comment-alt:before{content:'\f25c'}.zmdi-comment-edit:before{content:'\f25d'}.zmdi-comment-image:before{content:'\f25e'}.zmdi-comment-list:before{content:'\f25f'}.zmdi-comment-more:before{content:'\f260'}.zmdi-comment-outline:before{content:'\f261'}.zmdi-comment-text-alt:before{content:'\f262'}.zmdi-comment-text:before{content:'\f263'}.zmdi-comment-video:before{content:'\f264'}.zmdi-comment:before{content:'\f265'}.zmdi-comments:before{content:'\f266'}.zmdi-check-all:before{content:'\f267'}.zmdi-check-circle-u:before{content:'\f268'}.zmdi-check-circle:before{content:'\f269'}.zmdi-check-square:before{content:'\f26a'}.zmdi-check:before{content:'\f26b'}.zmdi-circle-o:before{content:'\f26c'}.zmdi-circle:before{content:'\f26d'}.zmdi-dot-circle-alt:before{content:'\f26e'}.zmdi-dot-circle:before{content:'\f26f'}.zmdi-minus-circle-outline:before{content:'\f270'}.zmdi-minus-circle:before{content:'\f271'}.zmdi-minus-square:before{content:'\f272'}.zmdi-minus:before{content:'\f273'}.zmdi-plus-circle-o-duplicate:before{content:'\f274'}.zmdi-plus-circle-o:before{content:'\f275'}.zmdi-plus-circle:before{content:'\f276'}.zmdi-plus-square:before{content:'\f277'}.zmdi-plus:before{content:'\f278'}.zmdi-square-o:before{content:'\f279'}.zmdi-star-circle:before{content:'\f27a'}.zmdi-star-half:before{content:'\f27b'}.zmdi-star-outline:before{content:'\f27c'}.zmdi-star:before{content:'\f27d'}.zmdi-bluetooth-connected:before{content:'\f27e'}.zmdi-bluetooth-off:before{content:'\f27f'}.zmdi-bluetooth-search:before{content:'\f280'}.zmdi-bluetooth-setting:before{content:'\f281'}.zmdi-bluetooth:before{content:'\f282'}.zmdi-camera-add:before{content:'\f283'}.zmdi-camera-alt:before{content:'\f284'}.zmdi-camera-bw:before{content:'\f285'}.zmdi-camera-front:before{content:'\f286'}.zmdi-camera-mic:before{content:'\f287'}.zmdi-camera-party-mode:before{content:'\f288'}.zmdi-camera-rear:before{content:'\f289'}.zmdi-camera-roll:before{content:'\f28a'}.zmdi-camera-switch:before{content:'\f28b'}.zmdi-camera:before{content:'\f28c'}.zmdi-card-alert:before{content:'\f28d'}.zmdi-card-off:before{content:'\f28e'}.zmdi-card-sd:before{content:'\f28f'}.zmdi-card-sim:before{content:'\f290'}.zmdi-desktop-mac:before{content:'\f291'}.zmdi-desktop-windows:before{content:'\f292'}.zmdi-device-hub:before{content:'\f293'}.zmdi-devices-off:before{content:'\f294'}.zmdi-devices:before{content:'\f295'}.zmdi-dock:before{content:'\f296'}.zmdi-floppy:before{content:'\f297'}.zmdi-gamepad:before{content:'\f298'}.zmdi-gps-dot:before{content:'\f299'}.zmdi-gps-off:before{content:'\f29a'}.zmdi-gps:before{content:'\f29b'}.zmdi-headset-mic:before{content:'\f29c'}.zmdi-headset:before{content:'\f29d'}.zmdi-input-antenna:before{content:'\f29e'}.zmdi-input-composite:before{content:'\f29f'}.zmdi-input-hdmi:before{content:'\f2a0'}.zmdi-input-power:before{content:'\f2a1'}.zmdi-input-svideo:before{content:'\f2a2'}.zmdi-keyboard-hide:before{content:'\f2a3'}.zmdi-keyboard:before{content:'\f2a4'}.zmdi-laptop-chromebook:before{content:'\f2a5'}.zmdi-laptop-mac:before{content:'\f2a6'}.zmdi-laptop:before{content:'\f2a7'}.zmdi-mic-off:before{content:'\f2a8'}.zmdi-mic-outline:before{content:'\f2a9'}.zmdi-mic-setting:before{content:'\f2aa'}.zmdi-mic:before{content:'\f2ab'}.zmdi-mouse:before{content:'\f2ac'}.zmdi-network-alert:before{content:'\f2ad'}.zmdi-network-locked:before{content:'\f2ae'}.zmdi-network-off:before{content:'\f2af'}.zmdi-network-outline:before{content:'\f2b0'}.zmdi-network-setting:before{content:'\f2b1'}.zmdi-network:before{content:'\f2b2'}.zmdi-phone-bluetooth:before{content:'\f2b3'}.zmdi-phone-end:before{content:'\f2b4'}.zmdi-phone-forwarded:before{content:'\f2b5'}.zmdi-phone-in-talk:before{content:'\f2b6'}.zmdi-phone-locked:before{content:'\f2b7'}.zmdi-phone-missed:before{content:'\f2b8'}.zmdi-phone-msg:before{content:'\f2b9'}.zmdi-phone-paused:before{content:'\f2ba'}.zmdi-phone-ring:before{content:'\f2bb'}.zmdi-phone-setting:before{content:'\f2bc'}.zmdi-phone-sip:before{content:'\f2bd'}.zmdi-phone:before{content:'\f2be'}.zmdi-portable-wifi-changes:before{content:'\f2bf'}.zmdi-portable-wifi-off:before{content:'\f2c0'}.zmdi-portable-wifi:before{content:'\f2c1'}.zmdi-radio:before{content:'\f2c2'}.zmdi-reader:before{content:'\f2c3'}.zmdi-remote-control-alt:before{content:'\f2c4'}.zmdi-remote-control:before{content:'\f2c5'}.zmdi-router:before{content:'\f2c6'}.zmdi-scanner:before{content:'\f2c7'}.zmdi-smartphone-android:before{content:'\f2c8'}.zmdi-smartphone-download:before{content:'\f2c9'}.zmdi-smartphone-erase:before{content:'\f2ca'}.zmdi-smartphone-info:before{content:'\f2cb'}.zmdi-smartphone-iphone:before{content:'\f2cc'}.zmdi-smartphone-landscape-lock:before{content:'\f2cd'}.zmdi-smartphone-landscape:before{content:'\f2ce'}.zmdi-smartphone-lock:before{content:'\f2cf'}.zmdi-smartphone-portrait-lock:before{content:'\f2d0'}.zmdi-smartphone-ring:before{content:'\f2d1'}.zmdi-smartphone-setting:before{content:'\f2d2'}.zmdi-smartphone-setup:before{content:'\f2d3'}.zmdi-smartphone:before{content:'\f2d4'}.zmdi-speaker:before{content:'\f2d5'}.zmdi-tablet-android:before{content:'\f2d6'}.zmdi-tablet-mac:before{content:'\f2d7'}.zmdi-tablet:before{content:'\f2d8'}.zmdi-tv-alt-play:before{content:'\f2d9'}.zmdi-tv-list:before{content:'\f2da'}.zmdi-tv-play:before{content:'\f2db'}.zmdi-tv:before{content:'\f2dc'}.zmdi-usb:before{content:'\f2dd'}.zmdi-videocam-off:before{content:'\f2de'}.zmdi-videocam-switch:before{content:'\f2df'}.zmdi-videocam:before{content:'\f2e0'}.zmdi-watch:before{content:'\f2e1'}.zmdi-wifi-alt-2:before{content:'\f2e2'}.zmdi-wifi-alt:before{content:'\f2e3'}.zmdi-wifi-info:before{content:'\f2e4'}.zmdi-wifi-lock:before{content:'\f2e5'}.zmdi-wifi-off:before{content:'\f2e6'}.zmdi-wifi-outline:before{content:'\f2e7'}.zmdi-wifi:before{content:'\f2e8'}.zmdi-arrow-left-bottom:before{content:'\f2e9'}.zmdi-arrow-left:before{content:'\f2ea'}.zmdi-arrow-merge:before{content:'\f2eb'}.zmdi-arrow-missed:before{content:'\f2ec'}.zmdi-arrow-right-top:before{content:'\f2ed'}.zmdi-arrow-right:before{content:'\f2ee'}.zmdi-arrow-split:before{content:'\f2ef'}.zmdi-arrows:before{content:'\f2f0'}.zmdi-caret-down-circle:before{content:'\f2f1'}.zmdi-caret-down:before{content:'\f2f2'}.zmdi-caret-left-circle:before{content:'\f2f3'}.zmdi-caret-left:before{content:'\f2f4'}.zmdi-caret-right-circle:before{content:'\f2f5'}.zmdi-caret-right:before{content:'\f2f6'}.zmdi-caret-up-circle:before{content:'\f2f7'}.zmdi-caret-up:before{content:'\f2f8'}.zmdi-chevron-down:before{content:'\f2f9'}.zmdi-chevron-left:before{content:'\f2fa'}.zmdi-chevron-right:before{content:'\f2fb'}.zmdi-chevron-up:before{content:'\f2fc'}.zmdi-forward:before{content:'\f2fd'}.zmdi-long-arrow-down:before{content:'\f2fe'}.zmdi-long-arrow-left:before{content:'\f2ff'}.zmdi-long-arrow-return:before{content:'\f300'}.zmdi-long-arrow-right:before{content:'\f301'}.zmdi-long-arrow-tab:before{content:'\f302'}.zmdi-long-arrow-up:before{content:'\f303'}.zmdi-rotate-ccw:before{content:'\f304'}.zmdi-rotate-cw:before{content:'\f305'}.zmdi-rotate-left:before{content:'\f306'}.zmdi-rotate-right:before{content:'\f307'}.zmdi-square-down:before{content:'\f308'}.zmdi-square-right:before{content:'\f309'}.zmdi-swap-alt:before{content:'\f30a'}.zmdi-swap-vertical-circle:before{content:'\f30b'}.zmdi-swap-vertical:before{content:'\f30c'}.zmdi-swap:before{content:'\f30d'}.zmdi-trending-down:before{content:'\f30e'}.zmdi-trending-flat:before{content:'\f30f'}.zmdi-trending-up:before{content:'\f310'}.zmdi-unfold-less:before{content:'\f311'}.zmdi-unfold-more:before{content:'\f312'}.zmdi-apps:before{content:'\f313'}.zmdi-grid-off:before{content:'\f314'}.zmdi-grid:before{content:'\f315'}.zmdi-view-agenda:before{content:'\f316'}.zmdi-view-array:before{content:'\f317'}.zmdi-view-carousel:before{content:'\f318'}.zmdi-view-column:before{content:'\f319'}.zmdi-view-comfy:before{content:'\f31a'}.zmdi-view-compact:before{content:'\f31b'}.zmdi-view-dashboard:before{content:'\f31c'}.zmdi-view-day:before{content:'\f31d'}.zmdi-view-headline:before{content:'\f31e'}.zmdi-view-list-alt:before{content:'\f31f'}.zmdi-view-list:before{content:'\f320'}.zmdi-view-module:before{content:'\f321'}.zmdi-view-quilt:before{content:'\f322'}.zmdi-view-stream:before{content:'\f323'}.zmdi-view-subtitles:before{content:'\f324'}.zmdi-view-toc:before{content:'\f325'}.zmdi-view-web:before{content:'\f326'}.zmdi-view-week:before{content:'\f327'}.zmdi-widgets:before{content:'\f328'}.zmdi-alarm-check:before{content:'\f329'}.zmdi-alarm-off:before{content:'\f32a'}.zmdi-alarm-plus:before{content:'\f32b'}.zmdi-alarm-snooze:before{content:'\f32c'}.zmdi-alarm:before{content:'\f32d'}.zmdi-calendar-alt:before{content:'\f32e'}.zmdi-calendar-check:before{content:'\f32f'}.zmdi-calendar-close:before{content:'\f330'}.zmdi-calendar-note:before{content:'\f331'}.zmdi-calendar:before{content:'\f332'}.zmdi-time-countdown:before{content:'\f333'}.zmdi-time-interval:before{content:'\f334'}.zmdi-time-restore-setting:before{content:'\f335'}.zmdi-time-restore:before{content:'\f336'}.zmdi-time:before{content:'\f337'}.zmdi-timer-off:before{content:'\f338'}.zmdi-timer:before{content:'\f339'}.zmdi-android-alt:before{content:'\f33a'}.zmdi-android:before{content:'\f33b'}.zmdi-apple:before{content:'\f33c'}.zmdi-behance:before{content:'\f33d'}.zmdi-codepen:before{content:'\f33e'}.zmdi-dribbble:before{content:'\f33f'}.zmdi-dropbox:before{content:'\f340'}.zmdi-evernote:before{content:'\f341'}.zmdi-facebook-box:before{content:'\f342'}.zmdi-facebook:before{content:'\f343'}.zmdi-github-box:before{content:'\f344'}.zmdi-github:before{content:'\f345'}.zmdi-google-drive:before{content:'\f346'}.zmdi-google-earth:before{content:'\f347'}.zmdi-google-glass:before{content:'\f348'}.zmdi-google-maps:before{content:'\f349'}.zmdi-google-pages:before{content:'\f34a'}.zmdi-google-play:before{content:'\f34b'}.zmdi-google-plus-box:before{content:'\f34c'}.zmdi-google-plus:before{content:'\f34d'}.zmdi-google:before{content:'\f34e'}.zmdi-instagram:before{content:'\f34f'}.zmdi-language-css3:before{content:'\f350'}.zmdi-language-html5:before{content:'\f351'}.zmdi-language-javascript:before{content:'\f352'}.zmdi-language-python-alt:before{content:'\f353'}.zmdi-language-python:before{content:'\f354'}.zmdi-lastfm:before{content:'\f355'}.zmdi-linkedin-box:before{content:'\f356'}.zmdi-paypal:before{content:'\f357'}.zmdi-pinterest-box:before{content:'\f358'}.zmdi-pocket:before{content:'\f359'}.zmdi-polymer:before{content:'\f35a'}.zmdi-share:before{content:'\f35b'}.zmdi-stackoverflow:before{content:'\f35c'}.zmdi-steam-square:before{content:'\f35d'}.zmdi-steam:before{content:'\f35e'}.zmdi-twitter-box:before{content:'\f35f'}.zmdi-twitter:before{content:'\f360'}.zmdi-vk:before{content:'\f361'}.zmdi-wikipedia:before{content:'\f362'}.zmdi-windows:before{content:'\f363'}.zmdi-aspect-ratio-alt:before{content:'\f364'}.zmdi-aspect-ratio:before{content:'\f365'}.zmdi-blur-circular:before{content:'\f366'}.zmdi-blur-linear:before{content:'\f367'}.zmdi-blur-off:before{content:'\f368'}.zmdi-blur:before{content:'\f369'}.zmdi-brightness-2:before{content:'\f36a'}.zmdi-brightness-3:before{content:'\f36b'}.zmdi-brightness-4:before{content:'\f36c'}.zmdi-brightness-5:before{content:'\f36d'}.zmdi-brightness-6:before{content:'\f36e'}.zmdi-brightness-7:before{content:'\f36f'}.zmdi-brightness-auto:before{content:'\f370'}.zmdi-brightness-setting:before{content:'\f371'}.zmdi-broken-image:before{content:'\f372'}.zmdi-center-focus-strong:before{content:'\f373'}.zmdi-center-focus-weak:before{content:'\f374'}.zmdi-compare:before{content:'\f375'}.zmdi-crop-16-9:before{content:'\f376'}.zmdi-crop-3-2:before{content:'\f377'}.zmdi-crop-5-4:before{content:'\f378'}.zmdi-crop-7-5:before{content:'\f379'}.zmdi-crop-din:before{content:'\f37a'}.zmdi-crop-free:before{content:'\f37b'}.zmdi-crop-landscape:before{content:'\f37c'}.zmdi-crop-portrait:before{content:'\f37d'}.zmdi-crop-square:before{content:'\f37e'}.zmdi-exposure-alt:before{content:'\f37f'}.zmdi-exposure:before{content:'\f380'}.zmdi-filter-b-and-w:before{content:'\f381'}.zmdi-filter-center-focus:before{content:'\f382'}.zmdi-filter-frames:before{content:'\f383'}.zmdi-filter-tilt-shift:before{content:'\f384'}.zmdi-gradient:before{content:'\f385'}.zmdi-grain:before{content:'\f386'}.zmdi-graphic-eq:before{content:'\f387'}.zmdi-hdr-off:before{content:'\f388'}.zmdi-hdr-strong:before{content:'\f389'}.zmdi-hdr-weak:before{content:'\f38a'}.zmdi-hdr:before{content:'\f38b'}.zmdi-iridescent:before{content:'\f38c'}.zmdi-leak-off:before{content:'\f38d'}.zmdi-leak:before{content:'\f38e'}.zmdi-looks:before{content:'\f38f'}.zmdi-loupe:before{content:'\f390'}.zmdi-panorama-horizontal:before{content:'\f391'}.zmdi-panorama-vertical:before{content:'\f392'}.zmdi-panorama-wide-angle:before{content:'\f393'}.zmdi-photo-size-select-large:before{content:'\f394'}.zmdi-photo-size-select-small:before{content:'\f395'}.zmdi-picture-in-picture:before{content:'\f396'}.zmdi-slideshow:before{content:'\f397'}.zmdi-texture:before{content:'\f398'}.zmdi-tonality:before{content:'\f399'}.zmdi-vignette:before{content:'\f39a'}.zmdi-wb-auto:before{content:'\f39b'}.zmdi-eject-alt:before{content:'\f39c'}.zmdi-eject:before{content:'\f39d'}.zmdi-equalizer:before{content:'\f39e'}.zmdi-fast-forward:before{content:'\f39f'}.zmdi-fast-rewind:before{content:'\f3a0'}.zmdi-forward-10:before{content:'\f3a1'}.zmdi-forward-30:before{content:'\f3a2'}.zmdi-forward-5:before{content:'\f3a3'}.zmdi-hearing:before{content:'\f3a4'}.zmdi-pause-circle-outline:before{content:'\f3a5'}.zmdi-pause-circle:before{content:'\f3a6'}.zmdi-pause:before{content:'\f3a7'}.zmdi-play-circle-outline:before{content:'\f3a8'}.zmdi-play-circle:before{content:'\f3a9'}.zmdi-play:before{content:'\f3aa'}.zmdi-playlist-audio:before{content:'\f3ab'}.zmdi-playlist-plus:before{content:'\f3ac'}.zmdi-repeat-one:before{content:'\f3ad'}.zmdi-repeat:before{content:'\f3ae'}.zmdi-replay-10:before{content:'\f3af'}.zmdi-replay-30:before{content:'\f3b0'}.zmdi-replay-5:before{content:'\f3b1'}.zmdi-replay:before{content:'\f3b2'}.zmdi-shuffle:before{content:'\f3b3'}.zmdi-skip-next:before{content:'\f3b4'}.zmdi-skip-previous:before{content:'\f3b5'}.zmdi-stop:before{content:'\f3b6'}.zmdi-surround-sound:before{content:'\f3b7'}.zmdi-tune:before{content:'\f3b8'}.zmdi-volume-down:before{content:'\f3b9'}.zmdi-volume-mute:before{content:'\f3ba'}.zmdi-volume-off:before{content:'\f3bb'}.zmdi-volume-up:before{content:'\f3bc'}.zmdi-n-1-square:before{content:'\f3bd'}.zmdi-n-2-square:before{content:'\f3be'}.zmdi-n-3-square:before{content:'\f3bf'}.zmdi-n-4-square:before{content:'\f3c0'}.zmdi-n-5-square:before{content:'\f3c1'}.zmdi-n-6-square:before{content:'\f3c2'}.zmdi-neg-1:before{content:'\f3c3'}.zmdi-neg-2:before{content:'\f3c4'}.zmdi-plus-1:before{content:'\f3c5'}.zmdi-plus-2:before{content:'\f3c6'}.zmdi-sec-10:before{content:'\f3c7'}.zmdi-sec-3:before{content:'\f3c8'}.zmdi-zero:before{content:'\f3c9'}.zmdi-airline-seat-flat-angled:before{content:'\f3ca'}.zmdi-airline-seat-flat:before{content:'\f3cb'}.zmdi-airline-seat-individual-suite:before{content:'\f3cc'}.zmdi-airline-seat-legroom-extra:before{content:'\f3cd'}.zmdi-airline-seat-legroom-normal:before{content:'\f3ce'}.zmdi-airline-seat-legroom-reduced:before{content:'\f3cf'}.zmdi-airline-seat-recline-extra:before{content:'\f3d0'}.zmdi-airline-seat-recline-normal:before{content:'\f3d1'}.zmdi-airplay:before{content:'\f3d2'}.zmdi-closed-caption:before{content:'\f3d3'}.zmdi-confirmation-number:before{content:'\f3d4'}.zmdi-developer-board:before{content:'\f3d5'}.zmdi-disc-full:before{content:'\f3d6'}.zmdi-explicit:before{content:'\f3d7'}.zmdi-flight-land:before{content:'\f3d8'}.zmdi-flight-takeoff:before{content:'\f3d9'}.zmdi-flip-to-back:before{content:'\f3da'}.zmdi-flip-to-front:before{content:'\f3db'}.zmdi-group-work:before{content:'\f3dc'}.zmdi-hd:before{content:'\f3dd'}.zmdi-hq:before{content:'\f3de'}.zmdi-markunread-mailbox:before{content:'\f3df'}.zmdi-memory:before{content:'\f3e0'}.zmdi-nfc:before{content:'\f3e1'}.zmdi-play-for-work:before{content:'\f3e2'}.zmdi-power-input:before{content:'\f3e3'}.zmdi-present-to-all:before{content:'\f3e4'}.zmdi-satellite:before{content:'\f3e5'}.zmdi-tap-and-play:before{content:'\f3e6'}.zmdi-vibration:before{content:'\f3e7'}.zmdi-voicemail:before{content:'\f3e8'}.zmdi-group:before{content:'\f3e9'}.zmdi-rss:before{content:'\f3ea'}.zmdi-shape:before{content:'\f3eb'}.zmdi-spinner:before{content:'\f3ec'}.zmdi-ungroup:before{content:'\f3ed'}.zmdi-500px:before{content:'\f3ee'}.zmdi-8tracks:before{content:'\f3ef'}.zmdi-amazon:before{content:'\f3f0'}.zmdi-blogger:before{content:'\f3f1'}.zmdi-delicious:before{content:'\f3f2'}.zmdi-disqus:before{content:'\f3f3'}.zmdi-flattr:before{content:'\f3f4'}.zmdi-flickr:before{content:'\f3f5'}.zmdi-github-alt:before{content:'\f3f6'}.zmdi-google-old:before{content:'\f3f7'}.zmdi-linkedin:before{content:'\f3f8'}.zmdi-odnoklassniki:before{content:'\f3f9'}.zmdi-outlook:before{content:'\f3fa'}.zmdi-paypal-alt:before{content:'\f3fb'}.zmdi-pinterest:before{content:'\f3fc'}.zmdi-playstation:before{content:'\f3fd'}.zmdi-reddit:before{content:'\f3fe'}.zmdi-skype:before{content:'\f3ff'}.zmdi-slideshare:before{content:'\f400'}.zmdi-soundcloud:before{content:'\f401'}.zmdi-tumblr:before{content:'\f402'}.zmdi-twitch:before{content:'\f403'}.zmdi-vimeo:before{content:'\f404'}.zmdi-whatsapp:before{content:'\f405'}.zmdi-xbox:before{content:'\f406'}.zmdi-yahoo:before{content:'\f407'}.zmdi-youtube-play:before{content:'\f408'}.zmdi-youtube:before{content:'\f409'}.zmdi-import-export:before{content:'\f30c'}.zmdi-swap-vertical-:before{content:'\f30c'}.zmdi-airplanemode-inactive:before{content:'\f102'}.zmdi-airplanemode-active:before{content:'\f103'}.zmdi-rate-review:before{content:'\f103'}.zmdi-comment-sign:before{content:'\f25a'}.zmdi-network-warning:before{content:'\f2ad'}.zmdi-shopping-cart-add:before{content:'\f1ca'}.zmdi-file-add:before{content:'\f221'}.zmdi-network-wifi-scan:before{content:'\f2e4'}.zmdi-collection-add:before{content:'\f14e'}.zmdi-format-playlist-add:before{content:'\f3ac'}.zmdi-format-queue-music:before{content:'\f3ab'}.zmdi-plus-box:before{content:'\f277'}.zmdi-tag-backspace:before{content:'\f1d9'}.zmdi-alarm-add:before{content:'\f32b'}.zmdi-battery-charging:before{content:'\f114'}.zmdi-daydream-setting:before{content:'\f217'}.zmdi-more-horiz:before{content:'\f19c'}.zmdi-book-photo:before{content:'\f11b'}.zmdi-incandescent:before{content:'\f189'}.zmdi-wb-iridescent:before{content:'\f38c'}.zmdi-calendar-remove:before{content:'\f330'}.zmdi-refresh-sync-disabled:before{content:'\f1b7'}.zmdi-refresh-sync-problem:before{content:'\f1b6'}.zmdi-crop-original:before{content:'\f17e'}.zmdi-power-off:before{content:'\f1af'}.zmdi-power-off-setting:before{content:'\f1ae'}.zmdi-leak-remove:before{content:'\f38d'}.zmdi-star-border:before{content:'\f27c'}.zmdi-brightness-low:before{content:'\f36d'}.zmdi-brightness-medium:before{content:'\f36e'}.zmdi-brightness-high:before{content:'\f36f'}.zmdi-smartphone-portrait:before{content:'\f2d4'}.zmdi-live-tv:before{content:'\f2d9'}.zmdi-format-textdirection-l-to-r:before{content:'\f249'}.zmdi-format-textdirection-r-to-l:before{content:'\f24a'}.zmdi-arrow-back:before{content:'\f2ea'}.zmdi-arrow-forward:before{content:'\f2ee'}.zmdi-arrow-in:before{content:'\f2e9'}.zmdi-arrow-out:before{content:'\f2ed'}.zmdi-rotate-90-degrees-ccw:before{content:'\f304'}.zmdi-adb:before{content:'\f33a'}.zmdi-network-wifi:before{content:'\f2e8'}.zmdi-network-wifi-alt:before{content:'\f2e3'}.zmdi-network-wifi-lock:before{content:'\f2e5'}.zmdi-network-wifi-off:before{content:'\f2e6'}.zmdi-network-wifi-outline:before{content:'\f2e7'}.zmdi-network-wifi-info:before{content:'\f2e4'}.zmdi-layers-clear:before{content:'\f18b'}.zmdi-colorize:before{content:'\f15d'}.zmdi-format-paint:before{content:'\f1ba'}.zmdi-format-quote:before{content:'\f1b2'}.zmdi-camera-monochrome-photos:before{content:'\f285'}.zmdi-sort-by-alpha:before{content:'\f1cf'}.zmdi-folder-shared:before{content:'\f225'}.zmdi-folder-special:before{content:'\f226'}.zmdi-comment-dots:before{content:'\f260'}.zmdi-reorder:before{content:'\f31e'}.zmdi-dehaze:before{content:'\f197'}.zmdi-sort:before{content:'\f1ce'}.zmdi-pages:before{content:'\f34a'}.zmdi-stack-overflow:before{content:'\f35c'}.zmdi-calendar-account:before{content:'\f204'}.zmdi-paste:before{content:'\f109'}.zmdi-cut:before{content:'\f1bc'}.zmdi-save:before{content:'\f297'}.zmdi-smartphone-code:before{content:'\f139'}.zmdi-directions-bike:before{content:'\f117'}.zmdi-directions-boat:before{content:'\f11a'}.zmdi-directions-bus:before{content:'\f121'}.zmdi-directions-car:before{content:'\f125'}.zmdi-directions-railway:before{content:'\f1b3'}.zmdi-directions-run:before{content:'\f215'}.zmdi-directions-subway:before{content:'\f1d5'}.zmdi-directions-walk:before{content:'\f216'}.zmdi-local-hotel:before{content:'\f178'}.zmdi-local-activity:before{content:'\f1df'}.zmdi-local-play:before{content:'\f1df'}.zmdi-local-airport:before{content:'\f103'}.zmdi-local-atm:before{content:'\f198'}.zmdi-local-bar:before{content:'\f137'}.zmdi-local-cafe:before{content:'\f13b'}.zmdi-local-car-wash:before{content:'\f124'}.zmdi-local-convenience-store:before{content:'\f1d3'}.zmdi-local-dining:before{content:'\f153'}.zmdi-local-drink:before{content:'\f157'}.zmdi-local-florist:before{content:'\f168'}.zmdi-local-gas-station:before{content:'\f16f'}.zmdi-local-grocery-store:before{content:'\f1cb'}.zmdi-local-hospital:before{content:'\f177'}.zmdi-local-laundry-service:before{content:'\f1e9'}.zmdi-local-library:before{content:'\f18d'}.zmdi-local-mall:before{content:'\f195'}.zmdi-local-movies:before{content:'\f19d'}.zmdi-local-offer:before{content:'\f187'}.zmdi-local-parking:before{content:'\f1a5'}.zmdi-local-parking:before{content:'\f1a5'}.zmdi-local-pharmacy:before{content:'\f176'}.zmdi-local-phone:before{content:'\f2be'}.zmdi-local-pizza:before{content:'\f1ac'}.zmdi-local-post-office:before{content:'\f15a'}.zmdi-local-printshop:before{content:'\f1b0'}.zmdi-local-see:before{content:'\f28c'}.zmdi-local-shipping:before{content:'\f1e6'}.zmdi-local-store:before{content:'\f1d4'}.zmdi-local-taxi:before{content:'\f123'}.zmdi-local-wc:before{content:'\f211'}.zmdi-my-location:before{content:'\f299'}.zmdi-directions:before{content:'\f1e7'}
 
assets/css/material-design-iconic-font/fonts/Material-Design-Iconic-Font.eot DELETED
Binary file
assets/css/material-design-iconic-font/fonts/Material-Design-Iconic-Font.svg DELETED
@@ -1,787 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata></metadata>
5
- <defs>
6
- <font id="material-desidesigniconicfont" horiz-adv-x="427" >
7
- <font-face units-per-em="512" ascent="448" descent="-64" />
8
- <missing-glyph horiz-adv-x="500" />
9
- <glyph unicode="&#xf101;" horiz-adv-x="510" d="M159 -10l29 28l81 -81l-14 -1q-100 0 -173.5 68t-81.5 167h32q6 -60 40 -108t87 -73zM178 129q14 0 21 7t7 20q0 7 -2 12t-6 8q-4 4 -9.5 5.5t-13.5 1.5h-16v22h16q8 0 13 2t8 5q4 3 6 8t2 10q0 12 -7 19q-6 6 -19 6q-5 0 -10 -2q-4 -1 -8 -4q-3 -3 -5 -8q-2 -4 -2 -9 h-28q0 10 4 18t11 14t17 10q9 3 21 3q11 0 22 -3q10 -3 16 -9q7 -6 11 -15t4 -20q0 -5 -2 -10q-1 -5 -4 -10q-4 -5 -8 -9q-5 -4 -11 -7q7 -3 13 -7q5 -4 8 -9q3 -4 5 -11q2 -5 2 -12q0 -11 -5 -20q-4 -9 -11.5 -15.5t-17.5 -9.5t-22 -3q-11 0 -21 3q-9 3 -17 9t-12 14.5 t-4 20.5h27q0 -6 2 -10.5t6 -7.5q3 -3 8 -5t11 -2zM360.5 255.5q10.5 -10.5 16.5 -25.5q5 -16 5 -34v-8q0 -19 -5 -34q-6 -15 -16 -25q-10 -11 -25 -17q-14 -5 -32 -5h-49v170h50q18 0 31.5 -5.5t24 -16zM352 188v8q0 28 -12 43q-12 14 -35 14h-20v-123h19q12 0 21 4t15 11 q6 8 9 19t3 24zM255 448q100 0 173.5 -68t81.5 -166h-32q-6 59 -40.5 107t-86.5 73l-29 -28l-81 81z" />
10
- <glyph unicode="&#xf102;" horiz-adv-x="405" d="M235 256l170 -107v-42l-67 21l-167 167v78q0 14 9 23t22.5 9t23 -9t9.5 -23v-117zM21 336l27 27l336 -336l-27 -27l-122 122v-79l42 -32v-32l-74 21l-75 -21v32l43 32v117l-171 -53v42l128 80z" />
11
- <glyph unicode="&#xf103;" horiz-adv-x="405" d="M175 256zM405 107l-170 53v-117l42 -32v-32l-74 21l-75 -21v32l43 32v117l-171 -53v42l171 107v117q0 14 9 23t22.5 9t23 -9t9.5 -23v-117l170 -107v-42z" />
12
- <glyph unicode="&#xf104;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213 96q40 0 68 28t28 68t-28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28zM213.5 213q8.5 0 15 -6t6.5 -15t-6.5 -15t-15 -6t-15 6t-6.5 15t6.5 15t15 6z " />
13
- <glyph unicode="&#xf105;" horiz-adv-x="384" d="M374 336q10 -11 10 -27v-266q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v266q0 16 10 27l29 36q10 12 25 12h256q15 0 25 -12zM192 75l117 117h-74v43h-86v-43h-74zM45 341h294l-20 22h-256z" />
14
- <glyph unicode="&#xf106;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h89q7 19 23.5 31t36.5 12t36.5 -12t23.5 -31h89zM192 384q-9 0 -15 -6.5t-6 -15t6 -15t15 -6.5t15 6.5t6 15t-6 15t-15 6.5z M192 299q-27 0 -45.5 -19t-18.5 -45.5t18.5 -45t45.5 -18.5t45.5 18.5t18.5 45t-18.5 45.5t-45.5 19zM320 43v30q0 19 -23.5 35t-52.5 23.5t-52 7.5t-52 -7.5t-52.5 -23.5t-23.5 -35v-30h256z" />
15
- <glyph unicode="&#xf107;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h89q7 19 23.5 31t36.5 12t36.5 -12t23.5 -31h89zM213 64v43h-42v-43h42zM213 149v128h-42v-128h42zM192 341q9 0 15 6.5t6 15 t-6 15t-15 6.5t-15 -6.5t-6 -15t6 -15t15 -6.5z" />
16
- <glyph unicode="&#xf108;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h89q7 19 23.5 31t36.5 12t36.5 -12t23.5 -31h89zM192 384q-9 0 -15 -6.5t-6 -15t6 -15t15 -6.5t15 6.5t6 15t-6 15t-15 6.5z M149 85l171 171l-30 30l-141 -140l-55 55l-30 -30z" />
17
- <glyph unicode="&#xf109;" horiz-adv-x="384" d="M341 405q18 0 30.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h89q7 19 23.5 31t36.5 12t36.5 -12t23.5 -31h89zM192 405q-9 0 -15 -6t-6 -15t6 -15t15 -6t15 6t6 15t-6 15t-15 6zM341 21v342 h-42v-64h-214v64h-42v-342h298z" />
18
- <glyph unicode="&#xf10a;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h89q7 19 23.5 31t36.5 12t36.5 -12t23.5 -31h89zM192 384q-9 0 -15 -6.5t-6 -15t6 -15t15 -6.5t15 6.5t6 15t-6 15t-15 6.5z M277 128v85h-85v64l-107 -106l107 -107v64h85z" />
19
- <glyph unicode="&#xf10b;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h89q7 19 23.5 31t36.5 12t36.5 -12t23.5 -31h89zM192 384q-9 0 -15 -6.5t-6 -15t6 -15t15 -6.5t15 6.5t6 15t-6 15t-15 6.5z M192 64l107 107h-64v85h-86v-85h-64z" />
20
- <glyph unicode="&#xf10c;" horiz-adv-x="384" d="M341 363q18 0 30.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h89q7 19 23.5 30.5t36.5 11.5t36.5 -11.5t23.5 -30.5h89zM192 363q-9 0 -15 -6.5t-6 -15t6 -15t15 -6.5t15 6.5t6 15t-6 15 t-15 6.5zM235 64v43h-150v-43h150zM299 149v43h-214v-43h214zM299 235v42h-214v-42h214z" />
21
- <glyph unicode="&#xf10d;" horiz-adv-x="235" d="M203 320h32v-245q0 -49 -34.5 -83.5t-83 -34.5t-83 34.5t-34.5 83.5v266q0 36 25 61t60.5 25t60.5 -25t25 -61v-224q0 -22 -16 -37.5t-38 -15.5t-37.5 15.5t-15.5 37.5v203h32v-203q0 -8 6.5 -14.5t15 -6.5t15 6.5t6.5 14.5v224q0 22 -16 38t-38 16t-37.5 -16t-15.5 -38 v-266q0 -36 25 -61t60.5 -25t60.5 25t25 61v245z" />
22
- <glyph unicode="&#xf10e;" d="M117 75q-48 0 -82.5 34t-34.5 83t34.5 83t82.5 34h224q36 0 61 -25t25 -60t-25 -60t-61 -25h-181q-22 0 -37.5 15.5t-15.5 37.5t15.5 37.5t37.5 15.5h160v-32h-160q-9 0 -15 -6t-6 -15t6 -15t15 -6h181q22 0 38 15.5t16 37.5t-16 37.5t-38 15.5h-224q-35 0 -60 -25 t-25 -60t25 -60t60 -25h203v-32h-203z" />
23
- <glyph unicode="&#xf10f;" horiz-adv-x="277" d="M128 384h149v-64h-85v-235h-1q-4 -36 -31 -60.5t-64 -24.5q-40 0 -68 28t-28 68t28 68t68 28q15 0 32 -6v198z" />
24
- <glyph unicode="&#xf110;" horiz-adv-x="384" d="M341 427q18 0 30.5 -12.5t12.5 -30.5v-276q0 -23 -19 -35l-173 -116l-173 116q-19 12 -19 35v276q0 18 12.5 30.5t30.5 12.5h298zM149 107l192 192l-30 30l-162 -162l-76 76l-30 -30z" />
25
- <glyph unicode="&#xf111;" horiz-adv-x="405" d="M384 64v-21q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298q18 0 30.5 -12.5t12.5 -30.5v-21h-192q-18 0 -30.5 -12.5t-12.5 -30.5v-170q0 -18 12.5 -30.5t30.5 -12.5h192zM192 107v170h213v-170h-213zM277.5 160 q13.5 0 22.5 9.5t9 22.5t-9 22.5t-22.5 9.5t-23 -9.5t-9.5 -22.5t9.5 -22.5t23 -9.5z" />
26
- <glyph unicode="&#xf112;" horiz-adv-x="405" d="M43 235h64v-150h-64v150zM171 235h64v-150h-64v150zM0 -21v64h405v-64h-405zM299 235h64v-150h-64v150zM203 427l202 -107v-43h-405v43z" />
27
- <glyph unicode="&#xf113;" horiz-adv-x="213" d="M185 363q12 0 20 -8.5t8 -20.5v-327q0 -12 -8 -20t-20 -8h-157q-11 0 -19.5 8t-8.5 20v327q0 12 8.5 20.5t19.5 8.5h36v42h85v-42h36zM128 64v43h-43v-43h43zM128 149v107h-43v-107h43z" />
28
- <glyph unicode="&#xf114;" horiz-adv-x="213" d="M185 363q12 0 20 -8.5t8 -20.5v-327q0 -12 -8 -20t-20 -8h-157q-11 0 -19.5 8t-8.5 20v327q0 12 8.5 20.5t19.5 8.5h36v42h85v-42h36zM85 21l86 160h-43v118l-85 -160h42v-118z" />
29
- <glyph unicode="&#xf115;" horiz-adv-x="213" d="M185 363q12 0 20 -8.5t8 -20.5v-327q0 -12 -8 -20t-20 -8h-157q-11 0 -19.5 8t-8.5 20v327q0 12 8.5 20.5t19.5 8.5h36v42h85v-42h36zM127 65v41h-41v-41h41zM156 177q15 15 15 36q0 27 -19 45.5t-45.5 18.5t-45 -18.5t-18.5 -45.5h32q0 14 9 23t22.5 9t23 -9t9.5 -22.5 t-10 -22.5l-20 -20q-19 -21 -19 -43h34q0 16 17 34z" />
30
- <glyph unicode="&#xf116;" horiz-adv-x="213" d="M185 363q12 0 20 -8.5t8 -20.5v-327q0 -12 -8 -20t-20 -8h-157q-11 0 -19.5 8t-8.5 20v327q0 12 8.5 20.5t19.5 8.5h36v42h85v-42h36z" />
31
- <glyph unicode="&#xf117;" horiz-adv-x="512" d="M330.5 331q-17.5 0 -30 12.5t-12.5 30t12.5 30t30 12.5t30 -12.5t12.5 -30t-12.5 -30t-30 -12.5zM106.5 192q44.5 0 75.5 -31t31 -75.5t-31 -75.5t-75.5 -31t-75.5 31t-31 75.5t31 75.5t75.5 31zM106.5 11q30.5 0 52.5 22t22 52.5t-22 52.5t-52.5 22t-52.5 -22t-22 -52.5 t22 -52.5t52.5 -22zM230 224l47 -49v-132h-42v106l-69 60q-12 10 -12 30q0 17 12 30l60 60q10 12 30 12q18 0 34 -12l41 -41q32 -32 76 -32v-43q-64 0 -108 45l-17 17zM405.5 192q44.5 0 75.5 -31t31 -75.5t-31 -75.5t-75.5 -31t-75.5 31t-31 75.5t31 75.5t75.5 31z M405.5 11q30.5 0 52.5 22t22 52.5t-22 52.5t-52.5 22t-52.5 -22t-22 -52.5t22 -52.5t52.5 -22z" />
32
- <glyph unicode="&#xf118;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213 21q58 0 105 36l-239 240q-36 -47 -36 -105q0 -71 50 -121t120 -50zM348 87q36 47 36 105q0 71 -50 121t-121 50q-58 0 -104 -36z" />
33
- <glyph unicode="&#xf119;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM43 192q0 -59 36 -105l239 240q-46 36 -105 36q-70 0 -120 -50t-50 -121zM213 21q71 0 121 50t50 121q0 59 -36 105l-239 -240q46 -36 104 -36z" />
34
- <glyph unicode="&#xf11a;" d="M384 0h43v-43h-43q-44 0 -85 21q-41 -20 -86 -20t-85 20q-42 -21 -85 -21h-43v43h43q45 0 85 28q39 -27 85.5 -27t85.5 27q40 -28 85 -28zM42 43l-41 142q-3 8 1 17q4 8 13 10l28 9v99q0 18 12.5 30.5t29.5 12.5h64v64h128v-64h64q18 0 30.5 -12.5t12.5 -30.5v-99l27 -9 q9 -2 13 -10t1 -17l-40 -142h-1q-48 0 -85 42q-38 -42 -86 -42t-85 42q-37 -42 -85 -42h-1zM85 320v-85l128 42l128 -42v85h-256z" />
35
- <glyph unicode="&#xf11b;" horiz-adv-x="341" d="M299 405q17 0 29.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-29.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h256zM43 363v-171l53 32l53 -32v171h-106zM43 43h256l-83 109l-64 -82l-45 55z" />
36
- <glyph unicode="&#xf11c;" horiz-adv-x="341" d="M299 405q17 0 29.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-29.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h256zM43 363v-171l53 32l53 -32v171h-106z" />
37
- <glyph unicode="&#xf11d;" horiz-adv-x="299" d="M256 384q18 0 30.5 -12.5t12.5 -30.5v-341l-150 64l-149 -64v341q0 18 12.5 30.5t30.5 12.5h213zM256 64v277h-213v-277l106 47z" />
38
- <glyph unicode="&#xf11e;" horiz-adv-x="299" d="M256 384q18 0 30.5 -12.5t12.5 -30.5v-341l-150 64l-149 -64v341q0 18 12.5 30.5t30.5 12.5h213z" />
39
- <glyph unicode="&#xf11f;" horiz-adv-x="405" d="M106.5 149q26.5 0 45.5 -18.5t19 -45.5q0 -35 -25 -60t-61 -25q-24 0 -47 11.5t-38 31.5q15 0 29 11.5t14 30.5q0 27 18.5 45.5t45 18.5zM399 349q6 -6 6 -15t-6 -15l-191 -191l-59 59l191 191q7 6 15.5 6t15.5 -6z" />
40
- <glyph unicode="&#xf120;" horiz-adv-x="341" d="M341 277v-42h-44q2 -13 2 -22v-21h42v-43h-42v-21q0 -9 -2 -21h44v-43h-60q-17 -29 -46 -46.5t-64 -17.5t-64.5 17.5t-46.5 46.5h-60v43h45q-2 12 -2 21v21h-43v43h43v21q0 9 2 22h-45v42h60q15 26 39 42l-35 35l30 30l47 -46q14 3 29.5 3t30.5 -3l46 46l30 -30l-34 -35 q24 -16 38 -42h60zM213 107v42h-85v-42h85zM213 192v43h-85v-43h85z" />
41
- <glyph unicode="&#xf121;" horiz-adv-x="341" d="M0 107v213q0 27 12.5 44.5t38 26t53 11.5t67 3t67 -3t53 -11.5t38 -26t12.5 -44.5v-213q0 -28 -21 -48v-38q0 -8 -6.5 -14.5t-14.5 -6.5h-22q-8 0 -14.5 6.5t-6.5 14.5v22h-171v-22q0 -8 -6 -14.5t-15 -6.5h-21q-9 0 -15.5 6.5t-6.5 14.5v38q-21 20 -21 48zM74.5 85 q13.5 0 23 9.5t9.5 23t-9.5 22.5t-23 9t-22.5 -9t-9 -22.5t9 -23t22.5 -9.5zM266.5 85q13.5 0 23 9.5t9.5 23t-9.5 22.5t-23 9t-22.5 -9t-9 -22.5t9 -23t22.5 -9.5zM299 213v107h-256v-107h256z" />
42
- <glyph unicode="&#xf122;" horiz-adv-x="384" d="M192 320q-18 0 -30.5 12.5t-12.5 30.5q0 12 7 22l36 63l36 -63q7 -10 7 -22q0 -18 -12.5 -30.5t-30.5 -12.5zM290 107q22 -22 52 -22q23 0 42 13v-98q0 -9 -6.5 -15t-14.5 -6h-342q-8 0 -14.5 6t-6.5 15v98q19 -13 42 -13q30 0 52 22l23 23l23 -23q21 -21 52 -21t52 21 l23 23zM320 256q27 0 45.5 -18.5t18.5 -45.5v-33q0 -17 -12.5 -29.5t-29.5 -12.5t-29 12l-46 46l-46 -46q-11 -11 -29 -11t-30 11l-45 46l-46 -46q-12 -12 -29 -12t-29.5 12.5t-12.5 29.5v33q0 27 18.5 45.5t45.5 18.5h107v43h42v-43h107z" />
43
- <glyph unicode="&#xf123;" horiz-adv-x="384" d="M340 320l44 -128v-171q0 -8 -6.5 -14.5t-14.5 -6.5h-22q-8 0 -14.5 6.5t-6.5 14.5v22h-256v-22q0 -8 -6.5 -14.5t-14.5 -6.5h-22q-8 0 -14.5 6.5t-6.5 14.5v171l44 128q8 21 31 21h53v43h128v-43h53q23 0 31 -21zM74.5 107q13.5 0 23 9t9.5 22.5t-9.5 23t-23 9.5 t-22.5 -9.5t-9 -23t9 -22.5t22.5 -9zM309.5 107q13.5 0 22.5 9t9 22.5t-9 23t-22.5 9.5t-23 -9.5t-9.5 -23t9.5 -22.5t23 -9zM43 213h298l-32 96h-234z" />
44
- <glyph unicode="&#xf124;" horiz-adv-x="384" d="M298.5 341q-13.5 0 -22.5 9.5t-9 22.5q0 10 8 24.5t16 23.5l8 10q32 -36 32 -58q0 -13 -9.5 -22.5t-23 -9.5zM192 341q-13 0 -22.5 9.5t-9.5 22.5q0 10 8 24.5t16 23.5l8 10q32 -36 32 -58q0 -13 -9.5 -22.5t-22.5 -9.5zM85.5 341q-13.5 0 -23 9.5t-9.5 22.5q0 10 8 24.5 t16 23.5l8 10q32 -36 32 -58q0 -13 -9 -22.5t-22.5 -9.5zM340 277l44 -128v-170q0 -9 -6.5 -15.5t-14.5 -6.5h-22q-8 0 -14.5 6.5t-6.5 15.5v21h-256v-21q0 -9 -6.5 -15.5t-14.5 -6.5h-22q-8 0 -14.5 6.5t-6.5 15.5v170l44 128q8 22 31 22h234q23 0 31 -22zM74.5 64 q13.5 0 23 9.5t9.5 22.5t-9.5 22.5t-23 9.5t-22.5 -9.5t-9 -22.5t9 -22.5t22.5 -9.5zM309.5 64q13.5 0 22.5 9.5t9 22.5t-9 22.5t-22.5 9.5t-23 -9.5t-9.5 -22.5t9.5 -22.5t23 -9.5zM43 171h298l-32 96h-234z" />
45
- <glyph unicode="&#xf125;" horiz-adv-x="384" d="M340 320l44 -128v-171q0 -8 -6.5 -14.5t-14.5 -6.5h-22q-8 0 -14.5 6.5t-6.5 14.5v22h-256v-22q0 -8 -6.5 -14.5t-14.5 -6.5h-22q-8 0 -14.5 6.5t-6.5 14.5v171l44 128q8 21 31 21h234q23 0 31 -21zM74.5 107q13.5 0 23 9t9.5 22.5t-9.5 23t-23 9.5t-22.5 -9.5t-9 -23 t9 -22.5t22.5 -9zM309.5 107q13.5 0 22.5 9t9 22.5t-9 23t-22.5 9.5t-23 -9.5t-9.5 -23t9.5 -22.5t23 -9zM43 213h298l-32 96h-234z" />
46
- <glyph unicode="&#xf126;" d="M384 320q18 0 30.5 -12.5t12.5 -30.5v-234q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v234q0 18 12.5 30.5t30.5 12.5h46q-4 11 -4 21q0 27 19 45.5t45 18.5q34 0 54 -28l10 -15l11 15q19 28 53 28q27 0 45.5 -18.5t18.5 -45.5q0 -10 -4 -21h47z M277.5 363q-8.5 0 -15 -6.5t-6.5 -15t6.5 -15t15 -6.5t15 6.5t6.5 15t-6.5 15t-15 6.5zM149.5 363q-8.5 0 -15 -6.5t-6.5 -15t6.5 -15t15 -6.5t15 6.5t6.5 15t-6.5 15t-15 6.5zM384 43v42h-341v-42h341zM384 149v128h-108l44 -60l-35 -25l-50 69l-22 29l-21 -29l-51 -69 l-34 25l44 60h-108v-128h341z" />
47
- <glyph unicode="&#xf127;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-235q0 -18 -12.5 -30.5t-30.5 -12.5h-85v-106l-86 42l-85 -42v106h-85q-18 0 -30.5 12.5t-12.5 30.5v235q0 17 12.5 29.5t30.5 12.5h341zM384 128v43h-341v-43h341zM384 235v128h-341v-128h341z" />
48
- <glyph unicode="&#xf128;" d="M384 320q18 0 30.5 -12.5t12.5 -30.5v-234q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v234q0 18 12.5 30.5t30.5 12.5h64v43q0 17 12.5 29.5t29.5 12.5h128q18 0 30.5 -12.5t12.5 -29.5v-43h64zM149 363v-43h128v43h-128zM384 43v42h-341v-42h341z M384 149v128h-64v-42h-43v42h-128v-42h-42v42h-64v-128h341z" />
49
- <glyph unicode="&#xf129;" d="M384 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h341zM384 64v128h-341v-128h341zM384 277v43h-341v-43h341z" />
50
- <glyph unicode="&#xf12a;" d="M384 309q18 0 30.5 -12.5t12.5 -29.5v-235q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v235q0 17 12.5 29.5t30.5 12.5h85v43l43 43h85l43 -43v-43h85zM171 352v-43h85v43h-85zM181 64l141 141l-30 30l-111 -111l-44 45l-30 -30z" />
51
- <glyph unicode="&#xf12b;" d="M384 309q18 0 30.5 -12.5t12.5 -29.5v-235q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v235q0 17 12.5 29.5t30.5 12.5h85v43l43 43h85l43 -43v-43h85zM171 352v-43h85v43h-85zM213 32l107 107h-64v85h-85v-85h-64z" />
52
- <glyph unicode="&#xf12c;" d="M299 320h128v-277q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v277h128v43q0 17 12.5 29.5t30.5 12.5h85q18 0 30.5 -12.5t12.5 -29.5v-43zM171 363v-43h85v43h-85zM149 64l160 107l-160 85v-192z" />
53
- <glyph unicode="&#xf12d;" d="M384 320q18 0 30.5 -12.5t12.5 -30.5v-234q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v234q0 18 12.5 30.5t30.5 12.5h85v43q0 17 12.5 29.5t30.5 12.5h85q18 0 30.5 -12.5t12.5 -29.5v-43h85zM256 320v43h-85v-43h85z" />
54
- <glyph unicode="&#xf12e;" horiz-adv-x="469" d="M0 64q27 0 45.5 -18.5t18.5 -45.5h-64v64zM0 149q62 0 105.5 -43.5t43.5 -105.5h-42q0 44 -31.5 75.5t-75.5 31.5v42zM384 299v-214h-120q-21 64 -68 111t-111 68v35h299zM0 235q97 0 166 -69t69 -166h-43q0 80 -56 136t-136 56v43zM427 384q17 0 29.5 -12.5t12.5 -30.5 v-298q0 -18 -12.5 -30.5t-29.5 -12.5h-150v43h150v298h-384v-64h-43v64q0 18 12.5 30.5t30.5 12.5h384z" />
55
- <glyph unicode="&#xf12f;" horiz-adv-x="469" d="M427 384q17 0 29.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-29.5 -12.5h-150v43h150v298h-384v-64h-43v64q0 18 12.5 30.5t30.5 12.5h384zM0 64q27 0 45.5 -18.5t18.5 -45.5h-64v64zM0 149q62 0 105.5 -43.5t43.5 -105.5h-42q0 44 -31.5 75.5t-75.5 31.5v42zM0 235 q97 0 166 -69t69 -166h-43q0 80 -56 136t-136 56v43z" />
56
- <glyph unicode="&#xf130;" d="M235 404q81 -8 136.5 -68.5t55.5 -143.5q0 -45 -19 -87l-56 33q11 27 11 54q0 56 -37 98t-91 50v64zM213 43q72 0 117 56l55 -33q-30 -41 -75 -64t-97 -23q-88 0 -150.5 62.5t-62.5 150.5q0 83 55.5 143.5t136.5 68.5v-64q-55 -8 -91.5 -50t-36.5 -98q0 -62 43.5 -105.5 t105.5 -43.5z" />
57
- <glyph unicode="&#xf131;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM128 85v150h-43v-150h43zM213 85v214h-42v-214h42zM299 85v86h-43v-86h43z" />
58
- <glyph unicode="&#xf132;" d="M213 299h214v-299h-427v384h213v-85zM85 43v42h-42v-42h42zM85 128v43h-42v-43h42zM85 213v43h-42v-43h42zM85 299v42h-42v-42h42zM171 43v42h-43v-42h43zM171 128v43h-43v-43h43zM171 213v43h-43v-43h43zM171 299v42h-43v-42h43zM384 43v213h-171v-43h43v-42h-43v-43h43 v-43h-43v-42h171zM341 213v-42h-42v42h42zM341 128v-43h-42v43h42z" />
59
- <glyph unicode="&#xf133;" horiz-adv-x="384" d="M256 213h128v-213h-384v299h128v42l64 64l64 -64v-128zM85 43v42h-42v-42h42zM85 128v43h-42v-43h42zM85 213v43h-42v-43h42zM213 43v42h-42v-42h42zM213 128v43h-42v-43h42zM213 213v43h-42v-43h42zM213 299v42h-42v-42h42zM341 43v42h-42v-42h42zM341 128v43h-42v-43 h42z" />
60
- <glyph unicode="&#xf134;" d="M269 277l30 -30l-56 -55l56 -55l-30 -30l-56 55l-55 -55l-30 30l55 55l-55 55l30 30l55 -55zM213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50 t-120.5 -50t-50 -121t50 -121t120.5 -50z" />
61
- <glyph unicode="&#xf135;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM320 115l-77 77l77 77l-30 30l-77 -77l-76 77l-30 -30l76 -77l-76 -77l30 -30l76 77l77 -77z" />
62
- <glyph unicode="&#xf136;" horiz-adv-x="299" d="M299 311l-120 -119l120 -119l-30 -30l-120 119l-119 -119l-30 30l119 119l-119 119l30 30l119 -119l120 119z" />
63
- <glyph unicode="&#xf137;" horiz-adv-x="384" d="M171 171l-171 170v43h384v-43l-171 -170v-128h107v-43h-256v43h107v128zM96 299h192l43 42h-278z" />
64
- <glyph unicode="&#xf138;" horiz-adv-x="477" d="M148 304l-93 -112l93 -112l-33 -27l-115 139l115 139zM132 171v42h43v-42h-43zM345 213v-42h-42v42h42zM217 171v42h43v-42h-43zM362 331l115 -139l-115 -139l-33 27l93 112l-93 112z" />
65
- <glyph unicode="&#xf139;" horiz-adv-x="341" d="M64 341v-42h-43v85q0 18 12.5 30.5t30.5 12.5l213 -1q18 0 30.5 -12t12.5 -30v-85h-43v42h-213zM243 94l-30 30l68 68l-68 68l30 30l98 -98zM128 124l-30 -30l-98 98l98 98l30 -30l-68 -68zM277 43v42h43v-85q0 -18 -12.5 -30.5t-30.5 -12.5h-213q-18 0 -30.5 12.5 t-12.5 30.5v85h43v-42h213z" />
66
- <glyph unicode="&#xf13a;" d="M158 94l-30 -30l-128 128l128 128l30 -30l-98 -98zM269 94l98 98l-98 98l30 30l128 -128l-128 -128z" />
67
- <glyph unicode="&#xf13b;" d="M384 384q18 0 30.5 -12.5t12.5 -30.5v-64q0 -17 -12.5 -29.5t-30.5 -12.5h-43v-64q0 -36 -25 -61t-60 -25h-128q-35 0 -60 25t-25 61v213h341zM384 277v64h-43v-64h43zM0 0v43h384v-43h-384z" />
68
- <glyph unicode="&#xf13c;" d="M43 320v-299h298v-42h-298q-18 0 -30.5 12.5t-12.5 29.5v299h43zM384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h256zM384 192v171h-107v-171l54 32z" />
69
- <glyph unicode="&#xf13d;" horiz-adv-x="469" d="M43 256v-235h341q0 -17 -12.5 -29.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 29.5v235h43zM363 341h106v-234q0 -18 -12.5 -30.5t-29.5 -12.5h-299q-18 0 -30.5 12.5t-12.5 30.5v234h107v43q0 18 12.5 30.5t30.5 12.5h85q18 0 30.5 -12.5t12.5 -30.5v-43zM235 384v-43 h85v43h-85zM235 128l117 85l-117 64v-149z" />
70
- <glyph unicode="&#xf13e;" horiz-adv-x="512" d="M43 320v-299h384v-42h-384q-18 0 -30.5 12.5t-12.5 29.5v192v107h43zM469 363q18 0 30.5 -12.5t12.5 -30.5v-213q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5l1 256q0 17 12 29.5t30 12.5h128l43 -42h170zM149 128h299l-75 96l-53 -64l-75 96z" />
71
- <glyph unicode="&#xf13f;" horiz-adv-x="469" d="M319 228l76 -100h-235l59 75l41 -50zM43 341v-341h341v-43h-341q-18 0 -30.5 12.5t-12.5 30.5v341h43zM427 427q17 0 29.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-29.5 -12.5h-299q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h299zM427 85v299h-299 v-299h299z" />
72
- <glyph unicode="&#xf140;" d="M427 107q0 -18 -12.5 -30.5t-30.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h256q18 0 30.5 -12.5t12.5 -29.5v-256zM192 192l-64 -85h256l-85 106l-64 -79zM0 320h43v-299h298v-42h-298q-18 0 -30.5 12.5t-12.5 29.5v299z" />
73
- <glyph unicode="&#xf141;" horiz-adv-x="469" d="M43 341v-341h341v-43h-341q-18 0 -30.5 12.5t-12.5 30.5v341h43zM277 128v171h-42v42h85v-213h-43zM427 427q17 0 29.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-29.5 -12.5h-299q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h299zM427 85v299h-299v-299 h299z" />
74
- <glyph unicode="&#xf142;" horiz-adv-x="469" d="M43 341v-341h341v-43h-341q-18 0 -30.5 12.5t-12.5 30.5v341h43zM427 427q17 0 29.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-29.5 -12.5h-299q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h299zM427 85v299h-299v-299h299zM341 171v-43h-128v85 q0 18 12.5 30.5t30.5 12.5h43v43h-86v42h86q17 0 29.5 -12.5t12.5 -29.5v-43q0 -18 -12.5 -30.5t-29.5 -12.5h-43v-42h85z" />
75
- <glyph unicode="&#xf143;" horiz-adv-x="469" d="M427 427q17 0 29.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-29.5 -12.5h-299q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h299zM427 85v299h-299v-299h299zM43 341v-341h341v-43h-341q-18 0 -30.5 12.5t-12.5 30.5v341h43zM341 171q0 -18 -12.5 -30.5 t-29.5 -12.5h-86v43h86v42h-43v43h43v43h-86v42h86q17 0 29.5 -12.5t12.5 -29.5v-32q0 -14 -9 -23t-23 -9q14 0 23 -9.5t9 -22.5v-32z" />
76
- <glyph unicode="&#xf144;" horiz-adv-x="469" d="M43 341v-341h341v-43h-341q-18 0 -30.5 12.5t-12.5 30.5v341h43zM299 128v85h-86v128h43v-85h43v85h42v-213h-42zM427 427q17 0 29.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-29.5 -12.5h-299q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h299zM427 85 v299h-299v-299h299z" />
77
- <glyph unicode="&#xf145;" horiz-adv-x="469" d="M427 427q17 0 29.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-29.5 -12.5h-299q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h299zM427 85v299h-299v-299h299zM43 341v-341h341v-43h-341q-18 0 -30.5 12.5t-12.5 30.5v341h43zM341 171q0 -18 -12.5 -30.5 t-29.5 -12.5h-86v43h86v42h-86v128h128v-42h-85v-43h43q17 0 29.5 -12.5t12.5 -30.5v-42z" />
78
- <glyph unicode="&#xf146;" horiz-adv-x="469" d="M43 341v-341h341v-43h-341q-18 0 -30.5 12.5t-12.5 30.5v341h43zM427 427q17 0 29.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-29.5 -12.5h-299q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h299zM427 85v299h-299v-299h299zM256 128q-18 0 -30.5 12.5 t-12.5 30.5v128q0 17 12.5 29.5t30.5 12.5h85v-42h-85v-43h43q17 0 29.5 -12.5t12.5 -30.5v-42q0 -18 -12.5 -30.5t-29.5 -12.5h-43zM256 213v-42h43v42h-43z" />
79
- <glyph unicode="&#xf147;" horiz-adv-x="469" d="M43 341v-341h341v-43h-341q-18 0 -30.5 12.5t-12.5 30.5v341h43zM427 427q17 0 29.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-29.5 -12.5h-299q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h299zM427 85v299h-299v-299h299zM256 128h-43l86 171h-86v42 h128v-42z" />
80
- <glyph unicode="&#xf148;" horiz-adv-x="469" d="M43 341v-341h341v-43h-341q-18 0 -30.5 12.5t-12.5 30.5v341h43zM427 427q17 0 29.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-29.5 -12.5h-299q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h299zM427 85v299h-299v-299h299zM256 128q-18 0 -30.5 12.5 t-12.5 30.5v32q0 13 9.5 22.5t22.5 9.5q-13 0 -22.5 9t-9.5 23v32q0 17 12.5 29.5t30.5 12.5h43q17 0 29.5 -12.5t12.5 -29.5v-32q0 -14 -9 -23t-23 -9q14 0 23 -9.5t9 -22.5v-32q0 -18 -12.5 -30.5t-29.5 -12.5h-43zM256 299v-43h43v43h-43zM256 213v-42h43v42h-43z" />
81
- <glyph unicode="&#xf149;" horiz-adv-x="469" d="M43 341v-341h341v-43h-341q-18 0 -30.5 12.5t-12.5 30.5v341h43zM277 192q0 -18 -12.5 -30.5t-29.5 -12.5h-64v43h64v21h-22q-17 0 -29.5 12.5t-12.5 30.5v21q0 18 12.5 30.5t29.5 12.5h22q17 0 29.5 -12.5t12.5 -30.5v-85zM213 256h22v21h-22v-21zM427 427 q17 0 29.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-29.5 -12.5h-299q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h299zM427 256v128h-299v-299h299v128h-43v-42h-43v42h-42v43h42v43h43v-43h43z" />
82
- <glyph unicode="&#xf14a;" horiz-adv-x="469" d="M43 341v-341h341v-43h-341q-18 0 -30.5 12.5t-12.5 30.5v341h43zM427 427q17 0 29.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-29.5 -12.5h-299q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h299zM427 85v299h-299v-299h299zM299 341q17 0 29.5 -12.5 t12.5 -29.5v-128q0 -18 -12.5 -30.5t-29.5 -12.5h-86v43h86v42h-43q-18 0 -30.5 12.5t-12.5 30.5v43q0 17 12.5 29.5t30.5 12.5h43zM299 256v43h-43v-43h43z" />
83
- <glyph unicode="&#xf14b;" horiz-adv-x="469" d="M43 341v-341h341v-43h-341q-18 0 -30.5 12.5t-12.5 30.5v341h43zM427 427q17 0 29.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-29.5 -12.5h-299q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h299zM427 85v299h-299v-299h299z" />
84
- <glyph unicode="&#xf14c;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h256zM341 299v42h-85v-117q-14 11 -32 11q-22 0 -37.5 -16t-15.5 -38t15.5 -37.5t37.5 -15.5t37.5 15.5t15.5 37.5v118h64z M43 320v-299h298v-42h-298q-18 0 -30.5 12.5t-12.5 29.5v299h43z" />
85
- <glyph unicode="&#xf14d;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h256zM203 245v22q0 13 -9.5 22.5t-22.5 9.5h-54v-128h32v42h22q13 0 22.5 9.5t9.5 22.5zM309 203v64q0 13 -9 22.5t-23 9.5h-53 v-128h53q14 0 23 9t9 23zM395 267v32h-64v-128h32v42h32v32h-32v22h32zM149 245v22h22v-22h-22zM43 320v-299h298v-42h-298q-18 0 -30.5 12.5t-12.5 29.5v299h43zM256 203v64h21v-64h-21z" />
86
- <glyph unicode="&#xf14e;" d="M43 320v-299h298v-42h-298q-18 0 -30.5 12.5t-12.5 29.5v299h43zM384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h256zM363 213v43h-86v85h-42v-85h-86v-43h86v-85h42v85h86z " />
87
- <glyph unicode="&#xf14f;" horiz-adv-x="341" d="M303 427q16 0 27 -11.5t11 -27.5v-307q0 -16 -11 -27t-27 -11h-179q-16 0 -27.5 11t-11.5 27v307q0 16 11.5 27.5t27.5 11.5h179zM213.5 384q-17.5 0 -30 -12.5t-12.5 -30t12.5 -30t30 -12.5t30 12.5t12.5 30t-12.5 30t-30 12.5zM213.5 96q35.5 0 60.5 25t25 60.5 t-25 60.5t-60.5 25t-60.5 -25t-25 -60.5t25 -60.5t60.5 -25zM160 181.5q0 53.5 53.5 53.5t53.5 -53.5t-53.5 -53.5t-53.5 53.5zM43 341v-341h213v-43h-213q-18 0 -30.5 12.5t-12.5 30.5v341h43z" />
88
- <glyph unicode="&#xf150;" d="M43 320v-299h298v-42h-298q-18 0 -30.5 12.5t-12.5 29.5v299h43zM384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h256zM363 213v43h-214v-43h214zM277 128v43h-128v-43h128z M363 299v42h-214v-42h214z" />
89
- <glyph unicode="&#xf151;" d="M43 320v-299h298v-42h-298q-18 0 -30.5 12.5t-12.5 29.5v299h43zM384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h256zM213 139l128 96l-128 96v-192z" />
90
- <glyph unicode="&#xf152;" d="M213.5 215q9.5 0 16.5 -6.5t7 -16.5t-7 -16.5t-16.5 -6.5t-16.5 6.5t-7 16.5t7 16.5t16.5 6.5zM213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM260 145l81 175l-174 -81l-82 -175z" />
91
- <glyph unicode="&#xf153;" horiz-adv-x="408" d="M114 163l-89 90q-25 25 -25 60t25 60l150 -149zM259 202l-31 -31l146 -147l-30 -30l-146 147l-147 -147l-31 30l209 208q-12 24 -4 56t33 57q31 30 69 35t61.5 -18.5t18.5 -61.5t-36 -69q-25 -25 -56.5 -33t-55.5 4z" />
92
- <glyph unicode="&#xf154;" horiz-adv-x="299" d="M21 43v256h256v-256q0 -18 -12.5 -30.5t-29.5 -12.5h-171q-18 0 -30.5 12.5t-12.5 30.5zM299 363v-43h-299v43h75l21 21h107l21 -21h75z" />
93
- <glyph unicode="&#xf155;" horiz-adv-x="341" d="M170.5 43q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5zM42.5 427q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5zM42.5 299q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5 t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5zM42.5 171q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5zM298.5 341q-17.5 0 -30 12.5t-12.5 30.5t12.5 30.5t30 12.5t30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5z M170.5 171q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5zM298.5 171q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5zM298.5 299q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5 t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5zM170.5 299q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5zM170.5 427q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5z" />
94
- <glyph unicode="&#xf156;" horiz-adv-x="384" d="M363 171q8 0 14.5 -6.5t6.5 -15.5v-128q0 -8 -6.5 -14.5t-14.5 -6.5h-342q-8 0 -14.5 6.5t-6.5 14.5v128q0 9 6.5 15.5t14.5 6.5h342zM85.5 43q17.5 0 30 12.5t12.5 30t-12.5 30t-30 12.5t-30 -12.5t-12.5 -30t12.5 -30t30 -12.5zM363 384q8 0 14.5 -6.5t6.5 -14.5v-128 q0 -9 -6.5 -15.5t-14.5 -6.5h-342q-8 0 -14.5 6.5t-6.5 15.5v128q0 8 6.5 14.5t14.5 6.5h342zM85.5 256q17.5 0 30 12.5t12.5 30t-12.5 30t-30 12.5t-30 -12.5t-12.5 -30t12.5 -30t30 -12.5z" />
95
- <glyph unicode="&#xf157;" horiz-adv-x="384" d="M0 405h384l-43 -389q-2 -16 -14 -26.5t-28 -10.5h-214q-16 0 -28 10.5t-14 26.5zM192 43q27 0 45.5 18.5t18.5 45.5q0 19 -16 47.5t-32 48.5l-16 19q-7 -8 -17.5 -21.5t-28.5 -44t-18 -49.5q0 -27 18.5 -45.5t45.5 -18.5zM327 277l9 86h-288l9 -86h270z" />
96
- <glyph unicode="&#xf158;" horiz-adv-x="384" d="M0 80l236 236l80 -80l-236 -236h-80v80zM378 298l-39 -39l-80 80l39 39q6 6 15 6t15 -6l50 -50q6 -6 6 -15t-6 -15z" />
97
- <glyph unicode="&#xf159;" d="M426 277l1 -213q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v213q0 24 20 37l193 113l193 -113q20 -13 20 -37zM213 171l177 110l-177 103l-176 -103z" />
98
- <glyph unicode="&#xf15a;" d="M384 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h341zM384 277v43l-171 -107l-170 107v-43l170 -106z" />
99
- <glyph unicode="&#xf15b;" horiz-adv-x="469" d="M235 299q-20 0 -39 -8l-46 46q41 15 84 15q79 0 143 -44.5t92 -115.5q-23 -60 -73 -101l-62 62q7 19 7 39q0 44 -31 75.5t-75 31.5zM21 357l27 27l379 -378l-27 -27l-63 62l-9 9q-45 -18 -93 -18q-79 0 -143 44.5t-92 115.5q25 64 80 106l-10 10zM139 239 q-11 -23 -11 -47q0 -44 31.5 -75.5t75.5 -31.5q24 0 47 12l-33 33q-8 -2 -14 -2q-27 0 -45.5 18.5t-18.5 45.5q0 7 1 14zM231 256h4q26 0 45 -19t19 -45l-1 -4z" />
100
- <glyph unicode="&#xf15c;" horiz-adv-x="469" d="M235 352q79 0 142.5 -44.5t91.5 -115.5q-28 -71 -91.5 -115.5t-142.5 -44.5t-143 44.5t-92 115.5q28 71 92 115.5t143 44.5zM235 85q44 0 75 31.5t31 75.5t-31 75.5t-75 31.5t-75.5 -31.5t-31.5 -75.5t31.5 -75.5t75.5 -31.5zM234.5 256q26.5 0 45.5 -18.5t19 -45.5 t-19 -45.5t-45.5 -18.5t-45 18.5t-18.5 45.5t18.5 45.5t45 18.5z" />
101
- <glyph unicode="&#xf15d;" horiz-adv-x="384" d="M378 328q6 -6 6 -15t-6 -15l-67 -67l41 -41l-30 -30l-30 30l-191 -190h-101v101l190 191l-30 30l30 30l41 -41l67 67q6 6 15 6t15 -6zM84 43l172 172l-41 41l-172 -172z" />
102
- <glyph unicode="&#xf15e;" d="M309 384q50 0 84 -34t34 -83q0 -24 -10 -48.5t-22 -43.5t-40.5 -49t-48 -48.5t-62.5 -56.5l-31 -28l-31 27q-42 39 -62 57.5t-48.5 48.5t-40.5 49t-21.5 43.5t-9.5 48.5q0 49 34 83t83 34q58 0 96 -45q38 45 96 45zM215 52q49 44 71.5 65.5t49.5 51.5t37.5 52.5 t10.5 45.5q0 32 -21.5 53t-53.5 21q-24 0 -45.5 -14t-30.5 -36h-40q-8 22 -29.5 36t-46.5 14q-32 0 -53 -21t-21 -53q0 -23 10 -45.5t37.5 -52.5t50 -51.5t70.5 -65.5l2 -2z" />
103
- <glyph unicode="&#xf15f;" d="M213 -7l-31 28q-42 38 -62 56.5t-48 48.5t-40.5 49t-22 43.5t-9.5 48.5q0 49 34 83t83 34q58 0 96 -45q38 45 96 45q50 0 84 -34t34 -83q0 -24 -10 -48.5t-22 -43.5t-40.5 -49t-48 -48.5t-62.5 -57.5z" />
104
- <glyph unicode="&#xf160;" horiz-adv-x="384" d="M149 64v43h86v-43h-86zM0 320h384v-43h-384v43zM64 171v42h256v-42h-256z" />
105
- <glyph unicode="&#xf161;" horiz-adv-x="341" d="M203 434q64 -52 101 -126t37 -159q0 -70 -50 -120t-120.5 -50t-120.5 50t-50 120q0 108 69 190l-1 -8q0 -33 22.5 -56t55.5 -23q32 0 52 23t20 56q0 21 -3.5 46.5t-7.5 40.5zM164 43q43 0 73 30t30 72q0 45 -13 86q-30 -41 -98 -55q-29 -6 -44.5 -23.5t-15.5 -42.5 q0 -28 20 -47.5t48 -19.5z" />
106
- <glyph unicode="&#xf162;" horiz-adv-x="320" d="M201 320h119v-213h-149l-9 42h-119v-149h-43v363h192z" />
107
- <glyph unicode="&#xf163;" horiz-adv-x="469" d="M128 213v-42h-128v42h128zM174 282l-30 -30l-45 46l30 30zM256 427v-128h-43v128h43zM370 298l-45 -46l-30 30l45 46zM341 213h128v-42h-128v42zM234.5 256q26.5 0 45.5 -18.5t19 -45.5t-19 -45.5t-45.5 -18.5t-45 18.5t-18.5 45.5t18.5 45.5t45 18.5zM295 102l30 30 l45 -46l-30 -30zM99 86l45 46l30 -30l-45 -46zM213 -43v128h43v-128h-43z" />
108
- <glyph unicode="&#xf164;" horiz-adv-x="410" d="M0 405h213l-85 -192h85l-149 -256v192h-64v256zM341 405l69 -192h-41l-15 43h-68l-15 -43h-41l69 192h42zM295 285h50l-25 78z" />
109
- <glyph unicode="&#xf165;" horiz-adv-x="363" d="M27 384l336 -336l-27 -27l-89 89l-76 -131v192h-64v79l-107 107zM320 235l-33 -57l-180 181v46h213l-85 -170h85z" />
110
- <glyph unicode="&#xf166;" horiz-adv-x="213" d="M0 405h213l-85 -170h85l-149 -256v192h-64v234z" />
111
- <glyph unicode="&#xf167;" horiz-adv-x="384" d="M256 0v43h43v-43h-43zM341 256v43h43v-43h-43zM0 341q0 18 12.5 30.5t30.5 12.5h85v-43h-85v-298h85v-43h-85q-18 0 -30.5 12.5t-12.5 30.5v298zM341 384q18 0 30.5 -12.5t12.5 -30.5h-43v43zM171 -43v470h42v-470h-42zM341 85v43h43v-43h-43zM256 341v43h43v-43h-43z M341 171v42h43v-42h-43zM341 0v43h43q0 -18 -12.5 -30.5t-30.5 -12.5z" />
112
- <glyph unicode="&#xf168;" horiz-adv-x="384" d="M192 -21q0 79 56 135.5t136 56.5q0 -80 -56 -136t-136 -56zM55 229q0 34 31 48q-31 15 -31 48q0 22 16 38t38 16q17 0 30 -10v4q0 22 15.5 38t37.5 16t37.5 -16t15.5 -38v-4q14 10 30 10q22 0 38 -16t16 -38q0 -33 -31 -48q31 -14 31 -48q0 -22 -16 -37.5t-38 -15.5 q-17 0 -30 9v-4q0 -22 -15.5 -37.5t-37.5 -15.5t-37.5 15.5t-15.5 37.5v4q-14 -9 -30 -9q-22 0 -38 15.5t-16 37.5zM192 331q-22 0 -37.5 -16t-15.5 -38t15.5 -37.5t37.5 -15.5t37.5 15.5t15.5 37.5t-15.5 38t-37.5 16zM0 171q80 0 136 -56.5t56 -135.5q-80 0 -136 56 t-56 136z" />
113
- <glyph unicode="&#xf169;" horiz-adv-x="414" d="M350 183q30 -17 47 -47t17 -63q-29 -17 -63 -17.5t-65 17.5q-9 5 -17 11q2 -10 2 -20q0 -35 -17.5 -64.5t-46.5 -46.5q-29 17 -46.5 46.5t-17.5 64.5q0 10 2 20q-9 -7 -17 -11q-31 -17 -65 -17t-63 17q0 34 17 63.5t47 47.5q8 4 18 8q-10 4 -18 9q-30 17 -47 47t-17 63 q29 17 63 17.5t65 -17.5q8 -4 17 -11q-2 10 -2 20q0 35 17.5 64.5t46.5 46.5q29 -17 46.5 -46.5t17.5 -64.5q0 -10 -2 -20q9 7 17 11q31 18 65 17.5t63 -17.5q0 -33 -17 -63t-47 -47q-8 -5 -18 -9q10 -4 18 -9zM207 107q35 0 60 25t25 60t-25 60t-60 25t-60 -25t-25 -60 t25 -60t60 -25z" />
114
- <glyph unicode="&#xf16a;" d="M169 160l44 118l44 -118h-88zM384 405q18 0 30.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h341zM298 53h44l-109 278h-40l-109 -278h45l24 64h120z" />
115
- <glyph unicode="&#xf16b;" horiz-adv-x="469" d="M235 331l42 -54h-85zM363 235l53 -43l-53 -43v86zM107 235v-86l-54 43zM277 107l-42 -54l-43 54h85zM427 384q17 0 29.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h384zM427 42v300h-384 v-300h384z" />
116
- <glyph unicode="&#xf16c;" horiz-adv-x="299" d="M0 107v42h107v-106h-43v64h-64zM64 277v64h43v-106h-107v42h64zM192 43v106h107v-42h-64v-64h-43zM235 277h64v-42h-107v106h43v-64z" />
117
- <glyph unicode="&#xf16d;" horiz-adv-x="299" d="M43 149v-64h64v-42h-107v106h43zM0 235v106h107v-42h-64v-64h-43zM256 85v64h43v-106h-107v42h64zM192 341h107v-106h-43v64h-64v42z" />
118
- <glyph unicode="&#xf16e;" horiz-adv-x="256" d="M256 363v-64h-149l106 -107l-106 -107h149v-64h-256v43l139 128l-139 128v43h256z" />
119
- <glyph unicode="&#xf16f;" horiz-adv-x="352" d="M336 294q16 -16 16 -38v-203q0 -22 -15.5 -37.5t-37.5 -15.5t-38 15.5t-16 37.5v107h-32v-160h-213v341q0 18 12.5 30.5t30.5 12.5h128q17 0 29.5 -12.5t12.5 -30.5v-149h22q17 0 29.5 -12.5t12.5 -30.5v-96q0 -8 6.5 -14.5t15 -6.5t15 6.5t6.5 14.5v154q-11 -4 -21 -4 q-22 0 -38 15.5t-16 37.5q0 17 9.5 30.5t25.5 19.5l-45 45l22 22l80 -79h-1zM171 235v106h-128v-106h128zM298.5 235q8.5 0 15 6t6.5 15t-6.5 15t-15 6t-15 -6t-6.5 -15t6.5 -15t15 -6z" />
120
- <glyph unicode="&#xf170;" horiz-adv-x="387" d="M37 301l-37 36q5 6 19 20q26 27 58 27q18 0 35.5 -15t17.5 -46q0 -20 -6 -34t-21 -36q-29 -43 -40 -75q-5 -18 -2.5 -29.5t10.5 -11.5q9 0 24 18q16 17 48 58q18 22 46 41t60 19q42 0 62.5 -27.5t23.5 -61.5h52v-53h-52q-6 -69 -36.5 -100t-63.5 -31q-28 0 -48.5 19.5 t-20.5 46.5q0 33 30 69.5t85 45.5v3q-1 8 -2.5 12.5t-5 10.5t-11 9t-18.5 3q-18 0 -39 -20t-48 -53q-16 -19 -23.5 -28t-19.5 -18.5t-23 -12.5q-30 -10 -56 9q-29 22 -29 64q0 14 6 32.5t15 35.5t16.5 30t15.5 24.5t8 12.5q18 28 7 32q-8 3 -37 -26zM236 52q14 0 27.5 18 t17.5 57q-30 -8 -45.5 -27t-15.5 -32q0 -7 5 -11.5t11 -4.5z" />
121
- <glyph unicode="&#xf171;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM361 277q-32 56 -92 76q19 -35 29 -76h63zM213 362q-27 -39 -40 -85h81q-14 46 -41 85zM48 149h72q-3 25 -3 43t3 43h-72q-5 -23 -5 -43t5 -43zM66 107 q32 -56 92 -76q-19 35 -29 76h-63zM129 277q10 41 29 76q-60 -20 -92 -76h63zM213 22q27 39 41 85h-81q13 -46 40 -85zM263 149q4 25 4 43t-4 43h-100q-3 -25 -3 -43t3 -43h100zM269 31q60 20 92 76h-63q-10 -41 -29 -76zM306 149h72q6 23 6 43t-6 43h-72q3 -25 3 -43 t-3 -43z" />
122
- <glyph unicode="&#xf172;" horiz-adv-x="469" d="M448 363q9 0 15 -6.5t6 -15.5v-85q0 -9 -6 -15t-15 -6h-107q-8 0 -14.5 6t-6.5 15v85q0 9 6.5 15.5t14.5 6.5v10q0 22 16 38t38 16t37.5 -16t15.5 -38v-10zM431 363v10q0 15 -10.5 26t-25.5 11t-26 -11t-11 -26v-10h73zM382 192h44q1 -12 1 -21q0 -89 -62.5 -151.5 t-151 -62.5t-151 62.5t-62.5 151t62.5 151t150.5 62.5q33 0 64 -10v-54q0 -18 -12.5 -30.5t-29.5 -12.5h-43v-42q0 -9 -6.5 -15.5t-14.5 -6.5h-43v-42h128q9 0 15 -6.5t6 -15.5v-64h22q14 0 25 -8t15 -21q45 49 45 115q0 7 -2 21zM192 1v42q-18 0 -30.5 12.5t-12.5 29.5v22 l-102 102q-4 -20 -4 -38q0 -65 42.5 -113.5t106.5 -56.5z" />
123
- <glyph unicode="&#xf173;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM192 23v41q-18 0 -30.5 12.5t-12.5 30.5v21l-102 102q-4 -20 -4 -38q0 -65 42.5 -113t106.5 -56zM339 77q45 49 45 115q0 53 -29.5 96t-77.5 62v-9 q0 -17 -12.5 -29.5t-29.5 -12.5h-43v-43q0 -9 -6.5 -15t-14.5 -6h-43v-43h128q9 0 15 -6.5t6 -14.5v-64h22q14 0 25 -8.5t15 -21.5z" />
124
- <glyph unicode="&#xf174;" horiz-adv-x="469" d="M85 167l150 -82l149 82v-86l-149 -81l-150 81v86zM235 384l234 -128v-171h-42v148l-192 -105l-235 128z" />
125
- <glyph unicode="&#xf175;" d="M171 21h-107v171h-64l213 192l214 -192h-64v-171h-107v128h-85v-128z" />
126
- <glyph unicode="&#xf176;" horiz-adv-x="384" d="M384 341v-42l-43 -128l43 -128v-43h-384v43l43 128l-43 128v42h271l31 86l50 -19l-24 -67h56zM277 149v43h-64v64h-42v-64h-64v-43h64v-64h42v64h64z" />
127
- <glyph unicode="&#xf177;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM320 149v86h-85v85h-86v-85h-85v-86h85v-85h86v85h85z" />
128
- <glyph unicode="&#xf178;" horiz-adv-x="469" d="M128 171q-27 0 -45.5 18.5t-18.5 45t18.5 45.5t45.5 19t45.5 -19t18.5 -45.5t-18.5 -45t-45.5 -18.5zM384 299q35 0 60 -25t25 -61v-192h-42v64h-384v-64h-43v320h43v-192h170v150h171z" />
129
- <glyph unicode="&#xf179;" horiz-adv-x="256" d="M0 405h256v-128v0l-85 -85l85 -85v-1v-127h-256v127v1l85 85l-85 85v0v128zM213 96l-85 85l-85 -85h170zM43 288h170v75h-170v-75z" />
130
- <glyph unicode="&#xf17a;" horiz-adv-x="256" d="M0 405h256v-128v0l-85 -85l85 -85v-1v-127h-256v127v1l85 85l-85 85v0v128zM213 96l-85 85l-85 -85v-75h170v75zM128 203l85 85v75h-170v-75z" />
131
- <glyph unicode="&#xf17b;" horiz-adv-x="256" d="M0 405h256v-128v0l-85 -85l85 -85v-1v-127h-256v127v1l85 85l-85 85v0v128z" />
132
- <glyph unicode="&#xf17c;" horiz-adv-x="469" d="M75 213v43h32v-128h-32v53h-43v-53h-32v128h32v-43h43zM128 224v32h96v-32h-32v-96h-32v96h-32zM245 224v32h96v-32h-32v-96h-32v96h-32zM437 256q13 0 22.5 -9.5t9.5 -22.5v-21q0 -13 -9.5 -22.5t-22.5 -9.5h-42v-43h-32v128h74zM437 203v21h-42v-21h42z" />
133
- <glyph unicode="&#xf17d;" horiz-adv-x="469" d="M469 64q0 -18 -12.5 -30.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h384q17 0 29.5 -12.5t12.5 -30.5v-256zM160 181l-75 -96h299l-96 128l-75 -96z" />
134
- <glyph unicode="&#xf17e;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM341 43v298h-298v-298h298zM234 186l75 -101h-234l58 76l42 -51z" />
135
- <glyph unicode="&#xf17f;" horiz-adv-x="384" d="M384 43q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298q18 0 30.5 -12.5t12.5 -30.5v-298zM117 160l-74 -96h298l-96 128l-74 -96z" />
136
- <glyph unicode="&#xf180;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-299q-17 0 -29.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t29.5 12.5h299zM341 128v213h-299v-213h86q0 -27 18.5 -45.5t45.5 -18.5t45.5 18.5t18.5 45.5h85zM277 235l-85 -86l-85 86h42v64h86v-64 h42z" />
137
- <glyph unicode="&#xf181;" horiz-adv-x="384" d="M377 3l7 -8l-27 -27l-58 58q-46 -38 -107 -38q-71 0 -121 50q-46 46 -49.5 112t37.5 116l-59 59l27 27l59 -59l30 -30l76 -76l134 -134zM192 30v103l-102 102q-26 -34 -26 -77q0 -53 38 -90q37 -38 90 -38zM192 339l-49 -48l-30 30l79 79l121 -121q38 -39 47 -92.5 t-13 -99.5l-155 154v98z" />
138
- <glyph unicode="&#xf182;" horiz-adv-x="341" d="M291 279q50 -50 50 -121t-50 -120.5t-120.5 -49.5t-120.5 49.5t-50 120.5t50 121l121 121zM171 30v309l-91 -90q-37 -38 -37 -91t37 -90q37 -38 91 -38z" />
139
- <glyph unicode="&#xf183;" horiz-adv-x="469" d="M249 235h220v-86h-42v-85h-86v85h-92q-14 -37 -47 -61t-74 -24q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5q41 0 74 -24t47 -61zM128 149q18 0 30.5 12.5t12.5 30.5t-12.5 30.5t-30.5 12.5t-30.5 -12.5t-12.5 -30.5t12.5 -30.5t30.5 -12.5z" />
140
- <glyph unicode="&#xf184;" horiz-adv-x="405" d="M312 323l93 -131l-93 -131q-13 -18 -35 -18h-234q-18 0 -30.5 12.5t-12.5 29.5v214q0 17 12.5 29.5t30.5 12.5h234q22 0 35 -18zM277 85l76 107l-76 107h-234v-214h234z" />
141
- <glyph unicode="&#xf185;" horiz-adv-x="405" d="M312 323l93 -131l-93 -131q-13 -18 -35 -18h-234q-18 0 -30.5 12.5t-12.5 29.5v214q0 17 12.5 29.5t30.5 12.5h234q22 0 35 -18z" />
142
- <glyph unicode="&#xf186;" d="M414 201q13 -13 13 -30.5t-13 -29.5l-149 -150q-13 -12 -30.5 -12t-29.5 12l-192 192q-13 13 -13 30v150q0 17 12.5 29.5t30.5 12.5h149q18 0 30 -12zM74.5 299q13.5 0 23 9t9.5 22.5t-9.5 23t-23 9.5t-22.5 -9.5t-9 -23t9 -22.5t22.5 -9zM326 122q15 16 15 38 t-15.5 37.5t-37.5 15.5t-38 -15l-15 -16l-16 16q-15 15 -38 15q-22 0 -37.5 -15.5t-15.5 -37.5t16 -38l91 -91z" />
143
- <glyph unicode="&#xf187;" d="M414 201q13 -13 13 -30.5t-13 -29.5l-149 -150q-13 -12 -30.5 -12t-29.5 12l-192 192q-13 13 -13 30v150q0 17 12.5 29.5t30.5 12.5h149q18 0 30 -12zM74.5 299q13.5 0 23 9t9.5 22.5t-9.5 23t-23 9.5t-22.5 -9.5t-9 -23t9 -22.5t22.5 -9z" />
144
- <glyph unicode="&#xf188;" horiz-adv-x="446" d="M26 29q-16 7 -22.5 23t-0.5 32l52 125v-192zM442 108q7 -16 0 -32.5t-23 -23.5l-157 -65q-8 -3 -16 -3q-29 0 -39 26l-106 256q-4 8 -3 17q0 28 26 38l157 65q8 3 17 3q28 0 39 -26zM140.5 261q8.5 0 15 6.5t6.5 15t-6.5 15t-15 6.5t-15 -6.5t-6.5 -15t6.5 -15t15 -6.5z M98 27v135l73 -178h-31q-17 0 -29.5 12.5t-12.5 30.5z" />
145
- <glyph unicode="&#xf189;" horiz-adv-x="469" d="M54 52l39 39l30 -30l-39 -39zM213 -31v63h43v-63h-43zM64 224v-43h-64v43h64zM299 313q29 -17 46.5 -46t17.5 -64q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5q0 35 17 64t47 46v103h128v-103zM405 224h64v-43h-64v43zM346 61l30 29l39 -38l-30 -30z" />
146
- <glyph unicode="&#xf18a;" horiz-adv-x="469" d="M277 320l192 -256h-469l128 171l96 -128l34 25l-61 81z" />
147
- <glyph unicode="&#xf18b;" d="M380 128l-31 31l26 19l30 -30zM370 229l-51 -40l-168 168l62 48l192 -149zM27 427l400 -400l-27 -27l-81 81l-106 -82l-192 149l35 27l157 -123l76 59l-31 30l-45 -34l-157 122l-35 27l69 54l-90 90z" />
148
- <glyph unicode="&#xf18c;" horiz-adv-x="384" d="M192 52l157 123l35 -27l-192 -149l-192 149l35 27zM192 107l-157 122l-35 27l192 149l192 -149l-35 -27z" />
149
- <glyph unicode="&#xf18d;" horiz-adv-x="384" d="M192 202q81 75 192 75v-234q-110 0 -192 -76q-81 76 -192 76v234q111 0 192 -75zM192 277q-27 0 -45.5 19t-18.5 45.5t18.5 45t45.5 18.5t45.5 -18.5t18.5 -45t-18.5 -45.5t-45.5 -19z" />
150
- <glyph unicode="&#xf18e;" d="M41 192q0 -27 19 -46.5t47 -19.5h85v-41h-85q-44 0 -75.5 31.5t-31.5 75.5t31.5 75.5t75.5 31.5h85v-41h-85q-28 0 -47 -19.5t-19 -46.5zM128 171v42h171v-42h-171zM320 299q44 0 75.5 -31.5t31.5 -75.5t-31.5 -75.5t-75.5 -31.5h-85v41h85q27 0 46.5 19.5t19.5 46.5 t-19.5 46.5t-46.5 19.5h-85v41h85z" />
151
- <glyph unicode="&#xf18f;" horiz-adv-x="341" d="M170.5 85q-17.5 0 -30 12.5t-12.5 30.5t12.5 30.5t30 12.5t30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5zM299 277q17 0 29.5 -12.5t12.5 -29.5v-214q0 -17 -12.5 -29.5t-29.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 29.5v214q0 17 12.5 29.5t30.5 12.5h194v43 q0 27 -19.5 46.5t-47 19.5t-46.5 -19.5t-19 -46.5h-41q0 44 31.5 75.5t75.5 31.5t75 -31.5t31 -75.5v-43h22zM299 21v214h-256v-214h256z" />
152
- <glyph unicode="&#xf190;" horiz-adv-x="341" d="M299 277q17 0 29.5 -12.5t12.5 -29.5v-214q0 -17 -12.5 -29.5t-29.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 29.5v214q0 17 12.5 29.5t30.5 12.5h21v43q0 44 31.5 75.5t75.5 31.5t75 -31.5t31 -75.5v-43h22zM170.5 386q-27.5 0 -46.5 -19.5t-19 -46.5h2v-43h130v43 q0 27 -19.5 46.5t-47 19.5zM299 21v214h-256v-214h256zM170.5 85q-17.5 0 -30 12.5t-12.5 30.5t12.5 30.5t30 12.5t30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5z" />
153
- <glyph unicode="&#xf191;" horiz-adv-x="341" d="M299 277q17 0 29.5 -12.5t12.5 -29.5v-214q0 -17 -12.5 -29.5t-29.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 29.5v214q0 17 12.5 29.5t30.5 12.5h21v43q0 44 31.5 75.5t75.5 31.5t75 -31.5t31 -75.5v-43h22zM170.5 85q17.5 0 30 12.5t12.5 30.5t-12.5 30.5t-30 12.5 t-30 -12.5t-12.5 -30.5t12.5 -30.5t30 -12.5zM237 277v43q0 27 -19.5 46.5t-47 19.5t-46.5 -19.5t-19 -46.5v-43h132z" />
154
- <glyph unicode="&#xf192;" horiz-adv-x="512" d="M149 277l-85 -85l85 -85v-64l-149 149l149 149v-64zM277 256q54 -8 96.5 -30.5t69.5 -55.5t43.5 -69.5t25.5 -79.5q-78 109 -235 109v-87l-149 149l149 149v-85z" />
155
- <glyph unicode="&#xf193;" horiz-adv-x="384" d="M149 256q54 -8 96.5 -30.5t69.5 -55.5t43.5 -69.5t25.5 -79.5q-78 109 -235 109v-87l-149 149l149 149v-85z" />
156
- <glyph unicode="&#xf194;" horiz-adv-x="448" d="M0 0v149l320 43l-320 43v149l448 -192z" />
157
- <glyph unicode="&#xf195;" horiz-adv-x="384" d="M341 320q18 0 30.5 -12.5t12.5 -30.5v-256q0 -17 -12.5 -29.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 29.5v256q0 18 12.5 30.5t30.5 12.5h42q0 44 31.5 75.5t75.5 31.5t75.5 -31.5t31.5 -75.5h42zM192 384q-27 0 -45.5 -18.5t-18.5 -45.5h128q0 27 -18.5 45.5 t-45.5 18.5zM192 171q44 0 75.5 31t31.5 75h-43q0 -26 -18.5 -45t-45.5 -19t-45.5 19t-18.5 45h-43q0 -44 31.5 -75t75.5 -31z" />
158
- <glyph unicode="&#xf196;" horiz-adv-x="384" d="M373 384q11 0 11 -11v-322q0 -8 -8 -10l-120 -41l-128 45l-114 -44l-3 -1q-11 0 -11 11v322q0 8 8 10l120 41l128 -45l114 44zM256 43v253l-128 45v-253z" />
159
- <glyph unicode="&#xf197;" horiz-adv-x="432" d="M0 48v48h432v-48h-432zM0 168v48h432v-48h-432zM0 336h432v-48h-432v48z" />
160
- <glyph unicode="&#xf198;" d="M192 85v22h-43v42h86v22h-64q-9 0 -15.5 6t-6.5 15v64q0 9 6.5 15t15.5 6h21v22h43v-22h42v-42h-85v-22h64q9 0 15 -6t6 -15v-64q0 -9 -6 -15t-15 -6h-21v-22h-43zM384 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5 t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h341zM384 64v256h-341v-256h341z" />
161
- <glyph unicode="&#xf199;" horiz-adv-x="339" d="M180 301q-18 0 -32 -6l-32 31q15 8 32 12v46h64v-47q32 -8 49.5 -30t19.5 -51h-48q-2 45 -53 45zM27 361l312 -312l-27 -27l-48 48q-19 -18 -52 -24v-46h-64v46q-33 7 -55 28t-23 54h46q5 -45 64 -45q38 0 52 20l-75 74q-84 25 -84 84l-73 73z" />
162
- <glyph unicode="&#xf19a;" horiz-adv-x="217" d="M117 215q46 -11 73 -32t27 -61q0 -32 -20.5 -51t-53.5 -25v-46h-64v46q-34 7 -55.5 28t-23.5 54h47q4 -45 64 -45q31 0 44 12t13 26q0 17 -13.5 30t-50.5 22q-100 24 -100 88q0 29 21 49.5t54 27.5v46h64v-47q32 -8 49.5 -30t18.5 -51h-47q-2 45 -53 45q-27 0 -42.5 -11 t-15.5 -29q0 -15 14 -25.5t50 -20.5z" />
163
- <glyph unicode="&#xf19b;" horiz-adv-x="85" d="M42.5 277q-17.5 0 -30 12.5t-12.5 30.5t12.5 30.5t30 12.5t30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5zM42.5 235q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5zM42.5 107q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5 t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5z" />
164
- <glyph unicode="&#xf19c;" horiz-adv-x="341" d="M42.5 235q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5zM298.5 235q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5zM170.5 235q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5 t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5z" />
165
- <glyph unicode="&#xf19d;" horiz-adv-x="341" d="M299 384h42v-384h-42v43h-43v-43h-171v43h-42v-43h-43v384h43v-43h42v43h171v-43h43v43zM85 85v43h-42v-43h42zM85 171v42h-42v-42h42zM85 256v43h-42v-43h42zM299 85v43h-43v-43h43zM299 171v42h-43v-42h43zM299 256v43h-43v-43h43z" />
166
- <glyph unicode="&#xf19e;" d="M341 363h86v-299q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h21l43 -86h64l-43 86h43l42 -86h64l-42 86h42l43 -86h64z" />
167
- <glyph unicode="&#xf19f;" horiz-adv-x="430" d="M430 252q0 -57 -37.5 -99t-93.5 -49v-83h64v-42h-342v106h-21v86q0 8 6.5 14.5t14.5 6.5h64q9 0 15.5 -6.5t6.5 -14.5v-86h-22v-64h171v84q-53 9 -88.5 50.5t-35.5 96.5q0 62 43.5 106t105.5 44t105.5 -44t43.5 -106zM53.5 213q-13.5 0 -23 9.5t-9.5 23t9.5 22.5t23 9 t22.5 -9t9 -22.5t-9 -23t-22.5 -9.5z" />
168
- <glyph unicode="&#xf1a0;" horiz-adv-x="302" d="M171 104v-83h128v-42h-299v42h128v84q-53 9 -88.5 50.5t-35.5 96.5q0 62 43.5 106t105.5 44t105.5 -44t43.5 -106q0 -57 -37.5 -99t-93.5 -49z" />
169
- <glyph unicode="&#xf1a1;" horiz-adv-x="320" d="M160 405l160 -390l-15 -15l-145 64l-145 -64l-15 15z" />
170
- <glyph unicode="&#xf1a2;" horiz-adv-x="384" d="M341 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-85v43h85v213h-298v-213h85v-43h-85q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h298zM192 235l85 -86h-64v-128h-42v128h-64z" />
171
- <glyph unicode="&#xf1a3;" horiz-adv-x="384" d="M341 43v149h43v-149q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h149v-43h-149v-298h298zM235 384h149v-149h-43v76l-209 -209l-30 30l209 209h-76v43z" />
172
- <glyph unicode="&#xf1a4;" horiz-adv-x="384" d="M192 384q80 0 136 -50t56 -121q0 -44 -31.5 -75t-75.5 -31h-37q-14 0 -23 -9.5t-9 -22.5q0 -12 8 -21q8 -10 8 -22q0 -13 -9.5 -22.5t-22.5 -9.5q-80 0 -136 56t-56 136t56 136t136 56zM74.5 192q13.5 0 23 9.5t9.5 22.5t-9.5 22.5t-23 9.5t-22.5 -9.5t-9 -22.5t9 -22.5 t22.5 -9.5zM138.5 277q13.5 0 23 9.5t9.5 23t-9.5 22.5t-23 9t-22.5 -9t-9 -22.5t9 -23t22.5 -9.5zM245.5 277q13.5 0 22.5 9.5t9 23t-9 22.5t-22.5 9t-23 -9t-9.5 -22.5t9.5 -23t23 -9.5zM309.5 192q13.5 0 22.5 9.5t9 22.5t-9 22.5t-22.5 9.5t-23 -9.5t-9.5 -22.5 t9.5 -22.5t23 -9.5z" />
173
- <glyph unicode="&#xf1a5;" horiz-adv-x="277" d="M149 384q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-64v-128h-85v384h149zM154 213q17 0 29.5 12.5t12.5 30.5t-12.5 30.5t-29.5 12.5h-69v-86h69z" />
174
- <glyph unicode="&#xf1a6;" horiz-adv-x="384" d="M341 405q18 0 30.5 -12.5t12.5 -29.5v-299q0 -18 -12.5 -30.5t-30.5 -12.5h-85l-64 -64l-64 64h-85q-18 0 -30.5 12.5t-12.5 30.5v299q0 17 12.5 29.5t30.5 12.5h298zM192 335q-24 0 -41 -17t-17 -41t17 -40.5t41 -16.5t41 16.5t17 40.5t-17 41t-41 17zM320 107v19 q0 20 -23.5 35.5t-52.5 23t-52 7.5t-52 -7.5t-52.5 -23t-23.5 -35.5v-19h256z" />
175
- <glyph unicode="&#xf1a7;" horiz-adv-x="384" d="M341 405q18 0 30.5 -12.5t12.5 -29.5v-299q0 -18 -12.5 -30.5t-30.5 -12.5h-85l-64 -64l-64 64h-85q-18 0 -30.5 12.5t-12.5 30.5v299q0 17 12.5 29.5t30.5 12.5h298zM232 173l88 40l-88 40l-40 88l-40 -88l-88 -40l88 -40l40 -88z" />
176
- <glyph unicode="&#xf1a8;" horiz-adv-x="299" d="M277 277q0 -27 -13 -61t-32 -63t-37.5 -55t-31.5 -40l-14 -15q-5 5 -13.5 15t-30.5 39t-39 56.5t-31 62t-14 61.5q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM107 277.5q0 -17.5 12.5 -30t30 -12.5t30 12.5t12.5 30t-12.5 30t-30 12.5t-30 -12.5t-12.5 -30zM0 21 h299v-42h-299v42z" />
177
- <glyph unicode="&#xf1a9;" horiz-adv-x="384" d="M341 405q18 0 30.5 -12.5t12.5 -29.5v-299q0 -18 -12.5 -30.5t-30.5 -12.5h-85l-64 -64l-64 64h-85q-18 0 -30.5 12.5t-12.5 30.5v299q0 17 12.5 29.5t30.5 12.5h298zM213 64v43h-42v-43h42zM257 229q20 20 20 48q0 36 -25 61t-60 25t-60 -25t-25 -61h42q0 18 12.5 30.5 t30.5 12.5t30.5 -12.5t12.5 -30.5q0 -17 -13 -30l-26 -27q-25 -25 -25 -60v-11h42q0 22 6 34.5t19 26.5z" />
178
- <glyph unicode="&#xf1aa;" horiz-adv-x="384" d="M213 309q-23 0 -39 -18l-68 68q44 46 107 46q62 0 106 -43.5t44 -105.5q0 -48 -37 -117l-77 78q18 16 18 39q0 22 -16 37.5t-38 15.5zM307 105l77 -78l-27 -27l-72 71q-16 -23 -34 -46.5t-28 -34.5l-10 -11q-6 6 -16 18t-35.5 46.5t-45.5 67t-36 73.5t-16 72q0 16 4 33 l-68 68l27 27l178 -178l3 -3z" />
179
- <glyph unicode="&#xf1ab;" horiz-adv-x="299" d="M149 405q62 0 106 -43.5t44 -105.5q0 -31 -15.5 -71.5t-37.5 -75t-44 -65t-37 -48.5l-16 -17q-6 6 -16 18t-35.5 46.5t-45.5 67t-36 73.5t-16 72q0 62 43.5 105.5t105.5 43.5zM149 203q22 0 38 15.5t16 37.5t-16 37.5t-38 15.5t-37.5 -15.5t-15.5 -37.5t15.5 -37.5 t37.5 -15.5z" />
180
- <glyph unicode="&#xf1ac;" horiz-adv-x="384" d="M192 405q56 0 105.5 -22.5t86.5 -62.5l-192 -341l-192 341q36 40 86 62.5t106 22.5zM85 298.5q0 -17.5 12.5 -30t30 -12.5t30 12.5t12.5 30t-12.5 30t-30 12.5t-30 -12.5t-12.5 -30zM191.5 128q17.5 0 30 12.5t12.5 30t-12.5 30t-30 12.5t-30 -12.5t-12.5 -30t12.5 -30 t30 -12.5z" />
181
- <glyph unicode="&#xf1ad;" horiz-adv-x="428" d="M336 192l86 -85q6 -7 6 -15.5t-6 -14.5l-93 -93q-6 -6 -15 -6t-15 6l-85 85l-85 -85q-6 -6 -15 -6t-15 6l-93 93q-6 6 -6 14.5t6 15.5l85 85l-85 84q-6 7 -6 15.5t6 15.5l93 92q6 6 14.5 6t15.5 -6l85 -85l85 85q6 6 15 6t15 -6l92 -92q7 -7 7 -15.5t-7 -15.5zM214 256 q-9 0 -15 -6.5t-6 -15t6 -15t15 -6.5t15.5 6.5t6.5 15t-6.5 15t-15.5 6.5zM114 214l77 78l-77 77l-78 -78zM171.5 171q8.5 0 15 6t6.5 15t-6.5 15t-15 6t-15 -6t-6.5 -15t6.5 -15t15 -6zM214 128q9 0 15.5 6.5t6.5 15t-6.5 15t-15.5 6.5t-15 -6.5t-6 -15t6 -15t15 -6.5z M257 213q-9 0 -15 -6t-6 -15t6 -15t15 -6t15 6t6 15t-6 15t-15 6zM314 14l77 78l-77 77l-78 -78z" />
182
- <glyph unicode="&#xf1ae;" horiz-adv-x="341" d="M64 -64v43h43v-43h-43zM149 -64v43h43v-43h-43zM192 405v-213h-43v213h43zM268 353q34 -23 53.5 -60t19.5 -80q0 -70 -50 -120t-120.5 -50t-120.5 50t-50 120q0 43 19.5 80t53.5 60l31 -30q-28 -18 -44.5 -47t-16.5 -63q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5 q0 34 -17 63t-45 46zM235 -64v43h42v-43h-42z" />
183
- <glyph unicode="&#xf1af;" horiz-adv-x="384" d="M213 384v-213h-42v213h42zM316 338q68 -58 68 -146q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 88 68 146l30 -30q-55 -45 -55 -116q0 -62 43.5 -105.5t105.5 -43.5t105.5 43.5t43.5 105.5q0 71 -55 115z" />
184
- <glyph unicode="&#xf1b0;" d="M363 277q26 0 45 -18.5t19 -45.5v-128h-86v-85h-256v85h-85v128q0 27 18.5 45.5t45.5 18.5h299zM299 43v106h-171v-106h171zM362.5 192q8.5 0 15 6.5t6.5 15t-6.5 15t-15 6.5t-15 -6.5t-6.5 -15t6.5 -15t15 -6.5zM341 384v-85h-256v85h256z" />
185
- <glyph unicode="&#xf1b1;" horiz-adv-x="448" d="M395 213q22 0 37.5 -15.5t15.5 -37.5t-15.5 -37.5t-37.5 -15.5h-32v-86q0 -17 -12.5 -29.5t-30.5 -12.5h-81v32q0 24 -17 40.5t-41 16.5t-40.5 -16.5t-16.5 -40.5v-32h-81q-18 0 -30.5 12.5t-12.5 29.5v81h32q24 0 41 17t17 41t-17 41t-41 17h-32v81q0 17 12.5 29.5 t30.5 12.5h85v32q0 22 15.5 38t37.5 16t38 -16t16 -38v-32h85q18 0 30.5 -12.5t12.5 -29.5v-86h32z" />
186
- <glyph unicode="&#xf1b2;" horiz-adv-x="299" d="M21 85l43 86h-64v128h128v-128l-43 -86h-64zM192 85l43 86h-64v128h128v-128l-43 -86h-64z" />
187
- <glyph unicode="&#xf1b3;" horiz-adv-x="341" d="M0 117v224q0 27 12.5 45t38 26.5t53 11.5t67 3t67 -3t53 -11.5t38 -26.5t12.5 -45v-224q0 -31 -21.5 -52.5t-52.5 -21.5l32 -32v-11h-256v11l32 32q-31 0 -53 21.5t-22 52.5zM170.5 85q17.5 0 30 12.5t12.5 30.5t-12.5 30.5t-30 12.5t-30 -12.5t-12.5 -30.5t12.5 -30.5 t30 -12.5zM299 235v106h-256v-106h256z" />
188
- <glyph unicode="&#xf1b4;" horiz-adv-x="384" d="M320 85v43h-256v-43h256zM320 171v42h-256v-42h256zM320 256v43h-256v-43h256zM0 -21v426l32 -32l32 32l32 -32l32 32l32 -32l32 32l32 -32l32 32l32 -32l32 32l32 -32l32 32v-426l-32 32l-32 -32l-32 32l-32 -32l-32 32l-32 -32l-32 32l-32 -32l-32 32l-32 -32l-32 32z " />
189
- <glyph unicode="&#xf1b5;" horiz-adv-x="469" d="M384 277l85 -85h-64q0 -71 -50 -121t-120 -50q-49 0 -91 27l31 31q27 -15 60 -15q53 0 90.5 37.5t37.5 90.5h-64zM107 192h64l-86 -85l-85 85h64q0 71 50 121t121 50q49 0 91 -27l-32 -31q-27 15 -59 15q-53 0 -90.5 -37.5t-37.5 -90.5z" />
190
- <glyph unicode="&#xf1b6;" horiz-adv-x="384" d="M0 192q0 59 36 105t92 60v-44q-38 -14 -61.5 -47t-23.5 -74q0 -53 37 -90l48 47v-128h-128l50 51q-50 50 -50 120zM171 85v43h42v-43h-42zM384 363l-50 -51q50 -50 50 -120q0 -59 -36 -105t-92 -60v44q38 14 61.5 47t23.5 74q0 53 -37 90l-48 -47v128h128zM171 171v128 h42v-128h-42z" />
191
- <glyph unicode="&#xf1b7;" horiz-adv-x="366" d="M152 313q-5 -2 -16 -8l-31 32q22 14 47 20v-44zM0 333l27 27l335 -336l-27 -27l-50 50q-22 -14 -48 -20v44q7 3 17 8l-173 172q-14 -28 -14 -59q0 -53 38 -90l47 47v-128h-128l51 51q-51 50 -51 120q0 49 26 90zM366 363l-51 -51q51 -50 51 -120q0 -49 -26 -90l-32 31 q15 28 15 59q0 53 -38 90l-47 -47v128h128z" />
192
- <glyph unicode="&#xf1b8;" horiz-adv-x="341" d="M171 363q70 0 120 -50t50 -121q0 -49 -26 -91l-31 31q15 28 15 60q0 53 -37.5 90.5t-90.5 37.5v-64l-86 85l86 86v-64zM171 64v64l85 -85l-85 -86v64q-71 0 -121 50t-50 121q0 49 26 91l32 -31q-15 -28 -15 -60q0 -53 37.5 -90.5t90.5 -37.5z" />
193
- <glyph unicode="&#xf1b9;" horiz-adv-x="341" d="M171 320q-53 0 -90.5 -37.5t-37.5 -90.5q0 -32 15 -60l-32 -31q-26 42 -26 91q0 71 50 121t121 50v64l85 -86l-85 -85v64zM315 283q26 -42 26 -91q0 -71 -50 -121t-120 -50v-64l-86 86l86 85v-64q53 0 90.5 37.5t37.5 90.5q0 31 -15 60z" />
194
- <glyph unicode="&#xf1ba;" horiz-adv-x="363" d="M299 363h64v-171h-171v-192q0 -9 -6.5 -15t-14.5 -6h-43q-9 0 -15 6t-6 15v235h213v85h-21v-21q0 -9 -6.5 -15.5t-15.5 -6.5h-256q-8 0 -14.5 6.5t-6.5 15.5v85q0 9 6.5 15t14.5 6h256q9 0 15.5 -6t6.5 -15v-21z" />
195
- <glyph unicode="&#xf1bb;" horiz-adv-x="469" d="M427 320q17 0 29.5 -12.5t12.5 -30.5v-170q0 -18 -12.5 -30.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 30.5v170q0 18 12.5 30.5t30.5 12.5h384zM427 107v170h-43v-85h-43v85h-42v-85h-43v85h-43v-85h-42v85h-43v-85h-43v85h-42v-170h384z" />
196
- <glyph unicode="&#xf1bc;" d="M163 285l264 -264v-21h-64l-150 149l-50 -50q8 -17 8 -35q0 -35 -25 -60t-60.5 -25t-60.5 25t-25 60t25 60t60 25q19 0 35 -7l51 50l-51 50q-16 -7 -35 -7q-35 0 -60 25t-25 60t25 60t60.5 25t60.5 -25t25 -60q0 -18 -8 -35zM85.5 277q17.5 0 30 12.5t12.5 30.5 t-12.5 30.5t-30 12.5t-30 -12.5t-12.5 -30.5t12.5 -30.5t30 -12.5zM85.5 21q17.5 0 30 12.5t12.5 30.5t-12.5 30.5t-30 12.5t-30 -12.5t-12.5 -30.5t12.5 -30.5t30 -12.5zM213.5 181q10.5 0 10.5 11t-10.5 11t-10.5 -11t10.5 -11zM363 384h64v-21l-150 -150l-42 43z" />
197
- <glyph unicode="&#xf1bd;" horiz-adv-x="484" d="M475 176q9 -10 9 -23t-9 -23l-136 -135q-9 -10 -22.5 -10t-22.5 10l-257 256q-9 9 -9 22.5t9 22.5l136 136q9 9 22.5 9t22.5 -9l53 -52l-31 -30l-44 44l-121 -120l241 -242l121 121l-47 47l30 30zM159 11l29 28l81 -81l-14 -1q-100 0 -173.5 68t-81.5 167h32 q6 -60 40 -108t87 -73zM320 256q-9 0 -15 6.5t-6 14.5v86q0 8 6 14.5t15 6.5v11q0 22 15.5 37.5t37.5 15.5t38 -15.5t16 -37.5v-11q8 0 14.5 -6.5t6.5 -14.5v-86q0 -8 -6.5 -14.5t-14.5 -6.5h-107zM337 395v-11h73v11q0 15 -11 25.5t-26 10.5t-25.5 -10.5t-10.5 -25.5z" />
198
- <glyph unicode="&#xf1be;" horiz-adv-x="510" d="M351 394l-29 -28l-81 81l14 1q100 0 173.5 -68t81.5 -167h-32q-6 60 -40.5 108t-86.5 73zM217 411l257 -257q9 -9 9 -22.5t-9 -22.5l-136 -136q-9 -9 -22.5 -9t-22.5 9l-257 257q-9 9 -9 22.5t9 22.5l136 136q9 9 22.5 9t22.5 -9zM315 -4l136 136l-256 256l-136 -136z M159 -10l29 28l81 -81l-14 -1q-100 0 -173.5 68t-81.5 167h32q6 -60 40 -108t87 -73z" />
199
- <glyph unicode="&#xf1bf;" d="M320 149l107 -106l-32 -32l-107 107v16l-6 6q-39 -33 -90 -33q-38 0 -70 19l31 31q19 -8 39 -8q40 0 68 28.5t28 68t-28 67.5t-68 28t-68 -28t-28 -68h75l-89 -85l-82 85h54q0 57 40.5 98t97.5 41q58 0 98.5 -40.5t40.5 -98.5q0 -51 -34 -90l6 -6h17z" />
200
- <glyph unicode="&#xf1c0;" horiz-adv-x="341" d="M341 30l-81 82q17 27 17 59q0 44 -31 75t-75 31t-75.5 -31t-31.5 -75t31.5 -75.5t75.5 -31.5q31 0 59 18l94 -95q-12 -8 -25 -8h-257q-17 0 -29.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h170l128 -128v-247zM107 170.5q0 26.5 18.5 45.5t45 19t45.5 -19t19 -45.5 t-19 -45t-45.5 -18.5t-45 18.5t-18.5 45z" />
201
- <glyph unicode="&#xf1c1;" d="M203 256q22 0 37.5 -15.5t15.5 -37.5t-15.5 -38t-37.5 -16t-38 16t-16 38t16 37.5t38 15.5zM384 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h341zM316 60l30 30l-62 62 q15 23 15 51q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t67 -28q28 0 51 15z" />
202
- <glyph unicode="&#xf1c2;" horiz-adv-x="373" d="M149 320q-38 0 -67.5 -24.5t-36.5 -60.5h-43q8 54 49.5 91t97.5 37q62 0 106 -44l44 44v-128h-128l54 54q-32 31 -76 31zM270 125l103 -104l-32 -31l-103 103q-40 -29 -89 -29q-62 0 -105 44l-44 -44v128h128l-54 -54q31 -31 75 -31q39 0 68 24t37 61h43q-5 -37 -27 -67z " />
203
- <glyph unicode="&#xf1c3;" horiz-adv-x="373" d="M267 149l106 -106l-32 -32l-106 106v17l-6 6q-39 -33 -90 -33q-58 0 -98.5 40.5t-40.5 98t40.5 98t98 40.5t98 -40.5t40.5 -98.5q0 -51 -33 -90l6 -6h17zM139 149q40 0 68 28t28 68t-28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28z" />
204
- <glyph unicode="&#xf1c4;" d="M43 64v64h341v-128h-64v64h-213v-64h-64v64zM363 235h64v-64h-64v64zM0 235h64v-64h-64v64zM320 171h-213v170q0 18 12.5 30.5t29.5 12.5h128q18 0 30.5 -12.5t12.5 -30.5v-170z" />
205
- <glyph unicode="&#xf1c5;" horiz-adv-x="384" d="M192 235q18 0 30.5 -12.5t12.5 -30.5t-12.5 -30.5t-30.5 -12.5t-30.5 12.5t-12.5 30.5t12.5 30.5t30.5 12.5zM341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM304 192 q0 7 -1 15l32 24q4 5 1 10l-30 52q-3 5 -9 3l-37 -15q-12 9 -25 15l-6 39q-1 6 -7 6h-60q-6 0 -7 -6l-6 -40q-14 -5 -25 -14l-37 15q-6 2 -9 -4l-30 -51q-3 -6 1 -10l32 -24q-1 -8 -1 -15t1 -15l-32 -24q-4 -5 -1 -10l30 -52q3 -5 9 -3l37 15q12 -9 25 -15l6 -39q1 -6 7 -6 h60q6 0 7 6l6 40q14 5 25 14l37 -15q6 -2 9 4l30 51q3 6 -1 10l-32 24q1 8 1 15z" />
206
- <glyph unicode="&#xf1c6;" horiz-adv-x="415" d="M366 171l45 -35q7 -6 3 -14l-43 -74q-4 -8 -13 -4l-53 21q-18 -13 -36 -21l-8 -56q-1 -9 -11 -9h-85q-9 0 -11 9l-8 56q-19 8 -36 21l-53 -21q-9 -3 -13 4l-43 74q-4 8 3 14l45 35q-1 12 -1 21t1 21l-45 35q-7 6 -3 14l43 74q5 8 13 4l53 -21q18 13 36 21l8 56q2 9 11 9 h85q10 0 11 -9l8 -56q19 -8 36 -21l53 21q9 3 13 -4l43 -74q4 -8 -3 -14l-45 -35q2 -12 2 -21t-2 -21zM207.5 117q30.5 0 52.5 22t22 53t-22 53t-52.5 22t-52.5 -22t-22 -53t22 -53t52.5 -22z" />
207
- <glyph unicode="&#xf1c7;" horiz-adv-x="384" d="M192 427l192 -86v-128q0 -89 -55 -162.5t-137 -93.5q-82 20 -137 93.5t-55 162.5v128zM149 85l171 171l-30 30l-141 -140l-55 55l-30 -30z" />
208
- <glyph unicode="&#xf1c8;" horiz-adv-x="384" d="M192 427l192 -86v-128q0 -89 -55 -162.5t-137 -93.5q-82 20 -137 93.5t-55 162.5v128zM192 192v188l-149 -66v-122h149v-191q59 19 100 72t49 119h-149z" />
209
- <glyph unicode="&#xf1c9;" horiz-adv-x="469" d="M346 256h102q9 0 15 -6.5t6 -14.5v-6l-54 -198q-4 -13 -15.5 -22t-26.5 -9h-277q-15 0 -26 9t-15 22l-54 198q-1 2 -1 6q0 8 6.5 14.5t14.5 6.5h103l93 140q6 9 17.5 9t17.5 -9zM171 256h128l-64 94zM234.5 85q17.5 0 30 12.5t12.5 30.5t-12.5 30.5t-30 12.5t-30 -12.5 t-12.5 -30.5t12.5 -30.5t30 -12.5z" />
210
- <glyph unicode="&#xf1ca;" horiz-adv-x="430" d="M213 256v64h-64v43h64v64h43v-64h64v-43h-64v-64h-43zM128 64q18 0 30.5 -12.5t12.5 -30t-12.5 -30t-30.5 -12.5t-30 12.5t-12 30t12 30t30 12.5zM341.5 64q17.5 0 30 -12.5t12.5 -30t-12.5 -30t-30 -12.5t-30 12.5t-12.5 30t12.5 30t30 12.5zM132 133q0 -5 5 -5h247v-43 h-256q-18 0 -30.5 12.5t-12.5 30.5q0 11 6 20l28 53l-76 162h-43v42h70l20 -42l20 -43l48 -101l3 -6h149l59 107l24 43l37 -21l-82 -149q-12 -22 -38 -22h-159l-19 -35v-3z" />
211
- <glyph unicode="&#xf1cb;" d="M128 64q18 0 30.5 -12.5t12.5 -30t-12.5 -30t-30.5 -12.5t-30 12.5t-12 30t12 30t30 12.5zM0 405h70l20 -42h315q9 0 15.5 -6.5t6.5 -15.5q0 -5 -3 -10l-76 -138q-12 -22 -38 -22h-159l-19 -35v-3q0 -5 5 -5h247v-43h-256q-18 0 -30.5 12.5t-12.5 30.5q0 11 6 20l28 53 l-76 162h-43v42zM341.5 64q17.5 0 30 -12.5t12.5 -30t-12.5 -30t-30 -12.5t-30 12.5t-12.5 30t12.5 30t30 12.5z" />
212
- <glyph unicode="&#xf1cc;" horiz-adv-x="384" d="M151 115l55 56h-206v42h206l-55 56l30 30l107 -107l-107 -107zM341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v85h43v-85h298v298h-298v-85h-43v85q0 18 12.5 30.5t30.5 12.5h298z" />
213
- <glyph unicode="&#xf1cd;" horiz-adv-x="384" d="M0 320h128v-43h-128v43zM0 64v43h384v-43h-384zM0 213h256v-42h-256v42z" />
214
- <glyph unicode="&#xf1ce;" horiz-adv-x="384" d="M0 64v43h128v-43h-128zM0 320h384v-43h-384v43zM0 171v42h256v-42h-256z" />
215
- <glyph unicode="&#xf1cf;" horiz-adv-x="417" d="M282 364h-147l74 73zM135 20h147l-73 -73zM70 157h81l-41 111zM93 315h35l93 -246h-38l-20 53h-106l-19 -53h-38zM285 103h132v-34h-184v28l128 183h-127v35h179v-27z" />
216
- <glyph unicode="&#xf1d0;" horiz-adv-x="417" d="M282 364h-147l74 73zM135 20h147l-73 -73zM266 157h81l-40 111zM290 315h34l93 -246h-38l-19 53h-106l-20 -53h-38zM52 103h132v-34h-184v28l128 183h-127v35h179v-27z" />
217
- <glyph unicode="&#xf1d1;" horiz-adv-x="438" d="M213 107l-24 64h-121l-23 -64h-45l109 277h40l109 -277h-45zM85 213h88l-44 118zM408 201l30 -30l-202 -203l-109 109l30 30l79 -79z" />
218
- <glyph unicode="&#xf1d2;" d="M0 21v86h427v-86h-427zM43 85v-42h42v42h-42zM0 363h427v-86h-427v86zM85 299v42h-42v-42h42zM0 149v86h427v-86h-427zM43 213v-42h42v42h-42z" />
219
- <glyph unicode="&#xf1d3;" d="M363 299h64v-278h-171v86h-85v-86h-171v278h64v64h299v-64zM192 235v64h-64v-22h43v-21h-43v-64h64v21h-43v22h43zM299 192v107h-22v-43h-21v43h-21v-64h42v-43h22z" />
220
- <glyph unicode="&#xf1d4;" horiz-adv-x="384" d="M363 363v-43h-342v43h342zM384 149h-21v-128h-43v128h-85v-128h-214v128h-21v43l21 107h342l21 -107v-43zM192 64v85h-128v-85h128z" />
221
- <glyph unicode="&#xf1d5;" horiz-adv-x="341" d="M170.5 405q39.5 0 67 -3t53 -11.5t38 -26t12.5 -44.5v-203q0 -31 -21.5 -52.5t-52.5 -21.5l32 -32v-11h-256v11l32 32q-31 0 -53 21.5t-22 52.5v203q0 27 12.5 44.5t38 26t53 11.5t67 3zM74.5 85q13.5 0 23 9.5t9.5 23t-9.5 22.5t-23 9t-22.5 -9t-9 -22.5t9 -23 t22.5 -9.5zM149 213v107h-106v-107h106zM266.5 85q13.5 0 23 9.5t9.5 23t-9.5 22.5t-23 9t-22.5 -9t-9 -22.5t9 -23t22.5 -9.5zM299 213v107h-107v-107h107z" />
222
- <glyph unicode="&#xf1d6;" horiz-adv-x="469" d="M123 345l-30 -30l-39 38l30 30zM64 224v-43h-64v43h64zM256 436v-63h-43v63h43zM415 353l-38 -38l-30 30l38 38zM346 61l30 29l39 -38l-30 -30zM405 224h64v-43h-64v43zM235 331q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5 t90.5 37.5zM213 -31v63h43v-63h-43zM54 52l39 39l30 -30l-39 -39z" />
223
- <glyph unicode="&#xf1d7;" horiz-adv-x="469" d="M0 256v43h43v-43h-43zM0 171v42h43v-42h-43zM0 341q0 18 12.5 30.5t30.5 12.5v-43h-43zM171 0v43h42v-43h-42zM0 85v43h43v-43h-43zM43 0q-18 0 -30.5 12.5t-12.5 30.5h43v-43zM427 384q17 0 29.5 -12.5t12.5 -30.5v-85h-213v128h171zM427 85v43h42v-43h-42zM171 341v43 h42v-43h-42zM85 0v43h43v-43h-43zM85 341v43h43v-43h-43zM427 0v43h42q0 -18 -12.5 -30.5t-29.5 -12.5zM427 171v42h42v-42h-42zM256 0v43h43v-43h-43zM341 0v43h43v-43h-43z" />
224
- <glyph unicode="&#xf1d8;" horiz-adv-x="469" d="M427 384q17 0 29.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h384zM427 43v213h-171v85h-213v-298h384z" />
225
- <glyph unicode="&#xf1d9;" horiz-adv-x="512" d="M469 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-320q-21 0 -34 19l-115 173l115 173q13 19 34 19h320zM405 115l-76 77l76 77l-30 30l-76 -77l-77 77l-30 -30l77 -77l-77 -77l30 -30l77 77l76 -77z" />
226
- <glyph unicode="&#xf1da;" horiz-adv-x="512" d="M469 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-318q-23 0 -36 19l-115 173l115 173q13 19 34 19h320zM192 160q13 0 22.5 9.5t9.5 22.5t-9.5 22.5t-22.5 9.5t-22.5 -9.5t-9.5 -22.5t9.5 -22.5t22.5 -9.5zM298.5 160q13.5 0 23 9.5t9.5 22.5 t-9.5 22.5t-23 9.5t-22.5 -9.5t-9 -22.5t9 -22.5t22.5 -9.5zM405.5 160q13.5 0 22.5 9.5t9 22.5t-9 22.5t-22.5 9.5t-23 -9.5t-9.5 -22.5t9.5 -22.5t23 -9.5z" />
227
- <glyph unicode="&#xf1db;" horiz-adv-x="512" d="M469 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-320q-21 0 -34 19l-115 173l115 173q13 19 34 19h320z" />
228
- <glyph unicode="&#xf1dc;" horiz-adv-x="469" d="M299 384q17 0 29.5 -12.5t12.5 -30.5v-213q0 -18 -12 -30l-141 -141l-22 23q-10 9 -10 22l1 7l20 98h-134q-18 0 -30.5 12.5t-12.5 29.5v2v41q0 8 3 16l64 150q11 26 40 26h192zM384 384h85v-256h-85v256z" />
229
- <glyph unicode="&#xf1dd;" horiz-adv-x="512" d="M256 320v-27q0 -6 -2 -11l-49 -113q-8 -20 -29 -20h-144q-13 0 -22.5 9.5t-9.5 22.5v139q0 13 9 23l106 105l17 -17q7 -7 7 -17l-1 -5l-14 -68h111q8 0 14.5 -6t6.5 -15zM480 235q13 0 22.5 -9.5t9.5 -22.5v-139q0 -13 -9 -23l-106 -105l-17 17q-7 7 -7 17l1 5l14 68 h-111q-8 0 -14.5 6t-6.5 15v27q0 6 2 11l49 113q8 20 29 20h144z" />
230
- <glyph unicode="&#xf1de;" horiz-adv-x="469" d="M0 0v256h85v-256h-85zM469 235v-2v-41q0 -8 -3 -16l-64 -150q-11 -26 -39 -26h-192q-18 0 -30.5 12.5t-12.5 30.5v213q0 18 13 30l140 141l23 -23q9 -9 9 -22l-1 -7l-20 -98h135q17 0 29.5 -12.5t12.5 -29.5z" />
231
- <glyph unicode="&#xf1df;" d="M384 192q0 -18 12.5 -30.5t30.5 -12.5v-85q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v85q18 0 30.5 12.5t12.5 30.5t-12.5 30.5t-30.5 12.5v85q0 18 12.5 30.5t30.5 12.5h341q18 0 30.5 -12.5t12.5 -30.5v-85q-18 0 -30.5 -12.5t-12.5 -30.5z M290 90l-24 87l71 58l-91 5l-33 84l-33 -84l-90 -5l70 -58l-23 -87l76 49z" />
232
- <glyph unicode="&#xf1e0;" horiz-adv-x="469" d="M298.5 363q70.5 0 120.5 -50t50 -121t-50 -121t-120.5 -50t-120.5 50t-50 121t50 121t120.5 50zM299 64q53 0 90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5zM43 192q0 -41 23.5 -74t61.5 -47v-44q-56 14 -92 60t-36 105 t36 105t92 60v-44q-38 -14 -61.5 -47t-23.5 -74z" />
233
- <glyph unicode="&#xf1e1;" horiz-adv-x="469" d="M235 192q0 48 34.5 82.5t82.5 34.5t82.5 -34.5t34.5 -82.5h-234zM235 192q0 -48 -35 -82.5t-83 -34.5t-82.5 34.5t-34.5 82.5h235zM235 192q-48 0 -83 34.5t-35 82.5t35 83t83 35v-235zM235 192q48 0 82.5 -34.5t34.5 -82.5t-34.5 -83t-82.5 -35v235z" />
234
- <glyph unicode="&#xf1e2;" horiz-adv-x="341" d="M341 235q0 -30 -18 -52.5t-46 -30.5v-24h64q0 -29 -18 -52t-46 -30v-25q0 -8 -6 -14.5t-15 -6.5h-171q-8 0 -14.5 6.5t-6.5 14.5v25q-28 7 -46 30t-18 52h64v24q-28 8 -46 30.5t-18 52.5h64v24q-28 7 -46 30t-18 52h64v22q0 8 6.5 14.5t14.5 6.5h171q9 0 15 -6.5t6 -14.5 v-22h64q0 -29 -18 -52t-46 -30v-24h64zM170.5 43q17.5 0 30 12.5t12.5 30t-12.5 30t-30 12.5t-30 -12.5t-12.5 -30t12.5 -30t30 -12.5zM170.5 149q17.5 0 30 12.5t12.5 30.5t-12.5 30.5t-30 12.5t-30 -12.5t-12.5 -30.5t12.5 -30.5t30 -12.5zM170.5 256q17.5 0 30 12.5 t12.5 30t-12.5 30t-30 12.5t-30 -12.5t-12.5 -30t12.5 -30t30 -12.5z" />
235
- <glyph unicode="&#xf1e3;" horiz-adv-x="469" d="M253 127l-16 -44l-66 66l-107 -106l-30 30l108 107q-40 44 -63 97h42q20 -39 50 -71q45 50 67 114h-238v43h149v42h43v-42h149v-43h-62q-24 -78 -79 -139l-1 -1zM373 235l96 -256h-42l-24 64h-102l-24 -64h-42l96 256h42zM317 85h70l-35 93z" />
236
- <glyph unicode="&#xf1e4;" d="M213 78l137 219h-273zM213 -2l-213 341h427z" />
237
- <glyph unicode="&#xf1e5;" d="M213 282l-136 -218h273zM213 363l214 -342h-427z" />
238
- <glyph unicode="&#xf1e6;" horiz-adv-x="469" d="M405 277l64 -85v-107h-42q0 -26 -19 -45t-45.5 -19t-45 19t-18.5 45h-128q0 -26 -19 -45t-45.5 -19t-45 19t-18.5 45h-43v235q0 18 12.5 30.5t30.5 12.5h298v-86h64zM106.5 53q13.5 0 23 9.5t9.5 23t-9.5 22.5t-23 9t-22.5 -9t-9 -22.5t9 -23t22.5 -9.5zM395 245h-54v-53 h95zM362.5 53q13.5 0 23 9.5t9.5 23t-9.5 22.5t-23 9t-22.5 -9t-9 -22.5t9 -23t22.5 -9.5z" />
239
- <glyph unicode="&#xf1e7;" d="M420 207q7 -6 7 -15t-7 -15l-192 -192q-6 -6 -15 -6t-15 6l-192 192q-6 6 -6 15t6 15l192 192q6 6 15 6t15 -6zM256 139l75 74l-75 75v-53h-107q-9 0 -15 -6.5t-6 -15.5v-85h43v64h85v-53z" />
240
- <glyph unicode="&#xf1e8;" d="M43 363v-150h-43v150q0 17 12.5 29.5t30.5 12.5h149v-42h-149zM171 171l63 -79l43 57l64 -85h-256zM320 266.5q0 -13.5 -9.5 -22.5t-22.5 -9t-22.5 9t-9.5 22.5t9.5 23t22.5 9.5t22.5 -9.5t9.5 -23zM384 405q18 0 30.5 -12.5t12.5 -29.5v-150h-43v150h-149v42h149z M384 21v150h43v-150q0 -17 -12.5 -29.5t-30.5 -12.5h-149v42h149zM43 171v-150h149v-42h-149q-18 0 -30.5 12.5t-12.5 29.5v150h43z" />
241
- <glyph unicode="&#xf1e9;" horiz-adv-x="341" d="M110 89l121 121q25 -25 25 -60.5t-25 -60.5t-60.5 -25t-60.5 25zM299 405q17 0 29.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-29.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h256zM128 363q-9 0 -15 -6.5t-6 -15t6 -15t15 -6.5t15 6.5 t6 15t-6 15t-15 6.5zM64 363q-9 0 -15 -6.5t-6 -15t6 -15t15 -6.5t15 6.5t6 15t-6 15t-15 6.5zM171 21q53 0 90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5z" />
242
- <glyph unicode="&#xf1ea;" horiz-adv-x="341" d="M0 363h341v-342h-341v342zM43 277v-213h256v213h-256z" />
243
- <glyph unicode="&#xf1eb;" horiz-adv-x="341" d="M341 21h-341v86h341v-86z" />
244
- <glyph unicode="&#xf1ec;" horiz-adv-x="341" d="M0 277h85v86h256v-256h-85v-86h-256v256zM256 277v-128h43v171h-171v-43h128zM43 192v-128h170v128h-170z" />
245
- <glyph unicode="&#xf1ed;" horiz-adv-x="470" d="M464 43q6 -5 6 -14.5t-8 -15.5l-49 -49q-7 -7 -15.5 -7t-14.5 7l-194 194q-37 -15 -77.5 -6.5t-70.5 38.5q-31 32 -39 75.5t12 82.5l94 -92l64 64l-92 92q38 18 82 10.5t76 -38.5q30 -30 38.5 -70.5t-6.5 -76.5z" />
246
- <glyph unicode="&#xf1ee;" horiz-adv-x="373" d="M267 149l106 -106l-32 -32l-106 106v17l-6 6q-39 -33 -90 -33q-58 0 -98.5 40.5t-40.5 98t40.5 98t98 40.5t98 -40.5t40.5 -98.5q0 -51 -33 -90l6 -6h17zM139 149q40 0 68 28t28 68t-28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28zM192 235h-43v-43h-21v43h-43v21h43v43 h21v-43h43v-21z" />
247
- <glyph unicode="&#xf1ef;" horiz-adv-x="373" d="M267 149l106 -106l-32 -32l-106 106v17l-6 6q-39 -33 -90 -33q-58 0 -98.5 40.5t-40.5 98t40.5 98t98 40.5t98 -40.5t40.5 -98.5q0 -51 -33 -90l6 -6h17zM139 149q40 0 68 28t28 68t-28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28zM85 256h107v-21h-107v21z" />
248
- <glyph unicode="&#xf1f0;" d="M192 128h43v-43h-43v43zM192 299h43v-128h-43v128zM213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121t50 -121t120.5 -50z" />
249
- <glyph unicode="&#xf1f1;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM235 85v43h-43v-43h43zM235 171v128h-43v-128h43z" />
250
- <glyph unicode="&#xf1f2;" horiz-adv-x="384" d="M272 384l112 -112v-160l-112 -112h-160l-112 112v160l112 112h160zM192 79q12 0 20 8t8 19.5t-8 19.5t-20 8t-20 -8t-8 -19.5t8 -19.5t20 -8zM213 171v128h-42v-128h42z" />
251
- <glyph unicode="&#xf1f3;" horiz-adv-x="469" d="M469 192l-52 -59l8 -79l-77 -17l-41 -68l-72 31l-73 -31l-40 67l-77 18l7 79l-52 59l52 60l-7 78l77 17l40 68l73 -31l72 31l41 -68l77 -17l-8 -79zM256 85v43h-43v-43h43zM256 171v128h-43v-128h43z" />
252
- <glyph unicode="&#xf1f4;" horiz-adv-x="469" d="M0 0l235 405l234 -405h-469zM256 64v43h-43v-43h43zM256 149v86h-43v-86h43z" />
253
- <glyph unicode="&#xf1f5;" d="M192 64v43h43v-43h-43zM213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121t50 -121t120.5 -50zM213.5 320q35.5 0 60.5 -25t25 -60 q0 -18 -10 -32.5t-22 -23t-22 -22t-10 -29.5h-43q0 23 10 39.5t22 24t22 18.5t10 25q0 17 -12.5 29.5t-30 12.5t-30 -12.5t-12.5 -29.5h-43q0 35 25 60t60.5 25z" />
254
- <glyph unicode="&#xf1f6;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM235 43v42h-43v-42h43zM279 208q20 20 20 48q0 35 -25 60t-60.5 25t-60.5 -25t-25 -60h43q0 18 12.5 30.5t30 12.5t30 -12.5t12.5 -30.5t-13 -30l-26 -27 q-25 -25 -25 -60v-11h43q0 22 5.5 34.5t19.5 25.5z" />
255
- <glyph unicode="&#xf1f7;" d="M192 85v128h43v-128h-43zM213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121t50 -121t120.5 -50zM192 256v43h43v-43h-43z" />
256
- <glyph unicode="&#xf1f8;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM235 85v128h-43v-128h43zM235 256v43h-43v-43h43z" />
257
- <glyph unicode="&#xf1f9;" horiz-adv-x="447" d="M118 372q-33 -24 -53 -60t-22 -77h-43q2 50 25.5 94t62.5 73zM404 235q-2 41 -22.5 77t-53.5 60l31 30q39 -29 62 -73t26 -94h-43zM362 224v-117l43 -43v-21h-363v21l43 43v117q0 49 30 86.5t76 48.5v14q0 14 9.5 23t23 9t22.5 -9t9 -23v-14q47 -11 77 -48.5t30 -86.5z M223 -21q-17 0 -29.5 12.5t-12.5 29.5h85q0 -8 -3 -16q-9 -21 -31 -25q-4 -1 -9 -1z" />
258
- <glyph unicode="&#xf1fa;" horiz-adv-x="384" d="M150 0h84q0 -18 -12 -30.5t-30 -12.5t-30 12.5t-12 30.5zM339 89l45 -45v-23h-384v23l45 45v124q0 52 32 91.5t81 51.5v15q0 14 10 24t24 10t24 -10t10 -24v-15q49 -12 81 -51.5t32 -91.5v-124zM277 170v43h-64v64h-42v-64h-64v-43h64v-64h42v64h64z" />
259
- <glyph unicode="&#xf1fb;" horiz-adv-x="363" d="M181.5 -21q-17.5 0 -30 12.5t-12.5 29.5h85q0 -17 -12.5 -29.5t-30 -12.5zM320 107l43 -43v-21h-363v21l43 43v117q0 49 30 86.5t76 48.5v14q0 14 9.5 23t23 9t22.5 -9t9 -23v-14q47 -11 77 -48.5t30 -86.5v-117zM277 85v139q0 40 -28 68t-68 28t-68 -28t-28 -68v-139 h192z" />
260
- <glyph unicode="&#xf1fc;" horiz-adv-x="384" d="M181.5 -21q-17.5 0 -30 12.5t-12.5 29.5h85q0 -17 -12.5 -29.5t-30 -12.5zM320 224v-79l-202 202q17 8 31 12v14q0 14 9.5 23t23 9t22.5 -9t9 -23v-14q47 -11 77 -48.5t30 -86.5zM314 43h-314v21l43 43v117q0 38 19 71l-62 62l27 27l357 -357l-27 -27z" />
261
- <glyph unicode="&#xf1fd;" horiz-adv-x="363" d="M181.5 -21q-17.5 0 -30 12.5t-12.5 29.5h85q0 -17 -12.5 -29.5t-30 -12.5zM320 107l43 -43v-21h-363v21l43 43v117q0 49 30 86.5t76 48.5v14q0 14 9.5 23t23 9t22.5 -9t9 -23v-14q47 -11 77 -48.5t30 -86.5v-117zM235 239v38h-107v-38h60l-60 -73v-38h107v38h-60z" />
262
- <glyph unicode="&#xf1fe;" horiz-adv-x="363" d="M181.5 -21q-17.5 0 -30 12.5t-12.5 29.5h85q0 -17 -12.5 -29.5t-30 -12.5zM320 107l43 -43v-21h-363v21l43 43v117q0 49 30 86.5t76 48.5v14q0 14 9.5 23t23 9t22.5 -9t9 -23v-14q47 -11 77 -48.5t30 -86.5v-117z" />
263
- <glyph unicode="&#xf1ff;" horiz-adv-x="469" d="M298.5 192q-35.5 0 -60.5 25t-25 60.5t25 60.5t60.5 25t60.5 -25t25 -60.5t-25 -60.5t-60.5 -25zM107 235h64v-43h-64v-64h-43v64h-64v43h64v64h43v-64zM298.5 149q31.5 0 69.5 -9t69.5 -29.5t31.5 -46.5v-43h-341v43q0 26 31.5 46.5t69.5 29.5t69.5 9z" />
264
- <glyph unicode="&#xf200;" horiz-adv-x="512" d="M448 277l-64 -42l-64 42v22l64 -43l64 43v-22zM469 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-426q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h426zM170.5 320q-26.5 0 -45 -18.5t-18.5 -45.5t18.5 -45.5t45 -18.5t45.5 18.5 t19 45.5t-19 45.5t-45.5 18.5zM299 64v21q0 20 -24 36t-52.5 23t-52 7t-52 -7t-52 -23t-23.5 -36v-21h256zM469 192v128h-170v-128h170z" />
265
- <glyph unicode="&#xf201;" horiz-adv-x="384" d="M192 187q-20 0 -34 14t-14 34t14 34t34 14t34 -14t14 -34t-14 -34t-34 -14zM288 101v-16h-192v16q0 22 33 35t63 13t63 -13t33 -35zM341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5 t30.5 12.5h298zM341 43v298h-298v-298h298z" />
266
- <glyph unicode="&#xf202;" horiz-adv-x="512" d="M469 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-426q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h426zM170.5 320q-26.5 0 -45 -18.5t-18.5 -45.5t18.5 -45.5t45 -18.5t45.5 18.5t19 45.5t-19 45.5t-45.5 18.5zM299 64v21 q0 20 -24 36t-52.5 23t-52 7t-52 -7t-52 -23t-23.5 -36v-21h256zM381 149q-8 22 -8 43t8 43h35l32 42l-42 43q-44 -33 -59 -85q-6 -22 -6 -43t6 -43q15 -52 59 -85l42 43l-32 42h-35z" />
267
- <glyph unicode="&#xf203;" horiz-adv-x="384" d="M0 341q0 18 12.5 30.5t30.5 12.5h298q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298zM256 256q0 27 -18.5 45.5t-45.5 18.5t-45.5 -18.5t-18.5 -45.5t18.5 -45.5t45.5 -18.5t45.5 18.5t18.5 45.5zM64 85v-21h256 v21q0 20 -23.5 36t-52.5 23t-52 7t-52 -7t-52.5 -23t-23.5 -36z" />
268
- <glyph unicode="&#xf204;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h21v43h43v-43h170v43h43v-43h21zM192 320q-27 0 -45.5 -18.5t-18.5 -45.5t18.5 -45.5t45.5 -18.5t45.5 18.5t18.5 45.5 t-18.5 45.5t-45.5 18.5zM320 64v21q0 20 -23.5 36t-52.5 23t-52 7t-52 -7t-52.5 -23t-23.5 -36v-21h256z" />
269
- <glyph unicode="&#xf205;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 341q-26.5 0 -45.5 -18.5t-19 -45t19 -45.5t45.5 -19t45 19t18.5 45.5t-18.5 45t-45 18.5zM213.5 38q39.5 0 73 18.5t54.5 50.5q0 20 -23.5 35.5 t-52 23t-52 7.5t-52 -7.5t-52 -23t-24.5 -35.5q21 -32 55 -50.5t73.5 -18.5z" />
270
- <glyph unicode="&#xf206;" horiz-adv-x="341" d="M170.5 322q-18.5 0 -31.5 -13t-13 -31.5t13 -31.5t31.5 -13t31.5 13t13 31.5t-13 31.5t-31.5 13zM171 130q-44 0 -87 -16.5t-43 -28.5v-23h260v23q0 12 -43 28.5t-87 16.5zM170.5 363q35.5 0 60.5 -25t25 -60.5t-25 -60.5t-60.5 -25t-60.5 25t-25 60.5t25 60.5t60.5 25z M170.5 171q31.5 0 69.5 -9t69.5 -29.5t31.5 -47.5v-64h-341v64q0 27 31.5 47.5t69.5 29.5t69.5 9z" />
271
- <glyph unicode="&#xf207;" horiz-adv-x="341" d="M170.5 192q-35.5 0 -60.5 25t-25 60.5t25 60.5t60.5 25t60.5 -25t25 -60.5t-25 -60.5t-60.5 -25zM170.5 149q31.5 0 69.5 -9t69.5 -29.5t31.5 -46.5v-43h-341v43q0 26 31.5 46.5t69.5 29.5t69.5 9z" />
272
- <glyph unicode="&#xf208;" horiz-adv-x="512" d="M171 235v-43h-64v-64h-43v64h-64v43h64v64h43v-64h64zM384 213q-10 0 -19 3q19 28 19 61q0 34 -19 61q9 3 19 3q27 0 45.5 -18.5t18.5 -45t-18.5 -45.5t-45.5 -19zM277.5 213q-26.5 0 -45.5 19t-19 45.5t19 45t45.5 18.5t45 -18.5t18.5 -45t-18.5 -45.5t-45 -19zM419 167 q37 -6 65 -22t28 -38v-43h-64v43q0 34 -29 60zM277 171q40 0 84 -18t44 -46v-43h-256v43q0 28 44 46t84 18z" />
273
- <glyph unicode="&#xf209;" d="M309 192q-22 0 -37.5 15.5t-15.5 37.5t15.5 38t37.5 16t37.5 -16t15.5 -38t-15.5 -37.5t-37.5 -15.5zM149.5 213q-26.5 0 -45.5 19t-19 45.5t19 45t45.5 18.5t45 -18.5t18.5 -45t-18.5 -45.5t-45 -19zM309.5 149q36.5 0 77 -16t40.5 -42v-48h-235v48q0 26 40.5 42t77 16z M149 171q22 0 51 -6q-51 -28 -51 -74v-48h-149v53q0 23 27.5 41t61 26t60.5 8z" />
274
- <glyph unicode="&#xf20a;" d="M384 448v-43h-341v43h341zM43 -64v43h341v-43h-341zM384 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h341zM213 304q-20 0 -34 -14t-14 -34t14 -34t34 -14t34 14t14 34t-14 34 t-34 14zM320 85v32q0 24 -36.5 39t-70 15t-70 -15t-36.5 -39v-32h213z" />
275
- <glyph unicode="&#xf20b;" horiz-adv-x="469" d="M427 341h42v-298h-42v298zM341 43v298h43v-298h-43zM277 341q9 0 15.5 -6t6.5 -15v-256q0 -9 -6.5 -15t-15.5 -6h-256q-8 0 -14.5 6t-6.5 15v256q0 9 6.5 15t14.5 6h256zM149 283q-20 0 -34 -14t-14 -34t14 -34t34 -14t34 14t14 34t-14 34t-34 14zM245 85v16q0 22 -33 35 t-63 13t-63 -13t-33 -35v-16h192z" />
276
- <glyph unicode="&#xf20c;" horiz-adv-x="469" d="M331 171q25 0 56 -7.5t56.5 -24t25.5 -38.5v-58h-469v58q0 22 25.5 38.5t56.5 24t57 7.5q50 0 96 -22q46 22 96 22zM245 75v26q0 10 -35 24t-71.5 14t-71.5 -14t-35 -24v-26h213zM437 75v26q0 10 -35 24t-71 14q-32 0 -65 -12q11 -12 11 -26v-26h160zM139 192 q-31 0 -53 22t-22 53t22 52.5t53 21.5t52.5 -21.5t21.5 -52.5t-21.5 -53t-52.5 -22zM138.5 309q-17.5 0 -30 -12.5t-12.5 -30t12.5 -30t30 -12.5t30 12.5t12.5 30t-12.5 30t-30 12.5zM331 192q-31 0 -53 22t-22 53t22 52.5t53 21.5t52.5 -21.5t21.5 -52.5t-21.5 -53 t-52.5 -22zM330.5 309q-17.5 0 -30 -12.5t-12.5 -30t12.5 -30t30 -12.5t30 12.5t12.5 30t-12.5 30t-30 12.5z" />
277
- <glyph unicode="&#xf20d;" horiz-adv-x="469" d="M320 213q-27 0 -45.5 19t-18.5 45.5t18.5 45t45.5 18.5t45.5 -18.5t18.5 -45t-18.5 -45.5t-45.5 -19zM149.5 213q-26.5 0 -45.5 19t-19 45.5t19 45t45.5 18.5t45 -18.5t18.5 -45t-18.5 -45.5t-45 -19zM149.5 171q27.5 0 60.5 -8t61 -26t28 -41v-53h-299v53q0 23 27.5 41 t61 26t61 8zM320 171q28 0 61 -8t60.5 -26t27.5 -41v-53h-128v53q0 43 -42 74q13 1 21 1z" />
278
- <glyph unicode="&#xf20e;" d="M149 197q11 0 19 -7.5t8 -18.5t-8 -19t-19 -8t-18.5 8t-7.5 19t7.5 18.5t18.5 7.5zM277 197q11 0 19 -7.5t8 -18.5t-8 -19t-19 -8t-18.5 8t-7.5 19t7.5 18.5t18.5 7.5zM213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5 t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121q0 24 -7 48q-24 -5 -48 -5q-53 0 -99 24t-75 66q-33 -80 -111 -115q-1 -10 -1 -18q0 -71 50 -121t120.5 -50z" />
279
- <glyph unicode="&#xf20f;" horiz-adv-x="192" d="M128 -21h-64v128h-64l54 162q4 14 15.5 22t25.5 8h2q14 0 25 -8t16 -22l54 -162h-64v-128zM96 320q-18 0 -30.5 12.5t-12.5 30t12.5 30t30.5 12.5t30.5 -12.5t12.5 -30t-12.5 -30t-30.5 -12.5z" />
280
- <glyph unicode="&#xf210;" horiz-adv-x="149" d="M32 -21v160h-32v117q0 18 12.5 30.5t30.5 12.5h64q17 0 29.5 -12.5t12.5 -30.5v-117h-32v-160h-85zM74.5 320q-17.5 0 -30 12.5t-12.5 30t12.5 30t30 12.5t30 -12.5t12.5 -30t-12.5 -30t-30 -12.5z" />
281
- <glyph unicode="&#xf211;" horiz-adv-x="363" d="M32 -21v160h-32v117q0 18 12.5 30.5t30.5 12.5h64q17 0 29.5 -12.5t12.5 -30.5v-117h-32v-160h-85zM299 -21h-64v128h-64l54 162q4 14 15.5 22t24.5 8h3q14 0 25 -8t15 -22l55 -162h-64v-128zM74.5 320q-17.5 0 -30 12.5t-12.5 30t12.5 30t30 12.5t30 -12.5t12.5 -30 t-12.5 -30t-30 -12.5zM266.5 320q-17.5 0 -30 12.5t-12.5 30t12.5 30t30 12.5t30 -12.5t12.5 -30t-12.5 -30t-30 -12.5z" />
282
- <glyph unicode="&#xf212;" horiz-adv-x="384" d="M192 405q18 0 30.5 -12.5t12.5 -30t-12.5 -30t-30.5 -12.5t-30.5 12.5t-12.5 30t12.5 30t30.5 12.5zM384 256h-128v-277h-43v128h-42v-128h-43v277h-128v43h384v-43z" />
283
- <glyph unicode="&#xf213;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121t50 -121t120.5 -50zM288 213q-13 0 -22.5 9.5t-9.5 23t9.5 22.5t22.5 9t22.5 -9 t9.5 -22.5t-9.5 -23t-22.5 -9.5zM138.5 213q-13.5 0 -22.5 9.5t-9 23t9 22.5t22.5 9t23 -9t9.5 -22.5t-9.5 -23t-23 -9.5zM213.5 149q36.5 0 66 -20.5t42.5 -53.5h-218q13 33 43 53.5t66.5 20.5z" />
284
- <glyph unicode="&#xf214;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121t50 -121t120.5 -50zM288 213q-13 0 -22.5 9.5t-9.5 23t9.5 22.5t22.5 9t22.5 -9 t9.5 -22.5t-9.5 -23t-22.5 -9.5zM138.5 213q-13.5 0 -22.5 9.5t-9 23t9 22.5t22.5 9t23 -9t9.5 -22.5t-9.5 -23t-23 -9.5zM213.5 75q-36.5 0 -66.5 20.5t-43 53.5h218q-13 -33 -42.5 -53.5t-66 -20.5z" />
285
- <glyph unicode="&#xf215;" horiz-adv-x="343" d="M226.5 331q-17.5 0 -30.5 12.5t-13 30t13 30t30.5 12.5t30 -12.5t12.5 -30t-12.5 -30t-30 -12.5zM149 35l-149 29l9 43l104 -21l34 173l-38 -15v-73h-43v100l111 47q3 0 8.5 1t8.5 1q22 0 36 -21l22 -34q13 -23 37.5 -37t53.5 -14v-43q-71 0 -117 53l-13 -64l45 -42v-160 h-43v128l-44 42z" />
286
- <glyph unicode="&#xf216;" horiz-adv-x="277" d="M160 331q-18 0 -30.5 12.5t-12.5 30t12.5 30t30.5 12.5t30.5 -12.5t12.5 -30t-12.5 -30t-30.5 -12.5zM81 258l-60 -301h45l39 171l44 -43v-128h43v160l-45 43l13 64q46 -53 117 -53v42q-29 0 -53.5 14.5t-37.5 37.5l-22 34q-14 21 -36 21q-3 0 -8.5 -1t-8.5 -1l-111 -47 v-100h43v72l38 15v0z" />
287
- <glyph unicode="&#xf217;" horiz-adv-x="469" d="M171 107q-27 0 -45.5 18.5t-18.5 45.5q0 24 16.5 42.5t40.5 20.5h3q9 20 27.5 31.5t40.5 11.5q28 0 48.5 -18t24.5 -46h1q22 0 38 -15.5t16 -37.5t-16 -37.5t-38 -15.5h-138zM427 384q17 0 29.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-29.5 -12.5h-384 q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h384zM427 42v300h-384v-300h384z" />
288
- <glyph unicode="&#xf218;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM309 107q22 0 38 15.5t16 37.5t-16 37.5t-38 15.5h-10q0 36 -25 61t-61 25q-29 0 -52 -18.5t-30 -46.5l-3 1q-27 0 -45.5 -19t-18.5 -45.5t18.5 -45 t45.5 -18.5h181z" />
289
- <glyph unicode="&#xf219;" horiz-adv-x="512" d="M413 234q42 -3 70.5 -33.5t28.5 -72.5q0 -44 -31.5 -75.5t-75.5 -31.5h-277q-53 0 -90.5 37.5t-37.5 90.5q0 50 33 86t81 41q20 40 58 63.5t84 23.5q58 0 102 -37t55 -92zM213 85l141 141l-30 30l-111 -110l-44 44l-30 -30z" />
290
- <glyph unicode="&#xf21a;" horiz-adv-x="512" d="M413 234q42 -3 70.5 -33.5t28.5 -72.5q0 -44 -31.5 -75.5t-75.5 -31.5h-277q-53 0 -90.5 37.5t-37.5 90.5q0 50 33 86t81 41q20 40 58 63.5t84 23.5q58 0 102 -37t55 -92zM363 171h-64v85h-86v-85h-64l107 -107z" />
291
- <glyph unicode="&#xf21b;" horiz-adv-x="512" d="M413 234q42 -3 70.5 -33.5t28.5 -72.5q0 -55 -45 -87l-31 31q33 19 33 56q0 27 -18.5 45.5t-45.5 18.5h-32v11q0 48 -34 82.5t-83 34.5q-29 0 -54 -13l-32 31q40 25 86 25q58 0 102 -37t55 -92zM64 336l27 27l357 -357l-27 -27l-43 42h-250q-53 0 -90.5 37.5t-37.5 90.5 q0 52 35.5 89t87.5 39zM165 235h-37q-35 0 -60 -25t-25 -60.5t25 -60.5t60 -25h208z" />
292
- <glyph unicode="&#xf21c;" horiz-adv-x="512" d="M413 234q42 -3 70.5 -33.5t28.5 -72.5q0 -44 -31.5 -75.5t-75.5 -31.5h-277q-53 0 -90.5 37.5t-37.5 90.5q0 50 33 86t81 41q21 40 59 63.5t83 23.5q58 0 102 -37t55 -92zM405 64q27 0 45.5 19t18.5 45t-18.5 45t-45.5 19h-32v11q0 48 -34.5 82.5t-82.5 34.5 q-58 0 -94 -47q41 -12 67.5 -46t26.5 -78h-43q0 36 -25 61t-60 25t-60 -25t-25 -60.5t25 -60.5t60 -25h277z" />
293
- <glyph unicode="&#xf21d;" horiz-adv-x="512" d="M413 234q42 -3 70.5 -33.5t28.5 -72.5q0 -44 -31.5 -75.5t-75.5 -31.5h-277q-53 0 -90.5 37.5t-37.5 90.5q0 50 33 86t81 41q20 40 58 63.5t84 23.5q58 0 102 -37t55 -92zM405 64q27 0 45.5 18.5t18.5 45.5t-18.5 45.5t-45.5 18.5h-32v11q0 48 -34 82.5t-83 34.5 q-40 0 -71 -24t-42 -61h-15q-35 0 -60 -25t-25 -60.5t25 -60.5t60 -25h277z" />
294
- <glyph unicode="&#xf21e;" horiz-adv-x="512" d="M413 234q42 -3 70.5 -33.5t28.5 -72.5q0 -44 -31.5 -75.5t-75.5 -31.5h-277q-53 0 -90.5 37.5t-37.5 90.5q0 50 33 86t81 41q20 40 58 63.5t84 23.5q58 0 102 -37t55 -92zM299 171h64l-107 106l-107 -106h64v-86h86v86z" />
295
- <glyph unicode="&#xf21f;" horiz-adv-x="512" d="M413 234q42 -3 70.5 -33.5t28.5 -72.5q0 -44 -31.5 -75.5t-75.5 -31.5h-277q-53 0 -90.5 37.5t-37.5 90.5q0 50 33 86t81 41q20 40 58 63.5t84 23.5q58 0 102 -37t55 -92z" />
296
- <glyph unicode="&#xf220;" horiz-adv-x="299" d="M299 256l-150 -149l-149 149h85v128h128v-128h86zM0 64h299v-43h-299v43z" />
297
- <glyph unicode="&#xf221;" horiz-adv-x="341" d="M213 405l128 -128v-256q0 -17 -12.5 -29.5t-29.5 -12.5h-257q-17 0 -29.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h170zM256 107v42h-64v64h-43v-64h-64v-42h64v-64h43v64h64zM192 256h117l-117 117v-117z" />
298
- <glyph unicode="&#xf222;" horiz-adv-x="341" d="M213 405l128 -128v-256q0 -17 -12.5 -29.5t-29.5 -12.5h-257q-17 0 -29.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h170zM256 64v43h-171v-43h171zM256 149v43h-171v-43h171zM192 256h117l-117 117v-117z" />
299
- <glyph unicode="&#xf223;" horiz-adv-x="341" d="M43 405h170l128 -128v-256q0 -17 -12.5 -29.5t-29.5 -12.5h-257q-17 0 -29.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5zM192 256h117l-117 117v-117z" />
300
- <glyph unicode="&#xf224;" d="M384 320q18 0 30.5 -12.5t12.5 -30.5v-213q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h128l42 -43h171zM384 64v213h-341v-213h341z" />
301
- <glyph unicode="&#xf225;" d="M384 320q18 0 30.5 -12.5t12.5 -30.5v-213q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h128l42 -43h171zM277.5 256q-17.5 0 -30 -12.5t-12.5 -30t12.5 -30t30 -12.5t30 12.5t12.5 30t-12.5 30t-30 12.5zM363 85v22 q0 19 -29.5 30.5t-56 11.5t-56 -11.5t-29.5 -30.5v-22h171z" />
302
- <glyph unicode="&#xf226;" d="M384 320q18 0 30.5 -12.5t12.5 -30.5v-213q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h128l42 -43h171zM247 64l-20 87l67 58l-89 8l-34 82l-35 -82l-89 -8l68 -58l-21 -87l77 45z" />
303
- <glyph unicode="&#xf227;" d="M43 363h128l42 -43h171q18 0 30.5 -12.5t12.5 -30.5v-213q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5zM276 256l-25 -60l-65 -5l49 -43l-15 -63l56 33l56 -33l-14 63l49 43l-65 5z" />
304
- <glyph unicode="&#xf228;" d="M171 363l42 -43h171q18 0 30.5 -12.5t12.5 -30.5v-213q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h128z" />
305
- <glyph unicode="&#xf229;" horiz-adv-x="299" d="M139 256h32v-128h-32v128zM85 256q10 0 16 -6.5t6 -14.5v-11h-75v-64h43v32h32v-43q0 -8 -6 -14.5t-16 -6.5h-64q-9 0 -15 6.5t-6 14.5v86q0 8 6 14.5t15 6.5h64zM299 224h-64v-21h42v-32h-42v-43h-32v128h96v-32z" />
306
- <glyph unicode="&#xf22a;" horiz-adv-x="299" d="M0 363h299v-43h-299v43zM0 149l149 150l150 -150h-86v-128h-128v128h-85z" />
307
- <glyph unicode="&#xf22b;" horiz-adv-x="384" d="M0 384h384v-384h-384v384zM171 43v128h-128v-128h128zM171 213v128h-128v-128h128zM341 43v128h-128v-128h128zM341 213v128h-128v-128h128z" />
308
- <glyph unicode="&#xf22c;" horiz-adv-x="384" d="M128 213v-42h-43v42h43zM213 128v-43h-42v43h42zM128 384v-43h-43v43h43zM213 213v-42h-42v42h42zM43 384v-43h-43v43h43zM213 299v-43h-42v43h42zM299 213v-42h-43v42h43zM213 384v-43h-42v43h42zM299 384v-43h-43v43h43zM341 171v42h43v-42h-43zM341 85v43h43v-43h-43z M43 299v-43h-43v43h43zM341 384h43v-43h-43v43zM341 256v43h43v-43h-43zM43 213v-42h-43v42h43zM0 0v43h384v-43h-384zM43 128v-43h-43v43h43z" />
309
- <glyph unicode="&#xf22d;" horiz-adv-x="384" d="M85 341v43h43v-43h-43zM85 171v42h43v-42h-43zM85 0v43h43v-43h-43zM171 85v43h42v-43h-42zM171 0v43h42v-43h-42zM0 0v43h43v-43h-43zM0 85v43h43v-43h-43zM0 171v42h43v-42h-43zM0 256v43h43v-43h-43zM0 341v43h43v-43h-43zM171 171v42h42v-42h-42zM341 85v43h43v-43 h-43zM341 171v42h43v-42h-43zM341 0v43h43v-43h-43zM341 256v43h43v-43h-43zM171 256v43h42v-43h-42zM341 384h43v-43h-43v43zM171 341v43h42v-43h-42zM256 0v43h43v-43h-43zM256 171v42h43v-42h-43zM256 341v43h43v-43h-43z" />
310
- <glyph unicode="&#xf22e;" horiz-adv-x="512" d="M379 299l-214 -214h-80v80l214 214zM442 362l-42 -42l-80 80l42 42q6 6 15 6t15 -6l50 -50q6 -6 6 -15t-6 -15zM0 21h512v-85h-512v85z" />
311
- <glyph unicode="&#xf22f;" horiz-adv-x="384" d="M0 0v43h43v-43h-43zM43 299v-43h-43v43h43zM0 85v43h43v-43h-43zM85 0v43h43v-43h-43zM43 384v-43h-43v43h43zM128 384v-43h-43v43h43zM299 384v-43h-43v43h43zM213 299v-43h-42v43h42zM213 384v-43h-42v43h42zM341 85v43h43v-43h-43zM171 0v43h42v-43h-42zM0 171v42h384 v-42h-384zM341 384h43v-43h-43v43zM341 256v43h43v-43h-43zM171 85v43h42v-43h-42zM256 0v43h43v-43h-43zM341 0v43h43v-43h-43z" />
312
- <glyph unicode="&#xf230;" horiz-adv-x="384" d="M0 0v43h43v-43h-43zM85 0v43h43v-43h-43zM43 299v-43h-43v43h43zM0 85v43h43v-43h-43zM128 384v-43h-43v43h43zM43 384v-43h-43v43h43zM299 384v-43h-43v43h43zM341 256v43h43v-43h-43zM341 384h43v-43h-43v43zM256 0v43h43v-43h-43zM213 384v-171h171v-42h-171v-171h-42 v171h-171v42h171v171h42zM341 0v43h43v-43h-43zM341 85v43h43v-43h-43z" />
313
- <glyph unicode="&#xf231;" horiz-adv-x="384" d="M171 0v43h42v-43h-42zM171 85v43h42v-43h-42zM171 341v43h42v-43h-42zM171 256v43h42v-43h-42zM171 171v42h42v-42h-42zM85 0v43h43v-43h-43zM85 341v43h43v-43h-43zM85 171v42h43v-42h-43zM0 0v384h43v-384h-43zM341 256v43h43v-43h-43zM256 0v43h43v-43h-43zM341 85v43 h43v-43h-43zM341 384h43v-43h-43v43zM341 171v42h43v-42h-43zM341 0v43h43v-43h-43zM256 171v42h43v-42h-43zM256 341v43h43v-43h-43z" />
314
- <glyph unicode="&#xf232;" horiz-adv-x="384" d="M213 299v-43h-42v43h42zM213 213v-42h-42v42h42zM299 213v-42h-43v42h43zM0 384h384v-384h-384v384zM341 43v298h-298v-298h298zM213 128v-43h-42v43h42zM128 213v-42h-43v42h43z" />
315
- <glyph unicode="&#xf233;" horiz-adv-x="384" d="M85 0v43h43v-43h-43zM0 341v43h43v-43h-43zM85 341v43h43v-43h-43zM85 171v42h43v-42h-43zM0 0v43h43v-43h-43zM171 0v43h42v-43h-42zM0 171v42h43v-42h-43zM0 85v43h43v-43h-43zM0 256v43h43v-43h-43zM171 85v43h42v-43h-42zM256 171v42h43v-42h-43zM341 384h43v-384 h-43v384zM256 0v43h43v-43h-43zM256 341v43h43v-43h-43zM171 171v42h42v-42h-42zM171 341v43h42v-43h-42zM171 256v43h42v-43h-42z" />
316
- <glyph unicode="&#xf234;" horiz-adv-x="384" d="M256 0v43h43v-43h-43zM341 0v43h43v-43h-43zM85 0v43h43v-43h-43zM171 0v43h42v-43h-42zM341 85v43h43v-43h-43zM341 171v42h43v-42h-43zM0 384h384v-43h-341v-341h-43v384zM341 256v43h43v-43h-43z" />
317
- <glyph unicode="&#xf235;" horiz-adv-x="384" d="M85 0v43h43v-43h-43zM85 171v42h43v-42h-43zM171 171v42h42v-42h-42zM171 0v43h42v-43h-42zM0 85v43h43v-43h-43zM0 0v43h43v-43h-43zM0 171v42h43v-42h-43zM0 256v43h43v-43h-43zM171 85v43h42v-43h-42zM341 256v43h43v-43h-43zM341 171v42h43v-42h-43zM0 384h384v-43 h-384v43zM341 85v43h43v-43h-43zM256 0v43h43v-43h-43zM171 256v43h42v-43h-42zM341 0v43h43v-43h-43zM256 171v42h43v-42h-43z" />
318
- <glyph unicode="&#xf236;" horiz-adv-x="384" d="M0 256v43h43v-43h-43zM0 341v43h43v-43h-43zM85 0v43h43v-43h-43zM85 171v42h43v-42h-43zM0 171v42h43v-42h-43zM0 0v43h43v-43h-43zM0 85v43h43v-43h-43zM85 341v43h43v-43h-43zM341 85v43h43v-43h-43zM171 0v384h42v-384h-42zM341 0v43h43v-43h-43zM341 171v42h43v-42 h-43zM341 384h43v-43h-43v43zM341 256v43h43v-43h-43zM256 341v43h43v-43h-43zM256 0v43h43v-43h-43zM256 171v42h43v-42h-43z" />
319
- <glyph unicode="&#xf237;" horiz-adv-x="405" d="M299 427v-43h-256v-299h-43v299q0 18 12.5 30.5t30.5 12.5h256zM363 341q17 0 29.5 -12.5t12.5 -29.5v-299q0 -18 -12.5 -30.5t-29.5 -12.5h-235q-18 0 -30.5 12.5t-12.5 30.5v299q0 17 12.5 29.5t30.5 12.5h235zM363 0v299h-235v-299h235z" />
320
- <glyph unicode="&#xf238;" horiz-adv-x="469" d="M341 128v171h-170v42h170q18 0 30.5 -12.5t12.5 -29.5v-171h-43zM128 85h341v-42h-85v-86h-43v86h-213q-18 0 -30.5 12.5t-12.5 29.5v214h-85v42h85v86h43v-342z" />
321
- <glyph unicode="&#xf239;" horiz-adv-x="384" d="M85 128h214v-43h-214v43zM0 0v43h384v-43h-384zM0 171v42h384v-42h-384zM85 299h214v-43h-214v43zM0 384h384v-43h-384v43z" />
322
- <glyph unicode="&#xf23a;" horiz-adv-x="384" d="M0 0v43h384v-43h-384zM0 85v43h384v-43h-384zM0 171v42h384v-42h-384zM0 256v43h384v-43h-384zM0 384h384v-43h-384v43z" />
323
- <glyph unicode="&#xf23b;" horiz-adv-x="384" d="M256 128v-43h-256v43h256zM256 299v-43h-256v43h256zM0 171v42h384v-42h-384zM0 0v43h384v-43h-384zM0 384h384v-43h-384v43z" />
324
- <glyph unicode="&#xf23c;" horiz-adv-x="384" d="M0 0v43h384v-43h-384zM128 85v43h256v-43h-256zM0 171v42h384v-42h-384zM128 256v43h256v-43h-256zM0 384h384v-43h-384v43z" />
325
- <glyph unicode="&#xf23d;" horiz-adv-x="229" d="M183 218q21 -10 33.5 -29.5t12.5 -43.5q0 -34 -23 -57.5t-56 -23.5h-150v299h133q36 0 61 -25t25 -61q0 -35 -36 -59zM64 309v-64h64q13 0 22.5 9.5t9.5 23t-9.5 22.5t-22.5 9h-64zM139 117q13 0 22.5 9.5t9.5 23t-9.5 22.5t-22.5 9h-75v-64h75z" />
326
- <glyph unicode="&#xf23e;" horiz-adv-x="384" d="M43 171v42h298v-42h-298zM0 85v43h299v-43h-299zM85 299h299v-43h-299v43z" />
327
- <glyph unicode="&#xf23f;" horiz-adv-x="384" d="M27 341l6 -5l308 -309l-27 -27l-121 121l-33 -78h-64l53 123l-149 148zM85 341h299v-64h-124l-34 -80l-45 44l16 36h-52l-60 60v4z" />
328
- <glyph unicode="&#xf240;" horiz-adv-x="512" d="M353 257q10 -9 10 -22.5t-10 -22.5l-117 -117q-9 -10 -22.5 -10t-22.5 10l-118 117q-9 9 -9 22.5t9 22.5l110 110l-51 51l31 30zM111 235h205l-103 102zM405 203q43 -47 43 -75q0 -18 -12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5q0 13 10.5 31.5t21.5 30.5zM0 21h512v-85 h-512v85z" />
329
- <glyph unicode="&#xf241;" horiz-adv-x="338" d="M299 149q0 -14 -3 -28l-184 184q14 19 28.5 37.5t22.5 27.5l8 10q5 -6 13.5 -16.5t30.5 -40t39 -56.5t31 -60.5t14 -57.5zM280 83l58 -59l-27 -27l-56 56q-36 -32 -84 -32q-53 0 -90.5 37.5t-37.5 90.5q0 35 28 88l-71 71l27 28l154 -155z" />
330
- <glyph unicode="&#xf242;" horiz-adv-x="512" d="M0 21h512v-85h-512v85zM235 384h42l117 -299h-48l-23 64h-134l-24 -64h-48zM205 192h102l-51 135z" />
331
- <glyph unicode="&#xf243;" horiz-adv-x="384" d="M171 85v43h213v-43h-213zM0 192l85 85v-170zM0 0v43h384v-43h-384zM0 384h384v-43h-384v43zM171 256v43h213v-43h-213zM171 171v42h213v-42h-213z" />
332
- <glyph unicode="&#xf244;" horiz-adv-x="384" d="M0 0v43h384v-43h-384zM0 277l85 -85l-85 -85v170zM171 85v43h213v-43h-213zM0 384h384v-43h-384v43zM171 256v43h213v-43h-213zM171 171v42h213v-42h-213z" />
333
- <glyph unicode="&#xf245;" horiz-adv-x="256" d="M85 363h171v-64h-60l-72 -171h47v-64h-171v64h60l72 171h-47v64z" />
334
- <glyph unicode="&#xf246;" horiz-adv-x="437" d="M96 299v-214h53l-74 -74l-75 74h53v214h-53l75 74l74 -74h-53zM181 341h256v-42h-256v42zM181 43v42h256v-42h-256zM181 171v42h256v-42h-256z" />
335
- <glyph unicode="&#xf247;" horiz-adv-x="395" d="M32 224q13 0 22.5 -9.5t9.5 -22.5t-9.5 -22.5t-22.5 -9.5t-22.5 9.5t-9.5 22.5t9.5 22.5t22.5 9.5zM32 352q13 0 22.5 -9.5t9.5 -22.5t-9.5 -22.5t-22.5 -9.5t-22.5 9.5t-9.5 22.5t9.5 22.5t22.5 9.5zM32 92q12 0 20 -8t8 -20t-8 -20t-20 -8t-20 8t-8 20t8 20t20 8z M96 43v42h299v-42h-299zM96 171v42h299v-42h-299zM96 341h299v-42h-299v42z" />
336
- <glyph unicode="&#xf248;" horiz-adv-x="405" d="M0 85v22h64v-86h-64v22h43v10h-22v22h22v10h-43zM21 277v64h-21v22h43v-86h-22zM0 213v22h64v-20l-38 -44h38v-22h-64v20l38 44h-38zM107 341h298v-42h-298v42zM107 43v42h298v-42h-298zM107 171v42h298v-42h-298z" />
337
- <glyph unicode="&#xf249;" horiz-adv-x="341" d="M85 235q-35 0 -60 25t-25 60t25 60t60 25h171v-42h-43v-235h-42v235h-43v-235h-43v107zM341 64l-85 -85v64h-256v42h256v64z" />
338
- <glyph unicode="&#xf24a;" horiz-adv-x="341" d="M128 235q-35 0 -60 25t-25 60t25 60t60 25h171v-42h-43v-235h-43v235h-42v-235h-43v107zM85 85h256v-42h-256v-64l-85 85l85 85v-64z" />
339
- <glyph unicode="&#xf24b;" horiz-adv-x="405" d="M128 363h277v-64h-106v-256h-64v256h-107v64zM0 192v64h192v-64h-64v-149h-64v149h-64z" />
340
- <glyph unicode="&#xf24c;" horiz-adv-x="469" d="M105 235q-5 4 -7 8q-11 22 -11 47t13 47q8 18 30 36q19 14 49 24q26 8 62 8q40 0 66 -10q25 -6 49 -26q20 -16 30 -40q11 -25 11 -52h-86q0 11 -4 24q-3 13 -13 19q-10 10 -21 13q-17 4 -30 4t-30 -4q-8 -2 -21 -11q-10 -7 -13 -15q-4 -13 -4 -19q0 -22 21 -34 q14 -9 43 -19h-134zM469 192v-43h-91q1 -1 1.5 -2t1 -3t1.5 -3q8 -20 8 -47q0 -24 -10 -49q-8 -18 -30 -36q-21 -18 -47 -24q-26 -8 -62 -8q-15 0 -40 4q-13 2 -39 10q-13 7 -34 20q-14 8 -28 25q-13 17 -19 34q-6 20 -6 45h85q0 -21 6 -34q5 -8 17 -21q10 -10 26 -13 q21 -4 34 -4t30 4q3 2 10 5t9 6q10 6 13 15q4 12 4 19q0 13 -2 19q-3 11 -13 17q-17 12 -25 15q-2 1 -7.5 3t-7.5 3h-254v43h469z" />
341
- <glyph unicode="&#xf24d;" horiz-adv-x="384" d="M149 43v64h86v-64h-86zM43 363h298v-64h-106v-64h-86v64h-106v64zM0 149v43h384v-43h-384z" />
342
- <glyph unicode="&#xf24e;" horiz-adv-x="341" d="M213 85v-42h-213v42h213zM341 256v-43h-341v43h341zM0 128v43h341v-43h-341zM0 341h341v-42h-341v42z" />
343
- <glyph unicode="&#xf24f;" horiz-adv-x="299" d="M149 85q-53 0 -90.5 37.5t-37.5 90.5v171h54v-171q0 -31 21.5 -52.5t52.5 -21.5t53 21.5t22 52.5v171h53v-171q0 -53 -37.5 -90.5t-90.5 -37.5zM0 43h299v-43h-299v43z" />
344
- <glyph unicode="&#xf250;" horiz-adv-x="341" d="M256 171l-85 -86l-86 86h64v213h43v-213h64zM0 43h341v-43h-341v43z" />
345
- <glyph unicode="&#xf251;" horiz-adv-x="341" d="M85 43l86 85l85 -85h-64v-86h-43v86h-64zM256 341l-85 -85l-86 85h64v86h43v-86h64zM0 213h341v-42h-341v42z" />
346
- <glyph unicode="&#xf252;" horiz-adv-x="341" d="M85 213l86 86l85 -86h-64v-213h-43v213h-64zM0 384h341v-43h-341v43z" />
347
- <glyph unicode="&#xf253;" horiz-adv-x="436" d="M360 222l76 77v-192h-192l78 77q-48 40 -110 40q-56 0 -100.5 -33t-61.5 -84l-50 16q22 68 80.5 111t131.5 43q84 0 148 -55z" />
348
- <glyph unicode="&#xf254;" horiz-adv-x="384" d="M0 341q0 18 12.5 30.5t30.5 12.5v-43h-43zM0 171v42h43v-42h-43zM85 0v43h43v-43h-43zM0 256v43h43v-43h-43zM213 384v-43h-42v43h42zM341 384q18 0 30.5 -12.5t12.5 -30.5h-43v43zM43 0q-18 0 -30.5 12.5t-12.5 30.5h43v-43zM0 85v43h43v-43h-43zM128 384v-43h-43v43h43 zM171 0v43h42v-43h-42zM341 171v42h43v-42h-43zM341 0v43h43q0 -18 -12.5 -30.5t-30.5 -12.5zM341 256v43h43v-43h-43zM341 85v43h43v-43h-43zM256 0v43h43v-43h-43zM256 341v43h43v-43h-43zM85 85v214h214v-214h-214zM128 256v-128h128v128h-128z" />
349
- <glyph unicode="&#xf255;" horiz-adv-x="341" d="M299 256h42v-128h-341v128h43v-85h256v85z" />
350
- <glyph unicode="&#xf256;" horiz-adv-x="299" d="M0 85h299v-42h-299v42zM96 175l-19 -47h-45l101 235h32l102 -235h-45l-19 47h-107zM149 320l-40 -107h80z" />
351
- <glyph unicode="&#xf257;" d="M427 64h-86v-43h43l-64 -64l-64 64h43v43h-171q-18 0 -30.5 12.5t-12.5 30.5v170h-85v43h85v43h-42l64 64l64 -64h-43v-256h299v-43zM171 277v43h128q17 0 29.5 -12.5t12.5 -30.5v-128h-42v128h-128z" />
352
- <glyph unicode="&#xf258;" horiz-adv-x="437" d="M224 277q73 0 131.5 -43t81.5 -111l-51 -16q-17 51 -61.5 84t-100.5 33q-61 0 -109 -40l77 -77h-192v192l77 -77q64 55 147 55z" />
353
- <glyph unicode="&#xf259;" horiz-adv-x="363" d="M0 43v42h128v-42h-128zM341 341v-42h-341v42h341zM277 213q36 0 61 -25t25 -60t-25 -60t-61 -25h-42v-43l-64 64l64 64v-43h48q17 0 29.5 12.5t12.5 30.5t-12.5 30.5t-29.5 12.5h-283v42h277z" />
354
- <glyph unicode="&#xf25a;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-299l-85 -85v384q0 17 12.5 29.5t30.5 12.5h341zM235 149v43h-43v-43h43zM235 235v85h-43v-85h43z" />
355
- <glyph unicode="&#xf25b;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-384l-86 85h-298q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h341zM341 149v43h-256v-43h256zM341 213v43h-256v-43h256zM341 277v43h-256v-43h256z" />
356
- <glyph unicode="&#xf25c;" d="M426 363l1 -384l-86 85h-298q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h341q18 0 30 -12.5t12 -29.5z" />
357
- <glyph unicode="&#xf25d;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-299l-85 -85v384q0 17 12.5 29.5t30.5 12.5h341zM85 149h53l147 147q8 7 0 15l-38 38q-7 7 -15 0l-147 -147v-53zM341 149v43h-117l-43 -43h160z" />
358
- <glyph unicode="&#xf25e;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-299l-85 -85v384q0 17 12.5 29.5t30.5 12.5h341zM64 149h299l-96 128l-75 -96l-53 64z" />
359
- <glyph unicode="&#xf25f;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-299l-85 -85v384q0 17 12.5 29.5t30.5 12.5h341zM128 149v43h-43v-43h43zM128 213v43h-43v-43h43zM128 277v43h-43v-43h43zM277 149v43h-106v-43h106zM341 213v43h-170v-43h170zM341 277v43 h-170v-43h170z" />
360
- <glyph unicode="&#xf260;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-299l-85 -85v384q0 17 12.5 29.5t30.5 12.5h341zM149 213v43h-42v-43h42zM235 213v43h-43v-43h43zM320 213v43h-43v-43h43z" />
361
- <glyph unicode="&#xf261;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-299l-85 -85v384q0 17 12.5 29.5t30.5 12.5h341zM384 107v256h-341v-299l42 43h299z" />
362
- <glyph unicode="&#xf262;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-299l-85 -85v384q0 17 12.5 29.5t30.5 12.5h341zM85 256v-43h256v43h-256zM256 149v43h-171v-43h171zM341 277v43h-256v-43h256z" />
363
- <glyph unicode="&#xf263;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-299l-85 -85v384q0 17 12.5 29.5t30.5 12.5h341zM341 149v43h-256v-43h256zM341 213v43h-256v-43h256zM341 277v43h-256v-43h256z" />
364
- <glyph unicode="&#xf264;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-299l-85 -85v384q0 17 12.5 29.5t30.5 12.5h341zM341 149v171l-85 -68v68h-171v-171h171v69z" />
365
- <glyph unicode="&#xf265;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-299l-85 -85v384q0 17 12.5 29.5t30.5 12.5h341z" />
366
- <glyph unicode="&#xf266;" d="M405 320q9 0 15.5 -6.5t6.5 -14.5v-320l-86 85h-234q-9 0 -15.5 6.5t-6.5 14.5v43h278v192h42zM320 192q0 -9 -6.5 -15t-14.5 -6h-214l-85 -86v299q0 9 6.5 15t14.5 6h278q8 0 14.5 -6t6.5 -15v-192z" />
367
- <glyph unicode="&#xf267;" horiz-adv-x="496" d="M375 299l-135 -136l-30 30l135 136zM466 329l30 -30l-256 -256l-119 119l30 30l89 -89zM0 162l30 30l119 -119l-30 -30z" />
368
- <glyph unicode="&#xf268;" d="M213 405q88 0 151 -62.5t63 -150.5t-63 -150.5t-151 -62.5t-150.5 62.5t-62.5 150.5t62.5 150.5t150.5 62.5zM320 64v43h-213v-43h213zM177 149l143 143l-30 30l-113 -113l-40 41l-30 -30z" />
369
- <glyph unicode="&#xf269;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM171 85l192 192l-30 31l-162 -162l-77 76l-30 -30z" />
370
- <glyph unicode="&#xf26a;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM149 85l192 192l-30 31l-162 -162l-76 76l-30 -30z" />
371
- <glyph unicode="&#xf26b;" horiz-adv-x="375" d="M119 102l227 227l29 -30l-256 -256l-119 119l30 30z" />
372
- <glyph unicode="&#xf26c;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121t50 -121t120.5 -50z" />
373
- <glyph unicode="&#xf26d;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5z" />
374
- <glyph unicode="&#xf26e;" d="M213 405q88 0 151 -62.5t63 -150.5t-63 -150.5t-151 -62.5t-150.5 62.5t-62.5 150.5t62.5 150.5t150.5 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121t50 -121t120.5 -50zM277 192q0 -27 -18.5 -45.5t-45 -18.5t-45.5 18.5t-19 45.5 t19 45.5t45.5 18.5t45 -18.5t18.5 -45.5z" />
375
- <glyph unicode="&#xf26f;" d="M213 299q44 0 75.5 -31.5t31.5 -75.5t-31.5 -75.5t-75.5 -31.5t-75 31.5t-31 75.5t31 75.5t75 31.5zM213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50 t-120.5 -50t-50 -121t50 -121t120.5 -50z" />
376
- <glyph unicode="&#xf270;" d="M107 213h213v-42h-213v42zM213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121t50 -121t120.5 -50z" />
377
- <glyph unicode="&#xf271;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM320 171v42h-213v-42h213z" />
378
- <glyph unicode="&#xf272;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM299 171v42h-214v-42h214z" />
379
- <glyph unicode="&#xf273;" horiz-adv-x="299" d="M299 171h-299v42h299v-42z" />
380
- <glyph unicode="&#xf274;" horiz-adv-x="512" d="M341 277v-64h64v-42h-64v-64h-42v64h-64v42h64v64h42zM43 192q0 -44 23.5 -80.5t61.5 -54.5v-46q-56 20 -92 69.5t-36 111.5t36 111.5t92 69.5v-46q-38 -18 -61.5 -54.5t-23.5 -80.5zM320 384q79 0 135.5 -56.5t56.5 -135.5t-56.5 -135.5t-135.5 -56.5t-135.5 56.5 t-56.5 135.5t56.5 135.5t135.5 56.5zM320 43q62 0 105.5 43.5t43.5 105.5t-43.5 105.5t-105.5 43.5t-105.5 -43.5t-43.5 -105.5t43.5 -105.5t105.5 -43.5z" />
381
- <glyph unicode="&#xf275;" d="M235 299v-86h85v-42h-85v-86h-43v86h-85v42h85v86h43zM213 405q88 0 151 -62.5t63 -150.5t-63 -150.5t-151 -62.5t-150.5 62.5t-62.5 150.5t62.5 150.5t150.5 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121t50 -121t120.5 -50z" />
382
- <glyph unicode="&#xf276;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM320 171v42h-85v86h-43v-86h-85v-42h85v-86h43v86h85z" />
383
- <glyph unicode="&#xf277;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM299 171v42h-86v86h-42v-86h-86v-42h86v-86h42v86h86z" />
384
- <glyph unicode="&#xf278;" horiz-adv-x="299" d="M299 171h-128v-128h-43v128h-128v42h128v128h43v-128h128v-42z" />
385
- <glyph unicode="&#xf279;" horiz-adv-x="384" d="M341 341h-298v-298h298v298zM341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298z" />
386
- <glyph unicode="&#xf27a;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM304 64l-24 103l79 69l-105 9l-41 96l-41 -97l-105 -8l80 -69l-24 -103l90 54z" />
387
- <glyph unicode="&#xf27b;" d="M427 240l-117 -101l35 -150l-132 80l-132 -80l35 150l-116 101l153 13l60 142l60 -142zM213 109l81 -49l-22 91l71 62l-93 8l-37 86v-198z" />
388
- <glyph unicode="&#xf27c;" d="M427 251l-117 -101l35 -150l-132 80l-132 -80l35 150l-116 101l153 13l60 141l60 -141zM213 119l81 -48l-22 91l71 62l-93 8l-37 86l-36 -86l-93 -8l70 -62l-21 -91z" />
389
- <glyph unicode="&#xf27d;" d="M213 80l-132 -80l35 150l-116 101l153 13l60 141l60 -141l154 -13l-117 -101l35 -150z" />
390
- <glyph unicode="&#xf27e;" horiz-adv-x="384" d="M85 192l-42 -43l-43 43l43 43zM314 284l-92 -92l92 -92l-122 -121h-21v162l-98 -98l-30 30l119 119l-119 119l30 30l98 -98v162h21zM213 324v-81l40 41zM253 100l-40 41v-81zM341 235l43 -43l-43 -43l-42 43z" />
391
- <glyph unicode="&#xf27f;" horiz-adv-x="341" d="M192 324v-69l-43 43v107h22l121 -121l-64 -65l-30 30l34 35zM30 363l311 -312l-30 -30l-49 49l-91 -91h-22v162l-98 -98l-30 30l120 119l-141 141zM192 60l40 40l-40 41v-81z" />
392
- <glyph unicode="&#xf280;" horiz-adv-x="384" d="M240 192l49 49q10 -24 10 -49q0 -26 -10 -50zM353 305q31 -51 31 -111q0 -61 -33 -113l-25 25q21 41 21 86q0 46 -21 86zM271 284l-92 -92l92 -92l-122 -121h-21v162l-98 -98l-30 30l119 119l-119 119l30 30l98 -98v162h21zM171 324v-81l40 41zM211 100l-40 41v-81z" />
393
- <glyph unicode="&#xf281;" horiz-adv-x="271" d="M128 -64v43h43v-43h-43zM43 -64v43h42v-43h-42zM213 -64v43h43v-43h-43zM271 326l-92 -91l92 -92l-122 -122h-21v162l-98 -98l-30 30l119 120l-119 119l30 30l98 -98v162h21zM171 366v-80l40 40zM211 143l-40 40v-80z" />
394
- <glyph unicode="&#xf282;" horiz-adv-x="271" d="M271 284l-92 -92l92 -92l-122 -121h-21v162l-98 -98l-30 30l119 119l-119 119l30 30l98 -98v162h21zM171 324v-81l40 41zM211 100l-40 41v-81z" />
395
- <glyph unicode="&#xf283;" d="M149 384h128l39 -43h68q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h67zM213 64q44 0 75.5 31.5t31.5 75.5t-31.5 75t-75.5 31t-75 -31t-31 -75t31 -75.5t75 -31.5zM213 85l-26 59 l-59 27l59 26l26 59l27 -59l59 -26l-59 -27z" />
396
- <glyph unicode="&#xf284;" d="M158 224l-1 -2l-78 135q58 48 134 48q23 0 47 -5zM417 256h-206l78 135q46 -17 79.5 -52.5t48.5 -82.5zM422 235q5 -22 5 -43q0 -83 -57 -144l-101 176l-6 11h159zM140 192l24 -43h-160q-4 22 -4 43q0 82 56 144zM10 128h206l-78 -135q-46 17 -79.5 52.5t-48.5 82.5z M250 128l20 34l78 -135q-59 -48 -135 -48q-22 0 -46 5z" />
397
- <glyph unicode="&#xf285;" d="M384 341q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h68l38 43h128l39 -43h68zM384 43v256h-171v-22q-44 0 -75 -31t-31 -75.5t31 -75.5t75 -31v-21h171zM320 170.5 q0 -44.5 -31 -75.5t-76 -31v38q29 0 49 20t20 48.5t-20 48.5t-49 20v38q45 0 76 -31t31 -75.5zM145 170.5q0 28.5 20 48.5t48 20v-137q-28 0 -48 20t-20 48.5z" />
398
- <glyph unicode="&#xf286;" horiz-adv-x="299" d="M107 21v43l64 -64l-64 -64v43h-107v42h107zM192 21h107v-42h-107v42zM149.5 277q-17.5 0 -30 12.5t-12.5 30.5t12.5 30.5t30 12.5t30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5zM256 448q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-213 q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h213zM43 405v-224q0 24 36.5 39t70 15t70 -15t36.5 -39v224h-213z" />
399
- <glyph unicode="&#xf287;" d="M384 341q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-149v45q45 7 75.5 43t30.5 83h-42q0 -36 -25 -61t-60.5 -25t-60.5 25t-25 61h-43q0 -47 30.5 -83t76.5 -43v-45h-149q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h67l39 43h128 l39 -43h68zM256 171v85q0 18 -12.5 30.5t-30 12.5t-30 -12.5t-12.5 -30.5v-85q0 -18 12.5 -30.5t30 -12.5t30 12.5t12.5 30.5z" />
400
- <glyph unicode="&#xf288;" d="M384 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h67l39 42h128l39 -42h68zM213 299q-44 0 -75 -31.5t-31 -75.5q0 -10 2 -21h44q-4 10 -4 21q0 27 19 45.5t45 18.5h85 q-32 43 -85 43zM213 85q44 0 75.5 31.5t31.5 75.5q0 12 -2 21h-45q4 -10 4 -21q0 -27 -18.5 -45.5t-45.5 -18.5h-85q33 -43 85 -43z" />
401
- <glyph unicode="&#xf289;" horiz-adv-x="299" d="M107 21v43l64 -64l-64 -64v43h-107v42h107zM192 21h107v-42h-107v42zM256 448q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-213q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h213zM149.5 320q17.5 0 30 12.5t12.5 30t-12.5 30 t-30 12.5t-30 -12.5t-12.5 -30t12.5 -30t30 -12.5z" />
402
- <glyph unicode="&#xf28a;" d="M256 341h171v-320h-171q0 -17 -12.5 -29.5t-30.5 -12.5h-170q-18 0 -30.5 12.5t-12.5 29.5v320q0 18 12.5 30.5t30.5 12.5h21v21q0 9 6.5 15.5t14.5 6.5h86q8 0 14.5 -6.5t6.5 -15.5v-21h21q18 0 30.5 -12.5t12.5 -30.5zM213 64v43h-42v-43h42zM213 256v43h-42v-43h42z M299 64v43h-43v-43h43zM299 256v43h-43v-43h43zM384 64v43h-43v-43h43zM384 256v43h-43v-43h43z" />
403
- <glyph unicode="&#xf28b;" d="M384 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h67l39 42h128l39 -42h68zM277 117l75 75l-75 75v-54h-128v54l-74 -75l74 -75v54h128v-54z" />
404
- <glyph unicode="&#xf28c;" d="M145 192q0 68 68.5 68t68.5 -68t-68.5 -68t-68.5 68zM149 405h128l39 -42h68q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h67zM213 85q44 0 75.5 31.5t31.5 75.5t-31.5 75.5 t-75.5 31.5t-75 -31.5t-31 -75.5t31 -75.5t75 -31.5z" />
405
- <glyph unicode="&#xf28d;" horiz-adv-x="341" d="M299 405q17 0 29.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-29.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 29.5v256l128 128h171zM192 85v43h-43v-43h43zM192 171v106h-43v-106h43z" />
406
- <glyph unicode="&#xf28e;" horiz-adv-x="400" d="M354 341l1 -249l-242 242l50 50h149q17 0 29.5 -12.5t12.5 -30.5zM27 365l373 -372l-27 -28l-40 41q-10 -6 -21 -6h-213q-18 0 -30.5 12.5t-12.5 30.5v239l-56 56z" />
407
- <glyph unicode="&#xf28f;" horiz-adv-x="341" d="M299 405q17 0 29.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-29.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 29.5v256l128 128h171zM171 277v86h-43v-86h43zM235 277v86h-43v-86h43zM299 277v86h-43v-86h43z" />
408
- <glyph unicode="&#xf290;" horiz-adv-x="341" d="M341 363v-342q0 -17 -12.5 -29.5t-29.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 29.5v256l128 128h171q17 0 29.5 -12.5t12.5 -29.5zM107 43v42h-43v-42h43zM277 43v42h-42v-42h42zM107 128v85h-43v-85h43zM192 43v85h-43v-85h43zM192 171v42h-43v-42h43zM277 128v85h-42v-85 h42z" />
409
- <glyph unicode="&#xf291;" horiz-adv-x="469" d="M427 405q17 0 29.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-29.5 -12.5h-150l43 -64v-21h-171v21l43 64h-149q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h384zM427 149v214h-384v-214h384z" />
410
- <glyph unicode="&#xf292;" horiz-adv-x="469" d="M427 405q17 0 29.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-29.5 -12.5h-150v-43h43v-42h-171v42h43v43h-149q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h384zM427 107v256h-384v-256h384z" />
411
- <glyph unicode="&#xf293;" horiz-adv-x="384" d="M299 107h85v-107h-107v65l-85 90l-85 -90v-65h-107v107h85l86 85v68q-19 7 -31 23.5t-12 36.5q0 27 18.5 45.5t45.5 18.5t45.5 -18.5t18.5 -45.5q0 -20 -12 -36.5t-31 -23.5v-68z" />
412
- <glyph unicode="&#xf294;" horiz-adv-x="512" d="M469 320h-281l-43 43h324v-43zM41 413l42 -42l372 -373l-27 -27l-50 50h-378v64h43v235q0 15 10 27l-39 39zM85 314v-229h229zM491 277q8 0 14.5 -6t6.5 -15v-213q0 -9 -6.5 -15.5t-14.5 -6.5h-4l-64 64h46v150h-85v-111l-43 43v89q0 9 6.5 15t15.5 6h128z" />
413
- <glyph unicode="&#xf295;" horiz-adv-x="512" d="M85 320v-235h214v-64h-299v64h43v235q0 18 12.5 30.5t29.5 12.5h384v-43h-384zM491 277q8 0 14.5 -6t6.5 -15v-213q0 -9 -6.5 -15.5t-14.5 -6.5h-128q-9 0 -15.5 6.5t-6.5 15.5v213q0 9 6.5 15t15.5 6h128zM469 85v150h-85v-150h85z" />
414
- <glyph unicode="&#xf296;" horiz-adv-x="256" d="M43 -43v43h170v-43h-170zM213 426q18 0 30.5 -12t12.5 -30v-299q0 -17 -12.5 -29.5t-30.5 -12.5h-170q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5zM213 128v213h-170v-213h170z" />
415
- <glyph unicode="&#xf297;" horiz-adv-x="384" d="M299 384l85 -85v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h256zM192 43q27 0 45.5 18.5t18.5 45t-18.5 45.5t-45.5 19t-45.5 -19t-18.5 -45.5t18.5 -45t45.5 -18.5zM256 256v85h-213v-85h213z" />
416
- <glyph unicode="&#xf298;" d="M277 288l-64 -64l-64 64v117h128v-117zM117 256l64 -64l-64 -64h-117v128h117zM149 96l64 64l64 -64v-117h-128v117zM309 256h118v-128h-118l-64 64z" />
417
- <glyph unicode="&#xf299;" horiz-adv-x="469" d="M234.5 277q35.5 0 60.5 -25t25 -60t-25 -60t-60.5 -25t-60.5 25t-25 60t25 60t60.5 25zM425 213h44v-42h-44q-7 -67 -54.5 -114.5t-114.5 -55.5v-44h-43v44q-66 8 -114 55.5t-55 114.5h-44v42h44q7 67 55 114.5t114 55.5v44h43v-44q67 -8 114.5 -55.5t54.5 -114.5z M235 43q62 0 105.5 43.5t43.5 105.5t-43.5 105.5t-105.5 43.5t-106 -43.5t-44 -105.5t44 -105.5t106 -43.5z" />
418
- <glyph unicode="&#xf29a;" horiz-adv-x="469" d="M425 213h44v-42h-43q-4 -36 -21 -68l-32 32q11 28 11 57q0 62 -43.5 105.5t-105.5 43.5q-30 0 -57 -11l-32 32q32 17 67 21v44h43v-44q67 -8 114.5 -55.5t54.5 -114.5zM43 357l27 27l357 -357l-27 -27l-44 44q-44 -36 -100 -43v-44h-43v44q-66 8 -114 55.5t-55 114.5h-44 v42h44q6 56 42 100zM326 74l-210 209q-31 -40 -31 -91q0 -62 44 -105.5t106 -43.5q50 0 91 31z" />
419
- <glyph unicode="&#xf29b;" horiz-adv-x="469" d="M425 213h44v-42h-44q-7 -67 -54.5 -114.5t-114.5 -55.5v-44h-43v44q-66 8 -114 55.5t-55 114.5h-44v42h44q7 67 55 114.5t114 55.5v44h43v-44q67 -8 114.5 -55.5t54.5 -114.5zM235 43q62 0 105.5 43.5t43.5 105.5t-43.5 105.5t-105.5 43.5t-106 -43.5t-44 -105.5 t44 -105.5t106 -43.5z" />
420
- <glyph unicode="&#xf29c;" horiz-adv-x="384" d="M192 427q80 0 136 -56.5t56 -135.5v-214q0 -26 -18.5 -45t-45.5 -19h-128v43h149v21h-85v171h85v43q0 62 -43.5 105.5t-105.5 43.5t-105.5 -43.5t-43.5 -105.5v-43h85v-171h-64q-27 0 -45.5 19t-18.5 45v150q0 79 56 135.5t136 56.5z" />
421
- <glyph unicode="&#xf29d;" horiz-adv-x="384" d="M192 427q80 0 136 -56.5t56 -135.5v-150q0 -26 -18.5 -45t-45.5 -19h-64v171h85v43q0 62 -43.5 105.5t-105.5 43.5t-105.5 -43.5t-43.5 -105.5v-43h85v-171h-64q-27 0 -45.5 19t-18.5 45v150q0 79 56 135.5t136 56.5z" />
422
- <glyph unicode="&#xf29e;" horiz-adv-x="469" d="M235 341q62 0 105.5 -43.5t43.5 -105.5h-43q0 44 -31 75.5t-75 31.5t-75.5 -31.5t-31.5 -75.5h-43q0 62 44 105.5t106 43.5zM256 143v-70l73 -73l-30 -30l-64 64l-64 -64l-30 30l72 73v70q-14 6 -23 19.5t-9 29.5q0 22 16 37.5t38 15.5t37.5 -15.5t15.5 -37.5 q0 -35 -32 -49zM235 427q97 0 165.5 -69t68.5 -166h-42q0 80 -56.5 136t-136 56t-135.5 -56t-56 -136h-43q0 97 69 166t166 69z" />
423
- <glyph unicode="&#xf29f;" horiz-adv-x="469" d="M85 405v-85h43v-128h-128v128h43v85q0 9 6 15.5t15 6.5t15 -6.5t6 -15.5zM171 107v42h128v-42q0 -21 -12 -37.5t-31 -22.5v-90h-43v90q-19 6 -30.5 22.5t-11.5 37.5zM0 107v42h128v-42q0 -21 -12 -37.5t-31 -22.5v-90h-42v90q-19 6 -31 22.5t-12 37.5zM427 320h42v-128 h-128v128h43v85q0 9 6.5 15.5t15 6.5t15 -6.5t6.5 -15.5v-85zM256 405v-85h43v-128h-128v128h42v85q0 9 6.5 15.5t15 6.5t15 -6.5t6.5 -15.5zM341 107v42h128v-42q0 -21 -11.5 -37.5t-30.5 -22.5v-90h-43v90q-19 6 -31 22.5t-12 37.5z" />
424
- <glyph unicode="&#xf2a0;" horiz-adv-x="299" d="M277 299h22v-128l-64 -128v-64h-171v64l-64 128v128h21v64q0 17 12.5 29.5t30.5 12.5h171q17 0 29.5 -12.5t12.5 -29.5v-64zM64 363v-64h43v42h21v-42h43v42h21v-42h43v64h-171z" />
425
- <glyph unicode="&#xf2a1;" horiz-adv-x="256" d="M214 299q15 0 28.5 -13.5t13.5 -29.5v-117l-75 -75v-64h-106v64l-75 75v117q0 16 13.5 29.5t28.5 13.5h1v85h42v-85h86v85h42z" />
426
- <glyph unicode="&#xf2a2;" horiz-adv-x="469" d="M149 202.5q0 -13.5 -9 -22.5t-22.5 -9t-23 9t-9.5 22.5t9.5 23t23 9.5t22.5 -9.5t9 -23zM299 309.5q0 -13.5 -9.5 -23t-22.5 -9.5h-64q-14 0 -23 9.5t-9 23t9 22.5t23 9h64q13 0 22.5 -9t9.5 -22.5zM160 128q13 0 22.5 -9.5t9.5 -22.5t-9.5 -22.5t-22.5 -9.5t-22.5 9.5 t-9.5 22.5t9.5 22.5t22.5 9.5zM235 427q97 0 165.5 -69t68.5 -166t-68.5 -166t-165.5 -69t-166 69t-69 166t69 166t166 69zM234.5 0q79.5 0 136 56.5t56.5 135.5t-56.5 135.5t-136 56.5t-135.5 -56.5t-56 -135.5t56 -135.5t135.5 -56.5zM352 235q13 0 22.5 -9.5t9.5 -23 t-9.5 -22.5t-22.5 -9t-22.5 9t-9.5 22.5t9.5 23t22.5 9.5zM309.5 128q13.5 0 22.5 -9.5t9 -22.5t-9 -22.5t-22.5 -9.5t-23 9.5t-9.5 22.5t9.5 22.5t23 9.5z" />
427
- <glyph unicode="&#xf2a3;" d="M384 384q18 0 30.5 -12.5t12.5 -30.5v-213q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v213q0 18 12.5 30.5t30.5 12.5h341zM192 320v-43h43v43h-43zM192 256v-43h43v43h-43zM128 320v-43h43v43h-43zM128 256v-43h43v43h-43zM107 213v43h-43v-43h43 zM107 277v43h-43v-43h43zM299 128v43h-171v-43h171zM299 213v43h-43v-43h43zM299 277v43h-43v-43h43zM363 213v43h-43v-43h43zM363 277v43h-43v-43h43zM213 -43l-85 86h171z" />
428
- <glyph unicode="&#xf2a4;" d="M384 341q18 0 30.5 -12.5t12.5 -29.5v-214q0 -17 -12.5 -29.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 29.5v214q0 17 12.5 29.5t30.5 12.5h341zM192 277v-42h43v42h-43zM192 213v-42h43v42h-43zM128 277v-42h43v42h-43zM128 213v-42h43v42h-43zM107 171v42h-43v-42h43 zM107 235v42h-43v-42h43zM299 85v43h-171v-43h171zM299 171v42h-43v-42h43zM299 235v42h-43v-42h43zM363 171v42h-43v-42h43zM363 235v42h-43v-42h43z" />
429
- <glyph unicode="&#xf2a5;" horiz-adv-x="512" d="M469 64h43v-43h-512v43h43v320h426v-320zM299 64v21h-86v-21h86zM427 128v213h-342v-213h342z" />
430
- <glyph unicode="&#xf2a6;" horiz-adv-x="512" d="M427 64h85q0 -18 -12.5 -30.5t-30.5 -12.5h-426q-18 0 -30.5 12.5t-12.5 30.5h85q-17 0 -29.5 12.5t-12.5 30.5v234q0 18 12.5 30.5t29.5 12.5h342q17 0 29.5 -12.5t12.5 -30.5v-234q0 -18 -12.5 -30.5t-29.5 -12.5zM85 341v-234h342v234h-342zM256 43q9 0 15 6t6 15 t-6 15t-15 6t-15 -6t-6 -15t6 -15t15 -6z" />
431
- <glyph unicode="&#xf2a7;" horiz-adv-x="512" d="M427 64h85v-43h-512v43h85q-17 0 -29.5 12.5t-12.5 30.5v213q0 18 12.5 30.5t29.5 12.5h342q17 0 29.5 -12.5t12.5 -30.5v-213q0 -18 -12.5 -30.5t-29.5 -12.5zM85 320v-213h342v213h-342z" />
432
- <glyph unicode="&#xf2a8;" horiz-adv-x="384" d="M341 213q0 -36 -19 -70l-26 27q9 21 9 43h36zM256 210l-128 127v4q0 27 18.5 45.5t45.5 18.5t45.5 -18.5t18.5 -45.5v-128v-1.5v-1.5zM27 384l357 -357l-27 -27l-89 89q-26 -15 -55 -19v-70h-42v70q-54 8 -91 49t-37 94h36q0 -46 33.5 -77t79.5 -31q25 0 49 11l-35 35 q-7 -2 -14 -2q-27 0 -45.5 19t-18.5 45v16l-128 128z" />
433
- <glyph unicode="&#xf2a9;" horiz-adv-x="299" d="M149.5 139q-26.5 0 -45.5 18.5t-19 45.5v128q0 26 19 45t45.5 19t45 -19t18.5 -45v-128q0 -27 -18.5 -45.5t-45 -18.5zM124 333v-132q0 -11 7.5 -18.5t18 -7.5t18 7.5t7.5 18.5v132q0 10 -7.5 17.5t-18 7.5t-18 -7.5t-7.5 -17.5zM262 203h37q0 -54 -37.5 -95t-90.5 -49 v-70h-43v70q-53 8 -90.5 49t-37.5 95h36q0 -47 34 -78t79.5 -31t79 31t33.5 78z" />
434
- <glyph unicode="&#xf2aa;" horiz-adv-x="299" d="M43 -64v43h42v-43h-42zM149.5 171q-26.5 0 -45.5 18.5t-19 45.5v128q0 26 19 45t45.5 19t45 -19t18.5 -45v-128q0 -27 -18.5 -45.5t-45 -18.5zM128 -64v43h43v-43h-43zM213 -64v43h43v-43h-43zM299 235q0 -54 -37.5 -95t-90.5 -49v-70h-43v70q-53 8 -90.5 49t-37.5 95h36 q0 -47 34 -78t79.5 -31t79 31t33.5 78h37z" />
435
- <glyph unicode="&#xf2ab;" horiz-adv-x="299" d="M149.5 149q-26.5 0 -45.5 19t-19 45v128q0 27 19 45.5t45.5 18.5t45 -18.5t18.5 -45.5v-128q0 -26 -18.5 -45t-45 -19zM262 213h37q0 -54 -37.5 -94.5t-90.5 -48.5v-70h-43v70q-53 8 -90.5 49t-37.5 94h36q0 -46 34 -77t79.5 -31t79 31t33.5 77z" />
436
- <glyph unicode="&#xf2ac;" horiz-adv-x="341" d="M192 425q64 -8 106.5 -56t42.5 -113h-149v169zM0 128v85h341v-85q0 -71 -50 -121t-120.5 -50t-120.5 50t-50 121zM149 425v-169h-149q0 65 43 113t106 56z" />
437
- <glyph unicode="&#xf2ad;" d="M384 64v171h43v-171h-43zM384 -21v42h43v-42h-43zM0 -21l427 426v-128h-86v-298h-341z" />
438
- <glyph unicode="&#xf2ae;" horiz-adv-x="469" d="M395 235q-40 0 -68 -28.5t-28 -67.5v-6q-22 -19 -22 -48v-64h-277l405 406v-193q-9 1 -10 1zM448 107q9 0 15 -6.5t6 -15.5v-85q0 -9 -6 -15t-15 -6h-107q-8 0 -14.5 6t-6.5 15v85q0 9 6.5 15.5t14.5 6.5v32q0 22 16 37.5t38 15.5t37.5 -15.5t15.5 -37.5v-32zM427 107v32 q0 13 -9.5 22.5t-23 9.5t-22.5 -9.5t-9 -22.5v-32h64z" />
439
- <glyph unicode="&#xf2af;" horiz-adv-x="448" d="M427 427v-367l-184 183zM80 352l368 -368l-27 -27l-43 43h-378l189 189l-136 136z" />
440
- <glyph unicode="&#xf2b0;" d="M384 302l-281 -281h281v281zM427 405v-426h-427z" />
441
- <glyph unicode="&#xf2b1;" horiz-adv-x="509" d="M405 203q-66 0 -113 -47t-47 -113q0 -9 2 -22h-247l427 427l-1 -247q-12 2 -21 2zM484 32l23 -17q3 -3 1 -7l-21 -37q-2 -4 -7 -3l-26 11q-8 -6 -18 -10l-4 -29q-1 -4 -6 -4h-42q-5 0 -6 4l-4 29q-9 3 -18 10l-26 -11q-5 -1 -7 3l-21 37q-2 4 1 7l23 17q-1 5 -1 10.5 t1 10.5l-23 18q-3 3 -1 7l21 37q3 3 7 2l26 -11q8 6 18 11l4 28q1 4 6 4h42q5 0 6 -4l4 -28q9 -4 18 -11l26 11q5 1 7 -2l21 -37q2 -4 -1 -7l-23 -18q1 -4 1 -10q0 -4 -1 -11zM405 11q13 0 22.5 9t9.5 22.5t-9.5 23t-22.5 9.5t-22.5 -9.5t-9.5 -23t9.5 -22.5t22.5 -9z" />
442
- <glyph unicode="&#xf2b2;" d="M0 -21l427 426v-426h-427z" />
443
- <glyph unicode="&#xf2b3;" horiz-adv-x="384" d="M250 245l-15 15l59 60l-59 60l15 15l49 -49v81h10l61 -61l-46 -46l46 -46l-61 -61h-10v81zM320 386v-40l20 20zM320 294v-40l20 20zM363 117q8 0 14.5 -6t6.5 -15v-75q0 -8 -6.5 -14.5t-14.5 -6.5q-99 0 -182.5 48.5t-132 132t-48.5 182.5q0 8 6.5 14.5t14.5 6.5h75 q9 0 15 -6.5t6 -14.5q0 -40 12 -76q4 -13 -5 -22l-47 -47q47 -93 141 -141l47 47q9 9 22 5q36 -12 76 -12z" />
444
- <glyph unicode="&#xf2b4;" horiz-adv-x="512" d="M256 256q-51 0 -98 -15v-66q0 -14 -12 -20q-31 -15 -57 -39q-6 -6 -15 -6t-15 6l-53 53q-6 6 -6 15t6 15q105 100 250 100t250 -100q6 -6 6 -15t-6 -15l-53 -53q-6 -6 -15 -6t-15 6q-25 23 -57 39q-12 6 -12 19v66q-47 16 -98 16z" />
445
- <glyph unicode="&#xf2b5;" d="M320 213v64h-85v86h85v64l107 -107zM363 117q8 0 14.5 -6t6.5 -15v-75q0 -8 -6.5 -14.5t-14.5 -6.5q-99 0 -182.5 48.5t-132 132t-48.5 182.5q0 8 6.5 14.5t14.5 6.5h75q9 0 15 -6.5t6 -14.5q0 -40 12 -76q4 -13 -5 -22l-47 -47q47 -93 141 -141l47 47q9 9 22 5 q36 -12 76 -12z" />
446
- <glyph unicode="&#xf2b6;" horiz-adv-x="384" d="M363 117q8 0 14.5 -6t6.5 -15v-75q0 -8 -6.5 -14.5t-14.5 -6.5q-99 0 -182.5 48.5t-132 132t-48.5 182.5q0 8 6.5 14.5t14.5 6.5h75q9 0 15 -6.5t6 -14.5q0 -40 12 -76q4 -13 -5 -22l-47 -47q47 -93 141 -141l47 47q9 9 22 5q36 -12 76 -12zM341 192q0 62 -43.5 105.5 t-105.5 43.5v43q80 0 136 -56t56 -136h-43zM256 192q0 27 -18.5 45.5t-45.5 18.5v43q44 0 75.5 -31.5t31.5 -75.5h-43z" />
447
- <glyph unicode="&#xf2b7;" horiz-adv-x="384" d="M363 117q8 0 14.5 -6t6.5 -15v-75q0 -8 -6.5 -14.5t-14.5 -6.5q-99 0 -182.5 48.5t-132 132t-48.5 182.5q0 8 6.5 14.5t14.5 6.5h75q9 0 15 -6.5t6 -14.5q0 -40 12 -76q4 -13 -5 -22l-47 -47q47 -93 141 -141l47 47q9 9 22 5q36 -12 76 -12zM363 363q8 0 14.5 -6.5 t6.5 -15.5v-85q0 -9 -6.5 -15t-14.5 -6h-107q-9 0 -15 6t-6 15v85q0 9 6 15.5t15 6.5v10q0 22 15.5 38t37.5 16t38 -16t16 -38v-10zM346 363v10q0 15 -11 26t-26 11t-25.5 -11t-10.5 -26v-10h73z" />
448
- <glyph unicode="&#xf2b8;" horiz-adv-x="512" d="M139 331v-75h-32v128h128v-32h-75l96 -96l128 128l21 -21l-149 -150zM506 92q6 -6 6 -15t-6 -15l-53 -53q-6 -6 -15 -6t-15 6q-27 24 -57 40q-12 5 -12 19v66q-47 15 -98 15t-98 -15v-66q0 -14 -12 -20q-32 -16 -57 -39q-6 -6 -15 -6t-15 6l-53 53q-6 6 -6 15t6 15 q105 100 250 100t250 -100z" />
449
- <glyph unicode="&#xf2b9;" horiz-adv-x="384" d="M363 117q8 0 14.5 -6t6.5 -15v-75q0 -8 -6.5 -14.5t-14.5 -6.5q-99 0 -182.5 48.5t-132 132t-48.5 182.5q0 8 6.5 14.5t14.5 6.5h75q9 0 15 -6.5t6 -14.5q0 -40 12 -76q4 -13 -5 -22l-47 -47q47 -93 141 -141l47 47q9 9 22 5q36 -12 76 -12zM192 384h192v-149h-128 l-64 -64v213z" />
450
- <glyph unicode="&#xf2ba;" horiz-adv-x="384" d="M299 384v-149h-43v149h43zM363 117q8 0 14.5 -6t6.5 -15v-75q0 -8 -6.5 -14.5t-14.5 -6.5q-99 0 -182.5 48.5t-132 132t-48.5 182.5q0 8 6.5 14.5t14.5 6.5h75q9 0 15 -6.5t6 -14.5q0 -40 12 -76q4 -13 -5 -22l-47 -47q47 -93 141 -141l47 47q9 9 22 5q36 -12 76 -12z M341 384h43v-149h-43v149z" />
451
- <glyph unicode="&#xf2bb;" horiz-adv-x="512" d="M506 92q6 -6 6 -15t-6 -15l-53 -53q-6 -6 -15 -6t-15 6q-26 24 -57 40q-12 5 -12 19v66q-47 15 -98 15t-98 -15v-66q0 -14 -12 -20q-32 -16 -57 -39q-6 -6 -15 -6t-15 6l-53 53q-6 6 -6 15t6 15q105 100 250 100t250 -100zM451 314l-76 -75l-30 30l76 76zM277 405v-106 h-42v106h42zM137 239q-74 75 -76 75l30 31l76 -76z" />
452
- <glyph unicode="&#xf2bc;" horiz-adv-x="384" d="M213 256v-43h-42v43h42zM299 256v-43h-43v43h43zM363 117q8 0 14.5 -6t6.5 -15v-75q0 -8 -6.5 -14.5t-14.5 -6.5q-99 0 -182.5 48.5t-132 132t-48.5 182.5q0 8 6.5 14.5t14.5 6.5h75q9 0 15 -6.5t6 -14.5q0 -40 12 -76q4 -13 -5 -22l-47 -47q47 -93 141 -141l47 47 q9 9 22 5q36 -12 76 -12zM341 256h43v-43h-43v43z" />
453
- <glyph unicode="&#xf2bd;" horiz-adv-x="384" d="M299 384v-107h-22v107h22zM256 341v-64h-64v22h43v21h-43v64h64v-21h-43v-22h43zM320 384h64v-64h-43v-43h-21v107zM363 341v22h-22v-22h22zM363 117q8 0 14.5 -6t6.5 -15v-75q0 -8 -6.5 -14.5t-14.5 -6.5q-99 0 -182.5 48.5t-132 132t-48.5 182.5q0 8 6.5 14.5t14.5 6.5 h75q9 0 15 -6.5t6 -14.5q0 -40 12 -76q4 -13 -5 -22l-47 -47q48 -93 141 -141l47 47q9 9 22 5q36 -12 76 -12z" />
454
- <glyph unicode="&#xf2be;" horiz-adv-x="384" d="M77 218q47 -93 141 -141l47 47q9 10 22 5q36 -12 76 -12q8 0 14.5 -6t6.5 -15v-75q0 -8 -6.5 -14.5t-14.5 -6.5q-99 0 -182.5 48.5t-132 132t-48.5 182.5q0 8 6.5 14.5t14.5 6.5h75q9 0 15 -6.5t6 -14.5q0 -40 12 -76q4 -13 -5 -22z" />
455
- <glyph unicode="&#xf2bf;" d="M364 343q63 -63 63 -151t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t150.5 62.5h22v-176q21 -12 21 -37q0 -18 -12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5q0 24 21 37v45q-28 -7 -46 -30t-18 -52q0 -35 25 -60t60.5 -25t60.5 25t25 60t-25 60l30 30 q37 -37 37 -90t-37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5q0 47 30.5 82.5t76.5 43.5v43q-64 -8 -106.5 -56t-42.5 -113q0 -71 50 -121t120.5 -50t120.5 50t50 121q0 70 -50 121z" />
456
- <glyph unicode="&#xf2c0;" d="M332 144l-34 35q1 7 1 13q0 35 -25 60t-61 25q-4 0 -13 -1l-34 35q23 9 47 9q53 0 90.5 -37.5t37.5 -90.5q0 -25 -9 -48zM213 363q-42 0 -80 -20l-31 31q52 31 111 31q89 0 151.5 -62.5t62.5 -150.5q0 -60 -32 -111l-31 31q20 38 20 80q0 71 -50 121t-121 50zM27 395 l21 -22l357 -357l-27 -27l-160 161l-5 -1q-17 0 -29.5 12.5t-12.5 30.5v4l-34 34q-9 -19 -9 -38q0 -49 43 -74l-22 -37q-29 17 -46.5 46.5t-17.5 64.5q0 38 21 69l-31 31q-32 -44 -32 -100q0 -47 23 -86t62 -62l-22 -37q-48 29 -77 78t-29 107q0 73 45 131l-45 45z" />
457
- <glyph unicode="&#xf2c1;" d="M213.5 213q17.5 0 30 -12.5t12.5 -30t-12.5 -30t-30 -12.5t-30 12.5t-12.5 30t12.5 30t30 12.5zM341 171q0 -35 -17 -64.5t-47 -46.5l-21 37q43 25 43 74q0 35 -25 60t-60.5 25t-60.5 -25t-25 -60q0 -49 43 -74l-22 -37q-29 17 -46.5 46.5t-17.5 64.5q0 53 37.5 90.5 t90.5 37.5t90.5 -37.5t37.5 -90.5zM213.5 384q88.5 0 151 -62.5t62.5 -150.5q0 -59 -29 -108t-78 -77l-21 37q39 23 62 62t23 86q0 70 -50 120t-120.5 50t-120.5 -50t-50 -120q0 -47 23 -86t62 -62l-22 -37q-48 28 -77 77t-29 108q0 88 62.5 150.5t151 62.5z" />
458
- <glyph unicode="&#xf2c2;" d="M26 317l270 110l15 -36l-177 -71h250q18 0 30.5 -12.5t12.5 -30.5v-256q0 -17 -12.5 -29.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 29.5v256q0 14 7.5 24.5t18.5 15.5zM106.5 21q26.5 0 45.5 19t19 45.5t-19 45t-45.5 18.5t-45 -18.5t-18.5 -45t18.5 -45.5t45 -19z M384 192v85h-341v-85h256v43h42v-43h43z" />
459
- <glyph unicode="&#xf2c3;" horiz-adv-x="469" d="M256 192h149v-32h-149v32zM256 213h149h-149zM256 107h149h-149zM427 363q17 0 29.5 -12.5t12.5 -30.5v-277q0 -18 -12.5 -30.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 30.5v277q0 18 12.5 30.5t30.5 12.5h384zM427 43v277h-192v-277h192z" />
460
- <glyph unicode="&#xf2c4;" horiz-adv-x="331" d="M59 297q44 44 106.5 44t106.5 -44l-31 -30q-31 31 -75.5 31t-76.5 -31zM165.5 427q96.5 0 165.5 -69l-30 -30q-56 56 -135.5 56t-135.5 -56l-30 30q69 69 165.5 69zM226 234q10 0 17.5 -7t6.5 -17v-207q0 -10 -7 -17t-17 -7h-122q-10 0 -17 7t-7 17v207q0 10 7 17.5 t17 7.5zM229 21v171h-128v-171h128z" />
461
- <glyph unicode="&#xf2c5;" horiz-adv-x="332" d="M230 256q9 0 15 -6.5t6 -14.5v-256q0 -9 -6 -15.5t-15 -6.5h-128q-9 0 -15 6.5t-6 15.5v256q0 8 6 14.5t15 6.5h128zM166 128q18 0 30.5 12.5t12.5 30t-12.5 30t-30.5 12.5t-30.5 -12.5t-12.5 -30t12.5 -30t30.5 -12.5zM60 319q44 44 106 44t106 -44l-31 -30 q-31 31 -75 31t-76 -31zM166 448q98 0 166 -69l-30 -30q-56 56 -136 56q-79 0 -136 -56l-30 30q69 69 166 69z" />
462
- <glyph unicode="&#xf2c6;" horiz-adv-x="384" d="M367 322q-40 36 -90 36t-89 -36l-17 17q44 45 106 45t107 -45zM348 305l-17 -17q-22 21 -54 21t-53 -21l-17 17q30 30 70.5 30t70.5 -30zM341 171q18 0 30.5 -12.5t12.5 -30.5v-85q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v85q0 18 12.5 30.5 t30.5 12.5h213v85h43v-85h42zM107 64v43h-43v-43h43zM181 64v43h-42v-43h42zM256 64v43h-43v-43h43z" />
463
- <glyph unicode="&#xf2c7;" horiz-adv-x="384" d="M358 220q11 -3 18.5 -14.5t7.5 -24.5v-117q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v85q0 18 12.5 30.5t30.5 12.5h268l-300 109l15 40zM85 85v43h-42v-43h42zM341 85v43h-213v-43h213z" />
464
- <glyph unicode="&#xf2c8;" horiz-adv-x="299" d="M235 427q26 0 45 -19t19 -45v-342q0 -26 -19 -45t-45 -19h-171q-27 0 -45.5 19t-18.5 45v342q0 26 18.5 45t45.5 19h171zM192 0v21h-85v-21h85zM261 64v299h-224v-299h224z" />
465
- <glyph unicode="&#xf2c9;" horiz-adv-x="299" d="M256 426q18 0 30.5 -12t12.5 -30v-384q0 -18 -12.5 -30.5t-30.5 -12.5h-213q-18 0 -30.5 12.5t-12.5 30.5v384q0 18 12.5 30.5t30.5 12.5zM256 43v298h-213v-298h213zM235 171l-86 -86l-85 86h64v106h43v-106h64z" />
466
- <glyph unicode="&#xf2ca;" horiz-adv-x="384" d="M213 273l-85 -85l85 -86l-21 -21l-85 85l-86 -85l-21 21l85 86l-85 85l21 21l86 -85l85 85zM341 427q18 0 30.5 -12.5t12.5 -30.5v-384q0 -18 -12.5 -30.5t-30.5 -12.5h-213q-18 0 -30.5 12.5t-12.5 30.5v64h43v-43h213v342h-213v-43h-43v64q0 18 12.5 30.5t30.5 12.5 h213z" />
467
- <glyph unicode="&#xf2cb;" horiz-adv-x="299" d="M171 299v-43h-43v43h43zM171 213v-128h-43v128h43zM256 426q18 0 30.5 -12t12.5 -30v-384q0 -18 -12.5 -30.5t-30.5 -12.5h-213q-18 0 -30.5 12.5t-12.5 30.5v384q0 18 12.5 30.5t30.5 12.5zM256 43v298h-213v-298h213z" />
468
- <glyph unicode="&#xf2cc;" horiz-adv-x="277" d="M224 427q22 0 37.5 -16t15.5 -38v-362q0 -22 -15.5 -38t-37.5 -16h-171q-22 0 -37.5 16t-15.5 38v362q0 22 15.5 38t37.5 16h171zM138.5 -21q13.5 0 23 9t9.5 22.5t-9.5 23t-23 9.5t-22.5 -9.5t-9 -23t9 -22.5t22.5 -9zM235 64v299h-192v-299h192z" />
469
- <glyph unicode="&#xf2cd;" horiz-adv-x="469" d="M427 341q17 0 29.5 -12.5t12.5 -29.5v-214q0 -17 -12.5 -29.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 29.5v214q0 17 12.5 29.5t30.5 12.5h384zM384 85v214h-299v-214h299zM192 107q-9 0 -15 6t-6 15v64q0 9 6 15t15 6v22q0 17 12.5 29.5t30 12.5t30 -12.5t12.5 -29.5 v-22q9 0 15.5 -6t6.5 -15v-64q0 -9 -6.5 -15t-15.5 -6h-85zM209 235v-22h51v22q0 10 -7.5 17.5t-18 7.5t-18 -7.5t-7.5 -17.5z" />
470
- <glyph unicode="&#xf2ce;" horiz-adv-x="469" d="M0 299q0 17 12.5 29.5t30.5 12.5h384q17 0 29.5 -12.5t12.5 -29.5v-214q0 -17 -12.5 -29.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 29.5v214zM384 299h-299v-214h299v214z" />
471
- <glyph unicode="&#xf2cf;" horiz-adv-x="363" d="M320 427q18 0 30.5 -12.5t12.5 -30.5v-384q0 -18 -12.5 -30.5t-30.5 -12.5h-213q-18 0 -30.5 12.5t-12.5 30.5v64h43v-43h213v342h-213v-43h-43v64q0 18 12.5 30.5t30.5 12.5h213zM145 213q10 0 18 -8t8 -19v-75q0 -10 -8.5 -18t-19.5 -8h-117q-10 0 -18 8.5t-8 19.5v75 q0 9 8 17t18 8v32q0 22 18 38t41 16t41.5 -16t18.5 -38v-32zM117 213v32q0 13 -9 20.5t-22.5 7.5t-23 -7.5t-9.5 -20.5v-32h64z" />
472
- <glyph unicode="&#xf2d0;" horiz-adv-x="299" d="M107 107q-9 0 -15.5 6t-6.5 15v64q0 9 6.5 15t15.5 6v22q0 17 12.5 29.5t30 12.5t30 -12.5t12.5 -29.5v-22q9 0 15 -6t6 -15v-64q0 -9 -6 -15t-15 -6h-85zM124 235v-22h51v22q0 10 -7.5 17.5t-18 7.5t-18 -7.5t-7.5 -17.5zM256 427q18 0 30.5 -12.5t12.5 -30.5v-384 q0 -18 -12.5 -30.5t-30.5 -12.5h-213q-18 0 -30.5 12.5t-12.5 30.5v384q0 18 12.5 30.5t30.5 12.5h213zM256 43v298h-213v-298h213z" />
473
- <glyph unicode="&#xf2d1;" horiz-adv-x="426" d="M386 284q40 -39 40 -92t-40 -90l-21 22q29 30 29 70t-29 68zM341 239q20 -21 20 -47t-20 -45l-21 22q18 24 0 49zM256 427q18 0 30.5 -12.5t12.5 -30.5v-384q0 -18 -12.5 -30.5t-30.5 -12.5h-213q-18 0 -30.5 12.5t-12.5 30.5v384q0 18 12.5 30.5t30.5 12.5h213zM256 21 v342h-213v-342h213z" />
474
- <glyph unicode="&#xf2d2;" horiz-adv-x="256" d="M21 -64v43h43v-43h-43zM107 -64v43h42v-43h-42zM192 -64v43h43v-43h-43zM213 448q18 0 30.5 -12.5t12.5 -30.5v-341q0 -18 -12.5 -30.5t-30.5 -12.5h-170q-18 0 -30.5 12.5t-12.5 30.5v341q0 18 12.5 30.5t30.5 12.5h170zM213 107v256h-170v-256h170z" />
475
- <glyph unicode="&#xf2d3;" horiz-adv-x="385" d="M189 181l23 -19q4 -4 2 -6l-21 -37q-2 -2 -7 -2l-27 11q-13 -9 -19 -11l-5 -27q-4 -5 -6 -5h-43q-2 0 -3.5 1.5t-0.5 3.5l-4 27q-7 2 -20 11l-29 -9q-3 -2 -7 3l-21 36q0 4 2 8l23 17v22l-23 17q-4 4 -2 6l21 37q2 2 7 2l27 -11q13 9 20 11l4 27q4 5 6 5h43q6 0 6 -5 l5 -27q6 -2 19 -11l27 9q3 2 7 -3l21 -36q0 -4 -2 -6l-23 -17v-22zM107.5 149q17.5 0 30 12.5t12.5 30.5t-12.5 30.5t-30 12.5t-30 -12.5t-12.5 -30.5t12.5 -30.5t30 -12.5zM342 427q18 0 30.5 -12.5t12.5 -30.5v-384q0 -18 -12.5 -30.5t-30.5 -12.5h-213q-18 0 -30.5 12.5 t-12.5 30.5v64h43v-43h213v342h-213v-43h-43v64q0 18 12.5 30.5t30.5 12.5h213z" />
476
- <glyph unicode="&#xf2d4;" horiz-adv-x="299" d="M256 426q18 0 30.5 -12t12.5 -30v-384q0 -18 -12.5 -30.5t-30.5 -12.5h-213q-18 0 -30.5 12.5t-12.5 30.5v384q0 18 12.5 30.5t30.5 12.5zM256 43v298h-213v-298h213z" />
477
- <glyph unicode="&#xf2d5;" horiz-adv-x="299" d="M256 405q18 0 30.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-30.5 -12.5h-213q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h213zM149.5 363q-17.5 0 -30 -12.5t-12.5 -30.5t12.5 -30.5t30 -12.5t30 12.5t12.5 30.5t-12.5 30.5t-30 12.5zM149 21 q44 0 75.5 31.5t31.5 75.5t-31.5 75.5t-75.5 31.5t-75 -31.5t-31 -75.5t31 -75.5t75 -31.5zM149.5 192q26.5 0 45 -18.5t18.5 -45.5t-18.5 -45.5t-45 -18.5t-45.5 18.5t-19 45.5t19 45.5t45.5 18.5z" />
478
- <glyph unicode="&#xf2d6;" horiz-adv-x="384" d="M320 448q27 0 45.5 -18.5t18.5 -45.5v-384q0 -27 -18.5 -45.5t-45.5 -18.5h-256q-27 0 -45.5 18.5t-18.5 45.5v384q0 27 18.5 45.5t45.5 18.5h256zM235 -21v21h-86v-21h86zM347 43v341h-310v-341h310z" />
479
- <glyph unicode="&#xf2d7;" horiz-adv-x="405" d="M352 448q22 0 37.5 -15.5t15.5 -37.5v-406q0 -22 -15.5 -37.5t-37.5 -15.5h-299q-22 0 -37.5 15.5t-15.5 37.5v406q0 22 15.5 37.5t37.5 15.5h299zM202.5 -43q13.5 0 23 9.5t9.5 23t-9.5 22.5t-23 9t-22.5 -9t-9 -22.5t9 -23t22.5 -9.5zM363 43v341h-320v-341h320z" />
480
- <glyph unicode="&#xf2d8;" horiz-adv-x="469" d="M427 363q17 0 29.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h384zM384 64v256h-299v-256h299z" />
481
- <glyph unicode="&#xf2d9;" horiz-adv-x="469" d="M427 320q17 0 29.5 -12.5t12.5 -30.5v-256q0 -17 -12.5 -29.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 29.5v256q0 18 12.5 30.5t30.5 12.5h162l-71 70l15 15l86 -85l85 85l15 -15l-70 -70h162zM427 21v256h-384v-256h384zM171 235l149 -86l-149 -85v171z" />
482
- <glyph unicode="&#xf2da;" horiz-adv-x="469" d="M427 384q17 0 29.5 -12.5t12.5 -30.5v-256q0 -17 -12.5 -29.5t-29.5 -12.5h-107v-43h-171v43h-106q-18 0 -30.5 12.5t-12.5 29.5v256q0 18 12.5 30.5t30.5 12.5h384zM427 85v256h-384v-256h384zM384 277v-42h-235v42h235zM384 192v-43h-235v43h235zM128 277v-42h-43v42 h43zM128 192v-43h-43v43h43z" />
483
- <glyph unicode="&#xf2db;" horiz-adv-x="469" d="M427 384q17 0 29.5 -12.5t12.5 -30.5v-256q0 -17 -12.5 -29.5t-29.5 -12.5h-107v-43h-171v43h-106q-18 0 -30.5 12.5t-12.5 29.5v256q0 18 12.5 30.5t30.5 12.5h384zM427 85v256h-384v-256h384zM320 213l-149 -85v171z" />
484
- <glyph unicode="&#xf2dc;" horiz-adv-x="469" d="M427 384q17 0 29.5 -12.5t12.5 -30.5v-256q0 -17 -12.5 -29.5t-29.5 -12.5h-107v-43h-171v43h-106q-18 0 -30.5 12.5t-12.5 29.5v256q0 18 12.5 30.5t30.5 12.5h384zM427 85v256h-384v-256h384z" />
485
- <glyph unicode="&#xf2dd;" horiz-adv-x="303" d="M218 299h85v-86h-21v-42q0 -18 -12.5 -30.5t-30.5 -12.5h-64v-65q26 -13 26 -42q0 -19 -14 -33t-33.5 -14t-33 14t-13.5 33q0 29 25 42v65h-64q-17 0 -29.5 12.5t-12.5 30.5v44q-26 13 -26 41q0 19 14 33t33 14t33 -14t14 -33q0 -28 -26 -41v-44h64v170h-42l64 86l64 -86 h-43v-170h64v42h-21v86z" />
486
- <glyph unicode="&#xf2de;" horiz-adv-x="405" d="M405 309v-228l-238 239h132q8 0 14.5 -6.5t6.5 -14.5v-75zM27 405l378 -378l-27 -27l-68 68q-6 -4 -11 -4h-256q-9 0 -15.5 6.5t-6.5 14.5v214q0 8 6.5 14.5t15.5 6.5h15l-58 58z" />
487
- <glyph unicode="&#xf2df;" d="M341 245l86 86v-278l-86 86v-75q0 -9 -6 -15t-15 -6h-299q-8 0 -14.5 6t-6.5 15v256q0 9 6.5 15t14.5 6h299q9 0 15 -6t6 -15v-75zM235 117l74 75l-74 75v-54h-128v54l-75 -75l75 -75v54h128v-54z" />
488
- <glyph unicode="&#xf2e0;" horiz-adv-x="384" d="M299 224l85 85v-234l-85 85v-75q0 -8 -6.5 -14.5t-15.5 -6.5h-256q-8 0 -14.5 6.5t-6.5 14.5v214q0 8 6.5 14.5t14.5 6.5h256q9 0 15.5 -6.5t6.5 -14.5v-75z" />
489
- <glyph unicode="&#xf2e1;" horiz-adv-x="341" d="M341 192q0 -40 -17 -75t-48 -59l-20 -122h-171l-20 122q-65 51 -65 134t65 134l20 122h171l20 -122q31 -24 48 -59t17 -75zM43 192q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5z" />
490
- <glyph unicode="&#xf2e2;" horiz-adv-x="497" d="M249 350q-107 1 -190 -55l43 -53q49 29 107 38q108 15 187 -38l42 53q-83 56 -189 55zM248.5 389q138.5 0 248.5 -85l-248 -309l-249 309q110 85 248.5 85z" />
491
- <glyph unicode="&#xf2e3;" horiz-adv-x="469" d="M0 256q64 64 149.5 86.5t171 0t148.5 -86.5l-42 -43q-80 80 -192.5 80t-191.5 -80zM171 85q26 27 63.5 27t64.5 -27l-64 -64zM85 171q62 61 149.5 61t149.5 -61l-43 -43q-44 44 -106.5 44t-106.5 -44z" />
492
- <glyph unicode="&#xf2e4;" horiz-adv-x="512" d="M256 384q136 0 256 -91l-256 -314l-256 315q119 90 256 90zM277 107v128h-42v-128h42zM235 277h42v43h-42v-43z" />
493
- <glyph unicode="&#xf2e5;" horiz-adv-x="503" d="M482 107q8 0 14.5 -7t6.5 -15v-85q0 -8 -6.5 -14.5t-14.5 -6.5h-107q-8 0 -14.5 6.5t-6.5 14.5v85q0 8 6.5 15t14.5 7v32q0 22 15.5 37.5t38 15.5t38 -15.5t15.5 -37.5v-32zM461 107v32q0 12 -9.5 22t-22.5 10t-22.5 -10t-9.5 -22v-32h64zM322 139v-56l-75 -94l-247 310 q114 85 247.5 85t247.5 -85l-45 -56q-6 2 -21 2q-45 0 -76 -31t-31 -75z" />
494
- <glyph unicode="&#xf2e6;" horiz-adv-x="497" d="M497 299l-117 -145l-220 220q44 10 88 10q136 0 249 -85zM356 123l74 -74l-27 -27l-71 71l-83 -103l-1 -1v1l-248 309q35 27 79 47l-44 44l27 27z" />
495
- <glyph unicode="&#xf2e7;" horiz-adv-x="497" d="M249 350q-105 0 -190 -55l190 -237l189 237q-84 55 -189 55zM248.5 389q49.5 0 96 -11t80.5 -29.5t47 -27t25 -17.5l-248 -309v0l-249 309q12 9 25 17.5t47.5 27t80.5 29.5t95.5 11z" />
496
- <glyph unicode="&#xf2e8;" horiz-adv-x="497" d="M249 -10l-1 -1v1l-248 309q113 85 248.5 85t248.5 -85zM68 214q82 63 180.5 63t180.5 -63l-180 -224l-1 -1v1z" />
497
- <glyph unicode="&#xf2e9;" horiz-adv-x="320" d="M320 333l-247 -248h140v-42h-213v213h43v-141l247 248z" />
498
- <glyph unicode="&#xf2ea;" horiz-adv-x="341" d="M341 213v-42h-259l119 -120l-30 -30l-171 171l171 171l30 -30l-119 -120h259z" />
499
- <glyph unicode="&#xf2eb;" horiz-adv-x="273" d="M243 13l-72 72l30 30l72 -72zM41 277l96 96l96 -96h-75v-136l-128 -128l-30 30l115 115v119h-74z" />
500
- <glyph unicode="&#xf2ec;" horiz-adv-x="384" d="M354 299l30 -30l-192 -192l-149 149v-98h-43v171h171v-43h-98l119 -119z" />
501
- <glyph unicode="&#xf2ed;" horiz-adv-x="320" d="M107 341h213v-213h-43v141l-247 -248l-30 30l247 248h-140v42z" />
502
- <glyph unicode="&#xf2ee;" horiz-adv-x="341" d="M171 363l170 -171l-170 -171l-30 30l119 120h-260v42h260l-119 120z" />
503
- <glyph unicode="&#xf2ef;" horiz-adv-x="341" d="M213 363h128v-128l-49 49l-61 -62l-30 30l61 62zM128 363l-49 -49l113 -113v-180h-43v162l-100 101l-49 -49v128h128z" />
504
- <glyph unicode="&#xf2f0;" horiz-adv-x="469" d="M192 256v64h-64l107 107l106 -107h-64v-64h-85zM171 235v-86h-64v-64l-107 107l107 107v-64h64zM469 192l-106 -107v64h-64v86h64v64zM277 128v-64h64l-106 -107l-107 107h64v64h85z" />
505
- <glyph unicode="&#xf2f1;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM107 235l106 -107l107 107h-213z" />
506
- <glyph unicode="&#xf2f2;" horiz-adv-x="213" d="M0 245h213l-106 -106z" />
507
- <glyph unicode="&#xf2f3;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM256 299l-107 -107l107 -107v214z" />
508
- <glyph unicode="&#xf2f4;" horiz-adv-x="107" d="M107 299v-214l-107 107z" />
509
- <glyph unicode="&#xf2f5;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM171 299v-214l106 107z" />
510
- <glyph unicode="&#xf2f6;" horiz-adv-x="107" d="M0 85v214l107 -107z" />
511
- <glyph unicode="&#xf2f7;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213 260l-106 -106h213z" />
512
- <glyph unicode="&#xf2f8;" horiz-adv-x="213" d="M213 139h-213l107 106z" />
513
- <glyph unicode="&#xf2f9;" horiz-adv-x="256" d="M226 265l30 -30l-128 -128l-128 128l30 30l98 -98z" />
514
- <glyph unicode="&#xf2fa;" horiz-adv-x="158" d="M158 290l-98 -98l98 -98l-30 -30l-128 128l128 128z" />
515
- <glyph unicode="&#xf2fb;" horiz-adv-x="158" d="M30 320l128 -128l-128 -128l-30 30l98 98l-98 98z" />
516
- <glyph unicode="&#xf2fc;" horiz-adv-x="256" d="M128 277l128 -128l-30 -30l-98 98l-98 -98l-30 30z" />
517
- <glyph unicode="&#xf2fd;" horiz-adv-x="341" d="M171 277v86l170 -171l-170 -171v86h-171v170h171z" />
518
- <glyph unicode="&#xf2fe;" horiz-adv-x="256" d="M149 384v-302l77 76l30 -30l-128 -128l-128 128l30 30l77 -76v302h42z" />
519
- <glyph unicode="&#xf2ff;" horiz-adv-x="384" d="M384 213v-42h-302l76 -77l-30 -30l-128 128l128 128l30 -30l-76 -77h302z" />
520
- <glyph unicode="&#xf300;" horiz-adv-x="405" d="M363 299h42v-128h-323l76 -77l-30 -30l-128 128l128 128l30 -30l-76 -77h281v86z" />
521
- <glyph unicode="&#xf301;" horiz-adv-x="384" d="M0 213h302l-76 77l30 30l128 -128l-128 -128l-30 30l76 77h-302v42z" />
522
- <glyph unicode="&#xf302;" horiz-adv-x="448" d="M226 290l30 30l128 -128l-128 -128l-30 30l76 77h-302v42h302zM405 320h43v-256h-43v256z" />
523
- <glyph unicode="&#xf303;" horiz-adv-x="256" d="M107 0v302l-77 -76l-30 30l128 128l128 -128l-30 -30l-77 76v-302h-42z" />
524
- <glyph unicode="&#xf304;" horiz-adv-x="451" d="M138 298l139 -138l-139 -139l-138 139zM60 160l78 -78l78 78l-78 78zM394 293q57 -56 57 -135.5t-57 -135.5q-56 -56 -135 -56q-49 0 -93 24l32 31q29 -13 61 -13q62 0 105.5 44t43.5 105.5t-43.5 105.5t-105.5 44v-69l-91 90l91 90v-69q79 0 135 -56z" />
525
- <glyph unicode="&#xf305;" horiz-adv-x="451" d="M312 298l139 -138l-139 -139l-138 139zM390 160l-78 78l-78 -78l78 -78zM56 293q56 56 136 56v69l90 -90l-90 -90v69q-62 0 -105.5 -44t-43.5 -105.5t43.5 -105.5t105.5 -44q31 0 60 13l32 -31q-43 -24 -92 -24q-80 0 -136 56t-56 135.5t56 135.5z" />
526
- <glyph unicode="&#xf306;" horiz-adv-x="340" d="M65 266q-17 -24 -22 -53h-43q6 46 35 83zM43 171q5 -28 22 -53l-30 -30q-29 37 -35 83h43zM65 57l30 31q24 -17 53 -22v-43q-46 5 -83 34zM191 361q63 -8 106 -56t43 -113t-43 -113t-106 -56v43q45 8 75.5 43.5t30.5 82.5t-30.5 82.5t-75.5 43.5v-83l-98 95l98 97v-66z " />
527
- <glyph unicode="&#xf307;" horiz-adv-x="340" d="M246 330l-97 -95v83q-45 -8 -75.5 -43.5t-30.5 -82.5t30.5 -82.5t75.5 -43.5v-43q-63 8 -106 56t-43 113t43 113t106 56v66zM340 213h-43q-5 29 -22 53l30 30q29 -37 35 -83zM192 66q28 5 52 22l31 -31q-37 -28 -83 -34v43zM275 118q17 24 22 53h43q-6 -46 -35 -83z" />
528
- <glyph unicode="&#xf308;" horiz-adv-x="469" d="M235 96l-86 85h64v192h43v-192h64zM427 373q17 0 29.5 -12.5t12.5 -29.5v-299q0 -18 -12.5 -30.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 30.5v299q0 17 12.5 29.5t30.5 12.5h128v-42h-128v-299h384v299h-128v42h128z" />
529
- <glyph unicode="&#xf309;" horiz-adv-x="469" d="M427 384q17 0 29.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 29.5v86h43v-86h384v300h-384v-86h-43v85q0 18 12.5 30.5t30.5 12.5h384zM213 107v64h-213v42h213v64l86 -85z" />
530
- <glyph unicode="&#xf30a;" d="M341 363l86 -86h-64v-149q0 -35 -25 -60t-60.5 -25t-60.5 25t-25 60v149q0 18 -12.5 30.5t-30 12.5t-30 -12.5t-12.5 -30.5v-149h64l-86 -85l-85 85h64v149q0 36 25 61t60.5 25t60.5 -25t25 -61v-149q0 -18 12.5 -30.5t30 -12.5t30 12.5t12.5 30.5v149h-64z" />
531
- <glyph unicode="&#xf30b;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM96 256h53v-85h43v85h53l-74 75zM331 128h-54v85h-42v-85h-54l75 -75z" />
532
- <glyph unicode="&#xf30c;" horiz-adv-x="299" d="M235 85h64l-86 -85l-85 85h64v150h43v-150zM85 384l86 -85h-64v-150h-43v150h-64z" />
533
- <glyph unicode="&#xf30d;" horiz-adv-x="384" d="M85 213v-64h150v-42h-150v-64l-85 85zM384 256l-85 -85v64h-150v42h150v64z" />
534
- <glyph unicode="&#xf30e;" d="M299 64l49 49l-105 104l-85 -85l-158 158l30 30l128 -128l85 85l135 -134l49 49v-128h-128z" />
535
- <glyph unicode="&#xf30f;" horiz-adv-x="405" d="M405 192l-85 -85v64h-320v42h320v64z" />
536
- <glyph unicode="&#xf310;" d="M299 320h128v-128l-49 49l-135 -134l-85 85l-128 -128l-30 30l158 158l85 -85l105 104z" />
537
- <glyph unicode="&#xf311;" horiz-adv-x="196" d="M0 51l98 98l98 -98l-30 -30l-68 68l-68 -68zM196 333l-98 -98l-98 98l30 30l68 -68l68 68z" />
538
- <glyph unicode="&#xf312;" horiz-adv-x="196" d="M98 324l-68 -68l-30 30l98 98l98 -98l-30 -30zM98 60l68 68l30 -30l-98 -98l-98 98l30 30z" />
539
- <glyph unicode="&#xf313;" horiz-adv-x="341" d="M0 277v86h85v-86h-85zM128 21v86h85v-86h-85zM0 21v86h85v-86h-85zM0 149v86h85v-86h-85zM128 149v86h85v-86h-85zM256 363h85v-86h-85v86zM128 277v86h85v-86h-85zM256 149v86h85v-86h-85zM256 21v86h85v-86h-85z" />
540
- <glyph unicode="&#xf314;" horiz-adv-x="485" d="M171 363h-31l-43 42h330q17 0 29.5 -12.5t12.5 -29.5v-330l-42 43v31h-31l-43 42h74v86h-86v-74l-42 43v31h-31l-43 42h74v86h-86v-74l-42 43v31zM341 363v-86h86v86h-86zM27 421l458 -458l-27 -27l-43 43h-330q-17 0 -29.5 12.5t-12.5 29.5v330l-43 43zM213 180v-31h31z M85 308v-31h31zM171 21v86h-86v-86h86zM171 149v74l-12 12h-74v-86h86zM299 21v74l-12 12h-74v-86h86zM341 21h31l-31 31v-31z" />
541
- <glyph unicode="&#xf315;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h341zM128 21v86h-85v-86h85zM128 149v86h-85v-86h85zM128 277v86h-85v-86h85zM256 21v86h-85v-86h85zM256 149v86h-85v-86h85z M256 277v86h-85v-86h85zM384 21v86h-85v-86h85zM384 149v86h-85v-86h85zM384 277v86h-85v-86h85z" />
542
- <glyph unicode="&#xf316;" horiz-adv-x="405" d="M384 171q9 0 15 -6.5t6 -15.5v-128q0 -8 -6 -14.5t-15 -6.5h-363q-8 0 -14.5 6.5t-6.5 14.5v128q0 9 6.5 15.5t14.5 6.5h363zM384 384q9 0 15 -6.5t6 -14.5v-128q0 -9 -6 -15.5t-15 -6.5h-363q-8 0 -14.5 6.5t-6.5 15.5v128q0 8 6.5 14.5t14.5 6.5h363z" />
543
- <glyph unicode="&#xf317;" horiz-adv-x="363" d="M0 64v277h64v-277h-64zM299 341h64v-277h-64v277zM85 64v277h192v-277h-192z" />
544
- <glyph unicode="&#xf318;" d="M107 43v320h213v-320h-213zM0 85v235h85v-235h-85zM341 320h86v-235h-86v235z" />
545
- <glyph unicode="&#xf319;" horiz-adv-x="363" d="M128 64v277h107v-277h-107zM0 64v277h107v-277h-107zM256 341h107v-277h-107v277z" />
546
- <glyph unicode="&#xf31a;" horiz-adv-x="405" d="M0 256v85h85v-85h-85zM0 149v86h85v-86h-85zM107 149v86h85v-86h-85zM213 149v86h86v-86h-86zM107 256v85h85v-85h-85zM213 341h86v-85h-86v85zM320 149v86h85v-86h-85zM0 43v85h85v-85h-85zM107 43v85h85v-85h-85zM213 43v85h86v-85h-86zM320 43v85h85v-85h-85zM320 341 h85v-85h-85v85z" />
547
- <glyph unicode="&#xf31b;" horiz-adv-x="405" d="M0 43v149h128v-149h-128zM149 43v149h256v-149h-256zM0 341h405v-128h-405v128z" />
548
- <glyph unicode="&#xf31c;" horiz-adv-x="384" d="M0 171v213h171v-213h-171zM0 0v128h171v-128h-171zM213 0v213h171v-213h-171zM213 384h171v-128h-171v128z" />
549
- <glyph unicode="&#xf31d;" horiz-adv-x="405" d="M0 0v64h405v-64h-405zM384 277q9 0 15 -6t6 -15v-128q0 -9 -6 -15t-15 -6h-363q-8 0 -14.5 6t-6.5 15v128q0 9 6.5 15t14.5 6h363zM0 384h405v-64h-405v64z" />
550
- <glyph unicode="&#xf31e;" horiz-adv-x="341" d="M0 128v43h341v-43h-341zM0 43v42h341v-42h-341zM0 213v43h341v-43h-341zM0 341h341v-42h-341v42z" />
551
- <glyph unicode="&#xf31f;" horiz-adv-x="384" d="M0 171v42h43v-42h-43zM0 85v43h43v-43h-43zM0 256v43h43v-43h-43zM85 171v42h299v-42h-299zM85 85v43h299v-43h-299zM85 299h299v-43h-299v43z" />
552
- <glyph unicode="&#xf320;" horiz-adv-x="363" d="M0 149v86h85v-86h-85zM0 43v85h85v-85h-85zM0 256v85h85v-85h-85zM107 149v86h256v-86h-256zM107 43v85h256v-85h-256zM107 341h256v-85h-256v85z" />
553
- <glyph unicode="&#xf321;" horiz-adv-x="363" d="M0 213v128h107v-128h-107zM0 64v128h107v-128h-107zM128 64v128h107v-128h-107zM256 64v128h107v-128h-107zM128 213v128h107v-128h-107zM256 341h107v-128h-107v128z" />
554
- <glyph unicode="&#xf322;" horiz-adv-x="363" d="M128 64v128h107v-128h-107zM0 64v277h107v-277h-107zM256 64v128h107v-128h-107zM128 341h235v-128h-235v128z" />
555
- <glyph unicode="&#xf323;" horiz-adv-x="363" d="M0 64v128h363v-128h-363zM0 341h363v-128h-363v128z" />
556
- <glyph unicode="&#xf324;" d="M384 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h341zM43 192v-43h85v43h-85zM256 64v43h-213v-43h213zM384 64v43h-85v-43h85zM384 149v43h-213v-43h213z" />
557
- <glyph unicode="&#xf325;" horiz-adv-x="384" d="M0 256v43h299v-43h-299zM0 171v42h299v-42h-299zM0 85v43h299v-43h-299zM341 85v43h43v-43h-43zM341 299h43v-43h-43v43zM341 171v42h43v-42h-43z" />
558
- <glyph unicode="&#xf326;" d="M384 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h341zM277 64v85h-234v-85h234zM277 171v85h-234v-85h234zM384 64v192h-85v-192h85z" />
559
- <glyph unicode="&#xf327;" horiz-adv-x="405" d="M85 341q9 0 15.5 -6t6.5 -15v-256q0 -9 -6.5 -15t-15.5 -6h-64q-8 0 -14.5 6t-6.5 15v256q0 9 6.5 15t14.5 6h64zM384 341q9 0 15 -6t6 -15v-256q0 -9 -6 -15t-15 -6h-64q-9 0 -15 6t-6 15v256q0 9 6 15t15 6h64zM235 341q8 0 14.5 -6t6.5 -15v-256q0 -9 -6.5 -15 t-14.5 -6h-64q-9 0 -15.5 6t-6.5 15v256q0 9 6.5 15t15.5 6h64z" />
560
- <glyph unicode="&#xf328;" horiz-adv-x="412" d="M213 171h171v-171h-171v171zM0 0v171h171v-171h-171zM0 384h171v-171h-171v171zM291 412l121 -121l-121 -120l-120 120z" />
561
- <glyph unicode="&#xf329;" d="M427 326l-28 -33l-98 83l28 32zM125 376l-97 -82l-28 32l98 82zM213.5 363q79.5 0 135.5 -56.5t56 -136t-56 -135.5t-135.5 -56t-136 56t-56.5 135.5t56.5 136t136 56.5zM213 21q62 0 106 44t44 106t-44 105.5t-106 43.5t-105.5 -43.5t-43.5 -105.5t43.5 -106t105.5 -44z M182 138l105 106l23 -23l-128 -128l-68 68l23 22z" />
562
- <glyph unicode="&#xf32a;" horiz-adv-x="434" d="M221 320q-26 0 -51 -9l-33 32q40 20 84 20q79 0 135.5 -56.5t56.5 -135.5q0 -44 -20 -84l-32 32q9 26 9 52q0 62 -43.5 105.5t-105.5 43.5zM434 326l-27 -33l-99 83l28 32zM27 399l21 -21l372 -372l-27 -27l-47 47q-54 -47 -125 -47q-80 0 -136 56t-56 136q0 71 47 125 l-17 17l-24 -20l-30 31l23 19l-28 29zM316 56l-210 210q-35 -42 -35 -95q0 -62 44 -106t106 -44q54 0 95 35zM136 378l-18 -15l-31 30l19 15z" />
563
- <glyph unicode="&#xf32b;" d="M125 376l-97 -82l-28 32l98 82zM427 326l-28 -33l-98 83l28 32zM213.5 363q79.5 0 135.5 -56.5t56 -136t-56 -135.5t-135.5 -56t-136 56t-56.5 135.5t56.5 136t136 56.5zM213 21q62 0 106 44t44 106t-44 105.5t-106 43.5t-105.5 -43.5t-43.5 -105.5t43.5 -106t105.5 -44z M235 256v-64h64v-43h-64v-64h-43v64h-64v43h64v64h43z" />
564
- <glyph unicode="&#xf32c;" d="M125 376l-97 -82l-28 32l98 82zM427 326l-28 -33l-98 83l28 32zM213.5 363q79.5 0 135.5 -56.5t56 -136t-56 -135.5t-135.5 -56t-136 56t-56.5 135.5t56.5 136t136 56.5zM213 21q62 0 106 44t44 106t-44 105.5t-106 43.5t-105.5 -43.5t-43.5 -105.5t43.5 -106t105.5 -44z M149 213v43h128v-38l-77 -90h77v-43h-128v39l78 89h-78z" />
565
- <glyph unicode="&#xf32d;" d="M427 326l-28 -33l-98 83l28 32zM125 376l-97 -82l-28 32l98 82zM224 277v-112l85 -50l-16 -26l-101 60v128h32zM213.5 363q79.5 0 135.5 -56.5t56 -136t-56 -135.5t-135.5 -56t-136 56t-56.5 135.5t56.5 136t136 56.5zM213 21q62 0 106 44t44 106t-44 105.5t-106 43.5 t-105.5 -43.5t-43.5 -105.5t43.5 -106t105.5 -44z" />
566
- <glyph unicode="&#xf32e;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h21v43h43v-43h170v43h43v-43h21zM341 43v234h-298v-234h298zM85 235h107v-107h-107v107z" />
567
- <glyph unicode="&#xf32f;" horiz-adv-x="384" d="M289 212l-127 -127l-68 68l23 23l45 -45l104 104zM341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h21v43h43v-43h170v43h43v-43h21zM341 43v234h-298v-234h298z" />
568
- <glyph unicode="&#xf330;" horiz-adv-x="384" d="M135 85l-23 23l52 52l-52 52l23 23l52 -52l52 52l22 -23l-52 -52l52 -52l-22 -23l-52 52zM341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h21v43h43v-43h170v43h43v-43h21z M341 43v234h-298v-234h298z" />
569
- <glyph unicode="&#xf331;" horiz-adv-x="384" d="M299 235v-43h-214v43h214zM341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h21v43h43v-43h170v43h43v-43h21zM341 43v234h-298v-234h298zM235 149v-42h-150v42h150z" />
570
- <glyph unicode="&#xf332;" horiz-adv-x="384" d="M299 192v-107h-107v107h107zM277 427h43v-43h21q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h21v43h43v-43h170v43zM341 43v234h-298v-234h298z" />
571
- <glyph unicode="&#xf333;" horiz-adv-x="384" d="M171 85.5q0 8.5 6 15t15 6.5t15 -6.5t6 -15t-6 -15t-15 -6.5t-15 6.5t-6 15zM171 384h21q80 0 136 -56t56 -136t-56 -136t-136 -56t-136 56t-56 136q0 46 20.5 86.5t56.5 66.5v1l145 -145l-30 -30l-116 115q-33 -41 -33 -94q0 -62 43.5 -105.5t105.5 -43.5t105.5 43.5 t43.5 105.5q0 56 -36.5 98t-91.5 50v-41h-42v85zM320 192q0 -9 -6.5 -15t-15 -6t-15 6t-6.5 15t6.5 15t15 6t15 -6t6.5 -15zM64 192q0 9 6.5 15t15 6t15 -6t6.5 -15t-6.5 -15t-15 -6t-15 6t-6.5 15z" />
572
- <glyph unicode="&#xf334;" d="M303.5 282.5q37.5 -37.5 37.5 -90.5t-37.5 -90.5t-90.5 -37.5t-90 38l90 90v128q53 0 90.5 -37.5zM213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50 t-120.5 -50t-50 -121t50 -121t120.5 -50z" />
573
- <glyph unicode="&#xf335;" horiz-adv-x="448" d="M299 192q0 -18 -12.5 -30.5t-30.5 -12.5t-30.5 12.5t-12.5 30.5t12.5 30.5t30.5 12.5t30.5 -12.5t12.5 -30.5zM256 384q80 0 136 -56t56 -136t-56 -136t-136 -56q-65 0 -117 40l30 30q40 -27 87 -27q62 0 105.5 43.5t43.5 105.5t-43.5 105.5t-105.5 43.5t-105.5 -43.5 t-43.5 -105.5h64l-86 -85l-85 85h64q0 80 56 136t136 56z" />
574
- <glyph unicode="&#xf336;" horiz-adv-x="448" d="M256 384q80 0 136 -56t56 -136t-56 -136t-136 -56q-79 0 -136 56l31 31q43 -44 105 -44t105.5 43.5t43.5 105.5t-43.5 105.5t-105.5 43.5t-105.5 -43.5t-43.5 -105.5h64l-87 -86l-1 3l-83 83h64q0 80 56 136t136 56zM235 277h32v-90l74 -45l-15 -26l-91 55v106z" />
575
- <glyph unicode="&#xf337;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121t50 -121t120.5 -50zM224 299v-112l96 -57l-16 -27l-112 68v128h32z" />
576
- <glyph unicode="&#xf338;" horiz-adv-x="411" d="M369 351l30 -30l-30 -31q42 -52 42 -119q0 -58 -32 -106l-31 31q20 35 20 75q0 62 -43.5 105.5t-105.5 43.5q-40 0 -75 -20l-31 31q48 32 106 32q67 0 120 -42zM283 427v-43h-128v43h128zM197 247v30h43v-73zM27 363l214 -214l164 -165l-27 -27l-53 54q-48 -32 -106 -32 q-80 0 -136 56t-56 136q0 58 32 106l-59 59zM219 21q40 0 75 21l-204 204q-21 -35 -21 -75q0 -62 44 -106t106 -44z" />
577
- <glyph unicode="&#xf339;" horiz-adv-x="384" d="M256 427v-43h-128v43h128zM171 149v128h42v-128h-42zM342 290q42 -52 42 -119q0 -80 -56 -136t-136 -56t-136 56t-56 135.5t56 136t136 56.5q67 0 120 -43l30 31q16 -13 30 -30zM192 21q62 0 105.5 44t43.5 106t-43.5 105.5t-105.5 43.5t-105.5 -43.5t-43.5 -105.5 t43.5 -106t105.5 -44z" />
578
- <glyph unicode="&#xf33a;" horiz-adv-x="299" d="M0 107v85h299v-85q0 -62 -44 -106t-106 -44t-105.5 44t-43.5 106zM237 355q29 -21 45.5 -52.5t16.5 -67.5v-22h-299v22q0 36 16.5 67.5t44.5 52.5l-44 45l17 17l49 -49q32 16 66 16t66 -16l50 49l17 -17zM85.5 256q8.5 0 15 6.5t6.5 15t-6.5 15t-15 6.5t-15 -6.5 t-6.5 -15t6.5 -15t15 -6.5zM213.5 256q8.5 0 15 6.5t6.5 15t-6.5 15t-15 6.5t-15 -6.5t-6.5 -15t6.5 -15t15 -6.5z" />
579
- <glyph unicode="&#xf33b;" d="M85 64v213h256v-213q0 -9 -6 -15t-15 -6h-21v-75q0 -13 -9.5 -22.5t-23 -9.5t-22.5 9.5t-9 22.5v75h-43v-75q0 -13 -9.5 -22.5t-22.5 -9.5t-22.5 9.5t-9.5 22.5v75h-21q-9 0 -15.5 6t-6.5 15zM32 277q13 0 22.5 -9t9.5 -23v-149q0 -13 -9.5 -22.5t-22.5 -9.5t-22.5 9.5 t-9.5 22.5v149q0 14 9.5 23t22.5 9zM394.5 277q13.5 0 23 -9t9.5 -23v-149q0 -13 -9.5 -22.5t-23 -9.5t-22.5 9.5t-9 22.5v149q0 14 9 23t22.5 9zM289 402q52 -38 52 -103h-256q0 64 53 103l-28 28q-8 7 -0.5 14.5t15.5 0.5l32 -32q26 14 56 14t57 -14l31 32q8 7 15.5 -0.5 t-0.5 -14.5zM171 341v22h-22v-22h22zM277 341v22h-21v-22h21z" />
580
- <glyph unicode="&#xf33c;" horiz-adv-x="363" d="M353 262q-21 -7 -35 -32.5t-14 -50.5q0 -31 16 -57.5t43 -33.5q-8 -27 -26.5 -55.5t-37.5 -42.5q-16 -11 -40 -11q-16 0 -37 8q-18 9 -31 9q-10 0 -40 -12q-18 -5 -26 -5q-24 0 -49 20q-36 34 -56 81t-20 98q0 53 30.5 93.5t77.5 40.5q26 0 48 -11q17 -11 34 -11 q16 0 31 6q39 16 52 16q35 0 61 -23q12 -12 19 -27zM179 309q0 32 25 63q25 27 61 33q0 -38 -24 -67q-27 -29 -62 -29z" />
581
- <glyph unicode="&#xf33d;" d="M384 281h-107v26h107v-26zM208 180.5q12 -17.5 12 -42.5q0 -20 -8 -35q-7 -14 -21 -23q-12 -9 -30 -14q-14 -4 -34 -4h-127v266h124q12 0 34 -5q13 -3 26 -12q11 -7 18 -20q6 -13 6 -31q0 -20 -9.5 -33.5t-26.5 -21.5q24 -7 36 -24.5zM55 221h61q17 0 26 6q10 7 10 23 q0 9 -3.5 15t-9.5 9q-6 4 -12 5q-9 2 -15 2h-57v-60zM162 141q0 20 -11 29q-11 8 -30 8h-66v-73h64q7 0 17 2q8 2 13.5 5.5t9.5 11.5q3 6 3 17zM426 144h-137q0 -24 13 -37q12 -11 34 -11q15 0 27 8q12 9 14 18h46q-10 -35 -34 -50q-24 -16 -55 -16q-22 0 -40 7t-31 21 q-13 13 -19 32q-7 18 -7 40t7 40.5t20 32.5q13 13 30 21q18 8 40 8q24 0 42 -9.5t30 -25.5q11 -15 17 -37q5 -21 3 -42zM374 178q-2 18 -12 30q-9 10 -29 10q-13 0 -21 -4.5t-13.5 -10.5t-6.5 -13q-3 -7 -3 -12h85z" />
582
- <glyph unicode="&#xf33e;" d="M390 161v62l-46 -31zM232 31l143 96l-64 43l-79 -53v-86zM213 149l65 43l-65 43l-65 -43zM195 31v86l-80 53l-64 -43zM37 223v-62l46 31zM195 353l-144 -96l64 -43l80 53v86zM232 353v-86l79 -53l64 43zM427 259v-2v-130v-2v-1q0 -1 -1 -2v-1q-1 0 -1 -1v-1l-1 -1v-1 l-0.5 -0.5l-0.5 -0.5q0 -1 -1 -1l-1 -1v0l-1 -1l-1 -1l-195 -130q-5 -3 -10.5 -3t-10.5 3l-195 130h-1v1l-1 0.5l-1 0.5v1h-1v1l-1 1v1h-1v1l-1 1v1v1q-1 1 -1 2v1v2v130v2v1q0 1 1 2v1v1l1 1v1l1 1l0.5 0.5l0.5 0.5v1q1 0 1 0.5v0.5h0.5t0.5 1h1l1 1l195 130q10 7 21 0 l195 -130v0l1 -1h1v-1q1 0 1 -1q1 0 1 -0.5v-0.5l1 -1v-1q1 0 1 -1v-1l1 -1v-1q1 -1 1 -2v-1z" />
583
- <glyph unicode="&#xf33f;" d="M308 42q56 40 69 107q-35 8 -66 8v0q-17 0 -34 -3q19 -57 31 -112zM213 13q31 0 59 11q-12 63 -32 121q-49 -16 -87 -52q-23 -22 -39 -47q44 -33 99 -33zM47 179q0 -60 39 -106q19 28 46 53q42 38 94 55q-4 10 -10 22q-67 -21 -151 -22q-13 0 -18 1v-3zM140 329 q-33 -16 -56 -45t-32 -64q3 -1 13 -1h3q70 0 131 19q-29 54 -59 91zM213 346q-16 0 -35 -4q32 -42 57 -91q53 23 82 58q-45 37 -104 37zM344 282q-36 -41 -92 -66q4 -8 11 -25q24 4 48 4v0q33 0 69 -8q-3 53 -36 95zM213.5 393q88.5 0 151 -62.5t62.5 -151t-62.5 -151 t-151 -62.5t-151 62.5t-62.5 151t62.5 151t151 62.5z" />
584
- <glyph unicode="&#xf340;" d="M126 389l87 -72l88 72l126 -81l-87 -69l87 -69l-126 -82l-88 73l-87 -73l-126 82l87 69l-87 69zM213 317l-126 -78l126 -78l127 78zM213 145l89 -73l37 25v-27l-126 -75l-125 75v27l38 -25z" />
585
- <glyph unicode="&#xf341;" horiz-adv-x="366" d="M249 200h50q3 10 -8 21q-12 12 -27 3.5t-15 -24.5zM332 348q11 -14 17.5 -34.5t8 -32t4.5 -38.5q4 -39 3.5 -88.5t-10.5 -87.5q-9 -61 -49 -80.5t-95 -4.5q-22 6 -32 27t-7 44q4 21 24 31.5t43 10.5v-21q2 -7 -1 -9.5t-8.5 -2t-11.5 -0.5q-8 -5 -9 -16.5t8.5 -21 t27.5 -9.5q33 1 40 12t5 48q2 19 -14 32t-36 14q-37 -3 -65 43q-1 -2 -1 -10.5v-16.5v-15q-1 -15 -15 -23.5t-31 -11.5q-60 -5 -84 19q-34 36 -43 120q-7 48 22 69h81q4 2 10.5 9.5t7.5 8.5v43q1 4 0.5 14.5t1 17t6.5 11.5q22 11 47 4t38 -28h27h28q43 -6 62 -27zM87 313 h-69l86 88v-70z" />
586
- <glyph unicode="&#xf342;" d="M363 320h-54q-31 0 -52.5 -22t-21.5 -53v-53h-43v-64h43v-149h64v149h64v64h-64v43q0 8 6 14.5t15 6.5h43v64zM0 405h427v-426h-427v426z" />
587
- <glyph unicode="&#xf343;" horiz-adv-x="224" d="M145 -21h-79v194h-66v76h66v56q0 48 27 74t72 26q36 0 59 -3v-67l-41 -1q-22 0 -30 -9t-8 -27v-49h76l-10 -76h-66v-194z" />
588
- <glyph unicode="&#xf344;" d="M43 405h341q18 0 30.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-30.5 -12.5h-110q-7 1 -7 21v58q0 27 -15 40q44 5 70.5 27t26.5 78q0 33 -22 57q11 26 -2 57q-18 6 -58 -22q-26 7 -54 7t-53 -7q-18 12 -32.5 17.5t-20.5 4.5h-6q-12 -31 -2 -57q-22 -24 -22 -57 q0 -55 27 -77.5t70 -27.5q-11 -10 -13 -29q-42 -18 -62 18q-12 20 -33 22q-2 0 -4.5 -0.5t-5.5 -3.5t8 -9q15 -7 24 -31q1 -2 2 -4.5t6.5 -9.5t13 -10.5t20.5 -6.5t30 2v-36q0 -20 -8 -21h-109q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5z" />
589
- <glyph unicode="&#xf345;" d="M213.5 400q88.5 0 151 -62.5t62.5 -150.5q0 -70 -41 -125.5t-105 -77.5q-14 -2 -14 11v58q0 27 -15 40q44 5 70.5 27t26.5 77q0 34 -22 58q11 26 -2 57q-18 5 -58 -22q-26 7 -54 7t-53 -7q-18 12 -32.5 17.5t-20.5 4.5h-6q-12 -31 -2 -57q-22 -24 -22 -58q0 -55 27 -77 t70 -27q-11 -10 -13 -29q-42 -18 -62 18q-12 20 -33 22q-2 0 -4.5 -0.5t-5 -3.5t8.5 -9q14 -7 23 -31q1 -2 2 -4.5t6.5 -9.5t13 -10.5t20.5 -6.5t30 2v-36q0 -13 -14 -11q-64 22 -105 77.5t-41 125.5q0 88 62.5 150.5t151 62.5z" />
590
- <glyph unicode="&#xf346;" horiz-adv-x="463" d="M140 373l73 -128l-140 -245l-73 128zM183 128h280l-73 -128h-280zM451 149h-146l-147 256h1h145z" />
591
- <glyph unicode="&#xf347;" d="M222 287q114 -108 165 -114q1 11 1 19q0 25 -7 50q-4 -9 -11 -10t-15.5 5.5t-15.5 14.5t-14.5 18.5t-10 15t-3.5 6.5q-47 66 -163 62q-32 -13 -56 -36q65 30 130 -31zM365 105q11 20 16 39q-33 3 -85.5 29.5t-87.5 51.5l-35 25q-74 58 -127 -9q-8 -24 -8 -49 q0 -38 16 -73q9 26 25 26q15 0 40.5 -13.5t41.5 -18.5q10 -3 31 -10l31.5 -10.5t26.5 -6.5t30 -3q12 0 22 1.5t20 4.5t15.5 4.5t15.5 6t12 5.5zM213 17q76 0 128 56q-45 -13 -83.5 -13t-62.5 7l-25 8q-26 8 -31 -6t7 -38q32 -14 67 -14zM213 405q88 0 151 -62.5t63 -150.5 t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t150.5 62.5z" />
592
- <glyph unicode="&#xf348;" horiz-adv-x="416" d="M235 213h181v-21q0 -89 -58 -151t-145 -62q-88 0 -150.5 62.5t-62.5 150.5t62.5 150.5t150.5 62.5q89 0 148 -65l-38 -38q-43 50 -110 50q-66 0 -113 -47t-47 -113t47 -113t113 -47q56 0 96.5 36t50.5 92h-125v53z" />
593
- <glyph unicode="&#xf349;" horiz-adv-x="448" d="M341 427q44 0 75.5 -31.5t31.5 -75.5q0 -22 -26.5 -67.5t-52 -92.5t-22.5 -75q0 -5 -5.5 -5t-5.5 5q2 28 -23 75t-51.5 92.5t-26.5 67.5q0 44 31 75.5t75 31.5zM341.5 363q-17.5 0 -30 -12.5t-12.5 -30.5t12.5 -30.5t30 -12.5t30 12.5t12.5 30.5t-12.5 30.5t-30 12.5z M43 384h185q-20 -32 -20 -69q0 -26 32 -83l-239 -239l-1 7v341q0 18 12.5 30.5t30.5 12.5zM310 109l-51 51l14 15q24 -39 37 -66zM371 -43h-315l157 158zM427 205v-205l-1 -7l-72 72q3 9 7 18.5t9 20t9.5 19t12 21.5t11 19.5t12.5 21.5zM100 181q-17 0 -27 7t-10 19 q0 14 18 21q10 3 22 3h5q13 -10 18 -15t5 -12q0 -9 -9 -16t-22 -7zM75 303q0 10 5.5 15.5t12.5 5.5q13 0 20.5 -12t7.5 -25q0 -11 -6.5 -15.5t-13.5 -4.5q-11 0 -18.5 11.5t-7.5 24.5zM127 241l-7 6q-6 5 -6 9q0 7 7 12q17 13 17 29q0 14 -14 26h12l9 9h-43 q-21 0 -32.5 -11.5t-11.5 -27.5q0 -13 9 -23t25 -10h5l-2 -8q0 -7 6 -14q-24 -1 -40 -11q-16 -9 -16 -25q0 -13 11.5 -21.5t33.5 -8.5q25 0 39.5 12t14.5 27q0 16 -17 30z" />
594
- <glyph unicode="&#xf34a;" horiz-adv-x="384" d="M0 341q0 18 12.5 30.5t30.5 12.5h128v-107l-86 22l22 -86h-107v128zM107 171l-22 -86l86 22v-107h-128q-18 0 -30.5 12.5t-12.5 30.5v128h107zM299 85l-22 86h107v-128q0 -18 -12.5 -30.5t-30.5 -12.5h-128v107zM341 384q18 0 30.5 -12.5t12.5 -30.5v-128h-107l22 86 l-86 -22v107h128z" />
595
- <glyph unicode="&#xf34b;" horiz-adv-x="379" d="M0 11v362q0 21 18 29l210 -210l-210 -210q-18 9 -18 29zM295 125l-230 -132l181 181zM366 217q13 -10 13 -25t-12 -25l-49 -28l-54 53l54 53zM65 391l230 -132l-49 -49z" />
596
- <glyph unicode="&#xf34c;" d="M43 405h340q17 0 30.5 -17t13.5 -36v-330q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 29.5v341q0 18 12.5 30.5t30.5 12.5zM151 301q-45 0 -76.5 -32t-31.5 -77t31.5 -77t76.5 -32q47 0 75.5 29.5t28.5 76.5q0 13 -2 19h-102v-38h62q-3 -17 -18 -31.5 t-44 -14.5q-28 0 -47.5 20t-19.5 48t19.5 48t47.5 20q27 0 43 -16l30 28q-29 29 -73 29zM322 239v-31h-31v-31h31v-31h31v31h30l1 31h-31v31h-31z" />
597
- <glyph unicode="&#xf34d;" d="M137 217h128q7 -37 -3 -72q-10 -34 -35 -57q-23 -21 -56 -29q-36 -8 -70 1q-27 7 -49 25q-24 19 -37 45q-22 42 -12 89q3 18 12 34q24 50 77 68q46 16 92 -1q24 -9 44 -27q-2 -3 -7 -7.5t-6 -6.5q-4 -3 -12.5 -11.5t-12.5 -13.5q-13 13 -30 18q-20 6 -40 1 q-24 -5 -41 -22q-13 -14 -20 -33q-9 -26 0 -53q9 -26 32 -42q14 -10 30 -13q15 -3 33 0q17 3 30 12q23 15 27 42h-74v26.5v26.5zM427 214v-34h-47v-46h-34v46h-47v34h47v47h34v-47h47z" />
598
- <glyph unicode="&#xf34e;" horiz-adv-x="418" d="M214 222v1h201q3 -12 3 -36q0 -93 -56.5 -150.5t-148.5 -57.5q-88 0 -150.5 62t-62.5 151t62 151t151 62q87 0 144 -57l-57 -56q-33 33 -86 33q-54 0 -92.5 -39.5t-38.5 -95t38.5 -94.5t92.5 -39q31 0 55 9.5t37.5 24.5t20.5 29.5t10 27.5h-123v74z" />
599
- <glyph unicode="&#xf34f;" d="M384 309v43q0 11 -11 11h-42q-11 0 -11 -11v-43q0 -10 11 -10h42q11 0 11 10zM53 21h320q11 0 11 11v181h-45q2 -12 2 -21q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5q0 11 2 21h-44v-181q0 -11 10 -11zM213.5 277q-35.5 0 -60.5 -25t-25 -60t25 -60t60.5 -25 t60.5 25t25 60t-25 60t-60.5 25zM384 405q18 0 30.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h341z" />
600
- <glyph unicode="&#xf350;" horiz-adv-x="401" d="M59 354h342l-31 -156l-5 -25l-24 -121l-183 -61l-158 61l16 80h67l-6 -33l95 -36l111 36l15 77h-274l13 67h274l9 44h-274z" />
601
- <glyph unicode="&#xf351;" horiz-adv-x="357" d="M179 50l91 25l13 138h-163l-4 45h171l4 45h-225l13 -135h155l-5 -58l-50 -14l-50 14l-4 37h-45l7 -72zM0 378h357l-32 -365l-146 -51l-147 51z" />
602
- <glyph unicode="&#xf352;" horiz-adv-x="384" d="M0 384h384v-384h-384v384zM101 63q15 -33 54 -33q25 0 39.5 13.5t14.5 40.5v124h-36v-123q0 -23 -19 -23q-13 0 -24 19zM228 67q19 -37 66 -37q27 0 43.5 13.5t16.5 36.5q0 22 -11.5 34t-36.5 23l-9 4q-12 5 -17 9.5t-5 12.5q0 6 4.5 10.5t12.5 4.5q15 0 24 -15l27 18 q-16 29 -51 29q-24 0 -38.5 -13.5t-14.5 -34.5t11 -33t33 -21l9 -4q10 -5 14.5 -7t8 -6.5t3.5 -10.5q0 -8 -6.5 -13t-17.5 -5q-23 0 -36 22z" />
603
- <glyph unicode="&#xf353;" horiz-adv-x="458" d="M0 294q45 29 82 35.5t60 -5.5t39 -35.5t23 -48t8 -49.5q3 -37 -18.5 -72.5t-57.5 -47.5t-83 16v-120l-53 34v293zM51 256v-121q41 -25 65.5 -21t35 24.5t10.5 56.5q0 47 -17 68t-41.5 17.5t-52.5 -24.5zM299 328q-4 -78 0 -155q3 -21 14.5 -30.5t26.5 -8t30 6t25 10.5 l10 5v155l53 -6v-207q0 -28 -8 -50.5t-20 -36t-27 -23t-30.5 -13.5t-27.5 -6t-20 -2h-8l-18 51q35 0 59 8.5t33 20t13.5 23.5t3.5 20l-1 8q-42 -16 -73.5 -17.5t-47.5 7.5t-25.5 20.5t-11.5 20.5l-2 10v155z" />
604
- <glyph unicode="&#xf354;" d="M366 288q25 0 43 -18t18 -43v-81q0 -25 -18 -43t-43 -18h-153q0 -6 5 -13t10 -7h92v-36q0 -25 -18 -43t-43 -18h-91q-26 0 -43.5 18t-17.5 43v80q0 25 17.5 43t43.5 18h112q25 0 42.5 18t17.5 43v57h26zM274 36q-15 0 -15 -19q0 -15 15 -15q7 0 11 4.5t4 10.5 q0 19 -15 19zM61 75q-25 0 -43 17.5t-18 43.5v80q0 26 18 43.5t43 17.5h152q0 7 -4.5 14t-10.5 7h-91v36q0 25 17.5 43t43.5 18h91q25 0 43 -18t18 -43v-80q0 -26 -18 -43.5t-43 -17.5h-112q-25 0 -43 -18t-18 -43v-57h-25zM152 326q16 0 16 19q0 15 -16 15q-15 0 -15 -15 q0 -19 15 -19z" />
605
- <glyph unicode="&#xf355;" d="M325 72q-58 0 -87 22.5t-42 64.5l-16 49q-11 32 -25 48t-44 16q-25 0 -42.5 -20t-17.5 -62q0 -35 16 -56t42 -21q17 0 33 7t23 14l8 7l15 -43q-3 -3 -9 -7t-27 -11.5t-45 -7.5q-52 0 -79.5 30t-27.5 86q0 59 28.5 91.5t81.5 32.5q49 0 76 -20t42 -68l16 -50 q10 -30 28.5 -46t53.5 -16q51 0 51 26q0 23 -33 30l-34 8q-56 14 -56 65q0 38 24.5 54.5t62.5 16.5q78 0 84 -63l-49 -6q-3 30 -38 30t-35 -26q0 -23 28 -29l31 -7q65 -15 65 -71q0 -68 -102 -68z" />
606
- <glyph unicode="&#xf356;" d="M363 43v121q0 31 -22 53t-53 22q-15 0 -30 -8.5t-23 -21.5v26h-64v-192h64v113q0 13 9 22.5t22.5 9.5t23 -9.5t9.5 -22.5v-113h64zM96 271q16 0 27.5 11t11.5 27t-11.5 27.5t-27.5 11.5t-27.5 -11.5t-11.5 -27.5t11.5 -27t27.5 -11zM128 43v192h-64v-192h64zM384 405 q18 0 30.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h341z" />
607
- <glyph unicode="&#xf357;" horiz-adv-x="371" d="M237 405q79 0 112 -39q30 -35 20 -99q-23 -146 -175 -146h-49q-8 0 -14 -5t-7 -13l-17 -106q-1 -8 -7 -13t-14 -5h-73q-6 0 -10 4.5t-3 9.5l62 394q2 8 7.5 13t13.5 5h154zM255 261q4 29 -8 43q-6 8 -18 11.5t-21.5 4t-27.5 0.5h-11q-11 0 -12 -11l-17 -103h23 q17 0 25.5 0.5t22 3.5t21 8.5t14 16.5t9.5 26z" />
608
- <glyph unicode="&#xf358;" d="M235 102q53 0 82 35t29 82q0 52 -39 89.5t-93.5 37.5t-93.5 -37.5t-39 -89.5q0 -34 18 -63q6 -11 18 -11q9 0 15.5 6.5t6.5 14.5q0 5 -4 11q-11 20 -11 42q0 35 26 59.5t63 24.5t63.5 -24.5t26.5 -59.5q0 -30 -16.5 -51.5t-51.5 -21.5q-12 0 -20 8.5t-8 20.5 q0 9 9.5 28.5t9.5 35.5q0 28 -31 28q-14 0 -24.5 -11.5t-10.5 -36.5q0 -8 1 -16t2 -12l1 -3l-39 -119l-1 -4v-1.5v-1.5q0 -10 6.5 -17t16.5 -7q14 0 20 12l1 -1l1 4l20 69q19 -20 46 -20zM384 405q18 0 30.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-30.5 -12.5h-341 q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h341z" />
609
- <glyph unicode="&#xf359;" d="M427 332v-37v-75q0 -39 -10 -69q-18 -60 -68 -102q-53 -44 -121 -48q-70 -5 -129 32q-54 35 -80 93q-15 33 -18 66q-1 18 -1 75v36.5v38.5q0 14 7.5 25t20.5 15q8 2 16 2h20h38h74h21h16q25 0 75.5 -0.5t75.5 -0.5q27 0 35 -2q14 -4 22 -17q6 -9 6 -32zM342 235 q5 15 -6 27q-10 13 -27 10q-5 0 -9.5 -3t-7 -5t-8 -7.5l-6.5 -6.5q-56 -55 -64 -62q-2 1 -56 53q-7 7 -15 14q-11 11 -14 13q-13 9 -27 2q-15 -6 -17.5 -21.5t8.5 -26.5q1 0 58 -56l28 -26q1 -2 5.5 -6.5t7 -6.5t7 -5t8.5 -4q15 -3 27 8q4 4 9 8.5t11 10.5l9 9q52 50 58 55 l5.5 5.5l6.5 6.5t5 6t4 8z" />
610
- <glyph unicode="&#xf35a;" horiz-adv-x="491" d="M395 363l96 -171l-96 -171h-86l96 171l-55 99l-169 -270h-85l-96 171l96 171h85l-96 -171l56 -99l168 270h86z" />
611
- <glyph unicode="&#xf35b;" horiz-adv-x="384" d="M320 105q26 0 44 -18.5t18 -44t-18 -44t-44 -18.5t-44 18.5t-18 44.5q0 6 1 14l-151 88q-19 -17 -44 -17q-27 0 -45.5 18.5t-18.5 45.5t18.5 45.5t45.5 18.5q25 0 44 -17l150 87q-2 9 -2 15q0 27 18.5 45.5t45.5 18.5t45.5 -18.5t18.5 -45t-18.5 -45.5t-45.5 -19 q-25 0 -44 18l-150 -88q2 -9 2 -15t-2 -15l152 -88q18 16 42 16z" />
612
- <glyph unicode="&#xf35c;" horiz-adv-x="336" d="M245 13v145h34v-179h-279v178l32 -1l-1 -143h214zM52 73h167v-35h-167v35zM57 136l168 -16l-4 -36l-168 16zM72 209l163 -46l-10 -35l-163 46zM112 291l144 -87l-19 -32l-144 87zM262 210l-98 137l30 21l98 -137zM272 399l36 6l28 -166l-36 -6z" />
613
- <glyph unicode="&#xf35d;" horiz-adv-x="439" d="M355 263q0 23 -16.5 39t-39 16t-39 -16t-16.5 -39t16.5 -39t39 -16t39 16t16.5 39zM181 95q0 -24 -17 -40t-40 -16q-16 0 -29.5 8t-20.5 22q15 -6 28 -12q17 -6 34 1t25 25q6 17 -1 34t-25 24l-23 9q6 2 12 2q23 0 40 -16.5t17 -40.5zM439 329v-274q0 -34 -24 -58 t-58 -24h-275q-34 0 -58 24t-24 58v44l49 -20q6 -26 27 -43.5t48 -17.5q30 0 52 20t25 50l98 72q43 0 73 30t30 73q0 42 -30 72.5t-73 30.5q-42 0 -72 -30t-31 -72l-64 -92h-8q-21 0 -39 -11l-85 34v134q0 34 24 58t58 24h275q34 0 58 -24t24 -58zM368 263q0 -29 -20 -49 t-48.5 -20t-49 20t-20.5 48.5t20.5 49t48.5 20.5q29 0 49 -20.5t20 -48.5z" />
614
- <glyph unicode="&#xf35e;" d="M372 273q0 -26 -18 -44.5t-44 -18.5t-44.5 18.5t-18.5 44.5t18.5 44.5t44.5 18.5t44 -18.5t18 -44.5zM0 73v110l65 -26q20 12 45 12h9l73 105q0 48 34.5 82t82.5 34q49 0 83.5 -34.5t34.5 -83t-34.5 -83t-83.5 -34.5l-112 -82q-3 -34 -28 -56.5t-59 -22.5q-32 0 -56 19.5 t-30 49.5zM309.5 352q-32.5 0 -55.5 -23.5t-23 -56t23 -55.5t55.5 -23t55.5 23t23 55.5t-23 56t-55.5 23.5zM110 146q-7 0 -14 -2l27 -10q19 -8 27.5 -27.5t0.5 -39.5t-27.5 -28t-39.5 -1q-6 3 -16.5 7.5t-14.5 5.5q18 -34 57 -34q26 0 45 19t19 45.5t-19 45.5t-45 19z" />
615
- <glyph unicode="&#xf35f;" d="M335 249q22 18 28 30q-13 -6 -31 -9q18 13 24 32q-20 -11 -37 -14q-12 14 -31 16.5t-35.5 -5t-26.5 -25t-5 -38.5q-67 4 -118 59q-11 -20 -4.5 -43.5t21.5 -32.5q-11 1 -24 7q1 -43 44 -57q-12 -3 -24 -1q12 -36 53 -40q-15 -13 -39 -19.5t-45 -3.5q45 -28 92 -26 q70 3 113.5 49.5t44.5 120.5zM384 405q18 0 30.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h341z" />
616
- <glyph unicode="&#xf360;" d="M383 279v-11q0 -45 -16.5 -88.5t-47 -79.5t-79 -58.5t-106.5 -22.5q-73 0 -134 39q10 -1 21 -1q61 0 109 37q-29 1 -51.5 18t-30.5 43q8 -2 16 -2q12 0 23 4q-30 6 -50 30t-20 55v1q19 -10 40 -11q-39 27 -39 73q0 24 12 44q33 -40 79.5 -64t100.5 -27q-2 10 -2 20 q0 36 25.5 61.5t61.5 25.5q38 0 64 -27q30 6 56 21q-10 -31 -39 -48q27 3 51 13q-18 -26 -44 -45z" />
617
- <glyph unicode="&#xf361;" horiz-adv-x="549" d="M548 299q7 -18 -43 -84q-7 -9 -18 -24q-23 -28 -26 -37q-5 -12 4 -23q5 -6 23 -24h1v-1q41 -37 55 -63l2 -4t2 -7.5t0 -9.5t-7 -7.5t-17 -3.5l-73 -2q-7 -1 -16.5 2t-14.5 6l-6 4q-9 6 -20 18t-19.5 22t-17.5 16.5t-16 4.5q-1 0 -2.5 -1t-5 -4.5t-6 -8.5t-4.5 -14.5 t-2 -22.5q0 -4 -1 -7.5t-2 -5.5l-1 -1q-6 -6 -16 -6h-32q-21 -2 -42.5 4t-37.5 15.5t-29 19t-20 16.5l-7 7q-3 2 -8 8t-20.5 26t-30.5 43t-35 60.5t-37 77.5q-2 5 -2 8t1 5l1 1q4 6 16 6h79q3 0 6 -1.5l5 -2.5l1 -1q5 -3 7 -9q6 -14 13.5 -29.5t11.5 -23.5l4 -8 q9 -17 16.5 -29.5t13.5 -19.5t12 -11t10 -4t8 1l1 1.5t3.5 6.5t4 13t2.5 23t0 36q-1 11 -3 20.5t-4 13.5l-1 3q-7 10 -25 13q-3 0 2 7q5 5 11 8q15 8 68 7q23 0 39 -4q5 -1 9 -3.5t6 -7t3 -9t1 -13v-15.5q-1 -8 -1 -20v-24q0 -3 -0.5 -12t-0.5 -14t1 -11.5t3.5 -11t6.5 -6.5 q2 -1 4.5 -1.5t7.5 3t11 10t15 19.5t19 30q17 30 31 65q1 2 2.5 4.5t3.5 3.5h1l1 1l4 1h6l82 1q11 1 18.5 -1t8.5 -5z" />
618
- <glyph unicode="&#xf362;" d="M40 280q-17 29 -38 37l-2 1v15h1h109v-15q-13 -1 -21.5 -7t-5.5 -17q14 -33 40.5 -94t38.5 -89l46 87q-7 14 -23 51.5t-27 58.5q-7 10 -36 11v14h102l1 -14q-6 -1 -10 -2t-7 -4.5t-2 -8.5l29 -64q28 60 28 61q3 11 -5 14.5t-21 3.5l-1 14h92v-14q-24 -2 -33 -15 q-14 -20 -46 -89q23 -53 43 -95l78 180q-6 13 -29 19l-1 14l87 -1v-14q-6 -1 -11 -3q-11 -5 -18 -17l-107 -247h-18l-52 120l-62 -120h-18q-16 33 -48 111t-53 118z" />
619
- <glyph unicode="&#xf363;" horiz-adv-x="363" d="M0 192v112l128 28v-138zM363 384v-187l-214 -3v143zM0 171l128 -2v-146l-128 25v123zM363 165v-186l-214 40v150z" />
620
- <glyph unicode="&#xf364;" horiz-adv-x="469" d="M384 192v-107h-107v43h64v64h43zM128 256v-64h-43v107h107v-43h-64zM427 384q17 0 29.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h384zM427 42v300h-384v-300h384z" />
621
- <glyph unicode="&#xf365;" d="M299 235v-43h-43v43h43zM299 149v-42h-43v42h43zM128 235v-43h-43v43h43zM213 235v-43h-42v43h42zM384 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h341zM384 64v256h-341v-256 h341z" />
622
- <glyph unicode="&#xf366;" d="M170.5 256q8.5 0 15 -6.5t6.5 -15t-6.5 -15t-15 -6.5t-15 6.5t-6.5 15t6.5 15t15 6.5zM170.5 171q8.5 0 15 -6.5t6.5 -15t-6.5 -15t-15 -6.5t-15 6.5t-6.5 15t6.5 15t15 6.5zM106.5 245q10.5 0 10.5 -10.5t-10.5 -10.5t-10.5 10.5t10.5 10.5zM170.5 96q10.5 0 10.5 -10.5 t-10.5 -10.5t-10.5 10.5t10.5 10.5zM106.5 160q10.5 0 10.5 -10.5t-10.5 -10.5t-10.5 10.5t10.5 10.5zM170.5 288q-10.5 0 -10.5 10.5t10.5 10.5t10.5 -10.5t-10.5 -10.5zM256 256q9 0 15 -6.5t6 -15t-6 -15t-15 -6.5t-15 6.5t-6 15t6 15t15 6.5zM256 288q-11 0 -11 10.5 t11 10.5t11 -10.5t-11 -10.5zM320 160q11 0 11 -10.5t-11 -10.5t-11 10.5t11 10.5zM320 245q11 0 11 -10.5t-11 -10.5t-11 10.5t11 10.5zM213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21 q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121t50 -121t120.5 -50zM256 96q11 0 11 -10.5t-11 -10.5t-11 10.5t11 10.5zM256 171q9 0 15 -6.5t6 -15t-6 -15t-15 -6.5t-15 6.5t-6 15t6 15t15 6.5z" />
623
- <glyph unicode="&#xf367;" horiz-adv-x="384" d="M42.5 75q-13.5 0 -22.5 9t-9 22.5t9 23t22.5 9.5t23 -9.5t9.5 -23t-9.5 -22.5t-23 -9zM128 171q-9 0 -15 6t-6 15t6 15t15 6t15 -6t6 -15t-6 -15t-15 -6zM128 256q-9 0 -15 6.5t-6 15t6 15t15 6.5t15 -6.5t6 -15t-6 -15t-15 -6.5zM0 0v43h384v-43h-384zM42.5 245 q-13.5 0 -22.5 9.5t-9 23t9 22.5t22.5 9t23 -9t9.5 -22.5t-9.5 -23t-23 -9.5zM42.5 160q-13.5 0 -22.5 9.5t-9 22.5t9 22.5t22.5 9.5t23 -9.5t9.5 -22.5t-9.5 -22.5t-23 -9.5zM128 85q-9 0 -15 6.5t-6 15t6 15t15 6.5t15 -6.5t6 -15t-6 -15t-15 -6.5zM298.5 96 q-10.5 0 -10.5 10.5t10.5 10.5t10.5 -10.5t-10.5 -10.5zM0 384h384v-43h-384v43zM298.5 267q-10.5 0 -10.5 10.5t10.5 10.5t10.5 -10.5t-10.5 -10.5zM298.5 181q-10.5 0 -10.5 11t10.5 11t10.5 -11t-10.5 -11zM213.5 256q-8.5 0 -15 6.5t-6.5 15t6.5 15t15 6.5t15 -6.5 t6.5 -15t-6.5 -15t-15 -6.5zM213.5 171q-8.5 0 -15 6t-6.5 15t6.5 15t15 6t15 -6t6.5 -15t-6.5 -15t-15 -6zM213.5 85q-8.5 0 -15 6.5t-6.5 15t6.5 15t15 6.5t15 -6.5t6.5 -15t-6.5 -15t-15 -6.5z" />
624
- <glyph unicode="&#xf368;" horiz-adv-x="405" d="M245.5 299q-8.5 0 -15 6t-6.5 15t6.5 15t15 6t15 -6t6.5 -15t-6.5 -15t-15 -6zM241 203q-11 2 -18.5 9.5t-8.5 17.5l-1 5q0 13 9.5 22.5t23 9.5t22.5 -9.5t9 -23t-9 -22.5t-23 -9h-4zM245.5 373q-10.5 0 -10.5 11t10.5 11t10.5 -11t-10.5 -11zM160 373q-11 0 -11 11 t11 11t11 -11t-11 -11zM394.5 224q-10.5 0 -10.5 10.5t10.5 10.5t10.5 -10.5t-10.5 -10.5zM160 299q-9 0 -15 6t-6 15t6 15t15 6t15 -6t6 -15t-6 -15t-15 -6zM330.5 128q-8.5 0 -15 6.5t-6.5 15t6.5 15t15 6.5t15 -6.5t6.5 -15t-6.5 -15t-15 -6.5zM330.5 213q-8.5 0 -15 6.5 t-6.5 15t6.5 15t15 6.5t15 -6.5t6.5 -15t-6.5 -15t-15 -6.5zM330.5 299q-8.5 0 -15 6t-6.5 15t6.5 15t15 6t15 -6t6.5 -15t-6.5 -15t-15 -6zM245.5 11q10.5 0 10.5 -11t-10.5 -11t-10.5 11t10.5 11zM0 336l27 27l346 -347l-27 -27l-81 81q2 -4 2 -6q0 -9 -6.5 -15t-15 -6 t-15 6t-6.5 15t6.5 15t14.5 6q2 0 6 -1l-60 60q-1 -11 -10 -19t-21 -8q-13 0 -22.5 9.5t-9.5 22.5q0 12 7.5 21t19.5 11l-60 60q1 -4 1 -6q0 -9 -6.5 -15.5t-15 -6.5t-15 6.5t-6.5 15t6.5 15t15.5 6.5l6 -1zM160 85q9 0 15 -6t6 -15t-6 -15t-15 -6t-15 6t-6 15t6 15t15 6z M394.5 160q10.5 0 10.5 -10.5t-10.5 -10.5t-10.5 10.5t10.5 10.5zM74.5 171q8.5 0 15 -6.5t6.5 -15t-6.5 -15t-15 -6.5t-15 6.5t-6.5 15t6.5 15t15 6.5zM10.5 245q10.5 0 10.5 -10.5t-10.5 -10.5t-10.5 10.5t10.5 10.5zM160 11q11 0 11 -11t-11 -11t-11 11t11 11zM74.5 85 q8.5 0 15 -6t6.5 -15t-6.5 -15t-15 -6t-15 6t-6.5 15t6.5 15t15 6zM10.5 160q10.5 0 10.5 -10.5t-10.5 -10.5t-10.5 10.5t10.5 10.5z" />
625
- <glyph unicode="&#xf369;" horiz-adv-x="405" d="M74.5 171q8.5 0 15 -6.5t6.5 -15t-6.5 -15t-15 -6.5t-15 6.5t-6.5 15t6.5 15t15 6.5zM74.5 85q8.5 0 15 -6t6.5 -15t-6.5 -15t-15 -6t-15 6t-6.5 15t6.5 15t15 6zM74.5 256q8.5 0 15 -6.5t6.5 -15t-6.5 -15t-15 -6.5t-15 6.5t-6.5 15t6.5 15t15 6.5zM10.5 245 q10.5 0 10.5 -10.5t-10.5 -10.5t-10.5 10.5t10.5 10.5zM74.5 341q8.5 0 15 -6t6.5 -15t-6.5 -15t-15 -6t-15 6t-6.5 15t6.5 15t15 6zM394.5 224q-10.5 0 -10.5 10.5t10.5 10.5t10.5 -10.5t-10.5 -10.5zM245.5 299q-8.5 0 -15 6t-6.5 15t6.5 15t15 6t15 -6t6.5 -15t-6.5 -15 t-15 -6zM245.5 373q-10.5 0 -10.5 11t10.5 11t10.5 -11t-10.5 -11zM10.5 160q10.5 0 10.5 -10.5t-10.5 -10.5t-10.5 10.5t10.5 10.5zM160 11q11 0 11 -11t-11 -11t-11 11t11 11zM160 373q-11 0 -11 11t11 11t11 -11t-11 -11zM160 299q-9 0 -15 6t-6 15t6 15t15 6t15 -6 t6 -15t-6 -15t-15 -6zM160 181q13 0 22.5 -9t9.5 -22.5t-9.5 -23t-22.5 -9.5t-22.5 9.5t-9.5 23t9.5 22.5t22.5 9zM330.5 171q8.5 0 15 -6.5t6.5 -15t-6.5 -15t-15 -6.5t-15 6.5t-6.5 15t6.5 15t15 6.5zM330.5 85q8.5 0 15 -6t6.5 -15t-6.5 -15t-15 -6t-15 6t-6.5 15t6.5 15 t15 6zM330.5 256q8.5 0 15 -6.5t6.5 -15t-6.5 -15t-15 -6.5t-15 6.5t-6.5 15t6.5 15t15 6.5zM330.5 341q8.5 0 15 -6t6.5 -15t-6.5 -15t-15 -6t-15 6t-6.5 15t6.5 15t15 6zM394.5 160q10.5 0 10.5 -10.5t-10.5 -10.5t-10.5 10.5t10.5 10.5zM245.5 85q8.5 0 15 -6t6.5 -15 t-6.5 -15t-15 -6t-15 6t-6.5 15t6.5 15t15 6zM245.5 11q10.5 0 10.5 -11t-10.5 -11t-10.5 11t10.5 11zM160 267q13 0 22.5 -9.5t9.5 -23t-9.5 -22.5t-22.5 -9t-22.5 9t-9.5 22.5t9.5 23t22.5 9.5zM160 85q9 0 15 -6t6 -15t-6 -15t-15 -6t-15 6t-6 15t6 15t15 6zM245.5 181 q13.5 0 22.5 -9t9 -22.5t-9 -23t-22.5 -9.5t-23 9.5t-9.5 23t9.5 22.5t23 9zM245.5 267q13.5 0 22.5 -9.5t9 -23t-9 -22.5t-22.5 -9t-23 9t-9.5 22.5t9.5 23t23 9.5z" />
626
- <glyph unicode="&#xf36a;" horiz-adv-x="320" d="M107 405q88 0 150.5 -62.5t62.5 -150.5t-62.5 -150.5t-150.5 -62.5q-57 0 -107 28q49 29 78 78t29 107t-29 107t-78 78q50 28 107 28z" />
627
- <glyph unicode="&#xf36b;" horiz-adv-x="277" d="M64 405q88 0 150.5 -62.5t62.5 -150.5t-62.5 -150.5t-150.5 -62.5q-33 0 -64 9q66 21 107.5 77t41.5 127t-41.5 127t-107.5 77q31 9 64 9z" />
628
- <glyph unicode="&#xf36c;" horiz-adv-x="483" d="M412 263l71 -71l-71 -71v-100h-100l-71 -70l-70 70h-100v100l-71 71l71 71v100h100l70 70l71 -70h100v-100zM241 64q53 0 90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5q-28 0 -53 -12q33 -15 54 -46.5t21 -69.5t-21 -69.5t-54 -46.5q25 -12 53 -12z" />
629
- <glyph unicode="&#xf36d;" horiz-adv-x="483" d="M412 121v-100h-100l-71 -70l-70 70h-100v100l-71 71l71 71v100h100l70 70l71 -70h100v-100l71 -71zM241 64q53 0 90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5z" />
630
- <glyph unicode="&#xf36e;" horiz-adv-x="483" d="M412 121v-100h-100l-71 -70l-70 70h-100v100l-71 71l71 71v100h100l70 70l71 -70h100v-100l71 -71zM241 64q53 0 90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5v-256z" />
631
- <glyph unicode="&#xf36f;" horiz-adv-x="483" d="M412 263l71 -71l-71 -71v-100h-100l-71 -70l-70 70h-100v100l-71 71l71 71v100h100l70 70l71 -70h100v-100zM241 64q53 0 90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5zM241.5 277q35.5 0 60.5 -25t25 -60t-25 -60 t-60.5 -25t-60.5 25t-25 60t25 60t60.5 25z" />
632
- <glyph unicode="&#xf370;" horiz-adv-x="483" d="M217 178l24 78l25 -78h-49zM412 263l71 -71l-71 -71v-100h-100l-71 -70l-70 70h-100v100l-71 71l71 71v100h100l70 70l71 -70h100v-100zM290 107h41l-68 192h-43l-68 -192h40l15 42h68z" />
633
- <glyph unicode="&#xf371;" horiz-adv-x="469" d="M427 384q17 0 29.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h384zM427 42v300h-384v-300h384zM149 107v53l-32 32l32 32v53h54l32 32l32 -32h53v-53l32 -32l-32 -32v-53h-53l-32 -32l-32 32 h-54zM235 256v-128q26 0 45 18.5t19 45.5t-19 45.5t-45 18.5z" />
634
- <glyph unicode="&#xf372;" horiz-adv-x="384" d="M384 341v-140l-64 64l-85 -86l-86 86l-85 -86l-64 65v97q0 18 12.5 30.5t30.5 12.5h298q18 0 30.5 -12.5t12.5 -30.5zM320 204l64 -64v-97q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v140l64 -64l85 86l86 -86z" />
635
- <glyph unicode="&#xf373;" horiz-adv-x="384" d="M192 277q35 0 60 -25t25 -60t-25 -60t-60 -25t-60 25t-25 60t25 60t60 25zM43 128v-85h85v-43h-85q-18 0 -30.5 12.5t-12.5 30.5v85h43zM43 341v-85h-43v85q0 18 12.5 30.5t30.5 12.5h85v-43h-85zM341 384q18 0 30.5 -12.5t12.5 -30.5v-85h-43v85h-85v43h85zM341 43v85 h43v-85q0 -18 -12.5 -30.5t-30.5 -12.5h-85v43h85z" />
636
- <glyph unicode="&#xf374;" horiz-adv-x="384" d="M43 128v-85h85v-43h-85q-18 0 -30.5 12.5t-12.5 30.5v85h43zM43 341v-85h-43v85q0 18 12.5 30.5t30.5 12.5h85v-43h-85zM341 384q18 0 30.5 -12.5t12.5 -30.5v-85h-43v85h-85v43h85zM341 43v85h43v-85q0 -18 -12.5 -30.5t-30.5 -12.5h-85v43h85zM192 277q35 0 60 -25 t25 -60t-25 -60t-60 -25t-60 25t-25 60t25 60t60 25zM192 149q18 0 30.5 12.5t12.5 30.5t-12.5 30.5t-30.5 12.5t-30.5 -12.5t-12.5 -30.5t12.5 -30.5t30.5 -12.5z" />
637
- <glyph unicode="&#xf375;" horiz-adv-x="384" d="M149 384v43h43v-470h-43v43h-106q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h106zM149 64v128l-106 -128h106zM341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-106v192l106 -128v277h-106v43h106z" />
638
- <glyph unicode="&#xf376;" horiz-adv-x="384" d="M341 320q18 0 30.5 -12.5t12.5 -30.5v-170q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v170q0 18 12.5 30.5t30.5 12.5h298zM341 107v170h-298v-170h298z" />
639
- <glyph unicode="&#xf377;" horiz-adv-x="384" d="M341 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h298zM341 64v256h-298v-256h298z" />
640
- <glyph unicode="&#xf378;" horiz-adv-x="384" d="M341 341q18 0 30.5 -12.5t12.5 -29.5v-214q0 -17 -12.5 -29.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 29.5v214q0 17 12.5 29.5t30.5 12.5h298zM341 85v214h-298v-214h298z" />
641
- <glyph unicode="&#xf379;" horiz-adv-x="384" d="M341 299q18 0 30.5 -12.5t12.5 -30.5v-128q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v128q0 18 12.5 30.5t30.5 12.5h298zM341 128v128h-298v-128h298z" />
642
- <glyph unicode="&#xf37a;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM341 43v298h-298v-298h298z" />
643
- <glyph unicode="&#xf37b;" horiz-adv-x="384" d="M0 341q0 18 12.5 30.5t30.5 12.5h85v-43h-85v-85h-43v85zM43 128v-85h85v-43h-85q-18 0 -30.5 12.5t-12.5 30.5v85h43zM341 43v85h43v-85q0 -18 -12.5 -30.5t-30.5 -12.5h-85v43h85zM341 384q18 0 30.5 -12.5t12.5 -30.5v-85h-43v85h-85v43h85z" />
644
- <glyph unicode="&#xf37c;" horiz-adv-x="384" d="M341 341q18 0 30.5 -12.5t12.5 -29.5v-214q0 -17 -12.5 -29.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 29.5v214q0 17 12.5 29.5t30.5 12.5h298zM341 85v214h-298v-214h298z" />
645
- <glyph unicode="&#xf37d;" horiz-adv-x="299" d="M256 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-213q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h213zM256 43v298h-213v-298h213z" />
646
- <glyph unicode="&#xf37e;" horiz-adv-x="341" d="M299 363q17 0 29.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-29.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h256zM299 64v256h-256v-256h256z" />
647
- <glyph unicode="&#xf37f;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM53 288v-32h43v-43h32v43h43v32h-43v43h-32v-43h-43zM341 43v298l-298 -298h298zM299 85h-107v32h107v-32z" />
648
- <glyph unicode="&#xf380;" d="M277 85h-42v43h42v43h43v-43h43v-43h-43v-42h-43v42zM384 405q18 0 30.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h341zM64 341v-42h128v42h-128zM384 21v342l-341 -342h341z" />
649
- <glyph unicode="&#xf381;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM341 43v298h-149v-128l-149 -170h149v170z" />
650
- <glyph unicode="&#xf382;" horiz-adv-x="384" d="M43 128v-85h85v-43h-85q-18 0 -30.5 12.5t-12.5 30.5v85h43zM43 341v-85h-43v85q0 18 12.5 30.5t30.5 12.5h85v-43h-85zM341 384q18 0 30.5 -12.5t12.5 -30.5v-85h-43v85h-85v43h85zM341 43v85h43v-85q0 -18 -12.5 -30.5t-30.5 -12.5h-85v43h85zM192 256q27 0 45.5 -18.5 t18.5 -45.5t-18.5 -45.5t-45.5 -18.5t-45.5 18.5t-18.5 45.5t18.5 45.5t45.5 18.5z" />
651
- <glyph unicode="&#xf383;" d="M384 363q18 0 30.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h85l85 85l86 -85h85zM384 21v299h-96l-74 75l-75 -75h-96v-299h341zM341 277h-256v-213h256v213z" />
652
- <glyph unicode="&#xf384;" horiz-adv-x="425" d="M191 361q-46 -5 -83 -34l-31 30q50 41 114 47v-43zM347 357l-30 -30q-38 29 -83 34v43q63 -6 113 -47zM381 213q-5 46 -34 84l30 30q41 -50 48 -114h-44zM78 297q-29 -38 -35 -84h-43q6 64 47 114zM43 171q6 -46 35 -83l-31 -31q-41 50 -47 114h43zM276 192 q0 -27 -18.5 -45.5t-45 -18.5t-45.5 18.5t-19 45.5t19 45.5t45.5 18.5t45 -18.5t18.5 -45.5zM347 87q29 38 34 83h44q-7 -63 -48 -113zM234 23q46 6 83 34l30 -30q-50 -41 -113 -47v43zM77 27l31 30q37 -29 83 -34v-43q-64 6 -114 47z" />
653
- <glyph unicode="&#xf385;" horiz-adv-x="384" d="M171 256h42v-43h-42v43zM128 213h43v-42h-43v42zM213 213h43v-42h-43v42zM256 256h43v-43h-43v43zM85 256h43v-43h-43v43zM341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298z M128 64v43h-43v-43h43zM213 64v43h-42v-43h42zM299 64v43h-43v-43h43zM341 213v128h-298v-128h42v-42h-42v-43h42v43h43v-43h43v43h42v-43h43v43h43v-43h42v43h-42v42h42z" />
654
- <glyph unicode="&#xf386;" horiz-adv-x="341" d="M128 192q18 0 30.5 -12.5t12.5 -30t-12.5 -30t-30.5 -12.5t-30.5 12.5t-12.5 30t12.5 30t30.5 12.5zM42.5 277q17.5 0 30 -12.5t12.5 -30t-12.5 -30t-30 -12.5t-30 12.5t-12.5 30t12.5 30t30 12.5zM42.5 107q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5t-30 12.5 t-12.5 30.5t12.5 30.5t30 12.5zM298.5 277q-17.5 0 -30 12.5t-12.5 30.5t12.5 30.5t30 12.5t30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5zM213.5 107q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5zM298.5 192q17.5 0 30 -12.5 t12.5 -30t-12.5 -30t-30 -12.5t-30 12.5t-12.5 30t12.5 30t30 12.5zM213.5 277q17.5 0 30 -12.5t12.5 -30t-12.5 -30t-30 -12.5t-30 12.5t-12.5 30t12.5 30t30 12.5zM128 363q18 0 30.5 -12.5t12.5 -30.5t-12.5 -30.5t-30.5 -12.5t-30.5 12.5t-12.5 30.5t12.5 30.5 t30.5 12.5z" />
655
- <glyph unicode="&#xf387;" horiz-adv-x="384" d="M85 64v256h43v-256h-43zM171 -21v426h42v-426h-42zM0 149v86h43v-86h-43zM256 64v256h43v-256h-43zM341 235h43v-86h-43v86z" />
656
- <glyph unicode="&#xf388;" horiz-adv-x="431" d="M343 128h-8l-24 23v105h75q13 0 22.5 -9.5t9.5 -22.5v-21q0 -10 -5.5 -18.5t-13.5 -11.5l19 -45h-32l-19 43h-24v-43zM343 224v-21h43v21h-43zM247 224h-8l-32 32h40q13 0 22.5 -9.5t9.5 -22.5v-41l-32 32v9zM173 245l258 -256l-24 -23l-162 162h-72v73l-32 32v-105h-32 v53h-43v-53h-32v128h32v-43h43v43h8l-117 117l23 22z" />
657
- <glyph unicode="&#xf389;" horiz-adv-x="469" d="M341 320q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM85.5 277q35.5 0 60.5 -25t25 -60t-25 -60t-60.5 -25t-60.5 25t-25 60t25 60t60.5 25zM85.5 149q17.5 0 30 12.5t12.5 30.5t-12.5 30.5t-30 12.5t-30 -12.5 t-12.5 -30.5t12.5 -30.5t30 -12.5z" />
658
- <glyph unicode="&#xf38a;" horiz-adv-x="469" d="M85.5 277q35.5 0 60.5 -25t25 -60t-25 -60t-60.5 -25t-60.5 25t-25 60t25 60t60.5 25zM341 320q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM341.5 107q35.5 0 60.5 25t25 60t-25 60t-60.5 25t-60.5 -25t-25 -60 t25 -60t60.5 -25z" />
659
- <glyph unicode="&#xf38b;" horiz-adv-x="384" d="M384 203q0 -19 -19 -30l19 -45h-32l-19 43h-24v-43h-32v128h75q13 0 22.5 -9.5t9.5 -22.5v-21zM352 203v21h-43v-21h43zM75 213v43h32v-128h-32v53h-43v-53h-32v128h32v-43h43zM213 256q13 0 22.5 -9.5t9.5 -22.5v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-74v128h74zM213 160 v64h-42v-64h42z" />
660
- <glyph unicode="&#xf38c;" horiz-adv-x="361" d="M31 139v128h299v-128h-299zM159 436h43v-63h-43v63zM330 383l31 -30l-39 -38l-30 30zM202 -31h-43v63h43v-63zM361 52l-31 -30l-38 39l30 30zM0 353l30 30l38 -38l-30 -30zM30 22l-30 31l38 38l30 -30z" />
661
- <glyph unicode="&#xf38d;" horiz-adv-x="384" d="M149 384q0 -30 -11 -57l-34 34q3 11 3 23h42zM0 357l27 27l357 -357l-27 -27l-61 61q-19 -28 -19 -61h-42q0 51 31 91l-31 30q-43 -52 -43 -121h-43q0 86 56 152l-53 53q-66 -56 -152 -56v43q68 0 122 43l-31 31q-40 -31 -91 -31v42q33 0 61 19zM235 384q0 -64 -34 -120 l-31 31q22 42 22 89h43zM361 104l-34 34q28 11 57 11v-42q-12 0 -23 -3zM264 201q56 34 120 34v-43q-47 0 -89 -22z" />
662
- <glyph unicode="&#xf38e;" horiz-adv-x="384" d="M64 384q0 -27 -18.5 -45.5t-45.5 -18.5v64h64zM235 384q0 -97 -69 -166t-166 -69v43q80 0 136 56t56 136h43zM149 384q0 -62 -43.5 -105.5t-105.5 -43.5v42q44 0 75.5 31.5t31.5 75.5h42zM149 0q0 97 69 166t166 69v-43q-80 0 -136 -56t-56 -136h-43zM320 0 q0 27 18.5 45.5t45.5 18.5v-64h-64zM235 0q0 62 43.5 105.5t105.5 43.5v-42q-44 0 -75.5 -31.5t-31.5 -75.5h-42z" />
663
- <glyph unicode="&#xf38f;" horiz-adv-x="469" d="M234.5 235q61.5 0 105.5 -44t44 -106h-43q0 44 -31 75.5t-75 31.5t-75.5 -31.5t-31.5 -75.5h-43q0 62 44 106t105.5 44zM235 320q97 0 165.5 -69t68.5 -166h-42q0 80 -56.5 136t-136 56t-135.5 -56t-56 -136h-43q0 97 69 166t166 69z" />
664
- <glyph unicode="&#xf390;" d="M235 299v-86h85v-42h-85v-86h-43v86h-85v42h85v86h43zM213 405q88 0 151 -62.5t63 -150.5v-171q0 -17 -12.5 -29.5t-30.5 -12.5h-171q-88 0 -150.5 62.5t-62.5 150.5t62.5 150.5t150.5 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121 t50 -121t120.5 -50z" />
665
- <glyph unicode="&#xf391;" d="M384 308q-84 -25 -171 -24q-87 0 -170 24v-232q83 24 170 24t171 -24v232zM415 363q12 0 12 -14v-314q0 -14 -12 -14q-4 0 -7 2q-94 35 -195 35t-194 -35q-4 -2 -7 -2q-12 0 -12 14v314q0 14 12 14q3 0 7 -2q94 -35 194 -35q101 0 195 35q3 2 7 2z" />
666
- <glyph unicode="&#xf392;" horiz-adv-x="342" d="M340 -3l2 -6q0 -12 -14 -12h-315q-13 0 -13 12q0 3 1 6q35 95 35 195t-35 195q-1 3 -1 6q0 12 13 12h315q13 0 13 -12q0 -3 -1 -6q-35 -95 -35 -195q0 -101 35 -195zM54 21h233q-25 84 -25 171t25 171h-233q25 -84 25 -171t-25 -171z" />
667
- <glyph unicode="&#xf393;" d="M213.5 320q-75.5 0 -155.5 -14q-15 -57 -15 -114t15 -114q80 -14 155.5 -14t155.5 14q15 57 15 114t-15 114q-80 14 -155.5 14zM213 363q83 0 170 -16l20 -3l5 -19q19 -67 19 -133t-19 -133l-5 -19l-20 -3q-87 -16 -170 -16t-169 16l-20 3l-5 19q-19 67 -19 133t19 133 l5 19l20 3q87 16 169 16z" />
668
- <glyph unicode="&#xf394;" horiz-adv-x="469" d="M427 128h42v-43h-42v43zM427 213h42v-42h-42v42zM469 43q0 -16 -13 -29.5t-29 -13.5v43h42zM256 384h43v-43h-43v43zM427 299h42v-43h-42v43zM427 384q16 0 29 -13.5t13 -29.5h-42v43zM0 299h43v-43h-43v43zM341 384h43v-43h-43v43zM341 43h43v-43h-43v43zM43 384v-43 h-43q0 16 13.5 29.5t29.5 13.5zM171 384h42v-43h-42v43zM85 384h43v-43h-43v43zM0 213h299v-213h-256q-18 0 -30.5 12.5t-12.5 30.5v170zM43 43h213l-68 91l-54 -69l-38 46z" />
669
- <glyph unicode="&#xf395;" horiz-adv-x="469" d="M469 128v-43h-42v43h42zM469 213v-42h-42v42h42zM469 43q0 -16 -13 -29.5t-29 -13.5v43h42zM299 384v-43h-43v43h43zM469 299v-43h-42v43h42zM427 384q16 0 29 -13.5t13 -29.5h-42v43zM43 0q-18 0 -30.5 12.5t-12.5 30.5v85h213v-128h-170zM43 299v-43h-43v43h43zM299 43 v-43h-43v43h43zM384 384v-43h-43v43h43zM384 43v-43h-43v43h43zM43 384v-43h-43q0 16 13.5 29.5t29.5 13.5zM43 213v-42h-43v42h43zM213 384v-43h-42v43h42zM128 384v-43h-43v43h43z" />
670
- <glyph unicode="&#xf396;" horiz-adv-x="469" d="M384 299v-128h-171v128h171zM427 384q17 0 29.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h384zM427 42v300h-384v-300h384z" />
671
- <glyph unicode="&#xf397;" horiz-adv-x="384" d="M149 277l107 -85l-107 -85v170zM341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM341 43v298h-298v-298h298z" />
672
- <glyph unicode="&#xf398;" horiz-adv-x="384" d="M352 382q24 -6 31 -30l-351 -350q-11 3 -19 11t-11 19zM189 384h61l-250 -250v61zM43 384h42l-85 -85v42q0 18 12.5 30.5t30.5 12.5zM341 0h-42l85 85v-42q0 -18 -13 -30q-12 -13 -30 -13zM134 0l250 250v-61l-189 -189h-61z" />
673
- <glyph unicode="&#xf399;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM192 23v338q-64 -8 -106.5 -56t-42.5 -113t43 -113t106 -56zM235 361v-20h61q-29 16 -61 20zM235 299v-22h126q-7 12 -15 22h-111zM235 235v-22h148 q-2 9 -5 22h-143zM235 23q32 4 61 20h-61v-20zM346 85q8 10 15 22h-126v-22h111zM378 149q3 13 5 22h-148v-22h143z" />
674
- <glyph unicode="&#xf39a;" horiz-adv-x="469" d="M427 384q17 0 29.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h384zM234.5 64q70.5 0 120.5 37.5t50 90.5t-50 90.5t-120.5 37.5t-120.5 -37.5t-50 -90.5t50 -90.5t120.5 -37.5z" />
675
- <glyph unicode="&#xf39b;" horiz-adv-x="508" d="M146 178l25 78l24 -78h-49zM469 299h39l-44 -192h-37l-32 130l-32 -130h-38l-2 9q-21 -43 -62 -69t-90 -26q-71 0 -121 50t-50 121t50 121t121 50q81 0 133 -64h16l26 -135l32 135h34l32 -135zM220 107h40l-68 192h-43l-68 -192h41l15 42h68z" />
676
- <glyph unicode="&#xf39c;" horiz-adv-x="256" d="M128 269l-98 -98l-30 30l128 128l128 -128l-30 -30zM0 64v43h256v-43h-256z" />
677
- <glyph unicode="&#xf39d;" horiz-adv-x="299" d="M0 85h299v-42h-299v42zM149 299l143 -171h-285z" />
678
- <glyph unicode="&#xf39e;" horiz-adv-x="341" d="M128 21v342h85v-342h-85zM0 21v171h85v-171h-85zM256 256h85v-235h-85v235z" />
679
- <glyph unicode="&#xf39f;" horiz-adv-x="373" d="M0 64v256l181 -128zM192 320l181 -128l-181 -128v256z" />
680
- <glyph unicode="&#xf3a0;" horiz-adv-x="373" d="M181 64l-181 128l181 128v-256zM192 192l181 128v-256z" />
681
- <glyph unicode="&#xf3a1;" horiz-adv-x="341" d="M0 170.5q0 70.5 50 120.5t121 50v86l106 -107l-106 -107v86q-53 0 -90.5 -38t-37.5 -90.5t37.5 -90t90 -37.5t90.5 37.5t38 90.5h42q0 -71 -50 -121t-120.5 -50t-120.5 50t-50 120.5zM145 107h-17v70l-21 -6v15l38 12h2v-91h-2zM239 145q0 -13 -2 -17l-7 -13 q-6 -6 -10 -6q-2 0 -6.5 -1t-6.5 -1q-9 0 -13 2q-2 1 -5 3t-6 3q-2 1 -6 13q-2 6 -2 17v15q0 13 2 17l6 13q7 6 11 6q2 0 6.5 1t6.5 1q8 0 13 -2q2 -1 5 -3t5 -3q3 -1 7 -13q2 -6 2 -17v-15zM222 162v11q-2 4 -2 6l-5 4q-2 3 -6 3t-6 -3l-5 -4q-2 -4 -2 -6v-43q2 -4 2 -6 t2 -3t3 -2q2 -2 6 -2t6 2l5 5q2 4 2 6v32z" />
682
- <glyph unicode="&#xf3a2;" horiz-adv-x="341" d="M119 160h9q6 0 10.5 4.5t4.5 8.5v4q-2 2 -2 4t-4 2h-11q-2 -2 -4.5 -2t-2.5 -4v-4h-21q0 6 2 10.5t6.5 8.5t8.5 4q1 0 5.5 1t5.5 1q8 0 13 -2q2 -1 5 -2t5 -2q3 -1 7 -9q2 -4 2 -10v-7q-2 -4 -2 -6q0 -4 -5 -4q-2 0 -6 -5q9 -4 11 -8q4 -9 4 -13q0 -8 -2 -11q-1 -1 -3 -4 t-4 -4q-4 -4 -10 -4q-2 0 -6.5 -1t-6.5 -1q-9 0 -11 2q-1 1 -5 2t-5 2q-3 1 -7 8q-2 5 -2 13h17v-4q2 -2 2 -4t5 -2h10q2 2 4.5 2t2.5 4v11q-2 2 -2 4t-5 2h-13v15zM241 145q0 -13 -2 -17l-6 -13q-7 -6 -11 -6q-2 0 -6.5 -1t-6.5 -1q-8 0 -13 2q-2 1 -5 3t-5 3q-3 1 -7 13 q-2 6 -2 17v15q0 13 2 17l7 13q6 6 10 6q2 0 6.5 1t6.5 1q9 0 13 -2q2 -1 5 -3t6 -3q2 -1 6 -13q2 -6 2 -17v-15zM222 162v11q-2 4 -2 6l-5 4q-2 3 -6 3t-6 -3l-5 -4q-2 -4 -2 -6v-43q2 -4 2 -6l5 -5q2 -2 6 -2t6 2l5 5q2 4 2 6v32zM0 170.5q0 70.5 50 120.5t121 50v86 l106 -107l-106 -107v86q-53 0 -90.5 -38t-37.5 -90.5t37.5 -90t90 -37.5t90.5 37.5t38 90.5h42q0 -71 -50 -121t-120.5 -50t-120.5 50t-50 120.5z" />
683
- <glyph unicode="&#xf3a3;" horiz-adv-x="341" d="M0 170.5q0 70.5 50 120.5t121 50v86l106 -107l-106 -107v86q-53 0 -90.5 -38t-37.5 -90.5t37.5 -90t90 -37.5t90.5 37.5t38 90.5h42q0 -71 -50 -121t-120.5 -50t-120.5 50t-50 120.5zM143 151l4 47h51v-15h-36l-2 -19q2 0 2 2q0 1 1 1t1 2h5h4q8 0 10 -3q2 -1 5 -3t4 -3 q2 -2 6 -11q3 -4 3 -12.5t-3 -10.5q0 -1 -2 -4.5t-4 -6.5q-2 -2 -11 -6q-4 -2 -12.5 -2t-10.5 2q-1 1 -5 2t-6 2q-3 1 -6 9q-2 4 -2 10h17q0 -4 4 -8q2 -2 9 -2q4 0 6 2l4 4q2 4 2 6v13l-2 4l-4 5q-4 2 -6 2h-5q-2 0 -4 -2q-1 -1 -1.5 -1t-0.5 -1l-2 -3h-13z" />
684
- <glyph unicode="&#xf3a4;" horiz-adv-x="384" d="M299 21q17 0 29.5 12.5t12.5 30.5h43q0 -35 -25 -60t-60 -25q-19 0 -35 7q-41 21 -59 76q-4 14 -12 22.5t-24 21.5q-41 31 -61 67q-23 41 -23 83q0 63 43.5 106t106.5 43t106 -43t43 -106h-43q0 45 -31 76t-75.5 31t-75.5 -31t-31 -76q0 -31 17 -63q16 -27 50 -54 q13 -10 20 -16t16.5 -19t14.5 -29q13 -38 36 -50q8 -4 17 -4zM99 392q-56 -56 -56 -136q0 -79 56 -136l-30 -30q-69 69 -69 166t69 166zM181 256q0 22 16 37.5t38 15.5t37.5 -15.5t15.5 -37.5t-15.5 -37.5t-37.5 -15.5t-38 15.5t-16 37.5z" />
685
- <glyph unicode="&#xf3a5;" d="M149 107v170h43v-170h-43zM213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121t50 -121t120.5 -50zM235 107v170h42v-170h-42z" />
686
- <glyph unicode="&#xf3a6;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM192 107v170h-43v-170h43zM277 107v170h-42v-170h42z" />
687
- <glyph unicode="&#xf3a7;" horiz-adv-x="256" d="M0 43v298h85v-298h-85zM171 341h85v-298h-85v298z" />
688
- <glyph unicode="&#xf3a8;" d="M171 96v192l128 -96zM213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121t50 -121t120.5 -50z" />
689
- <glyph unicode="&#xf3a9;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM171 96l128 96l-128 96v-192z" />
690
- <glyph unicode="&#xf3aa;" horiz-adv-x="235" d="M0 341l235 -149l-235 -149v298z" />
691
- <glyph unicode="&#xf3ab;" horiz-adv-x="405" d="M256 320v-43h-256v43h256zM256 235v-43h-256v43h256zM0 107v42h171v-42h-171zM299 320h106v-43h-64v-192q0 -26 -18.5 -45t-45 -19t-45.5 19t-19 45.5t19 45t45 18.5q11 0 22 -4v175z" />
692
- <glyph unicode="&#xf3ac;" d="M256 235v-43h-256v43h256zM256 320v-43h-256v43h256zM341 149h86v-42h-86v-86h-42v86h-86v42h86v86h42v-86zM0 107v42h171v-42h-171z" />
693
- <glyph unicode="&#xf3ad;" horiz-adv-x="384" d="M85 299v-86h-42v128h256v64l85 -85l-85 -85v64h-214zM299 85v86h42v-128h-256v-64l-85 85l85 85v-64h214zM213 128h-32v85h-32v22l43 21h21v-128z" />
694
- <glyph unicode="&#xf3ae;" horiz-adv-x="384" d="M85 299v-86h-42v128h256v64l85 -85l-85 -85v64h-214zM299 85v86h42v-128h-256v-64l-85 85l85 85v-64h214z" />
695
- <glyph unicode="&#xf3af;" horiz-adv-x="341" d="M239 124q0 -20 -8 -30t-23 -10t-23 10t-8 29v17q0 19 8 29t23 10t23 -10t8 -28v-17zM221 142q0 12 -3 17t-10 5t-10 -5t-3 -15v-23q0 -11 3 -16.5t10 -5.5t10 5t3 16v22zM147 85h-19v71l-22 -7v15l39 14h2v-93zM171 320q70 0 120 -50t50 -120.5t-50 -120.5t-120.5 -50 t-120.5 50t-50 120h43q0 -52 37.5 -90t90 -38t90.5 38t38 90.5t-38 90t-90 37.5v-85l-107 107l107 106v-85z" />
696
- <glyph unicode="&#xf3b0;" horiz-adv-x="341" d="M239 123q0 -20 -8 -30t-23.5 -10t-23.5 10t-8 29v17q0 20 8 30t23.5 10t23.5 -10t8 -29v-17zM221 142q0 11 -3.5 16.5t-10 5.5t-9.5 -5t-3 -16v-23q0 -11 3 -16.5t10 -5.5t10 5t3 16v23zM120 139h10q7 0 10 3.5t3 9.5t-3 9t-9 3t-9.5 -3t-3.5 -8h-18q0 8 4 13.5t11 9 t15 3.5q15 0 23.5 -7t8.5 -20q0 -6 -4 -11.5t-10 -8.5q8 -3 11.5 -8.5t3.5 -13.5q0 -12 -9 -19.5t-24 -7.5q-14 0 -23 7t-9 20h19q0 -6 4 -9t10 -3t10 3.5t4 8.5q0 14 -16 14h-9v15zM171 320q70 0 120 -50t50 -120.5t-50 -120.5t-120.5 -50t-120.5 50t-50 120h43 q0 -52 37.5 -90t90 -38t90.5 38t38 90.5t-38 90t-90 37.5v-85l-107 107l107 106v-85z" />
697
- <glyph unicode="&#xf3b1;" horiz-adv-x="341" d="M142 131l5 46h51v-15h-36l-2 -20q6 4 13 4q13 0 20.5 -8t7.5 -23q0 -8 -4 -15t-10.5 -11t-16.5 -4q-8 0 -15 3.5t-11 9.5t-4 13h18q0 -5 3.5 -8t8.5 -3q6 0 9.5 4t3.5 12t-4 12t-11 4q-6 0 -10 -3l-2 -2zM171 320q70 0 120 -50t50 -120.5t-50 -120.5t-120.5 -50 t-120.5 50t-50 120h43q0 -52 37.5 -90t90 -38t90.5 38t38 90.5t-38 90t-90 37.5v-85l-107 107l107 106v-85z" />
698
- <glyph unicode="&#xf3b2;" horiz-adv-x="341" d="M171 341q70 0 120 -50t50 -120.5t-50 -120.5t-120.5 -50t-120.5 50t-50 121h43q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5v-86l-107 107l107 107v-86z" />
699
- <glyph unicode="&#xf3b3;" horiz-adv-x="341" d="M141 252l-31 -30l-110 111l30 30zM224 363h117v-118l-43 44l-268 -268l-30 30l268 268zM231 162l67 -67l43 44v-118h-117l44 44l-67 67z" />
700
- <glyph unicode="&#xf3b4;" horiz-adv-x="256" d="M0 64v256l181 -128zM213 320h43v-256h-43v256z" />
701
- <glyph unicode="&#xf3b5;" horiz-adv-x="256" d="M0 320h43v-256h-43v256zM75 192l181 128v-256z" />
702
- <glyph unicode="&#xf3b6;" horiz-adv-x="256" d="M0 320h256v-256h-256v256z" />
703
- <glyph unicode="&#xf3b7;" d="M384 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h341zM123 102q-38 37 -38 90t38 91l-30 30q-50 -50 -50 -121t50 -121zM213.5 107q35.5 0 60.5 25t25 60t-25 60t-60.5 25 t-60.5 -25t-25 -60t25 -60t60.5 -25zM334 71q50 50 50 121t-50 121l-30 -31q37 -37 37 -90t-37 -91zM213.5 235q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5z" />
704
- <glyph unicode="&#xf3b8;" horiz-adv-x="384" d="M0 85h128v-42h-128v42zM0 341h213v-42h-213v42zM213 0h-42v128h42v-43h171v-42h-171v-43zM85 256h43v-128h-43v43h-85v42h85v43zM384 171h-213v42h213v-42zM256 256v128h43v-43h85v-42h-85v-43h-43z" />
705
- <glyph unicode="&#xf3b9;" horiz-adv-x="288" d="M288 192q0 -28 -14.5 -51t-38.5 -35v172q24 -12 38.5 -35t14.5 -51zM0 256h85l107 107v-342l-107 107h-85v128z" />
706
- <glyph unicode="&#xf3ba;" horiz-adv-x="192" d="M0 256h85l107 107v-342l-107 107h-85v128z" />
707
- <glyph unicode="&#xf3bb;" horiz-adv-x="384" d="M288 192q0 -6 -1 -13l-52 52v47q24 -12 38.5 -35t14.5 -51zM341 192q0 50 -30 89.5t-76 53.5v44q64 -15 106.5 -67t42.5 -120q0 -47 -22 -89l-32 33q11 27 11 56zM27 384l165 -165l192 -192l-27 -27l-44 44q-35 -29 -78 -39v44q25 8 48 25l-91 91v-144l-107 107h-85v128 h101l-101 101zM192 363v-90l-45 45z" />
708
- <glyph unicode="&#xf3bc;" horiz-adv-x="384" d="M0 256h85l107 107v-342l-107 107h-85v128zM288 192q0 -28 -14.5 -51t-38.5 -35v172q24 -12 38.5 -35t14.5 -51zM235 379q64 -15 106.5 -67t42.5 -120t-42.5 -120t-106.5 -67v44q46 14 76 53.5t30 89.5t-30 89.5t-76 53.5v44z" />
709
- <glyph unicode="&#xf3bd;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM235 85v214h-86v-43h43v-171h43z" />
710
- <glyph unicode="&#xf3be;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM256 213v43q0 18 -12.5 30.5t-30.5 12.5h-85v-43h85v-43h-42q-18 0 -30.5 -12.5t-12.5 -29.5v-86h128v43h-85v43h42 q18 0 30.5 12.5t12.5 29.5z" />
711
- <glyph unicode="&#xf3bf;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM256 224v32q0 18 -12.5 30.5t-30.5 12.5h-85v-43h85v-43h-42v-42h42v-43h-85v-43h85q18 0 30.5 12.5t12.5 30.5v32 q0 13 -9.5 22.5t-22.5 9.5q13 0 22.5 9.5t9.5 22.5z" />
712
- <glyph unicode="&#xf3c0;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM256 85v214h-43v-86h-42v86h-43v-128h85v-86h43z" />
713
- <glyph unicode="&#xf3c1;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM256 256v43h-128v-128h85v-43h-85v-43h85q18 0 30.5 12.5t12.5 30.5v43q0 17 -12.5 29.5t-30.5 12.5h-42v43h85z" />
714
- <glyph unicode="&#xf3c2;" horiz-adv-x="384" d="M171 128v43h42v-43h-42zM341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM256 256v43h-85q-18 0 -30.5 -12.5t-12.5 -30.5v-128q0 -18 12.5 -30.5t30.5 -12.5h42 q18 0 30.5 12.5t12.5 30.5v43q0 17 -12.5 29.5t-30.5 12.5h-42v43h85z" />
715
- <glyph unicode="&#xf3c3;" horiz-adv-x="320" d="M0 213h171v-42h-171v42zM320 64h-43v227l-64 -22v36l101 36h6v-277z" />
716
- <glyph unicode="&#xf3c4;" horiz-adv-x="405" d="M278 100h127v-36h-184v32l89 97q10 11 19 22q7 8 12 18q4 7 6 14q2 8 2 14q0 9 -3 18q-3 8 -8 13q-5 7 -12.5 10t-17.5 3q-12 0 -20 -4q-9 -4 -15 -10q-6 -8 -8 -16q-3 -9 -3 -19h-46q1 17 6 32q6 16 18 28t29 19q18 6 40 6q20 0 36 -5q17 -6 27 -15q11 -10 17 -24t6 -31 q0 -13 -4 -25q-5 -12 -12 -25q-8 -13 -17 -25q-13 -15 -23 -25zM0 213h171v-42h-171v42z" />
717
- <glyph unicode="&#xf3c5;" horiz-adv-x="341" d="M128 299v-86h85v-42h-85v-86h-43v86h-85v42h85v86h43zM341 64h-42v227l-64 -22v36l100 36h6v-277z" />
718
- <glyph unicode="&#xf3c6;" d="M300 100h127v-36h-184v32l89 97q10 11 18 22q7 8 12 18q4 7 6 14q2 8 2 14q0 9 -3 18q-3 8 -8 13q-5 7 -12 10t-17 3q-12 0 -21 -4t-14 -10q-6 -8 -9 -16q-2 -9 -3 -19h-45q0 17 6 32q6 16 17.5 28t29.5 19q17 6 39 6q20 0 37 -5q16 -6 27 -15q10 -10 16 -24t6 -31 q0 -13 -4 -25t-12 -25q-7 -13 -17 -25q-13 -15 -22 -25zM128 299v-86h85v-42h-85v-86h-43v86h-85v42h85v86h43z" />
719
- <glyph unicode="&#xf3c7;" horiz-adv-x="512" d="M0 283l101 37h6v-256h-43v205l-64 -22v36zM507 141q5 -8 5 -21t-5 -23q-6 -11 -15 -18q-10 -7 -24 -11q-13 -4 -30 -4q-20 0 -34.5 5t-24.5 14q-9 9 -14.5 20t-5.5 22h41q0 -8 3 -14q4 -6 9 -9q5 -4 12 -5q6 -2 14 -2q16 0 24.5 6t8.5 17q0 4 -1 8q-2 4 -6 7q-5 4 -12 6 q-8 3 -20 6q-16 3 -28 8t-20 11q-9 6 -14 15t-5 21t5 21q5 11 14 18.5t23 12.5q13 4 29 4q18 0 32 -5t23 -12q10 -8 15 -19t5 -23h-42q0 4 -2 10t-6 9q-5 4 -10 6q-7 3 -14.5 3t-13.5 -2t-10 -5q-3 -3 -6 -8q-1 -4 -1 -8.5t1.5 -8t5.5 -6.5t12 -5q8 -3 19 -5q15 -4 28 -8 q12 -5 22 -12q9 -6 13 -16zM295 298q11 -13 16 -34q6 -21 6 -51v-41q0 -30 -6 -51q-5 -21 -16 -34q-11 -14 -26 -19q-15 -6 -34 -6q-18 0 -34 6q-15 5 -26 19q-11 12 -17 34q-6 20 -6 51v41q0 29 6 51q6 21 16.5 34t26 18.5t34.5 5.5t34 -5.5t26 -18.5zM275 166v54 q0 18 -2 32q-3 13 -8 21t-13 11.5t-17 3.5q-10 0 -18 -3q-7 -4 -12.5 -12t-8.5 -21q-2 -13 -2 -33v-53q0 -20 2 -33q3 -13 9 -21q5 -9 12.5 -12.5t17.5 -3.5t17.5 3.5t12.5 12t7.5 22t2.5 32.5z" />
720
- <glyph unicode="&#xf3c8;" horiz-adv-x="361" d="M158 171q5 -7 8 -16q2 -9 2 -18q0 -18 -6.5 -32t-17.5 -23q-12 -10 -27 -15q-16 -5 -34 -5q-16 0 -31 4.5t-27 13.5t-18 23q-7 13 -7 31h42q0 -9 3 -16t8.5 -12t13.5 -7q7 -3 17 -3q20 0 31 10q11 11 11 31q0 10 -3 18t-10 13q-5 5 -14 8q-9 2 -20 2h-25v33h25q11 0 19 3 t13 8q6 5 8.5 12t2.5 16q0 18 -9 28q-10 10 -29 10q-9 0 -16 -2.5t-12 -6.5q-5 -5 -8 -11.5t-3 -14.5h-43q0 15 7 27q5 12 16 22t26 15q14 5 32 5t32.5 -4t25.5 -13.5t17 -22.5q6 -14 6 -32q0 -8 -2 -15t-8 -15q-4 -7 -12 -14q-6 -6 -17 -11q12 -4 20 -10t13 -14zM356 141 q4 -8 5 -21q0 -13 -5 -23q-6 -11 -16 -18q-9 -7 -23 -11t-31 -4q-19 0 -33.5 5t-24.5 14t-15 20t-5 22h40q0 -8 4 -14t9 -9q5 -4 12 -5q6 -2 13 -2q17 0 25.5 6t8.5 17q0 4 -2 8q-1 4 -5 7q-5 4 -13 6q-8 3 -20 6q-15 3 -27 8q-13 5 -21 11q-9 7 -14 15q-4 10 -4 21 q0 12 4 21q6 11 15 18.5t22 12.5q13 4 30 4q18 0 31 -5q14 -5 23 -12q10 -8 15 -19t5 -23h-41q0 4 -2 10q-3 6 -7 9q-4 4 -10 6q-6 3 -14 3t-13.5 -2t-9.5 -5t-6 -8q-2 -4 -2 -8.5t1.5 -8t6 -6.5t11.5 -5q9 -3 19 -5q15 -4 29 -8q12 -5 21 -12q9 -6 14 -16z" />
721
- <glyph unicode="&#xf3c9;" horiz-adv-x="177" d="M177 181q0 -32 -6.5 -54t-18 -36t-28 -20.5t-35.5 -6.5q-20 0 -37 6q-16 7 -27 21q-12 14 -19 36q-6 22 -6 54v44q0 32 6.5 54t18 36t28 20t36 6t36 -6t28 -20t18 -36t6.5 -54v-44zM132 232q0 19 -3 34q-3 14 -8 23q-6 8 -14 12t-18 4q-11 0 -19 -4t-13 -12 q-6 -9 -9 -22.5t-3 -34.5v-57q0 -20 3 -35q3 -13 9 -23q5 -9 13 -13t19 -4t19 4t13 13t8 23t3 35v57z" />
722
- <glyph unicode="&#xf3ca;" horiz-adv-x="448" d="M443 143l-15 -40l-264 95l45 121l182 -66q34 -12 49 -44t3 -66zM0 189l15 40l405 -146l-14 -40l-97 34v-34h-170v96zM124 230.5q-24 -11.5 -49 -3t-36.5 32.5t-3 49t32.5 36.5t49 3t36.5 -32.5t3 -49t-32.5 -36.5z" />
723
- <glyph unicode="&#xf3cb;" d="M427 213v-42h-278v128h192q36 0 61 -25t25 -61zM0 149h427v-42h-128v-43h-171v43h-128v42zM109.5 190q-18.5 -19 -45 -19.5t-45.5 18.5t-19 45t18.5 45t45 19.5t45.5 -18t19 -45t-18.5 -45.5z" />
724
- <glyph unicode="&#xf3cc;" horiz-adv-x="469" d="M128 171q-26 0 -45 18.5t-19 45t19 45.5t45 19t45 -19t19 -45.5t-19 -45t-45 -18.5zM384 299q35 0 60 -25t25 -61v-128h-469v214h43v-150h170v150h171z" />
725
- <glyph unicode="&#xf3cd;" horiz-adv-x="448" d="M43 192q0 -27 18.5 -45.5t45.5 -18.5h128v-43h-128q-44 0 -75.5 31.5t-31.5 75.5v192h43v-192zM444 80q7 -12 2.5 -25t-17.5 -19l-79 -36l-73 149h-149q-27 0 -45.5 19t-18.5 45v171h128v-128h75q26 0 38 -24l73 -149l23 11q12 5 24.5 1.5t18.5 -15.5z" />
726
- <glyph unicode="&#xf3ce;" horiz-adv-x="405" d="M43 192q0 -27 18.5 -45.5t45.5 -18.5h128v-43h-128q-44 0 -75.5 31.5t-31.5 75.5v192h43v-192zM373 64q14 0 23 -9.5t9 -22.5t-9 -22.5t-23 -9.5h-96v149h-149q-26 0 -45 19t-19 45v171h128v-128h107q17 0 29.5 -12.5t12.5 -30.5v-149h32z" />
727
- <glyph unicode="&#xf3cf;" horiz-adv-x="363" d="M362 38q3 -15 -6.5 -26.5t-24.5 -11.5h-96v64l21 85h-128q-26 0 -45 19t-19 45v171h128v-128h107q17 0 29.5 -12.5t12.5 -30.5l-42 -149h30q12 0 21.5 -7t11.5 -19zM43 192q0 -27 18.5 -45.5t45.5 -18.5h85v-43h-85q-44 0 -75.5 31.5t-31.5 75.5v192h43v-192z" />
728
- <glyph unicode="&#xf3d0;" d="M71.5 328q-14.5 10 -17.5 27.5t7 32t27.5 17.5t32 -7.5t17.5 -27.5t-7 -31.5t-27.5 -17.5t-32 7zM299 43v-43h-151q-39 0 -69 25.5t-37 64.5l-42 209h43l42 -202q3 -24 21 -39t42 -15h151zM304 128l123 -96l-32 -32l-82 64h-146q-23 0 -40.5 14.5t-22.5 37.5l-29 126 q-3 20 8.5 36.5t31.5 19.5q10 2 21 -1q10 -3 16 -8l35 -27q47 -37 100 -27v-46q-48 -8 -110 26l22 -87h105z" />
729
- <glyph unicode="&#xf3d1;" horiz-adv-x="341" d="M76.5 332.5q-12.5 12.5 -12.5 30t12.5 30t30 12.5t30 -12.5t12.5 -30t-12.5 -30t-30 -12.5t-30 12.5zM43 107q0 -27 18.5 -45.5t45.5 -18.5h128v-43h-128q-44 0 -75.5 31.5t-31.5 75.5v192h43v-192zM341 20l-30 -31l-75 75h-108q-27 0 -45.5 18.5t-18.5 45.5v123 q0 20 14 34t34 14h1q10 0 20 -5q9 -4 15 -11l30 -33q17 -19 45 -31.5t54 -11.5v-47q-29 0 -61 13.5t-56 33.5v-79h73z" />
730
- <glyph unicode="&#xf3d2;" horiz-adv-x="469" d="M107 -21l128 128l128 -128h-256zM427 384q17 0 29.5 -12.5t12.5 -30.5v-256q0 -17 -12.5 -29.5t-29.5 -12.5h-86v42h86v256h-384v-256h85v-42h-85q-18 0 -30.5 12.5t-12.5 29.5v256q0 18 12.5 30.5t30.5 12.5h384z" />
731
- <glyph unicode="&#xf3d3;" horiz-adv-x="384" d="M341 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h298zM171 213v22q0 8 -6.5 14.5t-15.5 6.5h-64q-8 0 -14.5 -6.5t-6.5 -14.5v-86q0 -8 6.5 -14.5t14.5 -6.5h64q9 0 15.5 6.5 t6.5 14.5v22h-32v-11h-43v64h43v-11h32zM320 213v22q0 8 -6.5 14.5t-14.5 6.5h-64q-9 0 -15.5 -6.5t-6.5 -14.5v-86q0 -8 6.5 -14.5t15.5 -6.5h64q8 0 14.5 6.5t6.5 14.5v22h-32v-11h-43v64h43v-11h32z" />
732
- <glyph unicode="&#xf3d4;" d="M427 235q-18 0 -30.5 -12.5t-12.5 -30.5t12.5 -30.5t30.5 -12.5v-85q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v85q18 0 30.5 12.5t12.5 30.5t-12.5 30.5t-30.5 12.5v85q0 18 12.5 30.5t30.5 12.5h341q18 0 30.5 -12.5t12.5 -30.5v-85zM235 75v42 h-43v-42h43zM235 171v42h-43v-42h43zM235 267v42h-43v-42h43z" />
733
- <glyph unicode="&#xf3d5;" d="M427 256h-43v-43h43v-42h-43v-43h43v-43h-43v-42q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298q18 0 30.5 -12.5t12.5 -30.5v-42h43v-43zM341 43v298h-298v-298h298zM85 171h107v-86h-107v86zM213 213h86v-64h-86 v64zM85 299h107v-107h-107v107zM213 107h86v-128h-86v128z" />
734
- <glyph unicode="&#xf3d6;" d="M384 107v42h43v-42h-43zM384 299h43v-107h-43v107zM170.5 363q70.5 0 120.5 -50t50 -121t-50 -121t-120.5 -50t-120.5 50t-50 121t50 121t120.5 50zM170.5 149q17.5 0 30 12.5t12.5 30.5t-12.5 30.5t-30 12.5t-30 -12.5t-12.5 -30.5t12.5 -30.5t30 -12.5z" />
735
- <glyph unicode="&#xf3d7;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM256 256v43h-128v-214h128v43h-85v43h85v42h-85v43h85z" />
736
- <glyph unicode="&#xf3d8;" horiz-adv-x="405" d="M0 32h405v-43h-405v43zM153 154l-113 31l-34 9v110l31 -8l20 -50l106 -28v177l41 -11l59 -193l113 -30q13 -3 19.5 -14.5t3 -24.5t-15 -19.5t-24.5 -3.5l-113 30z" />
737
- <glyph unicode="&#xf3d9;" horiz-adv-x="433" d="M14 49h405v-43h-405v43zM431.5 248.5q3.5 -12.5 -3 -24t-19.5 -15.5l-114 -30l-92 -25l-114 -30l-34 -10l-16 29l-39 67l31 9l42 -33l106 28l-88 153l41 11l147 -137l113 30q13 4 24.5 -3t15 -19.5z" />
738
- <glyph unicode="&#xf3da;" horiz-adv-x="384" d="M128 299v-43h-43v43h43zM128 213v-42h-43v42h43zM128 384v-43h-43q0 18 12.5 30.5t30.5 12.5zM213 128v-43h-42v43h42zM341 384q18 0 30.5 -12.5t12.5 -30.5h-43v43zM213 384v-43h-42v43h42zM128 85q-18 0 -30.5 12.5t-12.5 30.5h43v-43zM341 171v42h43v-42h-43zM341 256 v43h43v-43h-43zM341 85v43h43q0 -18 -12.5 -30.5t-30.5 -12.5zM43 299v-256h256v-43h-256q-18 0 -30.5 12.5t-12.5 30.5v256h43zM256 341v43h43v-43h-43zM256 85v43h43v-43h-43z" />
739
- <glyph unicode="&#xf3db;" horiz-adv-x="384" d="M0 171v42h43v-42h-43zM0 85v43h43v-43h-43zM43 0q-18 0 -30.5 12.5t-12.5 30.5h43v-43zM0 256v43h43v-43h-43zM256 0v43h43v-43h-43zM341 384q18 0 30.5 -12.5t12.5 -30.5v-213q0 -18 -12.5 -30.5t-30.5 -12.5h-213q-18 0 -30.5 12.5t-12.5 30.5v213q0 18 12.5 30.5 t30.5 12.5h213zM341 128v213h-213v-213h213zM171 0v43h42v-43h-42zM85 0v43h43v-43h-43z" />
740
- <glyph unicode="&#xf3dc;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM128 75q22 0 37.5 15.5t15.5 37.5t-15.5 37.5t-37.5 15.5t-37.5 -15.5t-15.5 -37.5t15.5 -37.5t37.5 -15.5zM160 277q0 -22 15.5 -37.5t37.5 -15.5t38 15.5 t16 37.5t-16 38t-38 16t-37.5 -16t-15.5 -38zM299 75q22 0 37.5 15.5t15.5 37.5t-15.5 37.5t-37.5 15.5t-38 -15.5t-16 -37.5t16 -37.5t38 -15.5z" />
741
- <glyph unicode="&#xf3dd;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM171 128v128h-32v-53h-43v53h-32v-128h32v43h43v-43h32zM213 256v-128h86q8 0 14.5 6.5t6.5 14.5v86q0 8 -6.5 14.5 t-14.5 6.5h-86zM245 160v64h43v-64h-43z" />
742
- <glyph unicode="&#xf3de;" horiz-adv-x="384" d="M341 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h298zM171 128v128h-32v-53h-43v53h-32v-128h32v43h43v-43h32zM320 149v86q0 8 -6.5 14.5t-14.5 6.5h-64q-9 0 -15.5 -6.5 t-6.5 -14.5v-86q0 -8 6.5 -14.5t15.5 -6.5h16v-32h32v32h16q8 0 14.5 6.5t6.5 14.5zM245 160v64h43v-64h-43z" />
743
- <glyph unicode="&#xf3df;" d="M384 320q18 0 30.5 -12.5t12.5 -30.5v-256q0 -17 -12.5 -29.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 29.5v256q0 18 12.5 30.5t30.5 12.5h42v128h171v-85h-128v-171h43v128h213z" />
744
- <glyph unicode="&#xf3e0;" horiz-adv-x="384" d="M256 256v-128h-128v128h128zM213 171v42h-42v-42h42zM384 213h-43v-42h43v-43h-43v-43q0 -17 -12.5 -29.5t-29.5 -12.5h-43v-43h-43v43h-42v-43h-43v43h-43q-17 0 -29.5 12.5t-12.5 29.5v43h-43v43h43v42h-43v43h43v43q0 17 12.5 29.5t29.5 12.5h43v43h43v-43h42v43h43 v-43h43q17 0 29.5 -12.5t12.5 -29.5v-43h43v-43zM299 85v214h-214v-214h214z" />
745
- <glyph unicode="&#xf3e1;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h341zM384 21v342h-341v-342h341zM341 320v-256h-256v256h86v-43h-43v-170h171v170h-64v-48q21 -12 21 -37q0 -18 -12.5 -30.5 t-30 -12.5t-30 12.5t-12.5 30.5q0 24 21 37v48q0 18 12.5 30.5t30.5 12.5h106z" />
746
- <glyph unicode="&#xf3e2;" horiz-adv-x="256" d="M107 341h42v-119h75l-96 -96l-96 96h75v119zM0 149h43q0 -35 25 -60t60 -25t60 25t25 60h43q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5z" />
747
- <glyph unicode="&#xf3e3;" horiz-adv-x="405" d="M0 256h405v-43h-405v43zM0 128v43h107v-43h-107zM149 128v43h107v-43h-107zM299 128v43h106v-43h-106z" />
748
- <glyph unicode="&#xf3e4;" horiz-adv-x="469" d="M427 384q17 0 29.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h384zM427 42v300h-384v-300h384zM192 192h-43l86 85l85 -85h-43v-85h-85v85z" />
749
- <glyph unicode="&#xf3e5;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM43 342v-65q26 0 45 19t19 46h-64zM43 192q62 0 105.5 44t43.5 106h-43q0 -45 -31 -76t-75 -31v-43zM43 64h298l-96 128 l-74 -96l-54 64z" />
750
- <glyph unicode="&#xf3e6;" horiz-adv-x="363" d="M0 107q62 0 105.5 -44t43.5 -106h-42q0 44 -31.5 75.5t-75.5 31.5v43zM0 21q27 0 45.5 -18.5t18.5 -45.5h-64v64zM0 192q97 0 166 -68.5t69 -166.5h-43q0 80 -56 136t-136 56v43zM320 426q18 0 30.5 -12t12.5 -30v-363q0 -17 -12.5 -29.5t-30.5 -12.5h-44q-4 45 -21 85 h65v277h-213v-128q-20 8 -43 14v157q0 18 12.5 30.5t30.5 12.5z" />
751
- <glyph unicode="&#xf3e7;" horiz-adv-x="512" d="M0 128v128h43v-128h-43zM64 85v214h43v-214h-43zM469 256h43v-128h-43v128zM405 85v214h43v-214h-43zM352 384q13 0 22.5 -9.5t9.5 -22.5v-320q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v320q0 13 9.5 22.5t22.5 9.5h192zM341 43v298h-170v-298h170z " />
752
- <glyph unicode="&#xf3e8;" horiz-adv-x="512" d="M394.5 320q48.5 0 83 -34.5t34.5 -83t-34.5 -83t-82.5 -34.5h-278q-48 0 -82.5 34.5t-34.5 83t34.5 83t83 34.5t83 -34.5t34.5 -82.5q0 -43 -27 -75h96q-27 32 -27 75q0 48 34.5 82.5t83 34.5zM117 128q31 0 53 22t22 53t-22 52.5t-53 21.5t-52.5 -21.5t-21.5 -52.5 t21.5 -53t52.5 -22zM395 128q31 0 52.5 22t21.5 53t-21.5 52.5t-52.5 21.5t-53 -21.5t-22 -52.5t22 -53t53 -22z" />
753
- <glyph unicode="&#xf3e9;" horiz-adv-x="469" d="M149 277v-85h107v85h-107zM0 427h85v-22h299v22h85v-86h-21v-298h21v-86h-85v22h-299v-22h-85v86h21v298h-21v86zM85 43v-22h299v22h21v298h-21v22h-299v-22h-21v-298h21zM107 320h192v-85h64v-171h-214v85h-42v171zM299 149h-107v-42h128v85h-21v-43z" />
754
- <glyph unicode="&#xf3ea;" horiz-adv-x="341" d="M47 115q19 0 33 -13.5t14 -33t-14 -33.5t-33 -14t-33 14t-14 33.5t14 33t33 13.5zM0 238q90 0 153.5 -63.5t63.5 -153.5h-62q0 64 -45.5 109.5t-109.5 45.5v62zM0 363q93 0 171.5 -46t124 -124.5t45.5 -171.5h-62q0 116 -81.5 198t-197.5 82v62z" />
755
- <glyph unicode="&#xf3eb;" horiz-adv-x="474" d="M79 384h164q16 2 29.5 -9t14.5 -28v-55.5v-55.5l36 59q30 -47 84 -135.5t67 -110.5h-241q-29 -30 -52 -39q-42 -18 -88 -4t-71 53q-27 39 -21 89t41 82v106q-2 18 8.5 33t28.5 15zM91 331v-72q40 13 82 -1t65 -49v122h-147zM131 217q-30 -1 -51 -18.5t-31 -47.5 q-8 -34 13 -65.5t56 -36.5q34 -6 64 17t32 58q5 36 -21 65t-62 28zM323 201l-62 -102h125z" />
756
- <glyph unicode="&#xf3ec;" horiz-adv-x="423" d="M212.5 409q18.5 0 31.5 -13.5t13 -31.5t-13 -31.5t-31.5 -13.5t-31.5 13.5t-13 31.5t13 31.5t31.5 13.5zM337 362q22 0 37.5 -16t15.5 -37.5t-15.5 -37.5t-37.5 -16t-38 16t-16 37.5t16 37.5t38 16zM91.5 352q16.5 0 28 -12t11.5 -28.5t-11.5 -28.5t-28 -12t-28.5 12 t-12 28.5t12 28.5t28.5 12zM34 218q14 0 24 -10t10 -24t-10 -24t-24 -10t-24 10t-10 24t10 24t24 10zM389 218q14 0 24 -10t10 -24t-10 -24t-24 -10t-24 10t-10 24t10 24t24 10zM85 91q14 0 24 -10t10 -24t-10 -24t-24 -10t-24 10t-10 24t10 24t24 10zM340 91q14 0 24 -10 t10 -24t-10 -24t-24 -10t-24 10t-10 24t10 24t24 10zM212 44q14 0 24.5 -10.5t10.5 -24.5t-10.5 -24t-24.5 -10t-24 10t-10 24t10 24.5t24 10.5z" />
757
- <glyph unicode="&#xf3ed;" d="M0 405h85v-21h150v21h85v-85h-21v-64h42v21h86v-85h-22v-128h22v-85h-86v21h-128v-21h-85v85h21v43h-64v-22h-85v86h21v149h-21v85zM341 192v21h-42v-42h21v-86h-85v22h-43v-43h21v-21h128v21h22v128h-22zM235 320v21h-150v-21h-21v-149h21v-22h64v43h-21v85h85v-21h43 v64h-21zM213 192h-21v-43h43v22h21v42h-43v-21z" />
758
- <glyph unicode="&#xf3ee;" d="M281 137q-12 -13 -12 -14q-14 -13 -21 -17q-26 -19 -59 -12q-30 6 -45 36q-1 2 -2 3q-8 -12 -8 -13q-21 -28 -57 -29q-23 -1 -40 6q-36 16 -37 56h40l1 -4q5 -20 21 -24q21 -5 35 9q9 10 10.5 25t-6.5 26q-8 12 -23 14.5t-26 -6.5q-4 -3 -6 -5q-3 -5 -11 -5h-29 q9 53 20 110h111v-33h-4h-75q-3 0 -4 -3q-1 -4 -7 -39v-3q21 19 52 14q27 -5 42 -34q1 1 1 3q2 2 2 3q21 43 69 36q26 -3 46 -22q1 -1 23 -24l2 2q22 23 24 25q17 16 38 19q23 3 43 -5.5t30 -30.5q16 -38 -2 -74q-16 -33 -55 -35q-29 -1 -51 17q-3 2 -25 22q0 1 -5 6z M205 132q12 0 24 7q8 4 28 23q1 2 0 4q-2 1 -9.5 8t-11.5 11q-9 8 -21 12q-14 4 -25 -2t-15 -20q-1 -4 -1 -8q-1 -16 8 -25.5t23 -9.5zM304 164q22 -20 24 -21q13 -12 30 -11q25 0 30 24q1 7 0 15q-2 13 -11.5 21t-22.5 6q-15 -1 -28 -13q-1 -1 -22 -21z" />
759
- <glyph unicode="&#xf3ef;" d="M117 213h193q31 0 53 22t22 53t-22 53.5t-53.5 22.5t-53.5 -22.5t-22 -53.5v-33h-42v33q0 49 34.5 83.5t83 34.5t83 -34.5t34.5 -83t-34.5 -83t-82.5 -34.5h-193q-31 0 -53 -22t-22 -53t22 -53t53 -22t53 22t22 53v34h42v-34q0 -48 -34 -82.5t-82.5 -34.5t-83 34.5 t-34.5 83t34.5 82.5t82.5 34z" />
760
- <glyph unicode="&#xf3f0;" d="M379 87q6 2 9 -2.5t-2 -8.5q-34 -25 -81 -39t-92 -14q-122 0 -211 81q-3 3 -1 5.5t6 0.5q96 -56 211 -56q83 0 161 33zM425 113q5 -6 -2.5 -31.5t-23.5 -39.5q-3 -3 -5 -2t-1 5q18 45 12 53t-54 2q-4 0 -4.5 2t2.5 4q18 13 46 13.5t30 -6.5zM237 271v6q0 22 -6 30 q-7 11 -23 11q-28 0 -33 -25q-2 -8 -8 -8l-40 4q-8 2 -6 9q6 34 32.5 49t60.5 15q41 0 63 -21q3 -3 5.5 -6t4.5 -7.5t3.5 -7t2 -8t1.5 -8t1 -9v-8v-9v-9.5v-65q0 -17 16 -38q5 -7 0 -12q-16 -12 -32 -27q-5 -4 -10 -1q-11 9 -24 28q-17 -18 -32 -24.5t-37 -6.5 q-27 0 -44.5 17t-17.5 48q0 49 44 69q17 7 79 14zM229 184q8 14 8 45v9q-62 0 -62 -42q0 -14 6.5 -22.5t18.5 -8.5q18 0 29 19z" />
761
- <glyph unicode="&#xf3f1;" d="M397 243q30 0 30 -31v-103q0 -53 -39.5 -91.5t-92.5 -38.5h-171q-48 0 -86 38.5t-38 90.5v162q0 57 39 96t96 39h90q44 0 84.5 -39.5t40.5 -85.5v-11q0 -11 7.5 -18.5t20.5 -7.5h19zM135 294q-10 0 -17.5 -7.5t-7.5 -18t7.5 -18t17.5 -7.5h78q10 0 17 8t7 18t-7 17.5 t-17 7.5h-78zM289 90q10 0 17.5 6.5t7.5 16.5t-7.5 17t-17.5 7h-154q-10 0 -17.5 -7t-7.5 -17t7.5 -16.5t17.5 -6.5h154z" />
762
- <glyph unicode="&#xf3f2;" d="M427 192h-214v-213h-213v213h213v213h214v-213z" />
763
- <glyph unicode="&#xf3f3;" d="M219 243q26 0 42 -13t16 -38t-16 -38t-42 -13h-23v102h23zM221 400q85 0 145.5 -61t60.5 -147t-60.5 -147t-145.5 -61q-75 0 -133 49l-88 -12l34 85q-18 41 -18 86q0 86 60 147t145 61zM333 193v0q0 46 -30.5 74t-83.5 28h-78v-206h76q54 0 85 29t31 75z" />
764
- <glyph unicode="&#xf3f4;" d="M426 145q0 -46 -13 -81q-25 -66 -96 -81q-20 -4 -43 -4h-240h-3v1l45 45l124 124l0.5 0.5t1.5 0.5q4 4 7 3q4 -2 4 -8v-63v-4q0 -1 2 -1q47 1 55 1q8 1 19 5q28 9 35 42q3 16 3 33v114q0 3 3 6l93 93q0 1 2 4l1 -1h1v-4q0 -24 -1 -225zM100 112q0 -3 -3 -6l-94 -94l-3 -3 v5v111.5v112.5q0 45 12 79q25 69 99 84q19 4 42 4h75h89h75h4q-1 0 -2 -2q0 -1 -1 -1q-27 -28 -82.5 -83.5l-83.5 -83.5q-3 -2 -3 -3q-4 -3 -7 -1q-1 2 -4 6v3v32v31v3q0 1 -1 1q-50 -1 -59 -2q-4 0 -13 -3q-31 -9 -37 -44q-3 -15 -3 -34q-1 -25 0 -112z" />
765
- <glyph unicode="&#xf3f5;" d="M97 95q-40 0 -68.5 28.5t-28.5 68t28.5 67.5t68.5 28t68 -28t28 -67.5t-28 -68t-68 -28.5zM330 95q-40 0 -68.5 28.5t-28.5 68t28.5 67.5t68.5 28t68.5 -28t28.5 -67.5t-28.5 -68t-68.5 -28.5z" />
766
- <glyph unicode="&#xf3f6;" horiz-adv-x="384" d="M384 257q0 -38 -10.5 -65t-30.5 -41.5t-40 -21t-47 -9.5q19 -16 19 -51v-55.5v-34.5h-139v14v26.5v24.5q-16 -3 -29.5 -3t-23 2.5t-17 6.5t-12 8.5t-7.5 8.5t-4 7l-1 3q-6 14 -13.5 24t-12.5 13l-5 3q-11 9 -11 12.5t7 4.5h6q12 -1 23 -8t15 -14l5 -6q27 -47 81 -23 q3 24 18 37q-27 3 -47 9.5t-39.5 21t-30.5 41.5t-11 65q0 43 29 74q-13 33 3 74q3 -1 8 0.5t25 -6t44 -23.5q33 9 70 10q36 -1 70 -10q23 16 42.5 23t26.5 7l7 -1q17 -41 3 -74q29 -31 29 -74zM32 121.5q1 2.5 -2.5 4t-4.5 -1t2.5 -4t4.5 1zM43.5 109q2.5 2 -1 5.5t-6 1.5 t1 -5.5t6 -1.5zM54 93q3 2 0 6.5t-6 2.5t0 -6.5t6 -2.5zM69.5 77q2.5 3 -1.5 7.5t-7 1.5t1.5 -7.5t7 -1.5zM90 68.5q1 3.5 -4.5 5.5t-6.5 -2t4.5 -5.5t6.5 2zM107 63q6 0 6 4t-6 4t-6 -4t6 -4zM129 65q3 1 4.5 2.5t0.5 2.5q0 5 -6 4q-3 -1 -4.5 -2.5t-0.5 -3.5q0 -4 6 -3z " />
767
- <glyph unicode="&#xf3f7;" horiz-adv-x="267" d="M147 5q36 0 59 17.5t23 41.5q0 20 -12 33.5t-48 39.5h-14q-33 0 -59 -9q-48 -17 -48 -57q0 -30 27 -48t72 -18zM81 329q0 -36 19 -66.5t50 -30.5q17 0 34.5 12.5t17.5 42.5q0 33 -20 66t-52 33q-21 0 -35 -14.5t-14 -42.5zM220 164q22 -19 33.5 -36t11.5 -43 q0 -43 -38.5 -74.5t-107.5 -31.5q-58 0 -88.5 23.5t-30.5 57.5q0 43 42 67q39 24 107 29q-17 19 -17 36q0 6 7 23h-15q-41 0 -65.5 26.5t-24.5 60.5q0 44 31.5 73.5t88.5 29.5h113l-23 -22h-32q37 -32 37 -71q0 -19 -7.5 -34.5t-15.5 -23.5t-23 -20q-18 -14 -18 -29 q0 -13 15 -26z" />
768
- <glyph unicode="&#xf3f8;" d="M319 186.5q-8 10.5 -30 10.5q-27 0 -38 -16t-11 -45v-146q0 -5 -3 -8t-8 -3h-76q-4 0 -7.5 3t-3.5 8v270q0 4 3.5 7.5t7.5 3.5h74q4 0 6.5 -2t3.5 -6v-5q1 -2 1 -7q28 27 76 27q53 0 83 -27t30 -79v-182q0 -5 -3.5 -8t-7.5 -3h-78q-4 0 -7.5 3t-3.5 8v164q0 22 -8 32.5z M88 316.5q-15 -15.5 -36.5 -15.5t-36.5 15.5t-15 37t15 36.5t36.5 15t36.5 -15t15 -36.5t-15 -37zM101 260v-270q0 -5 -3.5 -8t-7.5 -3h-76q-5 0 -8 3t-3 8v270q0 4 3 7.5t8 3.5h76q4 0 7.5 -3.5t3.5 -7.5z" />
769
- <glyph unicode="&#xf3f9;" horiz-adv-x="256" d="M128 189q-45 0 -76.5 32t-31.5 76.5t31.5 76t76.5 31.5t76.5 -31.5t31.5 -76t-31.5 -76.5t-76.5 -32zM128 350q-22 0 -37.5 -15.5t-15.5 -37.5t15.5 -37.5t37.5 -15.5t37.5 15.5t15.5 37.5t-15.5 37.5t-37.5 15.5zM252 176q8 -15 1 -24.5t-29 -24.5q-27 -17 -75 -22 l81 -81q7 -7 7 -17.5t-7 -17.5l-3 -3q-8 -7 -18 -7t-17 7q-12 11 -64 64l-63 -64q-7 -7 -17.5 -7t-17.5 7l-3 3q-7 7 -7 17.5t7 17.5l63 63l18 18q-48 4 -76 22q-22 15 -29 24.5t1 24.5q5 11 16 13.5t29 -8.5q14 -11 33.5 -17t32.5 -6l13 -1q49 0 79 24q18 11 29 8.5 t16 -13.5z" />
770
- <glyph unicode="&#xf3fa;" d="M267 315h145q4 0 9.5 -5t5.5 -12l-127 -85h-4l-29 18v84zM267 200l27 -18q2 -1 4 -1h3l1 1q-2 -1 29 19.5t64 41.5l32 21v-153q0 -12 -6.5 -18t-16.5 -6h-137v113v0zM128 239q13 0 20.5 -12.5t7.5 -34.5t-7.5 -34t-21.5 -12q-13 0 -21 12.5t-8 33.5t8 34t22 13zM0 357 l251 48v-426l-251 52v326zM168 139q16 21 16 54t-15.5 53.5t-40.5 20.5q-26 0 -42 -21t-16 -56q0 -32 16 -52t41 -20t41 21z" />
771
- <glyph unicode="&#xf3fb;" horiz-adv-x="356" d="M225 276q0 34 -52 34h-15q-7 0 -13 -4.5t-7 -11.5l-14 -60v-3q0 -5 3.5 -8.5t8.5 -3.5h12q15 0 28 3t24.5 9t18 17.5t6.5 27.5zM356 243q0 -58 -48 -93q-47 -35 -133 -35h-13q-7 0 -13 -4.5t-7 -11.5l-16 -69q-2 -7 -9 -12.5t-15 -5.5h-46q-7 0 -11.5 4t-4.5 11q0 2 3 14 h32q8 0 14.5 5t7.5 12l16 69q2 7 8.5 12t13.5 5h13q85 0 132 35t47 92q0 28 -11 44q40 -20 40 -72zM316 283q0 -57 -48 -93q-47 -35 -133 -35h-13q-7 0 -13 -4.5t-7 -11.5l-16 -68q-2 -8 -8.5 -13.5t-15.5 -5.5h-46q-7 0 -11.5 4t-4.5 11v4l66 283q1 7 8 12.5t15 5.5h97 q14 0 26.5 -0.5t26.5 -3t24.5 -6.5t21 -11t17 -16t10.5 -22.5t4 -29.5z" />
772
- <glyph unicode="&#xf3fc;" horiz-adv-x="341" d="M99 242q0 27 14 46t34 19q17 0 25.5 -11t8.5 -27q0 -10 -3 -25q-4 -14 -10 -34q-6 -19 -9 -31q-5 -20 7.5 -34.5t32.5 -14.5q35 0 57.5 39.5t22.5 95.5q0 43 -27.5 70t-77.5 27q-56 0 -90.5 -35.5t-34.5 -85.5q0 -29 17 -50q6 -6 4 -14q-2 -5 -5 -20q-2 -5 -5.5 -6.5 t-7.5 -0.5q-26 11 -39 37t-13 60q0 22 7 44t22 42.5t36 36.5t51 25.5t65 9.5t65.5 -12t51 -32t32 -46.5t11.5 -54.5q0 -75 -38 -124t-98 -49q-20 0 -37.5 9t-24.5 22q-15 -58 -18 -69q-8 -30 -36 -70h-17q-6 51 2 84l33 138q-8 17 -8 41z" />
773
- <glyph unicode="&#xf3fd;" d="M426 121q2 -9 -6.5 -18t-27.5 -15l-2 -1l-64 20l17 6q21 7 21 13q-2 10 -37 4l-36 -12l-61 -21v-22l96 32l64 -20l-99 -34l-61 -21v1v-1l-69 22v39v-19q-40 -14 -84 -6q-3 0 -11 1.5t-12 2t-11 1.5t-11.5 2.5t-10 3t-8.5 3t-6.5 4t-5 5t-1.5 5.5q-2 25 34 37l59 -18 l-15 -6q-15 -5 -6 -13q9 -9 25 -4l64 22v44l-27 8l27 9v177l88 -23q91 -24 90 -95q-1 -90 -82 -67v117q0 6 -7 9t-13.5 1t-6.5 -9v-148l6 2q58 20 104 17q80 -6 86 -35zM34 133h0.5h1.5l98 33l27 -8v-19l-68 -24z" />
774
- <glyph unicode="&#xf3fe;" d="M427 195q0 -28 -27 -39q2 -9 2 -19q0 -51 -55.5 -87.5t-134 -36.5t-134 36.5t-55.5 87.5q0 10 2 20q-25 11 -25 38q0 18 12.5 30.5t29.5 12.5q19 0 32 -15q52 36 129 39l35 104q3 7 10 5l83 -20q1 0 3 -1q8 20 30 20q13 0 23 -10t10 -23.5t-10 -23.5t-23 -10 q-14 0 -23.5 9.5t-9.5 23.5q-2 -1 -3 0l-77 18l-31 -92q79 -2 132 -40q13 16 33 16q17 0 29.5 -12.5t12.5 -30.5zM116 161.5q0 -12.5 9 -21.5t21.5 -9t21.5 9t9 21.5t-9 22t-21.5 9.5t-21.5 -9.5t-9 -22zM282 77q4 3 0.5 6.5t-7.5 0.5q-18 -19 -62 -19t-62 19 q-3 3 -6.5 -0.5t-0.5 -6.5q21 -22 70 -22q47 0 68 22zM280.5 131q12.5 0 21.5 9t9 21.5t-9 22t-21.5 9.5t-22 -9.5t-9.5 -22t9.5 -21.5t22 -9z" />
775
- <glyph unicode="&#xf3ff;" d="M414 147q13 -25 13 -52q0 -48 -34.5 -82t-83.5 -34q-30 0 -56 13q-19 -3 -37 -3q-85 0 -144.5 59t-59.5 142q0 20 4 40q-16 27 -16 59q0 48 34.5 82t83.5 34q34 0 63 -18q17 3 35 3q84 0 143.5 -58.5t59.5 -141.5q0 -22 -5 -43zM318.5 94.5q14.5 19.5 14.5 44.5 q0 21 -8.5 35.5t-23.5 23.5q-14 10 -34 16q-21 6 -45 12q-20 4 -29 7q-8 2 -16 6t-12 9t-4 12q0 11 12 19q14 8 36 8q23 0 34 -7q10 -8 18 -23q6 -11 12 -16t18 -5t20.5 8.5t8.5 19.5t-6.5 22.5t-20 22t-33.5 17t-47 6.5q-35 0 -60 -10q-26 -9 -39.5 -27t-13.5 -40 q0 -24 13 -41q13 -16 35 -25q21 -9 53 -16q23 -4 37 -9q14 -4 22 -11q8 -8 8 -20q0 -14 -15 -25q-16 -10 -41 -10q-18 0 -29.5 5t-17.5 13t-11 21q-5 11 -12 17q-8 6 -18 6q-13 0 -21.5 -8t-8.5 -19q0 -18 13 -36t34 -29q28 -15 72 -15q37 0 64 11t41.5 30.5z" />
776
- <glyph unicode="&#xf400;" horiz-adv-x="420" d="M153 276q21 0 35.5 -14t14.5 -33.5t-14.5 -33t-35.5 -13.5t-36 13.5t-15 33t15 33.5t36 14zM272 276q21 0 35.5 -13.5t14.5 -33t-14.5 -33.5t-35.5 -14t-36 14t-15 33.5t15 33t36 13.5zM403 202q10 7 15 0.5t-1 -15.5q-29 -36 -88 -60q26 -89 -22 -131q-32 -27 -64 -14 q-27 10 -26 42q0 -1 -0.5 24.5t-0.5 53.5l-4 1t-7 2v-36v-33t0 -12q1 -36 -32 -44q-36 -9 -65 23q-40 43 -16 124q-60 25 -89 60q-6 9 -1 15.5t14 -0.5l4 -3v165q0 17 12.5 29t28.5 12h300q16 0 26 -12t10 -29v-165q2 0 6 3zM376 186v159q0 22 -6.5 30.5t-24.5 8.5h-266 q-20 0 -26.5 -8.5t-6.5 -30.5v-160q23 -14 51 -19.5t46 -4.5t34 0q15 1 22 -6q1 0 1.5 -1l0.5 -1q9 -8 15 -12q1 22 27 20q16 1 34 0t46 5t53 20z" />
777
- <glyph unicode="&#xf401;" d="M9 124h-9v51h9v-51zM30 107h-9v81h9v-81zM47 103h-9v94h9v-94zM64 99h-9v94h9v-94zM85 99h-8v123h8v-123zM102 99h-8v140h8v-140zM124 99h-9v149h9v-149zM141 99h-9v153h9v-153zM162 99h-8v149h8v-149zM179 99h-8v145h8v-145zM196 99h-8v162h8v-162zM218 99h-9v175h9 v-175zM374 100h-146q-6 0 -6 6v167q0 4 5 6q17 6 34 6q36 0 62.5 -24.5t30.5 -59.5q9 4 20 4q22 0 37.5 -15.5t15.5 -37.5t-15.5 -37t-37.5 -15z" />
778
- <glyph unicode="&#xf402;" horiz-adv-x="265" d="M0 231v60q25 8 43 23.5t29 36.5t15 54h61v-108h102v-66h-102v-110q0 -37 4 -47.5t15 -16.5q14 -9 33 -9q32 0 65 21v-67q-28 -13 -50.5 -18t-48.5 -5q-29 0 -51.5 7t-38.5 21t-22.5 29.5t-6.5 44.5v149h-47v1z" />
779
- <glyph unicode="&#xf403;" horiz-adv-x="407" d="M296 34h-83l-56 -55h-55v55h-102v297l28 74h379v-259zM370 164v204h-305v-269h83v-55l56 55h102zM269 294h37v-111h-37v111zM167 183v111h37v-111h-37z" />
780
- <glyph unicode="&#xf404;" d="M276 284q-15 0 -32 -7q32 103 120 101q66 -2 62 -86q-2 -63 -87 -172q-87 -114 -147 -114q-37 0 -63 70q-18 66 -34 127q-19 69 -41 69q-5 0 -34 -20l-20 26q33 29 62 56q42 36 63 38q50 5 62 -68q12 -80 17 -99q14 -65 32 -65q13 0 40 42.5t29 64.5q3 37 -29 37z" />
781
- <glyph unicode="&#xf405;" d="M364.5 343q62.5 -62 62.5 -149.5t-62.5 -149.5t-150.5 -62v0q-54 0 -101 26l-113 -29l30 109q-28 49 -28 106q0 87 62 149t150 62t150.5 -62zM214 18q73 0 125 51.5t52 124.5t-52 124.5t-125 51.5t-124.5 -51.5t-51.5 -124.5q0 -51 27 -94l4 -6l-18 -65l67 17l6 -3 q42 -25 90 -25zM311 150q9 -5 10 -7q4 -6 -3 -25q-3 -8 -15 -15.5t-21 -9.5q-18 -2 -33 2q-17 6 -30 11q-8 4 -15.5 8.5t-14.5 9t-13 9.5t-11.5 10t-10.5 10.5t-8.5 9.5t-7 8.5t-5.5 7t-3.5 5l-1.5 2.5q-22 29 -22 55q0 24 19 44q6 7 14 7q6 0 10 -1q8 0 12 -9q2 -3 6 -13 l7 -17.5t3 -8.5q3 -5 1 -9q-3 -7 -5 -9l-3 -3t-3 -3.5t-2 -2.5q-6 -6 -3 -11q13 -22 30 -37q13 -11 43 -26q7 -3 11 1q12 15 17 21q4 6 12 3q6 -3 36 -17z" />
782
- <glyph unicode="&#xf406;" d="M213 323q-24 18 -47 27.5t-38.5 10.5t-28 0t-18.5 -4l-6 -3q59 51 138 51t139 -51q-3 1 -7 3t-17.5 4t-28.5 0t-38.5 -11t-47.5 -27v0zM157 282q-39 -40 -65 -78t-34.5 -63.5t-12 -44.5t-1.5 -28l3 -9q-47 58 -47 133q0 84 57 145q38 -16 100 -55zM427 192 q0 -75 -47 -133q1 3 2.5 9t-1.5 27.5t-12 45.5t-34.5 62.5t-65.5 78.5q28 17 53 31t36 19l11 5q58 -61 58 -145zM212 236q38 -27 67.5 -57t45 -53t26 -42t13.5 -29l3 -10q-62 -66 -153.5 -66t-154.5 66q2 4 5 11.5t15 30t28 44.5t44 51t61 54z" />
783
- <glyph unicode="&#xf407;" d="M414 271q-5 0 -49 -10q-10 -3 -62.5 -45.5t-56.5 -55.5q-2 -10 -2 -27l-1 -15q0 -9 4 -39q4 -1 32 -1t32 -1l-1 -20q-6 1 -105 1q-6 0 -44 -1t-49 -1l4 19h15.5t27 2t15.5 6q1 1 1.5 2t1 2.5t0.5 3v4.5v6v8v10v13q0 17 -1 27q-3 10 -51.5 69.5t-65.5 72.5q-3 1 -28.5 4 t-29.5 4l-1 18q2 1 17.5 1t35.5 -0.5t44 0.5q23 0 61 -0.5t45 -0.5l-3 -16q-4 -1 -30.5 -2.5t-31.5 -3.5q16 -24 50 -68.5t39 -51.5q2 3 41.5 36t40.5 43q-38 7 -54 7l-3 20h20h38.5h30.5q72 0 86 -2z" />
784
- <glyph unicode="&#xf408;" d="M422 277q5 -35 5 -69v-32l-5 -69q-4 -29 -17 -42q-14 -14 -42 -18q-27 -2 -64.5 -3t-61.5 -1h-24q-111 1 -145 4l-8 1t-13 2t-12.5 5t-13 10t-10 16.5t-5.5 18.5l-2 7q-4 35 -4 69v32l4 69q4 29 17 42q14 15 43 18q27 2 64 3t61 1h24q90 0 150 -4q28 -3 42 -18 q4 -4 7 -9.5t5 -11t3 -10.5t2 -8v-3zM271 189l14 7l-115 60v-120z" />
785
- <glyph unicode="&#xf409;" horiz-adv-x="352" d="M170 224q18 0 57.5 -1t59.5 -2q15 0 26 -3q28 -6 34 -40q5 -35 5 -59q0 -39 -3 -87q-1 -12 -7 -25q-11 -24 -43 -25q-103 -3 -152 -3q-17 0 -47.5 1t-40.5 1t-22 4q-20 5 -29 26q-6 17 -8 52q-1 41 2 94q1 15 5 31q9 31 42 33q31 0 121 3zM202 33q4 -3 13 -9 q9 -5 17.5 -1t10.5 15q2 9 2 14v60q0 8 -3 15q-3 13 -12 16.5t-20 -4.5q-2 -1 -4.5 -3.5l-3.5 -3.5v50h-21v-158h21q-1 4 0 9zM162 24v118h-22v-7v-76q0 -8 -6 -12q-4 -5 -9 -3q-3 1 -3 7v84v7h-22v-3v-96q0 -3 1 -9q4 -16 20 -11q4 1 13 7q2 1 6 6v-12h22zM323 79 q0 4 0.5 11t0.5 12.5t-1 10.5q-1 14 -9 22t-21 9q-14 1 -23.5 -6.5t-10.5 -21.5q-3 -33 0 -67q2 -15 14 -22.5t28 -3.5q13 3 19.5 15.5t2.5 26.5h-22q0 -10 -1 -14q-1 -9 -9 -9t-9 8q-1 9 -2 30q16 -1 43 -1zM103 159v23h-74v-23h24v-135h25v135h25zM247 364v-34v-59 q0 -6 4 -7q3 -1 7 2q7 5 7 14v26v31v27h22v-119h-22v12l-5 -5q-8 -6 -11 -7q-8 -4 -14.5 -0.5t-8.5 11.5q-1 4 -1 7v100q7 1 22 1zM66 405h22q2 0 4 -4q10 -34 14 -51q0 -1 2 -3q4 18 9 32q1 3 3 10.5t3 11.5q1 3 4 4h22q0 -1 -1 -4q-1 -1 -1 -2q-4 -14 -13 -42t-13 -42 q-2 -6 -2 -10v-59h-23q0 3 -0.5 8.5t-0.5 9.5t1 8q2 36 -13 78q-9 27 -17 55zM208 304v-11t-0.5 -13t-1.5 -11q-1 -11 -10 -18.5t-21 -7.5t-20 7.5t-11 18.5q-1 7 -1 21q0 38 1 49q4 27 31 27q26 0 31 -27q0 -1 0.5 -2.5t0.5 -2.5q0 -5 0.5 -15t0.5 -15zM167 305v-28 q0 -6 1 -8q4 -5 8 -5t8 5q1 2 1 8v49v12q-1 7 -9 7q-7 0 -9 -7q-1 -2 -1 -6t0.5 -13t0.5 -14zM206 83v31q0 9 11 9q8 0 8 -7v-5.5v-4.5v-50v-3.5v-3.5q-1 -7 -8 -7q-11 1 -11 9q-1 16 0 32zM299 97h-20q0 4 0.5 10.5t0.5 10.5q1 6 9 6q7 0 8 -6q2 -10 2 -21z" />
786
- </font>
787
- </defs></svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/material-design-iconic-font/fonts/Material-Design-Iconic-Font.ttf DELETED
Binary file
assets/css/material-design-iconic-font/fonts/Material-Design-Iconic-Font.woff DELETED
Binary file
assets/css/material-design-iconic-font/fonts/Material-Design-Iconic-Font.woff2 DELETED
Binary file
assets/css/phpDataTables.css DELETED
@@ -1,804 +0,0 @@
1
- /*!
2
- * wpDataTables styles
3
- *
4
- */
5
- .wpDataTables:before,
6
- .wpDataTables:after {
7
- content: " ";
8
- display: table;
9
- }
10
- .wpDataTables:after {
11
- clear: both;
12
- }
13
-
14
- .wpDataTablesWrapper table.wpDataTable {
15
- background-color: transparent;
16
- border-collapse: collapse;
17
- border-spacing: 0;
18
- clear: both;
19
- font-size: inherit;
20
- margin: 0 auto;
21
- width: 100%;
22
- }
23
-
24
- .wpDataTablesWrapper table.wpDataTable th,
25
- .wpDataTablesWrapper table.wpDataTable td {
26
- overflow: hidden;
27
- text-overflow: ellipsis;
28
- white-space: nowrap;
29
- }
30
-
31
- .wpDataTablesWrapper table.wpDataTable thead th {
32
- border-style: solid;
33
- border-width: 1px 1px 2px 1px;
34
- cursor: pointer;
35
- padding: 7px 10px 7px 10px;
36
- text-align: left;
37
- }
38
-
39
- .wpDataTablesWrapper table.wpDataTable thead th.collapsible.sorting {
40
- text-align: center;
41
- }
42
-
43
- .wpDataTablesWrapper table.wpDataTable thead th.sorting,
44
- .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc,
45
- .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc {
46
- background-image: none !important;
47
- }
48
-
49
- .wpDataTablesWrapper table.wpDataTable thead th.sorting:after,
50
- .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after,
51
- .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after {
52
- border-color: transparent;
53
- border-style: solid;
54
- border-width: 5px;
55
- display: inline-block;
56
- font-size: 0px;
57
- line-height: 0;
58
- content: "";
59
- height: 0px;
60
- width: 0px;
61
- vertical-align: 3px;
62
- margin: 0 0 0 10px;
63
- opacity: 0.6;
64
- }
65
-
66
- .wpDataTablesWrapper table.wpDataTable thead th.collapsible.sorting:after,
67
- .wpDataTablesWrapper table.wpDataTable thead th.collapsible.sorting_asc:after,
68
- .wpDataTablesWrapper table.wpDataTable thead th.collapsible.sorting_desc:after {
69
- margin-left: 0;
70
- }
71
-
72
- .wpDataTablesWrapper table.wpDataTable thead th.sorting:after,
73
- .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after {
74
- border-top-width: 0px;
75
- }
76
-
77
- .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after {
78
- border-bottom-width: 0px;
79
- }
80
-
81
- .wpDataTablesWrapper table.wpDataTable thead th.sorting:hover:after,
82
- .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after,
83
- .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after {
84
- opacity: 1;
85
- }
86
-
87
- .wpDataTablesWrapper table.wpDataTable td {
88
- border: 1px solid;
89
- padding: 3px 10px;
90
- }
91
-
92
- .wpDataTablesWrapper table.wpDataTable tfoot td {
93
- border-width: 1px 0px 1px 0px;
94
- padding-bottom: 7px;
95
- padding-top: 7px;
96
- vertical-align: top;
97
- white-space: normal;
98
- overflow: visible;
99
- }
100
-
101
- .wpDataTablesWrapper table.wpDataTable tfoot td input {
102
- display: block;
103
- margin: 0;
104
- width: 92%;
105
- }
106
-
107
- .wpDataTables .filter_select select {
108
- display: none !important;
109
- }
110
-
111
- .wpDataTablesWrapper table.wpDataTable tfoot td input.date_range_filter,
112
- .wpDataTablesWrapper table.wpDataTable tfoot td input.number_range_filter {
113
- display: block;
114
- width: 100%;
115
- }
116
-
117
- .wpDataTablesWrapper table.wpDataTable tfoot td input.number_range_filter:first-child {
118
- margin-bottom: 5px !important;
119
- }
120
-
121
- .wpDataTablesWrapper table.wpDataTable tfoot td input.date_range_filter:first-child {
122
- margin-bottom: 5px !important;
123
- }
124
-
125
- .wpDataTablesWrapper table.wpDataTable tfoot .selecter {
126
- width: 100% !important;
127
- }
128
-
129
-
130
- .wpDataTablesWrapper .dataTables_info {
131
- clear: both;
132
- float: left;
133
- margin-top: 10px;
134
- padding: 3px 0px;
135
- font-size: 11px;
136
- }
137
-
138
- .wpDataTablesWrapper .dataTables_paginate {
139
- float: right;
140
- text-align: right;
141
- margin-top: 10px;
142
- }
143
-
144
- .wpDataTablesWrapper .dataTables_paginate a {
145
- display: inline-block;
146
- height: auto;
147
- cursor: pointer;
148
- padding: 2px 7px;
149
- vertical-align: middle;
150
- }
151
-
152
- .wpDataTablesWrapper .paginate_button:before {
153
- font-size: 14px;
154
- line-height: 1em;
155
- }
156
-
157
- /* TableTools */
158
- .wpDataTablesWrapper div.DTTT_container {
159
- margin-bottom: 20px;
160
- margin-left: 20px;
161
- margin-right: -15px;
162
- }
163
-
164
- .wpDataTablesWrapper button.DTTT_button {
165
- position: relative;
166
- float: right;
167
- height: auto;
168
- line-height: 18px !important;
169
- margin-right: 15px;
170
- padding: 0px;
171
- font-size: 1em;
172
- line-height: inherit;
173
- }
174
-
175
- .wpDataTablesWrapper button.DTTT_button,
176
- .wpDataTablesWrapper button.DTTT_button:hover {
177
- border-color: transparent;
178
- border-style: solid;
179
- }
180
-
181
- .wpDataTablesWrapper .DTTT_button.disabled {
182
- cursor: default;
183
- }
184
-
185
- .wpDataTablesWrapper .DTTT_button:before {
186
- font-size: 18px;
187
- float: none;
188
- line-height: 18px;
189
- margin-right: 5px;
190
- margin-top: 0px;
191
- text-align: left;
192
- }
193
-
194
- .wpDataTablesWrapper .DTTT_button span {
195
- vertical-align: middle;
196
-
197
- }
198
-
199
- .wpDataTablesWrapper table.wpDataTable tr.selected td,
200
- .wpDataTablesWrapper table.wpDataTable tr.selected td.sorting_1 {
201
- background-color: #ddd;
202
- }
203
-
204
- .wpDataTablesWrapper .dataTables_length {
205
- float: left;
206
- }
207
-
208
- .wpDataTablesWrapper .dataTables_length,
209
- .wpDataTablesWrapper .dataTables_filter {
210
- margin-bottom: 20px;
211
- }
212
-
213
- .wpDataTablesWrapper .dataTables_length label,
214
- .wpDataTablesWrapper .dataTables_filter label {
215
- font-size: inherit;
216
- line-height: inherit;
217
- margin-bottom: 0px;
218
- }
219
-
220
- .wpDataTablesWrapper .dataTables_length .selecter {
221
- margin: 0px 5px !important;
222
- width: 80px !important;
223
- }
224
-
225
- .wpDataTablesWrapper .dataTables_filter input {
226
- margin-bottom: 0px;
227
- }
228
-
229
- .wpDataTablesWrapper .dataTables_processing {
230
- position: absolute;
231
- top: 0px;
232
- left: 0px;
233
- bottom: 0px;
234
- right: 0px;
235
- width: 100%;
236
- height: auto;
237
- margin-left: 0px;
238
- margin-top: 0px;
239
- padding: 0px;
240
- border-style: none;
241
- text-align: center;
242
- font-size: 14px;
243
- background-color: rgba(255,255,255,0.7);
244
- }
245
-
246
- .wpDataTablesWrapper .dataTables_processing img {
247
- display: inline-boock;
248
- position: absolute;
249
- top: 50%;
250
- left: 50%;
251
- margin-left: -25px;
252
- margin-top: -25px;
253
- }
254
-
255
- .wpDataTablesWrapper div.wpDataTablesFilter span.filter_column input[type="text"] {
256
- width: 70px;
257
- }
258
-
259
- .wpDataTablesWrapper .wpDataTablesFilter {
260
- overflow: hidden;
261
- }
262
-
263
- .wpDataTablesWrapper .wdtCheckboxModalWrap {
264
- overflow: hidden;
265
- }
266
-
267
- /* Table tools, filters, table length selector */
268
- .wpDataTables select,
269
- .wpDataTables textarea,
270
- .wpDataTables input[type="text"] {
271
- display: inline-block !important;
272
- margin-bottom: 0px !important;
273
- max-width: 100%;
274
- padding: 3px 6px !important;
275
- vertical-align: middle !important;
276
- width: 206px;
277
- }
278
-
279
- .wpDataTables select,
280
- .wpDataTables input[type="text"],
281
- .wpDataTables textarea,
282
- .wpDataTables .selecter .selecter-selected,
283
- .wpDataTables .selecter .selecter-item,
284
- .wpDataTablesWrapper .DTTT_button,
285
- .wpDataTables .checkbox_filter.btn,
286
- .wpDataTables .btn {
287
- font-size: inherit !important;
288
- line-height: 22px !important;
289
- padding-bottom: 3px !important;
290
- padding-top: 3px !important;
291
- -webkit-box-sizing: border-box !important;
292
- -moz-box-sizing: border-box !important;
293
- box-sizing: border-box !important;
294
- }
295
-
296
- .wpDataTables select,
297
- .wpDataTables input[type="text"],
298
- .wpDataTables .selecter .selecter-selected,
299
- .wpDataTables .selecter .selecter-item,
300
- .wpDataTablesWrapper .DTTT_button,
301
- .wpDataTables .checkbox_filter.btn,
302
- .wpDataTables .btn {
303
- height: 30px !important;
304
- }
305
-
306
- .wpDataTables .checkbox_filter.btn {
307
- font-size: inherit;
308
- padding: 3px 0px;
309
- }
310
-
311
- .wpDataTables .checkbox_filter.btn:before {
312
- font-size: 18px;
313
- line-height: 18px;
314
- margin-right: 5px;
315
- margin-top: 0;
316
- text-align: left;
317
- }
318
-
319
- /* Filters */
320
- .wpDataTablesWrapper .wpDataTableFilterSection {
321
- float: left;
322
- padding: 15px;
323
- }
324
-
325
- .wpDataTablesFilter {
326
- margin-bottom: 30px;
327
- }
328
-
329
- .wpDataTablesFilter .wpDataTableFilterSection {
330
- float: left;
331
- margin-bottom: 10px;
332
- margin-right: 15px;
333
- min-width: 180px;
334
- }
335
-
336
- .wpDataTablesFilter .filter_select .selecter {
337
- width: 100% !important;
338
- }
339
-
340
- .wpDataTablesFilter .number_range_filter:first-child {
341
- margin-right: 7px;
342
- }
343
-
344
- /* Processing */
345
- .wpDataTables .overlayed {
346
- position: relative;
347
- pointer-events: none;
348
- }
349
-
350
- .wpDataTables .overlayed > * {
351
- opacity: 0.3;
352
- }
353
-
354
- .wpDataTables .overlayed:after {
355
- content: " ";
356
- color: inherit;
357
- font-size: 34px;
358
- left: 50%;
359
- margin-left: -15px;
360
- margin-top: -20px;
361
- opacity: 1;
362
- position: absolute;
363
- top: 50%;
364
- -webkit-animation: spin 2s infinite linear;
365
- -moz-animation: spin 2s infinite linear;
366
- -o-animation: spin 2s infinite linear;
367
- animation: spin 2s infinite linear;
368
- }
369
-
370
- @-moz-keyframes spin {
371
- 0% {
372
- -moz-transform: rotate(0deg);
373
- }
374
- 100% {
375
- -moz-transform: rotate(359deg);
376
- }
377
- }
378
- @-webkit-keyframes spin {
379
- 0% {
380
- -webkit-transform: rotate(0deg);
381
- }
382
- 100% {
383
- -webkit-transform: rotate(359deg);
384
- }
385
- }
386
- @-o-keyframes spin {
387
- 0% {
388
- -o-transform: rotate(0deg);
389
- }
390
- 100% {
391
- -o-transform: rotate(359deg);
392
- }
393
- }
394
- @-ms-keyframes spin {
395
- 0% {
396
- -ms-transform: rotate(0deg);
397
- }
398
- 100% {
399
- -ms-transform: rotate(359deg);
400
- }
401
- }
402
- @keyframes spin {
403
- 0% {
404
- transform: rotate(0deg);
405
- }
406
- 100% {
407
- transform: rotate(359deg);
408
- }
409
- }
410
- /* Plugins */
411
- /* Plugins - Selecter */
412
- .wpDataTables .selecter {
413
- display: inline-block !important;
414
- height: auto !important;
415
- margin: 0px;
416
- max-width: none !important;
417
- min-width: 80px !important;
418
- vertical-align: middle;
419
- }
420
-
421
- .wpDataTables .selecter .selecter-selected {
422
- background-color: transparent !important;
423
- background-image: none !important;
424
- border: 1px solid !important;
425
- }
426
-
427
- .wpDataTables .selecter .selecter-selected:after {
428
- border-color: transparent;
429
- border-style: solid;
430
- border-width: 5px 5px 0px 5px;
431
- display: inline-block;
432
- font-size: 0px;
433
- float: right;
434
- line-height: 0;
435
- content: "";
436
- height: 0px;
437
- width: 0px;
438
- margin: 8px -5px 0px 5px;
439
-
440
- }
441
-
442
- .wpDataTables .selecter .selecter-options {
443
- -webkit-box-sizing: border-box;
444
- -moz-box-sizing: border-box;
445
- box-sizing: border-box;
446
- border-style: solid;
447
- border-width: 0px 1px 1px 1px;
448
- width: 100%;
449
- }
450
-
451
- .wpDataTables .selecter .selecter-item {
452
- border-style: none !important;
453
- display: block !important;
454
- width: auto !important;
455
- }
456
-
457
- /* Plugins - Picker */
458
- .wpDataTables .picker.picker-checkbox.checked .picker-flag {
459
- font-size: 14px;
460
- background-image: none !important;
461
- line-height: 12px;
462
- text-align: center;
463
- }
464
-
465
- .wpDataTables .picker.picker-radio .picker-handle {
466
- text-align: center;
467
- }
468
-
469
- .wpDataTables .picker.picker-radio .picker-flag {
470
- display: inline-block;
471
- }
472
-
473
- /* Modals (Remodal, Datepicker) */
474
- /* Modals (Remodal) */
475
- .remodal-overlay {
476
- filter: none !important;
477
- }
478
-
479
- .remodal.wdtRemodal {
480
- -webkit-box-shadow: none !important;
481
- box-shadow: none !important;
482
- font-size: inherit !important;
483
- padding-top: 15px !important;
484
- text-align: left;
485
- }
486
-
487
- .wdtRemodal .remodal-close {
488
- display: inline-block !important;
489
- width: auto !important;
490
- height: auto !important;
491
- -webkit-border-radius: 0px !important;
492
- border-radius: 0px !important;
493
- border-style: none !important;
494
- left: auto !important;
495
- right: 10px !important;
496
- top: 5px !important;
497
- }
498
-
499
- .remodal.wdtRemodal .remodal-close:after {
500
- font-size: 18px !important;
501
- }
502
-
503
- .remodal.wdtRemodal > h1 {
504
- margin-bottom: 15px;
505
- margin-top: 0px;
506
- }
507
-
508
- .remodal.wdtRemodal .btn {
509
- border: 1px solid;
510
- font-weight: normal;
511
- margin: 5px 10px 5px 0px;
512
- }
513
-
514
- /* Modals - Filter dialog */
515
- .wdtCheckboxModalWrap {
516
- margin-bottom: 15px;
517
- }
518
-
519
- .wdtCheckboxModalWrap:before,
520
- .wdtCheckboxModalWrap:after {
521
- content: " ";
522
- display: table;
523
- }
524
- .wdtCheckboxModalWrap:after,
525
- .wdtCheckboxModalWrap:after {
526
- clear: both;
527
- }
528
-
529
- /* Modals - Edit dialog */
530
- .wdtEditDialog table {
531
- margin-bottom: 15px;
532
- }
533
-
534
- .wdtEditDialog td {
535
- padding-bottom: 9px;
536
- vertical-align: top;
537
- }
538
-
539
- .wdtEditDialog td > label {
540
- margin-right: 15px;
541
- }
542
-
543
- .wdtEditDialog input[type="text"] {
544
- width: 100% !important;
545
- }
546
-
547
- .wdtEditDialog td > .selecter {
548
- display: block !important;
549
- width: auto !important;
550
- }
551
-
552
- /* Modals (Datepicker) */
553
- .wpDataTables .picker,
554
- .wpDataTables .picker__box {
555
- font-size: inherit !important;
556
- }
557
-
558
- .wpDataTables .picker__header {
559
- margin-top: 0px !important;
560
- padding-top: .75em !important;
561
- }
562
-
563
- .wpDataTables .picker__nav--prev,
564
- .wpDataTables .picker__nav--next {
565
- margin: 0.33em 0em 0em 0em !important;
566
- top: 0px !important;
567
- }
568
-
569
- .wpDataTables .picker__nav--prev:before,
570
- .wpDataTables .picker__nav--next:before {
571
- border-style: none !important;
572
- font-size: 18px !important;
573
- height: auto !important;
574
- width: auto !important;
575
- }
576
-
577
- .wpDataTables .picker__weekday {
578
- border-width: 1px !important;
579
- text-align: center !important;
580
- }
581
-
582
- .wpDataTables .picker__table {
583
- border-collapse: separate !important;
584
- border-spacing: 2px !important;
585
- }
586
-
587
- .wpDataTables .picker__table th,
588
- .wpDataTables .picker__table td {
589
- font-size: inherit !important;
590
- border-style: none !important;
591
- }
592
-
593
- .wpDataTables .picker__table th {
594
- padding: 0px 0px 10px 0px !important;
595
- }
596
-
597
- .wpDataTables .picker__table td {
598
- padding: 0px !important;
599
- }
600
-
601
- .wpDataTables .picker__footer {
602
- margin-top: 15px;
603
- text-align: center;
604
- }
605
-
606
- .wpDataTables .picker__footer button {
607
- border: 1px solid;
608
- display: inline !important;
609
- margin: 5px 10px;
610
- max-width: 200px !important;
611
- position: relative;
612
- vertical-align: middle !important;
613
- }
614
-
615
- .wpDataTables .picker__button--today:before {
616
- margin-right: 0px !important;
617
- position: absolute !important;
618
- right: 3px !important;
619
- top: 3px !important;
620
- }
621
-
622
- .wpDataTables .picker__button--clear:before {
623
- font-size: 1em !important;
624
- height: auto !important;
625
- margin-right: 15px !important;
626
- vertical-align: middle !important;
627
- }
628
-
629
- @media (min-height: 33.875em) {
630
- .wpDataTables .picker--opened .picker__holder .picker__frame {
631
- margin-top: -200px;
632
- top: 50% !important;
633
- bottom: auto !important;
634
- }
635
- .wpDataTables .picker__box {
636
- -webkit-border-radius: 5px !important;
637
- -moz-border-radius: 5px !important;
638
- border-radius: 5px !important;
639
- }
640
- }
641
-
642
- /* Responsive */
643
-
644
- @media (max-width: 979px) {
645
- .wpDataTablesWrapper .dataTables_filter input {
646
- width: 100px;
647
- }
648
- }
649
-
650
- @media (max-width: 750px) {
651
- .wpDataTablesWrapper .dataTables_filter input {
652
- width: 200px;
653
- }
654
- .wpDataTablesWrapper .DTTT_container,
655
- .wpDataTablesWrapper .dataTables_length,
656
- .wpDataTablesWrapper .dataTables_filter {
657
- float: none !important;
658
- margin-bottom: 10px;
659
- text-align: left !important;
660
- }
661
- .wpDataTablesWrapper .DTTT_container {
662
- margin-left: 0px !important;
663
- }
664
- .wpDataTablesWrapper .DTTT_container button {
665
- display: none;
666
- }
667
- .wpDataTablesWrapper .DTTT_container button.edit_table,
668
- .wpDataTablesWrapper .DTTT_container button.new_table_entry,
669
- .wpDataTablesWrapper .DTTT_container button.delete_table_entry {
670
- display: inline-block;
671
- float: none !important;
672
- position: static;
673
- }
674
- }
675
-
676
- /* Icons */
677
- @font-face {
678
- font-weight: normal;
679
- font-style: normal;
680
- font-family: 'WPDataTablesIcons';
681
- src: url('../fonts/wpdatatablesicons-base.eot');
682
- src: url('../fonts/wpdatatablesicons-base.eot?#iefix') format('embedded-opentype'),
683
- url('../fonts/wpdatatablesicons-base.woff') format('woff'),
684
- url('../fonts/wpdatatablesicons-base.ttf') format('truetype'),
685
- url('../fonts/wpdatatablesicons-base.svg#wpdatatablesicons-base') format('svg');
686
- }
687
-
688
- .wpDataTablesWrapper .dataTables_paginate > .paginate_button {
689
- font:0/0 a;
690
- background-color: transparent;
691
- border: 0;
692
- text-shadow: none;
693
- text-indent: -9999em;
694
- }
695
-
696
- .wpDataTablesWrapper .paginate_button:before,
697
- .wpDataTablesWrapper .DTTT_button:before,
698
- .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander:before,
699
- .wpDataTablesWrapper .checkbox_filter.btn:before,
700
- .wpDataTables .picker__nav--prev:before,
701
- .wpDataTables .picker__nav--next:before,
702
- .remodal.wdtRemodal .remodal-close:after,
703
- .wpDataTables .picker.picker-checkbox.checked .picker-flag:before,
704
- .wpDataTables .picker__button--clear:before,
705
- .wpDataTables .overlayed:after {
706
- display: inline-block;
707
- font-family: 'WPDataTablesIcons' !important;
708
- font-style: normal;
709
- font-weight: normal;
710
- text-align: center;
711
- text-decoration: none;
712
- vertical-align: middle;
713
- -webkit-font-smoothing: antialiased;
714
- }
715
-
716
- .wpDataTablesWrapper .paginate_button.next:before,
717
- .wpDataTables .picker__nav--next:before {
718
- content: "\e001" !important;
719
- }
720
-
721
- .wpDataTablesWrapper .paginate_button.previous:before,
722
- .wpDataTables .picker__nav--prev:before {
723
- content: "\e002" !important;
724
- }
725
-
726
- .wpDataTablesWrapper .paginate_button.last:before {
727
- content: "\e003";
728
- }
729
-
730
- .wpDataTablesWrapper .paginate_button.first:before {
731
- content: "\e004";
732
- }
733
-
734
- .wdtRemodal .remodal-close:after,
735
- .wpDataTables .picker__button--clear:before {
736
- content: "\e005" !important;
737
- }
738
-
739
- .wpDataTablesWrapper .DTTT_button.DTTT_button_new:before,
740
- .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander:before {
741
- content: "\e006";
742
- }
743
-
744
- .wpDataTablesWrapper table.has-columns-hidden tr.detail-show span.responsiveExpander:before {
745
- content: "\e007";
746
- }
747
-
748
- .wpDataTables .picker.picker-checkbox.checked .picker-flag:before {
749
- content: "\e008";
750
- }
751
-
752
- .wpDataTables .overlayed:after {
753
- content: "\e009";
754
- }
755
-
756
- .wpDataTablesWrapper .checkbox_filter.btn:before {
757
- content: "\e00a";
758
- }
759
-
760
- .wpDataTablesWrapper .DTTT_button.DTTT_button_delete:before {
761
- content: "\e00b";
762
- }
763
-
764
- .wpDataTablesWrapper .DTTT_button.DTTT_button_edit:before {
765
- content: "\e00c";
766
- }
767
-
768
- .wpDataTablesWrapper .ico-search:before {
769
- content: "\e00d";
770
- }
771
-
772
- .wpDataTablesWrapper .ico-cntrl:before {
773
- content: "\e00e";
774
- }
775
-
776
- .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before {
777
- content: "\e00f";
778
- }
779
-
780
- .wpDataTablesWrapper .DTTT_button.DTTT_button_xls:before {
781
- content: "\e010";
782
- }
783
-
784
- .wpDataTablesWrapper .ico-cal-day:before {
785
- content: "\e011";
786
- }
787
-
788
- .wpDataTablesWrapper .ico-cal-ok:before {
789
- content: "\e012";
790
- }
791
-
792
- .wpDataTablesWrapper .DTTT_button.DTTT_button_pdf:before {
793
- content: "\e013";
794
- }
795
-
796
- .wpDataTablesWrapper .DTTT_button.DTTT_button_csv:before {
797
- content: "\e014";
798
- }
799
-
800
- .wpDataTablesWrapper .DTTT_button.DTTT_button_copy:before {
801
- content: "\e015";
802
- }
803
-
804
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/style.css ADDED
@@ -0,0 +1,928 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @font-face {
2
+ font-family: 'wpDataTablesIcons';
3
+ src: url('../fonts/wpDataTablesIcons.eot');
4
+ src: url('../fonts/wpDataTablesIcons.eot#iefix') format('embedded-opentype'),
5
+ url('../fonts/wpDataTablesIcons.ttf') format('truetype'),
6
+ url('../fonts/wpDataTablesIcons.woff') format('woff'),
7
+ url('../fonts/wpDataTablesIcons.svg#wpDataTablesIcons') format('svg');
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ font-display: block;
11
+ }
12
+
13
+ [class^="wpdt-icon-"], [class*=" wpdt-icon-"] {
14
+ /* use !important to prevent issues with browser extensions that change fonts */
15
+ font-family: 'wpDataTablesIcons' !important;
16
+ speak: none;
17
+ font-style: normal;
18
+ font-weight: normal;
19
+ font-variant: normal;
20
+ text-transform: none;
21
+ line-height: 1;
22
+ display: inline-block;
23
+
24
+ /* Better Font Rendering =========== */
25
+ -webkit-font-smoothing: antialiased;
26
+ -moz-osx-font-smoothing: grayscale;
27
+ }
28
+
29
+ .wpdt-icon-trophy:before {
30
+ content: "\e916";
31
+ }
32
+ .wpdt-icon-magic-stick:before {
33
+ content: "\e914";
34
+ }
35
+ .wpdt-icon-book:before {
36
+ content: "\e915";
37
+ }
38
+ .wpdt-icon-csv:before {
39
+ content: "\e900";
40
+ }
41
+ .wpdt-icon-search-w:before {
42
+ content: "\e901";
43
+ }
44
+ .wpdt-icon-shape:before {
45
+ content: "\e904";
46
+ }
47
+ .wpdt-icon-sort-down1:before {
48
+ content: "\e905";
49
+ }
50
+ .wpdt-icon-cancel-x:before {
51
+ content: "\e906";
52
+ }
53
+ .wpdt-icon-uniE907:before {
54
+ content: "\e907";
55
+ }
56
+ .wpdt-icon-copy-wa:before {
57
+ content: "\e908";
58
+ }
59
+ .wpdt-icon-excel:before {
60
+ content: "\e90a";
61
+ }
62
+ .wpdt-icon-export:before {
63
+ content: "\e909";
64
+ }
65
+ .wpdt-icon-filled-check:before {
66
+ content: "\e90b";
67
+ }
68
+ .wpdt-icon-icon-close:before {
69
+ content: "\e90c";
70
+ }
71
+ .wpdt-icon-outlined-check:before {
72
+ content: "\e90d";
73
+ }
74
+ .wpdt-icon-pdf:before {
75
+ content: "\e912";
76
+ }
77
+ .wpdt-icon-print:before {
78
+ content: "\e90e";
79
+ }
80
+ .wpdt-icon-delete:before {
81
+ content: "\e90f";
82
+ }
83
+ .wpdt-icon-edit:before {
84
+ content: "\e910";
85
+ }
86
+ .wpdt-icon-eye-w:before {
87
+ content: "\e911";
88
+ }
89
+ .wpdt-icon-plus-wa:before {
90
+ content: "\e913";
91
+ }
92
+ .wpdt-icon-glyph:before {
93
+ content: "\e001";
94
+ }
95
+ .wpdt-icon-glyph-1:before {
96
+ content: "\e002";
97
+ }
98
+ .wpdt-icon-glyph-2:before {
99
+ content: "\e003";
100
+ }
101
+ .wpdt-icon-glyph-3:before {
102
+ content: "\e004";
103
+ }
104
+ .wpdt-icon-glyph-4:before {
105
+ content: "\e005";
106
+ }
107
+ .wpdt-icon-glyph-6:before {
108
+ content: "\e006";
109
+ }
110
+ .wpdt-icon-glyph-5:before {
111
+ content: "\e007";
112
+ }
113
+ .wpdt-icon-glyph-7:before {
114
+ content: "\e008";
115
+ }
116
+ .wpdt-icon-glyph-9:before {
117
+ content: "\e009";
118
+ }
119
+ .wpdt-icon-glyph-8:before {
120
+ content: "\e00a";
121
+ }
122
+ .wpdt-icon-glyph-10:before {
123
+ content: "\e00b";
124
+ }
125
+ .wpdt-icon-glyph-11:before {
126
+ content: "\e00c";
127
+ }
128
+ .wpdt-icon-glyph-12:before {
129
+ content: "\e00d";
130
+ }
131
+ .wpdt-icon-glyph-13:before {
132
+ content: "\e00e";
133
+ }
134
+ .wpdt-icon-glyph-14:before {
135
+ content: "\e00f";
136
+ }
137
+ .wpdt-icon-glyph-15:before {
138
+ content: "\e010";
139
+ }
140
+ .wpdt-icon-glyph-16:before {
141
+ content: "\e011";
142
+ }
143
+ .wpdt-icon-glyph-17:before {
144
+ content: "\e012";
145
+ }
146
+ .wpdt-icon-glyph-18:before {
147
+ content: "\e013";
148
+ }
149
+ .wpdt-icon-glyph-19:before {
150
+ content: "\e014";
151
+ }
152
+ .wpdt-icon-glyph-20:before {
153
+ content: "\e015";
154
+ }
155
+ .wpdt-icon-install:before {
156
+ content: "\e778";
157
+ }
158
+ .wpdt-icon-1493906635_delete_filter:before {
159
+ content: "\e817";
160
+ }
161
+ .wpdt-icon-1493907529_pack06-16:before {
162
+ content: "\e818";
163
+ }
164
+ .wpdt-icon-1493907728_excel_d:before {
165
+ content: "\e819";
166
+ }
167
+ .wpdt-icon-csv-file-variant-with-graphs:before {
168
+ content: "\e81a";
169
+ }
170
+ .wpdt-icon-pdf-file-format-symbol:before {
171
+ content: "\e81b";
172
+ }
173
+ .wpdt-icon-1495736216_column_table_minus_remove_delete_discard:before {
174
+ content: "\e81d";
175
+ }
176
+ .wpdt-icon-1495736192_column_table_new_plus_add_create_insert:before {
177
+ content: "\e81e";
178
+ }
179
+ .wpdt-icon-icons-01:before {
180
+ content: "\e902";
181
+ }
182
+ .wpdt-icon-icons-02:before {
183
+ content: "\e903";
184
+ }
185
+ .wpdt-icon-search2:before {
186
+ content: "\1f50d";
187
+ }
188
+ .wpdt-icon-search:before {
189
+ content: "\f002";
190
+ }
191
+ .wpdt-icon-star:before {
192
+ content: "\f005";
193
+ }
194
+ .wpdt-icon-th-large:before {
195
+ content: "\f009";
196
+ }
197
+ .wpdt-icon-th:before {
198
+ content: "\f00a";
199
+ }
200
+ .wpdt-icon-th-list:before {
201
+ content: "\f00b";
202
+ }
203
+ .wpdt-icon-check:before {
204
+ content: "\f00c";
205
+ }
206
+ .wpdt-icon-times:before {
207
+ content: "\f00d";
208
+ }
209
+ .wpdt-icon-clock:before {
210
+ content: "\f017";
211
+ }
212
+ .wpdt-icon-redo:before {
213
+ content: "\f01e";
214
+ }
215
+ .wpdt-icon-sync:before {
216
+ content: "\f021";
217
+ }
218
+ .wpdt-icon-font:before {
219
+ content: "\f031";
220
+ }
221
+ .wpdt-icon-bold:before {
222
+ content: "\f032";
223
+ }
224
+ .wpdt-icon-italic:before {
225
+ content: "\f033";
226
+ }
227
+ .wpdt-icon-align-left:before {
228
+ content: "\f036";
229
+ }
230
+ .wpdt-icon-align-center:before {
231
+ content: "\f037";
232
+ }
233
+ .wpdt-icon-align-right:before {
234
+ content: "\f038";
235
+ }
236
+ .wpdt-icon-align-justify:before {
237
+ content: "\f039";
238
+ }
239
+ .wpdt-icon-list:before {
240
+ content: "\f03a";
241
+ }
242
+ .wpdt-icon-outdent:before {
243
+ content: "\f03b";
244
+ }
245
+ .wpdt-icon-indent:before {
246
+ content: "\f03c";
247
+ }
248
+ .wpdt-icon-image:before {
249
+ content: "\f03e";
250
+ }
251
+ .wpdt-icon-stop:before {
252
+ content: "\f04e";
253
+ }
254
+ .wpdt-icon-chevron-left:before {
255
+ content: "\f053";
256
+ }
257
+ .wpdt-icon-chevron-right:before {
258
+ content: "\f054";
259
+ }
260
+ .wpdt-icon-plus-circle:before {
261
+ content: "\f055";
262
+ }
263
+ .wpdt-icon-minus-circle:before {
264
+ content: "\f056";
265
+ }
266
+ .wpdt-icon-times-circle:before {
267
+ content: "\f057";
268
+ }
269
+ .wpdt-icon-check-circle:before {
270
+ content: "\f058";
271
+ }
272
+ .wpdt-icon-question-circle:before {
273
+ content: "\f059";
274
+ }
275
+ .wpdt-icon-info-circle:before {
276
+ content: "\f05a";
277
+ }
278
+ .wpdt-icon-arrow-left:before {
279
+ content: "\f060";
280
+ }
281
+ .wpdt-icon-arrow-right:before {
282
+ content: "\f061";
283
+ }
284
+ .wpdt-icon-arrow-up:before {
285
+ content: "\f062";
286
+ }
287
+ .wpdt-icon-arrow-down:before {
288
+ content: "\f063";
289
+ }
290
+ .wpdt-icon-plus:before {
291
+ content: "\f067";
292
+ }
293
+ .wpdt-icon-minus:before {
294
+ content: "\f068";
295
+ }
296
+ .wpdt-icon-exclamation-circle:before {
297
+ content: "\f06a";
298
+ }
299
+ .wpdt-icon-eye:before {
300
+ content: "\f06e";
301
+ }
302
+ .wpdt-icon-exclamation-triangle:before {
303
+ content: "\f071";
304
+ }
305
+ .wpdt-icon-calendar-alt:before {
306
+ content: "\f073";
307
+ }
308
+ .wpdt-icon-chevron-up:before {
309
+ content: "\f077";
310
+ }
311
+ .wpdt-icon-chevron-down:before {
312
+ content: "\f078";
313
+ }
314
+ .wpdt-icon-arrows-v1:before {
315
+ content: "\f081";
316
+ }
317
+ .wpdt-icon-arrows-h1:before {
318
+ content: "\f082";
319
+ }
320
+ .wpdt-icon-external-link:before {
321
+ content: "\f08e";
322
+ }
323
+ .wpdt-icon-bullhorn:before {
324
+ content: "\f0a1";
325
+ }
326
+ .wpdt-icon-arrow-circle-left:before {
327
+ content: "\f0a8";
328
+ }
329
+ .wpdt-icon-arrow-circle-right:before {
330
+ content: "\f0a9";
331
+ }
332
+ .wpdt-icon-arrow-circle-up:before {
333
+ content: "\f0aa";
334
+ }
335
+ .wpdt-icon-arrow-circle-down:before {
336
+ content: "\f0ab";
337
+ }
338
+ .wpdt-icon-arrows-alt:before {
339
+ content: "\f0b2";
340
+ }
341
+ .wpdt-icon-link:before {
342
+ content: "\f0c1";
343
+ }
344
+ .wpdt-icon-copy:before {
345
+ content: "\f0c5";
346
+ }
347
+ .wpdt-icon-bars:before {
348
+ content: "\f0c9";
349
+ }
350
+ .wpdt-icon-list-ul:before {
351
+ content: "\f0ca";
352
+ }
353
+ .wpdt-icon-list-ol:before {
354
+ content: "\f0cb";
355
+ }
356
+ .wpdt-icon-strikethrough:before {
357
+ content: "\f0cc";
358
+ }
359
+ .wpdt-icon-underline:before {
360
+ content: "\f0cd";
361
+ }
362
+ .wpdt-icon-table:before {
363
+ content: "\f0ce";
364
+ }
365
+ .wpdt-icon-caret-down:before {
366
+ content: "\f0d7";
367
+ }
368
+ .wpdt-icon-caret-up:before {
369
+ content: "\f0d8";
370
+ }
371
+ .wpdt-icon-caret-left:before {
372
+ content: "\f0d9";
373
+ }
374
+ .wpdt-icon-caret-right:before {
375
+ content: "\f0da";
376
+ }
377
+ .wpdt-icon-sort:before {
378
+ content: "\f0dc";
379
+ }
380
+ .wpdt-icon-undo:before {
381
+ content: "\f0e3";
382
+ }
383
+ .wpdt-icon-exchange-reg:before {
384
+ content: "\f0ed";
385
+ }
386
+ .wpdt-icon-angle-double-left:before {
387
+ content: "\f100";
388
+ }
389
+ .wpdt-icon-angle-double-right:before {
390
+ content: "\f101";
391
+ }
392
+ .wpdt-icon-angle-double-up:before {
393
+ content: "\f102";
394
+ }
395
+ .wpdt-icon-angle-double-down:before {
396
+ content: "\f103";
397
+ }
398
+ .wpdt-icon-angle-left:before {
399
+ content: "\f104";
400
+ }
401
+ .wpdt-icon-angle-right:before {
402
+ content: "\f105";
403
+ }
404
+ .wpdt-icon-angle-up:before {
405
+ content: "\f106";
406
+ }
407
+ .wpdt-icon-angle-down:before {
408
+ content: "\f107";
409
+ }
410
+ .wpdt-icon-chevron-circle-left:before {
411
+ content: "\f137";
412
+ }
413
+ .wpdt-icon-chevron-circle-right:before {
414
+ content: "\f138";
415
+ }
416
+ .wpdt-icon-chevron-circle-up:before {
417
+ content: "\f139";
418
+ }
419
+ .wpdt-icon-chevron-circle-down:before {
420
+ content: "\f13a";
421
+ }
422
+ .wpdt-icon-minus-square:before {
423
+ content: "\f146";
424
+ }
425
+ .wpdt-icon-check-square:before {
426
+ content: "\f14a";
427
+ }
428
+ .wpdt-icon-external-link-square:before {
429
+ content: "\f14c";
430
+ }
431
+ .wpdt-icon-file-reg:before {
432
+ content: "\f160";
433
+ }
434
+ .wpdt-icon-sort-alpha-down:before {
435
+ content: "\f15d";
436
+ }
437
+ .wpdt-icon-sort-alpha-up:before {
438
+ content: "\f15e";
439
+ }
440
+ .wpdt-icon-long-arrow-down:before {
441
+ content: "\f175";
442
+ }
443
+ .wpdt-icon-long-arrow-up:before {
444
+ content: "\f176";
445
+ }
446
+ .wpdt-icon-long-arrow-left:before {
447
+ content: "\f177";
448
+ }
449
+ .wpdt-icon-long-arrow-right:before {
450
+ content: "\f178";
451
+ }
452
+ .wpdt-icon-file-pdf:before {
453
+ content: "\f1c1";
454
+ }
455
+ .wpdt-icon-file-excel:before {
456
+ content: "\f1c3";
457
+ }
458
+ .wpdt-icon-trash-reg:before {
459
+ content: "\f1fc";
460
+ }
461
+ .wpdt-icon-copyright:before {
462
+ content: "\f1f9";
463
+ }
464
+ .wpdt-icon-at:before {
465
+ content: "\f1fa";
466
+ }
467
+ .wpdt-icon-hourglass-half:before {
468
+ content: "\f252";
469
+ }
470
+ .wpdt-icon-calendar-times:before {
471
+ content: "\f273";
472
+ }
473
+ .wpdt-icon-hashtag:before {
474
+ content: "\f292";
475
+ }
476
+ .wpdt-icon-percent:before {
477
+ content: "\f295";
478
+ }
479
+ .wpdt-icon-long-arrow-alt-down:before {
480
+ content: "\f309";
481
+ }
482
+ .wpdt-icon-long-arrow-alt-left:before {
483
+ content: "\f30a";
484
+ }
485
+ .wpdt-icon-long-arrow-alt-right:before {
486
+ content: "\f30b";
487
+ }
488
+ .wpdt-icon-long-arrow-alt-up:before {
489
+ content: "\f30c";
490
+ }
491
+ .wpdt-icon-expand-arrows-alt1:before {
492
+ content: "\f31f";
493
+ }
494
+ .wpdt-icon-chevron-double-down:before {
495
+ content: "\f322";
496
+ }
497
+ .wpdt-icon-chevron-double-left:before {
498
+ content: "\f323";
499
+ }
500
+ .wpdt-icon-chevron-double-right:before {
501
+ content: "\f324";
502
+ }
503
+ .wpdt-icon-chevron-double-up:before {
504
+ content: "\f325";
505
+ }
506
+ .wpdt-icon-arrow-to-bottom:before {
507
+ content: "\f33d";
508
+ }
509
+ .wpdt-icon-arrow-to-left:before {
510
+ content: "\f33e";
511
+ }
512
+ .wpdt-icon-arrow-to-right:before {
513
+ content: "\f340";
514
+ }
515
+ .wpdt-icon-arrow-to-top:before {
516
+ content: "\f341";
517
+ }
518
+ .wpdt-icon-arrow-from-bottom:before {
519
+ content: "\f342";
520
+ }
521
+ .wpdt-icon-arrow-from-left:before {
522
+ content: "\f343";
523
+ }
524
+ .wpdt-icon-arrow-from-right:before {
525
+ content: "\f344";
526
+ }
527
+ .wpdt-icon-arrow-from-top:before {
528
+ content: "\f345";
529
+ }
530
+ .wpdt-icon-arrow-alt-circle-down:before {
531
+ content: "\f358";
532
+ }
533
+ .wpdt-icon-arrow-alt-circle-left:before {
534
+ content: "\f359";
535
+ }
536
+ .wpdt-icon-arrow-alt-circle-right:before {
537
+ content: "\f35a";
538
+ }
539
+ .wpdt-icon-arrow-alt-circle-up:before {
540
+ content: "\f35b";
541
+ }
542
+ .wpdt-icon-external-link-alt:before {
543
+ content: "\f35d";
544
+ }
545
+ .wpdt-icon-exchange-alt:before {
546
+ content: "\f362";
547
+ }
548
+ .wpdt-icon-compress-alt:before {
549
+ content: "\f422";
550
+ }
551
+ .wpdt-icon-expand-alt:before {
552
+ content: "\f424";
553
+ }
554
+ .wpdt-icon-equals-reg:before {
555
+ content: "\f52d";
556
+ }
557
+ .wpdt-icon-check-double-reg:before {
558
+ content: "\f561";
559
+ }
560
+ .wpdt-icon-function-reg:before {
561
+ content: "\f663";
562
+ }
563
+ .wpdt-icon-file-csv:before {
564
+ content: "\f6dd";
565
+ }
566
+ .wpdt-icon-line-columns:before {
567
+ content: "\f870";
568
+ }
569
+ .wpdt-icon-search-full:before {
570
+ content: "\f003";
571
+ }
572
+ .wpdt-icon-heart:before {
573
+ content: "\f004";
574
+ }
575
+ .wpdt-icon-star-full:before {
576
+ content: "\f006";
577
+ }
578
+ .wpdt-icon-th-large-full:before {
579
+ content: "\f00e";
580
+ }
581
+ .wpdt-icon-th-full:before {
582
+ content: "\f00f";
583
+ }
584
+ .wpdt-icon-th-list-full:before {
585
+ content: "\f010";
586
+ }
587
+ .wpdt-icon-check-full:before {
588
+ content: "\f011";
589
+ }
590
+ .wpdt-icon-times-full:before {
591
+ content: "\f012";
592
+ }
593
+ .wpdt-icon-cog:before {
594
+ content: "\f013";
595
+ }
596
+ .wpdt-icon-clock-full:before {
597
+ content: "\f018";
598
+ }
599
+ .wpdt-icon-step-backward:before {
600
+ content: "\f048";
601
+ }
602
+ .wpdt-icon-play:before {
603
+ content: "\f04b";
604
+ }
605
+ .wpdt-icon-step-forward:before {
606
+ content: "\f051";
607
+ }
608
+ .wpdt-icon-chevron-left-full:before {
609
+ content: "\f05b";
610
+ }
611
+ .wpdt-icon-chevron-right-full:before {
612
+ content: "\f05c";
613
+ }
614
+ .wpdt-icon-plus-circle-full:before {
615
+ content: "\f05d";
616
+ }
617
+ .wpdt-icon-minus-circle-full:before {
618
+ content: "\f05e";
619
+ }
620
+ .wpdt-icon-times-circle-full:before {
621
+ content: "\f05f";
622
+ }
623
+ .wpdt-icon-check-circle-full:before {
624
+ content: "\f064";
625
+ }
626
+ .wpdt-icon-question-circle-full:before {
627
+ content: "\f065";
628
+ }
629
+ .wpdt-icon-info-circle-full:before {
630
+ content: "\f066";
631
+ }
632
+ .wpdt-icon-arrow-left-full:before {
633
+ content: "\f069";
634
+ }
635
+ .wpdt-icon-arrow-right-full:before {
636
+ content: "\f06b";
637
+ }
638
+ .wpdt-icon-arrow-up-full:before {
639
+ content: "\f06c";
640
+ }
641
+ .wpdt-icon-arrow-down-full:before {
642
+ content: "\f06d";
643
+ }
644
+ .wpdt-icon-plus-full:before {
645
+ content: "\f06f";
646
+ }
647
+ .wpdt-icon-minus-full:before {
648
+ content: "\f070";
649
+ }
650
+ .wpdt-icon-exclamation-circle-full:before {
651
+ content: "\f072";
652
+ }
653
+ .wpdt-icon-eye-full:before {
654
+ content: "\f074";
655
+ }
656
+ .wpdt-icon-chevron-up-full:before {
657
+ content: "\f079";
658
+ }
659
+ .wpdt-icon-chevron-down-full:before {
660
+ content: "\f07a";
661
+ }
662
+ .wpdt-icon-arrows-v:before {
663
+ content: "\f07d";
664
+ }
665
+ .wpdt-icon-arrows-h:before {
666
+ content: "\f07e";
667
+ }
668
+ .wpdt-icon-bullhorn-full:before {
669
+ content: "\f0a2";
670
+ }
671
+ .wpdt-icon-arrow-circle-left-full:before {
672
+ content: "\f0ac";
673
+ }
674
+ .wpdt-icon-arrow-circle-right-full:before {
675
+ content: "\f0ad";
676
+ }
677
+ .wpdt-icon-arrow-circle-up-full:before {
678
+ content: "\f0ae";
679
+ }
680
+ .wpdt-icon-arrow-circle-down-full:before {
681
+ content: "\f0af";
682
+ }
683
+ .wpdt-icon-wrench:before {
684
+ content: "\f0b0";
685
+ }
686
+ .wpdt-icon-filter:before {
687
+ content: "\f0b1";
688
+ }
689
+ .wpdt-icon-copy-full:before {
690
+ content: "\f0c6";
691
+ }
692
+ .wpdt-icon-save:before {
693
+ content: "\f0c7";
694
+ }
695
+ .wpdt-icon-table-full:before {
696
+ content: "\f0d4";
697
+ }
698
+ .wpdt-icon-caret-down-full:before {
699
+ content: "\f0db";
700
+ }
701
+ .wpdt-icon-caret-up-full:before {
702
+ content: "\f0dd";
703
+ }
704
+ .wpdt-icon-caret-left-full:before {
705
+ content: "\f0de";
706
+ }
707
+ .wpdt-icon-caret-right-full:before {
708
+ content: "\f0df";
709
+ }
710
+ .wpdt-icon-sort-full:before {
711
+ content: "\f0e0";
712
+ }
713
+ .wpdt-icon-sort-down:before {
714
+ content: "\f0e1";
715
+ }
716
+ .wpdt-icon-envelope:before {
717
+ content: "\f0e2";
718
+ }
719
+ .wpdt-icon-sitemap:before {
720
+ content: "\f0e8";
721
+ }
722
+ .wpdt-icon-lightbulb:before {
723
+ content: "\f0eb";
724
+ }
725
+ .wpdt-icon-exchange:before {
726
+ content: "\f0ec";
727
+ }
728
+ .wpdt-icon-angle-double-left-full:before {
729
+ content: "\f108";
730
+ }
731
+ .wpdt-icon-angle-double-right-full:before {
732
+ content: "\f109";
733
+ }
734
+ .wpdt-icon-angle-left-full:before {
735
+ content: "\f10a";
736
+ }
737
+ .wpdt-icon-angle-right-full:before {
738
+ content: "\f10b";
739
+ }
740
+ .wpdt-icon-angle-up-full:before {
741
+ content: "\f10c";
742
+ }
743
+ .wpdt-icon-angle-down-full:before {
744
+ content: "\f10d";
745
+ }
746
+ .wpdt-icon-tablet:before {
747
+ content: "\f10e";
748
+ }
749
+ .wpdt-icon-mobile:before {
750
+ content: "\f10f";
751
+ }
752
+ .wpdt-icon-code:before {
753
+ content: "\f121";
754
+ }
755
+ .wpdt-icon-question:before {
756
+ content: "\f128";
757
+ }
758
+ .wpdt-icon-info:before {
759
+ content: "\f129";
760
+ }
761
+ .wpdt-icon-shield:before {
762
+ content: "\f132";
763
+ }
764
+ .wpdt-icon-calendar:before {
765
+ content: "\f133";
766
+ }
767
+ .wpdt-icon-chevron-circle-left-full:before {
768
+ content: "\f13b";
769
+ }
770
+ .wpdt-icon-chevron-circle-right-full:before {
771
+ content: "\f13c";
772
+ }
773
+ .wpdt-icon-chevron-circle-up-full:before {
774
+ content: "\f13d";
775
+ }
776
+ .wpdt-icon-chevron-circle-down-full:before {
777
+ content: "\f13e";
778
+ }
779
+ .wpdt-icon-ellipsis-h:before {
780
+ content: "\f141";
781
+ }
782
+ .wpdt-icon-ellipsis-v:before {
783
+ content: "\f142";
784
+ }
785
+ .wpdt-icon-play-circle:before {
786
+ content: "\f144";
787
+ }
788
+ .wpdt-icon-minus-square-full:before {
789
+ content: "\f147";
790
+ }
791
+ .wpdt-icon-check-square-full:before {
792
+ content: "\f14b";
793
+ }
794
+ .wpdt-icon-external-link-square-full:before {
795
+ content: "\f14d";
796
+ }
797
+ .wpdt-icon-file:before {
798
+ content: "\f15b";
799
+ }
800
+ .wpdt-icon-sort-alpha-down-full:before {
801
+ content: "\f15f";
802
+ }
803
+ .wpdt-icon-long-arrow-down-full:before {
804
+ content: "\f179";
805
+ }
806
+ .wpdt-icon-long-arrow-up-full:before {
807
+ content: "\f17a";
808
+ }
809
+ .wpdt-icon-long-arrow-left-full:before {
810
+ content: "\f17b";
811
+ }
812
+ .wpdt-icon-long-arrow-right-full:before {
813
+ content: "\f17c";
814
+ }
815
+ .wpdt-icon-trash:before {
816
+ content: "\f1f8";
817
+ }
818
+ .wpdt-icon-at-full:before {
819
+ content: "\f1fb";
820
+ }
821
+ .wpdt-icon-chart-area:before {
822
+ content: "\f1fe";
823
+ }
824
+ .wpdt-icon-chart-line:before {
825
+ content: "\f201";
826
+ }
827
+ .wpdt-icon-clone:before {
828
+ content: "\f24d";
829
+ }
830
+ .wpdt-icon-shopping-bag:before {
831
+ content: "\f290";
832
+ }
833
+ .wpdt-icon-times-square:before {
834
+ content: "\f2d3";
835
+ }
836
+ .wpdt-icon-trash-alt:before {
837
+ content: "\f2ed";
838
+ }
839
+ .wpdt-icon-question-square:before {
840
+ content: "\f2fd";
841
+ }
842
+ .wpdt-icon-pen:before {
843
+ content: "\f304";
844
+ }
845
+ .wpdt-icon-expand-arrows:before {
846
+ content: "\f31d";
847
+ }
848
+ .wpdt-icon-expand-arrows-alt:before {
849
+ content: "\f31e";
850
+ }
851
+ .wpdt-icon-external-link-square-alt:before {
852
+ content: "\f360";
853
+ }
854
+ .wpdt-icon-mobile-alt:before {
855
+ content: "\f3cd";
856
+ }
857
+ .wpdt-icon-mobile-android:before {
858
+ content: "\f3ce";
859
+ }
860
+ .wpdt-icon-mobile-android-alt:before {
861
+ content: "\f3cf";
862
+ }
863
+ .wpdt-icon-equals:before {
864
+ content: "\f52c";
865
+ }
866
+ .wpdt-icon-greater-than:before {
867
+ content: "\f531";
868
+ }
869
+ .wpdt-icon-less-than:before {
870
+ content: "\f536";
871
+ }
872
+ .wpdt-icon-check-double:before {
873
+ content: "\f560";
874
+ }
875
+ .wpdt-icon-file-download:before {
876
+ content: "\f56d";
877
+ }
878
+ .wpdt-icon-layer-group:before {
879
+ content: "\f5fd";
880
+ }
881
+ .wpdt-icon-sort-alpha-down-alt:before {
882
+ content: "\f662";
883
+ }
884
+ .wpdt-icon-sort-alt:before {
885
+ content: "\f883";
886
+ }
887
+ .wpdt-icon-search-thin:before {
888
+ content: "\f007";
889
+ }
890
+ .wpdt-icon-check-thin:before {
891
+ content: "\f015";
892
+ }
893
+ .wpdt-icon-times-thin:before {
894
+ content: "\f016";
895
+ }
896
+ .wpdt-icon-clock-thin:before {
897
+ content: "\f019";
898
+ }
899
+ .wpdt-icon-stop-thin:before {
900
+ content: "\f04d";
901
+ }
902
+ .wpdt-icon-info-circle-thin:before {
903
+ content: "\f075";
904
+ }
905
+ .wpdt-icon-plus-thin:before {
906
+ content: "\f076";
907
+ }
908
+ .wpdt-icon-minus-thin:before {
909
+ content: "\f07b";
910
+ }
911
+ .wpdt-icon-calendar-alt-thin:before {
912
+ content: "\f07c";
913
+ }
914
+ .wpdt-icon-chevron-up-thin:before {
915
+ content: "\f07f";
916
+ }
917
+ .wpdt-icon-chevron-down-thin:before {
918
+ content: "\f080";
919
+ }
920
+ .wpdt-icon-file-thin:before {
921
+ content: "\f15c";
922
+ }
923
+ .wpdt-icon-calendar-times-thin:before {
924
+ content: "\f274";
925
+ }
926
+ .wpdt-icon-spinner9:before {
927
+ content: "\e982";
928
+ }
assets/css/style.min.css ADDED
@@ -0,0 +1 @@
 
1
+ @font-face{font-family:wpDataTablesIcons;src:url(../fonts/wpDataTablesIcons.eot);src:url(../fonts/wpDataTablesIcons.eot#iefix) format('embedded-opentype'),url(../fonts/wpDataTablesIcons.ttf) format('truetype'),url(../fonts/wpDataTablesIcons.woff) format('woff'),url(../fonts/wpDataTablesIcons.svg#wpDataTablesIcons) format('svg');font-weight:400;font-style:normal;font-display:block}[class*=" wpdt-icon-"],[class^=wpdt-icon-]{font-family:wpDataTablesIcons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wpdt-icon-trophy:before{content:"\e916"}.wpdt-icon-magic-stick:before{content:"\e914"}.wpdt-icon-book:before{content:"\e915"}.wpdt-icon-csv:before{content:"\e900"}.wpdt-icon-search-w:before{content:"\e901"}.wpdt-icon-shape:before{content:"\e904"}.wpdt-icon-sort-down1:before{content:"\e905"}.wpdt-icon-cancel-x:before{content:"\e906"}.wpdt-icon-uniE907:before{content:"\e907"}.wpdt-icon-copy-wa:before{content:"\e908"}.wpdt-icon-excel:before{content:"\e90a"}.wpdt-icon-export:before{content:"\e909"}.wpdt-icon-filled-check:before{content:"\e90b"}.wpdt-icon-icon-close:before{content:"\e90c"}.wpdt-icon-outlined-check:before{content:"\e90d"}.wpdt-icon-pdf:before{content:"\e912"}.wpdt-icon-print:before{content:"\e90e"}.wpdt-icon-delete:before{content:"\e90f"}.wpdt-icon-edit:before{content:"\e910"}.wpdt-icon-eye-w:before{content:"\e911"}.wpdt-icon-plus-wa:before{content:"\e913"}.wpdt-icon-glyph:before{content:"\e001"}.wpdt-icon-glyph-1:before{content:"\e002"}.wpdt-icon-glyph-2:before{content:"\e003"}.wpdt-icon-glyph-3:before{content:"\e004"}.wpdt-icon-glyph-4:before{content:"\e005"}.wpdt-icon-glyph-6:before{content:"\e006"}.wpdt-icon-glyph-5:before{content:"\e007"}.wpdt-icon-glyph-7:before{content:"\e008"}.wpdt-icon-glyph-9:before{content:"\e009"}.wpdt-icon-glyph-8:before{content:"\e00a"}.wpdt-icon-glyph-10:before{content:"\e00b"}.wpdt-icon-glyph-11:before{content:"\e00c"}.wpdt-icon-glyph-12:before{content:"\e00d"}.wpdt-icon-glyph-13:before{content:"\e00e"}.wpdt-icon-glyph-14:before{content:"\e00f"}.wpdt-icon-glyph-15:before{content:"\e010"}.wpdt-icon-glyph-16:before{content:"\e011"}.wpdt-icon-glyph-17:before{content:"\e012"}.wpdt-icon-glyph-18:before{content:"\e013"}.wpdt-icon-glyph-19:before{content:"\e014"}.wpdt-icon-glyph-20:before{content:"\e015"}.wpdt-icon-install:before{content:"\e778"}.wpdt-icon-1493906635_delete_filter:before{content:"\e817"}.wpdt-icon-1493907529_pack06-16:before{content:"\e818"}.wpdt-icon-1493907728_excel_d:before{content:"\e819"}.wpdt-icon-csv-file-variant-with-graphs:before{content:"\e81a"}.wpdt-icon-pdf-file-format-symbol:before{content:"\e81b"}.wpdt-icon-1495736216_column_table_minus_remove_delete_discard:before{content:"\e81d"}.wpdt-icon-1495736192_column_table_new_plus_add_create_insert:before{content:"\e81e"}.wpdt-icon-icons-01:before{content:"\e902"}.wpdt-icon-icons-02:before{content:"\e903"}.wpdt-icon-search2:before{content:"\1f50d"}.wpdt-icon-search:before{content:"\f002"}.wpdt-icon-star:before{content:"\f005"}.wpdt-icon-th-large:before{content:"\f009"}.wpdt-icon-th:before{content:"\f00a"}.wpdt-icon-th-list:before{content:"\f00b"}.wpdt-icon-check:before{content:"\f00c"}.wpdt-icon-times:before{content:"\f00d"}.wpdt-icon-clock:before{content:"\f017"}.wpdt-icon-redo:before{content:"\f01e"}.wpdt-icon-sync:before{content:"\f021"}.wpdt-icon-font:before{content:"\f031"}.wpdt-icon-bold:before{content:"\f032"}.wpdt-icon-italic:before{content:"\f033"}.wpdt-icon-align-left:before{content:"\f036"}.wpdt-icon-align-center:before{content:"\f037"}.wpdt-icon-align-right:before{content:"\f038"}.wpdt-icon-align-justify:before{content:"\f039"}.wpdt-icon-list:before{content:"\f03a"}.wpdt-icon-outdent:before{content:"\f03b"}.wpdt-icon-indent:before{content:"\f03c"}.wpdt-icon-image:before{content:"\f03e"}.wpdt-icon-stop:before{content:"\f04e"}.wpdt-icon-chevron-left:before{content:"\f053"}.wpdt-icon-chevron-right:before{content:"\f054"}.wpdt-icon-plus-circle:before{content:"\f055"}.wpdt-icon-minus-circle:before{content:"\f056"}.wpdt-icon-times-circle:before{content:"\f057"}.wpdt-icon-check-circle:before{content:"\f058"}.wpdt-icon-question-circle:before{content:"\f059"}.wpdt-icon-info-circle:before{content:"\f05a"}.wpdt-icon-arrow-left:before{content:"\f060"}.wpdt-icon-arrow-right:before{content:"\f061"}.wpdt-icon-arrow-up:before{content:"\f062"}.wpdt-icon-arrow-down:before{content:"\f063"}.wpdt-icon-plus:before{content:"\f067"}.wpdt-icon-minus:before{content:"\f068"}.wpdt-icon-exclamation-circle:before{content:"\f06a"}.wpdt-icon-eye:before{content:"\f06e"}.wpdt-icon-exclamation-triangle:before{content:"\f071"}.wpdt-icon-calendar-alt:before{content:"\f073"}.wpdt-icon-chevron-up:before{content:"\f077"}.wpdt-icon-chevron-down:before{content:"\f078"}.wpdt-icon-arrows-v1:before{content:"\f081"}.wpdt-icon-arrows-h1:before{content:"\f082"}.wpdt-icon-external-link:before{content:"\f08e"}.wpdt-icon-bullhorn:before{content:"\f0a1"}.wpdt-icon-arrow-circle-left:before{content:"\f0a8"}.wpdt-icon-arrow-circle-right:before{content:"\f0a9"}.wpdt-icon-arrow-circle-up:before{content:"\f0aa"}.wpdt-icon-arrow-circle-down:before{content:"\f0ab"}.wpdt-icon-arrows-alt:before{content:"\f0b2"}.wpdt-icon-link:before{content:"\f0c1"}.wpdt-icon-copy:before{content:"\f0c5"}.wpdt-icon-bars:before{content:"\f0c9"}.wpdt-icon-list-ul:before{content:"\f0ca"}.wpdt-icon-list-ol:before{content:"\f0cb"}.wpdt-icon-strikethrough:before{content:"\f0cc"}.wpdt-icon-underline:before{content:"\f0cd"}.wpdt-icon-table:before{content:"\f0ce"}.wpdt-icon-caret-down:before{content:"\f0d7"}.wpdt-icon-caret-up:before{content:"\f0d8"}.wpdt-icon-caret-left:before{content:"\f0d9"}.wpdt-icon-caret-right:before{content:"\f0da"}.wpdt-icon-sort:before{content:"\f0dc"}.wpdt-icon-undo:before{content:"\f0e3"}.wpdt-icon-exchange-reg:before{content:"\f0ed"}.wpdt-icon-angle-double-left:before{content:"\f100"}.wpdt-icon-angle-double-right:before{content:"\f101"}.wpdt-icon-angle-double-up:before{content:"\f102"}.wpdt-icon-angle-double-down:before{content:"\f103"}.wpdt-icon-angle-left:before{content:"\f104"}.wpdt-icon-angle-right:before{content:"\f105"}.wpdt-icon-angle-up:before{content:"\f106"}.wpdt-icon-angle-down:before{content:"\f107"}.wpdt-icon-chevron-circle-left:before{content:"\f137"}.wpdt-icon-chevron-circle-right:before{content:"\f138"}.wpdt-icon-chevron-circle-up:before{content:"\f139"}.wpdt-icon-chevron-circle-down:before{content:"\f13a"}.wpdt-icon-minus-square:before{content:"\f146"}.wpdt-icon-check-square:before{content:"\f14a"}.wpdt-icon-external-link-square:before{content:"\f14c"}.wpdt-icon-file-reg:before{content:"\f160"}.wpdt-icon-sort-alpha-down:before{content:"\f15d"}.wpdt-icon-sort-alpha-up:before{content:"\f15e"}.wpdt-icon-long-arrow-down:before{content:"\f175"}.wpdt-icon-long-arrow-up:before{content:"\f176"}.wpdt-icon-long-arrow-left:before{content:"\f177"}.wpdt-icon-long-arrow-right:before{content:"\f178"}.wpdt-icon-file-pdf:before{content:"\f1c1"}.wpdt-icon-file-excel:before{content:"\f1c3"}.wpdt-icon-trash-reg:before{content:"\f1fc"}.wpdt-icon-copyright:before{content:"\f1f9"}.wpdt-icon-at:before{content:"\f1fa"}.wpdt-icon-hourglass-half:before{content:"\f252"}.wpdt-icon-calendar-times:before{content:"\f273"}.wpdt-icon-hashtag:before{content:"\f292"}.wpdt-icon-percent:before{content:"\f295"}.wpdt-icon-long-arrow-alt-down:before{content:"\f309"}.wpdt-icon-long-arrow-alt-left:before{content:"\f30a"}.wpdt-icon-long-arrow-alt-right:before{content:"\f30b"}.wpdt-icon-long-arrow-alt-up:before{content:"\f30c"}.wpdt-icon-expand-arrows-alt1:before{content:"\f31f"}.wpdt-icon-chevron-double-down:before{content:"\f322"}.wpdt-icon-chevron-double-left:before{content:"\f323"}.wpdt-icon-chevron-double-right:before{content:"\f324"}.wpdt-icon-chevron-double-up:before{content:"\f325"}.wpdt-icon-arrow-to-bottom:before{content:"\f33d"}.wpdt-icon-arrow-to-left:before{content:"\f33e"}.wpdt-icon-arrow-to-right:before{content:"\f340"}.wpdt-icon-arrow-to-top:before{content:"\f341"}.wpdt-icon-arrow-from-bottom:before{content:"\f342"}.wpdt-icon-arrow-from-left:before{content:"\f343"}.wpdt-icon-arrow-from-right:before{content:"\f344"}.wpdt-icon-arrow-from-top:before{content:"\f345"}.wpdt-icon-arrow-alt-circle-down:before{content:"\f358"}.wpdt-icon-arrow-alt-circle-left:before{content:"\f359"}.wpdt-icon-arrow-alt-circle-right:before{content:"\f35a"}.wpdt-icon-arrow-alt-circle-up:before{content:"\f35b"}.wpdt-icon-external-link-alt:before{content:"\f35d"}.wpdt-icon-exchange-alt:before{content:"\f362"}.wpdt-icon-compress-alt:before{content:"\f422"}.wpdt-icon-expand-alt:before{content:"\f424"}.wpdt-icon-equals-reg:before{content:"\f52d"}.wpdt-icon-check-double-reg:before{content:"\f561"}.wpdt-icon-function-reg:before{content:"\f663"}.wpdt-icon-file-csv:before{content:"\f6dd"}.wpdt-icon-line-columns:before{content:"\f870"}.wpdt-icon-search-full:before{content:"\f003"}.wpdt-icon-heart:before{content:"\f004"}.wpdt-icon-star-full:before{content:"\f006"}.wpdt-icon-th-large-full:before{content:"\f00e"}.wpdt-icon-th-full:before{content:"\f00f"}.wpdt-icon-th-list-full:before{content:"\f010"}.wpdt-icon-check-full:before{content:"\f011"}.wpdt-icon-times-full:before{content:"\f012"}.wpdt-icon-cog:before{content:"\f013"}.wpdt-icon-clock-full:before{content:"\f018"}.wpdt-icon-step-backward:before{content:"\f048"}.wpdt-icon-play:before{content:"\f04b"}.wpdt-icon-step-forward:before{content:"\f051"}.wpdt-icon-chevron-left-full:before{content:"\f05b"}.wpdt-icon-chevron-right-full:before{content:"\f05c"}.wpdt-icon-plus-circle-full:before{content:"\f05d"}.wpdt-icon-minus-circle-full:before{content:"\f05e"}.wpdt-icon-times-circle-full:before{content:"\f05f"}.wpdt-icon-check-circle-full:before{content:"\f064"}.wpdt-icon-question-circle-full:before{content:"\f065"}.wpdt-icon-info-circle-full:before{content:"\f066"}.wpdt-icon-arrow-left-full:before{content:"\f069"}.wpdt-icon-arrow-right-full:before{content:"\f06b"}.wpdt-icon-arrow-up-full:before{content:"\f06c"}.wpdt-icon-arrow-down-full:before{content:"\f06d"}.wpdt-icon-plus-full:before{content:"\f06f"}.wpdt-icon-minus-full:before{content:"\f070"}.wpdt-icon-exclamation-circle-full:before{content:"\f072"}.wpdt-icon-eye-full:before{content:"\f074"}.wpdt-icon-chevron-up-full:before{content:"\f079"}.wpdt-icon-chevron-down-full:before{content:"\f07a"}.wpdt-icon-arrows-v:before{content:"\f07d"}.wpdt-icon-arrows-h:before{content:"\f07e"}.wpdt-icon-bullhorn-full:before{content:"\f0a2"}.wpdt-icon-arrow-circle-left-full:before{content:"\f0ac"}.wpdt-icon-arrow-circle-right-full:before{content:"\f0ad"}.wpdt-icon-arrow-circle-up-full:before{content:"\f0ae"}.wpdt-icon-arrow-circle-down-full:before{content:"\f0af"}.wpdt-icon-wrench:before{content:"\f0b0"}.wpdt-icon-filter:before{content:"\f0b1"}.wpdt-icon-copy-full:before{content:"\f0c6"}.wpdt-icon-save:before{content:"\f0c7"}.wpdt-icon-table-full:before{content:"\f0d4"}.wpdt-icon-caret-down-full:before{content:"\f0db"}.wpdt-icon-caret-up-full:before{content:"\f0dd"}.wpdt-icon-caret-left-full:before{content:"\f0de"}.wpdt-icon-caret-right-full:before{content:"\f0df"}.wpdt-icon-sort-full:before{content:"\f0e0"}.wpdt-icon-sort-down:before{content:"\f0e1"}.wpdt-icon-envelope:before{content:"\f0e2"}.wpdt-icon-sitemap:before{content:"\f0e8"}.wpdt-icon-lightbulb:before{content:"\f0eb"}.wpdt-icon-exchange:before{content:"\f0ec"}.wpdt-icon-angle-double-left-full:before{content:"\f108"}.wpdt-icon-angle-double-right-full:before{content:"\f109"}.wpdt-icon-angle-left-full:before{content:"\f10a"}.wpdt-icon-angle-right-full:before{content:"\f10b"}.wpdt-icon-angle-up-full:before{content:"\f10c"}.wpdt-icon-angle-down-full:before{content:"\f10d"}.wpdt-icon-tablet:before{content:"\f10e"}.wpdt-icon-mobile:before{content:"\f10f"}.wpdt-icon-code:before{content:"\f121"}.wpdt-icon-question:before{content:"\f128"}.wpdt-icon-info:before{content:"\f129"}.wpdt-icon-shield:before{content:"\f132"}.wpdt-icon-calendar:before{content:"\f133"}.wpdt-icon-chevron-circle-left-full:before{content:"\f13b"}.wpdt-icon-chevron-circle-right-full:before{content:"\f13c"}.wpdt-icon-chevron-circle-up-full:before{content:"\f13d"}.wpdt-icon-chevron-circle-down-full:before{content:"\f13e"}.wpdt-icon-ellipsis-h:before{content:"\f141"}.wpdt-icon-ellipsis-v:before{content:"\f142"}.wpdt-icon-play-circle:before{content:"\f144"}.wpdt-icon-minus-square-full:before{content:"\f147"}.wpdt-icon-check-square-full:before{content:"\f14b"}.wpdt-icon-external-link-square-full:before{content:"\f14d"}.wpdt-icon-file:before{content:"\f15b"}.wpdt-icon-sort-alpha-down-full:before{content:"\f15f"}.wpdt-icon-long-arrow-down-full:before{content:"\f179"}.wpdt-icon-long-arrow-up-full:before{content:"\f17a"}.wpdt-icon-long-arrow-left-full:before{content:"\f17b"}.wpdt-icon-long-arrow-right-full:before{content:"\f17c"}.wpdt-icon-trash:before{content:"\f1f8"}.wpdt-icon-at-full:before{content:"\f1fb"}.wpdt-icon-chart-area:before{content:"\f1fe"}.wpdt-icon-chart-line:before{content:"\f201"}.wpdt-icon-clone:before{content:"\f24d"}.wpdt-icon-shopping-bag:before{content:"\f290"}.wpdt-icon-times-square:before{content:"\f2d3"}.wpdt-icon-trash-alt:before{content:"\f2ed"}.wpdt-icon-question-square:before{content:"\f2fd"}.wpdt-icon-pen:before{content:"\f304"}.wpdt-icon-expand-arrows:before{content:"\f31d"}.wpdt-icon-expand-arrows-alt:before{content:"\f31e"}.wpdt-icon-external-link-square-alt:before{content:"\f360"}.wpdt-icon-mobile-alt:before{content:"\f3cd"}.wpdt-icon-mobile-android:before{content:"\f3ce"}.wpdt-icon-mobile-android-alt:before{content:"\f3cf"}.wpdt-icon-equals:before{content:"\f52c"}.wpdt-icon-greater-than:before{content:"\f531"}.wpdt-icon-less-than:before{content:"\f536"}.wpdt-icon-check-double:before{content:"\f560"}.wpdt-icon-file-download:before{content:"\f56d"}.wpdt-icon-layer-group:before{content:"\f5fd"}.wpdt-icon-sort-alpha-down-alt:before{content:"\f662"}.wpdt-icon-sort-alt:before{content:"\f883"}.wpdt-icon-search-thin:before{content:"\f007"}.wpdt-icon-check-thin:before{content:"\f015"}.wpdt-icon-times-thin:before{content:"\f016"}.wpdt-icon-clock-thin:before{content:"\f019"}.wpdt-icon-stop-thin:before{content:"\f04d"}.wpdt-icon-info-circle-thin:before{content:"\f075"}.wpdt-icon-plus-thin:before{content:"\f076"}.wpdt-icon-minus-thin:before{content:"\f07b"}.wpdt-icon-calendar-alt-thin:before{content:"\f07c"}.wpdt-icon-chevron-up-thin:before{content:"\f07f"}.wpdt-icon-chevron-down-thin:before{content:"\f080"}.wpdt-icon-file-thin:before{content:"\f15c"}.wpdt-icon-calendar-times-thin:before{content:"\f274"}.wpdt-icon-spinner9:before{content:"\e982"}
assets/css/uikit/uikit.css CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  .wpdt-c .t-view[data-tv-type="image"]:before {
2
  content: "\f17f";
3
  background: #4CAF50;
@@ -1561,10 +1569,10 @@ html.ismobile .page-loader {
1561
  }
1562
 
1563
  @media print {
1564
- @page {
1565
  margin: 0;
1566
  size: auto;
1567
- }
1568
 
1569
  body {
1570
  margin: 0mm 0mm 0mm 0mm !important;
@@ -1671,46 +1679,30 @@ html.ismobile .page-loader {
1671
  right: 35px;
1672
  }
1673
 
1674
- .wpdt-c .mejs-container .mejs-controls .mejs-play button {
1675
- background-image: url("../img/icons/play.png");
1676
- }
1677
 
1678
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
1679
  .mejs-container .mejs-controls .mejs-play button {
1680
- background-image: url("../img/icons/play@2x.png");
1681
  background-size: 15px 15px;
1682
  }
1683
  }
1684
 
1685
- .wpdt-c .mejs-container .mejs-controls .mejs-pause button {
1686
- background-image: url("../img/icons/pause.png");
1687
- }
1688
 
1689
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
1690
  .mejs-container .mejs-controls .mejs-pause button {
1691
- background-image: url("../img/icons/pause@2x.png");
1692
  background-size: 15px 15px;
1693
  }
1694
  }
1695
 
1696
- .wpdt-c .mejs-container .mejs-controls .mejs-mute button {
1697
- background-image: url("../img/icons/speaker.png");
1698
- }
1699
 
1700
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
1701
  .mejs-container .mejs-controls .mejs-mute button {
1702
- background-image: url("../img/icons/speaker@2x.png");
1703
  background-size: 15px 15px;
1704
  }
1705
  }
1706
 
1707
- .wpdt-c .mejs-container .mejs-controls .mejs-unmute button {
1708
- background-image: url("../img/icons/speaker-2.png");
1709
- }
1710
-
1711
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
1712
  .mejs-container .mejs-controls .mejs-unmute button {
1713
- background-image: url("../img/icons/speaker-2@2x.png");
1714
  background-size: 15px 15px;
1715
  }
1716
  }
@@ -1720,13 +1712,9 @@ html.ismobile .page-loader {
1720
  right: 5px;
1721
  }
1722
 
1723
- .wpdt-c .mejs-container .mejs-controls .mejs-fullscreen-button button {
1724
- background-image: url("../img/icons/fullscreen.png");
1725
- }
1726
 
1727
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
1728
  .mejs-container .mejs-controls .mejs-fullscreen-button button {
1729
- background-image: url("../img/icons/fullscreen@2x.png");
1730
  background-size: 15px 15px;
1731
  }
1732
  }
@@ -1775,7 +1763,6 @@ html.ismobile .page-loader {
1775
 
1776
  .wpdt-c #calendar .fc-toolbar {
1777
  height: 300px;
1778
- background-image: url('../img/cal-header.jpg');
1779
  background-repeat: no-repeat;
1780
  -webkit-background-size: cover;
1781
  -moz-background-size: cover;
@@ -1849,188 +1836,8 @@ html.ismobile .page-loader {
1849
  margin: 1px 9px 0;
1850
  }
1851
 
1852
- .wpdt-c .fc-day-header {
1853
- font-size: 0;
1854
- padding-bottom: 20px !important;
1855
- }
1856
-
1857
- .wpdt-c .fc-day-header:first-letter {
1858
- font-size: 14px;
1859
- color: #c2c2c2;
1860
- text-align: left;
1861
- border-bottom-width: 0;
1862
- border-right-color: #eee;
1863
- padding: 10px 12px;
1864
- text-transform: uppercase;
1865
- font-weight: 700;
1866
- }
1867
-
1868
- .wpdt-c .fc-today {
1869
- color: #FFC107;
1870
- }
1871
-
1872
- .wpdt-c .fc-toolbar {
1873
- margin-bottom: 0;
1874
- padding: 20px 17px 19px;
1875
- position: relative;
1876
- }
1877
-
1878
- .wpdt-c .fc-toolbar h2 {
1879
- margin-top: 7px;
1880
- }
1881
-
1882
- .wpdt-c .fc-toolbar .ui-button {
1883
- border: 0;
1884
- background: 0 0;
1885
- padding: 0;
1886
- outline: none !important;
1887
- text-align: center;
1888
- width: 30px;
1889
- height: 30px;
1890
- border-radius: 50%;
1891
- }
1892
-
1893
- .wpdt-c .fc-toolbar .ui-button:hover {
1894
- background: #EFEFEF;
1895
- }
1896
-
1897
- .wpdt-c .fc-toolbar .ui-button > span {
1898
- position: relative;
1899
- font-family: 'Material-Design-Iconic-Font';
1900
- font-size: 24px;
1901
- line-height: 100%;
1902
- width: 30px;
1903
- display: block;
1904
- margin-top: 2px;
1905
- }
1906
-
1907
- .wpdt-c .fc-toolbar .ui-button > span:before {
1908
- position: relative;
1909
- z-index: 1;
1910
- }
1911
-
1912
- .wpdt-c .fc-toolbar .ui-button > span.ui-icon-circle-triangle-w:before {
1913
- content: "\f2fa";
1914
- }
1915
-
1916
- .wpdt-c .fc-toolbar .ui-button > span.ui-icon-circle-triangle-e:before {
1917
- content: "\f2fb";
1918
- }
1919
-
1920
- .wpdt-c .fc-event {
1921
- padding: 0;
1922
- font-size: 11px;
1923
- border-radius: 2px;
1924
- border: 0;
1925
- }
1926
-
1927
- .wpdt-c .fc-event .fc-title {
1928
- padding: 2px 8px;
1929
- display: block;
1930
- overflow: hidden;
1931
- text-overflow: ellipsis;
1932
- white-space: nowrap;
1933
- }
1934
-
1935
- .wpdt-c .fc-event .fc-time {
1936
- float: left;
1937
- background: rgba(0, 0, 0, 0.2);
1938
- padding: 2px 6px;
1939
- margin: 0 0 0 -1px;
1940
- }
1941
-
1942
- .wpdt-c .fc-view,
1943
- .wpdt-c .fc-view > table {
1944
- border: 0;
1945
- overflow: hidden;
1946
- }
1947
-
1948
- .wpdt-c .fc-view > table > tbody > tr > .ui-widget-content {
1949
- border-top: 0;
1950
- }
1951
-
1952
- div.fc-row {
1953
- margin-right: 0 !important;
1954
- border: 0 !important;
1955
- }
1956
-
1957
- .wpdt-c .fc-today {
1958
- color: #FFC107 !important;
1959
- }
1960
-
1961
- /* Even Tag Color */
1962
-
1963
- .wpdt-c .event-tag {
1964
- margin-top: 5px;
1965
- }
1966
-
1967
- .wpdt-c .event-tag > span {
1968
- border-radius: 50%;
1969
- width: 30px;
1970
- height: 30px;
1971
- margin-right: 3px;
1972
- position: relative;
1973
- display: inline-block;
1974
- cursor: pointer;
1975
- }
1976
-
1977
- .wpdt-c .event-tag > span:hover {
1978
- opacity: 0.8;
1979
- filter: alpha(opacity=80);
1980
- }
1981
-
1982
- .wpdt-c .event-tag > span.selected:before {
1983
- font-family: 'Material-Design-Iconic-Font';
1984
- content: "\f26b";
1985
- position: absolute;
1986
- text-align: center;
1987
- top: 3px;
1988
- width: 100%;
1989
- font-size: 17px;
1990
- color: #FFF;
1991
- }
1992
-
1993
- hr.fc-divider {
1994
- border-width: 1px;
1995
- border-color: #eee;
1996
- }
1997
-
1998
- .wpdt-c .fc-day-grid-container.fc-scroller {
1999
- height: auto !important;
2000
- overflow: hidden !important;
2001
- }
2002
-
2003
- /* Even Tag Color */
2004
 
2005
- .wpdt-c .event-tag {
2006
- margin-top: 5px;
2007
- }
2008
 
2009
- .wpdt-c .event-tag > span {
2010
- border-radius: 50%;
2011
- width: 30px;
2012
- height: 30px;
2013
- margin-right: 3px;
2014
- position: relative;
2015
- display: inline-block;
2016
- cursor: pointer;
2017
- }
2018
-
2019
- .wpdt-c .event-tag > span:hover {
2020
- opacity: 0.8;
2021
- filter: alpha(opacity=80);
2022
- }
2023
-
2024
- .wpdt-c .event-tag > span.selected:before {
2025
- font-family: 'Material-Design-Iconic-Font';
2026
- content: "\f26b";
2027
- position: absolute;
2028
- text-align: center;
2029
- top: 3px;
2030
- width: 100%;
2031
- font-size: 17px;
2032
- color: #FFF;
2033
- }
2034
 
2035
  .wpdt-c .bootgrid-footer .infoBar,
2036
  .wpdt-c .bootgrid-header .actionBar {
@@ -2060,13 +1867,6 @@ hr.fc-divider {
2060
  padding: 9px 10px 0;
2061
  }
2062
 
2063
- .wpdt-c .bootgrid-header .search .glyphicon-search:before {
2064
- content: "\f1c3";
2065
- font-family: 'Material-Design-Iconic-Font';
2066
- font-size: 17px;
2067
- vertical-align: top;
2068
- line-height: 100%;
2069
- }
2070
 
2071
  @media (min-width: 480px) {
2072
  .bootgrid-header .search {
@@ -2106,11 +1906,6 @@ hr.fc-divider {
2106
  display: none;
2107
  }
2108
 
2109
- .wpdt-c .bootgrid-header .actions .btn-group .zmdi {
2110
- line-height: 100%;
2111
- font-size: 18px;
2112
- vertical-align: top;
2113
- }
2114
 
2115
  @media (max-width: 480px) {
2116
  .bootgrid-header .actions {
@@ -2223,10 +2018,10 @@ hr.fc-divider {
2223
  top: 10px;
2224
  width: 40px;
2225
  height: 100%;
2226
- content: "\f1c3";
2227
- font-family: 'Material-Design-Iconic-Font';
2228
- font-size: 25px;
2229
- padding: 4px 0 0 15px;
2230
  }
2231
 
2232
  .wpdt-c .bootstrap-select .bs-searchbox input {
@@ -2262,8 +2057,9 @@ hr.fc-divider {
2262
  }
2263
 
2264
  .wpdt-c .bootstrap-select .check-mark:before {
2265
- content: "\f26b";
2266
- font-family: 'Material-Design-Iconic-Font';
 
2267
  }
2268
 
2269
  .wpdt-c .bootstrap-select .selected .check-mark {
@@ -2317,14 +2113,6 @@ hr.fc-divider {
2317
  position: relative;
2318
  }
2319
 
2320
- .wpdt-c .chosen-container .chosen-results li.result-selected:before {
2321
- content: "\f26b";
2322
- font-family: 'Material-Design-Iconic-Font';
2323
- position: absolute;
2324
- right: 15px;
2325
- top: 10px;
2326
- font-size: 19px;
2327
- }
2328
 
2329
  .wpdt-c .chosen-container .chosen-results li.group-result {
2330
  color: #B2B2B2;
@@ -2359,14 +2147,12 @@ hr.fc-divider {
2359
  background-color: #FFF;
2360
  background-position: right calc(100% - 7px);
2361
  background-repeat: no-repeat;
2362
- background-image: url("../img/select.png");
2363
  pointer-events: none;
2364
  z-index: 5;
2365
  }
2366
 
2367
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
2368
  .chosen-container-single .chosen-single:before {
2369
- background-image: url("../img/select@2x.png");
2370
  background-size: 12px 12px;
2371
  }
2372
  }
@@ -2380,17 +2166,6 @@ hr.fc-divider {
2380
  background: #F7F7F7;
2381
  }
2382
 
2383
- .wpdt-c .chosen-container-single .chosen-search:before {
2384
- content: "\f1c3";
2385
- font-family: 'Material-Design-Iconic-Font';
2386
- position: absolute;
2387
- left: 0;
2388
- top: 0;
2389
- width: 40px;
2390
- height: 100%;
2391
- font-size: 25px;
2392
- padding: 5px 0 0 15px;
2393
- }
2394
 
2395
  .wpdt-c .chosen-container-single .chosen-search input[type=text] {
2396
  border: 0;
@@ -2427,21 +2202,6 @@ hr.fc-divider {
2427
  height: 31px;
2428
  }
2429
 
2430
- .wpdt-c .search-choice-close {
2431
- cursor: pointer;
2432
- }
2433
-
2434
- .wpdt-c .search-choice-close:before {
2435
- display: inline-block;
2436
- font-family: 'Material-Design-Iconic-Font';
2437
- content: "\f135";
2438
- position: relative;
2439
- top: 1px;
2440
- color: #9C9C9C;
2441
- z-index: 2;
2442
- background: #EAEAEA;
2443
- font-size: 12px;
2444
- }
2445
 
2446
  .wpdt-c .noUi-target {
2447
  border-radius: 0;
@@ -2503,6 +2263,11 @@ hr.fc-divider {
2503
  border: 0;
2504
  background: #d4d4d4;
2505
  padding: 5px 10px;
 
 
 
 
 
2506
  }
2507
 
2508
  .wpdt-c .cp-container {
@@ -2623,136 +2388,6 @@ hr.fc-divider {
2623
  vertical-align: middle;
2624
  }
2625
 
2626
- .wpdt-c .note-editor .fa:before,
2627
- .wpdt-c .note-popover .fa:before {
2628
- font-family: 'Material-Design-Iconic-Font';
2629
- }
2630
-
2631
- .wpdt-c .note-editor .fa.fa-magic:before,
2632
- .wpdt-c .note-popover .fa.fa-magic:before {
2633
- content: "\f16a";
2634
- }
2635
-
2636
- .wpdt-c .note-editor .fa.fa-bold:before,
2637
- .wpdt-c .note-popover .fa.fa-bold:before {
2638
- content: "\f23d";
2639
- }
2640
-
2641
- .wpdt-c .note-editor .fa.fa-italic:before,
2642
- .wpdt-c .note-popover .fa.fa-italic:before {
2643
- content: "\f245";
2644
- }
2645
-
2646
- .wpdt-c .note-editor .fa.fa-underline:before,
2647
- .wpdt-c .note-popover .fa.fa-underline:before {
2648
- content: "\f24f";
2649
- }
2650
-
2651
- .wpdt-c .note-editor .fa.fa-font:before,
2652
- .wpdt-c .note-popover .fa.fa-font:before {
2653
- content: "\f242";
2654
- }
2655
-
2656
- .wpdt-c .note-editor .fa.fa-list-ul:before,
2657
- .wpdt-c .note-popover .fa.fa-list-ul:before {
2658
- content: "\f247";
2659
- }
2660
-
2661
- .wpdt-c .note-editor .fa.fa-list-ol:before,
2662
- .wpdt-c .note-popover .fa.fa-list-ol:before {
2663
- content: "\f248";
2664
- }
2665
-
2666
- .wpdt-c .note-editor .fa.fa-align-left:before,
2667
- .wpdt-c .note-popover .fa.fa-align-left:before {
2668
- content: "\f23b";
2669
- }
2670
-
2671
- .wpdt-c .note-editor .fa.fa-align-right:before,
2672
- .wpdt-c .note-popover .fa.fa-align-right:before {
2673
- content: "\f23c";
2674
- }
2675
-
2676
- .wpdt-c .note-editor .fa.fa-align-center:before,
2677
- .wpdt-c .note-popover .fa.fa-align-center:before {
2678
- content: "\f239";
2679
- }
2680
-
2681
- .wpdt-c .note-editor .fa.fa-align-justify:before,
2682
- .wpdt-c .note-popover .fa.fa-align-justify:before {
2683
- content: "\f23a";
2684
- }
2685
-
2686
- .wpdt-c .note-editor .fa.fa-indent:before,
2687
- .wpdt-c .note-popover .fa.fa-indent:before {
2688
- content: "\f244";
2689
- }
2690
-
2691
- .wpdt-c .note-editor .fa.fa-outdent:before,
2692
- .wpdt-c .note-popover .fa.fa-outdent:before {
2693
- content: "\f243";
2694
- }
2695
-
2696
- .wpdt-c .note-editor .fa.fa-text-height:before,
2697
- .wpdt-c .note-popover .fa.fa-text-height:before {
2698
- content: "\f246";
2699
- }
2700
-
2701
- .wpdt-c .note-editor .fa.fa-table:before,
2702
- .wpdt-c .note-popover .fa.fa-table:before {
2703
- content: "\f320";
2704
- }
2705
-
2706
- .wpdt-c .note-editor .fa.fa-link:before,
2707
- .wpdt-c .note-popover .fa.fa-link:before {
2708
- content: "\f18e";
2709
- }
2710
-
2711
- .wpdt-c .note-editor .fa.fa-picture-o:before,
2712
- .wpdt-c .note-popover .fa.fa-picture-o:before {
2713
- content: "\f17f";
2714
- }
2715
-
2716
- .wpdt-c .note-editor .fa.fa-minus:before,
2717
- .wpdt-c .note-popover .fa.fa-minus:before {
2718
- content: "\f22f";
2719
- }
2720
-
2721
- .wpdt-c .note-editor .fa.fa-arrows-alt:before,
2722
- .wpdt-c .note-popover .fa.fa-arrows-alt:before {
2723
- content: "\f16d";
2724
- }
2725
-
2726
- .wpdt-c .note-editor .fa.fa-code:before,
2727
- .wpdt-c .note-popover .fa.fa-code:before {
2728
- content: "\f13a";
2729
- }
2730
-
2731
- .wpdt-c .note-editor .fa.fa-question:before,
2732
- .wpdt-c .note-popover .fa.fa-question:before {
2733
- content: "\f1f5";
2734
- }
2735
-
2736
- .wpdt-c .note-editor .fa.fa-eraser:before,
2737
- .wpdt-c .note-popover .fa.fa-eraser:before {
2738
- content: "\f23f";
2739
- }
2740
-
2741
- .wpdt-c .note-editor .fa.fa-square:before,
2742
- .wpdt-c .note-popover .fa.fa-square:before {
2743
- content: "\f279";
2744
- }
2745
-
2746
- .wpdt-c .note-editor .fa.fa-circle-o:before,
2747
- .wpdt-c .note-popover .fa.fa-circle-o:before {
2748
- content: "\f26c";
2749
- }
2750
-
2751
- .wpdt-c .note-editor .fa.fa-times:before,
2752
- .wpdt-c .note-popover .fa.fa-times:before {
2753
- content: "\f136";
2754
- }
2755
-
2756
  .wpdt-c .note-editor .note-air-popover .arrow,
2757
  .wpdt-c .note-popover .note-air-popover .arrow {
2758
  left: 20px;
@@ -2785,28 +2420,28 @@ hr.fc-divider {
2785
  }
2786
 
2787
  .wpdt-c .bootstrap-datetimepicker-widget .glyphicon {
2788
- font-family: 'Material-Design-Iconic-Font';
2789
  font-size: 18px;
2790
  }
2791
 
2792
  .wpdt-c .bootstrap-datetimepicker-widget .glyphicon-chevron-left:before {
2793
- content: "\f2ff";
2794
  }
2795
 
2796
  .wpdt-c .bootstrap-datetimepicker-widget .glyphicon-chevron-right:before {
2797
- content: "\f301";
2798
  }
2799
 
2800
  .wpdt-c .bootstrap-datetimepicker-widget .glyphicon-time:before {
2801
- content: "\f337";
2802
  }
2803
 
2804
  .wpdt-c .bootstrap-datetimepicker-widget .glyphicon-calendar:before {
2805
- content: "\f32e";
2806
  }
2807
 
2808
  .wpdt-c .bootstrap-datetimepicker-widget .glyphicon-chevron-up:before {
2809
- content: "\f1e5";
2810
  }
2811
 
2812
  .wpdt-c .bootstrap-datetimepicker-widget .glyphicon-chevron-down:before {
1
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');
2
+
3
+
4
+ @font-face {
5
+ font-family: 'wpDataTablesIcons' !important;
6
+ src: url(../../fonts/wpDataTablesIcons.eot);
7
+ src: url(../../fonts/wpDataTablesIcons.eot?#iefix) format('embedded-opentype'), url(../../fonts/wpDataTablesIcons.woff) format('woff'), url(../../fonts/wpDataTablesIcons.ttf) format('truetype'), url(../../fonts/wpDataTablesIcons.svg#wpDataTablesIcons) format('svg');
8
+ }
9
  .wpdt-c .t-view[data-tv-type="image"]:before {
10
  content: "\f17f";
11
  background: #4CAF50;
1569
  }
1570
 
1571
  @media print {
1572
+ @page {
1573
  margin: 0;
1574
  size: auto;
1575
+ }
1576
 
1577
  body {
1578
  margin: 0mm 0mm 0mm 0mm !important;
1679
  right: 35px;
1680
  }
1681
 
1682
+
 
 
1683
 
1684
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
1685
  .mejs-container .mejs-controls .mejs-play button {
 
1686
  background-size: 15px 15px;
1687
  }
1688
  }
1689
 
 
 
 
1690
 
1691
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
1692
  .mejs-container .mejs-controls .mejs-pause button {
 
1693
  background-size: 15px 15px;
1694
  }
1695
  }
1696
 
 
 
 
1697
 
1698
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
1699
  .mejs-container .mejs-controls .mejs-mute button {
 
1700
  background-size: 15px 15px;
1701
  }
1702
  }
1703
 
 
 
 
 
1704
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
1705
  .mejs-container .mejs-controls .mejs-unmute button {
 
1706
  background-size: 15px 15px;
1707
  }
1708
  }
1712
  right: 5px;
1713
  }
1714
 
 
 
 
1715
 
1716
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
1717
  .mejs-container .mejs-controls .mejs-fullscreen-button button {
 
1718
  background-size: 15px 15px;
1719
  }
1720
  }
1763
 
1764
  .wpdt-c #calendar .fc-toolbar {
1765
  height: 300px;
 
1766
  background-repeat: no-repeat;
1767
  -webkit-background-size: cover;
1768
  -moz-background-size: cover;
1836
  margin: 1px 9px 0;
1837
  }
1838
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1839
 
 
 
 
1840
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1841
 
1842
  .wpdt-c .bootgrid-footer .infoBar,
1843
  .wpdt-c .bootgrid-header .actionBar {
1867
  padding: 9px 10px 0;
1868
  }
1869
 
 
 
 
 
 
 
 
1870
 
1871
  @media (min-width: 480px) {
1872
  .bootgrid-header .search {
1906
  display: none;
1907
  }
1908
 
 
 
 
 
 
1909
 
1910
  @media (max-width: 480px) {
1911
  .bootgrid-header .actions {
2018
  top: 10px;
2019
  width: 40px;
2020
  height: 100%;
2021
+ content: "\f002";
2022
+ font-family: 'wpDataTablesIcons';
2023
+ font-size: 20px;
2024
+ padding: 4px 0 0 11px;
2025
  }
2026
 
2027
  .wpdt-c .bootstrap-select .bs-searchbox input {
2057
  }
2058
 
2059
  .wpdt-c .bootstrap-select .check-mark:before {
2060
+ content: "\f00c";
2061
+ font-weight: 300;
2062
+ font-family: 'wpDataTablesIcons';
2063
  }
2064
 
2065
  .wpdt-c .bootstrap-select .selected .check-mark {
2113
  position: relative;
2114
  }
2115
 
 
 
 
 
 
 
 
 
2116
 
2117
  .wpdt-c .chosen-container .chosen-results li.group-result {
2118
  color: #B2B2B2;
2147
  background-color: #FFF;
2148
  background-position: right calc(100% - 7px);
2149
  background-repeat: no-repeat;
 
2150
  pointer-events: none;
2151
  z-index: 5;
2152
  }
2153
 
2154
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
2155
  .chosen-container-single .chosen-single:before {
 
2156
  background-size: 12px 12px;
2157
  }
2158
  }
2166
  background: #F7F7F7;
2167
  }
2168
 
 
 
 
 
 
 
 
 
 
 
 
2169
 
2170
  .wpdt-c .chosen-container-single .chosen-search input[type=text] {
2171
  border: 0;
2202
  height: 31px;
2203
  }
2204
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2205
 
2206
  .wpdt-c .noUi-target {
2207
  border-radius: 0;
2263
  border: 0;
2264
  background: #d4d4d4;
2265
  padding: 5px 10px;
2266
+ bottom: -30px;
2267
+ }
2268
+
2269
+ .wpdt-c table.wpDataTable thead .noUi-tooltip {
2270
+ bottom: 25px;
2271
  }
2272
 
2273
  .wpdt-c .cp-container {
2388
  vertical-align: middle;
2389
  }
2390
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2391
  .wpdt-c .note-editor .note-air-popover .arrow,
2392
  .wpdt-c .note-popover .note-air-popover .arrow {
2393
  left: 20px;
2420
  }
2421
 
2422
  .wpdt-c .bootstrap-datetimepicker-widget .glyphicon {
2423
+ font-family: 'wpDataTablesIcons';
2424
  font-size: 18px;
2425
  }
2426
 
2427
  .wpdt-c .bootstrap-datetimepicker-widget .glyphicon-chevron-left:before {
2428
+ content: "\f177";
2429
  }
2430
 
2431
  .wpdt-c .bootstrap-datetimepicker-widget .glyphicon-chevron-right:before {
2432
+ content: "\f178";
2433
  }
2434
 
2435
  .wpdt-c .bootstrap-datetimepicker-widget .glyphicon-time:before {
2436
+ content: "\f017";
2437
  }
2438
 
2439
  .wpdt-c .bootstrap-datetimepicker-widget .glyphicon-calendar:before {
2440
+ content: "\f0e1";
2441
  }
2442
 
2443
  .wpdt-c .bootstrap-datetimepicker-widget .glyphicon-chevron-up:before {
2444
+ content: "\f0dd";
2445
  }
2446
 
2447
  .wpdt-c .bootstrap-datetimepicker-widget .glyphicon-chevron-down:before {
assets/css/waves/waves.min.css DELETED
@@ -1,8 +0,0 @@
1
- /*!
2
- * Waves v0.7.5
3
- * http://fian.my.id/Waves
4
- *
5
- * Copyright 2014-2016 Alfiana E. Sibuea and other contributors
6
- * Released under the MIT license
7
- * https://github.com/fians/Waves/blob/master/LICENSE
8
- */.waves-effect{position:relative;cursor:pointer;display:inline-block;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.waves-effect .waves-ripple{position:absolute;border-radius:50%;width:100px;height:100px;margin-top:-50px;margin-left:-50px;opacity:0;background:rgba(0,0,0,.2);background:-webkit-radial-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,rgba(255,255,255,0) 70%);background:-o-radial-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,rgba(255,255,255,0) 70%);background:-moz-radial-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,rgba(255,255,255,0) 70%);background:radial-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,rgba(255,255,255,0) 70%);-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out;-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform,opacity;-o-transition-property:-o-transform,opacity;transition-property:transform,opacity;-webkit-transform:scale(0) translate(0,0);-moz-transform:scale(0) translate(0,0);-ms-transform:scale(0) translate(0,0);-o-transform:scale(0) translate(0,0);transform:scale(0) translate(0,0);pointer-events:none}.waves-effect.waves-light .waves-ripple{background:rgba(255,255,255,.4);background:-webkit-radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);background:-o-radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);background:-moz-radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);background:radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%)}.waves-effect.waves-classic .waves-ripple{background:rgba(0,0,0,.2)}.waves-effect.waves-classic.waves-light .waves-ripple{background:rgba(255,255,255,.4)}.waves-notransition{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;transition:none!important}.waves-button,.waves-circle{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-mask-image:-webkit-radial-gradient(circle,#fff 100%,#000 100%)}.waves-button,.waves-button:hover,.waves-button:visited,.waves-button-input{white-space:nowrap;vertical-align:middle;cursor:pointer;border:none;outline:0;color:inherit;background-color:transparent;font-size:1em;line-height:1em;text-align:center;text-decoration:none;z-index:1}.waves-button{padding:.85em 1.1em;border-radius:.2em}.waves-button-input{margin:0;padding:.85em 1.1em}.waves-input-wrapper{border-radius:.2em;vertical-align:bottom}.waves-input-wrapper.waves-button{padding:0}.waves-input-wrapper .waves-button-input{position:relative;top:0;left:0;z-index:1}.waves-circle{text-align:center;width:2.5em;height:2.5em;line-height:2.5em;border-radius:50%}.waves-float{-webkit-mask-image:none;-webkit-box-shadow:0 1px 1.5px 1px rgba(0,0,0,.12);box-shadow:0 1px 1.5px 1px rgba(0,0,0,.12);-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms}.waves-float:active{-webkit-box-shadow:none;box-shadow:none}.waves-block{display:block}
 
 
 
 
 
 
 
 
assets/css/wdt-skins/aqua.css CHANGED
@@ -5,13 +5,14 @@
5
  @import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
6
 
7
  @font-face {
8
- font-family: WPDataTablesIconsAqua;
9
  font-style: normal;
10
  font-stretch: normal;
11
- src: url(../../fonts/wpdatatablesiconsaqua-base.eot);
12
- src: url(../../fonts/wpdatatablesiconsaqua-base.eot?#iefix) format('embedded-opentype'), url(../../fonts/wpdatatablesiconsaqua-base.woff) format('woff'), url(../../fonts/wpdatatablesiconsaqua-base.ttf) format('truetype'), url(../../fonts/wpdatatablesiconsaqua-base.svg#wpdatatablesiconsaqua-base) format('svg');
13
  }
14
- /* Table */
 
15
  .wpDataTablesWrapper {
16
  margin-bottom: 0;
17
  background: #ffffff;
@@ -29,11 +30,16 @@
29
  .wpdt-c .wpDataTableContainer {
30
  background:none;
31
  }
32
- div#wpdatatable-preview-container.wpDataTablesWrapper, div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper {
 
 
 
33
  background: #ffffff;
34
  padding: 0;
35
  }
36
- /* Above the table */
 
 
37
 
38
  /* Display length and Global search */
39
 
@@ -72,9 +78,8 @@ div#wpdatatable-preview-container.wpDataTablesWrapper, div#wpdatatable-preview-c
72
  line-height: normal;
73
  font-weight: normal;
74
  }
75
-
76
  .wpdt-c .wpDataTablesWrapper .dataTables_filter label .wdt-search-icon:before{
77
- font-family: WPDataTablesIconsAqua;
78
  content: '\e901';
79
  position: absolute;
80
  top: -3px;
@@ -90,6 +95,7 @@ div#wpdatatable-preview-container.wpDataTablesWrapper, div#wpdatatable-preview-c
90
  padding-left: 15px;
91
 
92
  }
 
93
  .wpdt-c .wpDataTablesWrapper .dataTables_filter input[type="search"] {
94
  padding: 12px 0 12px 36px !important;
95
  width: 361px;
@@ -111,13 +117,13 @@ div#wpdatatable-preview-container.wpDataTablesWrapper, div#wpdatatable-preview-c
111
  }
112
 
113
  .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select > .btn-default:before{
114
- font-family: WPDataTablesIconsAqua;
115
- content: "\e903";
116
  color: #606266;
117
  position: absolute;
118
  right: 6px;
119
- top: 12px;
120
- font-size: 9px;
121
  height: 0;
122
  width: 0;
123
  background-image: none;
@@ -173,7 +179,7 @@ div#wpdatatable-preview-container.wpDataTablesWrapper, div#wpdatatable-preview-c
173
  right: 1px;
174
  }
175
  .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .check-mark:before {
176
- content: '\f26a';
177
  color: #0083c2;
178
  }
179
 
@@ -248,16 +254,16 @@ div#wpdatatable-preview-container.wpDataTablesWrapper, div#wpdatatable-preview-c
248
  /* Sorting icons */
249
 
250
  .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:before {
251
- font-family: 'Material-Design-Iconic-Font';
252
  display: inline-block;
253
- content: '\f2fe';
254
  padding-right: 10px ;
255
  }
256
 
257
  .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:before {
258
- font-family: 'Material-Design-Iconic-Font';
259
  display: inline-block;
260
- content: '\f303';
261
  padding-right: 10px ;
262
  }
263
 
@@ -293,7 +299,7 @@ div#wpdatatable-preview-container.wpDataTablesWrapper, div#wpdatatable-preview-c
293
  .wpdt-c .wpDataTablesWrapper table.wpDataTable tr td:first-child,
294
  .wpdt-c .wpDataTablesWrapper table.wpDataTable thead tr td:first-child,
295
  .wpdt-c .wpDataTablesWrapper table.wpDataTable tfoot tr td:first-child{
296
- /* table outer border color */
297
  border-right: none;
298
  border-left:1px solid #f5f7fa;
299
  }
@@ -332,7 +338,6 @@ div#wpdatatable-preview-container.wpDataTablesWrapper, div#wpdatatable-preview-c
332
 
333
  .wpdt-c .wpDataTablesWrapper table.wpDataTable tfoot th {
334
  border-top: 1px solid #000;
335
- border-width: 1px 0;
336
  }
337
 
338
  /* Table Pagination */
@@ -346,8 +351,9 @@ div#wpdatatable-preview-container.wpDataTablesWrapper, div#wpdatatable-preview-c
346
  line-height: 1;
347
  letter-spacing: normal;
348
  color: #606266;
349
- margin-right: 20px;
350
  margin-top: 6px;
 
351
  }
352
 
353
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button,
@@ -370,6 +376,7 @@ div#wpdatatable-preview-container.wpDataTablesWrapper, div#wpdatatable-preview-c
370
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate a {
371
  display: inline-block;
372
  padding: 7px 3px;
 
373
  }
374
 
375
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate a.paginate_button:focus {
@@ -453,7 +460,7 @@ div#wpdatatable-preview-container.wpDataTablesWrapper, div#wpdatatable-preview-c
453
  .wpdt-c .wpDataTablesWrapper .paginate_button:before,
454
  .wpdt-c .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander:before {
455
  display: inline-block;
456
- font-family: WPDataTablesIcons !important;
457
  font-style: normal;
458
  font-weight: 400;
459
  text-align: center;
@@ -462,7 +469,9 @@ div#wpdatatable-preview-container.wpDataTablesWrapper, div#wpdatatable-preview-c
462
  -webkit-font-smoothing: antialiased;
463
  }
464
 
465
-
 
 
466
 
467
  .wpdt-c .wpDataTablesWrapper .DTTT_button {
468
  opacity: 0.7;
@@ -480,6 +489,123 @@ div#wpdatatable-preview-container.wpDataTablesWrapper, div#wpdatatable-preview-c
480
  opacity: 1;
481
  }
482
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
483
  /* Overlay */
484
 
485
  .wpdt-c .wpDataTables .overlayed {
@@ -598,6 +724,136 @@ div#wpdatatable-preview-container.wpDataTablesWrapper, div#wpdatatable-preview-c
598
 
599
  /* Filters input */
600
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
601
  .wpDataTables .wdt-checkbox-filter.btn,
602
  .wpDataTables input[type=text],
603
  .wpDataTables select,
@@ -645,6 +901,31 @@ div#wpdatatable-preview-container.wpDataTablesWrapper, div#wpdatatable-preview-c
645
  padding: 7px 0 !important;
646
  }
647
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
648
 
649
  .wpdt-c .checkbox .input-helper:after {
650
  top: auto;
@@ -654,7 +935,9 @@ div#wpdatatable-preview-container.wpDataTablesWrapper, div#wpdatatable-preview-c
654
  top: 5px !important;
655
  }
656
 
657
-
 
 
658
 
659
  .wpdt-c .checkbox input:checked + .input-helper:before {
660
  background-color: #0083c2;
@@ -709,13 +992,13 @@ div#wpdatatable-preview-container.wpDataTablesWrapper, div#wpdatatable-preview-c
709
  .wpdt-c .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .bootstrap-select > .btn-default:before,
710
  .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select > .btn-default:before,
711
  .wpdt-c .modal#wdt-frontend-modal .bootstrap-select > .btn-default:before{
712
- font-family: WPDataTablesIconsAqua;
713
- content: "\e903";
714
  color: #606266;
715
  position: absolute;
716
- right: 19px;
717
- top: 13px;
718
- font-size: 9px;
719
  height: 0;
720
  width: 0;
721
  background-image: none;
@@ -733,10 +1016,396 @@ div#wpdatatable-preview-container.wpDataTablesWrapper, div#wpdatatable-preview-c
733
  padding-bottom: 10px;
734
  }
735
 
736
- .wpDataTablesWrapper table.wpDataTable thead th:last-child {
737
- border-right: 1px solid #0083c2;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
738
  }
739
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
740
 
741
  /* Table tools */
742
 
@@ -769,7 +1438,7 @@ div#wpdatatable-preview-container.wpDataTablesWrapper, div#wpdatatable-preview-c
769
  float: none;
770
  margin-left: 0;
771
  margin-right: 0;
772
- margin-bottom: 10px;
773
  }
774
  .wpDataTablesWrapper .dt-buttons a.DTTT_button{
775
  height: 40px;
@@ -789,12 +1458,48 @@ div#wpdatatable-preview-container.wpDataTablesWrapper, div#wpdatatable-preview-c
789
  letter-spacing: normal;
790
  outline: none;
791
  color: #606266;
 
792
  }
793
 
794
  .wpDataTablesWrapper .dt-buttons a.DTTT_button:not(.disabled){
795
  opacity: 1;
796
  }
797
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
798
  div.dt-button-collection a.dt-button.buttons-excel:before,
799
  div.dt-button-collection a.dt-button.buttons-csv:before,
800
  div.dt-button-collection a.dt-button.buttons-copy:before,
@@ -804,8 +1509,9 @@ div.dt-button-collection a.dt-button.buttons-pdf:before,
804
  .wpDataTablesWrapper .DTTT_button.DTTT_button_new:before,
805
  .wpDataTablesWrapper .DTTT_button.DTTT_button_edit:before,
806
  .wpDataTablesWrapper .DTTT_button.DTTT_button_delete:before,
807
- .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before{
808
- font-family: WPDataTablesIconsAqua !important;
 
809
  font-size: 18px;
810
  font-style: normal;
811
  font-stretch: normal;
@@ -834,13 +1540,13 @@ div.dt-button-collection a.dt-button.buttons-pdf:before,
834
 
835
  .wpDataTablesWrapper .DTTT_button.DTTT_button_export:after,
836
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:after{
837
- font-family: WPDataTablesIconsAqua;
838
- content: "\e903";
839
  color: #606266;
840
  position: absolute;
841
  right: 13px;
842
- top: 16px;
843
- font-size: 9px;
844
  }
845
 
846
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print{
@@ -849,8 +1555,8 @@ div.dt-button-collection a.dt-button.buttons-pdf:before,
849
  }
850
 
851
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before{
852
- font-family: WPDataTablesIconsAqua !important;
853
- content: "\e90e";
854
  vertical-align: middle;
855
  }
856
 
@@ -865,7 +1571,7 @@ div.dt-button-collection a.dt-button.buttons-pdf:before,
865
  }
866
 
867
  div.dt-button-collection a.dt-button.buttons-excel:before{
868
- content: '\e908';
869
  vertical-align: middle;
870
  }
871
 
@@ -875,12 +1581,12 @@ div.dt-button-collection a.dt-button.buttons-csv:before{
875
  }
876
 
877
  div.dt-button-collection a.dt-button.buttons-copy:before{
878
- content: '\e907';
879
  vertical-align: middle;
880
  }
881
 
882
  div.dt-button-collection a.dt-button.buttons-pdf:before{
883
- content: '\e90d';
884
  vertical-align: middle;
885
  }
886
 
@@ -912,12 +1618,12 @@ div.dt-button-collection a.dt-button.buttons-pdf:before{
912
 
913
  .wpDataTablesWrapper .DTTT_button.DTTT_button_delete:before,
914
  .wpdt-c .modal#wdt-delete-modal .modal-dialog .modal-content .modal-footer button#wdt-browse-delete-button:before{
915
- font-family: WPDataTablesIconsAqua;
916
  content: '\e90f';
917
  color: #f03e3e;
918
  vertical-align: middle;
919
  }
920
- .wpdt-c .modal#wdt-delete-modal .modal-dialog .modal-content .modal-footer .zmdi-delete:before {
921
  content: '';
922
  }
923
 
@@ -958,6 +1664,7 @@ div.dt-button-collection a.dt-button.buttons-pdf span {
958
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis span,
959
  .wpDataTablesWrapper .DTTT_button.DTTT_button_new span,
960
  .wpDataTablesWrapper .DTTT_button.DTTT_button_edit span,
 
961
  .wpDataTablesWrapper .wdt-clear-filters-button span,
962
  .wpDataTablesWrapper .wpDataTableFilterSection .wdt-clear-filters-button span {
963
  color: #606266;
@@ -969,6 +1676,70 @@ div.dt-button-collection a.dt-button.buttons-pdf span {
969
  vertical-align: middle;
970
  }
971
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
972
  /* Export buttons - collection */
973
 
974
  div.dt-button-collection {
@@ -1046,6 +1817,7 @@ div.dt-button-collection a.dt-button.buttons-copy{
1046
  -moz-border-radius: 0 !important;
1047
  border-radius: 0 !important;
1048
  cursor: pointer;
 
1049
  }
1050
 
1051
  div.dt-button-collection a.dt-button.buttons-columnVisibility:last-child,
@@ -1075,10 +1847,10 @@ div.dt-button-collection a.dt-button:last-child {
1075
 
1076
  div.dt-button-collection a.dt-button.buttons-columnVisibility.active:before {
1077
  position: absolute;
1078
- content: "\f26a";
1079
  font-size: 19px;
1080
  color: #0083c2;
1081
- font-family: 'Material-Design-Iconic-Font';
1082
  -webkit-transform: scale(1);
1083
  -ms-transform: scale(1);
1084
  -o-transform: scale(1);
@@ -1087,10 +1859,11 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility.active:before {
1087
 
1088
  div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1089
  position: absolute;
1090
- content: "\f279";
 
1091
  font-size: 19px;
1092
  color: #d5d8de;
1093
- font-family: 'Material-Design-Iconic-Font';
1094
  -webkit-transform: scale(1);
1095
  -ms-transform: scale(1);
1096
  -o-transform: scale(1);
@@ -1118,7 +1891,7 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1118
 
1119
  .wpdt-c div.dt-button-info:before, div.dt-button-info:before{
1120
  position: absolute;
1121
- font-family: WPDataTablesIconsAqua;
1122
  content: '\e905';
1123
  left: 7px;
1124
  top:6px;
@@ -1128,7 +1901,7 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1128
 
1129
  .wpdt-c div.dt-button-info:after, div.dt-button-info:after{
1130
  position: absolute;
1131
- font-family: WPDataTablesIconsAqua;
1132
  content: '\e906';
1133
  left: 8px;
1134
  top: 6px;
@@ -1220,15 +1993,27 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1220
  padding: 10px !important;
1221
  }
1222
 
 
 
 
 
1223
  .wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters {
1224
  width: 101px;
1225
  margin-left: 6px;
1226
  padding: 10px 12px !important;
1227
  }
1228
 
 
 
 
 
1229
 
 
 
 
 
1230
 
1231
- .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-cf-search-filters-button-block) {
1232
  width: 231px;
1233
  }
1234
  .wpdt-c .wpDataTablesFilter #wdt-pf-search-filters-button-block {
@@ -1288,6 +2073,12 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1288
  margin-bottom: 12px;
1289
  }
1290
 
 
 
 
 
 
 
1291
  .wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters {
1292
  padding: 10px 8px;
1293
  }
@@ -1319,7 +2110,53 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1319
  margin-left: 0;
1320
  }
1321
 
1322
- .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-cf-search-filters-button-block) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1323
  width: 100%;
1324
  min-height: 0;
1325
  }
@@ -1338,6 +2175,7 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1338
  .wpdt-c .wpDataTablesFilter #wdt-pf-search-filters-button-block {
1339
  width: 50%;
1340
  }
 
1341
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button,
1342
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .ellipsis,
1343
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.current{
@@ -1345,7 +2183,6 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1345
  }
1346
 
1347
  }
1348
-
1349
  @media screen and (max-width: 376px) {
1350
  .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td ul li span.columnValue {
1351
  min-width: 130px;
5
  @import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
6
 
7
  @font-face {
8
+ font-family: wpDataTablesIcons;
9
  font-style: normal;
10
  font-stretch: normal;
11
+ src: url(../../fonts/wpDataTablesIcons.eot);
12
+ src: url(../../fonts/wpDataTablesIcons.eot?#iefix) format('embedded-opentype'), url(../../fonts/wpDataTablesIcons.woff) format('woff'), url(../../fonts/wpDataTablesIcons.ttf) format('truetype'), url(../../fonts/wpDataTablesIcons.svg#wpDataTablesIcons) format('svg');
13
  }
14
+ /* Table */
15
+
16
  .wpDataTablesWrapper {
17
  margin-bottom: 0;
18
  background: #ffffff;
30
  .wpdt-c .wpDataTableContainer {
31
  background:none;
32
  }
33
+
34
+ div#wpdatatable-preview-container.wpDataTablesWrapper,
35
+ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper
36
+ {
37
  background: #ffffff;
38
  padding: 0;
39
  }
40
+
41
+
42
+ /* Above the table */
43
 
44
  /* Display length and Global search */
45
 
78
  line-height: normal;
79
  font-weight: normal;
80
  }
 
81
  .wpdt-c .wpDataTablesWrapper .dataTables_filter label .wdt-search-icon:before{
82
+ font-family: wpDataTablesIcons;
83
  content: '\e901';
84
  position: absolute;
85
  top: -3px;
95
  padding-left: 15px;
96
 
97
  }
98
+
99
  .wpdt-c .wpDataTablesWrapper .dataTables_filter input[type="search"] {
100
  padding: 12px 0 12px 36px !important;
101
  width: 361px;
117
  }
118
 
119
  .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select > .btn-default:before{
120
+ font-family: wpDataTablesIcons;
121
+ content: "\f0e1";
122
  color: #606266;
123
  position: absolute;
124
  right: 6px;
125
+ top: 4px;
126
+ font-size: 15px;
127
  height: 0;
128
  width: 0;
129
  background-image: none;
179
  right: 1px;
180
  }
181
  .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .check-mark:before {
182
+ content: '\f14b';
183
  color: #0083c2;
184
  }
185
 
254
  /* Sorting icons */
255
 
256
  .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:before {
257
+ font-family: 'wpDataTablesIcons';
258
  display: inline-block;
259
+ content: '\f175';
260
  padding-right: 10px ;
261
  }
262
 
263
  .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:before {
264
+ font-family: 'wpDataTablesIcons';
265
  display: inline-block;
266
+ content: '\f176';
267
  padding-right: 10px ;
268
  }
269
 
299
  .wpdt-c .wpDataTablesWrapper table.wpDataTable tr td:first-child,
300
  .wpdt-c .wpDataTablesWrapper table.wpDataTable thead tr td:first-child,
301
  .wpdt-c .wpDataTablesWrapper table.wpDataTable tfoot tr td:first-child{
302
+ /* table outer border color */
303
  border-right: none;
304
  border-left:1px solid #f5f7fa;
305
  }
338
 
339
  .wpdt-c .wpDataTablesWrapper table.wpDataTable tfoot th {
340
  border-top: 1px solid #000;
 
341
  }
342
 
343
  /* Table Pagination */
351
  line-height: 1;
352
  letter-spacing: normal;
353
  color: #606266;
354
+ margin-right: 0;
355
  margin-top: 6px;
356
+ padding-top: 2px;
357
  }
358
 
359
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button,
376
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate a {
377
  display: inline-block;
378
  padding: 7px 3px;
379
+ text-decoration: none !important;
380
  }
381
 
382
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate a.paginate_button:focus {
460
  .wpdt-c .wpDataTablesWrapper .paginate_button:before,
461
  .wpdt-c .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander:before {
462
  display: inline-block;
463
+ font-family: wpDataTablesIcons !important;
464
  font-style: normal;
465
  font-weight: 400;
466
  text-align: center;
469
  -webkit-font-smoothing: antialiased;
470
  }
471
 
472
+ .wpdt-c .wpDataTablesWrapper .wdt-checkbox-filter.btn:before {
473
+ margin-top: 1px;
474
+ }
475
 
476
  .wpdt-c .wpDataTablesWrapper .DTTT_button {
477
  opacity: 0.7;
489
  opacity: 1;
490
  }
491
 
492
+ /* Responsive table skin styles */
493
+
494
+ .wpdt-c .wpDataTablesWrapper table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
495
+ .wpdt-c .wpDataTablesWrapper table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
496
+ display: inline-block;
497
+ content: "";
498
+ height: 11px;
499
+ width: 11px;
500
+ }
501
+
502
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander,
503
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr > td > span.responsiveExpander{
504
+ opacity: 0.6;
505
+ background-image: url(../../img/plus.png);
506
+ background-repeat: no-repeat;
507
+ background-position: center;
508
+ padding: 14px;
509
+ margin-right: 7px;
510
+ }
511
+
512
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.detail-show td {
513
+ background-color: #fffbf1;
514
+ border-bottom: 1px solid #fffbf1;
515
+ }
516
+
517
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander ,
518
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander:hover{
519
+ background-image: url(../../img/plusafter.png);
520
+ }
521
+
522
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr > td > span.responsiveExpander:after,
523
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander:after{
524
+ display: none !important;
525
+ }
526
+
527
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.detail-show td:first-child,
528
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr td:first-child{
529
+ line-height: 28px;
530
+ }
531
+
532
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td {
533
+ background-color: #ffffff; /* even rows background color */
534
+ }
535
+
536
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td ul li{
537
+ position: relative;
538
+ }
539
+
540
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td ul li span.columnValue{
541
+ display: inline-flex;
542
+ min-width: 200px;
543
+ margin-left: 20px;
544
+ }
545
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td ul li span.columnTitle{
546
+ display: inline-block;
547
+ }
548
+
549
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td ul li span.columnTitle button.wdt-column-settings{
550
+ position: absolute;
551
+ right: 0;
552
+ top: -2px;
553
+ }
554
+
555
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td ul li span.columnTitle button.wdt-delete-formula-column{
556
+ position: absolute;
557
+ right: 40px;
558
+ top: -2px;
559
+ }
560
+
561
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.row-detail > td {
562
+ background-color: #fffbf1;
563
+ padding: 0 20px;
564
+ }
565
+
566
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.row-detail > td > ul {
567
+ padding: 0;
568
+ }
569
+
570
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.row-detail > td > ul > li {
571
+ margin-left: 0;
572
+ padding-top: 0;
573
+ border-bottom: 1px solid #ebeef5;
574
+ display: flex;
575
+ justify-content: flex-start;
576
+ }
577
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.row-detail > td > ul > li:last-child {
578
+ border-bottom: none !important;
579
+ }
580
+
581
+
582
+ .wpdt-c .wpDataTables.wpDataTablesWrapper table.wpDataTable tr.odd td.error {
583
+ background-color: #f2dede;
584
+ }
585
+
586
+ /* Formatting rule */
587
+
588
+ .formatting_rule_if_clause,
589
+ .formatting_rule_action {
590
+ background-color: #fdfdfd !important;
591
+ border-color: #cccccc !important;
592
+ background-image: none !important;
593
+ color: #333333;
594
+ border-radius: 3px !important;
595
+ -webkit-box-shadow: none !important;
596
+ -moz-box-shadow: none !important;
597
+ box-shadow: none !important;
598
+ vertical-align: middle;
599
+ }
600
+
601
+ .cellVal {
602
+ font-size: inherit !important;
603
+ line-height: 20px !important;
604
+ -webkit-box-sizing: border-box !important;
605
+ -moz-box-sizing: border-box !important;
606
+ box-sizing: border-box !important;
607
+ }
608
+
609
  /* Overlay */
610
 
611
  .wpdt-c .wpDataTables .overlayed {
724
 
725
  /* Filters input */
726
 
727
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.text_filter,
728
+ .wpDataTablesWrapper table.wpDataTable thead th input.text_filter,
729
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.date-range-filter,
730
+ .wpDataTablesWrapper table.wpDataTable thead th input.date-range-filter,
731
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.date-time-range-filter,
732
+ .wpDataTablesWrapper table.wpDataTable thead th input.date-time-range-filter,
733
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.time-range-filter,
734
+ .wpDataTablesWrapper table.wpDataTable thead th input.time-range-filter,
735
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.number-range-filter,
736
+ .wpDataTablesWrapper table.wpDataTable thead th input.number-range-filter,
737
+ .wpDataTablesWrapper table.wpDataTable thead th input.number_filter,
738
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.number_filter,
739
+ .wpDataTablesWrapper table.wpDataTable tfoot td .wdt-select-filter,
740
+ .wpDataTablesWrapper table.wpDataTable thead th .wdt-select-filter,
741
+ .wpDataTablesWrapper table.wpDataTable tfoot td .wdt-multiselect-filter,
742
+ .wpDataTablesWrapper table.wpDataTable thead th .wdt-multiselect-filter,
743
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.text_filter,
744
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.date-range-filter,
745
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.date-time-range-filter,
746
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.time-range-filter,
747
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.number-range-filter,
748
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.number_filter,
749
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .wdt-select-filter,
750
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .wdt-multiselect-filter,
751
+ .wpdt-c .modal#wdt-frontend-modal .bootstrap-select,
752
+ .wpdt-c .modal#wdt-frontend-modal textarea,
753
+ .wpdt-c .modal#wdt-frontend-modal input.editDialogInput {
754
+ border-radius: 4px;
755
+ border: solid 1px #dcdfe6;
756
+ padding-left: 15px;
757
+ width: 100%;
758
+ }
759
+
760
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.date-range-filter:first-child,
761
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.date-time-range-filter:first-child,
762
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.number-range-filter:first-child,
763
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.time-range-filter:first-child,
764
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.date-range-filter:first-child,
765
+ .wpDataTablesWrapper table.wpDataTable thead th input.date-range-filter:first-child,
766
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.date-time-range-filter:first-child,
767
+ .wpDataTablesWrapper table.wpDataTable thead th input.date-time-range-filter:first-child,
768
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.time-range-filter:first-child,
769
+ .wpDataTablesWrapper table.wpDataTable thead th input.time-range-filter:first-child,
770
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.number-range-filter:first-child,
771
+ .wpDataTablesWrapper table.wpDataTable thead th input.number-range-filter:first-child {
772
+ margin-bottom: 4px;
773
+ }
774
+
775
+ .wpDataTablesWrapper .wpDataTableFilterSection {
776
+ padding: 12px 20px 0 0;
777
+ }
778
+
779
+ .wpDataTablesWrapper .wpDataTableFilterSection label ,
780
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt-filter-text input::placeholder{
781
+ max-width: 212px;
782
+ white-space: nowrap;
783
+ -ms-text-overflow: ellipsis;
784
+ text-overflow: ellipsis;
785
+ overflow: hidden;
786
+ margin-bottom: 0;
787
+ }
788
+
789
+ .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block){
790
+ width: 241px;
791
+ margin-right: 0;
792
+ margin-bottom: 4px;
793
+ min-height: 120px;
794
+ }
795
+
796
+ .wpDataTableFilterBox .wpDataTableFilterSection div:first-child {
797
+ margin-top: 0;
798
+ }
799
+
800
+ #wpdatatable-preview-container .wpDataTableFilterSection#wdt-clear-filters-button-block,
801
+ #wpdatatable-preview-container .wpDataTableFilterSection#wdt-pf-search-filters-button-block{
802
+ padding-top: 30px !important;
803
+ margin-bottom: 10px;
804
+ }
805
+
806
+ .wpDataTableFilterSection#wdt-clear-filters-button-block,
807
+ .wpDataTableFilterSection#wdt-pf-search-filters-button-block{
808
+ padding-top: 34px !important;
809
+ }
810
+
811
+ #wdt-filter-widget .wdt-clear-filters-widget-button,
812
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt-clear-filters-button,
813
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt-pf-search-filters-button{
814
+ height: 40px;
815
+ border-radius: 4px;
816
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
817
+ border: solid 1px #ebedf2;
818
+ font-family: Roboto;
819
+ font-size: 14px;
820
+ font-weight: 500;
821
+ font-style: normal;
822
+ font-stretch: normal;
823
+ line-height: normal;
824
+ letter-spacing: normal;
825
+ text-transform: capitalize;
826
+ }
827
+
828
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt-clear-filters-button,
829
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt-pf-search-filters-button{
830
+ width: 101px;
831
+ }
832
+
833
+ #wdt-filter-widget .wdt-clear-filters-widget-button,
834
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt-clear-filters-button{
835
+ background-color: #ffffff;
836
+ color: #606266;
837
+ text-shadow: none;
838
+ }
839
+ #wdt-filter-widget .wdt-clear-filters-widget-button:before,
840
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt-clear-filters-button:before{
841
+ display: none;
842
+ }
843
+
844
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt-pf-search-filters-button{
845
+ background-color: #0083c2;
846
+ color: #ffffff;
847
+ }
848
+
849
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters {
850
+ float: none;
851
+ margin-right: 0 !important;
852
+ margin-left: 12px;
853
+ }
854
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters:before {
855
+ display: none;
856
+ }
857
  .wpDataTables .wdt-checkbox-filter.btn,
858
  .wpDataTables input[type=text],
859
  .wpDataTables select,
901
  padding: 7px 0 !important;
902
  }
903
 
904
+ #wdt-frontend-modal .wdt_checkbox_option,
905
+ #wdt-frontend-modal .wdt-search-filters-button-container .wdt_checkbox_option {
906
+ padding: 14px 0 !important;
907
+ border-bottom: 1px solid #ebeef5;
908
+ margin-right: 19px;
909
+ margin-top: 0;
910
+ width: 204px;
911
+ }
912
+
913
+ #wdt-frontend-modal .wdt_checkbox_option:nth-child(3n) {
914
+ margin-right: 0 !important;
915
+ }
916
+
917
+ #wdt-frontend-modal .wdt-edit-dialog-alert-block {
918
+ margin-top: 75px;
919
+ }
920
+
921
+ #wdt-frontend-modal .wdt-search-filters-button-container .wdt_checkbox_option:before {
922
+ position: absolute;
923
+ content: "";
924
+ bottom: 0;
925
+ left: 0;
926
+ border-bottom: 1px solid #ebeef5;
927
+ width: 95%;
928
+ }
929
 
930
  .wpdt-c .checkbox .input-helper:after {
931
  top: auto;
935
  top: 5px !important;
936
  }
937
 
938
+ .wpdt-c #wdt-frontend-modal .checkbox .input-helper:before {
939
+ top: 12px !important;
940
+ }
941
 
942
  .wpdt-c .checkbox input:checked + .input-helper:before {
943
  background-color: #0083c2;
992
  .wpdt-c .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .bootstrap-select > .btn-default:before,
993
  .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select > .btn-default:before,
994
  .wpdt-c .modal#wdt-frontend-modal .bootstrap-select > .btn-default:before{
995
+ font-family: wpDataTablesIcons;
996
+ content: "\f0e1";
997
  color: #606266;
998
  position: absolute;
999
+ right: 20px;
1000
+ top: 4px;
1001
+ font-size: 15px;
1002
  height: 0;
1003
  width: 0;
1004
  background-image: none;
1016
  padding-bottom: 10px;
1017
  }
1018
 
1019
+
1020
+ /* Edit modal */
1021
+
1022
+
1023
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog {
1024
+ max-width: 690px;
1025
+ width: 690px;
1026
+ font-family: Roboto;
1027
+ font-weight: normal;
1028
+ font-style: normal;
1029
+ font-stretch: normal;
1030
+ letter-spacing: normal;
1031
+ color: #606266;
1032
+ }
1033
+
1034
+ .wpdt-c .modal#wdt-md-modal .modal-dialog {
1035
+ font-family: Roboto;
1036
+ font-weight: normal;
1037
+ font-style: normal;
1038
+ font-stretch: normal;
1039
+ letter-spacing: normal;
1040
+ color: #606266;
1041
+ }
1042
+
1043
+ .wpdt-c .modal#wdt-frontend-modal textarea {
1044
+ padding: 11px 15px;
1045
+ }
1046
+
1047
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content {
1048
+ max-width: 690px;
1049
+ width: 690px;
1050
+ border-radius: 6px;
1051
+ box-shadow: 0 2px 16px 0 rgba(33, 43, 54, 0.08), 0 31px 41px 0 rgba(33, 43, 54, 0.2);
1052
+ background-color: #ffffff;
1053
+ }
1054
+
1055
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content {
1056
+ border-radius: 6px;
1057
+ box-shadow: 0 2px 16px 0 rgba(33, 43, 54, 0.08), 0 31px 41px 0 rgba(33, 43, 54, 0.2);
1058
+ background-color: #ffffff;
1059
+ }
1060
+
1061
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-header,
1062
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-header,
1063
+ .wpdt-c .modal#wdt-delete-modal .modal-dialog .modal-content .modal-header
1064
+ {
1065
+ border-bottom: 1px solid #ebeef5;
1066
+ margin-bottom: 20px;
1067
+ padding: 23px 20px;
1068
+ }
1069
+
1070
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-header .modal-title,
1071
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-header .modal-title,
1072
+ .wpdt-c .modal#wdt-delete-modal .modal-dialog .modal-content .modal-header .modal-title {
1073
+ clear: inherit;
1074
+ padding: 0;
1075
+ }
1076
+
1077
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-header button.close,
1078
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-header button.close {
1079
+ width: 20px;
1080
+ height: 20px;
1081
+ }
1082
+
1083
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-header button.close span,
1084
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-header button.close span {
1085
+ font-size: 30px;
1086
+ line-height: 18px !important;
1087
+ }
1088
+
1089
+ .wpdt-c .modal#wdt-frontend-modal .col-sm-0-8,
1090
+ .wpdt-c .modal#wdt-frontend-modal .col-xs-1,
1091
+ .wpdt-c .modal#wdt-frontend-modal .col-sm-1,
1092
+ .wpdt-c .modal#wdt-frontend-modal .col-md-1,
1093
+ .wpdt-c .modal#wdt-frontend-modal .col-lg-1,
1094
+ .wpdt-c .modal#wdt-frontend-modal .col-xs-2,
1095
+ .wpdt-c .modal#wdt-frontend-modal .col-sm-2,
1096
+ .wpdt-c .modal#wdt-frontend-modal .col-md-2,
1097
+ .wpdt-c .modal#wdt-frontend-modal .col-lg-2,
1098
+ .wpdt-c .modal#wdt-frontend-modal .col-sm-2-6,
1099
+ .wpdt-c .modal#wdt-frontend-modal .col-sm-5-5,
1100
+ .wpdt-c .modal#wdt-frontend-modal .col-xs-3,
1101
+ .wpdt-c .modal#wdt-frontend-modal .col-sm-3,
1102
+ .wpdt-c .modal#wdt-frontend-modal .col-md-3, .wpdt-c .modal#wdt-frontend-modal .col-lg-3,
1103
+ .wpdt-c .modal#wdt-frontend-modal .col-xs-4, .wpdt-c .modal#wdt-frontend-modal .col-sm-4, .wpdt-c .modal#wdt-frontend-modal .col-md-4,
1104
+ .wpdt-c .modal#wdt-frontend-modal .col-lg-4, .wpdt-c .modal#wdt-frontend-modal .col-xs-5, .wpdt-c .modal#wdt-frontend-modal .col-sm-5,
1105
+ .wpdt-c .modal#wdt-frontend-modal .col-md-5, .wpdt-c .modal#wdt-frontend-modal .col-lg-5, .wpdt-c .modal#wdt-frontend-modal .col-xs-6,
1106
+ .wpdt-c .modal#wdt-frontend-modal .col-sm-6, .wpdt-c .modal#wdt-frontend-modal .col-md-6, .wpdt-c .modal#wdt-frontend-modal .col-lg-6,
1107
+ .wpdt-c .modal#wdt-frontend-modal .col-xs-7, .wpdt-c .modal#wdt-frontend-modal .col-sm-7, .wpdt-c .modal#wdt-frontend-modal .col-md-7,
1108
+ .wpdt-c .modal#wdt-frontend-modal .col-lg-7, .wpdt-c .modal#wdt-frontend-modal .col-xs-8, .wpdt-c .modal#wdt-frontend-modal .col-sm-8,
1109
+ .wpdt-c .modal#wdt-frontend-modal .col-md-8, .wpdt-c .modal#wdt-frontend-modal .col-lg-8, .wpdt-c .modal#wdt-frontend-modal .col-xs-9,
1110
+ .wpdt-c .modal#wdt-frontend-modal .col-sm-9, .wpdt-c .modal#wdt-frontend-modal .col-md-9, .wpdt-c .modal#wdt-frontend-modal .col-lg-9,
1111
+ .wpdt-c .modal#wdt-frontend-modal .col-xs-10, .wpdt-c .modal#wdt-frontend-modal .col-sm-10, .wpdt-c .modal#wdt-frontend-modal .col-md-10,
1112
+ .wpdt-c .modal#wdt-frontend-modal .col-lg-10, .wpdt-c .modal#wdt-frontend-modal .col-xs-11, .wpdt-c .modal#wdt-frontend-modal .col-sm-11,
1113
+ .wpdt-c .modal#wdt-frontend-modal .col-md-11, .wpdt-c .modal#wdt-frontend-modal .col-lg-11, .wpdt-c .modal#wdt-frontend-modal .col-xs-12,
1114
+ .wpdt-c .modal#wdt-frontend-modal .col-sm-12, .wpdt-c .modal#wdt-frontend-modal .col-md-12, .wpdt-c .modal#wdt-frontend-modal .col-lg-12,
1115
+ .wpdt-c .modal#wdt-md-modal .col-sm-0-8,
1116
+ .wpdt-c .modal#wdt-md-modal .col-xs-1,
1117
+ .wpdt-c .modal#wdt-md-modal .col-sm-1,
1118
+ .wpdt-c .modal#wdt-md-modal .col-md-1,
1119
+ .wpdt-c .modal#wdt-md-modal .col-lg-1,
1120
+ .wpdt-c .modal#wdt-md-modal .col-xs-2,
1121
+ .wpdt-c .modal#wdt-md-modal .col-sm-2,
1122
+ .wpdt-c .modal#wdt-md-modal .col-md-2,
1123
+ .wpdt-c .modal#wdt-md-modal .col-lg-2,
1124
+ .wpdt-c .modal#wdt-md-modal .col-sm-2-6,
1125
+ .wpdt-c .modal#wdt-md-modal .col-sm-5-5,
1126
+ .wpdt-c .modal#wdt-md-modal .col-xs-3,
1127
+ .wpdt-c .modal#wdt-md-modal .col-sm-3,
1128
+ .wpdt-c .modal#wdt-md-modal .col-md-3, .wpdt-c .modal#wdt-md-modal .col-lg-3,
1129
+ .wpdt-c .modal#wdt-md-modal .col-xs-4, .wpdt-c .modal#wdt-md-modal .col-sm-4, .wpdt-c .modal#wdt-md-modal .col-md-4,
1130
+ .wpdt-c .modal#wdt-md-modal .col-lg-4, .wpdt-c .modal#wdt-md-modal .col-xs-5, .wpdt-c .modal#wdt-md-modal .col-sm-5,
1131
+ .wpdt-c .modal#wdt-md-modal .col-md-5, .wpdt-c .modal#wdt-md-modal .col-lg-5, .wpdt-c .modal#wdt-md-modal .col-xs-6,
1132
+ .wpdt-c .modal#wdt-md-modal .col-sm-6, .wpdt-c .modal#wdt-md-modal .col-md-6, .wpdt-c .modal#wdt-md-modal .col-lg-6,
1133
+ .wpdt-c .modal#wdt-md-modal .col-xs-7, .wpdt-c .modal#wdt-md-modal .col-sm-7, .wpdt-c .modal#wdt-md-modal .col-md-7,
1134
+ .wpdt-c .modal#wdt-md-modal .col-lg-7, .wpdt-c .modal#wdt-md-modal .col-xs-8, .wpdt-c .modal#wdt-md-modal .col-sm-8,
1135
+ .wpdt-c .modal#wdt-md-modal .col-md-8, .wpdt-c .modal#wdt-md-modal .col-lg-8, .wpdt-c .modal#wdt-md-modal .col-xs-9,
1136
+ .wpdt-c .modal#wdt-md-modal .col-sm-9, .wpdt-c .modal#wdt-md-modal .col-md-9, .wpdt-c .modal#wdt-md-modal .col-lg-9,
1137
+ .wpdt-c .modal#wdt-md-modal .col-xs-10, .wpdt-c .modal#wdt-md-modal .col-sm-10, .wpdt-c .modal#wdt-md-modal .col-md-10,
1138
+ .wpdt-c .modal#wdt-md-modal .col-lg-10, .wpdt-c .modal#wdt-md-modal .col-xs-11, .wpdt-c .modal#wdt-md-modal .col-sm-11,
1139
+ .wpdt-c .modal#wdt-md-modal .col-md-11, .wpdt-c .modal#wdt-md-modal .col-lg-11, .wpdt-c .modal#wdt-md-modal .col-xs-12,
1140
+ .wpdt-c .modal#wdt-md-modal .col-sm-12, .wpdt-c .modal#wdt-md-modal .col-md-12, .wpdt-c .modal#wdt-md-modal .col-lg-12 {
1141
+ padding-left: 0;
1142
+ padding-right: 0;
1143
+ }
1144
+
1145
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-fields-block{
1146
+ margin: 80px 0 0 0;
1147
+ display: flex;
1148
+ flex-wrap: wrap;
1149
+ font-size: 16px;
1150
+ line-height: normal;
1151
+ }
1152
+
1153
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-body .wdt-details-dialog-fields-block{
1154
+ margin: 0;
1155
+ display: flex;
1156
+ flex-wrap: wrap;
1157
+ font-size: 16px;
1158
+ line-height: normal;
1159
+ }
1160
+
1161
+ .wpdt-c #wdt-md-modal .modal-body .detailColumn,
1162
+ .wpdt-c #wdt-md-modal .modal-body .col-sm-3{
1163
+ font-size: 16px !important;
1164
+ }
1165
+
1166
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body,
1167
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-body {
1168
+ padding: 0 20px 10px;
1169
+ }
1170
+
1171
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-fields-block .form-group {
1172
+ margin-bottom: 10px;
1173
+ display: flex;
1174
+ flex-direction: column;
1175
+ flex: 1 0 47%;
1176
+ margin-right: 1%;
1177
+ margin-left: 1%;
1178
+ }
1179
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-body .wdt-details-dialog-fields-block .form-group {
1180
+ margin-bottom: 5px;
1181
+ }
1182
+
1183
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-fields-block .form-group .col-sm-9 {
1184
+ width: 100%;
1185
+ }
1186
+
1187
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-fields-block .form-group > label {
1188
+ margin-top: 9px;
1189
+ margin-bottom: 9px;
1190
+ white-space: nowrap;
1191
+ overflow: hidden;
1192
+ text-overflow: ellipsis;
1193
+ width: 100%;
1194
+ }
1195
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-body .wdt-details-dialog-fields-block .form-group > p,
1196
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-body .wdt-details-dialog-fields-block .form-group .fg-line > div.detailColumn{
1197
+ margin-top: 9px;
1198
+ margin-bottom: 9px;
1199
+ line-height: 20px;
1200
+ vertical-align: baseline;
1201
+ }
1202
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-fields-block .form-group:last-child{
1203
+ margin-bottom: 0;
1204
+ }
1205
+
1206
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-button-block {
1207
+ margin-left: 0;
1208
+ margin-right: 0;
1209
+ }
1210
+
1211
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-button-block .bootstrap-select > .btn-default{
1212
+ height: 35px;
1213
+ }
1214
+
1215
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-fields-block input.editDialogInput {
1216
+ border-radius: 4px;
1217
+ border: solid 1px #dcdfe6;
1218
+ font-family: Roboto;
1219
+ font-size: 14px;
1220
+ font-weight: normal;
1221
+ font-style: normal;
1222
+ font-stretch: normal;
1223
+ line-height: 1;
1224
+ letter-spacing: normal;
1225
+ color: #606266;
1226
+ height: 36px !important;
1227
+ width: 100% !important;
1228
+ padding: 11px 13px !important;
1229
+ }
1230
+
1231
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-fields-block input.editDialogInput .btn-default{
1232
+ height: 35px;
1233
+ }
1234
+
1235
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-prev-edit-button,
1236
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-next-edit-button{
1237
+ border-radius: 4px;
1238
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
1239
+ border: solid 1px #ebedf2;
1240
+ background-color: #ffffff;
1241
+ width: 319px;
1242
+ height: 40px;
1243
+ top: 88px;
1244
+ font-family: Roboto;
1245
+ font-size: 14px;
1246
+ font-weight: 500;
1247
+ font-style: normal;
1248
+ font-stretch: normal;
1249
+ line-height: normal;
1250
+ letter-spacing: normal;
1251
+ text-align: center;
1252
+ color: #606266;
1253
+ text-transform:none;
1254
+ }
1255
+
1256
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-prev-edit-button {
1257
+ position: absolute;
1258
+ margin-left: 26px;
1259
+ text-align: left;
1260
+ left: 0;
1261
+ }
1262
+
1263
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-next-edit-button {
1264
+ position: absolute;
1265
+ right: 0;
1266
+ text-align: right;
1267
+ margin-right: 26px;
1268
+ }
1269
+
1270
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-prev-edit-button i,
1271
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-next-edit-button i{
1272
+ margin-top: 0;
1273
+ margin-bottom: 1px;
1274
+ color: #c0c4cc;
1275
+ float: none;
1276
+ }
1277
+
1278
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-prev-edit-button i{
1279
+ padding-right: 120px;
1280
+ font-size: 20px;
1281
+ vertical-align: inherit;
1282
+
1283
+ }
1284
+
1285
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-next-edit-button i{
1286
+ padding-left: 120px;
1287
+ font-size: 20px;
1288
+ vertical-align: inherit;
1289
+ float: none;
1290
+ }
1291
+
1292
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer {
1293
+ padding: 25px;
1294
  }
1295
 
1296
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block {
1297
+ max-width: 421px;
1298
+ float: right;
1299
+ }
1300
+
1301
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-gf-edit-dialog-button-block button.wdt-cancel-edit-button,
1302
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-gf-edit-dialog-button-block button.wdt-ok-edit-button,
1303
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-gf-edit-dialog-button-block button.wdt-cancel-edit-button:hover,
1304
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-gf-edit-dialog-button-block button.wdt-ok-edit-button:hover,
1305
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-apply-edit-button,
1306
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-ok-edit-button,
1307
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-cancel-edit-button,
1308
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-apply-edit-button:hover,
1309
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-ok-edit-button:hover,
1310
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-cancel-edit-button:hover {
1311
+ border-radius: 4px;
1312
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
1313
+ text-transform: none;
1314
+ font-family: Roboto;
1315
+ font-size: 14px;
1316
+ font-weight: 500;
1317
+ font-style: normal;
1318
+ font-stretch: normal;
1319
+ line-height: normal;
1320
+ letter-spacing: normal;
1321
+ height: 40px;
1322
+ }
1323
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-gf-edit-dialog-button-block button.wdt-ok-edit-button i,
1324
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-gf-edit-dialog-button-block button.wdt-cancel-edit-button i,
1325
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-apply-edit-button i,
1326
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-ok-edit-button i,
1327
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-cancel-edit-button i {
1328
+ margin-top: 1px;
1329
+ vertical-align: text-top;
1330
+ float: none;
1331
+ }
1332
+
1333
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-apply-edit-button {
1334
+ width: 168px;
1335
+ border: 1px solid #0083c2;
1336
+ background-color: #ffffff;
1337
+ border-radius: 4px;
1338
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
1339
+ margin-left: 16px;
1340
+ color: #0083c2;
1341
+ }
1342
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-gf-edit-dialog-button-block button.wdt-ok-edit-button,
1343
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-ok-edit-button,
1344
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer #wdt-checkbox-filter-close,
1345
+ .wpdt-c .modal#wdt-delete-modal .modal-content .modal-footer button.wdt-cancel-delete-button {
1346
+ width: 105px;
1347
+ border: 1px solid #0083c2;
1348
+ border-radius: 4px;
1349
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
1350
+ background-color: #0083c2;
1351
+ margin-left: 16px;
1352
+ color: #ffffff;
1353
+ }
1354
+ .wpdt-c .modal#wdt-delete-modal .modal-content .modal-footer button.wdt-cancel-delete-button {
1355
+ border: none;
1356
+ }
1357
+
1358
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-gf-edit-dialog-button-block button.wdt-cancel-edit-button,
1359
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-cancel-edit-button,
1360
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer #wdt-checkbox-filter-reset,
1361
+ .wpdt-c .modal#wdt-delete-modal .modal-content .modal-footer #wdt-browse-delete-button {
1362
+ width: 105px;
1363
+ border: 1px solid #f03e3e;
1364
+ border-radius: 4px;
1365
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
1366
+ background-color: #ffffff;
1367
+ color: #f03e3e;
1368
+ }
1369
+ .wpdt-c .modal#wdt-delete-modal .modal-content .modal-footer #wdt-browse-delete-button,
1370
+ .wpdt-c .modal#wdt-delete-modal .modal-content .modal-footer button.wdt-cancel-delete-button {
1371
+ text-transform: capitalize;
1372
+ }
1373
+
1374
+
1375
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer #wdt-checkbox-filter-reset,
1376
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer #wdt-checkbox-filter-close {
1377
+ text-transform: capitalize;
1378
+ font-family: Roboto;
1379
+ font-size: 14px;
1380
+ font-weight: 500;
1381
+ font-style: normal;
1382
+ font-stretch: normal;
1383
+ line-height: normal;
1384
+ letter-spacing: normal;
1385
+ padding-left: 30px;
1386
+ }
1387
+
1388
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer #wdt-checkbox-filter-close i {
1389
+ display: none;
1390
+ }
1391
+
1392
+ .wpdt-c #wdt-frontend-modal #wdt-checkbox-filter-reset:before{
1393
+ font-family: wpDataTablesIcons;
1394
+ content: "\e90b";
1395
+ font-size: 12px;
1396
+ position: absolute;
1397
+ top: 8px;
1398
+ left: 25px;
1399
+ }
1400
+
1401
+ .wpdt-c #wdt-frontend-modal #wdt-checkbox-filter-close:before{
1402
+ font-family: wpDataTablesIcons;
1403
+ content: "\e90a";
1404
+ font-size: 18px;
1405
+ position: absolute;
1406
+ top: 5px;
1407
+ left: 30px;
1408
+ }
1409
 
1410
  /* Table tools */
1411
 
1438
  float: none;
1439
  margin-left: 0;
1440
  margin-right: 0;
1441
+ margin-bottom: 0;
1442
  }
1443
  .wpDataTablesWrapper .dt-buttons a.DTTT_button{
1444
  height: 40px;
1458
  letter-spacing: normal;
1459
  outline: none;
1460
  color: #606266;
1461
+ text-decoration: none;
1462
  }
1463
 
1464
  .wpDataTablesWrapper .dt-buttons a.DTTT_button:not(.disabled){
1465
  opacity: 1;
1466
  }
1467
 
1468
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:active,
1469
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:active,
1470
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_new:active,
1471
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_edit:active,
1472
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_delete:active,
1473
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:active,
1474
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:active:hover,
1475
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:active:hover,
1476
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_new:active:hover,
1477
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_edit:active:hover,
1478
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_delete:active:hover,
1479
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:active:hover,
1480
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:visited,
1481
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:visited,
1482
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_new:visited,
1483
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_edit:visited,
1484
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_delete:visited,
1485
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:visited,
1486
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:hover,
1487
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:hover,
1488
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_new:hover,
1489
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_edit:hover,
1490
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_delete:hover,
1491
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:hover{
1492
+ background-color: #ffffff ;
1493
+ background-image: none;
1494
+ box-shadow:none !important;
1495
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1496
+ }
1497
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_spacer,
1498
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_spacer:active{
1499
+ opacity: 0;
1500
+ background: none;
1501
+ }
1502
+
1503
  div.dt-button-collection a.dt-button.buttons-excel:before,
1504
  div.dt-button-collection a.dt-button.buttons-csv:before,
1505
  div.dt-button-collection a.dt-button.buttons-copy:before,
1509
  .wpDataTablesWrapper .DTTT_button.DTTT_button_new:before,
1510
  .wpDataTablesWrapper .DTTT_button.DTTT_button_edit:before,
1511
  .wpDataTablesWrapper .DTTT_button.DTTT_button_delete:before,
1512
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before,
1513
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_md:before{
1514
+ font-family: wpDataTablesIcons !important;
1515
  font-size: 18px;
1516
  font-style: normal;
1517
  font-stretch: normal;
1540
 
1541
  .wpDataTablesWrapper .DTTT_button.DTTT_button_export:after,
1542
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:after{
1543
+ font-family: wpDataTablesIcons;
1544
+ content: "\f0e1";
1545
  color: #606266;
1546
  position: absolute;
1547
  right: 13px;
1548
+ top: 8px;
1549
+ font-size: 15px;
1550
  }
1551
 
1552
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print{
1555
  }
1556
 
1557
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before{
1558
+ font-family: wpDataTablesIcons !important;
1559
+ content: "\e90e";
1560
  vertical-align: middle;
1561
  }
1562
 
1571
  }
1572
 
1573
  div.dt-button-collection a.dt-button.buttons-excel:before{
1574
+ content: '\e90a';
1575
  vertical-align: middle;
1576
  }
1577
 
1581
  }
1582
 
1583
  div.dt-button-collection a.dt-button.buttons-copy:before{
1584
+ content: '\e908';
1585
  vertical-align: middle;
1586
  }
1587
 
1588
  div.dt-button-collection a.dt-button.buttons-pdf:before{
1589
+ content: '\e912';
1590
  vertical-align: middle;
1591
  }
1592
 
1618
 
1619
  .wpDataTablesWrapper .DTTT_button.DTTT_button_delete:before,
1620
  .wpdt-c .modal#wdt-delete-modal .modal-dialog .modal-content .modal-footer button#wdt-browse-delete-button:before{
1621
+ font-family: wpDataTablesIcons;
1622
  content: '\e90f';
1623
  color: #f03e3e;
1624
  vertical-align: middle;
1625
  }
1626
+ .wpdt-c .modal#wdt-delete-modal .modal-dialog .modal-content .modal-footer .wpdt-icon-trash:before {
1627
  content: '';
1628
  }
1629
 
1664
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis span,
1665
  .wpDataTablesWrapper .DTTT_button.DTTT_button_new span,
1666
  .wpDataTablesWrapper .DTTT_button.DTTT_button_edit span,
1667
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_md span,
1668
  .wpDataTablesWrapper .wdt-clear-filters-button span,
1669
  .wpDataTablesWrapper .wpDataTableFilterSection .wdt-clear-filters-button span {
1670
  color: #606266;
1676
  vertical-align: middle;
1677
  }
1678
 
1679
+
1680
+ /* Editing - Popover Tools */
1681
+
1682
+ .wpdt-c .wpDataTablesPopover {
1683
+ background-color: #37393d;
1684
+ border-radius: 5px;
1685
+ color: #fff;
1686
+ font-size: 12px;
1687
+ padding: 5px 8px;
1688
+ }
1689
+
1690
+ .wpdt-c .wpDataTablesPopover:before {
1691
+ border-top: 7px solid #37393d;
1692
+ border-right: 7px solid transparent;
1693
+ border-left: 7px solid transparent;
1694
+ bottom: -7px;
1695
+ }
1696
+ .wpdt-c .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_new span,
1697
+ .wpdt-c .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_edit span,
1698
+ .wpdt-c .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_delete span,
1699
+ .wpdt-c .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_md span{
1700
+ color: #ffffff;
1701
+ vertical-align: middle;
1702
+ }
1703
+
1704
+ .wpdt-c .wpDataTablesPopover.editTools a.DTTT_button,
1705
+ .wpdt-c .wpDataTablesPopover.editTools a.DTTT_button:hover {
1706
+ color: #ffffff !important;
1707
+ border: none;
1708
+ box-shadow: none;
1709
+ }
1710
+
1711
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_new span,
1712
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_edit span,
1713
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_delete span {
1714
+ color: #ffffff;
1715
+ vertical-align: middle;
1716
+ }
1717
+
1718
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_new,
1719
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_edit,
1720
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_delete,
1721
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_new:before,
1722
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_edit:before,
1723
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_delete:before {
1724
+ color: #ffffff !important;
1725
+ }
1726
+
1727
+ /*edit modal popover*/
1728
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_new,
1729
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_edit,
1730
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_delete {
1731
+ width: inherit !important;
1732
+ }
1733
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_new:before,
1734
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_edit:before,
1735
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_delete:before,
1736
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_md:before{
1737
+ color: #ffffff !important;
1738
+ }
1739
+
1740
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_md {
1741
+ margin-left: 0 !important;
1742
+ }
1743
  /* Export buttons - collection */
1744
 
1745
  div.dt-button-collection {
1817
  -moz-border-radius: 0 !important;
1818
  border-radius: 0 !important;
1819
  cursor: pointer;
1820
+ background-image: none;
1821
  }
1822
 
1823
  div.dt-button-collection a.dt-button.buttons-columnVisibility:last-child,
1847
 
1848
  div.dt-button-collection a.dt-button.buttons-columnVisibility.active:before {
1849
  position: absolute;
1850
+ content: "\f14b";
1851
  font-size: 19px;
1852
  color: #0083c2;
1853
+ font-family: 'wpDataTablesIcons';
1854
  -webkit-transform: scale(1);
1855
  -ms-transform: scale(1);
1856
  -o-transform: scale(1);
1859
 
1860
  div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1861
  position: absolute;
1862
+ content: "\f04e";
1863
+ font-weight: 400;
1864
  font-size: 19px;
1865
  color: #d5d8de;
1866
+ font-family: 'wpDataTablesIcons';
1867
  -webkit-transform: scale(1);
1868
  -ms-transform: scale(1);
1869
  -o-transform: scale(1);
1891
 
1892
  .wpdt-c div.dt-button-info:before, div.dt-button-info:before{
1893
  position: absolute;
1894
+ font-family: wpDataTablesIcons;
1895
  content: '\e905';
1896
  left: 7px;
1897
  top:6px;
1901
 
1902
  .wpdt-c div.dt-button-info:after, div.dt-button-info:after{
1903
  position: absolute;
1904
+ font-family: wpDataTablesIcons;
1905
  content: '\e906';
1906
  left: 8px;
1907
  top: 6px;
1993
  padding: 10px !important;
1994
  }
1995
 
1996
+ .wpDataTablesPopover .DTTT_button.DTTT_button_new {
1997
+ padding: 5px 8px !important;
1998
+ }
1999
+
2000
  .wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters {
2001
  width: 101px;
2002
  margin-left: 6px;
2003
  padding: 10px 12px !important;
2004
  }
2005
 
2006
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog,
2007
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content {
2008
+ width: auto;
2009
+ }
2010
 
2011
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-prev-edit-button,
2012
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-next-edit-button {
2013
+ width: 46%;
2014
+ }
2015
 
2016
+ .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block) {
2017
  width: 231px;
2018
  }
2019
  .wpdt-c .wpDataTablesFilter #wdt-pf-search-filters-button-block {
2073
  margin-bottom: 12px;
2074
  }
2075
 
2076
+ .wpDataTablesPopover .DTTT_button.DTTT_button_delete,
2077
+ .wpDataTablesPopover .DTTT_button.DTTT_button_edit,
2078
+ .wpDataTablesPopover .DTTT_button.DTTT_button_new {
2079
+ margin-bottom: 0;
2080
+ }
2081
+
2082
  .wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters {
2083
  padding: 10px 8px;
2084
  }
2110
  margin-left: 0;
2111
  }
2112
 
2113
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-fields-block .form-group {
2114
+ flex: 1 0 100%;
2115
+ }
2116
+
2117
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block {
2118
+ float: none;
2119
+ }
2120
+
2121
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button {
2122
+ font-size: 11px !important;
2123
+ }
2124
+
2125
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-apply-edit-button,
2126
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-ok-edit-button,
2127
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-cancel-edit-button {
2128
+ width: auto !important;
2129
+ margin-left: 0;
2130
+ }
2131
+
2132
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-apply-edit-button i,
2133
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-ok-edit-button i,
2134
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-cancel-edit-button i {
2135
+ font-size: 12px;
2136
+ }
2137
+
2138
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-prev-edit-button,
2139
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-next-edit-button {
2140
+ width: 43%;
2141
+ }
2142
+
2143
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-next-edit-button i {
2144
+ padding-left: 38%;
2145
+ }
2146
+
2147
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-prev-edit-button i{
2148
+ padding-right: 38%;
2149
+ }
2150
+
2151
+ #wdt-frontend-modal .wdt_checkbox_option, #wdt-frontend-modal .wdt-search-filters-button-container .wdt_checkbox_option {
2152
+ width: 102px;
2153
+ }
2154
+
2155
+ #wdt-frontend-modal .wdt_checkbox_option:nth-child(3n) {
2156
+ margin-right: 19px !important;
2157
+ }
2158
+
2159
+ .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block) {
2160
  width: 100%;
2161
  min-height: 0;
2162
  }
2175
  .wpdt-c .wpDataTablesFilter #wdt-pf-search-filters-button-block {
2176
  width: 50%;
2177
  }
2178
+
2179
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button,
2180
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .ellipsis,
2181
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.current{
2183
  }
2184
 
2185
  }
 
2186
  @media screen and (max-width: 376px) {
2187
  .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td ul li span.columnValue {
2188
  min-width: 130px;
assets/css/wdt-skins/dark.css CHANGED
@@ -5,11 +5,11 @@
5
  @import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
6
 
7
  @font-face {
8
- font-family: WPDataTablesIconsPurple;
9
  font-style: normal;
10
  font-stretch: normal;
11
- src: url(../../fonts/wpdatatablesiconsaqua-base.eot);
12
- src: url(../../fonts/wpdatatablesiconsaqua-base.eot?#iefix) format('embedded-opentype'), url(../../fonts/wpdatatablesiconsaqua-base.woff) format('woff'), url(../../fonts/wpdatatablesiconsaqua-base.ttf) format('truetype'), url(../../fonts/wpdatatablesiconsaqua-base.svg#wpdatatablesiconsaqua-base) format('svg');
13
  }
14
  /* Table */
15
 
@@ -18,6 +18,9 @@
18
  padding: 0 16px 16px 16px;
19
  margin-bottom: 0;
20
  }
 
 
 
21
 
22
  .wpdt-c .wpDataTableContainer {
23
  background:none;
@@ -92,7 +95,7 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper{
92
  font-weight: normal;
93
  }
94
  .wpdt-c .wpDataTablesWrapper .dataTables_filter label .wdt-search-icon:before{
95
- font-family: WPDataTablesIconsPurple;
96
  content: '\e901';
97
  position: absolute;
98
  top: -3px;
@@ -139,13 +142,13 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper{
139
  }
140
 
141
  .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select > .btn-default:before{
142
- font-family: WPDataTablesIconsPurple;
143
- content: "\e903";
144
- color: #ffffff;
145
  position: absolute;
146
  right: 6px;
147
- top: 13px;
148
- font-size: 9px;
149
  height: 0;
150
  width: 0;
151
  background-image: none;
@@ -207,7 +210,8 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper{
207
  }
208
  .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .check-mark:before {
209
  position: absolute;
210
- content: '\f26a';
 
211
  top: 3px;
212
  font-size: 19px;
213
  color: #606fc7;
@@ -215,11 +219,11 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper{
215
  .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .check-mark:after {
216
  position: absolute;
217
  top: 5px;
218
- right: -13px;
219
- content: '\f26b';
220
  font-size: 15px;
221
  font-weight: 600;
222
- font-family: 'Material-Design-Iconic-Font';
223
  color: #ffffff;
224
  }
225
 
@@ -309,17 +313,17 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper{
309
  /* Sorting icons */
310
 
311
  .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:before {
312
- font-family: 'Material-Design-Iconic-Font';
313
  display: inline-block;
314
- content: '\f2f9';
315
  color: #ffffff;
316
  padding-right: 10px ;
317
  }
318
 
319
  .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:before {
320
- font-family: 'Material-Design-Iconic-Font';
321
  display: inline-block;
322
- content: '\f2fc';
323
  color: #ffffff;
324
  padding-right: 10px ;
325
  }
@@ -411,7 +415,7 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper{
411
  line-height: 1;
412
  letter-spacing: normal;
413
  color: #606266;
414
- margin-right: 20px;
415
  margin-top: 6px;
416
  }
417
 
@@ -438,6 +442,7 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper{
438
  display: inline-block;
439
  padding: 10px 3px;
440
  font-size: 15px;
 
441
  }
442
 
443
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate a.paginate_button:focus {
@@ -520,9 +525,10 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper{
520
 
521
  .wpdt-c .wpDataTablesWrapper .DTTT_button:before,
522
  .wpdt-c .wpDataTablesWrapper .wdt-checkbox-filter.btn:before,
523
- .wpdt-c .wpDataTablesWrapper .paginate_button:before {
 
524
  display: inline-block;
525
- font-family: WPDataTablesIcons !important;
526
  font-style: normal;
527
  font-weight: 400;
528
  text-align: center;
@@ -551,11 +557,140 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper{
551
  opacity: 1;
552
  }
553
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
554
 
555
  .wpdt-c .wpDataTables.wpDataTablesWrapper table.wpDataTable tr.odd td.error {
556
  background-color: #f2dede;
557
  }
558
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
559
  /* Overlay */
560
 
561
  .wpdt-c .wpDataTables .overlayed {
@@ -596,10 +731,189 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper{
596
  color: initial;
597
  }
598
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
599
 
 
 
 
 
 
 
 
 
600
  .wpDataTables .wdt-checkbox-filter.btn,
601
  .wpDataTables input[type=text],
602
- .wpDataTables select{
 
 
 
 
603
  height: 36px !important;
604
  }
605
  .wpDataTables .wdt-checkbox-filter.btn {
@@ -614,12 +928,74 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper{
614
  color: #ffffff;
615
  }
616
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
617
 
 
 
 
 
 
 
 
618
 
619
  .wpdt-c .checkbox .input-helper:after {
620
  top: auto;
621
  }
622
 
 
 
 
 
 
 
 
 
 
 
 
623
 
624
  .wpdt-c .checkbox input:checked + .input-helper:before {
625
  background-color: #606fc7 !important;
@@ -633,33 +1009,45 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper{
633
  border-color: #606fc7;
634
  }
635
 
636
-
637
  .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select > .btn-default,
638
- .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select > .btn-default{
 
639
  border-bottom: none !important;
640
  }
641
-
642
- .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select .dropdown-menu{
 
643
  background: #1a1a1a;
644
 
645
  }
646
- .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select .dropdown-menu li.selected span
 
 
647
  {
648
  color: #ffffff;
649
  }
650
 
651
  .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select .dropdown-menu > li > a,
 
 
 
 
 
652
  .wpdt-c .wpDataTablesWrapper table.wpDataTable thead .bootstrap-select.btn-group .dropdown-toggle .filter-option,
653
  .wpdt-c .wpDataTablesWrapper table.wpDataTable tfoot .bootstrap-select.btn-group .dropdown-toggle .filter-option{
654
  color: #ffffff80;
655
  }
656
 
657
- .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select .check-mark:before{
 
 
658
  color: #606fc7;
659
  }
660
 
661
- .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select
662
- {
 
663
  height: 36px !important;
664
  }
665
  .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu {
@@ -673,19 +1061,22 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper{
673
  margin-left: 0;
674
  color: #606266;
675
  }
676
-
677
- .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select > .btn-default:after{
 
678
  display: none !important;
679
  }
680
 
681
- .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select > .btn-default:before{
682
- font-family: WPDataTablesIconsPurple;
683
- content: "\e903";
 
 
684
  color: #606266;
685
  position: absolute;
686
- right: 19px;
687
- top: 13px;
688
- font-size: 9px;
689
  height: 0;
690
  width: 0;
691
  background-image: none;
@@ -704,83 +1095,558 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper{
704
  }
705
 
706
 
 
707
 
708
- .wpdt-c .fg-line:not([class*=has-]):after {
709
- background: #606fc7;
710
- }
711
-
712
- /* Table tools */
713
 
714
- .wpdt-c .wpDataTablesWrapper button.DTTT_button,
715
- .wpdt-c .wpDataTablesWrapper div.DTTT_button,
716
- .wpdt-c .wpDataTablesWrapper a.DTTT_button,
717
- .wpdt-c .wpDataTablesWrapper button.DTTT_button:hover,
718
- .wpdt-c .wpDataTablesWrapper div.DTTT_button:hover,
719
- .wpdt-c .wpDataTablesWrapper a.DTTT_button:hover {
720
- background-color: transparent;
721
- background-image: none;
 
 
 
 
 
 
 
 
 
722
  }
723
 
724
- .wpdt-c .wpDataTablesWrapper .DTTT_button {
725
- opacity: 0.7;
726
  }
727
 
728
- .wpdt-c .wpDataTablesWrapper .DTTT_button:hover {
729
- opacity: 1;
 
 
 
 
 
 
730
  }
731
 
732
- .wpdt-c .wpDataTablesWrapper .DTTT_button.disabled {
733
- opacity: 0.4;
 
 
 
 
734
  }
735
 
736
- .wpDataTablesWrapper div.dt-buttons {
737
- width: 100%;
738
- display: flex;
739
- flex-wrap: wrap;
740
- float: none;
741
- margin-left: 0;
742
- margin-right: 0;
743
- margin-bottom: 0;
744
  }
745
- .wpDataTablesWrapper .dt-buttons a.DTTT_button{
746
- height: 40px;
747
- -webkit-border-radius: 4px;
748
- -moz-border-radius: 4px;
749
- border-radius: 4px;
750
- box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
751
- border: solid 1px #000000;
752
- background-color: #000000;
753
- padding: 10px 8px;
754
- margin-right: 12px;
755
- margin-bottom: 10px;
756
- font-family: Roboto;
757
- font-size: 14px;
758
- font-weight: 500;
759
- font-style: normal;
760
- font-stretch: normal;
761
- line-height: normal !important;
762
- letter-spacing: normal;
763
- outline: none;
764
- color: #ffffff80;
765
- text-decoration: none;
766
  text-transform: uppercase;
767
  }
768
 
769
- .wpDataTablesWrapper .dt-buttons a.DTTT_button:not(.disabled){
770
- opacity: 1;
 
 
 
771
  }
772
 
773
- .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:active,
774
- .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:active,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
775
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:active,
776
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:active:hover,
777
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:active:hover,
 
 
 
778
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:active:hover,
779
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:visited,
780
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:visited,
 
 
 
781
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:visited,
782
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:hover,
783
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:hover,
 
 
 
784
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:hover{
785
  background-color: #000000;
786
  background-image: none;
@@ -799,8 +1665,11 @@ div.dt-button-collection a.dt-button.buttons-copy:before,
799
  div.dt-button-collection a.dt-button.buttons-pdf:before,
800
  .wpDataTablesWrapper .DTTT_button.DTTT_button_export:before,
801
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before,
 
 
 
802
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before{
803
- font-family: WPDataTablesIconsPurple !important;
804
  font-size: 18px;
805
  font-style: normal;
806
  font-stretch: normal;
@@ -811,6 +1680,8 @@ div.dt-button-collection a.dt-button.buttons-pdf:before,
811
 
812
  .wpDataTablesWrapper .DTTT_button.DTTT_button_export:before,
813
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before,
 
 
814
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before{
815
  margin-right: 7px;
816
  color: #ffffff80;
@@ -827,13 +1698,13 @@ div.dt-button-collection a.dt-button.buttons-pdf:before,
827
 
828
  .wpDataTablesWrapper .DTTT_button.DTTT_button_export:after,
829
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:after{
830
- font-family: WPDataTablesIconsPurple;
831
- content: "\e903";
832
  color: #ffffff80;
833
  position: absolute;
834
  right: 13px;
835
- top: 16px;
836
- font-size: 9px;
837
  }
838
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:after{
839
  color: #ffffff80;
@@ -845,7 +1716,7 @@ div.dt-button-collection a.dt-button.buttons-pdf:before,
845
  }
846
 
847
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before{
848
- font-family: WPDataTablesIconsPurple !important;
849
  content: "\e90e";
850
  vertical-align: middle;
851
  }
@@ -861,7 +1732,7 @@ div.dt-button-collection a.dt-button.buttons-pdf:before,
861
  }
862
 
863
  div.dt-button-collection a.dt-button.buttons-excel:before{
864
- content: '\e908';
865
  vertical-align: middle;
866
  }
867
 
@@ -871,21 +1742,93 @@ div.dt-button-collection a.dt-button.buttons-csv:before{
871
  }
872
 
873
  div.dt-button-collection a.dt-button.buttons-copy:before{
874
- content: '\e907';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
875
  vertical-align: middle;
876
  }
877
 
878
- div.dt-button-collection a.dt-button.buttons-pdf:before {
879
- content: '\e90d';
 
 
 
 
 
880
  vertical-align: middle;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
881
  }
882
 
 
 
 
 
 
 
 
 
 
 
 
883
 
884
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis{
885
  width: 131px;
886
  order: 1;
887
  }
888
 
 
 
 
889
 
890
  div.dt-button-collection a.dt-button.buttons-excel span,
891
  div.dt-button-collection a.dt-button.buttons-csv span,
@@ -901,10 +1844,20 @@ div.dt-button-collection a.dt-button.buttons-pdf span {
901
  color: #ffffff80;
902
  }
903
 
 
 
 
 
 
904
 
905
  .wpDataTablesWrapper .DTTT_button.DTTT_button_export span,
906
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print span,
907
- .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis span{
 
 
 
 
 
908
  color: #ffffff80;
909
  vertical-align: middle;
910
  }
@@ -912,6 +1865,69 @@ div.dt-button-collection a.dt-button.buttons-pdf span {
912
  color: #ffffff80;
913
  }
914
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
915
 
916
  /* Export buttons - collection */
917
 
@@ -1042,10 +2058,10 @@ div.dt-button-collection a.dt-button:last-child {
1042
 
1043
  div.dt-button-collection a.dt-button.buttons-columnVisibility.active:before {
1044
  position: absolute;
1045
- content: "\f26a";
1046
  font-size: 19px;
1047
  color: #606fc7;
1048
- font-family: 'Material-Design-Iconic-Font';
1049
  -webkit-transform: scale(1);
1050
  -ms-transform: scale(1);
1051
  -o-transform: scale(1);
@@ -1053,11 +2069,11 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility.active:before {
1053
  }
1054
  div.dt-button-collection a.dt-button.buttons-columnVisibility.active:after {
1055
  position: absolute;
1056
- content: "\f26b";
1057
  font-size: 15px;
1058
- font-weight: 600;
1059
  color: #ffffff;
1060
- font-family: 'Material-Design-Iconic-Font';
1061
  -webkit-transform: scale(1);
1062
  -ms-transform: scale(1);
1063
  -o-transform: scale(1);
@@ -1068,10 +2084,11 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility.active:after {
1068
 
1069
  div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1070
  position: absolute;
1071
- content: "\f279";
 
1072
  font-size: 19px;
1073
  color: #323232;
1074
- font-family: 'Material-Design-Iconic-Font';
1075
  -webkit-transform: scale(1);
1076
  -ms-transform: scale(1);
1077
  -o-transform: scale(1);
@@ -1101,7 +2118,7 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1101
 
1102
  .wpdt-c div.dt-button-info:before, div.dt-button-info:before{
1103
  position: absolute;
1104
- font-family: WPDataTablesIconsPurple;
1105
  content: '\e905';
1106
  left: 7px;
1107
  top:6px;
@@ -1111,7 +2128,7 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1111
 
1112
  .wpdt-c div.dt-button-info:after, div.dt-button-info:after{
1113
  position: absolute;
1114
- font-family: WPDataTablesIconsPurple;
1115
  content: '\e906';
1116
  left: 8px;
1117
  top: 6px;
@@ -1120,7 +2137,7 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1120
  }
1121
 
1122
  .wpdt-c div.dt-button-info h2, div.dt-button-info h2{
1123
- font-family: GraphikWeb;
1124
  font-size: 14px;
1125
  font-weight: 500;
1126
  font-style: normal;
@@ -1180,6 +2197,8 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1180
  }
1181
  .wpDataTablesWrapper .DTTT_button.DTTT_button_export:before,
1182
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before,
 
 
1183
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before{
1184
  margin-left:0;
1185
  margin-right: 7px;
@@ -1197,6 +2216,38 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1197
  padding: 10px 8px;
1198
  }
1199
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1200
 
1201
  }
1202
 
@@ -1219,13 +2270,47 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1219
  order: 3;
1220
  }
1221
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1222
 
1223
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis,
1224
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print,
1225
- .wpDataTablesWrapper .DTTT_button.DTTT_button_export{
 
1226
  margin-bottom: 12px;
1227
  }
1228
 
 
 
 
 
 
 
 
 
 
1229
 
1230
  .wpDataTablesWrapper .dataTables_info {
1231
  width: 100%;
@@ -1254,12 +2339,71 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1254
  margin-left: 0;
1255
  }
1256
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1257
  .wpdt-c .wpDataTablesWrapper .dataTables_info {
1258
  margin-left: 0;
1259
  margin-bottom: 10px;
1260
  }
1261
 
 
 
 
 
 
1262
 
 
 
 
1263
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button,
1264
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .ellipsis,
1265
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.current{
@@ -1269,7 +2413,10 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1269
  }
1270
 
1271
  @media screen and (max-width: 376px) {
1272
-
 
 
 
1273
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button,
1274
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .ellipsis,
1275
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.current{
@@ -1277,3 +2424,23 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1277
  }
1278
  }
1279
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  @import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
6
 
7
  @font-face {
8
+ font-family: wpDataTablesIcons;
9
  font-style: normal;
10
  font-stretch: normal;
11
+ src: url(../../fonts/wpDataTablesIcons.eot);
12
+ src: url(../../fonts/wpDataTablesIcons.eot?#iefix) format('embedded-opentype'), url(../../fonts/wpDataTablesIcons.woff) format('woff'), url(../../fonts/wpDataTablesIcons.ttf) format('truetype'), url(../../fonts/wpDataTablesIcons.svg#wpDataTablesIcons) format('svg');
13
  }
14
  /* Table */
15
 
18
  padding: 0 16px 16px 16px;
19
  margin-bottom: 0;
20
  }
21
+ .wpdt-c .wpDataTableFilterBox {
22
+ padding-left: 0;
23
+ }
24
 
25
  .wpdt-c .wpDataTableContainer {
26
  background:none;
95
  font-weight: normal;
96
  }
97
  .wpdt-c .wpDataTablesWrapper .dataTables_filter label .wdt-search-icon:before{
98
+ font-family: wpDataTablesIcons;
99
  content: '\e901';
100
  position: absolute;
101
  top: -3px;
142
  }
143
 
144
  .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select > .btn-default:before{
145
+ font-family: wpDataTablesIcons;
146
+ content: "\f0e1";
147
+ color: #606266;
148
  position: absolute;
149
  right: 6px;
150
+ top: 4px;
151
+ font-size: 15px;
152
  height: 0;
153
  width: 0;
154
  background-image: none;
210
  }
211
  .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .check-mark:before {
212
  position: absolute;
213
+ font-family: 'wpDataTablesIcons';
214
+ content: '\f14b';
215
  top: 3px;
216
  font-size: 19px;
217
  color: #606fc7;
219
  .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .check-mark:after {
220
  position: absolute;
221
  top: 5px;
222
+ right: -16px;
223
+ content: '\f00c';
224
  font-size: 15px;
225
  font-weight: 600;
226
+ font-family: 'wpDataTablesIcons';
227
  color: #ffffff;
228
  }
229
 
313
  /* Sorting icons */
314
 
315
  .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:before {
316
+ font-family: 'wpDataTablesIcons';
317
  display: inline-block;
318
+ content: '\f107';
319
  color: #ffffff;
320
  padding-right: 10px ;
321
  }
322
 
323
  .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:before {
324
+ font-family: 'wpDataTablesIcons';
325
  display: inline-block;
326
+ content: '\f106';
327
  color: #ffffff;
328
  padding-right: 10px ;
329
  }
415
  line-height: 1;
416
  letter-spacing: normal;
417
  color: #606266;
418
+ margin-right: 0;
419
  margin-top: 6px;
420
  }
421
 
442
  display: inline-block;
443
  padding: 10px 3px;
444
  font-size: 15px;
445
+ text-decoration: none !important;
446
  }
447
 
448
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate a.paginate_button:focus {
525
 
526
  .wpdt-c .wpDataTablesWrapper .DTTT_button:before,
527
  .wpdt-c .wpDataTablesWrapper .wdt-checkbox-filter.btn:before,
528
+ .wpdt-c .wpDataTablesWrapper .paginate_button:before,
529
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander:before {
530
  display: inline-block;
531
+ font-family: wpDataTablesIcons !important;
532
  font-style: normal;
533
  font-weight: 400;
534
  text-align: center;
557
  opacity: 1;
558
  }
559
 
560
+ /* Responsive table skin styles */
561
+
562
+ .wpdt-c .wpDataTablesWrapper table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
563
+ .wpdt-c .wpDataTablesWrapper table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
564
+ display: inline-block;
565
+ content: "";
566
+ height: 11px;
567
+ width: 11px;
568
+ }
569
+
570
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander,
571
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr > td > span.responsiveExpander{
572
+ opacity: 1;
573
+ padding: 14px;
574
+ margin-right: 7px;
575
+ background-image: none;
576
+ background-color: #000000;
577
+ border: none;
578
+ }
579
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tbody tr.detail-show span.responsiveExpander,
580
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.detail-show > td > span.responsiveExpander {
581
+ background-color: #4f5dba;
582
+ }
583
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander:after {
584
+ content: '\f067';
585
+ display: inline-block;
586
+ font-family: 'wpDataTablesIcons';
587
+ position: absolute;
588
+ color: #606266;
589
+ background-image: none;
590
+ font-size: 27px;
591
+ left: 24px;
592
+ }
593
+
594
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.detail-show td {
595
+ background-color: #000000;
596
+ border-bottom: 1px solid #000000;
597
+ }
598
+
599
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander:after {
600
+ content: '\f068';
601
+ display: inline-block;
602
+ font-family: 'wpDataTablesIcons';
603
+ position: absolute;
604
+ color: #ffffff;
605
+ background-image: none;
606
+ font-size: 27px;
607
+ left: 24px;
608
+ }
609
+
610
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.detail-show td:first-child,
611
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr td:first-child{
612
+ line-height: 28px;
613
+ }
614
+
615
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td {
616
+ background-color: #ffffff; /* even rows background color */
617
+ }
618
+
619
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td ul li{
620
+ position: relative;
621
+ }
622
+
623
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td ul li span.columnValue{
624
+ display: inline-flex;
625
+ min-width: 200px;
626
+ margin-left: 20px;
627
+ color: #ffffff;
628
+ }
629
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td ul li span.columnTitle{
630
+ display: inline-block;
631
+ color: #ffffff80;
632
+ }
633
+
634
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td ul li span.columnTitle button.wdt-column-settings{
635
+ position: absolute;
636
+ right: 0;
637
+ top: -2px;
638
+ }
639
+
640
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td ul li span.columnTitle button.wdt-delete-formula-column{
641
+ position: absolute;
642
+ right: 40px;
643
+ top: -2px;
644
+ }
645
+
646
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.row-detail > td {
647
+ background-color: #000000;
648
+ padding: 0 20px;
649
+ }
650
+
651
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.row-detail > td > ul {
652
+ padding: 0;
653
+ }
654
+
655
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.row-detail > td > ul > li {
656
+ margin-left: 0;
657
+ padding-top: 0;
658
+ display: flex;
659
+ justify-content: flex-start;
660
+ border-bottom: 1px solid #373737;
661
+ }
662
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.row-detail > td > ul > li:last-child {
663
+ border-bottom: none !important;
664
+ }
665
+
666
 
667
  .wpdt-c .wpDataTables.wpDataTablesWrapper table.wpDataTable tr.odd td.error {
668
  background-color: #f2dede;
669
  }
670
 
671
+ /* Formatting rule */
672
+
673
+ .formatting_rule_if_clause,
674
+ .formatting_rule_action {
675
+ background-color: #fdfdfd !important;
676
+ border-color: #cccccc !important;
677
+ background-image: none !important;
678
+ color: #333333;
679
+ border-radius: 3px !important;
680
+ -webkit-box-shadow: none !important;
681
+ -moz-box-shadow: none !important;
682
+ box-shadow: none !important;
683
+ vertical-align: middle;
684
+ }
685
+
686
+ .cellVal {
687
+ font-size: inherit !important;
688
+ line-height: 20px !important;
689
+ -webkit-box-sizing: border-box !important;
690
+ -moz-box-sizing: border-box !important;
691
+ box-sizing: border-box !important;
692
+ }
693
+
694
  /* Overlay */
695
 
696
  .wpdt-c .wpDataTables .overlayed {
731
  color: initial;
732
  }
733
 
734
+ .wpDataTablesWrapper th .text_filter,
735
+ .wpDataTablesWrapper th .text_filter:focus,
736
+ .wpDataTablesWrapper th .text_filter:hover,
737
+ .wpDataTablesWrapper th .number_filter,
738
+ .wpDataTablesWrapper th .number_filter:focus,
739
+ .wpDataTablesWrapper th .number_filter:hover,
740
+ .wpDataTablesWrapper th .wdt-select-filter > .btn-default,
741
+ .wpDataTablesWrapper th .wdt-select-filter > .btn-default:focus,
742
+ .wpDataTablesWrapper th .wdt-select-filter > .btn-default:hover,
743
+ .wpDataTablesWrapper th .wdt-multiselect-filter > .btn-default,
744
+ .wpDataTablesWrapper th .wdt-multiselect-filter > .btn-default:focus,
745
+ .wpDataTablesWrapper th .wdt-multiselect-filter > .btn-default:hover,
746
+ .wpDataTablesWrapper th .wdt-datepicker,
747
+ .wpDataTablesWrapper th .wdt-datepicker:focus,
748
+ .wpDataTablesWrapper th .wdt-datepicker:hover,
749
+ .wpDataTablesWrapper th .wdt-datetimepicker,
750
+ .wpDataTablesWrapper th .wdt-datetimepicker:focus,
751
+ .wpDataTablesWrapper th .wdt-datetimepicker:hover,
752
+ .wpDataTablesWrapper th .wdt-timepicker,
753
+ .wpDataTablesWrapper th .wdt-timepicker:focus,
754
+ .wpDataTablesWrapper th .wdt-timepicker:hover,
755
+ .wpDataTablesWrapper th .number-range-filter,
756
+ .wpDataTablesWrapper th .number-range-filter:focus,
757
+ .wpDataTablesWrapper th .number-range-filter:hover {
758
+ color: #606266;
759
+ }
760
+
761
+ /* Filters input */
762
+
763
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.text_filter,
764
+ .wpDataTablesWrapper table.wpDataTable thead th input.text_filter,
765
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.date-range-filter,
766
+ .wpDataTablesWrapper table.wpDataTable thead th input.date-range-filter,
767
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.date-time-range-filter,
768
+ .wpDataTablesWrapper table.wpDataTable thead th input.date-time-range-filter,
769
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.time-range-filter,
770
+ .wpDataTablesWrapper table.wpDataTable thead th input.time-range-filter,
771
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.number-range-filter,
772
+ .wpDataTablesWrapper table.wpDataTable thead th input.number-range-filter,
773
+ .wpDataTablesWrapper table.wpDataTable thead th input.number_filter,
774
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.number_filter,
775
+ .wpDataTablesWrapper table.wpDataTable tfoot td .wdt-select-filter,
776
+ .wpDataTablesWrapper table.wpDataTable thead th .wdt-select-filter,
777
+ .wpDataTablesWrapper table.wpDataTable tfoot td .wdt-multiselect-filter,
778
+ .wpDataTablesWrapper table.wpDataTable thead th .wdt-multiselect-filter,
779
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.text_filter,
780
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.date-range-filter,
781
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.date-time-range-filter,
782
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.time-range-filter,
783
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.number-range-filter,
784
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.number_filter,
785
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .wdt-select-filter,
786
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .wdt-multiselect-filter,
787
+ .wpdt-c .modal#wdt-frontend-modal .bootstrap-select,
788
+ .wpdt-c .modal#wdt-frontend-modal textarea,
789
+ .wpdt-c .modal#wdt-frontend-modal input.editDialogInput {
790
+ -webkit-border-radius: 4px;
791
+ -moz-border-radius: 4px;
792
+ border-radius: 4px;
793
+ background: #323232 !important;
794
+ padding-left: 15px;
795
+ border-bottom: none;
796
+ color: #ffffff80;
797
+ width: 100%;
798
+ }
799
+
800
+
801
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.date-range-filter:first-child,
802
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.date-time-range-filter:first-child,
803
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.number-range-filter:first-child,
804
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.time-range-filter:first-child,
805
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.date-range-filter:first-child,
806
+ .wpDataTablesWrapper table.wpDataTable thead th input.date-range-filter:first-child,
807
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.date-time-range-filter:first-child,
808
+ .wpDataTablesWrapper table.wpDataTable thead th input.date-time-range-filter:first-child,
809
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.time-range-filter:first-child,
810
+ .wpDataTablesWrapper table.wpDataTable thead th input.time-range-filter:first-child,
811
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.number-range-filter:first-child,
812
+ .wpDataTablesWrapper table.wpDataTable thead th input.number-range-filter:first-child {
813
+ margin-bottom: 4px;
814
+ }
815
+
816
+ .wpDataTablesWrapper .wpDataTableFilterSection {
817
+ padding: 12px 20px 0 0;
818
+ }
819
+
820
+ .wpDataTablesWrapper .wpDataTableFilterSection label ,
821
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt-filter-text input::placeholder{
822
+ max-width: 212px;
823
+ white-space: nowrap;
824
+ -ms-text-overflow: ellipsis;
825
+ text-overflow: ellipsis;
826
+ overflow: hidden;
827
+ color: #ffffff80;
828
+ text-transform: uppercase;
829
+ }
830
+
831
+ .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block){
832
+ width: 241px;
833
+ margin-right: 0;
834
+ margin-bottom: 4px;
835
+ min-height: 110px;
836
+ }
837
+
838
+ .wpDataTableFilterBox .wpDataTableFilterSection div:first-child {
839
+ margin-top: 0;
840
+ }
841
+
842
+ #wpdatatable-preview-container .wpDataTableFilterSection#wdt-clear-filters-button-block,
843
+ #wpdatatable-preview-container .wpDataTableFilterSection#wdt-pf-search-filters-button-block{
844
+ margin-bottom: 10px;
845
+ padding-top: 36px !important;
846
+ }
847
+
848
+ .wpDataTableFilterSection#wdt-clear-filters-button-block,
849
+ .wpDataTableFilterSection#wdt-pf-search-filters-button-block{
850
+ padding-top: 42px !important;
851
+ }
852
+
853
+ #wdt-filter-widget .wdt-clear-filters-widget-button,
854
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt-clear-filters-button,
855
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt-pf-search-filters-button{
856
+ height: 36px;
857
+ -webkit-border-radius: 4px;
858
+ -moz-border-radius: 4px;
859
+ border-radius: 4px;
860
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
861
+ border: none;
862
+ font-family: Roboto;
863
+ font-size: 14px;
864
+ font-weight: 500;
865
+ font-style: normal;
866
+ font-stretch: normal;
867
+ line-height: normal;
868
+ letter-spacing: normal;
869
+ text-transform: capitalize;
870
+ }
871
+
872
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt-clear-filters-button,
873
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt-pf-search-filters-button{
874
+ width: 101px;
875
+ }
876
+
877
+ #wdt-filter-widget .wdt-clear-filters-widget-button,
878
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt-clear-filters-button{
879
+ background-color: #000000;
880
+ color: #ffffff;
881
+ font-size: 13px;
882
+ text-shadow: none;
883
+ text-transform: uppercase;
884
+ }
885
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt-clear-filters-button {
886
+ padding: 6px 0;
887
+ }
888
+
889
+ #wdt-filter-widget .wdt-clear-filters-widget-button {
890
+ padding: 6px 4px;
891
+ }
892
+ #wdt-filter-widget .wdt-clear-filters-widget-button:before,
893
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt-clear-filters-button:before{
894
+ display: none;
895
+ }
896
+
897
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt-pf-search-filters-button{
898
+ background-color: #606fc7;
899
+ color: #ffffff;
900
+ }
901
 
902
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters {
903
+ float: none;
904
+ margin-right: 0 !important;
905
+ margin-left: 12px;
906
+ }
907
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters:before {
908
+ display: none;
909
+ }
910
  .wpDataTables .wdt-checkbox-filter.btn,
911
  .wpDataTables input[type=text],
912
+ .wpDataTables select,
913
+ .wpdt-c .wpDataTablesWrapper .filter_column button,
914
+ .wpDataTablesFilter .wpDataTableFilterSection input.form-control,
915
+ .wpdt-c .modal#wdt-frontend-modal .form-control:not(textarea),
916
+ .wpdt-c .modal#wdt-md-modal .form-control:not(textarea){
917
  height: 36px !important;
918
  }
919
  .wpDataTables .wdt-checkbox-filter.btn {
928
  color: #ffffff;
929
  }
930
 
931
+ #wdt-frontend-modal .wdt_checkbox_option,
932
+ .wdt-search-filters-button-container .wdt_checkbox_option {
933
+ position: relative;
934
+ padding: 7px 0 !important;
935
+ }
936
+
937
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt_checkbox_option,
938
+ #wdt-frontend-modal .wdt_checkbox_option label {
939
+ text-transform: uppercase;
940
+ font-family: Roboto;
941
+ font-size: 14px;
942
+ font-weight: 500;
943
+ font-style: normal;
944
+ font-stretch: normal;
945
+ line-height: normal;
946
+ letter-spacing: normal;
947
+ color: #606266;
948
+ }
949
+
950
+ .wdt-search-filters-button-container .wdt_checkbox_option:first-child {
951
+ padding-top: 0 !important;
952
+ }
953
+
954
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt_checkbox_option {
955
+ padding: 7px 0 !important;
956
+ }
957
+
958
+ #wdt-frontend-modal .wdt_checkbox_option,
959
+ #wdt-frontend-modal .wdt-search-filters-button-container .wdt_checkbox_option {
960
+ padding: 14px 0 !important;
961
+ border-bottom: 1px solid #353535;
962
+ margin-right: 19px;
963
+ margin-top: 0;
964
+ width: 204px;
965
+ }
966
+
967
+ #wdt-frontend-modal .wdt_checkbox_option:nth-child(3n) {
968
+ margin-right: 0 !important;
969
+ }
970
+
971
+ #wdt-frontend-modal .wdt-edit-dialog-alert-block,
972
+ #wdt-md-modal .wdt-details-dialog-alert-block{
973
+ margin-top: 75px;
974
+ }
975
 
976
+ #wdt-frontend-modal .wdt-search-filters-button-container .wdt_checkbox_option:before {
977
+ position: absolute;
978
+ content: "";
979
+ bottom: 0;
980
+ left: 0;
981
+ width: 95%;
982
+ }
983
 
984
  .wpdt-c .checkbox .input-helper:after {
985
  top: auto;
986
  }
987
 
988
+ .wpdt-c .wpDataTableFilterSection .checkbox .input-helper:before {
989
+ top: 5px !important;
990
+ background: #323232;
991
+ border: none;
992
+ }
993
+
994
+ .wpdt-c #wdt-frontend-modal .checkbox .input-helper:before {
995
+ top: 12px !important;
996
+ background:#323232;
997
+ border: none;
998
+ }
999
 
1000
  .wpdt-c .checkbox input:checked + .input-helper:before {
1001
  background-color: #606fc7 !important;
1009
  border-color: #606fc7;
1010
  }
1011
 
1012
+ .wpdt-c .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .bootstrap-select > .btn-default,
1013
  .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select > .btn-default,
1014
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select > .btn-default,
1015
+ .wpdt-c .modal#wdt-frontend-modal .bootstrap-select > .btn-default {
1016
  border-bottom: none !important;
1017
  }
1018
+ .wpdt-c .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .bootstrap-select .dropdown-menu,
1019
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select .dropdown-menu ,
1020
+ .wpdt-c .modal#wdt-frontend-modal .bootstrap-select .dropdown-menu {
1021
  background: #1a1a1a;
1022
 
1023
  }
1024
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select .dropdown-menu li.selected span,
1025
+ .wpdt-c .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .bootstrap-select .dropdown-menu li.selected span,
1026
+ .wpdt-c .modal#wdt-frontend-modal .bootstrap-select .dropdown-menu li.selected span
1027
  {
1028
  color: #ffffff;
1029
  }
1030
 
1031
  .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select .dropdown-menu > li > a,
1032
+ .wpdt-c .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .bootstrap-select .dropdown-menu > li > a,
1033
+ .wpdt-c .modal#wdt-frontend-modal .bootstrap-select .dropdown-menu > li > a,
1034
+ .wpdt-c .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .bootstrap-select.btn-group .dropdown-toggle .filter-option,
1035
+ .wpdt-c .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .bootstrap-select.btn-group .dropdown-toggle .filter-option,
1036
+ .wpdt-c .modal#wdt-frontend-modal .bootstrap-select.btn-group .dropdown-toggle .filter-option,
1037
  .wpdt-c .wpDataTablesWrapper table.wpDataTable thead .bootstrap-select.btn-group .dropdown-toggle .filter-option,
1038
  .wpdt-c .wpDataTablesWrapper table.wpDataTable tfoot .bootstrap-select.btn-group .dropdown-toggle .filter-option{
1039
  color: #ffffff80;
1040
  }
1041
 
1042
+ .wpdt-c .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .bootstrap-select .check-mark:before ,
1043
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select .check-mark:before,
1044
+ .wpdt-c .modal#wdt-frontend-modal .bootstrap-select .check-mark:before {
1045
  color: #606fc7;
1046
  }
1047
 
1048
+ .wpdt-c .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .bootstrap-select,
1049
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select,
1050
+ .wpdt-c .modal#wdt-frontend-modal .bootstrap-select > .btn-default{
1051
  height: 36px !important;
1052
  }
1053
  .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu {
1061
  margin-left: 0;
1062
  color: #606266;
1063
  }
1064
+ .wpdt-c .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .bootstrap-select > .btn-default:after,
1065
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select > .btn-default:after,
1066
+ .wpdt-c .modal#wdt-frontend-modal .bootstrap-select > .btn-default:after{
1067
  display: none !important;
1068
  }
1069
 
1070
+ .wpdt-c .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .bootstrap-select > .btn-default:before,
1071
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select > .btn-default:before,
1072
+ .wpdt-c .modal#wdt-frontend-modal .bootstrap-select > .btn-default:before{
1073
+ font-family: wpDataTablesIcons;
1074
+ content: "\f0e1";
1075
  color: #606266;
1076
  position: absolute;
1077
+ right: 20px;
1078
+ top: 4px;
1079
+ font-size: 15px;
1080
  height: 0;
1081
  width: 0;
1082
  background-image: none;
1095
  }
1096
 
1097
 
1098
+ /* Edit modal */
1099
 
 
 
 
 
 
1100
 
1101
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog{
1102
+ max-width: 690px;
1103
+ width: 690px;
1104
+ font-family: Roboto;
1105
+ font-weight: normal;
1106
+ font-style: normal;
1107
+ font-stretch: normal;
1108
+ letter-spacing: normal;
1109
+ color: #606266;
1110
+ }
1111
+ .wpdt-c .modal#wdt-md-modal .modal-dialog{
1112
+ font-family: Roboto;
1113
+ font-weight: normal;
1114
+ font-style: normal;
1115
+ font-stretch: normal;
1116
+ letter-spacing: normal;
1117
+ color: #606266;
1118
  }
1119
 
1120
+ .wpdt-c .modal#wdt-frontend-modal textarea {
1121
+ padding: 11px 15px;
1122
  }
1123
 
1124
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content {
1125
+ max-width: 690px;
1126
+ width: 690px;
1127
+ -webkit-border-radius: 6px;
1128
+ -moz-border-radius: 6px;
1129
+ border-radius: 6px;
1130
+ box-shadow: none;
1131
+ background-color: #1a1a1a;
1132
  }
1133
 
1134
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content {
1135
+ -webkit-border-radius: 6px;
1136
+ -moz-border-radius: 6px;
1137
+ border-radius: 6px;
1138
+ box-shadow: none;
1139
+ background-color: #1a1a1a;
1140
  }
1141
 
1142
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-header,
1143
+ .wpdt-c .modal#wdt-delete-modal .modal-dialog .modal-content .modal-header,
1144
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-header
1145
+ {
1146
+ border-bottom: 1px solid #353535;
1147
+ margin-bottom: 20px;
1148
+ padding: 23px 20px;
 
1149
  }
1150
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-header .modal-title,
1151
+ .wpdt-c .modal#wdt-delete-modal .modal-dialog .modal-content .modal-header .modal-title,
1152
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-header .modal-title {
1153
+ clear: inherit;
1154
+ padding: 0;
1155
+ color: #ffffff;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1156
  text-transform: uppercase;
1157
  }
1158
 
1159
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-header button.close,
1160
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-header button.close {
1161
+ width: 20px;
1162
+ height: 20px;
1163
+ color: #ffffff80;
1164
  }
1165
 
1166
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-header button.close span,
1167
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-header button.close span {
1168
+ font-size: 30px;
1169
+ line-height: 18px !important;
1170
+ }
1171
+
1172
+ .wpdt-c .fg-line:not([class*=has-]):after {
1173
+ background: #606fc7;
1174
+ }
1175
+
1176
+ .wpdt-c .modal#wdt-frontend-modal .col-sm-0-8,
1177
+ .wpdt-c .modal#wdt-frontend-modal .col-xs-1,
1178
+ .wpdt-c .modal#wdt-frontend-modal .col-sm-1,
1179
+ .wpdt-c .modal#wdt-frontend-modal .col-md-1,
1180
+ .wpdt-c .modal#wdt-frontend-modal .col-lg-1,
1181
+ .wpdt-c .modal#wdt-frontend-modal .col-xs-2,
1182
+ .wpdt-c .modal#wdt-frontend-modal .col-sm-2,
1183
+ .wpdt-c .modal#wdt-frontend-modal .col-md-2,
1184
+ .wpdt-c .modal#wdt-frontend-modal .col-lg-2,
1185
+ .wpdt-c .modal#wdt-frontend-modal .col-sm-2-6,
1186
+ .wpdt-c .modal#wdt-frontend-modal .col-sm-5-5,
1187
+ .wpdt-c .modal#wdt-frontend-modal .col-xs-3,
1188
+ .wpdt-c .modal#wdt-frontend-modal .col-sm-3,
1189
+ .wpdt-c .modal#wdt-frontend-modal .col-md-3, .wpdt-c .modal#wdt-frontend-modal .col-lg-3,
1190
+ .wpdt-c .modal#wdt-frontend-modal .col-xs-4, .wpdt-c .modal#wdt-frontend-modal .col-sm-4, .wpdt-c .modal#wdt-frontend-modal .col-md-4,
1191
+ .wpdt-c .modal#wdt-frontend-modal .col-lg-4, .wpdt-c .modal#wdt-frontend-modal .col-xs-5, .wpdt-c .modal#wdt-frontend-modal .col-sm-5,
1192
+ .wpdt-c .modal#wdt-frontend-modal .col-md-5, .wpdt-c .modal#wdt-frontend-modal .col-lg-5, .wpdt-c .modal#wdt-frontend-modal .col-xs-6,
1193
+ .wpdt-c .modal#wdt-frontend-modal .col-sm-6, .wpdt-c .modal#wdt-frontend-modal .col-md-6, .wpdt-c .modal#wdt-frontend-modal .col-lg-6,
1194
+ .wpdt-c .modal#wdt-frontend-modal .col-xs-7, .wpdt-c .modal#wdt-frontend-modal .col-sm-7, .wpdt-c .modal#wdt-frontend-modal .col-md-7,
1195
+ .wpdt-c .modal#wdt-frontend-modal .col-lg-7, .wpdt-c .modal#wdt-frontend-modal .col-xs-8, .wpdt-c .modal#wdt-frontend-modal .col-sm-8,
1196
+ .wpdt-c .modal#wdt-frontend-modal .col-md-8, .wpdt-c .modal#wdt-frontend-modal .col-lg-8, .wpdt-c .modal#wdt-frontend-modal .col-xs-9,
1197
+ .wpdt-c .modal#wdt-frontend-modal .col-sm-9, .wpdt-c .modal#wdt-frontend-modal .col-md-9, .wpdt-c .modal#wdt-frontend-modal .col-lg-9,
1198
+ .wpdt-c .modal#wdt-frontend-modal .col-xs-10, .wpdt-c .modal#wdt-frontend-modal .col-sm-10, .wpdt-c .modal#wdt-frontend-modal .col-md-10,
1199
+ .wpdt-c .modal#wdt-frontend-modal .col-lg-10, .wpdt-c .modal#wdt-frontend-modal .col-xs-11, .wpdt-c .modal#wdt-frontend-modal .col-sm-11,
1200
+ .wpdt-c .modal#wdt-frontend-modal .col-md-11, .wpdt-c .modal#wdt-frontend-modal .col-lg-11, .wpdt-c .modal#wdt-frontend-modal .col-xs-12,
1201
+ .wpdt-c .modal#wdt-frontend-modal .col-sm-12, .wpdt-c .modal#wdt-frontend-modal .col-md-12, .wpdt-c .modal#wdt-frontend-modal .col-lg-12,
1202
+ .wpdt-c .modal#wdt-md-modal .col-sm-0-8,
1203
+ .wpdt-c .modal#wdt-md-modal .col-xs-1,
1204
+ .wpdt-c .modal#wdt-md-modal .col-sm-1,
1205
+ .wpdt-c .modal#wdt-md-modal .col-md-1,
1206
+ .wpdt-c .modal#wdt-md-modal .col-lg-1,
1207
+ .wpdt-c .modal#wdt-md-modal .col-xs-2,
1208
+ .wpdt-c .modal#wdt-md-modal .col-sm-2,
1209
+ .wpdt-c .modal#wdt-md-modal .col-md-2,
1210
+ .wpdt-c .modal#wdt-md-modal .col-lg-2,
1211
+ .wpdt-c .modal#wdt-md-modal .col-sm-2-6,
1212
+ .wpdt-c .modal#wdt-md-modal .col-sm-5-5,
1213
+ .wpdt-c .modal#wdt-md-modal .col-xs-3,
1214
+ .wpdt-c .modal#wdt-md-modal .col-sm-3,
1215
+ .wpdt-c .modal#wdt-md-modal .col-md-3, .wpdt-c .modal#wdt-md-modal .col-lg-3,
1216
+ .wpdt-c .modal#wdt-md-modal .col-xs-4, .wpdt-c .modal#wdt-md-modal .col-sm-4, .wpdt-c .modal#wdt-md-modal .col-md-4,
1217
+ .wpdt-c .modal#wdt-md-modal .col-lg-4, .wpdt-c .modal#wdt-md-modal .col-xs-5, .wpdt-c .modal#wdt-md-modal .col-sm-5,
1218
+ .wpdt-c .modal#wdt-md-modal .col-md-5, .wpdt-c .modal#wdt-md-modal .col-lg-5, .wpdt-c .modal#wdt-md-modal .col-xs-6,
1219
+ .wpdt-c .modal#wdt-md-modal .col-sm-6, .wpdt-c .modal#wdt-md-modal .col-md-6, .wpdt-c .modal#wdt-md-modal .col-lg-6,
1220
+ .wpdt-c .modal#wdt-md-modal .col-xs-7, .wpdt-c .modal#wdt-md-modal .col-sm-7, .wpdt-c .modal#wdt-md-modal .col-md-7,
1221
+ .wpdt-c .modal#wdt-md-modal .col-lg-7, .wpdt-c .modal#wdt-md-modal .col-xs-8, .wpdt-c .modal#wdt-md-modal .col-sm-8,
1222
+ .wpdt-c .modal#wdt-md-modal .col-md-8, .wpdt-c .modal#wdt-md-modal .col-lg-8, .wpdt-c .modal#wdt-md-modal .col-xs-9,
1223
+ .wpdt-c .modal#wdt-md-modal .col-sm-9, .wpdt-c .modal#wdt-md-modal .col-md-9, .wpdt-c .modal#wdt-md-modal .col-lg-9,
1224
+ .wpdt-c .modal#wdt-md-modal .col-xs-10, .wpdt-c .modal#wdt-md-modal .col-sm-10, .wpdt-c .modal#wdt-md-modal .col-md-10,
1225
+ .wpdt-c .modal#wdt-md-modal .col-lg-10, .wpdt-c .modal#wdt-md-modal .col-xs-11, .wpdt-c .modal#wdt-md-modal .col-sm-11,
1226
+ .wpdt-c .modal#wdt-md-modal .col-md-11, .wpdt-c .modal#wdt-md-modal .col-lg-11, .wpdt-c .modal#wdt-md-modal .col-xs-12,
1227
+ .wpdt-c .modal#wdt-md-modal .col-sm-12, .wpdt-c .modal#wdt-md-modal .col-md-12, .wpdt-c .modal#wdt-md-modal .col-lg-12{
1228
+ padding-left: 0;
1229
+ padding-right: 0;
1230
+ }
1231
+
1232
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-fields-block {
1233
+ margin: 80px 0 0 0;
1234
+ display: flex;
1235
+ flex-wrap: wrap;
1236
+ font-size: 16px;
1237
+ line-height: normal;
1238
+ }
1239
+
1240
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-body .wdt-details-dialog-fields-block {
1241
+ margin: 0;
1242
+ display: flex;
1243
+ flex-wrap: wrap;
1244
+ font-size: 16px;
1245
+ line-height: normal;
1246
+ }
1247
+
1248
+ .wpdt-c #wdt-md-modal .modal-body .detailColumn,
1249
+ .wpdt-c #wdt-md-modal .modal-body .col-sm-3{
1250
+ font-size: 16px !important;
1251
+ }
1252
+
1253
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body,
1254
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-body {
1255
+ padding: 0 20px 10px;
1256
+ }
1257
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body #wdt-gf-form h3 label,
1258
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body h3.gform_title {
1259
+ color: #606266;
1260
+ }
1261
+
1262
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body #wdt-gf-form .postbox {
1263
+ background:#1a1a1a;
1264
+ }
1265
+
1266
+
1267
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-fields-block .form-group {
1268
+ margin-bottom: 10px;
1269
+ display: flex;
1270
+ flex-direction: column;
1271
+ flex: 1 0 47%;
1272
+ margin-right: 1%;
1273
+ margin-left: 1%;
1274
+ }
1275
+
1276
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-body .wdt-details-dialog-fields-block .form-group {
1277
+ margin-bottom: 5px;
1278
+ }
1279
+
1280
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-body .wdt-details-dialog-fields-block .form-group .fg-line div.detailColumn,
1281
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-body .wdt-details-dialog-fields-block .form-group .fg-line{
1282
+ vertical-align: baseline;
1283
+ }
1284
+
1285
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-fields-block .form-group .col-sm-9 {
1286
+ width: 100%;
1287
+ }
1288
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-body .wdt-details-dialog-fields-block .form-group > p,
1289
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-body .wdt-details-dialog-fields-block .form-group .fg-line > div.detailColumn{
1290
+ margin-top: 9px;
1291
+ margin-bottom: 9px;
1292
+ line-height: 20px;
1293
+ vertical-align: baseline;
1294
+ color: #ffffff80;
1295
+ }
1296
+
1297
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-body .wdt-details-dialog-fields-block .form-group > p{
1298
+ text-transform: uppercase;
1299
+ }
1300
+
1301
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-fields-block .form-group > label {
1302
+ margin-top: 9px;
1303
+ margin-bottom: 9px;
1304
+ white-space: nowrap;
1305
+ overflow: hidden;
1306
+ text-overflow: ellipsis;
1307
+ width: 100%;
1308
+ color: #ffffff80;
1309
+ text-transform: uppercase;
1310
+ }
1311
+
1312
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-body .wdt-details-dialog-fields-block .form-group:last-child,
1313
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-fields-block .form-group:last-child{
1314
+ margin-bottom: 0;
1315
+ }
1316
+
1317
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-body .wdt-details-dialog-button-block,
1318
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-button-block {
1319
+ margin-left: 0;
1320
+ margin-right: 0;
1321
+ }
1322
+
1323
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-button-block .bootstrap-select > .btn-default{
1324
+ height: 35px;
1325
+ }
1326
+
1327
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-fields-block input.editDialogInput {
1328
+ -webkit-border-radius: 4px;
1329
+ -moz-border-radius: 4px;
1330
+ border-radius: 4px;
1331
+ border: none;
1332
+ font-family: Roboto;
1333
+ font-size: 14px;
1334
+ font-weight: normal;
1335
+ font-style: normal;
1336
+ font-stretch: normal;
1337
+ line-height: 1;
1338
+ letter-spacing: normal;
1339
+ color: #ffffff80;
1340
+ height: 36px !important;
1341
+ width: 100% !important;
1342
+ padding: 11px 13px !important;
1343
+ opacity: 1;
1344
+ text-transform: none;
1345
+ }
1346
+
1347
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-fields-block input.editDialogInput .btn-default{
1348
+ height: 35px;
1349
+ }
1350
+
1351
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-prev-edit-button,
1352
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-next-edit-button{
1353
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
1354
+ border: none;
1355
+ background-color: #323232;
1356
+ width: 319px;
1357
+ height: 40px;
1358
+ top: 88px;
1359
+ font-family: Roboto;
1360
+ font-size: 14px;
1361
+ font-weight: 500;
1362
+ font-style: normal;
1363
+ font-stretch: normal;
1364
+ line-height: normal;
1365
+ letter-spacing: normal;
1366
+ text-align: center;
1367
+ color: #ffffff;
1368
+ text-transform:uppercase;
1369
+ }
1370
+
1371
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-prev-edit-button {
1372
+ position: absolute;
1373
+ margin-left: 26px;
1374
+ text-align: left;
1375
+ left: 0;
1376
+ -webkit-border-radius: 4px 0 0 4px;
1377
+ -moz-border-radius: 4px 0 0 4px;
1378
+ border-radius: 4px 0 0 4px;
1379
+ border-right:1px solid #606266;
1380
+ }
1381
+
1382
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-next-edit-button {
1383
+ position: absolute;
1384
+ right: 0;
1385
+ text-align: right;
1386
+ margin-right: 26px;
1387
+ -webkit-border-radius: 0 4px 4px 0;
1388
+ -moz-border-radius: 0 4px 4px 0;
1389
+ border-radius: 0 4px 4px 0;
1390
+ border-left:1px solid #606266;
1391
+ }
1392
+
1393
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-prev-edit-button i,
1394
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-next-edit-button i{
1395
+ margin-top: 0px;
1396
+ margin-bottom: 1px;
1397
+ color: #c0c4cc;
1398
+ float: none;
1399
+ }
1400
+
1401
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-prev-edit-button i.wpdt-icon-chevron-left{
1402
+ padding-right: 120px;
1403
+ font-size: 20px;
1404
+ vertical-align: sub;
1405
+ margin-top: 2px;
1406
+ }
1407
+
1408
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-next-edit-button i.wpdt-icon-chevron-right{
1409
+ padding-left: 120px;
1410
+ font-size: 20px;
1411
+ vertical-align: sub;
1412
+ margin-top: 2px;
1413
+ float: none;
1414
+ }
1415
+
1416
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer {
1417
+ padding: 25px;
1418
+ }
1419
+
1420
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block {
1421
+ max-width: 424px;
1422
+ float: right;
1423
+ }
1424
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-gf-edit-dialog-button-block button.wdt-cancel-edit-button,
1425
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-gf-edit-dialog-button-block button.wdt-ok-edit-button,
1426
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-gf-edit-dialog-button-block button.wdt-cancel-edit-button:hover,
1427
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-gf-edit-dialog-button-block button.wdt-ok-edit-button:hover,
1428
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-apply-edit-button,
1429
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-ok-edit-button,
1430
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-cancel-edit-button,
1431
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-apply-edit-button:hover,
1432
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-ok-edit-button:hover,
1433
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-cancel-edit-button:hover {
1434
+ -webkit-border-radius: 4px;
1435
+ -moz-border-radius: 4px;
1436
+ border-radius: 4px;
1437
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
1438
+ text-transform: none;
1439
+ font-family: Roboto;
1440
+ font-size: 14px;
1441
+ font-weight: 500;
1442
+ font-style: normal;
1443
+ font-stretch: normal;
1444
+ line-height: normal;
1445
+ letter-spacing: normal;
1446
+ height: 40px;
1447
+ }
1448
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-gf-edit-dialog-button-block button.wdt-cancel-edit-button:hover,
1449
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-apply-edit-button:hover,
1450
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-cancel-edit-button:hover {
1451
+ text-transform: uppercase;
1452
+ }
1453
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-gf-edit-dialog-button-block button.wdt-ok-edit-button i,
1454
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-gf-edit-dialog-button-block button.wdt-cancel-edit-button i,
1455
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-apply-edit-button i,
1456
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-ok-edit-button i,
1457
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-cancel-edit-button i {
1458
+ margin-top: 1px;
1459
+ float: none;
1460
+ vertical-align: sub;
1461
+ font-size: 20px;
1462
+ }
1463
+
1464
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-apply-edit-button {
1465
+ width: 175px;
1466
+ border: none;
1467
+ background-color: #1a1a1a;
1468
+ -webkit-border-radius: 4px;
1469
+ -moz-border-radius: 4px;
1470
+ border-radius: 4px;
1471
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
1472
+ margin-left: 0;
1473
+ color: #606fc7;
1474
+ text-transform: uppercase;
1475
+ }
1476
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-ok-edit-button {
1477
+ text-transform: uppercase;
1478
+ }
1479
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-gf-edit-dialog-button-block button.wdt-ok-edit-button,
1480
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-ok-edit-button,
1481
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer #wdt-checkbox-filter-close {
1482
+ width: 105px;
1483
+ border: 1px solid #606fc7;
1484
+ -webkit-border-radius: 4px;
1485
+ -moz-border-radius: 4px;
1486
+ border-radius: 4px;
1487
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
1488
+ background-color: #606fc7;
1489
+ margin-left: 16px;
1490
+ color: #ffffff;
1491
+ }
1492
+ .wpdt-c .modal#wdt-delete-modal .modal-content .modal-footer button.wdt-cancel-delete-button {
1493
+ width: 105px;
1494
+ border: none;
1495
+ -webkit-border-radius: 4px;
1496
+ -moz-border-radius: 4px;
1497
+ border-radius: 4px;
1498
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
1499
+ background-color: #1a1a1a !important;
1500
+ margin-left: 16px;
1501
+ color: #ffffff;
1502
+ }
1503
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-gf-edit-dialog-button-block button.wdt-cancel-edit-button,
1504
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-cancel-edit-button,
1505
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer #wdt-checkbox-filter-reset
1506
+ {
1507
+ width: 105px;
1508
+ border: none;
1509
+ -webkit-border-radius: 4px;
1510
+ -moz-border-radius: 4px;
1511
+ border-radius: 4px;
1512
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
1513
+ background-color: #1a1a1a;
1514
+ color: #ffffff;
1515
+ text-transform: uppercase;
1516
+ }
1517
+
1518
+ .wpdt-c .modal#wdt-delete-modal button.close {
1519
+ color: #ffffff80;
1520
+ }
1521
+ .wpdt-c .modal#wdt-delete-modal .modal-content .modal-footer #wdt-browse-delete-button {
1522
+ background-color: #606fc7;
1523
+ }
1524
+
1525
+ .wpdt-c .modal#wdt-delete-modal .modal-content .modal-footer #wdt-browse-delete-button,
1526
+ .wpdt-c .modal#wdt-delete-modal .modal-content .modal-footer button.wdt-cancel-delete-button {
1527
+ text-transform: uppercase;
1528
+ }
1529
+
1530
+
1531
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer #wdt-checkbox-filter-reset,
1532
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer #wdt-checkbox-filter-close {
1533
+ text-transform: uppercase;
1534
+ font-family: Roboto;
1535
+ font-size: 14px;
1536
+ font-weight: 500;
1537
+ font-style: normal;
1538
+ font-stretch: normal;
1539
+ line-height: normal;
1540
+ letter-spacing: normal;
1541
+ padding-left: 30px;
1542
+ }
1543
+
1544
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer #wdt-checkbox-filter-close i {
1545
+ display: none;
1546
+ }
1547
+
1548
+ .wpdt-c #wdt-frontend-modal #wdt-checkbox-filter-reset:before{
1549
+ font-family: wpDataTablesIcons;
1550
+ content: "\e90b";
1551
+ font-size: 12px;
1552
+ position: absolute;
1553
+ top: 8px;
1554
+ left: 25px;
1555
+ }
1556
+
1557
+ .wpdt-c #wdt-frontend-modal #wdt-checkbox-filter-close:before{
1558
+ font-family: wpDataTablesIcons;
1559
+ content: "\e90a";
1560
+ font-size: 18px;
1561
+ position: absolute;
1562
+ top: 5px;
1563
+ left: 30px;
1564
+ }
1565
+
1566
+ /* Table tools */
1567
+
1568
+ .wpdt-c .wpDataTablesWrapper button.DTTT_button,
1569
+ .wpdt-c .wpDataTablesWrapper div.DTTT_button,
1570
+ .wpdt-c .wpDataTablesWrapper a.DTTT_button,
1571
+ .wpdt-c .wpDataTablesWrapper button.DTTT_button:hover,
1572
+ .wpdt-c .wpDataTablesWrapper div.DTTT_button:hover,
1573
+ .wpdt-c .wpDataTablesWrapper a.DTTT_button:hover {
1574
+ background-color: transparent;
1575
+ background-image: none;
1576
+ }
1577
+
1578
+ .wpdt-c .wpDataTablesWrapper .DTTT_button {
1579
+ opacity: 0.7;
1580
+ }
1581
+
1582
+ .wpdt-c .wpDataTablesWrapper .DTTT_button:hover {
1583
+ opacity: 1;
1584
+ }
1585
+
1586
+ .wpdt-c .wpDataTablesWrapper .DTTT_button.disabled {
1587
+ opacity: 0.4;
1588
+ }
1589
+
1590
+ .wpDataTablesWrapper div.dt-buttons {
1591
+ width: 100%;
1592
+ display: flex;
1593
+ flex-wrap: wrap;
1594
+ float: none;
1595
+ margin-left: 0;
1596
+ margin-right: 0;
1597
+ margin-bottom: 0;
1598
+ }
1599
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button{
1600
+ height: 40px;
1601
+ -webkit-border-radius: 4px;
1602
+ -moz-border-radius: 4px;
1603
+ border-radius: 4px;
1604
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
1605
+ border: solid 1px #000000;
1606
+ background-color: #000000;
1607
+ padding: 10px 8px;
1608
+ margin-right: 12px;
1609
+ margin-bottom: 10px;
1610
+ font-family: Roboto;
1611
+ font-size: 14px;
1612
+ font-weight: 500;
1613
+ font-style: normal;
1614
+ font-stretch: normal;
1615
+ line-height: normal !important;
1616
+ letter-spacing: normal;
1617
+ outline: none;
1618
+ color: #ffffff80;
1619
+ text-decoration: none;
1620
+ text-transform: uppercase;
1621
+ }
1622
+
1623
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button:not(.disabled){
1624
+ opacity: 1;
1625
+ }
1626
+
1627
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:active,
1628
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:active,
1629
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_new:active,
1630
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_edit:active,
1631
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_delete:active,
1632
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:active,
1633
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:active:hover,
1634
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:active:hover,
1635
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_new:active:hover,
1636
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_edit:active:hover,
1637
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_delete:active:hover,
1638
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:active:hover,
1639
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:visited,
1640
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:visited,
1641
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_new:visited,
1642
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_edit:visited,
1643
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_delete:visited,
1644
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:visited,
1645
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:hover,
1646
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:hover,
1647
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_new:hover,
1648
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_edit:hover,
1649
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_delete:hover,
1650
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:hover{
1651
  background-color: #000000;
1652
  background-image: none;
1665
  div.dt-button-collection a.dt-button.buttons-pdf:before,
1666
  .wpDataTablesWrapper .DTTT_button.DTTT_button_export:before,
1667
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before,
1668
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_new:before,
1669
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_edit:before,
1670
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_delete:before,
1671
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before{
1672
+ font-family: wpDataTablesIcons !important;
1673
  font-size: 18px;
1674
  font-style: normal;
1675
  font-stretch: normal;
1680
 
1681
  .wpDataTablesWrapper .DTTT_button.DTTT_button_export:before,
1682
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before,
1683
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_edit:before,
1684
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_delete:before,
1685
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before{
1686
  margin-right: 7px;
1687
  color: #ffffff80;
1698
 
1699
  .wpDataTablesWrapper .DTTT_button.DTTT_button_export:after,
1700
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:after{
1701
+ font-family: wpDataTablesIcons;
1702
+ content: "\f0e1";
1703
  color: #ffffff80;
1704
  position: absolute;
1705
  right: 13px;
1706
+ top: 8px;
1707
+ font-size: 15px;
1708
  }
1709
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:after{
1710
  color: #ffffff80;
1716
  }
1717
 
1718
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before{
1719
+ font-family: wpDataTablesIcons !important;
1720
  content: "\e90e";
1721
  vertical-align: middle;
1722
  }
1732
  }
1733
 
1734
  div.dt-button-collection a.dt-button.buttons-excel:before{
1735
+ content: '\e90a';
1736
  vertical-align: middle;
1737
  }
1738
 
1742
  }
1743
 
1744
  div.dt-button-collection a.dt-button.buttons-copy:before{
1745
+ content: '\e908';
1746
+ vertical-align: middle;
1747
+ }
1748
+
1749
+ div.dt-button-collection a.dt-button.buttons-pdf:before{
1750
+ content: '\e912';
1751
+ vertical-align: middle;
1752
+ }
1753
+
1754
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_new{
1755
+ width: 123px;
1756
+ order: 5;
1757
+ }
1758
+
1759
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_new:before{
1760
+ content: '\e913';
1761
  vertical-align: middle;
1762
  }
1763
 
1764
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_edit{
1765
+ width: 85px;
1766
+ order: 6;
1767
+ }
1768
+
1769
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_edit:before{
1770
+ content: '\e910';
1771
  vertical-align: middle;
1772
+
1773
+ }
1774
+
1775
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_delete{
1776
+ width: 100px;
1777
+ order: 7;
1778
+ }
1779
+
1780
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_delete:before,
1781
+ .wpdt-c .modal#wdt-delete-modal .modal-dialog .modal-content .modal-footer button#wdt-browse-delete-button:before{
1782
+ font-family: wpDataTablesIcons;
1783
+ content: '\e90f';
1784
+ color: #FFFFFF;
1785
+ vertical-align: top;
1786
+ }
1787
+
1788
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_md:before{
1789
+ color: #FFFFFF;
1790
+ }
1791
+
1792
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_md{
1793
+ margin-left: 0 !important;
1794
+ }
1795
+
1796
+ .wpdt-c .modal#wdt-delete-modal .modal-dialog {
1797
+ max-width: 690px;
1798
+ width: 690px;
1799
+ background-color: #1a1a1a;
1800
+ }
1801
+
1802
+ .wpdt-c .modal#wdt-delete-modal .modal-dialog .modal-content {
1803
+ max-width: 690px;
1804
+ width: 690px;
1805
+ -webkit-border-radius: 6px;
1806
+ -moz-border-radius: 6px;
1807
+ border-radius: 6px;
1808
+ box-shadow: none;
1809
+ background-color: #1a1a1a;
1810
  }
1811
 
1812
+ .wpdt-c .modal#wdt-delete-modal .modal-dialog .modal-content .modal-footer button#wdt-browse-delete-button:before{
1813
+ color: #ffffff;
1814
+ }
1815
+
1816
+ .wpdt-c .modal#wdt-delete-modal .modal-dialog .modal-content .modal-footer .wpdt-icon-trash:before {
1817
+ content: '';
1818
+ }
1819
+
1820
+ .wpdt-c .modal#wdt-delete-modal .modal-dialog .modal-content small {
1821
+ color: #ffffff80;
1822
+ }
1823
 
1824
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis{
1825
  width: 131px;
1826
  order: 1;
1827
  }
1828
 
1829
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters {
1830
+ order: 8;
1831
+ }
1832
 
1833
  div.dt-button-collection a.dt-button.buttons-excel span,
1834
  div.dt-button-collection a.dt-button.buttons-csv span,
1844
  color: #ffffff80;
1845
  }
1846
 
1847
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_edit:before:hover,
1848
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_new:before:hover{
1849
+ color: #ffffff;
1850
+ }
1851
+
1852
 
1853
  .wpDataTablesWrapper .DTTT_button.DTTT_button_export span,
1854
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print span,
1855
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis span,
1856
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_new span,
1857
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_edit span,
1858
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_md span,
1859
+ .wpDataTablesWrapper .wdt-clear-filters-button span,
1860
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt-clear-filters-button span {
1861
  color: #ffffff80;
1862
  vertical-align: middle;
1863
  }
1865
  color: #ffffff80;
1866
  }
1867
 
1868
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_delete span {
1869
+ color: #ffffff80;
1870
+ vertical-align: middle;
1871
+ }
1872
+
1873
+
1874
+ /* Editing - Popover Tools */
1875
+
1876
+ .wpdt-c .wpDataTablesPopover {
1877
+ background-color: #ffffff;
1878
+ -webkit-border-radius: 5px;
1879
+ -moz-border-radius: 5px;
1880
+ border-radius: 5px;
1881
+ color: #fff;
1882
+ font-size: 12px;
1883
+ padding: 7px 10px;
1884
+ }
1885
+
1886
+ .wpdt-c .wpDataTablesPopover:before {
1887
+ border-top: 7px solid #ffffff;
1888
+ border-right: 7px solid transparent;
1889
+ border-left: 7px solid transparent;
1890
+ bottom: -7px;
1891
+ }
1892
+ .wpdt-c .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_new span,
1893
+ .wpdt-c .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_edit span,
1894
+ .wpdt-c .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_delete span,
1895
+ .wpdt-c .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_md span {
1896
+ color: #37393d;
1897
+ vertical-align: middle;
1898
+ }
1899
+
1900
+ .wpdt-c .wpDataTablesPopover.editTools a.DTTT_button,
1901
+ .wpdt-c .wpDataTablesPopover.editTools a.DTTT_button:hover {
1902
+ color: #37393d !important;
1903
+ border: none;
1904
+ box-shadow: none;
1905
+ }
1906
+
1907
+
1908
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_new,
1909
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_edit,
1910
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_delete,
1911
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_new:before,
1912
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_edit:before,
1913
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_delete:before,
1914
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_md:before{
1915
+ color: #ffffff !important;
1916
+ }
1917
+
1918
+ /*edit modal popover*/
1919
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_new,
1920
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_edit,
1921
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_delete {
1922
+ width: inherit !important;
1923
+ }
1924
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_new:before,
1925
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_edit:before,
1926
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_delete:before,
1927
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_edit:before,
1928
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_md:before {
1929
+ color: #37393d !important;
1930
+ }
1931
 
1932
  /* Export buttons - collection */
1933
 
2058
 
2059
  div.dt-button-collection a.dt-button.buttons-columnVisibility.active:before {
2060
  position: absolute;
2061
+ content: "\f14b";
2062
  font-size: 19px;
2063
  color: #606fc7;
2064
+ font-family: 'wpDataTablesIcons';
2065
  -webkit-transform: scale(1);
2066
  -ms-transform: scale(1);
2067
  -o-transform: scale(1);
2069
  }
2070
  div.dt-button-collection a.dt-button.buttons-columnVisibility.active:after {
2071
  position: absolute;
2072
+ content: "\f00c";
2073
  font-size: 15px;
2074
+ font-weight: 900;
2075
  color: #ffffff;
2076
+ font-family: 'wpDataTablesIcons';
2077
  -webkit-transform: scale(1);
2078
  -ms-transform: scale(1);
2079
  -o-transform: scale(1);
2084
 
2085
  div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
2086
  position: absolute;
2087
+ content: "\f04e";
2088
+ font-weight: 400;
2089
  font-size: 19px;
2090
  color: #323232;
2091
+ font-family: 'wpDataTablesIcons';
2092
  -webkit-transform: scale(1);
2093
  -ms-transform: scale(1);
2094
  -o-transform: scale(1);
2118
 
2119
  .wpdt-c div.dt-button-info:before, div.dt-button-info:before{
2120
  position: absolute;
2121
+ font-family: wpDataTablesIcons;
2122
  content: '\e905';
2123
  left: 7px;
2124
  top:6px;
2128
 
2129
  .wpdt-c div.dt-button-info:after, div.dt-button-info:after{
2130
  position: absolute;
2131
+ font-family: wpDataTablesIcons;
2132
  content: '\e906';
2133
  left: 8px;
2134
  top: 6px;
2137
  }
2138
 
2139
  .wpdt-c div.dt-button-info h2, div.dt-button-info h2{
2140
+ font-family: wpDataTablesIcons;
2141
  font-size: 14px;
2142
  font-weight: 500;
2143
  font-style: normal;
2197
  }
2198
  .wpDataTablesWrapper .DTTT_button.DTTT_button_export:before,
2199
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before,
2200
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_edit:before,
2201
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_delete:before,
2202
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before{
2203
  margin-left:0;
2204
  margin-right: 7px;
2216
  padding: 10px 8px;
2217
  }
2218
 
2219
+ .wpDataTablesPopover .DTTT_button.DTTT_button_new {
2220
+ padding: 5px 8px !important;
2221
+ }
2222
+
2223
+
2224
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters {
2225
+ width: 116px;
2226
+ margin-left: 6px;
2227
+ padding: 10px 8px !important;
2228
+ }
2229
+
2230
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog,
2231
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content {
2232
+ width: auto;
2233
+ }
2234
+
2235
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-prev-edit-button,
2236
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-next-edit-button {
2237
+ width: 46%;
2238
+ }
2239
+
2240
+ .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block) {
2241
+ width: 231px;
2242
+ }
2243
+ .wpdt-c .wpDataTablesFilter #wdt-pf-search-filters-button-block {
2244
+ width: 17% !important;
2245
+ }
2246
+
2247
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander:after,
2248
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander:after {
2249
+ left: 14px;
2250
+ }
2251
 
2252
  }
2253
 
2270
  order: 3;
2271
  }
2272
 
2273
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters{
2274
+ order: 4;
2275
+ margin-right: 2px !important;
2276
+ margin-left: 0;
2277
+ }
2278
+
2279
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_spacer {
2280
+ display: none;
2281
+ }
2282
+
2283
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_new {
2284
+ order: 5;
2285
+ margin-bottom: 12px;
2286
+ }
2287
+
2288
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_edit {
2289
+ order: 6;
2290
+ margin-bottom: 12px;
2291
+ }
2292
+
2293
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_delete {
2294
+ order: 7;
2295
+ margin-bottom: 12px;
2296
+ }
2297
 
2298
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis,
2299
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print,
2300
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_export,
2301
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters{
2302
  margin-bottom: 12px;
2303
  }
2304
 
2305
+ .wpDataTablesPopover .DTTT_button.DTTT_button_delete,
2306
+ .wpDataTablesPopover .DTTT_button.DTTT_button_edit,
2307
+ .wpDataTablesPopover .DTTT_button.DTTT_button_new {
2308
+ margin-bottom: 0;
2309
+ }
2310
+
2311
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters {
2312
+ padding: 10px 8px;
2313
+ }
2314
 
2315
  .wpDataTablesWrapper .dataTables_info {
2316
  width: 100%;
2339
  margin-left: 0;
2340
  }
2341
 
2342
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-fields-block .form-group {
2343
+ flex: 1 0 100%;
2344
+ }
2345
+
2346
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block {
2347
+ float: none;
2348
+ }
2349
+
2350
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button {
2351
+ font-size: 11px !important;
2352
+ }
2353
+
2354
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-apply-edit-button,
2355
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-ok-edit-button,
2356
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-cancel-edit-button {
2357
+ width: auto !important;
2358
+ margin-left: 0;
2359
+ }
2360
+
2361
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-apply-edit-button i,
2362
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-ok-edit-button i,
2363
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-cancel-edit-button i {
2364
+ font-size: 12px;
2365
+ }
2366
+
2367
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-prev-edit-button,
2368
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-next-edit-button {
2369
+ width: 43%;
2370
+ }
2371
+
2372
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-next-edit-button i.wpdt-icon-chevron-right {
2373
+ padding-left: 38%;
2374
+ }
2375
+
2376
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-prev-edit-button i.wpdt-icon-chevron-left {
2377
+ padding-right: 38%;
2378
+ }
2379
+
2380
+ #wdt-frontend-modal .wdt_checkbox_option, #wdt-frontend-modal .wdt-search-filters-button-container .wdt_checkbox_option {
2381
+ width: 102px;
2382
+ }
2383
+
2384
+ #wdt-frontend-modal .wdt_checkbox_option:nth-child(3n) {
2385
+ margin-right: 19px !important;
2386
+ }
2387
+
2388
+ .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block) {
2389
+ width: 100%;
2390
+ min-height: 0;
2391
+ }
2392
+
2393
  .wpdt-c .wpDataTablesWrapper .dataTables_info {
2394
  margin-left: 0;
2395
  margin-bottom: 10px;
2396
  }
2397
 
2398
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td ul li span.columnValue {
2399
+ min-width: 210px;
2400
+ max-width: 210px;
2401
+ left: 103px;
2402
+ }
2403
 
2404
+ .wpdt-c .wpDataTablesFilter #wdt-pf-search-filters-button-block {
2405
+ width: 50%;
2406
+ }
2407
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button,
2408
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .ellipsis,
2409
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.current{
2413
  }
2414
 
2415
  @media screen and (max-width: 376px) {
2416
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td ul li span.columnValue {
2417
+ min-width: 130px;
2418
+ max-width: 130px;
2419
+ }
2420
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button,
2421
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .ellipsis,
2422
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.current{
2424
  }
2425
  }
2426
 
2427
+ .wpdt-c .noUi-handle.noUi-handle-upper {
2428
+ right: 0 !important;
2429
+ left: 100% !important;
2430
+ margin-top: 0px !important;
2431
+ background-color: #606fc7 !important;
2432
+ }
2433
+ .wpdt-c .noUi-handle.noUi-handle-lower{
2434
+ right: 0 !important;
2435
+ left: 100% !important;
2436
+ margin-top: 0px !important;
2437
+ background-color: #606fc7 !important;
2438
+ }
2439
+ .wpdt-c .noUi-horizontal{
2440
+ margin-top: 20px !important;
2441
+ margin-right: 15px !important;
2442
+ }
2443
+ .wpdt-c .noUi-connect{
2444
+ background-color: #606fc7 !important ;
2445
+ margin-top: 0px !important;
2446
+ }
assets/css/wdt-skins/graphite.css CHANGED
@@ -16,7 +16,7 @@
16
 
17
  .wpDataTablesWrapper table.wpDataTable > thead > tr > th,
18
  .wpDataTablesWrapper table.wpDataTable thead th.sorting,
19
- .wpDataTablesWrapper .checkbox-filter.btn {
20
  background-color: #313131; /* th background color */
21
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#4c4c4c),to(#313131)) !important;
22
  background-image: -webkit-linear-gradient(top,#4c4c4c,#313131) !important;
@@ -36,7 +36,7 @@
36
  -ms-transition:.5s;
37
  -moz-transition:.5s;
38
  -webkit-transition:.5s;
39
- transition:.5s;
40
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
41
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
42
  box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
@@ -48,13 +48,13 @@
48
  -ms-transition:.5s;
49
  -moz-transition:.5s;
50
  -webkit-transition:.5s;
51
- transition:.5s;
52
  }
53
 
54
  .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc,
55
  .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc,
56
  .wpDataTablesWrapper table.wpDataTable thead th.sorting:hover,
57
- .wpDataTablesWrapper .checkbox-filter.btn:hover {
58
  background-color: #000000; /* th active/hover background color */
59
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#313131),to(#000)) !important;
60
  background-image: -webkit-linear-gradient(top,#313131,#000) !important;
@@ -115,7 +115,7 @@
115
  -ms-transition:.5s;
116
  -moz-transition:.5s;
117
  -webkit-transition:.5s;
118
- transition:.5s;
119
  }
120
 
121
  .wpDataTablesWrapper table.wpDataTable tr:last-child td {
@@ -138,7 +138,7 @@
138
  background-color: #ffffff; /* even rows background color */
139
  }
140
 
141
- .wpDataTablesWrapper table.wpDataTable tr.odd td.sorting_1 {
142
  background-color: #dbeaf6; /* odd rows active background color */
143
  }
144
 
@@ -169,13 +169,18 @@
169
 
170
  /* Table Pagination */
171
 
172
- .wpDataTablesWrapper .dataTables_paginate a,
173
- .wpDataTablesWrapper .paging_full_numbers a.paginate_button {
174
- background-color: transparent;
175
- border-style: none;
176
- color: inherit !important;
177
- line-height: 2em;
 
 
 
178
  text-decoration: none !important;
 
 
179
  -o-transition:.5s;
180
  -ms-transition:.5s;
181
  -moz-transition:.5s;
@@ -183,53 +188,82 @@
183
  transition:.5s;
184
  }
185
 
186
- .wpDataTablesWrapper .paging_full_numbers a.paginate_button,
187
- .wpDataTablesWrapper .paging_full_numbers a.paginate_active {
188
- -webkit-border-radius: 0px;
189
- -moz-border-radius: 0px;
190
- border-radius: 0px;
 
191
  }
192
 
193
- .wpDataTablesWrapper .paging_full_numbers a.paginate_active,
194
- .wpDataTablesWrapper .dataTables_paginate a,
195
- .wpDataTablesWrapper .paging_full_numbers a.paginate_button,
196
- .wpDataTablesWrapper .paging_full_numbers a.paginate_button:hover {
197
- background: transparent;
198
- border-style: none;
199
- color: inherit !important;
200
  }
201
 
202
- .wpDataTablesWrapper .paginate_button_disabled {
203
- opacity: 0.4;
204
- cursor: default !important;
205
  }
206
 
207
- .wpDataTablesWrapper .paging_full_numbers a.paginate_active {
208
- border-bottom: 1px dotted;
209
  }
210
 
211
- .wpDataTablesWrapper .dataTables_paginate > .paginate_button {
212
- font: 0/0 a;
213
- background-color: transparent;
214
- border: 0;
215
- text-shadow: none;
216
- text-indent: -9999em;
 
 
 
 
 
 
 
 
217
  }
218
 
219
  .wpDataTablesWrapper .paginate_button.next:before {
220
  content: "\e001" !important;
 
221
  }
222
 
223
  .wpDataTablesWrapper .paginate_button.previous:before {
224
  content: "\e002" !important;
 
225
  }
226
 
227
  .wpDataTablesWrapper .paginate_button.last:before {
228
  content: "\e003";
 
229
  }
230
 
231
  .wpDataTablesWrapper .paginate_button.first:before {
232
  content: "\e004";
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
233
  }
234
 
235
  .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu {
@@ -238,11 +272,11 @@
238
  }
239
 
240
  .wpDataTablesWrapper .DTTT_button:before,
241
- .wpDataTablesWrapper .checkbox-filter.btn:before,
242
  .wpDataTablesWrapper .paginate_button:before,
243
  .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander:before {
244
  display: inline-block;
245
- font-family: WPDataTablesIcons !important;
246
  font-style: normal;
247
  font-weight: 400;
248
  text-align: center;
@@ -250,6 +284,9 @@
250
  vertical-align: middle;
251
  -webkit-font-smoothing: antialiased;
252
  }
 
 
 
253
 
254
  .wpDataTablesWrapper button.DTTT_button,
255
  .wpDataTablesWrapper div.DTTT_button,
@@ -266,7 +303,7 @@
266
  border-radius: 0px;
267
  -webkit-box-shadow: none;
268
  -moz-box-shadow: none;
269
- box-shadow: none;
270
  }
271
 
272
  .wpDataTablesWrapper .DTTT_button {
@@ -285,7 +322,7 @@
285
  opacity: 0.4;
286
  }
287
 
288
- .wpDataTablesWrapper .checkbox-filter.btn:hover:before {
289
  opacity: 1;
290
  }
291
 
@@ -312,7 +349,7 @@ table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
312
  }
313
 
314
  .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td {
315
- background-color: #ffffff; /* even rows background color */
316
  }
317
 
318
 
@@ -432,8 +469,8 @@ table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
432
  }
433
 
434
  .wpDataTables .overlayed:after {
435
- font-family: dashicons !important;
436
- content: "\f463";
437
  }
438
 
439
  @-moz-keyframes spin {
@@ -518,11 +555,64 @@ table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
518
  filter: progid:dximagetransform.microsoft.gradient(startColorstr= '#ff313131',endColorstr= '#ff000000',GradientType= 0) !important;
519
  }
520
 
521
- .wpDataTablesWrapper .checkbox-filter.btn:hover {
522
  color: #ffffff;
523
  }
524
 
525
- .wpDataTablesWrapper .text_filter,
526
- .wpDataTablesWrapper .number_filter {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
527
  color: #ffffff;
528
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  .wpDataTablesWrapper table.wpDataTable > thead > tr > th,
18
  .wpDataTablesWrapper table.wpDataTable thead th.sorting,
19
+ .wpDataTablesWrapper .wdt-checkbox-filter.btn {
20
  background-color: #313131; /* th background color */
21
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#4c4c4c),to(#313131)) !important;
22
  background-image: -webkit-linear-gradient(top,#4c4c4c,#313131) !important;
36
  -ms-transition:.5s;
37
  -moz-transition:.5s;
38
  -webkit-transition:.5s;
39
+ transition:.5s;
40
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
41
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
42
  box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
48
  -ms-transition:.5s;
49
  -moz-transition:.5s;
50
  -webkit-transition:.5s;
51
+ transition:.5s;
52
  }
53
 
54
  .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc,
55
  .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc,
56
  .wpDataTablesWrapper table.wpDataTable thead th.sorting:hover,
57
+ .wpDataTablesWrapper .wdt-checkbox-filter.btn:hover {
58
  background-color: #000000; /* th active/hover background color */
59
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#313131),to(#000)) !important;
60
  background-image: -webkit-linear-gradient(top,#313131,#000) !important;
115
  -ms-transition:.5s;
116
  -moz-transition:.5s;
117
  -webkit-transition:.5s;
118
+ transition:.5s;
119
  }
120
 
121
  .wpDataTablesWrapper table.wpDataTable tr:last-child td {
138
  background-color: #ffffff; /* even rows background color */
139
  }
140
 
141
+ .wpDataTablesWrapper table.wpDataTable tr.odd td.sorting_1 {
142
  background-color: #dbeaf6; /* odd rows active background color */
143
  }
144
 
169
 
170
  /* Table Pagination */
171
 
172
+ .wpDataTablesWrapper .dataTables_paginate {
173
+ font-size: 13px !important;
174
+ font-family: sans-serif !important;
175
+ }
176
+
177
+ .wpDataTablesWrapper .dataTables_paginate .paginate_button {
178
+ min-width: 1.5em;
179
+ padding: 0.6em 1.164em 0.4em 1.164em;
180
+ text-align: center;
181
  text-decoration: none !important;
182
+ cursor: pointer;
183
+ color: rgb(23, 23, 23);
184
  -o-transition:.5s;
185
  -ms-transition:.5s;
186
  -moz-transition:.5s;
188
  transition:.5s;
189
  }
190
 
191
+ .wpDataTablesWrapper .dataTables_paginate > .paginate_button {
192
+ font: 0/0 a;
193
+ background-color: transparent;
194
+ border: 0;
195
+ text-shadow: none;
196
+ text-indent: -9999em;
197
  }
198
 
199
+ .wpDataTablesWrapper .dataTables_paginate a.paginate_button:focus {
200
+ outline: none !important;
201
+ box-shadow: none;
 
 
 
 
202
  }
203
 
204
+ .wpDataTablesWrapper .dataTables_paginate .paginate_button:hover:not(.disabled) {
205
+ color: rgb(23, 23, 23);
206
+ background-color: #dbeaf6;
207
  }
208
 
209
+ .wpDataTablesWrapper .dataTables_paginate .ellipsis {
210
+ margin:0 2px;
211
  }
212
 
213
+ .wpDataTablesWrapper .dataTables_paginate .paginate_button.current,
214
+ .wpDataTablesWrapper .dataTables_paginate .paginate_button.current:hover {
215
+ color: #FFF;
216
+ background-color: rgb(23, 23, 23);
217
+ }
218
+
219
+ .wpDataTablesWrapper .dataTables_paginate .paginate_button.disabled:before,
220
+ .wpDataTablesWrapper .dataTables_paginate .paginate_button.disabled:hover:before,
221
+ .wpDataTablesWrapper .dataTables_paginate .paginate_button.disabled:active:before {
222
+ cursor: default !important;
223
+ opacity: 0.4;
224
+ color: rgb(23, 23, 23);
225
+ background: none !important;
226
+ box-shadow: none;
227
  }
228
 
229
  .wpDataTablesWrapper .paginate_button.next:before {
230
  content: "\e001" !important;
231
+ padding: 0.9em 1.1em 0.601em 1.1em;
232
  }
233
 
234
  .wpDataTablesWrapper .paginate_button.previous:before {
235
  content: "\e002" !important;
236
+ padding: 0.9em 1.08em 0.601em 1.08em;
237
  }
238
 
239
  .wpDataTablesWrapper .paginate_button.last:before {
240
  content: "\e003";
241
+ padding: 0.9em 0.95em 0.601em 0.95em;
242
  }
243
 
244
  .wpDataTablesWrapper .paginate_button.first:before {
245
  content: "\e004";
246
+ padding: 0.9em 0.95em 0.601em 0.95em;
247
+ }
248
+
249
+ .wpDataTablesWrapper .paginate_button.next:hover:before {
250
+ padding: 0.9em 1.1em 0.601em 1.1em;
251
+ color:rgb(23, 23, 23);
252
+ }
253
+
254
+ .wpDataTablesWrapper .paginate_button.previous:hover:before {
255
+ padding: 0.9em 1.08em 0.601em 1.08em;
256
+ color:rgb(23, 23, 23);
257
+ }
258
+
259
+ .wpDataTablesWrapper .paginate_button.last:hover:before {
260
+ padding: 0.9em 0.95em 0.601em 0.95em;
261
+ color:rgb(23, 23, 23);
262
+ }
263
+
264
+ .wpDataTablesWrapper .paginate_button.first:hover:before {
265
+ padding: 0.9em 0.95em 0.601em 0.95em;
266
+ color:rgb(23, 23, 23);
267
  }
268
 
269
  .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu {
272
  }
273
 
274
  .wpDataTablesWrapper .DTTT_button:before,
275
+ .wpDataTablesWrapper .wdt-checkbox-filter.btn:before,
276
  .wpDataTablesWrapper .paginate_button:before,
277
  .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander:before {
278
  display: inline-block;
279
+ font-family: wpDataTablesIcons !important;
280
  font-style: normal;
281
  font-weight: 400;
282
  text-align: center;
284
  vertical-align: middle;
285
  -webkit-font-smoothing: antialiased;
286
  }
287
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_md {
288
+ margin-left: 0 !important;
289
+ }
290
 
291
  .wpDataTablesWrapper button.DTTT_button,
292
  .wpDataTablesWrapper div.DTTT_button,
303
  border-radius: 0px;
304
  -webkit-box-shadow: none;
305
  -moz-box-shadow: none;
306
+ box-shadow: none;
307
  }
308
 
309
  .wpDataTablesWrapper .DTTT_button {
322
  opacity: 0.4;
323
  }
324
 
325
+ .wpDataTablesWrapper .wdt-checkbox-filter.btn:hover:before {
326
  opacity: 1;
327
  }
328
 
349
  }
350
 
351
  .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td {
352
+ background-color: #ffffff; /* even rows background color */
353
  }
354
 
355
 
469
  }
470
 
471
  .wpDataTables .overlayed:after {
472
+ font-family: wpDataTablesIcons !important;
473
+ content: "\e982";
474
  }
475
 
476
  @-moz-keyframes spin {
555
  filter: progid:dximagetransform.microsoft.gradient(startColorstr= '#ff313131',endColorstr= '#ff000000',GradientType= 0) !important;
556
  }
557
 
558
+ .wpDataTablesWrapper .wdt-checkbox-filter.btn:hover {
559
  color: #ffffff;
560
  }
561
 
562
+ .wpDataTablesWrapper table.wpDataTable .timepicker-hours,
563
+ .wpDataTablesWrapper table.wpDataTable .timepicker-minutes {
564
+ color: initial;
565
+ }
566
+
567
+ .wpDataTablesWrapper th .text_filter,
568
+ .wpDataTablesWrapper th .text_filter:focus,
569
+ .wpDataTablesWrapper th .text_filter:hover,
570
+ .wpDataTablesWrapper th .number_filter,
571
+ .wpDataTablesWrapper th .number_filter:focus,
572
+ .wpDataTablesWrapper th .number_filter:hover,
573
+ .wpDataTablesWrapper th .wdt-select-filter > .btn-default,
574
+ .wpDataTablesWrapper th .wdt-select-filter > .btn-default:focus,
575
+ .wpDataTablesWrapper th .wdt-select-filter > .btn-default:hover,
576
+ .wpDataTablesWrapper th .wdt-multiselect-filter > .btn-default,
577
+ .wpDataTablesWrapper th .wdt-multiselect-filter > .btn-default:focus,
578
+ .wpDataTablesWrapper th .wdt-multiselect-filter > .btn-default:hover,
579
+ .wpDataTablesWrapper th .wdt-datepicker,
580
+ .wpDataTablesWrapper th .wdt-datepicker:focus,
581
+ .wpDataTablesWrapper th .wdt-datepicker:hover,
582
+ .wpDataTablesWrapper th .wdt-datetimepicker,
583
+ .wpDataTablesWrapper th .wdt-datetimepicker:focus,
584
+ .wpDataTablesWrapper th .wdt-datetimepicker:hover,
585
+ .wpDataTablesWrapper th .wdt-timepicker,
586
+ .wpDataTablesWrapper th .wdt-timepicker:focus,
587
+ .wpDataTablesWrapper th .wdt-timepicker:hover,
588
+ .wpDataTablesWrapper th .number-range-filter,
589
+ .wpDataTablesWrapper th .number-range-filter:focus,
590
+ .wpDataTablesWrapper th .number-range-filter:hover {
591
  color: #ffffff;
592
  }
593
+
594
+ .wpdt-c .noUi-handle.noUi-handle-upper {
595
+ right: 0 !important;
596
+ left: 100% !important;
597
+ margin-top: 0px !important;
598
+ background-color: #D3D3D3 !important;
599
+ }
600
+ .wpdt-c .noUi-handle.noUi-handle-lower{
601
+ right: 0 !important;
602
+ left: 100% !important;
603
+ margin-top: 0px !important;
604
+ background-color: #D3D3D3 !important;
605
+ }
606
+ .wpdt-c .noUi-horizontal{
607
+ margin-top: 20px !important;
608
+ margin-right: 15px !important;
609
+ }
610
+ .wpdt-c .noUi-connect{
611
+ background-color: #696969 !important ;
612
+ margin-top: 0px !important;
613
+ }
614
+
615
+ #wdt-frontend-modal .wdt_checkbox_option,
616
+ #wdt-frontend-modal .wdt-search-filters-button-container .wdt_checkbox_option {
617
+ margin-top: 0;
618
+ }
assets/css/wdt-skins/light.css CHANGED
@@ -126,68 +126,97 @@
126
 
127
  /* Table Pagination */
128
 
129
- .wpDataTablesWrapper .dataTables_paginate a,
130
- .wpDataTablesWrapper .paging_full_numbers a.paginate_button {
131
- background-color: transparent;
132
- border-style: none;
133
- color: inherit !important;
134
- line-height: 2em;
 
 
 
135
  text-decoration: none !important;
136
- -o-transition: .5s;
137
- -ms-transition: .5s;
138
- -moz-transition: .5s;
139
- -webkit-transition: .5s;
140
- transition: .5s;
 
 
141
  }
142
 
143
- .wpDataTablesWrapper .paging_full_numbers a.paginate_button,
144
- .wpDataTablesWrapper .paging_full_numbers a.paginate_active {
145
- -webkit-border-radius: 0px;
146
- -moz-border-radius: 0px;
147
- border-radius: 0px;
 
148
  }
149
 
150
- .wpDataTablesWrapper .paging_full_numbers a.paginate_active,
151
- .wpDataTablesWrapper .dataTables_paginate a,
152
- .wpDataTablesWrapper .paging_full_numbers a.paginate_button,
153
- .wpDataTablesWrapper .paging_full_numbers a.paginate_button:hover {
154
- background: transparent;
155
- border-style: none;
156
- color: inherit !important;
157
- box-shadow: none !important;
158
  }
159
 
160
- .wpDataTablesWrapper .paginate_button_disabled {
161
- opacity: 0.4;
162
- cursor: default !important;
163
  }
164
 
165
- .wpDataTablesWrapper .paging_full_numbers a.paginate_active {
166
- border-bottom: 1px dotted;
167
  }
168
 
169
- .wpDataTablesWrapper .dataTables_paginate > .paginate_button {
170
- font: 0/0 a;
171
- background-color: transparent;
172
- border: 0;
173
- text-shadow: none;
174
- text-indent: -9999em;
 
 
 
 
 
 
 
 
175
  }
176
 
177
  .wpDataTablesWrapper .paginate_button.next:before {
178
  content: "\e001" !important;
 
179
  }
180
 
181
  .wpDataTablesWrapper .paginate_button.previous:before {
182
  content: "\e002" !important;
 
183
  }
184
 
185
  .wpDataTablesWrapper .paginate_button.last:before {
186
  content: "\e003";
 
187
  }
188
 
189
  .wpDataTablesWrapper .paginate_button.first:before {
190
  content: "\e004";
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
191
  }
192
 
193
  .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu {
@@ -196,11 +225,11 @@
196
  }
197
 
198
  .wpDataTablesWrapper .DTTT_button:before,
199
- .wpDataTablesWrapper .checkbox-filter.btn:before,
200
  .wpDataTablesWrapper .paginate_button:before,
201
  .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander:before {
202
  display: inline-block;
203
- font-family: WPDataTablesIcons !important;
204
  font-style: normal;
205
  font-weight: 400;
206
  text-align: center;
@@ -245,17 +274,21 @@
245
  opacity: 0.4;
246
  }
247
 
 
 
 
 
248
  .wpDataTablesWrapper a.DTTT_button,
249
  .wpDataTablesWrapper a.DTTT_button:hover {
250
  border-color: transparent;
251
  border-style: solid;
252
  }
253
 
254
- .wpDataTablesWrapper .checkbox-filter.btn:before {
255
  opacity: 0.4;
256
  }
257
 
258
- .wpDataTablesWrapper .checkbox-filter.btn:hover:before {
259
  opacity: 1;
260
  }
261
 
@@ -334,8 +367,8 @@
334
  }
335
 
336
  .wpDataTables .overlayed:after {
337
- font-family: dashicons !important;
338
- content: "\f463";
339
  }
340
 
341
  @-moz-keyframes spin {
@@ -383,7 +416,7 @@
383
  }
384
  }
385
 
386
- .wpDataTables .checkbox-filter.btn {
387
  color: #333;
388
  background-color: #fff;
389
  border-color: #ccc;
@@ -391,7 +424,7 @@
391
  display: block;
392
  }
393
 
394
- .wpDataTables .checkbox-filter.btn:before {
395
  font-size: 18px;
396
  line-height: 18px;
397
  margin-right: 5px;
@@ -432,3 +465,28 @@ table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before
432
  background-repeat: no-repeat;
433
  background-position: -24px 0;
434
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
 
127
  /* Table Pagination */
128
 
129
+ .wpDataTablesWrapper .dataTables_paginate{
130
+ font-size: 13px !important;
131
+ font-family: sans-serif !important;
132
+ }
133
+
134
+ .wpDataTablesWrapper .dataTables_paginate .paginate_button {
135
+ min-width: 1.5em;
136
+ padding: 0.6em 1.164em 0.4em 1.164em;
137
+ text-align: center;
138
  text-decoration: none !important;
139
+ cursor: pointer;
140
+ color: #666;
141
+ -o-transition:.5s;
142
+ -ms-transition:.5s;
143
+ -moz-transition:.5s;
144
+ -webkit-transition:.5s;
145
+ transition:.5s;
146
  }
147
 
148
+ .wpDataTablesWrapper .dataTables_paginate > .paginate_button {
149
+ font: 0/0 a;
150
+ background-color: transparent;
151
+ border: 0;
152
+ text-shadow: none;
153
+ text-indent: -9999em;
154
  }
155
 
156
+ .wpDataTablesWrapper .dataTables_paginate a.paginate_button:focus {
157
+ outline: none !important;
158
+ box-shadow: none;
 
 
 
 
 
159
  }
160
 
161
+ .wpDataTablesWrapper .dataTables_paginate .paginate_button:hover:not(.disabled) {
162
+ color: #666;
163
+ background-color: #f5f5f5;
164
  }
165
 
166
+ .wpDataTablesWrapper .dataTables_paginate .ellipsis {
167
+ margin:0 2px;
168
  }
169
 
170
+ .wpDataTablesWrapper .dataTables_paginate .paginate_button.current,
171
+ .wpDataTablesWrapper .dataTables_paginate .paginate_button.current:hover {
172
+ color: #666;
173
+ background-color: #e8e8e8;
174
+ }
175
+
176
+ .wpDataTablesWrapper .dataTables_paginate .paginate_button.disabled:before,
177
+ .wpDataTablesWrapper .dataTables_paginate .paginate_button.disabled:hover:before,
178
+ .wpDataTablesWrapper .dataTables_paginate .paginate_button.disabled:active:before {
179
+ cursor: default !important;
180
+ opacity: 0.4;
181
+ color: #666;
182
+ background: none !important;
183
+ box-shadow: none;
184
  }
185
 
186
  .wpDataTablesWrapper .paginate_button.next:before {
187
  content: "\e001" !important;
188
+ padding: 0.9em 1.1em 0.601em 1.1em;
189
  }
190
 
191
  .wpDataTablesWrapper .paginate_button.previous:before {
192
  content: "\e002" !important;
193
+ padding: 0.9em 1.08em 0.601em 1.08em;
194
  }
195
 
196
  .wpDataTablesWrapper .paginate_button.last:before {
197
  content: "\e003";
198
+ padding: 0.9em 0.95em 0.601em 0.95em;
199
  }
200
 
201
  .wpDataTablesWrapper .paginate_button.first:before {
202
  content: "\e004";
203
+ padding: 0.9em 0.95em 0.601em 0.95em;
204
+ }
205
+
206
+ .wpDataTablesWrapper .paginate_button.next:hover:before {
207
+ padding: 0.9em 1.1em 0.601em 1.1em;
208
+ }
209
+
210
+ .wpDataTablesWrapper .paginate_button.previous:hover:before {
211
+ padding: 0.9em 1.08em 0.601em 1.08em;
212
+ }
213
+
214
+ .wpDataTablesWrapper .paginate_button.last:hover:before {
215
+ padding: 0.9em 0.95em 0.601em 0.95em;
216
+ }
217
+
218
+ .wpDataTablesWrapper .paginate_button.first:hover:before {
219
+ padding: 0.9em 0.95em 0.601em 0.95em;
220
  }
221
 
222
  .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu {
225
  }
226
 
227
  .wpDataTablesWrapper .DTTT_button:before,
228
+ .wpDataTablesWrapper .wdt-checkbox-filter.btn:before,
229
  .wpDataTablesWrapper .paginate_button:before,
230
  .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander:before {
231
  display: inline-block;
232
+ font-family: wpDataTablesIcons !important;
233
  font-style: normal;
234
  font-weight: 400;
235
  text-align: center;
274
  opacity: 0.4;
275
  }
276
 
277
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_md {
278
+ margin-left: 0 !important;
279
+ }
280
+
281
  .wpDataTablesWrapper a.DTTT_button,
282
  .wpDataTablesWrapper a.DTTT_button:hover {
283
  border-color: transparent;
284
  border-style: solid;
285
  }
286
 
287
+ .wpDataTablesWrapper .wdt-checkbox-filter.btn:before {
288
  opacity: 0.4;
289
  }
290
 
291
+ .wpDataTablesWrapper .wdt-checkbox-filter.btn:hover:before {
292
  opacity: 1;
293
  }
294
 
367
  }
368
 
369
  .wpDataTables .overlayed:after {
370
+ font-family: 'wpDataTablesIcons' !important;
371
+ content: "\e982";
372
  }
373
 
374
  @-moz-keyframes spin {
416
  }
417
  }
418
 
419
+ .wpDataTables .wdt-checkbox-filter.btn {
420
  color: #333;
421
  background-color: #fff;
422
  border-color: #ccc;
424
  display: block;
425
  }
426
 
427
+ .wpDataTables .wdt-checkbox-filter.btn:before {
428
  font-size: 18px;
429
  line-height: 18px;
430
  margin-right: 5px;
465
  background-repeat: no-repeat;
466
  background-position: -24px 0;
467
  }
468
+ .wpdt-c .noUi-handle.noUi-handle-upper {
469
+ right: 0 !important;
470
+ left: 100% !important;
471
+ margin-top: 0px !important;
472
+ background-color: #0083c2;
473
+ }
474
+ .wpdt-c .noUi-handle.noUi-handle-lower{
475
+ right: 0 !important;
476
+ left: 100% !important;
477
+ margin-top: 0px !important;
478
+ background-color: #0083c2 ;
479
+ }
480
+ .wpdt-c .noUi-horizontal{
481
+ margin-top: 20px !important;
482
+ margin-right: 15px !important;
483
+ }
484
+ .wpdt-c .noUi-connect{
485
+ background-color: #0083c2;
486
+ margin-top: 0px !important;
487
+ }
488
+
489
+ #wdt-frontend-modal .wdt_checkbox_option,
490
+ #wdt-frontend-modal .wdt-search-filters-button-container .wdt_checkbox_option {
491
+ margin-top: 0;
492
+ }
assets/css/wdt-skins/material.css CHANGED
@@ -63,16 +63,16 @@
63
  }
64
 
65
  .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:before {
66
- font-family: 'Material-Design-Iconic-Font';
67
  display: inline-block;
68
- content: '\f2fe';
69
  padding-right: 10px ;
70
  }
71
 
72
  .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:before {
73
- font-family: 'Material-Design-Iconic-Font';
74
  display: inline-block;
75
- content: '\f303';
76
  padding-right: 10px ;
77
  }
78
 
@@ -103,13 +103,20 @@
103
  background-color: #F5F5F5; /* selected rows background color */
104
  }
105
 
106
- .wpdt-c .wpDataTablesWrapper .dataTables_paginate a,
107
- .wpdt-c .wpDataTablesWrapper .paging_full_numbers a.paginate_button {
108
- background-color: transparent;
109
- border-style: none;
110
- color: inherit !important;
111
- line-height: 2em;
 
 
 
 
 
112
  text-decoration: none !important;
 
 
113
  -o-transition:.5s;
114
  -ms-transition:.5s;
115
  -moz-transition:.5s;
@@ -117,60 +124,93 @@
117
  transition:.5s;
118
  }
119
 
120
- .wpdt-c .wpDataTablesWrapper .paging_full_numbers a.paginate_button,
121
- .wpdt-c .wpDataTablesWrapper .paging_full_numbers a.paginate_active {
122
- -webkit-border-radius: 0px;
123
- -moz-border-radius: 0px;
124
- border-radius: 0px;
 
125
  }
126
 
127
- .wpdt-c .wpDataTablesWrapper .paging_full_numbers a.paginate_active,
128
- .wpdt-c .wpDataTablesWrapper .dataTables_paginate a,
129
- .wpdt-c .wpDataTablesWrapper .paging_full_numbers a.paginate_button,
130
- .wpdt-c .wpDataTablesWrapper .paging_full_numbers a.paginate_button:hover {
131
- background: transparent;
132
- border-style: none;
133
- color: inherit !important;
134
  }
135
 
136
- .wpdt-c .wpDataTablesWrapper .paginate_button_disabled {
137
- opacity: 0.4;
138
- cursor: default !important;
139
  }
140
 
141
- .wpdt-c .wpDataTablesWrapper .paging_full_numbers a.paginate_active {
142
- border-bottom: 1px dotted;
143
  }
144
 
145
- .wpDataTablesWrapper .dataTables_paginate > .paginate_button {
146
- font: 0/0 a;
147
- background-color: transparent;
148
- border: 0;
149
- text-shadow: none;
150
- text-indent: -9999em;
 
 
 
 
 
 
 
 
151
  }
152
 
153
  .wpDataTablesWrapper .paginate_button.next:before {
154
  content: "\e001" !important;
 
 
155
  }
156
 
157
  .wpDataTablesWrapper .paginate_button.previous:before {
158
  content: "\e002" !important;
 
 
159
  }
160
 
161
  .wpDataTablesWrapper .paginate_button.last:before {
162
  content: "\e003";
 
 
163
  }
164
 
165
  .wpDataTablesWrapper .paginate_button.first:before {
166
  content: "\e004";
 
 
 
 
 
 
 
 
 
 
 
 
167
  }
168
 
169
- .wpDataTablesWrapper .checkbox-filter.btn:before,
 
 
 
 
 
 
 
 
 
 
170
  .wpDataTablesWrapper .paginate_button:before,
171
  .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander:before {
172
  display: inline-block;
173
- font-family: WPDataTablesIcons !important;
174
  font-style: normal;
175
  font-weight: 400;
176
  text-align: center;
@@ -243,6 +283,13 @@
243
  .wpdt-c .wpDataTablesWrapper .DTTT_button.DTTT_button_delete:before {
244
  content: "";
245
  }
 
 
 
 
 
 
 
246
 
247
  .wpdt-c .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before {
248
  font-family: "dashicons" !important;
@@ -254,12 +301,12 @@
254
  content:""
255
  }
256
 
257
- .wpdt-c button.wdt-clear-filters-button:before, button.wdt-clear-all-filters-button:before {
258
- font-family: WPDataTablesIcons;
259
  content: "";
260
  }
261
 
262
- .wpdt-c .wpDataTablesWrapper .checkbox-filter.btn {
263
  background-color: transparent;
264
  border-bottom: 1px solid #e0e0e0;
265
  background-image: none;
@@ -271,7 +318,7 @@
271
  width: 92%;
272
  }
273
 
274
- .wpdt-c .wpDataTablesWrapper .checkbox-filter.btn:before {
275
  content: "\e00a";
276
  }
277
 
@@ -347,10 +394,11 @@ table.has-columns-hidden > tbody > tr.row-detail > td > ul > li > span.columnTit
347
  }
348
 
349
  .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr > td > span.responsiveExpander:after {
350
- font-family: 'Material-Design-Iconic-Font';
351
  display: inline-block;
352
  line-height: 0;
353
- content: "\f278";
 
354
  height: 11px;
355
  width: 11px;
356
  background-image: none;
@@ -359,10 +407,10 @@ table.has-columns-hidden > tbody > tr.row-detail > td > ul > li > span.columnTit
359
  }
360
 
361
  .wpdt-c table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander:after {
362
- font-family: 'Material-Design-Iconic-Font';
363
  display: inline-block;
364
  line-height: 0;
365
- content: "\f273";
366
  height: 11px;
367
  width: 11px;
368
  background-image: none;
@@ -388,7 +436,7 @@ table.has-columns-hidden > tbody > tr.row-detail > td > ul > li > span.columnTit
388
  box-shadow: none;
389
  }
390
 
391
- .wpdt-c div.dt-button-collection {
392
  position: absolute;
393
  top: 100%;
394
  left: 0;
@@ -409,26 +457,27 @@ table.has-columns-hidden > tbody > tr.row-detail > td > ul > li > span.columnTit
409
  background-clip: padding-box;
410
  }
411
 
412
- .wpdt-c .dt-button-collection a.dt-button {
413
  border: 0;
414
  padding: 10px 20px;
415
  text-align: left;
416
  }
417
 
418
- .wpdt-c div.dt-button-collection a.dt-button.active:not(.disabled) {
419
  background-color: transparent;
420
  }
421
 
422
- .wpdt-c .dt-button-collection a.dt-button:hover,
423
- .wpdt-c div.dt-button-collection a.dt-button.active:hover {
424
  background-color: rgba(0, 0, 0, 0.075);
425
  }
426
 
427
- .wpdt-c div.dt-button-collection a.dt-button.active:before {
428
  position: absolute;
429
- content: "\f26b";
 
430
  font-size: 19px;
431
- font-family: 'Material-Design-Iconic-Font';
432
  -webkit-transform: scale(1);
433
  -ms-transform: scale(1);
434
  -o-transform: scale(1);
@@ -463,8 +512,8 @@ table.has-columns-hidden > tbody > tr.row-detail > td > ul > li > span.columnTit
463
  }
464
 
465
  .wpDataTables .overlayed:after {
466
- font-family: dashicons !important;
467
- content: "\f463";
468
  }
469
 
470
  @-moz-keyframes spin {
@@ -523,3 +572,28 @@ table.has-columns-hidden > tbody > tr.row-detail > td > ul > li > span.columnTit
523
  .wpdt-c .wpDataTablesWrapper table.wpDataTable tfoot {
524
  border-top: 1px solid #e9e9e9;
525
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  }
64
 
65
  .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:before {
66
+ font-family: 'wpDataTablesIcons';
67
  display: inline-block;
68
+ content: '\f175';
69
  padding-right: 10px ;
70
  }
71
 
72
  .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:before {
73
+ font-family: 'wpDataTablesIcons';
74
  display: inline-block;
75
+ content: '\f176';
76
  padding-right: 10px ;
77
  }
78
 
103
  background-color: #F5F5F5; /* selected rows background color */
104
  }
105
 
106
+ /* Table Pagination */
107
+
108
+ .wpDataTablesWrapper .dataTables_paginate {
109
+ font-size: 13px !important;
110
+ font-family: sans-serif !important;
111
+ }
112
+
113
+ .wpDataTablesWrapper .dataTables_paginate .paginate_button {
114
+ min-width: 1.5em;
115
+ padding: 0.6em 1.164em 0.4em 1.164em;
116
+ text-align: center;
117
  text-decoration: none !important;
118
+ cursor: pointer;
119
+ color: rgba(0, 0, 0, 0.54);
120
  -o-transition:.5s;
121
  -ms-transition:.5s;
122
  -moz-transition:.5s;
124
  transition:.5s;
125
  }
126
 
127
+ .wpDataTablesWrapper .dataTables_paginate > .paginate_button {
128
+ font: 0/0 a;
129
+ background-color: transparent;
130
+ border: 0;
131
+ text-shadow: none;
132
+ text-indent: -9999em;
133
  }
134
 
135
+ .wpDataTablesWrapper .dataTables_paginate a.paginate_button:focus {
136
+ outline: none !important;
137
+ box-shadow: none;
 
 
 
 
138
  }
139
 
140
+ .wpDataTablesWrapper .dataTables_paginate .paginate_button:hover:not(.disabled) {
141
+ color: rgba(0, 0, 0, 0.54);
142
+ background-color: #EEEEEE;
143
  }
144
 
145
+ .wpDataTablesWrapper .dataTables_paginate .ellipsis {
146
+ margin:0 2px;
147
  }
148
 
149
+ .wpDataTablesWrapper .dataTables_paginate .paginate_button.current,
150
+ .wpDataTablesWrapper .dataTables_paginate .paginate_button.current:hover {
151
+ color: #000;
152
+ background-color: #EEEEEE;
153
+ }
154
+
155
+ .wpDataTablesWrapper .dataTables_paginate .paginate_button.disabled:before,
156
+ .wpDataTablesWrapper .dataTables_paginate .paginate_button.disabled:hover:before,
157
+ .wpDataTablesWrapper .dataTables_paginate .paginate_button.disabled:active:before {
158
+ cursor: default !important;
159
+ opacity: 0.4;
160
+ color: rgba(0, 0, 0, 0.54);
161
+ background: none !important;
162
+ box-shadow: none;
163
  }
164
 
165
  .wpDataTablesWrapper .paginate_button.next:before {
166
  content: "\e001" !important;
167
+ padding: 0.9em 1.1em 0.601em 1.1em;
168
+ color:rgba(0, 0, 0, 0.54);
169
  }
170
 
171
  .wpDataTablesWrapper .paginate_button.previous:before {
172
  content: "\e002" !important;
173
+ padding: 0.9em 1.08em 0.601em 1.08em;
174
+ color:rgba(0, 0, 0, 0.54);
175
  }
176
 
177
  .wpDataTablesWrapper .paginate_button.last:before {
178
  content: "\e003";
179
+ padding: 0.9em 0.95em 0.601em 0.95em;
180
+ color:rgba(0, 0, 0, 0.54);
181
  }
182
 
183
  .wpDataTablesWrapper .paginate_button.first:before {
184
  content: "\e004";
185
+ padding: 0.9em 0.95em 0.601em 0.95em;
186
+ color:rgba(0, 0, 0, 0.54);
187
+ }
188
+
189
+ .wpDataTablesWrapper .paginate_button.next:hover:before {
190
+ padding: 0.9em 1.1em 0.601em 1.1em;
191
+ color:rgba(0, 0, 0, 0.54);
192
+ }
193
+
194
+ .wpDataTablesWrapper .paginate_button.previous:hover:before {
195
+ padding: 0.9em 1.08em 0.601em 1.08em;
196
+ color:rgba(0, 0, 0, 0.54);
197
  }
198
 
199
+ .wpDataTablesWrapper .paginate_button.last:hover:before {
200
+ padding: 0.9em 0.95em 0.601em 0.95em;
201
+ color:rgba(0, 0, 0, 0.54);
202
+ }
203
+
204
+ .wpDataTablesWrapper .paginate_button.first:hover:before {
205
+ padding: 0.9em 0.95em 0.601em 0.95em;
206
+ color:rgba(0, 0, 0, 0.54);
207
+ }
208
+
209
+ .wpDataTablesWrapper .wdt-checkbox-filter.btn:before,
210
  .wpDataTablesWrapper .paginate_button:before,
211
  .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander:before {
212
  display: inline-block;
213
+ font-family: wpDataTablesIcons !important;
214
  font-style: normal;
215
  font-weight: 400;
216
  text-align: center;
283
  .wpdt-c .wpDataTablesWrapper .DTTT_button.DTTT_button_delete:before {
284
  content: "";
285
  }
286
+ .wpdt-c .wpDataTablesWrapper .DTTT_button.DTTT_button_md:before {
287
+ display: none;
288
+ }
289
+ .wpdt-c .wpDataTablesWrapper .DTTT_button.DTTT_button_md {
290
+ line-height: 20px !important;
291
+ margin-left: 0;
292
+ }
293
 
294
  .wpdt-c .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before {
295
  font-family: "dashicons" !important;
301
  content:""
302
  }
303
 
304
+ .wpdt-c button.wdt-clear-filters-button:before, button.wdt-clear-filters-widget-button:before {
305
+ font-family: wpDataTablesIcons;
306
  content: "";
307
  }
308
 
309
+ .wpdt-c .wpDataTablesWrapper .wdt-checkbox-filter.btn {
310
  background-color: transparent;
311
  border-bottom: 1px solid #e0e0e0;
312
  background-image: none;
318
  width: 92%;
319
  }
320
 
321
+ .wpdt-c .wpDataTablesWrapper .wdt-checkbox-filter.btn:before {
322
  content: "\e00a";
323
  }
324
 
394
  }
395
 
396
  .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr > td > span.responsiveExpander:after {
397
+ font-family: 'wpDataTablesIcons';
398
  display: inline-block;
399
  line-height: 0;
400
+ margin-right: 5px;
401
+ content: "\f067";
402
  height: 11px;
403
  width: 11px;
404
  background-image: none;
407
  }
408
 
409
  .wpdt-c table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander:after {
410
+ font-family: 'wpDataTablesIcons';
411
  display: inline-block;
412
  line-height: 0;
413
+ content: "\f068";
414
  height: 11px;
415
  width: 11px;
416
  background-image: none;
436
  box-shadow: none;
437
  }
438
 
439
+ div.dt-button-collection {
440
  position: absolute;
441
  top: 100%;
442
  left: 0;
457
  background-clip: padding-box;
458
  }
459
 
460
+ .dt-button-collection a.dt-button {
461
  border: 0;
462
  padding: 10px 20px;
463
  text-align: left;
464
  }
465
 
466
+ div.dt-button-collection a.dt-button.active:not(.disabled) {
467
  background-color: transparent;
468
  }
469
 
470
+ .dt-button-collection a.dt-button:hover,
471
+ div.dt-button-collection a.dt-button.active:hover {
472
  background-color: rgba(0, 0, 0, 0.075);
473
  }
474
 
475
+ div.dt-button-collection a.dt-button.active:before {
476
  position: absolute;
477
+ content: "\f00c";
478
+ font-weight: 300;
479
  font-size: 19px;
480
+ font-family: 'wpDataTablesIcons';
481
  -webkit-transform: scale(1);
482
  -ms-transform: scale(1);
483
  -o-transform: scale(1);
512
  }
513
 
514
  .wpDataTables .overlayed:after {
515
+ font-family: wpDataTablesIcons !important;
516
+ content: "\e982";
517
  }
518
 
519
  @-moz-keyframes spin {
572
  .wpdt-c .wpDataTablesWrapper table.wpDataTable tfoot {
573
  border-top: 1px solid #e9e9e9;
574
  }
575
+ .wpdt-c .noUi-handle.noUi-handle-upper {
576
+ right: 0 !important;
577
+ left: 100% !important;
578
+ margin-top: 0px !important;
579
+ background-color: #0083c2 !important;
580
+ }
581
+ .wpdt-c .noUi-handle.noUi-handle-lower{
582
+ right: 0 !important;
583
+ left: 100% !important;
584
+ margin-top: 0px !important;
585
+ background-color: #0083c2 !important;
586
+ }
587
+ .wpdt-c .noUi-horizontal{
588
+ margin-top: 20px !important;
589
+ margin-right: 15px !important;
590
+ }
591
+ .wpdt-c .noUi-connect{
592
+ background-color: #0083c2 !important ;
593
+ margin-top: 0px !important;
594
+ }
595
+
596
+ #wdt-frontend-modal .wdt_checkbox_option,
597
+ #wdt-frontend-modal .wdt-search-filters-button-container .wdt_checkbox_option {
598
+ margin-top: 0;
599
+ }
assets/css/wdt-skins/purple.css CHANGED
@@ -5,11 +5,11 @@
5
  @import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
6
 
7
  @font-face {
8
- font-family: WPDataTablesIconsPurple;
9
  font-style: normal;
10
  font-stretch: normal;
11
- src: url(../../fonts/wpdatatablesiconsaqua-base.eot);
12
- src: url(../../fonts/wpdatatablesiconsaqua-base.eot?#iefix) format('embedded-opentype'), url(../../fonts/wpdatatablesiconsaqua-base.woff) format('woff'), url(../../fonts/wpdatatablesiconsaqua-base.ttf) format('truetype'), url(../../fonts/wpdatatablesiconsaqua-base.svg#wpdatatablesiconsaqua-base) format('svg');
13
  }
14
  /* Table */
15
 
@@ -78,7 +78,7 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper
78
  font-weight: normal;
79
  }
80
  .wpdt-c .wpDataTablesWrapper .dataTables_filter label .wdt-search-icon:before{
81
- font-family: WPDataTablesIconsPurple;
82
  content: '\e901';
83
  position: absolute;
84
  top: -3px;
@@ -116,13 +116,13 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper
116
  }
117
 
118
  .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select > .btn-default:before{
119
- font-family: WPDataTablesIconsPurple;
120
- content: "\e903";
121
  color: #606266;
122
  position: absolute;
123
  right: 6px;
124
- top: 12px;
125
- font-size: 9px;
126
  height: 0;
127
  width: 0;
128
  background-image: none;
@@ -178,7 +178,6 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper
178
  right: 1px;
179
  }
180
  .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .check-mark:before {
181
- content: '\f26a';
182
  color: #606fc7;
183
  }
184
 
@@ -253,16 +252,16 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper
253
  /* Sorting icons */
254
 
255
  .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:before {
256
- font-family: 'Material-Design-Iconic-Font';
257
  display: inline-block;
258
- content: '\f2f9';
259
  padding-right: 10px ;
260
  }
261
 
262
  .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:before {
263
- font-family: 'Material-Design-Iconic-Font';
264
  display: inline-block;
265
- content: '\f2fc';
266
  padding-right: 10px ;
267
  }
268
 
@@ -352,8 +351,9 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper
352
  line-height: 1;
353
  letter-spacing: normal;
354
  color: #606266;
355
- margin-right: 20px;
356
  margin-top: 6px;
 
357
  }
358
 
359
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button,
@@ -376,6 +376,7 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper
376
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate a {
377
  display: inline-block;
378
  padding: 7px 3px;
 
379
  }
380
 
381
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate a.paginate_button:focus {
@@ -456,9 +457,10 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper
456
 
457
  .wpdt-c .wpDataTablesWrapper .DTTT_button:before,
458
  .wpdt-c .wpDataTablesWrapper .wdt-checkbox-filter.btn:before,
459
- .wpdt-c .wpDataTablesWrapper .paginate_button:before {
 
460
  display: inline-block;
461
- font-family: WPDataTablesIcons !important;
462
  font-style: normal;
463
  font-weight: 400;
464
  text-align: center;
@@ -479,7 +481,9 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper
479
  .wpdt-c .wpDataTablesWrapper .DTTT_button:hover {
480
  opacity: 1;
481
  }
482
-
 
 
483
 
484
  .wpdt-c .wpDataTablesWrapper .DTTT_button.disabled {
485
  opacity: 0.4;
@@ -489,12 +493,121 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper
489
  opacity: 1;
490
  }
491
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
492
 
493
  .wpdt-c .wpDataTables.wpDataTablesWrapper table.wpDataTable tr.odd td.error {
494
  background-color: #f2dede;
495
  }
496
 
 
497
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
498
 
499
  /* Overlay */
500
 
@@ -585,10 +698,171 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper
585
  color: initial;
586
  }
587
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
588
  .wpDataTables .wdt-checkbox-filter.btn,
589
  .wpDataTables input[type=text],
590
  .wpDataTables select,
591
- .wpdt-c .wpDataTablesWrapper .filter_column button{
 
 
592
  height: 36px !important;
593
  }
594
  .wpDataTables .wdt-checkbox-filter.btn {
@@ -603,11 +877,70 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper
603
  color: #ffffff;
604
  }
605
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
606
 
607
  .wpdt-c .checkbox .input-helper:after {
608
  top: auto;
609
  }
610
 
 
 
 
 
 
 
 
611
 
612
  .wpdt-c .checkbox input:checked + .input-helper:before {
613
  background-color: #606fc7;
@@ -621,20 +954,25 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper
621
  border-color: #606fc7;
622
  }
623
 
 
624
  .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select > .btn-default,
625
- .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select > .btn-default{
 
626
  border-bottom: none !important;
627
  }
628
 
629
  .wpdt-c .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .bootstrap-select .check-mark:before ,
630
  .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select .check-mark:before,
 
631
  .wpdt-c .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .bootstrap-select .dropdown-menu li.selected span,
632
- .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select .dropdown-menu li.selected span{
 
633
  color: #606fc7;
634
  }
635
 
636
  .wpdt-c .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .bootstrap-select,
637
- .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select{
 
638
  height: 36px !important;
639
  }
640
  .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu {
@@ -648,20 +986,22 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper
648
  margin-left: 0;
649
  color: #606266;
650
  }
651
-
652
- .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select > .btn-default:after{
 
653
  display: none !important;
654
  }
655
 
656
-
657
- .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select > .btn-default:before{
658
- font-family: WPDataTablesIconsPurple;
659
- content: "\e903";
 
660
  color: #606266;
661
  position: absolute;
662
- right: 19px;
663
- top: 13px;
664
- font-size: 9px;
665
  height: 0;
666
  width: 0;
667
  background-image: none;
@@ -679,14 +1019,398 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper
679
  padding-bottom: 10px;
680
  }
681
 
682
- .wpDataTablesWrapper table.wpDataTable thead th:last-child {
683
- border-right: 1px solid #606fc7;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
684
  }
685
 
686
  .wpdt-c .fg-line:not([class*=has-]):after {
687
  background: #606fc7;
688
  }
689
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
690
 
691
  /* Table tools */
692
 
@@ -748,15 +1472,27 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper
748
 
749
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:active,
750
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:active,
 
 
 
751
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:active,
752
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:active:hover,
753
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:active:hover,
 
 
 
754
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:active:hover,
755
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:visited,
756
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:visited,
 
 
 
757
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:visited,
758
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:hover,
759
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:hover,
 
 
 
760
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:hover{
761
  background-color: #ffffff ;
762
  background-image: none;
@@ -775,8 +1511,12 @@ div.dt-button-collection a.dt-button.buttons-copy:before,
775
  div.dt-button-collection a.dt-button.buttons-pdf:before,
776
  .wpDataTablesWrapper .DTTT_button.DTTT_button_export:before,
777
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before,
778
- .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before{
779
- font-family: WPDataTablesIconsPurple !important;
 
 
 
 
780
  font-size: 18px;
781
  font-style: normal;
782
  font-stretch: normal;
@@ -787,6 +1527,8 @@ div.dt-button-collection a.dt-button.buttons-pdf:before,
787
 
788
  .wpDataTablesWrapper .DTTT_button.DTTT_button_export:before,
789
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before,
 
 
790
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before{
791
  margin-left: 7px;
792
  margin-right: 7px;
@@ -803,13 +1545,13 @@ div.dt-button-collection a.dt-button.buttons-pdf:before,
803
 
804
  .wpDataTablesWrapper .DTTT_button.DTTT_button_export:after,
805
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:after{
806
- font-family: WPDataTablesIconsPurple;
807
- content: "\e903";
808
  color: #606266;
809
  position: absolute;
810
  right: 13px;
811
- top: 16px;
812
- font-size: 9px;
813
  }
814
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:after{
815
  color: #FFFFFF;
@@ -821,7 +1563,7 @@ div.dt-button-collection a.dt-button.buttons-pdf:before,
821
  }
822
 
823
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before{
824
- font-family: WPDataTablesIconsPurple !important;
825
  content: "\e90e";
826
  vertical-align: middle;
827
  }
@@ -837,7 +1579,7 @@ div.dt-button-collection a.dt-button.buttons-pdf:before,
837
  }
838
 
839
  div.dt-button-collection a.dt-button.buttons-excel:before{
840
- content: '\e908';
841
  vertical-align: middle;
842
  }
843
 
@@ -847,15 +1589,56 @@ div.dt-button-collection a.dt-button.buttons-csv:before{
847
  }
848
 
849
  div.dt-button-collection a.dt-button.buttons-copy:before{
850
- content: '\e907';
851
  vertical-align: middle;
852
  }
853
 
854
  div.dt-button-collection a.dt-button.buttons-pdf:before{
855
- content: '\e90d';
856
  vertical-align: middle;
857
  }
858
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
859
 
860
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis{
861
  width: 131px;
@@ -882,10 +1665,25 @@ div.dt-button-collection a.dt-button.buttons-pdf span {
882
  color: #FFFFFF;
883
  }
884
 
 
 
 
 
 
 
 
 
 
 
885
 
886
  .wpDataTablesWrapper .DTTT_button.DTTT_button_export span,
887
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print span,
888
- .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis span {
 
 
 
 
 
889
  color: #606266;
890
  vertical-align: middle;
891
  }
@@ -893,6 +1691,69 @@ div.dt-button-collection a.dt-button.buttons-pdf span {
893
  color: #FFFFFF;
894
  }
895
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
896
 
897
  /* Export buttons - collection */
898
 
@@ -1001,10 +1862,10 @@ div.dt-button-collection a.dt-button:last-child {
1001
 
1002
  div.dt-button-collection a.dt-button.buttons-columnVisibility.active:before {
1003
  position: absolute;
1004
- content: "\f26a";
1005
  font-size: 19px;
1006
  color: #606fc7;
1007
- font-family: 'Material-Design-Iconic-Font';
1008
  -webkit-transform: scale(1);
1009
  -ms-transform: scale(1);
1010
  -o-transform: scale(1);
@@ -1013,10 +1874,11 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility.active:before {
1013
 
1014
  div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1015
  position: absolute;
1016
- content: "\f279";
 
1017
  font-size: 19px;
1018
  color: #d5d8de;
1019
- font-family: 'Material-Design-Iconic-Font';
1020
  -webkit-transform: scale(1);
1021
  -ms-transform: scale(1);
1022
  -o-transform: scale(1);
@@ -1044,7 +1906,7 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1044
 
1045
  .wpdt-c div.dt-button-info:before, div.dt-button-info:before{
1046
  position: absolute;
1047
- font-family: WPDataTablesIconsPurple;
1048
  content: '\e905';
1049
  left: 7px;
1050
  top:6px;
@@ -1054,7 +1916,7 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1054
 
1055
  .wpdt-c div.dt-button-info:after, div.dt-button-info:after{
1056
  position: absolute;
1057
- font-family: WPDataTablesIconsPurple;
1058
  content: '\e906';
1059
  left: 8px;
1060
  top: 6px;
@@ -1123,6 +1985,8 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1123
  }
1124
  .wpDataTablesWrapper .DTTT_button.DTTT_button_export:before,
1125
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before,
 
 
1126
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before{
1127
  margin-left:0;
1128
  margin-right: 7px;
@@ -1140,6 +2004,36 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1140
  padding: 10px 15px;
1141
  }
1142
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1143
 
1144
  }
1145
 
@@ -1162,13 +2056,47 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1162
  order: 3;
1163
  }
1164
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1165
 
1166
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis,
1167
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print,
1168
- .wpDataTablesWrapper .DTTT_button.DTTT_button_export{
 
1169
  margin-bottom: 12px;
1170
  }
1171
 
 
 
 
 
 
 
 
 
 
1172
 
1173
  .wpDataTablesWrapper .dataTables_info {
1174
  width: 100%;
@@ -1197,12 +2125,72 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1197
  margin-left: 0;
1198
  }
1199
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1200
 
1201
  .wpdt-c .wpDataTablesWrapper .dataTables_info {
1202
  margin-left: 0;
1203
  margin-bottom: 10px;
1204
  }
1205
 
 
 
 
 
 
 
 
 
 
 
1206
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button,
1207
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .ellipsis,
1208
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.current{
@@ -1212,10 +2200,36 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1212
  }
1213
 
1214
  @media screen and (max-width: 376px) {
 
 
 
 
1215
 
1216
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button,
1217
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .ellipsis,
1218
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.current{
1219
  min-width: 25px;
1220
  }
1221
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  @import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
6
 
7
  @font-face {
8
+ font-family: wpDataTablesIcons;
9
  font-style: normal;
10
  font-stretch: normal;
11
+ src: url(../../fonts/wpDataTablesIcons.eot);
12
+ src: url(../../fonts/wpDataTablesIcons.eot?#iefix) format('embedded-opentype'), url(../../fonts/wpDataTablesIcons.woff) format('woff'), url(../../fonts/wpDataTablesIcons.ttf) format('truetype'), url(../../fonts/wpDataTablesIcons.svg#wpDataTablesIcons) format('svg');
13
  }
14
  /* Table */
15
 
78
  font-weight: normal;
79
  }
80
  .wpdt-c .wpDataTablesWrapper .dataTables_filter label .wdt-search-icon:before{
81
+ font-family: wpDataTablesIcons;
82
  content: '\e901';
83
  position: absolute;
84
  top: -3px;
116
  }
117
 
118
  .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select > .btn-default:before{
119
+ font-family: wpDataTablesIcons;
120
+ content: "\f0e1";
121
  color: #606266;
122
  position: absolute;
123
  right: 6px;
124
+ top: 4px;
125
+ font-size: 15px;
126
  height: 0;
127
  width: 0;
128
  background-image: none;
178
  right: 1px;
179
  }
180
  .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .check-mark:before {
 
181
  color: #606fc7;
182
  }
183
 
252
  /* Sorting icons */
253
 
254
  .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:before {
255
+ font-family: 'wpDataTablesIcons';
256
  display: inline-block;
257
+ content: '\f107';
258
  padding-right: 10px ;
259
  }
260
 
261
  .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:before {
262
+ font-family: 'wpDataTablesIcons';
263
  display: inline-block;
264
+ content: '\f106';
265
  padding-right: 10px ;
266
  }
267
 
351
  line-height: 1;
352
  letter-spacing: normal;
353
  color: #606266;
354
+ margin-right: 0;
355
  margin-top: 6px;
356
+ padding-top: 2px;
357
  }
358
 
359
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button,
376
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate a {
377
  display: inline-block;
378
  padding: 7px 3px;
379
+ text-decoration: none !important;
380
  }
381
 
382
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate a.paginate_button:focus {
457
 
458
  .wpdt-c .wpDataTablesWrapper .DTTT_button:before,
459
  .wpdt-c .wpDataTablesWrapper .wdt-checkbox-filter.btn:before,
460
+ .wpdt-c .wpDataTablesWrapper .paginate_button:before,
461
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander:before {
462
  display: inline-block;
463
+ font-family: wpDataTablesIcons !important;
464
  font-style: normal;
465
  font-weight: 400;
466
  text-align: center;
481
  .wpdt-c .wpDataTablesWrapper .DTTT_button:hover {
482
  opacity: 1;
483
  }
484
+ .wpdt-c .wpDataTablesWrapper .DTTT_button_delete:hover {
485
+ background-color: #ce452a !important;
486
+ }
487
 
488
  .wpdt-c .wpDataTablesWrapper .DTTT_button.disabled {
489
  opacity: 0.4;
493
  opacity: 1;
494
  }
495
 
496
+ /* Responsive table skin styles */
497
+
498
+ .wpdt-c .wpDataTablesWrapper table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
499
+ .wpdt-c .wpDataTablesWrapper table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
500
+ display: inline-block;
501
+ content: "";
502
+ height: 11px;
503
+ width: 11px;
504
+ }
505
+
506
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander,
507
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr > td > span.responsiveExpander{
508
+ opacity: 0.6;
509
+ background-image: url(../../img/plus.png);
510
+ background-repeat: no-repeat;
511
+ background-position: center;
512
+ padding: 14px;
513
+ margin-right: 7px;
514
+ }
515
+
516
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.detail-show td {
517
+ background-color: #fffbf1;
518
+ border-bottom: 1px solid #fffbf1;
519
+ }
520
+
521
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander ,
522
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander:hover{
523
+ background-image: url(../../img/plusafter.png);
524
+ }
525
+
526
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr > td > span.responsiveExpander:after,
527
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander:after{
528
+ display: none !important;
529
+ }
530
+
531
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.detail-show td:first-child,
532
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr td:first-child{
533
+ line-height: 28px;
534
+ }
535
+
536
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td {
537
+ background-color: #ffffff; /* even rows background color */
538
+ }
539
+
540
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td ul li{
541
+ position: relative;
542
+ }
543
+
544
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td ul li span.columnValue{
545
+ display: inline-flex;
546
+ min-width: 200px;
547
+ margin-left: 20px;
548
+ }
549
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td ul li span.columnTitle{
550
+ display: inline-block;
551
+ }
552
+
553
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td ul li span.columnTitle button.wdt-column-settings{
554
+ position: absolute;
555
+ right: 0;
556
+ top: -2px;
557
+ }
558
+
559
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td ul li span.columnTitle button.wdt-delete-formula-column{
560
+ position: absolute;
561
+ right: 40px;
562
+ top: -2px;
563
+ }
564
+
565
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.row-detail > td {
566
+ background-color: #f3f4fa;
567
+ padding: 0 20px;
568
+ }
569
+
570
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.row-detail > td > ul {
571
+ padding: 0;
572
+ }
573
+
574
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.row-detail > td > ul > li {
575
+ margin-left: 0;
576
+ padding-top: 0;
577
+ display: flex;
578
+ justify-content: flex-start;
579
+ }
580
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.row-detail > td > ul > li:last-child {
581
+ border-bottom: none !important;
582
+ }
583
+
584
 
585
  .wpdt-c .wpDataTables.wpDataTablesWrapper table.wpDataTable tr.odd td.error {
586
  background-color: #f2dede;
587
  }
588
 
589
+ /* Formatting rule */
590
 
591
+ .formatting_rule_if_clause,
592
+ .formatting_rule_action {
593
+ background-color: #fdfdfd !important;
594
+ border-color: #cccccc !important;
595
+ background-image: none !important;
596
+ color: #333333;
597
+ border-radius: 3px !important;
598
+ -webkit-box-shadow: none !important;
599
+ -moz-box-shadow: none !important;
600
+ box-shadow: none !important;
601
+ vertical-align: middle;
602
+ }
603
+
604
+ .cellVal {
605
+ font-size: inherit !important;
606
+ line-height: 20px !important;
607
+ -webkit-box-sizing: border-box !important;
608
+ -moz-box-sizing: border-box !important;
609
+ box-sizing: border-box !important;
610
+ }
611
 
612
  /* Overlay */
613
 
698
  color: initial;
699
  }
700
 
701
+ .wpDataTablesWrapper th .text_filter,
702
+ .wpDataTablesWrapper th .text_filter:focus,
703
+ .wpDataTablesWrapper th .text_filter:hover,
704
+ .wpDataTablesWrapper th .number_filter,
705
+ .wpDataTablesWrapper th .number_filter:focus,
706
+ .wpDataTablesWrapper th .number_filter:hover,
707
+ .wpDataTablesWrapper th .wdt-select-filter > .btn-default,
708
+ .wpDataTablesWrapper th .wdt-select-filter > .btn-default:focus,
709
+ .wpDataTablesWrapper th .wdt-select-filter > .btn-default:hover,
710
+ .wpDataTablesWrapper th .wdt-multiselect-filter > .btn-default,
711
+ .wpDataTablesWrapper th .wdt-multiselect-filter > .btn-default:focus,
712
+ .wpDataTablesWrapper th .wdt-multiselect-filter > .btn-default:hover,
713
+ .wpDataTablesWrapper th .wdt-datepicker,
714
+ .wpDataTablesWrapper th .wdt-datepicker:focus,
715
+ .wpDataTablesWrapper th .wdt-datepicker:hover,
716
+ .wpDataTablesWrapper th .wdt-datetimepicker,
717
+ .wpDataTablesWrapper th .wdt-datetimepicker:focus,
718
+ .wpDataTablesWrapper th .wdt-datetimepicker:hover,
719
+ .wpDataTablesWrapper th .wdt-timepicker,
720
+ .wpDataTablesWrapper th .wdt-timepicker:focus,
721
+ .wpDataTablesWrapper th .wdt-timepicker:hover,
722
+ .wpDataTablesWrapper th .number-range-filter,
723
+ .wpDataTablesWrapper th .number-range-filter:focus,
724
+ .wpDataTablesWrapper th .number-range-filter:hover {
725
+ color: #606266;
726
+ }
727
+
728
+ /* Filters input */
729
+
730
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.text_filter,
731
+ .wpDataTablesWrapper table.wpDataTable thead th input.text_filter,
732
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.date-range-filter,
733
+ .wpDataTablesWrapper table.wpDataTable thead th input.date-range-filter,
734
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.date-time-range-filter,
735
+ .wpDataTablesWrapper table.wpDataTable thead th input.date-time-range-filter,
736
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.time-range-filter,
737
+ .wpDataTablesWrapper table.wpDataTable thead th input.time-range-filter,
738
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.number-range-filter,
739
+ .wpDataTablesWrapper table.wpDataTable thead th input.number-range-filter,
740
+ .wpDataTablesWrapper table.wpDataTable thead th input.number_filter,
741
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.number_filter,
742
+ .wpDataTablesWrapper table.wpDataTable tfoot td .wdt-select-filter,
743
+ .wpDataTablesWrapper table.wpDataTable thead th .wdt-select-filter,
744
+ .wpDataTablesWrapper table.wpDataTable tfoot td .wdt-multiselect-filter,
745
+ .wpDataTablesWrapper table.wpDataTable thead th .wdt-multiselect-filter,
746
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.text_filter,
747
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.date-range-filter,
748
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.date-time-range-filter,
749
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.time-range-filter,
750
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.number-range-filter,
751
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.number_filter,
752
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .wdt-select-filter,
753
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .wdt-multiselect-filter,
754
+ .wpdt-c .modal#wdt-frontend-modal .bootstrap-select,
755
+ .wpdt-c .modal#wdt-frontend-modal textarea,
756
+ .wpdt-c .modal#wdt-frontend-modal input.editDialogInput {
757
+ border-radius: 4px;
758
+ border: solid 1px #dcdfe6;
759
+ padding-left: 15px;
760
+ width: 100%;
761
+ }
762
+
763
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.date-range-filter:first-child,
764
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.date-time-range-filter:first-child,
765
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.number-range-filter:first-child,
766
+ .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection input.time-range-filter:first-child,
767
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.date-range-filter:first-child,
768
+ .wpDataTablesWrapper table.wpDataTable thead th input.date-range-filter:first-child,
769
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.date-time-range-filter:first-child,
770
+ .wpDataTablesWrapper table.wpDataTable thead th input.date-time-range-filter:first-child,
771
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.time-range-filter:first-child,
772
+ .wpDataTablesWrapper table.wpDataTable thead th input.time-range-filter:first-child,
773
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.number-range-filter:first-child,
774
+ .wpDataTablesWrapper table.wpDataTable thead th input.number-range-filter:first-child {
775
+ margin-bottom: 4px;
776
+ }
777
+
778
+ .wpDataTablesWrapper .wpDataTableFilterSection {
779
+ padding: 12px 20px 0 0;
780
+ }
781
+
782
+ .wpDataTablesWrapper .wpDataTableFilterSection label ,
783
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt-filter-text input::placeholder{
784
+ max-width: 212px;
785
+ white-space: nowrap;
786
+ -ms-text-overflow: ellipsis;
787
+ text-overflow: ellipsis;
788
+ overflow: hidden;
789
+ margin-bottom: 0;
790
+ }
791
+
792
+ .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block){
793
+ width: 241px;
794
+ margin-right: 0;
795
+ margin-bottom: 4px;
796
+ min-height: 120px;
797
+ }
798
+
799
+ .wpDataTableFilterBox .wpDataTableFilterSection div:first-child {
800
+ margin-top: 0;
801
+ }
802
+
803
+ #wpdatatable-preview-container .wpDataTableFilterSection#wdt-clear-filters-button-block,
804
+ #wpdatatable-preview-container .wpDataTableFilterSection#wdt-pf-search-filters-button-block{
805
+ padding-top: 30px !important;
806
+ margin-bottom: 10px;
807
+ }
808
+
809
+ .wpDataTableFilterSection#wdt-clear-filters-button-block,
810
+ .wpDataTableFilterSection#wdt-pf-search-filters-button-block{
811
+ padding-top: 34px !important;
812
+ }
813
+
814
+ #wdt-filter-widget .wdt-clear-filters-widget-button,
815
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt-clear-filters-button,
816
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt-pf-search-filters-button{
817
+ height: 40px;
818
+ border-radius: 4px;
819
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
820
+ border: solid 1px #ebedf2;
821
+ font-family: Roboto;
822
+ font-size: 14px;
823
+ font-weight: 500;
824
+ font-style: normal;
825
+ font-stretch: normal;
826
+ line-height: normal;
827
+ letter-spacing: normal;
828
+ text-transform: capitalize;
829
+ }
830
+
831
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt-clear-filters-button,
832
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt-pf-search-filters-button{
833
+ width: 101px;
834
+ }
835
+
836
+ #wdt-filter-widget .wdt-clear-filters-widget-button,
837
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt-clear-filters-button{
838
+ background-color: #ffffff;
839
+ color: #606266;
840
+ text-shadow: none;
841
+ }
842
+ #wdt-filter-widget .wdt-clear-filters-widget-button:before,
843
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt-clear-filters-button:before{
844
+ display: none;
845
+ }
846
+
847
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt-pf-search-filters-button{
848
+ background-color: #606fc7;
849
+ color: #ffffff;
850
+ }
851
+
852
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters {
853
+ float: none;
854
+ margin-right: 0 !important;
855
+ margin-left: 12px;
856
+ }
857
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters:before {
858
+ display: none;
859
+ }
860
  .wpDataTables .wdt-checkbox-filter.btn,
861
  .wpDataTables input[type=text],
862
  .wpDataTables select,
863
+ .wpdt-c .wpDataTablesWrapper .filter_column button,
864
+ .wpDataTablesFilter .wpDataTableFilterSection input.form-control,
865
+ .wpdt-c .modal#wdt-frontend-modal .form-control:not(textarea){
866
  height: 36px !important;
867
  }
868
  .wpDataTables .wdt-checkbox-filter.btn {
877
  color: #ffffff;
878
  }
879
 
880
+ #wdt-frontend-modal .wdt_checkbox_option,
881
+ .wdt-search-filters-button-container .wdt_checkbox_option {
882
+ position: relative;
883
+ padding: 7px 0 !important;
884
+ }
885
+
886
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt_checkbox_option,
887
+ #wdt-frontend-modal .wdt_checkbox_option label {
888
+
889
+ font-family: Roboto;
890
+ font-size: 14px;
891
+ font-weight: 500;
892
+ font-style: normal;
893
+ font-stretch: normal;
894
+ line-height: normal;
895
+ letter-spacing: normal;
896
+ color: #606266;
897
+ }
898
+
899
+ .wdt-search-filters-button-container .wdt_checkbox_option:first-child {
900
+ padding-top: 0 !important;
901
+ }
902
+
903
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt_checkbox_option {
904
+ padding: 7px 0 !important;
905
+ }
906
+
907
+ #wdt-frontend-modal .wdt_checkbox_option,
908
+ #wdt-frontend-modal .wdt-search-filters-button-container .wdt_checkbox_option {
909
+ padding: 14px 0 !important;
910
+ border-bottom: 1px solid #ebeef5;
911
+ margin-right: 19px;
912
+ margin-top: 0;
913
+ width: 204px;
914
+ }
915
+
916
+ #wdt-frontend-modal .wdt_checkbox_option:nth-child(3n) {
917
+ margin-right: 0 !important;
918
+ }
919
+
920
+ #wdt-frontend-modal .wdt-edit-dialog-alert-block {
921
+ margin-top: 75px;
922
+ }
923
+
924
+ #wdt-frontend-modal .wdt-search-filters-button-container .wdt_checkbox_option:before {
925
+ position: absolute;
926
+ content: "";
927
+ bottom: 0;
928
+ left: 0;
929
+ border-bottom: 1px solid #ebeef5;
930
+ width: 95%;
931
+ }
932
 
933
  .wpdt-c .checkbox .input-helper:after {
934
  top: auto;
935
  }
936
 
937
+ .wpdt-c .wpDataTableFilterSection .checkbox .input-helper:before {
938
+ top: 5px !important;
939
+ }
940
+
941
+ .wpdt-c #wdt-frontend-modal .checkbox .input-helper:before {
942
+ top: 12px !important;
943
+ }
944
 
945
  .wpdt-c .checkbox input:checked + .input-helper:before {
946
  background-color: #606fc7;
954
  border-color: #606fc7;
955
  }
956
 
957
+ .wpdt-c .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .bootstrap-select > .btn-default,
958
  .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select > .btn-default,
959
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select > .btn-default,
960
+ .wpdt-c .modal#wdt-frontend-modal .bootstrap-select > .btn-default {
961
  border-bottom: none !important;
962
  }
963
 
964
  .wpdt-c .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .bootstrap-select .check-mark:before ,
965
  .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select .check-mark:before,
966
+ .wpdt-c .modal#wdt-frontend-modal .bootstrap-select .check-mark:before,
967
  .wpdt-c .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .bootstrap-select .dropdown-menu li.selected span,
968
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select .dropdown-menu li.selected span,
969
+ .wpdt-c .modal#wdt-frontend-modal .bootstrap-select .dropdown-menu li.selected span {
970
  color: #606fc7;
971
  }
972
 
973
  .wpdt-c .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .bootstrap-select,
974
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select,
975
+ .wpdt-c .modal#wdt-frontend-modal .bootstrap-select > .btn-default{
976
  height: 36px !important;
977
  }
978
  .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu {
986
  margin-left: 0;
987
  color: #606266;
988
  }
989
+ .wpdt-c .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .bootstrap-select > .btn-default:after,
990
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select > .btn-default:after,
991
+ .wpdt-c .modal#wdt-frontend-modal .bootstrap-select > .btn-default:after{
992
  display: none !important;
993
  }
994
 
995
+ .wpdt-c .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .bootstrap-select > .btn-default:before,
996
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select > .btn-default:before,
997
+ .wpdt-c .modal#wdt-frontend-modal .bootstrap-select > .btn-default:before{
998
+ font-family: wpDataTablesIcons;
999
+ content: "\f0e1";
1000
  color: #606266;
1001
  position: absolute;
1002
+ right: 20px;
1003
+ top: 4px;
1004
+ font-size: 15px;
1005
  height: 0;
1006
  width: 0;
1007
  background-image: none;
1019
  padding-bottom: 10px;
1020
  }
1021
 
1022
+
1023
+ /* Edit modal */
1024
+
1025
+
1026
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog {
1027
+ max-width: 690px;
1028
+ width: 690px;
1029
+ font-family: Roboto;
1030
+ font-weight: normal;
1031
+ font-style: normal;
1032
+ font-stretch: normal;
1033
+ letter-spacing: normal;
1034
+ color: #606266;
1035
+ }
1036
+ .wpdt-c .modal#wdt-md-modal .modal-dialog{
1037
+ font-family: Roboto;
1038
+ font-weight: normal;
1039
+ font-style: normal;
1040
+ font-stretch: normal;
1041
+ letter-spacing: normal;
1042
+ color: #606266;
1043
+ }
1044
+
1045
+ .wpdt-c .modal#wdt-frontend-modal textarea {
1046
+ padding: 11px 15px;
1047
+ }
1048
+
1049
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content {
1050
+ max-width: 690px;
1051
+ width: 690px;
1052
+ border-radius: 6px;
1053
+ box-shadow: 0 2px 16px 0 rgba(33, 43, 54, 0.08), 0 31px 41px 0 rgba(33, 43, 54, 0.2);
1054
+ background-color: #ffffff;
1055
+ }
1056
+
1057
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content{
1058
+ border-radius: 6px;
1059
+ box-shadow: 0 2px 16px 0 rgba(33, 43, 54, 0.08), 0 31px 41px 0 rgba(33, 43, 54, 0.2);
1060
+ background-color: #ffffff;
1061
+ }
1062
+
1063
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-header,
1064
+ .wpdt-c .modal#wdt-delete-modal .modal-dialog .modal-content .modal-header,
1065
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-header
1066
+ {
1067
+ border-bottom: 1px solid #ebeef5;
1068
+ margin-bottom: 20px;
1069
+ padding: 23px 20px;
1070
+ }
1071
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-header .modal-title,
1072
+ .wpdt-c .modal#wdt-delete-modal .modal-dialog .modal-content .modal-header .modal-title,
1073
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-header .modal-title{
1074
+ clear: inherit;
1075
+ padding: 0;
1076
+ }
1077
+
1078
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-header button.close{
1079
+ width: 20px;
1080
+ height: 20px;
1081
+
1082
+ }
1083
+
1084
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-header button.close span{
1085
+ font-size: 30px;
1086
+ line-height: 18px !important;
1087
  }
1088
 
1089
  .wpdt-c .fg-line:not([class*=has-]):after {
1090
  background: #606fc7;
1091
  }
1092
 
1093
+ .wpdt-c .modal#wdt-frontend-modal .col-sm-0-8,
1094
+ .wpdt-c .modal#wdt-frontend-modal .col-xs-1,
1095
+ .wpdt-c .modal#wdt-frontend-modal .col-sm-1,
1096
+ .wpdt-c .modal#wdt-frontend-modal .col-md-1,
1097
+ .wpdt-c .modal#wdt-frontend-modal .col-lg-1,
1098
+ .wpdt-c .modal#wdt-frontend-modal .col-xs-2,
1099
+ .wpdt-c .modal#wdt-frontend-modal .col-sm-2,
1100
+ .wpdt-c .modal#wdt-frontend-modal .col-md-2,
1101
+ .wpdt-c .modal#wdt-frontend-modal .col-lg-2,
1102
+ .wpdt-c .modal#wdt-frontend-modal .col-sm-2-6,
1103
+ .wpdt-c .modal#wdt-frontend-modal .col-sm-5-5,
1104
+ .wpdt-c .modal#wdt-frontend-modal .col-xs-3,
1105
+ .wpdt-c .modal#wdt-frontend-modal .col-sm-3,
1106
+ .wpdt-c .modal#wdt-frontend-modal .col-md-3, .wpdt-c .modal#wdt-frontend-modal .col-lg-3,
1107
+ .wpdt-c .modal#wdt-frontend-modal .col-xs-4, .wpdt-c .modal#wdt-frontend-modal .col-sm-4, .wpdt-c .modal#wdt-frontend-modal .col-md-4,
1108
+ .wpdt-c .modal#wdt-frontend-modal .col-lg-4, .wpdt-c .modal#wdt-frontend-modal .col-xs-5, .wpdt-c .modal#wdt-frontend-modal .col-sm-5,
1109
+ .wpdt-c .modal#wdt-frontend-modal .col-md-5, .wpdt-c .modal#wdt-frontend-modal .col-lg-5, .wpdt-c .modal#wdt-frontend-modal .col-xs-6,
1110
+ .wpdt-c .modal#wdt-frontend-modal .col-sm-6, .wpdt-c .modal#wdt-frontend-modal .col-md-6, .wpdt-c .modal#wdt-frontend-modal .col-lg-6,
1111
+ .wpdt-c .modal#wdt-frontend-modal .col-xs-7, .wpdt-c .modal#wdt-frontend-modal .col-sm-7, .wpdt-c .modal#wdt-frontend-modal .col-md-7,
1112
+ .wpdt-c .modal#wdt-frontend-modal .col-lg-7, .wpdt-c .modal#wdt-frontend-modal .col-xs-8, .wpdt-c .modal#wdt-frontend-modal .col-sm-8,
1113
+ .wpdt-c .modal#wdt-frontend-modal .col-md-8, .wpdt-c .modal#wdt-frontend-modal .col-lg-8, .wpdt-c .modal#wdt-frontend-modal .col-xs-9,
1114
+ .wpdt-c .modal#wdt-frontend-modal .col-sm-9, .wpdt-c .modal#wdt-frontend-modal .col-md-9, .wpdt-c .modal#wdt-frontend-modal .col-lg-9,
1115
+ .wpdt-c .modal#wdt-frontend-modal .col-xs-10, .wpdt-c .modal#wdt-frontend-modal .col-sm-10, .wpdt-c .modal#wdt-frontend-modal .col-md-10,
1116
+ .wpdt-c .modal#wdt-frontend-modal .col-lg-10, .wpdt-c .modal#wdt-frontend-modal .col-xs-11, .wpdt-c .modal#wdt-frontend-modal .col-sm-11,
1117
+ .wpdt-c .modal#wdt-frontend-modal .col-md-11, .wpdt-c .modal#wdt-frontend-modal .col-lg-11, .wpdt-c .modal#wdt-frontend-modal .col-xs-12,
1118
+ .wpdt-c .modal#wdt-frontend-modal .col-sm-12, .wpdt-c .modal#wdt-frontend-modal .col-md-12, .wpdt-c .modal#wdt-frontend-modal .col-lg-12,
1119
+ .wpdt-c .modal#wdt-md-modal .col-sm-0-8,
1120
+ .wpdt-c .modal#wdt-md-modal .col-xs-1,
1121
+ .wpdt-c .modal#wdt-md-modal .col-sm-1,
1122
+ .wpdt-c .modal#wdt-md-modal .col-md-1,
1123
+ .wpdt-c .modal#wdt-md-modal .col-lg-1,
1124
+ .wpdt-c .modal#wdt-md-modal .col-xs-2,
1125
+ .wpdt-c .modal#wdt-md-modal .col-sm-2,
1126
+ .wpdt-c .modal#wdt-md-modal .col-md-2,
1127
+ .wpdt-c .modal#wdt-md-modal .col-lg-2,
1128
+ .wpdt-c .modal#wdt-md-modal .col-sm-2-6,
1129
+ .wpdt-c .modal#wdt-md-modal .col-sm-5-5,
1130
+ .wpdt-c .modal#wdt-md-modal .col-xs-3,
1131
+ .wpdt-c .modal#wdt-md-modal .col-sm-3,
1132
+ .wpdt-c .modal#wdt-md-modal .col-md-3, .wpdt-c .modal#wdt-md-modal .col-lg-3,
1133
+ .wpdt-c .modal#wdt-md-modal .col-xs-4, .wpdt-c .modal#wdt-md-modal .col-sm-4, .wpdt-c .modal#wdt-md-modal .col-md-4,
1134
+ .wpdt-c .modal#wdt-md-modal .col-lg-4, .wpdt-c .modal#wdt-md-modal .col-xs-5, .wpdt-c .modal#wdt-md-modal .col-sm-5,
1135
+ .wpdt-c .modal#wdt-md-modal .col-md-5, .wpdt-c .modal#wdt-md-modal .col-lg-5, .wpdt-c .modal#wdt-md-modal .col-xs-6,
1136
+ .wpdt-c .modal#wdt-md-modal .col-sm-6, .wpdt-c .modal#wdt-md-modal .col-md-6, .wpdt-c .modal#wdt-md-modal .col-lg-6,
1137
+ .wpdt-c .modal#wdt-md-modal .col-xs-7, .wpdt-c .modal#wdt-md-modal .col-sm-7, .wpdt-c .modal#wdt-md-modal .col-md-7,
1138
+ .wpdt-c .modal#wdt-md-modal .col-lg-7, .wpdt-c .modal#wdt-md-modal .col-xs-8, .wpdt-c .modal#wdt-md-modal .col-sm-8,
1139
+ .wpdt-c .modal#wdt-md-modal .col-md-8, .wpdt-c .modal#wdt-md-modal .col-lg-8, .wpdt-c .modal#wdt-md-modal .col-xs-9,
1140
+ .wpdt-c .modal#wdt-md-modal .col-sm-9, .wpdt-c .modal#wdt-md-modal .col-md-9, .wpdt-c .modal#wdt-md-modal .col-lg-9,
1141
+ .wpdt-c .modal#wdt-md-modal .col-xs-10, .wpdt-c .modal#wdt-md-modal .col-sm-10, .wpdt-c .modal#wdt-md-modal .col-md-10,
1142
+ .wpdt-c .modal#wdt-md-modal .col-lg-10, .wpdt-c .modal#wdt-md-modal .col-xs-11, .wpdt-c .modal#wdt-md-modal .col-sm-11,
1143
+ .wpdt-c .modal#wdt-md-modal .col-md-11, .wpdt-c .modal#wdt-md-modal .col-lg-11, .wpdt-c .modal#wdt-md-modal .col-xs-12,
1144
+ .wpdt-c .modal#wdt-md-modal .col-sm-12, .wpdt-c .modal#wdt-md-modal .col-md-12, .wpdt-c .modal#wdt-md-modal .col-lg-12 {
1145
+ padding-left: 0;
1146
+ padding-right: 0;
1147
+ }
1148
+
1149
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-fields-block{
1150
+ margin: 80px 0 0 0;
1151
+ display: flex;
1152
+ flex-wrap: wrap;
1153
+ font-size: 16px;
1154
+ line-height: normal;
1155
+ }
1156
+ .wpdt-c #wdt-md-modal .modal-body .detailColumn,
1157
+ .wpdt-c #wdt-md-modal .modal-body .col-sm-3{
1158
+ font-size: 16px !important;
1159
+ }
1160
+
1161
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-body .wdt-details-dialog-fields-block{
1162
+ margin: 0;
1163
+ display: flex;
1164
+ flex-wrap: wrap;
1165
+ font-size: 16px;
1166
+ line-height: normal;
1167
+ }
1168
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-body .wdt-details-dialog-fields-block .form-group {
1169
+ margin-bottom: 5px;
1170
+ }
1171
+
1172
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body,
1173
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-body{
1174
+ padding: 0 20px 10px;
1175
+ }
1176
+
1177
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-fields-block .form-group {
1178
+ margin-bottom: 10px;
1179
+ display: flex;
1180
+ flex-direction: column;
1181
+ flex: 1 0 47%;
1182
+ margin-right: 1%;
1183
+ margin-left: 1%;
1184
+ }
1185
+
1186
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-fields-block .form-group .col-sm-9 {
1187
+ width: 100%;
1188
+ }
1189
+
1190
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-body .wdt-details-dialog-fields-block .form-group > p,
1191
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-body .wdt-details-dialog-fields-block .form-group .fg-line > div.detailColumn{
1192
+ margin-top: 9px;
1193
+ margin-bottom: 9px;
1194
+ line-height: 20px;
1195
+ vertical-align: baseline;
1196
+ }
1197
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-fields-block .form-group > label {
1198
+ margin-top: 9px;
1199
+ margin-bottom: 9px;
1200
+ white-space: nowrap;
1201
+ overflow: hidden;
1202
+ text-overflow: ellipsis;
1203
+ width: 100%;
1204
+ }
1205
+
1206
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-fields-block .form-group:last-child,
1207
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-body .wdt-details-dialog-fields-block .form-group:last-child{
1208
+ margin-bottom: 0;
1209
+ }
1210
+
1211
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-button-block,
1212
+ .wpdt-c .modal#wdt-md-modal .modal-dialog .modal-content .modal-body .wdt-details-dialog-button-block {
1213
+ margin-left: 0;
1214
+ margin-right: 0;
1215
+ }
1216
+
1217
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-button-block .bootstrap-select > .btn-default{
1218
+ height: 35px;
1219
+ }
1220
+
1221
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-fields-block input.editDialogInput {
1222
+ border-radius: 4px;
1223
+ border: solid 1px #dcdfe6;
1224
+ font-family: Roboto;
1225
+ font-size: 14px;
1226
+ font-weight: normal;
1227
+ font-style: normal;
1228
+ font-stretch: normal;
1229
+ line-height: 1;
1230
+ letter-spacing: normal;
1231
+ color: #606266;
1232
+ height: 36px !important;
1233
+ width: 100% !important;
1234
+ padding: 11px 13px !important;
1235
+ }
1236
+
1237
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-fields-block input.editDialogInput .btn-default{
1238
+ height: 35px;
1239
+ }
1240
+
1241
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-prev-edit-button,
1242
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-next-edit-button{
1243
+ border-radius: 4px;
1244
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
1245
+ border: solid 1px #ebedf2;
1246
+ background-color: #ffffff;
1247
+ width: 319px;
1248
+ height: 40px;
1249
+ top: 88px;
1250
+ font-family: Roboto;
1251
+ font-size: 14px;
1252
+ font-weight: 500;
1253
+ font-style: normal;
1254
+ font-stretch: normal;
1255
+ line-height: normal;
1256
+ letter-spacing: normal;
1257
+ text-align: center;
1258
+ color: #606266;
1259
+ text-transform:none;
1260
+ }
1261
+
1262
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-prev-edit-button {
1263
+ position: absolute;
1264
+ margin-left: 26px;
1265
+ text-align: left;
1266
+ left: 0;
1267
+ }
1268
+
1269
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-next-edit-button {
1270
+ position: absolute;
1271
+ right: 0;
1272
+ text-align: right;
1273
+ margin-right: 26px;
1274
+ }
1275
+
1276
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-prev-edit-button i,
1277
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-next-edit-button i{
1278
+ margin-top: 0px;
1279
+ margin-bottom: 1px;
1280
+ color: #c0c4cc;
1281
+ float: none;
1282
+ }
1283
+
1284
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-prev-edit-button i.wpdt-icon-chevron-left{
1285
+ padding-right: 120px;
1286
+ font-size: 20px;
1287
+ vertical-align: inherit;
1288
+
1289
+ }
1290
+
1291
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-next-edit-button i.wpdt-icon-chevron-right{
1292
+ padding-left: 120px;
1293
+ font-size: 20px;
1294
+ vertical-align: inherit;
1295
+ float: none;
1296
+ }
1297
+
1298
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer {
1299
+ padding: 25px;
1300
+ }
1301
+
1302
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block {
1303
+ max-width: 421px;
1304
+ float: right;
1305
+ }
1306
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-gf-edit-dialog-button-block button.wdt-cancel-edit-button,
1307
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-gf-edit-dialog-button-block button.wdt-ok-edit-button,
1308
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-gf-edit-dialog-button-block button.wdt-cancel-edit-button:hover,
1309
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-gf-edit-dialog-button-block button.wdt-ok-edit-button:hover,
1310
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-apply-edit-button,
1311
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-ok-edit-button,
1312
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-cancel-edit-button,
1313
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-apply-edit-button:hover,
1314
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-ok-edit-button:hover,
1315
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-cancel-edit-button:hover {
1316
+ border-radius: 4px;
1317
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
1318
+ text-transform: none;
1319
+ font-family: Roboto;
1320
+ font-size: 14px;
1321
+ font-weight: 500;
1322
+ font-style: normal;
1323
+ font-stretch: normal;
1324
+ line-height: normal;
1325
+ letter-spacing: normal;
1326
+ height: 40px;
1327
+ }
1328
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-gf-edit-dialog-button-block button.wdt-ok-edit-button i,
1329
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-gf-edit-dialog-button-block button.wdt-cancel-edit-button i,
1330
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-apply-edit-button i,
1331
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-ok-edit-button i,
1332
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-cancel-edit-button i {
1333
+ margin-top: 1px;
1334
+ vertical-align: text-top;
1335
+ float: none;
1336
+ }
1337
+
1338
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-apply-edit-button {
1339
+ width: 168px;
1340
+ border: 1px solid #606fc7;
1341
+ background-color: #ffffff;
1342
+ border-radius: 4px;
1343
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
1344
+ margin-left: 16px;
1345
+ color: #606fc7;
1346
+ }
1347
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-gf-edit-dialog-button-block button.wdt-ok-edit-button,
1348
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-ok-edit-button,
1349
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer #wdt-checkbox-filter-close,
1350
+ .wpdt-c .modal#wdt-delete-modal .modal-content .modal-footer button.wdt-cancel-delete-button {
1351
+ width: 105px;
1352
+ border: 1px solid #606fc7;
1353
+ border-radius: 4px;
1354
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
1355
+ background-color: #606fc7;
1356
+ margin-left: 16px;
1357
+ color: #ffffff;
1358
+ }
1359
+ .wpdt-c .modal#wdt-delete-modal .modal-content .modal-footer button.wdt-cancel-delete-button {
1360
+ border: none;
1361
+ }
1362
+
1363
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-gf-edit-dialog-button-block button.wdt-cancel-edit-button,
1364
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-cancel-edit-button,
1365
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer #wdt-checkbox-filter-reset,
1366
+ .wpdt-c .modal#wdt-delete-modal .modal-content .modal-footer #wdt-browse-delete-button {
1367
+ width: 105px;
1368
+ border: 1px solid #f03e3e;
1369
+ border-radius: 4px;
1370
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
1371
+ background-color: #ffffff;
1372
+ color: #f03e3e;
1373
+ }
1374
+ .wpdt-c .modal#wdt-delete-modal .modal-content .modal-footer #wdt-browse-delete-button,
1375
+ .wpdt-c .modal#wdt-delete-modal .modal-content .modal-footer button.wdt-cancel-delete-button {
1376
+ text-transform: capitalize;
1377
+ }
1378
+
1379
+
1380
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer #wdt-checkbox-filter-reset,
1381
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer #wdt-checkbox-filter-close {
1382
+ text-transform: capitalize;
1383
+ font-family: Roboto;
1384
+ font-size: 14px;
1385
+ font-weight: 500;
1386
+ font-style: normal;
1387
+ font-stretch: normal;
1388
+ line-height: normal;
1389
+ letter-spacing: normal;
1390
+ padding-left: 30px;
1391
+ }
1392
+
1393
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer #wdt-checkbox-filter-close i {
1394
+ display: none;
1395
+ }
1396
+
1397
+ .wpdt-c #wdt-frontend-modal #wdt-checkbox-filter-reset:before{
1398
+ font-family: wpDataTablesIcons;
1399
+ content: "\e90b";
1400
+ font-size: 12px;
1401
+ position: absolute;
1402
+ top: 8px;
1403
+ left: 25px;
1404
+ }
1405
+
1406
+ .wpdt-c #wdt-frontend-modal #wdt-checkbox-filter-close:before{
1407
+ font-family: wpDataTablesIcons;
1408
+ content: "\e90a";
1409
+ font-size: 18px;
1410
+ position: absolute;
1411
+ top: 5px;
1412
+ left: 30px;
1413
+ }
1414
 
1415
  /* Table tools */
1416
 
1472
 
1473
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:active,
1474
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:active,
1475
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_new:active,
1476
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_edit:active,
1477
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_delete:active,
1478
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:active,
1479
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:active:hover,
1480
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:active:hover,
1481
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_new:active:hover,
1482
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_edit:active:hover,
1483
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_delete:active:hover,
1484
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:active:hover,
1485
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:visited,
1486
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:visited,
1487
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_new:visited,
1488
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_edit:visited,
1489
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_delete:visited,
1490
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:visited,
1491
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:hover,
1492
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:hover,
1493
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_new:hover,
1494
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_edit:hover,
1495
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_delete:hover,
1496
  .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:hover{
1497
  background-color: #ffffff ;
1498
  background-image: none;
1511
  div.dt-button-collection a.dt-button.buttons-pdf:before,
1512
  .wpDataTablesWrapper .DTTT_button.DTTT_button_export:before,
1513
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before,
1514
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_new:before,
1515
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_edit:before,
1516
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_delete:before,
1517
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before,
1518
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_md:before{
1519
+ font-family: wpDataTablesIcons !important;
1520
  font-size: 18px;
1521
  font-style: normal;
1522
  font-stretch: normal;
1527
 
1528
  .wpDataTablesWrapper .DTTT_button.DTTT_button_export:before,
1529
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before,
1530
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_edit:before,
1531
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_delete:before,
1532
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before{
1533
  margin-left: 7px;
1534
  margin-right: 7px;
1545
 
1546
  .wpDataTablesWrapper .DTTT_button.DTTT_button_export:after,
1547
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:after{
1548
+ font-family: wpDataTablesIcons;
1549
+ content: "\f0e1";
1550
  color: #606266;
1551
  position: absolute;
1552
  right: 13px;
1553
+ top: 8px;
1554
+ font-size: 15px;
1555
  }
1556
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:after{
1557
  color: #FFFFFF;
1563
  }
1564
 
1565
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before{
1566
+ font-family: wpDataTablesIcons !important;
1567
  content: "\e90e";
1568
  vertical-align: middle;
1569
  }
1579
  }
1580
 
1581
  div.dt-button-collection a.dt-button.buttons-excel:before{
1582
+ content: '\e90a';
1583
  vertical-align: middle;
1584
  }
1585
 
1589
  }
1590
 
1591
  div.dt-button-collection a.dt-button.buttons-copy:before{
1592
+ content: '\e908';
1593
  vertical-align: middle;
1594
  }
1595
 
1596
  div.dt-button-collection a.dt-button.buttons-pdf:before{
1597
+ content: '\e912';
1598
  vertical-align: middle;
1599
  }
1600
 
1601
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_new{
1602
+ width: 112px;
1603
+ order: 5;
1604
+ }
1605
+
1606
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_new:before{
1607
+ content: '\e913';
1608
+ vertical-align: middle;
1609
+ }
1610
+
1611
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_edit{
1612
+ width: 85px;
1613
+ order: 6;
1614
+ }
1615
+
1616
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_edit:before{
1617
+ content: '\e910';
1618
+ vertical-align: middle;
1619
+
1620
+ }
1621
+
1622
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_delete{
1623
+ width: 100px;
1624
+ order: 7;
1625
+ }
1626
+
1627
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_delete:before,
1628
+ .wpdt-c .modal#wdt-delete-modal .modal-dialog .modal-content .modal-footer button#wdt-browse-delete-button:before{
1629
+ font-family: wpDataTablesIcons;
1630
+ content: '\e90f';
1631
+ color: #FFFFFF;
1632
+ vertical-align: middle;
1633
+ }
1634
+
1635
+ .wpdt-c .modal#wdt-delete-modal .modal-dialog .modal-content .modal-footer button#wdt-browse-delete-button:before{
1636
+ color: #f03e3e;
1637
+ }
1638
+
1639
+ .wpdt-c .modal#wdt-delete-modal .modal-dialog .modal-content .modal-footer .wpdt-icon-trash:before {
1640
+ content: '';
1641
+ }
1642
 
1643
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis{
1644
  width: 131px;
1665
  color: #FFFFFF;
1666
  }
1667
 
1668
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_edit:before:hover,
1669
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_new:before:hover{
1670
+ color: #ffffff;
1671
+ }
1672
+
1673
+ .wpDataTablesWrapper .dt-buttons .DTTT_button.DTTT_button_delete{
1674
+ border-color: #ce452a;
1675
+ margin-right: 0;
1676
+ background-color: #f06844;
1677
+ }
1678
 
1679
  .wpDataTablesWrapper .DTTT_button.DTTT_button_export span,
1680
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print span,
1681
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis span,
1682
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_new span,
1683
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_edit span,
1684
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_md span,
1685
+ .wpDataTablesWrapper .wdt-clear-filters-button span,
1686
+ .wpDataTablesWrapper .wpDataTableFilterSection .wdt-clear-filters-button span {
1687
  color: #606266;
1688
  vertical-align: middle;
1689
  }
1691
  color: #FFFFFF;
1692
  }
1693
 
1694
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_delete span {
1695
+ color: #FFFFFF;
1696
+ vertical-align: middle;
1697
+ }
1698
+
1699
+
1700
+ /* Editing - Popover Tools */
1701
+
1702
+ .wpdt-c .wpDataTablesPopover {
1703
+ background-color: #37393d;
1704
+ border-radius: 5px;
1705
+ color: #fff;
1706
+ font-size: 12px;
1707
+ padding: 5px 8px;
1708
+ }
1709
+
1710
+ .wpdt-c .wpDataTablesPopover:before {
1711
+ border-top: 7px solid #37393d;
1712
+ border-right: 7px solid transparent;
1713
+ border-left: 7px solid transparent;
1714
+ bottom: -7px;
1715
+ }
1716
+ .wpdt-c .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_new span,
1717
+ .wpdt-c .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_edit span,
1718
+ .wpdt-c .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_delete span,
1719
+ .wpdt-c .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_md span {
1720
+ color: #ffffff;
1721
+ vertical-align: middle;
1722
+ }
1723
+
1724
+ .wpdt-c .wpDataTablesPopover.editTools a.DTTT_button,
1725
+ .wpdt-c .wpDataTablesPopover.editTools a.DTTT_button:hover {
1726
+ color: #ffffff !important;
1727
+ border: none;
1728
+ box-shadow: none;
1729
+ }
1730
+
1731
+
1732
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_new,
1733
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_edit,
1734
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_delete,
1735
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_new:before,
1736
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_edit:before,
1737
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_delete:before {
1738
+ color: #ffffff !important;
1739
+ }
1740
+
1741
+ /*edit modal popover*/
1742
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_new,
1743
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_edit,
1744
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_delete {
1745
+ width: inherit !important;
1746
+ }
1747
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_new:before,
1748
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_edit:before,
1749
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_delete:before,
1750
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_md:before{
1751
+ color: #ffffff !important;
1752
+ }
1753
+
1754
+ .wpDataTablesWrapper .wpDataTablesPopover .DTTT_button.DTTT_button_md{
1755
+ margin-left: 0 !important;
1756
+ }
1757
 
1758
  /* Export buttons - collection */
1759
 
1862
 
1863
  div.dt-button-collection a.dt-button.buttons-columnVisibility.active:before {
1864
  position: absolute;
1865
+ content: "\f14b";
1866
  font-size: 19px;
1867
  color: #606fc7;
1868
+ font-family: 'wpDataTablesIcons';
1869
  -webkit-transform: scale(1);
1870
  -ms-transform: scale(1);
1871
  -o-transform: scale(1);
1874
 
1875
  div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1876
  position: absolute;
1877
+ content: "\f04e";
1878
+ font-weight: 400;
1879
  font-size: 19px;
1880
  color: #d5d8de;
1881
+ font-family: 'wpDataTablesIcons';
1882
  -webkit-transform: scale(1);
1883
  -ms-transform: scale(1);
1884
  -o-transform: scale(1);
1906
 
1907
  .wpdt-c div.dt-button-info:before, div.dt-button-info:before{
1908
  position: absolute;
1909
+ font-family: wpDataTablesIcons;
1910
  content: '\e905';
1911
  left: 7px;
1912
  top:6px;
1916
 
1917
  .wpdt-c div.dt-button-info:after, div.dt-button-info:after{
1918
  position: absolute;
1919
+ font-family: wpDataTablesIcons;
1920
  content: '\e906';
1921
  left: 8px;
1922
  top: 6px;
1985
  }
1986
  .wpDataTablesWrapper .DTTT_button.DTTT_button_export:before,
1987
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before,
1988
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_edit:before,
1989
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_delete:before,
1990
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before{
1991
  margin-left:0;
1992
  margin-right: 7px;
2004
  padding: 10px 15px;
2005
  }
2006
 
2007
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_new {
2008
+ padding: 10px !important;
2009
+ }
2010
+
2011
+ .wpDataTablesPopover .DTTT_button.DTTT_button_new {
2012
+ padding: 5px 8px !important;
2013
+ }
2014
+
2015
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters {
2016
+ width: 101px;
2017
+ margin-left: 6px;
2018
+ padding: 10px 12px !important;
2019
+ }
2020
+
2021
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog,
2022
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content {
2023
+ width: auto;
2024
+ }
2025
+
2026
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-prev-edit-button,
2027
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-next-edit-button {
2028
+ width: 46%;
2029
+ }
2030
+
2031
+ .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block) {
2032
+ width: 231px;
2033
+ }
2034
+ .wpdt-c .wpDataTablesFilter #wdt-pf-search-filters-button-block {
2035
+ width: 17% !important;
2036
+ }
2037
 
2038
  }
2039
 
2056
  order: 3;
2057
  }
2058
 
2059
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters{
2060
+ order: 4;
2061
+ margin-right: 2px !important;
2062
+ margin-left: 0;
2063
+ }
2064
+
2065
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_spacer {
2066
+ display: none;
2067
+ }
2068
+
2069
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_new {
2070
+ order: 5;
2071
+ margin-bottom: 12px;
2072
+ }
2073
+
2074
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_edit {
2075
+ order: 6;
2076
+ margin-bottom: 12px;
2077
+ }
2078
+
2079
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_delete {
2080
+ order: 7;
2081
+ margin-bottom: 12px;
2082
+ }
2083
 
2084
  .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis,
2085
  .wpDataTablesWrapper .DTTT_button.DTTT_button_print,
2086
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_export,
2087
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters{
2088
  margin-bottom: 12px;
2089
  }
2090
 
2091
+ .wpDataTablesPopover .DTTT_button.DTTT_button_delete,
2092
+ .wpDataTablesPopover .DTTT_button.DTTT_button_edit,
2093
+ .wpDataTablesPopover .DTTT_button.DTTT_button_new {
2094
+ margin-bottom: 0;
2095
+ }
2096
+
2097
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters {
2098
+ padding: 10px 8px;
2099
+ }
2100
 
2101
  .wpDataTablesWrapper .dataTables_info {
2102
  width: 100%;
2125
  margin-left: 0;
2126
  }
2127
 
2128
+ .wpdt-c .modal#wdt-frontend-modal .modal-dialog .modal-content .modal-body .wdt-edit-dialog-fields-block .form-group {
2129
+ flex: 1 0 100%;
2130
+ }
2131
+
2132
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block {
2133
+ float: none;
2134
+ }
2135
+
2136
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button {
2137
+ font-size: 11px !important;
2138
+ }
2139
+
2140
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-apply-edit-button,
2141
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-ok-edit-button,
2142
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-cancel-edit-button {
2143
+ width: auto !important;
2144
+ margin-left: 0;
2145
+ }
2146
+
2147
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-apply-edit-button i,
2148
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-ok-edit-button i,
2149
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-cancel-edit-button i {
2150
+ font-size: 12px;
2151
+ }
2152
+
2153
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-prev-edit-button,
2154
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-next-edit-button {
2155
+ width: 43%;
2156
+ }
2157
+
2158
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-next-edit-button i.wpdt-icon-chevron-right {
2159
+ padding-left: 38%;
2160
+ }
2161
+
2162
+ .wpdt-c .modal#wdt-frontend-modal .modal-content .modal-footer .wdt-edit-dialog-button-block button.wdt-prev-edit-button i.wpdt-icon-chevron-left {
2163
+ padding-right: 38%;
2164
+ }
2165
+
2166
+ #wdt-frontend-modal .wdt_checkbox_option, #wdt-frontend-modal .wdt-search-filters-button-container .wdt_checkbox_option {
2167
+ width: 102px;
2168
+ }
2169
+
2170
+ #wdt-frontend-modal .wdt_checkbox_option:nth-child(3n) {
2171
+ margin-right: 19px !important;
2172
+ }
2173
+
2174
+ .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block) {
2175
+ width: 100%;
2176
+ min-height: 0;
2177
+ }
2178
 
2179
  .wpdt-c .wpDataTablesWrapper .dataTables_info {
2180
  margin-left: 0;
2181
  margin-bottom: 10px;
2182
  }
2183
 
2184
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td ul li span.columnValue {
2185
+ min-width: 210px;
2186
+ max-width: 210px;
2187
+ left: 103px;
2188
+ }
2189
+
2190
+ .wpdt-c .wpDataTablesFilter #wdt-pf-search-filters-button-block {
2191
+ width: 50%;
2192
+ }
2193
+
2194
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button,
2195
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .ellipsis,
2196
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.current{
2200
  }
2201
 
2202
  @media screen and (max-width: 376px) {
2203
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td ul li span.columnValue {
2204
+ min-width: 130px;
2205
+ max-width: 130px;
2206
+ }
2207
 
2208
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button,
2209
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .ellipsis,
2210
  .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.current{
2211
  min-width: 25px;
2212
  }
2213
+ }
2214
+
2215
+ .wpdt-c .noUi-handle.noUi-handle-upper {
2216
+ right: 0 !important;
2217
+ left: 100% !important;
2218
+ margin-top: 0px !important;
2219
+ background-color: #606fc7 !important;
2220
+ }
2221
+ .wpdt-c .noUi-handle.noUi-handle-lower{
2222
+ right: 0 !important;
2223
+ left: 100% !important;
2224
+ margin-top: 0px !important;
2225
+ background-color: #606fc7 !important;
2226
+ }
2227
+ .wpdt-c .noUi-horizontal{
2228
+ margin-top: 20px !important;
2229
+ margin-right: 15px !important;
2230
+ }
2231
+ .wpdt-c .noUi-connect{
2232
+ background-color: #606fc7 !important ;
2233
+ margin-top: 0px !important;
2234
+ }
2235
+
assets/css/wdt.frontend.min.css CHANGED
@@ -1 +1 @@
1
- @font-face{font-weight:400;font-style:normal;font-family:WPDataTablesIcons;src:url(../fonts/wpdatatablesicons-base.eot);src:url(../fonts/wpdatatablesicons-base.eot?#iefix) format('embedded-opentype'),url(../fonts/wpdatatablesicons-base.woff) format('woff'),url(../fonts/wpdatatablesicons-base.ttf) format('truetype'),url(../fonts/wpdatatablesicons-base.svg#wpdatatablesicons-base) format('svg')}.wpDataTables:after,.wpDataTables:before{content:" ";display:table}.wpDataTables:after{clear:both}.wpDataTablesWrapper{margin-bottom:20px}.wpDataTablesWrapper table.wpDataTable{background-color:transparent;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto;width:100%;table-layout:auto;margin-bottom:10px;overflow:auto}.wpDataTablesWrapper table.wpDataTable>tbody>tr>td>ul{list-style:inherit}.wpDataTablesWrapper table.wpDataTable>tbody>tr>th,.wpDataTablesWrapper table.wpDataTable>tbody>tr>td{text-align:left}.wpDataTablesWrapper table.wpDataTable>thead>tr>th{-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;font-weight:700;padding:3px 18px 3px 10px;font-weight:700;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpDataTablesWrapper table.wpDataTable thead tr:nth-child(2) th{overflow:visible}.wpDataTablesWrapper table.wpDataTable thead th.sorting,.wpDataTablesWrapper table.wpDataTable thead th.sorting_asc,.wpDataTablesWrapper table.wpDataTable thead th.sorting_desc{background-image:none!important}.wpDataTablesWrapper table.wpDataTable td{padding:3px 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpDataTablesWrapper table.wpDataTable td.center,.wpDataTablesWrapper table.wpDataTable td.dataTables_empty{text-align:center}.wpDataTablesWrapper table.wpDataTable>tfoot>tr>th{padding:3px 18px 3px 10px;font-weight:700}.wpDataTablesWrapper table.wpDataTable tfoot td{padding-bottom:7px;padding-top:7px;vertical-align:top;white-space:normal;overflow:visible}.wpDataTablesWrapper table.wpDataTable tfoot td input,.wpDataTablesWrapper table.wpDataTable thead th input{display:block;margin:0;width:92%;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}.wpDataTablesWrapper table.wpDataTable tfoot td input.date-range-filter,.wpDataTablesWrapper table.wpDataTable tfoot td input.number-range-filter,.wpDataTablesWrapper table.wpDataTable thead th input.number-range-filter,.wpDataTablesWrapper table.wpDataTable thead th input.date-range-filter{display:block;width:100%}.wpDataTablesWrapper table.wpDataTable tfoot td input.date-range-filter:first-child,.wpDataTablesWrapper table.wpDataTable tfoot td input.number-range-filter:first-child,.wpDataTablesWrapper table.wpDataTable thead th input.number-range-filter:first-child,.wpDataTablesWrapper table.wpDataTable thead th input.date-range-filter:first-child{margin-bottom:5px!important}.wpDataTablesWrapper .dataTables_length{float:left}.wpDataTablesWrapper .dataTables_filter{float:right;text-align:right}.wpDataTablesWrapper .dataTables_info{clear:both;float:left}.wpDataTablesWrapper .dataTables_paginate{float:right;text-align:right;background-color:transparent}.wpDataTablesWrapper .paging_full_numbers{height:35px;line-height:22px}.wpDataTablesWrapper .paging_full_numbers a:active{outline:0}.wpDataTablesWrapper .paging_full_numbers a:hover{text-decoration:none}.wpDataTablesWrapper div.wdtscroll{width:100%;overflow-x:scroll}.wpDataTablesWrapper table.scroll{width:auto!important}.wpDataTablesWrapper .dataTables_info{clear:both;float:left;margin-top:10px;padding:3px 0;font-size:11px}.wpDataTablesWrapper .dataTables_paginate{float:right;text-align:right;margin-top:5px}.wpDataTablesWrapper .dataTables_paginate a{display:inline-block;height:auto;cursor:pointer;padding:2px 7px;vertical-align:middle}.wpDataTablesWrapper .paginate_button:before{font-size:14px;line-height:1em}.wpDataTablesWrapper div.dt-buttons{margin-bottom:20px;margin-left:20px;margin-right:-10px;float:right}.wpDataTablesWrapper a.DTTT_button{height:auto;line-height:18px!important;margin-right:15px;padding:0;font-size:1em;position:relative;float:left;margin-right:3px;padding:5px 8px;cursor:pointer;color:#000}.wpDataTablesWrapper .DTTT_button[disabled=disabled]{cursor:default}.wpDataTablesWrapper .DTTT_button:before{font-size:18px;float:none;line-height:18px;margin-right:5px;margin-top:0}.wpDataTablesWrapper .DTTT_button span{vertical-align:middle}.wpDataTablesWrapper .wdt-checkbox-filter.btn:before{content:"\e00a"}.wpDataTablesWrapper .DTTT_button.DTTT_button_new:before{content:"\e006"}.wpDataTablesWrapper .DTTT_button.DTTT_button_delete:before{content:"\e00b"}.wpDataTablesWrapper .DTTT_button.DTTT_button_edit:before{content:"\e00c"}.wpDataTablesWrapper .ico-search:before{content:"\e00d"}.wpDataTablesWrapper .ico-cntrl:before{content:"\e00e"}.wpDataTablesWrapper .DTTT_button.DTTT_button_print:before{content:"\e00f"}.wpDataTablesWrapper .DTTT_button.DTTT_button_xls:before{content:"\e010"}.wpDataTablesWrapper .DTTT_button.DTTT_button_pdf:before{content:"\e013"}.wpDataTablesWrapper .DTTT_button.DTTT_button_csv:before{content:"\e014"}.wpDataTablesWrapper .DTTT_button.DTTT_button_copy:before{content:"\e015"}.wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before{font-family:"dashicons"!important;font-size:24px;content:"\f177"}.wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters:before{content:"\e817"}button.wdt-clear-filters-button:before,button.wdt-clear-filters-widget-button:before{font-family:WPDataTablesIcons;content:"\e817"}.wpDataTablesWrapper .dataTables_length{float:left}.wpDataTablesWrapper .dataTables_length span.filter-option{margin-left:15px}.wpDataTablesWrapper .dataTables_length a{box-shadow:none!important}.wpDataTablesWrapper .dataTables_filter,.wpDataTablesWrapper .dataTables_length{margin-bottom:15px}.wpDataTablesWrapper .dataTables_filter label,.wpDataTablesWrapper .dataTables_length label{font-size:inherit;line-height:inherit;margin-bottom:0}.wpDataTablesWrapper .dataTables_filter input{margin-bottom:0}div.wpDataTablesFilter span.filter_column .date-range-filter:first-child,div.wpDataTablesFilter span.filter_column .date-time-range-filter:first-child,div.wpDataTablesFilter span.filter_column .time-range-filter:first-child,div.wpDataTablesFilter span.filter_column .number-range-filter:first-child{margin-right:8px}.wpDataTablesWrapper .wdt-checkbox-modal-wrap,.wpDataTablesWrapper .wpDataTablesFilter{overflow:hidden;display:initial}.wpDataTables input[type="search"],.wpDataTables select,.wpDataTables textarea{display:inline-block;margin-bottom:0!important;max-width:100%;padding:3px 6px!important;vertical-align:middle!important;width:206px}.wpDataTables textarea.wpdt-tiny-mce{display:none!important}.wpDataTables .wdt-checkbox-filter.btn,.wpDataTables select,.wpDataTables textarea{font-size:inherit!important;line-height:22px!important;padding-bottom:3px!important;padding-top:3px!important;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important;text-transform:inherit}.wpDataTables .wdt-checkbox-filter.btn,.wpDataTables input[type=text],.wpDataTables select,.wpdt-c .wpDataTablesWrapper .filter_column button{height:30px!important}.wpDataTables .wdt-checkbox-filter.btn{width:100%;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis;border:1px solid #d7d7d7}.wpDataTablesWrapper .wpDataTableFilterSection{float:left;padding:15px}.wpDataTableFilterBox .wpDataTableFilterSection div:first-child{margin-top:5px}.wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block){float:left;margin-bottom:10px;margin-right:15px;width:230px;min-height:115px}.sidebar .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block){min-height:50px}.wpDataTablesFilter .wpDataTableFilterSection input.form-control{height:30px}.wpDataTablesFilter .wpDataTableFilterSection#wdt-clear-filters-button-block{display:inline-block;margin-bottom:0;padding-top:42px}.wpDataTablesFilter .wpDataTableFilterSection span.filter_column.filter_checkbox .wdt_checkbox_option{width:100%}span.filter_column.wdt-filter-number-range{white-space:normal}.wpDataTablesFilter .number_range_filter:first-child{margin-right:7px}.wdt-checkbox-modal-wrap{margin-bottom:15px}.wdt-checkbox-modal-wrap:after,.wdt-checkbox-modal-wrap:before{content:" ";display:table}.wdt-checkbox-modal-wrap:after{clear:both}@media(max-width:979px){.wpDataTablesWrapper .dataTables_filter input{width:100px}}@media(max-width:750px){.wpDataTablesWrapper .dataTables_filter input{width:200px}.wpDataTablesWrapper .DTTT_container,.wpDataTablesWrapper .dataTables_filter,.wpDataTablesWrapper .dataTables_length{float:none!important;margin-bottom:10px;text-align:left!important}.wpDataTablesWrapper .DTTT_container{margin-left:0!important}.wpDataTablesWrapper .DTTT_container button{display:none}.wpDataTablesWrapper .DTTT_container button.delete_table_entry,.wpDataTablesWrapper .DTTT_container button.edit_table,.wpDataTablesWrapper .DTTT_container button.new_table_entry{display:inline-block;float:none!important;position:static}}span.media-modal-icon span.screen-reader-text{display:none}.wpDataTablesPopover{position:absolute;width:200px;white-space:normal;line-height:16px;z-index:9}.wpDataTablesPopover:before{position:absolute;left:50%;bottom:-7px;content:'';display:block;margin-left:-7px}.wpDataTablesPopover.editTools{width:auto}.wpDataTablesPopover.editTools a.DTTT_button{color:#ffffff!important}div.dt-button-collection{position:absolute;top:0;left:0;width:auto;min-width:200px;padding:20px;border:solid 1px #ccc;background-color:#fff;overflow:hidden;z-index:100001;border-radius:5px}.dt-button-collection a.dt-button{background-color:#fdfdfd;border:1px solid;border-color:#ccc;border-color:rgb(204,204,204);color:#333;border-radius:3px!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;font-weight:400;margin:5px 10px 5px 0;align-items:flex-start;text-align:center;cursor:default;padding:2px 6px 3px}div.dt-button-collection button.dt-button,div.dt-button-collection div.dt-button,div.dt-button-collection a.dt-button{position:relative;left:0;right:0;display:block;margin-bottom:4px;margin-right:0}div.dt-button-collection a.dt-button:active:not(.disabled),div.dt-button-collection a.dt-button.active:not(.disabled){background-color:#f5f5f5;border-color:#a1a1a1;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important}@media screen and (max-width:640px){div.dt-buttons{float:none!important;text-align:center}}div.wdt-checkbox-modal-wrap div.wdt-checkbox-option{width:33%;float:left}div.wdt-checkbox-modal-wrap div.wdt-checkbox-option{width:33%;float:left;position:relative}div.wdt-checkbox-modal-wrap>div>div{width:100%}div.wdt-checkbox-modal-wrap div.wdt-checkbox-option label{white-space:nowrap;width:85%;overflow:hidden;text-overflow:ellipsis;display:inline-block;position:absolute;padding-left:5px}.wdt-sum-cell,.wdt-avg-cell,.wdt-min-cell,.wdt-max-cell{text-align:right!important}.wpdt-c .wdt-edit-dialog-fields-block .btn.dropdown-toggle{text-transform:inherit}.wpdt-c .wdt-edit-dialog-fields-block .fileinput-filename{text-overflow:ellipsis;white-space:nowrap;max-width:200px}.wpdt-c #wdt-frontend-modal #wdt-checkbox-filter-reset:before{font-family:WPDataTablesIcons;content:"\e817";margin-right:5px}.wpdt-c .wpDataTablesWrapper table.has-columns-hidden>tbody>tr.row-detail>td{background-color:transparent}.wpdt-c .wpDataTablesWrapper table.has-columns-hidden>tbody>tr.row-detail>td>ul>li{padding-top:10px}.wpdt-c #wpdatatable-preview-container .wpDataTablesWrapper table.has-columns-hidden>tbody>tr.row-detail>td>ul>li{height:auto}.wpdt-c .wpDataTablesWrapper table{position:relative}.wpdt-c .wpDataTablesWrapper .wdtscroll table{position:static}.wpdt-c .wdt-preload-layer{position:absolute;height:100%;width:100%;background-color:rgba(255,255,255,.7);text-align:center;z-index:100}.wpdt-c .wdt-preload-layer div.preloader{top:50%}.wpdt-c .media-modal .media-frame-title h1{padding:0 16px;font-size:22px;line-height:50px;margin:0}.wpdt-c .media-modal .thumbnail{margin-bottom:initial;background-color:initial;border:initial;line-height:initial;border-radius:initial}.wpdt-c .media-modal h2{position:relative;font-weight:600;text-transform:uppercase;font-size:12px;color:#666;margin:24px 0 8px}.wpdt-c .media-modal input{font-weight:400}.wpdt-c .attachment-filters{min-width:110px}.wpdt-c .responsiveExpander{float:left}.wpdt-c input:focus{background:none!important}.wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu{width:80px;padding:0 5px;height:35px}.wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .dropdown-toggle{height:100%;top:0}.wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .dropdown-toggle:after{content:''}.wpdt-c .clear{clear:both}.wpdt-c button.wdt-checkbox-filter:hover:after,.wpdt-c button.dropdown-toggle:hover:after{width:0}.wpdt-c .modal .modal-header{background:none}.wpdt-c .modal .modal-header button.close{background:none;margin:0;opacity:.5;font-weight:400;color:#000;font-size:19.5px}.wpdt-c .modal .wdt-columns-container i.zmdi-filter-list-lock,.wpdt-c .modal .wdt-columns-container i.zmdi-sort-asc-lock,.wpdt-c .modal .wdt-columns-container i.zmdi-edit-lock{position:relative}.wpdt-c .modal .wdt-columns-container i.zmdi-filter-list-lock:after,.wpdt-c .modal .wdt-columns-container i.zmdi-sort-asc-lock:after,.wpdt-c .modal .wdt-columns-container i.zmdi-edit-lock:after{content:'\f191';position:absolute;font-size:6px;right:-2px;top:9px;background:#f7f7f7}.wpdt-c .modal .wdt-columns-container i.zmdi-sort-asc:before,.wpdt-c .modal .wdt-columns-container i.zmdi-edit:before,.wpdt-c .modal .wdt-columns-container i.zmdi-filter-list,.wpdt-c .modal .wdt-columns-container i.zmdi-edit-lock:before,.wpdt-c .modal .wdt-columns-container i.zmdi-filter-list-lock:before,.wpdt-c .modal .wdt-columns-container i.zmdi-sort-asc-lock:before{font-size:16px}.wpdt-c .modal .wdt-columns-container i.zmdi-edit-lock:before{content:'\f158'}.wpdt-c .modal .wdt-columns-container i.zmdi-filter-list-lock:before{content:'\f160'}.wpdt-c .modal .wdt-columns-container i.zmdi-sort-asc-lock:before{content:'\f1cf'}.wpdt-c .btn-group.bootstrap-select .inner .text{margin-top:inherit;position:inherit;top:inherit;text-align:center;width:inherit}.wpdt-c .modal{width:inherit;margin-left:inherit;background-color:inherit;border:inherit;-webkit-border-radius:inherit;-moz-border-radius:inherit;border-radius:inherit;-webkit-box-shadow:inherit;-moz-box-shadow:inherit;box-shadow:inherit;-webkit-background-clip:inherit;-moz-background-clip:inherit;background-clip:inherit}.wpdt-c .bootstrap-select .status{background:#F7F7F7;clear:both;color:#999;font-size:13px;font-weight:400;line-height:1;margin-bottom:-5px;padding:13px 20px}.google_candlestick_chart g.google-visualization-tooltip g:nth-child(3) text:first-child,.google_waterfall_chart g.google-visualization-tooltip g:nth-child(3) text:first-child{display:none!important}div.DTTT_container{position:relative;float:right;margin-bottom:1em}button.DTTT_button,div.DTTT_button,a.DTTT_button{position:relative;float:left;margin-right:3px;padding:5px 8px;border:1px solid #999;cursor:pointer;*cursor:hand;font-size:.88em;color:black!important;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:1px 1px 3px #ccc;-moz-box-shadow:1px 1px 3px #ccc;-ms-box-shadow:1px 1px 3px #ccc;-o-box-shadow:1px 1px 3px #ccc;box-shadow:1px 1px 3px #ccc;background:#fff;background:-webkit-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-moz-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-ms-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-o-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f9f9f9',GradientType=0)}button.DTTT_button{height:30px;padding:3px 8px}.DTTT_button embed{outline:none}button.DTTT_button:hover,div.DTTT_button:hover,a.DTTT_button:hover{border:1px solid #666;text-decoration:none!important;-webkit-box-shadow:1px 1px 3px #999;-moz-box-shadow:1px 1px 3px #999;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999;background:#f3f3f3;background:-webkit-linear-gradient(top,#f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);background:-moz-linear-gradient(top,#f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);background:-ms-linear-gradient(top,#f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);background:-o-linear-gradient(top,#f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);background:linear-gradient(top,#f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3',endColorstr='#f4f4f4',GradientType=0)}button.DTTT_disabled,div.DTTT_disabled,a.DTTT_disabled{color:#999;border:1px solid #d0d0d0;background:#fff;background:-webkit-linear-gradient(top,#ffffff 0%,#f9f9f9 89%,#fafafa 100%);background:-moz-linear-gradient(top,#ffffff 0%,#f9f9f9 89%,#fafafa 100%);background:-ms-linear-gradient(top,#ffffff 0%,#f9f9f9 89%,#fafafa 100%);background:-o-linear-gradient(top,#ffffff 0%,#f9f9f9 89%,#fafafa 100%);background:linear-gradient(top,#ffffff 0%,#f9f9f9 89%,#fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#fafafa',GradientType=0)}button.DTTT_button_collection span{padding-right:17px}button.DTTT_button_collection:hover span{padding-right:17px}table.DTTT_selectable tbody tr{cursor:pointer;*cursor:hand}table.dataTable tr.DTTT_selected.odd{background-color:#9FAFD1}table.dataTable tr.DTTT_selected.odd td.sorting_1{background-color:#9FAFD1}table.dataTable tr.DTTT_selected.odd td.sorting_2{background-color:#9FAFD1}table.dataTable tr.DTTT_selected.odd td.sorting_3{background-color:#9FAFD1}table.dataTable tr.DTTT_selected.even{background-color:#B0BED9}table.dataTable tr.DTTT_selected.even td.sorting_1{background-color:#B0BED9}table.dataTable tr.DTTT_selected.even td.sorting_2{background-color:#B0BED9}table.dataTable tr.DTTT_selected.even td.sorting_3{background-color:#B0BED9}div.DTTT_collection{width:150px;padding:8px 8px 4px 8px;border:1px solid #ccc;border:1px solid rgba(0,0,0,.4);background-color:#f3f3f3;background-color:rgba(255,255,255,.3);overflow:hidden;z-index:2002;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 3px 5px rgba(0,0,0,.3);-moz-box-shadow:3px 3px 5px rgba(0,0,0,.3);-ms-box-shadow:3px 3px 5px rgba(0,0,0,.3);-o-box-shadow:3px 3px 5px rgba(0,0,0,.3);box-shadow:3px 3px 5px rgba(0,0,0,.3)}div.DTTT_collection_background{z-index:2001}div.DTTT_collection button.DTTT_button,div.DTTT_collection div.DTTT_button,div.DTTT_collection a.DTTT_button{position:relative;left:0;right:0;display:block;float:none;margin-bottom:4px;-webkit-box-shadow:1px 1px 3px #999;-moz-box-shadow:1px 1px 3px #999;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999}.DTTT_print_info{position:fixed;top:50%;left:50%;width:400px;height:150px;margin-left:-200px;margin-top:-75px;text-align:center;color:#333;padding:10px 30px;background:#fff;background:-webkit-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-moz-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-ms-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-o-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f9f9f9',GradientType=0);opacity:.95;border:1px solid #000;border:1px solid rgba(0,0,0,.5);-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,.5);-moz-box-shadow:0 3px 7px rgba(0,0,0,.5);-ms-box-shadow:0 3px 7px rgba(0,0,0,.5);-o-box-shadow:0 3px 7px rgba(0,0,0,.5);box-shadow:0 3px 7px rgba(0,0,0,.5)}.DTTT_print_info h6{font-weight:400;font-size:28px;line-height:28px;margin:1em}.DTTT_print_info p{font-size:14px;line-height:20px}table.has-columns-hidden>tbody>tr>td>span.responsiveExpander,table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander{background-color:#fff;background-image:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e0e0e0));background-image:-webkit-linear-gradient(top,#ffffff,#e0e0e0);background-image:-o-linear-gradient(top,#ffffff,#e0e0e0);background-image:linear-gradient(to bottom,#ffffff,#e0e0e0);background-image:-moz-linear-gradient(top,#ffffff,#e0e0e0);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);border:1px solid #e0e0e0;cursor:pointer;display:inline-block;line-height:0;font-size:0;padding:1px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;border-radius:5px;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:3px}table.has-columns-hidden>tbody>tr>td>span.responsiveExpander:hover,table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander:hover{background-color:#fff;background-image:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f5f5f5));background-image:-webkit-linear-gradient(top,#ffffff,#f5f5f5);background-image:-o-linear-gradient(top,#ffffff,#f5f5f5);background-image:linear-gradient(to bottom,#ffffff,#f5f5f5);background-image:-moz-linear-gradient(top,#ffffff,#f5f5f5);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff5f5f5',GradientType=0);border-color:#c7d5e1;-webkit-box-shadow:0 0 4px rgba(0,0,0,.25);-moz-box-shadow:0 0 4px rgba(0,0,0,.25);box-shadow:0 0 4px rgba(0,0,0,.25)}table.has-columns-hidden>tbody>tr>td>span.responsiveExpander:after,table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander:after{display:inline-block;line-height:0;content:"";height:11px;width:11px;background-image:url(../img/icons.png);background-repeat:no-repeat;background-position:-3000px -3000px}table.has-columns-hidden>tbody>tr>td>span.responsiveExpander:after{background-position:0 0;cursor:pointer}table.has-columns-hidden>tbody>tr>td>span.responsiveExpander:hover:after{background-position:-12px 0}table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander:after{background-position:-24px 0}table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander:hover:after{background-position:-36px 0}table.has-columns-hidden>tbody>tr.row-detail>td{background:#eee}table.has-columns-hidden>tbody>tr.row-detail>td>ul{list-style:none;margin:0}table.has-columns-hidden>tbody>tr.row-detail>td>ul>li>span.columnTitle{font-weight:700}
1
+ @font-face{font-weight:400;font-style:normal;font-family:wpDataTablesIcons;src:url(../fonts/wpDataTablesIcons.eot);src:url(../fonts/wpDataTablesIcons.eot?#iefix) format('embedded-opentype'),url(../fonts/wpDataTablesIcons.woff) format('woff'),url(../fonts/wpDataTablesIcons.ttf) format('truetype'),url(../fonts/wpDataTablesIcons.svg#wpDataTablesIcons) format('svg')}.wpDataTables:after,.wpDataTables:before{content:" ";display:table}.wpDataTables:after{clear:both}.wpDataTablesWrapper{margin-bottom:20px}.wpDataTablesWrapper table.wpDataTable{background-color:transparent;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto;width:100%;table-layout:auto;margin-bottom:10px;overflow:auto}.wpDataTablesWrapper table.wpDataTable>tbody>tr>td>ul{list-style:inherit}.wpDataTablesWrapper table.wpDataTable>tbody>tr>th,.wpDataTablesWrapper table.wpDataTable>tbody>tr>td{text-align:left}.wpDataTablesWrapper table.wpDataTable>thead>tr>th{-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;font-weight:700;padding:3px 18px 3px 10px;font-weight:700;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpDataTablesWrapper table.wpDataTable thead tr:nth-child(2) th{overflow:visible}.wpDataTablesWrapper table.wpDataTable thead th.sorting,.wpDataTablesWrapper table.wpDataTable thead th.sorting_asc,.wpDataTablesWrapper table.wpDataTable thead th.sorting_desc{background-image:none!important}.wpDataTablesWrapper table.wpDataTable td{padding:3px 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpDataTablesWrapper table.wpDataTable td.center,.wpDataTablesWrapper table.wpDataTable td.dataTables_empty{text-align:center}.wpDataTablesWrapper table.wpDataTable>tfoot>tr>th{padding:3px 18px 3px 10px;font-weight:700}.wpDataTablesWrapper table.wpDataTable tfoot td{padding-bottom:7px;padding-top:7px;vertical-align:top;white-space:normal;overflow:visible}.wpDataTablesWrapper table.wpDataTable tfoot td input,.wpDataTablesWrapper table.wpDataTable thead th input{display:block;margin:0;width:92%;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}.wpDataTablesWrapper table.wpDataTable tfoot td input.date-range-filter,.wpDataTablesWrapper table.wpDataTable tfoot td input.number-range-filter,.wpDataTablesWrapper table.wpDataTable thead th input.number-range-filter,.wpDataTablesWrapper table.wpDataTable thead th input.date-range-filter{display:block;width:100%}.wpDataTablesWrapper table.wpDataTable tfoot td input.date-range-filter:first-child,.wpDataTablesWrapper table.wpDataTable tfoot td input.number-range-filter:first-child,.wpDataTablesWrapper table.wpDataTable thead th input.number-range-filter:first-child,.wpDataTablesWrapper table.wpDataTable thead th input.date-range-filter:first-child{margin-bottom:5px!important}.wpDataTablesWrapper .dataTables_length{float:left}.wpDataTablesWrapper .dataTables_filter{float:right;text-align:right}.wpDataTablesWrapper .dataTables_info{clear:both;float:left}.wpDataTablesWrapper .dataTables_paginate{float:right;text-align:right;background-color:transparent}.wpDataTablesWrapper .paging_full_numbers{height:35px;line-height:22px}.wpDataTablesWrapper .paging_full_numbers a:active{outline:0}.wpDataTablesWrapper .paging_full_numbers a:hover{text-decoration:none}.wpDataTablesWrapper div.wdtscroll{width:100%;overflow-x:scroll}.wpDataTablesWrapper table.scroll{width:auto!important}.wpDataTablesWrapper .dataTables_info{clear:both;float:left;margin-top:10px;padding:3px 0;font-size:11px}.wpDataTablesWrapper .dataTables_paginate{float:right;text-align:right;margin-top:5px}.wpDataTablesWrapper .dataTables_paginate a{display:inline-block;height:auto;cursor:pointer;padding:2px 7px;vertical-align:middle}.wpDataTablesWrapper .paginate_button:before{font-size:14px;line-height:1em}.wpDataTablesWrapper div.dt-buttons{margin-bottom:20px;margin-left:20px;margin-right:-10px;float:right}.wpDataTablesWrapper a.DTTT_button{height:auto;line-height:18px!important;margin-right:15px;padding:0;font-size:1em;position:relative;float:left;margin-right:3px;padding:5px 8px;cursor:pointer;color:#000}.wpDataTablesWrapper .DTTT_button[disabled=disabled]{cursor:default}.wpDataTablesWrapper .DTTT_button:before{font-size:18px;float:none;line-height:18px;margin-right:5px;margin-top:0}.wpDataTablesWrapper .DTTT_button span{vertical-align:middle}.wpDataTablesWrapper .wdt-checkbox-filter.btn:before{content:"\e00a"}.wpDataTablesWrapper .DTTT_button.DTTT_button_new:before{content:"\e006"}.wpDataTablesWrapper .DTTT_button.DTTT_button_delete:before{content:"\e00b"}.wpDataTablesWrapper .DTTT_button.DTTT_button_edit:before{content:"\e00c"}.wpDataTablesWrapper .ico-search:before{content:"\e00d"}.wpDataTablesWrapper .ico-cntrl:before{content:"\e00e"}.wpDataTablesWrapper .DTTT_button.DTTT_button_print:before{content:"\e00f"}.wpDataTablesWrapper .DTTT_button.DTTT_button_xls:before{content:"\e010"}.wpDataTablesWrapper .DTTT_button.DTTT_button_pdf:before{content:"\e013"}.wpDataTablesWrapper .DTTT_button.DTTT_button_csv:before{content:"\e014"}.wpDataTablesWrapper .DTTT_button.DTTT_button_copy:before{content:"\e015"}.wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before{font-family:"wpDataTablesIcons"!important;font-size:20px;content:"\f074"}.wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters:before{content:"\e817"}button.wdt-clear-filters-button:before,button.wdt-clear-filters-widget-button:before{font-family:wpDataTablesIcons;content:"\e817"}.wpDataTablesWrapper .dataTables_length{float:left}.wpDataTablesWrapper .dataTables_length span.filter-option{margin-left:15px}.wpDataTablesWrapper .dataTables_length a{box-shadow:none!important}.wpDataTablesWrapper .dataTables_filter,.wpDataTablesWrapper .dataTables_length{margin-bottom:15px}.wpDataTablesWrapper .dataTables_filter label,.wpDataTablesWrapper .dataTables_length label{font-size:inherit;line-height:inherit;margin-bottom:0}.wpDataTablesWrapper .dataTables_filter input{margin-bottom:0}div.wpDataTablesFilter span.filter_column .date-range-filter:first-child,div.wpDataTablesFilter span.filter_column .date-time-range-filter:first-child,div.wpDataTablesFilter span.filter_column .time-range-filter:first-child,div.wpDataTablesFilter span.filter_column .number-range-filter:first-child{margin-right:8px}.wpDataTablesWrapper .wdt-checkbox-modal-wrap,.wpDataTablesWrapper .wpDataTablesFilter{overflow:hidden;display:initial}.wpDataTables input[type="search"],.wpDataTables select,.wpDataTables textarea{display:inline-block;margin-bottom:0!important;max-width:100%;padding:3px 6px!important;vertical-align:middle!important;width:206px}.wpDataTables textarea.wpdt-tiny-mce{display:none!important}.wpDataTables .wdt-checkbox-filter.btn,.wpDataTables select,.wpDataTables textarea{font-size:inherit!important;line-height:22px!important;padding-bottom:3px!important;padding-top:3px!important;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important;text-transform:inherit}.wpDataTables .wdt-checkbox-filter.btn,.wpDataTables input[type=text],.wpDataTables select,.wpdt-c .wpDataTablesWrapper .filter_column button{height:30px!important}.wpDataTables .wdt-checkbox-filter.btn{width:100%;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis;border:1px solid #d7d7d7}.wpDataTablesWrapper .wpDataTableFilterSection{float:left;padding:15px}.wpDataTableFilterBox .wpDataTableFilterSection div:first-child{margin-top:5px}.wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block){float:left;margin-bottom:10px;margin-right:15px;width:230px;min-height:115px}.sidebar .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block){min-height:50px}.wpDataTablesFilter .wpDataTableFilterSection input.form-control{height:30px}.wpDataTablesFilter .wpDataTableFilterSection#wdt-clear-filters-button-block{display:inline-block;margin-bottom:0;padding-top:42px}.wpDataTablesFilter .wpDataTableFilterSection span.filter_column.filter_checkbox .wdt_checkbox_option{width:100%}span.filter_column.wdt-filter-number-range{white-space:normal}.wpDataTablesFilter .number_range_filter:first-child{margin-right:7px}.wdt-checkbox-modal-wrap{margin-bottom:15px}.wdt-checkbox-modal-wrap:after,.wdt-checkbox-modal-wrap:before{content:" ";display:table}.wdt-checkbox-modal-wrap:after{clear:both}@media(max-width:979px){.wpDataTablesWrapper .dataTables_filter input{width:100px}}@media(max-width:750px){.wpDataTablesWrapper .dataTables_filter input{width:200px}.wpDataTablesWrapper .DTTT_container,.wpDataTablesWrapper .dataTables_filter,.wpDataTablesWrapper .dataTables_length{float:none!important;margin-bottom:10px;text-align:left!important}.wpDataTablesWrapper .DTTT_container{margin-left:0!important}.wpDataTablesWrapper .DTTT_container button{display:none}.wpDataTablesWrapper .DTTT_container button.delete_table_entry,.wpDataTablesWrapper .DTTT_container button.edit_table,.wpDataTablesWrapper .DTTT_container button.new_table_entry{display:inline-block;float:none!important;position:static}}span.media-modal-icon span.screen-reader-text{display:none}.wpDataTablesPopover{position:absolute;width:200px;white-space:normal;line-height:16px;z-index:9}.wpDataTablesPopover:before{position:absolute;left:50%;bottom:-7px;content:'';display:block;margin-left:-7px}.wpDataTablesPopover.editTools{width:auto}.wpDataTablesPopover.editTools a.DTTT_button{color:#ffffff!important}div.dt-button-collection{position:absolute;top:0;left:0;width:auto;min-width:200px;padding:20px;border:solid 1px #ccc;background-color:#fff;overflow:hidden;z-index:100001;border-radius:5px}.dt-button-collection a.dt-button{background-color:#fdfdfd;border:1px solid;border-color:#ccc;border-color:rgb(204,204,204);color:#333;border-radius:3px!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;font-weight:400;margin:5px 10px 5px 0;align-items:flex-start;text-align:center;cursor:default;padding:2px 6px 3px}div.dt-button-collection button.dt-button,div.dt-button-collection div.dt-button,div.dt-button-collection a.dt-button{position:relative;left:0;right:0;display:block;margin-bottom:4px;margin-right:0}div.dt-button-collection a.dt-button:active:not(.disabled),div.dt-button-collection a.dt-button.active:not(.disabled){background-color:#f5f5f5;border-color:#a1a1a1;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important}@media screen and (max-width:640px){div.dt-buttons{float:none!important;text-align:center}}div.wdt-checkbox-modal-wrap div.wdt-checkbox-option{width:33%;float:left}div.wdt-checkbox-modal-wrap div.wdt-checkbox-option{width:33%;float:left;position:relative}div.wdt-checkbox-modal-wrap>div>div{width:100%}div.wdt-checkbox-modal-wrap div.wdt-checkbox-option label{white-space:nowrap;width:85%;overflow:hidden;text-overflow:ellipsis;display:inline-block;position:absolute;padding-left:5px}.wdt-sum-cell,.wdt-avg-cell,.wdt-min-cell,.wdt-max-cell{text-align:right!important}.wpdt-c .wdt-edit-dialog-fields-block .btn.dropdown-toggle{text-transform:inherit}.wpdt-c .wdt-edit-dialog-fields-block .fileinput-filename{text-overflow:ellipsis;white-space:nowrap;max-width:200px}.wpdt-c #wdt-frontend-modal #wdt-checkbox-filter-reset:before{font-family:wpDataTablesIcons;content:"\e817";margin-right:5px}.wpdt-c .wpDataTablesWrapper table.has-columns-hidden>tbody>tr.row-detail>td{background-color:transparent}.wpdt-c .wpDataTablesWrapper table.has-columns-hidden>tbody>tr.row-detail>td>ul>li{padding-top:10px}.wpdt-c #wpdatatable-preview-container .wpDataTablesWrapper table.has-columns-hidden>tbody>tr.row-detail>td>ul>li{height:auto}.wpdt-c .wpDataTablesWrapper table{position:relative}.wpdt-c .wpDataTablesWrapper .wdtscroll table{position:static}.wpdt-c .wdt-preload-layer{position:absolute;height:100%;width:100%;background-color:rgba(255,255,255,1);text-align:center;z-index:100}.wpdt-c .wdt-preload-layer div.preloader{top:50%}.wpdt-c .media-modal .media-frame-title h1{padding:0 16px;font-size:22px;line-height:50px;margin:0}.wpdt-c .media-modal .thumbnail{margin-bottom:initial;background-color:initial;border:initial;line-height:initial;border-radius:initial}.wpdt-c .media-modal h2{position:relative;font-weight:600;text-transform:uppercase;font-size:12px;color:#666;margin:24px 0 8px}.wpdt-c .media-modal input{font-weight:400}.wpdt-c .attachment-filters{min-width:110px}.wpdt-c .responsiveExpander{float:left}.wpdt-c input:focus{background:none!important}.wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu{width:80px;padding:0 5px;height:35px}.wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .dropdown-toggle{height:100%;top:0}.wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .dropdown-toggle:after{content:''}.wpdt-c .clear{clear:both}.wpdt-c button.wdt-checkbox-filter:hover:after,.wpdt-c button.dropdown-toggle:hover:after{width:0}.wpdt-c .modal .modal-header{background:none}.wpdt-c .modal .modal-header button.close{background:none;margin:0;opacity:.5;font-weight:400;color:#000;font-size:19.5px}.wpdt-c .btn-group.bootstrap-select .inner .text{margin-top:inherit;position:inherit;top:inherit;text-align:center;width:inherit}.wpdt-c .modal{width:inherit;margin-left:inherit;background-color:inherit;border:inherit;-webkit-border-radius:inherit;-moz-border-radius:inherit;border-radius:inherit;-webkit-box-shadow:inherit;-moz-box-shadow:inherit;box-shadow:inherit;-webkit-background-clip:inherit;-moz-background-clip:inherit;background-clip:inherit}.wpdt-c .bootstrap-select .status{background:#F7F7F7;clear:both;color:#999;font-size:13px;font-weight:400;line-height:1;margin-bottom:-5px;padding:13px 20px}.google_candlestick_chart g.google-visualization-tooltip g:nth-child(3) text:first-child,.google_waterfall_chart g.google-visualization-tooltip g:nth-child(3) text:first-child{display:none!important}div.DTTT_container{position:relative;float:right;margin-bottom:1em}button.DTTT_button,div.DTTT_button,a.DTTT_button{position:relative;float:left;margin-right:3px;padding:5px 8px;border:1px solid #999;cursor:pointer;*cursor:hand;font-size:.88em;color:black!important;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:1px 1px 3px #ccc;-moz-box-shadow:1px 1px 3px #ccc;-ms-box-shadow:1px 1px 3px #ccc;-o-box-shadow:1px 1px 3px #ccc;box-shadow:1px 1px 3px #ccc;background:#fff;background:-webkit-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-moz-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-ms-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-o-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f9f9f9',GradientType=0)}button.DTTT_button{height:30px;padding:3px 8px}.DTTT_button embed{outline:none}button.DTTT_button:hover,div.DTTT_button:hover,a.DTTT_button:hover{border:1px solid #666;text-decoration:none!important;-webkit-box-shadow:1px 1px 3px #999;-moz-box-shadow:1px 1px 3px #999;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999;background:#f3f3f3;background:-webkit-linear-gradient(top,#f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);background:-moz-linear-gradient(top,#f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);background:-ms-linear-gradient(top,#f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);background:-o-linear-gradient(top,#f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);background:linear-gradient(top,#f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3',endColorstr='#f4f4f4',GradientType=0)}button.DTTT_disabled,div.DTTT_disabled,a.DTTT_disabled{color:#999;border:1px solid #d0d0d0;background:#fff;background:-webkit-linear-gradient(top,#ffffff 0%,#f9f9f9 89%,#fafafa 100%);background:-moz-linear-gradient(top,#ffffff 0%,#f9f9f9 89%,#fafafa 100%);background:-ms-linear-gradient(top,#ffffff 0%,#f9f9f9 89%,#fafafa 100%);background:-o-linear-gradient(top,#ffffff 0%,#f9f9f9 89%,#fafafa 100%);background:linear-gradient(top,#ffffff 0%,#f9f9f9 89%,#fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#fafafa',GradientType=0)}button.DTTT_button_collection span{padding-right:17px}button.DTTT_button_collection:hover span{padding-right:17px}table.DTTT_selectable tbody tr{cursor:pointer;*cursor:hand}table.dataTable tr.DTTT_selected.odd{background-color:#9FAFD1}table.dataTable tr.DTTT_selected.odd td.sorting_1{background-color:#9FAFD1}table.dataTable tr.DTTT_selected.odd td.sorting_2{background-color:#9FAFD1}table.dataTable tr.DTTT_selected.odd td.sorting_3{background-color:#9FAFD1}table.dataTable tr.DTTT_selected.even{background-color:#B0BED9}table.dataTable tr.DTTT_selected.even td.sorting_1{background-color:#B0BED9}table.dataTable tr.DTTT_selected.even td.sorting_2{background-color:#B0BED9}table.dataTable tr.DTTT_selected.even td.sorting_3{background-color:#B0BED9}div.DTTT_collection{width:150px;padding:8px 8px 4px 8px;border:1px solid #ccc;border:1px solid rgba(0,0,0,.4);background-color:#f3f3f3;background-color:rgba(255,255,255,.3);overflow:hidden;z-index:2002;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 3px 5px rgba(0,0,0,.3);-moz-box-shadow:3px 3px 5px rgba(0,0,0,.3);-ms-box-shadow:3px 3px 5px rgba(0,0,0,.3);-o-box-shadow:3px 3px 5px rgba(0,0,0,.3);box-shadow:3px 3px 5px rgba(0,0,0,.3)}div.DTTT_collection_background{z-index:2001}div.DTTT_collection button.DTTT_button,div.DTTT_collection div.DTTT_button,div.DTTT_collection a.DTTT_button{position:relative;left:0;right:0;display:block;float:none;margin-bottom:4px;-webkit-box-shadow:1px 1px 3px #999;-moz-box-shadow:1px 1px 3px #999;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999}.DTTT_print_info{position:fixed;top:50%;left:50%;width:400px;height:150px;margin-left:-200px;margin-top:-75px;text-align:center;color:#333;padding:10px 30px;background:#fff;background:-webkit-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-moz-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-ms-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-o-linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);background:linear-gradient(top,#ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f9f9f9',GradientType=0);opacity:.95;border:1px solid #000;border:1px solid rgba(0,0,0,.5);-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,.5);-moz-box-shadow:0 3px 7px rgba(0,0,0,.5);-ms-box-shadow:0 3px 7px rgba(0,0,0,.5);-o-box-shadow:0 3px 7px rgba(0,0,0,.5);box-shadow:0 3px 7px rgba(0,0,0,.5)}.DTTT_print_info h6{font-weight:400;font-size:28px;line-height:28px;margin:1em}.DTTT_print_info p{font-size:14px;line-height:20px}table.has-columns-hidden>tbody>tr>td>span.responsiveExpander,table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander{background-color:#fff;background-image:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e0e0e0));background-image:-webkit-linear-gradient(top,#ffffff,#e0e0e0);background-image:-o-linear-gradient(top,#ffffff,#e0e0e0);background-image:linear-gradient(to bottom,#ffffff,#e0e0e0);background-image:-moz-linear-gradient(top,#ffffff,#e0e0e0);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);border:1px solid #e0e0e0;cursor:pointer;display:inline-block;line-height:0;font-size:0;padding:1px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;border-radius:5px;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:3px}table.has-columns-hidden>tbody>tr>td>span.responsiveExpander:hover,table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander:hover{background-color:#fff;background-image:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f5f5f5));background-image:-webkit-linear-gradient(top,#ffffff,#f5f5f5);background-image:-o-linear-gradient(top,#ffffff,#f5f5f5);background-image:linear-gradient(to bottom,#ffffff,#f5f5f5);background-image:-moz-linear-gradient(top,#ffffff,#f5f5f5);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff5f5f5',GradientType=0);border-color:#c7d5e1;-webkit-box-shadow:0 0 4px rgba(0,0,0,.25);-moz-box-shadow:0 0 4px rgba(0,0,0,.25);box-shadow:0 0 4px rgba(0,0,0,.25)}table.has-columns-hidden>tbody>tr>td>span.responsiveExpander:after,table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander:after{display:inline-block;line-height:0;content:"";height:11px;width:11px;background-image:url(../img/icons.png);background-repeat:no-repeat;background-position:-3000px -3000px}table.has-columns-hidden>tbody>tr>td>span.responsiveExpander:after{background-position:0 0;cursor:pointer}table.has-columns-hidden>tbody>tr>td>span.responsiveExpander:hover:after{background-position:-12px 0}table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander:after{background-position:-24px 0}table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander:hover:after{background-position:-36px 0}table.has-columns-hidden>tbody>tr.row-detail>td{background:#eee}table.has-columns-hidden>tbody>tr.row-detail>td>ul{list-style:none;margin:0}table.has-columns-hidden>tbody>tr.row-detail>td>ul>li>span.columnTitle{font-weight:700}
assets/css/wpDataTablesSkin.css DELETED
@@ -1,437 +0,0 @@
1
- /* WPDataTables skin styles */
2
-
3
- .wpDataTablesWrapper table.wpDataTable thead th {
4
- font-weight: bold;
5
- }
6
-
7
- .wpDataTablesWrapper table.wpDataTable { /* table font color */
8
- color: #333;
9
- }
10
-
11
- .wpDataTablesWrapper table.wpDataTable thead th {
12
- background-color: #ffffff; /* th background color */
13
- border-color: #cccccc; /* th border color */
14
- color: #333333; /* th font color */
15
- -o-transition:.5s;
16
- -ms-transition:.5s;
17
- -moz-transition:.5s;
18
- -webkit-transition:.5s;
19
- transition:.5s;
20
- }
21
-
22
- .wpDataTablesWrapper table.wpDataTable thead tr th {
23
- -o-transition:.5s;
24
- -ms-transition:.5s;
25
- -moz-transition:.5s;
26
- -webkit-transition:.5s;
27
- transition:.5s;
28
- }
29
-
30
- .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc,
31
- .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc,
32
- .wpDataTablesWrapper table.wpDataTable thead th.sorting:hover {
33
- background-color: #f0f0f0; /* th active/hover background color */
34
- }
35
-
36
- .wpDataTablesWrapper table.wpDataTable thead th.sorting:after,
37
- .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after {
38
- border-bottom-color: #333333; /* th caret color = th font color */
39
- }
40
-
41
- .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after {
42
- border-top-color: #333333; /* th caret color = th font color */
43
- }
44
-
45
- .wpDataTablesWrapper table.wpDataTable td {
46
- border-color: #e0e0e0; /* td inner border color */
47
- -o-transition:.5s;
48
- -ms-transition:.5s;
49
- -moz-transition:.5s;
50
- -webkit-transition:.5s;
51
- transition:.5s;
52
- }
53
-
54
- .wpDataTablesWrapper table.wpDataTable tr:last-child td {
55
- border-bottom-color: #c6c6c6; /* table outer border color */
56
- }
57
-
58
- .wpDataTablesWrapper table.wpDataTable tr td:first-child {
59
- border-left-color: #c6c6c6; /* table outer border color */
60
- }
61
-
62
- .wpDataTablesWrapper table.wpDataTable tr td:last-child {
63
- border-right-color: #c6c6c6; /* table outer border color */
64
- }
65
-
66
- .wpDataTablesWrapper table.wpDataTable tr.odd td {
67
- background-color: #f5f5f5; /* odd rows background color */
68
- }
69
-
70
- .wpDataTablesWrapper table.wpDataTable tr.even td {
71
- background-color: #ffffff; /* even rows background color */
72
- }
73
-
74
- .wpDataTablesWrapper table.wpDataTable tr.odd td.sorting_1 {
75
- background-color: #eeeeee; /* odd rows active background color */
76
- }
77
-
78
- .wpDataTablesWrapper table.wpDataTable tr.even td.sorting_1 {
79
- background-color: #f8f8f8; /* even rows active background color */
80
- }
81
-
82
- .wpDataTablesWrapper table.wpDataTable tr.odd:hover > td,
83
- .wpDataTablesWrapper table.wpDataTable tr.odd:hover > td.sorting_1,
84
- .wpDataTablesWrapper table.wpDataTable tr.even:hover > td,
85
- .wpDataTablesWrapper table.wpDataTable tr.even:hover > td.sorting_1 {
86
- background-color: #e8e8e8; /* rows hover background color */
87
- }
88
-
89
- .wpDataTablesWrapper table.wpDataTable tr.odd.selected > td,
90
- .wpDataTablesWrapper table.wpDataTable tr.odd.selected > td.sorting_1,
91
- .wpDataTablesWrapper table.wpDataTable tr.even.selected > td,
92
- .wpDataTablesWrapper table.wpDataTable tr.even.selected > td.sorting_1 {
93
- background-color: #faf8e2; /* selected rows background color */
94
- }
95
-
96
- .wpDataTablesWrapper .dataTables_paginate a,
97
- .wpDataTablesWrapper .paging_full_numbers a.paginate_button {
98
- background-color: transparent;
99
- border-style: none;
100
- color: inherit !important;
101
- line-height: 2em;
102
- text-decoration: none !important;
103
- -o-transition:.5s;
104
- -ms-transition:.5s;
105
- -moz-transition:.5s;
106
- -webkit-transition:.5s;
107
- transition:.5s;
108
- }
109
-
110
- .wpDataTablesWrapper .paging_full_numbers a.paginate_button,
111
- .wpDataTablesWrapper .paging_full_numbers a.paginate_active {
112
- -webkit-border-radius: 0px;
113
- -moz-border-radius: 0px;
114
- border-radius: 0px;
115
- }
116
-
117
- .wpDataTablesWrapper .paging_full_numbers a.paginate_active,
118
- .wpDataTablesWrapper .dataTables_paginate a,
119
- .wpDataTablesWrapper .paging_full_numbers a.paginate_button,
120
- .wpDataTablesWrapper .paging_full_numbers a.paginate_button:hover {
121
- background: transparent;
122
- border-style: none;
123
- color: inherit !important;
124
- }
125
-
126
- .wpDataTablesWrapper .paginate_button_disabled {
127
- opacity: 0.4;
128
- cursor: default !important;
129
- }
130
-
131
- .wpDataTablesWrapper .paging_full_numbers a.paginate_active {
132
- border-bottom: 1px dotted;
133
- }
134
-
135
- .wpDataTablesWrapper button.DTTT_button,
136
- .wpDataTablesWrapper div.DTTT_button,
137
- .wpDataTablesWrapper a.DTTT_button,
138
- .wpDataTablesWrapper button.DTTT_button:hover,
139
- .wpDataTablesWrapper div.DTTT_button:hover,
140
- .wpDataTablesWrapper a.DTTT_button:hover {
141
- background-color: transparent;
142
- background-image: none;
143
- -webkit-border-radius: 0px;
144
- -moz-border-radius: 0px;
145
- -ms-border-radius: 0px;
146
- -o-border-radius: 0px;
147
- border-radius: 0px;
148
- -webkit-box-shadow: none;
149
- -moz-box-shadow: none;
150
- box-shadow: none;
151
- }
152
-
153
- .wpDataTablesWrapper .DTTT_button {
154
- opacity: 0.7;
155
- }
156
-
157
- .wpDataTablesWrapper .DTTT_button {
158
- opacity: 0.7;
159
- }
160
-
161
- .wpDataTablesWrapper .DTTT_button:hover {
162
- opacity: 1;
163
- }
164
-
165
- .wpDataTablesWrapper .DTTT_button.disabled {
166
- opacity: 0.4;
167
- }
168
-
169
- .wpDataTablesWrapper .checkbox_filter.btn {
170
- background-color: transparent;
171
- background-image: none;
172
- color: inherit;
173
- border-radius: 0px !important;
174
- -webkit-box-shadow: none !important;
175
- -moz-box-shadow: none !important;
176
- box-shadow: none !important;
177
- }
178
-
179
- .wpDataTablesWrapper .checkbox_filter.btn:before {
180
- opacity: 0.4;
181
- }
182
-
183
- .wpDataTablesWrapper .checkbox_filter.btn:hover:before {
184
- opacity: 1;
185
- }
186
-
187
- /* Skin - buttons and selector plugin */
188
- .wpDataTables .selecter .selecter-selected,
189
- .remodal.wdtRemodal .btn {
190
- background-color: #fdfdfd !important; /** buttons background color */
191
- border-color: #cccccc !important; /** buttons border color */
192
- background-image: none !important;
193
- color: #333333; /** buttons font color */
194
- border-radius: 3px !important; /** buttons and inputs border radius */
195
- -webkit-box-shadow: none !important;
196
- -moz-box-shadow: none !important;
197
- box-shadow: none !important;
198
- }
199
-
200
- .wpDataTables .selecter .selecter-selected:after {
201
- border-top-color: #333333; /** buttons font color */
202
- opacity: 0.5;
203
- }
204
-
205
- .wpDataTables .selecter .selecter-selected:hover,
206
- .wpDataTables .selecter.open .selecter-selected,
207
- .remodal.wdtRemodal .btn:hover {
208
- background-color: #f5f5f5 !important; /** buttons background hover color */
209
- border-color: #a1a1a1 !important; /** buttons hover border color */
210
- color: #000000; /** buttons hover font color */
211
- -webkit-box-shadow: none !important;
212
- -moz-box-shadow: none !important;
213
- box-shadow: none !important;
214
- }
215
-
216
- .wpDataTables .selecter.open .selecter-selected,
217
- .wpDataTables .selecter.focus .selecter-selected {
218
- border-bottom-left-radius: 0px !important;
219
- border-bottom-right-radius: 0px !important;
220
- }
221
-
222
-
223
- .wpDataTables .selecter.open .selecter-selected:after,
224
- .wpDataTables .selecter.focus .selecter-selected:after {
225
- border-top-color: #333333; /** buttons font color */
226
- opacity: 0.6;
227
- }
228
-
229
- .wpDataTables .selecter .selecter-selected:hover:after {
230
- opacity: 1;
231
- }
232
-
233
- .wpDataTables .selecter .selecter-options {
234
- background-color: #fdfdfd !important; /** buttons background color */
235
- border-color: #cccccc !important; /** buttons border color */
236
- border-radius: 0px 0px 3px 3px !important; /** buttons and inputs border radius */
237
- }
238
-
239
- .wpDataTables .selecter .selecter-item {
240
- background-color: transparent !important;
241
- color: #333333; /** buttons font color */
242
- }
243
-
244
- .wpDataTables .selecter .selecter-item:last-child {
245
- border-radius: 0px 0px 2px 2px !important; /** (buttons and inputs border radius) - 1 */
246
- }
247
-
248
- .wpDataTables .selecter.open .selecter-item:hover,
249
- .wpDataTables .selecter .selecter-item.selected {
250
- background-color: #f5f5f5 !important; /** buttons background hover color */
251
- color: #000000; /** buttons hover font color */
252
- }
253
-
254
- /* Plugins - Picker */
255
- .wpDataTables .picker .picker-handle,
256
- .wpDataTables .picker.focus .picker-handle {
257
- border-color: #333333 !important; /** modals font color */
258
- }
259
- .wpDataTables .picker.picker-checkbox .picker-flag,
260
- .wpDataTables .picker .picker-label {
261
- color: #333333 !important; /** modals font color */
262
- }
263
- .wpDataTables .picker.picker-checkbox.checked .picker-flag {
264
- background-color: transparent;
265
- }
266
-
267
- .wpDataTables .picker.picker-checkbox .picker-handle {
268
- opacity: 0.5;
269
- }
270
-
271
- .wpDataTables .picker.picker-checkbox:hover .picker-handle,
272
- .wpDataTables .picker.picker-checkbox .picker-handle:focus,
273
- .wpDataTables .picker.picker-checkbox.checked .picker-handle {
274
- opacity: 1;
275
- }
276
-
277
- /* Skin - modals (Remodal, Datepicker) */
278
- .remodal-overlay,
279
- .wpDataTablesWrapper .picker--opened .picker__holder {
280
- background-color: rgba(0,0,0,0.8) !important; /** overlays background color */
281
- }
282
-
283
- .remodal.wdtRemodal,
284
- .wpDataTables .picker__box {
285
- background-color: #ffffff !important; /** modals background color */
286
- color: #333333 !important; /** modals font color */
287
- }
288
-
289
- /* Skin - modals (Remodal) */
290
- .wdtRemodal .remodal-close {
291
- background-color: transparent !important;
292
- color: inherit !important;
293
- }
294
-
295
- .remodal.wdtRemodal .remodal-close:after {
296
- background-color: transparent !important;
297
- color: inherit !important;
298
- opacity: 0.5;
299
- }
300
-
301
- .remodal.wdtRemodal .remodal-close:hover:after {
302
- opacity: 1;
303
- }
304
-
305
- /* Skin - modals (Datepicker) */
306
- .wpDataTables .picker__box {
307
- border-style: none !important;
308
-