﻿/* Helper */

.is-builder > div > div:focus,
.is-builder table:focus {
    outline: none
}

.is-builder > div > div.cell-active,
.is-builder > div > table.cell-active {
    outline: 1px solid #00da89;
}

.is-builder > .row-active {
    outline: 1px solid #00da89;
}

.cell-active h1.elm-active,
.cell-active h2.elm-active,
.cell-active h3.elm-active,
.cell-active h4.elm-active,
.cell-active h5.elm-active,
.cell-active h6.elm-active,
.cell-active p.elm-active,
.cell-active blockquote.elm-active,
.cell-active pre.elm-active,
.cell-active li.elm-active,
.cell-active > .elm-active {
    background: rgba(200, 200, 200, 0.15);
}

.cell-active hr {
    cursor: pointer
}

.cell-active[data-html] {
    background-color: rgba(200, 200, 200, 0.15);
}

.cell-active table.elm-active {
    background-color: transparent;
}

.elm-list {
    font-family: Monospace;
    font-size: 12px;
    line-height: 1.3;
    padding-bottom: 15px;
}

.elm-list a {
    font-size: 22px; /*color:#2db0ff;*/
    color: #ffac2a;
    text-decoration: none;
    padding: 0 3px;
}

.elm-list a.active {
    background: #eee
}

.elm-inspected {
    animation-name: elm-inspected-anim;
    animation-duration: 1s;
    /*animation-fill-mode: forwards;*/
    /*outline:1px solid #f1cc00 !important;*/
    outline: 1px solid #ffb84a !important;
    /*background:rgba(200, 200, 200, 0.15);*/
}

@keyframes elm-inspected-anim {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    clear: none;
}

.is-builder .icon {
    cursor: pointer
}

.is-builder {
    transition: all ease 0.3s;
}


/* 
    .is-tool = main toolbar (with series of floated-left buttons).
    .is-pop = popup (with buttons, inputs, etc that dynaically show/hide).
    .is-modal = centered popup.
*/
.is-pop, .is-tool {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 10000;
    background: #fff;
    border: 1px solid rgb(199, 199, 199);
    transition: all ease 0.3s;
}

.is-pop {
    z-index: 10002
}

.is-tool > div {
    float: left;
}

.is-tool button {
    float: left
}

.is-modal {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    z-index: 10002;
    background: rgba(255,255,255,0.000001);
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.is-modal > div {
    width: 90%;
    background: rgba(255,255,255,1);
    border: 1px solid rgb(199, 199, 199);
    box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.02);
    padding: 12px 12px;
    box-sizing: border-box;
}

.is-modal.active {
    display: flex;
}

.is-modal-bar {
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
    font-family: sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    background: #f9f9f9;
    color: #b7b7b7;
    touch-action: none;
    user-select: none;
}

.is-modal-bar.is-draggable {
    cursor: move;
}

#divRteTool {
    z-index: 10001;
}

/*
    .is-modal.is-side = side panel  
*/
.is-modal.is-side {
    display: block;
    position: fixed;
    top: 0;
    right: -367px;
    left: auto;
    width: 365px;
    height: 100%;
    border: none;
    border-left: 1px solid rgb(224, 224, 224);
    box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.01);
    box-sizing: border-box;
    background: #fff;
    transition: all ease 0.3s;
    font-family: sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    z-index: 10001;
}

.is-modal.is-side.active {
    right: 0;
}

.is-modal.is-side.fromleft {
    left: -367px;
    right: auto;
    border: none;
    border-right: 1px solid rgb(224, 224, 224);
}

.is-modal.is-side.fromleft.active {
    left: 0;
}

#divSnippetList {
    right: -315px;
    width: 315px;
}

#divSnippetList.active {
    right: 0;
}

#divSnippetList.fromleft {
    left: -315px;
}

#divSnippetList.fromleft.active {
    left: 0;
}

.is-modal.is-side > div {
    width: 100%;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
}

body {
    transition: all ease 0.3s;
}

.body-fullview {
    margin-right: 365px;
    width: auto;
}

.body-fullview-left {
    margin-left: 365px;
    width: auto;
}

