.quadro-bg {
  background-color: #013183;
}
.tarefa-atual {
  background-color: #EAEAEA;
}
.quadro-conteudo {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#quadro {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.botao-campo-ordem {
  margin-right: -2px;
}
.list-wrapper {
  width: 270px;
  margin: 0 5px;
  height: 100%;
  box-sizing: border-box;
  display: inline-block;
}
.list-cards {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 4px;
  padding: 0 4px;
  z-index: 1;
  min-height: 0;
}
.list-cards::-webkit-scrollbar-button:end {
  display: block;
  height: 4px;
  width: 4px;
}
.list-card {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-radius: 3px;
  cursor: all-scroll;
  margin-bottom: 0px;
  max-width: 300px;
  min-height: 20px;
  position: relative;
  z-index: 0;
}
.list-card-carregando {
  background-color: #eaeaea !important;
  cursor: wait !important;
}
.list-card-carregando a {
  color: #a1a1a1 !important;
}
.list-card-details {
  overflow: hidden;
  padding: 6px 6px 2px 8px;
  position: relative;
  z-index: 10;
}
.list-card-title {
  clear: both;
  display: block;
  font-weight: 400;
  margin: 0 0 4px;
  overflow: hidden;
  text-decoration: none;
  word-wrap: break-word;
}
.atrasada {
  border-left: 3px solid #FF0000;
}
.hoje {
  border-left: 3px solid blue;
}
.improdutivo {
  border-right: 3px solid #FF0000;
}
.coluna {
  background: #e2e4e6;
  border-radius: 3px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
  position: relative;
  white-space: normal;
  padding-bottom: 0px;
  padding-top: 0px;
}
.coluna-cabecalho {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 4px 4px;
  position: relative;
  min-height: 18px;
}
.coluna-rodape {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 2px 5px;
  position: relative;
  min-height: 7px;
  text-align: center;
}
.card-item {
  margin-top: -5px;
  margin-right: 10px;
}
.quadro-scrollbar,
pre {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
}
.quadro-scrollbar::-webkit-scrollbar {
  height: 20px;
  width: 9px;
}
.quadro-scrollbar::-webkit-scrollbar-track-piece {
  background: #fff;
}
.board-background.quadro-scrollbar::-webkit-scrollbar {
  height: 12px !important;
  width: 12px;
}
.board-background.quadro-scrollbar::-webkit-scrollbar-track-piece {
  background: #314f6d !important;
}
.quadro-scrollbar::-webkit-scrollbar-track-piece:vertical:start {
  border-radius: 5px 5px 0 0 !important;
}
.quadro-scrollbar::-webkit-scrollbar-track-piece:vertical:end {
  border-radius: 0 0 5px 5px !important;
}
.quadro-scrollbar::-webkit-scrollbar-track-piece:horizontal:start {
  border-radius: 5px 0 0 5px !important;
}
.quadro-scrollbar::-webkit-scrollbar-track-piece:horizontal:end {
  border-radius: 0 5px 5px 0 !important;
}
.quadro-scrollbar::-webkit-scrollbar-thumb:horizontal,
.quadro-scrollbar::-webkit-scrollbar-thumb:vertical {
  background: #a1a1a1 !important;
  border-radius: 2px !important;
  display: block;
  height: 70px;
  margin-bottom: 10px;
}
.dragtrash {
  opacity: .7;
  outline-style: dashed;
  outline-width: 5px;
  background-color: #212121;
  outline-color: white;
}
.trashbk {
  width: 100%;
  margin-top: -35px;
}
.trashbk .list-card {
  display: none !important;
}
.trashmsg {
  position: absolute;
  width: 97%;
  text-align: center;
  display: none;
}
.dragtrash .trashmsg {
  opacity: 1;
  display: block;
}
.dragtrash .drag-view {
  opacity: 0;
}
#quadro-titulo {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: -20px;
  margin-right: -10px;
  background-color: #013183;
  color: #eaeaea !important;
}
.cart-detalhes {
  margin-left: -5px;
}
.cart-detalhes p {
  margin-bottom: 4px;
}
#quadro-titulo .btn {
  background-color: #013183 !important;
  border-color: #212121 !important;
}
#quadro-titulo .btn-outline {
  border-color: #eaeaea !important;
}
.tags {
  display: inline-block;
}
.texto-tags {
  display: inline;
  background-color: #336699;
  color: #fff;
  padding: 3px;
  border-radius: 3px;
  margin-right: 3px;
  font-family: sans-serif;
}
.context-menu {
  position: absolute;
  display: none;
  z-index: 99999;
  background-color: white;
  border-radius: 2px;
  width: 202px;
  max-height: 318px;
}
.context-menu .menu-options {
  list-style: none;
  padding: 10px 0;
}
.context-menu .menu-options .menu-option {
  font-weight: 500;
  font-size: 14px;
  padding: 10px 40px 10px 20px;
  cursor: pointer;
}
.context-menu .menu-options .menu-option:hover {
  background: rgba(0, 0, 0, 0.1);
}
