@charset "UTF-8";
/*  Font Awesome 3.0
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    • The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
    • Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
      http://opensource.org/licenses/mit-license.html
    • The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
    • Attribution is no longer required in Font Awesome 3.0, but much appreciated:
      "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: Lead Product Designer @ http://kyruus.com

    */
@font-face {
  font-family: 'FontAwesome';
  src: url("{$CMIMG}/images/fonts/fontawesome-webfont.eot");
  src: url("{$CMIMG}/images/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("{$CMIMG}/images/fonts/fontawesome-webfont.woff") format("woff"), url("{$CMIMG}/images/fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*  Font Awesome styles
    ------------------------------------------------------- */
/* includes sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em; }

.btn [class^="icon-"],
.nav [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */
  line-height: .6em; }

.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block; }

li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center; }

li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em; }

ul.icons {
  list-style-type: none;
  text-indent: -0.75em; }

ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em; }

.icon-muted {
  color: #eeeeee; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }

.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.icon-3x {
  font-size: 3em; }

.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.icon-4x {
  font-size: 4em; }

.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .35em; }

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .35em; }

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .35em; }

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  height: .75em; }

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .45em; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .2em; }

.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000"; }

.icon-music:before {
  content: "\f001"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-empty:before {
  content: "\f006"; }

.icon-user:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-ok:before {
  content: "\f00c"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-zoom-in:before {
  content: "\f00e"; }

.icon-zoom-out:before {
  content: "\f010"; }

.icon-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-cog:before {
  content: "\f013"; }

.icon-trash:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

.icon-file:before {
  content: "\f016"; }

.icon-time:before {
  content: "\f017"; }

.icon-road:before {
  content: "\f018"; }

.icon-download-alt:before {
  content: "\f019"; }

.icon-download:before {
  content: "\f01a"; }

.icon-upload:before {
  content: "\f01b"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle:before {
  content: "\f01d"; }

.icon-repeat:before {
  content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-headphones:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-book:before {
  content: "\f02d"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera:before {
  content: "\f030"; }

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list:before {
  content: "\f03a"; }

.icon-indent-left:before {
  content: "\f03b"; }

.icon-indent-right:before {
  content: "\f03c"; }

.icon-facetime-video:before {
  content: "\f03d"; }

.icon-picture:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before {
  content: "\f044"; }

.icon-share:before {
  content: "\f045"; }

.icon-check:before {
  content: "\f046"; }

.icon-move:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject:before {
  content: "\f052"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-sign:before {
  content: "\f055"; }

.icon-minus-sign:before {
  content: "\f056"; }

.icon-remove-sign:before {
  content: "\f057"; }

.icon-ok-sign:before {
  content: "\f058"; }

.icon-question-sign:before {
  content: "\f059"; }

.icon-info-sign:before {
  content: "\f05a"; }

.icon-screenshot:before {
  content: "\f05b"; }

.icon-remove-circle:before {
  content: "\f05c"; }

.icon-ok-circle:before {
  content: "\f05d"; }

.icon-ban-circle:before {
  content: "\f05e"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-share-alt:before {
  content: "\f064"; }

.icon-resize-full:before {
  content: "\f065"; }

.icon-resize-small:before {
  content: "\f066"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-sign:before {
  content: "\f06a"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-leaf:before {
  content: "\f06c"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-eye-open:before {
  content: "\f06e"; }

.icon-eye-close:before {
  content: "\f070"; }

.icon-warning-sign:before {
  content: "\f071"; }

.icon-plane:before {
  content: "\f072"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder-close:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-resize-vertical:before {
  content: "\f07d"; }

.icon-resize-horizontal:before {
  content: "\f07e"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-twitter-sign:before {
  content: "\f081"; }

.icon-facebook-sign:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key:before {
  content: "\f084"; }

.icon-cogs:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-thumbs-up:before {
  content: "\f087"; }

.icon-thumbs-down:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-heart-empty:before {
  content: "\f08a"; }

.icon-signout:before {
  content: "\f08b"; }

.icon-linkedin-sign:before {
  content: "\f08c"; }

.icon-pushpin:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-signin:before {
  content: "\f090"; }

.icon-trophy:before {
  content: "\f091"; }

.icon-github-sign:before {
  content: "\f092"; }

.icon-upload-alt:before {
  content: "\f093"; }

.icon-lemon:before {
  content: "\f094"; }

.icon-phone:before {
  content: "\f095"; }

.icon-check-empty:before {
  content: "\f096"; }

.icon-bookmark-empty:before {
  content: "\f097"; }

.icon-phone-sign:before {
  content: "\f098"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit-card:before {
  content: "\f09d"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-hdd:before {
  content: "\f0a0"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-bell:before {
  content: "\f0a2"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-hand-right:before {
  content: "\f0a4"; }

.icon-hand-left:before {
  content: "\f0a5"; }

.icon-hand-up:before {
  content: "\f0a6"; }

.icon-hand-down:before {
  content: "\f0a7"; }

.icon-circle-arrow-left:before {
  content: "\f0a8"; }

.icon-circle-arrow-right:before {
  content: "\f0a9"; }

.icon-circle-arrow-up:before {
  content: "\f0aa"; }

.icon-circle-arrow-down:before {
  content: "\f0ab"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-briefcase:before {
  content: "\f0b1"; }

.icon-fullscreen:before {
  content: "\f0b2"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-link:before {
  content: "\f0c1"; }

.icon-cloud:before {
  content: "\f0c2"; }

.icon-beaker:before {
  content: "\f0c3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-paper-clip:before {
  content: "\f0c6"; }

.icon-save:before {
  content: "\f0c7"; }

.icon-sign-blank:before {
  content: "\f0c8"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-truck:before {
  content: "\f0d1"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-sign:before {
  content: "\f0d3"; }

.icon-google-plus-sign:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-money:before {
  content: "\f0d6"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-up:before {
  content: "\f0de"; }

.icon-envelope-alt:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-undo:before {
  content: "\f0e2"; }

.icon-legal:before {
  content: "\f0e3"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-comment-alt:before {
  content: "\f0e5"; }

.icon-comments-alt:before {
  content: "\f0e6"; }

.icon-bolt:before {
  content: "\f0e7"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-paste:before {
  content: "\f0ea"; }

.icon-lightbulb:before {
  content: "\f0eb"; }

.icon-exchange:before {
  content: "\f0ec"; }

.icon-cloud-download:before {
  content: "\f0ed"; }

.icon-cloud-upload:before {
  content: "\f0ee"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

.icon-suitcase:before {
  content: "\f0f2"; }

.icon-bell-alt:before {
  content: "\f0f3"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-food:before {
  content: "\f0f5"; }

.icon-file-alt:before {
  content: "\f0f6"; }

.icon-building:before {
  content: "\f0f7"; }

.icon-hospital:before {
  content: "\f0f8"; }

.icon-ambulance:before {
  content: "\f0f9"; }

.icon-medkit:before {
  content: "\f0fa"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-beer:before {
  content: "\f0fc"; }

.icon-h-sign:before {
  content: "\f0fd"; }

.icon-plus-sign-alt:before {
  content: "\f0fe"; }

.icon-double-angle-left:before {
  content: "\f100"; }

.icon-double-angle-right:before {
  content: "\f101"; }

.icon-double-angle-up:before {
  content: "\f102"; }

.icon-double-angle-down:before {
  content: "\f103"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-desktop:before {
  content: "\f108"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-tablet:before {
  content: "\f10a"; }

.icon-mobile-phone:before {
  content: "\f10b"; }

.icon-circle-blank:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-circle:before {
  content: "\f111"; }

.icon-reply:before {
  content: "\f112"; }

.icon-github-alt:before {
  content: "\f113"; }

.icon-folder-close-alt:before {
  content: "\f114"; }

.icon-folder-open-alt:before {
  content: "\f115"; }

.clear {
  clear: both; }

div, span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.anglePicker-circle {
  border-radius: 100%;
  border: 1px solid #333333; }

.anglePicker-center {
  border-radius: 100%;
  border: 1px dotted #999999;
  position: absolute; }

.anglePicker-handle {
  border-radius: 100%;
  background-color: #333333;
  position: absolute; }

.anglePicker-value {
  border-radius: 3px;
  background-color: #333333;
  position: absolute;
  color: #EEEEEE;
  width: 30px;
  height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  z-index: 1; }

.anglePicker-top {
  position: relative;
  /*display:flex;
	vertical-align: top;
	padding:10px;*/ }

.anglePicker-control {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid black;
  display: block; }

.anglePicker-outer.anglePicker-popup {
  opacity: 0;
  position: absolute;
  left: 45px;
  top: 0px;
  display: inline-block;
  border: 1px solid orange;
  border-radius: 5px;
  background-color: white;
  z-index: 2; }

.anglePicker-other.anglePicker-popup.anglePicker-open {
  opacity: 1; }

﻿
.rs-ie, .rs-edge {
  -ms-touch-action: none;
  touch-action: none; }

.rs-control {
  position: relative;
  outline: 0 none; }

.rs-container {
  position: relative; }

.rs-control *, .rs-control *:before, .rs-control *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.rs-animation .rs-transition {
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.rs-bar {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.rs-control .rs-split .rs-path,
.rs-control .rs-overlay1,
.rs-control .rs-overlay2 {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.rs-control .rs-overlay {
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.rs-rounded .rs-seperator, .rs-split .rs-path {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.rs-control.rs-error {
  border: 1px dotted;
  text-align: center; }

.rs-readonly {
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  z-index: 100; }

.rs-disabled {
  opacity: 0.35; }

.rs-inner-container {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden; }

.quarter div.rs-block {
  height: 200%;
  width: 200%; }

.half.top div.rs-block, .half.bottom div.rs-block {
  height: 200%;
  width: 100%; }

.half.left div.rs-block, .half.right div.rs-block {
  height: 100%;
  width: 200%; }

.bottom > .rs-inner-container > .rs-block {
  top: auto;
  bottom: 0; }

.right .rs-inner-container > .rs-block {
  right: 0; }

div.rs-block {
  -webkit-border-radius: 1000px;
  border-radius: 1000px; }

.rs-block {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 3; }

.rs-block .rs-inner {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  display: block;
  height: 100%;
  width: 100%;
  position: relative; }

.rs-overlay {
  width: 50%; }

.rs-overlay1, .rs-overlay2 {
  width: 100%; }

.rs-overlay, .rs-overlay1, .rs-overlay2 {
  position: absolute;
  background-color: white;
  z-index: 3;
  top: 0;
  height: 50%; }

.rs-bar {
  display: block;
  position: absolute;
  height: 0;
  z-index: 10; }

.rs-bar.rs-rounded {
  z-index: 5; }

.rs-bar .rs-seperator {
  height: 0px;
  display: block;
  float: left; }

.rs-bar:not(.rs-rounded) .rs-seperator {
  border-left: none;
  border-right: none; }

.rs-bar.rs-start .rs-seperator {
  border-top: none; }

.rs-bar.rs-end .rs-seperator {
  border-bottom: none; }

.rs-bar.rs-start.rs-rounded .rs-seperator {
  border-radius: 0 0 1000px 1000px; }

.rs-bar.rs-end.rs-rounded .rs-seperator {
  border-radius: 1000px 1000px 0 0; }

.full .rs-bar, .half .rs-bar {
  width: 50%; }

.half.left .rs-bar, .half.right .rs-bar, .quarter .rs-bar {
  width: 100%; }

.full .rs-bar, .half.left .rs-bar, .half.right .rs-bar {
  top: 50%; }

.bottom .rs-bar {
  top: 0; }

.half.right .rs-bar, .quarter.right .rs-bar {
  right: 100%; }

.rs-handle.rs-move {
  cursor: move; }

.rs-readonly .rs-handle.rs-move {
  cursor: default; }

.rs-path {
  display: block;
  height: 100%;
  width: 100%; }

.rs-split .rs-path {
  -webkit-border-radius: 1000px 1000px 0 0;
  border-radius: 1000px 1000px 0 0;
  overflow: hidden;
  height: 50%;
  position: absolute;
  top: 0;
  z-index: 2; }

/*** tooltip styles ***/
.rs-tooltip {
  position: absolute;
  cursor: default;
  border: 1px solid transparent;
  z-index: 10; }

.full .rs-tooltip {
  top: 50%;
  left: 50%; }

.bottom .rs-tooltip {
  top: 0; }

.top .rs-tooltip {
  bottom: 0; }

.right .rs-tooltip {
  left: 0; }

.left .rs-tooltip {
  right: 0; }

.half.top .rs-tooltip, .half.bottom .rs-tooltip {
  left: 50%; }

.half.left .rs-tooltip, .half.right .rs-tooltip {
  top: 50%; }

.rs-tooltip .rs-input {
  outline: 0 none;
  border: none;
  background: transparent; }

.rs-tooltip-text {
  font-family: verdana;
  font-size: 13px;
  border-radius: 7px;
  text-align: center; }

.rs-tooltip.edit, .rs-tooltip .rs-input {
  padding: 5px 8px; }

.rs-tooltip.hover, .rs-tooltip.edit:hover {
  border: 1px solid #AAAAAA;
  cursor: pointer; }

.rs-readonly .rs-tooltip.edit:hover {
  border-color: transparent;
  cursor: default; }

/*** handle types ***/
.rs-handle {
  border-radius: 1000px;
  outline: 0 none;
  float: left; }

.rs-handle.rs-handle-square {
  border-radius: 0px; }

.rs-handle-dot {
  border: 1px solid #AAAAAA;
  padding: 6px; }

.rs-handle-dot:after {
  display: block;
  content: "";
  border: 1px solid #AAAAAA;
  height: 100%;
  width: 100%;
  border-radius: 1000px; }

/*** theming - colors ***/
.rs-seperator {
  border: 1px solid #AAAAAA; }

.rs-border {
  border: 1px solid #AAAAAA; }

.rs-path-color {
  background-color: #FFFFFF; }

.rs-range-color {
  background-color: #54BBE0; }

.rs-bg-color {
  background-color: #FFFFFF; }

.rs-handle {
  background-color: #838383; }

.rs-handle-dot {
  background-color: #FFFFFF; }

.rs-handle-dot:after {
  background-color: #838383; }

.gradientMaker-editor {
  display: inline-block;
  position: relative; }

.gradientMaker-top {
  display: flex;
  vertical-align: top;
  padding: 10px; }

.gradientMaker-control {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid black;
  display: block; }

.gradientMaker-outer.gradientMaker-popup {
  opacity: 0;
  position: absolute;
  left: 45px;
  top: 0px;
  border: 1px solid orange;
  border-radius: 5px;
  background-color: white;
  z-index: 2;
  display: inline-block; }

.gradientMaker-outer.gradientMaker-popup.gradientMaker-open {
  opacity: 1; }

.gradientMaker-preview {
  /* margin-left:6px;
	margin-right:6px; */
  width: 202px;
  /*1px for border*/
  height: 50px;
  /* ie transparent looking checkerboard */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMAgMAAAArG7R0AAAAA3NCSVQICAjb4U/gAAAACVBMVEX////////MzMzj3LoRAAAAA3RSTlMAzMwP69IHAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADEyLzEyLzEyJZRHgQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAUSURBVAiZYwiNWsWADa9aGooNAwCZdxHvZF1NBwAAAABJRU5ErkJggg==") top left repeat;
  border: 1px solid black;
  cursor: copy; }

.gradientMaker-rotate {
  margin: 0;
  display: inline-block;
  margin-top: 0px;
  margin-left: 10px; }

.gradientMaker-detail {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 20px; }

.gradientMaker-stops {
  position: relative;
  width: 200px;
  /* extra added at run time */
  height: 30px; }

.gradientMaker-stop {
  position: absolute; }

.gradientMaker-stop-color.selected {
  box-shadow: 0 0 10px #999999; }

.gradientMaker-stop-pointer-h {
  /*border: 2px solid blue;*/
  /* opacity: 0.5; */
  width: 13px;
  height: 9px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH3QIYABwOjNb5GwAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAABkSURBVBjTjdHBCcQwDETRP9s/qA5XZHfzc0gMwRuTzEUg6SGDAWmtca+qgFf9S+DsL2OToJIkK/qtjTGGcy8Jvfena84nzQWrStWqEvABnmgFMxu4B1v4BnbwFaww13/wNUk4ACIazmFFLEgUAAAAAElFTkSuQmCC") top left no-repeat; }

.gradientMaker-stop-pointer-h.selected {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH3QIYATMsSmjqpQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAABaSURBVBjTnZBbCgAxCAMnvf9FeiJ7m+xHVyh9sI+ABDSDImBqrYxu24BvXyTo/WlsSdhGkmaozI3WmjMniYjYbXOelIGlNmCfnYAD+Aws4FtgBEW+74MKP3QBwKdi+TP5PMEAAAAASUVORK5CYII=") top left no-repeat; }

.gradientMaker-stop-pointer-v {
  /*border: 2px solid blue;*/
  width: 9px;
  height: 13px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH3QIYDgkb3CDW7gAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAABfSURBVBjThdHLCcAwDATRSfoHuw1V5HImh3xwiOQYdHuI9QqKN8YQuKcGrTVVf8EHZeCFKqDKpFOgus3ps4wA+7UNgN571ciJlpkignvb4nc+qIJExNT+OUnj+cy3OwBD3OE93R0gtgAAAABJRU5ErkJggg==") top left no-repeat;
  float: left; }

.gradientMaker-stop-pointer-v.selected {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH3QIYDgk37vi6DQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAABRSURBVBjTjc/BCcAwDEPRr+6/iCfyOOolKYWi1AJfzEPYENLdBvb8Ak+AJ8ATYNk2gKT0A4rXv3LZZpVlJCFA3Z1VVbHbTsc/KMKq+uyOjQnekt9s5toEb9AAAAAASUVORK5CYII=") top left no-repeat; }

.gradientMaker-stop-color {
  border: 1px solid black;
  /* width: 100%;
	height: 100%; */
  float: left; }

.gradientMaker-stops-default .gradientMaker-stop .gradientMaker-stop-color {
  width: 13px;
  height: 13px; }

.gradientMaker-stops-circle .gradientMaker-stop .gradientMaker-stop-color {
  border-radius: 100%;
  margin-top: 3px;
  border-radius: 100%;
  width: 25px;
  height: 25px; }

.gradientMaker-stops-overlay {
  position: absolute;
  top: -6px;
  left: 0px; }

.gradientMaker-stops.gradientMaker-stops-overlay {
  /* if height !- 0, it interfers with preview clicks */
  height: 0px;
  margin-bottom: 30px; }

.gradientMaker-stops-overlay .gradientMaker-stop .gradientMaker-stop-color {
  border-radius: 5px;
  width: 9px;
  height: 58px;
  margin-left: 2px;
  margin-top: -61px;
  border: 2px solid white;
  background: none; }

.gradientMaker-stops-circle .gradientMaker-stop .gradientMaker-stop-pointer-h {
  margin-left: 6px; }

.gradientMaker-stops-overlay .gradientMaker-stop .gradientMaker-stop-pointer-h {
  border-radius: 7px;
  width: 13px;
  height: 63px;
  border: 2px solid black;
  background: none; }

.gradientMaker-stops-overlay .gradientMaker-stop .gradientMaker-stop-pointer-h.selected {
  background: none; }

.gradientMaker-hard {
  text-align: center; }

input[type="checkbox"] {
  width: auto; }

/* roundedSlider options*/
.rs-border {
  border: 2px solid #666666; }

.rs-block .rs-inner {
  display: none; }

.rs-bar.rs-transition.rs-start {
  display: none; }

.rs-bar.rs-transition.rs-end {
  display: none; }

.sfp-control {
  display: inline-block;
  /*margin-top:6px;*/
  position: relative;
  width: 100%;
  padding-right: 24px;
  text-align: center;
  min-height: 24px; }

.sfp-control-title {
  float: left;
  margin-left: 30px; }

.sfp-control-icon {
  position: absolute;
  right: 0px;
  top: 0px; }

.sfp-control-icon {
  width: 24px;
  height: 24px; }

.sfp-control-inner {
  /* display:inline-block; */
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0; }

.sfp-preview {
  display: inline-block;
  border: 1px solid #000000;
  cursor: pointer;
  padding: 4px; }

.sfp-preview:hover {
  border-color: #0000EE; }

.sfp-preview-inner {
  width: 20px;
  height: 20px;
  border: 1px solid #000000; }

.sfp-title {
  width: 99%;
  font-variant-caps: all-petite-caps; }

.sfp-main {
  padding-bottom: 9px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none; }

.sfp-item-container {
  clear: both;
  margin: 0;
  max-width: 96%;
  overflow: hidden; }

.ui_simple_only {
  display: none; }

.ui_simple .sfp-top-panel-alphabet,
.ui_simple .sfp-left-panel,
.ui_simple .sfp-items-info-totalMsg,
.ui_simple .sfp-more-categories-hint,
.ui_simple .sfp-preview-footer {
  display: none; }

.ui_simple .ui_simple_only {
  display: block; }

.ui_simple .sfp-inline-body {
  border-bottom: 1px solid #333; }

.sfp-panel {
  clear: both;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.sfp-document {
  clear: both; }

.sfp-document-colors {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.sfp-panel.selected {
  display: block; }

.sfp-tabs {
  clear: both;
  display: flex;
  width: 100%; }

.sfp-tabs div {
  height: 28px;
  padding: 4px 0px 4px 9px;
  font-size: 12px;
  opacity: 0.7; }

.sfp-tabs div:hover {
  opacity: 1; }

.sfp-tabs div.selected {
  text-decoration: underline;
  opacity: 1; }

.sfp-underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 1;
  opacity: 0.01; }

.sfp-fill-entry {
  width: 30px;
  height: 30px;
  float: left;
  margin: 4px 0; }

.sfp-popup {
  max-width: 200px;
  border-radius: 5px;
  border: 1px solid #999;
  background: #eee;
  position: absolute;
  left: 45px;
  top: 0px;
  z-index: 2;
  display: inline-block;
  padding: 5px; }

/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/
/* has CUSTOM changes made by Jonas and Cameron,
 * that should be carried over when we upgrade Spectrum.
 * --you can find these changes by searching for 'cameron'
 * But be clear that most of the changes made by jonas :)
 */
/* cameron */
/* changes: make alpha picker higher */
.sp-dragger {
  border: 2px solid black;
  height: 18px;
  width: 18px;
  margin-top: 6px;
  /*offset the increased dimensions*/
  margin-left: 7px;
  background: none;
  border-radius: 20px;
  /*5 + 2px white inner border*/
  position: absolute; }

.sp-dragger-inner {
  width: 14px;
  height: 14px;
  border: 2px solid white;
  border-radius: 20px;
  *height: 12px;
  *width: 12px; }

@media (min-width: 800px) {
  .sp-hue, .sp-val, .sp-dragger, .sp-slider {
    cursor: crosshair; } }

/* original starts here */
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* https://github.com/bgrins/spectrum/issues/40 */
  z-index: 9999994;
  overflow: hidden; }

.sp-container.sp-flat {
  position: relative; }

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block; }

.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%; }

.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%; }

.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%; }

.sp-fill {
  padding-top: 80%; }

.sp-sat, .sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.sp-alpha-enabled .sp-top {
  margin-bottom: 26px;
  /* cameron: was 18 */ }

.sp-alpha-enabled .sp-alpha {
  display: block; }

.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: .8; }

.sp-alpha {
  display: none;
  position: absolute;
  bottom: -22px;
  /* cameron: was -14 */
  right: 0;
  left: 0;
  height: 16px;
  /* cameron: was 8 */ }

.sp-alpha-inner {
  border: solid 1px #333; }

.sp-clear {
  display: none; }

.sp-clear.sp-clear-display {
  background-position: center; }

.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px; }

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none; }

.sp-container.sp-input-disabled .sp-input-container {
  display: none; }

.sp-container.sp-buttons-disabled .sp-button-container {
  display: none; }

.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none; }

.sp-palette-only .sp-picker-container {
  display: none; }

.sp-palette-disabled .sp-palette-container {
  display: none; }

.sp-initial-disabled .sp-initial {
  display: none; }

/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81'); }

.sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000'); }

.sp-hue {
  background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); }

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00'); }

.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00'); }

.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff'); }

.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff'); }

.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff'); }

.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000'); }

.sp-hidden {
  display: none !important; }

/* Clearfix hack */
.sp-cf:before, .sp-cf:after {
  content: "";
  display: table; }

.sp-cf:after {
  clear: both; }

.sp-cf {
  *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%; }
  .sp-hue {
    left: 63%; }
  .sp-fill {
    padding-top: 60%; } }

.sp-dragger {
  /*
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
*/ }

.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: .8; }

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/
.sp-container {
  border-radius: 0;
  background-color: #ECECEC;
  border: solid 1px #f0c49B;
  padding: 0; }

.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.sp-top {
  margin-bottom: 3px; }

.sp-color, .sp-hue, .sp-clear {
  border: solid 1px #666; }

/* Input */
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px; }

.sp-initial-disabled .sp-input-container {
  width: 100%; }

.sp-input {
  font-size: 12px;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222; }

.sp-input:focus {
  border: 1px solid orange; }

.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd; }

.sp-picker-container, .sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px; }

.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff; }

/* Palettes */
.sp-palette-container {
  border-right: solid 1px #ccc; }

.sp-palette-only .sp-palette-container {
  border: 0; }

.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent; }

.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange; }

.sp-thumb-el {
  position: relative; }

/* Initial */
.sp-initial {
  float: left;
  border: solid 1px #333; }

.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0; }

.sp-initial .sp-clear-display {
  background-position: center; }

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
  float: right; }

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: solid 1px #91765d;
  background: #eee;
  color: #333;
  vertical-align: middle; }

.sp-replacer:hover, .sp-replacer.sp-active {
  border-color: #F0C49B;
  color: #111; }

.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver; }

.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px; }

.sp-preview {
  position: relative;
  width: 25px;
  height: 20px;
  border: solid 1px #222;
  margin-right: 5px;
  float: left;
  /*z-index: 0;*/ }

.sp-palette {
  *width: 220px;
  max-width: 220px; }

.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0; }

.sp-container {
  padding-bottom: 0; }

/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle; }

.sp-container button:hover {
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd; }

.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; }

.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none; }

.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline; }

.sp-palette span:hover, .sp-palette span.sp-thumb-active {
  border-color: #000; }

.sp-preview, .sp-alpha, .sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==); }

.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=); }

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=); }

.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==); }

.anglePicker-circle {
  border-radius: 100%;
  border: 1px solid #333333; }

.anglePicker-center {
  border-radius: 100%;
  border: 1px dotted #999999;
  position: absolute; }

.anglePicker-handle {
  border-radius: 100%;
  background-color: #333333;
  position: absolute; }

.anglePicker-value {
  border-radius: 3px;
  background-color: #333333;
  position: absolute;
  color: #EEEEEE;
  width: 30px;
  height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  z-index: 1; }

.anglePicker-top {
  position: relative;
  /*display:flex;
	vertical-align: top;
	padding:10px;*/ }

.anglePicker-control {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid black;
  display: block; }

.anglePicker-outer.anglePicker-popup {
  opacity: 0;
  position: absolute;
  left: 45px;
  top: 0px;
  display: inline-block;
  border: 1px solid orange;
  border-radius: 5px;
  background-color: white;
  z-index: 2; }

.anglePicker-other.anglePicker-popup.anglePicker-open {
  opacity: 1; }

﻿
.rs-ie, .rs-edge {
  -ms-touch-action: none;
  touch-action: none; }

.rs-control {
  position: relative;
  outline: 0 none; }

.rs-container {
  position: relative; }

.rs-control *, .rs-control *:before, .rs-control *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.rs-animation .rs-transition {
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.rs-bar {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.rs-control .rs-split .rs-path,
.rs-control .rs-overlay1,
.rs-control .rs-overlay2 {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.rs-control .rs-overlay {
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.rs-rounded .rs-seperator, .rs-split .rs-path {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.rs-control.rs-error {
  border: 1px dotted;
  text-align: center; }

.rs-readonly {
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  z-index: 100; }

.rs-disabled {
  opacity: 0.35; }

.rs-inner-container {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden; }

.quarter div.rs-block {
  height: 200%;
  width: 200%; }

.half.top div.rs-block, .half.bottom div.rs-block {
  height: 200%;
  width: 100%; }

.half.left div.rs-block, .half.right div.rs-block {
  height: 100%;
  width: 200%; }

.bottom > .rs-inner-container > .rs-block {
  top: auto;
  bottom: 0; }

.right .rs-inner-container > .rs-block {
  right: 0; }

div.rs-block {
  -webkit-border-radius: 1000px;
  border-radius: 1000px; }

.rs-block {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 3; }

.rs-block .rs-inner {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  display: block;
  height: 100%;
  width: 100%;
  position: relative; }

.rs-overlay {
  width: 50%; }

.rs-overlay1, .rs-overlay2 {
  width: 100%; }

.rs-overlay, .rs-overlay1, .rs-overlay2 {
  position: absolute;
  background-color: white;
  z-index: 3;
  top: 0;
  height: 50%; }

.rs-bar {
  display: block;
  position: absolute;
  height: 0;
  z-index: 10; }

.rs-bar.rs-rounded {
  z-index: 5; }

.rs-bar .rs-seperator {
  height: 0px;
  display: block;
  float: left; }

.rs-bar:not(.rs-rounded) .rs-seperator {
  border-left: none;
  border-right: none; }

.rs-bar.rs-start .rs-seperator {
  border-top: none; }

.rs-bar.rs-end .rs-seperator {
  border-bottom: none; }

.rs-bar.rs-start.rs-rounded .rs-seperator {
  border-radius: 0 0 1000px 1000px; }

.rs-bar.rs-end.rs-rounded .rs-seperator {
  border-radius: 1000px 1000px 0 0; }

.full .rs-bar, .half .rs-bar {
  width: 50%; }

.half.left .rs-bar, .half.right .rs-bar, .quarter .rs-bar {
  width: 100%; }

.full .rs-bar, .half.left .rs-bar, .half.right .rs-bar {
  top: 50%; }

.bottom .rs-bar {
  top: 0; }

.half.right .rs-bar, .quarter.right .rs-bar {
  right: 100%; }

.rs-handle.rs-move {
  cursor: move; }

.rs-readonly .rs-handle.rs-move {
  cursor: default; }

.rs-path {
  display: block;
  height: 100%;
  width: 100%; }

.rs-split .rs-path {
  -webkit-border-radius: 1000px 1000px 0 0;
  border-radius: 1000px 1000px 0 0;
  overflow: hidden;
  height: 50%;
  position: absolute;
  top: 0;
  z-index: 2; }

/*** tooltip styles ***/
.rs-tooltip {
  position: absolute;
  cursor: default;
  border: 1px solid transparent;
  z-index: 10; }

.full .rs-tooltip {
  top: 50%;
  left: 50%; }

.bottom .rs-tooltip {
  top: 0; }

.top .rs-tooltip {
  bottom: 0; }

.right .rs-tooltip {
  left: 0; }

.left .rs-tooltip {
  right: 0; }

.half.top .rs-tooltip, .half.bottom .rs-tooltip {
  left: 50%; }

.half.left .rs-tooltip, .half.right .rs-tooltip {
  top: 50%; }

.rs-tooltip .rs-input {
  outline: 0 none;
  border: none;
  background: transparent; }

.rs-tooltip-text {
  font-family: verdana;
  font-size: 13px;
  border-radius: 7px;
  text-align: center; }

.rs-tooltip.edit, .rs-tooltip .rs-input {
  padding: 5px 8px; }

.rs-tooltip.hover, .rs-tooltip.edit:hover {
  border: 1px solid #AAAAAA;
  cursor: pointer; }

.rs-readonly .rs-tooltip.edit:hover {
  border-color: transparent;
  cursor: default; }

/*** handle types ***/
.rs-handle {
  border-radius: 1000px;
  outline: 0 none;
  float: left; }

.rs-handle.rs-handle-square {
  border-radius: 0px; }

.rs-handle-dot {
  border: 1px solid #AAAAAA;
  padding: 6px; }

.rs-handle-dot:after {
  display: block;
  content: "";
  border: 1px solid #AAAAAA;
  height: 100%;
  width: 100%;
  border-radius: 1000px; }

/*** theming - colors ***/
.rs-seperator {
  border: 1px solid #AAAAAA; }

.rs-border {
  border: 1px solid #AAAAAA; }

.rs-path-color {
  background-color: #FFFFFF; }

.rs-range-color {
  background-color: #54BBE0; }

.rs-bg-color {
  background-color: #FFFFFF; }

.rs-handle {
  background-color: #838383; }

.rs-handle-dot {
  background-color: #FFFFFF; }

.rs-handle-dot:after {
  background-color: #838383; }

.gradientMaker-editor {
  display: inline-block;
  position: relative; }

.gradientMaker-top {
  display: flex;
  vertical-align: top;
  padding: 10px; }

.gradientMaker-control {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid black;
  display: block; }

.gradientMaker-outer.gradientMaker-popup {
  opacity: 0;
  position: absolute;
  left: 45px;
  top: 0px;
  border: 1px solid orange;
  border-radius: 5px;
  background-color: white;
  z-index: 2;
  display: inline-block; }

.gradientMaker-outer.gradientMaker-popup.gradientMaker-open {
  opacity: 1; }

.gradientMaker-preview {
  /* margin-left:6px;
	margin-right:6px; */
  width: 202px;
  /*1px for border*/
  height: 50px;
  /* ie transparent looking checkerboard */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMAgMAAAArG7R0AAAAA3NCSVQICAjb4U/gAAAACVBMVEX////////MzMzj3LoRAAAAA3RSTlMAzMwP69IHAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADEyLzEyLzEyJZRHgQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAUSURBVAiZYwiNWsWADa9aGooNAwCZdxHvZF1NBwAAAABJRU5ErkJggg==") top left repeat;
  border: 1px solid black;
  cursor: copy; }

.gradientMaker-rotate {
  margin: 0;
  display: inline-block;
  margin-top: 0px;
  margin-left: 10px; }

.gradientMaker-detail {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 20px; }

.gradientMaker-stops {
  position: relative;
  width: 200px;
  /* extra added at run time */
  height: 30px; }

.gradientMaker-stop {
  position: absolute; }

.gradientMaker-stop-color.selected {
  box-shadow: 0 0 10px #999999; }

.gradientMaker-stop-pointer-h {
  /*border: 2px solid blue;*/
  /* opacity: 0.5; */
  width: 13px;
  height: 9px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH3QIYABwOjNb5GwAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAABkSURBVBjTjdHBCcQwDETRP9s/qA5XZHfzc0gMwRuTzEUg6SGDAWmtca+qgFf9S+DsL2OToJIkK/qtjTGGcy8Jvfena84nzQWrStWqEvABnmgFMxu4B1v4BnbwFaww13/wNUk4ACIazmFFLEgUAAAAAElFTkSuQmCC") top left no-repeat; }

.gradientMaker-stop-pointer-h.selected {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH3QIYATMsSmjqpQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAABaSURBVBjTnZBbCgAxCAMnvf9FeiJ7m+xHVyh9sI+ABDSDImBqrYxu24BvXyTo/WlsSdhGkmaozI3WmjMniYjYbXOelIGlNmCfnYAD+Aws4FtgBEW+74MKP3QBwKdi+TP5PMEAAAAASUVORK5CYII=") top left no-repeat; }

.gradientMaker-stop-pointer-v {
  /*border: 2px solid blue;*/
  width: 9px;
  height: 13px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH3QIYDgkb3CDW7gAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAABfSURBVBjThdHLCcAwDATRSfoHuw1V5HImh3xwiOQYdHuI9QqKN8YQuKcGrTVVf8EHZeCFKqDKpFOgus3ps4wA+7UNgN571ciJlpkignvb4nc+qIJExNT+OUnj+cy3OwBD3OE93R0gtgAAAABJRU5ErkJggg==") top left no-repeat;
  float: left; }

.gradientMaker-stop-pointer-v.selected {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH3QIYDgk37vi6DQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAABRSURBVBjTjc/BCcAwDEPRr+6/iCfyOOolKYWi1AJfzEPYENLdBvb8Ak+AJ8ATYNk2gKT0A4rXv3LZZpVlJCFA3Z1VVbHbTsc/KMKq+uyOjQnekt9s5toEb9AAAAAASUVORK5CYII=") top left no-repeat; }

.gradientMaker-stop-color {
  border: 1px solid black;
  /* width: 100%;
	height: 100%; */
  float: left; }

.gradientMaker-stops-default .gradientMaker-stop .gradientMaker-stop-color {
  width: 13px;
  height: 13px; }

.gradientMaker-stops-circle .gradientMaker-stop .gradientMaker-stop-color {
  border-radius: 100%;
  margin-top: 3px;
  border-radius: 100%;
  width: 25px;
  height: 25px; }

.gradientMaker-stops-overlay {
  position: absolute;
  top: -6px;
  left: 0px; }

.gradientMaker-stops.gradientMaker-stops-overlay {
  /* if height !- 0, it interfers with preview clicks */
  height: 0px;
  margin-bottom: 30px; }

.gradientMaker-stops-overlay .gradientMaker-stop .gradientMaker-stop-color {
  border-radius: 5px;
  width: 9px;
  height: 58px;
  margin-left: 2px;
  margin-top: -61px;
  border: 2px solid white;
  background: none; }

.gradientMaker-stops-circle .gradientMaker-stop .gradientMaker-stop-pointer-h {
  margin-left: 6px; }

.gradientMaker-stops-overlay .gradientMaker-stop .gradientMaker-stop-pointer-h {
  border-radius: 7px;
  width: 13px;
  height: 63px;
  border: 2px solid black;
  background: none; }

.gradientMaker-stops-overlay .gradientMaker-stop .gradientMaker-stop-pointer-h.selected {
  background: none; }

.gradientMaker-hard {
  text-align: center; }

input[type="checkbox"] {
  width: auto; }

/* roundedSlider options*/
.rs-border {
  border: 2px solid #666666; }

.rs-block .rs-inner {
  display: none; }

.rs-bar.rs-transition.rs-start {
  display: none; }

.rs-bar.rs-transition.rs-end {
  display: none; }

.sfp-control {
  display: inline-block;
  /*margin-top:6px;*/
  position: relative;
  width: 100%;
  padding-right: 24px;
  text-align: center;
  min-height: 24px; }

.sfp-control-title {
  float: left;
  margin-left: 30px; }

.sfp-control-icon {
  position: absolute;
  right: 0px;
  top: 0px; }

.sfp-control-icon {
  width: 24px;
  height: 24px; }

.sfp-control-inner {
  /* display:inline-block; */
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0; }

.sfp-preview {
  display: inline-block;
  border: 1px solid #000000;
  cursor: pointer;
  padding: 4px; }

.sfp-preview:hover {
  border-color: #0000EE; }

.sfp-preview-inner {
  width: 20px;
  height: 20px;
  border: 1px solid #000000; }

.sfp-title {
  width: 99%;
  font-variant-caps: all-petite-caps; }

.sfp-main {
  padding-bottom: 9px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none; }

.sfp-item-container {
  clear: both;
  margin: 0;
  max-width: 96%;
  overflow: hidden; }

.ui_simple_only {
  display: none; }

.ui_simple .sfp-top-panel-alphabet,
.ui_simple .sfp-left-panel,
.ui_simple .sfp-items-info-totalMsg,
.ui_simple .sfp-more-categories-hint,
.ui_simple .sfp-preview-footer {
  display: none; }

.ui_simple .ui_simple_only {
  display: block; }

.ui_simple .sfp-inline-body {
  border-bottom: 1px solid #333; }

.sfp-panel {
  clear: both;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.sfp-document {
  clear: both; }

.sfp-document-colors {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.sfp-panel.selected {
  display: block; }

.sfp-tabs {
  clear: both;
  display: flex;
  width: 100%; }

.sfp-tabs div {
  height: 28px;
  padding: 4px 0px 4px 9px;
  font-size: 12px;
  opacity: 0.7; }

.sfp-tabs div:hover {
  opacity: 1; }

.sfp-tabs div.selected {
  text-decoration: underline;
  opacity: 1; }

.sfp-underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 1;
  opacity: 0.01; }

.sfp-fill-entry {
  width: 30px;
  height: 30px;
  float: left;
  margin: 4px 0; }

.sfp-popup {
  max-width: 200px;
  border-radius: 5px;
  border: 1px solid #999;
  background: #eee;
  position: absolute;
  left: 45px;
  top: 0px;
  z-index: 2;
  display: inline-block;
  padding: 5px; }

/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/
/* has CUSTOM changes made by Jonas and Cameron,
 * that should be carried over when we upgrade Spectrum.
 * --you can find these changes by searching for 'cameron'
 * But be clear that most of the changes made by jonas :)
 */
/* cameron */
/* changes: make alpha picker higher */
.sp-dragger {
  border: 2px solid black;
  height: 18px;
  width: 18px;
  margin-top: 6px;
  /*offset the increased dimensions*/
  margin-left: 7px;
  background: none;
  border-radius: 20px;
  /*5 + 2px white inner border*/
  position: absolute; }

.sp-dragger-inner {
  width: 14px;
  height: 14px;
  border: 2px solid white;
  border-radius: 20px;
  *height: 12px;
  *width: 12px; }

@media (min-width: 800px) {
  .sp-hue, .sp-val, .sp-dragger, .sp-slider {
    cursor: crosshair; } }

/* original starts here */
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* https://github.com/bgrins/spectrum/issues/40 */
  z-index: 9999994;
  overflow: hidden; }

.sp-container.sp-flat {
  position: relative; }

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block; }

.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%; }

.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%; }

.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%; }

.sp-fill {
  padding-top: 80%; }

.sp-sat, .sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.sp-alpha-enabled .sp-top {
  margin-bottom: 26px;
  /* cameron: was 18 */ }

.sp-alpha-enabled .sp-alpha {
  display: block; }

.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: .8; }

.sp-alpha {
  display: none;
  position: absolute;
  bottom: -22px;
  /* cameron: was -14 */
  right: 0;
  left: 0;
  height: 16px;
  /* cameron: was 8 */ }

.sp-alpha-inner {
  border: solid 1px #333; }

.sp-clear {
  display: none; }

.sp-clear.sp-clear-display {
  background-position: center; }

.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px; }

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none; }

.sp-container.sp-input-disabled .sp-input-container {
  display: none; }

.sp-container.sp-buttons-disabled .sp-button-container {
  display: none; }

.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none; }

.sp-palette-only .sp-picker-container {
  display: none; }

.sp-palette-disabled .sp-palette-container {
  display: none; }

.sp-initial-disabled .sp-initial {
  display: none; }

/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81'); }

.sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000'); }

.sp-hue {
  background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); }

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00'); }

.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00'); }

.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff'); }

.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff'); }

.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff'); }

.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000'); }

.sp-hidden {
  display: none !important; }

/* Clearfix hack */
.sp-cf:before, .sp-cf:after {
  content: "";
  display: table; }

.sp-cf:after {
  clear: both; }

.sp-cf {
  *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%; }
  .sp-hue {
    left: 63%; }
  .sp-fill {
    padding-top: 60%; } }

.sp-dragger {
  /*
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
*/ }

.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: .8; }

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/
.sp-container {
  border-radius: 0;
  background-color: #ECECEC;
  border: solid 1px #f0c49B;
  padding: 0; }

.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.sp-top {
  margin-bottom: 3px; }

.sp-color, .sp-hue, .sp-clear {
  border: solid 1px #666; }

/* Input */
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px; }

.sp-initial-disabled .sp-input-container {
  width: 100%; }

.sp-input {
  font-size: 12px;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222; }

.sp-input:focus {
  border: 1px solid orange; }

.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd; }

.sp-picker-container, .sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px; }

.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff; }

/* Palettes */
.sp-palette-container {
  border-right: solid 1px #ccc; }

.sp-palette-only .sp-palette-container {
  border: 0; }

.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent; }

.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange; }

.sp-thumb-el {
  position: relative; }

/* Initial */
.sp-initial {
  float: left;
  border: solid 1px #333; }

.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0; }

.sp-initial .sp-clear-display {
  background-position: center; }

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
  float: right; }

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: solid 1px #91765d;
  background: #eee;
  color: #333;
  vertical-align: middle; }

.sp-replacer:hover, .sp-replacer.sp-active {
  border-color: #F0C49B;
  color: #111; }

.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver; }

.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px; }

.sp-preview {
  position: relative;
  width: 25px;
  height: 20px;
  border: solid 1px #222;
  margin-right: 5px;
  float: left;
  /*z-index: 0;*/ }

.sp-palette {
  *width: 220px;
  max-width: 220px; }

.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0; }

.sp-container {
  padding-bottom: 0; }

/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle; }

.sp-container button:hover {
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd; }

.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; }

.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none; }

.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline; }

.sp-palette span:hover, .sp-palette span.sp-thumb-active {
  border-color: #000; }

.sp-preview, .sp-alpha, .sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==); }

.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=); }

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=); }

.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==); }

.op-control {
  display: inline-block;
  /*margin-top:6px;*/
  position: relative;
  width: 100%;
  padding-right: 24px;
  text-align: center; }

.op-control-title {
  float: left;
  margin-left: 30px; }

.op-control-icon {
  position: absolute;
  right: 0px;
  top: 0px; }

.op-control-icon {
  width: 24px;
  height: 24px; }

.op-control-inner {
  /* display:inline-block; */
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0; }

.op-preview {
  display: inline-block;
  border: 1px solid #000000;
  cursor: pointer;
  padding: 4px; }

.op-preview:hover {
  border-color: #0000EE; }

.op-preview-inner {
  width: 20px;
  height: 20px;
  border: 1px solid #000000; }

.op-title {
  width: 99%;
  font-variant-caps: all-petite-caps; }

.op-main {
  padding-bottom: 9px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none; }

.op-item-container {
  clear: both;
  margin: 0;
  max-width: 96%;
  overflow: hidden; }

.ui_simple_only {
  display: none; }

.ui_simple .op-top-panel-alphabet,
.ui_simple .op-left-panel,
.ui_simple .op-items-info-totalMsg,
.ui_simple .op-more-categories-hint,
.ui_simple .op-preview-footer {
  display: none; }

.ui_simple .ui_simple_only {
  display: block; }

.ui_simple .op-inline-body {
  border-bottom: 1px solid #333; }

.op-panel {
  clear: both;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.op-document {
  clear: both; }

.op-document-colors {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.op-panel.selected {
  display: block; }

.op-tabs {
  clear: both;
  display: flex;
  width: 100%; }

.op-tabs div {
  height: 28px;
  padding: 4px 0px 4px 9px;
  font-size: 12px;
  opacity: 0.7; }

.op-tabs div:hover {
  opacity: 1; }

.op-tabs div.selected {
  text-decoration: underline;
  opacity: 1; }

.op-underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 1;
  opacity: 0.01; }

.op-line-join-label {
  padding-left: 5px; }

.op-line-join-checkbox {
  margin-left: 4px; }

.op-size label {
  float: left;
  padding-top: 0px;
  padding-right: 3px; }

.op-size input[type="number"] {
  width: unset;
  margin: 0;
  max-width: 60px;
  font-size: 13.5px; }

.op-miterlimit label {
  float: left;
  padding-top: 0px;
  padding-right: 3px; }

.op-miterlimit input[type="number"] {
  width: unset;
  margin: 0;
  max-width: 60px;
  font-size: 13.5px; }

.anglePicker-circle {
  border-radius: 100%;
  border: 1px solid #333333; }

.anglePicker-center {
  border-radius: 100%;
  border: 1px dotted #999999;
  position: absolute; }

.anglePicker-handle {
  border-radius: 100%;
  background-color: #333333;
  position: absolute; }

.anglePicker-value {
  border-radius: 3px;
  background-color: #333333;
  position: absolute;
  color: #EEEEEE;
  width: 30px;
  height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  z-index: 1; }

.anglePicker-top {
  position: relative;
  /*display:flex;
	vertical-align: top;
	padding:10px;*/ }

.anglePicker-control {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid black;
  display: block; }

.anglePicker-outer.anglePicker-popup {
  opacity: 0;
  position: absolute;
  left: 45px;
  top: 0px;
  display: inline-block;
  border: 1px solid orange;
  border-radius: 5px;
  background-color: white;
  z-index: 2; }

.anglePicker-other.anglePicker-popup.anglePicker-open {
  opacity: 1; }

﻿
.rs-ie, .rs-edge {
  -ms-touch-action: none;
  touch-action: none; }

.rs-control {
  position: relative;
  outline: 0 none; }

.rs-container {
  position: relative; }

.rs-control *, .rs-control *:before, .rs-control *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.rs-animation .rs-transition {
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.rs-bar {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.rs-control .rs-split .rs-path,
.rs-control .rs-overlay1,
.rs-control .rs-overlay2 {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.rs-control .rs-overlay {
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.rs-rounded .rs-seperator, .rs-split .rs-path {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.rs-control.rs-error {
  border: 1px dotted;
  text-align: center; }

.rs-readonly {
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  z-index: 100; }

.rs-disabled {
  opacity: 0.35; }

.rs-inner-container {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden; }

.quarter div.rs-block {
  height: 200%;
  width: 200%; }

.half.top div.rs-block, .half.bottom div.rs-block {
  height: 200%;
  width: 100%; }

.half.left div.rs-block, .half.right div.rs-block {
  height: 100%;
  width: 200%; }

.bottom > .rs-inner-container > .rs-block {
  top: auto;
  bottom: 0; }

.right .rs-inner-container > .rs-block {
  right: 0; }

div.rs-block {
  -webkit-border-radius: 1000px;
  border-radius: 1000px; }

.rs-block {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 3; }

.rs-block .rs-inner {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  display: block;
  height: 100%;
  width: 100%;
  position: relative; }

.rs-overlay {
  width: 50%; }

.rs-overlay1, .rs-overlay2 {
  width: 100%; }

.rs-overlay, .rs-overlay1, .rs-overlay2 {
  position: absolute;
  background-color: white;
  z-index: 3;
  top: 0;
  height: 50%; }

.rs-bar {
  display: block;
  position: absolute;
  height: 0;
  z-index: 10; }

.rs-bar.rs-rounded {
  z-index: 5; }

.rs-bar .rs-seperator {
  height: 0px;
  display: block;
  float: left; }

.rs-bar:not(.rs-rounded) .rs-seperator {
  border-left: none;
  border-right: none; }

.rs-bar.rs-start .rs-seperator {
  border-top: none; }

.rs-bar.rs-end .rs-seperator {
  border-bottom: none; }

.rs-bar.rs-start.rs-rounded .rs-seperator {
  border-radius: 0 0 1000px 1000px; }

.rs-bar.rs-end.rs-rounded .rs-seperator {
  border-radius: 1000px 1000px 0 0; }

.full .rs-bar, .half .rs-bar {
  width: 50%; }

.half.left .rs-bar, .half.right .rs-bar, .quarter .rs-bar {
  width: 100%; }

.full .rs-bar, .half.left .rs-bar, .half.right .rs-bar {
  top: 50%; }

.bottom .rs-bar {
  top: 0; }

.half.right .rs-bar, .quarter.right .rs-bar {
  right: 100%; }

.rs-handle.rs-move {
  cursor: move; }

.rs-readonly .rs-handle.rs-move {
  cursor: default; }

.rs-path {
  display: block;
  height: 100%;
  width: 100%; }

.rs-split .rs-path {
  -webkit-border-radius: 1000px 1000px 0 0;
  border-radius: 1000px 1000px 0 0;
  overflow: hidden;
  height: 50%;
  position: absolute;
  top: 0;
  z-index: 2; }

/*** tooltip styles ***/
.rs-tooltip {
  position: absolute;
  cursor: default;
  border: 1px solid transparent;
  z-index: 10; }

.full .rs-tooltip {
  top: 50%;
  left: 50%; }

.bottom .rs-tooltip {
  top: 0; }

.top .rs-tooltip {
  bottom: 0; }

.right .rs-tooltip {
  left: 0; }

.left .rs-tooltip {
  right: 0; }

.half.top .rs-tooltip, .half.bottom .rs-tooltip {
  left: 50%; }

.half.left .rs-tooltip, .half.right .rs-tooltip {
  top: 50%; }

.rs-tooltip .rs-input {
  outline: 0 none;
  border: none;
  background: transparent; }

.rs-tooltip-text {
  font-family: verdana;
  font-size: 13px;
  border-radius: 7px;
  text-align: center; }

.rs-tooltip.edit, .rs-tooltip .rs-input {
  padding: 5px 8px; }

.rs-tooltip.hover, .rs-tooltip.edit:hover {
  border: 1px solid #AAAAAA;
  cursor: pointer; }

.rs-readonly .rs-tooltip.edit:hover {
  border-color: transparent;
  cursor: default; }

/*** handle types ***/
.rs-handle {
  border-radius: 1000px;
  outline: 0 none;
  float: left; }

.rs-handle.rs-handle-square {
  border-radius: 0px; }

.rs-handle-dot {
  border: 1px solid #AAAAAA;
  padding: 6px; }

.rs-handle-dot:after {
  display: block;
  content: "";
  border: 1px solid #AAAAAA;
  height: 100%;
  width: 100%;
  border-radius: 1000px; }

/*** theming - colors ***/
.rs-seperator {
  border: 1px solid #AAAAAA; }

.rs-border {
  border: 1px solid #AAAAAA; }

.rs-path-color {
  background-color: #FFFFFF; }

.rs-range-color {
  background-color: #54BBE0; }

.rs-bg-color {
  background-color: #FFFFFF; }

.rs-handle {
  background-color: #838383; }

.rs-handle-dot {
  background-color: #FFFFFF; }

.rs-handle-dot:after {
  background-color: #838383; }

.gradientMaker-editor {
  display: inline-block;
  position: relative; }

.gradientMaker-top {
  display: flex;
  vertical-align: top;
  padding: 10px; }

.gradientMaker-control {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid black;
  display: block; }

.gradientMaker-outer.gradientMaker-popup {
  opacity: 0;
  position: absolute;
  left: 45px;
  top: 0px;
  border: 1px solid orange;
  border-radius: 5px;
  background-color: white;
  z-index: 2;
  display: inline-block; }

.gradientMaker-outer.gradientMaker-popup.gradientMaker-open {
  opacity: 1; }

.gradientMaker-preview {
  /* margin-left:6px;
	margin-right:6px; */
  width: 202px;
  /*1px for border*/
  height: 50px;
  /* ie transparent looking checkerboard */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMAgMAAAArG7R0AAAAA3NCSVQICAjb4U/gAAAACVBMVEX////////MzMzj3LoRAAAAA3RSTlMAzMwP69IHAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADEyLzEyLzEyJZRHgQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAUSURBVAiZYwiNWsWADa9aGooNAwCZdxHvZF1NBwAAAABJRU5ErkJggg==") top left repeat;
  border: 1px solid black;
  cursor: copy; }

.gradientMaker-rotate {
  margin: 0;
  display: inline-block;
  margin-top: 0px;
  margin-left: 10px; }

.gradientMaker-detail {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 20px; }

.gradientMaker-stops {
  position: relative;
  width: 200px;
  /* extra added at run time */
  height: 30px; }

.gradientMaker-stop {
  position: absolute; }

.gradientMaker-stop-color.selected {
  box-shadow: 0 0 10px #999999; }

.gradientMaker-stop-pointer-h {
  /*border: 2px solid blue;*/
  /* opacity: 0.5; */
  width: 13px;
  height: 9px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH3QIYABwOjNb5GwAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAABkSURBVBjTjdHBCcQwDETRP9s/qA5XZHfzc0gMwRuTzEUg6SGDAWmtca+qgFf9S+DsL2OToJIkK/qtjTGGcy8Jvfena84nzQWrStWqEvABnmgFMxu4B1v4BnbwFaww13/wNUk4ACIazmFFLEgUAAAAAElFTkSuQmCC") top left no-repeat; }

.gradientMaker-stop-pointer-h.selected {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH3QIYATMsSmjqpQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAABaSURBVBjTnZBbCgAxCAMnvf9FeiJ7m+xHVyh9sI+ABDSDImBqrYxu24BvXyTo/WlsSdhGkmaozI3WmjMniYjYbXOelIGlNmCfnYAD+Aws4FtgBEW+74MKP3QBwKdi+TP5PMEAAAAASUVORK5CYII=") top left no-repeat; }

.gradientMaker-stop-pointer-v {
  /*border: 2px solid blue;*/
  width: 9px;
  height: 13px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH3QIYDgkb3CDW7gAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAABfSURBVBjThdHLCcAwDATRSfoHuw1V5HImh3xwiOQYdHuI9QqKN8YQuKcGrTVVf8EHZeCFKqDKpFOgus3ps4wA+7UNgN571ciJlpkignvb4nc+qIJExNT+OUnj+cy3OwBD3OE93R0gtgAAAABJRU5ErkJggg==") top left no-repeat;
  float: left; }

.gradientMaker-stop-pointer-v.selected {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH3QIYDgk37vi6DQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAABRSURBVBjTjc/BCcAwDEPRr+6/iCfyOOolKYWi1AJfzEPYENLdBvb8Ak+AJ8ATYNk2gKT0A4rXv3LZZpVlJCFA3Z1VVbHbTsc/KMKq+uyOjQnekt9s5toEb9AAAAAASUVORK5CYII=") top left no-repeat; }

.gradientMaker-stop-color {
  border: 1px solid black;
  /* width: 100%;
	height: 100%; */
  float: left; }

.gradientMaker-stops-default .gradientMaker-stop .gradientMaker-stop-color {
  width: 13px;
  height: 13px; }

.gradientMaker-stops-circle .gradientMaker-stop .gradientMaker-stop-color {
  border-radius: 100%;
  margin-top: 3px;
  border-radius: 100%;
  width: 25px;
  height: 25px; }

.gradientMaker-stops-overlay {
  position: absolute;
  top: -6px;
  left: 0px; }

.gradientMaker-stops.gradientMaker-stops-overlay {
  /* if height !- 0, it interfers with preview clicks */
  height: 0px;
  margin-bottom: 30px; }

.gradientMaker-stops-overlay .gradientMaker-stop .gradientMaker-stop-color {
  border-radius: 5px;
  width: 9px;
  height: 58px;
  margin-left: 2px;
  margin-top: -61px;
  border: 2px solid white;
  background: none; }

.gradientMaker-stops-circle .gradientMaker-stop .gradientMaker-stop-pointer-h {
  margin-left: 6px; }

.gradientMaker-stops-overlay .gradientMaker-stop .gradientMaker-stop-pointer-h {
  border-radius: 7px;
  width: 13px;
  height: 63px;
  border: 2px solid black;
  background: none; }

.gradientMaker-stops-overlay .gradientMaker-stop .gradientMaker-stop-pointer-h.selected {
  background: none; }

.gradientMaker-hard {
  text-align: center; }

input[type="checkbox"] {
  width: auto; }

/* roundedSlider options*/
.rs-border {
  border: 2px solid #666666; }

.rs-block .rs-inner {
  display: none; }

.rs-bar.rs-transition.rs-start {
  display: none; }

.rs-bar.rs-transition.rs-end {
  display: none; }

.sfp-control {
  display: inline-block;
  /*margin-top:6px;*/
  position: relative;
  width: 100%;
  padding-right: 24px;
  text-align: center;
  min-height: 24px; }

.sfp-control-title {
  float: left;
  margin-left: 30px; }

.sfp-control-icon {
  position: absolute;
  right: 0px;
  top: 0px; }

.sfp-control-icon {
  width: 24px;
  height: 24px; }

.sfp-control-inner {
  /* display:inline-block; */
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0; }

.sfp-preview {
  display: inline-block;
  border: 1px solid #000000;
  cursor: pointer;
  padding: 4px; }

.sfp-preview:hover {
  border-color: #0000EE; }

.sfp-preview-inner {
  width: 20px;
  height: 20px;
  border: 1px solid #000000; }

.sfp-title {
  width: 99%;
  font-variant-caps: all-petite-caps; }

.sfp-main {
  padding-bottom: 9px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none; }

.sfp-item-container {
  clear: both;
  margin: 0;
  max-width: 96%;
  overflow: hidden; }

.ui_simple_only {
  display: none; }

.ui_simple .sfp-top-panel-alphabet,
.ui_simple .sfp-left-panel,
.ui_simple .sfp-items-info-totalMsg,
.ui_simple .sfp-more-categories-hint,
.ui_simple .sfp-preview-footer {
  display: none; }

.ui_simple .ui_simple_only {
  display: block; }

.ui_simple .sfp-inline-body {
  border-bottom: 1px solid #333; }

.sfp-panel {
  clear: both;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.sfp-document {
  clear: both; }

.sfp-document-colors {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.sfp-panel.selected {
  display: block; }

.sfp-tabs {
  clear: both;
  display: flex;
  width: 100%; }

.sfp-tabs div {
  height: 28px;
  padding: 4px 0px 4px 9px;
  font-size: 12px;
  opacity: 0.7; }

.sfp-tabs div:hover {
  opacity: 1; }

.sfp-tabs div.selected {
  text-decoration: underline;
  opacity: 1; }

.sfp-underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 1;
  opacity: 0.01; }

.sfp-fill-entry {
  width: 30px;
  height: 30px;
  float: left;
  margin: 4px 0; }

.sfp-popup {
  max-width: 200px;
  border-radius: 5px;
  border: 1px solid #999;
  background: #eee;
  position: absolute;
  left: 45px;
  top: 0px;
  z-index: 2;
  display: inline-block;
  padding: 5px; }

/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/
/* has CUSTOM changes made by Jonas and Cameron,
 * that should be carried over when we upgrade Spectrum.
 * --you can find these changes by searching for 'cameron'
 * But be clear that most of the changes made by jonas :)
 */
/* cameron */
/* changes: make alpha picker higher */
.sp-dragger {
  border: 2px solid black;
  height: 18px;
  width: 18px;
  margin-top: 6px;
  /*offset the increased dimensions*/
  margin-left: 7px;
  background: none;
  border-radius: 20px;
  /*5 + 2px white inner border*/
  position: absolute; }

.sp-dragger-inner {
  width: 14px;
  height: 14px;
  border: 2px solid white;
  border-radius: 20px;
  *height: 12px;
  *width: 12px; }

@media (min-width: 800px) {
  .sp-hue, .sp-val, .sp-dragger, .sp-slider {
    cursor: crosshair; } }

/* original starts here */
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* https://github.com/bgrins/spectrum/issues/40 */
  z-index: 9999994;
  overflow: hidden; }

.sp-container.sp-flat {
  position: relative; }

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block; }

.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%; }

.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%; }

.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%; }

.sp-fill {
  padding-top: 80%; }

.sp-sat, .sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.sp-alpha-enabled .sp-top {
  margin-bottom: 26px;
  /* cameron: was 18 */ }

.sp-alpha-enabled .sp-alpha {
  display: block; }

.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: .8; }

.sp-alpha {
  display: none;
  position: absolute;
  bottom: -22px;
  /* cameron: was -14 */
  right: 0;
  left: 0;
  height: 16px;
  /* cameron: was 8 */ }

.sp-alpha-inner {
  border: solid 1px #333; }

.sp-clear {
  display: none; }

.sp-clear.sp-clear-display {
  background-position: center; }

.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px; }

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none; }

.sp-container.sp-input-disabled .sp-input-container {
  display: none; }

.sp-container.sp-buttons-disabled .sp-button-container {
  display: none; }

.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none; }

.sp-palette-only .sp-picker-container {
  display: none; }

.sp-palette-disabled .sp-palette-container {
  display: none; }

.sp-initial-disabled .sp-initial {
  display: none; }

/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81'); }

.sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000'); }

.sp-hue {
  background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); }

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00'); }

.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00'); }

.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff'); }

.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff'); }

.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff'); }

.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000'); }

.sp-hidden {
  display: none !important; }

/* Clearfix hack */
.sp-cf:before, .sp-cf:after {
  content: "";
  display: table; }

.sp-cf:after {
  clear: both; }

.sp-cf {
  *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%; }
  .sp-hue {
    left: 63%; }
  .sp-fill {
    padding-top: 60%; } }

.sp-dragger {
  /*
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
*/ }

.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: .8; }

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/
.sp-container {
  border-radius: 0;
  background-color: #ECECEC;
  border: solid 1px #f0c49B;
  padding: 0; }

.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.sp-top {
  margin-bottom: 3px; }

.sp-color, .sp-hue, .sp-clear {
  border: solid 1px #666; }

/* Input */
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px; }

.sp-initial-disabled .sp-input-container {
  width: 100%; }

.sp-input {
  font-size: 12px;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222; }

.sp-input:focus {
  border: 1px solid orange; }

.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd; }

.sp-picker-container, .sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px; }

.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff; }

/* Palettes */
.sp-palette-container {
  border-right: solid 1px #ccc; }

.sp-palette-only .sp-palette-container {
  border: 0; }

.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent; }

.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange; }

.sp-thumb-el {
  position: relative; }

/* Initial */
.sp-initial {
  float: left;
  border: solid 1px #333; }

.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0; }

.sp-initial .sp-clear-display {
  background-position: center; }

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
  float: right; }

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: solid 1px #91765d;
  background: #eee;
  color: #333;
  vertical-align: middle; }

.sp-replacer:hover, .sp-replacer.sp-active {
  border-color: #F0C49B;
  color: #111; }

.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver; }

.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px; }

.sp-preview {
  position: relative;
  width: 25px;
  height: 20px;
  border: solid 1px #222;
  margin-right: 5px;
  float: left;
  /*z-index: 0;*/ }

.sp-palette {
  *width: 220px;
  max-width: 220px; }

.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0; }

.sp-container {
  padding-bottom: 0; }

/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle; }

.sp-container button:hover {
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd; }

.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; }

.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none; }

.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline; }

.sp-palette span:hover, .sp-palette span.sp-thumb-active {
  border-color: #000; }

.sp-preview, .sp-alpha, .sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==); }

.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=); }

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=); }

.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==); }

.pm-control {
  display: inline-block;
  /*margin-top:6px;*/
  position: relative;
  width: 100%;
  padding-right: 24px;
  text-align: center; }

.pm-control-title {
  float: left;
  margin-left: 30px; }

.pm-control-icon {
  position: absolute;
  right: 0px;
  top: 0px; }

.pm-control-icon {
  width: 24px;
  height: 24px; }

.pm-control-inner {
  /* display:inline-block; */
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0; }

.pm-preview {
  display: inline-block;
  border: 1px solid #000000;
  cursor: pointer;
  padding: 4px; }

.pm-preview:hover {
  border-color: #0000EE; }

.pm-preview-inner {
  width: 20px;
  height: 20px;
  border: 1px solid #000000; }

.pm-title {
  width: 99%;
  font-variant-caps: all-petite-caps; }

.pm-main {
  display: flex;
  flex-direction: column;
  padding-bottom: 9px;
  font-family: sans-serif;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
  width: 100%; }

.pm-item-container {
  clear: both;
  margin: 0;
  max-width: 96%;
  overflow: hidden; }

.ui_simple_only {
  display: none; }

.ui_simple .pm-tpm-panel-alphabet,
.ui_simple .pm-left-panel,
.ui_simple .pm-items-info-totalMsg,
.ui_simple .pm-more-categories-hint,
.ui_simple .pm-preview-footer {
  display: none; }

.ui_simple .ui_simple_only {
  display: block; }

.ui_simple .pm-inline-body {
  border-bottom: 1px solid #333; }

.pm-panel {
  clear: both;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.pm-document {
  clear: both; }

.pm-document-colors {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.pm-panel.selected {
  display: block; }

.pm-tabs {
  clear: both;
  display: flex;
  width: 100%; }

.pm-tabs div {
  height: 28px;
  padding: 4px 0px 4px 9px;
  font-size: 12px;
  opacity: 0.7; }

.pm-tabs div:hover {
  opacity: 1; }

.pm-tabs div.selected {
  text-decoration: underline;
  opacity: 1; }

.pm-underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 1;
  opacity: 0.01; }

.pm-line-join-label {
  padding-left: 5px; }

.pm-line-join-checkbox {
  margin-left: 4px; }

.pm-size label {
  float: left;
  padding-top: 0px;
  padding-right: 3px; }

.pm-size input[type="number"] {
  width: unset;
  margin: 0;
  max-width: 60px;
  font-size: 13.5px; }

.pm-miterlimit label {
  float: left;
  padding-top: 0px;
  padding-right: 3px; }

.pm-miterlimit input[type="number"] {
  width: unset;
  margin: 0;
  max-width: 60px;
  font-size: 13.5px; }

.pm-spectrum {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #999;
  margin: 5px;
  float: left; }

.pm-adjustment {
  margin-top: 10px; }

.pm-stripe-size {
  margin-left: 80px; }

.pm-shape-size {
  margin-left: 80px; }

.pm-advanced-scale {
  margin-top: 20px;
  margin-left: 80px; }

/* any regular icon */
.vui-icon {
  /*float: left;*/
  width: 50px;
  height: 62px;
  font-family: Arial;
  font-size: 12px;
  color: #669;
  text-align: center; }

.vui-icon svg {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px; }

.vui-small-icon {
  float: left;
  font-family: Arial;
  font-size: 12px;
  color: #669;
  text-align: center;
  width: 28px;
  height: 28px;
  margin-right: 12%;
  padding: 2px; }

.vui-small-icon:hover {
  background-color: #eee;
  border-radius: 5px; }

.vui-small-icon.selected {
  background-color: #ddd;
  border-radius: 5px; }

.vui-small-icon svg {
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 4px;
  max-width: 18px;
  max-height: 18px; }

.selected div.vui-small-icon {
  background-color: #eee;
  border-radius: 5px; }

.vui-medium-icon {
  float: left;
  font-family: Arial;
  font-size: 12px;
  color: #669;
  text-align: center;
  width: 34px;
  height: 34px;
  margin-right: 5%;
  padding: 3px; }

.vui-medium-icon:hover {
  background-color: #eee;
  border-radius: 5px; }

.vui-medium-icon.selected {
  background-color: #ddd;
  border-radius: 5px; }

.vui-medium-icon svg {
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 4px;
  max-width: 24px;
  max-height: 24px; }

.selected div.vui-medium-icon {
  background-color: #eee;
  border-radius: 5px; }

.vui-large-icon {
  float: left;
  font-family: Arial;
  font-size: 12px;
  color: #669;
  text-align: center;
  width: 60px;
  height: 60px;
  /*margin-left: 3px;*/
  padding: 2px;
  border-radius: 10px;
  border: 1px solid #999;
  margin: 5px; }

.vui-large-icon:hover {
  background-color: #eee; }

.vui-large-icon svg {
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 4px;
  max-width: 28px;
  max-height: 28px; }

.vui-seg3-icon {
  float: left;
  font-family: Arial;
  font-size: 12px;
  color: #669;
  background-color: #eee;
  text-align: center;
  width: 33%;
  height: 60px;
  /*margin-left: 3px;*/
  border-left: 1px solid #999;
  margin-left: -1px;
  margin-bottom: -1px;
  border-bottom: 1px solid #999; }

.vui-seg3-1 {
  background-color: #eceff4; }

.vui-seg3-2 {
  background-color: #e5e9f0; }

.vui-seg3-3 {
  background-color: #d8dee9; }

.vui-seg3-icon.vui-seg3-3 {
  width: 34%; }

.vui-seg3-icon.selected {
  background-color: #fff;
  border-bottom: none; }

.vui-seg3-icon.selected:hover {
  /*background-color:#f9f9f9;*/ }

.vui-seg3-icon:hover {
  background-color: #f4f4f4;
  border-bottom: 1px solid #fff; }

.vui-seg3-icon svg {
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 4px;
  max-width: 28px;
  max-height: 28px; }

.vui-edit-container.vertical {
  overflow-y: scroll;
  height: 100%;
  border: none; }

.vertical .vui-edit .vui-component-properties {
  display: none; }

.vui-component.vui-component-firsthalf {
  width: 40%;
  float: left; }

.vui-component.vui-component-secondhalf {
  width: 40%;
  clear: unset;
  float: left;
  margin-left: 11%; }

.vui-component {
  margin: 0px 5px 15px 5px;
  clear: both; }

.vui-component-textarea textarea {
  max-width: 100%;
  min-width: 100%; }

.vui-component-font select {
  padding: 2px;
  font-family: inherit;
  border: none;
  font-size: 20px; }

.vui-component-text input {
  font-family: inherit; }

.vui-component-numbertext input {
  font-family: inherit; }

.vui-component-font select:focus {
  outline: none; }

.vui-component-title {
  clear: both;
  font-size: 14px;
  width: 100px; }

.vui-component-fill {
  background-color: #DDDDDD;
  border-radius: 10px;
  padding: 7px 10px 0px 10px; }

.vui-component-fill .vui-component-title {
  float: left;
  margin-top: 8px;
  margin-left: 10px;
  margin-right: 3px;
  font-size: 16px; }

.vui-component-outline {
  background-color: #DDDDDD;
  border-radius: 10px;
  padding: 7px 10px 0px 10px; }

.vui-component-outline .vui-component-title {
  float: left;
  margin-top: 8px;
  margin-left: 10px;
  margin-right: 3px;
  font-size: 16px; }

.vui-component-color {
  margin-top: 4px; }

.vui-component-justify {
  float: left;
  width: 54%;
  margin-bottom: 5px;
  clear: unset;
  /* hack */ }

.vui-component-justify .vui-small-icon {
  margin-right: 5%;
  margin-left: 0%;
  padding: 0; }

.vui-component-_align {
  float: left;
  width: 35%;
  margin-bottom: 5px; }

.vui-component-_align .vui-small-icon {
  margin-right: 5%;
  margin-left: 0%;
  padding: 0; }

.vui-component-flip {
  float: left;
  width: 40%;
  margin-bottom: 5px;
  clear: unset; }

.vui-component-flip .vui-small-icon {
  margin-right: 5%;
  margin-left: 0%;
  padding: 0; }

.vui-component-bold:hover {
  background-color: #eee;
  border-radius: 5px; }

.vui-component-bold.selected {
  background-color: #ddd;
  border-radius: 5px; }

.vui-component-layer-up.vui-component {
  float: right;
  margin-top: 4px; }

.vui-component-layer-down.vui-component {
  float: right;
  margin-top: 4px; }

.vui-component-properties.vui-component {
  float: right;
  margin-top: 0px; }

.vui-component-arrange.vui-component {
  float: right;
  margin-top: 0px;
  position: relative; }

.vui-component-delete.vui-component {
  float: right;
  margin-top: 0px; }

.vui-component-numbertext {
  width: 35%;
  height: 26px;
  border: 1px solid #999999;
  float: left;
  clear: unset;
  margin: 0px 25px 10px 5px; }

.vui-component-numbertext.disabled {
  opacity: 0.5; }

.vui-numbertext-icon {
  width: 24px;
  height: 24px;
  float: left; }

.vui-numbertext-icon svg {
  margin: 5px; }

.vui-component-numbertext input.vui-numbertext-input {
  width: 50px;
  float: left;
  padding: 3px 0 0px 5px;
  border: none;
  margin-top: 0px; }

.vui-edit-menu {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 16px;
  right: 0; }

.vui-edit-menu a {
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  font-size: 0.8em; }

.vui-image-filter-settings-icon {
  float: right; }

.vui-image-filter-settings-icon svg {
  width: 24px; }

.vui-slider-container {
  width: 100%;
  /* Width of the outside container */ }

/* The slider itself */
.vui-slider {
  -moz-appearance: none;
  -webkit-appearance: none;
  /* Override default CSS styles */
  appearance: none;
  width: 77%;
  height: 2px;
  outline: none;
  /* Remove outline */
  opacity: 0.7;
  /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s;
  /* 0.2 seconds transition on hover */
  transition: opacity .2s;
  vertical-align: middle;
  background: #CCC; }

input[type="number"].vui-slider-input {
  width: 20%;
  margin-left: 5px;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 13px;
  padding: 4px; }

input[type="number"].vui-slider-input.no-slider {
  width: 100%; }

/* Mouse-over effects */
.vui-slider:hover {
  opacity: 1;
  /* Fully shown on mouse-over */ }

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.vui-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  background: #FFFFFF;
  /* White background */
  cursor: pointer;
  /* Cursor on hover */
  border-radius: 50%;
  /*Circle Slider*/
  border: 1px solid #888888;
  cursor: -webkit-grab;
  box-shadow: 1px 2px #888888; }

input[type=range]:focus {
  outline: none; }

.vui-slider::-moz-range-thumb {
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  background: #FFFFFF;
  /* White background */
  cursor: pointer;
  /* Cursor on hover */
  border-radius: 50%;
  /*Circle Slider*/
  cursor: -moz-grab;
  box-shadow: 1px 2px #888888; }

/*Gradient Range Slider (FireFox)*/
input[type=range]::-moz-range-track {
  background: #CCC; }

/*Scroll content*/
.library-content {
  display: flex;
  flex-direction: column;
  height: 100%; }

.vui-library {
  width: 350px;
  min-width: 350px;
  max-width: 350px;
  /*border-right: 1px solid black;*/
  display: flex;
  flex-direction: row;
  overflow: hidden; }

.vui-library .vui-library-icons {
  width: 50px;
  overflow-y: auto;
  overflow-x: hidden; }

.vui-library .vui-library-content {
  flex-grow: 1;
  height: 99%;
  max-width: 250px;
  overflow-y: hidden;
  margin-right: 1px; }

.vui-library-icon {
  position: relative; }

.vui-library-top {
  width: 300px;
  height: 100%; }

/* the icons on left */
.vui-library-icon {
  background-color: #FAFAFA;
  width: 50px;
  height: 60px;
  font-family: Arial;
  font-size: 12px;
  color: #8D8D8E;
  text-align: center;
  white-space: nowrap; }

/*.vui-library-icon:hover{
	background-color: #ddd;
}*/
.vui-library-icon svg {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  width: 30px;
  height: 26px; }

.vui-library-item {
  cursor: pointer;
  position: relative; }

.vui-library-item-upload {
  position: relative; }

.vui-library-item-overlay {
  position: absolute;
  top: 0; }

.vui-library-item-image.waiting img {
  opacity: 0.4; }

.vui-image-filter-div {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 65px;
  white-space: nowrap;
  margin-bottom: 5px; }

.vui-image-filter-div div {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px; }

.vui-image-filter-adjustment {
  display: none; }

.vui-image-filter-preview {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  float: left; }

.vui-image-filter {
  position: relative;
  display: inline-block; }

.vui-image-filter.selected:after {
  content: "✔";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px; }

.vui-image-filter svg {
  display: block; }

.vui-library-item-template {
  width: 90%;
  margin: 5%;
  position: relative;
  text-align: center; }

.vui-library-item-template img {
  width: 100%; }

.vui-library-item-design img {
  width: 100%; }

.vui-library-item-design {
  width: 90%;
  margin: 5%;
  position: relative;
  text-align: center; }

.vui-library-item:hover {
  background-color: #EEEEEE; }

.vui-library-item-icon {
  float: left;
  width: 25%;
  height: 55px;
  /** cam 60px -> 55px so it's centerd.  Feel free to change */
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-right: -1px;
  margin-bottom: -1px; }

.vui-library-item-icon svg {
  margin: 15px;
  max-height: 30px;
  max-width: 30px; }

.vui-library-item-shape {
  float: left;
  width: 33%;
  height: 60px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-right: -1px;
  margin-bottom: -1px; }

.vui-library-item-shape svg {
  margin-top: 3px;
  padding: 5px; }

.vui-library-item-background {
  float: left;
  width: 33%;
  height: 60px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-right: -1px;
  margin-bottom: -1px; }

.vui-library-item-background svg {
  padding: 5px; }

.vui-library-item-text {
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #eee; }

.vui-library-item-image {
  float: left;
  width: 100%;
  border-right: 10px solid #fff;
  border-left: 10px solid #fff;
  border-bottom: 10px solid #fff;
  background: white; }

.vui-library-item-image img {
  width: 100%;
  opacity: 1;
  transition: .3s ease-in-out; }

.template-menu {
  position: absolute;
  top: 0px;
  width: 20%;
  text-align: center;
  height: 100%;
  right: 0px;
  margin-left: 5px;
  display: flex;
  justify-content: center; }

.vui-delete-item {
  width: 35px;
  height: 35px;
  font-size: 15px;
  margin-top: 5px;
  border-radius: 50%;
  padding-top: 5px;
  border: 1px solid #eee;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  /*position:absolute;
	top:0px;
	right:0px;
	margin-left: 5px;
	padding-left: 5px;
	padding-right:5px;
	background-color: #FFFFFF;
	color: #0000FF;
	border: 1px ;
	border: 1px solid black;*/ }

.vui-delete-item:hover {
  background-color: #fafafa;
  color: #FF0000;
  border-color: #333; }

.vui-search-div {
  position: relative; }

.vui-search {
  margin-top: 10px;
  background: url(images/search-icon.png) no-repeat 9px center;
  border: solid 1px #ccc;
  padding: 7px 10px 7px 32px;
  width: 100%;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 50px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  font-size: 15px;
  font-family: Arial; }

.vui-search.working {
  background: url(/images/spinner2.gif) no-repeat 9px center;
  background-size: 20px 20px; }

.vui-search-clear {
  width: 21px;
  height: 21px;
  position: absolute;
  right: 15px;
  top: 49px;
  background-image: url(/images/close.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 3px 3px;
  display: none;
  opacity: 0.5; }

.vui-search-clear:hover {
  opacity: 1;
  border-radius: 3px;
  background-color: #eee; }

.btn-more {
  width: 90%;
  background: #ad5389;
  margin: 0 auto;
  border-radius: 50px;
  font-size: 16px;
  margin-bottom: 10px;
  font-family: Arial;
  animation: background 0.5s ease; }

.btn-more:hover {
  background: #3c1053; }

input.vui-search {
  outline: none; }

input[type=search].vui-search {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%; }

input.vui-search::-webkit-search-decoration,
input.vui-search::-webkit-search-cancel-button {
  display: none; }

input:-moz-placeholder {
  color: #999; }

input::-webkit-input-placeholder {
  color: #999; }

.vui-library-header {
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
  padding: 10px 5px 10px 5px; }

.vui-library-title {
  float: left;
  width: 100%;
  padding: 5px 0px; }

.vui-library-title span {
  text-transform: uppercase;
  font-size: 15px;
  float: left;
  font-weight: bold; }

.vui-library-back {
  float: right;
  width: 20px;
  height: 20px;
  background: url(images/arrow-left-icon.png) no-repeat center center;
  background-size: 17px 17px;
  opacity: 0.6; }

.vui-library-back:hover {
  opacity: 1; }

/** probably should be renamed.  Most of this css could probably go into sfp */
.vui-bg-sfp {
  max-width: 210px;
  margin-left: 5px;
  background-color: #eee;
  padding: 5px;
  border-radius: 5px; }

.scrollable {
  overflow-y: scroll;
  height: 100%; }

.vui {
  display: flex;
  flex-direction: column;
  height: 100%; }

.vui-top {
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  border-bottom: 1px solid black; }

.vui-center {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
  /* needed to make editor scroll */ }

.vui-main {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  overflow: hidden; }

.vui-edit-container {
  height: 40px;
  border-bottom: 1px solid gray; }

.vui-editor {
  flex-grow: 1;
  overflow: auto;
  background-color: #D3D3D3;
  /*Cam*/
  height: 90%;
  padding: 10px; }

.vui-vectos {
  margin: auto;
  display: inline-block;
  line-height: 0px;
  width: 100%;
  height: 100%; }

.vui-footer {
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  border-top: 1px solid black; }

.vui-footer-mobile {
  display: none; }

.vui-undo {
  float: left; }

.vui-redo {
  float: left; }

@media (max-width: 768px) {
  .vui-library {
    width: 225px; }
  .vui-library-content {
    width: 175px; }
  .vui-library-item-icon {
    width: 33%;
    height: 50px; }
  .vui-library-item-icon svg {
    margin: 10px; } }

/**
 * .vui
 * 
 */
.vui-edit-icon {
  float: left;
  font-family: Arial;
  font-size: 10px;
  color: #669;
  text-align: center;
  width: 35px;
  height: 45px;
  margin-right: 3px; }

.vui-edit-icon svg {
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 4px;
  width: 25px;
  height: 20px; }

.vui-svg-preview {
  border: 1px solid black; }

.vui-property {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  border-left: 1px solid black;
  display: flex;
  flex-direction: column; }

.ftfp-parent {
  background-color: #DDDDDD;
  border-radius: 10px;
  padding: 6px 10px;
  /* z-index: 3; */ }

.ftfp-panel-search {
  margin-bottom: 5px;
  text-align: center; }

.ftfp-font-set-control {
  /* border: 1px solid #666;
	border-radius:15px; */
  margin-bottom: -10px;
  margin-left: 8px;
  display: inline-block; }

.ftfp-font-set-control div {
  float: left;
  padding: 2px 8px;
  font-size: 14px; }

.ftfp-font-set-control div.selected {
  /* background-color:#999999; */
  text-decoration: underline; }

.ftfp-font-set-control div:hover {
  /* background-color:#999999; */
  text-decoration: underline; }

.ftfp-panel-result {
  height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
  clear: both; }

.ftfp-font-entry {
  height: 30px;
  margin-right: 5px;
  border-radius: 3px;
  padding-left: 3px; }

.ftfp-font-entry h3 {
  margin-bottom: 0;
  white-space: nowrap; }

.ftfp-font-entry.selected {
  /*background: #c9f5a7;*/
  /*background-color: #9a9aff;*/
  background-color: #bcbcbc; }

.ftfp-font-entry.first {
  /*background: #c9f5a7;*/
  /*background-color: #9a9aff;*/
  border: 1px dashed #666;
  /*	background-color: #bcbcbc;*/ }

.ftfp-font-entry.current {
  background-color: #4444ff; }

.ftfp_inline {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none; }

.ftfp-underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F00;
  z-index: 1;
  opacity: 0.1; }

.ftfp-control {
  position: relative; }

.ftfp-control-icon {
  position: absolute;
  right: 0px; }

.ftfp-control-icon svg {
  width: 24px; }

.ftfp-control-inner {
  white-space: nowrap;
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ftfp-lastrecent {
  border-bottom: 2px dotted #666666;
  margin-bottom: -2px; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0; }

article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
  display: block; }

a img {
  border: 0; }

figure {
  position: relative; }

figure img {
  width: 100%; }

h1, h2, h3 {
  font-family: 'OswaldBook web', serif;
  font-weight: normal;
  margin-bottom: 1.5em;
  line-height: 1.5em; }

h1 {
  font-size: 2em;
  margin-bottom: .5em;
  letter-spacing: 3px; }

h2 {
  font-size: 1.5em;
  margin-bottom: .5em; }

h3 {
  font-size: 1.125em;
  margin-bottom: .375em; }

h4 {
  font-size: 1.25em;
  font-weight: normal;
  margin-bottom: .25em; }

h5 {
  margin-bottom: .5em; }

.contact-page {
  letter-spacing: 0;
  text-align: center; }

.inner {
  margin: 3% 25%;
  max-width: 100%; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  padding-right: .5em; }

.no-js .no-js-hide {
  display: none !important; }

.no-fontface [class^="icon-"],
.no-fontface [class*=" icon-"],
.no-fontface .fontface-label {
  display: none !important; }

.fontface .label-fallback,
.placeholder .label-fallback,
.fontface .fontface-fallback {
  display: none; }

.no-fontface .fontface-fallback {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  font: 100%/1.5 "Overlock web", serif;
  color: #404040;
  overflow-x: hidden;
  text-rendering: optimizeLegibility; }

body,
input,
button {
  -webkit-font-smoothing: antialiased; }

.body-font {
  font-family: "Overlock web", serif !important; }

p {
  max-width: 50em;
  margin-bottom: 1em; }

small {
  font-size: 15px; }

ul {
  list-style: none; }

a {
  color: #09C;
  text-decoration: none;
  border-bottom: 1px solid #3cf; }

.modal a {
  color: white;
  border-bottom-color: #ccc; }

.no-link-style {
  color: inherit;
  text-decoration: inherit;
  border: inherit; }

.minor-error {
  color: #a33; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

sub {
  top: 0.4em; }

.price-wrap {
  font-size: 30px;
  font-family: 'OswaldBook web', serif; }

.price-wrap sup {
  font-size: .5em;
  top: -0.65em;
  margin-right: 1px; }

.cf,
.row {
  display: block;
  zoom: 1; }

.cf:before, .cf:after,
.row:before, .row:after {
  content: "";
  display: table; }

.cf:after,
.row:after {
  clear: both; }

.clear {
  clear: both; }

.checkered {
  background-image: url("/images/checkered.png"); }

.justify-grid {
  text-align: justify;
  line-height: 0; }

.justify-grid:after {
  content: '';
  display: inline-block;
  width: 100%; }

.justify-grid-item {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  *display: inline;
  *zoom: 1; }

.placeholder.justify-grid-item {
  height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important; }

.center-wrapper {
  text-align: center; }

.center-self {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.hide {
  display: none !important; }

.group {
  margin-bottom: 1em; }

.group--inline {
  margin-right: 1em; }

.fade-in {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s; }

.fade-out {
  opacity: 0; }

.faded-in {
  filter: alpha(opacity=100);
  opacity: 1; }

.no-anim {
  -webkit-transition: all 0s !important;
  transition: all 0s !important; }

[contenteditable] {
  cursor: text !important; }

.button,
button {
  display: block;
  width: 100%;
  background: #2C4147;
  color: white;
  font: 1em/3em 'OswaldBook web', serif;
  margin-bottom: 1em;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

input.button:focus, input.button:active {
  border: 0; }

.massive.button,
button.massive {
  font-size: 1.5em; }

.inline.button,
button.inline {
  width: 150px;
  font-size: 15px;
  display: inline-block;
  padding: 0 .5em;
  margin-right: 1em; }

.light.button,
button.light {
  background: #09c; }

button.plain,
.plain.button {
  width: auto;
  font: 100%/1.5 "Overlock web", serif;
  color: #09C;
  border: 0;
  border-bottom: 1px solid #3cf;
  background: none;
  filter: none;
  text-decoration: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: none;
  transition: none; }

button.plain,
.plain.button {
  padding: 0;
  margin: 0; }

.modal button.plain,
.modal .plain.button {
  color: white;
  border-bottom-color: #ccc; }

.modal button.plain:hover,
.modal .plain.button:hover {
  border-bottom-color: #BBBBBB;
  color: #DDDDDD; }

.button [class*="icon-"],
button [class*="icon-"] {
  vertical-align: middle;
  line-height: inherit; }

.button-icon-right {
  position: absolute;
  right: 0;
  margin-top: -3px; }

.button-icon-right:before {
  vertical-align: middle; }

.button-icon {
  display: inline-block;
  color: #2C4147;
  text-decoration: none;
  border: 0; }

.light.button-icon {
  color: #09c; }

.no-fontface .button-icon {
  background: #2C4147;
  color: white;
  padding: 2px 4px;
  border-radius: 4px; }

.no-fontface .light.button-icon {
  background: #09c; }

.back-to-top:before {
  content: " \2191";
  font-family: Arial, sans-serif;
  margin-right: 5px; }

.tooltip {
  top: 0;
  left: 0;
  font-family: 'Overlock web';
  font-size: 18px;
  width: 300px;
  max-width: 100%;
  line-height: 2em;
  padding: 0 1.25em 0 .5em;
  position: absolute;
  z-index: 20;
  cursor: default;
  border: 1px solid white;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out; }

@media (max-width: 350px) {
  .tooltip {
    line-height: 1.25em; } }

.tooltip-close-btn {
  font-size: .75em;
  line-height: 1em !important; }

.tooltip:before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 36px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 14px 9px 0;
  border-color: white transparent transparent transparent; }

.tooltip:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 38px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 7px 0;
  border-color: #0099cc transparent transparent transparent; }

.error.tooltip,
.error.tooltip:hover {
  background-color: #D00; }

.error.tooltip:after {
  border-color: #C00 transparent transparent transparent; }

.file-input-btn, .button.file-input-btn {
  position: relative;
  overflow: hidden; }

.line-through {
  clear: both;
  display: block;
  margin-bottom: 1em; }

.line-through:before,
.line-through:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: .1em 0 0;
  border-color: inherit;
  filter: alpha(opacity=50);
  opacity: .5;
  width: 30%;
  height: 3px; }

.line-through:before {
  margin-right: 1em; }

.line-through:after {
  margin-left: 1em; }

.modal-container {
  margin-bottom: 1em;
  width: 100%; }

.modal {
  padding: 2em 2em 1em 2em;
  position: relative;
  max-width: 100%;
  max-height: 100%; }

.modal-close,
.tooltip-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  color: #2C4147;
  padding: .5em; }

.modal-close:before,
.tooltip-close-btn:before {
  padding-right: 0; }

.fontface-fallback.modal-close,
.fontface-fallback.tooltip-close-btn {
  background-color: #2C4147;
  font-weight: bold;
  font-family: Verdana, sans-serif;
  color: white;
  height: 2em;
  line-height: 1;
  padding: .5em 0;
  text-align: center;
  width: 2em; }

.fontface-fallback.tooltip-close-btn {
  font-size: 14px; }

.blue.modal {
  background: #09C;
  color: white; }

.blue .modal-title {
  color: white; }

.modal input,
.modal textarea,
.modal select {
  padding-top: .5em;
  padding-bottom: .5em; }

.modal-section-title {
  display: block;
  margin-bottom: .5em; }

.modal-action-buttons {
  padding-top: 1em; }

.psuedo-checkbox:before,
.psuedo-checkbox:after {
  cursor: pointer; }

.psuedo-checkbox:before {
  content: "";
  display: inline-block;
  background: #EEE;
  height: 1.25em;
  width: 1.25em;
  border: 2px solid #EEE;
  border-radius: 5px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4); }

.psuedo-checkbox-icon:after {
  font-family: FontAwesome;
  content: "\f00c";
  color: #2C4147;
  line-height: 1.5em;
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  opacity: 0; }

.no-fontface .psuedo-checkbox-icon:after {
  content: "X";
  font-weight: bold;
  color: #444;
  font-family: Verdana,sans-serif;
  margin-right: 1.15em; }

input[type="checkbox"]:hover + .psuedo-checkbox-icon:after {
  opacity: .2; }

input[type="checkbox"]:checked + .psuedo-checkbox-icon:after {
  opacity: 1; }

.info-msg {
  font-size: 11px; }

.sp-replacer {
  padding: 3px;
  border-color: #879295; }

.sp-replacer:hover,
.sp-replacer.sp-active {
  border-color: #2C4147; }

.sp-preview {
  margin-right: 0; }

.module-row .sp-preview {
  height: 21px; }

.sp-preview-inner:before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  background: #EEEEEE;
  height: 6px;
  width: 6px; }

.sp-preview-inner:after {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -2px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 3px 0;
  border-color: #000000 transparent transparent; }

.sp-dd {
  display: none; }

.sp-container button {
  width: auto;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0; }

.sp-cancel {
  border: 0; }

.row {
  padding: .5em 2em;
  margin: 0; }

@media (max-width: 320px) {
  .row {
    padding: .25em 1em; } }

.half-col, .two-third-col, .third-col {
  text-align: center;
  margin-bottom: 2em; }

.last-col {
  margin-right: 0 !important; }

.nav {
  display: none;
  float: left;
  list-style: none;
  font-size: 14px; }

.nav li {
  float: left;
  margin-right: 4em;
  color: #666; }

.nav a {
  color: #666;
  text-decoration: none;
  -webkit-transition: color .5s;
  transition: color .5s; }

form {
  margin-bottom: 1em; }

input,
input[type="text"],
input[type="search"],
input[type="number"],
input[type="email"],
input[type="password"],
select,
option,
textarea {
  width: 100%;
  border: 1px solid #bba;
  border-top: 1px solid #999;
  border-right: 1px solid #aaa;
  background: white;
  padding: 4px 0 4px 5px;
  font-size: 16px;
  /*font-family: 'Overlock web', sans-serif; Sofia*/
  background: white;
  color: #404040;
  margin: 8px 0px; }

input[type="radio"] {
  width: unset;
  margin-right: 5px; }

.touch input,
.touch input[type="text"],
.touch input[type="search"],
.touch input[type="number"],
.touch input[type="email"],
.touch input[type="password"],
.touch textarea {
  font-size: 18.5px; }

input[type="checkbox"] {
  width: auto; }

input[type=range],
input[type=range]:focus {
  border: 0; }

form textarea {
  max-width: 100%;
  padding-bottom: 0; }

select {
  padding: 2px; }

@media (max-width: 699px) {
  select {
    padding: 4px 3px 4px 2px; } }

@media (min-width: 600px) and (max-width: 1200px) {
  .touch select {
    padding: 5px 3px; } }

select option {
  width: auto;
  padding: 1px 2px 1px 8px;
  border: 0;
  margin: 0; }

::-webkit-input-placeholder {
  color: #333; }

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #AAA; }

:-moz-placeholder {
  color: #333; }

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #AAA; }

::-moz-placeholder {
  color: #333; }

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #AAA; }

:-ms-input-placeholder {
  color: #333; }

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #AAA; }

input:focus,
textarea:focus {
  border: 1px solid #4343d1; }

.no-select,
label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.input-w-icon {
  position: relative; }

.input-icon {
  position: absolute;
  left: 0;
  line-height: 30px;
  padding-left: 5px;
  color: #666666; }

.input-icon:before {
  padding-right: 0; }

.input-w-icon input,
.input-w-icon textarea,
.input-w-icon select {
  padding-left: 1.4em; }

.large.input-w-icon .input-icon {
  line-height: 36px;
  padding-left: .5em; }

.large.input-w-icon .input-icon:before {
  vertical-align: -10%;
  font-size: 1.33em; }

.large.input-w-icon input,
.large.input-w-icon textarea,
.large.input-w-icon select {
  padding: .5em 0 .5em 2em; }

.spinner {
  background: url("/images/spinner-stopped.png") no-repeat -9999px -9999px; }

.logo-wrapper {
  float: left;
  text-decoration: none;
  border: 0; }

.logo {
  float: left;
  height: 24px;
  line-height: 24px;
  font-size: 1.5em;
  color: #09C;
  text-transform: uppercase;
  position: relative; }

.logo-img {
  float: left;
  margin-top: 3px;
  height: 20px;
  pointer-events: none; }

.logo [class^="icon-"]:before {
  padding-right: 0;
  position: relative; }

.logo-tagline {
  display: inline-block;
  float: left;
  font-size: 13px;
  line-height: 2em;
  margin-left: .5em;
  color: #333; }

@media (max-width: 700px) {
  .logo-wrapper {
    margin: -.5em 0;
    padding: .5em .5em .8em; } }

@media (max-width: 300px) {
  .logo-wrapper {
    text-align: center;
    width: 100%;
    padding: .5em; }
  .logo {
    float: none; }
  .logo-img {
    float: none;
    margin-right: -4px; }
  .no-fontface .logo-img {
    margin-right: 0; }
  .logo [class^="icon-"]:before {
    top: -1px; }
  .logo-tagline {
    display: none; } }

.main-header-premium-login {
  float: right;
  margin-top: .9em;
  margin-right: 1em; }

.extra.main-header-premium-login {
  margin-top: 0; }

.main-nav {
  float: right; }

.main-nav .selected {
  color: #EDEDED;
  display: none; }

.main-nav a:hover {
  color: #BBBBBB; }

.main-header .row {
  border-bottom: 2px solid #666666; }

.top-ad-row .row {
  padding-top: 0;
  padding-bottom: 0; }

.ad-wrapper {
  max-width: 100%;
  overflow: scroll; }

.main-header .ad-wrapper {
  margin: 0 auto;
  float: right; }

@media (max-width: 800px) {
  .top-ad-row .row {
    padding-left: 0;
    padding-right: 0; }
  .main-header .ad-wrapper {
    float: none; } }

.ad-placeholder {
  background: #CCC;
  height: 90px;
  line-height: 90px;
  width: 728px;
  max-width: 100%;
  font-size: 30px;
  text-align: center; }

.square-ad {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  height: 300px;
  line-height: 300px; }

.file-browse-trigger {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 4em;
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  width: auto;
  cursor: pointer;
  z-index: 1000; }

.main-content {
  min-height: 80%;
  padding-bottom: 2em; }

.main-content .row {
  padding-top: 2em; }

@media (min-width: 801px) {
  .main-content .front-page-examples.row {
    width: 208px;
    display: inline-block;
    padding-top: 3em;
    padding-left: 0;
    padding-right: 0; } }

.main-intro h1 {
  color: #666;
  margin-bottom: .5em; }

.main-intro h4 {
  margin-bottom: 2em; }

@media (max-width: 350px) {
  .main-content .row {
    padding-top: 1em; }
  .main-intro h4 {
    margin-bottom: 1.25em; } }

.choose-photo-container {
  opacity: 0;
  transition: opacity .25s; }

.dnd .choose-photo-container,
.no-dnd .choose-photo-container {
  opacity: 1; }

.progress-div {
  background: #efefef;
  background: rgba(0, 153, 204, 0.3);
  margin-bottom: .75em; }

.progress-bar {
  background: green;
  height: 1em;
  width: 0; }

.image-select,
.front-page-examples {
  text-align: center; }

.image-select-option {
  display: inline-block;
  width: 33%;
  min-width: 100px;
  max-width: 220px;
  padding: 1em 0;
  margin: 0 3% 1em;
  background: #eee;
  position: relative;
  overflow: hidden; }

@media (max-width: 300px) {
  .image-select-option {
    min-width: 0;
    width: 40%; } }

.no-fileinput .use-computer-image {
  display: none; }

.use-computer-image .icon-desktop,
.use-computer-computer-label {
  display: none; }

.image-select-option-separator {
  margin-top: 1em;
  font-family: 'OswaldBook web',serif;
  color: #666; }

.image-select-option-separator:before,
.image-select-option-separator:after {
  width: 25%; }

@media (min-width: 801px) {
  .image-select-option-separator:before,
  .image-select-option-separator:after {
    width: 15%; } }

.image-select-option [class^="icon-"]:before,
.image-select-option [class*=" icon-"]:before {
  padding: 4px 0 8px; }

.image-select-option small {
  display: block;
  font-size: 11px;
  line-height: 1em;
  color: #666; }

.image-select-option-label {
  color: #666;
  font-family: 'OswaldBook web', serif; }

.import-from-url {
  text-align: left;
  margin-top: -3em; }

.import-from-url .drag-supported {
  display: none; }

.drop-file-here {
  display: none; }

.demo-image-option {
  display: block;
  max-width: 300px;
  margin: 0 auto 2em;
  background: white;
  padding: 2px;
  border: 1px solid #666;
  box-shadow: 1px 1px 5px black; }

.demo-image-option img {
  display: block;
  width: 100%;
  background: inherit; }

.gallery-widget-breadcrumbs {
  margin-bottom: .25em;
  text-align: left; }

.breadcrumb-item {
  float: left;
  color: #EEE;
  text-decoration: underline;
  padding: .5em 0;
  margin-left: 4px; }

.selected.breadcrumb-item {
  cursor: default;
  text-decoration: none; }

.breadcrumb-item:before {
  content: " > "; }

.breadcrumb-item:first-child:before {
  content: ""; }

.gallery-widget-list {
  display: none;
  min-height: 220px;
  -webkit-transition: opacity .25s;
  transition: opacity .25s; }

.selected.gallery-widget-list {
  display: block; }

#categories-list {
  min-height: 0; }

.gallery-widget-list .justify-grid-item {
  width: 46%;
  text-align: center;
  cursor: pointer;
  margin-bottom: 1em;
  vertical-align: middle; }

.gallery-widget-list .selected img {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.75); }

.gallery-widget-list .justify-grid-item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%; }

.gallery-widget-pagination {
  display: block;
  margin: 0 auto 1em;
  text-align: center;
  width: 150px; }

.pagination-button {
  display: inline-block;
  height: 34px;
  line-height: 28px;
  margin: 0 .25em;
  width: 34px;
  background: #2C4147;
  border: 3px solid white;
  border-radius: 50%;
  cursor: pointer; }

.disabled.pagination-button {
  cursor: default;
  filter: alpha(opacity=20);
  opacity: .2; }

.pagination-button [class^="icon-"]:before {
  padding-right: 0; }

.preview-image-wrapper {
  text-align: center; }

.canvas-wrapper,
.image-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
  position: relative; }

.canvas-wrapper > svg:not(.template-overlay),
.image-wrapper .final-img {
  max-width: 100%;
  max-height: 210px;
  overflow: hidden; }

.canvas-wrapper svg:not(.template-overlay) {
  display: block; }

.image-wrapper .final-img {
  max-height: 400px; }

.loading-image-msg {
  background: #09C;
  color: white;
  height: 210px;
  padding: 60px 0;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 1s;
  transition: all 1s; }

.loading-msg-center {
  height: 92px; }

.loading-image-msg a {
  color: white; }

.loading-image-msg p {
  margin-left: auto;
  margin-right: auto; }

.loading-image-spinner {
  width: 45px;
  -webkit-transition: all .5s;
  transition: all .5s; }

.abs-height.loading-image-msg {
  position: absolute;
  height: 100%; }

#init-vectos-info {
  position: absolute;
  width: 90%;
  margin: 0 5%;
  bottom: .5em; }

.maker-module {
  text-align: left;
  margin-bottom: 1em; }

.opera-mini .maker-module {
  border-bottom: 1px solid #aaa; }

.opera-mini .maker-module:last-of-type {
  border-bottom: 0; }

.maker-module input,
.maker-module select,
.maker-module option,
.maker-module textarea {
  margin-bottom: 0; }

.maker-module-header,
.maker-module .addText {
  background: #333;
  background: #2C4147;
  padding: 0 1em;
  text-align: left;
  font-family: 'OswaldBook web', serif;
  line-height: 48px;
  color: #FFF;
  border-radius: 5px;
  cursor: pointer; }

.addText-btn [class*="icon-"] {
  vertical-align: inherit; }

.open .maker-module-header,
.maker-module-header:hover {
  background: #222;
  background: #1E2D31; }

.open .maker-module-header {
  border-radius: 5px 5px 0 0; }

[contenteditable].maker-module-title {
  border-left: 1px solid transparent; }

.maker-module-header .close-toggle {
  float: left;
  line-height: 45px;
  margin-right: .45em; }

.maker-module-header .close-toggle:before {
  padding-right: 0;
  color: #CCC; }

.open .maker-module-header .close-toggle:before {
  content: "\f0d8"; }

.maker-error-refresh-btn {
  background: rgba(0, 0, 0, 0.8); }

@media (max-width: 599px) {
  .delete-textmodule-btn {
    color: #aa0000; } }

.maker-module-body {
  overflow: hidden;
  background: #CCC;
  padding: 0 1em;
  max-height: 0; }

.open .maker-module-body,
.opera-mini .maker-module-body {
  max-height: 500px;
  padding-top: 1em; }

@media (max-width: 275px) {
  .maker-module-body {
    padding: 0 .5em; }
  .open .maker-module-body {
    padding-top: .5em; } }

.module-row {
  margin-bottom: 1em; }

.module-row label {
  float: left;
  font-size: 14px;
  text-align: right;
  width: 42px;
  margin-right: 1em; }

.module-row select {
  float: left;
  width: 150px;
  max-width: 42%;
  margin-right: 1em; }

.module-row .input-error {
  border: 2px solid red; }

.module-row .last-col {
  margin-right: 0; }

.textPosSelect {
  display: none; }

.module-row textarea {
  max-width: 100%;
  min-width: 100%;
  height: 3.2em; }

.module-row .colorPicker {
  float: left; }

.alignPicker {
  height: 28px;
  width: 33px;
  float: left;
  background: #eee;
  border: 1px solid #879295;
  text-align: center; }

.alignPicker:hover,
.active.alignPicker {
  border-color: #2C4147; }

.alignPicker [class^="icon-"]:before,
.alignPicker [class*=" icon-"]:before {
  padding-right: 0;
  line-height: 28px; }

.alignPickerMenu {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 400px;
  margin-top: -214px;
  background: #EEEEEE;
  border: 1px solid #879295;
  text-align: left;
  font-size: .75em; }

.alignPickerMenu-title {
  display: block;
  background: #2C4147;
  color: white;
  padding-left: 1em; }

.alignPicker-option {
  float: left;
  height: 55px;
  line-height: 55px;
  width: 33%;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #999;
  border-right: 1px solid white;
  color: #2a2a2a;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px #FFFFFF;
  box-shadow: inset 0 2px rgba(255, 255, 255, 0.8);
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  font-size: 2em; }

.alignPicker-option:nth-child(3n+1) {
  width: 34%; }

.selected.alignPicker-option,
.selected.alignPicker-option:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4) inset;
  border-right-color: #AAA;
  background: #AAA;
  background: transparent; }

.more-info {
  padding: .5em; }

.more-info:before {
  padding: 0; }

.no-fontface .fontface-fallback.more-info {
  background-color: #2C4147;
  border-radius: 30em;
  display: inline-block;
  height: 1.4em;
  width: 1.4em;
  margin-left: 0.5em;
  padding: 0;
  text-align: center; }

.share-reuse-background-label {
  display: inline-block;
  text-align: left;
  font-size: 15px;
  margin: .5em 0;
  position: relative;
  cursor: pointer; }

.share-reuse-background-label:before,
.share-reuse-background-label:after {
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: .75em; }

.share-reuse-background-label:after {
  margin-right: 1em; }

.share-page-link-div {
  text-align: center;
  margin-bottom: 1em; }

.share-page-link {
  display: inline-block; }

.save-share-image {
  text-align: center; }

.save-share-image .inline.button {
  margin-right: .5em;
  margin-left: .5em; }

.save-share-image .wait-msg {
  padding: 1em;
  -webkit-transition: all .5s;
  transition: all .5s; }

.save-share-spinner {
  width: 25px;
  padding: 1em 0;
  margin-bottom: 1em; }

.save-share-image-more-options .line-through {
  margin: 1em 0 2em; }

#retry-download-btn {
  padding-top: 1em; }

.fbcover .canvas-wrapper {
  margin-bottom: 8%;
  border: 1px solid #666; }

.twitter-profile-bg .canvas-wrapper {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto; }

.template-overlay {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  max-width: 100%; }

.fbcover-image-profile-overlay {
  top: 66.5%;
  z-index: 1; }

.scale-bg-settings {
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem; }

.button.watermark-info-link {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  opacity: 0; }

.editor-loaded .button.watermark-info-link {
  opacity: .8; }

.share-page-image {
  border: 0; }

.main-footer {
  color: black;
  background: #f5f5f5;
  padding-top: 30px; }

.main-footer a:hover {
  color: black;
  border-color: black; }

.main-footer-content-section {
  margin: 0;
  text-align: left;
  width: 30%; }

.main-footer-content p {
  width: 100%;
  margin: auto;
  margin-top: 3%;
  margin-bottom: -25px;
  font-weight: 600;
  text-align: center; }

.category-links {
  width: 80%;
  margin: auto;
  display: flex;
  margin-bottom: 20px;
  padding-top: 30px; }

.footer-column {
  width: 15%;
  float: left;
  margin: auto;
  margin-top: 30px; }

.footer-column a {
  text-decoration: none;
  border: none;
  color: black;
  display: grid;
  margin-bottom: 1em; }

.footer-column a:hover {
  font-weight: 600; }

.secondary-footer-content {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 40px;
  padding-bottom: 40px; }

.secondary-footer-content a {
  text-decoration: none;
  border: none;
  margin: 1%;
  color: grey; }

.secondary-footer-content a:hover {
  color: black; }

.footer-bottom-links {
  text-align: center;
  margin: 10px;
  font-weight: 600;
  color: white; }

.footer-bottom-links a {
  color: white;
  font-weight: 600; }

@media (max-width: 650px) {
  .category-links {
    flex-direction: column;
    padding-top: 0; }
  .footer-column {
    margin-top: 0;
    text-align: center;
    width: 100%; }
  .main-footer-content p {
    text-align: center;
    margin-bottom: 25px; } }

@media (max-width: 310px) {
  .image-select-option-separator:before,
  .image-select-option-separator:after {
    width: 15%; } }

.maker-error-refresh-btn {
  margin-left: 14px;
  padding: 4px 0 4px 6px;
  border-radius: 5px; }

.text-module-spinner {
  position: relative;
  height: 18px;
  margin-left: 18px;
  top: 4px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.maker-module-header .delete-textmodule-btn {
  float: right;
  line-height: 45px;
  opacity: .75; }

.maker-module-header .delete-textmodule-btn:hover {
  color: #FF2222;
  opacity: 1; }

.maker-module-header .delete-textmodule-btn:before {
  padding-right: 0; }

@media (max-width: 599px) {
  .text-module-label-div {
    float: left; }
  .text-module-label-div label {
    float: none;
    display: block; }
  .text-module-label-div .delete-textmodule-btn {
    padding: .25em .25em .25em .5em; }
  .maker-module-body textarea {
    min-width: 0;
    width: 75%;
    float: left; }
  .maker-modules,
  .maker-module {
    margin-bottom: 0; }
  .save-share-image {
    margin-top: -3em; }
  .gallery-photo-picker {
    margin-top: -3em; }
  .gallery-widget-list-item:nth-child(2n+1) {
    clear: both; }
  .main-page-share-buttons,
  .row.maker-row {
    padding: 0;
    padding-bottom: 2em; }
  .preview-image-wrapper .next-btn,
  .maker-modules .addText-btn,
  .maker-module-header {
    display: none; }
  .preview-image-wrapper,
  .canvas-wrapper, .preview-image {
    margin-bottom: 0; }
  .maker-toolbar {
    position: fixed;
    overflow: hidden;
    display: block;
    bottom: 0;
    left: 0;
    line-height: 1em;
    height: 3.5em;
    width: 100%;
    z-index: 1;
    background: #8f8f8f; }
  .no-support .maker-toolbar {
    display: none; }
  .maker-toolbar-button {
    height: 3.5em;
    width: 20%;
    line-height: 3.5em;
    float: right;
    margin-left: 0;
    margin-right: 5%;
    margin-bottom: 0; }
  .opera-mini .maker-toolbar-button {
    padding: 1em 0; }
  .next-btn.maker-toolbar-button {
    margin-right: 0;
    width: 25%;
    position: absolute;
    right: 0;
    z-index: 10; }
  .addText-btn.maker-toolbar-button {
    margin-right: 30%; }
  .maker-toolbar .textGroup-btn {
    float: left;
    opacity: .6; }
  .textGroup-btn-refresh {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 10;
    font-size: 2em; }
  .textGroup-btn-spinner {
    position: absolute;
    bottom: 0;
    left: 35%;
    width: 30%;
    webkit-transition: all 1s ease;
    transition: all 1s ease; }
  .selected.maker-toolbar-button {
    opacity: 1; }
  .maker-toolbar-button [class^="icon-"]:before,
  .maker-toolbar-button [class*=" icon-"]:before {
    padding-right: 0; }
  .no-fixed-pos .modal-container {
    position: relative;
    z-index: 2; }
  .no-fixed-pos .maker-toolbar {
    position: static; }
  .share-reuse-background-group {
    margin-right: -2em; }
  .fontface .share-buttons .button {
    text-align: left; }
  .share-buttons [class*="icon-"] {
    padding-left: .25em; } }

@media (min-width: 600px) and (max-width: 1200px) {
  .touch .alignPicker {
    width: 37px;
    height: 31px;
    padding-top: 1px; } }

@media (max-width: 599px) {
  .main-page-share-buttons {
    display: none; } }

@media (max-height: 585px) {
  .limitedHeight {
    display: none; } }

@media (max-width: 260px) {
  .maker-module-body textarea {
    max-width: 70%; } }

@media (min-width: 600px) {
  .maker-toolbar {
    display: none; } }

.stylePickerTriggerElement {
  float: left;
  margin-right: 1em;
  margin-bottom: 0;
  height: 31px;
  line-height: 31px;
  max-width: 42%;
  width: 150px;
  text-align: left;
  position: relative;
  padding-left: .375em;
  padding-right: 26px;
  *padding-right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer; }

.stylePickerTriggerElement:after {
  content: "\25bc";
  font-family: Arial,sans-serif;
  font-size: 12px;
  line-height: 34px;
  opacity: 0.9;
  padding: 0 5px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0; }

.logos_div .premiumLogo {
  position: relative; }

.logos_div .premiumLogo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-position: 0 -61px;
  width: 46px;
  height: 46px; }

.dp_tag_div:nth-of-type(n+2) li:nth-of-type(3) {
  margin-top: 1.5em;
  position: relative; }

.dp_tag_div:nth-of-type(n+2) li:nth-of-type(3):after {
  content: "Premium styles";
  color: #aaa;
  font-size: 12.8px;
  font-size: .8rem;
  position: absolute;
  top: -1.5em;
  left: 0; }

.dp_open .canvas-wrapper svg {
  pointer-events: none; }

@font-face {
  font-family: 'OswaldBook web';
  src: url("/images/fonts/oswald-regular-webfont.eot");
  src: url("/images/fonts/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/images/fonts/oswald-regular-webfont.woff") format("woff"), url("/images/fonts/oswald-regular-webfont.ttf") format("truetype"), url("/images/fonts/oswald-regular-webfont.svg#OswaldBook") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Overlock web';
  src: url("/images/fonts/Overlock-Regular-OTF-webfont.eot");
  src: url("/images/fonts/Overlock-Regular-OTF-webfont.eot?#iefix") format("embedded-opentype"), url("/images/fonts/Overlock-Regular-OTF-webfont.woff") format("woff"), url("/images/fonts/Overlock-Regular-OTF-webfont.ttf") format("truetype"), url("/images/fonts/Overlock-Regular-OTF-webfont.svg#Overlock") format("svg");
  font-weight: normal;
  font-style: normal; }

.app-link {
  border: none; }

.cm-warp-settings-icon {
  float: right; }

.cm-warp-settings-icon svg {
  width: 24px; }

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.cm-warp-adjustment .vui-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  width: 15px;
  /* Set a specific slider handle width */
  height: 15px;
  /* Slider handle height */ }

.cm-warp-adjustment .vui-slider::-moz-range-thumb {
  width: 15px;
  /* Set a specific slider handle width */
  height: 15px;
  /* Slider handle height */ }

.cm-warp-adjustment .vui-slider {
  background: #999999; }

.cm-warp-adjustment input {
  margin-top: -20px; }

.cm-warp-adjustment input[type=range]::-moz-range-track {
  background: #999999; }

.cm-warp-adjustment input[type=number].vui-slider-input {
  padding: 1px 1px 1px 2px; }

.vui-component-adjustment.cm-warp-adjustment {
  margin-bottom: 5px;
  margin-left: 10px;
  margin-top: -15px; }

.cm-warp-div {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 65px;
  white-space: nowrap;
  margin-bottom: 5px; }

.cm-warp-div div {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px; }

.cm-warp-adjustment {
  display: none; }

.cm-warp-preview {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  float: left; }

.cm-warp {
  position: relative;
  display: inline-block;
  border: 1px solid black; }

.cm-warp:hover {
  border: 1px dashed blue; }

.cm-warp.selected:after {
  content: "✔";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px; }

.cm-warp svg {
  display: block;
  margin: 5px 5px 5px 5px; }

.cm-warp.cm-warp-None svg {
  display: block;
  margin: 0px; }

.mlibrary-entry {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 9px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #dedede; }

.icons-library {
  float: left;
  margin-right: 5px;
  width: 20px;
  margin-top: -1px; }

.mlibrary-entry-header {
  background-position: 100% 0;
  transition: all .25s ease-in; }

.mlibrary-entry-title {
  width: 85%;
  height: 25px;
  float: left;
  padding: 10px 0px 30px 5px;
  transition: all 0.3s ease;
  font-size: 14px; }

/*.mlibrary-entry-title:hover{
    background: #eee;
}*/
.mlibrary-entry-title svg {
  float: left;
  width: 20px;
  height: 20px; }

.mlibrary-entry-title span {
  float: left;
  padding-left: 5px; }

.mlibrary-entry-title-more {
  background-size: 12px 12px;
  width: 20px;
  height: 20px;
  float: left;
  opacity: 0.7; }

.mlibrary-entry-fav {
  float: right;
  background: url(/images/lib-checkbox.svg) no-repeat 8px 12px;
  opacity: 0.1;
  background-size: 15px 15px;
  width: 15%;
  transition: 0.1s;
  height: 40px; }

.mlibrary-entry-fav:hover {
  opacity: 0.2;
  cursor: pointer; }

.mlibrary-entry-fav.enabled {
  background: url(/images/lib-checkbox.svg) no-repeat 8px 12px;
  opacity: 0.3;
  background-size: 15px 15px; }

.mlibrary-entry-fav.enabled:hover {
  opacity: 0.4;
  cursor: pointer; }

.mlibrary-entry-content {
  clear: both;
  padding-top: 10px;
  display: none;
  /*Hiding library content*/ }

.vui-library-item-image.vui-preview-search {
  width: 33%;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff; }

.vui-library-item-icon.vui-preview-search {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  /*box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);*/
  margin: 5px 0;
  /*Sofia.  Cam 10->5px, after added row, feel free to adjust */ }

.vui-library-item-shape.vui-preview-search {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  /*box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);*/
  width: 24%;
  height: 50px;
  margin: 5px 0;
  /*Sofia. Cam 10->5px, after added row, feel free to adjust*/ }

.vui-library-item-background.vui-preview-search {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  /*box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);*/
  width: 24%;
  height: 50px;
  margin: 5px 0;
  /*Sofia. Cam 10->5px, after added row, feel free to adjust*/ }

* {
  margin: 0;
  padding: 0; }

html {
  height: 100%; }

body {
  overflow: hidden;
  /* at least needed on linux */
  height: 100%;
  font-family: Arial, Helvetica; }

.cm-logo {
  width: 60px;
  height: 60px;
  float: left;
  margin-left: 25px;
  /*height: 50px;
	padding: 5px;
	padding-top: 15px;
	float:left;*/ }

.vui-top {
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  border: 1px solid #ededed; }

.vui-library-item-ftsvg {
  float: left;
  width: 48%;
  height: 48px; }

.vui-library-item-ftsvg {
  text-align: center; }

.vui-library-item-ftsvg img {
  margin-top: 7px;
  max-width: 85px;
  height: 35px; }

.vui-library-item-ftsvg-cm-title.vui-library-item-ftsvg {
  height: 85px;
  width: 100%;
  border-bottom: 1px solid #eee; }

.vui-library-item-ftsvg-cm-title.vui-library-item-ftsvg img {
  margin-top: 5px;
  max-width: 170px;
  height: 70px; }

.vui-library-item-ftsvg-cm-heading.vui-library-item-ftsvg {
  height: 50px;
  width: 100%;
  border-bottom: 1px solid #eee; }

.vui-library-item-ftsvg-cm-heading.vui-library-item-ftsvg img {
  margin-top: 5px;
  max-width: 170px;
  height: 40px; }

.vui-library-item-ftsvg-cm-plain-text.vui-library-item-ftsvg {
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #eee; }

.vui-library-item-ftsvg-cm-plain-text.vui-library-item-ftsvg img {
  margin-top: 7px;
  max-width: 120px;
  height: 25px; }

.vui-library-item-emoji {
  float: left;
  width: 25%;
  height: 55px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-right: -1px;
  margin-bottom: -1px; }

.vui-library-item-emoji img {
  margin: 8px;
  max-height: 40px;
  max-width: 40px; }

#photo-results {
  /* TODO: rename me */
  background-color: #fff;
  display: inline-block;
  padding-top: 10px; }

.progress {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  height: 10px;
  border-radius: 5px;
  border: 1px solid black; }

.progress-bar {
  height: 100%;
  background-color: blue;
  border-radius: 5px; }

.sp-replacer {
  background-color: #FFF;
  border: 1px solud #FFF; }

.sp-preview {
  width: 20px;
  margin-right: 0px; }

.sp-dd {
  display: none; }

.vui-undo.disabled {
  opacity: 0.2; }

.vui-redo.disabled {
  opacity: 0.2; }

.separator {
  width: 0;
  margin: 8px 40px;
  height: 40px;
  border-left: solid 1px #F4F4F4;
  float: left; }

.cm-undo, .cm-redo {
  float: left;
  padding-left: 10px;
  padding-top: 30px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 10px; }

.cm-undo {
  background: url(images/icon-undo.png) no-repeat 14px 10px;
  background-size: 15px; }

.cm-redo {
  background: url(images/icon-redo.png) no-repeat 16px 10px;
  background-size: 15px; }

.cm-undo:hover, .cm-redo:hover {
  background-color: #eee;
  padding-bottom: 15px; }

.cm-undo.disabled:hover, .cm-redo.disabled:hover {
  background-color: #eee; }

.cm-top-action {
  float: left;
  padding-left: 10px;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 10px; }

.cm-top-action:hover {
  background-color: #eee; }

.cm-top-action.disabled {
  opacity: 0.2; }

.cm-back {
  background: url(images/back-icon.png) no-repeat center 10px;
  background-size: 15px; }

.cm-forward {
  background: url(images/forward-icon.png) no-repeat center 10px;
  background-size: 15px; }

.cm-delete {
  background: url(images/delete-icon.png) no-repeat center 10px;
  background-size: 12px; }

.cm-duplicate {
  background: url(images/duplicate-icon.png) no-repeat center 10px;
  background-size: 13px; }

.cm-group {
  background: url(images/icon-group.png) no-repeat center 10px;
  background-size: 15px; }

.cm-ungroup {
  background: url(images/icon-ungroup.png) no-repeat center 10px;
  background-size: 15px; }

.cm-save, .cm-share, .cm-account, .cm-account-menu, .library-content .cm-new-design span {
  float: right;
  padding: 8px 30px;
  margin-right: 25px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: bold;
  flex: 1 1 auto;
  text-align: center;
  text-transform: uppercase;
  background-size: 200% auto;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1); }

.cm-save {
  color: white;
  font-size: 15px;
  box-shadow: none;
  border-radius: 50px;
  margin-right: 15px;
  margin-top: 10px;
  background-image: linear-gradient(to right, #EB3349 0%, #F45C43 51%, #EB3349 100%);
  text-transform: none;
  transition: ease-in 0.4s; }

.library-content .cm-new-design span {
  color: #eb3349;
  border-radius: 50px;
  border: 2px solid #eb3349;
  margin-right: 15px;
  margin-top: 10px;
  box-shadow: none;
  text-transform: none; }

.cm-save:hover {
  background-position: right center;
  cursor: pointer; }

.library-content .cm-new-design span:hover {
  background: #eb3349;
  color: white;
  text-transform: none; }

.cm-account.cm-logged-in {
  background: url(/images/account-login-white.png) no-repeat 12px 11px;
  background-size: 20px 20px;
  background-color: #f77062; }

.cm-share {
  /*background: url(/images/share-icon.png) no-repeat 9px 10px;
    background-size: 18px 20px;*/
  color: #333;
  transition: all 0.2s; }

.cm-share:hover {
  color: #FF6A01;
  box-shadow: 0px 5px 20px rgba(255, 106, 1, 0.5); }

.cm-account {
  padding-left: 10px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background: url(/images/account-icon.png) no-repeat 12px 11px;
  background-size: 20px 20px; }

.cm-account:hover {
  box-shadow: 0px 0px 20px rgba(247, 112, 98, 0.5); }

.cm-account-menu {
  display: none;
  margin-top: 60px;
  background-color: #fff;
  border-radius: 5px;
  right: 0;
  padding: 8px;
  position: absolute; }

.cm-account-menu p {
  margin: 0;
  text-align: left;
  padding: 5px 20px; }

.cm-account-menu p:hover {
  color: #f77062; }

.arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  float: right;
  margin-right: 35px;
  margin-top: 4.3%;
  border-radius: 5px;
  right: 0;
  position: absolute; }

.cm-auto-save {
  float: left;
  margin: 20px 0px;
  font-size: 12px;
  color: #333;
  text-decoration: underline;
  opacity: 0.5;
  cursor: pointer; }

/** just a quick one before the menu comes into play */
.cm-download {
  float: right;
  margin-right: 20px;
  background-color: #eee;
  padding: 2px 15px 2px 15px; }

.library-content-mystuff {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%; }

.library-content-mystuff-top {
  height: 60px;
  width: 100%; }

.library-content-mystuff-content {
  overflow-y: auto;
  flex-grow: 1;
  width: 100%; }

.cm-pexels {
  float: right;
  margin-right: 12px;
  font-size: 12px; }

.cm-pixabay {
  float: right;
  margin-right: 12px;
  font-size: 12px; }

.vui-library-item.vui-library-item-image:hover img {
  opacity: 0.5; }

/*SOFIA: UI*/
.ui-dialog-titlebar-close {
  display: none; }

.ui-widget-header {
  display: none; }

/*Sofia: Download*/
#cm-download-dialog label {
  width: 49%;
  float: left;
  padding-left: 40px;
  font-size: 14px;
  margin-bottom: 15px; }

button:focus {
  outline: 0; }

#cm-download-dialog input[type="radio"] {
  margin-right: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #f1f1f1;
  color: #666;
  top: 7px;
  height: 25px;
  width: 25px;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 7px;
  outline: none; }

#cm-download-dialog input:checked::before {
  position: absolute;
  font: 13px/1 'Open Sans', sans-serif;
  left: 10px;
  top: 5px;
  content: '\02143';
  transform: rotate(40deg); }

.cm-login-download-message {
  font-size: 15px;
  color: #404040;
  width: 100%;
  padding: 0 20px;
  margin: 15px 0;
  text-align: center; }

.cm-login-download-message h4 {
  font-weight: bold;
  font-size: 16px;
  margin: 8% 0; }

.cm-guest-download {
  margin: 0 auto;
  width: 50%;
  text-align: center;
  transition: 0.5s;
  border-bottom: 1px solid #bc4e9c; }

.cm-guest-download:hover {
  background: linear-gradient(to right, #bc4e9c, #f80759);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.cm-login-download-google, .cm-login-download-facebook {
  transition: none;
  width: 80%;
  margin: 5% auto;
  background: none;
  border: 2px solid #f80759;
  color: #f80759;
  padding: 5px; }

.cm-login-download-google:hover, .cm-login-download-facebook:hover {
  border: 2px solid #f77062;
  color: #f77062; }

#cm-download-working-dialog {
  text-align: center; }

#cm-download-working-dialog h3 {
  margin: 0 auto;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif; }

.cm-login-download-or {
  margin-top: 40px;
  width: 100%;
  text-align: center; }

.cm-download-note {
  padding-top: 40px;
  clear: both;
  opacity: 0; }

.cm-login-download-icon {
  text-align: center; }

.cm-login-download-icon h3 {
  /*background: linear-gradient(to right, #bc4e9c, #f80759);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
  font-size: 25px;
  margin: 0;
  white-space: nowrap;
  width: 100%;
  text-align: center; }

.cm-login-download-icon img {
  width: 30%; }

.cm-zoom-panel {
  position: absolute;
  width: 120px;
  height: 40px;
  border: 1px solid gray;
  border-radius: 10em;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  right: 40px;
  bottom: 20px;
  background-color: #FFF;
  opacity: 0.5;
  transition: 0.5s; }

.cm-zoom-panel:hover {
  opacity: 1; }

.cm-zoom-in {
  float: left;
  width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  background: url(/images/zoom-in-icon.png) no-repeat 9px 10px;
  background-size: 18px 18px;
  border-radius: 10em; }

.cm-zoom-out {
  float: right;
  width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  background: url(/images/zoom-out-icon.png) no-repeat 9px 10px;
  background-size: 18px 18px;
  border-radius: 10em; }

.cm-zoom-out:hover, .cm-zoom-in:hover {
  background-color: #EEE;
  border-radius: 10em; }

.cm-zoom-icon {
  position: relative;
  left: 38px;
  width: 40px;
  top: 0px;
  height: 25px;
  background: url(/images/zoom-icon.png) no-repeat 12px 6px;
  background-size: 18px 18px; }

input.cm-zoom-status {
  position: relative;
  left: 0px;
  top: -6px;
  width: 42px;
  height: 15px;
  font-size: 13px;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center; }

.cm-upload-no-account {
  text-align: center; }

.cm-upload-no-account button {
  width: 55%;
  margin: 5px auto;
  background: #399AED;
  border-radius: 50px;
  font-size: 15px;
  font-family: Arial; }

.upload-message {
  /* border: 2px solid #eee; */
  /* border-style: dashed; */
  /* border-radius: 5px; */
  font-size: 14px;
  text-align: center;
  padding: 20px 15px; }

/*Sofia - LOGIN*/
.circle1 {
  border-radius: 50% 50% 43% 57% / 46% 59% 41% 54%;
  width: 60%;
  height: 40%;
  position: absolute;
  background: linear-gradient(230deg, #fa709a, #f6d365, #fda085) 0% 0%/300% 300% !important;
  animation: MoveBG 5s ease 0s infinite normal none running;
  z-index: -1;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  margin-top: -100px;
  opacity: 0.5; }

.circle2 {
  border-radius: 50% 50% 43% 57% / 46% 59% 41% 54%;
  width: 30%;
  height: 20%;
  position: absolute;
  background: linear-gradient(230deg, #f6d365, #fda085, #fa709a) 0% 0%/300% 300% !important;
  animation: MoveBG 5s ease 0s infinite normal none running;
  z-index: -1;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  margin-top: -50px;
  opacity: 0.5;
  margin-left: 270px; }

.circle3 {
  margin-top: 2%;
  margin-left: -25px;
  width: 70%;
  background: linear-gradient(230deg, #f6d365, #fa709a, #fda085) 0% 0%/300% 300% !important;
  height: 40%;
  border-radius: 50% 50% 43% 57% / 46% 59% 41% 54%;
  position: absolute;
  animation: MoveBG 5s ease 0s infinite normal none running;
  z-index: -1;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  opacity: 0.5; }

#cm-login-dialog {
  padding: 0;
  overflow: hidden; }

.inside-login {
  width: 100%;
  height: 100% !important;
  /*background-image: linear-gradient(to bottom, rgba(248,7,89,0.2) ,rgba(178,78,156,1));*/
  /*background: linear-gradient(230deg, rgb(75, 207, 147), rgb(75, 121, 207), rgb(162, 75, 207)) 0% 0% / 300% 300%!important;*/
  margin: 0;
  padding: 3% 0 !important;
  /*animation: MoveBG 10s ease 0s infinite normal none running;*/ }

@-webkit-keyframes MoveBG {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-moz-keyframes MoveBG {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes MoveBG {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.icon {
  width: 30%; }

.ui-widget.ui-widget-content {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  padding: 0; }

.login-social {
  text-align: center;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  /*padding: 5%;*/
  border-radius: 5px;
  /*box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.8);*/ }

.login-social h3 {
  font-size: 25px;
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif; }

.cm-login-google {
  color: #f80759;
  border: 2px solid #f80759; }

.cm-login-facebook {
  color: #6f86d6;
  border: 2px solid #6f86d6; }

.cm-login-google, .cm-login-facebook {
  width: 60px;
  height: 60px;
  background-color: #fff;
  display: inline;
  margin: 0 10px;
  font-weight: 600;
  transition: none;
  border-radius: 50%; }

.cm-login-google:hover {
  background-image: linear-gradient(to bottom, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
  color: #fff; }

.cm-login-facebook:hover {
  background-image: linear-gradient(to bottom, #6f86d6 0%, #48c6ef 100%);
  color: #fff; }

/*NEW DESIGN */
.template_sizes {
  width: 100%;
  height: 100%;
  font-size: 10px;
  display: inline-block;
  margin: 10px 0px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f80759; }

.selected-template {
  box-shadow: 0px 0px 20px rgba(188, 78, 156, 0.4) !important; }

.cm-fixme h3 {
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  background: linear-gradient(to right, #bc4e9c, #f80759);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  margin: 10px 0 0;
  white-space: nowrap;
  width: 100%;
  text-align: center; }

.cm-fixme h4 {
  font-size: 1.2em; }

/*.facebook-cover {
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 30px 0px;
    float: left;
    margin: 5px;
    border: 1px solid #eee;
}

.facebook-post {
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 30px 0px;
    float: left;
    margin: 5px;
    border: 1px solid #eee;
}

.instagram-post {
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 30px 0px;
    float: left;
    margin: 5px;
    border: 1px solid #eee;
}

.a3-poster {
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 35px 0px;
    float: left;
    margin: 5px;
    border: 1px solid #eee;
}*/
.cm-design-size {
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 25px 0px;
  float: left;
  margin: 5px;
  border: 1px solid #eee; }

.facebook-cover:hover, .facebook-post:hover, .instagram-post:hover, .a3-poster:hover {
  box-shadow: 0px 0px 10px rgba(188, 78, 156, 0.4); }

.library-content .cm-new-design span {
  text-align: center;
  width: 80%;
  margin: 0 25px 10px;
  height: 25px;
  float: left;
  padding: 10px 0px 30px 5px;
  transition: all 0.3s ease;
  font-size: 14px; }

.library-content .cm-new-design span:hover {
  cursor: pointer;
  /*border-radius: 20px 0px;
    letter-spacing: 1px;*/ }

.cm-fixme .cm-new-design {
  transition: none;
  width: 80%;
  margin: 15% auto;
  background: none;
  border: 2px solid #f80759;
  color: #f80759; }

.cm-fixme .cm-new-design:hover {
  background: linear-gradient(to right, #bc4e9c, #f80759);
  color: #fff; }

.cm-design-size span {
  opacity: 0; }

.cm-design-size:hover span {
  opacity: 0.8; }

.a3-poster:hover span {
  top: 18px;
  position: relative; }

.custom-size {
  margin-top: 10px; }

.ui-selectmenu-menu .ui-menu {
  max-height: 150px; }

.ui-selectmenu-menu .ui-menu.customicons .ui-menu-item-wrapper {
  padding: 0.2em 0 0.2em 2em; }

.ui-selectmenu-menu .ui-menu.customicons .ui-menu-item .ui-icon {
  height: 24px;
  width: 24px;
  top: 0.1em; }

.ui-icon.facebook {
  background: url("/images/24-facebook-square.png") 0 0 no-repeat; }

.ui-icon.instagram {
  background: url("/images/24-instagram-square.png") 0 0 no-repeat; }

.ui-icon.twitter {
  background: url("/images/24-twitter-square.png") 0 0 no-repeat; }

.ui-icon.pinterest {
  background: url("/images/24-pinterest-square.png") 0 0 no-repeat; }

.ui-icon.youtube {
  background: url("/images/24-youtube-square.png") 0 0 no-repeat; }

.ui-icon.hd {
  background: url("/images/x.gif") 0 0 no-repeat; }

.ui-icon.fourk {
  background: url("/images/x.gif") 0 0 no-repeat; }

.ui-icon.custom {
  background: url("/images/x.gif") 0 0 no-repeat; }

.custom-size {
  text-align: center; }

.custom-size input {
  width: 25%;
  float: left;
  margin-right: 5px;
  border-radius: 5px;
  outline: none; }

.custom-size h5 {
  float: left;
  margin: 5px;
  padding-left: 10px; }

.cm-custom-size-bottom-div {
  text-align: center; }

.cm-upload-area {
  /*height: 120px;*/
  width: 100%;
  color: black;
  background: #fafafa;
  border: 3px dashed #eee;
  font: inherit;
  /*display: flex;
    align-items: center;*/
  margin-top: 1em; }

.cm-upload-area:hover {
  border: 3px dashed #c4c4c4; }

.cm-upload-area.dragover {
  border: 3px dashed #6666FF; }

.cm-upload-area span {
  padding: 10px;
  font-weight: 600; }

.cm-upload-area img {
  width: 25%;
  display: block;
  margin: 0 auto;
  transform: rotate(180deg);
  margin-top: 0.5em; }

/*Colour Picker - Colour Picker Gradient * Sanjana */
.sp-sat, .sp-val, .sp-container {
  border-radius: 5px; }

.sp-color, .sp-hue, .sp-clear {
  border-radius: 7px; }

.sp-color {
  width: 141px; }

.sp-container {
  border: none; }

.sp-picker-container {
  width: 180px;
  border-left: none; }

input.sp-input {
  margin-bottom: 4px;
  margin-top: 4px;
  border-radius: 5px; }

.sp-hue {
  border-radius: 5px;
  width: 28px;
  margin-left: 0px; }

.sp-slider {
  height: 7px;
  border-radius: 0px;
  top: 0px; }

input.sp-input {
  font-size: 14px; }

input.sp-input:focus {
  border: 1px solid #0000FF; }

.sp-dragger {
  border: 1px solid black; }

.gradientMaker-outer {
  margin-top: 10px;
  margin-bottom: 10px; }

.gradientMaker-top {
  padding: 0px; }

.gradientMaker-preview {
  width: 132px; }

.gradientMaker-stops {
  width: 130px; }

.gradientMaker-rotate {
  margin-left: 17px;
  margin-top: 0px; }

@media (max-width: 1080px) {
  .cm-save {
    background: url(/images/arrow-left-icon.png) no-repeat center center;
    background-size: 20px 20px;
    padding: 0;
    width: 50px;
    border: 2px solid #eee;
    transform: rotate(270deg);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    margin-top: 6px;
    height: 50px; }
  .cm-save:hover {
    background: url(/images/arrow-left-icon.png) no-repeat center center !important;
    background-size: 20px 20px !important;
    animation: none;
    background-color: #f6d365 !important; }
  .cm-save span {
    display: none; } }

@media (max-width: 940px) {
  .separator {
    margin: 8px 10px; }
  .cm-redo {
    margin-left: 0px; } }

.cm-portrait-overlay {
  display: none; }

.cm-remove-background-div button {
  margin-bottom: 0px; }

.cm-remove-background-note {
  font-size: 12px;
  text-align: right; }

.cm-remove-background-credit {
  font-size: 12px;
  text-align: left;
  float: left; }

.cm-remove-background-icon {
  float: left; }

.cm-remove-background-icon svg {
  width: 24px;
  margin-left: 20px;
  margin-bottom: -6px; }

.cm-remove-background-icon img {
  width: 24px;
  margin-left: 20px;
  margin-bottom: -6px; }

.cm-name-resize {
  opacity: 0.5;
  position: relative;
  display: inline-block; }

.cm-name-resize:hover {
  opacity: 1;
  color: blue;
  text-decoration: underline; }

.cm-name-resize svg {
  width: 24px;
  height: 24px; }

.cm-name-resize span {
  padding-right: 4px; }

.ftfp-panel-search input {
  margin-top: 4px; }

/** 740 is current cut off to go to mobile mode.
* mid width is 320 .. else too small */
/*
@media (max-width: 420px) {
.cm-portrait-overlay {
	display: block;
	background-image: url(/images/rotate-phone-400.png);
	background-color: white;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 99;
}
}
*/
@media (max-width: 319px) {
  .cm-message-overlay {
    display: block;
    background-image: url(/images/device-too-small.png);
    background-color: white;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99; } }

.vui-mobile-top {
  display: none; }

@media (max-width: 740px) {
  .vui-top {
    display: none; }
  .vui-mobile-top {
    display: block;
    max-height: 40px;
    min-height: 40px;
    height: 40px; }
  .vui-library-icons {
    display: none; }
  .vui-library {
    display: none; }
  .vui-main {
    /*
		flex-grow:unset;
		width:100vw;
		height:100vw;
		*/ }
  .vui-mobile-footer {
    height: 300px;
    width: 100%;
    display: block;
    background-color: #ff9999; } }

@media (max-width: 740px) {
  .cm-message-overlay {
    display: block;
    background-image: url(/images/mobile-coming-soon-frame.png);
    background-color: white;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99; } }

/*I'm Here*/
/*Sofia - LOGIN*/
.circle1 {
  border-radius: 50% 50% 43% 57% / 46% 59% 41% 54%;
  width: 60%;
  height: 40%;
  position: absolute;
  background: linear-gradient(230deg, #fa709a, #f6d365, #fda085) 0% 0%/300% 300% !important;
  animation: MoveBG 5s ease 0s infinite normal none running;
  z-index: -1;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  margin-top: -100px;
  opacity: 0.5; }

.circle2 {
  border-radius: 50% 50% 43% 57% / 46% 59% 41% 54%;
  width: 30%;
  height: 20%;
  position: absolute;
  background: linear-gradient(230deg, #f6d365, #fda085, #fa709a) 0% 0%/300% 300% !important;
  animation: MoveBG 5s ease 0s infinite normal none running;
  z-index: -1;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  margin-top: -50px;
  opacity: 0.5;
  margin-left: 270px; }

.circle3 {
  margin-top: 2%;
  margin-left: -25px;
  width: 70%;
  background: linear-gradient(230deg, #f6d365, #fa709a, #fda085) 0% 0%/300% 300% !important;
  height: 40%;
  border-radius: 50% 50% 43% 57% / 46% 59% 41% 54%;
  position: absolute;
  animation: MoveBG 5s ease 0s infinite normal none running;
  z-index: -1;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  opacity: 0.5; }

#cm-login-dialog {
  padding: 0;
  overflow: hidden; }

.cm-login-google img, .cm-login-facebook img {
  width: 100%; }

.ui-widget-header {
  display: none; }

.cm-login-download-message {
  font-size: 15px;
  color: #404040;
  width: 100%;
  padding: 0 20px;
  margin: 15px 0;
  text-align: center; }

.cm-login-download-message h4 {
  font-weight: bold;
  font-size: 16px;
  margin: 8% 0; }

.inside-login {
  width: 100%;
  height: 100% !important;
  /*background-image: linear-gradient(to bottom, rgba(248,7,89,0.2) ,rgba(178,78,156,1));*/
  /*background: linear-gradient(230deg, rgb(75, 207, 147), rgb(75, 121, 207), rgb(162, 75, 207)) 0% 0% / 300% 300%!important;*/
  margin: 0;
  padding: 3% 0 !important;
  /*animation: MoveBG 10s ease 0s infinite normal none running;*/ }

@-webkit-keyframes MoveBG {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-moz-keyframes MoveBG {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes MoveBG {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.icon {
  width: 30%; }

.ui-widget.ui-widget-content {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  padding: 0; }

.login-social {
  text-align: center;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  /*padding: 5%;*/
  border-radius: 5px;
  /*box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.8);*/ }

.login-social h3 {
  font-size: 25px;
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif; }

.cm-login-google {
  color: #f80759;
  border: 2px solid #f80759; }

.cm-login-facebook {
  color: #6f86d6;
  border: 2px solid #6f86d6; }

.cm-login-google, .cm-login-facebook {
  width: 60px;
  height: 60px;
  background-color: #fff;
  display: inline;
  outline: none;
  margin: 0 10px;
  font-weight: 600;
  padding: 5px;
  transition: none;
  border-radius: 50%; }

.cm-login-google:hover {
  background-image: linear-gradient(to bottom, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
  color: #fff; }

.cm-login-facebook:hover {
  background-image: linear-gradient(to bottom, #6f86d6 0%, #48c6ef 100%);
  color: #fff; }

.tc-links select {
  max-width: 23%; }

.tc-links input {
  max-width: 40%; }

.tc-preview {
  border: 1px solid black;
  width: 200px;
  height: 200px;
  min-height: 200px; }

/** --------------------- */
/** -- Library         -- */
/** --------------------- */
/*
.vui-library {
    width:350px;
    min-width:350px;
	max-width:350px;
	
    .vui-library-content {
        max-width: 250px;
        margin-right: 1px;
    }
}
.vui-library-icon {
	position:relative;
}
*/
.vui-library-icon:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none; }

.vui-library-icon:hover:after {
  mix-blend-mode: lighten;
  z-index: 3; }

.vui-library-icon-edit.selected {
  background-image: linear-gradient(to right, #FFAA00 0%, #FF0000 100%);
  border-radius: 40px 0px 0px 40px;
  border-right: 0;
  width: 85px;
  margin-top: 0; }

.vui-library-icon-edit:hover:after {
  background-image: linear-gradient(to right, #FFAA00 0%, #FF0000 100%), linear-gradient(to right, #FFAA00 0%, #FF0000 100%); }

.vui-library-content.library-content-edit {
  border-left: #FF0000 4px solid; }

/*.vui-library-content.library-content-edit::-webkit-scrollbar-thumb {
        background-image: linear-gradient(to bottom, $color1 0%, $color2 100%), linear-gradient(to bottom, $color1 0%, $color2 100%);
    }Sofia: no color in scroll bar*/
.library-content-edit .vui-search:focus {
  background-color: #fff;
  border: solid 1px #FFAA00;
  -webkit-box-shadow: 0 0 3px #FFAA00;
  -moz-box-shadow: 0 0 3px #FFAA00;
  box-shadow: 0 0 3px #FFAA00; }

.vui-library-icon-ftsvg.selected {
  background-image: linear-gradient(to right, #0250c5 0%, #d43f8d 100%);
  border-radius: 40px 0px 0px 40px;
  border-right: 0;
  width: 85px;
  margin-top: 0; }

.vui-library-icon-ftsvg:hover:after {
  background-image: linear-gradient(to right, #0250c5 0%, #d43f8d 100%), linear-gradient(to right, #0250c5 0%, #d43f8d 100%); }

.vui-library-content.library-content-ftsvg {
  border-left: #d43f8d 4px solid; }

/*.vui-library-content.library-content-ftsvg::-webkit-scrollbar-thumb {
        background-image: linear-gradient(to bottom, $color1 0%, $color2 100%), linear-gradient(to bottom, $color1 0%, $color2 100%);
    }Sofia: no color in scroll bar*/
.library-content-ftsvg .vui-search:focus {
  background-color: #fff;
  border: solid 1px #0250c5;
  -webkit-box-shadow: 0 0 3px #0250c5;
  -moz-box-shadow: 0 0 3px #0250c5;
  box-shadow: 0 0 3px #0250c5; }

.vui-library-icon-photo.selected {
  background-image: linear-gradient(to right, #c471f5 0%, #fa71cd 100%);
  border-radius: 40px 0px 0px 40px;
  border-right: 0;
  width: 85px;
  margin-top: 0; }

.vui-library-icon-photo:hover:after {
  background-image: linear-gradient(to right, #c471f5 0%, #fa71cd 100%), linear-gradient(to right, #c471f5 0%, #fa71cd 100%); }

.vui-library-content.library-content-photo {
  border-left: #fa71cd 4px solid; }

/*.vui-library-content.library-content-photo::-webkit-scrollbar-thumb {
        background-image: linear-gradient(to bottom, $color1 0%, $color2 100%), linear-gradient(to bottom, $color1 0%, $color2 100%);
    }Sofia: no color in scroll bar*/
.library-content-photo .vui-search:focus {
  background-color: #fff;
  border: solid 1px #c471f5;
  -webkit-box-shadow: 0 0 3px #c471f5;
  -moz-box-shadow: 0 0 3px #c471f5;
  box-shadow: 0 0 3px #c471f5; }

.vui-library-icon-mlibrary.selected {
  background-image: linear-gradient(to right, #aa076b 0%, #61045f 100%);
  border-radius: 40px 0px 0px 40px;
  border-right: 0;
  width: 85px;
  margin-top: 0; }

.vui-library-icon-mlibrary:hover:after {
  background-image: linear-gradient(to right, #aa076b 0%, #61045f 100%), linear-gradient(to right, #aa076b 0%, #61045f 100%); }

.vui-library-content.library-content-mlibrary {
  border-left: #61045f 4px solid; }

/*.vui-library-content.library-content-mlibrary::-webkit-scrollbar-thumb {
        background-image: linear-gradient(to bottom, $color1 0%, $color2 100%), linear-gradient(to bottom, $color1 0%, $color2 100%);
    }Sofia: no color in scroll bar*/
.library-content-mlibrary .vui-search:focus {
  background-color: #fff;
  border: solid 1px #aa076b;
  -webkit-box-shadow: 0 0 3px #aa076b;
  -moz-box-shadow: 0 0 3px #aa076b;
  box-shadow: 0 0 3px #aa076b; }

.vui-library-icon-icon.selected {
  background-image: linear-gradient(to right, #00bf8f 0%, #001510 100%);
  border-radius: 40px 0px 0px 40px;
  border-right: 0;
  width: 85px;
  margin-top: 0; }

.vui-library-icon-icon:hover:after {
  background-image: linear-gradient(to right, #00bf8f 0%, #001510 100%), linear-gradient(to right, #00bf8f 0%, #001510 100%); }

.vui-library-content.library-content-icon {
  border-left: #001510 4px solid; }

/*.vui-library-content.library-content-icon::-webkit-scrollbar-thumb {
        background-image: linear-gradient(to bottom, $color1 0%, $color2 100%), linear-gradient(to bottom, $color1 0%, $color2 100%);
    }Sofia: no color in scroll bar*/
.library-content-icon .vui-search:focus {
  background-color: #fff;
  border: solid 1px #00bf8f;
  -webkit-box-shadow: 0 0 3px #00bf8f;
  -moz-box-shadow: 0 0 3px #00bf8f;
  box-shadow: 0 0 3px #00bf8f; }

.vui-library-icon-shape.selected {
  background-image: linear-gradient(to right, #00dbde 0%, #fc00ff 100%);
  border-radius: 40px 0px 0px 40px;
  border-right: 0;
  width: 85px;
  margin-top: 0; }

.vui-library-icon-shape:hover:after {
  background-image: linear-gradient(to right, #00dbde 0%, #fc00ff 100%), linear-gradient(to right, #00dbde 0%, #fc00ff 100%); }

.vui-library-content.library-content-shape {
  border-left: #fc00ff 4px solid; }

/*.vui-library-content.library-content-shape::-webkit-scrollbar-thumb {
        background-image: linear-gradient(to bottom, $color1 0%, $color2 100%), linear-gradient(to bottom, $color1 0%, $color2 100%);
    }Sofia: no color in scroll bar*/
.library-content-shape .vui-search:focus {
  background-color: #fff;
  border: solid 1px #00dbde;
  -webkit-box-shadow: 0 0 3px #00dbde;
  -moz-box-shadow: 0 0 3px #00dbde;
  box-shadow: 0 0 3px #00dbde; }

.vui-library-icon-background.selected {
  background-image: linear-gradient(to right, #add100 0%, #7b920a 100%);
  border-radius: 40px 0px 0px 40px;
  border-right: 0;
  width: 85px;
  margin-top: 0; }

.vui-library-icon-background:hover:after {
  background-image: linear-gradient(to right, #add100 0%, #7b920a 100%), linear-gradient(to right, #add100 0%, #7b920a 100%); }

.vui-library-content.library-content-background {
  border-left: #7b920a 4px solid; }

/*.vui-library-content.library-content-background::-webkit-scrollbar-thumb {
        background-image: linear-gradient(to bottom, $color1 0%, $color2 100%), linear-gradient(to bottom, $color1 0%, $color2 100%);
    }Sofia: no color in scroll bar*/
.library-content-background .vui-search:focus {
  background-color: #fff;
  border: solid 1px #add100;
  -webkit-box-shadow: 0 0 3px #add100;
  -moz-box-shadow: 0 0 3px #add100;
  box-shadow: 0 0 3px #add100; }

.vui-library-icon-testtemplate.selected {
  background-image: linear-gradient(to right, #ee0979 0%, #ff6a00 100%);
  border-radius: 40px 0px 0px 40px;
  border-right: 0;
  width: 85px;
  margin-top: 0; }

.vui-library-icon-testtemplate:hover:after {
  background-image: linear-gradient(to right, #ee0979 0%, #ff6a00 100%), linear-gradient(to right, #ee0979 0%, #ff6a00 100%); }

.vui-library-content.library-content-testtemplate {
  border-left: #ff6a00 4px solid; }

/*.vui-library-content.library-content-testtemplate::-webkit-scrollbar-thumb {
        background-image: linear-gradient(to bottom, $color1 0%, $color2 100%), linear-gradient(to bottom, $color1 0%, $color2 100%);
    }Sofia: no color in scroll bar*/
.library-content-testtemplate .vui-search:focus {
  background-color: #fff;
  border: solid 1px #ee0979;
  -webkit-box-shadow: 0 0 3px #ee0979;
  -moz-box-shadow: 0 0 3px #ee0979;
  box-shadow: 0 0 3px #ee0979; }

.vui-library-icon-upload.selected {
  background-image: linear-gradient(to right, #ff4b1f 0%, #ff9068 100%);
  border-radius: 40px 0px 0px 40px;
  border-right: 0;
  width: 85px;
  margin-top: 0; }

.vui-library-icon-upload:hover:after {
  background-image: linear-gradient(to right, #ff4b1f 0%, #ff9068 100%), linear-gradient(to right, #ff4b1f 0%, #ff9068 100%); }

.vui-library-content.library-content-upload {
  border-left: #ff9068 4px solid; }

/*.vui-library-content.library-content-upload::-webkit-scrollbar-thumb {
        background-image: linear-gradient(to bottom, $color1 0%, $color2 100%), linear-gradient(to bottom, $color1 0%, $color2 100%);
    }Sofia: no color in scroll bar*/
.library-content-upload .vui-search:focus {
  background-color: #fff;
  border: solid 1px #ff4b1f;
  -webkit-box-shadow: 0 0 3px #ff4b1f;
  -moz-box-shadow: 0 0 3px #ff4b1f;
  box-shadow: 0 0 3px #ff4b1f; }

.vui-library-icon-admin.selected {
  background-image: linear-gradient(to right, #50cc7f 0%, #f5d100 100%);
  border-radius: 40px 0px 0px 40px;
  border-right: 0;
  width: 85px;
  margin-top: 0; }

.vui-library-icon-admin:hover:after {
  background-image: linear-gradient(to right, #50cc7f 0%, #f5d100 100%), linear-gradient(to right, #50cc7f 0%, #f5d100 100%); }

.vui-library-content.library-content-admin {
  border-left: #f5d100 4px solid; }

/*.vui-library-content.library-content-admin::-webkit-scrollbar-thumb {
        background-image: linear-gradient(to bottom, $color1 0%, $color2 100%), linear-gradient(to bottom, $color1 0%, $color2 100%);
    }Sofia: no color in scroll bar*/
.library-content-admin .vui-search:focus {
  background-color: #fff;
  border: solid 1px #50cc7f;
  -webkit-box-shadow: 0 0 3px #50cc7f;
  -moz-box-shadow: 0 0 3px #50cc7f;
  box-shadow: 0 0 3px #50cc7f; }

.vui-library-icon-asset.selected {
  background-image: linear-gradient(to right, #FFAA85 0%, #B3315F 100%);
  border-radius: 40px 0px 0px 40px;
  border-right: 0;
  width: 85px;
  margin-top: 0; }

.vui-library-icon-asset:hover:after {
  background-image: linear-gradient(to right, #FFAA85 0%, #B3315F 100%), linear-gradient(to right, #FFAA85 0%, #B3315F 100%); }

.vui-library-content.library-content-asset {
  border-left: #B3315F 4px solid; }

/*.vui-library-content.library-content-asset::-webkit-scrollbar-thumb {
        background-image: linear-gradient(to bottom, $color1 0%, $color2 100%), linear-gradient(to bottom, $color1 0%, $color2 100%);
    }Sofia: no color in scroll bar*/
.library-content-asset .vui-search:focus {
  background-color: #fff;
  border: solid 1px #FFAA85;
  -webkit-box-shadow: 0 0 3px #FFAA85;
  -moz-box-shadow: 0 0 3px #FFAA85;
  box-shadow: 0 0 3px #FFAA85; }

.vui-library-icon-design.selected {
  background-image: linear-gradient(to right, #9be15d 0%, #003eae 100%);
  border-radius: 40px 0px 0px 40px;
  border-right: 0;
  width: 85px;
  margin-top: 0; }

.vui-library-icon-design:hover:after {
  background-image: linear-gradient(to right, #9be15d 0%, #003eae 100%), linear-gradient(to right, #9be15d 0%, #003eae 100%); }

.vui-library-content.library-content-design {
  border-left: #003eae 4px solid; }

/*.vui-library-content.library-content-design::-webkit-scrollbar-thumb {
        background-image: linear-gradient(to bottom, $color1 0%, $color2 100%), linear-gradient(to bottom, $color1 0%, $color2 100%);
    }Sofia: no color in scroll bar*/
.library-content-design .vui-search:focus {
  background-color: #fff;
  border: solid 1px #9be15d;
  -webkit-box-shadow: 0 0 3px #9be15d;
  -moz-box-shadow: 0 0 3px #9be15d;
  box-shadow: 0 0 3px #9be15d; }

.vui-library-icon-emoji.selected {
  background-image: linear-gradient(to right, #321E94 0%, #92AACD 100%);
  border-radius: 40px 0px 0px 40px;
  border-right: 0;
  width: 85px;
  margin-top: 0; }

.vui-library-icon-emoji:hover:after {
  background-image: linear-gradient(to right, #321E94 0%, #92AACD 100%), linear-gradient(to right, #321E94 0%, #92AACD 100%); }

.vui-library-content.library-content-emoji {
  border-left: #92AACD 4px solid; }

/*.vui-library-content.library-content-emoji::-webkit-scrollbar-thumb {
        background-image: linear-gradient(to bottom, $color1 0%, $color2 100%), linear-gradient(to bottom, $color1 0%, $color2 100%);
    }Sofia: no color in scroll bar*/
.library-content-emoji .vui-search:focus {
  background-color: #fff;
  border: solid 1px #321E94;
  -webkit-box-shadow: 0 0 3px #321E94;
  -moz-box-shadow: 0 0 3px #321E94;
  box-shadow: 0 0 3px #321E94; }

.vui-library-icons {
  padding-top: 20px;
  /*Sofia*/
  min-width: 100px;
  max-width: 150px;
  width: 100px;
  background-color: #FAFAFA; }

.vui-library-content {
  /*border-width:1px;*/
  border-left: 7px;
  border-style: solid;
  background-color: #fff; }

/*.vui-library-icon{
	background-color: #333;
	margin-left:15px;
	width:75px;
	text-transform: uppercase;/*Sofia*
	border-radius: 50%;
	font-weight: bold;
	height:75px;
	font-family: Arial;
	font-size:11px;
	color:#FFF;
	text-align:center;
	white-space: nowrap;
	margin-bottom:15px;/*Sofia*
	transition: all .2s ease-in-out;
    border-radius: 99em;
    border: 3px solid #eee;
    /*box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);*	
	}

.vui-library-icon:hover{	
	transform: scale(1.02);
	overflow:hidden;
	} */
.vui-library-icon {
  background-color: #333;
  margin-left: 15px;
  margin-bottom: 15px;
  width: 75px;
  height: 75px;
  text-transform: uppercase;
  border-radius: 50%;
  font-weight: bold;
  font-family: Arial;
  font-size: 11px;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  transition: all .2s ease-in-out;
  padding-top: 3px; }

.vui-library-icon:hover {
  overflow: hidden; }

/** ---------------------- */
/** --    Scroll Bar    -- */
/** ---------------------- */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 5px; }

.vui-library-content::-webkit-scrollbar-track {
  background: transparent; }

::-webkit-scrollbar-thumb {
  background: #8D8D8C; }

.vui-library-content::-webkit-scrollbar-thumb:hover {
  background-image: none;
  background: #aaa;
  display: content; }

.vui-library-icon {
  display: none; }

.vui-library-icon.vui-library-icon-mlibrary {
  display: block; }

/** ---------------------- */
/** --      Slider      -- */
/** ---------------------- */
.vui-slider {
  background: linear-gradient(45deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
  /*Gradient Range Slider*/
  padding: 1.5px; }

input[type=range]::-moz-range-track {
  background: linear-gradient(45deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%); }

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.vui-image-filter-adjustment .vui-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  width: 15px;
  /* Set a specific slider handle width */
  height: 15px;
  /* Slider handle height */ }

.vui-image-filter-adjustment .vui-slider::-moz-range-thumb {
  width: 15px;
  /* Set a specific slider handle width */
  height: 15px;
  /* Slider handle height */ }

.vui-image-filter-adjustment .vui-slider {
  background: #999999; }

.vui-image-filter-adjustment input {
  margin-top: -20px; }

.vui-image-filter-adjustment input[type=range]::-moz-range-track {
  background: #999999; }

.vui-image-filter-adjustment input[type=number].vui-slider-input {
  padding: 1px 1px 1px 2px; }

.vui-component-adjustment.vui-image-filter-adjustment {
  margin-bottom: 5px;
  margin-left: 10px;
  margin-top: -15px; }

/** --------------------- */
/** --     Creator     -- */
/** --------------------- */
.cm-share {
  display: none; }

.vui-footer {
  height: 0px;
  min-height: 0px;
  max-height: 0px;
  border-top: none; }

.vui-library-content {
  height: 99%;
  padding: 0 5px; }

.vui-library {
  background-color: #FAFAFA; }

@media (max-width: 768px) {
  .vui-library-icons {
    width: 50px; } }
