@import url(https://fonts.googleapis.com/css?family=Open+Sans);
.clear {
    clear: both;
}

::-webkit-scrollbar {
    display: none;
}

.blur {
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
}

.animate {
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
}

.no-animation {
    -webkit-transition: all 0ms ease-out 0ms !important;
    -moz-transition: all 0ms ease-out 0ms !important;
    -o-transition: all 0ms ease-out 0ms !important;
    transition: all 0ms ease-out 0ms !important;
}

.side-panel {
    width: 310PX;
    height: 100%;
    position: absolute;
    top: 250px;
    background: #4f4c4d;
    box-shadow: 2px 0 3px #222;
}

.side-panel.sticky, .side-panel.superSticky {
    top: 0;
    position: fixed;
}

.side-panel .logo-container {
    padding: 15px;
    background-color: #222;
}

.side-panel .tab-control .tab-btn {
    display: inline-block;
    width: 33.33%;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    font-size: 14px;
    padding: 12.5px 0;
    color: #CCC;
    border-right: 1px solid #222;
    box-shadow: 1px 0 1px #555;
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
}

.side-panel .tab-control .tab-btn:last-child {
    border: none;
    box-shadow: none;
}

.side-panel .tab-control .tab-btn:hover, .side-panel .tab-control .tab-btn-selected {
    color: #f5821f;
    cursor: pointer;
    background-color: #242021;
}

.side-panel .tab-container .tab {
    width: 100%;
    position: absolute;
    background-color: #4f4c4d;
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
}

.side-panel .tab-container .tab .tab-description {
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding: 5%;
    box-shadow: 0px 1px 2px #222;
    position: absolute;
    z-index: 1000;
    width: 100%;
    background: #242021;
}

.form-group-hidden {
    display: none;
}

.side-panel .tab-container .tab .menu-container {
    padding: 0;
}

.side-panel .tab-container .tab .menu-container a {
    display: inherit;
    color: #999;
    text-decoration: none;
    font-size: 13px;
    padding: 15px;
    border-bottom: 1px solid rgba(105, 105, 105, 0.42);
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
}

.side-panel .tab-container .tab .menu-container a i {
    display: inline-block;
    width: 0;
    overflow: hidden;
    margin-bottom: -2px;
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
    cursor: pointer;
}

.side-panel .tab-container .tab .menu-container a:hover {
    color: #ccc;
}

.side-panel .tab-container .tab .menu-container a:hover i {
    width: 20px;
}

.side-panel .tab-container .tab .block-container {
    margin-top: 47px;
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
}

.side-panel .tab-container .tab .block-container .block {
    text-align: center;
    padding: 10px 0 0 0;
    overflow: hidden;
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
}

.side-panel .tab-container .tab .block-container .block img {
    border: 4px solid #777;
    width: 80%;
    border-radius: 3px;
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
}

.side-panel .tab-container .tab .block-container .block.hidden-block {
    opacity: 0 !important;
    height: 0 !important;
}

.side-panel .tab-container .tab .block-container .block:hover {
    padding: 20px 0;
}

.side-panel .tab-container .tab .block-container .block:hover img {
    box-shadow: 0 10px 25px #111;
    cursor: pointer;
    border-color: #eee;
}

.side-panel .tab-container .tab .property-container {
    margin-top: 47px;
    padding: 0px;
}

.side-panel .tab-container .tab .property-container .property-tab {
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
}

.side-panel .tab-container .tab .property-container .property-tab .tab-header {
    color: #ccc;
    font-size: 12px;
    padding: 12px 15px;
    border-bottom: 1px solid rgba(239, 239, 239, 0.15);
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
}

.side-panel .tab-container .tab .property-container .property-tab .tab-header .fa {
    margin-top: 3px;
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
}

.side-panel .tab-container .tab .property-container .property-tab .tab-header:hover {
    color: #fff;
    cursor: pointer;
}

.canvas-container .alert {
    font-size: 11px;
    color: #fff;
}

.canvas-container .alert.alert-danger {
    color: red;
}

.canvas-container .alert button {
    display: none;
}

.side-panel .tab-container .tab .property-container .property-tab .tab-content, #main-menu-form {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
}

