/* modal styles */
.modal .modal-header.draggable-header:hover {
  cursor: move;
}
.modal .modal-dialog .modal-content {
  border-radius: 7px;
}
.modal .modal-dialog .modal-header {
  background-color: #e7e7e7ad;
  min-height: 42px;
  height: 54px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  border-radius: inherit;
}
.modal .modal-dialog .modal-header.header-clean {
  background-color: #f5f8f9;
}
.modal .modal-dialog .modal-header .header-date-clean {
  font-weight: bold;
}
.modal .modal-dialog .modal-header2 {
  display: flex;
  padding: 15px 10px;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  border-bottom: solid thin lightgrey;
}
.modal .modal-dialog .modal-body {
  width: 100%;
  word-break: break-word;
}
.modal .modal-dialog .modal-body #description,
.modal .modal-dialog .modal-body #edit_content {
  width: 100%;
  word-break: break-word;
}
.modal .modal-dialog .modal-body .description-clean {
  height: auto;
  overflow: hidden;
  border-style: none;
  max-height: 325px;
  min-height: 40px;
}
@media screen and (max-width: 414px) {
  .modal .modal-dialog {
    margin: 0;
  }
  .modal .modal-dialog .modal-content {
    border-radius: 0px;
  }
}
.modal .modal-list-body .modal-col-heading-row {
  border-bottom: 1px solid #e5e5e5;
}
.modal .modal-list-body .modal-list li {
  width: 100%;
  list-style-type: none;
  padding-bottom: 3px;
}
.modal .modal-list-body .modal-list li:hover {
  background-color: #f2f2f2;
}
.modal .modal-list-body .modal-list li:active {
  background-color: #F9EDBE;
}
.modal .modal-list-body ul.modal-col-heading-row {
  margin-bottom: 5px;
  list-style-type: none;
}
.modal .modal-list-body .modal-list li div,
.modal .modal-list-body ul.modal-col-heading-row li {
  display: inline-block;
}
.modal .modal-list-body li.modal-name-col-heading,
.modal .modal-list-body .modal-list div.modal-name-col {
  width: 40%;
}
.modal .modal-list-body .modal-list div.modal-date-col,
.modal .modal-list-body li.modal-date-col-heading {
  width: 30%;
}
.modal .modal-footer .modal-status-msg {
  float: left;
  font-size: 1.2em;
}
.modal .modal-footer .modal-status-msg--success,
.modal .modal-footer .modal-status-msg--info {
  color: green;
}
.modal .modal-footer .modal-status-msg--alert {
  color: yellow;
}
.modal .modal-footer .modal-status-msg--warn {
  color: darkorange;
}
.modal .modal-footer .modal-status-msg--error {
  color: red;
}
.modal .modal-footer .status-message {
  display: flex;
  float: left;
  margin-bottom: 20px;
}
.modal .modal-footer .status-message i {
  font-size: 1.4em;
}
.modal .modal-footer .modal-buttons {
  float: right;
}
.modal .modal-field {
  border-style: solid;
  border-color: #d9d9d9;
}
