.opacityZero {
  opacity: 0;
  filter: alpha(opacity=0);
}
#selfieInputContainer {
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  transform-origin: left top;
  opacity: 0;
  filter: alpha(opacity=0);
}
#webcamDivContainer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 100000;
}
#webcamDivContainer .activateMsg {
  color: gray;
  position: absolute;
  font-size: 18px;
  font-family: Arial;
  z-index: 500;
  top: 9px;
}
#webcamDivContainer.hide {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: -100;
}
#webcamDivContainer button.flip,
#webcamDivContainer button.facingMode {
  z-index: 1000;
  width: 100px;
  padding: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  opacity: 0.7;
  border: none;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
#webcamDivContainer button.flip:hover,
#webcamDivContainer button.facingMode:hover {
  opacity: 1;
}
#webcamDivContainer button.flip {
  left: 0;
  background-image: url("https://static2.purplemash.com/images/paintapi/flip.png");
}
#webcamDivContainer button.facingMode {
  right: 0;
  background-image: url("https://static2.purplemash.com/images/paintapi/facingMode.png");
}
#webcamDivContainer .ellipsesvg,
#webcamDivContainer .boxsvg {
  display: block;
  position: absolute;
  z-index: 2;
  transform-origin: left top;
}
#webcamDivContainer #webcam {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: left top;
}
#webcamDivContainer #webcam.html5video {
  transform-origin: center center;
}
#webcamDivContainer #webcam.html5video.flip {
  transform: scale(-1, 1);
}
.tablettexteditor {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  overflow: hidden;
  background: #ddd;
}
.tablettexteditor textarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  border: none;
  resize: none;
  outline: none;
  font-size: 20px;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 0;
  user-select: initial;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: white;
  height: 100%;
  bottom: 0;
  padding-right: 150px;
}
.tablettexteditor .buttonBar {
  position: fixed;
  top: 8px;
  right: 8px;
  width: 250px;
}
.tablettexteditor .buttonBar .yes,
.tablettexteditor .buttonBar .no {
  float: right;
}
.paintAPIDialog {
  position: relative;
  min-width: 550px;
}
.paintAPIDialog .paintAPIControls {
  position: absolute;
  left: 115px;
  top: 0;
  height: 60px;
  right: 0;
  min-width: 420px !important;
}
.paintAPIDialog .paintAPIControls #selfieInputContainer {
  margin-top: 3px;
  padding-top: 3px;
  opacity: 0.01;
  z-index: 10000;
}
.paintAPIDialog .paintAPIDesign {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 75px;
  right: 0;
}
.paintAPIDialog .paintAPIDesign .zoom-slider {
  position: absolute;
  height: 98%;
  width: 16px;
  left: 120px;
  top: 12%;
  z-index: 1;
  background: #E0E0E0;
  border-radius: 8px;
  border: none;
}
.paintAPIDialog .paintAPIDesign .zoom-slider .zoom-slider-origin,
.paintAPIDialog .paintAPIDesign .zoom-slider a.ui-slider-handle {
  background: transparent;
  background-color: transparent;
  border: none;
  width: 36px;
  height: 36px;
  margin-left: -6px;
  background-image: url("https://static2.purplemash.com/images/toolbar/slider_handle.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  outline: none !important;
}
.paintAPIDialog .paintAPIDesign .zoom-slider .zoom-slider-origin {
  margin-bottom: -0.6em;
  left: -0.3em;
  position: absolute;
  filter: grayscale(90%);
  opacity: 0.25;
}
.paintAPIDialog .paintAPIDesign .zoom-slider a.ui-slider-handle {
  cursor: pointer;
}
.paintAPIDialog .paintAPIDesign .zoom-slider a.ui-slider-handle:focus {
  outline: none !important;
}
.paintAPIDialog .paintAPIPopUpTools {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100px;
}
.paintAPIDialog .paintAPIPopUpCanvas {
  position: absolute;
  left: 120px;
  top: 60px;
  background: white;
  transform-origin: top left;
  overflow: hidden;
  border: 1px solid #999;
}
.paintAPIDialog .paintAPIPopUpCanvas.transparent {
  background: url("https://static2.purplemash.com/images/painting/graphics/checks.png");
}
.paintAPIDialog .paintAPIPopUpCanvas.dragover {
  border: 3px dashed #8E24AA;
  background-color: #e0acee;
}
.paintAPIDialog .paintAPIPopUpCanvas.dragover:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238E24AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  z-index: 1;
}
.paintAPIDialog .paintAPIHasSideBar .paintAPISideBar {
  display: block;
  position: absolute;
  right: 4px;
  top: 60px;
  bottom: 80px;
  width: 375px;
}
.paintAPIDialog .paintAPIHasSideBar .paintAPIDesign {
  right: 430px;
  bottom: 0;
}
.paintAPIDialog .paintAPIHasSideBar .paintAPIDesign .zoom-slider {
  height: 85%;
  left: 119px;
}
.paintAPIDialog .paintAPIHasSideBar .paintAPIPopUpTools {
  bottom: 0;
}
.paintAPIDialog .paintpopup .crop-button {
  z-index: 30;
  position: absolute;
}
.paintAPIDialog .paintpopup .crop-button span {
  pointer-events: none;
}
.paintAPIDialog .paintpopup.supportTransform .paintAPIPopUpCanvas {
  left: 150px;
}
.paintAPIDialog .paintpopup.supportTransform .paintAPIPopUpCanvas canvas.classPaintArea.paint {
  box-shadow: rgba(50, 50, 50, 0.2) 0 0 2000px 2000px;
}
.paintAPIDialog.tools-three-columns .paintAPIDesign .zoom-slider {
  left: 160px;
}
@media screen and (max-height: 620px) {
  .paintAPIDialog .paintAPIDesign .zoom-slider {
    top: 16%;
  }
}
.paintAPIDialog #paintAPIPopUpButtons {
  position: absolute;
  right: 5px;
  bottom: 3px;
  z-index: 1;
}
.paintAPIDialog #paintAPIPopUpButtons .paintAPIPopUpOkButton {
  margin-right: 10px;
}
.paintAPIDialog #paintPopUpOkButton {
  background-color: transparent !important;
  border: none;
  color: black;
}
.paintAPIDialog .paintAPIControls {
  box-shadow: none;
}
.paintAPIDialog .paintAPIControls button {
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.paintAPIDialog .paintAPIControls button:focus {
  outline: none !important;
}
.paintAPIDialog .paintAPIControls button.paintAPIundoredo {
  opacity: 0.3;
  float: right;
}
.paintAPIDialog .paintAPIControls button.show {
  opacity: 1;
}
.paintAPIDialog .paintAPIControls button.paintAPISelfie.disabled {
  opacity: 0.3;
}
.paintAPIDialog .paintAPIControls button:not(:disabled):hover {
  background: var(--pm-toolbar-icon-bg-color);
}
.paintAPIDialog .paintAPIControls.paintAPIclearButton,
.paintAPIDialog .paintAPIControls.paintAPIaddClipartButton {
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  border: none;
  background-color: transparent !important;
}
.paintPopupOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #aaa;
  opacity: 0.3;
}
#bodyButtonContainer {
  position: absolute;
  top: 0;
  left: 0;
}


