.ctm-row {
  margin-right: -8px !important;
  margin-left: -8px !important;
}

.CustomedFormGroup {
  font-size: 14px;
}

.LabelForField {
  font-size: 13px;
  margin-bottom: 0px !important;
}

.form-group{
  margin-bottom:0px !important;
}

li.active.ng-star-inserted.tabTitle {
  background-color: white;
}

li.ng-star-inserted.tabTitle {
  border: 1px solid #808080;
  margin-right: 1px;
  padding-right: 7px;
  padding-left: 7px;
  font-size: 13px;
  padding-top: 4px;
  border-radius: 6px;
  cursor: pointer;
}

  li.ng-star-inserted.tabTitle * {
    cursor:pointer;
  }












#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;
  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;
}

::ng-deep .dx-sortable {
  display: block
}
