body {
	background-color: #eeeeee;
    padding: 0px;
	font-size: 16px;
}

/***********************************************
**              Front-End                     **
***********************************************/

/*****************
	rest
*****************/

div.participants-maincontent-div {
	background-color: white;
	padding: 0px;
	box-shadow: 3px 8px 15px #ccc;
	
}

img.header {
	width: 100%;
}

div.right-align {
	text-align: right;
	line-height: initial;

}

a.logout {
	display: inline-block;
    color: white;
    font-weight: bold;
    height: 28px;
    padding: 3px 12px;
}

nav.main-navbar {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #efefef 100%) repeat scroll 0 0;
	margin: 50px auto 0px auto;
	height: 70px;
	width: 88%;
}

li.nav-list-item {
	border: 0px;
	white-space: nowrap;
}
li.nav-list-item::after {
	content: '';
	width: 0px;
	height: 38px;
	border-left: 1px dotted #ccc;
	position: absolute;
	top: 14px;
}

li.nav-list-item:first-of-type::after {
	content: '';
	width: 0px;
	border: 0px;
}

.small-font-nav {
	font-size: 12px;
}

.nav.nav-tabs.nav-justified .nav-list-item a.grey-color {
	color: #888888;
	text-decoration: none;
}

.nav.nav-tabs.nav-justified .nav-list-item a {
	color: black;
	text-decoration: underline;
	border-radius: 0px;
	border: 0px;
	cursor: pointer;
}

.nav.nav-tabs.nav-justified .nav-list-item a:hover {
	background-color: inherit;
}

div.participants-content-offset-div {
	
	margin: 50px auto 0px auto;
	
	width: 88%;
}

h1.participants-heading {
	color: #888888;
	font-size: 34px;
	line-height: 1.25;
}

h3.participants-heading, h4.participants-heading, h5.participants-heading {
	color: #888888;
	font-weight: bold;
	line-height: 1.25;
}

h3.participants-heading-mbottom25, h4.participants-heading-mbottom25, h5.participants-heading-mbottom25 {
	color: #888888;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 1.25;
}

div.row h4.participants-heading.margin-top40:first-of-type {
	margin-top: 0px;
}

div.margin-left10, li.margin-left10, .margin-left10  {
	margin-left: 10px;
}
div.margin-left15, li.margin-left15, .margin-left15  {
	margin-left: 15px;
}
div.margin-left30, li.margin-left30, .margin-left30  {
	margin-left: 30px;
}
div.margin-top5, li.margin-top5, .margin-top5  {
	margin-top: 5px;
}
div.margin-top10, li.margin-top10, .margin-top10 {
	margin-top: 10px;
}
div.margin-top15, li.margin-top15, .margin-top15  {
	margin-top: 15px;
}
div.margin-top20, li.margin-top20, .margin-top20  {
	margin-top: 20px;
}
h3.margin-top30, hr.margin-top30, div.margin-top30, li.margin-top30, .margin-top30  {
	margin-top: 30px;
}
div.margin-top40, li.margin-top40, .margin-top40  {
	margin-top: 40px;
}
div.margin-top50, li.margin-top50, .margin-top50  {
	margin-top: 50px;
}
div.margin-top60, li.margin-top60, .margin-top60  {
	margin-top: 60px;
}
div.margin-top70, li.margin-top70, .margin-top70  {
	margin-top: 70px;
}
div.margin-top80, li.margin-top80, .margin-top80  {
	margin-top: 80px;
}
div.margin-top90, li.margin-top90, .margin-top90  {
	margin-top: 90px;
}

div.margin-top0-tg20, .margin-top0-tg20 {
	margin-top: 0;
}

div.margin-top0-tg40, .margin-top0-tg40 {
	margin-top: 0px;
}

div.margin-top20-tg40 {
	margin-top: 20px;
}

ul.step1-page-ul {
	padding: 0px 0px 0px 16px;
	margin: 0px 0px 0px 0px;
}

#event {
	min-width: 312px;
	max-width: 380px;
	margin-left: 20px;
}

div.grey-row {
	height: 175px;
	padding-top: 50px;
	margin-left: 0;
	width: 106.84%;
}

div.grey-row2 {
	height: 130px;
	padding-top: 50px;
	margin-left: 0;
	width: 106.84%;
}

div.grey-background {
	background: #efefef none repeat scroll 0 0;
}

