﻿#header {
	display: none;
}

/* Add logo to header */
.swagger-section .swagger-ui-wrap .info_title {
	font-size: 32px;
}

	.swagger-section .swagger-ui-wrap .info_title::before {
		content: "";
		width: 300px;
		height: 45px;
		background-image: url('https://www.slacal.com/Sitefinity/WebsiteTemplates/SLACWebsiteTemplate/App_Themes/SLACWebsiteTheme/Images/slac-logo.png');
		background-size: 300px 45px; /* original size: 770x115 */
		display: inline-block;
		margin-right: 24px;
	}

/* Override colors
	SLA Blue: #1f5a9a

	Changed:
		#0f6ab4 => #1f5a9a - sla blue
		#2b6ea1 => #2264aa - sla blue, shade +1
		#5555aa => #266dbb - sla blue, shade +2
		#6fa5d2 => #93bde9 - sla blue, tint -7
		#880000 => #913a2a - sla vermillion, shade -1
		#8888ff => #5295dc - sla blue, tint -11
		#a41e22 => #913a2a - sla vermillion
		#bc6060 => #d17160 - sla vermillion, tint +3
		#c3d9ec => #c5dbf3 - sla blue, tint -4
		#c5862b => #c46703 - sla mustard, shade -1
		#c8787a => #d57f6f - sla vermillion, tint +4
		#cc0000 => #bf4c37 - sla vermillion, shade +3
		#d38042 => #d77103 - sla mustard
		#dcb67f => #fdc78d - sla mustard, tint -6
		#e7f0f7 => #e5effa - sla blue, tint -2
		#e8c6c7 => #ebc3bb - sla vermillion, tint -5

	Unchanged:
		#000000 - black
		#008800
		#10a54a
		#1f811f
		#333333 - grey
		#444444 - grey
		#547f00
		#555555 - grey
		#646257
		#666666 - grey
		#6fc992
		#777777
		#7e7b6d
		#808080 - grey
		#888888 - grey
		#89bf04
		#999999 - grey
		#aaaaaa - grey
		#bbbbbb - grey
		#c3e8d1
		#cccccc - grey
		#dddddd - grey
		#e5e0c6
		#e7f6ec
		#ebf3f9
		#ebf7f0
		#eeeeee - grey
		#f0cecb
		#f0e0ca
		#f0f0f0
		#f2dede
		#f5d5c3
		#f5e8e8
		#f7eded
		#f9f2e9
		#faf0ef
		#faf5ee
		#fce9e3
		#fcf6db
		#fcffcd
		#ffd20f
		#ffffdd
		#ffffff - white


*/

.swagger-section pre code {
	background: #f0f0f0;
}

.swagger-section pre code,
.swagger-section pre .subst,
.swagger-section pre .tag .title,
.swagger-section pre .lisp .title,
.swagger-section pre .clojure .built_in,
.swagger-section pre .nginx .title {
	color: #000000;
}

.swagger-section pre .string,
.swagger-section pre .title,
.swagger-section pre .constant,
.swagger-section pre .parent,
.swagger-section pre .tag .value,
.swagger-section pre .rules .value,
.swagger-section pre .rules .value .number,
.swagger-section pre .preprocessor,
.swagger-section pre .ruby .symbol,
.swagger-section pre .ruby .symbol .string,
.swagger-section pre .aggregate,
.swagger-section pre .template_tag,
.swagger-section pre .django .variable,
.swagger-section pre .smalltalk .class,
.swagger-section pre .addition,
.swagger-section pre .flow,
.swagger-section pre .stream,
.swagger-section pre .bash .variable,
.swagger-section pre .apache .tag,
.swagger-section pre .apache .cbracket,
.swagger-section pre .tex .command,
.swagger-section pre .tex .special,
.swagger-section pre .erlang_repl .function_or_atom,
.swagger-section pre .markdown .header {
	color: #823426;
}

.swagger-section pre .comment,
.swagger-section pre .annotation,
.swagger-section pre .template_comment,
.swagger-section pre .diff .header,
.swagger-section pre .chunk,
.swagger-section pre .markdown .blockquote {
	color: #888888;
}

.swagger-section pre .number,
.swagger-section pre .date,
.swagger-section pre .regexp,
.swagger-section pre .literal,
.swagger-section pre .smalltalk .symbol,
.swagger-section pre .smalltalk .char,
.swagger-section pre .go .constant,
.swagger-section pre .change,
.swagger-section pre .markdown .bullet,
.swagger-section pre .markdown .link_url {
	color: #008800;
}

