.theqoo_btn, .theqoo_board_btn {
  cursor: pointer;
  height: 30px;
  line-height: 30px !important;
  background: #6c757d;
  color: #ffffff !important;
  text-decoration: none !important;
  display: inline-block;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  letter-spacing: -1px;
  border: none;
}
.theqoo_btn:hover, .theqoo_board_btn:hover {
  background: #626b73;
  color: #fff;
}
.theqoo_btn > i, .theqoo_btn .icon, .theqoo_board_btn > i, .theqoo_board_btn .icon {
  text-align: left;
  width: 20px;
  margin-right: 10px;
  display: inline-block;
}
.theqoo_btn > i:after, .theqoo_btn .icon:after, .theqoo_board_btn > i:after, .theqoo_board_btn .icon:after {
  display: block;
  position: absolute;
  content: "";
  left: 30px;
  top: 0px;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
}
.theqoo_btn.no_text i, .theqoo_board_btn.no_text i {
  margin-right: 0px;
  width: auto;
}
.theqoo_btn.no_text i:after, .theqoo_board_btn.no_text i:after {
  display: none;
}
.theqoo_btn.red, .theqoo_board_btn.red {
  background: #BA1C58;
}
.theqoo_btn.red:hover, .theqoo_board_btn.red:hover {
  background: #CA2C68;
}
.theqoo_btn.blue, .theqoo_board_btn.blue {
  background: #375472;
}
.theqoo_btn.blue:hover, .theqoo_board_btn.blue:hover {
  background: #576e89;
}
.theqoo_btn.green, .theqoo_board_btn.green {
  background: #28a745;
}
.theqoo_btn.green:hover, .theqoo_board_btn.green:hover {
  background: #2ab347;
}
.theqoo_btn.checked.red, .theqoo_board_btn.checked.red {
  box-shadow: 0 0 0 0.1rem rgba(186, 28, 88, 0.5);
  background: #CA2C68;
}
.theqoo_btn.checked.red:hover, .theqoo_board_btn.checked.red:hover {
  box-shadow: none;
  background: #BA1C58;
}
.theqoo_btn.checked.green, .theqoo_board_btn.checked.green {
  box-shadow: 0 0 0 0.1rem rgba(40, 167, 69, 0.5);
  background: #2ab347;
}
.theqoo_btn.checked.green:hover, .theqoo_board_btn.checked.green:hover {
  box-shadow: none;
  background: #28a745;
}

/*# sourceMappingURL=theqoo.common.css.map */
