@charset "UTF-8";
@font-face {
  font-family: "Noto Sans";
  font-weight: normal;
  font-style: normal;
  src: url("../UIfonts/NotoSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: bold;
  font-style: normal;
  src: url("../UIfonts/NotoSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: bold;
  font-style: italic;
  src: url("../UIfonts/NotoSans-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: normal;
  font-style: italic;
  src: url("../UIfonts/NotoSans-Italic.ttf") format("truetype");
}
.k-list-container {
  min-width: 95px;
}

.k-list-container#TextEditor_FontFamilySelector-list {
  min-width: 125px;
}

.k-list-container .k-list > li {
  height: 28px;
  border-radius: 0;
}

.k-list-container .k-list > li.k-item {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2.5em;
}

.k-list-container .k-list > li.k-item.me-state-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.k-list-container .k-list > li span {
  line-height: 28px;
}

.k-list-container .k-list > li:first-child {
  border-radius: 2px 2px 0 0;
}

.k-list-container .k-list > li:last-child {
  border-radius: 0 0 2px 2px;
}

.k-list-container .k-list > li.k-state-selected {
  background-color: #00abec;
  border-radius: 0;
}

.k-list-container .k-list > li:hover {
  cursor: pointer;
  background-color: #00dafc;
  color: #fff;
}

.k-tooltip .k-tooltip-content {
  font-size: 12px;
  color: #fff !important;
}

.k-window {
  height: 70% !important;
  border: none;
}

.k-window .k-window-titlebar {
  border: none;
  background: #fff;
  padding: 0;
  padding-top: 1px;
}

.k-window .k-window-titlebar .k-window-title {
  font-size: 16px;
  padding: 7px 3px;
}

.k-window .k-window-content {
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.k-flatcolorpicker .k-button, .k-flatcolorpicker .k-selected-color {
  font-size: 1.2em;
}

li.itemselector-itembar.hint {
  list-style: none;
  background: #00abec;
  color: #fff;
  opacity: 0.75;
  font-size: 12px;
  width: 275px;
  padding: 0.5em 0.25em 0.25em 1.25em;
  height: 2em;
  line-height: 2em;
}

li.itemselector-itembar.hint span {
  font-size: 14px;
}

li.itemselector-itembar.hint .fa.k-sprite {
  display: inline;
  padding: 0 5px;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#me-msgeditor-container {
  min-height: 100%;
  height: 100%;
  width: 100%;
}

.me-modal-window {
  font-size: 11px !important;
}

#me-msgeditor {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  font-size: 11px !important;
  color: #131418;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#me-msgeditor #me-toolbarWrapper {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
}

#me-msgeditor #me-toolbar {
  height: 59px;
  width: 100%;
  background-color: #f2f2f2;
  border-bottom: 1px #ddd solid;
  text-align: center;
}

#me-msgeditor #me-toolbar .left-tools {
  display: block;
  float: left;
  background: rgba(0, 0, 0, 0);
  padding-left: 7px;
  pointer-events: none;
}

#me-msgeditor #me-toolbar .center-tools {
  background: rgba(0, 0, 0, 0);
  display: inline-block;
}

#me-msgeditor #me-toolbar .right-tools {
  float: right;
  display: block;
  background: rgba(0, 0, 0, 0);
  padding-right: 0px;
}

#me-msgeditor #me-outerWorkspaceWrapper {
  background: #9b9b9b;
  position: absolute;
  border: none;
}

#me-msgeditor #me-outerWorkspaceWrapper #me-left-sidebarWrapper {
  position: absolute;
  top: 60px;
  bottom: 0px;
  left: 0px;
  width: 70px;
  z-index: 1;
  overflow-x: hidden;
  background-color: #f2f2f2;
}

#me-msgeditor #me-outerWorkspaceWrapper #me-left-sidebarWrapper #me-verticalToolpanel {
  position: absolute;
  z-index: 0;
  top: 0px;
  bottom: 0px;
  width: 70px;
  background-color: #f2f2f2;
}

#me-msgeditor #me-outerWorkspaceWrapper #me-right-sidebarWrapper {
  position: absolute;
  top: 60px;
  bottom: 0px;
  right: 0px;
  width: 275px;
  background-color: #f2f2f2;
}

#me-msgeditor #me-outerWorkspaceWrapper #me-right-sidebarWrapper #me-inspector {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  xxmin-width: 275px;
}

#me-msgeditor #me-outerWorkspaceWrapper #me-workspaceWrapper {
  position: absolute;
  top: 60px;
  left: 70px;
  bottom: 0px;
  right: 275px;
  overflow: auto;
}

#me-msgeditor #me-outerWorkspaceWrapper #me-workspaceWrapper #me-msgplayerWrapper {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  padding: 40px;
}

#me-msgeditor #me-outerWorkspaceWrapper #me-workspaceWrapper #me-msgplayerWrapper #me-msgplayer {
  position: relative;
  background-color: #fff;
  width: 160px;
  height: 90px;
  margin: auto;
  visibility: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#me-msgeditor #me-outerWorkspaceWrapper #me-workspaceWrapper #me-msgplayerWrapper #me-msgplayer * {
  box-sizing: content-box;
}

#me-msgeditor.me-preview-mode #me-outerWorkspaceWrapper #me-workspaceWrapper {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#me-msgeditor #msgplayer p {
  cursor: default;
}

#me-msgeditor div .rightBorder {
  box-shadow: -1px 0 0 #cbcccc inset;
}

#me-msgeditor div .leftBorder {
  box-shadow: 1px 0 0 #cbcccc inset;
}

#me-msgeditor div span.divName {
  color: #fff;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  padding: 1px 4px 1px 4px;
}

#me-msgeditor #me-resizer-info {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  overflow: hidden;
  font-size: 10px;
  vertical-align: middle;
  line-height: 25px;
  padding: 0px 9px 0px 9px;
  position: absolute;
  top: -27px;
  height: 25px;
  left: 0px;
}

#me-msgeditor .k-toolbar {
  border: none;
  font-weight: bold;
}

#me-msgeditor .k-button {
  color: #131418;
}

#me-msgeditor .k-splitbar {
  background-color: #ddd;
  border-color: #ddd;
  z-index: 1;
}

#me-msgeditor .k-splitbar.k-state-default.k-splitbar-horizontal:hover {
  background-color: #fff;
}

#me-msgeditor .k-splitbar-horizontal .k-collapse-prev, #me-msgeditor .k-splitbar-horizontal .k-expand-next {
  background-image: none;
}

#me-msgeditor .k-splitbar-horizontal .k-icon {
  top: 0;
  background-image: none;
}

#me-msgeditor .k-splitbar-horizontal .k-icon:before {
  font-size: 1.4em;
}

#me-msgeditor .k-splitter .k-ghost-splitbar-horizontal, #me-msgeditor .k-splitter .k-splitbar-horizontal, #me-msgeditor .k-splitbar-horizontal .k-icon {
  width: 10px;
}

#me-msgeditor .k-splitbar-horizontal .k-collapse-next, #me-msgeditor .k-splitbar-horizontal .k-collapse-prev, #me-msgeditor .k-splitbar-horizontal .k-icon {
  margin-top: 0;
}

#me-msgeditor .k-splitbar-horizontal .k-icon {
  height: 100%;
}

#me-msgeditor .k-flatcolorpicker .k-selected-color input.k-color-value {
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
}

#me-msgeditor .k-flatcolorpicker .k-controls .k-button {
  font-size: 1.2em;
  background-color: #f2f2f2;
  border-radius: 3px;
  border: 1px solid #0097e5;
  text-transform: none;
  color: #0097e5;
}

#me-msgeditor .k-flatcolorpicker .k-controls .k-button.k-primary {
  background-color: #0097e5;
  color: #fff;
}

#me-msgeditor .k-flatcolorpicker .k-controls .k-button:hover {
  background-color: #131418;
  color: #fff;
  border-color: #131418;
}

#me-msgeditor .k-tabstrip .k-tabstrip-items {
  background-color: #fff;
  min-height: 39px;
  border: none;
  padding: 0;
}

#me-msgeditor .k-tabstrip .k-tabstrip-items .k-loading.k-complete {
  border: none;
}

#me-msgeditor .k-tabstrip .k-tabstrip-items .k-item {
  font-size: 1.1em;
  line-height: 1.8em;
  background: none;
  height: 38px;
  text-transform: uppercase;
  color: #131418;
}

#me-msgeditor .k-tabstrip .k-tabstrip-items .k-item .k-link {
  color: #131418;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

#me-msgeditor .k-tabstrip .k-tabstrip-items .k-item.k-state-active {
  background: #f1f1f1;
  border: none;
  font-weight: bold;
  min-height: 38px;
}

#me-msgeditor .k-tabstrip .k-tabstrip-items .k-item.k-state-active .k-link {
  color: #131418;
  color: #0097e5 !important;
  padding-bottom: 5px;
  border: none;
  border-bottom: 5px solid #0097e5;
  font-weight: bold;
  background: #fff !important;
}

#me-msgeditor .k-tabstrip .k-tabstrip-items .k-item.k-state-hover {
  border-color: rgba(0, 0, 0, 0);
}

#me-msgeditor .k-tabstrip .k-tabstrip-items .k-item.k-state-hover .k-link {
  color: #00ce89;
}

#me-msgeditor #tabstrip > .k-content {
  display: none;
  position: absolute;
  top: 39px;
  left: 0;
  overflow: auto;
  bottom: 0;
  right: 0;
  padding: 0;
  border-top: none;
  background-color: #f2f2f2;
}

#me-msgeditor .k-tabstrip-wrapper {
  height: 100%;
}

#me-msgeditor .k-tabstrip {
  height: 100%;
  width: 100%;
}

#me-msgeditor .k-panelbar > .k-item > .k-link {
  border-bottom-color: #fff;
}

#me-msgeditor .k-panelbar .k-content {
  border-bottom: none;
}

#me-msgeditor .k-panelbar .k-textbox {
  width: 50%;
  text-indent: 0px;
  padding: 5px 8px 5px 8px;
  border: 1px solid #cac9c9;
}

#me-msgeditor .k-panelbar .k-textbox:disabled:hover {
  box-shadow: none;
}

#me-msgeditor .k-panelbar > li.k-state-default > .k-link.k-state-selected, #me-msgeditor .k-panelbar > li > .k-state-selected {
  color: inherit;
}

#me-msgeditor .k-window.k-editor-widget {
  -webkit-box-shadow: 1px 1px 3px 3px rgba(64, 64, 64, 0.42);
  box-shadow: 1px 1px 3px 3px rgba(64, 64, 64, 0.22);
}

