#sbf-ce-tools select {
  color: #000;
}

#sbf-ce-tools .sbf-ce-toolpanel {
  z-index: 1000;
  color: #fff;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  background: #28343cf2;
  border-radius: 5px;
  padding: 12px;
  font-size: 12px;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  position: fixed;
  overflow: hidden;
  box-shadow: 0 0 20px #141414e6, 0 0 40px 20px #ffffff0d;
}

#sbf-ce-tools .sbf-ce-toolpanel.sbf-ce-toolpanel-docked {
  opacity: 0;
  -webkit-transform: translateY(-400px) scale(0);
}

#sbf-ce-tools .sbf-ce-toolpanel .sbf-ce-toolpanel-dock {
  z-index: 1;
  color: #fff;
  opacity: .7;
  padding: 2px;
  display: block;
  position: absolute;
  top: 4px;
  right: 10px;
}

#sbf-ce-tools .sbf-ce-toolpanel .sbf-ce-toolpanel-dock:hover {
  opacity: 1;
}

#sbf-ce-tools .sbf-ce-toolpanel, #sbf-ce-tools .sbf-ce-toolpanel ul {
  margin-bottom: 12px;
  font-size: 12px;
  list-style-position: inside;
}

#sbf-ce-tools .sbf-ce-toolpanel h1 {
  letter-spacing: normal;
  margin: 0 0 8px;
  padding: 0;
  font-size: 12px;
  line-height: 1;
}

#sbf-ce-tools .sbf-ce-toolpanel h2 {
  letter-spacing: normal;
  margin: 0 0 8px;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}

#sbf-ce-tools .sbf-ce-toolpanel label {
  border-bottom: none;
  margin-top: 12px;
  margin-bottom: 8px;
  display: block;
}

#sbf-ce-tools .sbf-ce-toolpanel input[type="radio"] + label {
  margin-left: 4px;
  margin-right: 8px;
  display: inline-block;
}

#sbf-ce-tools .sbf-ce-toolpanel [type="checkbox"], #sbf-ce-tools .sbf-ce-toolpanel [type="radio"] {
  clip: none;
  position: relative;
}

#sbf-ce-tools .sbf-ce-toolpanel [type="checkbox"] + label:before, #sbf-ce-tools .sbf-ce-toolpanel [type="radio"] + label:before {
  display: none;
}

#sbf-ce-tools .sbf-ce-toolpanel span.divider {
  border-top: 1px solid #00000059;
  border-bottom: 1px solid #ffffff1a;
  width: 100%;
  height: 2px;
  margin-top: 0;
  margin-bottom: 8px;
  display: inline-block;
}

#sbf-ce-tools #sbf-ce-tools-menu {
  z-index: 1001;
  border-radius: 0;
  height: 55px;
  top: 0;
  left: 0;
  overflow: visible;
}

#sbf-ce-tools #sbf-ce-tools-menu.sbf-ce-toolpanel.sbf-ce-toolpanel-docked {
  opacity: 1;
  transform: none;
  display: block !important;
}

#sbf-ce-tools #sbf-ce-tools-sections {
  max-height: 60%;
  top: 50px;
  left: 222px;
  overflow: auto;
}

#sbf-ce-tools #sbf-ce-tools-insert {
  top: 50px;
  left: 622px;
}

#sbf-ce-tools #sbf-ce-tools-properties {
  top: 300px;
  left: 60px;
}

#sbf-ce-tools #sbf-ce-tools-markup {
  top: 200px;
  left: 200px;
}

#sbf-ce-tools #sbf-ce-tools-meta {
  width: auto;
  height: auto;
  top: 200px;
  left: 200px;
}

#sbf-ce-tools .sbf-ce-button, #sbf-ce-tools #sbf-ce-tools-sections > ul > li {
  text-align: center;
  background-color: #ffffff1a;
  border: none;
  border-radius: 4px;
  margin-bottom: 4px;
  padding: 2px 8px 1px;
  box-shadow: 0 -1px #fff3, 0 1px #0000004d;
}

#sbf-ce-tools button, #sbf-ce-tools a {
  color: #fff;
  border-bottom: none;
  text-decoration: none;
}

#sbf-ce-tools a:hover {
  color: #ddd;
}

#sbf-ce-tools .sbf-ce-button {
  text-transform: uppercase;
  text-shadow: none;
  background-image: none;
  padding: 8px 16px;
  font-weight: 800;
  line-height: 1;
  display: inline-block;
  overflow: visible;
}

#sbf-ce-tools .sbf-ce-button .icon-down {
  font-size: .7em;
}

