label.form-label {
  max-width: 100% !important;
}
#portal-searchbox {
  padding-top: 15px;
}
#sidebar {
  padding-right: 2px;
}
#portal-logo img {
  max-width: 200px !important;
  height: auto !important;
}
.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  min-height: 60px !important;
  max-height: none !important;
}

/* dermbio specific navbar style */
.dermbio-navbar {
  background-color: #eeeeee !important;
}

.dermbio-navbar .uk-navbar-nav > li > a {
  color: #000;
  text-transform: none;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}
/* end dermbio specific navbar style */

.scratch-navbar {
  background-color: darkgray !important;
}

.scratch-navbar .uk-navbar-nav > li > a {
  color: #000;
  text-transform: none;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}
.collapsedsidebar {
  width: 70px;

  margin-left: -10px;
}
.collapsedsidebar .uk-nav-header,
.collapsedsidebar .searchBtnText {
  display: none;
}
.collapsedsidebar .uk-nav-default li a span {
  display: none;
}
.collapsedsidebar .uk-nav-default li a span.uk-icon {
  display: inline;
}

#portal-column-one,
#portal-column-two {
  width: auto !important;
}

body.plone-toolbar-left.userrole-anonymous {
  padding-left: 0px !important;
}

#portal-anontools {
  padding-top: 0px !important;
  margin-left: 0px !important;
}

#plone_SearchResult {
  display: none;
  position: absolute;
  background-color: #ffffff;
  z-index: 100;
  border-right: 1px solid #64bee8;
  border-left: 1px solid #64bee8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(100, 190, 232, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(100, 190, 232, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(100, 190, 232, 0.6);
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 4px;
}

#plone_SearchResult li {
  white-space: normal;
  margin: 0;
  padding: 5px;
  cursor: pointer;
}

.search-result-selected {
  background: #d8eafc;
  color: #1e87f0;
}

.d6-res {
  margin: 3px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0;
  padding-top: 0;
}

.plone-toolbar-left-default.userrole-manager {
  padding-left: 60px !important;
}

#plone_SearchableText {
  min-width: 170px;
}

.searchButtonHome {
  height: 36px !important;
}

h2.uk-text-bold {
  font-weight: 700 !important;
  margin-bottom: 0px !important;
  font-size: 30px;
}
p {
  margin-bottom: 0.5rem !important;
}

.section-front-page #viewlet-below-content-title {
  display: none;
}

.widget-mode-input .form-control,
.widget-mode-input .form-select {
  max-width: auto !important;
  width: auto !important;
}

.widget-mode-input .textarea-widget {
  height: auto !important;
  min-height: 100px !important;
  width: 40% !important;
}

.autotoc-nav a.required::after {
  color: #dc3545;
  content: " •";
  font-size: 1.25rem;
  line-height: 1;
  vertical-align: middle;
  font-weight: bold;
}
/* Hover state */
#content-core .pat-autotoc.autotabs .autotoc-nav a:hover,
#content-core .autotabs .autotoc-nav a:hover {
  background-color: #dee2e6 !important;
  color: #212529 !important;
  border-color: #dee2e6 !important;
}

.field.mb-3 {
  margin-bottom: 10px !important;
}

body {
  background: none;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font: 100% Arial, FreeSans, sans-serif;
}

.contextorange {
  background-color: rgb(253, 137, 137) !important;
  color: rgb(73, 68, 68) !important;
}

.contextorange:hover {
  background-color: rgb(253, 137, 137) !important;
  color: rgb(73, 68, 68) !important;
}
