/*$body-color: #3E3E3F; // dark grey*/
.button-parent-reference {
  position: relative; }

.cb-flex-editor-button.page-level-3 {
  top: 100px !important; }

/*
.button-parent-reference-page-level3 .cb-flex-editor-button{
    top: 100px;
}*/
button.page-level-1 {
  background-color: #9b4234 !important; }

button.page-level-2 {
  background-color: #747474 !important; }

.dynamic-page-article {
  min-height: 50px; }

.editorContainer {
  background: rgba(0, 0, 0, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 4000;
  display: flex;
  justify-content: center;
  align-items: center; }

@media screen and (max-width: 768px) {
  #controlbar {
    display: none !important; } }

button.cb-flex-editor-button {
  font-family: 'Roboto', sans-serif;
  border: 0px solid #478bbe;
  border-radius: 0px;
  color: #fff;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 14px;
  background-color: #3e73c0;
  line-height: 20px;
  outline: none;
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 900;
  cursor: pointer;
  display: flex;
  align-items: center; }
  button.cb-flex-editor-button svg {
    margin: 5px; }
  button.cb-flex-editor-button span {
    display: none; }
  button.cb-flex-editor-button:hover span {
    display: flex; }

.accordion button.cb-flex-editor-button {
  display: none; }

.accordion .show button.cb-flex-editor-button {
  display: flex; }

.blog-edit-button {
  box-shadow: 0 0 0.3em #0000005c; }

.accordion-body button.media-editor-button.scrolled {
  position: fixed !important;
  top: 140px; }

button.cb-flex-editor-button.article-editor-button {
  position: absolute;
  top: 0px;
  bottom: initial;
  right: 0;
  margin-right: 20px; }

button.cb-flex-editor-button.article-editor-button:not(.media-editor-button) {
  right: 50px;
  z-index: 100; }
  button.cb-flex-editor-button.article-editor-button:not(.media-editor-button) svg {
    margin-bottom: 6px; }

.__EditorWindowDraggableButton {
  top: 0;
  right: auto;
  width: 67px;
  height: 63px;
  background-color: #efebeb;
  background-image: url(../images/icon_move_window.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
  border-left: 1px solid #d0d0d0;
  cursor: move;
  position: relative;
  z-index: 99;
  left: 0; }

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