#me-msgeditor .k-editor-toolbar .k-button-group .k-tool {
  width: auto;
}

#me-msgeditor .hint {
  width: 190px;
  background: #fff;
  color: #131418;
  border: 1px solid #ddd;
  padding: 10px 50px 10px 25px;
  opacity: 0.95;
  font-weight: bold;
}

#me-msgeditor .hint span.k-tool-icon, #me-msgeditor .hint span.fa.k-sprite {
  margin: 2px 4px 0px 4px;
  padding-top: 3px;
}

.k-animation-container .k-context-menu .k-link {
  white-space: nowrap;
}

.k-animation-container .k-context-menu .k-link .contextMenu-shortCut {
  text-transform: lowercase;
  float: right;
  opacity: 0.5;
}

#me-msgeditor .k-sprite.fa.fa-2x, #me-msgeditor .cq-icon-me {
  width: 24px;
  height: 24px;
  clear: left;
  font-size: 1.8em;
  line-height: 1em;
}

#me-msgeditor .k-sprite.fa.fa-4x {
  width: auto;
  height: auto;
  clear: left;
  font-size: 5em;
}

#me-msgeditor .k-list-container .k-button .k-sprite.fa {
  padding-right: 10px;
}

#me-msgeditor span.k-dropdown-wrap.k-state-default {
  height: 26px;
  padding-right: 20px;
}

#me-msgeditor .k-popup.k-list-container {
  padding: 0;
  border-color: #cac9c9;
  width: auto !important;
}

#me-msgeditor .k-popup .k-list .k-item {
  white-space: nowrap;
}

#me-msgeditor .k-dropdown-wrap.k-state-focused {
  box-shadow: none;
}

#me-msgeditor .k-list li {
  background-color: #eee;
}

#me-msgeditor .k-list li:hover, #me-msgeditor .k-list li.k-state-hover {
  background-color: #00abec;
  color: #fff;
}

#me-msgeditor .k-list > .k-state-selected.k-state-focused {
  color: #131418;
  background-color: #fff;
  border: none;
}

#me-msgeditor .k-list > .k-state-selected.k-state-focused:hover, #me-msgeditor .k-list > .k-state-selected.k-state-focused.k-state-hover {
  border: none;
}

#me-msgeditor .k-sprite.fa.fa-lg {
  width: 20px;
  height: 20px;
  clear: left;
  margin-left: 0px;
  margin-right: 5px;
}

#me-msgeditor .fa.k-sprite:hover {
  color: #00ce89;
}

#me-msgeditor .k-tooltip {
  margin-top: 1em;
}

#me-msgeditor .k-picker-wrap.k-state-default {
  border: 1px solid #cac9c9;
}

#me-msgeditor .k-colorpicker .k-selected-color {
  height: 26px;
  width: 3em;
}

#me-msgeditor .k-checkbox-label:before, #me-msgeditor .k-checkbox-label:active:before, #me-msgeditor .k-checkbox-label:hover:before {
  border-color: #aaa;
}

#me-msgeditor .k-checkbox:checked + .k-checkbox-label:before {
  background-color: #0097e5;
  color: #fff;
}

#me-msgeditor .k-checkbox:checked + .k-checkbox-label:active:after {
  box-shadow: none;
}

#me-msgeditor .k-callout.k-callout-w {
  margin-top: 5px;
}

@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-ms-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-o-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
#me-msgeditor #loader {
  transform: scale(0.6);
  z-index: 9999;
  position: absolute;
  top: 40%;
  left: 40%;
}

#me-msgeditor #loader.uil-ripple-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}

#me-msgeditor #loader.uil-ripple-css div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 50%;
  border-width: 12px;
  border-style: solid;
  -ms-animation: uil-ripple 2s ease-out infinite;
  -moz-animation: uil-ripple 2s ease-out infinite;
  -webkit-animation: uil-ripple 2s ease-out infinite;
  -o-animation: uil-ripple 2s ease-out infinite;
  animation: uil-ripple 2s ease-out infinite;
}

#me-msgeditor #loader.uil-ripple-css div:nth-of-type(1) {
  border-color: #afafb7;
}

#me-msgeditor #loader.uil-ripple-css div:nth-of-type(2) {
  border-color: #afafb7;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

#me-msgeditor .colorchooser-swatchinput-wrapper, .me-modal-window .colorchooser-swatchinput-wrapper {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #cac9c9;
  background-color: #fff;
}

#me-msgeditor .colorchooser-swatchinput-wrapper .colorchooser-swatch, .me-modal-window .colorchooser-swatchinput-wrapper .colorchooser-swatch {
  height: 25px;
  width: 25px;
  margin: 1px;
  border-radius: 4px;
  border: 1px solid #cac9c9;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
}

#me-msgeditor .colorchooser-swatchinput-wrapper .colorchooser-input, .me-modal-window .colorchooser-swatchinput-wrapper .colorchooser-input {
  width: 65px;
  border: none;
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  text-indent: 0;
  padding: 5px 8px 5px 8px;
}

#me-msgeditor .colorchooser-wrapper, .me-modal-window .colorchooser-wrapper {
  display: block;
}

#me-msgeditor .colorchooser-wrapper .colorchooser-panel, .me-modal-window .colorchooser-wrapper .colorchooser-panel {
  display: block;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #cac9c9;
  border-radius: 4px;
}

#me-msgeditor .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-header, .me-modal-window .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-header {
  display: block;
  padding: 10px 10px 0px 10px;
}

#me-msgeditor .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-header .k-button, .me-modal-window .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-header .k-button {
  box-shadow: none;
  border: none;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  float: right;
}

#me-msgeditor .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-body, .me-modal-window .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-body {
  display: block;
  padding: 10px 10px 0px 10px;
}

#me-msgeditor .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-body .colorchooser-leftpane-wrapper, .me-modal-window .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-body .colorchooser-leftpane-wrapper {
  display: block;
  float: left;
}

#me-msgeditor .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-body .colorchooser-leftpane-wrapper .colorchooser-kendocolorpalette-wrapper, .me-modal-window .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-body .colorchooser-leftpane-wrapper .colorchooser-kendocolorpalette-wrapper {
  border: 1px solid #cac9c9;
  padding: 1px;
  background: #fff;
}

#me-msgeditor .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-body .colorchooser-leftpane-wrapper .colorchooser-kendocolorpalette-wrapper .colorchooser-text, .me-modal-window .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-body .colorchooser-leftpane-wrapper .colorchooser-kendocolorpalette-wrapper .colorchooser-text {
  line-height: normal;
}

#me-msgeditor .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-body .colorchooser-leftpane-wrapper .colorchooser-kendocolorpalette-wrapper table.k-palette, .me-modal-window .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-body .colorchooser-leftpane-wrapper .colorchooser-kendocolorpalette-wrapper table.k-palette {
  width: auto;
}

#me-msgeditor .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-body .colorchooser-leftpane-wrapper .colorchooser-kendocolorpalette-wrapper table.k-palette td.k-item, .me-modal-window .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-body .colorchooser-leftpane-wrapper .colorchooser-kendocolorpalette-wrapper table.k-palette td.k-item {
  border-collapse: separate !important;
}

#me-msgeditor .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-body .colorchooser-leftpane-wrapper .colorchooser-kendocolorpalette-wrapper.custom-swatches, .me-modal-window .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-body .colorchooser-leftpane-wrapper .colorchooser-kendocolorpalette-wrapper.custom-swatches {
  display: block;
}

#me-msgeditor .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-body .colorchooser-leftpane-wrapper .colorchooser-kendocolorpalette-wrapper.custom-swatches .swatches-placeholder, .me-modal-window .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-body .colorchooser-leftpane-wrapper .colorchooser-kendocolorpalette-wrapper.custom-swatches .swatches-placeholder {
  display: block;
  width: 100%;
  height: 25px;
  background: #fff;
}

#me-msgeditor .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-body .colorchooser-rightpane-wrapper, .me-modal-window .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-body .colorchooser-rightpane-wrapper {
  margin-left: 5px;
  display: block;
  float: left;
}

#me-msgeditor .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-footer, .me-modal-window .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-footer {
  clear: both;
  padding: 10px;
  text-align: right;
}

#me-msgeditor .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-footer .k-button, .me-modal-window .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-footer .k-button {
  border-color: #00abec;
  color: #00abec;
}

#me-msgeditor .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-footer .k-button:hover, .me-modal-window .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-footer .k-button:hover {
  background-color: #fff;
  border-color: #00ce89;
  color: #00ce89;
}

#me-msgeditor .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-footer .k-button.k-primary, .me-modal-window .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-footer .k-button.k-primary {
  color: #fff;
  background-color: #00abec;
  border-color: #00abec;
  line-height: 1.5em;
  margin: 5px;
}

#me-msgeditor .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-footer .k-button.k-primary:hover, .me-modal-window .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-footer .k-button.k-primary:hover {
  background-color: #00ce89;
  border-color: #00ce89;
}

#me-msgeditor .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-footer .k-button.k-button-icon, .me-modal-window .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-footer .k-button.k-button-icon {
  background: rgba(0, 0, 0, 0);
  color: #131418;
}

#me-msgeditor .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-footer .k-button.k-button-icon:hover, .me-modal-window .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-footer .k-button.k-button-icon:hover {
  color: #00abec;
}

#me-msgeditor .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-footer .k-button.k-button-icon .k-sprite, .me-modal-window .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-footer .k-button.k-button-icon .k-sprite {
  font-size: 1.75em;
  padding: 2px;
}

#me-msgeditor .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-footer .k-button.k-state-disabled .k-sprite:hover, .me-modal-window .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-footer .k-button.k-state-disabled .k-sprite:hover {
  color: #131418;
}

#me-msgeditor .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-footer .k-button.k-state-disabled:hover, .me-modal-window .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-footer .k-button.k-state-disabled:hover {
  color: #131418;
}

#me-msgeditor .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-footer .colorchooser-removecustomswatch, #me-msgeditor .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-footer .colorchooser-addcustomswatch, .me-modal-window .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-footer .colorchooser-removecustomswatch, .me-modal-window .colorchooser-wrapper .colorchooser-panel .colorchooser-panel-footer .colorchooser-addcustomswatch {
  border: none;
  background: none;
  padding: 0;
  text-align: left;
  float: left;
  padding-top: 5px;
}

#me-msgeditor .customcombobox-wrapper, .me-modal-window .customcombobox-wrapper {
  border-radius: 3px;
  margin-top: 6px;
  border: 1px solid #cac9c9;
  background: #fff;
}

