a.action{
  color:#444;
  margin-right:5px;
}
a.action i{
  font-size:20px;
}

a:hover, a:active, a:visited, a:focus{
  text-decoration: none;
  outline: none;
  cursor:pointer;
}
a.action:hover, a:hover, a:active{
  color:#0088CC;
  background-color: transparent;
}

a.btn-action{
  display:inline-block;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  float:left;
  padding: 5px 10px;
  height:25px;
  line-height:25px;
  background-color:#898989;
  color:#ffffff;
  margin-right:5px;
  margin-bottom:5px;
}

a.btn-action.disabled {
  pointer-events: none;
  cursor: default;
  background-color: #ccc
}
a.btn i + span{
  margin-left:5px;
}

.page-header .btn.back{
  float:left;
}

a.btn{
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  line-height: 20px;
}

a.btn + a.btn{
  margin-left:3px;
}

ul.dropdown-menu i{
    display:inline-block;
    width:20px;
    text-align:center;
}
ul.dropdown-menu span{
    text-transform:uppercase;
}
