body {
	margin: 0px
}

body, p, a, td, li {
	font-family: Arial;
	font-size: 10pt;
}

h1 {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: Gray;
	padding-bottom: 5px;
	border-bottom: 1px solid #101010;
	margin-bottom: 15px;
}

h2 {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: Gray;
	padding-bottom: 5px;
	border-bottom: 1px solid #101010;
	margin-bottom: 15px;
}



.HorizontalSplitterBar {
	background: url(images/splitter_horBg.gif);
}

.CollapsedHorizontalSplitterBar {
	background: url(images/splitter_horBg.gif);
	border: 1px solid #000000;
	border-right-width: 0px;
}

.VerticalSplitterBar {
	background: url(images/splitter_verBg.gif);
}

.CollapsedVerticalSplitterBar {
	background: url(images/splitter_verBg.gif);
	border: 1px solid #000000;
	border-bottom-width: 0px;
}


.ActiveSplitterBar {
	background-color: #000000;
}

.SplitterPane {
	border: 1px solid #333333;
}


.BodyPane {
	text-align: left;
	border: 1px solid #333333;
	width: 100%;
	height: 100%;
}

.InfoPane {
	border: 1px solid #333333;
	width: 100%;
	height: 100%;
	background-color: #FFFFCC;
}

.CatalogPane {
	border: 1px solid #333333;
	width: 100%;
	height: 100%;
}


.Grid {
	background-color: #FFFFFF;
	border: 1px solid #7C7C94;
	border-bottom: 2px solid #7C7C94;
	font-family: Verdana;
	font-size: 10px;
	cursor: pointer;
}

.GridHeader {
	background-image: url(images/grid_headerBg.gif);
	background-color: #8988A5;
	height: 24px;
	padding-left: 3px;
	cursor: default;
}

.GridHeaderText {
	color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
}

.GroupByText {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-right: 5px;
}

.HeadingRow {
	background-color: #E0DFE3;
	background-image: url(images/header_rowBg.gif);
}

.HeadingCell {
	background-image: url(images/header_bg.gif);
	padding: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
}

.HeadingRow td.FirstHeadingCell {
	background-image: url(images/header1stCell_bg.gif);
}

.HeadingCellText {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 5px;
}

.Row {
	background-color: #FFFFFF;
}

	.Row td.DataCell {
		cursor: default;
		padding: 3px;
		padding-top: 2px;
		padding-bottom: 1px;
		border-bottom: 1px solid #EAE9E1;
		font-family: verdana;
		font-size: 10px;
	}

.SortedDataCell {
	background-color: #F5F5F5;
}


.Row td.LastDataCell {
	background-color: #EFEFF4;
}

.SelectedRow {
}

	.SelectedRow td.DataCell {
		background-color: #FFEEC2;
		padding: 2px;
		padding-left: 3px;
		padding-top: 1px;
		padding-bottom: 1px;
		font-family: verdana;
		font-size: 10px;
		border-bottom: 1px solid #4B4B6F;
		border-top: 1px solid #4B4B6F;
		border-right: 0px;
	}

	.SelectedRow td.FirstDataCell {
		background-color: #FFEEC2;
		border-left: 1px solid #4B4B6F;
		border-right: 0px;
		padding-left: 2px;
		padding-right: 3px;
	}

	.SelectedRow td.LastDataCell {
		background-color: #FFEEC2;
		border-right: 1px solid #4B4B6F;
	}

.GroupHeading {
	color: #706F91;
	background-color: #FFFFFF;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 2px solid #A5A4BD;
	padding-top: 10px;
	padding-bottom: 3px;
}

.SliderPopup {
	background-color: #FFF4D7;
	border: 1px solid #4B4B6F;
	border-top-color: #9495A2;
	border-left-color: #9495A2;
	width: 288px;
	height: 60px;
}

.GridFooter {
	cursor: default;
	padding: 5px;
}

.GridFooterText {
	color: #000000;
	font-family: verdana;
	font-size: 11px;
}

.QualitativChoosenLine {
	background-color: #EEEEEE;
	border-bottom: 1px solid #BBBBBB;
}

.QualitativLine {
	background-color: #EEEEEE;
	border-bottom: 1px solid #BBBBBB;
}

.SimpleGridMoney {
	text-align: right
}