.swagger-section pre .label,
.swagger-section pre .javadoc,
.swagger-section pre .ruby .string,
.swagger-section pre .decorator,
.swagger-section pre .filter .argument,
.swagger-section pre .localvars,
.swagger-section pre .array,
.swagger-section pre .attr_selector,
.swagger-section pre .important,
.swagger-section pre .pseudo,
.swagger-section pre .pi,
.swagger-section pre .doctype,
.swagger-section pre .deletion,
.swagger-section pre .envvar,
.swagger-section pre .shebang,
.swagger-section pre .apache .sqbracket,
.swagger-section pre .nginx .built_in,
.swagger-section pre .tex .formula,
.swagger-section pre .erlang_repl .reserved,
.swagger-section pre .prompt,
.swagger-section pre .markdown .link_label,
.swagger-section pre .vhdl .attribute,
.swagger-section pre .clojure .attribute,
.swagger-section pre .coffeescript .property {
	color: #5295dc;
}

.swagger-section .hljs {
	background: #f0f0f0;
}

.swagger-section .hljs,
.swagger-section .hljs-subst {
	color: #444444;
}

.swagger-section .hljs-built_in,
.swagger-section .hljs-literal,
.swagger-section .hljs-bullet,
.swagger-section .hljs-code,
.swagger-section .hljs-addition {
	color: #1f811f;
}

.swagger-section .hljs-regexp,
.swagger-section .hljs-symbol,
.swagger-section .hljs-variable,
.swagger-section .hljs-template-variable,
.swagger-section .hljs-link,
.swagger-section .hljs-selector-attr,
.swagger-section .hljs-selector-pseudo {
	color: #d17160;
}

.swagger-section .hljs-type,
.swagger-section .hljs-string,
.swagger-section .hljs-number,
.swagger-section .hljs-selector-id,
.swagger-section .hljs-selector-class,
.swagger-section .hljs-quote,
.swagger-section .hljs-template-tag,
.swagger-section .hljs-deletion {
	color: #823426;
}

.swagger-section .hljs-title,
.swagger-section .hljs-section {
	color: #823426;
}

.swagger-section .hljs-comment {
	color: #888888;
}

.swagger-section .hljs-meta {
	color: #2264aa;
}

.swagger-section .swagger-ui-wrap p {
	color: #333333;
}

.swagger-section .swagger-ui-wrap table thead tr th {
	color: #666666;
	border-bottom-color: #999999;
}

.swagger-section .swagger-ui-wrap table tbody tr.offset {
	background-color: #f0f0f0;
}

.swagger-section .swagger-ui-wrap table tbody tr td {
	border-bottom-color: #cccccc;
}

.swagger-section .swagger-ui-wrap ol li {
	color: #333333;
}

.swagger-section .swagger-ui-wrap h1 span.divider,
.swagger-section .swagger-ui-wrap h2 span.divider,
.swagger-section .swagger-ui-wrap h3 span.divider,
.swagger-section .swagger-ui-wrap h4 span.divider,
.swagger-section .swagger-ui-wrap h5 span.divider,
.swagger-section .swagger-ui-wrap h6 span.divider {
	color: #aaaaaa;
}

.swagger-section .swagger-ui-wrap a {
	color: #547f00;
}

.swagger-section .swagger-ui-wrap pre {
	background-color: #fcf6db;
	border-color: #e5e0c6;
}

.swagger-section .swagger-ui-wrap .content > .content-type > div > label {
	color: #1f5a9a;
}

.swagger-section .swagger-ui-wrap .message-fail {
	color: #bf4c37;
}

.swagger-section .swagger-ui-wrap .markdown ol li,
.swagger-section .swagger-ui-wrap .markdown ul li {
	color: #333333;
}

.swagger-section .swagger-ui-wrap .model-signature .signature-nav a {
	color: #aaaaaa;
}

	.swagger-section .swagger-ui-wrap .model-signature .signature-nav a:hover {
		color: #000000;
	}

.swagger-section .swagger-ui-wrap .model-signature .signature-nav .selected {
	color: #000000;
}

.swagger-section .swagger-ui-wrap .model-signature .proptype {
	color: #266dbb;
}

