@media (min-width: 768px) {
  .rvd-skin-admin .header {
    height: 63px;
  }
  /* Make main menu fixed to page */
  .rvd-skin-admin .rvdb-editor-container {
    position: fixed;
    top: 63px;
    width: 100%;
    left: 0;
    padding-left: 80px;
  }
  .rvd-skin-admin.dnn8.authenticated .rvdb-editor-container {
    top: 113px;
    padding-left: 0;
  }
  .rvd-skin-admin .container-fixed {
    max-width: 720px;
    margin: 0 auto;
    border-top: solid 1px #eee;
  }
}
@media (min-width: 992px) {
  .rvd-skin-admin .container-fixed {
    max-width: 960px;
    margin: 0 auto;
    border-top: solid 1px #eee;
  }
}
@media (min-width: 1200px) {
  .rvd-skin-admin .container-fixed {
    max-width: 1200px;
    margin: 0 auto;
    border-top: solid 1px #eee;
  }
}
/* Make default view panel larger */
.rvdb-editor-container .gjs-cv-canvas {
  width: 80%;
}
.rvdb-editor-container .gjs-pn-options {
  right: 20%;
}
.rvdb-editor-container .gjs-pn-views {
  width: 20%;
}
.rvdb-editor-container .gjs-pn-views-container {
  width: 20%;
}
/* Colors */
.rvdb-editor-container .gjs-one-bg {
  background-color: #0e2936;
}
.rvdb-editor-container .gjs-two-color {
  color: #aaa;
}
.rvdb-editor-container .gjs-three-color {
  color: white;
}
.rvdb-editor-container .gjs-four-color {
  color: white;
}
.rvdb-editor-container .gjs-block {
  font-weight: bold;
}
.rvdb-editor-container .gjs-layer-name {
  line-height: 10px;
}
.rvdb-editor-container .gjs-devices-c {
  padding: 0;
}
.rvdb-editor-container .gjs-clm-tag-status,
.gjs-clm-tag-close {
  height: auto;
}
/* Label sizes */
.rvdb-editor-container .gjs-editor div,
.rvdb-editor-container .gjs-editor span {
  font-size: 10px;
}
.rvdb-editor-container .gjs-editor .gjs-pn-btn {
  font-size: 16px;
}
.rvdb-editor-container .gjs-editor .gjs-toolbar-item {
  font-size: 12px;
}
.rvdb-editor-container .gjs-editor label {
  margin-bottom: 0;
}
.rvdb-editor-container .gjs-editor .gjs-clm-tag,
.rvdb-editor-container .gjs-editor .gjs-radio-item-label {
  padding: 2px;
}
/* Make selected object label larger */
.rvdb-editor-container .gjs-editor .gjs-clm-label-sel {
  display: none;
}
.rvdb-editor-container .gjs-editor .gjs-clm-sels span {
  font-size: 16px;
}
.rvdb-editor-container .gjs-editor span.gjs-clm-sel-id {
  font-size: 12px;
  float: right;
}
.rvdb-editor-container .gjs-editor .gjs-layer-caret,
.rvdb-editor-container .gjs-editor .gjs-layer-count {
  font-size: 9px;
  top: 2px;
}
.rvdb-editor-container .gjs-mdl-container {
  font-size: 10px;
}
/* Block icons */
.rvdb-editor-container .gjs-block svg,
.rvdb-editor-container .gjs-block img {
  height: 36px;
  margin-bottom: 10px;
  margin-top: 10px;
  pointer-events: none;
}
.rvdb-editor-container .gjs-block.fa {
  font-size: 2em;
}
.rvdb-editor-container .fa.gjs-block:before {
  font-size: 1.5em;
  margin-top: 5px;
}
.rvdb-editor-container .gjs-block.gjs-block-pattern {
  width: 100%;
}
.rvdb-editor-container .gjs-block.gjs-block-pattern img {
  height: auto;
}
/* Make style color picker smaller */
.rvdb-editor-container .sp-picker-container {
  width: 140px;
}
/* Lower zindex of arrows conflicting with color picker */
.rvdb-editor-container .gjs-field-arrows {
  z-index: 9;
}
/* Set min width on RTE editor so that it expands horizontally to prevent hiding content */
.rvdb-editor-container .gjs-rte-toolbar {
  min-width: 400px;
}
/* Make RTE color picker larger */
.rvdb-editor-container .rte-color-picker {
  min-width: 600px;
}
.rvdb-editor-container .rte-color-picker > div {
  width: 18px;
  height: 18px;
  margin: 3px;
  border-radius: 0;
  opacity: 1;
  border: white 1px solid;
}
.rvdb-editor-container .gjs-pn-panel::-webkit-scrollbar {
  width: 8px;
  background: #2e2d2d;
}
.rvdb-editor-container .gjs-pn-panel::-webkit-scrollbar-thumb {
  background: #585757;
}
/* Modal */
.rvdb-editor-container .gjs-mdl-dialog {
  max-width: 1024px;
}
.rvdb-editor-container .gjs-mdl-dialog .k-widget.k-treeview {
  color: white;
  font-size: 12px;
}
/* TUI editor */
.rvdb-editor-container .tui-image-editor-container .tui-image-editor-icpartition {
  margin-top: -10px;
  display: none;
}
/* Replace outdated FontAwesome 4.7 icons with v5 icons */
.fa-square-o:before {
  content: "\f0c8";
}
.fa-map-o:before {
  content: "\f279";
}
.fa-youtube-play:before {
  content: "\f03d";
}
.fa-arrows:before {
  content: "\f0b2";
}
.fa-trash-o:before {
  content: "\f1f8";
}
.fa-repeat:before {
  content: "\f01e";
}
.file-input-button {
  position: relative;
  display: inline-block;
}
.file-input-button input[type="file"] {
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
