/* Anfang des Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Ende des Resets */
/****************** Spinner ********************/
/* spinner simple */
.fa-spinner{
	position: absolute;
	visibility: hidden;
	-webkit-animation:spin 1s linear infinite;
	-moz-animation:spin 1s linear infinite;
	animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

body{
	font-family: 'Source Sans Pro', sans-serif;
	color: #002129;
}
body.inactive{
	overflow: hidden;
}
textaera, input{
	-webkit-appearance: none;
	appearance: none;
	border: none;
	outline: none;
}
select {
	border: 0;  /*Removes border*/
   -webkit-appearance: none;  /*Removes default chrome and safari style*/
   -moz-appearance: none;  /*Removes default style Firefox*/
   appearance: none;
   border: none;
   outline: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #9b9999;
	opacity: 1; /* Firefox */
  }
#wrapper{
	width: 100%;
	background-color: #fafafa;
	min-height: 100vh;
	position: relative;
}
#header{
    color: #002129;
    width: 100%;
    position: fixed;
    z-index: 20;
    width: 100px;
}
#header h1{
	font-size: 20px;
    display: none;
    font-weight: 600;
    margin-left: 20px;
    margin-top: 12px;
}
#header img{
	width: 60px;
    margin: 20px;
}
#hint{
    width: 100%;
    position: fixed;
    bottom: 30px;
    z-index: 30;
	text-align: center;
	display: none;
}
#hint>div{
	background-color: #d62306d3;
    display: inline-block;
    padding: 25px 30px;
    border-radius: 16px;
    font-size: 35px;
    color: white;

}
/* ###########################Menue */
#menu-items{
	display: flex;
	justify-content: center;
	flex-wrap: wrap; 
	gap: 20px;
	padding-top: 6%;
}
.menu-item{
	display: inline-block;
    background-color: #f6f6f9cf;
	margin-top: 14px; 
    border-radius: 3px;
	color: #323f48;
	position: relative;

	height: 130px;
    width: 130px;
    padding-top: 25px;
    box-sizing: border-box;
	box-shadow: 1px 2px 7px rgb(0 12 32 / 24%);
}
.menu-item.inact{
	opacity: 0.3;
}
.menu-item i{
	font-size: 45px;
	margin-bottom: 10px;
	display: block;
}
.menu-item label{
	word-wrap: break-word;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
    display: block;
	line-height: 1.2;
}
.menu-item:not(.inact):hover{
	color: white;
	/* background-color: #ec3f0b; */
	/* background-color: #323f48; */
	background: linear-gradient(to bottom right, #9d0086, #d24309);
}

#smallMenu a{
    color: #323030;
    text-decoration: none;
    font-size: 18px;
}
#smallMenu a:hover{
	color: #ec3f0b;
}
#smallMenu a i{
	margin-right: 10px;
}


#page{
	/* min-height: 2000px; */
	min-height: 100vh;
	background-color: #f6f6f9;
	position: relative;
    overflow: hidden;
}
#page.fixheigth{
	min-height: 100vh;
}
#page:not(.pageWithoutHeader) h1{
    display: none;
}
#page h1{
	margin-top: 1.5%;
	font-size: 30px;
	color: white;
}
#page #logo img{
	width: 70px;
}
#page #logo{
	margin-top: 4%;
}
#page.pageWithoutHeader{
	text-align: center;
	background-image: url(../background_colorful.jpeg);
	/* background-image: url(../wtc_background.svg); */
	background-repeat: no-repeat;
	background-size: cover;
}
.pageHeader{
	min-height: 67px;
	box-sizing: border-box;
	padding-bottom: 5px;
	border-bottom: 1px solid #e4e5e8;
	color: #6d6d6d;
	/* background-image: url(../wtc_background.svg); */
	background-image: url(../background_colorful.jpeg);
	background-repeat: no-repeat;
	/* background-size: cover; */
	background-position: center;
}
.containerSearchAndPageBtns{
	padding-top: 14px;
}

#activeFilter{
	margin-top: 30px;
    display: inline-block;
    margin-bottom: -5px;
}
#activeFilter li{
	color: white;
    background-color: #d62306;
    padding: 4px;
    padding-right: 15px;
    font-size: 14px;
    display: inline-block;
    margin-right: 30px;
    position: relative;
    z-index: 2;
}
#activeFilter li:first-child{
	padding-left: 20px;
}
#activeFilter li:after{
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: 100%;
    top: 0;
    border: 11px solid transparent;
    border-left: 11px solid #d62306;
}
#activeFilter li:not(:first-child):before{
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: 100%;
    top: 0;
    border: 11px solid #d62306;
    border-left: 11px solid transparent;
}
#activeFilter li.and:before{
	border: 11px solid #6d6d6d;
	border-left: 11px solid transparent;
}
#activeFilter li.and:after{
	border-left: 11px solid #6d6d6d;

}
#activeFilter li:first-child{
	margin-left: 30px;
}
#activeFilter li:first-child i{
	font-size: 12px;
}

#activeFilter:hover{
	cursor: pointer;
}
#activeFilter li.and{
	margin-left: -6px;
    margin-right: 24px;
	background-color: #6d6d6d;
}

#tblSearchBar{
	padding: 7px;
	font-size: 16px;
	background-color: #f6f6f9cf;
	color: #002129;
	border-radius: 3px;
	position: relative;
	margin-left: 10px;
}
#tblSearchBar::placeholder{
	color: #6d6d6d;
}

#activeColumns{
	margin-top: 14px;
	margin-left: 10px;
}
#activeColumns li{
	color: white;
	background-color: white;
	color: #323030;
    padding: 8px;
    font-size: 14px;
    display: inline-block;
    border-radius: 2px;
    margin-right: 12px;
	margin-bottom: 5px;
}
#activeColumns li:focus{
	background-color: #7fffd3;
	outline: none;
}
#activeColumns li:hover{
	cursor: pointer;
	background-color: #7fffd3;
}
#activeColumns li.act{
	background-color: #0af8a5;
}

