.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

body {
  font-size: .875rem;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

#sidebarMenu ul.collapsing {
  transition: none;
}

#sidebarMenu ul li a.nav-link {
    transition: none;
    border-radius: 0.375rem;
}

#sidebarMenu li.active a.nav-link,
#sidebarMenu li.active a.nav-link:hover {
  background-color: rgba(var(--bs-primary-rgb))!important;
}

#sidebarMenu .menu-with-children li a.nav-link {
  font-weight: 400;
}

.sidebar .nav-link {
  font-weight: 500;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

#userMenu .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.aSiteWideSelectorHolder {
  position: relative;
}
.aSiteWideSelectorHolder .results .overView {
  background-color: #e7e7e7;
}
.aSiteWideSelectorHolder .results {
  position: absolute;
  top: 45px;
  right: 0px;
  background-color: #fff;
  color: #777;
  width: 100%;
  min-width: 400px;
  padding: 10px;
  border-radius: 0.25rem;
  z-index: 99999;
  border: 1px solid rgba(0, 0, 0, .175);
}
.aSiteWideSelectorHolder .singleResult:hover {
  text-decoration: none;
  background-color: #f7f7f7;
}
div.datepicker {
  z-index: 99999 !important ;
}
.siteWideSearchSelectorInput {
  min-width: auto;
}























#footer {
  z-index: 99;
}

















input.form-control-dark::placeholder {
  color: #fff;
  opacity: 0.5;
}

input.form-control-dark:focus::placeholder {
  color: #000;
  opacity: 0.5;
}














.nano > .nano-pane {
  background  : #444;
  width       : 6px;
  visibility  : visible;
  opacity     : 1;
}
.nano > .nano-pane > .nano-slider {
  background  : #999;
  margin      : 0px;
  visibility  : hidden;
  border-radius: 0;
}
.nano:hover > .nano-pane > .nano-slider {
  visibility: visible;
}
















#userMenu button.dropdown-toggle {
  border: none !important;
  height: 48px;
  padding: .375rem 1.25rem;
}

#userMenu .dropdown-menu {
  left: auto;
  right: .125rem;
}











.nav-tabs .nav-link {
    font-size: 1rem;
}















#categorySortForm .sublist {
  padding-left: 20px;
}

#categorySortForm .html5sortableList .item {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
  border-radius: var(--bs-border-radius)!important;
  padding: .5rem!important;
  margin-bottom: .5rem;
  margin-left: .75rem;
}

#categorySortForm .html5sortableList .item:last-of-type {
  margin-bottom: 0;
}

#categorySortForm .ph-class {
  background-color: #ff0000;
}

#categorySortForm ol {
  min-height: 10px;
}

#categorySortForm ol#contentCategories {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
  border-radius: var(--bs-border-radius)!important;
  padding: 1.5rem!important;
}
































body.fullHeightContent,
body.fullHeightContent > .main-content-container > .row {
  height: 100%;
}

body.fullHeightContent > .main-content-container {
  height: -moz-calc(100% - 48px);
  height: -webkit-calc(100% - 48px);
  height: -o-calc(100% - 48px);
  height: calc(100% - 48px);
}

body.fullHeightContent > .main-content-container > .row {
  height: -moz-calc(100% - 8px);
  height: -webkit-calc(100% - 8px);
  height: -o-calc(100% - 8px);
  height: calc(100% - 8px);
}


































.pagination p.small,
.pagination ul.pagination {
  margin: 0 !important;
}