custfrontworkerhhgb12 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (187) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +8 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +21 -0
  5. data/README.md +39 -0
  6. data/Rakefile +2 -0
  7. data/bin/console +14 -0
  8. data/bin/setup +8 -0
  9. data/custfrontworkerhhgb12.gemspec +41 -0
  10. data/lib/custfrontworkerhhgb12/.engine.rb.swp +0 -0
  11. data/lib/custfrontworkerhhgb12/engine.rb +15 -0
  12. data/lib/custfrontworkerhhgb12/version.rb +3 -0
  13. data/lib/custfrontworkerhhgb12.rb +8 -0
  14. data/lib/sass/black-dashboard/bootstrap/_alert.scss +51 -0
  15. data/lib/sass/black-dashboard/bootstrap/_badge.scss +47 -0
  16. data/lib/sass/black-dashboard/bootstrap/_breadcrumb.scss +41 -0
  17. data/lib/sass/black-dashboard/bootstrap/_button-group.scss +172 -0
  18. data/lib/sass/black-dashboard/bootstrap/_buttons.scss +143 -0
  19. data/lib/sass/black-dashboard/bootstrap/_card.scss +301 -0
  20. data/lib/sass/black-dashboard/bootstrap/_carousel.scss +236 -0
  21. data/lib/sass/black-dashboard/bootstrap/_close.scss +35 -0
  22. data/lib/sass/black-dashboard/bootstrap/_code.scss +48 -0
  23. data/lib/sass/black-dashboard/bootstrap/_custom-forms.scss +433 -0
  24. data/lib/sass/black-dashboard/bootstrap/_dropdown.scss +166 -0
  25. data/lib/sass/black-dashboard/bootstrap/_forms.scss +333 -0
  26. data/lib/sass/black-dashboard/bootstrap/_functions.scss +86 -0
  27. data/lib/sass/black-dashboard/bootstrap/_grid.scss +52 -0
  28. data/lib/sass/black-dashboard/bootstrap/_images.scss +42 -0
  29. data/lib/sass/black-dashboard/bootstrap/_input-group.scss +173 -0
  30. data/lib/sass/black-dashboard/bootstrap/_jumbotron.scss +16 -0
  31. data/lib/sass/black-dashboard/bootstrap/_list-group.scss +115 -0
  32. data/lib/sass/black-dashboard/bootstrap/_media.scss +8 -0
  33. data/lib/sass/black-dashboard/bootstrap/_mixins.scss +41 -0
  34. data/lib/sass/black-dashboard/bootstrap/_modal.scss +180 -0
  35. data/lib/sass/black-dashboard/bootstrap/_nav.scss +118 -0
  36. data/lib/sass/black-dashboard/bootstrap/_navbar.scss +299 -0
  37. data/lib/sass/black-dashboard/bootstrap/_pagination.scss +78 -0
  38. data/lib/sass/black-dashboard/bootstrap/_popover.scss +183 -0
  39. data/lib/sass/black-dashboard/bootstrap/_print.scss +141 -0
  40. data/lib/sass/black-dashboard/bootstrap/_progress.scss +34 -0
  41. data/lib/sass/black-dashboard/bootstrap/_reboot.scss +483 -0
  42. data/lib/sass/black-dashboard/bootstrap/_root.scss +19 -0
  43. data/lib/sass/black-dashboard/bootstrap/_tables.scss +187 -0
  44. data/lib/sass/black-dashboard/bootstrap/_tooltip.scss +115 -0
  45. data/lib/sass/black-dashboard/bootstrap/_transitions.scss +22 -0
  46. data/lib/sass/black-dashboard/bootstrap/_type.scss +125 -0
  47. data/lib/sass/black-dashboard/bootstrap/_utilities.scss +15 -0
  48. data/lib/sass/black-dashboard/bootstrap/_variables.scss +952 -0
  49. data/lib/sass/black-dashboard/bootstrap/mixins/_alert.scss +13 -0
  50. data/lib/sass/black-dashboard/bootstrap/mixins/_background-variant.scss +21 -0
  51. data/lib/sass/black-dashboard/bootstrap/mixins/_badge.scss +12 -0
  52. data/lib/sass/black-dashboard/bootstrap/mixins/_border-radius.scss +35 -0
  53. data/lib/sass/black-dashboard/bootstrap/mixins/_box-shadow.scss +5 -0
  54. data/lib/sass/black-dashboard/bootstrap/mixins/_breakpoints.scss +123 -0
  55. data/lib/sass/black-dashboard/bootstrap/mixins/_buttons.scss +109 -0
  56. data/lib/sass/black-dashboard/bootstrap/mixins/_caret.scss +66 -0
  57. data/lib/sass/black-dashboard/bootstrap/mixins/_clearfix.scss +7 -0
  58. data/lib/sass/black-dashboard/bootstrap/mixins/_float.scss +11 -0
  59. data/lib/sass/black-dashboard/bootstrap/mixins/_forms.scss +147 -0
  60. data/lib/sass/black-dashboard/bootstrap/mixins/_gradients.scss +45 -0
  61. data/lib/sass/black-dashboard/bootstrap/mixins/_grid-framework.scss +67 -0
  62. data/lib/sass/black-dashboard/bootstrap/mixins/_grid.scss +52 -0
  63. data/lib/sass/black-dashboard/bootstrap/mixins/_hover.scss +37 -0
  64. data/lib/sass/black-dashboard/bootstrap/mixins/_image.scss +36 -0
  65. data/lib/sass/black-dashboard/bootstrap/mixins/_list-group.scss +21 -0
  66. data/lib/sass/black-dashboard/bootstrap/mixins/_lists.scss +7 -0
  67. data/lib/sass/black-dashboard/bootstrap/mixins/_nav-divider.scss +10 -0
  68. data/lib/sass/black-dashboard/bootstrap/mixins/_pagination.scss +22 -0
  69. data/lib/sass/black-dashboard/bootstrap/mixins/_reset-text.scss +17 -0
  70. data/lib/sass/black-dashboard/bootstrap/mixins/_resize.scss +6 -0
  71. data/lib/sass/black-dashboard/bootstrap/mixins/_screen-reader.scss +33 -0
  72. data/lib/sass/black-dashboard/bootstrap/mixins/_size.scss +6 -0
  73. data/lib/sass/black-dashboard/bootstrap/mixins/_table-row.scss +30 -0
  74. data/lib/sass/black-dashboard/bootstrap/mixins/_text-emphasis.scss +14 -0
  75. data/lib/sass/black-dashboard/bootstrap/mixins/_text-hide.scss +13 -0
  76. data/lib/sass/black-dashboard/bootstrap/mixins/_text-truncate.scss +8 -0
  77. data/lib/sass/black-dashboard/bootstrap/mixins/_transition.scss +13 -0
  78. data/lib/sass/black-dashboard/bootstrap/mixins/_visibility.scss +7 -0
  79. data/lib/sass/black-dashboard/bootstrap/utilities/_align.scss +8 -0
  80. data/lib/sass/black-dashboard/bootstrap/utilities/_background.scss +19 -0
  81. data/lib/sass/black-dashboard/bootstrap/utilities/_borders.scss +59 -0
  82. data/lib/sass/black-dashboard/bootstrap/utilities/_clearfix.scss +3 -0
  83. data/lib/sass/black-dashboard/bootstrap/utilities/_display.scss +38 -0
  84. data/lib/sass/black-dashboard/bootstrap/utilities/_embed.scss +52 -0
  85. data/lib/sass/black-dashboard/bootstrap/utilities/_flex.scss +51 -0
  86. data/lib/sass/black-dashboard/bootstrap/utilities/_float.scss +9 -0
  87. data/lib/sass/black-dashboard/bootstrap/utilities/_position.scss +37 -0
  88. data/lib/sass/black-dashboard/bootstrap/utilities/_screenreaders.scss +11 -0
  89. data/lib/sass/black-dashboard/bootstrap/utilities/_shadows.scss +6 -0
  90. data/lib/sass/black-dashboard/bootstrap/utilities/_sizing.scss +12 -0
  91. data/lib/sass/black-dashboard/bootstrap/utilities/_spacing.scss +51 -0
  92. data/lib/sass/black-dashboard/bootstrap/utilities/_text.scss +58 -0
  93. data/lib/sass/black-dashboard/bootstrap/utilities/_visibility.scss +11 -0
  94. data/lib/sass/black-dashboard/custom/_alerts.scss +89 -0
  95. data/lib/sass/black-dashboard/custom/_avatars.scss +51 -0
  96. data/lib/sass/black-dashboard/custom/_badge.scss +25 -0
  97. data/lib/sass/black-dashboard/custom/_buttons.scss +281 -0
  98. data/lib/sass/black-dashboard/custom/_card.scss +223 -0
  99. data/lib/sass/black-dashboard/custom/_checkboxes-radio.scss +154 -0
  100. data/lib/sass/black-dashboard/custom/_close.scss +29 -0
  101. data/lib/sass/black-dashboard/custom/_custom-forms.scss +186 -0
  102. data/lib/sass/black-dashboard/custom/_dropdown.scss +361 -0
  103. data/lib/sass/black-dashboard/custom/_example-pages.scss +319 -0
  104. data/lib/sass/black-dashboard/custom/_fixed-plugin.scss +335 -0
  105. data/lib/sass/black-dashboard/custom/_footer.scss +109 -0
  106. data/lib/sass/black-dashboard/custom/_forms.scss +146 -0
  107. data/lib/sass/black-dashboard/custom/_functions.scss +23 -0
  108. data/lib/sass/black-dashboard/custom/_global.scss +172 -0
  109. data/lib/sass/black-dashboard/custom/_grid.scss +5 -0
  110. data/lib/sass/black-dashboard/custom/_icons.scss +92 -0
  111. data/lib/sass/black-dashboard/custom/_images.scss +7 -0
  112. data/lib/sass/black-dashboard/custom/_info-areas.scss +170 -0
  113. data/lib/sass/black-dashboard/custom/_input-group.scss +342 -0
  114. data/lib/sass/black-dashboard/custom/_misc.scss +215 -0
  115. data/lib/sass/black-dashboard/custom/_mixins.scss +15 -0
  116. data/lib/sass/black-dashboard/custom/_modal.scss +257 -0
  117. data/lib/sass/black-dashboard/custom/_nav.scss +85 -0
  118. data/lib/sass/black-dashboard/custom/_navbar.scss +480 -0
  119. data/lib/sass/black-dashboard/custom/_pagination.scss +141 -0
  120. data/lib/sass/black-dashboard/custom/_pills.scss +169 -0
  121. data/lib/sass/black-dashboard/custom/_popover.scss +14 -0
  122. data/lib/sass/black-dashboard/custom/_progress.scss +103 -0
  123. data/lib/sass/black-dashboard/custom/_reboot.scss +18 -0
  124. data/lib/sass/black-dashboard/custom/_rtl.scss +268 -0
  125. data/lib/sass/black-dashboard/custom/_sidebar-and-main-panel.scss +912 -0
  126. data/lib/sass/black-dashboard/custom/_tables.scss +248 -0
  127. data/lib/sass/black-dashboard/custom/_tabs.scss +110 -0
  128. data/lib/sass/black-dashboard/custom/_timeline.scss +251 -0
  129. data/lib/sass/black-dashboard/custom/_type.scss +166 -0
  130. data/lib/sass/black-dashboard/custom/_utilities.scss +9 -0
  131. data/lib/sass/black-dashboard/custom/_variables.scss +997 -0
  132. data/lib/sass/black-dashboard/custom/_white-content.scss +491 -0
  133. data/lib/sass/black-dashboard/custom/cards/_card-animation-on-hover.scss +7 -0
  134. data/lib/sass/black-dashboard/custom/cards/_card-chart.scss +84 -0
  135. data/lib/sass/black-dashboard/custom/cards/_card-collapse.scss +51 -0
  136. data/lib/sass/black-dashboard/custom/cards/_card-contributions.scss +55 -0
  137. data/lib/sass/black-dashboard/custom/cards/_card-lock.scss +18 -0
  138. data/lib/sass/black-dashboard/custom/cards/_card-map.scss +3 -0
  139. data/lib/sass/black-dashboard/custom/cards/_card-plain.scss +16 -0
  140. data/lib/sass/black-dashboard/custom/cards/_card-pricing.scss +190 -0
  141. data/lib/sass/black-dashboard/custom/cards/_card-profile.scss +49 -0
  142. data/lib/sass/black-dashboard/custom/cards/_card-register.scss +79 -0
  143. data/lib/sass/black-dashboard/custom/cards/_card-stats-mini.scss +53 -0
  144. data/lib/sass/black-dashboard/custom/cards/_card-stats.scss +80 -0
  145. data/lib/sass/black-dashboard/custom/cards/_card-subcategories.scss +3 -0
  146. data/lib/sass/black-dashboard/custom/cards/_card-task.scss +31 -0
  147. data/lib/sass/black-dashboard/custom/cards/_card-testimonials.scss +46 -0
  148. data/lib/sass/black-dashboard/custom/cards/_card-user.scss +77 -0
  149. data/lib/sass/black-dashboard/custom/cards/_card-wizard.scss +21 -0
  150. data/lib/sass/black-dashboard/custom/mixins/_alert.scss +14 -0
  151. data/lib/sass/black-dashboard/custom/mixins/_background-variant.scss +18 -0
  152. data/lib/sass/black-dashboard/custom/mixins/_badges.scss +15 -0
  153. data/lib/sass/black-dashboard/custom/mixins/_buttons.scss +343 -0
  154. data/lib/sass/black-dashboard/custom/mixins/_dropdown.scss +26 -0
  155. data/lib/sass/black-dashboard/custom/mixins/_forms.scss +127 -0
  156. data/lib/sass/black-dashboard/custom/mixins/_icon.scss +4 -0
  157. data/lib/sass/black-dashboard/custom/mixins/_inputs.scss +234 -0
  158. data/lib/sass/black-dashboard/custom/mixins/_modals.scss +15 -0
  159. data/lib/sass/black-dashboard/custom/mixins/_page-header.scss +7 -0
  160. data/lib/sass/black-dashboard/custom/mixins/_popovers.scss +41 -0
  161. data/lib/sass/black-dashboard/custom/mixins/_vendor-prefixes.scss +202 -0
  162. data/lib/sass/black-dashboard/custom/mixins/_wizard.scss +26 -0
  163. data/lib/sass/black-dashboard/custom/mixins/opacity.scss +8 -0
  164. data/lib/sass/black-dashboard/custom/utilities/_backgrounds.scss +42 -0
  165. data/lib/sass/black-dashboard/custom/utilities/_floating.scss +54 -0
  166. data/lib/sass/black-dashboard/custom/utilities/_helper.scss +62 -0
  167. data/lib/sass/black-dashboard/custom/utilities/_position.scss +19 -0
  168. data/lib/sass/black-dashboard/custom/utilities/_shadows.scss +10 -0
  169. data/lib/sass/black-dashboard/custom/utilities/_sizing.scss +5 -0
  170. data/lib/sass/black-dashboard/custom/utilities/_spacing.scss +105 -0
  171. data/lib/sass/black-dashboard/custom/utilities/_text.scss +40 -0
  172. data/lib/sass/black-dashboard/custom/utilities/_transform.scss +8 -0
  173. data/lib/sass/black-dashboard/custom/vendor/_plugin-animate-bootstrap-notify.scss +227 -0
  174. data/lib/sass/black-dashboard/custom/vendor/_plugin-bootstrap-select.scss +358 -0
  175. data/lib/sass/black-dashboard/custom/vendor/_plugin-bootstrap-switch.scss +316 -0
  176. data/lib/sass/black-dashboard/custom/vendor/_plugin-card-wizard.scss +315 -0
  177. data/lib/sass/black-dashboard/custom/vendor/_plugin-datatables.net.scss +135 -0
  178. data/lib/sass/black-dashboard/custom/vendor/_plugin-datetimepicker.scss +527 -0
  179. data/lib/sass/black-dashboard/custom/vendor/_plugin-fullcalendar.scss +1528 -0
  180. data/lib/sass/black-dashboard/custom/vendor/_plugin-jasny-fileupload.scss +116 -0
  181. data/lib/sass/black-dashboard/custom/vendor/_plugin-jquery.jvectormap.scss +136 -0
  182. data/lib/sass/black-dashboard/custom/vendor/_plugin-nouislider.scss +373 -0
  183. data/lib/sass/black-dashboard/custom/vendor/_plugin-perfect-scrollbar.scss +116 -0
  184. data/lib/sass/black-dashboard/custom/vendor/_plugin-sweetalert2.scss +711 -0
  185. data/lib/sass/black-dashboard/custom/vendor/_plugin-tagsinput.scss +79 -0
  186. data/lib/sass/custfrontworkerhhgb12.scss +556 -0
  187. metadata +257 -0
