jbrowse-plugin-protein3d 0.0.2

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 (210) hide show
  1. package/README.md +3 -0
  2. package/dist/AddHighlightModel/GenomeMouseoverHighlight.d.ts +6 -0
  3. package/dist/AddHighlightModel/GenomeMouseoverHighlight.js +24 -0
  4. package/dist/AddHighlightModel/GenomeMouseoverHighlight.js.map +1 -0
  5. package/dist/AddHighlightModel/Highlight.d.ts +10 -0
  6. package/dist/AddHighlightModel/Highlight.js +24 -0
  7. package/dist/AddHighlightModel/Highlight.js.map +1 -0
  8. package/dist/AddHighlightModel/HighlightComponents.d.ts +7 -0
  9. package/dist/AddHighlightModel/HighlightComponents.js +14 -0
  10. package/dist/AddHighlightModel/HighlightComponents.js.map +1 -0
  11. package/dist/AddHighlightModel/ProteinToGenomeClickHighlight.d.ts +7 -0
  12. package/dist/AddHighlightModel/ProteinToGenomeClickHighlight.js +13 -0
  13. package/dist/AddHighlightModel/ProteinToGenomeClickHighlight.js.map +1 -0
  14. package/dist/AddHighlightModel/ProteinToGenomeHoverHighlight.d.ts +7 -0
  15. package/dist/AddHighlightModel/ProteinToGenomeHoverHighlight.js +13 -0
  16. package/dist/AddHighlightModel/ProteinToGenomeHoverHighlight.js.map +1 -0
  17. package/dist/AddHighlightModel/index.d.ts +2 -0
  18. package/dist/AddHighlightModel/index.js +14 -0
  19. package/dist/AddHighlightModel/index.js.map +1 -0
  20. package/dist/AddHighlightModel/util.d.ts +9 -0
  21. package/dist/AddHighlightModel/util.js +17 -0
  22. package/dist/AddHighlightModel/util.js.map +1 -0
  23. package/dist/LaunchProteinView/calculateProteinSequence.d.ts +28 -0
  24. package/dist/LaunchProteinView/calculateProteinSequence.js +77 -0
  25. package/dist/LaunchProteinView/calculateProteinSequence.js.map +1 -0
  26. package/dist/LaunchProteinView/components/AlphaFoldDBSearch.d.ts +8 -0
  27. package/dist/LaunchProteinView/components/AlphaFoldDBSearch.js +71 -0
  28. package/dist/LaunchProteinView/components/AlphaFoldDBSearch.js.map +1 -0
  29. package/dist/LaunchProteinView/components/AlphaFoldDBSearchStatus.d.ts +8 -0
  30. package/dist/LaunchProteinView/components/AlphaFoldDBSearchStatus.js +19 -0
  31. package/dist/LaunchProteinView/components/AlphaFoldDBSearchStatus.js.map +1 -0
  32. package/dist/LaunchProteinView/components/HelpButton.d.ts +2 -0
  33. package/dist/LaunchProteinView/components/HelpButton.js +15 -0
  34. package/dist/LaunchProteinView/components/HelpButton.js.map +1 -0
  35. package/dist/LaunchProteinView/components/HelpDialog.d.ts +4 -0
  36. package/dist/LaunchProteinView/components/HelpDialog.js +16 -0
  37. package/dist/LaunchProteinView/components/HelpDialog.js.map +1 -0
  38. package/dist/LaunchProteinView/components/LaunchProteinViewDialog.d.ts +7 -0
  39. package/dist/LaunchProteinView/components/LaunchProteinViewDialog.js +23 -0
  40. package/dist/LaunchProteinView/components/LaunchProteinViewDialog.js.map +1 -0
  41. package/dist/LaunchProteinView/components/PreLoadedStructureMapping.d.ts +8 -0
  42. package/dist/LaunchProteinView/components/PreLoadedStructureMapping.js +72 -0
  43. package/dist/LaunchProteinView/components/PreLoadedStructureMapping.js.map +1 -0
  44. package/dist/LaunchProteinView/components/TabPanel.d.ts +6 -0
  45. package/dist/LaunchProteinView/components/TabPanel.js +6 -0
  46. package/dist/LaunchProteinView/components/TabPanel.js.map +1 -0
  47. package/dist/LaunchProteinView/components/TranscriptSelector.d.ts +9 -0
  48. package/dist/LaunchProteinView/components/TranscriptSelector.js +28 -0
  49. package/dist/LaunchProteinView/components/TranscriptSelector.js.map +1 -0
  50. package/dist/LaunchProteinView/components/UserProvidedStructure.d.ts +8 -0
  51. package/dist/LaunchProteinView/components/UserProvidedStructure.js +118 -0
  52. package/dist/LaunchProteinView/components/UserProvidedStructure.js.map +1 -0
  53. package/dist/LaunchProteinView/components/useCheckAlphaFoldDBExistence.d.ts +7 -0
  54. package/dist/LaunchProteinView/components/useCheckAlphaFoldDBExistence.js +26 -0
  55. package/dist/LaunchProteinView/components/useCheckAlphaFoldDBExistence.js.map +1 -0
  56. package/dist/LaunchProteinView/index.d.ts +2 -0
  57. package/dist/LaunchProteinView/index.js +45 -0
  58. package/dist/LaunchProteinView/index.js.map +1 -0
  59. package/dist/LaunchProteinView/useMyGeneInfo.d.ts +7 -0
  60. package/dist/LaunchProteinView/useMyGeneInfo.js +29 -0
  61. package/dist/LaunchProteinView/useMyGeneInfo.js.map +1 -0
  62. package/dist/LaunchProteinView/useProteinSequences.d.ts +10 -0
  63. package/dist/LaunchProteinView/useProteinSequences.js +30 -0
  64. package/dist/LaunchProteinView/useProteinSequences.js.map +1 -0
  65. package/dist/LaunchProteinView/util.d.ts +18 -0
  66. package/dist/LaunchProteinView/util.js +54 -0
  67. package/dist/LaunchProteinView/util.js.map +1 -0
  68. package/dist/ProteinModelSessionExtension.d.ts +11 -0
  69. package/dist/ProteinModelSessionExtension.js +53 -0
  70. package/dist/ProteinModelSessionExtension.js.map +1 -0
  71. package/dist/ProteinView/clearSelection.d.ts +4 -0
  72. package/dist/ProteinView/clearSelection.js +4 -0
  73. package/dist/ProteinView/clearSelection.js.map +1 -0
  74. package/dist/ProteinView/components/Header.d.ts +6 -0
  75. package/dist/ProteinView/components/Header.js +49 -0
  76. package/dist/ProteinView/components/Header.js.map +1 -0
  77. package/dist/ProteinView/components/ProteinAlignment.d.ts +6 -0
  78. package/dist/ProteinView/components/ProteinAlignment.js +62 -0
  79. package/dist/ProteinView/components/ProteinAlignment.js.map +1 -0
  80. package/dist/ProteinView/components/ProteinAlignmentHelpButton.d.ts +5 -0
  81. package/dist/ProteinView/components/ProteinAlignmentHelpButton.js +14 -0
  82. package/dist/ProteinView/components/ProteinAlignmentHelpButton.js.map +1 -0
  83. package/dist/ProteinView/components/ProteinAlignmentHelpDialog.d.ts +4 -0
  84. package/dist/ProteinView/components/ProteinAlignmentHelpDialog.js +20 -0
  85. package/dist/ProteinView/components/ProteinAlignmentHelpDialog.js.map +1 -0
  86. package/dist/ProteinView/components/ProteinView.d.ts +6 -0
  87. package/dist/ProteinView/components/ProteinView.js +79 -0
  88. package/dist/ProteinView/components/ProteinView.js.map +1 -0
  89. package/dist/ProteinView/components/SplitString.d.ts +9 -0
  90. package/dist/ProteinView/components/SplitString.js +11 -0
  91. package/dist/ProteinView/components/SplitString.js.map +1 -0
  92. package/dist/ProteinView/css/molstar.d.ts +2 -0
  93. package/dist/ProteinView/css/molstar.js +3137 -0
  94. package/dist/ProteinView/css/molstar.js.map +1 -0
  95. package/dist/ProteinView/genomeToProtein.d.ts +4 -0
  96. package/dist/ProteinView/genomeToProtein.js +13 -0
  97. package/dist/ProteinView/genomeToProtein.js.map +1 -0
  98. package/dist/ProteinView/highlightResidue.d.ts +7 -0
  99. package/dist/ProteinView/highlightResidue.js +14 -0
  100. package/dist/ProteinView/highlightResidue.js.map +1 -0
  101. package/dist/ProteinView/index.d.ts +2 -0
  102. package/dist/ProteinView/index.js +15 -0
  103. package/dist/ProteinView/index.js.map +1 -0
  104. package/dist/ProteinView/launchRemotePairwiseAlignment.d.ts +14 -0
  105. package/dist/ProteinView/launchRemotePairwiseAlignment.js +72 -0
  106. package/dist/ProteinView/launchRemotePairwiseAlignment.js.map +1 -0
  107. package/dist/ProteinView/loadStructureFromData.d.ts +17 -0
  108. package/dist/ProteinView/loadStructureFromData.js +20 -0
  109. package/dist/ProteinView/loadStructureFromData.js.map +1 -0
  110. package/dist/ProteinView/loadStructureFromURL.d.ts +17 -0
  111. package/dist/ProteinView/loadStructureFromURL.js +17 -0
  112. package/dist/ProteinView/loadStructureFromURL.js.map +1 -0
  113. package/dist/ProteinView/model.d.ts +226 -0
  114. package/dist/ProteinView/model.js +324 -0
  115. package/dist/ProteinView/model.js.map +1 -0
  116. package/dist/ProteinView/proteinAbbreviationMapping.d.ts +7 -0
  117. package/dist/ProteinView/proteinAbbreviationMapping.js +23 -0
  118. package/dist/ProteinView/proteinAbbreviationMapping.js.map +1 -0
  119. package/dist/ProteinView/proteinToGenomeMapping.d.ts +13 -0
  120. package/dist/ProteinView/proteinToGenomeMapping.js +69 -0
  121. package/dist/ProteinView/proteinToGenomeMapping.js.map +1 -0
  122. package/dist/ProteinView/selectResidue.d.ts +7 -0
  123. package/dist/ProteinView/selectResidue.js +10 -0
  124. package/dist/ProteinView/selectResidue.js.map +1 -0
  125. package/dist/ProteinView/useProteinView.d.ts +11 -0
  126. package/dist/ProteinView/useProteinView.js +57 -0
  127. package/dist/ProteinView/useProteinView.js.map +1 -0
  128. package/dist/ProteinView/useProteinViewClickBehavior.d.ts +8 -0
  129. package/dist/ProteinView/useProteinViewClickBehavior.js +34 -0
  130. package/dist/ProteinView/useProteinViewClickBehavior.js.map +1 -0
  131. package/dist/ProteinView/useProteinViewHoverBehavior.d.ts +6 -0
  132. package/dist/ProteinView/useProteinViewHoverBehavior.js +31 -0
  133. package/dist/ProteinView/useProteinViewHoverBehavior.js.map +1 -0
  134. package/dist/ProteinView/util.d.ts +19 -0
  135. package/dist/ProteinView/util.js +32 -0
  136. package/dist/ProteinView/util.js.map +1 -0
  137. package/dist/fetchUtils.d.ts +5 -0
  138. package/dist/fetchUtils.js +23 -0
  139. package/dist/fetchUtils.js.map +1 -0
  140. package/dist/genomeToTranscriptMapping.d.ts +7 -0
  141. package/dist/genomeToTranscriptMapping.js +36 -0
  142. package/dist/genomeToTranscriptMapping.js.map +1 -0
  143. package/dist/index.d.ts +8 -0
  144. package/dist/index.js +26 -0
  145. package/dist/index.js.map +1 -0
  146. package/dist/jbrowse-plugin-protein3d.umd.production.min.js +9298 -0
  147. package/dist/jbrowse-plugin-protein3d.umd.production.min.js.map +7 -0
  148. package/dist/mappings.d.ts +19 -0
  149. package/dist/mappings.js +67 -0
  150. package/dist/mappings.js.map +1 -0
  151. package/dist/mappings.test.d.ts +1 -0
  152. package/dist/mappings.test.js +27 -0
  153. package/dist/mappings.test.js.map +1 -0
  154. package/dist/test_data/gene.d.ts +67 -0
  155. package/dist/test_data/gene.js +603 -0
  156. package/dist/test_data/gene.js.map +1 -0
  157. package/package.json +70 -0
  158. package/src/AddHighlightModel/GenomeMouseoverHighlight.tsx +45 -0
  159. package/src/AddHighlightModel/Highlight.tsx +46 -0
  160. package/src/AddHighlightModel/HighlightComponents.tsx +26 -0
  161. package/src/AddHighlightModel/ProteinToGenomeClickHighlight.tsx +39 -0
  162. package/src/AddHighlightModel/ProteinToGenomeHoverHighlight.tsx +39 -0
  163. package/src/AddHighlightModel/index.tsx +25 -0
  164. package/src/AddHighlightModel/util.ts +17 -0
  165. package/src/LaunchProteinView/calculateProteinSequence.ts +127 -0
  166. package/src/LaunchProteinView/components/AlphaFoldDBSearch.tsx +141 -0
  167. package/src/LaunchProteinView/components/AlphaFoldDBSearchStatus.tsx +44 -0
  168. package/src/LaunchProteinView/components/HelpButton.tsx +23 -0
  169. package/src/LaunchProteinView/components/HelpDialog.tsx +43 -0
  170. package/src/LaunchProteinView/components/LaunchProteinViewDialog.tsx +57 -0
  171. package/src/LaunchProteinView/components/PreLoadedStructureMapping.tsx +153 -0
  172. package/src/LaunchProteinView/components/TabPanel.tsx +19 -0
  173. package/src/LaunchProteinView/components/TranscriptSelector.tsx +54 -0
  174. package/src/LaunchProteinView/components/UserProvidedStructure.tsx +226 -0
  175. package/src/LaunchProteinView/components/useCheckAlphaFoldDBExistence.ts +31 -0
  176. package/src/LaunchProteinView/index.ts +56 -0
  177. package/src/LaunchProteinView/useMyGeneInfo.ts +37 -0
  178. package/src/LaunchProteinView/useProteinSequences.ts +36 -0
  179. package/src/LaunchProteinView/util.ts +74 -0
  180. package/src/ProteinModelSessionExtension.ts +71 -0
  181. package/src/ProteinView/clearSelection.ts +5 -0
  182. package/src/ProteinView/components/Header.tsx +84 -0
  183. package/src/ProteinView/components/ProteinAlignment.tsx +119 -0
  184. package/src/ProteinView/components/ProteinAlignmentHelpButton.tsx +33 -0
  185. package/src/ProteinView/components/ProteinAlignmentHelpDialog.tsx +59 -0
  186. package/src/ProteinView/components/ProteinView.tsx +131 -0
  187. package/src/ProteinView/components/SplitString.tsx +35 -0
  188. package/src/ProteinView/css/molstar.ts +3136 -0
  189. package/src/ProteinView/genomeToProtein.ts +21 -0
  190. package/src/ProteinView/highlightResidue.ts +23 -0
  191. package/src/ProteinView/index.ts +18 -0
  192. package/src/ProteinView/launchRemotePairwiseAlignment.ts +113 -0
  193. package/src/ProteinView/loadStructureFromData.ts +48 -0
  194. package/src/ProteinView/loadStructureFromURL.ts +50 -0
  195. package/src/ProteinView/model.ts +384 -0
  196. package/src/ProteinView/proteinAbbreviationMapping.ts +24 -0
  197. package/src/ProteinView/proteinToGenomeMapping.ts +99 -0
  198. package/src/ProteinView/selectResidue.ts +19 -0
  199. package/src/ProteinView/useProteinView.ts +70 -0
  200. package/src/ProteinView/useProteinViewClickBehavior.ts +48 -0
  201. package/src/ProteinView/useProteinViewHoverBehavior.ts +44 -0
  202. package/src/ProteinView/util.ts +56 -0
  203. package/src/__snapshots__/mappings.test.ts.snap +1351 -0
  204. package/src/declare.d.ts +1 -0
  205. package/src/fetchUtils.ts +30 -0
  206. package/src/genomeToTranscriptMapping.ts +46 -0
  207. package/src/index.ts +32 -0
  208. package/src/mappings.test.ts +32 -0
  209. package/src/mappings.ts +89 -0
  210. package/src/test_data/gene.ts +604 -0