#customer_nr {
	width: 400px;
	margin-left: 80px;
	padding-left: 8px;
	border: 1px solid;
	border-color: #747474 #bdbdbd #bdbdbd;
	border-radius: 50px;
	box-shadow: 0 2px 2px 0 rgba(147, 147, 147, 0.8) inset;
	
}
#data_agb {
    margin-left: 40px;
    padding-left: 8px;
    box-shadow: 0 2px 2px 0 rgba(147, 147, 147, 0.8) inset;
}
    
#continue_button , #continue_registration_button {
	width: 80px;
    border: medium none;
	border-radius: 4px;
    color: #fff;
    font-weight: bold;
    opacity: 1;
    text-shadow: none;
	box-shadow: 0 2px 2px 0 rgba(147, 147, 147, 0.8) inset;
	font-size: 11px;
	cursor: pointer;
	margin-top: 10px;
	padding: 6px 18px;
}
#continue_registration_button{
    width: 260px;
}
#continue_button:hover {
}


.event-div {
	padding: 15px 30px 15px 15px;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #efefef 100%) repeat scroll 0 0;
}

.info-link {
	color: #8e0c0b;
	font-style: italic;
	text-decoration: underline;
}

.info-link:hover {
	color: #8e0c0b;;
}

#identity, #credential {
	width: 312px;
	margin-bottom: 15px;
	padding: 3px 12px;
}

#zfc-login {
	padding-left: 14%;
}

#zfc-login-button {
	width: 80px;
	height: 34px;
	margin-top: 15px;
	margin-left: 232px;
    border: medium none;
	border-radius: 4px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
	box-shadow: 0 2px 2px 0 rgba(147, 147, 147, 0.8) inset;
	font-size: 12px;
	cursor: pointer;
	padding: 6px 18px;
}

#zfc-login-button:hover {
}

#participation {
	margin-left: 30px;
	width: 200px;
}

#customer_event {
	margin-left: 15px;
	width: 300px;
}

#companion_event {
	margin-left: 15px;
	width: 300px;
}

#customer_arrival {
	margin-left: 30px;
	width: 400px;
}

#companion_arrival {
	margin-left: 30px;
	width: 400px;	
}

hr.darker_line{
	margin-top: 4px;
	border-color: #999;
}

hr.darker_line_dotted{
	margin-top: 4px;
	border-style: dotted;
	border-color: #999;
}

hr.darker_line_dotted_nomargin{
	margin-top: 4px;
	border-style: dotted;
	border-color: #999;
	margin-bottom: 0px;
}

hr.darker_line_thick {
	border: 0 none;
    box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.5) inset;
    height: 12px;
}

div.font-size17 {
	font-size: 17px;
}

.grey-color {
	color: #888888;
}

.grey-color-event {
	color: #888888 !important;
	text-decoration: none !important;
}

label.block {
	display: block;
}

/*
span.bold-span {
	font-weight: bold;
}
span.underline-span {
	text-decoration: underline;
}
*/

.custom-input {
	border: 1px solid;
	border-color: #747474 #bdbdbd #bdbdbd;
	border-radius: 50px;
	box-shadow: 0 2px 2px 0 rgba(147, 147, 147, 0.8) inset;
	padding-right: 34px;
}

.custom-input.custom-input-success {
	border-color: #3dac00;
}

.custom-input.custom-input-failure {
	border-color: #990000;
}

.col-md-3.input-image::after, .col-md-7.input-image::after, .col-md-10.input-image::after {
	content: '';
	position: absolute;
	bottom: 10px;
	right: 28px;
	width: 14px;
	height: 14px;
	background-image: url('/img/pen.png');
	background-repeat: no-repeat;
}

.input-image.input-image-override-success::after {
	background-image: url('/img/ok.png') ;
}

.input-image.input-image-override-failure::after {
	background-image: url('/img/not.png');
}

.element-errors {
	margin-top: 70px;
	color: red;
	font-weight: bold;
}

select.rectangular-border {
	margin-left: 20px;
	width: 150px;
	border: 1px solid black;
}

select.rectangular-border.rectangular-border-success {
	border: 1px solid #3dac00;
}

select.rectangular-border.rectangular-border-failure {
	border: 1px solid #990000;
}

.bigview-padding-both {
	
}

.bigview-padding-left {
	padding-left: 36px;
}

.bigview-padding-right {
	padding-left: 36px;
}

.gradient-background-left {

	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
	background-size: 100% auto;
	padding-bottom: 40px;
	
}

.gradient-background-right {

	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
	background-size: 100% auto;
	padding-top: 25px;
	padding-bottom: 40px;
	
}