#main-menu-form {
    overflow: visible;
}

.side-panel .tab-container .tab .property-container .property-tab .tab-content .property-label, #main-menu label.control-label {
    display: inline-block;
    width: 40%;
    color: #ffffff;
    font-size: 12px;
    font-weight: 100;
}

#main-menu label.control-label {
    width: 100%;
    margin: 10px 0;
}

.side-panel .tab-container .tab .property-container .property-tab .tab-content .toggle-property {
    float: right;
    width: 15px;
    background: #555;
    margin-left: 5px;
    text-align: center;
    padding: 2px;
    border-radius: 2px;
    font-size: 15px;
    color: #BFBFBF;
}

.side-panel .tab-container .tab .property-container .property-tab .tab-content .toggle-property:hover {
    color: #f5821f;
    cursor: pointer;
    background: #444;
}

.side-panel .tab-container .tab .property-container .property-tab .tab-content .toggle-property.on {
    color: #f5821f;
    cursor: pointer;
    background: #444;
}

.side-panel .tab-container .tab .property-container .property-tab .tab-content .property-controller, .side-panel .tab-container .tab .property-container .property-tab .tab-content .custom-property-controller, .side-panel .tab-container .tab .property-container .property-tab .tab-content .attribute-controller, #main-menu-form select.form-control, #main-menu-form input {
    display: inline-block;
    width: 100px;
    float: right;
    border-radius: 3px;
    border: none;
    background: rgba(105, 105, 105, 0.61);
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
    margin-bottom: 2px;
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
}

#main-menu-form {
    margin-top: 47px;
}

#main-menu-form input {
    width: 156px;
    padding: 2px 5px 2px 2px;
}

#main-menu input {
    width: 100%;
}

#main-menu-form .form-group {
    margin-top: 5px;
    clear: both;
}

.side-panel .tab-container .tab .property-container .property-tab .tab-content .property-controller:focus, .side-panel .tab-container .tab .property-container .property-tab .tab-content .custom-property-controller:focus, .side-panel .tab-container .tab .property-container .property-tab .tab-content .attribute-controller:focus {
    background: rgba(105, 105, 105, 0.81);
    outline: none;
}

.side-panel .tab-container .tab .property-container .property-tab .tab-content input[type="text"].property-controller, .side-panel .tab-container .tab .property-container .property-tab .tab-content input[type="text"].custom-property-controller {
    width: 90px;
}

.side-panel .tab-container .tab .property-container .property-tab.expand-tab .tab-header {
    color: #fff;
    box-shadow: 0px 2px 3px #292929;
    border-bottom: none;
}

.side-panel .tab-container .tab .property-container .property-tab.expand-tab .tab-header .fa {
    transform: rotate(180deg);
}

.side-panel .tab-container .tab .property-container .property-tab.expand-tab .tab-content, #main-menu-form {
    border-bottom: 1px solid rgba(239, 239, 239, 0.15);
    max-height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(12, 12, 12, 0.3);
}

#link-property, #image-property {
    max-height: 0;
    overflow: hidden;
}

.pinned-left {
    left: 0;
}

.pinned-left .tab-container .tab {
    left: -330px;
}

.pinned-left .tab-container .tab-show {
    left: 0px !important;
}

.pinned-right {
    right: 0;
}

.pinned-right .tab-container .tab {
    right: -330px;
}

.pinned-right .tab-container .tab-show {
    right: 0px !important;
}

.canvas-container {
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
    background: #f5f5f5;
    padding-bottom: 200px;
    min-height: 100vh;
}

.canvas-container.pinned-left {
    padding-left: 249px;
}

.canvas-container .canvas-header {
    width: 90%;
    margin: 0 auto;
    padding: 5px 0;
    max-width: 600px;
    margin-bottom: 15px;
}

