:where(*) {
    border-width: 0px;
    border-style: solid;
    box-sizing: border-box;
    overflow-wrap: break-word;
}

html{
	margin:0;
}

body{
    position: relative;
    min-height: 100%;
    margin: 0px;
    font-feature-settings: "kern";
}

.flex{
    display: flex;
    width: 100%;
}

.flexspace{
    justify-content: space-around;
}

.flexcol30{
    flex: 30%;
}

.flexcol40{
    flex: 40%;
}

.flexcol50{
    flex: 50%;
}

.flexcol60{
    flex: 60%;
}

.flexcol70{
    flex: 70%;
}

.flexgap10{
    gap: 10px;
}

.flexgap20{
    gap: 20px;
}

.flexgap30{
    gap: 30px;
}

.textright {
    text-align: right;
}
.fixedheader {
	//background-color: white;
	margin-top: 20px;
}

.fixedheader td:not(.ready, .open, .work, .gray, .yellow, .red, .green) {
	background-color: white;
}

.fixedheader th {
	background-color: rgb(233, 239, 253);
}
td.ready, td.green {
	background-color: #00c981;
}

td.open, td.red {
	background-color: #ff5f3c;
}

td.work, td.yellow {
	background-color: #f7ba1e;
}


.maingrid {
	display: grid;
    grid-template-areas: "nav main";
    grid-template-columns: 271px 1fr;
    background: rgb(245, 245, 245);
	margin:0;
    min-height: 100vh;
	
}

.mainleft {
	grid-area: nav;
    background: white;
}

.mainright {
	grid-area: main;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
	height: 100%;
    min-height: 100vh;
	bbackground: #E2E8F0;
}

.w271 {
    width: 271px;
	z-index: 10000;
    background-color: white;
}

.fixed {
    position: fixed;
}

.logodiv {
	justify-content: center;
	align-items: center;
	flex-direction: column;
	display: flex;
	margin-top: 1.5rem;
}
.logodiv img {
	width: 200px;
	max-width: 100%;
	height: auto;
	display: block;
	vertical-align: middle;
}
.logodiv p {
	justify-content: center;
	align-items: center;
	display: flex;
	margin: 0;
	font-size: 14px;
}
.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.divider {
    opacity: 0.6;
    border-width: 0px 0px 1px;
    border-image: initial;
    border-color: inherit;
    border-style: solid;
    width: 100%;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    border-top-width: 1px;
    box-sizing: content-box;
    height: 0px;
    overflow: visible;
	color: #E2E8F0;
}
.menu {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    color: #1c1c1cb3;
    overflow: auto;
    height: 90vh;
}
.menuitem{
    //margin-bottom: 16px;
    padding-left: 15px;
    padding-right: 15px;
    color: #1b5de2;
    background: white !important;
    border-radius: 12px;
    font-weight: 500;
    text-decoration: none;
	color: #6b7280;
}
.menuitem:hover{
    background: rgba(27, 93, 226, .15) !important;
	color: #1B5DE2;
}
.menuitem.active{
    background: rgba(27, 93, 226, .15) !important;
	color: #1B5DE2;
}

