﻿/*font awesome 5 */
.fa, .fab, .fal, .far, .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
}

.fa-trash-o:before {
    content: "\f2ed";
}

.fa-check-square-o:before {
    content: "";
}

/*.fa-caret-right:before {
    content: "\f054" !important;
}

.fa-caret-down:before {
    content: "\f078" !important;
}*/
.fa-caret-right:before {
    content: "\f078" !important;
}

.fa-caret-down:before {
    content: "\f077" !important;
}
/*code mirror */
.gjs-mdl-dialog--assets {
    min-width: 100%;
    border: 1px solid #ebebeb;
    height: 100%;
}

.gjs-cm-editor#gjs-cm-htmlmixed #gjs-cm-title, .gjs-cm-editor#gjs-cm-css #gjs-cm-title {
    color: #000;
}

.cm-s-hopscotch .CodeMirror-gutters {
    background: #EBEBEB;
}

.cm-s-hopscotch span.cm-string {
    color: #797379;
}

.cm-s-hopscotch span.cm-tag {
    color: #A82823;
}

.cm-s-hopscotch span.cm-property, .cm-s-hopscotch span.cm-attribute {
    color: #187FAB;
}

.cm-s-hopscotch.CodeMirror {
    background: #fff;
    color: #797379;
    height: 650px;
}

.CodeMirror-linenumber {
    text-align: center;
}

div.cdn-modal-toolbar-left,
div.cdn-modal-toolbar-right {
    display: block;
}

div.cdn-modal-toolbar-left {
    float: right;
    margin-right: 30px;
    margin-bottom: 2px;
}

div.cdn-modal-toolbar-right {
    float: right;
    margin-right: 45px;
}

    div.cdn-modal-toolbar-right i {
        cursor: pointer;
        margin-top:4px;
    }

div.cdn-modal-toolbar-left span {
    font-weight: normal;
    color: #555;
    font-size: 0.7em;
    margin: 0 10px;
}

div.cdn-modal-toolbar-left span.tab {
    cursor: pointer;
}

    div.cdn-modal-toolbar-left span.tab:hover {
        text-decoration: underline;
    }

    div.cdn-modal-toolbar-left span.tab.selected {
        color: #000;
    }

/*body */
html {
    font-size: 14px !important;
}

.container {
    height: 100%;
}

.gjs-pn-views-container {
    width: 25%;
    background: #fff !important;
    padding:0 !important;
    border-top:solid 3px #fff;
}

.gjs-cv-canvas {
    width: 75%;
}

.gjs-pn-views {
    width: 25%;
}

.gjs-pn-options {
    right: 25%;
}

.gjs-pn-panels {
    width: 75%;
    background: #EBEBEB;
}

.gjs-pn-panel {
    background: #EBEBEB;
    padding: 10px;
}

.gjs-pn-btn {
    background: #EBEBEB;
}

    .gjs-pn-btn:active,
    .gjs-pn-btn:hover {
        color: #177eab;
        box-shadow: none;
    }

    .gjs-pn-btn.gjs-pn-active {
        background: #EBEBEB;
    }

.gjs-pn-views .gjs-pn-buttons .gjs-pn-btn.gjs-pn-active {
    background-color: #177eab;
}

.gjs-pn-views-container {
    top: 50px;
    box-shadow: none;
}

.gjs-cv-canvas {
    top: 50px;
}

.gjs-pn-views {
    border-bottom: none;
}

#gjs {
    border: solid 1px #ccc;
}

.gjs-pn-commands {
    width: auto;
    position: relative;
    box-shadow: none;
    border-right: solid 1px #ccc;
    padding-right: 15px;
}

.gjs-pn-options {
    left: 0;
    position: relative;
    border-right: solid 1px #ccc;
    padding-left: 15px;
    padding-right: 7px;
}

.gjs-pn-devices-c {
    padding-left: 18px;
}

.gjs-pn-views .fa-cog {
    display: none;
}

.panel-nav-styles, .panel-nav-elms, .panel-nav-layers {
    padding: 2px 12px;
    /*background-color: rgba(204,204,204,0);*/
    background-color: #fff;
    border: 1px solid #ccc;
    color: #909090;
    border-radius: 25px;
    font-size: 14px;
    line-height: 22px;
}

    .panel-nav-styles.gjs-pn-active, .panel-nav-elms.gjs-pn-active, .panel-nav-layers.gjs-pn-active {
        /*box-shadow: 0 0 4px 0 rgba(0,0,0,0.47);*/
        background-color: #177EAB;
        border: 1px solid #177EAB;
        color: #fff;
        font-size: 15px;
        padding: 2px 10px;
    }

