wpDataTables Lite - Version 2.0.2

Version Description

  • The plugins design was re-worked from scratch to a more intuitive, smooth and user friendly interface following Material Design guidelines;
  • New skin and new UI elements a new Material-style skin for tables front-end, new UI elements;
  • Feature: Checkbox for including Bootstrap on the front-end added on the Settings page;
  • Feature: New settings for URL link columns now it is possible e.g. to make them display as buttons, configure if the links should open in a new tab, or change the default text;
  • Fix: removed All when table displays all of the entries, and if you have less entries than selected displayed length;
  • Under-the-hood improvements
  • Security and stability improvements;
  • A number of other minor bugfixes;
  • Compatibility with WordPress 4.9.1 approved.
Download this release

Release Info

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

Code changes from version 1.2.3 to 2.0.2

Files changed (35) hide show
  1. Readme_documentation.pdf +0 -0
  2. assets/css/admin/addons.css +19 -0
  3. assets/css/admin/admin.css +375 -0
  4. assets/css/admin/browse.css +298 -0
  5. assets/css/admin/chart_wizard.css +266 -0
  6. assets/css/admin/constructor.css +347 -0
  7. assets/css/admin/edit_table.css +371 -0
  8. assets/css/admin/settings.css +24 -0
  9. assets/css/animate/animate.min.css +11 -0
  10. assets/css/bootstrap/bootstrap-colorpicker/bootstrap-colorpicker.css +230 -0
  11. assets/css/bootstrap/bootstrap-colorpicker/bootstrap-colorpicker.min.css +9 -0
  12. assets/css/bootstrap/bootstrap-datetimepicker/bootstrap-datetimepicker.css +374 -0
  13. assets/css/bootstrap/bootstrap-datetimepicker/bootstrap-datetimepicker.min.css +5 -0
  14. assets/css/bootstrap/bootstrap-datetimepicker/wdt-bootstrap-datetimepicker.css +278 -0
  15. assets/css/bootstrap/bootstrap-select/bootstrap-select.min.css +6 -0
  16. assets/css/bootstrap/bootstrap-tagsinput/bootstrap-tagsinput.css +55 -0
  17. assets/css/bootstrap/wpdatatables-bootstrap.css +13951 -0
  18. assets/css/dragula/dragula.min.css +1 -0
  19. assets/css/material-design-iconic-font/.bower.json +45 -0
  20. assets/css/material-design-iconic-font/css/material-design-iconic-font.css +5166 -0
  21. assets/css/material-design-iconic-font/css/material-design-iconic-font.min.css +1 -0
  22. assets/css/material-design-iconic-font/fonts/Material-Design-Iconic-Font.eot +0 -0
  23. assets/css/material-design-iconic-font/fonts/Material-Design-Iconic-Font.svg +787 -0
  24. assets/css/material-design-iconic-font/fonts/Material-Design-Iconic-Font.ttf +0 -0
  25. assets/css/material-design-iconic-font/fonts/Material-Design-Iconic-Font.woff +0 -0
  26. assets/css/material-design-iconic-font/fonts/Material-Design-Iconic-Font.woff2 +0 -0
  27. assets/css/uikit/uikit.css +3227 -0
  28. assets/css/waves/waves.min.css +8 -0
  29. assets/css/wdt-skins/graphite.css +528 -0
  30. assets/css/wdt-skins/light.css +434 -0
  31. assets/css/wdt-skins/material.css +525 -0
  32. assets/css/wdt.frontend.min.css +1 -0
  33. assets/css/wpdatatables.min.css +457 -844
  34. assets/fonts/glyphicons/glyphicons-halflings-regular.eot +0 -0
  35. assets/fonts/glyphicons/glyphicons-halflings-regular.svg +138 -0
Readme_documentation.pdf CHANGED
Binary file
assets/css/admin/addons.css ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 10px 15px;
17
+ position: absolute;
18
+ bottom: 0;
19
+ }
assets/css/admin/admin.css ADDED
@@ -0,0 +1,375 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ /* Icons */
10
+ #toplevel_page_wpdatatables-administration div.wp-menu-image:before,
11
+ .toplevel_page_wpdatatables-administration .ui-dialog-titlebar-close:before {
12
+ display: inline-block;
13
+ font-family: 'WPDataTablesIcons' !important;
14
+ font-style: normal;
15
+ font-weight: normal;
16
+ text-align: center;
17
+ text-decoration: none;
18
+ vertical-align: middle;
19
+ -webkit-font-smoothing: antialiased;
20
+ }
21
+
22
+ #toplevel_page_wpdatatables-administration div.wp-menu-image:before {
23
+ content: "\e016";
24
+ }
25
+
26
+ .wpdt-c #pick-range-table-container { width: 100%; max-height: 400px; overflow: auto; }
27
+
28
+ .wpdt-c #range_picked_info { padding: 3px; font-size: 10px; }
29
+
30
+ .wpdt-c div.columns-block-selecter-buttons { margin: 5px }
31
+
32
+ .wpdt-c div.wpDataTables div.strings-error,
33
+ .wpdt-c div.wpDataTables div.min-columns-error,
34
+ .wpdt-c div.wpDataTables div.max-columns-error {
35
+ font-weight: bold;
36
+ color: red;
37
+ margin: 5px;
38
+ padding: 3px;
39
+ border: 1px solid red;
40
+ border-radius: 3px;
41
+ background-color: #fdd;
42
+ }
43
+
44
+ div.mce-widget button i.mce-i-wpdatatable:before{
45
+ content: "\e016";
46
+ font-family: 'WPDataTablesIcons' !important;
47
+ }
48
+
49
+ div.mce-widget button i.mce-i-wpdatachart:before{
50
+ content: "\f185";
51
+ font: 400 20px/1 dashicons;
52
+ }
53
+
54
+ .wpdt-c #formattingRules { padding: 10px }
55
+
56
+ .wpdt-c #wpDataTablesSettings td.columnsBlock input.possibleValues {
57
+ display: none !important;
58
+ }
59
+
60
+ .wpdt-c #wpDataTablesSettings td.columnsBlock button.generatePossibleValues {
61
+ height: auto;
62
+ white-space: normal;
63
+ line-height: 20px;
64
+ }
65
+
66
+ .wpdt-c #wdtConfigureTableToolsBlock {
67
+ margin: 5px;
68
+ padding-top: 10px;
69
+ display: none;
70
+ }
71
+
72
+ .wpdt-c #wdtConfigureTableToolsBlock label {
73
+ display: block;
74
+ margin: 3px;
75
+ }
76
+
77
+ .wpdt-c #wdtSaveConfirmationPopover {
78
+ position: absolute;
79
+ background-color: rgba(78, 125, 1,0.7);
80
+ padding: 8px;
81
+ border-radius: 4px;
82
+ color: #fff;
83
+ top: -40px;
84
+ display: none;
85
+ }
86
+
87
+ .wpdt-c div.addons_container {
88
+ position: relative;
89
+ background: #fff;
90
+ border: 1px solid #ccc;
91
+ padding: 10px;
92
+ overflow: hidden;
93
+ }
94
+
95
+ .wpdt-c div.wdt_addon_thumb {
96
+ width: 250px;
97
+ height: 180px;
98
+ background-color: #ddd;
99
+ position: relative;
100
+ opacity: 0.75;
101
+ transition: opacity 0.2s ease;
102
+ }
103
+
104
+ .wpdt-c div.wdt_addon_thumb:hover {
105
+ opacity: 1;
106
+ }
107
+
108
+ .wpdt-c div.wdt_addon {
109
+ float: left;
110
+ width: 250px;
111
+ height: 315px;
112
+ margin: 10px;
113
+ padding: 10px;
114
+ border: 1px solid #eaeaea;
115
+ background-color: #f7f7f7;
116
+ }
117
+
118
+ .wpdt-c div.wdt_addon_title {
119
+ position: absolute;
120
+ bottom: 0;
121
+ background: rgba(0,0,0,0.5);
122
+ width: 100%;
123
+ height: 40px;
124
+ padding: 0;
125
+ }
126
+
127
+ .wpdt-c div.wdt_addon_title h3 {
128
+ color: #fff;
129
+ margin: 0;
130
+ margin-left: 10px;
131
+ margin-top: 10px;
132
+ }
133
+
134
+ .wpdt-c div.wdt_addon_title h3 a {
135
+ color: #fff;
136
+ text-decoration: none;
137
+ transition: color 0.2s ease;
138
+ }
139
+
140
+ .wpdt-c div.wdt_addon_title h3 a:hover {
141
+ color: #ddd;
142
+ text-decoration: underline;
143
+ }
144
+
145
+ .wpdt-c div.dt-button-info {
146
+ position: fixed;
147
+ top: 50%;
148
+ left: 50%;
149
+ width: 400px;
150
+ margin-top: -100px;
151
+ margin-left: -200px;
152
+ background-color: white;
153
+ border: 2px solid #111;
154
+ box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
155
+ border-radius: 3px;
156
+ text-align: center;
157
+ z-index: 21;
158
+ }
159
+ .wpdt-c div.dt-button-info h2 {
160
+ padding: 0.5em;
161
+ margin: 0;
162
+ font-weight: normal;
163
+ border-bottom: 1px solid #ddd;
164
+ background-color: #f3f3f3;
165
+ }
166
+ .wpdt-c div.dt-button-info > div {
167
+ padding: 1em;
168
+ }
169
+
170
+ .wpdt-c div.wdtDuplicateTableName {
171
+ margin: 30px 0;
172
+ }
173
+ .wpdt-c div.manual_duplicate {
174
+ margin: 20px 0;
175
+ }
176
+ .wpdt-c .manual_duplicate>.dashicons-info {
177
+ cursor: pointer;
178
+ }
179
+
180
+ .wpdt-c .duplicate_explain {
181
+ border: 1px solid #cccccc;
182
+ border-radius: 3px;
183
+ padding: 0px 10px;
184
+ margin-top: 20px;
185
+ text-align: justify;
186
+ }
187
+
188
+ .wpdt-c #wdt-range-picker checkbox {
189
+ display: inline-block;
190
+ }
191
+
192
+ .wpdt-c #wdt-range-picker .checkbox {
193
+ margin-bottom: 25px;
194
+ }
195
+
196
+ .wpdt-c #wdt-range-picker .pick-row .checkbox {
197
+ margin: 0;
198
+ }
199
+
200
+
201
+ .wpdt-c div.wpdt-tab {
202
+ background-color: #fff;
203
+ }
204
+
205
+ .wpdt-c .wdt-datatables-admin-wrap .tab-nav li {
206
+ margin-bottom: 0;
207
+ }
208
+
209
+ .wpdt-c .wdt-datatables-admin-wrap .card {
210
+ max-width: 100%;
211
+ padding: 0;
212
+ margin-top: 0;
213
+ border: 1px solid #d7d7d7;
214
+ }
215
+
216
+ .wpdt-c #wpdt-inline-logo {
217
+ width: 60px;
218
+ height: 50px;
219
+ float: left;
220
+ padding-right: 10px;
221
+ margin-top: -5px;
222
+ }
223
+
224
+ .wpdt-c .wdt-datatables-admin-wrap .tab-nav li a:active,
225
+ .wpdt-c .wdt-datatables-admin-wrap .tab-nav li a:focus,
226
+ .wpdt-c .wdt-datatables-admin-wrap .tab-nav li a:hover {
227
+ box-shadow: none !important;
228
+ }
229
+
230
+ .wpdt-c .wdt-datatables-admin-wrap .bootstrap-select.btn-group .dropdown-menu li a {
231
+ box-shadow: none !important;
232
+ text-transform: none !important;;
233
+ }
234
+
235
+ .wpdt-c .wdt-datatables-admin-wrap .bootstrap-select > .btn-default {
236
+ text-transform: none;
237
+ }
238
+
239
+ .wpdt-c .wdt-datatables-admin-wrap table th {
240
+ -o-transition: none !important;
241
+ -ms-transition: none !important;
242
+ -moz-transition: none !important;
243
+ -webkit-transition: none !important;
244
+ transition: none !important;
245
+ }
246
+
247
+ .wpdt-c .wdt-datatables-admin-wrap .bootstrap-tagsinput {
248
+ border-left: 0;
249
+ border-right: 0;
250
+ border-top: 0;
251
+ border-bottom: 1px solid #ddd;
252
+ -webkit-appearance: none;
253
+ -moz-appearance: none;
254
+ appearance: none;
255
+ padding: 0;
256
+ box-shadow: none;
257
+ width: 100%;
258
+ max-height: 150px;
259
+ overflow-y: auto;
260
+ }
261
+
262
+ .wpdt-c .wdt-datatables-admin-wrap div.toggle-switch {
263
+ width: 100%;
264
+ }
265
+
266
+ .wpdt-c .wdt-datatables-admin-wrap div.toggle-switch .ts-helper {
267
+ float: right;
268
+ }
269
+
270
+ .wpdt-c .wdt-preload-layer {
271
+ position: absolute;
272
+ height: 100%;
273
+ width: 100%;
274
+ background-color: rgba(255,255,255,0.7);
275
+ text-align: center;
276
+ z-index: 100;
277
+ }
278
+
279
+ .wpdt-c .wdt-preload-layer div.preloader {
280
+ top: 50%;
281
+ }
282
+
283
+ .wpdt-c .wpcolorpicker {
284
+ width: 100%;
285
+ }
286
+
287
+ .wpdt-c .wpcolorpicker-icon.input-group-addon {
288
+ position: absolute;
289
+ right: 10px;
290
+ top: 0;
291
+ z-index: 4;
292
+ height: 25px;
293
+ width: 25px;
294
+ padding: 0;
295
+ }
296
+
297
+ .wpdt-c .colorpicker-element .wpcolorpicker-icon.add-on>i,
298
+ .wpdt-c .colorpicker-element .wpcolorpicker-icon.input-group-addon>i {
299
+ height: 25px;
300
+ width: 25px;
301
+ }
302
+ .wpdt-c .colorpicker.colorpicker-visible {
303
+ top: 32px;
304
+ left: inherit;
305
+ padding: 4px;
306
+ min-width: 146px;
307
+ margin: 7px 0 0 -7px;
308
+ height: auto;
309
+ width: auto;
310
+ background: #fff;
311
+ overflow: inherit;
312
+ }
313
+
314
+ .wpdt-c span.wpcolorpicker-icon>i {
315
+ border: 1px solid #ddd;
316
+ }
317
+
318
+ .wpdt-c .btn.btn-default.wdt-documentation,
319
+ .wpdt-c .btn.btn-default.wdt-documentation:hover,
320
+ .wpdt-c .btn.btn-default.wdt-documentation:focus {
321
+ border: 1px solid #d7d7d7;
322
+ }
323
+
324
+ .wpdt-c .wdt-datatables-admin-wrap .card .card-header.wdt-admin-card-header {
325
+ padding: 25px 20px;
326
+ }
327
+
328
+ .wpdt-c .wdt-datatables-admin-wrap .card .card-header.wdt-admin-card-header .actions {
329
+ right: 27px;
330
+ top: 25px;
331
+ }
332
+
333
+ .wpdt-c .wdt-datatables-admin-wrap .btn:disabled {
334
+ color: #777;
335
+ background-color: #ededed;
336
+ }
337
+
338
+ .wpdt-c .wdt-datatables-admin-wrap .btn:hover:disabled {
339
+ color: #777;
340
+ background-color: #ededed;
341
+ }
342
+
343
+ .wpdt-c .wdt-datatables-admin-wrap .alert .wdt-alert-title:hover,
344
+ .wpdt-c .wdt-datatables-admin-wrap .alert .wdt-alert-subtitle:hover {
345
+ cursor: text;
346
+ }
347
+
348
+ .wdt-datatables-admin-wrap .alert .wdt-alert-subtitle {
349
+ color: #ebebeb;
350
+ }
351
+
352
+ .wpdt-c button.wdt-backend-close {
353
+ background-color: #d7d7d7 !important;
354
+ }
355
+
356
+ .wpdt-c button.wdt-backend-close:hover {
357
+ background-color: #F44336 !important;
358
+ }
359
+
360
+ .wpdt-c button.wdt-collapse-table-settings {
361
+ background-color: #6C7A89 !important;
362
+ }
363
+
364
+ .wpdt-c .wdt-datatables-admin-wrap .card .card-header.wdt-admin-card-header {
365
+ border-bottom: 1px solid #ebebeb;
366
+ }
367
+
368
+ .wpdt-c h4 i.zmdi-help-outline {
369
+ margin-left: 3px;
370
+ cursor: pointer;
371
+ }
372
+
373
+ .wpdt-c #adminmenuback {
374
+ z-index: 100;
375
+ }
assets/css/admin/browse.css ADDED
@@ -0,0 +1,298 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 {
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 {
29
+ box-shadow: none;
30
+ }
31
+
32
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table th {
33
+ border-right: 0 !important
34
+ }
35
+
36
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table th#id {
37
+ width: 5%;
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 {
97
+ margin: 3px 0 0 0;
98
+ }
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
+ font-family: WPDataTablesIcons;
109
+ content:"\e900";
110
+ font-size: 16px;
111
+ vertical-align: top;
112
+ }
113
+
114
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table .column-functions a.wdt-manual-excel-edit:before {
115
+ font-family: WPDataTablesIcons;
116
+ content:"\e901";
117
+ font-size: 16px;
118
+ }
119
+
120
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table tr:hover > .column-functions a {
121
+ opacity: 0.7;
122
+ }
123
+
124
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table tr > .column-functions:hover a {
125
+ opacity: 1;
126
+ }
127
+
128
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table tr > .column-functions a:hover {
129
+ cursor: pointer;
130
+ }
131
+
132
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table tr:hover > .column-functions a.wdt-duplicate-table,
133
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table tr:hover > .column-functions a.wdt-manual-edit,
134
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table tr:hover > .column-functions a.wdt-manual-excel-edit {
135
+ color: #2196f3;
136
+ }
137
+
138
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table tr:hover > .column-functions a.wdt-configure {
139
+ color: #4CAF50;
140
+ }
141
+
142
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table tr:hover > .column-functions a.wdt-submit-delete {
143
+ color: #F44336;
144
+ }
145
+
146
+ .wdt-datatables-admin-wrap .card.wdt-browse-table table tr .column-functions a i {
147
+ font-size: 20px;
148
+ }
149
+
150
+ /* Search box and bulk actions list */
151
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .wpdt-search-box,
152
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .wpdt-bulk-select {
153
+ padding-right: 45px;
154
+ }
155
+
156
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .wpdt-search-box input {
157
+ margin-top: 5px;
158
+ }
159
+
160
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .wpdt-bulk-select span.filter-option {
161
+ font-size: 14px;
162
+ }
163
+
164
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .search-box-container .btn-icon,
165
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .bulk-action-container .btn-icon {
166
+ position: absolute;
167
+ top: 5px;
168
+ right: 0;
169
+ }
170
+
171
+
172
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .bulk-action-button {
173
+ position: absolute;
174
+ top: 13px;
175
+ right: -4px;
176
+ color: #cdcdcd;
177
+ border: 0;
178
+ background-color: inherit;
179
+ }
180
+
181
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .bulk-action-button:hover,
182
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .bulk-action-button:active {
183
+ color: #2196f3;
184
+ }
185
+
186
+ .wdt-datatables-admin-wrap .card.wdt-browse-table #search-submit {
187
+ position: absolute;
188
+ top: 9px;
189
+ right: 25px;
190
+ border: 0;
191
+ background-color: inherit;
192
+ }
193
+
194
+ .wdt-datatables-admin-wrap .card.wdt-browse-table #search-submit i {
195
+ font-size: 25px;
196
+ color: #cdcdcd;
197
+ }
198
+
199
+ .wdt-datatables-admin-wrap .card.wdt-browse-table #search-submit:hover i,
200
+ .wdt-datatables-admin-wrap .card.wdt-browse-table #search-submit:active i {
201
+ color: #2196f3 !important;
202
+ }
203
+
204
+ /* Duplicate table dialog */
205
+ #wdt-duplicate-table-modal .duplicate-explain-trigger {
206
+ cursor: pointer;
207
+ font-size: 17px;
208
+ vertical-align: middle;
209
+ }
210
+
211
+ #wdt-duplicate-table-modal .duplicate-table-label {
212
+ line-height: 40px;
213
+ margin: 0;
214
+ }
215
+
216
+ /* Browse page pagination */
217
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination {
218
+ margin: 0;
219
+ display: inline-flex;
220
+ }
221
+
222
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li {
223
+ margin: 0;
224
+ }
225
+
226
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li.disabled {
227
+ opacity: 1;
228
+ }
229
+
230
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li > a {
231
+ background-color: #ffffff;
232
+ border-radius: 0;
233
+ border: 1px solid #ebebeb;
234
+ color: #2196f3;
235
+ height: 30px;
236
+ line-height: 30px;
237
+ width: 30px;
238
+ }
239
+
240
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li.active > a {
241
+ background-color: #ededed;
242
+ color: #777777;
243
+ }
244
+
245
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li.disabled > a {
246
+ color: #c7c7c7;
247
+ }
248
+
249
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li > a:focus {
250
+ box-shadow: none;
251
+ }
252
+
253
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li:first-child > a {
254
+ border-top-left-radius: 4px;
255
+ border-bottom-left-radius: 4px;
256
+ }
257
+
258
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li:last-child > a {
259
+ border-top-right-radius: 4px;
260
+ border-bottom-right-radius: 4px;
261
+ }
262
+
263
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li > a > .zmdi,
264
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li.ellipses-dots {
265
+ font-size: 17px;
266
+ width: 30px;
267
+ line-height: 30px;
268
+ height: 30px;
269
+ text-align: center;
270
+ }
271
+
272
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li.ellipses-dots {
273
+ color: #777777;
274
+ }
275
+
276
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li a:before {
277
+ font-size: 10px;
278
+ }
279
+
280
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li.previous.first a:before {
281
+ font-family: WPDataTablesIcons;
282
+ content:"\e004";
283
+ }
284
+
285
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li.previous a:before {
286
+ font-family: WPDataTablesIcons;
287
+ content:"\e002";
288
+ }
289
+
290
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li.next.last a:before {
291
+ font-family: WPDataTablesIcons;
292
+ content:"\e003";
293
+ }
294
+
295
+ .wdt-datatables-admin-wrap .card.wdt-browse-table .pagination > li.next a:before {
296
+ font-family: WPDataTablesIcons;
297
+ content:"\e001";
298
+ }
assets/css/admin/chart_wizard.css ADDED
@@ -0,0 +1,266 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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{
25
+ min-width: 1030px;
26
+ }
27
+
28
+ .wpdt-c .steps .chart-wizard-step.step4 fieldset{
29
+ width: 50%;
30
+ }
31
+
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 {
52
+ padding-top: 90px;
53
+ }
54
+
55
+ .wpdt-c div.wdt-chart-column-picker-container div.picker_column button {
56
+ width: 30px;
57
+ }
58
+
59
+ .wpdt-c div.wdt-chart-column-picker-container div.picker_column button {
60
+ display: block;
61
+ margin: 0 auto 5px auto;
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,
87
+ .wpdt-c div.wdt-chart-column-picker-container div.wdt-chart-wizard-chosen-columns-container {
88
+ height: 220px;
89
+ overflow-y: auto;
90
+ }
91
+
92
+ .wpdt-c .wpDataTables #series-settings-container div.chart-series-block {
93
+ margin: 3px;
94
+ position: relative;
95
+ overflow: hidden;
96
+ }
97
+
98
+ .wpdt-c .wpDataTables #series-settings-container div.chart-series-block .chart-series-label {
99
+ margin: 3px;
100
+ float: left;
101
+ }
102
+
103
+ .wpdt-c .wpDataTables #series-settings-container div.chart-series-block .chart-series-color {
104
+ margin: 3px;
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 {
126
+ display: inline-block;
127
+ min-width: inherit;
128
+ width: 100%;
129
+ box-shadow: none;
130
+ border: none;
131
+ }
132
+
133
+ .wpdt-c .wdt-chart-wizard .wdt-chart-wizard-chart-selecter-block .card:hover {
134
+ cursor: pointer;
135
+ }
136
+
137
+ .wpdt-c .wdt-chart-wizard .wdt-chart-wizard-chart-selecter-block .card:hover .card-header {
138
+ border-color: #2196f3;
139
+ transition: .5s ease;
140
+ }
141
+
142
+ .wpdt-c .wdt-chart-wizard .wdt-chart-wizard-chart-selecter-block .card-header {
143
+ margin: 0 auto;
144
+ border: 1px solid #d7d7d7;
145
+ border-radius: 4px;
146
+ background-color: #fbfbfb;
147
+ }
148
+
149
+ .wpdt-c .wdt-chart-wizard .wdt-chart-wizard-chart-selecter-block .card-header img {
150
+ margin: 0 auto;
151
+ }
152
+
153
+ .wpdt-c .wdt-chart-wizard .wdt-chart-wizard-chart-selecter-block .card-body span {
154
+ color: #777;
155
+ }
156
+
157
+ .wpdt-c .wdt-chart-wizard .wdt-chart-wizard-chart-selecter-block .card-body h4 {
158
+ text-align: center;
159
+ }
160
+
161
+ .wpdt-c .wdt-chart-wizard .wdt-chart-wizard-chart-selecter-block .wdt-chart-wizard-overlay {
162
+ border-radius: 4px;
163
+ transition: .5s ease;
164
+ width: 101%;
165
+ height: 101%;
166
+ opacity: 0;
167
+ position: absolute;
168
+ top: 50%;
169
+ left: 50%;
170
+ transform: translate(-50%, -50%);
171
+ -ms-transform: translate(-50%, -50%);
172
+ background-color: #2196f3;
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 {
180
+ border-color: #2196f3;
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 {
188
+ opacity: 0.6;
189
+ }
190
+
191
+ .wpdt-c .wdt-chart-wizard .wdt-chart-wizard-chart-selecter-block .card.not-selected:hover .card-header {
192
+ opacity: 1;
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,
208
+ .wpdt-c .wdt-chart-wizard .charts-type.highcharts-charts-type,
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 {
238
+ display: none;
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 {
250
+ border-right: 2px solid #2196F3;
251
+ transition: all;
252
+ transition-duration: 1000ms;
253
+ }
254
+
255
+ .gu-mirror.chart-column-block {
256
+ border: 1px solid #d7d7d7;
257
+ border-radius: 4px;
258
+ background-color: #fbfbfb;
259
+ text-transform: inherit;
260
+ height: 32px;
261
+ display: block;
262
+ font-weight: bold;
263
+ text-align: center;
264
+ padding: 6px 12px;
265
+ font-size: 13px;
266
+ }
assets/css/admin/constructor.css ADDED
@@ -0,0 +1,347 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .wpdt-c .wdt-constructor-column-block .card {
2
+ display: inline-block;
3
+ min-height: 350px;
4
+ min-width: inherit;
5
+ width: 100%;
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 {
16
+ cursor: grabbing;
17
+ cursor: -moz-grabbing;
18
+ cursor: -webkit-grabbing;
19
+ }
20
+
21
+ .wpdt-c .wdt-constructor-column-block .card .card-header h2 {
22
+ min-height: 50px;
23
+ }
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
+ }
36
+
37
+ .wpdt-c .wdt-constructor-column-name {
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 {
55
+ padding: 0;
56
+ }
57
+
58
+ .wpdt-c .wdt-constructor-column-block.gu-mirror .card .card-body .bootstrap-select button {
59
+ text-transform: inherit;
60
+ }
61
+
62
+ .wpdt-c .wdt-constructor-column-block.gu-mirror .bootstrap-tagsinput {
63
+ border-left: 0;
64
+ border-right: 0;
65
+ border-top: 0;
66
+ border-bottom: 1px solid #ddd;
67
+ -webkit-appearance: none;
68
+ -moz-appearance: none;
69
+ padding: 0;
70
+ box-shadow: none;
71
+ width: 100%;
72
+ max-height: 150px;
73
+ overflow-y: auto;
74
+ }
75
+
76
+ .wpdt-c .wdt-constructor-query-data-step .card {
77
+ display: inline-block;
78
+ min-width: inherit;
79
+ min-height: 360px;
80
+ width: 100%;
81
+ }
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 {
88
+ display: inline-block;
89
+ width: 100%;
90
+ height: 300px;
91
+ overflow: auto;
92
+ }
93
+
94
+ .wpdt-c .wdt-constructor-query-data-step .card .card-header .btn {
95
+ right: 30px;
96
+ bottom: -20px;
97
+ z-index: 1;
98
+ position: absolute;
99
+ }
100
+
101
+ .wpdt-c .wdt-constructor-query-data-step .card .card-header .btn.wdt-constructor-remove-post-type,
102
+ .wpdt-c .wdt-constructor-query-data-step .card .card-header .btn.wdt-constructor-remove-post-column,
103
+ .wpdt-c .wdt-constructor-query-data-step .card .card-header .btn.wdt-constructor-remove-mysql-table,
104
+ .wpdt-c .wdt-constructor-query-data-step .card .card-header .btn.wdt-constructor-remove-mysql-column {
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,
113
+ .wpdt-c .wdt-constructor-post-types-all .card .card-body table tbody,
114
+ .wpdt-c .wdt-constructor-post-types-selected .card .card-body table,
115
+ .wpdt-c .wdt-constructor-post-types-selected .card .card-body table tbody,
116
+ .wpdt-c .wdt-constructor-post-columns-all .card .card-body table,
117
+ .wpdt-c .wdt-constructor-post-columns-all .card .card-body table tbody,
118
+ .wpdt-c .wdt-constructor-post-columns-selected .card .card-body table,
119
+ .wpdt-c .wdt-constructor-post-columns-selected .card .card-body table tbody,
120
+ .wpdt-c .wdt-constructor-mysql-tables-all .card .card-body table,
121
+ .wpdt-c .wdt-constructor-mysql-tables-all .card .card-body table tbody,
122
+ .wpdt-c .wdt-constructor-mysql-tables-selected .card .card-body table,
123
+ .wpdt-c .wdt-constructor-mysql-tables-selected .card .card-body table tbody,
124
+ .wpdt-c .wdt-constructor-mysql-columns-all .card .card-body table,
125
+ .wpdt-c .wdt-constructor-mysql-columns-all .card .card-body table tbody,
126
+ .wpdt-c .wdt-constructor-mysql-columns-selected .card .card-body table,
127
+ .wpdt-c .wdt-constructor-mysql-columns-selected .card .card-body table tbody {
128
+ display: block;
129
+ height: 100%;
130
+ }
131
+
132
+ .wpdt-c .wdt-constructor-post-types-all .card .card-body table tbody tr,
133
+ .wpdt-c .wdt-constructor-post-types-all .card .card-body table tbody tr td,
134
+ .wpdt-c .wdt-constructor-post-types-selected .card .card-body table tbody tr,
135
+ .wpdt-c .wdt-constructor-post-types-selected .card .card-body table tbody tr td,
136
+ .wpdt-c .wdt-constructor-post-columns-all .card .card-body table tbody tr,
137
+ .wpdt-c .wdt-constructor-post-columns-all .card .card-body table tbody tr td,
138
+ .wpdt-c .wdt-constructor-post-columns-selected .card .card-body table tbody tr,
139
+ .wpdt-c .wdt-constructor-post-columns-selected .card .card-body table tbody tr td,
140
+ .wpdt-c .wdt-constructor-mysql-tables-all .card .card-body table tbody tr,
141
+ .wpdt-c .wdt-constructor-mysql-tables-all .card .card-body table tbody tr td,
142
+ .wpdt-c .wdt-constructor-mysql-tables-selected .card .card-body table tbody tr,
143
+ .wpdt-c .wdt-constructor-mysql-tables-selected .card .card-body table tbody tr td,
144
+ .wpdt-c .wdt-constructor-mysql-columns-all .card .card-body table tbody tr,
145
+ .wpdt-c .wdt-constructor-mysql-columns-all .card .card-body table tbody tr td,
146
+ .wpdt-c .wdt-constructor-mysql-columns-selected .card .card-body table tbody tr,
147
+ .wpdt-c .wdt-constructor-mysql-columns-selected .card .card-body table tbody tr td {
148
+ display: block;
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 {
156
+ text-align: center;
157
+ }
158
+
159
+ .wpdt-c .wdt-constructor-relation-initiator-type,
160
+ .wpdt-c .wdt-constructor-group-by-label {
161
+ height: 24px;
162
+ font-size: 13px;
163
+ }
164
+
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,
182
+ .wpdt-c #wdt-constructor-delete-post-condition,
183
+ .wpdt-c #wdt-constructor-delete-grouping-rule-post,
184
+ .wpdt-c #wdt-constructor-delete-mysql-condition,
185
+ .wpdt-c #wdt-constructor-delete-grouping-rule-mysql,
186
+ .wpdt-c #wdt-constructor-create-table,
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;
241
+ transition: .5s ease;
242
+ width: 101%;
243
+ height: 101%;
244
+ opacity: 0;
245
+ position: absolute;
246
+ top: 50%;
247
+ left: 50%;
248
+ transform: translate(-50%, -50%);
249
+ -ms-transform: translate(-50%, -50%);
250
+ background-color: #2196f3;
251
+ }
252
+
253
+ .wpdt-c .wdt-table-constructor .wdt-constructor-type-selecter-block .card:hover .wdt-constructor-overlay {
254
+ opacity: 0.2;
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 {
262
+ opacity: 0.7;
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,
287
+ .wpdt-c .wdt-table-constructor #wdt-constructor-add-mysql-condition,
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 {
297
+ display: block;
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
+
308
+ .wpdt-c .card .card-header .actions.wdt-constructor-remove-column i {
309
+ font-size: 16px;
310
+ }
311
+
312
+ .wpdt-c .wdt-constructor-column-block-file .wdt-constructor-data-preview table.table-condensed,
313
+ .wpdt-c .wdt-constructor-column-block-file .wdt-constructor-data-preview table.table-condensed tbody,
314
+ .wpdt-c .wdt-constructor-column-block-file .wdt-constructor-data-preview table.table-condensed tbody tr {
315
+ display: block;
316
+ width: 100%;
317
+ }
318
+
319
+ .wpdt-c .wdt-constructor-column-block-file .wdt-constructor-data-preview table.table-condensed tbody tr {
320
+ min-height: 39px;
321
+ }
322
+
323
+ .wpdt-c .wdt-constructor-column-block-file .wdt-constructor-data-preview table.table-condensed tr td {
324
+ display: inline-block;
325
+ width: 100%;
326
+ white-space: nowrap;
327
+ overflow: hidden !important;
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 {
346
+ text-transform: uppercase;
347
+ }
assets/css/admin/edit_table.css ADDED
@@ -0,0 +1,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
+ 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 {
21
+ border: 1px solid #ccc;
22
+ padding: 2px;
23
+ cursor: pointer;
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 {
31
+ padding: 20px 15px;
32
+ }
33
+
34
+ .wpdt-c .wdt-datatables-admin-wrap button.wdt-column-settings,
35
+ .wpdt-c .wdt-datatables-admin-wrap button.wdt-delete-formula-column {
36
+ width: 32px;
37
+ height: 32px;
38
+ padding: 0;
39
+ z-index: 8;
40
+ display: inline-block;
41
+ margin: 2px;
42
+ border: 1px solid #e7e7e7;
43
+ box-shadow: none;
44
+ -moz-box-shadow: none;
45
+ -webkit-box-shadow: none;
46
+ -vendor-animation-duration: 1s;
47
+ -vendor-animation-delay: 1s;
48
+ }
49
+
50
+ .wpdt-c .wdt-datatables-admin-wrap button.wdt-column-settings:hover,
51
+ .wpdt-c .wdt-datatables-admin-wrap button.wdt-delete-formula-column:hover {
52
+ background-color: #ccc !important;
53
+ }
54
+
55
+ .wpdt-c .wdt-datatables-admin-wrap div.column-settings-overlay {
56
+ display: none;
57
+ background: rgba(0, 0, 0, 0.4);
58
+ height: auto;
59
+ top: 0;
60
+ right: 0;
61
+ bottom: 0;
62
+ left: 0;
63
+ position: fixed;
64
+ z-index: 9999;
65
+ -webkit-transition: opacity 400ms ease-in;
66
+ -moz-transition: opacity 400ms ease-in;
67
+ transition: opacity 400ms ease-in;
68
+ border-left: 1px solid #eee;
69
+ max-height: 100vh;
70
+ }
71
+
72
+ .wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel {
73
+ position: absolute;
74
+ right: 0;
75
+ bottom: 0;
76
+ top: 32px;
77
+ padding: 0;
78
+ background: #fff;
79
+ box-shadow: -3px 0 5px -1px rgba(105, 105, 105, 0.17);
80
+ width: 60%;
81
+ max-width: 60%;
82
+ margin: 0;
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;
89
+ }
90
+
91
+ .wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel input[type="text"] {
92
+ width: 100%;
93
+ }
94
+
95
+ .wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel div.input-group {
96
+ width: 100%;
97
+ }
98
+
99
+ .wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel div.form-group {
100
+ height: 30px;
101
+ }
102
+
103
+ .wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel .bootstrap-tagsinput input[type="text"] {
104
+ width: 70px;
105
+ }
106
+
107
+ .wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel button.btn-xs {
108
+ font-size: 10px !important;
109
+ line-height: 1em !important;
110
+ margin: 0 !important;
111
+ height: auto !important;
112
+ }
113
+
114
+ .wpdt-c .wdt-datatables-admin-wrap div.column-settings-panel button.btn-xs.wdt-copy-shortcode {
115
+ text-transform: none;
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;
127
+ -webkit-transition: .5s;
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 {
137
+ width: 100%;
138
+ display: inline-block;
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 {
151
+ cursor: grabbing;
152
+ cursor: -moz-grabbing;
153
+ cursor: -webkit-grabbing;
154
+ }
155
+
156
+ div.wdt-column-block.gu-mirror .fg-line {
157
+ margin-left: 10px;
158
+ width: 200px;
159
+ display: inline-block;
160
+ }
161
+
162
+ div.wdt-column-block.gu-mirror .fg-line input.wdt-column-display-header-edit {
163
+ padding: 0;
164
+ height: 20px;
165
+ font-size: 12px;
166
+ border-bottom: 1px solid #e0e0e0;
167
+ border-left: 0;
168
+ border-right: 0;
169
+ border-top: 0;
170
+ background-color: transparent;
171
+ box-shadow: none;
172
+ }
173
+
174
+ div.wdt-column-block.gu-mirror .fg-line i {
175
+ position: absolute;
176
+ left: 178px;
177
+ top: 3px;
178
+ font-size: 16px;
179
+ color: #c7c7c7;
180
+ }
181
+
182
+ div.wdt-column-block.gu-mirror .wdt-column-move-arrows {
183
+ padding: 5px 6px 6px 2px;
184
+ margin-top: -4px;
185
+ border-left: 1px solid #c7c7c7;
186
+ font-size: 16px;
187
+ margin-left: 7px;
188
+ float: right;
189
+ }
190
+
191
+ 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 {
215
+ color: #000;
216
+ }
217
+
218
+ .wpdt-c .wdt-datatables-admin-wrap div.wdt-conditional-formatting-rule .form-group {
219
+ margin-right: 0;
220
+ }
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 */
229
+ .wpdt-c #wdt-formula-editor-modal .modal-body p {
230
+ margin-bottom: 10px;
231
+ }
232
+
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 {
243
+ height: 150px;
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;
285
+ top: 32px;
286
+ position: absolute;
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;
302
+ cursor: grab;
303
+ cursor: -moz-grab;
304
+ cursor: -webkit-grab;
305
+ }
306
+
307
+ .wpdt-c .wdt-edit-buttons 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;
337
+ opacity: 0.8;
338
+ }
339
+
340
+ .wpdt-c .column-settings .card-header button:hover {
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
+ }
353
+
354
+ .wpdt-c .column-settings .card-header button.wdt-add-column,
355
+ .wpdt-c .column-settings .card-header button.wdt-remove-column,
356
+ .wpdt-c .column-settings .card-header button#wdt-open-columns-list {
357
+ width: 38px;
358
+ }
359
+
360
+ .wpdt-c .column-settings .card-header button#wdt-open-columns-list i:before {
361
+ font-size: 20px;
362
+ }
363
+
364
+ .wpdt-c .column-settings .card-header button.wdt-add-column:after,
365
+ .wpdt-c .column-settings .card-header button.wdt-remove-column:after {
366
+ font-size: 15px;
367
+ }
368
+
369
+ .wpdt-c .wdt-table-settings .input-path-block .fg-line {
370
+ width: 75%;
371
+ }
assets/css/admin/settings.css ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }
assets/css/animate/animate.min.css ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ @charset "UTF-8";
2
+
3
+ /*!
4
+ * animate.css -http://daneden.me/animate
5
+ * Version - 3.5.2
6
+ * Licensed under the MIT license - http://opensource.org/licenses/MIT
7
+ *
8
+ * Copyright (c) 2017 Daniel Eden
9
+ */
10
+
11
+ .animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}
assets/css/bootstrap/bootstrap-colorpicker/bootstrap-colorpicker.css ADDED
@@ -0,0 +1,230 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Bootstrap Colorpicker v2.5.1
3
+ * https://itsjavi.com/bootstrap-colorpicker/
4
+ *
5
+ * Originally written by (c) 2012 Stefan Petre
6
+ * Licensed under the Apache License v2.0
7
+ * http://www.apache.org/licenses/LICENSE-2.0.txt
8
+ *
9
+ */
10
+ .colorpicker-saturation {
11
+ width: 100px;
12
+ height: 100px;
13
+ background-image: url("../../../img/bootstrap-colorpicker/saturation.png");
14
+ cursor: crosshair;
15
+ float: left;
16
+ }
17
+ .colorpicker-saturation i {
18
+ display: block;
19
+ height: 5px;
20
+ width: 5px;
21
+ border: 1px solid #000;
22
+ -webkit-border-radius: 5px;
23
+ -moz-border-radius: 5px;
24
+ border-radius: 5px;
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ margin: -4px 0 0 -4px;
29
+ }
30
+ .colorpicker-saturation i b {
31
+ display: block;
32
+ height: 5px;
33
+ width: 5px;
34
+ border: 1px solid #fff;
35
+ -webkit-border-radius: 5px;
36
+ -moz-border-radius: 5px;
37
+ border-radius: 5px;
38
+ }
39
+ .colorpicker-hue,
40
+ .colorpicker-alpha {
41
+ width: 15px;
42
+ height: 100px;
43
+ float: left;
44
+ cursor: row-resize;
45
+ margin-left: 4px;
46
+ margin-bottom: 4px;
47
+ }
48
+ .colorpicker-hue i,
49
+ .colorpicker-alpha i {
50
+ display: block;
51
+ height: 1px;
52
+ background: #000;
53
+ border-top: 1px solid #fff;
54
+ position: absolute;
55
+ top: 0;
56
+ left: 0;
57
+ width: 100%;
58
+ margin-top: -1px;
59
+ }
60
+ .colorpicker-hue {
61
+ background-image: url("../../../img/bootstrap-colorpicker/hue.png");
62
+ }
63
+ .colorpicker-alpha {
64
+ background-image: url("../../../img/bootstrap-colorpicker/alpha.png");
65
+ display: none;
66
+ }
67
+ .colorpicker-saturation,
68
+ .colorpicker-hue,
69
+ .colorpicker-alpha {
70
+ background-size: contain;
71
+ }
72
+ .colorpicker {
73
+ padding: 4px;
74
+ min-width: 130px;
75
+ margin-top: 1px;
76
+ -webkit-border-radius: 4px;
77
+ -moz-border-radius: 4px;
78
+ border-radius: 4px;
79
+ z-index: 2500;
80
+ }
81
+ .colorpicker:before,
82
+ .colorpicker:after {
83
+ display: table;
84
+ content: "";
85
+ line-height: 0;
86
+ }
87
+ .colorpicker:after {
88
+ clear: both;
89
+ }
90
+ .colorpicker:before {
91
+ content: '';
92
+ display: inline-block;
93
+ border-left: 7px solid transparent;
94
+ border-right: 7px solid transparent;
95
+ border-bottom: 7px solid #ccc;
96
+ border-bottom-color: rgba(0, 0, 0, 0.2);
97
+ position: absolute;
98
+ top: -7px;
99
+ left: 6px;
100
+ }
101
+ .colorpicker:after {
102
+ content: '';
103
+ display: inline-block;
104
+ border-left: 6px solid transparent;
105
+ border-right: 6px solid transparent;
106
+ border-bottom: 6px solid #ffffff;
107
+ position: absolute;
108
+ top: -6px;
109
+ left: 7px;
110
+ }
111
+ .colorpicker div {
112
+ position: relative;
113
+ }
114
+ .colorpicker.colorpicker-with-alpha {
115
+ min-width: 140px;
116
+ }
117
+ .colorpicker.colorpicker-with-alpha .colorpicker-alpha {
118
+ display: block;
119
+ }
120
+ .colorpicker-color {
121
+ height: 10px;
122
+ margin-top: 5px;
123
+ clear: both;
124
+ background-image: url("../../../img/bootstrap-colorpicker/alpha.png");
125
+ background-position: 0 100%;
126
+ }
127
+ .colorpicker-color div {
128
+ height: 10px;
129
+ }
130
+ .colorpicker-selectors {
131
+ display: none;
132
+ height: 10px;
133
+ margin-top: 5px;
134
+ clear: both;
135
+ }
136
+ .colorpicker-selectors i {
137
+ cursor: pointer;
138
+ float: left;
139
+ height: 10px;
140
+ width: 10px;
141
+ }
142
+ .colorpicker-selectors i + i {
143
+ margin-left: 3px;
144
+ }
145
+ .colorpicker-element .input-group-addon i,
146
+ .colorpicker-element .add-on i {
147
+ display: inline-block;
148
+ cursor: pointer;
149
+ height: 16px;
150
+ vertical-align: text-top;
151
+ width: 16px;
152
+ }
153
+ .colorpicker.colorpicker-inline {
154
+ position: relative;
155
+ display: inline-block;
156
+ float: none;
157
+ z-index: auto;
158
+ }
159
+ .colorpicker.colorpicker-horizontal {
160
+ width: 110px;
161
+ min-width: 110px;
162
+ height: auto;
163
+ }
164
+ .colorpicker.colorpicker-horizontal .colorpicker-saturation {
165
+ margin-bottom: 4px;
166
+ }
167
+ .colorpicker.colorpicker-horizontal .colorpicker-color {
168
+ width: 100px;
169
+ }
170
+ .colorpicker.colorpicker-horizontal .colorpicker-hue,
171
+ .colorpicker.colorpicker-horizontal .colorpicker-alpha {
172
+ width: 100px;
173
+ height: 15px;
174
+ float: left;
175
+ cursor: col-resize;
176
+ margin-left: 0px;
177
+ margin-bottom: 4px;
178
+ }
179
+ .colorpicker.colorpicker-horizontal .colorpicker-hue i,
180
+ .colorpicker.colorpicker-horizontal .colorpicker-alpha i {
181
+ display: block;
182
+ height: 15px;
183
+ background: #ffffff;
184
+ position: absolute;
185
+ top: 0;
186
+ left: 0;
187
+ width: 1px;
188
+ border: none;
189
+ margin-top: 0px;
190
+ }
191
+ .colorpicker.colorpicker-horizontal .colorpicker-hue {
192
+ background-image: url("../../../img/bootstrap-colorpicker/hue-horizontal.png");
193
+ }
194
+ .colorpicker.colorpicker-horizontal .colorpicker-alpha {
195
+ background-image: url("../../../img/bootstrap-colorpicker/alpha-horizontal.png");
196
+ }
197
+ .colorpicker-right:before {
198
+ left: auto;
199
+ right: 6px;
200
+ }
201
+ .colorpicker-right:after {
202
+ left: auto;
203
+ right: 7px;
204
+ }
205
+ .colorpicker-no-arrow:before {
206
+ border-right: 0;
207
+ border-left: 0;
208
+ }
209
+ .colorpicker-no-arrow:after {
210
+ border-right: 0;
211
+ border-left: 0;
212
+ }
213
+ .colorpicker.colorpicker-visible,
214
+ .colorpicker-alpha.colorpicker-visible,
215
+ .colorpicker-saturation.colorpicker-visible,
216
+ .colorpicker-hue.colorpicker-visible,
217
+ .colorpicker-selectors.colorpicker-visible {
218
+ display: block;
219
+ }
220
+ .colorpicker.colorpicker-hidden,
221
+ .colorpicker-alpha.colorpicker-hidden,
222
+ .colorpicker-saturation.colorpicker-hidden,
223
+ .colorpicker-hue.colorpicker-hidden,
224
+ .colorpicker-selectors.colorpicker-hidden {
225
+ display: none;
226
+ }
227
+ .colorpicker-inline.colorpicker-visible {
228
+ display: inline-block;
229
+ }
230
+ /*# sourceMappingURL=bootstrap-colorpicker.css.map */
assets/css/bootstrap/bootstrap-colorpicker/bootstrap-colorpicker.min.css ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Bootstrap Colorpicker v2.5.1
3
+ * https://itsjavi.com/bootstrap-colorpicker/
4
+ *
5
+ * Originally written by (c) 2012 Stefan Petre
6
+ * Licensed under the Apache License v2.0
7
+ * http://www.apache.org/licenses/LICENSE-2.0.txt
8
+ *
9
+ */.colorpicker-saturation{width:100px;height:100px;background-image:url(../../../img/bootstrap-colorpicker/saturation.png);cursor:crosshair;float:left}.colorpicker-saturation i{display:block;height:5px;width:5px;border:1px solid #000;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;position:absolute;top:0;left:0;margin:-4px 0 0 -4px}.colorpicker-saturation i b{display:block;height:5px;width:5px;border:1px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.colorpicker-alpha,.colorpicker-hue{width:15px;height:100px;float:left;cursor:row-resize;margin-left:4px;margin-bottom:4px}.colorpicker-alpha i,.colorpicker-hue i{display:block;height:1px;background:#000;border-top:1px solid #fff;position:absolute;top:0;left:0;width:100%;margin-top:-1px}.colorpicker-hue{background-image:url(../../../img/bootstrap-colorpicker/hue.png)}.colorpicker-alpha{background-image:url(../../../img/bootstrap-colorpicker/alpha.png);display:none}.colorpicker-alpha,.colorpicker-hue,.colorpicker-saturation{background-size:contain}.colorpicker{padding:4px;min-width:130px;margin-top:1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;z-index:2500}.colorpicker:after,.colorpicker:before{display:table;content:"";line-height:0}.colorpicker:after{clear:both}.colorpicker:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);position:absolute;top:-7px;left:6px}.colorpicker:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:7px}.colorpicker div{position:relative}.colorpicker.colorpicker-with-alpha{min-width:140px}.colorpicker.colorpicker-with-alpha .colorpicker-alpha{display:block}.colorpicker-color{height:10px;margin-top:5px;clear:both;background-image:url(../../../img/bootstrap-colorpicker/alpha.png);background-position:0 100%}.colorpicker-color div{height:10px}.colorpicker-selectors{display:none;height:10px;margin-top:5px;clear:both}.colorpicker-selectors i{cursor:pointer;float:left;height:10px;width:10px}.colorpicker-selectors i+i{margin-left:3px}.colorpicker-element .add-on i,.colorpicker-element .input-group-addon i{display:inline-block;cursor:pointer;height:16px;vertical-align:text-top;width:16px}.colorpicker.colorpicker-inline{position:relative;display:inline-block;float:none;z-index:auto}.colorpicker.colorpicker-horizontal{width:110px;min-width:110px;height:auto}.colorpicker.colorpicker-horizontal .colorpicker-saturation{margin-bottom:4px}.colorpicker.colorpicker-horizontal .colorpicker-color{width:100px}.colorpicker.colorpicker-horizontal .colorpicker-alpha,.colorpicker.colorpicker-horizontal .colorpicker-hue{width:100px;height:15px;float:left;cursor:col-resize;margin-left:0;margin-bottom:4px}.colorpicker.colorpicker-horizontal .colorpicker-alpha i,.colorpicker.colorpicker-horizontal .colorpicker-hue i{display:block;height:15px;background:#fff;position:absolute;top:0;left:0;width:1px;border:none;margin-top:0}.colorpicker.colorpicker-horizontal .colorpicker-hue{background-image:url(../../../img/bootstrap-colorpicker/hue-horizontal.png)}.colorpicker.colorpicker-horizontal .colorpicker-alpha{background-image:url(../../../img/bootstrap-colorpicker/alpha-horizontal.png)}.colorpicker-right:before{left:auto;right:6px}.colorpicker-right:after{left:auto;right:7px}.colorpicker-no-arrow:before{border-right:0;border-left:0}.colorpicker-no-arrow:after{border-right:0;border-left:0}.colorpicker-alpha.colorpicker-visible,.colorpicker-hue.colorpicker-visible,.colorpicker-saturation.colorpicker-visible,.colorpicker-selectors.colorpicker-visible,.colorpicker.colorpicker-visible{display:block}.colorpicker-alpha.colorpicker-hidden,.colorpicker-hue.colorpicker-hidden,.colorpicker-saturation.colorpicker-hidden,.colorpicker-selectors.colorpicker-hidden,.colorpicker.colorpicker-hidden{display:none}.colorpicker-inline.colorpicker-visible{display:inline-block}
assets/css/bootstrap/bootstrap-datetimepicker/bootstrap-datetimepicker.css ADDED
@@ -0,0 +1,374 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Datetimepicker for Bootstrap 3
3
+ * version : 4.17.47
4
+ * https://github.com/Eonasdan/bootstrap-datetimepicker/
5
+ */
6
+ .bootstrap-datetimepicker-widget {
7
+ list-style: none;
8
+ }
9
+ .bootstrap-datetimepicker-widget.dropdown-menu {
10
+ display: block;
11
+ margin: 2px 0;
12
+ padding: 4px;
13
+ width: 19em;
14
+ }
15
+ @media (min-width: 768px) {
16
+ .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
17
+ width: 38em;
18
+ }
19
+ }
20
+ @media (min-width: 992px) {
21
+ .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
22
+ width: 38em;
23
+ }
24
+ }
25
+ @media (min-width: 1200px) {
26
+ .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
27
+ width: 38em;
28
+ }
29
+ }
30
+ .bootstrap-datetimepicker-widget.dropdown-menu:before,
31
+ .bootstrap-datetimepicker-widget.dropdown-menu:after {
32
+ content: '';
33
+ display: inline-block;
34
+ position: absolute;
35
+ }
36
+ .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
37
+ border-left: 7px solid transparent;
38
+ border-right: 7px solid transparent;
39
+ border-bottom: 7px solid #ccc;
40
+ border-bottom-color: rgba(0, 0, 0, 0.2);
41
+ top: -7px;
42
+ left: 7px;
43
+ }
44
+ .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
45
+ border-left: 6px solid transparent;
46
+ border-right: 6px solid transparent;
47
+ border-bottom: 6px solid white;
48
+ top: -6px;
49
+ left: 8px;
50
+ }
51
+ .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
52
+ border-left: 7px solid transparent;
53
+ border-right: 7px solid transparent;
54
+ border-top: 7px solid #ccc;
55
+ border-top-color: rgba(0, 0, 0, 0.2);
56
+ bottom: -7px;
57
+ left: 6px;
58
+ }
59
+ .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
60
+ border-left: 6px solid transparent;
61
+ border-right: 6px solid transparent;
62
+ border-top: 6px solid white;
63
+ bottom: -6px;
64
+ left: 7px;
65
+ }
66
+ .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
67
+ left: auto;
68
+ right: 6px;
69
+ }
70
+ .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
71
+ left: auto;
72
+ right: 7px;
73
+ }
74
+ .bootstrap-datetimepicker-widget .list-unstyled {
75
+ margin: 0;
76
+ }
77
+ .bootstrap-datetimepicker-widget a[data-action] {
78
+ padding: 6px 0;
79
+ }
80
+ .bootstrap-datetimepicker-widget a[data-action]:active {
81
+ box-shadow: none;
82
+ }
83
+ .bootstrap-datetimepicker-widget .timepicker-hour,
84
+ .bootstrap-datetimepicker-widget .timepicker-minute,
85
+ .bootstrap-datetimepicker-widget .timepicker-second {
86
+ width: 54px;
87
+ font-weight: bold;
88
+ font-size: 1.2em;
89
+ margin: 0;
90
+ }
91
+ .bootstrap-datetimepicker-widget button[data-action] {
92
+ padding: 6px;
93
+ }
94
+ .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
95
+ position: absolute;
96
+ width: 1px;
97
+ height: 1px;
98
+ margin: -1px;
99
+ padding: 0;
100
+ overflow: hidden;
101
+ clip: rect(0, 0, 0, 0);
102
+ border: 0;
103
+ content: "Increment Hours";
104
+ }
105
+ .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
106
+ position: absolute;
107
+ width: 1px;
108
+ height: 1px;
109
+ margin: -1px;
110
+ padding: 0;
111
+ overflow: hidden;
112
+ clip: rect(0, 0, 0, 0);
113
+ border: 0;
114
+ content: "Increment Minutes";
115
+ }
116
+ .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
117
+ position: absolute;
118
+ width: 1px;
119
+ height: 1px;
120
+ margin: -1px;
121
+ padding: 0;
122
+ overflow: hidden;
123
+ clip: rect(0, 0, 0, 0);
124
+ border: 0;
125
+ content: "Decrement Hours";
126
+ }
127
+ .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
128
+ position: absolute;
129
+ width: 1px;
130
+ height: 1px;
131
+ margin: -1px;
132
+ padding: 0;
133
+ overflow: hidden;
134
+ clip: rect(0, 0, 0, 0);
135
+ border: 0;
136
+ content: "Decrement Minutes";
137
+ }
138
+ .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
139
+ position: absolute;
140
+ width: 1px;
141
+ height: 1px;
142
+ margin: -1px;
143
+ padding: 0;
144
+ overflow: hidden;
145
+ clip: rect(0, 0, 0, 0);
146
+ border: 0;
147
+ content: "Show Hours";
148
+ }
149
+ .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
150
+ position: absolute;
151
+ width: 1px;
152
+ height: 1px;
153
+ margin: -1px;
154
+ padding: 0;
155
+ overflow: hidden;
156
+ clip: rect(0, 0, 0, 0);
157
+ border: 0;
158
+ content: "Show Minutes";
159
+ }
160
+ .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
161
+ position: absolute;
162
+ width: 1px;
163
+ height: 1px;
164
+ margin: -1px;
165
+ padding: 0;
166
+ overflow: hidden;
167
+ clip: rect(0, 0, 0, 0);
168
+ border: 0;
169
+ content: "Toggle AM/PM";
170
+ }
171
+ .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
172
+ position: absolute;
173
+ width: 1px;
174
+ height: 1px;
175
+ margin: -1px;
176
+ padding: 0;
177
+ overflow: hidden;
178
+ clip: rect(0, 0, 0, 0);
179
+ border: 0;
180
+ content: "Clear the picker";
181
+ }
182
+ .bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
183
+ position: absolute;
184
+ width: 1px;
185
+ height: 1px;
186
+ margin: -1px;
187
+ padding: 0;
188
+ overflow: hidden;
189
+ clip: rect(0, 0, 0, 0);
190
+ border: 0;
191
+ content: "Set the date to today";
192
+ }
193
+ .bootstrap-datetimepicker-widget .picker-switch {
194
+ text-align: center;
195
+ }
196
+ .bootstrap-datetimepicker-widget .picker-switch::after {
197
+ position: absolute;
198
+ width: 1px;
199
+ height: 1px;
200
+ margin: -1px;
201
+ padding: 0;
202
+ overflow: hidden;
203
+ clip: rect(0, 0, 0, 0);
204
+ border: 0;
205
+ content: "Toggle Date and Time Screens";
206
+ }
207
+ .bootstrap-datetimepicker-widget .picker-switch td {
208
+ padding: 0;
209
+ margin: 0;
210
+ height: auto;
211
+ width: auto;
212
+ line-height: inherit;
213
+ }
214
+ .bootstrap-datetimepicker-widget .picker-switch td span {
215
+ line-height: 2.5;
216
+ height: 2.5em;
217
+ width: 100%;
218
+ }
219
+ .bootstrap-datetimepicker-widget table {
220
+ width: 100%;
221
+ margin: 0;
222
+ }
223
+ .bootstrap-datetimepicker-widget table td,
224
+ .bootstrap-datetimepicker-widget table th {
225
+ text-align: center;
226
+ border-radius: 4px;
227
+ }
228
+ .bootstrap-datetimepicker-widget table th {
229
+ height: 20px;
230
+ line-height: 20px;
231
+ width: 20px;
232
+ }
233
+ .bootstrap-datetimepicker-widget table th.picker-switch {
234
+ width: 145px;
235
+ }
236
+ .bootstrap-datetimepicker-widget table th.disabled,
237
+ .bootstrap-datetimepicker-widget table th.disabled:hover {
238
+ background: none;
239
+ color: #777777;
240
+ cursor: not-allowed;
241
+ }
242
+ .bootstrap-datetimepicker-widget table th.prev::after {
243
+ position: absolute;
244
+ width: 1px;
245
+ height: 1px;
246
+ margin: -1px;
247
+ padding: 0;
248
+ overflow: hidden;
249
+ clip: rect(0, 0, 0, 0);
250
+ border: 0;
251
+ content: "Previous Month";
252
+ }
253
+ .bootstrap-datetimepicker-widget table th.next::after {
254
+ position: absolute;
255
+ width: 1px;
256
+ height: 1px;
257
+ margin: -1px;
258
+ padding: 0;
259
+ overflow: hidden;
260
+ clip: rect(0, 0, 0, 0);
261
+ border: 0;
262
+ content: "Next Month";
263
+ }
264
+ .bootstrap-datetimepicker-widget table thead tr:first-child th {
265
+ cursor: pointer;
266
+ }
267
+ .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
268
+ background: #eeeeee;
269
+ }
270
+ .bootstrap-datetimepicker-widget table td {
271
+ height: 54px;
272
+ line-height: 54px;
273
+ width: 54px;
274
+ }
275
+ .bootstrap-datetimepicker-widget table td.cw {
276
+ font-size: .8em;
277
+ height: 20px;
278
+ line-height: 20px;
279
+ color: #777777;
280
+ }
281
+ .bootstrap-datetimepicker-widget table td.day {
282
+ height: 20px;
283
+ line-height: 20px;
284
+ width: 20px;
285
+ }
286
+ .bootstrap-datetimepicker-widget table td.day:hover,
287
+ .bootstrap-datetimepicker-widget table td.hour:hover,
288
+ .bootstrap-datetimepicker-widget table td.minute:hover,
289
+ .bootstrap-datetimepicker-widget table td.second:hover {
290
+ background: #eeeeee;
291
+ cursor: pointer;
292
+ }
293
+ .bootstrap-datetimepicker-widget table td.old,
294
+ .bootstrap-datetimepicker-widget table td.new {
295
+ color: #777777;
296
+ }
297
+ .bootstrap-datetimepicker-widget table td.today {
298
+ position: relative;
299
+ }
300
+ .bootstrap-datetimepicker-widget table td.today:before {
301
+ content: '';
302
+ display: inline-block;
303
+ border: solid transparent;
304
+ border-width: 0 0 7px 7px;
305
+ border-bottom-color: #337ab7;
306
+ border-top-color: rgba(0, 0, 0, 0.2);
307
+ position: absolute;
308
+ bottom: 4px;
309
+ right: 4px;
310
+ }
311
+ .bootstrap-datetimepicker-widget table td.active,
312
+ .bootstrap-datetimepicker-widget table td.active:hover {
313
+ background-color: #337ab7;
314
+ color: #fff;
315
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
316
+ }
317
+ .bootstrap-datetimepicker-widget table td.active.today:before {
318
+ border-bottom-color: #fff;
319
+ }
320
+ .bootstrap-datetimepicker-widget table td.disabled,
321
+ .bootstrap-datetimepicker-widget table td.disabled:hover {
322
+ background: none;
323
+ color: #777777;
324
+ cursor: not-allowed;
325
+ }
326
+ .bootstrap-datetimepicker-widget table td span {
327
+ display: inline-block;
328
+ width: 54px;
329
+ height: 54px;
330
+ line-height: 54px;
331
+ margin: 2px 1.5px;
332
+ cursor: pointer;
333
+ border-radius: 4px;
334
+ }
335
+ .bootstrap-datetimepicker-widget table td span:hover {
336
+ background: #eeeeee;
337
+ }
338
+ .bootstrap-datetimepicker-widget table td span.active {
339
+ background-color: #337ab7;
340
+ color: #fff;
341
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
342
+ }
343
+ .bootstrap-datetimepicker-widget table td span.old {
344
+ color: #777777;
345
+ }
346
+ .bootstrap-datetimepicker-widget table td span.disabled,
347
+ .bootstrap-datetimepicker-widget table td span.disabled:hover {
348
+ background: none;
349
+ color: #777777;
350
+ cursor: not-allowed;
351
+ }
352
+ .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
353
+ height: 27px;
354
+ line-height: 27px;
355
+ }
356
+ .bootstrap-datetimepicker-widget.wider {
357
+ width: 21em;
358
+ }
359
+ .bootstrap-datetimepicker-widget .datepicker-decades .decade {
360
+ line-height: 1.8em !important;
361
+ }
362
+ .input-group.date .input-group-addon {
363
+ cursor: pointer;
364
+ }
365
+ .sr-only {
366
+ position: absolute;
367
+ width: 1px;
368
+ height: 1px;
369
+ margin: -1px;
370
+ padding: 0;
371
+ overflow: hidden;
372
+ clip: rect(0, 0, 0, 0);
373
+ border: 0;
374
+ }
assets/css/bootstrap/bootstrap-datetimepicker/bootstrap-datetimepicker.min.css ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ /*!
2
+ * Datetimepicker for Bootstrap 3
3
+ * version : 4.17.47
4
+ * https://github.com/Eonasdan/bootstrap-datetimepicker/
5
+ */.bootstrap-datetimepicker-widget{list-style:none}.bootstrap-datetimepicker-widget.dropdown-menu{display:block;margin:2px 0;padding:4px;width:19em}@media (min-width:768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:1200px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu:before,.bootstrap-datetimepicker-widget.dropdown-menu:after{content:'';display:inline-block;position:absolute}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);top:-7px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white;top:-6px;left:8px}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid white;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:bold;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Hours"}.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Hours"}.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Hours"}.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle AM/PM"}.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Clear the picker"}.bootstrap-datetimepicker-widget .btn[data-action="today"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Set the date to today"}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget .picker-switch::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle Date and Time Screens"}.bootstrap-datetimepicker-widget .picker-switch td{padding:0;margin:0;height:auto;width:auto;line-height:inherit}.bootstrap-datetimepicker-widget .picker-switch td span{line-height:2.5;height:2.5em;width:100%}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget table th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table th.prev::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Previous Month"}.bootstrap-datetimepicker-widget table th.next::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Next Month"}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#eee}.bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget table td.cw{font-size:.8em;height:20px;line-height:20px;color:#777}.bootstrap-datetimepicker-widget table td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget table td.old,.bootstrap-datetimepicker-widget table td.new{color:#777}.bootstrap-datetimepicker-widget table td.today{position:relative}.bootstrap-datetimepicker-widget table td.today:before{content:'';display:inline-block;border:solid transparent;border-width:0 0 7px 7px;border-bottom-color:#337ab7;border-top-color:rgba(0,0,0,0.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget table td span:hover{background:#eee}.bootstrap-datetimepicker-widget table td span.active{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td span.old{color:#777}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px}.bootstrap-datetimepicker-widget.wider{width:21em}.bootstrap-datetimepicker-widget .datepicker-decades .decade{line-height:1.8em !important}.input-group.date .input-group-addon{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}
assets/css/bootstrap/bootstrap-datetimepicker/wdt-bootstrap-datetimepicker.css ADDED
@@ -0,0 +1,278 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable .wdt-datetimepicker-modal.bootstrap-datetimepicker-widget table td {
2
+ background: transparent;
3
+ -o-transition: 0s;
4
+ -ms-transition: 0s;
5
+ -moz-transition: 0s;
6
+ -webkit-transition: 0s;
7
+ transition: 0s;
8
+ }
9
+
10
+ .wpdt-c .wdt-datetimepicker-modal.bootstrap-datetimepicker-widget {
11
+ padding: 0 !important;
12
+ margin: 0 !important;
13
+ width: auto !important;
14
+ bottom: auto !important;
15
+ top: auto !important;
16
+ min-width: 216px;
17
+ }
18
+
19
+ .wpdt-c .wdt-datetimepicker-modal.bootstrap-datetimepicker-widget:after,
20
+ .wpdt-c .wdt-datetimepicker-modal.bootstrap-datetimepicker-widget:before {
21
+ display: none !important;
22
+ }
23
+
24
+ .wpdt-c .wdt-datetimepicker-modal.bootstrap-datetimepicker-widget table {
25
+ border: 0 !important;
26
+ font-size: inherit;
27
+ line-height: inherit;
28
+ table-layout: auto;
29
+ }
30
+
31
+ .wpdt-c .wdt-datetimepicker-modal.bootstrap-datetimepicker-widget table td {
32
+ text-shadow: none;
33
+ white-space: normal;
34
+ overflow: visible;
35
+ border: 0;
36
+ font-weight: normal;
37
+ }
38
+
39
+ .wpdt-c .wdt-datetimepicker-modal.bootstrap-datetimepicker-widget table td span {
40
+ margin: 0;
41
+ }
42
+
43
+ .wpdt-c .wdt-datetimepicker-modal.bootstrap-datetimepicker-widget table td span:hover {
44
+ background: transparent;
45
+ }
46
+
47
+ .wpdt-c .wdt-datetimepicker-modal.bootstrap-datetimepicker-widget .glyphicon {
48
+ font-family: 'Material-Design-Iconic-Font';
49
+ font-size: 18px;
50
+ }
51
+
52
+ .wpdt-c .wdt-datetimepicker-modal.bootstrap-datetimepicker-widget .glyphicon-chevron-left:before {
53
+ content: "\f2ff";
54
+ }
55
+
56
+ .wpdt-c .wdt-datetimepicker-modal.bootstrap-datetimepicker-widget .glyphicon-chevron-right:before {
57
+ content: "\f301";
58
+ }
59
+
60
+ .wpdt-c .wdt-datetimepicker-modal.bootstrap-datetimepicker-widget .glyphicon-time:before {
61
+ content: "\f337";
62
+ }
63
+
64
+ .wpdt-c .wdt-datetimepicker-modal.bootstrap-datetimepicker-widget .glyphicon-trash:before {
65
+ content: "\f330";
66
+ }
67
+
68
+ .wpdt-c .wdt-datetimepicker-modal.bootstrap-datetimepicker-widget .glyphicon-calendar:before {
69
+ content: "\f32e";
70
+ }
71
+
72
+ .wpdt-c .wdt-datetimepicker-modal.bootstrap-datetimepicker-widget .glyphicon-chevron-up:before {
73
+ content: "\f1e5";
74
+ }
75
+
76
+ .wpdt-c .wdt-datetimepicker-modal.bootstrap-datetimepicker-widget .glyphicon-chevron-down:before {
77
+ content: "\f1e4";
78
+ }
79
+
80
+ .wpdt-c .wdt-datetimepicker-modal.bootstrap-datetimepicker-widget a[data-action] {
81
+ color: #2196F3;
82
+ border-bottom: 0;
83
+ }
84
+
85
+ .wpdt-c .wdt-datetimepicker-modal.bootstrap-datetimepicker-widget .datepicker-decades .decade {
86
+ line-height: 1.8em !important;
87
+ background: none;
88
+ color: inherit;
89
+ }
90
+
91
+ .wpdt-c .wdt-datetimepicker-modal.bootstrap-datetimepicker-widget .datepicker-decades span {
92
+ height: auto;
93
+ }
94
+
95
+ .wpdt-c .wdt-datetimepicker-modal .timepicker-picker .table-condensed > tbody > tr > td {
96
+ padding: 10px;
97
+ background: transparent;
98
+ }
99
+
100
+ .wpdt-c .wdt-datetimepicker-modal .timepicker-picker .btn {
101
+ box-shadow: none !important;
102
+ height: auto !important;
103
+ }
104
+
105
+ .wpdt-c .wdt-datetimepicker-modal .timepicker-picker table tbody tr + tr:not(:last-child) {
106
+ background: #2196F3;
107
+ color: #fff;
108
+ }
109
+
110
+ .wpdt-c .wdt-datetimepicker-modal .timepicker-picker table tbody tr + tr:not(:last-child) {
111
+ background: #2196F3;
112
+ color: #fff;
113
+ }
114
+
115
+ .wpdt-c .wdt-datetimepicker-modal .timepicker-picker table tbody tr + tr:not(:last-child) td {
116
+ border-radius: 0;
117
+ background-color: #2196F3;
118
+ }
119
+
120
+ .wpdt-c .wdt-datetimepicker-modal .timepicker-picker .btn,
121
+ .wpdt-c .wdt-datetimepicker-modal .timepicker-picker .btn:hover {
122
+ background: #fff;
123
+ color: #333;
124
+ }
125
+
126
+ .wpdt-c .wdt-datetimepicker-modal .datepicker table thead tr th {
127
+ border-radius: 0;
128
+ color: #fff;
129
+ border: 0 !important;
130
+ }
131
+
132
+ .wpdt-c .wdt-datetimepicker-modal .datepicker table thead tr th .glyphicon {
133
+ width: 30px;
134
+ height: 30px;
135
+ border-radius: 50%;
136
+ line-height: 29px;
137
+ }
138
+
139
+ .wpdt-c .wdt-datetimepicker-modal .datepicker table thead tr th:hover .glyphicon {
140
+ background: rgba(0, 0, 0, 0.2);
141
+ }
142
+
143
+ .wpdt-c .wdt-datetimepicker-modal .datepicker table thead tr:first-child th {
144
+ background: #2196F3;
145
+ padding: 20px 0;
146
+ text-align: center;
147
+ }
148
+
149
+ .wpdt-c .wdt-datetimepicker-modal .datepicker table thead tr:first-child th:hover {
150
+ background: #2196F3;
151
+ }
152
+
153
+ .wpdt-c .wdt-datetimepicker-modal .datepicker table thead tr:first-child th.picker-switch {
154
+ font-size: 16px;
155
+ font-weight: 400;
156
+ text-transform: uppercase;
157
+ }
158
+
159
+ .wpdt-c .wdt-datetimepicker-modal .datepicker table thead tr:last-child th {
160
+ text-transform: uppercase;
161
+ font-weight: normal;
162
+ font-size: 11px;
163
+ }
164
+
165
+ .wpdt-c .wdt-datetimepicker-modal .datepicker table thead tr:last-child th:first-child {
166
+ padding-left: 20px;
167
+ }
168
+
169
+ .wpdt-c .wdt-datetimepicker-modal .datepicker table thead tr:last-child th:last-child {
170
+ padding-right: 20px;
171
+ }
172
+
173
+ .wpdt-c .wdt-datetimepicker-modal .datepicker table thead tr:last-child:not(:only-child),
174
+ .wpdt-c .wdt-datetimepicker-modal .datepicker table thead tr:last-child:not(:only-child) th {
175
+ background: #098BEF;
176
+ }
177
+
178
+ .wpdt-c .wdt-datetimepicker-modal .datepicker table tbody tr,
179
+ .wpdt-c .wdt-datetimepicker-modal .datepicker table tbody td {
180
+ padding: 0 !important;
181
+ }
182
+
183
+ .wpdt-c .wdt-datetimepicker-modal .datepicker table tbody tr:last-child td {
184
+ padding-bottom: 25px !important;
185
+ }
186
+
187
+ .wpdt-c .wdt-datetimepicker-modal .datepicker table tbody tr td:first-child {
188
+ padding-left: 13px !important;
189
+ overflow: visible;
190
+ }
191
+
192
+ .wpdt-c .wdt-datetimepicker-modal .datepicker table tbody tr td:last-child {
193
+ padding-right: 13px !important;
194
+ }
195
+
196
+ .wpdt-c .wdt-datetimepicker-modal .datepicker table td.day {
197
+ width: 35px;
198
+ height: 35px;
199
+ line-height: 20px;
200
+ color: #333;
201
+ position: relative;
202
+ background: transparent !important;
203
+ border: 0;
204
+ }
205
+
206
+ .wpdt-c .wdt-datetimepicker-modal .datepicker table td.day:hover {
207
+ background: none;
208
+ }
209
+
210
+ .wpdt-c .wdt-datetimepicker-modal .datepicker table td.day:before {
211
+ content: "";
212
+ width: 35px;
213
+ height: 35px;
214
+ border-radius: 50%;
215
+ margin-bottom: -33px;
216
+ display: inline-block;
217
+ background: transparent;
218
+ position: static;
219
+ text-shadow: none;
220
+ border-bottom-color: transparent !important;
221
+ }
222
+
223
+ .wpdt-c .wdt-datetimepicker-modal .datepicker table td.day.old,
224
+ .wpdt-c .wdt-datetimepicker-modal .datepicker table td.day.new {
225
+ color: #CDCDCD;
226
+ }
227
+
228
+ .wpdt-c .wdt-datetimepicker-modal .datepicker table td:not(.today):not(.active):hover:before {
229
+ background: #F0F0F0;
230
+ }
231
+
232
+ .wpdt-c .wdt-datetimepicker-modal .datepicker table td.today {
233
+ color: #333;
234
+ }
235
+
236
+ .wpdt-c .wdt-datetimepicker-modal .datepicker table td.today:before {
237
+ background-color: #E2E2E2;
238
+ }
239
+
240
+ .wpdt-c .wdt-datetimepicker-modal .datepicker table td.active {
241
+ color: #fff;
242
+ }
243
+
244
+ .wpdt-c .wdt-datetimepicker-modal .datepicker table td.active:before {
245
+ background-color: #2196F3;
246
+ }
247
+
248
+ .wpdt-c .wdt-datetimepicker-modal .datepicker-months .month,
249
+ .wpdt-c .wdt-datetimepicker-modal .datepicker-years .year,
250
+ .wpdt-c .wdt-datetimepicker-modal .timepicker-minutes .minute,
251
+ .wpdt-c .wdt-datetimepicker-modal .timepicker-hours .hour {
252
+ border-radius: 50%;
253
+ }
254
+
255
+ .wpdt-c .wdt-datetimepicker-modal .datepicker-months .month:not(.active):hover,
256
+ .wpdt-c .wdt-datetimepicker-modal .datepicker-years .year:not(.active):hover,
257
+ .wpdt-c .wdt-datetimepicker-modal .timepicker-minutes .minute:not(.active):hover,
258
+ .wpdt-c .wdt-datetimepicker-modal .timepicker-hours .hour:not(.active):hover {
259
+ background: #F0F0F0;
260
+ }
261
+
262
+ .wpdt-c .wdt-datetimepicker-modal .datepicker-months .month.active,
263
+ .wpdt-c .wdt-datetimepicker-modal .datepicker-years .year.active,
264
+ .wpdt-c .wdt-datetimepicker-modal .timepicker-minutes .minute.active,
265
+ .wpdt-c .wdt-datetimepicker-modal .timepicker-hours .hour.active {
266
+ background: #2196F3;
267
+ }
268
+
269
+ .wpdt-c .wdt-datetimepicker-modal .timepicker-minutes .minute,
270
+ .wpdt-c .wdt-datetimepicker-modal .timepicker-hours .hour {
271
+ padding: 0;
272
+ }
273
+
274
+ .wpdt-c .wdt-datetimepicker-modal .list-unstyled {
275
+ padding: 0 !important;
276
+ line-height: inherit !important;
277
+ list-style-type: inherit !important;
278
+ }
assets/css/bootstrap/bootstrap-select/bootstrap-select.min.css ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ /*!
2
+ * Bootstrap-select v1.11.0 (http://silviomoreto.github.io/bootstrap-select)
3
+ *
4
+ * Copyright 2013-2016 bootstrap-select
5
+ * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
6
+ */select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\9}.bootstrap-select>.dropdown-toggle{width:100%;padding-right:25px;z-index:1}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2}.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn{border-radius:0}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group.bs-container{position:absolute;height:0!important;padding:0!important}.bootstrap-select.btn-group.bs-container .dropdown-menu{z-index:1060}.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}
assets/css/bootstrap/bootstrap-tagsinput/bootstrap-tagsinput.css ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .bootstrap-tagsinput {
2
+ background-color: #fff;
3
+ border: 1px solid #ccc;
4
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
5
+ display: inline-block;
6
+ padding: 4px 6px;
7
+ color: #555;
8
+ vertical-align: middle;
9
+ border-radius: 4px;
10
+ max-width: 100%;
11
+ line-height: 22px;
12
+ cursor: text;
13
+ }
14
+ .bootstrap-tagsinput input {
15
+ border: none;
16
+ box-shadow: none;
17
+ outline: none;
18
+ background-color: transparent;
19
+ padding: 0 6px;
20
+ margin: 0;
21
+ width: auto;
22
+ max-width: inherit;
23
+ }
24
+ .bootstrap-tagsinput.form-control input::-moz-placeholder {
25
+ color: #777;
26
+ opacity: 1;
27
+ }
28
+ .bootstrap-tagsinput.form-control input:-ms-input-placeholder {
29
+ color: #777;
30
+ }
31
+ .bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
32
+ color: #777;
33
+ }
34
+ .bootstrap-tagsinput input:focus {
35
+ border: none;
36
+ box-shadow: none;
37
+ }
38
+ .bootstrap-tagsinput .tag {
39
+ margin-right: 2px;
40
+ color: white;
41
+ }
42
+ .bootstrap-tagsinput .tag [data-role="remove"] {
43
+ margin-left: 8px;
44
+ cursor: pointer;
45
+ }
46
+ .bootstrap-tagsinput .tag [data-role="remove"]:after {
47
+ content: "x";
48
+ padding: 0px 2px;
49
+ }
50
+ .bootstrap-tagsinput .tag [data-role="remove"]:hover {
51
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
52
+ }
53
+ .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
54
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
55
+ }
assets/css/bootstrap/wpdatatables-bootstrap.css ADDED
@@ -0,0 +1,13951 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * Load Main Bootstrap LESS files
3
+ */
4
+
5
+ /*!
6
+ * Bootstrap v3.3.6 (http://getbootstrap.com)
7
+ * Copyright 2011-2015 Twitter, Inc.
8
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
9
+ */
10
+
11
+ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
12
+
13
+ .wpdt-c article,
14
+ .wpdt-c aside,
15
+ .wpdt-c details,
16
+ .wpdt-c figcaption,
17
+ .wpdt-c figure,
18
+ .wpdt-c footer,
19
+ .wpdt-c header,
20
+ .wpdt-c hgroup,
21
+ .wpdt-c main,
22
+ .wpdt-c menu,
23
+ .wpdt-c nav,
24
+ .wpdt-c section,
25
+ .wpdt-c summary {
26
+ display: block;
27
+ }
28
+
29
+ .wpdt-c audio,
30
+ .wpdt-c canvas,
31
+ .wpdt-c progress,
32
+ .wpdt-c video {
33
+ display: inline-block;
34
+ vertical-align: baseline;
35
+ }
36
+
37
+ .wpdt-c audio:not([controls]) {
38
+ display: none;
39
+ height: 0;
40
+ }
41
+
42
+ .wpdt-c [hidden],
43
+ .wpdt-c template {
44
+ display: none;
45
+ }
46
+
47
+ .wpdt-c a {
48
+ background-color: transparent;
49
+ }
50
+
51
+ .wpdt-c a:active,
52
+ .wpdt-c a:hover {
53
+ outline: 0;
54
+ }
55
+
56
+ .wpdt-c abbr[title] {
57
+ border-bottom: 1px dotted;
58
+ }
59
+
60
+ .wpdt-c b,
61
+ .wpdt-c strong {
62
+ font-weight: bold;
63
+ }
64
+
65
+ .wpdt-c dfn {
66
+ font-style: italic;
67
+ }
68
+
69
+ .wpdt-c h1 {
70
+ font-size: 2em;
71
+ margin: 0.67em 0;
72
+ }
73
+
74
+ .wpdt-c mark {
75
+ background: #ff0;
76
+ color: #000;
77
+ }
78
+
79
+ .wpdt-c small {
80
+ font-size: 80%;
81
+ }
82
+
83
+ .wpdt-c sub,
84
+ .wpdt-c sup {
85
+ font-size: 75%;
86
+ line-height: 0;
87
+ position: relative;
88
+ vertical-align: baseline;
89
+ }
90
+
91
+ .wpdt-c sup {
92
+ top: -0.5em;
93
+ }
94
+
95
+ .wpdt-c sub {
96
+ bottom: -0.25em;
97
+ }
98
+
99
+ .wpdt-c img {
100
+ border: 0;
101
+ }
102
+
103
+ .wpdt-c svg:not(:root) {
104
+ overflow: hidden;
105
+ }
106
+
107
+ .wpdt-c figure {
108
+ margin: 1em 40px;
109
+ }
110
+
111
+ .wpdt-c hr {
112
+ box-sizing: content-box;
113
+ height: 0;
114
+ }
115
+
116
+ .wpdt-c pre {
117
+ overflow: auto;
118
+ }
119
+
120
+ .wpdt-c code,
121
+ .wpdt-c kbd,
122
+ .wpdt-c samp {
123
+ font-family: monospace, monospace;
124
+ font-size: 1em;
125
+ }
126
+
127
+ .wpdt-c button,
128
+ .wpdt-c input,
129
+ .wpdt-c optgroup,
130
+ .wpdt-c select,
131
+ .wpdt-c textarea {
132
+ color: inherit;
133
+ font: inherit;
134
+ margin: 0;
135
+ }
136
+
137
+ .wpdt-c button {
138
+ overflow: visible;
139
+ }
140
+
141
+ .wpdt-c button,
142
+ .wpdt-c select {
143
+ text-transform: none;
144
+ }
145
+
146
+ .wpdt-c button,
147
+ .wpdt-c html input[type="button"],
148
+ .wpdt-c input[type="reset"],
149
+ .wpdt-c input[type="submit"] {
150
+ -webkit-appearance: button;
151
+ cursor: pointer;
152
+ }
153
+
154
+ .wpdt-c button[disabled],
155
+ .wpdt-c html input[disabled] {
156
+ cursor: default;
157
+ }
158
+
159
+ .wpdt-c button::-moz-focus-inner,
160
+ .wpdt-c input::-moz-focus-inner {
161
+ border: 0;
162
+ padding: 0;
163
+ }
164
+
165
+ .wpdt-c input {
166
+ line-height: normal;
167
+ }
168
+
169
+ .wpdt-c input[type="checkbox"],
170
+ .wpdt-c input[type="radio"] {
171
+ box-sizing: border-box;
172
+ padding: 0;
173
+ }
174
+
175
+ .wpdt-c input[type="number"]::-webkit-inner-spin-button,
176
+ .wpdt-c input[type="number"]::-webkit-outer-spin-button {
177
+ height: auto;
178
+ }
179
+
180
+ .wpdt-c input[type="search"] {
181
+ -webkit-appearance: textfield;
182
+ box-sizing: content-box;
183
+ }
184
+
185
+ .wpdt-c input[type="search"]::-webkit-search-cancel-button,
186
+ .wpdt-c input[type="search"]::-webkit-search-decoration {
187
+ -webkit-appearance: none;
188
+ }
189
+
190
+ .wpdt-c fieldset {
191
+ border: 1px solid #c0c0c0;
192
+ margin: 0 2px;
193
+ padding: 0.35em 0.625em 0.75em;
194
+ }
195
+
196
+ .wpdt-c legend {
197
+ border: 0;
198
+ padding: 0;
199
+ }
200
+
201
+ .wpdt-c textarea {
202
+ overflow: auto;
203
+ }
204
+
205
+ .wpdt-c optgroup {
206
+ font-weight: bold;
207
+ }
208
+
209
+ .wpdt-c table {
210
+ border-collapse: collapse;
211
+ border-spacing: 0;
212
+ }
213
+
214
+ /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
215
+
216
+ @media print {
217
+ *,
218
+ .wpdt-c *:before,
219
+ .wpdt-c *:after {
220
+ background: transparent !important;
221
+ color: #000 !important;
222
+ box-shadow: none !important;
223
+ text-shadow: none !important;
224
+ }
225
+
226
+ .wpdt-c a,
227
+ .wpdt-c a:visited {
228
+ text-decoration: underline;
229
+ }
230
+
231
+ .wpdt-c a[href]:after {
232
+ content: " (" attr(href) ")";
233
+ }
234
+
235
+ .wpdt-c abbr[title]:after {
236
+ content: " (" attr(title) ")";
237
+ }
238
+
239
+ .wpdt-c a[href^="#"]:after,
240
+ .wpdt-c a[href^="javascript:"]:after {
241
+ content: "";
242
+ }
243
+
244
+ .wpdt-c pre,
245
+ .wpdt-c blockquote {
246
+ border: 1px solid #999;
247
+ page-break-inside: avoid;
248
+ }
249
+
250
+ .wpdt-c thead {
251
+ display: table-header-group;
252
+ }
253
+
254
+ .wpdt-c tr,
255
+ .wpdt-c img {
256
+ page-break-inside: avoid;
257
+ }
258
+
259
+ .wpdt-c img {
260
+ max-width: 100% !important;
261
+ }
262
+
263
+ .wpdt-c p,
264
+ .wpdt-c h2,
265
+ .wpdt-c h3 {
266
+ orphans: 3;
267
+ widows: 3;
268
+ }
269
+
270
+ .wpdt-c h2,
271
+ .wpdt-c h3 {
272
+ page-break-after: avoid;
273
+ }
274
+
275
+ .wpdt-c .navbar {
276
+ display: none;
277
+ }
278
+
279
+ .wpdt-c .btn > .caret,
280
+ .wpdt-c .dropup > .btn > .caret {
281
+ border-top-color: #000 !important;
282
+ }
283
+
284
+ .wpdt-c .label {
285
+ border: 1px solid #000;
286
+ }
287
+
288
+ .wpdt-c .table {
289
+ border-collapse: collapse !important;
290
+ }
291
+
292
+ .wpdt-c .table td,
293
+ .wpdt-c .table th {
294
+ background-color: #fff !important;
295
+ }
296
+
297
+ .wpdt-c .table-bordered th,
298
+ .wpdt-c .table-bordered td {
299
+ border: 1px solid #ddd !important;
300
+ }
301
+ }
302
+
303
+ @font-face {
304
+ font-family: 'Glyphicons Halflings';
305
+ src: url('../../fonts/glyphicons/glyphicons-halflings-regular.eot');
306
+ src: url('../../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons/glyphicons-halflings-regular.woff2') format('woff2'), url('../../fonts/glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
307
+ }
308
+
309
+ .wpdt-c .glyphicon {
310
+ position: relative;
311
+ top: 1px;
312
+ display: inline-block;
313
+ font-family: 'Glyphicons Halflings';
314
+ font-style: normal;
315
+ font-weight: normal;
316
+ line-height: 1;
317
+ -webkit-font-smoothing: antialiased;
318
+ -moz-osx-font-smoothing: grayscale;
319
+ }
320
+
321
+ .wpdt-c .glyphicon-asterisk:before {
322
+ content: "\002a";
323
+ }
324
+
325
+ .wpdt-c .glyphicon-plus:before {
326
+ content: "\002b";
327
+ }
328
+
329
+ .wpdt-c .glyphicon-euro:before, .wpdt-c .glyphicon-eur:before {
330
+ content: "\20ac";
331
+ }
332
+
333
+ .wpdt-c .glyphicon-minus:before {
334
+ content: "\2212";
335
+ }
336
+
337
+ .wpdt-c .glyphicon-cloud:before {
338
+ content: "\2601";
339
+ }
340
+
341
+ .wpdt-c .glyphicon-envelope:before {
342
+ content: "\2709";
343
+ }
344
+
345
+ .wpdt-c .glyphicon-pencil:before {
346
+ content: "\270f";
347
+ }
348
+
349
+ .wpdt-c .glyphicon-glass:before {
350
+ content: "\e001";
351
+ }
352
+
353
+ .wpdt-c .glyphicon-music:before {
354
+ content: "\e002";
355
+ }
356
+
357
+ .wpdt-c .glyphicon-search:before {
358
+ content: "\e003";
359
+ }
360
+
361
+ .wpdt-c .glyphicon-heart:before {
362
+ content: "\e005";
363
+ }
364
+
365
+ .wpdt-c .glyphicon-star:before {
366
+ content: "\e006";
367
+ }
368
+
369
+ .wpdt-c .glyphicon-star-empty:before {
370
+ content: "\e007";
371
+ }
372
+
373
+ .wpdt-c .glyphicon-user:before {
374
+ content: "\e008";
375
+ }
376
+
377
+ .wpdt-c .glyphicon-film:before {
378
+ content: "\e009";
379
+ }
380
+
381
+ .wpdt-c .glyphicon-th-large:before {
382
+ content: "\e010";
383
+ }
384
+
385
+ .wpdt-c .glyphicon-th:before {
386
+ content: "\e011";
387
+ }
388
+
389
+ .wpdt-c .glyphicon-th-list:before {
390
+ content: "\e012";
391
+ }
392
+
393
+ .wpdt-c .glyphicon-ok:before {
394
+ content: "\e013";
395
+ }
396
+
397
+ .wpdt-c .glyphicon-remove:before {
398
+ content: "\e014";
399
+ }
400
+
401
+ .wpdt-c .glyphicon-zoom-in:before {
402
+ content: "\e015";
403
+ }
404
+
405
+ .wpdt-c .glyphicon-zoom-out:before {
406
+ content: "\e016";
407
+ }
408
+
409
+ .wpdt-c .glyphicon-off:before {
410
+ content: "\e017";
411
+ }
412
+
413
+ .wpdt-c .glyphicon-signal:before {
414
+ content: "\e018";
415
+ }
416
+
417
+ .wpdt-c .glyphicon-cog:before {
418
+ content: "\e019";
419
+ }
420
+
421
+ .wpdt-c .glyphicon-trash:before {
422
+ content: "\e020";
423
+ }
424
+
425
+ .wpdt-c .glyphicon-home:before {
426
+ content: "\e021";
427
+ }
428
+
429
+ .wpdt-c .glyphicon-file:before {
430
+ content: "\e022";
431
+ }
432
+
433
+ .wpdt-c .glyphicon-time:before {
434
+ content: "\e023";
435
+ }
436
+
437
+ .wpdt-c .glyphicon-road:before {
438
+ content: "\e024";
439
+ }
440
+
441
+ .wpdt-c .glyphicon-download-alt:before {
442
+ content: "\e025";
443
+ }
444
+
445
+ .wpdt-c .glyphicon-download:before {
446
+ content: "\e026";
447
+ }
448
+
449
+ .wpdt-c .glyphicon-upload:before {
450
+ content: "\e027";
451
+ }
452
+
453
+ .wpdt-c .glyphicon-inbox:before {
454
+ content: "\e028";
455
+ }
456
+
457
+ .wpdt-c .glyphicon-play-circle:before {
458
+ content: "\e029";
459
+ }
460
+
461
+ .wpdt-c .glyphicon-repeat:before {
462
+ content: "\e030";
463
+ }
464
+
465
+ .wpdt-c .glyphicon-refresh:before {
466
+ content: "\e031";
467
+ }
468
+
469
+ .wpdt-c .glyphicon-list-alt:before {
470
+ content: "\e032";
471
+ }
472
+
473
+ .wpdt-c .glyphicon-lock:before {
474
+ content: "\e033";
475
+ }
476
+
477
+ .wpdt-c .glyphicon-flag:before {
478
+ content: "\e034";
479
+ }
480
+
481
+ .wpdt-c .glyphicon-headphones:before {
482
+ content: "\e035";
483
+ }
484
+
485
+ .wpdt-c .glyphicon-volume-off:before {
486
+ content: "\e036";
487
+ }
488
+
489
+ .wpdt-c .glyphicon-volume-down:before {
490
+ content: "\e037";
491
+ }
492
+
493
+ .wpdt-c .glyphicon-volume-up:before {
494
+ content: "\e038";
495
+ }
496
+
497
+ .wpdt-c .glyphicon-qrcode:before {
498
+ content: "\e039";
499
+ }
500
+
501
+ .wpdt-c .glyphicon-barcode:before {
502
+ content: "\e040";
503
+ }
504
+
505
+ .wpdt-c .glyphicon-tag:before {
506
+ content: "\e041";
507
+ }
508
+
509
+ .wpdt-c .glyphicon-tags:before {
510
+ content: "\e042";
511
+ }
512
+
513
+ .wpdt-c .glyphicon-book:before {
514
+ content: "\e043";
515
+ }
516
+
517
+ .wpdt-c .glyphicon-bookmark:before {
518
+ content: "\e044";
519
+ }
520
+
521
+ .wpdt-c .glyphicon-print:before {
522
+ content: "\e045";
523
+ }
524
+
525
+ .wpdt-c .glyphicon-camera:before {
526
+ content: "\e046";
527
+ }
528
+
529
+ .wpdt-c .glyphicon-font:before {
530
+ content: "\e047";
531
+ }
532
+
533
+ .wpdt-c .glyphicon-bold:before {
534
+ content: "\e048";
535
+ }
536
+
537
+ .wpdt-c .glyphicon-italic:before {
538
+ content: "\e049";
539
+ }
540
+
541
+ .wpdt-c .glyphicon-text-height:before {
542
+ content: "\e050";
543
+ }
544
+
545
+ .wpdt-c .glyphicon-text-width:before {
546
+ content: "\e051";
547
+ }
548
+
549
+ .wpdt-c .glyphicon-align-left:before {
550
+ content: "\e052";
551
+ }
552
+
553
+ .wpdt-c .glyphicon-align-center:before {
554
+ content: "\e053";
555
+ }
556
+
557
+ .wpdt-c .glyphicon-align-right:before {
558
+ content: "\e054";
559
+ }
560
+
561
+ .wpdt-c .glyphicon-align-justify:before {
562
+ content: "\e055";
563
+ }
564
+
565
+ .wpdt-c .glyphicon-list:before {
566
+ content: "\e056";
567
+ }
568
+
569
+ .wpdt-c .glyphicon-indent-left:before {
570
+ content: "\e057";
571
+ }
572
+
573
+ .wpdt-c .glyphicon-indent-right:before {
574
+ content: "\e058";
575
+ }
576
+
577
+ .wpdt-c .glyphicon-facetime-video:before {
578
+ content: "\e059";
579
+ }
580
+
581
+ .wpdt-c .glyphicon-picture:before {
582
+ content: "\e060";
583
+ }
584
+
585
+ .wpdt-c .glyphicon-map-marker:before {
586
+ content: "\e062";
587
+ }
588
+
589
+ .wpdt-c .glyphicon-adjust:before {
590
+ content: "\e063";
591
+ }
592
+
593
+ .wpdt-c .glyphicon-tint:before {
594
+ content: "\e064";
595
+ }
596
+
597
+ .wpdt-c .glyphicon-edit:before {
598
+ content: "\e065";
599
+ }
600
+
601
+ .wpdt-c .glyphicon-share:before {
602
+ content: "\e066";
603
+ }
604
+
605
+ .wpdt-c .glyphicon-check:before {
606
+ content: "\e067";
607
+ }
608
+
609
+ .wpdt-c .glyphicon-move:before {
610
+ content: "\e068";
611
+ }
612
+
613
+ .wpdt-c .glyphicon-step-backward:before {
614
+ content: "\e069";
615
+ }
616
+
617
+ .wpdt-c .glyphicon-fast-backward:before {
618
+ content: "\e070";
619
+ }
620
+
621
+ .wpdt-c .glyphicon-backward:before {
622
+ content: "\e071";
623
+ }
624
+
625
+ .wpdt-c .glyphicon-play:before {
626
+ content: "\e072";
627
+ }
628
+
629
+ .wpdt-c .glyphicon-pause:before {
630
+ content: "\e073";
631
+ }
632
+
633
+ .wpdt-c .glyphicon-stop:before {
634
+ content: "\e074";
635
+ }
636
+
637
+ .wpdt-c .glyphicon-forward:before {
638
+ content: "\e075";
639
+ }
640
+
641
+ .wpdt-c .glyphicon-fast-forward:before {
642
+ content: "\e076";
643
+ }
644
+
645
+ .wpdt-c .glyphicon-step-forward:before {
646
+ content: "\e077";
647
+ }
648
+
649
+ .wpdt-c .glyphicon-eject:before {
650
+ content: "\e078";
651
+ }
652
+
653
+ .wpdt-c .glyphicon-chevron-left:before {
654
+ content: "\e079";
655
+ }
656
+
657
+ .wpdt-c .glyphicon-chevron-right:before {
658
+ content: "\e080";
659
+ }
660
+
661
+ .wpdt-c .glyphicon-plus-sign:before {
662
+ content: "\e081";
663
+ }
664
+
665
+ .wpdt-c .glyphicon-minus-sign:before {
666
+ content: "\e082";
667
+ }
668
+
669
+ .wpdt-c .glyphicon-remove-sign:before {
670
+ content: "\e083";
671
+ }
672
+
673
+ .wpdt-c .glyphicon-ok-sign:before {
674
+ content: "\e084";
675
+ }
676
+
677
+ .wpdt-c .glyphicon-question-sign:before {
678
+ content: "\e085";
679
+ }
680
+
681
+ .wpdt-c .glyphicon-info-sign:before {
682
+ content: "\e086";
683
+ }
684
+
685
+ .wpdt-c .glyphicon-screenshot:before {
686
+ content: "\e087";
687
+ }
688
+
689
+ .wpdt-c .glyphicon-remove-circle:before {
690
+ content: "\e088";
691
+ }
692
+
693
+ .wpdt-c .glyphicon-ok-circle:before {
694
+ content: "\e089";
695
+ }
696
+
697
+ .wpdt-c .glyphicon-ban-circle:before {
698
+ content: "\e090";
699
+ }
700
+
701
+ .wpdt-c .glyphicon-arrow-left:before {
702
+ content: "\e091";
703
+ }
704
+
705
+ .wpdt-c .glyphicon-arrow-right:before {
706
+ content: "\e092";
707
+ }
708
+
709
+ .wpdt-c .glyphicon-arrow-up:before {
710
+ content: "\e093";
711
+ }
712
+
713
+ .wpdt-c .glyphicon-arrow-down:before {
714
+ content: "\e094";
715
+ }
716
+
717
+ .wpdt-c .glyphicon-share-alt:before {
718
+ content: "\e095";
719
+ }
720
+
721
+ .wpdt-c .glyphicon-resize-full:before {
722
+ content: "\e096";
723
+ }
724
+
725
+ .wpdt-c .glyphicon-resize-small:before {
726
+ content: "\e097";
727
+ }
728
+
729
+ .wpdt-c .glyphicon-exclamation-sign:before {
730
+ content: "\e101";
731
+ }
732
+
733
+ .wpdt-c .glyphicon-gift:before {
734
+ content: "\e102";
735
+ }
736
+
737
+ .wpdt-c .glyphicon-leaf:before {
738
+ content: "\e103";
739
+ }
740
+
741
+ .wpdt-c .glyphicon-fire:before {
742
+ content: "\e104";
743
+ }
744
+
745
+ .wpdt-c .glyphicon-eye-open:before {
746
+ content: "\e105";
747
+ }
748
+
749
+ .wpdt-c .glyphicon-eye-close:before {
750
+ content: "\e106";
751
+ }
752
+
753
+ .wpdt-c .glyphicon-warning-sign:before {
754
+ content: "\e107";
755
+ }
756
+
757
+ .wpdt-c .glyphicon-plane:before {
758
+ content: "\e108";
759
+ }
760
+
761
+ .wpdt-c .glyphicon-calendar:before {
762
+ content: "\e109";
763
+ }
764
+
765
+ .wpdt-c .glyphicon-random:before {
766
+ content: "\e110";
767
+ }
768
+
769
+ .wpdt-c .glyphicon-comment:before {
770
+ content: "\e111";
771
+ }
772
+
773
+ .wpdt-c .glyphicon-magnet:before {
774
+ content: "\e112";
775
+ }
776
+
777
+ .wpdt-c .glyphicon-chevron-up:before {
778
+ content: "\e113";
779
+ }
780
+
781
+ .wpdt-c .glyphicon-chevron-down:before {
782
+ content: "\e114";
783
+ }
784
+
785
+ .wpdt-c .glyphicon-retweet:before {
786
+ content: "\e115";
787
+ }
788
+
789
+ .wpdt-c .glyphicon-shopping-cart:before {
790
+ content: "\e116";
791
+ }
792
+
793
+ .wpdt-c .glyphicon-folder-close:before {
794
+ content: "\e117";
795
+ }
796
+
797
+ .wpdt-c .glyphicon-folder-open:before {
798
+ content: "\e118";
799
+ }
800
+
801
+ .wpdt-c .glyphicon-resize-vertical:before {
802
+ content: "\e119";
803
+ }
804
+
805
+ .wpdt-c .glyphicon-resize-horizontal:before {
806
+ content: "\e120";
807
+ }
808
+
809
+ .wpdt-c .glyphicon-hdd:before {
810
+ content: "\e121";
811
+ }
812
+
813
+ .wpdt-c .glyphicon-bullhorn:before {
814
+ content: "\e122";
815
+ }
816
+
817
+ .wpdt-c .glyphicon-bell:before {
818
+ content: "\e123";
819
+ }
820
+
821
+ .wpdt-c .glyphicon-certificate:before {
822
+ content: "\e124";
823
+ }
824
+
825
+ .wpdt-c .glyphicon-thumbs-up:before {
826
+ content: "\e125";
827
+ }
828
+
829
+ .wpdt-c .glyphicon-thumbs-down:before {
830
+ content: "\e126";
831
+ }
832
+
833
+ .wpdt-c .glyphicon-hand-right:before {
834
+ content: "\e127";
835
+ }
836
+
837
+ .wpdt-c .glyphicon-hand-left:before {
838
+ content: "\e128";
839
+ }
840
+
841
+ .wpdt-c .glyphicon-hand-up:before {
842
+ content: "\e129";
843
+ }
844
+
845
+ .wpdt-c .glyphicon-hand-down:before {
846
+ content: "\e130";
847
+ }
848
+
849
+ .wpdt-c .glyphicon-circle-arrow-right:before {
850
+ content: "\e131";
851
+ }
852
+
853
+ .wpdt-c .glyphicon-circle-arrow-left:before {
854
+ content: "\e132";
855
+ }
856
+
857
+ .wpdt-c .glyphicon-circle-arrow-up:before {
858
+ content: "\e133";
859
+ }
860
+
861
+ .wpdt-c .glyphicon-circle-arrow-down:before {
862
+ content: "\e134";
863
+ }
864
+
865
+ .wpdt-c .glyphicon-globe:before {
866
+ content: "\e135";
867
+ }
868
+
869
+ .wpdt-c .glyphicon-wrench:before {
870
+ content: "\e136";
871
+ }
872
+
873
+ .wpdt-c .glyphicon-tasks:before {
874
+ content: "\e137";
875
+ }
876
+
877
+ .wpdt-c .glyphicon-filter:before {
878
+ content: "\e138";
879
+ }
880
+
881
+ .wpdt-c .glyphicon-briefcase:before {
882
+ content: "\e139";
883
+ }
884
+
885
+ .wpdt-c .glyphicon-fullscreen:before {
886
+ content: "\e140";
887
+ }
888
+
889
+ .wpdt-c .glyphicon-dashboard:before {
890
+ content: "\e141";
891
+ }
892
+
893
+ .wpdt-c .glyphicon-paperclip:before {
894
+ content: "\e142";
895
+ }
896
+
897
+ .wpdt-c .glyphicon-heart-empty:before {
898
+ content: "\e143";
899
+ }
900
+
901
+ .wpdt-c .glyphicon-link:before {
902
+ content: "\e144";
903
+ }
904
+
905
+ .wpdt-c .glyphicon-phone:before {
906
+ content: "\e145";
907
+ }
908
+
909
+ .wpdt-c .glyphicon-pushpin:before {
910
+ content: "\e146";
911
+ }
912
+
913
+ .wpdt-c .glyphicon-usd:before {
914
+ content: "\e148";
915
+ }
916
+
917
+ .wpdt-c .glyphicon-gbp:before {
918
+ content: "\e149";
919
+ }
920
+
921
+ .wpdt-c .glyphicon-sort:before {
922
+ content: "\e150";
923
+ }
924
+
925
+ .wpdt-c .glyphicon-sort-by-alphabet:before {
926
+ content: "\e151";
927
+ }
928
+
929
+ .wpdt-c .glyphicon-sort-by-alphabet-alt:before {
930
+ content: "\e152";
931
+ }
932
+
933
+ .wpdt-c .glyphicon-sort-by-order:before {
934
+ content: "\e153";
935
+ }
936
+
937
+ .wpdt-c .glyphicon-sort-by-order-alt:before {
938
+ content: "\e154";
939
+ }
940
+
941
+ .wpdt-c .glyphicon-sort-by-attributes:before {
942
+ content: "\e155";
943
+ }
944
+
945
+ .wpdt-c .glyphicon-sort-by-attributes-alt:before {
946
+ content: "\e156";
947
+ }
948
+
949
+ .wpdt-c .glyphicon-unchecked:before {
950
+ content: "\e157";
951
+ }
952
+
953
+ .wpdt-c .glyphicon-expand:before {
954
+ content: "\e158";
955
+ }
956
+
957
+ .wpdt-c .glyphicon-collapse-down:before {
958
+ content: "\e159";
959
+ }
960
+
961
+ .wpdt-c .glyphicon-collapse-up:before {
962
+ content: "\e160";
963
+ }
964
+
965
+ .wpdt-c .glyphicon-log-in:before {
966
+ content: "\e161";
967
+ }
968
+
969
+ .wpdt-c .glyphicon-flash:before {
970
+ content: "\e162";
971
+ }
972
+
973
+ .wpdt-c .glyphicon-log-out:before {
974
+ content: "\e163";
975
+ }
976
+
977
+ .wpdt-c .glyphicon-new-window:before {
978
+ content: "\e164";
979
+ }
980
+
981
+ .wpdt-c .glyphicon-record:before {
982
+ content: "\e165";
983
+ }
984
+
985
+ .wpdt-c .glyphicon-save:before {
986
+ content: "\e166";
987
+ }
988
+
989
+ .wpdt-c .glyphicon-open:before {
990
+ content: "\e167";
991
+ }
992
+
993
+ .wpdt-c .glyphicon-saved:before {
994
+ content: "\e168";
995
+ }
996
+
997
+ .wpdt-c .glyphicon-import:before {
998
+ content: "\e169";
999
+ }
1000
+
1001
+ .wpdt-c .glyphicon-export:before {
1002
+ content: "\e170";
1003
+ }
1004
+
1005
+ .wpdt-c .glyphicon-send:before {
1006
+ content: "\e171";
1007
+ }
1008
+
1009
+ .wpdt-c .glyphicon-floppy-disk:before {
1010
+ content: "\e172";
1011
+ }
1012
+
1013
+ .wpdt-c .glyphicon-floppy-saved:before {
1014
+ content: "\e173";
1015
+ }
1016
+
1017
+ .wpdt-c .glyphicon-floppy-remove:before {
1018
+ content: "\e174";
1019
+ }
1020
+
1021
+ .wpdt-c .glyphicon-floppy-save:before {
1022
+ content: "\e175";
1023
+ }
1024
+
1025
+ .wpdt-c .glyphicon-floppy-open:before {
1026
+ content: "\e176";
1027
+ }
1028
+
1029
+ .wpdt-c .glyphicon-credit-card:before {
1030
+ content: "\e177";
1031
+ }
1032
+
1033
+ .wpdt-c .glyphicon-transfer:before {
1034
+ content: "\e178";
1035
+ }
1036
+
1037
+ .wpdt-c .glyphicon-cutlery:before {
1038
+ content: "\e179";
1039
+ }
1040
+
1041
+ .wpdt-c .glyphicon-header:before {
1042
+ content: "\e180";
1043
+ }
1044
+
1045
+ .wpdt-c .glyphicon-compressed:before {
1046
+ content: "\e181";
1047
+ }
1048
+
1049
+ .wpdt-c .glyphicon-earphone:before {
1050
+ content: "\e182";
1051
+ }
1052
+
1053
+ .wpdt-c .glyphicon-phone-alt:before {
1054
+ content: "\e183";
1055
+ }
1056
+
1057
+ .wpdt-c .glyphicon-tower:before {
1058
+ content: "\e184";
1059
+ }
1060
+
1061
+ .wpdt-c .glyphicon-stats:before {
1062
+ content: "\e185";
1063
+ }
1064
+
1065
+ .wpdt-c .glyphicon-sd-video:before {
1066
+ content: "\e186";
1067
+ }
1068
+
1069
+ .wpdt-c .glyphicon-hd-video:before {
1070
+ content: "\e187";
1071
+ }
1072
+
1073
+ .wpdt-c .glyphicon-subtitles:before {
1074
+ content: "\e188";
1075
+ }
1076
+
1077
+ .wpdt-c .glyphicon-sound-stereo:before {
1078
+ content: "\e189";
1079
+ }
1080
+
1081
+ .wpdt-c .glyphicon-sound-dolby:before {
1082
+ content: "\e190";
1083
+ }
1084
+
1085
+ .wpdt-c .glyphicon-sound-5-1:before {
1086
+ content: "\e191";
1087
+ }
1088
+
1089
+ .wpdt-c .glyphicon-sound-6-1:before {
1090
+ content: "\e192";
1091
+ }
1092
+
1093
+ .wpdt-c .glyphicon-sound-7-1:before {
1094
+ content: "\e193";
1095
+ }
1096
+
1097
+ .wpdt-c .glyphicon-copyright-mark:before {
1098
+ content: "\e194";
1099
+ }
1100
+
1101
+ .wpdt-c .glyphicon-registration-mark:before {
1102
+ content: "\e195";
1103
+ }
1104
+
1105
+ .wpdt-c .glyphicon-cloud-download:before {
1106
+ content: "\e197";
1107
+ }
1108
+
1109
+ .wpdt-c .glyphicon-cloud-upload:before {
1110
+ content: "\e198";
1111
+ }
1112
+
1113
+ .wpdt-c .glyphicon-tree-conifer:before {
1114
+ content: "\e199";
1115
+ }
1116
+
1117
+ .wpdt-c .glyphicon-tree-deciduous:before {
1118
+ content: "\e200";
1119
+ }
1120
+
1121
+ .wpdt-c .glyphicon-cd:before {
1122
+ content: "\e201";
1123
+ }
1124
+
1125
+ .wpdt-c .glyphicon-save-file:before {
1126
+ content: "\e202";
1127
+ }
1128
+
1129
+ .wpdt-c .glyphicon-open-file:before {
1130
+ content: "\e203";
1131
+ }
1132
+
1133
+ .wpdt-c .glyphicon-level-up:before {
1134
+ content: "\e204";
1135
+ }
1136
+
1137
+ .wpdt-c .glyphicon-copy:before {
1138
+ content: "\e205";
1139
+ }
1140
+
1141
+ .wpdt-c .glyphicon-paste:before {
1142
+ content: "\e206";
1143
+ }
1144
+
1145
+ .wpdt-c .glyphicon-alert:before {
1146
+ content: "\e209";
1147
+ }
1148
+
1149
+ .wpdt-c .glyphicon-equalizer:before {
1150
+ content: "\e210";
1151
+ }
1152
+
1153
+ .wpdt-c .glyphicon-king:before {
1154
+ content: "\e211";
1155
+ }
1156
+
1157
+ .wpdt-c .glyphicon-queen:before {
1158
+ content: "\e212";
1159
+ }
1160
+
1161
+ .wpdt-c .glyphicon-pawn:before {
1162
+ content: "\e213";
1163
+ }
1164
+
1165
+ .wpdt-c .glyphicon-bishop:before {
1166
+ content: "\e214";
1167
+ }
1168
+
1169
+ .wpdt-c .glyphicon-knight:before {
1170
+ content: "\e215";
1171
+ }
1172
+
1173
+ .wpdt-c .glyphicon-baby-formula:before {
1174
+ content: "\e216";
1175
+ }
1176
+
1177
+ .wpdt-c .glyphicon-tent:before {
1178
+ content: "\26fa";
1179
+ }
1180
+
1181
+ .wpdt-c .glyphicon-blackboard:before {
1182
+ content: "\e218";
1183
+ }
1184
+
1185
+ .wpdt-c .glyphicon-bed:before {
1186
+ content: "\e219";
1187
+ }
1188
+
1189
+ .wpdt-c .glyphicon-apple:before {
1190
+ content: "\f8ff";
1191
+ }
1192
+
1193
+ .wpdt-c .glyphicon-erase:before {
1194
+ content: "\e221";
1195
+ }
1196
+
1197
+ .wpdt-c .glyphicon-hourglass:before {
1198
+ content: "\231b";
1199
+ }
1200
+
1201
+ .wpdt-c .glyphicon-lamp:before {
1202
+ content: "\e223";
1203
+ }
1204
+
1205
+ .wpdt-c .glyphicon-duplicate:before {
1206
+ content: "\e224";
1207
+ }
1208
+
1209
+ .wpdt-c .glyphicon-piggy-bank:before {
1210
+ content: "\e225";
1211
+ }
1212
+
1213
+ .wpdt-c .glyphicon-scissors:before {
1214
+ content: "\e226";
1215
+ }
1216
+
1217
+ .wpdt-c .glyphicon-bitcoin:before {
1218
+ content: "\e227";
1219
+ }
1220
+
1221
+ .wpdt-c .glyphicon-btc:before {
1222
+ content: "\e227";
1223
+ }
1224
+
1225
+ .wpdt-c .glyphicon-xbt:before {
1226
+ content: "\e227";
1227
+ }
1228
+
1229
+ .wpdt-c .glyphicon-yen:before {
1230
+ content: "\00a5";
1231
+ }
1232
+
1233
+ .wpdt-c .glyphicon-jpy:before {
1234
+ content: "\00a5";
1235
+ }
1236
+
1237
+ .wpdt-c .glyphicon-ruble:before {
1238
+ content: "\20bd";
1239
+ }
1240
+
1241
+ .wpdt-c .glyphicon-rub:before {
1242
+ content: "\20bd";
1243
+ }
1244
+
1245
+ .wpdt-c .glyphicon-scale:before {
1246
+ content: "\e230";
1247
+ }
1248
+
1249
+ .wpdt-c .glyphicon-ice-lolly:before {
1250
+ content: "\e231";
1251
+ }
1252
+
1253
+ .wpdt-c .glyphicon-ice-lolly-tasted:before {
1254
+ content: "\e232";
1255
+ }
1256
+
1257
+ .wpdt-c .glyphicon-education:before {
1258
+ content: "\e233";
1259
+ }
1260
+
1261
+ .wpdt-c .glyphicon-option-horizontal:before {
1262
+ content: "\e234";
1263
+ }
1264
+
1265
+ .wpdt-c .glyphicon-option-vertical:before {
1266
+ content: "\e235";
1267
+ }
1268
+
1269
+ .wpdt-c .glyphicon-menu-hamburger:before {
1270
+ content: "\e236";
1271
+ }
1272
+
1273
+ .wpdt-c .glyphicon-modal-window:before {
1274
+ content: "\e237";
1275
+ }
1276
+
1277
+ .wpdt-c .glyphicon-oil:before {
1278
+ content: "\e238";
1279
+ }
1280
+
1281
+ .wpdt-c .glyphicon-grain:before {
1282
+ content: "\e239";
1283
+ }
1284
+
1285
+ .wpdt-c .glyphicon-sunglasses:before {
1286
+ content: "\e240";
1287
+ }
1288
+
1289
+ .wpdt-c .glyphicon-text-size:before {
1290
+ content: "\e241";
1291
+ }
1292
+
1293
+ .wpdt-c .glyphicon-text-color:before {
1294
+ content: "\e242";
1295
+ }
1296
+
1297
+ .wpdt-c .glyphicon-text-background:before {
1298
+ content: "\e243";
1299
+ }
1300
+
1301
+ .wpdt-c .glyphicon-object-align-top:before {
1302
+ content: "\e244";
1303
+ }
1304
+
1305
+ .wpdt-c .glyphicon-object-align-bottom:before {
1306
+ content: "\e245";
1307
+ }
1308
+
1309
+ .wpdt-c .glyphicon-object-align-horizontal:before {
1310
+ content: "\e246";
1311
+ }
1312
+
1313
+ .wpdt-c .glyphicon-object-align-left:before {
1314
+ content: "\e247";
1315
+ }
1316
+
1317
+ .wpdt-c .glyphicon-object-align-vertical:before {
1318
+ content: "\e248";
1319
+ }
1320
+
1321
+ .wpdt-c .glyphicon-object-align-right:before {
1322
+ content: "\e249";
1323
+ }
1324
+
1325
+ .wpdt-c .glyphicon-triangle-right:before {
1326
+ content: "\e250";
1327
+ }
1328
+
1329
+ .wpdt-c .glyphicon-triangle-left:before {
1330
+ content: "\e251";
1331
+ }
1332
+
1333
+ .wpdt-c .glyphicon-triangle-bottom:before {
1334
+ content: "\e252";
1335
+ }
1336
+
1337
+ .wpdt-c .glyphicon-triangle-top:before {
1338
+ content: "\e253";
1339
+ }
1340
+
1341
+ .wpdt-c .glyphicon-console:before {
1342
+ content: "\e254";
1343
+ }
1344
+
1345
+ .wpdt-c .glyphicon-superscript:before {
1346
+ content: "\e255";
1347
+ }
1348
+
1349
+ .wpdt-c .glyphicon-subscript:before {
1350
+ content: "\e256";
1351
+ }
1352
+
1353
+ .wpdt-c .glyphicon-menu-left:before {
1354
+ content: "\e257";
1355
+ }
1356
+
1357
+ .wpdt-c .glyphicon-menu-right:before {
1358
+ content: "\e258";
1359
+ }
1360
+
1361
+ .wpdt-c .glyphicon-menu-down:before {
1362
+ content: "\e259";
1363
+ }
1364
+
1365
+ .wpdt-c .glyphicon-menu-up:before {
1366
+ content: "\e260";
1367
+ }
1368
+
1369
+ * {
1370
+ -webkit-box-sizing: border-box;
1371
+ -moz-box-sizing: border-box;
1372
+ box-sizing: border-box;
1373
+ }
1374
+
1375
+ .wpdt-c *:before,
1376
+ .wpdt-c *:after {
1377
+ -webkit-box-sizing: border-box;
1378
+ -moz-box-sizing: border-box;
1379
+ box-sizing: border-box;
1380
+ }
1381
+
1382
+ .wpdt-c html {
1383
+ font-size: 10px;
1384
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1385
+ }
1386
+
1387
+ .wpdt-c input,
1388
+ .wpdt-c button,
1389
+ .wpdt-c select,
1390
+ .wpdt-c textarea {
1391
+ font-family: inherit;
1392
+ font-size: inherit;
1393
+ line-height: inherit;
1394
+ }
1395
+
1396
+ .wpdt-c a {
1397
+ color: #2196F3;
1398
+ text-decoration: none;
1399
+ }
1400
+
1401
+ .wpdt-c a:hover,
1402
+ .wpdt-c a:focus {
1403
+ color: #0a6ebd;
1404
+ text-decoration: none;
1405
+ }
1406
+
1407
+ .wpdt-c figure {
1408
+ margin: 0;
1409
+ }
1410
+
1411
+ .wpdt-c img {
1412
+ vertical-align: middle;
1413
+ }
1414
+
1415
+ .wpdt-c .img-responsive, .wpdt-c .thumbnail > img, .wpdt-c .thumbnail a > img, .wpdt-c .carousel-inner > .item > img, .wpdt-c .carousel-inner > .item > a > img {
1416
+ display: block;
1417
+ max-width: 100%;
1418
+ height: auto;
1419
+ }
1420
+
1421
+ .wpdt-c .img-rounded {
1422
+ border-radius: 2px;
1423
+ }
1424
+
1425
+ .wpdt-c .img-thumbnail {
1426
+ padding: 3px;
1427
+ line-height: 1.42857143;
1428
+ background-color: #fff;
1429
+ border: 1px solid #EDEDED;
1430
+ border-radius: 2px;
1431
+ -webkit-transition: all 0.2s ease-in-out;
1432
+ -o-transition: all 0.2s ease-in-out;
1433
+ transition: all 0.2s ease-in-out;
1434
+ display: inline-block;
1435
+ max-width: 100%;
1436
+ height: auto;
1437
+ }
1438
+
1439
+ .wpdt-c .img-circle {
1440
+ border-radius: 50%;
1441
+ }
1442
+
1443
+ .wpdt-c hr {
1444
+ margin-top: 18px;
1445
+ margin-bottom: 18px;
1446
+ border: 0;
1447
+ border-top: 1px solid #eeeeee;
1448
+ }
1449
+
1450
+ .wpdt-c .sr-only {
1451
+ position: absolute;
1452
+ width: 1px;
1453
+ height: 1px;
1454
+ margin: -1px;
1455
+ padding: 0;
1456
+ overflow: hidden;
1457
+ clip: rect(0, 0, 0, 0);
1458
+ border: 0;
1459
+ }
1460
+
1461
+ .wpdt-c .sr-only-focusable:active, .wpdt-c .sr-only-focusable:focus {
1462
+ position: static;
1463
+ width: auto;
1464
+ height: auto;
1465
+ margin: 0;
1466
+ overflow: visible;
1467
+ clip: auto;
1468
+ }
1469
+
1470
+ [role="button"] {
1471
+ cursor: pointer;
1472
+ }
1473
+
1474
+ .wpdt-c h1,
1475
+ .wpdt-c h2,
1476
+ .wpdt-c h3,
1477
+ .wpdt-c h4,
1478
+ .wpdt-c h5,
1479
+ .wpdt-c h6,
1480
+ .wpdt-c .h1,
1481
+ .wpdt-c .h2,
1482
+ .wpdt-c .h3,
1483
+ .wpdt-c .h4,
1484
+ .wpdt-c .h5,
1485
+ .wpdt-c .h6 {
1486
+ font-family: inherit;
1487
+ font-weight: 500;
1488
+ line-height: 1.1;
1489
+ color: #222222;
1490
+ }
1491
+
1492
+ .wpdt-c h1 small,
1493
+ .wpdt-c h2 small,
1494
+ .wpdt-c h3 small,
1495
+ .wpdt-c h4 small,
1496
+ .wpdt-c h5 small,
1497
+ .wpdt-c h6 small,
1498
+ .wpdt-c .h1 small,
1499
+ .wpdt-c .h2 small,
1500
+ .wpdt-c .h3 small,
1501
+ .wpdt-c .h4 small,
1502
+ .wpdt-c .h5 small,
1503
+ .wpdt-c .h6 small,
1504
+ .wpdt-c h1 .small,
1505
+ .wpdt-c h2 .small,
1506
+ .wpdt-c h3 .small,
1507
+ .wpdt-c h4 .small,
1508
+ .wpdt-c h5 .small,
1509
+ .wpdt-c h6 .small, .wpdt-c .h1 .small, .wpdt-c .h2 .small, .wpdt-c .h3 .small, .wpdt-c .h4 .small, .wpdt-c .h5 .small, .wpdt-c .h6 .small {
1510
+ font-weight: normal;
1511
+ line-height: 1;
1512
+ color: #AEAEAE;
1513
+ }
1514
+
1515
+ .wpdt-c h1, .wpdt-c .h1,
1516
+ .wpdt-c h2, .wpdt-c .h2,
1517
+ .wpdt-c h3, .wpdt-c .h3 {
1518
+ margin-top: 18px;
1519
+ margin-bottom: 9px;
1520
+ }
1521
+
1522
+ .wpdt-c h1 small, .wpdt-c .h1 small,
1523
+ .wpdt-c h2 small, .wpdt-c .h2 small,
1524
+ .wpdt-c h3 small, .wpdt-c .h3 small,
1525
+ .wpdt-c h1 .small, .wpdt-c .h1 .small,
1526
+ .wpdt-c h2 .small, .wpdt-c .h2 .small,
1527
+ .wpdt-c h3 .small, .wpdt-c .h3 .small {
1528
+ font-size: 65%;
1529
+ }
1530
+
1531
+ .wpdt-c h4, .wpdt-c .h4,
1532
+ .wpdt-c h5, .wpdt-c .h5,
1533
+ .wpdt-c h6, .wpdt-c .h6 {
1534
+ margin-top: 9px;
1535
+ margin-bottom: 9px;
1536
+ }
1537
+
1538
+ .wpdt-c h4 small, .wpdt-c .h4 small,
1539
+ .wpdt-c h5 small, .wpdt-c .h5 small,
1540
+ .wpdt-c h6 small, .wpdt-c .h6 small,
1541
+ .wpdt-c h4 .small, .wpdt-c .h4 .small,
1542
+ .wpdt-c h5 .small, .wpdt-c .h5 .small,
1543
+ .wpdt-c h6 .small, .wpdt-c .h6 .small {
1544
+ font-size: 75%;
1545
+ }
1546
+
1547
+ .wpdt-c h1, .wpdt-c .h1 {
1548
+ font-size: 33px;
1549
+ }
1550
+
1551
+ .wpdt-c h2, .wpdt-c .h2 {
1552
+ font-size: 27px;
1553
+ }
1554
+
1555
+ .wpdt-c h3, .wpdt-c .h3 {
1556
+ font-size: 23px;
1557
+ }
1558
+
1559
+ .wpdt-c h4, .wpdt-c .h4 {
1560
+ font-size: 16px;
1561
+ }
1562
+
1563
+ .wpdt-c h5, .wpdt-c .h5 {
1564
+ font-size: 13px;
1565
+ }
1566
+
1567
+ .wpdt-c h6, .wpdt-c .h6 {
1568
+ font-size: 12px;
1569
+ }
1570
+
1571
+ .wpdt-c p {
1572
+ margin: 0 0 9px;
1573
+ }
1574
+
1575
+ .wpdt-c .lead {
1576
+ margin-bottom: 18px;
1577
+ font-size: 14px;
1578
+ font-weight: 300;
1579
+ line-height: 1.4;
1580
+ }
1581
+
1582
+ @media (min-width: 768px) {
1583
+ .wpdt-c .lead {
1584
+ font-size: 19.5px;
1585
+ }
1586
+ }
1587
+
1588
+ .wpdt-c small, .wpdt-c .small {
1589
+ font-size: 92%;
1590
+ }
1591
+
1592
+ .wpdt-c mark, .wpdt-c .mark {
1593
+ background-color: #ffa829;
1594
+ padding: .2em;
1595
+ }
1596
+
1597
+ .wpdt-c .text-left {
1598
+ text-align: left;
1599
+ }
1600
+
1601
+ .wpdt-c .text-right {
1602
+ text-align: right;
1603
+ }
1604
+
1605
+ .wpdt-c .text-center {
1606
+ text-align: center;
1607
+ }
1608
+
1609
+ .wpdt-c .text-justify {
1610
+ text-align: justify;
1611
+ }
1612
+
1613
+ .wpdt-c .text-nowrap {
1614
+ white-space: nowrap;
1615
+ }
1616
+
1617
+ .wpdt-c .text-lowercase {
1618
+ text-transform: lowercase;
1619
+ }
1620
+
1621
+ .wpdt-c .text-uppercase {
1622
+ text-transform: uppercase;
1623
+ }
1624
+
1625
+ .wpdt-c .text-capitalize {
1626
+ text-transform: capitalize;
1627
+ }
1628
+
1629
+ .wpdt-c .text-muted {
1630
+ color: #777777;
1631
+ }
1632
+
1633
+ .wpdt-c .text-primary {
1634
+ color: #2196F3;
1635
+ }
1636
+
1637
+ .wpdt-c a.text-primary:hover,
1638
+ .wpdt-c a.text-primary:focus {
1639
+ color: #0c7cd5;
1640
+ }
1641
+
1642
+ .wpdt-c .text-success {
1643
+ color: #67bd6a;
1644
+ }
1645
+
1646
+ .wpdt-c a.text-success:hover,
1647
+ .wpdt-c a.text-success:focus {
1648
+ color: #49a84d;
1649
+ }
1650
+
1651
+ .wpdt-c .text-info {
1652
+ color: #31708f;
1653
+ }
1654
+
1655
+ .wpdt-c a.text-info:hover,
1656
+ .wpdt-c a.text-info:focus {
1657
+ color: #245269;
1658
+ }
1659
+
1660
+ .wpdt-c .text-warning {
1661
+ color: #ffa829;
1662
+ }
1663
+
1664
+ .wpdt-c a.text-warning:hover,
1665
+ .wpdt-c a.text-warning:focus {
1666
+ color: #f59200;
1667
+ }
1668
+
1669
+ .wpdt-c .text-danger {
1670
+ color: #f6675d;
1671
+ }
1672
+
1673
+ .wpdt-c a.text-danger:hover,
1674
+ .wpdt-c a.text-danger:focus {
1675
+ color: #f33a2c;
1676
+ }
1677
+
1678
+ .wpdt-c .bg-primary {
1679
+ color: #fff;
1680
+ background-color: #2196F3;
1681
+ }
1682
+
1683
+ .wpdt-c a.bg-primary:hover,
1684
+ .wpdt-c a.bg-primary:focus {
1685
+ background-color: #0c7cd5;
1686
+ }
1687
+
1688
+ .wpdt-c .bg-success {
1689
+ background-color: #67bd6a;
1690
+ }
1691
+
1692
+ .wpdt-c a.bg-success:hover,
1693
+ .wpdt-c a.bg-success:focus {
1694
+ background-color: #49a84d;
1695
+ }
1696
+
1697
+ .wpdt-c .bg-info {
1698
+ background-color: #d9edf7;
1699
+ }
1700
+
1701
+ .wpdt-c a.bg-info:hover,
1702
+ .wpdt-c a.bg-info:focus {
1703
+ background-color: #afd9ee;
1704
+ }
1705
+
1706
+ .wpdt-c .bg-warning {
1707
+ background-color: #ffa829;
1708
+ }
1709
+
1710
+ .wpdt-c a.bg-warning:hover,
1711
+ .wpdt-c a.bg-warning:focus {
1712
+ background-color: #f59200;
1713
+ }
1714
+
1715
+ .wpdt-c .bg-danger {
1716
+ background-color: #f6675d;
1717
+ }
1718
+
1719
+ .wpdt-c a.bg-danger:hover,
1720
+ .wpdt-c a.bg-danger:focus {
1721
+ background-color: #f33a2c;
1722
+ }
1723
+
1724
+ .wpdt-c .page-header {
1725
+ padding-bottom: 8px;
1726
+ margin: 36px 0 18px;
1727
+ border-bottom: 1px solid #eeeeee;
1728
+ }
1729
+
1730
+ .wpdt-c ul,
1731
+ .wpdt-c ol {
1732
+ margin-top: 0;
1733
+ margin-bottom: 9px;
1734
+ }
1735
+
1736
+ .wpdt-c ul ul,
1737
+ .wpdt-c ol ul,
1738
+ .wpdt-c ul ol,
1739
+ .wpdt-c ol ol {
1740
+ margin-bottom: 0;
1741
+ }
1742
+
1743
+ .wpdt-c .list-unstyled {
1744
+ padding-left: 0;
1745
+ list-style: none;
1746
+ }
1747
+
1748
+ .wpdt-c .list-inline {
1749
+ padding-left: 0;
1750
+ list-style: none;
1751
+ margin-left: -5px;
1752
+ }
1753
+
1754
+ .wpdt-c .list-inline > li {
1755
+ display: inline-block;
1756
+ padding-left: 5px;
1757
+ padding-right: 5px;
1758
+ }
1759
+
1760
+ .wpdt-c dl {
1761
+ margin-top: 0;
1762
+ margin-bottom: 18px;
1763
+ }
1764
+
1765
+ .wpdt-c dt,
1766
+ .wpdt-c dd {
1767
+ line-height: 1.42857143;
1768
+ }
1769
+
1770
+ .wpdt-c dt {
1771
+ font-weight: bold;
1772
+ }
1773
+
1774
+ .wpdt-c dd {
1775
+ margin-left: 0;
1776
+ }
1777
+
1778
+ @media (min-width: 768px) {
1779
+ .wpdt-c .dl-horizontal dt {
1780
+ float: left;
1781
+ width: 160px;
1782
+ clear: left;
1783
+ text-align: right;
1784
+ overflow: hidden;
1785
+ text-overflow: ellipsis;
1786
+ white-space: nowrap;
1787
+ }
1788
+
1789
+ .wpdt-c .dl-horizontal dd {
1790
+ margin-left: 180px;
1791
+ }
1792
+ }
1793
+
1794
+ .wpdt-c abbr[title],
1795
+ .wpdt-c abbr[data-original-title] {
1796
+ cursor: help;
1797
+ border-bottom: 1px dotted #777777;
1798
+ }
1799
+
1800
+ .wpdt-c .initialism {
1801
+ font-size: 90%;
1802
+ text-transform: uppercase;
1803
+ }
1804
+
1805
+ .wpdt-c blockquote {
1806
+ padding: 9px 18px;
1807
+ margin: 0 0 18px;
1808
+ font-size: 16.25px;
1809
+ border-left: 5px solid #eeeeee;
1810
+ }
1811
+
1812
+ .wpdt-c blockquote p:last-child,
1813
+ .wpdt-c blockquote ul:last-child,
1814
+ .wpdt-c blockquote ol:last-child {
1815
+ margin-bottom: 0;
1816
+ }
1817
+
1818
+ .wpdt-c blockquote footer,
1819
+ .wpdt-c blockquote small,
1820
+ .wpdt-c blockquote .small {
1821
+ display: block;
1822
+ font-size: 80%;
1823
+ line-height: 1.42857143;
1824
+ color: #777777;
1825
+ }
1826
+
1827
+ .wpdt-c blockquote footer:before,
1828
+ .wpdt-c blockquote small:before,
1829
+ .wpdt-c blockquote .small:before {
1830
+ content: '\2014 \00A0';
1831
+ }
1832
+
1833
+ .wpdt-c .blockquote-reverse,
1834
+ .wpdt-c blockquote.pull-right {
1835
+ padding-right: 15px;
1836
+ padding-left: 0;
1837
+ border-right: 5px solid #eeeeee;
1838
+ border-left: 0;
1839
+ text-align: right;
1840
+ }
1841
+
1842
+ .wpdt-c .blockquote-reverse footer:before,
1843
+ .wpdt-c blockquote.pull-right footer:before, .wpdt-c .blockquote-reverse small:before,
1844
+ .wpdt-c blockquote.pull-right small:before, .wpdt-c .blockquote-reverse .small:before,
1845
+ .wpdt-c blockquote.pull-right .small:before {
1846
+ content: '';
1847
+ }
1848
+
1849
+ .wpdt-c .blockquote-reverse footer:after,
1850
+ .wpdt-c blockquote.pull-right footer:after, .wpdt-c .blockquote-reverse small:after,
1851
+ .wpdt-c blockquote.pull-right small:after, .wpdt-c .blockquote-reverse .small:after,
1852
+ .wpdt-c blockquote.pull-right .small:after {
1853
+ content: '\00A0 \2014';
1854
+ }
1855
+
1856
+ .wpdt-c address {
1857
+ margin-bottom: 18px;
1858
+ font-style: normal;
1859
+ line-height: 1.42857143;
1860
+ }
1861
+
1862
+ .wpdt-c code {
1863
+ padding: 2px 4px;
1864
+ font-size: 90%;
1865
+ color: #c7254e;
1866
+ background-color: #f9f2f4;
1867
+ border-radius: 2px;
1868
+ }
1869
+
1870
+ .wpdt-c kbd {
1871
+ padding: 2px 4px;
1872
+ font-size: 90%;
1873
+ color: #fff;
1874
+ background-color: #333;
1875
+ border-radius: 2px;
1876
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
1877
+ }
1878
+
1879
+ .wpdt-c kbd kbd {
1880
+ padding: 0;
1881
+ font-size: 100%;
1882
+ font-weight: bold;
1883
+ box-shadow: none;
1884
+ }
1885
+
1886
+ .wpdt-c pre code {
1887
+ padding: 0;
1888
+ font-size: inherit;
1889
+ color: inherit;
1890
+ white-space: pre-wrap;
1891
+ background-color: transparent;
1892
+ border-radius: 0;
1893
+ }
1894
+
1895
+ .wpdt-c .pre-scrollable {
1896
+ max-height: 340px;
1897
+ overflow-y: scroll;
1898
+ }
1899
+
1900
+ .wpdt-c .container {
1901
+ margin-right: auto;
1902
+ margin-left: auto;
1903
+ padding-left: 15px;
1904
+ padding-right: 15px;
1905
+ }
1906
+
1907
+ @media (min-width: 768px) {
1908
+ .wpdt-c .container {
1909
+ width: 100%;
1910
+ }
1911
+ }
1912
+
1913
+ @media (min-width: 992px) {
1914
+ .wpdt-c .container {
1915
+ width: 100%;
1916
+ }
1917
+ }
1918
+
1919
+ @media (min-width: 1200px) {
1920
+ .wpdt-c .container {
1921
+ width: 100%;
1922
+ }
1923
+ }
1924
+
1925
+ .wpdt-c .container-fluid {
1926
+ margin-right: auto;
1927
+ margin-left: auto;
1928
+ padding-left: 15px;
1929
+ padding-right: 15px;
1930
+ }
1931
+
1932
+ .wpdt-c .row {
1933
+ margin-left: -15px;
1934
+ margin-right: -15px;
1935
+ }
1936
+
1937
+ .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 {
1938
+ position: relative;
1939
+ min-height: 1px;
1940
+ padding-left: 15px;
1941
+ padding-right: 15px;
1942
+ }
1943
+
1944
+ .wpdt-c .col-xs-1, .wpdt-c .col-xs-2, .wpdt-c .col-xs-3, .wpdt-c .col-xs-4, .wpdt-c .col-xs-5, .wpdt-c .col-xs-6, .wpdt-c .col-xs-7, .wpdt-c .col-xs-8, .wpdt-c .col-xs-9, .wpdt-c .col-xs-10, .wpdt-c .col-xs-11, .wpdt-c .col-xs-12 {
1945
+ float: left;
1946
+ }
1947
+
1948
+ .wpdt-c .col-xs-12 {
1949
+ width: 100%;
1950
+ }
1951
+
1952
+ .wpdt-c .col-xs-11 {
1953
+ width: 91.66666667%;
1954
+ }
1955
+
1956
+ .wpdt-c .col-xs-10 {
1957
+ width: 83.33333333%;
1958
+ }
1959
+
1960
+ .wpdt-c .col-xs-9 {
1961
+ width: 75%;
1962
+ }
1963
+
1964
+ .wpdt-c .col-xs-8 {
1965
+ width: 66.66666667%;
1966
+ }
1967
+
1968
+ .wpdt-c .col-xs-7 {
1969
+ width: 58.33333333%;
1970
+ }
1971
+
1972
+ .wpdt-c .col-xs-6 {
1973
+ width: 50%;
1974
+ }
1975
+
1976
+ .wpdt-c .col-xs-5 {
1977
+ width: 41.66666667%;
1978
+ }
1979
+
1980
+ .wpdt-c .col-xs-4 {
1981
+ width: 33.33333333%;
1982
+ }
1983
+
1984
+ .wpdt-c .col-xs-3 {
1985
+ width: 25%;
1986
+ }
1987
+
1988
+ .wpdt-c .col-xs-2 {
1989
+ width: 16.66666667%;
1990
+ }
1991
+
1992
+ .wpdt-c .col-xs-1 {
1993
+ width: 8.33333333%;
1994
+ }
1995
+
1996
+ .wpdt-c .col-xs-pull-12 {
1997
+ right: 100%;
1998
+ }
1999
+
2000
+ .wpdt-c .col-xs-pull-11 {
2001
+ right: 91.66666667%;
2002
+ }
2003
+
2004
+ .wpdt-c .col-xs-pull-10 {
2005
+ right: 83.33333333%;
2006
+ }
2007
+
2008
+ .wpdt-c .col-xs-pull-9 {
2009
+ right: 75%;
2010
+ }
2011
+
2012
+ .wpdt-c .col-xs-pull-8 {
2013
+ right: 66.66666667%;
2014
+ }
2015
+
2016
+ .wpdt-c .col-xs-pull-7 {
2017
+ right: 58.33333333%;
2018
+ }
2019
+
2020
+ .wpdt-c .col-xs-pull-6 {
2021
+ right: 50%;
2022
+ }
2023
+
2024
+ .wpdt-c .col-xs-pull-5 {
2025
+ right: 41.66666667%;
2026
+ }
2027
+
2028
+ .wpdt-c .col-xs-pull-4 {
2029
+ right: 33.33333333%;
2030
+ }
2031
+
2032
+ .wpdt-c .col-xs-pull-3 {
2033
+ right: 25%;
2034
+ }
2035
+
2036
+ .wpdt-c .col-xs-pull-2 {
2037
+ right: 16.66666667%;
2038
+ }
2039
+
2040
+ .wpdt-c .col-xs-pull-1 {
2041
+ right: 8.33333333%;
2042
+ }
2043
+
2044
+ .wpdt-c .col-xs-pull-0 {
2045
+ right: auto;
2046
+ }
2047
+
2048
+ .wpdt-c .col-xs-push-12 {
2049
+ left: 100%;
2050
+ }
2051
+
2052
+ .wpdt-c .col-xs-push-11 {
2053
+ left: 91.66666667%;
2054
+ }
2055
+
2056
+ .wpdt-c .col-xs-push-10 {
2057
+ left: 83.33333333%;
2058
+ }
2059
+
2060
+ .wpdt-c .col-xs-push-9 {
2061
+ left: 75%;
2062
+ }
2063
+
2064
+ .wpdt-c .col-xs-push-8 {
2065
+ left: 66.66666667%;
2066
+ }
2067
+
2068
+ .wpdt-c .col-xs-push-7 {
2069
+ left: 58.33333333%;
2070
+ }
2071
+
2072
+ .wpdt-c .col-xs-push-6 {
2073
+ left: 50%;
2074
+ }
2075
+
2076
+ .wpdt-c .col-xs-push-5 {
2077
+ left: 41.66666667%;
2078
+ }
2079
+
2080
+ .wpdt-c .col-xs-push-4 {
2081
+ left: 33.33333333%;
2082
+ }
2083
+
2084
+ .wpdt-c .col-xs-push-3 {
2085
+ left: 25%;
2086
+ }
2087
+
2088
+ .wpdt-c .col-xs-push-2 {
2089
+ left: 16.66666667%;
2090
+ }
2091
+
2092
+ .wpdt-c .col-xs-push-1 {
2093
+ left: 8.33333333%;
2094
+ }
2095
+
2096
+ .wpdt-c .col-xs-push-0 {
2097
+ left: auto;
2098
+ }
2099
+
2100
+ .wpdt-c .col-xs-offset-12 {
2101
+ margin-left: 100%;
2102
+ }
2103
+
2104
+ .wpdt-c .col-xs-offset-11 {
2105
+ margin-left: 91.66666667%;
2106
+ }
2107
+
2108
+ .wpdt-c .col-xs-offset-10 {
2109
+ margin-left: 83.33333333%;
2110
+ }
2111
+
2112
+ .wpdt-c .col-xs-offset-9 {
2113
+ margin-left: 75%;
2114
+ }
2115
+
2116
+ .wpdt-c .col-xs-offset-8 {
2117
+ margin-left: 66.66666667%;
2118
+ }
2119
+
2120
+ .wpdt-c .col-xs-offset-7 {
2121
+ margin-left: 58.33333333%;
2122
+ }
2123
+
2124
+ .wpdt-c .col-xs-offset-6 {
2125
+ margin-left: 50%;
2126
+ }
2127
+
2128
+ .wpdt-c .col-xs-offset-5 {
2129
+ margin-left: 41.66666667%;
2130
+ }
2131
+
2132
+ .wpdt-c .col-xs-offset-4 {
2133
+ margin-left: 33.33333333%;
2134
+ }
2135
+
2136
+ .wpdt-c .col-xs-offset-3 {
2137
+ margin-left: 25%;
2138
+ }
2139
+
2140
+ .wpdt-c .col-xs-offset-2 {
2141
+ margin-left: 16.66666667%;
2142
+ }
2143
+
2144
+ .wpdt-c .col-xs-offset-1 {
2145
+ margin-left: 8.33333333%;
2146
+ }
2147
+
2148
+ .wpdt-c .col-xs-offset-0 {
2149
+ margin-left: 0%;
2150
+ }
2151
+
2152
+ @media (min-width: 768px) {
2153
+ .wpdt-c .col-sm-0-8,
2154
+ .wpdt-c .col-sm-1,
2155
+ .wpdt-c .col-sm-2,
2156
+ .wpdt-c .col-sm-2-6,
2157
+ .wpdt-c .col-sm-3,
2158
+ .wpdt-c .col-sm-4,
2159
+ .wpdt-c .col-sm-5,
2160
+ .wpdt-c .col-sm-5-5,
2161
+ .wpdt-c .col-sm-6,
2162
+ .wpdt-c .col-sm-7,
2163
+ .wpdt-c .col-sm-8,
2164
+ .wpdt-c .col-sm-9,
2165
+ .wpdt-c .col-sm-10,
2166
+ .wpdt-c .col-sm-11,
2167
+ .wpdt-c .col-sm-12 {
2168
+ float: left;
2169
+ }
2170
+
2171
+ .wpdt-c .col-sm-12 {
2172
+ width: 100%;
2173
+ }
2174
+
2175
+ .wpdt-c .col-sm-11 {
2176
+ width: 91.66666667%;
2177
+ }
2178
+
2179
+ .wpdt-c .col-sm-10 {
2180
+ width: 83.33333333%;
2181
+ }
2182
+
2183
+ .wpdt-c .col-sm-9 {
2184
+ width: 75%;
2185
+ }
2186
+
2187
+ .wpdt-c .col-sm-8 {
2188
+ width: 66.66666667%;
2189
+ }
2190
+
2191
+ .wpdt-c .col-sm-7 {
2192
+ width: 58.33333333%;
2193
+ }
2194
+
2195
+ .wpdt-c .col-sm-6 {
2196
+ width: 50%;
2197
+ }
2198
+
2199
+ .wpdt-c .col-sm-5-5 {
2200
+ width: 45.833333333%;
2201
+ }
2202
+
2203
+ .wpdt-c .col-sm-5 {
2204
+ width: 41.66666667%;
2205
+ }
2206
+
2207
+ .wpdt-c .col-sm-4 {
2208
+ width: 33.33333333%;
2209
+ }
2210
+
2211
+ .wpdt-c .col-sm-3 {
2212
+ width: 25%;
2213
+ }
2214
+
2215
+ .wpdt-c .col-sm-2-6 {
2216
+ width: 21.666666668%;
2217
+ }
2218
+
2219
+ .wpdt-c .col-sm-2 {
2220
+ width: 16.66666667%;
2221
+ }
2222
+
2223
+ .wpdt-c .col-sm-1 {
2224
+ width: 8.33333333%;
2225
+ }
2226
+
2227
+ .wpdt-c .col-sm-0-8 {
2228
+ width: 6.666666664%;
2229
+ }
2230
+
2231
+ .wpdt-c .col-sm-pull-12 {
2232
+ right: 100%;
2233
+ }
2234
+
2235
+ .wpdt-c .col-sm-pull-11 {
2236
+ right: 91.66666667%;
2237
+ }
2238
+
2239
+ .wpdt-c .col-sm-pull-10 {
2240
+ right: 83.33333333%;
2241
+ }
2242
+
2243
+ .wpdt-c .col-sm-pull-9 {
2244
+ right: 75%;
2245
+ }
2246
+
2247
+ .wpdt-c .col-sm-pull-8 {
2248
+ right: 66.66666667%;
2249
+ }
2250
+
2251
+ .wpdt-c .col-sm-pull-7 {
2252
+ right: 58.33333333%;
2253
+ }
2254
+
2255
+ .wpdt-c .col-sm-pull-6 {
2256
+ right: 50%;
2257
+ }
2258
+
2259
+ .wpdt-c .col-sm-pull-5 {
2260
+ right: 41.66666667%;
2261
+ }
2262
+
2263
+ .wpdt-c .col-sm-pull-4 {
2264
+ right: 33.33333333%;
2265
+ }
2266
+
2267
+ .wpdt-c .col-sm-pull-3 {
2268
+ right: 25%;
2269
+ }
2270
+
2271
+ .wpdt-c .col-sm-pull-2 {
2272
+ right: 16.66666667%;
2273
+ }
2274
+
2275
+ .wpdt-c .col-sm-pull-1 {
2276
+ right: 8.33333333%;
2277
+ }
2278
+
2279
+ .wpdt-c .col-sm-pull-0 {
2280
+ right: auto;
2281
+ }
2282
+
2283
+ .wpdt-c .col-sm-push-12 {
2284
+ left: 100%;
2285
+ }
2286
+
2287
+ .wpdt-c .col-sm-push-11 {
2288
+ left: 91.66666667%;
2289
+ }
2290
+
2291
+ .wpdt-c .col-sm-push-10 {
2292
+ left: 83.33333333%;
2293
+ }
2294
+
2295
+ .wpdt-c .col-sm-push-9 {
2296
+ left: 75%;
2297
+ }
2298
+
2299
+ .wpdt-c .col-sm-push-8 {
2300
+ left: 66.66666667%;
2301
+ }
2302
+
2303
+ .wpdt-c .col-sm-push-7 {
2304
+ left: 58.33333333%;
2305
+ }
2306
+
2307
+ .wpdt-c .col-sm-push-6 {
2308
+ left: 50%;
2309
+ }
2310
+
2311
+ .wpdt-c .col-sm-push-5 {
2312
+ left: 41.66666667%;
2313
+ }
2314
+
2315
+ .wpdt-c .col-sm-push-4 {
2316
+ left: 33.33333333%;
2317
+ }
2318
+
2319
+ .wpdt-c .col-sm-push-3 {
2320
+ left: 25%;
2321
+ }
2322
+
2323
+ .wpdt-c .col-sm-push-2 {
2324
+ left: 16.66666667%;
2325
+ }
2326
+
2327
+ .wpdt-c .col-sm-push-1 {
2328
+ left: 8.33333333%;
2329
+ }
2330
+
2331
+ .wpdt-c .col-sm-push-0 {
2332
+ left: auto;
2333
+ }
2334
+
2335
+ .wpdt-c .col-sm-offset-12 {
2336
+ margin-left: 100%;
2337
+ }
2338
+
2339
+ .wpdt-c .col-sm-offset-11 {
2340
+ margin-left: 91.66666667%;
2341
+ }
2342
+
2343
+ .wpdt-c .col-sm-offset-10 {
2344
+ margin-left: 83.33333333%;
2345
+ }
2346
+
2347
+ .wpdt-c .col-sm-offset-9 {
2348
+ margin-left: 75%;
2349
+ }
2350
+
2351
+ .wpdt-c .col-sm-offset-8 {
2352
+ margin-left: 66.66666667%;
2353
+ }
2354
+
2355
+ .wpdt-c .col-sm-offset-7 {
2356
+ margin-left: 58.33333333%;
2357
+ }
2358
+
2359
+ .wpdt-c .col-sm-offset-6 {
2360
+ margin-left: 50%;
2361
+ }
2362
+
2363
+ .wpdt-c .col-sm-offset-5 {
2364
+ margin-left: 41.66666667%;
2365
+ }
2366
+
2367
+ .wpdt-c .col-sm-offset-4 {
2368
+ margin-left: 33.33333333%;
2369
+ }
2370
+
2371
+ .wpdt-c .col-sm-offset-3 {
2372
+ margin-left: 25%;
2373
+ }
2374
+
2375
+ .wpdt-c .col-sm-offset-2 {
2376
+ margin-left: 16.66666667%;
2377
+ }
2378
+
2379
+ .wpdt-c .col-sm-offset-1 {
2380
+ margin-left: 8.33333333%;
2381
+ }
2382
+
2383
+ .wpdt-c .col-sm-offset-0 {
2384
+ margin-left: 0%;
2385
+ }
2386
+ }
2387
+
2388
+ @media (min-width: 992px) {
2389
+ .wpdt-c .col-md-1,
2390
+ .wpdt-c .col-md-2,
2391
+ .wpdt-c .col-md-3,
2392
+ .wpdt-c .col-md-4,
2393
+ .wpdt-c .col-md-5,
2394
+ .wpdt-c .col-md-6,
2395
+ .wpdt-c .col-md-7,
2396
+ .wpdt-c .col-md-8,
2397
+ .wpdt-c .col-md-9,
2398
+ .wpdt-c .col-md-10,
2399
+ .wpdt-c .col-md-11,
2400
+ .wpdt-c .col-md-12 {
2401
+ float: left;
2402
+ }
2403
+
2404
+ .wpdt-c .col-md-12 {
2405
+ width: 100%;
2406
+ }
2407
+
2408
+ .wpdt-c .col-md-11 {
2409
+ width: 91.66666667%;
2410
+ }
2411
+
2412
+ .wpdt-c .col-md-10 {
2413
+ width: 83.33333333%;
2414
+ }
2415
+
2416
+ .wpdt-c .col-md-9 {
2417
+ width: 75%;
2418
+ }
2419
+
2420
+ .wpdt-c .col-md-8 {
2421
+ width: 66.66666667%;
2422
+ }
2423
+
2424
+ .wpdt-c .col-md-7 {
2425
+ width: 58.33333333%;
2426
+ }
2427
+
2428
+ .wpdt-c .col-md-6 {
2429
+ width: 50%;
2430
+ }
2431
+
2432
+ .wpdt-c .col-md-5 {
2433
+ width: 41.66666667%;
2434
+ }
2435
+
2436
+ .wpdt-c .col-md-4 {
2437
+ width: 33.33333333%;
2438
+ }
2439
+
2440
+ .wpdt-c .col-md-3 {
2441
+ width: 25%;
2442
+ }
2443
+
2444
+ .wpdt-c .col-md-2 {
2445
+ width: 16.66666667%;
2446
+ }
2447
+
2448
+ .wpdt-c .col-md-1 {
2449
+ width: 8.33333333%;
2450
+ }
2451
+
2452
+ .wpdt-c .col-md-pull-12 {
2453
+ right: 100%;
2454
+ }
2455
+
2456
+ .wpdt-c .col-md-pull-11 {
2457
+ right: 91.66666667%;
2458
+ }
2459
+
2460
+ .wpdt-c .col-md-pull-10 {
2461
+ right: 83.33333333%;
2462
+ }
2463
+
2464
+ .wpdt-c .col-md-pull-9 {
2465
+ right: 75%;
2466
+ }
2467
+
2468
+ .wpdt-c .col-md-pull-8 {
2469
+ right: 66.66666667%;
2470
+ }
2471
+
2472
+ .wpdt-c .col-md-pull-7 {
2473
+ right: 58.33333333%;
2474
+ }
2475
+
2476
+ .wpdt-c .col-md-pull-6 {
2477
+ right: 50%;
2478
+ }
2479
+
2480
+ .wpdt-c .col-md-pull-5 {
2481
+ right: 41.66666667%;
2482
+ }
2483
+
2484
+ .wpdt-c .col-md-pull-4 {
2485
+ right: 33.33333333%;
2486
+ }
2487
+
2488
+ .wpdt-c .col-md-pull-3 {
2489
+ right: 25%;
2490
+ }
2491
+
2492
+ .wpdt-c .col-md-pull-2 {
2493
+ right: 16.66666667%;
2494
+ }
2495
+
2496
+ .wpdt-c .col-md-pull-1 {
2497
+ right: 8.33333333%;
2498
+ }
2499
+
2500
+ .wpdt-c .col-md-pull-0 {
2501
+ right: auto;
2502
+ }
2503
+
2504
+ .wpdt-c .col-md-push-12 {
2505
+ left: 100%;
2506
+ }
2507
+
2508
+ .wpdt-c .col-md-push-11 {
2509
+ left: 91.66666667%;
2510
+ }
2511
+
2512
+ .wpdt-c .col-md-push-10 {
2513
+ left: 83.33333333%;
2514
+ }
2515
+
2516
+ .wpdt-c .col-md-push-9 {
2517
+ left: 75%;
2518
+ }
2519
+
2520
+ .wpdt-c .col-md-push-8 {
2521
+ left: 66.66666667%;
2522
+ }
2523
+
2524
+ .wpdt-c .col-md-push-7 {
2525
+ left: 58.33333333%;
2526
+ }
2527
+
2528
+ .wpdt-c .col-md-push-6 {
2529
+ left: 50%;
2530
+ }
2531
+
2532
+ .wpdt-c .col-md-push-5 {
2533
+ left: 41.66666667%;
2534
+ }
2535
+
2536
+ .wpdt-c .col-md-push-4 {
2537
+ left: 33.33333333%;
2538
+ }
2539
+
2540
+ .wpdt-c .col-md-push-3 {
2541
+ left: 25%;
2542
+ }
2543
+
2544
+ .wpdt-c .col-md-push-2 {
2545
+ left: 16.66666667%;
2546
+ }
2547
+
2548
+ .wpdt-c .col-md-push-1 {
2549
+ left: 8.33333333%;
2550
+ }
2551
+
2552
+ .wpdt-c .col-md-push-0 {
2553
+ left: auto;
2554
+ }
2555
+
2556
+ .wpdt-c .col-md-offset-12 {
2557
+ margin-left: 100%;
2558
+ }
2559
+
2560
+ .wpdt-c .col-md-offset-11 {
2561
+ margin-left: 91.66666667%;
2562
+ }
2563
+
2564
+ .wpdt-c .col-md-offset-10 {
2565
+ margin-left: 83.33333333%;
2566
+ }
2567
+
2568
+ .wpdt-c .col-md-offset-9 {
2569
+ margin-left: 75%;
2570
+ }
2571
+
2572
+ .wpdt-c .col-md-offset-8 {
2573
+ margin-left: 66.66666667%;
2574
+ }
2575
+
2576
+ .wpdt-c .col-md-offset-7 {
2577
+ margin-left: 58.33333333%;
2578
+ }
2579
+
2580
+ .wpdt-c .col-md-offset-6 {
2581
+ margin-left: 50%;
2582
+ }
2583
+
2584
+ .wpdt-c .col-md-offset-5 {
2585
+ margin-left: 41.66666667%;
2586
+ }
2587
+
2588
+ .wpdt-c .col-md-offset-4 {
2589
+ margin-left: 33.33333333%;
2590
+ }
2591
+
2592
+ .wpdt-c .col-md-offset-3 {
2593
+ margin-left: 25%;
2594
+ }
2595
+
2596
+ .wpdt-c .col-md-offset-2 {
2597
+ margin-left: 16.66666667%;
2598
+ }
2599
+
2600
+ .wpdt-c .col-md-offset-1 {
2601
+ margin-left: 8.33333333%;
2602
+ }
2603
+
2604
+ .wpdt-c .col-md-offset-0 {
2605
+ margin-left: 0%;
2606
+ }
2607
+ }
2608
+
2609
+ @media (min-width: 1200px) {
2610
+ .wpdt-c .col-lg-1,
2611
+ .wpdt-c .col-lg-2,
2612
+ .wpdt-c .col-lg-3,
2613
+ .wpdt-c .col-lg-4,
2614
+ .wpdt-c .col-lg-5,
2615
+ .wpdt-c .col-lg-6,
2616
+ .wpdt-c .col-lg-7,
2617
+ .wpdt-c .col-lg-8,
2618
+ .wpdt-c .col-lg-9,
2619
+ .wpdt-c .col-lg-10,
2620
+ .wpdt-c .col-lg-11,
2621
+ .wpdt-c .col-lg-12 {
2622
+ float: left;
2623
+ }
2624
+
2625
+ .wpdt-c .col-lg-12 {
2626
+ width: 100%;
2627
+ }
2628
+
2629
+ .wpdt-c .col-lg-11 {
2630
+ width: 91.66666667%;
2631
+ }
2632
+
2633
+ .wpdt-c .col-lg-10 {
2634
+ width: 83.33333333%;
2635
+ }
2636
+
2637
+ .wpdt-c .col-lg-9 {
2638
+ width: 75%;
2639
+ }
2640
+
2641
+ .wpdt-c .col-lg-8 {
2642
+ width: 66.66666667%;
2643
+ }
2644
+
2645
+ .wpdt-c .col-lg-7 {
2646
+ width: 58.33333333%;
2647
+ }
2648
+
2649
+ .wpdt-c .col-lg-6 {
2650
+ width: 50%;
2651
+ }
2652
+
2653
+ .wpdt-c .col-lg-5 {
2654
+ width: 41.66666667%;
2655
+ }
2656
+
2657
+ .wpdt-c .col-lg-4 {
2658
+ width: 33.33333333%;
2659
+ }
2660
+
2661
+ .wpdt-c .col-lg-3 {
2662
+ width: 25%;
2663
+ }
2664
+
2665
+ .wpdt-c .col-lg-2 {
2666
+ width: 16.66666667%;
2667
+ }
2668
+
2669
+ .wpdt-c .col-lg-1 {
2670
+ width: 8.33333333%;
2671
+ }
2672
+
2673
+ .wpdt-c .col-lg-pull-12 {
2674
+ right: 100%;
2675
+ }
2676
+
2677
+ .wpdt-c .col-lg-pull-11 {
2678
+ right: 91.66666667%;
2679
+ }
2680
+
2681
+ .wpdt-c .col-lg-pull-10 {
2682
+ right: 83.33333333%;
2683
+ }
2684
+
2685
+ .wpdt-c .col-lg-pull-9 {
2686
+ right: 75%;
2687
+ }
2688
+
2689
+ .wpdt-c .col-lg-pull-8 {
2690
+ right: 66.66666667%;
2691
+ }
2692
+
2693
+ .wpdt-c .col-lg-pull-7 {
2694
+ right: 58.33333333%;
2695
+ }
2696
+
2697
+ .wpdt-c .col-lg-pull-6 {
2698
+ right: 50%;
2699
+ }
2700
+
2701
+ .wpdt-c .col-lg-pull-5 {
2702
+ right: 41.66666667%;
2703
+ }
2704
+
2705
+ .wpdt-c .col-lg-pull-4 {
2706
+ right: 33.33333333%;
2707
+ }
2708
+
2709
+ .wpdt-c .col-lg-pull-3 {
2710
+ right: 25%;
2711
+ }
2712
+
2713
+ .wpdt-c .col-lg-pull-2 {
2714
+ right: 16.66666667%;
2715
+ }
2716
+
2717
+ .wpdt-c .col-lg-pull-1 {
2718
+ right: 8.33333333%;
2719
+ }
2720
+
2721
+ .wpdt-c .col-lg-pull-0 {
2722
+ right: auto;
2723
+ }
2724
+
2725
+ .wpdt-c .col-lg-push-12 {
2726
+ left: 100%;
2727
+ }
2728
+
2729
+ .wpdt-c .col-lg-push-11 {
2730
+ left: 91.66666667%;
2731
+ }
2732
+
2733
+ .wpdt-c .col-lg-push-10 {
2734
+ left: 83.33333333%;
2735
+ }
2736
+
2737
+ .wpdt-c .col-lg-push-9 {
2738
+ left: 75%;
2739
+ }
2740
+
2741
+ .wpdt-c .col-lg-push-8 {
2742
+ left: 66.66666667%;
2743
+ }
2744
+
2745
+ .wpdt-c .col-lg-push-7 {
2746
+ left: 58.33333333%;
2747
+ }
2748
+
2749
+ .wpdt-c .col-lg-push-6 {
2750
+ left: 50%;
2751
+ }
2752
+
2753
+ .wpdt-c .col-lg-push-5 {
2754
+ left: 41.66666667%;
2755
+ }
2756
+
2757
+ .wpdt-c .col-lg-push-4 {
2758
+ left: 33.33333333%;
2759
+ }
2760
+
2761
+ .wpdt-c .col-lg-push-3 {
2762
+ left: 25%;
2763
+ }
2764
+
2765
+ .wpdt-c .col-lg-push-2 {
2766
+ left: 16.66666667%;
2767
+ }
2768
+
2769
+ .wpdt-c .col-lg-push-1 {
2770
+ left: 8.33333333%;
2771
+ }
2772
+
2773
+ .wpdt-c .col-lg-push-0 {
2774
+ left: auto;
2775
+ }
2776
+
2777
+ .wpdt-c .col-lg-offset-12 {
2778
+ margin-left: 100%;
2779
+ }
2780
+
2781
+ .wpdt-c .col-lg-offset-11 {
2782
+ margin-left: 91.66666667%;
2783
+ }
2784
+
2785
+ .wpdt-c .col-lg-offset-10 {
2786
+ margin-left: 83.33333333%;
2787
+ }
2788
+
2789
+ .wpdt-c .col-lg-offset-9 {
2790
+ margin-left: 75%;
2791
+ }
2792
+
2793
+ .wpdt-c .col-lg-offset-8 {
2794
+ margin-left: 66.66666667%;
2795
+ }
2796
+
2797
+ .wpdt-c .col-lg-offset-7 {
2798
+ margin-left: 58.33333333%;
2799
+ }
2800
+
2801
+ .wpdt-c .col-lg-offset-6 {
2802
+ margin-left: 50%;
2803
+ }
2804
+
2805
+ .wpdt-c .col-lg-offset-5 {
2806
+ margin-left: 41.66666667%;
2807
+ }
2808
+
2809
+ .wpdt-c .col-lg-offset-4 {
2810
+ margin-left: 33.33333333%;
2811
+ }
2812
+
2813
+ .wpdt-c .col-lg-offset-3 {
2814
+ margin-left: 25%;
2815
+ }
2816
+
2817
+ .wpdt-c .col-lg-offset-2 {
2818
+ margin-left: 16.66666667%;
2819
+ }
2820
+
2821
+ .wpdt-c .col-lg-offset-1 {
2822
+ margin-left: 8.33333333%;
2823
+ }
2824
+
2825
+ .wpdt-c .col-lg-offset-0 {
2826
+ margin-left: 0%;
2827
+ }
2828
+ }
2829
+
2830
+ .wpdt-c table {
2831
+ background-color: transparent;
2832
+ }
2833
+
2834
+ .wpdt-c caption {
2835
+ padding-top: 15px;
2836
+ padding-bottom: 15px;
2837
+ color: #777777;
2838
+ text-align: left;
2839
+ }
2840
+
2841
+ .wpdt-c th {
2842
+ text-align: left;
2843
+ }
2844
+
2845
+ .wpdt-c .table {
2846
+ width: 100%;
2847
+ max-width: 100%;
2848
+ margin-bottom: 18px;
2849
+ }
2850
+
2851
+ .wpdt-c .table > thead > tr > th, .wpdt-c .table > tbody > tr > th, .wpdt-c .table > tfoot > tr > th, .wpdt-c .table > thead > tr > td, .wpdt-c .table > tbody > tr > td, .wpdt-c .table > tfoot > tr > td {
2852
+ padding: 15px;
2853
+ line-height: 1.42857143;
2854
+ vertical-align: top;
2855
+ border-top: 1px solid #F5F5F5;
2856
+ }
2857
+
2858
+ .wpdt-c .table > thead > tr > th {
2859
+ vertical-align: bottom;
2860
+ border-bottom: 2px solid #F5F5F5;
2861
+ }
2862
+
2863
+ .wpdt-c .table > caption + thead > tr:first-child > th, .wpdt-c .table > colgroup + thead > tr:first-child > th, .wpdt-c .table > thead:first-child > tr:first-child > th, .wpdt-c .table > caption + thead > tr:first-child > td, .wpdt-c .table > colgroup + thead > tr:first-child > td, .wpdt-c .table > thead:first-child > tr:first-child > td {
2864
+ border-top: 0;
2865
+ }
2866
+
2867
+ .wpdt-c .table > tbody + tbody {
2868
+ border-top: 2px solid #F5F5F5;
2869
+ }
2870
+
2871
+ .wpdt-c .table .table {
2872
+ background-color: #edecec;
2873
+ }
2874
+
2875
+ .wpdt-c .table-condensed > thead > tr > th, .wpdt-c .table-condensed > tbody > tr > th, .wpdt-c .table-condensed > tfoot > tr > th, .wpdt-c .table-condensed > thead > tr > td, .wpdt-c .table-condensed > tbody > tr > td, .wpdt-c .table-condensed > tfoot > tr > td {
2876
+ padding: 10px;
2877
+ }
2878
+
2879
+ .wpdt-c .table-bordered {
2880
+ border: 1px solid #F5F5F5;
2881
+ }
2882
+
2883
+ .wpdt-c .table-bordered > thead > tr > th, .wpdt-c .table-bordered > tbody > tr > th, .wpdt-c .table-bordered > tfoot > tr > th, .wpdt-c .table-bordered > thead > tr > td, .wpdt-c .table-bordered > tbody > tr > td, .wpdt-c .table-bordered > tfoot > tr > td {
2884
+ border: 1px solid #F5F5F5;
2885
+ }
2886
+
2887
+ .wpdt-c .table-bordered > thead > tr > th, .wpdt-c .table-bordered > thead > tr > td {
2888
+ border-bottom-width: 2px;
2889
+ }
2890
+
2891
+ .wpdt-c .table-striped > tbody > tr:nth-of-type(odd) {
2892
+ background-color: #f4f4f4;
2893
+ }
2894
+
2895
+ .wpdt-c .table-hover > tbody > tr:hover {
2896
+ background-color: #f4f4f4;
2897
+ }
2898
+
2899
+ .wpdt-c table col[class*="col-"] {
2900
+ position: static;
2901
+ float: none;
2902
+ display: table-column;
2903
+ }
2904
+
2905
+ .wpdt-c table td[class*="col-"],
2906
+ .wpdt-c table th[class*="col-"] {
2907
+ position: static;
2908
+ float: none;
2909
+ display: table-cell;
2910
+ }
2911
+
2912
+ .wpdt-c .table > thead > tr > td.active, .wpdt-c .table > tbody > tr > td.active, .wpdt-c .table > tfoot > tr > td.active, .wpdt-c .table > thead > tr > th.active, .wpdt-c .table > tbody > tr > th.active, .wpdt-c .table > tfoot > tr > th.active, .wpdt-c .table > thead > tr.active > td, .wpdt-c .table > tbody > tr.active > td, .wpdt-c .table > tfoot > tr.active > td, .wpdt-c .table > thead > tr.active > th, .wpdt-c .table > tbody > tr.active > th, .wpdt-c .table > tfoot > tr.active > th {
2913
+ background-color: #FFFCBE;
2914
+ }
2915
+
2916
+ .wpdt-c .table-hover > tbody > tr > td.active:hover, .wpdt-c .table-hover > tbody > tr > th.active:hover, .wpdt-c .table-hover > tbody > tr.active:hover > td, .wpdt-c .table-hover > tbody > tr:hover > .active, .wpdt-c .table-hover > tbody > tr.active:hover > th {
2917
+ background-color: #fffba4;
2918
+ }
2919
+
2920
+ .wpdt-c .table > thead > tr > td.success, .wpdt-c .table > tbody > tr > td.success, .wpdt-c .table > tfoot > tr > td.success, .wpdt-c .table > thead > tr > th.success, .wpdt-c .table > tbody > tr > th.success, .wpdt-c .table > tfoot > tr > th.success, .wpdt-c .table > thead > tr.success > td, .wpdt-c .table > tbody > tr.success > td, .wpdt-c .table > tfoot > tr.success > td, .wpdt-c .table > thead > tr.success > th, .wpdt-c .table > tbody > tr.success > th, .wpdt-c .table > tfoot > tr.success > th {
2921
+ background-color: #67bd6a;
2922
+ }
2923
+
2924
+ .wpdt-c .table-hover > tbody > tr > td.success:hover, .wpdt-c .table-hover > tbody > tr > th.success:hover, .wpdt-c .table-hover > tbody > tr.success:hover > td, .wpdt-c .table-hover > tbody > tr:hover > .success, .wpdt-c .table-hover > tbody > tr.success:hover > th {
2925
+ background-color: #55b559;
2926
+ }
2927
+
2928
+ .wpdt-c .table > thead > tr > td.info, .wpdt-c .table > tbody > tr > td.info, .wpdt-c .table > tfoot > tr > td.info, .wpdt-c .table > thead > tr > th.info, .wpdt-c .table > tbody > tr > th.info, .wpdt-c .table > tfoot > tr > th.info, .wpdt-c .table > thead > tr.info > td, .wpdt-c .table > tbody > tr.info > td, .wpdt-c .table > tfoot > tr.info > td, .wpdt-c .table > thead > tr.info > th, .wpdt-c .table > tbody > tr.info > th, .wpdt-c .table > tfoot > tr.info > th {
2929
+ background-color: #d9edf7;
2930
+ }
2931
+
2932
+ .wpdt-c .table-hover > tbody > tr > td.info:hover, .wpdt-c .table-hover > tbody > tr > th.info:hover, .wpdt-c .table-hover > tbody > tr.info:hover > td, .wpdt-c .table-hover > tbody > tr:hover > .info, .wpdt-c .table-hover > tbody > tr.info:hover > th {
2933
+ background-color: #c4e3f3;
2934
+ }
2935
+
2936
+ .wpdt-c .table > thead > tr > td.warning, .wpdt-c .table > tbody > tr > td.warning, .wpdt-c .table > tfoot > tr > td.warning, .wpdt-c .table > thead > tr > th.warning, .wpdt-c .table > tbody > tr > th.warning, .wpdt-c .table > tfoot > tr > th.warning, .wpdt-c .table > thead > tr.warning > td, .wpdt-c .table > tbody > tr.warning > td, .wpdt-c .table > tfoot > tr.warning > td, .wpdt-c .table > thead > tr.warning > th, .wpdt-c .table > tbody > tr.warning > th, .wpdt-c .table > tfoot > tr.warning > th {
2937
+ background-color: #ffa829;
2938
+ }
2939
+
2940
+ .wpdt-c .table-hover > tbody > tr > td.warning:hover, .wpdt-c .table-hover > tbody > tr > th.warning:hover, .wpdt-c .table-hover > tbody > tr.warning:hover > td, .wpdt-c .table-hover > tbody > tr:hover > .warning, .wpdt-c .table-hover > tbody > tr.warning:hover > th {
2941
+ background-color: #ff9e0f;
2942
+ }
2943
+
2944
+ .wpdt-c .table > thead > tr > td.danger, .wpdt-c .table > tbody > tr > td.danger, .wpdt-c .table > tfoot > tr > td.danger, .wpdt-c .table > thead > tr > th.danger, .wpdt-c .table > tbody > tr > th.danger, .wpdt-c .table > tfoot > tr > th.danger, .wpdt-c .table > thead > tr.danger > td, .wpdt-c .table > tbody > tr.danger > td, .wpdt-c .table > tfoot > tr.danger > td, .wpdt-c .table > thead > tr.danger > th, .wpdt-c .table > tbody > tr.danger > th, .wpdt-c .table > tfoot > tr.danger > th {
2945
+ background-color: #f6675d;
2946
+ }
2947
+
2948
+ .wpdt-c .table-hover > tbody > tr > td.danger:hover, .wpdt-c .table-hover > tbody > tr > th.danger:hover, .wpdt-c .table-hover > tbody > tr.danger:hover > td, .wpdt-c .table-hover > tbody > tr:hover > .danger, .wpdt-c .table-hover > tbody > tr.danger:hover > th {
2949
+ background-color: #f55145;
2950
+ }
2951
+
2952
+ .wpdt-c .table-responsive {
2953
+ overflow-x: auto;
2954
+ min-height: 0.01%;
2955
+ }
2956
+
2957
+ @media screen and (max-width: 767px) {
2958
+ .wpdt-c .table-responsive {
2959
+ width: 100%;
2960
+ margin-bottom: 13.5px;
2961
+ overflow-y: hidden;
2962
+ -ms-overflow-style: -ms-autohiding-scrollbar;
2963
+ border: 1px solid #F5F5F5;
2964
+ }
2965
+
2966
+ .wpdt-c .table-responsive > .table {
2967
+ margin-bottom: 0;
2968
+ }
2969
+
2970
+ .wpdt-c .table-responsive > .table > thead > tr > th,
2971
+ .wpdt-c .table-responsive > .table > tbody > tr > th,
2972
+ .wpdt-c .table-responsive > .table > tfoot > tr > th,
2973
+ .wpdt-c .table-responsive > .table > thead > tr > td,
2974
+ .wpdt-c .table-responsive > .table > tbody > tr > td,
2975
+ .wpdt-c .table-responsive > .table > tfoot > tr > td {
2976
+ white-space: nowrap;
2977
+ }
2978
+
2979
+ .wpdt-c .table-responsive > .table-bordered {
2980
+ border: 0;
2981
+ }
2982
+
2983
+ .wpdt-c .table-responsive > .table-bordered > thead > tr > th:first-child,
2984
+ .wpdt-c .table-responsive > .table-bordered > tbody > tr > th:first-child,
2985
+ .wpdt-c .table-responsive > .table-bordered > tfoot > tr > th:first-child,
2986
+ .wpdt-c .table-responsive > .table-bordered > thead > tr > td:first-child,
2987
+ .wpdt-c .table-responsive > .table-bordered > tbody > tr > td:first-child,
2988
+ .wpdt-c .table-responsive > .table-bordered > tfoot > tr > td:first-child {
2989
+ border-left: 0;
2990
+ }
2991
+
2992
+ .wpdt-c .table-responsive > .table-bordered > thead > tr > th:last-child,
2993
+ .wpdt-c .table-responsive > .table-bordered > tbody > tr > th:last-child,
2994
+ .wpdt-c .table-responsive > .table-bordered > tfoot > tr > th:last-child,
2995
+ .wpdt-c .table-responsive > .table-bordered > thead > tr > td:last-child,
2996
+ .wpdt-c .table-responsive > .table-bordered > tbody > tr > td:last-child,
2997
+ .wpdt-c .table-responsive > .table-bordered > tfoot > tr > td:last-child {
2998
+ border-right: 0;
2999
+ }
3000
+
3001
+ .wpdt-c .table-responsive > .table-bordered > tbody > tr:last-child > th,
3002
+ .wpdt-c .table-responsive > .table-bordered > tfoot > tr:last-child > th,
3003
+ .wpdt-c .table-responsive > .table-bordered > tbody > tr:last-child > td,
3004
+ .wpdt-c .table-responsive > .table-bordered > tfoot > tr:last-child > td {
3005
+ border-bottom: 0;
3006
+ }
3007
+ }
3008
+
3009
+ .wpdt-c fieldset {
3010
+ padding: 0;
3011
+ margin: 0;
3012
+ border: 0;
3013
+ min-width: 0;
3014
+ }
3015
+
3016
+ .wpdt-c legend {
3017
+ display: block;
3018
+ width: 100%;
3019
+ padding: 0;
3020
+ margin-bottom: 18px;
3021
+ font-size: 19.5px;
3022
+ line-height: inherit;
3023
+ color: #333333;
3024
+ border: 0;
3025
+ border-bottom: 1px solid #e5e5e5;
3026
+ }
3027
+
3028
+ .wpdt-c label {
3029
+ display: inline-block;
3030
+ max-width: 100%;
3031
+ margin-bottom: 5px;
3032
+ font-weight: bold;
3033
+ }
3034
+
3035
+ .wpdt-c input[type="search"] {
3036
+ -webkit-box-sizing: border-box;
3037
+ -moz-box-sizing: border-box;
3038
+ box-sizing: border-box;
3039
+ }
3040
+
3041
+ .wpdt-c input[type="radio"],
3042
+ .wpdt-c input[type="checkbox"] {
3043
+ margin: 4px 0 0;
3044
+ margin-top: 1px \9;
3045
+ line-height: normal;
3046
+ }
3047
+
3048
+ .wpdt-c input[type="file"] {
3049
+ display: block;
3050
+ }
3051
+
3052
+ .wpdt-c input[type="range"] {
3053
+ display: block;
3054
+ width: 100%;
3055
+ }
3056
+
3057
+ .wpdt-c select[multiple],
3058
+ .wpdt-c select[size] {
3059
+ height: auto;
3060
+ }
3061
+
3062
+ .wpdt-c input[type="file"]:focus,
3063
+ .wpdt-c input[type="radio"]:focus,
3064
+ .wpdt-c input[type="checkbox"]:focus {
3065
+ outline: thin dotted;
3066
+ outline: 5px auto -webkit-focus-ring-color;
3067
+ outline-offset: -2px;
3068
+ outline: none !important;
3069
+ }
3070
+
3071
+ .wpdt-c output {
3072
+ display: block;
3073
+ padding-top: 7px;
3074
+ font-size: 13px;
3075
+ line-height: 1.42857143;
3076
+ color: #000000;
3077
+ }
3078
+
3079
+ .wpdt-c .form-control {
3080
+ display: block;
3081
+ width: 100%;
3082
+ height: 35px;
3083
+ padding: 6px 12px;
3084
+ font-size: 13px;
3085
+ line-height: 1.42857143;
3086
+ color: #000000;
3087
+ background-color: transparent;
3088
+ background-image: none;
3089
+ border: 1px solid #e0e0e0;
3090
+ border-radius: 0;
3091
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
3092
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
3093
+ -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
3094
+ -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
3095
+ transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
3096
+ }
3097
+
3098
+ .wpdt-c .form-control:focus {
3099
+ color: #000000;
3100
+ border-color: #b4b4b4;
3101
+ outline: 0;
3102
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(180, 180, 180, 0.6);
3103
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(180, 180, 180, 0.6);
3104
+ }
3105
+
3106
+ .wpdt-c .form-control::-moz-placeholder {
3107
+ color: #999;
3108
+ opacity: 1;
3109
+ }
3110
+
3111
+ .wpdt-c .form-control:-ms-input-placeholder {
3112
+ color: #999;
3113
+ }
3114
+
3115
+ .wpdt-c .form-control::-webkit-input-placeholder {
3116
+ color: #999;
3117
+ }
3118
+
3119
+ .wpdt-c .form-control::-ms-expand {
3120
+ border: 0;
3121
+ background-color: transparent;
3122
+ }
3123
+
3124
+ .wpdt-c .form-control[disabled], .wpdt-c .form-control[readonly],
3125
+ .wpdt-c fieldset[disabled] .form-control {
3126
+ background-color: #eeeeee;
3127
+ opacity: 1;
3128
+ }
3129
+
3130
+ .wpdt-c .form-control[disabled],
3131
+ .wpdt-c fieldset[disabled] .form-control {
3132
+ cursor: not-allowed;
3133
+ }
3134
+
3135
+ .wpdt-c textarea.form-control {
3136
+ height: auto;
3137
+ }
3138
+
3139
+ .wpdt-c input[type="search"] {
3140
+ -webkit-appearance: none;
3141
+ }
3142
+
3143
+ @media screen and (-webkit-min-device-pixel-ratio: 0) {
3144
+ .wpdt-c input[type="date"].form-control,
3145
+ .wpdt-c input[type="time"].form-control,
3146
+ .wpdt-c input[type="datetime-local"].form-control,
3147
+ .wpdt-c input[type="month"].form-control {
3148
+ line-height: 35px;
3149
+ }
3150
+
3151
+ .wpdt-c input[type="date"].input-sm,
3152
+ .wpdt-c input[type="time"].input-sm,
3153
+ .wpdt-c input[type="datetime-local"].input-sm,
3154
+ .wpdt-c input[type="month"].input-sm,
3155
+ .wpdt-c .input-group-sm input[type="date"],
3156
+ .wpdt-c .input-group-sm input[type="time"],
3157
+ .wpdt-c .input-group-sm input[type="datetime-local"],
3158
+ .wpdt-c .input-group-sm input[type="month"] {
3159
+ line-height: 30px;
3160
+ }
3161
+
3162
+ .wpdt-c input[type="date"].input-lg,
3163
+ .wpdt-c input[type="time"].input-lg,
3164
+ .wpdt-c input[type="datetime-local"].input-lg,
3165
+ .wpdt-c input[type="month"].input-lg,
3166
+ .wpdt-c .input-group-lg input[type="date"],
3167
+ .wpdt-c .input-group-lg input[type="time"],
3168
+ .wpdt-c .input-group-lg input[type="datetime-local"],
3169
+ .wpdt-c .input-group-lg input[type="month"] {
3170
+ line-height: 40px;
3171
+ }
3172
+ }
3173
+
3174
+ .wpdt-c .form-group {
3175
+ margin-bottom: 15px;
3176
+ }
3177
+
3178
+ .wpdt-c .radio, .wpdt-c .checkbox {
3179
+ position: relative;
3180
+ display: block;
3181
+ margin-top: 10px;
3182
+ margin-bottom: 10px;
3183
+ }
3184
+
3185
+ .wpdt-c .radio label, .wpdt-c .checkbox label {
3186
+ min-height: 18px;
3187
+ padding-left: 20px;
3188
+ margin-bottom: 0;
3189
+ font-weight: normal;
3190
+ cursor: pointer;
3191
+ }
3192
+
3193
+ .wpdt-c .radio input[type="radio"], .wpdt-c .radio-inline input[type="radio"], .wpdt-c .checkbox input[type="checkbox"], .wpdt-c .checkbox-inline input[type="checkbox"] {
3194
+ position: absolute;
3195
+ margin-left: -20px;
3196
+ margin-top: 4px;
3197
+ }
3198
+
3199
+ .wpdt-c .radio + .radio, .wpdt-c .checkbox + .checkbox {
3200
+ margin-top: -5px;
3201
+ }
3202
+
3203
+ .wpdt-c .radio-inline, .wpdt-c .checkbox-inline {
3204
+ position: relative;
3205
+ display: inline-block;
3206
+ padding-left: 20px;
3207
+ margin-bottom: 0;
3208
+ vertical-align: middle;
3209
+ font-weight: normal;
3210
+ cursor: pointer;
3211
+ }
3212
+
3213
+ .wpdt-c .radio-inline + .radio-inline, .wpdt-c .checkbox-inline + .checkbox-inline {
3214
+ margin-top: 0;
3215
+ margin-left: 10px;
3216
+ }
3217
+
3218
+ .wpdt-c input[type="radio"][disabled],
3219
+ .wpdt-c input[type="checkbox"][disabled],
3220
+ .wpdt-c input[type="radio"].disabled,
3221
+ .wpdt-c input[type="checkbox"].disabled,
3222
+ .wpdt-c fieldset[disabled] input[type="radio"],
3223
+ .wpdt-c fieldset[disabled] input[type="checkbox"] {
3224
+ cursor: not-allowed;
3225
+ }
3226
+
3227
+ .wpdt-c input[type="checkbox"][hidden] {
3228
+ opacity: 0;
3229
+ }
3230
+
3231
+ .wpdt-c .radio-inline.disabled, .wpdt-c .checkbox-inline.disabled,
3232
+ .wpdt-c fieldset[disabled] .radio-inline,
3233
+ .wpdt-c fieldset[disabled] .checkbox-inline {
3234
+ cursor: not-allowed;
3235
+ }
3236
+
3237
+ .wpdt-c .radio.disabled label, .wpdt-c .checkbox.disabled label,
3238
+ .wpdt-c fieldset[disabled] .radio label,
3239
+ .wpdt-c fieldset[disabled] .checkbox label {
3240
+ cursor: not-allowed;
3241
+ }
3242
+
3243
+ .wpdt-c .form-control-static {
3244
+ padding-top: 7px;
3245
+ padding-bottom: 7px;
3246
+ margin-bottom: 0;
3247
+ min-height: 31px;
3248
+ }
3249
+
3250
+ .wpdt-c .form-control-static.input-lg, .wpdt-c .form-control-static.input-sm {
3251
+ padding-left: 0;
3252
+ padding-right: 0;
3253
+ }
3254
+
3255
+ .wpdt-c .input-sm {
3256
+ height: 30px;
3257
+ padding: 5px 10px;
3258
+ font-size: 12px;
3259
+ line-height: 1.5;
3260
+ border-radius: 2px;
3261
+ }
3262
+
3263
+ .wpdt-c select.input-sm {
3264
+ height: 30px;
3265
+ line-height: 30px;
3266
+ }
3267
+
3268
+ .wpdt-c textarea.input-sm,
3269
+ .wpdt-c select[multiple].input-sm {
3270
+ height: auto;
3271
+ }
3272
+
3273
+ .wpdt-c .form-group-sm .form-control {
3274
+ height: 30px;
3275
+ padding: 5px 10px;
3276
+ font-size: 12px;
3277
+ line-height: 1.5;
3278
+ border-radius: 2px;
3279
+ }
3280
+
3281
+ .wpdt-c .form-group-sm select.form-control {
3282
+ height: 30px;
3283
+ line-height: 30px;
3284
+ }
3285
+
3286
+ .wpdt-c .form-group-sm textarea.form-control, .wpdt-c .form-group-sm select[multiple].form-control {
3287
+ height: auto;
3288
+ }
3289
+
3290
+ .wpdt-c .form-group-sm .form-control-static {
3291
+ height: 30px;
3292
+ min-height: 30px;
3293
+ padding: 6px 10px;
3294
+ font-size: 12px;
3295
+ line-height: 1.5;
3296
+ }
3297
+
3298
+ .wpdt-c .input-lg {
3299
+ height: 40px;
3300
+ padding: 10px 16px;
3301
+ font-size: 17px;
3302
+ line-height: 1.3333333;
3303
+ border-radius: 0;
3304
+ }
3305
+
3306
+ .wpdt-c select.input-lg {
3307
+ height: 40px;
3308
+ line-height: 40px;
3309
+ }
3310
+
3311
+ .wpdt-c textarea.input-lg,
3312
+ .wpdt-c select[multiple].input-lg {
3313
+ height: auto;
3314
+ }
3315
+
3316
+ .wpdt-c .form-group-lg .form-control {
3317
+ height: 40px;
3318
+ padding: 10px 16px;
3319
+ font-size: 17px;
3320
+ line-height: 1.3333333;
3321
+ border-radius: 0;
3322
+ }
3323
+
3324
+ .wpdt-c .form-group-lg select.form-control {
3325
+ height: 40px;
3326
+ line-height: 40px;
3327
+ }
3328
+
3329
+ .wpdt-c .form-group-lg textarea.form-control, .wpdt-c .form-group-lg select[multiple].form-control {
3330
+ height: auto;
3331
+ }
3332
+
3333
+ .wpdt-c .form-group-lg .form-control-static {
3334
+ height: 40px;
3335
+ min-height: 35px;
3336
+ padding: 11px 16px;
3337
+ font-size: 17px;
3338
+ line-height: 1.3333333;
3339
+ }
3340
+
3341
+ .wpdt-c .has-feedback {
3342
+ position: relative;
3343
+ }
3344
+
3345
+ .wpdt-c .has-feedback .form-control {
3346
+ padding-right: 43.75px;
3347
+ }
3348
+
3349
+ .wpdt-c .form-control-feedback {
3350
+ position: absolute;
3351
+ top: 0;
3352
+ right: 0;
3353
+ z-index: 2;
3354
+ display: block;
3355
+ width: 35px;
3356
+ height: 35px;
3357
+ line-height: 35px;
3358
+ text-align: center;
3359
+ pointer-events: none;
3360
+ }
3361
+
3362
+ .wpdt-c .input-lg + .form-control-feedback, .wpdt-c .input-group-lg + .form-control-feedback, .wpdt-c .form-group-lg .form-control + .form-control-feedback {
3363
+ width: 40px;
3364
+ height: 40px;
3365
+ line-height: 40px;
3366
+ }
3367
+
3368
+ .wpdt-c .input-sm + .form-control-feedback, .wpdt-c .input-group-sm + .form-control-feedback, .wpdt-c .form-group-sm .form-control + .form-control-feedback {
3369
+ width: 30px;
3370
+ height: 30px;
3371
+ line-height: 30px;
3372
+ }
3373
+
3374
+ .wpdt-c .has-success .help-block, .wpdt-c .has-success .control-label, .wpdt-c .has-success .radio, .wpdt-c .has-success .checkbox, .wpdt-c .has-success .radio-inline, .wpdt-c .has-success .checkbox-inline, .wpdt-c .has-success.radio label, .wpdt-c .has-success.checkbox label, .wpdt-c .has-success.radio-inline label, .wpdt-c .has-success.checkbox-inline label {
3375
+ color: #67bd6a;
3376
+ }
3377
+
3378
+ .wpdt-c .has-success .form-control {
3379
+ border-color: #67bd6a;
3380
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
3381
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
3382
+ }
3383
+
3384
+ .wpdt-c .has-success .form-control:focus {
3385
+ border-color: #49a84d;
3386
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #aedcb0;
3387
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #aedcb0;
3388
+ }
3389
+
3390
+ .wpdt-c .has-success .input-group-addon {
3391
+ color: #67bd6a;
3392
+ border-color: #67bd6a;
3393
+ background-color: #67bd6a;
3394
+ }
3395
+
3396
+ .wpdt-c .has-success .form-control-feedback {
3397
+ color: #67bd6a;
3398
+ }
3399
+
3400
+ .wpdt-c .has-warning .help-block, .wpdt-c .has-warning .control-label, .wpdt-c .has-warning .radio, .wpdt-c .has-warning .checkbox, .wpdt-c .has-warning .radio-inline, .wpdt-c .has-warning .checkbox-inline, .wpdt-c .has-warning.radio label, .wpdt-c .has-warning.checkbox label, .wpdt-c .has-warning.radio-inline label, .wpdt-c .has-warning.checkbox-inline label {
3401
+ color: #ffa829;
3402
+ }
3403
+
3404
+ .wpdt-c .has-warning .form-control {
3405
+ border-color: #ffa829;
3406
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
3407
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
3408
+ }
3409
+
3410
+ .wpdt-c .has-warning .form-control:focus {
3411
+ border-color: #f59200;
3412
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd28f;
3413
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd28f;
3414
+ }
3415
+
3416
+ .wpdt-c .has-warning .input-group-addon {
3417
+ color: #ffa829;
3418
+ border-color: #ffa829;
3419
+ background-color: #ffa829;
3420
+ }
3421
+
3422
+ .wpdt-c .has-warning .form-control-feedback {
3423
+ color: #ffa829;
3424
+ }
3425
+
3426
+ .wpdt-c .has-error .help-block, .wpdt-c .has-error .control-label, .wpdt-c .has-error .radio, .wpdt-c .has-error .checkbox, .wpdt-c .has-error .radio-inline, .wpdt-c .has-error .checkbox-inline, .wpdt-c .has-error.radio label, .wpdt-c .has-error.checkbox label, .wpdt-c .has-error.radio-inline label, .wpdt-c .has-error.checkbox-inline label {
3427
+ color: #f6675d;
3428
+ }
3429
+
3430
+ .wpdt-c .has-error .form-control {
3431
+ border-color: #f6675d;
3432
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
3433
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
3434
+ }
3435
+
3436
+ .wpdt-c .has-error .form-control:focus {
3437
+ border-color: #f33a2c;
3438
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fbc2bd;
3439
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fbc2bd;
3440
+ }
3441
+
3442
+ .wpdt-c .has-error .input-group-addon {
3443
+ color: #f6675d;
3444
+ border-color: #f6675d;
3445
+ background-color: #f6675d;
3446
+ }
3447
+
3448
+ .wpdt-c .has-error .form-control-feedback {
3449
+ color: #f6675d;
3450
+ }
3451
+
3452
+ .wpdt-c .has-feedback label ~ .form-control-feedback {
3453
+ top: 23px;
3454
+ }
3455
+
3456
+ .wpdt-c .has-feedback label.sr-only ~ .form-control-feedback {
3457
+ top: 0;
3458
+ }
3459
+
3460
+ .wpdt-c .help-block {
3461
+ display: block;
3462
+ margin-top: 5px;
3463
+ margin-bottom: 10px;
3464
+ color: #9e9e9e;
3465
+ }
3466
+
3467
+ @media (min-width: 768px) {
3468
+ .wpdt-c .form-inline .form-group {
3469
+ display: inline-block;
3470
+ margin-bottom: 0;
3471
+ vertical-align: middle;
3472
+ }
3473
+
3474
+ .wpdt-c .form-inline .form-control {
3475
+ display: inline-block;
3476
+ width: auto;
3477
+ vertical-align: middle;
3478
+ }
3479
+
3480
+ .wpdt-c .form-inline .form-control-static {
3481
+ display: inline-block;
3482
+ }
3483
+
3484
+ .wpdt-c .form-inline .input-group {
3485
+ display: inline-table;
3486
+ vertical-align: middle;
3487
+ }
3488
+
3489
+ .wpdt-c .form-inline .input-group .input-group-addon,
3490
+ .wpdt-c .form-inline .input-group .input-group-btn,
3491
+ .wpdt-c .form-inline .input-group .form-control {
3492
+ width: auto;
3493
+ }
3494
+
3495
+ .wpdt-c .form-inline .input-group > .form-control {
3496
+ width: 100%;
3497
+ }
3498
+
3499
+ .wpdt-c .form-inline .control-label {
3500
+ margin-bottom: 0;
3501
+ vertical-align: middle;
3502
+ }
3503
+
3504
+ .wpdt-c .form-inline .radio,
3505
+ .wpdt-c .form-inline .checkbox {
3506
+ display: inline-block;
3507
+ margin-top: 0;
3508
+ margin-bottom: 0;
3509
+ vertical-align: middle;
3510
+ }
3511
+
3512
+ .wpdt-c .form-inline .radio label,
3513
+ .wpdt-c .form-inline .checkbox label {
3514
+ padding-left: 0;
3515
+ }
3516
+
3517
+ .wpdt-c .form-inline .radio input[type="radio"],
3518
+ .wpdt-c .form-inline .checkbox input[type="checkbox"] {
3519
+ position: relative;
3520
+ margin-left: 0;
3521
+ }
3522
+
3523
+ .wpdt-c .form-inline .has-feedback .form-control-feedback {
3524
+ top: 0;
3525
+ }
3526
+ }
3527
+
3528
+ .wpdt-c .form-horizontal .radio, .wpdt-c .form-horizontal .checkbox, .wpdt-c .form-horizontal .radio-inline, .wpdt-c .form-horizontal .checkbox-inline {
3529
+ margin-top: 0;
3530
+ margin-bottom: 0;
3531
+ padding-top: 7px;
3532
+ }
3533
+
3534
+ .wpdt-c .form-horizontal .radio, .wpdt-c .form-horizontal .checkbox {
3535
+ min-height: 25px;
3536
+ }
3537
+
3538
+ .wpdt-c .form-horizontal .form-group {
3539
+ margin-left: -15px;
3540
+ margin-right: -15px;
3541
+ }
3542
+
3543
+ @media (min-width: 768px) {
3544
+ .wpdt-c .form-horizontal .control-label {
3545
+ text-align: right;
3546
+ margin-bottom: 0;
3547
+ padding-top: 7px;
3548
+ }
3549
+ }
3550
+
3551
+ .wpdt-c .form-horizontal .has-feedback .form-control-feedback {
3552
+ right: 15px;
3553
+ }
3554
+
3555
+ @media (min-width: 768px) {
3556
+ .wpdt-c .form-horizontal .form-group-lg .control-label {
3557
+ padding-top: 11px;
3558
+ font-size: 17px;
3559
+ }
3560
+ }
3561
+
3562
+ @media (min-width: 768px) {
3563
+ .wpdt-c .form-horizontal .form-group-sm .control-label {
3564
+ padding-top: 6px;
3565
+ font-size: 12px;
3566
+ }
3567
+ }
3568
+
3569
+ .wpdt-c .btn,
3570
+ .wpdt-c .wpDataTablesWrapper .btn {
3571
+ display: inline-block;
3572
+ margin-bottom: 0;
3573
+ font-weight: 400;
3574
+ text-align: center;
3575
+ vertical-align: middle;
3576
+ touch-action: manipulation;
3577
+ cursor: pointer;
3578
+ background-image: none;
3579
+ border: none;
3580
+ white-space: nowrap;
3581
+ padding: 6px 12px;
3582
+ font-size: 13px;
3583
+ line-height: 1.42857143;
3584
+ border-radius: 2px;
3585
+ -webkit-touch-callout: none;
3586
+ -webkit-user-select: none;
3587
+ -khtml-user-select: none;
3588
+ -moz-user-select: none;
3589
+ -ms-user-select: none;
3590
+ user-select: none;
3591
+ }
3592
+
3593
+ .wpdt-c .btn:focus, .wpdt-c .btn:active:focus, .wpdt-c .btn.active:focus, .wpdt-c .btn.focus, .wpdt-c .btn:active.focus, .wpdt-c .btn.active.focus {
3594
+ outline: thin dotted;
3595
+ outline: 5px auto -webkit-focus-ring-color;
3596
+ outline-offset: -2px;
3597
+ outline: none !important;
3598
+ }
3599
+
3600
+ .wpdt-c .btn:hover, .wpdt-c .btn:focus, .wpdt-c .btn.focus {
3601
+ color: #333;
3602
+ text-decoration: none;
3603
+ }
3604
+
3605
+ .wpdt-c .btn:active, .wpdt-c .btn.active {
3606
+ outline: 0;
3607
+ background-image: none;
3608
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3609
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3610
+ }
3611
+
3612
+ .wpdt-c .btn.disabled, .wpdt-c .btn[disabled],
3613
+ .wpdt-c fieldset[disabled] .btn {
3614
+ cursor: not-allowed;
3615
+ opacity: 0.65;
3616
+ filter: alpha(opacity=65);
3617
+ -webkit-box-shadow: none;
3618
+ box-shadow: none;
3619
+ }
3620
+
3621
+ .wpdt-c a.btn.disabled,
3622
+ .wpdt-c fieldset[disabled] a.btn {
3623
+ pointer-events: none;
3624
+ }
3625
+
3626
+ .wpdt-c .btn-default {
3627
+ color: #333;
3628
+ background-color: #fff;
3629
+ border-color: #ccc;
3630
+ }
3631
+
3632
+ .wpdt-c .btn-default:focus, .wpdt-c .btn-default.focus {
3633
+ color: #333;
3634
+ background-color: #e6e6e6;
3635
+ border-color: #8c8c8c;
3636
+ }
3637
+
3638
+ .wpdt-c .btn-default:hover {
3639
+ color: #333;
3640
+ background-color: #e6e6e6;
3641
+ border-color: #adadad;
3642
+ }
3643
+
3644
+ .wpdt-c .btn-default:active, .wpdt-c .btn-default.active, .wpdt-c .open > .dropdown-toggle.btn-default {
3645
+ color: #333;
3646
+ background-color: #e6e6e6;
3647
+ border-color: #adadad;
3648
+ }
3649
+
3650
+ .wpdt-c .btn-default:active:hover, .wpdt-c .btn-default.active:hover, .wpdt-c .open > .dropdown-toggle.btn-default:hover, .wpdt-c .btn-default:active:focus, .wpdt-c .btn-default.active:focus, .wpdt-c .open > .dropdown-toggle.btn-default:focus, .wpdt-c .btn-default:active.focus, .wpdt-c .btn-default.active.focus, .wpdt-c .open > .dropdown-toggle.btn-default.focus {
3651
+ color: #333;
3652
+ background-color: #d4d4d4;
3653
+ border-color: #8c8c8c;
3654
+ }
3655
+
3656
+ .wpdt-c .btn-default:active, .wpdt-c .btn-default.active, .wpdt-c .open > .dropdown-toggle.btn-default {
3657
+ background-image: none;
3658
+ }
3659
+
3660
+ .wpdt-c .btn-default.disabled:hover, .wpdt-c .btn-default[disabled]:hover,
3661
+ .wpdt-c fieldset[disabled] .btn-default:hover, .wpdt-c .btn-default.disabled:focus, .wpdt-c .btn-default[disabled]:focus,
3662
+ .wpdt-c fieldset[disabled] .btn-default:focus, .wpdt-c .btn-default.disabled.focus, .wpdt-c .btn-default[disabled].focus,
3663
+ .wpdt-c fieldset[disabled] .btn-default.focus {
3664
+ background-color: #fff;
3665
+ border-color: #ccc;
3666
+ }
3667
+
3668
+ .wpdt-c .btn-default .badge {
3669
+ color: #fff;
3670
+ background-color: #333;
3671
+ }
3672
+
3673
+ .wpdt-c .btn-default:hover, .wpdt-c .btn-default:focus, .wpdt-c .btn-default.focus, .wpdt-c .btn-default:active, .wpdt-c .open > .dropdown-toggle.btn-default {
3674
+ color: #333;
3675
+ background-color: #fff;
3676
+ border-color: transparent;
3677
+ }
3678
+
3679
+ .wpdt-c .btn-default:hover:hover, .wpdt-c .btn-default:focus:hover, .wpdt-c .btn-default.focus:hover, .wpdt-c .btn-default:active:hover, .wpdt-c .open > .dropdown-toggle.btn-default:hover, .wpdt-c .btn-default:hover:focus, .wpdt-c .btn-default:focus:focus, .wpdt-c .btn-default.focus:focus, .wpdt-c .btn-default:active:focus, .wpdt-c .open > .dropdown-toggle.btn-default:focus, .wpdt-c .btn-default:hover.focus, .wpdt-c .btn-default:focus.focus, .wpdt-c .btn-default.focus.focus, .wpdt-c .btn-default:active.focus, .wpdt-c .open > .dropdown-toggle.btn-default.focus {
3680
+ color: #333;
3681
+ background-color: #fff;
3682
+ border-color: transparent;
3683
+ }
3684
+
3685
+ .wpdt-c .btn-default:active, .wpdt-c .btn-default.active, .wpdt-c .open > .dropdown-toggle.btn-default {
3686
+ background-image: none;
3687
+ }
3688
+
3689
+ .wpdt-c .btn-default.disabled, .wpdt-c .btn-default[disabled],
3690
+ .wpdt-c fieldset[disabled] .btn-default, .wpdt-c .btn-default.disabled:hover, .wpdt-c .btn-default[disabled]:hover,
3691
+ .wpdt-c fieldset[disabled] .btn-default:hover, .wpdt-c .btn-default.disabled:focus, .wpdt-c .btn-default[disabled]:focus,
3692
+ .wpdt-c fieldset[disabled] .btn-default:focus, .wpdt-c .btn-default.disabled.focus, .wpdt-c .btn-default[disabled].focus,
3693
+ .wpdt-c fieldset[disabled] .btn-default.focus, .wpdt-c .btn-default.disabled:active, .wpdt-c .btn-default[disabled]:active,
3694
+ .wpdt-c fieldset[disabled] .btn-default:active {
3695
+ background-color: #fff;
3696
+ border-color: #ccc;
3697
+ }
3698
+
3699
+ .wpdt-c .btn-default .badge {
3700
+ color: #fff;
3701
+ background-color: #333;
3702
+ }
3703
+
3704
+ .wpdt-c .btn-primary {
3705
+ color: #fff;
3706
+ background-color: #2196F3;
3707
+ border-color: #0d8aee;
3708
+ }
3709
+
3710
+ .wpdt-c .btn-primary:focus, .wpdt-c .btn-primary.focus {
3711
+ color: #fff;
3712
+ background-color: #0c7cd5;
3713
+ border-color: #064475;
3714
+ }
3715
+
3716
+ .wpdt-c .btn-primary:hover {
3717
+ color: #fff;
3718
+ background-color: #0c7cd5;
3719
+ border-color: #0a68b4;
3720
+ }
3721
+
3722
+ .wpdt-c .btn-primary:active, .wpdt-c .btn-primary.active, .wpdt-c .open > .dropdown-toggle.btn-primary {
3723
+ color: #fff;
3724
+ background-color: #0c7cd5;
3725
+ border-color: #0a68b4;
3726
+ }
3727
+
3728
+ .wpdt-c .btn-primary:active:hover, .wpdt-c .btn-primary.active:hover, .wpdt-c .open > .dropdown-toggle.btn-primary:hover, .wpdt-c .btn-primary:active:focus, .wpdt-c .btn-primary.active:focus, .wpdt-c .open > .dropdown-toggle.btn-primary:focus, .wpdt-c .btn-primary:active.focus, .wpdt-c .btn-primary.active.focus, .wpdt-c .open > .dropdown-toggle.btn-primary.focus {
3729
+ color: #fff;
3730
+ background-color: #0a68b4;
3731
+ border-color: #064475;
3732
+ }
3733
+
3734
+ .wpdt-c .btn-primary:active, .wpdt-c .btn-primary.active, .wpdt-c .open > .dropdown-toggle.btn-primary {
3735
+ background-image: none;
3736
+ }
3737
+
3738
+ .wpdt-c .btn-primary.disabled:hover, .wpdt-c .btn-primary[disabled]:hover,
3739
+ .wpdt-c fieldset[disabled] .btn-primary:hover, .wpdt-c .btn-primary.disabled:focus, .wpdt-c .btn-primary[disabled]:focus,
3740
+ .wpdt-c fieldset[disabled] .btn-primary:focus, .wpdt-c .btn-primary.disabled.focus, .wpdt-c .btn-primary[disabled].focus,
3741
+ .wpdt-c fieldset[disabled] .btn-primary.focus {
3742
+ background-color: #2196F3;
3743
+ border-color: #0d8aee;
3744
+ }
3745
+
3746
+ .wpdt-c .btn-primary .badge {
3747
+ color: #2196F3;
3748
+ background-color: #fff;
3749
+ }
3750
+
3751
+ .wpdt-c .btn-primary:hover, .wpdt-c .btn-primary:focus, .wpdt-c .btn-primary.focus, .wpdt-c .btn-primary:active, .wpdt-c .open > .dropdown-toggle.btn-primary {
3752
+ color: #fff;
3753
+ background-color: #2196F3;
3754
+ border-color: transparent;
3755
+ }
3756
+
3757
+ .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 {
3758
+ color: #fff;
3759
+ background-color: #2196F3;
3760
+ border-color: transparent;
3761
+ }
3762
+
3763
+ .wpdt-c .btn-primary:active, .wpdt-c .btn-primary.active, .wpdt-c .open > .dropdown-toggle.btn-primary {
3764
+ background-image: none;
3765
+ }
3766
+
3767
+ .wpdt-c .btn-primary.disabled, .wpdt-c .btn-primary[disabled],
3768
+ .wpdt-c fieldset[disabled] .btn-primary, .wpdt-c .btn-primary.disabled:hover, .wpdt-c .btn-primary[disabled]:hover,
3769
+ .wpdt-c fieldset[disabled] .btn-primary:hover, .wpdt-c .btn-primary.disabled:focus, .wpdt-c .btn-primary[disabled]:focus,
3770
+ .wpdt-c fieldset[disabled] .btn-primary:focus, .wpdt-c .btn-primary.disabled.focus, .wpdt-c .btn-primary[disabled].focus,
3771
+ .wpdt-c fieldset[disabled] .btn-primary.focus, .wpdt-c .btn-primary.disabled:active, .wpdt-c .btn-primary[disabled]:active,
3772
+ .wpdt-c fieldset[disabled] .btn-primary:active {
3773
+ background-color: #2196F3;
3774
+ border-color: #0d8aee;
3775
+ }
3776
+
3777
+ .wpdt-c .btn-primary .badge {
3778
+ color: #2196F3;
3779
+ background-color: #fff;
3780
+ }
3781
+
3782
+ .wpdt-c .btn-success {
3783
+ color: #fff;
3784
+ background-color: #4CAF50;
3785
+ border-color: #449d48;
3786
+ }
3787
+
3788
+ .wpdt-c .btn-success:focus, .wpdt-c .btn-success.focus {
3789
+ color: #fff;
3790
+ background-color: #3d8b40;
3791
+ border-color: #1e441f;
3792
+ }
3793
+
3794
+ .wpdt-c .btn-success:hover {
3795
+ color: #fff;
3796
+ background-color: #3d8b40;
3797
+ border-color: #327334;
3798
+ }
3799
+
3800
+ .wpdt-c .btn-success:active, .wpdt-c .btn-success.active, .wpdt-c .open > .dropdown-toggle.btn-success {
3801
+ color: #fff;
3802
+ background-color: #3d8b40;
3803
+ border-color: #327334;
3804
+ }
3805
+
3806
+ .wpdt-c .btn-success:active:hover, .wpdt-c .btn-success.active:hover, .wpdt-c .open > .dropdown-toggle.btn-success:hover, .wpdt-c .btn-success:active:focus, .wpdt-c .btn-success.active:focus, .wpdt-c .open > .dropdown-toggle.btn-success:focus, .wpdt-c .btn-success:active.focus, .wpdt-c .btn-success.active.focus, .wpdt-c .open > .dropdown-toggle.btn-success.focus {
3807
+ color: #fff;
3808
+ background-color: #327334;
3809
+ border-color: #1e441f;
3810
+ }
3811
+
3812
+ .wpdt-c .btn-success:active, .wpdt-c .btn-success.active, .wpdt-c .open > .dropdown-toggle.btn-success {
3813
+ background-image: none;
3814
+ }
3815
+
3816
+ .wpdt-c .btn-success.disabled:hover, .wpdt-c .btn-success[disabled]:hover,
3817
+ .wpdt-c fieldset[disabled] .btn-success:hover, .wpdt-c .btn-success.disabled:focus, .wpdt-c .btn-success[disabled]:focus,
3818
+ .wpdt-c fieldset[disabled] .btn-success:focus, .wpdt-c .btn-success.disabled.focus, .wpdt-c .btn-success[disabled].focus,
3819
+ .wpdt-c fieldset[disabled] .btn-success.focus {
3820
+ background-color: #4CAF50;
3821
+ border-color: #449d48;
3822
+ }
3823
+
3824
+ .wpdt-c .btn-success .badge {
3825
+ color: #4CAF50;
3826
+ background-color: #fff;
3827
+ }
3828
+
3829
+ .wpdt-c .btn-success:hover, .wpdt-c .btn-success:focus, .wpdt-c .btn-success.focus, .wpdt-c .btn-success:active, .wpdt-c .open > .dropdown-toggle.btn-success {
3830
+ color: #fff;
3831
+ background-color: #4CAF50;
3832
+ border-color: transparent;
3833
+ }
3834
+
3835
+ .wpdt-c .btn-success:hover:hover, .wpdt-c .btn-success:focus:hover, .wpdt-c .btn-success.focus:hover, .wpdt-c .btn-success:active:hover, .wpdt-c .open > .dropdown-toggle.btn-success:hover, .wpdt-c .btn-success:hover:focus, .wpdt-c .btn-success:focus:focus, .wpdt-c .btn-success.focus:focus, .wpdt-c .btn-success:active:focus, .wpdt-c .open > .dropdown-toggle.btn-success:focus, .wpdt-c .btn-success:hover.focus, .wpdt-c .btn-success:focus.focus, .wpdt-c .btn-success.focus.focus, .wpdt-c .btn-success:active.focus, .wpdt-c .open > .dropdown-toggle.btn-success.focus {
3836
+ color: #fff;
3837
+ background-color: #4CAF50;
3838
+ border-color: transparent;
3839
+ }
3840
+
3841
+ .wpdt-c .btn-success:active, .wpdt-c .btn-success.active, .wpdt-c .open > .dropdown-toggle.btn-success {
3842
+ background-image: none;
3843
+ }
3844
+
3845
+ .wpdt-c .btn-success.disabled, .wpdt-c .btn-success[disabled],
3846
+ .wpdt-c fieldset[disabled] .btn-success, .wpdt-c .btn-success.disabled:hover, .wpdt-c .btn-success[disabled]:hover,
3847
+ .wpdt-c fieldset[disabled] .btn-success:hover, .wpdt-c .btn-success.disabled:focus, .wpdt-c .btn-success[disabled]:focus,
3848
+ .wpdt-c fieldset[disabled] .btn-success:focus, .wpdt-c .btn-success.disabled.focus, .wpdt-c .btn-success[disabled].focus,
3849
+ .wpdt-c fieldset[disabled] .btn-success.focus, .wpdt-c .btn-success.disabled:active, .wpdt-c .btn-success[disabled]:active,
3850
+ .wpdt-c fieldset[disabled] .btn-success:active {
3851
+ background-color: #4CAF50;
3852
+ border-color: #449d48;
3853
+ }
3854
+
3855
+ .wpdt-c .btn-success .badge {
3856
+ color: #4CAF50;
3857
+ background-color: #fff;
3858
+ }
3859
+
3860
+ .wpdt-c .btn-info {
3861
+ color: #fff;
3862
+ background-color: #00BCD4;
3863
+ border-color: #00a5bb;
3864
+ }
3865
+
3866
+ .wpdt-c .btn-info:focus, .wpdt-c .btn-info.focus {
3867
+ color: #fff;
3868
+ background-color: #008fa1;
3869
+ border-color: #00343b;
3870
+ }
3871
+
3872
+ .wpdt-c .btn-info:hover {
3873
+ color: #fff;
3874
+ background-color: #008fa1;
3875
+ border-color: #006f7d;
3876
+ }
3877
+
3878
+ .wpdt-c .btn-info:active, .wpdt-c .btn-info.active, .wpdt-c .open > .dropdown-toggle.btn-info {
3879
+ color: #fff;
3880
+ background-color: #008fa1;
3881
+ border-color: #006f7d;
3882
+ }
3883
+
3884
+ .wpdt-c .btn-info:active:hover, .wpdt-c .btn-info.active:hover, .wpdt-c .open > .dropdown-toggle.btn-info:hover, .wpdt-c .btn-info:active:focus, .wpdt-c .btn-info.active:focus, .wpdt-c .open > .dropdown-toggle.btn-info:focus, .wpdt-c .btn-info:active.focus, .wpdt-c .btn-info.active.focus, .wpdt-c .open > .dropdown-toggle.btn-info.focus {
3885
+ color: #fff;
3886
+ background-color: #006f7d;
3887
+ border-color: #00343b;
3888
+ }
3889
+
3890
+ .wpdt-c .btn-info:active, .wpdt-c .btn-info.active, .wpdt-c .open > .dropdown-toggle.btn-info {
3891
+ background-image: none;
3892
+ }
3893
+
3894
+ .wpdt-c .btn-info.disabled:hover, .wpdt-c .btn-info[disabled]:hover,
3895
+ .wpdt-c fieldset[disabled] .btn-info:hover, .wpdt-c .btn-info.disabled:focus, .wpdt-c .btn-info[disabled]:focus,
3896
+ .wpdt-c fieldset[disabled] .btn-info:focus, .wpdt-c .btn-info.disabled.focus, .wpdt-c .btn-info[disabled].focus,
3897
+ .wpdt-c fieldset[disabled] .btn-info.focus {
3898
+ background-color: #00BCD4;
3899
+ border-color: #00a5bb;
3900
+ }
3901
+
3902
+ .wpdt-c .btn-info .badge {
3903
+ color: #00BCD4;
3904
+ background-color: #fff;
3905
+ }
3906
+
3907
+ .wpdt-c .btn-info:hover, .wpdt-c .btn-info:focus, .wpdt-c .btn-info.focus, .wpdt-c .btn-info:active, .wpdt-c .open > .dropdown-toggle.btn-info {
3908
+ color: #fff;
3909
+ background-color: #00BCD4;
3910
+ border-color: transparent;
3911
+ }
3912
+
3913
+ .wpdt-c .btn-info:hover:hover, .wpdt-c .btn-info:focus:hover, .wpdt-c .btn-info.focus:hover, .wpdt-c .btn-info:active:hover, .wpdt-c .open > .dropdown-toggle.btn-info:hover, .wpdt-c .btn-info:hover:focus, .wpdt-c .btn-info:focus:focus, .wpdt-c .btn-info.focus:focus, .wpdt-c .btn-info:active:focus, .wpdt-c .open > .dropdown-toggle.btn-info:focus, .wpdt-c .btn-info:hover.focus, .wpdt-c .btn-info:focus.focus, .wpdt-c .btn-info.focus.focus, .wpdt-c .btn-info:active.focus, .wpdt-c .open > .dropdown-toggle.btn-info.focus {
3914
+ color: #fff;
3915
+ background-color: #00BCD4;
3916
+ border-color: transparent;
3917
+ }
3918
+
3919
+ .wpdt-c .btn-info:active, .wpdt-c .btn-info.active, .wpdt-c .open > .dropdown-toggle.btn-info {
3920
+ background-image: none;
3921
+ }
3922
+
3923
+ .wpdt-c .btn-info.disabled, .wpdt-c .btn-info[disabled],
3924
+ .wpdt-c fieldset[disabled] .btn-info, .wpdt-c .btn-info.disabled:hover, .wpdt-c .btn-info[disabled]:hover,
3925
+ .wpdt-c fieldset[disabled] .btn-info:hover, .wpdt-c .btn-info.disabled:focus, .wpdt-c .btn-info[disabled]:focus,
3926
+ .wpdt-c fieldset[disabled] .btn-info:focus, .wpdt-c .btn-info.disabled.focus, .wpdt-c .btn-info[disabled].focus,
3927
+ .wpdt-c fieldset[disabled] .btn-info.focus, .wpdt-c .btn-info.disabled:active, .wpdt-c .btn-info[disabled]:active,
3928
+ .wpdt-c fieldset[disabled] .btn-info:active {
3929
+ background-color: #00BCD4;
3930
+ border-color: #00a5bb;
3931
+ }
3932
+
3933
+ .wpdt-c .btn-info .badge {
3934
+ color: #00BCD4;
3935
+ background-color: #fff;
3936
+ }
3937
+
3938
+ .wpdt-c .btn-warning {
3939
+ color: #fff;
3940
+ background-color: #FF9800;
3941
+ border-color: #e68900;
3942
+ }
3943
+
3944
+ .wpdt-c .btn-warning:focus, .wpdt-c .btn-warning.focus {
3945
+ color: #fff;
3946
+ background-color: #cc7a00;
3947
+ border-color: #663d00;
3948
+ }
3949
+
3950
+ .wpdt-c .btn-warning:hover {
3951
+ color: #fff;
3952
+ background-color: #cc7a00;
3953
+ border-color: #a86400;
3954
+ }
3955
+
3956
+ .wpdt-c .btn-warning:active, .wpdt-c .btn-warning.active, .wpdt-c .open > .dropdown-toggle.btn-warning {
3957
+ color: #fff;
3958
+ background-color: #cc7a00;
3959
+ border-color: #a86400;
3960
+ }
3961
+
3962
+ .wpdt-c .btn-warning:active:hover, .wpdt-c .btn-warning.active:hover, .wpdt-c .open > .dropdown-toggle.btn-warning:hover, .wpdt-c .btn-warning:active:focus, .wpdt-c .btn-warning.active:focus, .wpdt-c .open > .dropdown-toggle.btn-warning:focus, .wpdt-c .btn-warning:active.focus, .wpdt-c .btn-warning.active.focus, .wpdt-c .open > .dropdown-toggle.btn-warning.focus {
3963
+ color: #fff;
3964
+ background-color: #a86400;
3965
+ border-color: #663d00;
3966
+ }
3967
+
3968
+ .wpdt-c .btn-warning:active, .wpdt-c .btn-warning.active, .wpdt-c .open > .dropdown-toggle.btn-warning {
3969
+ background-image: none;
3970
+ }
3971
+
3972
+ .wpdt-c .btn-warning.disabled:hover, .wpdt-c .btn-warning[disabled]:hover,
3973
+ .wpdt-c fieldset[disabled] .btn-warning:hover, .wpdt-c .btn-warning.disabled:focus, .wpdt-c .btn-warning[disabled]:focus,
3974
+ .wpdt-c fieldset[disabled] .btn-warning:focus, .wpdt-c .btn-warning.disabled.focus, .wpdt-c .btn-warning[disabled].focus,
3975
+ .wpdt-c fieldset[disabled] .btn-warning.focus {
3976
+ background-color: #FF9800;
3977
+ border-color: #e68900;
3978
+ }
3979
+
3980
+ .wpdt-c .btn-warning .badge {
3981
+ color: #FF9800;
3982
+ background-color: #fff;
3983
+ }
3984
+
3985
+ .wpdt-c .btn-warning:hover, .wpdt-c .btn-warning:focus, .wpdt-c .btn-warning.focus, .wpdt-c .btn-warning:active, .wpdt-c .open > .dropdown-toggle.btn-warning {
3986
+ color: #fff;
3987
+ background-color: #FF9800;
3988
+ border-color: transparent;
3989
+ }
3990
+
3991
+ .wpdt-c .btn-warning:hover:hover, .wpdt-c .btn-warning:focus:hover, .wpdt-c .btn-warning.focus:hover, .wpdt-c .btn-warning:active:hover, .wpdt-c .open > .dropdown-toggle.btn-warning:hover, .wpdt-c .btn-warning:hover:focus, .wpdt-c .btn-warning:focus:focus, .wpdt-c .btn-warning.focus:focus, .wpdt-c .btn-warning:active:focus, .wpdt-c .open > .dropdown-toggle.btn-warning:focus, .wpdt-c .btn-warning:hover.focus, .wpdt-c .btn-warning:focus.focus, .wpdt-c .btn-warning.focus.focus, .wpdt-c .btn-warning:active.focus, .wpdt-c .open > .dropdown-toggle.btn-warning.focus {
3992
+ color: #fff;
3993
+ background-color: #FF9800;
3994
+ border-color: transparent;
3995
+ }
3996
+
3997
+ .wpdt-c .btn-warning:active, .wpdt-c .btn-warning.active, .wpdt-c .open > .dropdown-toggle.btn-warning {
3998
+ background-image: none;
3999
+ }
4000
+
4001
+ .wpdt-c .btn-warning.disabled, .wpdt-c .btn-warning[disabled],
4002
+ .wpdt-c fieldset[disabled] .btn-warning, .wpdt-c .btn-warning.disabled:hover, .wpdt-c .btn-warning[disabled]:hover,
4003
+ .wpdt-c fieldset[disabled] .btn-warning:hover, .wpdt-c .btn-warning.disabled:focus, .wpdt-c .btn-warning[disabled]:focus,
4004
+ .wpdt-c fieldset[disabled] .btn-warning:focus, .wpdt-c .btn-warning.disabled.focus, .wpdt-c .btn-warning[disabled].focus,
4005
+ .wpdt-c fieldset[disabled] .btn-warning.focus, .wpdt-c .btn-warning.disabled:active, .wpdt-c .btn-warning[disabled]:active,
4006
+ .wpdt-c fieldset[disabled] .btn-warning:active {
4007
+ background-color: #FF9800;
4008
+ border-color: #e68900;
4009
+ }
4010
+
4011
+ .wpdt-c .btn-warning .badge {
4012
+ color: #FF9800;
4013
+ background-color: #fff;
4014
+ }
4015
+
4016
+ .wpdt-c .btn-danger {
4017
+ color: #fff;
4018
+ background-color: #F44336;
4019
+ border-color: #f32c1e;
4020
+ }
4021
+
4022
+ .wpdt-c .btn-danger:focus, .wpdt-c .btn-danger.focus {
4023
+ color: #fff;
4024
+ background-color: #ea1c0d;
4025
+ border-color: #891008;
4026
+ }
4027
+
4028
+ .wpdt-c .btn-danger:hover {
4029
+ color: #fff;
4030
+ background-color: #ea1c0d;
4031
+ border-color: #c8180b;
4032
+ }
4033
+
4034
+ .wpdt-c .btn-danger:active, .wpdt-c .btn-danger.active, .wpdt-c .open > .dropdown-toggle.btn-danger {
4035
+ color: #fff;
4036
+ background-color: #ea1c0d;
4037
+ border-color: #c8180b;
4038
+ }
4039
+
4040
+ .wpdt-c .btn-danger:active:hover, .wpdt-c .btn-danger.active:hover, .wpdt-c .open > .dropdown-toggle.btn-danger:hover, .wpdt-c .btn-danger:active:focus, .wpdt-c .btn-danger.active:focus, .wpdt-c .open > .dropdown-toggle.btn-danger:focus, .wpdt-c .btn-danger:active.focus, .wpdt-c .btn-danger.active.focus, .wpdt-c .open > .dropdown-toggle.btn-danger.focus {
4041
+ color: #fff;
4042
+ background-color: #c8180b;
4043
+ border-color: #891008;
4044
+ }
4045
+
4046
+ .wpdt-c .btn-danger:active, .wpdt-c .btn-danger.active, .wpdt-c .open > .dropdown-toggle.btn-danger {
4047
+ background-image: none;
4048
+ }
4049
+
4050
+ .wpdt-c .btn-danger.disabled:hover, .wpdt-c .btn-danger[disabled]:hover,
4051
+ .wpdt-c fieldset[disabled] .btn-danger:hover, .wpdt-c .btn-danger.disabled:focus, .wpdt-c .btn-danger[disabled]:focus,
4052
+ .wpdt-c fieldset[disabled] .btn-danger:focus, .wpdt-c .btn-danger.disabled.focus, .wpdt-c .btn-danger[disabled].focus,
4053
+ .wpdt-c fieldset[disabled] .btn-danger.focus {
4054
+ background-color: #F44336;
4055
+ border-color: #f32c1e;
4056
+ }
4057
+
4058
+ .wpdt-c .btn-danger .badge {
4059
+ color: #F44336;
4060
+ background-color: #fff;
4061
+ }
4062
+
4063
+ .wpdt-c .btn-danger:hover, .wpdt-c .btn-danger:focus, .wpdt-c .btn-danger.focus, .wpdt-c .btn-danger:active, .wpdt-c .open > .dropdown-toggle.btn-danger {
4064
+ color: #fff;
4065
+ background-color: #F44336;
4066
+ border-color: transparent;
4067
+ }
4068
+
4069
+ .wpdt-c .btn-danger:hover:hover, .wpdt-c .btn-danger:focus:hover, .wpdt-c .btn-danger.focus:hover, .wpdt-c .btn-danger:active:hover, .wpdt-c .open > .dropdown-toggle.btn-danger:hover, .wpdt-c .btn-danger:hover:focus, .wpdt-c .btn-danger:focus:focus, .wpdt-c .btn-danger.focus:focus, .wpdt-c .btn-danger:active:focus, .wpdt-c .open > .dropdown-toggle.btn-danger:focus, .wpdt-c .btn-danger:hover.focus, .wpdt-c .btn-danger:focus.focus, .wpdt-c .btn-danger.focus.focus, .wpdt-c .btn-danger:active.focus, .wpdt-c .open > .dropdown-toggle.btn-danger.focus {
4070
+ color: #fff;
4071
+ background-color: #F44336;
4072
+ border-color: transparent;
4073
+ }
4074
+
4075
+ .wpdt-c .btn-danger:active, .wpdt-c .btn-danger.active, .wpdt-c .open > .dropdown-toggle.btn-danger {
4076
+ background-image: none;
4077
+ }
4078
+
4079
+ .wpdt-c .btn-danger.disabled, .wpdt-c .btn-danger[disabled],
4080
+ .wpdt-c fieldset[disabled] .btn-danger, .wpdt-c .btn-danger.disabled:hover, .wpdt-c .btn-danger[disabled]:hover,
4081
+ .wpdt-c fieldset[disabled] .btn-danger:hover, .wpdt-c .btn-danger.disabled:focus, .wpdt-c .btn-danger[disabled]:focus,
4082
+ .wpdt-c fieldset[disabled] .btn-danger:focus, .wpdt-c .btn-danger.disabled.focus, .wpdt-c .btn-danger[disabled].focus,
4083
+ .wpdt-c fieldset[disabled] .btn-danger.focus, .wpdt-c .btn-danger.disabled:active, .wpdt-c .btn-danger[disabled]:active,
4084
+ .wpdt-c fieldset[disabled] .btn-danger:active {
4085
+ background-color: #F44336;
4086
+ border-color: #f32c1e;
4087
+ }
4088
+
4089
+ .wpdt-c .btn-danger .badge {
4090
+ color: #F44336;
4091
+ background-color: #fff;
4092
+ }
4093
+
4094
+ .wpdt-c .btn-link {
4095
+ color: #2196F3;
4096
+ font-weight: normal;
4097
+ border-radius: 0;
4098
+ }
4099
+
4100
+ .wpdt-c .btn-link, .wpdt-c .btn-link:active, .wpdt-c .btn-link.active, .wpdt-c .btn-link[disabled],
4101
+ .wpdt-c fieldset[disabled] .btn-link {
4102
+ background-color: transparent;
4103
+ -webkit-box-shadow: none;
4104
+ box-shadow: none;
4105
+ }
4106
+
4107
+ .wpdt-c .btn-link, .wpdt-c .btn-link:hover, .wpdt-c .btn-link:focus, .wpdt-c .btn-link:active {
4108
+ border-color: transparent;
4109
+ }
4110
+
4111
+ .wpdt-c .btn-link:hover, .wpdt-c .btn-link:focus {
4112
+ color: #0a6ebd;
4113
+ text-decoration: none;
4114
+ background-color: transparent;
4115
+ }
4116
+
4117
+ .wpdt-c .btn-link[disabled]:hover,
4118
+ .wpdt-c fieldset[disabled] .btn-link:hover, .wpdt-c .btn-link[disabled]:focus,
4119
+ .wpdt-c fieldset[disabled] .btn-link:focus {
4120
+ color: #777777;
4121
+ text-decoration: none;
4122
+ }
4123
+
4124
+ .wpdt-c .btn-lg, .wpdt-c .btn-group-lg > .btn {
4125
+ padding: 10px 16px;
4126
+ font-size: 17px;
4127
+ line-height: 1.3333333;
4128
+ border-radius: 2px;
4129
+ }
4130
+
4131
+ .wpdt-c .btn-sm, .wpdt-c .btn-group-sm > .btn {
4132
+ padding: 5px 10px;
4133
+ font-size: 12px;
4134
+ line-height: 1.5;
4135
+ border-radius: 2px;
4136
+ }
4137
+
4138
+ .wpdt-c .btn-xs, .wpdt-c .btn-group-xs > .btn {
4139
+ padding: 1px 5px;
4140
+ font-size: 12px;
4141
+ line-height: 1.5;
4142
+ border-radius: 2px;
4143
+ }
4144
+
4145
+ .wpdt-c .btn-block {
4146
+ display: block;
4147
+ width: 100%;
4148
+ }
4149
+
4150
+ .wpdt-c .btn-block + .btn-block {
4151
+ margin-top: 5px;
4152
+ }
4153
+
4154
+ .wpdt-c input[type="submit"].btn-block,
4155
+ .wpdt-c input[type="reset"].btn-block,
4156
+ .wpdt-c input[type="button"].btn-block {
4157
+ width: 100%;
4158
+ }
4159
+
4160
+ .wpdt-c .fade {
4161
+ opacity: 0;
4162
+ -webkit-transition: opacity 0.15s linear;
4163
+ -o-transition: opacity 0.15s linear;
4164
+ transition: opacity 0.15s linear;
4165
+ }
4166
+
4167
+ .wpdt-c .fade.in {
4168
+ opacity: 1;
4169
+ }
4170
+
4171
+ .wpdt-c .collapse {
4172
+ display: none;
4173
+ }
4174
+
4175
+ .wpdt-c .collapse.in {
4176
+ display: block;
4177
+ }
4178
+
4179
+ .wpdt-c tr.collapse.in {
4180
+ display: table-row;
4181
+ }
4182
+
4183
+ .wpdt-c tbody.collapse.in {
4184
+ display: table-row-group;
4185
+ }
4186
+
4187
+ .wpdt-c .collapsing {
4188
+ position: relative;
4189
+ height: 0;
4190
+ overflow: hidden;
4191
+ -webkit-transition-property: height, visibility;
4192
+ transition-property: height, visibility;
4193
+ -webkit-transition-duration: 0.35s;
4194
+ transition-duration: 0.35s;
4195
+ -webkit-transition-timing-function: ease;
4196
+ transition-timing-function: ease;
4197
+ }
4198
+
4199
+ .wpdt-c .caret {
4200
+ display: inline-block;
4201
+ width: 0;
4202
+ height: 0;
4203
+ margin-left: 2px;
4204
+ vertical-align: middle;
4205
+ border-top: 4px dashed;
4206
+ border-top: 4px solid \9;
4207
+ border-right: 4px solid transparent;
4208
+ border-left: 4px solid transparent;
4209
+ }
4210
+
4211
+ .wpdt-c .dropup, .wpdt-c .dropdown {
4212
+ position: relative;
4213
+ }
4214
+
4215
+ .wpdt-c .dropdown-toggle:focus {
4216
+ outline: 0;
4217
+ }
4218
+
4219
+ .wpdt-c.dropdown-menu,
4220
+ .wpdt-c .dropdown-menu {
4221
+ position: absolute;
4222
+ top: 100%;
4223
+ left: 0;
4224
+ z-index: 9999;
4225
+ display: none;
4226
+ float: left;
4227
+ min-width: 160px;
4228
+ padding: 5px 0;
4229
+ margin: 2px 0 0;
4230
+ list-style: none;
4231
+ font-size: 13px;
4232
+ text-align: left;
4233
+ background-color: #fff;
4234
+ border: 1px solid transparent;
4235
+ border-radius: 2px;
4236
+ -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
4237
+ box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
4238
+ background-clip: padding-box;
4239
+ }
4240
+
4241
+ .wpdt-c .dropdown-menu.pull-right {
4242
+ right: 0;
4243
+ left: auto;
4244
+ }
4245
+
4246
+ .wpdt-c .dropdown-menu .divider {
4247
+ height: 1px;
4248
+ margin: 8px 0;
4249
+ overflow: hidden;
4250
+ background-color: rgba(0, 0, 0, 0.08);
4251
+ }
4252
+
4253
+ .wpdt-c .dropdown-menu > li > a {
4254
+ display: block;
4255
+ padding: 3px 20px;
4256
+ clear: both;
4257
+ font-weight: normal;
4258
+ line-height: 1.42857143;
4259
+ color: #333;
4260
+ white-space: nowrap;
4261
+ }
4262
+
4263
+ .wpdt-c .dropdown-menu > li > a:hover, .wpdt-c .dropdown-menu > li > a:focus {
4264
+ text-decoration: none;
4265
+ color: #333;
4266
+ background-color: rgba(0, 0, 0, 0.075);
4267
+ }
4268
+
4269
+ .wpdt-c .dropdown-menu > .active > a, .wpdt-c .dropdown-menu > .active > a:hover, .wpdt-c .dropdown-menu > .active > a:focus {
4270
+ color: #333;
4271
+ text-decoration: none;
4272
+ outline: 0;
4273
+ background-color: rgba(0, 0, 0, 0.075);
4274
+ }
4275
+
4276
+ .wpdt-c .dropdown-menu > .disabled > a, .wpdt-c .dropdown-menu > .disabled > a:hover, .wpdt-c .dropdown-menu > .disabled > a:focus {
4277
+ color: #e4e4e4;
4278
+ }
4279
+
4280
+ .wpdt-c .dropdown-menu > .disabled > a:hover, .wpdt-c .dropdown-menu > .disabled > a:focus {
4281
+ text-decoration: none;
4282
+ background-color: transparent;
4283
+ background-image: none;
4284
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
4285
+ cursor: not-allowed;
4286
+ }
4287
+
4288
+ .wpdt-c .open > .dropdown-menu {
4289
+ display: block;
4290
+ }
4291
+
4292
+ .wpdt-c .open > a {
4293
+ outline: 0;
4294
+ }
4295
+
4296
+ .wpdt-c .dropdown-menu-right {
4297
+ left: auto;
4298
+ right: 0;
4299
+ }
4300
+
4301
+ .wpdt-c .dropdown-menu-left {
4302
+ left: 0;
4303
+ right: auto;
4304
+ }
4305
+
4306
+ .wpdt-c .dropdown-header {
4307
+ display: block;
4308
+ padding: 3px 20px;
4309
+ font-size: 12px;
4310
+ line-height: 1.42857143;
4311
+ color: #777777;
4312
+ white-space: nowrap;
4313
+ }
4314
+
4315
+ .wpdt-c .dropdown-backdrop {
4316
+ position: fixed;
4317
+ left: 0;
4318
+ right: 0;
4319
+ bottom: 0;
4320
+ top: 0;
4321
+ z-index: -1;
4322
+ }
4323
+
4324
+ .wpdt-c .pull-right > .dropdown-menu {
4325
+ right: 0;
4326
+ left: auto;
4327
+ }
4328
+
4329
+ .wpdt-c .dropup .caret, .wpdt-c .navbar-fixed-bottom .dropdown .caret {
4330
+ border-top: 0;
4331
+ border-bottom: 4px dashed;
4332
+ border-bottom: 4px solid \9;
4333
+ content: "";
4334
+ }
4335
+
4336
+ .wpdt-c .dropup .dropdown-menu, .wpdt-c .navbar-fixed-bottom .dropdown .dropdown-menu {
4337
+ top: auto;
4338
+ bottom: 100%;
4339
+ margin-bottom: 2px;
4340
+ }
4341
+
4342
+ @media (min-width: 768px) {
4343
+ .wpdt-c .navbar-right .dropdown-menu {
4344
+ left: auto;
4345
+ right: 0;
4346
+ }
4347
+
4348
+ .wpdt-c .navbar-right .dropdown-menu-left {
4349
+ left: 0;
4350
+ right: auto;
4351
+ }
4352
+ }
4353
+
4354
+ .wpdt-c .btn-group, .wpdt-c .btn-group-vertical {
4355
+ position: relative;
4356
+ display: inline-block;
4357
+ vertical-align: middle;
4358
+ }
4359
+
4360
+ .wpdt-c .btn-group > .btn, .wpdt-c .btn-group-vertical > .btn {
4361
+ position: relative;
4362
+ float: left;
4363
+ }
4364
+
4365
+ .wpdt-c .btn-group > .btn:hover, .wpdt-c .btn-group-vertical > .btn:hover, .wpdt-c .btn-group > .btn:focus, .wpdt-c .btn-group-vertical > .btn:focus, .wpdt-c .btn-group > .btn:active, .wpdt-c .btn-group-vertical > .btn:active, .wpdt-c .btn-group > .btn.active, .wpdt-c .btn-group-vertical > .btn.active {
4366
+ z-index: 2;
4367
+ }
4368
+
4369
+ .wpdt-c .btn-group .btn + .btn, .wpdt-c .btn-group .btn + .btn-group, .wpdt-c .btn-group .btn-group + .btn, .wpdt-c .btn-group .btn-group + .btn-group {
4370
+ margin-left: -1px;
4371
+ }
4372
+
4373
+ .wpdt-c .btn-toolbar {
4374
+ margin-left: -5px;
4375
+ }
4376
+
4377
+ .wpdt-c .btn-toolbar .btn, .wpdt-c .btn-toolbar .btn-group, .wpdt-c .btn-toolbar .input-group {
4378
+ float: left;
4379
+ }
4380
+
4381
+ .wpdt-c .btn-toolbar > .btn, .wpdt-c .btn-toolbar > .btn-group, .wpdt-c .btn-toolbar > .input-group {
4382
+ margin-left: 5px;
4383
+ }
4384
+
4385
+ .wpdt-c .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
4386
+ border-radius: 0;
4387
+ }
4388
+
4389
+ .wpdt-c .btn-group > .btn:first-child {
4390
+ margin-left: 0;
4391
+ }
4392
+
4393
+ .wpdt-c .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
4394
+ border-bottom-right-radius: 0;
4395
+ border-top-right-radius: 0;
4396
+ }
4397
+
4398
+ .wpdt-c .btn-group > .btn:last-child:not(:first-child), .wpdt-c .btn-group > .dropdown-toggle:not(:first-child) {
4399
+ border-bottom-left-radius: 0;
4400
+ border-top-left-radius: 0;
4401
+ }
4402
+
4403
+ .wpdt-c .btn-group > .btn-group {
4404
+ float: left;
4405
+ }
4406
+
4407
+ .wpdt-c .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
4408
+ border-radius: 0;
4409
+ }
4410
+
4411
+ .wpdt-c .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .wpdt-c .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
4412
+ border-bottom-right-radius: 0;
4413
+ border-top-right-radius: 0;
4414
+ }
4415
+
4416
+ .wpdt-c .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
4417
+ border-bottom-left-radius: 0;
4418
+ border-top-left-radius: 0;
4419
+ }
4420
+
4421
+ .wpdt-c .btn-group .dropdown-toggle:active, .wpdt-c .btn-group.open .dropdown-toggle {
4422
+ outline: 0;
4423
+ }
4424
+
4425
+ .wpdt-c .btn-group > .btn + .dropdown-toggle {
4426
+ padding-left: 8px;
4427
+ padding-right: 8px;
4428
+ }
4429
+
4430
+ .wpdt-c .btn-group > .btn-lg + .dropdown-toggle {
4431
+ padding-left: 12px;
4432
+ padding-right: 12px;
4433
+ }
4434
+
4435
+ .wpdt-c .btn-group.open .dropdown-toggle {
4436
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
4437
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
4438
+ }
4439
+
4440
+ .wpdt-c .btn-group.open .dropdown-toggle.btn-link {
4441
+ -webkit-box-shadow: none;
4442
+ box-shadow: none;
4443
+ }
4444
+
4445
+ .wpdt-c .btn .caret {
4446
+ margin-left: 0;
4447
+ }
4448
+
4449
+ .wpdt-c .btn-lg .caret {
4450
+ border-width: 5px 5px 0;
4451
+ border-bottom-width: 0;
4452
+ }
4453
+
4454
+ .wpdt-c .dropup .btn-lg .caret {
4455
+ border-width: 0 5px 5px;
4456
+ }
4457
+
4458
+ .wpdt-c .btn-group-vertical > .btn, .wpdt-c .btn-group-vertical > .btn-group, .wpdt-c .btn-group-vertical > .btn-group > .btn {
4459
+ display: block;
4460
+ float: none;
4461
+ width: 100%;
4462
+ max-width: 100%;
4463
+ }
4464
+
4465
+ .wpdt-c .btn-group-vertical > .btn-group > .btn {
4466
+ float: none;
4467
+ }
4468
+
4469
+ .wpdt-c .btn-group-vertical > .btn + .btn, .wpdt-c .btn-group-vertical > .btn + .btn-group, .wpdt-c .btn-group-vertical > .btn-group + .btn, .wpdt-c .btn-group-vertical > .btn-group + .btn-group {
4470
+ margin-top: -1px;
4471
+ margin-left: 0;
4472
+ }
4473
+
4474
+ .wpdt-c .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
4475
+ border-radius: 0;
4476
+ }
4477
+
4478
+ .wpdt-c .btn-group-vertical > .btn:first-child:not(:last-child) {
4479
+ border-top-right-radius: 2px;
4480
+ border-top-left-radius: 2px;
4481
+ border-bottom-right-radius: 0;
4482
+ border-bottom-left-radius: 0;
4483
+ }
4484
+
4485
+ .wpdt-c .btn-group-vertical > .btn:last-child:not(:first-child) {
4486
+ border-top-right-radius: 0;
4487
+ border-top-left-radius: 0;
4488
+ border-bottom-right-radius: 2px;
4489
+ border-bottom-left-radius: 2px;
4490
+ }
4491
+
4492
+ .wpdt-c .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
4493
+ border-radius: 0;
4494
+ }
4495
+
4496
+ .wpdt-c .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .wpdt-c .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
4497
+ border-bottom-right-radius: 0;
4498
+ border-bottom-left-radius: 0;
4499
+ }
4500
+
4501
+ .wpdt-c .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
4502
+ border-top-right-radius: 0;
4503
+ border-top-left-radius: 0;
4504
+ }
4505
+
4506
+ .wpdt-c .btn-group-justified {
4507
+ display: table;
4508
+ width: 100%;
4509
+ table-layout: fixed;
4510
+ border-collapse: separate;
4511
+ }
4512
+
4513
+ .wpdt-c .btn-group-justified > .btn, .wpdt-c .btn-group-justified > .btn-group {
4514
+ float: none;
4515
+ display: table-cell;
4516
+ width: 1%;
4517
+ }
4518
+
4519
+ .wpdt-c .btn-group-justified > .btn-group .btn {
4520
+ width: 100%;
4521
+ }
4522
+
4523
+ .wpdt-c .btn-group-justified > .btn-group .dropdown-menu {
4524
+ left: auto;
4525
+ }
4526
+
4527
+ .wpdt-c [data-toggle="buttons"] > .btn input[type="radio"],
4528
+ .wpdt-c [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
4529
+ .wpdt-c [data-toggle="buttons"] > .btn input[type="checkbox"],
4530
+ .wpdt-c [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
4531
+ position: absolute;
4532
+ clip: rect(0, 0, 0, 0);
4533
+ pointer-events: none;
4534
+ }
4535
+
4536
+ .wpdt-c .input-group {
4537
+ position: relative;
4538
+ display: table;
4539
+ border-collapse: separate;
4540
+ }
4541
+
4542
+ .wpdt-c .input-group[class*="col-"] {
4543
+ float: none;
4544
+ padding-left: 0;
4545
+ padding-right: 0;
4546
+ }
4547
+
4548
+ .wpdt-c .input-group .form-control {
4549
+ position: relative;
4550
+ z-index: 2;
4551
+ float: left;
4552
+ width: 100%;
4553
+ margin-bottom: 0;
4554
+ }
4555
+
4556
+ .wpdt-c .input-group .form-control:focus {
4557
+ z-index: 3;
4558
+ }
4559
+
4560
+ .wpdt-c .input-group-lg > .form-control, .wpdt-c .input-group-lg > .input-group-addon, .wpdt-c .input-group-lg > .input-group-btn > .btn {
4561
+ height: 40px;
4562
+ padding: 10px 16px;
4563
+ font-size: 17px;
4564
+ line-height: 1.3333333;
4565
+ border-radius: 0;
4566
+ }
4567
+
4568
+ select.input-group-lg > .form-control,
4569
+ select.input-group-lg > .input-group-addon,
4570
+ select.input-group-lg > .input-group-btn > .btn {
4571
+ height: 40px;
4572
+ line-height: 40px;
4573
+ }
4574
+
4575
+ .wpdt-c textarea.input-group-lg > .form-control,
4576
+ .wpdt-c textarea.input-group-lg > .input-group-addon,
4577
+ .wpdt-c textarea.input-group-lg > .input-group-btn > .btn,
4578
+ .wpdt-c select[multiple].input-group-lg > .form-control,
4579
+ .wpdt-c select[multiple].input-group-lg > .input-group-addon,
4580
+ .wpdt-c select[multiple].input-group-lg > .input-group-btn > .btn {
4581
+ height: auto;
4582
+ }
4583
+
4584
+ .wpdt-c .input-group-sm > .form-control, .wpdt-c .input-group-sm > .input-group-addon, .wpdt-c .input-group-sm > .input-group-btn > .btn {
4585
+ height: 30px;
4586
+ padding: 5px 10px;
4587
+ font-size: 12px;
4588
+ line-height: 1.5;
4589
+ border-radius: 2px;
4590
+ }
4591
+
4592
+ .wpdt-c select.input-group-sm > .form-control,
4593
+ .wpdt-c select.input-group-sm > .input-group-addon,
4594
+ .wpdt-c select.input-group-sm > .input-group-btn > .btn {
4595
+ height: 30px;
4596
+ line-height: 30px;
4597
+ }
4598
+
4599
+ .wpdt-c textarea.input-group-sm > .form-control,
4600
+ .wpdt-c textarea.input-group-sm > .input-group-addon,
4601
+ .wpdt-c textarea.input-group-sm > .input-group-btn > .btn,
4602
+ .wpdt-c select[multiple].input-group-sm > .form-control,
4603
+ .wpdt-c select[multiple].input-group-sm > .input-group-addon,
4604
+ .wpdt-c select[multiple].input-group-sm > .input-group-btn > .btn {
4605
+ height: auto;
4606
+ }
4607
+
4608
+ .wpdt-c .input-group-addon, .wpdt-c .input-group-btn, .wpdt-c .input-group .form-control {
4609
+ display: table-cell;
4610
+ }
4611
+
4612
+ .wpdt-c .input-group-addon:not(:first-child):not(:last-child), .wpdt-c .input-group-btn:not(:first-child):not(:last-child), .wpdt-c .input-group .form-control:not(:first-child):not(:last-child) {
4613
+ border-radius: 0;
4614
+ }
4615
+
4616
+ .wpdt-c .input-group-addon, .wpdt-c .input-group-btn {
4617
+ width: 1%;
4618
+ white-space: nowrap;
4619
+ vertical-align: middle;
4620
+ }
4621
+
4622
+ .wpdt-c .input-group-addon {
4623
+ padding: 6px 12px;
4624
+ font-size: 13px;
4625
+ font-weight: normal;
4626
+ line-height: 1;
4627
+ color: #000000;
4628
+ text-align: center;
4629
+ background-color: transparent;
4630
+ border: 1px solid transparent;
4631
+ border-radius: 0;
4632
+ }
4633
+
4634
+ .wpdt-c .input-group-addon.input-sm {
4635
+ padding: 5px 10px;
4636
+ font-size: 12px;
4637
+ border-radius: 2px;
4638
+ }
4639
+
4640
+ .wpdt-c .input-group-addon.input-lg {
4641
+ padding: 10px 16px;
4642
+ font-size: 17px;
4643
+ border-radius: 0;
4644
+ }
4645
+
4646
+ .wpdt-c .input-group-addon input[type="radio"], .wpdt-c .input-group-addon input[type="checkbox"] {
4647
+ margin-top: 0;
4648
+ }
4649
+
4650
+ .wpdt-c .input-group .form-control:first-child, .wpdt-c .input-group-addon:first-child, .wpdt-c .input-group-btn:first-child > .btn, .wpdt-c .input-group-btn:first-child > .btn-group > .btn, .wpdt-c .input-group-btn:first-child > .dropdown-toggle, .wpdt-c .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .wpdt-c .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
4651
+ border-bottom-right-radius: 0;
4652
+ border-top-right-radius: 0;
4653
+ }
4654
+
4655
+ .wpdt-c .input-group-addon:first-child {
4656
+ border-right: 0;
4657
+ }
4658
+
4659
+ .wpdt-c .input-group .form-control:last-child, .wpdt-c .input-group-addon:last-child, .wpdt-c .input-group-btn:last-child > .btn, .wpdt-c .input-group-btn:last-child > .btn-group > .btn, .wpdt-c .input-group-btn:last-child > .dropdown-toggle, .wpdt-c .input-group-btn:first-child > .btn:not(:first-child), .wpdt-c .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
4660
+ border-bottom-left-radius: 0;
4661
+ border-top-left-radius: 0;
4662
+ }
4663
+
4664
+ .wpdt-c .input-group-addon:last-child {
4665
+ border-left: 0;
4666
+ }
4667
+
4668
+ .wpdt-c .input-group-btn {
4669
+ position: relative;
4670
+ font-size: 0;
4671
+ white-space: nowrap;
4672
+ }
4673
+
4674
+ .wpdt-c .input-group-btn > .btn {
4675
+ position: relative;
4676
+ }
4677
+
4678
+ .wpdt-c .input-group-btn > .btn + .btn {
4679
+ margin-left: -1px;
4680
+ }
4681
+
4682
+ .wpdt-c .input-group-btn > .btn:hover, .wpdt-c .input-group-btn > .btn:focus, .wpdt-c .input-group-btn > .btn:active {
4683
+ z-index: 2;
4684
+ }
4685
+
4686
+ .wpdt-c .input-group-btn:first-child > .btn, .wpdt-c .input-group-btn:first-child > .btn-group {
4687
+ margin-right: -1px;
4688
+ }
4689
+
4690
+ .wpdt-c .input-group-btn:last-child > .btn, .wpdt-c .input-group-btn:last-child > .btn-group {
4691
+ z-index: 2;
4692
+ margin-left: -1px;
4693
+ }
4694
+
4695
+ .wpdt-c .nav {
4696
+ margin-bottom: 0;
4697
+ padding-left: 0;
4698
+ list-style: none;
4699
+ }
4700
+
4701
+ .wpdt-c .nav > li {
4702
+ position: relative;
4703
+ display: block;
4704
+ }
4705
+
4706
+ .wpdt-c .nav > li > a {
4707
+ position: relative;
4708
+ display: block;
4709
+ padding: 10px 15px;
4710
+ }
4711
+
4712
+ .wpdt-c .nav > li > a:hover, .wpdt-c .nav > li > a:focus {
4713
+ text-decoration: none;
4714
+ background-color: #eeeeee;
4715
+ }
4716
+
4717
+ .wpdt-c .nav > li.disabled > a {
4718
+ color: #777777;
4719
+ }
4720
+
4721
+ .wpdt-c .nav > li.disabled > a:hover, .wpdt-c .nav > li.disabled > a:focus {
4722
+ color: #777777;
4723
+ text-decoration: none;
4724
+ background-color: transparent;
4725
+ cursor: not-allowed;
4726
+ }
4727
+
4728
+ .wpdt-c .nav .open > a, .wpdt-c .nav .open > a:hover, .wpdt-c .nav .open > a:focus {
4729
+ background-color: #eeeeee;
4730
+ border-color: #2196F3;
4731
+ }
4732
+
4733
+ .wpdt-c .nav .nav-divider {
4734
+ height: 1px;
4735
+ margin: 8px 0;
4736
+ overflow: hidden;
4737
+ background-color: #e5e5e5;
4738
+ }
4739
+
4740
+ .wpdt-c .nav > li > a > img {
4741
+ max-width: none;
4742
+ }
4743
+
4744
+ .wpdt-c .nav-tabs {
4745
+ border-bottom: 1px solid #fff;
4746
+ }
4747
+
4748
+ .wpdt-c .nav-tabs > li {
4749
+ float: left;
4750
+ margin-bottom: -1px;
4751
+ }
4752
+
4753
+ .wpdt-c .nav-tabs > li > a {
4754
+ margin-right: 2px;
4755
+ line-height: 1.42857143;
4756
+ border: 1px solid transparent;
4757
+ border-radius: 2px 2px 0 0;
4758
+ }
4759
+
4760
+ .wpdt-c .nav-tabs > li > a:hover {
4761
+ border-color: #eeeeee #eeeeee #fff;
4762
+ }
4763
+
4764
+ .wpdt-c .nav-tabs > li.active > a, .wpdt-c .nav-tabs > li.active > a:hover, .wpdt-c .nav-tabs > li.active > a:focus {
4765
+ color: #555555;
4766
+ background-color: transparent;
4767
+ border: 1px solid #fff;
4768
+ border-bottom-color: transparent;
4769
+ cursor: default;
4770
+ }
4771
+
4772
+ .wpdt-c .nav-tabs.nav-justified {
4773
+ width: 100%;
4774
+ border-bottom: 0;
4775
+ }
4776
+
4777
+ .wpdt-c .nav-tabs.nav-justified > li {
4778
+ float: none;
4779
+ }
4780
+
4781
+ .wpdt-c .nav-tabs.nav-justified > li > a {
4782
+ text-align: center;
4783
+ margin-bottom: 5px;
4784
+ }
4785
+
4786
+ .wpdt-c .nav-tabs.nav-justified > .dropdown .dropdown-menu {
4787
+ top: auto;
4788
+ left: auto;
4789
+ }
4790
+
4791
+ @media (min-width: 768px) {
4792
+ .wpdt-c .nav-tabs.nav-justified > li {
4793
+ display: table-cell;
4794
+ width: 1%;
4795
+ }
4796
+
4797
+ .wpdt-c .nav-tabs.nav-justified > li > a {
4798
+ margin-bottom: 0;
4799
+ }
4800
+ }
4801
+
4802
+ .wpdt-c .nav-tabs.nav-justified > li > a {
4803
+ margin-right: 0;
4804
+ border-radius: 2px;
4805
+ }
4806
+
4807
+ .wpdt-c .nav-tabs.nav-justified > .active > a, .wpdt-c .nav-tabs.nav-justified > .active > a:hover, .wpdt-c .nav-tabs.nav-justified > .active > a:focus {
4808
+ border: 1px solid #ddd;
4809
+ }
4810
+
4811
+ @media (min-width: 768px) {
4812
+ .wpdt-c .nav-tabs.nav-justified > li > a {
4813
+ border-bottom: 1px solid #ddd;
4814
+ border-radius: 2px 2px 0 0;
4815
+ }
4816
+
4817
+ .wpdt-c .nav-tabs.nav-justified > .active > a,
4818
+ .wpdt-c .nav-tabs.nav-justified > .active > a:hover,
4819
+ .wpdt-c .nav-tabs.nav-justified > .active > a:focus {
4820
+ border-bottom-color: #edecec;
4821
+ }
4822
+ }
4823
+
4824
+ .wpdt-c .nav-pills > li {
4825
+ float: left;
4826
+ }
4827
+
4828
+ .wpdt-c .nav-pills > li > a {
4829
+ border-radius: 2px;
4830
+ }
4831
+
4832
+ .wpdt-c .nav-pills > li + li {
4833
+ margin-left: 2px;
4834
+ }
4835
+
4836
+ .wpdt-c .nav-pills > li.active > a, .wpdt-c .nav-pills > li.active > a:hover, .wpdt-c .nav-pills > li.active > a:focus {
4837
+ color: #fff;
4838
+ background-color: #2196F3;
4839
+ }
4840
+
4841
+ .wpdt-c .nav-stacked > li {
4842
+ float: none;
4843
+ }
4844
+
4845
+ .wpdt-c .nav-stacked > li + li {
4846
+ margin-top: 2px;
4847
+ margin-left: 0;
4848
+ }
4849
+
4850
+ .wpdt-c .nav-justified {
4851
+ width: 100%;
4852
+ }
4853
+
4854
+ .wpdt-c .nav-justified > li {
4855
+ float: none;
4856
+ }
4857
+
4858
+ .wpdt-c .nav-justified > li > a {
4859
+ text-align: center;
4860
+ margin-bottom: 5px;
4861
+ }
4862
+
4863
+ .wpdt-c .nav-justified > .dropdown .dropdown-menu {
4864
+ top: auto;
4865
+ left: auto;
4866
+ }
4867
+
4868
+ @media (min-width: 768px) {
4869
+ .wpdt-c .nav-justified > li {
4870
+ display: table-cell;
4871
+ width: 1%;
4872
+ }
4873
+
4874
+ .wpdt-c .nav-justified > li > a {
4875
+ margin-bottom: 0;
4876
+ }
4877
+ }
4878
+
4879
+ .wpdt-c .nav-tabs-justified {
4880
+ border-bottom: 0;
4881
+ }
4882
+
4883
+ .wpdt-c .nav-tabs-justified > li > a {
4884
+ margin-right: 0;
4885
+ border-radius: 2px;
4886
+ }
4887
+
4888
+ .wpdt-c .nav-tabs-justified > .active > a, .wpdt-c .nav-tabs-justified > .active > a:hover, .wpdt-c .nav-tabs-justified > .active > a:focus {
4889
+ border: 1px solid #ddd;
4890
+ }
4891
+
4892
+ @media (min-width: 768px) {
4893
+ .wpdt-c .nav-tabs-justified > li > a {
4894
+ border-bottom: 1px solid #ddd;
4895
+ border-radius: 2px 2px 0 0;
4896
+ }
4897
+
4898
+ .wpdt-c .nav-tabs-justified > .active > a,
4899
+ .wpdt-c .nav-tabs-justified > .active > a:hover,
4900
+ .wpdt-c .nav-tabs-justified > .active > a:focus {
4901
+ border-bottom-color: #edecec;
4902
+ }
4903
+ }
4904
+
4905
+ .wpdt-c .tab-content > .tab-pane {
4906
+ display: none;
4907
+ }
4908
+
4909
+ .wpdt-c .tab-content > .active {
4910
+ display: block;
4911
+ }
4912
+
4913
+ .wpdt-c .nav-tabs .dropdown-menu {
4914
+ margin-top: -1px;
4915
+ border-top-right-radius: 0;
4916
+ border-top-left-radius: 0;
4917
+ }
4918
+
4919
+ .wpdt-c .navbar {
4920
+ position: relative;
4921
+ min-height: 50px;
4922
+ margin-bottom: 18px;
4923
+ border: 1px solid transparent;
4924
+ }
4925
+
4926
+ @media (min-width: 768px) {
4927
+ .wpdt-c .navbar {
4928
+ border-radius: 2px;
4929
+ }
4930
+ }
4931
+
4932
+ @media (min-width: 768px) {
4933
+ .wpdt-c .navbar-header {
4934
+ float: left;
4935
+ }
4936
+ }
4937
+
4938
+ .wpdt-c .navbar-collapse {
4939
+ overflow-x: visible;
4940
+ padding-right: 15px;
4941
+ padding-left: 15px;
4942
+ border-top: 1px solid transparent;
4943
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
4944
+ -webkit-overflow-scrolling: touch;
4945
+ }
4946
+
4947
+ .wpdt-c .navbar-collapse.in {
4948
+ overflow-y: auto;
4949
+ }
4950
+
4951
+ @media (min-width: 768px) {
4952
+ .wpdt-c .navbar-collapse {
4953
+ width: auto;
4954
+ border-top: 0;
4955
+ box-shadow: none;
4956
+ }
4957
+
4958
+ .wpdt-c .navbar-collapse.collapse {
4959
+ display: block !important;
4960
+ height: auto !important;
4961
+ padding-bottom: 0;
4962
+ overflow: visible !important;
4963
+ }
4964
+
4965
+ .wpdt-c .navbar-collapse.in {
4966
+ overflow-y: visible;
4967
+ }
4968
+
4969
+ .wpdt-c .navbar-fixed-top .navbar-collapse,
4970
+ .wpdt-c .navbar-static-top .navbar-collapse,
4971
+ .wpdt-c .navbar-fixed-bottom .navbar-collapse {
4972
+ padding-left: 0;
4973
+ padding-right: 0;
4974
+ }
4975
+ }
4976
+
4977
+ .wpdt-c .navbar-fixed-top .navbar-collapse, .wpdt-c .navbar-fixed-bottom .navbar-collapse {
4978
+ max-height: 340px;
4979
+ }
4980
+
4981
+ @media (max-device-width: 480px) and (orientation: landscape) {
4982
+ .wpdt-c .navbar-fixed-top .navbar-collapse,
4983
+ .wpdt-c .navbar-fixed-bottom .navbar-collapse {
4984
+ max-height: 200px;
4985
+ }
4986
+ }
4987
+
4988
+ .wpdt-c .container > .navbar-header, .wpdt-c .container-fluid > .navbar-header, .wpdt-c .container > .navbar-collapse, .wpdt-c .container-fluid > .navbar-collapse {
4989
+ margin-right: -15px;
4990
+ margin-left: -15px;
4991
+ }
4992
+
4993
+ @media (min-width: 768px) {
4994
+ .wpdt-c .container > .navbar-header,
4995
+ .wpdt-c .container-fluid > .navbar-header,
4996
+ .wpdt-c .container > .navbar-collapse,
4997
+ .wpdt-c .container-fluid > .navbar-collapse {
4998
+ margin-right: 0;
4999
+ margin-left: 0;
5000
+ }
5001
+ }
5002
+
5003
+ .wpdt-c .navbar-static-top {
5004
+ z-index: 1000;
5005
+ border-width: 0 0 1px;
5006
+ }
5007
+
5008
+ @media (min-width: 768px) {
5009
+ .wpdt-c .navbar-static-top {
5010
+ border-radius: 0;
5011
+ }
5012
+ }
5013
+
5014
+ .wpdt-c .navbar-fixed-top, .wpdt-c .navbar-fixed-bottom {
5015
+ position: fixed;
5016
+ right: 0;
5017
+ left: 0;
5018
+ z-index: 1030;
5019
+ }
5020
+
5021
+ @media (min-width: 768px) {
5022
+ .wpdt-c .navbar-fixed-top,
5023
+ .wpdt-c .navbar-fixed-bottom {
5024
+ border-radius: 0;
5025
+ }
5026
+ }
5027
+
5028
+ .wpdt-c .navbar-fixed-top {
5029
+ top: 0;
5030
+ border-width: 0 0 1px;
5031
+ }
5032
+
5033
+ .wpdt-c .navbar-fixed-bottom {
5034
+ bottom: 0;
5035
+ margin-bottom: 0;
5036
+ border-width: 1px 0 0;
5037
+ }
5038
+
5039
+ .wpdt-c .navbar-brand {
5040
+ float: left;
5041
+ padding: 16px 15px;
5042
+ font-size: 17px;
5043
+ line-height: 18px;
5044
+ height: 50px;
5045
+ }
5046
+
5047
+ .wpdt-c .navbar-brand:hover, .wpdt-c .navbar-brand:focus {
5048
+ text-decoration: none;
5049
+ }
5050
+
5051
+ .wpdt-c .navbar-brand > img {
5052
+ display: block;
5053
+ }
5054
+
5055
+ @media (min-width: 768px) {
5056
+ .wpdt-c .navbar > .container .navbar-brand,
5057
+ .wpdt-c .navbar > .container-fluid .navbar-brand {
5058
+ margin-left: -15px;
5059
+ }
5060
+ }
5061
+
5062
+ .wpdt-c .navbar-toggle {
5063
+ position: relative;
5064
+ float: right;
5065
+ margin-right: 15px;
5066
+ padding: 9px 10px;
5067
+ margin-top: 8px;
5068
+ margin-bottom: 8px;
5069
+ background-color: transparent;
5070
+ background-image: none;
5071
+ border: 1px solid transparent;
5072
+ border-radius: 2px;
5073
+ }
5074
+
5075
+ .wpdt-c .navbar-toggle:focus {
5076
+ outline: 0;
5077
+ }
5078
+
5079
+ .wpdt-c .navbar-toggle .icon-bar {
5080
+ display: block;
5081
+ width: 22px;
5082
+ height: 2px;
5083
+ border-radius: 1px;
5084
+ }
5085
+
5086
+ .wpdt-c .navbar-toggle .icon-bar + .icon-bar {
5087
+ margin-top: 4px;
5088
+ }
5089
+
5090
+ @media (min-width: 768px) {
5091
+ .wpdt-c .navbar-toggle {
5092
+ display: none;
5093
+ }
5094
+ }
5095
+
5096
+ .wpdt-c .navbar-nav {
5097
+ margin: 8px -15px;
5098
+ }
5099
+
5100
+ .wpdt-c .navbar-nav > li > a {
5101
+ padding-top: 10px;
5102
+ padding-bottom: 10px;
5103
+ line-height: 18px;
5104
+ }
5105
+
5106
+ @media (max-width: 767px) {
5107
+ .wpdt-c .navbar-nav .open .dropdown-menu {
5108
+ position: static;
5109
+ float: none;
5110
+ width: auto;
5111
+ margin-top: 0;
5112
+ background-color: transparent;
5113
+ border: 0;
5114
+ box-shadow: none;
5115
+ }
5116
+
5117
+ .wpdt-c .navbar-nav .open .dropdown-menu > li > a,
5118
+ .wpdt-c .navbar-nav .open .dropdown-menu .dropdown-header {
5119
+ padding: 5px 15px 5px 25px;
5120
+ }
5121
+
5122
+ .wpdt-c .navbar-nav .open .dropdown-menu > li > a {
5123
+ line-height: 18px;
5124
+ }
5125
+
5126
+ .wpdt-c .navbar-nav .open .dropdown-menu > li > a:hover,
5127
+ .wpdt-c .navbar-nav .open .dropdown-menu > li > a:focus {
5128
+ background-image: none;
5129
+ }
5130
+ }
5131
+
5132
+ @media (min-width: 768px) {
5133
+ .wpdt-c .navbar-nav {
5134
+ float: left;
5135
+ margin: 0;
5136
+ }
5137
+
5138
+ .wpdt-c .navbar-nav > li {
5139
+ float: left;
5140
+ }
5141
+
5142
+ .wpdt-c .navbar-nav > li > a {
5143
+ padding-top: 16px;
5144
+ padding-bottom: 16px;
5145
+ }
5146
+ }
5147
+
5148
+ .wpdt-c .navbar-form {
5149
+ margin-left: -15px;
5150
+ margin-right: -15px;
5151
+ padding: 10px 15px;
5152
+ border-top: 1px solid transparent;
5153
+ border-bottom: 1px solid transparent;
5154
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
5155
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
5156
+ margin-top: 7.5px;
5157
+ margin-bottom: 7.5px;
5158
+ }
5159
+
5160
+ @media (min-width: 768px) {
5161
+ .wpdt-c .navbar-form .form-group {
5162
+ display: inline-block;
5163
+ margin-bottom: 0;
5164
+ vertical-align: middle;
5165
+ }
5166
+
5167
+ .wpdt-c .navbar-form .form-control {
5168
+ display: inline-block;
5169
+ width: auto;
5170
+ vertical-align: middle;
5171
+ }
5172
+
5173
+ .wpdt-c .navbar-form .form-control-static {
5174
+ display: inline-block;
5175
+ }
5176
+
5177
+ .wpdt-c .navbar-form .input-group {
5178
+ display: inline-table;
5179
+ vertical-align: middle;
5180
+ }
5181
+
5182
+ .wpdt-c .navbar-form .input-group .input-group-addon,
5183
+ .wpdt-c .navbar-form .input-group .input-group-btn,
5184
+ .wpdt-c .navbar-form .input-group .form-control {
5185
+ width: auto;
5186
+ }
5187
+
5188
+ .wpdt-c .navbar-form .input-group > .form-control {
5189
+ width: 100%;
5190
+ }
5191
+
5192
+ .wpdt-c .navbar-form .control-label {
5193
+ margin-bottom: 0;
5194
+ vertical-align: middle;
5195
+ }
5196
+
5197
+ .wpdt-c .navbar-form .radio,
5198
+ .wpdt-c .navbar-form .checkbox {
5199
+ display: inline-block;
5200
+ margin-top: 0;
5201
+ margin-bottom: 0;
5202
+ vertical-align: middle;
5203
+ }
5204
+
5205
+ .wpdt-c .navbar-form .radio label,
5206
+ .wpdt-c .navbar-form .checkbox label {
5207
+ padding-left: 0;
5208
+ }
5209
+
5210
+ .wpdt-c .navbar-form .radio input[type="radio"],
5211
+ .wpdt-c .navbar-form .checkbox input[type="checkbox"] {
5212
+ position: relative;
5213
+ margin-left: 0;
5214
+ }
5215
+
5216
+ .wpdt-c .navbar-form .has-feedback .form-control-feedback {
5217
+ top: 0;
5218
+ }
5219
+ }
5220
+
5221
+ @media (max-width: 767px) {
5222
+ .wpdt-c .navbar-form .form-group {
5223
+ margin-bottom: 5px;
5224
+ }
5225
+
5226
+ .wpdt-c .navbar-form .form-group:last-child {
5227
+ margin-bottom: 0;
5228
+ }
5229
+ }
5230
+
5231
+ @media (min-width: 768px) {
5232
+ .wpdt-c .navbar-form {
5233
+ width: auto;
5234
+ border: 0;
5235
+ margin-left: 0;
5236
+ margin-right: 0;
5237
+ padding-top: 0;
5238
+ padding-bottom: 0;
5239
+ -webkit-box-shadow: none;
5240
+ box-shadow: none;
5241
+ }
5242
+ }
5243
+
5244
+ .wpdt-c .navbar-nav > li > .dropdown-menu {
5245
+ margin-top: 0;
5246
+ border-top-right-radius: 0;
5247
+ border-top-left-radius: 0;
5248
+ }
5249
+
5250
+ .wpdt-c .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
5251
+ margin-bottom: 0;
5252
+ border-top-right-radius: 2px;
5253
+ border-top-left-radius: 2px;
5254
+ border-bottom-right-radius: 0;
5255
+ border-bottom-left-radius: 0;
5256
+ }
5257
+
5258
+ .wpdt-c .navbar-btn {
5259
+ margin-top: 7.5px;
5260
+ margin-bottom: 7.5px;
5261
+ }
5262
+
5263
+ .wpdt-c .navbar-btn.btn-sm {
5264
+ margin-top: 10px;
5265
+ margin-bottom: 10px;
5266
+ }
5267
+
5268
+ .wpdt-c .navbar-btn.btn-xs {
5269
+ margin-top: 14px;
5270
+ margin-bottom: 14px;
5271
+ }
5272
+
5273
+ .wpdt-c .navbar-text {
5274
+ margin-top: 16px;
5275
+ margin-bottom: 16px;
5276
+ }
5277
+
5278
+ @media (min-width: 768px) {
5279
+ .wpdt-c .navbar-text {
5280
+ float: left;
5281
+ margin-left: 15px;
5282
+ margin-right: 15px;
5283
+ }
5284
+ }
5285
+
5286
+ @media (min-width: 768px) {
5287
+ .wpdt-c .navbar-left {
5288
+ float: left !important;
5289
+ }
5290
+
5291
+ .wpdt-c .navbar-right {
5292
+ float: right !important;
5293
+ margin-right: -15px;
5294
+ }
5295
+
5296
+ .wpdt-c .navbar-right ~ .navbar-right {
5297
+ margin-right: 0;
5298
+ }
5299
+ }
5300
+
5301
+ .wpdt-c .navbar-default {
5302
+ background-color: #f8f8f8;
5303
+ border-color: #e7e7e7;
5304
+ }
5305
+
5306
+ .wpdt-c .navbar-default .navbar-brand {
5307
+ color: #777;
5308
+ }
5309
+
5310
+ .wpdt-c .navbar-default .navbar-brand:hover, .wpdt-c .navbar-default .navbar-brand:focus {
5311
+ color: #5e5e5e;
5312
+ background-color: transparent;
5313
+ }
5314
+
5315
+ .wpdt-c .navbar-default .navbar-text {
5316
+ color: #777;
5317
+ }
5318
+
5319
+ .wpdt-c .navbar-default .navbar-nav > li > a {
5320
+ color: #777;
5321
+ }
5322
+
5323
+ .wpdt-c .navbar-default .navbar-nav > li > a:hover, .wpdt-c .navbar-default .navbar-nav > li > a:focus {
5324
+ color: #333;
5325
+ background-color: transparent;
5326
+ }
5327
+
5328
+ .wpdt-c .navbar-default .navbar-nav > .active > a, .wpdt-c .navbar-default .navbar-nav > .active > a:hover, .wpdt-c .navbar-default .navbar-nav > .active > a:focus {
5329
+ color: #555;
5330
+ background-color: #e7e7e7;
5331
+ }
5332
+
5333
+ .wpdt-c .navbar-default .navbar-nav > .disabled > a, .wpdt-c .navbar-default .navbar-nav > .disabled > a:hover, .wpdt-c .navbar-default .navbar-nav > .disabled > a:focus {
5334
+ color: #ccc;
5335
+ background-color: transparent;
5336
+ }
5337
+
5338
+ .wpdt-c .navbar-default .navbar-toggle {
5339
+ border-color: #ddd;
5340
+ }
5341
+
5342
+ .wpdt-c .navbar-default .navbar-toggle:hover, .wpdt-c .navbar-default .navbar-toggle:focus {
5343
+ background-color: #ddd;
5344
+ }
5345
+
5346
+ .wpdt-c .navbar-default .navbar-toggle .icon-bar {
5347
+ background-color: #888;
5348
+ }
5349
+
5350
+ .wpdt-c .navbar-default .navbar-collapse, .wpdt-c .navbar-default .navbar-form {
5351
+ border-color: #e7e7e7;
5352
+ }
5353
+
5354
+ .wpdt-c .navbar-default .navbar-nav > .open > a, .wpdt-c .navbar-default .navbar-nav > .open > a:hover, .wpdt-c .navbar-default .navbar-nav > .open > a:focus {
5355
+ background-color: #e7e7e7;
5356
+ color: #555;
5357
+ }
5358
+
5359
+ @media (max-width: 767px) {
5360
+ .wpdt-c .navbar-default .navbar-nav .open .dropdown-menu > li > a {
5361
+ color: #777;
5362
+ }
5363
+
5364
+ .wpdt-c .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
5365
+ .wpdt-c .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
5366
+ color: #333;
5367
+ background-color: transparent;
5368
+ }
5369
+
5370
+ .wpdt-c .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
5371
+ .wpdt-c .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
5372
+ .wpdt-c .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
5373
+ color: #555;
5374
+ background-color: #e7e7e7;
5375
+ }
5376
+
5377
+ .wpdt-c .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
5378
+ .wpdt-c .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
5379
+ .wpdt-c .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
5380
+ color: #ccc;
5381
+ background-color: transparent;
5382
+ }
5383
+ }
5384
+
5385
+ .wpdt-c .navbar-default .navbar-link {
5386
+ color: #777;
5387
+ }
5388
+
5389
+ .wpdt-c .navbar-default .navbar-link:hover {
5390
+ color: #333;
5391
+ }
5392
+
5393
+ .wpdt-c .navbar-default .btn-link {
5394
+ color: #777;
5395
+ }
5396
+
5397
+ .wpdt-c .navbar-default .btn-link:hover, .wpdt-c .navbar-default .btn-link:focus {
5398
+ color: #333;
5399
+ }
5400
+
5401
+ .wpdt-c .navbar-default .btn-link[disabled]:hover,
5402
+ .wpdt-c fieldset[disabled] .navbar-default .btn-link:hover, .wpdt-c .navbar-default .btn-link[disabled]:focus,
5403
+ .wpdt-c fieldset[disabled] .navbar-default .btn-link:focus {
5404
+ color: #ccc;
5405
+ }
5406
+
5407
+ .wpdt-c .navbar-inverse {
5408
+ background-color: #222;
5409
+ border-color: #080808;
5410
+ }
5411
+
5412
+ .wpdt-c .navbar-inverse .navbar-brand {
5413
+ color: #9d9d9d;
5414
+ }
5415
+
5416
+ .wpdt-c .navbar-inverse .navbar-brand:hover, .wpdt-c .navbar-inverse .navbar-brand:focus {
5417
+ color: #fff;
5418
+ background-color: transparent;
5419
+ }
5420
+
5421
+ .wpdt-c .navbar-inverse .navbar-text {
5422
+ color: #9d9d9d;
5423
+ }
5424
+
5425
+ .wpdt-c .navbar-inverse .navbar-nav > li > a {
5426
+ color: #9d9d9d;
5427
+ }
5428
+
5429
+ .wpdt-c .navbar-inverse .navbar-nav > li > a:hover, .wpdt-c .navbar-inverse .navbar-nav > li > a:focus {
5430
+ color: #fff;
5431
+ background-color: transparent;
5432
+ }
5433
+
5434
+ .wpdt-c .navbar-inverse .navbar-nav > .active > a, .wpdt-c .navbar-inverse .navbar-nav > .active > a:hover, .wpdt-c .navbar-inverse .navbar-nav > .active > a:focus {
5435
+ color: #fff;
5436
+ background-color: #080808;
5437
+ }
5438
+
5439
+ .wpdt-c .navbar-inverse .navbar-nav > .disabled > a, .wpdt-c .navbar-inverse .navbar-nav > .disabled > a:hover, .wpdt-c .navbar-inverse .navbar-nav > .disabled > a:focus {
5440
+ color: #444;
5441
+ background-color: transparent;
5442
+ }
5443
+
5444
+ .wpdt-c .navbar-inverse .navbar-toggle {
5445
+ border-color: #333;
5446
+ }
5447
+
5448
+ .wpdt-c .navbar-inverse .navbar-toggle:hover, .wpdt-c .navbar-inverse .navbar-toggle:focus {
5449
+ background-color: #333;
5450
+ }
5451
+
5452
+ .wpdt-c .navbar-inverse .navbar-toggle .icon-bar {
5453
+ background-color: #fff;
5454
+ }
5455
+
5456
+ .wpdt-c .navbar-inverse .navbar-collapse, .wpdt-c .navbar-inverse .navbar-form {
5457
+ border-color: #101010;
5458
+ }
5459
+
5460
+ .wpdt-c .navbar-inverse .navbar-nav > .open > a, .wpdt-c .navbar-inverse .navbar-nav > .open > a:hover, .wpdt-c .navbar-inverse .navbar-nav > .open > a:focus {
5461
+ background-color: #080808;
5462
+ color: #fff;
5463
+ }
5464
+
5465
+ @media (max-width: 767px) {
5466
+ .wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
5467
+ border-color: #080808;
5468
+ }
5469
+
5470
+ .wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
5471
+ background-color: #080808;
5472
+ }
5473
+
5474
+ .wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
5475
+ color: #9d9d9d;
5476
+ }
5477
+
5478
+ .wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
5479
+ .wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
5480
+ color: #fff;
5481
+ background-color: transparent;
5482
+ }
5483
+
5484
+ .wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
5485
+ .wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
5486
+ .wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
5487
+ color: #fff;
5488
+ background-color: #080808;
5489
+ }
5490
+
5491
+ .wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
5492
+ .wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
5493
+ .wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
5494
+ color: #444;
5495
+ background-color: transparent;
5496
+ }
5497
+ }
5498
+
5499
+ .wpdt-c .navbar-inverse .navbar-link {
5500
+ color: #9d9d9d;
5501
+ }
5502
+
5503
+ .wpdt-c .navbar-inverse .navbar-link:hover {
5504
+ color: #fff;
5505
+ }
5506
+
5507
+ .wpdt-c .navbar-inverse .btn-link {
5508
+ color: #9d9d9d;
5509
+ }
5510
+
5511
+ .wpdt-c .navbar-inverse .btn-link:hover, .wpdt-c .navbar-inverse .btn-link:focus {
5512
+ color: #fff;
5513
+ }
5514
+
5515
+ .wpdt-c .navbar-inverse .btn-link[disabled]:hover,
5516
+ .wpdt-c fieldset[disabled] .navbar-inverse .btn-link:hover, .wpdt-c .navbar-inverse .btn-link[disabled]:focus,
5517
+ .wpdt-c fieldset[disabled] .navbar-inverse .btn-link:focus {
5518
+ color: #444;
5519
+ }
5520
+
5521
+ .wpdt-c .breadcrumb {
5522
+ padding: 8px 20px;
5523
+ margin-bottom: 18px;
5524
+ list-style: none;
5525
+ background-color: transparent;
5526
+ border-radius: 2px;
5527
+ }
5528
+
5529
+ .wpdt-c .breadcrumb > li {
5530
+ display: inline-block;
5531
+ }
5532
+
5533
+ .wpdt-c .breadcrumb > li + li:before {
5534
+ content: "/\00a0";
5535
+ padding: 0 5px;
5536
+ color: #ccc;
5537
+ }
5538
+
5539
+ .wpdt-c .breadcrumb > .active {
5540
+ color: #2196F3;
5541
+ }
5542
+
5543
+ .wpdt-c .pagination {
5544
+ display: inline-block;
5545
+ padding-left: 0;
5546
+ margin: 18px 0;
5547
+ border-radius: 2px;
5548
+ }
5549
+
5550
+ .wpdt-c .pagination > li {
5551
+ display: inline;
5552
+ }
5553
+
5554
+ .wpdt-c .pagination > li > a, .wpdt-c .pagination > li > span {
5555
+ position: relative;
5556
+ float: left;
5557
+ padding: 6px 12px;
5558
+ line-height: 1.42857143;
5559
+ text-decoration: none;
5560
+ color: #7E7E7E;
5561
+ background-color: #E2E2E2;
5562
+ border: 1px solid #fff;
5563
+ margin-left: -1px;
5564
+ }
5565
+
5566
+ .wpdt-c .pagination > li:first-child > a, .wpdt-c .pagination > li:first-child > span {
5567
+ margin-left: 0;
5568
+ border-bottom-left-radius: 2px;
5569
+ border-top-left-radius: 2px;
5570
+ }
5571
+
5572
+ .wpdt-c .pagination > li:last-child > a, .wpdt-c .pagination > li:last-child > span {
5573
+ border-bottom-right-radius: 2px;
5574
+ border-top-right-radius: 2px;
5575
+ }
5576
+
5577
+ .wpdt-c .pagination > li > a:hover, .wpdt-c .pagination > li > span:hover, .wpdt-c .pagination > li > a:focus, .wpdt-c .pagination > li > span:focus {
5578
+ z-index: 2;
5579
+ color: #333;
5580
+ background-color: #d7d7d7;
5581
+ border-color: #fff;
5582
+ }
5583
+
5584
+ .wpdt-c .pagination > .active > a, .wpdt-c .pagination > .active > span, .wpdt-c .pagination > .active > a:hover, .wpdt-c .pagination > .active > span:hover, .wpdt-c .pagination > .active > a:focus, .wpdt-c .pagination > .active > span:focus {
5585
+ z-index: 3;
5586
+ color: #fff;
5587
+ background-color: #00BCD4;
5588
+ border-color: #fff;
5589
+ cursor: default;
5590
+ }
5591
+
5592
+ .wpdt-c .pagination > .disabled > span, .wpdt-c .pagination > .disabled > span:hover, .wpdt-c .pagination > .disabled > span:focus, .wpdt-c .pagination > .disabled > a, .wpdt-c .pagination > .disabled > a:hover, .wpdt-c .pagination > .disabled > a:focus {
5593
+ color: #777777;
5594
+ background-color: #E2E2E2;
5595
+ border-color: #fff;
5596
+ cursor: not-allowed;
5597
+ }
5598
+
5599
+ .wpdt-c .pagination-lg > li > a, .wpdt-c .pagination-lg > li > span {
5600
+ padding: 10px 16px;
5601
+ font-size: 17px;
5602
+ line-height: 1.3333333;
5603
+ }
5604
+
5605
+ .wpdt-c .pagination-lg > li:first-child > a, .wpdt-c .pagination-lg > li:first-child > span {
5606
+ border-bottom-left-radius: 2px;
5607
+ border-top-left-radius: 2px;
5608
+ }
5609
+
5610
+ .wpdt-c .pagination-lg > li:last-child > a, .wpdt-c .pagination-lg > li:last-child > span {
5611
+ border-bottom-right-radius: 2px;
5612
+ border-top-right-radius: 2px;
5613
+ }
5614
+
5615
+ .wpdt-c .pagination-sm > li > a, .wpdt-c .pagination-sm > li > span {
5616
+ padding: 5px 10px;
5617
+ font-size: 12px;
5618
+ line-height: 1.5;
5619
+ }
5620
+
5621
+ .wpdt-c .pagination-sm > li:first-child > a, .wpdt-c .pagination-sm > li:first-child > span {
5622
+ border-bottom-left-radius: 2px;
5623
+ border-top-left-radius: 2px;
5624
+ }
5625
+
5626
+ .wpdt-c .pagination-sm > li:last-child > a, .wpdt-c .pagination-sm > li:last-child > span {
5627
+ border-bottom-right-radius: 2px;
5628
+ border-top-right-radius: 2px;
5629
+ }
5630
+
5631
+ .wpdt-c .pager {
5632
+ padding-left: 0;
5633
+ margin: 18px 0;
5634
+ list-style: none;
5635
+ text-align: center;
5636
+ }
5637
+
5638
+ .wpdt-c .pager li {
5639
+ display: inline;
5640
+ }
5641
+
5642
+ .wpdt-c .pager li > a, .wpdt-c .pager li > span {
5643
+ display: inline-block;
5644
+ padding: 5px 14px;
5645
+ background-color: #E2E2E2;
5646
+ border: 1px solid #fff;
5647
+ border-radius: 5px;
5648
+ }
5649
+
5650
+ .wpdt-c .pager li > a:hover, .wpdt-c .pager li > a:focus {
5651
+ text-decoration: none;
5652
+ background-color: #d7d7d7;
5653
+ }
5654
+
5655
+ .wpdt-c .pager .next > a, .wpdt-c .pager .next > span {
5656
+ float: right;
5657
+ }
5658
+
5659
+ .wpdt-c .pager .previous > a, .wpdt-c .pager .previous > span {
5660
+ float: left;
5661
+ }
5662
+
5663
+ .wpdt-c .pager .disabled > a, .wpdt-c .pager .disabled > a:hover, .wpdt-c .pager .disabled > a:focus, .wpdt-c .pager .disabled > span {
5664
+ color: #777777;
5665
+ background-color: #E2E2E2;
5666
+ cursor: not-allowed;
5667
+ }
5668
+
5669
+ .wpdt-c .label {
5670
+ display: inline;
5671
+ padding: .2em .6em .3em;
5672
+ font-size: 75%;
5673
+ font-weight: bold;
5674
+ line-height: 1;
5675
+ color: #fff;
5676
+ text-align: center;
5677
+ white-space: nowrap;
5678
+ vertical-align: baseline;
5679
+ border-radius: .25em;
5680
+ }
5681
+
5682
+ .wpdt-c a.label:hover,
5683
+ .wpdt-c a.label:focus {
5684
+ color: #fff;
5685
+ text-decoration: none;
5686
+ cursor: pointer;
5687
+ }
5688
+
5689
+ .wpdt-c .label:empty {
5690
+ display: none;
5691
+ }
5692
+
5693
+ .wpdt-c .btn .label {
5694
+ position: relative;
5695
+ top: -1px;
5696
+ }
5697
+
5698
+ .wpdt-c .label-default {
5699
+ background-color: #777777;
5700
+ }
5701
+
5702
+ .wpdt-c .label-default[href]:hover, .wpdt-c .label-default[href]:focus {
5703
+ background-color: #5e5e5e;
5704
+ }
5705
+
5706
+ .wpdt-c .label-primary {
5707
+ background-color: #2196F3;
5708
+ }
5709
+
5710
+ .wpdt-c .label-primary[href]:hover, .wpdt-c .label-primary[href]:focus {
5711
+ background-color: #0c7cd5;
5712
+ }
5713
+
5714
+ .wpdt-c .label-success {
5715
+ background-color: #4CAF50;
5716
+ }
5717
+
5718
+ .wpdt-c .label-success[href]:hover, .wpdt-c .label-success[href]:focus {
5719
+ background-color: #3d8b40;
5720
+ }
5721
+
5722
+ .wpdt-c .label-info {
5723
+ background-color: #00BCD4;
5724
+ }
5725
+
5726
+ .wpdt-c .label-info[href]:hover, .wpdt-c .label-info[href]:focus {
5727
+ background-color: #008fa1;
5728
+ }
5729
+
5730
+ .wpdt-c .label-warning {
5731
+ background-color: #FF9800;
5732
+ }
5733
+
5734
+ .wpdt-c .label-warning[href]:hover, .wpdt-c .label-warning[href]:focus {
5735
+ background-color: #cc7a00;
5736
+ }
5737
+
5738
+ .wpdt-c .label-danger {
5739
+ background-color: #F44336;
5740
+ }
5741
+
5742
+ .wpdt-c .label-danger[href]:hover, .wpdt-c .label-danger[href]:focus {
5743
+ background-color: #ea1c0d;
5744
+ }
5745
+
5746
+ .wpdt-c .badge {
5747
+ display: inline-block;
5748
+ min-width: 10px;
5749
+ padding: 3px 7px;
5750
+ font-size: 12px;
5751
+ font-weight: 400;
5752
+ color: #fff;
5753
+ line-height: 1;
5754
+ vertical-align: middle;
5755
+ white-space: nowrap;
5756
+ text-align: center;
5757
+ background-color: #2196F3;
5758
+ border-radius: 2px;
5759
+ }
5760
+
5761
+ .wpdt-c .badge:empty {
5762
+ display: none;
5763
+ }
5764
+
5765
+ .wpdt-c .btn .badge {
5766
+ position: relative;
5767
+ top: -1px;
5768
+ }
5769
+
5770
+ .wpdt-c .btn-xs .badge, .wpdt-c .btn-group-xs > .btn .badge {
5771
+ top: 0;
5772
+ padding: 1px 5px;
5773
+ }
5774
+
5775
+ .wpdt-c a.badge:hover,
5776
+ .wpdt-c a.badge:focus {
5777
+ color: #fff;
5778
+ text-decoration: none;
5779
+ cursor: pointer;
5780
+ }
5781
+
5782
+ .wpdt-c .list-group-item.active > .badge, .wpdt-c .nav-pills > .active > a > .badge {
5783
+ color: #fff;
5784
+ background-color: #2196F3;
5785
+ }
5786
+
5787
+ .wpdt-c .list-group-item > .badge {
5788
+ float: right;
5789
+ }
5790
+
5791
+ .wpdt-c .list-group-item > .badge + .badge {
5792
+ margin-right: 5px;
5793
+ }
5794
+
5795
+ .wpdt-c .nav-pills > li > a > .badge {
5796
+ margin-left: 3px;
5797
+ }
5798
+
5799
+ .wpdt-c .jumbotron {
5800
+ padding-top: 30px;
5801
+ padding-bottom: 30px;
5802
+ margin-bottom: 30px;
5803
+ color: inherit;
5804
+ background-color: #F7F7F7;
5805
+ }
5806
+
5807
+ .wpdt-c .jumbotron h1, .wpdt-c .jumbotron .h1 {
5808
+ color: inherit;
5809
+ }
5810
+
5811
+ .wpdt-c .jumbotron p {
5812
+ margin-bottom: 15px;
5813
+ font-size: 20px;
5814
+ font-weight: 200;
5815
+ }
5816
+
5817
+ .wpdt-c .jumbotron > hr {
5818
+ border-top-color: #dedede;
5819
+ }
5820
+
5821
+ .wpdt-c .container .jumbotron, .wpdt-c .container-fluid .jumbotron {
5822
+ border-radius: 2px;
5823
+ padding-left: 15px;
5824
+ padding-right: 15px;
5825
+ }
5826
+
5827
+ .wpdt-c .jumbotron .container {
5828
+ max-width: 100%;
5829
+ }
5830
+
5831
+ @media screen and (min-width: 768px) {
5832
+ .wpdt-c .jumbotron {
5833
+ padding-top: 48px;
5834
+ padding-bottom: 48px;
5835
+ }
5836
+
5837
+ .wpdt-c .container .jumbotron,
5838
+ .wpdt-c .container-fluid .jumbotron {
5839
+ padding-left: 60px;
5840
+ padding-right: 60px;
5841
+ }
5842
+
5843
+ .wpdt-c .jumbotron h1,
5844
+ .wpdt-c .jumbotron .h1 {
5845
+ font-size: 59px;
5846
+ }
5847
+ }
5848
+
5849
+ .wpdt-c .thumbnail {
5850
+ display: block;
5851
+ padding: 3px;
5852
+ margin-bottom: 18px;
5853
+ line-height: 1.42857143;
5854
+ background-color: #fff;
5855
+ border: 1px solid #EDEDED;
5856
+ border-radius: 2px;
5857
+ -webkit-transition: border 0.2s ease-in-out;
5858
+ -o-transition: border 0.2s ease-in-out;
5859
+ transition: border 0.2s ease-in-out;
5860
+ }
5861
+
5862
+ .wpdt-c .thumbnail > img, .wpdt-c .thumbnail a > img {
5863
+ margin-left: auto;
5864
+ margin-right: auto;
5865
+ }
5866
+
5867
+ .wpdt-c a.thumbnail:hover,
5868
+ .wpdt-c a.thumbnail:focus,
5869
+ .wpdt-c a.thumbnail.active {
5870
+ border-color: #2196F3;
5871
+ }
5872
+
5873
+ .wpdt-c .thumbnail .caption {
5874
+ padding: 10px 15px;
5875
+ color: #5E5E5E;
5876
+ }
5877
+
5878
+ .wpdt-c.alert,
5879
+ .wpdt-c .alert {
5880
+ padding: 15px;
5881
+ margin-bottom: 18px;
5882
+ border: 1px solid transparent;
5883
+ border-radius: 2px;
5884
+ }
5885
+
5886
+ .wpdt-c.alert h4
5887
+ .wpdt-c .alert h4 {
5888
+ margin-top: 0;
5889
+ color: inherit;
5890
+ }
5891
+
5892
+ .wpdt-c.alert .alert-link,
5893
+ .wpdt-c .alert .alert-link {
5894
+ font-weight: bold;
5895
+ }
5896
+
5897
+ .wpdt-c.alert > p, .wpdt-c.alert > ul,
5898
+ .wpdt-c .alert > p, .wpdt-c .alert > ul {
5899
+ margin-bottom: 0;
5900
+ }
5901
+
5902
+ .wpdt-c.alert > p + p,
5903
+ .wpdt-c .alert > p + p {
5904
+ margin-top: 5px;
5905
+ }
5906
+
5907
+ .wpdt-c.alert-dismissable, .wpdt-c.alert-dismissible,
5908
+ .wpdt-c .alert-dismissable, .wpdt-c .alert-dismissible {
5909
+ padding-right: 35px;
5910
+ }
5911
+
5912
+ .wpdt-c.alert-dismissable .close, .wpdt-c.alert-dismissible .close,
5913
+ .wpdt-c .alert-dismissable .close, .wpdt-c .alert-dismissible .close {
5914
+ position: relative;
5915
+ top: -2px;
5916
+ right: -21px;
5917
+ color: inherit;
5918
+ }
5919
+
5920
+ .wpdt-c.alert-success,
5921
+ .wpdt-c .alert-success {
5922
+ background-color: #4CAF50;
5923
+ border-color: transparent;
5924
+ color: #fff;
5925
+ }
5926
+
5927
+ .wpdt-c.alert-success hr,
5928
+ .wpdt-c .alert-success hr {
5929
+ border-top-color: rgba(0, 0, 0, 0);
5930
+ }
5931
+
5932
+ .wpdt-c.alert-success .alert-link,
5933
+ .wpdt-c .alert-success .alert-link {
5934
+ color: #e6e6e6;
5935
+ }
5936
+
5937
+ .wpdt-c.alert-info,
5938
+ .wpdt-c .alert-info {
5939
+ background-color: #2196F3;
5940
+ border-color: transparent;
5941
+ color: #fff;
5942
+ }
5943
+
5944
+ .wpdt-c.alert-info hr,
5945
+ .wpdt-c .alert-info hr {
5946
+ border-top-color: rgba(0, 0, 0, 0);
5947
+ }
5948
+
5949
+ .wpdt-c.alert-info .alert-link,
5950
+ .wpdt-c .alert-info .alert-link {
5951
+ color: #e6e6e6;
5952
+ }
5953
+
5954
+ .wpdt-c.alert-warning,
5955
+ .wpdt-c .alert-warning {
5956
+ background-color: #FFC107;
5957
+ border-color: transparent;
5958
+ color: #fff;
5959
+ }
5960
+
5961
+ .wpdt-c.alert-warning hr,
5962
+ .wpdt-c .alert-warning hr {
5963
+ border-top-color: rgba(0, 0, 0, 0);
5964
+ }
5965
+
5966
+ .wpdt-c.alert-warning .alert-link,
5967
+ .wpdt-c .alert-warning .alert-link {
5968
+ color: #e6e6e6;
5969
+ }
5970
+
5971
+ .wpdt-c.alert-danger,
5972
+ .wpdt-c .alert-danger {
5973
+ background-color: #F44336;
5974
+ border-color: transparent;
5975
+ color: #fff;
5976
+ }
5977
+
5978
+ .wpdt-c.alert-danger hr,
5979
+ .wpdt-c .alert-danger hr {
5980
+ border-top-color: rgba(0, 0, 0, 0);
5981
+ }
5982
+
5983
+ .wpdt-c .alert-danger .alert-link,
5984
+ .wpdt-c.alert-danger .alert-link {
5985
+ color: #e6e6e6;
5986
+ }
5987
+
5988
+ @-webkit-keyframes progress-bar-stripes {
5989
+ from {
5990
+ background-position: 40px 0;
5991
+ }
5992
+
5993
+ to {
5994
+ background-position: 0 0;
5995
+ }
5996
+ }
5997
+
5998
+ @keyframes progress-bar-stripes {
5999
+ from {
6000
+ background-position: 40px 0;
6001
+ }
6002
+
6003
+ to {
6004
+ background-position: 0 0;
6005
+ }
6006
+ }
6007
+
6008
+ .wpdt-c .progress {
6009
+ overflow: hidden;
6010
+ height: 18px;
6011
+ margin-bottom: 18px;
6012
+ background-color: #f5f5f5;
6013
+ border-radius: 2px;
6014
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
6015
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
6016
+ }
6017
+
6018
+ .wpdt-c .progress-bar {
6019
+ float: left;
6020
+ width: 0%;
6021
+ height: 100%;
6022
+ font-size: 12px;
6023
+ line-height: 18px;
6024
+ color: #fff;
6025
+ text-align: center;
6026
+ background-color: #2196F3;
6027
+ -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
6028
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
6029
+ -webkit-transition: width 0.6s ease;
6030
+ -o-transition: width 0.6s ease;
6031
+ transition: width 0.6s ease;
6032
+ }
6033
+
6034
+ .wpdt-c .progress-striped .progress-bar, .wpdt-c .progress-bar-striped {
6035
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
6036
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
6037
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
6038
+ background-size: 40px 40px;
6039
+ }
6040
+
6041
+ .wpdt-c .progress.active .progress-bar, .wpdt-c .progress-bar.active {
6042
+ -webkit-animation: progress-bar-stripes 2s linear infinite;
6043
+ -o-animation: progress-bar-stripes 2s linear infinite;
6044
+ animation: progress-bar-stripes 2s linear infinite;
6045
+ }
6046
+
6047
+ .wpdt-c .progress-bar-success {
6048
+ background-color: #4CAF50;
6049
+ }
6050
+
6051
+ .wpdt-c .progress-striped .progress-bar-success {
6052
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
6053
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
6054
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
6055
+ }
6056
+
6057
+ .wpdt-c .progress-bar-info {
6058
+ background-color: #00BCD4;
6059
+ }
6060
+
6061
+ .wpdt-c .progress-striped .progress-bar-info {
6062
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
6063
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
6064
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
6065
+ }
6066
+
6067
+ .wpdt-c .progress-bar-warning {
6068
+ background-color: #FF9800;
6069
+ }
6070
+
6071
+ .wpdt-c .progress-striped .progress-bar-warning {
6072
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
6073
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
6074
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
6075
+ }
6076
+
6077
+ .wpdt-c .progress-bar-danger {
6078
+ background-color: #F44336;
6079
+ }
6080
+
6081
+ .wpdt-c .progress-striped .progress-bar-danger {
6082
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
6083
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
6084
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
6085
+ }
6086
+
6087
+ .wpdt-c .media {
6088
+ margin-top: 15px;
6089
+ }
6090
+
6091
+ .wpdt-c .media:first-child {
6092
+ margin-top: 0;
6093
+ }
6094
+
6095
+ .wpdt-c .media, .wpdt-c .media-body {
6096
+ zoom: 1;
6097
+ overflow: hidden;
6098
+ }
6099
+
6100
+ .wpdt-c .media-body {
6101
+ width: 10000px;
6102
+ }
6103
+
6104
+ .wpdt-c .media-object {
6105
+ display: block;
6106
+ }
6107
+
6108
+ .wpdt-c .media-object.img-thumbnail {
6109
+ max-width: none;
6110
+ }
6111
+
6112
+ .wpdt-c .media-right, .wpdt-c .media > .pull-right {
6113
+ padding-left: 10px;
6114
+ }
6115
+
6116
+ .wpdt-c .media-left, .wpdt-c .media > .pull-left {
6117
+ padding-right: 10px;
6118
+ }
6119
+
6120
+ .wpdt-c .media-left, .wpdt-c .media-right, .wpdt-c .media-body {
6121
+ display: table-cell;
6122
+ vertical-align: top;
6123
+ }
6124
+
6125
+ .wpdt-c .media-middle {
6126
+ vertical-align: middle;
6127
+ }
6128
+
6129
+ .wpdt-c .media-bottom {
6130
+ vertical-align: bottom;
6131
+ }
6132
+
6133
+ .wpdt-c .media-heading {
6134
+ margin-top: 0;
6135
+ margin-bottom: 5px;
6136
+ }
6137
+
6138
+ .wpdt-c .media-list {
6139
+ padding-left: 0;
6140
+ list-style: none;
6141
+ }
6142
+
6143
+ .wpdt-c .list-group {
6144
+ margin-bottom: 20px;
6145
+ padding-left: 0;
6146
+ }
6147
+
6148
+ .wpdt-c .list-group-item {
6149
+ position: relative;
6150
+ display: block;
6151
+ padding: 10px 15px;
6152
+ margin-bottom: -1px;
6153
+ background-color: transparent;
6154
+ border: 1px solid #E9E9E9;
6155
+ }
6156
+
6157
+ .wpdt-c .list-group-item:first-child {
6158
+ border-top-right-radius: 2px;
6159
+ border-top-left-radius: 2px;
6160
+ }
6161
+
6162
+ .wpdt-c .list-group-item:last-child {
6163
+ margin-bottom: 0;
6164
+ border-bottom-right-radius: 2px;
6165
+ border-bottom-left-radius: 2px;
6166
+ }
6167
+
6168
+ .wpdt-c a.list-group-item,
6169
+ .wpdt-c button.list-group-item {
6170
+ color: #555;
6171
+ }
6172
+
6173
+ .wpdt-c a.list-group-item .list-group-item-heading,
6174
+ .wpdt-c button.list-group-item .list-group-item-heading {
6175
+ color: #333;
6176
+ }
6177
+
6178
+ .wpdt-c a.list-group-item:hover,
6179
+ .wpdt-c button.list-group-item:hover,
6180
+ .wpdt-c a.list-group-item:focus,
6181
+ .wpdt-c button.list-group-item:focus {
6182
+ text-decoration: none;
6183
+ color: #555;
6184
+ background-color: #F7F7F7;
6185
+ }
6186
+
6187
+ .wpdt-c button.list-group-item {
6188
+ width: 100%;
6189
+ text-align: left;
6190
+ }
6191
+
6192
+ .wpdt-c .list-group-item.disabled, .wpdt-c .list-group-item.disabled:hover, .wpdt-c .list-group-item.disabled:focus {
6193
+ background-color: #fff;
6194
+ color: #B5B4B4;
6195
+ cursor: not-allowed;
6196
+ }
6197
+
6198
+ .wpdt-c .list-group-item.disabled .list-group-item-heading, .wpdt-c .list-group-item.disabled:hover .list-group-item-heading, .wpdt-c .list-group-item.disabled:focus .list-group-item-heading {
6199
+ color: inherit;
6200
+ }
6201
+
6202
+ .wpdt-c .list-group-item.disabled .list-group-item-text, .wpdt-c .list-group-item.disabled:hover .list-group-item-text, .wpdt-c .list-group-item.disabled:focus .list-group-item-text {
6203
+ color: #B5B4B4;
6204
+ }
6205
+
6206
+ .wpdt-c .list-group-item.active, .wpdt-c .list-group-item.active:hover, .wpdt-c .list-group-item.active:focus {
6207
+ z-index: 2;
6208
+ color: #000;
6209
+ background-color: #f5f5f5;
6210
+ border-color: #e9e9e9;
6211
+ }
6212
+
6213
+ .wpdt-c .list-group-item.active .list-group-item-heading, .wpdt-c .list-group-item.active:hover .list-group-item-heading, .wpdt-c .list-group-item.active:focus .list-group-item-heading, .wpdt-c .list-group-item.active .list-group-item-heading > small, .wpdt-c .list-group-item.active:hover .list-group-item-heading > small, .wpdt-c .list-group-item.active:focus .list-group-item-heading > small, .wpdt-c .list-group-item.active .list-group-item-heading > .small, .wpdt-c .list-group-item.active:hover .list-group-item-heading > .small, .wpdt-c .list-group-item.active:focus .list-group-item-heading > .small {
6214
+ color: inherit;
6215
+ }
6216
+
6217
+ .wpdt-c .list-group-item.active .list-group-item-text, .wpdt-c .list-group-item.active:hover .list-group-item-text, .wpdt-c .list-group-item.active:focus .list-group-item-text {
6218
+ color: #ffffff;
6219
+ }
6220
+
6221
+ .wpdt-c .list-group-item-success {
6222
+ color: #67bd6a;
6223
+ background-color: #67bd6a;
6224
+ }
6225
+
6226
+ .wpdt-c a.list-group-item-success,
6227
+ .wpdt-c button.list-group-item-success {
6228
+ color: #67bd6a;
6229
+ }
6230
+
6231
+ .wpdt-c a.list-group-item-success .list-group-item-heading,
6232
+ .wpdt-c button.list-group-item-success .list-group-item-heading {
6233
+ color: inherit;
6234
+ }
6235
+
6236
+ .wpdt-c a.list-group-item-success:hover,
6237
+ .wpdt-c button.list-group-item-success:hover,
6238
+ .wpdt-c a.list-group-item-success:focus,
6239
+ .wpdt-c button.list-group-item-success:focus {
6240
+ color: #67bd6a;
6241
+ background-color: #55b559;
6242
+ }
6243
+
6244
+ .wpdt-c a.list-group-item-success.active,
6245
+ .wpdt-c button.list-group-item-success.active,
6246
+ .wpdt-c a.list-group-item-success.active:hover,
6247
+ .wpdt-c button.list-group-item-success.active:hover,
6248
+ .wpdt-c a.list-group-item-success.active:focus,
6249
+ .wpdt-c button.list-group-item-success.active:focus {
6250
+ color: #fff;
6251
+ background-color: #67bd6a;
6252
+ border-color: #67bd6a;
6253
+ }
6254
+
6255
+ .wpdt-c .list-group-item-info {
6256
+ color: #31708f;
6257
+ background-color: #d9edf7;
6258
+ }
6259
+
6260
+ .wpdt-c a.list-group-item-info,
6261
+ .wpdt-c button.list-group-item-info {
6262
+ color: #31708f;
6263
+ }
6264
+
6265
+ .wpdt-c a.list-group-item-info .list-group-item-heading,
6266
+ .wpdt-c button.list-group-item-info .list-group-item-heading {
6267
+ color: inherit;
6268
+ }
6269
+
6270
+ .wpdt-c a.list-group-item-info:hover,
6271
+ .wpdt-c button.list-group-item-info:hover,
6272
+ .wpdt-c a.list-group-item-info:focus,
6273
+ .wpdt-c button.list-group-item-info:focus {
6274
+ color: #31708f;
6275
+ background-color: #c4e3f3;
6276
+ }
6277
+
6278
+ .wpdt-c a.list-group-item-info.active,
6279
+ .wpdt-c button.list-group-item-info.active,
6280
+ .wpdt-c a.list-group-item-info.active:hover,
6281
+ .wpdt-c button.list-group-item-info.active:hover,
6282
+ .wpdt-c a.list-group-item-info.active:focus,
6283
+ .wpdt-c button.list-group-item-info.active:focus {
6284
+ color: #fff;
6285
+ background-color: #31708f;
6286
+ border-color: #31708f;
6287
+ }
6288
+
6289
+ .wpdt-c .list-group-item-warning {
6290
+ color: #ffa829;
6291
+ background-color: #ffa829;
6292
+ }
6293
+
6294
+ .wpdt-c a.list-group-item-warning,
6295
+ .wpdt-c button.list-group-item-warning {
6296
+ color: #ffa829;
6297
+ }
6298
+
6299
+ .wpdt-c a.list-group-item-warning .list-group-item-heading,
6300
+ .wpdt-c button.list-group-item-warning .list-group-item-heading {
6301
+ color: inherit;
6302
+ }
6303
+
6304
+ .wpdt-c a.list-group-item-warning:hover,
6305
+ .wpdt-c button.list-group-item-warning:hover,
6306
+ .wpdt-c a.list-group-item-warning:focus,
6307
+ .wpdt-c button.list-group-item-warning:focus {
6308
+ color: #ffa829;
6309
+ background-color: #ff9e0f;
6310
+ }
6311
+
6312
+ .wpdt-c a.list-group-item-warning.active,
6313
+ .wpdt-c button.list-group-item-warning.active,
6314
+ .wpdt-c a.list-group-item-warning.active:hover,
6315
+ .wpdt-c button.list-group-item-warning.active:hover,
6316
+ .wpdt-c a.list-group-item-warning.active:focus,
6317
+ .wpdt-c button.list-group-item-warning.active:focus {
6318
+ color: #fff;
6319
+ background-color: #ffa829;
6320
+ border-color: #ffa829;
6321
+ }
6322
+
6323
+ .wpdt-c .list-group-item-danger {
6324
+ color: #f6675d;
6325
+ background-color: #f6675d;
6326
+ }
6327
+
6328
+ .wpdt-c a.list-group-item-danger,
6329
+ .wpdt-c button.list-group-item-danger {
6330
+ color: #f6675d;
6331
+ }
6332
+
6333
+ .wpdt-c a.list-group-item-danger .list-group-item-heading,
6334
+ .wpdt-c button.list-group-item-danger .list-group-item-heading {
6335
+ color: inherit;
6336
+ }
6337
+
6338
+ .wpdt-c a.list-group-item-danger:hover,
6339
+ .wpdt-c button.list-group-item-danger:hover,
6340
+ .wpdt-c a.list-group-item-danger:focus,
6341
+ .wpdt-c button.list-group-item-danger:focus {
6342
+ color: #f6675d;
6343
+ background-color: #f55145;
6344
+ }
6345
+
6346
+ .wpdt-c a.list-group-item-danger.active,
6347
+ .wpdt-c button.list-group-item-danger.active,
6348
+ .wpdt-c a.list-group-item-danger.active:hover,
6349
+ .wpdt-c button.list-group-item-danger.active:hover,
6350
+ .wpdt-c a.list-group-item-danger.active:focus,
6351
+ .wpdt-c button.list-group-item-danger.active:focus {
6352
+ color: #fff;
6353
+ background-color: #f6675d;
6354
+ border-color: #f6675d;
6355
+ }
6356
+
6357
+ .wpdt-c .list-group-item-heading {
6358
+ margin-top: 0;
6359
+ margin-bottom: 5px;
6360
+ }
6361
+
6362
+ .wpdt-c .list-group-item-text {
6363
+ margin-bottom: 0;
6364
+ line-height: 1.3;
6365
+ }
6366
+
6367
+ .wpdt-c .panel {
6368
+ margin-bottom: 18px;
6369
+ background-color: #fff;
6370
+ border: 1px solid transparent;
6371
+ border-radius: 2px;
6372
+ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
6373
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
6374
+ }
6375
+
6376
+ .wpdt-c .panel-body {
6377
+ padding: 15px;
6378
+ }
6379
+
6380
+ .wpdt-c .panel-heading {
6381
+ padding: 10px 15px;
6382
+ border-bottom: 1px solid transparent;
6383
+ border-top-right-radius: 1px;
6384
+ border-top-left-radius: 1px;
6385
+ }
6386
+
6387
+ .wpdt-c .panel-heading > .dropdown .dropdown-toggle {
6388
+ color: inherit;
6389
+ }
6390
+
6391
+ .wpdt-c .panel-title {
6392
+ margin-top: 0;
6393
+ margin-bottom: 0;
6394
+ font-size: 15px;
6395
+ color: inherit;
6396
+ }
6397
+
6398
+ .wpdt-c .panel-title > a, .wpdt-c .panel-title > small, .wpdt-c .panel-title > .small, .wpdt-c .panel-title > small > a, .wpdt-c .panel-title > .small > a {
6399
+ color: inherit;
6400
+ }
6401
+
6402
+ .wpdt-c .panel-footer {
6403
+ padding: 10px 15px;
6404
+ background-color: #f5f5f5;
6405
+ border-top: 1px solid #ddd;
6406
+ border-bottom-right-radius: 1px;
6407
+ border-bottom-left-radius: 1px;
6408
+ }
6409
+
6410
+ .wpdt-c .panel > .list-group, .wpdt-c .panel > .panel-collapse > .list-group {
6411
+ margin-bottom: 0;
6412
+ }
6413
+
6414
+ .wpdt-c .panel > .list-group .list-group-item, .wpdt-c .panel > .panel-collapse > .list-group .list-group-item {
6415
+ border-width: 1px 0;
6416
+ border-radius: 0;
6417
+ }
6418
+
6419
+ .wpdt-c .panel > .list-group:first-child .list-group-item:first-child, .wpdt-c .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
6420
+ border-top: 0;
6421
+ border-top-right-radius: 1px;
6422
+ border-top-left-radius: 1px;
6423
+ }
6424
+
6425
+ .wpdt-c .panel > .list-group:last-child .list-group-item:last-child, .wpdt-c .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
6426
+ border-bottom: 0;
6427
+ border-bottom-right-radius: 1px;
6428
+ border-bottom-left-radius: 1px;
6429
+ }
6430
+
6431
+ .wpdt-c .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
6432
+ border-top-right-radius: 0;
6433
+ border-top-left-radius: 0;
6434
+ }
6435
+
6436
+ .wpdt-c .panel-heading + .list-group .list-group-item:first-child {
6437
+ border-top-width: 0;
6438
+ }
6439
+
6440
+ .wpdt-c .list-group + .panel-footer {
6441
+ border-top-width: 0;
6442
+ }
6443
+
6444
+ .wpdt-c .panel > .table, .wpdt-c .panel > .table-responsive > .table, .wpdt-c .panel > .panel-collapse > .table {
6445
+ margin-bottom: 0;
6446
+ }
6447
+
6448
+ .wpdt-c .panel > .table caption, .wpdt-c .panel > .table-responsive > .table caption, .wpdt-c .panel > .panel-collapse > .table caption {
6449
+ padding-left: 15px;
6450
+ padding-right: 15px;
6451
+ }
6452
+
6453
+ .wpdt-c .panel > .table:first-child, .wpdt-c .panel > .table-responsive:first-child > .table:first-child {
6454
+ border-top-right-radius: 1px;
6455
+ border-top-left-radius: 1px;
6456
+ }
6457
+
6458
+ .wpdt-c .panel > .table:first-child > thead:first-child > tr:first-child, .wpdt-c .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .wpdt-c .panel > .table:first-child > tbody:first-child > tr:first-child, .wpdt-c .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
6459
+ border-top-left-radius: 1px;
6460
+ border-top-right-radius: 1px;
6461
+ }
6462
+
6463
+ .wpdt-c .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .wpdt-c .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .wpdt-c .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .wpdt-c .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .wpdt-c .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .wpdt-c .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .wpdt-c .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .wpdt-c .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
6464
+ border-top-left-radius: 1px;
6465
+ }
6466
+
6467
+ .wpdt-c .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .wpdt-c .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .wpdt-c .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .wpdt-c .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .wpdt-c .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .wpdt-c .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .wpdt-c .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .wpdt-c .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
6468
+ border-top-right-radius: 1px;
6469
+ }
6470
+
6471
+ .wpdt-c .panel > .table:last-child, .wpdt-c .panel > .table-responsive:last-child > .table:last-child {
6472
+ border-bottom-right-radius: 1px;
6473
+ border-bottom-left-radius: 1px;
6474
+ }
6475
+
6476
+ .wpdt-c .panel > .table:last-child > tbody:last-child > tr:last-child, .wpdt-c .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .wpdt-c .panel > .table:last-child > tfoot:last-child > tr:last-child, .wpdt-c .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
6477
+ border-bottom-left-radius: 1px;
6478
+ border-bottom-right-radius: 1px;
6479
+ }
6480
+
6481
+ .wpdt-c .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .wpdt-c .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .wpdt-c .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .wpdt-c .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .wpdt-c .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .wpdt-c .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .wpdt-c .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .wpdt-c .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
6482
+ border-bottom-left-radius: 1px;
6483
+ }
6484
+
6485
+ .wpdt-c .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .wpdt-c .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .wpdt-c .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .wpdt-c .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .wpdt-c .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .wpdt-c .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .wpdt-c .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .wpdt-c .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
6486
+ border-bottom-right-radius: 1px;
6487
+ }
6488
+
6489
+ .wpdt-c .panel > .panel-body + .table, .wpdt-c .panel > .panel-body + .table-responsive, .wpdt-c .panel > .table + .panel-body, .wpdt-c .panel > .table-responsive + .panel-body {
6490
+ border-top: 1px solid #F5F5F5;
6491
+ }
6492
+
6493
+ .wpdt-c .panel > .table > tbody:first-child > tr:first-child th, .wpdt-c .panel > .table > tbody:first-child > tr:first-child td {
6494
+ border-top: 0;
6495
+ }
6496
+
6497
+ .wpdt-c .panel > .table-bordered, .wpdt-c .panel > .table-responsive > .table-bordered {
6498
+ border: 0;
6499
+ }
6500
+
6501
+ .wpdt-c .panel > .table-bordered > thead > tr > th:first-child, .wpdt-c .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .wpdt-c .panel > .table-bordered > tbody > tr > th:first-child, .wpdt-c .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .wpdt-c .panel > .table-bordered > tfoot > tr > th:first-child, .wpdt-c .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .wpdt-c .panel > .table-bordered > thead > tr > td:first-child, .wpdt-c .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .wpdt-c .panel > .table-bordered > tbody > tr > td:first-child, .wpdt-c .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .wpdt-c .panel > .table-bordered > tfoot > tr > td:first-child, .wpdt-c .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
6502
+ border-left: 0;
6503
+ }
6504
+
6505
+ .wpdt-c .panel > .table-bordered > thead > tr > th:last-child, .wpdt-c .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .wpdt-c .panel > .table-bordered > tbody > tr > th:last-child, .wpdt-c .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .wpdt-c .panel > .table-bordered > tfoot > tr > th:last-child, .wpdt-c .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .wpdt-c .panel > .table-bordered > thead > tr > td:last-child, .wpdt-c .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .wpdt-c .panel > .table-bordered > tbody > tr > td:last-child, .wpdt-c .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .wpdt-c .panel > .table-bordered > tfoot > tr > td:last-child, .wpdt-c .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
6506
+ border-right: 0;
6507
+ }
6508
+
6509
+ .wpdt-c .panel > .table-bordered > thead > tr:first-child > td, .wpdt-c .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .wpdt-c .panel > .table-bordered > tbody > tr:first-child > td, .wpdt-c .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .wpdt-c .panel > .table-bordered > thead > tr:first-child > th, .wpdt-c .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .wpdt-c .panel > .table-bordered > tbody > tr:first-child > th, .wpdt-c .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
6510
+ border-bottom: 0;
6511
+ }
6512
+
6513
+ .wpdt-c .panel > .table-bordered > tbody > tr:last-child > td, .wpdt-c .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .wpdt-c .panel > .table-bordered > tfoot > tr:last-child > td, .wpdt-c .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .wpdt-c .panel > .table-bordered > tbody > tr:last-child > th, .wpdt-c .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .wpdt-c .panel > .table-bordered > tfoot > tr:last-child > th, .wpdt-c .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
6514
+ border-bottom: 0;
6515
+ }
6516
+
6517
+ .wpdt-c .panel > .table-responsive {
6518
+ border: 0;
6519
+ margin-bottom: 0;
6520
+ }
6521
+
6522
+ .wpdt-c .panel-group {
6523
+ margin-bottom: 18px;
6524
+ }
6525
+
6526
+ .wpdt-c .panel-group .panel {
6527
+ margin-bottom: 0;
6528
+ border-radius: 2px;
6529
+ }
6530
+
6531
+ .wpdt-c .panel-group .panel + .panel {
6532
+ margin-top: 5px;
6533
+ }
6534
+
6535
+ .wpdt-c .panel-group .panel-heading {
6536
+ border-bottom: 0;
6537
+ }
6538
+
6539
+ .wpdt-c .panel-group .panel-heading + .panel-collapse > .panel-body, .wpdt-c .panel-group .panel-heading + .panel-collapse > .list-group {
6540
+ border-top: 1px solid #ddd;
6541
+ }
6542
+
6543
+ .wpdt-c .panel-group .panel-footer {
6544
+ border-top: 0;
6545
+ }
6546
+
6547
+ .wpdt-c .panel-group .panel-footer + .panel-collapse .panel-body {
6548
+ border-bottom: 1px solid #ddd;
6549
+ }
6550
+
6551
+ .wpdt-c .panel-default {
6552
+ border-color: #ddd;
6553
+ }
6554
+
6555
+ .wpdt-c .panel-default > .panel-heading {
6556
+ color: #333333;
6557
+ background-color: #f5f5f5;
6558
+ border-color: #ddd;
6559
+ }
6560
+
6561
+ .wpdt-c .panel-default > .panel-heading + .panel-collapse > .panel-body {
6562
+ border-top-color: #ddd;
6563
+ }
6564
+
6565
+ .wpdt-c .panel-default > .panel-heading .badge {
6566
+ color: #f5f5f5;
6567
+ background-color: #333333;
6568
+ }
6569
+
6570
+ .wpdt-c .panel-default > .panel-footer + .panel-collapse > .panel-body {
6571
+ border-bottom-color: #ddd;
6572
+ }
6573
+
6574
+ .wpdt-c .panel-primary {
6575
+ border-color: #2196F3;
6576
+ }
6577
+
6578
+ .wpdt-c .panel-primary > .panel-heading {
6579
+ color: #fff;
6580
+ background-color: #2196F3;
6581
+ border-color: #2196F3;
6582
+ }
6583
+
6584
+ .wpdt-c .panel-primary > .panel-heading + .panel-collapse > .panel-body {
6585
+ border-top-color: #2196F3;
6586
+ }
6587
+
6588
+ .wpdt-c .panel-primary > .panel-heading .badge {
6589
+ color: #2196F3;
6590
+ background-color: #fff;
6591
+ }
6592
+
6593
+ .wpdt-c .panel-primary > .panel-footer + .panel-collapse > .panel-body {
6594
+ border-bottom-color: #2196F3;
6595
+ }
6596
+
6597
+ .wpdt-c .panel-success {
6598
+ border-color: #61b555;
6599
+ }
6600
+
6601
+ .wpdt-c .panel-success > .panel-heading {
6602
+ color: #67bd6a;
6603
+ background-color: #67bd6a;
6604
+ border-color: #61b555;
6605
+ }
6606
+
6607
+ .wpdt-c .panel-success > .panel-heading + .panel-collapse > .panel-body {
6608
+ border-top-color: #61b555;
6609
+ }
6610
+
6611
+ .wpdt-c .panel-success > .panel-heading .badge {
6612
+ color: #67bd6a;
6613
+ background-color: #67bd6a;
6614
+ }
6615
+
6616
+ .wpdt-c .panel-success > .panel-footer + .panel-collapse > .panel-body {
6617
+ border-bottom-color: #61b555;
6618
+ }
6619
+
6620
+ .wpdt-c .panel-info {
6621
+ border-color: #bce8f1;
6622
+ }
6623
+
6624
+ .wpdt-c .panel-info > .panel-heading {
6625
+ color: #31708f;
6626
+ background-color: #d9edf7;
6627
+ border-color: #bce8f1;
6628
+ }
6629
+
6630
+ .wpdt-c .panel-info > .panel-heading + .panel-collapse > .panel-body {
6631
+ border-top-color: #bce8f1;
6632
+ }
6633
+
6634
+ .wpdt-c .panel-info > .panel-heading .badge {
6635
+ color: #d9edf7;
6636
+ background-color: #31708f;
6637
+ }
6638
+
6639
+ .wpdt-c .panel-info > .panel-footer + .panel-collapse > .panel-body {
6640
+ border-bottom-color: #bce8f1;
6641
+ }
6642
+
6643
+ .wpdt-c .panel-warning {
6644
+ border-color: #ff760f;
6645
+ }
6646
+
6647
+ .wpdt-c .panel-warning > .panel-heading {
6648
+ color: #ffa829;
6649
+ background-color: #ffa829;
6650
+ border-color: #ff760f;
6651
+ }
6652
+
6653
+ .wpdt-c .panel-warning > .panel-heading + .panel-collapse > .panel-body {
6654
+ border-top-color: #ff760f;
6655
+ }
6656
+
6657
+ .wpdt-c .panel-warning > .panel-heading .badge {
6658
+ color: #ffa829;
6659
+ background-color: #ffa829;
6660
+ }
6661
+
6662
+ .wpdt-c .panel-warning > .panel-footer + .panel-collapse > .panel-body {
6663
+ border-bottom-color: #ff760f;
6664
+ }
6665
+
6666
+ .wpdt-c .panel-danger {
6667
+ border-color: #f54556;
6668
+ }
6669
+
6670
+ .wpdt-c .panel-danger > .panel-heading {
6671
+ color: #f6675d;
6672
+ background-color: #f6675d;
6673
+ border-color: #f54556;
6674
+ }
6675
+
6676
+ .wpdt-c .panel-danger > .panel-heading + .panel-collapse > .panel-body {
6677
+ border-top-color: #f54556;
6678
+ }
6679
+
6680
+ .wpdt-c .panel-danger > .panel-heading .badge {
6681
+ color: #f6675d;
6682
+ background-color: #f6675d;
6683
+ }
6684
+
6685
+ .wpdt-c .panel-danger > .panel-footer + .panel-collapse > .panel-body {
6686
+ border-bottom-color: #f54556;
6687
+ }
6688
+
6689
+ .wpdt-c .embed-responsive {
6690
+ position: relative;
6691
+ display: block;
6692
+ height: 0;
6693
+ padding: 0;
6694
+ overflow: hidden;
6695
+ }
6696
+
6697
+ .wpdt-c .embed-responsive .embed-responsive-item, .wpdt-c .embed-responsive iframe, .wpdt-c .embed-responsive embed, .wpdt-c .embed-responsive object, .wpdt-c .embed-responsive video {
6698
+ position: absolute;
6699
+ top: 0;
6700
+ left: 0;
6701
+ bottom: 0;
6702
+ height: 100%;
6703
+ width: 100%;
6704
+ border: 0;
6705
+ }
6706
+
6707
+ .wpdt-c .embed-responsive-16by9 {
6708
+ padding-bottom: 56.25%;
6709
+ }
6710
+
6711
+ .wpdt-c .embed-responsive-4by3 {
6712
+ padding-bottom: 75%;
6713
+ }
6714
+
6715
+ .wpdt-c .well {
6716
+ min-height: 20px;
6717
+ padding: 19px;
6718
+ margin-bottom: 20px;
6719
+ background-color: #f5f5f5;
6720
+ border: 1px solid #e3e3e3;
6721
+ border-radius: 2px;
6722
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
6723
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
6724
+ }
6725
+
6726
+ .wpdt-c .well blockquote {
6727
+ border-color: #ddd;
6728
+ border-color: rgba(0, 0, 0, 0.15);
6729
+ }
6730
+
6731
+ .wpdt-c .well-lg {
6732
+ padding: 24px;
6733
+ border-radius: 2px;
6734
+ }
6735
+
6736
+ .wpdt-c .well-sm {
6737
+ padding: 9px;
6738
+ border-radius: 2px;
6739
+ }
6740
+
6741
+ .wpdt-c .close {
6742
+ float: right;
6743
+ font-size: 19.5px;
6744
+ font-weight: bold;
6745
+ line-height: 1;
6746
+ color: #000;
6747
+ text-shadow: 0 1px 0 #fff;
6748
+ opacity: 0.2;
6749
+ filter: alpha(opacity=20);
6750
+ }
6751
+
6752
+ .wpdt-c .close:hover, .wpdt-c .close:focus {
6753
+ color: #000;
6754
+ text-decoration: none;
6755
+ cursor: pointer;
6756
+ opacity: 0.5;
6757
+ filter: alpha(opacity=50);
6758
+ }
6759
+
6760
+ .wpdt-c button.close {
6761
+ padding: 0;
6762
+ cursor: pointer;
6763
+ background: transparent;
6764
+ border: 0;
6765
+ -webkit-appearance: none;
6766
+ }
6767
+
6768
+ .wpdt-c .modal-open {
6769
+ overflow: hidden;
6770
+ }
6771
+
6772
+ .wpdt-c .modal {
6773
+ display: none;
6774
+ overflow: hidden;
6775
+ position: fixed;
6776
+ top: 0;
6777
+ right: 0;
6778
+ bottom: 0;
6779
+ left: 0;
6780
+ z-index: 100001;
6781
+ -webkit-overflow-scrolling: touch;
6782
+ outline: 0;
6783
+ overflow-y: auto;
6784
+ }
6785
+
6786
+ .wpdt-c .modal.fade {
6787
+ text-align: center;
6788
+ }
6789
+
6790
+ .wpdt-c .modal.fade:before {
6791
+ content: '';
6792
+ height: 100%;
6793
+ width: 1px;
6794
+ display: inline-block;
6795
+ vertical-align: middle;
6796
+ }
6797
+
6798
+ @media (max-width: 767px) {
6799
+ .wpdt-c .modal.fade:before {
6800
+ height: inherit;
6801
+ }
6802
+ }
6803
+
6804
+ .wpdt-c .modal.fade .modal-dialog {
6805
+ -webkit-transform: translate(0, -25%);
6806
+ -ms-transform: translate(0, -25%);
6807
+ -o-transform: translate(0, -25%);
6808
+ transform: translate(0, -25%);
6809
+ -webkit-transition: -webkit-transform 0.3s ease-out;
6810
+ -moz-transition: -moz-transform 0.3s ease-out;
6811
+ -o-transition: -o-transform 0.3s ease-out;
6812
+ transition: transform 0.3s ease-out;
6813
+ }
6814
+
6815
+ .wpdt-c .modal.in .modal-dialog {
6816
+ -webkit-transform: translate(0, 0);
6817
+ -ms-transform: translate(0, 0);
6818
+ -o-transform: translate(0, 0);
6819
+ transform: translate(0, 0);
6820
+ }
6821
+
6822
+ .wpdt-c .modal-open .modal {
6823
+ overflow-x: hidden;
6824
+ overflow-y: auto;
6825
+ }
6826
+
6827
+ .wpdt-c .modal-dialog {
6828
+ position: relative;
6829
+ width: auto;
6830
+ margin: 10px;
6831
+ text-align: left;
6832
+ display: inline-block;
6833
+ vertical-align: middle;
6834
+ }
6835
+
6836
+ .wpdt-c .modal-content {
6837
+ position: relative;
6838
+ background-color: #fff;
6839
+ border: 1px solid transparent;
6840
+ border-radius: 2px;
6841
+ -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
6842
+ box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
6843
+ background-clip: padding-box;
6844
+ outline: 0;
6845
+ }
6846
+
6847
+ .wpdt-c .modal-backdrop {
6848
+ position: fixed;
6849
+ top: 0;
6850
+ right: 0;
6851
+ bottom: 0;
6852
+ left: 0;
6853
+ z-index: 9999;
6854
+ background-color: #000;
6855
+ }
6856
+
6857
+ .wpdt-c .modal-backdrop.fade {
6858
+ opacity: 0;
6859
+ filter: alpha(opacity=0);
6860
+ }
6861
+
6862
+ .wpdt-c .modal-backdrop.in {
6863
+ opacity: 0.4;
6864
+ filter: alpha(opacity=50);
6865
+ }
6866
+
6867
+ .wpdt-c .modal-header {
6868
+ padding: 15px;
6869
+ border-bottom: 1px solid transparent;
6870
+ }
6871
+
6872
+ .wpdt-c .modal-header .close {
6873
+ margin-top: -2px;
6874
+ }
6875
+
6876
+ .wpdt-c .modal-title {
6877
+ margin: 0;
6878
+ line-height: 1.42857143;
6879
+ }
6880
+
6881
+ .wpdt-c .modal-body {
6882
+ position: relative;
6883
+ padding: 15px;
6884
+ }
6885
+
6886
+ .wpdt-c .modal-footer {
6887
+ padding: 15px;
6888
+ text-align: right;
6889
+ border-top: 1px solid transparent;
6890
+ }
6891
+
6892
+ .wpdt-c .modal-footer .btn + .btn {
6893
+ margin-left: 5px;
6894
+ margin-bottom: 0;
6895
+ }
6896
+
6897
+ .wpdt-c .modal-footer .btn-group .btn + .btn {
6898
+ margin-left: -1px;
6899
+ }
6900
+
6901
+ .wpdt-c .modal-footer .btn-block + .btn-block {
6902
+ margin-left: 0;
6903
+ }
6904
+
6905
+ .wpdt-c .modal-scrollbar-measure {
6906
+ position: absolute;
6907
+ top: -9999px;
6908
+ width: 50px;
6909
+ height: 50px;
6910
+ overflow: scroll;
6911
+ }
6912
+
6913
+ @media (min-width: 768px) {
6914
+ .wpdt-c .modal-dialog {
6915
+ width: 600px;
6916
+ margin: 30px auto;
6917
+ }
6918
+
6919
+ .wpdt-c .modal-content {
6920
+ -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
6921
+ box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
6922
+ }
6923
+
6924
+ .wpdt-c .modal-sm {
6925
+ width: 300px;
6926
+ }
6927
+ }
6928
+
6929
+ @media (min-width: 992px) {
6930
+ .wpdt-c .modal-lg {
6931
+ width: 900px;
6932
+ }
6933
+ }
6934
+
6935
+ .wpdt-c .tooltip {
6936
+ position: absolute;
6937
+ z-index: 1070;
6938
+ display: block;
6939
+ font-style: normal;
6940
+ font-weight: normal;
6941
+ letter-spacing: normal;
6942
+ line-break: auto;
6943
+ line-height: 1.42857143;
6944
+ text-align: left;
6945
+ text-align: start;
6946
+ text-decoration: none;
6947
+ text-shadow: none;
6948
+ text-transform: none;
6949
+ white-space: normal;
6950
+ word-break: normal;
6951
+ word-spacing: normal;
6952
+ word-wrap: normal;
6953
+ font-size: 12px;
6954
+ opacity: 0;
6955
+ filter: alpha(opacity=0);
6956
+ }
6957
+
6958
+ .wpdt-c .tooltip.in {
6959
+ opacity: 1;
6960
+ filter: alpha(opacity=100);
6961
+ }
6962
+
6963
+ .wpdt-c .tooltip.top {
6964
+ margin-top: -3px;
6965
+ padding: 5px 0;
6966
+ }
6967
+
6968
+ .wpdt-c .tooltip.right {
6969
+ margin-left: 3px;
6970
+ padding: 0 5px;
6971
+ }
6972
+
6973
+ .wpdt-c .tooltip.bottom {
6974
+ margin-top: 3px;
6975
+ padding: 5px 0;
6976
+ }
6977
+
6978
+ .wpdt-c .tooltip.left {
6979
+ margin-left: -3px;
6980
+ padding: 0 5px;
6981
+ }
6982
+
6983
+ .wpdt-c .tooltip-inner {
6984
+ max-width: 200px;
6985
+ padding: 3px 8px;
6986
+ color: #fff;
6987
+ text-align: center;
6988
+ background-color: #333333;
6989
+ border-radius: 2px;
6990
+ }
6991
+
6992
+ .wpdt-c .tooltip-arrow {
6993
+ position: absolute;
6994
+ width: 0;
6995
+ height: 0;
6996
+ border-color: transparent;
6997
+ border-style: solid;
6998
+ }
6999
+
7000
+ .wpdt-c .tooltip.top .tooltip-arrow {
7001
+ bottom: 0;
7002
+ left: 50%;
7003
+ margin-left: -5px;
7004
+ border-width: 5px 5px 0;
7005
+ border-top-color: #333333;
7006
+ }
7007
+
7008
+ .wpdt-c .tooltip.top-left .tooltip-arrow {
7009
+ bottom: 0;
7010
+ right: 5px;
7011
+ margin-bottom: -5px;
7012
+ border-width: 5px 5px 0;
7013
+ border-top-color: #333333;
7014
+ }
7015
+
7016
+ .wpdt-c .tooltip.top-right .tooltip-arrow {
7017
+ bottom: 0;
7018
+ left: 5px;
7019
+ margin-bottom: -5px;
7020
+ border-width: 5px 5px 0;
7021
+ border-top-color: #333333;
7022
+ }
7023
+
7024
+ .wpdt-c .tooltip.right .tooltip-arrow {
7025
+ top: 50%;
7026
+ left: 0;
7027
+ margin-top: -5px;
7028
+ border-width: 5px 5px 5px 0;
7029
+ border-right-color: #333333;
7030
+ }
7031
+
7032
+ .wpdt-c .tooltip.left .tooltip-arrow {
7033
+ top: 50%;
7034
+ right: 0;
7035
+ margin-top: -5px;
7036
+ border-width: 5px 0 5px 5px;
7037
+ border-left-color: #333333;
7038
+ }
7039
+
7040
+ .wpdt-c .tooltip.bottom .tooltip-arrow {
7041
+ top: 0;
7042
+ left: 50%;
7043
+ margin-left: -5px;
7044
+ border-width: 0 5px 5px;
7045
+ border-bottom-color: #333333;
7046
+ }
7047
+
7048
+ .wpdt-c .tooltip.bottom-left .tooltip-arrow {
7049
+ top: 0;
7050
+ right: 5px;
7051
+ margin-top: -5px;
7052
+ border-width: 0 5px 5px;
7053
+ border-bottom-color: #333333;
7054
+ }
7055
+
7056
+ .wpdt-c .tooltip.bottom-right .tooltip-arrow {
7057
+ top: 0;
7058
+ left: 5px;
7059
+ margin-top: -5px;
7060
+ border-width: 0 5px 5px;
7061
+ border-bottom-color: #333333;
7062
+ }
7063
+
7064
+ .wpdt-c .popover {
7065
+ position: absolute;
7066
+ top: 0;
7067
+ left: 0;
7068
+ z-index: 9;
7069
+ display: none;
7070
+ max-width: 276px;
7071
+ padding: 1px;
7072
+ font-style: normal;
7073
+ font-weight: normal;
7074
+ letter-spacing: normal;
7075
+ line-break: auto;
7076
+ line-height: 1.42857143;
7077
+ text-align: left;
7078
+ text-align: start;
7079
+ text-decoration: none;
7080
+ text-shadow: none;
7081
+ text-transform: none;
7082
+ white-space: normal;
7083
+ word-break: normal;
7084
+ word-spacing: normal;
7085
+ word-wrap: normal;
7086
+ font-size: 13px;
7087
+ background-color: #fff;
7088
+ background-clip: padding-box;
7089
+ border: 1px solid #fff;
7090
+ border-radius: 2px;
7091
+ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
7092
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
7093
+ }
7094
+
7095
+ .wpdt-c .popover.top {
7096
+ margin-top: -10px;
7097
+ }
7098
+
7099
+ .wpdt-c .popover.right {
7100
+ margin-left: 10px;
7101
+ }
7102
+
7103
+ .wpdt-c .popover.bottom {
7104
+ margin-top: 10px;
7105
+ }
7106
+
7107
+ .wpdt-c .popover.left {
7108
+ margin-left: -10px;
7109
+ }
7110
+
7111
+ .wpdt-c .popover-title {
7112
+ margin: 0;
7113
+ padding: 8px 14px;
7114
+ font-size: 13px;
7115
+ background-color: #fff;
7116
+ border-bottom: 1px solid #f2f2f2;
7117
+ border-radius: 1px 1px 0 0;
7118
+ }
7119
+
7120
+ .wpdt-c .popover-content {
7121
+ padding: 9px 14px;
7122
+ }
7123
+
7124
+ .wpdt-c .popover > .arrow, .wpdt-c .popover > .arrow:after {
7125
+ position: absolute;
7126
+ display: block;
7127
+ width: 0;
7128
+ height: 0;
7129
+ border-color: transparent;
7130
+ border-style: solid;
7131
+ }
7132
+
7133
+ .wpdt-c .popover > .arrow {
7134
+ border-width: 11px;
7135
+ }
7136
+
7137
+ .wpdt-c .popover > .arrow:after {
7138
+ border-width: 10px;
7139
+ content: "";
7140
+ }
7141
+
7142
+ .wpdt-c .popover.top > .arrow {
7143
+ left: 50%;
7144
+ margin-left: -11px;
7145
+ border-bottom-width: 0;
7146
+ border-top-color: #cccccc;
7147
+ border-top-color: #ffffff;
7148
+ bottom: -11px;
7149
+ }
7150
+
7151
+ .wpdt-c .popover.top > .arrow:after {
7152
+ content: " ";
7153
+ bottom: 1px;
7154
+ margin-left: -10px;
7155
+ border-bottom-width: 0;
7156
+ border-top-color: #fff;
7157
+ }
7158
+
7159
+ .wpdt-c .popover.right > .arrow {
7160
+ top: 50%;
7161
+ left: -11px;
7162
+ margin-top: -11px;
7163
+ margin-left: 0;
7164
+ border-left-width: 0;
7165
+ border-right-color: #cccccc;
7166
+ border-right-color: #ffffff;
7167
+ }
7168
+
7169
+ .wpdt-c .popover.right > .arrow:after {
7170
+ content: " ";
7171
+ left: 1px;
7172
+ bottom: -10px;
7173
+ border-left-width: 0;
7174
+ border-right-color: #fff;
7175
+ }
7176
+
7177
+ .wpdt-c .popover.bottom > .arrow {
7178
+ left: 50%;
7179
+ margin-left: -11px;
7180
+ border-top-width: 0;
7181
+ border-bottom-color: #cccccc;
7182
+ border-bottom-color: #ffffff;
7183
+ top: -11px;
7184
+ }
7185
+
7186
+ .wpdt-c .popover.bottom > .arrow:after {
7187
+ content: " ";
7188
+ top: 1px;
7189
+ margin-left: -10px;
7190
+ border-top-width: 0;
7191
+ border-bottom-color: #fff;
7192
+ }
7193
+
7194
+ .wpdt-c .popover.left > .arrow {
7195
+ top: 50%;
7196
+ right: -11px;
7197
+ margin-top: -11px;
7198
+ border-right-width: 0;
7199
+ border-left-color: #cccccc;
7200
+ border-left-color: #ffffff;
7201
+ }
7202
+
7203
+ .wpdt-c .popover.left > .arrow:after {
7204
+ content: " ";
7205
+ right: 1px;
7206
+ border-right-width: 0;
7207
+ border-left-color: #fff;
7208
+ bottom: -10px;
7209
+ }
7210
+
7211
+ .wpdt-c .carousel {
7212
+ position: relative;
7213
+ }
7214
+
7215
+ .wpdt-c .carousel-inner {
7216
+ position: relative;
7217
+ overflow: hidden;
7218
+ width: 100%;
7219
+ }
7220
+
7221
+ .wpdt-c .carousel-inner > .item {
7222
+ display: none;
7223
+ position: relative;
7224
+ -webkit-transition: 0.6s ease-in-out left;
7225
+ -o-transition: 0.6s ease-in-out left;
7226
+ transition: 0.6s ease-in-out left;
7227
+ }
7228
+
7229
+ .wpdt-c .carousel-inner > .item > img, .wpdt-c .carousel-inner > .item > a > img {
7230
+ line-height: 1;
7231
+ }
7232
+
7233
+ @media all and (transform-3d), (-webkit-transform-3d) {
7234
+ .wpdt-c .carousel-inner > .item {
7235
+ -webkit-transition: -webkit-transform 0.6s ease-in-out;
7236
+ -moz-transition: -moz-transform 0.6s ease-in-out;
7237
+ -o-transition: -o-transform 0.6s ease-in-out;
7238
+ transition: transform 0.6s ease-in-out;
7239
+ -webkit-backface-visibility: hidden;
7240
+ -moz-backface-visibility: hidden;
7241
+ backface-visibility: hidden;
7242
+ -webkit-perspective: 1000px;
7243
+ -moz-perspective: 1000px;
7244
+ perspective: 1000px;
7245
+ }
7246
+
7247
+ .wpdt-c .carousel-inner > .item.next,
7248
+ .wpdt-c .carousel-inner > .item.active.right {
7249
+ -webkit-transform: translate3d(100%, 0, 0);
7250
+ transform: translate3d(100%, 0, 0);
7251
+ left: 0;
7252
+ }
7253
+
7254
+ .wpdt-c .carousel-inner > .item.prev,
7255
+ .wpdt-c .carousel-inner > .item.active.left {
7256
+ -webkit-transform: translate3d(-100%, 0, 0);
7257
+ transform: translate3d(-100%, 0, 0);
7258
+ left: 0;
7259
+ }
7260
+
7261
+ .wpdt-c .carousel-inner > .item.next.left,
7262
+ .wpdt-c .carousel-inner > .item.prev.right,
7263
+ .wpdt-c .carousel-inner > .item.active {
7264
+ -webkit-transform: translate3d(0, 0, 0);
7265
+ transform: translate3d(0, 0, 0);
7266
+ left: 0;
7267
+ }
7268
+ }
7269
+
7270
+ .wpdt-c .carousel-inner > .active, .wpdt-c .carousel-inner > .next, .wpdt-c .carousel-inner > .prev {
7271
+ display: block;
7272
+ }
7273
+
7274
+ .wpdt-c .carousel-inner > .active {
7275
+ left: 0;
7276
+ }
7277
+
7278
+ .wpdt-c .carousel-inner > .next, .wpdt-c .carousel-inner > .prev {
7279
+ position: absolute;
7280
+ top: 0;
7281
+ width: 100%;
7282
+ }
7283
+
7284
+ .wpdt-c .carousel-inner > .next {
7285
+ left: 100%;
7286
+ }
7287
+
7288
+ .wpdt-c .carousel-inner > .prev {
7289
+ left: -100%;
7290
+ }
7291
+
7292
+ .wpdt-c .carousel-inner > .next.left, .wpdt-c .carousel-inner > .prev.right {
7293
+ left: 0;
7294
+ }
7295
+
7296
+ .wpdt-c .carousel-inner > .active.left {
7297
+ left: -100%;
7298
+ }
7299
+
7300
+ .wpdt-c .carousel-inner > .active.right {
7301
+ left: 100%;
7302
+ }
7303
+
7304
+ .wpdt-c .carousel-control {
7305
+ position: absolute;
7306
+ top: 0;
7307
+ left: 0;
7308
+ bottom: 0;
7309
+ width: 15%;
7310
+ opacity: 0.5;
7311
+ filter: alpha(opacity=50);
7312
+ font-size: 20px;
7313
+ color: #fff;
7314
+ text-align: center;
7315
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
7316
+ background-color: rgba(0, 0, 0, 0);
7317
+ }
7318
+
7319
+ .wpdt-c .carousel-control.left {
7320
+ background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
7321
+ background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
7322
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
7323
+ background-repeat: repeat-x;
7324
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
7325
+ }
7326
+
7327
+ .wpdt-c .carousel-control.right {
7328
+ left: auto;
7329
+ right: 0;
7330
+ background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
7331
+ background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
7332
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
7333
+ background-repeat: repeat-x;
7334
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
7335
+ }
7336
+
7337
+ .wpdt-c .carousel-control:hover, .wpdt-c .carousel-control:focus {
7338
+ outline: 0;
7339
+ color: #fff;
7340
+ text-decoration: none;
7341
+ opacity: 0.9;
7342
+ filter: alpha(opacity=90);
7343
+ }
7344
+
7345
+ .wpdt-c .carousel-control .icon-prev, .wpdt-c .carousel-control .icon-next, .wpdt-c .carousel-control .glyphicon-chevron-left, .wpdt-c .carousel-control .glyphicon-chevron-right {
7346
+ position: absolute;
7347
+ top: 50%;
7348
+ margin-top: -10px;
7349
+ z-index: 5;
7350
+ display: inline-block;
7351
+ }
7352
+
7353
+ .wpdt-c .carousel-control .icon-prev, .wpdt-c .carousel-control .glyphicon-chevron-left {
7354
+ left: 50%;
7355
+ margin-left: -10px;
7356
+ }
7357
+
7358
+ .wpdt-c .carousel-control .icon-next, .wpdt-c .carousel-control .glyphicon-chevron-right {
7359
+ right: 50%;
7360
+ margin-right: -10px;
7361
+ }
7362
+
7363
+ .wpdt-c .carousel-control .icon-prev, .wpdt-c .carousel-control .icon-next {
7364
+ width: 20px;
7365
+ height: 20px;
7366
+ line-height: 1;
7367
+ font-family: serif;
7368
+ }
7369
+
7370
+ .wpdt-c .carousel-control .icon-prev:before {
7371
+ content: '\2039';
7372
+ }
7373
+
7374
+ .wpdt-c .carousel-control .icon-next:before {
7375
+ content: '\203a';
7376
+ }
7377
+
7378
+ .wpdt-c .carousel-indicators {
7379
+ position: absolute;
7380
+ bottom: 10px;
7381
+ left: 50%;
7382
+ z-index: 15;
7383
+ width: 60%;
7384
+ margin-left: -30%;
7385
+ padding-left: 0;
7386
+ list-style: none;
7387
+ text-align: center;
7388
+ }
7389
+
7390
+ .wpdt-c .carousel-indicators li {
7391
+ display: inline-block;
7392
+ width: 10px;
7393
+ height: 10px;
7394
+ margin: 1px;
7395
+ text-indent: -999px;
7396
+ border: 1px solid #fff;
7397
+ border-radius: 10px;
7398
+ cursor: pointer;
7399
+ background-color: #000 \9;
7400
+ background-color: rgba(0, 0, 0, 0);
7401
+ }
7402
+
7403
+ .wpdt-c .carousel-indicators .active {
7404
+ margin: 0;
7405
+ width: 12px;
7406
+ height: 12px;
7407
+ background-color: #fff;
7408
+ }
7409
+
7410
+ .wpdt-c .carousel-caption {
7411
+ position: absolute;
7412
+ left: 15%;
7413
+ right: 15%;
7414
+ bottom: 20px;
7415
+ z-index: 10;
7416
+ padding-top: 20px;
7417
+ padding-bottom: 20px;
7418
+ color: #fff;
7419
+ text-align: center;
7420
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
7421
+ }
7422
+
7423
+ .wpdt-c .carousel-caption .btn {
7424
+ text-shadow: none;
7425
+ }
7426
+
7427
+ @media screen and (min-width: 768px) {
7428
+ .wpdt-c .carousel-control .glyphicon-chevron-left,
7429
+ .wpdt-c .carousel-control .glyphicon-chevron-right,
7430
+ .wpdt-c .carousel-control .icon-prev,
7431
+ .wpdt-c .carousel-control .icon-next {
7432
+ width: 30px;
7433
+ height: 30px;
7434
+ margin-top: -10px;
7435
+ font-size: 30px;
7436
+ }
7437
+
7438
+ .wpdt-c .carousel-control .glyphicon-chevron-left,
7439
+ .wpdt-c .carousel-control .icon-prev {
7440
+ margin-left: -10px;
7441
+ }
7442
+
7443
+ .wpdt-c .carousel-control .glyphicon-chevron-right,
7444
+ .wpdt-c .carousel-control .icon-next {
7445
+ margin-right: -10px;
7446
+ }
7447
+
7448
+ .wpdt-c .carousel-caption {
7449
+ left: 20%;
7450
+ right: 20%;
7451
+ padding-bottom: 30px;
7452
+ }
7453
+
7454
+ .wpdt-c .carousel-indicators {
7455
+ bottom: 20px;
7456
+ }
7457
+ }
7458
+
7459
+ .wpdt-c .clearfix:before, .wpdt-c .clearfix:after, .wpdt-c .dl-horizontal dd:before, .wpdt-c .dl-horizontal dd:after, .wpdt-c .container:before, .wpdt-c .container:after, .wpdt-c .container-fluid:before, .wpdt-c .container-fluid:after, .wpdt-c .row:before, .wpdt-c .row:after, .wpdt-c .form-horizontal .form-group:before, .wpdt-c .form-horizontal .form-group:after, .wpdt-c .btn-toolbar:before, .wpdt-c .btn-toolbar:after, .wpdt-c .btn-group-vertical > .btn-group:before, .wpdt-c .btn-group-vertical > .btn-group:after, .wpdt-c .nav:before, .wpdt-c .nav:after, .wpdt-c .navbar:before, .wpdt-c .navbar:after, .wpdt-c .navbar-header:before, .wpdt-c .navbar-header:after, .wpdt-c .navbar-collapse:before, .wpdt-c .navbar-collapse:after, .wpdt-c .pager:before, .wpdt-c .pager:after, .wpdt-c .panel-body:before, .wpdt-c .panel-body:after, .wpdt-c .modal-header:before, .wpdt-c .modal-header:after, .wpdt-c .modal-footer:before, .wpdt-c .modal-footer:after {
7460
+ content: " ";
7461
+ display: table;
7462
+ }
7463
+
7464
+ .wpdt-c .clearfix:after, .wpdt-c .dl-horizontal dd:after, .wpdt-c .container:after, .wpdt-c .container-fluid:after, .wpdt-c .row:after, .wpdt-c .form-horizontal .form-group:after, .wpdt-c .btn-toolbar:after, .wpdt-c .btn-group-vertical > .btn-group:after, .wpdt-c .nav:after, .wpdt-c .navbar:after, .wpdt-c .navbar-header:after, .wpdt-c .navbar-collapse:after, .wpdt-c .pager:after, .wpdt-c .panel-body:after, .wpdt-c .modal-header:after, .wpdt-c .modal-footer:after {
7465
+ clear: both;
7466
+ }
7467
+
7468
+ .wpdt-c .center-block {
7469
+ display: block;
7470
+ margin-left: auto;
7471
+ margin-right: auto;
7472
+ }
7473
+
7474
+ .wpdt-c .pull-right {
7475
+ float: right !important;
7476
+ }
7477
+
7478
+ .wpdt-c .pull-left {
7479
+ float: left !important;
7480
+ }
7481
+
7482
+ .wpdt-c .hide {
7483
+ display: none !important;
7484
+ }
7485
+
7486
+ .wpdt-c .show {
7487
+ display: block !important;
7488
+ }
7489
+
7490
+ .wpdt-c .invisible {
7491
+ visibility: hidden;
7492
+ }
7493
+
7494
+ .wpdt-c .text-hide {
7495
+ font: 0/0 a;
7496
+ color: transparent;
7497
+ text-shadow: none;
7498
+ background-color: transparent;
7499
+ border: 0;
7500
+ }
7501
+
7502
+ .wpdt-c .hidden {
7503
+ display: none !important;
7504
+ }
7505
+
7506
+ .wpdt-c .affix {
7507
+ position: fixed;
7508
+ }
7509
+
7510
+ @-ms-viewport {
7511
+ width: device-width;
7512
+ }
7513
+
7514
+ .wpdt-c .visible-xs, .wpdt-c .visible-sm, .wpdt-c .visible-md, .wpdt-c .visible-lg {
7515
+ display: none !important;
7516
+ }
7517
+
7518
+ .wpdt-c .visible-xs-block, .wpdt-c .visible-xs-inline, .wpdt-c .visible-xs-inline-block, .wpdt-c .visible-sm-block, .wpdt-c .visible-sm-inline, .wpdt-c .visible-sm-inline-block, .wpdt-c .visible-md-block, .wpdt-c .visible-md-inline, .wpdt-c .visible-md-inline-block, .wpdt-c .visible-lg-block, .wpdt-c .visible-lg-inline, .wpdt-c .visible-lg-inline-block {
7519
+ display: none !important;
7520
+ }
7521
+
7522
+ @media (max-width: 767px) {
7523
+ .wpdt-c .visible-xs {
7524
+ display: block !important;
7525
+ }
7526
+
7527
+ table.visible-xs {
7528
+ display: table !important;
7529
+ }
7530
+
7531
+ tr.visible-xs {
7532
+ display: table-row !important;
7533
+ }
7534
+
7535
+ th.visible-xs,
7536
+ td.visible-xs {
7537
+ display: table-cell !important;
7538
+ }
7539
+ }
7540
+
7541
+ @media (max-width: 767px) {
7542
+ .wpdt-c .visible-xs-block {
7543
+ display: block !important;
7544
+ }
7545
+ }
7546
+
7547
+ @media (max-width: 767px) {
7548
+ .wpdt-c .visible-xs-inline {
7549
+ display: inline !important;
7550
+ }
7551
+ }
7552
+
7553
+ @media (max-width: 767px) {
7554
+ .wpdt-c .visible-xs-inline-block {
7555
+ display: inline-block !important;
7556
+ }
7557
+ }
7558
+
7559
+ @media (min-width: 768px) and (max-width: 991px) {
7560
+ .wpdt-c .visible-sm {
7561
+ display: block !important;
7562
+ }
7563
+
7564
+ table.visible-sm {
7565
+ display: table !important;
7566
+ }
7567
+
7568
+ tr.visible-sm {
7569
+ display: table-row !important;
7570
+ }
7571
+
7572
+ th.visible-sm,
7573
+ td.visible-sm {
7574
+ display: table-cell !important;
7575
+ }
7576
+ }
7577
+
7578
+ @media (min-width: 768px) and (max-width: 991px) {
7579
+ .wpdt-c .visible-sm-block {
7580
+ display: block !important;
7581
+ }
7582
+ }
7583
+
7584
+ @media (min-width: 768px) and (max-width: 991px) {
7585
+ .wpdt-c .visible-sm-inline {
7586
+ display: inline !important;
7587
+ }
7588
+ }
7589
+
7590
+ @media (min-width: 768px) and (max-width: 991px) {
7591
+ .wpdt-c .visible-sm-inline-block {
7592
+ display: inline-block !important;
7593
+ }
7594
+ }
7595
+
7596
+ @media (min-width: 992px) and (max-width: 1199px) {
7597
+ .wpdt-c .visible-md {
7598
+ display: block !important;
7599
+ }
7600
+
7601
+ table.visible-md {
7602
+ display: table !important;
7603
+ }
7604
+
7605
+ tr.visible-md {
7606
+ display: table-row !important;
7607
+ }
7608
+
7609
+ th.visible-md,
7610
+ td.visible-md {
7611
+ display: table-cell !important;
7612
+ }
7613
+ }
7614
+
7615
+ @media (min-width: 992px) and (max-width: 1199px) {
7616
+ .wpdt-c .visible-md-block {
7617
+ display: block !important;
7618
+ }
7619
+ }
7620
+
7621
+ @media (min-width: 992px) and (max-width: 1199px) {
7622
+ .wpdt-c .visible-md-inline {
7623
+ display: inline !important;
7624
+ }
7625
+ }
7626
+
7627
+ @media (min-width: 992px) and (max-width: 1199px) {
7628
+ .wpdt-c .visible-md-inline-block {
7629
+ display: inline-block !important;
7630
+ }
7631
+ }
7632
+
7633
+ @media (min-width: 1200px) {
7634
+ .wpdt-c .visible-lg {
7635
+ display: block !important;
7636
+ }
7637
+
7638
+ table.visible-lg {
7639
+ display: table !important;
7640
+ }
7641
+
7642
+ tr.visible-lg {
7643
+ display: table-row !important;
7644
+ }
7645
+
7646
+ th.visible-lg,
7647
+ td.visible-lg {
7648
+ display: table-cell !important;
7649
+ }
7650
+ }
7651
+
7652
+ @media (min-width: 1200px) {
7653
+ .wpdt-c .visible-lg-block {
7654
+ display: block !important;
7655
+ }
7656
+ }
7657
+
7658
+ @media (min-width: 1200px) {
7659
+ .wpdt-c .visible-lg-inline {
7660
+ display: inline !important;
7661
+ }
7662
+ }
7663
+
7664
+ @media (min-width: 1200px) {
7665
+ .wpdt-c .visible-lg-inline-block {
7666
+ display: inline-block !important;
7667
+ }
7668
+ }
7669
+
7670
+ @media (max-width: 767px) {
7671
+ .hidden-xs {
7672
+ display: none !important;
7673
+ }
7674
+ }
7675
+
7676
+ @media (min-width: 768px) and (max-width: 991px) {
7677
+ .hidden-sm {
7678
+ display: none !important;
7679
+ }
7680
+ }
7681
+
7682
+ @media (min-width: 992px) and (max-width: 1199px) {
7683
+ .hidden-md {
7684
+ display: none !important;
7685
+ }
7686
+ }
7687
+
7688
+ @media (min-width: 1200px) {
7689
+ .hidden-lg {
7690
+ display: none !important;
7691
+ }
7692
+ }
7693
+
7694
+ .wpdt-c .visible-print {
7695
+ display: none !important;
7696
+ }
7697
+
7698
+ @media print {
7699
+ .wpdt-c .visible-print {
7700
+ display: block !important;
7701
+ }
7702
+
7703
+ .wpdt-c table.visible-print {
7704
+ display: table !important;
7705
+ }
7706
+
7707
+ .wpdt-c tr.visible-print {
7708
+ display: table-row !important;
7709
+ }
7710
+
7711
+ .wpdt-c th.visible-print,
7712
+ .wpdt-c td.visible-print {
7713
+ display: table-cell !important;
7714
+ }
7715
+ }
7716
+
7717
+ .wpdt-c .visible-print-block {
7718
+ display: none !important;
7719
+ }
7720
+
7721
+ @media print {
7722
+ .wpdt-c .visible-print-block {
7723
+ display: block !important;
7724
+ }
7725
+ }
7726
+
7727
+ .wpdt-c .visible-print-inline {
7728
+ display: none !important;
7729
+ }
7730
+
7731
+ @media print {
7732
+ .wpdt-c .visible-print-inline {
7733
+ display: inline !important;
7734
+ }
7735
+ }
7736
+
7737
+ .wpdt-c .visible-print-inline-block {
7738
+ display: none !important;
7739
+ }
7740
+
7741
+ @media print {
7742
+ .wpdt-c .visible-print-inline-block {
7743
+ display: inline-block !important;
7744
+ }
7745
+ }
7746
+
7747
+ @media print {
7748
+ .wpdt-c .hidden-print {
7749
+ display: none !important;
7750
+ }
7751
+ }
7752
+
7753
+ @font-face {
7754
+ font-family: satisfy;
7755
+ src: url('../fonts/satisfy/satisfy.eot');
7756
+ 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');
7757
+ font-weight: 400;
7758
+ font-style: normal;
7759
+ }
7760
+
7761
+ /*
7762
+ * Vendors
7763
+ */
7764
+
7765
+ @font-face {
7766
+ font-family: weather-icons;
7767
+ src: url('../fonts/weather-icons/weather-icons.eot');
7768
+ 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');
7769
+ font-weight: 400;
7770
+ font-style: normal;
7771
+ }
7772
+
7773
+ .wpdt-c #weather-widget [class*="icon-"] {
7774
+ font-family: 'weather-icons';
7775
+ font-style: normal;
7776
+ -webkit-font-smoothing: antialiased;
7777
+ -moz-osx-font-smoothing: grayscale;
7778
+ }
7779
+
7780
+ .wpdt-c .icon-0:before {
7781
+ content: ":";
7782
+ }
7783
+
7784
+ .wpdt-c .icon-1:before {
7785
+ content: "p";
7786
+ }
7787
+
7788
+ .wpdt-c .icon-2:before {
7789
+ content: "S";
7790
+ }
7791
+
7792
+ .wpdt-c .icon-3:before {
7793
+ content: "Q";
7794
+ }
7795
+
7796
+ .wpdt-c .icon-4:before {
7797
+ content: "S";
7798
+ }
7799
+
7800
+ .wpdt-c .icon-5:before {
7801
+ content: "W";
7802
+ }
7803
+
7804
+ .wpdt-c .icon-6:before {
7805
+ content: "W";
7806
+ }
7807
+
7808
+ .wpdt-c .icon-7:before {
7809
+ content: "W";
7810
+ }
7811
+
7812
+ .wpdt-c .icon-8:before {
7813
+ content: "W";
7814
+ }
7815
+
7816
+ .wpdt-c .icon-9:before {
7817
+ content: "I";
7818
+ }
7819
+
7820
+ .wpdt-c .icon-10:before {
7821
+ content: "W";
7822
+ }
7823
+
7824
+ .wpdt-c .icon-11:before {
7825
+ content: "I";
7826
+ }
7827
+
7828
+ .wpdt-c .icon-12:before {
7829
+ content: "I";
7830
+ }
7831
+
7832
+ .wpdt-c .icon-13:before {
7833
+ content: "I";
7834
+ }
7835
+
7836
+ .wpdt-c .icon-14:before {
7837
+ content: "I";
7838
+ }
7839
+
7840
+ .wpdt-c .icon-15:before {
7841
+ content: "W";
7842
+ }
7843
+
7844
+ .wpdt-c .icon-16:before {
7845
+ content: "I";
7846
+ }
7847
+
7848
+ .wpdt-c .icon-17:before {
7849
+ content: "W";
7850
+ }
7851
+
7852
+ .wpdt-c .icon-18:before {
7853
+ content: "U";
7854
+ }
7855
+
7856
+ .wpdt-c .icon-19:before {
7857
+ content: "Z";
7858
+ }
7859
+
7860
+ .wpdt-c .icon-20:before {
7861
+ content: "Z";
7862
+ }
7863
+
7864
+ .wpdt-c .icon-21:before {
7865
+ content: "Z";
7866
+ }
7867
+
7868
+ .wpdt-c .icon-22:before {
7869
+ content: "Z";
7870
+ }
7871
+
7872
+ .wpdt-c .icon-23:before {
7873
+ content: "Z";
7874
+ }
7875
+
7876
+ .wpdt-c .icon-24:before {
7877
+ content: "E";
7878
+ }
7879
+
7880
+ .wpdt-c .icon-25:before {
7881
+ content: "E";
7882
+ }
7883
+
7884
+ .wpdt-c .icon-26:before {
7885
+ content: "3";
7886
+ }
7887
+
7888
+ .wpdt-c .icon-27:before {
7889
+ content: "a";
7890
+ }
7891
+
7892
+ .wpdt-c .icon-28:before {
7893
+ content: "A";
7894
+ }
7895
+
7896
+ .wpdt-c .icon-29:before {
7897
+ content: "a";
7898
+ }
7899
+
7900
+ .wpdt-c .icon-30:before {
7901
+ content: "A";
7902
+ }
7903
+
7904
+ .wpdt-c .icon-31:before {
7905
+ content: "6";
7906
+ }
7907
+
7908
+ .wpdt-c .icon-32:before {
7909
+ content: "1";
7910
+ }
7911
+
7912
+ .wpdt-c .icon-33:before {
7913
+ content: "6";
7914
+ }
7915
+
7916
+ .wpdt-c .icon-34:before {
7917
+ content: "1";
7918
+ }
7919
+
7920
+ .wpdt-c .icon-35:before {
7921
+ content: "W";
7922
+ }
7923
+
7924
+ .wpdt-c .icon-36:before {
7925
+ content: "1";
7926
+ }
7927
+
7928
+ .wpdt-c .icon-37:before {
7929
+ content: "S";
7930
+ }
7931
+
7932
+ .wpdt-c .icon-38:before {
7933
+ content: "S";
7934
+ }
7935
+
7936
+ .wpdt-c .icon-39:before {
7937
+ content: "S";
7938
+ }
7939
+
7940
+ .wpdt-c .icon-40:before {
7941
+ content: "M";
7942
+ }
7943
+
7944
+ .wpdt-c .icon-41:before {
7945
+ content: "W";
7946
+ }
7947
+
7948
+ .wpdt-c .icon-42:before {
7949
+ content: "I";
7950
+ }
7951
+
7952
+ .wpdt-c .icon-43:before {
7953
+ content: "W";
7954
+ }
7955
+
7956
+ .wpdt-c .icon-44:before {
7957
+ content: "a";
7958
+ }
7959
+
7960
+ .wpdt-c .icon-45:before {
7961
+ content: "S";
7962
+ }
7963
+
7964
+ .wpdt-c .icon-46:before {
7965
+ content: "U";
7966
+ }
7967
+
7968
+ .wpdt-c .icon-47:before {
7969
+ content: "S";
7970
+ }
7971
+
7972
+ .wpdt-c .btn-file {
7973
+ overflow: hidden;
7974
+ position: relative;
7975
+ vertical-align: middle;
7976
+ }
7977
+
7978
+ .wpdt-c .btn-file > input {
7979
+ position: absolute;
7980
+ top: 0;
7981
+ right: 0;
7982
+ margin: 0;
7983
+ opacity: 0;
7984
+ filter: alpha(opacity=0);
7985
+ font-size: 23px;
7986
+ height: 100%;
7987
+ width: 100%;
7988
+ direction: ltr;
7989
+ cursor: pointer;
7990
+ }
7991
+
7992
+ .wpdt-c .fileinput {
7993
+ margin-bottom: 9px;
7994
+ display: inline-block;
7995
+ }
7996
+
7997
+ .wpdt-c .fileinput .form-control {
7998
+ padding-top: 7px;
7999
+ padding-bottom: 5px;
8000
+ display: inline-block;
8001
+ margin-bottom: 0px;
8002
+ vertical-align: middle;
8003
+ cursor: text;
8004
+ }
8005
+
8006
+ .wpdt-c .fileinput .thumbnail {
8007
+ overflow: hidden;
8008
+ display: inline-block;
8009
+ margin-bottom: 5px;
8010
+ vertical-align: middle;
8011
+ text-align: center;
8012
+ }
8013
+
8014
+ .wpdt-c .fileinput .thumbnail > img {
8015
+ max-height: 100%;
8016
+ }
8017
+
8018
+ .wpdt-c .fileinput .btn {
8019
+ vertical-align: middle;
8020
+ }
8021
+
8022
+ .wpdt-c .fileinput-exists .fileinput-new, .wpdt-c .fileinput-new .fileinput-exists {
8023
+ display: none;
8024
+ }
8025
+
8026
+ .wpdt-c .fileinput-inline .fileinput-controls {
8027
+ display: inline;
8028
+ }
8029
+
8030
+ .wpdt-c .fileinput-filename {
8031
+ vertical-align: middle;
8032
+ display: inline-block;
8033
+ overflow: hidden;
8034
+ }
8035
+
8036
+ .wpdt-c .form-control .fileinput-filename {
8037
+ vertical-align: bottom;
8038
+ }
8039
+
8040
+ .wpdt-c .fileinput.input-group {
8041
+ display: table;
8042
+ }
8043
+
8044
+ .wpdt-c .fileinput.input-group > * {
8045
+ position: relative;
8046
+ z-index: 2;
8047
+ }
8048
+
8049
+ .wpdt-c .fileinput.input-group > .btn-file {
8050
+ z-index: 1;
8051
+ }
8052
+
8053
+ .wpdt-c .fileinput-new.input-group .btn-file, .wpdt-c .fileinput-new .input-group .btn-file {
8054
+ border-radius: 0 2px 2px 0;
8055
+ }
8056
+
8057
+ .wpdt-c .fileinput-new.input-group .btn-file.btn-xs, .wpdt-c .fileinput-new .input-group .btn-file.btn-xs, .wpdt-c .fileinput-new.input-group .btn-file.btn-sm, .wpdt-c .fileinput-new .input-group .btn-file.btn-sm {
8058
+ border-radius: 0 2px 2px 0;
8059
+ }
8060
+
8061
+ .wpdt-c .fileinput-new.input-group .btn-file.btn-lg, .wpdt-c .fileinput-new .input-group .btn-file.btn-lg {
8062
+ border-radius: 0 2px 2px 0;
8063
+ }
8064
+
8065
+ .wpdt-c .form-group.has-warning .fileinput .fileinput-preview {
8066
+ color: #ffa829;
8067
+ }
8068
+
8069
+ .wpdt-c .form-group.has-warning .fileinput .thumbnail {
8070
+ border-color: #ff760f;
8071
+ }
8072
+
8073
+ .wpdt-c .form-group.has-error .fileinput .fileinput-preview {
8074
+ color: #f6675d;
8075
+ }
8076
+
8077
+ .wpdt-c .form-group.has-error .fileinput .thumbnail {
8078
+ border-color: #f54556;
8079
+ }
8080
+
8081
+ .wpdt-c .form-group.has-success .fileinput .fileinput-preview {
8082
+ color: #67bd6a;
8083
+ }
8084
+
8085
+ .wpdt-c .form-group.has-success .fileinput .thumbnail {
8086
+ border-color: #61b555;
8087
+ }
8088
+
8089
+ .wpdt-c .input-group-addon:not(:first-child) {
8090
+ border-left: 0;
8091
+ }
8092
+
8093
+ /*!
8094
+ * Waves v0.7.5
8095
+ * http://fian.my.id/Waves
8096
+ *
8097
+ * Copyright 2014-2016 Alfiana E. Sibuea and other contributors
8098
+ * Released under the MIT license
8099
+ * https://github.com/fians/Waves/blob/master/LICENSE
8100
+ */
8101
+ .wpdt-c .waves-effect {
8102
+ position: relative;
8103
+ cursor: pointer;
8104
+ display: inline-block;
8105
+ overflow: hidden;
8106
+ -webkit-user-select: none;
8107
+ -moz-user-select: none;
8108
+ -ms-user-select: none;
8109
+ user-select: none;
8110
+ -webkit-tap-highlight-color: transparent;
8111
+ }
8112
+
8113
+ .wpdt-c .waves-effect .waves-ripple {
8114
+ position: absolute;
8115
+ border-radius: 50%;
8116
+ width: 100px;
8117
+ height: 100px;
8118
+ margin-top: -50px;
8119
+ margin-left: -50px;
8120
+ opacity: 0;
8121
+ background: rgba(0, 0, 0, 0.2);
8122
+ 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%);
8123
+ 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%);
8124
+ 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%);
8125
+ 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%);
8126
+ -webkit-transition: all 0.5s ease-out;
8127
+ -moz-transition: all 0.5s ease-out;
8128
+ -o-transition: all 0.5s ease-out;
8129
+ transition: all 0.5s ease-out;
8130
+ -webkit-transition-property: -webkit-transform, opacity;
8131
+ -moz-transition-property: -moz-transform, opacity;
8132
+ -o-transition-property: -o-transform, opacity;
8133
+ transition-property: transform, opacity;
8134
+ -webkit-transform: scale(0) translate(0, 0);
8135
+ -moz-transform: scale(0) translate(0, 0);
8136
+ -ms-transform: scale(0) translate(0, 0);
8137
+ -o-transform: scale(0) translate(0, 0);
8138
+ transform: scale(0) translate(0, 0);
8139
+ pointer-events: none;
8140
+ }
8141
+
8142
+ .wpdt-c .waves-effect.waves-light .waves-ripple {
8143
+ background: rgba(255, 255, 255, 0.4);
8144
+ 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%);
8145
+ 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%);
8146
+ 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%);
8147
+ 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%);
8148
+ }
8149
+
8150
+ .wpdt-c .waves-effect.waves-classic .waves-ripple {
8151
+ background: rgba(0, 0, 0, 0.2);
8152
+ }
8153
+
8154
+ .wpdt-c .waves-effect.waves-classic.waves-light .waves-ripple {
8155
+ background: rgba(255, 255, 255, 0.4);
8156
+ }
8157
+
8158
+ .wpdt-c .waves-notransition {
8159
+ -webkit-transition: none !important;
8160
+ -moz-transition: none !important;
8161
+ -o-transition: none !important;
8162
+ transition: none !important;
8163
+ }
8164
+
8165
+ .wpdt-c .waves-button,
8166
+ .wpdt-c .waves-circle,
8167
+ .wpdt-c .wpDataTablesWrapper .waves-button,
8168
+ .wpdt-c .wpDataTablesWrapper .waves-circle {
8169
+ -webkit-transform: translateZ(0);
8170
+ -moz-transform: translateZ(0);
8171
+ -ms-transform: translateZ(0);
8172
+ -o-transform: translateZ(0);
8173
+ transform: translateZ(0);
8174
+ -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
8175
+ }
8176
+
8177
+ .wpdt-c .waves-button, .wpdt-c .waves-button:hover, .wpdt-c .waves-button:visited, .wpdt-c .waves-button-input {
8178
+ white-space: nowrap;
8179
+ vertical-align: middle;
8180
+ cursor: pointer;
8181
+ border: none;
8182
+ outline: none;
8183
+ color: inherit;
8184
+ background-color: rgba(0, 0, 0, 0);
8185
+ font-size: 1em;
8186
+ line-height: 1em;
8187
+ text-align: center;
8188
+ text-decoration: none;
8189
+ z-index: 1;
8190
+ }
8191
+
8192
+ .wpdt-c .waves-button {
8193
+ padding: 0.85em 1.1em;
8194
+ border-radius: 0.2em;
8195
+ }
8196
+
8197
+ .wpdt-c .waves-button-input {
8198
+ margin: 0;
8199
+ padding: 0.85em 1.1em;
8200
+ }
8201
+
8202
+ .wpdt-c .waves-input-wrapper {
8203
+ border-radius: 0.2em;
8204
+ vertical-align: bottom;
8205
+ }
8206
+
8207
+ .wpdt-c .waves-input-wrapper.waves-button {
8208
+ padding: 0;
8209
+ }
8210
+
8211
+ .wpdt-c .waves-input-wrapper .waves-button-input {
8212
+ position: relative;
8213
+ top: 0;
8214
+ left: 0;
8215
+ z-index: 1;
8216
+ }
8217
+
8218
+ .wpdt-c .waves-circle,
8219
+ .wpdt-c .wpDataTablesWrapper .waves-circle{
8220
+ text-align: center;
8221
+ width: 2.5em;
8222
+ height: 2.5em;
8223
+ line-height: 2.5em;
8224
+ border-radius: 50%;
8225
+ }
8226
+
8227
+ .wpdt-c .waves-float,
8228
+ .wpdt-c .wpDataTablesWrapper .waves-float {
8229
+ -webkit-mask-image: none;
8230
+ -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
8231
+ box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
8232
+ -webkit-transition: all 300ms;
8233
+ -moz-transition: all 300ms;
8234
+ -o-transition: all 300ms;
8235
+ transition: all 300ms;
8236
+ }
8237
+
8238
+ .wpdt-c .waves-float:active {
8239
+ -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
8240
+ box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
8241
+ }
8242
+
8243
+ .wpdt-c .waves-block,
8244
+ .wpdt-c .wpDataTablesWrapper .waves-block {
8245
+ display: block;
8246
+ }
8247
+
8248
+ /*
8249
+ * Load Website related LESS files
8250
+ */
8251
+
8252
+ /*---------------------------------------------------------------------------
8253
+ Generate Margin Class
8254
+ margin, margin-top, margin-bottom, margin-left, margin-right
8255
+ ----------------------------------------------------------------------------*/
8256
+ .wpdt-c .m-0 {
8257
+ margin: 0px !important;
8258
+ }
8259
+
8260
+ .wpdt-c .m-t-0 {
8261
+ margin-top: 0px !important;
8262
+ }
8263
+
8264
+ .wpdt-c .m-b-0 {
8265
+ margin-bottom: 0px !important;
8266
+ }
8267
+
8268
+ .wpdt-c .m-l-0 {
8269
+ margin-left: 0px !important;
8270
+ }
8271
+
8272
+ .wpdt-c .m-r-0 {
8273
+ margin-right: 0px !important;
8274
+ }
8275
+
8276
+ .wpdt-c .m-5 {
8277
+ margin: 5px !important;
8278
+ }
8279
+
8280
+ .wpdt-c .m-t-5 {
8281
+ margin-top: 5px !important;
8282
+ }
8283
+
8284
+ .wpdt-c .m-b-5 {
8285
+ margin-bottom: 5px !important;
8286
+ }
8287
+
8288
+ .wpdt-c .m-l-5 {
8289
+ margin-left: 5px !important;
8290
+ }
8291
+
8292
+ .wpdt-c .m-r-5 {
8293
+ margin-right: 5px !important;
8294
+ }
8295
+
8296
+ .wpdt-c .m-10 {
8297
+ margin: 10px !important;
8298
+ }
8299
+
8300
+ .wpdt-c .m-t-10 {
8301
+ margin-top: 10px !important;
8302
+ }
8303
+
8304
+ .wpdt-c .m-b-10 {
8305
+ margin-bottom: 10px !important;
8306
+ }
8307
+
8308
+ .wpdt-c .m-l-10 {
8309
+ margin-left: 10px !important;
8310
+ }
8311
+
8312
+ .wpdt-c .m-r-10 {
8313
+ margin-right: 10px !important;
8314
+ }
8315
+
8316
+ .wpdt-c .m-15 {
8317
+ margin: 15px !important;
8318
+ }
8319
+
8320
+ .wpdt-c .m-t-15 {
8321
+ margin-top: 15px !important;
8322
+ }
8323
+
8324
+ .wpdt-c .m-b-15 {
8325
+ margin-bottom: 15px !important;
8326
+ }
8327
+
8328
+ .wpdt-c .m-l-15 {
8329
+ margin-left: 15px !important;
8330
+ }
8331
+
8332
+ .wpdt-c .m-r-15 {
8333
+ margin-right: 15px !important;
8334
+ }
8335
+
8336
+ .wpdt-c .m-20 {
8337
+ margin: 20px !important;
8338
+ }
8339
+
8340
+ .wpdt-c .m-t-20 {
8341
+ margin-top: 20px !important;
8342
+ }
8343
+
8344
+ .wpdt-c .m-b-20 {
8345
+ margin-bottom: 20px !important;
8346
+ }
8347
+
8348
+ .wpdt-c .m-l-20 {
8349
+ margin-left: 20px !important;
8350
+ }
8351
+
8352
+ .wpdt-c .m-r-20 {
8353
+ margin-right: 20px !important;
8354
+ }
8355
+
8356
+ .wpdt-c .m-25 {
8357
+ margin: 25px !important;
8358
+ }
8359
+
8360
+ .wpdt-c .m-t-25 {
8361
+ margin-top: 25px !important;
8362
+ }
8363
+
8364
+ .wpdt-c .m-b-25 {
8365
+ margin-bottom: 25px !important;
8366
+ }
8367
+
8368
+ .wpdt-c .m-l-25 {
8369
+ margin-left: 25px !important;
8370
+ }
8371
+
8372
+ .wpdt-c .m-r-25 {
8373
+ margin-right: 25px !important;
8374
+ }
8375
+
8376
+ .wpdt-c .m-30 {
8377
+ margin: 30px !important;
8378
+ }
8379
+
8380
+ .wpdt-c .m-t-30 {
8381
+ margin-top: 30px !important;
8382
+ }
8383
+
8384
+ .wpdt-c .m-b-30 {
8385
+ margin-bottom: 30px !important;
8386
+ }
8387
+
8388
+ .wpdt-c .m-l-30 {
8389
+ margin-left: 30px !important;
8390
+ }
8391
+
8392
+ .wpdt-c .m-r-30 {
8393
+ margin-right: 30px !important;
8394
+ }
8395
+
8396
+ /*---------------------------------------------------------------------------
8397
+ Generate Padding Class
8398
+ padding, padding-top, padding-bottom, padding-left, padding-right
8399
+ ----------------------------------------------------------------------------*/
8400
+ .wpdt-c .p-0 {
8401
+ padding: 0px !important;
8402
+ }
8403
+
8404
+ .wpdt-c .p-t-0 {
8405
+ padding-top: 0px !important;
8406
+ }
8407
+
8408
+ .wpdt-c .p-b-0 {
8409
+ padding-bottom: 0px !important;
8410
+ }
8411
+
8412
+ .wpdt-c .p-l-0 {
8413
+ padding-left: 0px !important;
8414
+ }
8415
+
8416
+ .wpdt-c .p-r-0 {
8417
+ padding-right: 0px !important;
8418
+ }
8419
+
8420
+ .wpdt-c .p-5 {
8421
+ padding: 5px !important;
8422
+ }
8423
+
8424
+ .wpdt-c .p-t-5 {
8425
+ padding-top: 5px !important;
8426
+ }
8427
+
8428
+ .wpdt-c .p-b-5 {
8429
+ padding-bottom: 5px !important;
8430
+ }
8431
+
8432
+ .wpdt-c .p-l-5 {
8433
+ padding-left: 5px !important;
8434
+ }
8435
+
8436
+ .wpdt-c .p-r-5 {
8437
+ padding-right: 5px !important;
8438
+ }
8439
+
8440
+ .wpdt-c .p-10 {
8441
+ padding: 10px !important;
8442
+ }
8443
+
8444
+ .wpdt-c .p-t-10 {
8445
+ padding-top: 10px !important;
8446
+ }
8447
+
8448
+ .wpdt-c .p-b-10 {
8449
+ padding-bottom: 10px !important;
8450
+ }
8451
+
8452
+ .wpdt-c .p-l-10 {
8453
+ padding-left: 10px !important;
8454
+ }
8455
+
8456
+ .wpdt-c .p-r-10 {
8457
+ padding-right: 10px !important;
8458
+ }
8459
+
8460
+ .wpdt-c .p-15 {
8461
+ padding: 15px !important;
8462
+ }
8463
+
8464
+ .wpdt-c .p-t-15 {
8465
+ padding-top: 15px !important;
8466
+ }
8467
+
8468
+ .wpdt-c .p-b-15 {
8469
+ padding-bottom: 15px !important;
8470
+ }
8471
+
8472
+ .wpdt-c .p-l-15 {
8473
+ padding-left: 15px !important;
8474
+ }
8475
+
8476
+ .wpdt-c .p-r-15 {
8477
+ padding-right: 15px !important;
8478
+ }
8479
+
8480
+ .wpdt-c .p-20 {
8481
+ padding: 20px !important;
8482
+ }
8483
+
8484
+ .wpdt-c .p-t-20 {
8485
+ padding-top: 20px !important;
8486
+ }
8487
+
8488
+ .wpdt-c .p-b-20 {
8489
+ padding-bottom: 20px !important;
8490
+ }
8491
+
8492
+ .wpdt-c .p-l-20 {
8493
+ padding-left: 20px !important;
8494
+ }
8495
+
8496
+ .wpdt-c .p-r-20 {
8497
+ padding-right: 20px !important;
8498
+ }
8499
+
8500
+ .wpdt-c .p-25 {
8501
+ padding: 25px !important;
8502
+ }
8503
+
8504
+ .wpdt-c .p-t-25 {
8505
+ padding-top: 25px !important;
8506
+ }
8507
+
8508
+ .wpdt-c .p-b-25 {
8509
+ padding-bottom: 25px !important;
8510
+ }
8511
+
8512
+ .wpdt-c .p-l-25 {
8513
+ padding-left: 25px !important;
8514
+ }
8515
+
8516
+ .wpdt-c .p-r-25 {
8517
+ padding-right: 25px !important;
8518
+ }
8519
+
8520
+ .wpdt-c .p-30 {
8521
+ padding: 30px !important;
8522
+ }
8523
+
8524
+ .wpdt-c .p-t-30 {
8525
+ padding-top: 30px !important;
8526
+ }
8527
+
8528
+ .wpdt-c .p-b-30 {
8529
+ padding-bottom: 30px !important;
8530
+ }
8531
+
8532
+ .wpdt-c .p-l-30 {
8533
+ padding-left: 30px !important;
8534
+ }
8535
+
8536
+ .wpdt-c .p-r-30 {
8537
+ padding-right: 30px !important;
8538
+ }
8539
+
8540
+ /*---------------------------------------------------------------------------
8541
+ Generate Font-Size Classes (8px - 20px)
8542
+ ----------------------------------------------------------------------------*/
8543
+ .wpdt-c .f-8 {
8544
+ font-size: 8px !important;
8545
+ }
8546
+
8547
+ .wpdt-c .f-9 {
8548
+ font-size: 9px !important;
8549
+ }
8550
+
8551
+ .wpdt-c .f-10 {
8552
+ font-size: 10px !important;
8553
+ }
8554
+
8555
+ .wpdt-c .f-11 {
8556
+ font-size: 11px !important;
8557
+ }
8558
+
8559
+ .wpdt-c .f-12 {
8560
+ font-size: 12px !important;
8561
+ }
8562
+
8563
+ .wpdt-c .f-13 {
8564
+ font-size: 13px !important;
8565
+ }
8566
+
8567
+ .wpdt-c .f-14 {
8568
+ font-size: 14px !important;
8569
+ }
8570
+
8571
+ .wpdt-c .f-15 {
8572
+ font-size: 15px !important;
8573
+ }
8574
+
8575
+ .wpdt-c .f-16 {
8576
+ font-size: 16px !important;
8577
+ }
8578
+
8579
+ .wpdt-c .f-17 {
8580
+ font-size: 17px !important;
8581
+ }
8582
+
8583
+ .wpdt-c .f-18 {
8584
+ font-size: 18px !important;
8585
+ }
8586
+
8587
+ .wpdt-c .f-19 {
8588
+ font-size: 19px !important;
8589
+ }
8590
+
8591
+ .wpdt-c .f-20 {
8592
+ font-size: 20px !important;
8593
+ }
8594
+
8595
+ /*-------------------------
8596
+ Font Weight
8597
+ --------------------------*/
8598
+ .wpdt-c .f-300 {
8599
+ font-weight: 300 !important;
8600
+ }
8601
+
8602
+ .wpdt-c .f-400 {
8603
+ font-weight: 400 !important;
8604
+ }
8605
+
8606
+ .wpdt-c .f-500 {
8607
+ font-weight: 500 !important;
8608
+ }
8609
+
8610
+ .wpdt-c .f-600 {
8611
+ font-weight: 600 !important;
8612
+ }
8613
+
8614
+ .wpdt-c .f-700 {
8615
+ font-weight: 700 !important;
8616
+ }
8617
+
8618
+ /*-------------------------
8619
+ Position
8620
+ --------------------------*/
8621
+ .wpdt-c .p-relative {
8622
+ position: relative !important;
8623
+ }
8624
+
8625
+ .wpdt-c .p-absolute {
8626
+ position: absolute !important;
8627
+ }
8628
+
8629
+ .wpdt-c .p-fixed {
8630
+ position: fixed !important;
8631
+ }
8632
+
8633
+ .wpdt-c .p-static {
8634
+ position: static !important;
8635
+ }
8636
+
8637
+ /*-------------------------
8638
+ Overflow
8639
+ --------------------------*/
8640
+ .wpdt-c .o-hidden {
8641
+ overflow: hidden !important;
8642
+ }
8643
+
8644
+ .wpdt-c .o-visible {
8645
+ overflow: visible !important;
8646
+ }
8647
+
8648
+ .wpdt-c .o-auto {
8649
+ overflow: auto !important;
8650
+ }
8651
+
8652
+ /*-------------------------
8653
+ Display
8654
+ --------------------------*/
8655
+ .wpdt-c .d-block {
8656
+ display: block !important;
8657
+ }
8658
+
8659
+ .wpdt-c .di-block {
8660
+ display: inline-block !important;
8661
+ }
8662
+
8663
+ /*-------------------------------
8664
+ Material Background Colors
8665
+ --------------------------------*/
8666
+ .wpdt-c .bgm-white {
8667
+ background-color: #ffffff !important;
8668
+ }
8669
+
8670
+ .wpdt-c .c-white {
8671
+ color: #ffffff !important;
8672
+ }
8673
+
8674
+ .wpdt-c .bgm-black {
8675
+ background-color: #000000 !important;
8676
+ }
8677
+
8678
+ .wpdt-c .c-black {
8679
+ color: #222222 !important;
8680
+ }
8681
+
8682
+ .wpdt-c .bgm-brown {
8683
+ background-color: #795548 !important;
8684
+ }
8685
+
8686
+ .wpdt-c .c-brown {
8687
+ color: #795548 !important;
8688
+ }
8689
+
8690
+ .wpdt-c .bgm-pink {
8691
+ background-color: #E91E63 !important;
8692
+ }
8693
+
8694
+ .wpdt-c .c-pink {
8695
+ color: #E91E63 !important;
8696
+ }
8697
+
8698
+ .wpdt-c .bgm-red {
8699
+ background-color: #F44336 !important;
8700
+ }
8701
+
8702
+ .wpdt-c .c-red {
8703
+ color: #F44336 !important;
8704
+ }
8705
+
8706
+ .wpdt-c .bgm-blue {
8707
+ background-color: #2196F3 !important;
8708
+ }
8709
+
8710
+ .wpdt-c .c-blue {
8711
+ color: #2196F3 !important;
8712
+ }
8713
+
8714
+ .wpdt-c .bgm-purple {
8715
+ background-color: #BA68C8 !important;
8716
+ }
8717
+
8718
+ .wpdt-c .c-purple {
8719
+ color: #BA68C8 !important;
8720
+ }
8721
+
8722
+ .wpdt-c .bgm-deeppurple {
8723
+ background-color: #673AB7 !important;
8724
+ }
8725
+
8726
+ .wpdt-c .c-deeppurple {
8727
+ color: #673AB7 !important;
8728
+ }
8729
+
8730
+ .wpdt-c .bgm-lightblue {
8731
+ background-color: #03A9F4 !important;
8732
+ }
8733
+
8734
+ .wpdt-c .c-lightblue {
8735
+ color: #03A9F4 !important;
8736
+ }
8737
+
8738
+ .wpdt-c .bgm-cyan {
8739
+ background-color: #709ed0 !important;
8740
+ }
8741
+
8742
+ .wpdt-c .c-cyan {
8743
+ color: #00BCD4 !important;
8744
+ }
8745
+
8746
+ .wpdt-c .bgm-teal {
8747
+ background-color: #009688 !important;
8748
+ }
8749
+
8750
+ .wpdt-c .c-teal {
8751
+ color: #009688 !important;
8752
+ }
8753
+
8754
+ .wpdt-c .bgm-green {
8755
+ background-color: #4CAF50 !important;
8756
+ }
8757
+
8758
+ .wpdt-c .c-green {
8759
+ color: #4CAF50 !important;
8760
+ }
8761
+
8762
+ .wpdt-c .bgm-lightgreen {
8763
+ background-color: #7fc032 !important;
8764
+ }
8765
+
8766
+ .wpdt-c .c-lightgreen {
8767
+ color: #7fc032 !important;
8768
+ }
8769
+
8770
+ .wpdt-c .bgm-lime {
8771
+ background-color: #CDDC39 !important;
8772
+ }
8773
+
8774
+ .wpdt-c .c-lime {
8775
+ color: #CDDC39 !important;
8776
+ }
8777
+
8778
+ .wpdt-c .bgm-yellow {
8779
+ background-color: #FFEB3B !important;
8780
+ }
8781
+
8782
+ .wpdt-c .c-yellow {
8783
+ color: #FFEB3B !important;
8784
+ }
8785
+
8786
+ .wpdt-c .bgm-amber {
8787
+ background-color: #FFC107 !important;
8788
+ }
8789
+
8790
+ .wpdt-c .c-amber {
8791
+ color: #FFC107 !important;
8792
+ }
8793
+
8794
+ .wpdt-c .bgm-orange {
8795
+ background-color: #FF9800 !important;
8796
+ }
8797
+
8798
+ .wpdt-c .c-orange {
8799
+ color: #FF9800 !important;
8800
+ }
8801
+
8802
+ .wpdt-c .bgm-deeporange {
8803
+ background-color: #FF5722 !important;
8804
+ }
8805
+
8806
+ .wpdt-c .c-deeporange {
8807
+ color: #FF5722 !important;
8808
+ }
8809
+
8810
+ .wpdt-c .bgm-gray {
8811
+ background-color: #9E9E9E !important;
8812
+ }
8813
+
8814
+ .wpdt-c .c-gray {
8815
+ color: #9E9E9E !important;
8816
+ }
8817
+
8818
+ .wpdt-c .bgm-bluegray {
8819
+ background-color: #607D8B !important;
8820
+ }
8821
+
8822
+ .wpdt-c .c-bluegray {
8823
+ color: #607D8B !important;
8824
+ }
8825
+
8826
+ .wpdt-c .bgm-indigo {
8827
+ background-color: #3F51B5 !important;
8828
+ }
8829
+
8830
+ .wpdt-c .c-indigo {
8831
+ color: #3F51B5 !important;
8832
+ }
8833
+
8834
+ /*-------------------------
8835
+ Background Colors
8836
+ --------------------------*/
8837
+ .wpdt-c .bg-black-trp {
8838
+ background-color: rgba(0, 0, 0, 0.1) !important;
8839
+ }
8840
+
8841
+ /*-------------------------
8842
+ Border
8843
+ --------------------------*/
8844
+ .wpdt-c .b-0 {
8845
+ border: 0 !important;
8846
+ }
8847
+
8848
+ /*-------------------------
8849
+ width
8850
+ --------------------------*/
8851
+ .wpdt-c .w-100 {
8852
+ width: 100% !important;
8853
+ }
8854
+
8855
+ /*-------------------------
8856
+ Border Radius
8857
+ --------------------------*/
8858
+ .wpdt-c .brd-2 {
8859
+ border-radius: 2px;
8860
+ }
8861
+
8862
+ /*------------------------------------------------------------------------------------------------------------
8863
+ Media - Overriding the Media object to 3.2 version in order to prevent issues like text overflow.
8864
+ --------------------------------------------------------------------------------------------------------------*/
8865
+ .wpdt-c .media {
8866
+ overflow: visible;
8867
+ }
8868
+
8869
+ .wpdt-c .media:before, .wpdt-c .media:after {
8870
+ content: " ";
8871
+ display: table;
8872
+ }
8873
+
8874
+ .wpdt-c .media:after {
8875
+ clear: both;
8876
+ }
8877
+
8878
+ .wpdt-c .media:before, .wpdt-c .media:after {
8879
+ content: " ";
8880
+ display: table;
8881
+ }
8882
+
8883
+ .wpdt-c .media:after {
8884
+ clear: both;
8885
+ }
8886
+
8887
+ .wpdt-c .media > .pull-left {
8888
+ padding-right: 15px;
8889
+ }
8890
+
8891
+ .wpdt-c .media > .pull-right {
8892
+ padding-left: 15px;
8893
+ }
8894
+
8895
+ .wpdt-c .media-heading {
8896
+ font-size: 14px;
8897
+ margin-bottom: 10px;
8898
+ }
8899
+
8900
+ .wpdt-c .media-body {
8901
+ zoom: 1;
8902
+ display: block;
8903
+ width: auto;
8904
+ }
8905
+
8906
+ .wpdt-c .media-object {
8907
+ border-radius: 2px;
8908
+ }
8909
+
8910
+ .wpdt-c .close {
8911
+ opacity: 0.5;
8912
+ filter: alpha(opacity=50);
8913
+ font-weight: normal;
8914
+ text-shadow: none;
8915
+ }
8916
+
8917
+ .wpdt-c .close:hover {
8918
+ color: inherit;
8919
+ opacity: 1;
8920
+ filter: alpha(opacity=100);
8921
+ }
8922
+
8923
+ .wpdt-c .dl-horizontal dt {
8924
+ text-align: left;
8925
+ }
8926
+
8927
+ .wpdt-c .wdt-datatables-admin-wrap {
8928
+ -webkit-font-smoothing: antialiased;
8929
+ }
8930
+
8931
+ .wpdt-c *,
8932
+ .wpdt-c *:active,
8933
+ .wpdt-c *:hover,
8934
+ .wpdt-c *:focus {
8935
+ outline: none !important;
8936
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
8937
+ }
8938
+
8939
+ .wpdt-c html {
8940
+ overflow-x: hidden \0/;
8941
+ -ms-overflow-style: none;
8942
+ }
8943
+
8944
+ .wpdt-c html:not(.ie9) body {
8945
+ overflow-y: scroll;
8946
+ }
8947
+
8948
+ .wpdt-c html.ismobile * {
8949
+ cursor: pointer;
8950
+ }
8951
+
8952
+ .wpdt-c html,
8953
+ .wpdt-c body {
8954
+ min-height: 100vh;
8955
+ }
8956
+
8957
+ .wpdt-c body {
8958
+ font-weight: 400;
8959
+ position: relative;
8960
+ overflow-x: hidden;
8961
+ }
8962
+
8963
+ .wpdt-c audio,
8964
+ .wpdt-c video {
8965
+ outline: none;
8966
+ }
8967
+
8968
+ .wpdt-c p {
8969
+ margin-bottom: 20px;
8970
+ }
8971
+
8972
+ .wpdt-c h1 small, .wpdt-c .h1 small,
8973
+ .wpdt-c h2 small, .wpdt-c .h2 small,
8974
+ .wpdt-c h3 small, .wpdt-c .h3 small,
8975
+ .wpdt-c h4 small, .wpdt-c .h4 small,
8976
+ .wpdt-c h5 small, .wpdt-c .h5 small,
8977
+ .wpdt-c h6 small, .wpdt-c .h6 small {
8978
+ font-size: 12px;
8979
+ }
8980
+
8981
+ .wpdt-c #main {
8982
+ position: relative;
8983
+ padding-bottom: 110px;
8984
+ padding-top: 100px;
8985
+ min-height: 100vh;
8986
+ }
8987
+
8988
+ .wpdt-c .sidebar-toggled #main {
8989
+ height: 100vh;
8990
+ overflow: hidden;
8991
+ }
8992
+
8993
+ .wpdt-c .container.container-alt {
8994
+ max-width: 1170px;
8995
+ }
8996
+
8997
+ @media (min-width: 1280px) {
8998
+ .wpdt-c #content:not(.content-alt) {
8999
+ padding-left: 283px;
9000
+ padding-right: 15px;
9001
+ }
9002
+ }
9003
+
9004
+ @media (min-width: 768px) and (max-width: 1279px) {
9005
+ .wpdt-c #content {
9006
+ padding-left: 15px;
9007
+ padding-right: 15px;
9008
+ }
9009
+ }
9010
+
9011
+ .wpdt-c #content.content-alt {
9012
+ max-width: 1200px;
9013
+ margin: 0 auto;
9014
+ }
9015
+
9016
+ .wpdt-c .clist {
9017
+ list-style: none;
9018
+ }
9019
+
9020
+ .wpdt-c .clist > li:before {
9021
+ font-family: 'Material-Design-Iconic-Font';
9022
+ margin: 0 10px 0 -20px;
9023
+ vertical-align: middle;
9024
+ }
9025
+
9026
+ .wpdt-c .clist.clist-angle > li:before {
9027
+ content: "\f2fb";
9028
+ }
9029
+
9030
+ .wpdt-c .clist.clist-check > li:before {
9031
+ content: "\f26b";
9032
+ }
9033
+
9034
+ .wpdt-c .clist.clist-star > li:before {
9035
+ content: "\f27d";
9036
+ }
9037
+
9038
+ /*--------------------------------------------------
9039
+ Common header classes & IDs
9040
+ Do not remove this
9041
+ ---------------------------------------------------*/
9042
+ .wpdt-c .h-inner {
9043
+ list-style: none;
9044
+ padding: 17px 0;
9045
+ margin-bottom: 0;
9046
+ position: relative;
9047
+ }
9048
+
9049
+ .wpdt-c .h-inner > li:not(.pull-right) {
9050
+ float: left;
9051
+ }
9052
+
9053
+ .wpdt-c .hi-logo a {
9054
+ color: #fff;
9055
+ text-transform: uppercase;
9056
+ display: block;
9057
+ font-size: 16px;
9058
+ }
9059
+
9060
+ .wpdt-c .hi-trigger {
9061
+ position: relative;
9062
+ margin-left: -5px;
9063
+ cursor: pointer;
9064
+ display: none !important;
9065
+ }
9066
+
9067
+ .wpdt-c .hi-trigger:before {
9068
+ content: "";
9069
+ position: absolute;
9070
+ top: 50%;
9071
+ left: 50%;
9072
+ width: 45px;
9073
+ height: 45px;
9074
+ border-radius: 50%;
9075
+ background: rgba(255, 255, 255, 0.22);
9076
+ -webkit-transition: all;
9077
+ -o-transition: all;
9078
+ transition: all;
9079
+ -webkit-transition-duration: 300ms;
9080
+ transition-duration: 300ms;
9081
+ -webkit-transform: scale(0);
9082
+ -ms-transform: scale(0);
9083
+ -o-transform: scale(0);
9084
+ transform: scale(0);
9085
+ z-index: 0;
9086
+ margin-top: -22px;
9087
+ margin-left: -22px;
9088
+ }
9089
+
9090
+ .wpdt-c .hi-trigger.toggled:before {
9091
+ -webkit-transform: scale(1);
9092
+ -ms-transform: scale(1);
9093
+ -o-transform: scale(1);
9094
+ transform: scale(1);
9095
+ }
9096
+
9097
+ .wpdt-c .hi-menu {
9098
+ list-style: none;
9099
+ padding: 0;
9100
+ }
9101
+
9102
+ .wpdt-c .hi-menu > li {
9103
+ display: inline-block;
9104
+ margin: 0 1px;
9105
+ vertical-align: top;
9106
+ min-width: 50px;
9107
+ }
9108
+
9109
+ @media (max-width: 767px) {
9110
+ .wpdt-c .hi-menu > li {
9111
+ position: static !important;
9112
+ }
9113
+ }
9114
+
9115
+ .wpdt-c .hi-menu > li .dropdown-menu {
9116
+ top: -5px;
9117
+ }
9118
+
9119
+ .wpdt-c .hi-menu > li .dropdown-menu-lg {
9120
+ padding: 0;
9121
+ }
9122
+
9123
+ .wpdt-c .hi-menu > li .dropdown-menu-lg .lg-body {
9124
+ min-height: 350px;
9125
+ overflow-x: hidden;
9126
+ }
9127
+
9128
+ .wpdt-c .hi-menu > li > a {
9129
+ color: #fff;
9130
+ display: block;
9131
+ text-align: center;
9132
+ z-index: 1;
9133
+ position: relative;
9134
+ -webkit-transition: background-color;
9135
+ -o-transition: background-color;
9136
+ transition: background-color;
9137
+ -webkit-transition-duration: 250ms;
9138
+ transition-duration: 250ms;
9139
+ border-radius: 2px;
9140
+ }
9141
+
9142
+ .wpdt-c .hi-menu > li > a > .him-icon {
9143
+ font-size: 24px;
9144
+ line-height: 36px;
9145
+ }
9146
+
9147
+ .wpdt-c .hi-menu > li > a > .him-label {
9148
+ line-height: 35px;
9149
+ white-space: nowrap;
9150
+ padding: 0 10px;
9151
+ font-size: 14px;
9152
+ text-transform: uppercase;
9153
+ }
9154
+
9155
+ .wpdt-c .hi-menu > li > a > .him-counts {
9156
+ position: absolute;
9157
+ font-style: normal;
9158
+ background: #F44336;
9159
+ padding: 1px 5px;
9160
+ border-radius: 2px;
9161
+ right: 7px;
9162
+ top: -3px;
9163
+ font-size: 10px;
9164
+ line-height: 15px;
9165
+ }
9166
+
9167
+ .wpdt-c .hi-menu > li.toggled > a, .wpdt-c .hi-menu > li:hover > a {
9168
+ background-color: rgba(0, 0, 0, 0.08);
9169
+ }
9170
+
9171
+ @media (max-width: 767px) {
9172
+ .wpdt-c .hi-menu .dropdown-menu-lg {
9173
+ width: calc(100% - 28px) !important;
9174
+ }
9175
+
9176
+ .wpdt-c .hi-menu .dropdown-menu {
9177
+ right: 14px;
9178
+ top: 55px !important;
9179
+ }
9180
+ }
9181
+
9182
+ .wpdt-c .him-notification:before {
9183
+ content: "";
9184
+ position: absolute;
9185
+ width: 100%;
9186
+ height: calc(100% - 70px);
9187
+ background: url(../img/notifications.png) no-repeat center;
9188
+ -webkit-transition: all;
9189
+ -o-transition: all;
9190
+ transition: all;
9191
+ -webkit-transition-duration: 400ms;
9192
+ transition-duration: 400ms;
9193
+ -webkit-transform: scale(0) rotate(-180deg);
9194
+ -ms-transform: scale(0) rotate(-180deg);
9195
+ -o-transform: scale(0) rotate(-180deg);
9196
+ transform: scale(0) rotate(-180deg);
9197
+ opacity: 0;
9198
+ filter: alpha(opacity=0);
9199
+ top: 42px;
9200
+ }
9201
+
9202
+ .wpdt-c .him-notification.empty:before {
9203
+ -webkit-transform: scale(1) rotate(0deg);
9204
+ -ms-transform: scale(1) rotate(0deg);
9205
+ -o-transform: scale(1) rotate(0deg);
9206
+ transform: scale(1) rotate(0deg);
9207
+ opacity: 1;
9208
+ filter: alpha(opacity=100);
9209
+ }
9210
+
9211
+ /* Full Screen */
9212
+
9213
+ :-webkit-full-screen [data-ma-action="fullscreen"] {
9214
+ display: none;
9215
+ }
9216
+
9217
+ :-moz-full-screen [data-ma-action="fullscreen"] {
9218
+ display: none;
9219
+ }
9220
+
9221
+ :-ms-fullscreen [data-ma-action="fullscreen"] {
9222
+ display: none;
9223
+ }
9224
+
9225
+ :full-screen [data-ma-action="fullscreen"] {
9226
+ display: none;
9227
+ }
9228
+
9229
+ :fullscreen [data-ma-action="fullscreen"] {
9230
+ display: none;
9231
+ }
9232
+
9233
+ /* ----------------------------- End common header classes and IDs------------------------------------- */
9234
+
9235
+ /*--------------------------------------------------
9236
+ For header type 1 only
9237
+ You may remove these if you opt header 2
9238
+ ---------------------------------------------------*/
9239
+
9240
+ .wpdt-c #header {
9241
+ box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
9242
+ min-height: 70px;
9243
+ -webkit-touch-callout: none;
9244
+ -webkit-user-select: none;
9245
+ -khtml-user-select: none;
9246
+ -moz-user-select: none;
9247
+ -ms-user-select: none;
9248
+ user-select: none;
9249
+ position: fixed;
9250
+ z-index: 11;
9251
+ width: 100%;
9252
+ left: 0;
9253
+ top: 0;
9254
+ padding: 0 20px;
9255
+ }
9256
+
9257
+ @media (max-width: 767px) {
9258
+ .wpdt-c #header {
9259
+ padding: 0px 8px;
9260
+ }
9261
+ }
9262
+
9263
+ .wpdt-c #header .hi-logo a {
9264
+ padding: 7px 10px;
9265
+ }
9266
+
9267
+ .wpdt-c #header .ma-backdrop {
9268
+ position: absolute;
9269
+ }
9270
+
9271
+ @media (max-width: 1279px) {
9272
+ .wpdt-c #header .hi-trigger {
9273
+ display: inline-block !important;
9274
+ }
9275
+ }
9276
+
9277
+ .wpdt-c #header.search-toggled .h-search-wrap {
9278
+ top: 0;
9279
+ opacity: 1;
9280
+ filter: alpha(opacity=100);
9281
+ }
9282
+
9283
+ .wpdt-c .h-search-wrap {
9284
+ position: absolute;
9285
+ top: -65px;
9286
+ left: 0;
9287
+ width: 100%;
9288
+ height: 70px;
9289
+ background: #fff;
9290
+ -webkit-transition: all;
9291
+ -o-transition: all;
9292
+ transition: all;
9293
+ -webkit-transition-duration: 300ms;
9294
+ transition-duration: 300ms;
9295
+ opacity: 0;
9296
+ filter: alpha(opacity=0);
9297
+ z-index: 10;
9298
+ }
9299
+
9300
+ .wpdt-c .h-search-wrap input[type="text"] {
9301
+ border: 0;
9302
+ height: 40px;
9303
+ padding: 0 10px 0 55px;
9304
+ font-size: 18px;
9305
+ border-radius: 2px;
9306
+ background-color: #efefef;
9307
+ width: 100%;
9308
+ }
9309
+
9310
+ .wpdt-c .h-search-wrap .hsw-close {
9311
+ position: absolute;
9312
+ top: 15px;
9313
+ font-size: 23px;
9314
+ font-style: normal;
9315
+ width: 45px;
9316
+ text-align: center;
9317
+ border-radius: 2px 0px 0px 2px;
9318
+ cursor: pointer;
9319
+ left: 15px;
9320
+ height: 40px;
9321
+ padding-top: 9px;
9322
+ }
9323
+
9324
+ .wpdt-c .h-search-wrap .hsw-close:hover {
9325
+ background-color: #e3e3e3;
9326
+ }
9327
+
9328
+ @media (max-width: 767px) {
9329
+ .wpdt-c .h-search-wrap .hsw-close {
9330
+ right: 7px;
9331
+ }
9332
+ }
9333
+
9334
+ .wpdt-c .hsw-inner {
9335
+ position: relative;
9336
+ padding: 15px;
9337
+ max-width: 700px;
9338
+ display: block;
9339
+ margin: 0 auto;
9340
+ }
9341
+
9342
+ /* ----------------------------- End header type 1 ------------------------------------- */
9343
+
9344
+ /*--------------------------------------------------
9345
+ For Header type 2 only
9346
+ You may remove these if you opt header 1
9347
+ ---------------------------------------------------*/
9348
+
9349
+ .wpdt-c #header-alt {
9350
+ box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
9351
+ position: relative;
9352
+ margin-bottom: -50px;
9353
+ z-index: 10;
9354
+ padding: 15px 10px 0 35px;
9355
+ }
9356
+
9357
+ @media (min-width: 992px) {
9358
+ .wpdt-c #header-alt:before {
9359
+ content: "";
9360
+ position: absolute;
9361
+ bottom: 0;
9362
+ left: 0;
9363
+ background: rgba(0, 0, 0, 0.04);
9364
+ width: 100%;
9365
+ height: 49px;
9366
+ z-index: -1;
9367
+ }
9368
+ }
9369
+
9370
+ @media (max-width: 767px) {
9371
+ .wpdt-c #header-alt {
9372
+ padding: 5px 5px 0 25px;
9373
+ }
9374
+ }
9375
+
9376
+ .wpdt-c #header-alt .hi-trigger {
9377
+ top: -7px;
9378
+ left: -15px;
9379
+ }
9380
+
9381
+ @media (max-width: 991px) {
9382
+ .wpdt-c #header-alt .hi-trigger {
9383
+ display: inline-block !important;
9384
+ }
9385
+ }
9386
+
9387
+ .wpdt-c #header-alt .ma-backdrop {
9388
+ position: absolute;
9389
+ }
9390
+
9391
+ .wpdt-c #header-alt .ha-search {
9392
+ margin-bottom: 25px;
9393
+ padding-right: 25px;
9394
+ }
9395
+
9396
+ .wpdt-c #header-alt .ha-search input[type="text"] {
9397
+ width: 100%;
9398
+ background: transparent;
9399
+ border: 0;
9400
+ border-bottom: 1px solid rgba(255, 255, 255, 0.24);
9401
+ color: #fff;
9402
+ font-size: 15px;
9403
+ font-weight: 300;
9404
+ padding: 6px 0 6px 30px;
9405
+ }
9406
+
9407
+ .wpdt-c #header-alt .ha-search input[type="text"]::-moz-placeholder {
9408
+ color: #fff;
9409
+ opacity: 1;
9410
+ }
9411
+
9412
+ .wpdt-c #header-alt .ha-search input[type="text"]:-ms-input-placeholder {
9413
+ color: #fff;
9414
+ }
9415
+
9416
+ .wpdt-c #header-alt .ha-search input[type="text"]::-webkit-input-placeholder {
9417
+ color: #fff;
9418
+ }
9419
+
9420
+ .wpdt-c #header-alt .ha-search input[type="text"].ie9-placeholder {
9421
+ color: #fff !important;
9422
+ }
9423
+
9424
+ .wpdt-c #header-alt .ha-search .fg-line {
9425
+ max-width: 500px;
9426
+ position: relative;
9427
+ }
9428
+
9429
+ .wpdt-c #header-alt .ha-search .fg-line:after {
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 {
9445
+ list-style: none;
9446
+ padding: 0;
9447
+ margin: 0;
9448
+ }
9449
+
9450
+ .wpdt-c .ha-menu > ul > li {
9451
+ display: inline-block;
9452
+ vertical-align: top;
9453
+ }
9454
+
9455
+ .wpdt-c .ha-menu > ul > li:not(.active) > *:not(ul) {
9456
+ color: rgba(255, 255, 255, 0.6);
9457
+ }
9458
+
9459
+ .ha-menu > ul > li.active > a {
9460
+ color: #fff;
9461
+ box-shadow: inset 0px -3px 0 0px #FFEB3B;
9462
+ }
9463
+
9464
+ .ha-menu > ul > li > a {
9465
+ text-transform: uppercase;
9466
+ padding: 15px 12px;
9467
+ display: block;
9468
+ }
9469
+
9470
+ .ha-menu > ul > li > a:hover {
9471
+ color: #fff;
9472
+ }
9473
+
9474
+ .ha-menu > ul > li .dropdown-menu {
9475
+ min-width: 100%;
9476
+ }
9477
+ }
9478
+
9479
+ @media (max-width: 991px) {
9480
+ .wpdt-c .ha-menu {
9481
+ display: none;
9482
+ }
9483
+ }
9484
+
9485
+ .wpdt-c .sidebar {
9486
+ position: fixed;
9487
+ background: #fff;
9488
+ height: calc(100% - 70px);
9489
+ top: 70px;
9490
+ -webkit-transition: all;
9491
+ -o-transition: all;
9492
+ transition: all;
9493
+ -webkit-transition-duration: 300ms;
9494
+ transition-duration: 300ms;
9495
+ z-index: 10;
9496
+ overflow-y: auto;
9497
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
9498
+ }
9499
+
9500
+ .wpdt-c #sidebar {
9501
+ width: 268px;
9502
+ }
9503
+
9504
+ @media (max-width: 1279px) {
9505
+ .wpdt-c #sidebar {
9506
+ -webkit-transform: translate3d(-288px, 0, 0);
9507
+ transform: translate3d(-288px, 0, 0);
9508
+ box-shadow: 0 0 20px rgba(14, 18, 21, 0.38);
9509
+ }
9510
+
9511
+ .wpdt-c #sidebar.toggled {
9512
+ -webkit-transform: translate3d(0, 0, 0);
9513
+ transform: translate3d(0, 0, 0);
9514
+ }
9515
+ }
9516
+
9517
+ .wpdt-c .sidebar-alt {
9518
+ top: 0;
9519
+ height: 100%;
9520
+ -webkit-transform: translate3d(-268px, 0, 0);
9521
+ transform: translate3d(-268px, 0, 0);
9522
+ }
9523
+
9524
+ .wpdt-c .sidebar-alt.toggled {
9525
+ -webkit-transform: translate3d(0, 0, 0);
9526
+ transform: translate3d(0, 0, 0);
9527
+ }
9528
+
9529
+ .wpdt-c .s-profile > a {
9530
+ display: block;
9531
+ height: 129px;
9532
+ margin-bottom: 5px;
9533
+ width: 100%;
9534
+ background: url(../img/profile-menu.png) no-repeat left top;
9535
+ background-size: 100%;
9536
+ }
9537
+
9538
+ .wpdt-c .s-profile > a .sp-pic {
9539
+ padding: 12px;
9540
+ }
9541
+
9542
+ .wpdt-c .s-profile > a .sp-pic > img {
9543
+ width: 47px;
9544
+ height: 47px;
9545
+ border-radius: 50%;
9546
+ border: 3px solid rgba(0, 0, 0, 0.14);
9547
+ box-sizing: content-box;
9548
+ }
9549
+
9550
+ .wpdt-c .s-profile > a .sp-info {
9551
+ background: rgba(0, 0, 0, 0.37);
9552
+ padding: 7px 14px;
9553
+ color: #fff;
9554
+ margin-top: 20px;
9555
+ position: relative;
9556
+ }
9557
+
9558
+ .wpdt-c .s-profile > a .sp-info > i {
9559
+ font-size: 19px;
9560
+ line-height: 100%;
9561
+ position: absolute;
9562
+ right: 15px;
9563
+ top: 7px;
9564
+ -webkit-transition: all;
9565
+ -o-transition: all;
9566
+ transition: all;
9567
+ -webkit-transition-duration: 300ms;
9568
+ transition-duration: 300ms;
9569
+ }
9570
+
9571
+ .wpdt-c .s-profile .main-menu {
9572
+ display: none;
9573
+ margin: 0 0 0;
9574
+ }
9575
+
9576
+ .wpdt-c .s-profile.toggled .sp-info > i {
9577
+ -webkit-transform: rotate(180deg);
9578
+ -ms-transform: rotate(180deg);
9579
+ -o-transform: rotate(180deg);
9580
+ transform: rotate(180deg);
9581
+ }
9582
+
9583
+ .wpdt-c .main-menu {
9584
+ list-style: none;
9585
+ padding-left: 0;
9586
+ margin: 20px 0 0 0;
9587
+ }
9588
+
9589
+ .wpdt-c .main-menu a {
9590
+ -webkit-transition: color;
9591
+ -o-transition: color;
9592
+ transition: color;
9593
+ -webkit-transition-duration: 300ms;
9594
+ transition-duration: 300ms;
9595
+ }
9596
+
9597
+ .wpdt-c .main-menu a:hover, .wpdt-c .main-menu .active > a, .wpdt-c .main-menu a.active {
9598
+ color: #262626;
9599
+ }
9600
+
9601
+ .wpdt-c .main-menu > li > a {
9602
+ padding: 14px 20px 14px 65px;
9603
+ display: block;
9604
+ font-weight: 500;
9605
+ position: relative;
9606
+ color: #4C4C4C;
9607
+ }
9608
+
9609
+ .wpdt-c .main-menu > li > a > i {
9610
+ position: absolute;
9611
+ left: 25px;
9612
+ font-size: 20px;
9613
+ top: 0;
9614
+ width: 25px;
9615
+ text-align: center;
9616
+ padding: 13px 0;
9617
+ }
9618
+
9619
+ .wpdt-c .main-menu > li > a:hover, .wpdt-c .main-menu > li.active > a {
9620
+ background-color: #F4F4F4;
9621
+ }
9622
+
9623
+ .wpdt-c .sub-menu > a {
9624
+ position: relative;
9625
+ }
9626
+
9627
+ .wpdt-c .sub-menu > a:before, .wpdt-c .sub-menu > a:after {
9628
+ position: absolute;
9629
+ top: 50%;
9630
+ margin-top: -11px;
9631
+ font-family: 'Material-Design-Iconic-Font';
9632
+ font-size: 17px;
9633
+ right: 15px;
9634
+ -webkit-transition: all;
9635
+ -o-transition: all;
9636
+ transition: all;
9637
+ -webkit-transition-duration: 250ms;
9638
+ transition-duration: 250ms;
9639
+ }
9640
+
9641
+ .wpdt-c .sub-menu > a:before {
9642
+ content: "\f278";
9643
+ -webkit-transform: scale(1);
9644
+ -ms-transform: scale(1);
9645
+ -o-transform: scale(1);
9646
+ transform: scale(1);
9647
+ }
9648
+
9649
+ .wpdt-c .sub-menu > a:after {
9650
+ content: "\f273";
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:before {
9658
+ content: "\f278";
9659
+ -webkit-transform: scale(0);
9660
+ -ms-transform: scale(0);
9661
+ -o-transform: scale(0);
9662
+ transform: scale(0);
9663
+ }
9664
+
9665
+ .wpdt-c .sub-menu.toggled > a:after {
9666
+ content: "\f273";
9667
+ -webkit-transform: scale(1);
9668
+ -ms-transform: scale(1);
9669
+ -o-transform: scale(1);
9670
+ transform: scale(1);
9671
+ }
9672
+
9673
+ .wpdt-c .sub-menu ul {
9674
+ list-style: none;
9675
+ display: none;
9676
+ padding: 0;
9677
+ }
9678
+
9679
+ .wpdt-c .sub-menu ul > li > a {
9680
+ padding: 8px 20px 8px 65px;
9681
+ font-weight: 500;
9682
+ display: block;
9683
+ color: #989898;
9684
+ }
9685
+
9686
+ .wpdt-c .sub-menu ul > li:first-child > a {
9687
+ padding-top: 14px;
9688
+ }
9689
+
9690
+ .wpdt-c .sub-menu ul > li:last-child > a {
9691
+ padding-bottom: 16px;
9692
+ }
9693
+
9694
+ .wpdt-c .sub-menu ul > li ul {
9695
+ font-size: 12px;
9696
+ margin: 10px 0;
9697
+ background-color: #F7F7F7;
9698
+ }
9699
+
9700
+ .wpdt-c .sub-menu.active > ul {
9701
+ display: block;
9702
+ }
9703
+
9704
+ /*-------------------------
9705
+ For Stupid IE9
9706
+ --------------------------*/
9707
+
9708
+ @media (max-width: 1279px) {
9709
+ .wpdt-c .ie9 #sidebar {
9710
+ display: none;
9711
+ }
9712
+
9713
+ .wpdt-c .ie9 #sidebar.toggled {
9714
+ display: block;
9715
+ }
9716
+ }
9717
+
9718
+ .wpdt-c .ie9 .sidebar-alt {
9719
+ display: none;
9720
+ }
9721
+
9722
+ .wpdt-c .ie9 .sidebar-alt.toggled {
9723
+ display: block;
9724
+ }
9725
+
9726
+ .wpdt-c .dropdown:not([data-animation]) .dropdown-menu {
9727
+ -webkit-animation-name: fadeIn;
9728
+ animation-name: fadeIn;
9729
+ -webkit-animation-duration: 300ms;
9730
+ animation-duration: 300ms;
9731
+ -webkit-animation-fill-mode: both;
9732
+ animation-fill-mode: both;
9733
+ }
9734
+
9735
+ .wpdt-c .dropdown-menu {
9736
+ box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
9737
+ padding: 10px 0;
9738
+ border-radius: 3px;
9739
+ top: -1px;
9740
+ margin: 0;
9741
+ border: 0;
9742
+ }
9743
+
9744
+ .wpdt-c .dropdown-menu > li > a {
9745
+ padding: 10px 20px;
9746
+ border: 0;
9747
+ -webkit-transition: background-color;
9748
+ -o-transition: background-color;
9749
+ transition: background-color;
9750
+ -webkit-transition-duration: 300ms;
9751
+ transition-duration: 300ms;
9752
+ }
9753
+
9754
+ .wpdt-c .dropdown-menu[class*="bgm-"] > li > a {
9755
+ color: #fff;
9756
+ }
9757
+
9758
+ .wpdt-c .dropup .dropdown-menu {
9759
+ bottom: -2px;
9760
+ }
9761
+
9762
+ .wpdt-c .dm-icon > li > a > .zmdi {
9763
+ line-height: 100%;
9764
+ vertical-align: top;
9765
+ font-size: 18px;
9766
+ width: 28px;
9767
+ }
9768
+
9769
+ .wpdt-c .dropdown-menu-lg {
9770
+ width: 300px;
9771
+ }
9772
+
9773
+ .wpdt-c .dropdown-header {
9774
+ padding: 3px 17px;
9775
+ margin-top: 10px;
9776
+ color: #b1b1b1;
9777
+ text-transform: uppercase;
9778
+ font-weight: normal;
9779
+ }
9780
+
9781
+ .wpdt-c .btn-group.open .dropdown-toggle {
9782
+ box-shadow: none;
9783
+ }
9784
+
9785
+ .wpdt-c .list-group {
9786
+ margin-bottom: 0;
9787
+ }
9788
+
9789
+ .wpdt-c .list-group .list-group-item {
9790
+ border: 0;
9791
+ margin: 0;
9792
+ padding: 15px 23px;
9793
+ }
9794
+
9795
+ .wpdt-c .list-group .list-group-item > .checkbox.pull-left {
9796
+ margin: 0;
9797
+ }
9798
+
9799
+ .wpdt-c .list-group.lg-odd-black .list-group-item:nth-child(odd) {
9800
+ background-color: #F7F7F7;
9801
+ }
9802
+
9803
+ .wpdt-c .list-group.lg-even-black .list-group-item:nth-child(even) {
9804
+ background-color: #F7F7F7;
9805
+ }
9806
+
9807
+ .wpdt-c .lg-header {
9808
+ text-align: center;
9809
+ padding: 15px 10px 13px;
9810
+ line-height: 100%;
9811
+ text-transform: uppercase;
9812
+ border-bottom: 1px solid #F0F0F0;
9813
+ font-weight: 500;
9814
+ color: #4C4C4C;
9815
+ margin-bottom: 10px;
9816
+ }
9817
+
9818
+ .wpdt-c .lg-header .actions {
9819
+ position: absolute;
9820
+ top: 5px;
9821
+ right: 10px;
9822
+ }
9823
+
9824
+ .wpdt-c .lgi-img {
9825
+ width: 40px;
9826
+ height: 40px;
9827
+ border-radius: 50%;
9828
+ }
9829
+
9830
+ .wpdt-c .lgi-heading {
9831
+ color: #000;
9832
+ margin-bottom: 4px;
9833
+ display: block;
9834
+ }
9835
+
9836
+ .wpdt-c .lgi-heading, .wpdt-c .lgi-text {
9837
+ overflow: hidden;
9838
+ text-overflow: ellipsis;
9839
+ white-space: nowrap;
9840
+ }
9841
+
9842
+ .wpdt-c .lgi-text {
9843
+ display: block;
9844
+ font-size: 12px;
9845
+ color: #777777;
9846
+ }
9847
+
9848
+ .wpdt-c .lgi-text:not(:last-child) {
9849
+ margin-bottom: 4px;
9850
+ }
9851
+
9852
+ .wpdt-c .lgi-checkbox {
9853
+ margin-top: 8px;
9854
+ margin-bottom: 0;
9855
+ }
9856
+
9857
+ .wpdt-c .lgi-attrs {
9858
+ list-style: none;
9859
+ padding: 0;
9860
+ margin: 0;
9861
+ }
9862
+
9863
+ .wpdt-c .lgi-attrs > li {
9864
+ display: inline-block;
9865
+ border: 1px solid #e0e0e0;
9866
+ margin: 2px 2px 2px 0;
9867
+ padding: 2px 5px;
9868
+ font-size: 12px;
9869
+ color: #777777;
9870
+ }
9871
+
9872
+ .wpdt-c .lgi-attrs > li > a {
9873
+ display: block;
9874
+ }
9875
+
9876
+ .wpdt-c .progress {
9877
+ box-shadow: none;
9878
+ border-radius: 0;
9879
+ height: 5px;
9880
+ margin-bottom: 0;
9881
+ }
9882
+
9883
+ .wpdt-c .progress .progress-bar {
9884
+ box-shadow: none;
9885
+ }
9886
+
9887
+ .wpdt-c #chat {
9888
+ padding: 20px 0 5px;
9889
+ width: 280px;
9890
+ right: -300px;
9891
+ box-shadow: 0 0 20px rgba(14, 18, 21, 0.38);
9892
+ }
9893
+
9894
+ .wpdt-c #chat.toggled {
9895
+ right: 0;
9896
+ }
9897
+
9898
+ .wpdt-c #chat .chat-search {
9899
+ padding: 20px 20px 15px 20px;
9900
+ }
9901
+
9902
+ .wpdt-c #chat .chat-search .form-control {
9903
+ background-repeat: no-repeat;
9904
+ background-position: left center;
9905
+ padding-left: 30px;
9906
+ background-color: transparent;
9907
+ }
9908
+
9909
+ .wpdt-c #chat .chat-search .form-control:focus {
9910
+ padding: 0 30px 0 0;
9911
+ }
9912
+
9913
+ .wpdt-c #chat .chat-search .form-control:focus + .zmdi-search {
9914
+ left: calc(100% - 15px);
9915
+ }
9916
+
9917
+ .wpdt-c #chat .chat-search .form-control,
9918
+ .wpdt-c #chat .chat-search .zmdi-search {
9919
+ -webkit-transition: all;
9920
+ -o-transition: all;
9921
+ transition: all;
9922
+ -webkit-transition-duration: 300ms;
9923
+ transition-duration: 300ms;
9924
+ }
9925
+
9926
+ .wpdt-c #chat .chat-search .zmdi-search {
9927
+ position: absolute;
9928
+ left: 0;
9929
+ bottom: 6px;
9930
+ font-size: 20px;
9931
+ }
9932
+
9933
+ .wpdt-c #chat .lg-body {
9934
+ height: calc(100% - 70px);
9935
+ }
9936
+
9937
+ /*------------------------------
9938
+ Chat Status Icons
9939
+ -------------------------------*/
9940
+
9941
+ [class*="chat-status"] {
9942
+ position: absolute;
9943
+ width: 10px;
9944
+ height: 10px;
9945
+ border-radius: 50%;
9946
+ top: -3px;
9947
+ right: 12px;
9948
+ border: 2px solid #FFF;
9949
+ }
9950
+
9951
+ /* Simple Mixin */
9952
+ .wpdt-c .chat-status-online {
9953
+ box-shadow: 0 0 0 1px #1EC01E;
9954
+ background: #1EC01E;
9955
+ }
9956
+
9957
+ .wpdt-c .chat-status-offline {
9958
+ box-shadow: 0 0 0 1px #E73F3F;
9959
+ background: #E73F3F;
9960
+ }
9961
+
9962
+ .wpdt-c .chat-status-busy {
9963
+ box-shadow: 0 0 0 1px #FFA500;
9964
+ background: #FFA500;
9965
+ }
9966
+
9967
+ .wpdt-c .tab-nav {
9968
+ list-style: none;
9969
+ padding: 0;
9970
+ white-space: nowrap;
9971
+ margin: 0;
9972
+ overflow: auto;
9973
+ box-shadow: inset 0 -2px 0 0 #eee;
9974
+ width: 100%;
9975
+ }
9976
+
9977
+ .wpdt-c .tab-nav li {
9978
+ display: inline-block;
9979
+ vertical-align: top;
9980
+ }
9981
+
9982
+ .wpdt-c .tab-nav li > a {
9983
+ display: inline-block;
9984
+ color: #7a7a7a;
9985
+ text-transform: uppercase;
9986
+ position: relative;
9987
+ width: 100%;
9988
+ -webkit-transition: all;
9989
+ -o-transition: all;
9990
+ transition: all;
9991
+ -webkit-transition-duration: 250ms;
9992
+ transition-duration: 250ms;
9993
+ font-weight: 500;
9994
+ }
9995
+
9996
+ .wpdt-c .tab-nav li > a:after {
9997
+ content: "";
9998
+ height: 2px;
9999
+ position: absolute;
10000
+ width: 100%;
10001
+ left: 0;
10002
+ bottom: 0;
10003
+ -webkit-transition: all;
10004
+ -o-transition: all;
10005
+ transition: all;
10006
+ -webkit-transition-duration: 250ms;
10007
+ transition-duration: 250ms;
10008
+ -webkit-transform: scale(0);
10009
+ -ms-transform: scale(0);
10010
+ -o-transform: scale(0);
10011
+ transform: scale(0);
10012
+ }
10013
+
10014
+ @media (min-width: 768px) {
10015
+ .wpdt-c .tab-nav li > a {
10016
+ padding: 15px;
10017
+ }
10018
+ }
10019
+
10020
+ @media (max-width: 768px) {
10021
+ .wpdt-c .tab-nav li > a {
10022
+ padding: 15px 8px;
10023
+ }
10024
+ }
10025
+
10026
+ .wpdt-c .tab-nav li.active > a {
10027
+ color: #000;
10028
+ }
10029
+
10030
+ .wpdt-c .tab-nav li.active > a:after {
10031
+ -webkit-transform: scale(1);
10032
+ -ms-transform: scale(1);
10033
+ -o-transform: scale(1);
10034
+ transform: scale(1);
10035
+ }
10036
+
10037
+ .wpdt-c .tab-nav.tab-nav-right {
10038
+ text-align: right;
10039
+ }
10040
+
10041
+ .wpdt-c .tab-nav.tn-justified > li {
10042
+ display: table-cell;
10043
+ width: 1%;
10044
+ text-align: center;
10045
+ }
10046
+
10047
+ .wpdt-c .tab-nav.tn-icon > li .zmdi {
10048
+ font-size: 22px;
10049
+ line-height: 100%;
10050
+ min-height: 25px;
10051
+ }
10052
+
10053
+ .wpdt-c .tab-nav:not([data-tab-color]) > li > a:after {
10054
+ background: #2196F3;
10055
+ }
10056
+
10057
+ .wpdt-c .tab-nav[data-tab-color="green"] > li > a:after {
10058
+ background: #4CAF50;
10059
+ }
10060
+
10061
+ .wpdt-c .tab-nav[data-tab-color="red"] > li > a:after {
10062
+ background: #F44336;
10063
+ }
10064
+
10065
+ .wpdt-c .tab-nav[data-tab-color="teal"] > li > a:after {
10066
+ background: #009688;
10067
+ }
10068
+
10069
+ .wpdt-c .tab-nav[data-tab-color="amber"] > li > a:after {
10070
+ background: #FFC107;
10071
+ }
10072
+
10073
+ .wpdt-c .tab-nav[data-tab-color="black"] > li > a:after {
10074
+ background: #000000;
10075
+ }
10076
+
10077
+ .wpdt-c .tab-nav[data-tab-color="cyan"] > li > a:after {
10078
+ background: #00BCD4;
10079
+ }
10080
+
10081
+ .wpdt-c .tab-content {
10082
+ padding: 20px 0;
10083
+ }
10084
+
10085
+ .wpdt-c .card {
10086
+ position: relative;
10087
+ background: #fff;
10088
+ box-shadow: none;
10089
+ margin-bottom: 30px;
10090
+ }
10091
+
10092
+ .wpdt-c .card .card-header {
10093
+ position: relative;
10094
+ }
10095
+
10096
+ @media screen and (min-width: 768px) {
10097
+ .wpdt-c .card .card-header {
10098
+ padding: 25px 27px;
10099
+ }
10100
+ }
10101
+
10102
+ @media screen and (max-width: 991px) {
10103
+ .wpdt-c .card .card-header {
10104
+ padding: 18px;
10105
+ }
10106
+ }
10107
+
10108
+ .wpdt-c .card .card-header h2 {
10109
+ margin: 0;
10110
+ line-height: 100%;
10111
+ font-size: 17px;
10112
+ font-weight: 400;
10113
+ }
10114
+
10115
+ .wpdt-c .card .card-header h2 small {
10116
+ display: block;
10117
+ margin-top: 8px;
10118
+ color: #AEAEAE;
10119
+ line-height: 160%;
10120
+ }
10121
+
10122
+ .wpdt-c .card .card-header.ch-alt:not([class*="bgm-"]) {
10123
+ background-color: #f7f7f7;
10124
+ }
10125
+
10126
+ .wpdt-c .card .card-header[class*="bgm-"] h2, .wpdt-c .card .card-header[class*="bgm-"] h2 small {
10127
+ color: #fff;
10128
+ }
10129
+
10130
+ .wpdt-c .card .card-header .actions {
10131
+ position: absolute;
10132
+ right: 10px;
10133
+ z-index: 2;
10134
+ top: 15px;
10135
+ }
10136
+
10137
+ .wpdt-c .card .card-header .btn-float {
10138
+ right: 25px;
10139
+ bottom: -23px;
10140
+ z-index: 1;
10141
+ }
10142
+
10143
+ .wpdt-c .card a.card-header {
10144
+ display: block;
10145
+ }
10146
+
10147
+ @media screen and (min-width: 768px) {
10148
+ .wpdt-c .card .card-body.card-padding {
10149
+ padding: 25px 27px;
10150
+ }
10151
+ }
10152
+
10153
+ @media screen and (max-width: 991px) {
10154
+ .wpdt-c .card .card-body.card-padding {
10155
+ padding: 18px;
10156
+ }
10157
+ }
10158
+
10159
+ .wpdt-c .card .card-body.card-padding-sm {
10160
+ padding: 15px;
10161
+ }
10162
+
10163
+ .wpdt-c .card-header:not(.ch-alt):not([class*="bgm-"]) + .card-padding {
10164
+ padding-top: 0;
10165
+ }
10166
+
10167
+ .wpdt-c .card-light .card-header h2, .wpdt-c .card-light .card-header h2 small {
10168
+ color: #fff;
10169
+ }
10170
+
10171
+ .wpdt-c .chart-edge {
10172
+ margin: 20px -8px 0 -10px;
10173
+ overflow: hidden;
10174
+ }
10175
+
10176
+ .wpdt-c .chart-edge .flot-chart {
10177
+ bottom: -14px;
10178
+ }
10179
+
10180
+ .wpdt-c .charts-row {
10181
+ margin-top: 50px;
10182
+ margin-bottom: 20px;
10183
+ }
10184
+
10185
+ .wpdt-c .mini-charts-item {
10186
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
10187
+ position: relative;
10188
+ margin-bottom: 30px;
10189
+ }
10190
+
10191
+ .wpdt-c .mini-charts-item .chart {
10192
+ padding: 21px 18px 0;
10193
+ float: left;
10194
+ }
10195
+
10196
+ .wpdt-c .mini-charts-item .chart.chart-pie {
10197
+ margin: 0 20px;
10198
+ padding: 14px 11px;
10199
+ }
10200
+
10201
+ .wpdt-c .mini-charts-item .count {
10202
+ overflow: hidden;
10203
+ color: rgba(255, 255, 255, 0.9);
10204
+ padding: 16px 12px;
10205
+ }
10206
+
10207
+ .wpdt-c .mini-charts-item .count > h2 {
10208
+ margin: 0;
10209
+ line-height: 100%;
10210
+ font-size: 22px;
10211
+ font-weight: 300;
10212
+ color: #fff;
10213
+ }
10214
+
10215
+ .wpdt-c .mini-charts-item .count > small {
10216
+ margin-bottom: 2px;
10217
+ display: block;
10218
+ }
10219
+
10220
+ .wpdt-c .mini-charts-item .count > h2, .wpdt-c .mini-charts-item .count > small {
10221
+ overflow: hidden;
10222
+ text-overflow: ellipsis;
10223
+ white-space: nowrap;
10224
+ }
10225
+
10226
+ .wpdt-c .mini-charts-item > .clearfix, .wpdt-c .mini-charts-item > .dl-horizontal dd, .wpdt-c .mini-charts-item > .container, .wpdt-c .mini-charts-item > .container-fluid, .wpdt-c .mini-charts-item > .row, .wpdt-c .mini-charts-item > .form-horizontal .form-group, .wpdt-c .mini-charts-item > .btn-toolbar, .wpdt-c .mini-charts-item > .btn-group-vertical > .btn-group, .wpdt-c .mini-charts-item > .nav, .wpdt-c .mini-charts-item > .navbar, .wpdt-c .mini-charts-item > .navbar-header, .wpdt-c .mini-charts-item > .navbar-collapse, .wpdt-c .mini-charts-item > .pager, .wpdt-c .mini-charts-item > .panel-body, .wpdt-c .mini-charts-item > .modal-header, .wpdt-c .mini-charts-item > .modal-footer {
10227
+ position: relative;
10228
+ z-index: 1;
10229
+ }
10230
+
10231
+ .wpdt-c .mini-charts-item:before {
10232
+ -webkit-transition: width;
10233
+ -o-transition: width;
10234
+ transition: width;
10235
+ -webkit-transition-duration: 500ms;
10236
+ transition-duration: 500ms;
10237
+ -webkit-backface-visibility: hidden;
10238
+ -moz-backface-visibility: hidden;
10239
+ backface-visibility: hidden;
10240
+ content: "";
10241
+ width: 105px;
10242
+ height: 100%;
10243
+ background: rgba(0, 0, 0, 0.1);
10244
+ position: absolute;
10245
+ left: 0;
10246
+ top: 0;
10247
+ }
10248
+
10249
+ .wpdt-c .mini-charts-item:hover .count {
10250
+ color: #fff !important;
10251
+ }
10252
+
10253
+ .wpdt-c .mini-charts-item:hover:before {
10254
+ width: 100%;
10255
+ }
10256
+
10257
+ /*------------------------------
10258
+ Sparkline Tooltip
10259
+ -------------------------------*/
10260
+
10261
+ .wpdt-c #jqstooltip {
10262
+ min-width: 21px;
10263
+ min-height: 23px;
10264
+ text-align: center;
10265
+ border: 0;
10266
+ background: #fff;
10267
+ box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
10268
+ }
10269
+
10270
+ .wpdt-c #jqstooltip .jqsfield {
10271
+ font-size: 12px;
10272
+ font-weight: 700;
10273
+ font-family: inherit;
10274
+ text-align: center;
10275
+ color: #333;
10276
+ }
10277
+
10278
+ .wpdt-c #jqstooltip .jqsfield > span {
10279
+ display: none;
10280
+ }
10281
+
10282
+ /*------------------------------
10283
+ Easy Pie Charts
10284
+ -------------------------------*/
10285
+ .wpdt-c .epc-item {
10286
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
10287
+ position: relative;
10288
+ margin-bottom: 30px;
10289
+ padding: 30px 20px;
10290
+ text-align: center;
10291
+ }
10292
+
10293
+ .wpdt-c .easy-pie {
10294
+ display: inline-block;
10295
+ position: relative;
10296
+ padding: 0 0 10px;
10297
+ }
10298
+
10299
+ .wpdt-c .easy-pie .percent {
10300
+ position: absolute;
10301
+ font-weight: 300;
10302
+ width: 100%;
10303
+ line-height: 100%;
10304
+ left: 4px;
10305
+ color: #fff;
10306
+ }
10307
+
10308
+ .wpdt-c .easy-pie .percent:after {
10309
+ content: "%";
10310
+ }
10311
+
10312
+ .wpdt-c .easy-pie.main-pie .percent {
10313
+ margin-top: 49px;
10314
+ font-size: 50px;
10315
+ text-align: center;
10316
+ }
10317
+
10318
+ .wpdt-c .easy-pie.main-pie .percent:after {
10319
+ font-size: 30px;
10320
+ }
10321
+
10322
+ .wpdt-c .easy-pie.main-pie .pie-title {
10323
+ color: #fff;
10324
+ }
10325
+
10326
+ .wpdt-c .easy-pie:not(.main-pie) .percent {
10327
+ font-size: 24px;
10328
+ margin-top: 33px;
10329
+ }
10330
+
10331
+ .wpdt-c .easy-pie:not(.main-pie) .percent:after {
10332
+ font-size: 20px;
10333
+ }
10334
+
10335
+ .wpdt-c .easy-pie .pie-title {
10336
+ position: absolute;
10337
+ width: 100%;
10338
+ text-align: center;
10339
+ bottom: -3px;
10340
+ left: 0;
10341
+ }
10342
+
10343
+ /*------------------------------
10344
+ Recent Items Table Chart
10345
+ -------------------------------*/
10346
+
10347
+ .wpdt-c #recent-items-chart {
10348
+ width: calc(100% + 19px);
10349
+ height: 150px;
10350
+ margin: -20px -10px 0;
10351
+ bottom: -10px;
10352
+ }
10353
+
10354
+ /*------------------------------
10355
+ Flot Chart
10356
+ -------------------------------*/
10357
+
10358
+ .wpdt-c [class*="flot-chart"] {
10359
+ width: 100%;
10360
+ display: block;
10361
+ }
10362
+
10363
+ .wpdt-c .flot-chart {
10364
+ height: 200px;
10365
+ }
10366
+
10367
+ .wpdt-c .flot-chart-pie {
10368
+ height: 300px;
10369
+ }
10370
+
10371
+ @media (min-width: 768px) {
10372
+ .wpdt-c .flot-chart-pie {
10373
+ margin-bottom: 20px;
10374
+ }
10375
+ }
10376
+
10377
+ .wpdt-c .flot-tooltip,
10378
+ .wpdt-c #flotTip {
10379
+ position: absolute;
10380
+ color: #333;
10381
+ display: none;
10382
+ font-size: 12px;
10383
+ box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
10384
+ padding: 3px 10px;
10385
+ background-color: #fff;
10386
+ z-index: 99999;
10387
+ }
10388
+
10389
+ .wpdt-c [class*="flc-"] {
10390
+ text-align: center;
10391
+ margin: 10px 0 5px;
10392
+ }
10393
+
10394
+ .wpdt-c [class*="flc-"] table {
10395
+ display: inline-block;
10396
+ }
10397
+
10398
+ .wpdt-c [class*="flc-"] .legendColorBox > div {
10399
+ border: #fff !important;
10400
+ }
10401
+
10402
+ .wpdt-c [class*="flc-"] .legendColorBox > div > div {
10403
+ border-radius: 50%;
10404
+ }
10405
+
10406
+ .wpdt-c [class*="flc-"] .legendLabel {
10407
+ padding: 0 8px 0 3px;
10408
+ }
10409
+
10410
+ .wpdt-c .dw-item {
10411
+ position: relative;
10412
+ min-height: 400px;
10413
+ margin-bottom: 30px;
10414
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
10415
+ }
10416
+
10417
+ .wpdt-c .dwi-header {
10418
+ position: relative;
10419
+ }
10420
+
10421
+ .wpdt-c .dwi-header-img {
10422
+ background-repeat: no-repeat;
10423
+ -webkit-background-size: cover;
10424
+ -moz-background-size: cover;
10425
+ -o-background-size: cover;
10426
+ background-size: cover;
10427
+ background-position: center;
10428
+ height: 155px;
10429
+ }
10430
+
10431
+ .wpdt-c .dw-footer {
10432
+ position: absolute;
10433
+ left: 0;
10434
+ bottom: 0;
10435
+ width: 100%;
10436
+ }
10437
+
10438
+ .wpdt-c .dwih-title {
10439
+ padding: 12px 20px;
10440
+ position: absolute;
10441
+ width: 100%;
10442
+ left: 0;
10443
+ }
10444
+
10445
+ /*-------------------------
10446
+ Site Visits
10447
+ --------------------------*/
10448
+
10449
+ .wpdt-c #site-visits .dwi-header {
10450
+ padding-bottom: 38px;
10451
+ margin-bottom: 12px;
10452
+ background-color: rgba(255, 255, 255, 0.05);
10453
+ }
10454
+
10455
+ .wpdt-c #site-visits .dwi-header canvas {
10456
+ width: 100% !important;
10457
+ }
10458
+
10459
+ .wpdt-c #site-visits .dwih-title {
10460
+ bottom: 0;
10461
+ color: #fff;
10462
+ }
10463
+
10464
+ .wpdt-c #site-visits .sv-item:nth-child(even) {
10465
+ background-color: rgba(255, 255, 255, 0.05);
10466
+ }
10467
+
10468
+ .wpdt-c #site-visits .sv-item small {
10469
+ color: rgba(255, 255, 255, 0.7);
10470
+ }
10471
+
10472
+ .wpdt-c #site-visits .sv-item h3 {
10473
+ font-weight: normal;
10474
+ margin: 0;
10475
+ overflow: hidden;
10476
+ text-overflow: ellipsis;
10477
+ white-space: nowrap;
10478
+ color: #fff;
10479
+ }
10480
+
10481
+ .wpdt-c #site-visits .sv-item .pull-right {
10482
+ margin-top: 5px;
10483
+ opacity: 0.7;
10484
+ filter: alpha(opacity=70);
10485
+ }
10486
+
10487
+ /*-------------------------
10488
+ Best Selling Item
10489
+ --------------------------*/
10490
+
10491
+ .wpdt-c #best-selling {
10492
+ background-color: #fff;
10493
+ }
10494
+
10495
+ .wpdt-c #best-selling .dwi-header .dwih-title {
10496
+ padding-bottom: 30px;
10497
+ top: 0;
10498
+ color: #fff;
10499
+ background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
10500
+ background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
10501
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
10502
+ background-repeat: repeat-x;
10503
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0);
10504
+ }
10505
+
10506
+ .wpdt-c #best-selling .dwi-header .bs-main {
10507
+ padding: 15px;
10508
+ color: #fff;
10509
+ position: absolute;
10510
+ bottom: 0;
10511
+ left: 0;
10512
+ width: 100%;
10513
+ background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
10514
+ background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
10515
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
10516
+ background-repeat: repeat-x;
10517
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
10518
+ }
10519
+
10520
+ .wpdt-c #best-selling .dwi-header .bs-main > h2 {
10521
+ font-weight: 400;
10522
+ font-size: 20px;
10523
+ margin: 5px 0 0 0;
10524
+ line-height: 100%;
10525
+ color: #fff;
10526
+ }
10527
+
10528
+ /*-------------------------
10529
+ Weather
10530
+ --------------------------*/
10531
+
10532
+ .wpdt-c #weather-widget {
10533
+ color: #fff;
10534
+ padding: 20px 20px 0;
10535
+ }
10536
+
10537
+ .wpdt-c #weather-widget .weather-status {
10538
+ font-size: 40px;
10539
+ line-height: 100%;
10540
+ }
10541
+
10542
+ .wpdt-c #weather-widget .weather-icon {
10543
+ text-align: center;
10544
+ margin-top: 10px;
10545
+ height: 150px;
10546
+ background-repeat: no-repeat;
10547
+ background-position: center;
10548
+ /* Weather Icons */
10549
+ }
10550
+
10551
+ .wpdt-c #weather-widget .weather-icon.wi-0 {
10552
+ background-image: url("../img/icons/weather/0.png");
10553
+ }
10554
+
10555
+ @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) {
10556
+ .wpdt-c #weather-widget .weather-icon.wi-0 {
10557
+ background-image: url("../img/icons/weather/0@2x.png");
10558
+ background-size: 125px 125px;
10559
+ }
10560
+ }
10561
+
10562
+ .wpdt-c #weather-widget .weather-icon.wi-1 {
10563
+ background-image: url("../img/icons/weather/1.png");
10564
+ }
10565
+
10566
+ @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) {
10567
+ .wpdt-c #weather-widget .weather-icon.wi-1 {
10568
+ background-image: url("../img/icons/weather/1@2x.png");
10569
+ background-size: 125px 125px;
10570
+ }
10571
+ }
10572
+
10573
+ .wpdt-c #weather-widget .weather-icon.wi-2 {
10574
+ background-image: url("../img/icons/weather/2.png");
10575
+ }
10576
+
10577
+ @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) {
10578
+ .wpdt-c #weather-widget .weather-icon.wi-2 {
10579
+ background-image: url("../img/icons/weather/2@2x.png");
10580
+ background-size: 125px 125px;
10581
+ }
10582
+ }
10583
+
10584
+ .wpdt-c #weather-widget .weather-icon.wi-3 {
10585
+ background-image: url("../img/icons/weather/3.png");
10586
+ }
10587
+
10588
+ @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) {
10589
+ .wpdt-c #weather-widget .weather-icon.wi-3 {
10590
+ background-image: url("../img/icons/weather/3@2x.png");
10591
+ background-size: 125px 125px;
10592
+ }
10593
+ }
10594
+
10595
+ .wpdt-c #weather-widget .weather-icon.wi-4 {
10596
+ background-image: url("../img/icons/weather/2.png");
10597
+ }
10598
+
10599
+ @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) {
10600
+ #weather-widget .weather-icon.wi-4 {
10601
+ background-image: url("../img/icons/weather/2@2x.png");
10602
+ background-size: 125px 125px;
10603
+ }
10604
+ }
10605
+
10606
+ .wpdt-c #weather-widget .weather-icon.wi-5 {
10607
+ background-image: url("../img/icons/weather/5.png");
10608
+ }
10609
+
10610
+ @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) {
10611
+ #weather-widget .weather-icon.wi-5 {
10612
+ background-image: url("../img/icons/weather/5@2x.png");
10613
+ background-size: 125px 125px;
10614
+ }
10615
+ }
10616
+
10617
+ .wpdt-c #weather-widget .weather-icon.wi-6 {
10618
+ background-image: url("../img/icons/weather/5.png");
10619
+ }
10620
+
10621
+ @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) {
10622
+ #weather-widget .weather-icon.wi-6 {
10623
+ background-image: url("../img/icons/weather/5@2x.png");
10624
+ background-size: 125px 125px;
10625
+ }
10626
+ }
10627
+
10628
+ .wpdt-c #weather-widget .weather-icon.wi-7 {
10629
+ background-image: url("../img/icons/weather/5.png");
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
+ #weather-widget .weather-icon.wi-7 {
10634
+ background-image: url("../img/icons/weather/5@2x.png");
10635
+ background-size: 125px 125px;
10636
+ }
10637
+ }
10638
+
10639
+ .wpdt-c #weather-widget .weather-icon.wi-8 {
10640
+ background-image: url("../img/icons/weather/5.png");
10641
+ }
10642
+
10643
+ @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) {
10644
+ .wpdt-c #weather-widget .weather-icon.wi-8 {
10645
+ background-image: url("../img/icons/weather/5@2x.png");
10646
+ background-size: 125px 125px;
10647
+ }
10648
+ }
10649
+
10650
+ .wpdt-c #weather-widget .weather-icon.wi-9 {
10651
+ background-image: url("../img/icons/weather/9.png");
10652
+ }
10653
+
10654
+ @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) {
10655
+ .wpdt-c #weather-widget .weather-icon.wi-9 {
10656
+ background-image: url("../img/icons/weather/9@2x.png");
10657
+ background-size: 125px 125px;
10658
+ }
10659
+ }
10660
+
10661
+ .wpdt-c #weather-widget .weather-icon.wi-10 {
10662
+ background-image: url("../img/icons/weather/5.png");
10663
+ }
10664
+
10665
+ @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) {
10666
+ .wpdt-c #weather-widget .weather-icon.wi-10 {
10667
+ background-image: url("../img/icons/weather/5@2x.png");
10668
+ background-size: 125px 125px;
10669
+ }
10670
+ }
10671
+
10672
+ .wpdt-c #weather-widget .weather-icon.wi-11 {
10673
+ background-image: url("../img/icons/weather/9.png");
10674
+ }
10675
+
10676
+ @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) {
10677
+ .wpdt-c #weather-widget .weather-icon.wi-11 {
10678
+ background-image: url("../img/icons/weather/9@2x.png");
10679
+ background-size: 125px 125px;
10680
+ }
10681
+ }
10682
+
10683
+ .wpdt-c #weather-widget .weather-icon.wi-12 {
10684
+ background-image: url("../img/icons/weather/9.png");
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
+ #weather-widget .weather-icon.wi-12 {
10689
+ background-image: url("../img/icons/weather/9@2x.png");
10690
+ background-size: 125px 125px;
10691
+ }
10692
+ }
10693
+
10694
+ .wpdt-c #weather-widget .weather-icon.wi-13 {
10695
+ background-image: url("../img/icons/weather/9.png");
10696
+ }
10697
+
10698
+ @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) {
10699
+ .wpdt-c #weather-widget .weather-icon.wi-13 {
10700
+ background-image: url("../img/icons/weather/9@2x.png");
10701
+ background-size: 125px 125px;
10702
+ }
10703
+ }
10704
+
10705
+ .wpdt-c #weather-widget .weather-icon.wi-14 {
10706
+ background-image: url("../img/icons/weather/9.png");
10707
+ }
10708
+
10709
+ @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) {
10710
+ .wpdt-c #weather-widget .weather-icon.wi-14 {
10711
+ background-image: url("../img/icons/weather/9@2x.png");
10712
+ background-size: 125px 125px;
10713
+ }
10714
+ }
10715
+
10716
+ .wpdt-c #weather-widget .weather-icon.wi-15 {
10717
+ background-image: url("../img/icons/weather/5.png");
10718
+ }
10719
+
10720
+ @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) {
10721
+ .wpdt-c #weather-widget .weather-icon.wi-15 {
10722
+ background-image: url("../img/icons/weather/5@2x.png");
10723
+ background-size: 125px 125px;
10724
+ }
10725
+ }
10726
+
10727
+ .wpdt-c #weather-widget .weather-icon.wi-16 {
10728
+ background-image: url("../img/icons/weather/9.png");
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
+ .wpdt-c #weather-widget .weather-icon.wi-16 {
10733
+ background-image: url("../img/icons/weather/9@2x.png");
10734
+ background-size: 125px 125px;
10735
+ }
10736
+ }
10737
+
10738
+ .wpdt-c #weather-widget .weather-icon.wi-17 {
10739
+ background-image: url("../img/icons/weather/5.png");
10740
+ }
10741
+
10742
+ @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) {
10743
+ .wpdt-c #weather-widget .weather-icon.wi-17 {
10744
+ background-image: url("../img/icons/weather/5@2x.png");
10745
+ background-size: 125px 125px;
10746
+ }
10747
+ }
10748
+
10749
+ .wpdt-c #weather-widget .weather-icon.wi-18 {
10750
+ background-image: url("../img/icons/weather/18.png");
10751
+ }
10752
+
10753
+ @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) {
10754
+ .wpdt-c #weather-widget .weather-icon.wi-18 {
10755
+ background-image: url("../img/icons/weather/18@2x.png");
10756
+ background-size: 125px 125px;
10757
+ }
10758
+ }
10759
+
10760
+ .wpdt-c #weather-widget .weather-icon.wi-19 {
10761
+ background-image: url("../img/icons/weather/19.png");
10762
+ }
10763
+
10764
+ @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) {
10765
+ .wpdt-c #weather-widget .weather-icon.wi-19 {
10766
+ background-image: url("../img/icons/weather/19@2x.png");
10767
+ background-size: 125px 125px;
10768
+ }
10769
+ }
10770
+
10771
+ .wpdt-c #weather-widget .weather-icon.wi-20 {
10772
+ background-image: url("../img/icons/weather/19.png");
10773
+ }
10774
+
10775
+ @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) {
10776
+ .wpdt-c #weather-widget .weather-icon.wi-20 {
10777
+ background-image: url("../img/icons/weather/19@2x.png");
10778
+ background-size: 125px 125px;
10779
+ }
10780
+ }
10781
+
10782
+ .wpdt-c #weather-widget .weather-icon.wi-21 {
10783
+ background-image: url("../img/icons/weather/19.png");
10784
+ }
10785
+
10786
+ @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) {
10787
+ .wpdt-c #weather-widget .weather-icon.wi-21 {
10788
+ background-image: url("../img/icons/weather/19@2x.png");
10789
+ background-size: 125px 125px;
10790
+ }
10791
+ }
10792
+
10793
+ .wpdt-c #weather-widget .weather-icon.wi-22 {
10794
+ background-image: url("../img/icons/weather/19.png");
10795
+ }
10796
+
10797
+ @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) {
10798
+ #weather-widget .weather-icon.wi-22 {
10799
+ background-image: url("../img/icons/weather/19@2x.png");
10800
+ background-size: 125px 125px;
10801
+ }
10802
+ }
10803
+
10804
+ .wpdt-c #weather-widget .weather-icon.wi-23 {
10805
+ background-image: url("../img/icons/weather/19.png");
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
+ .wpdt-c #weather-widget .weather-icon.wi-23 {
10810
+ background-image: url("../img/icons/weather/19@2x.png");
10811
+ background-size: 125px 125px;
10812
+ }
10813
+ }
10814
+
10815
+ .wpdt-c #weather-widget .weather-icon.wi-24 {
10816
+ background-image: url("../img/icons/weather/24.png");
10817
+ }
10818
+
10819
+ @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) {
10820
+
10821
+ .wpdt-c #weather-widget .weather-icon.wi-24 {
10822
+ background-image: url("../img/icons/weather/24@2x.png");
10823
+ background-size: 125px 125px;
10824
+ }
10825
+ }
10826
+
10827
+ .wpdt-c #weather-widget .weather-icon.wi-25 {
10828
+ background-image: url("../img/icons/weather/24.png");
10829
+ }
10830
+
10831
+ @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) {
10832
+
10833
+ .wpdt-c #weather-widget .weather-icon.wi-25 {
10834
+ background-image: url("../img/icons/weather/24@2x.png");
10835
+ background-size: 125px 125px;
10836
+ }
10837
+ }
10838
+
10839
+ .wpdt-c #weather-widget .weather-icon.wi-26 {
10840
+ background-image: url("../img/icons/weather/26.png");
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-26 {
10846
+ background-image: url("../img/icons/weather/26@2x.png");
10847
+ background-size: 125px 125px;
10848
+ }
10849
+ }
10850
+
10851
+ .wpdt-c #weather-widget .weather-icon.wi-27 {
10852
+ background-image: url("../img/icons/weather/27.png");
10853
+ }
10854
+
10855
+ @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) {
10856
+
10857
+ .wpdt-c #weather-widget .weather-icon.wi-27 {
10858
+ background-image: url("../img/icons/weather/27@2x.png");
10859
+ background-size: 125px 125px;
10860
+ }
10861
+ }
10862
+
10863
+ .wpdt-c #weather-widget .weather-icon.wi-28 {
10864
+ background-image: url("../img/icons/weather/28.png");
10865
+ }
10866
+
10867
+ @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) {
10868
+
10869
+ .wpdt-c #weather-widget .weather-icon.wi-28 {
10870
+ background-image: url("../img/icons/weather/28@2x.png");
10871
+ background-size: 125px 125px;
10872
+ }
10873
+ }
10874
+
10875
+ .wpdt-c #weather-widget .weather-icon.wi-29 {
10876
+ background-image: url("../img/icons/weather/27.png");
10877
+ }
10878
+
10879
+ @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) {
10880
+
10881
+ .wpdt-c #weather-widget .weather-icon.wi-29 {
10882
+ background-image: url("../img/icons/weather/27@2x.png");
10883
+ background-size: 125px 125px;
10884
+ }
10885
+ }
10886
+
10887
+ .wpdt-c #weather-widget .weather-icon.wi-30 {
10888
+ background-image: url("../img/icons/weather/28.png");
10889
+ }
10890
+
10891
+ @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) {
10892
+
10893
+ .wpdt-c #weather-widget .weather-icon.wi-30 {
10894
+ background-image: url("../img/icons/weather/28@2x.png");
10895
+ background-size: 125px 125px;
10896
+ }
10897
+ }
10898
+
10899
+ .wpdt-c #weather-widget .weather-icon.wi-31 {
10900
+ background-image: url("../img/icons/weather/31.png");
10901
+ }
10902
+
10903
+ @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) {
10904
+
10905
+ .wpdt-c #weather-widget .weather-icon.wi-31 {
10906
+ background-image: url("../img/icons/weather/31@2x.png");
10907
+ background-size: 125px 125px;
10908
+ }
10909
+ }
10910
+
10911
+ .wpdt-c #weather-widget .weather-icon.wi-32 {
10912
+ background-image: url("../img/icons/weather/32.png");
10913
+ }
10914
+
10915
+ @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) {
10916
+
10917
+ .wpdt-c #weather-widget .weather-icon.wi-32 {
10918
+ background-image: url("../img/icons/weather/32@2x.png");
10919
+ background-size: 125px 125px;
10920
+ }
10921
+ }
10922
+
10923
+ .wpdt-c #weather-widget .weather-icon.wi-33 {
10924
+ background-image: url("../img/icons/weather/31.png");
10925
+ }
10926
+
10927
+ @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) {
10928
+
10929
+ .wpdt-c #weather-widget .weather-icon.wi-33 {
10930
+ background-image: url("../img/icons/weather/31@2x.png");
10931
+ background-size: 125px 125px;
10932
+ }
10933
+ }
10934
+
10935
+ .wpdt-c #weather-widget .weather-icon.wi-34 {
10936
+ background-image: url("../img/icons/weather/32.png");
10937
+ }
10938
+
10939
+ @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) {
10940
+
10941
+ .wpdt-c #weather-widget .weather-icon.wi-34 {
10942
+ background-image: url("../img/icons/weather/32@2x.png");
10943
+ background-size: 125px 125px;
10944
+ }
10945
+ }
10946
+
10947
+ .wpdt-c #weather-widget .weather-icon.wi-35 {
10948
+ background-image: url("../img/icons/weather/5.png");
10949
+ }
10950
+
10951
+ @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) {
10952
+
10953
+ .wpdt-c #weather-widget .weather-icon.wi-35 {
10954
+ background-image: url("../img/icons/weather/5@2x.png");
10955
+ background-size: 125px 125px;
10956
+ }
10957
+ }
10958
+
10959
+ .wpdt-c #weather-widget .weather-icon.wi-36 {
10960
+ background-image: url("../img/icons/weather/32.png");
10961
+ }
10962
+
10963
+ @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) {
10964
+
10965
+ .wpdt-c #weather-widget .weather-icon.wi-36 {
10966
+ background-image: url("../img/icons/weather/32@2x.png");
10967
+ background-size: 125px 125px;
10968
+ }
10969
+ }
10970
+
10971
+ .wpdt-c #weather-widget .weather-icon.wi-37 {
10972
+ background-image: url("../img/icons/weather/2.png");
10973
+ }
10974
+
10975
+ @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) {
10976
+
10977
+ .wpdt-c #weather-widget .weather-icon.wi-37 {
10978
+ background-image: url("../img/icons/weather/2@2x.png");
10979
+ background-size: 125px 125px;
10980
+ }
10981
+ }
10982
+
10983
+ .wpdt-c #weather-widget .weather-icon.wi-38 {
10984
+ background-image: url("../img/icons/weather/2.png");
10985
+ }
10986
+
10987
+ @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) {
10988
+
10989
+ .wpdt-c #weather-widget .weather-icon.wi-38 {
10990
+ background-image: url("../img/icons/weather/2@2x.png");
10991
+ background-size: 125px 125px;
10992
+ }
10993
+ }
10994
+
10995
+ .wpdt-c #weather-widget .weather-icon.wi-39 {
10996
+ background-image: url("../img/icons/weather/2.png");
10997
+ }
10998
+
10999
+ @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) {
11000
+
11001
+ .wpdt-c #weather-widget .weather-icon.wi-39 {
11002
+ background-image: url("../img/icons/weather/2@2x.png");
11003
+ background-size: 125px 125px;
11004
+ }
11005
+ }
11006
+
11007
+ .wpdt-c #weather-widget .weather-icon.wi-40 {
11008
+ background-image: url("../img/icons/weather/5.png");
11009
+ }
11010
+
11011
+ @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) {
11012
+
11013
+ .wpdt-c #weather-widget .weather-icon.wi-40 {
11014
+ background-image: url("../img/icons/weather/5@2x.png");
11015
+ background-size: 125px 125px;
11016
+ }
11017
+ }
11018
+
11019
+ .wpdt-c #weather-widget .weather-icon.wi-41 {
11020
+ background-image: url("../img/icons/weather/5.png");
11021
+ }
11022
+
11023
+ @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) {
11024
+
11025
+ .wpdt-c #weather-widget .weather-icon.wi-41 {
11026
+ background-image: url("../img/icons/weather/5@2x.png");
11027
+ background-size: 125px 125px;
11028
+ }
11029
+ }
11030
+
11031
+ .wpdt-c #weather-widget .weather-icon.wi-42 {
11032
+ background-image: url("../img/icons/weather/9.png");
11033
+ }
11034
+
11035
+ @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) {
11036
+
11037
+ .wpdt-c #weather-widget .weather-icon.wi-42 {
11038
+ background-image: url("../img/icons/weather/9@2x.png");
11039
+ background-size: 125px 125px;
11040
+ }
11041
+ }
11042
+
11043
+ .wpdt-c #weather-widget .weather-icon.wi-43 {
11044
+ background-image: url("../img/icons/weather/5.png");
11045
+ }
11046
+
11047
+ @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) {
11048
+
11049
+ .wpdt-c #weather-widget .weather-icon.wi-43 {
11050
+ background-image: url("../img/icons/weather/5@2x.png");
11051
+ background-size: 125px 125px;
11052
+ }
11053
+ }
11054
+
11055
+ .wpdt-c #weather-widget .weather-icon.wi-44 {
11056
+ background-image: url("../img/icons/weather/27.png");
11057
+ }
11058
+
11059
+ @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) {
11060
+
11061
+ .wpdt-c #weather-widget .weather-icon.wi-44 {
11062
+ background-image: url("../img/icons/weather/27@2x.png");
11063
+ background-size: 125px 125px;
11064
+ }
11065
+ }
11066
+
11067
+ .wpdt-c #weather-widget .weather-icon.wi-45 {
11068
+ background-image: url("../img/icons/weather/2.png");
11069
+ }
11070
+
11071
+ @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) {
11072
+
11073
+ .wpdt-c #weather-widget .weather-icon.wi-45 {
11074
+ background-image: url("../img/icons/weather/2@2x.png");
11075
+ background-size: 125px 125px;
11076
+ }
11077
+ }
11078
+
11079
+ .wpdt-c #weather-widget .weather-icon.wi-46 {
11080
+ background-image: url("../img/icons/weather/18.png");
11081
+ }
11082
+
11083
+ @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) {
11084
+
11085
+ .wpdt-c #weather-widget .weather-icon.wi-46 {
11086
+ background-image: url("../img/icons/weather/18@2x.png");
11087
+ background-size: 125px 125px;
11088
+ }
11089
+ }
11090
+
11091
+ .wpdt-c #weather-widget .weather-icon.wi-47 {
11092
+ background-image: url("../img/icons/weather/2.png");
11093
+ }
11094
+
11095
+ @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) {
11096
+
11097
+ .wpdt-c #weather-widget .weather-icon.wi-47 {
11098
+ background-image: url("../img/icons/weather/2@2x.png");
11099
+ background-size: 125px 125px;
11100
+ }
11101
+ }
11102
+
11103
+ .wpdt-c #weather-widget .weather-info {
11104
+ list-style: none;
11105
+ padding: 0;
11106
+ margin: 3px 0 0 0;
11107
+ }
11108
+
11109
+ .wpdt-c #weather-widget .weather-info > li {
11110
+ display: inline-block;
11111
+ border: 1px solid rgba(255, 255, 255, 0.39);
11112
+ padding: 2px 10px 3px;
11113
+ margin-right: 5px;
11114
+ }
11115
+
11116
+ .wpdt-c #weather-widget .dw-footer {
11117
+ background: rgba(0, 0, 0, 0.04);
11118
+ padding: 10px 20px;
11119
+ }
11120
+
11121
+ .wpdt-c #weather-widget .weather-list {
11122
+ font-size: 16px;
11123
+ overflow: hidden;
11124
+ text-overflow: ellipsis;
11125
+ white-space: nowrap;
11126
+ }
11127
+
11128
+ .wpdt-c #weather-widget .weather-list > span {
11129
+ margin-right: 7px;
11130
+ display: inline-block;
11131
+ line-height: 40px;
11132
+ vertical-align: top;
11133
+ }
11134
+
11135
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon {
11136
+ width: 35px;
11137
+ height: 35px;
11138
+ background-repeat: no-repeat;
11139
+ background-position: center;
11140
+ background-size: 30px 30px;
11141
+ }
11142
+
11143
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-0 {
11144
+ background-image: url('../img/icons/weather/0.png');
11145
+ }
11146
+
11147
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-1 {
11148
+ background-image: url('../img/icons/weather/1.png');
11149
+ }
11150
+
11151
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-2 {
11152
+ background-image: url('../img/icons/weather/2.png');
11153
+ }
11154
+
11155
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-3 {
11156
+ background-image: url('../img/icons/weather/3.png');
11157
+ }
11158
+
11159
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-4 {
11160
+ background-image: url('../img/icons/weather/2.png');
11161
+ }
11162
+
11163
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-5 {
11164
+ background-image: url('../img/icons/weather/5.png');
11165
+ }
11166
+
11167
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-6 {
11168
+ background-image: url('../img/icons/weather/5.png');
11169
+ }
11170
+
11171
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-7 {
11172
+ background-image: url('../img/icons/weather/5.png');
11173
+ }
11174
+
11175
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-8 {
11176
+ background-image: url('../img/icons/weather/5.png');
11177
+ }
11178
+
11179
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-9 {
11180
+ background-image: url('../img/icons/weather/9.png');
11181
+ }
11182
+
11183
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-10 {
11184
+ background-image: url('../img/icons/weather/5.png');
11185
+ }
11186
+
11187
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-11 {
11188
+ background-image: url('../img/icons/weather/9.png');
11189
+ }
11190
+
11191
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-12 {
11192
+ background-image: url('../img/icons/weather/9.png');
11193
+ }
11194
+
11195
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-13 {
11196
+ background-image: url('../img/icons/weather/9.png');
11197
+ }
11198
+
11199
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-14 {
11200
+ background-image: url('../img/icons/weather/9.png');
11201
+ }
11202
+
11203
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-15 {
11204
+ background-image: url('../img/icons/weather/5.png');
11205
+ }
11206
+
11207
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-16 {
11208
+ background-image: url('../img/icons/weather/9.png');
11209
+ }
11210
+
11211
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-17 {
11212
+ background-image: url('../img/icons/weather/5.png');
11213
+ }
11214
+
11215
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-18 {
11216
+ background-image: url('../img/icons/weather/18.png');
11217
+ }
11218
+
11219
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-19 {
11220
+ background-image: url('../img/icons/weather/19.png');
11221
+ }
11222
+
11223
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-20 {
11224
+ background-image: url('../img/icons/weather/19.png');
11225
+ }
11226
+
11227
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-21 {
11228
+ background-image: url('../img/icons/weather/19.png');
11229
+ }
11230
+
11231
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-22 {
11232
+ background-image: url('../img/icons/weather/19.png');
11233
+ }
11234
+
11235
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-23 {
11236
+ background-image: url('../img/icons/weather/19.png');
11237
+ }
11238
+
11239
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-24 {
11240
+ background-image: url('../img/icons/weather/24.png');
11241
+ }
11242
+
11243
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-25 {
11244
+ background-image: url('../img/icons/weather/24.png');
11245
+ }
11246
+
11247
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-26 {
11248
+ background-image: url('../img/icons/weather/26.png');
11249
+ }
11250
+
11251
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-27 {
11252
+ background-image: url('../img/icons/weather/27.png');
11253
+ }
11254
+
11255
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-28 {
11256
+ background-image: url('../img/icons/weather/28.png');
11257
+ }
11258
+
11259
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-29 {
11260
+ background-image: url('../img/icons/weather/27.png');
11261
+ }
11262
+
11263
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-30 {
11264
+ background-image: url('../img/icons/weather/28.png');
11265
+ }
11266
+
11267
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-31 {
11268
+ background-image: url('../img/icons/weather/31.png');
11269
+ }
11270
+
11271
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-32 {
11272
+ background-image: url('../img/icons/weather/32.png');
11273
+ }
11274
+
11275
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-33 {
11276
+ background-image: url('../img/icons/weather/31.png');
11277
+ }
11278
+
11279
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-34 {
11280
+ background-image: url('../img/icons/weather/32.png');
11281
+ }
11282
+
11283
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-35 {
11284
+ background-image: url('../img/icons/weather/5.png');
11285
+ }
11286
+
11287
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-36 {
11288
+ background-image: url('../img/icons/weather/32.png');
11289
+ }
11290
+
11291
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-37 {
11292
+ background-image: url('../img/icons/weather/2.png');
11293
+ }
11294
+
11295
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-38 {
11296
+ background-image: url('../img/icons/weather/2.png');
11297
+ }
11298
+
11299
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-39 {
11300
+ background-image: url('../img/icons/weather/2.png');
11301
+ }
11302
+
11303
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-40 {
11304
+ background-image: url('../img/icons/weather/5.png');
11305
+ }
11306
+
11307
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-41 {
11308
+ background-image: url('../img/icons/weather/5.png');
11309
+ }
11310
+
11311
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-42 {
11312
+ background-image: url('../img/icons/weather/9.png');
11313
+ }
11314
+
11315
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-43 {
11316
+ background-image: url('../img/icons/weather/5.png');
11317
+ }
11318
+
11319
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-44 {
11320
+ background-image: url('../img/icons/weather/27.png');
11321
+ }
11322
+
11323
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-45 {
11324
+ background-image: url('../img/icons/weather/2.png');
11325
+ }
11326
+
11327
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-46 {
11328
+ background-image: url('../img/icons/weather/18.png');
11329
+ }
11330
+
11331
+ .wpdt-c #weather-widget .weather-list > span.weather-list-icon.wi-47 {
11332
+ background-image: url('../img/icons/weather/2.png');
11333
+ }
11334
+
11335
+ .wpdt-c #weather-widget .weather-list > span > i {
11336
+ line-height: 100%;
11337
+ font-size: 39px;
11338
+ }
11339
+
11340
+ /*-------------------------
11341
+ Profile View
11342
+ --------------------------*/
11343
+ .wpdt-c .profile-view {
11344
+ text-align: center;
11345
+ }
11346
+
11347
+ .wpdt-c .profile-view .pv-header {
11348
+ position: relative;
11349
+ height: 145px;
11350
+ width: 100%;
11351
+ background-image: url('../img/headers/sm/4.png');
11352
+ background-repeat: no-repeat;
11353
+ -webkit-background-size: cover;
11354
+ -moz-background-size: cover;
11355
+ -o-background-size: cover;
11356
+ background-size: cover;
11357
+ background-position: center;
11358
+ }
11359
+
11360
+ .wpdt-c .profile-view .pv-header > .pv-main {
11361
+ border-radius: 50%;
11362
+ width: 130px;
11363
+ position: absolute;
11364
+ height: 130px;
11365
+ bottom: -50px;
11366
+ left: 50%;
11367
+ margin-left: -65px;
11368
+ -webkit-transition: all;
11369
+ -o-transition: all;
11370
+ transition: all;
11371
+ -webkit-transition-duration: 300ms;
11372
+ transition-duration: 300ms;
11373
+ }
11374
+
11375
+ .wpdt-c .profile-view .pv-body {
11376
+ margin-top: 70px;
11377
+ padding: 0 20px 20px;
11378
+ }
11379
+
11380
+ .wpdt-c .profile-view .pv-body > h2 {
11381
+ margin: 0;
11382
+ line-height: 100%;
11383
+ font-size: 20px;
11384
+ font-weight: 400;
11385
+ }
11386
+
11387
+ .wpdt-c .profile-view .pv-body > small {
11388
+ display: block;
11389
+ color: #8E8E8E;
11390
+ margin: 10px 0 15px;
11391
+ }
11392
+
11393
+ .wpdt-c .profile-view .pv-body .pv-contact, .wpdt-c .profile-view .pv-body .pv-follow {
11394
+ padding: 0;
11395
+ list-style: none;
11396
+ }
11397
+
11398
+ .wpdt-c .profile-view .pv-body .pv-contact > li, .wpdt-c .profile-view .pv-body .pv-follow > li {
11399
+ display: inline-block;
11400
+ }
11401
+
11402
+ .wpdt-c .profile-view .pv-body .pv-follow {
11403
+ margin: 20px -20px;
11404
+ padding: 10px;
11405
+ background-color: #F3F3F3;
11406
+ }
11407
+
11408
+ .wpdt-c .profile-view .pv-body .pv-follow > li {
11409
+ padding: 0 10px;
11410
+ }
11411
+
11412
+ .wpdt-c .profile-view .pv-body .pv-contact > li {
11413
+ margin: 0 5px;
11414
+ }
11415
+
11416
+ .wpdt-c .profile-view .pv-body .pv-contact > li > .zmdi {
11417
+ line-height: 100%;
11418
+ vertical-align: text-bottom;
11419
+ font-size: 22px;
11420
+ }
11421
+
11422
+ .wpdt-c .profile-view .pv-body .pv-follow-btn {
11423
+ padding: 7px 20px;
11424
+ background: #00BCD4;
11425
+ color: #fff;
11426
+ border-radius: 3px;
11427
+ text-transform: uppercase;
11428
+ max-width: 200px;
11429
+ width: 100%;
11430
+ display: inline-block;
11431
+ }
11432
+
11433
+ .wpdt-c .profile-view .pv-body .pv-follow-btn:hover {
11434
+ background: #00a5bb;
11435
+ }
11436
+
11437
+ .wpdt-c .profile-view:hover .pv-main {
11438
+ -webkit-transform: scale(1.2);
11439
+ -ms-transform: scale(1.2);
11440
+ -o-transform: scale(1.2);
11441
+ transform: scale(1.2);
11442
+ }
11443
+
11444
+ /*-------------------------
11445
+ Picture List
11446
+ --------------------------*/
11447
+ .wpdt-c .picture-list .pl-body {
11448
+ padding: 2px;
11449
+ }
11450
+
11451
+ .wpdt-c .picture-list .pl-body [class*="col-"] {
11452
+ padding: 2px;
11453
+ }
11454
+
11455
+ .wpdt-c .picture-list .pl-body [class*="col-"] > a {
11456
+ display: block;
11457
+ }
11458
+
11459
+ .wpdt-c .picture-list .pl-body [class*="col-"] > a img {
11460
+ width: 100%;
11461
+ }
11462
+
11463
+ .wpdt-c .picture-list .pl-body:before, .wpdt-c .picture-list .pl-body:after {
11464
+ content: " ";
11465
+ display: table;
11466
+ }
11467
+
11468
+ .wpdt-c .picture-list .pl-body:after {
11469
+ clear: both;
11470
+ }
11471
+
11472
+ .wpdt-c .picture-list .pl-body:before, .wpdt-c .picture-list .pl-body:after {
11473
+ content: " ";
11474
+ display: table;
11475
+ }
11476
+
11477
+ .wpdt-c .picture-list .pl-body:after {
11478
+ clear: both;
11479
+ }
11480
+
11481
+ /*-------------------------
11482
+ Social
11483
+ --------------------------*/
11484
+ .wpdt-c .go-social .card-body {
11485
+ padding: 0 15px 20px;
11486
+ }
11487
+
11488
+ .wpdt-c .go-social .card-body [class*="col-"] {
11489
+ padding: 12px;
11490
+ }
11491
+
11492
+ .wpdt-c .go-social .card-body [class*="col-"] img {
11493
+ -webkit-transition: all;
11494
+ -o-transition: all;
11495
+ transition: all;
11496
+ -webkit-transition-duration: 200ms;
11497
+ transition-duration: 200ms;
11498
+ -webkit-backface-visibility: hidden;
11499
+ -moz-backface-visibility: hidden;
11500
+ backface-visibility: hidden;
11501
+ }
11502
+
11503
+ .wpdt-c .go-social .card-body [class*="col-"]:hover img {
11504
+ -webkit-transform: scale(1.2);
11505
+ -ms-transform: scale(1.2);
11506
+ -o-transform: scale(1.2);
11507
+ transform: scale(1.2);
11508
+ }
11509
+
11510
+ /*-------------------------
11511
+ Rating
11512
+ --------------------------*/
11513
+ .wpdt-c .rating-list {
11514
+ padding: 0 0 20px;
11515
+ }
11516
+
11517
+ .wpdt-c .rating-list .rl-star {
11518
+ margin-top: 10px;
11519
+ margin-bottom: 4px;
11520
+ }
11521
+
11522
+ .wpdt-c .rating-list .rl-star .zmdi {
11523
+ font-size: 20px;
11524
+ color: #ccc;
11525
+ }
11526
+
11527
+ .wpdt-c .rating-list .rl-star .zmdi.active {
11528
+ color: #FF9800;
11529
+ }
11530
+
11531
+ .wpdt-c .rating-list .media .zmdi-star {
11532
+ line-height: 100%;
11533
+ font-size: 22px;
11534
+ vertical-align: middle;
11535
+ position: relative;
11536
+ top: -2px;
11537
+ left: 6px;
11538
+ color: #FF9800;
11539
+ }
11540
+
11541
+ .wpdt-c .rating-list .media .media-body {
11542
+ padding: 7px 10px 0 5px;
11543
+ }
11544
+
11545
+ /*-------------------------
11546
+ Calendar
11547
+ --------------------------*/
11548
+ .wpdt-c .cwh-year {
11549
+ color: rgba(255, 255, 255, 0.6);
11550
+ font-size: 15px;
11551
+ }
11552
+
11553
+ .wpdt-c .cwh-day {
11554
+ font-size: 25px;
11555
+ line-height: 100%;
11556
+ color: #fff;
11557
+ }
11558
+
11559
+ .wpdt-c .table {
11560
+ margin-bottom: 0;
11561
+ }
11562
+
11563
+ .wpdt-c .table > thead > tr > th {
11564
+ background-color: #fff;
11565
+ vertical-align: middle;
11566
+ font-weight: 500;
11567
+ color: #333;
11568
+ border-width: 1px;
11569
+ text-transform: uppercase;
11570
+ }
11571
+
11572
+ .wpdt-c .table.table-inner {
11573
+ border: 0;
11574
+ }
11575
+
11576
+ .wpdt-c .table > thead > tr > th:first-child, .wpdt-c .table > tbody > tr > th:first-child, .wpdt-c .table > tfoot > tr > th:first-child, .wpdt-c .table > thead > tr > td:first-child, .wpdt-c .table > tbody > tr > td:first-child, .wpdt-c .table > tfoot > tr > td:first-child {
11577
+ padding-left: 30px;
11578
+ }
11579
+
11580
+ .wpdt-c .table > thead > tr > th:last-child, .wpdt-c .table > tbody > tr > th:last-child, .wpdt-c .table > tfoot > tr > th:last-child, .wpdt-c .table > thead > tr > td:last-child, .wpdt-c .table > tbody > tr > td:last-child, .wpdt-c .table > tfoot > tr > td:last-child {
11581
+ padding-right: 30px;
11582
+ }
11583
+
11584
+ .wpdt-c .table > tbody > tr.active > td, .wpdt-c .table > tfoot > tr.active > td, .wpdt-c .table > tbody > tr.info > td, .wpdt-c .table > tfoot > tr.info > td, .wpdt-c .table > tbody > tr.warning > td, .wpdt-c .table > tfoot > tr.warning > td, .wpdt-c .table > tbody > tr.succes > td, .wpdt-c .table > tfoot > tr.succes > td, .wpdt-c .table > tbody > tr.danger > td, .wpdt-c .table > tfoot > tr.danger > td {
11585
+ border: 0;
11586
+ }
11587
+
11588
+ .wpdt-c .table > tbody > tr:last-child > td, .wpdt-c .table > tfoot > tr:last-child > td {
11589
+ padding-bottom: 20px;
11590
+ }
11591
+
11592
+ .wpdt-c .table-striped td, .wpdt-c .table-striped th {
11593
+ border: 0 !important;
11594
+ }
11595
+
11596
+ .wpdt-c .table-bordered {
11597
+ border-bottom: 0;
11598
+ border-left: 0;
11599
+ border-right: 0;
11600
+ }
11601
+
11602
+ .wpdt-c .table-bordered > tbody > tr > td, .wpdt-c .table-bordered > tbody > tr > th {
11603
+ border-bottom: 0;
11604
+ border-left: 0;
11605
+ }
11606
+
11607
+ .wpdt-c .table-bordered > tbody > tr > td:last-child, .wpdt-c .table-bordered > tbody > tr > th:last-child {
11608
+ border-right: 0;
11609
+ }
11610
+
11611
+ .wpdt-c .table-bordered > thead > tr > th {
11612
+ border-left: 0;
11613
+ }
11614
+
11615
+ .wpdt-c .table-bordered > thead > tr > th:last-child {
11616
+ border-right: 0;
11617
+ }
11618
+
11619
+ .wpdt-c .table-vmiddle td {
11620
+ vertical-align: middle !important;
11621
+ }
11622
+
11623
+ .wpdt-c .table-responsive {
11624
+ border: 0;
11625
+ }
11626
+
11627
+ .wpdt-c #todo {
11628
+ background: #FFC107;
11629
+ color: #fff;
11630
+ font-family: 'satisfy', cursive;
11631
+ }
11632
+
11633
+ .wpdt-c #todo .card-header {
11634
+ padding: 28px 35px 20px;
11635
+ background-color: rgba(0, 0, 0, 0.03);
11636
+ }
11637
+
11638
+ .wpdt-c #todo .card-header h2 {
11639
+ font-size: 25px;
11640
+ }
11641
+
11642
+ .wpdt-c #todo .card-header h2 small {
11643
+ font-size: 18px;
11644
+ margin-top: 0;
11645
+ }
11646
+
11647
+ .wpdt-c #todo .card-body {
11648
+ font-size: 20px;
11649
+ position: relative;
11650
+ }
11651
+
11652
+ .wpdt-c #todo .list-group-item {
11653
+ padding: 0;
11654
+ }
11655
+
11656
+ .wpdt-c #todo .checkbox .input-helper:before,
11657
+ .wpdt-c #todo .checkbox .input-helper:after {
11658
+ top: 5px;
11659
+ }
11660
+
11661
+ .wpdt-c #todo .checkbox input:checked + i + span {
11662
+ text-decoration: line-through;
11663
+ }
11664
+
11665
+ .wpdt-c .t-add, .wpdt-c .ta-block, .wpdt-c .ta-btn {
11666
+ -webkit-transition: all;
11667
+ -o-transition: all;
11668
+ transition: all;
11669
+ -webkit-backface-visibility: hidden;
11670
+ -moz-backface-visibility: hidden;
11671
+ backface-visibility: hidden;
11672
+ -webkit-transition-duration: 250ms;
11673
+ transition-duration: 250ms;
11674
+ }
11675
+
11676
+ .wpdt-c .t-add {
11677
+ width: 50px;
11678
+ height: 50px;
11679
+ border-radius: 50%;
11680
+ position: absolute;
11681
+ background: #fff;
11682
+ top: -25px;
11683
+ right: 23px;
11684
+ max-height: 300px;
11685
+ }
11686
+
11687
+ .wpdt-c .t-add .ta-block {
11688
+ overflow: hidden;
11689
+ opacity: 0;
11690
+ filter: alpha(opacity=0);
11691
+ }
11692
+
11693
+ .wpdt-c .t-add .ta-block textarea {
11694
+ padding: 25px 25px 45px;
11695
+ resize: none;
11696
+ width: 100%;
11697
+ font-size: 24px;
11698
+ color: #FFC107;
11699
+ position: absolute;
11700
+ height: 100%;
11701
+ border: 0;
11702
+ outline: none;
11703
+ }
11704
+
11705
+ .wpdt-c .t-add:not(.toggled) {
11706
+ overflow: hidden;
11707
+ }
11708
+
11709
+ .wpdt-c .t-add:not(.toggled) .ta-btn {
11710
+ position: relative;
11711
+ z-index: 1;
11712
+ display: inline-block;
11713
+ width: 50px;
11714
+ height: 50px;
11715
+ cursor: pointer;
11716
+ text-align: center;
11717
+ font-size: 23px;
11718
+ color: #FF9800;
11719
+ line-height: 51px;
11720
+ }
11721
+
11722
+ .wpdt-c .t-add.toggled {
11723
+ width: calc(100% - 47px);
11724
+ height: calc(100% - 25px);
11725
+ border-radius: 2px;
11726
+ top: 0;
11727
+ z-index: 1;
11728
+ box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
11729
+ overflow: visible;
11730
+ }
11731
+
11732
+ .wpdt-c .t-add.toggled .ta-btn {
11733
+ -webkit-transform: scale(0);
11734
+ -ms-transform: scale(0);
11735
+ -o-transform: scale(0);
11736
+ transform: scale(0);
11737
+ display: none;
11738
+ }
11739
+
11740
+ .wpdt-c .t-add.toggled .ta-block {
11741
+ opacity: 1;
11742
+ filter: alpha(opacity=100);
11743
+ }
11744
+
11745
+ .wpdt-c .t-add.toggled .ta-block .tab-actions {
11746
+ position: absolute;
11747
+ bottom: 0;
11748
+ width: 100%;
11749
+ padding: 5px 10px;
11750
+ border-top: 1px solid #EEE;
11751
+ z-index: 1;
11752
+ }
11753
+
11754
+ .wpdt-c .t-add.toggled .ta-block .tab-actions > a {
11755
+ font-size: 25px;
11756
+ padding: 0 6px;
11757
+ border-radius: 50%;
11758
+ text-align: center;
11759
+ height: 40px;
11760
+ width: 40px;
11761
+ line-height: 48px;
11762
+ display: inline-block;
11763
+ }
11764
+
11765
+ .wpdt-c .t-add.toggled .ta-block .tab-actions > a:hover {
11766
+ background-color: #eee;
11767
+ }
11768
+
11769
+ .wpdt-c .btn:not(.dropdown-toggle) {
11770
+ text-transform: uppercase;
11771
+ }
11772
+
11773
+ .wpdt-c .btn[class*="bgm-"]:not(.bgm-white) {
11774
+ color: #fff;
11775
+ }
11776
+
11777
+ .wpdt-c .btn .caret {
11778
+ margin-top: -3px;
11779
+ }
11780
+
11781
+ .wpdt-c .btn:not(.btn-link) {
11782
+ box-shadow: none;
11783
+ }
11784
+
11785
+ .wpdt-c .btn-group:not(.bootstrap-select), .wpdt-c .btn-group-vertical:not(.bootstrap-select) {
11786
+ box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
11787
+ }
11788
+
11789
+ .wpdt-c .btn-group .btn, .wpdt-c .btn-group-vertical .btn, .wpdt-c .btn-group .btn:active, .wpdt-c .btn-group-vertical .btn:active, .wpdt-c .btn-group .btn:focus, .wpdt-c .btn-group-vertical .btn:focus, .wpdt-c .btn-group .btn-group, .wpdt-c .btn-group-vertical .btn-group {
11790
+ box-shadow: none !important;
11791
+ }
11792
+
11793
+ .wpdt-c .btn-group .btn, .wpdt-c .btn-group-vertical .btn {
11794
+ margin: 0;
11795
+ }
11796
+
11797
+ .wpdt-c .btn-xs, .wpdt-c .btn-group-xs > .btn {
11798
+ padding: 2px 5px;
11799
+ font-size: 11px;
11800
+ line-height: 1.5;
11801
+ border-radius: 2px;
11802
+ }
11803
+
11804
+ .wpdt-c .btn-link {
11805
+ color: #797979;
11806
+ text-decoration: none;
11807
+ border-radius: 2px;
11808
+ }
11809
+
11810
+ .wpdt-c .btn-link:hover {
11811
+ color: #0a0a0a;
11812
+ }
11813
+
11814
+ .wpdt-c .btn-inverse {
11815
+ color: #fff;
11816
+ background-color: #454545;
11817
+ border-color: transparent;
11818
+ }
11819
+
11820
+ .wpdt-c .btn-inverse:focus, .wpdt-c .btn-inverse.focus {
11821
+ color: #fff;
11822
+ background-color: #2b2b2b;
11823
+ border-color: rgba(0, 0, 0, 0);
11824
+ }
11825
+
11826
+ .wpdt-c .btn-inverse:hover {
11827
+ color: #fff;
11828
+ background-color: #2b2b2b;
11829
+ border-color: rgba(0, 0, 0, 0);
11830
+ }
11831
+
11832
+ .wpdt-c .btn-inverse:active, .wpdt-c .btn-inverse.active, .wpdt-c .open > .dropdown-toggle.btn-inverse {
11833
+ color: #fff;
11834
+ background-color: #2b2b2b;
11835
+ border-color: rgba(0, 0, 0, 0);
11836
+ }
11837
+
11838
+ .wpdt-c .btn-inverse:active:hover, .wpdt-c .btn-inverse.active:hover, .wpdt-c .open > .dropdown-toggle.btn-inverse:hover, .wpdt-c .btn-inverse:active:focus, .wpdt-c .btn-inverse.active:focus, .wpdt-c .open > .dropdown-toggle.btn-inverse:focus, .wpdt-c .btn-inverse:active.focus, .wpdt-c .btn-inverse.active.focus, .wpdt-c .open > .dropdown-toggle.btn-inverse.focus {
11839
+ color: #fff;
11840
+ background-color: #1a1a1a;
11841
+ border-color: rgba(0, 0, 0, 0);
11842
+ }
11843
+
11844
+ .wpdt-c .btn-inverse:active, .wpdt-c .btn-inverse.active, .wpdt-c .open > .dropdown-toggle.btn-inverse {
11845
+ background-image: none;
11846
+ }
11847
+
11848
+ .wpdt-c .btn-inverse.disabled:hover, .wpdt-c .btn-inverse[disabled]:hover,
11849
+ .wpdt-c fieldset[disabled] .btn-inverse:hover, .wpdt-c .btn-inverse.disabled:focus, .wpdt-c .btn-inverse[disabled]:focus,
11850
+ .wpdt-c fieldset[disabled] .btn-inverse:focus, .wpdt-c .btn-inverse.disabled.focus, .wpdt-c .btn-inverse[disabled].focus,
11851
+ .wpdt-c fieldset[disabled] .btn-inverse.focus {
11852
+ background-color: #454545;
11853
+ border-color: transparent;
11854
+ }
11855
+
11856
+ .wpdt-c .btn-inverse .badge {
11857
+ color: #454545;
11858
+ background-color: #fff;
11859
+ }
11860
+
11861
+ .wpdt-c .btn-inverse:hover, .wpdt-c .btn-inverse:focus, .wpdt-c .btn-inverse.focus, .wpdt-c .btn-inverse:active, .wpdt-c .open > .dropdown-toggle.btn-inverse {
11862
+ color: #fff;
11863
+ background-color: #454545;
11864
+ border-color: transparent;
11865
+ }
11866
+
11867
+ .wpdt-c .btn-inverse:hover:hover, .wpdt-c .btn-inverse:focus:hover, .wpdt-c .btn-inverse.focus:hover, .wpdt-c .btn-inverse:active:hover, .wpdt-c .open > .dropdown-toggle.btn-inverse:hover, .wpdt-c .btn-inverse:hover:focus, .wpdt-c .btn-inverse:focus:focus, .wpdt-c .btn-inverse.focus:focus, .wpdt-c .btn-inverse:active:focus, .wpdt-c .open > .dropdown-toggle.btn-inverse:focus, .wpdt-c .btn-inverse:hover.focus, .wpdt-c .btn-inverse:focus.focus, .wpdt-c .btn-inverse.focus.focus, .wpdt-c .btn-inverse:active.focus, .wpdt-c .open > .dropdown-toggle.btn-inverse.focus {
11868
+ color: #fff;
11869
+ background-color: #454545;
11870
+ border-color: transparent;
11871
+ }
11872
+
11873
+ .wpdt-c .btn-inverse:active, .wpdt-c .btn-inverse.active, .wpdt-c .open > .dropdown-toggle.btn-inverse {
11874
+ background-image: none;
11875
+ }
11876
+
11877
+ .wpdt-c .btn-inverse.disabled, .wpdt-c .btn-inverse[disabled],
11878
+ .wpdt-c fieldset[disabled] .btn-inverse, .wpdt-c .btn-inverse.disabled:hover, .wpdt-c .btn-inverse[disabled]:hover,
11879
+ .wpdt-c fieldset[disabled] .btn-inverse:hover, .wpdt-c .btn-inverse.disabled:focus, .wpdt-c .btn-inverse[disabled]:focus,
11880
+ .wpdt-c fieldset[disabled] .btn-inverse:focus, .wpdt-c .btn-inverse.disabled.focus, .wpdt-c .btn-inverse[disabled].focus,
11881
+ .wpdt-c fieldset[disabled] .btn-inverse.focus, .wpdt-c .btn-inverse.disabled:active, .wpdt-c .btn-inverse[disabled]:active,
11882
+ .wpdt-c fieldset[disabled] .btn-inverse:active {
11883
+ background-color: #454545;
11884
+ border-color: transparent;
11885
+ }
11886
+
11887
+ .wpdt-c .btn-inverse .badge {
11888
+ color: #454545;
11889
+ background-color: #fff;
11890
+ }
11891
+
11892
+ .wpdt-c .btn-icon {
11893
+ border-radius: 50%;
11894
+ width: 40px;
11895
+ line-height: 42px;
11896
+ height: 40px;
11897
+ padding: 0;
11898
+ text-align: center;
11899
+ }
11900
+
11901
+ .wpdt-c .btn-icon .zmdi {
11902
+ font-size: 17px;
11903
+ }
11904
+
11905
+ .wpdt-c .btn-icon-text > .zmdi {
11906
+ font-size: 15px;
11907
+ vertical-align: top;
11908
+ display: inline-block;
11909
+ margin-top: 2px;
11910
+ line-height: 100%;
11911
+ margin-right: 2px;
11912
+ margin-left: 2px;
11913
+ }
11914
+
11915
+ .wpdt-c .btn-float {
11916
+ width: 50px;
11917
+ height: 50px;
11918
+ border-radius: 50%;
11919
+ line-height: 46px !important;
11920
+ }
11921
+
11922
+ .wpdt-c .btn-float:not(.m-btn) {
11923
+ position: absolute !important;
11924
+ }
11925
+
11926
+ .wpdt-c .btn-float i {
11927
+ font-size: 23px;
11928
+ -webkit-transition: all;
11929
+ -o-transition: all;
11930
+ transition: all;
11931
+ -webkit-transition-duration: 500ms;
11932
+ transition-duration: 500ms;
11933
+ }
11934
+
11935
+ .wpdt-c .btn-float:hover i {
11936
+ -webkit-transform: rotate(360deg);
11937
+ -ms-transform: rotate(360deg);
11938
+ -o-transform: rotate(360deg);
11939
+ transform: rotate(360deg);
11940
+ }
11941
+
11942
+ .wpdt-c .btn-float:not(.bgm-white):not(.bgm-gray) > i {
11943
+ color: #fff;
11944
+ }
11945
+
11946
+ .wpdt-c .btn-float.bgm-white > i, .wpdt-c .btn-float.bgm-gray > i {
11947
+ color: #333;
11948
+ }
11949
+
11950
+ .wpdt-c .open .btn {
11951
+ outline: none !important;
11952
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
11953
+ }
11954
+
11955
+ .wpdt-c .open .btn:focus, .wpdt-c .open .btn:active {
11956
+ outline: none !important;
11957
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
11958
+ }
11959
+
11960
+ /*----------------------------------------
11961
+ Material Design Add button
11962
+ ------------------------------------------*/
11963
+ .wpdt-c .m-btn {
11964
+ z-index: 1;
11965
+ bottom: 40px;
11966
+ right: 40px;
11967
+ position: fixed !important;
11968
+ }
11969
+
11970
+ label {
11971
+ font-weight: 500;
11972
+ }
11973
+
11974
+ /*-----------------------------------
11975
+ Reset Focus and Active shadows
11976
+ ------------------------------------*/
11977
+
11978
+ input:active,
11979
+ input:focus {
11980
+ outline: 0;
11981
+ }
11982
+
11983
+ .wpdt-c .form-control {
11984
+ box-shadow: none !important;
11985
+ resize: none;
11986
+ }
11987
+
11988
+ .wpdt-c .form-control:active, .wpdt-c .form-control:focus {
11989
+ box-shadow: none;
11990
+ }
11991
+
11992
+ .wpdt-c .form-control:not(.fc-alt) {
11993
+ border-left: 0;
11994
+ border-right: 0;
11995
+ border-top: 0;
11996
+ -webkit-appearance: none;
11997
+ -moz-appearance: none;
11998
+ appearance: none;
11999
+ padding: 0;
12000
+ }
12001
+
12002
+ .wpdt-c .form-control:not(.fc-alt).auto-size {
12003
+ padding-top: 6px;
12004
+ }
12005
+
12006
+ .wpdt-c .form-group {
12007
+ margin-bottom: 25px;
12008
+ }
12009
+
12010
+ /*------------------------
12011
+ Checkbox and Radio
12012
+ -------------------------*/
12013
+ .wpdt-c .input-helper:before, .wpdt-c .input-helper:after, .wpdt-c .checkbox label:before, .wpdt-c .radio label:before, .wpdt-c .radio-inline:before, .wpdt-c .checkbox-inline:before {
12014
+ -webkit-transition: all;
12015
+ -o-transition: all;
12016
+ transition: all;
12017
+ -webkit-transition-duration: 250ms;
12018
+ transition-duration: 250ms;
12019
+ }
12020
+
12021
+ .wpdt-c .checkbox, .wpdt-c .radio {
12022
+ padding-top: 0 !important;
12023
+ }
12024
+
12025
+ .wpdt-c .checkbox label, .wpdt-c .radio label {
12026
+ display: block;
12027
+ padding-left: 30px;
12028
+ }
12029
+
12030
+ .wpdt-c .checkbox input, .wpdt-c .radio input {
12031
+ top: 0;
12032
+ left: 0;
12033
+ margin-left: 0 !important;
12034
+ z-index: 1;
12035
+ cursor: pointer;
12036
+ opacity: 0;
12037
+ filter: alpha(opacity=0);
12038
+ margin-top: 0;
12039
+ }
12040
+
12041
+ .wpdt-c .checkbox input:checked + .input-helper:before, .wpdt-c .radio input:checked + .input-helper:before {
12042
+ border-color: #098BEF;
12043
+ }
12044
+
12045
+ .wpdt-c .checkbox .input-helper:before, .wpdt-c .radio .input-helper:before, .wpdt-c .checkbox .input-helper:after, .wpdt-c .radio .input-helper:after {
12046
+ position: absolute;
12047
+ content: "";
12048
+ }
12049
+
12050
+ .wpdt-c .checkbox .input-helper:before, .wpdt-c .radio .input-helper:before {
12051
+ left: 0;
12052
+ border: 1px solid #d7d7d7;
12053
+ }
12054
+
12055
+ .wpdt-c .checkbox.disabled, .wpdt-c .radio.disabled {
12056
+ opacity: 0.6;
12057
+ filter: alpha(opacity=60);
12058
+ }
12059
+
12060
+ .wpdt-c .checkbox input {
12061
+ width: 17px;
12062
+ height: 17px;
12063
+ }
12064
+
12065
+ .wpdt-c .checkbox input:checked + .input-helper:before {
12066
+ background-color: #2196F3;
12067
+ }
12068
+
12069
+ .wpdt-c .checkbox input:checked + .input-helper:after {
12070
+ opacity: 1;
12071
+ filter: alpha(opacity=100);
12072
+ -webkit-transform: scale(1);
12073
+ -ms-transform: scale(1);
12074
+ -o-transform: scale(1);
12075
+ transform: scale(1);
12076
+ }
12077
+
12078
+ .wpdt-c .checkbox .input-helper:before {
12079
+ top: 0;
12080
+ width: 17px;
12081
+ height: 17px;
12082
+ border-radius: 2px;
12083
+ }
12084
+
12085
+ .wpdt-c .checkbox .input-helper:after {
12086
+ opacity: 0;
12087
+ filter: alpha(opacity=0);
12088
+ -webkit-transform: scale(0);
12089
+ -ms-transform: scale(0);
12090
+ -o-transform: scale(0);
12091
+ transform: scale(0);
12092
+ content: '\f26b';
12093
+ font-family: 'Material-Design-Iconic-Font';
12094
+ position: absolute;
12095
+ font-size: 12px;
12096
+ left: 2px;
12097
+ top: 0;
12098
+ color: #fff;
12099
+ font-weight: bold;
12100
+ }
12101
+
12102
+ .wpdt-c .radio input {
12103
+ width: 19px;
12104
+ height: 19px;
12105
+ }
12106
+
12107
+ .wpdt-c .radio input:checked + .input-helper:after {
12108
+ -webkit-transform: scale(1);
12109
+ -ms-transform: scale(1);
12110
+ -o-transform: scale(1);
12111
+ transform: scale(1);
12112
+ }
12113
+
12114
+ .wpdt-c .radio .input-helper:before {
12115
+ top: -1px;
12116
+ width: 19px;
12117
+ height: 19px;
12118
+ border-radius: 50%;
12119
+ }
12120
+
12121
+ .wpdt-c .radio .input-helper:after {
12122
+ width: 9px;
12123
+ height: 9px;
12124
+ background: #2196F3;
12125
+ border-radius: 50%;
12126
+ top: 4px;
12127
+ left: 5px;
12128
+ -webkit-transform: scale(0);
12129
+ -ms-transform: scale(0);
12130
+ -o-transform: scale(0);
12131
+ transform: scale(0);
12132
+ }
12133
+
12134
+ .wpdt-c .checkbox-inline, .wpdt-c .radio-inline {
12135
+ vertical-align: top;
12136
+ margin-top: 0;
12137
+ padding-left: 25px;
12138
+ }
12139
+
12140
+ .wpdt-c .checkbox-light .input-helper:before, .wpdt-c .radio-light .input-helper:before {
12141
+ border-color: #fff;
12142
+ }
12143
+
12144
+ .wpdt-c .checkbox-light input:checked + .input-helper:before {
12145
+ border-color: #fff;
12146
+ background-color: #fff;
12147
+ }
12148
+
12149
+ .wpdt-c .checkbox-light input:checked + .input-helper:after {
12150
+ color: #333;
12151
+ }
12152
+
12153
+ /*-------------------------
12154
+ Select
12155
+ --------------------------*/
12156
+
12157
+ .wpdt-c html:not(.ie9) .select {
12158
+ position: relative;
12159
+ }
12160
+
12161
+ .wpdt-c html:not(.ie9) .select:before {
12162
+ position: absolute;
12163
+ top: 0;
12164
+ right: 0;
12165
+ content: "";
12166
+ height: calc(100% - 2px);
12167
+ width: 30px;
12168
+ background-color: #FFF;
12169
+ background-position: right calc(100% - 7px);
12170
+ background-repeat: no-repeat;
12171
+ background-image: url("../../img/select.png");
12172
+ pointer-events: none;
12173
+ z-index: 5;
12174
+ }
12175
+
12176
+ @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) {
12177
+ .wpdt-c html:not(.ie9) .select:before {
12178
+ background-image: url("../../img/select@2x.png");
12179
+ background-size: 12px 12px;
12180
+ }
12181
+ }
12182
+
12183
+ .wpdt-c html:not(.ie9) .select:not(.fg-line):before {
12184
+ right: 0;
12185
+ }
12186
+
12187
+ .wpdt-c html:not(.ie9) .select.fg-line:before {
12188
+ right: 10px;
12189
+ }
12190
+
12191
+ /*-------------------------
12192
+ Input Group Addon
12193
+ --------------------------*/
12194
+ .wpdt-c .input-group:not(.input-group-lg):not(.input-group-sm) .input-group-addon {
12195
+ font-size: 15px;
12196
+ }
12197
+
12198
+ .wpdt-c .input-group-addon {
12199
+ border-width: 0px 0px 1px 0px;
12200
+ min-width: 42px;
12201
+ }
12202
+
12203
+ .wpdt-c .input-group-addon > .zmdi {
12204
+ position: relative;
12205
+ top: 3px;
12206
+ }
12207
+
12208
+ /*-------------------------
12209
+ Input Feilds
12210
+ --------------------------*/
12211
+ .wpdt-c .fg-line {
12212
+ position: relative;
12213
+ vertical-align: top;
12214
+ }
12215
+
12216
+ .wpdt-c .fg-line:not(.form-group) {
12217
+ display: inline-block;
12218
+ width: 100%;
12219
+ }
12220
+
12221
+ .wpdt-c .fg-line .form-control:disabled {
12222
+ color: #9d9d9d;
12223
+ background: transparent;
12224
+ }
12225
+
12226
+ .wpdt-c .fg-line:not(.disabled):after, .wpdt-c .fg-line:not(.readonly):after {
12227
+ position: absolute;
12228
+ z-index: 3;
12229
+ bottom: 0;
12230
+ left: 0;
12231
+ height: 2px;
12232
+ width: 100%;
12233
+ content: "";
12234
+ -webkit-transform: scale(0);
12235
+ -ms-transform: scale(0);
12236
+ -o-transform: scale(0);
12237
+ transform: scale(0);
12238
+ -webkit-transition: all;
12239
+ -o-transition: all;
12240
+ transition: all;
12241
+ -webkit-transition-duration: 300ms;
12242
+ transition-duration: 300ms;
12243
+ }
12244
+
12245
+ .wpdt-c .fg-line:not([class*=has-]):after {
12246
+ background: #2196F3;
12247
+ }
12248
+
12249
+ .wpdt-c .fg-line.readonly .form-control {
12250
+ color: #9d9d9d;
12251
+ background: transparent;
12252
+ }
12253
+
12254
+ .wpdt-c .fg-line.fg-toggled:after {
12255
+ -webkit-transform: scale(1);
12256
+ -ms-transform: scale(1);
12257
+ -o-transform: scale(1);
12258
+ transform: scale(1);
12259
+ }
12260
+
12261
+ .wpdt-c .fg-float {
12262
+ margin-top: 2px;
12263
+ position: relative;
12264
+ }
12265
+
12266
+ .wpdt-c .fg-float .form-control {
12267
+ position: relative;
12268
+ background: transparent;
12269
+ z-index: 1;
12270
+ }
12271
+
12272
+ .wpdt-c .fg-float .form-control::-moz-placeholder {
12273
+ color: #fff;
12274
+ opacity: 1;
12275
+ }
12276
+
12277
+ .wpdt-c .fg-float .form-control:-ms-input-placeholder {
12278
+ color: #fff;
12279
+ }
12280
+
12281
+ .wpdt-c .fg-float .form-control::-webkit-input-placeholder {
12282
+ color: #fff;
12283
+ }
12284
+
12285
+ .wpdt-c .fg-float .fg-label {
12286
+ -webkit-transition: all;
12287
+ -o-transition: all;
12288
+ transition: all;
12289
+ -webkit-transition-duration: 200ms;
12290
+ transition-duration: 200ms;
12291
+ position: absolute;
12292
+ top: 5px;
12293
+ font-weight: 400;
12294
+ color: #959595;
12295
+ pointer-events: none;
12296
+ z-index: 0;
12297
+ left: 0;
12298
+ white-space: nowrap;
12299
+ }
12300
+
12301
+ .wpdt-c .fg-float .fg-toggled .fg-label {
12302
+ top: -20px;
12303
+ font-size: 11px;
12304
+ }
12305
+
12306
+ .wpdt-c .control-label {
12307
+ font-weight: normal;
12308
+ }
12309
+
12310
+ /*-------------------------
12311
+ Toggle Switch
12312
+ --------------------------*/
12313
+ .wpdt-c .toggle-switch {
12314
+ display: inline-block;
12315
+ vertical-align: top;
12316
+ -webkit-touch-callout: none;
12317
+ -webkit-user-select: none;
12318
+ -khtml-user-select: none;
12319
+ -moz-user-select: none;
12320
+ -ms-user-select: none;
12321
+ user-select: none;
12322
+ }
12323
+
12324
+ .wpdt-c .toggle-switch .ts-label {
12325
+ display: inline-block;
12326
+ margin: 0 20px 0 0;
12327
+ vertical-align: top;
12328
+ -webkit-transition: color 0.56s cubic-bezier(0.4, 0, 0.2, 1);
12329
+ transition: color 0.56s cubic-bezier(0.4, 0, 0.2, 1);
12330
+ }
12331
+
12332
+ .wpdt-c .toggle-switch .ts-helper {
12333
+ display: inline-block;
12334
+ position: relative;
12335
+ width: 40px;
12336
+ height: 16px;
12337
+ border-radius: 8px;
12338
+ background: rgba(0, 0, 0, 0.26);
12339
+ -webkit-transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
12340
+ transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
12341
+ vertical-align: middle;
12342
+ cursor: pointer;
12343
+ }
12344
+
12345
+ .wpdt-c .toggle-switch .ts-helper:before {
12346
+ content: '';
12347
+ position: absolute;
12348
+ top: -4px;
12349
+ left: -4px;
12350
+ width: 24px;
12351
+ height: 24px;
12352
+ background: #fafafa;
12353
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
12354
+ border-radius: 50%;
12355
+ webkit-transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
12356
+ transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
12357
+ }
12358
+
12359
+ .wpdt-c .toggle-switch:not(.disabled) .ts-helper:active:before {
12360
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
12361
+ }
12362
+
12363
+ .wpdt-c .toggle-switch input {
12364
+ position: absolute;
12365
+ z-index: 1;
12366
+ width: 46px;
12367
+ margin: 0 0 0 -4px;
12368
+ height: 24px;
12369
+ opacity: 0;
12370
+ filter: alpha(opacity=0);
12371
+ cursor: pointer;
12372
+ }
12373
+
12374
+ .wpdt-c .toggle-switch input:checked + .ts-helper:before {
12375
+ left: 20px;
12376
+ }
12377
+
12378
+ .wpdt-c .toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper {
12379
+ background: rgba(0, 150, 136, 0.5);
12380
+ }
12381
+
12382
+ .wpdt-c .toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper:before {
12383
+ background: #009688;
12384
+ }
12385
+
12386
+ .wpdt-c .toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper:active:before {
12387
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
12388
+ }
12389
+
12390
+ .wpdt-c .toggle-switch.disabled {
12391
+ opacity: 0.6;
12392
+ filter: alpha(opacity=60);
12393
+ }
12394
+
12395
+ .wpdt-c .toggle-switch[data-ts-color="red"] input:not(:disabled):checked + .ts-helper {
12396
+ background: rgba(244, 67, 54, 0.5);
12397
+ }
12398
+
12399
+ .wpdt-c .toggle-switch[data-ts-color="red"] input:not(:disabled):checked + .ts-helper:before {
12400
+ background: #F44336;
12401
+ }
12402
+
12403
+ .wpdt-c .toggle-switch[data-ts-color="red"] input:not(:disabled):checked + .ts-helper:active:before {
12404
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(244, 67, 54, 0.2);
12405
+ }
12406
+
12407
+ .wpdt-c .toggle-switch[data-ts-color="blue"] input:not(:disabled):checked + .ts-helper {
12408
+ background: rgba(33, 150, 243, 0.5);
12409
+ }
12410
+
12411
+ .wpdt-c .toggle-switch[data-ts-color="blue"] input:not(:disabled):checked + .ts-helper:before {
12412
+ background: #2196F3;
12413
+ }
12414
+
12415
+ .wpdt-c .toggle-switch[data-ts-color="blue"] input:not(:disabled):checked + .ts-helper:active:before {
12416
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(33, 150, 243, 0.2);
12417
+ }
12418
+
12419
+ .wpdt-c .toggle-switch[data-ts-color="amber"] input:not(:disabled):checked + .ts-helper {
12420
+ background: rgba(255, 193, 7, 0.5);
12421
+ }
12422
+
12423
+ .wpdt-c .toggle-switch[data-ts-color="amber"] input:not(:disabled):checked + .ts-helper:before {
12424
+ background: #FFC107;
12425
+ }
12426
+
12427
+ .wpdt-c .toggle-switch[data-ts-color="amber"] input:not(:disabled):checked + .ts-helper:active:before {
12428
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(255, 193, 7, 0.2);
12429
+ }
12430
+
12431
+ .wpdt-c .toggle-switch[data-ts-color="purple"] input:not(:disabled):checked + .ts-helper {
12432
+ background: rgba(186, 104, 200, 0.5);
12433
+ }
12434
+
12435
+ .wpdt-c .toggle-switch[data-ts-color="purple"] input:not(:disabled):checked + .ts-helper:before {
12436
+ background: #BA68C8;
12437
+ }
12438
+
12439
+ .wpdt-c .toggle-switch[data-ts-color="purple"] input:not(:disabled):checked + .ts-helper:active:before {
12440
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(186, 104, 200, 0.2);
12441
+ }
12442
+
12443
+ .wpdt-c .toggle-switch[data-ts-color="pink"] input:not(:disabled):checked + .ts-helper {
12444
+ background: rgba(233, 30, 99, 0.5);
12445
+ }
12446
+
12447
+ .wpdt-c .toggle-switch[data-ts-color="pink"] input:not(:disabled):checked + .ts-helper:before {
12448
+ background: #E91E63;
12449
+ }
12450
+
12451
+ .wpdt-c .toggle-switch[data-ts-color="pink"] input:not(:disabled):checked + .ts-helper:active:before {
12452
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(233, 30, 99, 0.2);
12453
+ }
12454
+
12455
+ .wpdt-c .toggle-switch[data-ts-color="lime"] input:not(:disabled):checked + .ts-helper {
12456
+ background: rgba(205, 220, 57, 0.5);
12457
+ }
12458
+
12459
+ .wpdt-c .toggle-switch[data-ts-color="lime"] input:not(:disabled):checked + .ts-helper:before {
12460
+ background: #CDDC39;
12461
+ }
12462
+
12463
+ .wpdt-c .toggle-switch[data-ts-color="lime"] input:not(:disabled):checked + .ts-helper:active:before {
12464
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(205, 220, 57, 0.2);
12465
+ }
12466
+
12467
+ .wpdt-c .toggle-switch[data-ts-color="cyan"] input:not(:disabled):checked + .ts-helper {
12468
+ background: rgba(0, 188, 212, 0.5);
12469
+ }
12470
+
12471
+ .wpdt-c .toggle-switch[data-ts-color="cyan"] input:not(:disabled):checked + .ts-helper:before {
12472
+ background: #00BCD4;
12473
+ }
12474
+
12475
+ .wpdt-c .toggle-switch[data-ts-color="cyan"] input:not(:disabled):checked + .ts-helper:active:before {
12476
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 188, 212, 0.2);
12477
+ }
12478
+
12479
+ .wpdt-c .toggle-switch[data-ts-color="green"] input:not(:disabled):checked + .ts-helper {
12480
+ background: rgba(76, 175, 80, 0.5);
12481
+ }
12482
+
12483
+ .wpdt-c .toggle-switch[data-ts-color="green"] input:not(:disabled):checked + .ts-helper:before {
12484
+ background: #4CAF50;
12485
+ }
12486
+
12487
+ .wpdt-c .toggle-switch[data-ts-color="green"] input:not(:disabled):checked + .ts-helper:active:before {
12488
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(76, 175, 80, 0.2);
12489
+ }
12490
+
12491
+ /*-------------------------
12492
+ Validation
12493
+ --------------------------*/
12494
+ .wpdt-c .has-error .checkbox .input-helper:before {
12495
+ border-color: #f99d97;
12496
+ }
12497
+
12498
+ .wpdt-c .has-error .checkbox .input-helper:after {
12499
+ border-bottom-color: #f77066;
12500
+ border-left-color: #f77066;
12501
+ }
12502
+
12503
+ .wpdt-c .has-error .fg-line:after {
12504
+ background: #F44336;
12505
+ }
12506
+
12507
+ .wpdt-c .has-success .checkbox .input-helper:before {
12508
+ border-color: #92cf94;
12509
+ }
12510
+
12511
+ .wpdt-c .has-success .checkbox .input-helper:after {
12512
+ border-bottom-color: #6ec071;
12513
+ border-left-color: #6ec071;
12514
+ }
12515
+
12516
+ .wpdt-c .has-success .fg-line:after {
12517
+ background: #4CAF50;
12518
+ }
12519
+
12520
+ .wpdt-c .has-warning .checkbox .input-helper:before {
12521
+ border-color: #ffc166;
12522
+ }
12523
+
12524
+ .wpdt-c .has-warning .checkbox .input-helper:after {
12525
+ border-bottom-color: #ffad33;
12526
+ border-left-color: #ffad33;
12527
+ }
12528
+
12529
+ .wpdt-c .has-warning .fg-line:after {
12530
+ background: #FF9800;
12531
+ }
12532
+
12533
+ /*-------------------------
12534
+ IE 9 Placeholder
12535
+ --------------------------*/
12536
+ .wpdt-c .ie9-placeholder {
12537
+ color: #888 !important;
12538
+ font-weight: normal;
12539
+ }
12540
+
12541
+ /*-----------------------------------
12542
+ Fix Textarea Scrollbar in IE9
12543
+ ------------------------------------*/
12544
+ .wpdt-c .ie9 textarea {
12545
+ overflow: auto !important;
12546
+ }
12547
+
12548
+ .wpdt-c .pagination {
12549
+ border-radius: 0;
12550
+ }
12551
+
12552
+ .wpdt-c .pagination > li {
12553
+ margin: 0 2px;
12554
+ display: inline-block;
12555
+ vertical-align: top;
12556
+ }
12557
+
12558
+ .wpdt-c .pagination > li > a, .wpdt-c .pagination > li > span {
12559
+ border-radius: 50%;
12560
+ padding: 0;
12561
+ width: 40px;
12562
+ height: 40px;
12563
+ line-height: 38px;
12564
+ text-align: center;
12565
+ font-size: 14px;
12566
+ z-index: 1;
12567
+ position: relative;
12568
+ cursor: pointer;
12569
+ background-clip: padding-box;
12570
+ }
12571
+
12572
+ .wpdt-c .pagination > li > a > .zmdi, .wpdt-c .pagination > li > span > .zmdi {
12573
+ font-size: 22px;
12574
+ line-height: 39px;
12575
+ }
12576
+
12577
+ .wpdt-c .pagination > li.disabled {
12578
+ opacity: 0.5;
12579
+ filter: alpha(opacity=50);
12580
+ }
12581
+
12582
+ /*-------------------------
12583
+ Listview Pagination
12584
+ --------------------------*/
12585
+ .wpdt-c .lg-pagination {
12586
+ width: 100%;
12587
+ text-align: center;
12588
+ padding: 40px 0;
12589
+ margin-top: 0;
12590
+ }
12591
+
12592
+ /*-------------------------
12593
+ Pager
12594
+ --------------------------*/
12595
+ .wpdt-c .pager li > a, .wpdt-c .pager li > span {
12596
+ padding: 5px 10px 6px;
12597
+ color: #7E7E7E;
12598
+ }
12599
+
12600
+ .wpdt-c .popover {
12601
+ box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
12602
+ }
12603
+
12604
+ .wpdt-c .popover-title {
12605
+ border-bottom: 0;
12606
+ padding: 15px;
12607
+ font-size: 12px;
12608
+ text-transform: uppercase;
12609
+ }
12610
+
12611
+ .wpdt-c .popover-title + .popover-content {
12612
+ padding-top: 0;
12613
+ }
12614
+
12615
+ .wpdt-c .popover-content {
12616
+ padding: 15px;
12617
+ }
12618
+
12619
+ .wpdt-c .popover-content p {
12620
+ margin-bottom: 0;
12621
+ }
12622
+
12623
+ .wpdt-c .fw-container .tab-content {
12624
+ padding: 25px 0;
12625
+ }
12626
+
12627
+ .wpdt-c .fw-container .fw-footer {
12628
+ text-align: center;
12629
+ margin: 30px 0 0;
12630
+ width: 100%;
12631
+ border-top: 2px solid #eee;
12632
+ padding: 15px 0;
12633
+ }
12634
+
12635
+ .wpdt-c.alert {
12636
+ font-size: 13px;
12637
+ }
12638
+
12639
+ .wpdt-c.alert span {
12640
+ cursor: pointer;
12641
+ }
12642
+
12643
+ .wpdt-c.alert:not(.alert-dismissible) {
12644
+ padding-right: 30px;
12645
+ }
12646
+
12647
+ .wpdt-c.alert.alert-dismissable {
12648
+ padding-right: 44px;
12649
+ }
12650
+
12651
+ .wpdt-c.alert-inverse {
12652
+ background-color: #333;
12653
+ border-color: transparent;
12654
+ color: #fff;
12655
+ }
12656
+
12657
+ .wpdt-c.alert-inverse hr {
12658
+ border-top-color: rgba(0, 0, 0, 0);
12659
+ }
12660
+
12661
+ .wpdt-c.alert-inverse .alert-link {
12662
+ color: #e6e6e6;
12663
+ }
12664
+
12665
+ .wpdt-c.growl-animated.alert-inverse {
12666
+ box-shadow: 0 0 5px rgba(51, 51, 51, 0.5);
12667
+ }
12668
+
12669
+ .wpdt-c.growl-animated.alert-info {
12670
+ box-shadow: 0 0 5px rgba(33, 150, 243, 0.5);
12671
+ }
12672
+
12673
+ .wpdt-c.growl-animated.alert-success {
12674
+ box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
12675
+ }
12676
+
12677
+ .wpdt-c.growl-animated.alert-warning {
12678
+ box-shadow: 0 0 5px rgba(255, 193, 7, 0.5);
12679
+ }
12680
+
12681
+ .wpdt-c.growl-animated.alert-danger {
12682
+ box-shadow: 0 0 5px rgba(244, 67, 54, 0.5);
12683
+ }
12684
+
12685
+ .wpdt-c.alert-link {
12686
+ color: #fff !important;
12687
+ }
12688
+
12689
+ /*-------------------------
12690
+ Lightbox
12691
+ -------------------------*/
12692
+ .wpdt-c .lightbox .lightbox-item {
12693
+ overflow: hidden;
12694
+ }
12695
+
12696
+ .wpdt-c .lightbox .lightbox-item > img {
12697
+ -webkit-transition: all;
12698
+ -o-transition: all;
12699
+ transition: all;
12700
+ -webkit-transition-duration: 200ms;
12701
+ transition-duration: 200ms;
12702
+ width: 100%;
12703
+ border-radius: 2px;
12704
+ }
12705
+
12706
+ .wpdt-c .lightbox .lightbox-item:hover {
12707
+ cursor: pointer;
12708
+ }
12709
+
12710
+ .wpdt-c .lightbox .lightbox-item:hover img {
12711
+ -webkit-transform: scale(1.35) rotate(10deg);
12712
+ -ms-transform: scale(1.35) rotate(10deg);
12713
+ -o-transform: scale(1.35) rotate(10deg);
12714
+ transform: scale(1.35) rotate(10deg);
12715
+ }
12716
+
12717
+ .wpdt-c .lightbox [data-src]:before, .wpdt-c .lightbox [data-src]:after {
12718
+ content: " ";
12719
+ display: table;
12720
+ }
12721
+
12722
+ .wpdt-c .lightbox [data-src]:after {
12723
+ clear: both;
12724
+ }
12725
+
12726
+ .wpdt-c .lightbox [data-src]:before, .wpdt-c .lightbox [data-src]:after {
12727
+ content: " ";
12728
+ display: table;
12729
+ }
12730
+
12731
+ .wpdt-c .lightbox [data-src]:after {
12732
+ clear: both;
12733
+ }
12734
+
12735
+ .wpdt-c .lightbox .lightbox-item:not(.p-item) {
12736
+ position: relative;
12737
+ }
12738
+
12739
+ /*-------------------------
12740
+ Carousel
12741
+ --------------------------*/
12742
+ .wpdt-c .carousel .carousel-control {
12743
+ -webkit-transition: all;
12744
+ -o-transition: all;
12745
+ transition: all;
12746
+ -webkit-transition-duration: 250ms;
12747
+ transition-duration: 250ms;
12748
+ opacity: 0;
12749
+ filter: alpha(opacity=0);
12750
+ }
12751
+
12752
+ .wpdt-c .carousel .carousel-control .zmdi {
12753
+ position: absolute;
12754
+ top: 50%;
12755
+ left: 50%;
12756
+ line-height: 100%;
12757
+ }
12758
+
12759
+ @media screen and (min-width: 768px) {
12760
+ .wpdt-c .carousel .carousel-control .zmdi {
12761
+ font-size: 60px;
12762
+ width: 60px;
12763
+ height: 60px;
12764
+ margin-top: -30px;
12765
+ margin-left: -30px;
12766
+ }
12767
+ }
12768
+
12769
+ @media screen and (max-width: 991px) {
12770
+ .wpdt-c .carousel .carousel-control .zmdi {
12771
+ width: 24px;
12772
+ height: 24px;
12773
+ margin-top: -12px;
12774
+ margin-left: -12px;
12775
+ }
12776
+ }
12777
+
12778
+ .wpdt-c .carousel:hover .carousel-control {
12779
+ opacity: 1;
12780
+ filter: alpha(opacity=100);
12781
+ }
12782
+
12783
+ .wpdt-c .carousel .carousel-caption {
12784
+ background: rgba(0, 0, 0, 0.6);
12785
+ left: 0;
12786
+ right: 0;
12787
+ bottom: 0;
12788
+ width: 100%;
12789
+ padding-bottom: 50px;
12790
+ }
12791
+
12792
+ .wpdt-c .carousel .carousel-caption > h3 {
12793
+ color: #fff;
12794
+ margin: 0 0 5px;
12795
+ font-weight: 300;
12796
+ }
12797
+
12798
+ .wpdt-c .carousel .carousel-caption > p {
12799
+ margin: 0;
12800
+ }
12801
+
12802
+ @media screen and (max-width: 991px) {
12803
+ .wpdt-c .carousel .carousel-caption {
12804
+ display: none;
12805
+ }
12806
+ }
12807
+
12808
+ .wpdt-c .carousel .carousel-indicators {
12809
+ bottom: 10px;
12810
+ margin: 0;
12811
+ left: 0;
12812
+ bottom: 0;
12813
+ width: 100%;
12814
+ padding: 0 0 6px;
12815
+ background: rgba(0, 0, 0, 0.6);
12816
+ }
12817
+
12818
+ .wpdt-c .carousel .carousel-indicators li {
12819
+ border-radius: 0;
12820
+ width: 15px;
12821
+ border: 0;
12822
+ background: #fff;
12823
+ height: 3px;
12824
+ margin: 0;
12825
+ -webkit-transition: all;
12826
+ -o-transition: all;
12827
+ transition: all;
12828
+ -webkit-transition-duration: 250ms;
12829
+ transition-duration: 250ms;
12830
+ }
12831
+
12832
+ .wpdt-c .carousel .carousel-indicators li.active {
12833
+ width: 25px;
12834
+ height: 3px;
12835
+ background: #FF9800;
12836
+ }
12837
+
12838
+ .wpdt-c .modal .modal-content {
12839
+ box-shadow: 0 5px 20px rgba(0, 0, 0, 0.31);
12840
+ border-radius: 3px;
12841
+ border: 0;
12842
+ }
12843
+
12844
+ .wpdt-c .modal .modal-header {
12845
+ padding: 23px 26px;
12846
+ }
12847
+
12848
+ .wpdt-c .modal .modal-body {
12849
+ padding: 0 26px 10px;
12850
+ }
12851
+
12852
+ .wpdt-c .modal .modal-footer .btn-link {
12853
+ font-size: 14px;
12854
+ color: #000;
12855
+ font-weight: 500;
12856
+ }
12857
+
12858
+ .wpdt-c .modal .modal-footer .btn-link:hover {
12859
+ background-color: #eee;
12860
+ }
12861
+
12862
+ .wpdt-c .modal:not([data-modal-color]) .modal-footer .btn-link {
12863
+ font-weight: 500;
12864
+ }
12865
+
12866
+ .wpdt-c .modal:not([data-modal-color]) .modal-footer .btn-link:hover {
12867
+ background-color: #eee;
12868
+ background: #eee;
12869
+ }
12870
+
12871
+ .wpdt-c .modal[data-modal-color] {
12872
+ color: #fff;
12873
+ }
12874
+
12875
+ .wpdt-c .modal[data-modal-color] .modal-title, .wpdt-c .modal[data-modal-color] .modal-footer .btn-link {
12876
+ color: #fff;
12877
+ }
12878
+
12879
+ .wpdt-c .modal[data-modal-color] .modal-footer {
12880
+ background: rgba(0, 0, 0, 0.1);
12881
+ }
12882
+
12883
+ .modal[data-modal-color] .modal-backdrop {
12884
+ background: #fff;
12885
+ }
12886
+
12887
+ .wpdt-c .modal[data-modal-color] .modal-footer .btn-link {
12888
+ font-weight: 400;
12889
+ }
12890
+
12891
+ .wpdt-c .modal[data-modal-color] .modal-footer .btn-link:hover {
12892
+ background-color: rgba(0, 0, 0, 0.1);
12893
+ }
12894
+
12895
+ .wpdt-c .modal[data-modal-color="blue"] .modal-content {
12896
+ background: #2196F3;
12897
+ }
12898
+
12899
+ .wpdt-c .modal[data-modal-color="cyan"] .modal-content {
12900
+ background: #00BCD4;
12901
+ }
12902
+
12903
+ .wpdt-c .modal[data-modal-color="green"] .modal-content {
12904
+ background: #4CAF50;
12905
+ }
12906
+
12907
+ .wpdt-c .modal[data-modal-color="lightgreen"] .modal-content {
12908
+ background: #7fc032;
12909
+ }
12910
+
12911
+ .wpdt-c .modal[data-modal-color="lightblue"] .modal-content {
12912
+ background: #03A9F4;
12913
+ }
12914
+
12915
+ .wpdt-c .modal[data-modal-color="amber"] .modal-content {
12916
+ background: #FFC107;
12917
+ }
12918
+
12919
+ .wpdt-c .modal[data-modal-color="teal"] .modal-content {
12920
+ background: #009688;
12921
+ }
12922
+
12923
+ .wpdt-c .modal[data-modal-color="orange"] .modal-content {
12924
+ background: #FF9800;
12925
+ }
12926
+
12927
+ .wpdt-c .modal[data-modal-color="bluegray"] .modal-content {
12928
+ background: #607D8B;
12929
+ }
12930
+
12931
+ .wpdt-c .modal[data-modal-color="red"] .modal-content {
12932
+ background: #F44336;
12933
+ }
12934
+
12935
+ .wpdt-c .panel {
12936
+ box-shadow: none;
12937
+ border: 0;
12938
+ }
12939
+
12940
+ .wpdt-c .panel-heading {
12941
+ padding: 0;
12942
+ }
12943
+
12944
+ .wpdt-c .panel-title > a {
12945
+ padding: 10px 15px;
12946
+ display: block;
12947
+ font-size: 13px;
12948
+ }
12949
+
12950
+ .wpdt-c .panel-collapse .panel-heading {
12951
+ position: relative;
12952
+ }
12953
+
12954
+ .wpdt-c .panel-collapse .panel-heading .panel-title > a {
12955
+ padding: 8px 5px 16px 30px;
12956
+ color: #000;
12957
+ position: relative;
12958
+ }
12959
+
12960
+ .wpdt-c .panel-collapse .panel-heading .panel-title > a:after, .wpdt-c .panel-collapse .panel-heading .panel-title > a:before {
12961
+ position: absolute;
12962
+ bottom: 0;
12963
+ left: 0;
12964
+ height: 2px;
12965
+ width: 100%;
12966
+ content: "";
12967
+ -webkit-transition: all;
12968
+ -o-transition: all;
12969
+ transition: all;
12970
+ -webkit-transition-duration: 300ms;
12971
+ transition-duration: 300ms;
12972
+ -webkit-backface-visibility: hidden;
12973
+ -moz-backface-visibility: hidden;
12974
+ backface-visibility: hidden;
12975
+ }
12976
+
12977
+ .wpdt-c .panel-collapse .panel-heading .panel-title > a:after {
12978
+ -webkit-transform: scale(0);
12979
+ -ms-transform: scale(0);
12980
+ -o-transform: scale(0);
12981
+ transform: scale(0);
12982
+ }
12983
+
12984
+ .wpdt-c .panel-collapse .panel-heading:not(.active) .panel-title > a:before {
12985
+ background: #eee;
12986
+ }
12987
+
12988
+ .wpdt-c .panel-collapse .panel-heading:before, .wpdt-c .panel-collapse .panel-heading:after {
12989
+ font-family: 'Material-Design-Iconic-Font';
12990
+ font-size: 17px;
12991
+ position: absolute;
12992
+ left: 0;
12993
+ -webkit-transition: all;
12994
+ -o-transition: all;
12995
+ transition: all;
12996
+ -webkit-transition-duration: 300ms;
12997
+ transition-duration: 300ms;
12998
+ -webkit-backface-visibility: hidden;
12999
+ -moz-backface-visibility: hidden;
13000
+ backface-visibility: hidden;
13001
+ top: 4px;
13002
+ }
13003
+
13004
+ .wpdt-c .panel-collapse .panel-heading:before {
13005
+ content: "\f278";
13006
+ -webkit-transform: scale(1);
13007
+ -ms-transform: scale(1);
13008
+ -o-transform: scale(1);
13009
+ transform: scale(1);
13010
+ }
13011
+
13012
+ .wpdt-c .panel-collapse .panel-heading:after {
13013
+ -webkit-transform: scale(0);
13014
+ -ms-transform: scale(0);
13015
+ -o-transform: scale(0);
13016
+ transform: scale(0);
13017
+ content: "\f273";
13018
+ }
13019
+
13020
+ .wpdt-c .panel-collapse .panel-heading.active .panel-title > a:after {
13021
+ -webkit-transform: scale(1);
13022
+ -ms-transform: scale(1);
13023
+ -o-transform: scale(1);
13024
+ transform: scale(1);
13025
+ }
13026
+
13027
+ .wpdt-c .panel-collapse .panel-heading.active:before {
13028
+ -webkit-transform: scale(0) rotate(-90deg);
13029
+ -ms-transform: scale(0) rotate(-90deg);
13030
+ -o-transform: scale(0) rotate(-90deg);
13031
+ transform: scale(0) rotate(-90deg);
13032
+ }
13033
+
13034
+ .wpdt-c .panel-collapse .panel-heading.active:after {
13035
+ -webkit-transform: scale(1);
13036
+ -ms-transform: scale(1);
13037
+ -o-transform: scale(1);
13038
+ transform: scale(1);
13039
+ }
13040
+
13041
+ .wpdt-c .panel-collapse .panel-body {
13042
+ border-top: 0 !important;
13043
+ padding-left: 5px;
13044
+ padding-right: 5px;
13045
+ }
13046
+
13047
+ .wpdt-c .panel-group:not([data-collapse-color]) .panel-collapse .panel-heading.active .panel-title > a:after {
13048
+ background: #2196F3;
13049
+ }
13050
+
13051
+ .wpdt-c .panel-group[data-collapse-color="red"] .panel-collapse .panel-heading.active .panel-title > a:after {
13052
+ background: #F44336;
13053
+ }
13054
+
13055
+ .wpdt-c .panel-group[data-collapse-color="green"] .panel-collapse .panel-heading.active .panel-title > a:after {
13056
+ background: #4CAF50;
13057
+ }
13058
+
13059
+ .wpdt-c .panel-group[data-collapse-color="amber"] .panel-collapse .panel-heading.active .panel-title > a:after {
13060
+ background: #FFC107;
13061
+ }
13062
+
13063
+ .wpdt-c .panel-group[data-collapse-color="teal"] .panel-collapse .panel-heading.active .panel-title > a:after {
13064
+ background: #009688;
13065
+ }
13066
+
13067
+ .wpdt-c .panel-group[data-collapse-color="black"] .panel-collapse .panel-heading.active .panel-title > a:after {
13068
+ background: #000000;
13069
+ }
13070
+
13071
+ .wpdt-c .panel-group[data-collapse-color="cyan"] .panel-collapse .panel-heading.active .panel-title > a:after {
13072
+ background: #00BCD4;
13073
+ }
13074
+
13075
+ .wpdt-c .tooltip-inner {
13076
+ border-radius: 2px;
13077
+ padding: 5px 15px 5px;
13078
+ }
13079
+
13080
+ .wpdt-c .breadcrumb {
13081
+ border-bottom: 1px solid #E5E5E5;
13082
+ border-radius: 0;
13083
+ margin-top: -27px;
13084
+ margin-bottom: 50px;
13085
+ }
13086
+
13087
+ @media (min-width: 1280px) {
13088
+ .wpdt-c .breadcrumb {
13089
+ padding: 10px 33px 11px 0px;
13090
+ }
13091
+ }
13092
+
13093
+ @media (max-width: 1279px) {
13094
+ .wpdt-c .breadcrumb {
13095
+ padding: 10px 33px 11px;
13096
+ }
13097
+ }
13098
+
13099
+ .wpdt-c .messages {
13100
+ height: calc(100vh - 130px);
13101
+ position: relative;
13102
+ overflow: hidden;
13103
+ }
13104
+
13105
+ .wpdt-c .messages header {
13106
+ min-height: 55px;
13107
+ }
13108
+
13109
+ .wpdt-c .messages header .actions {
13110
+ position: absolute;
13111
+ top: 12px;
13112
+ right: 13px;
13113
+ }
13114
+
13115
+ /*-----------------------------------
13116
+ Sidebar
13117
+ ------------------------------------*/
13118
+ .wpdt-c .m-sidebar {
13119
+ width: 300px;
13120
+ border-right: 1px solid #eee;
13121
+ position: absolute;
13122
+ height: 100%;
13123
+ left: 0;
13124
+ top: 0;
13125
+ z-index: 1;
13126
+ /* Scrollbar fix */
13127
+ }
13128
+
13129
+ @media (max-width: 767px) {
13130
+ .m-sidebar {
13131
+ width: 60px;
13132
+ }
13133
+
13134
+ .m-sidebar .list-group-item {
13135
+ padding: 10px !important;
13136
+ }
13137
+
13138
+ .m-sidebar .ms-time {
13139
+ display: none;
13140
+ }
13141
+ }
13142
+
13143
+ .wpdt-c .m-sidebar header {
13144
+ background-color: #F7F7F7;
13145
+ padding: 20px;
13146
+ }
13147
+
13148
+ .wpdt-c .m-sidebar header h2 {
13149
+ line-height: 100%;
13150
+ font-size: 15px;
13151
+ margin: 0;
13152
+ text-transform: uppercase;
13153
+ font-weight: 400;
13154
+ }
13155
+
13156
+ .wpdt-c .m-sidebar .lgi-heading {
13157
+ max-width: 120px;
13158
+ }
13159
+
13160
+ .wpdt-c .m-sidebar .list-group {
13161
+ height: calc(100% - 130px);
13162
+ }
13163
+
13164
+ .wpdt-c .m-sidebar .mCSB_scrollTools {
13165
+ z-index: 2;
13166
+ }
13167
+
13168
+ .wpdt-c .ms-time {
13169
+ position: absolute;
13170
+ top: 16px;
13171
+ right: 25px;
13172
+ color: #777777;
13173
+ }
13174
+
13175
+ .wpdt-c .ms-search {
13176
+ padding: 20px 25px;
13177
+ position: relative;
13178
+ }
13179
+
13180
+ .wpdt-c .ms-search .zmdi-search {
13181
+ position: absolute;
13182
+ left: 0px;
13183
+ top: 8px;
13184
+ font-size: 20px;
13185
+ }
13186
+
13187
+ .wpdt-c .ms-search input {
13188
+ padding-left: 25px !important;
13189
+ }
13190
+
13191
+ /*-----------------------------------
13192
+ Body
13193
+ ------------------------------------*/
13194
+ .wpdt-c .m-body {
13195
+ position: relative;
13196
+ height: 100%;
13197
+ }
13198
+
13199
+ @media (min-width: 768px) {
13200
+ .wpdt-c .m-body {
13201
+ padding-left: 300px;
13202
+ }
13203
+ }
13204
+
13205
+ @media (max-width: 767px) {
13206
+ .wpdt-c .m-body {
13207
+ padding-left: 60px;
13208
+ }
13209
+ }
13210
+
13211
+ .wpdt-c .mb-header {
13212
+ background-color: #F7F7F7;
13213
+ box-shadow: 0px -1px 0px 1px #eaeaea;
13214
+ position: relative;
13215
+ z-index: 2;
13216
+ }
13217
+
13218
+ .wpdt-c .mbh-user {
13219
+ padding: 12px 20px;
13220
+ }
13221
+
13222
+ .wpdt-c .mbh-user > img {
13223
+ width: 30px;
13224
+ height: 30px;
13225
+ border-radius: 50%;
13226
+ float: left;
13227
+ margin-right: 15px;
13228
+ }
13229
+
13230
+ .wpdt-c .mb-list {
13231
+ height: calc(100% - 55px);
13232
+ position: relative;
13233
+ }
13234
+
13235
+ .wpdt-c .mbl-messages {
13236
+ padding: 50px 50px 0;
13237
+ height: calc(100vh - 259px);
13238
+ overflow-x: hidden;
13239
+ }
13240
+
13241
+ @media (max-width: 767px) {
13242
+ .wpdt-c .mbl-messages {
13243
+ padding: 20px 20px 0;
13244
+ }
13245
+ }
13246
+
13247
+ .wpdt-c .mblm-item {
13248
+ position: relative;
13249
+ margin-bottom: 10px;
13250
+ }
13251
+
13252
+ .wpdt-c .mblm-item > div {
13253
+ display: inline-block;
13254
+ max-width: 70%;
13255
+ padding: 15px 20px;
13256
+ border-radius: 2px;
13257
+ position: relative;
13258
+ }
13259
+
13260
+ .wpdt-c .mblm-item small {
13261
+ display: block;
13262
+ color: #777777;
13263
+ padding: 5px 20px;
13264
+ }
13265
+
13266
+ .wpdt-c .mblm-item-left > div {
13267
+ background-color: #eee;
13268
+ }
13269
+
13270
+ .wpdt-c .mblm-item-right {
13271
+ text-align: right;
13272
+ }
13273
+
13274
+ .wpdt-c .mblm-item-right > div {
13275
+ background-color: #FFC107;
13276
+ color: #fff;
13277
+ }
13278
+
13279
+ .wpdt-c .mblmi-img {
13280
+ margin: -10px -15px;
13281
+ cursor: pointer;
13282
+ }
13283
+
13284
+ .wpdt-c .mblmi-img img {
13285
+ max-width: 250px;
13286
+ border-radius: 2px;
13287
+ }
13288
+
13289
+ .wpdt-c .mbl-compose {
13290
+ border-top: 1px solid #eee;
13291
+ height: 70px;
13292
+ position: absolute;
13293
+ bottom: 0;
13294
+ left: 0;
13295
+ width: 100%;
13296
+ padding: 15px 65px 15px 15px;
13297
+ }
13298
+
13299
+ .wpdt-c .mbl-compose textarea {
13300
+ height: 100%;
13301
+ width: 100%;
13302
+ border-radius: 2px;
13303
+ border: 0;
13304
+ resize: none;
13305
+ background: #eee;
13306
+ padding: 5px 10px;
13307
+ color: #5E5E5E;
13308
+ -webkit-transition: background-color;
13309
+ -o-transition: background-color;
13310
+ transition: background-color;
13311
+ -webkit-transition-duration: 300ms;
13312
+ transition-duration: 300ms;
13313
+ }
13314
+
13315
+ .wpdt-c .mbl-compose button {
13316
+ position: absolute;
13317
+ top: 14px;
13318
+ right: 15px;
13319
+ background: transparent;
13320
+ border: 0;
13321
+ font-size: 25px;
13322
+ }
13323
+
13324
+ .wpdt-c .mbl-compose button:hover {
13325
+ color: #333;
13326
+ }
13327
+
13328
+ .wpdt-c .four-zero {
13329
+ height: 100vh;
13330
+ background-color: #607D8B;
13331
+ }
13332
+
13333
+ .wpdt-c .fz-block {
13334
+ background: #557382;
13335
+ border-radius: 2px;
13336
+ position: absolute;
13337
+ top: 50%;
13338
+ margin-top: -150px;
13339
+ color: #ECF0F1;
13340
+ text-align: center;
13341
+ padding: 25px;
13342
+ height: 300px;
13343
+ width: 500px;
13344
+ left: 50%;
13345
+ margin-left: -250px;
13346
+ }
13347
+
13348
+ .wpdt-c .fz-block h2 {
13349
+ font-size: 130px;
13350
+ line-height: 100%;
13351
+ color: #ECF0F1;
13352
+ font-weight: 100;
13353
+ }
13354
+
13355
+ @media (max-width: 767px) {
13356
+ .wpdt-c .fz-block {
13357
+ width: calc(100% - 40px);
13358
+ left: 20px;
13359
+ margin-left: 0;
13360
+ height: 260px;
13361
+ margin-top: -130px;
13362
+ }
13363
+
13364
+ .wpdt-c .fz-block h2 {
13365
+ font-size: 90px;
13366
+ }
13367
+ }
13368
+
13369
+ .wpdt-c .fz-block small {
13370
+ display: block;
13371
+ font-size: 26px;
13372
+ margin-top: -10px;
13373
+ }
13374
+
13375
+ .wpdt-c .fzb-links {
13376
+ margin-top: 20px;
13377
+ }
13378
+
13379
+ .wpdt-c .fzb-links > a {
13380
+ font-size: 16px;
13381
+ display: inline-block;
13382
+ color: #ECF0F1;
13383
+ margin: 0 1px;
13384
+ line-height: 30px;
13385
+ width: 30px;
13386
+ height: 30px;
13387
+ background: rgba(0, 0, 0, 0.09);
13388
+ border-radius: 50%;
13389
+ text-align: center;
13390
+ }
13391
+
13392
+ .wpdt-c .fzb-links > a:hover {
13393
+ background: rgba(0, 0, 0, 0.2);
13394
+ }
13395
+
13396
+ .wpdt-c .login-content {
13397
+ min-height: 100vh;
13398
+ text-align: center;
13399
+ background-color: #009688;
13400
+ }
13401
+
13402
+ .wpdt-c .login-content:before {
13403
+ display: inline-block;
13404
+ content: '';
13405
+ height: 100vh;
13406
+ width: 1px;
13407
+ vertical-align: middle;
13408
+ }
13409
+
13410
+ .wpdt-c .lc-block {
13411
+ max-width: 500px;
13412
+ padding: 20px 0;
13413
+ width: 80%;
13414
+ display: inline-block;
13415
+ vertical-align: middle;
13416
+ position: relative;
13417
+ }
13418
+
13419
+ .wpdt-c .lc-block:not(.toggled) {
13420
+ display: none;
13421
+ }
13422
+
13423
+ .wpdt-c .lc-block.toggled {
13424
+ -webkit-animation-name: fadeInUp;
13425
+ animation-name: fadeInUp;
13426
+ -webkit-animation-duration: 300ms;
13427
+ animation-duration: 300ms;
13428
+ -webkit-animation-fill-mode: both;
13429
+ animation-fill-mode: both;
13430
+ z-index: 10;
13431
+ }
13432
+
13433
+ .wpdt-c .lc-block:not(.lc-block-alt) .lcb-form {
13434
+ padding: 35px 55px 35px 25px;
13435
+ }
13436
+
13437
+ .wpdt-c .lc-block:not(.lc-block-alt) .btn-login {
13438
+ top: 50%;
13439
+ margin-top: -43px;
13440
+ right: -25px;
13441
+ }
13442
+
13443
+ .wpdt-c .lc-block .checkbox {
13444
+ margin: 5px 0 0 41px;
13445
+ text-align: left;
13446
+ }
13447
+
13448
+ .wpdt-c .lcb-form {
13449
+ background: #fff;
13450
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
13451
+ border-radius: 2px;
13452
+ }
13453
+
13454
+ /*-----------------------------
13455
+ Login Navigation
13456
+ ------------------------------*/
13457
+ .wpdt-c .lcb-navigation {
13458
+ margin-top: 15px;
13459
+ }
13460
+
13461
+ .wpdt-c .lcb-navigation a, .wpdt-c .lcb-navigation a span {
13462
+ -webkit-transition: width;
13463
+ -o-transition: width;
13464
+ transition: width;
13465
+ -webkit-transition-duration: 200ms;
13466
+ transition-duration: 200ms;
13467
+ }
13468
+
13469
+ .wpdt-c .lcb-navigation a {
13470
+ color: #fff;
13471
+ display: inline-block;
13472
+ background: rgba(255, 255, 255, 0.2);
13473
+ margin: 0 1px;
13474
+ width: 30px;
13475
+ height: 30px;
13476
+ border-radius: 20px;
13477
+ vertical-align: top;
13478
+ white-space: nowrap;
13479
+ text-align: left;
13480
+ }
13481
+
13482
+ .wpdt-c .lcb-navigation a i {
13483
+ width: 30px;
13484
+ font-style: normal;
13485
+ font-size: 16px;
13486
+ display: inline-block;
13487
+ vertical-align: top;
13488
+ text-align: center;
13489
+ line-height: 30px;
13490
+ }
13491
+
13492
+ .wpdt-c .lcb-navigation a span {
13493
+ width: 0;
13494
+ overflow: hidden;
13495
+ display: inline-block;
13496
+ line-height: 29px;
13497
+ margin-left: -3px;
13498
+ }
13499
+
13500
+ .wpdt-c .lcb-navigation a:hover span {
13501
+ width: 100%;
13502
+ }
13503
+
13504
+ .wpdt-c .lcb-navigation a[data-ma-block="#l-register"]:hover {
13505
+ width: 95px;
13506
+ }
13507
+
13508
+ .wpdt-c .lcb-navigation a[data-ma-block="#l-forget-password"]:hover {
13509
+ width: 147px;
13510
+ }
13511
+
13512
+ .wpdt-c .lcb-navigation a[data-ma-block="#l-login"]:hover {
13513
+ width: 85px;
13514
+ }
13515
+
13516
+ /*-----------------------------
13517
+ Lockscreen
13518
+ ------------------------------*/
13519
+ .wpdt-c .lc-block-alt .lcb-form {
13520
+ padding: 70px 35px 60px;
13521
+ }
13522
+
13523
+ .wpdt-c .lc-block-alt .btn-login {
13524
+ bottom: 0;
13525
+ left: 50%;
13526
+ margin-left: -25px;
13527
+ }
13528
+
13529
+ .wpdt-c .lcb-user {
13530
+ width: 100px;
13531
+ height: 100px;
13532
+ border-radius: 50%;
13533
+ border: 5px solid #fff;
13534
+ position: absolute;
13535
+ top: -35px;
13536
+ left: 50%;
13537
+ margin-left: -50px;
13538
+ box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.18);
13539
+ }
13540
+
13541
+ .wpdt-c #profile-main {
13542
+ min-height: 500px;
13543
+ position: relative;
13544
+ }
13545
+
13546
+ @media (min-width: 1200px) {
13547
+ .wpdt-c #profile-main .pm-overview {
13548
+ width: 300px;
13549
+ }
13550
+ }
13551
+
13552
+ @media (min-width: 768px) and (max-width: 1200px) {
13553
+ .wpdt-c #profile-main .pm-overview {
13554
+ width: 250px;
13555
+ }
13556
+ }
13557
+
13558
+ @media (min-width: 768px) {
13559
+ .wpdt-c #profile-main .pm-overview {
13560
+ position: absolute;
13561
+ left: 0;
13562
+ top: 0;
13563
+ height: 100%;
13564
+ background: #f8f8f8;
13565
+ border-right: 1px solid #eee;
13566
+ }
13567
+ }
13568
+
13569
+ @media (max-width: 767px) {
13570
+ .wpdt-c #profile-main .pm-overview {
13571
+ width: 100%;
13572
+ background: #333;
13573
+ text-align: center;
13574
+ }
13575
+ }
13576
+
13577
+ @media (min-width: 1200px) {
13578
+ .wpdt-c #profile-main .pm-body {
13579
+ padding-left: 300px;
13580
+ }
13581
+ }
13582
+
13583
+ @media (min-width: 768px) and (max-width: 1200px) {
13584
+ .wpdt-c #profile-main .pm-body {
13585
+ padding-left: 250px;
13586
+ }
13587
+ }
13588
+
13589
+ @media (max-width: 767px) {
13590
+ .wpdt-c #profile-main .pm-body {
13591
+ padding-left: 0;
13592
+ }
13593
+ }
13594
+
13595
+ .wpdt-c #profile-main .pmo-pic {
13596
+ position: relative;
13597
+ margin: 20px;
13598
+ }
13599
+
13600
+ @media (min-width: 768px) {
13601
+ .wpdt-c #profile-main .pmo-pic img {
13602
+ width: 100%;
13603
+ border-radius: 2px 2px 0 0;
13604
+ }
13605
+ }
13606
+
13607
+ @media (max-width: 767px) {
13608
+ .wpdt-c #profile-main .pmo-pic img {
13609
+ width: 180px;
13610
+ display: inline-block;
13611
+ height: 180px;
13612
+ border-radius: 50%;
13613
+ border: 4px solid #fff;
13614
+ box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
13615
+ }
13616
+ }
13617
+
13618
+ .wpdt-c #profile-main .pmo-pic .pmo-stat {
13619
+ border-radius: 0 0 2px 2px;
13620
+ color: #fff;
13621
+ text-align: center;
13622
+ padding: 30px 5px 0;
13623
+ }
13624
+
13625
+ @media (min-width: 768px) {
13626
+ .wpdt-c #profile-main .pmo-pic .pmo-stat {
13627
+ background: #FFC107;
13628
+ padding-bottom: 15px;
13629
+ }
13630
+ }
13631
+
13632
+ .wpdt-c #profile-main .pmo-pic .pmop-edit {
13633
+ position: absolute;
13634
+ top: 0;
13635
+ left: 0;
13636
+ color: #fff;
13637
+ background: rgba(0, 0, 0, 0.38);
13638
+ text-align: center;
13639
+ padding: 10px 10px 11px;
13640
+ }
13641
+
13642
+ .wpdt-c #profile-main .pmo-pic .pmop-edit:hover {
13643
+ background: rgba(0, 0, 0, 0.8);
13644
+ }
13645
+
13646
+ .wpdt-c #profile-main .pmo-pic .pmop-edit i {
13647
+ font-size: 18px;
13648
+ vertical-align: middle;
13649
+ margin-top: -3px;
13650
+ }
13651
+
13652
+ @media (min-width: 768px) {
13653
+ .wpdt-c #profile-main .pmo-pic .pmop-edit {
13654
+ width: 100%;
13655
+ opacity: 0;
13656
+ filter: alpha(opacity=0);
13657
+ }
13658
+
13659
+ .wpdt-c #profile-main .pmo-pic .pmop-edit i {
13660
+ margin-right: 4px;
13661
+ }
13662
+ }
13663
+
13664
+ .wpdt-c #profile-main .pmo-pic:hover .pmop-edit {
13665
+ opacity: 1;
13666
+ filter: alpha(opacity=100);
13667
+ }
13668
+
13669
+ .wpdt-c #profile-main .pmo-pic .pmop-message {
13670
+ position: absolute;
13671
+ bottom: 27px;
13672
+ left: 50%;
13673
+ margin-left: -25px;
13674
+ }
13675
+
13676
+ .wpdt-c #profile-main .pmo-pic .pmop-message .dropdown-menu {
13677
+ padding: 5px 0 55px;
13678
+ left: -90px;
13679
+ width: 228px;
13680
+ height: 150px;
13681
+ top: -74px;
13682
+ -webkit-transform-origin: center;
13683
+ -moz-transform-origin: center;
13684
+ -ms-transform-origin: center;
13685
+ transform-origin: center;
13686
+ }
13687
+
13688
+ .wpdt-c #profile-main .pmo-pic .pmop-message .dropdown-menu textarea {
13689
+ width: 100%;
13690
+ height: 95px;
13691
+ border: 0;
13692
+ resize: none;
13693
+ padding: 10px 19px;
13694
+ }
13695
+
13696
+ .wpdt-c #profile-main .pmo-pic .pmop-message .dropdown-menu button {
13697
+ bottom: 5px;
13698
+ left: 88px;
13699
+ }
13700
+
13701
+ .wpdt-c #profile-main .pmb-block {
13702
+ margin-bottom: 20px;
13703
+ }
13704
+
13705
+ @media (min-width: 1200px) {
13706
+ .wpdt-c #profile-main .pmb-block {
13707
+ padding: 40px 42px 0;
13708
+ }
13709
+ }
13710
+
13711
+ @media (max-width: 1199px) {
13712
+ .wpdt-c #profile-main .pmb-block {
13713
+ padding: 30px 20px 0;
13714
+ }
13715
+ }
13716
+
13717
+ .wpdt-c #profile-main .pmb-block:last-child {
13718
+ margin-bottom: 50px;
13719
+ }
13720
+
13721
+ .wpdt-c #profile-main .pmb-block .pmbb-header {
13722
+ margin-bottom: 25px;
13723
+ position: relative;
13724
+ }
13725
+
13726
+ .wpdt-c #profile-main .pmb-block .pmbb-header .actions {
13727
+ position: absolute;
13728
+ top: -2px;
13729
+ right: 0;
13730
+ }
13731
+
13732
+ .wpdt-c #profile-main .pmb-block .pmbb-header h2 {
13733
+ margin: 0;
13734
+ font-weight: 100;
13735
+ font-size: 20px;
13736
+ }
13737
+
13738
+ .wpdt-c #profile-main .pmb-block .pmbb-edit {
13739
+ position: relative;
13740
+ z-index: 1;
13741
+ display: none;
13742
+ }
13743
+
13744
+ .wpdt-c #profile-main .pmb-block .pmbb-edit,
13745
+ .wpdt-c #profile-main .pmb-block .pmbb-view {
13746
+ -webkit-animation-name: fadeIn;
13747
+ animation-name: fadeIn;
13748
+ -webkit-animation-duration: 1000ms;
13749
+ animation-duration: 1000ms;
13750
+ -webkit-animation-fill-mode: both;
13751
+ animation-fill-mode: both;
13752
+ }
13753
+
13754
+ .wpdt-c #profile-main .pmb-block.toggled .pmbb-edit {
13755
+ display: block;
13756
+ }
13757
+
13758
+ .wpdt-c #profile-main .pmb-block.toggled .pmbb-view {
13759
+ display: none;
13760
+ }
13761
+
13762
+ .wpdt-c #profile-main .pmo-block {
13763
+ padding: 25px;
13764
+ }
13765
+
13766
+ .wpdt-c #profile-main .pmo-block > h2 {
13767
+ font-size: 16px;
13768
+ margin: 0 0 15px;
13769
+ }
13770
+
13771
+ .wpdt-c #profile-main .pmo-items .pmob-body {
13772
+ padding: 0 10px;
13773
+ }
13774
+
13775
+ .wpdt-c #profile-main .pmo-items a {
13776
+ display: block;
13777
+ padding: 4px;
13778
+ }
13779
+
13780
+ .wpdt-c #profile-main .pmo-items a img {
13781
+ width: 100%;
13782
+ }
13783
+
13784
+ .wpdt-c .pmo-contact ul {
13785
+ list-style: none;
13786
+ margin: 0;
13787
+ padding: 0;
13788
+ }
13789
+
13790
+ .wpdt-c .pmo-contact ul li {
13791
+ position: relative;
13792
+ padding: 8px 0 8px 35px;
13793
+ }
13794
+
13795
+ .wpdt-c .pmo-contact ul li i {
13796
+ font-size: 18px;
13797
+ vertical-align: top;
13798
+ line-height: 100%;
13799
+ position: absolute;
13800
+ left: 0;
13801
+ width: 18px;
13802
+ text-align: center;
13803
+ }
13804
+
13805
+ .wpdt-c .pmo-map {
13806
+ margin: 20px -21px -18px;
13807
+ display: block;
13808
+ }
13809
+
13810
+ .wpdt-c .pmo-map img {
13811
+ width: 100%;
13812
+ }
13813
+
13814
+ @media (max-width: 767px) {
13815
+ .c-timeline {
13816
+ background: #edecec;
13817
+ box-shadow: none;
13818
+ }
13819
+
13820
+ .c-timeline .tab-nav {
13821
+ background: #fff;
13822
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
13823
+ }
13824
+ }
13825
+
13826
+ .wpdt-c .timeline {
13827
+ position: relative;
13828
+ }
13829
+
13830
+ @media (min-width: 768px) {
13831
+ .wpdt-c .timeline {
13832
+ padding: 50px;
13833
+ padding-left: 100px;
13834
+ }
13835
+ }
13836
+
13837
+ @media (max-width: 767px) {
13838
+ .wpdt-c .timeline {
13839
+ margin-top: 30px;
13840
+ }
13841
+ }
13842
+
13843
+ .wpdt-c .t-view {
13844
+ border: 1px solid #eee;
13845
+ position: relative;
13846
+ margin-bottom: 35px;
13847
+ }
13848
+
13849
+ @media (max-width: 767px) {
13850
+ .wpdt-c .t-view {
13851
+ background: #fff;
13852
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
13853
+ }
13854
+ }
13855
+
13856
+ .wpdt-c .t-view .tv-header {
13857
+ padding: 16px 18px;
13858
+ border-bottom: 1px solid #eee;
13859
+ background: #F9F9F9;
13860
+ }
13861
+
13862
+ .wpdt-c .t-view .tv-header .actions {
13863
+ position: absolute;
13864
+ top: 5px;
13865
+ right: 10px;
13866
+ }
13867
+
13868
+ .wpdt-c .t-view .tv-body {
13869
+ padding: 23px 25px;
13870
+ }
13871
+
13872
+ .wpdt-c .t-view .tv-body .tvb-lightbox {
13873
+ margin: 0 -8px 15px;
13874
+ }
13875
+
13876
+ .wpdt-c .t-view .tv-body .tvb-lightbox [data-src] {
13877
+ padding: 0 5px;
13878
+ margin-bottom: 5px;
13879
+ }
13880
+
13881
+ .wpdt-c .t-view .tvh-user {
13882
+ display: block;
13883
+ }
13884
+
13885
+ .wpdt-c .t-view .tvh-user img {
13886
+ width: 46px;
13887
+ height: 46px;
13888
+ border-radius: 50%;
13889
+ }
13890
+
13891
+ .wpdt-c .t-view:before {
13892
+ position: absolute;
13893
+ width: 40px;
13894
+ height: 40px;
13895
+ border-radius: 50%;
13896
+ left: -70px;
13897
+ top: 0;
13898
+ border: 3px solid #FFF;
13899
+ text-align: center;
13900
+ font-size: 16px;
13901
+ line-height: 34px;
13902
+ color: #FFF;
13903
+ font-family: 'Material-Design-Iconic-Font';
13904
+ z-index: 1;
13905
+ }
13906
+
13907
+ .wpdt-c .t-view:after {
13908
+ content: "";
13909
+ position: absolute;
13910
+ top: 0;
13911
+ left: -50px;
13912
+ width: 1px;
13913
+ height: calc(100% + 37px);
13914
+ }
13915
+
13916
+ .wpdt-c .t-view[data-tv-type="text"]:before {
13917
+ content: "\f24f";
13918
+ background: #00BCD4;
13919
+ box-shadow: 0 0 0 1px #00BCD4;
13920
+ }
13921
+
13922
+ .wpdt-c .t-view[data-tv-type="text"]:after {
13923
+ background: #00BCD4;
13924
+ }
13925
+
13926
+ .wpdt-c .tab-nav.settings {
13927
+ box-shadow: none;
13928
+ }
13929
+
13930
+ .wpdt-c .tab-nav.settings > li {
13931
+ float: none;
13932
+ display: block;
13933
+ }
13934
+
13935
+ .wpdt-c .bootstrap-select.btn-group .dropdown-menu li {
13936
+ display: block;
13937
+ }
13938
+
13939
+ .wpdt-c .card .card-header.wdt-admin-card-header h2 span {
13940
+ font-size: 16px;
13941
+ }
13942
+
13943
+ .wpdt-c .card .card-header h2 small {
13944
+ font-size: 12px;
13945
+ font-weight: 400;
13946
+ color: #999;
13947
+ }
13948
+
13949
+ .wpdt-c .checkbox .input-helper:after {
13950
+ font-size: 14px;
13951
+ }
assets/css/dragula/dragula.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80)}.gu-hide{display:none!important}.gu-unselectable{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";filter:alpha(opacity=20)}
assets/css/material-design-iconic-font/.bower.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 ADDED
@@ -0,0 +1,5166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 ADDED
@@ -0,0 +1 @@
 
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 ADDED
Binary file
assets/css/material-design-iconic-font/fonts/Material-Design-Iconic-Font.svg ADDED
@@ -0,0 +1,787 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 ADDED
Binary file
assets/css/material-design-iconic-font/fonts/Material-Design-Iconic-Font.woff ADDED
Binary file
assets/css/material-design-iconic-font/fonts/Material-Design-Iconic-Font.woff2 ADDED
Binary file
assets/css/uikit/uikit.css ADDED
@@ -0,0 +1,3227 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .wpdt-c .t-view[data-tv-type="image"]:before {
2
+ content: "\f17f";
3
+ background: #4CAF50;
4
+ box-shadow: 0 0 0 1px #4CAF50;
5
+ }
6
+
7
+ .wpdt-c .t-view[data-tv-type="image"]:after {
8
+ background: #4CAF50;
9
+ }
10
+
11
+ .wpdt-c .t-view[data-tv-type="video"]:before {
12
+ content: "\f3a9";
13
+ background: #FFC107;
14
+ box-shadow: 0 0 0 1px #FFC107;
15
+ }
16
+
17
+ .wpdt-c .t-view[data-tv-type="video"]:after {
18
+ background: #FFC107;
19
+ }
20
+
21
+ .wpdt-c .t-view .tvb-stats {
22
+ list-style: none;
23
+ padding: 0;
24
+ margin: 10px 0 20px;
25
+ }
26
+
27
+ .wpdt-c .t-view .tvb-stats > li {
28
+ display: inline-block;
29
+ padding: 5px 10px 6px;
30
+ border: 1px solid #ccc;
31
+ margin-right: 2px;
32
+ }
33
+
34
+ .wpdt-c .t-view .tvb-stats > li i {
35
+ font-size: 15px;
36
+ line-height: 100%;
37
+ vertical-align: top;
38
+ margin-top: 2px;
39
+ }
40
+
41
+ .wpdt-c .t-view .tvb-stats > li.tvbs-comments {
42
+ border-color: #4CAF50;
43
+ color: #4CAF50;
44
+ }
45
+
46
+ .wpdt-c .t-view .tvb-stats > li.tvbs-likes {
47
+ border-color: #03A9F4;
48
+ color: #03A9F4;
49
+ }
50
+
51
+ .wpdt-c .t-view .tvb-stats > li.tvbs-views {
52
+ border-color: #FF9800;
53
+ color: #FF9800;
54
+ }
55
+
56
+ .wpdt-c .tv-comments .tvc-lists {
57
+ padding: 0;
58
+ list-style: none;
59
+ margin: 0;
60
+ }
61
+
62
+ .wpdt-c .tv-comments .tvc-lists > li {
63
+ padding: 15px 20px;
64
+ margin: 0;
65
+ border-top: 1px solid #eee;
66
+ }
67
+
68
+ .wpdt-c .tvc-more {
69
+ color: #333;
70
+ display: block;
71
+ margin-bottom: -10px;
72
+ }
73
+
74
+ .wpdt-c .tvc-more:hover {
75
+ color: #000;
76
+ }
77
+
78
+ .wpdt-c .tvc-more i {
79
+ vertical-align: middle;
80
+ margin-right: 5px;
81
+ }
82
+
83
+ .wpdt-c .p-header {
84
+ position: relative;
85
+ margin: 0 -7px;
86
+ }
87
+
88
+ .wpdt-c .p-header .actions {
89
+ position: absolute;
90
+ top: -18px;
91
+ right: 0;
92
+ }
93
+
94
+ .wpdt-c .p-menu {
95
+ list-style: none;
96
+ padding: 0 5px;
97
+ margin: 0 0 30px;
98
+ }
99
+
100
+ .wpdt-c .p-menu > li {
101
+ display: inline-block;
102
+ vertical-align: top;
103
+ }
104
+
105
+ .wpdt-c .p-menu > li > a {
106
+ display: block;
107
+ padding: 5px 20px 5px 0;
108
+ font-weight: 500;
109
+ text-transform: uppercase;
110
+ font-size: 15px;
111
+ }
112
+
113
+ .wpdt-c .p-menu > li > a > i {
114
+ margin-right: 4px;
115
+ font-size: 20px;
116
+ vertical-align: middle;
117
+ margin-top: -5px;
118
+ }
119
+
120
+ .wpdt-c .p-menu > li:not(.active) > a {
121
+ color: #4285F4;
122
+ }
123
+
124
+ .wpdt-c .p-menu > li:not(.active) > a:hover {
125
+ color: #333;
126
+ }
127
+
128
+ .wpdt-c .p-menu > li.active > a {
129
+ color: #000;
130
+ }
131
+
132
+ @media (max-width: 991px) {
133
+ .p-menu .pm-search {
134
+ margin: 20px 2px 30px;
135
+ display: block;
136
+ }
137
+
138
+ .p-menu .pm-search input[type="text"] {
139
+ width: 100%;
140
+ border: 1px solid #ccc;
141
+ }
142
+ }
143
+
144
+ .wpdt-c .p-menu .pms-inner {
145
+ margin: -2px 0 0;
146
+ position: relative;
147
+ top: -2px;
148
+ overflow: hidden;
149
+ white-space: nowrap;
150
+ }
151
+
152
+ .wpdt-c .p-menu .pms-inner i {
153
+ vertical-align: top;
154
+ font-size: 20px;
155
+ line-height: 100%;
156
+ position: absolute;
157
+ left: 9px;
158
+ top: 8px;
159
+ color: #333;
160
+ }
161
+
162
+ .wpdt-c .p-menu .pms-inner input[type="text"] {
163
+ height: 35px;
164
+ border-radius: 2px;
165
+ padding: 0 10px 0 40px;
166
+ }
167
+
168
+ @media (min-width: 768px) {
169
+ .wpdt-c .p-menu .pms-inner input[type="text"] {
170
+ border: 1px solid #fff;
171
+ width: 50px;
172
+ background: transparent;
173
+ position: relative;
174
+ z-index: 1;
175
+ -webkit-transition: all;
176
+ -o-transition: all;
177
+ transition: all;
178
+ -webkit-transition-duration: 300ms;
179
+ transition-duration: 300ms;
180
+ }
181
+
182
+ .wpdt-c .p-menu .pms-inner input[type="text"]:focus {
183
+ border-color: #DFDFDF;
184
+ width: 200px;
185
+ }
186
+ }
187
+
188
+ .wpdt-c .photos {
189
+ margin: 2px 0 0;
190
+ }
191
+
192
+ .wpdt-c .photos .lightbox {
193
+ margin: 0 -8px;
194
+ }
195
+
196
+ .wpdt-c .photos:not(.p-timeline) [data-src] {
197
+ padding: 3px;
198
+ -webkit-transition: all;
199
+ -o-transition: all;
200
+ transition: all;
201
+ -webkit-transition-duration: 150ms;
202
+ transition-duration: 150ms;
203
+ }
204
+
205
+ .wpdt-c .p-timeline {
206
+ position: relative;
207
+ padding-left: 80px;
208
+ margin-bottom: 75px;
209
+ }
210
+
211
+ .wpdt-c .p-timeline [data-src] {
212
+ float: left;
213
+ width: 70px;
214
+ height: 70px;
215
+ margin: 0 3px 3px 0;
216
+ }
217
+
218
+ .wpdt-c .p-timeline:last-child .pt-line:before {
219
+ height: 100%;
220
+ }
221
+
222
+ .wpdt-c .ptb-title {
223
+ font-size: 15px;
224
+ font-weight: 400;
225
+ margin-bottom: 20px;
226
+ }
227
+
228
+ .wpdt-c .pt-line {
229
+ position: absolute;
230
+ left: 0;
231
+ top: 0;
232
+ height: 100%;
233
+ line-height: 14px;
234
+ }
235
+
236
+ .wpdt-c .pt-line:before,
237
+ .wpdt-c .pt-line:after {
238
+ content: "";
239
+ position: absolute;
240
+ }
241
+
242
+ .wpdt-c .pt-line:before {
243
+ width: 1px;
244
+ height: calc(100% + 63px);
245
+ background: #E2E2E2;
246
+ top: 14px;
247
+ right: -20px;
248
+ }
249
+
250
+ .wpdt-c .pt-line:after {
251
+ top: 2px;
252
+ right: -26px;
253
+ width: 13px;
254
+ height: 13px;
255
+ border: 1px solid #C1C1C1;
256
+ border-radius: 50%;
257
+ }
258
+
259
+ .wpdt-c .contacts:not(.c-profile) {
260
+ padding: 0 8px;
261
+ }
262
+
263
+ .wpdt-c .contacts > [class*="col-"] {
264
+ padding: 0 10px;
265
+ }
266
+
267
+ .wpdt-c .contacts .c-item {
268
+ border: 1px solid #e2e2e2;
269
+ border-radius: 2px;
270
+ margin-bottom: 24px;
271
+ }
272
+
273
+ .wpdt-c .contacts .c-item .ci-avatar {
274
+ display: block;
275
+ }
276
+
277
+ .wpdt-c .contacts .c-item .ci-avatar img {
278
+ width: 100%;
279
+ border-radius: 2px 2px 0 0;
280
+ }
281
+
282
+ .wpdt-c .contacts .ci-avatar {
283
+ margin: -1px -1px 0;
284
+ }
285
+
286
+ .wpdt-c .contacts .c-info {
287
+ text-align: center;
288
+ margin-top: 15px;
289
+ padding: 0 5px;
290
+ }
291
+
292
+ .wpdt-c .contacts .c-info strong {
293
+ color: #000;
294
+ font-size: 14px;
295
+ font-weight: 500;
296
+ }
297
+
298
+ .wpdt-c .contacts .c-info small {
299
+ color: #999;
300
+ margin-top: 3px;
301
+ }
302
+
303
+ .wpdt-c .contacts .c-info strong,
304
+ .wpdt-c .contacts .c-info small {
305
+ overflow: hidden;
306
+ text-overflow: ellipsis;
307
+ white-space: nowrap;
308
+ display: block;
309
+ }
310
+
311
+ .wpdt-c .contacts .c-footer {
312
+ border-top: 1px solid #e2e2e2;
313
+ margin-top: 18px;
314
+ }
315
+
316
+ .wpdt-c .contacts .c-footer > button {
317
+ padding: 7px 10px;
318
+ color: #333;
319
+ display: block;
320
+ width: 100%;
321
+ text-align: center;
322
+ font-weight: 500;
323
+ border-radius: 2px;
324
+ background: #fff;
325
+ border: 0;
326
+ }
327
+
328
+ .wpdt-c .contacts .c-footer > button > i {
329
+ font-size: 16px;
330
+ vertical-align: middle;
331
+ margin-top: -3px;
332
+ }
333
+
334
+ .wpdt-c .z-depth-1 {
335
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
336
+ }
337
+
338
+ .wpdt-c .z-depth-1-top {
339
+ box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
340
+ }
341
+
342
+ .wpdt-c .z-depth-1-bottom {
343
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
344
+ }
345
+
346
+ .wpdt-c .z-depth-2 {
347
+ box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
348
+ }
349
+
350
+ .wpdt-c .z-depth-2-top {
351
+ box-shadow: 0 6px 20px rgba(0, 0, 0, 0.19);
352
+ }
353
+
354
+ .wpdt-c .z-depth-2-bottom {
355
+ box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
356
+ }
357
+
358
+ .wpdt-c .z-depth-3 {
359
+ box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
360
+ }
361
+
362
+ .wpdt-c .z-depth-3-top {
363
+ box-shadow: 0 17px 50px rgba(0, 0, 0, 0.19);
364
+ }
365
+
366
+ .wpdt-c .z-depth-3-bottom {
367
+ box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24);
368
+ }
369
+
370
+ .wpdt-c .z-depth-4 {
371
+ box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22), 0 25px 55px rgba(0, 0, 0, 0.21);
372
+ }
373
+
374
+ .wpdt-c .z-depth-4-top {
375
+ box-shadow: 0 25px 55px rgba(0, 0, 0, 0.21);
376
+ }
377
+
378
+ .wpdt-c .z-depth-4-bottom {
379
+ box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
380
+ }
381
+
382
+ .wpdt-c .z-depth-5 {
383
+ box-shadow: 0 27px 24px rgba(0, 0, 0, 0.2), 0 40px 77px rgba(0, 0, 0, 0.22);
384
+ }
385
+
386
+ .wpdt-c .z-depth-5-top {
387
+ box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22);
388
+ }
389
+
390
+ .wpdt-c .z-depth-5-bottom {
391
+ box-shadow: 0 27px 24px rgba(0, 0, 0, 0.2);
392
+ }
393
+
394
+ .wpdt-c .z-depth-animation .z-depth-1,
395
+ .wpdt-c .z-depth-animation .z-depth-2,
396
+ .wpdt-c .z-depth-animation .z-depth-3,
397
+ .wpdt-c .z-depth-animation .z-depth-4,
398
+ .wpdt-c .z-depth-animation .z-depth-5 {
399
+ transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
400
+ }
401
+
402
+ /*--------------------------------------------------
403
+ Block Header
404
+ Used for Heading outside the Cards.
405
+ ---------------------------------------------------*/
406
+
407
+ .wpdt-c .block-header {
408
+ margin-bottom: 25px;
409
+ position: relative;
410
+ }
411
+
412
+ @media screen and (min-width: 768px) {
413
+ .wpdt-c .block-header {
414
+ padding: 0 22px;
415
+ }
416
+ }
417
+
418
+ @media screen and (max-width: 991px) {
419
+ .wpdt-c .block-header {
420
+ padding: 0 18px;
421
+ }
422
+ }
423
+
424
+ .wpdt-c .block-header > h2 {
425
+ font-size: 15px;
426
+ color: #777;
427
+ margin: 0;
428
+ font-weight: 400;
429
+ text-transform: uppercase;
430
+ }
431
+
432
+ .wpdt-c .block-header > h2 > small {
433
+ display: block;
434
+ text-transform: none;
435
+ margin-top: 8px;
436
+ margin-bottom: 20px;
437
+ color: #9E9E9E;
438
+ line-height: 140%;
439
+ }
440
+
441
+ .wpdt-c .block-header .actions {
442
+ position: absolute;
443
+ right: 10px;
444
+ top: -5px;
445
+ z-index: 4;
446
+ }
447
+
448
+ /*-------------------------
449
+ Actions
450
+ --------------------------*/
451
+
452
+ .wpdt-c .actions {
453
+ list-style: none;
454
+ padding: 0;
455
+ z-index: 3;
456
+ margin: 0;
457
+ }
458
+
459
+ .wpdt-c .actions > li {
460
+ display: inline-block;
461
+ vertical-align: baseline;
462
+ }
463
+
464
+ .wpdt-c .actions > li > a,
465
+ .wpdt-c .actions > a {
466
+ width: 30px;
467
+ height: 30px;
468
+ display: inline-block;
469
+ text-align: center;
470
+ padding-top: 5px;
471
+ }
472
+
473
+ .wpdt-c .actions > li > a > i,
474
+ .wpdt-c .actions > a > i {
475
+ color: #adadad;
476
+ font-size: 20px;
477
+ }
478
+
479
+ .wpdt-c .actions > li > a:hover > i,
480
+ .wpdt-c .actions > a:hover > i {
481
+ color: #000;
482
+ }
483
+
484
+ .wpdt-c .actions > li.open > a > i,
485
+ .wpdt-c .actions.open > a > i {
486
+ color: #000;
487
+ }
488
+
489
+ .wpdt-c .actions > li.open > a:before,
490
+ .wpdt-c .actions.open > a:before {
491
+ -webkit-transform: scale(1);
492
+ -ms-transform: scale(1);
493
+ -o-transform: scale(1);
494
+ transform: scale(1);
495
+ opacity: 1;
496
+ filter: alpha(opacity=100);
497
+ }
498
+
499
+ .wpdt-c .actions.actions-alt > li > a > i {
500
+ color: #fff;
501
+ }
502
+
503
+ .wpdt-c .actions.actions-alt > li > a > i:hover {
504
+ color: #fff;
505
+ }
506
+
507
+ .wpdt-c .actions.actions-alt > li.open > a > i {
508
+ color: #fff;
509
+ }
510
+
511
+ .wpdt-c .actions.open {
512
+ z-index: 4;
513
+ }
514
+
515
+ /*-------------------------
516
+ Collapse Menu Icons
517
+ --------------------------*/
518
+
519
+ .wpdt-c .line-wrap {
520
+ width: 18px;
521
+ height: 12px;
522
+ -webkit-transition: all;
523
+ -o-transition: all;
524
+ transition: all;
525
+ -webkit-transition-duration: 300ms;
526
+ transition-duration: 300ms;
527
+ margin: 12px 20px;
528
+ }
529
+
530
+ .wpdt-c .line-wrap .line {
531
+ width: 18px;
532
+ height: 2px;
533
+ -webkit-transition: all;
534
+ -o-transition: all;
535
+ transition: all;
536
+ -webkit-transition-duration: 300ms;
537
+ transition-duration: 300ms;
538
+ background-color: #fff;
539
+ }
540
+
541
+ .wpdt-c .line-wrap .line.center {
542
+ margin: 3px 0;
543
+ }
544
+
545
+ .wpdt-c .toggled .line-wrap {
546
+ -webkit-transform: rotate(180deg);
547
+ -ms-transform: rotate(180deg);
548
+ -o-transform: rotate(180deg);
549
+ transform: rotate(180deg);
550
+ }
551
+
552
+ .wpdt-c .toggled .line-wrap .line.top {
553
+ width: 12px;
554
+ transform: translateX(8px) translateY(1px) rotate(45deg);
555
+ -webkit-transform: translateX(8px) translateY(1px) rotate(45deg);
556
+ }
557
+
558
+ .wpdt-c .toggled .line-wrap .line.bottom {
559
+ width: 12px;
560
+ transform: translateX(8px) translateY(-1px) rotate(-45deg);
561
+ -webkit-transform: translateX(8px) translateY(-1px) rotate(-45deg);
562
+ }
563
+
564
+ /*-------------------------
565
+ Load More
566
+ --------------------------*/
567
+
568
+ .wpdt-c .load-more {
569
+ text-align: center;
570
+ margin-top: 30px;
571
+ }
572
+
573
+ .wpdt-c .load-more a {
574
+ padding: 8px 10px 6px;
575
+ display: inline-block;
576
+ background-color: #F44336;
577
+ color: #FFF;
578
+ border-radius: 2px;
579
+ white-space: nowrap;
580
+ }
581
+
582
+ .wpdt-c .load-more a i {
583
+ font-size: 20px;
584
+ vertical-align: middle;
585
+ position: relative;
586
+ margin-top: -2px;
587
+ }
588
+
589
+ .wpdt-c .load-more a:hover {
590
+ background-color: #ea1c0d;
591
+ }
592
+
593
+ /*-------------------------
594
+ View More
595
+ --------------------------*/
596
+
597
+ .wpdt-c .view-more {
598
+ display: block;
599
+ text-align: center;
600
+ padding: 10px 10px 11px;
601
+ line-height: 100%;
602
+ font-size: 11px;
603
+ margin-top: 20px;
604
+ text-transform: uppercase;
605
+ color: #777777;
606
+ }
607
+
608
+ .wpdt-c .view-more:hover {
609
+ color: #5E5E5E;
610
+ }
611
+
612
+ /*-------------------------
613
+ Page Loader
614
+ --------------------------*/
615
+
616
+ html:not(.ismobile) .page-loader {
617
+ background: #fff;
618
+ position: fixed;
619
+ width: 100%;
620
+ height: 100%;
621
+ top: 0;
622
+ left: 0;
623
+ z-index: 1000;
624
+ }
625
+
626
+ html:not(.ismobile) .page-loader .preloader {
627
+ width: 50px;
628
+ position: absolute;
629
+ left: 50%;
630
+ margin-left: -25px;
631
+ top: 50%;
632
+ margin-top: -55px;
633
+ -webkit-animation-name: fadeIn;
634
+ animation-name: fadeIn;
635
+ -webkit-animation-duration: 3000ms;
636
+ animation-duration: 3000ms;
637
+ -webkit-animation-fill-mode: both;
638
+ animation-fill-mode: both;
639
+ }
640
+
641
+ html:not(.ismobile) .page-loader .preloader p {
642
+ white-space: nowrap;
643
+ position: relative;
644
+ left: -9px;
645
+ top: 22px;
646
+ color: #CCC;
647
+ }
648
+
649
+ html.ismobile .page-loader {
650
+ display: none;
651
+ }
652
+
653
+ /*----------------------------------------
654
+ Action Header
655
+ -----------------------------------------*/
656
+
657
+ .wpdt-c .action-header {
658
+ padding: 25px 30px;
659
+ line-height: 100%;
660
+ position: relative;
661
+ z-index: 1;
662
+ min-height: 65px;
663
+ background-color: #F7F7F7;
664
+ }
665
+
666
+ .wpdt-c .action-header .actions {
667
+ position: absolute;
668
+ top: 18px;
669
+ right: 17px;
670
+ z-index: 10;
671
+ }
672
+
673
+ .wpdt-c .ah-label {
674
+ font-size: 15px;
675
+ }
676
+
677
+ .wpdt-c .ah-search {
678
+ position: absolute;
679
+ top: 0;
680
+ left: 0;
681
+ height: 100%;
682
+ width: 100%;
683
+ z-index: 11;
684
+ background-color: #454E53;
685
+ display: none;
686
+ }
687
+
688
+ .wpdt-c .ahs-input {
689
+ border: 0;
690
+ padding: 0 26px;
691
+ height: 100%;
692
+ font-size: 15px;
693
+ width: 100%;
694
+ line-height: 60px;
695
+ background-color: #F7F7F7;
696
+ }
697
+
698
+ .wpdt-c .ahs-close {
699
+ font-style: normal;
700
+ position: absolute;
701
+ top: 23px;
702
+ right: 25px;
703
+ font-size: 17px;
704
+ line-height: 100%;
705
+ text-align: center;
706
+ cursor: pointer;
707
+ background: #E2E2E2;
708
+ width: 18px;
709
+ height: 18px;
710
+ color: #6B6B6B;
711
+ border-radius: 50%;
712
+ }
713
+
714
+ .wpdt-c .ahs-close:hover {
715
+ opacity: 0.8;
716
+ }
717
+
718
+ /*----------------------------------
719
+ Backdrop
720
+ -----------------------------------*/
721
+
722
+ .wpdt-c .ma-backdrop {
723
+ position: fixed;
724
+ width: 100%;
725
+ height: 100%;
726
+ left: 0;
727
+ top: 0;
728
+ z-index: 9;
729
+ cursor: pointer;
730
+ }
731
+
732
+ /*----------------------------------
733
+ Avatar
734
+ -----------------------------------*/
735
+
736
+ [class*="avatar-img"] {
737
+ border-radius: 50%;
738
+ }
739
+
740
+ .wpdt-c .avatar-img {
741
+ width: 42px;
742
+ }
743
+
744
+ .wpdt-c .ie-warning {
745
+ position: fixed;
746
+ top: 0;
747
+ left: 0;
748
+ z-index: 9999;
749
+ background: #000000;
750
+ width: 100%;
751
+ height: 100%;
752
+ text-align: center;
753
+ color: #fff;
754
+ font-family: "Courier New", Courier, monospace;
755
+ padding: 50px 0;
756
+ }
757
+
758
+ .wpdt-c .ie-warning p {
759
+ font-size: 17px;
760
+ }
761
+
762
+ .wpdt-c .ie-warning .iew-container {
763
+ min-width: 1024px;
764
+ width: 100%;
765
+ height: 200px;
766
+ background: #fff;
767
+ margin: 50px 0;
768
+ }
769
+
770
+ .wpdt-c .ie-warning .iew-download {
771
+ list-style: none;
772
+ padding: 30px 0;
773
+ margin: 0 auto;
774
+ width: 720px;
775
+ }
776
+
777
+ .wpdt-c .ie-warning .iew-download > li {
778
+ float: left;
779
+ vertical-align: top;
780
+ }
781
+
782
+ .wpdt-c .ie-warning .iew-download > li > a {
783
+ display: block;
784
+ color: #000;
785
+ width: 140px;
786
+ font-size: 15px;
787
+ padding: 15px 0;
788
+ }
789
+
790
+ .wpdt-c .ie-warning .iew-download > li > a > div {
791
+ margin-top: 10px;
792
+ }
793
+
794
+ .wpdt-c .ie-warning .iew-download > li > a:hover {
795
+ background-color: #eee;
796
+ }
797
+
798
+ .wpdt-c #footer {
799
+ position: absolute;
800
+ bottom: 0;
801
+ text-align: center;
802
+ width: 100%;
803
+ height: 110px;
804
+ color: #a2a2a2;
805
+ padding-top: 35px;
806
+ padding-bottom: 15px;
807
+ }
808
+
809
+ @media (min-width: 1280px) {
810
+ .wpdt-c #footer {
811
+ padding-left: 268px;
812
+ }
813
+ }
814
+
815
+ .wpdt-c #footer .f-menu {
816
+ display: block;
817
+ width: 100%;
818
+ padding-left: 0;
819
+ list-style: none;
820
+ margin-left: -5px;
821
+ margin-top: 8px;
822
+ }
823
+
824
+ .wpdt-c #footer .f-menu > li {
825
+ display: inline-block;
826
+ padding-left: 5px;
827
+ padding-right: 5px;
828
+ }
829
+
830
+ .wpdt-c #footer .f-menu > li > a {
831
+ color: #a2a2a2;
832
+ }
833
+
834
+ .wpdt-c #footer .f-menu > li > a:hover {
835
+ color: #777;
836
+ }
837
+
838
+ .wpdt-c .sidebar-toggled #footer {
839
+ display: none;
840
+ }
841
+
842
+ .wpdt-c .pt-inner {
843
+ text-align: center;
844
+ }
845
+
846
+ .wpdt-c .pt-inner .pti-header {
847
+ padding: 45px 10px 70px;
848
+ color: #fff;
849
+ position: relative;
850
+ margin-bottom: 15px;
851
+ }
852
+
853
+ .wpdt-c .pt-inner .pti-header > h2 {
854
+ margin: 0;
855
+ line-height: 100%;
856
+ color: #fff;
857
+ font-weight: 100;
858
+ font-size: 50px;
859
+ }
860
+
861
+ .wpdt-c .pt-inner .pti-header > h2 small {
862
+ color: #fff;
863
+ letter-spacing: 0;
864
+ vertical-align: top;
865
+ font-size: 16px;
866
+ font-weight: 100;
867
+ }
868
+
869
+ .wpdt-c .pt-inner .pti-header .ptih-title {
870
+ background-color: rgba(0, 0, 0, 0.1);
871
+ padding: 8px 10px 9px;
872
+ text-transform: uppercase;
873
+ margin: 0 -10px;
874
+ position: absolute;
875
+ width: 100%;
876
+ bottom: 0;
877
+ }
878
+
879
+ .wpdt-c .pt-inner .pti-body {
880
+ padding: 0 23px;
881
+ }
882
+
883
+ .wpdt-c .pt-inner .pti-body .ptib-item {
884
+ padding: 15px 0;
885
+ font-weight: 400;
886
+ }
887
+
888
+ .wpdt-c .pt-inner .pti-body .ptib-item:not(:last-child) {
889
+ border-bottom: 1px solid #eee;
890
+ }
891
+
892
+ .wpdt-c .pt-inner .pti-footer {
893
+ padding: 10px 20px 30px;
894
+ }
895
+
896
+ .wpdt-c .pt-inner .pti-footer > a {
897
+ width: 60px;
898
+ height: 60px;
899
+ border-radius: 50%;
900
+ text-align: center;
901
+ color: #fff;
902
+ display: inline-block;
903
+ line-height: 60px;
904
+ font-size: 30px;
905
+ -webkit-transition: all;
906
+ -o-transition: all;
907
+ transition: all;
908
+ -webkit-transition-duration: 300ms;
909
+ transition-duration: 300ms;
910
+ }
911
+
912
+ .wpdt-c .pt-inner .pti-footer > a:hover {
913
+ opacity: 0.85;
914
+ filter: alpha(opacity=85);
915
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
916
+ }
917
+
918
+ .wpdt-c .invoice {
919
+ min-width: 1100px;
920
+ max-width: 1170px;
921
+ }
922
+
923
+ .wpdt-c .i-logo {
924
+ width: 150px;
925
+ }
926
+
927
+ .wpdt-c .i-table .highlight {
928
+ background-color: #eee;
929
+ border-bottom: 1px solid #e6e6e6;
930
+ }
931
+
932
+ .wpdt-c .i-table td.highlight {
933
+ font-size: 14px;
934
+ font-weight: 500;
935
+ }
936
+
937
+ /*-------------------------------
938
+ Post
939
+ --------------------------------*/
940
+
941
+ .wpdt-c .wp-text {
942
+ border: 0;
943
+ display: block;
944
+ width: 100%;
945
+ resize: none !important;
946
+ padding: 20px 25px;
947
+ }
948
+
949
+ .wpdt-c .wp-media {
950
+ background: #F7F7F7;
951
+ border: 1px solid #E4E4E4;
952
+ padding: 12px 15px;
953
+ margin: 10px 20px 20px;
954
+ text-align: center;
955
+ }
956
+
957
+ .wpdt-c .wp-actions {
958
+ padding: 10px 15px 10px 20px;
959
+ background-color: #F7F7F7;
960
+ }
961
+
962
+ .wpdt-c .wpa-media-list > a {
963
+ font-size: 20px;
964
+ margin-right: 8px;
965
+ }
966
+
967
+ .wpdt-c .wpa-media-list > a:hover {
968
+ opacity: 0.7;
969
+ filter: alpha(opacity=70);
970
+ }
971
+
972
+ /*-------------------------------
973
+ Post Listings
974
+ --------------------------------*/
975
+
976
+ .wpdt-c .wis-numbers {
977
+ float: left;
978
+ }
979
+
980
+ .wpdt-c .wis-numbers > span {
981
+ margin-right: -1px;
982
+ padding: 7px 12px;
983
+ border: 1px solid #E0E0E0;
984
+ float: left;
985
+ font-weight: 500;
986
+ }
987
+
988
+ .wpdt-c .wis-numbers > span > i {
989
+ line-height: 100%;
990
+ vertical-align: top;
991
+ position: relative;
992
+ top: 3px;
993
+ font-size: 15px;
994
+ margin-right: 2px;
995
+ }
996
+
997
+ .wpdt-c .wis-numbers > span.active {
998
+ color: #4CAF50;
999
+ }
1000
+
1001
+ .wpdt-c .wis-commentors {
1002
+ float: right;
1003
+ }
1004
+
1005
+ .wpdt-c .wis-commentors > a {
1006
+ display: inline-block;
1007
+ margin-left: 2px;
1008
+ }
1009
+
1010
+ .wpdt-c .wis-commentors > a > img {
1011
+ width: 33px;
1012
+ height: 33px;
1013
+ border-radius: 50%;
1014
+ }
1015
+
1016
+ .wpdt-c .wis-commentors > a > img:hover {
1017
+ opacity: 0.85;
1018
+ filter: alpha(opacity=85);
1019
+ }
1020
+
1021
+ /*-------------------------------
1022
+ Post Gallery
1023
+ --------------------------------*/
1024
+
1025
+ .wpdt-c .wi-preview {
1026
+ text-align: center;
1027
+ }
1028
+
1029
+ @media screen and (min-width: 768px) {
1030
+ .wpdt-c .wi-preview {
1031
+ margin: 0 -23px 20px;
1032
+ }
1033
+ }
1034
+
1035
+ @media screen and (max-width: 991px) {
1036
+ .wpdt-c .wi-preview {
1037
+ margin: 0 -16px 20px;
1038
+ }
1039
+ }
1040
+
1041
+ .wpdt-c .wi-preview .wip-item {
1042
+ display: block;
1043
+ float: left;
1044
+ position: relative;
1045
+ overflow: hidden;
1046
+ border: 2px solid #fff;
1047
+ background-repeat: no-repeat;
1048
+ -webkit-background-size: cover;
1049
+ -moz-background-size: cover;
1050
+ -o-background-size: cover;
1051
+ background-size: cover;
1052
+ background-position: center;
1053
+ cursor: pointer;
1054
+ }
1055
+
1056
+ .wpdt-c .wi-preview .wip-item:hover {
1057
+ opacity: 0.9;
1058
+ filter: alpha(opacity=90);
1059
+ }
1060
+
1061
+ .wpdt-c .wi-preview .wip-item > img {
1062
+ display: none;
1063
+ }
1064
+
1065
+ .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(2),
1066
+ .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(2) ~ div {
1067
+ width: 50%;
1068
+ padding-bottom: 40%;
1069
+ }
1070
+
1071
+ .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(3),
1072
+ .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(3) ~ div,
1073
+ .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(4),
1074
+ .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(4) ~ div:not(:last-child),
1075
+ .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(5),
1076
+ .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(5) ~ div:not(:nth-last-of-type(-n+2)),
1077
+ .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(6),
1078
+ .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(6) ~ div,
1079
+ .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(7) ~ div:nth-last-of-type(-n+3) {
1080
+ width: 33.333333%;
1081
+ padding-bottom: 30%;
1082
+ }
1083
+
1084
+ .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(5) ~ div:nth-last-of-type(-n+2) {
1085
+ width: 50%;
1086
+ padding-bottom: 40%;
1087
+ }
1088
+
1089
+ .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(7),
1090
+ .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(7) ~ div:not(:nth-last-of-type(-n+3)),
1091
+ .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(n+8),
1092
+ .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(n+8) ~ div {
1093
+ width: 25%;
1094
+ padding-bottom: 22%;
1095
+ }
1096
+
1097
+ .wpdt-c .wi-preview .wip-item:only-child,
1098
+ .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(4) ~ div:nth-child(4) {
1099
+ width: 100%;
1100
+ padding-bottom: 50%;
1101
+ }
1102
+
1103
+ /*-------------------------------
1104
+ Post Comments
1105
+ --------------------------------*/
1106
+
1107
+ .wpdt-c .wi-comments {
1108
+ background: #F7F7F7;
1109
+ }
1110
+
1111
+ .wpdt-c .wi-comments .list-group {
1112
+ margin-bottom: -10px;
1113
+ padding-top: 10px;
1114
+ }
1115
+
1116
+ .wpdt-c .wic-form {
1117
+ padding: 20px 23px;
1118
+ }
1119
+
1120
+ .wpdt-c .wic-form textarea {
1121
+ width: 100%;
1122
+ resize: none;
1123
+ border: 1px solid #E8E8E8;
1124
+ padding: 12px 15px;
1125
+ height: 45px;
1126
+ }
1127
+
1128
+ .wpdt-c .wic-form.toggled textarea {
1129
+ height: auto;
1130
+ }
1131
+
1132
+ .wpdt-c .wic-form.toggled .wicf-actions {
1133
+ display: block;
1134
+ }
1135
+
1136
+ .wpdt-c .wicf-actions {
1137
+ margin-top: 10px;
1138
+ display: none;
1139
+ }
1140
+
1141
+ /*----------------------------------------------------------
1142
+ For header type 1 only
1143
+ You may remove these if you opt header 2
1144
+ -----------------------------------------------------------*/
1145
+
1146
+ .wpdt-c #header .skin-switch {
1147
+ padding: 10px 0 2px;
1148
+ text-align: center;
1149
+ }
1150
+
1151
+ .wpdt-c #header .ss-skin {
1152
+ width: 16px;
1153
+ height: 16px;
1154
+ border-radius: 50%;
1155
+ cursor: pointer;
1156
+ display: inline-block;
1157
+ margin: 2px 3px;
1158
+ }
1159
+
1160
+ /* ----------------------------- End header type 1 ------------------------------------- */
1161
+
1162
+ /*----------------------------------------------------------
1163
+ For header type 2 only
1164
+ You may remove these if you opt header 1
1165
+ -----------------------------------------------------------*/
1166
+
1167
+ @media (min-width: 992px) {
1168
+ .wpdt-c #header-alt .skin-switch {
1169
+ position: absolute;
1170
+ right: 50px;
1171
+ bottom: 23px;
1172
+ z-index: 1;
1173
+ }
1174
+
1175
+ .wpdt-c #header-alt .skin-switch .btn {
1176
+ background: #fff;
1177
+ width: 50px;
1178
+ height: 50px;
1179
+ border-radius: 50%;
1180
+ font-size: 25px;
1181
+ z-index: 2;
1182
+ }
1183
+
1184
+ .wpdt-c #header-alt .skin-switch .dropdown-menu {
1185
+ display: block;
1186
+ min-width: 130px;
1187
+ height: 130px;
1188
+ border-radius: 50%;
1189
+ width: 130px;
1190
+ top: -42px;
1191
+ left: -40px;
1192
+ z-index: 1;
1193
+ -webkit-transform-origin: center;
1194
+ -moz-transform-origin: center;
1195
+ -ms-transform-origin: center;
1196
+ transform-origin: center;
1197
+ -webkit-transform: scale(0) rotate(-360deg);
1198
+ -ms-transform: scale(0) rotate(-360deg);
1199
+ -o-transform: scale(0) rotate(-360deg);
1200
+ transform: scale(0) rotate(-360deg);
1201
+ -webkit-transition-duration: 500ms;
1202
+ transition-duration: 500ms;
1203
+ }
1204
+
1205
+ .wpdt-c #header-alt .skin-switch .dropdown-menu .ss-skin {
1206
+ position: absolute;
1207
+ }
1208
+
1209
+ #header-alt .skin-switch .dropdown-menu .ss-skin.ss-1 {
1210
+ margin-left: -8px;
1211
+ top: 12px;
1212
+ left: 50%;
1213
+ }
1214
+
1215
+ .wpdt-c #header-alt .skin-switch .dropdown-menu .ss-skin.ss-2 {
1216
+ right: 24px;
1217
+ top: 26px;
1218
+ }
1219
+
1220
+ .wpdt-c #header-alt .skin-switch .dropdown-menu .ss-skin.ss-3 {
1221
+ top: 50%;
1222
+ margin-top: -8px;
1223
+ right: 12px;
1224
+ }
1225
+
1226
+ .wpdt-c #header-alt .skin-switch .dropdown-menu .ss-skin.ss-4 {
1227
+ right: 24px;
1228
+ bottom: 26px;
1229
+ }
1230
+
1231
+ .wpdt-c #header-alt .skin-switch .dropdown-menu .ss-skin.ss-5 {
1232
+ margin-left: -8px;
1233
+ bottom: 12px;
1234
+ left: 50%;
1235
+ }
1236
+
1237
+ .wpdt-c #header-alt .skin-switch .dropdown-menu .ss-skin.ss-6 {
1238
+ left: 24px;
1239
+ bottom: 26px;
1240
+ }
1241
+
1242
+ #header-alt .skin-switch .dropdown-menu .ss-skin.ss-7 {
1243
+ top: 50%;
1244
+ margin-top: -8px;
1245
+ left: 12px;
1246
+ }
1247
+
1248
+ #header-alt .skin-switch .dropdown-menu .ss-skin.ss-8 {
1249
+ left: 24px;
1250
+ top: 26px;
1251
+ }
1252
+
1253
+ #header-alt .skin-switch.open .dropdown-menu {
1254
+ -webkit-transform: scale(1) rotate(0deg);
1255
+ -ms-transform: scale(1) rotate(0deg);
1256
+ -o-transform: scale(1) rotate(0deg);
1257
+ transform: scale(1) rotate(0deg);
1258
+ }
1259
+ }
1260
+
1261
+ @media (max-width: 991px) {
1262
+ #header-alt .skin-switch {
1263
+ display: none;
1264
+ }
1265
+ }
1266
+
1267
+ /* ----------------------------- End header type 2 ------------------------------------- */
1268
+
1269
+ /*-----------------------------------------------------------
1270
+ Do not remove these
1271
+ This is common for both
1272
+ -----------------------------------------------------------*/
1273
+
1274
+ .wpdt-c .ss-skin {
1275
+ width: 16px;
1276
+ height: 16px;
1277
+ border-radius: 50%;
1278
+ cursor: pointer;
1279
+ }
1280
+
1281
+ .wpdt-c .ss-skin:hover {
1282
+ opacity: 0.8;
1283
+ filter: alpha(opacity=80);
1284
+ }
1285
+
1286
+ [data-ma-theme="lightblue"] {
1287
+ background-color: #03A9F4;
1288
+ }
1289
+
1290
+ [data-ma-theme="lightblue"] .ss-icon {
1291
+ color: #03A9F4;
1292
+ }
1293
+
1294
+ @media (max-width: 767px) {
1295
+ [data-ma-theme="lightblue"] .ha-menu {
1296
+ background: #03A9F4;
1297
+ }
1298
+ }
1299
+
1300
+ [data-ma-theme="bluegray"] {
1301
+ background-color: #607D8B;
1302
+ }
1303
+
1304
+ [data-ma-theme="bluegray"] .ss-icon {
1305
+ color: #607D8B;
1306
+ }
1307
+
1308
+ @media (max-width: 767px) {
1309
+ [data-ma-theme="bluegray"] .ha-menu {
1310
+ background: #607D8B;
1311
+ }
1312
+ }
1313
+
1314
+ [data-ma-theme="blue"] {
1315
+ background-color: #2196F3;
1316
+ }
1317
+
1318
+ [data-ma-theme="blue"] .ss-icon {
1319
+ color: #2196F3;
1320
+ }
1321
+
1322
+ @media (max-width: 767px) {
1323
+ [data-ma-theme="blue"] .ha-menu {
1324
+ background: #2196F3;
1325
+ }
1326
+ }
1327
+
1328
+ [data-ma-theme="purple"] {
1329
+ background-color: #BA68C8;
1330
+ }
1331
+
1332
+ [data-ma-theme="purple"] .ss-icon {
1333
+ color: #BA68C8;
1334
+ }
1335
+
1336
+ @media (max-width: 767px) {
1337
+ [data-ma-theme="purple"] .ha-menu {
1338
+ background: #BA68C8;
1339
+ }
1340
+ }
1341
+
1342
+ [data-ma-theme="orange"] {
1343
+ background-color: #FF9800;
1344
+ }
1345
+
1346
+ [data-ma-theme="orange"] .ss-icon {
1347
+ color: #FF9800;
1348
+ }
1349
+
1350
+ @media (max-width: 767px) {
1351
+ [data-ma-theme="orange"] .ha-menu {
1352
+ background: #FF9800;
1353
+ }
1354
+ }
1355
+
1356
+ [data-ma-theme="cyan"] {
1357
+ background-color: #00BCD4;
1358
+ }
1359
+
1360
+ [data-ma-theme="cyan"] .ss-icon {
1361
+ color: #00BCD4;
1362
+ }
1363
+
1364
+ @media (max-width: 767px) {
1365
+ [data-ma-theme="cyan"] .ha-menu {
1366
+ background: #00BCD4;
1367
+ }
1368
+ }
1369
+
1370
+ [data-ma-theme="green"] {
1371
+ background-color: #4CAF50;
1372
+ }
1373
+
1374
+ [data-ma-theme="green"] .ss-icon {
1375
+ color: #4CAF50;
1376
+ }
1377
+
1378
+ @media (max-width: 767px) {
1379
+ [data-ma-theme="green"] .ha-menu {
1380
+ background: #4CAF50;
1381
+ }
1382
+ }
1383
+
1384
+ [data-ma-theme="teal"] {
1385
+ background-color: #009688;
1386
+ }
1387
+
1388
+ [data-ma-theme="teal"] .ss-icon {
1389
+ color: #009688;
1390
+ }
1391
+
1392
+ @media (max-width: 767px) {
1393
+ [data-ma-theme="teal"] .ha-menu {
1394
+ background: #009688;
1395
+ }
1396
+ }
1397
+
1398
+ [data-ma-theme="pink"] {
1399
+ background-color: #E91E63;
1400
+ }
1401
+
1402
+ [data-ma-theme="pink"] .ss-icon {
1403
+ color: #E91E63;
1404
+ }
1405
+
1406
+ @media (max-width: 767px) {
1407
+ [data-ma-theme="pink"] .ha-menu {
1408
+ background: #E91E63;
1409
+ }
1410
+ }
1411
+
1412
+ .wpdt-c .preloader {
1413
+ position: relative;
1414
+ margin: 0px auto;
1415
+ display: inline-block;
1416
+ }
1417
+
1418
+ .wpdt-c .preloader:not([class*="pl-"]) {
1419
+ width: 40px;
1420
+ }
1421
+
1422
+ .wpdt-c .preloader:before {
1423
+ content: '';
1424
+ display: block;
1425
+ padding-top: 100%;
1426
+ }
1427
+
1428
+ .wpdt-c .preloader.pl-xs {
1429
+ width: 20px;
1430
+ }
1431
+
1432
+ .wpdt-c .preloader.pl-sm {
1433
+ width: 30px;
1434
+ }
1435
+
1436
+ .wpdt-c .preloader.pl-lg {
1437
+ width: 50px;
1438
+ }
1439
+
1440
+ .wpdt-c .preloader.pl-xl {
1441
+ width: 80px;
1442
+ }
1443
+
1444
+ .wpdt-c .preloader.pl-xxl {
1445
+ width: 100px;
1446
+ }
1447
+
1448
+ .wpdt-c .preloader:not([class*="pls-"]) .plc-path {
1449
+ animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
1450
+ }
1451
+
1452
+ .wpdt-c .preloader[class*="pls-"] .plc-path {
1453
+ animation: dash 1.5s ease-in-out infinite;
1454
+ }
1455
+
1456
+ .wpdt-c .preloader.pls-red .plc-path {
1457
+ stroke: #F44336;
1458
+ }
1459
+
1460
+ .wpdt-c .preloader.pls-blue .plc-path {
1461
+ stroke: #2196F3;
1462
+ }
1463
+
1464
+ .wpdt-c .preloader.pls-green .plc-path {
1465
+ stroke: #4CAF50;
1466
+ }
1467
+
1468
+ .wpdt-c .preloader.pls-yellow .plc-path {
1469
+ stroke: #FFEB3B;
1470
+ }
1471
+
1472
+ .wpdt-c .preloader.pls-bluegray .plc-path {
1473
+ stroke: #607D8B;
1474
+ }
1475
+
1476
+ .wpdt-c .preloader.pls-amber .plc-path {
1477
+ stroke: #FFC107;
1478
+ }
1479
+
1480
+ .wpdt-c .preloader.pls-teal .plc-path {
1481
+ stroke: #009688;
1482
+ }
1483
+
1484
+ .wpdt-c .preloader.pls-gray .plc-path {
1485
+ stroke: #9E9E9E;
1486
+ }
1487
+
1488
+ .wpdt-c .preloader.pls-pink .plc-path {
1489
+ stroke: #E91E63;
1490
+ }
1491
+
1492
+ .wpdt-c .preloader.pls-purple .plc-path {
1493
+ stroke: #BA68C8;
1494
+ }
1495
+
1496
+ .wpdt-c .preloader.pls-white .plc-path {
1497
+ stroke: #fff;
1498
+ }
1499
+
1500
+ .wpdt-c .pl-circular {
1501
+ animation: rotate 2s linear infinite;
1502
+ height: 100%;
1503
+ transform-origin: center center;
1504
+ width: 100%;
1505
+ position: absolute;
1506
+ top: 0;
1507
+ bottom: 0;
1508
+ left: 0;
1509
+ right: 0;
1510
+ margin: auto;
1511
+ }
1512
+
1513
+ .wpdt-c .plc-path {
1514
+ stroke-dasharray: 1,200;
1515
+ stroke-dashoffset: 0;
1516
+ stroke-linecap: round;
1517
+ stroke-width: 2;
1518
+ stroke-miterlimit: 10;
1519
+ fill: none;
1520
+ }
1521
+
1522
+ @keyframes rotate {
1523
+ 100% {
1524
+ transform: rotate(360deg);
1525
+ }
1526
+ }
1527
+
1528
+ @keyframes dash {
1529
+ 0% {
1530
+ stroke-dasharray: 1,200;
1531
+ stroke-dashoffset: 0;
1532
+ }
1533
+
1534
+ 50% {
1535
+ stroke-dasharray: 89,200;
1536
+ stroke-dashoffset: -35px;
1537
+ }
1538
+
1539
+ 100% {
1540
+ stroke-dasharray: 89,200;
1541
+ stroke-dashoffset: -124px;
1542
+ }
1543
+ }
1544
+
1545
+ @keyframes color {
1546
+ 100%, 0% {
1547
+ stroke: #F44336;
1548
+ }
1549
+
1550
+ 40% {
1551
+ stroke: #2196F3;
1552
+ }
1553
+
1554
+ 66% {
1555
+ stroke: #4CAF50;
1556
+ }
1557
+
1558
+ 80%, 90% {
1559
+ stroke: #FFC107;
1560
+ }
1561
+ }
1562
+
1563
+ @media print {
1564
+ @page {
1565
+ margin: 0;
1566
+ size: auto;
1567
+ }
1568
+
1569
+ body {
1570
+ margin: 0mm 0mm 0mm 0mm !important;
1571
+ padding: 0mm !important;
1572
+ }
1573
+
1574
+ #header,
1575
+ #footer,
1576
+ #sidebar,
1577
+ #chat,
1578
+ .growl-animated,
1579
+ .m-btn {
1580
+ display: none !important;
1581
+ }
1582
+
1583
+ /*-------------------------
1584
+ Invoice
1585
+ --------------------------*/
1586
+
1587
+ .invoice {
1588
+ padding: 30px !important;
1589
+ -webkit-print-color-adjust: exact !important;
1590
+ }
1591
+
1592
+ .invoice .card-header {
1593
+ background: #eee !important;
1594
+ padding: 20px;
1595
+ margin-bottom: 20px;
1596
+ margin: -60px -30px 25px -30px;
1597
+ }
1598
+
1599
+ .invoice .block-header {
1600
+ display: none;
1601
+ }
1602
+
1603
+ .invoice .highlight {
1604
+ background: #eee !important;
1605
+ }
1606
+ }
1607
+
1608
+ /*
1609
+ * Vendor Overrides
1610
+ */
1611
+
1612
+ .wpdt-c .mejs-container {
1613
+ outline: none;
1614
+ }
1615
+
1616
+ .wpdt-c .mejs-container .mejs-controls {
1617
+ background: #ec592f;
1618
+ height: 50px;
1619
+ padding: 10px 5px 0;
1620
+ }
1621
+
1622
+ .wpdt-c .mejs-container .mejs-controls div {
1623
+ height: 5px;
1624
+ }
1625
+
1626
+ .wpdt-c .mejs-container .mejs-controls div.mejs-time-rail {
1627
+ position: absolute;
1628
+ left: 0;
1629
+ top: 0;
1630
+ padding: 0;
1631
+ width: 100% !important;
1632
+ }
1633
+
1634
+ .wpdt-c .mejs-container .mejs-controls div.mejs-time-rail .mejs-time-total {
1635
+ margin: 0;
1636
+ width: 100% !important;
1637
+ background: #ec592f;
1638
+ }
1639
+
1640
+ .wpdt-c .mejs-container .mejs-controls div.mejs-time-rail .mejs-time-loaded {
1641
+ background: #D04B25;
1642
+ }
1643
+
1644
+ .wpdt-c .mejs-container .mejs-controls div.mejs-time-rail .mejs-time-current {
1645
+ background: #ffea00;
1646
+ }
1647
+
1648
+ .wpdt-c .mejs-container .mejs-controls div.mejs-time-rail .mejs-time-buffering {
1649
+ background: #ec592f;
1650
+ }
1651
+
1652
+ .wpdt-c .mejs-container .mejs-controls div.mejs-time-rail span:not(.mejs-time-float),
1653
+ .wpdt-c .mejs-container .mejs-controls div.mejs-time-rail a {
1654
+ border-radius: 0;
1655
+ height: 3px;
1656
+ }
1657
+
1658
+ .wpdt-c .mejs-container .mejs-controls .mejs-button button {
1659
+ background-color: #ec592f;
1660
+ width: 15px;
1661
+ height: 15px;
1662
+ background-position: center;
1663
+ }
1664
+
1665
+ .wpdt-c .mejs-container .mejs-controls .mejs-button button:focus {
1666
+ outline: none !important;
1667
+ }
1668
+
1669
+ .wpdt-c .mejs-container .mejs-controls .mejs-volume-button {
1670
+ position: absolute;
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
+ }
1717
+
1718
+ .wpdt-c .mejs-container .mejs-controls .mejs-fullscreen-button {
1719
+ position: absolute;
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
+ }
1733
+
1734
+ .wpdt-c #fc-actions {
1735
+ position: absolute;
1736
+ bottom: 10px;
1737
+ right: 12px;
1738
+ }
1739
+
1740
+ .wpdt-c .fc td,
1741
+ .wpdt-c .fc th {
1742
+ border-color: transparent;
1743
+ }
1744
+
1745
+ .wpdt-c .fc th {
1746
+ font-weight: 400;
1747
+ padding: 5px 0;
1748
+ }
1749
+
1750
+ .wpdt-c .fc table {
1751
+ background: transparent;
1752
+ }
1753
+
1754
+ .wpdt-c .fc table tr > td:first-child {
1755
+ border-left-width: 0;
1756
+ }
1757
+
1758
+ .wpdt-c #calendar-widget .fc-toolbar h2 {
1759
+ font-size: 16px;
1760
+ }
1761
+
1762
+ .wpdt-c #calendar-widget .fc-day-number {
1763
+ text-align: center;
1764
+ color: #000;
1765
+ }
1766
+
1767
+ .wpdt-c #calendar-widget .fc-day-grid-event {
1768
+ margin: 1px 3px 1px;
1769
+ }
1770
+
1771
+ .wpdt-c #calendar-widget .ui-widget-header th,
1772
+ .wpdt-c #calendar-widget .ui-widget-header {
1773
+ border-width: 0;
1774
+ }
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;
1782
+ -o-background-size: cover;
1783
+ background-size: cover;
1784
+ background-position: center;
1785
+ background-position: inherit;
1786
+ }
1787
+
1788
+ .wpdt-c #calendar .fc-toolbar h2 {
1789
+ font-size: 20px;
1790
+ color: #fff;
1791
+ }
1792
+
1793
+ .wpdt-c #calendar .fc-toolbar:before {
1794
+ content: "";
1795
+ height: 50px;
1796
+ width: 100%;
1797
+ background: rgba(0, 0, 0, 0.36);
1798
+ position: absolute;
1799
+ bottom: 0;
1800
+ left: 0;
1801
+ }
1802
+
1803
+ .wpdt-c #calendar .fc-toolbar .fc-center {
1804
+ margin-top: 238px;
1805
+ position: relative;
1806
+ }
1807
+
1808
+ .wpdt-c #calendar .fc-toolbar .ui-button {
1809
+ margin-top: 3px;
1810
+ }
1811
+
1812
+ .wpdt-c #calendar .fc-toolbar .ui-button span {
1813
+ color: #fff;
1814
+ }
1815
+
1816
+ .wpdt-c #calendar .fc-toolbar .ui-button:hover span {
1817
+ color: #333;
1818
+ }
1819
+
1820
+ @media screen and (max-width: 991px) {
1821
+ #calendar .fc-toolbar {
1822
+ height: 200px;
1823
+ }
1824
+
1825
+ #calendar .fc-toolbar .fc-center {
1826
+ margin-top: 138px;
1827
+ }
1828
+ }
1829
+
1830
+ .wpdt-c #calendar .fc-day-number {
1831
+ padding-left: 10px !important;
1832
+ color: #CCC;
1833
+ text-align: left !important;
1834
+ }
1835
+
1836
+ @media screen and (min-width: 991px) {
1837
+ #calendar .fc-day-number {
1838
+ font-size: 25px;
1839
+ letter-spacing: -2px;
1840
+ }
1841
+ }
1842
+
1843
+ .wpdt-c #calendar .fc-day-header {
1844
+ color: #333 !important;
1845
+ text-align: left !important;
1846
+ }
1847
+
1848
+ .wpdt-c #calendar .fc-day-grid-event {
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 {
2037
+ text-align: left;
2038
+ }
2039
+
2040
+ .wpdt-c .bootgrid-footer .search,
2041
+ .wpdt-c .bootgrid-header .search {
2042
+ vertical-align: top;
2043
+ }
2044
+
2045
+ .wpdt-c .bootgrid-header {
2046
+ padding: 0 25px 10px;
2047
+ }
2048
+
2049
+ .wpdt-c .bootgrid-header .search {
2050
+ border: 1px solid #e0e0e0;
2051
+ }
2052
+
2053
+ .wpdt-c .bootgrid-header .search .form-control,
2054
+ .wpdt-c .bootgrid-header .search .input-group-addon {
2055
+ border: 0;
2056
+ }
2057
+
2058
+ .wpdt-c .bootgrid-header .search .glyphicon-search {
2059
+ vertical-align: top;
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 {
2073
+ width: 300px;
2074
+ }
2075
+ }
2076
+
2077
+ @media (max-width: 480px) {
2078
+ .bootgrid-header .search {
2079
+ width: 100%;
2080
+ padding-right: 90px;
2081
+ }
2082
+ }
2083
+
2084
+ .wpdt-c .bootgrid-header .actions {
2085
+ box-shadow: none;
2086
+ }
2087
+
2088
+ .wpdt-c .bootgrid-header .actions .btn-group {
2089
+ border: 1px solid #e0e0e0;
2090
+ }
2091
+
2092
+ .wpdt-c .bootgrid-header .actions .btn-group .btn {
2093
+ height: 35px;
2094
+ box-shadow: none !important;
2095
+ background: transparent;
2096
+ }
2097
+
2098
+ @media (min-width: 768px) {
2099
+ .bootgrid-header .actions .btn-group .dropdown-menu {
2100
+ left: 0;
2101
+ margin-top: 1px;
2102
+ }
2103
+ }
2104
+
2105
+ .wpdt-c .bootgrid-header .actions .btn-group .caret {
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 {
2117
+ position: absolute;
2118
+ top: 0;
2119
+ right: 15px;
2120
+ }
2121
+ }
2122
+
2123
+ .wpdt-c .bootgrid-header .checkbox {
2124
+ margin: 10px 15px;
2125
+ }
2126
+
2127
+ .wpdt-c .bootgrid-table th > .column-header-anchor > .icon {
2128
+ top: 0;
2129
+ font-size: 20px;
2130
+ line-height: 100%;
2131
+ }
2132
+
2133
+ .wpdt-c .bootgrid-footer .col-sm-6 {
2134
+ padding: 10px 30px 20px;
2135
+ }
2136
+
2137
+ @media (max-width: 768px) {
2138
+ .bootgrid-footer .col-sm-6 {
2139
+ text-align: center;
2140
+ }
2141
+ }
2142
+
2143
+ @media (max-width: 768px) {
2144
+ .bootgrid-footer .infoBar {
2145
+ display: none;
2146
+ }
2147
+ }
2148
+
2149
+ .wpdt-c .bootgrid-footer .infoBar .infos {
2150
+ border: 1px solid #e0e0e0;
2151
+ display: inline-block;
2152
+ float: right;
2153
+ padding: 7px 30px;
2154
+ font-size: 12px;
2155
+ margin-top: 5px;
2156
+ }
2157
+
2158
+ .wpdt-c .select-cell .checkbox {
2159
+ margin: 0;
2160
+ }
2161
+
2162
+ .wpdt-c .command-edit,
2163
+ .wpdt-c .command-delete {
2164
+ background: #fff;
2165
+ }
2166
+
2167
+ .wpdt-c .bootgrid-table td.loading,
2168
+ .wpdt-c .bootgrid-table td.no-results {
2169
+ background-color: #FFF4C6;
2170
+ }
2171
+
2172
+ .wpdt-c .bootstrap-select {
2173
+ width: 100%;
2174
+ }
2175
+
2176
+ .wpdt-c .bootstrap-select .dropdown-toggle:focus {
2177
+ outline: none !important;
2178
+ }
2179
+
2180
+ .wpdt-c .bootstrap-select .bs-caret {
2181
+ display: none;
2182
+ }
2183
+
2184
+ .wpdt-c .bootstrap-select > .btn-default {
2185
+ background: none !important;
2186
+ border-bottom: 1px solid #e0e0e0 !important;
2187
+ border-radius: 0;
2188
+ padding-left: 0;
2189
+ padding-right: 0;
2190
+ }
2191
+
2192
+ .wpdt-c .bootstrap-select > .btn-default:before {
2193
+ position: absolute;
2194
+ top: 0;
2195
+ right: 0;
2196
+ content: "";
2197
+ height: calc(100% - 2px);
2198
+ width: 30px;
2199
+ background-position: right calc(100% - 7px);
2200
+ background-repeat: no-repeat;
2201
+ background-image: url("../../img/select.png");
2202
+ pointer-events: none;
2203
+ z-index: 5;
2204
+ }
2205
+
2206
+ @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) {
2207
+ .bootstrap-select > .btn-default:before {
2208
+ background-image: url("../../img/select@2x.png");
2209
+ background-size: 12px 12px;
2210
+ }
2211
+ }
2212
+
2213
+ .wpdt-c .bootstrap-select .bs-searchbox {
2214
+ padding: 5px 5px 5px 40px;
2215
+ position: relative;
2216
+ background: #F7F7F7;
2217
+ margin-top: -10px;
2218
+ }
2219
+
2220
+ .wpdt-c .bootstrap-select .bs-searchbox:before {
2221
+ position: absolute;
2222
+ left: 0;
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 {
2233
+ border: 0;
2234
+ background: transparent;
2235
+ }
2236
+
2237
+ .wpdt-c .bootstrap-select.btn-group .dropdown-menu li a.opt {
2238
+ padding-left: 17px;
2239
+ }
2240
+
2241
+ .wpdt-c .bootstrap-select.btn-group .dropdown-menu .no-results {
2242
+ padding: 8px 8px 0;
2243
+ background-color: #fff;
2244
+ }
2245
+
2246
+ .wpdt-c .bootstrap-select .check-mark {
2247
+ margin-top: -5px !important;
2248
+ font-size: 19px;
2249
+ -webkit-transition: all;
2250
+ -o-transition: all;
2251
+ transition: all;
2252
+ -webkit-transition-duration: 200ms;
2253
+ transition-duration: 200ms;
2254
+ -webkit-transform: scale(0);
2255
+ -ms-transform: scale(0);
2256
+ -o-transform: scale(0);
2257
+ transform: scale(0);
2258
+ display: block !important;
2259
+ position: absolute;
2260
+ top: 11px;
2261
+ right: 15px;
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 {
2270
+ -webkit-transform: scale(1);
2271
+ -ms-transform: scale(1);
2272
+ -o-transform: scale(1);
2273
+ transform: scale(1);
2274
+ }
2275
+
2276
+ .wpdt-c .bootstrap-select .notify {
2277
+ bottom: 0 !important;
2278
+ margin: 0 !important;
2279
+ width: 100% !important;
2280
+ border: 0 !important;
2281
+ background: #F44336 !important;
2282
+ color: #fff !important;
2283
+ text-align: center;
2284
+ }
2285
+
2286
+ .wpdt-c .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
2287
+ width: 100%;
2288
+ }
2289
+
2290
+ .wpdt-c .chosen-container .chosen-drop {
2291
+ box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
2292
+ margin-top: 1px;
2293
+ border: 0;
2294
+ top: 0;
2295
+ border-radius: 2px;
2296
+ }
2297
+
2298
+ .wpdt-c .chosen-container .chosen-results {
2299
+ margin: 0;
2300
+ padding: 0;
2301
+ max-height: 300px;
2302
+ }
2303
+
2304
+ .wpdt-c .chosen-container .chosen-results li {
2305
+ padding: 10px 17px;
2306
+ width: 100%;
2307
+ }
2308
+
2309
+ .wpdt-c .chosen-container .chosen-results li.highlighted {
2310
+ background: rgba(0, 0, 0, 0.075);
2311
+ color: #333;
2312
+ }
2313
+
2314
+ .wpdt-c .chosen-container .chosen-results li.result-selected {
2315
+ background: transparent;
2316
+ color: #5E5E5E;
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;
2331
+ font-weight: normal;
2332
+ padding: 16px 15px 6px;
2333
+ margin-top: 9px;
2334
+ }
2335
+
2336
+ .wpdt-c .chosen-container .chosen-results li.group-result:not(:first-child) {
2337
+ border-top: 1px solid #eee;
2338
+ }
2339
+
2340
+ .wpdt-c .chosen-container-single .chosen-single {
2341
+ border-radius: 0;
2342
+ overflow: visible;
2343
+ height: 34px;
2344
+ padding: 6px 0 6px;
2345
+ text-transform: uppercase;
2346
+ border: 0;
2347
+ border-bottom: 1px solid #e0e0e0;
2348
+ background: none;
2349
+ box-shadow: none;
2350
+ }
2351
+
2352
+ .wpdt-c .chosen-container-single .chosen-single:before {
2353
+ position: absolute;
2354
+ top: 0;
2355
+ right: 0;
2356
+ content: "";
2357
+ height: calc(100% - 2px);
2358
+ width: 30px;
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
+ }
2373
+
2374
+ .wpdt-c .chosen-container-single .chosen-single div b {
2375
+ display: none;
2376
+ }
2377
+
2378
+ .wpdt-c .chosen-container-single .chosen-search {
2379
+ padding: 5px 5px 5px 40px;
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;
2397
+ height: 35px;
2398
+ line-height: 1.42857143;
2399
+ background-image: none !important;
2400
+ }
2401
+
2402
+ .wpdt-c .chosen-container-active.chosen-with-drop .chosen-single {
2403
+ border: 0;
2404
+ background: none;
2405
+ }
2406
+
2407
+ .wpdt-c .chosen-container-multi .chosen-choices {
2408
+ padding: 0;
2409
+ border: 0;
2410
+ border-bottom: 1px solid #e0e0e0;
2411
+ background: none;
2412
+ box-shadow: none;
2413
+ }
2414
+
2415
+ .wpdt-c .chosen-container-multi .chosen-choices li.search-choice {
2416
+ border-radius: 2px;
2417
+ margin: 4px 4px 0 0;
2418
+ background: #eaeaea;
2419
+ padding: 5px 23px 5px 8px;
2420
+ border: 0;
2421
+ box-shadow: none;
2422
+ font-size: 12px;
2423
+ }
2424
+
2425
+ .wpdt-c .chosen-container-multi .chosen-choices li.search-field input[type=text] {
2426
+ padding: 0;
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;
2448
+ box-shadow: none;
2449
+ border: 0;
2450
+ }
2451
+
2452
+ .wpdt-c .noUi-background {
2453
+ background: #d4d4d4;
2454
+ box-shadow: none;
2455
+ }
2456
+
2457
+ .wpdt-c .noUi-horizontal {
2458
+ height: 3px;
2459
+ }
2460
+
2461
+ .wpdt-c .noUi-horizontal .noUi-handle {
2462
+ top: -8px;
2463
+ }
2464
+
2465
+ .wpdt-c .noUi-vertical {
2466
+ width: 3px;
2467
+ }
2468
+
2469
+ .wpdt-c .noUi-connect {
2470
+ background: #009688;
2471
+ }
2472
+
2473
+ .wpdt-c .noUi-horizontal .noUi-handle,
2474
+ .wpdt-c .noUi-vertical .noUi-handle {
2475
+ width: 19px;
2476
+ height: 19px;
2477
+ border: 0;
2478
+ border-radius: 100%;
2479
+ box-shadow: none;
2480
+ -webkit-transition: box-shadow;
2481
+ -o-transition: box-shadow;
2482
+ transition: box-shadow;
2483
+ -webkit-transition-duration: 200ms;
2484
+ transition-duration: 200ms;
2485
+ cursor: pointer;
2486
+ position: relative;
2487
+ background-color: #009688;
2488
+ }
2489
+
2490
+ .wpdt-c .noUi-horizontal .noUi-handle:before,
2491
+ .wpdt-c .noUi-vertical .noUi-handle:before,
2492
+ .wpdt-c .noUi-horizontal .noUi-handle:after,
2493
+ .wpdt-c .noUi-vertical .noUi-handle:after {
2494
+ display: none;
2495
+ }
2496
+
2497
+ .wpdt-c .noUi-horizontal .noUi-active,
2498
+ .wpdt-c .noUi-vertical .noUi-active {
2499
+ box-shadow: 0 0 0 13px rgba(0, 0, 0, 0.1);
2500
+ }
2501
+
2502
+ .wpdt-c .noUi-tooltip {
2503
+ border: 0;
2504
+ background: #d4d4d4;
2505
+ padding: 5px 10px;
2506
+ }
2507
+
2508
+ .wpdt-c .cp-container {
2509
+ position: relative;
2510
+ }
2511
+
2512
+ .wpdt-c .cp-container > .input-group input.cp-value {
2513
+ color: #000 !important;
2514
+ background: transparent !important;
2515
+ }
2516
+
2517
+ .wpdt-c .cp-container > .input-group .dropdown-menu {
2518
+ padding: 20px;
2519
+ }
2520
+
2521
+ .wpdt-c .cp-container i.cp-value {
2522
+ width: 25px;
2523
+ height: 25px;
2524
+ border-radius: 2px;
2525
+ position: absolute;
2526
+ top: 0;
2527
+ right: 15px;
2528
+ }
2529
+
2530
+ .wpdt-c .note-editor .note-toolbar,
2531
+ .wpdt-c .note-popover .note-toolbar,
2532
+ .wpdt-c .note-editor .popover-content,
2533
+ .wpdt-c .note-popover .popover-content {
2534
+ background: #fff;
2535
+ border-color: #e4e4e4;
2536
+ margin: 0;
2537
+ padding: 10px 0 15px;
2538
+ text-align: center;
2539
+ }
2540
+
2541
+ .wpdt-c .note-editor .note-toolbar > .btn-group,
2542
+ .wpdt-c .note-popover .note-toolbar > .btn-group,
2543
+ .wpdt-c .note-editor .popover-content > .btn-group,
2544
+ .wpdt-c .note-popover .popover-content > .btn-group {
2545
+ display: inline-block;
2546
+ float: none;
2547
+ box-shadow: none;
2548
+ }
2549
+
2550
+ .wpdt-c .note-editor .note-toolbar > .btn-group .btn,
2551
+ .wpdt-c .note-popover .note-toolbar > .btn-group .btn,
2552
+ .wpdt-c .note-editor .popover-content > .btn-group .btn,
2553
+ .wpdt-c .note-popover .popover-content > .btn-group .btn {
2554
+ margin: 0 1px;
2555
+ }
2556
+
2557
+ .wpdt-c .note-editor .note-toolbar > .btn-group > .active,
2558
+ .wpdt-c .note-popover .note-toolbar > .btn-group > .active,
2559
+ .wpdt-c .note-editor .popover-content > .btn-group > .active,
2560
+ .wpdt-c .note-popover .popover-content > .btn-group > .active {
2561
+ background: #00BCD4;
2562
+ color: #fff;
2563
+ }
2564
+
2565
+ .wpdt-c .note-editor .note-toolbar .btn,
2566
+ .wpdt-c .note-popover .note-toolbar .btn,
2567
+ .wpdt-c .note-editor .popover-content .btn,
2568
+ .wpdt-c .note-popover .popover-content .btn {
2569
+ height: 40px;
2570
+ border-radius: 2px !important;
2571
+ box-shadow: none !important;
2572
+ }
2573
+
2574
+ .wpdt-c .note-editor .note-toolbar .btn:active,
2575
+ .wpdt-c .note-popover .note-toolbar .btn:active,
2576
+ .wpdt-c .note-editor .popover-content .btn:active,
2577
+ .wpdt-c .note-popover .popover-content .btn:active {
2578
+ box-shadow: none;
2579
+ }
2580
+
2581
+ .wpdt-c .note-editor .note-toolbar .note-palette-title,
2582
+ .wpdt-c .note-popover .note-toolbar .note-palette-title,
2583
+ .wpdt-c .note-editor .popover-content .note-palette-title,
2584
+ .wpdt-c .note-popover .popover-content .note-palette-title {
2585
+ margin: 0 !important;
2586
+ padding: 10px 0 !important;
2587
+ font-size: 13px !important;
2588
+ text-align: center !important;
2589
+ border: 0 !important;
2590
+ }
2591
+
2592
+ .wpdt-c .note-editor .note-toolbar .note-color-reset,
2593
+ .wpdt-c .note-popover .note-toolbar .note-color-reset,
2594
+ .wpdt-c .note-editor .popover-content .note-color-reset,
2595
+ .wpdt-c .note-popover .popover-content .note-color-reset {
2596
+ padding: 0 0 10px !important;
2597
+ margin: 0 !important;
2598
+ background: none;
2599
+ text-align: center;
2600
+ }
2601
+
2602
+ .wpdt-c .note-editor .note-toolbar .note-color .dropdown-menu,
2603
+ .wpdt-c .note-popover .note-toolbar .note-color .dropdown-menu,
2604
+ .wpdt-c .note-editor .popover-content .note-color .dropdown-menu,
2605
+ .wpdt-c .note-popover .popover-content .note-color .dropdown-menu {
2606
+ min-width: 335px;
2607
+ }
2608
+
2609
+ .wpdt-c .note-editor .note-statusbar .note-resizebar,
2610
+ .wpdt-c .note-popover .note-statusbar .note-resizebar {
2611
+ border-color: #E8E8E8;
2612
+ }
2613
+
2614
+ .wpdt-c .note-editor .note-statusbar .note-resizebar .note-icon-bar,
2615
+ .wpdt-c .note-popover .note-statusbar .note-resizebar .note-icon-bar {
2616
+ border-color: #BCBCBC;
2617
+ }
2618
+
2619
+ .wpdt-c .note-editor .fa,
2620
+ .wpdt-c .note-popover .fa {
2621
+ font-style: normal;
2622
+ font-size: 20px;
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;
2759
+ }
2760
+
2761
+ .wpdt-c .note-editor {
2762
+ overflow: visible;
2763
+ border: 1px solid #e4e4e4;
2764
+ }
2765
+
2766
+ .wpdt-c .note-editor .note-editable {
2767
+ padding: 20px 23px;
2768
+ }
2769
+
2770
+ .wpdt-c .bootstrap-datetimepicker-widget:after,
2771
+ .wpdt-c .bootstrap-datetimepicker-widget:before {
2772
+ display: none !important;
2773
+ }
2774
+
2775
+ .wpdt-c .bootstrap-datetimepicker-widget table td {
2776
+ text-shadow: none;
2777
+ }
2778
+
2779
+ .wpdt-c .bootstrap-datetimepicker-widget table td span {
2780
+ margin: 0;
2781
+ }
2782
+
2783
+ .wpdt-c .bootstrap-datetimepicker-widget table td span:hover {
2784
+ background: transparent;
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 {
2813
+ content: "\f1e4";
2814
+ }
2815
+
2816
+ .wpdt-c .bootstrap-datetimepicker-widget a[data-action] {
2817
+ color: #009688;
2818
+ }
2819
+
2820
+ .wpdt-c .timepicker-picker .btn {
2821
+ box-shadow: none !important;
2822
+ }
2823
+
2824
+ .wpdt-c .timepicker-picker table tbody tr + tr:not(:last-child) {
2825
+ background: #009688;
2826
+ color: #fff;
2827
+ }
2828
+
2829
+ .wpdt-c .timepicker-picker table tbody tr + tr:not(:last-child) td {
2830
+ border-radius: 0;
2831
+ }
2832
+
2833
+ .wpdt-c .timepicker-picker .btn,
2834
+ .wpdt-c .timepicker-picker .btn:hover {
2835
+ background: #fff;
2836
+ color: #333;
2837
+ }
2838
+
2839
+ .wpdt-c .datepicker table thead tr th {
2840
+ border-radius: 0;
2841
+ color: #fff;
2842
+ }
2843
+
2844
+ .wpdt-c .datepicker table thead tr th .glyphicon {
2845
+ width: 30px;
2846
+ height: 30px;
2847
+ border-radius: 50%;
2848
+ line-height: 29px;
2849
+ }
2850
+
2851
+ .wpdt-c .datepicker table thead tr th:hover .glyphicon {
2852
+ background: rgba(0, 0, 0, 0.2);
2853
+ }
2854
+
2855
+ .wpdt-c .datepicker table thead tr:first-child th {
2856
+ background: #009688;
2857
+ padding: 20px 0;
2858
+ }
2859
+
2860
+ .wpdt-c .datepicker table thead tr:first-child th:hover {
2861
+ background: #009688;
2862
+ }
2863
+
2864
+ .wpdt-c .datepicker table thead tr:first-child th.picker-switch {
2865
+ font-size: 16px;
2866
+ font-weight: 400;
2867
+ text-transform: uppercase;
2868
+ }
2869
+
2870
+ .wpdt-c .datepicker table thead tr:last-child th {
2871
+ text-transform: uppercase;
2872
+ font-weight: normal;
2873
+ font-size: 11px;
2874
+ }
2875
+
2876
+ .wpdt-c .datepicker table thead tr:last-child th:first-child {
2877
+ padding-left: 20px;
2878
+ }
2879
+
2880
+ .wpdt-c .datepicker table thead tr:last-child th:last-child {
2881
+ padding-right: 20px;
2882
+ }
2883
+
2884
+ .wpdt-c .datepicker table thead tr:last-child:not(:only-child) {
2885
+ background: #00877a;
2886
+ }
2887
+
2888
+ .wpdt-c .datepicker table tbody tr:last-child td {
2889
+ padding-bottom: 25px;
2890
+ }
2891
+
2892
+ .wpdt-c .datepicker table tbody tr td:first-child {
2893
+ padding-left: 13px;
2894
+ }
2895
+
2896
+ .wpdt-c .datepicker table tbody tr td:last-child {
2897
+ padding-right: 13px;
2898
+ }
2899
+
2900
+ .wpdt-c .datepicker table td.day {
2901
+ width: 35px;
2902
+ height: 35px;
2903
+ line-height: 20px;
2904
+ color: #333;
2905
+ position: relative;
2906
+ padding: 0;
2907
+ background: transparent;
2908
+ }
2909
+
2910
+ .wpdt-c .datepicker table td.day:hover {
2911
+ background: none;
2912
+ }
2913
+
2914
+ .wpdt-c .datepicker table td.day:before {
2915
+ content: "";
2916
+ width: 35px;
2917
+ height: 35px;
2918
+ border-radius: 50%;
2919
+ margin-bottom: -33px;
2920
+ display: inline-block;
2921
+ background: transparent;
2922
+ position: static;
2923
+ text-shadow: none;
2924
+ border-bottom-color: transparent !important;
2925
+ }
2926
+
2927
+ .wpdt-c .datepicker table td.day.old,
2928
+ .wpdt-c .datepicker table td.day.new {
2929
+ color: #CDCDCD;
2930
+ }
2931
+
2932
+ .wpdt-c .datepicker table td:not(.today):not(.active):hover:before {
2933
+ background: #F0F0F0;
2934
+ }
2935
+
2936
+ .wpdt-c .datepicker table td.today {
2937
+ color: #333;
2938
+ }
2939
+
2940
+ .wpdt-c .datepicker table td.today:before {
2941
+ background-color: #E2E2E2;
2942
+ }
2943
+
2944
+ .wpdt-c .datepicker table td.active {
2945
+ color: #fff;
2946
+ }
2947
+
2948
+ .wpdt-c .datepicker table td.active:before {
2949
+ background-color: #009688;
2950
+ }
2951
+
2952
+ .wpdt-c .datepicker-months .month,
2953
+ .wpdt-c .datepicker-years .year,
2954
+ .wpdt-c .timepicker-minutes .minute,
2955
+ .wpdt-c .timepicker-hours .hour {
2956
+ border-radius: 50%;
2957
+ }
2958
+
2959
+ .wpdt-c .datepicker-months .month:not(.active):hover,
2960
+ .wpdt-c .datepicker-years .year:not(.active):hover,
2961
+ .wpdt-c .timepicker-minutes .minute:not(.active):hover,
2962
+ .wpdt-c .timepicker-hours .hour:not(.active):hover {
2963
+ background: #F0F0F0;
2964
+ }
2965
+
2966
+ .wpdt-c .datepicker-months .month.active,
2967
+ .wpdt-c .datepicker-years .year.active,
2968
+ .wpdt-c .timepicker-minutes .minute.active,
2969
+ .wpdt-c .timepicker-hours .hour.active {
2970
+ background: #009688;
2971
+ }
2972
+
2973
+ .wpdt-c .timepicker-minutes .minute,
2974
+ .wpdt-c .timepicker-hours .hour {
2975
+ padding: 0;
2976
+ }
2977
+
2978
+ .wpdt-c .fileinput {
2979
+ position: relative;
2980
+ padding-right: 35px;
2981
+ }
2982
+
2983
+ .wpdt-c .fileinput .close {
2984
+ position: absolute;
2985
+ top: 5px;
2986
+ font-size: 12px;
2987
+ float: none;
2988
+ opacity: 1;
2989
+ font-weight: 500;
2990
+ border: 1px solid #ccc;
2991
+ width: 19px;
2992
+ text-align: center;
2993
+ height: 19px;
2994
+ line-height: 16px;
2995
+ border-radius: 50%;
2996
+ right: 0;
2997
+ visibility: hidden;
2998
+ }
2999
+
3000
+ .wpdt-c .fileinput .close:hover {
3001
+ background: #eee;
3002
+ }
3003
+
3004
+ .wpdt-c .fileinput .input-group-addon {
3005
+ padding: 0 10px;
3006
+ vertical-align: middle;
3007
+ }
3008
+
3009
+ .wpdt-c .fileinput .fileinput-preview {
3010
+ width: 200px;
3011
+ height: 150px;
3012
+ position: relative;
3013
+ }
3014
+
3015
+ .wpdt-c .fileinput .fileinput-preview img {
3016
+ display: inline-block;
3017
+ vertical-align: middle;
3018
+ margin-top: -13px;
3019
+ }
3020
+
3021
+ .wpdt-c .fileinput .fileinput-preview:after {
3022
+ content: "";
3023
+ display: inline-block;
3024
+ vertical-align: middle;
3025
+ }
3026
+
3027
+ .wpdt-c .fileinput-exists .close {
3028
+ visibility: visible;
3029
+ }
3030
+
3031
+ .wpdt-c .lg-outer .lg-thumb-outer {
3032
+ background-color: #1D1D1D;
3033
+ }
3034
+
3035
+ .wpdt-c .lg-outer .lg-thumb-item {
3036
+ border-radius: 50%;
3037
+ width: 60px !important;
3038
+ display: inline-block;
3039
+ height: 60px;
3040
+ border: 0;
3041
+ float: none;
3042
+ margin: 0 5px;
3043
+ }
3044
+
3045
+ .wpdt-c .lg-outer .lg-thumb-item:hover {
3046
+ box-shadow: 0 0 0px 4px rgba(255, 255, 255, 0.1);
3047
+ }
3048
+
3049
+ .wpdt-c .lg-outer .lg-image {
3050
+ border-radius: 3px;
3051
+ }
3052
+
3053
+ .wpdt-c .lg-outer .lg-toogle-thumb {
3054
+ border-radius: 50%;
3055
+ color: #333;
3056
+ height: 51px;
3057
+ width: 51px;
3058
+ line-height: 41px;
3059
+ background-color: #fff;
3060
+ -webkit-transition: all;
3061
+ -o-transition: all;
3062
+ transition: all;
3063
+ -webkit-transition-duration: 800ms;
3064
+ transition-duration: 800ms;
3065
+ }
3066
+
3067
+ .wpdt-c .lg-outer .lg-toogle-thumb:hover {
3068
+ -webkit-transform: rotate(360deg);
3069
+ -ms-transform: rotate(360deg);
3070
+ -o-transform: rotate(360deg);
3071
+ transform: rotate(360deg);
3072
+ color: #000;
3073
+ }
3074
+
3075
+ .wpdt-c .lg-outer:not(.lg-thumb-open) .lg-toogle-thumb {
3076
+ top: -70px;
3077
+ }
3078
+
3079
+ .wpdt-c .lg-outer.lg-thumb-open .lg-toogle-thumb {
3080
+ top: -26px;
3081
+ }
3082
+
3083
+ .wpdt-c .lg-thumb.group {
3084
+ padding: 20px 0;
3085
+ }
3086
+
3087
+ .wpdt-c .lg-slide em {
3088
+ font-style: normal;
3089
+ }
3090
+
3091
+ .wpdt-c .lg-slide em h3 {
3092
+ color: #fff;
3093
+ margin-bottom: 5px;
3094
+ }
3095
+
3096
+ .wpdt-c .lg-slide .video-cont {
3097
+ box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
3098
+ }
3099
+
3100
+ .wpdt-c .lg-outer .lg-item {
3101
+ background-image: none !important;
3102
+ }
3103
+
3104
+ .wpdt-c .lg-outer .lg-item:before {
3105
+ content: '';
3106
+ width: 50px;
3107
+ height: 50px;
3108
+ border-radius: 50%;
3109
+ border: 2px solid rgba(255, 255, 255, 0.1);
3110
+ border-right-color: #fff;
3111
+ position: absolute;
3112
+ top: 0;
3113
+ left: 0;
3114
+ bottom: 0;
3115
+ right: 0;
3116
+ margin: auto;
3117
+ -webkit-animation-name: loader;
3118
+ animation-name: loader;
3119
+ -webkit-animation-duration: 1000ms;
3120
+ animation-duration: 1000ms;
3121
+ -webkit-animation-iteration-count: infinite;
3122
+ animation-iteration-count: infinite;
3123
+ -webkit-animation-timing-function: linear;
3124
+ animation-timing-function: linear;
3125
+ }
3126
+
3127
+ @-webkit-keyframes loader {
3128
+ 0% {
3129
+ -webkit-transform: rotate(0deg);
3130
+ -ms-transform: rotate(0deg);
3131
+ -o-transform: rotate(0deg);
3132
+ transform: rotate(0deg);
3133
+ }
3134
+
3135
+ 100% {
3136
+ -webkit-transform: rotate(360deg);
3137
+ -ms-transform: rotate(360deg);
3138
+ -o-transform: rotate(360deg);
3139
+ transform: rotate(360deg);
3140
+ }
3141
+ }
3142
+
3143
+ .wpdt-c .loading > i {
3144
+ width: 100%;
3145
+ height: 100%;
3146
+ display: block;
3147
+ -webkit-transform: translateZ(0);
3148
+ -ms-transform: translateZ(0);
3149
+ transform: translateZ(0);
3150
+ -webkit-animation: loader 1.1s infinite linear;
3151
+ animation: loader 1.1s infinite linear;
3152
+ border-left-color: #fff;
3153
+ border-style: solid;
3154
+ }
3155
+
3156
+ .wpdt-c .twitter-typeahead {
3157
+ width: 100%;
3158
+ }
3159
+
3160
+ .wpdt-c .twitter-typeahead .tt-menu {
3161
+ min-width: 200px;
3162
+ background: #fff;
3163
+ box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
3164
+ display: none;
3165
+ -webkit-animation-name: fadeIn;
3166
+ animation-name: fadeIn;
3167
+ -webkit-animation-duration: 300ms;
3168
+ animation-duration: 300ms;
3169
+ -webkit-animation-fill-mode: both;
3170
+ animation-fill-mode: both;
3171
+ }
3172
+
3173
+ .wpdt-c .twitter-typeahead .tt-menu.tt-open:not(.tt-empty) {
3174
+ display: block;
3175
+ }
3176
+
3177
+ .wpdt-c .twitter-typeahead .tt-suggestion {
3178
+ padding: 8px 17px;
3179
+ color: #333;
3180
+ cursor: pointer;
3181
+ }
3182
+
3183
+ .wpdt-c .twitter-typeahead .tt-suggestion:hover,
3184
+ .wpdt-c .twitter-typeahead .tt-cursor {
3185
+ background-color: rgba(0, 0, 0, 0.075);
3186
+ }
3187
+
3188
+ .wpdt-c .twitter-typeahead .tt-hint {
3189
+ color: #818181 !important;
3190
+ }
3191
+
3192
+ .wpdt-c .mCSB_scrollTools {
3193
+ width: 5px;
3194
+ }
3195
+
3196
+ .wpdt-c .mCSB_scrollTools .mCSB_dragger_bar {
3197
+ border-radius: 0 !important;
3198
+ }
3199
+
3200
+ .wpdt-c .mCSB_scrollTools.mCSB_scrollTools_horizontal,
3201
+ .wpdt-c .mCSB_scrollTools.mCSB_scrollTools_vertical {
3202
+ margin: 0 !important;
3203
+ }
3204
+
3205
+ .wpdt-c .mCSB_scrollTools.mCSB_scrollTools_horizontal {
3206
+ height: 10px;
3207
+ }
3208
+
3209
+ html:not(.ie9) .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
3210
+ background: rgba(0, 0, 0, 0.4);
3211
+ }
3212
+
3213
+ html:not(.ie9) .mCS-minimal-dark.mCSB_scrollTools_onDrag .mCSB_dragger .mCSB_dragger_bar {
3214
+ background: rgba(0, 0, 0, 0.4);
3215
+ }
3216
+
3217
+ html.ie9 .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
3218
+ background: #000000;
3219
+ }
3220
+
3221
+ html.ie9 .mCS-minimal-dark.mCSB_scrollTools_onDrag .mCSB_dragger .mCSB_dragger_bar {
3222
+ background: #000000;
3223
+ }
3224
+
3225
+ .wpdt-c .mCSB_inside > .mCSB_container {
3226
+ margin-right: 0;
3227
+ }
assets/css/waves/waves.min.css ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
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/graphite.css ADDED
@@ -0,0 +1,528 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * WPDataTables Graphite skin styles
3
+ */
4
+
5
+ /* Table */
6
+
7
+ /* Table Header */
8
+
9
+ .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
10
+ border-style: solid;
11
+ border-width: 1px 1px 2px;
12
+ cursor: pointer;
13
+ padding: 7px 10px;
14
+ text-align: left;
15
+ }
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;
23
+ background-image: -o-linear-gradient(top,#4c4c4c,#313131) !important;
24
+ background-image: linear-gradient(to bottom,#4c4c4c,#313131) !important;
25
+ background-image: -moz-linear-gradient(top,#4c4c4c,#313131) !important;
26
+ background-repeat: repeat-x;
27
+ filter: progid:dximagetransform.microsoft.gradient(startColorstr= '#ff4c4c4c',endColorstr= '#ff313131',GradientType= 0) !important;
28
+ border-color: #000000; /* th border color */
29
+ border-left-color:#545454;
30
+ color: #ffffff; /* th font color */
31
+ font-weight: 700;
32
+ padding: 7px 10px;
33
+ text-align: left;
34
+ cursor: pointer;
35
+ -o-transition:.5s;
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;
43
+ text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
44
+ }
45
+
46
+ .wpDataTablesWrapper table.wpDataTable thead tr th {
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 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;
61
+ background-image: -o-linear-gradient(top,#313131,#000) !important;
62
+ background-image: linear-gradient(to bottom,#313131,#000) !important;
63
+ background-image: -moz-linear-gradient(top,#313131,#000) !important;
64
+ filter: progid:dximagetransform.microsoft.gradient(startColorstr= '#ff313131',endColorstr= '#ff000000',GradientType= 0) !important;
65
+ }
66
+
67
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting:after,
68
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after,
69
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after {
70
+ border-color: transparent;
71
+ border-style: solid;
72
+ border-width: 5px;
73
+ display: inline-block;
74
+ font-size: 0;
75
+ line-height: 0;
76
+ content: "";
77
+ height: 0;
78
+ width: 0;
79
+ vertical-align: 3px;
80
+ margin: 0 0 0 10px;
81
+ opacity: .6;
82
+ }
83
+
84
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting:after,
85
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after {
86
+ border-top-width: 0;
87
+ }
88
+
89
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after {
90
+ border-bottom-width: 0;
91
+ }
92
+
93
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting:hover:after,
94
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after,
95
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after {
96
+ opacity: 1;
97
+ }
98
+
99
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after {
100
+ border-top-color: #ffffff; /* th caret color = th font color */
101
+ }
102
+
103
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting:after,
104
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after {
105
+ border-bottom-color: #ffffff; /* th caret color = th font color */
106
+ }
107
+
108
+
109
+ /* Table Body */
110
+
111
+ .wpDataTablesWrapper table.wpDataTable td {
112
+ border: 1px solid;
113
+ border-color: #e0e0e0; /* td inner border color */
114
+ -o-transition:.5s;
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 {
122
+ border-bottom-color: #c6c6c6; /* table outer border color */
123
+ }
124
+
125
+ .wpDataTablesWrapper table.wpDataTable tr td:first-child {
126
+ border-left-color: #c6c6c6; /* table outer border color */
127
+ }
128
+
129
+ .wpDataTablesWrapper table.wpDataTable tr td:last-child {
130
+ border-right-color: #c6c6c6; /* table outer border color */
131
+ }
132
+
133
+ .wpDataTablesWrapper table.wpDataTable tr.odd td {
134
+ background-color: #f5f5f5; /* odd rows background color */
135
+ }
136
+
137
+ .wpDataTablesWrapper table.wpDataTable tr.even 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
+
145
+ .wpDataTablesWrapper table.wpDataTable tr.even td.sorting_1 {
146
+ background-color: #f0f6fb; /* even rows active background color */
147
+ }
148
+
149
+ .wpDataTablesWrapper table.wpDataTable tr.odd:hover > td,
150
+ .wpDataTablesWrapper table.wpDataTable tr.odd:hover > td.sorting_1,
151
+ .wpDataTablesWrapper table.wpDataTable tr.even:hover > td,
152
+ .wpDataTablesWrapper table.wpDataTable tr.even:hover > td.sorting_1 {
153
+ background-color: #f0f6fb; /* rows hover background color */
154
+ }
155
+
156
+ .wpDataTablesWrapper table.wpDataTable tr.odd.selected > td,
157
+ .wpDataTablesWrapper table.wpDataTable tr.odd.selected > td.sorting_1,
158
+ .wpDataTablesWrapper table.wpDataTable tr.even.selected > td,
159
+ .wpDataTablesWrapper table.wpDataTable tr.even.selected > td.sorting_1 {
160
+ background-color: #dbeaf6; /* selected rows background color */
161
+ }
162
+
163
+ /* Table Footer */
164
+
165
+ .wpDataTablesWrapper table.wpDataTable tfoot th {
166
+ border-top: 1px solid #000;
167
+ border-width: 1px 0;
168
+ }
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;
182
+ -webkit-transition:.5s;
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 {
236
+ width: 80px;
237
+ padding: 0 5px;
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;
249
+ text-decoration: none;
250
+ vertical-align: middle;
251
+ -webkit-font-smoothing: antialiased;
252
+ }
253
+
254
+ .wpDataTablesWrapper button.DTTT_button,
255
+ .wpDataTablesWrapper div.DTTT_button,
256
+ .wpDataTablesWrapper a.DTTT_button,
257
+ .wpDataTablesWrapper button.DTTT_button:hover,
258
+ .wpDataTablesWrapper div.DTTT_button:hover,
259
+ .wpDataTablesWrapper a.DTTT_button:hover {
260
+ background-color: transparent;
261
+ background-image: none;
262
+ -webkit-border-radius: 0px;
263
+ -moz-border-radius: 0px;
264
+ -ms-border-radius: 0px;
265
+ -o-border-radius: 0px;
266
+ border-radius: 0px;
267
+ -webkit-box-shadow: none;
268
+ -moz-box-shadow: none;
269
+ box-shadow: none;
270
+ }
271
+
272
+ .wpDataTablesWrapper .DTTT_button {
273
+ opacity: 0.7;
274
+ }
275
+
276
+ .wpDataTablesWrapper .DTTT_button {
277
+ opacity: 0.7;
278
+ }
279
+
280
+ .wpDataTablesWrapper .DTTT_button:hover {
281
+ opacity: 1;
282
+ }
283
+
284
+ .wpDataTablesWrapper .DTTT_button.disabled {
285
+ opacity: 0.4;
286
+ }
287
+
288
+ .wpDataTablesWrapper .checkbox-filter.btn:hover:before {
289
+ opacity: 1;
290
+ }
291
+
292
+ /* Responsive */
293
+ table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
294
+ table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
295
+ display: inline-block;
296
+ content: "";
297
+ height: 11px;
298
+ width: 11px;
299
+ background-image: url(../../img/icons.png);
300
+ background-repeat: no-repeat;
301
+ background-position: -12px 0;
302
+
303
+ }
304
+
305
+ /* Responsive table skin styles */
306
+ .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander {
307
+ opacity: 0.6;
308
+ }
309
+
310
+ .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander:hover {
311
+ opacity: 1;
312
+ }
313
+
314
+ .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td {
315
+ background-color: #ffffff; /* even rows background color */
316
+ }
317
+
318
+
319
+ /* Export Tools */
320
+
321
+ .wpDataTablesWrapper button.DTTT_button,
322
+ .wpDataTablesWrapper div.DTTT_button,
323
+ .wpDataTablesWrapper a.DTTT_button,
324
+ .wpDataTablesWrapper button.DTTT_button:hover,
325
+ .wpDataTablesWrapper div.DTTT_button:hover,
326
+ .wpDataTablesWrapper a.DTTT_button:hover {
327
+ background-color: transparent;
328
+ background-image: none;
329
+ -webkit-border-radius: 0px;
330
+ -moz-border-radius: 0px;
331
+ -ms-border-radius: 0px;
332
+ -o-border-radius: 0px;
333
+ border-radius: 0px;
334
+ -webkit-box-shadow: none;
335
+ -moz-box-shadow: none;
336
+ box-shadow: none;
337
+ }
338
+
339
+ .wpDataTablesWrapper .DTTT_button {
340
+ opacity: 0.7;
341
+ }
342
+
343
+ .wpDataTablesWrapper .DTTT_button {
344
+ opacity: 0.7;
345
+ }
346
+
347
+ .wpDataTablesWrapper .DTTT_button:hover {
348
+ opacity: 1;
349
+ }
350
+
351
+ .wpDataTablesWrapper .DTTT_button.disabled {
352
+ opacity: 0.4;
353
+ }
354
+
355
+ .wpDataTablesWrapper a.DTTT_button,
356
+ .wpDataTablesWrapper a.DTTT_button:hover {
357
+ border-color: transparent;
358
+ border-style: solid;
359
+ }
360
+
361
+ /* Popover Tools */
362
+
363
+ .wpDataTablesPopover {
364
+ background-color: rgba(0, 0, 0, 0.85);
365
+ border-radius: 5px;
366
+ color: #fff;
367
+ font-size: 12px;
368
+ padding: 7px 10px;
369
+ }
370
+
371
+ .wpDataTablesPopover:before {
372
+ border-top: 7px solid rgba(0, 0, 0, 0.85);
373
+ border-right: 7px solid transparent;
374
+ border-left: 7px solid transparent;
375
+ bottom: -7px;
376
+ }
377
+
378
+ .wpDataTablesPopover.editTools a.DTTT_button {
379
+ color: #ffffff !important;
380
+ }
381
+
382
+ .wpDataTables.wpDataTablesWrapper table.wpDataTable tr.odd td.error {
383
+ background-color: #f2dede;
384
+ }
385
+ /* Formatting rule */
386
+
387
+ .formatting_rule_if_clause,
388
+ .formatting_rule_action {
389
+ background-color: #fdfdfd !important;
390
+ border-color: #cccccc !important;
391
+ background-image: none !important;
392
+ color: #333333;
393
+ border-radius: 3px !important;
394
+ -webkit-box-shadow: none !important;
395
+ -moz-box-shadow: none !important;
396
+ box-shadow: none !important;
397
+ vertical-align: middle;
398
+ }
399
+
400
+ .cellVal {
401
+ font-size: inherit !important;
402
+ line-height: 20px !important;
403
+ -webkit-box-sizing: border-box !important;
404
+ -moz-box-sizing: border-box !important;
405
+ box-sizing: border-box !important;
406
+ }
407
+
408
+ /* Overlay */
409
+
410
+ .wpDataTables .overlayed {
411
+ position: relative;
412
+ pointer-events: none;
413
+ }
414
+
415
+ .wpDataTables .overlayed > * {
416
+ opacity: .3;
417
+ }
418
+
419
+ .wpDataTables .overlayed:after {
420
+ color: inherit;
421
+ font-size: 34px;
422
+ left: 50%;
423
+ margin-left: -15px;
424
+ margin-top: -20px;
425
+ opacity: 1;
426
+ position: absolute;
427
+ top: 50%;
428
+ -webkit-animation: spin 2s infinite linear;
429
+ -moz-animation: spin 2s infinite linear;
430
+ -o-animation: spin 2s infinite linear;
431
+ animation: spin 2s infinite linear;
432
+ }
433
+
434
+ .wpDataTables .overlayed:after {
435
+ font-family: dashicons !important;
436
+ content: "\f463";
437
+ }
438
+
439
+ @-moz-keyframes spin {
440
+ 0% {
441
+ -moz-transform: rotate(0);
442
+ }
443
+ 100% {
444
+ -moz-transform: rotate(359deg);
445
+ }
446
+ }
447
+
448
+ @-webkit-keyframes spin {
449
+ 0% {
450
+ -webkit-transform: rotate(0);
451
+ }
452
+ 100% {
453
+ -webkit-transform: rotate(359deg);
454
+ }
455
+ }
456
+
457
+ @-o-keyframes spin {
458
+ 0% {
459
+ -o-transform: rotate(0);
460
+ }
461
+ 100% {
462
+ -o-transform: rotate(359deg);
463
+ }
464
+ }
465
+
466
+ @-ms-keyframes spin {
467
+ 0% {
468
+ -ms-transform: rotate(0);
469
+ }
470
+ 100% {
471
+ -ms-transform: rotate(359deg);
472
+ }
473
+ }
474
+
475
+ @keyframes spin {
476
+ 0% {
477
+ transform: rotate(0);
478
+ }
479
+ 100% {
480
+ transform: rotate(359deg);
481
+ }
482
+ }
483
+
484
+ .wpDataTables #wdt-checkbox-filter-close,
485
+ .wpDataTables #wdt-checkbox-filter-reset {
486
+ background-color: #313131;
487
+ background-image: -webkit-gradient(linear,0 0,0 100%,from(#4c4c4c),to(#313131)) !important;
488
+ background-image: -webkit-linear-gradient(top,#4c4c4c,#313131) !important;
489
+ background-image: -o-linear-gradient(top,#4c4c4c,#313131) !important;
490
+ background-image: linear-gradient(to bottom,#4c4c4c,#313131) !important;
491
+ background-image: -moz-linear-gradient(top,#4c4c4c,#313131) !important;
492
+ background-repeat: repeat-x;
493
+ filter: progid:dximagetransform.microsoft.gradient(startColorstr= '#ff4c4c4c',endColorstr= '#ff313131',GradientType= 0) !important;
494
+ border-color: #000000;
495
+ border-left-color: #545454;
496
+ color: #ffffff;
497
+ -o-transition: .5s;
498
+ -ms-transition: .5s;
499
+ -moz-transition: .5s;
500
+ -webkit-transition: .5s;
501
+ transition: .5s;
502
+ -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
503
+ -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
504
+ box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
505
+ text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
506
+ }
507
+
508
+ .wpDataTables #wdt-checkbox-filter-close:hover,
509
+ .wpDataTables #wdt-checkbox-filter-reset:hover {
510
+ color: #ffffff;
511
+ font-weight:bold;
512
+ background-color: #000000;
513
+ background-image: -webkit-gradient(linear,0 0,0 100%,from(#313131),to(#000)) !important;
514
+ background-image: -webkit-linear-gradient(top,#313131,#000) !important;
515
+ background-image: -o-linear-gradient(top,#313131,#000) !important;
516
+ background-image: linear-gradient(to bottom,#313131,#000) !important;
517
+ background-image: -moz-linear-gradient(top,#313131,#000) !important;
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
+ }
assets/css/wdt-skins/light.css ADDED
@@ -0,0 +1,434 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * WPDataTables Light skin styles
3
+ */
4
+
5
+ /* Table */
6
+
7
+ /* Table Header */
8
+
9
+ .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
10
+ color: #333333;
11
+ border: 1px solid #cccccc;
12
+ border-bottom-width: 2px;
13
+ font-weight: 700;
14
+ padding: 7px 10px;
15
+ text-align: left;
16
+ cursor: pointer;
17
+ background: #ffffff none;
18
+ }
19
+
20
+ .wpDataTablesWrapper table.wpDataTable > tfoot > tr > td {
21
+ background-color: #ffffff;
22
+ }
23
+
24
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc,
25
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc,
26
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting:hover {
27
+ background-color: #f0f0f0; /* th active/hover background color */
28
+ }
29
+
30
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting:after,
31
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after,
32
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after {
33
+ border: 5px solid transparent;
34
+ display: inline-block;
35
+ font-size: 0;
36
+ line-height: 0;
37
+ content: "";
38
+ height: 0;
39
+ width: 0;
40
+ vertical-align: 3px;
41
+ margin: 0 0 0 10px;
42
+ opacity: .6;
43
+ }
44
+
45
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting:after,
46
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after {
47
+ border-top-width: 0;
48
+ }
49
+
50
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after {
51
+ border-bottom-width: 0;
52
+ }
53
+
54
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting:hover:after,
55
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after,
56
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after {
57
+ opacity: 1;
58
+ }
59
+
60
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after {
61
+ border-top-color: #333333; /* th caret color = th font color */
62
+ }
63
+
64
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting:after,
65
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after {
66
+ border-bottom-color: #333333; /* th caret color = th font color */
67
+ }
68
+
69
+ /* Table Body */
70
+
71
+ .wpDataTablesWrapper table.wpDataTable > tbody > tr > td,
72
+ .wpDataTablesWrapper table.wpDataTable > tfoot > tr > td{
73
+ border: 1px solid;
74
+ border-color: #e0e0e0; /* td inner border color */
75
+ -o-transition: .5s;
76
+ -ms-transition: .5s;
77
+ -moz-transition: .5s;
78
+ -webkit-transition: .5s;
79
+ transition: .5s;
80
+ }
81
+
82
+ .wpDataTablesWrapper table.wpDataTable tr td:first-child {
83
+ border-left-color: #c6c6c6; /* table outer border color */
84
+ }
85
+
86
+ .wpDataTablesWrapper table.wpDataTable tr:last-child td {
87
+ border-bottom-color: #c6c6c6; /* table outer border color */
88
+ }
89
+
90
+ .wpDataTablesWrapper table.wpDataTable tr.odd td {
91
+ background-color: #f5f5f5; /* odd rows background color */
92
+ }
93
+
94
+ .wpDataTablesWrapper table.wpDataTable tr.even td {
95
+ background-color: #ffffff; /* even rows background color */
96
+ }
97
+
98
+ .wpDataTablesWrapper table.wpDataTable tr.odd td.sorting_1 {
99
+ background-color: #eeeeee; /* odd rows active background color */
100
+ }
101
+
102
+ .wpDataTablesWrapper table.wpDataTable tr.even td.sorting_1 {
103
+ background-color: #f8f8f8; /* even rows active background color */
104
+ }
105
+
106
+ .wpDataTablesWrapper table.wpDataTable tr.odd:hover > td,
107
+ .wpDataTablesWrapper table.wpDataTable tr.odd:hover > td.sorting_1,
108
+ .wpDataTablesWrapper table.wpDataTable tr.even:hover > td,
109
+ .wpDataTablesWrapper table.wpDataTable tr.even:hover > td.sorting_1 {
110
+ background-color: #e8e8e8; /* rows hover background color */
111
+ }
112
+
113
+ .wpDataTablesWrapper table.wpDataTable tr.odd.selected > td,
114
+ .wpDataTablesWrapper table.wpDataTable tr.odd.selected > td.sorting_1,
115
+ .wpDataTablesWrapper table.wpDataTable tr.even.selected > td,
116
+ .wpDataTablesWrapper table.wpDataTable tr.even.selected > td.sorting_1 {
117
+ background-color: #faf8e2; /* selected rows background color */
118
+ }
119
+
120
+ /* Table Footer */
121
+
122
+ .wpDataTablesWrapper table.wpDataTable tfoot th {
123
+ border-top: 1px solid #000;
124
+ border-width: 1px 0;
125
+ }
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 {
194
+ width: 80px;
195
+ padding: 0 5px;
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;
207
+ text-decoration: none;
208
+ vertical-align: middle;
209
+ -webkit-font-smoothing: antialiased;
210
+ }
211
+
212
+ /* Export Tools */
213
+
214
+ .wpDataTablesWrapper button.DTTT_button,
215
+ .wpDataTablesWrapper div.DTTT_button,
216
+ .wpDataTablesWrapper a.DTTT_button,
217
+ .wpDataTablesWrapper button.DTTT_button:hover,
218
+ .wpDataTablesWrapper div.DTTT_button:hover,
219
+ .wpDataTablesWrapper a.DTTT_button:hover {
220
+ background-color: transparent;
221
+ background-image: none;
222
+ -webkit-border-radius: 0;
223
+ -moz-border-radius: 0;
224
+ -ms-border-radius: 0px;
225
+ -o-border-radius: 0px;
226
+ border-radius: 0;
227
+ -webkit-box-shadow: none;
228
+ -moz-box-shadow: none;
229
+ box-shadow: none;
230
+ }
231
+
232
+ .wpDataTablesWrapper .DTTT_button {
233
+ opacity: 0.7;
234
+ }
235
+
236
+ .wpDataTablesWrapper .DTTT_button {
237
+ opacity: 0.7;
238
+ }
239
+
240
+ .wpDataTablesWrapper .DTTT_button:hover {
241
+ opacity: 1;
242
+ }
243
+
244
+ .wpDataTablesWrapper .DTTT_button.disabled {
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
+
262
+ /* Popover Tools */
263
+
264
+ .wpDataTablesPopover {
265
+ background-color: rgba(0, 0, 0, 0.85);
266
+ border-radius: 5px;
267
+ color: #fff;
268
+ font-size: 12px;
269
+ padding: 7px 10px;
270
+ }
271
+
272
+ .wpDataTablesPopover:before {
273
+ border-top: 7px solid rgba(0, 0, 0, 0.85);
274
+ border-right: 7px solid transparent;
275
+ border-left: 7px solid transparent;
276
+ bottom: -7px;
277
+ }
278
+
279
+ .wpDataTablesPopover.editTools a.DTTT_button {
280
+ color: #ffffff !important;
281
+ }
282
+
283
+ .wpDataTables.wpDataTablesWrapper table.wpDataTable tr.odd td.error {
284
+ background-color: #f2dede;
285
+ }
286
+
287
+ /* Formatting rule */
288
+
289
+ .formatting_rule_if_clause,
290
+ .formatting_rule_action {
291
+ background-color: #fdfdfd !important;
292
+ border-color: #cccccc !important;
293
+ background-image: none !important;
294
+ color: #333333;
295
+ border-radius: 3px !important;
296
+ -webkit-box-shadow: none !important;
297
+ -moz-box-shadow: none !important;
298
+ box-shadow: none !important;
299
+ vertical-align: middle;
300
+ }
301
+
302
+ .cellVal {
303
+ font-size: inherit !important;
304
+ line-height: 20px !important;
305
+ -webkit-box-sizing: border-box !important;
306
+ -moz-box-sizing: border-box !important;
307
+ box-sizing: border-box !important;
308
+ }
309
+
310
+ /* Overlay */
311
+
312
+ .wpDataTables .overlayed {
313
+ position: relative;
314
+ pointer-events: none;
315
+ }
316
+
317
+ .wpDataTables .overlayed > * {
318
+ opacity: .3;
319
+ }
320
+
321
+ .wpDataTables .overlayed:after {
322
+ color: inherit;
323
+ font-size: 34px;
324
+ left: 50%;
325
+ margin-left: -15px;
326
+ margin-top: -20px;
327
+ opacity: 1;
328
+ position: absolute;
329
+ top: 50%;
330
+ -webkit-animation: spin 2s infinite linear;
331
+ -moz-animation: spin 2s infinite linear;
332
+ -o-animation: spin 2s infinite linear;
333
+ animation: spin 2s infinite linear;
334
+ }
335
+
336
+ .wpDataTables .overlayed:after {
337
+ font-family: dashicons !important;
338
+ content: "\f463";
339
+ }
340
+
341
+ @-moz-keyframes spin {
342
+ 0% {
343
+ -moz-transform: rotate(0);
344
+ }
345
+ 100% {
346
+ -moz-transform: rotate(359deg);
347
+ }
348
+ }
349
+
350
+ @-webkit-keyframes spin {
351
+ 0% {
352
+ -webkit-transform: rotate(0);
353
+ }
354
+ 100% {
355
+ -webkit-transform: rotate(359deg);
356
+ }
357
+ }
358
+
359
+ @-o-keyframes spin {
360
+ 0% {
361
+ -o-transform: rotate(0);
362
+ }
363
+ 100% {
364
+ -o-transform: rotate(359deg);
365
+ }
366
+ }
367
+
368
+ @-ms-keyframes spin {
369
+ 0% {
370
+ -ms-transform: rotate(0);
371
+ }
372
+ 100% {
373
+ -ms-transform: rotate(359deg);
374
+ }
375
+ }
376
+
377
+ @keyframes spin {
378
+ 0% {
379
+ transform: rotate(0);
380
+ }
381
+ 100% {
382
+ transform: rotate(359deg);
383
+ }
384
+ }
385
+
386
+ .wpDataTables .checkbox-filter.btn {
387
+ color: #333;
388
+ background-color: #fff;
389
+ border-color: #ccc;
390
+ margin: auto;
391
+ display: block;
392
+ }
393
+
394
+ .wpDataTables .checkbox-filter.btn:before {
395
+ font-size: 18px;
396
+ line-height: 18px;
397
+ margin-right: 5px;
398
+ margin-top: 0;
399
+ text-align: left;
400
+ }
401
+
402
+ /* Responsive */
403
+
404
+ table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
405
+ table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
406
+ display: inline-block;
407
+ content: "";
408
+ height: 11px;
409
+ width: 11px;
410
+ background-image: url(../../img/icons.png);
411
+ background-repeat: no-repeat;
412
+ background-position: -12px 0;
413
+
414
+ }
415
+
416
+ /* Responsive table skin styles */
417
+ .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander {
418
+ opacity: 0.6;
419
+ }
420
+
421
+ .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander:hover {
422
+ opacity: 1;
423
+ }
424
+
425
+ table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
426
+ table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
427
+ display: inline-block;
428
+ content: "";
429
+ height: 11px;
430
+ width: 11px;
431
+ background-image: url(../../img/icons.png);
432
+ background-repeat: no-repeat;
433
+ background-position: -24px 0;
434
+ }
assets/css/wdt-skins/material.css ADDED
@@ -0,0 +1,525 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * WPDataTables Material skin styles
3
+ */
4
+
5
+ @import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
6
+
7
+ .wpdt-c {
8
+ font-size: 13px;
9
+ }
10
+
11
+ .wpdt-c table thead th,
12
+ .wpdt-c table tbody td,
13
+ .wpdt-c table tfoot td{
14
+ font-family: 'Roboto', sans-serif !important;
15
+ font-weight: 100;
16
+ color: rgba(0, 0, 0, 0.87);
17
+ }
18
+
19
+ .wpdt-c label {
20
+ font-weight: normal;
21
+ color: rgba(0, 0, 0, 0.54);
22
+ }
23
+
24
+ .wpdt-c input.form-control {
25
+ font-weight: 100;
26
+ color: rgba(0, 0, 0, 0.87);
27
+ }
28
+
29
+ /* Table */
30
+
31
+ /* Table Header */
32
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
33
+ color: rgba(0, 0, 0, 0.84);
34
+ font-weight: 500;
35
+ padding: 7px 10px;
36
+ border-bottom: 1px solid #e9e9e9;
37
+ border-top: 0;
38
+ border-left: 0;
39
+ border-right: 0;
40
+ background-color: unset;
41
+ }
42
+
43
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable {
44
+ border-collapse:collapse;
45
+ color: rgba(0, 0, 0, 0.87);
46
+ border: 0;
47
+ margin-bottom: 10px;
48
+ }
49
+
50
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr td {
51
+ background: none;
52
+ border: 0;
53
+ }
54
+
55
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable th {
56
+ background: none;
57
+ }
58
+
59
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc,
60
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc,
61
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting:hover {
62
+ color: rgba(0, 0, 0, 1);
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
+
79
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable > tbody > tr > td {
80
+ border-top: 1px solid #e9e9e9;
81
+ padding: 15px;
82
+ border-bottom: 0px;
83
+ border-left: 0px;
84
+ border-right: 0px;
85
+ -o-transition:.5s;
86
+ -ms-transition:.5s;
87
+ -moz-transition:.5s;
88
+ -webkit-transition:.5s;
89
+ transition:.5s;
90
+ }
91
+
92
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.odd:hover > td,
93
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.odd:hover > td.sorting_1,
94
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.even:hover > td,
95
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.even:hover > td.sorting_1 {
96
+ background-color: #EEEEEE; /* rows hover background color */
97
+ }
98
+
99
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.odd.selected > td,
100
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.odd.selected > td.sorting_1,
101
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.even.selected > td,
102
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.even.selected > td.sorting_1 {
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;
116
+ -webkit-transition:.5s;
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;
177
+ text-decoration: none;
178
+ vertical-align: middle;
179
+ -webkit-font-smoothing: antialiased;
180
+ }
181
+
182
+ .wpdt-c .wpDataTablesWrapper button.DTTT_button,
183
+ .wpdt-c .wpDataTablesWrapper div.DTTT_button,
184
+ .wpdt-c .wpDataTablesWrapper a.DTTT_button {
185
+ background-color: transparent;
186
+ background-image: none;
187
+ -webkit-border-radius: 0px;
188
+ -moz-border-radius: 0px;
189
+ -ms-border-radius: 0px;
190
+ -o-border-radius: 0px;
191
+ border-radius: 0px;
192
+ -webkit-box-shadow: none;
193
+ -moz-box-shadow: none;
194
+ box-shadow: none;
195
+ border: 0px;
196
+ }
197
+
198
+ .wpdt-c .wpDataTablesWrapper button.DTTT_button:hover,
199
+ .wpdt-c .wpDataTablesWrapper div.DTTT_button:hover,
200
+ .wpdt-c .wpDataTablesWrapper a.DTTT_button:hover {
201
+ background-color: #eee;
202
+ background: #eee;
203
+ }
204
+
205
+ .wpdt-c .wpDataTablesWrapper .DTTT_button>span {
206
+ text-transform: uppercase;
207
+ color: #2196F3;
208
+ }
209
+
210
+ .wpdt-c .wpDataTablesWrapper .DTTT_button.disabled {
211
+ opacity: 0.4;
212
+ }
213
+
214
+
215
+ .wpdt-c .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before {
216
+ content: "";
217
+ }
218
+
219
+ .wpdt-c .wpDataTablesWrapper .DTTT_button.DTTT_button_xls:before {
220
+ content: "";
221
+ }
222
+
223
+ .wpdt-c .wpDataTablesWrapper .DTTT_button.DTTT_button_pdf:before {
224
+ content: "";
225
+ }
226
+
227
+ .wpdt-c .wpDataTablesWrapper .DTTT_button.DTTT_button_csv:before {
228
+ content: "";
229
+ }
230
+
231
+ .wpdt-c .wpDataTablesWrapper .DTTT_button.DTTT_button_copy:before {
232
+ content: "";
233
+ }
234
+
235
+ .wpdt-c .wpDataTablesWrapper .DTTT_button.DTTT_button_edit:before {
236
+ content: "";
237
+ }
238
+
239
+ .wpdt-c .wpDataTablesWrapper .DTTT_button.DTTT_button_new:before {
240
+ content: "";
241
+ }
242
+
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;
249
+ font-size: inherit;
250
+ content:""
251
+ }
252
+
253
+ .wpdt-c .wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters:before {
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;
266
+ color: rgba(0, 0, 0, 0.54);
267
+ border-radius: 0px !important;
268
+ -webkit-box-shadow: none !important;
269
+ -moz-box-shadow: none !important;
270
+ box-shadow: none !important;
271
+ width: 92%;
272
+ }
273
+
274
+ .wpdt-c .wpDataTablesWrapper .checkbox-filter.btn:before {
275
+ content: "\e00a";
276
+ }
277
+
278
+ .wpdt-c #wdt-checkbox-filter-close,
279
+ .wpdt-c #wdt-checkbox-filter-reset,
280
+ .wpdt-c .wdt-edit-dialog-button-block button,
281
+ .wpdt-c #wdt-delete-modal button {
282
+ background-color: transparent !important;
283
+ border: 0 !important;
284
+ color: #2196F3 !important;
285
+ }
286
+ .wpdt-c #wdt-checkbox-filter-close:hover,
287
+ .wpdt-c #wdt-checkbox-filter-reset:hover {
288
+ background-color: #eee;
289
+ }
290
+
291
+ .wpdt-c .modal:not([data-modal-color]) .modal-footer .btn-link {
292
+ color: #2196F3;
293
+ }
294
+
295
+ .wpdt-c .wpDataTablesWrapper .filter_column,
296
+ .wpdt-c .wpDataTablesWrapper .filter_column button{
297
+ -ms-text-overflow: ellipsis;
298
+ text-overflow: ellipsis;
299
+ overflow: hidden;
300
+ }
301
+ /* Popover tools */
302
+
303
+ .wpdt-c .wpDataTablesPopover.editTools {
304
+ min-width: 160px;
305
+ padding: 5px 0;
306
+ margin: 2px 0 0;
307
+ list-style: none;
308
+ font-size: 13px;
309
+ text-align: left;
310
+ background-color: #fff;
311
+ border: 1px solid transparent;
312
+ border-radius: 2px;
313
+ -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
314
+ box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
315
+ background-clip: padding-box;
316
+ }
317
+
318
+ /* Responsive */
319
+
320
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr > td > span.responsiveExpander,
321
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander {
322
+ background-color: transparent;
323
+ background-image: none;
324
+ border: 0;
325
+ cursor: pointer;
326
+ display: inline-block;
327
+ line-height: 15px;
328
+ font-size: 15px;
329
+ padding: 1px;
330
+ box-sizing: border-box;
331
+ -moz-box-sizing: border-box;
332
+ -webkit-box-sizing: border-box;
333
+ -moz-border-radius: 5px;
334
+ -webkit-border-radius: 5px;
335
+ -o-border-radius: 5px;
336
+ border-radius: 5px;
337
+ -webkit-user-select: none;
338
+ -khtml-user-select: none;
339
+ -moz-user-select: none;
340
+ -ms-user-select: none;
341
+ user-select: none;
342
+ margin-right: 3px;
343
+ }
344
+
345
+ table.has-columns-hidden > tbody > tr.row-detail > td > ul > li > span.columnTitle {
346
+ font-weight: 500;
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;
357
+ background-repeat: no-repeat;
358
+ background-position: 0px 0px;
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;
369
+ background-repeat: no-repeat;
370
+ background-position: 0px 0px;
371
+ }
372
+
373
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander {
374
+ opacity: 0.54;
375
+ }
376
+
377
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander:hover {
378
+ opacity: 0.87;
379
+ }
380
+
381
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr > td > span.responsiveExpander:hover,
382
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander:hover {
383
+ background-color: transparent;
384
+ background-image: none;
385
+ border: 0;
386
+ -webkit-box-shadow: none;
387
+ -moz-box-shadow: none;
388
+ box-shadow: none;
389
+ }
390
+
391
+ .wpdt-c div.dt-button-collection {
392
+ position: absolute;
393
+ top: 100%;
394
+ left: 0;
395
+ z-index: 9999;
396
+ display: none;
397
+ float: left;
398
+ min-width: 160px;
399
+ padding: 5px 0;
400
+ margin: 2px 0 0;
401
+ list-style: none;
402
+ font-size: 13px;
403
+ text-align: left;
404
+ background-color: #fff;
405
+ border: 1px solid transparent;
406
+ border-radius: 2px;
407
+ -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
408
+ box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
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);
435
+ transform: scale(1);
436
+ right: 15px;
437
+ }
438
+
439
+ /* Overlay */
440
+
441
+ .wpDataTables .overlayed {
442
+ position: relative;
443
+ pointer-events: none;
444
+ }
445
+
446
+ .wpDataTables .overlayed > * {
447
+ opacity: .3;
448
+ }
449
+
450
+ .wpDataTables .overlayed:after {
451
+ color: inherit;
452
+ font-size: 34px;
453
+ left: 50%;
454
+ margin-left: -15px;
455
+ margin-top: -20px;
456
+ opacity: 1;
457
+ position: absolute;
458
+ top: 50%;
459
+ -webkit-animation: spin 2s infinite linear;
460
+ -moz-animation: spin 2s infinite linear;
461
+ -o-animation: spin 2s infinite linear;
462
+ animation: spin 2s infinite linear;
463
+ }
464
+
465
+ .wpDataTables .overlayed:after {
466
+ font-family: dashicons !important;
467
+ content: "\f463";
468
+ }
469
+
470
+ @-moz-keyframes spin {
471
+ 0% {
472
+ -moz-transform: rotate(0);
473
+ }
474
+ 100% {
475
+ -moz-transform: rotate(359deg);
476
+ }
477
+ }
478
+
479
+ @-webkit-keyframes spin {
480
+ 0% {
481
+ -webkit-transform: rotate(0);
482
+ }
483
+ 100% {
484
+ -webkit-transform: rotate(359deg);
485
+ }
486
+ }
487
+
488
+ @-o-keyframes spin {
489
+ 0% {
490
+ -o-transform: rotate(0);
491
+ }
492
+ 100% {
493
+ -o-transform: rotate(359deg);
494
+ }
495
+ }
496
+
497
+ @-ms-keyframes spin {
498
+ 0% {
499
+ -ms-transform: rotate(0);
500
+ }
501
+ 100% {
502
+ -ms-transform: rotate(359deg);
503
+ }
504
+ }
505
+
506
+ @keyframes spin {
507
+ 0% {
508
+ transform: rotate(0);
509
+ }
510
+ 100% {
511
+ transform: rotate(359deg);
512
+ }
513
+ }
514
+
515
+ /* Theme fixes */
516
+ .wpdt-c .dropdown-toggle:after {
517
+ content: "";
518
+ }
519
+ .wpdt-c .entry-content a {
520
+ border: 0;
521
+ }
522
+
523
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tfoot {
524
+ border-top: 1px solid #e9e9e9;
525
+ }
assets/css/wdt.frontend.min.css ADDED
@@ -0,0 +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>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}.wpDataTablesWrapper .paging_full_numbers{height:22px;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:10px}.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:black}.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 .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-all-filters-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 .wdtCheckboxModalWrap,.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 .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 .checkbox-filter.btn,.wpDataTables input[type=text],.wpDataTables select,.wpdt-c .wpDataTablesWrapper .filter_column button{height:30px!important}.wpDataTables .checkbox-filter.btn{width:100%;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis;border:1px solid #d7d7d7}.wpDataTablesWrapper .wpDataTableFilterSection{float:left;padding:15px}.wpDataTablesFilter .wpDataTableFilterSection{float:left;margin-bottom:10px;margin-right:15px;min-width:230px;min-height:115px}.wpDataTablesFilter .wpDataTableFilterSection input.form-control{min-height:31px}.wpDataTablesFilter .wpDataTableFilterSection#wdt-clear-filters-button-block{margin-bottom:0;padding-top:35px}span.filter_column.filter_number_range{white-space:normal}.wpDataTablesFilter .number_range_filter:first-child{margin-right:7px}.wdtCheckboxModalWrap{margin-bottom:15px}.wdtCheckboxModalWrap:after,.wdtCheckboxModalWrap:before{content:" ";display:table}.wdtCheckboxModalWrap: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:white;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.wdtCheckboxModalWrap div.wdt_checkbox_option{width:33%;float:left}div.wdtCheckboxModalWrap div.wdt_checkbox_option{width:33%;float:left;position:relative}div.wdtCheckboxModalWrap>div>div{width:100%}div.wdtCheckboxModalWrap 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:32px}.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.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}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;background:url(../images/collection.png) no-repeat center right}button.DTTT_button_collection:hover span{padding-right:17px;background:#f0f0f0 url(../images/collection_hover.png) no-repeat center right}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{background:transparent url(../images/background.png) repeat top left;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 black;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}/Library/WebServer/Documents/lite/wp-content/plugins/wpdatatables/assets/css/datatables.responsive.css
assets/css/wpdatatables.min.css CHANGED
@@ -1,242 +1,95 @@
1
- /*!
2
- * wpDataTables styles
3
  *
4
- */table.dataTable {
5
- margin: 0 auto;
6
- clear: both;
7
- width: 100%}
8
- table.dataTable thead th {
9
- padding: 3px 18px 3px 10px;
10
- border-bottom: 1px solid #000;
11
- font-weight: 700;
12
- cursor: pointer;
13
- }
14
- table.dataTable tfoot th {
15
- padding: 3px 18px 3px 10px;
16
- border-top: 1px solid #000;
17
- font-weight: 700;
18
- }
19
- table.dataTable td {
20
- padding: 3px 10px;
21
- }
22
- table.dataTable td.center, table.dataTable td.dataTables_empty {
23
- text-align: center;
24
- }
25
- table.dataTable tr.odd {
26
- background-color: #e2e4ff;
27
- }
28
- table.dataTable tr.even {
29
- background-color: #fff;
30
- }
31
- table.dataTable tr.odd td.sorting_1 {
32
- background-color: #d3d6ff;
33
- }
34
- table.dataTable tr.odd td.sorting_2 {
35
- background-color: #dadcff;
36
- }
37
- table.dataTable tr.odd td.sorting_3 {
38
- background-color: #e0e2ff;
39
- }
40
- table.dataTable tr.even td.sorting_1 {
41
- background-color: #eaebff;
42
- }
43
- table.dataTable tr.even td.sorting_2 {
44
- background-color: #f2f3ff;
45
- }
46
- table.dataTable tr.even td.sorting_3 {
47
- background-color: #f9f9ff;
48
- }
49
- .dataTables_wrapper {
50
- position: relative;
51
- clear: both;
52
- }
53
- .dataTables_length {
54
- float: left;
55
- }
56
- .dataTables_filter {
57
- float: right;
58
- text-align: right;
59
- }
60
- .dataTables_info {
61
- clear: both;
62
- float: left;
63
- }
64
- .dataTables_paginate {
65
- float: right;
66
- text-align: right;
67
- }
68
- .paginate_disabled_next, .paginate_disabled_previous, .paginate_enabled_next, .paginate_enabled_previous {
69
- height: 19px;
70
- float: left;
71
- cursor: pointer;
72
- color: #111!important;
73
- }
74
- .paginate_disabled_next:hover, .paginate_disabled_previous:hover, .paginate_enabled_next:hover, .paginate_enabled_previous:hover {
75
- text-decoration: none!important;
76
- }
77
- .paginate_disabled_next:active, .paginate_disabled_previous:active, .paginate_enabled_next:active, .paginate_enabled_previous:active {
78
- outline: 0;
79
- }
80
- .paginate_disabled_next, .paginate_disabled_previous {
81
- color: #666!important;
82
- }
83
- .paginate_disabled_previous, .paginate_enabled_previous {
84
- padding-left: 23px;
85
- }
86
- .paginate_disabled_next, .paginate_enabled_next {
87
- padding-right: 23px;
88
- margin-left: 10px;
89
- }
90
- .paginate_enabled_previous {
91
- background: url(../images/back_enabled.png) top left no-repeat;
92
- }
93
- .paginate_enabled_previous:hover {
94
- background: url(../images/back_enabled_hover.png) top left no-repeat;
95
- }
96
- .paginate_disabled_previous {
97
- background: url(../images/back_disabled.png) top left no-repeat;
98
- }
99
- .paginate_enabled_next {
100
- background: url(../images/forward_enabled.png) top right no-repeat;
101
- }
102
- .paginate_enabled_next:hover {
103
- background: url(../images/forward_enabled_hover.png) top right no-repeat;
104
- }
105
- .paginate_disabled_next {
106
- background: url(../images/forward_disabled.png) top right no-repeat;
107
- }
108
- .paging_full_numbers {
109
- height: 22px;
110
- line-height: 22px;
111
- }
112
- .paging_full_numbers a:active {
113
- outline: 0;
114
- }
115
- .paging_full_numbers a:hover {
116
- text-decoration: none;
117
- }
118
- .paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button {
119
- border: 1px solid #aaa;
120
- -webkit-border-radius: 5px;
121
- -moz-border-radius: 5px;
122
- border-radius: 5px;
123
- padding: 2px 5px;
124
- margin: 0 3px;
125
- cursor: pointer;
126
- color: #333!important;
127
- }
128
- .paging_full_numbers a.paginate_button {
129
- background-color: #ddd;
130
- }
131
- .paging_full_numbers a.paginate_button:hover {
132
- background-color: #ccc;
133
- text-decoration: none!important;
134
- }
135
- .paging_full_numbers a.paginate_active {
136
- background-color: #99b3ff;
137
- }
138
- .dataTables_processing {
139
- position: absolute;
140
- top: 50%;
141
- left: 50%;
142
- width: 250px;
143
- height: 30px;
144
- margin-left: -125px;
145
- margin-top: -15px;
146
- padding: 14px 0 2px;
147
- border: 1px solid #ddd;
148
- text-align: center;
149
- color: #999;
150
- font-size: 14px;
151
- background-color: #fff;
152
- }
153
- table.dataTable thead td:active, table.dataTable thead th:active {
154
- outline: 0;
155
- }
156
- .dataTables_scroll {
157
- clear: both;
158
- }
159
- .dataTables_scrollBody {
160
- -webkit-overflow-scrolling: touch;
161
  }
162
- /*!
163
- * wpDataTables styles
164
- *
165
- */.wpDataTables:after, .wpDataTables:before {
166
  content: " ";
167
  display: table;
168
  }
169
  .wpDataTables:after {
170
  clear: both;
171
  }
 
 
 
 
 
 
172
  .wpDataTablesWrapper table.wpDataTable {
173
  background-color: transparent;
174
  border-collapse: collapse;
175
  border-spacing: 0;
176
  clear: both;
177
- font-size: inherit;
178
  margin: 0 auto;
179
  width: 100%;
 
 
 
180
  }
181
 
182
- div.wpDataTablesWrapper div.wdtscroll {
183
- width: 100%;
184
- overflow-x: scroll;
185
  }
186
 
187
- table.scroll {
188
- width: auto !important;
189
- }
190
- .wpDataTablesWrapper table.wpDataTable td, .wpDataTablesWrapper table.wpDataTable th {
 
 
 
 
 
 
 
191
  overflow: hidden;
192
  text-overflow: ellipsis;
193
  white-space: nowrap;
194
  }
195
- .wpDataTablesWrapper table.wpDataTable thead th {
196
- border-style: solid;
197
- border-width: 1px 1px 2px;
198
- cursor: pointer;
199
- padding: 7px 10px;
200
- text-align: left;
201
- }
202
- .wpDataTablesWrapper table.wpDataTable thead th.collapsible.sorting {
203
- text-align: center;
204
  }
205
- .wpDataTablesWrapper table.wpDataTable thead th.sorting, .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc, .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc {
 
 
 
206
  background-image: none!important;
207
  }
208
- .wpDataTablesWrapper table.wpDataTable thead th.sorting:after, .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after, .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after {
209
- border-color: transparent;
210
- border-style: solid;
211
- border-width: 5px;
212
- display: inline-block;
213
- font-size: 0;
214
- line-height: 0;
215
- content: "";
216
- height: 0;
217
- width: 0;
218
- vertical-align: 3px;
219
- margin: 0 0 0 10px;
220
- opacity: .6;
221
- }
222
- .wpDataTablesWrapper table.wpDataTable thead th.collapsible.sorting:after, .wpDataTablesWrapper table.wpDataTable thead th.collapsible.sorting_asc:after, .wpDataTablesWrapper table.wpDataTable thead th.collapsible.sorting_desc:after {
223
- margin-left: 0;
224
- }
225
- .wpDataTablesWrapper table.wpDataTable thead th.sorting:after, .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after {
226
- border-top-width: 0;
227
- }
228
- .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after {
229
- border-bottom-width: 0;
230
- }
231
- .wpDataTablesWrapper table.wpDataTable thead th.sorting:hover:after, .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after, .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after {
232
- opacity: 1;
233
- }
234
  .wpDataTablesWrapper table.wpDataTable td {
235
- border: 1px solid;
236
  padding: 3px 10px;
 
 
 
237
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
238
  .wpDataTablesWrapper table.wpDataTable tfoot td {
239
- border-width: 1px 0;
240
  padding-bottom: 7px;
241
  padding-top: 7px;
242
  vertical-align: top;
@@ -247,16 +100,79 @@ table.scroll {
247
  .wpDataTablesWrapper table.wpDataTable thead th input{
248
  display: block;
249
  margin: 0;
250
- width: 92%}
251
- .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{
 
 
 
 
 
 
 
252
  display: block;
253
- width: 100%}
254
- .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 {
 
 
 
 
255
  margin-bottom: 5px!important;
256
  }
257
- .wpDataTablesWrapper table.wpDataTable tfoot .selecter {
258
- width: 100%!important;
 
 
 
 
 
 
 
 
 
 
259
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
260
  .wpDataTablesWrapper .dataTables_info {
261
  clear: both;
262
  float: left;
@@ -264,6 +180,9 @@ table.scroll {
264
  padding: 3px 0;
265
  font-size: 11px;
266
  }
 
 
 
267
  .wpDataTablesWrapper .dataTables_paginate {
268
  float: right;
269
  text-align: right;
@@ -280,15 +199,17 @@ table.scroll {
280
  font-size: 14px;
281
  line-height: 1em;
282
  }
 
 
 
283
  .wpDataTablesWrapper div.dt-buttons {
284
  margin-bottom: 20px;
285
  margin-left: 20px;
286
  margin-right: -10px;
287
  float: right;
288
  }
289
- .wpDataTablesWrapper a.DTTT_button, .wpDataTablesWrapper a.DTTT_button {
290
- position: relative;
291
- float: right;
292
  height: auto;
293
  line-height: 18px!important;
294
  margin-right: 15px;
@@ -299,16 +220,14 @@ table.scroll {
299
  margin-right: 3px;
300
  padding: 5px 8px;
301
  cursor: pointer;
302
- color: black !important;
303
- background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
304
- }
305
- .wpDataTablesWrapper a.DTTT_button, .wpDataTablesWrapper a.DTTT_button:hover {
306
- border-color: transparent;
307
- border-style: solid;
308
  }
 
 
309
  .wpDataTablesWrapper .DTTT_button[disabled=disabled] {
310
  cursor: default;
311
  }
 
312
  .wpDataTablesWrapper .DTTT_button:before {
313
  font-size: 18px;
314
  float: none;
@@ -316,61 +235,114 @@ table.scroll {
316
  margin-right: 5px;
317
  margin-top: 0;
318
  }
 
319
  .wpDataTablesWrapper .DTTT_button span {
320
  vertical-align: middle;
321
  }
322
- .wpDataTablesWrapper table.wpDataTable tr.selected td, .wpDataTablesWrapper table.wpDataTable tr.selected td.sorting_1 {
323
- background-color: #ddd;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
324
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
325
  .wpDataTablesWrapper .dataTables_length {
326
  float: left;
327
  }
328
- .wpDataTablesWrapper .dataTables_filter, .wpDataTablesWrapper .dataTables_length {
329
- margin-bottom: 20px;
 
 
 
 
 
 
 
 
 
 
330
  }
331
- .wpDataTablesWrapper .dataTables_filter label, .wpDataTablesWrapper .dataTables_length label {
 
332
  font-size: inherit;
333
  line-height: inherit;
334
  margin-bottom: 0;
335
  }
336
- .wpDataTablesWrapper .dataTables_length .selecter {
337
- margin: 0 5px!important;
338
- width: 80px!important;
339
- }
340
  .wpDataTablesWrapper .dataTables_filter input {
341
  margin-bottom: 0;
342
  }
343
- .wpDataTablesWrapper .dataTables_processing {
344
- position: absolute;
345
- top: 0;
346
- left: 0;
347
- bottom: 0;
348
- right: 0;
349
- width: 100%;
350
- height: auto;
351
- margin-left: 0;
352
- margin-top: 0;
353
- padding: 0;
354
- border-style: none;
355
- text-align: center;
356
- font-size: 14px;
357
- background-color: rgba(255, 255, 255, .7);
358
- }
359
- .wpDataTablesWrapper .dataTables_processing img {
360
- display: inline-boock;
361
- position: absolute;
362
- top: 50%;
363
- left: 50%;
364
- margin-left: -25px;
365
- margin-top: -25px;
366
- }
367
- .wpDataTablesWrapper div.wpDataTablesFilter span.filter_column input[type=text] {
368
- width: 70px;
369
  }
370
- .wpDataTablesWrapper .wdtCheckboxModalWrap, .wpDataTablesWrapper .wpDataTablesFilter {
 
371
  overflow: hidden;
 
372
  }
373
- .wpDataTables input[type=text], .wpDataTables input[type="search"], .wpDataTables select, .wpDataTables textarea {
 
 
374
  display: inline-block;
375
  margin-bottom: 0!important;
376
  max-width: 100%;
@@ -381,7 +353,9 @@ table.scroll {
381
  .wpDataTables textarea.wpdt-tiny-mce {
382
  display: none !important;
383
  }
384
- .wpDataTables .btn, .wpDataTables .checkbox_filter.btn, .wpDataTables .selecter .selecter-item, .wpDataTables .selecter .selecter-selected, .wpDataTables input[type=text], .wpDataTables select, .wpDataTables textarea, .wpDataTablesWrapper .DTTT_button {
 
 
385
  font-size: inherit!important;
386
  line-height: 22px!important;
387
  padding-bottom: 3px!important;
@@ -389,541 +363,130 @@ table.scroll {
389
  -webkit-box-sizing: border-box!important;
390
  -moz-box-sizing: border-box!important;
391
  box-sizing: border-box!important;
 
392
  }
393
- .wpDataTables .btn, .wpDataTables .checkbox_filter.btn, .wpDataTables .selecter .selecter-item, .wpDataTables .selecter .selecter-selected, .wpDataTables input[type=text], .wpDataTables select, .wpDataTablesWrapper .DTTT_button {
 
 
 
 
394
  height: 30px!important;
395
  }
396
- .wpDataTables .checkbox_filter.btn {
397
- font-size: inherit;
398
- padding: 3px 0;
399
- }
400
- .wpDataTables .checkbox_filter.btn:before {
401
- font-size: 18px;
402
- line-height: 18px;
403
- margin-right: 5px;
404
- margin-top: 0;
405
- text-align: left;
406
  }
 
407
  .wpDataTablesWrapper .wpDataTableFilterSection {
408
  float: left;
409
  padding: 15px;
410
  }
411
- .wpDataTablesFilter {
412
- margin-bottom: 30px;
413
- }
414
  .wpDataTablesFilter .wpDataTableFilterSection {
415
  float: left;
416
  margin-bottom: 10px;
417
  margin-right: 15px;
418
- min-width: 180px;
 
 
 
 
419
  }
420
- .wpDataTablesFilter .filter_select .selecter {
421
- width: 100%!important;
422
- outline: none;
423
  }
 
424
  span.filter_column.filter_number_range {
425
  white-space: normal;
426
  }
427
  .wpDataTablesFilter .number_range_filter:first-child {
428
  margin-right: 7px;
429
  }
430
- .wpDataTables .overlayed {
431
- position: relative;
432
- pointer-events: none;
433
- }
434
- .wpDataTables .overlayed>* {
435
- opacity: .3;
436
- }
437
- .wpDataTables .overlayed:after {
438
- color: inherit;
439
- font-size: 34px;
440
- left: 50%;
441
- margin-left: -15px;
442
- margin-top: -20px;
443
- opacity: 1;
444
- position: absolute;
445
- top: 50%;
446
- -webkit-animation: spin 2s infinite linear;
447
- -moz-animation: spin 2s infinite linear;
448
- -o-animation: spin 2s infinite linear;
449
- animation: spin 2s infinite linear;
450
- }
451
- @-moz-keyframes spin {
452
- 0 {
453
- -moz-transform: rotate(0);
454
- }
455
- 100% {
456
- -moz-transform: rotate(359deg);
457
- }
458
- }@-webkit-keyframes spin {
459
- 0 {
460
- -webkit-transform: rotate(0);
461
- }
462
- 100% {
463
- -webkit-transform: rotate(359deg);
464
- }
465
- }@-o-keyframes spin {
466
- 0 {
467
- -o-transform: rotate(0);
468
- }
469
- 100% {
470
- -o-transform: rotate(359deg);
471
- }
472
- }@-ms-keyframes spin {
473
- 0 {
474
- -ms-transform: rotate(0);
475
- }
476
- 100% {
477
- -ms-transform: rotate(359deg);
478
- }
479
- }@keyframes spin {
480
- 0 {
481
- transform: rotate(0);
482
- }
483
- 100% {
484
- transform: rotate(359deg);
485
- }
486
- }.wpDataTables .selecter {
487
- display: inline-block!important;
488
- height: auto!important;
489
- margin: 0;
490
- max-width: 100%;
491
- vertical-align: middle;
492
- }
493
- .wpDataTables .selecter .selecter-selected {
494
- background-color: transparent!important;
495
- background-image: none!important;
496
- border: 1px solid!important;
497
- color: #7D7B8C !important;
498
- font-weight: normal;
499
- }
500
- .wpDataTables .selecter .selecter-selected:after {
501
- border-color: transparent;
502
- border-style: solid;
503
- border-width: 5px 5px 0;
504
- display: inline-block;
505
- font-size: 0;
506
- float: right;
507
- line-height: 0;
508
- content: "";
509
- height: 0;
510
- width: 0;
511
- margin: 8px -5px 0 5px;
512
- }
513
- .wpDataTables .selecter .selecter-options {
514
- -webkit-box-sizing: border-box;
515
- -moz-box-sizing: border-box;
516
- box-sizing: border-box;
517
- border-style: solid;
518
- border-width: 1px;
519
- width: 100%;
520
- min-width: 80px!important;
521
- }
522
- .wpDataTables .selecter .selecter-item {
523
- border-style: none!important;
524
- display: block!important;
525
- width: auto!important;
526
- }
527
- .wpDataTables .picker.picker-checkbox.checked .picker-flag {
528
- font-size: 14px;
529
- background-image: none!important;
530
- line-height: 12px;
531
- text-align: center;
532
- }
533
- .wpDataTables .picker.picker-radio .picker-handle {
534
- text-align: center;
535
- }
536
- .wpDataTables .picker.picker-radio .picker-flag {
537
- display: inline-block;
538
- }
539
- .remodal-overlay {
540
- filter: none!important;
541
- }
542
- .remodal.wdtRemodal {
543
- -webkit-box-shadow: none!important;
544
- box-shadow: none!important;
545
- font-size: inherit!important;
546
- padding-top: 15px!important;
547
- text-align: left;
548
- }
549
- .wdtRemodal .remodal-close {
550
- display: inline-block!important;
551
- width: auto!important;
552
- height: auto!important;
553
- -webkit-border-radius: 0!important;
554
- border-radius: 0!important;
555
- border-style: none!important;
556
- left: auto!important;
557
- right: 10px!important;
558
- top: 5px!important;
559
- }
560
- .remodal.wdtRemodal .remodal-close:after {
561
- font-size: 18px!important;
562
- }
563
- .remodal.wdtRemodal>h1 {
564
- margin-bottom: 15px;
565
- margin-top: 0;
566
- }
567
- .remodal.wdtRemodal .btn {
568
- border: 1px solid;
569
- font-weight: 400;
570
- margin: 5px 10px 5px 0;
571
- }
572
  .wdtCheckboxModalWrap {
573
  margin-bottom: 15px;
574
  }
575
- .wdtCheckboxModalWrap:after, .wdtCheckboxModalWrap:before {
 
576
  content: " ";
577
  display: table;
578
  }
579
  .wdtCheckboxModalWrap:after {
580
  clear: both;
581
  }
582
- .wdtEditDialog table {
583
- border-style: none!important;
584
- margin-bottom: 15px;
585
-
586
- }
587
- .wdtEditDialog td {
588
- padding-bottom: 9px;
589
- vertical-align: top;
590
- }
591
- .wdtEditDialog td>label {
592
- margin-right: 15px;
593
- }
594
- .wdtEditDialog input[type=text] {
595
- width: 100%!important;
596
- }
597
- .wdtEditDialog td>.selecter, .wpDataTables td>.selecter {
598
- display: block!important;
599
- }
600
- .wpDataTables .picker, .wpDataTables .picker__box {
601
- font-size: inherit!important;
602
- }
603
- .wpDataTables .picker__header {
604
- margin-top: 0!important;
605
- padding-top: .75em!important;
606
- }
607
- .wpDataTables .picker__nav--next, .wpDataTables .picker__nav--prev {
608
- margin: .33em 0 0!important;
609
- top: 0!important;
610
- }
611
- .wpDataTables .picker__nav--next:before, .wpDataTables .picker__nav--prev:before {
612
- border-style: none!important;
613
- font-size: 18px!important;
614
- height: auto!important;
615
- width: auto!important;
616
- }
617
- .wpDataTables .picker__weekday {
618
- border-width: 1px!important;
619
- text-align: center!important;
620
- }
621
- .wpDataTables .picker__table {
622
- border-collapse: separate!important;
623
- border-spacing: 2px!important;
624
- }
625
- .wpDataTables .picker__table td, .wpDataTables .picker__table th {
626
- font-size: inherit!important;
627
- border-style: none!important;
628
- }
629
- .wpDataTables .picker__table th {
630
- padding: 0 0 10px!important;
631
- }
632
- .wpDataTables .picker__table td {
633
- padding: 0!important;
634
- }
635
- .wpDataTables .picker__footer {
636
- margin-top: 15px;
637
- text-align: center;
638
- }
639
- .wpDataTables .picker__footer button {
640
- border: 1px solid;
641
- display: inline!important;
642
- margin: 5px 10px;
643
- max-width: 200px!important;
644
- position: relative;
645
- vertical-align: middle!important;
646
- }
647
- .wpDataTables .picker__button--today:before {
648
- margin-right: 0!important;
649
- position: absolute!important;
650
- right: 3px!important;
651
- top: 3px!important;
652
- }
653
- .wpDataTables .picker__button--clear:before {
654
- font-size: 1em!important;
655
- height: auto!important;
656
- margin-right: 15px!important;
657
- vertical-align: middle!important;
658
- }
659
- @media(min-height:33.875em) {
660
- .wpDataTables .picker--opened .picker__holder .picker__frame {
661
- margin-top: -200px;
662
- top: 50%!important;
663
- bottom: auto!important;
664
- }
665
- .wpDataTables .picker__box {
666
- -webkit-border-radius: 5px!important;
667
- -moz-border-radius: 5px!important;
668
- border-radius: 5px!important;
669
- }
670
- }@media(max-width:979px) {
671
  .wpDataTablesWrapper .dataTables_filter input {
672
- width: 100px;
 
673
  }
674
- }@media(max-width:750px) {
675
  .wpDataTablesWrapper .dataTables_filter input {
676
- width: 200px;
677
- }
678
- .wpDataTablesWrapper .DTTT_container, .wpDataTablesWrapper .dataTables_filter, .wpDataTablesWrapper .dataTables_length {
679
- float: none!important;
680
- margin-bottom: 10px;
681
- text-align: left!important;
682
- }
683
- .wpDataTablesWrapper .DTTT_container {
684
- margin-left: 0!important;
685
- }
686
- .wpDataTablesWrapper .DTTT_container button {
687
- display: none;
688
- }
689
- .wpDataTablesWrapper .DTTT_container button.delete_table_entry, .wpDataTablesWrapper .DTTT_container button.edit_table, .wpDataTablesWrapper .DTTT_container button.new_table_entry {
690
- display: inline-block;
691
- float: none!important;
692
- position: static;
693
- }
694
- }@font-face {
695
- font-weight: 400;
696
- font-style: normal;
697
- font-family: WPDataTablesIcons;
698
- src: url(../fonts/wpdatatablesicons-base.eot);
699
- 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');
700
- }
701
- .wpDataTablesWrapper .dataTables_paginate>.paginate_button {
702
- font: 0/0 a;
703
- background-color: transparent;
704
- border: 0;
705
- text-shadow: none;
706
- text-indent: -9999em;
707
- }
708
- .remodal.wdtRemodal .remodal-close:after, .wpDataTables .overlayed:after, .wpDataTables .picker.picker-checkbox.checked .picker-flag:before, .wpDataTables .picker__button--clear:before, .wpDataTables .picker__nav--next:before, .wpDataTables .picker__nav--prev:before, .wpDataTablesWrapper .DTTT_button:before, .wpDataTablesWrapper .checkbox_filter.btn:before, .wpDataTablesWrapper .paginate_button:before, .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander:before {
709
- display: inline-block;
710
- font-family: WPDataTablesIcons!important;
711
- font-style: normal;
712
- font-weight: 400;
713
- text-align: center;
714
- text-decoration: none;
715
- vertical-align: middle;
716
- -webkit-font-smoothing: antialiased;
717
- }
718
- .wpDataTables .picker__nav--next:before, .wpDataTablesWrapper .paginate_button.next:before {
719
- content: "\e001"!important;
720
- }
721
- .wpDataTables .picker__nav--prev:before, .wpDataTablesWrapper .paginate_button.previous:before {
722
- content: "\e002"!important;
723
- }
724
- .wpDataTablesWrapper .paginate_button.last:before {
725
- content: "\e003"}
726
- .wpDataTablesWrapper .paginate_button.first:before {
727
- content: "\e004"}
728
- .wdtRemodal .remodal-close:after, .wpDataTables .picker__button--clear:before {
729
- content: "\e005"!important;
730
- }
731
- .wpDataTablesWrapper .DTTT_button.DTTT_button_new:before, .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander:before {
732
- content: "\e006"}
733
- .wpDataTablesWrapper table.has-columns-hidden tr.detail-show span.responsiveExpander:before {
734
- content: "\e007"}
735
- .wpDataTables .picker.picker-checkbox.checked .picker-flag:before {
736
- content: "\e008"}
737
- .wpDataTables .overlayed:after {
738
- font-family: dashicons!important;
739
- content: "\f463"}
740
- .wpDataTablesWrapper .checkbox_filter.btn:before {
741
- content: "\e00a"}
742
- .wpDataTablesWrapper .DTTT_button.DTTT_button_delete:before {
743
- content: "\e00b"}
744
- .wpDataTablesWrapper .DTTT_button.DTTT_button_edit:before {
745
- content: "\e00c"}
746
- .wpDataTablesWrapper .ico-search:before {
747
- content: "\e00d"}
748
- .wpDataTablesWrapper .ico-cntrl:before {
749
- content: "\e00e"}
750
- .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before {
751
- content: "\e00f"}
752
- .wpDataTablesWrapper .DTTT_button.DTTT_button_xls:before {
753
- content: "\e010"}
754
- .wpDataTablesWrapper .ico-cal-day:before {
755
- content: "\e011"}
756
- .wpDataTablesWrapper .ico-cal-ok:before {
757
- content: "\e012"}
758
- .wpDataTablesWrapper .DTTT_button.DTTT_button_pdf:before {
759
- content: "\e013"}
760
- .wpDataTablesWrapper .DTTT_button.DTTT_button_csv:before {
761
- content: "\e014"}
762
- .wpDataTablesWrapper .DTTT_button.DTTT_button_copy:before {
763
- content: "\e015"}
764
- .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before {
765
- font-family: "dashicons" !important;
766
- font-size: 24px;
767
- content:"\f177"}
768
- .wpDataTablesWrapper .picker__footer .picker__button--close {
769
- display: none!important;
770
- }
771
- .wpDataTableFilterBox .picker__footer .picker__button--close {
772
- display: none!important;
773
- }
774
- .wpDataTables.metabox-holder .picker__holder {
775
- z-index: 1000000;
776
- }
777
- .wdtRemodal.overlayed {
778
- position: relative;
779
- pointer-events: none;
780
- }
781
- .wdtRemodal.overlayed>* {
782
- opacity: .3;
783
- }
784
- .wdtRemodal.overlayed:after {
785
- color: inherit;
786
- font-size: 34px;
787
- left: 50%;
788
- margin-left: -15px;
789
- margin-top: -20px;
790
- opacity: 1;
791
- position: absolute;
792
- top: 50%;
793
- -webkit-animation: spin 2s infinite linear;
794
- -moz-animation: spin 2s infinite linear;
795
- -o-animation: spin 2s infinite linear;
796
- animation: spin 2s infinite linear;
797
- }
798
- @-moz-keyframes spin {
799
- 0 {
800
- -moz-transform: rotate(0);
801
- }
802
- 100% {
803
- -moz-transform: rotate(359deg);
804
- }
805
- }@-webkit-keyframes spin {
806
- 0 {
807
- -webkit-transform: rotate(0);
808
- }
809
- 100% {
810
- -webkit-transform: rotate(359deg);
811
- }
812
- }@-o-keyframes spin {
813
- 0 {
814
- -o-transform: rotate(0);
815
- }
816
- 100% {
817
- -o-transform: rotate(359deg);
818
- }
819
- }@-ms-keyframes spin {
820
- 0 {
821
- -ms-transform: rotate(0);
822
- }
823
- 100% {
824
- -ms-transform: rotate(359deg);
825
- }
826
- }@keyframes spin {
827
- 0 {
828
- transform: rotate(0);
829
- }
830
- 100% {
831
- transform: rotate(359deg);
832
- }
833
- } div.wdtEditDialog div.data_saved_notify {
834
- color: #3c763d;
835
- background-color: #dff0d8;
836
- border-color: #d6e9c6;
837
- padding: 15px;
838
- margin-bottom: 20px;
839
- border: 1px solid;
840
- border-radius: 4px;
841
- }
842
- div.wdtEditDialog div.data_invalid_notify {
843
- color: #a94442;
844
- background-color: #f2dede;
845
- border-color: #ebccd1;
846
- padding: 15px;
847
- margin-bottom: 20px;
848
- border: 1px solid;
849
- border-radius: 4px;
850
- }
851
 
 
 
 
 
 
 
 
852
 
853
- div.data_validation_notify {
854
- color: #a94442;
855
- background-color: #f2dede;
856
- border-color: #ebccd1;
857
- padding: 15px;
858
- margin-bottom: 20px;
859
- border: 1px solid;
860
- border-radius: 4px;
861
- }
862
 
863
- div.wdtEditDialog .error {
864
- border: 2px solid #f00;
865
- background-color: #fdd }
866
- div.wpDataTableFilterSection input {
867
- margin: 10px;
868
- }
869
-
870
- div.wpDataTableFilterSection .selecter .selecter-selected {
871
- margin: 10px 0 0 0;
872
- }
873
 
874
- div.wdtEditDialog table th, div.wdtEditDialog table td {
875
- border: none;
876
- background-color: none;
877
- padding: 0 }
878
- div.wdtEditDialog table td:first-child {
879
- padding: 3px;
880
- text-overflow: ellipsis;
881
- overflow: hidden;
882
- }
883
 
884
- div.wdtEditDialog table textarea {
885
- width: 100% }
886
  span.media-modal-icon span.screen-reader-text {
887
- display: none }
888
- .wpDataTables.wpDataTablesWrapper table.wpDataTable tr.odd td.error {
889
- background-color: #f2dede;
890
- }
891
 
892
 
893
- .wpDataTablesPopover {
894
- background-color: rgba(0, 0, 0, 0.85);
895
- border-radius: 5px;
896
- color: #fff;
897
- font-size: 12px;
898
- padding: 7px 10px;
899
- position: absolute;
900
- z-index: 4;
901
- white-space: normal;
902
- line-height: 16px;
903
- width: 200px;
904
- }
905
 
 
 
 
 
 
 
 
906
 
907
  .wpDataTablesPopover:before {
908
- border-top: 7px solid rgba(0, 0, 0, 0.85);
909
- border-right: 7px solid transparent;
910
- border-left: 7px solid transparent;
911
- bottom: -7px;
912
- content: '';
913
- display: block;
914
- left: 50%;
915
- margin-left: -7px;
916
- position: absolute;
917
- }
918
-
919
 
920
  .wpDataTablesPopover.editTools {
921
- width: auto;
922
- }
923
 
924
  .wpDataTablesPopover.editTools a.DTTT_button {
925
- color: #ffffff !important;
926
- }
 
 
927
 
928
  div.dt-button-collection {
929
  position: absolute;
@@ -931,7 +494,6 @@ div.dt-button-collection {
931
  left: 0;
932
  width: auto;
933
  min-width: 200px;
934
- margin-top: 3px;
935
  padding: 20px;
936
  border:solid 1px #cccccc;
937
  background-color: white;
@@ -988,10 +550,20 @@ div.dt-button-collection a.dt-button.active:not(.disabled) {
988
  }
989
  }
990
 
991
- div.wdtCheckboxModalWrap div.wdt_checkbox_option { width: 33%; float: left; }
992
- div.wdtCheckboxModalWrap div.wdt_checkbox_option { width: 33%; float: left; position: relative; }
 
 
 
 
 
 
 
 
993
 
994
- div.wdtCheckboxModalWrap > div > div { width: 100% }
 
 
995
 
996
  div.wdtCheckboxModalWrap div.wdt_checkbox_option label {
997
  white-space: nowrap;
@@ -1003,127 +575,168 @@ div.wdtCheckboxModalWrap div.wdt_checkbox_option label {
1003
  padding-left: 5px;
1004
  }
1005
 
 
1006
 
1007
- /* @Miljko */
 
 
 
 
 
1008
 
1009
- div.dt-button-info {
1010
- position: fixed;
1011
- top: 50%;
1012
- left: 50%;
1013
- width: 400px;
1014
- margin-top: -100px;
1015
- margin-left: -200px;
1016
- background-color: white;
1017
- border: 2px solid #111;
1018
- box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
1019
- border-radius: 3px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1020
  text-align: center;
1021
- z-index: 21;
1022
  }
1023
- div.dt-button-info h2 {
1024
- padding: 0.5em;
 
 
 
 
 
 
 
 
1025
  margin: 0;
1026
- font-weight: normal;
1027
- border-bottom: 1px solid #ddd;
1028
- background-color: #f3f3f3;
1029
  }
1030
- div.dt-button-info > div {
1031
- padding: 1em;
 
 
 
 
 
1032
  }
1033
 
1034
- .ui-dialog {
1035
- z-index: 9991 !important ;
 
 
 
 
 
1036
  }
1037
 
1038
- .formatting_rule_if_clause,
1039
- .formatting_rule_action {
1040
- background-color: #fdfdfd !important;
1041
- border-color: #cccccc !important;
1042
- background-image: none !important;
1043
- color: #333333;
1044
- border-radius: 3px !important;
1045
- -webkit-box-shadow: none !important;
1046
- -moz-box-shadow: none !important;
1047
- box-shadow: none !important;
1048
- vertical-align: middle;
1049
  }
1050
 
1051
- .cellVal {
1052
- font-size: inherit!important;
1053
- line-height: 20px!important;
1054
- -webkit-box-sizing: border-box!important;
1055
- -moz-box-sizing: border-box!important;
1056
- box-sizing: border-box!important;
1057
  }
1058
 
1059
- .wp-picker-container .iris-picker {
1060
- -webkit-border-radius: 3px;
1061
- border-radius: 3px;
1062
- border-color: #cccccc;
1063
- margin-top: 10px;
1064
  }
1065
 
1066
- .deleteFormattingRule {
1067
- float: right;
1068
- padding: 0px;
1069
- line-height: normal !important;
1070
  }
1071
 
1072
- .deleteFormattingRule>.dashicons {
1073
- padding: 0px;
1074
- color: #555555;
 
1075
  }
1076
 
1077
- .formattingRuleBlock>.wp-picker-container>.wp-color-result {
1078
- margin: 0px;
1079
- vertical-align: middle;
1080
  }
1081
 
1082
- .formattingRuleBlock>.wp-picker-container input[type=text].wp-color-picker {
1083
- font-size: 14px;
1084
- line-height: 16px;
1085
- margin-left: 10px;
1086
  }
1087
 
1088
- .picker__wrap .picker__box button {
1089
- color: #333333;
1090
- width: 100%;
1091
- border-top-left-radius: 5px;
1092
- border-top-right-radius: 5px;
1093
- height: 30px;
1094
- border-width: 0;
1095
- border-bottom: 1px solid #dddddd;
1096
  }
1097
 
1098
- .picker__wrap .picker__box button:focus {
1099
- border-width: 1px;
 
1100
  }
1101
 
1102
- .picker__wrap .picker__box .picker__list {
1103
- padding: 0;
1104
  }
1105
 
1106
- .picker__wrap .picker__box .picker__button--clear {
1107
- color: #333333;
1108
- width: 100%;
1109
- height: 30px;
1110
- border-width: 0;
1111
- border-top: 1px solid #dddddd;
1112
- border-top-left-radius: 0;
1113
- border-top-right-radius: 0;
1114
  margin: 0;
 
 
 
 
1115
  }
1116
 
1117
- .picker__wrap .picker__box .picker__button--clear:focus {
1118
- color: #333333;
1119
- }
1120
- .picker__wrap .picker__box .picker__button--clear:hover {
1121
- color: #333333;
1122
- }
1123
 
1124
- .picker__wrap .picker__box .picker__list{
1125
- max-height: 400px;
1126
- overflow-y: scroll;
1127
- border-bottom-left-radius: 5px;
1128
- border-bottom-right-radius: 5px;
1129
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * wpDataTables Base styles
3
  *
4
+ */
5
+
6
+ @font-face {
7
+ font-weight: 400;
8
+ font-style: normal;
9
+ font-family: WPDataTablesIcons;
10
+ src: url(../fonts/wpdatatablesicons-base.eot);
11
+ 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');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  }
13
+
14
+ .wpDataTables:after, .wpDataTables:before {
 
 
15
  content: " ";
16
  display: table;
17
  }
18
  .wpDataTables:after {
19
  clear: both;
20
  }
21
+
22
+ /* Table */
23
+ .wpDataTablesWrapper {
24
+ margin-bottom: 20px;
25
+ }
26
+
27
  .wpDataTablesWrapper table.wpDataTable {
28
  background-color: transparent;
29
  border-collapse: collapse;
30
  border-spacing: 0;
31
  clear: both;
 
32
  margin: 0 auto;
33
  width: 100%;
34
+ table-layout: auto;
35
+ margin-bottom: 10px;
36
+ overflow: auto;
37
  }
38
 
39
+ .wpDataTablesWrapper table.wpDataTable > tbody > tr > th,
40
+ .wpDataTablesWrapper table.wpDataTable > tbody > tr > td {
41
+ text-align: left;
42
  }
43
 
44
+ /* Table Header */
45
+ .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
46
+ -o-transition:.5s;
47
+ -ms-transition:.5s;
48
+ -moz-transition:.5s;
49
+ -webkit-transition:.5s;
50
+ transition:.5s;
51
+ font-weight: bold;
52
+ padding: 3px 18px 3px 10px;
53
+ font-weight: 700;
54
+ cursor: pointer;
55
  overflow: hidden;
56
  text-overflow: ellipsis;
57
  white-space: nowrap;
58
  }
59
+
60
+ /* Fix for select filter */
61
+ .wpDataTablesWrapper table.wpDataTable thead tr:nth-child(2) th {
62
+ overflow: visible;
 
 
 
 
 
63
  }
64
+
65
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting,
66
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc,
67
+ .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc {
68
  background-image: none!important;
69
  }
70
+
71
+ /* Table Body */
72
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
  .wpDataTablesWrapper table.wpDataTable td {
 
74
  padding: 3px 10px;
75
+ overflow: hidden;
76
+ text-overflow: ellipsis;
77
+ white-space: nowrap;
78
  }
79
+
80
+ .wpDataTablesWrapper table.wpDataTable td.center,
81
+ .wpDataTablesWrapper table.wpDataTable td.dataTables_empty {
82
+ text-align: center;
83
+ }
84
+
85
+ /* Table Footer */
86
+
87
+ .wpDataTablesWrapper table.wpDataTable > tfoot > tr > th {
88
+ padding: 3px 18px 3px 10px;
89
+ font-weight: 700;
90
+ }
91
+
92
  .wpDataTablesWrapper table.wpDataTable tfoot td {
 
93
  padding-bottom: 7px;
94
  padding-top: 7px;
95
  vertical-align: top;
100
  .wpDataTablesWrapper table.wpDataTable thead th input{
101
  display: block;
102
  margin: 0;
103
+ width: 92%;
104
+ white-space: nowrap;
105
+ overflow: hidden !important;
106
+ text-overflow: ellipsis;
107
+ }
108
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.date-range-filter,
109
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.number-range-filter,
110
+ .wpDataTablesWrapper table.wpDataTable thead th input.number-range-filter,
111
+ .wpDataTablesWrapper table.wpDataTable thead th input.date-range-filter {
112
  display: block;
113
+ width: 100%;
114
+ }
115
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.date-range-filter:first-child,
116
+ .wpDataTablesWrapper table.wpDataTable tfoot td input.number-range-filter:first-child,
117
+ .wpDataTablesWrapper table.wpDataTable thead th input.number-range-filter:first-child,
118
+ .wpDataTablesWrapper table.wpDataTable thead th input.date-range-filter:first-child {
119
  margin-bottom: 5px!important;
120
  }
121
+
122
+ /* Table Length */
123
+
124
+ .wpDataTablesWrapper .dataTables_length {
125
+ float: left;
126
+ }
127
+
128
+ /* Table Search */
129
+
130
+ .wpDataTablesWrapper .dataTables_filter {
131
+ float: right;
132
+ text-align: right;
133
  }
134
+
135
+ /* Table Info */
136
+
137
+ .wpDataTablesWrapper .dataTables_info {
138
+ clear: both;
139
+ float: left;
140
+ }
141
+
142
+ /* Table Pagination */
143
+
144
+ .wpDataTablesWrapper .dataTables_paginate {
145
+ float: right;
146
+ text-align: right;
147
+ }
148
+
149
+ .wpDataTablesWrapper .paging_full_numbers {
150
+ height: 22px;
151
+ line-height: 22px;
152
+ }
153
+
154
+ .wpDataTablesWrapper .paging_full_numbers a:active {
155
+ outline: 0;
156
+ }
157
+ .wpDataTablesWrapper .paging_full_numbers a:hover {
158
+ text-decoration: none;
159
+ }
160
+
161
+
162
+ /* Scrollable */
163
+
164
+ .wpDataTablesWrapper div.wdtscroll {
165
+ width: 100%;
166
+ overflow-x: scroll;
167
+ }
168
+
169
+ .wpDataTablesWrapper table.scroll {
170
+ width: auto !important;
171
+ }
172
+
173
+
174
+ /* Table Info */
175
+
176
  .wpDataTablesWrapper .dataTables_info {
177
  clear: both;
178
  float: left;
180
  padding: 3px 0;
181
  font-size: 11px;
182
  }
183
+
184
+ /* Table Pagination */
185
+
186
  .wpDataTablesWrapper .dataTables_paginate {
187
  float: right;
188
  text-align: right;
199
  font-size: 14px;
200
  line-height: 1em;
201
  }
202
+
203
+ /* Export Tools */
204
+
205
  .wpDataTablesWrapper div.dt-buttons {
206
  margin-bottom: 20px;
207
  margin-left: 20px;
208
  margin-right: -10px;
209
  float: right;
210
  }
211
+
212
+ .wpDataTablesWrapper a.DTTT_button {
 
213
  height: auto;
214
  line-height: 18px!important;
215
  margin-right: 15px;
220
  margin-right: 3px;
221
  padding: 5px 8px;
222
  cursor: pointer;
223
+ color: black;
 
 
 
 
 
224
  }
225
+
226
+
227
  .wpDataTablesWrapper .DTTT_button[disabled=disabled] {
228
  cursor: default;
229
  }
230
+
231
  .wpDataTablesWrapper .DTTT_button:before {
232
  font-size: 18px;
233
  float: none;
235
  margin-right: 5px;
236
  margin-top: 0;
237
  }
238
+
239
  .wpDataTablesWrapper .DTTT_button span {
240
  vertical-align: middle;
241
  }
242
+
243
+ .wpDataTablesWrapper .checkbox-filter.btn:before {
244
+ content: "\e00a";
245
+ }
246
+
247
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_new:before {
248
+ content: "\e006";
249
+ }
250
+
251
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_delete:before {
252
+ content: "\e00b";
253
+ }
254
+
255
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_edit:before {
256
+ content: "\e00c";
257
+ }
258
+
259
+ .wpDataTablesWrapper .ico-search:before {
260
+ content: "\e00d";
261
+ }
262
+
263
+ .wpDataTablesWrapper .ico-cntrl:before {
264
+ content: "\e00e";
265
+ }
266
+
267
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before {
268
+ content: "\e00f";
269
+ }
270
+
271
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_xls:before {
272
+ content: "\e010";
273
  }
274
+
275
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_pdf:before {
276
+ content: "\e013";
277
+ }
278
+
279
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_csv:before {
280
+ content: "\e014";
281
+ }
282
+
283
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_copy:before {
284
+ content: "\e015";
285
+ }
286
+
287
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before {
288
+ font-family: "dashicons" !important;
289
+ font-size: 24px;
290
+ content:"\f177"
291
+ }
292
+
293
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters:before {
294
+ content:"\e817"
295
+ }
296
+
297
+ button.wdt-clear-filters-button:before, button.wdt-clear-all-filters-button:before {
298
+ font-family: WPDataTablesIcons;
299
+ content: "\e817";
300
+ }
301
+
302
+
303
+ /* Table Length and Search */
304
  .wpDataTablesWrapper .dataTables_length {
305
  float: left;
306
  }
307
+
308
+ .wpDataTablesWrapper .dataTables_length span.filter-option {
309
+ margin-left: 15px;
310
+ }
311
+
312
+ .wpDataTablesWrapper .dataTables_length a {
313
+ box-shadow: none !important;
314
+ }
315
+
316
+ .wpDataTablesWrapper .dataTables_filter,
317
+ .wpDataTablesWrapper .dataTables_length {
318
+ margin-bottom: 15px;
319
  }
320
+ .wpDataTablesWrapper .dataTables_filter label,
321
+ .wpDataTablesWrapper .dataTables_length label {
322
  font-size: inherit;
323
  line-height: inherit;
324
  margin-bottom: 0;
325
  }
326
+
 
 
 
327
  .wpDataTablesWrapper .dataTables_filter input {
328
  margin-bottom: 0;
329
  }
330
+
331
+ /* Filters */
332
+ div.wpDataTablesFilter span.filter_column .date-range-filter:first-child,
333
+ div.wpDataTablesFilter span.filter_column .date-time-range-filter:first-child,
334
+ div.wpDataTablesFilter span.filter_column .time-range-filter:first-child,
335
+ div.wpDataTablesFilter span.filter_column .number-range-filter:first-child {
336
+ margin-right: 8px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
337
  }
338
+ .wpDataTablesWrapper .wdtCheckboxModalWrap,
339
+ .wpDataTablesWrapper .wpDataTablesFilter {
340
  overflow: hidden;
341
+ display: initial;
342
  }
343
+ .wpDataTables input[type="search"],
344
+ .wpDataTables select,
345
+ .wpDataTables textarea {
346
  display: inline-block;
347
  margin-bottom: 0!important;
348
  max-width: 100%;
353
  .wpDataTables textarea.wpdt-tiny-mce {
354
  display: none !important;
355
  }
356
+ .wpDataTables .checkbox-filter.btn,
357
+ .wpDataTables select,
358
+ .wpDataTables textarea {
359
  font-size: inherit!important;
360
  line-height: 22px!important;
361
  padding-bottom: 3px!important;
363
  -webkit-box-sizing: border-box!important;
364
  -moz-box-sizing: border-box!important;
365
  box-sizing: border-box!important;
366
+ text-transform: inherit;
367
  }
368
+
369
+ .wpDataTables .checkbox-filter.btn,
370
+ .wpDataTables input[type=text],
371
+ .wpDataTables select,
372
+ .wpdt-c .wpDataTablesWrapper .filter_column button {
373
  height: 30px!important;
374
  }
375
+
376
+ .wpDataTables .checkbox-filter.btn {
377
+ width: 100%;
378
+ white-space: nowrap;
379
+ overflow: hidden !important;
380
+ text-overflow: ellipsis;
381
+ border: 1px solid #d7d7d7;
 
 
 
382
  }
383
+
384
  .wpDataTablesWrapper .wpDataTableFilterSection {
385
  float: left;
386
  padding: 15px;
387
  }
 
 
 
388
  .wpDataTablesFilter .wpDataTableFilterSection {
389
  float: left;
390
  margin-bottom: 10px;
391
  margin-right: 15px;
392
+ min-width: 230px;
393
+ min-height: 115px;
394
+ }
395
+ .wpDataTablesFilter .wpDataTableFilterSection input.form-control{
396
+ min-height: 31px;
397
  }
398
+ .wpDataTablesFilter .wpDataTableFilterSection#wdt-clear-filters-button-block {
399
+ margin-bottom: 0px;
400
+ padding-top: 35px;
401
  }
402
+
403
  span.filter_column.filter_number_range {
404
  white-space: normal;
405
  }
406
  .wpDataTablesFilter .number_range_filter:first-child {
407
  margin-right: 7px;
408
  }
409
+
410
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
411
  .wdtCheckboxModalWrap {
412
  margin-bottom: 15px;
413
  }
414
+ .wdtCheckboxModalWrap:after,
415
+ .wdtCheckboxModalWrap:before {
416
  content: " ";
417
  display: table;
418
  }
419
  .wdtCheckboxModalWrap:after {
420
  clear: both;
421
  }
422
+ @media(max-width:979px) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
423
  .wpDataTablesWrapper .dataTables_filter input {
424
+ width: 100px;
425
+ }
426
  }
427
+ @media(max-width:750px) {
428
  .wpDataTablesWrapper .dataTables_filter input {
429
+ width: 200px;
430
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
431
 
432
+ .wpDataTablesWrapper .DTTT_container,
433
+ .wpDataTablesWrapper .dataTables_filter,
434
+ .wpDataTablesWrapper .dataTables_length {
435
+ float: none !important;
436
+ margin-bottom: 10px;
437
+ text-align: left !important;
438
+ }
439
 
440
+ .wpDataTablesWrapper .DTTT_container {
441
+ margin-left: 0 !important;
442
+ }
 
 
 
 
 
 
443
 
444
+ .wpDataTablesWrapper .DTTT_container button {
445
+ display: none;
446
+ }
 
 
 
 
 
 
 
447
 
448
+ .wpDataTablesWrapper .DTTT_container button.delete_table_entry,
449
+ .wpDataTablesWrapper .DTTT_container button.edit_table,
450
+ .wpDataTablesWrapper .DTTT_container button.new_table_entry {
451
+ display: inline-block;
452
+ float: none !important;
453
+ position: static;
454
+ }
455
+ }
 
456
 
 
 
457
  span.media-modal-icon span.screen-reader-text {
458
+ display: none;
459
+ }
 
 
460
 
461
 
462
+ /* Popover Tools */
 
 
 
 
 
 
 
 
 
 
 
463
 
464
+ .wpDataTablesPopover {
465
+ position: absolute;
466
+ width: 200px;
467
+ white-space: normal;
468
+ line-height: 16px;
469
+ z-index: 9;
470
+ }
471
 
472
  .wpDataTablesPopover:before {
473
+ position: absolute;
474
+ left: 50%;
475
+ bottom: -7px;
476
+ content: '';
477
+ display: block;
478
+ margin-left: -7px;
479
+ }
 
 
 
 
480
 
481
  .wpDataTablesPopover.editTools {
482
+ width: auto;
483
+ }
484
 
485
  .wpDataTablesPopover.editTools a.DTTT_button {
486
+ color: #ffffff !important;
487
+ }
488
+
489
+ /* Collection buttons like Columns */
490
 
491
  div.dt-button-collection {
492
  position: absolute;
494
  left: 0;
495
  width: auto;
496
  min-width: 200px;
 
497
  padding: 20px;
498
  border:solid 1px #cccccc;
499
  background-color: white;
550
  }
551
  }
552
 
553
+ div.wdtCheckboxModalWrap div.wdt_checkbox_option {
554
+ width: 33%;
555
+ float: left;
556
+ }
557
+
558
+ div.wdtCheckboxModalWrap div.wdt_checkbox_option {
559
+ width: 33%;
560
+ float: left;
561
+ position: relative;
562
+ }
563
 
564
+ div.wdtCheckboxModalWrap > div > div {
565
+ width: 100%
566
+ }
567
 
568
  div.wdtCheckboxModalWrap div.wdt_checkbox_option label {
569
  white-space: nowrap;
575
  padding-left: 5px;
576
  }
577
 
578
+ /* SUM, AVG, MIN, MAX */
579
 
580
+ .wdt-sum-cell,
581
+ .wdt-avg-cell,
582
+ .wdt-min-cell,
583
+ .wdt-max-cell {
584
+ text-align: right !important;
585
+ }
586
 
587
+ /* Edit Dialog */
588
+
589
+ .wpdt-c .wdt-edit-dialog-fields-block .btn.dropdown-toggle {
590
+ text-transform: inherit;
591
+ }
592
+
593
+ .wpdt-c .wdt-edit-dialog-fields-block .fileinput-filename {
594
+ text-overflow: ellipsis;
595
+ white-space: nowrap;
596
+ max-width: 200px;
597
+ }
598
+
599
+ .wpdt-c #wdt-frontend-modal #wdt-checkbox-filter-reset:before {
600
+ font-family: WPDataTablesIcons;
601
+ content: "\e817";
602
+ margin-right: 5px;
603
+ }
604
+
605
+ /* Responsive */
606
+
607
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.row-detail > td {
608
+ background-color: transparent;
609
+ }
610
+
611
+ .wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.row-detail > td > ul > li {
612
+ padding-top: 10px;
613
+ }
614
+
615
+ .wpdt-c #wpdatatable-preview-container .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.row-detail > td > ul > li {
616
+ height: 32px;
617
+ }
618
+
619
+ .wpdt-c .wpDataTablesWrapper table {
620
+ position: relative;
621
+ }
622
+
623
+ .wpdt-c .wpDataTablesWrapper .wdtscroll table {
624
+ position: static;
625
+ }
626
+
627
+ .wpdt-c .wdt-preload-layer {
628
+ position: absolute;
629
+ height: 100%;
630
+ width: 100%;
631
+ background-color: rgba(255,255,255,0.7);
632
  text-align: center;
633
+ z-index: 100;
634
  }
635
+
636
+ .wpdt-c .wdt-preload-layer div.preloader {
637
+ top: 50%;
638
+ }
639
+
640
+
641
+ .wpdt-c .media-modal .media-frame-title h1 {
642
+ padding: 0 16px;
643
+ font-size: 22px;
644
+ line-height: 50px;
645
  margin: 0;
 
 
 
646
  }
647
+
648
+ .wpdt-c .media-modal .thumbnail {
649
+ margin-bottom: initial;
650
+ background-color: initial;
651
+ border: initial;
652
+ line-height: initial;
653
+ border-radius: initial;
654
  }
655
 
656
+ .wpdt-c .media-modal h2 {
657
+ position: relative;
658
+ font-weight: 600;
659
+ text-transform: uppercase;
660
+ font-size: 12px;
661
+ color: #666;
662
+ margin: 24px 0 8px;
663
  }
664
 
665
+ .wpdt-c .media-modal input {
666
+ font-weight: 400;
 
 
 
 
 
 
 
 
 
667
  }
668
 
669
+ .wpdt-c .attachment-filters {
670
+ min-width: 110px;
 
 
 
 
671
  }
672
 
673
+ .wpdt-c .responsiveExpander {
674
+ float: left;
 
 
 
675
  }
676
 
677
+ .wpdt-c input:focus {
678
+ background: none !important;
 
 
679
  }
680
 
681
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu {
682
+ width: 80px;
683
+ padding: 0 5px;
684
+ height: 35px;
685
  }
686
 
687
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .dropdown-toggle {
688
+ height: 100%;
689
+ top: 0px;
690
  }
691
 
692
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .dropdown-toggle:after {
693
+ content: '';
 
 
694
  }
695
 
696
+ .wpdt-c .clear {
697
+ clear: both;
 
 
 
 
 
 
698
  }
699
 
700
+ .wpdt-c button.checkbox-filter:hover:after,
701
+ .wpdt-c button.dropdown-toggle:hover:after {
702
+ width: 0;
703
  }
704
 
705
+ .wpdt-c .modal .modal-header {
706
+ background: none;
707
  }
708
 
709
+ .wpdt-c .modal .modal-header button.close {
710
+ background: none;
 
 
 
 
 
 
711
  margin: 0;
712
+ opacity: 0.5;
713
+ font-weight: normal;
714
+ color: #000;
715
+ font-size: 19.5px;
716
  }
717
 
718
+ /* Theme fixes */
 
 
 
 
 
719
 
720
+ .wpdt-c .btn-group.bootstrap-select .inner .text {
721
+ margin-top: inherit;
722
+ position: inherit;
723
+ top: inherit;
724
+ text-align: center;
725
+ width: inherit;
726
+ }
727
+
728
+ .wpdt-c .modal {
729
+ width: inherit;
730
+ margin-left: inherit;
731
+ background-color: inherit;
732
+ border: inherit;
733
+ -webkit-border-radius: inherit;
734
+ -moz-border-radius: inherit;
735
+ border-radius: inherit;
736
+ -webkit-box-shadow: inherit;
737
+ -moz-box-shadow: inherit;
738
+ box-shadow: inherit;
739
+ -webkit-background-clip: inherit;
740
+ -moz-background-clip: inherit;
741
+ background-clip: inherit;
742
+ }
assets/fonts/glyphicons/glyphicons-halflings-regular.eot ADDED
Binary file
assets/fonts/glyphicons/glyphicons-halflings-regular.svg ADDED
@@ -0,0 +1,229 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="glyphicons_halflingsregular" horiz-adv-x="1200" >
7
+ <font-face units-per-em="1200" ascent="960" descent="-240" />
8
+ <missing-glyph horiz-adv-x="500" />
9
+ <glyph />
10
+ <glyph />
11
+ <glyph unicode="&#xd;" />
12
+ <glyph unicode=" " />
13
+ <glyph unicode="*" d="M100 500v200h259l-183 183l141 141l183 -183v259h200v-259l183 183l141 -141l-183 -183h259v-200h-259l183 -183l-141 -141l-183 183v-259h-200v259l-183 -183l-141 141l183 183h-259z" />
14
+ <glyph unicode="+" d="M0 400v300h400v400h300v-400h400v-300h-400v-400h-300v400h-400z" />
15
+ <glyph unicode="&#xa0;" />
16
+ <glyph unicode="&#x2000;" horiz-adv-x="652" />
17
+ <glyph unicode="&#x2001;" horiz-adv-x="1304" />
18
+ <glyph unicode="&#x2002;" horiz-adv-x="652" />
19
+ <glyph unicode="&#x2003;" horiz-adv-x="1304" />
20
+ <glyph unicode="&#x2004;" horiz-adv-x="434" />
21
+ <glyph unicode="&#x2005;" horiz-adv-x="326" />
22
+ <glyph unicode="&#x2006;" horiz-adv-x="217" />
23
+ <glyph unicode="&#x2007;" horiz-adv-x="217" />
24
+ <glyph unicode="&#x2008;" horiz-adv-x="163" />
25
+ <glyph unicode="&#x2009;" horiz-adv-x="260" />
26
+ <glyph unicode="&#x200a;" horiz-adv-x="72" />
27
+ <glyph unicode="&#x202f;" horiz-adv-x="260" />
28
+ <glyph unicode="&#x205f;" horiz-adv-x="326" />
29
+ <glyph unicode="&#x20ac;" d="M100 500l100 100h113q0 47 5 100h-218l100 100h135q37 167 112 257q117 141 297 141q242 0 354 -189q60 -103 66 -209h-181q0 55 -25.5 99t-63.5 68t-75 36.5t-67 12.5q-24 0 -52.5 -10t-62.5 -32t-65.5 -67t-50.5 -107h379l-100 -100h-300q-6 -46 -6 -100h406l-100 -100 h-300q9 -74 33 -132t52.5 -91t62 -54.5t59 -29t46.5 -7.5q29 0 66 13t75 37t63.5 67.5t25.5 96.5h174q-31 -172 -128 -278q-107 -117 -274 -117q-205 0 -324 158q-36 46 -69 131.5t-45 205.5h-217z" />
30
+ <glyph unicode="&#x2212;" d="M200 400h900v300h-900v-300z" />
31
+ <glyph unicode="&#x25fc;" horiz-adv-x="500" d="M0 0z" />
32
+ <glyph unicode="&#x2601;" d="M-14 494q0 -80 56.5 -137t135.5 -57h750q120 0 205 86.5t85 207.5t-85 207t-205 86q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5z" />
33
+ <glyph unicode="&#x2709;" d="M0 100l400 400l200 -200l200 200l400 -400h-1200zM0 300v600l300 -300zM0 1100l600 -603l600 603h-1200zM900 600l300 300v-600z" />
34
+ <glyph unicode="&#x270f;" d="M-13 -13l333 112l-223 223zM187 403l214 -214l614 614l-214 214zM887 1103l214 -214l99 92q13 13 13 32.5t-13 33.5l-153 153q-15 13 -33 13t-33 -13z" />
35
+ <glyph unicode="&#xe001;" d="M0 1200h1200l-500 -550v-550h300v-100h-800v100h300v550z" />
36
+ <glyph unicode="&#xe002;" d="M14 84q18 -55 86 -75.5t147 5.5q65 21 109 69t44 90v606l600 155v-521q-64 16 -138 -7q-79 -26 -122.5 -83t-25.5 -111q18 -55 86 -75.5t147 4.5q70 23 111.5 63.5t41.5 95.5v881q0 10 -7 15.5t-17 2.5l-752 -193q-10 -3 -17 -12.5t-7 -19.5v-689q-64 17 -138 -7 q-79 -25 -122.5 -82t-25.5 -112z" />
37
+ <glyph unicode="&#xe003;" d="M23 693q0 200 142 342t342 142t342 -142t142 -342q0 -142 -78 -261l300 -300q7 -8 7 -18t-7 -18l-109 -109q-8 -7 -18 -7t-18 7l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342zM176 693q0 -136 97 -233t234 -97t233.5 96.5t96.5 233.5t-96.5 233.5t-233.5 96.5 t-234 -97t-97 -233z" />
38
+ <glyph unicode="&#xe005;" d="M100 784q0 64 28 123t73 100.5t104.5 64t119 20.5t120 -38.5t104.5 -104.5q48 69 109.5 105t121.5 38t118.5 -20.5t102.5 -64t71 -100.5t27 -123q0 -57 -33.5 -117.5t-94 -124.5t-126.5 -127.5t-150 -152.5t-146 -174q-62 85 -145.5 174t-149.5 152.5t-126.5 127.5 t-94 124.5t-33.5 117.5z" />
39
+ <glyph unicode="&#xe006;" d="M-72 800h479l146 400h2l146 -400h472l-382 -278l145 -449l-384 275l-382 -275l146 447zM168 71l2 1z" />
40
+ <glyph unicode="&#xe007;" d="M-72 800h479l146 400h2l146 -400h472l-382 -278l145 -449l-384 275l-382 -275l146 447zM168 71l2 1zM237 700l196 -142l-73 -226l192 140l195 -141l-74 229l193 140h-235l-77 211l-78 -211h-239z" />
41
+ <glyph unicode="&#xe008;" d="M0 0v143l400 257v100q-37 0 -68.5 74.5t-31.5 125.5v200q0 124 88 212t212 88t212 -88t88 -212v-200q0 -51 -31.5 -125.5t-68.5 -74.5v-100l400 -257v-143h-1200z" />
42
+ <glyph unicode="&#xe009;" d="M0 0v1100h1200v-1100h-1200zM100 100h100v100h-100v-100zM100 300h100v100h-100v-100zM100 500h100v100h-100v-100zM100 700h100v100h-100v-100zM100 900h100v100h-100v-100zM300 100h600v400h-600v-400zM300 600h600v400h-600v-400zM1000 100h100v100h-100v-100z M1000 300h100v100h-100v-100zM1000 500h100v100h-100v-100zM1000 700h100v100h-100v-100zM1000 900h100v100h-100v-100z" />
43
+ <glyph unicode="&#xe010;" d="M0 50v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5zM0 650v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5zM600 50v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5zM600 650v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400 q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5z" />
44
+ <glyph unicode="&#xe011;" d="M0 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM0 450v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200 q-21 0 -35.5 14.5t-14.5 35.5zM0 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5 t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 450v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5 v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 450v200q0 21 14.5 35.5t35.5 14.5h200 q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5z" />
45
+ <glyph unicode="&#xe012;" d="M0 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM0 450q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v200q0 21 -14.5 35.5t-35.5 14.5h-200q-21 0 -35.5 -14.5 t-14.5 -35.5v-200zM0 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 50v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5 t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5zM400 450v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5zM400 850v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5 v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5z" />
46
+ <glyph unicode="&#xe013;" d="M29 454l419 -420l818 820l-212 212l-607 -607l-206 207z" />
47
+ <glyph unicode="&#xe014;" d="M106 318l282 282l-282 282l212 212l282 -282l282 282l212 -212l-282 -282l282 -282l-212 -212l-282 282l-282 -282z" />
48
+ <glyph unicode="&#xe015;" d="M23 693q0 200 142 342t342 142t342 -142t142 -342q0 -142 -78 -261l300 -300q7 -8 7 -18t-7 -18l-109 -109q-8 -7 -18 -7t-18 7l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342zM176 693q0 -136 97 -233t234 -97t233.5 96.5t96.5 233.5t-96.5 233.5t-233.5 96.5 t-234 -97t-97 -233zM300 600v200h100v100h200v-100h100v-200h-100v-100h-200v100h-100z" />
49
+ <glyph unicode="&#xe016;" d="M23 694q0 200 142 342t342 142t342 -142t142 -342q0 -141 -78 -262l300 -299q7 -7 7 -18t-7 -18l-109 -109q-8 -8 -18 -8t-18 8l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342zM176 694q0 -136 97 -233t234 -97t233.5 97t96.5 233t-96.5 233t-233.5 97t-234 -97 t-97 -233zM300 601h400v200h-400v-200z" />
50
+ <glyph unicode="&#xe017;" d="M23 600q0 183 105 331t272 210v-166q-103 -55 -165 -155t-62 -220q0 -177 125 -302t302 -125t302 125t125 302q0 120 -62 220t-165 155v166q167 -62 272 -210t105 -331q0 -118 -45.5 -224.5t-123 -184t-184 -123t-224.5 -45.5t-224.5 45.5t-184 123t-123 184t-45.5 224.5 zM500 750q0 -21 14.5 -35.5t35.5 -14.5h100q21 0 35.5 14.5t14.5 35.5v400q0 21 -14.5 35.5t-35.5 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-400z" />
51
+ <glyph unicode="&#xe018;" d="M100 1h200v300h-200v-300zM400 1v500h200v-500h-200zM700 1v800h200v-800h-200zM1000 1v1200h200v-1200h-200z" />
52
+ <glyph unicode="&#xe019;" d="M26 601q0 -33 6 -74l151 -38l2 -6q14 -49 38 -93l3 -5l-80 -134q45 -59 105 -105l133 81l5 -3q45 -26 94 -39l5 -2l38 -151q40 -5 74 -5q27 0 74 5l38 151l6 2q46 13 93 39l5 3l134 -81q56 44 104 105l-80 134l3 5q24 44 39 93l1 6l152 38q5 40 5 74q0 28 -5 73l-152 38 l-1 6q-16 51 -39 93l-3 5l80 134q-44 58 -104 105l-134 -81l-5 3q-45 25 -93 39l-6 1l-38 152q-40 5 -74 5q-27 0 -74 -5l-38 -152l-5 -1q-50 -14 -94 -39l-5 -3l-133 81q-59 -47 -105 -105l80 -134l-3 -5q-25 -47 -38 -93l-2 -6l-151 -38q-6 -48 -6 -73zM385 601 q0 88 63 151t152 63t152 -63t63 -151q0 -89 -63 -152t-152 -63t-152 63t-63 152z" />
53
+ <glyph unicode="&#xe020;" d="M100 1025v50q0 10 7.5 17.5t17.5 7.5h275v100q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5v-100h275q10 0 17.5 -7.5t7.5 -17.5v-50q0 -11 -7 -18t-18 -7h-1050q-11 0 -18 7t-7 18zM200 100v800h900v-800q0 -41 -29.5 -71t-70.5 -30h-700q-41 0 -70.5 30 t-29.5 71zM300 100h100v700h-100v-700zM500 100h100v700h-100v-700zM500 1100h300v100h-300v-100zM700 100h100v700h-100v-700zM900 100h100v700h-100v-700z" />
54
+ <glyph unicode="&#xe021;" d="M1 601l656 644l644 -644h-200v-600h-300v400h-300v-400h-300v600h-200z" />
55
+ <glyph unicode="&#xe022;" d="M100 25v1150q0 11 7 18t18 7h475v-500h400v-675q0 -11 -7 -18t-18 -7h-850q-11 0 -18 7t-7 18zM700 800v300l300 -300h-300z" />
56
+ <glyph unicode="&#xe023;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM500 500v400h100 v-300h200v-100h-300z" />
57
+ <glyph unicode="&#xe024;" d="M-100 0l431 1200h209l-21 -300h162l-20 300h208l431 -1200h-538l-41 400h-242l-40 -400h-539zM488 500h224l-27 300h-170z" />
58
+ <glyph unicode="&#xe025;" d="M0 0v400h490l-290 300h200v500h300v-500h200l-290 -300h490v-400h-1100zM813 200h175v100h-175v-100z" />
59
+ <glyph unicode="&#xe026;" d="M1 600q0 122 47.5 233t127.5 191t191 127.5t233 47.5t233 -47.5t191 -127.5t127.5 -191t47.5 -233t-47.5 -233t-127.5 -191t-191 -127.5t-233 -47.5t-233 47.5t-191 127.5t-127.5 191t-47.5 233zM188 600q0 -170 121 -291t291 -121t291 121t121 291t-121 291t-291 121 t-291 -121t-121 -291zM350 600h150v300h200v-300h150l-250 -300z" />
60
+ <glyph unicode="&#xe027;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM350 600l250 300 l250 -300h-150v-300h-200v300h-150z" />
61
+ <glyph unicode="&#xe028;" d="M0 25v475l200 700h800l199 -700l1 -475q0 -11 -7 -18t-18 -7h-1150q-11 0 -18 7t-7 18zM200 500h200l50 -200h300l50 200h200l-97 500h-606z" />
62
+ <glyph unicode="&#xe029;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -172 121.5 -293t292.5 -121t292.5 121t121.5 293q0 171 -121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM500 397v401 l297 -200z" />
63
+ <glyph unicode="&#xe030;" d="M23 600q0 -118 45.5 -224.5t123 -184t184 -123t224.5 -45.5t224.5 45.5t184 123t123 184t45.5 224.5h-150q0 -177 -125 -302t-302 -125t-302 125t-125 302t125 302t302 125q136 0 246 -81l-146 -146h400v400l-145 -145q-157 122 -355 122q-118 0 -224.5 -45.5t-184 -123 t-123 -184t-45.5 -224.5z" />
64
+ <glyph unicode="&#xe031;" d="M23 600q0 118 45.5 224.5t123 184t184 123t224.5 45.5q198 0 355 -122l145 145v-400h-400l147 147q-112 80 -247 80q-177 0 -302 -125t-125 -302h-150zM100 0v400h400l-147 -147q112 -80 247 -80q177 0 302 125t125 302h150q0 -118 -45.5 -224.5t-123 -184t-184 -123 t-224.5 -45.5q-198 0 -355 122z" />
65
+ <glyph unicode="&#xe032;" d="M100 0h1100v1200h-1100v-1200zM200 100v900h900v-900h-900zM300 200v100h100v-100h-100zM300 400v100h100v-100h-100zM300 600v100h100v-100h-100zM300 800v100h100v-100h-100zM500 200h500v100h-500v-100zM500 400v100h500v-100h-500zM500 600v100h500v-100h-500z M500 800v100h500v-100h-500z" />
66
+ <glyph unicode="&#xe033;" d="M0 100v600q0 41 29.5 70.5t70.5 29.5h100v200q0 82 59 141t141 59h300q82 0 141 -59t59 -141v-200h100q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-900q-41 0 -70.5 29.5t-29.5 70.5zM400 800h300v150q0 21 -14.5 35.5t-35.5 14.5h-200 q-21 0 -35.5 -14.5t-14.5 -35.5v-150z" />
67
+ <glyph unicode="&#xe034;" d="M100 0v1100h100v-1100h-100zM300 400q60 60 127.5 84t127.5 17.5t122 -23t119 -30t110 -11t103 42t91 120.5v500q-40 -81 -101.5 -115.5t-127.5 -29.5t-138 25t-139.5 40t-125.5 25t-103 -29.5t-65 -115.5v-500z" />
68
+ <glyph unicode="&#xe035;" d="M0 275q0 -11 7 -18t18 -7h50q11 0 18 7t7 18v300q0 127 70.5 231.5t184.5 161.5t245 57t245 -57t184.5 -161.5t70.5 -231.5v-300q0 -11 7 -18t18 -7h50q11 0 18 7t7 18v300q0 116 -49.5 227t-131 192.5t-192.5 131t-227 49.5t-227 -49.5t-192.5 -131t-131 -192.5 t-49.5 -227v-300zM200 20v460q0 8 6 14t14 6h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14zM800 20v460q0 8 6 14t14 6h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14z" />
69
+ <glyph unicode="&#xe036;" d="M0 400h300l300 -200v800l-300 -200h-300v-400zM688 459l141 141l-141 141l71 71l141 -141l141 141l71 -71l-141 -141l141 -141l-71 -71l-141 141l-141 -141z" />
70
+ <glyph unicode="&#xe037;" d="M0 400h300l300 -200v800l-300 -200h-300v-400zM700 857l69 53q111 -135 111 -310q0 -169 -106 -302l-67 54q86 110 86 248q0 146 -93 257z" />
71
+ <glyph unicode="&#xe038;" d="M0 401v400h300l300 200v-800l-300 200h-300zM702 858l69 53q111 -135 111 -310q0 -170 -106 -303l-67 55q86 110 86 248q0 145 -93 257zM889 951l7 -8q123 -151 123 -344q0 -189 -119 -339l-7 -8l81 -66l6 8q142 178 142 405q0 230 -144 408l-6 8z" />
72
+ <glyph unicode="&#xe039;" d="M0 0h500v500h-200v100h-100v-100h-200v-500zM0 600h100v100h400v100h100v100h-100v300h-500v-600zM100 100v300h300v-300h-300zM100 800v300h300v-300h-300zM200 200v100h100v-100h-100zM200 900h100v100h-100v-100zM500 500v100h300v-300h200v-100h-100v-100h-200v100 h-100v100h100v200h-200zM600 0v100h100v-100h-100zM600 1000h100v-300h200v-300h300v200h-200v100h200v500h-600v-200zM800 800v300h300v-300h-300zM900 0v100h300v-100h-300zM900 900v100h100v-100h-100zM1100 200v100h100v-100h-100z" />
73
+ <glyph unicode="&#xe040;" d="M0 200h100v1000h-100v-1000zM100 0v100h300v-100h-300zM200 200v1000h100v-1000h-100zM500 0v91h100v-91h-100zM500 200v1000h200v-1000h-200zM700 0v91h100v-91h-100zM800 200v1000h100v-1000h-100zM900 0v91h200v-91h-200zM1000 200v1000h200v-1000h-200z" />
74
+ <glyph unicode="&#xe041;" d="M0 700l1 475q0 10 7.5 17.5t17.5 7.5h474l700 -700l-500 -500zM148 953q0 -42 29 -71q30 -30 71.5 -30t71.5 30q29 29 29 71t-29 71q-30 30 -71.5 30t-71.5 -30q-29 -29 -29 -71z" />
75
+ <glyph unicode="&#xe042;" d="M1 700l1 475q0 11 7 18t18 7h474l700 -700l-500 -500zM148 953q0 -42 30 -71q29 -30 71 -30t71 30q30 29 30 71t-30 71q-29 30 -71 30t-71 -30q-30 -29 -30 -71zM701 1200h100l700 -700l-500 -500l-50 50l450 450z" />
76
+ <glyph unicode="&#xe043;" d="M100 0v1025l175 175h925v-1000l-100 -100v1000h-750l-100 -100h750v-1000h-900z" />
77
+ <glyph unicode="&#xe044;" d="M200 0l450 444l450 -443v1150q0 20 -14.5 35t-35.5 15h-800q-21 0 -35.5 -15t-14.5 -35v-1151z" />
78
+ <glyph unicode="&#xe045;" d="M0 100v700h200l100 -200h600l100 200h200v-700h-200v200h-800v-200h-200zM253 829l40 -124h592l62 124l-94 346q-2 11 -10 18t-18 7h-450q-10 0 -18 -7t-10 -18zM281 24l38 152q2 10 11.5 17t19.5 7h500q10 0 19.5 -7t11.5 -17l38 -152q2 -10 -3.5 -17t-15.5 -7h-600 q-10 0 -15.5 7t-3.5 17z" />
79
+ <glyph unicode="&#xe046;" d="M0 200q0 -41 29.5 -70.5t70.5 -29.5h1000q41 0 70.5 29.5t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5h-150q-4 8 -11.5 21.5t-33 48t-53 61t-69 48t-83.5 21.5h-200q-41 0 -82 -20.5t-70 -50t-52 -59t-34 -50.5l-12 -20h-150q-41 0 -70.5 -29.5t-29.5 -70.5v-600z M356 500q0 100 72 172t172 72t172 -72t72 -172t-72 -172t-172 -72t-172 72t-72 172zM494 500q0 -44 31 -75t75 -31t75 31t31 75t-31 75t-75 31t-75 -31t-31 -75zM900 700v100h100v-100h-100z" />
80
+ <glyph unicode="&#xe047;" d="M53 0h365v66q-41 0 -72 11t-49 38t1 71l92 234h391l82 -222q16 -45 -5.5 -88.5t-74.5 -43.5v-66h417v66q-34 1 -74 43q-18 19 -33 42t-21 37l-6 13l-385 998h-93l-399 -1006q-24 -48 -52 -75q-12 -12 -33 -25t-36 -20l-15 -7v-66zM416 521l178 457l46 -140l116 -317h-340 z" />
81
+ <glyph unicode="&#xe048;" d="M100 0v89q41 7 70.5 32.5t29.5 65.5v827q0 28 -1 39.5t-5.5 26t-15.5 21t-29 14t-49 14.5v71l471 -1q120 0 213 -88t93 -228q0 -55 -11.5 -101.5t-28 -74t-33.5 -47.5t-28 -28l-12 -7q8 -3 21.5 -9t48 -31.5t60.5 -58t47.5 -91.5t21.5 -129q0 -84 -59 -156.5t-142 -111 t-162 -38.5h-500zM400 200h161q89 0 153 48.5t64 132.5q0 90 -62.5 154.5t-156.5 64.5h-159v-400zM400 700h139q76 0 130 61.5t54 138.5q0 82 -84 130.5t-239 48.5v-379z" />
82
+ <glyph unicode="&#xe049;" d="M200 0v57q77 7 134.5 40.5t65.5 80.5l173 849q10 56 -10 74t-91 37q-6 1 -10.5 2.5t-9.5 2.5v57h425l2 -57q-33 -8 -62 -25.5t-46 -37t-29.5 -38t-17.5 -30.5l-5 -12l-128 -825q-10 -52 14 -82t95 -36v-57h-500z" />
83
+ <glyph unicode="&#xe050;" d="M-75 200h75v800h-75l125 167l125 -167h-75v-800h75l-125 -167zM300 900v300h150h700h150v-300h-50q0 29 -8 48.5t-18.5 30t-33.5 15t-39.5 5.5t-50.5 1h-200v-850l100 -50v-100h-400v100l100 50v850h-200q-34 0 -50.5 -1t-40 -5.5t-33.5 -15t-18.5 -30t-8.5 -48.5h-49z " />
84
+ <glyph unicode="&#xe051;" d="M33 51l167 125v-75h800v75l167 -125l-167 -125v75h-800v-75zM100 901v300h150h700h150v-300h-50q0 29 -8 48.5t-18 30t-33.5 15t-40 5.5t-50.5 1h-200v-650l100 -50v-100h-400v100l100 50v650h-200q-34 0 -50.5 -1t-39.5 -5.5t-33.5 -15t-18.5 -30t-8 -48.5h-50z" />
85
+ <glyph unicode="&#xe052;" d="M0 50q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 350q0 -20 14.5 -35t35.5 -15h800q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-800q-21 0 -35.5 -14.5t-14.5 -35.5 v-100zM0 650q0 -20 14.5 -35t35.5 -15h1000q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1000q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 950q0 -20 14.5 -35t35.5 -15h600q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-600q-21 0 -35.5 -14.5 t-14.5 -35.5v-100z" />
86
+ <glyph unicode="&#xe053;" d="M0 50q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 650q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5 v-100zM200 350q0 -20 14.5 -35t35.5 -15h700q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-700q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM200 950q0 -20 14.5 -35t35.5 -15h700q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-700q-21 0 -35.5 -14.5 t-14.5 -35.5v-100z" />
87
+ <glyph unicode="&#xe054;" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM100 650v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1000q-21 0 -35.5 15 t-14.5 35zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM500 950v100q0 21 14.5 35.5t35.5 14.5h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-600 q-21 0 -35.5 15t-14.5 35z" />
88
+ <glyph unicode="&#xe055;" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM0 350v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15 t-14.5 35zM0 650v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM0 950v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100 q-21 0 -35.5 15t-14.5 35z" />
89
+ <glyph unicode="&#xe056;" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35zM0 350v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15 t-14.5 35zM0 650v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35zM0 950v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15 t-14.5 35zM300 50v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800 q-21 0 -35.5 15t-14.5 35zM300 650v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM300 950v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15 h-800q-21 0 -35.5 15t-14.5 35z" />
90
+ <glyph unicode="&#xe057;" d="M-101 500v100h201v75l166 -125l-166 -125v75h-201zM300 0h100v1100h-100v-1100zM500 50q0 -20 14.5 -35t35.5 -15h600q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-600q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 350q0 -20 14.5 -35t35.5 -15h300q20 0 35 15t15 35 v100q0 21 -15 35.5t-35 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 650q0 -20 14.5 -35t35.5 -15h500q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 950q0 -20 14.5 -35t35.5 -15h100q20 0 35 15t15 35v100 q0 21 -15 35.5t-35 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-100z" />
91
+ <glyph unicode="&#xe058;" d="M1 50q0 -20 14.5 -35t35.5 -15h600q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-600q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 350q0 -20 14.5 -35t35.5 -15h300q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 650 q0 -20 14.5 -35t35.5 -15h500q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 950q0 -20 14.5 -35t35.5 -15h100q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM801 0v1100h100v-1100 h-100zM934 550l167 -125v75h200v100h-200v75z" />
92
+ <glyph unicode="&#xe059;" d="M0 275v650q0 31 22 53t53 22h750q31 0 53 -22t22 -53v-650q0 -31 -22 -53t-53 -22h-750q-31 0 -53 22t-22 53zM900 600l300 300v-600z" />
93
+ <glyph unicode="&#xe060;" d="M0 44v1012q0 18 13 31t31 13h1112q19 0 31.5 -13t12.5 -31v-1012q0 -18 -12.5 -31t-31.5 -13h-1112q-18 0 -31 13t-13 31zM100 263l247 182l298 -131l-74 156l293 318l236 -288v500h-1000v-737zM208 750q0 56 39 95t95 39t95 -39t39 -95t-39 -95t-95 -39t-95 39t-39 95z " />
94
+ <glyph unicode="&#xe062;" d="M148 745q0 124 60.5 231.5t165 172t226.5 64.5q123 0 227 -63t164.5 -169.5t60.5 -229.5t-73 -272q-73 -114 -166.5 -237t-150.5 -189l-57 -66q-10 9 -27 26t-66.5 70.5t-96 109t-104 135.5t-100.5 155q-63 139 -63 262zM342 772q0 -107 75.5 -182.5t181.5 -75.5 q107 0 182.5 75.5t75.5 182.5t-75.5 182t-182.5 75t-182 -75.5t-75 -181.5z" />
95
+ <glyph unicode="&#xe063;" d="M1 600q0 122 47.5 233t127.5 191t191 127.5t233 47.5t233 -47.5t191 -127.5t127.5 -191t47.5 -233t-47.5 -233t-127.5 -191t-191 -127.5t-233 -47.5t-233 47.5t-191 127.5t-127.5 191t-47.5 233zM173 600q0 -177 125.5 -302t301.5 -125v854q-176 0 -301.5 -125 t-125.5 -302z" />
96
+ <glyph unicode="&#xe064;" d="M117 406q0 94 34 186t88.5 172.5t112 159t115 177t87.5 194.5q21 -71 57.5 -142.5t76 -130.5t83 -118.5t82 -117t70 -116t50 -125.5t18.5 -136q0 -89 -39 -165.5t-102 -126.5t-140 -79.5t-156 -33.5q-114 6 -211.5 53t-161.5 139t-64 210zM243 414q14 -82 59.5 -136 t136.5 -80l16 98q-7 6 -18 17t-34 48t-33 77q-15 73 -14 143.5t10 122.5l9 51q-92 -110 -119.5 -185t-12.5 -156z" />
97
+ <glyph unicode="&#xe065;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5q366 -6 397 -14l-186 -186h-311q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v125l200 200v-225q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5 t-117.5 282.5zM436 341l161 50l412 412l-114 113l-405 -405zM995 1015l113 -113l113 113l-21 85l-92 28z" />
98
+ <glyph unicode="&#xe066;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h261l2 -80q-133 -32 -218 -120h-145q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5l200 153v-53q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5 zM423 524q30 38 81.5 64t103 35.5t99 14t77.5 3.5l29 -1v-209l360 324l-359 318v-216q-7 0 -19 -1t-48 -8t-69.5 -18.5t-76.5 -37t-76.5 -59t-62 -88t-39.5 -121.5z" />
99
+ <glyph unicode="&#xe067;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q61 0 127 -23l-178 -177h-349q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v69l200 200v-169q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5 t-117.5 282.5zM342 632l283 -284l567 567l-137 137l-430 -431l-146 147z" />
100
+ <glyph unicode="&#xe068;" d="M0 603l300 296v-198h200v200h-200l300 300l295 -300h-195v-200h200v198l300 -296l-300 -300v198h-200v-200h195l-295 -300l-300 300h200v200h-200v-198z" />
101
+ <glyph unicode="&#xe069;" d="M200 50v1000q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-437l500 487v-1100l-500 488v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5z" />
102
+ <glyph unicode="&#xe070;" d="M0 50v1000q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-437l500 487v-487l500 487v-1100l-500 488v-488l-500 488v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5z" />
103
+ <glyph unicode="&#xe071;" d="M136 550l564 550v-487l500 487v-1100l-500 488v-488z" />
104
+ <glyph unicode="&#xe072;" d="M200 0l900 550l-900 550v-1100z" />
105
+ <glyph unicode="&#xe073;" d="M200 150q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v800q0 21 -14.5 35.5t-35.5 14.5h-200q-21 0 -35.5 -14.5t-14.5 -35.5v-800zM600 150q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v800q0 21 -14.5 35.5t-35.5 14.5h-200 q-21 0 -35.5 -14.5t-14.5 -35.5v-800z" />
106
+ <glyph unicode="&#xe074;" d="M200 150q0 -20 14.5 -35t35.5 -15h800q21 0 35.5 15t14.5 35v800q0 21 -14.5 35.5t-35.5 14.5h-800q-21 0 -35.5 -14.5t-14.5 -35.5v-800z" />
107
+ <glyph unicode="&#xe075;" d="M0 0v1100l500 -487v487l564 -550l-564 -550v488z" />
108
+ <glyph unicode="&#xe076;" d="M0 0v1100l500 -487v487l500 -487v437q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438l-500 -488v488z" />
109
+ <glyph unicode="&#xe077;" d="M300 0v1100l500 -487v437q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438z" />
110
+ <glyph unicode="&#xe078;" d="M100 250v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5zM100 500h1100l-550 564z" />
111
+ <glyph unicode="&#xe079;" d="M185 599l592 -592l240 240l-353 353l353 353l-240 240z" />
112
+ <glyph unicode="&#xe080;" d="M272 194l353 353l-353 353l241 240l572 -571l21 -22l-1 -1v-1l-592 -591z" />
113
+ <glyph unicode="&#xe081;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM300 500h200v-200h200v200h200v200h-200v200h-200v-200h-200v-200z" />
114
+ <glyph unicode="&#xe082;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM300 500h600v200h-600v-200z" />
115
+ <glyph unicode="&#xe083;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM246 459l213 -213l141 142l141 -142l213 213l-142 141l142 141l-213 212l-141 -141l-141 142l-212 -213l141 -141 z" />
116
+ <glyph unicode="&#xe084;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM270 551l276 -277l411 411l-175 174l-236 -236l-102 102z" />
117
+ <glyph unicode="&#xe085;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM364 700h143q4 0 11.5 -1t11 -1t6.5 3t3 9t1 11t3.5 8.5t3.5 6t5.5 4t6.5 2.5t9 1.5t9 0.5h11.5h12.5 q19 0 30 -10t11 -26q0 -22 -4 -28t-27 -22q-5 -1 -12.5 -3t-27 -13.5t-34 -27t-26.5 -46t-11 -68.5h200q5 3 14 8t31.5 25.5t39.5 45.5t31 69t14 94q0 51 -17.5 89t-42 58t-58.5 32t-58.5 15t-51.5 3q-50 0 -90.5 -12t-75 -38.5t-53.5 -74.5t-19 -114zM500 300h200v100h-200 v-100z" />
118
+ <glyph unicode="&#xe086;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM400 300h400v100h-100v300h-300v-100h100v-200h-100v-100zM500 800h200v100h-200v-100z" />
119
+ <glyph unicode="&#xe087;" d="M0 500v200h195q31 125 98.5 199.5t206.5 100.5v200h200v-200q54 -20 113 -60t112.5 -105.5t71.5 -134.5h203v-200h-203q-25 -102 -116.5 -186t-180.5 -117v-197h-200v197q-140 27 -208 102.5t-98 200.5h-194zM290 500q24 -73 79.5 -127.5t130.5 -78.5v206h200v-206 q149 48 201 206h-201v200h200q-25 74 -75.5 127t-124.5 77v-204h-200v203q-75 -23 -130 -77t-79 -126h209v-200h-210z" />
120
+ <glyph unicode="&#xe088;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM356 465l135 135 l-135 135l109 109l135 -135l135 135l109 -109l-135 -135l135 -135l-109 -109l-135 135l-135 -135z" />
121
+ <glyph unicode="&#xe089;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM322 537l141 141 l87 -87l204 205l142 -142l-346 -345z" />
122
+ <glyph unicode="&#xe090;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -115 62 -215l568 567q-100 62 -216 62q-171 0 -292.5 -121.5t-121.5 -292.5zM391 245q97 -59 209 -59q171 0 292.5 121.5t121.5 292.5 q0 112 -59 209z" />
123
+ <glyph unicode="&#xe091;" d="M0 547l600 453v-300h600v-300h-600v-301z" />
124
+ <glyph unicode="&#xe092;" d="M0 400v300h600v300l600 -453l-600 -448v301h-600z" />
125
+ <glyph unicode="&#xe093;" d="M204 600l450 600l444 -600h-298v-600h-300v600h-296z" />
126
+ <glyph unicode="&#xe094;" d="M104 600h296v600h300v-600h298l-449 -600z" />
127
+ <glyph unicode="&#xe095;" d="M0 200q6 132 41 238.5t103.5 193t184 138t271.5 59.5v271l600 -453l-600 -448v301q-95 -2 -183 -20t-170 -52t-147 -92.5t-100 -135.5z" />
128
+ <glyph unicode="&#xe096;" d="M0 0v400l129 -129l294 294l142 -142l-294 -294l129 -129h-400zM635 777l142 -142l294 294l129 -129v400h-400l129 -129z" />
129
+ <glyph unicode="&#xe097;" d="M34 176l295 295l-129 129h400v-400l-129 130l-295 -295zM600 600v400l129 -129l295 295l142 -141l-295 -295l129 -130h-400z" />
130
+ <glyph unicode="&#xe101;" d="M23 600q0 118 45.5 224.5t123 184t184 123t224.5 45.5t224.5 -45.5t184 -123t123 -184t45.5 -224.5t-45.5 -224.5t-123 -184t-184 -123t-224.5 -45.5t-224.5 45.5t-184 123t-123 184t-45.5 224.5zM456 851l58 -302q4 -20 21.5 -34.5t37.5 -14.5h54q20 0 37.5 14.5 t21.5 34.5l58 302q4 20 -8 34.5t-32 14.5h-207q-21 0 -33 -14.5t-8 -34.5zM500 300h200v100h-200v-100z" />
131
+ <glyph unicode="&#xe102;" d="M0 800h100v-200h400v300h200v-300h400v200h100v100h-111q1 1 1 6.5t-1.5 15t-3.5 17.5l-34 172q-11 39 -41.5 63t-69.5 24q-32 0 -61 -17l-239 -144q-22 -13 -40 -35q-19 24 -40 36l-238 144q-33 18 -62 18q-39 0 -69.5 -23t-40.5 -61l-35 -177q-2 -8 -3 -18t-1 -15v-6 h-111v-100zM100 0h400v400h-400v-400zM200 900q-3 0 14 48t36 96l18 47l213 -191h-281zM700 0v400h400v-400h-400zM731 900l202 197q5 -12 12 -32.5t23 -64t25 -72t7 -28.5h-269z" />
132
+ <glyph unicode="&#xe103;" d="M0 -22v143l216 193q-9 53 -13 83t-5.5 94t9 113t38.5 114t74 124q47 60 99.5 102.5t103 68t127.5 48t145.5 37.5t184.5 43.5t220 58.5q0 -189 -22 -343t-59 -258t-89 -181.5t-108.5 -120t-122 -68t-125.5 -30t-121.5 -1.5t-107.5 12.5t-87.5 17t-56.5 7.5l-99 -55z M238.5 300.5q19.5 -6.5 86.5 76.5q55 66 367 234q70 38 118.5 69.5t102 79t99 111.5t86.5 148q22 50 24 60t-6 19q-7 5 -17 5t-26.5 -14.5t-33.5 -39.5q-35 -51 -113.5 -108.5t-139.5 -89.5l-61 -32q-369 -197 -458 -401q-48 -111 -28.5 -117.5z" />
133
+ <glyph unicode="&#xe104;" d="M111 408q0 -33 5 -63q9 -56 44 -119.5t105 -108.5q31 -21 64 -16t62 23.5t57 49.5t48 61.5t35 60.5q32 66 39 184.5t-13 157.5q79 -80 122 -164t26 -184q-5 -33 -20.5 -69.5t-37.5 -80.5q-10 -19 -14.5 -29t-12 -26t-9 -23.5t-3 -19t2.5 -15.5t11 -9.5t19.5 -5t30.5 2.5 t42 8q57 20 91 34t87.5 44.5t87 64t65.5 88.5t47 122q38 172 -44.5 341.5t-246.5 278.5q22 -44 43 -129q39 -159 -32 -154q-15 2 -33 9q-79 33 -120.5 100t-44 175.5t48.5 257.5q-13 -8 -34 -23.5t-72.5 -66.5t-88.5 -105.5t-60 -138t-8 -166.5q2 -12 8 -41.5t8 -43t6 -39.5 t3.5 -39.5t-1 -33.5t-6 -31.5t-13.5 -24t-21 -20.5t-31 -12q-38 -10 -67 13t-40.5 61.5t-15 81.5t10.5 75q-52 -46 -83.5 -101t-39 -107t-7.5 -85z" />
134
+ <glyph unicode="&#xe105;" d="M-61 600l26 40q6 10 20 30t49 63.5t74.5 85.5t97 90t116.5 83.5t132.5 59t145.5 23.5t145.5 -23.5t132.5 -59t116.5 -83.5t97 -90t74.5 -85.5t49 -63.5t20 -30l26 -40l-26 -40q-6 -10 -20 -30t-49 -63.5t-74.5 -85.5t-97 -90t-116.5 -83.5t-132.5 -59t-145.5 -23.5 t-145.5 23.5t-132.5 59t-116.5 83.5t-97 90t-74.5 85.5t-49 63.5t-20 30zM120 600q7 -10 40.5 -58t56 -78.5t68 -77.5t87.5 -75t103 -49.5t125 -21.5t123.5 20t100.5 45.5t85.5 71.5t66.5 75.5t58 81.5t47 66q-1 1 -28.5 37.5t-42 55t-43.5 53t-57.5 63.5t-58.5 54 q49 -74 49 -163q0 -124 -88 -212t-212 -88t-212 88t-88 212q0 85 46 158q-102 -87 -226 -258zM377 656q49 -124 154 -191l105 105q-37 24 -75 72t-57 84l-20 36z" />
135
+ <glyph unicode="&#xe106;" d="M-61 600l26 40q6 10 20 30t49 63.5t74.5 85.5t97 90t116.5 83.5t132.5 59t145.5 23.5q61 0 121 -17l37 142h148l-314 -1200h-148l37 143q-82 21 -165 71.5t-140 102t-109.5 112t-72 88.5t-29.5 43zM120 600q210 -282 393 -336l37 141q-107 18 -178.5 101.5t-71.5 193.5 q0 85 46 158q-102 -87 -226 -258zM377 656q49 -124 154 -191l47 47l23 87q-30 28 -59 69t-44 68l-14 26zM780 161l38 145q22 15 44.5 34t46 44t40.5 44t41 50.5t33.5 43.5t33 44t24.5 34q-97 127 -140 175l39 146q67 -54 131.5 -125.5t87.5 -103.5t36 -52l26 -40l-26 -40 q-7 -12 -25.5 -38t-63.5 -79.5t-95.5 -102.5t-124 -100t-146.5 -79z" />
136
+ <glyph unicode="&#xe107;" d="M-97.5 34q13.5 -34 50.5 -34h1294q37 0 50.5 35.5t-7.5 67.5l-642 1056q-20 34 -48 36.5t-48 -29.5l-642 -1066q-21 -32 -7.5 -66zM155 200l445 723l445 -723h-345v100h-200v-100h-345zM500 600l100 -300l100 300v100h-200v-100z" />
137
+ <glyph unicode="&#xe108;" d="M100 262v41q0 20 11 44.5t26 38.5l363 325v339q0 62 44 106t106 44t106 -44t44 -106v-339l363 -325q15 -14 26 -38.5t11 -44.5v-41q0 -20 -12 -26.5t-29 5.5l-359 249v-263q100 -91 100 -113v-64q0 -20 -13 -28.5t-32 0.5l-94 78h-222l-94 -78q-19 -9 -32 -0.5t-13 28.5 v64q0 22 100 113v263l-359 -249q-17 -12 -29 -5.5t-12 26.5z" />
138
+ <glyph unicode="&#xe109;" d="M0 50q0 -20 14.5 -35t35.5 -15h1000q21 0 35.5 15t14.5 35v750h-1100v-750zM0 900h1100v150q0 21 -14.5 35.5t-35.5 14.5h-150v100h-100v-100h-500v100h-100v-100h-150q-21 0 -35.5 -14.5t-14.5 -35.5v-150zM100 100v100h100v-100h-100zM100 300v100h100v