#divEditStyle {
    display: none
}

#divEditStyle.active {
    display: block
}

.image-src {
    position: relative;
    height: 50px;
}

.image-src .input-src {
    position: absolute;
    width: 100%;
}

.image-src .input-select {
    display: none;
}

.image-src.image-select .input-src {
    position: absolute;
    width: 100%;
    border-right: 60px solid transparent;
}

.image-src.image-select .input-select {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    font-size: 20px;
    color: #777;
    height: 50px;
    border: 1px solid rgb(199, 199, 199);
    border-left: none;
    background: transparent;
}

.link-src {
    position: relative;
    height: 50px;
}

.link-src .input-url {
    position: absolute;
    width: 100%;
}

.link-src .input-select {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    font-size: 20px;
    color: #777;
    height: 50px;
    border: 1px solid rgb(199, 199, 199);
    border-left: none;
    background: transparent;
}

.icon {
    transition: all ease 0.1s;
}

#divIconTool > button {
    width: 40px;
    height: 40px;
}

.display-none {
    display: none !important
}


/*
    .full-edit => for mobile editing
*/
body.full-edit {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.full-edit #divRteTool {
    display: block !important;
    top: -1px !important;
    z-index: 10003;
}

body.full-edit #divCellTool,
body.full-edit #divElementTool {
    z-index: -1;
    opacity: 0;
}

body.full-edit .cell-active {
    outline: none !important;
}

body.full-edit .elm-active {
    background: none !important;
}

body.full-edit .mobile-edit {
    display: block;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 100px 30px 30px;
    outline: none;
    transition: transform ease 0.3s;
    z-index: 10002;
}

body.full-edit .mobile-tool {
    display: table !important;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    border: none;
    z-index: 10003;
}


/*
    Button, input, textarea, label
*/
.is-pop button, .is-tool button, .is-modal button {
    width: 55px;
    height: 50px;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background-color: #fff;
    color: #4a4a4a;
    border: 1px solid transparent;
    font-family: sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    border-radius: 0;
    transition: all ease 0.3s;
}

.is-pop button:focus,
.is-tool button:focus,
.is-modal button:focus,
.is-modal select:focus {
    outline: none;
}

.is-pop button.classic, .is-modal button.classic, .is-tool button.classic {
    width: 100%;
    height: 60px;
    display: block;
    background: #f7f7f7;
}

.is-pop button.classic:hover, .is-modal button.classic:hover, .is-tool button.classic:hover {
    background: #fafafa;
}

.is-pop button.classic-primary, .is-modal button.classic-primary, .is-tool button.classic-primary {
    display: inline-block;
    width: auto;
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    min-width: 135px;
    background: #f7f7f7;
}

.is-pop button.classic-secondary, .is-modal button.classic-secondary, .is-tool button.classic-secondary {
    display: inline-block;
    width: auto;
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    background: transparent;
}

.is-pop button.classic-primary:hover, .is-modal button.classic-primary:hover, .is-tool button.classic-primary:hover {
    background: #fafafa;
}

.is-pop button.classic-secondary:hover, .is-modal button.classic-secondary:hover, .is-tool button.classic-secondary:hover {
}

.is-pop button.on, .is-tool button.on, .is-modal button.on {
    background: #f7f7f7;
}

.is-pop textarea, .is-modal textarea {
    font-family: courier;
    font-size: 17px;
    line-height: 2;
    letter-spacing: 1px;
    padding: 8px 16px;
    box-sizing: border-box;
    border: 1px solid rgb(199, 199, 199);
}

.is-pop textarea:focus, .is-modal textarea:focus {
    outline: none
}

.is-modal input[type=text], .is-pop input[type=text] {
    width: 100%;
    height: 50px;
    border: 1px solid rgb(199, 199, 199);
    box-sizing: border-box;
    margin: 0;
    font-family: sans-serif;
    font-size: 19px;
    letter-spacing: 1px;
    padding-left: 8px;
    color: #333;
    display: inline-block;
}

.is-modal input:focus, .is-pop input[type=text]:focus {
    outline: none;
}

