| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915 |
- @charset "UTF-8";
- /*========================================================
- DARK LAYOUT
- =========================================================*/
- .btn,
- .fc .fc-button {
- display: inline-block;
- font-weight: 400;
- color: #626262;
- text-align: center;
- vertical-align: middle;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- background-color: transparent;
- border: 0 solid transparent;
- padding: 0.9rem 2rem;
- font-size: 1rem;
- border-radius: 0.42rem;
- transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
- }
- @media (prefers-reduced-motion: reduce) {
- .btn,
- .fc .fc-button {
- transition: none;
- }
- }
- .btn:hover,
- .fc .fc-button:hover {
- color: #626262;
- text-decoration: none;
- }
- .btn:focus,
- .fc .fc-button:focus,
- .btn.focus,
- .fc .focus.fc-button {
- outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(92, 107, 198, 0.25);
- }
- .btn.disabled,
- .fc .disabled.fc-button,
- .btn:disabled,
- .fc .fc-button:disabled {
- opacity: 0.65;
- }
- a.btn.disabled,
- .fc a.disabled.fc-button,
- fieldset:disabled a.btn,
- fieldset:disabled .fc a.fc-button,
- .fc fieldset:disabled a.fc-button {
- pointer-events: none;
- }
- .btn-primary {
- color: #fff;
- background-color: #5c6bc6;
- border-color: #5c6bc6;
- }
- .btn-primary:hover {
- color: #fff;
- background-color: #4152bb;
- border-color: #3e4eb1;
- }
- .btn-primary:focus,
- .btn-primary.focus {
- box-shadow: 0 0 0 0.2rem rgba(116, 129, 207, 0.5);
- }
- .btn-primary.disabled,
- .btn-primary:disabled {
- color: #fff;
- background-color: #5c6bc6;
- border-color: #5c6bc6;
- }
- .btn-primary:not(:disabled):not(.disabled):active,
- .btn-primary:not(:disabled):not(.disabled).active,
- .show > .btn-primary.dropdown-toggle {
- color: #fff;
- background-color: #3e4eb1;
- border-color: #3b4aa8;
- }
- .btn-primary:not(:disabled):not(.disabled):active:focus,
- .btn-primary:not(:disabled):not(.disabled).active:focus,
- .show > .btn-primary.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(116, 129, 207, 0.5);
- }
- .btn-secondary {
- color: #2a2e30;
- background-color: #b8c2cc;
- border-color: #b8c2cc;
- }
- .btn-secondary:hover {
- color: #2a2e30;
- background-color: #a2afbc;
- border-color: #9aa9b7;
- }
- .btn-secondary:focus,
- .btn-secondary.focus {
- box-shadow: 0 0 0 0.2rem rgba(163, 172, 181, 0.5);
- }
- .btn-secondary.disabled,
- .btn-secondary:disabled {
- color: #2a2e30;
- background-color: #b8c2cc;
- border-color: #b8c2cc;
- }
- .btn-secondary:not(:disabled):not(.disabled):active,
- .btn-secondary:not(:disabled):not(.disabled).active,
- .show > .btn-secondary.dropdown-toggle {
- color: #2a2e30;
- background-color: #9aa9b7;
- border-color: #93a2b1;
- }
- .btn-secondary:not(:disabled):not(.disabled):active:focus,
- .btn-secondary:not(:disabled):not(.disabled).active:focus,
- .show > .btn-secondary.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(163, 172, 181, 0.5);
- }
- .btn-success {
- color: #fff;
- background-color: #21b978;
- border-color: #21b978;
- }
- .btn-success:hover {
- color: #fff;
- background-color: #1b9963;
- border-color: #198e5c;
- }
- .btn-success:focus,
- .btn-success.focus {
- box-shadow: 0 0 0 0.2rem rgba(66, 196, 140, 0.5);
- }
- .btn-success.disabled,
- .btn-success:disabled {
- color: #fff;
- background-color: #21b978;
- border-color: #21b978;
- }
- .btn-success:not(:disabled):not(.disabled):active,
- .btn-success:not(:disabled):not(.disabled).active,
- .show > .btn-success.dropdown-toggle {
- color: #fff;
- background-color: #198e5c;
- border-color: #178355;
- }
- .btn-success:not(:disabled):not(.disabled):active:focus,
- .btn-success:not(:disabled):not(.disabled).active:focus,
- .show > .btn-success.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(66, 196, 140, 0.5);
- }
- .btn-info {
- color: #fff;
- background-color: #3085d6;
- border-color: #3085d6;
- }
- .btn-info:hover {
- color: #fff;
- background-color: #2572bb;
- border-color: #236bb0;
- }
- .btn-info:focus,
- .btn-info.focus {
- box-shadow: 0 0 0 0.2rem rgba(79, 151, 220, 0.5);
- }
- .btn-info.disabled,
- .btn-info:disabled {
- color: #fff;
- background-color: #3085d6;
- border-color: #3085d6;
- }
- .btn-info:not(:disabled):not(.disabled):active,
- .btn-info:not(:disabled):not(.disabled).active,
- .show > .btn-info.dropdown-toggle {
- color: #fff;
- background-color: #236bb0;
- border-color: #2165a5;
- }
- .btn-info:not(:disabled):not(.disabled):active:focus,
- .btn-info:not(:disabled):not(.disabled).active:focus,
- .show > .btn-info.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(79, 151, 220, 0.5);
- }
- .btn-warning {
- color: #2a2e30;
- background-color: #dda451;
- border-color: #dda451;
- }
- .btn-warning:hover {
- color: #2a2e30;
- background-color: #d79331;
- border-color: #d28d29;
- }
- .btn-warning:focus,
- .btn-warning.focus {
- box-shadow: 0 0 0 0.2rem rgba(194, 146, 76, 0.5);
- }
- .btn-warning.disabled,
- .btn-warning:disabled {
- color: #2a2e30;
- background-color: #dda451;
- border-color: #dda451;
- }
- .btn-warning:not(:disabled):not(.disabled):active,
- .btn-warning:not(:disabled):not(.disabled).active,
- .show > .btn-warning.dropdown-toggle {
- color: #2a2e30;
- background-color: #d28d29;
- border-color: #c78627;
- }
- .btn-warning:not(:disabled):not(.disabled):active:focus,
- .btn-warning:not(:disabled):not(.disabled).active:focus,
- .show > .btn-warning.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(194, 146, 76, 0.5);
- }
- .btn-danger {
- color: #fff;
- background-color: #ea5455;
- border-color: #ea5455;
- }
- .btn-danger:hover {
- color: #fff;
- background-color: #e63233;
- border-color: #e42728;
- }
- .btn-danger:focus,
- .btn-danger.focus {
- box-shadow: 0 0 0 0.2rem rgba(237, 110, 111, 0.5);
- }
- .btn-danger.disabled,
- .btn-danger:disabled {
- color: #fff;
- background-color: #ea5455;
- border-color: #ea5455;
- }
- .btn-danger:not(:disabled):not(.disabled):active,
- .btn-danger:not(:disabled):not(.disabled).active,
- .show > .btn-danger.dropdown-toggle {
- color: #fff;
- background-color: #e42728;
- border-color: #e21c1d;
- }
- .btn-danger:not(:disabled):not(.disabled):active:focus,
- .btn-danger:not(:disabled):not(.disabled).active:focus,
- .show > .btn-danger.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(237, 110, 111, 0.5);
- }
- .btn-light {
- color: #2a2e30;
- background-color: #babfc7;
- border-color: #babfc7;
- }
- .btn-light:hover {
- color: #2a2e30;
- background-color: #a5abb6;
- border-color: #9ea5b0;
- }
- .btn-light:focus,
- .btn-light.focus {
- box-shadow: 0 0 0 0.2rem rgba(164, 169, 176, 0.5);
- }
- .btn-light.disabled,
- .btn-light:disabled {
- color: #2a2e30;
- background-color: #babfc7;
- border-color: #babfc7;
- }
- .btn-light:not(:disabled):not(.disabled):active,
- .btn-light:not(:disabled):not(.disabled).active,
- .show > .btn-light.dropdown-toggle {
- color: #2a2e30;
- background-color: #9ea5b0;
- border-color: #979eaa;
- }
- .btn-light:not(:disabled):not(.disabled):active:focus,
- .btn-light:not(:disabled):not(.disabled).active:focus,
- .show > .btn-light.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(164, 169, 176, 0.5);
- }
- .btn-dark {
- color: #fff;
- background-color: #1e1e1e;
- border-color: #1e1e1e;
- }
- .btn-dark:hover {
- color: #fff;
- background-color: #0b0b0b;
- border-color: #050505;
- }
- .btn-dark:focus,
- .btn-dark.focus {
- box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
- }
- .btn-dark.disabled,
- .btn-dark:disabled {
- color: #fff;
- background-color: #1e1e1e;
- border-color: #1e1e1e;
- }
- .btn-dark:not(:disabled):not(.disabled):active,
- .btn-dark:not(:disabled):not(.disabled).active,
- .show > .btn-dark.dropdown-toggle {
- color: #fff;
- background-color: #050505;
- border-color: black;
- }
- .btn-dark:not(:disabled):not(.disabled):active:focus,
- .btn-dark:not(:disabled):not(.disabled).active:focus,
- .show > .btn-dark.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
- }
- .btn-outline-primary,
- .fc .fc-button {
- color: #5c6bc6;
- border-color: #5c6bc6;
- }
- .btn-outline-primary:hover,
- .fc .fc-button:hover {
- color: #fff;
- background-color: #5c6bc6;
- border-color: #5c6bc6;
- }
- .btn-outline-primary:focus,
- .fc .fc-button:focus,
- .btn-outline-primary.focus,
- .fc .focus.fc-button {
- box-shadow: 0 0 0 0.2rem rgba(92, 107, 198, 0.5);
- }
- .btn-outline-primary.disabled,
- .fc .disabled.fc-button,
- .btn-outline-primary:disabled,
- .fc .fc-button:disabled {
- color: #5c6bc6;
- background-color: transparent;
- }
- .btn-outline-primary:not(:disabled):not(.disabled):active,
- .fc .fc-button:not(:disabled):not(.disabled):active,
- .btn-outline-primary:not(:disabled):not(.disabled).active,
- .fc .fc-button:not(:disabled):not(.disabled).active,
- .show > .btn-outline-primary.dropdown-toggle,
- .fc .show > .dropdown-toggle.fc-button {
- color: #fff;
- background-color: #5c6bc6;
- border-color: #5c6bc6;
- }
- .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
- .fc .fc-button:not(:disabled):not(.disabled):active:focus,
- .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
- .fc .fc-button:not(:disabled):not(.disabled).active:focus,
- .show > .btn-outline-primary.dropdown-toggle:focus,
- .fc .show > .dropdown-toggle.fc-button:focus {
- box-shadow: 0 0 0 0.2rem rgba(92, 107, 198, 0.5);
- }
- .btn-outline-secondary {
- color: #b8c2cc;
- border-color: #b8c2cc;
- }
- .btn-outline-secondary:hover {
- color: #2a2e30;
- background-color: #b8c2cc;
- border-color: #b8c2cc;
- }
- .btn-outline-secondary:focus,
- .btn-outline-secondary.focus {
- box-shadow: 0 0 0 0.2rem rgba(184, 194, 204, 0.5);
- }
- .btn-outline-secondary.disabled,
- .btn-outline-secondary:disabled {
- color: #b8c2cc;
- background-color: transparent;
- }
- .btn-outline-secondary:not(:disabled):not(.disabled):active,
- .btn-outline-secondary:not(:disabled):not(.disabled).active,
- .show > .btn-outline-secondary.dropdown-toggle {
- color: #2a2e30;
- background-color: #b8c2cc;
- border-color: #b8c2cc;
- }
- .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
- .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
- .show > .btn-outline-secondary.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(184, 194, 204, 0.5);
- }
- .btn-outline-success {
- color: #21b978;
- border-color: #21b978;
- }
- .btn-outline-success:hover {
- color: #fff;
- background-color: #21b978;
- border-color: #21b978;
- }
- .btn-outline-success:focus,
- .btn-outline-success.focus {
- box-shadow: 0 0 0 0.2rem rgba(33, 185, 120, 0.5);
- }
- .btn-outline-success.disabled,
- .btn-outline-success:disabled {
- color: #21b978;
- background-color: transparent;
- }
- .btn-outline-success:not(:disabled):not(.disabled):active,
- .btn-outline-success:not(:disabled):not(.disabled).active,
- .show > .btn-outline-success.dropdown-toggle {
- color: #fff;
- background-color: #21b978;
- border-color: #21b978;
- }
- .btn-outline-success:not(:disabled):not(.disabled):active:focus,
- .btn-outline-success:not(:disabled):not(.disabled).active:focus,
- .show > .btn-outline-success.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(33, 185, 120, 0.5);
- }
- .btn-outline-info {
- color: #3085d6;
- border-color: #3085d6;
- }
- .btn-outline-info:hover {
- color: #fff;
- background-color: #3085d6;
- border-color: #3085d6;
- }
- .btn-outline-info:focus,
- .btn-outline-info.focus {
- box-shadow: 0 0 0 0.2rem rgba(48, 133, 214, 0.5);
- }
- .btn-outline-info.disabled,
- .btn-outline-info:disabled {
- color: #3085d6;
- background-color: transparent;
- }
- .btn-outline-info:not(:disabled):not(.disabled):active,
- .btn-outline-info:not(:disabled):not(.disabled).active,
- .show > .btn-outline-info.dropdown-toggle {
- color: #fff;
- background-color: #3085d6;
- border-color: #3085d6;
- }
- .btn-outline-info:not(:disabled):not(.disabled):active:focus,
- .btn-outline-info:not(:disabled):not(.disabled).active:focus,
- .show > .btn-outline-info.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(48, 133, 214, 0.5);
- }
- .btn-outline-warning {
- color: #dda451;
- border-color: #dda451;
- }
- .btn-outline-warning:hover {
- color: #2a2e30;
- background-color: #dda451;
- border-color: #dda451;
- }
- .btn-outline-warning:focus,
- .btn-outline-warning.focus {
- box-shadow: 0 0 0 0.2rem rgba(221, 164, 81, 0.5);
- }
- .btn-outline-warning.disabled,
- .btn-outline-warning:disabled {
- color: #dda451;
- background-color: transparent;
- }
- .btn-outline-warning:not(:disabled):not(.disabled):active,
- .btn-outline-warning:not(:disabled):not(.disabled).active,
- .show > .btn-outline-warning.dropdown-toggle {
- color: #2a2e30;
- background-color: #dda451;
- border-color: #dda451;
- }
- .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
- .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
- .show > .btn-outline-warning.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(221, 164, 81, 0.5);
- }
- .btn-outline-danger {
- color: #ea5455;
- border-color: #ea5455;
- }
- .btn-outline-danger:hover {
- color: #fff;
- background-color: #ea5455;
- border-color: #ea5455;
- }
- .btn-outline-danger:focus,
- .btn-outline-danger.focus {
- box-shadow: 0 0 0 0.2rem rgba(234, 84, 85, 0.5);
- }
- .btn-outline-danger.disabled,
- .btn-outline-danger:disabled {
- color: #ea5455;
- background-color: transparent;
- }
- .btn-outline-danger:not(:disabled):not(.disabled):active,
- .btn-outline-danger:not(:disabled):not(.disabled).active,
- .show > .btn-outline-danger.dropdown-toggle {
- color: #fff;
- background-color: #ea5455;
- border-color: #ea5455;
- }
- .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
- .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
- .show > .btn-outline-danger.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(234, 84, 85, 0.5);
- }
- .btn-outline-light {
- color: #babfc7;
- border-color: #babfc7;
- }
- .btn-outline-light:hover {
- color: #2a2e30;
- background-color: #babfc7;
- border-color: #babfc7;
- }
- .btn-outline-light:focus,
- .btn-outline-light.focus {
- box-shadow: 0 0 0 0.2rem rgba(186, 191, 199, 0.5);
- }
- .btn-outline-light.disabled,
- .btn-outline-light:disabled {
- color: #babfc7;
- background-color: transparent;
- }
- .btn-outline-light:not(:disabled):not(.disabled):active,
- .btn-outline-light:not(:disabled):not(.disabled).active,
- .show > .btn-outline-light.dropdown-toggle {
- color: #2a2e30;
- background-color: #babfc7;
- border-color: #babfc7;
- }
- .btn-outline-light:not(:disabled):not(.disabled):active:focus,
- .btn-outline-light:not(:disabled):not(.disabled).active:focus,
- .show > .btn-outline-light.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(186, 191, 199, 0.5);
- }
- .btn-outline-dark {
- color: #1e1e1e;
- border-color: #1e1e1e;
- }
- .btn-outline-dark:hover {
- color: #fff;
- background-color: #1e1e1e;
- border-color: #1e1e1e;
- }
- .btn-outline-dark:focus,
- .btn-outline-dark.focus {
- box-shadow: 0 0 0 0.2rem rgba(30, 30, 30, 0.5);
- }
- .btn-outline-dark.disabled,
- .btn-outline-dark:disabled {
- color: #1e1e1e;
- background-color: transparent;
- }
- .btn-outline-dark:not(:disabled):not(.disabled):active,
- .btn-outline-dark:not(:disabled):not(.disabled).active,
- .show > .btn-outline-dark.dropdown-toggle {
- color: #fff;
- background-color: #1e1e1e;
- border-color: #1e1e1e;
- }
- .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
- .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
- .show > .btn-outline-dark.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(30, 30, 30, 0.5);
- }
- .btn-link {
- font-weight: 400;
- color: #495abf;
- text-decoration: none;
- }
- .btn-link:hover {
- color: #37469e;
- text-decoration: none;
- }
- .btn-link:focus,
- .btn-link.focus {
- text-decoration: none;
- box-shadow: none;
- }
- .btn-link:disabled,
- .btn-link.disabled {
- color: #b8c2cc;
- pointer-events: none;
- }
- .btn-lg {
- padding: 1rem 2.5rem;
- font-size: 1.25rem;
- border-radius: 0.4285rem;
- }
- .btn-sm {
- padding: 0.5rem 1.5rem;
- font-size: 0.7rem;
- border-radius: 0.4285rem;
- }
- .btn-block {
- display: block;
- width: 100%;
- }
- .btn-block + .btn-block {
- margin-top: 0.5rem;
- }
- input[type=submit].btn-block,
- input[type=reset].btn-block,
- input[type=button].btn-block {
- width: 100%;
- }
- .fc .fc-header-toolbar {
- margin-bottom: 2rem;
- }
- .fc .fc-header-toolbar .bullets-group-1,
- .fc .fc-header-toolbar .bullets-group-2 {
- display: flex;
- align-items: center;
- margin-left: 0;
- margin: 0.5rem auto;
- }
- .fc .fc-header-toolbar .bullets-group-2 {
- margin-bottom: 0;
- }
- .fc .fc-header-toolbar .fc-right div:first-child {
- display: flex;
- justify-content: flex-end;
- align-items: center;
- }
- .fc .fc-header-toolbar .fc-right div:first-child h2 {
- font-weight: 400;
- font-size: 1.3rem;
- margin: 0 0.5rem;
- }
- .fc .fc-header-toolbar .fc-right .fc-button {
- border-radius: 50%;
- padding: 0.4rem 0.4rem;
- height: 24px;
- width: 24px;
- }
- .fc .fc-header-toolbar .fc-right .fc-button.fc-prev-button {
- margin-right: 0.5rem;
- }
- .fc .fc-header-toolbar .fc-right .fc-button.fc-prev-button .fc-icon {
- position: relative;
- top: -6px;
- left: -4px;
- }
- .fc .fc-header-toolbar .fc-right .fc-button.fc-next-button {
- margin-left: 0.5rem;
- }
- .fc .fc-header-toolbar .fc-right .fc-button.fc-next-button .fc-icon {
- position: relative;
- top: -6px;
- right: 3px;
- }
- .fc .fc-header-toolbar .fc-addNew-button {
- padding: 0.65rem 2rem;
- }
- .fc .fc-header-toolbar .fc-addNew-button:before {
- font-family: "feather";
- content: "\E8B1";
- }
- .fc .fc-view-container .fc-head .fc-head-container thead .fc-day-header {
- padding: 1px 0;
- }
- .fc .fc-view-container .fc-head .fc-head-container thead .fc-day-header.fc-today {
- color: #fff;
- }
- .fc .fc-view-container .fc-body .fc-week table tbody .fc-day {
- cursor: pointer;
- }
- .fc .fc-view-container .fc-body .fc-week table tbody .fc-day.fc-today {
- background: transparent;
- }
- .fc .fc-view-container .fc-body .fc-week table tbody .fc-other-month {
- background-color: #f1f1f1;
- }
- .fc .fc-view-container .fc-body .fc-day-top.fc-today a {
- background-color: #5c6bc6;
- color: #fff;
- padding: 5px 10px;
- margin-top: 2px;
- margin-right: 2px;
- border-radius: 50%;
- }
- .fc .fc-view-container .fc-body .fc-not-end,
- .fc .fc-view-container .fc-body .fc-not-start {
- padding: 1px 8px !important;
- opacity: 1 !important;
- }
- .fc .fc-view-container .fc-body .fc-not-end .fc-title,
- .fc .fc-view-container .fc-body .fc-not-start .fc-title {
- padding-left: 1rem;
- }
- .fc .fc-view-container .fc-body .fc-not-start {
- margin-left: -6px !important;
- }
- .fc .fc-view-container .fc-body .fc-not-end {
- margin-right: -6px !important;
- }
- .fc .fc-view-container td,
- .fc .fc-view-container th {
- border-color: #e0e0e0;
- font-size: 1rem;
- }
- .fc .fc-button {
- padding: 0.6rem 1rem;
- height: auto;
- outline: none;
- text-shadow: none;
- background-color: #5c6bc6;
- color: #fff;
- }
- .fc .fc-button:not(:disabled).fc-button-active {
- background-color: #3e4eb1;
- }
- .fc .fc-button:focus {
- outline: none;
- box-shadow: none;
- }
- .fc .fc-event {
- background: #5c6bc6;
- border: 1px solid #495abf;
- padding: 1px 8px;
- border-radius: 1rem;
- border: none;
- padding-left: 1rem;
- }
- .fc .fc-event .fc-title {
- font-size: 0.85rem;
- color: #fff;
- }
- .modal-calendar .calendar-dropdown .dropdown-toggle {
- font-size: 1.2rem;
- }
- .modal-calendar .calendar-dropdown .dropdown-toggle:after {
- display: none;
- }
- .modal-calendar #cal-start-date:disabled {
- opacity: 0.5;
- }
- @media (max-width: 900px) {
- .fc .fc-header-toolbar {
- margin-bottom: 2rem;
- }
- .fc .fc-header-toolbar .bullets-group-1 [class*=category-] {
- margin: 0.3rem 0;
- }
- }
- @media (max-width: 767.98px) {
- .fc .fc-header-toolbar {
- flex-direction: column;
- margin-bottom: 2rem;
- }
- .fc .fc-header-toolbar .bullets-group-1 {
- display: none;
- }
- .fc .fc-header-toolbar .fc-left {
- margin-bottom: 1rem;
- }
- .fc .fc-header-toolbar .fc-center {
- margin: 1 auto;
- margin-bottom: 0;
- }
- .fc .fc-header-toolbar .fc-right {
- margin: 1rem auto;
- }
- .fc .fc-header-toolbar .fc-right div:first-child {
- justify-content: center;
- }
- }
|