#me-msgeditor .customcombobox-wrapper .customcombobox-input, .me-modal-window .customcombobox-wrapper .customcombobox-input {
  max-width: 50px;
  border: none;
  background: rgba(0, 0, 0, 0);
  border-right: 1px solid #cac9c9;
  border-radius: 0;
}

#me-msgeditor .customcombobox-wrapper .customcombobox-dropdownlist-wrapper, .me-modal-window .customcombobox-wrapper .customcombobox-dropdownlist-wrapper {
  border: none;
  float: right;
  background: none;
  height: 0px;
}

#me-msgeditor .customcombobox-wrapper .customcombobox-dropdownlist-wrapper li span, .me-modal-window .customcombobox-wrapper .customcombobox-dropdownlist-wrapper li span {
  padding-top: 5px;
  padding-bottom: 2px;
  padding-left: 2px;
}

#me-msgeditor .customcombobox-wrapper .customcombobox-dropdownlist-wrapper li.k-state-hover, .me-modal-window .customcombobox-wrapper .customcombobox-dropdownlist-wrapper li.k-state-hover {
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
}

#me-msgeditor .me-modal-wrapper, .me-modal-window .me-modal-wrapper {
  display: block;
}

#me-msgeditor .me-modal-wrapper .me-modal-panel, .me-modal-window .me-modal-wrapper .me-modal-panel {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #cac9c9;
  border-radius: 4px;
}

#me-msgeditor .me-modal-wrapper .me-modal-panel .me-modal-header, .me-modal-window .me-modal-wrapper .me-modal-panel .me-modal-header {
  display: inline-table;
  height: 40px;
  float: left;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#me-msgeditor .me-modal-wrapper .me-modal-panel .me-modal-header .title, .me-modal-window .me-modal-wrapper .me-modal-panel .me-modal-header .title {
  padding: 10px;
  font-size: 1.5em;
  display: table-cell;
  vertical-align: middle;
}

#me-msgeditor .me-modal-wrapper .me-modal-panel .me-modal-header .me-modal-button, .me-modal-window .me-modal-wrapper .me-modal-panel .me-modal-header .me-modal-button {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 15px 0px 0px;
  text-align: right;
}

#me-msgeditor .me-modal-wrapper .me-modal-panel .me-modal-header .me-modal-button.me-modal-close.k-button, .me-modal-window .me-modal-wrapper .me-modal-panel .me-modal-header .me-modal-button.me-modal-close.k-button {
  border: none;
  background: rgba(0, 0, 0, 0);
  color: #ddd;
  margin-top: 4px;
  margin-right: 8px;
}

#me-msgeditor .me-modal-wrapper .me-modal-panel .me-modal-header .me-modal-button.me-modal-close.k-button.k-state-focused, .me-modal-window .me-modal-wrapper .me-modal-panel .me-modal-header .me-modal-button.me-modal-close.k-button.k-state-focused {
  border: none;
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
}

#me-msgeditor .me-modal-wrapper .me-modal-panel .me-modal-header .me-modal-button.me-modal-close.k-button :hover, .me-modal-window .me-modal-wrapper .me-modal-panel .me-modal-header .me-modal-button.me-modal-close.k-button :hover {
  opacity: 0.5;
}

#me-msgeditor .me-modal-wrapper .me-modal-panel .me-modal-header .me-modal-button.me-modal-close.k-button span, .me-modal-window .me-modal-wrapper .me-modal-panel .me-modal-header .me-modal-button.me-modal-close.k-button span {
  height: 20px;
}

#me-msgeditor .me-modal-wrapper .me-modal-panel .me-modal-body, .me-modal-window .me-modal-wrapper .me-modal-panel .me-modal-body {
  display: block;
  height: calc(100% - 40px - 50px);
  clear: both;
  overflow: auto;
}

#me-msgeditor .me-modal-wrapper .me-modal-panel .me-modal-footer, .me-modal-window .me-modal-wrapper .me-modal-panel .me-modal-footer {
  height: 50px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid #ddd;
  text-align: right;
  padding: 0.5em;
}

#me-msgeditor .me-modal-wrapper .me-modal-panel .me-modal-footer .me-modal-button.k-button, .me-modal-window .me-modal-wrapper .me-modal-panel .me-modal-footer .me-modal-button.k-button {
  border-color: #00abec;
  color: #00abec;
}

#me-msgeditor .me-modal-wrapper .me-modal-panel .me-modal-footer .me-modal-button.k-button:hover, .me-modal-window .me-modal-wrapper .me-modal-panel .me-modal-footer .me-modal-button.k-button:hover {
  background-color: #fff;
  border-color: #00ce89;
  color: #00ce89;
}

#me-msgeditor .me-modal-wrapper .me-modal-panel .me-modal-footer .me-modal-button.k-button.k-primary, .me-modal-window .me-modal-wrapper .me-modal-panel .me-modal-footer .me-modal-button.k-button.k-primary {
  color: #fff;
  background-color: #00abec;
  border-color: #00abec;
  line-height: 1.5em;
  margin: 5px;
}

#me-msgeditor .me-modal-wrapper .me-modal-panel .me-modal-footer .me-modal-button.k-button.k-primary:hover, .me-modal-window .me-modal-wrapper .me-modal-panel .me-modal-footer .me-modal-button.k-button.k-primary:hover {
  background-color: #00ce89;
  border-color: #00ce89;
}

#me-msgeditor .me-modal-wrapper .me-modal-panel .me-modal-footer .me-modal-button.k-button.k-button-icon, .me-modal-window .me-modal-wrapper .me-modal-panel .me-modal-footer .me-modal-button.k-button.k-button-icon {
  background: rgba(0, 0, 0, 0);
  color: #131418;
}

#me-msgeditor .me-modal-wrapper .me-modal-panel .me-modal-footer .me-modal-button.k-button.k-button-icon:hover, .me-modal-window .me-modal-wrapper .me-modal-panel .me-modal-footer .me-modal-button.k-button.k-button-icon:hover {
  color: #00abec;
}

#me-msgeditor .me-modal-wrapper .me-modal-panel .me-modal-footer .me-modal-button.k-button.k-button-icon .k-sprite, .me-modal-window .me-modal-wrapper .me-modal-panel .me-modal-footer .me-modal-button.k-button.k-button-icon .k-sprite {
  font-size: 1.75em;
  padding: 2px;
}

#me-msgeditor .me-modal-wrapper .me-modal-panel .me-modal-footer .me-modal-button.k-button.k-state-disabled .k-sprite:hover, .me-modal-window .me-modal-wrapper .me-modal-panel .me-modal-footer .me-modal-button.k-button.k-state-disabled .k-sprite:hover {
  color: #131418;
}

#me-msgeditor .me-modal-wrapper .me-modal-panel .me-modal-footer .me-modal-button.k-button.k-state-disabled:hover, .me-modal-window .me-modal-wrapper .me-modal-panel .me-modal-footer .me-modal-button.k-button.k-state-disabled:hover {
  color: #131418;
}

#me-msgeditor .customlinkedlists-wrapper, .me-modal-window .customlinkedlists-wrapper {
  margin-left: 3%;
  width: 85%;
  display: inline-table;
}

#me-msgeditor .customlinkedlists-wrapper .customlinkedlists-listholder, .me-modal-window .customlinkedlists-wrapper .customlinkedlists-listholder {
  border: none;
  display: table-cell;
  width: 40%;
}

#me-msgeditor .customlinkedlists-wrapper .customlinkedlists-listholder .customlinkedlists-contentholder, .me-modal-window .customlinkedlists-wrapper .customlinkedlists-listholder .customlinkedlists-contentholder {
  margin: 0;
  padding: 0;
}

#me-msgeditor .customlinkedlists-wrapper .customlinkedlists-listholder .customlinkedlists-contentholder.itemselector .itemselector-toolbar, .me-modal-window .customlinkedlists-wrapper .customlinkedlists-listholder .customlinkedlists-contentholder.itemselector .itemselector-toolbar {
  border: none;
}

#me-msgeditor .customlinkedlists-wrapper .customlinkedlists-listholder .customlinkedlists-contentholder.itemselector .itemselector-toolbar .title, .me-modal-window .customlinkedlists-wrapper .customlinkedlists-listholder .customlinkedlists-contentholder.itemselector .itemselector-toolbar .title {
  padding-left: 0px;
}

#me-msgeditor .customlinkedlists-wrapper .customlinkedlists-listholder .customlinkedlists-contentholder.itemselector .itemselector-itembarholder, .me-modal-window .customlinkedlists-wrapper .customlinkedlists-listholder .customlinkedlists-contentholder.itemselector .itemselector-itembarholder {
  height: 175px;
  overflow: auto;
  border: 1px solid #cac9c9;
}

#me-msgeditor .customlinkedlists-wrapper .customlinkedlists-buttonholder, .me-modal-window .customlinkedlists-wrapper .customlinkedlists-buttonholder {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
  padding: 1%;
}

#me-msgeditor .customlinkedlists-wrapper .customlinkedlists-buttonholder .customlinkedlists-button, .me-modal-window .customlinkedlists-wrapper .customlinkedlists-buttonholder .customlinkedlists-button {
  display: block;
  border: 1px solid #d7d6d6;
  background-color: #00abec;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  margin-bottom: 5px;
}

#me-msgeditor .customlinkedlists-wrapper .customlinkedlists-buttonholder .customlinkedlists-button.k-state-disabled, .me-modal-window .customlinkedlists-wrapper .customlinkedlists-buttonholder .customlinkedlists-button.k-state-disabled {
  background-color: #d7d6d6;
  color: #131418;
}

#me-msgeditor .custommulticheckbox-wrapper .custommulticheckbox-title, .me-modal-window .custommulticheckbox-wrapper .custommulticheckbox-title {
  padding-left: 12px;
  padding-bottom: 8px;
}

#me-msgeditor .custommulticheckbox-wrapper .custommulticheckbox-checkboxholder .custommulticheckbox-checkbox label, .me-modal-window .custommulticheckbox-wrapper .custommulticheckbox-checkboxholder .custommulticheckbox-checkbox label {
  padding-left: 10%;
  margin-left: 10%;
  font-size: 1em;
  line-height: 2em;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 75%;
}

#me-msgeditor .customtextbox-wrapper, .me-modal-window .customtextbox-wrapper {
  width: 47%;
  display: inline-block;
}

#me-msgeditor .customtextbox-wrapper .customtextbox-input, .me-modal-window .customtextbox-wrapper .customtextbox-input {
  width: 100%;
}

#me-msgeditor .customtextbox-wrapper .customtextbox-input.small, .me-modal-window .customtextbox-wrapper .customtextbox-input.small {
  max-width: 110px;
}