.is-modal label {
    font-family: sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
}

.is-modal p {
    font-family: sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    color: #555;
}

.is-modal select {
    /*padding: 5px;*/
    margin: 0 0 10px;
    font-size: 14px;
    letter-spacing: 1px;
    height: 35px;
    line-height: 1.7;
    color: #454545;
    border-radius: 5px;
    border: none;
    background-color: #eee;
    width: auto;
    display: inline-block;
}

.is-modal select option {
    background: #fff;
}

.is-settings {
    margin-bottom: 15px;
}

.is-settings > div {
    display: block;
    height: 50px;
}

.is-settings > div:first-child {
    height: auto;
    font-family: sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 10px 0 3px;
}

.is-settings button {
    width: 50px;
    float: left;
    border: #ccc 1px solid;
    font-size: 12px;
    line-height: 1.3;
    padding: 1px 6px;
    text-transform: none;
}

.is-settings button:first-child {
    border-left: #ccc 1px solid;
}

.is-settings label {
    font-size: 14px;
}

.is-settings button.classic {
    width: 100%;
    height: 60px;
    display: block;
    background: #f7f7f7;
}

.is-settings button.classic:hover {
    background: #fafafa;
}

button {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

/*
    Tabs
*/
.is-tabs {
    white-space: nowrap;
    padding: 20px;
    padding-bottom: 5px;
    padding-top: 10px;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #f9f9f9;
}

.is-tabs a {
    display: inline-block;
    float: left;
    padding: 3px 3px 0;
    color: #4a4a4a;
    border-bottom: transparent 1px solid;
    margin: 0 16px 16px 0;
    text-decoration: none;
    transition: box-shadow ease 0.3s;
}

.is-tabs a:hover {
}

.is-tabs a.active {
    background: transparent;
    box-shadow: none;
    cursor: default;
    border-bottom: rgba(103, 103, 103, 0.72) 1px solid;
}

.is-tab-content {
    display: none;
    padding: 20px;
}

.is-tabs-more {
    box-sizing: border-box;
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: #ccc 1px solid;
    display: none;
    z-index: 1;
    font-family: sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.is-tabs-more > a {
    display: block;
    color: #4a4a4a;
    padding: 10px;
    text-decoration: none;
    text-align: center;
}

.is-tabs-more > a:hover, .is-tabs-more > a.active {
    background: #f3f3f3;
}

/*
    Specific
*/
.cell-tool-option-container {
    float: left;
    overflow: hidden;
    width: 385px;
    height: 50px;
    position: relative;
}

.cell-tool-option-container > div {
    width: 660px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease 0.2s;
}

.cell-add-options {
    width: 410px;
    padding: 8px 9px;
    box-sizing: border-box;
    transition: none;
}

.cell-add-options button {
    float: left;
    width: 130px;
    height: 65px;
}

/* new */
.is-builder > div {
    position: relative;
}

.is-row-tool {
    width: 55px;
    box-sizing: border-box;
    position: absolute;
    left: auto !important;
    right: -70px;
    padding: 0 !important;
}

.is-row-tool button {
    width: 100% !important;
    height: 43px !important;
}

.cell-tool-menu {
    width: 57px !important;
}

#divCellToolMenu {
    width: 57px !important;
    box-sizing: border-box;
}

#divCellToolMenu > button {
    width: 100% !important;
    height: 43px !important;
}
/* --- */

.row-add-initial {
    width: 100%;
    height: 80px;
    font-family: sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    justify-content: center;
    align-items: center;
    color: #555;
    border: 1px dashed #a9a9a9;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all ease 0.3s;
}

.row-add-initial:hover {
    background: rgba(0,0,0,0.01)
}

.row-add-initial:focus {
    outline: none
}

.row-add-initial span {
    text-transform: none;
    display: block;
    margin-top: 10px;
    color: #acacac;
    font-size: 15px;
}

.createlink .more {
    overflow: hidden;
    height: 0px;
}

