.ajax__tab_header:before,
.ajax__tab_header:after {
	content: " ";
	display: table
}

.ajax__tab_header:after {
	clear: both
}

.ajax__tab_xp .ajax__tab_header {
	margin-bottom: 0 !important;
	padding-left: 0 !important;
	list-style: none !important;
	border-bottom: 1px solid #ddd !important;
	background: none !important;
	font-family: inherit !important;
	font-size: inherit !important;
}

/*.ajax__tab_header > span {
	position: relative;
	display: block;
	float: left;
	margin-bottom: -1px
}*/

.ajax__tab_xp .ajax__tab_outer, 
.ajax__tab_default .ajax__tab_outer {
    background: none !important;
    height: auto !important;
    padding-right: 0 !important;
	position: relative !important;
	display: block !important;
	float: left !important;
	margin-bottom: -1px !important;
}

.ajax__tab_xp .ajax__tab_inner, 
.ajax__tab_default .ajax__tab_inner {
    background: none !important;
    padding-left: 0 !important;
	height: auto !important;
	position: relative !important;
	display: block !important;
	float: left !important;
	margin-bottom: -1px !important;
}

.ajax__tab_default .ajax__tab_tab,
.ajax__tab_xp .ajax__tab_tab {
	position: relative;
    cursor: pointer;
    display: block !important;    
    overflow: hidden;
    text-align: center;
	background: none !important;
    height: 100% !important;    
    padding: 10px 15px !important;	
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	line-height: 1.42857;
    margin-right: 2px !important;
	color: #0462ac !important;
	transition: all 0.5s ease;
	opacity: 0.8;
}

.ajax__tab_default .ajax__tab_tab:hover,
.ajax__tab_xp .ajax__tab_tab:hover {
	opacity: 1;
}

.ajax__tab_default .ajax__tab_active .ajax__tab_tab,
.ajax__tab_xp .ajax__tab_active .ajax__tab_tab {
    background: none !important;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff !important;
    border-color: #ddd #ddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555 !important;
    cursor: default;
	opacity: 1;
}

.ajax__tab_body {
	border: 1px solid #ddd !important;
	border-top: none !important;
	overflow: hidden !important;
	padding: 20px 15px 10px 15px !important;
	font-family: inherit !important;
	font-size: inherit !important;
}

.ajax__tab_body > .ajax__tab_panel {
	overflow: hidden !important;
}

.labelForm {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold
}

/*tabelle responsive*/
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, 
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
	display: inline-block;
	border: none;
	box-shadow: none;
	border-radius: 4px;
	font-family: "Open Sans",sans-serif;
	font-size: 1.2em;
	font-weight: 600;
	height: auto;
	min-width: 8px;
	width: auto;
	position: inherit;
	left: 0;
	top: 0;
	line-height: 8px;
	margin: 0 5px 0 0;
	padding: 4px;
	text-align: center;
	text-indent: inherit;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, 
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
	padding-left: 8px;
	white-space: nowrap;
}

table.dataTable > tbody > tr.child ul {
	display: block;
}

table.dataTable > tbody > tr.child span.dtr-title {
	margin-right: 10px;
}

div.DTS tbody th, 
div.DTS tbody td {
	white-space: normal;
}

div.DTS tbody td.nowrap {
	white-space: nowrap;
}

.dataTables td select.form-control {
	width: auto !important;
}
/**/


/* FORM */
label,
.label {
	display: block;
    font-weight: bold;
    margin-bottom: 5px;
    max-width: 100%;	
	border-radius: 0;
    color: inherit;
    font-size: inherit;
    /*line-height: 1;*/
    padding: 0;
    text-align: left;
    vertical-align: baseline;
    white-space: normal;
}

label.inline, 
.label.inline {
	display: inline-block;
}

.label.label-primary {
	border-radius: 0.25em;
    color: #fff;
    display: inline;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
	margin: 0;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_filter label {
	font-weight: bold;
}

.radio input[type="radio"], 
.radio-inline input[type="radio"], 
.checkbox input[type="checkbox"], 
.checkbox-inline input[type="checkbox"] {
	position: relative;
	margin: 0;
}

.radio label, 
.checkbox label {
    padding-left: 5px;
	margin-right: 15px;
	display: inline-block;
}

/*MODAL*/
.modalBackground {
	background-color: #000;
	opacity: 0.5;
}


@media only screen and (min-width: 1440px) {
    .col-lg-6 {
    width: 41.66666667%;}
}

@media only screen and (min-width: 1600px) {
    .col-lg-6 {
    width: 33.33333333%;}
}