.pageElementButtons{
    /* padding-top: 12px; */
	float: right;
}
 .pageElementButtons>div,
 .btnMenu,
 .btnLight{
	display: inline-block;
    background-color: #f6f6f9cf;
    padding: 8px 10px;
    margin-right: 10px;
    border-radius: 3px;
	color: #323f48;
	position: relative;
	cursor: pointer;
}
.btnMenu,
#btnSmallMenu{
	margin-left: 10px;
	margin-right: 0;
}
#personalBtn{
	position:fixed;
	top: 14px;
	right: 10px;
}
.pageElementButtons i{
	font-size: 15px;
}
.pageElementButtons>div.act1{
	background-color: #dfff4f;
}
.pageElementButtons>div.act2{
	background-color: #0af8a5;
	/* color: white; */
}
.pageElementButtons>div.act3{
	color: white;
	background-color: #ff224c;
}
.pageElementButtons>div.act4{
	color: white;
	background-color: #860b5a;
}
 .pageElementButtons>div:hover:not(#tableCounter),
 .btnMenu:hover,
 .btnLight:hover{
	color: white;
	background-color: #ec3f0b;
	/* background-color: #323f48; */
	cursor: pointer;
}
.btnLight.icon-stack i:last-child{
	color: #ec3f0b;
	margin-left: -5px;
}
.btnLight.icon-stack:hover i:last-child{
	color: rgba(255, 255, 255, 0.822);
}
.pageElementButtons span i{
	/* color: white; */
	margin-left: 20px;
}
.pageElementButtons>div>span{
	margin-left: 5px;
}
.pageElementButtons .relBtn{
    padding-left: 4px;
    padding-right: 4px;
    margin-left: -10px;
}

[data-tooltip] {
	position: relative;
}

[data-tooltip]:not(.left)::after {
	content: attr(data-tooltip);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    display: block;
    position: absolute;
    top: 40px;
    right: -5px;
    padding: 5px 20px;
    z-index: 100;
    color: white;
    background-color: #323f48;
    border-radius: 3px;
	white-space: nowrap;
}
[data-tooltip].left::after {
	content: attr(data-tooltip);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    display: block;
    position: absolute;
    top: 40px;
    left: -5px;
    padding: 5px 20px;
    z-index: 100;
    color: white;
    background-color: #323f48;
    border-radius: 3px;
	white-space: nowrap;
}

[data-tooltip]:hover::after {
	opacity: 0.8;
}

#btnScheduleList:not(act3) span{
	margin: 0;
}
.pageElement{
	margin: 20px auto;
	max-width: 1000px;
	max-width: 99%;
	box-sizing: border-box;
}
.dynamicElement{
	display: none;
}
.pageElement:not(#login, .discret),
.pageElementItem{
	padding: 20px;
	/* margin-top: 60px; */
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 rgb(0 12 32 / 48%), 0 10px 16px 0 rgb(10 31 68 / 29%);
}
.pageElement.mw1100{
	width: 1100px !important;
}
.pageElement.mw1400{
	width: 2400px !important;
}

.pageElement.hidden{
	display: none;
}
.pageElement h2{
	padding: 20px 30px;
	font-size: 26px;
	font-weight: 700;
	color:#b9b9b9;
}
.pageElement h2 i{
	float: right;
}
.pageElementGridContainer{
	display: flex;
	gap: 12px;
}
.pageElementGridItemLeft{
	border-right: 1px solid #efefef;
    padding-right: 20px;
    width: 22%;
    background-color: #fafafa;
    padding: 20px 10px;
    /* padding-right: 10px; */
    box-sizing: border-box;
}
.pageElementGridItemLeft>label{
	margin-left: 10px;
}
.pageElementGridItemMain{
	width: 75%;
	position: relative; 
}

#passwordreset.pageElement,
#login.pageElement{
	width: 260px;
	min-height: 400px;
	display: inline-block;
	margin-top: 30px;
}
#passwordreset.pageElement{
	margin: 0 auto;
	margin-top: 20vh;
	display: block;
	width: 314px;
	min-height: fit-content;
}
#passwordreset h2{
	padding: 0;
  padding-bottom: 60px;
}
#mobile.pageElement{
	display: none;
	padding: 15px;
	width: 90%;
}
#ie.pageElement{
	display: none;
    padding: 15px;
    width: 40%;
    line-height: 30px;
    font-size: 20px;
    color: #6d6d6d;
    font-weight: 600;
}
#detailWindow.pageElement{
	min-height: 400px;
}
.errorpage{
	padding: 15px;
    width: 40%;
    line-height: 30px;
    font-size: 20px;
    color: #6d6d6d;
	font-weight: 600;
	margin-left: 30%;
}
.errorpage i{
	color: #e4e4e4;
    font-size: 90px;
    margin-bottom: 15px;
	float: left;
    margin-right: 30px;
}
#logindetails>div{
	box-sizing: border-box;
	padding: 10px;
	margin-top: 30px;
	text-align: center;
}
#codehint{
	/* margin: 0 30px; */
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px solid #e4e5e8;
	display: none;
	line-height: 20px;
	color: white;
}
#codehint p{
	text-align: justify;
}
#login img{
	width: 70px;
}

#passwordreset input,
/* #passwordreset button, */
#llogin input{
	width: 100%;
	padding: 6px;
	font-size: 20px;
	color: #6d6d6d;
	border: 1px solid #f2f2f3;
	border-radius: 3px;
	background-color: #f9f9f9;
	text-align: center;
	box-sizing: border-box;
}
#llogin button{
	margin-top: 30px;
}
#passwordreset input{
	width: 300px;
	margin-bottom: 20px;
	font-size: 18px;
	text-align: left;
}
button{
	background: white;
	border: none;
	outline: none;
	box-shadow: none;
	cursor: not-allowed;
	width: 100%;
	padding: 8px;
	border-radius: 3px;
	color: #fafafa;
	box-sizing: border-box;
	margin-top: 10px;
	font-weight: 600;
}
/* #passwordreset button:hover{
	color: white;
	background-color: #d24309;
} */

button:not(.dis):hover,
button:not(.dis):focus {
	cursor: pointer;
	background-position: 0 100%;
	transition: background-position .4s;
	color: #fafafa;
}
button:not(.bgcolor) {
	background-color: #ec3f0b;
	/* color: #d24309; */
	background-image: linear-gradient(50deg, #d24309 0%, #d24309 50%, #f19478 50%, #f19478 100%);
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: 300%;
	transition: background-position .4s;
}
button.bgcolor {
	background-color: #f6f6f9cf;
	color: #d24309;
	background-image: linear-gradient(50deg, #9d0086 0%, #d24309 50%, #f6f6f9cf 50%, #f6f6f9cf 100%);
	/* background-image: linear-gradient(to bottom right, #9d0086, #d24309); */
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: 300%;
	transition: background-position .4s;
}
/* button.bgcolor:hover,
button.bgcolor:focus{
	color: #fafafa;
} */
#passIndicator{
	margin-top: -10px;
	margin-bottom: 30px;
}
#passIndicator ul{
	display: inline-block;
	margin-right: 10px;
}
#passIndicator ul li{
	display: inline-block;
	width: 40px;
	height: 4px;
	background-color: #e4e5e8;
}
#passIndicator.weak ul li:first-child{
	background-color: #d62306;
}
#passIndicator.middle ul li:not(:last-child){
	background-color: #f0f045;
}
#passIndicator.good ul li{
	background-color: #49ca13;
}
#passIndicator label{
	font-size: 12px;
}
#llogin input.pin{
	margin-top: 15px;
}
#llogin input:disabled{
	opacity: 0.4;
}
#otcode{
    margin-top: 15px;
    display: none;
    /* border: 1px solid #d62306 !important; */
}
#savedevice{
	color: white;
	font-size: 20px;
	margin-top: 10px;
	display: none;
}
#savedevice label{
	cursor: pointer;

}
#savedevice i{
	margin-right: 10px;
	font-size: 25px;
	/* color: #d62306; */
}
#savedevice i.checked,
#savedevice label.act i.unchecked{
	display: none;
}
#savedevice label.act i.checked{
	display: inline-block;
	color: #14f10c;
}


/* ++++++++++++++++++++++++++++++++++++++++++++
++++++   Mitglieder +++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++ */


/* Spalten */

.inPageMenu{
	margin-top: 15px;
    margin-bottom: -15px;
	text-align: center;
}
.inPageMenu ul{
	display: inline-block;
}
.inPageMenu li{
	display: inline-block;
	font-size: 12px;
	background-color: #f6f6f9;
	padding: 5px 7px;
    border-radius: 3px;
    margin-right: 10px;
	color: #323f48;
	cursor: pointer;
}
.inPageMenu li:hover{
	/* background-color: #d62306; */
	background-color: #d62306;
	color: white;
}
.inPageMenu li.act{
	background-color: #323f48;
	color: white;
}
.inPageMenu label{
	display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    color: #6d6d6d;
}

