
#toolbar-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
    background-color: #242729;
    font-size: 18px;
    z-index: 90;
}

#toolbar {
    height: 42px;
}

#toolbar-logo {
    display: inline-block;
    background-color: #EFEFEF;
    height: 42px;
    width: 68px;
}

#img-logo {
    margin: 5px auto auto auto;
    display: block;
}

#toolbar-right {
    float: right;
    display: inline-block;
    vertical-align: top;
    margin: 9px 15px 0 0;
}

#toolbar-account {
    float: right;
    display: inline-block;
    height: 32px;
    vertical-align: top;
    margin-top: 5px;
    width: 42px;
}

.inner-toolbar {
    display: inline-block;
    vertical-align: top;
    margin-top: 9px;
}

.expandable-toolbar {
    background-color: #242729;
}

#btn-account {
    width: 32px;
    height: 32px;
    padding: 0;
}

#img-account {
    border-radius: 50%;
    width: 32px;
    height: 32px;    
}

#toolbar-color {
    display: inline-block;
    padding: 0;
    margin-top: 0px;
    vertical-align: top;
}

.toolbar-span {
    display: inline-block;
    width: 10px;
}

.properties-button {
    cursor: pointer;
    background-color: #6C7175;
    border: none;
    color: white;
    padding: 2px;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    border-radius: 3px;
    box-sizing: border-box;
}

.toolbar-button {
    cursor: pointer;
    background-color: #242729;
    border: none;
    color: white;
    padding: 2px;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    border-radius: 3px;
    box-sizing: border-box;
}

.toolbar-right-button {
    padding: 2px 4px 2px 4px !important;
    width: 28px !important;
}

.toolbar-button-pressed {
    background-color: #53575A;
}

.toolbar-button:hover:not([disabled]) {
    background-color: #6F7F7F;
}

.toolbar-button:disabled {
    cursor: default;
}

    .toolbar-button:disabled > img {
        opacity: 0.4;
    }

.toolbar-img {
    width: 20px;
    height: 20px;
}

.properties-opacity-button-replacer {
    height: 20px;
    width: 20px;
    background-color: #6C7175;
    margin-right: 4px !important;
    margin-top: 1px !important;
    vertical-align: top !important;
}

    .properties-opacity-button-replacer .sp-preview .sp-preview-inner {
        left: 40% !important;
        width: 60% !important;
    }

.view-color-button-replacer {
    height: 18px;
    width: 18px;
}

.toolbar-color-button-replacer {
    height: 20px;
    width: 20px;
    background-color: #6C7175;
    margin-right: 4px !important;
}

    .toolbar-color-button-replacer:hover {
        background-color: #6F7F7F;
        border: solid;
        border-color: #6F7F7F;
        border-width: 1px;
    }

    .toolbar-color-button-replacer.sp-disabled {
        border-color: #6C7175 !important;
    }

.toolbar-color-button {
    background-color: #6C7175;
    width: 32px;
    border: none;
}

    .toolbar-color-button:disabled {
        background-color: #6C7175;
        cursor: default;
        opacity: 0.2;
    }


#main-container {
    display: block;
    position: absolute;
    top: 42px;
    left: 0;
    bottom: 0;
    right: 0;
}

#palette-set {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 68px;
    background: #242729;
    border: solid;
    border-width: 1px;
    border-color: darkgrey;
}

.palette-set-item {
    position: relative;
    width: 68px;
    height: 42px;
    border-bottom-color: #686E6B;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background: #242729;
    cursor: pointer;
}

.palette-set-item-hint {
    position: absolute;
    right: 20px;
    top: 2px;
    color: #90A63A;
    font-size: 10px;
    display: none;
}

.palette-set-item-image {
    position: absolute;
    left: 8px;
    top: 5px;
    width: 32px;
    height: 32px;
}

.palette-set-item-name {
    position: absolute;
    left: 6px;
    bottom: 6px;
    color: white;
    font-size: 11px;
    visibility: hidden;
}

.palette-set-open {
    background: #6C7175;
}

#palette {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 68px;
    width: 320px;
    background: #6c7175;
    border: solid;
    border-width: 1px;
    border-color: darkgrey;
}

.palette-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

.palette-container-open {
    visibility: visible;
    display: block;
}

.palette-container-closed {
    visibility: hidden;
    display: none;
}

