
.toolbar-label,
.toolbar-label > b {
    font-size: 16px;
}
#products {
    margin-top: 10px;
}
#kanban {
    white-space: nowrap;
}
.list {
    border-radius: 8px;
    margin: 5px;
    background-color: rgba(192, 192, 192, 0.4);
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.list-title {
    font-size: 16px;
    padding: 10px;
    padding-left: 30px;
    margin-bottom: -10px;
    font-weight: bold;
    cursor: pointer;
}
.scrollable-list {
    height: 400px;
    width: 260px;
}
.sortable-cards {
    min-height: 380px
}
.card {
    position: relative;
    background-color: white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 230px;
    padding: 10px 20px;
    margin: 10px;
    cursor: pointer;
}
.card-subject {
    padding-bottom: 10px;
}
.card-assignee {
    opacity: 0.6;
}
.card-priority {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 5px;
    width: 5px;
    border-radius: 2px;
    background: #86C285;
}
.priority-1 {
    background: #ADADAD;
}
.priority-2 {
    background: #86C285;
}
.priority-3 {
    background: #EDC578;
}
.priority-4 {
    background: #EF7D59;
}
.dx-sortable {
    display: block;
}
.orange {
  color: #ff5722;
}
.cadastro-contato{
  width: 100%;
}
.espaco-interno{
  margin-top: 2px;
  margin-bottom: 2px;
}
.separador-horizontal{
  width: 100%;
  height: 1px;
  background-color: rgb(164, 164, 255);
  color: white;
}
.separator-invisivel{
  width: 100%;
  height: 1px;
  background-color: white;
  color: white;
}
.titulo-cadastro{
  margin-bottom: 0;
}
.classificacao{
  margin-bottom: 0;
  font-size: 16px;
}
.titulo{
  padding: 0;
  color: whitesmoke;
  background-color: rgb(231, 132, 18);
  border-radius: 5px;
  margin-bottom: 10px;
}
.sub-titulo{
  color: rgb(7, 7, 7);
}
.button-card{
  display: flexbox;
  float: right;
}
.botao-historico{
  margin: 20px 20px 0 0;
  width: 100px;
  height: 40px;
}
.rating{
  margin-left: 20px;
}
.etp{
  margin-right: 100px;
  margin-left: 5px;
}


/*# sourceMappingURL=display-data458.f2532910.css.map*/