body {
  font-size: .875rem;
}

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

/*
 * Sidebar
 */

.sidebar {
  position: relative;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0 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;
  padding-top: .5rem;*/
  height: calc(100vh - 48px);
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

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

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

.sidebar .nav-link.active {
  color: #007bff;
}

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

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

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

/* LGA colors */
.lga {
  border-top: 3px solid #ff8033;
  box-shadow: 0 2px 2px 0 rgb(0, 0, 0, 0.15);
}

hr.lga {
  border-top: 1px solid #ff8033;
  box-shadow:0px 1px 4px #ff8033;
  opacity: 0.5;
}

footer {
    /*background-color: #efefef;*/
  color: black;
}

a {
  color: #4d4d4d;
  padding-right: 1em;
}
a:hover {
  color: black;
}

/*!* dataTable*!*/
/*table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_desc_disabled:before {*/
/*    right: 0em;*/
/*    content: url('images/sort_asc.png') ;*/
/*}*/

/*table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:after {*/
/*    right: 0em;*/
/*    content: url('images/sort_desc.png');*/
/*}*/
