@keyframes wiggle {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(-20deg); }
  75% {
    transform: rotate(20deg); }
  100% {
    transform: rotate(0deg); } }

.animate-hint {
  animation-name: wiggle;
  animation-duration: 200ms;
  transform-origin: 50% 50%;
  animation-iteration-count: 3; }

body {
  font-family: "Gotham 4r", sans-serif, sans-serif;
  font-weight: normal;
  background-color: #F2F2F2;
  font-weight: normal;
  margin-top: 0; }

h1 {
  font-family: "Gotham 7r", sans-serif, sans-serif;
  font-weight: normal;
  font-size: 140%; }

h2 {
  font-family: "Gotham 5r", sans-serif, sans-serif;
  font-weight: normal; }

a {
  color: #0596CE; }
  a:hover {
    color: #0596CE;
    background: none; }

strong {
  font-family: "Gotham 7r", sans-serif, sans-serif;
  font-weight: normal; }

em {
  font-family: "Gotham 4i", sans-serif, sans-serif;
  font-style: normal; }

strong em,
em strong {
  font-family: "Gotham 7i", sans-serif; }

.clear {
  clear: both; }

html[dir='rtl'] #visualizationColumn {
  right: 0px; }

#visualizationColumn {
  position: relative;
  top: 0px;
  left: 0px;
  overflow: visible; }

#visualizationColumn.centered_embed {
  margin: 0 auto; }

#visualizationColumn.pin_bottom {
  position: absolute;
  bottom: 0px; }
  #visualizationColumn.pin_bottom #belowVisualization {
    position: absolute;
    overflow: auto; }
  #visualizationColumn.pin_bottom.centered_embed {
    position: relative; }

div.droplet-palette-group-header {
  font-family: "Gotham 4r", sans-serif, sans-serif;
  font-weight: normal;
  line-height: 24px; }

div.droplet-palette-header-row {
  height: 24px; }