.panel-nav-styles {
    margin-left: 85px;
    position: absolute;
}

.panel-nav-elms {
    position: absolute;
}

.panel-nav-layers {
    margin-left: 150px;
}

.gjs-layer-name {
    font-size: 12px;
}

.gjs-layer-vis {
    padding: 19px 5px 7px 10px;
}

.gjs-layer.gjs-hovered .gjs-layer-title {
    background: #CCCCCC;
}

.gjs-pn-views > div.gjs-pn-buttons {
    width: auto !important;
    float: none !important;
    padding: 0 10px;
}

.gjs-pn-do {
    width: 25%;
}

.gjs-dashed *[data-highlightable] {
    outline: 1px dashed #909090;
    outline-offset: -2px;
}

.gjs-block-category .gjs-caret-icon, #gjs-sm-caret, .gjs-btn-import {
    float: right;
    width: 17px;
    height: 17px;
    padding-top: 5px;
    font-size: 14px;
}

.gjs-btn-import {
    float: right;
    width: auto;
    height: auto;
}

span .title:before {
    content: '\f078';
    float: right;
    font-family: Fontawesome;
    margin-left: 15px;
}

span.fa.fa-pencil.editPencil {
    float: right;
    margin-right: 20px;
}

.gjs-blocks-c {
    padding: 10px 10px 0;
}

.gjs-rte-actionbar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.gjs-rte-action {
    flex: 1 1 10%;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.gjs-rte-actionbar .gjs-rte-action {
    min-width: auto;
}

.gjs-sm-sector .gjs-sm-field input {
    color: #666;
}

/*.gjs-mdl-content {
    max-height: calc(100vh - 38px);
    overflow-y: auto;
}*/
#pTags {
    max-height: calc(60vh - 38px);
    overflow-y: auto;
    min-height: 400px;
}

    #pTags button {
        margin-right: 5px;
        color: #eceff1;
        font-size: 16px;
        border-color: transparent;
        background: #78909c;
        margin-bottom: 5px;
        border-radius: 10px;
    }

.pTags button:hover, .pTags button:active {
    color: #cfd8dc;
    background: linear-gradient(to bottom, #78909c 0%, #546e7a 100%);
    box-shadow: inset 0 2px 2px #455a64;
}

#searchInput {
    background-image: url('/images/search.png');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    border-radius: 10px;
}

@media (min-width: 992px) {
    .container {
        width: 100% !important;
    }
}
/*ck editor*/
/*a.cke_button__insertptag span.cke_button_icon::before,
a.cke_button__createdc span.cke_button_icon::before {
    font-family: FontAwesome;
    color: #484848;
    font-size: 17px;
}
    a.cke_button__insertptag span.cke_button_icon::before {
        content: '\f292' !important;
    }
    a.cke_button__createdc span.cke_button_icon::before {
        content: '\f0e7' !important;
    }*/

/*modal media query*/
@media screen and ( min-height: 991px ) {
    .cm-s-hopscotch.CodeMirror {
        height: 900px;
    }
}

.gjs-am-assets-cont {
    padding: 0 20px;
    font-family: Helvetica,sans-serif;
    font-size: 16px;
    background-color:#fff;
}

    .gjs-am-assets-cont .images-list-container-top,
    .gjs-am-assets-cont .no-image-container {
        width: 100%;
    }

        .gjs-am-assets-cont .images-list-container-top table
        .gjs-am-assets-cont .no-image-container table {
            border: none;
        }

    .gjs-am-assets-cont .gjs-am-assets .gjs-am-asset {
        padding: 15px 0 !important;
    }

        .gjs-am-assets-cont .gjs-am-assets .gjs-am-asset .gjs-am-meta {
            font-size: 16px;
            padding: 0 0 0 15px !important;
            width:auto !important;
        }

.normal-code-container {
    width: 1000px;
    max-width: 1000px;
}


.gjs-editor-cont ::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;*/
}

.gjs-editor-cont ::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

.gjs-editor-cont ::-webkit-scrollbar {
    width:13px;
}