.internal-scroll {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

.palette-category {
    border-bottom: 1px solid #ccc;
}

.palette-content {
    background: #fff;
    padding: 3px
}

.palette-header {
    position: relative;
    background: #f3f3f3;
    cursor: pointer;
    text-align: left;
    padding: 9px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

    .palette-header span {
        clear: both
    }

.palette-header-tools {
    display: inline-block;
    float: right;
}

.palette-header-flip {
    float: right;
    width: 22px;
    height: 22px;
    border: solid 1px #ccc;
    cursor: pointer;
    padding-top: 1px;
}

.palette-header-color-replacer {
    float: right;
    border: solid 1px #ccc !important;
    margin-left: 2px !important;
}

    .palette-header-color-replacer .sp-preview {
        height: 20px;
        width: 20px;
    }

.palette-header-scale {
    float: right;
    width: 54px;
    background-color: #f3f3f3;
    text-align: right;
    border: solid 1px #ccc;
    margin-left: 2px;
}


.palette-hint {
    font-size: small;
}

.palette_label {
    font-size: 13px;
    margin: 4px 0 4px 28px;
    line-height: 20px;
    overflow: hidden;
    text-align: center
}


.palette_node {
    display: inline-block;
    vertical-align: bottom;
    margin: 5px;
    position: relative;
}

    .palette_node:hover {
        background-color: #eee
    }

.palette-node-zoom-label {
    font-size: 10px;
    position: absolute;
}

.palette-node-delete-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

    .palette-node-delete-icon:hover {
        background-color: #000;
    }

.palette-node-image {
    position: absolute;
    cursor: pointer;
}

.palette-node-image-upload {
    position: absolute;
    cursor: pointer;
    object-fit: contain;
}

#workspace {
    position: absolute;
    margin: 0 0 0 0;
    top: 0px;
    bottom: 26px;
    left: 390px;
    right: 202px;
    overflow: hidden;
}

#chart {
    overflow: auto;
    background: #EFEFEF;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    border: solid;
    border-color: darkgrey;
    border-width: 1px;
    padding: 2px;
    min-width: 48px !important;
    min-height: 48px !important;
    overflow: hidden;
}

#view-info {
    position: absolute;
    background: #242729;
    color: white;
    margin: 0;
    bottom: 0;
    height: 26px;
    left: 390px;
    right: 0px;
    padding: 0 0 0 6px;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 24px;
}

.view-button {
    cursor: pointer;
    background-color: #242729;
    border: none;
    text-align: center;
    color: white;
    margin: 2px 0px 0px 0px;
    width: 26px;
    height: 22px;
    vertical-align: top;
    border-radius: 3px;
}

.view-button-pressed {
    background-color: #696969;
}

.view-button:hover {
    background-color: #6F7F7F;
}

.view-img {
    margin-top: 2px;
    height: 20px;
    width: 20px;
}

.view-img-grid {
    margin-top: 3px;
    height: 16px;
    width: 16px;
}


#icogramName {
    cursor: pointer;
}

#icogramSize {
    cursor: pointer;
}

#internals {
    visibility: hidden;
    display: none;
}

#savingProgress {
    padding-left: 8px;
    display: none;
    cursor: progress;
}

#savingStatus {
    padding-left: 8px;
}

.info-text {
    color: #9C3;
}

.warning-text {
    color: #FC0;
}

.error-text {
    color: orangered;
    font-weight: bold;
    background-color: white;
    border-radius: 3px;
}

#text-edit-toolbar {
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0px;
    width: 200px;
    padding: 8px 8px 0 8px;
}

#text-edit-fontSelect {
    margin: 0 0 3px 0;
    width: 182px;
    font-size: 14px;
    height: 22px;
    border: none;
    padding: 0;
}

#text-edit-toolbar > .ui-spinner {
    padding: 0;
    margin: 0;
}

#text-edit-fontSize {
    width: 44px;
    border: none;
    vertical-align: bottom;
    padding: 2px;
    height: 22px;
    box-sizing: border-box;
}

#text-edit-toolbar > .ui-button {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 0;
    line-height: 20px;
    border: solid 1px #FFF !important;
    margin: 0 0 0 4px;
}

#text-edit-toolbar > .ui-checkboxradio-checked {
    background-color: #B4B4B4 !important;
}

#text-edit-style-bold-label {
    font-weight: bold;
}

#text-edit-style-underline-label {
    text-decoration: underline;
}

#text-edit-style-italic-label {
    font-style: italic;
}

#text-edit-editor {
    position: absolute;
    top: 108px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px 8px 8px;
}

#text-edit-editor-multiple {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    resize: none;
    overflow: scroll;
    overflow-wrap: normal;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 4px;
    border: none;
}


#new-upload-preview-container {
    margin-top: 12px;
    height: 130px;
    background-color: #DEDEDE;
}

#new-upload-preview {
    height: 128px;
    max-width: 512px;
    padding: 0;
    border: solid;
    border-width: 1px;
    border-color: #D0D0D0;
}


.ui-resizable-e {
    cursor: e-resize;
    width: 3px;
    right: -1px;
    top: 0;
    bottom: 0;
    background-color: darkgrey;
}

svg text {
    cursor: default;
    user-select: none;
}

#footer-right {
    float: right;
    font-size: 12px;
    margin: 4px 8px 0 0;
}

.footer-link {
    color: white;
}

#download-advert {
    width: 600px;
    height: 20px; /*314px;*/
    text-align: center;
    vertical-align: middle;
    color: yellow;
}

#download-type-list {
    list-style-type: none;
}

    #download-type-list li {
        display: flex;
        justify-content: space-between;
        padding: 12px;
        margin: 0;
        border-bottom: solid 1px #242729;
    }

        #download-type-list li .downloadTypeColumn label span {
            font-size: 14px;
            margin-left: 30px;
        }

        #download-type-list li .downloadTypeColumn input {
            margin: 0 10px 0 0;
            width: 20px;
        }

