body {
  font-size: .875rem;
}

#iin_link_to_web_page a:hover
{
  color: white;
}

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

h1
{
  color: #000;
}

h1 a
{
  color: #00aeef;
  text-decoration: none;
}
h1 a:hover 
{
  color: #000;
}

h2,h3,h4,h5 
{
  color: #00aeef;
}

.btn-check:focus+.btn, .btn:focus
{
  box-shadow: none;
}

.bg-dark
{
   background-color: #00aeef !important;
}

.table-responsive a 
{
  color: #00aeef !important;
}
/*
 * Sidebar
 */

.bg-light
{
  background-color: #555659 !important;
 
}
.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: none;
}

.sidebar li
{
  list-style-type: none;
  
}
.sidebar .sub-links li a
{
  color: #c6c6c6 !important;
}
.sidebar .nav-link, .sidebar .nav-link .feather
{
   color: white !important;
   
}
@media (max-width: 767.98px) {
  .sidebar {
    
  }
  #iin_link_to_web_page
  {
    display: none;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(50vh - 48px);
  padding-top: .5rem;
  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: #2470dc;
}

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

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

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: #00aeef;
  box-shadow: none;
}

.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: #555659;
  border-color: #00aeef;;
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: none;
}

/* Side Menu */
#sidebarMenu
{
  overflow-y: auto;
}