#category{
	position: absolute;
	z-index: 10;
	background-color: white;
	width: 58%;
	left: 3%;

}
#columnSingle{
	padding: 20px 0px;
}

#columnSingle li{
	display: inline-block;
	padding: 5px 10px;
	margin: 10px;
	border-radius: 3px;
	font-weight: 600;
	font-size: 14px;
}

#columnSingle li{
    padding: 5px 1px;
    font-size: 13px;
    border-radius: 3px;
    margin-right: 15px;
    width: 120px;
    text-align: center;
}
#columnSingle li:hover{
	color: white;
	background-color: #6d6d6d;
	cursor: pointer;
}
#columnSingle li.act,
#columnSingle li.act:hover{
	color: white;
	background-color: #d62306;
}

#columnSingle li.ownColumn:not(:hover){
	color: #860b5a;
} 
#columnSingle li.ownColumn.act:hover,
#columnSingle li.ownColumn.act{
	color: white;
	background-color: #860b5a;
}
#btnAddColumn{
	background-color: #c3dbd9;
    color: #860b5a;
}
li#btnAddColumn:hover{
	background-color: #860b5a;
	color: #c3dbd9;
}
#btnAddColumn>input{
	display: none;
	color: white;
	background-color: #860b5a;
	padding: 5px 10px;
	width: 100px;
	border-radius: 3px;
}
#btnAddColumn.edit{
	padding: 0;
}
#btnAddColumn.edit>input{
	display: block;
}
#btnAddColumn.edit>i{
	display: none;
}
#mask{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: white;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.2s ease-out;
}
#mask.act{
	visibility: visible;
	opacity: 0.4;
}

/* +++++++++++++Dialoge++++++++++++ */
/* Eigene Spalten */
.ColumnSubMenu{
    padding: 15px;
	background: white;
}
.ColumnSubMenu li{
	margin-bottom: 10px;
	color: #860b5a;
}
.ColumnSubMenu ul{
	margin-bottom: 15px;
}
.ColumnSubMenu li.act{
	cursor: pointer;
	color: #002129;
}
.ColumnSubMenu li.act:hover{
	color: #860b5a;
}
.ColumnSubMenu li i{
	min-width: 25px;
}
.ColumnSubMenu label{
	margin-bottom: 15px;
	margin-top: 15px;
    display: block;
    font-weight: 600;
}
.ColumnSubMenu label div{
    float: right;
    cursor: pointer;
}
.ColumnSubMenu label div:hover{
	color: #d62306;
}
.ColumnSubMenu .btn i{
	margin-right: 5px;
}
.ColumnSubMenu{
	display: none;
}
#filterColumnDialog div.list{
	max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
	min-height: 150px;
	margin-bottom: 10px;
}
#filterColumnDialog li{
	color: #b9b9b9;
	cursor: pointer;
	margin-bottom: 0px;
	padding: 5px 0;
}
#filterColumnDialog li i.selected,
#filterColumnDialog li.act i.unselected{
	display: none;
}
#filterColumnDialog li:hover{
	color: #002129;

}
#filterColumnDialog li.act,
#filterColumnDialog li.act:hover{
	color: #d62306;
	
}
#filterColumnDialog li.act i.selected{
	display: inline-block;
}

/* Zellkontroller */
#cellControl,
#memberOption,
#columnOption{
	width: 265px;
    min-width: 200px;
    position: absolute;
    z-index: 10;
    top: 350px;
    right: 30%;
    padding: 20px;
}
#memberOption{
	min-width: 280px;
	width: fit-content;
}

#cell-column{
	position: absolute;
    right: 5px;
    top: 2px;
}
#cell-column>div{
	display: inline-block;
	margin: 3px;
	color: #b9b9b9;
}
#cell-column>div.act{
	color: #d62306;
}
#cell-column>div:hover{
	cursor: pointer;
	color: #d62306;
}
#cellControl #btncellControlMarked{
	display: none;
}
#cellControl.marked #btncellControlMarked{
	display: inline-block;
}
#cellControl>label,
#columnOption>label{
	margin-bottom: 25px;
    display: block;
    font-weight: 600;
}
#cellValue{
	margin: 35px 5px 20px 5px;
}
#cellInput>Input{
	width: 100%;
    padding: 8px 5px;
    border-radius: 3px;
    border: 1px solid #b9b9b9;
    box-sizing: border-box;
	font-size: 15px;
	margin-bottom: 0px;
}

.bubble{
	background-color: #d62306;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 rgba(0,12,32,0.04), 0 10px 16px 0 rgba(10, 31, 68, 0.15);
    display: inline-block;
    padding: 5px 10px;
    position: absolute;
    color: white;
    top: 80px;
    left: 55px;
	display: none;
}

.bubble::before {
	background-color: #d62306;
    content: "\00a0";
    display: block;
    height: 12px;
    position: absolute;
    top: 20px;
    left: 18px;
    transform: rotate( 29deg ) skew( -35deg );
    -moz-transform: rotate( 29deg ) skew( -35deg );
    -ms-transform: rotate( 29deg ) skew( -35deg );
    -o-transform: rotate( 29deg ) skew( -35deg );
    -webkit-transform: rotate( 29deg ) skew( -35deg );
    width: 14px;
}
#btnSaveNewValueFrame{
	display: none;
	min-height: 20px;
	margin-top: 10px;
}
#btnSaveNewValueFrame>div{
	display: inline-block;
	box-sizing: border-box;
}
#btnSaveNewValue.inactive{
	color: #b9b9b9;
}
#btnSaveNewValue{
    text-align: right;
	width: 38%;
	float: right;
	padding: 4px;
	border-radius: 3px;
}
#btnSaveNewValue span:last-child{
	display: none;
}
#btnSaveNewValueFrame.act #btnSaveNewValue span:last-child{
	display: inline-block;
}
#btnSaveNewValueFrame.act #btnSaveNewValue span:first-child{
	display: none;
}

#btnSaveNewValue:not(.inactive):hover{
	cursor: pointer;
	background-color: #d62306;
	color: white;
}
#btnScheduleNewValue{
	width: 60%;
	background-color: #efefef;
    padding: 2px;
	border-radius: 3px;
	cursor: pointer;
}
#btnScheduleNewValue input{
	width: 90%;
	background-color: #efefef;
	cursor: pointer;
	color: #b9b9b9;
	margin-bottom: 0px;
	font-size: 13px;
}
#btnSaveNewValueFrame.act #btnScheduleNewValue{
	background-color: #d62306;
	
}
#btnSaveNewValueFrame.act #btnScheduleNewValue input{
	background-color: #d62306;
	color: white;
}
.cellControlBtns{
    margin-top: 0px;
    font-size: 18px;
    padding-top: 5px;
		display: flex;
}
.cellControlBtns>div{
    display: inline-block;
    width: 23%;
    text-align: center;
    padding: 4px 0;
    border-radius: 3px;
		flex: 1;
}
.cellControlBtns>div:hover{
	color: #d62306;
	cursor: pointer;
}
.cellControlBtns>div.inact{
	color: #e4e4e4;
}
#cellControl.multi .cellControlBtns>div.single,
#btnCellUndo.inact{
	color: #e4e4e4;
}
#cellInput input, 
#btnSaveNewValue, 
#onlyToView{
	display: none;
}


