/* ------------------------------------------------------------------------------------------
 * Content
 * ------------------------------------------------------------------------------------------ */

body {
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 400;
	background: #161a1d;
}

::-webkit-scrollbar {
	width: 4px;
}

::-webkit-scrollbar-thumb {
	background-color: #020310;
}

::-webkit-scrollbar-track {
	background-color: #26292E;
}

.well {
	border-radius: 10px;
}

.well-fffbg {
	background-color: rgba(255, 255, 255, 0.05);
	border-color: transparent;
}

td.code {
	font-size: 14px;
	font-family: "Source Code Pro", sans-serif;
	font-style: normal;
	font-weight: 400;
	vertical-align: top;
}

#content {
	padding-top: 16px;
}

p {
	color: #C1C1C1;
	margin-bottom: 20px;
}

h1 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
}

h2 {
	font-family: urw-din, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	line-height: 26px;
	padding: 0;
	margin: 26px 0 26px 0;
}

section {
	border-top: none;
	padding: 0;
	margin: 0;
}

section h1 {
	font-family: urw-din, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	padding: 0;
	margin: 26px 0 0 0;
}

article {
	padding: 0px 0 26px 0;
}

article h1 {
	font-family: urw-din, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	padding: 0;
	margin: 13px 0 0 0;
	line-height: 32px;
	text-transform: initial;
	letter-spacing: 0;
}

article h2 {
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

article h3 {
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 10px 0;
}

article h4 {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 8px 0;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 20px 0;
	background: #212529;
}

th {
	text-align: left;
	font-weight: 600;
	padding: 4px 8px;
	font-size: 15px;
	border: rgba(0, 0, 0, 0.2) 1px solid;
	border-bottom: rgba(0, 0, 0, 0.2) 2px solid;
}

td {
	vertical-align: middle;
	padding: 10px 8px;
	border: rgba(0, 0, 0, 0.2) 1px solid;
	font-size: 15px;
}

td>p {
	font-size: 15px;
	vertical-align: middle;
	margin: 0;
	line-height: 21px;
}

#generator .content {
	color: #b0b0b0;
	border-top: 1px solid #ccc;
	padding: 10px 0;
	font-size: 15px;
}

#generator .content>a {
	color: #b0b0b0;
	padding: 10px 0;
	font-size: 15px;
}

.label-optional {
	color: #1a1a1a;
	background-color: #9a9a9a;
	font-family: "Source Code Pro", sans-serif;
    font-style: normal;
}

.open-left {
	right: 0;
	left: auto;
}

.form-horizontal .control-label {
	font-size: 14px;
}

#header p > strong {
	font-family: urw-din, sans-serif;
    font-weight: 500;
    font-style: normal;
	color: #fff;
}

#header h2:first-of-type {
	margin-top: 0;
}

/* ------------------------------------------------------------------------------------------
 * pre / code
 * ------------------------------------------------------------------------------------------ */
pre {
	background-color: #4b5253;
	color: #ffffff;
	padding: 10px;
	border-radius: 0;
	border: none;
	position: relative;
	margin: 0 0 20px 0;
}

code.language-text {
	word-wrap: break-word;
}

pre.language-json {
	overflow: auto;
}

pre.language-html {
	margin: 20px 0 20px 0;
}

pre.language-html:before {
	content: attr(data-type);
	position: absolute;
	top: -30px;
	left: 0;
	font-weight: 600;
	font-size: 15px;
	display: inline-block;
	padding: 2px 5px;
	border-radius: 6px;
	text-transform: uppercase;
	background-color: #3387CC;
	color: #ffffff;
}

.articletype {
	font-size: 20px;
	padding: 5px 10px;
	border: 1px solid #fff;
}

.navtoptitle {
	margin-left: 20px;
	color: #fff;
	font-size: 20px;
}

.navsubtitle {
	margin-left: 20px;
	color: #fff;
	font-size: 20px;
}

.datagrp-inds {
	display: block;
	width: 50px;
	font-size: 12px;
	margin-left: 20px;
	text-align: center;
	margin-right: 7px;
	font-weight: bold;
	padding: 4;
	border-radius: 6px;
}

.sidebar-nav li .navind {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0 20px;
}

.http-get,
pre.language-html[data-type="get"]:before {
	background-color: #082633 !important;
}

.http-get .pln {
	color: #75d4fe;
}

