@charset "UTF-8";
/*!
 * styles.css
 */


/* Fix dropdown hiding in cards */
/* Particularly good for tables with dropdowns in cards. */
/* @media only screen and (min-width: 576px) {
  div.card-body ul.dropdown-menu {
    position: fixed !important;
  }
} */
 
.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;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  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. */
}

.sidebar .nav-link,
#offcanvasSidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather,
#offcanvasSidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active,
#offcanvasSidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather,
#offcanvasSidebar .nav-link:hover .feather,
#offcanvasSidebar .nav-link.active .feather {
  color: inherit;
}

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

/*
 * Navbar
 */
header.navbar {
  --bs-bg-opacity: 1;
  background-color: white; /*rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;*/
  border-bottom:  solid 1px rgb(0 0 0 / 10%);
  height: 56px;
}
.navbar-brand {
  padding-top: 0.3125rem; /*.75rem;*/
  padding-bottom: 0.3125rem; /*.75rem;*/
  font-size: 1.25rem; /* 1rem; */
  margin-right: 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;
}

.navbar .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);
}

/*
 * Pagination
 */
.pagination .page-item.active .page-link {
	background-color: black;
	border-color: black;
}

/*
 * Links
 */
 a { text-decoration: none; }
 
/*
 * Product Image Carousel
 */
 #ProductImageCarousel { padding-top: 10px; }
 
 /*
  * Inputs and Selects
  */
input:required, select:required, textarea:required {
  border: solid 1px red;
}
input[name='email'] {
  width:65%;
}

/*
 * Messages
  */
.messages { margin-top: 20px; }

/*
 * Cards
 */
 .card-header h5, .card-header h6 { margin-bottom: 0; margin-top: 0; }
 
/* 
 * Tables
 */
.table-sm {
  font-size: smaller;
}
.table-form-wrapper {
  /* background: rgb(248,249,250); */
}
.table-form-wrapper td.label { 
  width:20%;
}
.table-form-wrapper td.field { 
  width:80%;
}
.table-form-wrapper td.help { 
  width:100%;
}
.table-form-wrapper td.field select,
.table-form-wrapper td.field input {
  width: 100%;
}
.table-nested-child>:not(:first-child) {
  border-top: 1px solid currentColor;
}
td.hide-table-padding {
  padding: 0;
}

/* Custom Filter Dropdowns */
a.filterButton:focus {
  box-shadow: none !important;
}
 
/*
 * Plotly
 */
 /* .plotly-graph-div { 
   margin-right: auto;
   margin-left: auto;
   text-align: center;
 }
 .plotly-graph-div svg {
   display: block;
   margin: auto;
 } */