#lastModifier{
	margin-top: 12px;
	display: none;
}
#lastModifier>label{
	font-size: 12px;
	font-style: italic;
}
#cellControl.multi #lastModifier{
	display: none;
}

#selectList{
    width: 200px;
    min-width: 100px;
    position: absolute;
    z-index: 10;
    top: 350px;
    right: 30%;
    padding: 15px;
	background: white;
}
#selectList li{
	margin-bottom: 10px;
}
#selectList li:hover{
	color: #d62306;
	cursor: pointer;
}
#selectList li i{
	margin-right: 10px;
}
#selectList label{
	margin-bottom: 15px;
    display: block;
    font-weight: 600;
}

/*################### Popup Dialog */
.popupClass:not(.pageElement){
	position: absolute;
	z-index: 11;
	top: 20%;
	padding: 25px;
	box-shadow: 0 0 1px 0 rgb(0 12 32 / 48%), 0 10px 16px 0 rgb(10 31 68 / 29%)	;
	border: 1px solid #f4f5f9;
	border-radius: 3px;
	display: none;
	background-color: white;
	overflow: hidden;
	max-height: 60vh;
  overflow-y: auto;
}

.popupClass label {
	margin-bottom: 15px;
    display: block;
    font-weight: 600;
}
.popupClass>label:first-child{
	margin-bottom: 15px;
	display: block;
	font-weight: 600;
	display: block;
	font-weight: 600;
	background-color: #fafafa;
	padding: 10px 20px;
	margin: -26px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaec;
	text-align: center;
	color: #908480;
}
.popupClass ul{
	margin-bottom: 20px;
}
.popupClass li{
	margin-bottom: 10px;
	/* color: #d62306; */
}
.popupClass li.act1{
    color: #49ca13;
    font-weight: 600;
}
.popupClass ul:not(.noDefHover) li:hover{
	color: #d62306;
	cursor: pointer;
}
.popupClass .inputContainer{
	display: flex;
}
.popupClass .inputContainer>input,
.popupClass .inputContainer>select{
	flex: 1;
	margin-bottom: 20px;
	font-size: 15px;
	border-radius: 2px;
    padding: 5px;
	background-color: #f9f9fa;
	border: 1px solid #e6e6fa;
}
.popupClass .inputContainer>input:hover,
.popupClass .inputContainer>input:focus,
.popupClass .inputContainer>select:hover,
.popupClass .inputContainer>select:focus{
	color: #d62306;
	background-color: #f9f9fa;
}
.popupClass .inputContainer>input.prefilled,
.popupClass .inputContainer>select.prefilled{
	background-color: #d6230621;
	/* background-color: #dfff4f; */
}
.popupClass .inputContainer>input.error,
.popupClass .inputContainer>select.error{
	background-color: #d62306;
	color: white;
}
.popupClass .inputContainer>label{
	display: inline-block;
    margin-right: 6px;
	font-size: 14px;
    margin-top: 5px;
	flex: 0 0 120px;
	font-weight: 500;
}
.popupClass .inputContainer>div{
	display: inline-block;
    margin-right: 6px;
	font-size: 18px;
    margin-top: 5px;
	flex: 0 0 20px;
}
.popupClass .inputContainer>div.inputBtn:hover{
	color: #d62306;
	cursor: pointer;
}
.popupClass .btn {
	background-color: #d623069c;
    color: white;
	padding: 5px 5px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}
.popupClass .btn.col2{
	background-color: #860b5a;
}
.popupClass .btn.col2:hover{
	background-color: #002129;
}
.popupClass .btn:hover{
	background-color: #d62306;
}
.popupClass .btn i{
	margin-right: 5px;
}
.popupClass .slider{
	margin-bottom: 25px;
}
.popupClass li.switch.act{
	cursor: pointer;
}
.popupClass li.switch:hover i{
	color: #002129;
}
.popupClass li.switch i{
	margin-right: 10px;
}
.popupClass li.switch i.on{
	color: #d62306;
	display: none;
}
.popupClass li.switch.act i.on{
	display: inline-block;
}
.popupClass li.switch.act i.off{
	display: none;
}
.popupClass li.switch.empty,
.popupClass li.switch.empty i{
	color: #efefef;
}
.popupClass table{
	min-width: 100%;
    font-size: 14px;
    color: #5b5e6b;
    text-align: left;
    border-spacing: 0 2px;
    border-collapse: separate;
}
.popupClass table tbody tr:hover{
	cursor: pointer;
	background-color: #f9f9fa;
}
.popupClass table tbody tr.act{
	/* background-color: #d62306; */
	background-color: #ec3f0b;
	color: white;
}
.popupClass table tbody tr.act.bgred{
	background-color: #d62306;
	color: white;
}
.popupClass table tbody tr.act.bgblue{
	background-color: #0081b4;
	color: white;
}
.popupClass table tbody tr.act.bggreen{
	background-color: #860b5a;
	color: white;
}
.popupClass table tbody tr.act.bgyellow{
	background-color: #dfff4f;
	color: white;
}
.popupClass table tbody tr.newRow{
	height: 40px;
}
.popupClass table tr th:last-child,
.popupClass table tr td:last-child{
	text-align: right;
	border-radius: 0 5px 5px 0;
	padding-right: 10px;
}
.popupClass table tr td:first-child{
	border-radius: 5px 0 0 5px;
}
.popupClass table tr td{
	padding: 5px 3px;
}
.popupClass table tr td.inact{
	background-color: #f6f6f9;
}
.popupClass table th{
	color: #6d6d6d;
	font-weight: 600;
	height: 25px;
}
.popupClass table td.btnColumn{
	color: #185d8c;
	width: 25px;
}
.popupClass table tr.act td.btnColumn{
	color: white;
}
.popupClass table tr:not(.act) td.btnColumn.error{
	color: #d62306;
}
.popupClass table tr:not(.act) td.btnColumn.done{
	color: #49ca13;
}


.popupClass h3{
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: 600;
}
.popupClass .btnBar{
	text-align: center;
}
.popupClass .btnBar.bottom{
	margin-top: 30px;
}
.popupClass .btnBar li{
	display: inline-block;
	font-size: 14px;
	background-color: #efefef;
	padding: 5px 7px;
    border-radius: 3px;
    margin-right: 5px;
}
.popupClass .btnBar.dis li,
.popupClass .btnBar li.dis{
	color: #e3e3e3;
	color: #2c567340;
}
.popupClass .btnBar:not(.dis) li:not(.dis):hover{
	cursor: pointer;
	background-color: #d62306;
	color: white;
}
.popupClass .btnBar:not(.dis) li.act1:hover{
	background-color: #49ca13;
}
.popupClass .separator{
	width: 100%;
	height: 1px;
	background-color: #f9f9fa;
	margin-bottom: 20px;
}
.popupClass table tr input,
.popupClass table tr select{
	width: 95%;
	box-sizing: border-box;
    padding-left: 0;
	color: #860b5a;
	background-color: aliceblue;
	padding: 3px 5px;
    border-radius: 3px;
}
.popupClass table tr input::placeholder{
	color: #860b5a;
}
.popupClass.posMid{
	left: 50%;
	transform: translate(-50%, 0);
}

