.focus-builder .website-preview .viewport-switcher {
  position: absolute;
  left: 0;
  top: 75px;
  z-index: 1025;
}
.focus-builder .website-preview .viewport-switcher .btn-viewport {
  height: 50px;
  width: 50px;
  display: table;
}
.focus-builder .website-preview .viewport-switcher .btn-viewport i {
  display: table-cell;
  vertical-align: middle;
}
.focus-builder .website-preview .website-placeholder {
  z-index: 1020;
  margin-top: 10%;
}
.focus-builder #websiteScreenshot {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.focus-builder #websiteScreenshot .screenshot-container {
  overflow: hidden;
}
.focus-builder #websiteScreenshot.css-device .screenshot-container {
  height: 392px;
}
.builder-panel-focus {
  overflow-y: scroll;
}
.builder-panel-focus #focusFormContent {
  min-height: 1000px;
}
.builder-panel-focus .panel-title a {
  display: block;
}
.builder-panel-focus .nav > li > a {
  padding: 8px 16px;
}
.builder-panel-focus .focus-hide {
  display: none;
}
.builder-panel-focus .focus-style.list-group-item,
.builder-panel-focus .focus-type.list-group-item {
  background-color: #f5f5f5;
  color: #555555;
  cursor: pointer;
}
.builder-panel-focus .focus-style.list-group-item:not(.focus-active):not(.focus-hover) i.fa,
.builder-panel-focus .focus-type.list-group-item:not(.focus-active):not(.focus-hover) i.fa {
  color: #8393a2 !important;
}
.builder-panel-focus .focus-active,
.builder-panel-focus .focus-hover {
  background-color: #ffffff !important;
}
.builder-panel-focus .focus-type-form .visible-focus-type-form {
  display: block !important;
}
.builder-panel-focus .focus-type-form .hidden-focus-type-form {
  display: none !important;
}
.builder-panel-focus .focus-type-notice .visible-focus-type-notice {
  display: inherit !important;
}
.builder-panel-focus .focus-type-notice .hidden-focus-type-notice {
  display: none !important;
}
.builder-panel-focus .focus-type-link .visible-focus-type-link {
  display: inherit !important;
}
.builder-panel-focus .focus-type-link .hidden-focus-type-link {
  display: none !important;
}
.builder-panel-focus .focus-type-all .focus-type {
  display: block !important;
}
.builder-panel-focus .focus-type-all .visible-focus-type-all {
  display: inherit !important;
}
.builder-panel-focus .focus-type-all .hidden-focus-type-all {
  display: none !important;
}
.builder-panel-focus .focus-style-bar .visible-focus-style-bar {
  display: block !important;
}
.builder-panel-focus .focus-style-bar .hidden-focus-style-bar {
  display: none !important;
}
.builder-panel-focus .focus-style-modal .visible-focus-style-modal {
  display: inherit !important;
}
.builder-panel-focus .focus-style-modal .hidden-focus-style-modal {
  display: none !important;
}
.builder-panel-focus .focus-style-notification .visible-focus-style-notification {
  display: inherit !important;
}
.builder-panel-focus .focus-style-notification .hidden-focus-style-notification {
  display: none !important;
}
.builder-panel-focus .focus-style-page .visible-focus-style-page {
  display: inherit !important;
}
.builder-panel-focus .focus-style-page .hidden-focus-style-page {
  display: none !important;
}
.builder-panel-focus .focus-style-all .focus-style {
  display: block !important;
}
.builder-panel-focus .focus-style-all .visible-focus-style-all {
  display: inherit !important;
}
.builder-panel-focus .focus-style-all .hidden-focus-style-all {
  display: none !important;
}
.builder-panel-focus .label-site-color {
  width: 25px;
  height: 10px;
  display: block;
  float: left;
  margin-right: 3px;
  cursor: hand;
}
/* =============================================================================
  https://github.com/callmenick/CSS-Device-Mockups
  Licensed under the MIT license.
  Copyright 2014, Call Me Nick.

  COMMON STUFF FOR CSS DEVICES
============================================================================= */
.css-device {
  position: relative;
  margin: 0 auto;
}
.css-device__image {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
/* =============================================================================
  MOBILE
============================================================================= */
.css-device--mobile {
  width: 270px;
  height: 500px;
  border-top: solid 24px #ddd;
  border-left: solid 12px #ddd;
  border-right: solid 12px #ddd;
  border-bottom: solid 48px #ddd;
  border-radius: 12px;
}
.css-device--mobile::before {
  display: block;
  position: absolute;
  top: 12px;
  left: -14px;
  width: 2px;
  height: 12px;
  background-color: #bbb;
  box-shadow: 0 0 0 0 #bbb, 0 24px 0 0 #bbb;
  border-radius: 2px 0 0 2px;
  content: "";
}
.css-device--mobile::after {
  display: block;
  position: absolute;
  bottom: -36px;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  background-color: #bbb;
  border-radius: 12px;
  content: "";
}
@media all and (min-width: 720px) {
  .css-device--mobile {
    width: 270px;
    border-top: solid 36px #ddd;
    border-left: solid 18px #ddd;
    border-right: solid 18px #ddd;
    border-bottom: solid 72px #ddd;
    border-radius: 18px;
  }
  .css-device--mobile::before {
    top: 18px;
    left: -21px;
    width: 3px;
    height: 18px;
    background-color: #bbb;
    box-shadow: 0 0 0 0 #bbb, 0 36px 0 0 #bbb;
    border-radius: 3px 0 0 3px;
    content: "";
  }
  .css-device--mobile::after {
    bottom: -54px;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    content: "";
  }
}
.focus-builder .website-preview .website-placeholder.has-error input,
.focus-builder .website-preview .website-placeholder.has-error button {
  border-color: #a94442;
}
#websiteScreenshot.mobile .screenshot-container {
  position: absolute;
  left: 50%;
  width: 320px;
  margin: 0px;
  margin-top: 20px;
}
#websiteScreenshot.mobile .preview-body,
#websiteScreenshot.mobile #websiteCanvas {
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  left: -50%;
  width: 320px;
  height: 568px;
}
#websiteScreenshot.mobile #websiteCanvas {
  z-index: 0;
  border: 1px solid #000;
}
#websiteScreenshot.mobile #websiteCanvas iframe {
  height: 100%;
  width: 320px;
  border: 0;
}