div.droplet-palette-group-header:active {
  color: #000; }

div.droplet-palette-group-header-selected {
  font-weight: 400;
  color: #000; }

div.droplet-palette-group-header.yellow {
  border-left: 10px solid #fff176; }

div.droplet-palette-group-header-selected.yellow {
  background-color: #fff176; }

div.droplet-palette-group-header.red {
  border-left: 10px solid #f78183; }

div.droplet-palette-group-header-selected.red {
  background-color: #f78183; }

div.droplet-palette-group-header.cyan {
  border-left: 10px solid #4dd0e1; }

div.droplet-palette-group-header-selected.cyan {
  background-color: #4dd0e1; }

div.droplet-palette-group-header.pink {
  border-left: 10px solid #f57ac6; }

div.droplet-palette-group-header-selected.pink {
  background-color: #f57ac6; }

div.droplet-palette-group-header.lightgreen {
  border-left: 10px solid #d3e965; }

div.droplet-palette-group-header-selected.lightgreen {
  background-color: #d3e965; }

div.droplet-palette-group-header.purple {
  border-left: 10px solid #bb77c7; }

div.droplet-palette-group-header-selected.purple {
  background-color: #bb77c7; }

div.droplet-palette-group-header.blue {
  border-left: 10px solid #64b5f6; }

div.droplet-palette-group-header-selected.blue {
  background-color: #64b5f6; }

div.droplet-palette-group-header.green {
  border-left: 10px solid #68d995; }

div.droplet-palette-group-header-selected.green {
  background-color: #68d995; }

div.droplet-palette-group-header.orange {
  border-left: 10px solid #ffb74d; }

div.droplet-palette-group-header-selected.orange {
  background-color: #ffb74d; }

.droplet-wrapper-div {
  overflow: hidden;
  outline-style: none; }

#show-code-button {
  background-color: #b9bf15;
  border-color: #b9bf15;
  padding: 2px 8px;
  margin: -5px 0 0 6px;
  font-size: small;
  color: white; }
  @media screen and (max-device-width: 540px) {
    #show-code-button {
      display: none; } }

.share-code-spacer {
  clear: both;
  min-height: 25px; }

button.arrow {
  border: 1px solid #FFA000;
  background-color: #FFA000;
  color: #fff;
  margin-left: 5px;
  margin-right: 0px;
  display: none; }

button.arrow > img {
  opacity: 1;
  vertical-align: text-bottom; }

button.arrow:focus {
  outline-style: none; }

button.arrow:disabled {
  border: 1px solid #C7C7C7;
  background-color: #C7C7C7; }

#soft-buttons {
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
  -webkit-touch-callout: none; }
  #soft-buttons.soft-buttons-none {
    display: none; }
  #soft-buttons.soft-buttons-compact {
    margin-left: 0; }
    #soft-buttons.soft-buttons-compact button {
      margin: 0; }

.soft-buttons-1 {
  display: table-cell;
  vertical-align: top;
  min-width: 51px; }

.soft-buttons-2 {
  display: table-cell;
  vertical-align: top;
  min-width: 102px; }

.soft-buttons-3 {
  display: table-cell;
  vertical-align: top;
  min-width: 153px; }

.soft-buttons-4 {
  display: table-cell;
  vertical-align: top;
  min-width: 204px; }

/* Set z-index to zero here so that .droplet-dropdown (z-index 10000) appears in front of
 * other droplet elements, but behind anything with z-index > 1 outside of #codeTextbox,
 * such as dialogs. */
#codeTextbox {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 30px;
  bottom: 0px;
  font-size: 14px;
  overflow: hidden;
  min-height: calc(50% - 16px) !important;
  direction: ltr;
  z-index: 0; }

#codeTextbox.pin_bottom {
  border: 1px solid #ddd; }

html[dir='rtl'] .editor-column {
  right: 400px; }

.editor-column {
  left: 400px; }

#codeWorkspace.pin_bottom {
  border: none;
  border-top: 1px solid #ddd; }

#codeWorkspace.readonly .blocklySvg,
#codeWorkspace.readonly .droplet-main-scroller,
#codeWorkspace.readonly .ace_scroller, #codeWorkspace.dimmed .blocklySvg,
#codeWorkspace.dimmed .droplet-main-scroller,
#codeWorkspace.dimmed .ace_scroller {
  background-color: rgba(0, 0, 0, 0.1); }

.ace-chrome .ace_marker-layer .ace_error {
  background: #e82f19; }

.ace_marker-layer .ace_error {
  position: absolute;
  z-index: 3; }

.ace_gutter-cell.ace_breakpoint, .droplet-gutter-line.droplet_breakpoint {
  border-radius: 15px 0px 0px 15px;
  box-shadow: 0px 0px 0px 40px rgba(0, 0, 255, 0.5) inset;
  color: white; }

.ace_gutter-cell.ace_error, .droplet-gutter-line.droplet_error {
  background-image: url("/blockly/media/common_images/gutterError.png");
  background-size: 16px 16px;
  background-repeat: no-repeat; }

.droplet-gutter-line.droplet_error, .droplet-gutter-line.droplet_warning {
  background-position: 2px center; }

.ace_gutter-cell.ace_warning, .droplet-gutter-line.droplet_warning {
  background-image: url("/blockly/media/common_images/gutterWarn.png");
  background-size: 16px 16px;
  background-repeat: no-repeat; }

.ace_gutter-cell.ace_error, .ace_gutter-cell.ace_warning {
  background-position: 2px 0px; }

#visualizationResizeBar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
  left: 400px;
  cursor: ew-resize;
  text-align: center;
  color: #c6cacd;
  font-size: 24px;
  line-height: 400px; }

html[dir='rtl'] div#visualizationResizeBar {
  right: 400px; }

#visualization {
  position: relative;
  height: 400px;
  margin-bottom: 5px; }

.karel-counter-text {
  text-anchor: end;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  fill: white;
  stroke: black;
  stroke-width: 1;
  cursor: default; }
  html[dir='RTL'] .karel-counter-text {
    text-anchor: start; }

/* Shrink the visualization area on small displays. */
#visualization.responsive > * {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }
  html[dir="RTL"] #visualization.responsive > * {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0; }

#studio-dpad-container.responsive > * {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }
  html[dir="RTL"] #studio-dpad-container.responsive > * {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0; }

/* Make buttons, videos, etc. clickable. Otherwise, the scaled svg/canvas
 * obscures clicks on its original, unscaled position.  */
#belowVisualization {
  z-index: 1;
  position: relative; }

@media screen and (min-width: 1101px) and (max-width: 1150px) {
  #visualization.responsive {
    max-height: 350px;
    max-width: 350px; }
  #visualizationColumn.responsive {
    max-width: 350px; }
  .small-footer-base.responsive {
    max-width: 350px; }
  .editor-column {
    left: 350px; }
  html[dir='rtl'] .editor-column {
    right: 350px; }
  html[dir='rtl'] body.readonly .editor-column {
    right: 0; }
  div#visualizationResizeBar {
    left: 350px;
    line-height: 350px; }
  html[dir='rtl'] div#visualizationResizeBar {
    right: 350px; }
  #visualization.responsive > * {
    -webkit-transform: scale(0.875);
    -ms-transform: scale(0.875);
    transform: scale(0.875); }
  #studio-dpad-container.responsive > * {
    -webkit-transform: scale(0.875);
    -ms-transform: scale(0.875);
    transform: scale(0.875); }
  .karel-counter-text {
    font-size: 20px;
    stroke-width: 1.2px; } }

@media screen and (min-width: 1051px) and (max-width: 1100px) {
  #visualization.responsive {
    max-height: 300px;
    max-width: 300px; }
  #visualizationColumn.responsive {
    max-width: 300px; }
  .small-footer-base.responsive {
    max-width: 300px; }
  .editor-column {
    left: 300px; }
  html[dir='rtl'] .editor-column {
    right: 300px; }
  html[dir='rtl'] body.readonly .editor-column {
    right: 0; }
  div#visualizationResizeBar {
    left: 300px;
    line-height: 300px; }
  html[dir='rtl'] div#visualizationResizeBar {
    right: 300px; }
  #visualization.responsive > * {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  #studio-dpad-container.responsive > * {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .karel-counter-text {
    font-size: 24px;
    stroke-width: 1.4px; } }

