/**
 * Avatar CSS styles
 */
.avatar {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: "Arial", sans-serif;
  text-indent: 0;
}
.avatar-s30 {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
}
.avatar-s48 {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
}
.avatar-s50 {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
}
.legacy-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: var(--content-bg-color);
  border-bottom: 1px solid var(--border-color);
  padding: 0;
}
.legacy-breadcrumbs {
  min-width: 0;
}
.legacy-breadcrumbs ol.breadcrumbs {
  padding-inline-start: 8px;
  display: flex;
  margin-bottom: 6px;
}
.legacy-breadcrumbs ol.breadcrumbs > * {
  display: inline-flex;
  min-width: 0;
}
.legacy-breadcrumbs ol.breadcrumbs > *.active {
  display: inline-flex !important;
}
.legacy-breadcrumbs ol.breadcrumbs ul.breadcrumb-dropdown li {
  padding: 4px 0;
  display: flex;
}
.legacy-breadcrumbs ol.breadcrumbs li {
  font-size: 12px;
  color: var(--text-muted-color);
  margin-bottom: 0;
  padding: 11px 0 0 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  box-shadow: none;
  display: inline-flex;
  max-width: 100%;
}
.legacy-breadcrumbs ol.breadcrumbs li .divider {
  padding: 0 4px;
}
.legacy-breadcrumbs ol.breadcrumbs li.dropdown-indicator {
  flex-shrink: 0;
  padding: 7px 0 0 0;
}
.legacy-breadcrumbs ol.breadcrumbs li.breadcrumb-first {
  max-width: initial;
}
.legacy-breadcrumbs ol.breadcrumbs li.active {
  display: inline-flex !important;
}
@media (pointer: fine) {
  .legacy-breadcrumbs ol.breadcrumbs li {
    padding-top: 8px;
  }
}
.legacy-breadcrumbs ol.breadcrumbs li > a,
.legacy-breadcrumbs ol.breadcrumbs li button {
  color: var(--text-muted-color);
}
.legacy-breadcrumbs ol.breadcrumbs li .breadcrumb-current {
  color: hsl(16, 73%, 50%);
}
.legacy-breadcrumbs ol.breadcrumbs li a,
.legacy-breadcrumbs ol.breadcrumbs li span:not(.divider) {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.legacy-breadcrumbs ol.breadcrumbs li + li:before {
  content: none;
}
.legacy-breadcrumbs ol.breadcrumbs a.bc:hover {
  text-decoration: none;
  background-color: inherit;
  color: hsl(207, 100%, 50%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-toolbar {
  display: flex;
  gap: 4px;
}
.header-toolbar .header-meta {
  display: flex;
  gap: 4px;
}
/* Header breadcrumbs */
.header-breadcrumb {
  display: flex;
  flex-grow: 1;
  min-width: 0;
  margin-right: 4px;
}
.header-breadcrumb .breadcrumb {
  padding: 0;
  margin-bottom: 0;
}
.modal .breadcrumb {
  margin: 0 0 15px 0;
  padding: 0;
  background-color: inherit;
}
.modal .breadcrumb li:first-child {
  padding-left: 6px;
}
/* Gutter widths based on screen size */
@media (max-width: 767px) {
  .breadcrumb > li:first-child {
    padding-left: 4px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb > li:first-child {
    padding-left: 11px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb > li:first-child {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .breadcrumb > li:first-child {
    padding-left: 15px;
  }
}
@keyframes iserv-loading-indicator {
  0% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(0);
  }
  0%,
  50% {
    background-color: #00467D;
  }
  75% {
    background-color: hsl(207, 100%, 70%);
  }
  100% {
    background-color: #FAB900;
  }
}
.iserv-loading-indicator {
  display: flex;
  flex-wrap: nowrap;
}
.iserv-loading-indicator > div {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 0 1px;
  display: inline-block;
}
.iserv-loading-indicator .c1 {
  animation: iserv-loading-indicator 600ms ease 0ms infinite alternate;
}
.iserv-loading-indicator .c2 {
  animation: iserv-loading-indicator 600ms ease 200ms infinite alternate;
}
.iserv-loading-indicator .c3 {
  animation: iserv-loading-indicator 600ms ease 400ms infinite alternate;
}
#iserv-page-loader {
  position: fixed;
  top: 0;
  right: 16px;
  background-color: white;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 12px;
  transform: translateY(-100%);
  transition: transform 200ms;
  border-left: 1px solid #003a8c;
  border-bottom: 1px solid #003a8c;
  border-right: 1px solid #003a8c;
  z-index: 1100;
}
#iserv-page-loader.active {
  transform: translateY(0);
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
body {
  --sidebar-dropdown-border: none;
}
body.dark-theme {
  --sidebar-dropdown-border: 1px solid var(--body-border-secondary);
}
@media (prefers-color-scheme: dark) {
  body {
    --sidebar-dropdown-border: 1px solid var(--body-border-secondary);
  }
  body.light-theme {
    --sidebar-dropdown-border: none;
  }
}
#wrapper {
  padding-left: 250px;
  transition: padding-left 0.2s ease-out;
  min-height: 100dvh;
  --screen-sm-min: 768px;
}
#sidebar-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  gap: 16px;
  position: fixed;
  height: 100%;
  margin-left: -250px;
  left: 250px;
  width: 250px;
  background: var(--body-bg-secondary);
  border-right: 1px solid var(--border-color);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1035;
  transition: left 0.2s ease-out;
  -webkit-overflow-scrolling: touch;
}
#sidebar-wrapper:focus {
  outline: none;
}
#sidebar-wrapper .sidebar {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
}
#sidebar-wrapper .sidebar-header {
  padding: 6px 0;
}
#sidebar-wrapper .sidebar-header .sidebar-close {
  display: none;
  position: absolute;
  z-index: 1036;
  right: 16px;
  top: 16px;
  border: 0;
  margin-bottom: 0;
  padding: 0 2px;
  color: var(--body-color-secondary);
  font-size: 1.5em;
  line-height: 1em;
}
#sidebar-wrapper .sidebar-header .sidebar-brand {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  gap: 8px;
  width: fit-content;
  margin: 0 auto;
  max-width: 100%;
}
#sidebar-wrapper .sidebar-header .sidebar-brand > span {
  font-size: 14px;
  line-height: 20px;
  color: var(--body-color-secondary);
  font-weight: 400;
  overflow-wrap: break-word;
}
#sidebar-wrapper .sidebar-profile .dropdown {
  width: 100%;
}
#sidebar-wrapper .sidebar-profile .dropdown-menu {
  right: 0;
  border-radius: 4px;
  border: var(--sidebar-dropdown-border);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08), 0 -2px 8px rgba(0, 0, 0, 0.08);
  padding: 4px;
  /* Reset li styles in dropdown :[ */
}
#sidebar-wrapper .sidebar-profile .dropdown-menu li {
  text-indent: 0;
  line-height: 1.42857143;
}
#sidebar-wrapper .sidebar-profile .dropdown-menu li a {
  padding-left: 10px !important;
}
#sidebar-wrapper .sidebar-profile .dropdown-menu li a:hover {
  color: var(--text-color);
  background: var(--body-bg-default);
  border-radius: 4px;
}
#sidebar-wrapper .sidebar-profile .dropdown-menu li .fal {
  width: 14px;
  margin-right: 10px;
  margin-top: 1px;
}
#sidebar-wrapper .sidebar-profile .dropdown-menu li.divider {
  margin: 4px 0;
  background: var(--body-border-secondary);
}
#sidebar-wrapper .sidebar-profile .dropdown-menu li[role="presentation"] button[role="menuitem"] {
  padding: 6px 20px 6px 10px;
  border: none;
  background: transparent;
  color: var(--text-color);
  width: 100%;
  text-align: start;
}
#sidebar-wrapper .sidebar-profile .dropdown-menu li[role="presentation"] button[role="menuitem"]:hover {
  background: var(--body-bg-default);
  border-radius: 4px;
}
#sidebar-wrapper .sidebar-profile a#dropdownProfileMenu {
  background: var(--body-bg-default);
  border-radius: 4px;
  border: 1px solid var(--body-border-secondary);
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding: 4px 8px 4px 4px;
  align-items: center;
  color: var(--body-color-default);
  text-decoration: none;
}
#sidebar-wrapper .sidebar-profile a#dropdownProfileMenu:hover {
  background: var(--body-bg-tertiary);
}
#sidebar-wrapper .sidebar-profile a#dropdownProfileMenu:focus-visible {
  outline: auto;
}
#sidebar-wrapper .sidebar-profile a#dropdownProfileMenu picture {
  display: flex;
  width: 32px;
}
#sidebar-wrapper .sidebar-profile a#dropdownProfileMenu .profile-username {
  width: 100%;
}
#sidebar-wrapper .sidebar-profile a#dropdownProfileMenu .avatar {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}
#sidebar-wrapper .sidebar-profile a#dropdownProfileMenu .caret {
  margin: auto 6px;
}
#sidebar-wrapper #sidebar-search input {
  width: 100%;
  color: var(--body-color-default);
  background: var(--body-bg-secondary);
  border: 1px solid var(--body-border-tertiary);
  border-radius: 4px;
  padding: 6px 8px;
}
#sidebar-wrapper #sidebar-search input::placeholder {
  color: var(--body-color-secondary);
}
#sidebar-wrapper #menu-all-modules {
  cursor: pointer;
  user-select: none;
  display: block;
  width: 100%;
  color: var(--body-color-secondary);
  text-decoration: none;
}
#sidebar-wrapper #menu-all-modules .has-badge {
  color: hsl(16, 73%, 60%);
  font-size: 14px;
  line-height: 12px;
  margin-left: 8px;
}
#sidebar-wrapper #menu-all-modules:focus {
  outline: none;
}
#sidebar-wrapper #menu-all-modules:focus-visible {
  outline: auto;
}
#sidebar-wrapper .sidebar-nav.search-active ~ .sidebar-legal-notice {
  flex-grow: 1;
  justify-content: flex-end;
}
#sidebar-wrapper .sidebar-nav {
  gap: 8px;
}
#sidebar-wrapper .sidebar-nav.search-active .nav-divider {
  display: none;
}
#sidebar-wrapper .sidebar-nav.search-active ul li.nav-item.nav-favorite.nav-module {
  display: none;
}
#sidebar-wrapper .sidebar-nav .nav-divider {
  display: flex;
  padding: 8px 0;
  color: var(--body-color-secondary);
  align-items: center;
}
#sidebar-wrapper .sidebar-nav .nav-divider.quick-access {
  padding: 2px 0;
}
#sidebar-wrapper .sidebar-nav .nav-divider.quick-access #nav-edit:focus-visible {
  outline: auto;
}
#sidebar-wrapper .sidebar-nav .nav-divider.all-modules {
  border-top: 1px solid var(--body-border-secondary);
  padding-top: 16px;
}
#sidebar-wrapper .sidebar-nav .nav-divider span {
  font-size: 14px;
  color: var(--body-color-secondary);
  text-transform: none;
}
#sidebar-wrapper .sidebar-nav .nav-divider > span:first-child {
  width: 100%;
}
#sidebar-wrapper .sidebar-nav .nav-divider .btn {
  padding: 0;
}
#sidebar-wrapper .sidebar-nav ul {
  flex-direction: column;
  list-style: none;
  padding-inline-start: 0;
  width: 100%;
  margin-bottom: 0;
}
#sidebar-wrapper .sidebar-nav ul li.navigation-item-transition-item {
  transition: height 175ms,
            opacity 100ms,
            transform 175ms;
}
#sidebar-wrapper .sidebar-nav ul li.navigation-item-transition-move {
  transition: transform 250ms;
}
#sidebar-wrapper .sidebar-nav ul li.navigation-item-transition-enter,
#sidebar-wrapper .sidebar-nav ul li .navigation-item-transition-leave-to {
  opacity: 0;
  height: 0 !important;
  transform: translateX(-10px);
}
#sidebar-wrapper .sidebar-nav ul li#no-items-element {
  font-style: italic;
  text-align: center;
  color: var(--body-color-secondary);
}
#sidebar-wrapper .sidebar-nav ul li.nav-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 40px;
  border-radius: 2px;
}
#sidebar-wrapper .sidebar-nav ul li.nav-item .navigation-menu-icon {
  margin-right: 0;
  margin-top: 1px;
  height: 24px;
  width: 24px;
  font-size: 20px;
  padding: 0 2px;
}
#sidebar-wrapper .sidebar-nav ul li.nav-item .navigation-menu-icon.fal {
  font-size: 1.2em;
  text-align: center;
}
#sidebar-wrapper .sidebar-nav ul li.nav-item:hover {
  background: var(--body-bg-default);
  text-decoration: none;
}
@media (pointer: coarse) {
  #sidebar-wrapper .sidebar-nav ul li.nav-item[draggable="true"]:hover {
    background: none;
    text-decoration: none;
  }
}
#sidebar-wrapper .sidebar-nav ul li.nav-item.draggable .handle {
  cursor: move;
  cursor: grab;
}
#sidebar-wrapper .sidebar-nav ul li.nav-item > a {
  display: flex;
  flex-direction: row;
  gap: 8px;
  color: var(--body-color-default);
  text-decoration: none;
  align-items: center;
  height: 100%;
  padding: 8px;
}
#sidebar-wrapper .sidebar-nav ul li.nav-item > a > .nav-svg-icon {
  flex-shrink: 0;
  margin-right: 0;
}
#sidebar-wrapper .sidebar-nav ul li.nav-item > a .handle {
  margin-right: 0;
}
#sidebar-wrapper .sidebar-nav ul li.nav-item > a > .item-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
}
#sidebar-wrapper .sidebar-nav ul li.nav-item > a > .icon-container {
  display: inline-flex;
  flex-grow: 1;
  justify-content: flex-end;
  gap: 8px;
  align-items: center;
}
#sidebar-wrapper .sidebar-nav ul li.nav-item > a > .icon-container .starred {
  color: var(--current-color-default);
}
#sidebar-wrapper .sidebar-nav ul li.nav-item > a > .badge {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
#sidebar-wrapper .sidebar-nav ul li.nav-item.current {
  background: var(--current-bg-subtle);
  border-right: 2px solid var(--current-border-default);
}
#sidebar-wrapper .sidebar-nav ul li.nav-item.current > a {
  color: var(--current-color-default);
  font-weight: bold;
}
#sidebar-wrapper .sidebar-nav ul li.nav-item.current .icon-container {
  color: var(--body-color-default);
}
#sidebar-wrapper .sidebar-nav ul.nav-highlight {
  padding-top: 8px;
  padding-bottom: 0;
  border-top: 1px solid var(--body-border-secondary);
}
#sidebar-wrapper .sidebar-nav.edit ul li.nav-item > a > .badge {
  display: none;
}
#sidebar-wrapper #menu-show-fewer {
  display: none;
}
#sidebar-wrapper #sidebar-navigation ul.all-modules {
  display: none;
}
#sidebar-wrapper #sidebar-navigation.show-all-modules ul {
  display: block;
}
#sidebar-wrapper #sidebar-navigation.show-all-modules .has-badge {
  display: none;
}
#sidebar-wrapper #sidebar-navigation.show-all-modules #menu-show-more {
  display: none;
}
#sidebar-wrapper #sidebar-navigation.show-all-modules #menu-show-fewer {
  display: block;
}
#sidebar-wrapper .sidebar-legal-notice {
  align-items: center;
  padding: 16px 0;
}
#sidebar-wrapper .sidebar-legal-notice a {
  color: var(--body-color-secondary);
}
#sidebar-wrapper .sidebar-legal-notice a:hover {
  color: grey;
}
/* Extra class to enforce toggle */
#wrapper.inactive {
  padding-left: 0;
  position: relative;
  left: 0;
}
#wrapper.inactive #sidebar-wrapper {
  left: 0px;
}
#sidebar-toggle {
  margin-right: 0.5em;
  vertical-align: top;
}
@media (max-width: 769px) {
  /* Fix spacing on IDesk header */
  .inset .content-header h1 {
    margin-left: 50px;
  }
  .content-header h1 {
    margin-left: 59px;
  }
  .content-header .header-breadcrumb h1 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #sidebar-wrapper {
    left: 0;
  }
  #wrapper {
    padding-left: 0;
  }
  #wrapper.active #sidebar-wrapper {
    left: 250px;
    transition: all 0.4s ease 0s;
  }
  #sidebar-toggle,
  #sidebar-wrapper .sidebar-header .sidebar-close {
    display: inline-block;
  }
  .sidebar-nav {
    width: 100%;
  }
  #wrapper.active #sidebar-wrapper {
    width: 75%;
    z-index: 1200;
  }
  #wrapper.active #content-overlay {
    display: block !important;
  }
  .body-sidebar-open {
    overflow: hidden;
    position: fixed;
    width: 100vw;
    height: 100vh;
  }
}
body.app #sidebar-wrapper {
  margin-top: 0;
}
.iserv-locked-iframe-fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 999999;
  width: 100%;
  height: 100%;
}
.iserv-locked-iframe-embedded {
  width: 100%;
  border: none;
  overflow: hidden;
}
.body-locked #wrapper > * {
  filter: blur(8px);
}
.modal-backdrop.in.modal-locked-backdrop {
  opacity: 0.8;
}
body {
  --topbar-button-bg-color: hsl(207, 100%, 30%);
  --topbar-link-color: hsl(207, 100%, 80%);
  --topbar-link-hover-color: hsl(207, 100%, 90%);
  --topbar-divider-color: hsl(207, 100%, 45%);
  --topbar-bg-color: hsl(207, 100%, 24%);
}
body.dark-theme {
  --topbar-button-bg-color: hsl(207, 100%, 20%);
  --topbar-link-color: hsl(207, 100%, 70%);
  --topbar-link-hover-color: hsl(207, 100%, 80%);
  --topbar-divider-color: hsl(207, 100%, 40%);
  --topbar-bg-color: hsl(207, 100%, 10%);
}
@media (prefers-color-scheme: dark) {
  body {
    --topbar-button-bg-color: hsl(207, 100%, 20%);
    --topbar-link-color: hsl(207, 100%, 70%);
    --topbar-link-hover-color: hsl(207, 100%, 80%);
    --topbar-divider-color: hsl(207, 100%, 40%);
    --topbar-bg-color: hsl(207, 100%, 10%);
  }
  body.light-theme {
    --topbar-button-bg-color: hsl(207, 100%, 30%);
    --topbar-link-color: hsl(207, 100%, 80%);
    --topbar-link-hover-color: hsl(207, 100%, 90%);
    --topbar-divider-color: hsl(207, 100%, 45%);
    --topbar-bg-color: hsl(207, 100%, 24%);
  }
}
@media (max-width: 767px) {
  #topbar {
    position: sticky;
    top: 0;
    z-index: calc(1030 + 10);
  }
}
#topbar {
  background-color: var(--topbar-bg-color);
  display: flex;
  flex-direction: column;
  padding: 8px;
  gap: 8px;
}
#topbar .topbar-navigation {
  display: flex;
  width: 100%;
  height: 32px;
}
#topbar .btn:focus-visible {
  outline: auto;
}
#topbar .topbar-toggle > .btn {
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid hsl(207, 100%, 30%);
  color: var(--topbar-link-color);
  height: 32px;
  margin: 0;
  padding: 6px 8px;
  gap: 2px;
}
#topbar .topbar-toggle > .btn:hover {
  color: var(--topbar-link-hover-color);
  text-decoration: none;
}
#topbar .topbar-toggle > .btn .fal {
  width: 20px;
  height: 20px;
  font-size: 14px;
}
#topbar .topbar-toggle > .btn .badge {
  padding: 0 0 1px;
  font-size: 12px;
  line-height: initial;
}
#topbar .topbar-toggle > .btn:not(#sidebar-toggle) {
  display: flex !important;
  align-items: center;
}
#topbar .topbar-toggle > .btn#sidebar-toggle {
  font-size: 14px;
}
#topbar .topbar-buttons {
  margin-left: 4px;
}
#topbar .topbar-buttons > .btn {
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid hsl(207, 100%, 30%);
  color: var(--topbar-link-color);
  height: 32px;
  margin: 0;
  gap: 2px;
  padding: 6px 8px;
}
#topbar .topbar-buttons > .btn:hover {
  color: var(--topbar-link-hover-color);
  text-decoration: none;
}
#topbar .topbar-buttons > .btn .fal {
  width: 20px;
  height: 20px;
  font-size: 14px;
}
#topbar .topbar-buttons > .btn .badge {
  padding: 0 0 1px;
  font-size: 12px;
  line-height: initial;
}
#topbar #topbar-title {
  font-size: 18px;
  line-height: 24px;
  color: hsl(0, 0%, 100%);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#topbar .topbar-breadcrumbs {
  align-items: center;
  display: flex;
  flex-grow: 1;
  margin: 0 16px 0 8px;
  min-width: 0;
}
#topbar .topbar-breadcrumbs ol.breadcrumbs {
  display: flex;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