html,
body {
  width: 100%;
}
html {
  height: 100vh;
}
body {
  background: #fafafa;
  height: 100%;
}
#paintContainer {
  width: 100%;
  position: absolute;
  height: 100%;
  overflow: hidden;
}
.classPaintTab,
.classPaintArea,
.classPaintColours,
.classPaintFeltPens,
.classPaintFrame,
.classPaintMagnet,
.classPaintMenu,
.classPaintSize,
.classPaintTextures,
.classPaintTools {
  display: block;
}
.classPaintArea {
  cursor: pointer;
  transform-origin: top left;
}
.classPaintArea.dragover {
  border: 3px dashed #8E24AA;
  background-color: #e0acee;
}
.classPaintArea.dragover:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238E24AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  z-index: 1;
}
.classPaintText {
  margin: 0;
  padding: 0;
  font-size: 2em;
  color: black;
}
.classPaintText[type=text],
.classPaintText[type=text]:hover,
.classPaintText[type=text]:focus,
.classPaintText[type=text]:active {
  border: 0;
  outline: none;
  outline-offset: 0;
  -webkit-appearance: none;
  border-radius: 0;
}
#pmSpriteCreator {
  background-color: #e5e5e5;
}
.classPaint,
.classFilmstriptoolbar,
.classAnimFrames,
.classToolbarAnim {
  cursor: default;
}
.version {
  position: relative;
  top: -1px;
  font-size: 7pt;
}
#painttooltip {
  position: absolute;
  background-color: #ffffff;
  border-style: solid;
  border-width: thin;
  border-color: #000000;
  z-index: 9999;
  color: #000;
  font-size: 12px;
  width: 180px;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.classPagePaintAPic {
  background-color: transparent;
  overflow: hidden;
  /* this has a side effect when use scale down the window and the top panel stuff drops down to fit in pushing the paint area down as well?! */
}
.classOverlayPaintAPic {
  background-color: rgba(1, 1, 1, 0.1);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
.print-animate-slide-container {
  position: relative;
}
.print-animate-slide-image {
  position: absolute;
  left: 0;
  top: 0;
}
#IDNewTemplatesDiv > div {
  background: transparent;
  position: relative;
  display: inline-block;
  margin: 5px;
}
#IDNewTemplatesDiv > div.selected {
  outline: 6px solid #E1BEE7;
}
.ft-widget {
  -webkit-transform-style: preserve-3d;
}
.ft-container {
  position: absolute;
}
.ft-controls {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  z-index: 200;
}
.editMode .ft-controls {
  opacity: 0;
}
.ft-scaler {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  margin-left: -8px;
  margin-top: -8px;
  background-color: #6A1B9A;
  cursor: pointer;
}
.ft-scaler.hide {
  visibility: hidden;
}
.ft-scaler-top {
  top: -5px;
}
.ft-scaler-mid {
  top: 50%;
}
.ft-scaler-bottom {
  top: 100%;
}
.ft-scaler-left {
  left: -3px;
}
.ft-scaler-center {
  left: 50%;
}
.ft-scaler-right {
  left: 100%;
}
.ft-rotator {
  position: absolute;
  width: 36px;
  height: 36px;
  background-image: url('https://static2.purplemash.com/images/publishing/rotate_ccw.png');
  top: -34px;
  cursor: pointer;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
#textAdderContainer,
#selectorContainer {
  position: absolute;
  z-index: 25;
}
#textAdderContainer .container,
#selectorContainer .container {
  position: absolute;
  z-index: 25;
  opacity: 1 !important;
}
#textAdderContainer .container.ui-draggable.ui-state-disabled,
#selectorContainer .container.ui-draggable.ui-state-disabled {
  opacity: 1 !important;
}
#textAdderContainer .inner,
#selectorContainer .inner {
  position: absolute;
  border: 2px dashed #92529b;
  transform-origin: 50% 50%;
}
#textAdderContainer .resizer,
#selectorContainer .resizer {
  opacity: 0.75;
  transform-origin: center center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  outline: none;
  border: none;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute !important;
  z-index: 30;
  cursor: pointer;
}
#textAdderContainer .resizer.hidden,
#selectorContainer .resizer.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
}
#textAdderContainer .resizer .resizerInner,
#selectorContainer .resizer .resizerInner {
  border-radius: 50%;
  background: #92529b;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 10px;
  border: 1px solid white;
}
#textAdderContainer .resizer.resizer-rot .resizerInner .resizerBlob,
#selectorContainer .resizer.resizer-rot .resizerInner .resizerBlob {
  background: white;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: relative;
  left: 7px;
  top: 7px;
}
#textAdderContainer .resizer.resizer-mp,
#selectorContainer .resizer.resizer-mp {
  width: 4px;
  height: 4px;
  background-color: #92529b;
  margin-left: -2px;
  margin-top: -2px;
  border-radius: 50%;
}
#textAdderContainer .resizer:hover,
#selectorContainer .resizer:hover {
  opacity: 1;
}
#selectorContainer {
  overflow: hidden;
}
#selectorContainer .inner canvas {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#selectorContainer.cropSelectorContainer .inner {
  background: rgba(255, 255, 255, 0.2);
  border-color: #14a21c;
  overflow: hidden;
}
#selectorContainer.cropSelectorContainer .resizer .resizerInner {
  background: #14a21c;
}
#textAdderContainer .textAdderEditor {
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  width: 100%;
  height: 36px;
}
#textAdderContainer .textAdderEditor button.editText {
  width: 36px;
  height: 36px;
  outline: none;
  border: none;
  background-repeat: no-repeat;
  background-image: url("https://static2.purplemash.com/images/painting/drag.png");
  background-position: 0 0;
  position: absolute;
  cursor: pointer;
  background-color: transparent;
}
#textAdderContainer .textAdderTextArea {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  resize: none;
  padding: 0;
  display: block;
  overflow: hidden;
  z-index: 10;
  line-height: 1;
  outline: none !important;
  background: rgba(255, 255, 255, 0.75);
  box-sizing: border-box;
  border-top-width: 0 !important;
  word-wrap: normal;
  word-break: break-word;
}
#textAdderContainer .textAdderHandle {
  width: 100%;
  height: 36px;
  background: #6A1B9A;
  position: absolute;
  top: 0;
  right: 0;
  cursor: move;
}
#textAdderContainer .textAdderHandle:after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  height: 36px;
  width: 36px;
  background-image: url("https://static2.purplemash.com/images/painting/drag.png");
  background-repeat: no-repeat;
  background-position: -36px 0;
}
#textAdderContainer.send .textAdderTextArea {
  border: none;
  background: transparent;
}
#textAdderContainer.small button.editText {
  display: none;
}
.tablettexteditor {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  overflow: hidden;
  background: white;
}
.tablettexteditor .tablettextcontainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 250px;
  background: white;
}
.tablettexteditor .tablettextcontainer textarea {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 99.9%;
  margin: 0;
  border: none;
  resize: none;
  outline: none;
  font-size: 20px;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 0;
  background: white;
  user-select: initial;
}
.tablettexteditor .buttonBar {
  position: absolute;
  top: 3px;
  right: 3px;
}
.tablettexteditor .buttonBar .yes,
.tablettexteditor .buttonBar .no {
  float: right;
}