@media screen and (min-width: 1001px) and (max-width: 1050px) {
  #visualization.responsive {
    max-height: 250px;
    max-width: 250px; }
  #visualizationColumn.responsive {
    max-width: 250px; }
  .small-footer-base.responsive {
    max-width: 250px; }
  .editor-column {
    left: 250px; }
  html[dir='rtl'] .editor-column {
    right: 250px; }
  html[dir='rtl'] body.readonly .editor-column {
    right: 0; }
  div#visualizationResizeBar {
    left: 250px;
    line-height: 250px; }
  html[dir='rtl'] div#visualizationResizeBar {
    right: 250px; }
  #visualization.responsive > * {
    -webkit-transform: scale(0.625);
    -ms-transform: scale(0.625);
    transform: scale(0.625); }
  #studio-dpad-container.responsive > * {
    -webkit-transform: scale(0.625);
    -ms-transform: scale(0.625);
    transform: scale(0.625); }
  .karel-counter-text {
    font-size: 28px;
    stroke-width: 1.6px; } }

@media screen and (max-width: 1000px) {
  #visualization.responsive {
    max-height: 200px;
    max-width: 200px; }
  #visualizationColumn.responsive {
    max-width: 200px; }
  .small-footer-base.responsive {
    max-width: 200px; }
  .editor-column {
    left: 200px; }
  html[dir='rtl'] .editor-column {
    right: 200px; }
  html[dir='rtl'] body.readonly .editor-column {
    right: 0; }
  div#visualizationResizeBar {
    left: 200px;
    line-height: 200px; }
  html[dir='rtl'] div#visualizationResizeBar {
    right: 200px; }
  #visualization.responsive > * {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5); }
  #studio-dpad-container.responsive > * {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5); }
  .karel-counter-text {
    font-size: 32px;
    stroke-width: 2px; }
  #soft-buttons {
    margin-left: 0; }
    #soft-buttons button {
      margin: 0; }
  .small-footer-base.responsive small {
    float: left; } }

