@font-face {
	font-family: 'Roboto';
	font-weight: 400;
	font-style: normal;
	src: url('/FrameworkResources/fonts/Roboto-regular/Roboto-regular.eot');
	src: url('/FrameworkResources/fonts/Roboto-regular/Roboto-regular.eot?#iefix') format('embedded-opentype'), url('/FrameworkResources/fonts/Roboto-regular/Roboto-regular.woff2') format('woff2'), url('/FrameworkResources/fonts/Roboto-regular/Roboto-regular.woff') format('woff'), url('/FrameworkResources/fonts/Roboto-regular/Roboto-regular.ttf') format('truetype'), url('/FrameworkResources/fonts/Roboto-regular/Roboto-regular.svg#Roboto') format('svg');
}
@font-face {
	font-family: 'Roboto';
	font-weight: 500;
	font-style: normal;
	src: url('/FrameworkResources/fonts/Roboto-medium/Roboto-medium.eot');
	src: url('/FrameworkResources/fonts/Roboto-medium/Roboto-medium.eot?#iefix') format('embedded-opentype'), url('/FrameworkResources/fonts/Roboto-medium/Roboto-medium.woff2') format('woff2'), url('/FrameworkResources/fonts/Roboto-medium/Roboto-medium.woff') format('woff'), url('/FrameworkResources/fonts/Roboto-medium/Roboto-medium.ttf') format('truetype'), url('/FrameworkResources/fonts/Roboto-medium/Roboto-medium.svg#Roboto') format('svg');
}
@font-face {
	font-family: 'Roboto';
	font-weight: 700;
	font-style: normal;
	src: url('/FrameworkResources/fonts/Roboto-bold/Roboto-bold.eot');
	src: url('/FrameworkResources/fonts/Roboto-bold/Roboto-bold.eot?#iefix') format('embedded-opentype'), url('/FrameworkResources/fonts/Roboto-bold/Roboto-bold.woff') format('woff'), url('/FrameworkResources/fonts/Roboto-bold/Roboto-bold.ttf') format('truetype'), url('/FrameworkResources/fonts/Roboto-bold/Roboto-bold.svg#Roboto') format('svg');
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('/FrameworkResources/fonts/Material-Icons/MaterialSymbolsOutlined.woff2') format('woff2');
}
html {
	font-family: 'Roboto', sans-serif;
	font-size: 10pt;
	font-weight: 400;
	color: #666;
}
body {
	margin: 0;
}
a {
	text-decoration: none;
	color: #00796B
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
	font-variation-settings:
	  'FILL' 0,
	  'wght' 300,
	  'GRAD' 0,
	  'opsz' 24
}
.icon-filled {
    font-variation-settings: 'FILL' 100, 'wght' 300, 'GRAD' 0, 'opsz' 24
}
.md-12 {
	font-size: 15px;
}
.material-icons.md-24 {
	font-size: 24px;
}
.material-icons.md-36 {
	font-size: 36px;
}
.material-icons.md-48 {
	font-size: 48px;
}
// Rules for using icons as black on a light background.
.material-icons.md-dark {
	color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
	color: rgba(0, 0, 0, 0.10);
}
// Rules for using icons as white on a dark background.
.material-icons.md-light {
	color: rgba(255, 255, 255, 1);
}
.material-icons.md-light.md-inactive {
	color: rgba(255, 255, 255, 0.1);
}
a:hover {
	color: #424242;
}
.escRot {
	background: red !important;
	color: black;
}
.dialog {
	font-size: 15px;
}
.dialogTitle {
	font-size: 18px;
}


/* Menu ======================================================================*/

div.menu, div.menu2 {
	float: left;
	width: 200px;
	color: rgba(255, 255, 255, 0.56);
	padding-top: 10px;
	background-color: #37474f !important;
	min-height: 1000px;
}
div.menu ul, div.menu2 ul {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}
div.menu ul li, div.menu2 ul li {
	list-style-type: none;
	line-height: 20px;
	border-bottom: none;
	vertical-align: middle;
	display: block;
	/*text-transform: uppercase;*/
}
div.menu ul li.selectedBereichName, div.menu2 ul li.selectedBereichName {
color: #FFFFFF;
	margin: 10px 0px 0px;
	padding: 0px 0px 0px 15px;
	border-left: 4px solid #009688;
}
div.menu ul li a {
	color: rgba(255, 255, 255, 0.56);
	display: block;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}

div.menu2 ul li a {
	color: rgba(255, 255, 255, 0.56);
	display: block;
	margin: 2px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}

div.menu ul li a:hover, div.menu2 ul li a:hover {
	color: #FFFFFF;
	background-color: transparent;
}
div.menu ul ul li a, div.menu2 ul ul li a {
    line-height: 17px;
    font-size: 15px;
    font-weight: normal;
    padding: 2px 0px 2px 20px;
    margin: 0px 0px 0px -20px;
    white-space: nowrap;
    overflow: hidden;
}
div.menu ul ul li a:hover, div.menu2 ul ul li a:hover {
	color: #FFFFFF;
	background-color: transparent;
}
div.menu ul li ul, div.menu2 ul li ul {
	margin: 10px 0 0 25px;
}
div.menu ul li ul a, div.menu2 ul li ul a {
	text-transform: none;
}
/* Modulbuttons ==============================================================*/

a.PBActionLinkModul,
a.PBActionLinkModulActive {
	font-weight: 500;
	font-size: 15px;
	line-height: 68px;
	padding: 21px;
	color: #fff;
	box-sizing: border-box;
	border-bottom: 4px solid transparent;
	opacity: .65
}
a.PBActionLinkModul {} a.PBActionLinkModulActive {
	opacity: 1;
	border-bottom-color: #009688;
}
a.PBActionLinkModul:hover,
a.PBActionLinkModulActive:hover {
	text-decoration: none;
	background-color: transparent;
	border-bottom-color: #009688;
	opacity: 1;
}
/* Trefferliste ==============================================================*/

