body, html {
    height: 100% !important;
}
body {
	background: #ffffff;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
	color: #444444;
}
b, strong {
    font-weight: 500;
}
a {
	cursor: pointer;
	font-weight: 500;
}
a:visited {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
form {
	margin-left : 10px;
}
h2, h3, h4, h5, h6 {
	font-size:18px;
	color:#000000;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx HEADER START xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.navbar-default {
	background:#FFFFFF;
	box-shadow: 0 1px 5px rgba(79, 95, 112, 0.3);
	-webkit-box-shadow: 0 1px 5px rgba(79, 95, 112, 0.3);
	border-bottom: 0;
	margin-bottom:0;
	min-height:66px;
}
.navbar-brand {
	height: 66px;
	padding: 6px 5px 4px 10px;
}
.navbar-brand>img {
    max-height: 55px;
	max-width: 220px;
	height: auto;
	margin-top: 8px;
}
.navbar-header{ float:left;}
@media all and (max-width:620px) {
	.navbar-default{ padding-left:0;}
}
.navbar-default .container-fluid {
	padding-left: 0;
	padding-right: 10px;
}
.btn-sidebar {
    display: none;
    padding: 12px 15px;
    margin: 10px;
    color: #80828f;
    background: #f4f8fb;
    text-align: left;
}
@media only screen and (max-width: 767px){
	.btn-sidebar {
		display: inline-block;
	}
}
.help-label {
	margin: 0;
    padding: 22px 10px;
    font-size: 16px;
    float: right;
}
@media only screen and (max-width: 490px){
	.help-label {
		padding: 0 10px;
	}
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx HEADER END xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx PAGE START xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

/* SIDEBAR 
-----------------------*/
.sidebar {
	background: #ffffff;
	bottom: 0;
	overflow: hidden;
	position: fixed;
	top: 66px;
	width: 260px;
	z-index: 998;
	border-right:1px solid #d5dbdd;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
	-webkit-transition: width .25s, opacity .25s, -webkit-transform .25s;
    -o-transition: width .25s, opacity .25s, -o-transform .25s;
    transition: width .25s, opacity .25s, transform .25s;
}
@media only screen and (max-width: 767px){
	.sidebar {
		-ms-transform: translate(-260px, 0);
		-webkit-transform: translate3d(-260px, 0, 0);
		transform: translate3d(-260px, 0, 0);
	}
	.sidebar.open {
		-ms-transform: translate(0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@media only screen and (max-width: 482px){
	.sidebar {
		top:83px;
	}
}
/* PAGE 
-----------------------*/
.page-container {
	min-height: 100vh;
	padding-left: 260px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
@media only screen and (max-width: 767px){
	.page-container {
		padding-left:0;
	}
}
.main-content {
	padding: 100px 40px 40px;
	min-height: 100vh;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx PAGE END xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.overview {
    background-color: #f3f7f9;
    margin: 15px 0;
    padding: 25px;
    border-radius: 5px;
}
.overview-title{
	font-size:18px;
}
.overview .note{
	margin-bottom:0;
}

hr {
	border: 0px;
	border-top: solid 1px #94c3f9;
	border-bottom: transparent;
	margin-left : 10px;
	margin-right: 10px;
}
h1 {
	margin-top:0;
	padding: 15px 0 15px;
}

h2 {
	background: #e0e5ef;
	background: -moz-linear-gradient(left, #e0e5ef 0%, #ffffff 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #e0e5ef, color-stop(100%, #ffffff)));
	background: -webkit-linear-gradient(left, #e0e5ef 0%, #ffffff 100%);
	background: -o-linear-gradient(left, #e0e5ef 0%, #ffffff 100%);
	background: -ms-linear-gradient(left, #e0e5ef 0%, #ffffff 100%);
	background: linear-gradient(to right, #e0e5ef 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e5ef', endColorstr='#ffffff', GradientType=1 );
	padding: 10px 10px;
}
h3 {
	background: rgba(224,224,224,1);
	background: -moz-linear-gradient(left, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(224,224,224,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff', GradientType=1 );
	padding: 8px 10px;
}
h4 {
	background-image: url(../images/verlauf-blau.png);
	background-repeat: repeat-y;
	padding: 6px 10px;
}
h5 {
	background-image: url(../images/verlauf-blau.png);
	background-repeat: repeat-y;
	font-weight: bold;
	padding: 6px 10px;
}
/*h2 {
	background-image: url(../images/verlauf-blau.png);
	background-repeat: repeat-y;
	padding: 10px 10px;
}
h3 {
	background-image: url(../images/verlauf-rot.png);
	background-repeat: repeat-y;
	padding: 8px 10px;
}
h4 {
	background-image: url(../images/verlauf-gray.png);
	background-repeat: repeat-y;
	padding: 6px 10px;
}
h5 {
	background-image: url(../images/verlauf-gray.png);
	background-repeat: repeat-y;
	font-weight: bold;
	padding: 6px 10px;
}*/

li {
    margin-top: 10px;
}

/* note box */
p.note,
div.note {
	position:relative;
	background-color: #fffff4;
    border: 1px solid #d4c2a0;
    clear: both;
    color: #974500;
	margin: 15px 0;
	padding: 15px 15px 15px 80px;
}
p.note::before,
div.note::before {
    float: left;
    word-wrap: normal;
    white-space: nowrap;
    margin-left: -36px;
    content: '';
    height: 70px;
    left: 44px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
}
p.note::before,
div.note::before {
    background: url(../images/icon_note.png) center center no-repeat;
	background-size:48px 48px;
}
div.note p {
	margin: 0;
}
/* used in tutorial */
p.tip {
	background-color : #FFFFCC;
	border : 1px solid black;
	clear : both;
	color : black;
	margin-left : 10%;
	padding : 6px 6px;
	width : 90%;
}
/* pre note box */
pre {
	background-color : #FFFFCC;
	border : 1px solid #FFCC00;
	clear : both;
	color : black;
	margin : 12px 30px 12px 20px;
	padding : 6px 6px;
}
table.sitemap {
	margin-left: 10px;
}
table.color {
	width : 95%;
	margin-left : 10px;
 	cell-spacing=2;
	padding : 10;
}
table.code {
	margin-left: 10px;
}
table.top {
	background-image: url(../images/help-info_logo_3px.jpg);
	margin-left: 0px;
	margin-top: 0px;
}
td.siteheader {
	background-color: #E10033;
	COLOR: white;
	padding-left: 3px;
}
td {
	line-height: 13pt;
}
td.color {
	background-color : #FFFFCC;
}
tr.color {
	background-color : #FFFFCC;
	padding-bottom : 20px;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 20px;
}
ul {
	list-style-image : url(../images/list_arrow.gif);
}
ul.extlinklist {
	list-style-image : url(../images/extlink.gif);
	list-style-position : outside;
}
ul.bullet-square-green {
	list-style-image : url(../images/gbullet.gif);
	list-style-position : outside;
}
ul.download {
	list-style-image : url(../images/download.gif);
	list-style-position : outside;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: center;
}
.image {text-align: center; margin-bottom:30px;}
.image img {
	display: inline-block;
	margin: 10px 15px 15px;
    border: 1px solid #d5dbdd;
    height: auto;
	border-radius:3px;
}
.image p>small{
	font-style: italic;
    color: #fff;
    display: inline-block;
    padding: 4px 12px;
    background: #9ea3a9;
	border-radius:15px;
	-webkit-box-shadow: inset 0px 3px 1px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 3px 1px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px 3px 1px 0px rgba(0,0,0,0.1);
}
@media (max-width: 767px){
	.image img{
		max-width:100%;
	}
}

.icon {
	display: inline-block;
	vertical-align: middle;
}
.red {
	color: #C00;
}
.green {
	color: #090;
}
.orange {
	color: #F90;
}
.blue {
	color: #0099FF;
}

/*
Back to Top */
#topcontrol {
    cursor: pointer;
    padding: 8px 10px;
    text-align: center;
    background: #8fcf53;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    bottom: 0;
    right: 15px;
    z-index: 999;
    font-size: 18px;
    opacity: .5;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display:inline;
}
#topcontrol:hover{
    text-decoration: none;
    opacity: 1 !important;
}

/*Back to Home */
.back-to-home{
	padding:0;
	text-align:right;
}

.menu-heading {
    display: block;
    padding: 10px 15px;
    background: #006c53;
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
}




/*XXXXXXXXXXXXXXXXXXXXXXXXXXXX FAQs Start */
.page-faqs {}
.page-faqs .panel-group .panel+.panel {
    margin-top: 10px;
}
.page-faqs .panel-group .panel {
	border-radius:2px;
}
.panel-default {
    border-color: #d5dbdd;
}
.page-faqs .panel-default>.panel-heading{
    background-color: #ffffff;
}
.page-faqs .panel-default>.panel-heading.active {
    color: #fff;
    background-color: #5f6368;
    border-color: #ddd;
}
.page-faqs .panel-title {
    background-image: none;
    background-repeat: repeat-y;
    padding: 0 0;
}
.page-faqs .panel-title a{
	display:block;
	color:#337ab7;
	padding-left: 65px;
	position: relative;
}
.page-faqs .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.page-faqs .panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.page-faqs .panel-title > a:hover, 
.page-faqs .panel-title > a:active, 
.page-faqs .panel-title > a:focus  {
    text-decoration:none;
	color:#23527c;
}
.page-faqs .panel-default>.panel-heading.active a {
    color: #fff;
}
.page-faqs .panel-title a > span{
	color:#FFF;
	display:inline-block;
	background: #337ab7;
	padding: 2px 10px;
	border-radius:25px;
	margin-right:10px;
	position: absolute;
	left: 0px;
	top: -2px;
}

.page-faqs .panel-default>.panel-heading.active a > span{
    background: #5f6368;
}