.m-none {
  display: block;
}

@media screen and (max-width: 1024px) {
  .m-none {
    display: none;
  }
}

.dashboard {
  font-size: .875rem;
  background-color: #EFF0EA;
}

.feather {
  width: 30px;
  height: 30px;
  vertical-align: text-bottom;
  padding-right: 5px;
}

.btn-toolbar .feather {
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 48px 0 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 2rem;
  }
  #noname {
    display: none;
    top: 4rem;
    position: relative;
  }
  #noname:not(.collapsed) {
    display: none;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidebar .nav-link {
  font-weight: 500;
  color: #929292;
  border-bottom: 0.125em solid rgba(255, 255, 255, .1);
  padding: 1em;
  width: 100%;
  text-align: left;
}

.sidebar .nav-link.active {
  color: #fff;
}

.sidebar .nav-link:hover .feather, .sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}
.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;
}

.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);
}


.dashboard .footer {
  padding-top: 1em;
  padding-bottom: 0em;
}


.bg-dark {
  background-color: #122546 !important;
}

header.bg-dark ul {
  flex-direction: row;
}

.text-white {
  color: #fff;
}

.l-border {
  border-left: 0.125em solid rgba(255, 255, 255, .1);
  padding-left: 0.5em;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: #929292;
  background-color: transparent;
  border: 0;
}

.btn-toggle::after {
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
  position: absolute;
  right: 15px;
}

li:nth-child(1) .btn-toggle::after {
  content: "";
}

.btn-check:focus+.btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.bg-red {
  background-color: #DB5147;
}

.bg-gray {
  background-color: #9e9e9e;
}

.text-red {
  color: #DB5147;
  font-weight: 600;
}

.text-gray {
  color: #666;
  font-weight: 600;
}

.form-control.date {
  border-radius: .25rem;
}

#legend ul {
  list-style: none;
  font: 12px Verdana;
  white-space: nowrap;
}

#legend li span {
  width: 36px;
  height: 12px;
  display: inline-block;
  margin: 0 5px 8px 0;
  vertical-align: -9.4px;
}

#title-spacer{
  padding-left: 0;
}

#title-spacer li {
  display: inline-block;
  list-style: none;
  font-size: 15px;
  color: #122546;
}

#title-spacer li a {
  display: inline-block;
}