body, html {
    margin: 0;
    padding: 0;
}

body {
	color: #444;
	background-color: #fbfbfb;
	font-family: "Raleway", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 16px;
}

.btn {
	background:#135571;
	color:#fff;

	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-o-transition: all  250ms;
	transition: all  250ms;
}

.btn:hover {
	background:#333;
}

.wrapper {
	margin:20px 40px ;
	border-radius:4px;
	box-shadow:0 0 2px 2px rgba(155,155,155,0.1);
	border:1px solid #d3d3d3;
}

.container {
	position: relative;
	line-height: 24px;
	padding: 0 20px;
}
.container:after {
	clear: both;
}

strong, dt, h2, h3, h4 {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 10px 0;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

h1,
h2,
h3 {
    line-height: 40px;
}

h1 {
    font-size: 36px;
	padding-top: 20px;
	margin-left: -70px;
    border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #7b7b7b;
}

h2 {
	margin: 40px 0;
}

h3 {
    font-size: 24px;
    border-top-width: 2px;
    padding-top: 10px;
	margin: 20px 0;
	border-top-style: dashed;
	border-top-color: #868686;
}

h4 {
    font-size: 20px;
    border-top-width: 1px;
    padding-top: 5px;
	margin: 10px 0;
	border-top-style: dotted;
	border-top-color: #8f8f8f;
}

h5 {
    font-size: 18px;
    border-top-width: 1px;
    padding-top: 5px;
	margin: 10px 0;
	border-top-style: dotted;
	border-top-color: #8f8f8f;
}

blockquote {
    margin: 1em 0;
    border-left: 3px solid #ccc;
    padding-left: 20px;
    text-align: left;
}

dt {
}

dd {
    padding: 0;
    margin: 0 0 25px 0;
}

a {
    -webkit-transition: all ease 150ms;
    -moz-transition: all ease 150ms;
    -o-transition: all ease 150ms;
    transition: all ease 150ms;
    text-decoration: none;
    color: #3ba0b0;
}

/* Header Styles */

header {
    padding: 1em;
    background-color: #f1c336;
	color: #fff;
}

header h1 {
	font-weight:bold;
	font-size: 42px;
	text-shadow: 1px 2px 2px #7b7b7b;
	padding-top: 0px;
	margin-left: 0px;
	border-top-style: none;
}

/* Google Custom Search */
header .gsc-control-cse {
	margin-top: 25px;
	max-width: 95%;
	float: none;
	background-color: #f1c336;
	border-width: 0;
	padding: 0;
}

/* Footer */

footer {
	clear: both;
	text-align: center;
	margin: 0 auto;
}

footer p {
	margin: 0;
	padding: 10px;
	color: #ffffff;
	background: #f1c336;
}

footer p.copyright {
	background:#3ba0b0;
}

footer a {
	color: #ffffff;
}

footer img {
	padding-left: 10px;
}

.pull-right{ float:right;}
.pull-left { float:left; }

/* Navigation Styles */

nav {
	background: #44b8cb;
	min-height: 60px;
}

nav ul, nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav li {
	float: left;
}

nav a:hover, nav a.current {
	color: #135571;
	background-color: #eee;
}

nav a {
	padding: 0 1em;
	color: #ffffff;
	text-decoration: none;
	height: 60px;
	line-height: 60px;
	display: block;
	letter-spacing: 1px;
}

nav #menu {
    overflow: hidden;
    clear: left;
}

nav #menu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.5em;
}

code {
	background-color: #FFF;
	padding: 1px 4px;
	border: 1px solid #DDD;
}

pre > code {
	display:block;
	line-height: normal;
}

.container table {
	border-collapse:collapse;
}
.container table th, .container table td {
	border: 1px solid black;
	padding: 10px;
}

/* BEGIN Specific tables */

.container table.parameter tr>*:last-child {
	width: 60%;
}

.container table.report-page {
	background-color: #FFF;
	border: 1px solid #444;
	border-radius: 15px;
	border-collapse: separate;
	margin: 0 auto 30px 30px;
	box-shadow: 5px 5px 2px #888888;
}
.container table.report-page td {
	border: 0;
}
.container table.report-page tr:nth-child(2) td {
	border-top: 1px dashed #AAA;
	border-bottom: 1px dashed #AAA;
}

.container table.404 {
  position: relative;
	background-color: #FFF;
	border: 1px solid #444;
	border-radius: 15px;
	border-collapse: separate;
	margin: auto;
}

/* END Specific tables */

/* BEGIN specific paragraphs */

.container p.tip {
	position: relative;
	border: 1px solid #DDD;
	background-color: #FFF;
	border-radius: 10px;
	padding: 10px 10px 10px 40px;
}
.container p.tip:after {
	content: '\24D8';
	position: absolute;
	top: 10px;
	left: 5px;
	font-size: 28px;
	font-weight: 700;
}

.container p.float-right {
	float: right;
	margin: 10px;
	max-width: 50%;
}

