@font-face {
  font-family: 'Avenir Black';
  src: url("/css/fonts/Avenir/Avenir-Black-webfont.eot");
  /* IE9 Compat Modes */
  src: url("/css/fonts/Avenir/Avenir-Black-webfont.eot?#iefix") format("embedded-opentype"), url("/css/fonts/Avenir/Avenir-Black-webfont.woff") format("woff"), url("/css/fonts/Avenir/Avenir-Black-webfont.ttf") format("truetype"), url("/css/fonts/Avenir/Avenir-Black-webfont.svg#svgAvenirBlack") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Avenir';
  src: url("/css/fonts/Avenir/Avenir-Medium-webfont.eot");
  /* IE9 Compat Modes */
  src: url("/css/fonts/Avenir/Avenir-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("/css/fonts/Avenir/Avenir-Medium-webfont.woff") format("woff"), url("/css/fonts/Avenir/Avenir-Medium-webfont.ttf") format("truetype"), url("/css/fonts/Avenir/Avenir-Medium-webfont.svg#svgAvenirMedium") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Avenir Light';
  src: url("/css/fonts/Avenir/Avenir-Light-webfont.eot");
  /* IE9 Compat Modes */
  src: url("/css/fonts/Avenir/Avenir-Light-webfont.eot?#iefix") format("embedded-opentype"), url("/css/fonts/Avenir/Avenir-Light-webfont.woff") format("woff"), url("/css/fonts/Avenir/Avenir-Light-webfont.ttf") format("truetype"), url("/css/fonts/Avenir/Avenir-MediLightum-webfont.svg#svgAvenirLight") format("svg");
  /* Legacy iOS */
}

body {
  background-color: #ffffff;
  font-family: 'Avenir Light', sans-serif;
  color: #000;
  font-size: 16px;
  height: 100%;
  padding-top: 50px;
}

html,.row-offcanvas {
  height:100%;
}

.row-offcanvas {
  padding-top: 15px;
  /*overflow: hidden;*/
}

.container {
  height: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

#container {
  background-color: #eee;
  height: 100%;
  overflow: hidden;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.noshow {
  visibility: hidden;
  display: none;
}

#c {
  position: relative;
  border: 1px solid #BBBBBB;
  box-shadow: 5px 5px 5px #d7d7d7;
  background-color: #fff;
}

#editor-navbar {
  height: 65px;
  line-height: 65px;
  min-height: 65px;
  background-color: #1b619c;
  display: block;
  color: #eee;
  font-size: 16px;
  margin-bottom: 0;
  border-radius: 0;
  padding: 0 20px;
}

#editor-navbar li.profile a, li.customer-login5 a {
  text-decoration: none;
  color: #ffffff;
}
.profile-img img {
  background-color: #eee;
}
#editor-navbar .dropdown-menu {
  position: absolute;
  top: 65px;
  right: 0;
  left: inherit;
}
#editor-navbar .dropdown-menu > li > a {
  color: #000 !important;
}

 /*
 * Top navigation
 * Hide default border to remove 1px line.
 */

.navbar-fixed-top {
  border: 0;
}


 /* ----------- */
 /* Sidebar  */
 /* ----------- */

/* Hide for mobile, show later */
/*
.sidebar {
  display: none;
}

@media (min-width: 768px) {
  .sidebar {
    display: block;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #aaafb7;
  }
}
*/

.sidebar .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: 0x;
  background-color: #787e88;
  color: #474c54;
  border: 0;
}

.sidebar a.list-group-item:hover,
.sidebar button.list-group-item:hover,
.sidebar a.list-group-item:focus,
.sidebar button.list-group-item:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #aaafb7;
}

.sidebar .panelcontent {
  padding-left: 0;
  padding-right: 0;
  background-color: #aaafb7;
  padding-bottom: 1px;
  min-height: 100%;
  height: calc(100vh - 65px);
}

.sidebar .panelcontent p {
  color: #474c54;
  font-size: .9em;
  margin: 0 0 15px 0;
}

#leftsidebar {
  width: inherit;
  min-width: 320px;
  max-width: 320px;
  background-color: #787e88;
  float: left;
  height: 100%;
  position: relative;
}

#maincontent {
  height: 100%;
  overflow: auto;
  width: calc(100% - 320px);
}

.col1, .col2, .col3 {
  display: inline-block;
  width: 33.33%;
  height: 25px;
  margin-right: -4px;
}

/* ----------- */
/* Overlay     */
/* ----------- */

.overlay {
  overflow-y: scroll;
}