/************** timer bar *************/
/************  nice shadow **************/
.shadowedBox:before,
.shadowedBox:after {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.dropShadowBox {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
/************** fx ****************/
.animateSize {
  transition: width 0.5s, height 0.5s, background-color 0.5s;
}
.animateOpacity {
  transition: opacity 0.1s linear;
}
.imageview {
  position: absolute;
  /*do not add any more CSS here, it gets messed up - jg*/
}
.scale-topleft {
  transform-origin: left top;
}
.scale-topright {
  transform-origin: right top;
}
.ui-dialog.pmDialog .ui-dialog-buttonpane {
  padding: 0;
  margin: 0;
  padding-top: 2px;
}
.ui-dialog.pmDialog .ui-dialog-buttonpane .smileyfacebutton div.text {
  font-size: 15px;
}
.ui-dialog.pmDialog .ui-dialog-buttonpane button.addAllowPaint {
  background-color: #8E24AA;
  float: left;
  width: 145px;
  height: 41px;
  background-image: url('https://static2.purplemash.com/images/clipart-picker/paint.png');
  background-repeat: no-repeat;
  color: white;
  background-size: 32px;
  background-position: 3px 3px;
  padding-left: 40px;
}
.colorpickerview .colorpicker {
  width: 97%;
  bottom: 55px;
  position: absolute;
  top: 50px;
}
.colorpickerview .colorpicker .colorSqr {
  width: 45px;
  height: 45px;
  margin: 8px;
  float: left;
  cursor: pointer;
  position: relative;
  border: 6px solid transparent;
  box-sizing: border-box;
  transform-origin: center center;
  opacity: 0.5;
}
.colorpickerview .colorpicker .colorSqr:hover {
  opacity: 1;
  transform: scale(1.1, 1.1);
}
.colorpickerview .colorpicker .colorSqr.selected {
  border: 6px solid yellow;
  outline: 2px solid #eeee00;
  opacity: 1;
}
.colorpickerview .colorpicker .colorSqr.transparent {
  background-image: url("https://static2.purplemash.com/images/painting/graphics/checks.png") !important;
}
.colorpickerview .colorpicker.style-palette {
  top: 0;
}
.colorpickerview .colorpicker.style-palette .colorSqr {
  width: 64px;
  height: 64px;
  border-radius: 32px;
}
.colorpickerview .colorpicker.style-palette .colorSqr.selected {
  outline: none !important;
}
.colorpickerview .colorpicker.style-colorpicker {
  top: 0;
  bottom: 0;
  width: 99%;
}
.colorpickerview .colorpicker.style-colorpicker .colorSqr {
  width: 45px;
  height: 100%;
  border-radius: 0;
  margin: 0;
  border: none;
  opacity: 0.75;
  border: 1px inset black;
}
.colorpickerview .colorpicker.style-colorpicker .colorSqr.selected {
  outline: none !important;
  border: 3px inset blue;
  transform: none !important;
}
.colorpickerview .colorpicker.style-colorpicker .colorSqr:hover {
  transform: none !important;
  opacity: 1;
}
.colorpickerview.style-colorpicker {
  padding: 0;
  height: 90px !important;
  max-width: 1100px;
}
.colorpickerview.style-colorpicker .popuptitlebar {
  display: none;
}
.filterpickerview {
  width: 700px;
  height: 500px;
}
.filterpickerview .filterpicker {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  top: 50px;
}
.filterpickerview .filterpicker .filterCanvasContainer {
  position: absolute;
  right: 7px;
  width: 56.999%;
  top: 0;
  bottom: 80px;
}
.filterpickerview .filterpicker .filterContainer {
  position: absolute;
  left: 0;
  width: 43.5%;
  bottom: 0;
  top: 0;
}
.filterpickerview .filterpicker .filterContainer .filterSqr {
  width: 88px;
  height: 88px;
  margin: 6px;
  float: left;
  cursor: pointer;
  position: relative;
  border: 6px solid transparent;
  box-sizing: border-box;
  transform-origin: center center;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center;
}
.filterpickerview .filterpicker .filterContainer .filterSqr[data-type="none"] {
  background-image: url("https://static2.purplemash.com/images/painting/filters/none.png");
}
.filterpickerview .filterpicker .filterContainer .filterSqr[data-type="sepia"] {
  background-image: url("https://static2.purplemash.com/images/painting/filters/sepia.png");
}
.filterpickerview .filterpicker .filterContainer .filterSqr[data-type="blue"] {
  background-image: url("https://static2.purplemash.com/images/painting/filters/blue.png");
}
.filterpickerview .filterpicker .filterContainer .filterSqr[data-type="red"] {
  background-image: url("https://static2.purplemash.com/images/painting/filters/red.png");
}
.filterpickerview .filterpicker .filterContainer .filterSqr[data-type="green"] {
  background-image: url("https://static2.purplemash.com/images/painting/filters/green.png");
}
.filterpickerview .filterpicker .filterContainer .filterSqr[data-type="grayscale"] {
  background-image: url("https://static2.purplemash.com/images/painting/filters/grayscale.png");
}
.filterpickerview .filterpicker .filterContainer .filterSqr[data-type="blur"] {
  background-image: url("https://static2.purplemash.com/images/painting/filters/blur.png");
}
.filterpickerview .filterpicker .filterContainer .filterSqr[data-type="lighten"] {
  background-image: url("https://static2.purplemash.com/images/painting/filters/lighten.png");
}
.filterpickerview .filterpicker .filterContainer .filterSqr[data-type="darken"] {
  background-image: url("https://static2.purplemash.com/images/painting/filters/darken.png");
}
.filterpickerview .filterpicker .filterContainer .filterSqr[data-type="mosaic"] {
  background-image: url("https://static2.purplemash.com/images/painting/filters/mosaic.png");
}
.filterpickerview .filterpicker .filterContainer .filterSqr[data-type="saturate"] {
  background-image: url("https://static2.purplemash.com/images/painting/filters/saturate.png");
}
.filterpickerview .filterpicker .filterContainer .filterSqr[data-type="pointillist"] {
  background-image: url("https://static2.purplemash.com/images/painting/filters/pointillist.png");
}
.filterpickerview .filterpicker .filterContainer .filterSqr[data-type="invert"] {
  background-image: url("https://static2.purplemash.com/images/painting/filters/invert.png");
}
.filterpickerview .filterpicker .filterContainer .filterSqr:hover {
  opacity: 1;
  transform: scale(1.1, 1.1);
}
.filterpickerview .filterpicker .filterContainer .filterSqr.selected {
  border: 6px solid yellow;
  outline: 2px solid #eeee00;
  opacity: 1;
}
.fontpickerview {
  width: 500px;
  height: 225px;
}
.fontpickerview .fontpicker {
  width: 495px;
  height: 65px;
  position: relative;
  top: 50px;
  min-width: 450px;
}
.fontpickerview .sizeSelect {
  float: right;
  margin: 12px;
  max-width: 80px;
}
.fontpickerview .colorSwatch {
  border: 1px solid black;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 331px;
  top: 13px;
}
.fontpickerview .alignButtons {
  width: 150px;
  height: 40px;
  position: absolute;
  left: 8px;
  top: 63px;
}
.fontpickerview .alignButtons button.align {
  width: 36px;
  height: 36px;
  background-image: url('https://static2.purplemash.com/images/diyjs/align.png');
  background-repeat: no-repeat;
  background-color: white;
  outline: none;
  border: 1px solid black;
  margin: 6px;
  opacity: 0.7;
  cursor: pointer;
}
.fontpickerview .alignButtons button.align.align-left {
  background-position: -36px 0;
}
.fontpickerview .alignButtons button.align.align-right {
  background-position: -72px 0;
}
.fontpickerview .alignButtons button.align.align-center {
  background-position: 0 0;
}
.fontpickerview .alignButtons button.align.selected {
  outline: 4px solid yellow;
  opacity: 1;
}
.fontpickerview .fontSelect {
  float: left;
  margin: 12px;
  max-width: 300px;
  width: 300px;
  min-height: 32px;
  padding: 4px;
}
.fontpickerview .sizeSelect {
  height: 40px;
}
.textEditorPopup.popup.topPopUp.ui-dialog-content div.textEditorText {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 5px;
  padding: 5px;
  font-size: larger;
}
.ui-dialog.pmDialog.textEditor {
  position: absolute;
  top: 0 !important;
}
/******  vars  *****/
div#introScreen .introSfxPicker {
  position: absolute;
  left: 50%;
  margin-left: -72px;
  color: white;
  bottom: 0px;
  height: 54px;
  right: 0;
}
div#introScreen.hasSidebar .introSfxPicker {
  right: 200px;
}
div#introScreen.sfx-buttons-3 .introSfxPicker {
  margin-left: -150px;
}
div#introScreen .sfxButtonContainer {
  width: 150px;
  text-align: right;
  height: 100%;
  margin: 0;
  float: left;
  position: relative;
}
div#introScreen .introSfxPicker span {
  position: relative;
  top: 1px;
  left: 0;
  display: inline-block;
  font-size: 100%;
  width: 88px;
  text-align: center;
}
div#introScreen .sfxButtonContainer button.sfxButton {
  background-size: 50px 50px;
  background-repeat: no-repeat;
  border: none;
  border-radius: 0;
  width: 50px;
  height: 50px;
  float: right;
  padding: 0;
  margin: 0;
}
div#introScreen .sfxButtonContainer.empty button.sfxButton {
  background-image: url('https://static2.purplemash.com/images/diyjs/sound-icon.png') !important;
}
div#introScreen .introLives {
  position: absolute;
  color: white;
  bottom: 0;
  height: 54px;
  width: 60px;
  left: 50%;
  margin-left: -260px;
}
div#introScreen .introLives button {
  border: none;
  background-color: transparent;
  width: 50px;
  height: 50px;
  background-image: url("https://static2.purplemash.com/images/diyjs/lives.png");
  background-size: 50px 50px;
  color: rgba(255, 255, 255, 0.33);
  font-size: 17px;
  font-weight: bold;
}
div#introScreen .introLives span {
  top: 10px;
  display: inline-block;
  font-size: 112%;
  width: 88px;
  text-align: center;
  position: absolute;
  left: -73px;
}
.widgetpopup .livespicker {
  color: white;
  position: absolute;
}
.widgetpopup .livespicker .chooselivespicker {
  width: 540px;
  height: 200px;
}
.widgetpopup .livespicker .chooselivespicker .widget-stepperContainer {
  left: 76px;
  width: 92px;
}
.widgetpopup .livespicker .chooselivespicker span.label {
  position: absolute;
  left: 10px;
  top: 115px;
  font-size: 18px;
}
.widgetpopup .livespicker .chooselivespicker .livesHeartsList {
  height: 52px;
  top: 102px;
  position: absolute;
  left: 151px;
  background-color: white;
  background-image: url("https://static2.purplemash.com/images/diyjs/heart.png");
  background-repeat: repeat-x;
  background-position-y: 8px;
}
div#introScreen .mainContentContainer {
  position: absolute;
  top: 90px;
  left: 60px;
  right: 60px;
  bottom: 50px;
  background: transparent;
}
div#introScreen.editable .mainContentContainer {
  bottom: 90px;
}
div#introScreen.notEditable .mainContentContainer {
  left: 35px;
  right: 35px;
}
div#introScreen .mainContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div#introScreen div.mainImageCentered,
div#introScreen div.containerCentered {
  position: absolute;
  left: 20px;
  right: 20px;
  height: calc(100% - 120px);
  top: 50px;
}
div#introScreen div.containerCentered {
  bottom: 154px;
}
div#introScreen .textMiddle {
  position: absolute;
  top: 90px;
  left: 167px;
  right: 170px;
  bottom: 50px;
  font-size: 20px;
  color: white;
  background: transparent;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-user-select: text;
  -webkit-tap-highlight-color: transparent;
  outline-color: transparent;
  outline-style: none;
}
div#introScreen.hasSidebar .textMiddle {
  left: 212px;
  right: 212px;
}
/* the view of the timer picker object in the intro screen */
div#introScreen .introTimer {
  display: inline-block;
  position: absolute;
  width: 116px;
  height: 60px;
  left: 50%;
  bottom: 0;
  margin-left: -200px;
}
div#introScreen.sfx-buttons-3 .introTimer {
  margin-left: -265px;
}
div#introScreen .introTimer span {
  color: white;
  font-size: 112%;
  position: relative;
  top: 7px;
}
div#introScreen .introTimer .timerpicker {
  position: absolute;
  top: 30px;
}
div#introScreen .introTimer button.introTimerButton {
  background: transparent;
  position: absolute;
  border: none;
  border-radius: 0;
  color: white;
  right: 0px;
  top: 4px;
  width: 50px;
  height: 50px;
  background-image: url('https://static2.purplemash.com/images/diyjs/timer.png');
  background-repeat: no-repeat;
  background-size: 50px 50px;
}
div#introScreen .introTimer button.introTimerButton.up {
  background-image: url('https://static2.purplemash.com/images/diyjs/clockUp.png');
}
div#introScreen .introTimer button.introTimerButton.down {
  background-image: url('https://static2.purplemash.com/images/diyjs/clockDown.png');
}
div#introScreen .widget-playtimerpicker .timeUI {
  position: absolute;
  margin-left: 11px;
  margin-top: 18px;
  min-width: 45px;
  text-align: right;
  user-select: none;
  -webkit-user-select: none;
}
div#introScreen .titleTopCentered {
  position: absolute;
  left: 15%;
  right: 15%;
  top: -45px;
  height: 70px;
}
div#introScreen .titleTopCentered input {
  width: 100%;
  height: 100%;
  padding: 4px;
  padding-top: 6px;
  font-size: 56px;
  text-align: center;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
  color: #fff;
  box-shadow: 1px 2px 5px #333;
  border: none;
  display: block;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
