div.period-graphic-box {
  padding: 1em;
}

table.public-periods {
  /*
    width: 100%;
    */
  /* equivalent for border = 1 */
  border: 1px outset grey;
  /* end */
}

td.public-periods {
  padding-left: 1em;
  padding-right: 1em;
  align: center;
  white-space: nowrap;
  /* equivalent for border = 1 */
  border: thin inset grey;
  margin: 1;
  /* end */
}

td.MmsPvSchedulingSlot_day {
  white-space: nowrap;
}

td.MmsPvSchedulingUnit_slots table.view {
  width: 100%;
}

.not-confirmed {
  background-color: orange;
}

.from-another-period {
  background-color: #e0e0ff;
}

.MmsPvShowPublicPeriods {
  width: max-content;
}

.MmsPvShowPublicPeriods .page-title,
.MmsPvShowPublicPeriods .page-sub-title {
  text-align: center;
}

/* CKEditor height */
.form-MmsPvSendMessage .cke_contents {
  min-height: 20em;
}

.CoreKernelSvgType {
  min-width: 400px;
}