.createlink .more.active {
    animation-name: createlink-slide-out;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

@keyframes createlink-slide-out {
    from {
        height: 0;
    }

    to {
        height: 221px;
    }
}

.createlink .more.deactive {
    animation-name: createlink-slide-in;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

@keyframes createlink-slide-in {
    from {
        height: 221px;
    }

    to {
        height: 0;
    }
}

.cell-block-options > div {
    width: 280px;
    overflow-x: hidden;
}

.cell-block-options > div > div {
    cursor: pointer;
    overflow: hidden;
    padding: 5px 0;
    box-sizing: border-box;
}

.cell-block-options > div > div > * {
    text-transform: none !important;
    margin: 0 !important;
    line-height: 1.83 !important;
    text-align: center;
}

.cell-color-options {
    width: 333px;
    padding: 8px;
    box-sizing: border-box;
}

.cell-color-options button {
    float: left;
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.cell-color-options button.clear {
    width: 225px;
    height: 45px;
}

.cell-color-options button.input-more {
    width: 45px;
    height: 45px;
}

.cell-color-options .more input.input-text {
    width: 270px;
    height: 45px
}

.cell-color-options .more button.input-ok {
    width: 45px;
    height: 45px
}

.cell-color-options .input-mode {
    width: 80px;
    display: inline-block;
    font-family: sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: none;
    color: #333;
    float: left;
    text-align: center;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    margin: 0 38px 12px;
}

.cell-color-options .input-mode.active {
    border-bottom: rgba(103, 103, 103, 0.72) 1px solid; /* rgba(235,66,13,0.72) 1px solid; */
}

.cell-color-options .more {
    overflow: hidden;
    width: 100%;
    height: 0px;
}

.cell-color-options .more.active {
    animation-name: color-slide-out;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

@keyframes color-slide-out {
    from {
        height: 0;
    }

    to {
        height: 54px;
    }
}

.cell-color-options .more.deactive {
    animation-name: color-slide-in;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

@keyframes color-slide-in {
    from {
        height: 54px;
    }

    to {
        height: 0;
    }
}

.gradient-anim {
    left: 0px;
    animation-name: grad-anim;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
}

@keyframes grad-anim {
    0% {
        left: 0px;
    }

    50% {
        left: -180px;
    }

    100% {
        left: 0px;
    }
}




.cell-textsetting-options {
    width: 202px;
    padding: 10px;
    box-sizing: border-box;
}

.cell-textsetting-options > div > button {
    float: left;
    font-size: 17px;
    border: #d4d3d3 1px solid;
}

.cell-textsetting-options > div {
    font-family: sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    float: left;
}

.cell-block-options .on {
    background-color: #f7f7f7
}

#divSpacerTool {
    border: none;
    background: none;
}

#divSpacerTool > div {
    display: inline-block;
    float: left;
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    font-family: sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}

#divSpacerTool > button {
    width: 50px;
    height: 45px;
    border: 1px solid rgb(199, 199, 199);
}

#divLinkTool button {
    width: 90px;
    height: 35px;
}


.is-modal.pickcolor button {
    float: left;
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.is-modal.pickcolor button.clear {
    width: 225px;
    height: 45px;
}

.is-modal.pickcolor .more input.input-text {
    width: 270px;
    height: 45px;
}

.is-modal.pickcolor button.input-more {
    width: 45px;
    height: 45px;
}

.is-modal.pickcolor .more input.input-text {
    width: 270px;
    height: 45px
}

.is-modal.pickcolor .more button.input-ok {
    width: 45px;
    height: 45px
}

.is-modal.pickcolor .more {
    overflow: hidden;
    width: 100%;
    height: 0px;
}

.is-modal.pickcolor .more.active {
    animation-name: color-slide-out;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

@keyframes color-slide-out {
    from {
        height: 0;
    }

    to {
        height: 54px;
    }
}

.is-modal.pickcolor .more.deactive {
    animation-name: color-slide-in;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

@keyframes color-slide-in {
    from {
        height: 54px;
    }

    to {
        height: 0;
    }
}

.imageedit-crop button {
    margin: 0 20px 0 0;
    border: #d1d1d1 1px solid;
    background: #fff;
}


/*http://codepen.io/vcmg/pen/JdKeVG */
.dot {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #ff6700;
    display: inline-block;
    margin: 25px 2px 0;
    -webkit-animation: jump 1.5s linear infinite;
}

@-webkit-keyframes jump {
    0%, 100% {
        transform: translateY(0px);
    }

    20% {
        transform: translateY(-10px);
    }

    40% {
        transform: translateY(0px);
    }
}

.dot:nth-of-type(2) {
    -webkit-animation-delay: 0.2s;
}

.dot:nth-of-type(3) {
    -webkit-animation-delay: 0.4s;
}

#divImageProgress {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.17);
    transition: none;
}

#divImageProgress > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#divImageProgress .dot {
    background-color: #fff;
    margin: 10px 2px 0;
}

/*!
 * Cropper.js v1.4.3
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-10-24T13:07:11.429Z
 */ .cropper-container {
    direction: ltr;
    font-size: 0;
    line-height: 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cropper-container img {
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%
}

.cropper-canvas, .cropper-crop-box, .cropper-drag-box, .cropper-modal, .cropper-wrap-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.cropper-canvas, .cropper-wrap-box {
    overflow: hidden
}

.cropper-drag-box {
    background-color: #fff;
    opacity: 0
}

.cropper-modal {
    background-color: #000;
    opacity: .5
}

.cropper-view-box {
    display: block;
    height: 100%;
    outline-color: rgba(51,153,255,.75);
    outline: 1px solid #39f;
    overflow: hidden;
    width: 100%
}

.cropper-dashed {
    border: 0 dashed #eee;
    display: block;
    opacity: .5;
    position: absolute
}

.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: 33.33333%;
    left: 0;
    top: 33.33333%;
    width: 100%
}

.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: 33.33333%;
    top: 0;
    width: 33.33333%
}

.cropper-center {
    display: block;
    height: 0;
    left: 50%;
    opacity: .75;
    position: absolute;
    top: 50%;
    width: 0
}

.cropper-center:after, .cropper-center:before {
    background-color: #eee;
    content: " ";
    display: block;
    position: absolute
}

.cropper-center:before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px
}