div#introScreen button.editButton,
div#introScreen button.disguiseButton,
div#introScreen button.resetButton,
div#introScreen button.introBgButton,
div#introScreen button.introBgButtonMain,
div#introScreen button.introFontButton,
div#introScreen button.introVoiceoverButton {
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  color: white;
  border-radius: 0;
  border: none;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}
div#introScreen button.editButton,
div#introScreen button.disguiseButton,
div#introScreen button.resetButton,
div#introScreen button.introFontButton,
div#introScreen button.introVoiceoverButton {
  z-index: 2;
  /*on top of the canvas */
  margin-right: 3px;
  margin-top: 2px;
}
div#introScreen button.editButton {
  background-image: url('https://static2.purplemash.com/images/diyjs/edit-element.png');
}
div#introScreen button.disguiseButton {
  background-image: url('https://static2.purplemash.com/images/diyjs/blur.png');
}
div#introScreen button.resetButton {
  background-image: url('https://static2.purplemash.com/images/diyjs/undo.png');
}
div#introScreen button.introCloseButton {
  position: absolute;
  border: none;
  border-radius: 0;
  color: white;
  padding: 5px;
  width: 36px;
  height: 36px;
  right: 6px;
  top: 14px;
  background-image: url('https://static2.purplemash.com/images/toolbar/quit.png');
  background-size: 36px 36px;
  background-color: transparent;
}
div#introScreen button.introPlayButton {
  border: none;
  border-radius: 10px;
  color: white;
  padding: 5px;
  left: 50%;
  bottom: 10px;
  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;
  position: absolute;
  width: 180px !important;
  height: 55px !important;
  margin-left: -90px;
  margin-top: -41px;
  font-size: 32px;
  padding-right: 36px !important;
}
div#introScreen button.introPlayButton::after {
  display: inline-block;
  content: "";
  width: 40px;
  height: 36px;
  background-image: url(https://static2.purplemash.com/images/diyjs/tri.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 8px;
  left: 122px;
  opacity: 0.8;
}
div#introScreen button.introPlayButtonBottom {
  top: auto;
  bottom: 10px;
}
div#introScreen button.introPlayButtonMiddle {
  bottom: 10px;
  top: auto;
}
div#introScreen button.introBgButton {
  right: 37px;
  top: 5px;
  background-image: url('https://static2.purplemash.com/images/diyjs/edit-element.png');
}
div#introScreen button.introFontButton {
  right: 1px;
  top: 5px;
  background-image: url('https://static2.purplemash.com/images/diyjs/fontbutton.png');
}
div#introScreen button.introVoiceoverButton {
  right: -40px;
  top: 0;
  background-image: url('https://static2.purplemash.com/images/diyjs/voiceoverbutton.png');
}
div#introScreen .textMiddle button.introVoiceoverButton {
  right: 0;
}
div#introScreen .textMiddle button.introFontButton {
  left: -120px;
  top: -78px;
}
div#introScreen .textBottomCentered button.introFontButton {
  right: -75px;
  top: 0;
}
div#introScreen button.introBgButtonMain {
  left: 12px;
  top: 12px;
  background-image: url('https://static2.purplemash.com/images/diyjs/edit-element.png');
}
div#introScreen .buttonbar {
  position: absolute;
  bottom: 7px;
  right: 0;
  left: 0;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