#topbar .topbar-breadcrumbs ol.breadcrumbs > * {
  display: inline-flex;
  min-width: 0;
}
#topbar .topbar-breadcrumbs ol.breadcrumbs .breadcrumb-first {
  flex-shrink: 0;
}
#topbar .topbar-breadcrumbs ol.breadcrumbs .breadcrumb-first > li {
  width: 100%;
}
#topbar .topbar-breadcrumbs ol.breadcrumbs .breadcrumb-home {
  flex-shrink: 0;
}
#topbar .topbar-breadcrumbs ol.breadcrumbs .breadcrumb-home a {
  display: inline-flex;
}
#topbar .topbar-breadcrumbs ol.breadcrumbs .breadcrumb-home img {
  height: 20px;
  width: 20px;
}
#topbar .topbar-breadcrumbs ol.breadcrumbs li {
  align-items: center;
  color: var(--topbar-link-color);
  display: inline-flex;
  min-width: 0;
  max-width: 100%;
  padding: 0;
  font-size: 14px;
}
@media (pointer: fine) {
  #topbar .topbar-breadcrumbs ol.breadcrumbs li {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  #topbar .topbar-breadcrumbs ol.breadcrumbs li:first-child {
    padding-left: 0;
  }
}
#topbar .topbar-breadcrumbs ol.breadcrumbs li a,
#topbar .topbar-breadcrumbs ol.breadcrumbs li span:not(.divider) {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#topbar .topbar-breadcrumbs ol.breadcrumbs li a {
  color: var(--topbar-link-color);
}
#topbar .topbar-breadcrumbs ol.breadcrumbs li a:hover {
  color: var(--topbar-link-hover-color);
}
#topbar .topbar-breadcrumbs ol.breadcrumbs li + li:before {
  content: none;
}
#topbar .topbar-breadcrumbs ol.breadcrumbs li .divider {
  color: var(--topbar-divider-color);
  font-size: 14px;
  padding: 0 4px;
  margin-top: -2px;
}
#topbar .topbar-breadcrumbs ol.breadcrumbs li.dropdown-indicator {
  flex-shrink: 0;
}
#topbar .topbar-breadcrumbs ol.breadcrumbs li .breadcrumb-toggle {
  color: var(--topbar-link-color);
  margin-bottom: 0;
}
#topbar .topbar-breadcrumbs ol.breadcrumbs li .breadcrumb-toggle:hover {
  color: var(--topbar-link-hover-color);
}
#topbar .topbar-breadcrumbs ol.breadcrumbs li.root-breadcrumb {
  font-size: 16px;
}
#topbar .topbar-breadcrumbs ol.breadcrumbs li.root-breadcrumb span:not(.divider),
#topbar .topbar-breadcrumbs ol.breadcrumbs li.root-breadcrumb a {
  color: hsl(0, 0%, 100%);
}
@media (max-width: 767px) {
  #topbar .topbar-breadcrumbs ol.breadcrumbs li.visible-xs {
    display: inline-flex !important;
  }
}
#topbar .topbar-breadcrumbs ol.breadcrumbs li .breadcrumb-home {
  font-size: 12px;
  width: 16px;
  height: 16px;
  text-align: center;
}
#topbar .topbar-breadcrumbs ol.breadcrumbs li .breadcrumb-current {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: hsl(0, 0%, 100%);
}
#topbar .topbar-breadcrumbs ol.breadcrumbs li.open > .breadcrumb-dropdown {
  display: flex;
  flex-direction: column;
  left: inherit;
  top: 32px;
}
#topbar .topbar-breadcrumbs ol.breadcrumbs li.open > .breadcrumb-dropdown > li > a {
  width: 100%;
  color: var(--text-color);
}
#topbar .topbar-breadcrumbs ol.breadcrumbs li.open > .breadcrumb-dropdown > li > a:hover {
  color: var(--link-hover-text);
  background-color: var(--link-hover-bg);
}
#topbar .topbar-right {
  display: flex;
  flex-shrink: 0;
  margin: 0;
}
#topbar .topbar-right > #topbar-links {
  display: flex;
}
#topbar .topbar-right > #topbar-links .topbar-link {
  font-size: 12px;
  margin-left: 4px;
}
#topbar .topbar-right > #topbar-links .topbar-link :hover {
  color: var(--topbar-link-hover-color);
  text-decoration: none;
}
@media (min-width: 992px) {
  #topbar .topbar-right > #topbar-links .topbar-link.visible-lg,
  #topbar .topbar-right > #topbar-links .topbar-link.visible-md {
    display: flex !important;
  }
}
#topbar .topbar-right > #topbar-links .topbar-link a {
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid hsl(207, 100%, 30%);
  color: var(--topbar-link-color);
  height: 32px;
  margin: 0;
  padding: 6px 8px;
  gap: 2px;
  display: inline-flex;
  align-items: center;
}
#topbar .topbar-right > #topbar-links .topbar-link a:hover {
  color: var(--topbar-link-hover-color);
  text-decoration: none;
}
#topbar .topbar-right > #topbar-links .topbar-link a .fal {
  width: 20px;
  height: 20px;
  font-size: 14px;
}
#topbar .topbar-right > #topbar-links .topbar-link a .badge {
  padding: 0 0 1px;
  font-size: 12px;
  line-height: initial;
}
#topbar .topbar-right > #topbar-toolbar {
  display: flex;
  gap: 4px;
  margin-left: 8px;
}
#topbar .topbar-right > #topbar-toolbar > div > .btn-link {
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid hsl(207, 100%, 30%);
  color: var(--topbar-link-color);
  height: 32px;
  margin: 0;
  padding: 6px 8px;
  gap: 2px;
}
#topbar .topbar-right > #topbar-toolbar > div > .btn-link:hover {
  color: var(--topbar-link-hover-color);
  text-decoration: none;
}
#topbar .topbar-right > #topbar-toolbar > div > .btn-link .fal {
  width: 20px;
  height: 20px;
  font-size: 14px;
}
#topbar .topbar-right > #topbar-toolbar > div > .btn-link .badge {
  padding: 0 0 1px;
  font-size: 12px;
  line-height: initial;
}
#topbar .topbar-right > #topbar-toolbar > div > .btn-link:not(#sidebar-toggle) {
  display: flex !important;
  align-items: center;
}
body.app #topbar .topbar-buttons {
  margin-left: 0;
}
body.topbar-with-title {
  --topbar-height: 48px;
}
@media (max-width: 767px) {
  body.app.topbar-with-title {
    --topbar-height: 56px;
  }
  #topbar {
    padding: 8px 4px;
  }
  body.app #topbar {
    padding: 12px 4px;
  }
}
@media (min-width: 768px) {
  #topbar .topbar-breadcrumbs ol.breadcrumb li.open > .breadcrumb-dropdown {
    top: 40px;
  }
}
@media (min-width: 992px) {
  #topbar {
    padding-left: 16px;
    padding-right: 16px;
  }
}
#sidebar-wrapper > .sidebar-nav {
  padding-bottom: 0;
  position: static;
}
#sidebar-wrapper > .sidebar-nav .badge.highlight {
  animation: badge-highlight 1s;
}
body {
  --badge-bg-highlight: hsl(16, 73%, 70%);
}
body.dark-theme {
  --badge-bg-highlight: hsl(16, 73%, 60%);
}
@media (prefers-color-scheme: dark) {
  body {
    --badge-bg-highlight: hsl(16, 73%, 60%);
  }
  body.light-theme {
    --badge-bg-highlight: hsl(16, 73%, 70%);
  }
}
@keyframes badge-highlight {
  0% {
    background-color: var(--badge-orange-bg);
  }
  50% {
    background-color: var(--badge-bg-highlight);
  }
  100% {
    background-color: var(--badge-orange-bg);
  }
}
#sidebar-wrapper > #sidebar-nav-header {
  padding-bottom: 0;
}
.legal-notice {
  margin-top: 20px;
}
#content > .row {
  margin: 0;
}
#content > .row > .col-xs-12 {
  padding: 0;
}
#messages-growl-container .alert.alert-growl {
  display: flex;
  align-items: flex-start;
  padding: 0;
  flex-direction: column;
  margin: 0;
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9999;
  transition: all 0.5s;
  opacity: 0;
  border: 0;
}
#messages-growl-container .alert.alert-growl > .alert-growl-inner {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 6px 12px;
  width: 100%;
}
#messages-growl-container .alert.alert-growl > .alert-growl-inner:only-child {
  padding: 8px 12px;
}
#messages-growl-container .alert.alert-growl:before {
  content: none;
}
#messages-growl-container .alert.alert-growl .fal {
  height: 24px;
  font-size: 1.25em;
}
#messages-growl-container .alert.alert-growl .alert-message {
  align-self: center;
  flex-grow: 1;
}
#messages-growl-container .alert.alert-growl.alert-dismissible .close {
  top: 0;
  right: 0;
  flex-shrink: 0;
}
#messages-growl-container .alert.alert-growl > .alert-count-down div {
  background-color: var(--body-bg-tertiary);
}
#messages-growl-container .alert.alert-growl.alert-success {
  background-color: var(--success-bg-default);
  color: var(--contrast-color-subtle);
}
#messages-growl-container .alert.alert-growl.alert-success > .alert-count-down div {
  background-color: var(--success-bg-subtle);
}
#messages-growl-container .alert.alert-growl.alert-danger {
  background-color: var(--danger-bg-default);
  color: hsl(0, 0%, 100%);
}
#messages-growl-container .alert.alert-growl.alert-danger > .alert-count-down div {
  background-color: var(--danger-bg-subtle);
}
#messages-growl-container .alert.alert-growl.alert-warning {
  background-color: var(--warning-bg-default);
  color: hsl(0, 0%, 0%);
}
#messages-growl-container .alert.alert-growl.alert-warning > .alert-count-down div {
  background-color: var(--warning-bg-subtle);
}
#messages-growl-container .alert.alert-growl .alert-count-down {
  width: 100%;
}
#messages-growl-container .alert.alert-growl .alert-count-down > div {
  height: 4px;
  animation: countdown calc(var(--duration) * 1s) linear forwards;
  transform-origin: left center;
  border-radius: 0 0 0 2px;
}
@keyframes countdown {
  to {
    transform: scaleX(0);
  }
}
@media (min-width: 992px) {
  #messages-growl-container .alert.alert-growl {
    width: fit-content;
    max-width: 50vw;
  }
}
.topbar-with-title #content > .row .page-content > .row > * > h1 {
  display: none;
}
#content > .row ~ .row .content-header > .navbar {
  margin-top: -1px;
}
@media (min-width: 768px) {
  #content > .row .content-header > .navbar > .navbar-collapse {
    padding-top: 5px;
  }
}
/*
 * Custom integration of bootstrap-notifications
 * Only using the parts we need.
 *
 * @link http://skywalkapps.github.io/bootstrap-notifications/
 */
