div.form-row .vTextField,
div.form-row .vUUIDField,
.dynamic-workrecord_set input[type="text"],
.colM .aligned .vLargeTextField,
.colM .aligned .vXMLLargeTextField {
  width: 60em;
  max-width: 70%;
}

td.field-year_start input.vTextField,
td.field-year_end input.vTextField
{
  width: 5em;
}

.select2-selection__choice {
  float: none !important;
  margin-right: 20px !important;
}
.select2-selection__choice__remove {
  color: red !important;
}

.form-row span.select2-container {
  width: 60em !important;
}
/*
.form-row span.select2-container .select2-selection__clear {
  display: none;
}
*/

.form-row span.select2-container .select2-selection__choice {
  margin-right: 0px !important;
}
.form-row span.select2-container .select2-selection__choice .select2-selection__choice__remove {
  margin-right: 5px;
  font-weight: bold;
}
.calendarbox {
  z-index: 99999;
}
.unselectable-date .fc-event-mirror.fc-v-event {
  background: #eee;
  border-color: #888;
}
.unselectable-date .fc-event-mirror.fc-v-event .fc-event-time {
  color: #888;
}