.overlay.dark, .overlay.dark .overlaycontent {
  background: #474c54;
}

.overlay header {
  height: 60px;
  padding: 5px 40px;
  color: #aaa;
}

.overlay div.overlaycontent {
  color: #aaa;
  padding: 0 30px;
  text-align: center;
}


/* ---------- */
/* panel icons */
/* ---------- */

.statusmessage {
  line-height: 45px;
  display: none;
}

#panelicon-links {
  width: 70%;
  margin: 0 auto;
}

.panelicon img {
  opacity: 0.3;
}

.panelicon.active img {
  opacity: 1;
}

a.panelicon:hover {
  text-decoration: none;
  opacity: 0.3;
  /*background-color: #c1c1c1;*/
  display: inline-block;
}

.panelpreview {
  width: 70%;
}


/* ---------------------- */
/*  amp branded preloader */
/* ---------------------- */

#loading-spinner {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  background: #1b619c;
  position: absolute;
  top: 45%;
  left: 45%;
  z-index: 50;
}

.preloader {
  position: absolute;
  top: 37%;
  left: 37%;
}

.preloader9999999:before {
  background: transparent url(../images/editor/preloader-logo-image.png) no-repeat 38px 9px;
}

.preloader:after {
  content: url("../images/editor/preloader-logo-image.png");
  top: -28px;
  left: -3px;
  position: absolute;
}

.preloader span {
  display: block;
  position: absolute;
  opacity: 0.8;
  border: 3px solid #ffffff;
  animation: preloader_ring 2s infinite linear;
}

.preloader span:nth-child(1) {
  top: -9px;
  left: -9px;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  animation-delay: 0.5s;
}

.preloader span:nth-child(2) {
  top: -18px;
  left: -18px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  animation-delay: 1s;
}

.preloader span:nth-child(3) {
  top: -27px;
  left: -27px;
  width: 78px;
  height: 78px;
  border-radius: 78px;
  animation-delay: 1s;
}

@keyframes preloader_center {
  50% {
    opacity: 1;
    background: #ffffff;
  }
}

@keyframes preloader_ring {
  50% {
    opacity: 0;
  }
}


/* ---------------------- */
/* cropper - image upload */
/* ---------------------- */

/* Limit image width to avoid overflow the container */
img {
  max-width: 100%;
  /* This rule is very important, please do not ignore this! */
}

#uploadcanvas {
  width: 600px;
  background-color: #474c54;
  /*background-color: #272c33;*/
  cursor: default;
  border: 1px dotted #a6a6a6;
  background: url(../images/editor/placeholder-dark.png) no-repeat 50% 50%;
}

.cropper-view-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: 1px solid #1c55d5;
  outline-color: rgba(51, 153, 255, 0.75);
}

.cropper-point {
  width: 10px;
  height: 10px;
  opacity: .75;
  background-color: #1c55d5;
  filter: alpha(opacity=75);
}

img.previewimage {
  width: 55%;
  background-color: #fff;
}


/* -------------- */
/* Sidepanel menu */
/* -------------- */

div.vertical-tab-container {
  padding: 0 !important;
  background-clip: padding-box;
  font-size: .8em;
}

div.vertical-tab-menu {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  display: inline-block;
}

div.vertical-tab-menu div.list-group {
  margin-bottom: 0;
}

div.vertical-tab-menu div.list-group>a {
  margin-bottom: 0;
}

div.vertical-tab-menu div.list-group>a h4.glyphicon {
  margin: 10px 0 0;
}

div.vertical-tab-menu div.list-group>a .glyphicon,
div.vertical-tab-menu div.list-group>a .fa {
  color: #474c54;
}

div.vertical-tab-menu div.list-group>a:first-child {
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}

div.vertical-tab-menu div.list-group>a:last-child {
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}

div.vertical-tab-menu div.list-group>a.active,
div.vertical-tab-menu div.list-group>a.active .glyphicon,
div.vertical-tab-menu div.list-group>a.active .fa,
div.vertical-tab-menu div.list-group>a:hover,
div.vertical-tab-menu div.list-group>a:hover .glyphicon,
div.vertical-tab-menu div.list-group>a:hover .fa{
  background-color: #aaafb7;
  color: #ffffff;
}

div.vertical-tab-content a:hover, div.vertical-tab-content a:focus {
    color: #2889d4;
    text-decoration: underline;
}
/*
div.vertical-tab-menu div.list-group>a.active:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #3f4652;
}
*/
div.vertical-tab-content {
  /*color: #91969e;
  background-color: #3f4652;*/
  color: #2b2d31;
  background-color: #aaafb7;  
  padding: 20px 10px;
}

