/* alert spezial */
.alert a {
	color: inherit !important;
}
.alert {
	background-color: white !important;
	color: #333 !important;
}

.dropzone {
	border: 2px dashed #6cbf84;
	border-radius: 7px;
}
.dropzone .dz-message {
	font-size: 130%;
	margin: 1em 0;
}

input[required], select[required] {
	border: 1px solid #6CBF84;
}

/* CSS Document */
.id-edit-column, .id-delete-column {
	width: 10px;
}
.box-header.with-border {
	margin-bottom: 20px;
}

.table th, .table td {
	white-space: nowrap;
}

section.content .box-footer {
	border-top: none;
	background: none;
}
.main-header a.backend-header-link > .label, .main-header .nav > li > a > .label {
	font-size: 9px;
	line-height: 0.9;
	padding: 2px 3px;
	position: absolute;
	left: 24px;
	text-align: center;
	top: 9px;
}
.main-header a.backend-header-link > .label.right, .main-header .nav > li > a > .label.right {
	right: 7px;
	left: unset;
}
.main-header a.backend-header-link > .label.desktop, .main-header .nav > li > a > .label.desktop {
	left: 32px;
}


.nav>li>a:hover, .nav>li>a:active, .nav>li>a:focus {
	background: none;
}
.backend-header-link.pull-right {
	margin-right: 35px;
}
.backend-header-link {
    color: white;
    line-height: 50px;
    margin-left: 20px;
	font-size: 16px;
	position: relative;
}
.mb-30 {
	margin-bottom: 30px;
}
.ma-50-0 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.ma-30-0 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.ma-10-0 {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* farbänderungen (grün) */
a {
	color: #6CBF84;
}
.skin-blue .main-header, .skin-blue .main-header .navbar {
	background-color: #6CBF84;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-info, .btn-info:focus, .btn-info:active,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.bg-purple {
	background-color: #6CBF84;
	border-color: #6cbf84;
}
.btn-default {
	background-color: transparent;
}
.main-header a {
	color: #323339;
	display: inline-block;
}
.btn-primary:hover, .btn-info:hover {
	background-color: rgba(108, 191, 132, 0.6);
	border-color: rgba(108, 191, 132, 0.6);
}
.main-header a.sidebar-toggle {
	font-size: 32px;
	padding: 0;
}
.main-header .fa {
	display: block;
	float: left;
	font-size: 36px;
	line-height: 10px;
	margin-top: 18px;
	width: 50px;
	margin-bottom: 18px;
}
.main-header .fa.fa-arrow-circle-o-right {
	margin-top: 4px;
}
.skin-blue .main-header .navbar .nav > li > a:hover,
.skin-blue .main-header .navbar .nav > li > a:active,
.skin-blue .main-header .navbar .nav > li > a:focus,
.skin-blue .main-header .navbar .nav .open > a,
.skin-blue .main-header .navbar .nav .open > a:hover,
.skin-blue .main-header .navbar .nav .open > a:focus,
.main-header .fa:hover,
.main-header .fa:focus {
	background: none;
	color: #d2d6de;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
	background-color: #323339;
}
.content-wrapper, .right-side {
	background-color: rgba(237,239,227,1);
}
.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
	border-left-color: #6CBF84;
}
.form-control:focus {
	border-color: #6CBF84 !important;
}
.alert-warning {
	background-color: #F26968 !important;
}
.main-header a.btn.testaccount {
	position: relative;
	color: white;
	border-radius: 0px !important;
	margin-left: 40px;
	margin-top: 6px;
}
.main-header .testaccount {
	font-size: 16px;

}
a.btn.testaccount::after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-color: transparent #6CBF84 transparent transparent;
	border-width: 16px;
	top: 50%;
	margin-top: -16px;
}

.mfp-title {
	color: black;
}
.mfp-title small {
	display: none;
}
button.mfp-close, button.mfp-close:active {
	color: white;
	font-size: 44px;
	height: 36px;
	left: 50%;
	line-height: 18px;
	margin: 80px 462px;
	opacity: 1;
	text-indent: -4px;
	top: -18px;
	width: 36px;
}
button.mfp-close, button.mfp-arrow {
	background: grey none repeat scroll 0 0;
	border: 10px solid grey;
	border-radius: 20px;
}
button.mfp-close-btn-in button.mfp-close {
	color: white;
}
.mfp-bg {
	background: #f5f5f0;
	opacity: 0.85;
}
.ajax-form-block {
	font-size: 15px;
}
.ajax-form-block h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 300;
}
.ajax-form-block h4.priceplan {
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 50px;
}
.price-box {
	background-color: #ffffff;
	border: 1px solid rgb(237, 239, 227);
	padding: 20px;
}
.price-box:hover {
	background-color: rgb(237, 239, 227);
	border: 1px solid #ffffff;
}
.price-box .inner-box {
	text-align: left;
	padding: 10px;
}