/* Buttons */
button, label.img-upload {
  margin: 5px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: large;
  background-color: #eee;
  color: #000; }

button.launch {
  border: 1px solid #ffa400;
  background-color: #ffa400;
  color: #fff;
  font-size: large;
  min-width: 96px;
  margin-left: 0px;
  margin-right: 10px;
  /* Can't use "text-align: start" due to IE. */
  text-align: left; }

button.launch[disabled] {
  pointer-events: none; }

html[dir="RTL"] button.launch {
  text-align: right; }

button.launch > img {
  opacity: 1;
  vertical-align: text-bottom; }

button.blocklyLaunch {
  display: inline-block;
  border: 1px solid #ffa400;
  background-color: #ffa400;
  padding: 7px 10px 7px 6px;
  /* Can't use "text-align: start" due to IE. */
  text-align: left; }
  button.blocklyLaunch.hide {
    display: none; }
  @media screen and (min-width: 1051px) {
    button.blocklyLaunch {
      min-width: 111px; } }
  button.blocklyLaunch img {
    float: left;
    margin-top: 0px;
    margin-left: 6px; }
  button.blocklyLaunch div {
    text-align: left;
    margin-top: 3px;
    margin-right: 4px;
    float: right;
    padding: 0px;
    margin-left: 6px; }
    @media screen and (min-width: 1051px) {
      button.blocklyLaunch div {
        min-width: 45px; } }
  html[dir="RTL"] button.blocklyLaunch {
    margin-right: 0px; }
  button.blocklyLaunch#resetButton {
    border: 1px solid #0094ca;
    background-color: #0094ca; }
  button.blocklyLaunch.hideText {
    width: 42px;
    height: 42px;
    min-width: 0;
    padding: 7px; }
    button.blocklyLaunch.hideText img {
      margin-left: 2px;
      margin-top: -2px; }

button.share {
  border: 1px solid #FFA000;
  background-color: #FFA000;
  color: #fff;
  margin-left: 0px;
  margin-right: 0px; }

button.share:focus {
  outline-style: none; }

button:hover > img {
  opacity: 1; }

button:active {
  border: 1px solid #888 !important; }

button:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); }

button.disabled, button[disabled=disabled], button:disabled {
  border: 1px solid #C7C7C7;
  background-color: #C7C7C7;
  box-shadow: none; }
  button.disabled:hover, button[disabled=disabled]:hover, button:disabled:hover {
    box-shadow: none; }

button.disabled:hover > img {
  opacity: 0.6; }

button.disabled {
  display: none; }

button.notext {
  font-size: 10%; }

label.img-upload {
  display: inline-block;
  vertical-align: middle; }

input[type="radio"] {
  margin-left: 40px;
  margin-right: 10px; }

@media screen and (max-width: 1050px) {
  #stepButton {
    min-width: 0; } }

#learn h1 {
  margin: 20px 0px 0px 0px; }

#learn img {
  margin-bottom: 5px; }

#learn a {
  display: block; }

#make-your-own-button {
  margin: 5px 0px 5px 0px; }

#open-workspace {
  margin: 5px 0px 5px 0px; }

#gameButtons {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines; }

#gameButtons:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0; }

#slider-cell {
  display: inline-block;
  vertical-align: top;
  touch-action: none;
  -ms-touch-action: none; }

#slider {
  display: inline-block;
  vertical-align: middle; }

#spinner {
  display: inline-block;
  vertical-align: middle; }

/* Dialogs */
#help {
  padding: 0 10px;
  display: none; }

#dialog {
  visibility: hidden;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  position: absolute;
  border-radius: 8px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  padding: 10px;
  z-index: 20000; }

#dialogBorder {
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  color: #000;
  border-radius: 6px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); }

#dialogShadow {
  height: 100%;
  width: auto;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 1; }

.dialogAnimate {
  transition-property: width height left top opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear; }

.dialogHiddenContent {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

#dialog button {
  min-width: 4em; }

.feedback {
  font-size: 30px;
  margin: 20px 0px 20px 0px;
  line-height: 28px;
  color: #7E5BA0;
  font-family: "Gotham 7r", sans-serif;
  font-weight: normal; }

#show-code {
  margin-bottom: 5px; }

#hint {
  color: #fff;
  padding: 5px 1em;
  font-size: large; }

#puzzleRatingButtons hr {
  border-top: 2px solid #ccc; }

#puzzleRatingButtons p {
  float: left;
  font-size: 16px;
  color: #949ca2;
  margin-right: 10px; }

#puzzleRatingButtons svg {
  pointer-events: none; }

#puzzleRatingButtons .puzzle-rating-btn {
  fill: #949ca2;
  padding: 0 5px;
  cursor: pointer;
  display: inline-block; }
  #puzzleRatingButtons .puzzle-rating-btn#like:hover {
    fill: #333333; }
  #puzzleRatingButtons .puzzle-rating-btn#like.enabled {
    fill: #FF3014; }
  #puzzleRatingButtons .puzzle-rating-btn#like.enabled:hover {
    fill: #d62911; }
  #puzzleRatingButtons .puzzle-rating-btn#dislike:hover {
    fill: #4D4D4D; }
  #puzzleRatingButtons .puzzle-rating-btn#dislike.enabled {
    fill: #0094ca; }
  #puzzleRatingButtons .puzzle-rating-btn#dislike.enabled:hover {
    fill: #00647f; }