div.vertical-tab-content img:hover,
div.vertical-tab-content img:active {
  /* border glow effect on hover */
  box-shadow: 0px 0px 15px #787e88;
  filter: progid:DXImageTransform.Microsoft.Glow(Color=black, Strength=20);
  cursor: pointer;
}

div.vertical-tab-content p {
  color: #2b2d31;
  font-size: .85em;
  text-align: center;
  padding-left: 0;
}
div.vertical-tab-content #layout-links li img {
  border: 1px solid #787e88;
}
div.vertical-tab div.vertical-tab-content:not(.active) {
  display: none; 
}
/* overide perfect-scrollbar css */
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #787e88;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: 0x;
  background-color: #aaafb7;
  border: 0;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #aaafb7;
}


/* --------------
/* override nice-select component styles */
/* --------------

/* hide the select boxes 'flash' before nice-select styles transform them */
select, select.nice-select {
  display: none;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 0;
  /*border: 1px solid transparent;*/
  border: 1px solid #787e88;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 15px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 12px;
  padding-right: 30px;
}
.nice-select:after {
    border-bottom: 2px solid #474c54;
    border-right: 2px solid #474c54;
}

.nice-select .list {
  background-color: #aaafb7;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #c1c1c1;
  color: #f0f2f3;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #787e88;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
  color: #3f4652;
}

.nice-select .list {
  background-color: #eee;
}

ul.plain {
  list-style: none;
  padding-left: 0;
}

ul.plain li {
  margin-bottom: 10px;
}


/* ------------ */
/* toolbar */
/* ------------ */

#toolbar {
  padding: 0 15px;
  /*width: 103%; */
  height: 40px;
  background-color: #fff;
  /*overflow: hidden;
  z-index: 5;*/
}


/* --- Toolbar Icons --- */

#toolbar-undo {
  background-image: url("../images/editor/toolbar/undo.png");
}

#toolbar-redo {
  background-image: url("../images/editor/toolbar/redo.png");
}

#toolbar-arrow {
  background-image: url("../images/editor/toolbar/arrow.png");
}

#toolbar-text {
  background-image: url("../images/editor/toolbar/insert-text.png");
}

#toolbar-font-size {
  background-image: url("../images/editor/toolbar/font-size.png");
}

#toolbar-shape {
  background-image: url("../images/editor/toolbar/shapes.png");
}

#toolbar-arrange {
  background-image: url("../images/editor/toolbar/arrange.png");
}

#toolbar-bold {
  background-image: url("../images/editor/toolbar/bold.png");
}

#toolbar-italics {
  background-image: url("../images/editor/toolbar/italics.png");
}

#toolbar-underline {
  background-image: url("../images/editor/toolbar/underline.png");
}

#toolbar-alignment {
  background-image: url("../images/editor/toolbar/center.png");
}

#toolbar-spacing {
  background-image: url("../images/editor/toolbar/spacing.png");
  width: 59px;
  background-size: 59px 30px;
}

#toolbar-fill-color {
  background-image: url("../images/editor/toolbar/fill-color.png");
}

#toolbar-outline-color {
  background-image: url("../images/editor/toolbar/line-color.png");
}

#toolbar-effects {
  background-image: url("../images/editor/toolbar/effects.png");
}

#toolbar-delete {
  background-image: url("../images/editor/toolbar/delete.png");
}

#toolbar-lock {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/editor/toolbar/lock-unlock.png");
}

#toolbar-lock.lock {
  background-image: url("../images/editor/toolbar/lock.png");
}


/*
#toolbar-arrange {
  width: 70px;
  line-height: 26px;
  padding-left: 5px;
  font-weight: 400;
  color: #585858;
  &:hover {
    cursor: default;
  }
}
*/

#toolbar-font-family {
  width: 200px;
  line-height: 32px;
  padding-left: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #585858;
}

#toolbar-font-family:hover {
  cursor: default;
}

#toolbar-font-family .submenu-item {
  margin-left: 10px;
}


/* --- Toolbar --- */

.toolbar-separator {
  float: left;
  border-left: 1px solid #BDBDBD;
  width: 8px;
  margin-left: 8px;
  height: 40px;
}

.toolbar-item {
  float: left;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-size: 30px 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 1px 1px;
  /*  
  float:left;
  width: 26px;
  height: $toolbar-button-height;
  margin-top: ($toolbar-height - $toolbar-button-height)/2;
  margin-bottom: ($toolbar-height - $toolbar-button-height)/2;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 1px 1px;
  border-radius: 2px;
  outline: none;
  border: 1px solid transparent;
  */
}

