.material-icons {
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: 'Material Icons'; }

.md-button:not(.md-icon-button):not(.md-fab) {
  margin: 0;
  padding: 0 12px; }

md-menu-content {
  padding: 4px 0; }

md-menu-item {
  min-height: 32px;
  height: 32px; }
  md-menu-item .md-button {
    line-height: 32px;
    min-height: 32px;
    font-size: 14px; }

md-icon {
  min-width: 0;
  min-height: 0; }

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

code {
  font-family: 'Roboto Mono', monospace; }

body.no-transitions * {
  transition: none !important; }

ng-view,
main {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: rgba(0, 0, 0, 0.87); }

.studio-canvas:not(.preview-mode) {
  background-color: #263238; }
  .studio-canvas:not(.preview-mode) .canvas-container {
    position: relative; }
  .studio-canvas:not(.preview-mode) .canvas-ruler {
    position: absolute; }
  .studio-canvas:not(.preview-mode) .canvas-ruler.orientation-horizontal {
    left: -12px;
    width: calc(100% + 24px);
    top: -32px;
    height: 32px; }
  .studio-canvas:not(.preview-mode) .canvas-ruler.orientation-vertical {
    top: -12px;
    height: calc(100% + 24px);
    left: -32px;
    width: 32px; }
  .studio-canvas:not(.preview-mode) .rendering-canvas {
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12); }

.file-drop-target.is-dragging-over::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  -webkit-animation: pulsate-color .66s ease 0s infinite;
          animation: pulsate-color .66s ease 0s infinite;
  background-color: rgba(30, 136, 229, 0.5);
  box-shadow: 0 0 0 8px #1e88e5 inset;
  pointer-events: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

@-webkit-keyframes pulsate-color {
  0% {
    opacity: .5; }
  50% {
    opacity: 1; }
  100% {
    opacity: .5; } }

@keyframes pulsate-color {
  0% {
    opacity: .5; }
  50% {
    opacity: 1; }
  100% {
    opacity: .5; } }

.file-open-proxy {
  position: relative; }
  .file-open-proxy input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer; }
  .file-open-proxy ::-webkit-file-upload-button {
    cursor: pointer; }

