.bt {
  transition: 0.3s;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #999999;
  background: #bbbbbb;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  text-decoration: none !important; }
  .bt .icon {
    font-size: 14px;
    vertical-align: baseline; }
  .bt.bt-icon .icon {
    color: inherit; }
  .bt.bt-icon-left .icon {
    margin-right: 5px;
    color: inherit; }
  .bt.bt-icon-right .icon {
    margin-left: 5px;
    color: inherit; }
  .bt.bt-primary.bt-info {
    border-color: #00a2ff;
    background: #00a2ff;
    color: white; }
    .bt.bt-primary.bt-info:hover {
      border-color: #0099f1;
      background: #0099f1;
      color: white; }
    .bt.bt-primary.bt-info:active {
      border-color: #0099f1;
      background: #0099f1;
      color: white; }
    .bt.bt-primary.bt-info:focus {
      border-color: #0099f1;
      background: #0099f1;
      color: white; }
  .bt.bt-primary.bt-warning {
    border-color: #ff7300;
    background: #ff7300;
    color: white; }
    .bt.bt-primary.bt-warning:hover {
      border-color: #f36d00;
      background: #f36d00;
      color: white; }
    .bt.bt-primary.bt-warning:active {
      border-color: #f36d00;
      background: #f36d00;
      color: white; }
    .bt.bt-primary.bt-warning:focus {
      border-color: #f36d00;
      background: #f36d00;
      color: white; }
  .bt.bt-primary.bt-success {
    border-color: #018E3A;
    background: #018E3A;
    color: white; }
    .bt.bt-primary.bt-success:hover {
      border-color: #008535;
      background: #008535;
      color: white; }
    .bt.bt-primary.bt-success:active {
      border-color: #008535;
      background: #008535;
      color: white; }
    .bt.bt-primary.bt-success:focus {
      border-color: #008535;
      background: #008535;
      color: white; }
  .bt.bt-primary.bt-neutral {
    border-color: #98b5c3;
    background: #98b5c3;
    color: white; }
    .bt.bt-primary.bt-neutral:hover {
      border-color: #91acb9;
      background: #91acb9;
      color: white; }
    .bt.bt-primary.bt-neutral:active {
      border-color: #91acb9;
      background: #91acb9;
      color: white; }
    .bt.bt-primary.bt-neutral:focus {
      border-color: #91acb9;
      background: #91acb9;
      color: white; }
  .bt.bt-primary.bt-danger {
    border-color: #dc3545;
    background: #dc3545;
    color: white; }
    .bt.bt-primary.bt-danger:hover {
      border-color: #cf3342;
      background: #cf3342;
      color: white; }
    .bt.bt-primary.bt-danger:active {
      border-color: #cf3342;
      background: #cf3342;
      color: white; }
    .bt.bt-primary.bt-danger:focus {
      border-color: #cf3342;
      background: #cf3342;
      color: white; }
  .bt.bt-secondary.bt-info {
    border-color: #00a2ff;
    background: white;
    color: #00a2ff; }
    .bt.bt-secondary.bt-info:hover {
      border-color: #009bf5;
      background: white;
      color: #009bf5; }
    .bt.bt-secondary.bt-info:active {
      border-color: #009bf5;
      background: white;
      color: #009bf5; }
    .bt.bt-secondary.bt-info:focus {
      border-color: #009bf5;
      background: white;
      color: #009bf5; }
  .bt.bt-secondary.bt-warning {
    border-color: #ff7300;
    background: white;
    color: #ff7300; }
    .bt.bt-secondary.bt-warning:hover {
      border-color: #f36d00;
      background: white;
      color: #f36d00; }
    .bt.bt-secondary.bt-warning:active {
      border-color: #f36d00;
      background: white;
      color: #f36d00; }
    .bt.bt-secondary.bt-warning:focus {
      border-color: #f36d00;
      background: white;
      color: #f36d00; }
  .bt.bt-secondary.bt-success {
    border-color: #018E3A;
    background: white;
    color: #018E3A; }
    .bt.bt-secondary.bt-success:hover {
      border-color: #008535;
      background: white;
      color: #008535; }
    .bt.bt-secondary.bt-success:active {
      border-color: #008535;
      background: white;
      color: #008535; }
    .bt.bt-secondary.bt-success:focus {
      border-color: #008535;
      background: white;
      color: #008535; }
  .bt.bt-secondary.bt-neutral {
    border-color: #98b5c3;
    background: white;
    color: #98b5c3; }
    .bt.bt-secondary.bt-neutral:hover {
      border-color: #91acb9;
      background: white;
      color: #91acb9; }
    .bt.bt-secondary.bt-neutral:active {
      border-color: #91acb9;
      background: white;
      color: #91acb9; }
    .bt.bt-secondary.bt-neutral:focus {
      border-color: #91acb9;
      background: white;
      color: #91acb9; }
  .bt.bt-secondary.bt-danger {
    border-color: #dc3545;
    background: white;
    color: #dc3545; }
    .bt.bt-secondary.bt-danger:hover {
      border-color: #cf3342;
      background: white;
      color: #cf3342; }
    .bt.bt-secondary.bt-danger:active {
      border-color: #cf3342;
      background: white;
      color: #cf3342; }
    .bt.bt-secondary.bt-danger:focus {
      border-color: #cf3342;
      background: white;
      color: #cf3342; }
  .bt.bt-size-sm {
    font-size: 14px;
    padding: 8px 16px; }
  .bt.bt-size-md {
    font-size: 16px;
    padding: 8px 16px; }
  .bt.bt-size-lg {
    font-size: 18px;
    padding: 12px 24px; }
  .bt.bt-rounded {
    border-radius: 100px; }
  .bt .bt:disabled {
    background: #e5e5e5 !important;
    border-color: #e5e5e5 !important;
    color: #a4a4a4 !important; }

/*# sourceMappingURL=ui-buttons.css.map */