.ajax-form-block {
	background: white;
	width: 960px;
	border: 3px solid grey;
	padding: 30px 15px 70px;
	margin: 80px auto;
}
.price-rounded {
	background-color: rgb(237, 239, 227);
	width: 140px;
	height: 140px;
	border-radius: 50%;
	display: inline-block;
}
.price-box:hover .price-rounded {
	background-color: #fff;
}
.price {
	font-size: 40px;
	padding-top: 44px;
	line-height: 40px;
}
.ul-pricetable > li > .fa {
	color: rgb(108, 191, 132);
	font-weight: bold;
}
.total-amount {
	border-top: 1px solid #c8c8c3;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 10px;
}
.has-feedback .form-control {
	padding-right: 12px;
}
.ajax-form-block .btn.nextstep, .ajax-form-block .previousstep {
	padding-left: 30px;
	padding-right: 30px;
	font-weight: bold;
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary.active[disabled], .btn-primary.focus[disabled], .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color: #EDEFE3;
	border-color: rgb(108, 191, 132);
	color: #555;
}
.takepart {
	display: none;
}
.upgradeform #step-2, .upgradeform #step-3, .upgradeform #step-4 {
	display: none;
}
.upgradeform .steps .active {
	text-decoration: underline;
}
.text-big {
	font-size: 18px;
	font-weight: 400;
}
.box {
	border: none;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.main-footer {
	border-top: none;
	background-color: rgba(237, 239, 227,1);
}
.bg-green, .label-success {
	background-color: #dfe2d2;
	color: black;
}
.col-md-6 {
	padding-left: 35px;
}
.fb-add-field-types a:hover {
	color: white;
	background-color: #00b5b5;
}
a:hover {
	color: #000000;
}
.col-sm-12 {
	padding-bottom: 20px;
	padding-top: 20px;
}
.bg-purple {
	background-color: #6CBF84 !important;
}

@media (min-width: 767px) {
	.main-header .img-logo {
		float: left;
	}
}
@media (min-width: 992px) {
	.sidebar-collapse .main-sidebar,
	.sidebar-collapse .left-side {
		-webkit-transform: translate(-230px, 0);
		-ms-transform: translate(-230px, 0);
		-o-transform: translate(-230px, 0);
		transform: translate(-230px, 0);
	}
	.main-header .img-logo {
		margin-right: 40px;
	}
}
@media (max-width: 991px) {
	button.mfp-close, button.mfp-close:active {
		margin-right: 27px;
		margin-top: 80px;
		top: -18px;
		right: 0;
		left: unset;
	}
	.ajax-form-block {
		width: 90%;
		border: 10px solid white;
		border-bottom-width: 60px;
		border-top-width: 60px;
	}
	ol.breadcrumb {
		display: none;
	}
	.content-wrapper,
	.right-side,
	.main-footer {
		margin-left: 0;
	}
	.main-sidebar,
	.left-side {
		-webkit-transform: translate(-230px, 0);
		-ms-transform: translate(-230px, 0);
		-o-transform: translate(-230px, 0);
		transform: translate(-230px, 0);
	}
	.sidebar-open .main-sidebar,

	.sidebar-open .left-side {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.main-header {
		position: relative;
	}
	.main-header .logo,
	.main-header .navbar {
		width: 100%;
		float: none;
		position: relative!important;
	}
	.main-header .navbar {
		margin: 0;
	}
	.main-sidebar,
	.left-side {
		padding-top: 100px!important;
	}
	.main-header .img-logo {
		margin-left: 30px;
	}
	#path-group {
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	.main-header .navbar-custom-menu {
		float: left;
	}
	.main-header .fa {
		width: auto;
	}
	div.dataTables_length, div.dataTables_filter {
		display: none;
	}
	.main-header {
		padding: 10px 0;
	}
	.main-header a.pull-left.logo-link {
		float: right !important;
	}
	.main-header a.sidebar-toggle {
		margin-right: 10px;
	}
	.ajax-form-block h3 {
		font-size: 30px;
	}
	.ajax-form-block .ma-50-0 {
		margin-bottom: 25px;
		margin-top: 25px;
	}
	.price-col {
		border-bottom: 1px solid rgb(237, 239, 227);
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	.fb-left, .fb-right {
		width: 100%;
		float: none;
		overflow: visible;
		margin-left: 0;
		padding: 30px 0;
		border-bottom: 1px solid #ddd;
	}
	.fb-left {
		margin-top: 0 !important;
	}
	.fb-right {
		background-color: #f7f7f7;
	}
	.fb-response-fields {
		padding-bottom: 0px;
	}
}
@media (max-width: 479px) {
	.full-480 {
		width: 100%;
		float: none;
	}
	.hidden-480 {
		display: none;
	}
	#step-2 .form-group label, #step-3 .form-group label, #step-4 .form-group label {
		display: none;
	}
	section.content {
		min-height: 560px !important;
	}

}