.menuitem2 {
	width: 100%;
    margin-top: 18px;
    margin-bottom: 18px;
    text-align: center;
}
.menuitem3 {
	display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
svg{
	display: block;
    vertical-align: middle;
}
.menuitem2 p{
	font-size: 14px;
	white-space: normal;
	hyphens: auto;
	margin: 0;
}
.mb10{
	margin-bottom: 2.5rem;
}
.titlediv{
	padding-top: 1.25rem;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
	//max-width: 1200px;
}
.title{
    color: rgb(107 114 128 / 1);
    font-size: 14px;
    width: 75%;
}

.userpanel{
	padding: 0.5rem;
	background-color: white;
	border-radius: 1cm;
	gap: 0.5rem;
	justify-content: space-between;
	flex-direction: row;
	display: flex;
	position:relative;
}

.langs{
	border-right: 1px solid rgb(142, 142, 142);
	padding-right: 0.5rem;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
    display: flex;
}
.langs.hideborder{
	border: 0;
	padding-right: 0;
}

.lang{
    display: inline-flex;
    appearance: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    user-select: none;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    outline: transparent solid 2px;
    outline-offset: 2px;
	height: 2.5rem;
    min-width: 2.5rem;
    font-size: 1rem;
    padding-inline-start: 1rem;
    padding-inline-end: 1rem;
	border-radius: 0px;
    padding: 2px;
    color: rgb(27 93 226 / 1);
    line-height: 2.5rem !important;
    font-weight: 600 !important;
    top: 1px;
    background-color: transparent;
    background-image: none;
    background: transparent;
    padding: 0px;
    cursor: pointer;
    text-transform: none;
}
.lang.langinactive{
    color: #8e8e8ec3;
}

.username{
	max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.usernametext{
	display:block;
	font-size: 16px;
    font-weight: inherit;
	margin: 0;
}
.usernametext p, .companynanametext p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}
.companynametext{
	color: rgb(156 163 175 / 1);
    font-size: 12px;
    line-height: 1rem;
	//margin-top: 5px;
}

.userbutton{
	display: inline-flex;
    appearance: none;
    -webkit-box-align: center;
    align-items: center;
    outline: transparent solid 2px;
    outline-offset: 2px;
	background: transparent;
    padding: 0px;
	cursor: pointer;
	text-transform: none;
	margin: 0;
}

.userbutton.hidden{
	display: none;
}

.ub1{
	pointer-events: none;
    flex: 1 1 auto;
    min-width: 0px;
}
.ub2{
	border-radius: 9999px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    font-size: calc(2rem / 2.5);
    border-color: white;
    vertical-align: top;
    width: 2rem;
    height: 2rem;
    background: rgba(27, 93, 226, 0.15);
    color: rgb(27, 93, 226);}
.ubtext{
	font-size: calc(2rem / 2.5);
    line-height: 1;	
}

.title h1 {
    color: rgb(0 0 0 / 1);
    font-weight: normal;
    font-size: 32px;
    margin: 10px 0 0 0;
}

.urmenuwrapper{
	visibility: visible;
    min-width: max-content;
    position: absolute;
    inset: 0px 0px auto auto;
    margin: 0px;
    transform: translate(0px, 56px);
	z-index: 9999;
}

.urmenu {
	transform-origin: top right;
	opacity: 1;
	transform: none;
    outline: transparent solid 2px;
    outline-offset: 2px;
    color: inherit;
    min-width: 14rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    z-index: 1;
    border-radius: 0.375rem;
    border-width: 1px;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
	border-color: #e2e8f0;	
}

.urmenubutton {
    padding-top: 6px;
    padding-left: 24px;
    background-color: #fff;
    justify-content: flex-start;
    width: 237px;
    height: 35px;
    display: flex;
    background: transparent;
    cursor: pointer;
    text-transform: none;
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

.urmenubutton svg {
    color: rgb(107 114 128 / 1);
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.urmenubutton span {
    color: rgb(107 114 128 / 1);
	padding-left: 10px;
    display: inline-block;
}

.content{
    position: relative;
    display: block;
    margin-top: 32px;
}
.contentbox {
    padding: 0;
    //background-color: #fff;
    border-radius: 0.75rem;
    justify-content: space-between;
    align-items: center;
    //max-width: 1200px;
    //display: flex;
    margin-top: 0.75rem;
    margin-bottom: 1.75rem;
	position: relative;
	rgb(245, 245, 245)
}

#contentheader {
	border-radius: 12px !important;
	overflow: hidden;
}

h2{
	margin-top:45px;
	margin-bottom:20px;
	font-size: 18px;
	font-weight: normal;
	color: #1c1c1c80;
}

.folded {
	display: none;
}
.folder {
	cursor: pointer;
}
#lksgtable1, #lksgtable2{
	border-collapse: collapse;
	//border: 1px solid gray;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 10pt;	
}
#lksgtable1 td, #lksgtable2 td{
	border: 1px solid lightgray;
	padding: 13px 0 13px 13px;
	white-space: nowrap;
	//text-align: center;
}

#lksgtable1 th{
	border: 1px solid lightgray;
	padding: 13px 13px 13px 13px;
	white-space: nowrap;
	//text-align: center;
}

td.small{
	padding: 5px !important;
}

td.ready, td.COMPLETED {
	background-color: #00c981;
}

td.open, td.OPEN {
	background-color: #ff5f3c;
}

td.work, td.IN_PROGRESS {
	background-color: #f7ba1e;
}

#lksgtable1 th{
	background-color: rgb(233 239 253);
	position:relative;
}

.wrap {
	white-space: wrap !important;
}

/* eigentlich nur td:first-child, aber es kann noch eine .hidden-Spalte davor sein... */
td:not(.hidden):first-child, th:not(.hidden):first-child
td.hidden + td:not(.hidden), th,hidden + th:not(.hidden) {
	border-left: 0px !important;
}
td:last-child, th:last-child {
	border-right: 0px !important;
}
tr:last-child td {
	border-bottom: 0px !important;
}
th {
	border-top:0 !important;
}