@@ -0,0 +1,3136 @@
1
+ /* manually downloaded from https://molstar.org/viewer/ */
2
+ export default `
3
+ .msp-plugin {
4
+ font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, 'Source Sans Pro', Arial,
5
+ sans-serif;
6
+ font-size: 14px;
7
+ line-height: 1.42857143;
8
+ position: absolute;
9
+ left: 0;
10
+ top: 0;
11
+ right: 0;
12
+ bottom: 0; /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
13
+ background: #eeece7;
14
+ }
15
+ .msp-plugin * {
16
+ box-sizing: border-box;
17
+ }
18
+ .msp-plugin [hidden],
19
+ .msp-plugin template {
20
+ display: none;
21
+ }
22
+ .msp-plugin a {
23
+ background-color: rgba(0, 0, 0, 0);
24
+ }
25
+ .msp-plugin a:active,
26
+ .msp-plugin a:hover {
27
+ outline: 0;
28
+ }
29
+ .msp-plugin abbr[title] {
30
+ border-bottom: 1px dotted;
31
+ }
32
+ .msp-plugin b,
33
+ .msp-plugin strong {
34
+ font-weight: bold;
35
+ }
36
+ .msp-plugin small {
37
+ font-size: 80%;
38
+ }
39
+ .msp-plugin img {
40
+ border: 0;
41
+ }
42
+ .msp-plugin svg:not(:root) {
43
+ overflow: hidden;
44
+ }
45
+ .msp-plugin button,
46
+ .msp-plugin input,
47
+ .msp-plugin optgroup,
48
+ .msp-plugin select,
49
+ .msp-plugin textarea {
50
+ color: inherit;
51
+ font: inherit;
52
+ margin: 0;
53
+ }
54
+ .msp-plugin button {
55
+ overflow: visible;
56
+ }
57
+ .msp-plugin button,
58
+ .msp-plugin select {
59
+ text-transform: none;
60
+ }
61
+ .msp-plugin button,
62
+ .msp-plugin html input[type='button'],
63
+ .msp-plugin input[type='reset'],
64
+ .msp-plugin input[type='submit'] {
65
+ -webkit-appearance: button;
66
+ cursor: pointer;
67
+ }
68
+ .msp-plugin button[disabled],
69
+ .msp-plugin html input[disabled] {
70
+ cursor: default;
71
+ }
72
+ .msp-plugin button::-moz-focus-inner,
73
+ .msp-plugin input::-moz-focus-inner {
74
+ border: 0;
75
+ padding: 0;
76
+ }
77
+ .msp-plugin input {
78
+ line-height: normal;
79
+ }
80
+ .msp-plugin input[type='checkbox'],
81
+ .msp-plugin input[type='radio'] {
82
+ box-sizing: border-box;
83
+ padding: 0;
84
+ }
85
+ .msp-plugin input[type='number']::-webkit-inner-spin-button,
86
+ .msp-plugin input[type='number']::-webkit-outer-spin-button {
87
+ height: auto;
88
+ }
89
+ .msp-plugin textarea {
90
+ overflow: auto;
91
+ }
92
+ .msp-plugin .msp-layout-expanded,
93
+ .msp-plugin .msp-layout-standard {
94
+ left: 0;
95
+ right: 0;
96
+ top: 0;
97
+ bottom: 0;
98
+ }
99
+ .msp-plugin .msp-layout-standard {
100
+ border: 1px solid #cec9ba;
101
+ }
102
+ .msp-plugin .msp-layout-region {
103
+ overflow: hidden;
104
+ }
105
+ .msp-plugin .msp-layout-static,
106
+ .msp-plugin .msp-layout-scrollable {
107
+ position: absolute;
108
+ }
109
+ .msp-plugin .msp-scrollable {
110
+ overflow-y: auto;
111
+ }
112
+ .msp-plugin .msp-scrollable-container {
113
+ position: absolute;
114
+ left: 0;
115
+ right: 0;
116
+ top: 0;
117
+ bottom: 0;
118
+ overflow-y: auto;
119
+ }
120
+ .msp-plugin .msp-layout-static {
121
+ overflow: hidden;
122
+ }
123
+ .msp-plugin .msp-layout-top .msp-layout-static,
124
+ .msp-plugin .msp-layout-main .msp-layout-static,
125
+ .msp-plugin .msp-layout-bottom .msp-layout-static {
126
+ left: 0;
127
+ right: 0;
128
+ top: 0;
129
+ bottom: 0;
130
+ }
131
+ .msp-plugin .msp-layout-right .msp-layout-static {
132
+ left: 0;
133
+ right: 0;
134
+ top: 0;
135
+ bottom: 0;
136
+ }
137
+ .msp-plugin .msp-layout-right .msp-layout-scrollable {
138
+ left: 0;
139
+ right: 0;
140
+ top: 43px;
141
+ bottom: 0;
142
+ }
143
+ .msp-plugin .msp-layout-left .msp-layout-static {
144
+ left: 0;
145
+ right: 0;
146
+ bottom: 0;
147
+ top: 0;
148
+ }
149
+ .msp-plugin .msp-layout-standard-outside {
150
+ position: absolute;
151
+ }
152
+ .msp-plugin .msp-layout-standard-outside .msp-layout-main {
153
+ position: absolute;
154
+ left: 0;
155
+ right: 0;
156
+ bottom: 0;
157
+ top: 0;
158
+ }
159
+ .msp-plugin .msp-layout-standard-outside .msp-layout-top {
160
+ position: absolute;
161
+ right: 0;
162
+ height: 97px;
163
+ top: -97px;
164
+ width: 50%;
165
+ border-left: 1px solid #cec9ba;
166
+ border-bottom: 1px solid #cec9ba;
167
+ }
168
+ .msp-plugin .msp-layout-standard-outside .msp-layout-bottom {
169
+ position: absolute;
170
+ left: 0;
171
+ right: 0;
172
+ height: 97px;
173
+ top: -97px;
174
+ width: 50%;
175
+ border-bottom: 1px solid #cec9ba;
176
+ }
177
+ .msp-plugin .msp-layout-standard-outside .msp-layout-right {
178
+ position: absolute;
179
+ width: 50%;
180
+ right: 0;
181
+ bottom: -295px;
182
+ height: 295px;
183
+ border-left: 1px solid #cec9ba;
184
+ border-top: 1px solid #cec9ba;
185
+ }
186
+ .msp-plugin .msp-layout-standard-outside .msp-layout-left {
187
+ position: absolute;
188
+ width: 50%;
189
+ left: 0;
190
+ bottom: 0;
191
+ bottom: -295px;
192
+ height: 295px;
193
+ border-top: 1px solid #cec9ba;
194
+ }
195
+ .msp-plugin
196
+ .msp-layout-standard-outside
197
+ .msp-layout-hide-right
198
+ .msp-layout-right {
199
+ display: none;
200
+ }
201
+ .msp-plugin
202
+ .msp-layout-standard-outside
203
+ .msp-layout-hide-right
204
+ .msp-layout-left {
205
+ width: 100%;
206
+ }
207
+ .msp-plugin
208
+ .msp-layout-standard-outside
209
+ .msp-layout-hide-left
210
+ .msp-layout-left {
211
+ display: none;
212
+ }
213
+ .msp-plugin
214
+ .msp-layout-standard-outside
215
+ .msp-layout-hide-left
216
+ .msp-layout-right {
217
+ width: 100%;
218
+ border-left: none;
219
+ }
220
+ .msp-plugin
221
+ .msp-layout-standard-outside
222
+ .msp-layout-collapse-left
223
+ .msp-layout-left {
224
+ width: 32px;
225
+ }
226
+ .msp-plugin
227
+ .msp-layout-standard-outside
228
+ .msp-layout-collapse-left
229
+ .msp-layout-right {
230
+ left: 32px;
231
+ width: auto;
232
+ }
233
+ .msp-plugin .msp-layout-standard-outside .msp-layout-hide-top .msp-layout-top {
234
+ display: none;
235
+ }
236
+ .msp-plugin
237
+ .msp-layout-standard-outside
238
+ .msp-layout-hide-top
239
+ .msp-layout-bottom {
240
+ width: 100%;
241
+ border-left: none;
242
+ }
243
+ .msp-plugin
244
+ .msp-layout-standard-outside
245
+ .msp-layout-hide-bottom
246
+ .msp-layout-bottom {
247
+ display: none;
248
+ }
249
+ .msp-plugin
250
+ .msp-layout-standard-outside
251
+ .msp-layout-hide-bottom
252
+ .msp-layout-top {
253
+ width: 100%;
254
+ border-left: none;
255
+ }
256
+ .msp-plugin .msp-layout-standard-landscape {
257
+ position: absolute;
258
+ }
259
+ .msp-plugin .msp-layout-standard-landscape .msp-layout-main {
260
+ position: absolute;
261
+ left: 330px;
262
+ right: 300px;
263
+ bottom: 70px;
264
+ top: 100px;
265
+ }
266
+ .msp-plugin .msp-layout-standard-landscape .msp-layout-top {
267
+ position: absolute;
268
+ left: 330px;
269
+ right: 300px;
270
+ height: 100px;
271
+ top: 0;
272
+ border-bottom: 1px solid #cec9ba;
273
+ }
274
+ .msp-plugin .msp-layout-standard-landscape .msp-layout-bottom {
275
+ position: absolute;
276
+ left: 330px;
277
+ right: 300px;
278
+ height: 70px;
279
+ bottom: 0;
280
+ border-top: 1px solid #cec9ba;
281
+ }
282
+ .msp-plugin .msp-layout-standard-landscape .msp-layout-right {
283
+ position: absolute;
284
+ width: 300px;
285
+ right: 0;
286
+ bottom: 0;
287
+ top: 0;
288
+ border-left: 1px solid #cec9ba;
289
+ }
290
+ .msp-plugin .msp-layout-standard-landscape .msp-layout-left {
291
+ position: absolute;
292
+ width: 330px;
293
+ left: 0;
294
+ bottom: 0;
295
+ top: 0;
296
+ border-right: 1px solid #cec9ba;
297
+ }
298
+ .msp-plugin
299
+ .msp-layout-standard-landscape
300
+ .msp-layout-hide-right
301
+ .msp-layout-right {
302
+ display: none;
303
+ }
304
+ .msp-plugin
305
+ .msp-layout-standard-landscape
306
+ .msp-layout-hide-right
307
+ .msp-layout-main,
308
+ .msp-plugin
309
+ .msp-layout-standard-landscape
310
+ .msp-layout-hide-right
311
+ .msp-layout-top,
312
+ .msp-plugin
313
+ .msp-layout-standard-landscape
314
+ .msp-layout-hide-right
315
+ .msp-layout-bottom {
316
+ right: 0;
317
+ }
318
+ .msp-plugin
319
+ .msp-layout-standard-landscape
320
+ .msp-layout-hide-left
321
+ .msp-layout-left {
322
+ display: none;
323
+ }
324
+ .msp-plugin
325
+ .msp-layout-standard-landscape
326
+ .msp-layout-hide-left
327
+ .msp-layout-main,
328
+ .msp-plugin
329
+ .msp-layout-standard-landscape
330
+ .msp-layout-hide-left
331
+ .msp-layout-top,
332
+ .msp-plugin
333
+ .msp-layout-standard-landscape
334
+ .msp-layout-hide-left
335
+ .msp-layout-bottom {
336
+ left: 0;
337
+ }
338
+ .msp-plugin
339
+ .msp-layout-standard-landscape
340
+ .msp-layout-collapse-left
341
+ .msp-layout-left {
342
+ width: 32px;
343
+ }
344
+ .msp-plugin
345
+ .msp-layout-standard-landscape
346
+ .msp-layout-collapse-left
347
+ .msp-layout-main,
348
+ .msp-plugin
349
+ .msp-layout-standard-landscape
350
+ .msp-layout-collapse-left
351
+ .msp-layout-top,
352
+ .msp-plugin
353
+ .msp-layout-standard-landscape
354
+ .msp-layout-collapse-left
355
+ .msp-layout-bottom {
356
+ left: 32px;
357
+ }
358
+ .msp-plugin
359
+ .msp-layout-standard-landscape
360
+ .msp-layout-hide-bottom
361
+ .msp-layout-bottom {
362
+ display: none;
363
+ }
364
+ .msp-plugin
365
+ .msp-layout-standard-landscape
366
+ .msp-layout-hide-bottom
367
+ .msp-layout-main {
368
+ bottom: 0;
369
+ }
370
+ .msp-plugin
371
+ .msp-layout-standard-landscape
372
+ .msp-layout-hide-top
373
+ .msp-layout-top {
374
+ display: none;
375
+ }
376
+ .msp-plugin
377
+ .msp-layout-standard-landscape
378
+ .msp-layout-hide-top
379
+ .msp-layout-main {
380
+ top: 0;
381
+ }
382
+ .msp-plugin .msp-layout-standard-portrait {
383
+ position: absolute;
384
+ }
385
+ .msp-plugin .msp-layout-standard-portrait .msp-layout-main {
386
+ position: absolute;
387
+ left: 0;
388
+ right: 0;
389
+ bottom: 361px;
390
+ top: 97px;
391
+ }
392
+ .msp-plugin .msp-layout-standard-portrait .msp-layout-top {
393
+ position: absolute;
394
+ right: 0;
395
+ height: 97px;
396
+ top: 0;
397
+ width: 50%;
398
+ border-left: 1px solid #cec9ba;
399
+ border-bottom: 1px solid #cec9ba;
400
+ }
401
+ .msp-plugin .msp-layout-standard-portrait .msp-layout-bottom {
402
+ position: absolute;
403
+ left: 0;
404
+ right: 0;
405
+ height: 97px;
406
+ width: 50%;
407
+ border-bottom: 1px solid #cec9ba;
408
+ }
409
+ .msp-plugin .msp-layout-standard-portrait .msp-layout-right {
410
+ position: absolute;
411
+ width: 50%;
412
+ right: 0;
413
+ bottom: 0;
414
+ height: 361px;
415
+ border-left: 1px solid #cec9ba;
416
+ border-top: 1px solid #cec9ba;
417
+ }
418
+ .msp-plugin .msp-layout-standard-portrait .msp-layout-left {
419
+ position: absolute;
420
+ width: 50%;
421
+ left: 0;
422
+ bottom: 0;
423
+ height: 361px;
424
+ border-top: 1px solid #cec9ba;
425
+ }
426
+ .msp-plugin
427
+ .msp-layout-standard-portrait
428
+ .msp-layout-hide-right
429
+ .msp-layout-right {
430
+ display: none;
431
+ }
432
+ .msp-plugin
433
+ .msp-layout-standard-portrait
434
+ .msp-layout-hide-right
435
+ .msp-layout-left {
436
+ width: 100%;
437
+ }
438
+ .msp-plugin
439
+ .msp-layout-standard-portrait
440
+ .msp-layout-hide-left
441
+ .msp-layout-left {
442
+ display: none;
443
+ }
444
+ .msp-plugin
445
+ .msp-layout-standard-portrait
446
+ .msp-layout-hide-left
447
+ .msp-layout-right {
448
+ width: 100%;
449
+ border-left: none;
450
+ }
451
+ .msp-plugin
452
+ .msp-layout-standard-portrait
453
+ .msp-layout-hide-right.msp-layout-hide-left
454
+ .msp-layout-main {
455
+ bottom: 0;
456
+ }
457
+ .msp-plugin
458
+ .msp-layout-standard-portrait
459
+ .msp-layout-collapse-left
460
+ .msp-layout-left {
461
+ width: 32px;
462
+ }
463
+ .msp-plugin
464
+ .msp-layout-standard-portrait
465
+ .msp-layout-collapse-left
466
+ .msp-layout-right {
467
+ left: 32px;
468
+ width: auto;
469
+ }
470
+ .msp-plugin .msp-layout-standard-portrait .msp-layout-hide-top .msp-layout-top {
471
+ display: none;
472
+ }
473
+ .msp-plugin
474
+ .msp-layout-standard-portrait
475
+ .msp-layout-hide-top
476
+ .msp-layout-bottom {
477
+ width: 100%;
478
+ border-left: none;
479
+ }
480
+ .msp-plugin
481
+ .msp-layout-standard-portrait
482
+ .msp-layout-hide-bottom
483
+ .msp-layout-bottom {
484
+ display: none;
485
+ }
486
+ .msp-plugin
487
+ .msp-layout-standard-portrait
488
+ .msp-layout-hide-bottom
489
+ .msp-layout-top {
490
+ width: 100%;
491
+ border-left: none;
492
+ }
493
+ .msp-plugin
494
+ .msp-layout-standard-portrait
495
+ .msp-layout-hide-top.msp-layout-hide-bottom
496
+ .msp-layout-main {
497
+ top: 0;
498
+ }
499
+ .msp-plugin .msp-layout-standard-reactive {
500
+ position: absolute;
501
+ }
502
+ @media (orientation: landscape), (min-width: 1000px) {
503
+ .msp-plugin .msp-layout-standard-reactive .msp-layout-main {
504
+ position: absolute;
505
+ left: 330px;
506
+ right: 300px;
507
+ bottom: 70px;
508
+ top: 100px;
509
+ }
510
+ .msp-plugin .msp-layout-standard-reactive .msp-layout-top {
511
+ position: absolute;
512
+ left: 330px;
513
+ right: 300px;
514
+ height: 100px;
515
+ top: 0;
516
+ border-bottom: 1px solid #cec9ba;
517
+ }
518
+ .msp-plugin .msp-layout-standard-reactive .msp-layout-bottom {
519
+ position: absolute;
520
+ left: 330px;
521
+ right: 300px;
522
+ height: 70px;
523
+ bottom: 0;
524
+ border-top: 1px solid #cec9ba;
525
+ }
526
+ .msp-plugin .msp-layout-standard-reactive .msp-layout-right {
527
+ position: absolute;
528
+ width: 300px;
529
+ right: 0;
530
+ bottom: 0;
531
+ top: 0;
532
+ border-left: 1px solid #cec9ba;
533
+ }
534
+ .msp-plugin .msp-layout-standard-reactive .msp-layout-left {
535
+ position: absolute;
536
+ width: 330px;
537
+ left: 0;
538
+ bottom: 0;
539
+ top: 0;
540
+ border-right: 1px solid #cec9ba;
541
+ }
542
+ .msp-plugin
543
+ .msp-layout-standard-reactive
544
+ .msp-layout-hide-right
545
+ .msp-layout-right {
546
+ display: none;
547
+ }
548
+ .msp-plugin
549
+ .msp-layout-standard-reactive
550
+ .msp-layout-hide-right
551
+ .msp-layout-main,
552
+ .msp-plugin
553
+ .msp-layout-standard-reactive
554
+ .msp-layout-hide-right
555
+ .msp-layout-top,
556
+ .msp-plugin
557
+ .msp-layout-standard-reactive
558
+ .msp-layout-hide-right
559
+ .msp-layout-bottom {
560
+ right: 0;
561
+ }
562
+ .msp-plugin
563
+ .msp-layout-standard-reactive
564
+ .msp-layout-hide-left
565
+ .msp-layout-left {
566
+ display: none;
567
+ }
568
+ .msp-plugin
569
+ .msp-layout-standard-reactive
570
+ .msp-layout-hide-left
571
+ .msp-layout-main,
572
+ .msp-plugin
573
+ .msp-layout-standard-reactive
574
+ .msp-layout-hide-left
575
+ .msp-layout-top,
576
+ .msp-plugin
577
+ .msp-layout-standard-reactive
578
+ .msp-layout-hide-left
579
+ .msp-layout-bottom {
580
+ left: 0;
581
+ }
582
+ .msp-plugin
583
+ .msp-layout-standard-reactive
584
+ .msp-layout-collapse-left
585
+ .msp-layout-left {
586
+ width: 32px;
587
+ }
588
+ .msp-plugin
589
+ .msp-layout-standard-reactive
590
+ .msp-layout-collapse-left
591
+ .msp-layout-main,
592
+ .msp-plugin
593
+ .msp-layout-standard-reactive
594
+ .msp-layout-collapse-left
595
+ .msp-layout-top,
596
+ .msp-plugin
597
+ .msp-layout-standard-reactive
598
+ .msp-layout-collapse-left
599
+ .msp-layout-bottom {
600
+ left: 32px;
601
+ }
602
+ .msp-plugin
603
+ .msp-layout-standard-reactive
604
+ .msp-layout-hide-bottom
605
+ .msp-layout-bottom {
606
+ display: none;
607
+ }
608
+ .msp-plugin
609
+ .msp-layout-standard-reactive
610
+ .msp-layout-hide-bottom
611
+ .msp-layout-main {
612
+ bottom: 0;
613
+ }
614
+ .msp-plugin
615
+ .msp-layout-standard-reactive
616
+ .msp-layout-hide-top
617
+ .msp-layout-top {
618
+ display: none;
619
+ }
620
+ .msp-plugin
621
+ .msp-layout-standard-reactive
622
+ .msp-layout-hide-top
623
+ .msp-layout-main {
624
+ top: 0;
625
+ }
626
+ }
627
+ @media (orientation: portrait) and (max-width: 1000px) {
628
+ .msp-plugin .msp-layout-standard-reactive .msp-layout-main {
629
+ position: absolute;
630
+ left: 0;
631
+ right: 0;
632
+ bottom: 361px;
633
+ top: 97px;
634
+ }
635
+ .msp-plugin .msp-layout-standard-reactive .msp-layout-top {
636
+ position: absolute;
637
+ right: 0;
638
+ height: 97px;
639
+ top: 0;
640
+ width: 50%;
641
+ border-left: 1px solid #cec9ba;
642
+ border-bottom: 1px solid #cec9ba;
643
+ }
644
+ .msp-plugin .msp-layout-standard-reactive .msp-layout-bottom {
645
+ position: absolute;
646
+ left: 0;
647
+ right: 0;
648
+ height: 97px;
649
+ width: 50%;
650
+ border-bottom: 1px solid #cec9ba;
651
+ }
652
+ .msp-plugin .msp-layout-standard-reactive .msp-layout-right {
653
+ position: absolute;
654
+ width: 50%;
655
+ right: 0;
656
+ bottom: 0;
657
+ height: 361px;
658
+ border-left: 1px solid #cec9ba;
659
+ border-top: 1px solid #cec9ba;
660
+ }
661
+ .msp-plugin .msp-layout-standard-reactive .msp-layout-left {
662
+ position: absolute;
663
+ width: 50%;
664
+ left: 0;
665
+ bottom: 0;
666
+ height: 361px;
667
+ border-top: 1px solid #cec9ba;
668
+ }
669
+ .msp-plugin
670
+ .msp-layout-standard-reactive
671
+ .msp-layout-hide-right
672
+ .msp-layout-right {
673
+ display: none;
674
+ }
675
+ .msp-plugin
676
+ .msp-layout-standard-reactive
677
+ .msp-layout-hide-right
678
+ .msp-layout-left {
679
+ width: 100%;
680
+ }
681
+ .msp-plugin
682
+ .msp-layout-standard-reactive
683
+ .msp-layout-hide-left
684
+ .msp-layout-left {
685
+ display: none;
686
+ }
687
+ .msp-plugin
688
+ .msp-layout-standard-reactive
689
+ .msp-layout-hide-left
690
+ .msp-layout-right {
691
+ width: 100%;
692
+ border-left: none;
693
+ }
694
+ .msp-plugin
695
+ .msp-layout-standard-reactive
696
+ .msp-layout-hide-right.msp-layout-hide-left
697
+ .msp-layout-main {
698
+ bottom: 0;
699
+ }
700
+ .msp-plugin
701
+ .msp-layout-standard-reactive
702
+ .msp-layout-collapse-left
703
+ .msp-layout-left {
704
+ width: 32px;
705
+ }
706
+ .msp-plugin
707
+ .msp-layout-standard-reactive
708
+ .msp-layout-collapse-left
709
+ .msp-layout-right {
710
+ left: 32px;
711
+ width: auto;
712
+ }
713
+ .msp-plugin
714
+ .msp-layout-standard-reactive
715
+ .msp-layout-hide-top
716
+ .msp-layout-top {
717
+ display: none;
718
+ }
719
+ .msp-plugin
720
+ .msp-layout-standard-reactive
721
+ .msp-layout-hide-top
722
+ .msp-layout-bottom {
723
+ width: 100%;
724
+ border-left: none;
725
+ }
726
+ .msp-plugin
727
+ .msp-layout-standard-reactive
728
+ .msp-layout-hide-bottom
729
+ .msp-layout-bottom {
730
+ display: none;
731
+ }
732
+ .msp-plugin
733
+ .msp-layout-standard-reactive
734
+ .msp-layout-hide-bottom
735
+ .msp-layout-top {
736
+ width: 100%;
737
+ border-left: none;
738
+ }
739
+ .msp-plugin
740
+ .msp-layout-standard-reactive
741
+ .msp-layout-hide-top.msp-layout-hide-bottom
742
+ .msp-layout-main {
743
+ top: 0;
744
+ }
745
+ }
746
+ .msp-plugin .msp-layout-expanded {
747
+ position: fixed;
748
+ }
749
+ @media (orientation: landscape) {
750
+ .msp-plugin .msp-layout-expanded .msp-layout-main {
751
+ position: absolute;
752
+ left: 330px;
753
+ right: 300px;
754
+ bottom: 70px;
755
+ top: 100px;
756
+ }
757
+ .msp-plugin .msp-layout-expanded .msp-layout-top {
758
+ position: absolute;
759
+ left: 330px;
760
+ right: 300px;
761
+ height: 100px;
762
+ top: 0;
763
+ border-bottom: 1px solid #cec9ba;
764
+ }
765
+ .msp-plugin .msp-layout-expanded .msp-layout-bottom {
766
+ position: absolute;
767
+ left: 330px;
768
+ right: 300px;
769
+ height: 70px;
770
+ bottom: 0;
771
+ border-top: 1px solid #cec9ba;
772
+ }
773
+ .msp-plugin .msp-layout-expanded .msp-layout-right {
774
+ position: absolute;
775
+ width: 300px;
776
+ right: 0;
777
+ bottom: 0;
778
+ top: 0;
779
+ border-left: 1px solid #cec9ba;
780
+ }
781
+ .msp-plugin .msp-layout-expanded .msp-layout-left {
782
+ position: absolute;
783
+ width: 330px;
784
+ left: 0;
785
+ bottom: 0;
786
+ top: 0;
787
+ border-right: 1px solid #cec9ba;
788
+ }
789
+ .msp-plugin .msp-layout-expanded .msp-layout-hide-right .msp-layout-right {
790
+ display: none;
791
+ }
792
+ .msp-plugin .msp-layout-expanded .msp-layout-hide-right .msp-layout-main,
793
+ .msp-plugin .msp-layout-expanded .msp-layout-hide-right .msp-layout-top,
794
+ .msp-plugin .msp-layout-expanded .msp-layout-hide-right .msp-layout-bottom {
795
+ right: 0;
796
+ }
797
+ .msp-plugin .msp-layout-expanded .msp-layout-hide-left .msp-layout-left {
798
+ display: none;
799
+ }
800
+ .msp-plugin .msp-layout-expanded .msp-layout-hide-left .msp-layout-main,
801
+ .msp-plugin .msp-layout-expanded .msp-layout-hide-left .msp-layout-top,
802
+ .msp-plugin .msp-layout-expanded .msp-layout-hide-left .msp-layout-bottom {
803
+ left: 0;
804
+ }
805
+ .msp-plugin .msp-layout-expanded .msp-layout-collapse-left .msp-layout-left {
806
+ width: 32px;
807
+ }
808
+ .msp-plugin .msp-layout-expanded .msp-layout-collapse-left .msp-layout-main,
809
+ .msp-plugin .msp-layout-expanded .msp-layout-collapse-left .msp-layout-top,
810
+ .msp-plugin
811
+ .msp-layout-expanded
812
+ .msp-layout-collapse-left
813
+ .msp-layout-bottom {
814
+ left: 32px;
815
+ }
816
+ .msp-plugin .msp-layout-expanded .msp-layout-hide-bottom .msp-layout-bottom {
817
+ display: none;
818
+ }
819
+ .msp-plugin .msp-layout-expanded .msp-layout-hide-bottom .msp-layout-main {
820
+ bottom: 0;
821
+ }
822
+ .msp-plugin .msp-layout-expanded .msp-layout-hide-top .msp-layout-top {
823
+ display: none;
824
+ }
825
+ .msp-plugin .msp-layout-expanded .msp-layout-hide-top .msp-layout-main {
826
+ top: 0;
827
+ }
828
+ }
829
+ @media (orientation: portrait) {
830
+ .msp-plugin .msp-layout-expanded .msp-layout-main {
831
+ position: absolute;
832
+ left: 0;
833
+ right: 0;
834
+ bottom: 361px;
835
+ top: 97px;
836
+ }
837
+ .msp-plugin .msp-layout-expanded .msp-layout-top {
838
+ position: absolute;
839
+ right: 0;
840
+ height: 97px;
841
+ top: 0;
842
+ width: 50%;
843
+ border-left: 1px solid #cec9ba;
844
+ border-bottom: 1px solid #cec9ba;
845
+ }
846
+ .msp-plugin .msp-layout-expanded .msp-layout-bottom {
847
+ position: absolute;
848
+ left: 0;
849
+ right: 0;
850
+ height: 97px;
851
+ width: 50%;
852
+ border-bottom: 1px solid #cec9ba;
853
+ }
854
+ .msp-plugin .msp-layout-expanded .msp-layout-right {
855
+ position: absolute;
856
+ width: 50%;
857
+ right: 0;
858
+ bottom: 0;
859
+ height: 361px;
860
+ border-left: 1px solid #cec9ba;
861
+ border-top: 1px solid #cec9ba;
862
+ }
863
+ .msp-plugin .msp-layout-expanded .msp-layout-left {
864
+ position: absolute;
865
+ width: 50%;
866
+ left: 0;
867
+ bottom: 0;
868
+ height: 361px;
869
+ border-top: 1px solid #cec9ba;
870
+ }
871
+ .msp-plugin .msp-layout-expanded .msp-layout-hide-right .msp-layout-right {
872
+ display: none;
873
+ }
874
+ .msp-plugin .msp-layout-expanded .msp-layout-hide-right .msp-layout-left {
875
+ width: 100%;
876
+ }
877
+ .msp-plugin .msp-layout-expanded .msp-layout-hide-left .msp-layout-left {
878
+ display: none;
879
+ }
880
+ .msp-plugin .msp-layout-expanded .msp-layout-hide-left .msp-layout-right {
881
+ width: 100%;
882
+ border-left: none;
883
+ }
884
+ .msp-plugin
885
+ .msp-layout-expanded
886
+ .msp-layout-hide-right.msp-layout-hide-left
887
+ .msp-layout-main {
888
+ bottom: 0;
889
+ }
890
+ .msp-plugin .msp-layout-expanded .msp-layout-collapse-left .msp-layout-left {
891
+ width: 32px;
892
+ }
893
+ .msp-plugin .msp-layout-expanded .msp-layout-collapse-left .msp-layout-right {
894
+ left: 32px;
895
+ width: auto;
896
+ }
897
+ .msp-plugin .msp-layout-expanded .msp-layout-hide-top .msp-layout-top {
898
+ display: none;
899
+ }
900
+ .msp-plugin .msp-layout-expanded .msp-layout-hide-top .msp-layout-bottom {
901
+ width: 100%;
902
+ border-left: none;
903
+ }
904
+ .msp-plugin .msp-layout-expanded .msp-layout-hide-bottom .msp-layout-bottom {
905
+ display: none;
906
+ }
907
+ .msp-plugin .msp-layout-expanded .msp-layout-hide-bottom .msp-layout-top {
908
+ width: 100%;
909
+ border-left: none;
910
+ }
911
+ .msp-plugin
912
+ .msp-layout-expanded
913
+ .msp-layout-hide-top.msp-layout-hide-bottom
914
+ .msp-layout-main {
915
+ top: 0;
916
+ }
917
+ }
918
+ .msp-plugin ::-webkit-scrollbar {
919
+ width: 10px;
920
+ height: 10px;
921
+ }
922
+ .msp-plugin ::-webkit-scrollbar-track {
923
+ border-radius: 0;
924
+ background-color: #e9e6e0;
925
+ }
926
+ .msp-plugin ::-webkit-scrollbar-thumb {
927
+ border-radius: 0;
928
+ background-color: #f1f0eb;
929
+ }
930
+ .msp-plugin .msp-form-control,
931
+ .msp-plugin .msp-control-row select,
932
+ .msp-plugin .msp-control-row button,
933
+ .msp-plugin .msp-control-row input[type='text'],
934
+ .msp-plugin .msp-btn {
935
+ display: block;
936
+ width: 100%;
937
+ background: #f3f2ee;
938
+ border: none;
939
+ padding: 0 10px;
940
+ line-height: 30px;
941
+ height: 32px;
942
+ -webkit-appearance: none;
943
+ -moz-appearance: none;
944
+ appearance: none;
945
+ -webkit-box-shadow: none;
946
+ box-shadow: none;
947
+ background-image: none;
948
+ }
949
+ .msp-plugin .msp-form-control::-moz-placeholder,
950
+ .msp-plugin .msp-control-row select::-moz-placeholder,
951
+ .msp-plugin .msp-control-row button::-moz-placeholder,
952
+ .msp-plugin .msp-control-row input[type='text']::-moz-placeholder,
953
+ .msp-plugin .msp-btn::-moz-placeholder {
954
+ color: #9c835f;
955
+ opacity: 1;
956
+ }
957
+ .msp-plugin .msp-form-control:-ms-input-placeholder,
958
+ .msp-plugin .msp-control-row select:-ms-input-placeholder,
959
+ .msp-plugin .msp-control-row button:-ms-input-placeholder,
960
+ .msp-plugin .msp-control-row input[type='text']:-ms-input-placeholder,
961
+ .msp-plugin .msp-btn:-ms-input-placeholder {
962
+ color: #9c835f;
963
+ }
964
+ .msp-plugin .msp-form-control::-webkit-input-placeholder,
965
+ .msp-plugin .msp-control-row select::-webkit-input-placeholder,
966
+ .msp-plugin .msp-control-row button::-webkit-input-placeholder,
967
+ .msp-plugin .msp-control-row input[type='text']::-webkit-input-placeholder,
968
+ .msp-plugin .msp-btn::-webkit-input-placeholder {
969
+ color: #9c835f;
970
+ }
971
+ .msp-plugin .msp-form-control:hover,
972
+ .msp-plugin .msp-control-row select:hover,
973
+ .msp-plugin .msp-control-row button:hover,
974
+ .msp-plugin .msp-control-row input[type='text']:hover,
975
+ .msp-plugin .msp-btn:hover {
976
+ color: #ae5d04;
977
+ background-color: #e9e6e0;
978
+ border: none;
979
+ outline-offset: -1px !important;
980
+ outline: 1px solid #c9c3b3 !important;
981
+ }
982
+ .msp-plugin .msp-form-control:active,
983
+ .msp-plugin .msp-control-row select:active,
984
+ .msp-plugin .msp-control-row button:active,
985
+ .msp-plugin .msp-control-row input[type='text']:active,
986
+ .msp-plugin .msp-btn:active,
987
+ .msp-plugin .msp-form-control:focus,
988
+ .msp-plugin .msp-control-row select:focus,
989
+ .msp-plugin .msp-control-row button:focus,
990
+ .msp-plugin .msp-control-row input[type='text']:focus,
991
+ .msp-plugin .msp-btn:focus {
992
+ color: #332b1f;
993
+ background-color: #f3f2ee;
994
+ border: none;
995
+ outline-offset: 0;
996
+ outline: none;
997
+ }
998
+ .msp-plugin .msp-form-control[disabled],
999
+ .msp-plugin .msp-control-row select[disabled],
1000
+ .msp-plugin .msp-control-row button[disabled],
1001
+ .msp-plugin .msp-control-row input[disabled][type='text'],
1002
+ .msp-plugin [disabled].msp-btn,
1003
+ .msp-plugin .msp-form-control[readonly],
1004
+ .msp-plugin .msp-control-row select[readonly],
1005
+ .msp-plugin .msp-control-row button[readonly],
1006
+ .msp-plugin .msp-control-row input[readonly][type='text'],
1007
+ .msp-plugin [readonly].msp-btn,
1008
+ fieldset[disabled] .msp-plugin .msp-form-control,
1009
+ fieldset[disabled] .msp-plugin .msp-control-row select,
1010
+ fieldset[disabled] .msp-plugin .msp-control-row button,
1011
+ fieldset[disabled] .msp-plugin .msp-control-row input[type='text'],
1012
+ fieldset[disabled] .msp-plugin .msp-btn {
1013
+ background: #eeece7;
1014
+ opacity: 0.35;
1015
+ }
1016
+ .msp-plugin .msp-btn,
1017
+ .msp-plugin .msp-control-row button {
1018
+ display: inline-block;
1019
+ margin-bottom: 0;
1020
+ text-align: center;
1021
+ touch-action: manipulation;
1022
+ cursor: pointer;
1023
+ background-image: none;
1024
+ white-space: nowrap;
1025
+ -webkit-user-select: none;
1026
+ -moz-user-select: none;
1027
+ -ms-user-select: none;
1028
+ user-select: none;
1029
+ padding: 0 10px;
1030
+ line-height: 32px;
1031
+ border: none;
1032
+ -moz-box-sizing: border-box;
1033
+ box-sizing: border-box;
1034
+ }
1035
+ .msp-plugin .msp-btn[disabled],
1036
+ .msp-plugin .msp-control-row button[disabled] {
1037
+ background: #eeece7;
1038
+ opacity: 0.35;
1039
+ }
1040
+ .msp-plugin .msp-btn-block,
1041
+ .msp-plugin .msp-control-row button {
1042
+ display: block;
1043
+ width: 100%;
1044
+ }
1045
+ .msp-plugin .msp-btn,
1046
+ .msp-plugin .msp-control-row button,
1047
+ .msp-plugin .msp-btn:active,
1048
+ .msp-plugin .msp-btn-link:focus,
1049
+ .msp-plugin .msp-btn:hover {
1050
+ outline: none;
1051
+ }
1052
+ .msp-plugin .msp-material-icon svg {
1053
+ display: inline-flex;
1054
+ vertical-align: middle;
1055
+ font-size: 1.2em;
1056
+ margin-bottom: 3px;
1057
+ fill: currentColor;
1058
+ width: 1em;
1059
+ height: 1em;
1060
+ flex-shrink: 0;
1061
+ user-select: none;
1062
+ }
1063
+ .msp-plugin .msp-btn-block > .msp-material-icon,
1064
+ .msp-plugin .msp-control-row button > .msp-material-icon {
1065
+ margin-left: 0;
1066
+ margin-right: 0.4em;
1067
+ }
1068
+ .msp-plugin .msp-btn-childless > .msp-material-icon {
1069
+ margin-left: 0;
1070
+ margin-right: 0;
1071
+ }
1072
+ .msp-plugin .msp-btn-icon {
1073
+ border: none;
1074
+ height: 32px;
1075
+ width: 32px;
1076
+ line-height: 32px;
1077
+ padding: 0;
1078
+ text-align: center;
1079
+ }
1080
+ .msp-plugin .msp-btn-icon:hover {
1081
+ color: #ae5d04;
1082
+ background-color: #e9e6e0;
1083
+ border: none;
1084
+ outline-offset: -1px !important;
1085
+ outline: 1px solid #c9c3b3 !important;
1086
+ }
1087
+ .msp-plugin .msp-btn-icon[disabled],
1088
+ .msp-plugin .msp-btn-icon[disabled]:hover,
1089
+ .msp-plugin .msp-btn-icon[disabled]:active {
1090
+ color: #9c835f;
1091
+ }
1092
+ .msp-plugin .msp-btn-icon-small {
1093
+ border: none;
1094
+ height: 32px;
1095
+ width: 20px;
1096
+ line-height: 32px;
1097
+ padding: 0;
1098
+ text-align: center;
1099
+ }
1100
+ .msp-plugin .msp-btn-icon-small:hover {
1101
+ color: #ae5d04;
1102
+ background-color: #e9e6e0;
1103
+ border: none;
1104
+ outline-offset: -1px !important;
1105
+ outline: 1px solid #c9c3b3 !important;
1106
+ }
1107
+ .msp-plugin .msp-btn-icon-small[disabled],
1108
+ .msp-plugin .msp-btn-icon-small[disabled]:hover,
1109
+ .msp-plugin .msp-btn-icon-small[disabled]:active {
1110
+ color: #9c835f;
1111
+ }
1112
+ .msp-plugin .msp-btn-link {
1113
+ font-weight: normal;
1114
+ border-radius: 0;
1115
+ }
1116
+ .msp-plugin .msp-btn-link,
1117
+ .msp-plugin .msp-btn-link:active,
1118
+ .msp-plugin .msp-btn-link.active,
1119
+ .msp-plugin .msp-btn-link[disabled],
1120
+ fieldset[disabled] .msp-plugin .msp-btn-link {
1121
+ background-color: rgba(0, 0, 0, 0);
1122
+ -webkit-box-shadow: none;
1123
+ box-shadow: none;
1124
+ }
1125
+ .msp-plugin .msp-btn-link,
1126
+ .msp-plugin .msp-btn-link:hover,
1127
+ .msp-plugin .msp-btn-link:focus,
1128
+ .msp-plugin .msp-btn-link:active {
1129
+ border-color: rgba(0, 0, 0, 0);
1130
+ }
1131
+ .msp-plugin .msp-btn-link:hover,
1132
+ .msp-plugin .msp-btn-link:focus {
1133
+ text-decoration: none;
1134
+ background-color: rgba(0, 0, 0, 0);
1135
+ }
1136
+ .msp-plugin .msp-btn-link[disabled]:hover,
1137
+ .msp-plugin .msp-btn-link[disabled]:focus,
1138
+ fieldset[disabled] .msp-plugin .msp-btn-link:hover,
1139
+ fieldset[disabled] .msp-plugin .msp-btn-link:focus {
1140
+ text-decoration: none;
1141
+ }
1142
+ .msp-plugin .msp-btn-link .msp-icon {
1143
+ font-size: 100%;
1144
+ }
1145
+ .msp-plugin .msp-btn-link,
1146
+ .msp-plugin .msp-btn-link:active,
1147
+ .msp-plugin .msp-btn-link:focus {
1148
+ color: #332b1f;
1149
+ text-decoration: none;
1150
+ }
1151
+ .msp-plugin .msp-btn-link:hover {
1152
+ color: #ae5d04;
1153
+ text-decoration: none;
1154
+ }
1155
+ .msp-plugin .msp-btn-link-toggle-on {
1156
+ color: #332b1f;
1157
+ }
1158
+ .msp-plugin .msp-btn-link-toggle-off,
1159
+ .msp-plugin .msp-btn-link-toggle-off:active,
1160
+ .msp-plugin .msp-btn-link-toggle-off:focus {
1161
+ color: #9c835f !important;
1162
+ }
1163
+ .msp-plugin .msp-btn-link-toggle-off:hover,
1164
+ .msp-plugin .msp-btn-link-toggle-on:hover {
1165
+ color: #ae5d04 !important;
1166
+ }
1167
+ .msp-plugin .msp-btn-action,
1168
+ .msp-plugin .msp-btn-action:active,
1169
+ .msp-plugin .msp-btn-action:focus {
1170
+ color: #332b1f;
1171
+ background: #f3f2ee;
1172
+ }
1173
+ .msp-plugin .msp-btn-action:hover {
1174
+ color: #ae5d04;
1175
+ background: #f9f8f6;
1176
+ }
1177
+ .msp-plugin .msp-btn-action[disabled],
1178
+ .msp-plugin .msp-btn-action[disabled]:hover,
1179
+ .msp-plugin .msp-btn-action[disabled]:active,
1180
+ .msp-plugin .msp-btn-action[disabled]:focus {
1181
+ color: #362e21;
1182
+ }
1183
+ .msp-plugin .msp-btn-commit-on,
1184
+ .msp-plugin .msp-btn-commit-on:active,
1185
+ .msp-plugin .msp-btn-commit-on:focus {
1186
+ color: #974102;
1187
+ background: #f2f1ed;
1188
+ }
1189
+ .msp-plugin .msp-btn-commit-on:hover {
1190
+ color: #ae5d04;
1191
+ background: #f8f7f4;
1192
+ }
1193
+ .msp-plugin .msp-btn-commit-on[disabled],
1194
+ .msp-plugin .msp-btn-commit-on[disabled]:hover,
1195
+ .msp-plugin .msp-btn-commit-on[disabled]:active,
1196
+ .msp-plugin .msp-btn-commit-on[disabled]:focus {
1197
+ color: #9c4302;
1198
+ }
1199
+ .msp-plugin .msp-btn-commit-off,
1200
+ .msp-plugin .msp-btn-commit-off:active,
1201
+ .msp-plugin .msp-btn-commit-off:focus {
1202
+ color: #332b1f;
1203
+ background: #f6f5f3;
1204
+ }
1205
+ .msp-plugin .msp-btn-commit-off:hover {
1206
+ color: #ae5d04;
1207
+ background: #fcfbfa;
1208
+ }
1209
+ .msp-plugin .msp-btn-commit-off[disabled],
1210
+ .msp-plugin .msp-btn-commit-off[disabled]:hover,
1211
+ .msp-plugin .msp-btn-commit-off[disabled]:active,
1212
+ .msp-plugin .msp-btn-commit-off[disabled]:focus {
1213
+ color: #362e21;
1214
+ }
1215
+ .msp-plugin .msp-btn-remove:hover {
1216
+ color: #f2f4f7;
1217
+ }
1218
+ .msp-plugin .msp-btn-commit-on:hover {
1219
+ color: #fc6c03;
1220
+ }
1221
+ .msp-plugin .msp-btn-action {
1222
+ height: 32px;
1223
+ line-height: 32px;
1224
+ }
1225
+ .msp-plugin input[type='file'] {
1226
+ display: block;
1227
+ }
1228
+ .msp-plugin input[type='range'] {
1229
+ display: block;
1230
+ width: 100%;
1231
+ }
1232
+ .msp-plugin select[multiple],
1233
+ .msp-plugin select[size] {
1234
+ height: auto;
1235
+ }
1236
+ .msp-plugin textarea.msp-form-control,
1237
+ .msp-plugin textarea.msp-btn {
1238
+ height: auto;
1239
+ }
1240
+ .msp-plugin .msp-control-top-offset {
1241
+ margin-top: 1px;
1242
+ }
1243
+ .msp-plugin .msp-btn-commit {
1244
+ text-align: right;
1245
+ padding-top: 0;
1246
+ padding-bottom: 0;
1247
+ padding-right: 10px;
1248
+ padding-left: 0;
1249
+ line-height: 32px;
1250
+ border: none;
1251
+ overflow: hidden;
1252
+ font-weight: bold;
1253
+ }
1254
+ .msp-plugin .msp-btn-commit .msp-icon {
1255
+ display: block-inline;
1256
+ line-height: 32px;
1257
+ width: 32px;
1258
+ text-align: center;
1259
+ }
1260
+ .msp-plugin select.msp-form-control,
1261
+ .msp-plugin .msp-control-row select,
1262
+ .msp-plugin select.msp-btn {
1263
+ background: none;
1264
+ background-color: #f3f2ee;
1265
+ background-size: 8px 12px;
1266
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC);
1267
+ background-repeat: no-repeat;
1268
+ background-position: right 10px center;
1269
+ padding-right: 24px;
1270
+ }
1271
+ .msp-plugin select.msp-form-control:-moz-focusring,
1272
+ .msp-plugin .msp-control-row select:-moz-focusring,
1273
+ .msp-plugin select.msp-btn:-moz-focusring {
1274
+ color: rgba(0, 0, 0, 0);
1275
+ text-shadow: 0 0 0 #332b1f;
1276
+ }
1277
+ .msp-plugin .msp-default-bg {
1278
+ background: #eeece7;
1279
+ }
1280
+ .msp-plugin .msp-transparent-bg {
1281
+ background: rgba(0, 0, 0, 0);
1282
+ }
1283
+ .msp-plugin .msp-no-hover-outline:hover {
1284
+ color: #ae5d04;
1285
+ background-color: inherit;
1286
+ border: none;
1287
+ outline-offset: 0 !important;
1288
+ outline: none !important;
1289
+ }
1290
+ .msp-plugin .msp-icon-inline {
1291
+ margin-right: 8px;
1292
+ }
1293
+ .msp-plugin .msp-control-row {
1294
+ position: relative;
1295
+ height: 32px;
1296
+ background: #eeece7;
1297
+ margin-top: 1px;
1298
+ }
1299
+ .msp-plugin .msp-control-row > span.msp-control-row-label,
1300
+ .msp-plugin .msp-control-row > button.msp-control-button-label {
1301
+ line-height: 32px;
1302
+ display: block;
1303
+ width: 120px;
1304
+ text-align: right;
1305
+ padding: 0 10px;
1306
+ color: #63533c;
1307
+ overflow: hidden;
1308
+ text-overflow: ellipsis;
1309
+ white-space: nowrap;
1310
+ position: relative;
1311
+ -webkit-user-select: none;
1312
+ -moz-user-select: none;
1313
+ -ms-user-select: none;
1314
+ -o-user-select: none;
1315
+ user-select: none;
1316
+ cursor: default;
1317
+ }
1318
+ .msp-plugin .msp-control-row > button.msp-control-button-label {
1319
+ background: #eeece7;
1320
+ cursor: pointer;
1321
+ }
1322
+ .msp-plugin .msp-control-row .msp-control-current {
1323
+ background: #eeece7;
1324
+ }
1325
+ .msp-plugin .msp-control-row > div.msp-control-row-ctrl {
1326
+ position: absolute;
1327
+ left: 120px;
1328
+ top: 0;
1329
+ right: 0;
1330
+ bottom: 0;
1331
+ }
1332
+ .msp-plugin .msp-control-row > div {
1333
+ background: #f3f2ee;
1334
+ }
1335
+ .msp-plugin .msp-control-row > .msp-flex-row,
1336
+ .msp-plugin .msp-control-row > .msp-state-image-row {
1337
+ background: #eeece7;
1338
+ }
1339
+ .msp-plugin .msp-control-label-short > span {
1340
+ width: 80px !important;
1341
+ }
1342
+ .msp-plugin .msp-control-label-short > div:nth-child(2) {
1343
+ left: 80px !important;
1344
+ }
1345
+ .msp-plugin .msp-control-col-2 {
1346
+ float: left;
1347
+ width: 50%;
1348
+ }
1349
+ .msp-plugin .msp-control-group {
1350
+ position: relative;
1351
+ }
1352
+ .msp-plugin .msp-toggle-button .msp-icon {
1353
+ display: inline-block;
1354
+ margin-right: 6px;
1355
+ }
1356
+ .msp-plugin .msp-toggle-button > div > button:hover {
1357
+ border-color: #e9e6e0 !important;
1358
+ border: none;
1359
+ outline-offset: -1px !important;
1360
+ outline: 1px solid #c9c3b3 !important;
1361
+ }
1362
+ .msp-plugin .msp-slider > div:first-child {
1363
+ position: absolute;
1364
+ top: 0;
1365
+ left: 18px;
1366
+ bottom: 0;
1367
+ right: 62px;
1368
+ display: flex;
1369
+ }
1370
+ .msp-plugin .msp-slider > div:last-child {
1371
+ position: absolute;
1372
+ height: 32px;
1373
+ line-height: 32px;
1374
+ text-align: center;
1375
+ right: 0;
1376
+ width: 50px;
1377
+ top: 0;
1378
+ bottom: 0;
1379
+ }
1380
+ .msp-plugin .msp-slider input[type='text'] {
1381
+ padding-right: 6px;
1382
+ padding-left: 4px;
1383
+ font-size: 80%;
1384
+ text-align: right;
1385
+ }
1386
+ .msp-plugin .msp-slider2 > div:first-child {
1387
+ position: absolute;
1388
+ height: 32px;
1389
+ line-height: 32px;
1390
+ text-align: center;
1391
+ left: 0;
1392
+ width: 25px;
1393
+ top: 0;
1394
+ bottom: 0;
1395
+ font-size: 80%;
1396
+ }
1397
+ .msp-plugin .msp-slider2 > div:nth-child(2) {
1398
+ position: absolute;
1399
+ top: 0;
1400
+ left: 35px;
1401
+ bottom: 0;
1402
+ right: 37px;
1403
+ display: flex;
1404
+ }
1405
+ .msp-plugin .msp-slider2 > div:last-child {
1406
+ position: absolute;
1407
+ height: 32px;
1408
+ line-height: 32px;
1409
+ text-align: center;
1410
+ right: 0;
1411
+ width: 25px;
1412
+ top: 0;
1413
+ bottom: 0;
1414
+ font-size: 80%;
1415
+ }
1416
+ .msp-plugin .msp-slider2 input[type='text'] {
1417
+ padding-right: 4px;
1418
+ padding-left: 4px;
1419
+ font-size: 80%;
1420
+ text-align: center;
1421
+ }
1422
+ .msp-plugin .msp-toggle-color-picker button {
1423
+ border: 10px solid #f3f2ee !important;
1424
+ margin: 0;
1425
+ text-align: center;
1426
+ padding-right: 10px;
1427
+ padding-left: 10px;
1428
+ }
1429
+ .msp-plugin .msp-toggle-color-picker button:hover {
1430
+ border-color: #e9e6e0 !important;
1431
+ border: none;
1432
+ outline-offset: -1px !important;
1433
+ outline: 1px solid #c9c3b3 !important;
1434
+ }
1435
+ .msp-plugin .msp-toggle-color-picker .msp-color-picker {
1436
+ position: absolute;
1437
+ z-index: 100000;
1438
+ background: #eeece7;
1439
+ border-top: 1px solid #eeece7;
1440
+ padding-bottom: 5px;
1441
+ width: 100%;
1442
+ }
1443
+ .msp-plugin .msp-toggle-color-picker-above .msp-color-picker {
1444
+ top: -85px;
1445
+ height: 85px;
1446
+ }
1447
+ .msp-plugin .msp-toggle-color-picker-below .msp-color-picker {
1448
+ top: 32px;
1449
+ height: 80px;
1450
+ }
1451
+ .msp-plugin .msp-control-offset {
1452
+ padding-left: 10px;
1453
+ }
1454
+ .msp-plugin .msp-accent-offset {
1455
+ padding-left: 1px;
1456
+ margin-left: 8px;
1457
+ border-left: 2px solid #e98b39;
1458
+ }
1459
+ .msp-plugin .msp-control-group-wrapper {
1460
+ margin-bottom: 0px;
1461
+ margin-top: 1px;
1462
+ }
1463
+ .msp-plugin .msp-control-group-header {
1464
+ background: #eeece7;
1465
+ }
1466
+ .msp-plugin .msp-control-group-header > button,
1467
+ .msp-plugin .msp-control-group-header div {
1468
+ padding-left: 4px;
1469
+ text-align: left;
1470
+ height: 24px !important;
1471
+ line-height: 24px !important;
1472
+ font-size: 85% !important;
1473
+ background: #eeece7 !important;
1474
+ color: #63533c;
1475
+ }
1476
+ .msp-plugin .msp-control-group-header .msp-icon {
1477
+ height: 24px !important;
1478
+ line-height: 24px !important;
1479
+ }
1480
+ .msp-plugin .msp-control-group-header > span {
1481
+ padding-left: 5px;
1482
+ line-height: 21.3333333333px;
1483
+ font-size: 70%;
1484
+ background: #eeece7;
1485
+ color: #63533c;
1486
+ }
1487
+ .msp-plugin .msp-control-current {
1488
+ background: #eeece7;
1489
+ }
1490
+ .msp-plugin .msp-control-group-footer {
1491
+ background: #e3e0d8;
1492
+ height: 5px;
1493
+ font-size: 1px;
1494
+ margin-top: 1px;
1495
+ }
1496
+ .msp-plugin .msp-control-group-expander {
1497
+ display: block;
1498
+ position: absolute;
1499
+ line-height: 32px;
1500
+ padding: 0;
1501
+ left: 0;
1502
+ top: 0;
1503
+ width: 120px;
1504
+ text-align: left;
1505
+ background: rgba(0, 0, 0, 0);
1506
+ }
1507
+ .msp-plugin .msp-control-group-expander .msp-icon {
1508
+ line-height: 29px;
1509
+ width: 31px;
1510
+ text-align: center;
1511
+ font-size: 100%;
1512
+ }
1513
+ .msp-plugin .msp-plugin-layout_controls {
1514
+ position: absolute;
1515
+ left: 10px;
1516
+ top: 10px;
1517
+ }
1518
+ .msp-plugin .msp-plugin-layout_controls > button:first-child {
1519
+ margin-right: 6px;
1520
+ }
1521
+ .msp-plugin .msp-empty-control {
1522
+ display: none;
1523
+ }
1524
+ .msp-plugin .msp-control .msp-btn-block,
1525
+ .msp-plugin .msp-control .msp-control-row button,
1526
+ .msp-plugin .msp-control-row .msp-control button {
1527
+ margin-bottom: 0px;
1528
+ margin-top: 0px;
1529
+ }
1530
+ .msp-plugin .msp-row-text {
1531
+ height: 32px;
1532
+ position: relative;
1533
+ background: #eeece7;
1534
+ margin-top: 1px;
1535
+ }
1536
+ .msp-plugin .msp-row-text > div {
1537
+ line-height: 32px;
1538
+ text-align: center;
1539
+ color: #63533c;
1540
+ }
1541
+ .msp-plugin .msp-help span {
1542
+ display: none;
1543
+ }
1544
+ .msp-plugin .msp-help:hover span {
1545
+ display: inline-block;
1546
+ background: linear-gradient(rgb(238, 236, 231), rgba(238, 236, 231, 0.8));
1547
+ }
1548
+ .msp-plugin .msp-help-text {
1549
+ position: relative;
1550
+ background: #eeece7;
1551
+ margin-top: 1px;
1552
+ }
1553
+ .msp-plugin .msp-help-text > div {
1554
+ padding: 5px 10px;
1555
+ text-align: left;
1556
+ color: #63533c;
1557
+ }
1558
+ .msp-plugin .msp-help-description {
1559
+ font-style: italic;
1560
+ }
1561
+ .msp-plugin .msp-help-legend {
1562
+ padding-top: 10px;
1563
+ }
1564
+ .msp-plugin .msp-scale-legend > div {
1565
+ width: 100%;
1566
+ height: 30px;
1567
+ }
1568
+ .msp-plugin .msp-scale-legend > div > span {
1569
+ padding: 5px;
1570
+ color: #fff;
1571
+ font-weight: bold;
1572
+ background-color: rgba(0, 0, 0, 0.2);
1573
+ }
1574
+ .msp-plugin .msp-table-legend > div {
1575
+ margin-right: 5px;
1576
+ display: inline-flex;
1577
+ }
1578
+ .msp-plugin .msp-table-legend > div .msp-table-legend-color {
1579
+ width: 30px;
1580
+ height: 20px;
1581
+ }
1582
+ .msp-plugin .msp-table-legend > div .msp-table-legend-text {
1583
+ margin: 0 5px;
1584
+ }
1585
+ .msp-plugin .msp-image-preview {
1586
+ position: relative;
1587
+ background: #eeece7;
1588
+ margin-top: 1px;
1589
+ padding: 10px;
1590
+ }
1591
+ .msp-plugin .msp-image-preview canvas {
1592
+ -webkit-user-select: none;
1593
+ -moz-user-select: none;
1594
+ -ms-user-select: none;
1595
+ user-select: none;
1596
+ }
1597
+ .msp-plugin .msp-image-preview > span {
1598
+ margin-top: 6px;
1599
+ display: block;
1600
+ text-align: center;
1601
+ font-size: 80%;
1602
+ line-height: 15px;
1603
+ }
1604
+ .msp-plugin .msp-copy-image-wrapper {
1605
+ position: relative;
1606
+ }
1607
+ .msp-plugin .msp-copy-image-wrapper div {
1608
+ font-weight: bold;
1609
+ padding: 3px;
1610
+ margin: 1px 0;
1611
+ width: 100%;
1612
+ background: #f3f2ee;
1613
+ text-align: center;
1614
+ }
1615
+ .msp-plugin .msp-copy-image-wrapper img {
1616
+ margin-top: 1px;
1617
+ }
1618
+ .msp-plugin .msp-text-area-wrapper {
1619
+ position: relative;
1620
+ height: 96px !important;
1621
+ }
1622
+ .msp-plugin .msp-text-area-wrapper textarea {
1623
+ border: none;
1624
+ width: 100%;
1625
+ height: 100%;
1626
+ background: #f3f2ee;
1627
+ padding: 5px 10px;
1628
+ resize: none;
1629
+ font-size: 12px;
1630
+ line-height: 16px;
1631
+ }
1632
+ .msp-plugin .msp-slider-base {
1633
+ position: relative;
1634
+ height: 14px;
1635
+ padding: 5px 0;
1636
+ width: 100%;
1637
+ border-radius: 6px;
1638
+ align-self: center;
1639
+ box-sizing: border-box;
1640
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1641
+ }
1642
+ .msp-plugin .msp-slider-base * {
1643
+ box-sizing: border-box;
1644
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1645
+ }
1646
+ .msp-plugin .msp-slider-base-rail {
1647
+ position: absolute;
1648
+ width: 100%;
1649
+ background-color: #e0ddd4;
1650
+ height: 4px;
1651
+ border-radius: 2px;
1652
+ }
1653
+ .msp-plugin .msp-slider-base-track {
1654
+ position: absolute;
1655
+ left: 0;
1656
+ height: 4px;
1657
+ border-radius: 6px;
1658
+ background-color: tint(rgb(51, 43, 31), 60%);
1659
+ }
1660
+ .msp-plugin .msp-slider-base-handle {
1661
+ position: absolute;
1662
+ margin-left: -11px;
1663
+ margin-top: -9px;
1664
+ width: 22px;
1665
+ height: 22px;
1666
+ cursor: pointer;
1667
+ border-radius: 50%;
1668
+ background-color: #332b1f;
1669
+ border: 4px solid #e0ddd4;
1670
+ }
1671
+ .msp-plugin .msp-slider-base-handle:hover {
1672
+ background-color: #ae5d04;
1673
+ }
1674
+ .msp-plugin .msp-slider-base-mark {
1675
+ position: absolute;
1676
+ top: 18px;
1677
+ left: 0;
1678
+ width: 100%;
1679
+ font-size: 12px;
1680
+ }
1681
+ .msp-plugin .msp-slider-base-mark-text {
1682
+ position: absolute;
1683
+ display: inline-block;
1684
+ vertical-align: middle;
1685
+ text-align: center;
1686
+ cursor: pointer;
1687
+ color: #999;
1688
+ }
1689
+ .msp-plugin .msp-slider-base-mark-text-active {
1690
+ color: #666;
1691
+ }
1692
+ .msp-plugin .msp-slider-base-step {
1693
+ position: absolute;
1694
+ width: 100%;
1695
+ height: 4px;
1696
+ background: rgba(0, 0, 0, 0);
1697
+ }
1698
+ .msp-plugin .msp-slider-base-dot {
1699
+ position: absolute;
1700
+ bottom: -2px;
1701
+ margin-left: -4px;
1702
+ width: 8px;
1703
+ height: 8px;
1704
+ border: 2px solid #e9e9e9;
1705
+ background-color: #fff;
1706
+ cursor: pointer;
1707
+ border-radius: 50%;
1708
+ vertical-align: middle;
1709
+ }
1710
+ .msp-plugin .msp-slider-base-dot:first-child {
1711
+ margin-left: -4px;
1712
+ }
1713
+ .msp-plugin .msp-slider-base-dot:last-child {
1714
+ margin-left: -4px;
1715
+ }
1716
+ .msp-plugin .msp-slider-base-dot-active {
1717
+ border-color: tint(rgb(51, 43, 31), 50%);
1718
+ }
1719
+ .msp-plugin .msp-slider-base-disabled {
1720
+ background: #eeece7;
1721
+ opacity: 0.35;
1722
+ }
1723
+ .msp-plugin .msp-slider-base-disabled .msp-slider-base-handle,
1724
+ .msp-plugin .msp-slider-base-disabled .msp-slider-base-dot {
1725
+ cursor: not-allowed;
1726
+ }
1727
+ .msp-plugin .msp-slider-base-disabled .msp-slider-base-mark-text,
1728
+ .msp-plugin .msp-slider-base-disabled .msp-slider-base-dot {
1729
+ cursor: not-allowed !important;
1730
+ }
1731
+ .msp-plugin .msp-description {
1732
+ padding: 10px;
1733
+ font-size: 85%;
1734
+ background: #eeece7;
1735
+ text-align: center;
1736
+ -webkit-user-select: none;
1737
+ -moz-user-select: none;
1738
+ -ms-user-select: none;
1739
+ -o-user-select: none;
1740
+ user-select: none;
1741
+ font-weight: light;
1742
+ cursor: default;
1743
+ }
1744
+ .msp-plugin .msp-description:not(:first-child) {
1745
+ border-top: 1px solid #e0ddd4;
1746
+ }
1747
+ .msp-plugin .msp-color-picker input {
1748
+ color: #000 !important;
1749
+ }
1750
+ .msp-plugin .msp-no-webgl {
1751
+ position: absolute;
1752
+ width: 100%;
1753
+ height: 100%;
1754
+ left: 0;
1755
+ top: 0;
1756
+ display: table;
1757
+ text-align: center;
1758
+ background: #eeece7;
1759
+ }
1760
+ .msp-plugin .msp-no-webgl > div {
1761
+ display: table-cell;
1762
+ vertical-align: middle;
1763
+ text-align: center;
1764
+ width: 100%;
1765
+ height: 100%;
1766
+ }
1767
+ .msp-plugin .msp-no-webgl > div b {
1768
+ font-size: 120%;
1769
+ }
1770
+ .msp-plugin .msp-loader-msp-btn-file {
1771
+ position: relative;
1772
+ overflow: hidden;
1773
+ }
1774
+ .msp-plugin .msp-loader-msp-btn-file input[type='file'] {
1775
+ position: absolute;
1776
+ top: 0;
1777
+ right: 0;
1778
+ min-width: 100%;
1779
+ min-height: 100%;
1780
+ font-size: 100px;
1781
+ text-align: right;
1782
+ filter: alpha(opacity=0);
1783
+ opacity: 0;
1784
+ outline: none;
1785
+ background: #fff;
1786
+ cursor: inherit;
1787
+ display: block;
1788
+ }
1789
+ .msp-plugin .msp-controls-section {
1790
+ margin-bottom: 10px;
1791
+ }
1792
+ .msp-plugin .msp-combined-color-button {
1793
+ border: 4px solid #f3f2ee !important;
1794
+ margin: 0;
1795
+ text-align: center;
1796
+ padding-right: 10px;
1797
+ padding-left: 10px;
1798
+ }
1799
+ .msp-plugin .msp-combined-color-button:hover {
1800
+ border-color: #e9e6e0 !important;
1801
+ border: none;
1802
+ outline-offset: -1px !important;
1803
+ outline: 1px solid #c9c3b3 !important;
1804
+ }
1805
+ .msp-plugin .msp-combined-color-swatch {
1806
+ width: 100%;
1807
+ display: grid;
1808
+ grid-gap: 1px;
1809
+ grid-template-columns: repeat(6, auto);
1810
+ }
1811
+ .msp-plugin .msp-combined-color-swatch .msp-btn:hover,
1812
+ .msp-plugin .msp-combined-color-swatch .msp-control-row button:hover,
1813
+ .msp-plugin .msp-control-row .msp-combined-color-swatch button:hover {
1814
+ outline-offset: -1px !important;
1815
+ outline: 1px solid #c9c3b3 !important;
1816
+ }
1817
+ .msp-plugin .msp-action-select {
1818
+ position: relative;
1819
+ }
1820
+ .msp-plugin .msp-action-select select {
1821
+ padding-left: 42px;
1822
+ }
1823
+ .msp-plugin .msp-action-select option:first-child {
1824
+ color: #63533c;
1825
+ }
1826
+ .msp-plugin .msp-action-select > .msp-icon {
1827
+ display: block;
1828
+ top: 0;
1829
+ left: 10px;
1830
+ position: absolute;
1831
+ line-height: 32px;
1832
+ }
1833
+ .msp-plugin .msp-simple-help-section {
1834
+ height: 28px;
1835
+ line-height: 28px;
1836
+ margin-top: 5px;
1837
+ margin-bottom: 5px;
1838
+ padding: 0 10px;
1839
+ font-weight: 500;
1840
+ background: #eeece7;
1841
+ color: #332b1f;
1842
+ }
1843
+ .msp-plugin .msp-left-panel-controls-buttons {
1844
+ position: absolute;
1845
+ width: 32px;
1846
+ top: 0;
1847
+ bottom: 0;
1848
+ padding-top: 10px;
1849
+ background: #eeece7;
1850
+ }
1851
+ .msp-plugin .msp-left-panel-controls-buttons-bottom {
1852
+ position: absolute;
1853
+ bottom: 0;
1854
+ }
1855
+ .msp-plugin .msp-left-panel-controls-button-data-dirty {
1856
+ position: absolute;
1857
+ width: 6px;
1858
+ height: 6px;
1859
+ background: #e98b39;
1860
+ border-radius: 3px;
1861
+ right: 6px;
1862
+ bottom: 6px;
1863
+ }
1864
+ .msp-plugin .msp-left-panel-controls .msp-scrollable-container {
1865
+ left: 33px;
1866
+ }
1867
+ .msp-plugin .msp-mapped-parameter-group {
1868
+ position: relative;
1869
+ }
1870
+ .msp-plugin
1871
+ .msp-mapped-parameter-group
1872
+ > .msp-control-row:first-child
1873
+ > div:nth-child(2) {
1874
+ right: 33px;
1875
+ }
1876
+ .msp-plugin .msp-mapped-parameter-group > button:first-child {
1877
+ right: 33px;
1878
+ }
1879
+ .msp-plugin .msp-mapped-parameter-group > .msp-btn-icon {
1880
+ position: absolute;
1881
+ right: 0;
1882
+ width: 32px;
1883
+ top: 0;
1884
+ padding: 0;
1885
+ }
1886
+ .msp-plugin .msp-shape-filled {
1887
+ fill: #332b1f;
1888
+ stroke: #332b1f;
1889
+ }
1890
+ .msp-plugin .msp-shape-empty {
1891
+ fill: none;
1892
+ stroke: #332b1f;
1893
+ }
1894
+ .msp-plugin .msp-no-overflow {
1895
+ overflow: hidden;
1896
+ text-overflow: ellipsis;
1897
+ white-space: nowrap;
1898
+ }
1899
+ .msp-plugin .msp-25-lower-contrast-text {
1900
+ color: #826e4f;
1901
+ }
1902
+ .msp-plugin .msp-expandable-group-color-stripe {
1903
+ position: absolute;
1904
+ left: 0;
1905
+ top: 30px;
1906
+ width: 120px;
1907
+ height: 2px;
1908
+ }
1909
+ .msp-plugin .msp-section-header {
1910
+ height: 32px;
1911
+ line-height: 32px;
1912
+ margin-top: 10px;
1913
+ margin-bottom: 10px;
1914
+ text-align: right;
1915
+ padding: 0 10px;
1916
+ font-weight: bold;
1917
+ background: #eeece7;
1918
+ overflow: hidden;
1919
+ cursor: default;
1920
+ }
1921
+ .msp-plugin .msp-section-header > .msp-icon {
1922
+ display: block;
1923
+ float: left;
1924
+ }
1925
+ .msp-plugin .msp-section-header > small {
1926
+ font-weight: normal;
1927
+ }
1928
+ .msp-plugin .msp-current-header {
1929
+ height: 32px;
1930
+ line-height: 32px;
1931
+ margin-bottom: 10px;
1932
+ text-align: center;
1933
+ font-weight: bold;
1934
+ background: #eeece7;
1935
+ }
1936
+ .msp-plugin .msp-flex-row,
1937
+ .msp-plugin .msp-state-image-row {
1938
+ margin-top: 1px;
1939
+ background: #eeece7;
1940
+ display: flex;
1941
+ flex-direction: row;
1942
+ width: inherit;
1943
+ height: 32px;
1944
+ }
1945
+ .msp-plugin .msp-flex-row > .msp-flex-item,
1946
+ .msp-plugin .msp-state-image-row > .msp-flex-item {
1947
+ margin: 0;
1948
+ flex: 1 1 auto;
1949
+ margin-right: 1px;
1950
+ overflow: hidden;
1951
+ }
1952
+ .msp-plugin .msp-flex-row > .msp-flex-item:last-child,
1953
+ .msp-plugin .msp-state-image-row > .msp-flex-item:last-child {
1954
+ margin-right: 0;
1955
+ }
1956
+ .msp-plugin .msp-flex-row > select,
1957
+ .msp-plugin .msp-state-image-row > select,
1958
+ .msp-plugin .msp-flex-row > button,
1959
+ .msp-plugin .msp-state-image-row > button {
1960
+ margin: 0;
1961
+ flex: 1 1 auto;
1962
+ margin-right: 1px;
1963
+ height: 32px;
1964
+ overflow: hidden;
1965
+ }
1966
+ .msp-plugin .msp-flex-row .msp-btn-icon,
1967
+ .msp-plugin .msp-state-image-row .msp-btn-icon,
1968
+ .msp-plugin .msp-flex-row .msp-btn-icon-small,
1969
+ .msp-plugin .msp-state-image-row .msp-btn-icon-small {
1970
+ flex: 0 0 32px;
1971
+ max-width: 32px;
1972
+ }
1973
+ .msp-plugin .msp-flex-row > select,
1974
+ .msp-plugin .msp-state-image-row > select {
1975
+ background: none;
1976
+ }
1977
+ .msp-plugin .msp-flex-row > select > option[value='_'],
1978
+ .msp-plugin .msp-state-image-row > select > option[value='_'] {
1979
+ display: none;
1980
+ }
1981
+ .msp-plugin .msp-flex-row > select:last-child,
1982
+ .msp-plugin .msp-state-image-row > select:last-child,
1983
+ .msp-plugin .msp-flex-row > button:last-child,
1984
+ .msp-plugin .msp-state-image-row > button:last-child {
1985
+ margin-right: 0;
1986
+ }
1987
+ .msp-plugin .msp-flex-row > button.msp-control-button-label,
1988
+ .msp-plugin .msp-state-image-row > button.msp-control-button-label {
1989
+ background: #eeece7;
1990
+ }
1991
+ .msp-plugin .msp-state-list {
1992
+ list-style: none;
1993
+ }
1994
+ .msp-plugin .msp-state-list > li {
1995
+ position: relative;
1996
+ overflow: hidden;
1997
+ }
1998
+ .msp-plugin .msp-state-list > li > button:first-child {
1999
+ text-align: left;
2000
+ border-left: 10px solid #d5d0c3 !important;
2001
+ }
2002
+ .msp-plugin .msp-state-list > li > div {
2003
+ position: absolute;
2004
+ right: 0;
2005
+ top: 0;
2006
+ }
2007
+ .msp-plugin .msp-state-image-row {
2008
+ height: 96px;
2009
+ margin-top: 0px;
2010
+ }
2011
+ .msp-plugin .msp-state-image-row > button {
2012
+ height: 96px;
2013
+ padding: 0px;
2014
+ }
2015
+ .msp-plugin .msp-state-image-row > button > img {
2016
+ min-height: 96px;
2017
+ width: inherit;
2018
+ transform: translateY(-50%);
2019
+ top: 50%;
2020
+ position: relative;
2021
+ }
2022
+ .msp-plugin .msp-tree-row {
2023
+ position: relative;
2024
+ margin-top: 0;
2025
+ margin-bottom: 1px;
2026
+ background: rgba(0, 0, 0, 0);
2027
+ }
2028
+ .msp-plugin .msp-tree-row-current .msp-btn-tree-label {
2029
+ border-radius: 0 !important;
2030
+ }
2031
+ .msp-plugin .msp-tree-row-current .msp-btn-tree-label > span {
2032
+ font-weight: bold;
2033
+ }
2034
+ .msp-plugin .msp-tree-row .msp-btn-tree-label {
2035
+ text-align: left;
2036
+ border-radius: 0 0 0 8px;
2037
+ border-left-width: 4px;
2038
+ border-left-style: solid;
2039
+ }
2040
+ .msp-plugin .msp-tree-row .msp-btn-tree-label > small {
2041
+ color: #726046;
2042
+ }
2043
+ .msp-plugin .msp-tree-updates-wrapper .msp-control-group-header:last-child {
2044
+ margin-bottom: 1px;
2045
+ }
2046
+ .msp-plugin .msp-viewport-top-left-controls {
2047
+ position: absolute;
2048
+ left: 10px;
2049
+ top: 10px;
2050
+ }
2051
+ .msp-plugin .msp-viewport-top-left-controls .msp-traj-controls {
2052
+ line-height: 32px;
2053
+ float: left;
2054
+ margin-right: 10px;
2055
+ background-color: #f3f2ee;
2056
+ }
2057
+ .msp-plugin .msp-viewport-top-left-controls .msp-traj-controls > span {
2058
+ color: #332b1f;
2059
+ margin-left: 10px;
2060
+ margin-right: 10px;
2061
+ font-size: 85%;
2062
+ display: inline-block;
2063
+ }
2064
+ .msp-plugin
2065
+ .msp-viewport-top-left-controls
2066
+ .msp-state-snapshot-viewport-controls {
2067
+ line-height: 32px;
2068
+ float: left;
2069
+ margin-right: 10px;
2070
+ }
2071
+ .msp-plugin
2072
+ .msp-viewport-top-left-controls
2073
+ .msp-state-snapshot-viewport-controls
2074
+ > button {
2075
+ background-color: #f3f2ee;
2076
+ }
2077
+ .msp-plugin
2078
+ .msp-viewport-top-left-controls
2079
+ .msp-state-snapshot-viewport-controls
2080
+ > select {
2081
+ display: inline-block;
2082
+ width: 200px;
2083
+ margin-right: 10px;
2084
+ }
2085
+ .msp-plugin .msp-viewport-top-left-controls .msp-animation-viewport-controls {
2086
+ line-height: 32px;
2087
+ float: left;
2088
+ margin-right: 10px;
2089
+ position: relative;
2090
+ }
2091
+ .msp-plugin
2092
+ .msp-viewport-top-left-controls
2093
+ .msp-animation-viewport-controls
2094
+ > div:first-child {
2095
+ position: relative;
2096
+ display: inline-block;
2097
+ }
2098
+ .msp-plugin
2099
+ .msp-viewport-top-left-controls
2100
+ .msp-animation-viewport-controls
2101
+ > div:first-child
2102
+ > button {
2103
+ position: relative;
2104
+ }
2105
+ .msp-plugin
2106
+ .msp-viewport-top-left-controls
2107
+ .msp-animation-viewport-controls
2108
+ .msp-animation-viewport-controls-select {
2109
+ width: 290px;
2110
+ position: absolute;
2111
+ left: 0;
2112
+ margin-top: 10px;
2113
+ background: #e0ddd4;
2114
+ }
2115
+ .msp-plugin
2116
+ .msp-viewport-top-left-controls
2117
+ .msp-animation-viewport-controls
2118
+ .msp-animation-viewport-controls-select
2119
+ .msp-control-row:first-child {
2120
+ margin-top: 0;
2121
+ }
2122
+ .msp-plugin .msp-selection-viewport-controls {
2123
+ position: relative;
2124
+ margin: 10px auto 0 auto;
2125
+ width: 430px;
2126
+ }
2127
+ .msp-plugin .msp-selection-viewport-controls-actions {
2128
+ position: absolute;
2129
+ width: 100%;
2130
+ top: 32px;
2131
+ background: #e0ddd4;
2132
+ }
2133
+ .msp-plugin .msp-selection-viewport-controls > .msp-flex-row .msp-btn,
2134
+ .msp-plugin .msp-selection-viewport-controls > .msp-state-image-row .msp-btn,
2135
+ .msp-plugin
2136
+ .msp-selection-viewport-controls
2137
+ > .msp-flex-row
2138
+ .msp-control-row
2139
+ button,
2140
+ .msp-plugin
2141
+ .msp-control-row
2142
+ .msp-selection-viewport-controls
2143
+ > .msp-flex-row
2144
+ button,
2145
+ .msp-plugin
2146
+ .msp-selection-viewport-controls
2147
+ > .msp-state-image-row
2148
+ .msp-control-row
2149
+ button,
2150
+ .msp-plugin
2151
+ .msp-control-row
2152
+ .msp-selection-viewport-controls
2153
+ > .msp-state-image-row
2154
+ button {
2155
+ padding: 0 5px;
2156
+ }
2157
+ .msp-plugin .msp-selection-viewport-controls select.msp-form-control,
2158
+ .msp-plugin .msp-selection-viewport-controls select.msp-btn,
2159
+ .msp-plugin .msp-selection-viewport-controls .msp-control-row select,
2160
+ .msp-plugin .msp-control-row .msp-selection-viewport-controls select {
2161
+ padding: 0 5px;
2162
+ text-align: center;
2163
+ background: #f3f2ee;
2164
+ flex: 0 0 80px;
2165
+ text-overflow: ellipsis;
2166
+ }
2167
+ .msp-plugin .msp-param-object-list-item {
2168
+ margin-top: 1px;
2169
+ position: relative;
2170
+ }
2171
+ .msp-plugin .msp-param-object-list-item > button {
2172
+ text-align: left;
2173
+ }
2174
+ .msp-plugin .msp-param-object-list-item > button > span {
2175
+ font-weight: bold;
2176
+ }
2177
+ .msp-plugin .msp-param-object-list-item > div {
2178
+ position: absolute;
2179
+ right: 0;
2180
+ top: 0;
2181
+ }
2182
+ .msp-plugin .msp-state-actions .msp-transform-wrapper:last-child {
2183
+ margin-bottom: 10px;
2184
+ }
2185
+ .msp-plugin .msp-button-row {
2186
+ display: flex;
2187
+ flex-direction: row;
2188
+ height: 32px;
2189
+ width: inherit;
2190
+ }
2191
+ .msp-plugin .msp-button-row > button {
2192
+ margin: 0;
2193
+ flex: 1 1 auto;
2194
+ margin-right: 1px;
2195
+ height: 32px;
2196
+ text-align-last: center;
2197
+ background: none;
2198
+ padding: 0 10px;
2199
+ overflow: hidden;
2200
+ }
2201
+ .msp-plugin .msp-action-menu-options-no-header,
2202
+ .msp-plugin .msp-action-menu-options .msp-control-group-children {
2203
+ max-height: 300px;
2204
+ overflow: hidden;
2205
+ overflow-y: auto;
2206
+ }
2207
+ .msp-plugin .msp-action-menu-options .msp-control-row,
2208
+ .msp-plugin .msp-action-menu-options button,
2209
+ .msp-plugin .msp-action-menu-options .msp-icon,
2210
+ .msp-plugin .msp-action-menu-options .msp-flex-row,
2211
+ .msp-plugin .msp-action-menu-options .msp-state-image-row {
2212
+ height: 24px;
2213
+ line-height: 24px;
2214
+ }
2215
+ .msp-plugin .msp-action-menu-options button {
2216
+ text-align: left;
2217
+ }
2218
+ .msp-plugin .msp-action-menu-options .msp-action-menu-button {
2219
+ margin-top: 1px;
2220
+ display: flex;
2221
+ }
2222
+ .msp-plugin .msp-action-menu-options .msp-action-menu-button .msp-icon {
2223
+ margin-right: 6px;
2224
+ }
2225
+ .msp-plugin .msp-representation-entry {
2226
+ position: relative;
2227
+ }
2228
+ .msp-plugin .msp-representation-entry > .msp-control-group-header > .msp-btn,
2229
+ .msp-plugin
2230
+ .msp-control-row
2231
+ .msp-representation-entry
2232
+ > .msp-control-group-header
2233
+ > button {
2234
+ font-weight: bold;
2235
+ }
2236
+ .msp-plugin .msp-representation-entry > .msp-control-group-header > .msp-icon,
2237
+ .msp-plugin
2238
+ .msp-representation-entry
2239
+ > .msp-control-group-header
2240
+ > .msp-btn-link {
2241
+ line-height: 24px;
2242
+ height: 24px;
2243
+ }
2244
+ .msp-plugin .msp-control-group-presets-wrapper {
2245
+ position: absolute;
2246
+ right: 0;
2247
+ top: 0;
2248
+ }
2249
+ .msp-plugin .msp-control-group-presets-wrapper .msp-control-group-header {
2250
+ background: rgba(0, 0, 0, 0);
2251
+ }
2252
+ .msp-plugin .msp-control-group-presets-wrapper button {
2253
+ background: rgba(0, 0, 0, 0) !important;
2254
+ }
2255
+ .msp-plugin .msp-parameter-matrix input {
2256
+ flex: 1 1 auto;
2257
+ min-width: 0;
2258
+ }
2259
+ .msp-plugin .msp-btn-apply-simple {
2260
+ text-align: left;
2261
+ }
2262
+ .msp-plugin .msp-btn-apply-simple .msp-icon {
2263
+ margin-right: 10px;
2264
+ }
2265
+ .msp-plugin .msp-type-class-Root {
2266
+ border-left-color: #eeece7;
2267
+ }
2268
+ .msp-plugin .msp-type-class-Group {
2269
+ border-left-color: #e98b39;
2270
+ }
2271
+ .msp-plugin .msp-type-class-Data {
2272
+ border-left-color: #bfc8c9;
2273
+ }
2274
+ .msp-plugin .msp-type-class-Object {
2275
+ border-left-color: #54d98c;
2276
+ }
2277
+ .msp-plugin .msp-type-class-Representation3D {
2278
+ border-left-color: #4aa3df;
2279
+ }
2280
+ .msp-plugin .msp-type-class-Behavior {
2281
+ border-left-color: #b07cc6;
2282
+ }
2283
+ .msp-plugin .msp-accent-color-cyan {
2284
+ color: #bfc8c9;
2285
+ }
2286
+ .msp-plugin .msp-accent-bg-cyan {
2287
+ background: #bfc8c9;
2288
+ }
2289
+ .msp-plugin .msp-transform-header-brand-cyan {
2290
+ border-bottom: 1px solid #bfc8c9;
2291
+ }
2292
+ .msp-plugin .msp-transform-header-brand-cyan:active,
2293
+ .msp-plugin .msp-transform-header-brand-cyan:focus {
2294
+ border-bottom: 1px solid #bfc8c9;
2295
+ }
2296
+ .msp-plugin .msp-accent-color-red {
2297
+ color: #ef8b80;
2298
+ }
2299
+ .msp-plugin .msp-accent-bg-red {
2300
+ background: #ef8b80;
2301
+ }
2302
+ .msp-plugin .msp-transform-header-brand-red {
2303
+ border-bottom: 1px solid #ef8b80;
2304
+ }
2305
+ .msp-plugin .msp-transform-header-brand-red:active,
2306
+ .msp-plugin .msp-transform-header-brand-red:focus {
2307
+ border-bottom: 1px solid #ef8b80;
2308
+ }
2309
+ .msp-plugin .msp-accent-color-gray {
2310
+ color: #46637f;
2311
+ }
2312
+ .msp-plugin .msp-accent-bg-gray {
2313
+ background: #46637f;
2314
+ }
2315
+ .msp-plugin .msp-transform-header-brand-gray {
2316
+ border-bottom: 1px solid #46637f;
2317
+ }
2318
+ .msp-plugin .msp-transform-header-brand-gray:active,
2319
+ .msp-plugin .msp-transform-header-brand-gray:focus {
2320
+ border-bottom: 1px solid #46637f;
2321
+ }
2322
+ .msp-plugin .msp-accent-color-green {
2323
+ color: #54d98c;
2324
+ }
2325
+ .msp-plugin .msp-accent-bg-green {
2326
+ background: #54d98c;
2327
+ }
2328
+ .msp-plugin .msp-transform-header-brand-green {
2329
+ border-bottom: 1px solid #54d98c;
2330
+ }
2331
+ .msp-plugin .msp-transform-header-brand-green:active,
2332
+ .msp-plugin .msp-transform-header-brand-green:focus {
2333
+ border-bottom: 1px solid #54d98c;
2334
+ }
2335
+ .msp-plugin .msp-accent-color-purple {
2336
+ color: #b07cc6;
2337
+ }
2338
+ .msp-plugin .msp-accent-bg-purple {
2339
+ background: #b07cc6;
2340
+ }
2341
+ .msp-plugin .msp-transform-header-brand-purple {
2342
+ border-bottom: 1px solid #b07cc6;
2343
+ }
2344
+ .msp-plugin .msp-transform-header-brand-purple:active,
2345
+ .msp-plugin .msp-transform-header-brand-purple:focus {
2346
+ border-bottom: 1px solid #b07cc6;
2347
+ }
2348
+ .msp-plugin .msp-accent-color-blue {
2349
+ color: #4aa3df;
2350
+ }
2351
+ .msp-plugin .msp-accent-bg-blue {
2352
+ background: #4aa3df;
2353
+ }
2354
+ .msp-plugin .msp-transform-header-brand-blue {
2355
+ border-bottom: 1px solid #4aa3df;
2356
+ }
2357
+ .msp-plugin .msp-transform-header-brand-blue:active,
2358
+ .msp-plugin .msp-transform-header-brand-blue:focus {
2359
+ border-bottom: 1px solid #4aa3df;
2360
+ }
2361
+ .msp-plugin .msp-accent-color-orange {
2362
+ color: #e98b39;
2363
+ }
2364
+ .msp-plugin .msp-accent-bg-orange {
2365
+ background: #e98b39;
2366
+ }
2367
+ .msp-plugin .msp-transform-header-brand-orange {
2368
+ border-bottom: 1px solid #e98b39;
2369
+ }
2370
+ .msp-plugin .msp-transform-header-brand-orange:active,
2371
+ .msp-plugin .msp-transform-header-brand-orange:focus {
2372
+ border-bottom: 1px solid #e98b39;
2373
+ }
2374
+ .msp-plugin .msp-volume-channel-inline-controls > :first-child {
2375
+ position: absolute;
2376
+ left: 0;
2377
+ top: 0;
2378
+ height: 32px;
2379
+ right: 32px;
2380
+ }
2381
+ .msp-plugin .msp-volume-channel-inline-controls .msp-slider > div:first-child {
2382
+ right: 42px;
2383
+ }
2384
+ .msp-plugin .msp-volume-channel-inline-controls .msp-slider > div:last-child {
2385
+ width: 30px;
2386
+ }
2387
+ .msp-plugin .msp-volume-channel-inline-controls > button {
2388
+ position: absolute;
2389
+ right: 0;
2390
+ width: 32px;
2391
+ top: 0;
2392
+ padding: 0;
2393
+ }
2394
+ .msp-plugin .msp-volume-channel-inline-controls > button .msp-material-icon {
2395
+ margin-right: 0;
2396
+ }
2397
+ .msp-plugin .msp-list-unstyled {
2398
+ padding-left: 0;
2399
+ list-style: none;
2400
+ }
2401
+ .msp-plugin .msp-drag-drop-overlay {
2402
+ border: 12px dashed #332b1f;
2403
+ background: rgba(0, 0, 0, 0.36);
2404
+ display: flex;
2405
+ align-items: center;
2406
+ justify-content: center;
2407
+ position: absolute;
2408
+ left: 0;
2409
+ right: 0;
2410
+ top: 0;
2411
+ bottom: 0;
2412
+ font-size: 48px;
2413
+ font-weight: bold;
2414
+ }
2415
+ .msp-plugin .msp-task-state {
2416
+ line-height: 32px;
2417
+ }
2418
+ .msp-plugin .msp-task-state > span {
2419
+ -webkit-user-select: none;
2420
+ -moz-user-select: none;
2421
+ -ms-user-select: none;
2422
+ -o-user-select: none;
2423
+ user-select: none;
2424
+ cursor: default;
2425
+ }
2426
+ .msp-plugin .msp-overlay-tasks {
2427
+ position: absolute;
2428
+ display: flex;
2429
+ top: 0;
2430
+ left: 0;
2431
+ bottom: 0;
2432
+ right: 0;
2433
+ height: 100%;
2434
+ width: 100%;
2435
+ z-index: 1000;
2436
+ justify-content: center;
2437
+ align-items: center;
2438
+ background: rgba(0, 0, 0, 0.25);
2439
+ }
2440
+ .msp-plugin .msp-overlay-tasks .msp-task-state > div {
2441
+ height: 32px;
2442
+ margin-top: 1px;
2443
+ position: relative;
2444
+ width: 100%;
2445
+ background: #eeece7;
2446
+ }
2447
+ .msp-plugin .msp-overlay-tasks .msp-task-state > div > div {
2448
+ height: 32px;
2449
+ line-height: 32px;
2450
+ display: inline-block;
2451
+ padding: 0 10px;
2452
+ -webkit-user-select: none;
2453
+ -moz-user-select: none;
2454
+ -ms-user-select: none;
2455
+ -o-user-select: none;
2456
+ user-select: none;
2457
+ cursor: default;
2458
+ white-space: nowrap;
2459
+ background: #eeece7;
2460
+ position: absolute;
2461
+ }
2462
+ .msp-plugin .msp-overlay-tasks .msp-task-state > div > button {
2463
+ display: inline-block;
2464
+ margin-top: -3px;
2465
+ }
2466
+ .msp-plugin .msp-background-tasks {
2467
+ position: absolute;
2468
+ left: 0;
2469
+ bottom: 0;
2470
+ z-index: 1000;
2471
+ }
2472
+ .msp-plugin .msp-background-tasks .msp-task-state > div {
2473
+ height: 32px;
2474
+ margin-top: 1px;
2475
+ position: relative;
2476
+ width: 100%;
2477
+ background: #eeece7;
2478
+ }
2479
+ .msp-plugin .msp-background-tasks .msp-task-state > div > div {
2480
+ height: 32px;
2481
+ line-height: 32px;
2482
+ display: inline-block;
2483
+ padding: 0 10px;
2484
+ -webkit-user-select: none;
2485
+ -moz-user-select: none;
2486
+ -ms-user-select: none;
2487
+ -o-user-select: none;
2488
+ user-select: none;
2489
+ cursor: default;
2490
+ white-space: nowrap;
2491
+ background: #eeece7;
2492
+ position: absolute;
2493
+ }
2494
+ .msp-plugin .msp-background-tasks .msp-task-state > div > button {
2495
+ display: inline-block;
2496
+ margin-top: -3px;
2497
+ }
2498
+ .msp-plugin .msp-viewport {
2499
+ position: absolute;
2500
+ left: 0;
2501
+ top: 0;
2502
+ right: 0;
2503
+ bottom: 0;
2504
+ background: #eeece7;
2505
+ }
2506
+ .msp-plugin .msp-viewport .msp-btn-link {
2507
+ background: rgba(0, 0, 0, 0.2);
2508
+ }
2509
+ .msp-plugin .msp-viewport-expanded {
2510
+ position: fixed;
2511
+ z-index: 1000;
2512
+ }
2513
+ .msp-plugin .msp-viewport-host3d {
2514
+ position: absolute;
2515
+ left: 0;
2516
+ top: 0;
2517
+ right: 0;
2518
+ bottom: 0;
2519
+ -webkit-user-select: none;
2520
+ user-select: none;
2521
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2522
+ -webkit-touch-callout: none;
2523
+ touch-action: manipulation;
2524
+ }
2525
+ .msp-plugin .msp-viewport-host3d > canvas {
2526
+ background-color: #eeece7;
2527
+ background-image: linear-gradient(
2528
+ 45deg,
2529
+ lightgrey 25%,
2530
+ transparent 25%,
2531
+ transparent 75%,
2532
+ lightgrey 75%,
2533
+ lightgrey
2534
+ ),
2535
+ linear-gradient(
2536
+ 45deg,
2537
+ lightgrey 25%,
2538
+ transparent 25%,
2539
+ transparent 75%,
2540
+ lightgrey 75%,
2541
+ lightgrey
2542
+ );
2543
+ background-size: 60px 60px;
2544
+ background-position:
2545
+ 0 0,
2546
+ 30px 30px;
2547
+ }
2548
+ .msp-plugin .msp-viewport-controls {
2549
+ position: absolute;
2550
+ right: 10px;
2551
+ top: 10px;
2552
+ width: 32px;
2553
+ }
2554
+ .msp-plugin .msp-viewport-controls-buttons {
2555
+ text-align: right;
2556
+ position: relative;
2557
+ }
2558
+ .msp-plugin .msp-viewport-controls-buttons > div {
2559
+ position: relative;
2560
+ margin-bottom: 4px;
2561
+ }
2562
+ .msp-plugin .msp-viewport-controls-buttons button {
2563
+ padding: 0;
2564
+ text-align: center;
2565
+ width: 32px;
2566
+ position: relative;
2567
+ }
2568
+ .msp-plugin .msp-viewport-controls-buttons .msp-btn-link-toggle-off {
2569
+ color: #9c835f;
2570
+ }
2571
+ .msp-plugin .msp-viewport-controls-buttons .msp-btn-link:hover {
2572
+ color: #ae5d04;
2573
+ }
2574
+ .msp-plugin .msp-semi-transparent-background {
2575
+ background: #eeece7;
2576
+ opacity: 0.5;
2577
+ position: absolute;
2578
+ top: 0;
2579
+ left: 0;
2580
+ width: 100%;
2581
+ height: 100%;
2582
+ }
2583
+ .msp-plugin .msp-hover-box-wrapper {
2584
+ position: relative;
2585
+ }
2586
+ .msp-plugin .msp-hover-box-wrapper .msp-hover-box-body {
2587
+ visibility: hidden;
2588
+ position: absolute;
2589
+ right: 36px;
2590
+ top: 0;
2591
+ width: 100px;
2592
+ background-color: #eeece7;
2593
+ }
2594
+ .msp-plugin .msp-hover-box-wrapper .msp-hover-box-spacer {
2595
+ visibility: hidden;
2596
+ position: absolute;
2597
+ right: 32px;
2598
+ top: 0;
2599
+ width: 4px;
2600
+ height: 32px;
2601
+ }
2602
+ .msp-plugin .msp-hover-box-wrapper:hover .msp-hover-box-body,
2603
+ .msp-plugin .msp-hover-box-wrapper:hover .msp-hover-box-spacer {
2604
+ visibility: visible;
2605
+ }
2606
+ .msp-plugin .msp-viewport-controls-panel {
2607
+ width: 290px;
2608
+ top: 0;
2609
+ right: 36px;
2610
+ position: absolute;
2611
+ background: #e0ddd4;
2612
+ }
2613
+ .msp-plugin
2614
+ .msp-viewport-controls-panel
2615
+ .msp-control-group-wrapper:first-child {
2616
+ padding-top: 0;
2617
+ }
2618
+ .msp-plugin .msp-viewport-controls-panel .msp-viewport-controls-panel-controls {
2619
+ overflow-y: auto;
2620
+ max-height: 400px;
2621
+ }
2622
+ .msp-plugin .msp-highlight-toast-wrapper {
2623
+ position: absolute;
2624
+ right: 10px;
2625
+ bottom: 10px;
2626
+ max-width: 95%;
2627
+ z-index: 10000;
2628
+ }
2629
+ .msp-plugin .msp-highlight-info {
2630
+ color: #ae5d04;
2631
+ padding: 3px 10px;
2632
+ background: #eeece7;
2633
+ opacity: 90%;
2634
+ text-align: right;
2635
+ -webkit-user-select: none;
2636
+ -moz-user-select: none;
2637
+ -ms-user-select: none;
2638
+ -o-user-select: none;
2639
+ user-select: none;
2640
+ cursor: default;
2641
+ }
2642
+ .msp-plugin .msp-highlight-info-hr {
2643
+ margin-inline: 0px;
2644
+ margin-block: 3px;
2645
+ border: none;
2646
+ height: 1px;
2647
+ background-color: #ae5d04;
2648
+ }
2649
+ .msp-plugin .msp-highlight-info-additional {
2650
+ font-size: 85%;
2651
+ display: inline-block;
2652
+ color: #fa911e;
2653
+ }
2654
+ .msp-plugin .msp-snapshot-description-wrapper {
2655
+ background: rgba(238, 236, 231, 0.5);
2656
+ position: absolute;
2657
+ left: 0;
2658
+ top: 42px;
2659
+ padding: 6.6px 10px;
2660
+ max-height: 224px;
2661
+ overflow: hidden;
2662
+ overflow-y: auto;
2663
+ max-width: 400px;
2664
+ }
2665
+ .msp-plugin .msp-snapshot-description-wrapper a {
2666
+ text-decoration: underline;
2667
+ cursor: pointer;
2668
+ color: #332b1f;
2669
+ }
2670
+ .msp-plugin .msp-snapshot-description-wrapper ul,
2671
+ .msp-plugin .msp-snapshot-description-wrapper ol {
2672
+ padding-left: 14px;
2673
+ }
2674
+ .msp-plugin .msp-log-wrap {
2675
+ position: absolute;
2676
+ right: 0;
2677
+ top: 0;
2678
+ left: 0;
2679
+ bottom: 0;
2680
+ overflow: hidden;
2681
+ }
2682
+ .msp-plugin .msp-log {
2683
+ position: absolute;
2684
+ right: -20px;
2685
+ top: 0;
2686
+ left: 0;
2687
+ bottom: 0;
2688
+ overflow-y: scroll;
2689
+ overflow-x: hidden;
2690
+ font-size: 90%;
2691
+ background: #e0ddd4;
2692
+ }
2693
+ .msp-plugin .msp-log {
2694
+ font-size: 90%;
2695
+ color: #433829;
2696
+ }
2697
+ .msp-plugin .msp-log ul {
2698
+ padding: 0;
2699
+ margin: 0;
2700
+ }
2701
+ .msp-plugin .msp-log li {
2702
+ clear: both;
2703
+ margin: 0;
2704
+ background: #eeece7;
2705
+ position: relative;
2706
+ }
2707
+ .msp-plugin .msp-log li:not(:last-child) {
2708
+ border-bottom: 1px solid #cec9ba;
2709
+ }
2710
+ .msp-plugin .msp-log .msp-log-entry {
2711
+ margin-left: 110px;
2712
+ background: #ebe8e3;
2713
+ padding: 3px 25px 3px 10px;
2714
+ }
2715
+ .msp-plugin .msp-log .msp-log-timestamp {
2716
+ padding: 3px 10px 3px 10px;
2717
+ float: left;
2718
+ text-align: right;
2719
+ width: 110px;
2720
+ color: #726046;
2721
+ font-size: 100%;
2722
+ }
2723
+ .msp-plugin .msp-log .msp-log-timestamp small {
2724
+ font-size: 100%;
2725
+ }
2726
+ .msp-plugin .msp-log .label {
2727
+ margin-top: -3px;
2728
+ font-size: 7pt;
2729
+ }
2730
+ .msp-plugin .msp-log-entry-badge {
2731
+ position: absolute;
2732
+ left: 0;
2733
+ top: 0;
2734
+ bottom: 0;
2735
+ width: 6px;
2736
+ }
2737
+ .msp-plugin .msp-log-entry-message {
2738
+ background: #0cca5d;
2739
+ }
2740
+ .msp-plugin .msp-log-entry-info {
2741
+ background: #5e3673;
2742
+ }
2743
+ .msp-plugin .msp-log-entry-error {
2744
+ background: #fd354b;
2745
+ }
2746
+ .msp-plugin .msp-log-entry-warning {
2747
+ background: #fcc937;
2748
+ }
2749
+ .msp-plugin .msp-sequence {
2750
+ position: absolute;
2751
+ right: 0;
2752
+ top: 0;
2753
+ left: 0;
2754
+ bottom: 0;
2755
+ background: #eeece7;
2756
+ }
2757
+ .msp-plugin .msp-sequence-select {
2758
+ position: relative;
2759
+ height: 24px;
2760
+ width: 100%;
2761
+ margin-bottom: 1px;
2762
+ background: #e0ddd4;
2763
+ text-align: left;
2764
+ }
2765
+ .msp-plugin .msp-sequence-select > span {
2766
+ display: inline-block;
2767
+ line-height: 24px;
2768
+ padding: 0 10px;
2769
+ font-size: 85%;
2770
+ font-weight: bold;
2771
+ cursor: default;
2772
+ }
2773
+ .msp-plugin .msp-sequence-select > select {
2774
+ display: inline-block;
2775
+ max-width: 120px;
2776
+ width: auto;
2777
+ text-overflow: ellipsis;
2778
+ font-size: 85%;
2779
+ height: 24px;
2780
+ line-height: 24px;
2781
+ background-size: 6px 8px;
2782
+ background-color: #e0ddd4;
2783
+ }
2784
+ .msp-plugin .msp-sequence-wrapper {
2785
+ word-break: break-word;
2786
+ padding: 10px 10px 3px 10px;
2787
+ user-select: none;
2788
+ }
2789
+ .msp-plugin .msp-sequence-wrapper-non-empty {
2790
+ font-size: 85%;
2791
+ line-height: 180%;
2792
+ font-family: 'Courier New', monospace;
2793
+ background: #f3f2ee;
2794
+ width: 100%;
2795
+ overflow-y: auto;
2796
+ overflow-x: hidden;
2797
+ position: absolute;
2798
+ top: 25px;
2799
+ left: 0;
2800
+ bottom: 0;
2801
+ right: 0;
2802
+ }
2803
+ .msp-plugin .msp-sequence-chain-label {
2804
+ margin-left: 10px;
2805
+ margin-top: 10px;
2806
+ user-select: none;
2807
+ color: #ae5d04;
2808
+ font-size: 90%;
2809
+ line-height: 90%;
2810
+ padding-left: 0.2em;
2811
+ }
2812
+ .msp-plugin .msp-sequence-wrapper span {
2813
+ cursor: pointer;
2814
+ }
2815
+ .msp-plugin .msp-sequence-wrapper .msp-sequence-residue-long {
2816
+ margin: 0em 0.2em 0em 0.2em;
2817
+ }
2818
+ .msp-plugin .msp-sequence-wrapper .msp-sequence-residue-long-begin {
2819
+ margin: 0em 0.2em 0em 0em;
2820
+ }
2821
+ .msp-plugin .msp-sequence-wrapper .msp-sequence-label {
2822
+ color: #ae5d04;
2823
+ font-size: 90%;
2824
+ line-height: 90%;
2825
+ padding-bottom: 1em;
2826
+ padding-left: 0.2em;
2827
+ }
2828
+ .msp-plugin .msp-sequence-wrapper .msp-sequence-number {
2829
+ color: #ae5d04;
2830
+ word-break: keep-all;
2831
+ cursor: default;
2832
+ position: relative;
2833
+ top: -1.1em;
2834
+ left: 3.1em;
2835
+ padding: 0px;
2836
+ margin-left: -3em;
2837
+ font-size: 80%;
2838
+ }
2839
+ .msp-plugin .msp-sequence-wrapper .msp-sequence-number-long {
2840
+ left: 3.3em;
2841
+ }
2842
+ .msp-plugin .msp-sequence-wrapper .msp-sequence-number-long-negative {
2843
+ left: 2.7em;
2844
+ }
2845
+ .msp-plugin .msp-sequence-wrapper .msp-sequence-number-negative {
2846
+ left: 2.5em;
2847
+ }
2848
+ .msp-plugin .msp-sequence-wrapper .msp-sequence-present {
2849
+ color: #332b1f;
2850
+ }
2851
+ .msp-plugin .msp-sequence-wrapper .msp-sequence-missing {
2852
+ color: #9c835f;
2853
+ }
2854
+ .msp-plugin .msp-transformer .msp-entity-badge {
2855
+ position: absolute;
2856
+ top: 0;
2857
+ right: 0;
2858
+ height: 32px;
2859
+ line-height: 32px;
2860
+ width: 32px;
2861
+ }
2862
+ .msp-plugin .msp-layout-right,
2863
+ .msp-plugin .msp-layout-left {
2864
+ background: #e0ddd4;
2865
+ }
2866
+ .msp-plugin .msp-transformer-wrapper {
2867
+ position: relative;
2868
+ }
2869
+ .msp-plugin .msp-transformer-wrapper .msp-entity-badge {
2870
+ left: 0;
2871
+ top: 0;
2872
+ }
2873
+ .msp-plugin
2874
+ .msp-transformer-wrapper:first-child
2875
+ .msp-panel-description-content {
2876
+ top: 33px;
2877
+ }
2878
+ .msp-plugin
2879
+ .msp-transformer-wrapper:not(:first-child)
2880
+ .msp-panel-description-content {
2881
+ bottom: 33px;
2882
+ }
2883
+ .msp-plugin .msp-transform-wrapper {
2884
+ margin-bottom: 10px;
2885
+ }
2886
+ .msp-plugin .msp-transform-wrapper-collapsed {
2887
+ margin-bottom: 1px;
2888
+ }
2889
+ .msp-plugin .msp-transform-update-wrapper {
2890
+ margin-bottom: 1px;
2891
+ }
2892
+ .msp-plugin .msp-transform-update-wrapper-collapsed {
2893
+ margin-bottom: 1px;
2894
+ }
2895
+ .msp-plugin .msp-transform-update-wrapper > .msp-transform-header > button,
2896
+ .msp-plugin
2897
+ .msp-transform-update-wrapper-collapsed
2898
+ > .msp-transform-header
2899
+ > button {
2900
+ text-align: left;
2901
+ padding-left: 32px;
2902
+ line-height: 24px;
2903
+ background: #e9e6e0;
2904
+ }
2905
+ .msp-plugin .msp-transform-wrapper > .msp-transform-header > button {
2906
+ text-align: left;
2907
+ background: #eeece7;
2908
+ font-weight: bold;
2909
+ padding-right: 5px;
2910
+ }
2911
+ .msp-plugin .msp-transform-header {
2912
+ position: relative;
2913
+ }
2914
+ .msp-plugin .msp-transform-header > button > small {
2915
+ font-weight: normal;
2916
+ float: right;
2917
+ }
2918
+ .msp-plugin .msp-transform-header > button > span:first-child {
2919
+ margin-right: 10px;
2920
+ }
2921
+ .msp-plugin .msp-transform-header > button:hover {
2922
+ color: #63533c;
2923
+ }
2924
+ .msp-plugin .msp-transform-header-brand {
2925
+ margin-bottom: -1px;
2926
+ }
2927
+ .msp-plugin .msp-transform-header-brand svg {
2928
+ fill: #332b1f;
2929
+ stroke: #332b1f;
2930
+ }
2931
+ .msp-plugin .msp-transform-default-params {
2932
+ background: #eeece7;
2933
+ position: absolute;
2934
+ left: 0;
2935
+ top: 0;
2936
+ width: 32px;
2937
+ padding: 0;
2938
+ }
2939
+ .msp-plugin .msp-transform-default-params:hover {
2940
+ background: #fff;
2941
+ }
2942
+ .msp-plugin .msp-transform-apply-wrap {
2943
+ position: relative;
2944
+ margin-top: 1px;
2945
+ width: 100%;
2946
+ height: 32px;
2947
+ }
2948
+ .msp-plugin .msp-transform-refresh {
2949
+ width: 87px;
2950
+ margin-left: 33px;
2951
+ background: #eeece7;
2952
+ text-align: right;
2953
+ }
2954
+ .msp-plugin .msp-transform-apply {
2955
+ display: block;
2956
+ position: absolute;
2957
+ left: 120px;
2958
+ right: 0;
2959
+ top: 0;
2960
+ }
2961
+ .msp-plugin .msp-transform-apply-wider {
2962
+ margin-left: 33px;
2963
+ }
2964
+ .msp-plugin .msp-data-beh {
2965
+ margin: 10px 0 !important;
2966
+ }
2967
+ .msp-plugin .msp-toast-container {
2968
+ position: relative;
2969
+ z-index: 1001;
2970
+ }
2971
+ .msp-plugin .msp-toast-container .msp-toast-entry {
2972
+ color: #332b1f;
2973
+ background: #e0ddd4;
2974
+ position: relative;
2975
+ float: right;
2976
+ min-height: 32px;
2977
+ margin-top: 10px;
2978
+ border: 1px solid #cec9ba;
2979
+ display: table;
2980
+ }
2981
+ .msp-plugin .msp-toast-container .msp-toast-entry .msp-toast-title {
2982
+ height: 100%;
2983
+ line-height: 32px;
2984
+ padding: 0 10px;
2985
+ background: #eeece7;
2986
+ font-weight: bold;
2987
+ display: table-cell;
2988
+ -webkit-user-select: none;
2989
+ -moz-user-select: none;
2990
+ -ms-user-select: none;
2991
+ -o-user-select: none;
2992
+ user-select: none;
2993
+ font-weight: light;
2994
+ cursor: pointer;
2995
+ }
2996
+ .msp-plugin .msp-toast-container .msp-toast-entry .msp-toast-message {
2997
+ padding: 3px 42px 3px 10px;
2998
+ display: table-cell;
2999
+ }
3000
+ .msp-plugin .msp-toast-container .msp-toast-entry .msp-toast-message a {
3001
+ text-decoration: none;
3002
+ color: #974102;
3003
+ font-weight: bold;
3004
+ }
3005
+ .msp-plugin .msp-toast-container .msp-toast-entry .msp-toast-message a:hover {
3006
+ text-decoration: underline;
3007
+ color: #fc6c03;
3008
+ }
3009
+ .msp-plugin .msp-toast-container .msp-toast-entry .msp-toast-message a:active,
3010
+ .msp-plugin .msp-toast-container .msp-toast-entry .msp-toast-message a:focus {
3011
+ color: #974102;
3012
+ outline-offset: 0;
3013
+ outline: none;
3014
+ }
3015
+ .msp-plugin .msp-toast-container .msp-toast-entry .msp-toast-hide {
3016
+ position: absolute;
3017
+ width: 42px;
3018
+ right: 0;
3019
+ top: 0;
3020
+ bottom: 0;
3021
+ }
3022
+ .msp-plugin
3023
+ .msp-toast-container
3024
+ .msp-toast-entry
3025
+ .msp-toast-hide
3026
+ .msp-btn-icon {
3027
+ background: rgba(0, 0, 0, 0);
3028
+ position: absolute;
3029
+ top: 1px;
3030
+ right: 0;
3031
+ left: 0;
3032
+ bottom: 0;
3033
+ width: 100%;
3034
+ text-align: right;
3035
+ padding-right: 5px;
3036
+ }
3037
+ .msp-plugin .msp-help-row {
3038
+ position: relative;
3039
+ height: 32px;
3040
+ background: #eeece7;
3041
+ margin-top: 1px;
3042
+ display: table;
3043
+ width: 100%;
3044
+ }
3045
+ .msp-plugin .msp-help-row > span {
3046
+ width: 120px;
3047
+ text-align: right;
3048
+ padding: 3px 10px;
3049
+ color: #63533c;
3050
+ display: table-cell;
3051
+ font-weight: bold;
3052
+ -webkit-user-select: none;
3053
+ -moz-user-select: none;
3054
+ -ms-user-select: none;
3055
+ -o-user-select: none;
3056
+ user-select: none;
3057
+ cursor: default;
3058
+ }
3059
+ .msp-plugin .msp-help-row > div {
3060
+ background: #f3f2ee;
3061
+ position: relative;
3062
+ padding: 3px 10px;
3063
+ display: table-cell;
3064
+ }
3065
+ .msp-plugin .msp-canvas {
3066
+ width: 100%;
3067
+ height: 100%;
3068
+ background-color: #f3f2ee;
3069
+ }
3070
+ .msp-plugin .msp-canvas text {
3071
+ -webkit-touch-callout: none;
3072
+ -webkit-user-select: none;
3073
+ -khtml-user-select: none;
3074
+ -moz-user-select: none;
3075
+ -ms-user-select: none;
3076
+ user-select: none;
3077
+ }
3078
+ .msp-plugin .msp-canvas circle {
3079
+ stroke: #000;
3080
+ stroke-width: 10;
3081
+ stroke-opacity: 0.3;
3082
+ }
3083
+ .msp-plugin .msp-canvas circle:hover {
3084
+ fill: #ae5d04;
3085
+ stroke: #000;
3086
+ stroke-width: 10px;
3087
+ }
3088
+ .msp-plugin .msp-canvas .info {
3089
+ fill: #fff;
3090
+ stroke: #000;
3091
+ stroke-width: 3;
3092
+ }
3093
+ .msp-plugin .msp-canvas .show {
3094
+ visibility: visible;
3095
+ }
3096
+ .msp-plugin .msp-canvas .hide {
3097
+ visibility: hidden;
3098
+ }
3099
+ .msp-plugin .msp-canvas .delete-button rect {
3100
+ fill: #ed4337;
3101
+ stroke: #000;
3102
+ }
3103
+ .msp-plugin .msp-canvas .delete-button text {
3104
+ stroke: #fff;
3105
+ fill: #fff;
3106
+ }
3107
+ .msp-plugin .msp-canvas .delete-button:hover {
3108
+ stroke: #000;
3109
+ stroke-width: 3;
3110
+ fill: #ff6961;
3111
+ }
3112
+ .msp-plugin .msp-canvas .infoCircle:hover {
3113
+ fill: #4c66b2;
3114
+ }
3115
+ .msp-plugin .msp-canvas:focus {
3116
+ outline: none;
3117
+ }
3118
+ .msp-plugin .msp-logo {
3119
+ display: block;
3120
+ position: absolute;
3121
+ bottom: 10px;
3122
+ right: 10px;
3123
+ height: 32px;
3124
+ width: 100px;
3125
+ background-repeat: no-repeat;
3126
+ background-position: bottom right;
3127
+ background-size: auto;
3128
+ background-image: url(data:image/png;base64,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);
3129
+ }
3130
+ .msp-plugin .msp-plugin-content {
3131
+ color: #332b1f;
3132
+ }
3133
+ .msp-plugin .msp-plugin-init-error {
3134
+ white-space: pre;
3135
+ margin: 10px;
3136
+ }`