.TVCell,
.TVHeader,
.TVHeaderSorted {
	padding: 2px 0 2px 2px;
}
.TVCell {
	position: relative;
	vertical-align: middle;
	height: 25px;
	border-bottom: 1px solid rgba(0,0,0,.12);
	box-sizing: border-box;
	border-collapse: collapse;
	white-space: nowrap;
	font-size: 13px;
	border-spacing: 0px;
	padding: 1px 5px 1px 3px;
	overflow: hidden;
	white-space: nowrap;
	color: #000;
}
.titleBar,
.TVHeader {
	background: #009688;
}
.TVHeaderSorted {
	background-color: #4db6ac;
}
.titleBar {
	margin: 0 5px;
	color: #FFFFFF;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
}
.TVHeader,
.TVHeaderSorted {
	color: #FFFFFF;
	height: 30px;
	overflow:hidden;
	white-space:nowrap;
}
a.PBActionLinkTVHeader {
	padding: 4px 2px 4px 2px;
	margin-right: 1px;
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	white-space: nowrap;
}
a.PBActionLinkTVHeader:hover,
.TVHeaderSorted a.PBActionLinkTVHeader {
	color: white;
	font-weight: bold;
}
a.tvNewPositionField {
	padding: 2px 4px 3px 2px;
	margin-right: 1px;
	color: #ffffff;
	background-color: #518666;
	font-size: 11px;
	text-align: center;
	line-height: 18px;
}
a.tvNewPositionField:hover {
	background: #333333;
}
.TVHeaderText {
	float: left;
	overflow: hidden;
}
/* Detail-Bereich ============================================================*/

.detail {
	margin-top: 10px;
	margin-right: -2px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	float: left;
	width: 98%;
	background-color: #fff;
}
.commonbox {
	/* margin: 0px 5px; padding: 5px;*/
	margin: 0px 0px 0px 10px;
	float: left;
}
/* Register ====================== */