#addMemberDialog{
	min-width: 700px;
	top: 130px;
}

#modalExport,
#years{
    width: 200px;
    min-width: 200px;
}

#modalExport #btnExport i{
	margin-right: 5px;
}

#scheduleDialog{
	width: 500px;
    z-index: 11;
    top: 350px;
}
#warningsDialog{
	min-width: 600px;
}
#printDialog{
	min-width: 300px;
}

.mailVariables{
	display: none;
    background-color: white;
    z-index: 2;
    max-width: 700px;
    top: 200px;
	left: 20%;
}

.mailVariables li{
	display: inline-block;
	padding: 3px 5px;
	font-size: 12px;
	margin: 10px;
	background-color: #e3e3e3;
	border-radius: 3px;
}
.mailVariables li:hover{
	background-color: #6d6d6d;
	color: white;
}

#mailWindowStatusBar{
	position: absolute;
	color: #49ca13;
	display: none;
}
#mailWindowStatusBar.error{
	color: #d62306;
}
#mailWindowLeft li{
	font-size: 12px;
    padding: 4px 7px;
    border-radius: 10px;
    cursor: pointer;
	border: 1px solid #fafafa;
}
#mailWindowLeft li:hover{
	background-color: #efefef;
	color: #002129;
}
#mailWindowLeft li.act{
	background-color: #ffffff;
    border: 1px solid #e3e3e3;
	font-weight: 600;
}
#mailWindowLeft li.mailTemplate.act{
	color: #860b5a;
}
#mailWindowLeft li>div{
	display: none;
	float: right;
	margin-left: 5px;
}
#mailWindowLeft li.done>div.done{
	color: #49ca13;
}
#mailWindowLeft li.failed>div.failed,
#mailWindowLeft li.warn>div.failed{
	color: #d62306;
}
#mailWindowLeft li.sending>div.sending{
	color: #6d6d6d;
}
#mailWindowLeft li.edit>div.edit{
	color: #b8860b;
}
#mailWindowLeft li.act>div{
	color: #6d6d6d;
}
#mailWindowLeft li.edit>div.edit,
#mailWindowLeft li.done>div.done,
#mailWindowLeft li.failed>div.failed,
#mailWindowLeft li.warn>div.failed,
#mailWindowLeft li.sending>div.sending{
	display: inline-block;
}


#mailWindowLeft label{
	margin-bottom: 30px;
    display: block;
    font-weight: 600;
}
#mailWindowLeft label i{
	margin-right: 10px;
}
#mailingList ul{
	max-height: 530px;
	overflow: auto;
}
.mailWindowInputGroup{
	margin-bottom: 20px;
	margin-top: 10px;
	display: flex;
}
.mailWindowInputGroup label{
	width: 100px;
	margin-bottom: 0;
	line-height: 26px;
}
.mailWindowInputGroup input{
	background-color: #fafafa;
	padding: 7px 20px;
	display: inline-block;
	min-width: 400px;
	border-radius: 3px;
	flex: 1;
}
.mailWindowInputGroup input:disabled{
	cursor: not-allowed;
}

#mailWindowRecipient li{
	display: inline-block;
	font-size: 14px;
}
#mailWindowRecipient li:first-child{
	font-weight: 600;
}
#mailWindowRecipient li.liBtn{
	margin: 0 5px;
	background-color: #efefef;
	border-radius: 2px;
	padding: 3px 5px;
	cursor: pointer;
}
#mailWindowRecipient li.liBtn:hover{
	background-color: #002129;
	color: white;
}
#mailWindowRecipient li.liBtn.act{
	background-color: #d62306;
	color: white;
}
#mailWindowRecipient li.liBtn.lisepa.act{
	background-color: #860b5a;
	color: white;
}
#mailWindowBtnBar{
	text-align: right;
	margin-top: 5px;
}
.mailWindowBtn{
	width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f6f6f9;
    display: inline-block;
    margin-left: 5px;
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
    color: #323f48;
    cursor: pointer;
	position: relative;
}
.mailWindowBtn.sep{
	margin-right: 10px;
}

.mailWindowBtn:not(.dis):hover{
	background-color: #323f48;
	color: white;
}
.mailWindowBtn.act,
.mailWindowBtn.act:hover{
	background-color: #860b5a;
	color: white;
}
.mailWindowBtn.dis{
	color: #e3e3e3;
}
.btnBatch{
	position: absolute;
    top: -7px;
    left: 1px;
    padding: 3px 5px;
    background-color: #860b5a;
    font-size: 12px;
    border-radius: 10px;
    font-weight: 600;
    color: white;
}
.mailWindowBtn.dis .btnBatch{
	display: none;
}
#btnUseSepaMail{
	font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}
#templateSelection{
    top: 170px;
    left: 500px;
	width: 500px;
}
/* ################################ Details Window */

.popupHeader{
    height: 66px;
    background-color: #fafafa;
    padding-top: 14px;
    text-align: center;
}
.popupHeaderMenu{
	position: relative;
	text-align: center;
    border: 1px solid #646d78;
	/* border: 1px solid #27ca9c; */
    /* width: 157px; */
    /* border-radius: 54px; */
	display: inline-block;
    border-radius: 3px;
    margin: 0 auto;
    padding: 2px;
    background-color: white;
}
.popupHeaderMenu>div {
	display: inline-block;
    width: 44px;
    height: 44px;
    /* border-radius: 50%; */
    border-radius: 3px;
    box-sizing: border-box;
    padding-top: 9px;
    cursor: pointer;
    margin: 0 0px;
    position: relative;
}

.popupHeaderMenu>div>div {
	text-align: center;
	font-size: 26px;
	color: #646d78;
	/* color: #27ca9c; */
}
.popupHeaderMenu>div.act>div{
	color: #fafafa;
}
.popupHeaderMenu>div.switch{
	background: linear-gradient(to bottom right, #9d0086, #d24309);
	/* background: linear-gradient(to bottom right, #8a2be2, #19e1a9); */
	/* background: linear-gradient(to bottom right, #8a2be2, #00ff7f); */
	position: absolute;
	left: 2px;
	-webkit-transition: left .1s linear;
	-ms-transition: left .1s linear;
	transition: left .1s linear;
}
.detailSubWindow{
	box-sizing: border-box;
	position: relative;
	top: 0;
	display: none;
	/* overflow: auto; */
}
.detailSubWindow:not(#memberMail){
	padding: 20px;

}
.detailSubWindowLoader{
	position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    padding-top: 200px;
	/* z-index: -1; */
}

/* spinner color */
@keyframes spinner {
	to {transform: rotate(360deg);}
  }
   
  .spinnerColor:before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	/* left: 50%; */
	width: 80px;
	height: 80px;
	margin-top: -10px;
	margin-left: -10px;
	border-radius: 50%;
	border: 3px solid #8a2be2;
	border-top-color: #00ff7f;
	border-right-color: #0dd;
	border-bottom-color: #19e1a9;
	animation: spinner .6s linear infinite;
  }