@@ -0,0 +1,1528 @@
1
+ .fc {
2
+ direction: ltr;
3
+ text-align: left;
4
+ }
5
+
6
+ .fc-rtl {
7
+ text-align: right;
8
+ }
9
+
10
+ body .fc { /* extra precedence to overcome jqui */
11
+ font-size: 1em;
12
+ }
13
+
14
+
15
+ /* Colors
16
+ --------------------------------------------------------------------------------------------------*/
17
+
18
+ .fc-unthemed th,
19
+ .fc-unthemed td,
20
+ .fc-unthemed thead,
21
+ .fc-unthemed tbody,
22
+ .fc-unthemed .fc-divider,
23
+ .fc-unthemed .fc-row,
24
+ .fc-unthemed .fc-content, /* for gutter border */
25
+ .fc-unthemed .fc-popover,
26
+ .fc-unthemed .fc-list-view,
27
+ .fc-unthemed .fc-list-heading td {
28
+ border-color: lighten($black, 5%);
29
+ }
30
+
31
+
32
+
33
+ .fc-unthemed .fc-popover {
34
+ background-color: $white;
35
+ }
36
+
37
+ .fc-unthemed .fc-divider,
38
+ .fc-unthemed .fc-popover .fc-header,
39
+ .fc-unthemed .fc-list-heading td {
40
+ background: $default;
41
+ }
42
+
43
+ .fc-unthemed .fc-popover .fc-header .fc-close {
44
+ color: $link-disabled;
45
+ }
46
+
47
+ .fc-unthemed .fc-today {
48
+ background: lighten($black, 2%);
49
+ color: $white;
50
+ }
51
+
52
+ .fc-highlight { /* when user is selecting cells */
53
+ background: #bce8f1;
54
+ opacity: .3;
55
+ }
56
+
57
+ .fc-bgevent { /* default look for background events */
58
+ background: rgb(143, 223, 130);
59
+ opacity: .3;
60
+ }
61
+
62
+ .fc-nonbusiness { /* default look for non-business-hours areas */
63
+ /* will inherit .fc-bgevent's styles */
64
+ background: #d7d7d7;
65
+ }
66
+
67
+
68
+ /* Icons (inline elements with styled text that mock arrow icons)
69
+ --------------------------------------------------------------------------------------------------*/
70
+
71
+ .fc-icon {
72
+ display: inline-block;
73
+ height: 1em;
74
+ line-height: 1em;
75
+ font-size: 1em;
76
+ text-align: center;
77
+ overflow: hidden;
78
+ font-family: "Courier New", Courier, monospace;
79
+
80
+ /* don't allow browser text-selection */
81
+ -webkit-touch-callout: none;
82
+ -webkit-user-select: none;
83
+ -khtml-user-select: none;
84
+ -moz-user-select: none;
85
+ -ms-user-select: none;
86
+ user-select: none;
87
+ }
88
+
89
+ /*
90
+ Acceptable font-family overrides for individual icons:
91
+ "Arial", sans-serif
92
+ "Times New Roman", serif
93
+
94
+ NOTE: use percentage font sizes or else old IE chokes
95
+ */
96
+
97
+ .fc-icon:after {
98
+ position: relative;
99
+ }
100
+
101
+ .fc-icon-left-single-arrow:after {
102
+ content: "\02039";
103
+ font-weight: bold;
104
+ font-size: 200%;
105
+ top: -7%;
106
+ }
107
+
108
+ .fc-icon-right-single-arrow:after {
109
+ content: "\0203A";
110
+ font-weight: bold;
111
+ font-size: 200%;
112
+ top: -7%;
113
+ }
114
+
115
+ .fc-icon-left-double-arrow:after {
116
+ content: "\000AB";
117
+ font-size: 160%;
118
+ top: -7%;
119
+ }
120
+
121
+ .fc-icon-right-double-arrow:after {
122
+ content: "\000BB";
123
+ font-size: 160%;
124
+ top: -7%;
125
+ }
126
+
127
+ .fc-icon-left-triangle:after {
128
+ content: "\25C4";
129
+ font-size: 125%;
130
+ top: 3%;
131
+ }
132
+
133
+ .fc-icon-right-triangle:after {
134
+ content: "\25BA";
135
+ font-size: 125%;
136
+ top: 3%;
137
+ }
138
+
139
+ .fc-icon-down-triangle:after {
140
+ content: "\25BC";
141
+ font-size: 125%;
142
+ top: 2%;
143
+ }
144
+
145
+ .fc-icon-x:after {
146
+ content: "\000D7";
147
+ font-size: 200%;
148
+ top: 6%;
149
+ }
150
+
151
+
152
+ /* Buttons (styled <button> tags, normalized to work cross-browser)
153
+ --------------------------------------------------------------------------------------------------*/
154
+
155
+ .fc button {
156
+ border-width: $border-thick;
157
+ font-weight: $font-weight-normal;
158
+ font-size: $font-size-sm;
159
+ line-height: $line-height;
160
+ margin: 5px 1px;
161
+ border: none;
162
+ margin:10px 1px;
163
+ border-radius: $border-radius-sm;
164
+ padding: 8px 20px;
165
+ cursor: pointer;
166
+ -webkit-transition: all .2s ease-in-out;
167
+ -o-transition: all .2s ease-in-out;
168
+ transition: all .2s ease-in-out;
169
+ outline: none;
170
+
171
+ &::-moz-focus-inner {
172
+ border: 0;
173
+ }
174
+
175
+ &,
176
+ &.btn-primary{
177
+ @include btn-styles($primary, $primary-states);
178
+ }
179
+ }
180
+
181
+ .fc button[disabled],
182
+ .fc button[disabled]:focus,
183
+ .fc button[disabled]:hover{
184
+ cursor: default;
185
+ opacity: .5;
186
+ pointer-events: none;
187
+ // @include shadow-2dp-color($gray-light);
188
+
189
+ }
190
+
191
+ .fc-state-default { /* non-theme */
192
+ border: 1px solid;
193
+ opacity: 0.5;
194
+ &:hover{
195
+ opacity: 1;
196
+ }
197
+ }
198
+
199
+ /*.fc-state-default.fc-corner-left { non-theme
200
+ border-top-left-radius: 4px;
201
+ border-bottom-left-radius: 4px;
202
+ }
203
+
204
+ .fc-state-default.fc-corner-right { /* non-theme
205
+ border-top-right-radius: 4px;
206
+ border-bottom-right-radius: 4px;
207
+ }*/
208
+
209
+ /* icons in buttons */
210
+
211
+ .fc button .fc-icon { /* non-theme */
212
+ position: relative;
213
+ top: -0.05em; /* seems to be a good adjustment across browsers */
214
+ margin: 0 .2em;
215
+ vertical-align: middle;
216
+ }
217
+
218
+ /*
219
+ button states
220
+ borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
221
+ */
222
+
223
+ // .fc-state-default {
224
+ // background-color: #f5f5f5;
225
+ // background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
226
+ // background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
227
+ // background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
228
+ // background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
229
+ // background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
230
+ // background-repeat: repeat-x;
231
+ // border-color: #e6e6e6 #e6e6e6 #bfbfbf;
232
+ // border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
233
+ // color: #333;
234
+ // text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
235
+ // box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
236
+ // }
237
+
238
+ .fc-state-hover,
239
+ .fc-state-down,
240
+ .fc-state-active,
241
+ .fc-state-disabled {
242
+ color: #333333;
243
+ background-color: #e6e6e6;
244
+ }
245
+
246
+ .fc-state-hover {
247
+ color: #333333;
248
+ text-decoration: none;
249
+ background-position: 0 -15px;
250
+ -webkit-transition: background-position 0.1s linear;
251
+ -moz-transition: background-position 0.1s linear;
252
+ -o-transition: background-position 0.1s linear;
253
+ transition: background-position 0.1s linear;
254
+ }
255
+
256
+ .fc-state-down,
257
+ .fc-state-active {
258
+ background-color: #cccccc;
259
+ background-image: none;
260
+ }
261
+
262
+ .fc-state-disabled {
263
+ cursor: default;
264
+ background-image: none;
265
+ opacity: 0.65;
266
+ box-shadow: none;
267
+ }
268
+
269
+
270
+ /* Buttons Groups
271
+ --------------------------------------------------------------------------------------------------*/
272
+
273
+ .fc-button-group {
274
+ display: inline-block;
275
+ .fc-prev-button, .fc-next-button{
276
+ background: $transparent-bg;
277
+ border: 1px solid lighten($black,5%);
278
+ &:hover, &:focus, &:active:hover{
279
+ background-color: $transparent-bg !important;
280
+ background-image: none !important;
281
+ }
282
+ }
283
+ }
284
+
285
+ /*
286
+ every button that is not first in a button group should scootch over one pixel and cover the
287
+ previous button's border...
288
+ */
289
+
290
+ .fc .fc-button-group > * { /* extra precedence b/c buttons have margin set to zero */
291
+ float: left;
292
+ margin: 0 0 0 2px;
293
+ }
294
+
295
+ .fc .fc-button-group > :first-child { /* same */
296
+ margin-left: 0;
297
+ }
298
+
299
+
300
+ /* Popover
301
+ --------------------------------------------------------------------------------------------------*/
302
+
303
+ .fc-popover {
304
+ position: absolute;
305
+ box-shadow: 0 2px 6px rgba(0,0,0,.15);
306
+ }
307
+
308
+ .fc-popover .fc-header { /* TODO: be more consistent with fc-head/fc-body */
309
+ padding: 2px 4px;
310
+ }
311
+
312
+ .fc-popover .fc-header .fc-title {
313
+ margin: 0 2px;
314
+ }
315
+
316
+ .fc-popover .fc-header .fc-close {
317
+ cursor: pointer;
318
+ }
319
+
320
+ .fc-ltr .fc-popover .fc-header .fc-title,
321
+ .fc-rtl .fc-popover .fc-header .fc-close {
322
+ float: left;
323
+ }
324
+
325
+ .fc-rtl .fc-popover .fc-header .fc-title,
326
+ .fc-ltr .fc-popover .fc-header .fc-close {
327
+ float: right;
328
+ }
329
+
330
+ /* unthemed */
331
+
332
+ .fc-unthemed .fc-popover {
333
+ border-width: 1px;
334
+ border-style: solid;
335
+ }
336
+
337
+ .fc-unthemed .fc-popover .fc-header .fc-close {
338
+ font-size: .9em;
339
+ margin-top: 2px;
340
+ }
341
+
342
+ /* jqui themed */
343
+
344
+ .fc-popover > .ui-widget-header + .ui-widget-content {
345
+ border-top: 0; /* where they meet, let the header have the border */
346
+ }
347
+
348
+
349
+ /* Misc Reusable Components
350
+ --------------------------------------------------------------------------------------------------*/
351
+
352
+ .fc-divider {
353
+ border-style: solid;
354
+ border-width: 1px;
355
+ }
356
+
357
+ hr.fc-divider {
358
+ height: 0;
359
+ margin: 0;
360
+ padding: 0 0 2px; /* height is unreliable across browsers, so use padding */
361
+ border-width: 1px 0;
362
+ }
363
+
364
+ .fc-clear {
365
+ clear: both;
366
+ }
367
+
368
+ .fc-bg,
369
+ .fc-bgevent-skeleton,
370
+ .fc-highlight-skeleton,
371
+ .fc-helper-skeleton {
372
+ /* these element should always cling to top-left/right corners */
373
+ position: absolute;
374
+ top: 0;
375
+ left: 0;
376
+ right: 0;
377
+ }
378
+
379
+ .fc-bg {
380
+ bottom: 0; /* strech bg to bottom edge */
381
+ }
382
+
383
+ .fc-bg table {
384
+ height: 100%; /* strech bg to bottom edge */
385
+ }
386
+
387
+
388
+ /* Tables
389
+ --------------------------------------------------------------------------------------------------*/
390
+
391
+ .fc table {
392
+ width: 100%;
393
+ box-sizing: border-box; /* fix scrollbar issue in firefox */
394
+ table-layout: fixed;
395
+ border-collapse: collapse;
396
+ border-spacing: 0;
397
+ font-size: 1em; /* normalize cross-browser */
398
+ }
399
+
400
+ .fc th {
401
+ text-align: center;
402
+ }
403
+
404
+ .fc th,
405
+ .fc td {
406
+ border-style: solid;
407
+ border-width: 1px;
408
+ padding: 0;
409
+ vertical-align: top;
410
+ }
411
+
412
+ .fc td.fc-today {
413
+ border-style: double; /* overcome neighboring borders */
414
+ }
415
+
416
+
417
+ /* Internal Nav Links
418
+ --------------------------------------------------------------------------------------------------*/
419
+
420
+ a[data-goto] {
421
+ cursor: pointer;
422
+ }
423
+
424
+ a[data-goto]:hover {
425
+ text-decoration: underline;
426
+ }
427
+
428
+
429
+ /* Fake Table Rows
430
+ --------------------------------------------------------------------------------------------------*/
431
+
432
+ .fc .fc-row { /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
433
+ /* no visible border by default. but make available if need be (scrollbar width compensation) */
434
+ border-style: solid;
435
+ border-width: 0;
436
+ }
437
+
438
+ .fc-row table {
439
+ /* don't put left/right border on anything within a fake row.
440
+ the outer tbody will worry about this */
441
+ border-left: 0 hidden transparent;
442
+ border-right: 0 hidden transparent;
443
+
444
+ /* no bottom borders on rows */
445
+ border-bottom: 0 hidden transparent;
446
+ }
447
+
448
+ .fc-row:first-child table {
449
+ border-top: 0 hidden transparent; /* no top border on first row */
450
+ }
451
+
452
+
453
+ /* Day Row (used within the header and the DayGrid)
454
+ --------------------------------------------------------------------------------------------------*/
455
+
456
+ .fc-row {
457
+ position: relative;
458
+ }
459
+
460
+ .fc-row .fc-bg {
461
+ z-index: 1;
462
+ }
463
+
464
+ /* highlighting cells & background event skeleton */
465
+
466
+ .fc-row .fc-bgevent-skeleton,
467
+ .fc-row .fc-highlight-skeleton {
468
+ bottom: 0; /* stretch skeleton to bottom of row */
469
+ }
470
+
471
+ .fc-row .fc-bgevent-skeleton table,
472
+ .fc-row .fc-highlight-skeleton table {
473
+ height: 100%; /* stretch skeleton to bottom of row */
474
+ }
475
+
476
+ .fc-row .fc-highlight-skeleton td,
477
+ .fc-row .fc-bgevent-skeleton td {
478
+ border-color: transparent;
479
+ }
480
+
481
+ .fc-row .fc-bgevent-skeleton {
482
+ z-index: 2;
483
+
484
+ }
485
+
486
+ .fc-row .fc-highlight-skeleton {
487
+ z-index: 3;
488
+ }
489
+
490
+ /*
491
+ row content (which contains day/week numbers and events) as well as "helper" (which contains
492
+ temporary rendered events).
493
+ */
494
+
495
+ .fc-row .fc-content-skeleton {
496
+ position: relative;
497
+ z-index: 4;
498
+ padding-bottom: 2px; /* matches the space above the events */
499
+ }
500
+
501
+ .fc-row .fc-helper-skeleton {
502
+ z-index: 5;
503
+ }
504
+
505
+ .fc-row .fc-content-skeleton td,
506
+ .fc-row .fc-helper-skeleton td {
507
+ /* see-through to the background below */
508
+ background: none; /* in case <td>s are globally styled */
509
+ border-color: transparent;
510
+
511
+ /* don't put a border between events and/or the day number */
512
+ border-bottom: 0;
513
+ }
514
+
515
+ .fc-row .fc-content-skeleton tbody td, /* cells with events inside (so NOT the day number cell) */
516
+ .fc-row .fc-helper-skeleton tbody td {
517
+ /* don't put a border between event cells */
518
+ border-top: 0;
519
+ }
520
+
521
+
522
+ /* Scrolling Container
523
+ --------------------------------------------------------------------------------------------------*/
524
+
525
+ .fc-scroller {
526
+ -webkit-overflow-scrolling: touch;
527
+ }
528
+
529
+ /* TODO: move to agenda/basic */
530
+ .fc-scroller > .fc-day-grid,
531
+ .fc-scroller > .fc-time-grid {
532
+ position: relative; /* re-scope all positions */
533
+ width: 100%; /* hack to force re-sizing this inner element when scrollbars appear/disappear */
534
+ }
535
+
536
+
537
+ /* Global Event Styles
538
+ --------------------------------------------------------------------------------------------------*/
539
+
540
+ .fc-event {
541
+ position: relative; /* for resize handle and other inner positioning */
542
+ display: block; /* make the <a> tag block */
543
+ font-size: .85em;
544
+ line-height: 1.3;
545
+ border-radius: 2px;
546
+ background-color: $brand-success; /* default BACKGROUND color */
547
+ // @include shadow-big-color($brand-success);
548
+ font-weight: normal; /* undo jqui's ui-widget-header bold */
549
+
550
+ &.event-azure{
551
+ background-color: $brand-info;
552
+ // @include shadow-big-color($brand-info);
553
+ }
554
+ &.event-green{
555
+ background-color: darken($brand-success,10%);
556
+ // @include shadow-big-color($brand-success);
557
+ }
558
+ &.event-orange{
559
+ background-color: $brand-warning;
560
+ // @include shadow-big-color($brand-warning);
561
+ }
562
+ &.event-red{
563
+ background-color: $brand-danger;
564
+ // @include shadow-big-color($brand-danger);
565
+ }
566
+ &.event-rose{
567
+ // background-color: $brand-rose;
568
+ // @include shadow-big-color($brand-rose);
569
+ }
570
+ &.event-default{
571
+ background-color: $default;
572
+ // @include shadow-big-color($gray-light);
573
+ }
574
+ }
575
+
576
+ .fc-event-dot {
577
+ background-color: #3a87ad; /* default BACKGROUND color */
578
+ }
579
+
580
+ /* overpower some of bootstrap's and jqui's styles on <a> tags */
581
+ .fc-event,
582
+ .fc-event:hover,
583
+ .ui-widget .fc-event {
584
+ color: $white; /* default TEXT color */
585
+ text-decoration: none; /* if <a> has an href */
586
+ }
587
+
588
+ .fc-event[href],
589
+ .fc-event.fc-draggable {
590
+ cursor: pointer; /* give events with links and draggable events a hand mouse pointer */
591
+ }
592
+
593
+ .fc-not-allowed, /* causes a "warning" cursor. applied on body */
594
+ .fc-not-allowed .fc-event { /* to override an event's custom cursor */
595
+ cursor: not-allowed;
596
+ }
597
+
598
+ .fc-event .fc-bg { /* the generic .fc-bg already does position */
599
+ z-index: 1;
600
+ background: $white;
601
+ opacity: .25;
602
+ }
603
+
604
+ .fc-event .fc-content {
605
+ position: relative;
606
+ z-index: 2;
607
+ }
608
+
609
+ /* resizer (cursor AND touch devices) */
610
+
611
+ .fc-event .fc-resizer {
612
+ position: absolute;
613
+ z-index: 4;
614
+ }
615
+
616
+ /* resizer (touch devices) */
617
+
618
+ .fc-event .fc-resizer {
619
+ display: none;
620
+ }
621
+
622
+ .fc-event.fc-allow-mouse-resize .fc-resizer,
623
+ .fc-event.fc-selected .fc-resizer {
624
+ /* only show when hovering or selected (with touch) */
625
+ display: block;
626
+ }
627
+
628
+ /* hit area */
629
+
630
+ .fc-event.fc-selected .fc-resizer:before {
631
+ /* 40x40 touch area */
632
+ content: "";
633
+ position: absolute;
634
+ z-index: 9999; /* user of this util can scope within a lower z-index */
635
+ top: 50%;
636
+ left: 50%;
637
+ width: 40px;
638
+ height: 40px;
639
+ margin-left: -20px;
640
+ margin-top: -20px;
641
+ }
642
+
643
+
644
+ /* Event Selection (only for touch devices)
645
+ --------------------------------------------------------------------------------------------------*/
646
+
647
+ .fc-event.fc-selected {
648
+ z-index: 9999 !important; /* overcomes inline z-index */
649
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
650
+ }
651
+
652
+ .fc-event.fc-selected.fc-dragging {
653
+ box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
654
+ }
655
+
656
+
657
+ /* Horizontal Events
658
+ --------------------------------------------------------------------------------------------------*/
659
+
660
+ /* bigger touch area when selected */
661
+ .fc-h-event.fc-selected:before {
662
+ content: "";
663
+ position: absolute;
664
+ z-index: 3; /* below resizers */
665
+ top: -10px;
666
+ bottom: -10px;
667
+ left: 0;
668
+ right: 0;
669
+ }
670
+
671
+ /* events that are continuing to/from another week. kill rounded corners and butt up against edge */
672
+
673
+ .fc-ltr .fc-h-event.fc-not-start,
674
+ .fc-rtl .fc-h-event.fc-not-end {
675
+ margin-left: 0;
676
+ border-left-width: 0;
677
+ padding-left: 1px; /* replace the border with padding */
678
+ border-top-left-radius: 0;
679
+ border-bottom-left-radius: 0;
680
+ }
681
+
682
+ .fc-ltr .fc-h-event.fc-not-end,
683
+ .fc-rtl .fc-h-event.fc-not-start {
684
+ margin-right: 0;
685
+ border-right-width: 0;
686
+ padding-right: 1px; /* replace the border with padding */
687
+ border-top-right-radius: 0;
688
+ border-bottom-right-radius: 0;
689
+ }
690
+
691
+ /* resizer (cursor AND touch devices) */
692
+
693
+ /* left resizer */
694
+ .fc-ltr .fc-h-event .fc-start-resizer,
695
+ .fc-rtl .fc-h-event .fc-end-resizer {
696
+ cursor: w-resize;
697
+ left: -1px; /* overcome border */
698
+ }
699
+
700
+ /* right resizer */
701
+ .fc-ltr .fc-h-event .fc-end-resizer,
702
+ .fc-rtl .fc-h-event .fc-start-resizer {
703
+ cursor: e-resize;
704
+ right: -1px; /* overcome border */
705
+ }
706
+
707
+ /* resizer (mouse devices) */
708
+
709
+ .fc-h-event.fc-allow-mouse-resize .fc-resizer {
710
+ width: 7px;
711
+ top: -1px; /* overcome top border */
712
+ bottom: -1px; /* overcome bottom border */
713
+ }
714
+
715
+ /* resizer (touch devices) */
716
+
717
+ .fc-h-event.fc-selected .fc-resizer {
718
+ /* 8x8 little dot */
719
+ border-radius: 4px;
720
+ border-width: 1px;
721
+ width: 6px;
722
+ height: 6px;
723
+ border-style: solid;
724
+ border-color: inherit;
725
+ background: #fff;
726
+ /* vertically center */
727
+ top: 50%;
728
+ margin-top: -4px;
729
+ }
730
+
731
+ /* left resizer */
732
+ .fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
733
+ .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
734
+ margin-left: -4px; /* centers the 8x8 dot on the left edge */
735
+ }
736
+
737
+ /* right resizer */
738
+ .fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
739
+ .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
740
+ margin-right: -4px; /* centers the 8x8 dot on the right edge */
741
+ }
742
+
743
+
744
+ /* DayGrid events
745
+ ----------------------------------------------------------------------------------------------------
746
+ We use the full "fc-day-grid-event" class instead of using descendants because the event won't
747
+ be a descendant of the grid when it is being dragged.
748
+ */
749
+
750
+ .fc-day-grid-event {
751
+ margin: 2px 5px 0; /* spacing between events and edges */
752
+ padding: 0 1px;
753
+ }
754
+
755
+ tr:first-child > td > .fc-day-grid-event {
756
+ margin-top: 2px; /* a little bit more space before the first event */
757
+ }
758
+
759
+ .fc-day-grid-event.fc-selected:after {
760
+ content: "";
761
+ position: absolute;
762
+ z-index: 1; /* same z-index as fc-bg, behind text */
763
+ /* overcome the borders */
764
+ top: -1px;
765
+ right: -1px;
766
+ bottom: -1px;
767
+ left: -1px;
768
+ /* darkening effect */
769
+ background: #000;
770
+ opacity: .25;
771
+ }
772
+
773
+ .fc-day-grid-event .fc-content { /* force events to be one-line tall */
774
+ white-space: nowrap;
775
+ overflow: hidden;
776
+ color: white;
777
+ padding: 0 5px;
778
+ }
779
+
780
+ .fc-day-grid-event .fc-time {
781
+ font-weight: bold;
782
+ }
783
+
784
+ /* resizer (cursor devices) */
785
+
786
+ /* left resizer */
787
+ .fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
788
+ .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
789
+ margin-left: -2px; /* to the day cell's edge */
790
+ }
791
+
792
+ /* right resizer */
793
+ .fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
794
+ .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
795
+ margin-right: -2px; /* to the day cell's edge */
796
+ }
797
+
798
+
799
+ /* Event Limiting
800
+ --------------------------------------------------------------------------------------------------*/
801
+
802
+ /* "more" link that represents hidden events */
803
+
804
+ a.fc-more {
805
+ margin: 1px 3px;
806
+ font-size: .85em;
807
+ cursor: pointer;
808
+ text-decoration: none;
809
+ }
810
+
811
+ a.fc-more:hover {
812
+ text-decoration: underline;
813
+ }
814
+
815
+ .fc-limited { /* rows and cells that are hidden because of a "more" link */
816
+ display: none;
817
+ }
818
+
819
+ /* popover that appears when "more" link is clicked */
820
+
821
+ .fc-day-grid .fc-row {
822
+ z-index: 1; /* make the "more" popover one higher than this */
823
+ }
824
+
825
+ .fc-more-popover {
826
+ z-index: 2;
827
+ width: 220px;
828
+ }
829
+
830
+ .fc-more-popover .fc-event-container {
831
+ padding: 10px;
832
+ }
833
+
834
+
835
+ /* Now Indicator
836
+ --------------------------------------------------------------------------------------------------*/
837
+
838
+ .fc-now-indicator {
839
+ position: absolute;
840
+ border: 0 solid red;
841
+ }
842
+
843
+
844
+ /* Utilities
845
+ --------------------------------------------------------------------------------------------------*/
846
+
847
+ .fc-unselectable {
848
+ -webkit-user-select: none;
849
+ -khtml-user-select: none;
850
+ -moz-user-select: none;
851
+ -ms-user-select: none;
852
+ user-select: none;
853
+ -webkit-touch-callout: none;
854
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
855
+ }
856
+
857
+
858
+
859
+ /* Toolbar
860
+ --------------------------------------------------------------------------------------------------*/
861
+
862
+ .fc-toolbar {
863
+ text-align: center;
864
+ margin-bottom: 1em;
865
+ }
866
+
867
+ .fc-toolbar .fc-left {
868
+ float: left;
869
+ }
870
+
871
+ .fc-toolbar .fc-right {
872
+ float: right;
873
+ }
874
+
875
+ .fc-toolbar .fc-center {
876
+ display: inline-block;
877
+ }
878
+
879
+ /* the things within each left/right/center section */
880
+ .fc .fc-toolbar > * > * { /* extra precedence to override button border margins */
881
+ float: left;
882
+ margin-left: .75em;
883
+ }
884
+
885
+ /* the first thing within each left/center/right section */
886
+ .fc .fc-toolbar > * > :first-child { /* extra precedence to override button border margins */
887
+ margin-left: 0;
888
+ }
889
+
890
+ /* title text */
891
+
892
+ .fc-toolbar h2 {
893
+ margin: 0;
894
+ font-size: 1.8em;
895
+ }
896
+
897
+ /* button layering (for border precedence) */
898
+
899
+ .fc-toolbar button {
900
+ position: relative;
901
+ }
902
+
903
+ .fc-toolbar .fc-state-hover,
904
+ .fc-toolbar .ui-state-hover {
905
+ z-index: 2;
906
+ }
907
+
908
+ .fc-toolbar .fc-state-down {
909
+ z-index: 3;
910
+ }
911
+
912
+ .fc-toolbar .fc-state-active,
913
+ .fc-toolbar .ui-state-active {
914
+ z-index: 4;
915
+ opacity: 1;
916
+ }
917
+
918
+ .fc-toolbar button:focus {
919
+ z-index: 5;
920
+ }
921
+
922
+
923
+ /* View Structure
924
+ --------------------------------------------------------------------------------------------------*/
925
+
926
+ /* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
927
+ /* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
928
+ .fc-view-container *,
929
+ .fc-view-container *:before,
930
+ .fc-view-container *:after {
931
+ -webkit-box-sizing: content-box;
932
+ -moz-box-sizing: content-box;
933
+ box-sizing: content-box;
934
+ }
935
+
936
+ .fc-view, /* scope positioning and z-index's for everything within the view */
937
+ .fc-view > table { /* so dragged elements can be above the view's main element */
938
+ position: relative;
939
+ z-index: 1;
940
+ }
941
+
942
+
943
+
944
+ /* BasicView
945
+ --------------------------------------------------------------------------------------------------*/
946
+
947
+ /* day row structure */
948
+
949
+ .fc-basicWeek-view .fc-content-skeleton,
950
+ .fc-basicDay-view .fc-content-skeleton {
951
+ /* there may be week numbers in these views, so no padding-top */
952
+ padding-bottom: 1em; /* ensure a space at bottom of cell for user selecting/clicking */
953
+ }
954
+
955
+ .fc-basic-view .fc-body .fc-row {
956
+ min-height: 4em; /* ensure that all rows are at least this tall */
957
+ }
958
+
959
+ /* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
960
+
961
+ .fc-row.fc-rigid {
962
+ overflow: hidden;
963
+ }
964
+
965
+ .fc-row.fc-rigid .fc-content-skeleton {
966
+ position: absolute;
967
+ top: 0;
968
+ left: 0;
969
+ right: 0;
970
+ }
971
+
972
+ /* week and day number styling */
973
+
974
+ .fc-day-top.fc-other-month {
975
+ opacity: 0.3;
976
+ }
977
+
978
+ .fc-basic-view .fc-week-number,
979
+ .fc-basic-view .fc-day-number {
980
+ padding: 2px;
981
+ color: $white;
982
+ }
983
+
984
+ .fc-basic-view th.fc-week-number,
985
+ .fc-basic-view th.fc-day-number {
986
+ padding: 0 2px; /* column headers can't have as much v space */
987
+ }
988
+
989
+ .fc-ltr .fc-basic-view .fc-day-top .fc-day-number { float: right; }
990
+ .fc-rtl .fc-basic-view .fc-day-top .fc-day-number { float: left; }
991
+
992
+ .fc-ltr .fc-basic-view .fc-day-top .fc-week-number { float: left; border-radius: 0 0 3px 0; }
993
+ .fc-rtl .fc-basic-view .fc-day-top .fc-week-number { float: right; border-radius: 0 0 0 3px; }
994
+
995
+ .fc-basic-view .fc-day-top .fc-week-number {
996
+ min-width: 1.5em;
997
+ text-align: center;
998
+ background-color: #f2f2f2;
999
+ color: #808080;
1000
+ }
1001
+
1002
+ /* when week/day number have own column */
1003
+
1004
+ .fc-basic-view td.fc-week-number {
1005
+ text-align: center;
1006
+ }
1007
+
1008
+ .fc-basic-view td.fc-week-number > * {
1009
+ /* work around the way we do column resizing and ensure a minimum width */
1010
+ display: inline-block;
1011
+ min-width: 1.25em;
1012
+ }
1013
+
1014
+
1015
+ /* AgendaView all-day area
1016
+ --------------------------------------------------------------------------------------------------*/
1017
+
1018
+ .fc-agenda-view .fc-day-grid {
1019
+ position: relative;
1020
+ z-index: 2; /* so the "more.." popover will be over the time grid */
1021
+ }
1022
+
1023
+ .fc-agenda-view .fc-day-grid .fc-row {
1024
+ min-height: 3em; /* all-day section will never get shorter than this */
1025
+ }
1026
+
1027
+ .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
1028
+ padding-bottom: 1em; /* give space underneath events for clicking/selecting days */
1029
+ }
1030
+
1031
+
1032
+ /* TimeGrid axis running down the side (for both the all-day area and the slot area)
1033
+ --------------------------------------------------------------------------------------------------*/
1034
+
1035
+ .fc .fc-axis { /* .fc to overcome default cell styles */
1036
+ vertical-align: middle;
1037
+ padding: 0 4px;
1038
+ white-space: nowrap;
1039
+ }
1040
+
1041
+ .fc-ltr .fc-axis {
1042
+ text-align: right;
1043
+ }
1044
+
1045
+ .fc-rtl .fc-axis {
1046
+ text-align: left;
1047
+ }
1048
+
1049
+ .ui-widget td.fc-axis {
1050
+ font-weight: normal; /* overcome jqui theme making it bold */
1051
+ }
1052
+
1053
+
1054
+ /* TimeGrid Structure
1055
+ --------------------------------------------------------------------------------------------------*/
1056
+
1057
+ .fc-time-grid-container, /* so scroll container's z-index is below all-day */
1058
+ .fc-time-grid { /* so slats/bg/content/etc positions get scoped within here */
1059
+ position: relative;
1060
+ z-index: 1;
1061
+ }
1062
+
1063
+ .fc-time-grid {
1064
+ min-height: 100%; /* so if height setting is 'auto', .fc-bg stretches to fill height */
1065
+ }
1066
+
1067
+ .fc-time-grid table { /* don't put outer borders on slats/bg/content/etc */
1068
+ border: 0 hidden transparent;
1069
+ }
1070
+
1071
+ .fc-time-grid > .fc-bg {
1072
+ z-index: 1;
1073
+ }
1074
+
1075
+ .fc-time-grid .fc-slats,
1076
+ .fc-time-grid > hr { /* the <hr> AgendaView injects when grid is shorter than scroller */
1077
+ position: relative;
1078
+ z-index: 2;
1079
+ }
1080
+
1081
+ .fc-time-grid .fc-content-col {
1082
+ position: relative; /* because now-indicator lives directly inside */
1083
+ }
1084
+
1085
+ .fc-time-grid .fc-content-skeleton {
1086
+ position: absolute;
1087
+ z-index: 3;
1088
+ top: 0;
1089
+ left: 0;
1090
+ right: 0;
1091
+ }
1092
+
1093
+ /* divs within a cell within the fc-content-skeleton */
1094
+
1095
+ .fc-time-grid .fc-business-container {
1096
+ position: relative;
1097
+ z-index: 1;
1098
+ }
1099
+
1100
+ .fc-time-grid .fc-bgevent-container {
1101
+ position: relative;
1102
+ z-index: 2;
1103
+ }
1104
+
1105
+ .fc-time-grid .fc-highlight-container {
1106
+ position: relative;
1107
+ z-index: 3;
1108
+ }
1109
+
1110
+ .fc-time-grid .fc-event-container {
1111
+ position: relative;
1112
+ z-index: 4;
1113
+ }
1114
+
1115
+ .fc-time-grid .fc-now-indicator-line {
1116
+ z-index: 5;
1117
+ }
1118
+
1119
+ .fc-time-grid .fc-helper-container { /* also is fc-event-container */
1120
+ position: relative;
1121
+ z-index: 6;
1122
+ }
1123
+
1124
+
1125
+ /* TimeGrid Slats (lines that run horizontally)
1126
+ --------------------------------------------------------------------------------------------------*/
1127
+
1128
+ .fc-time-grid .fc-slats td {
1129
+ height: 1.5em;
1130
+ border-bottom: 0; /* each cell is responsible for its top border */
1131
+ }
1132
+
1133
+ .fc-time-grid .fc-slats .fc-minor td {
1134
+ border-top-style: dotted;
1135
+ }
1136
+
1137
+ .fc-time-grid .fc-slats .ui-widget-content { /* for jqui theme */
1138
+ background: none; /* see through to fc-bg */
1139
+ }
1140
+
1141
+
1142
+ /* TimeGrid Highlighting Slots
1143
+ --------------------------------------------------------------------------------------------------*/
1144
+
1145
+ .fc-time-grid .fc-highlight-container { /* a div within a cell within the fc-highlight-skeleton */
1146
+ position: relative; /* scopes the left/right of the fc-highlight to be in the column */
1147
+ }
1148
+
1149
+ .fc-time-grid .fc-highlight {
1150
+ position: absolute;
1151
+ left: 0;
1152
+ right: 0;
1153
+ /* top and bottom will be in by JS */
1154
+ }
1155
+
1156
+
1157
+ /* TimeGrid Event Containment
1158
+ --------------------------------------------------------------------------------------------------*/
1159
+
1160
+ .fc-ltr .fc-time-grid .fc-event-container { /* space on the sides of events for LTR (default) */
1161
+ margin: 0 2.5% 0 2px;
1162
+ }
1163
+
1164
+ .fc-rtl .fc-time-grid .fc-event-container { /* space on the sides of events for RTL */
1165
+ margin: 0 2px 0 2.5%;
1166
+ }
1167
+
1168
+ .fc-time-grid .fc-event,
1169
+ .fc-time-grid .fc-bgevent {
1170
+ position: absolute;
1171
+ z-index: 1; /* scope inner z-index's */
1172
+ }
1173
+
1174
+ .fc-time-grid .fc-bgevent {
1175
+ /* background events always span full width */
1176
+ left: 0;
1177
+ right: 0;
1178
+ }
1179
+
1180
+
1181
+ /* Generic Vertical Event
1182
+ --------------------------------------------------------------------------------------------------*/
1183
+
1184
+ .fc-v-event.fc-not-start { /* events that are continuing from another day */
1185
+ /* replace space made by the top border with padding */
1186
+ border-top-width: 0;
1187
+ padding-top: 1px;
1188
+
1189
+ /* remove top rounded corners */
1190
+ border-top-left-radius: 0;
1191
+ border-top-right-radius: 0;
1192
+ }
1193
+
1194
+ .fc-v-event.fc-not-end {
1195
+ /* replace space made by the top border with padding */
1196
+ border-bottom-width: 0;
1197
+ padding-bottom: 1px;
1198
+
1199
+ /* remove bottom rounded corners */
1200
+ border-bottom-left-radius: 0;
1201
+ border-bottom-right-radius: 0;
1202
+ }
1203
+
1204
+
1205
+ /* TimeGrid Event Styling
1206
+ ----------------------------------------------------------------------------------------------------
1207
+ We use the full "fc-time-grid-event" class instead of using descendants because the event won't
1208
+ be a descendant of the grid when it is being dragged.
1209
+ */
1210
+
1211
+ .fc-time-grid-event {
1212
+ overflow: hidden; /* don't let the bg flow over rounded corners */
1213
+ }
1214
+
1215
+ .fc-time-grid-event.fc-selected {
1216
+ /* need to allow touch resizers to extend outside event's bounding box */
1217
+ /* common fc-selected styles hide the fc-bg, so don't need this anyway */
1218
+ overflow: visible;
1219
+ }
1220
+
1221
+ .fc-time-grid-event.fc-selected .fc-bg {
1222
+ display: none; /* hide semi-white background, to appear darker */
1223
+ }
1224
+
1225
+ .fc-time-grid-event .fc-content {
1226
+ overflow: hidden; /* for when .fc-selected */
1227
+ }
1228
+
1229
+ .fc-time-grid-event .fc-time,
1230
+ .fc-time-grid-event .fc-title {
1231
+ padding: 0 1px;
1232
+ }
1233
+
1234
+ .fc-time-grid-event .fc-time {
1235
+ font-size: .85em;
1236
+ white-space: nowrap;
1237
+ }
1238
+
1239
+ /* short mode, where time and title are on the same line */
1240
+
1241
+ .fc-time-grid-event.fc-short .fc-content {
1242
+ /* don't wrap to second line (now that contents will be inline) */
1243
+ white-space: nowrap;
1244
+ }
1245
+
1246
+ .fc-time-grid-event.fc-short .fc-time,
1247
+ .fc-time-grid-event.fc-short .fc-title {
1248
+ /* put the time and title on the same line */
1249
+ display: inline-block;
1250
+ vertical-align: top;
1251
+ }
1252
+
1253
+ .fc-time-grid-event.fc-short .fc-time span {
1254
+ display: none; /* don't display the full time text... */
1255
+ }
1256
+
1257
+ .fc-time-grid-event.fc-short .fc-time:before {
1258
+ content: attr(data-start); /* ...instead, display only the start time */
1259
+ }
1260
+
1261
+ .fc-time-grid-event.fc-short .fc-time:after {
1262
+ content: "\000A0-\000A0"; /* seperate with a dash, wrapped in nbsp's */
1263
+ }
1264
+
1265
+ .fc-time-grid-event.fc-short .fc-title {
1266
+ font-size: .85em; /* make the title text the same size as the time */
1267
+ padding: 0; /* undo padding from above */
1268
+ }
1269
+
1270
+ /* resizer (cursor device) */
1271
+
1272
+ .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
1273
+ left: 0;
1274
+ right: 0;
1275
+ bottom: 0;
1276
+ height: 8px;
1277
+ overflow: hidden;
1278
+ line-height: 8px;
1279
+ font-size: 11px;
1280
+ font-family: monospace;
1281
+ text-align: center;
1282
+ cursor: s-resize;
1283
+ }
1284
+
1285
+ .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
1286
+ content: "=";
1287
+ }
1288
+
1289
+ /* resizer (touch device) */
1290
+
1291
+ .fc-time-grid-event.fc-selected .fc-resizer {
1292
+ /* 10x10 dot */
1293
+ border-radius: 5px;
1294
+ border-width: 1px;
1295
+ width: 8px;
1296
+ height: 8px;
1297
+ border-style: solid;
1298
+ border-color: inherit;
1299
+ background: #fff;
1300
+ /* horizontally center */
1301
+ left: 50%;
1302
+ margin-left: -5px;
1303
+ /* center on the bottom edge */
1304
+ bottom: -5px;
1305
+ }
1306
+
1307
+
1308
+ /* Now Indicator
1309
+ --------------------------------------------------------------------------------------------------*/
1310
+
1311
+ .fc-time-grid .fc-now-indicator-line {
1312
+ border-top-width: 1px;
1313
+ left: 0;
1314
+ right: 0;
1315
+ }
1316
+
1317
+ /* arrow on axis */
1318
+
1319
+ .fc-time-grid .fc-now-indicator-arrow {
1320
+ margin-top: -5px; /* vertically center on top coordinate */
1321
+ }
1322
+
1323
+ .fc-ltr .fc-time-grid .fc-now-indicator-arrow {
1324
+ left: 0;
1325
+ /* triangle pointing right... */
1326
+ border-width: 5px 0 5px 6px;
1327
+ border-top-color: transparent;
1328
+ border-bottom-color: transparent;
1329
+ }
1330
+
1331
+ .fc-rtl .fc-time-grid .fc-now-indicator-arrow {
1332
+ right: 0;
1333
+ /* triangle pointing left... */
1334
+ border-width: 5px 6px 5px 0;
1335
+ border-top-color: transparent;
1336
+ border-bottom-color: transparent;
1337
+ }
1338
+
1339
+
1340
+
1341
+ /* List View
1342
+ --------------------------------------------------------------------------------------------------*/
1343
+
1344
+ /* possibly reusable */
1345
+
1346
+ .fc-event-dot {
1347
+ display: inline-block;
1348
+ width: 10px;
1349
+ height: 10px;
1350
+ border-radius: 5px;
1351
+ }
1352
+
1353
+ /* view wrapper */
1354
+
1355
+ .fc-rtl .fc-list-view {
1356
+ direction: rtl; /* unlike core views, leverage browser RTL */
1357
+ }
1358
+
1359
+ .fc-list-view {
1360
+ border-width: 1px;
1361
+ border-style: solid;
1362
+ }
1363
+
1364
+ /* table resets */
1365
+
1366
+ .fc .fc-list-table {
1367
+ table-layout: auto; /* for shrinkwrapping cell content */
1368
+ }
1369
+
1370
+ .fc-list-table td {
1371
+ border-width: 1px 0 0;
1372
+ padding: 8px 14px;
1373
+ }
1374
+
1375
+ .fc-list-table tr:first-child td {
1376
+ border-top-width: 0;
1377
+ }
1378
+
1379
+ /* day headings with the list */
1380
+
1381
+ .fc-list-heading {
1382
+ border-bottom-width: 1px;
1383
+ }
1384
+
1385
+ .fc-list-heading td {
1386
+ font-weight: bold;
1387
+ }
1388
+
1389
+ .fc-ltr .fc-list-heading-main { float: left; }
1390
+ .fc-ltr .fc-list-heading-alt { float: right; }
1391
+
1392
+ .fc-rtl .fc-list-heading-main { float: right; }
1393
+ .fc-rtl .fc-list-heading-alt { float: left; }
1394
+
1395
+ /* event list items */
1396
+
1397
+ .fc-list-item.fc-has-url {
1398
+ cursor: pointer; /* whole row will be clickable */
1399
+ }
1400
+
1401
+ .fc-list-item:hover td {
1402
+ background-color: #f5f5f5;
1403
+ }
1404
+
1405
+ .fc-list-item-marker,
1406
+ .fc-list-item-time {
1407
+ white-space: nowrap;
1408
+ width: 1px;
1409
+ }
1410
+
1411
+ /* make the dot closer to the event title */
1412
+ .fc-ltr .fc-list-item-marker { padding-right: 0; }
1413
+ .fc-rtl .fc-list-item-marker { padding-left: 0; }
1414
+
1415
+ .fc-list-item-title a {
1416
+ /* every event title cell has an <a> tag */
1417
+ text-decoration: none;
1418
+ color: inherit;
1419
+ }
1420
+
1421
+ .fc-list-item-title a[href]:hover {
1422
+ /* hover effect only on titles with hrefs */
1423
+ text-decoration: underline;
1424
+ }
1425
+
1426
+ /* message when no events */
1427
+
1428
+ .fc-list-empty-wrap2 {
1429
+ position: absolute;
1430
+ top: 0;
1431
+ left: 0;
1432
+ right: 0;
1433
+ bottom: 0;
1434
+ }
1435
+
1436
+ .fc-list-empty-wrap1 {
1437
+ width: 100%;
1438
+ height: 100%;
1439
+ display: table;
1440
+ }
1441
+
1442
+ .fc-list-empty {
1443
+ display: table-cell;
1444
+ vertical-align: middle;
1445
+ text-align: center;
1446
+ }
1447
+
1448
+ .fc-unthemed .fc-list-empty { /* theme will provide own background */
1449
+ background-color: #eee;
1450
+ }
1451
+
1452
+ .card-calendar{
1453
+
1454
+ table{
1455
+ td{
1456
+ text-align: right;
1457
+ }
1458
+ }
1459
+ .content{
1460
+ padding: 0 !important;
1461
+ }
1462
+ // .fc-toolbar{
1463
+ // padding-top: $padding-default-horizontal;
1464
+ // padding-left: $padding-default-horizontal;
1465
+ // padding-right: $padding-default-horizontal;
1466
+ // }
1467
+ .fc td:first-child{
1468
+ border-left: 0;
1469
+ }
1470
+ .fc td:last-child{
1471
+ border-right: 0;
1472
+ }
1473
+ .fc-basic-view td:last-child.fc-week-number span,
1474
+ .fc-basic-view td:last-child.fc-day-number{
1475
+ // padding-right: $padding-default-horizontal;
1476
+ }
1477
+ .fc .fc-day-header:last-child{
1478
+ padding-right: 15px;
1479
+ }
1480
+
1481
+ .fc .fc-widget-header{
1482
+ border: 0;
1483
+
1484
+ .fc-title{
1485
+ color: $white;
1486
+ }
1487
+ }
1488
+
1489
+ .fc th{
1490
+ text-align: right;
1491
+ color: $default;
1492
+ }
1493
+
1494
+ .title{
1495
+ margin-top: -9px;
1496
+ }
1497
+
1498
+ .fc .fc-row:last-child td{
1499
+ border-bottom: 0;
1500
+ }
1501
+ .fc .fc-body .fc-widget-content{
1502
+ border-bottom: 0;
1503
+ }
1504
+
1505
+ .fc .fc-day-header {
1506
+ color: hsla(0,0%,100%,.4);
1507
+ }
1508
+ }
1509
+
1510
+ .white-content {
1511
+ .card-calendar {
1512
+ .fc .fc-day-header {
1513
+ color: $default;
1514
+ }
1515
+ }
1516
+ }
1517
+
1518
+ @include media-breakpoint-down(md){
1519
+
1520
+ .fc-center{
1521
+ margin-top: 10px;
1522
+ }
1523
+
1524
+ .card-calendar .fc .fc-widget-header{
1525
+ font-size: 6px;
1526
+ }
1527
+
1528
+ }