.swagger-section .swagger-ui-wrap .model-signature pre:hover {
	background-color: #ffffdd;
}

.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li {
	border-right-color: #dddddd;
}

.swagger-section .swagger-ui-wrap .model-signature .propopt {
	color: #555555;
}

.swagger-section .swagger-ui-wrap .model-signature .description .strong {
	color: #000000;
}

.swagger-section .swagger-ui-wrap .model-signature .description .stronger {
	color: #000000;
}

.swagger-section .swagger-ui-wrap .model-signature .description .propwrap .optionswrapper {
	background-color: #ffffff;
	border-color: #bbbbbb;
	color: #000000;
}

	.swagger-section .swagger-ui-wrap .model-signature .description .propwrap .optionswrapper th {
		background-color: #eeeeee;
		border-color: #bbbbbb;
		color: #666666;
	}

.swagger-section .swagger-ui-wrap .body-textarea {
	border-color: #aaaaaa;
}

.swagger-section .swagger-ui-wrap .markdown p code,
.swagger-section .swagger-ui-wrap .markdown li code {
	background-color: #f0f0f0;
	color: #000000;
}

.swagger-section .swagger-ui-wrap input.parameter {
	border-color: #aaaaaa;
}

.swagger-section .swagger-ui-wrap h1 {
	color: #000000;
}

.swagger-section .swagger-ui-wrap h2 {
	color: #000000;
}

	.swagger-section .swagger-ui-wrap h2 a {
		color: #000000;
	}

	.swagger-section .swagger-ui-wrap h2 span.sub {
		color: #999999;
	}

		.swagger-section .swagger-ui-wrap h2 span.sub a {
			color: #777777;
		}

.swagger-section .swagger-ui-wrap span.weak {
	color: #666666;
}

.swagger-section .swagger-ui-wrap .message-success {
	color: #89bf04;
}

.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.required label {
	color: #000000;
}

.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li label {
	color: #666666;
}

	.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li label abbr {
		color: #888888;
	}

.swagger-section .swagger-ui-wrap span.blank,
.swagger-section .swagger-ui-wrap span.empty {
	color: #888888;
}

.swagger-section .swagger-ui-wrap .markdown h3 {
	color: #547f00;
}

.swagger-section .swagger-ui-wrap .markdown h4 {
	color: #666666;
}