.dropdown-container {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  max-width: 330px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: var(--content-bg-color);
  border: 1px solid hsl(0, 0%, 75%);
  border: 1px solid var(--border-color);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-container > .dropdown-menu {
  position: static;
  z-index: 1000;
  float: none!important;
  padding: 20px / 2 0;
  margin: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: 330px;
  overflow-y: auto;
}
.dropdown-container > .dropdown-menu + .dropdown-menu {
  padding-top: 0;
}
.dropdown-menu > li > a {
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-decoration: none;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.dropdown-toggle {
  cursor: pointer;
}
.dropdown-header {
  white-space: nowrap;
}
.open > .dropdown-container > .dropdown-menu,
.open > .dropdown-container {
  display: block;
}
.dropdown-toolbar {
  padding-top: 6px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  background-color: #fff;
  border-bottom: 1px solid var(--border-color);
  border-radius: 2px 2px 0 0;
}
.dropdown-toolbar > .form-group {
  margin: 5px -10px;
}
.dropdown-toolbar .dropdown-toolbar-actions {
  float: right;
}
.dropdown-toolbar .dropdown-toolbar-title {
  margin: 0;
  font-size: 14px;
}
.dropdown-footer {
  padding: 5px 20px;
  border-top: 1px solid hsl(0, 0%, 75%);
  border-top: 1px solid var(--border-color);
  border-radius: 0 0 2px 2px;
}
.anchor-block small {
  display: none;
}
@media (min-width: 992px) {
  .anchor-block small {
    display: block;
    font-weight: normal;
    color: hsl(0, 0%, 45%);
  }
  .dropdown-menu > li > a.anchor-block {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (min-width: 992px) {
  .dropdown.hoverable:hover > ul {
    display: block;
  }
}
.notifications {
  list-style: none;
  padding: 0;
}
.notification {
  display: block;
  padding: 6.4px 8px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: hsl(0, 0%, 75%);
  background-color: var(--content-bg-color);
  color: hsl(0, 0%, 10%);
  text-decoration: none;
}
.notification:last-child {
  border-bottom: 0;
}
.notification:hover,
.notification.active:hover {
  background-color: #f9f9f9;
  border-color: hsl(0, 0%, 75%);
}
.notification.active {
  background-color: #f4f4f4;
}
a.notification:hover {
  text-decoration: none;
}
.notification-title {
  font-size: 15px;
  margin-bottom: 0;
}
.notification-desc {
  margin-bottom: 0;
}
.notification-meta {
  color: hsl(0, 0%, 45%);
}
.dropdown-notifications > .dropdown-container,
.dropdown-notifications > .dropdown-menu {
  width: 450px;
  max-width: 450px;
}
.dropdown-notifications .dropdown-menu {
  padding: 0;
}
.dropdown-notifications .dropdown-toolbar,
.dropdown-notifications .dropdown-footer {
  padding: 6.4px 8px;
}
.dropdown-notifications .dropdown-toolbar {
  background: #fff;
}
.dropdown-notifications .dropdown-footer {
  background: hsl(0, 0%, 75%);
}
.notification-title {
  font-size: 14px;
}
.notification-content {
  color: var(--text-muted-color);
  margin: 0;
}
#iserv-static-notifications {
  position: fixed;
  top: 45px;
  right: 8px;
  z-index: 1000;
  max-width: 450px;
  margin-left: 8px;
}
#iserv-static-notifications .notification {
  color: var(--text-color);
  background: var(--content-bg-color);
  border: 1px solid var(--border-color);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  margin-bottom: 5px;
}
#iserv-static-notifications .notification .close {
  display: none;
}
#iserv-static-notifications .notification .notification-message {
  font-weight: bold;
}
.notifications {
  margin: 0;
}
.notifications.dropdown-container {
  left: auto;
  right: 0;
  color: var(--text-color);
  border-color: var(--border-color);
  background-color: var(--content-bg-color);
  margin-top: 7px;
  padding: 0;
  width: 450px;
  max-width: 450px;
  z-index: 1040;
}
.notifications.dropdown-container > .dropdown-menu {
  padding: 0;
  max-height: 450px;
  overflow-x: hidden;
}
.notifications.dropdown-container > .dropdown-menu .close {
  display: none;
}
.notifications.dropdown-container .notification {
  color: var(--text-color);
  border-color: var(--border-color);
}
.notifications.dropdown-container .notification a {
  font-weight: bold;
}
.notifications.dropdown-container .notification.active {
  background-color: var(--content-bg-color);
}
.notifications.dropdown-container .notification:hover,
.notifications.dropdown-container .notification.active:hover {
  background-color: var(--link-hover);
}
.notifications.dropdown-container .notification .notification-content,
.notifications.dropdown-container .notification .notification-meta {
  color: var(--text-muted-color);
}
.notifications.dropdown-container .notification-group .badge {
  vertical-align: baseline;
}
.notifications.dropdown-container .notification-group .notification-group-toggle {
  cursor: pointer;
}
.notifications.dropdown-container .notification-group .media-list .media-left,
.notifications.dropdown-container .notification-group .media-list .notification-message {
  display: none;
}
.notifications.dropdown-container .notification-group.notification-auto-grouping .media-list .notification-title {
  display: inherit;
}
.notifications .dropdown-footer {
  border-color: var(--border-color);
}
.notifications .dropdown-toolbar {
  background-color: var(--content-bg-color);
  border-color: var(--border-color);
}
.notifications .dropdown-toolbar .dropdown-toolbar-title {
  line-height: 1.42857143;
  font-weight: normal;
}
@media (max-width: 480px) {
  #topbar-toolbar .btn-group .notifications.dropdown-container {
    position: fixed;
    margin: 0;
    left: 4px;
    right: 4px;
    top: 46px;
    width: calc(100% - 2 * 4px);
    max-width: calc(100% - 2 * 4px);
  }
  #topbar-toolbar .btn-group .notifications.dropdown-container .dropdown-toolbar {
    padding-left: 4px;
    padding-right: 4px;
  }
  body.app #app-messages-container {
    margin-right: 0 !important;
    margin-top: -32px;
    float: right;
  }
  body.app .notifications.dropdown-container {
    right: 4px !important;
    width: calc(100vw - 2 * 4px) !important;
    max-width: calc(100vw - 2 * 4px);
  }
}
@media (min-width: 481px) and (max-width: 769px) {
  #topbar-toolbar .btn-group .notifications.dropdown-container {
    position: fixed;
    margin: auto;
    top: 46px;
    right: 4px;
    width: 95vw;
    max-width: 450px;
  }
}
.more-actions.dropdown > .dropdown-menu {
  position: absolute;
  left: auto;
  right: 0;
  width: 200px;
  max-width: 200px;
}
.more-actions.dropdown > .dropdown-menu > li > a:hover {
  background-color: var(--body-bg-default);
  color: var(--text-color);
}
.more-actions.dropdown > .dropdown-menu > li > a {
  padding: 6px 10px !important;
}
.more-actions.dropdown > .dropdown-menu > li > a > span:last-child:not(:only-of-type) {
  padding-top: 11px !important;
}
#topbar .topbar-header .brand {
  margin-left: 0;
}
.content-header {
  min-height: 38px;
}
@media (pointer: fine) {
  .content-header {
    min-height: 34px;
  }
}
#sidebar-toggle {
  color: hsl(0, 0%, 100%);
  height: 46px;
  font-size: 22px;
  margin: 0 0 0 -3px;
}
.content-header #sidebar-toggle {
  display: none !important;
}
.nav-svg-icon {
  flex-grow: 0;
  flex-shrink: 0;
}
.embed-responsive {
  height: calc(100vh - var(--topbar-height, 48px));
}
body {
  color: var(--text-color) !important;
}
hr {
  border-color: var(--border-color);
}
.help-block {
  color: var(--text-muted-color);
}
.open > .dropdown-toggle.btn-default {
  border-color: var(--border-color);
  background-color: var(--content-bg-color);
}
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus {
  border-color: var(--border-color);
  background-color: var(--content-bg-color);
}
.popover {
  background-color: var(--content-bg-color);
  border-color: var(--border-color);
}
.popover .popover-title {
  background-color: var(--content-bg-color);
  border-color: var(--border-color);
}
.popover.top > .arrow:after {
  border-top-color: var(--border-color);
}
.popover.right > .arrow:after {
  border-right-color: var(--border-color);
}
.popover.bottom > .arrow:after {
  border-bottom-color: var(--border-color);
}
.popover.left > .arrow:after {
  border-left-color: var(--border-color);
}
.modal-backdrop.in {
  opacity: var(--modal-backdrop-opacity);
}

