﻿body {
  background-color: #e9ecef;
  color: #161717; }

a {
  color: #007bff; }

.news-section .news-item .arrow {
  color: #007bff; }

.aside-nav a.active, .aside-nav a:hover {
  color: #007bff; }

.btn-primary, .uploader-example .uploader-btn {
  background-color: #007bff; }

.close-btn:hover {
  color: #424242; }

#map-container, #dash-map-container {
  background-color: white; }

.manager-header {
  background-color: white;
  color: #424242; }
  .manager-header h2 {
    color: white; }

.clickable-body {
  background-color: white;
  color: #424242; }

.bottom-text {
  background-color: white;
  color: #424242; }

.chk-area input[type='checkbox'] + label:before {
  background-color: white; }

.dark-sidebar {
  border-left: 10px solid white;
  border-top: 10px solid white; }
  .dark-sidebar .b-sidebar-body {
    background-color: white;
    color: #424242; }
    .dark-sidebar .b-sidebar-body p, .dark-sidebar .b-sidebar-body span {
      color: #424242; }

.b-sidebar-body .news-content, .b-sidebar-body .news-content p, .b-sidebar-body .news-content span, .b-sidebar-body .news-content org, .b-sidebar-body .news-content pre {
  color: #424242; }

.news-section .section-header, .b-sidebar-body .section-header {
  border-bottom: 1px solid white; }

.global-nav .global-nav-link.active {
  background-color: #e9ecef;
  color: #161717; }

.aside-nav a.active, .aside-nav a:hover {
  background-color: #e9ecef; }

.section-header {
  background-color: #FAFAFA;
  border-bottom-color: #dee2e6; }

.modal-content {
  background-color: white;
  color: black; }

.bg-dark {
  background-color: white !important;
  color: black !important; }

.text-light {
  color: black !important; }

.btn-danger {
  background-color: #c90000;
  border-color: #c90000; }

.page-link {
  background-color: #2196f3;
  border: 1px solid #007bff; }
  .page-link:hover {
    background-color: #007bff; }

.page-item.active .page-link {
  background-color: #007bff; }

.box {
  background-color: #fff; }

.news-section {
  background-color: #fff; }
  .news-section .news-item {
    color: #161717;
    border-bottom-color: #dee2e6; }
    .news-section .news-item:hover {
      background-color: #fff; }
  .news-section .section-header {
    border-bottom-color: #dee2e6; }

.filter-container, .standard-container {
  background-color: #fff; }

.section-header h2, .section-header h3 {
  color: #007bff; }

.section-header h2 .mylei-num, .section-header h3 .mylei-num {
  background-color: #dee2e6; }

.custom-scroll::-webkit-scrollbar {
  width: 0.5rem;
  /* width of the entire scrollbar */
  height: 0.5rem; }

.custom-scroll::-webkit-scrollbar-track {
  background: #FAFAFA;
  /* color of the tracking area */ }

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #C4C4C4;
  /* color of the scroll thumb */
  border-radius: 0rem;
  /* roundness of the scroll thumb */
  border: 3px solid #C4C4C4;
  /* creates padding around scroll thumb */ }

.table {
  color: #161717; }

.leilist-table th, .user-list-table th {
  background-color: #fff; }

.leilist-table tbody tr, .user-list-table tbody tr {
  background-color: #fff; }
  .leilist-table tbody tr:nth-of-type(2n+1), .user-list-table tbody tr:nth-of-type(2n+1) {
    background-color: #FAFAFA; }

.aside-nav, .global-header {
  background-color: #272727; }

.content-box {
  background-color: #fff; }

.tab-pane {
  background-color: #fff; }

.remove-item {
  color: #161717; }

.stripey-list .stripe:nth-of-type(2n+1), .stripey-list-grey .stripe:nth-of-type(2n+1) {
  background-color: #FAFAFA; }

.form-tooltip > div span {
  background-color: #fff; }

.outer-content-box {
  background-color: #fff; }

.reports .outer-content-box {
  background-color: #fff; }

.nav-pills li a {
  background-color: #adb5bd; }
  .nav-pills li a.active {
    background-color: #adb5bd; }
