﻿.status-row {
  display: flex;
  align-items: center; }
  .status-row div[class^="col-"] > div {
    border-radius: 5%;
    padding: 0.5rem 0.25rem;
    min-width: 3rem;
    min-height: 3rem; }
    .status-row div[class^="col-"] > div p {
      color: #f7f7f9;
      font-size: 2rem; }
    .status-row div[class^="col-"] > div.phase-disabled {
      background-color: #818a91; }
    .status-row div[class^="col-"] > div.phase-current {
      background-color: #5bc0de; }
    .status-row div[class^="col-"] > div.phase-next {
      cursor: pointer;
      background-color: #5cb85c; }

.bug-active {
  cursor: pointer; }

input[type="text"].priority {
  border: 0;
  outline: none;
  width: 2.5rem;
  max-width: 2.5rem;
  background-color: #eceeef; }


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}