.detailSubWindowLoader .spinnerColor{
	visibility: hidden;
	width: 60px;
	height: 60px;
}
.detailSubWindow td div.mailPreview{
    padding: 10px;
    border-radius: 3px;
	font-size: 9px !important;
	max-height: 100px;
	max-width: 400px;
	overflow: hidden;
	border: 1px solid #57b5b9;
}
.detailSubWindow table thead tr th{
	/* background-color: #fafafa; */
	color: #57b5b9;
}
.detailSubWindow table{
	color: #002129;
}
.detailSubWindowBtnBar{
	position: absolute;
    right: 25px;
    top: 10px;
}
#memberNoResult label{
	text-align: center;
    margin-top: 30px;
}
#memberoverview{
	padding: 20px 0;
	justify-content: center;

	/* padding-top: 40px; */
}
#memberList{
	text-align: center;
}
#memberList li{
	display: inline-block;
	margin-left: 20px;
	font-size: 14px;
}
#memberList li div.memberListLabel{
	width: 38px;
    height: 9px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -2px;
}
.memberOverviewSubContainer{
    box-sizing: border-box;
    padding: 30px 25px 35px 25px;
    border-top: 1px solid #efefef;
    position: relative;
	margin-top: 10px;
}
.memberOverviewSubContainer>label{
    position: absolute;
    padding: 5px;
	left: 43%;
    top: -1px;
    min-width: 150px;
    text-align: center;
	font-size: 12px;
	background-color: white;
    margin-top: -10px;
	color: #323f48;
}
.memberOverviewItemContainer{
		flex-wrap: wrap; 
	gap: 20px;
	display: flex;
	justify-content: center;
}
.membervalue{
	border: 1px solid #e3e3e3;
    display: inline-block;
	border-radius: 3px;
	/* height: 62px; */
	flex: 1 1 0px;
	
}
.membervalue label{
	text-align: center;
	padding: 7px 15px;
	margin: 0;
	white-space: nowrap;
}
.membervalue label:first-child{
	background-color: #fafafa;
	color: #57b5b9;
	font-size: 14px;
}
.membervalue label.showerror{
	color: #d62306;
}

/* // Mail */

#memberMail .elementList>div:first-child{
	margin-top: 25px;
}
#memberMail .elementList>div{
	border: 1px solid #e3e3e3;
    margin-bottom: 10px;
    cursor: pointer;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 5px;
	position: relative;
	z-index: 2;
}
#memberMail .elementList>div .mailcounter{
	float: right;
    margin-top: -10px;
	font-weight: 700;
	color: #dee0e2;
}
#memberMail .elementList>div.blind{
	margin-top: -79px;
    z-index: 1;
    margin-left: 2px;
    margin-right: -2px;
	min-height: 50px;
}
#memberMail .elementList>div.blind2{
    z-index: 0;
    margin-left: 4px;
    margin-right: -4px;
}
#memberMail .elementList>div label{
	cursor: pointer;
}
#memberMail .elementList .subjectLabel{
	color: #6d6d6d;
    margin-top: -9px;
    font-weight: 500;
	font-size: 14px;
}
#memberMail .elementList>div span{
	float: right;
    color: #860b5a;
    font-size: 13px;
}
#memberMail .elementList>div:not(.blind):hover{
	border-left: 3px solid #002129;
	/* padding-left: 5px; */
	margin-left: -2px;
}
#memberMail .elementList>div.act{
	border-left: 3px solid #860b5a;
    /* padding-left: 5px; */
    margin-left: -2px;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 5px;
}

#mailMetadata{
	margin-bottom: 30px;
}
#mailDetails{
	padding-bottom: 40px;
}
#mailDetails #mailSubject{
	font-size: 20px;
}
#mailDetails #mailSender{
	font-weight: 500;
    font-size: 14px;
    margin-top: -15px;
}
#mailDetails #mailReceipient{
	padding-bottom: 20px;
    border-bottom: 1px solid #dee0e2;
	font-size: 14px;
}
#mailDetails #mailReceipient span{
	color: #b9b9b9;
	margin-left: 5px;
}
#mailDetails #mailReceipient span.act{
	color: #860b5a;
}
#mailDetails #mailBody pre{
	white-space: pre-wrap;       /* Since CSS 2.1 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */

}


/* chart */
#lkChartContainer{
	height: 560px;
	display: block;
}



/* ################################ Counter */
.line{
	width: 96%;
	margin: 0 auto;
	height: 1px;
	background-color: #e4e5e8;
}
#tableCounter{
	box-sizing: border-box;
	padding: 0;
	margin-left: 10px;
}
#tableCounter>label{
	/* background-color: #fafafa; */
    padding: 8px;
    border-radius: 3px;
    margin-right: 10px;
	display: none;
	position: relative;
}


#tableCounter label.marked{
    display: inline-block;
    background: rgb(173,255,47);
    color: #6d6d6d;
}

#tableCounter label.loaded{
	display: inline-block;
}
#tableCounter label.checked{
	color: #d62306;
	display: inline-block;
}
#tableCounter label.filtered,
#tableCounter label.multiedit{
	color: #6d6d6d;
	display: inline-block;
}
#tableCounter label.multiedit:hover{
	background-color: #d623069c;
	cursor: pointer;
}
#tableCounter label.multiedit.act{
	color: white;
	background-color: #d62306;
}
#tableCounter label.differ{
	color: #5f9ea0;
	display: inline-block;
}
#tableCounter label.tagged{
	display: inline-block;
	color: #f09e08;
}
#tableCounter label.markedError{
	color: #ed143d;
	display: inline-block;
	cursor: pointer;
}
#tableCounter label i.hidden{
	display: none;
}

#tableCounter label.hov:hover{
	color: #d623069c;
	cursor: pointer;
}
#tableCounter label.hov:hover i{
	display: none;
}
#tableCounter label.hov:hover i.hidden{
	display: inline-block;
	color: #d62306;
}
#tableFrame{
	overflow-x: auto;
	margin-bottom: 200px;
}
#tableFrame table{
	table-layout: auto;
	width: 100%;
	text-align: left;
	color: #323030;
	border-collapse: separate;
}
#tableFrame table.reservation{
    text-align: center;
}

#tableFrame table.reservation th:focus,
#tableFrame table.reservation td:focus{
	outline-color: #d62306;
}
#tableFrame table.reservation td.editable{
	background-color: white;
}
#tableFrame table.reservation td.editable:hover{
	border-bottom: 1px solid #d62306;
}
#tableFrame table.reservation td:not(.exp) i.resdone{
	visibility: hidden;
}
#tableFrame table.reservation td i.resdone{
	color: #14f10c;
	margin-left: 5px;
}

#tableFrame table tr th{
	height: 50px;
	font-weight: 600;
	vertical-align: top;
	cursor: pointer;
	
}
#tableFrame table tr th span.thSec {
    display: block;
    font-weight: 500;
    margin-top: 5px;
	font-size: 14px;
	color: #bdb76b;
}
#tableFrame table tr th.ownColumn{
	color: #860b5a;
	cursor: pointer;
}
#tableFrame table tr th.ownColumn i{
	visibility: hidden;
}

#tableFrame table tr th.ownColumn:not(.changeRequested):hover i.share{
	visibility: visible;
}
#tableFrame table tr th.ownColumn.changeRequested{
	color: #6d6d6d;
}
#tableFrame table tr th.ownColumn.changeRequested i.spinner{
	visibility: visible;
	position: initial;
}
#tableFrame table tr th.ownColumn.changeRequested i.share{
	display: none;
}
#tableFrame table tr th i{
	margin-left: 5px;
}
#tableFrame table tr th:hover span{
	text-decoration: underline;
} 
#tableFrame table tr td{
	height: 35px;
	border: 1px solid white;
	vertical-align: middle;
	font-size: 15px;
}
#tableFrame table tr td.tdWithBtn{
	padding-left: 5px;
}

