nodeskini 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (215) hide show
  1. package/README.md +31 -0
  2. package/client/archive/bundle.js +11528 -0
  3. package/client/archive/golem.html +60 -0
  4. package/client/archive/golemClient.js +595 -0
  5. package/client/archive/golembundle.js +11634 -0
  6. package/client/archive/sequencer.html +43 -0
  7. package/client/archive/sequenceurClient.js +815 -0
  8. package/client/archive/stylegolem.css +158 -0
  9. package/client/archive/stylesequenceur.css +204 -0
  10. package/client/clientListe/Sortable-master/.circleci/config.yml +33 -0
  11. package/client/clientListe/Sortable-master/.editorconfig +15 -0
  12. package/client/clientListe/Sortable-master/.github/ISSUE_TEMPLATE/bug-report.md +73 -0
  13. package/client/clientListe/Sortable-master/.github/ISSUE_TEMPLATE/custom-template.md +48 -0
  14. package/client/clientListe/Sortable-master/.github/ISSUE_TEMPLATE/feature-request.md +41 -0
  15. package/client/clientListe/Sortable-master/.jshintrc +25 -0
  16. package/client/clientListe/Sortable-master/.testcaferc.json +7 -0
  17. package/client/clientListe/Sortable-master/CONTRIBUTING.md +26 -0
  18. package/client/clientListe/Sortable-master/LICENSE +21 -0
  19. package/client/clientListe/Sortable-master/README.md +813 -0
  20. package/client/clientListe/Sortable-master/Sortable.js +3709 -0
  21. package/client/clientListe/Sortable-master/Sortable.min.js +2 -0
  22. package/client/clientListe/Sortable-master/Sortable.min.old.js +2 -0
  23. package/client/clientListe/Sortable-master/Sortable.min.old.old.js +2 -0
  24. package/client/clientListe/Sortable-master/babel.config.js +27 -0
  25. package/client/clientListe/Sortable-master/bower.json +30 -0
  26. package/client/clientListe/Sortable-master/entry/entry-complete.js +8 -0
  27. package/client/clientListe/Sortable-master/entry/entry-core.js +19 -0
  28. package/client/clientListe/Sortable-master/entry/entry-defaults.js +19 -0
  29. package/client/clientListe/Sortable-master/index.html +460 -0
  30. package/client/clientListe/Sortable-master/modular/sortable.complete.esm.js +3701 -0
  31. package/client/clientListe/Sortable-master/modular/sortable.core.esm.js +3698 -0
  32. package/client/clientListe/Sortable-master/modular/sortable.esm.js +3699 -0
  33. package/client/clientListe/Sortable-master/package-lock.json +5704 -0
  34. package/client/clientListe/Sortable-master/package.json +56 -0
  35. package/client/clientListe/Sortable-master/plugins/AutoScroll/AutoScroll.js +270 -0
  36. package/client/clientListe/Sortable-master/plugins/AutoScroll/README.md +80 -0
  37. package/client/clientListe/Sortable-master/plugins/AutoScroll/index.js +1 -0
  38. package/client/clientListe/Sortable-master/plugins/MultiDrag/MultiDrag.js +617 -0
  39. package/client/clientListe/Sortable-master/plugins/MultiDrag/README.md +96 -0
  40. package/client/clientListe/Sortable-master/plugins/MultiDrag/index.js +1 -0
  41. package/client/clientListe/Sortable-master/plugins/OnSpill/OnSpill.js +79 -0
  42. package/client/clientListe/Sortable-master/plugins/OnSpill/README.md +60 -0
  43. package/client/clientListe/Sortable-master/plugins/OnSpill/index.js +1 -0
  44. package/client/clientListe/Sortable-master/plugins/README.md +178 -0
  45. package/client/clientListe/Sortable-master/plugins/Swap/README.md +55 -0
  46. package/client/clientListe/Sortable-master/plugins/Swap/Swap.js +90 -0
  47. package/client/clientListe/Sortable-master/plugins/Swap/index.js +1 -0
  48. package/client/clientListe/Sortable-master/scripts/banner.js +8 -0
  49. package/client/clientListe/Sortable-master/scripts/build.js +17 -0
  50. package/client/clientListe/Sortable-master/scripts/esm-build.js +28 -0
  51. package/client/clientListe/Sortable-master/scripts/minify.js +11 -0
  52. package/client/clientListe/Sortable-master/scripts/test-compat.js +30 -0
  53. package/client/clientListe/Sortable-master/scripts/test.js +21 -0
  54. package/client/clientListe/Sortable-master/scripts/umd-build.js +15 -0
  55. package/client/clientListe/Sortable-master/src/Animation.js +175 -0
  56. package/client/clientListe/Sortable-master/src/BrowserInfo.js +12 -0
  57. package/client/clientListe/Sortable-master/src/EventDispatcher.js +57 -0
  58. package/client/clientListe/Sortable-master/src/PluginManager.js +87 -0
  59. package/client/clientListe/Sortable-master/src/Sortable.js +1971 -0
  60. package/client/clientListe/Sortable-master/src/utils.js +556 -0
  61. package/client/clientListe/Sortable-master/st/app.js +224 -0
  62. package/client/clientListe/Sortable-master/st/iframe/frame.html +32 -0
  63. package/client/clientListe/Sortable-master/st/iframe/index.html +49 -0
  64. package/client/clientListe/Sortable-master/st/logo.png +0 -0
  65. package/client/clientListe/Sortable-master/st/og-image.png +0 -0
  66. package/client/clientListe/Sortable-master/st/prettify/prettify.css +1 -0
  67. package/client/clientListe/Sortable-master/st/prettify/prettify.js +46 -0
  68. package/client/clientListe/Sortable-master/st/prettify/run_prettify.js +64 -0
  69. package/client/clientListe/Sortable-master/st/saucelabs.svg +1 -0
  70. package/client/clientListe/Sortable-master/st/theme.css +254 -0
  71. package/client/clientListe/Sortable-master/tests/Sortable.compat.test.js +39 -0
  72. package/client/clientListe/Sortable-master/tests/Sortable.test.js +386 -0
  73. package/client/clientListe/Sortable-master/tests/dual-list.html +34 -0
  74. package/client/clientListe/Sortable-master/tests/empty-list.html +30 -0
  75. package/client/clientListe/Sortable-master/tests/filter.html +27 -0
  76. package/client/clientListe/Sortable-master/tests/handles.html +27 -0
  77. package/client/clientListe/Sortable-master/tests/nested.html +67 -0
  78. package/client/clientListe/Sortable-master/tests/single-list.html +25 -0
  79. package/client/clientListe/Sortable-master/tests/style.css +18 -0
  80. package/client/clientListe/clientListe.html +148 -0
  81. package/client/clientListe/clientListe.js +1508 -0
  82. package/client/clientListe/clientListebundle.js +13164 -0
  83. package/client/clientListe/images/poubelle.png +0 -0
  84. package/client/clientListe/images/start.png +0 -0
  85. package/client/clientListe/images/stop.png +0 -0
  86. package/client/clientListe/images/submit.png +0 -0
  87. package/client/clientListe/sortable-theme-bootstrap.css +90 -0
  88. package/client/configurateur/configReact.js +273 -0
  89. package/client/configurateur/configReactbundle.js +295 -0
  90. package/client/configurateur/configurateur.css +95 -0
  91. package/client/configurateur/configurateur.html +48 -0
  92. package/client/configurateur/lib/jexcel.css +755 -0
  93. package/client/configurateur/lib/jexcel.js +14970 -0
  94. package/client/configurateur/lib/jsuites.css +2801 -0
  95. package/client/configurateur/lib/jsuites.js +11822 -0
  96. package/client/configurateur/lib/react-dom.production.min.js +239 -0
  97. package/client/configurateur/lib/react.production.min.js +32 -0
  98. package/client/configurateur/src/configReact.js +247 -0
  99. package/client/controleur/clientcontroleur.js +536 -0
  100. package/client/controleur/clientcontroleur.test.js +282 -0
  101. package/client/controleur/controleur.html +51 -0
  102. package/client/controleur/controleurbundle.js +565 -0
  103. package/client/controleur/stylecontroleur.css +236 -0
  104. package/client/controleurHH/controleurHH.html +71 -0
  105. package/client/controleurHH/controleurHH.js +252 -0
  106. package/client/controleurHH/styles/index.css +320 -0
  107. package/client/controleurHH/styles/material.css +11552 -0
  108. package/client/parametrage/paramReact.js +473 -0
  109. package/client/parametrage/paramReactbundle.js +500 -0
  110. package/client/parametrage/parametrage.css +111 -0
  111. package/client/parametrage/parametrage.html +163 -0
  112. package/client/parametrage/src/paramReact.js +459 -0
  113. package/client/score/hash.js +83 -0
  114. package/client/score/p5.min.js +3 -0
  115. package/client/score/parto1.js +1171 -0
  116. package/client/score/parto1bundle.js +1181 -0
  117. package/client/score/processing.min.js +431 -0
  118. package/client/score/score.html +15 -0
  119. package/client/score/score.js +34 -0
  120. package/client/simulateurListe/simulateurFork.js +750 -0
  121. package/client/simulateurListe/simulateurFork.mjs +681 -0
  122. package/client/simulateurListe/simulateurForkSansReorg.js +569 -0
  123. package/client/simulateurListe/simulateurListe.js +628 -0
  124. package/myReact/archive/Nodeemitvaluedlocal1.hh.js +52 -0
  125. package/myReact/archive/abort-parNode.js +79 -0
  126. package/myReact/archive/abroNode.js +169 -0
  127. package/myReact/archive/abroNode2.js +80 -0
  128. package/myReact/archive/atom.compile.hh.js +51 -0
  129. package/myReact/archive/await-countNode.js +67 -0
  130. package/myReact/archive/await-nowvalNode.js +44 -0
  131. package/myReact/archive/callHH.js +96 -0
  132. package/myReact/archive/emit-if2.hh.compiled.js +113 -0
  133. package/myReact/archive/every1Node.js +35 -0
  134. package/myReact/archive/if-runNode.js +74 -0
  135. package/myReact/archive/if1Node.js +43 -0
  136. package/myReact/archive/makeawait.js +0 -0
  137. package/myReact/archive/myReact.old.js +684 -0
  138. package/myReact/archive/orchestration.js +281 -0
  139. package/myReact/archive/orchestration1.js +132 -0
  140. package/myReact/archive/orchestration1.xml +465 -0
  141. package/myReact/archive/orchestration2.js +161 -0
  142. package/myReact/archive/orchestrationHH.mano.js +280 -0
  143. package/myReact/archive/orchestrationHHTest.js +428 -0
  144. package/myReact/archive/orchestrationHHTest.xml +234 -0
  145. package/myReact/archive/orchestrationHHTestRun.js +104 -0
  146. package/myReact/archive/orchestrationHHTestRun.xml +34 -0
  147. package/myReact/archive/orchestrationTest0.js +178 -0
  148. package/myReact/archive/orchestrationTest1.js +181 -0
  149. package/myReact/archive/orchestrationTest2.js +281 -0
  150. package/myReact/archive/run3pointsNode.js +59 -0
  151. package/myReact/archive/runNode.js +123 -0
  152. package/myReact/archive/runNode2.js +91 -0
  153. package/myReact/archive/testAwait1.js +141 -0
  154. package/myReact/archive/testAwait1.xml +86 -0
  155. package/myReact/archive/testEvery1.js +122 -0
  156. package/myReact/archive/testEvery1.xml +79 -0
  157. package/myReact/archive/testHH1.js +135 -0
  158. package/myReact/archive/testHH1.xml +86 -0
  159. package/myReact/archive/testHH1revu.js +104 -0
  160. package/myReact/archive/testHH2.js +122 -0
  161. package/myReact/archive/testHH2.xml +79 -0
  162. package/myReact/archive/testHH3.js +130 -0
  163. package/myReact/archive/testHH3.xml +86 -0
  164. package/myReact/archive/testHHabort.js +121 -0
  165. package/myReact/archive/testHHabort.xml +83 -0
  166. package/myReact/archive/testMakeawait.js +202 -0
  167. package/myReact/archive/testRun1.js +168 -0
  168. package/myReact/archive/testRun1.xml +142 -0
  169. package/myReact/archive/titi.js +28 -0
  170. package/myReact/archive/titi.xml +110 -0
  171. package/myReact/archive/toto.js +73 -0
  172. package/myReact/archive/toto.xml +198 -0
  173. package/myReact/archive/trap-await-parallelNode.js +123 -0
  174. package/myReact/inutiles/hiver2022.xml +804 -0
  175. package/myReact/inutiles/hopeNode.xml +459 -0
  176. package/myReact/inutiles/mars2022.xml +871 -0
  177. package/myReact/inutiles/mystique1.xml +318 -0
  178. package/myReact/inutiles/mystiqueOSC.xml +277 -0
  179. package/myReact/inutiles/opus5Node.xml +1271 -0
  180. package/myReact/inutiles/opus5NodeLinux.xml +1241 -0
  181. package/myReact/inutiles/orchestrationHH.xml +541 -0
  182. package/myReact/inutiles/orchestrationHH2.xml +547 -0
  183. package/myReact/inutiles/testHH.xml +95 -0
  184. package/myReact/inutiles/trouveLaPercuTenor.xml +349 -0
  185. package/myReact/myReact.js +744 -0
  186. package/myReact/myReact.min.js +1 -0
  187. package/myReact/orchestrationHH.js +311 -0
  188. package/myReact/orchestrationHH.mjs +436 -0
  189. package/myReact/orchestrationHH.mjs.map +1 -0
  190. package/package.json +46 -0
  191. package/serveur/OSCandMidi.mjs +361 -0
  192. package/serveur/computeScore.mjs +415 -0
  193. package/serveur/controleDAW.mjs +1149 -0
  194. package/serveur/defaultSession.csv +2 -0
  195. package/serveur/defaultSkiniParametres.js +119 -0
  196. package/serveur/gameOSC.mjs +96 -0
  197. package/serveur/groupeClientsSons.mjs +1014 -0
  198. package/serveur/ipConfig.json +24 -0
  199. package/serveur/ipConfig127.json +19 -0
  200. package/serveur/ipConfig75.json +17 -0
  201. package/serveur/ipConfigBH.json +19 -0
  202. package/serveur/ipConfigLocal.json +19 -0
  203. package/serveur/midiConfig.json +26 -0
  204. package/serveur/midiConfigBH.json +26 -0
  205. package/serveur/midiConfigVoid.json +3 -0
  206. package/serveur/midimix.mjs +570 -0
  207. package/serveur/saveParam.mjs +159 -0
  208. package/serveur/skiniParametres.good.js +132 -0
  209. package/serveur/skiniParametres.js +106 -0
  210. package/serveur/utilsHHSkini.hh.js +64 -0
  211. package/serveur/utilsSkini.mjs +137 -0
  212. package/serveur/websocketServer.mjs +2052 -0
  213. package/serveur/workerInterfaceZ.mjs +327 -0
  214. package/serveur/workerSynchro.mjs +49 -0
  215. package/skini.mjs +141 -0
