.vfb-btn {
  font-size: 21px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 0;
  padding: 15px 10px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #333333;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  border-radius: 6px;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);

  &:hover,
  &:focus {
    transition: background-position 0.1s linear;
    text-decoration: none;
    color: #333333;
    background-position: 0 -15px;
  }

  &:focus {
    outline: thin dotted #333333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }

  &.active,
  &:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  }
}

.vfb-btn-primary {
  color: #ffffff;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-color: #006dcc;
  background-repeat: repeat-x;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

  &.active {
    color: rgba(255, 255, 255, 0.75);
  }

  &:hover,
  &:focus,
  &:active,
  &.active,
  &.disabled,
  &[disabled] {
    color: #ffffff;
    background-color: #0044cc;
  }

  &:active,
  &.active {
    background-color: #003399 \9;
  }
}

.vfb-btn-inverse {
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-repeat: repeat-x;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

  &:hover,
  &:focus,
  &:active,
  &.active,
  &.disabled,
  &[disabled] {
    color: #ffffff;
    background-color: #222222;
  }
}

/* !Form Settings buttons */
.vfb-button {
  font: 12px/normal sans-serif;
  position: relative;
  display: inline-block;
  overflow: visible;
  zoom: 1;
  margin: 0;
  padding: 0.5em 2.5em 0.5em 1em;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  color: #333333;
  border: 1px solid #d4d4d4;
  border-radius: 0.2em;
  outline: none;
  background-color: #f5f5f5;
}

.vfb-button:hover,
.vfb-button:active,
.vfb-button.current {
  color: #000000;
  border-color: #929292;
  border-bottom-color: #929292;
  background-image: linear-gradient(#eeeeee, #cccccc);
  background-color: #eeeeee;
}

.vfb-button.current {
  font-weight: bold;
}

.vfb-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.vfb-button.vfb-settings:hover,
.vfb-button.vfb-settings:focus,
.vfb-button.vfb-settings:active {
  color: #3072b3;
}

.vfb-button.vfb-delete:hover,
.vfb-button.vfb-delete:focus,
.vfb-button.vfb-delete:active {
  color: #990000;
}

.vfb-button.vfb-duplicate:hover,
.vfb-button.vfb-duplicate:focus,
.vfb-button.vfb-duplicate:active {
  color: #008e0d;
}



.vfb-button-group {
  display: inline-block;
  margin: 10px 0;
  list-style: none;
}

.rtl .vfb-button-group {
  margin-left: -2px;
}

.vfb-button-group .vfb-button {
  float: left;
  margin-right: 5px;
}

.rtl .vfb-button-group .vfb-button {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}

.vfb-button-group .button-primary {
  margin-top: 2px;
}

.vfb-item-actions {
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.rtl .vfb-item-actions {
  margin-right: 0;
  margin-left: 10px;
}

.vfb-item-actions .vfb-delete {
  float: left;
}

.rtl .vfb-item-actions .vfb-delete {
  float: right;
}

.vfb-item-actions .vfb-conditional-fields {
  float: right;
}

.rtl .vfb-item-actions .vfb-conditional-fields {
  float: left;
}

.vfb-item-actions .vfb-delete,
.vfb-item-actions .vfb-duplicate,
.vfb-item-actions .vfb-conditional-fields {
  margin-top: 10px;
}