.container p.center {
	position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.container p.block {
  position: relative;
	border: 1px solid #DDD;
	background-color: #FFF;
	border-radius: 10px;
	padding: 10px 10px 10px 40px;
  text-align: center;
}
/* END specific paragraphs */

/* BEGIN specific lists */

.container ul.inline:after {
	clear: both;
	content: "";
	display: block;
}
.container ul.inline li {
	text-align: center;
	list-style-type: none;
	float: left;
	padding: 10px;
	height: 100px;
	width: 100px;
	position: relative;
}
.container ul.inline li>img {
	max-width: 100px;
	max-height: 70px;
	border-radius: 0;
	margin-left: auto;
	margin-right: auto;
}
.container ul.inline li>a {
	font-weight: bold;
	position: absolute;
	left: 10px;
	top: 80px;
	width: 100px;
}

/* END specific lists */

caption {
	font-weight:bold
}

nav a.site-title img {
	margin-top: 6px;
	margin-left: -22px;
	opacity: 0.9;
}

@media only screen and (min-width: 680px) {

	nav, nav #menu {
		padding: 0;
	}

	nav a.site-title {
		width: 180px;
		padding: 0 20px;
	}

	nav #menu {
		max-height: 9999px;
		clear: none;
	}

	nav #menu-toggle {
		display: none !important;
	}

}

/* Content Styles */
.container img {
	margin-left: auto;
	margin-right: auto;
	max-height: 500px;
	display: block;
	max-width: 100%;
	border:1px solid #b3bcc9;
}

nav:before,
nav:after,
header:before,
header:after,
section:before,
section:after {
    content: " ";
    display: table;
}

nav:after, header:after, section:after  { clear: both; }
nav, header, section { *zoom: 1; }

/* Form Styles
input {
    display: block;
    vertical-align: middle;
    line-height: 30px;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;

	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;

    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

input:focus {
    border-color: #007eb2;
    outline: 0;
}
*/

.toplinks {
	font-size: 18px;

}

.docs-nav {
	background-color: #f5f5f5;
	list-style: none;
	margin: 0 -20px;
	padding: 0;
	font-size: 18px;
	line-height: 30px;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	transition: opacity 1s ease-out;
}
.docs-nav.open {
	visibility: visible;
	opacity: 1;
	height: auto;
}

.docs-nav a {
	display: block;
	padding: 0 20px;
	text-decoration: none;
	border-right: 2px solid transparent;
}

.docs-nav ul {
	list-style: none;
}

.docs-nav>li {
	border-top: 3px solid #ffffff;
}
.docs-nav>li:last-child {
	border-bottom: 3px solid #ffffff;
}

.docs-nav>li>a  {
	padding: 5px 20px;
	font-weight: bold;
	font-size: 18px;
}

.docs-nav>li>ul>li {
	margin-left: -40px;
    border-top: 2px solid #fbfbfb;
}

.docs-nav>li>ul>li>a  {
	padding: 5px 15px 5px 40px;
	font-size: 16px;
}

.docs-nav>li>ul>li>ul>li {
	margin-left: -40px;
	border-top: 1px solid #f8f8f8;
}

.docs-nav>li>ul>li>ul>li>a  {
	font-weight: lighter;
	padding: 3px 10px 3px 60px;
	font-size: 14px;
}

.docs-nav>li>ul {
	display: none; /* Handled in JS code */
}

@media only screen and (min-width: 960px) {

	.docs-nav {
		position: fixed;
		top: 152px; /* Depends on header */
		left: 0;
		width: 220px;
		visibility: visible;
		opacity: 1;
		height: auto;
		padding: 0;
		margin: 0;
	}

	/* The `affix` class is added when the scrolling is lower than the header */
	.docs-nav.affix {
		top: 0;
	}

	.docs-nav a.active {
		border-right: 5px solid #7b7b7b;
	}

	.docs-nav a:active,
	.docs-nav a:hover,
	.docs-nav a.active {
		background: #ff4f58;
		color:#fff;
	}

    .docs-nav .separator {
        height: 20px;
    }

	.container {
		padding-left: 310px; /* menu */
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	header h1 {
		float: left;
		max-width: 75%;
	}

	header .gsc-control-cse {
		margin-top: 15px;
		max-width: 25%;
		float: right;
	}

	input {
		display: inline-block;
	}

	h2 {
		margin-left: -60px;
		margin-right: -20px;
		padding-left: 20px;
	}

	h3 {
		margin-left: -60px;
	}

	h4 {
		margin-left: -30px;
	}

	.container img {
		margin-left: 0;
		margin-right: 0;
		max-width: 80%;
		border-radius: 10px;
	}

	.container p.float-right {
		margin: 0 10px 20px 20px;
	}


	.container hr.separation {
		border: 0;
		border-top: 1px solid #8c8c8c;
		border-bottom: 1px solid #fff;
	}

	.container p.float-right img {
		max-width: 100%;
	}
}

.bkgblue {
	background-color: rgba(106,153,218,.1);
    padding: 1em;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0,0,0,.2);
    margin-top: 20px;
    margin-bottom: 20px;
	border: 1px solid rgba(106,153,218,.9);
	display: block;
}