/* Instructions. Not netsim-bubbles are styled in JSX */
#bubble.netsim-bubble {
  color: #000;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer; }

#prompt-table {
  display: inline-block;
  vertical-align: top; }

.prompt-icon-cell {
  vertical-align: top;
  width: 50px;
  padding-right: 10px;
  padding-bottom: 10px;
  height: auto;
  /* authored hints */ }
  .prompt-icon-cell.authored_hints {
    width: 80px; }
    .prompt-icon-cell.authored_hints #prompt-icon {
      padding-top: 20px; }
    .prompt-icon-cell.authored_hints #lightbulb {
      position: absolute;
      left: 40px; }

html[dir="RTL"] .prompt-icon-cell {
  padding-right: 0px;
  padding-left: 10px; }
  html[dir="RTL"] .prompt-icon-cell.authored_hints #lightbulb {
    right: 40px;
    left: auto; }

.qtip.cdo-qtips.qtip-authored-hint .qtip-content {
  font-family: "Gotham 4r", sans-serif;
  padding: 10px 10px 0 10px;
  color: #5b6770; }
  .qtip.cdo-qtips.qtip-authored-hint .qtip-content h3 {
    margin-top: 0;
    font-family: "Gotham 7r", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px; }

#prompt-cell {
  vertical-align: top; }

#prompt2 {
  font-size: 12px;
  color: #5b6770; }

.authored-hints h1, .authored-hints p, .authored-hints pre {
  color: #5b6770;
  font-size: 18px;
  line-height: 20px; }

.authored-hints #hint-button {
  margin-left: 35px; }

.authored-hints ol {
  counter-reset: list;
  margin: 0 0 35px 35px; }
  .authored-hints ol li {
    list-style: none;
    position: relative; }
    .authored-hints ol li:before {
      content: counter(list, decimal) ") ";
      counter-increment: list;
      position: absolute;
      left: -35px;
      font-size: 18px; }

#ani-gif-preview-wrapper {
  vertical-align: top; }

#ani-gif-preview {
  display: table-cell;
  background-size: 80px 60px;
  width: 80px;
  height: 60px;
  vertical-align: middle;
  text-align: center;
  border-radius: 12px; }
  #ani-gif-preview #play-button {
    clear: both;
    height: 40px;
    position: relative; }

/* Place ani-gif next to text for column width 300px or wider. */
@media screen and (min-width: 1051px) {
  #prompt-table.with-ani-gif {
    margin-right: 80px;
    padding-right: 5px; }
  #ani-gif-preview-wrapper {
    position: absolute;
    right: 0px;
    top: 0px; } }

.workspace-header {
  text-align: center;
  white-space: nowrap;
  overflow-x: hidden;
  height: 30px;
  color: white; }
  .workspace-header .workspace-header-clickable:hover {
    cursor: pointer;
    color: #ffb81d; }
  .workspace-header span {
    line-height: 30px; }
  .workspace-header .fa {
    font-size: 18px; }

.workspace-header-button {
  cursor: pointer;
  float: right;
  overflow: hidden;
  background-color: #a69bc1;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 3px;
  margin-left: 0;
  height: 24px;
  border-radius: 4px;
  font-family: "Gotham 5r", sans-serif; }
  .workspace-header-button:hover {
    background-color: #0094ca; }
  .workspace-header-button span {
    padding: 0 12px;
    line-height: 24px; }
  .workspace-header-button .fa {
    line-height: 24px;
    padding-right: 8px;
    font-size: 15px; }

#versions-header {
  display: none; }

#design-headers {
  height: 30px;
  background-color: #7665a0;
  overflow-y: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.readonly #headers,
.readonly #design-headers {
  background-color: #5b6770; }

#headers #show-toolbox-icon, #headers #hide-toolbox-icon, .purple-header #show-toolbox-icon, .purple-header #hide-toolbox-icon {
  position: absolute;
  top: 0;
  left: 8px;
  line-height: 30px;
  color: #cfc9de;
  cursor: pointer; }
  #headers #show-toolbox-icon:hover.fa, #headers #hide-toolbox-icon:hover.fa, .purple-header #show-toolbox-icon:hover.fa, .purple-header #hide-toolbox-icon:hover.fa {
    color: #fff; }

#headers #hide-toolbox-icon, .purple-header #hide-toolbox-icon {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

#headers #toolbox-header, .purple-header #toolbox-header {
  width: 270px;
  border-right: 1px solid gray;
  float: left; }