#table.tdHidden tr td,
#table.tdHidden tr th{
	display: none;
}
#table tbody tr td i.attantion{
	display: none;
}
#tableFrame table.checkBox tr td:first-child, 
#tableFrame table.checkBox tr th:first-child{
	color: #efefef;
	width: 30px;
}
#tableFrame table tr.selected td:first-child{
	color: #d62306;
}
#tableFrame table tbody tr:nth-child(even) td.edit,
#tableFrame table tbody tr:nth-child(odd) td.edit{
	border: 1px solid #d62306;
}
#tableFrame table tbody tr:hover{
	background-color: #f9f9fa;
	cursor: pointer;
}
#tableFrame table tbody tr:hover td:not(.edit){
	border: 1px solid #f9f9fa;
	border-bottom: 1px solid #f2f2f3;
	border-top: 1px solid #f2f2f3;
}
#tableFrame table tr td.editable:not(.edit):hover{
	border-bottom: 1px solid #d62306;
	background-color: #d6230608;
}
#tableFrame table tr td:first-child:hover,
#tableFrame table tr th:first-child:hover{
	color: #6d6d6d;
}
#tableFrame table tr.selected td:first-child:hover{
	color: #d62306;
}

#tableFrame table tr td{
	border-bottom: 1px solid #dee0e2;
	padding-left: 3px;
}
#tableFrame table tr td:not(.tdWithBtn, .editable){
	background-color: #f6f6f9;
    color: #5b5e6b;
	border-left: 1px solid #fafafa;
}


/* sepa markierung: -> */
#tableFrame table tbody tr.removedRecord td{
	background-color: #ffe4e9;
	text-decoration-line: line-through;
}
#tableFrame table tbody tr.newRecord td {
background-color: #c2ffbb;
}
#tableFrame table.noSelect tbody tr:not(.selected) td {
	background-color: #dfff4f;
	}
#tableFrame table tbody tr.edit td,
#tableFrame table tbody tr.edit:hover td{
	border-top: 1px solid #d62306;
	border-bottom: 1px solid #d62306;
	z-index: 1;
	position: relative;
}
/* -> sepa markierung: */
#tableFrame table tbody tr.tagged td{
	background-color: #fffae6;
}
#tableFrame table tbody tr.tagged td {
	border: 1px solid #fffae6;
}
#tableFrame table tbody tr.current{
	font-weight: 600;
}


#tableFrame table tr td.markedFound span,
#tableFrame table tr td.marked span{
	padding: 5px 14px 5px 5px;
	border-radius: 10px 5px 29px 6px;
	/* display: inline-block; */
	position: relative;
	margin-left: -5px;
	min-width: 40px;
	min-height: 10px;
}
#tableFrame table tr td.markedFound span:after,
#tableFrame table tr td.marked span:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0px;
	height: 0px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	border-style: solid;
	border-width: 0 0 26px 3px;
	border-color: transparent
				  transparent
				  rgb(255, 253, 253)
				  transparent;
}
#tableFrame table tr td.markedFound span{
	background: rgb(250,250,210);
	background: linear-gradient(90deg, rgba(250,250,210,0.86) 0%, rgba(250,250,210,1) 26%, rgba(250,250,210,1) 55%, rgba(250,250,210,0.055059523809523836) 100%);
}

#tableFrame table tr td.markedFound input,
#tableFrame table tr td.markedFound select{
	background: rgb(250,250,210);
	background: linear-gradient(90deg, rgba(250,250,210,1) 0%, rgba(250,250,210,1) 17%, rgba(250,250,210,0.01) 100%);
}
#tableFrame table tr td.marked span{
	background: rgb(173,255,47);
	background: linear-gradient(90deg, rgba(173,255,47,0.86) 0%, rgba(173,255,47,1) 26%, rgba(173,255,47,1) 55%, rgba(137,255,47,0.055059523809523836) 100%);
}
#tableFrame table tr td.marked input,
#tableFrame table tr td.marked select{
	background: rgb(173,255,47);
	background: linear-gradient(90deg, rgba(173,255,47,1) 0%, rgba(173,255,47,1) 17%, rgba(173,255,47,0.01) 100%);
}

#tableFrame table tr td.markedError span{
	background-color: #ed143d;
    color: white;
    font-weight: 600;
    border-radius: 3px;
    padding: 2px 4px;
}
#tableFrame table tr td.changeRequested,
#tableFrame table tr td.changeRequested:hover{
	background-color: #f9f9fa;
	color: #e4e5e8;
}
#tableFrame table tr td.hideText span{
	display: none;
}
/* Trend */
#tableFrame table tr td.tdGreen{ 
	color: #7fff00;

}
#tableFrame table tr td.tdRed{
	color: #d62306;
}
#tableFrame table tr td.tdBlue{
	color: #0cb1f1;
}
#tableFrame table tr td.edit{
	border: 1px solid #d62306;
	z-index: 1;
	position: relative;
	color: #002129;
}

/* #tableFrame table tr td i.tableCellIcon{
	display: none;
} */
#tableFrame table tr td i.tableCellIcon{
	float: right;
	margin-right: 10px;
}
#tableFrame table tr td i.tableCellIcon.leave{
	color: #d62306;
}
#tableFrame table tr td i.tableCellIcon.newMember{
	color: #14f10c;
}
#tableFrame table tr td i.tableCellIcon.plannedChanges{
	color: #0cb1f1;
}

/* ############ Tabe-Fontsize */

#tableFrame.font3 table tr td{
	font-size: 18px;
	height: 41px;
}
#tableFrame.font3 table tr th{
	font-size: 19px;
	height: 56px;
}
#tableFrame.font2 table tr td{
	font-size: 17px;
	height: 39px;
}
#tableFrame.font2 table tr th{
	font-size: 18px;
	height: 54px;
}
#tableFrame.font1 table tr td{
	font-size: 16px;
	height: 37px;
}
#tableFrame.font1 table tr th{
	font-size: 17px;
	height: 52px;
}
#tableFrame.font-1 table tr td{
	font-size: 14px;
	height: 33px;
}
#tableFrame.font-1 table tr th{
	font-size: 15px;
	height: 48px;
}
#tableFrame.font-2 table tr td{
	font-size: 13px;
	height: 31px;
}
#tableFrame.font-2 table tr th{
	font-size: 14px;
	height: 46px;
}
#tableFrame.font-3 table tr td{
	font-size: 12px;
	height: 29px;
}
#tableFrame.font-3 table tr th{
	font-size: 13px;
	height: 44px;
}
#tableFrame.font-4 table tr td{
	font-size: 11px;
	height: 27px;
}
#tableFrame.font-4 table tr th{
	font-size: 12px;
	height: 42px;
}

#tableFrame table tr th span.thSec{
	font-size: 0.9em;
}
#tableFrame table tr td.tdBigger i{
	font-size: 1.6em;
}
/* columnspecific */
#tableFrame table tr td.ciban input,
#tableFrame table tr td.cbic input,
#tableFrame table tr th.ciban,
#tableFrame table tr th.cbic{
	text-transform: uppercase;
}