.SimpleGridHead {
	color: White;
	font-weight: bold;
	background-color: #90c253;
}

.SimpleGridLine {
	background-color: #F0F0F0;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}

.ComboBoxLine {
	padding: 2px;
	white-space: nowrap;
	text-decoration: none;
	color: #404040;
	display: block;
	font-size: 8pt;
}

	.ComboBoxLine:hover {
		background-color: #404040;
		color: #FFFFFF;
	}

.comboboxfield {
	position: static;
	z-index: 50;
	text-align: right
}

.QDrop {
	width: 40px;
}

.kt-notification__item-icon {
	padding-right: 20px;
}

.kt-notification__item-title {
	font-size: 14px !important;
	color:#333 !important;
}

.kt-notification__item-time {
	font-size: 12px !important;
	color:#666 !important;
}

.toppad {
	margin-top: 10px;
}

.nounderscore a {
	text-decoration: none;
}


.kt-notification__item {
	padding-right: 20px;
}






/* WiBe Übersicht START */

.container-helper {
	max-width: 100%;
	width: 100%;
	padding: 0 10px;
}

.logo-project {
	width: 89px;
	height: 40px;
}

.header-panel {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.header-project {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
}

.project-title {
	font-size: 24px;
	font-weight: 700;
}

.main-part {
	width: 50%;
}

.main-part-right {
	width: 50%;
}

	.main-part-right img {
		width: 100%;
	}

.project-version {
	font-size: 16px;
}

.main-content {
	display: flex;
	gap: 10px;
}


.kw-information {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	margin-bottom: 8px;
}

.kw-information-bezeichnung {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	margin-bottom: 8px;
}

	.kw-information-bezeichnung p {
		font-size: 16px;
	}

.kw-sam {
	display: flex;
	justify-content: space-between;
	padding: 0 12px;
}

.kw-information p {
	font-size: 20px;
}

.bg-green {
	background-color: #3DAB41;
	color: white;
}

.bg-grey {
	background-color: #969696;
	color: white;
}

.card {
	width: 35%;
	background-color: #EEEBEB;
	padding: 15px 8px 0px 8px;
}

.second-content {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

.card-info {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	line-height: 1.0;
}

.card-header {
	font-size: 18px;
	margin-bottom: 8px;
}

.card-content {
	height: 300px;
	overflow: auto;
	padding-right: 10px;
}

.table-view {
	background-color: #EEEBEB;
	width: 65%;
	padding: 10px;
}

.result-table {
	display: grid;
	grid-template-columns: 1fr repeat(3, 1fr);
	background-color: white;
	overflow: auto;
}

.table-header {
	display: contents;
	font-weight: bold;
	font-size: 14px;
}

.table-row {
	display: contents;
	line-height: 1;
}

.table-cell {
	padding: 5px;
	text-align: right;
}

.left-align {
	text-align: left;
}

.choice-block {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 10px;
}

	.choice-block a {
		color: #90c253;
		text-decoration: none
	}

		.choice-block a:hover {
			color: #23527c;
			text-decoration: underline;
		}

.wibe-qualitativ {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 1;
	padding: 0 12px;
	font-weight: 600;
}

body p.text-start {
	text-align: left;
}

.wibe-qualitativ p {
	width: 100%;
	text-align: right;
}

@media (max-width: 768px) {

	.table-header .table-cell {
		font-weight: bold;
		text-align: left;
	}

	.main-content, .second-content {
		flex-direction: column;
	}

	.main-part, .main-part-right, .card, .table-view {
		width: 100%;
	}

	.main-part-right {
		text-align: center;
	}

	.container-helper {
		padding: 10px;
	}

	.card-content, .result-table {
		height: 100%;
	}

	.project-title {
		font-size: 18px;
	}
}

.flexline{
	display:flex;
	align-items:baseline;
	gap:10px;
}

.w100{
	width:100% !important;
}

.ml-5{
	margin-left:5px;
}


.itCheckboxes label{
	font-weight:normal;
}

.itCheckboxes ul {
	list-style-type: none;
	padding-left:0px;
}

.align-content-center{
	align-content:center;
}

/* WiBe Übersicht ENDE */

/*Kendo Grid*/
.k-grid .k-table {
	font-size: 14px;
}

.k-grid .k-grid-add {
	font-size: 14px;
}