/* Inkurs Formular */
.invalid-feedback {
    display: block;
    width: 99%;
    margin-top: .25rem;
    font-size: 100%;
    background-color: #dc3545;
    color: white;
    padding-left: 10px;
}
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
	border: 1px solid #dc3545;
}
div.status-message, p.status-message {
	color: #C03545;
}
.btn-lvrgreen {
	font-weight: bold;
	background-color: #BCD700;
	border-color: #000000;
}
.btn-lvrgreen:hover {
	background-color: #CCCCCC;
}
select {
	cursor: pointer;
}
.dataTables_filter {
	float: right;
}
.dataTables_length {
	float: left;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    *cursor: hand;
    border: 1px solid transparent;
    border-radius: 2px;
}
.paginate_button.current {
    color: #333;
}
form input.form-control {
	width:97%;
}

/* Werte von Bootstrap ueberschreiben */
p {
	margin-bottom: 0;
}
* {
	font-size: 10px;
	-webkit-box-sizing: revert; 
	-moz-box-sizing: revert;
	box-sizing:revert; 
}
#nav-meta a {
	font-size: 13px;
}
h3, span, span div, strong, b, em, p, a, option, #content label, #invalid-form-error-message {
	font-size: 14px;	
}
h2 {
	font-size: 16px;
}
/*CC Button fix*/
.fs-ImageMask, .fs-ImageMaskButton, .fs-element-toolbar-action, .fs-flexlayout, .fs-element-toolbar, .fs-action-toolbar-group, .fs-action-toolbar {
	font-size: 100%;
}
#search form div fieldset {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#branding #language-chooser {
    padding-left: 0;
}
.running_text ul {
	list-style: disc;
	padding: revert;
	font-size: 11px;
}
.checkbox-label {
	font-weight: normal;
}