#headers #show-toolbox-header, .purple-header #show-toolbox-header {
  border: 0;
  float: left;
  padding: 0 10px;
  cursor: pointer; }
  #headers #show-toolbox-header #show-toolbox-click-target:hover .fa, .purple-header #show-toolbox-header #show-toolbox-click-target:hover .fa {
    color: #fff; }
  #headers #show-toolbox-header > span, .purple-header #show-toolbox-header > span {
    margin: auto auto auto 18px; }

#headers #blockCounter, #headers #blockUsed, .purple-header #blockCounter, .purple-header #blockUsed {
  display: inline-block; }

#headers #clear-puzzle-header:hover, .purple-header #clear-puzzle-header:hover {
  background-color: #c00; }

#headers .block-counter-overflow, .purple-header .block-counter-overflow {
  color: #ffb81d; }

#headers.is-running .block-counter-overflow, .purple-header.is-running .block-counter-overflow {
  color: #ff8600; }

#headers[dir=rtl] div {
  margin-right: 0; }

#headers[dir=rtl] #show-toolbox-icon, #headers[dir=rtl] #hide-toolbox-icon {
  left: auto;
  right: 8px; }

#headers[dir=rtl] #show-toolbox-icon {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

#headers[dir=rtl] #hide-toolbox-icon {
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none; }

#headers[dir=rtl] #toolbox-header {
  border-right: 0;
  border-left: 1px solid gray;
  float: right; }

#headers[dir=rtl] #show-toolbox-header {
  float: right; }

#headers[dir=rtl] .workspace-header-button {
  margin-left: 3px;
  margin-right: 0;
  float: left; }
  #headers[dir=rtl] .workspace-header-button .fa {
    padding-right: 0;
    padding-left: 8px; }
  #headers[dir=rtl] .workspace-header-button .blocks-glyph {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    padding-right: 0;
    padding-left: 8px; }

#showVersionsModal {
  width: 700px;
  margin-left: -350px; }

#showVersionsModal .versionRow p {
  margin: 15px 0 0 0; }

.blocklyText, .blocklyMenuText, .blocklyTreeLabel, .blocklyHtmlInput,
.blocklyIconMark, .blocklyTooltipText, .goog-menuitem-content {
  font-family: "Gotham 4r", sans-serif, sans-serif;
  font-weight: normal; }

.blocklyRectangularDropdownMenu .goog-menuitem-highlight, .blocklyRectangularDropdownMenu .goog-menuitem-hover {
  background-color: rgba(255, 255, 255, 0.35); }