.http-get .articletype {
	border-color: #75d4fe;
}

[data-group="get"] {
	background-color: #082633 !important;
	color: #75d4fe;
}

.http-post,
pre.language-html[data-type="post"]:before {
	background-color: #002a18 !important;
}

.http-post .pln {
	color: #5ce2aa;
}

.http-post .articletype {
	border-color: #5ce2aa;
}

[data-group="post"] {
	background-color: #002a18 !important;
	color: #5ce2aa;
}

.http-put,
pre.language-html[data-type="put"]:before {
	background-color: #e5c500 !important;
}

[data-group="put"] {
	background-color: #e5c500 !important;
	color: #ffffff;
}

.http-patch,
pre.language-html[data-type="patch"]:before {
	background-color: #f9e673 !important;
}

[data-group="patch"] {
	background-color: #f9e673 !important;
	color: #ffffff;
}

.http-delete,
pre.language-html[data-type="delete"]:before {
	background-color: #dc0f14 !important;
}

[data-group="delete"] {
	background-color: #dc0f14 !important;
	color: #ffffff;
}

.http-options,
pre.language-html[data-type="options"]:before {
	background-color: #8c0fdc !important;
}

[data-group="options"] {
	background-color: #8c0fdc !important;
	color: #ffffff;
}

pre.language-api .str {
	color: #ffffff;
}

pre.language-api .pln,
pre.language-api .pun {
	color: #65B042;
}

code,
kbd,
pre,
samp {
	font-family: 'Droid Sans Mono', Menlo, Monaco, Consolas, "Courier New", monospace;
	font-size: 14px;
}

p>code {
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 0px;
	color: #ffffff;
}

pre code {
	display: block;
	font-size: 14px;
	font-family: 'Droid Sans Mono', Menlo, Monaco, Consolas, "Courier New", monospace;
	font-style: normal;
	font-weight: 400;
	word-wrap: normal;
	white-space: pre;
	padding: 5px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	cursor: default;
	background-color: #212529;
	border: none;
	border-bottom-color: transparent;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0px;
	text-decoration: underline;
	color: #fff;
}

.nav-tabs {
	border: none;
}

.nav-tabs>li>a {
	border: none;
	border-radius: 0;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	font-weight: 400;
	font-size: 15px;
	background-color: #646464;
	color: #fff;
	padding: 7px 15px 12px 15px;
}

.nav-tabs>li>a:hover {
	background-color: #212529;
	border: none;
}

.nav-tabs>li {
	margin-bottom: -6px;
	border: none;
}

/*
pre.language-json {
  background: #f5f5f5;
  border: #e0e0e0 1px solid;
}

pre.language-json .pln,
pre.language-json .pun {
  color: #3a3a3a;
}
*/

/* ------------------------------------------------------------------------------------------
 * Sidenav
 * ------------------------------------------------------------------------------------------ */


#wrapper {
	padding-left: 320px;
	transition: all 0.4s ease 0s;
	background-color: #2E3134;
	border-top-left-radius: 1.2rem;
	border-top-right-radius: 1.2rem;
}

@media (min-width: 1024px) {
	#wrapper {
		border-top-left-radius: 2.4rem;
		border-top-right-radius: 2.4rem;
	}
}

#sidenav {
	margin-left: -320px;
	left: 320px;
	width: 320px;
	position: fixed;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	transition: all 0.4s ease 0s;
	border-right: 1px solid #454545;
}

.nav-header {
	font-family: urw-din, sans-serif;
	font-weight: 500;
	font-style: normal;
}

#wrapper.active {
	padding-left: 0;
}

#wrapper.active #sidenav {
	left: 0;
}

#page-content-wrapper {
	width: 100%;
	padding: 33px 25px 25px 25px;
}

.sidebar-nav {
	position: absolute;
	top: 0;
	width: 320px;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 100px;
}

.sidebar-nav li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	text-indent: 0px;
}

.sidebar-nav li a {
	display: block;
	text-decoration: none;
	padding-left: 60px;
	color: #fff;
}

.sidebar-nav li a:hover,
.sidebar-nav li.active {
	color: #fff;
	background: none;
	text-decoration: underline;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
	text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
	height: 65px;
	line-height: 60px;
	font-size: 18px;
}

.sidebar-nav>.sidebar-brand a {
	color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
	color: #fff;
	background: none;
	text-decoration: underline;
}