.canvas-container .canvas-header .draft-title {
    font-size: 28px;
    color: #d2d2d2;
    width: auto;
}

.canvas-container .canvas-header .draft-description {
    color: #A0A0A0;
    font-size: 12px;
    width: 50%;
}

.canvas-container .canvas-header .canvas-controller {
    margin-top: -45px;
    float: right;
    position: absolute;
    top: 318px;
    right: 22px;
    width: 46px;
}

.canvas-container .canvas-header .canvas-controller.sticky, .canvas-container .canvas-header .canvas-controller.superSticky {
    position: fixed;
    top: 68px;
    right: 22px;
}

.canvas-container .canvas-header .preview-options {
    font-size: 8px;
    width: 46px;
    background: #f5821f;
    color: #ffffff;
    border: none;
    padding: 7px 5px;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: 10px;
}

.canvas-container .canvas-header .preview-options .fa {
    font-size: 20px;
}

.canvas-container .canvas-header .preview-options:hover, .canvas-container .canvas-header .preview-options.preview {
    background: #000000;
    cursor: pointer;
    outline: none;
}

.canvas-container .canvas-header .preview-options:focus {
    outline: none;
}

.canvas-container .email-canvas {
    background: #ffffff;
    width: 640px;
    max-width: 640px;
    min-width: 640px;
    margin: 0 auto;
    box-shadow: 2px 4px 10px #242021;
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
}

.canvas-container .email-canvas table {
    border-collapse: initial;
}

.canvas-container .email-canvas span.drop-msg {
    display: block;
    font-size: 30px;
    line-height: 1.5em;
    color: #ccc;
    text-align: center;
    padding: 100px 0;
}

.canvas-container .email-canvas .template-block {
    position: relative;
}

.canvas-container .email-canvas .template-block .property-focus {
    outline: 1px dashed #f5821f !important;
}

.canvas-container .email-canvas .template-block .editable {
    outline: 2px dashed #f5821f !important;
}

.canvas-container .email-canvas .template-block:hover .block-options-container {
    min-height: 100px;
    height: 100%;
    z-index: 999999;
}

.canvas-container .email-canvas .template-block.hide {
    height: 0;
    overflow: hidden;
}

.canvas-container .email-canvas .template-block .dropzone {
    text-align: center;
    background-color: #f5821f;
    color: #fff;
    padding: 0px;
    font-size: 19px;
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
}

.canvas-container .email-canvas .block-on-focus .dropzone {
    height: 85px;
    padding: 30px;
}

.canvas-container .email-canvas .block-options-container {
    text-align: center;
    position: absolute;
    width: 100%;
    vertical-align: middle;
    height: 0;
    overflow: hidden;
    background-image: url("../../images/rtseditor/options-back.fw.png");
    background-repeat: repeat;
    z-index: 999999;
}

.canvas-container .email-canvas .block-options-container .block-options-table {
    display: table;
    width: 100%;
    height: 100%;
}

.canvas-container .email-canvas .block-options-container .block-options-table .block-options-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.canvas-container .email-canvas .block-options-container .block-options-table .block-options-cell:hover {
    cursor: move;
}

.canvas-container .email-canvas .block-options-container .block-options-table .block-options-cell .block-option {
    height: 72px;
    width: 71px;
    position: relative;
    display: inline-block;
    font-size: 30px;
    padding: 15px;
    background: rgba(132, 132, 132, 0.68);
    border-radius: 47px;
    color: #fff;
    margin: 0 10px;
    border: 3px solid rgba(255, 255, 255, 0.25);
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
}

.canvas-container .email-canvas .block-options-container .block-options-table .block-options-cell .block-option .block-option-name {
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 10px;
    color: #f5821f;
    bottom: -23px;
    width: 40px;
    overflow: hidden;
    height: 0;
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
}

.canvas-container .email-canvas .block-options-container .block-options-table .block-options-cell .block-option:hover {
    cursor: pointer;
    border: 3px solid rgba(255, 255, 255, 0.7);
    background: #848484;
    color: #f5821f;
    text-shadow: 0 5px 8px #444;
}