.blocklyRectangularDropdownMenu:not(.blocklyGridDropdownMenu) {
  border-color: #545454 !important; }

.blocklyRectangularDropdownMenu.blocklyGridDropdownMenu {
  background-color: white !important;
  padding-top: 5px !important; }
  .blocklyRectangularDropdownMenu.blocklyGridDropdownMenu .goog-menuitem {
    display: inline-block;
    margin-left: 4px;
    margin-top: 4px; }
  .blocklyRectangularDropdownMenu.blocklyGridDropdownMenu .goog-menuitem-highlight, .blocklyRectangularDropdownMenu.blocklyGridDropdownMenu .goog-menuitem-hover {
    margin: -4px -4px 0 0 !important; }

.modal-content .show-code summary {
  color: #5b6770;
  font-family: "Gotham 5r", sans-serif; }

.modal-content .show-code .generated-code-container {
  margin: 25px 10px 25px -80px; }

.modal-content.no-modal-icon .show-code .generated-code-container {
  margin-left: 0px; }

.generated-code-container {
  margin-top: 10px; }
  .generated-code-container .generatedCodeMessage {
    font-size: 14px;
    line-height: inherit;
    color: #5b6770;
    margin-bottom: 10px; }
    .generated-code-container .generatedCodeMessage a {
      font-family: "Gotham 7r", sans-serif;
      font-weight: normal;
      color: #7665a0; }
      .generated-code-container .generatedCodeMessage a:hover {
        text-decoration: underline; }
  .generated-code-container .generatedCode {
    font-size: 14px;
    overflow: scroll;
    max-height: 400px; }

.light-yellow-background {
  background-color: #fff7df; }

.white-background {
  background-color: white; }

.arrow-container {
  background-color: white !important; }

.arrow-container.arrow-left {
  float: left; }

.arrow-container.arrow-right {
  float: right; }

.arrow-head, .arrow-text {
  float: left;
  line-height: normal;
  margin-bottom: 25px;
  cursor: pointer; }

.arrow-right .arrow-head {
  float: right; }

.arrow-left .arrow-head {
  margin-right: -10px; }

.arrow-left .arrow-text {
  border-radius: 0 8px 8px 0;
  padding: 10px 14px 10px 0;
  background-color: #babf33; }

.arrow-right .arrow-text {
  margin-right: -10px;
  border-radius: 8px 0 0 8px;
  padding: 10px 0 10px 14px;
  background-color: #ffbb00; }

.arrow-text {
  color: white;
  font-size: 35px;
  margin-top: 35px;
  height: 44px; }

#again-button:not(.arrow-container) {
  background-color: #b9bf15;
  border: 1px solid #b9bf15;
  color: white;
  margin-left: 0px;
  margin-right: 10px;
  text-align: center; }

#continue-button:not(.arrow-container), #confirm-button:not(.arrow-container) {
  background-color: #ffa400;
  border: 1px solid #ffa400;
  color: white;
  margin-left: 0px;
  margin-right: 10px;
  text-align: center; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.hide-source #visualization {
  display: inline-block; }

.hide-source #belowVisualization {
  display: inline-block;
  vertical-align: top; }

.hide-source #bubble {
  display: none; }

#sharing {
  clear: both;
  margin-top: 25px;
  font-size: 20px;
  color: #5b6770; }
  #sharing .feedback-image {
    width: 180px;
    height: 180px;
    margin: 0;
    float: left;
    border: #c6cacd;
    border-style: solid; }
  #sharing div {
    margin: 10px 0; }
    #sharing div.sharing-content {
      margin-left: 195px;
      margin-right: 25px; }
      #sharing div.sharing-content.no-image {
        margin-left: 0; }
  #sharing label {
    margin-top: 15px;
    font-size: 20px; }
  #sharing .social-buttons a,
  #sharing .social-buttons a:hover,
  #sharing .social-buttons a:link,
  #sharing .social-buttons a:visited {
    background-color: transparent;
    text-decoration: none;
    color: white; }
  #sharing button {
    background-color: #7665a0;
    color: white;
    font-size: 0.7em;
    min-width: 40px;
    text-align: center;
    margin: 2px 0; }
    #sharing button .disabled, #sharing button[disabled=disabled], #sharing button:disabled {
      border: 1px solid #7665a0;
      background-color: #c6cacd;
      box-shadow: none; }
    #sharing button #send-to-phone {
      clear: both; }
  #sharing button.saved-to-gallery {
    font-family: "Gotham 4i"; }
  #sharing #sharing-input {
    margin: 0;
    width: 100%;
    padding: 10px;
    cursor: text; }
  #sharing #copy-button {
    max-width: 100px; }
  #sharing #sharing-phone i.fa {
    font-size: 24px; }
  #sharing input#phone {
    height: 30px;
    padding: 5px;
    margin: 5px 0;
    font-size: 20px;
    width: 10em;
    font-family: sans-serif; }
  #sharing div#phone-charges {
    font-size: 10px;
    margin-top: 0px;
    color: #c00; }

.run26 {
  width: 26px;
  height: 26px;
  background: url("/blockly/media/common_images/shared-sprites-26x26.png") 0px 0px; }

.reset26 {
  width: 26px;
  height: 26px;
  background: url("/blockly/media/common_images/shared-sprites-26x26.png") 0px 26px; }

#stepButton {
  margin-right: 0;
  text-align: center; }

#share-fail-explanation {
  font-size: 20px; }

.share-fail-excerpt .generatedCode {
  font-size: 14px; }

body.readonly {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: transparent; }

body.readonly #codeWorkspace {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  border: none; }

body.readonly #codeWorkspace > svg {
  background-color: transparent;
  border: none; }

body.readonly.embed-block #codeWorkspace .userHidden {
  display: none; }

.tooltip-example-link, .tooltip-choose-link {
  margin-top: 5px;
  float: right; }

.tooltip-example-link > a:hover, .tooltip-example-link > a:link, .tooltip-example-link > a:active, .tooltip-example-link > a:visited, .tooltip-choose-link > a:hover, .tooltip-choose-link > a:link, .tooltip-choose-link > a:active, .tooltip-choose-link > a:visited {
  border-bottom: 3px solid #ffb81d;
  color: white;
  font-family: "Gotham 5r", sans-serif; }

.tooltip-choose-link {
  float: left; }