div#introScreen .touch button {
  opacity: 1 !important;
}
div#introScreen .textBottomCentered {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 70px;
  height: calc(100% - 120px);
  padding: 0;
  font-size: 20px;
  color: white;
}
div#introScreen .textBottomCentered .textContents {
  text-align: center;
}
div#introScreen.editable .textBottomCentered {
  left: 80px;
  right: 80px;
}
div#introScreen.hasSidebar .textBottomCentered,
div#introScreen.hasSidebar.editable .textBottomCentered {
  left: 200px;
  right: 200px;
}
div#introScreen .textContents {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  background: transparent;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  text-overflow: ellipsis;
  word-break: break-word;
  outline: none;
  box-shadow: none;
  padding-left: 2px;
  padding-top: 2px;
  -webkit-user-select: text;
  overflow-y: auto;
  text-align: center;
}
div#introScreen.editable .textContents {
  background: rgba(255, 255, 255, 0.06);
  border: 1px dashed rgba(255, 255, 255, 0.12);
}
div#introScreen.editable .textMiddle .textContents {
  position: absolute;
  top: 0;
  bottom: 18px;
  overflow: hidden;
}
div#introScreen .textContents:focus {
  outline: none;
  box-shadow: none;
}
div#introScreen .sidebarLeftRight {
  position: absolute;
  left: 7px;
  right: 6px;
  top: 2px;
  bottom: 8px;
}
div#introScreen.editable .sidebarLeftRight {
  top: 42px;
}
div#introScreen .sidebarLeftRight .sidebarCanvas {
  position: absolute;
  cursor: pointer;
}
div#introScreen .sidebarLeftRight .sidebarCanvas.sidebarCanvas-left {
  transform-origin: left top;
}
div#introScreen .sidebarLeftRight .sidebarCanvas.sidebarCanvas-right {
  transform-origin: right top;
}
div#introScreen .sidebarLeftRight input.sidebarLabel {
  text-align: center;
  border: none;
  position: absolute;
  background: transparent;
  font-size: 15px;
  color: white;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
  -webkit-tap-highlight-color: transparent;
  outline-color: transparent;
  outline-style: none;
  display: none;
}
@media screen and (max-width: 700px) {
  div#introScreen .introSfxPicker {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  div#introScreen.editable button {
    display: none !important;
  }
}
/******  css  *****/
div#introScreen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  /*because the paint tools are weird regarding z-index */
}
div#introScreen button {
  cursor: pointer;
}
div#introScreen [contenteditable=true]:empty:before {
  content: attr(placeholder);
  display: block;
  opacity: 0.35;
}
div#introScreen .introOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #111;
  opacity: 0.9;
}
div#introScreen.sharedMode .introOverlay {
  opacity: 1 !important;
}
div#introScreen .topBox {
  border-radius: 20px;
  border-radius: 12px;
  border: 0px solid transparent;
  background: #ffffff;
  opacity: 0.2;
  position: absolute;
  left: 5px;
  top: 5px;
  right: 0;
  bottom: 0;
}
div#introScreen .backgroundBoxView {
  position: absolute;
  border-radius: 16px;
  border: 2px solid black;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.widget-tooltipdialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}
