.vc_general.vc_ui-button {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: transparent;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  user-select: none;
  text-decoration: none;
  position: relative;
  transition-property: color, background, border, opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  outline: none;
  font-weight: 400;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 21px;
  padding-right: 21px;
  font-size: 14px;
}
.vc_general.vc_ui-button:hover,
.vc_general.vc_ui-button:focus {
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vc_ui-button.vc_ui-button-shape-rounded {
  border-radius: 3px;
}
.vc_ui-button.vc_ui-button-default {
  color: #fff;
  background-color: #bcbcbc;
}
.vc_ui-button.vc_ui-button-default:hover,
.vc_ui-button.vc_ui-button-default:focus {
  background-color: #afafaf;
}
.vc_ui-button.vc_ui-button-success {
  color: #fff;
  background-color: #7bcd2d;
}
.vc_ui-button.vc_ui-button-success:hover,
.vc_ui-button.vc_ui-button-success:focus {
  background-color: #73c02a;
}
.vc_ui-button.vc_ui-button-danger {
  color: #fff;
  background-color: #ff7877;
}
.vc_ui-button.vc_ui-button-danger:hover,
.vc_ui-button.vc_ui-button-danger:focus {
  background-color: #ff5f5e;
}
.vc_ui-button.vc_ui-button-action {
  color: #fff;
  background-color: #0473aa;
}
.vc_ui-button.vc_ui-button-action:hover,
.vc_ui-button.vc_ui-button-action:focus {
  background-color: #04699b;
}
.vc_ui-button.vc_ui-button-info {
  color: #fff;
  background-color: #00aeee;
}
.vc_ui-button.vc_ui-button-info:hover,
.vc_ui-button.vc_ui-button-info:focus {
  background-color: #00a3df;
}
.vc_ui-button.vc_ui-button-success {
  color: #fff;
  background-color: #7bcd2d;
}
.vc_ui-button.vc_ui-button-success:hover,
.vc_ui-button.vc_ui-button-success:focus {
  background-color: #73c02a;
}
.vc_ui-button.vc_ui-button-warning {
  color: #fff;
  background-color: #feb710;
}
.vc_ui-button.vc_ui-button-warning:hover,
.vc_ui-button.vc_ui-button-warning:focus {
  background-color: #feb201;
}
.vc_ui-button[disabled]:not(.vc_ui-button-undisabled) {
  color: #F3F3F3;
  background-color: #D8D8D8;
  cursor: not-allowed;
}
.vc_ui-button[disabled]:not(.vc_ui-button-undisabled):hover,
.vc_ui-button[disabled]:not(.vc_ui-button-undisabled):focus {
  background-color: #D8D8D8;
}
.vc_general.vc_ui-button.vc_ui-button-size-sm {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 21px;
  padding-right: 21px;
  font-size: 14px;
}
.vc_ui-button-message {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.vc_ui-button-message.vc_ui-button-message-default {
  color: #a3a3a3;
}
.vc_ui-button-message.vc_ui-button-message-success {
  color: #628f38;
}
.vc_ui-button-message.vc_ui-button-message-danger {
  color: #ec5857;
}
.vc_ui-button-message.vc_ui-button-message-action {
  color: #0b608a;
}
.vc_general.vc_ui-control-button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: transparent;
  color: inherit;
  border: none;
  box-sizing: border-box;
  word-wrap: break-word;
  user-select: none;
  text-decoration: none;
  transition-property: color, background, border, opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  opacity: 0.8;
  outline: none;
}
.vc_general.vc_ui-control-button:hover,
.vc_general.vc_ui-control-button:focus {
  opacity: 1;
  background-color: transparent;
}
.vc_general.vc_ui-control-button:active {
  box-shadow: none;
}
.vc_general.vc_ui-control-button[disabled] {
  opacity: 0.8;
  cursor: default;
}
.vc_general.vc_ui-control-button .vc_ui-icon-pixel {
  vertical-align: top;
}