.cropper-center:after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px
}

.cropper-face, .cropper-line, .cropper-point {
    display: block;
    height: 100%;
    opacity: .1;
    position: absolute;
    width: 100%
}

.cropper-face {
    background-color: #fff;
    left: 0;
    top: 0
}

.cropper-line {
    background-color: #39f
}

.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px
}

.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px
}

.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px
}

.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0
}

.cropper-point {
    background-color: #39f;
    height: 5px;
    opacity: .75;
    width: 5px
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%
}

.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px
}

.cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%
}

.cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px
}

.cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px
}

.cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px
}

.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px
}

.cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px
}

@media (min-width:768px) {
    .cropper-point.point-se {
        height: 15px;
        width: 15px
    }
}

@media (min-width:992px) {
    .cropper-point.point-se {
        height: 10px;
        width: 10px
    }
}

@media (min-width:1200px) {
    .cropper-point.point-se {
        height: 5px;
        opacity: .75;
        width: 5px
    }
}

.cropper-point.point-se:before {
    background-color: #39f;
    bottom: -50%;
    content: " ";
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%
}

.cropper-invisible {
    opacity: 0
}

.cropper-bg {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")
}

.cropper-hide {
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.cropper-hidden {
    display: none !important
}

.cropper-move {
    cursor: move
}

.cropper-crop {
    cursor: crosshair
}

.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
    cursor: not-allowed
}

.cropper-modal {
    background-color: #fff;
    opacity: .5;
}

.cropper-bg {
    background-image: none
}

.cropper-line {
    background-color: transparent;
}

.cropper-view-box {
    outline: 1px solid #ff6233;
}

.cropper-point {
    background-color: #ff6233;
}