.function-name {
  font-family: "Source Code Pro", Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
  font-size: 16px;
  margin-top: 3px;
  margin-bottom: 7px; }

.current-tooltip-parameter-name {
  border-bottom: 3px solid #ffb81d; }

.droplet-block-tooltipster {
  border-radius: 14px;
  border: none;
  background: #0094ca;
  color: #fff;
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.3); }

.droplet-block-tooltipster .tooltipster-content {
  font-family: "Gotham 4r", sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
  font-weight: normal; }

.droplet-hover-div {
  max-width: 100% !important; }

.WireframeButtons_container {
  display: flex; }

.WireframeButtons_containerLeft {
  flex: 1 1 372px;
  overflow: hidden;
  padding-top: 20px;
  padding-right: 20px; }

.wrapper.withWireframeButtons {
  flex: 0 0 auto;
  margin-bottom: 0; }

.WireframeButtons_containerRight {
  flex: 1 0 372px;
  overflow: hidden;
  padding-top: 20px;
  padding-right: 20px;
  text-align: right; }

@media (max-width: 845px) {
  .WireframeButtons_containerRight {
    flex: 1 1 372px; }
  .WireframeButtons_containerLeft {
    flex: 1 1 auto; } }

a.WireframeButtons_button {
  background-color: #7665a0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 0.8em;
  line-height: 3;
  margin: 5px;
  padding: 8px;
  text-decoration: none;
  white-space: nowrap; }

a.WireframeButtons_active {
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap; }

div.WireframeButtons_active {
  cursor: default;
  display: inline-block; }

a.WireframeButtons_active, div.WireframeButtons_active {
  background-color: #ebe8f1;
  border-radius: 5px;
  color: #4d575f;
  font-size: 0.8em;
  line-height: 3em;
  margin: 5px;
  padding: 8px; }

#visualizationColumn.wireframeShare {
  background: url("/blockly/media/common_images/phone_wireframe.png") center center no-repeat;
  background-size: 432px 757px; }

@media screen and (max-height: 780px) {
  .legacy-share-view div#visualizationColumn.wireframeShare {
    width: 402px !important;
    height: 602px !important;
    background-size: 402px 602px; }
    .legacy-share-view div#visualizationColumn.wireframeShare div#phoneFrameScreen {
      border-width: 1px;
      border-color: gray;
      top: 0;
      left: 0; } }

.legacy-share-view {
  overflow: hidden; }
  .legacy-share-view.legacy-share-view-mobile {
    position: fixed; }
  .legacy-share-view #belowVisualization, .legacy-share-view .hide-source #belowVisualization {
    display: none; }
  .legacy-share-view #visualizationColumn {
    margin: 0 auto; }
    .legacy-share-view #visualizationColumn #phoneFrameScreen {
      overflow: hidden; }
      .legacy-share-view #visualizationColumn #phoneFrameScreen #visualizationContainer {
        display: inline-block; }
        .legacy-share-view #visualizationColumn #phoneFrameScreen #visualizationContainer #visualization {
          overflow: hidden; }
  .legacy-share-view #visualizationColumn.wireframeShare {
    width: 432px !important;
    height: 757px !important;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden; }
    .legacy-share-view #visualizationColumn.wireframeShare #phoneFrameScreen {
      position: relative;
      top: 78px;
      left: 16px;
      border: solid thin #202b34;
      background-color: #202b34;
      width: 400px;
      height: 600px; }
  .legacy-share-view #gameButtons {
    width: auto;
    padding: 4px 5%; }
    .legacy-share-view #gameButtons #right-button-cell {
      display: none;
      /* don't show Finish button in share view */ }
    .legacy-share-view #gameButtons #soft-buttons button {
      margin: 5px 1px; }
  .legacy-share-view .small-footer-base {
    left: 0;
    right: 0;
    width: auto !important; }
  .legacy-share-view #more-menu, .legacy-share-view #copyright-flyout {
    border-top: solid thin #202b34;
    left: 0;
    right: 0;
    width: auto !important; }
  .legacy-share-view .full_container {
    padding: 0; }
  .legacy-share-view .admin {
    display: none; }

.embedded_iframe #visualizationColumn.wireframeShare {
  padding: 0; }

#manageAssetsModal {
  width: 800px;
  margin-left: -400px; }

#rotateContainer {
  display: none; }
  @media screen and (orientation: portrait) and (max-device-width: 900px) {
    #rotateContainer {
      display: block; } }
