/* Generated by less 2.2.0 */
.cms_item {
  position: relative;
}
.cms_item.draft {
  background-color: #e4f6c2;
  background-size: 50px 50px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
}
.cms_item.draft::before {
  background-color: rgba(255, 72, 0, 0.5);
  color: white;
  position: absolute;
  right: 0;
  width: 60px;
  height: 16px;
  content: " DRAFT ";
  text-align: center;
  font-size: 12px;
  pointer-events: none;
}
.cms_item.active {
  box-shadow: 0 0 20px black;
}
.cms_edit {
  position: absolute;
  z-index: 10;
  width: 80px;
  height: 24px;
  padding-top: 4px;
  top: 0;
  left: 0;
  background-color: rgba(243, 211, 27, 0.8);
  text-align: center;
  color: white;
  font-size: 12px;
  font-family: sans-serif;
}
#cms_editor {
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 50px;
  bottom: 50px;
  right: 50px;
  background-color: white;
  overflow: scroll;
  display: none;
  font-size: 14px;
  box-shadow: 0 0 20px black;
}
#page.static {
  position: fixed;
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  pointer-events: none;
}
.frontendmenu {
  position: fixed;
  z-index: 1001;
  padding-left: 10px;
}
.frontendmenu .button,
.frontendmenu a.button {
  background-color: rgba(243, 211, 27, 0.4);
  color: white;
  display: inline-block;
  padding: 4px;
  font-size: 12px;
  margin: 2px;
  text-decoration: none;
}
.frontendmenu .button:hover,
.frontendmenu a.button:hover {
  background-color: rgba(243, 211, 27, 0.8);
}
.frontendmenu .button.inactive,
.frontendmenu a.button.inactive {
  background-color: rgba(128, 128, 128, 0.4);
}
.frontendmenu .off {
  display: none;
}