#download-button-upgrade {
    margin: 0;
}

.download-agreement-label {
    font-size: 14px;
}

#search-tag {
    vertical-align: top;
    height: 28px;
    width: 76%;
    font-size: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #C4C4C4;
    border-radius: 0px;
    padding: 0 8px 0 8px;
    outline: none;
    margin: 6px 0 6px 6px;
}

    #search-tag:focus {
        border-color: #6C7175;
        border-radius: 0px;
        border-width: 1px;
    }

#search-tag-button {
    vertical-align: top;
    margin-top: 6px;
    margin-bottom: 6px;
    width: 30px;
    height: 30px;
    background: #9C3 url("/img/search.svg") no-repeat center;
    border: none;
    border-radius: 0;
}

.palette-subcategory {
    background-color: #f3f3f3;
    padding: 2px 2px 2px 10px;
    font-weight: bold;
    font-size: 14px;
    margin-left: -3px;
    margin-right: -3px;
}

.palette-subcategory-button {
    float: right;
    width: 20px;
    height: 20px;
    border: none;
    background: none;
    cursor: pointer;
}

#right-tools {
    position: absolute;
    top: 0;
    bottom: 26px;
    right: 0;
    width: 200px;
    min-width: 200px;
    background: #6C7175 !important;
    border: solid;
    border-width: 1px;
    border-color: darkgrey;
    overflow-x: hidden;
}

.right-tools-header {
    position: relative;
    background: #f3f3f3;
    text-align: left;
    padding: 9px;
    font-weight: bold;
    height: 22px;
}

#properties-container {
    padding: 8px 2px 0 8px;
    color: white;
    background: #6C7175;
}

#properties-text {
    position: absolute;
    top: 240px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #6C7175;
}

#properties-related {
    position: absolute;
    top: 280px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}

#related-panel {
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}

#related-container {
    background: #fff;
    padding: 2px;
}

.related-img {
    max-width: 64px !important;
    max-height: 64px !important;
    margin: 2px;
    cursor: pointer;
}

.properties-block {
    margin-top: 4px;
}

.properties-block-colors {
    margin-left: 2px;
}

#properties-group-path img {
    vertical-align: text-bottom;
}


#properties-name {
    font-weight: bold;
}

#properties-tags {
    font-size: 12px;
    min-height: 38px;
    max-height: 76px;
    overflow-y: auto;
}

    #properties-tags a {
        margin: 0 6px 0 0;
        color: #EEE;
    }

#properties-transform {
    display: inline-block;
}

#properties-scale-edit {
    width: 60px;
    vertical-align: top;
    margin-top: 1px;
    text-align: right;
}

#properties-scale-select {
    width: 20px;
    text-align: right;
    vertical-align: top;
    margin-top: 1px;
    padding-left: 10px;
}

.sp-dd {
    display: none !important;
}

#properties-globalmessage-block {
    display: none;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: #242729;
    padding: 16px 8px 8px 8px;
    color: white;
    border: solid 1px #6C7175;
}

    #properties-globalmessage-block a {
        color: white;
    }

.globalmessage {
    display: none;
}

    .globalmessage a b {
        text-transform: uppercase;
        color: white !important;
    }

#globalmessage-1 a {
    color: #9C3;
}

#globalmessage-2 a {
    color: #FC0;
}

#globalmessage-3 a {
    color: #39C;
}

#globalmessage-4 a {
    color: #E5E5E5;
}

#globalmessage-5 a {
    color: #F90;
}

#globalmessage-6 a {
    color: #E5E5E5;
}

#right-tools-hide, #right-tools-show {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: #6C7175;
}

.view-opacity-container .sp-top-inner {
    display: none;
}

.view-opacity-container .sp-fill {
    display: none;
}

#properties-preview-img {
    border: none;
    max-height: 400px;
    width: 96%;
    height: auto;
    margin: 8px auto 0 auto;
    box-sizing: content-box;
    display: block;
    object-position: top;
    object-fit: scale-down;
}

.expandable-toolbar .expand-expandable-toolbar {
    display: none;
    height: 24px;
    width: 24px;
    padding: 2px;
    border-radius: 3px;
    box-sizing: border-box;
}

    .expandable-toolbar .expand-expandable-toolbar:hover {
        background-color: #6F7F7F;
    }

@media screen and (max-width: 960px) {

    .expandable-toolbar a {
        display: none;
    }

    .expandable-toolbar button {
        display: none;
    }

    .expandable-toolbar a.expand-expandable-toolbar {
        display: inline-block;
    }

    .expandable-toolbar {
        position: relative;
        width: 40px;
    }

        .expandable-toolbar.responsive a.expand-expandable-toolbar {
            position: absolute;
            left: 8px;
            top: -8px;
            background-color: #53575A;
        }

        .expandable-toolbar.responsive a {
            display: block;
            margin: 8px
        }

        .expandable-toolbar.responsive button {
            display: block;
            margin: 8px
        }
}

@media screen and (max-width: 1180px) {

    #view-info {
        left: 0 !important;
    }

    #palette-set {
        bottom: 26px;
    }

    #palette {
        bottom: 26px;
    }
}
