.name-value-pairs.compact .name-value-pair .name {
  width: 110px;
}
.name-value-pairs.semi-compact .name-value-pair .name {
  width: 110px;
}
.name-value-pairs .name-value-pair {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-top: 10px;
}
.name-value-pairs .name-value-pair .name {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 200px;
  text-align: right;
  color: #999;
  padding-right: 15px;
}
.name-value-pairs .name-value-pair .value {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
}
.name-value-pairs .name-value-pair .value > *:not(:first-child) {
  margin-left: 5px;
}
.name-value-pairs .name-value-pair .value-content.full-width {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.lone-value {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: flex-start;
}
.lone-value > *:not(:first-child) {
  margin-left: 5px;
}
main.wide .name-value-pairs.columned {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
main.wide .name-value-pairs.columned .name-value-pair {
  padding-top: 1px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -webkit-break-inside: avoid;
  break-inside: avoid;
}
.text-selected {
  color: #00afef;
}
.lone-value h1.editable,
.lone-value h2.editable,
.lone-value h3.editable,
.lone-value h4.editable,
.lone-value h5.editable {
  margin: 0;
}
h1.editable,
h3.editable {
  background-color: #888888;
  padding: .2em;
  cursor: pointer;
  display: inline;
}
.value-content:not(.input-group).editable {
  background-color: #DDD;
  padding: .4em;
  cursor: pointer;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.value-content:not(.input-group).editable:empty,
.value-content:not(.input-group).editable.empty {
  min-width: 100px;
}
.value-content:not(.input-group).editable:not(:focus) {
  border: none;
}
.value-content:not(.input-group).editable:focus {
  background-color: white;
}
.value-content:not(.input-group).editable.ng-invalid {
  background-color: #FFCAC9;
}
.input-group.value-content.editable .input-group-addon {
  border-radius: 0;
}
.input-group.value-content.editable .form-control {
  background-color: #DDD;
  padding: .4em;
  cursor: pointer;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.input-group.value-content.editable .form-control:empty,
.input-group.value-content.editable .form-control.empty {
  min-width: 100px;
}
.input-group.value-content.editable .form-control:not(:focus) {
  border: none;
}
.input-group.value-content.editable .form-control:focus {
  background-color: white;
}
.input-group.value-content.editable .form-control.ng-invalid {
  background-color: #FFCAC9;
}
#report.cornflower {
  margin: 30px;
  padding: 0;
}
#report.cornflower.compact .name-value-pair .name {
  width: 110px;
}
#report.cornflower.semi-compact .name-value-pair .name {
  width: 110px;
}
#report.cornflower .name-value-pair {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-top: 10px;
}
#report.cornflower .name-value-pair .name {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 200px;
  text-align: right;
  color: #999;
  padding-right: 15px;
}
#report.cornflower .name-value-pair .value {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
}
#report.cornflower .name-value-pair .value > *:not(:first-child) {
  margin-left: 5px;
}
#report.cornflower .name-value-pair .value-content.full-width {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
#report.cornflower #report-header column {
  border: 1px solid #AAA;
}
#report.cornflower #report-header h1 {
  font-size: 24px;
  color: #1B6799;
}
#report.cornflower #report-header columns {
  display: table;
  border-collapse: collapse;
}
#report.cornflower #report-header columns column {
  display: table-cell;
  text-align: center;
  float: none;
  padding: 10px;
}
#report.cornflower section {
  padding: 0;
}
#report.cornflower section header {
  text-align: center;
  color: #1B6799;
  font-weight: bold;
  padding: 3px;
  width: 100%;
  background-color: #BEE5FF !important;
  margin: 0;
  border-top: 2px solid #1B6799;
  border-bottom: 2px solid #1B6799;
  margin-bottom: 3px;
}
#report.cornflower .subassignment {
  margin-bottom: 20px;
}
