

<style>
#quick-search-query {
    border-radius: 5em;
}

#quick-search-query {
    border-radius: 5em;
}

#quick-search-query::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7);
}

#quick-search-query:-moz-placeholder {
    /#quickSearchInput FF 4-18 #quickSearchInput/
    color: rgba(0, 0, 0, 0.7);
}

#quick-search-query::-moz-placeholder {
    /#quickSearchInput FF 19+ #quickSearchInput/
    color: rgba(0, 0, 0, 0.7);
}

#quick-search-query:-ms-input-placeholder {
    /#quickSearchInput IE 10+ #quickSearchInput/
    color: rgba(0, 0, 0, 0.7);
}

.aui-header {
border-bottom-color:#c1c7d0;
border-bottom:1px solid #c1c7d0
}
</style>

/**
 * 1C:Enterprise v8 language theme for SyntaxHighliter 3, Atlassian Confluence compatible
 * by Dmitrii Bulgakov (stungnthumz@dwemereth.net)
 *
 * SyntaxHighlighter:
 *     Сopyright (C) 2004-2011 Alex Gorbatchev
 *     http://alexgorbatchev.com/SyntaxHighlighter
 *
 * @license
 *     MIT
 */

/* 1C:Enterprise default coloring base */

	/* base */
	.syntaxhighlighter .lang1c {
		background-color: white !important;
		font-weight: normal !important;
	}

	/* Confluence theme fixup */
	.syntaxhighlighter.lang1c .code, .syntaxhighlighter.lang1c .line {
		background-color: white !important;
		font-weight: normal !important;
	}
	.syntaxhighlighter.lang1c .codeHeader, .syntaxhighlighter.lang1c .codeContent, .syntaxhighlighter.lang1c .gutter {
		background-color: #f5f5f5 !important;
	}
	.syntaxhighlighter.lang1c .gutter {
		color: #707070 !important;
	}

/* 1C:Enterprise IDE default coloring */

	/* preprocessor */
	.syntaxhighlighter .lang1c.preprocessor {
		color: #963200 !important;
	}

	/* comments */
	.syntaxhighlighter .lang1c.comments {
		color: #008000 !important;
	}

	/* strings constants */
	.syntaxhighlighter .lang1c.string {
		color: #000000 !important;
	}

	/* date constants */
	.syntaxhighlighter .lang1c.color1 {
		color: #000000 !important;
	}

	/* number constants */
	.syntaxhighlighter .lang1c.color2 {
		color: #000000 !important;
	}

	/* keywords */
	.syntaxhighlighter .lang1c.keyword {
		color: #ff0000 !important;
	}

	/* operators */
	.syntaxhighlighter .lang1c.color3 {
		color: #ff0000 !important;
	}

	/* identifiers */
	.syntaxhighlighter .lang1c.variable {
		color: #0000ff !important;
	}

	/* others */
	.syntaxhighlighter .lang1c.plain {
		color: #000000 !important;
	}

/* end 1C:Enterprise coloring scheme */