@@ -0,0 +1,2801 @@
1
+
2
+ /**
3
+ * (c) jSuites Javascript Web Components
4
+ *
5
+ * Website: https://jsuites.net
6
+ * Description: Create amazing web based applications.
7
+ *
8
+ * MIT License
9
+ *
10
+ */
11
+
12
+ :root {
13
+ --button-color: #298BA8;
14
+ --active-color: #007aff;
15
+ --safe-area-top: env(safe-area-inset-top);
16
+ --safe-area-bottom: env(safe-area-inset-bottom);
17
+ }
18
+
19
+ div[data-before]:before {
20
+ content: attr(data-before);
21
+ }
22
+
23
+ .unselectable {
24
+ -webkit-touch-callout: none;
25
+ -webkit-user-select: none;
26
+ -khtml-user-select: none;
27
+ -moz-user-select: none;
28
+ -ms-user-select: none;
29
+ user-select: none;
30
+ }
31
+
32
+ .jreadonly {
33
+ pointer-events: none;
34
+ }
35
+
36
+ .jdragging {
37
+ opacity:0.2;
38
+ filter: alpha(opacity=20);
39
+ }
40
+
41
+ .jupload.input {
42
+ position: relative;
43
+ box-sizing: border-box;
44
+ background-size: initial;
45
+ height: 33px;
46
+ min-height: initial;
47
+ padding: 6px;
48
+ padding-right: 30px;
49
+ }
50
+
51
+ .jupload.input:before {
52
+ content: "save";
53
+ font-size: 18px;
54
+ font-family: "Material Icons";
55
+ color: #000;
56
+ position: absolute;
57
+ right: 5px;
58
+ }
59
+
60
+ .jupload img {
61
+ width: 100%;
62
+ }
63
+
64
+ .jupload.input img {
65
+ width: initial;
66
+ max-width: 100%;
67
+ height: 100%;
68
+ }
69
+
70
+ .jupload[data-multiple] {
71
+ padding: 10px;
72
+ }
73
+
74
+ .jupload[data-multiple] img {
75
+ height: 70px;
76
+ width: 100px;
77
+ object-fit: cover;
78
+ margin-right: 5px;
79
+ margin-bottom: 5px;
80
+ }
81
+
82
+ .jupload {
83
+ position: relative;
84
+ border: 1px dotted #eee;
85
+ cursor: pointer;
86
+ box-sizing: border-box;
87
+ width: 100%;
88
+ max-height: 100%;
89
+ min-height: 180px;
90
+ }
91
+
92
+ .jupload:not(.input):before {
93
+ content: "\e2c3";
94
+ font-family: "Material Icons";
95
+ font-size: 90px;
96
+ color: #eee;
97
+ width: 100%;
98
+ height: 100%;
99
+ display: flex;
100
+ align-items: center;
101
+ justify-content: center;
102
+ position: absolute;
103
+ z-index: -1;
104
+ }
105
+
106
+ .jupload-item {
107
+ padding-right: 22px;
108
+ border-radius: 1px;
109
+ display: inline-block;
110
+ position: relative;
111
+ }
112
+
113
+ .jphoto {
114
+ position: relative;
115
+ border: 1px dotted #eee;
116
+ cursor: pointer;
117
+ box-sizing: border-box;
118
+ width: 100%;
119
+ max-height: 100%;
120
+ min-height: 180px;
121
+ display: flex;
122
+ align-items: center;
123
+ justify-content: center;
124
+ }
125
+
126
+ .jphoto:empty:before {
127
+ content: "\e2c3";
128
+ font-family: "Material Icons";
129
+ font-size: 90px;
130
+ color: #eee;
131
+ width: 100%;
132
+ height: 100%;
133
+ }
134
+
135
+ .jremove {
136
+ opacity: 0.2;
137
+ filter: alpha(opacity=20);
138
+ }
139
+
140
+ .round img {
141
+ border-radius: 1000px;
142
+ }
143
+
144
+
145
+
146
+ /** Animations **/
147
+ .fade-in {
148
+ animation: fade-in 2s forwards;
149
+ }
150
+
151
+ .fade-out {
152
+ animation: fade-out 1s forwards;
153
+ }
154
+
155
+ .slide-left-in {
156
+ position: relative;
157
+ animation: slide-left-in 0.4s forwards;
158
+ }
159
+
160
+ .slide-left-out {
161
+ position: relative;
162
+ animation: slide-left-out 0.4s forwards;
163
+ }
164
+
165
+ .slide-right-in {
166
+ position: relative;
167
+ animation: slide-right-in 0.4s forwards;
168
+ }
169
+
170
+ .slide-right-out {
171
+ position: relative;
172
+ animation: slide-right-out 0.4s forwards;
173
+ }
174
+
175
+ .slide-top-in {
176
+ position: relative;
177
+ animation: slide-top-in 0.4s forwards;
178
+ }
179
+
180
+ .slide-top-out {
181
+ position: relative;
182
+ animation: slide-top-out 0.2s forwards;
183
+ }
184
+
185
+ .slide-bottom-in {
186
+ position: relative;
187
+ animation: slide-bottom-in 0.4s forwards;
188
+ }
189
+
190
+ .slide-bottom-out {
191
+ position: relative;
192
+ animation: slide-bottom-out 0.1s forwards;
193
+ }
194
+
195
+ .spin {
196
+ animation: spin 2s infinite linear;
197
+ }
198
+
199
+ /** Fadein and Fadeout **/
200
+ @keyframes fade-in {
201
+ 0% { opacity: 0; }
202
+ 100% { opacity: 100; }
203
+ }
204
+
205
+ @-webkit-keyframes fade-in {
206
+ 0% { opacity: 0; }
207
+ 100% { opacity: 100; }
208
+ }
209
+
210
+ @keyframes fade-out {
211
+ 0% { opacity: 100; }
212
+ 100% { opacity: 0; }
213
+ }
214
+
215
+ @-webkit-keyframes fade-out {
216
+ 0% { opacity: 100; }
217
+ 100% { opacity: 0; }
218
+ }
219
+
220
+ /** Keyframes Left to Right **/
221
+ @keyframes slide-left-in {
222
+ 0% { left: -100%; }
223
+ 100% { left: 0%; }
224
+ }
225
+
226
+ @-webkit-keyframes slide-left-in {
227
+ 0% { left: -100%; }
228
+ 100% { left: 0%; }
229
+ }
230
+
231
+ @keyframes slide-left-out {
232
+ 0% { left: 0%; }
233
+ 100% { left: -100%; }
234
+ }
235
+
236
+ @-webkit-keyframes slide-left-out {
237
+ 0% { left: 0%; }
238
+ 100% { left: -100%; }
239
+ }
240
+
241
+ /** Keyframes Right to Left **/
242
+ @keyframes slide-right-in {
243
+ 0% { left: 100%; }
244
+ 100% { left: 0%; }
245
+ }
246
+
247
+ @-webkit-keyframes slide-right-in
248
+ {
249
+ 0% { left: 100%; }
250
+ 100% { left: 0%; }
251
+ }
252
+
253
+ @keyframes slide-right-out {
254
+ 0% { left: 0%; }
255
+ 100% { left: 100%; }
256
+ }
257
+
258
+ @-webkit-keyframes slide-right-out {
259
+ 0% { left: 0%; }
260
+ 100% { left: 100%; }
261
+ }
262
+
263
+ /** Keyframes Top to Bottom **/
264
+ @keyframes slide-top-in {
265
+ 0% { transform: translateY(-100%); }
266
+ 100% { transform: translateY(0%); }
267
+ }
268
+
269
+ @-webkit-keyframes slide-top-in {
270
+ 0% { transform: translateY(-100%); }
271
+ 100% { -webkit-transform: translateY(0%); }
272
+ }
273
+
274
+ @keyframes slide-top-out {
275
+ 0% { transform: translateY(0%); }
276
+ 100% { transform: translateY(-100%); }
277
+ }
278
+
279
+ @-webkit-keyframes slide-top-out {
280
+ 0% { -webkit-transform: translateY(0%); }
281
+ 100% { -webkit-transform: translateY(-100%); }
282
+ }
283
+
284
+ /** Keyframes Bottom to Top **/
285
+ @keyframes slide-bottom-in {
286
+ 0% { transform: translateY(100%); }
287
+ 100% { transform: translateY(0%); }
288
+ }
289
+
290
+ @-webkit-keyframes slide-bottom-in {
291
+ 0% { transform: translateY(100%); }
292
+ 100% { -webkit-transform: translateY(0%); }
293
+ }
294
+
295
+ @keyframes slide-bottom-out {
296
+ 0% { transform: translateY(0%); }
297
+ 100% { transform: translateY(100%); }
298
+ }
299
+
300
+ @-webkit-keyframes slide-bottom-out {
301
+ 0% { -webkit-transform: translateY(0%); }
302
+ 100% { -webkit-transform: translateY(100%); }
303
+ }
304
+
305
+ @-webkit-keyframes spin {
306
+ from {
307
+ -webkit-transform:rotate(0deg);
308
+ }
309
+ to {
310
+ -webkit-transform:rotate(359deg);
311
+ }
312
+ }
313
+
314
+ @keyframes spin {
315
+ from {
316
+ transform:rotate(0deg);
317
+ }
318
+ to {
319
+ transform:rotate(359deg);
320
+ }
321
+ }
322
+
323
+ .jcalendar {
324
+ position:absolute;
325
+ z-index:9000;
326
+ display:none;
327
+ box-sizing:border-box;
328
+ -webkit-touch-callout: none;
329
+ -webkit-user-select: none;
330
+ -khtml-user-select: none;
331
+ -moz-user-select: none;
332
+ -ms-user-select: none;
333
+ user-select: none;
334
+ -webkit-tap-highlight-color: rgba(0,0,0,0);
335
+ -webkit-tap-highlight-color: transparent;
336
+ min-width:280px;
337
+ }
338
+
339
+ .jcalendar.jcalendar-focus {
340
+ display:block;
341
+ }
342
+
343
+ .jcalendar .jcalendar-backdrop {
344
+ position:fixed;
345
+ top:0px;
346
+ left:0px;
347
+ z-index:9000;
348
+ min-width:100%;
349
+ min-height:100%;
350
+ background-color:rgba(0,0,0,0.5);
351
+ border:0px;
352
+ padding:0px;
353
+ display:none;
354
+ }
355
+
356
+ .jcalendar .jcalendar-container {
357
+ position:relative;
358
+ box-sizing:border-box;
359
+ }
360
+
361
+ .jcalendar .jcalendar-content {
362
+ position:absolute;
363
+ z-index:9001;
364
+ -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.39);
365
+ -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.39);
366
+ box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.39);
367
+ background-color:#fff;
368
+ }
369
+
370
+ .jcalendar-header {
371
+ text-align:center;
372
+ }
373
+
374
+ .jcalendar-header span {
375
+ margin-right:4px;
376
+ font-size:1.1em;
377
+ font-weight:bold;
378
+ }
379
+
380
+ .jcalendar-prev {
381
+ cursor:pointer;
382
+ background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z' fill='%23000' /%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3C/svg%3E");
383
+ background-position:center;
384
+ background-repeat:no-repeat;
385
+ }
386
+
387
+ .jcalendar-next {
388
+ cursor:pointer;
389
+ background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z' fill='%23000' /%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3C/svg%3E");
390
+ background-position:center;
391
+ background-repeat:no-repeat;
392
+ }
393
+
394
+ .jcalendar-weekday {
395
+ font-weight: 600;
396
+ background-color: #fcfcfc;
397
+ padding: 14px;
398
+ }
399
+
400
+ .jcalendar-table > table {
401
+ width:100%;
402
+ background-color:#fff;
403
+ }
404
+
405
+ .jcalendar-table > table > thead {
406
+ cursor:pointer;
407
+ }
408
+
409
+ .jcalendar-table thead td {
410
+ padding:10px;
411
+ height:40px;
412
+ }
413
+
414
+ .jcalendar-table > table > tbody td {
415
+ box-sizing:border-box;
416
+ cursor:pointer;
417
+ padding:9px;
418
+ font-size:0.9em;
419
+ }
420
+
421
+
422
+ .jcalendar-table tfoot td {
423
+ padding:10px;
424
+ }
425
+
426
+ .jcalendar-months td, .jcalendar-years td {
427
+ height:24px;
428
+ }
429
+
430
+ .jcalendar-input {
431
+ padding-right:18px;
432
+ background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='gray'%3E%3Cpath d='M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E");
433
+ background-position:top 50% right 5px;
434
+ background-repeat:no-repeat;
435
+ box-sizing: border-box;
436
+ }
437
+
438
+ .jcalendar-done {
439
+ -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.39);
440
+ -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.39);
441
+ box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.39);
442
+ background-color:#fff;
443
+ }
444
+
445
+ .jcalendar-update {
446
+ border:1px solid #ccc;
447
+ background-color:#fff;
448
+ border-radius:4px;
449
+ padding:5px;
450
+ width:100%;
451
+ }
452
+
453
+ .jcalendar-container select {
454
+ width:55px;
455
+ display:inline-block;
456
+ border:0px;
457
+ padding:4px;
458
+ text-align:center;
459
+ font-size:1.1em;
460
+ user-select:none;
461
+ margin-right:10px;
462
+ }
463
+
464
+ .jcalendar-container select:first-child {
465
+ margin-right:2px;
466
+ }
467
+
468
+ .jcalendar-selected {
469
+ background-color:#eee;
470
+ }
471
+
472
+ .jcalendar-reset, .jcalendar-confirm {
473
+ text-transform:uppercase;
474
+ cursor:pointer;
475
+ color: var(--active-color);
476
+ }
477
+
478
+ .jcalendar-controls {
479
+ padding:15px;
480
+
481
+ -webkit-box-sizing: border-box;
482
+ box-sizing: border-box;
483
+ vertical-align:middle;
484
+
485
+ display: -webkit-box;
486
+ display: -moz-box;
487
+ display: -ms-flexbox;
488
+ display: -webkit-flex;
489
+ display: flex;
490
+
491
+ -webkit-flex-flow: row wrap;
492
+ justify-content: space-between;
493
+ align-items:center;
494
+ }
495
+
496
+ .jcalendar-controls div {
497
+ font-weight:bold;
498
+ }
499
+
500
+ .jcalendar-fullsize {
501
+ position:fixed;
502
+ width:100%;
503
+ top:0px;
504
+ left:0px;
505
+ }
506
+
507
+ .jcalendar-fullsize .jcalendar-content
508
+ {
509
+ position:fixed;
510
+ width:100%;
511
+ left:0px;
512
+ bottom:0px;
513
+ }
514
+
515
+ .jcalendar-focus.jcalendar-fullsize .jcalendar-backdrop {
516
+ display:block;
517
+ }
518
+
519
+ .jcalendar-sunday {
520
+ color: red;
521
+ }
522
+ .jcalendar-disabled {
523
+ color: #ccc;
524
+ }
525
+
526
+ .jcalendar-time {
527
+ display:flex;
528
+ }
529
+
530
+
531
+ .jcolor {
532
+ display: none;
533
+ outline: none;
534
+ position: absolute;
535
+ }
536
+
537
+ .jcolor-input {
538
+ padding-right: 24px !important;
539
+ background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' width='18px' height='18px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 3c-4.97 0-9 4.03-9 9s4.03 9 9 9c.83 0 1.5-.67 1.5-1.5 0-.39-.15-.74-.39-1.01-.23-.26-.38-.61-.38-.99 0-.83.67-1.5 1.5-1.5H16c2.76 0 5-2.24 5-5 0-4.42-4.03-8-9-8zm-5.5 9c-.83 0-1.5-.67-1.5-1.5S5.67 9 6.5 9 8 9.67 8 10.5 7.33 12 6.5 12zm3-4C8.67 8 8 7.33 8 6.5S8.67 5 9.5 5s1.5.67 1.5 1.5S10.33 8 9.5 8zm5 0c-.83 0-1.5-.67-1.5-1.5S13.67 5 14.5 5s1.5.67 1.5 1.5S15.33 8 14.5 8zm3 4c-.83 0-1.5-.67-1.5-1.5S16.67 9 17.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z'/%3E%3C/svg%3E") top 50% right 4px no-repeat, content-box;
540
+ box-sizing: border-box;
541
+ }
542
+
543
+ .jcolor-content {
544
+ position: absolute;
545
+ z-index: 9000;
546
+ user-select: none;
547
+ -webkit-font-smoothing: antialiased;
548
+ font-size: .875rem;
549
+ letter-spacing: .2px;
550
+ -webkit-border-radius: 4px;
551
+ border-radius: 4px;
552
+ -webkit-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
553
+ box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
554
+ background-color:#fff;
555
+ box-sizing: border-box;
556
+ min-width: 260px;
557
+ }
558
+
559
+ .jmodal .jcolor-content {
560
+ position: fixed;
561
+ }
562
+
563
+ .jcolor-controls {
564
+ display: flex;
565
+ padding: 10px;
566
+ border-bottom: 1px solid #eee;
567
+ margin-bottom: 5px;
568
+ }
569
+
570
+ .jcolor-controls div {
571
+ flex: 1;
572
+ font-size: 1em;
573
+ color: var(--active-color);
574
+ text-transform: uppercase;
575
+ font-weight: bold;
576
+ box-sizing: border-box;
577
+ }
578
+
579
+ .jcolor-content table {
580
+ border-collapse: collapse;
581
+ box-sizing: border-box;
582
+ }
583
+
584
+ .jcolor-focus {
585
+ display:block;
586
+ }
587
+
588
+ .jcolor table {
589
+ width:100%;
590
+ height:100%;
591
+ min-height: 160px;
592
+ }
593
+
594
+ .jcolor td {
595
+ padding: 7px;
596
+ }
597
+
598
+ .jcolor-selected {
599
+ background-repeat:no-repeat;
600
+ background-size: 16px;
601
+ background-position: center;
602
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='white'/%3E%3C/svg%3E");
603
+ }
604
+
605
+ .jcolor-fullscreen {
606
+ position: fixed;
607
+ left: 0px;
608
+ bottom: 0px;
609
+ width:100%;
610
+ max-height: 290px;
611
+ border-radius: 0px;
612
+ box-sizing: border-box;
613
+ }
614
+
615
+ .jcolor-fullscreen .jcolor-controls {
616
+ padding: 15px;
617
+ -webkit-box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.39);
618
+ -moz-box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.39);
619
+ box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.39);
620
+ }
621
+
622
+ .jcolor-reset {
623
+ text-align: left;
624
+ }
625
+
626
+ .jcolor-close {
627
+ text-align: right;
628
+ }
629
+
630
+ .jcolor-backdrop {
631
+ position: fixed;
632
+ top: 0px;
633
+ left: 0px;
634
+ min-width: 100%;
635
+ min-height: 100%;
636
+ background-color: rgba(0,0,0,0.5);
637
+ border: 0px;
638
+ padding: 0px;
639
+ z-index: 8000;
640
+ display: none;
641
+
642
+ -webkit-touch-callout: none; /* iOS Safari */
643
+ -webkit-user-select: none; /* Safari */
644
+ -khtml-user-select: none; /* Konqueror HTML */
645
+ -moz-user-select: none; /* Firefox */
646
+ -ms-user-select: none; /* Internet Explorer/Edge */
647
+ user-select: none; /* Non-prefixed version, currently
648
+ supported by Chrome and Opera */
649
+ }
650
+
651
+ .jcolor-content .jtabs-content {
652
+ padding: 7px;
653
+ }
654
+
655
+ .jcolor-grid tr:first-child > td:first-child {
656
+ border-top-left-radius: 3px;
657
+ }
658
+
659
+ .jcolor-grid tr:first-child > td:last-child {
660
+ border-top-right-radius: 3px;
661
+ }
662
+
663
+ .jcolor-grid tr:last-child > td:first-child {
664
+ border-bottom-left-radius: 3px;
665
+ }
666
+
667
+ .jcolor-grid tr:last-child > td:last-child {
668
+ border-bottom-right-radius: 3px;
669
+ }
670
+
671
+ .jcolor-hsl {
672
+ box-sizing: border-box;
673
+ }
674
+
675
+ .jcolor-hsl > div {
676
+ height: 100%;
677
+ position: relative;
678
+ }
679
+
680
+ .jcolor-hsl canvas {
681
+ display: block;
682
+ border-radius: 4px;
683
+ -webkit-user-drag: none;
684
+ }
685
+
686
+ .jcolor-point {
687
+ height: 5px;
688
+ width: 5px;
689
+ background-color: #000;
690
+ position: absolute;
691
+ top: 50%;
692
+ left: 50%;
693
+ transform: translate(-50%, -50%);
694
+ border-radius: 50%;
695
+ }
696
+
697
+ .jcolor-sliders {
698
+ padding: 10px 20px 10px 10px;
699
+ }
700
+
701
+ .jcolor-sliders input {
702
+ -webkit-appearance: none;
703
+
704
+ height: 12px;
705
+ width: 80%;
706
+
707
+ background: #d3d3d3;
708
+ opacity: 1;
709
+
710
+ border-radius: 30px;
711
+ outline: none;
712
+ }
713
+
714
+ .jcolor-sliders-input-subcontainer {
715
+ display: flex;
716
+ justify-content: space-between;
717
+ align-items: center;
718
+ }
719
+
720
+ .jcolor-sliders-input-container {
721
+ margin-top: 4px;
722
+ line-height: 0.8em;
723
+ text-align: left;
724
+ }
725
+
726
+ .jcolor-sliders-input-container > label {
727
+ font-size: 10px;
728
+ text-transform: uppercase;
729
+ color: #bbbbbd;
730
+ }
731
+
732
+ .jcolor-sliders-input-subcontainer > input {
733
+ border: 0px;
734
+ padding: 1px;
735
+ }
736
+
737
+ .jcolor-sliders-input-container input::-webkit-slider-thumb {
738
+ -webkit-appearance: none;
739
+ height: 12px;
740
+ width: 12px;
741
+ border-radius: 50%;
742
+ background: #000;
743
+ border: 2px solid #fff;
744
+ cursor: pointer;
745
+ }
746
+
747
+ .jcolor-sliders-input-container input::-moz-range-thumb {
748
+ -webkit-appearance: none;
749
+ height: 12px;
750
+ width: 12px;
751
+ border-radius: 50%;
752
+ background: #000;
753
+ border: 2px solid #fff;
754
+ cursor: pointer;
755
+ }
756
+
757
+ .jcolor-sliders-final-color {
758
+ padding: 6px;
759
+ user-select: all;
760
+ margin-top: 10px;
761
+ text-align: center;
762
+ }
763
+
764
+ .jcolor-sliders-final-color > div:nth-child(2) {
765
+ width: 71px;
766
+ text-transform: uppercase;
767
+ }
768
+
769
+ .jcolor .jtabs .jtabs-headers-container .jtabs-controls {
770
+ display: none !important;
771
+ }
772
+
773
+ .jcolor .jtabs .jtabs-headers-container {
774
+ display: flex !important;
775
+ justify-content: center;
776
+ padding: 4px;
777
+ }
778
+
779
+ .jcolor .jtabs-headers > div:not(.jtabs-border) {
780
+ padding: 2px !important;
781
+ padding-left: 15px !important;
782
+ padding-right: 15px !important;
783
+ font-size: 0.8em;
784
+ }
785
+
786
+ .jcontextmenu {
787
+ position:fixed;
788
+ z-index:10000;
789
+ background:#fff;
790
+ color: #555;
791
+ font-size: 11px;
792
+ -webkit-user-select: none;
793
+ -moz-user-select: none;
794
+ user-select: none;
795
+ -webkit-box-shadow: 2px 2px 2px 0px rgba(143, 144, 145, 1);
796
+ -moz-box-shadow: 2px 2px 2px 0px rgba(143, 144, 145, 1);
797
+ box-shadow: 2px 2px 2px 0px rgba(143, 144, 145, 1);
798
+ border: 1px solid #C6C6C6;
799
+ padding: 0px;
800
+ padding-top:4px;
801
+ padding-bottom:4px;
802
+ margin:0px;
803
+ outline:none;
804
+ display:none;
805
+ }
806
+
807
+ .jcontextmenu.jcontextmenu-focus {
808
+ display:inline-block;
809
+ }
810
+
811
+ .jcontextmenu > div {
812
+ box-sizing: border-box;
813
+ display: flex;
814
+ padding: 8px 8px 8px 32px;
815
+ width: 250px;
816
+ position: relative;
817
+ cursor: default;
818
+ font-size: 11px;
819
+ font-family:sans-serif;
820
+ text-align: left;
821
+ }
822
+
823
+ .jcontextmenu > div::before {
824
+ content: attr(data-icon);
825
+ font-family: 'Material Icons' !important;
826
+ font-weight: normal;
827
+ font-style: normal;
828
+ font-size: 16px;
829
+ line-height: 1;
830
+ letter-spacing: normal;
831
+ text-transform: none;
832
+ display: inline-block;
833
+ white-space: nowrap;
834
+ word-wrap: normal;
835
+ direction: ltr;
836
+ -webkit-font-feature-settings: 'liga';
837
+ -webkit-font-smoothing: antialiased;
838
+ position: absolute;
839
+ left: 9px;
840
+ }
841
+
842
+ .jcontextmenu > div.header {
843
+ display: none;
844
+ }
845
+
846
+ .jcontextmenu > div a {
847
+ color: #555;
848
+ text-decoration: none;
849
+ flex: 1;
850
+ }
851
+
852
+ .jcontextmenu > div span {
853
+ margin-right:10px;
854
+ }
855
+
856
+ .jcontextmenu .jcontextmenu-disabled a {
857
+ color: #ccc;
858
+ }
859
+
860
+ .jcontextmenu > div:hover {
861
+ background: #ebebeb;
862
+ }
863
+
864
+ .jcontextmenu hr {
865
+ border: 1px solid #e9e9e9;
866
+ border-bottom: 0;
867
+ margin-top:5px;
868
+ margin-bottom:5px;
869
+ }
870
+
871
+ .jcontextmenu > hr:hover {
872
+ background: transparent;
873
+ }
874
+
875
+ .jcontextmenu .jcontextmenu {
876
+ top: 4px;
877
+ left: 99%;
878
+ opacity: 0;
879
+ position: absolute;
880
+ }
881
+
882
+ .jcontextmenu > div:hover > .jcontextmenu {
883
+ display: block;
884
+ opacity: 1;
885
+ -webkit-transform: translate(0, 0) scale(1);
886
+ transform: translate(0, 0) scale(1);
887
+ pointer-events: auto;
888
+ }
889
+
890
+ @media only screen and (max-width: 420px) {
891
+ .jcontextmenu {
892
+ top: initial !important;
893
+ left: 0px !important;
894
+ bottom: 0px !important;
895
+ width: 100vw;
896
+ height: 260px;
897
+ overflow: scroll;
898
+ animation: slide-bottom-in 0.4s forwards;
899
+ padding-top: 0px;
900
+ }
901
+ .jcontextmenu div {
902
+ width: 100%;
903
+ text-align: center;
904
+ border-bottom: 1px solid #ccc;
905
+ padding: 15px;
906
+ }
907
+ .jcontextmenu > div.header {
908
+ background-color: lightgray;
909
+ padding: 5px;
910
+ top: 0px;
911
+ position: sticky;
912
+ z-index: 2;
913
+ }
914
+ .jcontextmenu > div.header > a.title {
915
+ text-align: left;
916
+ }
917
+
918
+ .jcontextmenu > div.header > a.close {
919
+ text-align: right;
920
+ }
921
+
922
+ .jcontextmenu > div::before {
923
+ content: attr(data-icon);
924
+ font-family: 'Material Icons' !important;
925
+ font-weight: normal;
926
+ font-style: normal;
927
+ font-size: 16px;
928
+ line-height: 1;
929
+ letter-spacing: normal;
930
+ text-transform: none;
931
+ display: inline-block;
932
+ white-space: nowrap;
933
+ word-wrap: normal;
934
+ direction: ltr;
935
+ -webkit-font-feature-settings: 'liga';
936
+ -webkit-font-smoothing: antialiased;
937
+ position: absolute;
938
+ left: 9px;
939
+ }
940
+ .jcontextmenu a {
941
+ font-size: 1.4em;
942
+ text-transform: uppercase;
943
+ }
944
+ .jcontextmenu span {
945
+ display: none;
946
+ }
947
+ .jcontextmenu span {
948
+ display: none;
949
+ }
950
+ .jcontextmenu hr {
951
+ display: none;
952
+ }
953
+ }
954
+
955
+
956
+ .jdropdown {
957
+ cursor:pointer;
958
+ -webkit-touch-callout: none;
959
+ -webkit-user-select: none;
960
+ -khtml-user-select: none;
961
+ -moz-user-select: none;
962
+ -ms-user-select: none;
963
+ user-select: none;
964
+ box-sizing: border-box;
965
+ background:#fff;
966
+ -webkit-tap-highlight-color: transparent;
967
+ display: inline-block;
968
+ }
969
+
970
+ .jdropdown-header::placeholder {
971
+ color:#000;
972
+ }
973
+
974
+ .jdropdown-backdrop {
975
+ position:fixed;
976
+ top:0px;
977
+ left:0px;
978
+ min-width:100%;
979
+ min-height:100%;
980
+ background-color:rgba(0,0,0,0.5);
981
+ border:0px;
982
+ padding:0px;
983
+ z-index:8000;
984
+ display:none;
985
+ }
986
+
987
+ .jdropdown[disabled] {
988
+ opacity: 0.5;
989
+ pointer-events: none;
990
+ }
991
+
992
+ .jdropdown-focus {
993
+ position:relative;
994
+ }
995
+
996
+ .jdropdown-focus .jdropdown-container {
997
+ transform: translate3d(0,0,0);
998
+ }
999
+
1000
+ .jdropdown-default.jdropdown-focus .jdropdown-header {
1001
+ outline:auto 5px -webkit-focus-ring-color;
1002
+ }
1003
+
1004
+ .jdropdown-default.jdropdown-focus .jdropdown-header.jdropdown-add {
1005
+ background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='gray' width='24px' height='24px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10h-4v4h-2v-4H7v-2h4V7h2v4h4v2z'/%3E%3C/svg%3E");
1006
+ }
1007
+
1008
+ .jdropdown-container-header
1009
+ {
1010
+ padding:0px;
1011
+ margin:0px;
1012
+ position:relative;
1013
+ }
1014
+
1015
+ .jdropdown-header
1016
+ {
1017
+ width:100%;
1018
+ appearance: none;
1019
+ background-repeat: no-repeat;
1020
+ background-position:top 50% right 5px;
1021
+ background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M7 10l5 5 5-5H7z' fill='gray'/%3E%3C/svg%3E");
1022
+ text-overflow: ellipsis;
1023
+ cursor:pointer;
1024
+ box-sizing: border-box;
1025
+ -webkit-appearance: none;
1026
+ -moz-appearance: none;
1027
+ padding-right:30px !important;
1028
+ }
1029
+
1030
+ .jdropdown-insert-button
1031
+ {
1032
+ font-size: 1.4em;
1033
+ text-transform: uppercase;
1034
+ position:absolute;
1035
+ right: 30px;
1036
+ top: 4px;
1037
+ display:none;
1038
+ }
1039
+
1040
+ .jdropdown-container
1041
+ {
1042
+ min-width: inherit;
1043
+ transform: translate3d(-10000px,0,0);
1044
+ position:absolute;
1045
+ z-index:9001;
1046
+ }
1047
+
1048
+ .jdropdown-close
1049
+ {
1050
+ display:none;
1051
+ font-size:1em;
1052
+ color: var(--active-color);
1053
+ text-transform:uppercase;
1054
+ text-align:right;
1055
+ padding:15px;
1056
+ font-weight:bold;
1057
+ }
1058
+
1059
+ .jdropdown-content
1060
+ {
1061
+ min-width:inherit;
1062
+ margin:0px;
1063
+ box-sizing:border-box;
1064
+ }
1065
+
1066
+ .jdropdown-content:empty
1067
+ {
1068
+ }
1069
+
1070
+ .jdropdown-item
1071
+ {
1072
+ white-space: nowrap;
1073
+ text-align: left;
1074
+ text-overflow: ellipsis;
1075
+ overflow-x: hidden;
1076
+ color: #000;
1077
+ display: flex;
1078
+ align-items: center;
1079
+ }
1080
+
1081
+ .jdropdown-description
1082
+ {
1083
+ text-overflow: ellipsis;
1084
+ overflow: hidden;
1085
+ line-height: 1.5em;
1086
+ }
1087
+
1088
+ .jdropdown-image
1089
+ {
1090
+ margin-right:10px;
1091
+ width: 32px;
1092
+ height: 32px;
1093
+ border-radius:20px;
1094
+ }
1095
+
1096
+ .jdropdown-image-small
1097
+ {
1098
+ width:24px;
1099
+ height:24px;
1100
+ }
1101
+
1102
+ .jdropdown-icon
1103
+ {
1104
+ margin-right:10px;
1105
+ font-size: 30px;
1106
+ margin-left: -5px;
1107
+ }
1108
+
1109
+ .jdropdown-icon-small
1110
+ {
1111
+ font-size: 24px;
1112
+ margin-left: 0px;
1113
+ }
1114
+
1115
+ .jdropdown-title
1116
+ {
1117
+ font-size: 0.7em;
1118
+ text-overflow: ellipsis;
1119
+ overflow-x: hidden;
1120
+ display: block;
1121
+ }
1122
+
1123
+ /** Default visual **/
1124
+
1125
+ .jdropdown-default .jdropdown-header
1126
+ {
1127
+ border:1px solid #ccc;
1128
+ padding:5px;
1129
+ padding-left:10px;
1130
+ padding-right:16px;
1131
+ }
1132
+
1133
+ .jdropdown-default .jdropdown-container
1134
+ {
1135
+ background-color:#fff;
1136
+ }
1137
+
1138
+ .jdropdown-default.jdropdown-focus.jdropdown-insert .jdropdown-header {
1139
+ padding-right:50px;
1140
+ }
1141
+
1142
+ .jdropdown-default.jdropdown-focus.jdropdown-insert .jdropdown-insert-button {
1143
+ display:block;
1144
+ }
1145
+
1146
+ .jdropdown-default .jdropdown-content
1147
+ {
1148
+ min-width:inherit;
1149
+ border:1px solid #8fb1e3;
1150
+ margin:0px;
1151
+ background-color:#fff;
1152
+ box-sizing:border-box;
1153
+ min-height:10px;
1154
+ max-height:215px;
1155
+ overflow-y:auto;
1156
+ }
1157
+
1158
+ .jdropdown-default .jdropdown-item
1159
+ {
1160
+ padding:4px;
1161
+ padding-left:8px;
1162
+ padding-right:40px;
1163
+ }
1164
+
1165
+ .jdropdown-default .jdropdown-item:hover
1166
+ {
1167
+ background-color:#1f93ff;
1168
+ color:#fff;
1169
+ }
1170
+
1171
+ .jdropdown-default .jdropdown-cursor
1172
+ {
1173
+ background-color:#eee;
1174
+ }
1175
+
1176
+ .jdropdown-default .jdropdown-selected
1177
+ {
1178
+ background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIiAvPjxwYXRoIGQ9Ik05IDE2LjE3TDQuODMgMTJsLTEuNDIgMS40MUw5IDE5IDIxIDdsLTEuNDEtMS40MXoiIGZpbGw9IndoaXRlIiAvPjwvc3ZnPgo=');
1179
+ background-repeat:no-repeat;
1180
+ background-position:top 50% right 5px;
1181
+ background-color:#1f93ff;
1182
+ color:#fff;
1183
+ }
1184
+
1185
+ .jdropdown-default .jdropdown-group {
1186
+ margin-top:5px;
1187
+ }
1188
+
1189
+ .jdropdown-default .jdropdown-group .jdropdown-item {
1190
+ padding-left:16px;
1191
+ }
1192
+
1193
+ .jdropdown-default .jdropdown-group-name {
1194
+ padding-left: 8px;
1195
+ font-weight: bold;
1196
+ text-align: left;
1197
+ }
1198
+
1199
+ .jdropdown-default .jdropdown-reset_ {
1200
+ content:'x';
1201
+ position:absolute;
1202
+ top:0;
1203
+ right:0;
1204
+ margin:5px;
1205
+ margin-right:10px;
1206
+ font-size:12px;
1207
+ width:12px;
1208
+ cursor:pointer;
1209
+ text-shadow: 0px 0px 5px #fff;
1210
+ display:none;
1211
+ line-height: 1.8em;
1212
+ }
1213
+
1214
+ .jdropdown-default.jdropdown-focus .jdropdown-reset_ {
1215
+ display:block;
1216
+ }
1217
+
1218
+ /** Default render for mobile **/
1219
+
1220
+ .jdropdown-picker.jdropdown-focus .jdropdown-backdrop {
1221
+ display:block;
1222
+ }
1223
+
1224
+ .jdropdown-picker .jdropdown-header {
1225
+ outline: none;
1226
+ }
1227
+
1228
+ .jdropdown-picker .jdropdown-container
1229
+ {
1230
+ position:fixed;
1231
+ bottom:0px;
1232
+ left:0px;
1233
+ border-bottom:1px solid #e6e6e8;
1234
+ width:100%;
1235
+ background-color:#fff;
1236
+ box-sizing: border-box;
1237
+ }
1238
+
1239
+ .jdropdown-picker .jdropdown-close
1240
+ {
1241
+ -webkit-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.39);
1242
+ -moz-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.39);
1243
+ box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.39);
1244
+ background-color:#fff;
1245
+ display:block;
1246
+ }
1247
+
1248
+ .jdropdown-picker .jdropdown-content
1249
+ {
1250
+ overflow-y:scroll;
1251
+ height:280px;
1252
+ background-color:#fafafa;
1253
+ border-top:1px solid #e6e6e8;
1254
+ }
1255
+
1256
+ .jdropdown-picker .jdropdown-group-name
1257
+ {
1258
+ font-size: 1em;
1259
+ text-transform: uppercase;
1260
+ padding-top:10px;
1261
+ padding-bottom:10px;
1262
+ display: block;
1263
+ border-bottom: 1px solid #e6e6e8;
1264
+ padding-left:20px;
1265
+ padding-right:20px;
1266
+ text-align:center;
1267
+ font-weight:bold;
1268
+ }
1269
+
1270
+ .jdropdown-picker .jdropdown-item
1271
+ {
1272
+ font-size: 1em;
1273
+ text-transform: uppercase;
1274
+ padding-top:10px;
1275
+ padding-bottom:10px;
1276
+ border-bottom: 1px solid #e6e6e8;
1277
+ padding-left:20px;
1278
+ padding-right:20px;
1279
+ }
1280
+
1281
+ .jdropdown-picker .jdropdown-selected
1282
+ {
1283
+ background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIiAvPjxwYXRoIGQ9Ik05IDE2LjE3TDQuODMgMTJsLTEuNDIgMS40MUw5IDE5IDIxIDdsLTEuNDEtMS40MXoiIGZpbGw9IndoaXRlIiAvPjwvc3ZnPgo=');
1284
+ background-repeat:no-repeat;
1285
+ background-position:top 50% right 15px;
1286
+ background-color:#1f93ff;
1287
+ color:#fff;
1288
+ }
1289
+
1290
+ .jdropdown-picker .jdropdown-cursor
1291
+ {
1292
+ background-color:#1f93ff;
1293
+ color:#fff;
1294
+ }
1295
+
1296
+ /** Default render for mobile searchbar **/
1297
+
1298
+ .jdropdown-searchbar.jdropdown-focus
1299
+ {
1300
+ position:fixed;
1301
+ top:0px !important;
1302
+ left:0px !important;
1303
+ width:100% !important;
1304
+ height:100% !important;
1305
+ background-color:#fafafa;
1306
+ padding:0px;
1307
+ z-index:9001;
1308
+ overflow-y:scroll;
1309
+ will-change: scroll-position;
1310
+ -webkit-overflow-scrolling: touch;
1311
+ }
1312
+
1313
+ .jdropdown-searchbar.jdropdown-focus .jdropdown-container-header
1314
+ {
1315
+ position: fixed;
1316
+ top: 0px;
1317
+ left: 0px;
1318
+ z-index: 9002;
1319
+ padding:10px;
1320
+ background-color:#fff;
1321
+ box-shadow: 0 1px 2px rgba(0,0,0,.1);
1322
+ max-height: 24px;
1323
+ width: 100%;
1324
+ }
1325
+
1326
+ .jdropdown-searchbar.jdropdown-focus .jdropdown-header
1327
+ {
1328
+ border: 0px;
1329
+ background-repeat: no-repeat;
1330
+ background-position-x: 0%;
1331
+ background-position-y: 40%;
1332
+ background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTUuNSAxNGgtLjc5bC0uMjgtLjI3QzE1LjQxIDEyLjU5IDE2IDExLjExIDE2IDkuNSAxNiA1LjkxIDEzLjA5IDMgOS41IDNTMyA1LjkxIDMgOS41IDUuOTEgMTYgOS41IDE2YzEuNjEgMCAzLjA5LS41OSA0LjIzLTEuNTdsLjI3LjI4di43OWw1IDQuOTlMMjAuNDkgMTlsLTQuOTktNXptLTYgMEM3LjAxIDE0IDUgMTEuOTkgNSA5LjVTNy4wMSA1IDkuNSA1IDE0IDcuMDEgMTQgOS41IDExLjk5IDE0IDkuNSAxNHoiIGZpbGw9IiNlNmU2ZTgiLz48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PC9zdmc+);
1333
+ padding-left: 30px !important;
1334
+ padding-right: 60px !important;
1335
+ }
1336
+
1337
+ .jdropdown-searchbar.jdropdown-focus .jdropdown-close
1338
+ {
1339
+ display:block;
1340
+ }
1341
+
1342
+ .jdropdown-searchbar .jdropdown-header {
1343
+ outline: none;
1344
+ }
1345
+
1346
+ .jdropdown-searchbar .jdropdown-container
1347
+ {
1348
+ margin-top: 40px;
1349
+ width:100%;
1350
+ }
1351
+
1352
+ .jdropdown-searchbar .jdropdown-close
1353
+ {
1354
+ position:fixed;
1355
+ top:0px;
1356
+ right:0px;
1357
+ }
1358
+
1359
+ .jdropdown-searchbar .jdropdown-content
1360
+ {
1361
+ margin-top:10px;
1362
+ }
1363
+
1364
+ .jdropdown-searchbar .jdropdown-group
1365
+ {
1366
+ margin-top:10px;
1367
+ margin-bottom:15px;
1368
+ background-color:#fff;
1369
+ }
1370
+
1371
+ .jdropdown-searchbar .jdropdown-group-name
1372
+ {
1373
+ border-top: 1px solid #e6e6e8;
1374
+ border-bottom: 1px solid #e6e6e8;
1375
+ padding:10px;
1376
+ padding-left:12px;
1377
+ font-weight:bold;
1378
+ }
1379
+
1380
+ .jdropdown-searchbar .jdropdown-group-arrow
1381
+ {
1382
+ float:right;
1383
+ width:24px;
1384
+ height:24px;
1385
+ background-repeat:no-repeat;
1386
+ }
1387
+
1388
+ .jdropdown-searchbar .jdropdown-group-arrow-down
1389
+ {
1390
+ background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNy40MSA4LjU5TDEyIDEzLjE3bDQuNTktNC41OEwxOCAxMGwtNiA2LTYtNiAxLjQxLTEuNDF6Ii8+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNHYyNEgwVjB6Ii8+PC9zdmc+);
1391
+ }
1392
+
1393
+ .jdropdown-searchbar .jdropdown-group-arrow-up
1394
+ {
1395
+ background-image: url(data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTcuNDEgMTUuNDFMMTIgMTAuODNsNC41OSA0LjU4TDE4IDE0bC02LTYtNiA2eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
1396
+ }
1397
+
1398
+ .jdropdown-searchbar .jdropdown-item
1399
+ {
1400
+ padding-top:10px;
1401
+ padding-bottom:10px;
1402
+ border-bottom: 1px solid #e6e6e8;
1403
+ padding-left:15px;
1404
+ padding-right:40px;
1405
+ background-color:#fff;
1406
+ font-size:0.9em;
1407
+ }
1408
+
1409
+ .jdropdown-searchbar .jdropdown-description {
1410
+ text-overflow: ellipsis;
1411
+ overflow: hidden;
1412
+ max-width: calc(100% - 20px);
1413
+ }
1414
+
1415
+ .jdropdown-searchbar .jdropdown-content > .jdropdown-item:first-child
1416
+ {
1417
+ border-top: 1px solid #e6e6e8;
1418
+ }
1419
+
1420
+ .jdropdown-searchbar .jdropdown-selected
1421
+ {
1422
+ background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTkgMTYuMTdMNC44MyAxMmwtMS40MiAxLjQxTDkgMTkgMjEgN2wtMS40MS0xLjQxeiIgZmlsbD0iIzAwN2FmZiIvPjwvc3ZnPg==');
1423
+ background-repeat:no-repeat;
1424
+ background-position:top 50% right 15px;
1425
+ }
1426
+
1427
+ /** List render **/
1428
+
1429
+ .jdropdown-list
1430
+ {
1431
+ }
1432
+
1433
+ .jdropdown-list .jdropdown-container
1434
+ {
1435
+ display:block;
1436
+ }
1437
+
1438
+ .jdropdown-list .jdropdown-header
1439
+ {
1440
+ display:none;
1441
+ }
1442
+
1443
+ .jdropdown-list .jdropdown-group
1444
+ {
1445
+ background-color:#fff;
1446
+ }
1447
+
1448
+ .jdropdown-list .jdropdown-group-name
1449
+ {
1450
+ border-bottom: 1px solid #e6e6e8;
1451
+ padding-top:10px;
1452
+ padding-bottom:10px;
1453
+ font-weight:bold;
1454
+ }
1455
+
1456
+ .jdropdown-list .jdropdown-item
1457
+ {
1458
+ padding-top:10px;
1459
+ padding-bottom:10px;
1460
+ border-bottom: 1px solid #e6e6e8;
1461
+ padding-left:10px;
1462
+ padding-right:40px;
1463
+ background-color:#fff;
1464
+ }
1465
+
1466
+ .jdropdown-list .jdropdown-selected
1467
+ {
1468
+ background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTkgMTYuMTdMNC44MyAxMmwtMS40MiAxLjQxTDkgMTkgMjEgN2wtMS40MS0xLjQxeiIgZmlsbD0iIzAwN2FmZiIvPjwvc3ZnPg==');
1469
+ background-repeat:no-repeat;
1470
+ background-position:top 50% right 10px;
1471
+ }
1472
+
1473
+ @media only screen and (max-width : 800px)
1474
+ {
1475
+ .jdropdown-list {
1476
+ width:100% !important;
1477
+ border:0px;
1478
+ padding:0px;
1479
+ }
1480
+
1481
+ .jdropdown-list .jdropdown-container {
1482
+ min-width:100%;
1483
+ }
1484
+
1485
+ .jdropdown-searchbar.jdropdown-focus .jdropdown-description {
1486
+ text-transform: uppercase;
1487
+ }
1488
+ }
1489
+
1490
+ .app .jdropdown-item {
1491
+ text-transform:uppercase;
1492
+ }
1493
+
1494
+ .jdropdown-create-container {
1495
+ margin: 10px;
1496
+ border: 1px solid #ccc;
1497
+ border-radius: 2px;
1498
+ padding: 6px;
1499
+ }
1500
+
1501
+ .jdropdown-color {
1502
+ background-color: #fff;
1503
+ border: 1px solid transparent;
1504
+ border-radius: 12px;
1505
+ width: 12px;
1506
+ height: 12px;
1507
+ margin-right: 6px;
1508
+ }
1509
+
1510
+ .jdropdown-item[data-disabled] {
1511
+ opacity: 0.5;
1512
+ pointer-events: none;
1513
+ }
1514
+
1515
+ .jeditor-container {
1516
+ border:1px solid #ccc;
1517
+ box-sizing: border-box;
1518
+ }
1519
+
1520
+ .jeditor-dragging {
1521
+ border:1px dashed #000;
1522
+ }
1523
+
1524
+ .jeditor-container.jeditor-padding {
1525
+ padding:10px;
1526
+ }
1527
+
1528
+ .jeditor {
1529
+ outline:none;
1530
+ word-break: break-word;
1531
+
1532
+ }
1533
+
1534
+ .jeditor[data-placeholder]:empty:before {
1535
+ content: attr(data-placeholder);
1536
+ color: lightgray;
1537
+ }
1538
+
1539
+ .jeditor-container.jeditor-padding .jeditor {
1540
+ min-height:100px;
1541
+ margin-bottom:10px;
1542
+ padding:10px;
1543
+ }
1544
+
1545
+ /** Snippet **/
1546
+
1547
+ .jsnippet {
1548
+ margin-top:15px;
1549
+ cursor:pointer;
1550
+ border: 1px solid #ccc;
1551
+ position:relative;
1552
+ }
1553
+
1554
+ .jsnippet:focus {
1555
+ outline: none;
1556
+ }
1557
+
1558
+ .jsnippet img {
1559
+ width:100%;
1560
+ }
1561
+
1562
+ .jsnippet .jsnippet-title {
1563
+ padding:15px;
1564
+ font-size:1.4em;
1565
+ }
1566
+
1567
+ .jsnippet .jsnippet-description {
1568
+ padding-left:15px;
1569
+ padding-right:15px;
1570
+ font-size:1em;
1571
+ }
1572
+
1573
+ .jsnippet .jsnippet-host {
1574
+ padding:15px;
1575
+ text-transform:uppercase;
1576
+ font-size:0.8em;
1577
+ color:#777;
1578
+ text-align:right;
1579
+ }
1580
+
1581
+ .jsnippet .jsnippet-url {
1582
+ display:none;
1583
+ }
1584
+
1585
+ .jeditor .jsnippet:after {
1586
+ content: 'close';
1587
+ font-family: 'Material icons';
1588
+ font-size: 24px;
1589
+ width: 24px;
1590
+ height: 24px;
1591
+ line-height: 24px;
1592
+ cursor: pointer;
1593
+ text-shadow: 0px 0px 2px #fff;
1594
+ position: absolute;
1595
+ top: 12px;
1596
+ right: 12px;
1597
+ }
1598
+
1599
+ .jsnippet * {
1600
+ -webkit-user-select: none;
1601
+ -khtml-user-select: none;
1602
+ -moz-user-select: none;
1603
+ -o-user-select: none;
1604
+ user-select: none;
1605
+
1606
+ -webkit-user-drag: none;
1607
+ -khtml-user-drag: none;
1608
+ -moz-user-drag: none;
1609
+ -o-user-drag: none;
1610
+ }
1611
+
1612
+ .jeditor img {
1613
+ border:2px solid transparent;
1614
+ box-sizing: border-box;
1615
+ }
1616
+
1617
+ .jeditor img.resizing {
1618
+ -webkit-user-select: none;
1619
+ -khtml-user-select: none;
1620
+ -moz-user-select: none;
1621
+ -o-user-select: none;
1622
+ user-select: none;
1623
+
1624
+ -webkit-user-drag: none;
1625
+ -khtml-user-drag: none;
1626
+ -moz-user-drag: none;
1627
+ -o-user-drag: none;
1628
+ }
1629
+
1630
+ .jeditor img:focus {
1631
+ border:2px solid #0096FD;
1632
+ outline: #0096FD;
1633
+ }
1634
+
1635
+ .jeditor .pdf {
1636
+ background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cpath style='fill:%23C30B15;' d='M511.344,274.266C511.77,268.231,512,262.143,512,256C512,114.615,397.385,0,256,0S0,114.615,0,256 c0,117.769,79.53,216.949,187.809,246.801L511.344,274.266z'/%3E%3Cpath style='fill:%2385080E;' d='M511.344,274.266L314.991,77.913L119.096,434.087l68.714,68.714C209.522,508.787,232.385,512,256,512 C391.243,512,501.976,407.125,511.344,274.266z'/%3E%3Cpolygon style='fill:%23FFFFFF;' points='278.328,333.913 255.711,77.913 119.096,77.913 119.096,311.652 '/%3E%3Cpolygon style='fill:%23E8E6E6;' points='392.904,311.652 392.904,155.826 337.252,133.565 314.991,77.913 255.711,77.913 256.067,333.913 '/%3E%3Cpolygon style='fill:%23FFFFFF;' points='314.991,155.826 314.991,77.913 392.904,155.826 '/%3E%3Crect x='119.096' y='311.652' style='fill:%23FC0F1A;' width='273.809' height='122.435'/%3E%3Cg%3E%3Cpath style='fill:%23FFFFFF;' d='M204.871,346.387c13.547,0,21.341,6.659,21.341,18.465c0,12.412-7.795,19.601-21.341,19.601h-9.611 v14.909h-13.471v-52.975L204.871,346.387L204.871,346.387z M195.26,373.858h8.93c5.904,0,9.308-2.952,9.308-8.552 c0-5.525-3.406-8.324-9.308-8.324h-8.93V373.858z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M257.928,346.387c16.649,0,28.152,10.746,28.152,26.487c0,15.666-11.655,26.488-28.683,26.488 h-22.25v-52.975H257.928z M248.619,388.615h9.611c8.249,0,14.151-6.357,14.151-15.665c0-9.384-6.205-15.817-14.757-15.817h-9.006 V388.615z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M308.563,356.982v12.26h23.763v10.596h-23.763v19.525h-13.471v-52.975h39.277v10.595h-25.806 V356.982z'/%3E%3C/g%3E%3C/svg%3E%0A");
1637
+ background-repeat: no-repeat;
1638
+ background-size: cover;
1639
+ width:60px;
1640
+ height:60px;
1641
+ }
1642
+
1643
+ .jeditor-toolbar {
1644
+ width: fit-content;
1645
+ max-width: 100%;
1646
+ box-sizing: border-box;
1647
+ }
1648
+
1649
+ .jloading {
1650
+ position:fixed;
1651
+ z-index:10001;
1652
+ width:100%;
1653
+ left:0;
1654
+ right:0;
1655
+ top:0;
1656
+ bottom:0;
1657
+ background-color: rgba(0,0,0,0.7);
1658
+ }
1659
+
1660
+ .jloading::after {
1661
+ content:'';
1662
+ display:block;
1663
+ margin:0 auto;
1664
+ margin-top:50vh;
1665
+ width:40px;
1666
+ height:40px;
1667
+ border-style:solid;
1668
+ border-color:white;
1669
+ border-top-color:transparent;
1670
+ border-width:4px;
1671
+ border-radius:50%;
1672
+ -webkit-animation: spin .8s linear infinite;
1673
+ animation: spin .8s linear infinite;
1674
+ }
1675
+
1676
+ .jloading.spin {
1677
+ background-color:transparent;
1678
+ }
1679
+
1680
+ .jloading.spin::after {
1681
+ margin:0 auto;
1682
+ margin-top:80px;
1683
+ border-color:#aaa;
1684
+ border-top-color:transparent;
1685
+ }
1686
+
1687
+
1688
+ .jmodal {
1689
+ position:fixed;
1690
+ top:50%;
1691
+ left:50%;
1692
+ width:60%;
1693
+ height:60%;
1694
+ -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
1695
+ -moz-box-shadow: 0 2px 10px rgba(0,0,0,.2);
1696
+ border:1px solid #ccc;
1697
+ background-color:#fff;
1698
+ transform: translate(-50%, -50%);
1699
+ box-sizing: border-box;
1700
+ padding-top:50px !important;
1701
+ z-index:9002;
1702
+ border-radius: 8px;
1703
+ }
1704
+
1705
+ .jmodal:before {
1706
+ position:absolute;
1707
+ top:0;
1708
+ left:0;
1709
+ width:100%;
1710
+ content:attr(title);
1711
+ padding:15px;
1712
+ box-sizing: border-box;
1713
+ font-size:1.2em;
1714
+ box-shadow: 1px 1px 3px rgba(0,0,0,.2);
1715
+ background-color: #fff;
1716
+ border-radius: 8px 8px 0px 0px;
1717
+ }
1718
+
1719
+ .jmodal_content {
1720
+ padding:20px;
1721
+ overflow-y:auto;
1722
+ max-height:100%;
1723
+ box-sizing: border-box;
1724
+ height: -webkit-fill-available;
1725
+ }
1726
+ .jmodal.no-title {
1727
+ padding-top: initial !important;
1728
+ }
1729
+
1730
+ .jmodal.no-title:before {
1731
+ display:none;
1732
+ }
1733
+
1734
+ .jmodal:after {
1735
+ content:'';
1736
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
1737
+ position:absolute;
1738
+ top:0;
1739
+ right:0;
1740
+ margin:14px;
1741
+ font-size:24px;
1742
+ width:24px;
1743
+ height:24px;
1744
+ cursor:pointer;
1745
+ text-shadow: 0px 0px 5px #fff;
1746
+ }
1747
+
1748
+ .jmodal_fullscreen {
1749
+ width: 100% !important;
1750
+ height: 100% !important;
1751
+ top: 0px;
1752
+ left: 0px;
1753
+ transform: none;
1754
+ border: 0px;
1755
+ border-radius: 0px;
1756
+ }
1757
+
1758
+ .jmodal_backdrop {
1759
+ position: fixed;
1760
+ top: 0px;
1761
+ left: 0px;
1762
+ min-width: 100%;
1763
+ min-height: 100%;
1764
+ background-color: rgba(0,0,0,0.5);
1765
+ border: 0px;
1766
+ padding: 0px;
1767
+ z-index: 8000;
1768
+ display: none;
1769
+
1770
+ -webkit-touch-callout: none; /* iOS Safari */
1771
+ -webkit-user-select: none; /* Safari */
1772
+ -khtml-user-select: none; /* Konqueror HTML */
1773
+ -moz-user-select: none; /* Firefox */
1774
+ -ms-user-select: none; /* Internet Explorer/Edge */
1775
+ user-select: none; /* Non-prefixed version, currently
1776
+ supported by Chrome and Opera */
1777
+ }
1778
+
1779
+
1780
+ .jnotification {
1781
+ position: fixed;
1782
+ z-index: 10000;
1783
+ -webkit-box-sizing: border-box;
1784
+ box-sizing: border-box;
1785
+ padding: 10px;
1786
+ bottom: 0px;
1787
+ }
1788
+
1789
+ .jnotification-container {
1790
+ -webkit-box-shadow: 0px 2px 15px -5px rgba(0, 0, 0, 0.7);
1791
+ box-shadow: 0px 2px 15px -5px rgba(0, 0, 0, 0.7);
1792
+ padding: 12px;
1793
+ border-radius: 8px;
1794
+
1795
+ background-color: #000;
1796
+ background: rgba(92,92,92,1);
1797
+ background: linear-gradient(0deg, rgba(92,92,92,1) 0%, rgba(77,77,77,1) 100%);
1798
+ color: #fff;
1799
+ width: 320px;
1800
+ margin: 30px;
1801
+ padding: 20px;
1802
+ }
1803
+
1804
+ .jnotification-close {
1805
+ content: '';
1806
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
1807
+ font-size: 20px;
1808
+ width: 20px;
1809
+ height: 20px;
1810
+ cursor: pointer;
1811
+ }
1812
+
1813
+ .jnotification-title {
1814
+ font-weight: bold;
1815
+ }
1816
+
1817
+ .jnotification-header {
1818
+ display: flex;
1819
+ padding-bottom: 5px;
1820
+ }
1821
+
1822
+ .jnotification-header:empty {
1823
+ display: none;
1824
+ }
1825
+
1826
+ .jnotification-image {
1827
+ margin-right: 5px;
1828
+ }
1829
+
1830
+ .jnotification-image:empty {
1831
+ display: none;
1832
+ }
1833
+
1834
+ .jnotification-image img {
1835
+ width: 24px;
1836
+ }
1837
+
1838
+ .jnotification-name {
1839
+ text-transform: uppercase;
1840
+ font-size: 0.9em;
1841
+ flex: 1;
1842
+ letter-spacing: 0.1em;
1843
+ }
1844
+
1845
+ .jnotification-error .jnotification-container {
1846
+ background: rgb(182,38,6);
1847
+ background: linear-gradient(0deg, rgba(170,41,13,1) 0%, rgba(149,11,11,1) 100%);
1848
+ }
1849
+
1850
+ @media (max-width: 800px) {
1851
+ .jnotification {
1852
+ top: calc(0px + var(--safe-area-top));
1853
+ width: 100%;
1854
+ }
1855
+ .jnotification-container {
1856
+ background: rgba(255,255,255,0.95);
1857
+ border: 1px solid #eee;
1858
+ color: #444;
1859
+ margin: 0px;
1860
+ width: initial;
1861
+ }
1862
+ .jnotification-error .jnotification-container {
1863
+ background: rgba(255,255,255,0.95);
1864
+ color: #790909;
1865
+ }
1866
+ .jnotification-close {
1867
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
1868
+ }
1869
+ }
1870
+
1871
+ .jnotification-header {
1872
+ display: -webkit-box;
1873
+ display: -webkit-flex;
1874
+ display: -ms-flexbox;
1875
+ display: flex;
1876
+ -webkit-box-pack: start;
1877
+ -webkit-justify-content: flex-start;
1878
+ -ms-flex-pack: start;
1879
+ justify-content: flex-start;
1880
+ -webkit-box-align: center;
1881
+ -webkit-align-items: center;
1882
+ -ms-flex-align: center;
1883
+ align-items: center;
1884
+ }
1885
+
1886
+ .jpicker {
1887
+ cursor: pointer;
1888
+ white-space: nowrap;
1889
+ display: inline-flex;
1890
+ -webkit-user-select: none;
1891
+ -moz-user-select: none;
1892
+ -ms-user-select: none;
1893
+ user-select: none;
1894
+ outline: none;
1895
+ position: relative;
1896
+ }
1897
+
1898
+ .jpicker-header {
1899
+ background-repeat: no-repeat;
1900
+ background-position: top 50% right 5px;
1901
+ background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M7 10l5 5 5-5H7z' fill='gray'/%3E%3C/svg%3E");
1902
+ text-overflow: ellipsis;
1903
+ cursor: pointer;
1904
+ box-sizing: border-box;
1905
+ text-align: left;
1906
+ outline: none;
1907
+
1908
+ line-height: 24px;
1909
+ padding: 2px;
1910
+ padding-left: 12px;
1911
+ padding-right: 35px;
1912
+ outline: none;
1913
+ border-radius: 4px;
1914
+ }
1915
+
1916
+ .jpicker-header:hover {
1917
+ background-color: #eee;
1918
+ }
1919
+
1920
+ .jpicker-content {
1921
+ position: absolute;
1922
+ top: 0;
1923
+ display: none;
1924
+ box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
1925
+ border-radius: 4px;
1926
+ background-color: #fff;
1927
+ padding: 4px;
1928
+ z-index: 50;
1929
+ text-align: left;
1930
+ max-height: 200px;
1931
+ scrollbar-width: thin;
1932
+ scrollbar-color: #333 transparent;
1933
+ }
1934
+
1935
+ .jpicker-content::-webkit-scrollbar {
1936
+ width: 8px;
1937
+ }
1938
+
1939
+ .jpicker-content::-webkit-scrollbar-track {
1940
+ background: #eee;
1941
+ }
1942
+
1943
+ .jpicker-content::-webkit-scrollbar-thumb {
1944
+ background: #888;
1945
+ }
1946
+
1947
+ .jpicker-content > div {
1948
+ padding: 6px;
1949
+ padding-left: 15px;
1950
+ padding-right: 15px;
1951
+ }
1952
+
1953
+ .jpicker-focus > .jpicker-content {
1954
+ display: block;
1955
+ }
1956
+
1957
+ .jpicker-content > div:hover {
1958
+ background-color:#efefef;
1959
+ }
1960
+
1961
+ .jpicker-content > div:empty {
1962
+ opacity: 0;
1963
+ }
1964
+
1965
+ .jpicker-header > i, .jpicker-header > div {
1966
+ display: block;
1967
+ }
1968
+
1969
+ .jpicker-focus > .jpicker-content.jpicker-columns {
1970
+ display: flex !important ;
1971
+ justify-content: center;
1972
+ flex-wrap: wrap;
1973
+ }
1974
+
1975
+
1976
+
1977
+ .jprogressbar
1978
+ {
1979
+ cursor:pointer;
1980
+ -webkit-touch-callout: none;
1981
+ -webkit-user-select: none;
1982
+ -khtml-user-select: none;
1983
+ -moz-user-select: none;
1984
+ -ms-user-select: none;
1985
+ user-select: none;
1986
+ box-sizing: border-box;
1987
+ background:#fff;
1988
+ -webkit-tap-highlight-color: transparent;
1989
+ display: inline-block;
1990
+ box-sizing: border-box;
1991
+ cursor:pointer;
1992
+ border:1px solid #ccc;
1993
+ position:relative;
1994
+ }
1995
+
1996
+ .jprogressbar::before {
1997
+ content:attr(data-value);
1998
+ position:absolute;
1999
+ margin:5px;
2000
+ margin-left:10px;
2001
+ }
2002
+
2003
+ .jprogressbar-header::placeholder
2004
+ {
2005
+ color:#000;
2006
+ }
2007
+
2008
+ .jprogressbar::focus {
2009
+ outline: auto 5px -webkit-focus-ring-color;
2010
+ }
2011
+
2012
+ .jprogressbar > div {
2013
+ background-color: #eee;
2014
+ background-color: red;
2015
+ box-sizing: border-box;
2016
+ height:31px;
2017
+ }
2018
+
2019
+ .jrating {
2020
+ display:flex;
2021
+ }
2022
+ .jrating > div {
2023
+ width:24px;
2024
+ height:24px;
2025
+ line-height:24px;
2026
+ background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z' fill='gray'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
2027
+ }
2028
+
2029
+ .jrating .jrating-over {
2030
+ background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
2031
+ opacity: 0.7;
2032
+ }
2033
+
2034
+ .jrating .jrating-selected {
2035
+ background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='red'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
2036
+ }
2037
+
2038
+
2039
+ .jsearch {
2040
+ position: relative;
2041
+ display: none;
2042
+ -webkit-user-select: none;
2043
+ -moz-user-select: none;
2044
+ -ms-user-select: none;
2045
+ user-select: none;
2046
+ }
2047
+
2048
+ .jsearch_container {
2049
+ position: absolute;
2050
+ box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 2px 6px 2px rgba(60,64,67,0.149);
2051
+ border: none;
2052
+ -webkit-border-radius: 4px;
2053
+ border-radius: 4px;
2054
+ width: 280px;
2055
+ padding: 8px 0;
2056
+
2057
+ -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
2058
+ box-shadow: 0 2px 4px rgba(0,0,0,0.2);
2059
+ -webkit-transition: opacity .218s;
2060
+ transition: opacity .218s;
2061
+ background: #fff;
2062
+ border: 1px solid rgba(0,0,0,.2);
2063
+ cursor: pointer;
2064
+ margin: 0;
2065
+ min-width: 300px;
2066
+ outline: none;
2067
+ width: auto;
2068
+ -webkit-user-select: none;
2069
+ -moz-user-select: none;
2070
+ -ms-user-select: none;
2071
+ user-select: none;
2072
+ }
2073
+
2074
+ .jsearch_container:empty:after {
2075
+ content: attr(data-placeholder);
2076
+ }
2077
+
2078
+ .jsearch_container > div {
2079
+ color: #333;
2080
+ cursor: pointer;
2081
+ display: -webkit-box;
2082
+ display: -webkit-flex;
2083
+ display: flex;
2084
+ padding: 5px 10px;
2085
+ user-select: none;
2086
+ -webkit-align-items: center;
2087
+ align-items: center;
2088
+
2089
+ -webkit-user-select: none;
2090
+ -moz-user-select: none;
2091
+ -ms-user-select: none;
2092
+ user-select: none;
2093
+ }
2094
+
2095
+ .jsearch_container > div:hover {
2096
+ background-color: #e8eaed;
2097
+ }
2098
+
2099
+ .jsearch_container > div > img {
2100
+ width: 32px;
2101
+ height: 32px;
2102
+ user-select: none;
2103
+ border-radius: 16px;
2104
+ margin-right: 2px;
2105
+ }
2106
+
2107
+ .jsearch_container > div > div {
2108
+ overflow: hidden;
2109
+ text-overflow: ellipsis;
2110
+ margin-left: 2px;
2111
+ max-width: 300px;
2112
+ white-space: nowrap;
2113
+ user-select: none;
2114
+ }
2115
+
2116
+ .jsearch_container .selected {
2117
+ background-color: #e8eaed;
2118
+ }
2119
+
2120
+ .jslider {
2121
+ outline: none;
2122
+ }
2123
+
2124
+ .jslider-focus {
2125
+ width: 100% !important;
2126
+ height: 100% !important;
2127
+ }
2128
+
2129
+ .jslider-focus img {
2130
+ display: none;
2131
+ }
2132
+
2133
+ .jslider img {
2134
+ width: 100px;
2135
+ }
2136
+
2137
+ .jslider-left::before {
2138
+ position: fixed;
2139
+ left: 15px;
2140
+ top: 50%;
2141
+ content:'arrow_back_ios';
2142
+ color: #fff;
2143
+ width: 30px;
2144
+ height: 30px;
2145
+ font-family: 'Material Icons';
2146
+ font-size: 30px;
2147
+ /* before it was 0px 0px 0px #000 */
2148
+ text-shadow: 0px 0px 6px rgb(56,56,56);
2149
+ text-align: center;
2150
+ cursor: pointer;
2151
+ }
2152
+
2153
+ .jslider-right::after {
2154
+ position: fixed;
2155
+ right: 15px;
2156
+ top: 50%;
2157
+ content: 'arrow_forward_ios';
2158
+ color: #fff;
2159
+ width: 30px;
2160
+ height: 30px;
2161
+ font-family: 'Material Icons';
2162
+ font-size: 30px;
2163
+ /* before it was 0px 0px 0px #000 */
2164
+ text-shadow: 0px 0px 6px rgb(56,56,56);
2165
+ text-align: center;
2166
+ cursor: pointer;
2167
+ }
2168
+
2169
+ .jslider-close {
2170
+ width:24px;
2171
+ height:24px;
2172
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
2173
+ position:fixed;
2174
+ top:15px;
2175
+ right:15px;
2176
+ cursor:pointer;
2177
+ z-index:3000;
2178
+
2179
+ display: block !important;
2180
+ }
2181
+
2182
+ .jslider-counter {
2183
+ height:24px;
2184
+ background-color: transparent;
2185
+ position:fixed;
2186
+ left: 50%;
2187
+ transform: translateX(-50%);
2188
+ bottom: 15px;
2189
+ cursor:pointer;
2190
+ z-index:3000;
2191
+
2192
+ display: flex;
2193
+ display: -webkit-flex;
2194
+ -webkit-justify-content: center;
2195
+ -webkit-align-items: center;
2196
+ -webkit-flex-direction: row;
2197
+ justify-content: center;
2198
+ align-items: center;
2199
+ flex-direction: row;
2200
+ }
2201
+
2202
+ .jslider-caption {
2203
+ position: fixed;
2204
+ max-width: 90vw;
2205
+ text-overflow: ellipsis;
2206
+ white-space: nowrap;
2207
+ overflow: hidden;
2208
+ top:15px;
2209
+ left: 15px;
2210
+ z-index:3000;
2211
+ color: #FFF;
2212
+ font-size: 1rem;
2213
+
2214
+ display: block !important;
2215
+ }
2216
+
2217
+ .jslider-counter div {
2218
+ width: 10px;
2219
+ height: 10px;
2220
+ background: #fff;
2221
+ border-radius: 50%;
2222
+ margin: 0px 5px;
2223
+
2224
+ display: block !important;
2225
+ }
2226
+
2227
+ .jslider-counter .jslider-counter-focus {
2228
+ background-color: cornflowerblue;
2229
+ pointer-events: none;
2230
+ }
2231
+
2232
+ .jslider-focus {
2233
+ position:fixed;
2234
+ left:0;
2235
+ top:0;
2236
+ width: 100%;
2237
+ min-height:100%;
2238
+ max-height:100%;
2239
+ z-index:2000;
2240
+ margin:0px;
2241
+ box-sizing:border-box;
2242
+
2243
+ background-color:rgba(0,0,0,0.8);
2244
+ -webkit-transition-duration: .05s;
2245
+ transition-duration: .05s;
2246
+ display: flex;
2247
+ -ms-flex-align: center;
2248
+ -webkit-align-items: center;
2249
+ -webkit-box-align: center;
2250
+
2251
+ align-items: center;
2252
+ }
2253
+
2254
+ .jslider-focus img {
2255
+ width: 50vw;
2256
+ height: auto;
2257
+ box-sizing: border-box;
2258
+ margin:0 auto;
2259
+ vertical-align:middle;
2260
+ display:none;
2261
+ }
2262
+
2263
+ .jslider-focus img.jslider-vertical {
2264
+ width: auto;
2265
+ /* before it was 50vh */
2266
+ height: 80vh;
2267
+ }
2268
+
2269
+ @media only screen and (max-width: 576px) {
2270
+ .jslider-focus img.jslider-vertical {
2271
+ width: 99vw !important;
2272
+ height: auto !important;
2273
+ }
2274
+
2275
+ .jslider-focus img {
2276
+ width: 100vw !important;
2277
+ height: auto !important;
2278
+ }
2279
+ }
2280
+
2281
+ .jslider-grid {
2282
+ display: -ms-grid;
2283
+ display: grid;
2284
+ grid-gap: 1px;
2285
+ position: relative;
2286
+ }
2287
+
2288
+ .jslider-grid[data-number='2'] {
2289
+ -ms-grid-columns: 1fr 50%;
2290
+ grid-template-columns: 1fr 50%;
2291
+ }
2292
+
2293
+ .jslider-grid[data-number='3'] {
2294
+ -ms-grid-columns: 1fr 33%;
2295
+ grid-template-columns: 1fr 33%;
2296
+ }
2297
+
2298
+ .jslider-grid[data-number='4'] {
2299
+ -ms-grid-columns: 1fr 25%;
2300
+ grid-template-columns: 1fr 25%;
2301
+ }
2302
+
2303
+ .jslider-grid img {
2304
+ display: none;
2305
+ width: 100%;
2306
+ height: 100%;
2307
+ object-fit: cover;
2308
+ }
2309
+
2310
+ .jslider-grid[data-total]:after {
2311
+ content: attr(data-total) "+";
2312
+ font-size: 1.5em;
2313
+ position:absolute;
2314
+ color: #fff;
2315
+ right: 15px;
2316
+ bottom: 6px;
2317
+ }
2318
+
2319
+ .jslider-grid img:first-child {
2320
+ -ms-grid-column: 1;
2321
+ -ms-grid-row: 1;
2322
+ grid-column: 1;
2323
+ grid-row: 1;
2324
+ display: block;
2325
+ }
2326
+
2327
+ .jslider-grid[data-number='2'] img:nth-child(2) {
2328
+ -ms-grid-column: 2;
2329
+ -ms-grid-row: 1;
2330
+ grid-column: 2;
2331
+ grid-row: 1;
2332
+ display: block;
2333
+ }
2334
+
2335
+ .jslider-grid[data-number='3'] img:first-child {
2336
+ -ms-grid-column: 1 / 2;
2337
+ -ms-grid-row: 1 / 4;
2338
+ grid-column: 1 / 2;
2339
+ grid-row: 1 / 4;
2340
+ }
2341
+
2342
+ .jslider-grid[data-number='3'] img:nth-child(2) {
2343
+ -ms-grid-column: 2;
2344
+ -ms-grid-row: 1;
2345
+ grid-column: 2;
2346
+ grid-row: 1;
2347
+ display: block;
2348
+ }
2349
+
2350
+ .jslider-grid[data-number='3'] img:nth-child(3) {
2351
+ -ms-grid-column: 2;
2352
+ -ms-grid-row: 2;
2353
+ grid-column: 2;
2354
+ grid-row: 2;
2355
+ display: block;
2356
+ }
2357
+
2358
+ .jslider-grid[data-number='4'] img:first-child {
2359
+ -ms-grid-column: 1 / 2;
2360
+ -ms-grid-row: 1 / 4;
2361
+ grid-column: 1 / 2;
2362
+ grid-row: 1 / 4;
2363
+ }
2364
+
2365
+ .jslider-grid[data-number='4'] img:nth-child(2) {
2366
+ -ms-grid-column: 2;
2367
+ -ms-grid-row: 1;
2368
+ grid-column: 2;
2369
+ grid-row: 1;
2370
+ display: block;
2371
+ }
2372
+
2373
+ .jslider-grid[data-number='4'] img:nth-child(3) {
2374
+ -ms-grid-column: 2;
2375
+ -ms-grid-row: 2;
2376
+ grid-column: 2;
2377
+ grid-row: 2;
2378
+ display: block;
2379
+ }
2380
+
2381
+ .jslider-grid[data-number='4'] img:nth-child(4) {
2382
+ -ms-grid-column: 2;
2383
+ -ms-grid-row: 3;
2384
+ grid-column: 2;
2385
+ grid-row: 3;
2386
+ display: block;
2387
+ }
2388
+
2389
+
2390
+ .jtabs {
2391
+ max-width: 100vw;
2392
+ position: relative;
2393
+ }
2394
+
2395
+ .jtabs .jtabs-headers-container {
2396
+ display: flex;
2397
+ align-items: center;
2398
+ }
2399
+
2400
+ .jtabs .jtabs-headers {
2401
+ display: flex;
2402
+ align-items: center;
2403
+ overflow: hidden;
2404
+ position: relative;
2405
+ }
2406
+
2407
+
2408
+ .jtabs {
2409
+ max-width: 100vw;
2410
+ position: relative;
2411
+ }
2412
+
2413
+ .jtabs .jtabs-headers-container {
2414
+ display: flex;
2415
+ align-items: center;
2416
+ }
2417
+
2418
+ .jtabs .jtabs-headers {
2419
+ display: flex;
2420
+ align-items: center;
2421
+ overflow: hidden;
2422
+ position: relative;
2423
+ }
2424
+
2425
+ .jtabs .jtabs-headers > div:not(.jtabs-border) {
2426
+ padding: 6px;
2427
+ padding-left: 20px;
2428
+ padding-right: 20px;
2429
+ margin-left: 1px;
2430
+ margin-right: 1px;
2431
+ background-color: #f1f1f1;
2432
+ cursor: pointer;
2433
+ white-space: nowrap;
2434
+ text-align: center;
2435
+ }
2436
+
2437
+ .jtabs .jtabs-headers > div.jtabs-selected {
2438
+ background-color: #e8e8e8;
2439
+ color: #000;
2440
+ }
2441
+
2442
+ .jtabs .jtabs-headers > div > div {
2443
+ color: #555;
2444
+ width: 100%;
2445
+ overflow: hidden;
2446
+ }
2447
+
2448
+ .jtabs .jtabs-headers i {
2449
+ display: block;
2450
+ margin: auto;
2451
+ }
2452
+
2453
+ .jtabs .jtabs-content {
2454
+ box-sizing: border-box;
2455
+ }
2456
+
2457
+ .jtabs .jtabs-content > div {
2458
+ display: none;
2459
+ box-sizing: border-box;
2460
+ }
2461
+
2462
+ .jtabs .jtabs-content > div.jtabs-selected {
2463
+ display: block;
2464
+ }
2465
+
2466
+ .jtabs .jtabs-border {
2467
+ position: absolute;
2468
+ height: 2px;
2469
+ background-color: #888;
2470
+ transform-origin: left;
2471
+ transition: all .2s cubic-bezier(0.4,0,0.2,1);
2472
+ transition-property: color,left,transform;
2473
+ display: none;
2474
+ }
2475
+
2476
+ .jtabs-animation .jtabs-border {
2477
+ display: initial;
2478
+ }
2479
+
2480
+ .jtabs .jtabs-controls {
2481
+ margin: 3px;
2482
+ margin-left: 10px;
2483
+ display: flex;
2484
+ min-width: 82px;
2485
+ }
2486
+
2487
+ .jtabs .jtabs-controls > div {
2488
+ cursor: pointer;
2489
+ background-position: center;
2490
+ background-repeat: no-repeat;
2491
+ width: 24px;
2492
+ height: 24px;
2493
+ line-height: 24px;
2494
+ }
2495
+
2496
+ .jtabs .jtabs-prev {
2497
+ margin-left: 10px;
2498
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='gray' width='18px' height='18px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'/%3E%3C/svg%3E");
2499
+ }
2500
+
2501
+ .jtabs .jtabs-prev.disabled {
2502
+ margin-left: 10px;
2503
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='lightgray' width='18px' height='18px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'/%3E%3C/svg%3E");
2504
+ }
2505
+
2506
+ .jtabs .jtabs-next {
2507
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='gray' width='18px' height='18px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E");
2508
+ }
2509
+
2510
+ .jtabs .jtabs-next.disabled {
2511
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='lightgray' width='18px' height='18px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E");
2512
+ }
2513
+
2514
+ .jtabs .jtabs-add {
2515
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10h-4v4h-2v-4H7v-2h4V7h2v4h4v2z' fill='%23bbbbbb'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
2516
+ }
2517
+
2518
+ /** Modern skin **/
2519
+
2520
+ .jtabs.jtabs-modern .jtabs-headers > div:not(.jtabs-border) {
2521
+ padding: 4px;
2522
+ padding-left: 10px;
2523
+ padding-right: 10px;
2524
+ background-color: #fff;
2525
+ }
2526
+
2527
+ .jtabs.jtabs-modern .jtabs-headers > .jtabs-selected {
2528
+ color: #000;
2529
+ }
2530
+
2531
+ .jtabs.jtabs-modern .jtabs-headers > .jtabs-selected .material-icons {
2532
+ color: #000;
2533
+ }
2534
+
2535
+ .jtabs.jtabs-modern .jtabs-headers {
2536
+ background: #EEEEEF !important;
2537
+ padding: 2px;
2538
+ border-radius: 4px;
2539
+ }
2540
+
2541
+ .jtabs.jtabs-modern .jtabs-headers .jtabs-border {
2542
+ border-color: #EEEEEF !important;
2543
+ }
2544
+
2545
+ .jtabs.jtabs-modern .jtabs-border {
2546
+ background-color: rgba(194, 197, 188, 0.884);
2547
+ }
2548
+
2549
+ .jtags {
2550
+ display: flex;
2551
+ flex-wrap: wrap;
2552
+ -ms-flex-direction: row;
2553
+ -webkit-flex-direction: row;
2554
+ flex-direction: row;
2555
+ -ms-flex-pack: flex-start;
2556
+ -webkit-justify-content: space-between;
2557
+ justify-content: flex-start;
2558
+ padding: 2px;
2559
+ border: 1px solid #ccc;
2560
+ }
2561
+
2562
+ .jtags.jtags-empty:not(.jtags-focus)::before {
2563
+ position: absolute;
2564
+ margin: 5px;
2565
+ color: #ccc;
2566
+ content:attr(data-placeholder);
2567
+ }
2568
+
2569
+ .jtags > div {
2570
+ padding: 3px;
2571
+ padding-left: 10px;
2572
+ padding-right: 22px;
2573
+ position: relative;
2574
+ border-radius: 1px;
2575
+ margin: 2px;
2576
+ display: block;
2577
+ outline: none;
2578
+ }
2579
+
2580
+ .jtags > div:empty:before {
2581
+ content: " ";
2582
+ white-space: pre;
2583
+ }
2584
+
2585
+ .jtags > div::after {
2586
+ content: 'x';
2587
+ position: absolute;
2588
+ top: 4px;
2589
+ right: 4px;
2590
+ width: 12px;
2591
+ height: 12px;
2592
+ cursor: pointer;
2593
+ font-size: 11px;
2594
+ display: none;
2595
+ }
2596
+
2597
+ .jtags_label {
2598
+ background-color: #eeeeee !important;
2599
+ }
2600
+
2601
+ .jtags_label::after {
2602
+ display: inline-block !important;
2603
+ }
2604
+
2605
+ .jtags_error::after {
2606
+ color: #fff !important;
2607
+ }
2608
+
2609
+ .jtags_error {
2610
+ background-color: #d93025 !important;
2611
+ color: #fff;
2612
+ }
2613
+
2614
+
2615
+ .jtoolbar-container {
2616
+ border-radius: 2px;
2617
+ margin-bottom: 5px;
2618
+ box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
2619
+ display: inline-flex !important;
2620
+ }
2621
+
2622
+ .jtoolbar {
2623
+ cursor: pointer;
2624
+ white-space: nowrap;
2625
+ display: flex;
2626
+ padding:4px;
2627
+ -webkit-user-select: none;
2628
+ -moz-user-select: none;
2629
+ -ms-user-select: none;
2630
+ user-select: none;
2631
+ font-size: 13px;
2632
+ }
2633
+
2634
+ .jtoolbar-mobile {
2635
+ display: flex;
2636
+ position:fixed;
2637
+ bottom: 0;
2638
+ margin: 0;
2639
+ left: 0;
2640
+ width: 100%;
2641
+ background: #f7f7f8;
2642
+ z-index: 1;
2643
+ box-sizing: border-box;
2644
+ box-shadow: 0 -1px 2px rgba(0,0,0,.1);
2645
+ border-radius: 0px;
2646
+ }
2647
+
2648
+ .jtoolbar > div {
2649
+ display: inline-flex;
2650
+ align-items: center;
2651
+ box-sizing: border-box;
2652
+ vertical-align:middle;
2653
+ justify-content: space-evenly;
2654
+ }
2655
+
2656
+ .jtoolbar-mobile > div {
2657
+ display: flex;
2658
+ width: 100%;
2659
+ }
2660
+
2661
+ .jtoolbar .jtoolbar-item {
2662
+ text-align: center;
2663
+ margin: auto;
2664
+ padding: 2px;
2665
+ padding-left:4px;
2666
+ padding-right:4px;
2667
+ }
2668
+
2669
+ .jtoolbar-mobile .jtoolbar-item {
2670
+ position: relative;
2671
+ flex:1;
2672
+ }
2673
+
2674
+ .jtoolbar .jtoolbar-divisor {
2675
+ width: 2px;
2676
+ height: 18px;
2677
+ padding: 0px;
2678
+ margin-left: 4px;
2679
+ margin-right: 4px;
2680
+ background-color: #ddd;
2681
+ }
2682
+
2683
+ .jtoolbar .jtoolbar-label {
2684
+ padding-left: 8px;
2685
+ padding-right: 8px;
2686
+ }
2687
+
2688
+
2689
+
2690
+ .jtoolbar-mobile a
2691
+ {
2692
+ text-decoration:none;
2693
+ display:inline-block;
2694
+ }
2695
+
2696
+ .jtoolbar-mobile i {
2697
+ display: inline-flex !important;
2698
+ color:#929292;
2699
+ }
2700
+
2701
+ .jtoolbar-mobile span {
2702
+ font-size:0.7em;
2703
+ display:block;
2704
+ color:#929292;
2705
+ }
2706
+
2707
+ .jtoolbar-mobile .jtoolbar-selected a, .jtoolbar-mobile .jtoolbar-selected i, .jtoolbar-mobile .jtoolbar-selected span {
2708
+ color:var(--active-color) !important;
2709
+ background-color:transparent;
2710
+ }
2711
+
2712
+ .jtoolbar-item {
2713
+ -webkit-user-select: none;
2714
+ -moz-user-select: none;
2715
+ -ms-user-select: none;
2716
+ user-select: none;
2717
+ }
2718
+
2719
+ .jtoolbar-item i {
2720
+ display: block;
2721
+ color:#333;
2722
+ }
2723
+
2724
+ .jtoolbar-item:hover {
2725
+ background-color:#f2f2f2;
2726
+ }
2727
+
2728
+
2729
+ .jtoolbar .jpicker {
2730
+ padding-left:0px;
2731
+ padding-right:0px;
2732
+ }
2733
+
2734
+ .jtoolbar .jpicker-header {
2735
+ height: 24px;
2736
+ line-height: 24px;
2737
+ padding: 0px;
2738
+ padding-right: 20px;
2739
+ padding-left: 8px;
2740
+ background-position: top 50% right 0px;
2741
+ display: flex;
2742
+ align-items: center;
2743
+ }
2744
+
2745
+ .jtoolbar .jpicker-content > div {
2746
+ padding: 6px;
2747
+ }
2748
+
2749
+ .jtoolbar-active {
2750
+ background-color:#eee;
2751
+ }
2752
+
2753
+ .jtoolbar .fa {
2754
+ width: 18px;
2755
+ height: 18px;
2756
+ display: block;
2757
+ line-height: 18px;
2758
+ font-size: 14px;
2759
+ }
2760
+
2761
+ .jtoolbar .material-icons {
2762
+ font-size: 18px;
2763
+ width: 24px;
2764
+ height: 24px;
2765
+ display: block;
2766
+ line-height: 24px;
2767
+ transform: rotate(0.03deg);
2768
+ text-align: center;
2769
+ }
2770
+
2771
+ .jtoolbar .jtoolbar-arrow {
2772
+ background-repeat: no-repeat;
2773
+ background-position: center;
2774
+ background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' width='18px' height='18px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z'/%3E%3C/svg%3E");
2775
+ width: 24px;
2776
+ height: 16px;
2777
+ margin-left: 4px;
2778
+ border-left: 1px solid #f2f2f2;
2779
+ }
2780
+
2781
+ .jtoolbar-floating {
2782
+ position: absolute;
2783
+ display: none;
2784
+ box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
2785
+ border-radius: 4px;
2786
+ background-color: #fff;
2787
+ padding: 4px;
2788
+ z-index: 50;
2789
+ text-align: left;
2790
+ }
2791
+
2792
+ .jtoolbar-floating .jtoolbar-divisor {
2793
+ display: none;
2794
+ }
2795
+
2796
+ .jtoolbar-arrow-selected .jtoolbar-floating {
2797
+ display: flex;
2798
+ flex-wrap: wrap;
2799
+ }
2800
+
2801
+