#sbf-ce-tools .sbf-ce-dropdown-menu {
  text-align: left;
  background-color: #1d282ffa;
  border-radius: 4px;
  margin-top: 8px;
  padding: 10px;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 0 20px #141414e6, 0 0 40px 20px #ffffff0d;
}

#sbf-ce-tools .sbf-ce-button.active .sbf-ce-dropdown-menu {
  display: block;
}

#sbf-ce-tools .sbf-ce-button .sbf-ce-dropdown-menu li {
  list-style: none;
}

#sbf-ce-tools .sbf-ce-dropdown-menu a {
  text-transform: none;
  border-bottom: none;
  padding: 4px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

#sbf-ce-tools .sbf-ce-button:hover, #sbf-ce-tools #sbf-ce-tools-sections > ul > li:hover {
  background-color: #ffffff26;
}

#sbf-ce-tools #sbf-ce-tools-sections > ul > li:last-child {
  margin-bottom: 0;
}

#sbf-ce-tools .sbf-ce-button:active, #sbf-ce-tools .sbf-ce-button.active, #sbf-ce-tools #sbf-ce-tools-sections > ul > li.selected {
  background-color: #0000001a;
  box-shadow: inset 0 1px 2px #000000f2, 0 1px #fff3;
}

#sbf-ce-tools-properties-formatting .sbf-ce-button {
  width: 40px;
  height: 32px;
}

#sbf-ce-tools #sbf-ce-tools-sections > ul {
  margin-bottom: 0;
  margin-left: 0;
}

#sbf-ce-tools #sbf-ce-tools-sections > ul > li {
  text-align: left;
  list-style: none;
}

#sbf-ce-tools #sbf-ce-tools-sections li.sbf-ce-tools-section-element-selector {
  padding: 0 4px;
  line-height: 1;
}

#sbf-ce-tools #sbf-ce-tools-sections li.sbf-ce-tools-section-element-selector > span.node-name {
  border-radius: 4px;
  padding: 8px;
  display: block;
}

#sbf-ce-tools #sbf-ce-tools-sections li.sbf-ce-tools-section-element-selector.selected > span.node-name {
  background-color: #3388ca;
}

#sbf-ce-tools #sbf-ce-tools-markup textarea {
  color: #eee8d5;
  white-space: nowrap;
  background-color: #00121bb3;
  border: none;
  border-radius: 5px;
  width: 560px;
  height: 311px;
  min-height: 150px;
  margin-bottom: 8px;
  font-family: monaco, menlo, monospace;
  line-height: 1.3;
  overflow: auto;
  box-shadow: inset 0 1px 2px #000000f2, 0 2px 1px #ffffff0d;
}

#sbf-ce-tools-meta label span {
  width: 120px;
  display: inline-block;
}

#sbf-ce-tools-meta label {
  margin-right: 12px;
  display: inline-block;
}

#sbf-ce-tools input[type="text"], #sbf-ce-tools input[type="url"], #sbf-ce-tools-meta input, #sbf-ce-tools-meta textarea {
  color: #353535;
  height: auto;
  padding: 2px 4px;
  font-weight: 400;
  line-height: 1.3;
}

#sbf-ce-tools-meta textarea {
  height: 54px;
}

#sbf-ce-tools-meta input:focus {
  box-shadow: none;
}

.sbf-meta-tag-fieldset {
  -o-transition: all .3s ease-out .2s;
  opacity: 1;
  max-height: 100em;
  transition: all .3s ease-out .2s;
}

.sbf-ce-meta-tag-hidden {
  opacity: 0;
  max-height: 0;
  transform: translateX(-150%);
}

.sbf-ce-hasdragged {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

body.sbf-ce-editor .sbf-ce-section {
  outline-offset: 2px;
  outline: 1px dotted #ddd;
}

body.sbf-ce-editor .sbf-ce-section:before {
  outline-offset: 1px;
  outline: 1px dotted #353535;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

body.sbf-ce-editor .sbf-ce-section:focus {
  outline-width: 2px;
}

body.sbf-ce-editor .sbf-ce-section-container-inline .sbf-ce-section {
  display: inline;
}

#sbf-ce-tools-spinner {
  color: #fff;
  vertical-align: middle;
  opacity: 0;
  -o-transition: opacity .2s;
  margin-left: 14px;
  font-size: 22px;
  line-height: 1;
  transition: opacity .2s;
  display: inline-block;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-30px);
  }

  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.bounce {
  animation-name: bounce;
}

.sbf-ce-tools-page-last-updated {
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 999;
  background: #28343cf2;
  border-radius: 0;
  padding: 10px 12px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 0 20px #141414e6, 0 0 40px 20px #ffffff0d;
}

@media (min-width: 830px) {
  .sbf-ce-tools-page-last-updated {
    z-index: 1001;
  }
}
