.full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  user-select: none;
}
.nodrag {
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.topRight {
  transform-origin: top right;
}
.topLeft {
  transform-origin: top left;
}
.nofilter {
  filter: none;
  -moz-opacity: 1;
  opacity: 1;
}
body {
  background: #fafafa;
}
#app {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#app .app {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#app .app .design {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  right: 6px;
  top: 60px;
  display: none;
}
#app .app .design.active {
  display: block;
}
canvas {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  user-select: none;
}
.gamecontainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.gamecontainer.active {
  display: block;
}
.gamecontainer #gameCanvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://static.purplemash.com/images/diy3d/skies/blank.jpg");
  background-size: 100% 100%;
}
.gamecontainer #zone_joystick {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 200px;
  height: 200px;
  z-index: 5;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  user-select: none;
}
.gamecontainer #zone_joystick.joystick-key {
  bottom: 10px;
  right: 10px;
  width: 225px;
  height: 150px;
}
.gamecontainer #zone_joystick canvas {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  user-select: none;
}
.gamecontainer #zone_exit {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 100px;
  height: 60px;
  z-index: 6;
  cursor: pointer;
}
.gamecontainer #zone_exit button.game-exit {
  position: absolute;
  border: none !important;
  top: 1px;
  right: 4px;
  width: 40px;
  height: 40px;
  background-color: transparent !important;
  background-image: url("https://static.purplemash.com/images/toolbar/quit.png");
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: 40px 40px;
}
.gamecontainer #zone_hud {
  position: absolute;
  top: 0;
  right: 0;
  width: 264px;
  height: 260px;
  z-index: 5;
  background: rgba(200, 200, 200, 0.5);
}
.gamecontainer #zone_hud #hudCanvas {
  position: absolute;
  top: 57px;
  left: 6px;
}
.gamecontainer #zone_health {
  position: absolute;
  top: 9px;
  left: 50%;
  width: 250px;
  height: 30px;
  margin-left: -125px;
  z-index: 5;
}
.gamecontainer #zone_health canvas {
  filter: none;
  -moz-opacity: 1;
  opacity: 1;
}
.gamecontainer #zone_health canvas.reg {
  filter: grayscale(80%);
  -moz-opacity: 0.66;
  opacity: 0.66;
}
.gamecontainer #zone_progress {
  z-index: 3;
  position: absolute;
  top: 35px;
  width: 150px;
  padding: 5px;
  left: 0;
  height: 42px;
}
.gamecontainer #zone_progress span {
  font-size: 30px;
  text-shadow: 1px 1px 1px #ddd;
  color: #111;
}
.gamecontainer #zone_progress span.small {
  font-size: 22px;
  opacity: 0.75;
}
.gamecontainer #zone_possessions {
  z-index: 3;
  position: absolute;
  top: 0;
  width: 150px;
  padding: 5px;
  left: 0;
  height: 42px;
}
.gamecontainer #zone_possessions span {
  font-size: 30px;
  text-shadow: 1px 1px 1px #ddd;
  color: #111;
}
.gamecontainer #zone_possessions.tablet {
  left: 0;
}
.gamecontainer #zone_timer {
  z-index: 3;
  position: absolute;
  bottom: 0;
  width: 180px;
  padding: 2px;
  left: 0;
  height: 42px;
}
.gamecontainer #zone_timer span {
  font-size: 30px;
  text-shadow: 1px 1px 1px #ddd;
  color: #111;
}
.pmDialog.editorDialog .loopcheckbox {
  position: absolute;
  bottom: 115px;
  right: 16px;
}
.pmDialog.editorDialog.objectEditorDialog button.copyToAll,
.pmDialog.editorDialog.baddieEditorDialog button.copyToAll {
  width: 50px;
  height: 50px;
  border: none;
  background-repeat: no-repeat;
  background-color: transparent !important;
  outline: none;
}
.pmDialog.editorDialog.objectEditorDialog button.copyToAll:hover,
.pmDialog.editorDialog.baddieEditorDialog button.copyToAll:hover {
  background-color: transparent !important;
}
.pmDialog.editorDialog.objectEditorDialog button.copyToAll {
  background-image: url("https://static.purplemash.com/images/diy3d/icon/copyobject.png") !important;
}
.pmDialog.editorDialog.baddieEditorDialog button.copyToAll {
  background-image: url("https://static.purplemash.com/images/diy3d/icon/copybaddie.png") !important;
}
.pmDialog.editorDialog p.imageSliderLabel {
  bottom: 15px;
  margin-left: 5px;
}
.pmDialog.editorDialog .buttonbar {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.pmDialog.editorDialog .buttonbar div.smileyfacebutton {
  margin-left: 10px;
  margin-right: 10px;
}
.pmDialog.editorDialog .editorsidebar {
  position: absolute;
  right: 25px;
  width: 310px;
  top: 64px;
  bottom: 83px;
}
.pmDialog.editorDialog .fireeditor {
  overflow: hidden;
}
.pmDialog.editorDialog .editorcomponent {
  width: 100%;
  margin: 8px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  user-select: none;
  position: relative;
}
.pmDialog.editorDialog .editorcomponent.editorcomponent-sound,
.pmDialog.editorDialog .editorcomponent.editorcomponent-animation,
.pmDialog.editorDialog .editorcomponent.editorcomponent-move,
.pmDialog.editorDialog .editorcomponent.editorcomponent-lights,
.pmDialog.editorDialog .editorcomponent.editorcomponent-copy {
  height: 70px;
}
.pmDialog.editorDialog .editorcomponent.editorcomponent-sound img,
.pmDialog.editorDialog .editorcomponent.editorcomponent-animation img,
.pmDialog.editorDialog .editorcomponent.editorcomponent-move img,
.pmDialog.editorDialog .editorcomponent.editorcomponent-lights img,
.pmDialog.editorDialog .editorcomponent.editorcomponent-copy img {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 12px;
  left: 140px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  user-select: none;
}
.pmDialog.editorDialog .editorcomponent.editorcomponent-sound span,
.pmDialog.editorDialog .editorcomponent.editorcomponent-animation span,
.pmDialog.editorDialog .editorcomponent.editorcomponent-move span,
.pmDialog.editorDialog .editorcomponent.editorcomponent-lights span,
.pmDialog.editorDialog .editorcomponent.editorcomponent-copy span {
  position: absolute;
  top: 31px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  user-select: none;
}
.pmDialog.editorDialog .editorcomponent.editorcomponent-animation img,
.pmDialog.editorDialog .editorcomponent.editorcomponent-move img,
.pmDialog.editorDialog .editorcomponent.editorcomponent-lights img {
  border: 1px solid #222;
}
.pmDialog.editorDialog .editorcomponent.editorcomponent-damage {
  height: 50px;
}
.pmDialog.editorDialog .editorcomponent.editorcomponent-damage select {
  position: absolute;
  left: 140px;
  top: 8px;
  padding: 5px;
}
.pmDialog.editorDialog .editorcomponent.editorcomponent-damage span {
  position: absolute;
  top: 15px;
}
.pmDialog.editorDialog .editorcomponent.editorcomponent-points,
.pmDialog.editorDialog .editorcomponent.editorcomponent-wallheight {
  height: 170px;
}
.pmDialog.editorDialog .editorcomponent.editorcomponent-points span:first-child,
.pmDialog.editorDialog .editorcomponent.editorcomponent-wallheight span:first-child {
  position: relative;
  top: 65px;
}
.pmDialog.editorDialog .editorcomponent.editorcomponent-points .editorcomponent-stepper-container,
.pmDialog.editorDialog .editorcomponent.editorcomponent-wallheight .editorcomponent-stepper-container {
  position: relative;
}
.pmDialog.editorDialog .editorcomponent.editorcomponent-points .editorcomponent-stepper-container .widget-stepperContainer,
.pmDialog.editorDialog .editorcomponent.editorcomponent-wallheight .editorcomponent-stepper-container .widget-stepperContainer {
  top: -12px;
  left: 93px;
}
.pmDialog.editorDialog .editorcomponent.editorcomponent-points .editorcomponent-stepper-container .widget-stepperContainer button,
.pmDialog.editorDialog .editorcomponent.editorcomponent-wallheight .editorcomponent-stepper-container .widget-stepperContainer button {
  background-color: transparent;
  outline: none !important;
  margin-left: -30px !important;
}
.pmDialog.editorDialog .editorcomponent.editorcomponent-points .editorcomponent-stepper-container .widget-stepperContainer button.stepperUpButton,
.pmDialog.editorDialog .editorcomponent.editorcomponent-wallheight .editorcomponent-stepper-container .widget-stepperContainer button.stepperUpButton {
  background-image: url('https://static.purplemash.com/images/diyjs/up.png') !important;
  background-repeat: no-repeat !important;
}
.pmDialog.editorDialog .editorcomponent.editorcomponent-points .editorcomponent-stepper-container .widget-stepperContainer button.stepperDownButton,
.pmDialog.editorDialog .editorcomponent.editorcomponent-wallheight .editorcomponent-stepper-container .widget-stepperContainer button.stepperDownButton {
  background-image: url('https://static.purplemash.com/images/diyjs/down.png') !important;
  background-repeat: no-repeat !important;
}
.pmDialog.editorDialog .editorcomponent.editorcomponent-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 70px;
  width: auto;
}
.pmDialog.editorDialog .editorcomponent.editorcomponent-color .colorpicker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 46px;
  left: 20px;
}
.pmDialog .ui-dialog-buttonset button {
  outline: none !important;
}
.pmDialog p.imageSliderLabel {
  bottom: 15px;
  margin-left: 10px;
}
.skyeditor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#app .app .design #tableSection {
  position: absolute;
  left: 150px;
  bottom: 0;
  top: 0;
  right: 0;
  background: #bbb;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  user-select: none;
}
#app .app .design .gridcanvas {
  position: absolute;
  transform-origin: top left;
}
#app .app .design #gridContainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 4px;
  left: 112px !important;
}
#app .app .design #gridContainer #background {
  position: absolute;
  background: #69a0f3;
}
#app .app .design #gridContainer #background .nav {
  width: 100px;
  height: 50px;
  color: red;
  position: absolute;
  top: 0;
  right: 0;
  background: purple;
}
#app .app .design #gridContainer #drawingContainer {
  position: absolute;
}
#app .app .design #gridContainer #drawingContainer .drawingCanvas {
  position: absolute;
  background-color: #d2d2d2;
  transform-origin: top left;
}
#app .app .design .navigation {
  position: absolute;
  width: 300px;
  /*this changes in JS*/
  height: 32px;
  z-index: 5;
  display: none;
}
#app .app .design .navigation div {
  position: absolute;
  left: 24px;
  right: 50px;
  top: 0;
  bottom: 0;
}
#app .app .design .navigation div p {
  color: white;
  font-size: 17px;
  text-align: center;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  left: 25px;
  right: 25px;
}
#app .app .design .navigation button {
  display: inline;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  background-repeat: no-repeat;
}
#app .app .design .navigation button:disabled {
  -moz-opacity: 0.4;
  opacity: 0.4;
}
#app .app .design .navigation button.back,
#app .app .design .navigation button.forward {
  width: 32px;
  height: 32px;
  background-image: url("https://static.purplemash.com/images/diy3d/icon/arrows.png");
  background-repeat: no-repeat;
  position: absolute;
}
#app .app .design .navigation button.back {
  background-position: 0 0;
  left: 0;
}
#app .app .design .navigation button.forward {
  background-position: -32px 0;
  right: 0;
}
#app .app .design .navigation button.info {
  width: 32px;
  height: 32px;
  background-image: url("https://static.purplemash.com/images/diy3d/icon/info.png");
  background-size: 100% 100%;
  position: absolute;
  right: 2px;
  top: 1px;
}
#app .app .design .navigation button.delete {
  width: 32px;
  height: 32px;
  background-image: url("https://static.purplemash.com/images/diy3d/icon/trash.png");
  position: absolute;
  margin-left: -33px;
  margin-top: -33px;
  background-size: 100% 100%;
}
#app .app .design .navigation button.delete:disabled {
  display: none;
}
#app .app .design .navigation .small {
  font-size: smaller;
  opacity: 0.5;
  display: none;
}
#app.advanced .app .design .navigation {
  display: block;
}
#app.advanced .app .design .navigation .small {
  display: inline-block;
}
#app .app .design #paintablesSection {
  position: absolute;
  width: 98px;
  left: 5px;
}
#app .app .design #paintablesSection .paintablecell {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  user-select: none;
  border: 1px solid black;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  width: 49px;
  height: 49px;
  display: inline-block;
  margin: 0;
  background: white;
}
#app .app .design #paintablesSection .paintablecell.active:after {
  content: "";
  background-image: url("https://static.purplemash.com/images/diy3d/sqr.svg");
  background-repeat: no-repeat;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#app .app .design #paintablesSection .paintablecell.type-delete {
  width: 98px;
}
#app .app .design #paintablesSection .paintablecell.type-delete.active:after {
  background-image: url("https://static.purplemash.com/images/diy3d/rect.svg");
}
#app .app .design #paintablesSection .paintablecell:not(.type-delete).active:before {
  content: "";
  background-image: url("https://static.purplemash.com/images/diy3d/icon/pencil.png");
  background-repeat: no-repeat;
  pointer-events: none;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  position: absolute;
  bottom: 4px;
  right: 4px;
}
#app .app .design #paintablesSection .paintablecell img {
  width: 100%;
  height: 100%;
}
body #toolbar img.toolicon#preview {
  display: none;
}
body #toolbar .quality {
  display: inline-block;
  position: relative;
  left: -155px;
  top: 9px;
  font-size: 15px;
}
body #toolbar #qualitySelect select {
  margin-left: 68px;
  background: #444;
  color: white;
  font-size: 16px;
  top: 5px;
}
body #toolbar.paintable #undo,
body #toolbar.paintable #redo {
  display: none !important;
  visibility: hidden !important;
}
body #toolbar.painting #undo,
body #toolbar.painting #redo {
  display: inline-block !important;
  visibility: visible !important;
}
body.advanced #toolbar img.toolicon#preview {
  display: block;
}
body.advanced #toolbar img.toolicon#info3d {
  display: none;
}
#app .app .design #editingSection {
  position: absolute;
  left: 5px;
  width: 96px;
}
#app .app .design #editingSection .editingBlock {
  display: inline-block;
  width: 100%;
  height: 77px;
  position: relative;
}
#app .app .design #editingSection .editingBlock label {
  color: #fff;
  font-size: 13px;
  width: 49px !important;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 20px;
}
#app .app .design #editingSection .editingBlock button {
  width: 49px;
  height: 49px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  outline: none;
  margin: 0;
  margin-bottom: 27px;
  cursor: pointer;
  border: none;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
}
#app .app .design #editingSection .editingBlock button.cinema {
  border: 1px solid black;
  width: 51px;
  height: 51px;
  right: -2px;
}
#app .app .design #editingSection .editingBlock button.ground:before,
#app .app .design #editingSection .editingBlock button.ceiling:before,
#app .app .design #editingSection .editingBlock button.sky:before {
  content: "";
  background-repeat: no-repeat;
  pointer-events: none;
  width: 49px;
  height: 49px;
  background-size: 100% 100%;
  border: 1px solid black;
  position: absolute;
  top: 0;
  left: 0;
}
#app .app .design #editingSection .editingBlock button.ground {
  background-size: 100% 50%;
  background-position-y: 100%;
}
#app .app .design #editingSection .editingBlock button.ground:before {
  background-image: url("https://static.purplemash.com/images/diy3d/icon/ground-over.png");
}
#app .app .design #editingSection .editingBlock button.ceiling {
  background-size: 100% 50%;
  background-position-y: 0;
}
#app .app .design #editingSection .editingBlock button.ceiling:before {
  background-image: url("https://static.purplemash.com/images/diy3d/icon/ceiling-over.png");
}
#app .app .design #editingSection .editingBlock button.sky {
  background-size: 100% 80%;
  background-position-y: 0;
}
#app .app .design #editingSection .editingBlock button.sky:before {
  background-image: url("https://static.purplemash.com/images/diy3d/icon/sky-over.png");
}
#app .app .design #editingSection .editingBlock button.cinema {
  background-image: url("https://static.purplemash.com/images/diy3d/icon/effects.png");
}
.levelComplete,
.gameComplete,
.diePopup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.levelComplete p,
.gameComplete p,
.diePopup p {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  padding-top: 29px;
  font-size: 36px;
}
.levelComplete p.title,
.gameComplete p.title,
.diePopup p.title {
  top: 0;
  bottom: 190px;
}
.levelComplete p.message,
.gameComplete p.message,
.diePopup p.message {
  top: 70px;
  bottom: 144px;
}
.levelComplete .content,
.gameComplete .content,
.diePopup .content {
  left: 50%;
  cursor: pointer;
  top: 50%;
  width: 450px;
  height: 250px;
  margin-left: -225px;
  margin-top: -125px;
  position: absolute;
  border-radius: 16px;
  border: 2px solid black;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.levelComplete .content .topBox,
.gameComplete .content .topBox,
.diePopup .content .topBox {
  cursor: pointer;
  border-radius: 12px;
  border: 0 solid transparent;
  background: #ffffff;
  opacity: 0.2;
  position: absolute;
  left: 5px;
  top: 5px;
  right: 0;
  bottom: 0;
}
.levelComplete .content .buttonbar,
.gameComplete .content .buttonbar,
.diePopup .content .buttonbar {
  position: absolute;
  bottom: 5px;
  text-align: center;
  left: 50%;
  margin-left: -95px;
}
.levelComplete .content .buttonbar div.smileyfacebutton,
.gameComplete .content .buttonbar div.smileyfacebutton,
.diePopup .content .buttonbar div.smileyfacebutton {
  margin-left: 12px;
  margin-right: 12px;
}
.levelComplete button,
.gameComplete button,
.diePopup button {
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
  width: 180px !important;
  height: 55px !important;
  margin-left: -90px;
  margin-top: 8px;
  font-size: 32px;
  border: none;
  border-radius: 10px;
  color: white;
  padding: 5px;
  padding-right: 36px !important;
  background: #bfd255;
  background: linear-gradient(to bottom, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.levelComplete button:after,
.gameComplete button:after,
.diePopup button:after {
  display: inline-block;
  content: "";
  width: 40px;
  height: 36px;
  background-image: url("https://static.purplemash.com/images/diyjs/tri.png");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 8px;
  left: 122px;
  opacity: 0.8;
}
.levelComplete .introOverlay,
.gameComplete .introOverlay,
.diePopup .introOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #777;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.pmDialog.gameTypePopupDialog #gameTypePopup {
  overflow: hidden;
}
.pmDialog.gameTypePopupDialog #gameTypePopup .features {
  position: absolute;
  right: 72px;
  bottom: 4px;
}
.pmDialog.gameTypePopupDialog #gameTypePopup .features ul {
  list-style: none;
}
.pmDialog.gameTypePopupDialog #gameTypePopup .features ul li:before {
  content: '✓';
  position: relative;
  left: -10px;
}
.pmDialog.gameTypePopupDialog #gameTypePopup .container {
  width: 48%;
  float: left;
  height: 345px;
  position: relative;
  cursor: pointer;
}
.pmDialog.gameTypePopupDialog #gameTypePopup .container img {
  width: 250px;
  height: 250px;
  position: absolute;
  top: 30px;
  left: 42px;
}
.pmDialog.gameTypePopupDialog #gameTypePopup .container span {
  font-size: 26px;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 23px;
}
.pmDialog.qualityPopupDialog .imageSliderLabel {
  left: 0;
  font-size: 17px;
  margin-left: 10px !important;
}
.diePopup .content,
.gameComplete .content,
.levelComplete .content {
  width: 704px;
  height: 500px;
  margin-left: -352px;
  margin-top: -225px;
  background-repeat: no-repeat;
  border: none !important;
  background-color: none !important;
  box-shadow: none !important;
  color: #eee;
}
.diePopup .content .topBox,
.gameComplete .content .topBox,
.levelComplete .content .topBox {
  background: transparent !important;
  opacity: 1 !important;
}
.diePopup .content p.title,
.gameComplete .content p.title,
.levelComplete .content p.title {
  top: auto;
  bottom: 190px;
}
.diePopup .content p.message,
.gameComplete .content p.message,
.levelComplete .content p.message {
  top: auto;
  right: auto;
  bottom: 26px;
  font-size: 20px;
  width: 200px;
  left: 107px;
}
.diePopup .content .buttonbar,
.gameComplete .content .buttonbar,
.levelComplete .content .buttonbar,
.diePopup .content p.message,
.gameComplete .content p.message,
.levelComplete .content p.message {
  -moz-opacity: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.diePopup .content .buttonbar.show,
.gameComplete .content .buttonbar.show,
.levelComplete .content .buttonbar.show,
.diePopup .content p.message.show,
.gameComplete .content p.message.show,
.levelComplete .content p.message.show {
  -moz-opacity: 1;
  opacity: 1;
}
.diePopup .content.die-timeup {
  background-image: url("https://static.purplemash.com/images/diy3d/popups/timeup.gif");
}
.diePopup .content.die-timeup p.title {
  bottom: 102px;
}
.diePopup .content.die-timeup p.message {
  bottom: 10px;
}
.diePopup .content.die-timeup .buttonbar {
  bottom: -5px;
}
.diePopup .content.die-die {
  background-image: url("https://static.purplemash.com/images/diy3d/popups/dead.gif");
}
.gameComplete .content {
  background-image: url("https://static.purplemash.com/images/diy3d/popups/complete.gif");
}
.levelComplete .content {
  background-image: url("https://static.purplemash.com/images/diy3d/popups/level.gif");
}
.levelComplete button {
  margin-top: 100px;
}
.qualityPopup .ui-slider {
  background: #E0E0E0;
  background-color: #E0E0E0;
  border: none;
  border-radius: 8px;
  position: relative;
  width: 250px;
  top: 45px;
  left: 30px;
}
.qualityPopup .ui-slider a.ui-slider-handle {
  background: transparent;
  background-color: transparent;
  border: none;
  width: 50px;
  height: 50px;
  margin-top: -13px;
  margin-left: -20px;
  background-image: url("https://static.purplemash.com/images/toolbar/slider_handle.png");
  background-repeat: no-repeat;
  outline: 0;
  cursor: pointer;
}
.qualityPopup .buttonbar {
  position: absolute;
  bottom: 0;
  height: 75px;
  left: 0;
  right: 0;
  background: white;
  text-align: center;
}
.qualityPopup .buttonbar .smileyfacebutton {
  margin-left: 8px;
  margin-right: 8px;
}
.qualityPopup .indicator {
  width: 138px;
  height: 138px;
  position: absolute;
  right: 19px;
  top: 21px;
  background: white;
  background-image: url("https://static.purplemash.com/images/diy3d/quality/all.png");
  background-repeat: no-repeat;
}
.qualityPopup .indicator.quality-0 {
  background-position-x: -276px;
}
.qualityPopup .indicator.quality-1 {
  background-position-x: -138px;
}
.qualityPopup .indicator.quality-2 {
  background-position-x: 0;
}
.qualityPopup p {
  position: absolute;
  bottom: 76px;
  left: 23px;
  width: 289px;
  height: 68px;
  text-align: center;
  font-size: 15px;
}
body.quality-0 .diePopup .content.die-timeup {
  background-image: url("https://static.purplemash.com/images/diy3d/popups/timeup.png") !important;
}
body.quality-0 .diePopup .content.die-die {
  background-image: url("https://static.purplemash.com/images/diy3d/popups/dead.png") !important;
}
body.quality-0 .gameComplete .content {
  background-image: url("https://static.purplemash.com/images/diy3d/popups/complete.png") !important;
}
body.quality-0 .levelComplete .content {
  background-image: url("https://static.purplemash.com/images/diy3d/popups/level.png") !important;
}
body #painttools {
  position: absolute;
  width: 120px;
  bottom: 0;
  left: 0;
}
body #painttools .classFeltPenBB,
body #painttools .classPaintSize,
body #painttools .classTextureBB {
  display: none !important;
}
body #app .app .design #paintablesSection {
  top: 74px;
}
body #app .app .design #paintablesSection .paintablecell.paintablecell-advanced {
  display: none;
}
body #app .app .design #editingSection {
  top: 199px;
}
body #app .app .design #editingSection .advanced {
  display: none;
}
body.advanced #app .app .design #paintablesSection {
  top: 77px;
}
body.advanced #app .app .design #paintablesSection .paintablecell.paintablecell-advanced {
  display: inline-block;
}
body.advanced #app .app .design #editingSection {
  top: 298px;
}
body.advanced #app .app .design #editingSection .advanced {
  display: inline-block;
}
body.painting #drawingContainer {
  z-index: 3;
}
body.painting .gridcanvas {
  z-index: 2;
  -moz-opacity: 0.25;
  opacity: 0.25;
  filter: grayscale(95%);
}
body.painting #editingSection {
  display: none;
}
body.painting #paintablesSection {
  display: none;
}
body:not(.painting) #drawingContainer {
  z-index: 2;
}
body:not(.painting) .gridcanvas {
  z-index: 3;
  filter: none;
  -moz-opacity: 1;
  opacity: 1;
}
body:not(.painting) #editingSection {
  display: block;
}
#app.level-0 .app .design #gridContainer #background {
  background: #69a0f3;
}
#app.level-1 .app .design #gridContainer #background {
  background: #6bbf5e;
}
#app.level-2 .app .design #gridContainer #background {
  background: #60afc9;
}
#app.level-3 .app .design #gridContainer #background {
  background: #aa9574;
}
#app.level-4 .app .design #gridContainer #background {
  background: #875c76;
}
div#introScreen .textContents {
  text-align: center !important;
}
/*

Only need woff2 going forward

 */
