.field-calendar input[type="text"] {
	width: 163px;
}

.actiondatetime_date {
	width: 120px;
}
.actiondatetime_time {
	width: 90px;
}
.clr {
	clear: both;
}

.select2 ul {
	margin-left: 0;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.select2-selection__choice__remove {
	height: 100%;
}