/* module-key = 'com.atlassian.confluence.ext.newcode-macro-plugin:sh-theme-fadetogrey', location = 'sh/styles/shThemeFadeToGrey.css' */
/**
 * SyntaxHighlighter
 * http://alexgorbatchev.com/SyntaxHighlighter
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
 *
 * @version
 * 3.0.83 (July 02 2010)
 * 
 * @copyright
 * Copyright (C) 2004-2010 Alex Gorbatchev.
 *
 * @license
 * Dual licensed under the MIT and GPL licenses.
 */
.syntaxhighlighter.sh-fadetogrey {
  background-color: #121212 !important;
}
.syntaxhighlighter.sh-fadetogrey .line.alt1 {
  background-color: #121212 !important;
}
.syntaxhighlighter.sh-fadetogrey .line.alt2 {
  background-color: #121212 !important;
}
.syntaxhighlighter.sh-fadetogrey .line.highlighted.alt1, .syntaxhighlighter.sh-fadetogrey .line.highlighted.alt2 {
  background-color: #2c2c29 !important;
}
.syntaxhighlighter.sh-fadetogrey .line.highlighted.number {
  color: white !important;
}
.syntaxhighlighter.sh-fadetogrey table caption {
  color: white !important;
}
.syntaxhighlighter.sh-fadetogrey .gutter {
  color: #afafaf !important;
}
.syntaxhighlighter.sh-fadetogrey .gutter .line.highlighted {
  background-color: #3185b9 !important;
  color: #121212 !important;
}
.syntaxhighlighter.sh-fadetogrey.printing .line .content {
  border: none !important;
}
.syntaxhighlighter.sh-fadetogrey.collapsed {
  overflow: visible !important;
}
.syntaxhighlighter.sh-fadetogrey.collapsed .toolbar {
  color: #3185b9 !important;
  background: black !important;
  border: 1px solid #3185b9 !important;
}
.syntaxhighlighter.sh-fadetogrey.collapsed .toolbar a {
  color: #3185b9 !important;
}
.syntaxhighlighter.sh-fadetogrey.collapsed .toolbar a:hover {
  color: #d01d33 !important;
}
.syntaxhighlighter.sh-fadetogrey .toolbar {
  color: white !important;
  background: #3185b9 !important;
  border: none !important;
}
.syntaxhighlighter.sh-fadetogrey .toolbar a {
  color: white !important;
}
.syntaxhighlighter.sh-fadetogrey .toolbar a:hover {
  color: #96daff !important;
}
.syntaxhighlighter.sh-fadetogrey .plain, .syntaxhighlighter.sh-fadetogrey .plain a {
  color: white !important;
}
.syntaxhighlighter.sh-fadetogrey .comments, .syntaxhighlighter.sh-fadetogrey .comments a {
  color: #696854 !important;
}
.syntaxhighlighter.sh-fadetogrey .string, .syntaxhighlighter.sh-fadetogrey .string a {
  color: #e3e658 !important;
}
.syntaxhighlighter.sh-fadetogrey .keyword {
  color: #d01d33 !important;
}
.syntaxhighlighter.sh-fadetogrey .preprocessor {
  color: #435a5f !important;
}
.syntaxhighlighter.sh-fadetogrey .variable {
  color: #898989 !important;
}
.syntaxhighlighter.sh-fadetogrey .value {
  color: #009900 !important;
}
.syntaxhighlighter.sh-fadetogrey .functions {
  color: #aaaaaa !important;
}
.syntaxhighlighter.sh-fadetogrey .constants {
  color: #96daff !important;
}
.syntaxhighlighter.sh-fadetogrey .script {
  font-weight: bold !important;
  color: #d01d33 !important;
  background-color: none !important;
}
.syntaxhighlighter.sh-fadetogrey .color1, .syntaxhighlighter.sh-fadetogrey .color1 a {
  color: #ffc074 !important;
}
.syntaxhighlighter.sh-fadetogrey .color2, .syntaxhighlighter.sh-fadetogrey .color2 a {
  color: #4a8cdb !important;
}
.syntaxhighlighter.sh-fadetogrey .color3, .syntaxhighlighter.sh-fadetogrey .color3 a {
  color: #96daff !important;
}

.syntaxhighlighter.sh-fadetogrey .functions {
  font-weight: bold !important;
}


/* with PDL enabled in Confluence */
.pdl .codeContent .gutter {
    background: #121212 !important;
}