.swagger-section .swagger-ui-wrap .markdown pre {
	background-color: #fcf6db;
	border-color: #e5e0c6;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource {
	border-bottom-color: #dddddd;
}

	.swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading h2 a,
	.swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading h2 a {
		color: #000000;
	}

	.swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading ul.options li a,
	.swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading ul.options li a {
		color: #555555;
	}

	.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li {
		border-right-color: #dddddd;
		color: #666666;
	}

		.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a {
			color: #aaaaaa;
		}

			.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover {
				color: #000000;
			}

	.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 {
		color: #999999;
	}

		.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a {
			color: #999999;
		}

			.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a:hover {
				color: #000000;
			}

	.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 {
		color: #000000;
	}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a {
			color: #000000;
		}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.http_method a {
			color: #ffffff;
		}

	.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li.access {
		color: #000000;
	}

	.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form input[type='text'].error {
		outline-color: #bf4c37;
	}

	.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading {
		background-color: #f9f2e9;
		border-color: #f0e0ca;
	}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.http_method a {
			background-color: #c46703;
		}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li {
			border-right-color: #f0e0ca;
			color: #c46703;
		}

			.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a {
				color: #c46703;
			}

	.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content {
		background-color: #faf5ee;
		border-color: #f0e0ca;
	}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content h4 {
			color: #c46703;
		}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header a {
			color: #fdc78d;
		}

	.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading {
		background-color: #fcffcd;
		border-color: #ffd20f;
	}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading h3 span.http_method a {
			background-color: #ffd20f;
		}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li {
			border-right-color: #ffd20f;
			color: #ffd20f;
		}

			.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li a {
				color: #ffd20f;
			}

	.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content {
		background-color: #fcffcd;
		border-color: #ffd20f;
	}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content h4 {
			color: #ffd20f;
		}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content div.sandbox_header a {
			color: #6fc992;
		}

	.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading {
		background-color: #f5e8e8;
		border-color: #ebc3bb;
	}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.http_method a {
			background-color: #913a2a;
		}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li {
			border-right-color: #ebc3bb;
			color: #913a2a;
		}

			.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a {
				color: #913a2a;
			}

	.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
		background-color: #f7eded;
		border-color: #ebc3bb;
	}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content h4 {
			color: #913a2a;
		}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header a {
			color: #d57f6f;
		}

	.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading {
		background-color: #e7f6ec;
		border-color: #c3e8d1;
	}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.http_method a {
			background-color: #10a54a;
		}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li {
			border-right-color: #c3e8d1;
			color: #10a54a;
		}

			.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a {
				color: #10a54a;
			}

	.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content {
		background-color: #ebf7f0;
		border-color: #c3e8d1;
	}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content h4 {
			color: #10a54a;
		}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header a {
			color: #6fc992;
		}

	.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading {
		background-color: #fce9e3;
		border-color: #f5d5c3;
	}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.http_method a {
			background-color: #d77103;
		}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li {
			border-right-color: #f0cecb;
			color: #d77103;
		}

			.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a {
				color: #d77103;
			}

	.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content {
		background-color: #faf0ef;
		border-color: #f0cecb;
	}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content h4 {
			color: #d77103;
		}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header a {
			color: #fdc78d;
		}

	.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading {
		background-color: #e5effa;
		border-color: #c5dbf3;
	}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.http_method a {
			background-color: #1f5a9a;
		}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li {
			border-right-color: #c5dbf3;
			color: #1f5a9a;
		}

			.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a {
				color: #1f5a9a;
			}

	.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content {
		background-color: #ebf3f9;
		border-color: #c5dbf3;
	}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4 {
			color: #1f5a9a;
		}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header a {
			color: #93bde9;
		}

	.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading {
		background-color: #e5effa;
		border-color: #c5dbf3;
	}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading h3 span.http_method a {
			background-color: #1f5a9a;
		}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li {
			border-right-color: #c5dbf3;
			color: #1f5a9a;
		}

			.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li a {
				color: #1f5a9a;
			}

	.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content {
		background-color: #ebf3f9;
		border-color: #c5dbf3;
	}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content h4 {
			color: #1f5a9a;
		}

		.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content div.sandbox_header a {
			color: #93bde9;
		}

.swagger-section .swagger-ui-wrap p#colophon {
	border-top-color: #dddddd;
	color: #999999;
}

	.swagger-section .swagger-ui-wrap p#colophon a {
		color: #547f00;
	}

.swagger-section .swagger-ui-wrap h3 {
	color: #000000;
}

.swagger-section .swagger-ui-wrap form.form_box {
	background-color: #ebf3f9;
	border-color: #c5dbf3;
}

	.swagger-section .swagger-ui-wrap form.form_box label {
		color: #1f5a9a !important;
	}

	.swagger-section .swagger-ui-wrap form.form_box p {
		color: #7e7b6d;
	}

		.swagger-section .swagger-ui-wrap form.form_box p a {
			color: #646257;
		}

		.swagger-section .swagger-ui-wrap form.form_box p strong {
			color: #000000;
		}

.swagger-section .authorize-scopes {
	background: #ffffff;
	border-color: #cccccc;
	color: #000000;
}

.swagger-section #auth_container {
	color: #ffffff;
}

	.swagger-section #auth_container .authorize__btn {
		color: #ffffff;
	}

.swagger-section .auth_container {
	border-bottom-color: #cccccc;
}

	.swagger-section .auth_container .auth__title {
		color: #547f00;
	}

	.swagger-section .auth_container .auth__description {
		color: #999999;
	}

.swagger-section .api-popup-dialog-wrapper {
	background: #ffffff;
	border-color: #cccccc;
	color: #777777;
}

.swagger-section .api-popup-dialog-shadow {
	background-color: #808080;
}

.swagger-section .api-ic .api_information_panel {
	background: #ffffff;
	border-color: #cccccc;
	color: #000000;
}

.swagger-section #header {
	background-color: #89bf04;
}

.swagger-section #explore,
.swagger-section #auth_container .authorize__btn {
	color: #ffffff;
	background-color: #547f00;
}

	.swagger-section #explore:hover,
	.swagger-section #auth_container .authorize__btn:hover {
		background-color: #547f00;
	}

.swagger-section #content_message {
	color: #999999;
}

.swagger-section .error {
	outline-color: #bf4c37;
	background-color: #f2dede;
}
