#lct-container,
#lct-container *::before,
#lct-container *::after {
	box-sizing: border-box;
}

#lct-container {
	background: #222222;
	position: fixed;
	box-shadow: 0 0 1px rgba(255,255,255,0.3);
	display: none;
	min-width: 100px;
	width: 520px;
	height: 360px;
	margin: 0;
	border: 0;
	border-radius: 0;
	font: 400 13px/1.4 "Open Sans", sans-serif;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	color: #eee;
	background-image: none;
	z-index: 999999;
	-webkit-font-smoothing: subpixel-antialiased;
}

#lct-container a,
#lct-container a:link,
#lct-container a:visited,
#lct-container a:hover,
#lct-container a:focus,
#lct-container a:active {
	text-decoration: none !important;
	box-shadow: none !important;
	outline: none !important;
	background-image: none !important;
}

#lct-container button,
#lct-container input,
#lct-container textarea,
#lct-container select {
	font: inherit;
	line-height: inherit;
	text-transform: none;
	letter-spacing: normal;
	border-radius: 0;
	box-shadow: none;
}

#lct-container .dashicons {
	display: inline-block;
	width: auto;
	height: 32px;
	margin: 0;
	padding: 0;
	border: 0;
	font: 400 20px/32px dashicons;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	speak: none;
	background: transparent;
}

#lct-editor {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: #272822;
	position: relative;
}

/*
 * ACE attaches the completion popup to document.body. Its default z-index (200000)
 * is below #lct-container (999999), so suggestions appeared under the panel.
 */
.ace_editor.ace_autocomplete {
	z-index: 1000000 !important;
}

/* IMPORTANT: let Ace manage its own internals */
#lct-editor .ace_editor {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace !important;
	font-size: 13px !important;
	line-height: 1.5 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	word-spacing: normal !important;
	text-indent: 0 !important;
}

#lct-editor .ace_content,
#lct-editor .ace_text-layer,
#lct-editor .ace_text-layer *,
#lct-editor .ace_line,
#lct-editor .ace_gutter,
#lct-editor .ace_gutter *,
#lct-editor .ace_cursor,
#lct-editor .ace_marker-layer,
#lct-editor textarea.ace_text-input {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace !important;
	font-size: 13px !important;
	line-height: 1.5 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	word-spacing: normal !important;
	text-indent: 0 !important;
}

#lct-editor textarea.ace_text-input {
	box-sizing: content-box !important;
}

#wp-admin-bar-dojodigital-live-css-toggle a:before {
	content: "\f309";
	top: 3px;
}

#dojodigital-live-css-fallback {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 999998;
	margin: 0;
	padding: 0 12px;
	height: 32px;
	line-height: 32px;
	border: 0;
	border-radius: 0;
	font: 400 13px/32px "Open Sans", sans-serif;
	color: #eee;
	background: #23282d;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
	cursor: pointer;
	-webkit-font-smoothing: subpixel-antialiased;
}

#dojodigital-live-css-fallback:hover,
#dojodigital-live-css-fallback:focus {
	color: #fff;
	background: #32373c;
	outline: 1px solid currentColor;
	outline-offset: -1px;
}

#lct-container .lct-has-icon:before {
	top: 2px;
	color: #999;
	position: relative;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	float: left;
	font: 400 20px/1 dashicons;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	speak: none;
	padding: 4px 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image: none !important;
	margin-right: 4px;
}

#lct-container .lct-handle {
	cursor: move;
	display: block;
	width: 100%;
	height: 32px;
	margin: 0;
	padding: 0 0 0 7px;
	border: 0;
	border-radius: 0;
	color: #eee;
	background: #222222;
	font: 400 13px/32px "Open Sans", sans-serif;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
	text-shadow: none;
	-webkit-font-smoothing: subpixel-antialiased;
	overflow: hidden;
}

#lct-container .lct-handle:before {
	content: "\f309";
}

#lct-container .lct-handle a.lct-hide,
#lct-container .lct-handle a.lct-hide:link,
#lct-container .lct-handle a.lct-hide:visited {
	display: inline-block;
	padding: 0 10px;
	margin: 0;
	float: right;
	border: 0;
	border-radius: 0;
	color: #999;
	background: transparent;
	background-image: none !important;
	font-size: 11px;
	line-height: 30px;
	font-weight: 400;
	font-style: normal;
	text-transform: lowercase;
	letter-spacing: normal;
	vertical-align: top;

	font-family: "Open Sans", sans-serif;
	cursor: pointer;
}

#lct-container .lct-handle a.lct-hide:hover,
#lct-container .lct-handle a.lct-hide:focus {
	color: #2EA2CC;
	background: transparent;
}

#lct-footer {
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0;
	border: 0;
	color: #ccc;
	background: #222222;
	font: 400 13px/32px "Open Sans", sans-serif;
	text-shadow: none;
	-webkit-font-smoothing: subpixel-antialiased;
	clear: both;
}

#lct-screensize {
	padding: 0 8px 0 7px;
	margin: 0;
	float: left;
	color: #ccc;
}

#lct-screensize:before {
	content: "\f472";
	top: 3px;
}

#lct-container a#lct-save,
#lct-container a#lct-save:link,
#lct-container a#lct-save:visited {
	display: inline-block;
	padding: 0 10px;
	margin: 0;
	float: right;
	height: 32px;
	line-height: 32px;
	border: 0;
	border-radius: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	text-decoration: none !important;
	color: #94cde7;
	background: #298cba;
	background-image: none !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,.1) !important;
	box-shadow: none !important;
	cursor: default;
}

#lct-container a#lct-save.active {
	background-color: #2EA2CC;
	color: #fff;
	box-shadow: inset 0 1px 0 rgba(120,200,230,.5), 0 1px 0 rgba(0,0,0,.15) !important;
	cursor: pointer;
}

#lct-container a#lct-save.active:hover,
#lct-container a#lct-save.active:focus {
	background-color: #1E8CBE;
	color: #fff;
}

#lct-container .lct-tool-button,
#lct-container .lct-tool-button:link,
#lct-container .lct-tool-button:visited {
	display: inline-block;
	float: right;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: #333;
	color: #ddd;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none !important;
	text-transform: none;
	letter-spacing: normal;
	box-shadow: none !important;
	background-image: none !important;
	cursor: pointer;
}

#lct-container .lct-tool-button:hover,
#lct-container .lct-tool-button:focus {
	background: #444;
	color: #fff;
}

#lct-container #lct-minify,
#lct-container #lct-format,
#lct-container #lct-reset {
	border-left: 1px solid rgba(255,255,255,0.08);
}

#lct-container .ace_gutter,
#lct-container .ace_scroller {
	margin-top: 1px;
}

@media screen and (max-width: 782px) {
	#wp-toolbar > ul > li#wp-admin-bar-dojodigital-live-css-toggle {
		display: block;
	}

	#wp-toolbar > ul > li#wp-admin-bar-dojodigital-live-css-toggle .ab-item {
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		width: 52px;
		padding: 0;
		color: #999;
		position: relative;
	}

	#wp-toolbar > ul > li#wp-admin-bar-dojodigital-live-css-toggle .ab-item:before {
		display: block;
		text-indent: 0;
		font: 400 32px/1 dashicons;
		speak: none;
		top: 7px;
		width: 52px;
		text-align: center;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}