#me-msgeditor .k-treeview, .me-modal-window .k-treeview {
  margin-left: 15px;
}

#me-msgeditor .customnumerictextbox-wrapper, .me-modal-window .customnumerictextbox-wrapper {
  margin-right: 4px;
}

#me-msgeditor .customnumerictextbox-wrapper .customnumerictextbox-input, #me-msgeditor .customnumerictextbox-wrapper .customnumerictextbox-formatted-input, .me-modal-window .customnumerictextbox-wrapper .customnumerictextbox-input, .me-modal-window .customnumerictextbox-wrapper .customnumerictextbox-formatted-input {
  width: 10%;
  max-width: 50px;
  min-width: 30px;
  padding: 0px 5px 0px 8px;
  border: 1px solid #cac9c9;
  border-radius: 4px;
  border: 1px solid #cac9c9;
  height: 26px;
}

#me-msgeditor .customnumerictextbox-wrapper .customnumerictextbox-input::-webkit-inner-spin-button, #me-msgeditor .customnumerictextbox-wrapper .customnumerictextbox-input::-webkit-outer-spin-button, .me-modal-window .customnumerictextbox-wrapper .customnumerictextbox-input::-webkit-inner-spin-button, .me-modal-window .customnumerictextbox-wrapper .customnumerictextbox-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#me-msgeditor .customstepper-wrapper, .me-modal-window .customstepper-wrapper {
  border-radius: 3px;
  margin-top: 6px;
  margin-left: 6px;
  margin-right: 6px;
  border: 1px solid #cac9c9;
  background: #fff;
  height: 27px;
}

#me-msgeditor .customstepper-wrapper .customstepper-button, .me-modal-window .customstepper-wrapper .customstepper-button {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0;
  height: 100%;
}

#me-msgeditor .customstepper-wrapper .customstepper-button.customstepper-increment, .me-modal-window .customstepper-wrapper .customstepper-button.customstepper-increment {
  border-right: 1px solid #cac9c9;
}

#me-msgeditor .propertyEditor-item .dataSheetColumnPicker .dataSheetColumn-label, .me-modal-window .propertyEditor-item .dataSheetColumnPicker .dataSheetColumn-label {
  text-align: left;
  margin-left: 10px;
  padding: 0;
}

#me-msgeditor .propertyEditor-item .dataSheetColumnPicker .dataSheetColumn-group .dataSheetColumn-item, .me-modal-window .propertyEditor-item .dataSheetColumnPicker .dataSheetColumn-group .dataSheetColumn-item {
  text-align: left;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}

#me-msgeditor .propertyEditor-item .dataSheetColumnPicker .dataSheetColumn-group .dataSheetColumn-item input, .me-modal-window .propertyEditor-item .dataSheetColumnPicker .dataSheetColumn-group .dataSheetColumn-item input {
  display: inline;
}

#me-msgeditor .propertyEditor-item .dataSheetColumnPicker .dataSheetColumn-group .dataSheetColumn-item label, .me-modal-window .propertyEditor-item .dataSheetColumnPicker .dataSheetColumn-group .dataSheetColumn-item label {
  display: inline;
  padding-left: 20px;
  font-size: 1em;
}

.k-dialog .k-dialog-title {
  color: #131418;
  font-weight: bold;
}

.k-dialog #me-dialogBox {
  padding: 15px;
  height: auto !important;
}

.k-dialog #me-dialogBox .me-dialogBoxContent .message {
  font-size: 11px;
}

.k-dialog #me-dialogBox #me-progressBarContent #me-progressBar {
  width: 100%;
}

.k-dialog #me-dialogBox #me-progressBarContent .message {
  font-size: 15px;
  margin-bottom: 10px;
}

.k-dialog #me-dialogBox #me-progressBarContent .detail {
  margin-top: 13px;
  font-size: 11px;
  text-align: right;
}

.k-dialog .k-dialog-buttongroup {
  position: absolute;
  bottom: 0%;
  right: 0%;
  border: none !important;
  font-size: 11px;
}

#me-msgeditor #me-grouping-highlighter.me-grouping-highlighter, .me-modal-window #me-grouping-highlighter.me-grouping-highlighter {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 100020;
}

#me-msgeditor #me-grouping-highlighter.me-grouping-highlighter .me-group-highlight, .me-modal-window #me-grouping-highlighter.me-grouping-highlighter .me-group-highlight {
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.5;
  pointer-events: none;
  outline: 2px dashed #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}

.me-msgeditor-k-window.helpviewer-window {
  height: 100%;
  width: 100%;
  padding: 0;
}

.me-msgeditor-k-window.helpviewer-window.k-window-content {
  padding: 0;
  margin: 0;
}

.me-msgeditor-k-window.helpviewer-window .leftPanel, .me-msgeditor-k-window.helpviewer-window .rightPanel {
  width: 50%;
  height: 100%;
  float: left;
}

.me-msgeditor-k-window.helpviewer-window .leftPanel {
  background-color: #0097e5;
}

.me-msgeditor-k-window.helpviewer-window .leftPanel .title {
  padding: 0 50px;
  margin: 35px 0 0 0;
  font-size: 2.25em;
  color: #fff !important;
}

.me-msgeditor-k-window.helpviewer-window .leftPanel .description {
  padding: 0 50px;
  margin-top: 10px;
  font-size: 1.3em;
  font-style: italic;
  color: #000;
}

.me-msgeditor-k-window.helpviewer-window .leftPanel .helpTopics {
  margin-top: 30px;
}

.me-msgeditor-k-window.helpviewer-window .leftPanel .helpTopics .helpTopic {
  padding: 10px 25px 10px 50px;
  font-size: 1.5em;
  margin: 0;
  cursor: pointer;
  text-decoration: underline;
  color: #fff !important;
}

.me-msgeditor-k-window.helpviewer-window .leftPanel .helpTopics .helpTopic.active, .me-msgeditor-k-window.helpviewer-window .leftPanel .helpTopics .helpTopic:hover {
  background-color: #fff;
  color: #000 !important;
  text-decoration: none;
}

.me-msgeditor-k-window.helpviewer-window .leftPanel .helpUrl {
  position: absolute;
  left: 50px;
  bottom: 25px;
  font-size: 1.1em;
}

.me-msgeditor-k-window.helpviewer-window .leftPanel .helpUrl a {
  color: #fff;
  text-decoration: none;
}

.me-msgeditor-k-window.helpviewer-window .leftPanel .helpUrl a:hover {
  text-decoration: underline;
}

.me-msgeditor-k-window.helpviewer-window .rightPanel {
  background-color: #fff;
}

.me-msgeditor-k-window.helpviewer-window .rightPanel img {
  max-width: 100%;
  margin-top: 55px;
  margin-left: 30px;
}

.me-msgeditor-k-window.helpviewer-window .rightPanel .close {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #131418;
  cursor: pointer;
}

.me-msgeditor-k-window.helpviewer-window .rightPanel .close:hover {
  text-decoration: underline;
}

.me-msgeditor-k-window.helpviewer-window .rightPanel .actions {
  font-size: 1.3em;
  color: #131418;
}

.me-msgeditor-k-window.helpviewer-window .rightPanel .actions .previous, .me-msgeditor-k-window.helpviewer-window .rightPanel .actions .next {
  position: absolute;
  bottom: 25px;
  cursor: pointer;
}

.me-msgeditor-k-window.helpviewer-window .rightPanel .actions .previous:hover, .me-msgeditor-k-window.helpviewer-window .rightPanel .actions .next:hover {
  text-decoration: underline;
}

.me-msgeditor-k-window.helpviewer-window .rightPanel .actions .previous {
  margin-left: 25px;
}

.me-msgeditor-k-window.helpviewer-window .rightPanel .actions .next {
  right: 25px;
}

.me-msgeditor-k-window.helpviewer-window .rightPanel .actions .disabled {
  visibility: hidden;
}

#me-msgeditor .propertyeditor-item .itemselector, .me-modal-window .propertyeditor-item .itemselector {
  margin-top: -10px;
  margin-bottom: -10px;
}

#me-msgeditor .itemselector.pageeditor, .me-modal-window .itemselector.pageeditor {
  border-top: 1px solid #cac9c9;
}

#me-msgeditor .itemselector.layereditor, .me-modal-window .itemselector.layereditor {
  border-top: 1px solid #cac9c9;
}

#me-msgeditor .itemselector ul, #me-msgeditor .itemselector ol, #me-msgeditor .itemselector li, .me-modal-window .itemselector ul, .me-modal-window .itemselector ol, .me-modal-window .itemselector li {
  margin: 0;
  padding: 0;
}

#me-msgeditor .itemselector .k-toolbar .k-button, .me-modal-window .itemselector .k-toolbar .k-button {
  float: right;
  margin-top: 11px;
  padding: 1px 0px 1px 0px;
  box-shadow: none;
}

#me-msgeditor .itemselector .k-toolbar .k-button:hover, .me-modal-window .itemselector .k-toolbar .k-button:hover {
  background: none;
  border-color: rgba(0, 0, 0, 0);
}

#me-msgeditor .itemselector .title, .me-modal-window .itemselector .title {
  padding: 8px 12px;
  font-size: 1.1em;
  font-weight: bold;
}

#me-msgeditor .itemselector .sortable, #me-msgeditor .itemselector .non-sortable, .me-modal-window .itemselector .sortable, .me-modal-window .itemselector .non-sortable {
  margin: 0;
  cursor: url("kendo-ui/images/grab.cur"), default;
  background-color: #0097e5;
}

#me-msgeditor .itemselector span.k-tool-icon, .me-modal-window .itemselector span.k-tool-icon {
  margin-top: 6px;
  padding-right: 3px;
}

#me-msgeditor .itemselector .items .sortable:hover, .me-modal-window .itemselector .items .sortable:hover {
  background-color: #f0f0f0;
}

#me-msgeditor .itemselector .items .sortable.selected, .me-modal-window .itemselector .items .sortable.selected {
  background-color: #eee;
}

#me-msgeditor .itemselector .itemselector-toolbar .fa.k-sprite, .me-modal-window .itemselector .itemselector-toolbar .fa.k-sprite {
  overflow: visible;
  width: 24px;
  margin-top: -15px;
  margin-right: 0px;
}

#me-msgeditor .itemselector .itemselector-toolbar .k-button, .me-modal-window .itemselector .itemselector-toolbar .k-button {
  background: rgba(0, 0, 0, 0);
  border: none;
}

#me-msgeditor .itemselector .itemselector-toolbar.k-toolbar, .me-modal-window .itemselector .itemselector-toolbar.k-toolbar {
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
  display: block;
}

