﻿button.ui-button:not(.ui-button-icon-only),
button {
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #CFD1D2;
  background: #FDFDFD;
  /* Old browsers */
  background: -moz-linear-gradient(top, #FDFDFD 0%, #e4e4e4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FDFDFD), color-stop(100%, #e4e4e4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #FDFDFD 0%, #e4e4e4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #FDFDFD 0%, #e4e4e4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #FDFDFD 0%, #e4e4e4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #FDFDFD 0%, #e4e4e4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@fromColor', endColorstr='@toColor', GradientType=0);
  /* IE6-9 */
  text-align: center;
  color: #626461;
  min-width: 80px;
  line-height: 18px;
  padding: 2px 5px !important;
  font-family: inherit;
  font-size: inherit;
}
button[disabled] {
  color: #B1B1B1;
}
button:hover {
  color: #bd5a35;
  cursor: pointer;
}
button[disabled]:hover {
  color: #B1B1B1;
  cursor: default;
}
button[disabled] i.fa {
  color: #B1B1B1;
}
button i.fa {
  margin-right: 5px;
}
.buttons {
  padding: 2px 0px;
}
.dialogue-button {
  padding: 5px 10px 5px 9px;
}
.short-button {
  min-width: 20px !important;
}