.canvas-container .email-canvas .block-options-container .block-options-table .block-options-cell .block-option:hover .block-option-name {
    height: 15px;
}

.editor-container {
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    display: none;
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
}

.editor-container .editor {
    position: relative;
    width: 800px;
    height: 400px;
    margin: 100px auto 0 auto;
    background-color: #515151;
    border-radius: 3px;
    box-shadow: 0 2px 5px #242021;
}

.editor-container .editor .tittle-bar {
    background-color: #3B3B3B;
    color: #ccc;
    font-size: 13px;
    padding: 10px 5px;
    box-shadow: 0 2px 2px #242021;
    position: relative;
}

.editor-container .editor .tittle-bar:hover {
    cursor: move;
}

.editor-container .editor .tittle-bar .control-option {
    position: absolute;
    background-color: #242021;
    padding: 13px 15px;
    color: #fff;
    top: 0;
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
}

.editor-container .editor .tittle-bar .editor-close {
    right: 0;
    background: #E24B00;
}

.editor-container .editor .tittle-bar .editor-close:hover {
    color: #E24B00;
}

.editor-container .editor .tittle-bar .editor-mode {
    right: 41px;
    background: #5BBD9A;
}

.editor-container .editor .tittle-bar .editor-mode:hover {
    color: #5BBD9A;
}

.editor-container .editor .tittle-bar .control-option:hover {
    background: #555;
    cursor: pointer;
}

.editor-container .editor div .CodeMirror {
    position: absolute;
    width: 100%;
    height: 100%;
}

.editor-container.fullscreen {
    background-color: rgba(0, 0, 0, 0.5);
}

.editor-container.fullscreen .editor {
    top: auto;
    left: auto;
    position: relative;
    margin: 4% auto 0 auto;
    width: 85%;
    height: 80%;
    box-shadow: 0 7px 25px #222;
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
}

.editor-container.fullscreen .editor .tittle-bar:hover {
    cursor: auto;
}

.scrollbox {
    overflow: auto;
    height: calc(100% - 60px);
    height: -o-calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
}

#block-pallet {
    height: calc(100% - 116px);
    height: -o-calc(100% - 116px);
    height: -webkit-calc(100% - 116px);
    height: -moz-calc(100% - 116px);
}

.vertical-track {
    width: 6px;
    background-color: #4f4c4d;
}

.vertical-handle {
    width: 6px;
    background-color: #242021;
}

.preview-container {
    overflow: scroll;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    display: none;
    background: #f5f5f5;
    z-index: 999999999999;
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
}

.preview-container #poff, .preview-container #pMobile, .preview-container #pTablet, .preview-container #pDesktop {
    position: fixed;
    right: 0;
    top: 0;
    background: none;
    border: none;
    font-size: 30px;
    margin: 10px 10px 0 0;
}

.preview-container #pMobile {
    top: 50px;
}

.preview-container #pTablet {
    top: 90px;
}

.preview-container #pDesktop {
    top: 130px;
}

.preview-container #poff:focus, .preview-container #pMobile:focus, .preview-container #pTablet:focus, .preview-container #pDesktop:focus {
    outline: none;
}

.preview-container #poff:hover, .preview-container #pMobile:hover, .preview-container #pTablet:hover, .preview-container #pDesktop:hover {
    cursor: pointer;
    color: #F58230;
}

.preview-container #preview-template {
    margin: 0 auto;
    display: block;
    border: none;
    padding: -3px;
}

.preview-container .preview-controller {
    width: 40%;
    padding: 10px 25px 13px 25px;
    position: fixed;
    background: rgba(51, 51, 51, 0.89);
    bottom: -10px;
    border-radius: 5px;
    left: 28%;
    box-shadow: 0 0 5px #242021;
}

#image-browser {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 1);
    top: 0;
    left: 0;
    display: none;
    z-index: 99999999999999;
    overflow: scroll;
}