#me-msgeditor .itemselector .itemselector-toolbar.k-toolbar.k-widget, .me-modal-window .itemselector .itemselector-toolbar.k-toolbar.k-widget {
  border-bottom: 1px solid #ddd;
}

#me-msgeditor .itemselector .itemselector-itembarholder, .me-modal-window .itemselector .itemselector-itembarholder {
  background-color: #fff;
}

#me-msgeditor .itemselector .itemselector-itembarholder .itemselector-itembar, .me-modal-window .itemselector .itemselector-itembarholder .itemselector-itembar {
  padding: 1em;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

#me-msgeditor .itemselector .itemselector-itembarholder .itemselector-itembar.selected, .me-modal-window .itemselector .itemselector-itembarholder .itemselector-itembar.selected {
  background: rgba(0, 0, 0, 0.6);
  color: #8befff;
}

#me-msgeditor .itemselector .itemselector-itembarholder .itemselector-itembar.mouseover:not(.k-state-disabled), .me-modal-window .itemselector .itemselector-itembarholder .itemselector-itembar.mouseover:not(.k-state-disabled) {
  background: #00abec;
  color: #fff;
}

#me-msgeditor .itemselector .itemselector-itembarholder .itemselector-itembar.mouseover:not(.k-state-disabled) .fa.k-sprite, .me-modal-window .itemselector .itemselector-itembarholder .itemselector-itembar.mouseover:not(.k-state-disabled) .fa.k-sprite {
  color: #fff;
}

#me-msgeditor .itemselector .itemselector-itembarholder .itemselector-itembar .fa.k-sprite, #me-msgeditor .itemselector .itemselector-itembarholder .itemselector-itembar .k-sprite, .me-modal-window .itemselector .itemselector-itembarholder .itemselector-itembar .fa.k-sprite, .me-modal-window .itemselector .itemselector-itembarholder .itemselector-itembar .k-sprite {
  display: inline;
  padding: 0 5px;
}

#me-msgeditor .itemselector .itemselector-itembarholder .itemselector-itembar.indent-1 .fa.k-sprite, #me-msgeditor .itemselector .itemselector-itembarholder .itemselector-itembar.indent-1 .k-sprite, .me-modal-window .itemselector .itemselector-itembarholder .itemselector-itembar.indent-1 .fa.k-sprite, .me-modal-window .itemselector .itemselector-itembarholder .itemselector-itembar.indent-1 .k-sprite {
  padding-left: 30px;
}

#me-msgeditor .itemselectorsingle, .me-modal-window .itemselectorsingle {
  display: inline-block;
  width: 47%;
}

#me-msgeditor .itemselectorsingle .itemselectorsingle-displayfield, .me-modal-window .itemselectorsingle .itemselectorsingle-displayfield {
  width: 75%;
}

#me-msgeditor #propertyeditor-panelbar, .me-modal-window #propertyeditor-panelbar {
  border: none;
  box-shadow: none;
}

#me-msgeditor #propertyeditor-startupmessage, .me-modal-window #propertyeditor-startupmessage {
  padding: 2em;
  color: #aaa;
  border-top: 1px solid #ccc;
  font-size: 1.25em;
  line-height: 1.75em;
}

#me-msgeditor .propertyeditor-group, .me-modal-window .propertyeditor-group {
  background-color: #f2f2f2;
}

#me-msgeditor .propertyeditor-group .k-header .k-icon, .me-modal-window .propertyeditor-group .k-header .k-icon {
  background-image: none;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.4em;
  opacity: 1;
}

#me-msgeditor .propertyeditor-group .k-header .k-icon.k-i-arrow-n:before, #me-msgeditor .propertyeditor-group .k-header .k-icon.k-i-arrow-60-up:before, .me-modal-window .propertyeditor-group .k-header .k-icon.k-i-arrow-n:before, .me-modal-window .propertyeditor-group .k-header .k-icon.k-i-arrow-60-up:before {
  content: "\f0d8";
}

#me-msgeditor .propertyeditor-group .k-header .k-icon.k-i-arrow-s:before, #me-msgeditor .propertyeditor-group .k-header .k-icon.k-i-arrow-60-down:before, .me-modal-window .propertyeditor-group .k-header .k-icon.k-i-arrow-s:before, .me-modal-window .propertyeditor-group .k-header .k-icon.k-i-arrow-60-down:before {
  content: "\f0d7";
}

#me-msgeditor .propertyeditor-group.k-item, .me-modal-window .propertyeditor-group.k-item {
  background-color: #f2f2f2;
}

#me-msgeditor .propertyeditor-group.k-item .k-link.k-header, .me-modal-window .propertyeditor-group.k-item .k-link.k-header {
  background-color: #fff !important;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 2.7em;
  text-transform: uppercase;
  border-top: 1px solid #cac9c9;
  border-bottom: none;
  min-height: 32px;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#me-msgeditor .propertyeditor-group.k-item .k-link.k-header .propertyeditor-groupName, .me-modal-window .propertyeditor-group.k-item .k-link.k-header .propertyeditor-groupName {
  line-height: 32px;
}

#me-msgeditor .propertyeditor-group.k-item .k-link.k-header.k-state-focused, .me-modal-window .propertyeditor-group.k-item .k-link.k-header.k-state-focused {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#me-msgeditor .propertyeditor-group.k-item .k-link.k-header.k-state-selected, .me-modal-window .propertyeditor-group.k-item .k-link.k-header.k-state-selected {
  color: #131418;
}

#me-msgeditor .propertyeditor-group.k-item .k-link.k-header.k-state-hover, #me-msgeditor .propertyeditor-group.k-item .k-link.k-header.k-state-hover .k-icon, .me-modal-window .propertyeditor-group.k-item .k-link.k-header.k-state-hover, .me-modal-window .propertyeditor-group.k-item .k-link.k-header.k-state-hover .k-icon {
  color: #0097e5;
}

#me-msgeditor .propertyeditor-group.k-item.k-state-active .k-link.k-header, #me-msgeditor .propertyeditor-group.k-item:last-child .k-link.k-header, .me-modal-window .propertyeditor-group.k-item.k-state-active .k-link.k-header, .me-modal-window .propertyeditor-group.k-item:last-child .k-link.k-header {
  border-bottom: 1px solid #cac9c9;
}

#me-msgeditor .propertyeditor-group.k-state-disabled, .me-modal-window .propertyeditor-group.k-state-disabled {
  opacity: 0.5;
}

#me-msgeditor .propertyeditor-group .propertyeditor-item .k-button.k-state-focused, .me-modal-window .propertyeditor-group .propertyeditor-item .k-button.k-state-focused {
  box-shadow: none;
}

#me-msgeditor .propertyeditor-group .propertyeditor-item .k-button .fa-lg, .me-modal-window .propertyeditor-group .propertyeditor-item .k-button .fa-lg {
  line-height: 1.3em;
}

#me-msgeditor .propertyeditor-group .propertyeditor-item .k-dropdown, .me-modal-window .propertyeditor-group .propertyeditor-item .k-dropdown {
  width: 45%;
}

#me-msgeditor .propertyeditor-groupcontent, .me-modal-window .propertyeditor-groupcontent {
  border: none;
  background-color: #f2f2f2;
}

#me-msgeditor .propertyeditor-item, .me-modal-window .propertyeditor-item {
  margin: 10px 0;
}

#me-msgeditor .propertyeditor-item.split-row:has(button:not([disabled])), .me-modal-window .propertyeditor-item.split-row:has(button:not([disabled])) {
  display: inline-block !important;
}

#me-msgeditor .propertyeditor-item span.grouplabel, #me-msgeditor .propertyeditor-item label, .me-modal-window .propertyeditor-item span.grouplabel, .me-modal-window .propertyeditor-item label {
  display: inline-block;
  width: 47%;
  margin-left: 3%;
  text-align: left;
  font-weight: normal;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#me-msgeditor .propertyeditor-item span.grouplabel.me-indent, #me-msgeditor .propertyeditor-item label.me-indent, .me-modal-window .propertyeditor-item span.grouplabel.me-indent, .me-modal-window .propertyeditor-item label.me-indent {
  text-indent: 5px;
}

#me-msgeditor .propertyeditor-item span.grouplabel.me-doubleindent, #me-msgeditor .propertyeditor-item label.me-doubleindent, .me-modal-window .propertyeditor-item span.grouplabel.me-doubleindent, .me-modal-window .propertyeditor-item label.me-doubleindent {
  text-indent: 10px;
}

#me-msgeditor .propertyeditor-item span.grouplabel.me-narrow, #me-msgeditor .propertyeditor-item label.me-narrow, .me-modal-window .propertyeditor-item span.grouplabel.me-narrow, .me-modal-window .propertyeditor-item label.me-narrow {
  width: 10px;
  margin-left: 0px;
}

#me-msgeditor .propertyeditor-item span.grouplabel.disabled, #me-msgeditor .propertyeditor-item label.disabled, .me-modal-window .propertyeditor-item span.grouplabel.disabled, .me-modal-window .propertyeditor-item label.disabled {
  opacity: 0.5;
}

#me-msgeditor .propertyeditor-item.section-header, .me-modal-window .propertyeditor-item.section-header {
  padding-bottom: 0px;
  margin-top: 25px;
}

#me-msgeditor .propertyeditor-item.section-header.first-item, .me-modal-window .propertyeditor-item.section-header.first-item {
  margin-top: 10px;
}

#me-msgeditor .propertyeditor-item.section-header label, .me-modal-window .propertyeditor-item.section-header label {
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 0px;
}

#me-msgeditor .propertyeditor-item.info-section, .me-modal-window .propertyeditor-item.info-section {
  margin-top: -10px;
  padding: 0;
}

#me-msgeditor .propertyeditor-item .me-readonly-text, #me-msgeditor .propertyeditor-item .me-info-text, .me-modal-window .propertyeditor-item .me-readonly-text, .me-modal-window .propertyeditor-item .me-info-text {
  background: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  text-overflow: ellipsis;
  width: 50%;
}

#me-msgeditor .propertyeditor-item .me-info-text, .me-modal-window .propertyeditor-item .me-info-text {
  opacity: 0.75;
  font-size: 0.85em;
  font-style: italic;
  display: inline-table;
}

#me-msgeditor .propertyeditor-item .me-info-text.warning, .me-modal-window .propertyeditor-item .me-info-text.warning {
  color: orange;
}

#me-msgeditor .propertyeditor-item .me-info-text.error, .me-modal-window .propertyeditor-item .me-info-text.error {
  color: red;
  font-size: 1em;
  font-weight: bold;
}

#me-msgeditor .propertyeditor-item .k-numerictextbox, #me-msgeditor .propertyeditor-item .k-textbox, #me-msgeditor .propertyeditor-item .k-input, .me-modal-window .propertyeditor-item .k-numerictextbox, .me-modal-window .propertyeditor-item .k-textbox, .me-modal-window .propertyeditor-item .k-input {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#me-msgeditor .propertyeditor-item .k-numerictextbox:focus, #me-msgeditor .propertyeditor-item .k-textbox:focus, #me-msgeditor .propertyeditor-item .k-input:focus, .me-modal-window .propertyeditor-item .k-numerictextbox:focus, .me-modal-window .propertyeditor-item .k-textbox:focus, .me-modal-window .propertyeditor-item .k-input:focus {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

#me-msgeditor .propertyeditor-item .k-checkbox-label, .me-modal-window .propertyeditor-item .k-checkbox-label {
  margin: 0;
  display: inline;
  font-size: 1.5em;
  line-height: 1.5em;
}

#me-msgeditor .propertyeditor-item #propertyeditor-panelbar:focus, .me-modal-window .propertyeditor-item #propertyeditor-panelbar:focus {
  outline: none;
}

#me-msgeditor .propertyeditor-item .k-numerictextbox, .me-modal-window .propertyeditor-item .k-numerictextbox {
  width: 60px;
  border: 1px solid #cac9c9;
}

#me-msgeditor .propertyeditor-item .k-numerictextbox.me-narrow, .me-modal-window .propertyeditor-item .k-numerictextbox.me-narrow {
  width: 45px;
  margin-right: 5px;
}

#me-msgeditor .propertyeditor-item .k-numeric-wrap, .me-modal-window .propertyeditor-item .k-numeric-wrap {
  border-style: none;
}

#me-msgeditor .propertyeditor-item .k-textbox.ellipses, .me-modal-window .propertyeditor-item .k-textbox.ellipses {
  width: 110px;
  text-overflow: ellipsis;
}

#me-msgeditor .propertyeditor-item .k-textbox.k-state-disabled, .me-modal-window .propertyeditor-item .k-textbox.k-state-disabled {
  box-shadow: none;
}

#me-msgeditor .propertyeditor-item .k-icon, .me-modal-window .propertyeditor-item .k-icon {
  font-size: 1.75em;
  color: #131418;
}

#me-msgeditor .propertyeditor-item .k-slider, .me-modal-window .propertyeditor-item .k-slider {
  width: 120px;
}

#me-msgeditor .propertyeditor-item .k-slider.me-narrow, .me-modal-window .propertyeditor-item .k-slider.me-narrow {
  width: 58px;
  margin-right: 11px;
  top: 10px;
  margin-top: -6px;
}

#me-msgeditor .propertyeditor-item .k-slider-wrap, .me-modal-window .propertyeditor-item .k-slider-wrap {
  margin-top: -10px;
}

#me-msgeditor .propertyeditor-item .k-slider-wrap .k-slider-track, .me-modal-window .propertyeditor-item .k-slider-wrap .k-slider-track {
  height: 4px;
}

#me-msgeditor .propertyeditor-item .k-slider-wrap .k-slider-track .k-slider-selection, .me-modal-window .propertyeditor-item .k-slider-wrap .k-slider-track .k-slider-selection {
  display: none;
}

#me-msgeditor .propertyeditor-item .k-slider-wrap .k-slider-track .k-draghandle, .me-modal-window .propertyeditor-item .k-slider-wrap .k-slider-track .k-draghandle {
  margin-top: 1px;
  top: -6px;
  padding: 0;
}

#me-msgeditor .propertyeditor-item .k-button.me-action, .me-modal-window .propertyeditor-item .k-button.me-action {
  padding: 6px 10px;
  border-radius: 4px;
  margin-top: 0px;
  border: 1px solid #00abec;
  background-color: #fff;
  color: #00abec;
}

#me-msgeditor .propertyeditor-item .k-button.me-action.me-action-indent, .me-modal-window .propertyeditor-item .k-button.me-action.me-action-indent {
  margin-left: 10px;
}

#me-msgeditor .propertyeditor-item .k-button.me-action:hover, .me-modal-window .propertyeditor-item .k-button.me-action:hover {
  border: 1px solid #00ce89;
  color: #00ce89;
}

#me-msgeditor .propertyeditor-item .k-button.me-action .k-sprite, .me-modal-window .propertyeditor-item .k-button.me-action .k-sprite {
  padding: 0 5px 0 0px;
  display: inline;
  line-height: 0;
}

#me-msgeditor .propertyeditor-item .k-button.me-action.primary, .me-modal-window .propertyeditor-item .k-button.me-action.primary {
  border: 1px solid #d7d6d6;
  background-color: #00abec;
  color: #fff;
}

#me-msgeditor .propertyeditor-item .k-button.me-action.primary .k-sprite, .me-modal-window .propertyeditor-item .k-button.me-action.primary .k-sprite {
  color: #fff;
  line-height: 0;
}

#me-msgeditor .propertyeditor-item .k-button.me-action.primary:hover, .me-modal-window .propertyeditor-item .k-button.me-action.primary:hover {
  border: 1px solid #00ce89;
  background-color: #00ce89;
  color: #fff;
}

#me-msgeditor .propertyeditor-item .k-button.me-action-icon, .me-modal-window .propertyeditor-item .k-button.me-action-icon {
  margin-left: 5px;
  color: #131418;
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0);
}

#me-msgeditor .propertyeditor-item .me-radiocheckbox-wrapper, .me-modal-window .propertyeditor-item .me-radiocheckbox-wrapper {
  width: 94%;
  margin-left: 3%;
  margin-bottom: 15px;
}

#me-msgeditor .propertyeditor-item .me-radiocheckbox-wrapper .me-radiocheckbox-option, .me-modal-window .propertyeditor-item .me-radiocheckbox-wrapper .me-radiocheckbox-option {
  width: 47%;
  margin-right: 3%;
  display: inline-block;
}

#me-msgeditor .propertyeditor-item .me-radiocheckbox-wrapper .me-radiocheckbox-option .me-radiocheckbox, .me-modal-window .propertyeditor-item .me-radiocheckbox-wrapper .me-radiocheckbox-option .me-radiocheckbox {
  margin-bottom: 10px;
  display: inline-block;
}

#me-msgeditor .propertyeditor-item .me-radiocheckbox-wrapper .me-radiocheckbox-option .me-radiocheckbox .me-radiocheckbox-label, .me-modal-window .propertyeditor-item .me-radiocheckbox-wrapper .me-radiocheckbox-option .me-radiocheckbox .me-radiocheckbox-label {
  margin-left: 5px;
  display: inline;
}

#me-msgeditor .propertyeditor-item .me-radiocheckbox-wrapper .me-radiocheckbox-option .me-radiocheckbox .me-radiocheckbox-input, .me-modal-window .propertyeditor-item .me-radiocheckbox-wrapper .me-radiocheckbox-option .me-radiocheckbox .me-radiocheckbox-input {
  vertical-align: text-bottom;
}

#me-msgeditor .propertyeditor-item .me-radiocheckbox-wrapper .me-radiocheckbox-option .me-radiocheckbox-icon-holder .me-radiocheckbox-icon, .me-modal-window .propertyeditor-item .me-radiocheckbox-wrapper .me-radiocheckbox-option .me-radiocheckbox-icon-holder .me-radiocheckbox-icon {
  font-size: 15em;
}

#me-msgeditor .propertyeditor-item .customstepper-wrapper, .me-modal-window .propertyeditor-item .customstepper-wrapper {
  margin-top: 0px;
  margin-left: 0px;
  display: inline-block;
}

#me-msgeditor .propertyeditor-item .customstepper-wrapper .customstepper-button, .me-modal-window .propertyeditor-item .customstepper-wrapper .customstepper-button {
  padding-top: 7px;
  margin-top: 1px;
}

#me-msgeditor .k-window-content, .me-modal-window .k-window-content {
  padding: 0;
}

#me-msgeditor .secondary-toolbar {
  display: none;
  position: fixed;
  opacity: 1;
  height: 39px;
  width: 100%;
  background-color: #f2f2f2;
}

#me-msgeditor .secondary-toolbar .toolbar-tool-holder.small span.toolbar-tool.k-combobox, #me-msgeditor .secondary-toolbar .toolbar-tool-holder.small .toolbar-tool.k-dropdown {
  padding: 0;
  padding-right: 10px;
}

#me-msgeditor .secondary-toolbar .cq-icon-editor-line-height {
  margin-right: 0;
  margin: 0;
  padding: 10px 0px 5px 5px;
  vertical-align: middle;
}

#me-msgeditor .secondary-toolbar .toolbar-tool-holder.small .toolbar-tool.k-dropdown {
  max-width: 160px;
}

#me-msgeditor .secondary-toolbar .colorchooser-swatchinput-wrapper {
  margin-top: 6px;
}

#me-msgeditor .secondary-toolbar .k-state-hover {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

#me-msgeditor .secondary-toolbar .k-picker-wrap {
  max-height: 26px;
}

#me-msgeditor .secondary-toolbar .k-colorpicker {
  margin-left: 5px;
  margin-right: 5px;
}

#me-msgeditor .secondary-toolbar .k-colorpicker .k-selected-color {
  height: 27px;
}

#me-msgeditor .secondary-toolbar .tool-active {
  color: #131418;
  background-color: #fff;
}

#me-msgeditor .settingseditor-propertyeditor, .me-modal-window .settingseditor-propertyeditor {
  width: 100%;
  overflow: auto;
  background-color: #fff;
}

#me-msgeditor .settingseditor-propertyeditor .propertyeditor-group, .me-modal-window .settingseditor-propertyeditor .propertyeditor-group {
  background: #fff;
}

#me-msgeditor .settingseditor-propertyeditor .propertyeditor-group .propertyeditor-groupcontent, .me-modal-window .settingseditor-propertyeditor .propertyeditor-group .propertyeditor-groupcontent {
  background: #fff;
}

#me-msgeditor .settingseditor-actions, .me-modal-window .settingseditor-actions {
  position: absolute;
  bottom: 0;
  display: block;
  height: 7%;
  width: 95%;
  text-align: right;
}

#me-msgeditor #me-texteditor p {
  cursor: text;
}

#me-msgeditor #TextEditor_FontFamilySelector-list {
  min-width: 134px;
}

#me-msgeditor .secondary-toolbar #TextEditor_FontSizeSelector-holder .toolbar-tool {
  max-width: 80px;
  height: 100%;
}

#me-msgeditor .secondary-toolbar #TextEditor_FontFamilySelector-holder span.k-dropdown-wrap.k-state-default {
  padding-right: 20px;
  height: 26px;
}

#me-msgeditor .secondary-toolbar #TextEditor_DataChannelFieldPicker .k-sprite {
  padding-right: 5px;
}

#me-msgeditor .secondary-toolbar #TextEditor_LineHeightSelector-holder, #me-msgeditor .secondary-toolbar #TextEditor_LineHeightInput-holder {
  max-height: 40px;
}

#me-msgeditor .secondary-toolbar #TextEditor_LineHeightSelector-holder .toolbar-tool.k-numerictextbox, #me-msgeditor .secondary-toolbar #TextEditor_LineHeightInput-holder .toolbar-tool.k-numerictextbox {
  max-width: 50px;
  padding: 0 0px 0 5px;
  height: 38px;
}

#me-msgeditor .secondary-toolbar #TextEditor_LineHeightSelector-holder .toolbar-tool span.k-numeric-wrap, #me-msgeditor .secondary-toolbar #TextEditor_LineHeightInput-holder .toolbar-tool span.k-numeric-wrap {
  max-height: 28px;
  border: 1px solid #cac9c9;
}

#me-msgeditor .secondary-toolbar #TextEditor_LineHeightSelector-holder .toolbar-tool span.k-numeric-wrap.k-state-focused, #me-msgeditor .secondary-toolbar #TextEditor_LineHeightSelector-holder .toolbar-tool span.k-numeric-wrap.k-state-focused > .k-select, #me-msgeditor .secondary-toolbar #TextEditor_LineHeightInput-holder .toolbar-tool span.k-numeric-wrap.k-state-focused, #me-msgeditor .secondary-toolbar #TextEditor_LineHeightInput-holder .toolbar-tool span.k-numeric-wrap.k-state-focused > .k-select {
  background-color: #fff;
}

#me-msgeditor .secondary-toolbar #TextEditor_LineHeightSelector-holder .k-numerictextbox .k-link, #me-msgeditor .secondary-toolbar #TextEditor_LineHeightInput-holder .k-numerictextbox .k-link {
  margin-top: -4px;
  margin-bottom: 3px;
}

#me-msgeditor .secondary-toolbar #TextEditor_LineHeightSelector-holder .k-numeric-wrap .k-icon.k-i-arrow-n, #me-msgeditor .secondary-toolbar #TextEditor_LineHeightInput-holder .k-numeric-wrap .k-icon.k-i-arrow-n {
  background-image: none;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.6em;
  color: #131418;
  opacity: 1;
}

#me-msgeditor .secondary-toolbar #TextEditor_LineHeightSelector-holder .k-numeric-wrap .k-icon.k-i-arrow-n:before, #me-msgeditor .secondary-toolbar #TextEditor_LineHeightInput-holder .k-numeric-wrap .k-icon.k-i-arrow-n:before {
  content: "\f0d8";
}

#me-msgeditor .secondary-toolbar #TextEditor_LineHeightSelector-holder .k-numeric-wrap .k-icon.k-i-arrow-n:hover, #me-msgeditor .secondary-toolbar #TextEditor_LineHeightInput-holder .k-numeric-wrap .k-icon.k-i-arrow-n:hover {
  color: #131418;
}

#me-msgeditor .secondary-toolbar #TextEditor_LineHeightSelector-holder .toolbar-tool:hover, #me-msgeditor .secondary-toolbar #TextEditor_LineHeightInput-holder .toolbar-tool:hover {
  background: rgba(0, 0, 0, 0);
  color: inherit;
}

#me-msgeditor .secondary-toolbar #TextEditor_LineHeightSelector-holder .toolbar-tool-icon, #me-msgeditor .secondary-toolbar #TextEditor_LineHeightInput-holder .toolbar-tool-icon {
  opacity: 0.5;
  margin-left: 5px;
}

#hint {
  font-size: 16px;
  color: #fff;
}

#hint .fa-2x {
  width: 2em;
  height: 100%;
}

#me-msgeditor .toolbar-group {
  float: left;
  display: inline-block;
  margin: 0px 5px 0px 5px;
  padding: 0;
  -webkit-animation: fadein 1s ease-in-out;
  -moz-animation: fadein 1s ease-in-out;
  -ms-animation: fadein 1s ease-in-out;
  -o-animation: fadein 1s ease-in-out;
  animation: fadein 1s ease-in-out;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#me-msgeditor .toolbar-tool-holder {
  float: left;
  display: inline-block;
}

#me-msgeditor .toolbar-tool-holder.hidden {
  visibility: hidden;
  display: none;
}

#me-msgeditor .toolbar-tool-holder .k-sprite {
  overflow: visible;
}

#me-msgeditor .toolbar-tool-holder .toolbar-tool-icon {
  float: left;
}

#me-msgeditor .toolbar-tool-holder .toolbar-tool {
  padding: 12px 4px 8px 4px;
  margin: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  border: none;
  box-shadow: none;
  display: inline-block;
}

#me-msgeditor .toolbar-tool-holder .toolbar-tool:hover {
  color: #00ce89;
}

#me-msgeditor .toolbar-tool-holder .toolbar-tool:hover span.k-icon {
  color: #00ce89;
}

#me-msgeditor .toolbar-tool-holder .toolbar-tool.tool-active {
  background: #00abec;
  color: #fff;
}

#me-msgeditor .toolbar-tool-holder .toolbar-title {
  padding: 12px 7px 8px 10px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.1em;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-small .toolbar-tool {
  padding: 10px 5px 5px 5px;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-small .toolbar-tool.k-dropdown {
  margin-top: 6px;
  max-width: 150px;
  padding: 0px 5px 0px 5px;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-small .toolbar-tool.k-dropdown:hover {
  background: none;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-small .toolbar-tool .toolbar-tool-text {
  display: none;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-small .toolbar-tool.toolbar-tool-textbutton {
  padding: 5px;
  text-transform: uppercase;
  color: #00abec;
  border-radius: 4px;
  margin-top: 5px;
  margin-left: 5px;
  border: 1px solid #00abec;
  background-color: #fff;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-small .toolbar-tool.toolbar-tool-textbutton.primary {
  color: #fff;
  border: 1px solid #00abec;
  background-color: #00abec;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-small .toolbar-tool.toolbar-tool-textbutton.primary:hover {
  color: #fff;
  border: 1px solid #00ce89;
  background-color: #00ce89;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-small .toolbar-tool.toolbar-tool-textbutton:hover {
  color: #00ce89;
  border: 1px solid #00ce89;
}

#me-msgeditor .toolbar-tool-holder .toolbar-tool-secondary {
  float: right;
  margin-top: 0px;
  margin-left: 0px;
  text-align: left;
  background: none;
  border: none;
}

#me-msgeditor .toolbar-tool-holder .toolbar-tool-secondary .k-link {
  padding: 0;
  margin: 0;
  text-transform: none;
}

#me-msgeditor .toolbar-tool-holder .toolbar-tool-secondary .k-group {
  margin-top: 2em;
  margin-left: -20px;
  padding: 0;
  font-size: 1em !important;
  color: #131418;
  border: 1px solid #cac9c9;
}

#me-msgeditor .toolbar-tool-holder span.toolbar-tool.k-dropdown {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 1px;
  max-width: 100px;
}

#me-msgeditor .toolbar-tool-holder span.toolbar-tool .k-combobox {
  padding: 0;
  margin: 0;
  margin-top: 11px;
  margin-bottom: 5px;
  max-width: 75px;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-small span.toolbar-tool.k-combobox {
  margin-top: 6px;
  padding: 0px 5px 0px 5px;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-small span.toolbar-tool.k-combobox:hover {
  background: none;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-small input.k-input.toolbar-tool {
  padding: 0;
  height: 26px;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-small span.k-colorpicker {
  margin-top: 6px;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-small span.k-numerictextbox {
  margin-top: 6px;
}

#me-msgeditor .toolbar-tool-holder .toolbar-tool span {
  margin-right: 0;
  margin-left: 0;
  margin: 0;
  padding: 0;
}

#me-msgeditor .toolbar-tool-holder.switch:hover {
  cursor: pointer;
}

#me-msgeditor .toolbar-tool-holder #Toolbar_SnapToGrid {
  display: none;
}

#me-msgeditor .toolbar-tool-holder .toolbar-tool-text:hover {
  cursor: pointers;
}

#me-msgeditor .toolbar-tool-holder .km-switch {
  margin-top: 10px;
  margin-bottom: 6px;
  margin-left: 3px;
  background: none;
  border: none;
  box-shadow: none;
}

#me-msgeditor .toolbar-tool-holder .km-switch .km-switch-background {
  background-color: #00abec;
}

#me-msgeditor .toolbar-tool-holder .km-switch:hover {
  cursor: pointers;
}

#me-msgeditor .toolbar-tool-holder .km-switch .km-switch-wrapper, #me-msgeditor .toolbar-tool-holder .km-switch .km-switch-container {
  border-radius: 300px;
  border-color: rgba(0, 0, 0, 0);
  padding-right: 1px;
}

#me-msgeditor .toolbar-tool-holder .km-switch .km-switch-handle {
  color: #00abec;
  border-radius: 300px;
  border: 1px solid #aaa;
}

#me-msgeditor .toolbar-tool-holder .km-switch .km-switch-label-on, #me-msgeditor .toolbar-tool-holder .km-switch .km-switch-label-off {
  font-weight: bold;
}

#me-msgeditor .toolbar-tool-holder .km-switch .km-switch-label-off {
  color: #42495b;
  left: 15px;
}

#me-msgeditor .toolbar-tool-holder .km-switch .km-switch-label-on {
  color: #fff;
}

#me-msgeditor .toolbar-tool-holder .k-icon.k-i-arrow-s {
  background-image: none;
  font: normal normal normal 14px/1 FontAwesome;
  clear: left;
  font-size: 1.6em;
  margin-bottom: 6px;
  color: #131418;
  opacity: 1;
}

#me-msgeditor .toolbar-tool-holder .k-icon.k-i-arrow-s:before {
  content: "\f0d7";
}

#me-msgeditor .toolbar-tool-holder .toolbar-tool:hover .k-icon.k-i-arrow-s {
  color: #131418;
}

#me-msgeditor .toolbar-tool-holder .k-item {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

#me-msgeditor .toolbar-tool-holder .k-button, #me-msgeditor .toolbar-tool-holder .k-button.k-state-focused, #me-msgeditor .toolbar-tool-holder .k-button.k-state-hover, #me-msgeditor .toolbar-tool-holder .k-button:focus, #me-msgeditor .toolbar-tool-holder .k-button:focus:not(.k-state-disabled):not([disabled]), #me-msgeditor .toolbar-tool-holder .k-button:hover {
  box-shadow: none;
}

#me-msgeditor .toolbar-tool-holder .k-button:hover .toolbar-tool-secondary .k-link, #me-msgeditor .toolbar-tool-holder .k-button.k-state-hover .toolbar-tool-secondary .k-link, #me-msgeditor .toolbar-tool-holder .k-button:focus .toolbar-tool-secondary .k-link, #me-msgeditor .toolbar-tool-holder .k-button:hover .toolbar-tool-secondary .k-link {
  background-color: #fff;
}

#me-msgeditor .toolbar-tool-holder span.k-input {
  line-height: 28px;
}

#me-msgeditor .toolbar-tool-holder .k-menu .k-menu-group .k-sprite.fa-fa-2x, #me-msgeditor .toolbar-tool-holder .k-menu .k-menu-group .k-sprite.fa {
  margin-right: 0.2em;
}

#me-msgeditor .toolbar-tool-holder .k-menu .k-menu-group .k-sprite:hover {
  color: #fff;
}

#me-msgeditor .toolbar-tool-holder .k-menu .k-menu-group.k-item.k-state-hover {
  background: #00abec;
  color: #fff;
}

#me-msgeditor .toolbar-tool-holder .k-menu .k-menu-group > .k-item.k-state-hover {
  background: #00abec;
  color: #fff;
}

#me-msgeditor .toolbar-tool-holder .k-menu .k-menu-group > .k-item > .k-link {
  padding: 1em 1.5em 0.5em 1em;
  background-color: #eee;
}

#me-msgeditor .toolbar-tool-holder .k-menu .k-menu-group > .k-item.k-state-hover > .k-link {
  background: #00abec;
  color: #fff;
}

#me-msgeditor .toolbar-tool-holder .k-menu .k-item > .k-link > .k-i-arrow-s {
  background-color: rgba(0, 0, 0, 0);
}

#me-msgeditor .toolbar-tool-holder .k-menu .k-item.k-state-hover > .k-link > .k-i-arrow-s {
  background-color: #fff;
  color: #131418;
}

#me-msgeditor .toolbar-tool-holder .k-state-disabled .k-menu .k-item > .k-link > .k-i-arrow-s {
  opacity: 0.5;
}

#me-msgeditor #Toolbar_ViewGrid .k-sprite.fa-ban, #me-msgeditor #Toolbar_ViewOutlines .k-sprite.fa-ban {
  color: rgba(0, 0, 0, 0);
}

#me-msgeditor #toolbarGroup-preview-holder.toolbar-tool-holder .toolbar-tool:hover .k-icon.k-i-arrow-s {
  color: #131418;
}

#me-msgeditor #toolbarGroup-preview-holder.toolbar-tool-holder .toolbar-tool:hover .k-icon.k-i-arrow-s:hover {
  color: #00ce89;
}

#me-msgeditor .toolbar-tool-text, #me-msgeditor .toolbar-tool-active-text {
  text-transform: none;
  text-align: center;
  clear: both;
}

#me-msgeditor .toolbar-tool-text.disabled, #me-msgeditor .toolbar-tool-active-text.disabled {
  opacity: 0.5;
}

#me-msgeditor .toolbar-tool-active-text {
  visibility: hidden;
}

#me-msgeditor .k-state-disabled .k-sprite, #me-msgeditor .toolbar-tool-holder .k-state-disabled .toolbar-tool-secondary .k-link {
  opacity: 0.5;
}

#me-msgeditor span.k-dropdown-wrap.k-state-default, #me-msgeditor span.k-dropdown-wrap.k-state-disabled {
  border: 1px solid #cac9c9;
  padding-right: 20px;
  height: 26px;
}

#me-msgeditor .toolbar-group.toolbar-tool-holder-vertical {
  padding-right: 0px;
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background: #fff;
  min-height: 100%;
  width: 70px;
  position: absolute;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-holder-vertical {
  width: 100%;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-holder-vertical .toolbar-tool {
  padding: 10px 0px 7px 0;
  margin: 0;
  width: 100%;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-holder-vertical .toolbar-tool.k-state-active {
  background: #00abec;
  color: #fff;
  border-radius: 0;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-holder-vertical .toolbar-tool-expander {
  display: inline-block;
  margin-left: -15px;
  margin-top: 15px;
  position: absolute;
  cursor: pointer;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.4em;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-holder-vertical .toolbar-tool-expander:before {
  content: "\f0d7";
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-holder-vertical .toolbar-tool-expander.collapsed {
  transform: rotate(270deg);
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-holder-vertical .toolbar-tool-expander.expanded {
  transform: rotate(90deg);
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-holder-vertical .toolbar-tool-expander:hover {
  color: #00ce89;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-holder-vertical .toolbar-tool-expander.disabled {
  opacity: 0.4;
  pointer-events: none;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-holder-vertical .toolbar-drawer {
  overflow-y: auto;
  overflow-x: hidden;
  width: 150px;
  position: absolute;
  display: none;
  z-index: -1;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background: #3b3b3b;
  color: #feac00;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-holder-vertical .toolbar-drawer.disabled {
  opacity: 0.5;
  pointer-events: none;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-holder-vertical .toolbar-drawer .toolbar-drawer-section {
  width: 100%;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-holder-vertical .toolbar-drawer .toolbar-drawer-section .toolbar-drawer-category {
  padding: 5px 10px 5px 10px;
  margin: 1px 0px 1px 0px;
  clear: both;
  color: #fff;
  background: #555;
  float: left;
  width: 100%;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-holder-vertical .toolbar-drawer .toolbar-drawer-section .toolbar-drawer-category:hover {
  cursor: pointer;
  background: #666;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-holder-vertical .toolbar-drawer .toolbar-drawer-section .toolbar-drawer-content {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  opacity: 0;
  float: left;
  max-height: 0;
  width: 100%;
  transition: visibility 0s, opacity 0.5s linear, max-height 0.5s ease-in;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-holder-vertical .toolbar-drawer .toolbar-drawer-section .toolbar-drawer-content.open {
  visibility: visible;
  height: auto;
  opacity: 1;
  max-height: 9999px;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-holder-vertical .toolbar-drawer .toolbar-drawer-section .toolbar-drawer-content .toolbar-drawer-item {
  padding: 5% 0 5% 0;
  margin-top: 1%;
  margin-bottom: 1%;
  width: 50%;
  float: left;
  cursor: move;
  text-align: center;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-holder-vertical .toolbar-drawer .toolbar-drawer-section .toolbar-drawer-content .toolbar-drawer-item svg {
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  height: 40px;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-holder-vertical .toolbar-drawer .toolbar-drawer-section .toolbar-drawer-content .toolbar-drawer-item:hover {
  background: #3b3b3b;
  background: #444;
  color: lime;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-holder-vertical .toolbar-drawer #drawerCloseButton {
  color: #fff;
  padding: 10px 0px 5px 10px;
  display: block;
  text-decoration: none;
  text-transform: lowercase;
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-holder-vertical .toolbar-drawer #drawerCloseButton:before {
  content: "« ";
}

#me-msgeditor .toolbar-tool-holder.toolbar-tool-holder-vertical .toolbar-drawer #drawerCloseButton:hover {
  color: #ccc;
  text-decoration: underline;
}

#me-msgeditor .userscriptseditor-holder, .me-modal-window .userscriptseditor-holder {
  display: block;
  height: 100%;
}

#me-msgeditor .userscriptseditor-holder .userscriptseditor-entrypointholder, #me-msgeditor .userscriptseditor-holder .userscriptseditor-codeinputholder, .me-modal-window .userscriptseditor-holder .userscriptseditor-entrypointholder, .me-modal-window .userscriptseditor-holder .userscriptseditor-codeinputholder {
  padding: 0;
  display: inline-block;
  height: 100%;
  text-align: left;
  overflow: auto;
  height: 100%;
}

#me-msgeditor .userscriptseditor-holder .userscriptseditor-entrypointholder, .me-modal-window .userscriptseditor-holder .userscriptseditor-entrypointholder {
  width: 200px;
}

#me-msgeditor .userscriptseditor-holder .userscriptseditor-codeinputholder, .me-modal-window .userscriptseditor-holder .userscriptseditor-codeinputholder {
  width: calc(100% - 200px);
  position: relative;
}

#me-msgeditor .userscriptseditor-holder .userscriptseditor-codeinputholder #userscriptseditor-codeinputpanel, .me-modal-window .userscriptseditor-holder .userscriptseditor-codeinputholder #userscriptseditor-codeinputpanel {
  position: absolute;
  width: 100%;
  height: 100%;
}

#me-msgeditor #workspaceGridContainer #grid path {
  stroke: #0097e5;
}

#me-msgeditor #workspaceGridContainer .pixelMarker {
  position: absolute;
  text-align: left;
  font-size: 10px;
  color: #666;
}

#me-msgeditor #workspaceGridContainer .pixelMarker.horizontal {
  padding: 0 2px 0 2px;
  margin-top: -15px;
  width: 25px;
  height: 15px;
  border-left: 2px #666 solid;
}

#me-msgeditor #workspaceGridContainer .pixelMarker.horizontal.last {
  border-left: none;
  border-right: 2px #666 solid;
  text-align: right;
  margin-left: -30px;
}

#me-msgeditor #workspaceGridContainer .pixelMarker.vertical {
  padding: 0 2px 0 0;
  margin-left: -25px;
  width: 23px;
  height: 15px;
  text-align: right;
  border-top: 2px #666 solid;
}

#me-msgeditor #workspaceGridContainer .pixelMarker.vertical.last {
  border-top: none;
  border-bottom: 2px #666 solid;
  margin-top: -17px;
}

@media only screen and (max-width: 1300px) {
  #me-msgeditor .toolbar-group {
    margin-right: 10px;
    margin-left: 0px;
  }
  #me-msgeditor .toolbar-group .toolbar-tool-holder.toolbar-tool-large .toolbar-tool {
    padding-top: 20px;
    padding-left: 3px;
    padding-right: 3px;
  }
  #me-msgeditor .toolbar-group .toolbar-tool-holder.toolbar-tool-large .toolbar-tool.k-dropdown {
    padding-top: 5px;
  }
  #me-msgeditor .toolbar-group .toolbar-tool-holder.toolbar-tool-large .toolbar-tool-text, #me-msgeditor .toolbar-group .toolbar-tool-holder.toolbar-tool-large .toolbar-tool-active-text {
    display: none;
  }
  #me-msgeditor .toolbar-group .toolbar-tool-holder.toolbar-tool-large .k-switch {
    margin-top: 17px;
  }
}