#help_iag img { fill: currentColor; }
.dokuwiki img.help_image { width: auto; max-width: none; margin-top: 0px; margin-bottom: 0px; }
.dokuwiki .page #help_iag li { color: inherit; }
.dokuwiki img.help_link_icon { width: 16px; height: 16px; min-width: 16px; min-height: 16px; margin:0; border:none; }
.dokuwiki img.help_icon { width: 24px; height: 24px; min-width: 24px; min-height: 24px; }
div.layers-info-box div {margin-right: 20px; }
@import url("variables");
@import url("mixins");
p {
  text-align: justify;
}

#canvas-crop-help {
  width: 100%;
  min-width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#canvas-crop-help img {
  width: 100%;
  display: block;
  border-radius: 3px;
  border: 1px solid lightgray;
}

#zoombar-crop-help {
  width: 100%;
  min-width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#zoombar-crop-help img {
  display: block;
  border-radius: 3px;
}

#zoombar-minus-crop-help {
  width: 42px;
  min-width: 42px;
  overflow: hidden;
}
#zoombar-minus-crop-help img {
  display: block;
}

#zoombar-slider-crop-help {
  width: 135px;
  min-width: 135px;
  overflow: hidden;
}
#zoombar-slider-crop-help img {
  display: block;
  margin-left: -42px;
}

#zoombar-plus-crop-help {
  width: 42px;
  min-width: 42px;
  overflow: hidden;
}
#zoombar-plus-crop-help img {
  margin-left: -175px;
  display: block;
}

#zoombar-resize-crop-help {
  width: 42px;
  min-width: 42px;
  overflow: hidden;
}
#zoombar-resize-crop-help img {
  display: block;
  margin-left: -222px;
}

.crop-help-description {
  padding: 15px;
  width: 100%;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border: 1px solid lightgray;
  border-radius: 3px;
  overflow: hidden;
}

.flex-filler {
  flex: 1 0;
  background: #292d33;
}

.inline-mat-icon {
  transform: translateY(6px);
  line-height: 16px;
}

.clickable-item {
  cursor: pointer;
}
