You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445
  1. /* classes attached to <body> */
  2. .fc-not-allowed,
  3. .fc-not-allowed .fc-event { /* override events' custom cursors */
  4. cursor: not-allowed;
  5. }
  6. .fc-unselectable {
  7. -webkit-user-select: none;
  8. -moz-user-select: none;
  9. -ms-user-select: none;
  10. user-select: none;
  11. -webkit-touch-callout: none;
  12. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  13. }
  14. .fc {
  15. /* layout of immediate children */
  16. display: flex;
  17. flex-direction: column;
  18. font-size: 1em
  19. }
  20. .fc,
  21. .fc *,
  22. .fc *:before,
  23. .fc *:after {
  24. box-sizing: border-box;
  25. }
  26. .fc table {
  27. border-collapse: collapse;
  28. border-spacing: 0;
  29. font-size: 1em; /* normalize cross-browser */
  30. }
  31. .fc th {
  32. text-align: center;
  33. }
  34. .fc th,
  35. .fc td {
  36. vertical-align: top;
  37. padding: 0;
  38. }
  39. .fc a[data-navlink] {
  40. cursor: pointer;
  41. }
  42. .fc a[data-navlink]:hover {
  43. text-decoration: underline;
  44. }
  45. .fc-direction-ltr {
  46. direction: ltr;
  47. text-align: left;
  48. }
  49. .fc-direction-rtl {
  50. direction: rtl;
  51. text-align: right;
  52. }
  53. .fc-theme-standard td,
  54. .fc-theme-standard th {
  55. border: 1px solid #ddd;
  56. border: 1px solid var(--fc-border-color, #ddd);
  57. }
  58. /* for FF, which doesn't expand a 100% div within a table cell. use absolute positioning */
  59. /* inner-wrappers are responsible for being absolute */
  60. /* TODO: best place for this? */
  61. .fc-liquid-hack td,
  62. .fc-liquid-hack th {
  63. position: relative;
  64. }
  65. @font-face {
  66. font-family: 'fcicons';
  67. src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format('truetype');
  68. font-weight: normal;
  69. font-style: normal;
  70. }
  71. .fc-icon {
  72. /* added for fc */
  73. display: inline-block;
  74. width: 1em;
  75. height: 1em;
  76. text-align: center;
  77. -webkit-user-select: none;
  78. -moz-user-select: none;
  79. -ms-user-select: none;
  80. user-select: none;
  81. /* use !important to prevent issues with browser extensions that change fonts */
  82. font-family: 'fcicons' !important;
  83. speak: none;
  84. font-style: normal;
  85. font-weight: normal;
  86. font-variant: normal;
  87. text-transform: none;
  88. line-height: 1;
  89. /* Better Font Rendering =========== */
  90. -webkit-font-smoothing: antialiased;
  91. -moz-osx-font-smoothing: grayscale;
  92. }
  93. .fc-icon-chevron-left:before {
  94. content: "\e900";
  95. }
  96. .fc-icon-chevron-right:before {
  97. content: "\e901";
  98. }
  99. .fc-icon-chevrons-left:before {
  100. content: "\e902";
  101. }
  102. .fc-icon-chevrons-right:before {
  103. content: "\e903";
  104. }
  105. .fc-icon-minus-square:before {
  106. content: "\e904";
  107. }
  108. .fc-icon-plus-square:before {
  109. content: "\e905";
  110. }
  111. .fc-icon-x:before {
  112. content: "\e906";
  113. }
  114. /*
  115. Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css
  116. These styles only apply when the standard-theme is activated.
  117. When it's NOT activated, the fc-button classes won't even be in the DOM.
  118. */
  119. .fc {
  120. /* reset */
  121. }
  122. .fc .fc-button {
  123. border-radius: 0;
  124. overflow: visible;
  125. text-transform: none;
  126. margin: 0;
  127. font-family: inherit;
  128. font-size: inherit;
  129. line-height: inherit;
  130. }
  131. .fc .fc-button:focus {
  132. outline: 1px dotted;
  133. outline: 5px auto -webkit-focus-ring-color;
  134. }
  135. .fc .fc-button {
  136. -webkit-appearance: button;
  137. }
  138. .fc .fc-button:not(:disabled) {
  139. cursor: pointer;
  140. }
  141. .fc .fc-button::-moz-focus-inner {
  142. padding: 0;
  143. border-style: none;
  144. }
  145. .fc {
  146. /* theme */
  147. }
  148. .fc .fc-button {
  149. display: inline-block;
  150. font-weight: 400;
  151. text-align: center;
  152. vertical-align: middle;
  153. -webkit-user-select: none;
  154. -moz-user-select: none;
  155. -ms-user-select: none;
  156. user-select: none;
  157. background-color: transparent;
  158. border: 1px solid transparent;
  159. padding: 0.4em 0.65em;
  160. font-size: 1em;
  161. line-height: 1.5;
  162. border-radius: 0.25em;
  163. }
  164. .fc .fc-button:hover {
  165. text-decoration: none;
  166. }
  167. .fc .fc-button:focus {
  168. outline: 0;
  169. box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
  170. }
  171. .fc .fc-button:disabled {
  172. opacity: 0.65;
  173. }
  174. .fc {
  175. /* "primary" coloring */
  176. }
  177. .fc .fc-button-primary {
  178. color: #fff;
  179. color: var(--fc-button-text-color, #fff);
  180. background-color: #2C3E50;
  181. background-color: var(--fc-button-bg-color, #2C3E50);
  182. border-color: #2C3E50;
  183. border-color: var(--fc-button-border-color, #2C3E50);
  184. }
  185. .fc .fc-button-primary:hover {
  186. color: #fff;
  187. color: var(--fc-button-text-color, #fff);
  188. background-color: #1e2b37;
  189. background-color: var(--fc-button-hover-bg-color, #1e2b37);
  190. border-color: #1a252f;
  191. border-color: var(--fc-button-hover-border-color, #1a252f);
  192. }
  193. .fc .fc-button-primary:disabled { /* not DRY */
  194. color: #fff;
  195. color: var(--fc-button-text-color, #fff);
  196. background-color: #2C3E50;
  197. background-color: var(--fc-button-bg-color, #2C3E50);
  198. border-color: #2C3E50;
  199. border-color: var(--fc-button-border-color, #2C3E50); /* overrides :hover */
  200. }
  201. .fc .fc-button-primary:focus {
  202. box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  203. }
  204. .fc .fc-button-primary:not(:disabled):active,
  205. .fc .fc-button-primary:not(:disabled).fc-button-active {
  206. color: #fff;
  207. color: var(--fc-button-text-color, #fff);
  208. background-color: #1a252f;
  209. background-color: var(--fc-button-active-bg-color, #1a252f);
  210. border-color: #151e27;
  211. border-color: var(--fc-button-active-border-color, #151e27);
  212. }
  213. .fc .fc-button-primary:not(:disabled):active:focus,
  214. .fc .fc-button-primary:not(:disabled).fc-button-active:focus {
  215. box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  216. }
  217. .fc {
  218. /* icons within buttons */
  219. }
  220. .fc .fc-button .fc-icon {
  221. vertical-align: middle;
  222. font-size: 1.5em; /* bump up the size (but don't make it bigger than line-height of button, which is 1.5em also) */
  223. }
  224. .fc .fc-button-group {
  225. position: relative;
  226. display: inline-flex;
  227. vertical-align: middle;
  228. }
  229. .fc .fc-button-group > .fc-button {
  230. position: relative;
  231. flex: 1 1 auto;
  232. }
  233. .fc .fc-button-group > .fc-button:hover {
  234. z-index: 1;
  235. }
  236. .fc .fc-button-group > .fc-button:focus,
  237. .fc .fc-button-group > .fc-button:active,
  238. .fc .fc-button-group > .fc-button.fc-button-active {
  239. z-index: 1;
  240. }
  241. .fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  242. margin-left: -1px;
  243. border-top-left-radius: 0;
  244. border-bottom-left-radius: 0;
  245. }
  246. .fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
  247. border-top-right-radius: 0;
  248. border-bottom-right-radius: 0;
  249. }
  250. .fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
  251. margin-right: -1px;
  252. border-top-right-radius: 0;
  253. border-bottom-right-radius: 0;
  254. }
  255. .fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
  256. border-top-left-radius: 0;
  257. border-bottom-left-radius: 0;
  258. }
  259. .fc .fc-toolbar {
  260. display: flex;
  261. justify-content: space-between;
  262. align-items: center;
  263. }
  264. .fc .fc-toolbar.fc-header-toolbar {
  265. margin-bottom: 1.5em;
  266. }
  267. .fc .fc-toolbar.fc-footer-toolbar {
  268. margin-top: 1.5em;
  269. }
  270. .fc .fc-toolbar-title {
  271. font-size: 1.75em;
  272. margin: 0;
  273. }
  274. .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  275. margin-left: .75em; /* space between */
  276. }
  277. .fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
  278. margin-right: .75em; /* space between */
  279. }
  280. .fc-direction-rtl .fc-toolbar-ltr { /* when the toolbar-chunk positioning system is explicitly left-to-right */
  281. flex-direction: row-reverse;
  282. }
  283. .fc .fc-scroller {
  284. -webkit-overflow-scrolling: touch;
  285. position: relative; /* for abs-positioned elements within */
  286. }
  287. .fc .fc-scroller-liquid {
  288. height: 100%;
  289. }
  290. .fc .fc-scroller-liquid-absolute {
  291. position: absolute;
  292. top: 0;
  293. right: 0;
  294. left: 0;
  295. bottom: 0;
  296. }
  297. .fc .fc-scroller-harness {
  298. position: relative;
  299. overflow: hidden;
  300. direction: ltr;
  301. /* hack for chrome computing the scroller's right/left wrong for rtl. undone below... */
  302. /* TODO: demonstrate in codepen */
  303. }
  304. .fc .fc-scroller-harness-liquid {
  305. height: 100%;
  306. }
  307. .fc-direction-rtl .fc-scroller-harness > .fc-scroller { /* undo above hack */
  308. direction: rtl;
  309. }
  310. .fc-theme-standard .fc-scrollgrid {
  311. border: 1px solid #ddd;
  312. border: 1px solid var(--fc-border-color, #ddd); /* bootstrap does this. match */
  313. }
  314. .fc .fc-scrollgrid,
  315. .fc .fc-scrollgrid table { /* all tables (self included) */
  316. width: 100%; /* because tables don't normally do this */
  317. table-layout: fixed;
  318. }
  319. .fc .fc-scrollgrid table { /* inner tables */
  320. border-top-style: hidden;
  321. border-left-style: hidden;
  322. border-right-style: hidden;
  323. }
  324. .fc .fc-scrollgrid {
  325. border-collapse: separate;
  326. border-right-width: 0;
  327. border-bottom-width: 0;
  328. }
  329. .fc .fc-scrollgrid-liquid {
  330. height: 100%;
  331. }
  332. .fc .fc-scrollgrid-section { /* a <tr> */
  333. height: 1px /* better than 0, for firefox */
  334. }
  335. .fc .fc-scrollgrid-section > td {
  336. height: 1px; /* needs a height so inner div within grow. better than 0, for firefox */
  337. }
  338. .fc .fc-scrollgrid-section table {
  339. height: 1px;
  340. /* for most browsers, if a height isn't set on the table, can't do liquid-height within cells */
  341. /* serves as a min-height. harmless */
  342. }
  343. .fc .fc-scrollgrid-section-liquid > td {
  344. height: 100%; /* better than `auto`, for firefox */
  345. }
  346. .fc .fc-scrollgrid-section > * {
  347. border-top-width: 0;
  348. border-left-width: 0;
  349. }
  350. .fc .fc-scrollgrid-section-header > *,
  351. .fc .fc-scrollgrid-section-footer > * {
  352. border-bottom-width: 0;
  353. }
  354. .fc .fc-scrollgrid-section-body table,
  355. .fc .fc-scrollgrid-section-footer table {
  356. border-bottom-style: hidden; /* head keeps its bottom border tho */
  357. }
  358. .fc {
  359. /* stickiness */
  360. }
  361. .fc .fc-scrollgrid-section-sticky > * {
  362. background: #fff;
  363. background: var(--fc-page-bg-color, #fff);
  364. position: sticky;
  365. z-index: 3; /* TODO: var */
  366. /* TODO: box-shadow when sticking */
  367. }
  368. .fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
  369. top: 0; /* because border-sharing causes a gap at the top */
  370. /* TODO: give safari -1. has bug */
  371. }
  372. .fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
  373. bottom: 0; /* known bug: bottom-stickiness doesn't work in safari */
  374. }
  375. .fc .fc-scrollgrid-sticky-shim { /* for horizontal scrollbar */
  376. height: 1px; /* needs height to create scrollbars */
  377. margin-bottom: -1px;
  378. }
  379. .fc-sticky { /* no .fc wrap because used as child of body */
  380. position: sticky;
  381. }
  382. .fc .fc-view-harness {
  383. flex-grow: 1; /* because this harness is WITHIN the .fc's flexbox */
  384. position: relative;
  385. }
  386. .fc {
  387. /* when the harness controls the height, make the view liquid */
  388. }
  389. .fc .fc-view-harness-active > .fc-view {
  390. position: absolute;
  391. top: 0;
  392. right: 0;
  393. bottom: 0;
  394. left: 0;
  395. }
  396. .fc .fc-col-header-cell-cushion {
  397. display: inline-block; /* x-browser for when sticky (when multi-tier header) */
  398. padding: 2px 4px;
  399. }
  400. .fc .fc-bg-event,
  401. .fc .fc-non-business,
  402. .fc .fc-highlight {
  403. /* will always have a harness with position:relative/absolute, so absolutely expand */
  404. position: absolute;
  405. top: 0;
  406. left: 0;
  407. right: 0;
  408. bottom: 0;
  409. }
  410. .fc .fc-non-business {
  411. background: rgba(215, 215, 215, 0.3);
  412. background: var(--fc-non-business-color, rgba(215, 215, 215, 0.3));
  413. }
  414. .fc .fc-bg-event {
  415. background: rgb(143, 223, 130);
  416. background: var(--fc-bg-event-color, rgb(143, 223, 130));
  417. opacity: 0.3;
  418. opacity: var(--fc-bg-event-opacity, 0.3)
  419. }
  420. .fc .fc-bg-event .fc-event-title {
  421. margin: .5em;
  422. font-size: .85em;
  423. font-size: var(--fc-small-font-size, .85em);
  424. font-style: italic;
  425. }
  426. .fc .fc-highlight {
  427. background: rgba(188, 232, 241, 0.3);
  428. background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3));
  429. }
  430. .fc .fc-cell-shaded,
  431. .fc .fc-day-disabled {
  432. background: rgba(208, 208, 208, 0.3);
  433. background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  434. }
  435. /* link resets */
  436. /* ---------------------------------------------------------------------------------------------------- */
  437. a.fc-event,
  438. a.fc-event:hover {
  439. text-decoration: none;
  440. }
  441. /* cursor */
  442. .fc-event[href],
  443. .fc-event.fc-event-draggable {
  444. cursor: pointer;
  445. }
  446. /* event text content */
  447. /* ---------------------------------------------------------------------------------------------------- */
  448. .fc-event .fc-event-main {
  449. position: relative;
  450. z-index: 2;
  451. }
  452. /* dragging */
  453. /* ---------------------------------------------------------------------------------------------------- */
  454. .fc-event-dragging:not(.fc-event-selected) { /* MOUSE */
  455. opacity: 0.75;
  456. }
  457. .fc-event-dragging.fc-event-selected { /* TOUCH */
  458. box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  459. }
  460. /* resizing */
  461. /* ---------------------------------------------------------------------------------------------------- */
  462. /* (subclasses should hone positioning for touch and non-touch) */
  463. .fc-event .fc-event-resizer {
  464. display: none;
  465. position: absolute;
  466. z-index: 4;
  467. }
  468. .fc-event:hover, /* MOUSE */
  469. .fc-event-selected { /* TOUCH */
  470. }
  471. .fc-event:hover .fc-event-resizer, .fc-event-selected .fc-event-resizer {
  472. display: block;
  473. }
  474. .fc-event-selected .fc-event-resizer {
  475. border-radius: 4px;
  476. border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
  477. border-width: 1px;
  478. border-width: var(--fc-event-resizer-dot-border-width, 1px);
  479. width: 8px;
  480. width: var(--fc-event-resizer-dot-total-width, 8px);
  481. height: 8px;
  482. height: var(--fc-event-resizer-dot-total-width, 8px);
  483. border-style: solid;
  484. border-color: inherit;
  485. background: #fff;
  486. background: var(--fc-page-bg-color, #fff)
  487. /* expand hit area */
  488. }
  489. .fc-event-selected .fc-event-resizer:before {
  490. content: '';
  491. position: absolute;
  492. top: -20px;
  493. left: -20px;
  494. right: -20px;
  495. bottom: -20px;
  496. }
  497. /* selecting (always TOUCH) */
  498. /* ---------------------------------------------------------------------------------------------------- */
  499. .fc-event-selected {
  500. box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
  501. /* expand hit area (subclasses should expand) */
  502. }
  503. .fc-event-selected:before {
  504. content: "";
  505. position: absolute;
  506. z-index: 3;
  507. top: 0;
  508. left: 0;
  509. right: 0;
  510. bottom: 0;
  511. }
  512. .fc-event-selected {
  513. /* dimmer effect */
  514. }
  515. .fc-event-selected:after {
  516. content: "";
  517. background: rgba(0, 0, 0, 0.25);
  518. background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
  519. position: absolute;
  520. z-index: 1;
  521. /* assume there's a border on all sides. overcome it. */
  522. /* sometimes there's NOT a border, in which case the dimmer will go over */
  523. /* an adjacent border, which looks fine. */
  524. top: -1px;
  525. left: -1px;
  526. right: -1px;
  527. bottom: -1px;
  528. }
  529. /*
  530. A HORIZONTAL event
  531. */
  532. .fc-h-event { /* allowed to be top-level */
  533. display: block;
  534. border: 1px solid #3788d8;
  535. border: 1px solid var(--fc-event-border-color, #3788d8);
  536. background-color: #3788d8;
  537. background-color: var(--fc-event-bg-color, #3788d8)
  538. }
  539. .fc-h-event .fc-event-main {
  540. color: #fff;
  541. color: var(--fc-event-text-color, #fff);
  542. }
  543. .fc-h-event .fc-event-main-frame {
  544. display: flex; /* for make fc-event-title-container expand */
  545. }
  546. .fc-h-event .fc-event-time {
  547. max-width: 100%; /* clip overflow on this element */
  548. overflow: hidden;
  549. }
  550. .fc-h-event .fc-event-title-container { /* serves as a container for the sticky cushion */
  551. flex-grow: 1;
  552. flex-shrink: 1;
  553. min-width: 0; /* important for allowing to shrink all the way */
  554. }
  555. .fc-h-event .fc-event-title {
  556. display: inline-block; /* need this to be sticky cross-browser */
  557. vertical-align: top; /* for not messing up line-height */
  558. left: 0; /* for sticky */
  559. right: 0; /* for sticky */
  560. max-width: 100%; /* clip overflow on this element */
  561. overflow: hidden;
  562. }
  563. .fc-h-event.fc-event-selected:before {
  564. /* expand hit area */
  565. top: -10px;
  566. bottom: -10px;
  567. }
  568. /* adjust border and border-radius (if there is any) for non-start/end */
  569. .fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
  570. .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  571. border-top-left-radius: 0;
  572. border-bottom-left-radius: 0;
  573. border-left-width: 0;
  574. }
  575. .fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
  576. .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  577. border-top-right-radius: 0;
  578. border-bottom-right-radius: 0;
  579. border-right-width: 0;
  580. }
  581. /* resizers */
  582. .fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  583. top: 0;
  584. bottom: 0;
  585. width: 8px;
  586. width: var(--fc-event-resizer-thickness, 8px);
  587. }
  588. .fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
  589. .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  590. cursor: w-resize;
  591. left: -4px;
  592. left: calc(var(--fc-event-resizer-thickness, 8px) / -2);
  593. }
  594. .fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
  595. .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  596. cursor: e-resize;
  597. right: -4px;
  598. right: calc(var(--fc-event-resizer-thickness, 8px) / -2);
  599. }
  600. /* resizers for TOUCH */
  601. .fc-h-event.fc-event-selected .fc-event-resizer {
  602. top: 50%;
  603. margin-top: -4px;
  604. margin-top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
  605. }
  606. .fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
  607. .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  608. left: -4px;
  609. left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
  610. }
  611. .fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
  612. .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  613. right: -4px;
  614. right: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
  615. }
  616. .fc .fc-popover {
  617. position: absolute;
  618. z-index: 9999;
  619. box-shadow: 0 2px 6px rgba(0,0,0,.15);
  620. }
  621. .fc .fc-popover-header {
  622. display: flex;
  623. flex-direction: row;
  624. justify-content: space-between;
  625. align-items: center;
  626. padding: 3px 4px;
  627. }
  628. .fc .fc-popover-title {
  629. margin: 0 2px;
  630. }
  631. .fc .fc-popover-close {
  632. cursor: pointer;
  633. opacity: 0.65;
  634. font-size: 1.1em;
  635. }
  636. .fc-theme-standard .fc-popover {
  637. border: 1px solid #ddd;
  638. border: 1px solid var(--fc-border-color, #ddd);
  639. background: #fff;
  640. background: var(--fc-page-bg-color, #fff);
  641. }
  642. .fc-theme-standard .fc-popover-header {
  643. background: rgba(208, 208, 208, 0.3);
  644. background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  645. }
  646. :root {
  647. --fc-daygrid-event-dot-width: 8px;
  648. }
  649. /* help things clear margins of inner content */
  650. .fc-daygrid-day-frame,
  651. .fc-daygrid-day-events,
  652. .fc-daygrid-event-harness { /* for event top/bottom margins */
  653. }
  654. .fc-daygrid-day-frame:before, .fc-daygrid-day-events:before, .fc-daygrid-event-harness:before {
  655. content: "";
  656. clear: both;
  657. display: table; }
  658. .fc-daygrid-day-frame:after, .fc-daygrid-day-events:after, .fc-daygrid-event-harness:after {
  659. content: "";
  660. clear: both;
  661. display: table; }
  662. .fc .fc-daygrid-body { /* a <div> that wraps the table */
  663. position: relative;
  664. z-index: 1; /* container inner z-index's because <tr>s can't do it */
  665. }
  666. .fc .fc-daygrid-day.fc-day-today {
  667. background-color: rgba(255, 220, 40, 0.15);
  668. background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
  669. }
  670. .fc .fc-daygrid-day-frame {
  671. position: relative;
  672. min-height: 100%; /* seems to work better than `height` because sets height after rows/cells naturally do it */
  673. }
  674. .fc {
  675. /* cell top */
  676. }
  677. .fc .fc-daygrid-day-top {
  678. display: flex;
  679. flex-direction: row-reverse;
  680. }
  681. .fc .fc-day-other .fc-daygrid-day-top {
  682. opacity: 0.3;
  683. }
  684. .fc {
  685. /* day number (within cell top) */
  686. }
  687. .fc .fc-daygrid-day-number {
  688. position: relative;
  689. z-index: 4;
  690. padding: 4px;
  691. }
  692. .fc {
  693. /* event container */
  694. }
  695. .fc .fc-daygrid-day-events {
  696. margin-top: 1px; /* needs to be margin, not padding, so that available cell height can be computed */
  697. }
  698. .fc {
  699. /* positioning for balanced vs natural */
  700. }
  701. .fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  702. position: absolute;
  703. left: 0;
  704. right: 0;
  705. }
  706. .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  707. position: relative; /* for containing abs positioned event harnesses */
  708. min-height: 2em; /* in addition to being a min-height during natural height, equalizes the heights a little bit */
  709. }
  710. .fc .fc-daygrid-body-natural { /* can coexist with -unbalanced */
  711. }
  712. .fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  713. margin-bottom: 1em;
  714. }
  715. .fc {
  716. /* event harness */
  717. }
  718. .fc .fc-daygrid-event-harness {
  719. position: relative;
  720. }
  721. .fc .fc-daygrid-event-harness-abs {
  722. position: absolute;
  723. top: 0; /* fallback coords for when cannot yet be computed */
  724. left: 0; /* */
  725. right: 0; /* */
  726. }
  727. .fc .fc-daygrid-bg-harness {
  728. position: absolute;
  729. top: 0;
  730. bottom: 0;
  731. }
  732. .fc {
  733. /* bg content */
  734. }
  735. .fc .fc-daygrid-day-bg .fc-non-business { z-index: 1 }
  736. .fc .fc-daygrid-day-bg .fc-bg-event { z-index: 2 }
  737. .fc .fc-daygrid-day-bg .fc-highlight { z-index: 3 }
  738. .fc {
  739. /* events */
  740. }
  741. .fc .fc-daygrid-event {
  742. z-index: 6;
  743. margin-top: 1px;
  744. }
  745. .fc .fc-daygrid-event.fc-event-mirror {
  746. z-index: 7;
  747. }
  748. .fc {
  749. /* cell bottom (within day-events) */
  750. }
  751. .fc .fc-daygrid-day-bottom {
  752. font-size: .85em;
  753. padding: 2px 3px 0
  754. }
  755. .fc .fc-daygrid-day-bottom:before {
  756. content: "";
  757. clear: both;
  758. display: table; }
  759. .fc .fc-daygrid-more-link {
  760. position: relative;
  761. z-index: 4;
  762. cursor: pointer;
  763. }
  764. .fc {
  765. /* week number (within frame) */
  766. }
  767. .fc .fc-daygrid-week-number {
  768. position: absolute;
  769. z-index: 5;
  770. top: 0;
  771. padding: 2px;
  772. min-width: 1.5em;
  773. text-align: center;
  774. background-color: rgba(208, 208, 208, 0.3);
  775. background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  776. color: #808080;
  777. color: var(--fc-neutral-text-color, #808080);
  778. }
  779. .fc {
  780. /* popover */
  781. }
  782. .fc .fc-more-popover .fc-popover-body {
  783. min-width: 220px;
  784. padding: 10px;
  785. }
  786. .fc-direction-ltr .fc-daygrid-event.fc-event-start,
  787. .fc-direction-rtl .fc-daygrid-event.fc-event-end {
  788. margin-left: 2px;
  789. }
  790. .fc-direction-ltr .fc-daygrid-event.fc-event-end,
  791. .fc-direction-rtl .fc-daygrid-event.fc-event-start {
  792. margin-right: 2px;
  793. }
  794. .fc-direction-ltr .fc-daygrid-week-number {
  795. left: 0;
  796. border-radius: 0 0 3px 0;
  797. }
  798. .fc-direction-rtl .fc-daygrid-week-number {
  799. right: 0;
  800. border-radius: 0 0 0 3px;
  801. }
  802. .fc-liquid-hack .fc-daygrid-day-frame {
  803. position: static; /* will cause inner absolute stuff to expand to <td> */
  804. }
  805. .fc-daygrid-event { /* make root-level, because will be dragged-and-dropped outside of a component root */
  806. position: relative; /* for z-indexes assigned later */
  807. white-space: nowrap;
  808. border-radius: 3px; /* dot event needs this to when selected */
  809. font-size: .85em;
  810. font-size: var(--fc-small-font-size, .85em);
  811. }
  812. /* --- the rectangle ("block") style of event --- */
  813. .fc-daygrid-block-event .fc-event-time {
  814. font-weight: bold;
  815. }
  816. .fc-daygrid-block-event .fc-event-time,
  817. .fc-daygrid-block-event .fc-event-title {
  818. padding: 1px;
  819. }
  820. /* --- the dot style of event --- */
  821. .fc-daygrid-dot-event {
  822. display: flex;
  823. align-items: center;
  824. padding: 2px 0
  825. }
  826. .fc-daygrid-dot-event .fc-event-title {
  827. flex-grow: 1;
  828. flex-shrink: 1;
  829. min-width: 0; /* important for allowing to shrink all the way */
  830. overflow: hidden;
  831. font-weight: bold;
  832. }
  833. .fc-daygrid-dot-event:hover,
  834. .fc-daygrid-dot-event.fc-event-mirror {
  835. background: rgba(0, 0, 0, 0.1);
  836. }
  837. .fc-daygrid-dot-event.fc-event-selected:before {
  838. /* expand hit area */
  839. top: -10px;
  840. bottom: -10px;
  841. }
  842. .fc-daygrid-event-dot { /* the actual dot */
  843. margin: 0 4px;
  844. box-sizing: content-box;
  845. width: 0;
  846. height: 0;
  847. border: 4px solid #3788d8;
  848. border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
  849. border-radius: 4px;
  850. border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2);
  851. }
  852. /* --- spacing between time and title --- */
  853. .fc-direction-ltr .fc-daygrid-event .fc-event-time {
  854. margin-right: 3px;
  855. }
  856. .fc-direction-rtl .fc-daygrid-event .fc-event-time {
  857. margin-left: 3px;
  858. }
  859. /*
  860. A VERTICAL event
  861. */
  862. .fc-v-event { /* allowed to be top-level */
  863. display: block;
  864. border: 1px solid #3788d8;
  865. border: 1px solid var(--fc-event-border-color, #3788d8);
  866. background-color: #3788d8;
  867. background-color: var(--fc-event-bg-color, #3788d8)
  868. }
  869. .fc-v-event .fc-event-main {
  870. color: #fff;
  871. color: var(--fc-event-text-color, #fff);
  872. height: 100%;
  873. }
  874. .fc-v-event .fc-event-main-frame {
  875. height: 100%;
  876. display: flex;
  877. flex-direction: column;
  878. }
  879. .fc-v-event .fc-event-time {
  880. flex-grow: 0;
  881. flex-shrink: 0;
  882. max-height: 100%;
  883. overflow: hidden;
  884. }
  885. .fc-v-event .fc-event-title-container { /* a container for the sticky cushion */
  886. flex-grow: 1;
  887. flex-shrink: 1;
  888. min-height: 0; /* important for allowing to shrink all the way */
  889. }
  890. .fc-v-event .fc-event-title { /* will have fc-sticky on it */
  891. top: 0;
  892. bottom: 0;
  893. max-height: 100%; /* clip overflow */
  894. overflow: hidden;
  895. }
  896. .fc-v-event:not(.fc-event-start) {
  897. border-top-width: 0;
  898. border-top-left-radius: 0;
  899. border-top-right-radius: 0;
  900. }
  901. .fc-v-event:not(.fc-event-end) {
  902. border-bottom-width: 0;
  903. border-bottom-left-radius: 0;
  904. border-bottom-right-radius: 0;
  905. }
  906. .fc-v-event.fc-event-selected:before {
  907. /* expand hit area */
  908. left: -10px;
  909. right: -10px;
  910. }
  911. .fc-v-event {
  912. /* resizer (mouse AND touch) */
  913. }
  914. .fc-v-event .fc-event-resizer-start {
  915. cursor: n-resize;
  916. }
  917. .fc-v-event .fc-event-resizer-end {
  918. cursor: s-resize;
  919. }
  920. .fc-v-event {
  921. /* resizer for MOUSE */
  922. }
  923. .fc-v-event:not(.fc-event-selected) .fc-event-resizer {
  924. height: 8px;
  925. height: var(--fc-event-resizer-thickness, 8px);
  926. left: 0;
  927. right: 0;
  928. }
  929. .fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
  930. top: -4px;
  931. top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
  932. }
  933. .fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
  934. bottom: -4px;
  935. bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2);
  936. }
  937. .fc-v-event {
  938. /* resizer for TOUCH (when event is "selected") */
  939. }
  940. .fc-v-event.fc-event-selected .fc-event-resizer {
  941. left: 50%;
  942. margin-left: -4px;
  943. margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
  944. }
  945. .fc-v-event.fc-event-selected .fc-event-resizer-start {
  946. top: -4px;
  947. top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
  948. }
  949. .fc-v-event.fc-event-selected .fc-event-resizer-end {
  950. bottom: -4px;
  951. bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
  952. }
  953. .fc .fc-timegrid .fc-daygrid-body { /* the all-day daygrid within the timegrid view */
  954. z-index: 2; /* put above the timegrid-body so that more-popover is above everything. TODO: better solution */
  955. }
  956. .fc .fc-timegrid-divider {
  957. padding: 0 0 2px; /* browsers get confused when you set height. use padding instead */
  958. }
  959. .fc .fc-timegrid-body {
  960. position: relative;
  961. z-index: 1; /* scope the z-indexes of slots and cols */
  962. min-height: 100%; /* fill height always, even when slat table doesn't grow */
  963. }
  964. .fc .fc-timegrid-axis-chunk { /* for advanced ScrollGrid */
  965. position: relative /* offset parent for now-indicator-container */
  966. }
  967. .fc .fc-timegrid-axis-chunk > table {
  968. position: relative;
  969. z-index: 1; /* above the now-indicator-container */
  970. }
  971. .fc .fc-timegrid-slots {
  972. position: relative;
  973. z-index: 1;
  974. }
  975. .fc .fc-timegrid-slot { /* a <td> */
  976. height: 1.5em;
  977. border-bottom: 0 /* each cell owns its top border */
  978. }
  979. .fc .fc-timegrid-slot:empty:before {
  980. content: '\00a0'; /* make sure there's at least an empty space to create height for height syncing */
  981. }
  982. .fc .fc-timegrid-slot-minor {
  983. border-top-style: dotted;
  984. }
  985. .fc .fc-timegrid-slot-label-cushion {
  986. display: inline-block;
  987. white-space: nowrap;
  988. }
  989. .fc .fc-timegrid-slot-label {
  990. vertical-align: middle; /* vertical align the slots */
  991. }
  992. .fc {
  993. /* slots AND axis cells (top-left corner of view including the "all-day" text) */
  994. }
  995. .fc .fc-timegrid-axis-cushion,
  996. .fc .fc-timegrid-slot-label-cushion {
  997. padding: 0 4px;
  998. }
  999. .fc {
  1000. /* axis cells (top-left corner of view including the "all-day" text) */
  1001. /* vertical align is more complicated, uses flexbox */
  1002. }
  1003. .fc .fc-timegrid-axis-frame-liquid {
  1004. height: 100%; /* will need liquid-hack in FF */
  1005. }
  1006. .fc .fc-timegrid-axis-frame {
  1007. overflow: hidden;
  1008. display: flex;
  1009. align-items: center; /* vertical align */
  1010. justify-content: flex-end; /* horizontal align. matches text-align below */
  1011. }
  1012. .fc .fc-timegrid-axis-cushion {
  1013. max-width: 60px; /* limits the width of the "all-day" text */
  1014. flex-shrink: 0; /* allows text to expand how it normally would, regardless of constrained width */
  1015. }
  1016. .fc-direction-ltr .fc-timegrid-slot-label-frame {
  1017. text-align: right;
  1018. }
  1019. .fc-direction-rtl .fc-timegrid-slot-label-frame {
  1020. text-align: left;
  1021. }
  1022. .fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  1023. height: auto;
  1024. position: absolute;
  1025. top: 0;
  1026. right: 0;
  1027. bottom: 0;
  1028. left: 0;
  1029. }
  1030. .fc .fc-timegrid-col.fc-day-today {
  1031. background-color: rgba(255, 220, 40, 0.15);
  1032. background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
  1033. }
  1034. .fc .fc-timegrid-col-frame {
  1035. min-height: 100%; /* liquid-hack is below */
  1036. position: relative;
  1037. }
  1038. .fc-liquid-hack .fc-timegrid-col-frame {
  1039. height: auto;
  1040. position: absolute;
  1041. top: 0;
  1042. right: 0;
  1043. bottom: 0;
  1044. left: 0;
  1045. }
  1046. .fc-media-screen .fc-timegrid-cols {
  1047. position: absolute; /* no z-index. children will decide and go above slots */
  1048. top: 0;
  1049. left: 0;
  1050. right: 0;
  1051. bottom: 0
  1052. }
  1053. .fc-media-screen .fc-timegrid-cols > table {
  1054. height: 100%;
  1055. }
  1056. .fc-media-screen .fc-timegrid-col-bg,
  1057. .fc-media-screen .fc-timegrid-col-events,
  1058. .fc-media-screen .fc-timegrid-now-indicator-container {
  1059. position: absolute;
  1060. top: 0;
  1061. left: 0;
  1062. right: 0;
  1063. }
  1064. .fc {
  1065. /* bg */
  1066. }
  1067. .fc .fc-timegrid-col-bg {
  1068. z-index: 2; /* TODO: kill */
  1069. }
  1070. .fc .fc-timegrid-col-bg .fc-non-business { z-index: 1 }
  1071. .fc .fc-timegrid-col-bg .fc-bg-event { z-index: 2 }
  1072. .fc .fc-timegrid-col-bg .fc-highlight { z-index: 3 }
  1073. .fc .fc-timegrid-bg-harness {
  1074. position: absolute; /* top/bottom will be set by JS */
  1075. left: 0;
  1076. right: 0;
  1077. }
  1078. .fc {
  1079. /* fg events */
  1080. /* (the mirror segs are put into a separate container with same classname, */
  1081. /* and they must be after the normal seg container to appear at a higher z-index) */
  1082. }
  1083. .fc .fc-timegrid-col-events {
  1084. z-index: 3;
  1085. /* child event segs have z-indexes that are scoped within this div */
  1086. }
  1087. .fc {
  1088. /* now indicator */
  1089. }
  1090. .fc .fc-timegrid-now-indicator-container {
  1091. bottom: 0;
  1092. overflow: hidden; /* don't let overflow of lines/arrows cause unnecessary scrolling */
  1093. /* z-index is set on the individual elements */
  1094. }
  1095. .fc-direction-ltr .fc-timegrid-col-events {
  1096. margin: 0 2.5% 0 2px;
  1097. }
  1098. .fc-direction-rtl .fc-timegrid-col-events {
  1099. margin: 0 2px 0 2.5%;
  1100. }
  1101. .fc-timegrid-event-harness {
  1102. position: absolute /* top/left/right/bottom will all be set by JS */
  1103. }
  1104. .fc-timegrid-event-harness > .fc-timegrid-event {
  1105. position: absolute; /* absolute WITHIN the harness */
  1106. top: 0; /* for when not yet positioned */
  1107. bottom: 0; /* " */
  1108. left: 0;
  1109. right: 0;
  1110. }
  1111. .fc-timegrid-event-harness-inset .fc-timegrid-event,
  1112. .fc-timegrid-event.fc-event-mirror,
  1113. .fc-timegrid-more-link {
  1114. box-shadow: 0px 0px 0px 1px #fff;
  1115. box-shadow: 0px 0px 0px 1px var(--fc-page-bg-color, #fff);
  1116. }
  1117. .fc-timegrid-event,
  1118. .fc-timegrid-more-link { /* events need to be root */
  1119. font-size: .85em;
  1120. font-size: var(--fc-small-font-size, .85em);
  1121. border-radius: 3px;
  1122. }
  1123. .fc-timegrid-event { /* events need to be root */
  1124. margin-bottom: 1px /* give some space from bottom */
  1125. }
  1126. .fc-timegrid-event .fc-event-main {
  1127. padding: 1px 1px 0;
  1128. }
  1129. .fc-timegrid-event .fc-event-time {
  1130. white-space: nowrap;
  1131. font-size: .85em;
  1132. font-size: var(--fc-small-font-size, .85em);
  1133. margin-bottom: 1px;
  1134. }
  1135. .fc-timegrid-event-short .fc-event-main-frame {
  1136. flex-direction: row;
  1137. overflow: hidden;
  1138. }
  1139. .fc-timegrid-event-short .fc-event-time:after {
  1140. content: '\00a0-\00a0'; /* dash surrounded by non-breaking spaces */
  1141. }
  1142. .fc-timegrid-event-short .fc-event-title {
  1143. font-size: .85em;
  1144. font-size: var(--fc-small-font-size, .85em)
  1145. }
  1146. .fc-timegrid-more-link { /* does NOT inherit from fc-timegrid-event */
  1147. position: absolute;
  1148. z-index: 9999; /* hack */
  1149. color: inherit;
  1150. color: var(--fc-more-link-text-color, inherit);
  1151. background: #d0d0d0;
  1152. background: var(--fc-more-link-bg-color, #d0d0d0);
  1153. cursor: pointer;
  1154. margin-bottom: 1px; /* match space below fc-timegrid-event */
  1155. }
  1156. .fc-timegrid-more-link-inner { /* has fc-sticky */
  1157. padding: 3px 2px;
  1158. top: 0;
  1159. }
  1160. .fc-direction-ltr .fc-timegrid-more-link {
  1161. right: 0;
  1162. }
  1163. .fc-direction-rtl .fc-timegrid-more-link {
  1164. left: 0;
  1165. }
  1166. .fc {
  1167. /* line */
  1168. }
  1169. .fc .fc-timegrid-now-indicator-line {
  1170. position: absolute;
  1171. z-index: 4;
  1172. left: 0;
  1173. right: 0;
  1174. border-style: solid;
  1175. border-color: red;
  1176. border-color: var(--fc-now-indicator-color, red);
  1177. border-width: 1px 0 0;
  1178. }
  1179. .fc {
  1180. /* arrow */
  1181. }
  1182. .fc .fc-timegrid-now-indicator-arrow {
  1183. position: absolute;
  1184. z-index: 4;
  1185. margin-top: -5px; /* vertically center on top coordinate */
  1186. border-style: solid;
  1187. border-color: red;
  1188. border-color: var(--fc-now-indicator-color, red);
  1189. }
  1190. .fc-direction-ltr .fc-timegrid-now-indicator-arrow {
  1191. left: 0;
  1192. /* triangle pointing right. TODO: mixin */
  1193. border-width: 5px 0 5px 6px;
  1194. border-top-color: transparent;
  1195. border-bottom-color: transparent;
  1196. }
  1197. .fc-direction-rtl .fc-timegrid-now-indicator-arrow {
  1198. right: 0;
  1199. /* triangle pointing left. TODO: mixin */
  1200. border-width: 5px 6px 5px 0;
  1201. border-top-color: transparent;
  1202. border-bottom-color: transparent;
  1203. }
  1204. :root {
  1205. --fc-list-event-dot-width: 10px;
  1206. --fc-list-event-hover-bg-color: #f5f5f5;
  1207. }
  1208. .fc-theme-standard .fc-list {
  1209. border: 1px solid #ddd;
  1210. border: 1px solid var(--fc-border-color, #ddd);
  1211. }
  1212. .fc {
  1213. /* message when no events */
  1214. }
  1215. .fc .fc-list-empty {
  1216. background-color: rgba(208, 208, 208, 0.3);
  1217. background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  1218. height: 100%;
  1219. display: flex;
  1220. justify-content: center;
  1221. align-items: center; /* vertically aligns fc-list-empty-inner */
  1222. }
  1223. .fc .fc-list-empty-cushion {
  1224. margin: 5em 0;
  1225. }
  1226. .fc {
  1227. /* table within the scroller */
  1228. /* ---------------------------------------------------------------------------------------------------- */
  1229. }
  1230. .fc .fc-list-table {
  1231. width: 100%;
  1232. border-style: hidden; /* kill outer border on theme */
  1233. }
  1234. .fc .fc-list-table tr > * {
  1235. border-left: 0;
  1236. border-right: 0;
  1237. }
  1238. .fc .fc-list-sticky .fc-list-day > * { /* the cells */
  1239. position: sticky;
  1240. top: 0;
  1241. background: #fff;
  1242. background: var(--fc-page-bg-color, #fff); /* for when headers are styled to be transparent and sticky */
  1243. }
  1244. .fc .fc-list-table th {
  1245. padding: 0; /* uses an inner-wrapper instead... */
  1246. }
  1247. .fc .fc-list-table td,
  1248. .fc .fc-list-day-cushion {
  1249. padding: 8px 14px;
  1250. }
  1251. .fc {
  1252. /* date heading rows */
  1253. /* ---------------------------------------------------------------------------------------------------- */
  1254. }
  1255. .fc .fc-list-day-cushion:after {
  1256. content: "";
  1257. clear: both;
  1258. display: table; /* clear floating */
  1259. }
  1260. .fc-theme-standard .fc-list-day-cushion {
  1261. background-color: rgba(208, 208, 208, 0.3);
  1262. background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  1263. }
  1264. .fc-direction-ltr .fc-list-day-text,
  1265. .fc-direction-rtl .fc-list-day-side-text {
  1266. float: left;
  1267. }
  1268. .fc-direction-ltr .fc-list-day-side-text,
  1269. .fc-direction-rtl .fc-list-day-text {
  1270. float: right;
  1271. }
  1272. /* make the dot closer to the event title */
  1273. .fc-direction-ltr .fc-list-table .fc-list-event-graphic { padding-right: 0 }
  1274. .fc-direction-rtl .fc-list-table .fc-list-event-graphic { padding-left: 0 }
  1275. .fc .fc-list-event.fc-event-forced-url {
  1276. cursor: pointer; /* whole row will seem clickable */
  1277. }
  1278. .fc .fc-list-event:hover td {
  1279. background-color: #f5f5f5;
  1280. background-color: var(--fc-list-event-hover-bg-color, #f5f5f5);
  1281. }
  1282. .fc {
  1283. /* shrink certain cols */
  1284. }
  1285. .fc .fc-list-event-graphic,
  1286. .fc .fc-list-event-time {
  1287. white-space: nowrap;
  1288. width: 1px;
  1289. }
  1290. .fc .fc-list-event-dot {
  1291. display: inline-block;
  1292. box-sizing: content-box;
  1293. width: 0;
  1294. height: 0;
  1295. border: 5px solid #3788d8;
  1296. border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, #3788d8);
  1297. border-radius: 5px;
  1298. border-radius: calc(var(--fc-list-event-dot-width, 10px) / 2);
  1299. }
  1300. .fc {
  1301. /* reset <a> styling */
  1302. }
  1303. .fc .fc-list-event-title a {
  1304. color: inherit;
  1305. text-decoration: none;
  1306. }
  1307. .fc {
  1308. /* underline link when hovering over any part of row */
  1309. }
  1310. .fc .fc-list-event.fc-event-forced-url:hover a {
  1311. text-decoration: underline;
  1312. }
  1313. .fc-theme-bootstrap a:not([href]) {
  1314. color: inherit; /* natural color for navlinks */
  1315. }