@import "bootstrap.min.css";


html {
	overflow: auto;
}

body {
	font-family: 'Open Sans', sans-serif;
/*	background: #f0f3f4;*/
	background: transparent;
}

input[type="checkbox"]{
	position:relative;top:1px;
}

h3 {

	color: #434A54!important;
}
.blue {
	color:#5191C4;
}
.blue input,
.blue select {
	border-color:#5191C4;
}
.btn-primary, .btn-primary.active, .btn-primary.disabled, .btn-primary:active, .btn-primary[disabled] {
	background-color: #5191C4;
	border-color: #5191C4;
}
.popup {
	max-width: 630px;
}
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel {
	border: none;
	/* box-shadow: none; */
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
		box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.panel-heading {
		font-weight: bold;
		font-size: 16px;
	padding: 15px 15px;
   /* text-transform: uppercase;*/
		border-bottom: 1px solid #eee;
	background-color: #FAFAFA;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel-heading span{
		color: #5191C4;
		font-weight: normal;

}
.panel-heading span::after{
		content: ' > ';
}
.panel-body {
	padding: 15px;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-danger {
	background-color: #f2838f;
	border: #ed5565;
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.alert-success {
	background-color: #cffabd;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}
.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
}
label {
	white-space: nowrap;
	display:block;
}
form, .spacer {
	margin-top: 30px;
}
hr {
	margin: 20px 0;
}
.big-spacer {
	margin-top: 60px;
}
form.request  button[type="submit"] {
	margin-right: 10px;
}
form.request  label.obligation::after{
	color: #a94442;
	content: ' *'
}
select.form-control{
	padding:0 3px;
}
.has-feedback .form-control {
	padding-left: 8px;
	padding-right: 20px;
}
.request .form-control:focus {
	border-color: #5191C4;
}
.request textarea{
	max-width: 470px;
		}
.btn-checkbox,
.btn-checkbox.active {
	margin-right: 10px;
	font-size: 14px;
	color: #5191C4;
	background-color: #ffffff;
	border-color: #ccc;
	border-width: 1px;
}
.btn-checkbox.btn-xs {
	font-size: 14px;
	padding: 2px 3px;
	line-height: 1.2;
	border-radius: 3px;
}
.btn-checkbox.active, .btn-checkbox.focus {
	color: #5191C4;
		border-color: #5191C4;
}
.btn-checkbox span.glyphicon {
	opacity: 0;
	padding: 0;
}
.btn-checkbox.active span.glyphicon {
	opacity: 1;
	padding: 0;
}
.btn-checkbox span.glyphicon {
	padding-right: 0px;
}
.kalender {
	cursor: pointer;
}
.has-feedback label~.form-control-feedback {
	top: 20px;
		pointer-events: none;
}
span.glyphicon {
	padding-right: 6px;
	/* float: left; */
}
.zeitraum label, .zeitraum input {
	display: inline;
}
form.request table td h5 {
	font-weight: bold;
}
form.request thead > tr > th {
	padding-top: 20px;
}
form.request thead:first-child th {
	padding-top: 0;
}
form.request .table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #5191C4;
}

form.request input:focus,
form.request textarea:focus  {
	-webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 2px 5px rgba(0,0,0,.125);
}

@media (min-width: 500px){
	.has-feedback.col-sm-4 {
	width: 33.33333333%;
		float: left;
	}

	.form-horizontal.request .form-group .control-label {
		text-align: left;
			width: 18.66666667%;
			float:left;
	}
	.form-horizontal.request .form-group .control-label.col-sm-3 {
		text-align: left;
			width: 24%;
			float:left;
	}
	.form-horizontal.request .control-label + div.col-sm-10 {
		text-align: left;
			width: 81.33333333%;
			margin-right: 0;
			float:left;
	}
	.form-horizontal.request .control-label + div.col-sm-3 {
		text-align: left;
			width: 24%;
	}
	.form-horizontal.request div.col-sm-7 {
		text-align: left;
			width: 57.33333333%;
	}
	.form-horizontal.request .control-label + div.col-sm-7 {
		text-align: left;
			width: 56.33333333%;
	}

	.col-sm-4.spacer-xs {
	margin-top: 0;
	}
}

@media screen and (max-width: 768px){
	.spacer-xs {
		margin-top: 10px;
	}
	small {
		font-size: 70%;
	}
}
@media (min-width: 768px){
.form-horizontal.request .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: left;
	}
}


.payment {
	list-style: outside none none;
	margin-left: 0px;
	padding-left: 0;
	margin-bottom: 5px;
	margin-top: 5px;
}
.payment li {
margin-top:5px ;
	display: inline-block;
	padding-left: 5px;
	padding-right: 15px;
	width:24%;
	text-align:center;
}
.payment span {
	background-color: #fff;
	color: #5191C4;
	border:2px solid #5191C4;
	border-radius: 50px;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8;
	width: 45px;
	line-height:40px;
	height:45px;
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	margin: 0 auto;
}
.payment span.active {
	background-color: #5191C4;
	color: #fff;
}

.payment span { 
		border-color:  #5191C4; 
		color:  #5191C4; 
}
.payment span.active {   
	background-color: #5191C4;
}
@media (max-width: 525px){
.payment li {
text-align:center;
	}
.payment span {
 display:block;
 margin: 0 auto;
	width: 30px;
	line-height:27px;
	height:30px;
	font-size: 14px;
	}
}
@media (max-width: 300px){
.payment li {
text-align:left;
	width:99%;

	}
.payment span {
 display:inline-block;
 margin: 0 5px;
	width: 30px;
	line-height:27px;
	height:30px;
	font-size: 14px;
	}
}

