@startinblox/core 0.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (157) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +182 -0
  3. package/dist/_snowpack/pkg/autolinker.js +4429 -0
  4. package/dist/_snowpack/pkg/autolinker.js.map +1 -0
  5. package/dist/_snowpack/pkg/common/_baseUnary-c1edb653.js +353 -0
  6. package/dist/_snowpack/pkg/common/_baseUnary-c1edb653.js.map +1 -0
  7. package/dist/_snowpack/pkg/common/_commonjsHelpers-37fa8da4.js +26 -0
  8. package/dist/_snowpack/pkg/common/_commonjsHelpers-37fa8da4.js.map +1 -0
  9. package/dist/_snowpack/pkg/common/decode-26fbf385.js +185 -0
  10. package/dist/_snowpack/pkg/common/decode-26fbf385.js.map +1 -0
  11. package/dist/_snowpack/pkg/common/lit-html-3647afce.js +1104 -0
  12. package/dist/_snowpack/pkg/common/lit-html-3647afce.js.map +1 -0
  13. package/dist/_snowpack/pkg/delta-markdown-for-quill.js +26198 -0
  14. package/dist/_snowpack/pkg/delta-markdown-for-quill.js.map +1 -0
  15. package/dist/_snowpack/pkg/dialog-polyfill.js +827 -0
  16. package/dist/_snowpack/pkg/dialog-polyfill.js.map +1 -0
  17. package/dist/_snowpack/pkg/fusejs.js +1593 -0
  18. package/dist/_snowpack/pkg/fusejs.js.map +1 -0
  19. package/dist/_snowpack/pkg/import-map.json +24 -0
  20. package/dist/_snowpack/pkg/jsonld-context-parser.js +836 -0
  21. package/dist/_snowpack/pkg/jsonld-context-parser.js.map +1 -0
  22. package/dist/_snowpack/pkg/leaflet/dist/leaflet.css +640 -0
  23. package/dist/_snowpack/pkg/leaflet/dist/leaflet.css.proxy.js +10 -0
  24. package/dist/_snowpack/pkg/leaflet.markercluster/dist/MarkerCluster.Default.css +60 -0
  25. package/dist/_snowpack/pkg/leaflet.markercluster/dist/MarkerCluster.Default.css.proxy.js +10 -0
  26. package/dist/_snowpack/pkg/leaflet.markercluster/dist/MarkerCluster.css +14 -0
  27. package/dist/_snowpack/pkg/leaflet.markercluster/dist/MarkerCluster.css.proxy.js +10 -0
  28. package/dist/_snowpack/pkg/lit-html/directives/if-defined.js +39 -0
  29. package/dist/_snowpack/pkg/lit-html/directives/if-defined.js.map +1 -0
  30. package/dist/_snowpack/pkg/lit-html/directives/unsafe-html.js +48 -0
  31. package/dist/_snowpack/pkg/lit-html/directives/unsafe-html.js.map +1 -0
  32. package/dist/_snowpack/pkg/lit-html/directives/until.js +87 -0
  33. package/dist/_snowpack/pkg/lit-html/directives/until.js.map +1 -0
  34. package/dist/_snowpack/pkg/lit-html.js +94 -0
  35. package/dist/_snowpack/pkg/lit-html.js.map +1 -0
  36. package/dist/_snowpack/pkg/markdown-it-link-attributes.js +68 -0
  37. package/dist/_snowpack/pkg/markdown-it-link-attributes.js.map +1 -0
  38. package/dist/_snowpack/pkg/markdown-it.js +11307 -0
  39. package/dist/_snowpack/pkg/markdown-it.js.map +1 -0
  40. package/dist/_snowpack/pkg/quill/dist/quill.snow.css +945 -0
  41. package/dist/_snowpack/pkg/quill/dist/quill.snow.css.proxy.js +10 -0
  42. package/dist/_snowpack/pkg/quill-delta-to-markdown.js +971 -0
  43. package/dist/_snowpack/pkg/quill-delta-to-markdown.js.map +1 -0
  44. package/dist/_snowpack/pkg/quill.js +14442 -0
  45. package/dist/_snowpack/pkg/quill.js.map +1 -0
  46. package/dist/_snowpack/pkg/slim-select.js +714 -0
  47. package/dist/_snowpack/pkg/slim-select.js.map +1 -0
  48. package/dist/_snowpack/pkg/tui-calendar/dist/tui-calendar.css +1149 -0
  49. package/dist/_snowpack/pkg/tui-calendar/dist/tui-calendar.css.proxy.js +10 -0
  50. package/dist/_snowpack/pkg/tui-calendar.js +46507 -0
  51. package/dist/_snowpack/pkg/tui-calendar.js.map +1 -0
  52. package/dist/components/solid-ac-checker.js +45 -0
  53. package/dist/components/solid-calendar.js +66 -0
  54. package/dist/components/solid-delete.js +96 -0
  55. package/dist/components/solid-display.js +150 -0
  56. package/dist/components/solid-form-search.js +177 -0
  57. package/dist/components/solid-form.js +259 -0
  58. package/dist/components/solid-lang.js +35 -0
  59. package/dist/components/solid-map.js +204 -0
  60. package/dist/components/solid-table.js +181 -0
  61. package/dist/components/solid-widget.js +72 -0
  62. package/dist/import.css +4 -0
  63. package/dist/index.js +49 -0
  64. package/dist/libs/Component.js +13 -0
  65. package/dist/libs/ComponentFactory.js +168 -0
  66. package/dist/libs/Compositor.js +96 -0
  67. package/dist/libs/Sib.js +44 -0
  68. package/dist/libs/filter.js +184 -0
  69. package/dist/libs/helpers.js +194 -0
  70. package/dist/libs/interfaces.js +6 -0
  71. package/dist/libs/lit-helpers.js +142 -0
  72. package/dist/libs/polyfills.js +37 -0
  73. package/dist/libs/store/server-pagination.js +22 -0
  74. package/dist/libs/store/server-search.js +35 -0
  75. package/dist/libs/store/store.js +814 -0
  76. package/dist/locales/en.json +10 -0
  77. package/dist/locales/en.json.proxy.js +2 -0
  78. package/dist/locales/fr.json +10 -0
  79. package/dist/locales/fr.json.proxy.js +2 -0
  80. package/dist/mixins/attributeBinderMixin.js +116 -0
  81. package/dist/mixins/contextMixin.js +26 -0
  82. package/dist/mixins/counterMixin.js +54 -0
  83. package/dist/mixins/federationMixin.js +51 -0
  84. package/dist/mixins/filterMixin.js +155 -0
  85. package/dist/mixins/grouperMixin.js +73 -0
  86. package/dist/mixins/highlighterMixin.js +36 -0
  87. package/dist/mixins/interfaces.js +6 -0
  88. package/dist/mixins/listMixin.js +105 -0
  89. package/dist/mixins/nextMixin.js +23 -0
  90. package/dist/mixins/paginateMixin.js +97 -0
  91. package/dist/mixins/requiredMixin.js +26 -0
  92. package/dist/mixins/serverPaginationMixin.js +122 -0
  93. package/dist/mixins/sorterMixin.js +131 -0
  94. package/dist/mixins/storeMixin.js +109 -0
  95. package/dist/mixins/translationMixin.js +58 -0
  96. package/dist/mixins/validationMixin.js +95 -0
  97. package/dist/mixins/widgetMixin.js +351 -0
  98. package/dist/new-widgets/attributeMixins/actionMixin.js +13 -0
  99. package/dist/new-widgets/attributeMixins/blankMixin.js +7 -0
  100. package/dist/new-widgets/attributeMixins/booleanMixin.js +7 -0
  101. package/dist/new-widgets/attributeMixins/index.js +19 -0
  102. package/dist/new-widgets/attributeMixins/mailtoMixin.js +7 -0
  103. package/dist/new-widgets/attributeMixins/multipleMixin.js +27 -0
  104. package/dist/new-widgets/attributeMixins/numberMixin.js +7 -0
  105. package/dist/new-widgets/attributeMixins/placeholderMixin.js +16 -0
  106. package/dist/new-widgets/attributeMixins/telMixin.js +7 -0
  107. package/dist/new-widgets/baseWidgetMixin.js +109 -0
  108. package/dist/new-widgets/callbackMixins/autocompletionMixin.js +96 -0
  109. package/dist/new-widgets/callbackMixins/index.js +7 -0
  110. package/dist/new-widgets/callbackMixins/richtextMixin.js +37 -0
  111. package/dist/new-widgets/callbackMixins/slimselect.css +2 -0
  112. package/dist/new-widgets/callbackMixins/slimselect.css.proxy.js +10 -0
  113. package/dist/new-widgets/interfaces.js +1 -0
  114. package/dist/new-widgets/new-widget-factory.js +91 -0
  115. package/dist/new-widgets/templateAdditionMixins/addableMixin.js +26 -0
  116. package/dist/new-widgets/templateAdditionMixins/index.js +13 -0
  117. package/dist/new-widgets/templateAdditionMixins/labelLastMixin.js +16 -0
  118. package/dist/new-widgets/templateAdditionMixins/labelMixin.js +18 -0
  119. package/dist/new-widgets/templates/defaultTemplatesDirectory.js +29 -0
  120. package/dist/new-widgets/templates/displayTemplatesDirectory.js +54 -0
  121. package/dist/new-widgets/templates/formTemplatesDirectory.js +432 -0
  122. package/dist/new-widgets/templates/groupTemplatesDirectory.js +11 -0
  123. package/dist/new-widgets/templates/index.js +6 -0
  124. package/dist/new-widgets/templates/setTemplatesDirectory.js +16 -0
  125. package/dist/new-widgets/templatesDependencies/altMixin.js +12 -0
  126. package/dist/new-widgets/templatesDependencies/editableMixin.js +60 -0
  127. package/dist/new-widgets/templatesDependencies/filterRangeFormMixin.js +34 -0
  128. package/dist/new-widgets/templatesDependencies/formCheckboxMixin.js +10 -0
  129. package/dist/new-widgets/templatesDependencies/formCheckboxesMixin.js +41 -0
  130. package/dist/new-widgets/templatesDependencies/formDropdownMixin.js +56 -0
  131. package/dist/new-widgets/templatesDependencies/formFileMixin.js +82 -0
  132. package/dist/new-widgets/templatesDependencies/formLengthMixin.js +18 -0
  133. package/dist/new-widgets/templatesDependencies/formMinMaxMixin.js +18 -0
  134. package/dist/new-widgets/templatesDependencies/formMixin.js +56 -0
  135. package/dist/new-widgets/templatesDependencies/formNumberMixin.js +10 -0
  136. package/dist/new-widgets/templatesDependencies/formRadioMixin.js +12 -0
  137. package/dist/new-widgets/templatesDependencies/formStepMixin.js +12 -0
  138. package/dist/new-widgets/templatesDependencies/linkTextMixin.js +13 -0
  139. package/dist/new-widgets/templatesDependencies/multipleFormMixin.js +112 -0
  140. package/dist/new-widgets/templatesDependencies/multipleselectFormMixin.js +65 -0
  141. package/dist/new-widgets/templatesDependencies/patternMixin.js +18 -0
  142. package/dist/new-widgets/templatesDependencies/rangeMixin.js +100 -0
  143. package/dist/new-widgets/templatesDependencies/setMixin.js +9 -0
  144. package/dist/new-widgets/templatesDependencies/valueRichtextMixin.js +9 -0
  145. package/dist/new-widgets/valueTransformationMixins/autolinkMixin.js +14 -0
  146. package/dist/new-widgets/valueTransformationMixins/dateMixin.js +29 -0
  147. package/dist/new-widgets/valueTransformationMixins/dateTimeMixin.js +12 -0
  148. package/dist/new-widgets/valueTransformationMixins/index.js +15 -0
  149. package/dist/new-widgets/valueTransformationMixins/markdownMixin.js +30 -0
  150. package/dist/new-widgets/valueTransformationMixins/multilineMixin.js +13 -0
  151. package/dist/new-widgets/valueTransformationMixins/oembedMixin.js +21 -0
  152. package/dist/solid-template-element.js +144 -0
  153. package/dist/style/default-theme.css +24 -0
  154. package/dist/style/default-theme.css.proxy.js +10 -0
  155. package/dist/widgets/baseWidget.js +268 -0
  156. package/dist/widgets/widget-factory.js +22 -0
  157. package/package.json +117 -0
