.APIDoc {
	background-color: #DDDDDD;
}

.APIDoc .title {
	height: 92px;
	border-bottom: 2px solid #A9594F;
	background: #FFFFFF url('/brand-management/brand-assets/Qualtrics/PageLogo.png') no-repeat;
	text-align: center;
	
	position: fixed;
	width: 100%;
}

.APIDoc .title div {
	font-size: 30px;
	text-align: center;
	padding-top: 28px;
	font-weight: bold;
	color: #333333;
	margin-left: 50px;
}

.APIDoc .title .banner {
	background-color: #A9594F;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	margin-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 20px;
	border-top: 1px solid #6B2C24;
	border-bottom: 1px solid #6B2C24;
}

.APIDoc .title .banner a {
	color: #90BEFB;
}

.APIDoc a {
	text-decoration: none;
	color: #000000;
}

.APIDoc a:hover {
	text-decoration: underline;
}

.APIDoc pre {
	font-family: arial,helvetica,sans-serif;
	white-space: pre-wrap;
}

.APIDoc table {
	border: 1px solid #000;
	margin-left: 15px;

}

.APIDoc table th {
	font-weight: bold;
}


.APIDoc table thead th {
	background-color: #CCC;
	font-size: 14px;
}

.APIDoc table td, .APIDoc table th{
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #000;
}

.APIDoc .requestIcon {
	background: #A9594F;
	border: 1px solid #89392F;
	border-radius: 3px;
	margin: 3px;
	padding: 3px;
	color: white;
	display: inline-block;
	text-align: center;
	min-width: 17px;
}

.APIDoc #navigator {
	position: fixed;
	width: 280px;
	overflow-y: auto;
	overflow-x: hidden;
	top: 94px;
	bottom: 0px;
	background-color: #ccc;
}

.APIDoc .ControlPanel #navigator {
	top: 125px;
}

.APIDoc #navigator .label {
	margin: 5px;
	margin-top: 20px;
	font-size: 15px;
}


.APIDoc .version_section {
	margin-left: 280px;
	padding: 10px;
	background-color: #F9F9F9;
	padding-top: 70px;
	overflow: hidden;
}

.APIDoc .version_section.ControlPanel {
	padding-top: 101px;
}

.APIDoc ul, ol {
	margin: 5px 6px;
	padding: 5px 6px;
}

.APIDoc #versions {
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

.APIDoc #versions li {
	font-size: 14px;
	float: left;
	padding: 5px;
}

.APIDoc #versions li a {
	color: #666666;
}
.APIDoc #versions li a.active {
	font-weight: bold;
	color: #000000;
}


.APIDoc .name {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.APIDoc .header {
	border: 2px solid #89392F;
	background-color: #A9594F;
	margin: 35px 0px;
	height: 50px;
	text-align: center;
}

.APIDoc .header div {
	color: #FFF;
	font-size: 25px;
	padding-top: 10px;
}

.APIDoc .subheader {
	border: 2px solid #A9594F;
	background-color: #ECDCDB;
	padding: 5px;
	margin: 10px 0px;
	color: #440000;
	font-size: 18px;
}

.APIDoc .subsubheader {
	border: 1px solid #A9594F;
	background-color: #ECDCDB;
	padding: 2px;
	margin: 5px 0px;
	color: #440000;
	font-size: 16px;
}


.APIDoc .requests .group {
	margin-top: 0px;
	margin-bottom: 100px;
}

.APIDoc .requests .group .name {
	border: 2px solid #89392F;
	background-color: #A9594F;
	margin-top: 0px;
	color: #FFF;
	font-size: 18px;
}

.APIDoc .requests .group .request table {
}

.APIDoc a.anchor {
	position: relative;
	top: -130px;
}
.APIDoc .anchor:before {
    content:"";
    display:block;
    height:30px;
    margin:-30px 0 0;
}
.APIDoc .requests .group .request  {
	margin-bottom: 50px;
}

.APIDoc .requests .group .request .name {
	border: 1px solid #A9594F;
	background-color: #ECDCDB;
	color: #440000;
	font-size: 14px;
}

.APIDoc .requests .group .request .description {
	padding: 5px;
	margin: 10px;
}

.APIDoc .requests .group .request .customResponse {
	margin: 10px;
	padding: 5px;
}

.APIDoc .requests .group .request .response {
	margin: 10px;
}
.APIDoc .requests .group .request .response span {
	padding: 5px;
	color: #440000;
	font-style: italic;
	font-weight: bold;
}

.APIDoc .requests .group .request .example {
	margin: 10px;
	
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	height: 30px;
}

.APIDoc .requests .group .request .example span {
	padding: 5px;
	color: #440000;
	font-style: italic;
}
.APIDoc .requests .group .request .tryit a{
	text-decoration: underline;
	font-weight: bold;
	color: #440000;
}

.APIRunnerIframe {
	width: 100%;
	height: 100%;
	border: none;
}

#pagefooter .copyright {
	margin-top: 20px;
}

/******************************

PRINT STYLES

*******************************/

@media print {
	div {
		/* make safari and chorme print backgrounds */
		-webkit-print-color-adjust:exact;
	}
	
	.APIDoc #navigator {
		display: none;
	}
	
	.APIDoc .requests .group .request .example {
		overflow: visible;
		white-space: normal;
	}
	.APIDoc .requests .group .request .tryit {
		display: none;
	}
	
	.APIDoc .version_section {
		margin-left: 0px;
		background: white;
		padding-top: 0px;
	}
	
	.APIDoc .title {
		position: static;
	}

	.APIDoc .title .banner {
		display: none;
	}
	
	#pagefooter {
		background: white;
		float: none;
		position: static;
	}
	
	body {
		background: white;
	}
}