.please-wait {
    transform: scale(1,1);
    opacity: 1;
    animation-name: please-wait-anim;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

@keyframes please-wait-anim {
    0% {
        transform: scale(1,1);
        opacity: 0.0;
    }

    25% {
        transform: scale(1.2,1.2);
        opacity: 1;
    }

    50% {
        transform: scale(1,1);
        opacity: 0.0;
    }

    75% {
        transform: scale(1.2,1.2);
        opacity: 1;
    }

    100% {
        transform: scale(1,1);
        opacity: 0.0;
    }
}


/* ------------------- General --------------------- */

/* SVG icons */
.is-icon-flex {
    width: 16px;
    height: 16px;
    fill: rgba(0,0,0,0.9);
}

/* Pop with Arrow */
.is-pop.arrow-top:after, .is-pop.arrow-top:before {
    bottom: 100%;
    left: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: auto;
}

.is-pop.arrow-top:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 7px;
    margin-left: -7px;
}

.is-pop.arrow-top:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #8a8a8a;
    border-width: 8px;
    margin-left: -8px;
}

.is-pop.arrow-top.center:after, .is-pop.arrow-top.center:before {
    left: 200px;
}

.is-pop.arrow-left:after, .is-pop.arrow-left:before {
    right: 100%;
    top: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.is-pop.arrow-left:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 7px;
    margin-top: -7px;
}

.is-pop.arrow-left:before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #8a8a8a;
    border-width: 8px;
    margin-top: -8px;
}

.is-pop.arrow-right:after, .is-pop.arrow-right:before {
    left: 100%;
    top: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.is-pop.arrow-right:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 7px;
    margin-top: -7px;
}

.is-pop.arrow-right:before {
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #8a8a8a;
    border-width: 8px;
    margin-top: -8px;
}

.is-pop.arrow-bottom:after, .is-pop.arrow-bottom:before {
    top: 100%;
    left: 380px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.is-pop.arrow-bottom:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 7px;
    margin-left: -7px;
}

.is-pop.arrow-bottom:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #8a8a8a;
    border-width: 8px;
    margin-left: -8px;
}

table.default td {
    border: #cccccc 1px dashed;
}

.is-elmgrad-remove {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    background: rgba(95, 94, 94, 0.26);
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    display: none;
}

.is-elmgrad-item.active .is-elmgrad-remove {
    display: block;
}

[data-html] {
    min-height: 30px; /* In case of empty code block */
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

/* Insert Image */
.is-browse-area {
    width: 100%;
    background: #fff;
    border-bottom: #eee 1px solid;
}

.is-drop-area {
    border: 2px dashed #b4b4b4;
    position: relative;
}

.is-preview-area {
    display: none;
    text-align: center;
}

.is-preview-area div {
    position: relative;
    display: inline-block;
    margin: 10px;
}

.is-preview-area div i {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.8);
    color: #f41818;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 24px;
    cursor: pointer;
}

#fileInsertImage {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.drag-text p {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 60px 0;
}

.image-dropping,
.is-drop-area:hover {
    background-color: #f7f7f7;
}

#imgInsertImagePreview {
    max-height: 200px;
    max-width: 200px;
}

/*
.ui-sortable-handle {cursor:move}
.ui-sortable-handle *:not([contenteditable]) {cursor:initial}
.spacer {cursor:initial}
*/
.block-placeholder {
    height: 120px;
    background: rgba(200, 200, 200, 0.2);
}

.cloned-handler {
    outline: 1px solid #00da89;
}

.is-design-list {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 10px 0 20px !important;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    border-top: transparent 50px solid !important;
}

.is-design-list > div {
    width: 250px;
    overflow: hidden;
    background: #000;
    margin: 15px 10px 0;
    cursor: move;
    display: inline-block;
    outline: #dbdbdb 1px solid;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.is-design-list > div img {
    box-shadow: none;
    opacity: 1;
    display: block;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    max-width: 400px;
    width: 100%
}

.is-design-list > div:hover img {
    opacity: 0.98;
}

#selSnippetCat {
    width: 100%;
    display: block;
    padding-left: 25px;
    padding-top: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 50px;
    font-weight: bold;
    height: 50px;
    color: rgb(69, 69, 69);
    border-radius: 0px;
    border: none;
    background-color: #F5F5F5;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 5px 7px;
    cursor: pointer;
}

