#login_message
{
  background-color: #ffa000;
  color: #fff;
}

.sidbaruser
{
  display: block;
  width: 60%;
  margin: 20px auto 20px auto;

  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);

  opacity:0.3;

  border-radius: 50%;
}

.sidbaruser:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);

  opacity:1;
}


  #header_main
{
  box-shadow: none !important;

}

a.sSidebar_hide
{
  color: #fff;
}



.t5data td .uk-badge
{
  position:absolute !important;
  top: 5px !important;
  right:5px !important;
}

.uk-badge-warning
{
  background-color:#F6C600 !important;
}



.t5data th
{
  background-color: #60B044;
  color: #fff !important;
  border: 1px solid #fff !important;
}


#sidebar_main .sidebar_main_header
{
  height:auto;
}

#sidebar_main .sidebar_main_header .sidebar_actions
{
  display: none;
}

#sidebar_main .sidebar_main_header .sidebar_logo
{
  background-color: #1976d2;
}

#sidebar_main .sidebar_main_header
{
  background-image: none;
}

#sidebar_main .menu_section>ul>li>a .menu_title, #sidebar_main .menu_section>ul>li>a>.menu_icon .material-icons
{
  color: #1976d2;
}