main > .container {
  padding: 70px 15px 20px;
}

.footer {
  background-color: #f5f5f5;
  font-size: 0.9em;
  height: 60px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  content: "";
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
}

a.asc:after {
  border-bottom: solid 7px #212529;
  border-top-width: 0;
}

a.desc:after {
  border-top: solid 7px #212529;
  border-bottom-width: 0;
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding-top: 7px;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 0;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
  outline: none;
}

body {
  background-image: url("./images/page-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #edf2f9;
}

.btn-gradient {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.2) 49%,
    rgba(0, 0, 0, 0.15) 51%,
    rgba(0, 0, 0, 0.05)
  );
  background-repeat: repeat-x;
  color: #4e342e;
  min-width: 100px;
}

.btn-primary {
  color: white;
}

.btn-success {
  color: white;
}

.btn-danger {
  color: white;
}

#header {
  color: #ecc43a;
  min-height: 60px;
  font-size: 1.1rem;
}
.header-menu {
  font-size: 0.8rem;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  color: #ecc43a;
}
.header-menu:hover {
  font-size: 0.8rem;
  background: rgba(255, 255, 255, 0.5);
  color: #ecc43a;
}
.header-link {
  cursor: pointer;
  color: #ecc43a;
  text-decoration: none;
}
.header-link:hover {
  cursor: pointer;
  color: #ecc43a;
  text-decoration: none;
}
#menu {
  padding: 20px;
  min-width: 325px;
  color: white;
  border-radius: 1.75rem;
  background-color: rgba(19, 0, 97, 0.3);
}
#content {
  padding: 20px;
  border-radius: 1.75rem;
  background-color: white;
}

body {
  background-color: #edf2f9;
}

.title {
  color: #ecc43a !important;
}

.menu-link {
  color: white;
  padding-left: 0px;
}

.tabulator .tabulator-header .tabulator-col {
  color: white;
  background: #1e5799;
  background: -moz-linear-gradient(
    top,
    #1e5799 0%,
    #2989d8 50%,
    #207cca 51%,
    #7db9e8 100%
  );
  background: -webkit-linear-gradient(
    top,
    #1e5799 0%,
    #2989d8 50%,
    #207cca 51%,
    #7db9e8 100%
  );
  background: linear-gradient(
    to bottom,
    #1e5799 0%,
    #2989d8 50%,
    #207cca 51%,
    #7db9e8 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0);
}

.tabulator .tabulator-footer {
  font-size: 14px;
  background-color: aliceblue;
}
.tabulator-row.tabulator-group {
  background-color: #bbdefb;
}

h1 {
  font-size: 2rem !important;
}

.offcanvas.offcanvas-start {
  width: 300px;
}

.list-group-item > a {
  text-decoration: none;
}

.p-inputtext.p-inputtext-sm {
  padding: 0.4rem 0.4rem !important;
}

.pointer {
  cursor: pointer;
}

.title {
  font-size: 2rem;
}

.container {
  background-color: white;
}

header {
  background: linear-gradient(to bottom, #1e3c72 10%, #2a5298 90%);
}

.bd-navbar {
  padding: 0.75rem 0;
  background-color: transparent;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15),
    inset 0 -1px 0 rgba(255, 255, 255, 0.15);
}

.bd-navbar::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  content: "";
  background-image: linear-gradient(
    rgba(var(--bd-violet-rgb), 1),
    rgba(var(--bd-violet-rgb), 0.95)
  );
}

@media (max-width: 991.98px) {
  .bd-navbar .bd-navbar-toggle {
    width: 4.25rem;
  }
}

.bd-navbar .navbar-toggler {
  padding: 0;
  margin-right: -0.5rem;
  border: 0;
}

.bd-navbar .navbar-toggler:first-child {
  margin-left: -0.5rem;
}

.bd-navbar .navbar-toggler .bi {
  width: 1.5rem;
  height: 1.5rem;
}

.bd-navbar .navbar-toggler:focus {
  box-shadow: none;
}

.bd-navbar .navbar-brand {
  color: #fff;
}

.bd-navbar .navbar-toggler,
.bd-navbar .nav-link {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  color: rgba(255, 255, 255, 0.85);
}

.bd-navbar .navbar-toggler:hover,
.bd-navbar .navbar-toggler:focus,
.bd-navbar .nav-link:hover,
.bd-navbar .nav-link:focus {
  color: #fff;
}

.bd-navbar .navbar-toggler.active,
.bd-navbar .nav-link.active {
  font-weight: 600;
  color: #fff;
}

.bd-navbar .navbar-nav-svg {
  display: inline-block;
  vertical-align: -0.125rem;
}

.bd-navbar .offcanvas-lg {
  background-color: var(--bd-violet-bg);
  border-left: 0;
}

