﻿#header {
	background-color: #FFFFFF !important;
}

#header #logo {
	background: transparent !important;
	font-size: 0px !important;
	padding: 0 !important;
}

#header #logo:before {
	font-size: 1.5em;
	content: '' !important;
}

#header #logo img {
	width: 160px;
}

#api_selector {
	display: none !important;
}

#sandbox_header {
	display: none !important;
}

#Images_Images_GetCubicFrontStream,
#Images_Images_GetCubicBackStream,
#Images_Images_GetCubicLeftStream,
#Images_Images_GetCubicRightStream,
#Images_Images_GetCubicTopStream,
#Images_Images_GetCubicBottomStream,
#Traffics_Traffics_GetList,
#Traffics_Traffics_Get {
	display: none !important;
}

.requiredMark {
	width: 50px;
	text-align: center;
	color: red;
}

.royalblue {
	color: #4169e1;
}

.orangered {
	color: #ff4500;
}

.extraSpecifications {
	line-height: 1.4em;
}

.bordered {
	padding: 12px 16px;
	border: 1px solid #dddddd;
}

.extraSpecifications table {
	border: 1px solid #dddddd;
}

.extraSpecifications table th {
	background-color: #4169e1;
	color: #ffffff !important;
	font-weight: bold !important;
}

.extraSpecifications table th,
.extraSpecifications table td {
	padding: 6px 12px !important;
	border: 1px solid #dddddd !important;
}

.extraSpecifications table td.dataType {
	color: #4169e1 !important;
}

#header .floatRight {
	float: right;
	color: #333333;
	font-family: Lato;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.05em;
	line-height: 1.2;
	padding-top: 8px;
	margin: 0px 10px 0px;
	text-align: center;
	width: auto;
	max-width: calc(100% - 20px);
	justify-content: center;
	text-decoration: none;
}

#tableOfContents h3 {
	text-decoration: underline;
}

#tableOfContents a {
	text-decoration: none;
}

.json {
	background-color: #ffffff !important;
	padding: 12px 16px !important;
}

.post {
	background-color: #e7f6ec !important;
	border: 1px solid #c3e8d1 !important;
}

.patch {
	background-color: #fce9e3 !important;
	border: 1px solid #f5d5c3 !important;
}

.categories .tree,
.categories .tree ul {
	margin: 0 0 0 1em; /* indentation */
	padding: 0;
	list-style: none;
	position: relative;
}

.categories .tree ul {
	margin-left: .5em; /* (indentation/2) */
}

.categories .tree:before,
.categories .tree ul:before {
	content: "";
	display: block;
	width: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-left: 1px solid;
}

.categories .tree li {
	margin: 0;
	padding: 0 1.5em; /* indentation + .5em */
	line-height: 2em; /* default list item's `line-height` */
	position: relative;
}

.categories .tree li:before {
	content: "";
	display: block;
	width: 10px; /* same with indentation */
	height: 0;
	border-top: 1px solid;
	margin-top: -1px; /* border top width */
	position: absolute;
	top: 1em; /* (line-height/2) */
	left: 0;
}

.categories .tree li:last-child:before {
	background: white; /* same with body background */
	height: auto;
	top: 1em; /* (line-height/2) */
	bottom: 0;
}

#yawAndPitchDescription div {
	width: 800px;
	height: 400px;
	position: relative;
}

#yawAndPitchDescription img {
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	left: 0px;
	top: 0px;
}