.main-footer {
	width: 100%;
	height: 50px;
	margin-top: 60px;
	padding-right: 30px;
	line-height: 50px;
	text-align: right;
	color: white;
}

.simple-link {
	font-size: 15px;
	text-decoration: underline;
	color: white;
}

.simple-link:hover {
	color: white;
}

.display-none {
	display: none;
}

.voluntaryProgramsLabel{
	display: block;
	padding-left: 20px !important;
	text-indent: -32px !important;
	margin-left: 15px !important;
}

.voluntaryProgramsCheckbox , .mandatoryProgramsRadio{
	margin-right: 20px !important;
}

@media screen and (max-width: 991px){
	
	#identity, #credential {
		width: 100%;
		margin-bottom: 15px;
		padding: 3px 12px;
	}
	
	#zfc-login {
		padding-left: 0px;
		width: 100%;
	}
	
	#zfc-login-button {
		margin-left: 0px;
		width: 100%;
	}
	
	#customer_nr {
		width: 94%;
		margin-left: 0px;
		border: 2px solid #888888;
		border-radius: 50px;
	}
	#continue_button , #continue_registration_button{
		margin-left: 0px;
		width: 100%;
	}
	#participation {
		width: 100%;
		margin-left: 0px;
		margin-top: 5px;
	}

	#customer_event, #companion_event, #customer_arrival, #companion_arrival {
		width: 100%;
		height: 30px;
		margin-left: 0px;
		margin-top: 5px;
	}
	
	div.customer_event_div {
		margin-top: 0px;
	}
	
	div.companion_event_div {
		margin-top: 22px;
	}
	
	div.margin-top20-tg40 {
		margin-top: 50px;
	}
	
	div.margin-top0-tg20, .margin-top0-tg20 {
		margin-top: 20px;
	}
	
	div.margin-top0-tg40, .margin-top0-tg40 {
		margin-top: 40px;
	}
	
	.textarea-different-border {
		
	}
	
	.control-label.align-left-md {
		text-align: left;
	}
	
	div.grey-row {
		height: 170px;
	}
	
	.bigview-padding-both {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.bigview-padding-left {
		padding-left: 40px;
		padding-right: 40px;
	}

	.bigview-padding-right {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media screen and (max-width: 767px){
	nav.main-navbar {
		height: 100%;
	}
	
	li.nav-list-item::after {
		content: '';
		width: 0px;
		border-left: 0px;
	}
	
	.voluntaryProgramsLabel{
		min-width: 0px;
	}
}

/***********************************************
**              Back-End                     **
***********************************************/

#time_period {
	display: none;
}

div.fixed-left-div {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 100%;
	background-color: #f1f1f1;
}

ul.nav.nav-stacked.nav-pills {
	margin: 30px 10px 40px 10px;
}

ul.nav.nav-stacked.nav-pills li {
	margin-top: 10px;
}

ul.nav.nav-stacked.nav-pills li.no-margin{
	margin: 0px;
}

/* Falls eine Liste in der anderen ist */

ul.nav.nav-stacked.nav-pills .toggle-opened {
	overflow: hidden;
	height: 72px;
	transition: height 0.3s;
}
ul.nav.nav-stacked.nav-pills li.toggle-closed {
	height: 0px;
}

ul.nav.nav-stacked.nav-pills ul.nav.nav-stacked.nav-pills {
	margin: 0;
}

ul.nav.nav-stacked.nav-pills ul.nav.nav-stacked.nav-pills li {
	margin: 0px 40px 0px 40px;
}

ul.nav.nav-stacked.nav-pills ul.nav.nav-stacked.nav-pills li:last-of-type {
	margin: 0px 40px 20px 40px;
}
/* Ende */

div.abbackend-maincontent-div {
	margin: 70px 60px 80px 340px;
	
}




/***********************************************
**		       Irgendwas von Zf	              **
***********************************************/

.btn-success {
  background-color: #57a900;
  background-image: -moz-linear-gradient(top, #70d900, #57a900);
  background-image: -ms-linear-gradient(top, #70d900, #57a900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
  background-image: -webkit-linear-gradient(top, #70d900, #57a900);
  background-image: -o-linear-gradient(top, #70d900, #57a900);
  background-image: linear-gradient(top, #70d900, #57a900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #57a900;
}

.btn-success:active, .btn-success.active {
  background-color: #57a900;
}

div.container a.brand {
    background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent;
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}


label.block{
	display: block;
}
.radioStyle{
    font-weight: normal;
}