#editorModal {
  padding: 0 !important;
  overflow-y: hidden;
}

#editorModal .modal-content {
  height: 100%;
  border-radius: 0;
}

#editorModal .modal-dialog {
  margin: 0 auto;
  width: 100%;
}

#editorModal .documentOptions {
  display: none;
}

.editorPanel {
  min-height: 64px;
  background: #fff;
  border-bottom: 1px solid #000;
}

.editorOptions {
  padding: 15px 0;
}

.editorOptions .btn-secondary {
  background-color: #999;
}

.editorOptions .input-group-addon {
  min-width: 125px;
}

.editorOptions p {
  font-size: 1.1em;
  margin: 0;
  height: 34px;
  line-height: 34px;
  font-weight: bold;
}

.editorOptions .form-group {
  margin-right: 15px;
}

.editorOptions .form-control {
  min-width: 180px;
}

.editorOptions h1 {
  font-size: 1em;
  color: #a9a9a9;
  margin: 0;
  padding: 0;
}

.editorControls p {
  padding-top: 1em;
}

.editorControls .glyphicon {
  color: #999;
  padding-right: 0.2em;
}

.editorControls .glyphicon:hover {
  color: #777;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  z-index: 1;
  -webkit-transition: border .5s, -webkit-transform .5s;
  transition: border .5s, -webkit-transform .5s;
  transition: transform .5s, border .5s;
  transition: transform .5s, border .5s, -webkit-transform .5s;
  -webkit-transition: -webkit-transform .5s, border .5s;
  -moz-transition: -moz-transform .5s, border .5s;
}

.editorDetails {
  padding-top: 0.8em;
}

.editorDetails p {
  font-size: 1.2em;
}

.editorTop {
  padding-bottom: 15px;
}

#editorFrame, #uploadFrame {
  width: 100%;
  height: calc(100vh - 64px);
  border: none;
  background-color: #323232;
}

#uploadFrame #uploadBtn {
  width: 20%;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 10%);
}

.editorWindow {
  overflow-y: hidden;
}

.divider {
  position: absolute;
  left: 50%;
  top: 10%;
  bottom: 10%;
  border-left: 1px solid white;
}
/*# sourceMappingURL=editor.css.map */