.widget-tooltipdialog .tooltipPopupOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #999;
  opacity: 0.8;
}
.widget-tooltipdialog .tooltipcontents .buttonbar {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 77px;
  z-index: 2;
}
.widget-tooltipdialog .tooltipcontents .buttonbar.fullWidth {
  width: 100% !important;
}
.widget-tooltipdialog .tooltipcontents .buttonbar .smileyfacebutton {
  margin-right: 13px;
  float: right;
  margin-top: 3px;
}
.widget-tooltipdialog .tooltipcontents {
  padding: 7px;
  z-index: 100;
  position: absolute;
  border-radius: 8px;
  background: white;
  color: #222;
}
.widget-tooltipdialog .tooltipcontents .popuptitlebar {
  background: black;
  color: #eeeeee;
  padding: 9px;
  border-radius: 4px;
  font-size: 17.6px;
  font-weight: bold;
  position: absolute;
  top: 6px;
  left: 5px;
  right: 5px;
}
.widget-stepperContainer {
  width: 150px;
  height: 160px;
  position: absolute;
  top: 53px;
}
.widget-stepperContainer .stepperField {
  background: white;
  width: 100%;
  height: 30px;
  padding-top: 8px;
  padding-bottom: 14px;
  position: relative;
  top: 49px;
  text-align: center;
  font-size: xx-large;
}
.widget-stepperContainer .stepperUpButton,
.widget-stepperContainer .stepperDownButton {
  width: 60px;
  height: 60px;
  border: none;
  background-color: transparent;
  background-size: 52px 52px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  outline: none !important;
  cursor: pointer;
}
.widget-stepperContainer .stepperUpButton:disabled,
.widget-stepperContainer .stepperDownButton:disabled {
  opacity: 0.5;
}
.widget-stepperContainer .stepperUpButton {
  background-image: url('https://static2.purplemash.com/images/diyjs/up.png');
  top: 0;
}
.widget-stepperContainer .stepperDownButton {
  background-image: url('https://static2.purplemash.com/images/diyjs/down.png');
  bottom: 0px;
}
.widget-stepperContainer.horizontal {
  width: 220px;
  height: 60px;
}
.widget-stepperContainer.horizontal .stepperField {
  top: 0;
  width: auto;
  margin-left: 50px;
  margin-right: 55px;
}
.widget-stepperContainer.horizontal .stepperUpButton,
.widget-stepperContainer.horizontal .stepperDownButton {
  background-size: 30px;
  background-position: 40% 40%;
  background-repeat: no-repeat;
}
.widget-stepperContainer.horizontal .stepperUpButton {
  background-image: url('https://static2.purplemash.com/images/diyjs/right_purple.png');
  right: 0;
  left: auto;
}
.widget-stepperContainer.horizontal .stepperDownButton {
  background-image: url('https://static2.purplemash.com/images/diyjs/left_purple.png');
  left: 0;
  margin-left: 0;
}
.widget-stepperContainer.horizontalsmall {
  width: 140px;
  height: 60px;
  margin-top: 3px;
  display: inline-block;
}
.widget-stepperContainer.horizontalsmall .stepperField {
  top: 0;
  width: auto;
  margin-left: 45px;
  margin-right: 50px;
}
.widget-stepperContainer.horizontalsmall .stepperUpButton,
.widget-stepperContainer.horizontalsmall .stepperDownButton {
  background-size: 25px;
  background-position: 40% 40%;
  background-repeat: no-repeat;
}
.widget-stepperContainer.horizontalsmall .stepperUpButton {
  background-image: url('https://static2.purplemash.com/images/diyjs/right_purple.png');
  right: 0;
  left: auto;
}
.widget-stepperContainer.horizontalsmall .stepperDownButton {
  background-image: url('https://static2.purplemash.com/images/diyjs/left_purple.png');
  left: 0;
  margin-left: 0;
}
.widget-timerStepperContainer .widget-timerStepperContainer_row1 {
  margin: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.widget-timerStepperContainer .widget-timerStepperContainer_row2 {
  margin-left: 30px;
}
.widget-timerStepperContainer .stepperField {
  display: inline-block;
  width: 8em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  background-color: white;
  font-size: 1.5em;
  margin-right: 15px;
}
.widget-timerStepperContainer .stepperField.disabled {
  color: white;
  background-color: #9e9e9e;
}
.widget-timerStepperContainer .clock-countdown {
  margin-right: 15px;
}
.widget-timerStepperContainer .stepperUpButton {
  background-color: #4CAF50;
}
.widget-timerStepperContainer .stepperDownButton {
  background-color: #F44336;
}
.widget-timerStepperContainer .stepperUpButton,
.widget-timerStepperContainer .stepperDownButton {
  border: none;
  color: white;
  width: 1em;
  height: 1em;
  font-size: 2em;
  line-height: 1;
  border-radius: 4px;
  margin-right: 5px;
  padding: 0;
}
.widget-timerStepperContainer .stepperUpButton span,
.widget-timerStepperContainer .stepperDownButton span {
  position: relative;
  top: -0.055em;
}
.widget-timerStepperContainer .stepperUpButton:disabled,
.widget-timerStepperContainer .stepperDownButton:disabled {
  background-color: #9e9e9e;
}
.widget-timerStepperContainer #stepperField_disable-checkbox {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.widget-timerStepperContainer label[for="stepperField_disable-checkbox"]:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 2em;
  height: 2em;
  background-color: white;
  border: 1px solid #9e9e9e;
  margin-left: calc((50px / 2) - (2em / 2) - 1px);
  margin-right: calc((50px / 2) - (2em / 2) - 1px + 15px);
}
.widget-timerStepperContainer :checked + label[for="stepperField_disable-checkbox"]:before {
  background-image: url('https://static2.purplemash.com/images/diyjs/tick.svg');
  background-repeat: no-repeat;
  color: #4CAF50;
}
.popup.dragdealercontainer {
  overflow: hidden;
}
.popup.dragdealercontainer .image-carousel.dragdealer {
  border-radius: 0;
  overflow: hidden;
  position: relative;
  left: 10px;
}
.popup.dragdealercontainer.leftRightButtons .image-carousel.dragdealer {
  left: 24px;
}
.popup.dragdealercontainer .image-carousel.dragdealer .handle {
  height: 100%;
  border-radius: 0;
  -webkit-perspective: 1000px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(200px);
}
.popup.dragdealercontainer .image-carousel.dragdealer .handle .slide {
  float: left;
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background: transparent;
}
.popup.dragdealercontainer .image-carousel.dragdealer .handle .slide .imageslide {
  float: left;
  border-style: solid;
  border-color: #dddddc;
  border-width: 5px;
  opacity: 0.3;
  box-sizing: border-box;
  position: relative;
  filter: grayscale(60%);
  cursor: pointer;
}
.popup.dragdealercontainer .image-carousel.dragdealer .handle .slide .imageslide:not(.disabled):hover {
  opacity: 0.6;
  filter: none;
}
.popup.dragdealercontainer .image-carousel.dragdealer .handle .slide p.imagelabel {
  position: absolute;
  bottom: 4px;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  left: 0;
}
.popup.dragdealercontainer .image-carousel.dragdealer .handle .slide .imageslide.selected {
  border-color: yellow;
  opacity: 1;
  filter: none;
}
.popup.dragdealercontainer .image-carousel-button {
  position: absolute;
  top: 50%;
  margin-top: -38px;
  width: 50px;
  height: 50px;
  background: none;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  border: none !important;
}
.popup.dragdealercontainer .image-carousel-button:disabled {
  opacity: 0.4;
}
.popup.dragdealercontainer .image-carousel-button:hover {
  background-color: none !important;
}
.popup.dragdealercontainer .image-carousel-button:focus {
  border: none !important;
  outline: none !important;
}
.popup.dragdealercontainer .image-carousel-button.image-carousel-left {
  left: 5px;
  background: url('https://static2.purplemash.com/images/diyjs/arrow-left.png') !important;
}
.popup.dragdealercontainer .image-carousel-button.image-carousel-right {
  right: 5px;
  background: url('https://static2.purplemash.com/images/diyjs/arrow-right.png') !important;
}
.pmDialog .ui-dialog-buttonpane p.imageSliderLabel {
  flex: 1;
  display: inline-block;
  font-size: 140%;
  text-align: center;
}
.widget-switchContainer {
  width: 120px;
  height: 75px;
  margin: 30px;
}
.widget-switchContainer p.switchLabel {
  bottom: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: larger;
}
.widget-switchContainer button.buttonOff,
.widget-switchContainer button.buttonOn {
  float: left;
  width: 50px;
  height: 50px;
  border: none;
  background-color: transparent;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  opacity: 0.275;
}
.widget-switchContainer button.buttonOn:disabled,
.widget-switchContainer button.buttonOff:disabled {
  opacity: 1;
}
.widget-switchContainer.clockUpDown button.buttonOn {
  background-image: url('https://static2.purplemash.com/images/diyjs/clockUp.png');
}
.widget-switchContainer.clockUpDown button.buttonOff {
  background-image: url('https://static2.purplemash.com/images/diyjs/clockDown.png');
}
/* the timer views (play) mode */
.widget-playtimerpicker {
  color: white;
  font-size: 18px;
  position: absolute;
}
.widget-playtimerpicker.widget-playtimerpickerbar {
  position: absolute;
}
.widget-playtimerpicker.widget-playtimerpickerbar.widget-playtimerpickervbar {
  /* some defaults */
  top: 10px;
  left: 10px;
  bottom: 20px;
  width: 70px;
}
.widget-playtimerpicker.widget-playtimerpickerbar.widget-playtimerpickerhbar {
  /* some defaults */
  top: 10px;
  left: 10px;
  right: 20px;
  height: 50px;
}
.widget-playtimerpicker.widget-playtimerpickerbar .timeBar {
  background: #aaaaaa;
  position: absolute;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  border: 1px solid #666666;
}
.widget-playtimerpicker.widget-playtimerpickerbar.widget-playtimerpickerhbar .timeBar {
  height: 30px;
  top: 0;
  left: 70px;
  right: 10px;
}
.widget-playtimerpicker.widget-playtimerpickerbar.widget-playtimerpickervbar .timeBar {
  bottom: 0px;
  top: 30px;
  left: 7px;
  width: 30px;
}
.widget-playtimerpicker.widget-playtimerpickerbar .timeBar .timeBarInner {
  position: absolute;
  -webkit-transform: translateZ(0);
  border-radius: 2px;
  -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  background: #31B404;
}
.widget-playtimerpicker.widget-playtimerpickerbar.widget-playtimerpickervbar .timeBar .timeBarInner {
  left: 2px;
  right: 1px;
  bottom: 2px;
}
.widget-playtimerpicker.widget-playtimerpickerbar.widget-playtimerpickerhbar .timeBar .timeBarInner {
  left: 2px;
  top: 2px;
  bottom: 1px;
}
.widget-playtimerpicker.widget-playtimerpickerbar .timeBar .timeBarInner.timerbar67 {
  background: #FACC2E;
}
.widget-playtimerpicker.widget-playtimerpickerbar .timeBar .timeBarInner.timerbar100 {
  background: #DF0101;
}
/* the timer picker object in the intro screen */
.widget-tooltipdialog .tooltipcontents .timerpicker {
  width: 500px;
  height: 200px;
  margin-top: 70px;
}
.widget-tooltipdialog .tooltipcontents .timerpicker.useMessages {
  height: 250px;
}
.widget-tooltipdialog .tooltipcontents .timerpicker.useMessages {
  height: 370px;
}
.widget-tooltipdialog .tooltipcontents .timerpicker .timerMessage {
  position: absolute;
  width: 100%;
  height: 40px;
  display: block;
}
.widget-tooltipdialog .tooltipcontents .timerpicker .timerLabel {
  position: relative;
  top: 76px;
  left: 148px;
  font-size: 25px;
}
.widget-tooltipdialog .tooltipcontents .timerpicker .timerMessage.timerMessageTimeOut {
  top: 200px;
}
.widget-tooltipdialog .tooltipcontents .timerpicker .timerMessage.timerMessageWellDone {
  top: 256px;
}
.widget-tooltipdialog .tooltipcontents .timerpicker .timerMessage span {
  position: absolute;
  left: 10px;
  width: 180px;
  top: 18px;
  font-size: 16px;
}
.widget-tooltipdialog .tooltipcontents .timerpicker .timerMessage input[type="text"] {
  padding: 6px;
  position: absolute;
  left: 200px;
  top: 10px;
  font-size: 16px;
}