.sidebar-nav .nav-header {
	margin-top: 30px;
}

.content-header {
	height: 65px;
	line-height: 65px;
}

.content-header h1 {
	margin: 0;
	margin-left: 20px;
	line-height: 65px;
	display: inline-block;
}

#menu-toggle {
	text-decoration: none;
	float: left;
	margin: 14px 0 0 40px;
}

.btn-menu {
	color: #000;
}

.inset {
	padding: 20px;
}

@media (max-width:767px) {
	#wrapper {
		padding-left: 0;
	}

	#sidenav {
		left: 0;
	}

	#wrapper.active {
		position: relative;
		left: 270px;
	}

	#wrapper.active #sidenav {
		left: 270px;
		width: 270px;
		transition: all 0.4s ease 0s;
	}

	#menu-toggle {
		text-decoration: none;
		display: inline-block;
		float: left;
		margin: 14px 0 0 40px
	}

	.inset {
		padding: 15px;
	}

	#aql_logo_api {
		margin: 6px 25px 0;
		float: right;
	}
}

/*.sidebar-nav li a {
    color: #333;
    display: block;
    text-decoration: none;
    padding-left: 50px;
}
*/
.sidebar-nav li a {
	display: inline;
	text-decoration: none;
	/*padding: 10px 15px 10px 0px;*/
	padding: 0px 15px 0px 0px;
}


/*   end of spc - bootstrap - markup   */




/* ------------------------------------------------------------------------------------------
 * Compare
 * ------------------------------------------------------------------------------------------ */

ins {
	background: #60d060;
	text-decoration: none;
	color: #000000;
}

del {
	background: #f05050;
	color: #000000;
}

.label-ins {
	background-color: #60d060;
}

.label-del {
	background-color: #f05050;
	text-decoration: line-through;
}

pre.ins {
	background-color: #60d060;
}

pre.del {
	background-color: #f05050;
	text-decoration: line-through;
}

table.ins th,
table.ins td {
	background-color: #60d060;
}

table.del th,
table.del td {
	background-color: #f05050;
	text-decoration: line-through;
}

tr.ins td {
	background-color: #60d060;
}

tr.del td {
	background-color: #f05050;
	text-decoration: line-through;
}

/* ------------------------------------------------------------------------------------------
 * Spinner
 * ------------------------------------------------------------------------------------------ */

#loader {
	position: absolute;
	width: 100%;
}

#loader p {
	padding-top: 80px;
	margin-left: -4px;
}

.spinner {
	margin: 200px auto;
	width: 60px;
	height: 60px;
	position: relative;
}

.container1>div,
.container2>div,
.container3>div {
	width: 14px;
	height: 14px;
	background-color: #0088cc;

	border-radius: 100%;
	position: absolute;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
	animation: bouncedelay 1.2s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .spinner-container {
	position: absolute;
	width: 100%;
	height: 100%;
}

.container2 {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.container3 {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}

.circle1 {
	top: 0;
	left: 0;
}

.circle2 {
	top: 0;
	right: 0;
}

.circle3 {
	right: 0;
	bottom: 0;
}

.circle4 {
	left: 0;
	bottom: 0;
}

.container2 .circle1 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.container3 .circle1 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.container1 .circle2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.container2 .circle2 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.container3 .circle2 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.container1 .circle3 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.container2 .circle3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.container3 .circle3 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.container1 .circle4 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.container2 .circle4 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.container3 .circle4 {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0.0)
	}

	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes bouncedelay {

	0%,
	80%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}

	40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

/* ------------------------------------------------------------------------------------------
 * Tabs
 * ------------------------------------------------------------------------------------------ */
ul.nav-tabs {
	margin: 0;
}

/* ------------------------------------------------------------------------------------------
 * Print
 * ------------------------------------------------------------------------------------------ */

@media print {

	#sidenav,
	#version,
	#versions,
	section .version,
	section .versions {
		display: none;
	}

	#content {
		margin-left: 0;
	}

	a {
		text-decoration: none;
		color: inherit;
	}

	a:after {
		content: " [" attr(href) "] ";
	}

	p {
		color: #000000
	}

	pre {
		background-color: #ffffff;
		color: #000000;
		padding: 10px;
		border: #808080 1px solid;
		border-radius: 6px;
		position: relative;
		margin: 10px 0 20px 0;
	}

}