div.PBRegisterLink {
	float: left;
	background-color: #E0E0E0;
	padding-bottom: 0px;
	width: 100%;
}
ul.PBRegisterLink {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li.PBRegisterLink {
	float: left;
	margin-bottom: -1px;
	position: relative;
	display: block;
	padding-bottom: 4px;
}
li.PBRegisterNeutral {
	float: left;
	display: inline;
	margin-top: 4px;
	padding: 0px;
}
a.PBRegisterLink,
li.PBRegisterLinkDisabled span {
	font-size: 14px;
	display: block;
	position: relative;
	color: black;
	padding: 7px 15px;
	color: #424242;
	padding: 8px 10px 12px 10px;
}
a.PBRegisterLink {
	transition: border-bottom .2s;
	margin-right: 0;
	background-color: transparent;
	border: none;
	color: #757575;
	position: relative;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 4px solid #E0E0E0;
}
li.PBRegisterLinkDisabled span {
	border-bottom: 4px solid #009688;
	transition: all 0.2s;
}
a.PBRegisterLink:hover {
	background-color: transparent;
	border-bottom: 4px solid #009688;
	color: #424242;
}
li.PBRegisterLink:hover a {
	color: #424242;
	/*margin-bottom: -4px;*/
}
li.PBRegisterLinkDisabled {
	font-size: 12px;
	float: left;
	display: inline;
	z-index: 50;
	color: #424242;
	margin-bottom: -2px;
	;
}
/* Kalender =======*/

a.PBActionLinkKal {
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;
	background-color: #eee;
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.298039) 1px 1px 2px 0;
	box-sizing: border-box;
	color: #666;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	margin-bottom: 0;
	text-align: center;
	text-decoration: none;
	/*text-transform: uppercase;*/
	touch-action: manipulation;
	transition-delay: 0;
	transition-duration: .2s;
	transition-property: all;
	transition-timing-function: ease;
	vertical-align: middle;
	white-space: nowrap;
	border-color: #eee #666 #666 #eee;
	border-style: solid none none solid;
	border-width: 1px 0 0 1px;
	margin: 0 3px 0 3px;
	border: none;
	border-radius: 20px;
	padding: 2px 5px 2px 5px;
	font-size: 13px;
}
a.PBActionLinkKal:hover {} .Feiertag {
	color: red;
	vertical-align: middle;
}
table.Kalender {
	width: 0px;
	table-layout: fixed;
	background-color: #E0E0E0;
	margin-top: 10px;
}
table.Kalender td {
	overflow: hidden;
	white-space: nowrap;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px;
}
td.KalenderHeaderKW {
	width: 25px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	background-color: #ededed;
}
td.KalenderHeader {
	padding: 10px;
	width: 170px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	background-color: #ddd;
}
td.KalenderHeaderSunday {
	padding-left: 20px;
	width: 130px;
	height: 10px;
	color: white;
	font-weight: bold;
	background-color: #4B515D;
	overflow: hidden;
	white-space: nowrap;
}
td.KalenderHeaderW {
	padding-left: 20px;
	width: 800px;
	height: 10px;
	color: white;
	font-weight: bold;
	background: #CFCFCF;
	background: -moz-linear-gradient(top, #CFCFCF 0%, #8A8A8A 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CFCFCF), color-stop(100%, #8A8A8A));
	overflow: hidden;
	white-space: nowrap;
}
div.KalenderTermin {
	padding: 3px;
	margin: 5px 2px 5px 2px;
	font-size: x-small;
	overflow: hidden;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
td.KalenderToday {
	border: 2px solid rgb(0, 188, 212)
}
.PBActionLinkKalTag {
	color: rgb(102, 102, 102);
	font-size: 14px;
}
td.kalender_kw {
	background-color: #ededed;
	padding: 0;
	text-align: center;
	padding-top: 10px;
}
td.kalender_disabled {
	background-color: #ededed;
}
td.kalender_entry {
	background-color: #f8f8f8
}
td.kalender_heute {
	background-color: #0369a1
}
/* Buttons =======*/

.PBActionLinkSmall,
.PBActionLinkSmall1,
.PBActionLinkSmall2,
.PBActionLinkSmall3,
.PBActionLinkSmall4,
.PBActionLinkSmall5,
.PBActionLinkSmall6,
.PBActionLinkSmall7,
.PBActionLinkSmall8,
.PBActionLinkSmall9,
.PBActionLinkSmallDisabled,
.PBActionLinkSmallDisabledNoBlock,
.PBActionLinkSmallNoBlock,
.PBActionLinkSmallSelectedNoBlock .PBActionLinkSmall,
.PBActionLinkSmallDisabled,
.PBActionLinkSmallDisabledNoBlock,
.PBActionLinkSmallNoBlock,
.PBActionLinkSmallSelectedNoBlock,
.PBActionLinkSmallNoBlockActive {
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;
	background-color: #eee;
	box-shadow: rgba(0, 0, 0, 0.298039) 1px 1px 2px 0;
	box-sizing: border-box;
	color: #666;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 0;
	text-align: center;
	text-decoration: none;
	touch-action: manipulation;
	transition-delay: 0;
	transition-duration: .2s;
	transition-property: all;
	transition-timing-function: ease;
	vertical-align: middle;
	white-space: nowrap;
	border-color: #eee #666 #666 #eee;
	border-style: solid none none solid;
	border-width: 1px 0 0 1px;
	padding: 5px;
	margin: 0 3px 0 3px;
	overflow: hidden;
}
.PBActionLinkSmallNoBlockActive {
	background-color: #00796B;
	color: #fff;
}
.Auswahl {
padding: 0 2px 0 2px;
	vertical-align: top;
	margin: 0px 3px 0px 0;
	height: 26px;
}
.PBActionLinkSmall,
.PBActionLinkSmall1,
.PBActionLinkSmall2,
.PBActionLinkSmall3,
.PBActionLinkSmall4,
.PBActionLinkSmall5,
.PBActionLinkSmall6,
.PBActionLinkSmall7,
.PBActionLinkSmall8,
.PBActionLinkSmall9,
.PBActionLinkSmallDisabled {
	display: block;
}
.PBActionLinkSmallDisabled,
.PBActionLinkSmallDisabledNoBlock {
	color: #c0c0c0;
	background: none;
}
a.PBActionLinkSmall:hover,
a.PBActionLinkSmall1:hover,
a.PBActionLinkSmall2:hover,
a.PBActionLinkSmall3:hover,
a.PBActionLinkSmall4:hover,
a.PBActionLinkSmall5:hover,
a.PBActionLinkSmall6:hover,
a.PBActionLinkSmall7:hover,
a.PBActionLinkSmall8:hover,
a.PBActionLinkSmall9:hover,
a.PBActionLinkSmallNoBlock:hover,
.PBActionLinkSmallSelectedNoBlock {
	color: white;
	background: #26A69A;
}
/* Felder ============*/

div.descrArea,
div.descrAreaBold,
div.descrAreaErr,
div.editArea,
div.bezArea,
div.editAreaTA,
div.descrArea1,
div.descrArea2,
div.descrArea3,
div.descrArea4,
div.descrArea5,
div.descrArea6,
div.descrArea7,
div.descrArea8,
div.descrArea9 {
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
}
div.descrAreaBold {
	font-weight: bold;
}
div.descrAreaErr {
	background-color: #F44336;
	font-weight: bold;
}
div.descrAreaErr a {
	color: #eee;
}
div.bezArea {
	color: #444444;
	font-style: italic;
}
input,
select,
textarea {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, .30);
	display: inline-block;
	margin: 0;
	padding: 4px 0;
	background-color: transparent;
	text-align: left;
	transition: 0.2s ease all;
}
textarea {
	font-family: monospace;
}
textarea,
select {
	resize: none;
	padding: 0px;
	border: 1px solid rgba(0, 0, 0, .20);
}
select {
	border: none;
	border-bottom: 2px solid rgba(0, 0, 0, .20);
}
select:focus,
textarea:focus,
input:focus {
	border: none;
	outline: none;
	border-bottom: 2px solid rgba(0, 0, 0, .30);
	border-color: #009688 !important;
}
textarea:focus {
	border: 2px solid rgba(0, 0, 0, .20);
}
input[readonly] {
	background-color: #E0E0E0;
	color: #616161;
	border: none;
	border-radius: 2px;
	padding: 3px 3px 3px 3px;
}
div.editArea select {} .textAreaRO {
	background-color: #f0f0f0;
}
.zeilenFix {
	padding-top:0;
	padding-bottom: 0
}

/* Farben class-styles aus C */

div.descrAreaBold,
div.descrArea {
	text-align: left;
	padding-right: 10px;
}
div.infotext1,
div.descrArea1,
span.descrArea1,
.PBActionLinkSmall1,
div.descrArea1 a {
	color: #fff;
	background-color: #3F51B5;
}
div.descrArea1 a {
	font-weight: bold;
}
div.infotext2,
div.descrArea2,
span.descrArea2,
.PBActionLinkSmall2 {
	background-color: #8BC34A;
	color: rgba(0,0,0,0.87);
}
div.infotext3,
div.descrArea3,
span.descrArea3,
.PBActionLinkSmall3 {
	background-color: #FFC107;
	color: rgba(0,0,0,0.87);
}
div.infotext4,
div.descrArea4,
span.descrArea4,
.PBActionLinkSmall4 {
	color: #009688;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
div.descrArea3 a,
div.descrArea4 a {
	color: rgba(0,0,0,0.87);
}
div.infotext5,
div.descrArea5,
span.descrArea5,
.PBActionLinkSmall5 {
	background-color: #ccc;
}
div.infotext6,
div.descrArea6,
span.descrArea6,
.PBActionLinkSmall6 {
	background-color: #aaaaaa;
}
div.infotext7,
div.descrArea7,
span.descrArea7,
.PBActionLinkSmall7 {
	color: #fff;
	background-color: #C27EED;
}
div.infotext8,
div.descrArea8,
span.descrArea8,
.PBActionLinkSmall8 {
	color: #fff;
	background-color: #ED6363;
}
div.infotext9,
div.descrArea9,
span.descrArea9,
.PBActionLinkSmall9 {
	background-color: #FFFF80;
}
div.Fehler, #Fehler, .Fehler {
    position: fixed !important;
    color: #f44336;
    font-weight: bold;
    top: 32px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #bdbdbd;
    min-width: 1000px;
    z-index: 9999;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 600px;
    font-size: 13px;
}
.fehlerHead {
    padding: 10px 20px 10px 10px;
    border-bottom: 1px solid #e0e0e0;
}
.fehlerBody {
    padding: 20px 10px 30px 10px;
    background-color: #f5f5f5;
    min-height: 50px; color: #666;
    font-weight: 300;
    white-space: break-spaces
}
.fehlerClose {
    color: #666;
    position:absolute;
    right: 10px;
    top: 4px; cursor: pointer
}
span.Fehler img {
	padding: 0 7px 0 3px;
}
div.imageArea {
	position: relative;
	overflow: visible;
}
div.singleFieldArea {
	position: relative;
	float: left;
	color: #424242;
}
.header {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin: -8px;
	padding: 5px 5px 5px 8px;
	box-shadow: rgba(0, 0, 0, 0.137255) 0px 2px 2px 0px, rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.117647) 0px 1px 5px 0px;
}
.header_logo {
	padding: 5px 15px 0px 15px;
	background-color: #fff;
	float: left;
	line-height: 30px;
	margin-left: -20px;
	width: 170px;
	height: 59px;
}
.portlet_outer .header {
	padding: 5px 0px 5px 0px;
	margin-top: -18px;
}
/* Home-Seite ================================================================*/