@media (max-width: 991.98px) {
  .bd-navbar .offcanvas-lg {
    box-shadow: var(--bs-box-shadow-lg);
  }
}

.bd-navbar .dropdown-toggle:focus:not(:focus-visible) {
  outline: 0;
}

.bd-navbar .dropdown-menu {
  --bs-dropdown-min-width: 12rem;
  --bs-dropdown-padding-x: 0.25rem;
  --bs-dropdown-padding-y: 0.25rem;
  --bs-dropdown-link-hover-bg: rgba(var(--bd-violet-rgb), 0.1);
  --bs-dropdown-link-active-bg: rgba(var(--bd-violet-rgb), 1);
  --bs-dropdown-font-size: 0.875rem;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  box-shadow: var(--bs-box-shadow);
}

.bd-navbar .dropdown-menu li + li {
  margin-top: 0.125rem;
}

.bd-navbar .dropdown-menu .dropdown-item {
  border-radius: 0.25rem;
}

.bd-navbar .dropdown-menu .dropdown-item:active .bi {
  color: inherit !important;
}

.bd-navbar .dropdown-menu .active {
  font-weight: 600;
}

.bd-navbar .dropdown-menu .active .bi {
  display: block !important;
}

.bd-navbar .dropdown-menu-end {
  --bs-dropdown-min-width: 8rem;
}

.bd-title {
  --bs-heading-color: var(--bs-emphasis-color);
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  .bd-title {
    font-size: 3rem;
  }
}

.bd-lead {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 300;
}

@media (min-width: 1200px) {
  .bd-lead {
    font-size: 1.5rem;
  }
}

.bi {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  fill: currentcolor;
}

@media (min-width: 992px) {
  .bd-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
    display: block !important;
    height: calc(100vh - 6rem);
    padding-left: 0.25rem;
    margin-left: -0.25rem;
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  .bd-sidebar .offcanvas-lg {
    border-right-color: var(--bs-border-color);
    box-shadow: var(--bs-box-shadow-lg);
  }
}

.bd-links-heading {
  color: var(--bs-emphasis-color);
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .bd-links-nav {
    font-size: 0.875rem;
  }
}

@media (max-width: 991.98px) {
  .bd-links-nav {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .bd-links-nav .bd-links-group {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }

  .bd-links-nav .bd-links-span-all {
    -moz-column-span: all;
    column-span: all;
  }
}

.bd-links-link {
  padding: 0.1875rem 0.5rem;
  margin-top: 0.125rem;
  color: var(--bs-body-color);
  text-decoration: none;
}

.bd-links-link:hover,
.bd-links-link:focus,
.bd-links-link.active {
  color: var(--bs-emphasis-color);
  background-color: var(--bd-sidebar-link-bg);
}

.bd-links-link.active {
  font-weight: 600;
}

.bd-gutter {
  --bs-gutter-x: 3rem;
}

@media (min-width: 992px) {
  .bd-layout {
    display: grid;
    grid-template-areas: "sidebar main";
    grid-template-columns: 1fr 5fr;
    gap: 1.5rem;
  }
}

.bd-sidebar {
  grid-area: sidebar;
}

.bd-main {
  grid-area: main;
}

@media (max-width: 991.98px) {
  .bd-main {
    max-width: 760px;
    margin-inline: auto;
  }
}

@media (min-width: 768px) {
  .bd-main {
    display: grid;
    grid-template-areas: "intro" "toc" "content";
    grid-template-rows: auto auto 1fr;
    gap: inherit;
  }
}

@media (min-width: 992px) {
  .bd-main {
    grid-template-areas: "intro   toc" "content toc";
    grid-template-rows: auto 1fr;
    grid-template-columns: 4fr 1fr;
  }
}

.bd-intro {
  grid-area: intro;
}

.bd-toc {
  grid-area: toc;
}

.bd-content {
  grid-area: content;
  min-width: 1px;
}

.fc-scrollgrid-sync-inner a {
  text-decoration: none;
}

.fc .fc-daygrid-day-top a {
  text-decoration: none;
  color: black;
}

.fc-col-header-cell {
  background-color: #2a5298 !important;
}

.fc-col-header-cell-cushion {
  color: white;
}

.fc .fc-button {
  font-size: 0.8rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.fc-day-sat,
.fc-day-sun {
  background-color: #f0f2fa;
}

.fc-toolbar-title {
  font-weight: bold;
}

.pointer {
  cursor: pointer;
}

.calendar_color {
  width: 20px;
  border-radius: 5px;
}

@media (max-width: 767.98px) {
  .fc .fc-toolbar.fc-header-toolbar {
      display: block;
      text-align: center;
  }

  .fc-header-toolbar .fc-toolbar-chunk {
      display: block;
  }
}

.fc-event-title-container {
  cursor: pointer;
}