.dynamic {
    width: 250px !important;
    height: 145px !important;
    border: rgba(225,225,225,0.9) 5px solid !important;
    outline: none !important;
    background: transparent !important;
}

/* ------------------- Custom --------------------- */
/*
Page HTML Editor
--------------------------------  */
.column {
    padding-left: 15px;
    padding-right: 15px;
}

.HTML_Builder_Btns {
    position: fixed;
    width: 100%;
    height: auto;
    border: none;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    margin: auto;
    text-align: right;
    display: block;
    background-color: #fff;
    padding: 15px;
    border-bottom: 2px dashed #ccc;
    z-index: 100000000;
    display: none;
}

.HTML_Builder_Btn {
    min-width: 100px;
    height: 38px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    font-family: verdana;
    font-weight: 400;
    text-align: center;
    border-radius: 2px;
    padding-right: 10px;
    margin: 0 5px;
}

.HTML_Builder_Btn_save {
    color: #FFF;
    background: #4db848;
    border: 1px solid transparent;
}

.HTML_Builder_Overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    display: none;
}

.HTML_Builder_Active {
    position: relative;
    background-color: #fff;
    z-index: 10000;
}
#postContent .HTML_Builder_Active {
	padding: 0 5px;
}

.is-pop,
.is-tool,
.is-modal {
    z-index: 100000000 !important;
}

button.image-edit,
.image-embed,
form#form-upload-larger {
    display: none;
}
.image-link {
    background-image: url(../../images/image-picker.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.image-link > span {
    display: none !important;
}
/*START right aside bar styles*/
#myFileManagerModal.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 560px !important;
    height: 100% !important;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

#myFileManagerModal.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    text-align: left;
}

.modal-backdrop.fade.in {
    z-index: 1000000000;
}
.modal {
    z-index: 10000000000;
}
#myFileManagerModal.modal.right .modal-body {
    padding: 15px 20px 80px;
}

#myFileManagerModal.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

#myFileManagerModal.modal.right.fade.in .modal-dialog {
    right: 0;
}

#myFileManagerModal.modal.right .modal-content {
    border-radius: 0;
    border: none;
}

#myFileManagerModal.modal.right .modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #00ACB5;
    color: white;
    font-weight: bold;
    padding-left: 25px;
}



iframe#iframe1 {
    width: 100%;
    height: 855px;
}


.media-library .k-header.k-grid-toolbar {
    margin: 0 0 10px;
    border: none;
    background: none;
    text-align: right;
}

.media-library div.k-grid-header {
    padding-right: 0 !important;
}

.media-library .k-filter-row th, .media-library .k-grid-header th.k-header, .media-library .k-grid-header-wrap.k-auto-scrollable {
    border: none;
}

.media-library .k-grid-header th.k-header {
    font-weight: bold;
    font-size: 14px;
    padding: 8px 10px !important;
}

.media-library .datagrid table td {
    border-right: none !important;
    border-left: none !important;
}

.media-library .k-grid tr {
    background-color: #fff;
}

.media-library .k-grid tr:nth-child(even) {
    background-color: #f1f1f1;
}

.media-library .k-grid-content {
    overflow: hidden;
}

.media-library .k-grid-header th.k-header {
    vertical-align: middle;
}

.media-library .k-grid-header {
    border-color: #fff;
}

.media-library .k-grid-header label.checkbox {
    margin-left: -3px;
}

.media-library .k-state-selected, .media-library .k-grid tr.k-state-selected:hover {
    background-color: #dedede;
}

.media-library .k-pager-numbers .k-state-selected {
    color: #000;
    border-color: #999;
}

.media-library .k-primary {
    border-color: #4db848;
}

.media-library .datagrid a:hover, .media-library .detailgrid a:hover {
    color: #000000;
}

#myFileManagerModal.modal.right .modal-header {
    border-bottom-color: #f5f5f5;
    background-color: #f5f5f5;
    color: #000;
    font-weight: bold;
    padding-left: 25px;
}

#myFileManagerModal.modal.right .modal-header h4 {
    font-size: 14px;
    font-weight: bold;
}

#myFileManagerModal div#listview-container {
    background-color: #fff;
}