@charset "UTF-8";
/* --------Vendors Styles---------*/
/* --------nouislider---------*/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
 */
.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0; }

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  transition: background 450ms; }

.noUi-origin {
  border-radius: 2px; }

.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize; }

.noUi-vertical .noUi-draggable {
  cursor: n-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF,
 inset 0 1px 7px #EBEBEB,
 0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF,
 inset 0 1px 7px #DDD,
 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* --------darkroomjs---------*/
.darkroom-container {
  position: relative; }

.darkroom-image-container {
  top: 0;
  left: 0; }

.darkroom-toolbar {
  display: block;
  position: absolute;
  top: -45px;
  left: 0;
  background: #444;
  height: 40px;
  min-width: 40px;
  z-index: 99;
  border-radius: 2px;
  white-space: nowrap;
  padding: 0 5px; }

.darkroom-toolbar:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #444; }

.darkroom-button-group {
  display: inline-block;
  margin: 0;
  padding: 0; }

.darkroom-button-group:last-child {
  border-right: none; }

.darkroom-button {
  box-sizing: border-box;
  background: transparent;
  border: none;
  outline: none;
  padding: 2px 0 0 0;
  width: 40px;
  height: 40px; }

.darkroom-button:hover {
  cursor: pointer;
  background: #555; }

.darkroom-button:active {
  cursor: pointer;
  background: #333; }

.darkroom-button:disabled .darkroom-icon {
  fill: #666; }

.darkroom-button:disabled:hover {
  cursor: default;
  background: transparent; }

.darkroom-button.darkroom-button-active .darkroom-icon {
  fill: #33b5e5; }

.darkroom-button.darkroom-button-hidden {
  display: none; }

.darkroom-button.darkroom-button-success .darkroom-icon {
  fill: #99cc00; }

.darkroom-button.darkroom-button-warning .darkroom-icon {
  fill: #FFBB33; }

.darkroom-button.darkroom-button-danger .darkroom-icon {
  fill: #FF4444; }

.darkroom-icon {
  width: 24px;
  height: 24px;
  fill: #fff; }

/* --------jquery.jscrollpane---------*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #dde;
  position: relative; }

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

.clearfix:after, .social-networks:after, .row:after, .options-list:after, .pallete-list:after, .tools-list:after, .items-list:after, #header:after, #header .nav:after, .ui-view .elements .elem-group:after {
  content: " ";
  display: block;
  clear: both; }

.list-reset, .list-inline, .nav-tabs, .social-networks, .canvas-holder .add-nav, .language-block ul, .options-list, .pallete-list, .tools-list, .techniques-list, .items-list, #header .nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* --------Markup helpers classes---------*/
.hide {
  display: none !important; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.text-uppercase {
  text-transform: uppercase; }

.text-center {
  text-align: center;
  white-space: nowrap;}

.text-left {
  text-align: left; }

.align-top {
  vertical-align: top; }

.align-top > div {
  vertical-align: top; }

.text-right {
  text-align: right; }

.list-inline {
  letter-spacing: -0.31em; }
  .list-inline li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    margin-right: 5px; }
    .list-inline li:last-child {
      margin-right: 0; }

.pull-right, .colorpicker-block .Button input.Ok {
  float: right; }

.pull-left, .colorpicker-block .Button input.Cancel {
  float: left; }

.disabled *,
.disabled {
  pointer-events: none;
}

div#logosLibraryHolder.disabled {
  pointer-events: all;
}

#logosLibraryHolder .tooltip {
    width: 200px;
    left: 24%;
}

#logosLibraryHolder.disabled:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

/*#header .nav > li:hover .tooltip {*/
    /*opacity: 1;*/
    /*visibility: visible;*/
/*}*/

.collapsed {
  height: 0;
  overflow: hidden; }

.link {
  text-decoration: underline;
  cursor: pointer; }
  .link:hover {
    text-decoration: none; }

/* --------Font Styles---------*/
@font-face {
  font-family: "TL-icons";
  src: url("../fonts/TL-icons.eot");
  src: url("../fonts/TL-icons.eot?#iefix") format("eot"), url("../fonts/TL-icons.woff") format("woff"), url("../fonts/TL-icons.ttf") format("truetype"), url("../fonts/TL-icons.svg#TL-icons") format("svg"); }

.icon-title-1:before, .icon-title-10:before, .icon-title-11:before, .icon-title-12:before, .icon-title-13:before, .icon-title-14:before, .icon-title-15:before, .icon-title-16:before, .icon-title-17:before, .icon-title-18:before, .icon-title-19:before, .icon-title-2:before, .icon-title-20:before, .icon-title-21:before, .icon-title-22:before, .icon-title-23:before, .icon-title-24:before, .icon-title-25:before, .icon-title-26:before, .icon-title-27:before, .icon-title-28:before, .icon-title-29:before, .icon-title-3:before, .icon-title-30:before, .icon-title-31:before, .icon-title-32:before, .icon-title-33:before, .icon-title-34:before, .icon-title-35:before, .icon-title-36:before, .icon-title-37:before, .icon-title-38:before, .icon-title-39:before, .icon-title-4:before, .icon-title-40:before, .icon-title-41:before, .icon-title-42:before, .icon-title-43:before, .icon-title-44:before, .icon-title-45:before, .icon-title-46:before, .icon-title-47:before, .icon-title-48:before, .icon-title-49:before, .icon-title-5:before, .icon-title-50:before, .icon-title-51:before, .icon-title-52:before, .icon-title-6:before, .icon-title-7:before, .icon-title-8:before, .icon-title-9:before, .tabs-horizontal .nav-tabs > li.disabled:after, .options-list li.disabled:after, .file-manager li.disabled .icon-holder:after {
  font-family: "TL-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

.icon-title-1:before {
  content: ""; }

.icon-title-10:before {
  content: ""; }

.icon-title-11:before {
  content: ""; }

.icon-title-12:before {
  content: ""; }

.icon-title-13:before {
  content: ""; }

.icon-title-14:before {
  content: ""; }

.icon-title-15:before {
  content: ""; }

.icon-title-16:before {
  content: ""; }

.icon-title-17:before {
  content: ""; }

.icon-title-18:before {
  content: ""; }

.icon-title-19:before {
  content: ""; }

.icon-title-2:before {
  content: ""; }

.icon-title-20:before {
  content: ""; }

.icon-title-21:before {
  content: ""; }

.icon-title-22:before {
  content: ""; }

.icon-title-23:before {
  content: ""; }

.icon-title-24:before {
  content: ""; }

.icon-title-25:before {
  content: ""; }

.icon-title-26:before {
  content: ""; }

.icon-title-27:before {
  content: ""; }

.icon-title-28:before {
  content: "";
}

.icon-title-28.selected:before {
  content: "";
  color: red;
}


.icon-title-29:before {
  content: ""; }

.icon-title-3:before {
  content: ""; }

.icon-title-30:before {
  content: ""; }

.icon-title-31:before {
  content: ""; }

.icon-title-32:before {
  content: ""; }

.icon-title-33:before {
  content: ""; }

.icon-title-34:before {
  content: ""; }

.icon-title-35:before {
  content: ""; }

.icon-title-36:before {
  content: ""; }

.icon-title-37:before {
  content: ""; }

.icon-title-38:before {
  content: ""; }

.icon-title-39:before {
  content: ""; }

.icon-title-4:before {
  content: ""; }

.icon-title-40:before {
  content: ""; }

.icon-title-41:before {
  content: ""; }

.icon-title-42:before {
  content: ""; }

.icon-title-43:before {
  content: ""; }

.icon-title-44:before {
  content: ""; }

.icon-title-45:before {
  content: ""; }

.icon-title-46:before {
  content: ""; }

.icon-title-47:before {
  content: ""; }

.icon-title-48:before {
  content: ""; }

.icon-title-49:before {
  content: ""; }

.icon-title-5:before {
  content: ""; }

.icon-title-50:before {
  content: ""; }

.icon-title-51:before {
  content: ""; }

.icon-title-52:before {
  content: ""; }

.icon-title-6:before {
  content: ""; }

.icon-title-7:before {
  content: ""; }

.icon-title-8:before {
  content: ""; }

.icon-title-9:before {
  content: ""; }

/* --------General Reset---------*/
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

body {
  margin: 0;
  color: #d8d8d8;
  background: #ccc;
  font: 14px/1.25 "Lato", Arial, Helvetica, sans-serif;
  min-width: 1024px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  resize: none; }

html, body {
  height: 100%; }

* {
  max-height: 1000000px; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

img {
  border-style: none; }

a {
  text-decoration: none;
  color: #fff; }
  a:hover {
    text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  line-height: 1.2;
  margin: 0 0 0.6em; }

.h1, h1 {
  font-size: 28px; }

.h2, h2 {
  font-size: 25px; }

.h3, h3 {
  font-size: 16px; }

.h4, h4 {
  font-size: 14px; }

.h5, h5 {
  font-size: 12px; }

.h6, h6 {
  font-size: 11px; }

p {
  margin: 0 0 1.2em; }

q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

address {
  margin: 0 0 1.2em; }
  address span {
    display: block; }

/*---------Forms Style---------*/
label {
  display: inline-block;
  max-width: 100%;
  margin: 0 5px 7px 0;
  color: #d8d8d8; }
  label.control-label {
    margin: 0 0 2px; }
  .parameters-box label {
    color: #fff; }

input,
textarea,
select {
  font: 100% "Lato", Arial, Helvetica, sans-serif;
  color: #192730;
  vertical-align: top;
  box-shadow: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  border-color: #28252d;
  border-radius: 0; }
  input:focus,
  textarea:focus,
  select:focus {
    outline: 0; }

textarea {
  overflow: auto;
  resize: none; }

form,
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

input[type="search"] {
  box-sizing: border-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  padding: 0;
  margin: 4px 0 0;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none; }

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 5px 15px;
  line-height: 1.25;
  color: #192730;
  background-color: #d8d8d8;
  background-image: none;
  border: 1px solid #28252d;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  font-size: 18px;
  }
  .form-control.small {
    height: 25px;
    padding: 2px 5px;
    font-size: 14px; }
  .form-control.inverse {
    background: #293740;
    border-color: #979797;
    color: #fff;
  }
  .form-control.inverse::-moz-placeholder {
      color: #fff;
      opacity: 1;
  }
  .form-control.inverse:-ms-input-placeholder {
      color: #fff;
  }
  .form-control.inverse::-webkit-input-placeholder {
      color: #fff;
  }

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; }

  .contact-form .form-control,
  .login-form .form-control,
  .registerForm .form-control {
    font-size: 14px; }
  .parameters-box .form-control {
    width: 42px; }
  .form-control::-moz-placeholder {
    color: #192730;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #192730; }
  .form-control::-webkit-input-placeholder {
    color: #192730; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    opacity: 1; }
  .disabled .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto;
  min-height: 60px;
  white-space: pre-wrap;
  overflow: auto; }

select.form-control {
  height: 40px;
  font-size: 18px;
  padding: 5px 35px 5px 15px;
  width: 100%;
  min-width: 243px;
  background: #d8d8d8 url(../images/select-arrow.svg) no-repeat;
  background-position: right 16px top 17px;
  background-size: 16px 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000; }
  @media only screen and (max-width: 1150px) {
    select.form-control {
      min-width: 225px; } }
  select.form-control::-ms-expand {
    display: none; }
  select.form-control:focus::-ms-value {
    background: transparent;
    color: #000; }
  select.form-control option {
    background: #d8d8d8; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 40px; } }

.form-group {
  margin-bottom: 8px; }

.form-inline {
  margin-bottom: 8px; }
  .upload-image .form-inline {
    margin-bottom: 0; }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    margin: 0 10px 0 0; }
    .form-inline .form-group label {
      margin: 0;
      vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: 120px;
    vertical-align: middle; }
  .form-inline .ctm-radio,
  .form-inline .ctm-checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 14px; }
    .form-inline .ctm-radio:last-child,
    .form-inline .ctm-checkbox:last-child {
      margin-right: 0; }

.form-horizontal .form-group {
  letter-spacing: -0.31em; }

.form-horizontal [class*="col-"] {
  vertical-align: middle; }

.required {
  color: #f00;
  font-size: 15px; }

/*---------Custom-radio-checkbox Style---------*/
.ctm-radio,
.ctm-checkbox {
  position: relative;
  display: block; }
  .ctm-radio [type="checkbox"],
  .ctm-radio [type="radio"],
  .ctm-checkbox [type="checkbox"],
  .ctm-checkbox [type="radio"] {
    position: fixed;
    left: -9999px;
    opacity: 0;
    z-index: -1; }
  .ctm-radio label,
  .ctm-checkbox label {
    min-height: 17px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    color: #fff; }
    .full-width .ctm-radio label, .full-width
    .ctm-checkbox label {
      display: block;
      margin: 0; }
      .full-width .ctm-radio label .fake-input, .full-width
      .ctm-checkbox label .fake-input {
        float: right;
        margin: 0; }
      .full-width .ctm-radio label .fake-label, .full-width
      .ctm-checkbox label .fake-label {
        padding: 2px 10px 0 0;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
  .ctm-radio .fake-input,
  .ctm-checkbox .fake-input {
    display: inline-block;
    width: 23px;
    height: 23px;
    border: 1px solid #979797;
    background: #293740;
    vertical-align: middle;
    position: relative;
    margin-right: 6px;
    background-clip: padding-box; }
    .colorpicker .ctm-radio .fake-input, .colorpicker
    .ctm-checkbox .fake-input {
      border-color: #000;
      background: #d8d8d8; }
  .ctm-radio .fake-label,
  .ctm-checkbox .fake-label {
    display: inline-block;
    vertical-align: middle; }
  .ctm-radio [type=radio] + .fake-input,
  .ctm-checkbox [type=radio] + .fake-input {
    border-radius: 100%; }
  .ctm-radio [type="checkbox"] + .fake-input:before,
  .ctm-checkbox [type="checkbox"] + .fake-input:before {
    content: '';
    width: 16px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 3px solid #58bef3;
    border-width: 0 0 3px 3px;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -6px 0 0 -7px; }
  .ctm-radio [type="radio"] + .fake-input:before,
  .ctm-checkbox [type="radio"] + .fake-input:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    background: #58bef3;
    border-radius: 100%;
    opacity: 0; }
    .colorpicker .ctm-radio [type="radio"] + .fake-input:before, .colorpicker
    .ctm-checkbox [type="radio"] + .fake-input:before {
      background: #000; }
  .ctm-radio [type="radio"]:checked + .fake-input:before,
  .ctm-radio [type="checkbox"]:checked + .fake-input:before,
  .ctm-checkbox [type="radio"]:checked + .fake-input:before,
  .ctm-checkbox [type="checkbox"]:checked + .fake-input:before {
    opacity: 1; }
  .ctm-radio input:disabled + .fake-input,
  .ctm-radio input:disabled ~ .fake-label,
  .ctm-checkbox input:disabled + .fake-input,
  .ctm-checkbox input:disabled ~ .fake-label {
    opacity: .5; }
  .disabled .ctm-radio label, .disabled
  .ctm-checkbox label {
    cursor: not-allowed; }

.form-inline .ctm-radio {
  margin-right: 0; }

.ctm-radio .fake-input {
  width: 21px;
  height: 21px;
  margin-right: 3px; }

/*---------Buttons Style---------*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
  border-radius: 0; }

input[type="submit"]:hover,
button:hover {
  cursor: pointer; }

.btn, .colorpicker-block .Button input {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 17px 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  transition: all .15s;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  min-width: 200px;
  font-size: 12px;
  position: relative; }
  @media only screen and (max-width: 1150px) {
    .btn, .colorpicker-block .Button input {
      min-width: 165px; } }
  .btn:focus, .colorpicker-block .Button input:focus, .btn.focus, .colorpicker-block .Button input.focus, .btn:active:focus, .colorpicker-block .Button input:active:focus, .btn:active.focus, .colorpicker-block .Button input:active.focus, .btn.active:focus, .colorpicker-block .Button input.active:focus, .btn.active.focus, .colorpicker-block .Button input.active.focus {
    outline: none; }
  .btn:hover, .colorpicker-block .Button input:hover {
    text-decoration: none; }
  .btn:active, .colorpicker-block .Button input:active, .btn.active, .colorpicker-block .Button input.active {
    outline: 0;
    background-image: none; }
  .btn.disabled, .colorpicker-block .Button input.disabled, .btn[disabled], .colorpicker-block .Button input[disabled],
  fieldset[disabled] .btn,
  fieldset[disabled] .colorpicker-block .Button input, .colorpicker-block .Button
  fieldset[disabled] input {
    cursor: not-allowed;
    pointer-events: none; }

.btn-default, .colorpicker-block .Button input {
  color: #d8d8d8;
  background-color: #293740;
  border-color: #979797; }
  body:not(.is-mobile) .btn-default:hover, body:not(.is-mobile) .colorpicker-block .Button input:hover, .colorpicker-block .Button body:not(.is-mobile) input:hover, body:not(.is-mobile) .btn-default:active, body:not(.is-mobile) .colorpicker-block .Button input:active, .colorpicker-block .Button body:not(.is-mobile) input:active, body:not(.is-mobile) .btn-default.active, body:not(.is-mobile) .colorpicker-block .Button input.active, .colorpicker-block .Button body:not(.is-mobile) input.active {
    color: #293740;
    background-color: #d8d8d8;
    border-color: #979797; }
  .btn-default:active, .colorpicker-block .Button input:active, .btn-default.active, .colorpicker-block .Button input.active {
    background-image: none; }
  .btn-default.disabled, .colorpicker-block .Button input.disabled, .btn-default.disabled:hover, .colorpicker-block .Button input.disabled:hover, .btn-default.disabled:focus, .colorpicker-block .Button input.disabled:focus, .btn-default.disabled.focus, .colorpicker-block .Button input.disabled.focus, .btn-default.disabled:active, .colorpicker-block .Button input.disabled:active, .btn-default.disabled.active, .colorpicker-block .Button input.disabled.active, .btn-default[disabled], .colorpicker-block .Button input[disabled], .btn-default[disabled]:hover, .colorpicker-block .Button input[disabled]:hover, .btn-default[disabled]:focus, .colorpicker-block .Button input[disabled]:focus, .btn-default[disabled].focus, .colorpicker-block .Button input[disabled].focus, .btn-default[disabled]:active, .colorpicker-block .Button input[disabled]:active, .btn-default[disabled].active, .colorpicker-block .Button input[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .colorpicker-block .Button input, .colorpicker-block .Button
  fieldset[disabled] input,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .colorpicker-block .Button input:hover, .colorpicker-block .Button
  fieldset[disabled] input:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .colorpicker-block .Button input:focus, .colorpicker-block .Button
  fieldset[disabled] input:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .colorpicker-block .Button input.focus, .colorpicker-block .Button
  fieldset[disabled] input.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .colorpicker-block .Button input:active, .colorpicker-block .Button
  fieldset[disabled] input:active,
  fieldset[disabled] .btn-default.active,
  fieldset[disabled] .colorpicker-block .Button input.active, .colorpicker-block .Button
  fieldset[disabled] input.active {
    background-color: #293740;
    border-color: #979797; }

.btn-success, .colorpicker-block .Button input.Ok {
  color: #00b483;
  background-color: #293740;
  border-color: #00b483; }
  body:not(.is-mobile) .btn-success:hover, body:not(.is-mobile) .colorpicker-block .Button input.Ok:hover, .colorpicker-block .Button body:not(.is-mobile) input.Ok:hover, body:not(.is-mobile) .btn-success:active, body:not(.is-mobile) .colorpicker-block .Button input.Ok:active, .colorpicker-block .Button body:not(.is-mobile) input.Ok:active, body:not(.is-mobile) .btn-success.active, body:not(.is-mobile) .colorpicker-block .Button input.active.Ok, .colorpicker-block .Button body:not(.is-mobile) input.active.Ok {
    color: #293740;
    background-color: #00b483;
    border-color: #00b483; }
  .btn-success:active, .colorpicker-block .Button input.Ok:active, .btn-success.active, .colorpicker-block .Button input.active.Ok {
    background-image: none; }
  .btn-success.disabled, .colorpicker-block .Button input.disabled.Ok, .btn-success.disabled:hover, .colorpicker-block .Button input.disabled.Ok:hover, .btn-success.disabled:focus, .colorpicker-block .Button input.disabled.Ok:focus, .btn-success.disabled.focus, .colorpicker-block .Button input.disabled.focus.Ok, .btn-success.disabled:active, .colorpicker-block .Button input.disabled.Ok:active, .btn-success.disabled.active, .colorpicker-block .Button input.disabled.active.Ok, .btn-success[disabled], .colorpicker-block .Button input[disabled].Ok, .btn-success[disabled]:hover, .colorpicker-block .Button input[disabled].Ok:hover, .btn-success[disabled]:focus, .colorpicker-block .Button input[disabled].Ok:focus, .btn-success[disabled].focus, .colorpicker-block .Button input[disabled].focus.Ok, .btn-success[disabled]:active, .colorpicker-block .Button input[disabled].Ok:active, .btn-success[disabled].active, .colorpicker-block .Button input[disabled].active.Ok,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .colorpicker-block .Button input.Ok, .colorpicker-block .Button
  fieldset[disabled] input.Ok,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .colorpicker-block .Button input.Ok:hover, .colorpicker-block .Button
  fieldset[disabled] input.Ok:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .colorpicker-block .Button input.Ok:focus, .colorpicker-block .Button
  fieldset[disabled] input.Ok:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .colorpicker-block .Button input.focus.Ok, .colorpicker-block .Button
  fieldset[disabled] input.focus.Ok,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .colorpicker-block .Button input.Ok:active, .colorpicker-block .Button
  fieldset[disabled] input.Ok:active,
  fieldset[disabled] .btn-success.active,
  fieldset[disabled] .colorpicker-block .Button input.active.Ok, .colorpicker-block .Button
  fieldset[disabled] input.active.Ok {
    background-color: #293740;
    border-color: #00b483; }

.btn-group {
  margin: 5px 6px;
  letter-spacing: -0.31em;
  font-size: 0; }
  .popup .btn-group {
    margin: 0; }
    @media only screen and (max-width: 1150px) {
      .popup .btn-group .btn, .popup .btn-group .colorpicker-block .Button input, .colorpicker-block .Button .popup .btn-group input {
        min-width: 200px; } }
  .btn-group.btn-group-3 .btn, .btn-group.btn-group-3 .colorpicker-block .Button input, .colorpicker-block .Button .btn-group.btn-group-3 input {
    min-width: 134px; }
    @media only screen and (max-width: 1150px) {
      .btn-group.btn-group-3 .btn, .btn-group.btn-group-3 .colorpicker-block .Button input, .colorpicker-block .Button .btn-group.btn-group-3 input {
        width: 100%;
        margin: 5px 0; } }
  .btn-group .btn, .btn-group .colorpicker-block .Button input, .colorpicker-block .Button .btn-group input {
    margin: 5px 0 5px 5px;
    letter-spacing: normal; }
    .btn-group .btn.btn-block, .btn-group .colorpicker-block .Button input.btn-block, .colorpicker-block .Button .btn-group input.btn-block {
      margin: 5px 0; }
    .btn-group .btn:first-child, .btn-group .colorpicker-block .Button input:first-child, .colorpicker-block .Button .btn-group input:first-child {
      margin-left: 0; }
    .btn-group .btn:last-child, .btn-group .colorpicker-block .Button input:last-child, .colorpicker-block .Button .btn-group input:last-child {
      margin-right: 0; }

.btn-block {
  display: block;
  width: 100%; }
  .items-row .btn-block {
    max-width: 180px; }
  @media only screen and (max-width: 1150px) {
    .items-row .btn-block {
      max-width: 150px; } }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/*---------Tabs Style---------*/
.tabs-horizontal {
  height: 100%; }

.tabs-horizontal .nav-tabs {
  width: 100%;
  display: table;
  table-layout: fixed;
  font-size: 12px; }
  .tabs-horizontal .nav-tabs > li {
    display: table-cell;
    cursor: pointer;
    border-left: 1px solid #82898d;
    border-bottom: 1px solid #82898d;
    background: #293740;
    transition: background 0.2s, border-color 0.2s;
    position: relative; }
    .tabs-horizontal .nav-tabs > li:hover, .tabs-horizontal .nav-tabs > li.active {
      border-bottom-color: transparent;
      background: #60696f; }
      .tabs-horizontal .nav-tabs > li:hover [class*="icon-"], .tabs-horizontal .nav-tabs > li.active [class*="icon-"] {
        color: #58bef3; }
      .tabs-horizontal .nav-tabs > li:hover .text, .tabs-horizontal .nav-tabs > li.active .text {
        color: #fff; }
      .tabs-horizontal .nav-tabs > li:hover + li:hover,
      .tabs-horizontal .nav-tabs > li:hover + li.active, .tabs-horizontal .nav-tabs > li.active + li:hover,
      .tabs-horizontal .nav-tabs > li.active + li.active {
        border-left-color: transparent; }
    .tabs-horizontal .nav-tabs > li:first-child {
      border-left: none; }
    .tabs-horizontal .nav-tabs > li.disabled:after {
      content: "";
      position: absolute;
      right: 7px;
      top: 5px;
      opacity: 0.4;
      font-size: 13px; }
  .tabs-horizontal .nav-tabs .holder {
    padding: 26px 3px 12px; }
    @media only screen and (max-width: 1150px) {
      .tabs-horizontal .nav-tabs .holder {
        padding: 15px 3px 10px; } }
  .tabs-horizontal .nav-tabs [class*="icon-"] {
    font-size: 23px;
    display: block;
    margin-bottom: 1px;
    transition: color 0.2s; }
  .tabs-horizontal .nav-tabs .text {
    display: block;
    transition: color 0.2s; }

.tab-content {
  height: calc(100% - 85px); }
  .tab-content > .tab-pane {
    display: none;
    visibility: hidden;
    height: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .tab-content > .active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: visible; }

/*---------Colorpicker Style---------*/
.colorpicker-block {
  padding: 5px 0 0;
  position: relative;
  font-size: 12px;
  max-width: 400px;
  margin-bottom: 80px; }
  .colorpicker-holder .colorpicker-block {
    margin-bottom: 0; }
  @media only screen and (max-width: 1150px) {
    .colorpicker-block {
      padding-bottom: 100px; } }
  .colorpicker-block .jPicker {
    width: 100%;
    table-layout: fixed; }
  .colorpicker-block .Map {
    border: 1px solid #000;
    cursor: crosshair;
    height: 224px;
    overflow: hidden;
    padding: 0px;
    position: relative;
    width: 224px;
    margin-right: 22px; }
    .colorpicker-block .Map .Arrow {
      display: block;
      position: absolute; }
    .colorpicker-block .Map .Map1,
    .colorpicker-block .Map .Map2,
    .colorpicker-block .Map .Map3 {
      background-color: transparent;
      background-image: none;
      display: block;
      left: 0px;
      position: absolute;
      top: 0px;
      height: 2596px;
      width: 222px;
      background-repeat: no-repeat; }
    .colorpicker-block .Map .Map3 {
      background-repeat: repeat; }
  .colorpicker-block .Bar {
    border: 1px solid #000;
    cursor: crosshair;
    height: 224px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    left: 240px;
    width: 20px; }
    @media only screen and (max-width: 1150px) {
      .colorpicker-block .Bar {
        left: 250px; } }
    .colorpicker-block .Bar .Arrow {
      display: none; }
    .colorpicker-block .Bar .Map1,
    .colorpicker-block .Bar .Map2,
    .colorpicker-block .Bar .Map3,
    .colorpicker-block .Bar .Map4,
    .colorpicker-block .Bar .Map5,
    .colorpicker-block .Bar .Map6 {
      background-color: transparent;
      background-image: none;
      display: block;
      left: 0px;
      position: absolute;
      top: 0px;
      height: 222px;
      width: 18px; }
    .colorpicker-block .Bar .Map1,
    .colorpicker-block .Bar .Map2,
    .colorpicker-block .Bar .Map3,
    .colorpicker-block .Bar .Map4 {
      height: 3896px;
      width: 20px;
      background-repeat: repeat-x; }
    .colorpicker-block .Bar .Map6 {
      background-repeat: no-repeat; }
    .colorpicker-block .Bar .Map5 {
      background-repeat: repeat; }
  .colorpicker-block .Preview,
  .colorpicker-block .Grid,
  .colorpicker-block .Title {
    display: none; }
  .colorpicker-block .Button {
    position: absolute;
    top: 100%;
    left: -9px;
    right: -9px;
    margin-top: 25px; }
    .colorpicker-block .Button hr {
      display: none; }
  .colorpicker-block .find-PMS {
    width: 19px;
    height: 19px;
    border-radius: 100%;
    background: #8b939c;
    border: none;
    position: relative;
    top: 4px;
    left: -4px;
    transition: background 0.2s, color 0.2s;
    outline: none;
    margin: 0;
    padding: 1px 6px; }
    .colorpicker-block .find-PMS:hover {
      background: #2d3a42; }
      .colorpicker-block .find-PMS:hover i {
        color: #58bef3; }
    .colorpicker-block .find-PMS i {
      color: #2d3a42;
      font-size: 17px;
      position: relative;
      top: 2px;
      left: -3px; }
  .colorpicker-block input[type="text"] {
    width: 45px;
    height: 20px;
    border-width: 1px;
    background: #d8d8d8;
    padding: 3px; }
  .colorpicker-block td {
    margin: 0px;
    padding: 0px;
    vertical-align: top; }
    .colorpicker-block td.Radio {
      float: left;
      min-width: 50px; }
    .colorpicker-block td.Text {
      float: left; }
  .colorpicker-block tr.Hex, .colorpicker-block tr.PMS, .colorpicker-block tr.Hue, .colorpicker-block tr.Saturation, .colorpicker-block tr.Value, .colorpicker-block tr.Red, .colorpicker-block tr.Blue, .colorpicker-block tr.Green {
    position: absolute;
    top: 70px;
    right: 32px; }
    @media only screen and (max-width: 1150px) {
      .colorpicker-block tr.Hex, .colorpicker-block tr.PMS, .colorpicker-block tr.Hue, .colorpicker-block tr.Saturation, .colorpicker-block tr.Value, .colorpicker-block tr.Red, .colorpicker-block tr.Blue, .colorpicker-block tr.Green {
        position: absolute;
        top: 270px;
        right: auto !important;
        left: 0; } }
  .colorpicker-block tr.Hex {
    top: 6px;
    right: 20px; }
    @media only screen and (max-width: 1150px) {
      .colorpicker-block tr.Hex {
        top: 240px; } }
    .colorpicker-block tr.Hex input[type="text"] {
      width: 75px;
      margin-left: 8px; }
  .colorpicker-block tr.PMS {
    top: 31px;
    right: 4px; }
    @media only screen and (max-width: 1150px) {
      .colorpicker-block tr.PMS {
        top: 235px;
        left: 128px; } }
    .colorpicker-block tr.PMS input[type="text"] {
      width: 60px;
      margin-left: 8px; }
  .colorpicker-block tr.Hue {
    right: 22px; }
  .colorpicker-block tr.Saturation {
    top: 97px;
    right: 16px; }
    @media only screen and (max-width: 1150px) {
      .colorpicker-block tr.Saturation {
        top: 295px; } }
  .colorpicker-block tr.Value {
    top: 124px;
    right: 16px; }
    @media only screen and (max-width: 1150px) {
      .colorpicker-block tr.Value {
        top: 320px; } }
  .colorpicker-block tr.Red {
    top: 160px; }
    @media only screen and (max-width: 1150px) {
      .colorpicker-block tr.Red {
        top: 270px;
        left: 131px; } }
  .colorpicker-block tr.Green {
    top: 184px; }
    @media only screen and (max-width: 1150px) {
      .colorpicker-block tr.Green {
        top: 295px;
        left: 131px; } }
  .colorpicker-block tr.Blue {
    top: 208px; }
    @media only screen and (max-width: 1150px) {
      .colorpicker-block tr.Blue {
        top: 320px;
        left: 131px; } }

/*---------Nouislider-custom Style---------*/
.noUi-base {
  background: #ee6555;
  border-radius: 6px; }
  .noUi-base:after {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    right: 13px;
    height: 7px;
    z-index: 5;
    background: repeating-linear-gradient(to right, #60696f, #60696f 1px, transparent 1px, transparent 20px); }
    .slider-active .noUi-base:after {
      background: repeating-linear-gradient(to right, #d8d8d8, #d8d8d8 1px, transparent 1px, transparent 20px); }

.noUi-target {
  border-color: #60696f;
  background: none; }
  .slider-active .noUi-target {
    border-color: #d8d8d8; }

.noUi-origin {
  background: #fff;
  border-radius: 6px; }
  .slider-active .noUi-origin {
    background: #848b8f; }

.noUi-horizontal {
  height: 12px;
  border-radius: 6px; }

.noUi-horizontal .noUi-handle {
  background: #ee6555;
  border: 5px solid #fff;
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -7px;
  left: -11px;
  border-radius: 50%;
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.5);
  z-index: 10; }

.noUi-handle:before,
.noUi-handle:after {
  display: none; }

/*---------Custom jscrollpane Style---------*/
.ctm-scroll {
  max-height: 100%;
  box-sizing: content-box; }
  .ctm-scroll:focus {
    outline: none; }
  .ctm-scroll .holder {
    padding: 2px 10px 2px 2px; }
  .tab-pane .ctm-scroll {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%; }

.jspVerticalBar {
  width: 20px;
  z-index: 10;
  border-left: 1px solid #979797;
  background: none; }
  .canvas-holder .jspVerticalBar {
    background: #293740; }

.jspHorizontalBar {
  height: 20px;
  background: none;
  border-top: 1px solid #979797; }
  .canvas-holder .jspHorizontalBar {
    background: #293740; }

.jspPane {
  width: 100% !important; }
  .jspPane::-webkit-scrollbar {
    width: 0; }

.jspTrack {
  background: rgba(40, 37, 45, 0.7); }
  .canvas-holder .jspTrack {
    background: none; }

.jspDrag {
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  width: 10px;
  background: none;
  margin: 0 auto;
  position: relative; }
  .jspDrag:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    width: 10px;
    background-color: #979797;
    border: 1px solid #2d3a42;
    border-radius: 16px; }
    .jspHorizontalBar .jspDrag:after {
      left: 5px;
      right: 5px;
      width: auto;
      height: 10px; }

/*---------Social networks Style---------*/
.social-holder {
  position: absolute;
  z-index: 10;
  padding: 5px;
  box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 164px;
  left: 50%;
  top: 100%;
  margin-left: -80px;
  transition: opacity 0.2s, visibility 0.2s;
  opacity: 0;
  visibility: hidden; }
  .social-holder:before {
    top: -6px;
    left: 50%;
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: -6px; }

.social-networks li {
  float: left;
  margin-left: 1px; }
  .social-networks li:first-child {
    margin-left: 0; }

.social-networks a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  line-height: 30px;
  font-size: 18px;
  transition: background .15s; }
  .social-networks a:hover {
    text-decoration: none; }
  .social-networks a.facebook {
    background-color: #316896; }
    .social-networks a.facebook:hover {
      background-color: #3775a9; }
  .social-networks a.twitter {
    background-color: #2ca8d2; }
    .social-networks a.twitter:hover {
      background-color: #40b1d7; }
  .social-networks a.google {
    background-color: #ce4d39; }
    .social-networks a.google:hover {
      background-color: #d35f4d; }
  .social-networks a.linkedin {
    background-color: #4498c8; }
    .social-networks a.linkedin:hover {
      background-color: #58a3ce; }
  .social-networks a.mail {
    background-color: #717171; }
    .social-networks a.mail:hover {
      background-color: #7e7e7e; }

/*---------Zoom Style---------*/
.zoom {
  position: absolute;
  right: 0;
  z-index: 102;
  height: 216px;
  bottom: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: all .25s;
  color: #b6b9ba; }
  .zoom.active {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .zoom.active .zoom-opener {
      box-shadow: none; }
  .zoom .controls {
    width: 50px;
    height: 100%;
    float: left;
    font-size: 12px;
    background: rgba(25, 39, 48, 0.83); }
    .zoom .controls span {
      cursor: pointer;
      text-align: center;
      height: 25%;
      line-height: 55px;
      transition: background 0.3s;
      display: block; }
      .zoom .controls span:hover, .zoom .controls span.active {
        background: #192730; }
      .zoom .controls span [class*="icon-"] {
        font-size: 24px; }
  .zoom .zoom-opener {
    left: -34px;
    position: absolute;
    background: rgba(25, 39, 48, 0.83);
    top: 0;
    width: 34px;
    height: 40px;
    border-radius: 3px 0 0 3px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    transition: background 0.3s;
    box-shadow: -2px 0 2px 0 rgba(25, 39, 48, 0.8) inset; }
    .zoom .zoom-opener:hover {
      background: #192730; }
  .zoom .img-holder {
    float: left;
    height: 100%;
    border: 2px solid #293740;
    background: #d8d8d8;
    padding: 6px; }
    .zoom .img-holder .img-box {
      height: 100%;
      border: 1px solid #293740;
      background: #fff;
      padding: 5px;
      position: relative;
      white-space: nowrap;
      text-align: center;
      width: 250px; }
      .zoom .img-holder .img-box:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: .1px;
        margin-right: -3px; }
    .zoom .img-holder img {
      vertical-align: middle;
      width: auto;
      max-height: 100%;
      max-width: 100%; }
  .zoom .layer-zoom {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border: 1px solid #193b82;
    background: rgba(25, 59, 130, 0.25); }

/*---------canvas Style---------*/
.canvas-holder {
  height: 100%;
  overflow: hidden;
  background: #fff;
  position: absolute;
  left: 0;
  right: 425px; }
  @media only screen and (max-width: 1150px) {
    .canvas-holder {
      right: 350px; } }
  .canvas-holder .add-nav {
    padding-top: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10; }
    .canvas-holder .add-nav li {
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding: 0 10px; }
      .canvas-holder .add-nav li:after {
        content: "";
        position: absolute;
        top: -3px;
        left: -1px;
        width: 1px;
        height: 24px;
        background: #60696f; }
      .canvas-holder .add-nav li:first-child:after {
        display: none; }
    .canvas-holder .add-nav a {
      color: #60696f; }
  .canvas-holder .technologo-logo {
    position: absolute;
    bottom: 5px;
    left: 5px; }
  .canvas-holder .ctm-scroll {
    height: 100%; }
    .canvas-holder .ctm-scroll .jspContainer {
      height: 100% !important; }

#imageHold img {
  pointer-events: none; }

/*---------toolbar Style---------*/
.toolbar {
  width: 425px;
  height: 100%;
  background: #60696f;
  position: absolute;
  top: 0;
  right: 0; }
  @media only screen and (max-width: 1150px) {
    .toolbar {
      width: 350px; } }
  .toolbar .toolbar-blocks {
    border-top: 1px solid #82898d;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    position: relative;
    height: 100%; }

.description-holder {
  font-style: italic;
  padding: 5px 23px 8px;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  position: relative; }
  .description-holder .description {
    display: table;
    height: 60px; }
    .description-holder .description.edit-image {
      display: none; }
      .description-holder .description.edit-image .add-tag {
        display: none; }
        .colorpicker-active .description-holder .description.edit-image .add-tag {
          display: inline; }
      .edit-image-active .description-holder .description.edit-image,
      .colorpicker-active .description-holder .description.edit-image {
        display: table; }
    .edit-image-active .description-holder .description.add-logo,
    .colorpicker-active .description-holder .description.add-logo,
    .login-active .description-holder .description.add-logo,
    .registration-active .description-holder .description.add-logo {
      display: none; }
    .description-holder .description.login {
      display: none; }
      .login-active .description-holder .description.login,
      .registration-active .description-holder .description.login {
        display: table; }
  .description-holder p {
    display: table-cell;
    vertical-align: middle;
    margin: 0; }

/*---------Grid Style---------*/
.col-1 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 8.33333%; }

.col-2 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 16.66667%; }

.col-3 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 25%; }

.col-4 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 33.33333%; }

.col-5 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 41.66667%; }

.col-6 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 50%; }

.col-7 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 58.33333%; }

.col-8 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 66.66667%; }

.col-9 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 75%; }

.col-10 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 83.33333%; }

.col-11 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 91.66667%; }

.col-12 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 100%; }

.row {
  letter-spacing: -0.31em;
  margin: 0 0 10px; }
  .row [class*="col-"] {
    padding: 0 10px;
    position: relative; }
    .row [class*="col-"]:first-child {
      padding-left: 0; }
    .row [class*="col-"]:last-child {
      padding-right: 0; }

/*---------language Style---------*/
.language-block {
  position: absolute;
  z-index: 11;
  padding: 5px;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 66px;
  left: 50%;
  top: 100%;
  margin-left: -33px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  border: 1px solid #616060;
  border-radius: 2px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px; }
  .language-block:after {
    top: -6px;
    left: 50%;
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: -6px; }
  .language-block:before {
    top: -7px;
    left: 50%;
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 7px solid #616060;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    margin-left: -7px; }
  .language-block li {
    margin-bottom: 5px; }
    .language-block li.active img {
      padding: 1px;
      border: 1px solid #000;
      margin-bottom: 2px; }
    .language-block li.active span {
      display: block; }
  .language-block a {
    color: #000; }
  .language-block img {
    width: 24px;
    height: 18px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5); }
  .language-block span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: none; }

/*---------tool-block Style---------*/
.tool-block {
  background: #848b8f;
  border: 1px solid #979797;
  margin: 0 6px 6px;
  color: #fff;
  padding: 8px 8px 9px;
  position: relative; }
  .tool-block:first-child {
    margin-top: 7px; }
    .slide .tool-block:first-child {
      margin-top: 0; }
  .tool-block.upload-image {
    border: 2px dashed #979797; }
  .tool-block h4 {
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 20px 10px 0; }
  .tool-block .row {
    margin: 0; }

/*---------tooltips Style---------*/
.tool-tip-holder {
  font-size: 15px;
  z-index: 10; }
  .tool-block .tool-tip-holder {
    position: absolute;
    top: 7px;
    right: 13px; }
  .description-holder .tool-tip-holder {
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -11px; }
  .tool-tip-holder a {
    color: #192730; }
    .tool-tip-holder a:hover {
      color: #58bef3;
      text-decoration: none; }

.tooltip-holder {
  position: relative; }
  .tooltip-holder:hover .tooltip {
    opacity: 1;
    visibility: visible; }

.tooltip {
  padding: 11px 3px;
  background: #fff;
  border-radius: 3px;
  font-size: 12px;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 136px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  z-index: 10;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 1px solid #616060;
  color: #000;
  text-align: center;
  margin-top: -2px;
  transition: opacity 0.2s, visibility 0.2s;
  opacity: 0;
  visibility: hidden; }
  .tooltip:before, .tooltip:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 6px solid #616060;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .tooltip:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; }

/*---------options-list Style---------*/
.options-list.three-items li {
  width: 33.3%; }

.options-list.two-items li {
  width: 50%; }

.options-list.five-items li {
  width: 20%; }

.options-list li {
  width: 25%;
  float: left;
  text-align: center;
  font-size: 12px;
  margin-bottom: 8px; }
  .options-list li.text-left {
    text-align: left; }
  .options-list li.disabled {
    position: relative; }
    .options-list li.disabled:after {
      content: "";
      position: absolute;
      right: 10px;
      top: -10px;
      font-size: 13px;
      color: #293740;
      opacity: 0.7; }

.options-list a {
  display: inline-block;
  vertical-align: top; }
  .options-list a:hover {
    text-decoration: none; }
    .options-list a:hover .icon-holder {
      color: #58bef3; }
    .options-list a:hover .icon-blending-medium {
      box-shadow: 0 0 6px 5px #58bef3; }
      .options-list a:hover .icon-blending-medium:after {
        background: rgba(88, 190, 243, 0.95); }
    .options-list a:hover .icon-blending-soft {
      box-shadow: 0 0 10px 10px #58bef3; }
      .options-list a:hover .icon-blending-soft:after {
        background: rgba(88, 190, 243, 0.95); }

.options-list .icon-holder {
  min-height: 42px;
  text-align: center; }
  .options-list .icon-holder [class*="icon-"] {
    font-size: 35px;
    margin-bottom: 5px; }
  .options-list .icon-holder .icon-title-44 {
    font-size: 20px; }
  .options-list .icon-holder .icon-title-10,
  .options-list .icon-holder .icon-title-11,
  .options-list .icon-holder .icon-title-23 {
    font-size: 27px; }
  .options-list .icon-holder [class*="icon-blending-"] {
    display: inline-block;
    border-radius: 100%;
    position: relative; }
    .options-list .icon-holder [class*="icon-blending-"]:after {
      content: "";
      position: absolute;
      top: -1px;
      left: -1px;
      right: -1px;
      bottom: -1px;
      background: #fff;
      border-radius: 100%; }
  .options-list .icon-holder .icon-blending-medium {
    width: 10px;
    height: 10px;
    margin-top: 7px;
    box-shadow: 0 0 6px 5px #fff; }
  .options-list .icon-holder .icon-blending-soft {
    width: 2px;
    height: 2px;
    margin-top: 11px;
    box-shadow: 0 0 10px 10px #fff; }
    .options-list .icon-holder .icon-blending-soft:after {
      background: rgba(255, 255, 255, 0.95); }

/*---------influence Style---------*/
.influence {
  width: 68px;
  height: 68px;
  position: relative;
  font-size: 25px;
  margin: 0 auto; }
  .influence > span {
    position: absolute;
    cursor: pointer; }
    .influence > span:hover {
      color: #58bef3; }
  .influence .right-arrow {
    top: 13px;
    left: 0; }
  .influence .left-arrow {
    top: 13px;
    right: 0; }
  .influence .top-arrow {
    bottom: 2px;
    left: 22px; }
  .influence .bottom-arrow {
    top: -5px;
    left: 22px; }

/*---------pallete list Style---------*/
.pallete-list li {
  width: 35px;
  height: 35px;
  border: 2px solid #000;
  float: left;
  margin: 0 8px 8px 0;
  position: relative;
  cursor: pointer; }
  @media only screen and (max-width: 1150px) {
    .pallete-list li {
      width: 27px;
      height: 27px; } }
  .pallete-list li.selected:after {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 2; }
  .pallete-list li.selected:before {
    content: '';
    width: 20px;
    height: 10px;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    border: 3px solid #58bef3;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -8px 0 0 -9px; }

.pallete-list .colorpicker-link {
  background-position: -1px 0 !important; }
  @media only screen and (max-width: 1150px) {
    .pallete-list .colorpicker-link {
      background-size: 25px !important; } }
  .pallete-list .colorpicker-link.selected:after, .pallete-list .colorpicker-link.selected:before {
    display: none; }

/*---------tools list Style---------*/
.tools-list {
  padding: 10px 0 0; }
  .tools-list li {
    float: left;
    width: 80px;
    margin: 0 8px 5px 0;
    text-align: center;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 5px 14px;
    font-size: 12px;
    line-height: 1;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
    transition: background 0.2s, border-color 0.2s;
    cursor: pointer; }
    .tools-list li:hover, .tools-list li.active {
      background: rgba(49, 55, 68, 0.4);
      border-color: #ee6555;
      box-shadow: none; }
  .tools-list .image-holder {
    min-height: 55px; }
  .tools-list .icon-holder {
    margin-bottom: 8px;
    font-size: 33px; }
  .tools-list img {
    vertical-align: top; }

/*---------techniques list Style---------*/
.techniques-list {
  font-size: 17px;
  padding: 1px 0 0 3px; }
  .techniques-list li {
    padding: 5px 0;
    cursor: pointer;
    position: relative;
    transition: background 0.3s; }
    .techniques-list li:hover, .techniques-list li.selected {
      background: #293740; }
      .techniques-list li:hover + li:after, .techniques-list li.selected + li:after {
        background: transparent; }
      .techniques-list li:hover + li.selected:after, .techniques-list li:hover + li:hover:after, .techniques-list li.selected + li.selected:after, .techniques-list li.selected + li:hover:after {
        background: #fff; }
    .techniques-list li:first-child:after {
      display: none; }
    .techniques-list li:after {
      content: '';
      position: absolute;
      top: 0;
      left: 52px;
      right: 0;
      height: 1px;
      background: #293740; }
  .techniques-list img {
    vertical-align: middle;
    width: 50px;
    height: auto;
    margin-right: 30px; }
  .techniques-list .technique-description {
    display: inline-block;
    vertical-align: middle;
    max-width: 75%; }

/*---------open-close list Style---------*/
.open-close.active .slide-opener {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.open-close .slide-opener  {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
  cursor: pointer;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin: -13px auto 0; }
  .open-close .slide-opener:hover {
    border-color: #58bef3 transparent transparent transparent; }

.slide-opener-add {
  cursor: pointer;
}

.slide-opener-add:hover {
  color: #58bef3;
}

.slide {
   display: none;
   cursor: progress;
  pointer-events: all;
 }

.open-close .slide.library-block {
    margin: 0 -8px;
}

/*---------dragarea list Style---------*/
.drag-zone {
  padding: 5px 10px 10px; }
  .drag-zone .drag-holder {
    display: inline-block;
    vertical-align: top; }
    .drag-zone-active .drag-zone .drag-holder {
      background: url(../images/bg-image-area.gif); }
  .drag-zone .upload-icon {
    font-size: 52px;
    color: #000;
    margin: 19px 0 -6px; }
    .drag-zone-active .drag-zone .upload-icon {
      display: none; }
  .drag-zone .drag-title {
    color: #ced3d8;
    padding-bottom: 29px; }
    .drag-zone-active .drag-zone .drag-title {
      display: none; }
    .drag-zone .drag-title .file-holder {
      color: #fff;
      text-decoration: underline;
      position: relative;
      overflow: hidden;
      display: inline-block;
      vertical-align: top; }
      .drag-zone .drag-title .file-holder input[type="file"] {
        position: absolute;
        opacity: 0;
        top: 0;
        width: 200px;
        right: 0;
        bottom: 0;
        cursor: pointer; }
  .drag-zone img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto; }

/*---------file-manager list Style---------*/
.file-manager li {
  width: 134px;
  height: 134px;
  float: left;
  padding: 3px;
  white-space: nowrap;
  font-size: 12px; }
  @media only screen and (max-width: 1150px) {
    .file-manager li {
      width: 112px;
      height: 112px; } }
  .file-manager li.disabled .icon-holder {
    position: relative; }
    .file-manager li.disabled .icon-holder:after {
      content: "";
      position: absolute;
      right: 12px;
      top: 14px;
      font-size: 14px;
      color: #293740;
      opacity: 0.7; }
  .file-manager li.group-active {
    background: rgba(255, 255, 255, 0.2); }

.file-manager .block {
  cursor: pointer; }

.file-manager img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto; }

.file-manager .icon-holder {
  width: 116px;
  height: 84px;
  background: url(../images/folder-icon.svg) no-repeat;
  background-size: 116px 84px;
  margin: 10px 0 11px;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (max-width: 1150px) {
    .file-manager .icon-holder {
      width: 100px;
      height: 75px;
      background-size: 100px 75px;
      margin-bottom: 5px; } }
  .file-manager .icon-holder.open {
    background: url(../images/folder-open-icon.svg) no-repeat; }

.file-manager .image-holder {
  width: 128px;
  height: 128px;
  max-width: 128px;
  background: url(../images/bg-image-area.gif);
  display: table-cell;
  vertical-align: middle; }
  .file-manager .image-holder.active {
    position: relative; }
    .file-manager .image-holder.active:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border: 3px solid #000; }
  @media only screen and (max-width: 1150px) {
    .file-manager .image-holder {
      width: 106px;
      height: 106px;
      max-width: 106px; } }

/*---------item list list Style---------*/
.items-list {
  margin: 5px; }
  .items-list li {
    float: left;
    width: 128px;
    height: 128px;
    border: 1px solid #000;
    background: #fff;
    margin: 5px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    position: relative; }
    .items-list li:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      width: .1px;
      margin-right: -3px; }
    @media only screen and (max-width: 1150px) {
      .items-list li {
        width: 103px;
        height: 103px; } }
    .items-list li.selected:after, .items-list li:hover:after {
      content: '';
      top: -2px;
      left: -2px;
      right: -2px;
      bottom: -2px;
      position: absolute;
      border: 2px solid #ee6555; }
  .items-list img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle; }

/*---------item list list Style---------*/
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 440px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 15px;
  border: 1px solid #979797;
  background: #848b8f;
  border-radius: 5px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8);
  display: none;
  font-size: 18px;
  z-index: 111; }
  .popup.image-holder {
    border: 10px solid #293740;
    position: absolute;
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    text-align: center;
    right: 8%;
    top: 10%;
    bottom: 10%;
    left: 8%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: auto;
    white-space: nowrap; }
    .popup.image-holder:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      width: .1px;
      margin-right: -3px; }
    .popup.image-holder img {
      width: auto;
      height: auto;
      max-height: 100%;
      max-width: 100%; }
    .popup.image-holder iframe {
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      width: 100%;
      border: none; }
  .nav .popup {
    width: auto;
    min-width: 300px;
    max-width: 90%;
    max-height: 90%; }
    .nav .popup img {
      max-width: 75vw;
      max-height: 75vh;
      height: auto;
      width: auto; }
  .popup .headline {
    display: block;
    padding-bottom: 9px; }
  .popup .name {
    font-style: italic;
    display: block;
    text-align: center;
    padding-bottom: 10px; }

/* --------Header Styles---------*/
#header {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background: #4088cb;
  position: relative; }
  #header .nav {
    font-size: 20px;
    line-height: 1; }
    #header .nav > li {
      float: left;
      position: relative; }
      #header .nav > li:hover > a, #header .nav > li.active > a, #header .nav > li.popup-active > a {
        text-decoration: none;
        background: #58bef3; }
      #header .nav > li:hover .language-block,
      #header .nav > li:hover .social-holder,
      #header .nav > li:hover .tooltip {
        opacity: 1;
        visibility: visible; }
      #header .nav > li.has-dropdown:after {
        content: "";
        top: 50%;
        right: 8px;
        margin-top: -1px;
        content: '';
        display: block;
        position: absolute;
        height: 0;
        width: 0;
        border-top: 5px solid #fff;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent; }
      #header .nav > li.has-dropdown > a {
        padding-right: 28px; }
      #header .nav > li:last-child > a {
        padding: 14px 20px 5px; }
      #header .nav > li [class*="icon-"] {
        display: inline-block;
        vertical-align: top; }
        #header .nav > li [class*="icon-"].icon-flag {
          font-size: 25px;
          margin-top: -2px; }
      #header .nav > li > a {
        color: #fff;
        transition: background .15s;
        padding: 14px 13px 5px 13px;
        display: block;
        min-height: 50px; }

/* --------Main Styles---------*/
#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%; }

.container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto; }

#main {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  position: relative;
  height: 100%; }

/* --------Some different Styles non Components and non Layouts---------*/
.text-black {
  color: #000; }

.text-style {
  padding-left: 17px;
  font-size: 18px; }
  @media only screen and (max-width: 1150px) {
    .text-style {
      padding-left: 10px; } }
  .text-style a:hover, .text-style a.active {
    text-decoration: none;
    color: #58bef3; }
  .text-style a + a {
    margin-left: 31px; }
    @media only screen and (max-width: 1150px) {
      .text-style a + a {
        margin-left: 15px; } }

.slider-holder {
  padding-bottom: 5px; }
  .parameters-box .slider-holder {
    padding: 7px 13px 7px 10px; }

.parameters-box {
  overflow: hidden;
  padding: 5px 0 5px 13px; }

.change-color {
  padding-top: 15px; }
  .change-color > span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer; }
  .change-color .colorpicker-link {
    width: 24px;
    height: 24px;
    background: url(../images/color-picker.png);
    background-size: 100%;
    margin-right: 13px;
    border: 1px solid #293740;
    border-radius: 1px; }

.color-settings {
  padding-bottom: 12px; }
  .curveSliderHolder .color-settings {
    padding-bottom: 0; }

.curveSliderHolder {
  padding: 10px 0; }

.outline-box {
  padding-top: 3px;
  border-top: 1px solid #000;
  margin-top: 12px; }

.colorpicker-active .add-logo-holder,
.login-active .add-logo-holder,
.registration-active .add-logo-holder, .colorpicker-active
.edit-text-holder,
.login-active
.edit-text-holder,
.registration-active
.edit-text-holder, .colorpicker-active
.edit-image-holder,
.login-active
.edit-image-holder,
.registration-active
.edit-image-holder {
  display: none; }

.login-holder {
  display: none; }
  .login-active .login-holder {
    display: block; }

.registration-holder {
  display: none; }
  .registration-active .registration-holder {
    display: block; }

.different-logo {
  display: none; }
  .drag-zone-active .different-logo {
    display: inline-block; }

.colorpicker-holder {
  width: 100% !important;
  display: none; }
  .colorpicker-active .colorpicker-holder {
    display: block;
    margin-bottom: 70px; }

.operation-folder {
  padding: 10px 0 0 8px; }
  .operation-folder [class*="icon-"] {
    font-size: 12px;
    margin-right: 2px; }
  .operation-folder li {
    font-size: 11px;
    cursor: pointer;
  }
  .operation-folder span {
    /*cursor: pointer; */
  }
    .operation-folder span:hover {
      /*text-decoration: underline; */
    }

.progressbar-holder {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 23px;
  padding-top: 10px; }

#pCload {
  display: none;
  vertical-align: top; }

#SEO_CRM {
  visibility: hidden;
  display: none; }

.status-bar-holder {
  position: absolute;
  bottom: 20px;
  right: 25px;
  color: red;
  font-size: 18px;
  max-width: 300px; }
  .status-bar-holder p {
    margin: 0; }

.login-box {
  padding: 0 0 0 10px;
  width: 55%;
  color: #fff;
  height: 50px;
  overflow: hidden; }
  .login-box:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: .1px;
    margin-right: -3px; }
  .login-box p {
    margin: 0;
    display: inline-block;
    vertical-align: middle; }
  .login-box .user {
    font-size: 16px;
    padding: 0 5px 0 2px;
    font-style: italic; }
  .login-box a {
    text-decoration: underline; }
    .login-box a:hover {
      text-decoration: none; }

.clear-white-list {
  margin: 0 0 10px; }
  .clear-white-list li {
    margin-right: 15px; }

/* -------Styles for UI page to show ellement view and behaviour(not necessary for build version)---------*/
.ui-view .elements {
  padding: 15px;
  overflow: auto;
  height: 100%;
  background: #e6e6e6;
  color: #000; }
  .ui-view .elements .icon-list li {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 1;
    padding: 5px; }
    .ui-view .elements .icon-list li span {
      display: inline-block;
      vertical-align: top;
      margin-left: 5px; }
  .ui-view .elements label {
    color: #000; }
  .ui-view .elements .elem-group {
    border: 1px dashed gray;
    margin-bottom: 10px;
    padding: 10px 10px 5px; }
  .ui-view .elements .ctm-scroll {
    margin-bottom: 10px; }
  .ui-view .elements .tab-holder {
    position: relative;
    height: 450px;
    margin-bottom: 10px; }
  .ui-view .elements .nav-tabs {
    color: #fff; }

  .tmClass {
    max-height: 1000000px;
    color: #45525A;
  }

  .selectedBoldItalic {
    color: #58bef3;
  }

input:focus::-webkit-input-placeholder {
  color: transparent;
}

.jBox-container {
    color: black;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    min-width: 200px;
    font-size: 16px;
}

.jBox-Confirm-button-submit {
    border-bottom-right-radius: 4px!important;
    border-color: #6c0!important;
    color: #00b483!important;
    background-color: #293740!important;
    border-color: #00b483!important;
}
.jBox-Confirm-button-submit:hover {
    color: #293740!important;
    background-color: #00b483!important;
    border-color: #00b483!important;
}

.canvas {
  height: 800px;
}