.djwiz_canedit {
  border: 0.2rem dashed rgba(0, 0, 0, 0.1);
  padding: 1rem;
  cursor: pointer;
}
.djwiz_canedit:hover {
  border: 0.2rem dashed rgba(0, 0, 0, 0.2);
}
.djwiz_canedit:empty:after {
  content: attr(placeholder);
  font-style: italic;
  opacity: 0.3;
  font-weight: 600;
}

.djwiz {
  /*background:#f3f3f3;	*/
  cursor: auto;
  /*border: 0.15rem dashed #cccccc;*/
  display: flex;
  flex-direction: column;
  width: 100%;
}
.djwiz .toolbar {
  order: 1;
  text-align: center;
  padding: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.djwiz .toolbar .toolbar_controls {
  display: flex;
  flex-direction: row;
  flex: 0 1 8rem;
  justify-content: flex-end;
}
.djwiz .toolbar .toolbar_controls a.ok {
  background-color: rgba(0, 160, 0, 0.5);
  color: #ffffff;
}
.djwiz .toolbar .toolbar_controls a.ok:hover {
  background-color: rgba(0, 160, 0, 0.8);
}
.djwiz .toolbar .toolbar_controls a.cancel {
  background-color: rgba(160, 0, 0, 0.5);
  color: #ffffff;
}
.djwiz .toolbar .toolbar_controls a.cancel:hover {
  background-color: rgba(160, 0, 0, 0.8);
}
.djwiz .toolbar .toolbar_controls a.reset {
  background-color: rgba(160, 160, 0, 0.5);
  color: #ffffff;
}
.djwiz .toolbar .toolbar_controls a.reset:hover {
  background-color: rgba(160, 160, 0, 0.8);
}
.djwiz .toolbar .toolbar_buttons {
  display: flex;
  flex-direction: row;
  flex: 1 1 0;
  flex-wrap: wrap;
}
.djwiz .toolbar a {
  display: block;
  background-color: #dddddd;
  color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.1s linear 0s, color 0.1s linear 0s;
  width: 2rem;
  height: 2rem;
  margin: 0.15rem;
  text-decoration: none;
}
.djwiz .toolbar a i {
  font-weight: 600;
  font-size: 0.875rem;
  display: block;
  height: 100%;
  line-height: 2rem;
}
.djwiz .toolbar a.text {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
}
.djwiz .toolbar a.text i {
  margin-left: 0.5rem;
}
.djwiz .toolbar a.text span {
  margin-left: 0.5rem;
  font-weight: 600;
  margin-right: 0.5rem;
}
.djwiz .toolbar a:hover {
  /*background-color: #ffffff;
  color:rgba(0,0,0,1);*/
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
.djwiz .content_area {
  display: inline-block;
  order: 2;
  resize: vertical;
  min-height: 10rem;
  outline: none;
  background: #ffffff;
  border: 1px dashed rgba(60, 60, 60, 0.2);
  padding: 0.5rem;
}
.djwiz .content_area:empty:after {
  content: attr(placeholder);
}
.djwiz .content_area ul, .djwiz .content_area ol {
  margin-left: 2rem;
}
.djwiz .content_area a {
  background: none;
  color: #3b5998;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px dotted #3b5998;
}
.djwiz .content_area.small {
  min-height: 3rem;
}
.djwiz .content_area.large {
  min-height: 20rem;
}
.djwiz.tpos_top .toolbar {
  order: 1;
  padding-top: 0;
}
.djwiz.tpos_top .content_area {
  order: 2;
}
.djwiz.tpos_bottom .toolbar {
  order: 2;
  padding-bottom: 0;
}
.djwiz.tpos_bottom .content_area {
  order: 1;
}

/*# sourceMappingURL=modules-layout-scss-djwizzy.css.map */