div.Home {
	overflow: visible;
	position: absolute;
	left: 200px;
	margin-left: 10px;
	margin-top: 10px;
	width: 89%;
}
div.Home .detail {
	width: 98%;
	margin: 0px 5px 0px 0px;
	padding: 5px;
}
div.Home2 {
	overflow: visible;
	position: absolute;
	left: 200px;
	margin-left: 10px;
	margin-top: 10px;
	width: 89%;
}
div.Home2 .detail {
	width: 98%;
	margin: 0px 5px 0px 0px;
	padding: 5px;
}
li.home2_li_isNotLeaf {
	list-style-type: none;
	line-height: 20px;
	white-space: nowrap;
	margin-top: 10px;
}
li.home2_li_isLeaf {
	list-style-type: none;
	line-height: 15px;
	white-space: nowrap;
}
li.home2_li_isNotLeaf a {
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	color: #575443;
}
li.home2_li_isNotLeaf a:hover {
	color: white;
	background-color: #1E90FF;
}
li.home2_li_isLeaf a {
font-size: 13px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
}
li.home2_li_isLeaf a:hover {
	color: #FFFFFF;
	background-color: #4682B4;
}
table.Navigation {
	background-color: #263238;
	height: 40px;
	padding-left: 20px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.26)
}
table.Buttons {
	background-color: #e0e0e0;
	margin: 0 5px 5px 0;
	padding: 8px 10px 10px 10px;
	height: 60px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
table.Buttons a,
table.Buttons .PBActionLinkSmallDisabledNoBlock {
	border: none;
	border-radius: 20px;
	padding: 7px 10px 7px 10px;
	background: #fff;
	box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
}
table.Buttons .adminButtons a {
	background-color: #2196F3;
	border-radius: 20px
}
div.line {
	width: 100%;
	height: 10px;
	border-bottom: 1px solid black;
}
div.DokuH0 {
	margin-top: 30px;
	text-indent: 4px;
	background-color: #303030;
	width: 100%;
	padding: 4px 0px 4px 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 17pt;
}
div.DokuH1 {
padding: 4px 0px 4px 0px;
	color: #00796B;
	font-size: 30pt;
}
div.DokuH2 {
	text-indent: 4px;
	background-color: #e8e8e8;
	width: 100%;
	padding: 4px 0px 4px 0px;
	color: #606060;
	font-size: 11pt;
}
div.DokuH3 {
	background-color: #ffffff;
	width: 80%;
	padding-left: 104px;
	padding-top: 8px;
	color: #606060;
	font-weight: bold;
	font-size: 10pt;
}
div.DokuText {
	background-color: #ffffff;
	width: 80%;
	padding-left: 114px;
	padding-bottom: 4px;
	color: #404040;
	font-size: 10pt;
}
div.HelpdeskH1 {
	margin-top: 14px;
	text-indent: 0px;
	width: 100%;
	color: #00796B;
	font-size: 16pt;
}
div.HelpdeskH2 {
	background-color: #ffffff;
	width: 100%;
	padding-top: 8px;
	color: #606060;
	font-weight: bold;
	font-size: 15pt;
}
div.HelpdeskText {
	margin-top: 10px;
	background-color: #ffffff;
	width: 100%;
	padding-bottom: 4px;
	color: #404040;
	font-size: 10pt;
	line-height: 15pt;
}
div.HelpdeskTT {
	white-space: pre;
	margin-top: 10px;
	background-color: rgba(0, 0, 0, 0.0588235);
	width: 100%;
	padding-left: 10px;
	padding-bottom: 14px;
	color: #404040;
	font-size: 10pt;
	font-family: "Courier New", Courier, monospace;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.HelpdeskImg {
	display: block;
	margin-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 4px;
}
div.HelpdeskImg {
	border: 1px solid #ccc;
	box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	border-radius: 4px;
}
.HelpdeskImgTitel {
	background-color: #ffffff;
	color: #606060;
	font-weight: bold;
	font-size: 10pt;
}
div.HelpdeskSBS {
	border: 1px solid #B6BABD;
	background-color: #f0f0f0;
	margin-top: 15px;
	margin-bottom: 4px;
	color: #404040;
	font-size: 10pt;
	line-height: 15pt;
}
li.HelpdeskStep {
	list-style-type: decimal;
	color: #404040;
	font-size: 10pt;
	margin-right: 10px;
	line-height: 15pt;
}
div.HelpdeskUL {
	width: 100%;
	background-color: #ffffff;
	margin-top: 15px;
	margin-bottom: 4px;
	color: #404040;
	font-size: 10pt;
	line-height: 15pt;
}
li.HelpdeskLI {
	list-style-type: disc;
	color: #404040;
	font-size: 10pt;
	margin-right: 10px;
	line-height: 15pt;
}
a.navLinkSelf {
	color: #628640;
	background: #d0d0d0;
	font-size: 11pt;
}
a.navLinkDir {
	color: #404040;
	font-size: 11pt;
}
a.navLinkFile {
	color: #404040;
	font-size: 11pt;
}
div.LifBlock {
	position: relative;
	float: left;
}
/* Portlets ==================================================================*/

div.portlet_outer {
	/* Neues Portlet-Layout */
	border: 1px solid #ddd !important;
	border-radius: 10px 10px 10px 10px;
	border-spacing: 5px;
	box-shadow: 5px 5px 5px lightgray;
	padding: 5px;
	margin: 2px;
	font-weight: 400;
	z-index: 1;
	position: relative;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
div.portlet_outer>div {
	/* Neues Portlet-Layout */
	border: none !important;
	clip: auto;
}
table.portletHead {
	table-layout: fixed;
	empty-cells: show;
	margin: 22px 0px 0px 0px;
	width: 0px;
	padding-right: 15px;
	border-bottom: 1px solid #ddd;
}
table.portletHead td {
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
}
table.portlet,
table.portlet_wrap,
table.portlet_baugruppen {
	table-layout: fixed;
	empty-cells: show;
	width: 0px;
	/* Altes Portlet-Layout
	background-color: white;
	*/
}
table.portlet,
table.portlet_baugruppen td {
	white-space: nowrap;
}
table.portlet td,
table.portlet_wrap td,
table.portlet_baugruppen td {
	vertical-align: top;
	overflow: hidden;
	border-bottom: 1px solid #DDDDDD;
}
table.portlet td,
table.portlet_wrap td,
table.portlet td a,
table.portlet_wrap td a {
	font-size: 12px;
	padding: 2px 2px 2px 0;
}
div.portlet,
div.portlet_wrap,
div.portlet_baugruppen {
	position: relative;
	border: 1px solid #a0a0a0;
	overflow-y: scroll;
	height: 150px;
}
/* Alle Buttons rund machen */

.PBActionLinkSmallNoBlockActive,
.PBActionLinkSmall,
.PBActionLinkSmall1,
.PBActionLinkSmall2,
.PBActionLinkSmall3,
.PBActionLinkSmall4,
.PBActionLinkSmall5,
.PBActionLinkSmall6,
.PBActionLinkSmall7,
.PBActionLinkSmall8,
.PBActionLinkSmall9,
.PBActionLinkSmallDisabled,
.PBActionLinkSmallDisabledNoBlock,
.PBActionLinkSmallNoBlock,
.PBActionLinkSmallSelectedNoBlock {} div.ordner {
	background-color: #FFFFFF;
	width: 350px;
	float: left;
	font-family: 'Roboto', sans-serif;
	overflow: hidden;
}
div.zuordordner {
	overflow: visible;
	left: 351px;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
}
li.PBRegisterNeutral {
	display: inline;
}
.menu img {
	position: absolute;
	top: 70px;
	right: 20px;
	z-index: 100;
}
.menu2 img {
	display: none;
}
.content {
	padding-left: 0px
}
input[name="tvNewRowOffsetUI"] {
	margin-right: 4px
}
input[type="search"] {
	padding: 0;
	height: 28px;
}
input#search {
	color: #fff;
	opacity: .65;
}
input#search:focus {
	border: none;
	outline: none;
	border-bottom: 3px solid #ccc;
	color: #fff;
}
table.Buttons a[accesskey="n"] {
	background-color: #BA65C9;
}
table.Buttons a[accesskey="t"] {
	background-color: #FFEA00;
}
.material-icons {
	margin-top: 3px;
}
div.detail .portlet_outer {
	margin: 10px 10px 10px 12px;
	padding: 8px;
}
.adminButtons {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}
.PBRegisterNeutral .adminButtons a.PBActionLinkSmallNoBlock {
	margin-top: -10px;
	border: none;
	border-radius: 20px;
	padding: 7px 10px 7px 10px;
	background: #fff;
	box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
	background-color: #2196F3;
	border-radius: 20px;
}
.adminButtons a {
	background-color: rgb(103, 58, 183);
	color: #fff;
}
.adminButtons a:focus,
.adminButtons a:hover {
	background-color: #fff;
	color: #ccc;
}
table[summary="TableView-Buttons"] {
	margin-bottom: 10px;
	background-color: #F5F5F5;
	padding: 0 10px 10px 10px;
}
table[summary="TableView"] {
	margin: 0 10px 10px 10px;
	background-color: #eeeeee;
}
table[summary="Helpdesk"] {
	margin: 20px 10px 10px 0px;
}
table[summary="helpdeskv3"] {
	margin: 10px 0 10px 0;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	background-color: #fff;
	color: #ccc;
}
#close {
	position: absolute;
	top: 6px; right: 10px;
	color: rgb(102, 102, 102);
	cursor: pointer;
}
table[summary="Config_Detail"] {
	margin-top: 20px;
	margin-left: 20px;
}
#TableView {
			box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
		border: 1px solid rgba(0,0,0,.12);
	border-collapse: collapse;
	table-layout:fixed
}
/* 
 * dragtable
 *
 * @Version 2.0.14
 *
 * default css
 *
 */
