body
{
	margin:0;
}

#banner
{
	font-family:'Segoe UI','Helvetica Neue',Helvetica,Arial,sans-serif;
	background-color:#207BBC;
	line-height:60px;
	overflow:auto;
}

#banner,
#banner a,
#banner a:hover,
#banner a:active 
{
	color:white;
	text-decoration:none;
}

#banner .logo
{
	font-size:18px;
	float:left;
	font-weight:100;
}

#banner .logo span.fa
{
	font-size:26px;
	margin-right:10px;
	vertical-align: text-bottom;
}

#banner .menu
{
	float:right;
}

#banner .menu-button
{
	display:none;
	float:right;
}

#banner ul.menu {
	padding:0;
	margin:0;
}

#banner ul.menu  li
{
	display:inline-block;
    list-style:none;
	padding:0 15px;
	cursor:pointer;
	font-size:14px;
	position:relative;
}

#banner ul.menu  li:hover
{
	background-color:#2180C4;
}

#banner ul.menu  li.selected {
	box-shadow: inset 0 -3px 0 white;
}

#banner ul.menu  li span {
	margin-top: 21px;
    margin-bottom: 21px;
	font-size: 17px;
}

#title
{
	background-color:#303030;
	height:200px;
	color:#ccc;
	text-align:center;
}

#main > .site-content > span.fa-spinner
{
	font-size:60px;
	margin: 40px auto;
	display:block;
	width: 60px;
    height: 60px;
}

#main .site-content img {
	width:100%;
}

#footer
{
	background-color:#E5E5E5;
	clear:both;
}

.site-content
{
	width:800px;
	margin:auto;
}

#main > .site-content.full
{
	padding-top:0;
	width:100%;
	display:table-row;
}

.left-menu {
	display:table-cell;
	background-color: #eee;
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
	min-height:400px;
}

.site-content.full > .left-menu {
	border-left:0;
}

.left-menu ul {
	margin:0;
	padding:0;
	min-height: 200px;
}

.left-menu ul li {
	list-style: none;
    padding: 6px 25px 6px 15px;
    cursor: pointer;
	white-space:nowrap;
}

.left-menu ul li:hover {
	background-color:#ddd;
}

.left-menu ul li.selected {
	border-right:3px solid #aaa;
}

.sub-content-container 
{
	display:table-cell;
	padding-left:20px;
	width:100%;
}

.sub-content  > span.fa-spinner
{
	font-size:40px;
	margin: 40px auto;
	display:block;
	width: 40px;
    height: 40px;
}

.center {
	text-align:center;
}

.underline-title {
	border-bottom:1px solid #ccc;
}

.new-version {
	display:inline-block;
	position: absolute;
	font-size: 12px;
	padding: 5px;
	background-color: green;
	color: white;
	border-radius: 4px;
	box-shadow: #222 0 0 10px;
	margin-top:20px;
	margin-left:5px;
}

.parameter,
.default-value,
.returns,
.related-methods {
	font-size: 15px;
    font-family: consolas;
}

.parameter {
    color: #006696;
}

.default-value,
.returns {
	color: #3C7202;
}

.related-methods {
	color:#7C0000;
}

span.link {
	font-family: consolas;
	font-size:13px;
	color: blue;
}

.parameter > ul > li{
	font-size: 12px;
}

code {
	display:block;
	margin:5px 0;
	padding: 12px;
}

code.inline {
	display:inline;
	padding: 0;
	background-color: none;
}

h1,
h2,
h3,
h4,
h5
{
	font-family:'Segoe UI','Helvetica Neue',Helvetica,Arial,sans-serif;
	
}

h1,
h2
{
	font-weight:100;
}

h1
{
	padding: 30px 0 15px 0;
    margin: 0;
	font-size:60px;
	display:inline-block;
}

h4 {
	font-size:16px;
	font-weight:bold;
}

p {
	margin: 15px 0;
}

li {
	list-style-type:square;
}

hr {
	margin:20px 80px;
}

@media (min-width: 1024px) {
	.site-content
	{
		width:800px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.site-content
	{
		width:650px;
	}
	
	#banner ul.menu  li
	{
		padding:0 7px;
	}
	
	#title {
		height:160px;
	}
	
	h1 {
		padding: 20px 0 10px 0;
		font-size:50px;
	}
	
	h2 {
		font-size:25px;
	}
}


@media (max-width: 768px) {
	.site-content
	{
		width:100%;
		min-width:200px;
		padding:0 5px;
	}
	
	#banner .menu-button
	{
		display:inline-block;
		cursor:pointer;
		font-size:21px;
		padding:18px;
	}
	
	#banner ul.menu  {
		display:none;
		float:none;
		clear:both;
		left:0;
	}
	
	#banner ul.menu  li {
		display:block;
		width:100%;
	}
	
	#banner ul.menu  li.selected {
		box-shadow: inset 3px 0 0 white;
	}
	
	#title {
		height:120px;
	}
	
	h1 {
		padding: 15px 0 0 0;
		font-size:30px;
	}
	
	h2 {
		font-size:17px;
	}
	
	.new-version {
		right:5px;
		margin-top: -10px;
	}
}


.popover-content {
	padding: 0;
}
.event-tooltip-content {
	border-bottom: 2px solid grey;
	margin-bottom:5px;
}
