.logo img {
    height: 77px;
    width: auto;
}

.header-fixed .header.header-fixed-shrink .logo img {
    max-height: 56px;
    width: auto;
}


.header.header-sticky {
    z-index: 10100;
}



.copyright {
  background-color:#E8E8E8 !important;
}

.copyright p {
  color:#303030 !important;
}

.breadcrumb a {color:#303030 !important;}
.header .topbar ul.loginbar > li > a {color:initial !important;}

.sr-only {
  background-color: #fff;
  color: #000;
}


.contenttable-2 th {
    background-color: #474544 !important;
    color: #ffffff;
    border-left: solid 1px #ffffff;
}




#csssidemenu ul li:not(:first-child) {
    /*padding-left:18px; !important;*/
}

#csssidemenu ul > .active.last_active > a {
  color: #a10f2b;
}

#csssidemenu.small-screen ul > .active {
    background-color: #a10f2b !important;
    /* color: #ffffff !important; */
}

#csssidemenu.small-screen ul .active {
    border-bottom: 0px solid #a10f2b !important;
}


#csssidemenu.small-screen > ul > li.has-sub.active {
  background-color: #a10f2b !important;
}

#csssidemenu.small-screen .submenu-button:hover {
 color: #a10f2b !important; 
}





@media (min-width: 992px) {
   .header .navbar-nav > li > a {
       bottom: -2px;
       position: relative;
       padding: 9px 25px 9px 25px;
   }

  .header .dropdown-menu li a {
     padding: 12px 14px;
     font-size: 14px;
    color: #44494C;
  }


  .header .dropdown-submenu > a::after {
    top: 16px;
  }

  
  .header .dropdown-menu .active > a,
  .header .dropdown-menu li > a:hover {
    color: #44494C;
    filter: none !important;
    background: #F7F7F7 !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }  
}


.cc-allow {width: 100% !important; background-color: rgb(0, 0, 0) !important; color: rgb(255, 255, 255) !important;}

.copyright_extra {color: #303030;}