.wrap .main-container {
  margin-top: 20px;
}
.form-group .control-label {
  font-weight: bold;
}
.form-group .error {
  color: #dc3545;
}
.richeditor-body {
  border: 1px solid #323232 !important;
  min-height: 5em;
  padding: 5px;
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.drop-container {
  width: 100%;
  height: 120px;
  border: 3px dashed #ccc;
  border-radius: 10px;
  margin: 10px 0;
  position: relative;
}
.drop-container__text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 1.5em;
  text-align: center;
  color: #bbb;
  font-size: 1.2rem;
}
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(50, 50, 50, 0.5);
  z-index: 1000;
}
.loader__text {
  color: #fff;
  font-size: 40px;
  text-align: center;
  margin-top: 20%;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background: none;
}
.file-drop-zone {
  overflow: hidden;
}
.data-block__element {
  overflow: hidden;
}
.data-block__title {
  font-weight: bold;
  width: 200px;
  float: left;
}
.data-block__value {
  margin-left: 220px;
}
.images-list {
  margin-top: 15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
}
.images-list__item {
  position: relative;
  width: 200px;
  z-index: 10;
  margin: 0 10px 20px;
  text-align: center;
}
.images-list__item img {
  max-width: 180px;
  max-height: 140px;
  width: auto;
  height: auto;
}
.tree-item {
  overflow: hidden;
}
.tree-item__spacer {
  display: inline-block;
}
.image-preview {
  width: 320px;
  margin-bottom: 15px;
}
.image-preview img {
  max-width: 300px;
  height: auto;
  padding: 0 10px;
}
#dashboard {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#dashboard .chart-container {
  width: 300px;
  margin: 10px;
  position: relative;
}
#dashboard .chart-container__data {
  position: absolute;
  top: 48%;
  left: 36%;
  color: #666;
}
.js-date-except .bootstrap-datetimepicker-widget.dropdown-menu {
  width: auto;
}
.entity-nav {
  margin-bottom: 15px;
  clear: both;
}
.text-column {
  max-width: 300px;
  word-break: break-word;
}
.image-thumbnail img {
  max-width: 160px;
  height: auto;
}
.breadcrumb {
  font-size: 90%;
  padding: 0.5rem 0.75rem;
  background: #f8f9fa;
}
.searching {
  margin: 0;
}
.searching .form-group {
  margin: 0;
}
.searching form {
  display: contents;
}
/*# sourceMappingURL=site.css.map */