/*##### the dragtable stuff #####*/
.dragtable-sortable { 
	list-style-type: none; margin: 0; padding: 0; -moz-user-select: none;
}
.dragtable-sortable li {
	margin: 0; padding: 0; float: left; font-size: 1em; background: white; 
}

.dragtable-sortable li:first-child th, .dragtable-sortable li:first-child td {
	border-left: 1px solid #CCC; 
}

.ui-sortable-helper {
	opacity: 0.7;filter: alpha(opacity=70);
}
.ui-sortable-placeholder { 
	-moz-box-shadow: 4px 5px 4px #C6C6C6 inset;
	-webkit-box-shadow: 4px 5px 4px #C6C6C6 inset;
	box-shadow: 4px 5px 4px #C6C6C6 inset;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	visibility: visible !important;
	background: #EFEFEF !important; 
	visibility: visible !important;
}
.ui-sortable-placeholder * { 
	opacity: 0.0; visibility: hidden; 
}
.drag-handle {
	height: 20px;
	cursor: move;
	margin-right: 0;
	margin-left: 3px;
	float: right;
}
#results {
	position: absolute;
	top: 64px;
	width: 160px;
	background-color: #263238;
	z-index: 1000;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
#results ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#results ul li {
	background-color:#FFFFFF;
	text-align: left;
}
#results ul li:hover {
	background-color:#EBEBEB;
}
#results ul li a {
	line-height:20px;
	text-decoration:none;
	padding: 5px;
	display: block;
	color: #333333;
}
.search_hover { 
	background-color:#EBEBEB!important; 
	color:#232323!important; 
}