.toolbar-item:hover {
  /*border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 1px #dadada;
    opacity: 0.6;*/
  cursor: pointer;
}

.toolbar-item:active {
  /*border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 2px #b7b7b7 inset;
    background-color: #e8e8e8;
    border: 1px solid #cecece; 
    opacity: 0.6;*/
  cursor: pointer;
}

.toolbar-dropdown {
  width: 32px;
}

.toolbar-dropdown.backgrd {
  background-color: #eee;
  border-radius: 4px;
}

.toolbar-input {
  width: 48px;
  padding-left: 4px;
}

.toolbar-arrow {
  float: right;
  margin-top: 11px;
  margin-right: 3px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #909090;
}

.toolbar-text-input {
  float: left;
  width: 28px;
  height: 18px;
  font-size: 13px;
  background-color: transparent;
  border: 1px solid transparent;
  outline: none;
  margin-top: 1px;
}

.toolbar-text-input:focus {
  background-color: white;
  border: 1px solid #0096FD;
}

.toolbar-item-active {
  /*border: 1px solid #CCCCCC;
  box-shadow: 1px 1px 2px #b1b1b1 inset;
  background-color: #e9e7e7;
  border: 1px solid #CCCCCC;
  background-color: #eee;
  border-radius: 6px;*/
}

.toolbar-item-active:hover {
  /*border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 2px #b1b1b1 inset;
    background-color: #eee;
    border-radius: 6px;*/
}

.toolbar-item-active:active {
  /*border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 2px #b1b1b1 inset;
    background-color: #eee;
    border-radius: 6px;*/
}


/* --- toolbar submenu --- */

.toolbar-submenu {
  position: absolute;
  background-color: white;
  width: 205px;
  top: -100px;
  left: -100px;
  z-index: 5;
  border: 1px solid #b6b5b5;
  color: #5D5D5D;
  box-shadow: 1px 1px 2px #bebebe;
  max-height: 300px;
  overflow: hidden;
  opacity: 1;
}

.toolbar-submenu:hover {
  opacity: 1;
}

.toolbar-submenu:active {
  opacity: 1;
}

.scrolling {
  overflow-y: scroll;
}

.scrolling::-webkit-scrollbar {
  -webkit-appearance: none;
}

.scrolling::-webkit-scrollbar:vertical {
  width: 11px;
}

.scrolling::-webkit-scrollbar:horizontal {
  height: 11px;
}

.scrolling::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #FAFAFA;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}

.scrolling::-webkit-scrollbar-track {
  background-color: #FAFAFA;
  border-radius: 8px;
}

.submenu-item {
  width: 100%;
  height: 30px;
  border: 0px;
  font-size: 15px;
  line-height: 30px;
  border-bottom: 0px solid #979797;
}

.submenu-item:hover {
  background-color: #EAEAEA;
  cursor: pointer;
}

.submenu-icon {
  /*width: 15px;
  height: 15px; */
  height: 20px;
  padding-left: 12px;
  padding-right: 3px;
  padding-bottom: 3px;
}


/* --- toolbar effects submenu --- */

#effects-box {
  margin: 10px;
}

#effects-box .fx-options {
  display: none;
}

#effects-box .mdl-switch {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
}

#effects-box .slider-container {
  margin-bottom: 10px;
}

#effects-box .effects-form-label {
  margin-left: 25px;
}

#effects-box .hex-display {
  margin-top: 2px;
  margin-left: 25px;
  margin-bottom: 5px;
  margin-right: -3px;
  width: 80px;
  height: 27px;
  background-color: #f4f4f4;
  border: 1px solid #c8c8c8;
  border-right: 0px;
  padding-bottom: 2px;
  padding-left: 8px;
  color: #6f6d6d;
}

.spectrum-box {
  background-color: #ecebeb;
  border: 1px solid #c8c5c5;
}

ul.horizontal {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

ul.horizontal li {
  display: inline;
}


/* ----------------------
* off Canvas sidebar
* -----------------------
*/

@media screen and (max-width: 768px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    width: calc(100% + 320px);
  }
  .row-offcanvas-left {
    left: -320px;
  }
  .row-offcanvas-left.active {
    left: 0;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
  }
}


/* Helpers */


.text-muted {
  color: #a9a6a6;
}

.center {
  margin: 0 auto;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #aaafb7;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #9ea2a9;
  margin: 1em 0;
  padding: 0;
}

.fleft {
  float: left;
}

.hidden {
  display: none;
}


