.geek-form.top-label .control-group{
}
.geek-form.top-label .control-group .control-label{
	float:left;
	width:30%;
	padding-top:0px;
}
.geek-form.top-label .control-group .controls{
	float:left;
	width:70%;
}
.controls .invalid{
	border:1px solid red;
}
.clear{
	clear:both;
}
.input-item{
	margin-bottom:20px;
}
.geek-form .form-actions{
	text-align: right;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.eleft {
	padding-top:7px;
	padding-left: 0px;
	padding-bottom: 5px;
}
.eright {	
	padding-right: 0px;
	padding-bottom: 5px;
}
.eradio {
	padding:5px 0;
}
.score {
	display: none;
	text-align: center;
	padding-bottom: 20px;
}
.span4 .btn-group {
	display: inline;
}
.form-actions{
	padding-top: 50px;
}
.d-alert{
	background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
    padding: 15px;
}
.btn-applicant{
	background-color: #a349a4;
	color: white;
}
.btn-applicant:hover{
	background-color: #791f7a;
	color: white;
}
/*.form-actions .row-fluid{
	display: flex;
	flex-direction: column;
}*/

/*.form-actions .row-fluid .span2.offset1{
	margin-left: auto;
	margin-right: auto;
}*/

.fabrikActions .fabrikPagePrevious{
	display: none;
}

.fabrikActions .fabrikPageNext{
	display: none;
}

.acymailing_form .acyfield_name input, .acymailing_form .acyfield_email input{
	color: #999;
	border: 1px solid #ccc;
	padding: 0px 10px;
	border-radius: 5px;
}

@media (max-width: 767px) {
	.acymailing_module_form .pull-left.leftGroup{
		margin-left: 20px !important;
		margin-bottom: 20px !important;
		margin-right: 20px !important;
	}

	.navbar-header{
		position: fixed;
		width: 100%;
		z-index: 99;
		background: #fff;
	}

	#navigation {
		position: fixed;
		top: 50px;
		right: 0;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		width: 85%;
		height: 100% !important;
		max-height: unset;
		background: #fff;
		z-index: 3;
	}

	#navigation.collapsing {
		right: -85%;
		transition: height 0s ease;
	}

	#navigation.in {
		right: 0;
		transition: right 300ms ease-in-out;
	}

	#navigation.closed {
		right: -85%;
		transition: right 500ms ease-in-out;
	}
}

