#czr-customize-content_editor-pane {
  border-top: solid 1px #ddd;
  position: absolute;
  height: 300px;
  bottom: -301px;
  right: 0;
  left: 0;
  z-index: 20;
  background: #f1f1f1;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  visibility: hidden;
}
body.czr-customize-content_editor-pane-resize #customize-preview,
body.czr-customize-content_editor-pane-resize #czr-customize-content_editor-pane {
  -webkit-transition: none;
  transition: none;
}
body.mce-fullscreen.czr-customize-content_editor-pane-open #czr-customize-content_editor-pane {
  top: 0;
}
body.czr-customize-content_editor-pane-open #czr-customize-content_editor-pane {
  bottom: 0;
  visibility: inherit;
}
#czr-customize-content_editor-pane .wp-editor-tools {
  padding-top: 5px;
  padding-right: 10px;
}
#czr-customize-content_editor-pane .wp-media-buttons {
  padding-left: 5px;
}
#customize-preview {
  height: auto;
}
body.czr-customize-content_editor-pane-open #customize-preview {
  bottom: 300px;
}
body.mce-fullscreen #customize-preview {
  bottom: 0;
}
body.mce-fullscreen.czr-customize-content_editor-pane-open div.mce-fullscreen {
  position: relative;
  left: 0;
}
#wp-czr-customize-content_editor-container {
  border-left: 0;
}
/* vertical resize bar */
#czr-customize-content_editor-dragbar {
  top: 0;
  cursor: row-resize;
  display: block;
  height: 4px;
  position: absolute;
  width: 100%;
  z-index: 21;
}
body.czr-customize-content_editor-pane-resize #customize-preview:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 999999;
}
/* @todo Mobile support for rich text editor */
.wp-customizer .ui-autocomplete.wplink-autocomplete {
  z-index: 500110; /* originally 100110, but z-index of .wp-full-overlay is 500000 */
}
.wp-customizer #wp-link-wrap {
  z-index: 500105; /* originally 100105, but z-index of .wp-full-overlay is 500000 */
}
.wp-customizer #wp_editbtns,
.wp-customizer #wp_gallerybtns {
  z-index: 500020; /* originally 100020, but z-index of .wp-full-overlay is 500000 */
}
.wp-customizer #TB_overlay,
.wp-customizer #TB_window {
  z-index: 500050;
}
.wp-customizer .mce-panel,
.wp-customizer .mce-tooltip {
  z-index: 500100 !important; /* originally 100100, but z-index of .wp-full-overlay is 500000 */
}
.czr-customize-content_editor-pane-open .wp-full-overlay.collapsed .wp-full-overlay-sidebar {
  z-index: 30;
}
.czr-customize-content_editor-pane-open .wp-full-overlay.collapsed .collapse-sidebar {
  bottom: 308px;
}
.czr-customize-content_editor-pane-open .wp-full-overlay.expanded .collapse-sidebar {
  bottom: 0 !important;
}
.czr-customize-content_editor-pane-resize .wp-full-overlay.collapsed .collapse-sidebar {
  -webkit-transition: none;
  transition: none;
}
.czr-customize-content_editor-pane-open.mce-fullscreen .wp-full-overlay.collapsed .collapse-sidebar {
  bottom: 8px !important;
}