/* Overide sprectrum color plugin inside the background side panel */

div.bkg .sp-replacer {
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    display: inline-block;
    border: solid 1px transparent;
    background: transparent;
    color: #fff;
    vertical-align: inherit;
}
div.bkg .sp-preview, .sp-alpha, .sp-thumb-el {
    position: relative;
    background-image: none;
}
div.bkg .sp-preview {
    position: relative;
    width: 180px;
    height: 45px;
    padding-left: 0;
    border: transparent;
    margin-right: 0;
    float: none;
    z-index: 0;
}
div.bkg .sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #787e88;
}
div.bkg .sp-dd {
    display: none;
    padding: 0;
    height: 0;
    line-height: 0;
    float: left;
    font-size: 0;
}

/* range slider */

.slider-container {
  padding: 0 10px;
  display: inline-block;
  width: 100%;
}
.slider-container .slider {
  width: 90%;
  float: left;
}
.slider-container .display {
  float: right;
  color: #aaafb6;
  font-size: 0.9em;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #CED4D9;
  border-radius: 5px;
  border: 0px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 1px #000000;
  border: 0px solid #D8D3D3;
  height: 15px;
  width: 15px;
  border-radius: 30px;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #CED4D9;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #CED4D9;
  border-radius: 5px;
  border: 0px solid #000000;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 1px #000000;
  border: 0px solid #D8D3D3;
  height: 15px;
  width: 15px;
  border-radius: 30px;
  background: #FFFFFF;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #CED4D9;
  border: 0px solid #000000;
  border-radius: 10px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #CED4D9;
  border: 0px solid #000000;
  border-radius: 10px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 1px #000000;
  border: 0px solid #D8D3D3;
  height: 15px;
  width: 15px;
  border-radius: 30px;
  background: #FFFFFF;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #CED4D9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #CED4D9;
}

#csscrop canvas {
  position: relative !important;
}

#previewImage, #reviewthumb img {
  border: 0;
  box-shadow: 5px 5px 5px #2e3034;
  background-color: #d4d8df;
}
ul.disc {
  list-style-type: disc;
}
ul#reviewthumb {
  height: auto;
}
#reviewthumb li {
  display: inline-block;
  height: auto;
  margin-right: 30px; 
}
#reviewmessage li {
  height: 15px;
  min-height: 15px;
}

/* manage image popup */

.overlay-contentscale.dark div.imagesection {
  height: 100%;
  padding-top: 60px;
  background-color: #35383b;
}
.overlay-contentscale.dark div.section {
  padding: 10px 20px;
}
.overlay-contentscale.dark .white {
  color: #fff;
}


/* tagify tags */

.tagify__input--outside {
  display: block;
  height: 25px;
  max-width: 600px;
  background-color: #eee;
  border: 1px solid #828892;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.tagify--outside{
  border: 0;
  padding-top: 5px;
  margin: 0;
}
.tagify__input {
  display: block;
  min-width: 110px;
  margin: 0;
  padding: .3em .5em;
  padding: var(--tag-pad,.3em .5em);
  line-height: 1px;
  position: relative;
  white-space: pre-line;
}
.tagify__input:focus {
  margin: 0;
  padding: 1em .5em;
}
.tagify {
  --tags-border-color: #787e88;
  --tag-bg: #9499a0;
  --tag-hover: #eeeeee;
  --tag-text-color: #474c53;
}
.tagify.active {
  --tag-bg: #9499a0;
}
.tagify__input::before {
  line-height: 1.3;
  position: absolute;
  top: 5px;
  color: #474c53;
}
.tagify__input::after {
  color: #474c53;
}

.eqwXwS {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 0.5rem 0;
  margin: 2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.buDciH {
  border: none;
  background: none;
  outline: none;
  color: #E60012;
  font-weight: 300;
  padding: 0.75rem 0;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.cALigs {
  display: inline-block;
  line-height: 0.8;
  vertical-align: bottom;
  margin-left: 0.5rem;
  font-weight: 300;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.tag {
  position: relative;
  width: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem 0.5rem;
  margin: 0 0.5rem 0.5rem 0;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  font-size: 1rem !important;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 1.5;
  cursor: pointer;
  outline: none;
  -webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  border-color: #787e88;
  background: #a3a7ad;
  color: #545960;
}
.deletetag {
  position: relative;
  -webkit-transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  color: #343434;
  margin: 0.15rem 0 0 0.5rem;
  font-weight: 300;
  display: block;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
#collapse-alltags {
  padding: 10px 5px 5px 5px;
}
#alltags, #imagetags {
  text-align: left;
}