.c-kd-select-entity {
  margin-top: 10px;
  position: relative;
}

.c-clear-all {
  color: #337ab7;
  font-size: 13px;
  cursor: pointer;

  &__pull-right {
    float: right;
  }

  &__draggable-container {
    display: block;
    text-align: right;
    margin-bottom: 2px;
  }

  &:hover {
    text-decoration: underline;
  }
}
