.loader{
  float:right;
  background:url('images/loader.gif') no-repeat;
  height:40px;
  width:40px;
}


#Button_refresh{
  background:url('../images/refresh_46x46.png') no-repeat;
  width:50px;
  height:50px;
  -webkit-border-radius: 5px;
  border-radius: 5px; 
    
         	
       
}


#Button_print{
  background:url('../images/print_printer_46x46.png') no-repeat;
  width:50px;
  height:50px;
   -webkit-border-radius: 7px;
         border-radius: 7px; 	
}


#success{
  background:url('images/success.png') no-repeat;
  width:50px;
  height:50px;
}

#view_planning{
  background:url('../images/icon-planning_50x50.png') no-repeat;
  width:50px;
  height:50px;
      -webkit-border-radius: 7px;
         border-radius: 7px; 	
}

#view_planning:disabled{
  opacity:0.50;
}

#view_stat{
  background:url('../images/icon-stat.png') no-repeat;
  width:50px;
  height:50px;
      -webkit-border-radius: 7px;
         border-radius: 7px; 	
}

#view_stat:disabled{
  opacity:0.50;
}

#view_users{
  background:url('../images/kdmconfig_50x50.png') no-repeat;
  width:50px;
  height:50px;
      -webkit-border-radius: 7px;
         border-radius: 7px; 	
}

#view_users:disabled{
  opacity:0.50;
}

#view_groups{
  background:url('../images/user_list_icon_50x50.png') no-repeat;
  width:50px;
  height:50px;
      -webkit-border-radius: 7px;
         border-radius: 7px; 	
}

#view_groups:disabled{

  opacity:0.50;
}



#view_events{
  background:url('../images/icon-list_50x50.png') no-repeat;
  width:50px;
  height:50px;
      -webkit-border-radius: 7px;
         border-radius: 7px; 	
}

#view_events:disabled{

  opacity:0.50;
}

#add_user{
  background:url('../images/add_user_50x50.png') no-repeat;
  width:50px;
  height:50px;
      -webkit-border-radius: 7px;
         border-radius: 7px; 	
}

#add_user:disabled{

  opacity:0.50;
}


#view_config{
  background:url('../images/icon_config_50x50.png') no-repeat;
  width:50px;
  height:50px;
      -webkit-border-radius: 7px;
         border-radius: 7px; 
  z-index:0;       	
}

#view_config:disabled{

  opacity:0.50;
}

