body.blogmill {
  font: 300 18px/1.6 Poppins, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #555;
  background-color: #f8f9fa;
}
body.blogmill nav {
  margin-bottom: 20px;
}
body.blogmill a {
  color: inherit;
  text-decoration: none;
}
body.blogmill a:hover {
  color: inherit;
  text-decoration: none;
}

.cms-container {
  width: 100%;
  min-height: 100vh;
  display: inline-grid;
  grid-template-columns: 15% 85%;
  grid-template-rows: auto;
  justify-items: stretch;
  grid-template-areas: "h h" "n b" "f f";
}

.grid-header {
  grid-area: h;
}

.grid-nav {
  grid-area: n;
  min-height: 100vh;
}

.grid-body {
  grid-area: b;
  padding: 20px 40px;
}

.table-cell__img {
  max-height: 140px;
  max-width: 180px;
}

@media all and (max-width: 767px) {
  .cms-container {
    grid-template-columns: 100% 100%;
  }
}
.control-label {
  line-height: 1.8;
}

.card {
  background-color: white;
}

.account-popover {
  padding: 0;
  margin: 0;
}
.account-popover ul {
  padding: 0;
  margin: 0;
}
.account-popover li {
  list-style: none;
  font-size: 18px;
}

.documents_component {
  margin-bottom: 20px;
}
.documents_component ul {
  padding-left: 0px;
  list-style: none;
}
.documents_component li {
  display: flex;
  align-items: center;
  border-bottom: solid thin #ced4da;
  padding-top: 10px;
  padding-bottom: 10px;
}
.documents_component li.filetype-default:before {
  content: url("/cms/public/img/icons/filetypes/doc.svg");
}
.documents_component li.filetype-pdf:before {
  content: url("/cms/public/img/icons/filetypes/pdf.svg");
}
.documents_component .upload-button-wrapper {
  text-align: right;
}
.documents_component .remove {
  color: #B21E5A;
  margin-left: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.documents_component .no-documents-message, .documents_component .unsaved-entity-message {
  font-style: italic;
}

div.entity-display .form-group a {
  color: #007BFF;
}
div.entity-display .form-group a:hover {
  color: #007BFF;
  text-decoration: underline;
}

.top-header {
  height: 100px;
  width: 100%;
  background-color: white;
  padding: 20px;
}

.top-header__user-container {
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.top-header__user-img {
  height: 60px;
  width: 60px;
  margin-right: 10px;
  border-radius: 100%;
  object-fit: cover;
}

.top-header__user-meta {
  justify-content: center;
}

.top-header__user__org {
  font-size: 14px;
}

.image-gallery__image-container {
  text-align: center;
}

.image-gallery__thumbnail {
  display: inline-flex;
  width: 220px;
  height: 220px;
  margin: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.image-gallery__thumbnail.selected {
  border: 4px solid #0082b7;
}

.image-preview-container {
  position: relative;
}
.image-preview-container .image-preview {
  height: 260px;
  margin: 10px 0;
  max-width: 100%;
  object-fit: cover;
}

.content-meta-box__feature-image .image-preview {
  width: 100%;
}

.btn-feature_image__remove {
  position: absolute;
  top: 14px;
  right: 4px;
  background-color: white;
  height: 30px;
  width: 30px;
  font-size: 22px;
  color: red;
  border-left: 1px solid red;
  border-bottom: 1px solid red;
  cursor: pointer;
  line-height: 1.3;
  text-align: center;
  border-radius: 100%;
}

.config-emails select {
  width: 100%;
}

#field_emailFrom, #field_apiKey {
  display: none;
}

.email-template-type select {
  width: 100%;
}
.email-template-type .email-template-type-variable-block {
  display: none;
}

.organisation select {
  width: 100%;
}
.organisation .organisation_organisation {
  display: none;
}
.organisation .organisation_organisation-role {
  display: none;
}

.role-and-organisation select {
  width: 100%;
}
.role-and-organisation .role-and-organisation_organisation {
  display: none;
}
.role-and-organisation .role-and-organisation_organisation-role {
  display: none;
}

.role-and-organisation_organisation-roles__checkbox {
  margin-right: 10px;
}

.row-data__header {
  padding-bottom: calc(10px * 1);
}

.side-nav {
  padding: 25px 0;
  background-color: white;
  height: 100%;
  margin-left: -15px;
  min-height: 100vh;
  position: relative;
  font-size: small;
}

.side-nav__container-wrapper {
  padding-right: 0px;
}

.side-nav__logo-wrapper {
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.side-nav__logo {
  height: 60px;
  max-width: 100px;
  object-fit: contain;
}

.side-nav__list {
  padding: 0;
}

.side-nav__list-item {
  padding: calc(10px / 2) calc(10px * 2);
  list-style: none;
  display: flex;
  align-items: center;
}
.side-nav__list-item a {
  color: inherit;
}
.side-nav__list-item.active {
  background-color: #CCE3FF;
  border-right: solid thick #007BFF;
  color: #007BFF;
  font-weight: bold;
}
.side-nav__list-item .caret {
  padding-left: calc(10px / 2);
}

.side-nav__list-item__icon {
  vertical-align: middle;
  font-size: 24px;
  display: inline-block;
  width: 25px;
  margin-right: 5px;
  flex-shrink: 0;
}

.side-nav__list-item__lbl {
  display: flex;
  min-width: 0;
  align-items: center;
}
.side-nav__list-item__lbl .text {
  flex-shrink: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.simple-table.table-top-level {
  margin-top: 0;
}

.login-box {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.error-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}

.error-heading {
  margin-bottom: 20px;
}

.error-img {
  height: 180px;
  margin-bottom: 20px;
}

.fof-container {
  text-align: center;
  position: relative;
}

.fof-heading {
  margin-top: 60px;
}

.fields-top-level {
  margin-top: 30px;
}
.fields-top-level .fields-container {
  margin-top: 30px;
}
.fields-top-level .array-item {
  position: relative;
  margin-bottom: calc(10px / 2);
}
.fields-top-level .array-controls {
  position: absolute;
  top: 6px;
  right: -46px;
}
.fields-top-level .btn-remove {
  width: 24px;
  height: 24px;
}

.login-box {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  min-width: 90%;
}

.login-box {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.login-box {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  min-width: 90%;
}

.login-box {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  min-width: 90%;
}

.post-container {
  margin-top: 30px;
}

.permalink {
  color: cornflowerblue;
}

.login-box {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  min-width: 90%;
}

.styleguide .styleguide_row {
  display: flex;
  align-items: center;
}
.styleguide .styleguide_label {
  width: 150px;
}
.styleguide .styleguide_output {
  width: 200px;
  height: 50px;
}
.styleguide .styleguide_output_primary {
  background-color: #007BFF;
}
.styleguide .styleguide_output_primaryDark {
  background-color: #034896;
}
.styleguide .styleguide_output_primaryLight {
  background-color: #7FBCFF;
}
.styleguide .styleguide_output_primaryLightest {
  background-color: #CCE3FF;
}

.table-top-level {
  margin-top: 30px;
}
.table-top-level h3 {
  margin-bottom: 15px;
}
.table-top-level #react-container {
  margin-bottom: 20px;
}
.table-top-level table.dataTable {
  border: none;
  padding-top: calc(10px * 1);
}
.table-top-level table.dataTable thead .sorting:before,
.table-top-level table.dataTable thead .sorting:after,
.table-top-level table.dataTable thead .sorting_asc:before,
.table-top-level table.dataTable thead .sorting_asc:after,
.table-top-level table.dataTable thead .sorting_desc:before,
.table-top-level table.dataTable thead .sorting_desc:after {
  bottom: 0.65em;
}
.table-top-level table.dataTable thead th {
  border: none;
}
.table-top-level table.dataTable thead tr th.sorting,
.table-top-level table.dataTable thead tr th.sorting_asc,
.table-top-level table.dataTable thead tr th.sorting_desc {
  padding-right: 2em;
}
.table-top-level table.dataTable tbody tr td {
  border-left: none;
  border-right: none;
  vertical-align: middle;
}
.table-top-level table.dataTable tbody tr:nth-of-type(odd), .table-top-level table.dataTable tbody tr:hover {
  background-color: white;
}
.table-top-level div.dataTables_wrapper div.dataTables_info {
  padding-top: 0;
  padding-left: 0.75rem;
}
.table-top-level .paginate_button a {
  border: none;
}

.table-btn-container {
  margin-top: 20px;
}

.table__tabs-wrapper {
  display: flex;
}
.table__tabs-wrapper ul {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.report-container {
  height: 75vh;
  margin: 8px auto;
  width: 90%;
}

.embedded_container {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.header {
  background: #3476ae 0 0 no-repeat padding-box;
  border: 1px solid #707070;
  color: #ffffff;
  font: 700 22px/27px "Segoe UI";
  padding: 13px 13px 13px 36px;
  text-align: left;
}

.display-message {
  align-items: center;
  display: flex;
  font: 400 18px/27px "Segoe UI";
  height: 30px;
  justify-content: center;
  margin-top: 8px;
  text-align: center;
}

.position {
  margin-top: 40vh;
}

.embed-report {
  margin-top: 18px;
  text-align: center;
  margin-right: 0;
}

.controls {
  margin-top: 20px;
  text-align: center;
  flex: 1;
}

iframe {
  border: none;
}

.image-thumbnail-preview-container {
  margin-top: 10px;
}
.image-thumbnail-preview-container img {
  max-width: 100%;
}

.content-meta-box {
  margin-bottom: 20px;
}

/*# sourceMappingURL=style.css.map */
