.error, .errorMain, .has-error  {
	color:#FF0000;
}
.has-error .checkbox,
	.has-error .checkbox-inline,
	.has-error .form-control-label,
	.has-error .help-block,
	.has-error .radio,
	.has-error .radio-inline,
	.has-error.checkbox label,
	.has-error.checkbox-inline label,
	.has-error.radio label,
	.has-error.radio-inline label {

	color:#FF0000;
}

.help-block:empty {
	margin: 0;
}

/* Suggest-Felder mit Pfeil ergänzen */
input.suggest {
	padding-right: 30px!important;
	display: inline-block!important;
}

input.suggest + input + i.fa-caret-down {
  display: inline-block;
  margin-left: -20px;
}

/* Checkboxen mit Label vor Checkbox */
label.beforeCheckbox {
	padding-left: 0px;
}

label.beforeCheckbox input {
	position: relative!important;
	margin-left: 5px!important;
}

/*
|--------------------------------------------------------------------------
| Wird-Geladen
|--------------------------------------------------------------------------
*/
#js-loading-in-progress {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	display: block;
	background: #F3F3F3 url(/includes/images/loading.gif) no-repeat center 300px;
	filter: Alpha(opacity=20);
	opacity: 0.5;
	moz-opacity: 0.5;
}
#js-loading-in-progress.hide {
	display: none;
}
#js-loading-in-progress p {
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 40px;
	margin-left: -150px;
	margin-top: 30px;
	text-align: center;
}

/*
|--------------------------------------------------------------------------
| iframe-/HTML-Responsive
|--------------------------------------------------------------------------
*/
div.iframe-responsive {
	position: relative;
	overflow: hidden; 
	width: 100%;
	height: auto;
}

div.iframe-responsive iframe {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 1px;
	min-width: 100%;
	height: 100%;
	border: none;
}

.js-HTML-loadOnSize {
	padding: 0!important;
}

/*
|--------------------------------------------------------------------------
| Statusmeldung
|--------------------------------------------------------------------------
*/
#statusmessage {
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 1px solid #fff;
  z-index: 1050;
  margin-bottom: 1rem !important;
}

#statusmessage .alert-success {
	background-color: #5cb85c !important;
	color: #FFF;
}

#statusmessage .alert-danger {
	background-color: #d9534f !important;
	color: #FFF;
	cursor: pointer;
}

#statusmessage .alert-info {
	background-color: #5bc0de !important;
	color: #FFF;
}

#statusmessage .alert-warning {
	background-color: #f0ad4e !important;
	color: #FFF;
}