@font-face {
  src: local("Arial"), url("https://static.purplemash.com/fonts/arial/arial.woff2") format("woff2");
  font-family: "Arial";
}
@font-face {
  src: local("Arial Black"), url("https://static.purplemash.com/fonts/arial-black/arial-black.woff2") format("woff2");
  font-family: "Arial Black";
}
@font-face {
  font-family: 'Rounded';
  src: url('https://static.purplemash.com/fonts/arial-rounded/arial-rounded-bold.woff2') format('woff2');
}
@font-face {
  src: url("https://static.purplemash.com/fonts/bauhaus/bauhs93.woff2") format("woff2");
  font-family: "Bauhaus";
}
@font-face {
  src: url("https://static.purplemash.com/fonts/jokerman/jokerman.woff2") format("woff2");
  font-family: "Jokerman";
}
@font-face {
  src: url("https://static.purplemash.com/fonts/baskerville/baskvill.woff2") format("woff2");
  font-family: "Baskerville";
}
@font-face {
  src: url("https://static.purplemash.com/fonts/abc/abc_junior_dot_line.woff2") format("woff2");
  font-family: "ABC Junior Dot Line";
}
@font-face {
  src: url("https://static.purplemash.com/fonts/abc/abc_junior_dot.woff2") format("woff2");
  font-family: "ABC Junior Dot";
}
@font-face {
  src: url("https://static.purplemash.com/fonts/abc/abc_junior_line.woff2") format("woff2");
  font-family: "ABC Junior Line";
}
@font-face {
  src: url("https://static.purplemash.com/fonts/abc/abc_junior_plain.woff2") format("woff2");
  font-family: "ABC Junior Plain";
}
@font-face {
  src: url("https://static.purplemash.com/fonts/abc/abc_junior_typing.woff2") format("woff2");
  font-family: "ABC Junior Typing";
}
@font-face {
  src: url("https://static.purplemash.com/fonts/breakthrough/breakthrough.woff2") format("woff2");
  font-family: "Breakthrough";
}
@font-face {
  src: local('Garamond'), url("https://static.purplemash.com/fonts/garamond/eb-garamond-v26-latin-regular.woff2") format("woff2");
  font-family: "Garamond";
}
@font-face {
  src: local('Georgia'), url("https://static.purplemash.com/fonts/georgia/georgia.woff2") format("woff2");
  font-family: "Georgia";
}
@font-face {
  src: url("https://static.purplemash.com/fonts/impact/impact.woff2") format("woff2");
  font-family: "Impact";
}
@font-face {
  src: url("https://static.purplemash.com/fonts/teachers-pet/teachers-pet.woff2") format("woff2");
  font-family: "Teachers Pet";
}
@font-face {
  src: url("https://static.purplemash.com/fonts/tahoma/tahoma.woff2") format("woff2");
  font-family: "Tahoma";
}
@font-face {
  src: local('Times New Roman'), url("https://static.purplemash.com/fonts/timesnewroman/TimesNewRomanPSMT.woff2") format("woff2");
  font-family: "Times New Roman";
}
@font-face {
  src: url("https://static.purplemash.com/fonts/palatino-linotype/palatino-linotype.woff2") format("woff2");
  font-family: "Palatino Linotype";
}
@font-face {
  src: url("https://static.purplemash.com/fonts/calibri/calibri.woff2") format("woff2");
  font-family: "Calibri";
}
@font-face {
  src: url("https://static.purplemash.com/fonts/bradley-hand/bradley-hand-italic.woff2") format("woff2");
  font-family: "Bradley Hand";
}
@font-face {
  src: url("https://static.purplemash.com/fonts/book-antiqua/book-antiqua.woff2") format("woff2");
  font-family: "Book Antiqua";
}
@font-face {
  src: local('Courier New'), url("https://static.purplemash.com/fonts/courier/courier.woff2") format("woff2");
  font-family: "Courier";
}
@font-face {
  src: local('Courier New'), url("https://static.purplemash.com/fonts/courier/courier.woff2") format("woff2");
  font-family: "Courier New";
}
@font-face {
  src: url('https://static.purplemash.com/fonts/minimash/Poppins-edited.woff2') format('woff2');
  font-family: 'PoppinsEdited';
}
@font-face {
  src: url("https://static.purplemash.com/fonts/i-am-the-crayon-master/IAmTheCrayonMaster.woff2") format("woff2");
  font-family: "Crayon";
}
@font-face {
  font-family: "Comic sans ms";
  src: local('Comic sans ms'), url("https://static.purplemash.com/fonts/comic/comic.woff2") format("woff2");
}
@font-face {
  font-family: "comic";
  src: local('Comic sans ms'), url('https://static.purplemash.com/fonts/comic/comic.woff2') format("woff2");
}
@font-face {
  font-family: "Lucida Sans Unicode";
  src: local('Lucida Sans Unicode'), url('https://static.purplemash.com/fonts/lucida/lucida-sans-unicode.woff2') format("woff2");
}
@font-face {
  font-family: 'Nunito';
  src: url('https://static.purplemash.com/fonts/nunito/Nunito-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  src: url('https://static.purplemash.com/fonts/nunito/Nunito-Bold.woff2') format('woff2');
  font-weight: bold;
}
@font-face {
  font-family: 'SFDigitalReadout';
  src: url('https://static.purplemash.com/fonts/minimash/SFDigitalReadout-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Muli';
  src: url('https://static.purplemash.com/fonts/muli/Muli-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'CursiveJoin';
  src: url("https://static.purplemash.com/fonts/linkpen/Linkpen 2b Join.woff2") format("woff2");
}
.contextual-ligatures {
  font-variant-ligatures: contextual;
}
@font-face {
  font-family: 'CursivePrint';
  src: url("https://static.purplemash.com/fonts/linkpen/Linkpen 2b Print.woff2") format("woff2");
}
@font-face {
  font-family: "Aravis";
  src: url("https://static.purplemash.com/fonts/aravis/Aravis-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Aravis";
  src: url("https://static.purplemash.com/fonts/aravis/Aravis-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Aravis";
  src: url("https://static.purplemash.com/fonts/aravis/Aravis-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Aravis";
  src: url("https://static.purplemash.com/fonts/aravis/Aravis-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Aravis";
  src: url("https://static.purplemash.com/fonts/aravis/Aravis-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Aravis";
  src: url("https://static.purplemash.com/fonts/aravis/Aravis-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Aravis";
  src: url("https://static.purplemash.com/fonts/aravis/Aravis-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1650px) {
  #app .app .design .navigation div {
    left: 0;
    right: 30px;
  }
}
@media screen and (max-height: 630px) {
  body #app .app .design #editingSection {
    top: 179px;
  }
  body #app .app .design #editingSection .editingBlock {
    height: 58px;
  }
  body.advanced #app .app .design #editingSection {
    top: 279px;
  }
}
@media screen and (max-height: 570px) {
  body.advanced #app .app .design #editingSection label {
    display: none !important;
  }
  body.advanced #app .app .design #editingSection .editingBlock {
    width: 50%;
    height: 50px;
  }
}
@media screen and (max-height: 415px) {
  body.advanced #app .app .design #editingSection {
    display: none !important;
  }
}
@media screen and (max-height: 800px) {
  #app .app .design .navigation button.info,
  #app .app .design .navigation button.trash {
    width: 26px;
    height: 26px;
  }
  #app .app .design .navigation button.trash {
    margin-left: -27px;
    margin-top: -27px;
  }
  #app .app .design .navigation button.info {
    top: 3px;
  }
}