#demo tr:hover, .portlet tr:hover td:not(.nohover) {
	background-color: #ccc !important;
}
#more {
	width: 200px;
	position: absolute;
	overflow: hidden;
	background-color: #263238;
	left: 800px;
	z-index: 1000;
	padding: 10px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
#more a, .resline a {
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	opacity: .65;
}
#more a:hover, .resline a:hover {
	background-color: transparent;
	opacity: 1;
}
#more li {
	list-style: none;
	padding: 5px;
}
#more ul {
	margin: 0px 5px 5px 10px;
	padding: 0;
}

/* MATERIAL DESIGN RIPPLE */
.ripple-wrapper {
	display: block;
	position: absolute;
	background: rgba(255,255,255,0.4);
	border-radius: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.ripple-wrapper.animated {
	animation: ripple 0.65s linear;
	-webkit-animation: ripple 0.65s linear;
	-moz-animation: ripple 0.65s linear;
	-o-animation: ripple 0.65s linear;
}
.has-ripple {
	overflow: hidden;
	position: relative;
	user-select: none;
	outline: none;
	border: 1px solid transparent;
}
@keyframes ripple {
	100% {
		-webkit-transform: scale(2.5);
		-ms-transform: scale(2.5);
		-o-transform: scale(2.5);
		transform: scale(2.5);
		opacity: 0;
	}
}
@media print {
	table[summary="Helpdesk Hierarchie"] {
		display:none;
	}
	table[summary="Navigation"] {
		display:none;
	}
}
@-webkit-keyframes ripple {
	100% {
		-webkit-transform: scale(2.5);
		-ms-transform: scale(2.5);
		-o-transform: scale(2.5);
		transform: scale(2.5);
		opacity: 0;
	}
}
@-o-keyframes ripple {
	100% {
		-webkit-transform: scale(2.5);
		-ms-transform: scale(2.5);
		-o-transform: scale(2.5);
		transform: scale(2.5);
		opacity: 0;
	}
}
@-moz-keyframes ripple {
	100% {
		-webkit-transform: scale(2.5);
		-ms-transform: scale(2.5);
		-o-transform: scale(2.5);
		transform: scale(2.5);
		opacity: 0;
	}
}
#queries {
	width: 420px;
	float: left;
	margin-left: 14px;
}

#gray {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.6;
	z-index: 8000;
	filter: alpha(opacity=60);
}
#front {
	position: absolute;
	background-color: #fff;
	z-index: 9999;
	left: 50%;
	top: 100px;
	width: 800px;
	margin: 0 0 0 -420px;
	padding: 20px;
	box-shadow: 0 0 50px rgba(0,0,0,.3);
	opacity: 1;
}
* html #gray {
	position: absolute;
}
#front .PBActionLinkSmallNoBlock {
	min-width: 120px;
}
.PBActionLinkSmall:focus, .PBActionLinkSmallNoBlock:focus {
	border: 1px solid #ccc;
}
.ui-tooltip {
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	background:rgba(117,117,117,.8);
	border-radius:2px;
	color:#fff;
	font-size:10px;
	font-weight:500;
	line-height:14px;
	padding:2px;
	text-align:left;
	line-height:14px;font-size:14px;padding:8px;
	white-space: pre-line;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
	background-image: none;
}
body .ui-tooltip { border-width: 2px; }
.dialogTitle {
	color: #00796B;
}
.ui-helper-hidden-accessible {
	display: none;
}


/*///////////////////////////////////////////////////////////////////////////////*/
@charset "UTF-8";

