@import "./lib/bs.css";
@import "./lib/flexboxgrid.css";
*,
*::before,
*::after {
  box-sizing: border-box;
}

.rtl {
  direction: rtl;
}

.bold {
  font-weight: 900 !important;
}

.cnt-inline > * {
  display: inline;
}

.btn {
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  justify-items: center;
  flex: 1 1 auto;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid #fff0;
  padding: 0.375rem 0.75rem;
  transition: all 0.15s ease-in-out;
  align-items: center;
  border-radius: 3px;
}

.pill {
  border-radius: 50rem;
}

.btn > span {
  display: flex;
  flex: 1 1 auto;
  padding-left: 7px;
  padding-right: 7px;
}

.btn:focus {
  outline: none;
}

.btn:disabled {
  opacity: 0.5;
}

.btn-group {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-group > .btn {
  border-radius: 0;
}

.btn-group.pill > .btn:first-child {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.btn-group.pill > .btn:last-child {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.rtl .btn-group.pill > .btn:last-child,
.rtl.btn-group.pill > .btn:last-child {
  border-radius: 0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.rtl .btn-group.pill > .btn:first-child,
.rtl.btn-group.pill > .btn:first-child {
  border-radius: 0;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.btn.dark {
  background: #353740;
  border-color: #353740;
  color: white;
}

.btn.dark:hover:not([disabled]), .btn.dark.active, .btn[selected], .btn[selected=true] {
  background: #414550;
  border-color: #414550;
}

.btn.dark:focus {
  outline: none;
  box-shadow: 0 0 0px 3px rgba(65, 69, 80, 0.5);
}

.btn.dark-o {
  background: #fff0;
  border-color: #353740;
  color: #353740;
}

.btn.dark-o:hover:not([disabled]), .btn.dark-o.active, .btn[selected], .btn[selected=true] {
  background: #414550;
  border-color: #414550;
  color: white;
}

.btn.dark-o:focus {
  outline: none;
  box-shadow: 0 0 0px 3px rgba(65, 69, 80, 0.5);
}

.btn.red {
  background: #c3272b;
  border-color: #c3272b;
  color: white;
}

.btn.red:hover:not([disabled]), .btn.red.active, .btn[selected], .btn[selected=true] {
  background: #c93d40;
  border-color: #c93d40;
}

.btn.red:focus {
  outline: none;
  box-shadow: 0 0 0px 3px rgba(201, 61, 64, 0.5);
}

.btn.red-o {
  background: #fff0;
  border-color: #de1217;
  color: #de1217;
}

.btn.red-o:hover:not([disabled]), .btn.red-o.active, .btn[selected], .btn[selected=true] {
  background: #c93d40;
  border-color: #c93d40;
  color: white;
}

.btn.red-o:focus {
  outline: none;
  box-shadow: 0 0 0px 3px rgba(201, 61, 64, 0.5);
}

.btn.green {
  background: #1e8549;
  border-color: #1e8549;
  color: white;
}

.btn.green:hover:not([disabled]), .btn.green.active, .btn[selected], .btn[selected=true] {
  background: #26a65b;
  border-color: #26a65b;
}

.btn.green:focus {
  outline: none;
  box-shadow: 0 0 0px 3px rgba(38, 166, 91, 0.5);
}

.btn.green-o {
  background: #fff0;
  border-color: #28a745;
  color: #28a745;
}

.btn.green-o:hover:not([disabled]), .btn.green-o.active, .btn[selected], .btn[selected=true] {
  background: #26a65b;
  border-color: #26a65b;
  color: white;
}

.btn.green-o:focus {
  outline: none;
  box-shadow: 0 0 0px 3px rgba(38, 166, 91, 0.5);
}

.btn.gold {
  background: #ffc400;
  border-color: #ffc400;
  color: black;
}

.btn.gold:hover:not([disabled]), .btn.gold.active, .btn[selected], .btn[selected=true] {
  background: #ffd674;
  border-color: #ffd674;
}

.btn.gold:focus {
  outline: none;
  box-shadow: 0 0 0px 3px rgba(255, 214, 116, 0.5);
}

.btn.gold-o {
  background: #fff0;
  border-color: #ffc400;
  color: #ffc400;
}

.btn.gold-o:hover:not([disabled]), .btn.gold-o.active, .btn[selected], .btn[selected=true] {
  background: #ffd674;
  border-color: #ffd674;
  color: black;
}

.btn.gold-o:focus {
  outline: none;
  box-shadow: 0 0 0px 3px rgba(255, 214, 116, 0.5);
}

.btn.violet {
  background: #8344ad;
  border-color: #8344ad;
  color: white;
}

.btn.violet:hover:not([disabled]), .btn.violet.active, .btn[selected], .btn[selected=true] {
  background: #a54dde;
  border-color: #a54dde;
}

.btn.violet:focus {
  outline: none;
  box-shadow: 0 0 0px 3px rgba(165, 77, 222, 0.5);
}

.btn.violet-o {
  background: #fff0;
  border-color: #a54dde;
  color: #a54dde;
}

.btn.violet-o:hover:not([disabled]), .btn.violet-o.active, .btn[selected], .btn[selected=true] {
  background: #8344ad;
  border-color: #8344ad;
  color: white;
}

.btn.violet-o:focus {
  outline: none;
  box-shadow: 0 0 0px 3px rgba(131, 68, 173, 0.5);
}

.btn.blue {
  background: #374ad0;
  border-color: #374ad0;
  color: white;
}

.btn.blue:hover:not([disabled]), .btn.blue.active, .btn[selected], .btn[selected=true] {
  background: #475fef;
  border-color: #475fef;
}

.btn.blue:focus {
  outline: none;
  box-shadow: 0 0 0px 3px rgba(71, 95, 239, 0.5);
}

.btn.blue-o {
  background: #fff0;
  border-color: #475fef;
  color: #475fef;
}

.btn.blue-o:hover:not([disabled]), .btn.blue-o.active, .btn[selected], .btn[selected=true] {
  background: #475fef;
  border-color: #475fef;
  color: white;
}

.btn.blue-o:focus {
  outline: none;
  box-shadow: 0 0 0px 3px rgba(71, 95, 239, 0.5);
}

.btn.silver {
  background: #e6e9ed;
  border-color: #e6e9ed;
  color: black;
}

.btn.silver:hover:not([disabled]), .btn.silver.active, .btn[selected], .btn[selected=true] {
  background: #c1c5d0;
  border-color: #c1c5d0;
}

.btn.silver:focus {
  outline: none;
  box-shadow: 0 0 0px 3px rgba(193, 197, 208, 0.5);
}

.btn.silver-o {
  background: #fff0;
  border-color: #e6e9ed;
  color: #e6e9ed;
}

.btn.silver-o:hover:not([disabled]), .btn.silver-o.active, .btn[selected], .btn[selected=true] {
  background: #d2d5d9;
  border-color: #d2d5d9;
  color: black;
}

.btn.silver-o:focus {
  outline: none;
  box-shadow: 0 0 0px 3px rgba(210, 213, 217, 0.5);
}

/*# sourceMappingURL=qeeq-std.css.map */
