/*Write your custom css in this file.*/

.kanban-col {
  list-style-type: none;
  float: left;
  width: 253px;
  margin: 0;
}

.kanban-container {
  padding: 15px;
}

.kanban-item {
  width: 250px;
  margin: 0;
  margin-bottom: 2px;
  border-radius: 0px;
  border-bottom: 1px #e2e2e2;
}

.kanban-col-title {
  margin-bottom: 0;
}

.input_default{
  color: #a7a7a7 !important;
}
.input_default .select2-chosen {
  color: #a7a7a7 !important;
}