:root {
	--active: #0A6FB7;
	--lighter-blue: #3bc0f7;
	--light-blue: #14bfff;
	--pink: #fd66ff;
	--yellow: #FBA929;
	--light-gray: #e5e7e8;

	--text-color: #fff;
	--link-color: #0a7eb3;

	--close-button: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyB3aWR0aD0iMzIwIiBoZWlnaHQ9IjMyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KIDxnPgogIDx0aXRsZT5MYXllciAxPC90aXRsZT4KICA8ZyBpZD0ibGF5ZXIxIj4KICAgPHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2Utd2lkdGg9IjAuMjVwdCIgaWQ9InBhdGg0OTUwIiBkPSJtMTAwLDYwbC00MCw0MGwxNzAsMTcwbDQwLC00MGwtMTcwLC0xNzB6Ii8+CiAgIDxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLXdpZHRoPSIwLjI1cHQiIGlkPSJwYXRoNDk1MiIgZD0ibTYwLDIzMGwxNzAsLTE3MGw0MCw0MGwtMTcwLDE3MGwtNDAsLTQweiIvPgogIDwvZz4KIDwvZz4KPC9zdmc+Cg==');
	--close-button-active-color: #fff;
	--close-button-active-bg-color: rgb(0 0 0 / 30%);
	--close-button-hover-color: #fff;
	--close-button-hover-bg-color: #C83B3D;

	--default-background: #2C3134;
	--canvas-background: radial-gradient(#262a2d, #212527);
	--canvas-iframe-shadow: 0 0 10px rgb(0 0 0 / 20%);
	--canvas-addon-button-shadow: 1px 1px 10px rgb(0 0 0 / 20%);

	/* Start screen */
	--start-screen-sidebar: #26292b;
	--start-screen-background: #1c1e1f;
	--start-screen-input: #222527;
	--start-screen-card: #26292b;
	--start-screen-card-border: #252525;
	--start-screen-card-hover: #292c2e;
	--design-logo-outline: url('../img/bstudio-outline.svg');
	--ms-design-logo-outline: url('../img/mstudio-outline.svg');
	--design-logo-blend-mode: lighten;
	--start-screen-primary-button: #0d71b7;
	--start-screen-secondary-button: #596575;
	--start-screen-close: #adadad;
	--start-screen-close-background: #181a1b;
	--start-screen-close-hover: #fff;
	--start-screen-close-hover-background: #C83B3D;

	/* Scrollbar */
	--scrollbar: rgba(0, 0, 0, 0.2);
	--scrollbar-thumb: #677073;
	--scrollbar-thumb-hover: #767F82;

	/* Menu */
	--menu-background: #3b4248;
	--menu-shadow: 0 1px 1px rgb(0 0 0 / 10%);
	--menu-icon-background: #323639;
	--menu-icon-font-size: 16px;
	--menu-item-disabled: #6E7880;
	--menu-item-new: var(--text-color);
	--menu-item-open: var(--yellow);
	--menu-item-assistant: #ffd500;

	/* Toolbars */
	--component-bar-background: linear-gradient(#4b5256, #3d4448);
	--toolbar-background: #4d575f;
	--toolbar-highlight: rgba(0, 0, 0, 0.2);
	--toolbar-shadow: 0 1px 2px rgb(0 0 0 / 20%);

	/* Panels */
	--panel-group-background: #32373a;
	--panel-background: #2f3438;
	--option-border-color: #3B4144;
	--panel-border-outer: #24282b;
	--panel-loader: #fff;
	--tabs-background: #272d2f;
	--tabs-inactive-color: #97989a;
	--panel-find-background: #3d4347;
	--panel-find-placeholder: #aaa;
	--editor-find-background: #282c2f;
	--editor-background: #24282b;
	--editor-panel-background: linear-gradient(var(--tabs-background), var(--tabs-background) 26px, var(--panel-group-background) 72px);
	--editor-panel-toolbar-shadow: 0 1px 1px rgb(0 0 0 / 20%);
	--detach-button-color: #a9a9a9;
	--tree-item-highlight: rgba(10, 111, 183, 0.34);

	--search-highlight: rgba(215, 210, 28, 0.16);
	--search-highlight-current: rgba(255, 248, 25, 0.82);

	--style-target-btn: rgba(0, 0, 0, 0.2);
	--style-target-btn-hover: rgb(0 0 0 / 30%);
	--style-target-class: var(--editor-green);
	--style-target-id: #fd62ff;

	--option-label-color: #B3BABD;
	--option-tooltip-color: var(--option-label-color);
	--smarteditable-active: rgba(255, 255, 255, 0.1);
	--list-item-highlight: rgba(255,255,255,0.05);
	--suggestion-tooltip: #191C1E;

	--badge-custom-options: #00ff80;

	--border-option-active-color: #54cdff;
	--border-option-changes-background: var(--filter-button);
	--border-option-changes-active-background: var(--button-dark-active);
	--border-option-icon-base: rgba(255, 255, 255, 0.2);
	--border-option-icon-changes-base: rgba(84, 205, 255, 0.4);
	--border-option-icon-radius-base: var(--border-option-icon-base);
	--border-option-icon-radius-changes-base: var(--border-option-icon-changes-base);
	--border-option-icon-radius-accent:#fff;

	/* Editors */
	--editor-green: #2dd07e;

	/* HTML editor */
	--html-tag-color: #00aeef;
	--html-attribute: var(--editor-green);
	--html-attribute-value: #fd62ff;
	--html-text: #eee;
	--attributes-key-width: 120px;

	/* CSS editor */
	--css-block-background: #2C3134;
	--css-block-highlight: #0f3a54;
	--css-rule-highlight: #064369;
	--css-block-shadow: none;
	--css-block-framework: #838589;
	--css-block-query-divider: #494E54;
	--css-block-spacer-button-color: #fff;
	--css-block-spacer-button-background: #24282b;
	--css-block-unmatched-selector: #959DA0;
	--css-block-active-line: #0A6FB7;
	--css-block-active-elemstyle-line: #5B7B8A;

	/* Info option */
	--info-option-margin-background: #283844;
	--info-option-padding-background: #2D3F3A;
	--info-option-margin-border: #3387C3;
	--info-option-padding-border: #398A63;

	/* Inputs */
	--input-background: #41474C;
	--input-addon-background: #41474C;
	--input-box-shadow: none;
	--selector-dropdown-box-shadow: 0 0 0 1px var(--panel-background);
	--input-addon-divider: var(--option-border-color);
	--search-input-border: #26292b;
	--input-addon: linear-gradient(to bottom, #5E6871, #535D67);
	--input-locked-color: #eee;
	--input-locked-background: #34393E;
	--textbox-background: var(--input-background);
	--focus-outline: #0a6fb7;

	/* Range */
	--range-thumb: #fff;
	--range-background: var(--active);

	/* Dropdowns */
	--dropdown-arrow: url('../img/triangle.svg');
	--dropdown-arrow-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11px' height='7px'%3E%3Cpath fill-rule='evenodd' fill='rgb(148, 153, 165)' d='M10.759,1.920 L6.979,5.700 C6.979,5.700 5.946,6.711 5.487,6.632 C5.029,6.711 3.996,5.700 3.996,5.700 L0.216,1.920 C-0.098,1.607 -0.098,1.098 0.216,0.784 L0.784,0.216 C1.098,-0.098 1.607,-0.098 1.920,0.216 L5.487,3.783 L9.055,0.216 C9.368,-0.098 9.877,-0.098 10.191,0.216 L10.759,0.784 C11.073,1.098 11.073,1.607 10.759,1.920 Z'/%3E%3C/svg%3E");

	/* Buttons */
	--button-option: #555c63;
	--button-option-border: #2f3335;

	--filter-button: #555c63;
	--filter-button-border: #2f3335;

	--button-dark: linear-gradient(#60696d, #3e4648);
	--button-dark-active: linear-gradient(#43494c, #383e40);
	--button-dark-border: #2c3033;

	/* Knob */
	--knob-background: #555c63;
	--knob-box-shadow: 0 0 0 1px #2f3335;
	--knob-dot-color: #fff;

	/* Nested list option */
	--nested-list-background: #2a2f31;
	--nested-list-border: #242729;

	/* Pills */
	--pill-background: #474d52;
	--pill-color: #a0a5aa;

	/* Color Picker */
	--color-picker-background: #161b21;
	--color-picker-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
	--color-picker-primary-button-color: #fff;
	--color-picker-primary-button-background: linear-gradient(#2789ef, #116fd0);
	--color-picker-primary-button-shadow: none;
	--color-picker-secondary-button-color: #fff;
	--color-picker-secondary-button-background: linear-gradient(#676d71, #565c5f);
	--color-picker-secondary-button-shadow: none;

	/*  Tokens */
	--token-id: #fb67d4;
	--token-class: #66e857;
	--token-text: #e1a800;
	--token-repeater: deepskyblue;

	/* Forced state indicators */
	--color-forced-state: #ffbd3a;
}

[data-theme="light"] {
	--active: #4898f2;
	--lighter-blue: #3bc0f7;
	--light-blue: #0c86b4;
	--pink: #f028f3;
	--yellow: #ce7d00;
	--light-gray: #989898;
	--lighter-gray: #f0f0f0;

	--link-color: #0a7eb3;
	--text-color: #47525f;

	--close-button: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyB3aWR0aD0iMzIwIiBoZWlnaHQ9IjMyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KIDxnPgogIDx0aXRsZT5MYXllciAxPC90aXRsZT4KICA8ZyBpZD0ibGF5ZXIxIj4KICAgPHBhdGggZmlsbD0iIzQ3NTI1ZiIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2Utd2lkdGg9IjAuMjVwdCIgaWQ9InBhdGg0OTUwIiBkPSJtMTAwLDYwbC00MCw0MGwxNzAsMTcwbDQwLC00MGwtMTcwLC0xNzB6Ii8+CiAgIDxwYXRoIGZpbGw9IiM0NzUyNWYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLXdpZHRoPSIwLjI1cHQiIGlkPSJwYXRoNDk1MiIgZD0ibTYwLDIzMGwxNzAsLTE3MGw0MCw0MGwtMTcwLDE3MGwtNDAsLTQweiIvPgogIDwvZz4KIDwvZz4KPC9zdmc+');
	--close-button-active-color: #fff;
	--close-button-active-bg-color: #ff6df4;
	--close-button-hover-color: #fff;
	--close-button-hover-bg-color: #e057d6;

	--default-background: #edf0f4;
	--canvas-background: #f0f2f4;
	--canvas-iframe-shadow: 0 0 10px rgb(0 0 0 / 8%);
	--canvas-addon-button-shadow: 1px 1px 10px rgb(0 0 0 / 10%);

	/* Start screen */
	--start-screen-sidebar: #fff;
	--start-screen-background: #f2f5f8;
	--start-screen-input: #fff;
	--start-screen-card: #fff;
	--start-screen-card-border: var(--lighter-gray);
	--start-screen-card-hover: #fafafb;
	--design-logo-outline: url('../img/bstudio-outline-light.svg');
	--ms-design-logo-outline: url('../img/mstudio-outline-light.svg');
	--design-logo-blend-mode: darken;
	--start-screen-primary-button: #1285d6;
	--start-screen-secondary-button: #8693a5;
	--start-screen-close: #ffffff;
	--start-screen-close-background: #c1ced5;
	--start-screen-close-hover: #fff;
	--start-screen-close-hover-background: var(--close-button-hover-bg-color);

	/* Scrollbar */
	--scrollbar: #edf0f4;
	--scrollbar-thumb: #b0b4b9;
	--scrollbar-thumb-hover: #a1a6ac;

	/* Menu */
	--menu-background: #fff;
	--menu-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	--menu-icon-background: transparent;
	--menu-icon-font-size: 18px;
	--menu-icon-margin-right: 4px;
	--menu-item-disabled: var(--light-gray);
	--menu-item-new: #9cc7ff;
	--menu-item-open: #ffb81a;
	--menu-item-assistant: orange;

	/* Toolbars */
	--component-bar-background: #fff;
	--toolbar-background: #fff;
	--toolbar-highlight: rgb(60 80 117 / 10%);
	--toolbar-shadow: 0 1px 2px rgb(0 0 0 / 5%);

	/* Panels */
	--panel-group-background: #edf0f4;
	--panel-background: #fff;
	--option-border-color: #edf0f4;
	--panel-border-outer: #edf0f4;
	--panel-loader: var(--active);
	--panel-find-background: var(--textbox-background);
	--panel-find-placeholder: #8c8c8c;
	--editor-find-background:var(--input-background);
	--editor-background: #fff;
	--editor-panel-background: linear-gradient(#f2f4f6, #edf0f4 26px, var(--panel-group-background) 72px);
	--editor-panel-shadow: 0 -1px 5px rgba(0,0,0,0.05);
	--editor-panel-toolbar-shadow: 0 1px 1px rgb(0 0 0 / 7%);
	--detach-button-color: #696969;
	--tabs-background: #edf0f4;
	--tabs-inactive-color: #767779;
	--tree-item-highlight: #e2f4ff;

	--style-target-btn: rgb(60 80 117 / 10%);
	--style-target-btn-hover: rgb(237 241 246 / 70%);
	--style-target-id: var(--pink);

	--option-label-color: #454545;
	--option-tooltip-color: #939393;
	--smarteditable-active: #cdcdcd;
	--list-item-highlight: rgb(237 241 246 / 70%);
	--suggestion-tooltip: #fff;

	--badge-custom-options: #23c373;

	--border-option-active-color: #fff;
	--border-option-changes-background: #78baff;
	--border-option-changes-active-background: #3c94f0;
	--border-option-icon-base: rgb(255 255 255 / 40%);
	--border-option-icon-changes-base: rgba(255, 255, 255, 0.3);
	--border-option-icon-radius-base: #d5d5d5;
	--border-option-icon-radius-changes-base: #aecef6;
	--border-option-icon-radius-accent: rgb(49 63 81 / 50%);

	/* Editors */
	--editor-green: #1a8f0c;

	/* HTML editor */
	--html-tag-color: var(--light-blue);
	--html-attribute-value: var(--pink);
	--html-text: #4e4e4e;

	/* CSS editor */
	--css-block-background: #fff;
	--css-block-highlight: #e2f4ff;
	--css-rule-highlight: #ccecff;
	--css-block-shadow: 0 0 10px rgb(0 0 0 / 8%), 0 0 0 1px inset rgb(0 0 0 / 7%);
	--css-block-framework: #a0a0a0;
	--css-block-query-divider: #dee5ec;
	--css-block-spacer-button-color: #242424;
	--css-block-spacer-button-background: #fff;
	--css-block-unmatched-selector: #889194;
	--css-block-active-line: #62b4ee;
	--css-block-active-elemstyle-line: #62b4ee;

	/* Info option */
	--info-option-margin-background: rgb(173 213 230 / 20%);
	--info-option-padding-background: rgb(64 209 143 / 15%);
	--info-option-margin-border: #74bef4;
	--info-option-padding-border: #74d7a7;

	/* Inputs */
	--input-background: #f0f2f4;
	--input-addon-background: #fff;
	--input-box-shadow: 0 0 0 1px #d4d8de;
	--selector-dropdown-box-shadow: 0 0 0 1px #d4d8de;
	--input-addon-divider: #d4d8de;
	--search-input-border: var(--input-background);
	--input-addon: transparent;
	--input-locked-color: var(--text-color);
	--input-locked-background: var(--input-background);
	--textbox-background: transparent;
	--focus-outline: var(--lighter-blue);

	/* Range */
	--range-thumb: var(--active);
	--range-background: var(--active);

	/* Dropdowns */
	--dropdown-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11px' height='7px'%3E%3Cpath fill-rule='evenodd' fill='rgb(148, 153, 165)' d='M10.759,1.920 L6.979,5.700 C6.979,5.700 5.946,6.711 5.487,6.632 C5.029,6.711 3.996,5.700 3.996,5.700 L0.216,1.920 C-0.098,1.607 -0.098,1.098 0.216,0.784 L0.784,0.216 C1.098,-0.098 1.607,-0.098 1.920,0.216 L5.487,3.783 L9.055,0.216 C9.368,-0.098 9.877,-0.098 10.191,0.216 L10.759,0.784 C11.073,1.098 11.073,1.607 10.759,1.920 Z'/%3E%3C/svg%3E");
	--dropdown-arrow-light: var(--dropdown-arrow);

	/* Buttons */
	--button-option: #fff;
	--button-option-border: #d4d8de;

	--filter-button: #88929b;
	--filter-button-border: #2f3335;

	--button-dark: linear-gradient(#99a6ae, #6a7b85);
	--button-dark-active: #434c51;
	--button-dark-border: none;

	/* Knob */
	--knob-background: #94a4b5;
	--knob-box-shadow: none;

	/* Nested list option */
	--nested-list-background: #fff;
	--nested-list-border: var(--panel-border-outer);

	/* Pills */
	--pill-background: var(--input-background);
	--pill-color: #6c7177;

	/* Color Picker */
	--color-picker-background: #fff;
	--color-picker-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	--color-picker-primary-button-color: #fff;
	--color-picker-primary-button-background: #509cec;
	--color-picker-primary-button-shadow: 0 0 6px rgb(0 0 0 / 8%);
	--color-picker-secondary-button-color: var(--text-color);
	--color-picker-secondary-button-background: #fff;
	--color-picker-secondary-button-shadow: 0 0 0 1px #ccc inset, 0 0 6px rgb(0 0 0 / 4%);

	/*  Tokens */
	--token-id: #d74cb2;
	--token-class: #4adb3a;
	--token-repeater: deepskyblue;

	/* Forced state indicators */
	/* --color-forced-state: #ffbd3a; */
}

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

html{
	user-select:none;
	cursor:default;
	overflow: hidden;
	background-color: var(--default-background);
}

body {
	display: flex;
	flex-direction: column;
	font:16px/1 Arial, Helvetica, sans-serif;
	color: var(--text-color);
	height: 100%;
	width:100%;
	position: fixed;
	top: 0;
	left: 0;
	min-width: 680px;
}

body.resizing-ns {
	cursor: ns-resize;
}

body.resizing-ew {
	cursor: ew-resize;
}

body.resizing-nesw {
	cursor: nesw-resize;
}

body.resizing-nwse {
	cursor: nwse-resize;
}

body.scrolling .cloak,
body.resizing .cloak {
	display:block;
}

body.resizing-both{
	cursor: nwse-resize;
}

a, a:visited{
	text-decoration:none;
	color:inherit;
	cursor:default;
}

a.link {
	color: var(--link-color);
	cursor: pointer;
}

input, textarea, select{
	outline:none;
	position: relative;
	font-family:sans-serif;
}

select,
select option{
	font-size: 13px;
}

input[type=search]{
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	opacity: 1;
	background: var(--close-button) no-repeat center center;
	background-size: contain;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 6px;
}

input[type=range] {
    margin: auto;
    outline: none;
    padding: 0;
    width: 65%;
    height: 2px;
    background-color: var(--input-background);
    background-image: linear-gradient(var(--range-background), var(--range-background));
    background-size: 50% 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    cursor: pointer;
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    box-shadow: none;
    border: none;
    background: transparent;
    -webkit-appearance: none;
}

input[type=range]::-moz-range-track {
    box-shadow: none;
    border: none;
    background: transparent;
}

input[type=range]::-moz-focus-outer {
    border: 0;
}

input[type=range]::-webkit-slider-thumb {
    width: 10px;
    height: 10px;
    border: 0;
    background: var(--range-thumb);
    border-radius: 100%;
    box-shadow: 0 0 1px 0px rgba(0,0,0,0.1);
    -webkit-appearance: none;
}

input[type=range]::-moz-range-thumb {
    width: 10px;
    height: 10px;
    border: 0;
    background: var(--range-thumb);
    border-radius: 100%;
    box-shadow: 0 0 1px 0px rgba(0,0,0,0.1);
}

input[type=range]:focus {
	background-image: linear-gradient(#57aeec, #57aeec);
}

img.lazy {
	visibility: hidden;
}

/* Chrome scrollbars */

::-webkit-scrollbar {
	height: 6px;
	width: 6px;
	background: var(--scrollbar);
}

::-webkit-scrollbar-thumb {
	background: var(--scrollbar-thumb);
}

::-webkit-scrollbar-thumb:hover {
	background: var(--scrollbar-thumb-hover);
}

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

/* Importing Source Code Pro as 'BSS Monospace' to prevent font conflicts */

@font-face{
    font-family: 'BSS Monospace';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/source-code-pro/SourceCodePro-Regular.ttf.woff2') format('woff2');
}

@font-face{
    font-family: 'BSS Monospace';
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/source-code-pro/SourceCodePro-Bold.ttf.woff2') format('woff2');
}

/* Iconset */

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(../icons/material-design-sharp.woff2) format('woff2');
}

.material-icons{
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-transform: none;
	text-decoration: none;
	letter-spacing: normal;
	word-wrap: normal;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* Building Blocks */

.flex-break {
	flex-basis: 100%;
	height: 0;
}

.white-item,
.gray-item {
	overflow: hidden;
	border: 1px solid #242729;
}

.white-item .item-header,
.gray-item .item-header {
	background-color: #495054;
	font-size: 13px;
	padding: 6px 8px;
	white-space: nowrap;
}

.white-item .item-header {
	background-color: transparent;
	border-bottom: 1px solid #f9f9f9;
}

.white-item .preview,
.gray-item .preview {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	border-radius: 2px;
	overflow: hidden;
}

.white-item .preview i,
.gray-item .preview i {
	font-size: 15px;
}

.gray-item .name,
.white-item .name{
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 70px);
	text-overflow: ellipsis;
	line-height: 16px;
}

.gray-item .edit,
.gray-item .delete,
.gray-item .duplicate,
.white-item .edit,
.white-item .delete,
.white-item .duplicate {
	opacity:0.9;
	float: right;
	color: #fff;
	width: 16px;
	height: 16px;
	text-align: center;
	background-color: #383F43;
	line-height: 18px;
	border-radius: 50%;
	font-weight: bold;
}

.gray-item .edit,
.gray-item .duplicate,
.white-item .edit,
.white-item .duplicate {
	margin-right: 4px;
}

.gray-item .edit i,
.gray-item .duplicate i,
.white-item .edit i,
.white-item .duplicate i {
	font-size:11px;
}

.gray-item .edit:hover,
.gray-item .delete:hover,
.gray-item .duplicate:hover,
.white-item .edit:hover,
.white-item .delete:hover,
.white-item .duplicate:hover{
	opacity:1;
}

.gray-item .item-header:hover{
	background-color:#555C61;
}

.white-item{
	background-color: #fff;
	border: 1px solid #DDD;
	border-radius: 1px;
}

.white-item:hover{
	box-shadow: 0 1px 8px rgba(37, 78, 84, 0.05);
}

.white-item .edit{
	background-color: #47a3e4;
}

.white-item .delete{
	background-color: #ff6df4;
}

.white-item .duplicate{
	background-color: #49c147;
}

/* Smart editable */

.smart-editable{
	position: relative;
}

.smart-editable input{
	display:none;
}

.smart-editable.editing .edit,
.smart-editable.editing .delete{
	display:none !important;
}

.smart-editable.editing input{
	display: inline-block;
	width: calc(100% - 12px);
	overflow: hidden;
	vertical-align: top;
	position: relative;
	-webkit-appearance: none;
}

.smart-editable.editing [contenteditable] {
	outline:none;
}

.smart-editable.editing .save{
	display:block;
}

.smart-editable.editing .save i{
	font-weight: bold;
	font-size: 12px;
}

.smart-editable .edit{
	float:right;
	margin-right: 5px;
}

.smart-editable .save{
	position: absolute;
	display: none;
	top: 50%;
	right: 9px;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 18px;
	border-radius: 50%;
	background-color: #5abb5a;
	margin-top: -7px;
	opacity:0.8;
}

.smart-editable .save:hover{
	opacity:1;
}

.smart-editable .delete{
	float:right;
}

.button{
	display: inline-block;
	border-radius:2px;
	border:none;
	text-transform: uppercase;
	text-align: center;
	padding:12px 15px;
	line-height: 1;
	position: relative;
	outline:none;
	font-family: inherit;
}

.button:active{
	bottom:-1px;
}

.caret-down {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 3px;
	border: 3px solid transparent;
	border-top-color: #fff;
}

/* Dark gray button theme */

.button.darkgray:active{
	opacity:0.8 !important;
}

.button.darkgray{
	font-weight: bold;
	color:#fff;
	background: linear-gradient(#676d71, #565c5f);
	background: var(--button-dark);
	opacity:0.9;
	border: 1px solid var(--button-dark-border);
	border-radius: 3px;
}

.button.darkgray:hover{
	opacity: 1;
}

.button.darkgray:focus {
	box-shadow: 0 0 0 1px var(--focus-outline) inset;
}

.button.darkgray.disabled{
	opacity: 0.5;
	pointer-events: none;
}

.button.darkgray .caret {
	border-left-color: #fff;
	margin-right: 0;
	margin-left: 5px;
	top: 1px;
}

/* blue button theme */

.button.darkblue:active{
	opacity:0.8 !important;
}

.button.darkblue{
	font-weight: bold;
	color: #fff;
	background: linear-gradient(#2789ef, #116fd0);
	opacity: 0.9;
}

.button.darkblue:hover{
	opacity: 1;
}

.split-button {
	display: inline-block;
}

.split-button .button {
	border-right-width: 0;
}

.split-button .button:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-right-width: 1px;
}

.split-button .button:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.split-button .caret.down{
	margin: 0 -2px;
	top:0;
    transform-origin: initial;
}

/* Select and input themes */


input[type=text].dark,
input[type=number].dark{
	background-color: var(--textbox-background);
	color: var(--text-color);
	border: none;
	font-size: 13px;
	padding: 4px 6px;
	box-shadow: var(--input-box-shadow);
}

select.dark{
	font-size: 13px;
	background: var(--dropdown-arrow) no-repeat right center var(--textbox-background);
	color: var(--text-color);
	border: none;
	padding: 4px 4px 4px 8px;
	border-right: 10px solid var(--textbox-background);
	box-shadow: var(--input-box-shadow);
}

select.dark option{
	outline:none;
}

/* Pretty checkbox */

.pretty-checkbox{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.pretty-checkbox input{
	position: absolute;
	opacity: 0 !important;
	pointer-events: none;
}

.pretty-checkbox input + i{
	width: 32px;
	height: 14px;
	display: inline-block;
	border-radius: 7px;
	text-align: left;
	margin: 2px 0;
}

.pretty-checkbox input + i:before{
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #eee;
	display: inline-block;
	margin-top: 1px;
}

.pretty-checkbox.small input + i {
	width: 28px;
	height: 14px !important;
}

.pretty-checkbox.small input + i:before {
	width: 10px;
	height: 10px;
}

.pretty-checkbox input:focus + i{
	box-shadow: 0 0 0 1px var(--focus-outline);
}

.pretty-checkbox input:disabled + i {
	opacity: .7;
}

.pretty-checkbox input:checked + i {
	text-align: right;
}

.pretty-checkbox.light input + i{
	background-color: #BDC4CE;
	height: 18px;
	border-radius: 9px;
	padding: 0 1px;
}

.pretty-checkbox.light input + i:before{
	background-color: #fff;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}

.pretty-checkbox.light input:checked + i{
	background-color: #399ee5;
}

.pretty-checkbox.dark input + i{
	background-color: var(--input-background);
    height: 18px;
    border-radius: 9px;
    padding: 0 1px;
}

.pretty-checkbox.dark input + i:before{
	background: linear-gradient(to bottom, #fff, #C1C1C1);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.pretty-checkbox.dark input:checked + i{
	background-color:#0A6FB7;
}

/* Regular styled checkbox */

.pretty-checkbox-regular {
	display: flex;
	align-items: baseline;
}

.pretty-checkbox-regular input {
	display: none;
}

.pretty-checkbox-regular input + span {
	width: 12px;
	height: 12px;
	border-radius: 2px;
	background: #e1e3e4;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 1px;
	flex-shrink: 0;
}

.pretty-checkbox-regular.dark span {
	background: #24282b;
}

.pretty-checkbox-regular input:checked + span {
	background: #2c95e0;
}

.pretty-checkbox-regular.dark input:checked + span {
	background: #0a6fb7;
}

.pretty-checkbox-regular input:checked + span:before,
.pretty-checkbox-regular input:checked + span:after {
	content: "";
	background: #fff;
	width: 2px;
	height: 4px;
	position: absolute;
	bottom: 3px;
	left: 4px;
	transform-origin: bottom;
}

.pretty-checkbox-regular.dark input:checked + span:before,
.pretty-checkbox-regular.dark input:checked + span:after {
	background: #e9eaea;
}

.pretty-checkbox-regular input:checked + span:before {
	transform: rotate(-45deg);
}

.pretty-checkbox-regular input:checked + span:after {
	transform: rotate(45deg);
	left: 3px;
	height: 8px;
}

.pretty-checkbox-regular input:indeterminate + span {
	background: #2c95e0;
}

.pretty-checkbox-regular input:indeterminate + span:before {
	content: "";
	background: #fff;
	width: 6px;
	height: 2px;
	position: absolute;
	top: 5px;
	left: 3px;
}

/* Tabs */

.tabs{
	border-bottom: 1px solid #434D52;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-left: 10px;
	height: 25px;
	flex-shrink: 0;
}

.tabs .tab{
	font-size: 11px;
	font-weight: bold;
	padding: 9px 12px;
	float: left;
	position: relative;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	color: var(--tabs-inactive-color);
	min-width: 60px;
	text-align: center;
}

.tabs .tab:first-child {
	border-left-width: 0;
}

.tabs .active {
	background: var(--panel-background);
	border-radius: 2px 2px 0 0;
	color: var(--text-color);
}

.tabs .tab.active:before,
.editor-tabs .tab.active:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgb(255 255 255 / 4%), transparent);
	z-index: -1;
}

.tab.has-badge:after{
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background-color: #3B9FCE;
	border-radius: 50%;
	top: 4px;
	left: 4px;
}

.tab-target{
	display:none;
}

.tab-target.active{
	display:block;
}

/* Alignment icons */

.alignment-icon {
	position: relative;
	display: flex !important;
	width: 100% !important;
	height: 100% !important;
	padding: 2px;
}

.alignment-icon.horizontal {
	flex-direction: column;
}

.alignment-icon:before,
.alignment-icon:after {
	content: "";
	width: 2px;
	height: 8px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid white;
	z-index: 1;
}

.alignment-icon:before {
	margin-right: 2px;
}

.alignment-icon:after {
	height: 5px;
	background: white;
}

.alignment-icon.horizontal:before,
.alignment-icon.horizontal:after {
	width: 8px;
	height: 2px;
}

.alignment-icon.horizontal:before {
	margin-right: 0;
	margin-bottom: 2px;
}

.alignment-icon.horizontal:after {
	width: 5px;
	height: 2px;
	background: white;
}

.alignment-icon.center-x:before {
	margin-left: -1px;
}

.alignment-icon.top {
	align-items: flex-start;
}

.alignment-icon.left {
	justify-content: flex-start;
}

.alignment-icon.right {
	justify-content: flex-end;
}

.alignment-icon.bottom {
	align-items: flex-end;
}

.alignment-icon.center-x {
	justify-content: center;
}

.alignment-icon.center-y {
	align-items: center;
}

.alignment-icon.horizontal.top {
	justify-content: flex-start;
}

.alignment-icon.horizontal.left {
	align-items: flex-start;
}

.alignment-icon.horizontal.right {
	align-items: flex-end;
}

.alignment-icon.horizontal.bottom {
	justify-content: flex-end;
}

.alignment-icon.horizontal.center-x {
	align-items: center;
}

.alignment-icon.horizontal.center-y {
	justify-content: center;
}

.alignment-icon span {
	position: absolute;
	background: #83868a;
	background: #a2a6ad;
}

.alignment-icon span.vertical {
	width: 1px;
	height: 100%;
}

.alignment-icon span.horizontal {
	width: 100%;
	height: 1px;
}

.alignment-icon.top span {
	top: 0;
}

.alignment-icon.bottom span {
	bottom: 0;
}

.alignment-icon.left span {
	left: 0;
}

.alignment-icon.right span {
	right: 0;
}

.option.highlighted > .option-content .option-label,
.option-group.highlighted > .option-group-label .title {
	padding: 3px;
	margin-left: -3px;
	background: var(--search-highlight);
	border-radius: 3px;
}

.option-group.highlighted > .option-group-label .title {
	padding: 5px 3px;
}

.option.highlighted > .option-content .caret {
	margin-left: 5px;
}

.option.highlighted.current > .option-content .option-label,
.option-group.highlighted.current > .option-group-label .title {
	color: #333314 !important;
	background-color: var(--search-highlight-current);
}

.option.buttongroup .alignment-icon:before,
.option.buttongroup .alignment-icon:after {
	background: transparent;
	border: 1px solid var(--text-color);
}

.option.buttongroup .alignment-icon:after {
	background: var(--text-color);
}

/* Start Screen */

#startscreen{
	width:100%;
	height:100%;
	min-width: 800px;
	position: fixed;
	top:0;
	left:0;
	background-color: var(--start-screen-background);
	z-index: 13;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	align-content: center;
	pointer-events: none;
	opacity: 0;
	transition:0.25s opacity;
}

#startscreen.visible{
	opacity:1;
	pointer-events: all;
}

#startscreen .logo{
	width: 260px;
	height: 260px;
}

#bstudio #startscreen .logo {
	background: url(../img/bstudio.svg) no-repeat center;
}

#mstudio #startscreen .logo {
	background: center / contain url(../img/mstudio.svg) no-repeat;
}

#startscreen > div {
	display: none;
}

#startscreen #loading-view{
	/* It's always displayed. We animate it
	with opacity instead for a smooth effect */
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	opacity: 0;
	pointer-events: none;
	transition:0.25s opacity;
}

#startscreen #loading-view .logo{
	/* It looks off center when it's centered,
	so we move it up a bit. */
	position: relative;
	top:-20px;
}

#startscreen.loading #loading-view{
	opacity: 1;
}

#startscreen.activation #activation-view{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#startscreen.message #message-view{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#startscreen #message-view .message-line{
	font-size: 18px;
	color: var(--text-color);
	text-align: center;
	line-height: 1.7;
	padding-top: 42px;
}

#startscreen .invalid{
	box-shadow: 0 0 0 1px red !important;
}

#startscreen .license-form h2{
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
	color: var(--text-color);
	margin-top: 40px;
	font-size: 24px;
}

#startscreen .license-form .row{
	width: 300px;
	padding: 8px 0;
}

#startscreen .license-form .row label{
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	color: #878787;
	margin-bottom: 8px;
	font-weight: bold;
}

#startscreen .license-form .row input[type=text]{
    font-size: inherit;
    padding: 10px 12px;
    border: 0;
    display: block;
    width: 100%;
    color: var(--text-color);
    background-color: var(--start-screen-input);
    border-bottom: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}

#startscreen .license-form .pretty-checkbox-regular input + span {
	background: #fff;
}

#startscreen .license-form .row .button{
	font-size: 13px;
	padding: 12px 17px;
	display: block;
	margin: 20px auto 0;
	width: 120px;
	border:none;
}

#startscreen .license-form .row.cb > label{
	margin-top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}

#startscreen .license-form .row.cb > label input{
	margin-right: 6px;
    margin-top: -1px;
}

#startscreen .license-form .row label a{
	color: var(--text-color);
	cursor: pointer;
}

/* Welcome start screen */

#startscreen.welcome #welcome-view{
	height:100%;
	display: flex;
}

#startscreen #welcome-view .logo{
	width: 210px;
	height: 210px;
	display: block;
	margin: 0 auto;
	margin-top: 90px;
	background-size: contain;
}

#mstudio #startscreen #welcome-view .logo {
	width: 240px;
	height: 170px;
}

#startscreen #welcome-view .app-title {
	margin-top: 45px;
	margin-bottom: 5px;
	color: var(--text-color);
	font-size: 26px;
	font-weight: bold;
}

#startscreen #welcome-view .left-col .version {
	margin-top: 16px;
	color: var(--text-color);
	font-size: 18px;
	opacity: 0.4;
}

#startscreen .left-col {
	/* flex: 1; */
	display: flex;
	justify-content: center;
	width: 22%;
	text-align:center;
	background-color: var(--start-screen-sidebar);
}

#startscreen .left-col .wrapper .buttons {
	margin-top: 70px;
}

#startscreen .error-message .button,
#startscreen .left-col .wrapper .buttons .button {
	display: block;
	text-align: center;
	font-weight: bold;
	text-transform: none;
	color: #fff;
	opacity: 0.95;
}

#startscreen .error-message .button:hover,
#startscreen .left-col .wrapper .buttons .button:hover {
	opacity: 1;
}

#startscreen .left-col .wrapper .buttons .button {
	padding: 18px 30px;
	border-radius: 40px;
	max-width: 180px;
	margin: 0 auto 18px;
	box-shadow: 1px 1px 6px rgb(0 0 0 / 12%);
}

#startscreen .error-message .button {
	font-size: 14px;
	margin: 14px 12px;
	padding: 15px 25px;
	border-radius: 25px;
}

#startscreen .error-message .button,
#startscreen .left-col .wrapper .buttons .button.create {
	background-color: var(--start-screen-primary-button);
}

#startscreen .left-col .wrapper .buttons .button.open {
	background-color: var(--start-screen-secondary-button);
}

#startscreen .right-col {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 60px 80px 20px;
	color: #333;
	background-color: var(--start-screen-background);
}

#startscreen .right-col .top-content {
	padding: 20px 15px;
}

#startscreen .right-col .top-content h1 {
	font-size:24px;
	color: var(--text-color);
	opacity: 0.3;
}

#startscreen .right-col .top-content h1.selected {
	opacity: 1;
}

#startscreen .right-col .top-content .tab {
	margin-right: 35px;
}

#startscreen .right-col .bot-content {
	flex: 1;
	overflow: hidden;
}

#startscreen .right-col .bot-content .content-wrapper {
	display: flex;
	flex-direction: column;
	flex: 1;
}

#startscreen .right-col .bot-content .content-wrapper .search-wrapper {
	position: relative;
	margin: 10px 15px 50px;
}

#startscreen .right-col .bot-content .content-wrapper .search-bar {
	display: block;
	width: 100%;
	padding: 10px;
	padding-left: 40px;
	color: var(--text-color);
	font-size: 14px;
	background: var(--start-screen-input);
	border: 1px solid var(--start-screen-input);
	border-radius: 4px;
	box-shadow: 1px 1px 5px rgb(0 0 0 / 8%);
}

#startscreen .right-col .bot-content .content-wrapper .search-wrapper .search-icon {
	position: absolute;
    top: 9px;
    left: 14px;
	font-size: 20px;
	color: #6f7172;
}

#startscreen .right-col .bot-content .tutorials,
#startscreen .right-col .bot-content .content-wrapper .recent-designs {
	flex: 1;
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	overflow-x: hidden;
	overflow-y: auto;
}

#startscreen .right-col .bot-content .tutorials {
	padding: 0 15px;
}

#startscreen .right-col .bot-content .content-wrapper .recent-designs::-webkit-scrollbar {
	background: transparent;
}

#startscreen .right-col .bot-content .recent-design-container {
	flex: 0 0 16.6%;
	max-width: 16.6%;
	padding: 0 15px 30px;
}

#startscreen .right-col .bot-content .recent-design {
	height: 270px;
	padding: 20px 25px;
	color: var(--text-color);
	background-color: var(--start-screen-card);
	border: 1px solid var(--start-screen-card-border);
	border-radius: 6px;
	box-shadow: 1px 1px 6px rgb(0 0 0 / 5%);
	overflow: hidden;
	position: relative;
}

#startscreen .right-col .bot-content .recent-design:hover {
	background-color: var(--start-screen-card-hover);
}

#startscreen .right-col .bot-content .recent-design p {
	width:100%;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	text-overflow: ellipsis;
}

#startscreen .right-col .bot-content .recent-design .close {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: var(--start-screen-close);
	background-color: var(--start-screen-close-background);
	width: 20px;
	height: 20px;
	border-radius: 10px;
	font-family: monospace;
	font-style: normal;
}

#startscreen .right-col .bot-content .recent-design .close:hover {
	color: var(--start-screen-close-hover);
	background-color: var(--start-screen-close-hover-background);
}

#startscreen .right-col .bot-content .recent-design .project-info {
	width: 100%;
}

#startscreen .right-col .bot-content .recent-design .name {
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

#startscreen .right-col .bot-content .recent-design .secondary {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.1;
	color: #8a8a8a;
}

#bstudio #startscreen .right-col .bot-content .recent-design .icon {
	background: center / contain var(--design-logo-outline) no-repeat;
	background-blend-mode: var(--design-logo-blend-mode);
	background-color: inherit;
}

#mstudio #startscreen .right-col .bot-content .recent-design .icon {
	background: center / contain  var(--ms-design-logo-outline) no-repeat;
	background-blend-mode: var(--design-logo-blend-mode);
	background-color: inherit;
}

#startscreen .right-col .bot-content .recent-design .icon {
	width: 140px;
	height: 170px;
	margin: 0 auto 16px;
}

#startscreen .right-col .bot-content .recent-design .preview {
	background-color: #939698;
	height: 182px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	margin: -20px -25px 24px;
}

#startscreen .right-col .bot-content .tutorials .category {
	color: var(--text-color);
	font-size: 14px;
	font-weight: bold;
	margin-top: 22px;
	margin-bottom: 28px;
}

#startscreen .right-col .bot-content .tutorials div:first-child .category {
    margin-top: 0;
}

#startscreen .right-col .bot-content .tutorials .tutorial {
	display: inline-block;
	margin: 0 20px 18px 0;
	padding: 16px 20px;
	color: var(--text-color);
	font-size: 14px;
	background: var(--start-screen-card);
	border-radius: 5px;
	border-left: 18px solid #696969;
	box-shadow: 1px 1px 3px rgb(0 0 0 / 5%);
}

#startscreen .right-col .bot-content .tutorials .tutorial:hover {
	background-color: var(--start-screen-card-hover);
}

#startscreen .right-col .top-content,
#startscreen .right-col .bot-content {
	display: flex;
}

#startscreen .right-col .bot-content .content-wrapper .error-message {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: var(--text-color);
	text-align: center;
}

#startscreen .right-col .bot-content .content-wrapper .error-message .icon {
	width: 160px;
	height: 140px;
	display: block;
	background: var(--design-logo-outline) center no-repeat;
	background-size: contain;
	background-blend-mode: var(--design-logo-blend-mode);
	background-color: var(--start-screen-background);
	margin: 0 auto;
}

#mstudio #startscreen .right-col .bot-content .content-wrapper .error-message .icon {
	background-image: url(../img/mstudio-outline.svg);
}

#startscreen .right-col .bot-content .content-wrapper .error-message .icon.search {
	background: url('../img/search-icon.svg') no-repeat;
}

#startscreen .right-col .bot-content .content-wrapper .error-message h2 {
	font-size: 20px;
	margin-top: 45px;
}

#startscreen .right-col .bot-content .content-wrapper .error-message p {
	color: #797c7e;
	font-size: 16px;
	line-height: 24px;
	margin: 15px 0;
}

@media screen and (min-height: 900px) {
	#startscreen .right-col .bot-content .content-wrapper .error-message {
		padding-bottom: 75px;
	}
}

@media screen and (max-width: 2800px) {
	#startscreen .right-col .bot-content .recent-design-container {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media screen and (max-width: 2200px) {
	#startscreen .right-col .bot-content .recent-design-container {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media screen and (max-width: 1600px) {
	#startscreen .right-col .bot-content .recent-design-container {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}

	#startscreen .right-col,
	#startscreen .right-col {
		padding: 40px 20px 20px 20px;
	}

	#startscreen #welcome-view .logo {
		width: 180px !important;
		height: 150px !important;
		margin-top: 60px;
	}

	#startscreen #welcome-view .app-title {
		font-size: 22px;
		margin-top: 30px;
	}

	#startscreen #welcome-view .left-col .version {
		font-size:16px;
		margin-top: 14px;
	}

	#startscreen .left-col .wrapper .buttons {
	    margin-top: 50px;
	}
}

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

	#startscreen .right-col .bot-content .recent-design-container {
		flex: 0 0 50%;
		max-width: 50%;
	}

	#startscreen .left-col {
		flex: 0 0 30%;
	}
}

/* Main layout */

#menu{
	height: 42px;
	background-color: var(--menu-background);
	box-shadow: var(--menu-shadow);
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
    padding-right: 10px;
}

#menu .menu-entry{
	display: inline-block;
	margin-left: 4px;
	border-radius: 2px;
	color: var(--menu-item-disabled);
	pointer-events:none;
	position: relative;
}

#menu .menu-entry .wrapper {
	font-size: 11px;
	font-weight: bold;
	padding: 5px 12px 5px 7px;
	position: relative;
}

#menu .menu-entry.active{
	color: var(--text-color);
	pointer-events:all;
}

#menu .menu-entry.active:hover{
	background-color: var(--list-item-highlight);
}

#menu .menu-entry .wrapper:active{
	bottom:-1px;
}

#menu .menu-entry i{
	background-color: var(--menu-icon-background);
	vertical-align: middle;
	width: auto;
	height: 22px;
	padding: 0 4px;
	text-align: center;
	font-size: var(--menu-icon-font-size);
	line-height: 22px;
	border-radius: 4px;
	margin-right: var(--menu-icon-margin-right, 6px);
}

#menu .menu-entry.has-arrow .wrapper{
	padding-right:21px;
}

#menu .menu-entry span.arrow{
	position: absolute;
	right:0;
	top:0;
	bottom:0;
	padding: 14px 4px 0;
	text-align: center;
	line-height: 24px;
}

#menu .menu-entry .arrow:active{
	padding-top:15px;
}

#menu .menu-entry span.arrow:after{
	content:'';
	width:0;
	height:0;
	border:1px solid transparent;
	border-width:4px 4px;
	border-top-color: var(--text-color);
	border-radius:0 2px 2px 0;
}

#menu .menu-entry span.arrow.disabled:after {
	border-top-color: var(--menu-item-disabled);
	pointer-events: none;
}

#menu .menu-entry span.arrow.open,
#menu .menu-entry span.arrow:hover{
	background-color: var(--list-item-highlight);
}

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

	#menu .menu-entry .wrapper {
		padding: 4px 7px;
	}

	#menu .menu-entry .name {
		display: none;
	}

	#menu .menu-entry i {
		margin: 0;
	}
}

#menu .new.active i{ color: var(--menu-item-new); /*#DDEAF1;*/ }
#menu .open.active i{ color: var(--menu-item-open); }
#menu .save.active i{ color: #31c5f0; }
#menu .settings.active i{ color: #FF4A4C; }
#menu .undo.active i{ color: #e955f2; }
#menu .redo.active i{ color: #70b751; }
#menu .assistant.active i { color: var(--menu-item-assistant); }
#menu .preview.active i{ color: var(--lighter-blue); }
#menu .export.active i{ color: #4BE484; }
#menu .publish.active i{ color: #FF3EA6; }
#menu .sign-in.active i{ color: #f12ef1; }

#menu .preview{
	margin-left: auto;
}

#main {
	display: flex;
	flex: 1;
}

#left-panel, #right-panel{
	display:flex;
	flex-grow:0;
	flex-shrink:0;
	flex-direction:column;
	position: relative;

	width: 300px;
	min-width: 60px;
	max-width: 25%;
	max-height: 100%;
	padding: 0;
	margin-top:1px;
	z-index: 10;

	background-color: var(--panel-background);
}

#right-panel.collapsed {
	box-shadow: -1px 0 0 var(--panel-border-outer);
	margin-left: 1px;
	z-index: 12;
}

#left-panel.collapsed {
	box-shadow: 1px 0 0 var(--panel-border-outer);
	margin-right: 1px;
	z-index: 12;
}

#left-panel .panel,
#right-panel .panel {
	display: flex;
	flex-direction: column;
}

.handle.vertical{
	position: absolute;
	width: 10px;
	right: -10px;
	cursor: ew-resize;
	top: 0;
	bottom: 0;
	z-index: 1;
	transition: all .2s ease;
}

.handle.horizontal{
	position: relative;
	flex-shrink: 0;
	width: 100%;
	left: 0;
	cursor: ns-resize;
	height: 10px;
	z-index: 1;
	margin-bottom: -10px;
}

.handle.horizontal.visible:before{
	content: '';
	width: 24px;
	position: absolute;
	left: 50%;
	top: 4px;
	margin-left: -12px;
	height: 1px;
	/* border: 1px solid #6A7277; */
	border-left: none;
	border-right: none;
}

#editor-panel-top-handle.handle.horizontal {
    z-index: 2;
    position: relative;
    top: -2px;
    height: 7px;
    margin-bottom: -7px;
}

.handle.both{
	position: absolute;
	width: 15px;
	height: 15px;
	right: -10px;
	bottom: -10px;
	cursor: nwse-resize;
	z-index: 1;
}

.handle.nw,
.handle.se {
	cursor: nwse-resize;
}

.handle.ne,
.handle.sw {
	cursor: nesw-resize;
}

.handle.resize-spacing {
	/* border: 2px solid transparent !important; */
	border-radius: 10px;
	z-index: 6;
}

.handle.resize-spacing.half-left,
.handle.resize-spacing.half-left:before {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.handle.resize-spacing.half-right,
.handle.resize-spacing.half-right:before {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.handle.resize-spacing.half-top,
.handle.resize-spacing.half-top:before {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.handle.resize-spacing.half-bottom,
.handle.resize-spacing.half-bottom:before {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.handle.resize-spacing:before {
	content: "";
	display: block;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	margin-top: 3px;
	margin-left: 3px;
}

.handle.resize-spacing.horizontal.half-left:before,
.handle.resize-spacing.horizontal.half-right:before {
	width: calc(100% - 3px);
}

.handle.resize-spacing.horizontal.half-right:before {
	margin-left: 0;
}

.handle.resize-spacing.vertical.half-top:before,
.handle.resize-spacing.vertical.half-bottom:before {
	height: calc(100% - 3px);
}

.handle.resize-spacing.vertical.half-bottom:before {
	margin-top: 0;
}

.handle.vertical.resize-spacing:after {
	transform: rotate(90deg);
	transform-origin: top left;
	top: 12px;
	left: 13px;
}

.handle.resize-spacing[data-property="padding"]:before {
	background: white;
	box-shadow: 0 0 0 1px #07d307;
	border-radius: 10px;
}

.handle.resize-spacing[data-property="margin"]:before {
	background: white;
	box-shadow: 0 0 0 1px orange;
	border-radius: 10px;
}

.handle.resize-spacing[data-property="padding"]:hover:before {
	box-shadow: 0 0 0 1px #07d307, 0 0 0 4px rgb(19 211 8 / 24%) !important;
}

.handle.resize-spacing[data-property="margin"]:hover:before {
	box-shadow: 0 0 0 1px orange, 0 0 0 4px rgb(255 165 0 / 33%) !important;
}

.handle.resize-spacing:hover {
	z-index: 7;
}

.handle.resize-spacing.resize-n:hover {
	cursor: n-resize;
}

.handle.resize-spacing.resize-e:hover {
	cursor: e-resize;
}

.handle.resize-spacing.resize-s:hover {
	cursor: s-resize;
}

.handle.resize-spacing.resize-w:hover {
	cursor: w-resize;
}

.resize-spacing-dropdown,
.resize-spacing-breakpoint {
	position: relative !important;
	flex-shrink: 0;
	font-size: 12px;
	color: #47525f;
	background: white;
	padding: 4px 6px;
	border-radius: 3px;
	box-shadow: 0 0 0 1px #a0a5af52;
	background: var(--dropdown-arrow-light) no-repeat right center;
	border-right: 5px solid white !important;
	background-color: white;
	padding-right: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	pointer-events: all;
	z-index: 5;
}


body.dragging .handle{
	cursor:default;
}

#center-panel{
	display:flex;
	flex-grow:1;
	flex-direction:column;
	overflow: hidden;
	position: relative;
	padding-top: 2px;
}

#center-panel .panel-group {
	flex: 1;
	margin: 0;
}

.panel-container.reverse .handle.vertical{
	left:-1px;
	right:auto;
}

.panel-container.reverse .handle.both {
	left: -10px;
	right: auto;
	cursor: nesw-resize;
}

.panel-container .tabs .tab i {
	display: none;
}

.panel-container .tabs .tab.icon i {
	display: inline-block;
}

.panel-container .tabs .tab.icon span {
	display: none;
}

.panel-container .panel-group:last-child {
	flex-grow: 1;
}

.panel-group.collapsed .tab-holder {
	display: flex;
	flex-direction: column;
	height: auto;
	margin: 7px 0;
	padding: 0 5px;
	box-shadow: none;
	border: none;
}

.panel-group.collapsed .tabs {
	box-shadow: none;
	background: var(--panel-background);
}

.panel-group.collapsed .tabs .tab.active {
	color: #fff;
	background: var(--active);
}

.panel-group.collapsed .tabs .tab {
	white-space: nowrap;
	overflow: hidden;
	padding: 10px 14px;
	border: none;
	border-radius: 2px;
	color: var(--text-color);
	min-width: 0;
	text-align: left;
	background-color: transparent;
}

.panel-group .tabs .tab.highlighted {
	animation: highlightTab 2s infinite;
	transition: background-color .2s;
}

@keyframes highlightTab {
	50% {
		background-color: var(--active);
	}
}

.panel-group.collapsed .tabs .tab i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.panel-group.collapsed .tabs .tab span {
	display: inline-block;
	vertical-align: middle;
	padding-top: 1px;
}

.panel-group.collapsed .panel {
	overflow: hidden;
}

/* .panel-group.collapsed {
	margin-top: 1px;
	margin-bottom: 2px;
	border: none;
} */

.panel-group.collapsed:not(:last-child) {
	border-bottom: 1px solid var(--panel-border-outer);
}

.panel-container.collapsed .panel-group:last-child{
	flex-grow: 0;
}

/* Panels */

.panel-group {
	display: flex;
	flex-direction: column;
	background: var(--panel-group-background);
	border: 1px solid var(--panel-border-outer);
}

.panel-group:focus {
	outline: none;
}

.panel-group > .content{
	position: relative;
	flex: 1;
	overflow: hidden;
}

.panel-group hr{
	margin: 12px 10px;
	border: none;
	border-bottom: 1px solid var(--option-border-color);
	height: 2px;
}

.panel-group .tab-target {
	height: 100%;
}

.panel {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: var(--panel-background);
	box-shadow: inset 0px 0px 0px 1px transparent;
}

.floating-panel {
	position: fixed;
	top: 0;
	left: 0;
	width: 310px;
	padding: 7px 0 0 5px;
	background: var(--panel-background);
	border: 1px solid var(--panel-border-outer);
	border-radius: 3px;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.15);
	pointer-events: all;
	z-index: 12;
	display: none;
}

.floating-panel > .panel {
	position: relative;
	height: 100%;
	overflow: auto;
}

#floating-options-panel .option-group .disabled {
	opacity: 0.65;
	color: #E0E0E0;
	pointer-events: none;
}

#floating-options-panel .option-group .buttongroup .option-content .control {
	justify-content: flex-end;
}

#floating-options-panel .option-group .buttongroup .button.darkgray.icon {
	padding: 0 10px;
}

#floating-options-panel .option-group .buttongroup.copy-paste {
	margin-right: 10px;
}

#floating-options-panel .option-group .buttongroup.copy-paste .button.darkgray.icon {
	padding: 0 6px;
}

#floating-options-panel .option-group .buttongroup.copy-paste .button.darkgray.disabled {
	color: white;
	opacity: 0.4;
}


@keyframes highlight-panel {
	50% {
		border-color: var(--focus-outline);
	}
}

.panel .bar {
	position: relative;
	margin-top: 10px;
}

.panel h3 {
	background-color: #0A6FB7;
	text-transform: uppercase;
	color: #fff; /* TODO: find this */
	font-size: 11px;1
	padding: 7px 10px 6px;
	box-sizing: content-box;
	flex-shrink: 0;
}

.panel .close {
	position: absolute;
	top: 0;
	right: 10px;
}

.panel .close i {
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
}

.panel .list {
	flex: 1;
	overflow: auto;
}

.panel .message{
	display:none;
	text-align: center;
	font-size: 12px;
	padding: 0 20px;
	line-height: 1.45;
}

.panel > .message{
	margin-top:15px;
}

.panel .message .button{
	font-size: 10px;
	padding: 8px;
	display: block;
	width: 100px;
	margin: 10px auto;
}

.panel .smart-editable input{
	border: none;
	border-radius:3px;
	background: var(--input-background);
	color: var(--text-color);
	padding: 0 5px;
	margin: 0 0 0 1px;
	height: 23px;
	vertical-align: middle;
}

.panel .smart-editable.item-folder input,
.panel .smart-editable.asset-folder input{
	font-weight: bold;
}

.panel .subtree .smart-editable.item-folder.editing,
.panel .subtree .smart-editable.item.editing,
.panel .subtree .smart-editable.asset-folder.editing {
	padding-top:0px;
	padding-bottom:1px;
}

#stage:focus {
	outline: none;
}

/* Styles panel */

#editor-panel {
	flex-grow: 0;
	flex-shrink: 0;
	height: 24px;
	border-bottom:0;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	position: relative;
	box-shadow: var(--editor-panel-shadow);
}

#editor-panel .handle.vertical{
	right: auto;
	position: relative;
	flex-grow: 0;
	flex-shrink: 0;
	margin-top: 25px;
}

#editor-panel .panel {
	display: flex;
	overflow: hidden;
	position: relative;
	height: 100%;
	background: var(--editor-panel-background);
}

#editor-panel .editor-group {
	position: relative;
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	border: 1px solid transparent;
	border-bottom-width: 0;
	border-radius: 2px;
}

#editor-panel .editor-group:last-child {
	flex-grow: 1;
}

#editor-panel .editor-group:not(:last-child) {
	padding-right: 5px;
}

#editor-panel .editor-group > .handle {
	position: absolute;
	right: -6px;
}

#editor-panel .editor-group:focus {
	outline: none;
}

#editor-panel .html-column .html .handle{
	display: none;
	margin-top:-8px;
}

#editor-panel .editor-tabs{
	padding-left: 0;
    border: 0;
    height: 25px;

    margin-top: 0;
    margin-bottom: 0;
}

#editor-panel .editor-tabs .tab{
	font-size: 11px;
	font-weight: bold;
	padding: 7px 14px;
	vertical-align: bottom;
	display: inline-block;
	margin-right: 2px;
	float: none;
	background-color: var(--tabs-background);
	transition: background-color .2s ease;
}

#editor-panel .editor-tabs .tab.can-be-closed{
	padding: 7px 28px 7px 11px;
}

#editor-panel .editor-tabs .tab.can-be-closed .close{
	display: block;
}

#editor-panel .editor-tabs .tab.active{
	background: var(--panel-background);
	border-radius: 2px 2px 0 0;
	color: var(--text-color);
}

#editor-panel .editor-tabs .tab.highlighted {
	background-color: rgba(10, 111, 183, 0.44);
	border-radius: 2px 2px 0 0;
}

#editor-panel .editor-tabs .tab.unsaved .title:after{
	content:' *';
}

#editor-panel .editor-tabs .tab .close{
	display: none;
	border-radius: 50%;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 6px;
	right: 7px;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
}

#editor-panel .editor-tabs .tab.active .close{
	background-color: var(--close-button-active-bg-color);
}

#editor-panel .editor-tabs .tab .close:hover{
	background-color: var(--close-button-hover-bg-color);
}

#editor-panel .editor-content{
	flex-grow: 1;
	flex-shrink: 1;
	flex-direction: column;
	display: flex;
	overflow: hidden;
	background-color: var(--editor-background);
	position: relative;
	display: none;
}

#editor-panel .editor-content:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	right: 10px;
	height: 1px;
	z-index: 1;
	box-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.detached #editor-panel .editor-content,
#editor-panel.expanded .editor-content {
	display: block;
}

#editor-panel .editor{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

/* Detaching */

#editor-window {
	opacity: 1 !important;
	transition: opacity 0.15s;
}

.detached #editor-panel {
	height: calc(100vh) !important;
}

.detached #editor-panel-top-handle {
	display: none;
}

#editor-panel .detach-button {
    position: absolute;
    width: 9px;
    height: 9px;
    z-index: 10;
    top: 7px;
    right: 10px;
    color: var(--detach-button-color);
    border: 1px solid;
}

.editor-group:last-child .tab-scroll {
	/* Give the detach button some room so that it isn't covered by tabs */
    margin-right: 36px;
}

.detached .editor-group:last-child .tab-scroll {
    margin-right: 0;
}

html.demo #editor-panel .detach-button {
	display: none;
}

.detached #editor-panel .detach-button {
    display:none;
}

#editor-panel .detach-button:hover {
	color: var(--text-color);
}

#editor-panel .detach-button:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -3px;
    left: -3px;
    border-left: 1px solid;
    border-bottom: 1px solid;
}

#editor-panel .detach-button:after {
	/* Makes the clickable area of the button larger */
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
}

.detached #editor-panel .no-design-overlay {
	display:none;
	z-index:100;
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: var(--start-screen-background);
}

/* Editor toolbars */

#editor-panel .toolbar{
	background: var(--panel-background);
	padding: 8px 10px;
	z-index: 4;
	box-shadow: var(--editor-panel-toolbar-shadow);
}

#editor-panel .toolbar .main,
#editor-panel .code-editor > .toolbar{
	display: flex;
	flex-wrap: wrap;
}

#editor-panel .toolbar .main > .button:not(.settings),
#editor-panel .toolbar .main > .split-button,
#editor-panel .code-editor > .toolbar > .button:not(.settings) {
	margin-right: 3px;
}

.search-controls .button {
	height: 24px;
	font-size: 11px;
	padding: 6px 10px;
	text-transform: none;
}

.search-controls .button.icon {
	padding: 0 4px;
	vertical-align: bottom;
	height: 24px;
	line-height: 34px;
}

#editor-panel .toolbar .button,
#editor-panel .message .button{
	height: 24px;
	font-size: 11px;
	padding: 6px 10px;
	text-transform: none;
}

#editor-panel .toolbar .button.icon{
	padding: 0 4px;
	vertical-align: bottom;
	height: 24px;
	line-height: 34px;
}

#editor-panel .toolbar .button.settings {
	padding: 2px 8px;
	height: 24px;
	font-size: 8px;
	margin-left:auto;
}

#editor-panel .toolbar .button.settings:hover,
#editor-panel .toolbar .button.settings.open {
	background-color: var(--list-item-highlight);
}

#editor-panel .toolbar .button.settings > span{
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: var(--text-color);
	border-radius: 3px;
	top: 10px;
	left: 6px;
}

#editor-panel .toolbar .button.settings > span:before,
#editor-panel .toolbar .button.settings > span:after{
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: var(--text-color);
	border-radius: 3px;
	top: -5px;
	left: 0;
}

#editor-panel .toolbar .button.settings > span:after{
	top: 5px;
}

#editor-panel .toolbar .settings:active {
	bottom: auto;
}

#editor-panel .search-controls .button.active {
	background: var(--button-dark-active);
}

#editor-panel .toolbar .button.force-state {
	display: none;
}

#editor-panel .toolbar .button.force-state .active-dot {
	display: none;
	width: 8px;
	height: 8px;
	margin-top: -2px;
	margin-right: 6px;
	background: var(--color-forced-state);
	border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0 0 0 1px inset rgb(255 255 255 / 50%);
	vertical-align: middle;
}

#editor-panel .toolbar .button.force-state.on .active-dot {
	display: inline-block;
}

.search-controls .button.button-filter {
	font-weight: bold;
	padding: 1px !important;
	width: 30px;
	font-size: 13px !important;
	line-height: 22px;
}

/* HTML tree viewer */

#editor-panel .html-tree{
	display:flex;
	flex-direction:column;
}

.search-controls .search-input {
	width: calc(100% - 86px);
	padding-right: 70px !important;
}

.search-controls .search-input.invalid {
	border-color: #a53e3e;
}

.search-controls .number-results{
	position: absolute;
	color: #8C979E;
	display: none;
	top: 6px;
	right: 155px;
	font-size: 12px;
	pointer-events: none;
}

#editor-panel .html-tree highlight{
	background-color: var(--search-highlight);
}

#editor-panel .html-tree highlight.current {
	background-color: var(--search-highlight-current);
	color: #333314 !important;
}

#editor-panel .html-tree span.highlighted b{
	background-color: var(--search-highlight);
}

#editor-panel .html-tree span.highlighted.current b *{
	color: #333314 !important;
}

#editor-panel .html-tree span.highlighted.current b{
	background-color: var(--search-highlight-current);
	color: #333314 !important;
}

#editor-panel .html-tree span.highlighted b highlight{
	background-color: transparent;
	color: inherit !important;
}

#editor-panel .html-tree span.highlighted b highlight.current {
	background-color: var(--search-highlight-current);
	color: #333314 !important;
}

#editor-panel .html-tree div.highlighted > strong{
	background-color: var(--search-highlight);
}

#editor-panel .html-tree div.highlighted.current > strong{
	background-color: var(--search-highlight-current);
	color: #333314 !important;
}

#editor-panel .html-tree div.highlighted > strong highlight{
	background-color: transparent;
	color: inherit !important;
}

#editor-panel .html-tree span.highlighted > strong highlight.current {
	background-color: var(--search-highlight-current);
	color: #333314 !important;
}

#editor-panel .computed-styles-search {
	display: none;
	margin-bottom: 10px;
}

[data-theme="dark"] #editor-panel .drawer-panel .search-controls .search-input {
	--editor-find-background: #33383c;
}

#editor-panel .drawer-panel{
	background-color: var(--editor-background);
	padding: 0 10px 0;
	flex-shrink: 0;
	border-top: 8px solid var(--panel-group-background);
	flex-grow: 0;
	height: 38px;
	min-height: 38px;
	display: flex;
	flex-direction: column;
}

#editor-panel .drawer-panel .message-holder,
#editor-panel .drawer-panel .fields{
	display: none;
}

#editor-panel .drawer-panel .header{
	color: var(--text-color);
	font-size: 11px;
	font-weight: bold;
	padding: 10px 4px;
	height: 32px;
}

#editor-panel .drawer-panel .header:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: var(--text-color);
	border-width: 6px 4px 0 4px;
	margin-left: 8px;
	margin-bottom: 1px;
	transform: rotate(-90deg);
}

#editor-panel .drawer-panel.expanded .header:after {
	transform: rotate(0deg);
}

#editor-panel .drawer-panel .message-holder:empty{
	display:none;
}

#editor-panel .drawer-panel .fields{
	flex-grow: 1;
	overflow-y: auto;
}

#editor-panel .drawer-panel.expanded .message-holder,
#editor-panel .drawer-panel.expanded .fields{
	display: block;
}

#editor-panel .drawer-panel .option-group .option-content{
	line-height:22px;
}

#editor-panel .drawer-panel .content {
	padding: 0;
	position: relative; /* Fixes height of attribute fields resize handle. */
	width: 100%;
}

#editor-panel .html-tree .overrides-group,
#editor-panel .html-tree .locked-overrides-group {
	border-bottom: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

#editor-panel .drawer-panel button:last-child{
	float: right;
	margin-right: 0;
	padding: 5px 7px;
}

#editor-panel .drawer-panel .line{
	height: 2px;
}

#editor-panel .html-tree .option-group.attributes {
	display: block;
	border-bottom: none;
	box-shadow: none;
	min-width: 350px;
}

#editor-panel .html-tree .option-group.attributes,
#editor-panel .html-tree .option-group.attributes .option {
	width: 100%;
}

#editor-panel .drawer-panel .message {
	display: block;
	padding-top: 20px;
}

#editor-panel .html-tree .attribute-panel .option-group .textboxoption label.option-content span.option-label,
#editor-panel .html-tree .attribute-panel .option-group .option.lockedcontentoption .option-content span.option-label,
#editor-panel .html-tree .attribute-panel .option-group .doubletextboxoption .key {
	width: var(--attributes-key-width);
}

#editor-panel .html-tree .control-group{
	min-width: 120px;
	width: calc( 100% - 120px );
	margin: 10px 0;
	border-bottom: 0;
	box-shadow: none;
	float: right;
	text-transform: uppercase;
	font-size: 12px;
}

#editor-panel .html-tree .control-group .button{
	margin-right: 10px;
	font-size: 12px;
	padding: 9px 12px;
}

#editor-panel .html-tree > .content{
	padding: 14px;
	padding-left: 18px;
	font-size: 13px;
	line-height: 1.4;
	position: relative;
	overflow: auto;
	flex-grow: 1;
}

#editor-panel .html-tree > .content div{
	padding-left: 14px;
	display:none;
}

#editor-panel .html-tree > .content .open-tag{
	white-space:nowrap;
}

#editor-panel .html-tree > .content .open-tag attr-name{
	color: var(--html-attribute);
}

#editor-panel .html-tree > .content .open-tag attr-value{
	color: var(--html-attribute-value);
}

#editor-panel .html-tree > .content div > .close-tag{
	font-weight: normal;
	color: var(--html-tag-color);
	margin-left: 2px;
}

#editor-panel .html-tree > .content span{
	display: block;
	white-space: nowrap;
}

#editor-panel .html-tree > .content span.middot {
	display: inline;
}

#editor-panel .html-tree > .content span b{
	font-weight: normal;
	color: var(--text-color);
	margin-right: 15px;
	margin-left:16px;
}

#editor-panel .html-tree > .content span b.comment {
	display: inline-block;
}

#editor-panel .html-tree > .content span b.comment em {
	color: #259e1d;
	white-space: pre;
}

#editor-panel .html-tree > .content span.expandable > b,
#editor-panel .html-tree > .content > span > b:first-child{
	margin-left: 0;
}

#editor-panel .html-tree > .content span b strong{
	font-weight: normal;
	color: var(--html-tag-color);
}

#editor-panel .html-tree > .content span b em{
	font-style: normal;
	color: var(--html-text);
}

#editor-panel .html-tree > .content span b.expanded .close-tag,
#editor-panel .html-tree > .content span b.expanded em{
	display: none;
}

#editor-panel .html-tree > .content span b.focused,
#editor-panel .html-tree > .content .close-tag.focused{
	box-shadow: 0 0 0 1px #4097D6;
}

#editor-panel .html-tree > .content span b.highlighted,
#editor-panel .html-tree > .content .close-tag.highlighted{
	box-shadow: 0 0 0 1px magenta;
}

#editor-panel .html-tree > .content span i{
	display: inline-block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left-color: #929292;
	border-width: 5px 0 5px 8px;
	margin-right: 8px;
	transform-origin: 4px 50%;
	position: relative;
	top: 1px;
}

#editor-panel .html-tree > .content span i.down{
	transform:rotate(90deg);
}

#editor-panel .html-tree > .content span s.force-state-dot{
	position: absolute;
	left: 6px;
	margin-top: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--color-forced-state);
}

#editor-panel .drawer-panel .fields-resizer.handle {
	height: 100%;
	width: 7px;
	margin-top: 0px;
	position: absolute;
	left: var(--attributes-key-width);
}

.search-controls .search-input,
.search-controls .replace-input {
	background-color: var(--editor-find-background);
	color: var(--text-color);
	line-height: 1;
	padding: 3px 10px;
	margin-right: 3px;
	border:none;
	border-radius: 2px;
	border: 1px solid var(--search-input-border);
	flex: 1;
}

#editor-panel .computed-rule {
	display: flex;
	font-size: 12px;
	font-family: monospace;
	line-height: 1.2;
	padding: 5px;
	/* margin-bottom: 5px; */
}

#editor-panel .computed-rule-property {
	width: 30%;
	min-width: 100px;
	max-width: 250px;
	flex-shrink: 0;
	color: var(--light-blue);
}

#editor-panel .computed-rule-value {
	color: var(--pink);
}

#editor-panel .computed-rule:hover {
	background: var(--css-rule-highlight);
}

#editor-panel input::placeholder {
	color: #899198;
	line-height: 1.3;
}

#editor-panel .toolbar .controls {
	display: flex;
	position: relative;
}

#editor-panel .toolbar .addons {
	display: flex;
	flex: 1;
}

#editor-panel .toolbar .addons:not(:empty) {
	margin-top: 5px;
}

.search-controls {
	position: relative;
	display: flex;
	flex: 1;
}

.search-controls .controls {
	display: flex;
	flex: 1;
}

.search-controls .search-input {
	display: block !important;
}

.search-controls .split-button:not(:last-child) {
	margin-right: 3px;
}

.search-controls .replace-controls {
	display: none;
	margin-top: 5px;
}

.additional-options {
	margin: 0 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.additional-options label {
	font-size: 12px;
	margin-right: 8px;
}

.additional-options-right {
	display: flex;
	align-items: center;
}

/* Code Editor */

#editor-panel .code-editor .content{
	width: 100%;
	height: 100%;
	overflow: auto;
}

#editor-panel .code-editor .save.disabled,
#editor-panel .code-editor .discard.disabled{
	opacity:0.6;
	pointer-events:none;
}

#editor-panel .code-editor .editor-error{
	background-color: #f70c6b;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-left: 0 !important;
	margin-top: 3px;
	z-index: 4;
}

/* CSS Editor */

#editor-panel .css-editor {
	display: flex;
	flex-direction: column;
}

#editor-panel .css-editor .toolbar {
	position: relative;
}

#editor-panel .css-editor .content {
	padding: 10px;
	overflow: auto;
	flex: 1;
}

#editor-panel .css-editor > .content .message{
	height: 100%;
	display: none;
	text-align: center;
	font-size: 12px;
	padding-top: 24px;
	flex-grow: 1;
	padding-top: 40px;
}

#editor-panel .active-styles .inherit-label{
	display: flex;
	align-items: center;
	font-size: 12px;
	line-height: 1.2;
	margin: 0 0 10px 0;
	white-space: nowrap;
	max-width: 100%;
	text-overflow: ellipsis;
}

#editor-panel .active-styles .inherit-label .selector {
	padding: 2px;
	margin-left: 1px;
}

#editor-panel .active-styles .inherit-label .selector:hover {
	background: var(--list-item-highlight);
}

.inherit-label .selector {
	color: var(--lighter-blue);
	font-weight: bold;
	border-radius: 3px;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
	line-height: 1.2;
}

.inherit-label .selector .token-id {
	color: var(--token-id);
}

.inherit-label .selector .token-class {
	color: var(--token-class);
}

.inherit-label .selector .token-text {
	color: var(--token-text);
}

#editor-panel .active-styles .css-group:not(:first-child) .inherit-label {
	margin-top: 12px;
}

.search-controls .number-results{
	position: absolute;
	color: #8C979E;
	display: none;
	top: 7px;
	right: 150px;
	font-size: 12px;
	pointer-events: none;
}

#editor-panel .css-editor .toolbar .create-choose{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#editor-panel .css-editor .toolbar .create{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#editor-panel .active-styles .toolbar .create-choose{
	display: inline-block;
}

#editor-panel .css-editor .css-block{
	background-color: var(--css-block-background);
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	line-height: 1.4;
	position: relative;
	border-left: 2px solid var(--css-block-active-line);
	padding-left: 12px;
	font-family: 'BSS Monospace', monospace;
	font-size: 12px;
	user-select: text;
	box-shadow: var(--css-block-shadow);
}

#editor-panel .css-editor .nested .css-block {
	box-shadow: none;
}

#editor-panel .css-editor .css-block.disabled {
	border-color: #5b7b8a;
	text-decoration: line-through;
	text-decoration-color: rgba(139, 153, 162, 0.85);
}

#editor-panel .css-editor .css-block.disabled,
#editor-panel .css-editor .css-block.disabled .selector b,
#editor-panel .css-editor .css-block.disabled ul span.css-property,
#editor-panel .css-editor .css-block.disabled ul span.css-value,
#editor-panel .css-editor .css-block.disabled ul span.css-value *,
#editor-panel .css-editor .css-block.disabled .query,
#editor-panel .css-editor .css-block.disabled .keyframes-name {
	color: #8b99a2;
}

#editor-panel .css-editor .css-block.selected{
	background-color: var(--css-block-highlight);
}

#editor-panel .css-editor .css-block.highlighted {
	transition: background-color .2s ease;
	background-color: var(--css-block-highlight) !important;
}

#editor-panel .css-editor .css-block ul li.highlighted {
	transition: background-color .2s ease;
	background-color: var(--css-rule-highlight) !important;
}

#editor-panel .css-editor .nested .css-block{
	background: transparent;
	border: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 0;
}

#editor-panel .css-editor .css-block.style {
	border-left-color: var(--css-block-active-elemstyle-line);
}

#editor-panel .css-editor .css-block.comment {
	border-left-color: transparent;
}

#editor-panel .css-editor .css-block.comment .selector b {
	color: #b2c5d0;
}

#editor-panel .css-editor .css-block .comment-container {
	display: inline-block;
	max-width: calc(100% - 40px);
	word-break: break-all;
}

#editor-panel .css-editor .css-block .handle{
cursor: ns-resize;
	position: absolute;
	top: 11px;
	right: 28px;
 	width: 11px;
 	height: 14px;
 	overflow: hidden;
}

#editor-panel .css-editor .css-block .handle:before,
#editor-panel .css-editor .css-block .handle:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
}

#editor-panel .css-editor .css-block .handle:before {
	top: -3px;
	border-bottom-color: var(--text-color);
}

#editor-panel .css-editor .css-block .handle:after {
	top: 9px;
	border-top-color: var(--text-color);
}

#editor-panel .css-group:last-child .css-block:last-child,
#editor-panel .css-editor .css-block:last-child {
	margin-bottom: 0;
}

#editor-panel .css-editor div.spacer{
	position: relative;
	top: auto;
	left: auto;
	height: 10px;
	margin: -10px 0 0;
	z-index: 4;
	opacity: 0;
	text-align: center;
}

#editor-panel .css-editor div.spacer:first-child {
	position: absolute;
	top: 52px;
	left: 10px;
	right: 10px;
}

#editor-panel .css-editor div.spacer.scrollbar-visible {
	right: 16px;
}

#editor-panel .css-editor div.spacer .buttons {
	position: absolute;
	top: -5px;
	width: 100%;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s .08s ease;
}

#editor-panel .css-editor div.spacer.show-buttons .buttons {
	opacity: 1;
	pointer-events: all;
}

#editor-panel .css-editor .buttons .button{
	padding: 1px 5px;
	border: 1px solid #237bbb;
	background: var(--css-block-spacer-button-background);
	color: var(--css-block-spacer-button-color);
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	margin-right: 3px;
	border-radius: 50%;
    line-height: 15px;
	width: 20px;
	height: 20px;
}

#editor-panel .css-editor div.spacer:last-child{
	margin-bottom: -10px;
}

#editor-panel .css-editor div.spacer + div.spacer{
	/* Hide all sibling spacers. This happens when deleting a block. */
	display: none;
}

#editor-panel .css-editor div.spacer:before{
	content:'';
	position: absolute;
	top:50%;
	left:0;
	right:0;
	height:1px;
	background-color: #237bbb;
	margin-top:-1px;
	transition:opacity 0.2s;
}

#editor-panel .css-editor div.spacer.highlight{
	opacity:1;
}

#editor-panel .css-editor .css-block.locked{
	border-left: none;
	padding-left: 15px;
}

/* When the rule is all :hover, :focus, etc. state selectors */
#editor-panel .css-editor .css-block.all-state {
	border-left-color: var(--css-block-unmatched-selector);
}

#editor-panel .css-editor .css-block.all-state.forced {
	border-left-color: var(--color-forced-state);
}

#editor-panel .css-editor .css-block .header {
	display: flex;
	margin-bottom:3px;
	text-decoration: inherit;
}

#editor-panel .css-editor .css-block .query{
	font-family: 'BSS Monospace', monospace;
	margin-right: 20px;
	border-bottom: 1px solid var(--css-block-query-divider);
	padding-bottom: 8px;
	margin-bottom: 8px;
	font-size: 12px;
	color: var(--yellow);
	user-select: none;
	text-decoration: inherit;
}

#editor-panel .css-editor .css-block .query.error{
	color: #FF4500;
	text-decoration: line-through;
}

#editor-panel .css-editor .css-block .query span,
#editor-panel .css-editor .css-block .query input{
	font: inherit;
	color: inherit;
	font-size: inherit;
	border: none;
	height: 16px;
	line-height: 16px;
	display: inline-block;
	text-decoration: inherit;
}

#editor-panel .css-editor .css-block .query input{
	color: var(--default-background);
}

#editor-panel .css-editor .css-block .keyframes-name{
	font-size: 12px;
	color: var(--yellow);
}

#editor-panel .css-editor .css-block .menu{
	width: 15px;
	position: absolute;
 	height: 21px;
	top:8px;
	right:8px;
 	user-select:none;
}

#editor-panel .css-editor .css-block .menu:hover{
	background-color: rgba(255,255,255,0.15);
}


#editor-panel .css-editor .css-block .menu > span{
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: var(--text-color);
	border-radius: 3px;
	top: 9px;
	left: 6px;
}

#editor-panel .css-editor .css-block .menu > span:before,
#editor-panel .css-editor .css-block .menu > span:after{
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: inherit;
	border-radius: 3px;
	top: -5px;
	left: 0;
}

#editor-panel .css-editor .css-block .menu > span:after{
	top: 5px;
}

#editor-panel .css-editor .css-block .origin{
	float: right;
	font-size: 11px;
	position: absolute;
	bottom: 11px;
	right: 12px;
	text-align: right;
	color: var(--css-block-framework);
	user-select: none;
}

#editor-panel .css-editor .css-block .origin .material-icons{
	font-size: 14px;
	vertical-align: middle;
	line-height: 12px;
}

#editor-panel .css-editor .css-block .selector-container {
	flex: 1;
	text-decoration: inherit;
}

#editor-panel .css-editor .css-block .opening-brace,
#editor-panel .css-editor .css-block .closing-brace{
	font-family: 'BSS Monospace', monospace;
	font-size: 12px;
	margin-bottom:3px;
	margin-right: 35px;
}

#editor-panel .css-editor .css-block .closing-brace{
	margin-bottom:0;
	margin-top:5px;
}

#editor-panel .css-editor .css-block ul.rules{
	list-style: none;
	font-family: 'BSS Monospace', monospace;
	font-size: 12px;
	margin-bottom:0;
}

#editor-panel .css-editor .css-block ul li{
	position: relative;
	overflow: hidden;
}

#editor-panel .css-editor .css-block ul span.numeric {
	color: var(--editor-green);
}

#editor-panel .css-editor .css-block ul span.keyword {
	color: #ffb60c;
}


#editor-panel .css-editor .css-block ul li.placeholder input[type=checkbox]{
	visibility:hidden;
	pointer-events:none;
}

#editor-panel .css-editor .css-block .selector{
	color: var(--css-block-unmatched-selector);
	word-break: break-all;
}

#editor-panel .css-editor .css-block .selector b{
	color: var(--light-blue);
	font-weight:normal;
}

#editor-panel .css-editor .css-block.style .selector b{
	color: var(--css-block-unmatched-selector);
}

#editor-panel .css-editor .css-block.locked .selector b{
	color: var(--light-blue);
}

#editor-panel .css-editor .search-match{
	background-color: rgba(249, 242, 46, 0.15);
	box-shadow: 0 1px 0px 0px rgb(132, 120, 37);
}

#editor-panel .css-editor .search-match.highlighted {
	background-color: rgba(255, 248, 25, 0.82);
	color: #333314 !important;
}

#editor-panel .css-editor .search-match.highlighted > * {
	color: #333314 !important;
}

#editor-panel .css-editor .css-block.disabled ul input[type=checkbox],
#editor-panel .css-editor .css-block ul li.system input[type=checkbox]{
	visibility: hidden;
	pointer-events:none;
}

/* Error classes */

#editor-panel .css-editor .css-block span.error{
	color:#ff1c1c !important;
}


/* When the rule is enabled/disabled/overridden */

#editor-panel .css-editor .css-block ul li.disabled,
#editor-panel .css-editor .css-block ul li.overridden {
	text-decoration: line-through;
}

/* Invalid CSS rules */

#editor-panel .css-editor .css-block .selector.error,
#editor-panel .css-editor .css-block ul li.error{
	color:#ff1c1c !important;
	text-decoration: line-through;
}

#editor-panel .css-editor .css-block .selector.error b,
#editor-panel .css-editor .css-block ul li.error span{
	color:#ff1c1c !important;
}

#editor-panel .css-editor .css-block ul span.css-value{
	padding: 0 1px;
	color: var(--pink);
	word-wrap: break-word;
}

#editor-panel .css-editor .computed-rule-value .color,
#editor-panel .css-editor .css-block ul span.css-value .color{
	display: inline-block;
	width: 11px;
	height: 11px;
	vertical-align: baseline;
	border: 1px solid #131415;
	margin-right: 3px;
	margin-bottom: -1px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
	background-size: 6px 6px;
	position: relative;
}

#editor-panel .css-editor .computed-rule-value .color i,
#editor-panel .css-editor .css-block ul span.css-value .color i{
	position: absolute;
	width: 100%;
	height: 100%;
}

#editor-panel .css-editor .css-block .custom-prop.disabled {
	color: #8b99a2;
}

#editor-panel .css-editor .css-block ul span.css-value .image-preview:hover,
#editor-panel .css-editor .css-block ul span.css-value .custom-prop:not(.disabled):hover {
	background: var(--tree-item-highlight);
}

#editor-panel .css-editor .css-block .material-icons.warning{
    position: relative;
    top: 2px;
    color: #ffe419;
    font-size: 12px;
    margin-right: 3px;
}

#editor-panel .css-editor .css-block .material-icons.warning:before{
	content: 'warning';
}

#editor-panel .css-editor .css-block.locked ul span.css-value{
	color: var(--pink);
}

#editor-panel .css-editor .css-block .link {
	margin-left: 5px;
	padding: 1px 4px;
	font-family: monospace;
	font-size: 11px;
	color: var(--light-blue);
	/* color: white;
	background: var(--light-blue);
	border-radius: 3px; */
}

#editor-panel .css-editor .css-block .badge {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	height: 14px;
	line-height: 1;
}


#editor-panel .css-editor .css-block .badge .badge-icon {
	position: relative;
	width: 11px;
	height: 11px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 8px;
}

#editor-panel .css-editor .css-block .badge.warning .badge-icon {
	background: #E4C424;
	color: #54480b;
}

#editor-panel .css-editor .css-block .badge.error .badge-icon {
	background: #ff1c1c;
	color: #fff;
}

#editor-panel .css-editor .css-block .badge .badge-icon:before,
#editor-panel .css-editor .css-block .badge .badge-icon:after {
	content: "";
	background-color: currentColor;
	width: 1px;
	height: 3px;
	display: inline-block;
	top: 3px;
	left: 5px;
	position: absolute;
}

#editor-panel .css-editor .css-block .badge .badge-icon:after {
	height: 1px;
	top: 7px;
}

#editor-panel .css-editor .css-block .badge i {
	font-size: 14px;
}

#editor-panel .css-editor .css-block ul .play-button{
	display: inline-block;
	color: var(--text-color);
	font: 10px/1 sans-serif;
	font-weight: normal;
	border-radius: 3px;
	padding: 2px 5px 2px 13px;
	position: relative;
	box-shadow: 0 0 0 1px var(--text-color);
	top: -1px;
	margin-left: 7px;
	opacity: 0.8;
	user-select: none;
}

#editor-panel .css-editor .css-block ul .play-button:hover{
	opacity: 1;
}

#editor-panel .css-editor .css-block ul .play-button:active,
#editor-panel .css-editor .css-block ul .play-button.active{
	background-color: var(--active);
	box-shadow: 0 0 0 1px var(--active);
	color: #fff;
}

#editor-panel .css-editor .css-block ul .play-button:before{
	content: '';
	border: 5px solid transparent;
	border-width: 3px 5px;
	color: inherit;
	border-left-color: currentcolor;
	width: 0;
	height: 0;
	position: absolute;
	left: 5px;
	top: 4px;
}

#editor-panel .css-editor .css-block ul .play-button:after{
	content: 'Play';
}

#editor-panel .css-editor .css-block ul .play-button.active:before{
	border-color: currentcolor;
	border-width: 3px;
	left: 4px;
}

#editor-panel .css-editor .css-block ul .play-button.active:after{
	content: 'Stop';
}


#editor-panel .css-editor .css-block:hover ul{
	/* Solving some weird chrome css glitch that didn't
	   display the checkboxes on hover.. */
	background-color:transparent;
}

#editor-panel .css-editor .css-block ul input[type=checkbox]{
	opacity:0;
	vertical-align: text-bottom;
	width: 20px;
	/*transition:0.2s opacity;*/
	display:inline-block;
}


#editor-panel .css-editor .css-block:hover > ul input[type=checkbox],
#editor-panel .css-editor .css-block > ul li.disabled input[type=checkbox] {
	opacity:1;
}

#editor-panel .css-editor.multiple-selection-active .css-block {
	user-select:none;
}

#editor-panel .css-editor.multiple-selection-active div.spacer:before{
	display:none;
}

#editor-panel .css-editor.multiple-selection-active .css-block:hover > ul input[type=checkbox] {
	opacity: 0;
}

#editor-panel .css-editor .css-block ul i.spacer{
	font-style: normal;
}

#editor-panel .css-editor .css-block ul span.css-property{
	color: var(--light-blue);
	word-wrap: break-word;
}

#editor-panel .css-editor .css-block.locked ul span.css-property{
	color: var(--light-blue);
}

#editor-panel .css-editor .css-block [contenteditable],
#editor-panel .css-editor .css-block [contenteditable] b{
	background-color: #fff;
	outline: none;
	color: #2C3134 !important;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#editor-panel .css-editor .css-block [contenteditable]:empty:before{
	content: 'x';
	color: transparent;
}

#editor-panel .css-editor .horiz-line{
	position: absolute;
	left:10px;
	right:10px;
	height: 1px;
}

#editor-panel .css-editor .horiz-line.drop{
	background-color:#4097D6;
}

#editor-panel .css-editor .css-block.is-dragged{
	opacity:0.5;
	pointer-events:none;
}

#style-drag{
	position: fixed;
	top:0;
	left:0;
	max-width:190px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	border-left:2px solid #0A6FB7;
	background-color: var(--css-block-background);
	display: none;
	margin:10px 0 0 10px;
	padding:6px 10px;
	font-size:12px;
	pointer-events:none;
	z-index: 11;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* Component panel */

.panel .search{
	position: relative;
	height: 40px;
	flex-shrink: 0;
}

.panel .search input:invalid ~ .search-icon{
	display:block;
}

.panel .search .search-icon{
	position: absolute;
	top: 6px;
	right: 10px;
	opacity: 0.6;
	display: none;
}

.panel .search input{
	border: 0;
	display: block;
	position: absolute;
	width: 100%;
	background-color: var(--panel-find-background);
	box-shadow: var(--input-box-shadow);
	font-size: 11px;
	padding: 9px 10px;
	color: var(--text-color);
	border-radius: 3px;
}

.panel .search input::placeholder{
	color: var(--panel-find-placeholder);
}

.component-panel .message {
	padding: 10px 10px 0;
}

.component-panel .frameworks-list {
    margin-top: 4px;
    margin-bottom: 12px;
}

.component-panel .frameworks-list .framework-item {
	background-color: var(--pill-background);
	color: var(--pill-color);
	display: inline-block;
	font-size: 11px;
	padding: 5px 10px;
	font-weight: bold;
	border-radius: 17px;
	margin-right: 4px;
}

.component-panel .frameworks-list .framework-item.active {
	background-color: #686f75;
	color: white;
}

.component-panel .subtree .item-folder {
	padding: 0 8px;
	margin: 0;
}

.component-panel .list > .item-folder:first-child {
	margin-top: 2px;
}

.component-panel .item{
	padding: 0 8px;
	background-color: transparent;
	box-shadow: none;
	transition: 0.1s background-color ease-in;
}

.design-panel .asset-item.highlighted,
.design-panel .asset-folder.highlighted,
.component-panel .item.highlighted,
.component-panel .item-folder.highlighted,
.overview-panel span.highlighted {
	background-color: var(--tree-item-highlight);
}

.design-panel .asset-item.search-result-highlight b,
.design-panel .asset-folder.search-result-highlight b,
.overview-panel span.search-result-highlight b {
	background-color: var(--search-highlight);
}

.panel span.search-result-highlight.current:not(.editing) b {
	color: #333314 !important;
	background-color: var(--search-highlight-current);
}

.component-panel .item.unavailable u,
.component-panel .item.unavailable b{
	opacity: 0.6;
}

.component-panel .item u{
	background-color: #6E808C;
	width: 8px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	border-top-right-radius: 4px;
	margin-right: 4px;
	text-decoration: none;
	position: relative;
}

.component-panel .item.online u{
	background-color: #6D7275;
}

.component-panel .item.downloaded u{
	background-color: #38BD92;
}

.component-panel .item.user u{
	background-color: #DE5B5D;
}

.component-panel .item.team u {
	background-color: #57a1bf;
}

.component-panel .item.shared u:before,
.component-panel .item.shared u:after{
	content: '';
	position: absolute;
	top: 4px;
	left: -4px;
	border: 1px solid var(--text-color);
	border-radius: 1px;
	width: 3px;
	height: 2px;
	margin-left: 1px;
}

.component-panel .item.shared u:after{
	left:0;
}

.component-panel .item.favorite u > span {
	position: absolute;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fdbb1c;
	bottom: -2px;
	right: -2px;
	padding: 0 !important;
}

.component-panel .item:hover:not(.selected),
.component-panel .item.highlight:not(.selected){
	background-color: var(--list-item-highlight);
}

.component-panel .item.selected b{
	background-color: var(--active);
	color: #fff;
}

.component-panel .item b{
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	max-width: 92%;
	margin-left: -18px;
	padding: 4px 7px 4px 20px;
}

.component-panel .item-folder b{
	padding-top:4px;
	padding-bottom:4px;
	max-width: 92%;
}

.component-panel .item-folder.selected b{
	background-color: var(--active);
	color: #fff;
}

.component-panel.loading .spinner{
	display: block;
	position: static;
	margin-top:10px;
}

.component-panel.loading .spinner > div{
	width: 10px;
	height: 10px;
	background-color: var(--panel-loader);
}

.component-panel .suggested .name span {
	display: inline-block !important;
}

.component-panel .suggested .name span:hover {
	background: transparent;
}

.component-panel .suggested{
	display: none;
	flex-shrink: 0;
}

.component-panel .suggested hr{
	margin: 8px 0px 12px;
	border-bottom-color: var(--option-border-color);
}

.component-panel .suggested .name{
	padding: 2px 10px 6px;
	font-size: 12px;
	font-weight: bold;
}

.component-panel .suggested .collapse{
	float: right;
	margin-right: 4px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: var(--text-color);
	margin-top: -3px;
	padding: 0 !important;
}

.component-panel .suggested .suggested-list{
	margin-bottom: 12px;
}

.component-panel .suggested.collapsed .suggested-list{
	display:none;
}

.component-panel .suggested.collapsed .collapse{
	border-top-color: var(--text-color);
	border-bottom-color:transparent;
	margin-top: 2px;
}

.component-panel .suggested .item{
	display: block;
	font-size: 13px;
	margin: 0 10px;
	color: var(--text-color);
	overflow: hidden;
	text-overflow: ellipsis;
}

.component-panel .suggested .item b{
	margin: 1px 2px 1px 0;
	padding: 2px 4px;
	vertical-align: middle;
}

.component-panel .suggested .item u{
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}

/* A button in the team component panel */
.component-panel .message.sign-in a.learn-more{
	text-transform: none;
	font-size: 11px;
	padding: 12px 20px 11px;
	border-radius: 2em;
	font-weight: bold;
	opacity: 0.95;
	color: #fff;
	background-color: #0d71b7;
	margin-top: 15px;
}

.component-panel .message.sign-in a.learn-more:hover{
	opacity: 1;
}

/* Dragging components */

#dragbox {
	position:absolute;
	top:0;
	left:0;
	pointer-events:none;
	display: none;
	z-index: 12;
}

#ghost {
	display: flex;
	color: #fff;
	background-color: #0A6FB7;
	position:absolute;
	top:0;
	left:0;
	border-radius:1px;
	transition:0.15s all;
	font-size: 12px;
	border-radius: 2px;
	line-height: 1.3;
}

#ghost-icon {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 17px;
	height: 17px;
	font-size: 11px;
	text-align: center;
	background: #414f58;
	border-radius: 50%;
}

#ghost-icon.link:before,
#ghost-icon.link:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 4px;
	width: 3px;
	height: 2px;
	border: 1px solid white;
	border-radius: 50%;
}

#ghost-icon.link:after {
	left: 8px;
}

#ghost-icon.copy:before,
#ghost-icon.copy:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 7px;
	width: 5px;
	height: 6px;
	border: 1px solid white;
	border-radius: 1px;
	background: inherit;
}

#ghost-icon.copy:before {
	top: 3px;
	left: 5px;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

#ghost-text {
	padding: 4px 6px;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#canvas .handle {
	position: absolute;
	pointer-events: all;
}

#canvas .handle.vertical {
	top: 0;
	bottom: 0;
	right: -10px;
}

#canvas .handle.vertical.reverse {
	left: -10px;
	right: auto;
}

#canvas .handle.horizontal {
	bottom: 0;
	left: 0;
	right: 0;
}

#canvas .handle.horizontal.reverse {
	top: -10px;
	bottom: auto;
}

#canvas .handle.se {
	right: -10px;
	bottom: -10px;
}

#canvas .handle.nw {
	left: -10px;
	top: -10px;
}

#canvas .handle.ne {
	right: -10px;
	top: -10px;
}

#canvas .handle.sw {
	left: -10px;
	bottom: -10px;
}

#canvas.fitted {
	overflow: hidden;
}

#canvas.fitted .sizer {
	padding: 0;
}

#canvas.fitted .sizer,
#canvas.fitted .view-wrapper,
#canvas.fitted .ui-offset,
#canvas.fitted .ui-overlay,
#canvas.fitted iframe {
	width: 100% !important;
	height: 100% !important;
}

#canvas.fitted iframe {
	transform: scale(1) !important;
}

#canvas.fitted .ui-offset {
	top: 0;
	left: 0;
	margin-top: 0 !important;
	margin-left: 0 !important;
}

#canvas .sizer{
	position: absolute;
	padding: 20px;
	pointer-events: none;
	min-width: 100%;
	min-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#canvas .view-wrapper {
	position: relative;
}

#canvas .ui-offset.animated{
	transition: 0.25s;
}

#canvas .ui-offset{
	position:relative;
	top: 50%;
	left: 50%;
}

#canvas .resize-handles {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

#canvas .ui-overlay {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 1;
}

/* Grid rectangle */

#canvas .ui-temp,
#canvas .ui-persistent,
#canvas .ui-tooltips,
#canvas .ui-addons,
#canvas .grid,
#canvas .highlights,
#canvas .line-container,
#canvas .focus-bar-container,
#canvas .resize-spacing-container {
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#canvas .ui-addons,
#canvas .grid,
#canvas .highlights,
#canvas .line-container,
#canvas .resize-spacing-container {
	overflow: hidden;
}

#canvas .editing-backdrop,
#canvas .resize-spacing-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: all;
}

#canvas .focus-bar-container {
	top: -20px;
	z-index: 6;
}

#canvas .ui-offset .grid-rect{
	position: absolute;
	border: 1px solid #F7A3EC;
	z-index: 1;
	box-sizing: content-box;
	pointer-events: none;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1), 1px 1px 0 rgba(255, 255, 255, 0.1) inset;
}

/* Toggling System UI */

#canvas .ui-addons,
#canvas .ui-persistent {
	opacity: 1;
	transition: opacity 0.2s;
}

#canvas.hide-sui .ui-addons,
#canvas.hide-sui .ui-persistent{
	opacity: 0;
}

#canvas.hide-sui .ui-addons .comments-list {
	opacity: 0;
}

#canvas.hide-sui .ui-persistent .grid,
#canvas.hide-sui .ui-persistent .highlights,
#canvas.hide-sui .ui-persistent .line-container,
#canvas.hide-sui .ui-persistent .focus-bar-container {
	display:none !important;
}

/* Component Highlights */

#canvas .ui-offset .resize-spacing-container div,
#canvas .ui-offset .highlights div{
	position: absolute;
	border-width: 0;
	border-style: solid;
}

#canvas .ui-offset .highlights .handle.combo {
	background: white;
	border-color: #3E8CE4 !important;
	z-index: 5;
}

#canvas .ui-offset .highlights .highlight-line{
	border: 1px solid #5699E8;
	box-shadow:1px 1px 0 rgba(255,255,255,0.2), 1px 1px 0 rgba(255,255,255,0.2) inset;
	z-index: 1;
}

#canvas .ui-offset .highlights.history .highlight-box {
	animation: highlight-fade 0.6s;
}

#canvas .ui-offset .highlights.parent {
	z-index: 10;
}

@keyframes highlight-fade {
	0% {
		background-color:transparent;
	}
	33%, 66% {
		background-color:#4492ED;
	}
	100% {
		background-color:transparent;
	}
}

#canvas .ui-offset .highlights .main{
	background-color: #4492ED;
	opacity: 0.4;
	z-index: 1;
}


#canvas .ui-offset .padding{
	border-color:#b8e0b8;
	z-index: 2;
	opacity:0.65;
}

#canvas .ui-offset .margin{
	background-color:#f2d59f;
	z-index: 3;
	opacity:0.55;
}

#canvas .ui-offset .border{
	border-color:#ffffb3;
	z-index: 4;
	opacity:0.85;
}

#canvas .ui-offset .focus-outline {
	border: 1px solid #3E8CE4;
	z-index: 5;
	border-radius: 2px;
	border-top-left-radius: 0;
	box-shadow: 1px 1px 0 rgba(255,255,255,0.2), 1px 1px 0 rgba(255,255,255,0.2) inset;
}

#canvas .ui-offset .focus-bar{
	display: flex;
	justify-content: space-between;
	position: absolute;
	pointer-events: none;
	white-space: nowrap;
	top: -20px;
	left: -1px;
	height: 20px;
	border-radius: 2px 2px 0 0;
	overflow: hidden;
}

#canvas .ui-offset .focus-bar-options {
	pointer-events: all;
	border-radius: inherit;
	overflow: hidden;
}

#canvas .ui-offset .focus-bar span{
	color: #fff;
	background-color: #3E8CE4;
	padding: 0 3px;
	display: inline-block;
	line-height: 18px;
	height:20px;
}

#canvas .ui-offset .focus-bar span.settings-toggle {
	pointer-events: all;
	padding-left: 6px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}

#canvas .ui-offset .focus-bar span.settings-toggle::after {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: inherit;
	border-width: 4px 3px 0 3px;
	margin: 0 3px;
}

#canvas .ui-offset .ui-overlay span.component-name {
	font-size: 12px;
	padding: 1px 6px;
	font-weight: bold;
}

#canvas .ui-offset .ui-overlay .component-label {
	margin-left: 5px;
	font-weight: normal;
	opacity: 0.8;
}

#canvas .ui-offset .focus-bar span:not(.move-handle):hover{
	background-color: #387ecd;
}

#canvas .ui-offset .focus-bar span i{
	vertical-align: middle;
	font-size: 14px;
	color: #fff;
}

#canvas .ui-offset .focus-bar .move-handle{
	cursor: move !important;
}

#canvas .ui-offset .highlights .parent-pills {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: start;
	margin-top: 2px;
	pointer-events: all;
}

#canvas .ui-offset .highlights .parent-pill {
	position: relative;
	margin-bottom: 2px;
	font-size: 11px;
	padding: 3px 6px;
	font-weight: bold;
	border-radius: 2px;
	background-color: #3E8CE4;
	color: white;
}

#canvas .ui-offset .highlights .parent-pill:hover {
	background-color: #387ecd;
}

/* Line with decorations */

#canvas .ui-offset .line{
	width:1px;
	height:1px;
	background-color:#4492ED;
	position: absolute;
	box-shadow:0 0 1px #4492ED;
	margin:-1px 0 0 -1px;
	pointer-events:none;
}

#canvas .sizer .line:after,
#canvas .sizer .line:before{
	position: absolute;
	content: '';
	width:0;
	height:0;
	border:4px solid transparent;
}

/* Component comments */

#canvas .comments-list {
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 6;
	opacity: 1;
}

#canvas.fitted .comments-list {
	padding-top: 10px;
}

#canvas .comments-list .comment {
	position: absolute;
	pointer-events: all;
}

#canvas .comments-list .comment .toggler {
	background: linear-gradient(135deg, #fff7b5, #f3c000);
	border-radius: 50%;
	width: 20px;
	height: 20px;
	box-shadow: inset 0 0 0 2px white, 1px 1px 2px rgb(0 0 0 / 10%);
	display: flex;
	align-items: center;
	justify-content: center;
}

#canvas .comments-list .comment.active {
	z-index: 1;
}

#canvas .comments-list .comment.active .content {
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
}

#canvas .comments-list .comment.active .content .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	border-radius: 3px;
}

#canvas .comments-list .comment.active .content .close:hover {
	background: #f5f5f5;
}

#canvas .comments-list .comment.active .content .arrow {
	position: absolute;
	top: -10px;
	left: 5px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: white;
}

#canvas .comments-list .comment.active .content .arrow.bottom {
	top: auto;
	bottom: -10px;
	border-bottom-color: transparent;
	border-top-color: white;
}

#canvas .comments-list .comment.hidden .content {
	display: none;
}

#canvas .comments-list .comment .content {
    background-color: white;
    border-radius: 5px;
    padding: 25px 25px;
    display: none;
    color: #282828;
    box-shadow: 1px 1px 18px rgb(0 0 0 / 15%);
}

#canvas .comments-list .comment .text {
	width: 100%;
	min-height: 20px;
	white-space: pre-wrap;
	word-break: break-word;
}

#canvas .comments-list .comment .text:empty:before {
	content: "Empty comment";
	color: #737373;
}

#canvas .comments-list .comment .content textarea {
	width: 100%;
	min-height: 100px;
	background-color: transparent;
	resize: none;
	border: none;
}

#canvas .comments-list .comment .content .buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}

#canvas .comments-list .comment .content .buttons button {
	font-size: 13px;
	border: none;
	border-radius: 100px;
	padding: 8px 20px;
	font-weight: bold;
	color: #544c1b;
	background: linear-gradient(to bottom, #ffe44c, #f9d71e);
	outline: none;
	box-shadow: 0 2px 2px rgba(0,0,0,0.05);
}

#canvas .comments-list .comment .content .buttons button:hover {
	filter: contrast(110%);
}

#canvas .comments-list .comment .content .buttons button.disable {
	color: #ababab;
	background: #f5f5f5;
	pointer-events: none;
}

#canvas .comments-list .comment .content .buttons button.cancel-btn {
	box-shadow: 0 0 0 1px inset #e4e4e4, 0 1px 2px rgba(0,0,0,0.08);
	background: none;
}

#canvas .comments-list .comment .content .buttons button.cancel-btn.disable {
	box-shadow: none;
}

#canvas .comments-list .comment .content .buttons button i {
	font-size: 15px;
}

#canvas .comments-list .comment .content .buttons .btn-group {
	display: flex;
}

#canvas .comments-list .comment .content .buttons .btn-group button {
	display: flex;
	align-items: center;
	border-radius: 0;
	background: #f5f5f5;
	border-color: #f5f5f5;
	padding: 5px 8px;
	outline: none;
}

#canvas .comments-list .comment .content .buttons .btn-group button:hover {
	background: #f8f8f8;
	filter: none;
}

#canvas .comments-list .comment .content .buttons .btn-group button:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#canvas .comments-list .comment .content .buttons .btn-group button:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#canvas .ui-offset .line.left:before{
	top:50%;
	margin-top:-4px;
	left:-10px;
	border-right-color:#4492ED;
}

#canvas .ui-offset .line.right:after{
	top:50%;
	margin-top:-4px;
	right:-10px;
	border-left-color:#4492ED;
}

#canvas .ui-offset .line.top:before{
	left:50%;
	margin-left:-4px;
	top:-10px;
	border-bottom-color:#4492ED;
}

#canvas .ui-offset .line.bottom:after{
	left:50%;
	margin-left:-4px;
	bottom:-10px;
	border-top-color:#4492ED;
}

#canvas iframe{
	pointer-events:all;
	position: absolute;
	transform-origin:top left;
	top:0;
	left:0;
	display: block;
	border:0;
	background-color: #2f363a;
	height: 100%;
	box-shadow: var(--canvas-iframe-shadow);
}

#canvas iframe.animated{
	transition:0.25s;
}

#canvas{
	position: relative;
	overflow: auto;
	flex-grow: 1;
	max-height: 100%;
	background: var(--canvas-background);
}

/* Options panel */

.options-panel {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}

.options-panel input::placeholder{
	color: #a0a0a0;
}

.options-panel .search {
	height: 30px;
	margin: 10px;
}

/* Tabs */

.options-panel > .content{
	margin-right: 0;
}

.panel-group .tabs {
	display: flex;
	align-items: center;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	background: var(--tabs-background);
}

.panel-group .tabs .controls {
	display: flex;
	align-items: center;
	margin-right: 8px;
}

/* .panel-group .tabs .toggle-search:hover,
.panel-group .tabs .toggle-search.active {
	background: var(--toolbar-highlight);
} */

.panel-group .tabs .toggle-search {
	display: flex;
	align-items: center;
	padding: 3px;
	border-radius: 4px;
}

.panel-group .tabs .addons {
	display: flex;
	align-items: center;
	margin-right: 5px;
}

.panel-group .tabs .addons > div i {
	font-size: 16px;
	opacity: 0.7;
}

.panel-group .tabs .addons > div i:hover {
	opacity: 1;
}

.panel-group .tab > div {
	overflow: hidden;
}

.options-panel .tab-option{
	position: absolute;
	top: 30px;
	bottom: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.options-panel .tab-option > .content{
	flex-grow:1;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.options-panel .search,
.options-panel .info-option,
.options-panel .style-target,
.option-group:not(:last-child),
.option-group .buttongroup .control.multiline{
	/* Bordered controls */
	/*border-bottom: 1px solid #242729;*/
	box-shadow: 0 1px 0 var(--option-border-color);
}

.options-panel .breadcrumbs-option {
	box-shadow: 0 0 0 1px var(--option-border-color);
}

.options-panel .style-target{
	flex-shrink:0;
	padding: 10px;
}

.options-panel .style-target .btn {
	margin-left: 5px;
	padding: 4px 6px;
	background: var(--style-target-btn);
	border-radius: 3px;
}

.options-panel .style-target .btn i {
	font-size: 14px;
}

.options-panel .style-target .btn:hover {
	background: var(--style-target-btn-hover);
}

.options-panel .style-target .btn.disabled {
	opacity: .6;
	pointer-events: none;
}

.options-panel .selector-editor {
	position: relative;
	outline: none;
}

.options-panel .selector-editor .label {
	color: var(--option-label-color);
}

.options-panel .style-target .inherit-label .selector,
#option-menu .inherit-label .selector {
	color: var(--text-color);
}

.options-panel .style-target .additional-options {
	display: block;
	font-size: 13px;

	padding: 7px;
	position: absolute;
	width: 100%;
	background: var(--panel-background);
	box-shadow: 1px 2px 4px rgb(0 0 0 / 20%), var(--selector-dropdown-box-shadow);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	z-index: 3;
}

.options-panel .style-target .additional-options .option {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.options-panel .style-target .additional-options .option:not(:last-child) {
	margin-bottom: 7px;
}

.options-panel .style-target .additional-options .button {
	font-size: 11px;
	padding: 8px 14px;
	text-transform: none;
}

.options-panel .style-target .query-badge {
	position: relative;
	font-size: 11px;
	font-weight: bold;
	color: white;
	padding: 3px 5px;
	background: #c0841d;
	border-radius: 3px;
	margin-right: 5px;
}

.options-panel .style-target .query-badge.max-query {
	margin-left: 5px;
	background: #d13fb7;
}

.options-panel .style-target .query-badge.max-query:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 0px;
	left: -15px;
	z-index: 0;
	border: 8px solid transparent;
	border-right-color: #d13fb7;
}

.options-panel .style-target .query-badge.min-query {
	margin-right: 10px;
	background: #1089c2;
}

.options-panel .style-target .query-badge.min-query:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 0px;
	right: -15px;
	z-index: 0;
	border: 8px solid transparent;
	border-left-color: #1089c2;
}

.query-option input,
.selector-editor .additional-options select{
	color: var(--text-color);
	border: none;
	border-radius: 3px;
	font-size: 13px;
	-webkit-appearance: none;
	background: var(--input-background);
}


.query-option .button,
.query-option input,
.resource-option select {
	width: calc(100% - 100px);
}

.query-option .button {
	margin-left: auto;
}

.query-option input {
	padding: 7px 10px;
	margin-left: 5px;
	flex-shrink: 0;
}

.query-option select {
	min-width: 0;
}

.selector-editor .additional-options select {
	padding: 7px 16px 7px 10px;
	border-right: 8px solid var(--input-background);
	background: var(--input-background) var(--dropdown-arrow) no-repeat right center;
}

.selector-editor .additional-options select:focus {
	box-shadow: 0 0 0 1px var(--focus-outline);
}

.resource-option .label {
	color: #777;
	padding: 0 2px;
}

.style-target-group.option-group {
	padding-top: 0;
	margin-top: -10px;
}

.style-target-group.option-group .option-content > span {
	display: block;
	opacity: 0.7;
}

.style-target-group.option-group .option-content .control {
	width: 100%;
}

.options-panel .style-target .selector-input,
.options-panel .style-target .selector-dropdown-container {
	display: flex;
	align-items: center;
}

.options-panel .style-target .selector-dropdown,
.options-panel .style-target .selector-input {
	flex: 1;
	align-items: center;
	background-color: var(--textbox-background);
	font-size: 13px;
	padding: 5px 7px;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 3px;
	box-shadow: var(--input-box-shadow);
	text-overflow: ellipsis;
}

.options-panel .style-target .selector-dropdown:focus,
.options-panel .style-target .selector-input:focus {
	outline: none;
	box-shadow: 0 0 0 1px var(--focus-outline);
}

.options-panel .style-target .selector-dropdown .select,
.options-panel .style-target .selector-input input {
	flex: 1;
	padding: 0 2px;
	min-width: 0;
}

.options-panel .style-target .selector-dropdown .select {
	height: 22px;
	display: flex;
	align-items: center;
	box-shadow: 1px 0 #a0a5af52;
	background: var(--dropdown-arrow) no-repeat right center;
	border-right: 10px solid var(--textbox-background);
	margin-right: 5px;
	overflow: hidden;
	padding-right: 10px;
}

.css-selector {
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
	line-height: 1.2;
}

.css-selector .token-id {
	color: var(--style-target-id);
}

.css-selector .token-class {
	color: var(--style-target-class);
}

.options-panel .style-target .selector-input input {
	color: var(--text-color);
	border: none;
	background: transparent;
}

.options-panel .style-target .selector-input .error-bubble {
	top: 37px;
	left: 0;
	max-width: 100%;
	white-space: normal;
	z-index: 5;
}

.options-panel .tab-target > .content{
	overflow-y: auto;
	margin-right: 10px;
	flex-grow: 1;
}


/* Empty message */

.options-panel .message{
	margin-top: 30px;
}

/* Stats */

.options-panel .info-option{
	font-size: 12px;
	line-height: 1.5;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 8px;
	margin: 20px 10px 0;
	box-shadow: none;
}

.options-panel .info-option .dimensions{
	padding: 3px 0;
}

.options-panel .info-option .margin{
	margin: 0 auto 10px;
	border: 1px solid var(--info-option-margin-border);
	max-width: 200px;
	overflow: hidden;
}

.options-panel .info-option .padding{
	border: 1px solid var(--info-option-padding-border);
	height: 100px;
	flex-grow: 1;
	overflow: hidden;
}

.options-panel .info-option .padding > .middle{
	flex-grow:1;
}

.options-panel .info-option .empty{
	flex-grow:1;
}

.options-panel .info-option .margin span{
	font-weight: normal;
	font-size:11px;
}

.options-panel .info-option .box{
	display:flex;
	flex-direction:column;
}

.options-panel .info-option .box-row{
	display:flex;
	flex-direction:column;
}

.options-panel .info-option .box-col{
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.options-panel .info-option .blue{
	padding: 5px;
	color: var(--light-blue);
	background: var(--info-option-margin-background);
	line-height: 1;
}

.options-panel .info-option .green{
	padding: 5px;
	color: #24b15c;
	background: var(--info-option-padding-background);
	line-height: 1;
}

.options-panel .info-option .middle{
	display:flex;
	flex-direction:row;
}

.options-panel .info-option .size{
	display: inline-block;
	margin: 0 5px;
}

.options-panel .info-option .size i{
	font-style: normal;
	color: #949ca0;
	font-size: 10px;
	margin-right: 5px;
	line-height: 12px;
}

.options-panel .info-option .size b{
	user-select: all;
}

/* Group Option */

.option-group{
	padding: 10px 15px;
}

.option-group:last-child {
	padding-bottom: 0;
}

.option-group:focus {
	outline: none;
}

.option-group.highlight:focus {
	box-shadow: inset 0 0 0 1px var(--focus-outline);
}

.option-group .content{
	margin-top: 10px;
}

.option-group .option-group-label{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 11px;
	font-weight: bold;
}

.option-group .option-group-label .title {
	display: flex;
	align-items: center;
	padding: 5px 0;
}

.option-group .option-group-label .title-text {
	margin-right: 10px;
}

.option-group .option-group-label .addons {
	display: flex;
	align-items: center;
}

.floating-panel .close {
	position: relative;
	top: 0;
	right: 0;
	color: var(--close-button-active-color);
	background-color: var(--close-button-active-bg-color);
	width: 17px;
	height: 17px;
	margin-left: 10px;
	border-radius: 10px;
	font-family: monospace;
	font-style: normal;
}

.floating-panel .close:after {
	content: '';
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyB3aWR0aD0iMzIwIiBoZWlnaHQ9IjMyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KIDxnPgogIDx0aXRsZT5MYXllciAxPC90aXRsZT4KICA8ZyBpZD0ibGF5ZXIxIj4KICAgPHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2Utd2lkdGg9IjAuMjVwdCIgaWQ9InBhdGg0OTUwIiBkPSJtMTAwLDYwbC00MCw0MGwxNzAsMTcwbDQwLC00MGwtMTcwLC0xNzB6Ii8+CiAgIDxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLXdpZHRoPSIwLjI1cHQiIGlkPSJwYXRoNDk1MiIgZD0ibTYwLDIzMGwxNzAsLTE3MGw0MCw0MGwtMTcwLDE3MGwtNDAsLTQweiIvPgogIDwvZz4KIDwvZz4KPC9zdmc+Cg==') no-repeat center center;
	width: 9px;
	background-size: contain;
	height: 10px;
	position: absolute;
	top: 3px;
	left: 4px;
}

.floating-panel .close:hover {
	background-color: var(--close-button-hover-bg-color);
}

.floating-panel .list {
	margin-top: 30px;
}

.floating-panel .option-group.toolbar > .option-group-label {
	position: absolute;
	width: calc(100% - 20px);
	left: 10px;
	top: 0;
}

.floating-panel .option-group.toolbar {
	padding-top: 0;
}

.floating-panel .option-group.toolbar > .content {
	margin-top: 0;
}

.option-group-label .collapse{
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: var(--text-color);
	border-width: 6px 4px 0 4px;
}

.option-group.collapsed .option-group-label .collapse{
	transform: rotate(-90deg);
}

.option-group.collapsed .content{
	display: none;
}

.option-group .option-group-label:empty{
	display: none;
}

.option-group.actions{
	text-align: center;
	margin-bottom: 10px;
}

.option-group.actions button{
	padding: 6px 12px;
	margin: 3px;
}

.option-group.actions button .material-icons{
	font-size: 16px;
}

/* Groups without labels */

.option-group.no-label > .content{
	display: block;
	margin-top:0;
}

.option-group.no-label > .option-group-label{
	display:none;
}

/* Labels */

.option-group .option-content{
	display: block;
	padding: 4px 0;
	line-height: 24px;
}

.option-group .option-content:before,
.option-group .option-content:after{ /* Clearfix hack */
    content: " ";
    display: table;
}

.option-group .option-content:after{
    clear: both;
}

.option-group .option-content.disabled,
#page-properties-dialog .option-content.disabled {
	opacity: 0.6;
	pointer-events: none;
}

.option-group .disabled .wrapper {
	/* So context menu with copy option can be shown */
	pointer-events: auto;
}

.option-group .value-holder {
	display: flex;
	flex: auto;
}

.option-group .disabled .wrapper input.key,
.option-group .disabled .wrapper input.value {
	/*So text cannot be selected*/
	pointer-events: none;
}

.option-group .option-content.overridden input.key {
	padding-right: 28px;
}

.option-group .for-checkbox{
	line-height: 15px;
}

.option-group .option-content > *{
	float:right;
}

.option-group .option-content > span,
.option-group .option.lockedcontentoption .option-content > label span {
	float:none;
	font-size:11px;
	color: var(--option-label-color);
	display: inline-block;
}

.option-group .option.lockedcontentoption .option-content {
	display: flex;
}

.option-group .option.lockedcontentoption .option-content > label {
	float: none;
	flex: 1;
}

.option-group .option-content > span.has-changes {
	color: var(--light-blue);
}

.option-group .option-content > span.has-changes:hover {
	opacity: 0.8;
}

.resource-option .tip,
.option-group .option-content .tip {
	font-style: normal;
	color: var(--option-tooltip-color);
	display: inline-block;
	width: 13px;
	height: 13px;
	text-align: center;
	border: 1px solid;
	line-height: 12px;
	border-radius: 50%;
	font-size: 9px;
	font-weight: bold;
	margin-left: 8px;
}

.option-group .option-content input[type=text],
.option-group .option-content input[type=number],
.option-group .option-content .tb-locked{
	background-color: var(--textbox-background);
	color: var(--text-color);
	border: none;
	font-size: 13px;
	padding: 0 8px;
	min-height: 27px;
	box-shadow: var(--input-box-shadow);
}

.option-group .option-content select{
	color: var(--text-color);
	border: none;
	padding: 4px 4px 4px 8px;
	border-right: 10px solid var(--textbox-background);
	font-size: 13px;
	-webkit-appearance: none;
	background: var(--textbox-background) var(--dropdown-arrow) no-repeat right center;
	box-shadow: var(--input-box-shadow);
}

.option-group .option-content select:focus {
	box-shadow: 0 0 0 1px var(--focus-outline);
}

.option-group .option-content select option{
	outline:none;
}

.option-group button {
	font-size: 11px;
	padding: 8px 10px;
}

.option-group .row-right button{
	float: right;
}

.option-group .option-content .control,
.option-group .row-right button,
.option-group .tb-locked {
	min-width: 120px;
	width: calc( 100% - 120px );
}

.option-group .option-content .control{
	position: relative;
	display: flex;
	align-items: center;
}

.option-group .checkboxoption .control {
	justify-content: flex-end;
	min-width: 30px;
	width: auto;
}

.option-group .buttongroup .control .btn-container {
	position: relative;
	display: flex;
	align-items: center;
}

.option-group .buttongroup .control.multiline .btn-container {
	width: 100%;
	flex-direction: column;
	align-items: center;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

.option-group .buttongroup .control.multiline > div {
	display: flex;
	overflow: hidden;
}

.option-group .buttongroup .control.flat .icon {
	display: block;
	width: 30px;
	height: 28px;
	padding: 6px;
}

.option-group .control.multiline label {
	padding: 0;
	margin: 0 18px 2px 0;
	position: relative;
}

.option-group .control .addon {
	position: absolute;
	right: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	align-self: stretch;
	width: 22px;
	height: 100%;
	border-radius: 0 3px 3px 0;
	box-shadow: -1px 0 0 0 var(--input-addon-divider);
}

.option-group .option-content .control input[type=text],
.option-group .option-content .control select{
	width: 100%;
	min-height: 25px;
	border-radius: 3px;
}

.option-group .has-addon > .option-content .control input[type=text] {
	padding-right: 27px;
}

.option-group .option-content .control select{
	padding-right: 15px;
}

.option-group .option-content .control input[type=text]:focus {
	box-shadow: 0 0 0 1px var(--focus-outline);
}

.option-group .option-content .control input[type=range] {
	display: inline-block;
	vertical-align: middle;
}

.option-group .option-content .control input[type=range] + input {
	width: 30%;
	margin-left: 5%;
	padding: 0 8px;
}

.option-group .option.has-addon > label input {
	width: calc(100% - 20px);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.option-group .option.inline {
	display: inline-block;
}

.option-group .option .button-addon,
.option-group .option .increment-handle {
	padding: 0px;
	color: var(--text-color);
	text-align: center;
	background: var(--input-addon);
	opacity: 0.9;
}

.option-group .option .button-addon:active i{
	transform:scale(0.95);
	transform-origin:bottom;
}

.option-group .option .button-addon:hover{
	opacity:1;
}

.option-group .option .button-addon i{
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.option-group .option .color-preview{
	width: 20px;
	margin-right: 1px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==) 4px 0px;
	background-size: 8px;
}

.option-group .option .color-preview i{
	border-radius: 0 3px 3px 0;
	position: absolute;
	top: 0;
	right: 0;
	width:100%;
	height:100%;
	box-shadow: 1px 0px;
}

.option-group .option .increment-handle{
	cursor: ns-resize;
}

.option-group .option .increment-handle:before,
.option-group .option .increment-handle:after {
	content: '';
	position: absolute;
	right: 0;
	width: 0;
	left: 8px;
	height: 0;
	border: 4px solid transparent;
	border-width: 4px 3px;
}

.option-group .option .increment-handle:before{
	border-bottom-color: inherit;
	top:2px;
}

.option-group .option .increment-handle:after{
	border-top-color: inherit;
	bottom: 2px;
}

.option-group .option .increment-handle i{
	position: absolute;
	top: 12px;
	left: 8px;
	height: 1px;
	width: 6px;
	background-color: var(--text-color);
}

.option-group .option .badge.error,
.option-group .option .badge.warning{
	position: absolute;
	left: -24px;
	height: 18px;
	width: 18px;
	color: #E4C424;
	font-weight: bold;
}

.option-group .option.buttonoption .button {
	width: 100%;
	text-transform: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 11px;
	padding: 8px 10px;
}

.option-group .option.buttonoption .button i {
	margin-top: 2px;
	font-size: 16px;
}

.option-group .option.buttonoption .button.secondary {
	margin-left: 3px;
}

.option-group .option.buttonoption .button.icon {
	padding: 3px 6px;
	width: auto;
	white-space: normal;
	text-overflow: unset;
	overflow: visible;
}

.option-group .option.buttonoption .buttons {
	display: flex;
	width: 100%;
}

.option-group.flexbox .option.buttongroup .badge.error,
.option-group.flexbox .option.buttongroup .badge.warning {
	left: auto;
	right: 8px;
}

.option-group .option.checkboxoption .badge.error,
.option-group .option.checkboxoption .badge.warning {
	position: relative;
	left: -5px;
}

.option-group .option .badge.error{
	color: red;
}

.option-group .spacer{
	height:10px;
}

.option-group .line{
	height: 1px;
	background-color: var(--input-background);
	clear: both;
	margin: 10px 0;
}

.option-group .option-content .control .knob {
	position: relative;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: var(--knob-background);
	margin-right: 10px;
	flex-shrink: 0;
	box-shadow: var(--knob-box-shadow);
}

.option-group .option-content .control .knob:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--knob-dot-color);
	top: 3px;
	left: 10px;
}

/* Nested option items */

.option-group .option > .children > .option > .option-content > span {
    padding-left: 15px;
}

.option-group .option.collapsed > .children{
	display: none;
}

.option-group .option .caret{
	display: inline-block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: var(--light-gray);
	border-width: 6px 4px 0px 4px;
	margin-left: 8px;
}

.option-group .option.collapsed > .option-content .caret{
	transform-origin: 50%;
	transform: rotate(-90deg);
}

/* TextBoxLockedContentOption */

.option-group .option-content .tb-locked {
	line-height: 1.35;
	cursor: text;
	min-height: 25px;
	padding: 4px 8px;
	border-radius: 3px;
	align-items: center;
	display: flex;
	width: -webkit-fill-available /* Makes value field wide enough when key fields are too short. */;
}

.option-group .option-content .tb-locked i{
	font-style: normal;
	background-color: var(--input-locked-background);
	padding: 2px 5px 2px 3px;
	color: var(--input-locked-color);
	margin: -1px 4px -1px -4px;
	border-radius: 3px;
	font-size: 13px;
	line-height: 15px;
	vertical-align: middle;
	user-select: text;
	white-space: nowrap;
	max-width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	flex-shrink: 0;
}

.option-group .option-content .tb-locked i .lock{
	vertical-align: middle;
	font-size: 13px;
	margin-right: 3px;
	position: relative;
	top: -1px;
	user-select: none;
}

.option-group .option-content .tb-locked input{
	flex-grow: 1;
	min-width: 0;
	background: transparent;
	padding: 0;
	min-height: auto;
	box-shadow: none;
}

/* TextBox Option */

.option-group .textboxoption{
	position: relative;
}

#editor-panel .option-group .textboxoption label.option-content {
	display: flex;
}

#editor-panel .option-group .textboxoption label.option-content span.option-label {
	display: block;
}

#editor-panel .option-group .textboxoption label.option-content div.control {
	flex: 1;
}

#editor-panel .option-group .option-content .tb-locked,
#editor-panel .option-group .doubletextboxoption .value,
#editor-panel .option-group .textboxoption label.option-content div.control {
	margin-left: 8px;
	margin-right: 8px;
	min-width: 205px; /* Fixes bug in which .td-locked width is smaller than others attributes value inputs. */
}

.colors {
	min-width: 120px;
	width: calc( 100% - 120px );
	margin-top: 6px;
	overflow: hidden;
	position: relative;
	line-height: 20px;
}

.colors.collapsed {
	height: 16px;
}

.colors.collapsed > label.color:nth-child(n+6) {
	display: none;
}

.colors .more {
	height: 14px;
	display: inline-block;
	border-radius: 2px;
	color: #fff;
	background: #555c63;
	line-height: 11px;
	font-size: 11px;
	text-align: center;
	opacity: 0.9;
	margin: 0;
	padding: 0 2px;
	vertical-align: top;
}

.colors .more:after {
	content: "less..";
	line-height: 14px;
	padding: 0 2px;
}

.colors.collapsed .more:after {
	content: "…";
	padding: 0;
}

.colors .more:hover {
	opacity: 1;
}

.colors label {
	position: relative;
	display: inline-block;
	margin: 0 5px 2px 1px;
}

i.color {
	position: relative;
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 2px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==) 4px 0px;
	background-size: 8px;
}

i.color span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	box-shadow: 0 0 0 1px;
}

.color span:hover {
	box-shadow: 0 0 0 1px rgba(255,255,255,0.6);
}

.colors label input {
	position: absolute;
}

.colors input:focus + .color span,
.colors input:checked + .color span {
	box-shadow: 0 0 0 1px #fff;
	z-index: 1;
}

/* Double TextBox Option */

.option-group .doubletextboxoption .option-content {
	position: relative;
	display: flex;
	align-items: center;
}

.option-group .doubletextboxoption input {
	border-radius: 3px;
}

.option-group .doubletextboxoption .key{
	float: none;
	min-width: 0;
}

.option-group .doubletextboxoption .value{
	width: 112px;
	flex: 1;
	float: none;
}

.option-group .doubletextboxoption .menu{
	position: absolute;
	right: 8px;
	opacity: 0.75;
	color: var(--text-color);
	width: 27px;
	height: 27px;
	background-color: var(--input-addon-background);
	line-height: 18px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	flex-shrink: 0;
}

.option-group .doubletextboxoption .menu:hover {
	opacity: 1;
}

.option-group .doubletextboxoption .menu > span {
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: var(--text-color);
	border-radius: 3px;
	top: 12px;
	left: 12px;
}

.option-group .doubletextboxoption .menu > span:before,
.option-group .doubletextboxoption .menu > span:after {
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: inherit;
	border-radius: 3px;
	top: -5px;
	left: 0;
}

.option-group .doubletextboxoption .menu > span:after {
	top: 5px;
}

.option-group .doubletextboxoption label{
	position: relative;
	display: flex;
	align-items: center;
}

.option-group .doubletextboxoption .option-content.disabled {
	opacity: 1;
	pointer-events: all;
}

.option-group .doubletextboxoption .option-content.disabled input {
	opacity: 0.6;
	pointer-events: none;
}

/* Filterable Option */

.option-group .filtergroup {
	display: flex;
}

.option-group .filtergroup > * {
	width: auto;
}

.responsive-appearance > .content {
	padding-bottom: 0 !important;
}
.border-options > .content {
	padding-bottom: 5px !important;
}

.desktop-responsive-appearance,
.mobile-responsive-appearance {
	padding: 0;
}

.filtergroup > .option-content {
	min-width: 90px;
	display: flex;
	align-items: center;
}

.filtergroup.border-controls > .option-content > .control {
	min-width: 80px;
	width: 80px;
	height: 80px;
}

.filtergroup.border-radius-controls > .option-content > .control {
	display: flex;
	align-self: flex-start;
	min-width: 80px;
	width: 80px;
	padding-top: 4px;
}

.filtergroup > .option-content .button {
  	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.filtergroup > .option-content .button.icon {
	padding: 0;
	width: 24px;
	height: 24px;
	line-height: 22px;
}

.filtergroup > .option-content .button.pill {
	text-transform: none;
	font-size: 11px;
	padding: 6px 11px 5px;
	border-radius: 2em;
	color: var(--pill-color);
	font-weight: bold;
	background: var(--pill-background);
	box-shadow: 0 0 0 1px var(--pill-background);
}

.filtergroup.border-controls .option-group,
.filtergroup.border-radius-controls .option-group {
	border-bottom: none;
	box-shadow: none;
	padding-right: 0;
	padding-bottom: 6px;
}

.filtergroup.border-controls .content,
.filtergroup.border-radius-controls .content {
	padding: 0;
}

.filtergroup .option-content i.icon-border {
	position: relative;
	display: block;
	width: 14px;
	height: 14px;
	border: 2px solid var(--border-option-icon-base);
}

.filtergroup .option-content i.icon-border-style {
	position: relative;
	display: block;
	width: 14px;
	height: 0;
	border: 0 solid transparent;
	border-top-width: 1px;
	border-top-color: white;
}

.filtergroup .option-content i.icon-border-style.border-dashed {
	border-style: dashed;
}

.filtergroup .option-content i.icon-border-style.border-dotted {
	border-style: dotted;
	border-top-width: 2px;
}

.filtergroup .option-content i.icon-border.border-all {
	border-color: white;
}

.filtergroup .option-content i.icon-border.border-all.custom {
	clip-path: polygon(0% 0%, 38% 0, 39% 39%, 62% 39%, 62% 0, 100% 0%, 100% 38%, 62% 39%,
		62% 57%, 100% 57%, 100% 100%, 62% 100%, 62% 60%, 38% 58%, 38% 100%, 0% 100%, 0 59%, 40% 59%, 40% 39%, 0 39%);
}

.filtergroup .option-content i.icon-border.border-top {
	border-top-color: white;
}

.filtergroup .option-content i.icon-border.border-right {
	border-right-color: white;
}

.filtergroup .option-content i.icon-border.border-bottom {
	border-bottom-color: white;
}

.filtergroup .option-content i.icon-border.border-left {
	border-left-color: white;
}

.filtergroup .option-content i.icon-border.border-all.rounded {
	border-radius: 3px;
}

.filtergroup .option-content i.icon-border.border-radius {
	border-radius: 3px;
	border-color: var(--border-option-icon-radius-base);
}

.filtergroup .option-content .has-changes i.icon-border.border-radius {
	border-color: var(--border-option-icon-radius-changes-base);
}

.filtergroup .option-content i.icon-border.border-radius:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border: 0 solid transparent;
}

.filtergroup .option-content i.icon-border.border-radius.border-top-left:before {
	top: -2px;
	left: -2px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-color: var(--border-option-icon-radius-accent);
	border-left-color: var(--border-option-icon-radius-accent);
	border-top-left-radius: 3px;
}

.filtergroup .option-content i.icon-border.border-radius.border-top-right:before {
	top: -2px;
	right: -2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-color: var(--border-option-icon-radius-accent);
	border-right-color: var(--border-option-icon-radius-accent);
	border-top-right-radius: 3px;
}

.filtergroup .option-content i.icon-border.border-radius.border-bottom-right:before {
	bottom: -2px;
	right: -2px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-bottom-color: var(--border-option-icon-radius-accent);
	border-right-color: var(--border-option-icon-radius-accent);
	border-bottom-right-radius: 3px;
}

.filtergroup .option-content i.icon-border.border-radius.border-bottom-left:before {
	bottom: -2px;
	left: -2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-color: var(--border-option-icon-radius-accent);
	border-left-color: var(--border-option-icon-radius-accent);
	border-bottom-left-radius: 3px;
}

.filtergroup > .children > .option-group {
	box-shadow:none;
}

.border-controls-icon input,
.border-radius-controls-icon input {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

.responsive-appearance-controls-button input {
	/* We want these to be accessible with keyboard so we hide them without hiding them ;) */
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}

.responsive-appearance-controls-button input:focus + .button.pill {
	box-shadow: 0px 0px 1px 2px var(--panel-background), 0px 0px 1px 3px #0a6fb7;
}

.border-controls-icon .button,
.border-radius-controls-icon .button {
	background: var(--filter-button);
}

.border-controls-icon.has-changes .button,
.border-radius-controls-icon.has-changes .button {
	background: var(--border-option-changes-background);
}

.border-controls-icon input:checked + .button,
.border-radius-controls-icon input:checked + .button {
	background: var(--button-dark-active);
}

.border-controls-icon.has-changes input:checked + .button,
.border-radius-controls-icon.has-changes input:checked + .button {
	background: var(--border-option-changes-active-background);
}

.filtergroup .option-content .has-changes i.icon-border {
	border-color: var(--border-option-icon-changes-base);
}

.filtergroup .option-content .has-changes i.icon-border-style {
	border-color: var(--border-option-active-color);
}

.filtergroup .option-content .has-changes i.icon-border.border-all {
	border-color: var(--border-option-active-color);
}

.filtergroup .option-content .has-changes i.icon-border.border-top {
	border-top-color: var(--border-option-active-color);
}

.filtergroup .option-content .has-changes i.icon-border.border-right {
	border-right-color: var(--border-option-active-color);
}

.filtergroup .option-content .has-changes i.icon-border.border-bottom {
	border-bottom-color: var(--border-option-active-color);
}

.filtergroup .option-content .has-changes i.icon-border.border-left {
	border-left-color: var(--border-option-active-color);
}

.filtergroup > .children {
	flex: 1;
}

.border-radius-controls-icon {
	position: relative;
	padding-right: 5px;
}

.border-controls-icon {
	position: absolute;
}

.border-controls-icon.top {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.border-controls-icon.left {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.border-controls-icon.center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.border-controls-icon.right {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.border-controls-icon.bottom {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.responsive-appearance-controls {
	flex-direction: column;
}

.responsive-appearance-controls > .option-content {
	position: sticky;
	top: 0;
	padding: 15px;
	background: var(--panel-background);
	border-top: 1px solid var(--option-border-color);
	box-shadow: 0 1px 0 var(--option-border-color);
	justify-content: space-between;
	z-index: 2;
}

.theme-overrides-controls > .option-content {
	border-top: none;
}

.theme-overrides-controls > .children > .option-group {
	padding: 0;
}

.option .buttongroup.copy-paste,
.option-group .buttongroup.copy-paste {
	display: flex;
	margin-right: -3px;
}

.option .buttongroup.copy-paste .button,
.option-group .buttongroup.copy-paste .button {
	min-width: 18px;
	min-height: 20px;
	padding: 0;
}

.option-group .buttongroup.copy-paste .button {
	background: transparent;
	box-shadow: none;
}

.option-group .buttongroup.copy-paste .button i {
	display: inline-block;
	position: relative;
}

.option-group .buttongroup.copy-paste .copy-icon {
	border: 1px solid;
	width: 8px;
	height: 9px;
}

.option-group .buttongroup.copy-paste .copy-icon:before {
	content: '';
	border: 1px solid;
	border-width: 1px 0 0 1px;
	width: 5px;
	height: 8px;
	top: -3px;
	position: absolute;
	left: -3px;
}

.option-group .buttongroup.copy-paste .paste-icon {
	border: 1px solid;
    width: 9px;
    height: 9px;
}

.option-group .buttongroup.copy-paste .paste-icon:before {
	content: '';
	background: currentColor;
	width: 6px;
	height: 4px;
	top: -3px;
	position: absolute;
	left: 1px;
	clip-path: polygon(0% 0%, 110% 0%, 88% 110%, 12% 110%);
}

.option-group .buttongroup.copy-paste .reset-icon {
    width: 11px;
    height: 11px;
}

.option-group .buttongroup.copy-paste .reset-icon:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
    box-shadow: 0 0 0 1px inset;
    border-radius: 50%;
	clip-path: polygon(25% 0, 110% 0, 110% 110%, 0 110%, 0 75%, 50% 50%);
}

.option-group .buttongroup.copy-paste .reset-icon:after {
	content: '';
	background: currentColor;
	width: 4px;
	height: 6px;
	top: -2px;
	position: absolute;
	left: 3px;
	clip-path: polygon(0% 50%, 100% 0, 100% 100%, 0 50%);
}

.option-group .buttongroup.copy-paste .button{
	opacity:0.8;
}

.option-group .buttongroup.copy-paste .button:hover{
	opacity:1;
}

.option-group .buttongroup.copy-paste .button.disabled {
	opacity: 0.25;
	pointer-events: none;
}

.option .buttongroup.copy-paste .button i {
	font-size: 12px;
}

.option .buttongroup.copy-paste .button:first-child {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.option .buttongroup.copy-paste .button:last-child {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.responsive-appearance-controls > .option-content .control {
	display: flex;
}

.responsive-appearance-controls .responsive-appearance-controls-button:first-child {
	margin-right: 8px;
}

.responsive-appearance-controls-button input:checked + .button.pill {
	color: white;
	background: var(--active);
	box-shadow: 0 0 0 1px var(--active);
}

/* Button Option */

.option-group .row-right:before,
.option-group .row-right:after {
	content: "";
	display: table;
}

.option-group .row-right:after {
	clear: both;
}

.option-group .row-right button{
	position: relative;
}

/* Button Group Option */

.option-group .buttongroup .control label {
	position: relative;
}

.option-group .buttongroup input[type=radio],
.option-group .buttongroup input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.option .buttongroup .button,
.option-group .buttongroup .button {
	border-radius: 0;
	padding: 0 6px;
	color: var(--text-color);
	background: var(--button-option);
	border: none;
	min-width: 25px;
	min-height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 0 1px var(--button-option-border);
	text-transform: none;
}

.option .buttongroup .button.disabled,
.option-group .buttongroup .button.disabled {
	opacity: 0.4;
}

.option-group .buttongroup .button:active {
	bottom: 0;
	background: var(--input-background);
}

.option-group .buttongroup .button i {
	display: block;
	font-size: 11px;
	font-style: normal;
}

.option-group .buttongroup .button i.large {
	font-size: 13px;
}

.option-group .buttongroup .button i.font-normal {
	font-weight: normal;
}

.buttongroup .border-rounded-pill {
    border: 1px solid var(--text-color);
    padding: 3px 5px;
    border-radius: 4px;
    margin-top: 1px;
}

.buttongroup .border-regular {
	border: 1px solid;
	width: 8px;
	height: 8px;
	display: block;
}

.buttongroup .border-rounded{
	border: 1px solid;
	width: 8px;
	height: 8px;
	display: block;
	border-top-right-radius: 7px
}

.option-group .buttongroup:not(.multiline) label:not(:last-child) .button {
  border-right-width: 0;
}

.option-group .buttongroup input:focus + .button {
	box-shadow: 0 0 0 1px var(--focus-outline);
	z-index: 1;
}

.option-group .buttongroup input:checked + .button {
	background: var(--input-background);
}

.option-group .buttongroup .control label:first-child .button {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.option-group .buttongroup .control label:last-child .button {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.option-group .buttongroup .control.multiline .button {
	border-radius: 2px;
}

/* Gradient Option */

.option-group .gradient-slider-container {
	position: relative;
	margin: 10px 0 25px;
}

.option-group .gradient-slider {
	height: 15px;
	border-radius: 2px;
	background: white;
	cursor: copy;
}

.option-group .color-stop {
	position: absolute;
	/* top: -1px;
	width: 12px;
	height: 17px;
	border: 3px solid white;
	border-radius: 2px;
	box-shadow: 0 0 1px black;

	top: 16px;
	width: 10px;
	height: 14px;
	border: 1px solid #495054;
	border-radius: 50%;
	border-radius: 2px;
	box-shadow: 0 0 1px #2d2a2a;

	top: 17px;
	width: 12px;
	height: 12px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0 0 1px #2d2a2a; */

	top: 18px;
	width: 10px;
	height: 10px;
	border: 2px solid var(--text-color);
	border-radius: 50%;
	box-shadow: 0 0 1px #2d2a2a;
}

.option-group .color-stop:hover, .option-group .color-stop.focused {
	width: 12px;
	height: 12px;
	outline: none;
}

.option-group .color-stop:before {
	/* content: "";
	width: 0;
	height: 0;
	display: block;
	border: 4px solid transparent;
	border-bottom-color: white;
	transform: translateY(-8px); */

	content: "";
	width: 0;
	height: 0;
	left: 50%;
	position: absolute;
	display: block;
	border: 4px solid transparent;
	border-bottom-color: var(--text-color);
	transform: translate(-50%, -100%);
}

/* The panes */

.panel-group .panel > .content {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.panel > .content {
	padding: 0 0 10px;
}

.panel .content:focus {
	outline: none;
}

.panel.tree-holder .content {
	padding: 10px;
}

.panel.tree-holder .content .subtree{
	position: relative;
	padding-left: 10px;
	display:none;
}

.panel.tree-holder .content .subtree.hidden {
	color: #adafb0;
}

.panel.tree-holder .content .subtree:empty{
	/* jQuery attempts to animate it even if it is empty,
		which causes the element to jump with 1-2 pixels */
	display:none !important;
}

.overview-panel.tree-holder .content .subtree {
	padding-left: 6px;
}

.panel.tree-holder .content span{
	display: block;
	white-space: nowrap;
	padding: 2px 5px;
	border-radius: 2px;
	transition: background-color .2s ease;
}

.panel.tree-holder .content span.hidden {
	color: #adafb0;
}

.panel.tree-holder .content span.focused:not(.selected),
.panel.tree-holder .content span:hover {
	background-color: var(--list-item-highlight);
}

.panel.tree-holder .content span.dragged {
	opacity: 0.5;
}

.panel.tree-holder .content span.disabled u,
.panel.tree-holder .content span.cut b,
.panel.tree-holder .content span.disabled:not(.editing) b {
	opacity: 0.5;
}

.panel.tree-holder .content span b{
	color: inherit;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	line-height: 14px;
	vertical-align: middle;
	margin: 0px 2px;
	padding: 3px 4px;
	border-radius: 2px;
}

.panel.tree-holder .content span b.drop-target {
	box-shadow: 0 0 0 1px #4097D6;
}

.panel.tree-holder .content span b.forbidden {
	box-shadow: 0 0 0 1px #e21111 !important;
}

.design-panel.tree-holder .content .asset-item.smart-editable.editing b {
	text-overflow: initial;
	padding: 0;
}

.design-panel.tree-holder .smart-editable.editing [contenteditable]{
	display: inline-block;
	max-width: 88%;
	overflow: hidden;
	vertical-align: middle;
	position: relative;
	border: 3px solid transparent;
	background: var(--smarteditable-active);
	border-radius: 3px;
	border-width: 3px 4px;
	cursor: text;
}

.design-panel.tree-holder .content .asset-item.smart-editable .name-container {
	display: inline;
}

.design-panel.tree-holder .content .asset-item.smart-editable em {
	font-style: normal;
}

.design-panel.tree-holder .content .asset-item.smart-editable.editing em {
	display: inline-block;
	vertical-align: middle;
}

.panel.tree-holder .content span.selected:not(.editing):not(.current) b {
	background-color: var(--active);
	color: #fff;
}

.panel.tree-holder .content span b.highlighted{
	box-shadow:0 0 0 1px #4097D6;
}

.panel.tree-holder .content span i{
	display: inline-block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left-color: inherit;
	border-width: 3px 0 3px 4px;
	margin-right: 4px;
	margin-left: 2px;
	transform-origin: 3px 50%;
	margin-bottom: 1px;
	z-index: 1;
	position: relative;
}

.panel.tree-holder .content span > b:first-child{
	/* Compensate for missing arrow */
	margin-left: 12px;
}

.panel.tree-holder .content span i.down{
	transform:rotate(90deg);
	margin-right: 4px;
}

.panel.tree-holder .content span u{
	font-size: 13px;
	color: #91999E;
	vertical-align: middle;
}

.panel.tree-holder .content span u.link{
	font-size: 15px;
	margin: 0 0 0px -1px;
	color: #A5ACB1;
}

.panel.tree-holder .content span u.star{
	color: var(--pink);
	margin: 0 2px 0 0;
}

.panel.tree-holder .content span u.visibility,
.panel.tree-holder .content span u.icon-disabled{
	color: var(--text-color);
	margin: 0 2px 0 0;
}

.panel.tree-holder .content span u.custom-options {
	color: var(--badge-custom-options);
	font-size: 15px;
}

.panel.tree-holder .content line{
	position: absolute;
	height: 1px;
	width: 100%;
	left: 0;
	background-color: #4097D6;
	pointer-events: none;
}

/* Overview Pane */

.panel-container .panel-group:last-child {
	flex-grow: 1;
}

.overview-panel.tree-holder .content span .icon.comment {
    color: #f0da60;
    background: currentColor;
    margin: 0 3px 0 1px;
    width: 10px;
    height: 9px;
    display: inline-block;
    border-radius: 4px;
    position: relative;
}

.overview-panel.tree-holder .content span .icon.comment:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: currentColor;
    bottom: -5px;
    right: -2px;
    transform: rotate(-30deg);
}

.overview-panel.tree-holder .content span .material-icons.link{
	color: var(--lighter-blue);
	margin: 0 2px 0 0;
}

.overview-panel span > b:after{
	content: attr(data-label);
	font-weight: normal;
	opacity: 0.6;
	text-indent: 6px;
	display: inline-block;
	max-width: 200px;
}

.overview-panel span > b.focused:after{
	opacity: 0.9;
}

/* Breadcrumbs Option */

.options-panel .addon {
	position: relative;
}

.options-panel .breadcrumbs-option{
	padding: 10px;
	white-space: nowrap;
	z-index: 1;
	overflow: hidden;
}

.options-panel .breadcrumbs-option:before,
.options-panel .breadcrumbs-option:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 10px;
	height: 32px;
	background: linear-gradient(to right, var(--panel-background), transparent);
	z-index: 1;
}

.options-panel .breadcrumbs-option:after {
	left:auto;
	right:0;
	background: linear-gradient(to left, var(--panel-background), transparent);
}

.options-panel .breadcrumbs-option a{
	position: relative;
	display: inline-block;
	margin-right: 2px;
	font-size: 10px;
	padding: 3px 6px;
	font-weight: bold;
	max-width: 140px;
	background-color: var(--input-background);
	vertical-align: middle;
	/* overflow: hidden; */
	text-overflow: ellipsis;
	border-radius: 2px;
}

.options-panel .breadcrumbs-option a.active{
	color: white;
	background-color: var(--active);
}

/* Component List Option */

.options-panel .item-list-option .message {
	margin: 10px 0;
	padding: 0;
	text-align: left;
}

.options-panel .item-list-option ul {
	list-style: none;
}

.options-panel .item-list-option ul:not(:empty) {
	margin-bottom: 5px;
}

.options-panel .item-list-option ul li{
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
	border-radius: 3px;
}

.options-panel .item-list-option ul li:focus {
	outline: none;
	border: 1px solid var(--focus-outline);
}

.options-panel .item-list-option ul.drag-enabled{
	cursor:ns-resize;
}

.options-panel .item-list-option ul li.dragged{
	pointer-events:none;
	z-index: 2;
}

.options-panel .item-list-option ul li.highlighted > .item-header .edit {
	background-color: #2a98e6;
}

.options-panel .item-list-option ul li.animated{
	transition:100ms all;
}

.options-panel .item-list-option .handle{
	cursor: ns-resize;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 12px;
	margin-left: -1px;
	position: relative !important;
	margin-right: 2px;
	z-index: 1;
}

.options-panel .item-list-option .handle:before,
.options-panel .item-list-option .handle:after{
	content: '';
	position: absolute;
	height: 2px;
	width:6px;
	left:0;
	top:1px;
	border-top:1px solid #232323;
	border-bottom:1px solid #232323;
}

.options-panel .item-list-option .handle:after{
	top:7px;
}

.options-panel .item-list-option .form-holder{
	padding: 10px;
	display: none;
}

.options-panel .item-list-option .form-holder > a{
	opacity:0.9;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	margin-left: 10px;
}

.options-panel .item-list-option .form-holder > a:hover{
	opacity:1;
}

.options-panel .item-list-option .form-holder ~ .add-button{
	display: none;
}

.options-panel .item-list-option .form-holder:empty ~ .add-button{
	display: inline-block;
}

.options-panel .item-list-option .button{
	padding: 6px 10px;
	font-size: 11px;
	text-transform: none;
}

.options-panel .item-list-option .add-button {
	margin-right: 3px;
}

/* Nested Component List Option */

.item-list-option .item-list-option {
	margin-top: 5px;
	padding: 10px;
	border: 1px solid var(--nested-list-border);
	background: var(--nested-list-background);
	border-radius: 2px;
}

/* Component Drop List Option */

.options-panel .component-drop-list-option{
	background-color:#fff;
	padding:10px;
}

.options-panel .component-drop-list-option li.line{
	height:1px;
	background-color: #009EFF;
	margin-top:-1px;
	opacity: 0;
	pointer-events:none;
	transition:0.1s opacity;
}

.options-panel .component-drop-list-option li.line.visible{
	opacity:1;
}

.options-panel .component-drop-list-option li.dragged{
	display:none;
}

.options-panel .component-drop-list-option li span{
	display: inline-block;
	white-space: nowrap;
	text-overflow:ellipsis;
	cursor:move;
}

.options-panel .component-drop-list-option.hovering li span{
	cursor:default;
}

.options-panel .component-drop-list-option .delete{
	float:right;
	color:red;
}

.options-panel .component-drop-list-option .edit{
	float:right;
	color:green;
}

/* Icon Option */

.options-panel .option-group.icon-options {
	/* Preventing a conflict with Simple Line Icons */
    font-family: inherit;
}

.options-panel .option-group.icon-options:before {
    display: none;
}

/* Icon Preview Option */

.options-panel .icon-preview-option{
    background-color: var(--panel-group-background);
    padding: 10px;
    text-align: center;
}

.options-panel .icon-preview-option .icon i,
.options-panel .icon-preview-option .icon img {
	font-style: normal;
	font-size: 60px;
	margin-bottom: 10px;
	height: 60px;
	display: block;
	text-align: center;
	margin: 10px auto;
}

[data-theme=dark] .options-panel .icon-preview-option .icon img {
	filter: invert(100%);
}

.options-panel .icon-preview-option .icon .title{
	display: block;
	font-size: 12px;
	color: #7D848A;
	margin-bottom: 5px;
}

/* The suggestion tooltip */

.suggestion-tooltip{
	position: absolute;
	background-color: var(--suggestion-tooltip);
	box-shadow:0 1px 1px rgba(0,0,0,0.3);
	z-index: 100;
	min-width:80px;
	font-size:12px;
	line-height: 1;
	max-height: 240px;
	overflow-y: auto;
}

.suggestion-tooltip div{
	padding:6px 10px;
}

.suggestion-tooltip div span{
	font-weight:bold;
}

.suggestion-tooltip div.selected{
	color: #fff;
	background-color: var(--active);
}

.suggestion-tooltip div:not(.selected):hover{
	background-color:rgba(255,255,255,0.1);
}

.suggestion-tooltip.wide .result {
	padding-right: 24px;
}

.suggestion-tooltip .result .color-preset {
	position: absolute;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
    background-size: 6px;
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    margin-top: -12px;
    right: 6px;
    border: 1px solid rgba(0, 0, 0, 0.9);
}

.suggestion-tooltip .result .color-preset:before {
	content:'';
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:inherit;
}

/* Design panel */

.panel.tree-holder.design-panel .content .asset-item {
	display: flex;
	align-items: center;
}

.design-panel .content .asset-item.smart-editable {
	line-height: 1;
}

.design-panel .content .asset-item.locked{
	pointer-events:none;
}

.design-panel .content .asset-item b{
	font-weight: normal;
	color: #e2e2e2;
	margin-left: 0 !important;
}

.design-panel .content .asset-item:not(.editing) b.active,
.design-panel .content .asset-item:not(.editing) b.selected{
	background-color: var(--active);
	color: #fff;
}

.design-panel .content .asset-folder:not(.editing) b.selected{
	background-color: var(--active);
	color: #fff;
}

.panel.design-panel .content span u {
	flex-shrink: 0;
}

.design-panel .content .asset-item u.icon{
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 12px;
	border: 1px solid currentcolor;
	border-top-right-radius: 5px;
	margin-right: 5px;
	position: relative;
	top: -1px;
	overflow: hidden;
	text-decoration: none;
	color: var(--lighter-blue);
}

.design-panel .content .asset-item.active u.icon {
	background-color: var(--lighter-blue);
	color: var(--lighter-blue);
}

.design-panel .content .images-group u.icon:before{
	/* Sun */
	content: '';
	width: 3px;
	height: 3px;
	position: absolute;
	background-color: currentcolor;
	top: 3px;
	left: 2px;
	border-radius: 50%;
}

.design-panel .content .images-group u.icon:after{
	/* Mountain */
	content: '';
	width: 10px;
	height: 10px;
	background-color: currentcolor;
	position: absolute;
	top: 8px;
	transform: rotate(45deg);
	left: 0px;
	border-radius: 2px;
}

.design-panel .content .fonts-group u.icon:after{
	content: 'a';
	font-size:10px;
	text-align: center;
	display: block;
	width:100%;
	left:0;
	height:100%;
	line-height:10px;
}

.design-panel .content .fonts-group u.icon.local:after,
.design-panel .content .styles-group u.icon:after,
.design-panel .content .javascript-group u.icon:after{
	content: '';
	display: block;
	left: 2px;
	height: 1px;
	border-top: 1px solid var(--lighter-blue);
	border-bottom: 1px solid var(--lighter-blue);
	top: 4px;
	position: absolute;
	width: 4px;
}

.panel.design-panel .content span u.badge:last-child {
	margin-right: 8px;
}

.design-panel .content .asset-item input{
	margin-left: 9px;
	height: 17px;
	font-size: 13px;
	text-indent: 9px;
}

.design-panel .content .subtree .asset-folder{
	padding-left: 3px;
}

.design-panel .content .subtree .asset-folder b{
	max-width: 95%;
}

.design-panel .subtree{
	padding-left:10px;
}

.design-panel .content .list > .subtree{
	padding-left:0;
}

.design-panel .list > .subtree > .subtree{
	display:block;
}

/* Custom Device Sizes Panel */

.device-sizes-pane .labels label {
	display:inline-block !important;
	margin-bottom:5px !important;
}

.device-sizes-pane .labels .name {
	width:390px;
}

.device-sizes-pane .labels .width,
.device-sizes-pane .labels .height {
	width:115px;
}

.device-sizes-pane .multi {
	display: inline-block;
	vertical-align: middle;
	color: #999;
	padding: 0 5px;
}

.device-sizes-pane .device label {
	display: inline-block !important;
}

.device-sizes-pane .device input {
	max-width: 370px;
}

.device-sizes-pane .device .dimensions.offset-left {
	margin-left: 20px;
}

.device-sizes-pane .device .dimensions input {
	max-width: 90px;
	text-align: left;
}

.device-sizes-pane .device .delete {
	color: #fff;
	width: 20px;
	height: 20px;
	text-align: center;
	background-color: #E23C81;
	border-radius: 50%;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	line-height: 22px;
	vertical-align: middle;
	margin-top: 2px;
	margin-left: 6px;
	opacity:0.9;
}

.device-sizes-pane .device .delete:hover {
	opacity:1;
}

/* The Customizable Tooltip */

.tooltip{
	position: fixed;
	z-index: 12; /* So it can be shown above the detached options panel */
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	border-radius: 6px;
}

.tooltip.bottom{
	transform:none;
	top: auto !important;
	bottom: 2px;
}

.tooltip.top {
	transform: none;
	bottom: auto !important;
	top: 10px !important;
	margin-top: 0 !important;
}

.tooltip.right {
	transform: none;
	left: auto !important;
	right: 0 !important;
	margin-right: 0 !important;
}

.tooltip.image-preview[data-position=left]:after{
	border-left-color: #1d1d1d;
}

.tooltip.image-preview{
	width: 240px;
	height: 190px;
	background-color: #222729;
}

.tooltip.image-preview .preview{
	background-size: contain;
	background-repeat:no-repeat;
	background-position: center;
	background-color: #1d1d1d;
	margin: 4px;
	height: 160px;
	position: relative;
	z-index: 1;
}

.tooltip.image-preview .dimensions{
	text-align: center;
	color:#999;
	font-size:12px;
	padding-top:2px;
}

.tooltip.font-preview{
	width: 260px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	font-size: 17px;
	background-color: #1d1d1d;
	color: #fff;
}

.tooltip.font-preview > div {
	width:100%;
}

.tooltip.font-preview p{
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	width: 90%;
	overflow: hidden;
	margin: 0 auto;
}

.tooltip.font-preview .loading .spinner{
	display: block;
	left: 0;
	top: 18px;
	transform: scale(0.5);
}

.tooltip.font-preview .loading .spinner > div{
	background-color: #a2a9ab;
}

.tooltip.font-preview .loading p{
	opacity:0;
	position:absolute;
	pointer-events: none;
}

.tooltip.component-tooltip{
	max-width: 370px;
	width:auto;
	font-size:13px;
	line-height: 1.5;
	color:#ccc;
	padding:15px 20px;
	background-color:#1d1d1d;
}

.tooltip.component-tooltip[data-position=right]:after{
	border-right-color: #1d1d1d;
}

.tooltip.component-tooltip .preview{
	background-size: contain;
	background-repeat:no-repeat;
	background-position: center;
	background-color: #fff;
	width:330px;
	border:8px solid #fff;
	height: 196px;
	margin-bottom:12px;
	position: relative;
	z-index: 1;
	text-align: center;
	line-height: 176px;
	color: #888;
}

.tooltip.component-tooltip .preview.dark{
	background-color: transparent;
	border: none;
}

.tooltip.component-tooltip .preview.tall{
	height: 290px;
}

.tooltip.component-tooltip .preview span.edit{
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	line-height: 1;
	padding: 10px 12px;
	border-radius: 4px;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	opacity: 0;
	transition:opacity 0.25s;
}

.tooltip.component-tooltip .preview:hover span.edit{
	opacity: 1;
}

.tooltip.component-tooltip .package-mode{
	margin: 0 -5px;
	color: #ccc;
	max-width: 330px;
}

.tooltip.component-tooltip .package-mode .header{
	overflow: hidden;
}

.tooltip.component-tooltip .package-mode .vote{
	margin-right: 13px;
	padding: 9px 6px;
	border-radius: 3px;
	float: left;
	position: relative;
	background-color: #343535;
}

.tooltip.component-tooltip .package-mode .vote.readonly .arrow{
	opacity:0.4;
	pointer-events: none;
}

.tooltip.component-tooltip .package-mode .vote .count{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	min-width: 18px;
	text-align: center;
}

.tooltip.component-tooltip .package-mode .vote .arrow{
	position: absolute;
	top: 0;
	left: 0;
	height: 12px;
	width: 100%;
	border-radius: 3px 3px 0 0;
}

.tooltip.component-tooltip .package-mode .vote .arrow:before {
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-width: 4px 4px;
    border-bottom-color: #CFDBE6;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: 0px;
}

.tooltip.component-tooltip .package-mode .vote .arrow.down{
	bottom: 0;
	top: auto;
	border-radius: 0 0 3px 3px;
}

.tooltip.component-tooltip .package-mode .vote .arrow.down:before {
    border-top-color: #CFDBE6;
    border-bottom-color: transparent;
    top: auto;
    bottom:0;
}

.tooltip.component-tooltip .package-mode .vote.voted_up .arrow.up,
.tooltip.component-tooltip .package-mode .vote .arrow:hover{
    background: linear-gradient(to bottom, rgba(255,255,255,0.15), rgba(255,255,255,0));
}

.tooltip.component-tooltip .package-mode .vote.voted_down .arrow.down,
.tooltip.component-tooltip .package-mode .vote .arrow.down:hover{
    background: linear-gradient(to top, rgba(255,255,255,0.15), rgba(255,255,255,0));
}

.tooltip.component-tooltip .package-mode .vote.voted_up .arrow.up:before {
	border-bottom-color: #4CB5FF;
}

.tooltip.component-tooltip .package-mode .vote.voted_down .arrow.down:before {
	border-top-color: #FF2121;
}

.tooltip.component-tooltip .package-mode .title h2{
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	white-space: nowrap;
	font-weight: normal;
	margin-top: 1px;
}

.tooltip.component-tooltip .package-mode .preview ~ .title h2{
	font-weight: bold;
	margin-top: 2px;
}

.tooltip.component-tooltip .package-mode .description{
	display: none;
	text-overflow: ellipsis;
	overflow-x: hidden;
	font-size: 12px;
	margin-top: 6px;
	max-height: 90px;
	overflow-y: auto;
	padding-right:5px;
	color: #888888;
	user-select: text;
}

.tooltip.component-tooltip .package-mode .header + .description{
	margin-top: 10px;
	color: #ccc;
}

.tooltip.component-tooltip .package-mode .description a:hover{
	text-decoration: underline;
	cursor: pointer;
}

.tooltip.component-tooltip .package-mode .compatibility-message{
	display: none;
	border: 1px solid #383838;
	background-color: rgba(183, 183, 183, 0.06);
	padding: 10px;
	margin-top: 12px;
	margin-bottom: 2px;
	font-size: 11px;
	border-radius: 20px;
	text-align: center;
}

.tooltip.component-tooltip .package-mode .compatibility-message i{
	vertical-align: middle;
	margin-right: 8px;
	font-size: 16px;
	color: #F7B63F;
	margin-top: -2px;
}

.tooltip.component-tooltip .package-mode .secondary{
	overflow: hidden;
}

.tooltip.component-tooltip .package-mode .status{
	font-size: 10px;
	text-transform: uppercase;
	color: #888888;
	margin-top: 8px;
	line-height: 1;
	float: left;
}

.tooltip.component-tooltip .package-mode .comments{
	font-size: 10px;
	color: #888888;
	line-height: 1;
	text-transform: uppercase;
	float: right;
	height: 23px;
	padding: 7px 5px 4px 7px;
	border-radius: 3px;
	margin-top: 16px;
	margin-right: -5px;
}

.tooltip.component-tooltip .package-mode.shared .comments{
	margin-top:0;
}

.tooltip.component-tooltip .package-mode .comments:hover{
	background-color:rgba(255,255,255,0.04);
}

.tooltip.component-tooltip .package-mode .comments .count{
	color: #fff;
	font-weight: bold;
	border-radius: 8px;
	min-width: 18px;
	text-align: center;
	height: 16px;
	padding: 4px 4px;
	display: inline-block;
	top: -5px;
	margin-left: 8px;
	position: relative;
	float: right;
	background-color: #0A6FB7;
}

.tooltip.component-tooltip .package-mode .comments .count:after{
	content: '';
	position: absolute;
	bottom: -7px;
	border: 4px solid transparent;
	border-width: 5px 4px;
	border-top-color: #0A6FB7;
	left: 0px;
	transform: rotate(30deg);
}

.tooltip.component-tooltip .package-mode .status:empty{
	display: none;
}

.tooltip.component-tooltip .package-mode .author{
	margin-top: 2px;
	color: #888;
}

.tooltip.component-tooltip .package-mode .author .photo{
	width: 16px;
	height: 16px;
	background-size: cover;
	display: inline-block;
	background-repeat: no-repeat;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 3px;
}

.tooltip.component-tooltip .package-mode .author .name{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 16px;
	margin-left: -3px;
	margin-right: -3px;
}

.tooltip.component-tooltip .package-mode .author .name:hover{
	background-color: rgba(255,255,255,0.06);
}

.tooltip.component-tooltip .package-mode .author .date {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	white-space: nowrap;
	line-height: 16px;
}

.tooltip.component-tooltip .package-mode .title {
	display: flex;
}

.tooltip.component-tooltip .package-mode .title .bs-version{
	padding: 3px 4px 2px;
	margin-left: 8px;
	font-size: 10px;
	background-color: #36576F;
	line-height: 1;
	border-radius: 4px;
	font-weight: bold;
	color: #FFFFFF;
	flex-shrink: 0;
	margin-right: 20px;
}

.tooltip.component-tooltip .btn{
	display: none;
	float: left;
	text-transform: uppercase;
	font-size: 11px;
	padding: 7px 12px 6px;
	border-radius: 2em;
	color: #fff;
	margin-top: 12px;
	font-weight: bold;
	opacity: 0.95;
	background-color: #4C595F;
}

.tooltip.component-tooltip .btn:hover{
	opacity: 1;
}

.tooltip.component-tooltip .btn.install{
	background-color: #0A6FB7;
}

.tooltip.component-tooltip .btn.uninstall{
	background-color: #A22D2D;
}

.tooltip.component-tooltip .btn.inactive{
	pointer-events: none;
}

.tooltip.dimensions-tooltip {
	position: absolute;
	width: max-content;
	max-width: 100%;
	z-index: 12; /* So it displays over the padding box, highlights, comments etc... */
	padding: 5px 10px;
	font-size: 12px;
	white-space: nowrap;
}

.tooltip.dimensions-tooltip .dimensions {
	color: #ccc;
	font-size: 11px;
	border-left: 1px solid #707070;
	padding-left: 6px;
}

.tooltip.dimensions-tooltip .name {
	margin-right: 6px;
	font-weight: bold;
}

.tooltip.dimensions-tooltip .content {
	display: flex;
}

.tooltip.dimensions-tooltip .label {
	padding-right: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 250px;
}

.tooltip .cover{
	position: absolute;
}

.tooltip .cover.top{
	top: 0;
}

.tooltip .cover.bottom{
	bottom: 0;
}

.tooltip .cover.left{
	left: 0;
}

.tooltip .cover.right{
	right: 0;
}

.tooltip .preview:hover .btn-preview.visible {
	display: block;
	background: rgba(0,0,0,.5);
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	position: absolute;
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
}

.tooltip .preview .btn-preview {
	display: none;
	transition: background .3s ease;
}

.tooltip .preview .btn-preview span {
	background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 1;
    padding: 10px 12px;
    border-radius: 4px;
    font-size: 13px;
}

.tooltip .preview .btn-preview i {
	font-size: 14px;
	margin-left: 2px;
	vertical-align: middle;
	margin-top: -1px;
}

.tooltip > .arrow {
	position: absolute;
	width: 16px;
	height: 16px;
	color: #1d1d1d;
}

.tooltip[data-position=left] > .arrow {
	right: 0;
}

.tooltip[data-position=right] > .arrow {
	left: 0;
}

.tooltip[data-position=left] > .arrow,
.tooltip[data-position=right] > .arrow {
	top: 50%;
	transform: translateY(-50%);
}

.tooltip[data-position=top] > .arrow {
	bottom: 0;
}

.tooltip[data-position=bottom] > .arrow {
	top: 0;
}

.tooltip[data-position=top] > .arrow,
.tooltip[data-position=bottom] > .arrow {
	left: 50%;
	transform: translateX(-50%);
}

.tooltip > .arrow:before {
	content: "";
	position: absolute;
	border-color: transparent;
	border-style: solid;
}

.tooltip[data-position=left] > .arrow:before {
	right: -7px;
	top: 0;
	border-width: 8px 0 8px 8px;
	border-left-color: initial;
	transform-origin: center top;
}

.tooltip[data-position=right] > .arrow:before {
	left: -7px;
	top: 0;
	border-width: 8px 8px 8px 0;
	border-right-color: initial;
	transform-origin: center top;
}

.tooltip[data-position=top] > .arrow:before {
	bottom: -7px;
	left: 0;
	border-width: 8px 8px 0;
	border-top-color: initial;
	transform-origin: center top;
}

.tooltip[data-position=bottom] > .arrow:before {
	top: -6px;
	left: 2px;
	border-width: 0 6px 6px;
	border-bottom-color: initial;
	transform-origin: center top;
}

/* Option Panel tooltip */

.option-tooltip {
	max-width: 320px;
	color: white;
	background: #1d1d1d;
	padding: 15px 18px;
	font-size: 13px;
	line-height: 1.4;
	z-index: 13;
}

.option-tooltip .description {
	line-height: 1.5;
}

.option-tooltip .link {
	color: var(--lighter-blue);
}

.option-tooltip .button {
	font-weight: bold;
	font-size: 11px;
	text-transform: none;
	padding: 8px 13px;
	margin-top: 8px;
	background-color: #0469da;
	opacity: 0.95;
	color: white;
	border-radius: 16px;
}

.option-tooltip a:hover {
	cursor: pointer;
}

.option-tooltip code {
	font-family: monospace;
	font-size: 11px;
	padding: 2px 4px;
	border-radius: 3px;
	white-space: break-spaces;
	background: rgba(237, 241, 246, 0.1);
}

.option-tooltip .pink {
	color: #ff8ce0;
}

.option-tooltip .green {
	color: #7dff76;
}

.option-tooltip .blue {
	color: var(--token-repeater);
	color: #72d6ff;
}

/* Color Picker */

#color-picker{
	background-color: var(--color-picker-background);
	box-shadow: var(--color-picker-shadow);
	position: fixed;
	top: 400px;
	width: 330px;
	height: 378px;
	border-radius: 6px;
	left: 300px;
	z-index: 15;
	padding: 10px 18px;
	display: none;
}

#color-picker:focus {
	outline: none;
}

#color-picker .tabs {
	padding: 0;
	border-bottom: none;
	margin-top: 0;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	box-shadow: none;
	pointer-events: none;
}

#color-picker .tabs .tab {
	padding: 7px 10px;
    border-radius: 20px;
    pointer-events: all;
}

#color-picker .tabs .tab.active {
	box-shadow: 0 0 0 1px rgb(0 0 0 / 10%), 0px 0px 7px 0px rgb(0 0 0 / 8%);
}

#color-picker .swatch{
	overflow:auto;
	margin-right: -12px;
}

#color-picker .swatch p{
	color: var(--text-color);
	font-size: 12px;
	margin: 6px 0;
}

#color-picker .swatch p:not(:first-child) {
	margin-top: 12px;
}

#color-picker .swatch .color{
	display: inline-block;
	margin: 0 1px 1px 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==) 6px;
	border: 1px solid #333;
	vertical-align: middle;
	transition:border-color 0.2s;
	border-radius: 2px;
	overflow: hidden;
}

#color-picker .swatch .color.selected,
#color-picker .swatch .color:hover{
	border-color:#fff;
}

#color-picker .swatch .color i{
	display: block;
	width: 34px;
	height: 29px;
}

#color-picker .content .tab-target{
	height: 225px;
}

#color-picker .gradient{
	height: 180px;
	position: relative;
	margin-bottom: 10px;
	margin-left: -18px;
	margin-right: -18px;
}

#color-picker .gradient .selection{
	position: absolute;
	width:8px;
	height:8px;
	margin:-4px 0 0 -4px;
	border:1px solid #fff;
	outline: 1px solid #333;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
	z-index: 2;
}

#color-picker .gradient .bg1,
#color-picker .gradient .bg2{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	pointer-events:none;
}

#color-picker .gradient .bg1{
	background: linear-gradient(to right, #fff 0%,rgba(255,255,255,0) 100%);
	z-index:0;
}

#color-picker .gradient .bg2{
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,#000 100%);
	z-index:1;
}

#color-picker .preview{
	display: inline-block;
	vertical-align: middle;
	width: 85px;
}

#color-picker .preview .shadow {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	display: inline-block;
	margin-right: -10px;
	vertical-align: middle;
}

#color-picker .preview .color-preview {
	width:100%;
	height:100%;
	display: block;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
	background-size: 9px;
	clip-path: circle(50.0% at 50% 50%);
}

#color-picker .preview .color-preview span{
	width:100%;
	height:100%;
	display:block;
}

#color-picker .preview .picker{
	vertical-align: middle;
	margin-right: 6px;
	color:var(--text-color);
	opacity: 0.8;
}

#color-picker .preview .picker:hover{
	opacity:1;
}

#color-picker .preview .picker:active{
	color: var(--active);
}

#color-picker .sliders{
	display: inline-block;
    width: 200px;
	text-align: right;
	vertical-align: middle;
}

#color-picker .sliders input{
	width: 100%;
	-webkit-appearance: none;
	margin-bottom:4px;
}

#color-picker .sliders input::-webkit-slider-thumb{
	-webkit-appearance: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	margin-top: -6px;
	background: #fff;
	vertical-align: middle;
	border: 5px solid #36B8F9;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	transition:0.2s;
}

#color-picker .sliders input::-webkit-slider-thumb:active{
	-webkit-appearance: none;
	border-width: 3px;
}

#color-picker .sliders input::-webkit-slider-runnable-track{
	height: 6px;
}

#color-picker .sliders .hue{

}

#color-picker .sliders .hue::-webkit-slider-runnable-track{
	background: linear-gradient(to right, #F00 0%,#FF0 17%,#0F0 33%,#0FF 50%,#00F 66%,#F0F 83%,#F00 100%);
	height: 6px;
}

#color-picker .sliders .alpha::-webkit-slider-runnable-track{
	background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1)), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==) 6px;
}

#color-picker .color-value{
	margin-top: 12px;
}

#color-picker .color-value .format{
	height: 28px;
	width: 80px;
	border-right-width: 12px;
	padding-left: 8px;
	border-radius: 3px;
	margin-right: 2px;
	-webkit-appearance: none;
}

#color-picker .color-value .value{
	height: 28px;
	width: 175px;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 4px;
}

#color-picker .color-value .favorite{
	color: #758288;
	font-size: 22px;
	vertical-align: middle;
	margin-left: 5px;
	opacity: 0.9;
}

#color-picker .color-value .favorite.active{
	color: #F90E81;
}

#color-picker .color-value .favorite.disabled {
	opacity: 0.6;
}

#color-picker .color-value .favorite:not(.disabled):hover{
	opacity: 1;
}

#color-picker .color-value .value-group{
	position: relative;
	display:inline-block;
}

#color-picker .color-value .value-group .alpha-warning{
	position: absolute;
    right: 7px;
    top: 7px;
	display: none;
	color: #ffe419;
}

#color-picker .color-value .value-group .material-icons{
	font-size: 14px;
}

#color-picker .buttons{
	margin-top: 16px;
	pointer-events: none;
}

#color-picker .buttons a{
	font-size: 12px;
	padding: 10px 16px;
	margin-right: 2px;
	border-radius: 30px;
	pointer-events: all;
	font-weight: bold;
	opacity: 0.95;
	text-transform: none;
}

#color-picker .buttons a:hover{
	opacity: 1;
}

#color-picker .buttons .select-button {
	color: var(--color-picker-primary-button-color);
	background: var(--color-picker-primary-button-background);
	box-shadow: var(--color-picker-primary-button-shadow);
}

#color-picker .buttons .cancel-button {
	color: var(--color-picker-secondary-button-color);
	background: var(--color-picker-secondary-button-background);
	box-shadow: var(--color-picker-secondary-button-shadow);
}

/* Bars */

#toolbars{
	flex-shrink: 0;
	position: relative;
	z-index: 2;
}

.bar{
}

/* Bar buttons */

.bar .button{
	font-size: 11px;
	height: 22px;
	vertical-align: middle;
	line-height: 15px;
	margin-top: 5px;
	margin-left: 3px;
	padding: 3px 10px;
}

.bar .button i{
	font-size:14px;
}

#inline-editing-bar .button i,
#column-control-bar .button i {
	position: relative;
	font-size: 14px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	color: #fff;
}

#inline-editing-bar .button.foreColor,
#inline-editing-bar .button.backColor {
	position: relative;
}

#inline-editing-bar .button.foreColor span,
#inline-editing-bar .button.backColor span {
	display: block;
	position: absolute;
	bottom: 2px;
	width: 14px;
	height: 3px;
	z-index: 2;
}

#inline-editing-bar .button .custom-icon {
	font-style: normal;
	vertical-align: middle;
	font-size: 1em;
	line-height: 1;
	padding: 0 1px;
}

#inline-editing-bar .button .icon-sub:before,
#inline-editing-bar .button .icon-sup:before {
	content: "X";
}

#inline-editing-bar .button .icon-sub:after,
#inline-editing-bar .button .icon-sup:after {
	content: "2";
	font-size: 0.7em;
	position: relative;
}

#inline-editing-bar .button .icon-sub:after {
	bottom: -2px;
}

#inline-editing-bar .button .icon-sup:after {
	top: -5px;
}

#inline-editing-bar .button .icon-omega:after {
	content: "Ω";
	font-size: 14px;
}

.bar .button.active{
	background: linear-gradient(#ABB2B3, #70797D);
}

.bar .spacer{
	display: inline-block;
	width: 10px;
}

.bar .label{
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	padding-right: 5px;
	margin-top: 6px;
	vertical-align: middle;
	font-weight: bold;
	color: var(--text-color);
}

.bar .button {
	text-transform: none;
}

/* Component Toolbars */

#component-tool-bar{
	position: absolute;
	width: 100%;
	display: block;
	z-index: 9;
	text-align: center;
	margin-top: 8px;
	pointer-events: none;
}

.component-bar-content {
display: inline-block;
    text-align: center;
    height: 34px;
    padding: 0 10px;
    background: var(--component-bar-background);
    box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
    white-space: nowrap;
    border-radius: 3px;
    pointer-events: all;
}

.component-bar-content .close {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: relative;
    display: inline-block;
    top: 2px;
    color: var(--close-button-active-color);
    background: var(--close-button-active-bg-color);
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    font-family: monospace;
    margin-left: 3px;
}

.component-bar-content .close:hover {
	background-color: var(--close-button-hover-bg-color);
	color: var(--close-button-hover-color);
}

#tool-bar .component-bar {
	flex: 1;
	height: 100%;
	min-width: 100px;
	overflow: hidden;
	text-align: center;
	color: white;
}

#tool-bar .component-bar-content {
	background: transparent;
	border: none;
	box-shadow: none;
}

#toolbars .button.darkgray {
	background: var(--button-dark);
	border-radius: 2px;
	margin-top:6px;
}

#toolbars .button.darkgray.active {
	background: var(--button-dark-active);
	box-shadow: 0 0 0 1px var(--button-dark-active);
}

#component-tool-bar:empty{
	display: none;
}

#component-tool-bar span.icon{
	padding: 4px;
	margin-left:0;
}

#inline-editing-bar .button,
#column-control-bar .widen,
#column-control-bar .narrow {
	padding: 3px 5px;
}

#inline-editing-bar .button{
	margin-left:0;
}

#inline-editing-bar .button.save {
	margin-left: 15px;
}

#inline-editing-bar .button.save,
#inline-editing-bar .button.discard{
	padding:3px 10px;
}

#column-control-bar .widen i:first-child,
#column-control-bar .narrow i:first-child{
	margin-right: -4px;
}

#column-control-bar span i{
	font-weight: bold;
}

#dropdown-control-bar .expand-contract{
	width: 56px;
}

/* Tabs */

.tab-squeeze{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.tab-scroll {
	position: relative;
	overflow: hidden;
	height: 25px;
}

.tab-holder{
	overflow: visible;
	transition:transform 0.2s;
	white-space: nowrap;
}

.tab-squeeze .tab-holder{
	display: flex;
}

.tab-scroll .tab-holder{
	position: absolute;
}

.tab-holder .tab{
	position: relative;
	transition: transform 0.2s, z-index 0.4s;
	white-space: nowrap;
	max-width: 240px;
	z-index:1;
}

.tab-holder .tab.no-animation{
	transition: none;
}

.tab-holder .tab .title{
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
}

.tab-holder .tab .close {
	color: var(--text-color);
}

.tab-holder .tab .close:after {
	content: "×";
}

.tab-holder .tab.active .close{
	color: var(--close-button-active-color);
	background-color: var(--close-button-active-bg-color);
}

.tab-holder .tab .close:hover{
	color: var(--close-button-hover-color);
	background-color: var(--close-button-hover-bg-color);
}

.tab-holder .tab.dragged{
	z-index: 100;
	transition:none;
	pointer-events:none;
}

.panel-group.detached {
	min-height: 200px;
	min-width: 200px;
	max-height: calc(100vh - 60px);
	box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
}

.panel-group.detached .tab-holder {
	overflow: hidden;
}

.panel-group.detached .tabs .close {
	border-radius: 50%;
	width: 16px;
	height: 16px;
	text-align: center;
	color: var(--close-button-active-color);
	background-color: var(--close-button-active-bg-color);
	line-height: 14px;
}

.panel-group.detached .tabs .close:hover {
	background-color: var(--close-button-hover-bg-color);
}

.panel-group.detached .tabs .close i {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}

/* The tab bar */

#tab-bar{
	background-color: #353C3F;
	background-color: var(--default-background);
	position: relative;
}

#tab-bar .tab-scroll{
	height: 28px;
}

#tab-bar .tab-holder .tab{
	padding: 8px 26px 8px 12px;
	background-color: var(--default-background);
	font-size: 12px;
	line-height: 1.1;
	display: inline-block;
}

#tab-bar .tab-holder .tab.active{
	background-color: var(--toolbar-background);
	border-radius: 2px 2px 0;
}

#tab-bar .tab.unsaved .title:after{
	content:' *';
}

#tab-bar .tab .close{
	border-radius: 50%;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 8px;
	right: 7px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 14px;
}

/* The tool bar */

#tool-bar{
	display: flex;
	align-items: center;
	background: var(--toolbar-background);
	height: 34px;
	padding: 0 10px;
	box-shadow: var(--toolbar-shadow);
}

#tool-bar .info-container{
	line-height: 34px;
	font-size: 10px;
	padding-left: 6px;
	white-space: nowrap;
	height: 100%;
}

#tool-bar .device-selection {
	display: inline-block;
	height: 100%;
}

#tool-bar .device-selection:after {
	content: '';
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: var(--text-color);
	border-width: 4px 3px;
	top: 8px;
	position: relative;
	margin-left: 4px;
}

#tool-bar .themes {
	display: flex;
	align-items: center;
	padding: 10px 0 10px 15px;
	height: 34px;
	font-size: 13px;
}

#tool-bar .theme-selection {
	position: relative;
	line-height: 1.1;
	margin-left: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#tool-bar .page-selection{
	padding: 10px 15px;
	min-width: 60px;
	max-width: 560px;
	height: 34px;
	font-size: 13px;
	margin-right: 5px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#tool-bar .page-selection:after{
	content: '';
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: var(--text-color);
	border-width: 4px 3px;
	right: 3px;
	top: 15px;
	position: absolute;
}

#tool-bar .page-selection .page-list{
	position: absolute;
	background-color:#fff;
}

#tool-bar .devices{
	display: flex;
}

#tool-bar span i{
	color:#9BA7AD;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	border-radius: 4px;
	position: relative;
}

#tool-bar .devices span{
	color: #fff;
	font-size: 12px;
	padding: 8px 5px 1px 5px;
	height: 34px;
	position: relative;
}

#tool-bar .devices span:hover{
	background-color: var(--list-item-highlight);
}

#tool-bar .devices span:active{
	background-color: rgba(255, 255, 255, 0.04);
	bottom:-1px;
}

#tool-bar .devices span.active{
	background-color: var(--toolbar-highlight) !important;
	bottom:0 !important;
}

#tool-bar .devices span i{
	color: var(--text-color);
	vertical-align: middle;
	margin-top: -3px;
	z-index: 0;
}

#tool-bar .devices span i:before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #2266ff;
    position: absolute;
    margin-left: 3px;
    margin-top: 6px;
    z-index: -1;
    opacity: 0;
}

#tool-bar .devices span.flash {
	z-index: 1;
}

#tool-bar .devices span.flash i:before {
	animation:icon-flash 500ms;
}

@keyframes icon-flash {
	0% {opacity:0;transform: scale(1)}
	50% {opacity:0.7;}
	100% {opacity:0;transform: scale(9);}
}

#tool-bar > span.active i{
	color: var(--text-color);
}

#tool-bar > span.open i,
#tool-bar > span.selected i,
#tool-bar > span.active:hover i,
#tool-bar > span.active i:hover{
	background-color: var(--toolbar-highlight);
}

#tool-bar > span.active:active i{
	bottom:-1px;
}

#tool-bar .rotate-canvas i {
	font-size: 16px;
}

#tool-bar .canvas-settings,
#tool-bar .theme-settings {
	position: relative;
}

#tool-bar .canvas-settings:after,
#tool-bar .theme-settings:after {
	content: '';
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: var(--text-color);
	border-width: 4px 3px;
	right: 5px;
	top: 11px;
	position: absolute;
}

#tool-bar .canvas-settings:active:after {
	top: 12px;
}

#tool-bar .canvas-settings i,
#tool-bar .theme-settings i {
	width: 34px;
	text-align: left;
	padding-left: 3px;
}

/* Command Palette */

#command-palette-container {
	display: flex;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 140px 0;
	z-index: 13;
	pointer-events: none;
}

#command-palette-container .background {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	backdrop-filter: blur(6px);
	pointer-events: all;
}

#command-palette {
	display: none;
	position: relative;
	flex-direction: column;
	color: #47525f;
	width: 700px;
	z-index: 10;
}

#command-palette.dark {
	color: var(--text-color);
}

#command-palette input {
	padding: 20px 30px;
	border: 0;
	color: inherit;
	width: 100%;
	border-radius: 3px;
	background: transparent;
	font-size: 16px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	z-index: 1;
	pointer-events: all;
}

#command-palette input.hint {
	position: absolute;
	color: rgba(0, 0, 0, 0.2);
	background: #fff;
	box-shadow: none;
}

#command-palette.dark input.hint {
	color: rgba(255, 255, 255, 0.25);
	background: #292e31;
}

#command-palette input[type="search"]::-webkit-search-cancel-button{
	/* Making the image dark */
	filter: invert(20%);
	margin-right: 20px;
}

#command-palette input[type="search"]::placeholder{
	color:#ccc;
}

#command-palette .menu-wrapper {
	display: flex;
	overflow: hidden;
	max-height: calc(100% - 45px);
	pointer-events: all;
}

#command-palette .menu {
	flex: 1;
	background: #fff;
	border-radius: 4px;
	overflow: auto;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

#command-palette.dark .menu {
	background: #24292b;
}

#command-palette.dark .menu:focus {
	outline: none;
}

#command-palette .menu .option {
	padding: 20px 30px;
	position: relative;
}

#command-palette .menu .option:not(:last-child) {
	border-bottom: 1px solid rgba(183, 183, 183, 0.25);
}

#command-palette.dark .menu .option:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

#command-palette .menu .option.disabled {
	opacity: 0.6;
	pointer-events: none;
}

#command-palette .menu .option .line {
	display: flex;
	justify-content: space-between;
}

#command-palette .menu .option .line .title {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

#command-palette .menu .option u.icon {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 12px;
	margin-right: 5px;
	position: relative;
	top: -2px;
	overflow: hidden;
	text-decoration: none;
}

#command-palette .menu .option u.icon.page,
#command-palette .menu .option u.icon.file {
	border: 1px solid currentcolor;
	border-top-right-radius: 5px;
}

#command-palette .menu .option u.icon.file:after {
	content: '';
	display: block;
	left: 2px;
	height: 1px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	top: 4px;
	position: absolute;
	width: 4px;
}

#command-palette .menu .option u.icon.command:before,
#command-palette .menu .option u.icon.command:after {
	content: "";
	position: absolute;
	display: block;
	height: 2px;
	top: 3px;
	width: 7px;
	height: 12x;
	background: var(--lighter-blue);
}

#command-palette .menu .option u.icon.command:before {
	transform: rotate(45deg);
}

#command-palette .menu .option u.icon.command:after {
	transform: rotate(-45deg);
	top: 7px;
}

#command-palette .menu .option u.icon.design:before,
#command-palette .menu .option u.icon.design:after {
	content: "";
	width: 5px;
	height: 5px;
	border: 1px solid currentColor;
	display: block;
	box-shadow: 0 0 0px 1px var(--panel-group-background);
	position: absolute;
	background: var(--panel-group-background);
	z-index: 1;
	top: 5px;
}

#command-palette .menu .option u.icon.design:after {
	top: 3px;
	left: 2px;
	z-index: 0;
}

#command-palette .menu .option .name {
	line-height: 19px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#command-palette .menu .option .name .token-id {
	color: var(--token-id);
}

#command-palette .menu .option .name .token-class {
	color: var(--token-class);
}

#command-palette .menu .option .name .token-repeater {
	color: var(--token-repeater);
}

#command-palette .menu .option .name .token-params {
}

#command-palette .menu .option .highlight,
#command-palette .menu .option .name .token-keyword {
	color: var(--lighter-blue);
	font-weight: bold;
}

#command-palette .menu .option .accelerator,
#command-palette .menu .option .help-text {
	padding: 3px 6px;
	border-radius: 3px;
	color: white;
	font-size: 13px;
}

#command-palette .menu .option .accelerator {
	background: #0A6FB7;
}


#command-palette .menu .option .help-text {
	background: #298b42;
}

#command-palette .menu .option .error,
#command-palette .menu .option .secondary {
	display: block;
	font-size: 13px;
	padding-top: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.1;
}

#command-palette .menu .option .error {
	color: #ff6969;
}

#command-palette .menu .option .secondary {
	color: #777;
}

#command-palette .menu:not(.hover-enabled) .option.active,
#command-palette .menu.hover-enabled .option:not(.disabled):hover {
	background-color: #F3F4F5;
}

#command-palette.dark .menu:not(.hover-enabled) .option.active,
#command-palette.dark .menu.hover-enabled .option:not(.disabled):hover {
	background-color: rgba(255,255,255,0.03);
}

/* Dialogs */

#dialogs{
	color: #47525f;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 13;
	pointer-events:none;
}

#dialogs .dialog{
	display: none;
	position: relative;
	z-index: 10;
	background-color: #fff;
	pointer-events:all;
	padding: 40px;
	border-radius: 8px;
	transition: opacity 0.12s ease-in, transform 0.12s ease-in-out;
}

#dialogs .dialog:focus {
	outline: none;
}

#dialogs .dialog.no-animation{
	transition:none;
}

#dialogs .dialog.transparent-small{
	transform:scale(0.6);
	opacity:0;
}

#dialogs .dialog.no-background{
	border: 1px solid #ddd;
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
}

#dialogs .dialog-background{
	display: none;
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.4);
	backdrop-filter: blur(6px);
	pointer-events:all;
}

.loader.circle {
	display: none;
	position: relative;
	height: 60px;
	width: 60px;
	border: 8px solid rgba(88, 161, 236, 0.3);
	border-left-color: #58a1ec;
	border-radius: 50%;
	animation: rotate 1s infinite linear;
	margin: 0 auto;
}

#dialogs .option-inline {
	display: inline-block;
	margin-right: 20px;
}

#dialogs .has-addon .control {
	position: relative;
	display: flex;
	align-items: center;
	box-shadow: 1px 1px 1px #EEE;
	width: 200px;
}

#dialogs .has-addon .control input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right-color: transparent;
	width: 170px;
}

#dialogs .control .addon {
	width: 30px;
	align-self: stretch;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	position: relative;
}

#dialogs .control .addon.color-preview {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==) 4px 0px;
	background-size: 8px;
}

#dialogs .control .addon i {
	border-radius: 0 3px 3px 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}

#dialogs .control .addon.button-addon i {
	font-size: 22px;
	text-align: center;
	line-height: 38px;
}

#dialogs h5{
	font-size:16px;
	margin-bottom: 30px;
}

#dialogs .content{
	margin-bottom: 20px;
}

#dialogs .buttons {
}

#dialogs .buttons .checkbox{
	float: right;
	margin-bottom: 0;
	margin-top: 8px;
	margin-right: 2px;
}

#dialogs .button{
	text-transform: none;
	font-size: 12px;
	padding: 12px 20px 11px;
	border-radius: 2em;
	color: #6d7071;
	font-weight: bold;
	border: 1px solid #cccccc;
	opacity: 0.95;
	background-color: #fff;
	box-shadow: 0 1px 2px #eee;
}

#dialogs .button:hover{
	background-color: #fafafa;
	opacity: 1;
}

#dialogs .button:active{
	box-shadow: none;
	position: relative;
	bottom:-1px;
}

#dialogs .button.disable{
    pointer-events: none;
    -webkit-filter: grayscale(0.8) brightness(1.2);
}

#dialogs .button.primary{
	color: #fff;
	border-color: #509cec;
	background-color: #509cec;
}

#dialogs .button.danger{
	color: #fff;
	border-color: #E62F50;
	background-color: #F14464;
}

#dialogs .button.primary:hover{
	opacity:1;
}

#dialogs .aside-buttons {
	float: right;
}

#dialogs .aside-buttons .button:not(:last-child) {
	margin-right: 5px;
}

#dialogs .button.aside{
	float:right;
	margin-right: 0;
	margin-left: 5px;
}

#dialogs input[type=text],
#dialogs input[type=url],
#dialogs input[type=email],
#dialogs input[type=number],
#dialogs input[type=search],
#dialogs input[type=password],
#dialogs textarea{
	padding: 10px 12px;
	border: 1px solid #dadada;
	box-shadow: 1px 1px 1px #EEE;
	color: inherit;
	width: 400px;
	border-radius: 3px;
	background: #fff;
	height: 38px;
	font-size:13px;
}

#dialogs textarea {
	max-width: 400px;
	height: 100px;
	resize: vertical;
	min-height: 100px;
	max-height: 400px;
}

#dialogs .large-textarea{
	width: 560px;
	height: 300px;
	max-width: 100%;
}

#dialogs input[type=text]:focus,
#dialogs input[type=url]:focus,
#dialogs input[type=email]:focus,
#dialogs input[type=search]:focus,
#dialogs input[type=password]:focus,
#dialogs textarea:focus,
#dialogs select:focus {
	border-color:#bbb;
}

#dialogs input[type=text].invalid,
#dialogs input[type=url].invalid,
#dialogs input[type=email].invalid,
#dialogs input[type=number].invalid,
#dialogs input[type=search].invalid,
#dialogs input[type=password].invalid,
#dialogs textarea.invalid {
	border-color: #e66d6d;
}

#dialogs input[type="search"]::-webkit-search-cancel-button{
    /* Making the image dark */
    filter: invert(60%);
}

#dialogs select{
	min-width: 160px;
	height: 38px;
	text-indent: 0;
	padding-left: 12px;
	padding-right: 25px;
	background-color: #fff;
	border: 1px solid #dadada;
	box-shadow: 1px 1px 1px #EEE;
	color: inherit;
	border-radius: 3px;
	vertical-align: middle;
	-webkit-appearance: none;
	background-image: var(--dropdown-arrow-light);
	background-repeat: no-repeat;
	background-position: calc(100% - 14px) 50%;
}

#dialogs input:disabled,
#dialogs textarea:disabled,
#dialogs select:disabled {
	opacity: .7;
}

#dialogs .input-group {
	display: inline-flex;
	height: 35px;
	width: 560px;
}

#dialogs .split-button {
	display: inline-flex;
	height: 35px;
}

#dialogs .split-field select,
#dialogs .split-field input,
#dialogs .split-field .pseudo-input {
	flex: 1;
}

#dialogs .split-field select,
#dialogs .split-field input,
#dialogs .split-field .pseudo-input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#dialogs .split-field select{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#dialogs label.split-field .input-button {
    font-size: 12px;
    height: 38px;
    color: #565656;
    line-height: 12px;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0 4px 4px 0;
    border-left-width: 0;
    border-color: #dadada;
}

#dialogs label.split-field .input-button:active {
	position:static;
	line-height:12px;
}

#dialogs label.pseudo-field .button{
	padding: 11px 16px 11px;
	vertical-align: top;
}

#dialogs .pseudo-input{
	display: inline-block;
	padding: 10px 12px;
	border-radius: 4px;
	border: 1px solid #dadada;
	font-size: 13px;
	box-shadow: 1px 1px 1px #EEE;
	position: relative;
	height: 38px;
    line-height: 16px;
}

#dialogs .pseudo-input i{
	position: absolute;
	right: 8px;
	top: 9px;
	color: #9a9a9a;
}

#dialogs label{
	display: block;
	margin-bottom: 16px;
}

#dialogs label > span,
#dialogs .title {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 1.1;
	color: #898f96;
	overflow: hidden;
    text-overflow: ellipsis;
}

#dialogs .control {
	display: inline-block;
	position: relative;
}

#dialogs .option-content .control .error-bubble {
	top: 20px;
	margin-bottom: 0;
}

#dialogs .option-content .control .error-bubble.error-bubble-right {
	top: 3px;
	left: calc(100% + 5px);
}

#dialogs .title .count {
	color: #ababab;
	letter-spacing: 1px;
}

#dialogs .tip {
	display: inline-block;
	vertical-align: text-bottom;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	border: 1px solid #9fadb7;
	border-radius: 50%;
	background: #fff;
	color: #9fadb7;
	font-weight: bold;
	line-height: 11px;
	text-align: center;
	font-size: 10px;
	font-style: normal;
}

#dialogs label.checkbox{
	display: inline-block;
}

#dialogs label.checkbox > span{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	margin-top:1px;
	margin-left: 5px;
}

#dialogs label.checkbox > input{
	vertical-align: middle;
}

#dialogs .checkboxoption label {
	display: flex;
	align-items: center;
}

#dialogs .checkboxoption label > span {
	margin-left: 10px;
	margin-bottom: 0;
	order: 2;
}

#dialogs .content p{
	font-size: 13px;
	word-wrap: break-word;
	line-height: 1.45;
}

#dialogs .content .pane-heading h4 {
	font-size: 22px;
	margin-bottom: 30px;
}

#dialogs .content .note {
	color: #6a7984;
	width: 640px;
	line-height: 1.6;
}

#dialogs .content .note.large {
	font-size: 14px;
	width: 600px;
}

#dialogs ::-webkit-scrollbar,
#canvas .comment ::-webkit-scrollbar {
	height: 6px;
	width: 6px;
	background: rgba(0,0,0,0.1);
}

#dialogs ::-webkit-scrollbar-thumb,
#canvas .comment ::-webkit-scrollbar-thumb {
	background: #bbb;
}

#dialogs ::-webkit-scrollbar-thumb:hover,
#canvas .comment ::-webkit-scrollbar-thumb:hover {
	background: #999;
}

#dialogs .accordion::-webkit-scrollbar,
#dialogs .accordion::-webkit-scrollbar-thumb {
	background-color: inherit;
}

/* New design dialog */

#dialogs #new-design-dialog {
	width: 1030px;
}

#new-design-dialog textarea {
	max-width: 400px;
}

#dialogs #new-design-dialog .content {
	display: flex;
}

#dialogs #new-design-dialog .content-left {
	flex: 2;
}

#dialogs #new-design-dialog .content-right {
	flex: 7;
	margin-left: 30px;
	position: relative;
	overflow: hidden;
}

#dialogs #new-design-dialog .design-name{
	width: 100%;
}

#dialogs #new-design-dialog .template-category{
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 25px;
	margin-left: -4px;
}

#dialogs #new-design-dialog .template-category:first-of-type{
	margin-top: 0;
}

#dialogs #new-design-dialog .template-category i{
	color: var(--lighter-blue);
    vertical-align: text-top;
	font-size: 1.2em;
	margin-right: 2px;
}

#dialogs #new-design-dialog .templates{
	position: relative;
	height: 490px;
	overflow: auto;
	transition: max-height .1s .3s;
}

#dialogs #new-design-dialog label > span,
#dialogs #new-design-dialog .title{
	margin-bottom:12px;
}

#dialogs .thumbnails li{
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 15px 0;
}

#dialogs .thumbnails li .card {
	position: relative;
	width: 220px;
	height: 190px;
	margin-bottom: 10px;
}

#dialogs .thumbnails li label > span,
#dialogs .thumbnails li .title {
	text-transform: none;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 0;
	line-height: 22px;
}

#dialogs .thumbnails li label {
	height: 0;
	margin: 0;
	overflow: hidden;
}

#dialogs .thumbnails li img {
	display: block;
}

#dialogs .thumbnails li.animate-show label {
	animation: animate-show .2s ease;
}

#dialogs .thumbnails li.animate-hide label {
	animation: animate-show .2s ease reverse;
}

#dialogs .thumbnails li.animate-show .img {
	animation: animate-scale .2s ease;
}

#dialogs .thumbnails li.animate-hide .img {
	animation: animate-scale .2s ease reverse;
}

@keyframes animate-scale {
	0% {
		top: 0;
		left: 0;
		right: 0;
		height: 160px;
	}

	100% {
		top: 8px;
		left: 8px;
		right: 8px;
		height: 146px;
	}
}


@keyframes animate-show {
	0% {
		bottom: -44px;
	}

	100% {
		bottom: 0;
	}
}

#dialogs .thumbnails li .pretty-checkbox {
	float: right;
}

#dialogs .thumbnails li.active .card {
	border-color: #68ACCE;
}

#dialogs .thumbnails li.active .img {
	top: 8px;
	left: 8px;
	right: 8px;
	height: 146px;
}


#dialogs .thumbnails li .img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 160px;
	background: radial-gradient(white, #f2f2f2);
	box-shadow: 5px 5px 10px #f3f3f3;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #e4e4e4;
}

#dialogs .thumbnails li .badge{
    color: #ecaa29;
    border: 1px solid;
    display: inline-block;
    width: 18px;
    font-size: 12px;
    height: 18px;
    font-weight: bold;
    border-radius: 50%;
    margin-left: 5px;
    line-height: 21px;
    text-align: center;
    position: relative;
    bottom: -2px;
}

#dialogs .thumbnails li .badge i{
	font-size: inherit;
}

#dialogs .thumbnails li .checkmark {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	color: #fff;
	background: linear-gradient(135deg, #51b1f5, #328fd0);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

#dialogs .thumbnails li.custom-template span.edit {
	z-index: 1;
}

#dialogs .thumbnails li.custom-template:hover span.edit {
	opacity: 1;
}

#dialogs .thumbnails li .checkmark:before,
#dialogs .thumbnails li .checkmark:after {
	content: "";
	position: absolute;
	width: 2px;
	background: currentColor;
	transform-origin: center bottom;
}

#dialogs .thumbnails li .checkmark:before {
	bottom: 9px;
	left: 11px;
	height: 6px;
	transform: rotate(-45deg);
}

#dialogs .thumbnails li .checkmark:after {
	bottom: 9px;
	left: 10px;
	height: 10px;
	transform: rotate(45deg);
}

#dialogs .thumbnails li.active .checkmark,
#dialogs .thumbnails li.active .overlay {
	display: block;
}

#dialogs .thumbnails li.active .addon {
	bottom: 0;
	box-shadow: 0 -1px 5px 0px rgba(0, 0, 0, 0.1);
}

#dialogs .thumbnails li .overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(140deg, rgba(255,255,255,0.6) 20px, transparent 120px);
}

#dialogs .thumbnails li .background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

#dialogs .thumbnails li .addon {
	position: absolute;
	bottom: -44px;
	left: 0;
	right: 0;
	height: 44px;
	padding: 11px 15px;
	background: rgb(255, 255, 255);

	transition: bottom .2s ease;

}

#dialogs .thumbnails li p{
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #51595d;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 15px;
}

#dialogs .checkbox-blue {
	position: relative;
	display: flex;
	align-items: center;
}

#dialogs .checkbox-blue input {
	display: none;
}

#dialogs .checkbox-blue span {
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	border-radius: 50%;
	background: #dedede;
}

#dialogs .checkbox-blue input:checked + span {
	background: #399ee5;
}

#dialogs .checkbox-blue input:checked + span:before,
#dialogs .checkbox-blue input:checked + span:after {
	content: "";
	position: absolute;
}

#dialogs .checkbox-blue input:checked + span:before {
	bottom: 8px;
	left: 5px;
	width: 10px;
	height: 3px;
	background: #ffffff;
}

#dialogs .checkbox-blue.selected input:checked + span:before,
#dialogs .checkbox-blue.selected input:checked + span:after {
	width: 3px;
	background: #ffffff;
	transform-origin: center bottom;
}

#dialogs .checkbox-blue.selected input:checked + span:before {
	bottom: 6px;
	left: 8px;
	height: 6px;
	transform: rotate(-45deg);
}

#dialogs .checkbox-blue.selected input:checked + span:after {
	bottom: 6px;
	left: 7px;
	height: 10px;
	transform: rotate(45deg);
}

#dialogs #new-design-dialog.loading .loader {
	display: block;
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
}

#dialogs #new-design-dialog.loading .content-right .templates.thumbnails ul {
	display: none;
}

#dialogs #new-design-dialog .additional-options {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	visibility: hidden;
	z-index: 2;
	transition: all .3s;
	transform: translateY(100%);
}

#dialogs #new-design-dialog .additional-options.active {
	transform: translateY(0);
	visibility: visible;
}

#dialogs #new-design-dialog #customize-design .pages {
	overflow: auto;
}

/* New template page dialog */

#dialogs #new-template-page-dialog {
	width: 800px;
}

#dialogs #new-template-page-dialog .pages {
	min-height: 400px;
	max-height: 450px;
	overflow: auto;
}

/* Cloud Open Dialog */

#dialogs .designs-listing-dialog {
	width: 800px;
	padding: 40px 45px;
}

#dialogs .designs-listing-dialog .content {
	height:400px;
}

#dialogs .designs-listing-dialog .thumbnails {
	display: none;
}

#dialogs .designs-listing-dialog.loaded .content {
	overflow: auto;
	margin-right: -10px;
}

#dialogs .designs-listing-dialog.loaded .thumbnails {
	display: block;
}

#dialogs .designs-listing-dialog .loader {
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	z-index: 1;
}

#dialogs .designs-listing-dialog .error {
	display: none;
}

#dialogs .designs-listing-dialog.error .error {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	font-size: 18px;
	z-index: 1;
	text-align: center;
	top: 140px;
}

#dialogs .designs-listing-dialog.error .error i{
	font-size: 140px;
	margin-bottom: 10px;
	color: #eee;
}

#dialogs .designs-listing-dialog.error .error p {
	font-size: 15px;
	margin: 0 auto 24px;
	padding: 0 20px;
	max-width: 520px;
}

#dialogs .designs-listing-dialog.error .error .button {
	font-size: 13px;
}

#dialogs .designs-listing-dialog.loading .loader {
	display: block;
}

#dialogs .dialog.loading .design-placeholders {
	display: flex;
}

#dialogs .dialog .design-placeholders {
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
}

#dialogs .dialog .design-placeholders > span{
	width: 220px;
	height: 150px;
	flex-shrink: 0;
	background-color: #f5f5f5;
	margin: 10px 0 40px 0;
	border-radius: 5px;
	position: relative;
}

#dialogs .dialog .design-placeholders > span:after {
	content: '';
	width: 100px;
	height: 15px;
	background: inherit;
	position: absolute;
	bottom: -26px;
	border-radius: 4px;
}

#dialogs #cloud-open-dialog .thumbnails li {
	margin-bottom:25px;
}

#dialogs #cloud-open-dialog .thumbnails li .card {
	margin-bottom:5px;
}

#dialogs #cloud-open-dialog .design-info {
	width: 220px;
	line-height: 19px;
	margin-top: -25px;
	font-size:13px;
}

#dialogs #cloud-open-dialog .design-info span {
	display: block;
}

#dialogs #cloud-open-dialog .design-info .design-name {
	font-weight: bold;
	margin-bottom: 5px;
}

#dialogs #cloud-open-dialog .design-info .additional-info {
	display: flex;
	align-items: center;
}

#dialogs #cloud-open-dialog .design-info .user-info {
	flex: 1;
	overflow: hidden;
}

#dialogs #cloud-open-dialog .design-info .avatar {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	background-size: cover;
	border-radius: 50%;
	margin-right: 10px;
}

#dialogs #cloud-open-dialog .design-info .user-info span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}

#dialogs #cloud-open-dialog .design-info .date {
	color: #989898;
	line-height: 1;
	font-size: 12px;
}

#dialogs #cloud-open-dialog .search-wrapper .search-bar {
	width: 100%;
	padding-left: 36px;
}


#dialogs #cloud-open-dialog .search-wrapper {
	position: relative;
	margin-bottom: 20px;
}

#dialogs #cloud-open-dialog .search-wrapper .search-icon{
	position: absolute;
	left: 12px;
	top: 10px;
}

/* Font Manager Dialog */

#dialogs #font-manager-dialog{
}

#dialogs #font-manager-dialog .secondary{
	font-size: 12px;
	padding-top: 20px;
	color: #888;
}

#dialogs #font-manager-dialog .secondary .filter span{
	margin-right:15px;
	display: inline-block;
}

#dialogs #font-manager-dialog .secondary .filter span:after{
	content: '▼';
	font-size: 9px;
	padding-left: 3px;
}

#dialogs #font-manager-dialog .secondary .number{
	float:right;
}

#dialogs #font-manager-dialog .google-font-list{
	max-height: 400px;
	height: 400px;
	overflow: auto;
	padding-right: 10px;
	margin-top: 12px;
}

#dialogs #font-manager-dialog .google-font-list .not-found{
	text-align: center;
	padding-top: 190px;
	font-size: 13px;
	color: #888;
}

#dialogs #font-manager-dialog .font{
	position: relative;
	padding: 14px 16px;
	border: 1px solid #ddd;
	margin-bottom: 8px;
	box-shadow: 0 1px 1px #eee;
}

#dialogs #font-manager-dialog .font .info{
	font-size: 12px;
	color: #999;
	margin-bottom: 8px;
}

#dialogs #font-manager-dialog .font .name{
	font-size: 12px;
	font-weight: bold;
	color:#666;
	margin-right: 5px;
}

#dialogs #font-manager-dialog .font .styles,
#dialogs #font-manager-dialog .font .sets{
	margin-right: 5px;
}

#dialogs #font-manager-dialog .font span.has-options:after{
	content: '▼';
	font-size: 9px;
	padding-left: 3px;
}

#dialogs #font-manager-dialog .font .preview{
	color: #555;
	height: 24px;
	line-height: 24px;
	margin-bottom: -3px;
	max-width: 480px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	border: 0;
	box-shadow: none;
	padding: 0;
	width: 100%;
}

#dialogs #font-manager-dialog .font .checkbox{
	position: absolute;
	top: 15px;
	right: 17px;
}

/* Dictionary Manager Dialog */

#dialogs #dictionary-manager-dialog .dictionary-list {
	max-height: 400px;
	height: 400px;
	overflow: auto;
	padding-right: 10px;
	margin-top: 12px;
}

#dialogs #dictionary-manager-dialog .dictionary-list .not-found {
	text-align: center;
	padding-top: 190px;
	font-size: 13px;
	color: #888;
}

#dialogs #dictionary-manager-dialog .dictionary {
	position: relative;
	padding: 14px 16px;
	border: 1px solid #ddd;
	margin-bottom: 8px;
	box-shadow: 0 1px 1px #eee;
}

#dialogs #dictionary-manager-dialog .dictionary .info {
	font-size: 12px;
	color: #999;
}

#dialogs #dictionary-manager-dialog .dictionary .name {
	font-size: 12px;
	font-weight: bold;
	color:#666;
}

#dialogs #dictionary-manager-dialog .dictionary .code {
	margin-right: 5px;
}

#dialogs #dictionary-manager-dialog .dictionary .checkbox {
	position: absolute;
	top: 8px;
	right: 17px;
}

/* Send Preview Email dialog */

#dialogs #send-preview-email-dialog p{
	margin-top: 12px;
}

#dialogs #send-preview-email-dialog .input-group {
	width: 400px;
}

#dialogs #send-preview-email-dialog div.input-group div span {
	font-size: 24px;
}

#dialogs #send-preview-email-dialog div.input-group .icon-wrapper {
	display: flex;
	align-items: center;
	padding-left: 8px;
	padding-right: 8px;
}

/* Label dialog */

#dialogs #prompt-dialog p{
	margin: 12px 0 0;
	line-height: 1.4;
	max-width: 400px;
}

/* Link dialog */

#dialogs #link-dialog label .choose-link-source{
	padding-left: 5px;
	padding-right: 5px;
}

#dialogs #link-dialog label .choose-link-source span{
	font-size:24px;
	line-height: 15px;
}

#dialogs #link-dialog .input-group{
	width: 400px;
}

#dialogs #link-dialog select {
	width: 100%;
}

/* Import dialogs */

#dialogs .link-import-dialog {
	width:520px;
}

#dialogs .link-import-dialog .content {
	max-width:440px;
	margin-bottom: 30px;
}

#dialogs .link-import-dialog input[type=url] {
	width:100%;
}

#dialogs .link-import-dialog .integrity input {
	width: 260px;
}

#dialogs .link-import-dialog .checkbox {
	margin-bottom:0;
}

#dialogs .link-import-dialog .columns {
	display: flex;
    justify-content: space-between;
    margin-bottom:16px;
}

#dialogs .link-import-dialog .columns label{
	margin-bottom:0;
}

/* The icons dialog */

#icons-dialog .content {
	height: 420px;
	display: flex;
	flex-direction: column;
}

#dialogs #icons-dialog .search {
	margin-bottom: 10px;
}

#dialogs #icons-dialog .group-holder {
	display: flex;
}

#dialogs #icons-dialog .group-pill {
	padding: 5px 10px;
	border: 1px solid;
	border-radius: 30px;
	display: flex;
	align-items: center;
	margin-right: 5px;
	font-size: 13px;
	color: #6d7071;
	border-color: #ccc;
}

#dialogs #icons-dialog .group-pill.active {
	color: var(--active);
	border-color: var(--active);
}

#dialogs #icons-dialog .group-pill .icon {
	width: 12px;
	height: 12px;
	font-size: 13px;
	margin-left: 4px;
}

#dialogs #icons-dialog .icon-holder{
	overflow: auto;
	height: 340px;
	width: 660px;
	margin-top: 10px;
	flex: 1;
}

#dialogs #icons-dialog .icon-holder div.icon{
	display: inline-block;
	margin: 0 0 10px 0px;
	vertical-align: top;
	padding: 15px 0px 10px;
	width: 105px;
	text-indent: 0;
	text-overflow: ellipsis;
	text-align: center;
	overflow: hidden;
	word-wrap: break-word;
}

#dialogs #icons-dialog .icon-holder div.icon:hover{
	background-color:#dff2ff;
}

#dialogs #icons-dialog .icon-holder div.icon.selected{
	background-color: #dff2ff;
}

#dialogs #icons-dialog .icon-holder div.icon i,
#dialogs #icons-dialog .icon-holder div.icon img {
	font-size: 25px;
	display: block;
	margin: 0 auto 10px;
	width: 30px;
	height: 30px;
	text-align: center;
}

#dialogs #icons-dialog .icon-holder div.icon span{
	font-size: 12px;
	width: 100px;
	display: block;
	text-align: center;
	opacity: 0.8;
}

#dialogs #icons-dialog select {
	min-width: 180px;
}

#dialogs #icons-dialog input[type=search] {
	width: 475px;
}

/* The images dialog */

#dialogs #images-dialog input[type=search]{
	width: auto;
	flex: 1;
}

#dialogs #images-dialog .controls {
	display: flex;
}

#dialogs #images-dialog .controls .search-target {
	margin-left: 5px;
}

#dialogs #images-dialog .message {
	margin: 20px 0 0;
	font-size: 14px;
}

#dialogs #images-dialog .message.has-message {
	color: #7a8288;
}

#dialogs #images-dialog a.breadcrumb {
	color: #509cec;
}

#dialogs #images-dialog .breadcrumb:not(:last-child):after {
	content: "/";
	padding: 0 5px;
	color: #b3b3b3;
}

.folder-container {
	height: 100%;
	margin: 10px;
}

.folder-icon {
	background: linear-gradient(to bottom, #67a6ea, #67a6ea 20px, #619fe2);
	width:  95px;
	height: 65px;
	position: absolute;
	bottom: 18px;
	border-radius: 5px;
	left: 50%;
	transform: translateX(-50%);
}

.folder-icon:before {
	content: "";
	position: absolute;
	width: 45px;
	background: #67a6ea;
	top: -10px;
	left: 0;
	height: 30px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#dialogs #images-dialog .container {
	position: relative;
	height: 440px;
	width: 860px;
	margin: 15px 0 25px;
}

#dialogs #images-dialog .image-holder{
	overflow: auto;
	height: 100%;
	/* Give space to the selected item box shadow */
	padding-left: 3px;
	margin-left: -3px;
	flex: 1;
}

#dialogs #images-dialog .image-holder:empty {
	display: none;
}

#dialogs #images-dialog .loading {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.5);
	display: none;
}

#dialogs #images-dialog .loading .spinner {
	position: relative;
}

#images-dialog .selection-message-text {
	color: #667179;
	font-size: 13px;
	margin-left: 10px;
}

#dialogs #images-dialog .image-holder .folder,
#dialogs #images-dialog .image-holder .image {
	margin: 0 10px 10px 0px;
}

#dialogs #images-dialog .image-holder .folder.selected .image-field-wrapper,
#dialogs #images-dialog .image-holder .image.selected .image-field-wrapper {
	border-color: #399ee5;
	box-shadow: 0px 0px 5px rgba(57, 158, 229, 0.4);
}

#dialogs #images-dialog .empty-message {
	display: none;
	text-align: center;
	padding-top: 270px;
	color: #a6abaf;
	font-size: 16px;
	max-width: 400px;
	line-height: 1.7;
	margin: 0 auto;
	position: relative;
}

#dialogs #images-dialog .empty-message svg {
	position: absolute;
	width: 2em;
	height: 2em;
	top: 80px;
	left: 50%;
	margin-left: -1em;
	text-align: center;
	color: #e7eaec;
	font-size: 80px;
	line-height: 2.1em;
	font-weight: bold;
	stroke-width: 0;
	fill: currentColor;
	box-sizing: content-box;
}

#dialogs #image-resize-dialog {
	width: 900px;
}

#dialogs #image-resize-dialog > .content {
	height: 550px;
	overflow: auto;
}

#dialogs #image-resize-dialog > .content.empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#dialogs #image-resize-dialog .compare-images {
	position: absolute;
	left: calc(50% - 10px);
	top: calc(50% - 30px);
}

#dialogs #image-resize-dialog .loader-container {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(255,255,255,0.2);
	display: none;
}

#dialogs #image-resize-dialog .loading .loader-container {
	display: block;
}

#dialogs #image-resize-dialog .loader-container .loader {
	left: calc(50% - 30px);
	top: calc(50% - 30px);
}

.comparison-wrapper {
	position: relative;
	height: 380px;
	margin-left: -1px;
	margin-right: -1px;
}

.comparison-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.comparison-control {
	position: absolute;
	font-size: 12px;
	color: #fff;
	background: rgb(32 35 38 / 85%);
	padding: 8px 11px;
	border-radius: 3px;
	z-index: 10;
	line-height: 1;
}

.comparison-info {
	left: 10px;
	bottom: 10px;
}

.comparison-container .zoom-control {
	top: 10px;
	right: 10px;
	bottom: auto;
	left: auto;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}

.comparison-container .zoom-dropdown {
	padding: 3px;
	border-radius: 3px;
}

.comparison-container .zoom-btn {
	font-size: 17px;
	border-radius: 3px;
}

.comparison-container .zoom-btn:hover,
.comparison-container .zoom-dropdown:hover {
	background: #101010;
}

.comparison-info-right {
	right: 10px;
	left: auto;
}

.comparison-container {
	--split-point: 50%;
}

.comparison-container .comparison-close {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: white;
	z-index: 2;
}

.comparison-container .comparison-handle {
	position: absolute;
	height: 100%;
	width: 4px;
	background: white;
	z-index: 3;
	left: var(--split-point);
	transition: none;
	box-shadow: 0 0 3px rgb(0 0 0 / 10%);
}

.comparison-handle-icon {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: calc(50% - 20px);
	left: -8px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: white;
	box-shadow: 0px 0 3px rgb(0 0 0 / 10%);
}

.comparison-handle-icon:before,
.comparison-handle-icon:after {
	content: "";
	position: absolute;
	top: 6px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
}

.comparison-handle-icon:before {
	left: 4px;
	border-width: 4px 4px 4px 0;
	border-right-color: #47525f;
}

.comparison-handle-icon:after {
	right: 4px;
	border-width: 4px 0 4px 4px;
	border-left-color: #47525f;
}

.comparison-container .image-container {
	width: 100%;
	height: 100%;
	background-color: #000;
}

.comparison-container .image-item {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

.comparison-container .original-image {
	z-index: 1;
	clip-path: inset(0 calc(100% - var(--split-point)) 0 0);
}

.comparison-container .resized-image {
	clip-path: inset(0 0 0 var(--split-point));
}

#image-resize-dialog .dropdown {
	margin: 0 15px 10px 0;
}

#image-resize-dialog .dropdown:last-child{
	margin-bottom:0;
}

#image-resize-dialog .dropdown input:disabled + span{
	background: #e1e3e4;
}

#image-resize-dialog .dropdown .dropdown-toggle label {
	display: flex;
	padding: 15px 12px;
	margin-bottom: 0;
}

#image-resize-dialog .dropdown .dropdown-toggle label.read-only {
	opacity: 0.6;
}

#image-resize-dialog .dropdown .item{
	display: block;
	width:100%;
	color: #444D56;
	font-size: 13px;
	background-color:#fff;
	margin-bottom:0;
}

#image-resize-dialog .dropdown .dropdown-toggle {
	position: relative;
	border-radius: 5px;
}

#image-resize-dialog .dropdown.expanded .dropdown-toggle {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#image-resize-dialog .dropdown .dropdown-toggle:before,
#image-resize-dialog .dropdown .dropdown-toggle:after {
	content: "";
	width: 2px;
	height: 6px;
	background: #acb9c1;
	position: absolute;
	top: 19px;
}

#image-resize-dialog .dropdown .dropdown-toggle:before {
	right: 28px;
	transform: rotate(-45deg);
}

#image-resize-dialog .dropdown .dropdown-toggle:after {
	right: 24px;
	transform: rotate(45deg);
}

#image-resize-dialog .dropdown.expanded .dropdown-toggle:before {
	transform: rotate(45deg);
}

#image-resize-dialog .dropdown.expanded .dropdown-toggle:after {
	transform: rotate(-45deg);
}

#image-resize-dialog .dropdown-menu {
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #dadada;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-width: 0;
}

#image-resize-dialog .dropdown-menu > .option-group {
	padding: 16px 100px 10px;
}

#dialogs #image-resize-dialog .option-row {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

#dialogs #image-resize-dialog .option-row .field-inline {
	margin-right: 0;
}

#dialogs #image-resize-dialog .option-row .field-inline:first-child {
	margin-right: 40px;
}

#dialogs #image-resize-dialog label > span {
	display: inline-block;
	margin-bottom: 0;
}

#dialogs #image-resize-dialog label > span.has-changes {
	color: #0c86b4;
}

#dialogs #image-resize-dialog .option-content {
	margin-bottom: 0;
	padding: 0 5px;
}

#dialogs #image-resize-dialog .option-content .control {
	display: flex;
	height: auto;
	width: 100%;
	min-width: 80px;
}

#dialogs #image-resize-dialog .ratio-option {
	display: flex;
	align-items: flex-end;
}

#dialogs #image-resize-dialog .ratio-option .lock-ratio {
	border-radius: 3px;
	width: 1.4em;
	height: 1.4em;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #898f96;
}

#dialogs #image-resize-dialog .option-content .control {
	float: none;
}

#dialogs #image-resize-dialog .option-content .control input[type=text],
#dialogs #image-resize-dialog .option-content .control select {
	padding: 5px 7px;
	height: auto;
	min-height: 25px;
	border-radius: 3px;
}

#dialogs #image-resize-dialog .option-content .control select {
	min-width: 60px;
}

#dialogs #image-resize-dialog .option-content .control .addon {
	position: absolute;
	width: 24px;
	color: #47525f;
	background: white;
	box-shadow: inset 0 0 0 1px #dadada;
}

#dialogs #image-resize-dialog .textboxoption .option-content input[type=text] {
	width: 100%;
	border-right-color: #dadada;
}

#dialogs #image-resize-dialog .option-group .option .increment-handle i {
	position: absolute;
	top: 13px;
	left: 8px;
	height: 1px;
	width: 6px;
	background-color: #47525f;
}

#dialogs #image-resize-dialog .option-group .buttongroup.copy-paste .button {
	padding: 5px 7px;
	border: none;
	border-radius: 3px;
	box-shadow: none;
}

/* Image Properties  Dialog */

#image-properties-dialog {
	width: 550px;
}

#image-properties-dialog .content {
	margin-bottom: 30px;
}

#image-properties-dialog .image-properties {
	display: flex;
	margin-bottom: 20px;
}

#image-properties-dialog .image {
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-color: #f9f9f9;
	margin-right: 20px;
	flex-shrink: 0;
}

#image-properties-dialog .image-info {
	padding: 0;
	overflow: hidden;
}

#image-properties-dialog .image-info .row {
	display: flex;
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 1.1;
}

#image-properties-dialog .image-stats {
	margin-bottom: 20px;
}

#image-properties-dialog .image-info .row .meta-name {
	width: 60px;
	font-weight: bold;
	flex-shrink: 0;
}

#image-properties-dialog .image-info .row .meta-value {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#image-properties-dialog input.alt {
	width: 220px !important;
}


/* Confirm dialog */

#dialogs #confirm-dialog h5{
	margin-bottom:24px;
}

#dialogs #confirm-dialog .content{
	line-height:1.5;
	margin-bottom:24px;
}

#dialogs #confirm-dialog{
	width: 420px;
}

#dialogs #confirm-dialog p{
	font-size:14px;
}

/* Choice dialog */

#dialogs #choice-dialog h5{
	margin-bottom:24px;
}

#dialogs #choice-dialog .content{
	line-height:1.5;
	margin-bottom:24px;
	min-height: 40px;
}

#dialogs #choice-dialog{
	width: 420px;
}

/* Import dialog */

#dialogs #import-dialog {
	width: 450px;
}

#dialogs #import-dialog .content {
	margin-bottom: 30px;
}

#dialogs #import-dialog .content p {
	color: #898f96;
	margin-bottom: 15px;
}

#dialogs #import-dialog .content label.checkbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
}

#dialogs #import-dialog .content label.checkbox > span {
	color: #47525f;
	margin-left: 0;
	font-size: 14px;
	line-height: 1.8;
}

/* Alert message dialog */

#dialogs #alert-dialog h5{
	margin-bottom: 24px;
}

#dialogs #alert-dialog{
	width: 400px;
}

#dialogs #alert-dialog.wide{
	width: 540px;
}

#dialogs #alert-dialog .message{
	line-height: 1.5;
	font-size: 15px;
	margin-bottom: 24px;
	white-space: pre-line;
	user-select: text;
	max-height: 60vh;
    overflow: auto;
}

/* Slider dialogs ( what's new & MS sign in )*/

#dialogs .slider-dialog{
	width: 640px;
	padding-top: 0;
	border-radius: 10px 10px 8px 8px;
}

#dialogs .slider-dialog .arrow{
	color: #fff;
    text-align: center;
    position: absolute;
    border: 2px solid #fff;
    width: 39px;
    line-height: 37px;
    height: 39px;
    border-radius: 50%;
    top: 50%;
    margin-top: -20px;
    left: -100px;
    opacity: 0.9;
    display: none;
}

#dialogs .slider-dialog .arrow:before,
#dialogs .slider-dialog .arrow:after {
	content: '';
    position: absolute;
    background: #fff;
    width: 3px;
    height: 10px;
    transform: rotate(-135deg);
	top: 10px;
    left: 15px;
}
#dialogs .slider-dialog .arrow:after {
	transform: rotate(135deg);
    top: 15px;
}

#dialogs .slider-dialog .arrow.next{
	left:auto;
	right: -100px;
}

#dialogs .slider-dialog .arrow.next:before,
#dialogs .slider-dialog .arrow.next:after {
	transform: rotate(-45deg);
	left: 17px;
}
#dialogs .slider-dialog .arrow.next:after {
	transform: rotate(45deg);
}

#dialogs .slider-dialog .arrow:hover{
	opacity: 1;
	animation-play-state: paused !important;
}

#dialogs .slider-dialog.animate-next-arrow .arrow.next{
	animation: animate-arrow 1.2s infinite;
}

@keyframes animate-arrow{
	0%{
		transform:translateX(0);
	}
	50%{
		transform:translateX(6px);
	}
	100%{
		transform:translateX(0);
	}
}

#dialogs .slider-dialog .slides{
	margin: 0 -40px 35px;
    overflow: hidden;
    position: relative;
    height:440px;
	border-radius: 6px 6px 0 0;
}

#dialogs .slider-dialog .slide-scroll{
	width:999999px;
	position: absolute;
	top: 0;
	left: 0;
}

#dialogs .slider-dialog.animated .slide-scroll{
	transition: left 0.25s;
}

#dialogs .slider-dialog.animated .slides{
	transition: height 0.25s;
}

#dialogs .slider-dialog .slide{
	float:left;
	width:100%;
}

#dialogs .slider-dialog .slide-media{
	height: 340px;
	margin-bottom: 36px;
	border-radius: 8px 8px 0 0;
	background-color: #eee;
    box-shadow: 0 1px 0 #f3f3f3;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#dialogs .slider-dialog .intro .slide-media,
#dialogs .slider-dialog .changelog .slide-media{
    background-size: 180px;
    background-color:#fff;
    box-shadow: 0 0 60px #eee inset;
    height: 270px;
}

#dialogs .slider-dialog .slide-media .slide-video-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}

#dialogs .slider-dialog .slide-media .slide-video-button {
	content: "";
	position: relative;
	display: block;
	width: 96px;
	height: 96px;
	background: linear-gradient(115deg,#9258ff,#320dff);
	border-radius: 50%;
	box-shadow: 1px 1px 4px rgb(0 0 0 / 50%);
	opacity: 0.85;
	transition: all .2s ease;
}

#dialogs .slider-dialog .slide-media:hover .slide-video-button {
	transform: scale(1.1);
	opacity: 1;
}

#dialogs .slider-dialog .slide-media .slide-video-button:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 18px solid transparent;
	border-left-color: white;
	border-left-width: 32px;
	margin-left: 12px;
}

#dialogs .slider-dialog .slide-changelog-release {
	padding: 30px 0 20px;
	display: flex;
	max-width: 480px;
	margin: 0 auto;
	border-top: 1px solid #eee;
}

#dialogs .slider-dialog .slide-changelog-links .button {
	padding: 5px 10px 5px 12px;
	margin-bottom: 8px;
}

#dialogs .slider-dialog .slide-changelog-links .button i,
#dialogs .slider-dialog .slide-changelog-links .button span {
	vertical-align: middle;
}

#dialogs .slider-dialog .slide-changelog-links .button i {
	font-size: 14px;
}

#dialogs .slider-dialog .slide-changelog-links .button span {
	margin-right: 5px;
}

#dialogs .slider-dialog .intro .slide-media {
    height: 330px;
    background-size: 200px;
}

#dialogs .slider-dialog .slide-title{
	width: 400px;
	text-align: center;
	margin: 0 auto 12px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
}

#dialogs .slider-dialog .slide-description{
	color: #5d686f;
	text-align: center;
	width: 400px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.5;
}

#dialogs .slider-dialog ul.slide-list{
	width: 380px;
}

#dialogs .slider-dialog .slide-list li{
	padding-left: 10px;
	position: relative;
	list-style: none;
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 10px;
	color: #3b4142;
}

#dialogs .slider-dialog .slide-list li:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background-color: #3799e5;
	top: 6px;
	left: -8px;
}

#dialogs .slider-dialog .slide-list li a{
	color: #0B86BD;
}

#dialogs .slider-dialog .slide-list li a:hover{
	text-decoration: underline;
}

#dialogs .slider-dialog .dots{
	text-align: center;
	margin: -18px 0 25px;
}

#dialogs .slider-dialog .dots .dot{
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-radius: 6px;
	background-color: #d1d1d1;
	margin: 0 3px;
}

#dialogs .slider-dialog .dots .dot.active{
	background-color: #4aa1f5;
	width: 10px;
	height: 10px;
}

#dialogs .slider-dialog .dots .dot:hover:not(.active){
	background-color: #b1b1b1;
}

/* What's new dialog */
#dialogs #whats-new-dialog .highlights{
	position: relative;
	overflow: hidden;
}

#dialogs #whats-new-dialog .slide-changelog-container{
	max-height: 35vh;
	overflow: auto;
}

#dialogs #whats-new-dialog .changelog .slide-title{
	margin-bottom: 24px;
}

#dialogs #whats-new-dialog .changelog .slide-changelog-header{
	width: 200px;
	margin: 0 auto;
	padding-left: 20px;
}

#dialogs #whats-new-dialog .slide-changelog-version{
	font-weight: bold;
	font-size: 18px;
	padding: 5px 0;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

#dialogs #whats-new-dialog .slide-changelog-version-installed{
	background-color: #75cc52;
	width: 18px;
	height: 18px;
	line-height: 20px;
	margin-left: 4px;
	text-align: center;
	display: inline-block;
	color: #fff;
	border-radius: 50%;
}

#dialogs #whats-new-dialog .slide-changelog-version-installed i{
    font-size: 12px;
    font-weight: bold;
}

#dialogs #whats-new-dialog .slide-changelog-version-date{
	font-size: 14px;
	color: #999;
	margin-top: 2px;
	margin-bottom: 14px;
	display: block;
}

/* Sign in dialog */

#dialogs #sign-in-dialog .logo {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 22px 0;
}

#dialogs #sign-in-dialog .logo .icon {
	width: 32px;
	height: 32px;
	background: center / contain url(../img/mstudio.svg) no-repeat;
}

#dialogs #sign-in-dialog .logo h5 {
	color: #3f434c;
    text-align: center;
    margin: 0 0 5px 12px;
    font-weight: 400;
}

#dialogs #sign-in-dialog .slides,
#dialogs #sign-in-dialog .slide-media {
	border-radius: 0;
}

#dialogs #sign-in-dialog .slide-media {
	margin-bottom: 26px;
}

#dialogs #sign-in-dialog .slide-description {
	font-size: 15px;
	line-height: 1.5;
	width: 450px;
}

/* About dialog */

#dialogs #about-dialog{
	text-align: center;
	width: 500px;
}

#dialogs #about-dialog h5{
	margin-bottom: 26px;
	font-size: 20px;
}

#dialogs #about-dialog .user-details {
	margin-bottom: 25px;
}

#dialogs #about-dialog .edition {
	opacity: 0.65;
	margin-top: -12px;
	margin-bottom: 25px;
}

#dialogs #about-dialog img{
	margin: 20px auto 50px;
	display: block;
}

#dialogs #about-dialog .details{
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 30px;
	user-select: text;
}

#dialogs #about-dialog .details p span{
	font-weight: bold;
}

/* Character Input dialog */

#dialogs #character-input-dialog .characters{
	width: 490px;
	max-height: 175px;
	overflow: auto;
	padding: 10px 0 4px 10px;
	margin-bottom: 20px;
	background-color: #f0f0f0;
}

#dialogs #character-input-dialog .characters span{
	width: 36px;
	height: 34px;
	display: inline-block;
	background-color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 35px;
	border-radius: 3px;
	margin: 0 2px 5px 0;
}

#dialogs #character-input-dialog .characters span:hover{
	background-color: #DAEEF9;
}

#dialogs #character-input-dialog textarea{
	margin: 0 0 20px;
	width: 400px;
	min-height: 95px;
	resize: vertical;
	max-height: 180px;
	color: inherit;
	display: inline-block;
}

#dialogs #character-input-dialog .text-input .buttons{
	display: inline-block;
	vertical-align: top;
	width: 80px;
	margin-left: 6px;
}

#dialogs #character-input-dialog .text-input .buttons .button{
	display: block;
	margin-right:0;
}

#dialogs #character-input-dialog .text-input .buttons .primary{
	margin-bottom: 6px;
}

#dialogs #character-input-dialog .text-input .buttons .primary{
	margin-bottom: 6px;
}

#dialogs #character-input-dialog  > .buttons{
	display: inline-block;
}

/* Purchase dialog */

#dialogs #purchase-dialog{
	width: 480px;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
}

#dialogs #purchase-dialog img{
	width: 220px;
}

#dialogs #purchase-dialog .message {
	font-size: 15px;
	margin-bottom: 24px;
	line-height: 1.5;
}

#dialogs #purchase-dialog h5 {
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 20px;
}

/* Preview pane */

#dialogs .preview-pane .message {
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	top: 31px;
	right: 10px;
}

#dialogs .preview-pane .message.error {
	color: #EF3B3B;
}

#dialogs .preview-pane .preview-addresses {
	margin-top: 10px;
}

#dialogs .preview-pane .preview-addresses label{
	margin-bottom: 10px;
}

#dialogs .preview-pane .ip-address-list{
	width: 562px;
}

#dialogs .preview-pane .ip-address-list .ip{
	margin-bottom: 12px;
}

#dialogs .preview-pane label.preview-field {
	display: inline-block;
	margin-right: 12px;
	position: relative;
}

#dialogs .preview-pane input.preview-port[readonly] {
	opacity: 0.7;
}

#dialogs .preview-pane label.checkbox{
	margin-top: 16px;
	margin-bottom: 0;
}


#dialogs .preview-pane input.preview-port {
	width: 400px;
	padding-right: 320px;
}

#dialogs .preview-pane .ip-address-list .input-group {
	position: relative;
}

#dialogs .preview-pane .ip-address-list .input-group span.qr-icon {
    top: 10px;
    right: 135px;
    position: absolute;
	z-index: 1;
}

div.tooltip.qr-code-url-preview {
    z-index: 13;
    font-size: 0;
    box-shadow: rgb(0 0 0 / 12%) 0px 2px 20px;
    border-radius: 20px;
}

div.tooltip.qr-code-url-preview #qr-code {
	border-radius:20px;
}

#dialogs .preview-pane .ip-address-list .ip{
	margin-top: 7px;
	margin-bottom: 0;
}

/* Backup Settings Pane */

#dialogs .backup-pane input,
#dialogs .backup-pane select {
	width: 200px;
}

#dialogs .backup-pane .backup-enabled {
	display: block;
}

/* Theme Manager Pane */

#dialogs .theme-manager-pane .listing input[type=text]{
	width: calc(100% - 30px);
	height: 22px;
	margin-top: -3px;
	margin-bottom: -3px;
	padding: 0;
	top: -1px;
}

#dialogs .theme-manager-pane .listing .save{
	right: 14px;
	color: #FFF;
}

#dialogs .theme-manager-pane .listing .theme-item{
	margin-bottom: 10px;
	padding: 11px 12px;
	border: 1px solid #dadada;
	box-shadow: 1px 1px 1px #EEE;
	color: inherit;
	border-radius: 3px;
	font-size: 13px;
}

#dialogs .theme-manager-pane .editing input {
	border: none;
	box-shadow: none;
}

/* UI Settings */

#dialogs input[type=range] {
	display: inline-block;
	vertical-align: middle;
	background-color: #ccc;
}

#dialogs input[type=range] + input {
	width: 30%;
	margin-left: 5%;
}

#dialogs input[type=range]::-webkit-slider-thumb {
	background: #509cec;
}

/* External editors */
#dialogs .editors-list {
	overflow-y: auto;
	max-height: 320px;
}

#dialogs .editor-item {
	padding: 10px 12px;
	border: 1px solid #dadada;
	box-shadow: 1px 1px 1px #EEE;
	border-radius: 3px;
}

#dialogs .editor-item:not(:last-child) {
	margin-bottom: 10px;
}

#dialogs .editor-item span{
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.4;
}

#dialogs .editor-item span.name {
	font-weight: bold;
	max-width: 200px;
}

#dialogs .editor-item span.path {
	max-width: 350px;
	color: #7b7b7b;
	margin-left: 10px;
}

#dialogs .editor-item span.delete{
	opacity: 0.8;
	float: right;
	color: #FFF;
	width: 18px;
	height: 18px;
	text-align: center;
	background-color: #E23C81;
	line-height: 19px;
	border-radius: 50%;
	font-weight: bold;
	font-size: 16px;
}

#dialogs .editor-item span.delete:hover{
	opacity: 1;
}

/* Dialog tabs */

#dialogs .tabbed {
	overflow: hidden; /* so we could easily hide the radio inputs */
	padding:3px;
}

#dialogs .tabbed [type="radio"] {
	/* hiding the inputs */
	display: none;
}

#dialogs .tabs {
	display: flex;
	list-style: none;
	padding: 3px 0 0 3px;
	margin: -3px 0 -1px -3px;
	border-bottom: none;
	height: auto;
	overflow: hidden;
}

#dialogs .tabs .tab {
	margin-right: 5px;
}

#dialogs .tab {
	display: block;
	padding: 12px 18px;
	background: #f1f1f1;
	border: 1px solid transparent;
	border-bottom-color: #eee;
	color: #565f69;
	font-size: 12px;
	font-weight: 600;
	transition: all 0.3s;
	border-radius: 6px 6px 0 0;
}

#dialogs .tab:hover label {
	color: #333;
}

#dialogs .tab-content {
	padding: 30px 35px;
	border: 1px solid #eee;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.08);
	background: #fff;
	max-height: 390px;
	overflow-y: auto;
}

#dialogs .tab-content.clean-tab-content {
    padding: 25px 15px 0 0;
    margin-right: -15px;
    border: none;
    box-shadow: none;
    background: none;
}

#dialogs .tab.active {
	background: #ffffff;
	border-color: #eee;
	border-bottom-color: transparent;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.08);
}

#dialogs .tab-content .note {
	margin-bottom: 0;
	width: auto;
}

#dialogs .tab-content .content {
	margin-bottom: 0;
}

/* Dialog accordion */

.dialog .content > .accordion{
	width: 190px;
	flex-shrink: 0;
	font-size: 13px;
	padding-right: 15px;
	margin-left: -10px;
	overflow-y: auto;

	/* Used to fade in and out the scrollbar */
	background-color: rgba(0,0,0,0);
	-webkit-background-clip: text;
	transition: background-color .3s;
}

.dialog .content > .accordion:hover {
	background-color: rgba(0,0,0,0.15);
}

.dialog .accordion .accordion-label{
	position: relative;
	display: flex;
	padding-left: 5px;
	line-height: 18px;
}

.dialog .accordion-item.is-heading > .accordion-label {
	font-weight: bold;
	color: #47525f;
	padding: 0 20px 0 0 !important;
	margin: 5px 0;
	word-break: break-all;
}

.dialog .accordion-item {
	padding: 5px 0;
	color: #505963;
	background-color: #fff;
	border: 1px solid transparent;
	border-bottom-width: 0px;
	font-size: 13px;
	line-height: 18px;
	border-radius: 3px;
	position: relative;
	display: flex;
	flex-direction: column;
}

.dialog .accordion-item.has-icon {
	padding: 6px 0;
}

.dialog .accordion-item.active.has-children {
	padding-bottom:0;
}

.dialog .accordion-item:not(.has-icon) > .accordion-label{
	padding: 0 0 0 25px;
}

.dialog .accordion-item i {
    margin-right: 5px;
    color: #b9c4cc;
}

.dialog .accordion-item.active:not(.is-heading) > .accordion-label i {
    color: #399ee5;
}

.dialog .accordion-item .accordion-label{
	position: relative;
}

.dialog .accordion-item:not(.is-heading):not(.has-icon).active > .accordion-label:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #399ee5;
	position: absolute;
	top: 6px;
	left: 12px;
}

.dialog .accordion-item.has-children > .accordion-label:before,
.dialog .accordion-item.has-children > .accordion-label:after {
	content: "";
	width: 2px;
	height: 6px;
	background: #acb9c1;
	position: absolute;
	top: 6px;
}

.dialog .accordion-item.has-children > .accordion-label:before {
	right: 6px;
	transform: rotate(-45deg);
}

.dialog .accordion-item.has-children > .accordion-label:after {
	right: 2px;
	transform: rotate(45deg);
}

.dialog .accordion-item.has-children.active > .accordion-label:before {
	transform: rotate(45deg);
}

.dialog .accordion-item.has-children.active > .accordion-label:after {
	transform: rotate(-45deg);
}

.dialog .accordion .accordion {
	padding-left: 8px;
	padding-top: 2px;
	overflow: hidden;
	display: none;
}

.dialog .accordion-item.has-children.active > .accordion {
	display: block;
}

.dialog .content .pane {
	position: relative;
	flex: 1;
	min-width: 0;
	display: none;
	margin: 5px 10px 10px 30px;
}

.dialog .content .pane .scrollable {
	width: calc(100% + 10px);
	height: calc(100% - 52px);
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 10px;
}

.dialog .content .pane.active{
	display: block;
}

.dialog .content .pane h2 {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 15px;
}

.dialog .content .pane p {
	font-size: 15px;
	margin-bottom: 25px;
}

.dialog .pretty-checkbox input:focus + i{
	box-shadow: none;
}

/* Settings Dialog */

#dialogs #settings-dialog {
	width: 1000px;
	padding: 50px 52px 45px;
}

#dialogs .field-inline {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

#settings-dialog input,
#settings-dialog .pseudo-input,
#settings-dialog select {
	width: 200px;
}

#settings-dialog h5 {
	font-size: 18px;
}

#settings-dialog .design-theme {
	position:relative;
	flex: 1;
	width: 280px;
    height: 38px;
	font-size: 13px;
	border: 1px solid #dadada;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 1px 1px 1px #EEE;
}

#settings-dialog .interface-pane .design-theme {
	width: 430px;
}

#settings-dialog .design-theme i {
	position: absolute;
	right: 8px;
	top: 9px;
	color: #9a9a9a;
}

#settings-dialog .design-theme i, #settings-dialog .design-theme .theme-name {
	pointer-events: none;
}

#settings-dialog .design-theme .theme-name {
	position: absolute;
	left: 10px;
	top: 30%;
	font-size: 13px;
}

#settings-dialog .design-theme-dropdown {
	margin-top: -1px;
	margin-left: -1px;
	margin-right: -1px;
	box-shadow: 1px 1px 1px #EEE;
	border: 1px solid #dadada;
	border-radius: 3px;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	max-height: 260px;
	overflow-y: scroll;
	padding: 5px 10px;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	flex-wrap: wrap;
	z-index: 1;
}

#settings-dialog .theme-preview {
	margin: 5px 0;
	margin-top: 8px;
	padding: 15px;
	position: relative;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	box-shadow: 1px 1px 1px #eee;
	height: 65px;
	width: 198px;
	display: inline-flex;
	background-color: #fff;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}

#settings-dialog .theme-preview h3 {
	margin-bottom: 6px;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	font-size: 13px;
	text-overflow: ellipsis;
	line-height: 1.1;
}

#settings-dialog .interface-pane .theme-preview {
	width: 150px;
	height: 140px;
	margin-right: 10px;
	border-width: 2px;
	border-radius: 10px;
	--shapes-color:#dce2e4;
}

#settings-dialog .interface-pane .theme-preview.dark {
	color: white;
	background: #444;
	--shapes-color:#676b6f;
}

#settings-dialog .interface-pane .theme-placeholder {
	margin-top: 5px;
}

#settings-dialog .interface-pane .theme-placeholder span {
	display: flex;
	margin-bottom: 10px;
}

#settings-dialog .interface-pane .theme-placeholder span:before,
#settings-dialog .interface-pane .theme-placeholder span:after {
	content: "";
	height: 10px;
	background: var(--shapes-color);
	margin-right: 10px;
	display: block;
}

#settings-dialog .interface-pane .theme-placeholder span:before {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.theme-placeholder span:after {
	width: 50px;
	border-radius: 7px;
	box-shadow: 0 17px 0 1px var(--shapes-color), 15px 17px 0 1px var(--shapes-color);
}

#settings-dialog .theme-preview.chosen{
	border-color: #4287f5;
}

#settings-dialog .theme-preview:not(.chosen):hover {
    border-color: rgba(66, 135, 245, 0.66);
}

#settings-dialog .theme-preview .chosen-checkbox {
	display: none;
	color: #fff;
	width: 16px;
	height: 16px;
	text-align: center;
	background-color: #4287f5;
	border-radius: 50%;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	position: absolute;
	top: 5px;
	right: 5px;
	line-height: 19px;
}

#settings-dialog .theme-preview .chosen-checkbox:after {
	content:'\2713';
}

#settings-dialog .theme-preview.chosen .chosen-checkbox {
	display:block;
}

#settings-dialog .theme-preview .color-preset {
	width: 13px;
	height: 13px;
	margin-right: 3px;
	border-radius: 50%;
	display: inline-block;
}

#settings-dialog .notification-pane .show-notification {
	margin-left: 5px;
}

#settings-dialog .notification-pane .control-wrapper {
	margin-top: 25px;
}

#settings-dialog > .content{
	display: flex;
	height: 500px;
}

#settings-dialog .content .loadable-pane .loader{
	top: 60px;
}

#settings-dialog .content .loadable-pane.loading .loader{
	display: block;
}

#settings-dialog .content .publish-options-pane .no-websites,
#settings-dialog .content .publish-options-pane .error,
#settings-dialog .content .publish-options-pane .has-websites{
	display: none;
}

#settings-dialog .content .publish-options-pane.no-websites .no-websites,
#settings-dialog .content .publish-options-pane.error .error,
#settings-dialog .content .publish-options-pane.has-websites .has-websites{
	display:block;
}

#settings-dialog select.publish-website{
	width:380px;
}

#settings-dialog .buttons .aside{
	display: none;
}

#settings-dialog .updates-pane select{
	width: 280px;
}

#settings-dialog .content .ecommerce-options-pane.loading .content,
#settings-dialog .content .ecommerce-options-pane .no-stores,
#settings-dialog .content .ecommerce-options-pane .error,
#settings-dialog .content .ecommerce-options-pane .has-stores{
	display: none;
}

#settings-dialog .content .ecommerce-options-pane.no-stores .no-stores,
#settings-dialog .content .ecommerce-options-pane.error .error,{
	display:block;
}

#settings-dialog .content .ecommerce-options-pane.error .error .message {
	color: red;
}

#settings-dialog .bootstrap-pane .field .custom-lang-container {
	display: inline-block;
}

#settings-dialog .bootstrap-pane .field .custom-lang-container input.custom-lang{
	width:auto;
	display: none;
}

#settings-dialog .bootstrap-pane label.pretty-checkbox-regular span {
	display: inline-block;
}

#settings-dialog .bootstrap-pane .update-pages-checkbox {
	margin-top: 30px;
}

#settings-dialog .preheader-pane .large-textarea{
	height: 220px;
}

#settings-dialog .export-options-pane label.checkbox{
	display: block;
	margin-bottom: 10px;
	line-height: 16px;
}

#settings-dialog .export-options-pane .input-group.invalid-path input{
	color: #f31f1f;
}

#settings-dialog .export-options-pane .export-path{
	width: 280px;
}

#settings-dialog .export-options-pane .field{
	margin-bottom:25px;
}

#settings-dialog .export-options-pane .field-flex {
	display: flex;
}

#settings-dialog .export-options-pane .field-flex > div {
	margin-right: 50px;
}

#settings-dialog .export-options-pane .field .button{
	margin-right:0;
}

#settings-dialog .export-options-pane .error-bubble {
	top: 308px;
	width: 185px;
	right: 260px;
}

#settings-dialog .pane .pull-up-section {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	background: white;
	z-index: 1;
}

#settings-dialog .pane .pull-up-section .area{
	flex: 1;
	flex-direction: column;
	overflow: hidden;
	padding: 25px 30px 20px;
	border: 1px solid #f1f5f9;
	border-top: none;
	display: none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

#settings-dialog .pane .pull-up-section .heading{
	position: relative;
	background-color: #f1f5f9;
	color: #47525f;
	font-weight: bold;
	padding: 8px 10px;
	font-size: 12px;
	border-radius: 3px;
}

#settings-dialog .pane .pull-up-section .heading:after{
	content: '';
	width: 0;
	height: 0;
	display: inline-block;
	border: 5px solid transparent;
	border-width: 5px 4px 0;
	border-top-color: currentcolor;
	color: inherit;
	margin-left: 5px;
	position: absolute;
	margin-top: 3px;
}

#settings-dialog .pane .pull-up-section.expanded {
	height: 190px;
}

#settings-dialog .pane .pull-up-section.expanded .heading{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#settings-dialog .pane .pull-up-section.expanded .heading:after{
	border-bottom-color: currentcolor;
	border-top-color: transparent;
	border-bottom-width: 5px;
	margin-top: -2px;
}

#settings-dialog .pane .pull-up-section.expanded .area{
	display: flex;
}

#settings-dialog .pane .pull-up-section .field {
    margin-bottom: 18px;
}

/* So it doesn't show scroll when user hasn't changed textarea size:*/
#settings-dialog .pane.head-content-pane textarea {
	height: 200px;
}

/* Backup List Dialog */

#backup-list-dialog .message {
	line-height: 1.6;
	font-size: 14px;
	text-align: center;
	padding-top: 120px;
}

#backup-list-dialog .content {
	width: 600px;
	height: 350px;
}

#backup-list-dialog .backup-search {
	position: relative;
}

#backup-list-dialog .backup-search input {
	width: 100%;
}

#backup-list-dialog .backup-search i {
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 0.7;
}

#backup-list-dialog .backup-list {
	height: 300px;
	overflow: auto;
	margin-right: -12px;
}

#backup-list-dialog .backup-record {
	position: relative;
	padding: 10px 10px 7px 12px;
	border: 1px solid #ddd;
	margin-bottom: 8px;
	box-shadow: 0 1px 1px #eee;
	width: 600px;
}

#backup-list-dialog .backup-record .name {
	font-size: 14px;
	margin-bottom: 4px;
	display: inline-block;
    max-width: 400px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.2;
}

#backup-list-dialog .backup-record .date,
#backup-list-dialog .backup-record .additional-info {
	font-size: 12px;
	color: #969da5;
}

#backup-list-dialog .backup-record .date {
	position: absolute;
	top: 12px;
	right: 30px;
	font-size: 11px;
	color: #969da5;
}

#backup-list-dialog .backup-record .date span,
#backup-list-dialog .backup-record .date i {
	vertical-align: middle;
}

#backup-list-dialog .backup-record .date i {
	font-size: 12px;
	display: none;
}

#backup-list-dialog .backup-record .menu {
	position: absolute;
	top: 10px;
	right: 10px;
}

#backup-list-dialog .backup-record .path {
	display: inline-block;
	max-width: 400px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#backup-list-dialog .backup-record .menu {
	width: 15px;
	position: absolute;
	height: 21px;
	top:8px;
	right:8px;
	user-select:none;
}

#backup-list-dialog .backup-record .menu:hover {
	background-color: #eee;
}

#backup-list-dialog .backup-record .menu > span {
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: #555;
	border-radius: 3px;
	top: 9px;
	left: 6px;
}

#backup-list-dialog .backup-record .menu > span:before,
#backup-list-dialog .backup-record .menu > span:after {
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: #555;
	border-radius: 3px;
	top: -5px;
	left: 0;
}

#backup-list-dialog .backup-record .menu > span:after {
	top: 5px;
}

/* Find & replace dialog */

#find-replace-dialog .search-controls {
	display: block;
}

#find-replace-dialog .replace-controls {
	display: block;
}

#find-replace-dialog .split-button {
	width: auto;
	height: auto;
}

#find-replace-dialog .split-button .button {
	border-radius: 3px;
	border-right-width: 0;
	height: 38px;
	line-height: 1;
}

#find-replace-dialog .controls .split-button .button {
	width: 65px;
	font-size: 14px !important;
	padding: 12px 20px 11px !important;
}

#find-replace-dialog .split-button .button.active {
	background: #2c95e0;
	border-color: #369ae1;
	color: #fff;
}

#find-replace-dialog  .split-button .button:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#find-replace-dialog  .split-button .button:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-right-width: 1px;
}

#find-replace-dialog .split-button.small .button,
#find-replace-dialog .additional-options .button {
	font-size: 11px;
	padding: 6px 8px;
	height: auto;
	font-weight: normal;
	color: #7b8692;
}

#find-replace-dialog .additional-options .button {
	border-radius: 3px;
}

#find-replace-dialog .additional-options .select-all {
	display: flex;
}

#find-replace-dialog .additional-options .select-all .pretty-checkbox-regular {
	margin-right: 0;
}

#find-replace-dialog .additional-options .select-all .caret {
	margin-top: 5px;
}

#find-replace-dialog .pretty-checkbox-regular {
	display: flex;
	margin-bottom: 0;
}

#find-replace-dialog .pretty-checkbox-regular > span {
	margin-bottom: 0;
}

#find-replace-dialog .pretty-checkbox-regular .text {
	word-break: break-all;
}

#find-replace-dialog .additional-options label {
	color: inherit;
	height: 13px;
}

#find-replace-dialog .result-options {
	display: none;
}

#find-replace-dialog .result-count {
	font-size: 12px;
	color: #91979e;
	margin-right: 10px;
	position: absolute;
	top: 13px;
	right: 155px;
	z-index: 1;
}

#find-replace-dialog .controls {
	position: relative;
	display: flex;
	max-width: 520px;
}

#find-replace-dialog .replace-controls {
	margin: 10px 0;
}

#find-replace-dialog .replace-controls .additional-options {
	margin-top: 10px;
}
#find-replace-dialog .replace-controls .additional-options label {
	color: #b5c3cc;
}

#find-replace-dialog .search-input,
#find-replace-dialog .replace-input {
	margin-right: 5px;
}

#find-replace-dialog .search-input {
	padding-right: 80px;
}

#find-replace-dialog .target-pages {
    min-width: 0;
    width: 135px;
}

#find-replace-dialog .search-targets {
	display: flex;
}

#find-replace-dialog .search-results {
	max-height: 300px;
	overflow: auto;
	padding-right: 6px;
}

#dialogs .dialog .search-result {
	padding: 1px;
	font-size: 14px;
	color: #576371;
	margin-bottom: 10px;
	max-width: 500px;
	position: relative;
}

#dialogs .dialog .search-result:not(:last-child) {
	border-bottom: 1px solid #ededf3;
}

#dialogs .dialog .search-result-heading {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

#dialogs .dialog .search-result-heading span {
	margin-left: 5px;
	font-weight: normal;
	color: #7d848e;
}

#dialogs .dialog .search-result-heading i {
	font-size: 16px;
	color: #aeb4b7;
	opacity: 0;
}

#dialogs .dialog .search-result-heading:hover > i {
	opacity: 1;
}

#dialogs .dialog .search-result.selected h6 {
	color: #2c95e0;
}

#dialogs .dialog .search-result h6 {
	font-size: 12px;
	color: #47525f;
	margin-right: 5px;
	word-break: break-word;
}

#dialogs .dialog .search-result ul {
	list-style-type: none;
}

#dialogs .dialog .search-result li {
	margin-bottom: 7px;
	line-height: 18px;
}

#dialogs .dialog .search-result .system {
	padding: 0 4px;
	background: rgba(0,0,0,0.07);
	border-radius: 3px;
}

#dialogs .dialog .search-result .system u {
	font-size: 13px;
	position: relative;
	top: 2px;
	margin-right: 2px;
}

#dialogs .dialog .search-result highlight {
	background: rgba(111, 255, 231, 0.44);
	padding: 0 2px;
	border-radius: 3px;
}

/* Check for issues dialog */

#check-for-issues-dialog {
	width: 650px;
}

#check-for-issues-dialog .search-results {
	margin-bottom: 30px;
	max-height: 550px;
	overflow: auto;
	padding-right: 10px;
	margin-right: -10px;
}

#check-for-issues-dialog .issue {
	position: relative;
	padding-bottom: 5px;
}

#check-for-issues-dialog .issue.dropdown .dropdown-toggle i.material-icons {
	margin-left: 5px;
}

#check-for-issues-dialog .issue.dropdown.open .dropdown-toggle i.material-icons {
	transform: rotate(180deg);
}

#check-for-issues-dialog .issue-header:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ccc;
}

#check-for-issues-dialog .issue.warning-issue .issue-header:before {
	background-color: #f9d93a;
}

#check-for-issues-dialog .issue.error-issue .issue-header:before {
	background-color: red;
}

#check-for-issues-dialog .issue.success-issue .issue-header:before {
	background-color: #33cf33;
}

#check-for-issues-dialog .issue.progress-issue .issue-header:before {
	border: 3px solid #58a1ec;
	width: 4px;
	height: 4px;
	background: transparent;
	border-left-color: transparent;
	animation: rotate 1s infinite linear;
}

#check-for-issues-dialog .issue-header {
	position: relative;
	display: flex;
	align-items: flex-start;
	padding: 7px 5px 5px;
	border-radius: 3px;
}

#check-for-issues-dialog .issue-header:hover {
	background: #f9f9fb;
}

#check-for-issues-dialog .issue-info {
	margin: 0 15px;
	flex: 1;
}

#check-for-issues-dialog .issue-title {
	display: flex;
	margin-bottom: 5px;
}

#check-for-issues-dialog .issue-heading {
	font-size: 13px;
}

#check-for-issues-dialog .issue-description {
	color: #747474;
}

#check-for-issues-dialog .issue-button {
	flex-shrink: 0;
	padding: 6px 8px;
	border-radius: 3px;
}

#check-for-issues-dialog .issue-content {
	margin-left: 20px;
	border-left: 2px solid #ededf3;
}

#check-for-issues-dialog .page-results {
	padding-left: 10px;
}

#check-for-issues-dialog .page-results-toggle {
	padding: 5px 0;
	margin-bottom: 5px;
	border: none;
}

#check-for-issues-dialog .page-results-content {
	margin-bottom: 5px;
}

#check-for-issues-dialog .search-result {
	margin-bottom: 0 !important;
	margin-left: 8px;
	max-width: 100% !important;
}

#check-for-issues-dialog .search-result .issue-button {
	padding: 5px 7px;
	font-size: 11px;
}

#check-for-issues-dialog .search-result-header {
	padding-right: 4px;
}

#check-for-issues-dialog .search-result-heading i {
	position: absolute;
	left: -5px;
}

#check-for-issues-dialog .search-result-heading {
	margin: 0 !important;
	align-items: flex-start !important;
}

#check-for-issues-dialog .search-result-content {
	margin-left: 10px;
}

#check-for-issues-dialog .search-result h6 {
	line-height: 1.4;
}

.search-result-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 10px;
}

.page-results-toggle {
	font-size: 13px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dadada;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left-color: #47525f;
	border-width: 3px 0 3px 4px;
	margin-right: 4px;
	margin-left: 2px;
	transform-origin: 3px 50%;
	margin-bottom: 1px;
	z-index: 1;
	position: relative;
}

.caret.down {
	transform: rotate(90deg);
	margin-right: 4px;
}

/* Create Recipient Dialog */

#create-recipient-dialog {
	width: 480px;
}

#create-recipient-dialog p {
	margin: 12px 0 0;
	line-height: 1.4;
}

#create-recipient-dialog a {
	color: var(--link-color);
	cursor: pointer;
}

#create-recipient-dialog .content {
	min-height: 90px;
}

#create-recipient-dialog .message {
	margin-bottom: 10px;
}

#create-recipient-dialog .error {
	color: #EF3B3B;
}

#create-recipient-dialog .success {
	color: green;
}

#create-recipient-dialog .loader {
	display: none;
	position: relative;
	width: 40px;
	height: 40px;
	top: 20px;
}

#create-recipient-dialog.loading .loader {
	display: block;
}

#create-recipient-dialog.loading .forms {
	display: none;
}

#create-recipient-dialog .field {
	position: relative;
}

#create-recipient-dialog .field .error-bubble {
	top: 20px;
}


/* Recipient Manager Dialog */

#recipient-manager-dialog{
	width: 530px;
}

#recipient-manager-dialog .message.no-recipients,
#recipient-manager-dialog .message.error,
#recipient-manager-dialog .loader,
#recipient-manager-dialog .has-recipients{
	display:none;
}

#recipient-manager-dialog.no-recipients .message.no-recipients,
#recipient-manager-dialog.error .message.error,
#recipient-manager-dialog.loading .loader,
#recipient-manager-dialog.has-recipients .has-recipients{
	display:block;
}

#recipient-manager-dialog .content{
	min-height: 160px;
}

#recipient-manager-dialog .message{
	line-height: 1.6;
	font-size: 14px;
	text-align: center;
	padding-top: 45px;
}

#recipient-manager-dialog .note {
	padding-top: 10px;
	font-size: 12px;
}

#recipient-manager-dialog .loader{
	position: relative;
	top: 40px;
}

#recipient-manager-dialog .listing{
	max-height: 246px;
	overflow: auto;
	padding-right: 10px;
	margin-right: -11px;
}

#recipient-manager-dialog .recipient-item{
	position: relative;
	padding: 9px 10px 10px 12px;
	border: 1px solid #ddd;
	margin-bottom: 8px;
	box-shadow: 0 1px 1px #eee;
	font-size: 14px;
}

#recipient-manager-dialog .recipient-item:last-child {
	margin-bottom: 2px;
}

#recipient-manager-dialog .recipient-item .not-verified {
	position: absolute;
	right: 25px;
	top: 8px;
	color: #e4457d;
}

#recipient-manager-dialog .recipient-item .menu{
	width: 15px;
	position: absolute;
	height: 21px;
	top:6px;
	right:8px;
	user-select:none;
}

#recipient-manager-dialog .recipient-item .menu:hover{
	background-color: #eee;
}

#recipient-manager-dialog .recipient-item .menu > span{
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: #555;
	border-radius: 3px;
	top: 9px;
	left: 6px;
}

#recipient-manager-dialog .recipient-item .menu > span:before,
#recipient-manager-dialog .recipient-item .menu > span:after{
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: #555;
	border-radius: 3px;
	top: -5px;
	left: 0;
}

#recipient-manager-dialog .recipient-item .menu > span:after{
	top: 5px;
}


/* Website Manager Dialog */

#website-manager-dialog{
	width: 600px;
}

#website-manager-dialog .message.no-websites,
#website-manager-dialog .message.no-websites-expired,
#website-manager-dialog .message.error,
#website-manager-dialog .loader,
#website-manager-dialog .has-websites,
#website-manager-dialog .has-connections,
#website-manager-dialog .no-connections {
	display:none;
}

#website-manager-dialog.no-websites .message.no-websites,
#website-manager-dialog.no-websites-expired .message.no-websites-expired,
#website-manager-dialog.error .message.error,
#website-manager-dialog.loading .loader,
#website-manager-dialog.has-websites .has-websites,
#website-manager-dialog.has-connections .has-connections,
#website-manager-dialog.no-connections .no-connections {
	display:block;
}

#website-manager-dialog .content{
	min-height: 300px;
	display: flex;
	flex-direction: column;
}

#website-manager-dialog .tab-content {
	flex: 1;
}

#website-manager-dialog .message{
	line-height: 1.6;
	font-size: 14px;
	text-align: center;
	padding-top: 75px;
	color: #586471;
}

#website-manager-dialog .loader{
	position: relative;
	top: 60px;
}

#website-manager-dialog .listing{
	max-height: 246px;
	overflow: auto;
	padding-right: 10px;
    margin-right: -11px;
}

#website-manager-dialog .website-item,
#website-manager-dialog .connection-item {
    position: relative;
    padding: 14px 15px 14px 18px;
    border: 1px solid #dfe0e0;
    border-radius: 3px;
	margin-bottom: 10px;
}

#website-manager-dialog .website-item:last-child,
#website-manager-dialog .connection-item:last-child {
    margin-bottom: 2px;
}

#website-manager-dialog .connection-item .name {
    font-size:14px;
    line-height:1.1;
}

#website-manager-dialog .website-item .domain{
	font-size: 14px;
}

#website-manager-dialog .website-item .domain span{
    display: inline-block;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2;
	cursor: pointer;
}

#website-manager-dialog .website-item .lock{
    display: none;
    font-size: 14px;
    color: #e4457d;
    margin-top: 2px;
    float: right;
    margin-right: 15px;
}

#website-manager-dialog .website-item.has-passkey .lock{
	display: inline-block;
}

#website-manager-dialog .website-item .domain span i{
	opacity: 0.6;
	font-style: normal;
}

#website-manager-dialog .website-item .meta{
	font-size: 12px;
	margin-top: 4px;
	color: #aaa;
}

#website-manager-dialog .website-item .meta span{
	color: #999;
}

#website-manager-dialog .website-item .meta span:nth-of-type(2){
	margin-left: 7px;
}

#website-manager-dialog .website-item .menu,
#website-manager-dialog .connection-item .menu {
	width: 15px;
	position: absolute;
	height: 21px;
	top: 10px;
	right: 10px;
	user-select:none;
}

#website-manager-dialog .website-item .menu:hover,
#website-manager-dialog .connection-item .menu:hover {
	background-color: #eee;
}

#website-manager-dialog .website-item .menu > span,
#website-manager-dialog .connection-item .menu > span {
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: #555;
	border-radius: 3px;
	top: 9px;
	left: 6px;
}

#website-manager-dialog .website-item .menu > span:before,
#website-manager-dialog .website-item .menu > span:after,
#website-manager-dialog .connection-item .menu > span:before,
#website-manager-dialog .connection-item .menu > span:after {
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: #555;
	border-radius: 3px;
	top: -5px;
	left: 0;
}

#website-manager-dialog .website-item .menu > span:after,
#website-manager-dialog .connection-item .menu > span:after {
	top: 5px;
}

#website-manager-dialog .connection-item div.name span {
	width: 93%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

#website-manager-dialog .has-websites .note{
	padding-top:10px;
	font-size:12px;
}

/* Create and Edit Website Dialogs */

#create-website-dialog{
	width: 550px;
}

#dialogs #create-website-dialog .input-group {
	width: 100%;
}

#create-website-dialog .domain-type,
#create-website-dialog .delete-after{
	width:100%;
}

#create-website-dialog .content {
	min-height: 200px;
}

#create-website-dialog .content .wrapper{
	position: relative;
}

#create-website-dialog .content .wrapper input{
	padding-left: 60px;
	padding-right: 80px;
	font-size: 15px;
	padding-top: 6px;
	padding-bottom: 9px;
	width: 100%;
}

#create-website-dialog .content .before,
#create-website-dialog .content .after{
	position: absolute;
	color: #888;
	font-size: 15px;
	top: 11px;
}

#create-website-dialog .content .before{
	left: 12px;
}

#create-website-dialog .content .after{
	right: 10px;
}

#create-website-dialog .content input.is-invalid{
	border-color: #F19595;
	box-shadow: 0 0 4px rgba(255, 0, 0, 0.65);
}

.error-bubble {
	background-color: #E46B6B;
	color: #fff;
	border-radius: 3px;
	position: absolute;
	line-height: 1.4;
	top: 50px;
	width: 185px;
	right: 0;
	font-size: 12px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	padding: 7px 12px;
	z-index: 1;
}

.error-bubble:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom-color: #E46B6B;
	top: -12px;
	left: 10px;
}

.error-bubble.error-bubble-right:before {
	top: 10px;
	left: -12px;
	border-color: transparent;
	border-right-color: #E46B6B;
}

#create-website-dialog .enter-domain{
	position: relative;
}

#create-website-dialog .domain-instructions{
	display: block;
    color: #676d75;
	padding: 17px 20px 24px 20px;
	border: 1px solid #eee;
	line-height: 1.5;
	font-size: 13px;
	margin-bottom: 15px;
	margin-top: 20px;
	border-radius: 3px;
	box-shadow: 1px 1px 6px rgba(17, 150, 224, 0.1);
	border-top: 2px solid #1196e0;
}

#create-website-dialog .domain-instructions p {
	font-size: 14px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 12px;
}

#create-website-dialog .domain-instructions li {
	margin-bottom: 5px;
}

#create-website-dialog .domain-instructions ol {
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
}

#create-website-dialog .domain-instructions .code{
    background-color: #fafbfb;
    border: 1px solid #f0f3f3;
    padding: 7px 14px;
    border-radius: 3px;
    line-height: 1.6;
    color: #4b5658;
    margin: 10px 0;
    margin-right: 15px;
    user-select: text;
}

#create-website-dialog .checkbox.passkey-enable {
	margin-bottom:5px;
}

#edit-website-dialog input.passkey,
#create-website-dialog input.passkey {
	width: 250px;
	margin-top: -10px;
	float: right;
}

#edit-website-dialog .security,
#create-website-dialog .security {
	position: relative;
}

.input-addon {
	display: none;
	position: absolute;
	top: 13px;
	right: 4px;
	height: 36px;
	color: #777;
	width: 36px;
	text-align: center;
	line-height: 44px;
}

.input-addon:hover{
	color: #555;
}

#edit-website-dialog {
	width: 500px;
}

#edit-website-dialog .domain{
	width: 100%;
}

#edit-website-dialog input.passkey{
	width: 220px;
}

#connection-dialog label {
	font-size: 13px;

	/*Used for positioning toggle-pass-type.*/
	position: relative;
}

#connection-dialog label input {
	width: 11px;
	height: 11px;
}

#connection-dialog label.ssh-field .input-group {
	width: 400px !important;
	margin-bottom: 10px;
}

#connection-dialog .message.error {
	color: #EF3B3B;
}

#connection-dialog .passphrase-label {
    margin-top: 10px;
}

#connection-dialog .toggle-pass-type {
	top: 24px;
	display: block;
}

#connection-dialog .radio-horizontal {
	display: flex;
}

#connection-dialog .radio-horizontal label{
	margin: 0 12px 0 0;
}

/* AI Dialog */

#ai-dialog {
	width: 500px;
	overflow: hidden;
}

#ai-dialog .loader-container {
	display: none;
}

#ai-dialog .loader-backdrop {
	text-align: center;
	background: rgba(255,255,255,1);
	box-shadow: 0 0 20px 7px white;
	z-index: 10;
}

#ai-dialog .loader {
	margin-bottom: 20px;
}

#ai-dialog .loader-backdrop .button {
	margin-bottom: 20px;
	padding: 8px 20px 7px;
}

#ai-dialog.loading .loader,
#ai-dialog.loading .loader-container {
	display: block;
}

#ai-dialog #result-text {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 165px;
	padding-top: 5px;
	font-family: monospace;
	font-size: 13px;
	white-space: pre-wrap;
	z-index: -1;
}

#ai-dialog .usage-info {
	display: flex;
	align-items: center;
	padding: 10px 12px;
	font-size: 13px;
	height: 36px;
	background: #f8f8f8;
	border-radius: 3px;
}

#ai-dialog .content {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 300px;
	overflow: hidden;
}

#ai-dialog .controls {
	display: flex;
	flex-direction: column;
}

#ai-dialog .controls-row {
	display: flex;
	justify-content: space-between;
}

#ai-dialog .field-row {
	position: relative;
	display: flex;
	margin-bottom: 20px;
}

#ai-dialog .field-row:last-child {
	margin-bottom: 0;
}

#ai-dialog .field-col {
	flex: 0 50%;
}

#ai-dialog .field-col:not(:last-child) {
	margin-right: 20px;
}

#ai-dialog label {
	position: relative;
}

#ai-dialog input,
#ai-dialog select,
#ai-dialog textarea {
	width: 100% !important;
	max-width: 100%;
}

#ai-dialog textarea {
	height: 200px;
}

#ai-dialog .api-key {
	padding-right: 40px !important;
}

#ai-dialog .toggle-api-key {
	display: block;
	top: 24px;
}

#ai-dialog .selector {
	--text-color: #878787;
	position: relative;
	display: flex;
	font-size: 13px;
	color: var(--text-color);
	margin-bottom: 10px;
	padding: 3px 0;
	border-radius: 3px;
}

#ai-dialog .model-selector span {
	margin-left: 5px;
} 

#ai-dialog .selector i {
	font-size: 13px;
	margin-right: 3px;
}

#ai-dialog .selector:after {
	content: "";
	width: 0;
	height: 0;
	border: 1px solid transparent;
	border-width: 4px 4px;
	border-top-color: var(--text-color);
	border-radius: 0 2px 2px 0;
	margin-left: 5px;
	margin-top: 4px;
}

/* Reflow product chooser */

#product-chooser-dialog .content {
	min-width: 300px;
	min-height: 30px;
}

#product-chooser-dialog .error {
	color: #a6abaf;
}

#product-chooser-dialog .loader {
	width: 38px;
	height: 38px;
	border-width: 6px;
	margin-bottom: 30px;
}

#product-chooser-dialog.loading .description,
#product-chooser-dialog .no-products,
#product-chooser-dialog .error,
#product-chooser-dialog .has-products{
	display: none;
}

#product-chooser-dialog.no-products .no-products,
#product-chooser-dialog.error .error,
#product-chooser-dialog.has-products .has-products{
	display:block;
}

#product-chooser-dialog.loading .loader {
	display: block;
}

#product-chooser-dialog .message {
	line-height: 1.3;
	margin-bottom: 1.5em;
}


#product-chooser-dialog .listing {
	max-height: 500px;
	overflow-y: auto;
	padding-right: 10px;
}

#product-chooser-dialog .product-item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

#product-chooser-dialog .product-item:hover,
#product-chooser-dialog .product-item.selected {
    background: #e9f0fb;
    border-radius: 4px;
}

#product-chooser-dialog .product-image {
	width: 80px;
	height: 80px;
	background-size: cover;
	background-position: center center;
	border-radius: 4px;
}

#product-chooser-dialog .product-info {
	flex: 1;
	padding: 0 15px;
}

#product-chooser-dialog .product-name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	max-width: 400px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#product-chooser-dialog .product-category {
	font-size: 14px;
	color: #888;
}

#product-chooser-dialog .product-price {
	font-weight: bold;
	padding-right: 10px;
}

/* Reflow category chooser */

#category-chooser-dialog .content {
	width: 350px;
	min-height: 30px;
	margin-bottom: 30px;
}

#category-chooser-dialog .error {
	color: #a6abaf;
}

#category-chooser-dialog .loader {
	width: 38px;
	height: 38px;
	border-width: 6px;
}

#category-chooser-dialog.loading .description,
#category-chooser-dialog .no-categories,
#category-chooser-dialog .error,
#category-chooser-dialog .has-categories {
	display: none;
}

#category-chooser-dialog.no-categories .no-categories,
#category-chooser-dialog.error .error,
#category-chooser-dialog.has-categories .has-categories {
	display:block;
}

#category-chooser-dialog.loading .loader {
	display: block;
}

#category-chooser-dialog .message {
	line-height: 1.3;
	margin-bottom: 1.5em;
}

#category-chooser-dialog .category-select {
	width: 100%;
}

/* Component To Package dialog */

#component-to-package-dialog .list .white-item{
	overflow: hidden;
	text-overflow: ellipsis;
}

#component-to-package-dialog .item-header {
	padding: 5px 0;
}

#component-to-package-dialog .form-holder {
	margin: 10px;
}

#component-to-package-dialog .message{
	font-size: 15px;
	padding: 15px;
	text-align: center;
}

#component-to-package-dialog .content{
	margin-top:30px;
	overflow-y: auto;
	padding-right: 15px;
	width: 560px;
	max-height: 400px;
}

#component-to-package-dialog.has-images .image-list {
	display: flex;
	flex-wrap: wrap;
}

#component-to-package-dialog .image-list .field-inline {
	margin-right: 8px;
}

#component-to-package-dialog .image .delete-image {
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s;
}

#component-to-package-dialog .image:hover .delete-image {
	visibility: visible;
	opacity: 1;
}

#component-to-package-dialog #package-name-input{
	width: 100%;
	margin-bottom: 24px;
	display: block;
}

#component-to-package-dialog .content p {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 6px;
	padding: 0 6px;
}

#component-to-package-dialog .menu-item {
	margin-bottom: 10px;
}

#component-to-package-dialog .menu-item .button {
	border-radius: 3px;
	padding: 6px 12px;
}

#component-to-package-dialog .menu-item .caret {
	margin-right: 6px;
}

#component-to-package-dialog .menu-item .menu-item-toggle {
	flex: 1;
	padding: 5px 0;
}

#component-to-package-dialog .menu-item .menu-item-heading {
	display: flex;
	justify-content: space-between;
	align-content: center;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}

#component-to-package-dialog .menu-item .additional .dropdown-menu{
	display:none;
	position:absolute;
	background-color:#FFF;
	border:1px solid #d6d6d6;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
	max-width:240px;
	z-index: 999;
	top: 30px;
	list-style:none;
}

#component-to-package-dialog .menu-item .additional .dropdown-menu.expanded{
	display:block;
}

#component-to-package-dialog .menu-item .additional .dropdown-menu li{
	width:100%;
	padding:10px;
}

#component-to-package-dialog .menu-item .additional .dropdown-menu li.hidden{
	display: none;
}

#component-to-package-dialog .menu-item .additional .dropdown-menu li:hover{
	background-color:#F1F1F1;
}

#component-to-package-dialog .menu-item .additional .dropdown-menu li + li{
	border-top:1px solid #d6d6d6;
}

#component-to-package-dialog .menu-item.disabled .menu-item-heading span:first-child{
	opacity: 0.4;
	pointer-events: none;
}

#component-to-package-dialog .menu-item.disabled .menu-item-content{
	display: none !important;
}

#component-to-package-dialog .menu-item.disabled .caret {
    transform: none;
}

#component-to-package-dialog .image-list{
	padding-top:5px;
}

#component-to-package-dialog .css-list{
	margin-bottom: 20px;
}

#component-to-package-dialog .css-list .item {
	font-size: 12px;
	font-family: 'BSS Monospace', monospace;
	margin-bottom: 0px;
	padding: 11px;
	display: table;
	width: 100%;
	line-height: 1.5;
	word-break: break-word;
	position:relative;
}

#component-to-package-dialog .css-list .item .close {
	color: #fff;
	width: 20px;
	height: 20px;
	text-align: center;
	background-color: #e23c81;
	border-radius: 50%;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	display: none;
}

#component-to-package-dialog .css-list .item .close:hover {
	background-color: #de1066;
}

#component-to-package-dialog .css-list .item:hover .close {
	display: block;
}

#component-to-package-dialog .css-list .item input[type=text]{
	width: 95%;
	padding: 3px 6px;
	font-family: inherit;
	font-size: 12px;
	line-height: 1;
	margin: 3px 0;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #e5e9ef;
	height: 30px;
	padding-left: 10px;
}

#component-to-package-dialog .css-list .item .left{
	display: table-cell;
	width: 16px;
}

#component-to-package-dialog .css-list .item .right{
	display: table-cell;
	padding-left: 10px;
}

#component-to-package-dialog .css-list .item input[type=checkbox]{
	position:relative;
	bottom:-2px;
}

#component-to-package-dialog .css-list .item .media{
	padding-left: 15px;
}

#component-to-package-dialog .css-list .item .media .open-query{
	margin-left:-15px;
}

#component-to-package-dialog .css-list .item .open-query span{
	color: #3686A9;
}

#component-to-package-dialog .css-list .item .media .close-query{
	margin-left:-15px;
}

#component-to-package-dialog .css-list .item .open-block > span{
	color: #264AD5;
}

#component-to-package-dialog .css-list .item .line{
	padding-left: 20px;
}

#component-to-package-dialog .css-list .item .line .property{
	color: #264AD5;
}

#component-to-package-dialog .css-list .item .line .value{
	color: #a52aba;
}

#component-to-package-dialog .css-list .item .selector.keyframe{
	padding-left:20px;
}

#component-to-package-dialog .css-list .item .line.keyframe{
	padding-left: 40px;
}

#component-to-package-dialog .list .item{
	background-color:#FFFFFF;
	color: #444D56;
	display: block;
	padding: 0;
}

#component-to-package-dialog .list .item span{
	margin-right: 6px;
}

#component-to-package-dialog .list b{
    margin-right: 10px;
    margin-bottom: 1px;
}

#component-to-package-dialog .list input{
	vertical-align: middle;
	margin-right:6px;
}

#component-to-package-dialog label.checkbox {
	display: flex;
	padding: 5px 10px;
	margin-bottom: 0;
}

#component-to-package-dialog label.checkbox span {
	color: #444D56;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.1;
}

/* Resource ordering dialog */

#resource-order-dialog{
	width: 540px;
}

#resource-order-dialog .content{
	min-height: 150px;
	max-height: 400px;
	padding: 12px 15px 20px 0;
	overflow: auto;
	margin-bottom: 5px;
}

#resource-order-dialog .entry{
	padding: 8px 25px 8px 10px;
	font-size: 13px;
	margin-bottom: 3px;
	border: 1px solid #ddd;
	white-space: nowrap;
	box-shadow: 1px 1px 1px #fafafa;
	background-color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
}

#resource-order-dialog .entry .lock{
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	float: left;
	margin-right: 4px;
}

#resource-order-dialog p{
	line-height: 1.5;
	font-size: 13px;
	margin-bottom: 5px;
	opacity: 0.8;
}

#resource-order-dialog .reorder-container .entry{
	cursor:ns-resize;
}

#resource-order-dialog .drag-enabled{
	cursor:ns-resize;
}

#resource-order-dialog .dragged{
	z-index: 100;
	transition:none;
	pointer-events:none;
	opacity:0.9;
}

#resource-order-dialog .animated{
	transition:100ms all;
}

#resource-order-dialog .entry .menu{
	cursor: default;
	width: 15px;
	position: absolute;
	height: 21px;
	top:3px;
	right:8px;
	user-select:none;
}

#resource-order-dialog .entry .menu:hover{
	background-color: #eee;
}

#resource-order-dialog .entry .menu > span{
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: #555;
	border-radius: 3px;
	top: 9px;
	left: 6px;
}

#resource-order-dialog .entry .menu > span:before,
#resource-order-dialog .entry .menu > span:after{
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: #555;
	border-radius: 3px;
	top: -5px;
	left: 0;
}

#resource-order-dialog .entry .menu > span:after{
	top: 5px;
}

/* Profile dialog */

#profile-dialog{
	max-width: 865px;
	min-width: 610px;
}

#profile-dialog .header{
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

#profile-dialog .scroll-container{
	max-height: 400px;
	overflow: auto;
	padding-right: 20px;
}

#profile-dialog .error{
	display: none;
}

#profile-dialog .loading{
	opacity:0;
	pointer-events: none;
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 13px;
	line-height: 1.5;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	z-index: 1;
	transition:opacity 0.25s;
}

#profile-dialog .loading .loader{
	display: block;
	top: 50%;
	margin-top: -10px;
}

#profile-dialog.error .content{
	display:none;
}

#profile-dialog .error{
	height:200px;
}

#profile-dialog .error .message{
	text-align: center;
	font-size: 14px;
	padding-top: 100px;
}

#profile-dialog.error .error,
#profile-dialog.loading .loading{
	display: block;
	opacity: 1;
}

#profile-dialog .author{
	display: flex;
}

#profile-dialog .author .photo{
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #f0f0f0;
	background-size: cover;
	background-position: center;
	margin-right: 17px;
	flex-shrink: 0;
}

#profile-dialog .author .mid{
	display: flex;
	flex-direction:column;
}

#profile-dialog .author .name{
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 6px;
	white-space: nowrap;
	overflow: hidden;
	max-width: 300px;
	text-overflow: ellipsis;
}

#profile-dialog .author .secondary{
	font-size:13px;
	color:#888;
}

#profile-dialog .author .secondary .edit{
	padding: 5px 15px;
	font-size: 10px;
	margin-top: 1px;
}

#profile-dialog .header .downloads{
	margin-top: 4px;
	height: 36px;
	min-width: 40px;
	border-radius: 8px;
	box-shadow: 1px 1px 1px #eee;
	border: 1px solid #DADFE0;
	text-align: center;
	line-height: 36px;
	padding: 0 10px;
}

#profile-dialog .no-components-message{
	display: none;
	padding: 70px;
	text-align: center;
	font-size: 13px;
	color: #888;
}

#profile-dialog.no-components .no-components-message{
	display: block;
}

#profile-dialog.no-components .components-list{
	display: none;
}

#profile-dialog .components-list .component{
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 1px #f0f0f0;
	margin-right: 12px;
	margin-bottom: 12px;
	font-size: 14px;
	border-radius: 3px;
	width: 240px;
}

#profile-dialog .components-list.wide {
	width: 756px;
}

#profile-dialog .components-list .component:hover{
	border-color:#ccc;
}

#profile-dialog .components-list .component .preview{
	height: 140px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: -10px -10px 8px;
	border-radius: 4px 4px 0 0;
	border: 7px solid #fff;
	box-shadow: 0 1px 0px #ddd;
	text-align: center;
	line-height: 132px;
	font-size: 12px;
	color: #999;
}

#profile-dialog .components-list .component .name{
	font-weight: bold;
	white-space: nowrap;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 3px;
	font-size: 13px;
}

#profile-dialog .components-list .component .stats{
	font-size: 11px;
	color: #888;
}

/* Component dialog */

#component-dialog{
	width: 600px;
}

#component-dialog .header{
	margin-bottom: 20px;
}

#component-dialog .scroll-container{
	max-height: 400px;
	overflow: auto;
	padding-right: 20px;
}

#component-dialog .btn{
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	padding: 13px 18px 12px;
	border-radius: 2em;
	color: #fff;
	margin-top: 2px;
	font-weight: bold;
	opacity: 0.95;
	background-color: #91AFC3;
	box-shadow: 0 1px 2px #ddd;
}

#component-dialog .btn:hover{
	opacity: 1;
}

#component-dialog .btn.install{
	background-color: #40ACDE;
}

#component-dialog .btn.uninstall{
	background-color: #F34F4F;
}

#component-dialog .btn.btn-preview {
	color: #6d7071;
	background-color: #fff;
	border: 1px solid #cccccc;
	margin-right: 5px;
}

#component-dialog .btn.inactive{
	pointer-events: none;
}

#component-dialog .component-name{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	padding-right: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#component-dialog .error{
	display: none;
}

#component-dialog .loading{
	opacity:0;
	pointer-events: none;
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 13px;
	line-height: 1.5;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	z-index: 1;
	transition:opacity 0.25s;
}

#component-dialog .loading .loader{
	display: block;
	top: 50%;
	margin-top: -10px;
}

#component-dialog.error .content{
	display:none;
}

#component-dialog .error{
	height:200px;
}

#component-dialog .error .message{
	text-align: center;
	font-size: 14px;
	padding-top: 100px;
}

#component-dialog.error .error,
#component-dialog.loading .loading{
	display: block;
	opacity: 1;
}

#component-dialog .vote{
	margin-right: 12px;
	padding: 12px 6px;
	border-radius: 3px;
	float: left;
	position: relative;
	border: 1px solid #ddd;
}

#component-dialog .vote.readonly .arrow{
	opacity:0.4;
	pointer-events: none;
}

#component-dialog .vote .count{
	font-size: 13px;
	font-weight: bold;
	color: #6D6D6D;
	min-width: 18px;
	text-align: center;
}

#component-dialog .vote .arrow{
	position: absolute;
	top: 0;
	left: 0;
	height: 11px;
	width: 100%;
	border-radius: 3px 3px 0 0;
}

#component-dialog .vote .arrow:before {
	content: '';
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-width: 4px 4px;
	border-bottom-color: #595C5F;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	top: 0px;
}

#component-dialog .vote .arrow.down{
	bottom: 0;
	top: auto;
	border-radius: 0 0 3px 3px;
}

#component-dialog .vote .arrow.down:before {
	border-top-color: #595C5F;
	border-bottom-color: transparent;
	top: auto;
	bottom: 0;
}

#component-dialog .vote.voted_up .arrow.up,
#component-dialog .vote .arrow:hover{
	background: #f3f3f3;
}

#component-dialog .vote.voted_down .arrow.down,
#component-dialog .vote .arrow.down:hover{
	background: #f3f3f3;
}

#component-dialog .vote.voted_up .arrow.up:before {
	border-bottom-color: #4BA3E2;
}

#component-dialog .vote.voted_down .arrow.down:before {
	border-top-color: #EF5858;
}

#component-dialog .author .name {
	font-size: 13px;
	color: #888;
	display: inline-block;
	vertical-align: middle;
	line-height: 15px;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: -3px;
	margin-right: -3px;
}
#component-dialog .author .name:hover {
	background-color: #FFFBC9;
	color: #8A886E;
}

#component-dialog .author .downloads,
#component-dialog .comment-list .comment-author-downloads {
	font-size: 10px;
	display: inline-block;
	vertical-align: middle;
	background-color: #81B9E0;
	line-height: 1;
	padding: 3px 5px 2px;
	border-radius: 4px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right:2px;
}

#component-dialog .description {
	font-size: 14px;
	color: #585858;
	line-height: 1.4;
	margin-bottom: 10px;
	user-select: text;
}

#component-dialog .stats {
	font-size: 13px;
	color: #ADB0B1;
}

#component-dialog .stats span:not(:last-child):after{
	content: '·';
	padding:0 4px;
	font-weight: bold;
}

#component-dialog .preview{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	margin: 4px 0 20px 4px;
	border: 15px solid #fff;
	outline: 3px solid #EDF3F5;
	height: 240px;
}

#component-dialog .comment-form{
	display: flex;
	align-items: flex-start;
	margin-top: 30px;
	position: relative;
}

#component-dialog .comment-edit-form .error-message,
#component-dialog .comment-form .error-message{
	position: absolute;
	font-size: 12px;
	color: #EF3B3B;
	bottom: 20px;
	left: 98px;
}

#component-dialog .comment-form .photo{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #f0f0f0;
	background-size:cover;
	background-position: center;
	margin-right: 15px;
	flex-shrink: 0;
}

#component-dialog .comment-edit-form,
#component-dialog .comment-form .text-holder{
	flex-grow: 1;
	position: relative;
	border: 1px solid #D5DCDE;
	border-radius: 3px;
	box-shadow: 1px 1px 1px #f5f5f5;
}

#component-dialog .comment-edit-form textarea,
#component-dialog .comment-form textarea{
	resize: none;
	height: 100px;
	width: 100%;
	max-width: none;
	max-height: 200px;
	background: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #D5DCDE;
	color: #555;
	line-height: 1.35;
}

#component-dialog .comment-edit-form textarea:focus,
#component-dialog .comment-form textarea:focus{
	resize: vertical;
}

#component-dialog .comment-edit-form .button,
#component-dialog .comment-form .button{
	margin: 6px 8px 8px;
}

#component-dialog .comment-list{
}

#component-dialog .comment-list .comment{
	display: flex;
	margin-top: 24px;
}

#component-dialog .comment-list .comment-author-photo{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #f0f0f0;
	background-size: cover;
	background-position: center;
	margin-right: 15px;
	flex-shrink: 0;
}

#component-dialog .comment-list .comment-content{
	flex-grow:1;
	position: relative;
}

#component-dialog .comment-list .comment-author-name{
	font-weight: bold;
	font-size: 13px;
	display: inline-block;
	max-width: 180px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
	line-height: 1.2;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: -3px;
	margin-right: -3px;
	user-select: text;
}

#component-dialog .comment-list .comment-author-name:hover{
	background-color: #FFFBC9;
	color: #4A4941;
}

#component-dialog .comment-list .comment-date{
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	color: #ADB0B1;
}

#component-dialog .comment-list .comment-menu{
	position: absolute;
	top: 0;
	right: 0;
}

#component-dialog .comment-list .comment-text{
	margin-top: 5px;
	color: #585858;
	line-height: 1.45;
	font-size: 15px;
	word-break: break-word;
	user-select: text;
}

#component-dialog .comment-list .comment-text a:hover{
	text-decoration: underline;
	cursor: pointer;
}

#component-dialog .comment-list .menu{
	width: 15px;
	position: absolute;
	height: 21px;
	top: -2px;
	right: -5px;
	user-select:none;
}

#component-dialog .comment-list .menu:hover{
	background-color: #eee;
}

#component-dialog .comment-list .menu > span{
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: #555;
	border-radius: 3px;
	top: 9px;
	left: 6px;
}

#component-dialog .comment-list .menu > span:before,
#component-dialog .comment-list .menu > span:after{
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: #555;
	border-radius: 3px;
	top: -5px;
	left: 0;
}

#component-dialog .comment-list .menu > span:after{
	top: 5px;
}

#component-dialog .comment-list .comment-edit-form{
	display: none;
}

#component-dialog .comment-edit-form .button.primary {
    margin-right: -5px;
}

#component-dialog .comment-list .comment.editing .comment-content{
	display:none;
}

#component-dialog .comment-list .comment.editing .comment-edit-form{
	display: block;
}

/* Styles used by ShareOnlineComponentDialog and ShareTeamComponentDialog */

.share-dialog .content{
	position: relative;
}

.share-dialog.hasError .content{
	opacity: 0.75;
	pointer-events: none;
}

.share-dialog .left-col{
	width: 270px;
	float: left;
	min-height: 200px;
	max-height: 360px;
	overflow-y: auto;
	padding-right: 10px;
}

.share-dialog .right-col{
	float: right;
	min-height: 200px;
	max-height: 360px;
	padding-left: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}

.share-dialog .component-holder{
	overflow: hidden;
	margin-bottom: 15px;
}

.share-dialog .component-preview{
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding: 12px;
	box-shadow: 0 0 20px #eee inset;
	background-origin: content-box;
	font-size: 13px;
	color: #888;
	text-align: center;
	line-height: 165px;
	position: relative;
}

.share-dialog.has-preview .component-preview span.edit,
#dialogs .thumbnails li.custom-template span.edit {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	line-height: 1;
	padding: 10px 12px;
	border-radius: 4px;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	opacity: 0;
	transition:opacity 0.25s;
}

.share-dialog.has-preview .component-preview:hover span.edit{
	opacity: 1;
}

.share-dialog .component-description{
	height: 90px;
	resize: vertical;
	max-height: 250px;
}

.share-dialog .content > label > input{
	width: 100%;
}

.share-dialog .loading{
	display: none;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 13px;
	line-height: 1.5;
	justify-content: center;
	align-items: center;
}

.share-dialog.isLoading .loader{
	display: flex;
}

.share-dialog .error{
	display: none;
	text-align: right;
	float: right;
	color: #888888;
	font-size: 13px;
	padding-top: 12px;
}

.share-dialog.hasError .error{
	display: block;
}

/* Share component dialog */

#share-online-component-dialog h5{
	margin-bottom: 36px;
}

#share-online-component-dialog .author-card{
	overflow: hidden;
	float: right;
	padding: 5px 10px;
	margin-right: -10px;
}

#share-online-component-dialog.hasError .author-card{
	display: none;
}

#share-online-component-dialog .author-card:hover{
	background-color: #fafafa;
}

#share-online-component-dialog .author-card .author-label{
	text-transform: uppercase;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 7px;
	color: #aaa;
}

#share-online-component-dialog .author-card .author-image{
	width: 25px;
	display: inline-block;
	height: 25px;
	background-color: #eee;
	border-radius: 50%;
	margin-right: 6px;
	vertical-align: middle;
	background-size: cover;
}

#share-online-component-dialog .author-card .author-name{
	display: inline-block;
	max-width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 25px;
	vertical-align: middle;
}

#share-online-component-dialog .author-card .edit{
	padding: 7px 10px;
}

/* Create/update team component dialog */

#share-team-component-dialog h5 {
	margin-bottom: 10px;
}

#share-team-component-dialog .team-name{
	margin-bottom: 36px;
	font-size: 14px;
}

/* Edit component screenshot dialog */

#edit-screenshot-dialog .crop-area{
	width: 496px;
	height: 285px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 0px 1px #e4e4e4;
	margin-bottom: 12px;
	cursor: move;
	text-align: center;
	line-height: 270px;
	font-size: 13px;
	color: #999;
}

#edit-screenshot-dialog .crop-area img{
	position: absolute;
	transform-origin: top left;
	pointer-events: none;
	top: 0;
	left: 0;
}

#edit-screenshot-dialog .control-buttons{
	margin-bottom: 7px;
	text-align: right;
	visibility: hidden;
}

#edit-screenshot-dialog.can-scale .control-buttons{
	visibility: visible;
}

#edit-screenshot-dialog.no-preview-available .control-buttons{
	pointer-events: none;
}

#edit-screenshot-dialog .control-buttons .button{
	font-size: 20px;
	padding: 5px;
	width: 40px;
	color: #777;
	margin-right: 0;
	margin-left: 4px;
	border-color: #d4d4d4;
}

/* Online user profile dialog */

#edit-profile-dialog h5{
	margin-bottom: 36px;
}

#edit-profile-dialog .content{
	overflow: hidden;
}

#edit-profile-dialog label > input {
	width: 300px !important;
}

#edit-profile-dialog .left-col{
	float: left;
	padding-right: 30px;
}

#edit-profile-dialog .right-col{
	float: right;
	padding-left: 10px;
}

#edit-profile-dialog .photo{
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 13px;
	background-color: #eee;
	position: relative;
}

#edit-profile-dialog .photo .downloads{
	position: absolute;
	background-color: #fff;
	color: #656565;
	border: 1px solid #ddd;
	bottom: 0;
	left: 0;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
	border-radius: 2px;
	padding: 4px 8px 4px 6px;
}

#edit-profile-dialog .photo .downloads i{
	vertical-align: middle;
	font-size: 13px;
}

#edit-profile-dialog .content > label > input{
	width: 100%;
}

#edit-profile-dialog .loading{
	display: none;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 13px;
	line-height: 1.5;
	justify-content: center;
	align-items: center;
}

#edit-profile-dialog.isLoading .loading{
	display: flex;
}

#edit-profile-dialog .loading .loader{
	display: block;
	position: static;
}

#edit-profile-dialog.hasError .content{
	opacity: 0.75;
	pointer-events: none;
}

#edit-profile-dialog .error{
	display: none;
	text-align: right;
	float: right;
	color: #888888;
	font-size: 13px;
	padding-top: 11px;
}

#edit-profile-dialog.hasError .error{
	display: block;
}

#edit-profile-dialog:not(.hasError) .invalid{
	border-color:red !important;
}

#edit-profile-dialog label i{
	display: block;
	font-size: 12px;
	margin-top: 11px;
	line-height: 1.45;
	color:#999;
}

/* Copy to Multiple Dialog */

#copy-multiple-dialog{
	width: 420px;
}

#copy-multiple-dialog .controls {
	display: inline-flex;
	align-items: center;
	margin-bottom: 15px;
	width: 100%;
	height: 30px;
}

#copy-multiple-dialog .controls .pretty-checkbox-regular > * {
	margin-bottom: 0;
}

#copy-multiple-dialog .select-all{
	margin: auto 10px;
}

#copy-multiple-dialog .select-all .checkbox-text{
	width: max-content;
}

#copy-multiple-dialog .asset-search input {
	width: 100%;
}


#copy-multiple-dialog .select-all input + span{
	margin-right:8px;
}

#copy-multiple-dialog .item{
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 20px;
	border: 1px solid #ddd;
	padding: 5px 10px;
	border-radius: 2px;
	margin-bottom: 5px;
}

#copy-multiple-dialog .page-list{
	/*fixed height prevents dialog from changing size when filtering pages*/
	height: 220px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
	margin-right: -12px;
}

#copy-multiple-dialog .item input[type=checkbox]{
	margin-right: 7px;
	vertical-align: middle;
	margin-top: -1px;
}

#copy-multiple-dialog .item span {
	color: #47525f;
	margin-right: 8px;
	margin-bottom: 0;
}

#copy-multiple-dialog .pretty-checkbox-regular {
	display: flex;
	align-items: center;
}

#copy-multiple-dialog .pretty-checkbox-regular input + span {
	top: 0;
}

#copy-multiple-dialog .buttons .pretty-checkbox-regular {
	margin-bottom:0;
}

/* Resource visibility dialog */

#resource-visibility-dialog{
	width: 500px;
}

#resource-visibility-dialog select {
	width: 100%;
}

#resource-visibility-dialog .content{
	min-height: 80px;
}

#resource-visibility-dialog .page-list{
	max-height: 300px;
	overflow: auto;
}

#resource-visibility-dialog .page-item{
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 20px;
	border: 1px solid #ddd;
	padding: 5px 10px;
	border-radius: 2px;
	margin-bottom: 5px;
}

#resource-visibility-dialog input[type=checkbox]{
	margin-right: 7px;
	vertical-align: middle;
	margin-top: -1px;
}

#resource-visibility-dialog .page-item span {
	color: #47525f;
	margin-right: 8px;
	margin-bottom: 0;
}

#resource-visibility-dialog .pretty-checkbox-regular {
	display: flex;
	align-items: center;
	margin-bottom: 3px;
	padding-left: 10px;
	margin-right: 10px;
}

#resource-visibility-dialog .pretty-checkbox-regular input + span {
	top: 0;
}

#resource-visibility-dialog .buttons .pretty-checkbox-regular {
	margin-bottom:0;
}

/* Page properties dialog */

#dialogs #page-properties-dialog {
	width: 980px;
	padding: 50px 52px 45px;
}

#page-properties-dialog .content{
	display: flex;
	height: 520px;
}

/* So it doesn't show scroll when user hasn't changed textarea size:*/
#page-properties-dialog .content .large-textarea{
	height: 205px;
}

#page-properties-dialog .checkbox {
	margin: 5px 0;
}

/* CSS Chooser Dialog */

.loader.circle {
	position: relative;
	align-self: center;
	height: 60px;
	width: 60px;
	border: 8px solid rgba(88, 161, 236, 0.3);
	border-left-color: #58a1ec;
	border-radius: 50%;
	animation: rotate 1s infinite linear;
	margin-bottom: 30px;
}

#css-chooser-dialog {
	width:580px;
}

#css-chooser-dialog .content {
	min-height: 200px;
	max-height: 450px;
	overflow-y: auto;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}

#css-chooser-dialog .content.empty {
	align-items: center;
	justify-content: center;
}

#css-chooser-dialog .content .loader.circle {
	align-self: center;
	margin-bottom: 30px;
}

#css-chooser-dialog .note {
	color: #6a7984;
	font-size: 13px;
	word-wrap: break-word;
	line-height: 1.6;
	margin-bottom: 20px;
	margin-top: -20px;
}


#css-chooser-dialog .message {
	font-size: 15px;
	text-align: center;
	color: #a6abaf;
	/* display: flex;
	flex-direction: column;
	margin: 80px 0; */
}

#css-chooser-dialog .css-dropdown{
	margin:0 15px 10px 0;
}

#css-chooser-dialog .css-dropdown:last-child{
	margin-bottom:0;
}

#css-chooser-dialog .css-dropdown input:disabled + span{
	background: #e1e3e4;
}

#css-chooser-dialog .css-dropdown .dropdown-toggle label {
	margin-bottom:0;
}

#css-chooser-dialog .css-dropdown .item{
	width:100%;
	background-color:#fff;
	color: #444D56;
	font-size: 13px;
	display: block;
	padding: 12px;
	margin-bottom:0;
}

#css-chooser-dialog .css-dropdown .dropdown-toggle {
	position: relative;
}

#css-chooser-dialog .css-dropdown .dropdown-toggle:before,
#css-chooser-dialog .css-dropdown .dropdown-toggle:after {
	content: "";
	width: 2px;
	height: 6px;
	background: #acb9c1;
	position: absolute;
	top: 16px;
}

#css-chooser-dialog .css-dropdown .dropdown-toggle:before {
	right: 28px;
	transform: rotate(-45deg);
}

#css-chooser-dialog .css-dropdown .dropdown-toggle:after {
	right: 24px;
	transform: rotate(45deg);
}

#css-chooser-dialog .css-dropdown.expanded .dropdown-toggle:before {
	transform: rotate(45deg);
}

#css-chooser-dialog .css-dropdown.expanded .dropdown-toggle:after {
	transform: rotate(-45deg);
}

#css-chooser-dialog label.checkbox > span {
	margin-bottom: 1px;
	margin-top: 0;
}

#css-chooser-dialog .css-dropdown .block.item {
	color: #898f96;
	font-size: 12px;
	font-family: 'BSS Monospace', monospace;
	padding: 11px;
	display: table;
	width: 100%;
	line-height: 1.5;
	word-break: break-word;
	user-select: text;
}

#css-chooser-dialog .css-dropdown .block.item input[type=text] {
	width: 90%;
	padding: 3px 6px;
	font-family: inherit;
	font-size: 12px;
	line-height: 1;
	margin: 3px 0;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #e5e9ef;
}

#css-chooser-dialog .css-dropdown .block.item .left{
	display: table-cell;
	width: 16px;
}

#css-chooser-dialog .css-dropdown .block.item .right{
	display: table-cell;
	padding-left: 10px;
}

#css-chooser-dialog .css-dropdown .block.item input[type=checkbox]{
	position:relative;
	bottom:-2px;
}

#css-chooser-dialog .css-dropdown .block.item .media{
	padding-left: 15px;
}

#css-chooser-dialog .css-dropdown .block.item .media .open-query{
	margin-left:-15px;
}

#css-chooser-dialog .css-dropdown .block.item .open-query span{
	color: #3686A9;
}

#css-chooser-dialog .css-dropdown .block.item .media .close-query{
	margin-left:-15px;
}

#css-chooser-dialog .css-dropdown .block.item .open-block > span{
	color: #264AD5;
}

#css-chooser-dialog .css-dropdown .block.item .line{
	padding-left: 20px;
}

#css-chooser-dialog .css-dropdown .block.item .line .property{
	color: #264AD5;
}

#css-chooser-dialog .css-dropdown .block.item .line .value{
	color: #a52aba;
}

#css-chooser-dialog .css-dropdown .block.item.disabled {
	text-decoration: line-through;
	text-decoration-color: rgba(139, 153, 162, 0.85);
}

#css-chooser-dialog .css-dropdown .block.item.disabled .open-block > span,
#css-chooser-dialog .css-dropdown .block.item.disabled .line .property,
#css-chooser-dialog .css-dropdown .block.item.disabled .line .value {
	color: #8b99a2;
}


#css-chooser-dialog .block.item .selector.keyframe{
	padding-left:20px;
}

#css-chooser-dialog .block.item .line.keyframe{
	padding-left: 40px;
}

#css-chooser-dialog .css-dropdown .block.item.read-only span{
	color: #898f96 !important;
}

#css-chooser-dialog .css-dropdown .blocks {
	border: 1px solid #ddd;
	border-top-width: 0;
	padding: 6px;
}

#css-chooser-dialog .css-dropdown .blocks span input[type='text']{
	display:inline-block;
}

#css-chooser-dialog .split-button {
	width: auto;
	height: 37px;
}

#css-chooser-dialog .split-button .button {
	border-radius: 0;
	padding: 12px 8px;
}

#css-chooser-dialog .split-button .icon-wrapper {
	padding: 8px 3px;
}

#css-chooser-dialog .split-button .button:first-child {
	border-top-left-radius: 2em;
	border-bottom-left-radius: 2em;
	padding-left: 18px;
}

#css-chooser-dialog .split-button .button:last-child {
	border-top-right-radius: 2em;
	border-bottom-right-radius: 2em;
	padding-right: 18px;
}

#css-chooser-dialog .split-button .button.icon-wrapper:last-child {
	padding-right: 5px;
}

/* Custom Export Dialog */

#custom-export-dialog {
	min-height: 400px;
}

#custom-export-dialog .content {
	position: relative;
}

#custom-export-dialog .loader {
	position: absolute;
	top: 200px;
	left: calc(50% - 30px);
}

#custom-export-dialog .input-group.invalid-path input{
	color: #f31f1f;
}

#custom-export-dialog .files-list {
	margin: 20px 5px;
	height: 300px;
	overflow-y: auto;
}

#custom-export-dialog .controls {
	display: inline-flex;
	align-items: center;
	width: 100%;
}

#custom-export-dialog .controls label {
    color: inherit;
    height: 13px;
}

#dialogs .files-list label.checkbox > span {
	color: #47525f;
	font-size: 13px;
	line-height: 15px;
}

#custom-export-dialog label.checkbox {
	margin-bottom: 13px;
}

/* Custom Publish Dialog */
#custom-publish-dialog {
	width: 635px;
}

#custom-publish-dialog .files-list {
	margin: 20px 5px;
	height: 300px;
	overflow-y: auto;
}

#custom-publish-dialog .loader {
	position: absolute;
	top: 300px;
	left: calc(50% - 30px);
}

#custom-publish-dialog .select-all-assets {
	display: inline-flex;
	vertical-align: top;
}

#custom-publish-dialog label {
	margin-bottom: 13px;
}

#custom-publish-dialog .select-all-assets label.pretty-checkbox-regular span {
	margin-bottom: 2px;
}

#custom-publish-dialog .asset-search {
	display: inline-block;
	width: fit-content;
	vertical-align: text-bottom;
}

#custom-publish-dialog .asset-search input {
	width: 369px; /* It's pixel perfect. */
}

/* Custom Import Dialog */
#custom-import-dialog {
	width: 650px;
}

#custom-import-dialog > .content {
	position: relative;
}

#custom-import-dialog .loader {
	position: absolute;
	top: 200px;
	left: calc(50% - 30px);
}

#custom-import-dialog .theme-name {
	position: relative;
	width: 100%;
	height: 38px;
	text-indent: 0;
	padding: 11px 12px;
	background-color: #fff;
	border: 1px solid #dadada;
	box-shadow: 1px 1px 1px #eee;
	color: #858585;
	border-radius: 3px;
	vertical-align: middle;
	font-size: 13px;
}

#custom-import-dialog .theme-name i {
	position: absolute;
	right: 10px;
	top: 8px;
}

#custom-import-dialog .controls {
	display: inline-flex;
	align-items: center;
	width: 100%;
}

#custom-import-dialog .controls label {
	color: inherit;
	height: 13px;
}

#custom-import-dialog label.checkbox {
	width: 100%;
}

#custom-import-dialog label.checkbox > span:nth-child(3) {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: calc(100% - 30px);
}

#custom-import-dialog .files-list {
	margin: 10px 0;
	height: 400px;
	overflow-y: auto;
}

#custom-import-dialog .list-heading {
	display: flex;
	align-items: center;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	margin: 0 5px 10px 0;
}

#custom-import-dialog .list-name {
	flex: 1;
}

#custom-import-dialog .reorder-button {
	font-size: 12px;
	padding: 4px 6px;
	border-radius: 3px;
}

#custom-import-dialog .list-container {
	margin-bottom: 10px;
}

#custom-import-dialog .list-content .item.disabled {
	opacity: 0.6;
	pointer-events: none;
}

#custom-import-dialog .reorder-container .item input,
#custom-import-dialog .reorder-container .item .checkbox-span {
	display: none;
}

#custom-import-dialog .reorder-container .item {
	padding: 5px;
	margin: 0 5px 5px 0;
	border: 1px solid #dadada;
	border-radius: 3px;
	background: white;
}

#custom-import-dialog .reorder-container .item .checkbox {
	margin-bottom: 2px;
}

#custom-import-dialog .reorder-container .item,
#custom-import-dialog .reorder-container .item .text {
	cursor: ns-resize;
}

#custom-import-dialog .drag-enabled {
	cursor: ns-resize;
}

#custom-import-dialog .dragged {
	z-index: 100;
	transition: none;
	pointer-events: none;
	opacity: 0.9;
}

/* Asset search */
.asset-search {
	width: 100%;
}

.asset-search .search-input {
	display: none;
	padding: 0 8px !important;
	height: 28px !important;
}

.asset-search .button.search {
	padding: 5px 5px 2px !important;
	height: 28px;
}

.asset-search .button.search i {
	font-size: 16px;
}

.select-all-assets {
	display: flex;
	border-radius: 3px;
	font-size: 11px;
	padding: 6px 8px !important;
	height: auto;
	font-weight: normal;
	color: #7b8692;
	width: 45px;
	margin-right: 10px;
}

.select-all-assets .caret {
	margin-top: 5px;
}

.select-all-assets .pretty-checkbox-regular {
	display: flex;
	margin: 0 !important;
}

/* Social cards */

.card-preview {
	margin-bottom: 20px;
}

.card-preview:empty {
	display: none;
}

.summary-card {
	display: flex;
	width: 440px;
	border: 1px solid #E1E8ED;
	border-radius: .85em;
	overflow: hidden;
}

.summary-card.large {
	flex-direction: column;
}

.summary-card-header {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.summary-card-favicon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 26px;
	width: 26px;
	margin-right: 12px;
	background-color: #f1f3f4;
	border: 1px solid #ecedef;
	border-radius: 50%;
}

.summary-card-favicon-img {
	height: 16px;
	width: 16px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.summary-card-brand {
	display: block;
	max-width: 200px;
	color: #202124;
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
}

.summary-card-url {
	color: #4d5156;
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.summary-card-title {
	flex-shrink: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.1;
}

.summary-card-image {
	flex-shrink: 0;
	width: 125px;
	height: 125px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.summary-card.large .summary-card-image {
	width: 100%;
	height: 220px;
}

.summary-card-content {
	padding: .75em;
	display: flex;
	flex-direction: column;
	max-height: 120px;
	min-width: 0;
}

.summary-card.large .summary-card-content {
	padding-left: 1em;
	padding-right: 1em;
}

.twitter-card .summary-card-title {
	font-size: 15px;
	font-weight: bold;
	color: #292F33;
	margin-bottom: 2px;
}

.twitter-card .summary-card-description {
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	max-height: 60px;
}

.twitter-card .summary-card-destination {
	text-transform: lowercase;
	color: #8899A6;
	max-height: 1.3em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	margin-top: 5px;
}

.og-card {
	border-color: #d9dce0;
	border-radius: 0;
	background-color: #f2f3f5;
}

.og-card .summary-card-content {
	padding: 10px 12px;
}

.og-card .summary-card-title {
	color: #4b4f56;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	margin: 5px 0 0;
	order: 1;
}

.og-card .summary-card-description {
	color: #606770;
	font-size: 14px;
	line-height: 20px;
	order: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.og-card .summary-card-destination {
	color: #606770;
	flex-shrink: 0;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	order: 0;
}

.summary-card.seo-card {
	border: 1px solid #e1e8ed;
	border-radius: 3px;
}


#dialogs .seo-pane .option-content .control .error-bubble-bottom {
	top: 45px;
	left: 0;
}

.seo-pane .summary-card.seo-card,
.seo-pane .target-content input,
.seo-pane .target-content textarea {
	width: 500px !important;
	max-width: 500px !important;
}

.seo-card .summary-card-content {
	max-height: 130px;
}

.seo-card .summary-card-title {
	font-size: 20px;
	color: #1a0dab;
	order: 0;
	margin-bottom: 5px;
}

.seo-card .summary-card-description {
	color: #4d5156;
	font-size: 14px;
	line-height: 18px;
	max-height: 36px;
	overflow: hidden;
	word-wrap: break-word;
	order: 2;
}

.seo-card .summary-card-destination {
	padding: 3px 0;
	color: #006621;
	font-size: 14px;
	order: 1;
}

.image-field-wrapper {
	position: relative;
	border: 1px solid #e0e0e0;
	box-shadow: 1px 1px 1px #eee;
	background-color: #fff;
	border-radius: 3px;
	text-align: center;
	width: 200px;
}

.image-field-wrapper.disabled {
	opacity: 0.6;
}

.image-field-wrapper.compact {
	width: 125px;
}

.image-field-container {
	overflow: hidden;
}

.image-info {
	padding: 10px;
}

.image-field-wrapper .image-field-container .image-info p {
	font-size: 13px;
	line-height: 1.45;
	margin: 0;
}

.image-field-wrapper .image-field-container .image-info p.name {
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.image-field-wrapper .image-field-container .image-info p.dimensions {
	color: #999;
	font-size: 12px !important;
}

.image-field-wrapper .image-field-container .image-info p.dimensions:empty:before {
	content:'x';
	opacity:0;
}

.meta-image-control {
	position: relative;
	height: 130px;
}

.image-field-wrapper.compact .meta-image-control {
	height: 70px;
}

.image-field-wrapper.compact .image-info {
	padding:0;
}

.image-field-wrapper.compact .image-field-container .image-info p {
	margin: 3px;
}

.meta-image-control i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 50px;
	color: #d0d0d0;
	opacity:0.9;
	transition: opacity 0.2s ease-in;
}

.meta-image-control:hover i{
	opacity:1;
}

.image-field-wrapper.preview-active .meta-image-control:hover i {
	text-shadow: 2px 3px 7px rgba(0,0,0,0.1);
}

.image-field-wrapper.preview-active .meta-image-control i {
	opacity:0;
	color: #fff;
}

.image-field-wrapper .delete-image {
	color: #fff;
	width: 20px;
	height: 20px;
	text-align: center;
	background-color: #e23c81;
	border-radius: 50%;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	position: absolute;
	top: -6px;
	right: -6px;
	display: none;
	z-index: 1;
}

.image-field-wrapper .delete-image:hover {
	background-color: #de1066;
}

.image-field-wrapper.preview-active .delete-image {
	display: block;
}

.meta-image-control input {
	display: none;
}

.meta-image-preview {
	margin: 10px;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.meta-image-preview .loader {
	display: flex;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 4px solid rgba(84, 141, 255, 0.5);
	border-left-color: rgba(84, 141, 255, 1);
	transform-origin: center;
	animation: rotate 1.15s infinite linear;
}

.image-field-wrapper.preview-active .meta-image-preview:empty{
	display: block;
}

.meta-image-preview.image-square {
	width: 100px;
}

/* Meta tag list */

.meta-tag-list{
	margin-right: -20px;
	padding-right: 11px;
}

.meta-tag-list .meta-title{
	margin-top: 30px;
	margin-bottom: 12px;
}

.meta-tag-list .tag{
	padding-bottom: 10px;
	overflow: hidden;
	border-bottom: 1px solid #ececec;
	position: relative;
	margin-bottom: 10px;
	width: 100%;
}

.meta-tag-list .tag:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.meta-tag-list .col-1{
	width: 40%;
	float: left;
}

.meta-tag-list .col-2{
	width: 55%;
	float: left;
}

.meta-tag-list .delete{
	color: #fff;
	width: 20px;
	height: 20px;
	text-align: center;
	background-color: #E23C81;
	border-radius: 50%;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	line-height: 22px;
	vertical-align: middle;
	margin-top: 9px;
	margin-left: 6px;
	opacity: 0.85;
}

.meta-tag-list .delete:hover{
	opacity: 1;
}

.meta-tag-list input[type=text]{
	width: 50% !important;
}

.meta-tag-list input.meta-content{
	width: 300px !important;
}

.meta-tag-list select{
	font-size: 12px;
	min-width: initial !important;
	width: 112px !important;
	margin-right: 2px;
	padding-right: 0;
}

.meta-tag-list .col-2 label {
	margin-bottom: 0 !important;
	padding-left: 8px;
}

.meta-tag-list .col-2 span {
    margin-right: 4px;
    font-size: 12px;
    text-transform: none !important;
    display: inline-block !important;
    vertical-align: middle;
    margin-bottom: 0 !important;
}

/* Context menu */

#option-menu{
	display: none;
	z-index: 22;
	position: fixed;
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	pointer-events:none;
}

#option-menu .menu{
	pointer-events:all;
	position: absolute;
	padding:2px 0;
	background-color:#fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	z-index: 100;
	min-width:80px;
	font-size:12px;
	line-height: 1;
	color: #3A4144;
    max-height: 355px;
	overflow: auto;
	border-radius: 3px;
}

#option-menu .menu:focus {
	outline: none;
}

#option-menu .menu.dark{
	background-color: #26292B;
	color: #fff;
}

#option-menu .menu .heading{
	padding: 7px 18px;
	display: block;
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
}

#option-menu .menu.dark .heading {
	border-bottom: none;
	color: #6ab9f1;
	padding-bottom: 6px;
	padding-top: 10px;
}

#option-menu .menu .divider {
	display: block;
	border: 5px solid #fff;
	border-width: 3px 0;
	height: 7px;
	background: #ededed;
}

#option-menu .menu.dark .divider {
	background: #373b3c;
    border-color: #26292B;
}

#option-menu .menu .option{
	padding: 7px 18px;
	display: block;
	font-size: 13px;
	white-space: nowrap;
	position: relative;
}

#option-menu .menu .option .name {
	overflow: hidden;
	text-overflow: ellipsis;
}

#option-menu .menu .option .aside {
	float: right;
	margin-left: 10px;
	opacity: 0.6;
}

#option-menu .menu .checkbox.option{
	padding-right: 55px;
	line-height: 22px;
}

#option-menu .menu .checkbox .pretty-checkbox{
	position: absolute;
	top: 9px;
	right: 15px;
	line-height: 14px;
}

#option-menu .menu.multiline .option{
	white-space: normal;
	word-break: break-word;
	line-height: 1.4;
}

#option-menu .menu .option .label,
#option-menu .menu .option .secondary{
	display: block;
	font-size: 12px;
	color: #777;
	padding-top: 4px;
}

#option-menu .menu .option.has-icon {
	padding-left: 40px;
}

#option-menu .menu .option .icon {
	position: absolute;
	left: 18px;
	color: #777;
	font-size: 16px;
	line-height: 22px;
}

#option-menu .menu .option.selected {
	padding-right: 30px;
}

#option-menu .menu .option .selection-icon {
	position: absolute;
	top: 7px;
	right: 5px;
	color: #509cec;
	font-size: 14px;
}

#option-menu .menu .option:not(.disabled) .secondary {
	color: var(--yellow);
}

#option-menu .menu.dark .option:not(.disabled) .secondary{
	color: var(--yellow);
}

#option-menu .menu .option.has-options{
	padding-right: 25px;
}

#option-menu .menu .option.has-options:before{
	content: '';
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left-color: currentcolor;
	border-width: 4px 0 4px 6px;
	position: absolute;
	top: 10px;
	right: 9px;
}


#option-menu .menu:not(.hover-enabled) .option.active,
#option-menu .menu.hover-enabled .option:not(.disabled):hover{
	background-color:#F3F4F5;
}

#option-menu .menu.dark:not(.hover-enabled) .option.active,
#option-menu .menu.dark.hover-enabled .option:not(.disabled):hover{
	background-color:rgba(255,255,255,0.03);
}

#option-menu .menu .option.heading{
	pointer-events: none;
	font-weight: bold;
	border-bottom: 1px solid #EEE;
	text-transform: uppercase;
	font-size: 10px;
}

#option-menu .menu .option.disabled{
	color:#999;
}

#option-menu .menu.dark .option.disabled{
	color: #777;
}

#option-menu .menu .option.disabled .pretty-checkbox{
	opacity:0.6;
}

#option-menu ::-webkit-scrollbar {
	background-color: #eee;
	width:4px;
}

#option-menu ::-webkit-scrollbar-thumb {
	background: #B9BBBD;
}

#option-menu ::-webkit-scrollbar-thumb:hover {
	background: #AAADB1;
}

#option-menu .dark::-webkit-scrollbar {
	background-color: rgba(0,0,0,0.2);
}

#option-menu .dark::-webkit-scrollbar-thumb {
	background: #677073;
}

#option-menu .dark::-webkit-scrollbar-thumb:hover {
	background: #767F82;
}

/* Misc */

.cloak{

	/*  This element prevents makes resizing the panes possible
		by preventing the iframe and other elements from capturing the movement
	*/

	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index: 1000;
	display: none;
}

/* Notification Center */

#notification-center{
	position: absolute;
	z-index: 1000;
	right: 40px;
	left: 40px;
	bottom:0;
}

#notification-center .notification{
	position: absolute;
	right: 0;
	border-left: 2px solid;
	color: #fff;
	background-color: #191B1D;
	margin: 0 50px 6px 0;
	padding: 10px 35px 10px 24px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.15) inset, 0 0 10px rgba(0,0,0,0.4);
	line-height: 1.5;
	font-size: 14px;
	min-width: 220px;
	max-width: 400px;
	bottom:0;
	transform: translateY(200px);
	transition: transform 0.4s;
}

#notification-center .notification.left {
	left: 0;
	right: auto;
}

#notification-center .notification.loading {
	padding-left: 14px;
	border-color: transparent;
}

#notification-center .notification.loading .icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	border: 4px solid transparent;
	border-left-color: #0A6FB7;
	box-sizing: content-box;
	width: 15px;
	height: 15px;
	padding: 0;
	margin-right: 10px;
	animation: rotate 1.15s infinite linear;
}

#notification-center .notification.loading .icon:before {
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 4px solid rgba(0, 123, 255, 0.2);
	border-color: rgba(10, 111, 183, 0.2);
	box-sizing: content-box;
	z-index: 2;
}

@keyframes rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

#notification-center .notification.loading .text-content {
	display: inline-block;
	vertical-align: middle;
}

#notification-center .notification.progress {
	border: none;
}

#notification-center .notification.progress .title {
	/* So that progress and loading notifications are the same height */
	line-height: 23px;
}

#notification-center .notification.progress .progress-bar {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #0d71b7;
	transition: width .2s ease;
}

#notification-center .notification .progress-bar {
	display: none;
}

#notification-center .notification .button{
	font-weight: bold;
	font-size: 11px;
	text-transform: none;
	padding: 6px 8px 6px;
	margin-top: 7px;
	background-color: #0a6fb7;
	opacity: 0.95;
}

#notification-center .notification .button:hover{
    opacity: 1;
}

#notification-center .notification.no-description .description{
	display: none;
}

#notification-center .notification.no-description {
    font-size: 13px;
}

#notification-center .notification.info{
	border-left-color:#4691EF;
}

#notification-center .notification.success{
	border-left-color:#4FB360;
}

#notification-center .notification.success .button{
	background-color: #187327;
}

#notification-center .notification.warning{
	border-left-color:#FFC800;
}

#notification-center .notification.warning .button{
	background-color: #ad8902;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#notification-center .notification.error{
	border-left-color:#DA2C2C;
}

#notification-center .notification.error .button{
    background-color: #c71e1e;
}


#notification-center .notification .title{
	font-weight: bold;
}

#notification-center .notification .description{
	font-size: 13px;
	color: #bbb;
}

#notification-center .notification .btn {
	position: absolute;
	right: 6px;
	width: 17px;
	height: 17px;
	text-align: center;
	line-height: 19px;
	color: #BDC8CE;
}

#notification-center .notification .btn:hover{
	color: #fff;
}

#notification-center .notification .close {
	top: 6px;
	font-size: 17px;
}

#notification-center .notification .settings-btn {
	top: auto;
	bottom: 10px;
	color: #bdc8cecc;
}

#notification-center .notification .settings-btn i {
	font-size: 12px;
}

/* Canvas Addons */

#canvas-addons {
	position: fixed;
	display: flex;
	z-index: 11;
}

#canvas-addons .canvas-addon {
	position: relative;
	display: none;
	width: 50px;
	height: 50px;
}

#canvas-addons .canvas-addon {
	margin-left: 10px;
}

#comment-toggler {
	color:#fff;
	position: absolute;
	width: 50px;
	height: 50px;
	bottom: 0px;
	right: 0px;
	opacity: 1;
	pointer-events: all;
	background: linear-gradient(135deg, #f7da0d, #e4c801);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: var(--canvas-addon-button-shadow);
	transition: filter 0.2s;
}

#comment-toggler:hover {
    filter: contrast(110%);
}

#comment-toggler.disabled {
	background: grey;
	color:#eee;
}

#comment-toggler.disabled:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 33px;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	background: gray;
	box-shadow: -3px 0;
	transform: rotate(45deg);
	z-index: 1;
}

#comment-toggler i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: currentColor;
	width: 24px;
	height: 20px;
	display: inline-block;
	border-radius: 15px;
	box-shadow: 0 0 3px rgba(0,0,0,0.08);
}

#comment-toggler i:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-width: 7px 5px;
	border-top-color: currentColor;
	bottom: -10px;
	right: -1px;
	transform: rotate(-30deg);
}

/* Widgets */

#widget-toggler {
	box-shadow: var(--canvas-addon-button-shadow);
}

#widget-toggler > span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	transition: transform .2s ease-in, background-color .2s ease-in;
}

#widget-toggler > span:before {
	content: "";
	width: 2px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
}

#widget-toggler > span:after {
	content: "";
	width: 14px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
}

#widget-drawer.close-fast {
	transition: none;
}

#widget-drawer,
#widget-toggler {
	position: fixed;
	background: linear-gradient(135deg, #0b96f9, #2776ad, #fff, #fff);
	background-size: 350% 300%;
	background-position: 0% 0%;
	width: 50px;
	height: 50px;
	z-index: 11;
	border-radius: 50%;
	overflow: hidden;
	transition: background .6s .1s, border-radius .2s .1s, height .2s, width .2s, right .2s, bottom .2s;
}

#widget-drawer {
	background-image: linear-gradient(135deg, transparent, transparent, #fff, #fff);
	pointer-events: none;
	z-index: 12;
}

#widget-drawer .content {
	padding: 10px 15px;
	background-color: #fafafa;
}

#widget-drawer .content .subtree {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
}

#widget-drawer .content .subtree .item {
	margin: 0 10px 10px 0;
}

#widget-drawer .content .subtree img {
	box-shadow: 0 0 7px 0px rgba(0, 0, 0, .2);
}

#widget-drawer .content span {
	display: block;
	white-space: nowrap;
}

#widget-drawer .content span > b {
	color: #2b3e51;
	font-size: 13px;
	max-width: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	margin: 10px 0;
	padding: 3px 4px;
}


#widget-drawer.open {
	visibility: visible;
	width: 340px;
	border-radius: 3px;
	background-position: bottom right;
	height: calc(100% - 120px);
	right: 30px !important;
	bottom: 30px !important;
	box-shadow: var(--canvas-addon-button-shadow);
	transition: border-radius .3s, height .2s .1s, width .2s .1s, right .2s .1s, bottom .2s .1s;
}

#widget-drawer.open .widget-wrapper {
	visibility: visible;
	opacity: 1;
	transition: opacity .2s .3s;
	pointer-events: all;
}

#widget-drawer.open .widget-toggler {
	opacity: 0;
	transition: opacity .2s;
	pointer-events: none;
}

.widget-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0;
	overflow-x: hidden;
	overflow-y: auto;
	transition: opacity .2s;
	pointer-events: none;
}

/* CSS loading indicator from spinkit */

.spinner {
	text-align: center;
	display: none;
	position: absolute;
	width: 100%;
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #3EB0D5;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0); border:0; }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
		border:0;
	} 40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}