/* ############# slider */
.slidecontainer {
	width: 100%; 
  }
  
  /*  slider*/
  .slider {
	-webkit-appearance: none;
	appearance: none;
	width: 100%; 
	height: 10px;
	border-radius: 3px;  
	background: #e4e4e4; 
	outline: none; 
	opacity: 0.7; 
	-webkit-transition: .2s; /* 0.2 seconds transition on hover */
	transition: opacity .2s;
  }
  
  /* Mouse-over effects */
  .slider:hover {
	opacity: 1; 
  }
  
  /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
  .slider::-webkit-slider-thumb {
	-webkit-appearance: none; 
	appearance: none;
	width: 20px; 
	height: 20px;
	border-radius: 50%; 
	background: #d62306; 
	cursor: pointer; 
  }
  
  .slider::-moz-range-thumb {
	width: 20px; 
	height: 20px;
	border-radius: 50%; 
	background: #d62306; 
	cursor: pointer; 
  }
  .slider.default::-webkit-slider-thumb{
	background: #14f10c; 
  }
  .slider.default::-moz-range-thumb{
	background: #14f10c; 
  }

/* ++++++++++++++++++++++++++++++++++++++++++++
++++++   SEPA       +++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++ */
.sepapopup{
	width: 300px;
}

.sepapopup tr.empty{
	color: #e4e5e8;
}

.sepapopup tr.next{
	background-color: #dfff4f;
}
.sepapopup li:not(.empty):hover{
	cursor: pointer;
	background-color: #f9f9fa;
}

#bankAccounts{
	width: 450px;
}
#btnOpenSepaXmlDialog{
	font-weight: 600;
}




#sepaChangeRecord{
    min-width: 200px;
    position: absolute;
    z-index: 11;
    top: 250px;
    right: 30%;
    padding: 15px;
}
#sepaChangeRecord li{
	margin-bottom: 10px;
	min-width: 150px;
}
#sepaChangeRecord li>label{
	display: inline-block;
	width: 150px;
}
#sepaChangeRecord li>input{
	width: 300px;
    color: #d62306;
    border: 1px solid #efefef;
    background-color: #efefef;
    padding: 3px;
}
#sepaChangeRecord ul{
	margin-bottom: 15px;
}
#sepaChangeRecord li i{
	margin-right: 10px;
}
#sepaChangeRecord>label{
	margin-bottom: 20px;
    display: block;
    font-weight: 600;
}
#sepaChangeRecord #btnFrame{
	text-align: right;

}
#sepaChangeRecord #btnOverrideSepa{
	padding: 8px;
	display: inline-block;
	border-radius: 3px;
}
#sepaChangeRecord #btnOverrideSepa:hover{
	cursor: pointer;
	background-color: #d62306;
	color: white;
}


 /* Notify */
 #notify{
	position: fixed;
    top: 95px;
    right: 30px;
    text-align: center;
    display: none;
    z-index: 50;
    opacity: 0.8;
    border-radius: 3px;
    overflow: hidden;
}
#notify a{
	color: white;
}
#notify>div{
	display: inline-block;
    background-color: #323f48;
    padding: 10px 20px;
    border-radius: 2px;
    color: #ffffff;
    font-size: 16px;
    box-shadow: 0 0 1px 0 rgb(0 12 32 / 4%), 0 10px 16px 0 rgb(10 31 68 / 6%);
    width: 250px;
    text-align: left;
    min-height: 40px;
    font-weight: 700;
}
#notify p{
	line-height: 20px;
}


/* Drucken */

@page {
	size: A4 ;
	margin: 15mm 15mm;
	-webkit-print-color-adjust: exact;
	/* size: landscape; */
}
#printHeader{
	display: none;
	height: 80px;
}
#printHeader img{
	height: 65px;
	float: right;
}
#printHeader h1{
	font-size: 34px;
    display: inline-block;
    font-weight: 500;
    margin-left: 20px;
	margin-top: 4px;
	display: none;
}
#printHeader h2{
	font-size: 30px;
}
#userPrint{
	font-size: 8pt;
    margin-top: 5px;
    display: block;
	color: #d62306;
}
 /* Druckansicht */


@media print { 
	#printHeader{
		display: block;
	}
	div:not(.chart, .chart div), input, #wrapper h1, #tblSearchBar, #activeFilter{
		display: none ;
		box-shadow: none !important;
	}
	div.chart{
		box-shadow: none !important;
	}
	.chart{
		margin-bottom: 50px;
		-webkit-print-color-adjust: exact;
	}
	#tableFrame table tr td.tdWithBtn, 
	#tableFrame table tr th.tdWithBtn, 
	#notify{
		display: none !important;
	}
	#table{
		overflow: hidden;
	}

	#tableFrame, #tableElement, #page, #wrapper{
		width: 100%;
		display: block;
		box-shadow: none;
		color: #000;
		margin: 0;
		margin-top: 2px;
		background-color: white;
		position: relative;
	}
	#page{
		padding: 0;
		border: none;
	}
	#tableFrame table tbody tr,
	#tableFrame table tbody tr td{
		border: none !important;

	}

	#tableFrame.printSelected table tbody tr:not(.selected){
		display: none;
	}

	#tableFrame table tr td,
	#tableFrame table tr th{
		font-size: 9pt !important;
		height: 30px !important;
	}
	#tableFrame.pf1 table tr td,
	#tableFrame.pf1 table tr th{
		font-size: 10pt !important;
		height: 32px !important;
	}
	#tableFrame.pf2 table tr td,
	#tableFrame.pf2 table tr th{
		font-size: 11pt !important;
		height: 34px !important;
	}
	#tableFrame.pf3 table tr td,
	#tableFrame.pf3 table tr th{
		font-size: 12pt !important;
		height: 36px !important;
	}
	#tableFrame.pf-1 table tr td,
	#tableFrame.pf-1 table tr th{
		font-size: 8pt !important;
		height: 28px !important;
	}
	#tableFrame.pf-2 table tr td,
	#tableFrame.pf-2 table tr th{
		font-size: 7pt !important;
		height: 26px !important;
	}
	#tableFrame.pf-3 table tr td,
	#tableFrame.pf-3 table tr th{
		font-size: 6pt !important;
		height: 24px !important;
	}
	#tableFrame table tr th span.thSec{
		font-size: 0.9em !important;
	}
	#tableFrame table tr td.marked{
		color: #d62306;
		font-weight: bold;
	}
	#tableFrame table tr td.markedError{
		color: #ed143d;
		font-weight: bold;
	}
	#tableFrame table tbody tr.newRecord{
		color: #7fff00;
	}
	#tableFrame table tbody tr.removedRecord{
		color: #d62306;
	}

	.doNotPrint{
		display: none !important;
	}
	

}

/* Ansicht für kleine Bildschirme (Smartphone) */
@media only screen and (max-width: 500px){
	#login.pageElement{
		display: none;
	}
	#mobile.pageElement{
		display: block;
	}
	#mobile.errorpage{
			width: fit-content;
		margin-left: 1px;
	}
}

/* Ansicht für ie Benutzer (Login nicht möglich) */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#login.pageElement{
		display: none;
	}
	#ie.pageElement{
		display: block;
	}
 }

 @media screen\0 {
	#login.pageElement{
		display: none;
	}
	#ie.pageElement{
		display: block;
	}
}