/* /@media print */


/*Custom*/

button#version,
.version {
	display: none;
}

.navbar {
	background-color: #000;
	border-color: transparent;
	border: none !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	border-bottom: 3px solid #FF0C3E;
}

.navbar-default .navbar-nav>li>a {
	color: rgba(255, 255, 255, 0.7);
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
}

@media (min-width: 768px) {

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: 0;
	}
}

li.active a {
	color: #ff0c3e;
}

.main-wrapper {
	margin-top: 46px;
}

.sidenav {
	top: 53px;
	display: none;
}

.navbar {
	height: 53px;
}

.overview-back {
	margin: 32px 0 10px 13px;
}

.overview-back a {
	color: #333;
	font-weight: 800;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.overview-back a:hover {
	color: #ff0c3e;
}

#sidenav {
	padding-left: 0;
}

article:before {
	display: block;
	content: "";
	margin-top: -60px !important;
	height: 60px;
	visibility: hidden;
	position: relative;
	width: 0;
}

.anchor:before {
	display: block;
	content: "";
	margin-top: -130px !important;
	height: 130px;
	visibility: hidden;
	position: relative;
	width: 0;
}

li.nav-header:before {
	display: block;
	content: "";
	height: 13px;
}

.logo {
	width: 20px;
	height: 20px;
	-webkit-transition: -webkit-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
}

img.logo:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

@media (min-width: 1200px) {
	.container {
		width: 970px !important;
	}
}

.onoffswitch {
	position: relative;
	width: 30px;
	top: 17px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	height: 15px;
	padding: 0;
	line-height: 15px;
	border: 2px solid rgba(255, 255, 255, 0.7);
	border-radius: 15px;
	background-color: #000000;
	transition: background-color 0.3s ease-in;
}

.onoffswitch-label:before {
	content: "";
	display: block;
	width: 15px;
	margin: 0px;
	background: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	border: 2px solid rgba(255, 255, 255, 0.7);
	border-radius: 15px;
	transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label {
	background-color: #FF0C3E;
}

.onoffswitch-checkbox:checked+.onoffswitch-label,
.onoffswitch-checkbox:checked+.onoffswitch-label:before {
	border-color: #FF0C3E;
}

.onoffswitch-checkbox:checked+.onoffswitch-label:before {
	right: 0px;
}

pre.prettyprint {
	background-color: #212529;
}

table>tbody>tr:nth-of-type(even) {
	background-color: rgba(0, 0, 0, 0.2);
}

.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px !important;
	height: 50px !important;
	-webkit-animation: spin 4s linear infinite;
	-moz-animation: spin 4s linear infinite;
	animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@media (max-width: 992px) {
	.sidenav {
		width: auto !important;
	}
}

.sample-request-switch {
	visibility: hidden;
}

.navsub {
	font-size: 16px;
	color: #fff;
}

.form-control {
	color: #ffffff;
	background-color: #212529;
	border: 1px solid #212529;
}

.form-control:focus {
	color: #ffffff;
	background-color: #212529;
	border-color: #212529;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(44, 123, 229, .25);
	box-shadow: 0 0 0 0.2rem rgba(44, 123, 229, .25);
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #232e3c;
	opacity: 1;
}

.input-group-addon {
	color: #c1c1c1;
	background-color: #16181b;
	border: 1px solid #16181b;
}

.btn-primary {
	font-family: "Inter", sans-serif;
    font-size: 15px;
    background: linear-gradient(270deg, #0F68A9 0%, #58DF7C 100%);
    border: 0;
    font-weight: 500;
	padding: 5px 12px;
	border-radius: 5px;
}

.btn-primary:hover {
	text-decoration: underline;
}

.btn-secondary {
	background-color: #748194;
	border-color: #748194;
}

.btn-success {
	background-color: #00d27a;
	border-color: #00d27a;
}

.btn-info {
	background-color: #27bcfd;
	border-color: #27bcfd;
}

.btn-danger {
	background-color: #e63757;
	border-color: #e63757;
}

.form-horizontal .form-group {
  margin: 25px 0 0 0;
}

.controls {
  margin-top: 25px;
}

.close-button {
  float: right;
  border: 0;
  padding: 0;
  background-color: transparent;
  svg {
    width: 30px;
    color: #fff;
  }
}

.sample-request-response-json {
  color: #fff;
}