.header {
	background:#1C2B36;
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:100;
}
.content {
	padding-left:15px;
	padding-right:15px;
}
body {
	background:#F2F4F8;
}
.navbar-right {
	margin-right:0;
}
.bs-docs-nav {
	background:none;
}
.bs-docs-nav .navbar-brand, .bs-docs-nav .navbar-nav > li > a {
	color:#6b94b3;
	font-weight:bold;
}
.dropdown-menu > li > a {
	color:#6b94b3;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background:none;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background:none;
	color:white;
}
.dropdown-menu {
	background:#1C2B36;
}
.bs-docs-nav .navbar-nav > .active > a, .bs-docs-nav .navbar-nav > .active > a:hover, .bs-docs-nav .navbar-nav > li > a:hover {
	background:none;
	color:white;
}
a.navbar-brand img {
	position:relative;
	top:-10px;
}
.bs-docs-nav .navbar-toggle .icon-bar {
	background-color: white;
}
h1, h2, h3, h4, h5 {
	color:#6b94b3;
}
.center {
	text-align:center;
}
.menu {
	position:fixed;z-index:2;background:#1C2B36;height:100%;width:250px;padding:22px;top:0px;
}
.menu ul {
	list-style-type:none;
	padding:0;
}
.menu a {
	font-weight:bold;
	color:#6b94b3;
}
.menu a:hover, .menu a.active {
	text-decoration:none;
	color:white;
}
.menu ul li {
	padding-top:10px;
	padding-bottom:10px;
}
.green {
	color:#62AC15;
}
h2 {
	padding-top:25px;
}
h1[id] {
    margin-top: 0px;
    padding-top: 0;
}
.h1, .h2, .h3, h1, h2, h3, h4 {
	margin-top:20px;
	padding-top:0px;
	margin-bottom: 20px;
}
.content > .anchor {
	padding-bottom:20px;
}
.content > div > .anchor {
	padding-top:30px;
}
.doc-content {
	margin-left:250px;
}
.h1, h1 {
	font-size: 26px;
}
h2 {
	font-size:23px;
}
h3 {
	font-size:20px;
}
body, * {
	font-size:13px;
}
.content li {
	margin-bottom:10px;
}
.notice {
	background:#d9edf7;
	padding:15px;
	border-left:5px solid #9bd6f4;
}
table tr th {
	border-bottom:1px solid black;
}
table tr th, table tr td {
	padding-top:5px;
	padding-bottom:5px;
	padding-right:20px;
}
h1 {
	background-color:#f2f4f2;
	border-top:1px solid #e7e9f1;
	border-bottom:1px solid #e7e9f1;
	border-right:1px solid #e7e9f1;
	border-left:5px solid #6bd4bd;
	line-height:38px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px
}
img{
	margin: 10px;
}
p{
	margin: 0 0 15px;
	line-height: 20px;
}
.login-container {
	background:#1C2B36;
	height:100%;
	position:absolute;
	width:100%;
}
.login-container > div {
	width:380px;
	margin:auto;
	top:50%;
	position:relative;
	margin-top:-140px;
}
.login-container input {
	margin-bottom:15px;
}
#htmlContent {
	border:none;
	width:100%;
	height:500px;
}
/*
.contentMessage {
	overflow:hidden;
}
.contentMessage div:first-of-type {
	float:left;width:48%;
}
.contentMessage div:last-of-type {
	float:left;width:52%;padding-left:4%;
}
*/
.contentMessage {
	position:absolute;
	background:red;
	top:0;
	left:0%;
	padding:10px;
	z-index:10000;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.5);
}
.contentMessage div {
	position:relative;
	width:600px;
	margin:auto;
	background:white;
	padding:10px;
}
.contentMessage div.closePopup {
	position:absolute;
	right:0;
	text-align:right;
	background:none;
	top:-5px;
	cursor:pointer;
}
.selection-info {
	font-size:14px;
}
body {
	min-width:1000px;
}
.bg_white {
	background:white;
}
.doc-content {
	padding-bottom:10px;
}
#legend {
	padding:10px;text-align:center;
}
#legend span {
	margin-right:25px;
	font-weight:bold;
}
#legend input {
	margin-right:5px;
}
.p-10 {
	padding:10px;
}
#toast-container > div {
	background-position:center!important;
	height:100px!important;
	width:100px!important;
}
.info-login {
	color:white;
	font-weight:bold;
}
.ngColList {
	padding-left:0;
}
.float-right {
	float:right;
}