.y-modal-procls-container {
  margin-left: 15px;
  margin-right: 15px;
}
.y-modal-procls-item {
  padding: 5px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: white;
  cursor: pointer;
  &:hover {
    background-color: #CDCDCD;
    color: white;
  }
  &.y-modal-procls-active {
    background-color: #1BAEDE;
  }
  &.y-modal-procls-active:hover {
    background-color: #1BAEDE;
  }
  .y-modal-procls-extern {
    float: right;
  }
}