[data-icon]:before {
	font-family: "material" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
.material .material-checkbox:before {
	font-family: "material" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-down:before {
	content: "b";
}
.icon-check:before {
	content: "a";
}

/* Material input */
.material .material-input{
	position: relative;
	padding-top: 18px;
	margin-bottom: 10px;
	background:#fff;
}

.material .material-input:after{
	display: block;
	clear: both;
	content:"";
}
.material .material-input input, 
.material .material-input textarea{
	font-size: 16px;
	width: 100%;
	border:0;
	border-bottom: 1px solid lightgray;
	outline: none;
	background: 0;
	float:left;
}

.material .material-input textarea{
	height: 120px;
	padding:7px 0;
}

.material .material-input input{
	height: 32px;
}

.material .material-input label{
	line-height: 32px;
}

.material .material-input label{
	color:gray;
	font-size: 16px;
	font-weight: 300;

	position: absolute;
	left:0;
	top:18px;
}

.material .material-bar{
	position: absolute;
	bottom:0;left:0;
	display: block;
	width: 100%;
}

.material .material-bar:before, 
.material .material-bar:after{
	content:"";
	height: 2px;
	width: 0;
	bottom:0;
	position: absolute;
	background: #0000ff;
}

.material .material-bar:before{
	left:50%;
}

.material .material-bar:after{
	right:50%;
}

.material .material-input :focus ~ .material-bar:before,
.material .material-input :focus ~ .material-bar:after,
.material .error ~ .material-bar:before,
.material .error ~ .material-bar:after{
	width:50%;
}

.material .error ~ .material-bar:before,
.material .error ~ .material-bar:after,
.material .error ~ .material-bar:before,
.material .error ~ .material-bar:after{
	background:#ff0000;
}

.material .error:focus,
.material .error.filled,
.material .error:not(.filled) ~ label{
	color:red;
}

.material .material-input :focus ~ label,
.material .material-input .filled ~ label,
.material .error:focus ~ label{
	color:lightgray;
	font-size: 13px;
	top:0;
	line-height: 24px;
}

/* Radio */
.material .material-group{
	padding-top: 10px;
}
.material .material-group input{
	display: none
}

.material .material-group-item{
	position: relative;
	margin-bottom: 5px;
}
.material .material-group-item:last-child{
	margin-bottom: 0
}

.material .material-group label{
	padding-left: 30px;
	position: relative;
	cursor: pointer;
	z-index: 2;
	font-weight: 300;
}

.material .material-checkbox,
.material .material-radio{
	width: 18px;
	height: 18px;
	background:#fff;
	left:0;
	top:50%;
	margin-top: -9px;
	position: absolute;
	z-index: 1;
	border: 2px solid gray;
}

.material .material-radio{
	border-radius: 10px;
}

.material .material-checkbox{
	border-radius: 3px;
}

.material .material-checkbox:before{
	content:"a";
	font-size: 14px;
	text-align: center;
	padding-top: 3px;
	color:#fff;
	background:gray;
	position: absolute;
	top:0;left:0;right:0;bottom:0;


	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
		-ms-transform: scale(0);
		 -o-transform: scale(0);
			transform: scale(0);
}

.material .material-radio:before{
	position: absolute;
	top:3px;left:3px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background:gray;
	content:"";
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
		-ms-transform: scale(0);
		 -o-transform: scale(0);
			transform: scale(0);
}

.material input:checked ~ .material-radio:before,
.material input:checked ~ .material-checkbox:before{
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
		-ms-transform: scale(1);
		 -o-transform: scale(1);
			transform: scale(1);
}



/* Select */
.material .material-select {
	font-size: 16px;
	font-weight: 300;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	padding-top: 18px;
	z-index: 3
}
.material .material-select input{display: none}
.material .material-select > label{
	color:gray;
	border-bottom: 1px solid lightgray;

	height: 40px;
	line-height: 40px;
	padding:0 30px 0 0px;
	width: 100%;
	cursor: pointer;
	position: relative;
	display: block;
}

.material .material-select > .material-title{
	position: absolute;
	color:lightgray;
	height: 40px;
	line-height: 40px;
	top:18px;left:0;
	opacity: 0;
	visibility: hidden;
}

.material .material-select > input:checked + .material-title,
.material .material-select.filled > .material-title{
	top:0;
	opacity: 1;
	visibility: visible;
	font-size: 13px;
	line-height: 24px;
}

.material .material-select > label strong{
	border-color: lightgray transparent transparent transparent;
	border-style: solid;
	border-width: 6px 5px 0 5px;

	margin-top: -3px;
	width: 0;
	height: 0;
	position: absolute;
	right:0;top:50%;
}

.material .material-select > input:checked ~ ul{
	visibility: visible;
	opacity: 1;
	top:24px;
}
.material .material-select ul{
	background:#fff;
	top:0;
	left:0;width: 100%;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: 2
}
.material .material-select ul li label{
	color:gray
}
.material .material-select ul li input:checked + label, 
.material .material-select ul li:hover input:checked + label{
	font-weight: 400
}
.material .material-select ul li label{
	display: block;
	cursor: pointer;
	padding:7px 10px;
}
.material .material-select ul li label:hover{
	background:#f5f5f5
}

.material .material-select > input:checked + .material-bar{
	top:22px;
}

.material .material-select .material-bar{
	height: 2px;
	background: #0000ff;
	width: 0;
	bottom:auto;
	top:56px;
}

/* Shadow */
.material .material-select ul{
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
}

/* Animation */
.material .material-select ul,
.material .material-bar:before, 
.material .material-bar:after,
.material .material-input label,
.material .material-select .material-bar,
.material .material-select > span,
.material .material-radio:before,
.material .material-checkbox,
.material .material-checkbox:before,
.material .material-checkbox:after{
	transition:.2s ease all; 
	-moz-transition:.2s ease all; 
	-webkit-transition:.2s ease all;
}

/* Disable select */
.material{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Material border box reset */
.material *,
.material *:before,
.material *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}
.chip {
	display: inline-block;
	height: 24px;
	font-size: 13px;
	font-weight: 500;
	color: rgba(0,0,0,0.6);
	line-height: 24px;
	padding: 0 12px;
	border-radius: 16px;
	background-color: #e4e4e4;
	margin-bottom: 5px;
	margin-right: 5px;
}
.chip-icon {
	cursor: pointer;
	float: right;
	font-size: 14px;
	line-height: 18px;
	padding-left: 8px;
}
.header-tags {
	font-weight: 700;
	font-size: 15px;
	width: 100%;
	padding: 5px 0 5px 10px;
	margin-bottom: 10px;
	margin-left: -5px;
	margin-top: -5px;
}
#cover{
	position:fixed;
	top:0;
	left:0;
	background: rgba(99,99,99,0.8);
	z-index:5;
	width:100%;
	height:100%;
	display:none;
}
.loader {
	position: relative;
	margin: 0 auto;
	width: 100px;
	padding-top: 35%;
}
.loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.circular {
	-webkit-animation: rotate 2s linear infinite;
			animation: rotate 2s linear infinite;
	height: 100%;
	-webkit-transform-origin: center center;
			transform-origin: center center;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
			animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	stroke-linecap: round;
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
				transform: rotate(360deg);
	}
}

@keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
				transform: rotate(360deg);
	}
}
@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}
@keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}
@-webkit-keyframes color {
	100%,
	0% {
		stroke: #d62d20;
	}
	40% {
		stroke: #0057e7;
	}
	66% {
		stroke: #008744;
	}
	80%,
	90% {
		stroke: #ffa700;
	}
}
@keyframes color {
	100%,
	0% {
		stroke: #d62d20;
	}
	40% {
		stroke: #0057e7;
	}
	66% {
		stroke: #008744;
	}
	80%,
	90% {
		stroke: #ffa700;
	}
}
.int_eo_col_ntc_diff { color:#000; background-color:#FFEB3B; }
.login_name {
	position: absolute;top: 45px;right: 0px;color: #fff; text-align: center; width: 215px; opacity: .65;
}
.meldungen {
	margin-top: 15px;
}
.unsavedchanges {
	font-weight: 700;
	color: #ef5350;
}
.dropdown {
	padding: 0;
	height: 25px;
	margin: -3px 5px 0 0px;
}
.dataTables_wrapper {
    margin-top: 10px;
}
.datatable td {
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0px !important;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #ddd !important
}
table.dataTable tr.odd { background-color: #f5f5f5; }



.loader div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fcf;
  animation: loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.loader div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.loader div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.loader div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes loader {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
tr.filter_tr th {
    padding: 0 !important;
}
.dataTables_scrollBody {
    overflow-y: scroll !important;
    border: none !important;
}
.dataTables_scrollBody {
    overflow-y: scroll !important;
    border: none !important;
}
.dataTables_scrollHeadInner {
    padding-right: 0 !important;
    margin-right: 15px;
}
.dataTables_scrollBody {
    border-bottom: none
}
.dataTables_scrollHead {
    border-bottom: 1px solid #ddd !important;
    padding-bottom: 1px;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .dataTables_wrapper.no-footer div.dataTables_scrollBody>table {
    border-bottom: none !important;
}
.dataTables_scrollHeadInner {
    padding-right: 0 !important;
    margin-right: 15px;
}
.dataTables_scrollBody {
    border-bottom: none
}
.dataTables_scrollHead {
    border-bottom: 1px solid #ddd !important;
    padding-bottom: 1px;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .dataTables_wrapper.no-footer div.dataTables_scrollBody>table {
    border-bottom: none !important;
}
.dataTables_scroll
{
    overflow:auto;
}
.PBActionLinkSmallNoBlock.dropdown {
    padding:  0px;
}
td:not([data-sort='']) {
  text-overflow: revert;
}
table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 0 !important;
    border-top: 1px solid #111;
}
table.dataTable tfoot th, table.dataTable tfoot td {
	border-top: 1px solid #ccc !important;
	font-weight: bold !important;
	padding: 0 5px 0 5px !important;
}
.pluginheader {
    border-bottom: 1px solid #e7e7e7 !important;
    min-height: 27px;
    padding-top: 8px;
    background-color: #f5f5f5;
}
.portlet_outer .header {
    padding: 5px 13px 5px 5px;
    margin-top: -20px;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 6px;
}

table.Buttons a, table.Buttons .PBActionLinkSmallDisabledNoBlock {
    border-left: 1px solid #eee
}

table.Buttons {
    background-color: #fff;
    }
/*
div.detail .portlet_outer {
    margin: 10px 10px 10px 12px;
    padding: 0px 0 8px 0;
}
*/
.dataTables_info {
  padding: 8px;
}
.portlet_outer h3 {
  padding: 8px;
  font-size: 14px;
  margin: 0;
}
.dataTables_wrapper {
    margin-top: 0px;
}
table.Buttons a, table.Buttons .PBActionLinkSmallDisabledNoBlock {
    border-left: none
}
table.Buttons {
    margin: 0 5px 3px 0;
}
/*
div.detail .portlet_outer {
    margin: 0;
    padding: 10px;
}

.plugin {
    padding: 0 !important;
    margin: 10px 10px 10px 0 !important;
}
*/
.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
    padding-bottom: 0px;
}

li[data-search-term="empty_multiple_option"] {
display: none !important;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 5px !important;
}
.pluginheader .PBActionLinkSmallNoBlock {
	line-height: 10px !important;
}
.display-search-icon {
	background-image: url(/FrameworkResources/Images/search.png);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	padding-left: 22px;
}
.infotext {
	clear: both;
    padding: 6px 0 6px 0;
    font-size: small;
}
.isFramework {
    border-top: 3px solid #DC4C64 !important;
}
.lookupActionIcon {
   width: 20px;
   height: 20px;
   margin-bottom: -6px;
   cursor: pointer;
}
#profile {
    position: absolute;
    top: 50px;
    right: 15px;
    height: 165px;
    z-index: 1000;
    width: 200px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    display: none;
}
#profile ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#profile li {
    display: flex;
    align-items: center;
    margin: 2px 0;
    font-size: 14px;
    padding: 10px 10px 0px 20px;
    flex-wrap: wrap;
    cursor: pointer;
}
#profile .material-icons  {
    margin-right: 18px;
}
#profile .name {
    margin-left: 41px;
    font-size: 12px;
}
#profile li:first-child {
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 15px;
    cursor: default;
}
.PBRegisterNeutral .material-icons, .button_list .material-icons {
	font-size: 12px;
}

.input-wrapper {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .30);
    margin-top: 3px;
}
.input-wrapper:has(.input-field[readonly]) {
    border: none;
}

.input-field {
    border: none;
    outline: none;
    padding: 3px 0 3px 2px;
    flex-grow: 1;
}
.input-icon {
    padding: 0 2px 0 2px;
    cursor: pointer;
}
.dataTables_paginate {
    border: 1px solid rgba(0, 0, 0, .20);
    border-radius: 0.375rem;
    margin: 4px;
    padding-top: 0px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: none !important;
    border: none !important;
    font-weight: bold;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #424242 !important;
    background-color: transparent !important;
    background: none !important;
    font-weight: bold;
    border: none !important;
}
.topicon {
	margin-left: -10px;
	position: absolute;
	top: 16px;
}
.spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-top-color: #263238;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.Home .div.PBRegisterLink {
	box-shadow: none;
}

.Home2 div.PBRegisterLink {
	box-shadow: none;
}
.pluginheader .material-icons, .PBRegisterNeutral .material-icons {
	font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}
.dataTables_empty {
	font-style: italic;
}
.PBActionLinkSmallNoBlockActive {
	background-color: #4B515D !important;
	color: white !important;
}