.gjs-mdl-container {
    overflow: hidden !important;
}

/*have to make the popup window wider to fit all the controls of the TUI image editor*/
.gjs-mdl-dialog {
    max-width: 1000px;
    text-shadow: none !important;
}

.swal2-container {
    background-color: rgba(0,0,0,.75);
}

.swal2-popup {
    /*border: 1px solid rgba(0,0,0,.2);*/
    border: 1px solid white !important;
    border-radius: 2px !important;
    padding:40px !important;
}

.swal2-title {
    line-height: 2.125rem !important;
    font-size: 1.125rem !important;
    color: #000 !important;
    font-weight:normal !important;
}

.swal2-content {
    font-family: "Source Sans Pro",Roboto,"Helvetica Neue";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666;
    padding: 10px 0 !important;
}

button.swal2-confirm {
    border: solid 1px transparent;
    box-shadow: none !important;
    border-radius: 2px !important;
    padding: 7px 10px !important;
    line-height: 1.5rem !important;
    margin: 20px !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    font-family: Helvetica !important;
    box-sizing: border-box !important;
    transition: background-color .2s ease-in,border-color .1s ease-in,color .3s ease-in;
    -moz-transition: background-color .2s ease-in,border-color .1s ease-in,color .3s ease-in;
    -webkit-transition: background-color .2s ease-in,border-color .1s ease-in,color .3s ease-in;
    -o-transition: background-color .2s ease-in,border-color .1s ease-in,color .3s ease-in;
    -ms-transition: background-color .2s ease-in,border-color .1s ease-in,color .3s ease-in;
    color: #fff !important;
    background-color: #9f216d !important;
    border-color:#9f216d !important;
    min-width: 100px;
    margin:0 !important;
}

    button.swal2-confirm:hover {
        background-color: #7F1A57;
        border-color: #7F1A57;
    }

button.swal2-cancel {
    border: solid 1px transparent !important;
    box-shadow: none !important;
    border-radius: 2px !important;
    padding: 7px 10px !important;
    line-height: 1.5rem !important;
    margin: 20px !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    font-family: Helvetica !important;
    box-sizing: border-box !important;
    transition: background-color .2s ease-in,border-color .1s ease-in,color .3s ease-in;
    -moz-transition: background-color .2s ease-in,border-color .1s ease-in,color .3s ease-in;
    -webkit-transition: background-color .2s ease-in,border-color .1s ease-in,color .3s ease-in;
    -o-transition: background-color .2s ease-in,border-color .1s ease-in,color .3s ease-in;
    -ms-transition: background-color .2s ease-in,border-color .1s ease-in,color .3s ease-in;
    color: #24245a !important;
    background-color: #fff !important;
    border-color: #b3a6e5 !important;
    min-width: 100px;
    margin-left: 20px !important;
}

button.swal2-cancel:hover {
    background-color: #7F1A57;
    border-color: #7F1A57;
}

.swal2-actions{
    margin:0 auto 0 !important;
}


.gjs-am-file-uploader {
    width: 100% !important;
    cursor: pointer !important;
    height: 56px;
}

    .gjs-am-file-uploader #gjs-am-title {
        padding: 15px;
        margin: 0 !important;
        font-size: 16px;
        color: #666;
        cursor: pointer !important;
    }

    .gjs-am-file-uploader form {
        background-color: #ebebeb;
        border: 1px dashed #ccc;
        cursor: pointer;
        height: 56px;
        cursor: pointer !important;
    }

    .gjs-am-file-uploader #gjs-am-uploadFile {
        opacity:0;
        position:absolute !important;
        bottom:-100px;
        z-index:-1;
    }

.gjs-am-assets-cont {
    height: 100%;
}

.images-list-container-top table,
.images-list-container-top tbody,
.images-list-container-top tr,
.images-list-container-top td,
.no-image-container table,
.no-image-container tbody,
.no-image-container tr,
.no-image-container td
{
    
}

.cke_dialog_ui_checkbox label {
    position:relative !important;
    top:2px;
}

.gjs-cv-canvas {
    max-height: 900px !important;
}

.gjs-pn-views-container {
    height:898px;
}

button[action=findAll] {
    visibility: hidden;
}

.toolbar-component-label {
    width: 100% !important;
    display:inline;
    cursor:default;
}

.gjs-label-wrp {
    width:100%;
}