﻿.ToolBar{
    margin:20px;margin-top:10px;margin-bottom:10px;
   webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family:Verdana;
    border-radius:5px;
  
}
.PanelToolBar{
      background-color:#F6F6F6;
      padding:5px;
      font-family:Verdana;
}
.ToolBarTabItem{

    float:left;
    margin-right:5px;

}
.ToolBarTabItemSelected{
    background-color:gray;
    color:white;
}
.ToolBarTabItemSelected:hover{
    background-color:gray !important;
    color:white  !important;
}
.ToolBarItem{
    height:20px;
    min-width:27px;
 
    display:inline-block;
    margin-left:3px;
    margin-top:3px;
    margin-bottom:4px;
    padding-top:3px;
    cursor:pointer;
    border-radius:4px;
    background-image:url(/images/toolbar/default.png);
    background-position:5px center;
    background-repeat: no-repeat;
    background-size:30px 30px;
    padding:10px;
    padding-left:40px;padding-right:15px;
}
.ToolBarItem:hover{
    background-color:white;
}
.ToolBarItem:active{
    background-color:lightblue;
}