@@ -0,0 +1,1149 @@
1
+ /*!
2
+ * TOAST UI Calendar
3
+ * @version 1.15.3 | Thu Feb 17 2022
4
+ * @author NHN FE Development Lab <dl_javascript@nhn.com>
5
+ * @license MIT
6
+ */
7
+ .tui-full-calendar-layout {
8
+ height: 100%;
9
+ position: relative;
10
+ box-sizing: border-box;
11
+ }
12
+ .tui-full-calendar-layout * {
13
+ box-sizing: border-box;
14
+ }
15
+ .tui-full-calendar-dragging {
16
+ cursor: move;
17
+ }
18
+ .tui-full-calendar-resizing {
19
+ cursor: row-resize;
20
+ }
21
+ .tui-full-calendar-resizing-x {
22
+ cursor: col-resize;
23
+ }
24
+ .tui-full-calendar-hidden {
25
+ display: none !important;
26
+ }
27
+ .tui-full-calendar-invisible span {
28
+ visibility: hidden;
29
+ }
30
+ .tui-full-calendar-clear:after {
31
+ content: '';
32
+ display: block;
33
+ clear: both;
34
+ }
35
+ .tui-full-calendar-scroll-y {
36
+ overflow-y: scroll;
37
+ }
38
+ .tui-full-calendar-dot {
39
+ display: inline-block;
40
+ position: relative;
41
+ top: -1px;
42
+ content: '';
43
+ width: 7px;
44
+ height: 7px;
45
+ border-radius: 50%;
46
+ }
47
+ .tui-full-calendar-holiday {
48
+ color: #f00;
49
+ }
50
+ .tui-full-calendar-today {
51
+ background: rgba(218,229,249,0.3);
52
+ }
53
+ .handle-x {
54
+ background-position: center center;
55
+ background-repeat: no-repeat;
56
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAMAAACEE47CAAAACVBMVEX///////////+OSuX+AAAAA3RSTlMrQJG5H4EIAAAAEUlEQVR4AWNgYoRABhjEFAEAArQAIcHQcPsAAAAASUVORK5CYII=);
57
+ }
58
+ .handle-y {
59
+ background-position: center center;
60
+ background-repeat: no-repeat;
61
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAICAMAAADp7a43AAAACVBMVEX///////////+OSuX+AAAAA3RSTlMrQJG5H4EIAAAAEUlEQVR4AWNgYmRiZABB/CwAAtgAIUTUNkMAAAAASUVORK5CYII=);
62
+ }
63
+ @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
64
+ .handle-x {
65
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAICAMAAADHqI+lAAAACVBMVEX///////////+OSuX+AAAAA3RSTlMZK5EY+QKaAAAAGUlEQVR4AWNgYmJAwegCIMDIiIwxBKhhBgAcSABh8gN42gAAAABJRU5ErkJggg==);
66
+ background-size: 8px 4px;
67
+ }
68
+ .handle-y {
69
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAQCAMAAAAcVM5PAAAACVBMVEX///////////+OSuX+AAAAA3RSTlMEK5EMBzK5AAAAGElEQVR4AWNgYmIAYxgDBBgZQRjOoKcaABzQAGGjsIM/AAAAAElFTkSuQmCC);
70
+ background-size: 4px 8px;
71
+ }
72
+ }
73
+ .tui-full-calendar-month-week-item .tui-full-calendar-weekday-grid {
74
+ overflow-y: hidden;
75
+ }
76
+ .tui-full-calendar-month-week-item .tui-full-calendar-weekday-schedules {
77
+ overflow-y: visible;
78
+ height: 0;
79
+ }
80
+ .tui-full-calendar-month-week-item .tui-full-calendar-weekday-schedule {
81
+ margin: 0 10px;
82
+ }
83
+ .tui-full-calendar-month-week-item .tui-full-calendar-today {
84
+ background: none;
85
+ }
86
+ .tui-full-calendar-month-week-item .tui-full-calendar-today .tui-full-calendar-weekday-grid-date-decorator {
87
+ display: inline-block;
88
+ width: 27px;
89
+ height: 27px;
90
+ line-height: 27px;
91
+ text-align: center;
92
+ background: #135de6;
93
+ border-radius: 50%;
94
+ color: #fff;
95
+ font-weight: bold;
96
+ margin-left: 2px;
97
+ }
98
+ .tui-full-calendar-weekday-grid,
99
+ .tui-full-calendar-weekday-grid-line {
100
+ height: 100%;
101
+ min-height: inherit;
102
+ }
103
+ .tui-full-calendar-weekday-grid {
104
+ position: absolute;
105
+ width: 100%;
106
+ overflow-y: scroll;
107
+ }
108
+ .tui-full-calendar-weekday-border {
109
+ border-top: 1px solid #ddd;
110
+ }
111
+ .tui-full-calendar-weekday-grid-line {
112
+ position: absolute;
113
+ padding: 3px;
114
+ }
115
+ .tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-footer {
116
+ position: absolute;
117
+ bottom: 4px;
118
+ }
119
+ .tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-date {
120
+ display: inline-block;
121
+ width: 27px;
122
+ height: 27px;
123
+ line-height: 27px;
124
+ text-align: center;
125
+ }
126
+ .tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-more-schedules {
127
+ float: right;
128
+ display: inline-block;
129
+ height: 27px;
130
+ line-height: 27px;
131
+ padding: 0 5px;
132
+ text-align: center;
133
+ font-size: 11px;
134
+ font-weight: bold;
135
+ color: #aaa;
136
+ }
137
+ .tui-full-calendar-weekday-creation {
138
+ top: 0;
139
+ left: 0;
140
+ width: 100%;
141
+ height: 100%;
142
+ position: absolute;
143
+ overflow-y: scroll;
144
+ }
145
+ .tui-full-calendar-weekday-schedules {
146
+ top: 0;
147
+ left: 0;
148
+ width: 100%;
149
+ height: 100%;
150
+ position: absolute;
151
+ font-size: 12px;
152
+ overflow-y: scroll;
153
+ }
154
+ .tui-full-calendar-weekday-schedule-block {
155
+ position: absolute;
156
+ }
157
+ .tui-full-calendar-weekday-schedule-block-dragging-dim {
158
+ opacity: 0.3;
159
+ }
160
+ .tui-full-calendar-weekday-schedule {
161
+ position: relative;
162
+ margin: 0 10px 0 1px;
163
+ cursor: pointer;
164
+ border-left-style: solid;
165
+ border-left-width: 3px;
166
+ }
167
+ .tui-full-calendar-weekday-schedule.tui-full-calendar-weekday-schedule-time {
168
+ border-left-width: 0;
169
+ }
170
+ .tui-full-calendar-weekday-schedule.tui-full-calendar-weekday-schedule-time .tui-full-calendar-weekday-schedule-title {
171
+ padding-left: 9px;
172
+ }
173
+ .tui-full-calendar-weekday-schedule-bullet {
174
+ position: absolute;
175
+ padding: 0;
176
+ width: 6px;
177
+ height: 6px;
178
+ top: 6px;
179
+ left: 0;
180
+ border-radius: 50%;
181
+ }
182
+ .tui-full-calendar-weekday-schedule-bullet-focused {
183
+ left: 10px;
184
+ background: #fff;
185
+ }
186
+ .tui-full-calendar-weekday-schedule-title {
187
+ display: block;
188
+ white-space: nowrap;
189
+ overflow: hidden;
190
+ text-overflow: ellipsis;
191
+ padding-left: 3px;
192
+ font-weight: bold;
193
+ }
194
+ .tui-full-calendar-weekday-schedule-title-focused {
195
+ padding-left: 16px;
196
+ }
197
+ .tui-full-calendar-weekday-schedule-cover {
198
+ position: absolute;
199
+ top: 0;
200
+ width: 100%;
201
+ height: 100%;
202
+ background-color: rgba(0,0,0,0.2);
203
+ box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);
204
+ }
205
+ .tui-full-calendar-weekday-exceed-left .tui-full-calendar-weekday-schedule {
206
+ margin-left: 0;
207
+ border-left-width: 0;
208
+ }
209
+ .tui-full-calendar-weekday-exceed-right .tui-full-calendar-weekday-schedule {
210
+ margin-right: 0;
211
+ }
212
+ .tui-full-calendar-weekday-exceed-right .tui-full-calendar-weekday-resize-handle {
213
+ display: none;
214
+ }
215
+ .tui-full-calendar-weekday-exceed-in-month {
216
+ cursor: pointer;
217
+ }
218
+ .tui-full-calendar-weekday-exceed-in-month:hover {
219
+ background-color: #f0f1f5;
220
+ }
221
+ .tui-full-calendar-weekday-exceed-in-week,
222
+ .tui-full-calendar-weekday-collapse-btn {
223
+ position: absolute;
224
+ bottom: 5px;
225
+ margin-right: 5px;
226
+ font-size: 12px;
227
+ line-height: 14px;
228
+ cursor: pointer;
229
+ padding: 1px 5px;
230
+ background-color: #fff;
231
+ border: 1px solid #ddd;
232
+ color: #000;
233
+ }
234
+ .tui-full-calendar-weekday-resize-handle {
235
+ position: absolute;
236
+ top: 0;
237
+ right: 0;
238
+ width: 6px;
239
+ background-position: 3px center;
240
+ cursor: col-resize;
241
+ line-height: 18px;
242
+ }
243
+ .tui-full-calendar-weekday-filled {
244
+ background-color: #e8e8e8 !important;
245
+ }
246
+ .tui-full-calendar-left {
247
+ height: 100%;
248
+ float: left;
249
+ box-sizing: border-box;
250
+ display: table;
251
+ }
252
+ .tui-full-calendar-left-content {
253
+ display: table-cell;
254
+ vertical-align: middle;
255
+ text-align: right;
256
+ font-size: 11px;
257
+ }
258
+ .tui-full-calendar-right {
259
+ height: 100%;
260
+ overflow-y: scroll;
261
+ position: relative;
262
+ }
263
+ .tui-full-calendar-week-container {
264
+ width: 100%;
265
+ height: inherit;
266
+ display: inline-block;
267
+ font-size: 10px;
268
+ min-height: 600px;
269
+ }
270
+ .tui-full-calendar-week-container .tui-full-calendar-today {
271
+ background: none;
272
+ }
273
+ .tui-full-calendar-dayname {
274
+ position: absolute;
275
+ margin-left: -1px;
276
+ height: 100%;
277
+ overflow: hidden;
278
+ }
279
+ .tui-full-calendar-dayname.tui-full-calendar-today {
280
+ font-weight: bold;
281
+ }
282
+ .tui-full-calendar-dayname-container {
283
+ overflow-y: scroll;
284
+ }
285
+ .tui-full-calendar-dayname-leftmargin {
286
+ position: relative;
287
+ height: 100%;
288
+ }
289
+ .tui-full-calendar-dayname-date {
290
+ font-size: 26px;
291
+ }
292
+ .tui-full-calendar-dayname-name {
293
+ font-weight: bold;
294
+ font-size: 12px;
295
+ }
296
+ .tui-full-calendar-daygrid-layout {
297
+ height: 100%;
298
+ }
299
+ .tui-full-calendar-daygrid-layout .tui-full-calendar-right {
300
+ overflow-y: hidden;
301
+ }
302
+ .tui-full-calendar-daygrid-guide-creation-block {
303
+ position: absolute;
304
+ top: 0;
305
+ bottom: 0;
306
+ z-index: 1;
307
+ }
308
+ .tui-full-calendar-timegrid-container {
309
+ height: 100%;
310
+ position: relative;
311
+ overflow: hidden;
312
+ overflow-y: scroll;
313
+ }
314
+ .tui-full-calendar-timegrid-container-split {
315
+ height: 100%;
316
+ position: relative;
317
+ overflow: hidden;
318
+ }
319
+ .tui-full-calendar-timegrid-left {
320
+ position: absolute;
321
+ }
322
+ .tui-full-calendar-timegrid-hour {
323
+ position: relative;
324
+ color: #555;
325
+ box-sizing: border-box;
326
+ }
327
+ .tui-full-calendar-timegrid-hour:first-child span {
328
+ display: none;
329
+ }
330
+ .tui-full-calendar-timegrid-hour:last-child {
331
+ border-bottom: none;
332
+ }
333
+ .tui-full-calendar-timegrid-hour span {
334
+ position: absolute;
335
+ top: -11px;
336
+ left: 0;
337
+ right: 5px;
338
+ text-align: right;
339
+ line-height: 25px;
340
+ }
341
+ .tui-full-calendar-timegrid-right {
342
+ position: relative;
343
+ }
344
+ .tui-full-calendar-timegrid-gridline {
345
+ border-bottom: 1px solid #eee;
346
+ box-sizing: border-box;
347
+ }
348
+ .tui-full-calendar-timegrid-gridline:last-child {
349
+ border-bottom: none;
350
+ }
351
+ .tui-full-calendar-timegrid-schedules {
352
+ position: absolute;
353
+ width: 100%;
354
+ height: 100%;
355
+ top: 0;
356
+ left: 0;
357
+ cursor: pointer;
358
+ }
359
+ .tui-full-calendar-timegrid-hourmarker {
360
+ position: absolute;
361
+ width: 100%;
362
+ display: table;
363
+ }
364
+ .tui-full-calendar-timegrid-hourmarker-line-left {
365
+ position: absolute;
366
+ min-height: 1px;
367
+ left: 0;
368
+ }
369
+ .tui-full-calendar-timegrid-hourmarker-line-today {
370
+ position: absolute;
371
+ min-height: 1px;
372
+ }
373
+ .tui-full-calendar-timegrid-hourmarker-line-right {
374
+ position: absolute;
375
+ min-height: 1px;
376
+ right: 0;
377
+ }
378
+ .tui-full-calendar-timegrid-hourmarker-time {
379
+ padding-right: 5px;
380
+ line-height: 12px;
381
+ text-align: right;
382
+ display: table-cell;
383
+ vertical-align: bottom;
384
+ }
385
+ .tui-full-calendar-timegrid-todaymarker {
386
+ position: absolute;
387
+ text-indent: -9999px;
388
+ width: 9px;
389
+ height: 9px;
390
+ background-color: #135de6;
391
+ margin: -4px 0 0 -5px;
392
+ border-radius: 50%;
393
+ }
394
+ .tui-full-calendar-timegrid-sticky-container {
395
+ position: absolute;
396
+ top: 0;
397
+ }
398
+ .tui-full-calendar-timegrid-timezone-label-container {
399
+ position: absolute;
400
+ }
401
+ .tui-full-calendar-timegrid-timezone-label-cell {
402
+ display: table;
403
+ }
404
+ .tui-full-calendar-timegrid-timezone-label {
405
+ display: table-cell;
406
+ vertical-align: middle;
407
+ padding-right: 5px;
408
+ text-align: right;
409
+ }
410
+ .tui-full-calendar-timegrid-timezone-close-btn {
411
+ cursor: pointer;
412
+ position: absolute;
413
+ text-align: center;
414
+ background-color: #fff;
415
+ }
416
+ .tui-full-calendar-timegrid-timezone-close-btn .tui-full-calendar-icon {
417
+ width: 5px;
418
+ height: 10px;
419
+ }
420
+ .tui-full-calendar-time-date {
421
+ position: absolute;
422
+ height: 100%;
423
+ margin-left: -1px;
424
+ box-sizing: content-box;
425
+ }
426
+ .tui-full-calendar-time-date:last-child {
427
+ border-right: none;
428
+ margin: 0;
429
+ }
430
+ .tui-full-calendar-time-date:last-child .tui-full-calendar-time-schedule,
431
+ .tui-full-calendar-time-date:last-child .tui-full-calendar-time-guide-creation {
432
+ left: 0px;
433
+ }
434
+ .tui-full-calendar-time-date-schedule-block-wrap {
435
+ position: relative;
436
+ height: 100%;
437
+ }
438
+ .tui-full-calendar-time-date-schedule-block {
439
+ position: absolute;
440
+ right: 0px;
441
+ }
442
+ .tui-full-calendar-time-date-schedule-block-pending {
443
+ opacity: 0.7;
444
+ }
445
+ .tui-full-calendar-time-date-schedule-block-dragging-dim {
446
+ opacity: 0.3;
447
+ }
448
+ .tui-full-calendar-time-date-schedule-block-focused {
449
+ box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
450
+ }
451
+ .tui-full-calendar-time-date-schedule-block-cover {
452
+ position: absolute;
453
+ top: 0;
454
+ width: 100%;
455
+ height: 100%;
456
+ background-color: rgba(0,0,0,0.2);
457
+ box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);
458
+ }
459
+ .tui-full-calendar-time-schedule {
460
+ position: relative;
461
+ left: 1px;
462
+ height: 100%;
463
+ overflow: hidden;
464
+ font-size: 12px;
465
+ font-weight: bold;
466
+ }
467
+ .tui-full-calendar-time-schedule-content {
468
+ overflow: hidden;
469
+ border-left-width: 3px;
470
+ border-left-style: solid;
471
+ padding: 1px 0 0 3px;
472
+ }
473
+ .tui-full-calendar-time-schedule-content-travel-time {
474
+ font-weight: normal;
475
+ font-size: 11px;
476
+ }
477
+ .tui-full-calendar-time-resize-handle {
478
+ position: absolute;
479
+ right: 0px;
480
+ bottom: 0px;
481
+ left: 0px;
482
+ height: 5px;
483
+ text-align: center;
484
+ color: #fff;
485
+ cursor: row-resize;
486
+ background-position: center top;
487
+ }
488
+ .tui-full-calendar-time-guide-creation {
489
+ position: absolute;
490
+ right: 10px;
491
+ left: 1px;
492
+ padding: 3px;
493
+ }
494
+ .tui-full-calendar-time-guide-move .tui-full-calendar-time-schedule,
495
+ .tui-full-calendar-time-guide-resize .tui-full-calendar-time-schedule,
496
+ .tui-full-calendar-time-guide-move .tui-full-calendar-time-resize-handle,
497
+ .tui-full-calendar-time-guide-resize .tui-full-calendar-time-resize-handle {
498
+ opacity: 0.8;
499
+ z-index: 97;
500
+ }
501
+ .tui-full-calendar-time-guide-creation-label {
502
+ cursor: default;
503
+ }
504
+ .tui-full-calendar-time-guide-bottom {
505
+ position: absolute;
506
+ bottom: 3px;
507
+ }
508
+ .tui-full-calendar-month {
509
+ height: 100%;
510
+ min-height: 600px;
511
+ }
512
+ .tui-full-calendar-month-dayname {
513
+ width: 100%;
514
+ position: absolute;
515
+ font-size: 13px;
516
+ }
517
+ .tui-full-calendar-month-dayname-item {
518
+ height: 100%;
519
+ font-weight: bold;
520
+ }
521
+ .tui-full-calendar-month-week-item {
522
+ position: relative;
523
+ }
524
+ .tui-full-calendar-month-week-item>div {
525
+ height: 100%;
526
+ }
527
+ .tui-full-calendar-month-more {
528
+ height: inherit;
529
+ min-width: 280px;
530
+ min-height: 150px;
531
+ }
532
+ .tui-full-calendar-month-more-title {
533
+ position: relative;
534
+ }
535
+ .tui-full-calendar-month-more-title-day {
536
+ font-size: 23px;
537
+ color: #333;
538
+ }
539
+ .tui-full-calendar-month-more-title-day-label {
540
+ font-size: 12px;
541
+ color: #333;
542
+ }
543
+ .tui-full-calendar-month-more-close {
544
+ position: absolute;
545
+ right: 0;
546
+ outline: 0;
547
+ background: none;
548
+ border: 0;
549
+ font-size: 14px;
550
+ line-height: 28px;
551
+ padding: 0 7px;
552
+ cursor: pointer;
553
+ }
554
+ .tui-full-calendar-month-more-list {
555
+ overflow-y: auto;
556
+ }
557
+ .tui-full-calendar-month-more-schedule {
558
+ cursor: pointer;
559
+ display: block;
560
+ overflow: hidden;
561
+ white-space: nowrap;
562
+ text-overflow: ellipsis;
563
+ font-size: 12px;
564
+ }
565
+ .tui-full-calendar-month-guide-block {
566
+ position: absolute;
567
+ }
568
+ .tui-full-calendar-month-weekday-schedule {
569
+ margin-top: 2px;
570
+ }
571
+ .tui-full-calendar-month-creation-guide {
572
+ top: 0;
573
+ bottom: -1px;
574
+ left: -1px;
575
+ right: 0;
576
+ position: absolute;
577
+ z-index: 20;
578
+ }
579
+ .tui-full-calendar-month-guide-focused {
580
+ box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
581
+ }
582
+ .tui-full-calendar-month-guide {
583
+ position: relative;
584
+ padding-left: 3px;
585
+ line-height: 18px;
586
+ overflow: hidden;
587
+ white-space: nowrap;
588
+ text-overflow: ellipsis;
589
+ }
590
+ .tui-full-calendar-month-guide-cover {
591
+ width: 100%;
592
+ position: absolute;
593
+ top: -50%;
594
+ left: -50%;
595
+ background-color: rgba(0,0,0,0.2);
596
+ box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);
597
+ }
598
+ .tui-full-calendar-month-exceed-left .tui-full-calendar-month-guide {
599
+ margin-left: 0px;
600
+ }
601
+ .tui-full-calendar-month-exceed-right .tui-full-calendar-month-guide {
602
+ margin-right: 0px;
603
+ }
604
+ .tui-full-calendar-month-exceed-right .tui-full-calendar-month-guide-handle {
605
+ display: none;
606
+ }
607
+ .tui-full-calendar-month-guide-handle {
608
+ position: absolute;
609
+ top: 0;
610
+ right: 3px;
611
+ width: 6px;
612
+ background-position: 3px center;
613
+ cursor: col-resize;
614
+ }
615
+ .tui-full-calendar-vlayout-container {
616
+ position: relative;
617
+ }
618
+ .tui-full-calendar-splitter {
619
+ clear: left;
620
+ cursor: row-resize;
621
+ }
622
+ .tui-full-calendar-splitter:hover {
623
+ border-color: #999;
624
+ }
625
+ .tui-full-calendar-splitter-focused {
626
+ background-color: #ddd;
627
+ border: none;
628
+ }
629
+ .tui-full-calendar-splitter-guide {
630
+ position: absolute;
631
+ width: 100%;
632
+ height: 3px;
633
+ border: none;
634
+ background-color: #e8e8e8;
635
+ }
636
+ .tui-full-calendar-popup {
637
+ position: absolute;
638
+ font-weight: 2.5;
639
+ box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);
640
+ clear: both;
641
+ }
642
+ .tui-full-calendar-popup-container {
643
+ min-width: 474px;
644
+ box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);
645
+ background-color: #fff;
646
+ border: solid 1px #d5d5d5;
647
+ padding: 17px;
648
+ border-radius: 2px;
649
+ }
650
+ .tui-full-calendar-popup-section {
651
+ font-size: 0;
652
+ min-height: 40px;
653
+ }
654
+ .tui-full-calendar-section-calendar {
655
+ width: 176px;
656
+ }
657
+ .tui-full-calendar-section-calendar.tui-full-calendar-hide {
658
+ height: 21px;
659
+ visibility: hidden;
660
+ }
661
+ .tui-full-calendar-section-title {
662
+ width: calc(100% - 36px);
663
+ padding-right: 4px;
664
+ }
665
+ .tui-full-calendar-section-title input {
666
+ width: 365px;
667
+ }
668
+ .tui-full-calendar-button.tui-full-calendar-section-private {
669
+ height: 32px;
670
+ padding: 8px;
671
+ font-size: 0;
672
+ margin-left: 4px;
673
+ }
674
+ .tui-full-calendar-section-private.tui-full-calendar-public .tui-full-calendar-ic-private {
675
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKdJREFUKBVjYCATMKLri46Olvn9+3fX////HUByjIyMB1hZWcuWLl36BFktikaQpl+/fl0EKhBCVgRkv2NjY9NH1syErABkE1TTdqBCWRAG8reDxKBycOUoGmHOA2pIA5kOwiA2SDVMDq4TmREaGvofhJHFcLHhfgwLC9sKNNULl0KQODCgtq1atcobxIY7lZAmkGJkNXCNIAlSwIjSCApqIgJnK0wNALoOPwSpOcq0AAAAAElFTkSuQmCC) no-repeat;
676
+ }
677
+ .tui-full-calendar-section-start-date,
678
+ .tui-full-calendar-section-end-date {
679
+ width: 176px;
680
+ }
681
+ .tui-full-calendar-section-start-date input,
682
+ .tui-full-calendar-section-end-date input {
683
+ width: 139px;
684
+ }
685
+ .tui-full-calendar-section-start-date:hover .tui-full-calendar-popup-section-item,
686
+ .tui-full-calendar-section-end-date:hover .tui-full-calendar-popup-section-item,
687
+ .tui-full-calendar-section-start-date:focus .tui-full-calendar-popup-section-item,
688
+ .tui-full-calendar-section-end-date:focus .tui-full-calendar-popup-section-item,
689
+ .tui-full-calendar-section-start-date:hover .tui-datepicker,
690
+ .tui-full-calendar-section-end-date:hover .tui-datepicker,
691
+ .tui-full-calendar-section-start-date:focus .tui-datepicker,
692
+ .tui-full-calendar-section-end-date:focus .tui-datepicker {
693
+ border-color: #bbb;
694
+ }
695
+ .tui-full-calendar-popup-section-item:focus {
696
+ border-color: #bbb;
697
+ }
698
+ .tui-full-calendar-section-date-dash {
699
+ font-size: 12px;
700
+ color: #d5d5d5;
701
+ height: 32px;
702
+ padding: 0 4px;
703
+ vertical-align: middle;
704
+ }
705
+ .tui-full-calendar-popup-section-item.tui-full-calendar-section-allday {
706
+ border: none;
707
+ padding: 0 0 0 8px;
708
+ cursor: pointer;
709
+ }
710
+ .tui-full-calendar-popup-section-item.tui-full-calendar-section-location {
711
+ display: block;
712
+ }
713
+ .tui-full-calendar-popup-section-item.tui-full-calendar-section-location input {
714
+ width: 400px;
715
+ }
716
+ .tui-full-calendar-section-allday .tui-full-calendar-icon.tui-full-calendar-ic-checkbox {
717
+ margin: 0;
718
+ }
719
+ .tui-full-calendar-popup-section-item.tui-full-calendar-section-allday .tui-full-calendar-content {
720
+ padding-left: 4px;
721
+ }
722
+ .tui-full-calendar-section-state {
723
+ width: 109px;
724
+ }
725
+ .tui-full-calendar-section-state .tui-full-calendar-content {
726
+ width: 58px;
727
+ text-overflow: ellipsis;
728
+ overflow: hidden;
729
+ }
730
+ .tui-full-calendar-popup-section-item {
731
+ height: 32px;
732
+ padding: 0 9px 0 12px;
733
+ border: 1px solid #d5d5d5;
734
+ display: inline-block;
735
+ font-size: 0;
736
+ border-radius: 2px;
737
+ }
738
+ .tui-full-calendar-popup-section-item:hover {
739
+ border-color: #bbb;
740
+ }
741
+ .tui-full-calendar-popup-section-item:focus {
742
+ border-color: #bbb;
743
+ }
744
+ .tui-full-calendar-popup-section-item .tui-full-calendar-icon {
745
+ position: relative;
746
+ }
747
+ .tui-full-calendar-popup-section-item .tui-full-calendar-content {
748
+ text-align: left;
749
+ display: inline-block;
750
+ font-size: 12px;
751
+ vertical-align: middle;
752
+ position: relative;
753
+ padding-left: 8px;
754
+ }
755
+ .tui-full-calendar-section-calendar .tui-full-calendar-dropdown-button .tui-full-calendar-content {
756
+ width: 125px;
757
+ text-overflow: ellipsis;
758
+ overflow: hidden;
759
+ top: -1px;
760
+ }
761
+ .tui-full-calendar-popup-section-item input {
762
+ border: none;
763
+ height: 30px;
764
+ outline: none;
765
+ display: inline-block;
766
+ }
767
+ .tui-full-calendar-popup-section-item input::placeholder {
768
+ color: #bbb;
769
+ font-weight: 300;
770
+ }
771
+ .tui-full-calendar-dropdown {
772
+ position: relative;
773
+ }
774
+ .tui-full-calendar-dropdown:hover .tui-full-calendar-dropdown-button {
775
+ border: 1px solid #bbb;
776
+ }
777
+ .tui-full-calendar-dropdown-button.tui-full-calendar-popup-section-item {
778
+ height: 32px;
779
+ font-size: 0;
780
+ top: -1px;
781
+ }
782
+ .tui-full-calendar-dropdown-arrow {
783
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAHlJREFUKBVjYBgFOEOAEVkmPDxc89+/f6eAYjzI4kD2FyYmJrOVK1deh4kzwRggGiQBVJCELAZig8SQNYHEmEEEMrh69eo1HR0dfqCYJUickZGxf9WqVf3IakBsFBthklpaWmVA9mEQhrJhUoTp0NBQCRAmrHL4qgAAuu4cWZOZIGsAAAAASUVORK5CYII=) no-repeat;
784
+ }
785
+ .dropdown.open .tui-full-calendar-dropdown-arrow,
786
+ .tui-full-calendar-open .tui-full-calendar-dropdown-arrow {
787
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAIFJREFUKBVjYBj+gBmXF2NiYiTV1dV5rl279gWbGiZsgg0NDSw/f/5cCZRbBWJjU4PVRjExsR6g4nAgln/z5g3v1atXd6JrxtAYHh4e+v///z4khZa6urrXgJqvIYkxMCJzgJo0//37dwooxoMsDmR/YWJiMlu5cuV1NPFRLrYQAADMVCaUtbG7XwAAAABJRU5ErkJggg==) no-repeat;
788
+ }
789
+ .tui-full-calendar-dropdown-menu {
790
+ position: absolute;
791
+ top: 31px;
792
+ padding: 4px 0;
793
+ background-color: #fff;
794
+ border: 1px solid #d5d5d5;
795
+ border-top: none;
796
+ border-radius: 0 0 2px 2px;
797
+ width: 100%;
798
+ display: none;
799
+ }
800
+ .tui-full-calendar-dropdown:hover .tui-full-calendar-dropdown-menu {
801
+ border: 1px solid #bbb;
802
+ border-top: none;
803
+ }
804
+ .tui-full-calendar-open .tui-full-calendar-dropdown-menu {
805
+ display: block;
806
+ }
807
+ .tui-full-calendar-dropdown-menu-item {
808
+ height: 30px;
809
+ border: none;
810
+ cursor: pointer;
811
+ }
812
+ .tui-full-calendar-section-calendar .tui-full-calendar-dropdown-menu-item {
813
+ width: 100%;
814
+ }
815
+ .tui-full-calendar-section-state .tui-full-calendar-dropdown-menu-item {
816
+ width: 100%;
817
+ }
818
+ .tui-full-calendar-dropdown-menu-item:hover {
819
+ background-color: rgba(81,92,230,0.05);
820
+ }
821
+ .tui-full-calendar-dropdown-menu-item .tui-full-calendar-content {
822
+ line-height: 30px;
823
+ }
824
+ .tui-full-calendar-button.tui-full-calendar-popup-close {
825
+ position: absolute;
826
+ top: 10px;
827
+ right: 10px;
828
+ background-color: #fff;
829
+ padding: 2px;
830
+ border: none;
831
+ }
832
+ .tui-full-calendar-section-button-save {
833
+ height: 36px;
834
+ }
835
+ .tui-full-calendar-popup-save {
836
+ float: right;
837
+ }
838
+ .tui-full-calendar-popup-arrow-border,
839
+ .tui-full-calendar-popup-arrow-fill {
840
+ position: absolute;
841
+ }
842
+ .tui-full-calendar-arrow-top .tui-full-calendar-popup-arrow-border {
843
+ border-top: none;
844
+ border-right: 8px solid transparent;
845
+ border-bottom: 8px solid #d5d5d5;
846
+ border-left: 8px solid transparent;
847
+ left: calc(50% - 8px);
848
+ top: -7px;
849
+ }
850
+ .tui-full-calendar-arrow-right .tui-full-calendar-popup-arrow-border {
851
+ border-top: 8px solid transparent;
852
+ border-right: none;
853
+ border-bottom: 8px solid transparent;
854
+ border-left: 8px solid #d5d5d5;
855
+ top: calc(50% - 8px);
856
+ right: -7px;
857
+ }
858
+ .tui-full-calendar-arrow-bottom .tui-full-calendar-popup-arrow-border {
859
+ border-top: 8px solid #d5d5d5;
860
+ border-right: 8px solid transparent;
861
+ border-bottom: none;
862
+ border-left: 8px solid transparent;
863
+ left: calc(50% - 8px);
864
+ bottom: -7px;
865
+ }
866
+ .tui-full-calendar-arrow-left .tui-full-calendar-popup-arrow-border {
867
+ border-top: 8px solid transparent;
868
+ border-right: 8px solid #d5d5d5;
869
+ border-bottom: 8px solid transparent;
870
+ border-left: none;
871
+ top: calc(50% - 8px);
872
+ left: -7px;
873
+ }
874
+ .tui-full-calendar-arrow-top .tui-full-calendar-popup-arrow-fill {
875
+ border-top: none;
876
+ border-right: 7px solid transparent;
877
+ border-bottom: 7px solid #fff;
878
+ border-left: 7px solid transparent;
879
+ left: -7px;
880
+ top: 1px;
881
+ }
882
+ .tui-full-calendar-arrow-right .tui-full-calendar-popup-arrow-fill {
883
+ border-top: 7px solid transparent;
884
+ border-right: none;
885
+ border-bottom: 7px solid transparent;
886
+ border-left: 7px solid #fff;
887
+ top: -7px;
888
+ right: 1px;
889
+ }
890
+ .tui-full-calendar-arrow-bottom .tui-full-calendar-popup-arrow-fill {
891
+ border-top: 7px solid #fff;
892
+ border-right: 7px solid transparent;
893
+ border-bottom: none;
894
+ border-left: 7px solid transparent;
895
+ left: -7px;
896
+ bottom: 1px;
897
+ }
898
+ .tui-full-calendar-arrow-left .tui-full-calendar-popup-arrow-fill {
899
+ border-top: 7px solid transparent;
900
+ border-right: 7px solid #fff;
901
+ border-bottom: 7px solid transparent;
902
+ border-left: none;
903
+ top: -7px;
904
+ left: 1px;
905
+ }
906
+ .tui-full-calendar-button {
907
+ background: #fff;
908
+ border: 1px solid #d5d5d5;
909
+ border-radius: 2px;
910
+ text-align: center;
911
+ outline: none;
912
+ font-size: 12px;
913
+ cursor: pointer;
914
+ color: #333;
915
+ }
916
+ .tui-full-calendar-button:hover {
917
+ border-color: #bbb;
918
+ color: #333;
919
+ }
920
+ .tui-full-calendar-button:active {
921
+ background: #f9f9f9;
922
+ color: #333;
923
+ }
924
+ .tui-full-calendar-button .round {
925
+ border-radius: 25px;
926
+ }
927
+ .tui-full-calendar-confirm {
928
+ width: 96px;
929
+ height: 36px;
930
+ border-radius: 40px;
931
+ background-color: #ff6618;
932
+ font-size: 12px;
933
+ font-weight: bold;
934
+ color: #fff;
935
+ border: none;
936
+ }
937
+ .tui-full-calendar-confirm:hover {
938
+ background-color: #e55b15;
939
+ color: #fff;
940
+ }
941
+ .tui-full-calendar-confirm:active {
942
+ background-color: #d95614;
943
+ color: #fff;
944
+ }
945
+ .tui-full-calendar-icon.tui-full-calendar-right {
946
+ float: right;
947
+ top: 1px;
948
+ }
949
+ .tui-full-calendar-icon .tui-full-calendar-none {
950
+ display: none;
951
+ }
952
+ .tui-full-calendar-icon.tui-full-calendar-calendar-dot {
953
+ border-radius: 8px;
954
+ width: 12px;
955
+ height: 12px;
956
+ margin: 1px;
957
+ }
958
+ input[type='checkbox'].tui-full-calendar-checkbox-square {
959
+ display: none;
960
+ }
961
+ input[type='checkbox'].tui-full-calendar-checkbox-square + span {
962
+ display: inline-block;
963
+ cursor: pointer;
964
+ line-height: 14px;
965
+ margin-right: 8px;
966
+ width: 14px;
967
+ height: 14px;
968
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAADpJREFUKBVjPHfu3O5///65MJAAmJiY9jCcOXPmP6kApIeJBItQlI5qRAkOVM5o4KCGBwqPkcxEvhsAbzRE+Jhb9IwAAAAASUVORK5CYII=) no-repeat;
969
+ vertical-align: middle;
970
+ }
971
+ input[type='checkbox'].tui-full-calendar-checkbox-square:checked + span {
972
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAMBJREFUKBWVkjEOwjAMRe2WgZW7IIHEDdhghhuwcQ42rlJugAQS54Cxa5cq1QM5TUpByZfS2j9+dlJVt/tX5ZxbS4ZU9VLkQvSHKTIGRaVJYFmKrBbTCJxE2UgCdDzMZDkHrOV6b95V0US6UmgKodujEZbJg0B0ZgEModO5lrY1TMQf1TpyJGBEjD+E2NPN7ukIUDiF/BfEXgRiGEw8NgkffYGYwCi808fpn/6OvfUfsDr/Vc1IfRf8sKnFVqeiVQfDu0tf/nWH9gAAAABJRU5ErkJggg==) no-repeat;
973
+ }
974
+ input[type='checkbox'].tui-full-calendar-checkbox-round {
975
+ display: none;
976
+ }
977
+ input[type='checkbox'].tui-full-calendar-checkbox-round + span {
978
+ display: inline-block;
979
+ cursor: pointer;
980
+ width: 14px;
981
+ height: 14px;
982
+ line-height: 14px;
983
+ vertical-align: middle;
984
+ margin-right: 8px;
985
+ border-radius: 8px;
986
+ border: solid 2px;
987
+ background: transparent;
988
+ }
989
+ .tui-full-calendar-popup-top-line {
990
+ position: absolute;
991
+ border-radius: 2px 2px 0 0;
992
+ width: 100%;
993
+ height: 4px;
994
+ border: none;
995
+ top: 0;
996
+ }
997
+ .tui-full-calendar-popup-detail .tui-full-calendar-popup-container {
998
+ width: 301px;
999
+ min-width: 301px;
1000
+ padding-bottom: 0;
1001
+ }
1002
+ .tui-full-calendar-popup-detail .tui-full-calendar-icon {
1003
+ width: 12px;
1004
+ height: 12px;
1005
+ background-size: 12px;
1006
+ position: relative;
1007
+ margin-right: 8px;
1008
+ }
1009
+ .tui-full-calendar-popup-detail .tui-full-calendar-icon.tui-full-calendar-ic-location-b {
1010
+ top: -2px;
1011
+ }
1012
+ .tui-full-calendar-popup-detail .tui-full-calendar-icon.tui-full-calendar-ic-user-b {
1013
+ top: -2px;
1014
+ }
1015
+ .tui-full-calendar-popup-detail .tui-full-calendar-icon.tui-full-calendar-ic-state-b {
1016
+ top: -1px;
1017
+ }
1018
+ .tui-full-calendar-popup-detail .tui-full-calendar-icon.tui-full-calendar-calendar-dot {
1019
+ width: 10px;
1020
+ height: 10px;
1021
+ margin-right: 8px;
1022
+ top: -1px;
1023
+ }
1024
+ .tui-full-calendar-popup-detail .tui-full-calendar-content {
1025
+ line-height: 24px;
1026
+ height: 24px;
1027
+ font-size: 12px;
1028
+ line-height: 2;
1029
+ }
1030
+ .tui-full-calendar-popup-detail .tui-full-calendar-section-header {
1031
+ margin-bottom: 6px;
1032
+ }
1033
+ .tui-full-calendar-popup-detail .tui-full-calendar-popup-detail-item-separate {
1034
+ margin-top: 4px;
1035
+ }
1036
+ .tui-full-calendar-popup-detail .tui-full-calendar-popup-detail-item-indent {
1037
+ text-indent: -20px;
1038
+ padding-left: 20px;
1039
+ }
1040
+ .tui-full-calendar-popup-detail .tui-full-calendar-schedule-title {
1041
+ font-size: 15px;
1042
+ font-weight: bold;
1043
+ line-height: 1.6;
1044
+ word-break: break-all;
1045
+ }
1046
+ .tui-full-calendar-popup-detail .tui-full-calendar-schedule-private {
1047
+ display: none;
1048
+ width: 16px;
1049
+ height: 16px;
1050
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKpJREFUKBVjYCATMKLri46Olvn9+3fX////HUByjIyMB1hZWcuWLl36BFktikaQpl+/fl0EKhBCVgRkv2NjY9NH1syErABkE1TTdqBCWRAG8reDxKBycOUoGmHOA2pIA5kOwiA2SDVMDqYTRSNQUBIkgewkJDZYDqYR7sewsLCtQFO9YBLYaGBAbVu1apU3SA5uIyFNIMXIauAaQRKkgBGlERTURATOVpgaABRQQOK46wEAAAAAAElFTkSuQmCC) no-repeat 16px;
1051
+ }
1052
+ .tui-full-calendar-popup-detail .tui-full-calendar-schedule-private .tui-full-calendar-ic-private {
1053
+ display: block;
1054
+ }
1055
+ .tui-full-calendar-popup-detail .tui-full-calendar-section-detail {
1056
+ margin-bottom: 16px;
1057
+ }
1058
+ .tui-full-calendar-popup-detail .tui-full-calendar-section-button {
1059
+ border-top: 1px solid #e5e5e5;
1060
+ font-size: 0;
1061
+ }
1062
+ .tui-full-calendar-section-button .tui-full-calendar-icon {
1063
+ margin-right: 4px;
1064
+ top: -3px;
1065
+ }
1066
+ .tui-full-calendar-section-button .tui-full-calendar-content {
1067
+ position: relative;
1068
+ top: 2px;
1069
+ }
1070
+ .tui-full-calendar-popup-edit,
1071
+ .tui-full-calendar-popup-delete {
1072
+ display: inline-block;
1073
+ padding: 7px 9px 11px 9px;
1074
+ width: calc(50% - 1px);
1075
+ outline: none;
1076
+ background: none;
1077
+ border: none;
1078
+ cursor: pointer;
1079
+ }
1080
+ .tui-full-calendar-popup-vertical-line {
1081
+ background: #e5e5e5;
1082
+ width: 1px;
1083
+ height: 14px;
1084
+ vertical-align: middle;
1085
+ display: inline-block;
1086
+ margin-top: -7px;
1087
+ }
1088
+ .tui-datepicker {
1089
+ left: -12px;
1090
+ z-index: 1;
1091
+ border-color: #d5d5d5;
1092
+ }
1093
+ .tui-full-calendar-icon {
1094
+ width: 14px;
1095
+ height: 14px;
1096
+ display: inline-block;
1097
+ vertical-align: middle;
1098
+ }
1099
+ .tui-full-calendar-icon.tui-full-calendar-ic-title {
1100
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAO5JREFUKBVjYCATMOLSFxkZqfHnz5+1QHktNDVbV69e7cOCJgjmQjXtB3IksMh7g8SY0CXQNTEyMlYD1fBCabhyFI3omkCq/v//PwnotC8gGq4LyIBrxKYJpBBoU15oaCgPiEbWCPYjUEIFGBBY/QS0qRWooRVIg/UBDXgMYoBtBHJSgWxsAQFWjET8BBqQBuLDNM4Can6GpAAb8ydQMADo3x0gSbDGlStX3gVqdMSjGUUTSCNKAggPD1cDOmU/EEuBJKEAQxNIHEUjSABNM1ZNIHXMIAIZXL169a2+vv5moK18QKeXAv20B1meYjYAr7xrljpOzc0AAAAASUVORK5CYII=) no-repeat;
1101
+ }
1102
+ .tui-full-calendar-icon.tui-full-calendar-ic-location {
1103
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAR1JREFUKBWdUTtPg1AUBiT8CydHJtv/0MTJRWAgcTK1bq0/pO3k4E4IYLo2Me46tS4wumjSpV07kAb6HXLPzaGPRZLL+c73uE/D+OdnHuaCIOhVVTUEf620pWVZ0yRJ3qW3FfR9f1zX9UgaGJumOUnT9Fn3DDzPuwPOuD9TvSzL3kizhOFJ4LnjOJc0wM0FP2Asgx0mEehHUfRHgzDzqF3GOogzbJg8V6XHFqYv4Cvqy7J8DcOwWYmw8Hwy1kHMRjcaKuEGgV82caWbZay3indagJyxcKLOlKeRdJA627YfUVaN0v6tlKbZVjCO4zW2cw91px3AxJEmOONCNoTzPP9xXZfOd6u0Bzz60RGOgmQuiuIb4S3gB0IvaoJW2QMDs1bBoH1CAQAAAABJRU5ErkJggg==) no-repeat;
1104
+ }
1105
+ .tui-full-calendar-icon.tui-full-calendar-ic-date {
1106
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAGpJREFUKBVjYKAGCA0N/Q/C6GZhE2cEKQoLC9v6//9/L3QN2PiMjIzbVq1a5c0EkiRWE7JasEZsJhMSI1sjC7LJq1evBvsZWQyZjRxwZNs4hDSiBA6y55EDBRsb7EdQasAmiUNsKw5x4oQBkUAeDPJ53KsAAAAASUVORK5CYII=) no-repeat;
1107
+ }
1108
+ .tui-full-calendar-icon.tui-full-calendar-ic-state {
1109
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAIxJREFUKBVjYCATMKLrCw8P9/z3798soLgMVO4JExNT2sqVK7cjq2VC5oDYME2MjIyNIAwUkoGKoShlQeFBOGCbVq1a1QDihoaG1gMpmO0gITAAOzUsLGzr////vWCC+GigK7YBDfUGO5VYTSADYWox/IjPNmS5UY3IoYHGBgcOKG7QxPFxt+KTJCgHAGcZJbGLRuJ2AAAAAElFTkSuQmCC) no-repeat;
1110
+ }
1111
+ .tui-full-calendar-icon.tui-full-calendar-ic-private {
1112
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKpJREFUKBVjYCATMKLri46Olvn9+3fX////HUByjIyMB1hZWcuWLl36BFktikaQpl+/fl0EKhBCVgRkv2NjY9NH1syErABkE1TTdqBCWRAG8reDxKBycOUoGmHOA2pIA5kOwiA2SDVMDqYTRSNQUBIkgewkJDZYDqYR7sewsLCtQFO9YBLYaGBAbVu1apU3SA5uIyFNIMXIauAaQRKkgBGlERTURATOVpgaABRQQOK46wEAAAAAAElFTkSuQmCC) no-repeat;
1113
+ }
1114
+ .tui-full-calendar-icon.tui-full-calendar-ic-close {
1115
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAJRJREFUKBXFkNERhCAMREUbuEKohzq0Eq2DDq6Da4B60KezDORkxj+ZwchmX0IYhtdWCGFl9y5g82NtzDnPdzAaudo76ZBS+nrvPxiInMkJcs5tMcZFfqcfxdqIRiELof+BiIJPg+mExmpmvKRn3zKj7OrG9Y79szPL14A1xEP0Hgy4gBZS5R7czHj3ehSgOzkVeyfuGrBw/WLm0hsAAAAASUVORK5CYII=) no-repeat;
1116
+ }
1117
+ .tui-full-calendar-ic-location-b {
1118
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAOZJREFUKBWVUT0KwjAUbkzGTuJWPYNDpV0cXD2ETuIRBK+gs4ubp3BwcXBp6eINBKWDgydoid9X8oKCggYeee/7S9IGwZ9LverTNO3Wdb2y1o6IK6WOWutFlmU30XmDE58hbgvpTA+Y+mJqCemS20jdG2N6LPYMICc6b5BrIG3ONBZ7CoVj7w0cfllGRDj+gKQpjt/iPU0ye/LkROcNANaoCUzjqqquIsBuHddAWoiyLO9RFHUwJ4JxR/qmKIqdYG9vCMNwCeIiJHuHecj/B0GSJBng7ifO+ErDPM8L4b7ucRzPWJ8ET1E7YC7tmi9qAAAAAElFTkSuQmCC);
1119
+ }
1120
+ .tui-full-calendar-ic-state-b {
1121
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAHlJREFUKBVjYCARMCKrNzEx8QTyZ/3//18GJM7IyPgESKWdOXNmO4gPAkwQCk6CFQMVNoIwVOMsuCw6w9jY+D8Iw8TR+SBxsJOATtkKNM0LphAbDbRxG9Bp3mAnEVIMMgCmBt0P2AxHERusGkAhgOJQ7Jyt2IUJiAIAwwIn24FgmhkAAAAASUVORK5CYII=);
1122
+ }
1123
+ .tui-full-calendar-icon.tui-full-calendar-ic-user-b {
1124
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAJpJREFUKBVjYKA1YES3wMTExBMoNgsqnnbmzJntyGqYkDlQ9qz////LgDCQD9MIV4ZNA1wSGwObhjRGRsYnIAzUkIZNE0licE+bm5tr/fnzJx1osjPQBFmoKY+BftnLwsIy8+TJk9dAYmANxsbGoUD2YiBmBwliAT+BYrFnz55dDfNDO1AAl2KQfpAcSA0DTIMyiEMAEKMG0wgAolIjcM7Tjm8AAAAASUVORK5CYII=);
1125
+ }
1126
+ .tui-full-calendar-icon.tui-full-calendar-ic-edit {
1127
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAMdJREFUKBVjYCARMOJTb2xsLMfIyBjLysq64Pjx409BapnwaQDKzf7//3/L79+/D1tbW0uB1LJg02BmZqYIVPgdKBf/79+//UC2xs+fP8OB/H4MG0CK//79ewCkEGQYExOTI5DawMnJuQTER/EDTDFQXA4kCQQ3QBpOnz79AsJF8gMWxTA1KDTYBhyKMUwH6WSysrKSB7kZyIY5AySOVTFIggno+5VAmijFYA1AwhzEgAKcJsMUwIMVGKPH2NnZ7ZFDBKYImQYAuO5YIMgk39gAAAAASUVORK5CYII=);
1128
+ }
1129
+ .tui-full-calendar-icon.tui-full-calendar-ic-delete {
1130
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAFhJREFUKBVjYCARMKKrNzEx2fr//38vkDgjI+O2M2fOeCOrAWtAVoQsicyGaWZCFsTHBtr6H588Tjm4H4yNjfGacPbsWbBaop0Es3JYaQBFDMxjWOitMDEA3EEZfFEISwUAAAAASUVORK5CYII=);
1131
+ }
1132
+ .tui-full-calendar-icon.tui-full-calendar-ic-arrow-solid-top {
1133
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAIFJREFUKBVjYBj+gBmXF2NiYiTV1dV5rl279gWbGiZsgg0NDSw/f/5cCZRbBWJjU4PVRjExsR6g4nAgln/z5g3v1atXd6JrxtAYHh4e+v///z4khZa6urrXgJqvIYkxMCJzgJo0//37dwooxoMsDmR/YWJiMlu5cuV1NPFRLrYQAADMVCaUtbG7XwAAAABJRU5ErkJggg==) no-repeat;
1134
+ }
1135
+ .tui-full-calendar-icon.tui-full-calendar-ic-milestone {
1136
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAGFJREFUKBVjYCARMILU/3dw+I+hj5FxG+P+/d7o4rg1IKtE0syELI6T/f+/F0yOOA0w1UCa9hpYkGxjYDxwABwIILH/jo5bGWBuZ2TcClOHogEmCKKxBSlInPZ+ANlCEgAA37EU4AHbBQUAAAAASUVORK5CYII=) no-repeat;
1137
+ }
1138
+ .tui-full-calendar-icon.tui-full-calendar-ic-arrow-left {
1139
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAAAXNSR0IArs4c6QAAAFZJREFUCB1jZICCyspK83///hUxgvhVVVV6f//+3c3ExJTMVFNTowqU2cHMzJzf3t6+hen379/zgIp2t7W1rQCpZmJlZU0C0q5AbREgAQwzwAIgGZgtADMCJqH/QyvhAAAAAElFTkSuQmCC) no-repeat;
1140
+ }
1141
+ .tui-full-calendar-icon.tui-full-calendar-ic-arrow-right {
1142
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAAAXNSR0IArs4c6QAAAFxJREFUCB1jKC8vX1lZWWnOAAVMQLD4379/m6qqqvRAYowgAsiJAAr2sbCw2IMFQIIVFRUL////r8SCpMKVlZXVnhFooA9Q+VxmZmbXtra2S0xATizQYD8QB6QaAJMLJ9BqE9yTAAAAAElFTkSuQmCC) no-repeat;
1143
+ }
1144
+ .tui-full-calendar-ic-repeat-b {
1145
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAQpJREFUKBVjYCARMCKrNzU1tf/3718lUMwQiP8yMjKeYWJi6j516tRhExOThjNnzjTANQAFqv///98CVHQPSO8A0ixATa5AtjyQPgDETmfPngULMpiZmbn//fu3BSg4B6ggCyjxG8hm8PT0ZH/9+vUJoJgTiA8CTCACqDgXaOJ9Xl7eTJhikDhQcSVQsQGITT8A9rSxsfF/mJVApzWCQgPGd3BwYPny5cstoNOuAZ3rAwoJOAAqviAqKtoOEwAaxPr58+dpQL4iEGeAxJFt2AfkOwA1PQTSu4Em/gGyPYC0EpCuAdraCtIADiWgQCPQOmdmZmYHoNgVoCJfIB0CpG8DI84BphgoRjoAAAzgdELI91E5AAAAAElFTkSuQmCC);
1146
+ }
1147
+ /*# sourceMappingURL=src/css/main.css.map */
1148
+
1149
+ /*# sourceMappingURL=tui-calendar.css.map*/