.studio-layer-timeline {
  background-color: #fff;
  height: 300px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  z-index: 1;
  position: relative; }
  .studio-layer-timeline ul {
    margin: 0;
    padding: 0; }
  .studio-layer-timeline li {
    list-style: none; }
  .studio-layer-timeline .slt-layers-list,
  .studio-layer-timeline .slt-timeline-animation-rows {
    padding: 8px 0; }
  .studio-layer-timeline .slt-layer {
    box-sizing: border-box;
    line-height: 20px;
    height: 20px; }
  .studio-layer-timeline .slt-property {
    line-height: 24px;
    height: 24px; }
  .studio-layer-timeline .slt-properties {
    margin: 4px 0; }
    .studio-layer-timeline .slt-properties:empty {
      display: none; }
  .studio-layer-timeline .slt-layers {
    width: 300px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 3;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .studio-layer-timeline .slt-layers md-icon {
      width: 16px;
      height: 16px;
      font-size: 16px; }
    .studio-layer-timeline .slt-layers .slt-layers-list-scroller {
      position: relative;
      overflow-x: hidden;
      overflow-y: auto;
      -ms-overflow-style: none; }
      .studio-layer-timeline .slt-layers .slt-layers-list-scroller::-webkit-scrollbar {
        display: none; }
    .studio-layer-timeline .slt-layers .slt-layers-list {
      padding-left: 8px; }
    .studio-layer-timeline .slt-layers .slt-children {
      padding: 0;
      margin: 0 0 0 20px; }
    .studio-layer-timeline .slt-layers .slt-layer {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 2px;
      font-size: 12px;
      cursor: pointer;
      color: rgba(0, 0, 0, 0.54);
      outline: none;
      border-radius: 2px 0 0 2px; }
      .studio-layer-timeline .slt-layers .slt-layer:focus {
        box-shadow: 0 0 0 1px #42a5f5 inset; }
      .studio-layer-timeline .slt-layers .slt-layer.is-selected {
        background-color: #1976d2;
        box-shadow: none; }
        .studio-layer-timeline .slt-layers .slt-layer.is-selected,
        .studio-layer-timeline .slt-layers .slt-layer.is-selected md-icon {
          color: #fff; }
      .studio-layer-timeline .slt-layers .slt-layer md-icon {
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin-right: 4px; }
    .studio-layer-timeline .slt-layers .slt-layer:hover .slt-layer-action-button,
    .studio-layer-timeline .slt-layers .slt-layer.is-selected .slt-layer-action-button {
      opacity: 1; }
    .studio-layer-timeline .slt-layers .slt-layer-expanded-toggle {
      margin: 0;
      padding: 2px;
      height: 20px;
      width: 20px;
      line-height: 16px;
      min-height: 20px;
      visibility: hidden; }
      .studio-layer-timeline .slt-layers .slt-layer-expanded-toggle md-icon {
        vertical-align: top; }
      .studio-layer-timeline .slt-layers .slt-layer-expanded-toggle.is-visible {
        visibility: visible; }
    .studio-layer-timeline .slt-layers .slt-layer-id {
      -webkit-flex: 1 1 0;
          -ms-flex: 1 1 0px;
              flex: 1 1 0;
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis; }
    .studio-layer-timeline .slt-layers .slt-layer-add-property-menu {
      padding: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .studio-layer-timeline .slt-layers .slt-layer-action-button {
      margin: 0;
      padding: 2px;
      height: 20px;
      width: 20px;
      line-height: 16px;
      min-height: 20px;
      opacity: .2; }
      .studio-layer-timeline .slt-layers .slt-layer-action-button md-icon {
        vertical-align: top; }
    .studio-layer-timeline .slt-layers md-menu {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .studio-layer-timeline .slt-layers .slt-layer-more-actions {
      opacity: 0; }
    .studio-layer-timeline .slt-layers .slt-layer-visibility-toggle.is-checked {
      opacity: 0; }
    .studio-layer-timeline .slt-layers .slt-layer-visibility-toggle:not(.is-checked) {
      opacity: .7; }
    .studio-layer-timeline .slt-layers .slt-layer-type-group {
      font-weight: 500; }
    .studio-layer-timeline .slt-layers .slt-properties {
      margin-left: 40px;
      margin-right: -2px;
      padding-right: 2px;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12) inset;
      border-radius: 2px; }
    .studio-layer-timeline .slt-layers .slt-property {
      color: rgba(0, 0, 0, 0.54);
      padding-left: 8px;
      font-size: 12px; }
      .studio-layer-timeline .slt-layers .slt-property:not(:last-child) {
        box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12) inset; }
      .studio-layer-timeline .slt-layers .slt-property .slt-property-name {
        -webkit-flex: 1 1 0;
            -ms-flex: 1 1 0px;
                flex: 1 1 0;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis; }
      .studio-layer-timeline .slt-layers .slt-property .md-button {
        margin: 0;
        padding: 2px;
        height: 20px;
        width: 20px;
        line-height: 16px;
        min-height: 20px;
        margin: 2px; }
        .studio-layer-timeline .slt-layers .slt-property .md-button md-icon {
          vertical-align: top; }
      .studio-layer-timeline .slt-layers .slt-property md-icon {
        color: rgba(0, 0, 0, 0.38); }
    .studio-layer-timeline .slt-layers .slt-header {
      padding: 0 0 0 4px;
      overflow: hidden; }
      .studio-layer-timeline .slt-layers .slt-header .slt-layers-menu-group-button {
        position: relative;
        border: 0;
        height: 40px;
        font-size: 12px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.54);
        line-height: 40px;
        padding: 0 8px 0 8px;
        margin: 0;
        outline: 0;
        background-color: transparent; }
        .studio-layer-timeline .slt-layers .slt-header .slt-layers-menu-group-button:focus {
          background-color: rgba(0, 0, 0, 0.08); }
      .studio-layer-timeline .slt-layers .slt-header md-menu {
        padding: 0; }
        .studio-layer-timeline .slt-layers .slt-header md-menu .md-icon-button {
          margin: 0; }
        .studio-layer-timeline .slt-layers .slt-header md-menu md-icon {
          vertical-align: top; }
    .studio-layer-timeline .slt-layers .slt-layers-list-drag-indicator {
      position: absolute;
      height: 2px;
      left: 0;
      right: 0;
      margin-top: -1px;
      background-color: #42a5f5;
      pointer-events: none; }
      .studio-layer-timeline .slt-layers .slt-layers-list-drag-indicator::before {
        position: absolute;
        content: '';
        left: -4px;
        top: -3px;
        height: 8px;
        width: 8px;
        background-color: #42a5f5;
        border-radius: 50%; }
  .studio-layer-timeline .slt-layers-empty {
    padding: 32px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.38); }
  .studio-layer-timeline .slt-timeline {
    background-color: #e0e0e0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: default;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .studio-layer-timeline .slt-timeline .slt-timeline-animation-scroller {
      position: relative;
      overflow-x: hidden;
      overflow-y: auto;
      -ms-overflow-style: none; }
      .studio-layer-timeline .slt-timeline .slt-timeline-animation-scroller::-webkit-scrollbar {
        display: none; }
    .studio-layer-timeline .slt-timeline .slt-timeline-animation {
      position: relative;
      background-color: #f5f5f5;
      margin-left: 4px;
      box-sizing: content-box;
      width: 100px;
      overflow: hidden;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      box-shadow: 4px 0 0 #9e9e9e, -4px 0 0 #9e9e9e;
      opacity: .5; }
      .studio-layer-timeline .slt-timeline .slt-timeline-animation.is-active {
        opacity: 1; }
    .studio-layer-timeline .slt-timeline .slt-timeline-animation-rows {
      padding-left: 20px;
      padding-right: 20px; }
    .studio-layer-timeline .slt-timeline .slt-timeline-animation-new-container {
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 128px;
      margin: 24px; }
    .studio-layer-timeline .slt-timeline .slt-timeline-animation-new {
      color: rgba(0, 0, 0, 0.54);
      cursor: pointer;
      padding: 8px 12px;
      outline: 0; }
      .studio-layer-timeline .slt-timeline .slt-timeline-animation-new md-icon {
        width: 24px;
        height: 24px;
        box-sizing: content-box;
        margin-bottom: 4px; }
      .studio-layer-timeline .slt-timeline .slt-timeline-animation-new span {
        font-size: 12px;
        text-transform: none;
        letter-spacing: 0;
        line-height: 16px;
        font-weight: 500;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
    .studio-layer-timeline .slt-timeline .slt-properties {
      background-color: #fff;
      border-radius: 2px;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12) inset; }
    .studio-layer-timeline .slt-timeline .slt-property {
      position: relative; }
      .studio-layer-timeline .slt-timeline .slt-property:not(:last-child) {
        box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12) inset; }
    .studio-layer-timeline .slt-timeline .slt-timeline-block {
      position: absolute;
      background-color: #9e9e9e;
      height: 12px;
      border-radius: 6px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      outline: 0;
      cursor: pointer; }
      .studio-layer-timeline .slt-timeline .slt-timeline-block .slt-timeline-block-edge {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 6px;
        cursor: ew-resize; }
      .studio-layer-timeline .slt-timeline .slt-timeline-block .slt-timeline-block-edge-start {
        left: 0; }
      .studio-layer-timeline .slt-timeline .slt-timeline-block .slt-timeline-block-edge-end {
        right: 0; }
    .studio-layer-timeline .slt-timeline .slt-timeline-animation.is-active .slt-timeline-block {
      background-color: #a5d6a7; }
      .studio-layer-timeline .slt-timeline .slt-timeline-animation.is-active .slt-timeline-block.is-selected {
        background-color: #2196f3; }
    .studio-layer-timeline .slt-timeline .slt-timeline-grid {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 1; }
    .studio-layer-timeline .slt-timeline .slt-header {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0; }
      .studio-layer-timeline .slt-timeline .slt-header .slt-timeline-animation-meta {
        height: 16px;
        line-height: 16px;
        margin: 2px -4px;
        padding: 0 4px;
        border-radius: 2px;
        cursor: pointer;
        outline: 0;
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; }
        .studio-layer-timeline .slt-timeline .slt-header .slt-timeline-animation-meta.is-selected,
        .studio-layer-timeline .slt-timeline .slt-header .slt-timeline-animation-meta.is-selected .slt-timeline-animation-name {
          background-color: #1976d2;
          color: white; }
      .studio-layer-timeline .slt-timeline .slt-header .slt-timeline-animation-name {
        color: rgba(0, 0, 0, 0.87);
        margin-right: 4px;
        font-weight: 500; }
      .studio-layer-timeline .slt-timeline .slt-header .slt-timeline-header-grid {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 50%;
        z-index: 1;
        cursor: pointer; }
  .studio-layer-timeline .slt-header {
    position: relative;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 40px;
    box-sizing: border-box;
    width: 100%;
    background-color: #f5f5f5;
    font-size: 12px;
    line-height: 40px;
    color: #616161;
    padding: 0 16px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
    z-index: 2; }

.studio-property-inspector {
  background-color: #eeeeee;
  width: 320px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  position: relative; }
  .studio-property-inspector .spi-header {
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 16px; }
    .studio-property-inspector .spi-header .spi-selection-icon {
      color: rgba(0, 0, 0, 0.54);
      margin-right: 12px;
      width: 32px;
      height: 32px; }
    .studio-property-inspector .spi-header .spi-selection-description-container {
      padding: 4px 0; }
    .studio-property-inspector .spi-header .spi-selection-description {
      color: rgba(0, 0, 0, 0.87);
      font-weight: 500;
      font-size: 20px;
      line-height: 24px; }
    .studio-property-inspector .spi-header .spi-selection-sub-description {
      color: rgba(0, 0, 0, 0.54);
      font-size: 14px;
      line-height: 20px; }
      .studio-property-inspector .spi-header .spi-selection-sub-description:empty {
        display: none; }
  .studio-property-inspector .spi-body {
    overflow-y: auto;
    padding: 8px 0; }
    .studio-property-inspector .spi-body .spi-property {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 4px 16px;
      min-height: 24px; }
    .studio-property-inspector .spi-body .spi-property-name {
      font-size: 14px;
      line-height: 24px;
      -webkit-flex: 1 1 0;
          -ms-flex: 1 1 0px;
              flex: 1 1 0;
      color: rgba(0, 0, 0, 0.54); }
    .studio-property-inspector .spi-body .spi-property-value {
      -webkit-flex: 2 1 0;
          -ms-flex: 2 1 0px;
              flex: 2 1 0;
      min-width: 0;
      font-size: 14px;
      line-height: 24px; }
    .studio-property-inspector .spi-body .spi-property-value-static,
    .studio-property-inspector .spi-body .spi-property-value-editor input,
    .studio-property-inspector .spi-body .spi-property-value-menu-target {
      border: 0;
      border-radius: 2px;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12) inset;
      font-size: 14px;
      line-height: 20px;
      height: 24px;
      box-sizing: border-box;
      padding: 2px 6px;
      outline: 0; }
    .studio-property-inspector .spi-body .spi-property-value-static {
      overflow-x: scroll;
      white-space: nowrap;
      overflow-y: hidden;
      -ms-overflow-style: none;
      -webkit-user-select: all;
         -moz-user-select: all;
          -ms-user-select: all;
              user-select: all;
      cursor: text; }
      .studio-property-inspector .spi-body .spi-property-value-static::-webkit-scrollbar {
        display: none; }
    .studio-property-inspector .spi-body .spi-property-value-editor input,
    .studio-property-inspector .spi-body .spi-property-value-menu-target {
      background-color: #fff; }
      .studio-property-inspector .spi-body .spi-property-value-editor input:focus,
      .studio-property-inspector .spi-body .spi-property-value-menu-target:focus {
        box-shadow: 0 0 0 1px #42a5f5 inset; }
    .studio-property-inspector .spi-body .spi-property-value-menu {
      margin: 0;
      padding: 0; }
    .studio-property-inspector .spi-body .spi-property-value-menu-target {
      border: 0;
      text-align: left;
      position: relative;
      padding-right: 24px; }
      .studio-property-inspector .spi-body .spi-property-value-menu-target::after {
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        display: inline-block;
        width: 1em;
        height: 1em;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-feature-settings: 'liga';
        -moz-font-feature-settings: 'liga';
        font-feature-settings: 'liga';
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        font-family: 'Material Icons';
        content: 'arrow_drop_down';
        position: absolute;
        font-size: 24px;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        color: rgba(0, 0, 0, 0.38); }
    .studio-property-inspector .spi-body .spi-property-value-menu-current-value {
      display: block;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .studio-property-inspector .spi-body .spi-property-color-preview {
      width: 16px;
      height: 16px;
      margin: 4px 8px 4px 4px;
      border-radius: 50%;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12) inset; }
  .studio-property-inspector .spi-empty {
    padding: 32px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.38); }

.studio-splitter {
  position: absolute;
  z-index: 100; }
  .studio-splitter:hover, .studio-splitter.is-dragging {
    background-color: rgba(0, 0, 0, 0.1); }
  .studio-splitter.splt-vertical {
    top: 0;
    bottom: 0;
    width: 4px;
    cursor: col-resize; }
  .studio-splitter.splt-horizontal {
    left: 0;
    right: 0;
    height: 4px;
    cursor: row-resize; }
  .studio-splitter.splt-edge-left {
    left: 0; }
  .studio-splitter.splt-edge-right {
    right: 0; }
  .studio-splitter.splt-edge-top {
    top: 0; }
  .studio-splitter.splt-edge-bottom {
    bottom: 0; }

.page-studio .preview-banner {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
  background-color: #ffcc80;
  color: rgba(191, 54, 12, 0.8);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .page-studio .preview-banner .material-icons {
    font-size: 16px;
    margin-right: 8px;
    color: rgba(216, 67, 21, 0.8); }
  .page-studio .preview-banner a {
    color: #bf360c;
    font-weight: 500; }
  .page-studio .preview-banner .message-text {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .page-studio .preview-banner .version-info {
    background-color: #ffe0b2;
    color: #bf360c;
    font-weight: 500;
    padding: 4px 6px;
    border-radius: 2px; }

.page-studio .canvas-area {
  position: relative; }
  .page-studio .canvas-area .canvas-ruler {
    transition: opacity 0.15s ease, visibility 0s linear 0.15s;
    opacity: 0;
    visibility: hidden; }
  .page-studio .canvas-area:hover .canvas-ruler {
    transition: opacity 0.15s ease;
    opacity: 1;
    visibility: visible; }

.page-studio .floating-canvas-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 16px; }
  .page-studio .floating-canvas-bar .md-fab {
    margin: 0; }

.page-studio .play-pause-icon {
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .page-studio .play-pause-icon::after {
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 504px;
    height: 24px;
    background-size: 504px 24px;
    background-position: 0% 0%;
    background-image: url("../images/pauseplay-white@2x.png");
    -webkit-transform: translateX(-480px);
            transform: translateX(-480px);
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    -webkit-animation-timing-function: steps(20);
            animation-timing-function: steps(20); }
  .page-studio .play-pause-icon.can-animate::after {
    -webkit-animation-name: pauseplay;
            animation-name: pauseplay; }
  .page-studio .play-pause-icon.can-animate.is-playing::after {
    background-image: url("../images/playpause-white@2x.png");
    -webkit-animation-name: playpause;
            animation-name: playpause; }

@-webkit-keyframes playpause {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-480px);
            transform: translateX(-480px); } }

@keyframes playpause {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-480px);
            transform: translateX(-480px); } }

@-webkit-keyframes pauseplay {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-480px);
            transform: translateX(-480px); } }

@keyframes pauseplay {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-480px);
            transform: translateX(-480px); } }

.page-studio .preview-container {
  position: relative; }

.page-studio .close-preview-button {
  margin: 0;
  position: absolute;
  left: 16px;
  top: 16px; }

.page-studio .loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.9); }