#image-browser .close-ib {
    position: absolute;
    right: 0;
    padding: 13px 13px;
    text-align: center;
    background: none;
    color: #ccc;
    font-size: 20px;
}

#image-browser .close-ib:hover {
    color: #f5821f;
}

#image-browser .header {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 38px;
    border-bottom: 1px dashed rgba(204, 204, 204, 0.39);
}

#image-browser .header-title {
    COLOR: #FFF;
    font-size: 24px;
    text-align: center;
    padding: 30px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.32);
    margin-bottom: 20px;
}

#image-browser .pct50 {
    width: 100%;
    float: left;
    text-align: center;
    color: #fafafa;
}

#image-browser p {
    color: #ccc;
    font-size: 12px;
}

#image-browser button {
    border: none;
    background: #f5821f;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
}

#image-browser button:hover {
    color: #fff;
    cursor: pointer;
}

#image-browser .image-container {
    text-align: center;
    padding: 1% 0;
    width: 75%;
    margin: 0 auto;
}

#image-browser .image-container #media-list {
    text-align: left;
}

#image-browser .image-container .image-block {
    display: inline-block;
    width: 14%;
    margin: 0 15px 15px 0;
    overflow: hidden;
    border: 4px solid #666;
    text-align: center;
    position: relative;
    height: 90px;
    background: #252525;
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
}

#image-browser .image-container .image-block img {
    max-width: 100%;
}

#image-browser .image-container .image-block span.image-ops {
    position: absolute;
    bottom: 0;
    background-color: rgba(51, 51, 51, 0.76);
    font-size: 20px;
    width: 100%;
    left: 0;
    color: #f5821f;
    z-index: 10000;
    opacity: 0;
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
}

#image-browser .image-container .image-block span.image-ops i {
    padding: 5px;
}

#image-browser .image-container .image-block span.image-ops i:hover {
    color: #fff !important;
}

#image-browser .image-container .image-block span.image-ops button {
    background: none;
    color: #f5821f !important;
    padding: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}

#image-browser .image-container .image-block span.image-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 84%;
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    color: #fff;
    font-size: 12px;
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
}

#image-browser .image-container .image-block:hover {
    border: 4px solid #ccc;
    cursor: pointer;
}

#image-browser .image-container .image-block:hover .image-title {
    opacity: 1;
}

#image-browser .image-container .image-block:hover .image-ops {
    opacity: 1;
}

#file {
    margin: 0 auto 12.5px auto;
    width: 240px;
}

#set-ex-src {
    margin-left: 12.5px;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 10px 0;
    height: 1px;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #999;
    border-radius: 1.3px;
}

input[type=range]::-webkit-slider-thumb {
    border: 2px solid #242021;
    height: 16px;
    width: 16px;
    border-radius: 20px;
    background: #f5821f;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #999;
    border-radius: 1.3px;
}

input[type=range]::-moz-range-thumb {
    border: 2px solid #242021;
    height: 13px;
    width: 13px;
    border-radius: 20px;
    background: #f5821f;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}

#editor-cpanel-container {
    width: 127px;
    position: absolute;
    display: none;
}

#editor-cpanel-container #rich-text-editor-container {
    display: inline-block;
    padding: 8px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.58);
    box-shadow: 0px 5px 9px rgba(51, 51, 51, 0.75);
}

#editor-cpanel-container #rich-text-editor-container .title {
    color: #f5f5f5;
    font-weight: 100;
    font-size: 12px;
    display: inline-block;
    padding-bottom: 4px;
    width: 100%;
    text-align: center;
}

#editor-cpanel-container #rich-text-editor-container:hover .title {
    color: #f5821f;
}

#editor-cpanel-container #rich-text-editor-container:hover .title:hover {
    cursor: all-scroll;
}

.lock, #biggerScreenNeeded, .nicEdit-panel>div:nth-child(17) {
    display: none;
}


/* Responsive handle */

@media (max-width: 991px) {
    .canvas-container, #side-panel {
        display: none;
    }
    #biggerScreenNeeded {
        display: block;
    }
}