/*
  For more parameters to customize check the generated CSS file
*/

:root  > * {
  --md-primary-fg-color:        #90030C;    /* main color with 3 variations: normal, light, dark */
  --md-primary-fg-color--light: #ECB7B7;
  --md-primary-fg-color--dark:  #EE0F0F;
  --md-accent-fg-color:         #FF0000;    /* Accent color shows only on hovered links? */
  --md-code-bg-color:           #f4f4f4;    /* code bg color */
  --md-code-hl-color:           #FF9900;    /* the thin line on the side of the highlighted code */
  --md-code-hl-color--light:    #FFCC001A;  /* the selection color with alpha value */
}

.inline-icon {
  max-height: 24px;
  vertical-align: text-bottom;
}

.img-border {
  box-shadow: 0px 0px 6px 0px #ccc;
  border-radius: 8px;
}

.img-centered {
  display: block;
  margin: auto;
}

.apiMethodsList .params > *
{
	margin: 0;
}

.apiMethodsList .params .label
{
	color: #999;
	font-style: italic;
}

.apiMethodsList .syntaxhighlighter
{
	margin-top: 0 !important;
	font-size: 120% !important;
}

.apiMethodsList .syntaxhighlighter .toolbar
{
	display: none;
}

/* Terminal command block styling */
.terminal-block .highlight {
  background-color: #2e2e2e;
  border-left: 4px solid #4CAF50;
  border-radius: 4px;
}

.terminal-block .highlight code {
  background-color: #2e2e2e;
  color: #CCff00;
  font-family: 'Courier New', Courier, monospace;
}

.terminal-block .highlight pre {
  background-color: #2e2e2e;
  padding: 1em;
}

/* Override all syntax highlighting colors for terminal */
.terminal-block .highlight span {
  color: #00ff00 !important;
}

.terminal-block .highlight .gp {
  color: #4CAF50 !important;
  font-weight: bold;
}

.license-status-icon {
  width: 20px;
  vertical-align: text-bottom;
}