::-webkit-scrollbar{-webkit-appearance:none;width:12px;background:#eaeaea}
::-webkit-scrollbar-thumb{background-color:#aaa;-webkit-box-shadow:0 0 1px rgba(255, 255, 255, .5)}
::-webkit-scrollbar-thumb:hover{background-color:#888}
::-webkit-scrollbar-track{background-color:#eee;border-left:1px solid #ccc}
body {
  background-color: #f4f6f8;
}
.bc-navbar {
  background-color: #2c3e50;
  position: relative;
}
@media (min-width: 992px) {
  .bc-navbar-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
  }
}
.bc-navbar .nav-link {
  color: rgba(255,255,255,0.65) !important;
  border-bottom: 3px solid transparent;
  padding-bottom: 6px;
  transition: color 0.15s, border-color 0.15s;
}
.bc-navbar .nav-link:hover {
  color: #fff !important;
  border-bottom-color: rgba(255,255,255,0.45);
}
.bc-navbar .nav-link.active {
  color: #fff !important;
  border-bottom-color: #fff;
}
.bc-navbar .dropdown-toggle {
  border-bottom: none !important;
}

/* ── Global search ─────────────────────────────────────────── */
.bc-search-form {
  display: flex;
  align-items: center;
  margin-bottom: 0; /* override browser default form margin */
}
.bc-search-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.bc-navbar .navbar-text.d-flex { align-items: center; }
.bc-search-icon {
  position: absolute;
  left: .6rem;
  color: rgba(255,255,255,0.45);
  font-size: .8rem;
  pointer-events: none;
  z-index: 1;
}
.bc-search-input {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 4px;
  color: #fff;
  font-size: .85rem;
  padding: .3rem .65rem .3rem 1.85rem;
  width: 190px;
  transition: background .15s, border-color .15s, width .2s ease;
  outline: none;
}
.bc-search-input::placeholder { color: rgba(255,255,255,0.4); }
.bc-search-input:focus {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.5);
  width: 250px;
}
.bc-search-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  width: 400px;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.13);
  z-index: 9999;
  display: none;
  max-height: 440px;
  overflow-y: auto;
  color: #212529; /* break inheritance from navbar-dark .navbar-text */
}
.bc-search-dropdown.open { display: block; }
.bc-search-group-label {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #868e96;
  padding: .5rem .8rem .3rem;
  background: #f8f9fa;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
}
.bc-search-item {
  display: flex;
  align-items: flex-start;
  padding: .55rem .8rem;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  color: #212529;
  cursor: pointer;
  transition: background .1s;
}
.bc-search-item:last-child { border-bottom: none; }
.bc-search-item:hover,
.bc-search-item.active {
  background: #e8f0fe;
  color: #212529;
  text-decoration: none;
}
.bc-search-item-icon {
  width: 1.1rem;
  flex-shrink: 0;
  margin-right: .55rem;
  margin-top: .15rem;
  color: #868e96;
  font-size: .8rem;
  text-align: center;
}
.bc-search-item-label {
  font-size: .875rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bc-search-item-sub {
  font-size: .78rem;
  color: #6c757d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bc-search-no-results {
  padding: .9rem .8rem;
  color: #868e96;
  font-size: .875rem;
  text-align: center;
}
.card.card-body {
  background-color: #fff !important;
}
::selection {
	background: #fff33b; /* Safari */
	}
::-moz-selection {
	background: #fff33b; /* Firefox */
}

.content {
	padding: 10px 20px 0 20px;
}

.content table tr td {
  font-size: 14px;
  color: rgb(106, 115, 125);
}

.loginwrapper {
	width: 400px;
	margin: 100px auto 0 auto;
	padding: 10px;
	background-color: #FAFBFC;
}

.loginwrapper h1 {
	font-size: 20px;
	text-align: center;
	color: rgb(106, 115, 125);
	padding: 10px 0 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 2px solid #E36209;
}

#loginbutton {
	background-color: rgb(40, 167, 69);
	background-image: linear-gradient(-180deg, rgb(52, 208, 88), rgb(40, 167, 69) 90%);
	background-position: -1px -1px;
	background-position-x: -1px;
	background-position-y: -1px;
	background-repeat: repeat-x;
	background-size: 110% 110%;
	border-bottom-color: rgba(27, 31, 35, 0.2);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgba(27, 31, 35, 0.2);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgba(27, 31, 35, 0.2);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgba(27, 31, 35, 0.2);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top-style: solid;
	border-top-width: 1px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	overflow-wrap: break-word;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
	-moz-appearance: none;
	-moz-user-select: none;	
}


.dropzone {
  box-sizing: border-box;
  min-height: 4px;
  }
  .dropzone * {
    box-sizing: border-box; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message {
      cursor: pointer; }
      .dropzone.dz-clickable .dz-message * {
        cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: #000;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
        .dropzone .dz-preview .dz-details .dz-filename span {
          background-color: rgba(255, 255, 255, 0.4);
          padding: 0 0.4em;
          border-radius: 3px; }
      .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      transform: scale(1.05, 1.05);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
    .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
      display: block;
      width: 54px;
      height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }