.sceditor-button div,
div.sceditor-grip {
    background-image: url(famfamfam.png);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}
.sceditor-button-youtube div {
    background-position: 0 0;
}
.sceditor-button-link div {
    background-position: 0 -16px;
}
.sceditor-button-unlink div {
    background-position: 0 -32px;
}
.sceditor-button-underline div {
    background-position: 0 -48px;
}
.sceditor-button-time div {
    background-position: 0 -64px;
}
.sceditor-button-table div {
    background-position: 0 -80px;
}
.sceditor-button-superscript div {
    background-position: 0 -96px;
}
.sceditor-button-subscript div {
    background-position: 0 -112px;
}
.sceditor-button-strike div {
    background-position: 0 -128px;
}
.sceditor-button-source div {
    background-position: 0 -144px;
}
.sceditor-button-size div {
    background-position: 0 -160px;
}
.sceditor-button-rtl div {
    background-position: 0 -176px;
}
.sceditor-button-right div {
    background-position: 0 -192px;
}
.sceditor-button-removeformat div {
    background-position: 0 -208px;
}
.sceditor-button-quote div {
    background-position: 0 -224px;
}
.sceditor-button-print div {
    background-position: 0 -240px;
}
.sceditor-button-pastetext div {
    background-position: 0 -256px;
}
.sceditor-button-paste div {
    background-position: 0 -272px;
}
.sceditor-button-outdent div {
    background-position: 0 -288px;
}
.sceditor-button-orderedlist div {
    background-position: 0 -304px;
}
.sceditor-button-maximize div {
    background-position: 0 -320px;
}
.sceditor-button-ltr div {
    background-position: 0 -336px;
}
.sceditor-button-left div {
    background-position: 0 -352px;
}
.sceditor-button-justify div {
    background-position: 0 -368px;
}
.sceditor-button-italic div {
    background-position: 0 -384px;
}
.sceditor-button-indent div {
    background-position: 0 -400px;
}
.sceditor-button-image div {
    background-position: 0 -416px;
}
.sceditor-button-horizontalrule div {
    background-position: 0 -432px;
}
.sceditor-button-format div {
    background-position: 0 -448px;
}
.sceditor-button-font div {
    background-position: 0 -464px;
}
.sceditor-button-emoticon div {
    background-position: 0 -480px;
}
.sceditor-button-email div {
    background-position: 0 -496px;
}
.sceditor-button-date div {
    background-position: 0 -512px;
}
.sceditor-button-cut div {
    background-position: 0 -528px;
}
.sceditor-button-copy div {
    background-position: 0 -544px;
}
.sceditor-button-color div {
    background-position: 0 -560px;
}
.sceditor-button-code div {
    background-position: 0 -576px;
}
.sceditor-button-center div {
    background-position: 0 -592px;
}
.sceditor-button-bulletlist div {
    background-position: 0 -608px;
}
.sceditor-button-bold div {
    background-position: 0 -624px;
}
div.sceditor-grip {
    background-position: 0 -640px;
}
.rtl div.sceditor-grip {
    background-position: 0 -650px;
}
.sceditor-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  background: #333;
  color: #ccc;
  border: 1px solid #444;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 250px;
    line-height: 1;
    position: relative;
}
.sceditor-container *,
.sceditor-container :after,
.sceditor-container :before {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.sceditor-container,
.sceditor-container div,
div.sceditor-dropdown,
div.sceditor-dropdown div {
    margin: 0;
    padding: 0;
    z-index: 3;
}
.sceditor-container iframe,
.sceditor-container textarea {
    -webkit-box-flex: 1;
  background: #1e1e1e !important;
  color: #ccc !important;
    border: 1px solid #666;
    display: block;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: auto !important;
    line-height: 1.25;
    margin: 8px;
    min-height: 1px;
    outline: none;
    padding: 6px;
    resize: none;
    width: auto !important;
    width: calc(100% - 30px) !important;
}
.sceditor-container textarea {
    margin: 7px 5px;
}
div.sceditor-dnd-cover {
    background: hsla(0, 0%, 100%, 0.2);
    border: 5px dashed #555;
    bottom: 0;
    color: #ddd;
    font-size: 2em;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 200;
}
div.sceditor-dnd-cover p {
    pointer-events: none;
    position: relative;
    top: 45%;
}
div.sceditor-resize-cover {
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
div.sceditor-grip {
    bottom: 0;
    cursor: pointer;
    height: 10px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 10px;
    z-index: 3;
}
div.sceditor-grip.has-icon {
    background-image: none;
}
.sceditor-maximize {
    background-clip: padding-box;
    border-radius: 0;
    height: 100% !important;
    left: 0;
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 2000;
}
body.sceditor-maximize,
html.sceditor-maximize {
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.sceditor-maximize div.sceditor-grip {
    display: none;
}
.sceditor-maximize div.sceditor-toolbar {
    background-clip: padding-box;
    border-radius: 0;
}
div.sceditor-dropdown {
    background: #2a2a2a;
    background-clip: padding-box;
    color:#eee;
    border: 1px solid #555;
    border-radius: 2px;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    font-weight: 400;
    padding: 10px;
    position: absolute;
    z-index: 4000;
}
div.sceditor-dropdown *,
div.sceditor-dropdown :after,
div.sceditor-dropdown :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
div.sceditor-dropdown a,
div.sceditor-dropdown a:link {
    color: #4fc3f7;
}
div.sceditor-dropdown form {
    margin: 0;
}
div.sceditor-dropdown label {
    color: #999;
    display: block;
    font-weight: 700;
    padding: 4px 0;
}
div.sceditor-dropdown input,
div.sceditor-dropdown textarea {
    color:#fff;
    background:#444;
    background-clip: padding-box;
    border: 1px solid #555;
    border-radius: 1px;
    border-top-color: #505050;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin: 0 0 0.75em;
    outline: 0;
    padding: 4px;
}
div.sceditor-dropdown textarea {
    padding: 6px;
}
div.sceditor-dropdown input:focus,
div.sceditor-dropdown textarea:focus {
    border-color: #666;
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.3);
}
div.sceditor-dropdown .button {
    background: #333;
    background-clip: padding-box;
    border: 1px solid #444;
    border-radius: 2px;
    color: #bbb;
    cursor: pointer;
    font-weight: 700;
    margin: 0.3em 0 0;
    padding: 6px 12px;
}
div.sceditor-dropdown .button:hover {
    background: #555;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
div.sceditor-font-picker,
div.sceditor-fontsize-picker,
div.sceditor-format {
    padding: 6px 0;
}
div.sceditor-color-picker {
    padding: 4px;
}
div.sceditor-emoticons,
div.sceditor-more-emoticons {
    padding: 0;
}
.sceditor-pastetext textarea {
    border: 1px solid #444;
    width: 20em;
}
.sceditor-emoticons img,
.sceditor-more-emoticons img {
    cursor: pointer;
    margin: 2px;
    padding: 0;
}
.sceditor-more {
    border-top: 1px solid #444;
    cursor: pointer;
    display: block;
    font-weight: 700;
    padding: 6px 0;
    text-align: center;
}
.sceditor-dropdown a:hover {
    background: #444;
}
.sceditor-font-option,
.sceditor-fontsize-option,
.sceditor-format a {
    color: #ccc;
    cursor: pointer;
    display: block;
    padding: 7px 10px;
    text-decoration: none;
}
.sceditor-fontsize-option {
    padding: 7px 13px;
}
.sceditor-color-column {
    float: left;
}
.sceditor-color-option {
    border: 2px solid #555;
    display: block;
    height: 18px;
    overflow: hidden;
    width: 18px;
}
.sceditor-color-option:hover {
    border: 1px solid #666;
}
div.sceditor-toolbar {
    -ms-flex-negative: 0;
  background: #2a2a2a;
    background-clip: padding-box;
    border-bottom: 1px solid #444;
    border-radius: 3px 3px 0 0;
    flex-shrink: 0;
    line-height: 0;
    overflow: hidden;
    padding: 3px 5px 2px;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div.sceditor-group {
    background: #2a2a2a;
    border-bottom: 1px solid #444;
    border-radius: 3px;
    display: inline-block;
    margin: 1px 5px 1px 0;
    padding: 1px;
}
.sceditor-button {
  background: #333;
    border-radius: 3px;
    cursor: pointer;
    float: left;
    height: 20px;
    padding: 3px 5px;
    width: 16px;
}
.sceditor-button.active,
.sceditor-button:active,
.sceditor-button:hover {
    background: #444;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), inset -1px 0 rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), inset -1px 0 rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.sceditor-button:active {
    background: #404040;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), inset -1px 0 rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), inset -1px 0 rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 0 8px rgba(0, 0, 0, 0.3);
}
.sceditor-button.disabled:hover {
    background: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
}
.sceditor-button,
.sceditor-button div {
    display: block;
}
.sceditor-button svg {
    fill: #ccc;
    display: inline-block;
    height: 16px;
    line-height: 1;
    margin: 2px 0;
    pointer-events: none;
    text-decoration: none;
    width: 16px;
}
.sceditor-button.disabled svg {
    fill: #333;
}
.sceditor-button div {
    color: transparent;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    margin: 2px 0;
    overflow: hidden;
    padding: 0;
}
.sceditor-button.has-icon div {
    display: none;
}
.sceditor-button.disabled div {
    opacity: 0.3;
}
.sceditor-button.text,
.sceditor-button.text div,
.sceditor-button.text-icon,
.sceditor-button.text-icon div,
.text .sceditor-button,
.text .sceditor-button div,
.text-icon .sceditor-button,
.text-icon .sceditor-button div {
    color: inherit;
    display: inline-block;
    font-size: 1em;
    line-height: 16px;
    text-indent: 0;
    width: auto;
}
.sceditor-button.has-icon div,
.sceditor-button.text div,
.text .sceditor-button div,
.text-icon .sceditor-button.has-icon div {
    background: none;
    padding: 0 2px;
}
.sceditor-button.text svg,
.text .sceditor-button svg {
    display: none;
}
.sceditor-button.text-icon div,
.text-icon .sceditor-button div {
    padding: 0 2px 0 20px;
}
.rtl div.sceditor-toolbar {
    text-align: right;
}
.rtl .sceditor-button {
    float: right;
}
.rtl div.sceditor-grip {
    left: 0;
    right: auto;
}
.sceditor-container {
    background-clip: padding-box;
    border: 1px solid #444;
    border-radius: 0;
}
.sceditor-container textarea {
    background: #2e3436;
    color: #fff;
    font-family: Consolas, Bitstream Vera Sans Mono, Andale Mono, Monaco, DejaVu Sans Mono, Lucida Console, monospace;
    margin: 0;
    padding: 5px;
}
div.sceditor-group,
div.sceditor-toolbar {
  background: #252525 !important;
  background: linear-gradient(180deg, #252525 0%, #1e1e1e 100%) !important;
  border-color: #444 !important;
}
div.sceditor-toolbar {
    background-size: 100% 32px;
    border-bottom: 1px solid #444;
    padding: 0;
}
div.sceditor-group {
    background-clip: padding-box;
    border: 0;
    border-left: 1px solid #444;
    border-radius: 0;
    border-right: 1px solid #444;
    margin: 0;
    padding: 2px 4px;
}
div.sceditor-group:last-child {
    border-right: 0;
}
div.sceditor-group:first-child {
    border-left: 0;
}
.sceditor-button {
    background-clip: padding-box;
    border-radius: 0;
    height: 16px;
    margin: 1px;
    padding: 5px;
}
.sceditor-button div,
.sceditor-button svg {
    margin: 0;
}
.sceditor-button.active,
.sceditor-button.active:hover,
.sceditor-button:active,
.sceditor-button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}
.sceditor-button.active {
    background: #000;
    border: 1px solid #34baf8;
    border-radius:4px;
}
.sceditor-button:hover {
    background: #202020;
    border: 1px solid #2885b0;
    border-radius:4px;
}
.sceditor-button.disabled:hover {
    border: 0;
    margin: 1px;
}
.sceditor-button:active {
    background: #333;
    border: 1px solid #444;
}
.sceditor-button.active:hover {
    background: #444;
    border: 1px solid #555;
}