/*
 * nurse.css
 * NURSE-specific legacy stylesheet copied from the old WebForms solution and
 * loaded as the configured application CSS for the rebuilt runtime.
 *
 * Function list:
 * - Font faces: Declares the Open Sans font variants used by the old NURSE UI.
 * - Layout/theme rules: Provides legacy NURSE colors, tables, popups, forms, and controls.
 * - Image/icon classes: Keeps existing configured image and icon CSS selectors working.
 */

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-style: normal;

}

:root {
    --header-logo: none;
    --table-background-color-odd: #bed2fa;
    --table-background-color-even: #c3e7ff;
    --table-color: rgb(0,0,0);
}

.myHeaderHome {
    background-image: none !important;
}

.table-lpm tbody tr:nth-child(odd) .td-lpm,
.hltPageTable tbody tr:nth-child(odd) .td-lpm,
.hltPageTable tbody tr.tr-lpm[data-filter-visible="odd"] .td-lpm,
.hltPageTable.is-filtered tbody tr.tr-lpm[data-filter-visible="odd"] .td-lpm {
    background-color: #bed2fa;
    color: rgb(0,0,0);
}

.table-lpm tbody tr:nth-child(even) .td-lpm,
.hltPageTable tbody tr:nth-child(even) .td-lpm,
.hltPageTable tbody tr.tr-lpm[data-filter-visible="even"] .td-lpm,
.hltPageTable.is-filtered tbody tr.tr-lpm[data-filter-visible="even"] .td-lpm {
    background-color: #c3e7ff;
    color: rgb(0,0,0);
}

.tabLaufkarte tr.tr-lpm:nth-of-type(even) .td-lpm {
    background-color: #bed2fa;
    color: rgb(0,0,0);
}

.tabLaufkarte tr.tr-lpm:nth-of-type(odd) .td-lpm {
    background-color: #c3e7ff;
    color: rgb(0,0,0);
}

@font-face {
    font-family: 'open_sansitalic';
    src: url('../fonts/opensans-italic-webfont.eot');
    src: url('../fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-italic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-italic-webfont.woff') format('woff'),
         url('../fonts/opensans-italic-webfont.ttf') format('truetype'),
         url('../fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-style: normal;

}
html {
    -webkit-text-size-adjust: none
}

body 
{
    background-color:#f1f1f1;
	font-family: 'open_sansregular', Arial, sans-serif;	
	font-size:13px;
}
a:visit
{
    text-decoration:none;
    color:White;
    
}
a:hover
{
    text-decoration:none;
    color:White;
}
a
{
    text-decoration:none;
    color:White;
}
a img {outline : none;}
hr
{
	border:none;
    background:#DEDEDE;
    height:1px;
}

select {
	font-family: 'open_sansregular', Arial, sans-serif;
	font-size: 13px;
    border: 1px solid #999;
    border-radius: 4px;
    padding: 4px;
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box;    /* Firefox, other Gecko */
    box-sizing: content-box;         /* Opera/IE 8+ */    
}

input {
	font-family: 'open_sansregular', Arial, sans-serif;
	font-size: 13px;
    border: 1px solid #999;
    border-radius: 4px;
    padding: 4px;
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box;    /* Firefox, other Gecko */
    box-sizing: content-box;         /* Opera/IE 8+ */    
}

input[type="password"], input[type="text"], input[type="file"], select {
	margin: 0;
    width: 300px;
}
input[type=checkbox] 
{
    margin-left:4px;
    margin-right:4px;    
}
textarea {
	font-family: 'open_sansregular', Arial, sans-serif;
	font-size: 13px;	
	border: 1px solid #999;
    border-radius: 4px;
    padding: 4px;
    resize: none;
}
table
{
    border-collapse:separate;
    border-spacing:0 2px;
}
.myBackGround
{   
    /*min-height: 600px;*/
    height:94%;
    z-index:1;
    left:0px;
    top: 0px;
    min-width:99.9%;
    position:absolute;
    display:block;
}   
.myBackGround2
{
    padding:0px 0px 0px 0px;
    z-index: 1; 
    margin: 0px auto; 
   /* width: 990px; */
    position: relative; 
    display:block;
    top: 0px; 
    height: 100%;
    width:100%;
}
.myInhalt
{
	margin:0;
	padding:0;
   /* width: 990px;*/
/*	overflow-y:hidden;
    overflow-x:scroll;
    */
    background-color:   rgb(255,255,255);
    border-color: rgb(68,71,78);
    border-width: 1px;
    border-style:solid;
    z-index:2;
    position:relative; 
    min-height: 100%;
    padding-bottom:3em;
    width:100%;
}
.myInhalt2
{
	height:110px;
    z-index:998;
}
.myHeader
{
    padding: 0px;
    /*left: 0px;*/
    margin: 0px;
    /*width: 992px;*/
    top: 0px;
    height: 111px;
    margin: 0px;
    /*border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
    border-bottom-color: #0c0482;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #0c0482;
	background-image: url(../img/logonurse.svg);
    background-repeat: no-repeat; 
	background-size: 120px 100px;
	background-position: 70px 0px;
    position:fixed;
    z-index:5499;
    width:100%;
}
.myHeaderEck
{
	position: fixed;
	margin-left:-1px;
	/*padding-left:-2px;*/
	/*width: 992px;*/
    top: 0px;
    height:30px;
    background-color:#f1f1f1;
	border-bottom-color: #f1f1f1;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    z-index:5500;
     display:block;
     width:100%;

}

.myContent
{
    padding:6px 6px 6px 6px;
    left:0px;
    top: 0px;
    min-height: 554px;
}

.divMenu {
	max-height: 80vh;
	overflow-y: auto;
	overflow-x: hidden;
} 
	
.myFooterEck
{
    position:fixed;
    bottom:0px;
    /*width: 992px;*/
    height:20px;
    margin-left:-1px;
    background-color:#f1f1f1;
	border-bottom-color: #f1f1f1;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    z-index:5500;
    display:block;
    width:100%;
}
.myFooter
{
    position:fixed;
    bottom:0px;
    z-index: 5498;
    background-color: #0c0482;
    color:White;
    /*width: 990px;*/
    /*position: relative;
    top: 0px;
    left: 0px;
    margin: 0px;*/
    height: 40px;
    text-align: left;
    vertical-align:middle;
    background: #0c0482;
    border-color: #0c0482;
    border-width: 1px;
    border-style:solid;
    /*border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
    width:100%;

}
.myFooterContent
{
    padding-top: 4px;
    padding-left: 5px;
    text-align: left;
    vertical-align:middle;   
    font-size:15px;
}
.myPopup
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 190;
    width: 100%;
    height: 100%;
    background-color: rgb(150,150,150);
    height: 100%;
    left: 0px;
    opacity: 0.9;
    display: block;
}
.myPopUpSub
{
    /*position: absolute;*/
    position: fixed;
    top: 50px;
    left: 15px;
    width: 100%;
    z-index: 5500;
    text-align: center;
    color: rgb(0,0,0);
    /*line-height: 0;*/
    /*padding-top: -60px;*/
    display:block;
}
.myPopUpTable
{
    width: auto;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.myPopUpTD {
	min-width: 900px;
	min-height: 90vh;
}
.myDivContent
{
	border: solid 1px rgb(162,162,162);
	/* -webkit-border-radius: 3px; */
	/* -moz-border-radius: 3px; */
	/* border-radius: 3px; */
	/* -webkit-border-top-right-radius: 10px; */
	/* -moz-border-top-right-radius: 10px; */
	/* border-top-right-radius: 10px; */
	height: auto;
	min-height: 80vh;
	max-height: 85vh;
	width: auto;
	max-width: 95vw;
	background-color: White;
	text-align: left;
	padding: 15px;
	padding-bottom: 35px;
	overflow: auto;
	/* overflow: scroll; */
	/* overflow-x: hidden; */
	/* overflow-y: auto; */
	/* background-color: #eee; */
}

.myDivContent .markstep{ 
	min-width: 1000px !important;
}

.myDivContent .WfrmFormularShow{
	min-width: 900px !important;
}

.myDivContent .WfrmFormularFieldShow{
	min-width: 900px !important;
}

.myDivContent .divMainDataShow.clsFormEditEditDiv{
	min-width: 1000px !important;
}

.myDivContent .divMainDataShow.clsFormEditShowDiv{
	min-width: 1000px !important;
}

.myDivClose
{
    position: relative;
    z-index: 201;
    left:-34px;
    border: solid 1px rgb(162,162,162);
    min-height:20px;
    min-width: 20px;
    background-color:#eee;
    text-align:center;
    color: rgb(0,0,0);
}
.myDivClose:hover
{   
    color: rgb(255,0,0);
    font-weight:bold;
}

th, td
{
    padding-left:6px;
    padding-right:6px;
}

.tabLaufkarte
{
    border-collapse:separate;
    border-spacing:0 2px;
    padding-left:6px;
    /*padding-right:6px;*/
}
.trLaufkarte
{
    height: 50px;
    cursor:pointer;   
}
.trLaufkarteMark
{
    height: 50px;
    cursor:pointer;   
}

.trLaufkarteSmall
{
    height: 20px;
    cursor:pointer;   
}


.tdLaufkarteNummerYel, .tdLaufkarteBezeichungYel, .tdLaufkarteNummerYelSmall, .tdLaufkarteBezeichungYelSmall, .tdLaufkarteBezeichungGelb 
{
    color: rgb(0,0,0);
    /*color: rgb(255,255,255);*/
    background-color: #fcb040;
    border-right: 1px solid #fdc97c;
    /*border-top: 1px solid #FFFFFF;*/
    /*border-bottom: 1px solid #FFFFFF;*/
}

.tdLaufkarteNummerGreen, .tdLaufkarteBezeichungGreen, .tdLaufkarteBezeichungFileGreen,  .tdLaufkarteNummerGreenSmall, .tdLaufkarteBezeichungGreenSmall, .tdLaufkarteBezeichungFileGreenSmall
{
    color: rgb(0,0,0);
    background-color: #bed2fa; 
	border-right: 1px solid #baded9;        
    /*border-top: 1px solid #FFFFFF;*/
    /*border-bottom: 1px solid #FFFFFF;*/
}
.tdLaufkarteBezeichungYel, .tdLaufkarteBezeichungYelSmall
{
    /*font-size:13px;*/
    background-color: #fcb040;
    color: rgb(0,0,0);
	border-right: 1px solid #baded9;        
    /*border-top: 1px solid #FFFFFF;*/
    /*border-bottom: 1px solid #FFFFFF;*/
}
.tdLaufkarteBezeichungRed, .tdLaufkarteBezeichungRedSmall
{
    /*font-size:13px;*/
    background-color: #c10000;
    color: rgb(255,255,255);
	border-right: 1px solid #baded9;        
    /*border-top: 1px solid #FFFFFF;*/
    /*border-bottom: 1px solid #FFFFFF;*/
}

.tdLaufkarteBezeichungAmpRed, .tdLaufkarteBezeichungAmpRedSmall {
    /*font-size:13px;*/
    background-color: #ff0000;
    color: rgb(0,0,0);
    border-right: 1px solid #baded9;
    /*border-top: 1px solid #FFFFFF;*/
    /*border-bottom: 1px solid #FFFFFF;*/
}



.tdLaufkarteBezeichungAmpGreen, .tdLaufkarteBezeichungAmpGreenSmall {
    /*font-size:13px;*/
    background-color: #00ff00;
    color: rgb(0,0,0);
    border-right: 1px solid #baded9;
    /*border-top: 1px solid #FFFFFF;*/
    /*border-bottom: 1px solid #FFFFFF;*/
}
 


.tdLaufkarteNummerWhite, .tdLaufkarteBezeichungWhite, .tdLaufkarteBezeichungFileWhite, .tdLaufkarteNummerWhiteSmall, .tdLaufkarteBezeichungWhiteSmall, .tdLaufkarteBezeichungFileWhiteSmall
{
    /*font-size:13px;*/
    color: rgb(0,0,0);
    background-color: #c3e7ff;
    border-right: 1px solid #c3e7ff;;
    /*border-top: 1px solid #FFFFFF;*/
    /*border-bottom: 1px solid #FFFFFF;*/
}


.tdLaufkarteGreenAllRound, .tdLaufkarteMainGreenAllRound
{
 
    /*font-size:13px;*/
    color: rgb(0,0,0);
    background-color: #bed2fa; 
    /*border-right: 1px solid #baded9;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;*/
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;    
    height:35px;
}
.tdLaufkarteWhiteAllRound, .tdLaufkarteMainWhiteAllRound
{
    /*font-size:13px;*/
    color: rgb(0,0,0);
    background-color: #c3e7ff;;
	/*border-right: 1px solid #c3e7ff;;    
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;*/
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;   
    height:35px;
}
.tdLaufkarteMainWhiteAllRound, .tdLaufkarteMainGreenAllRound  {
    font-size:16px !important;
}

.tdLaufkarteYelAllRound
{
    /*font-size:13px;*/
    background-color: #fcb040;
    color: rgb(0,0,0);
    /*
    color: rgb(255,255,255);    
    border-right: 1px solid #fdc97c;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;*/ 
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;  
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;    
}

.tdLaufkarteRedAllRound
{
    /*font-size:13px;*/
    background-color: #c10000;
    color: rgb(255,255,255);
    /*
    color: rgb(255,255,255);    
    border-right: 1px solid #fdc97c;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;*/ 
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;  
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;    
}

.tdLaufkarteNummerGreenFirst, .tdLaufkarteBezeichungGreenFirst, .tdLaufkarteBezeichungFileGreenFirst, .tdLaufkarteGreenFirst
{
    /*font-size:13px;*/
    color: rgb(0,0,0);
    background-color: #bed2fa; 
    border-right: 1px solid #baded9;
    /*border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;*/
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.tdLaufkarteNummerWhiteFirst, .tdLaufkarteBezeichungWhiteFirst, .tdLaufkarteBezeichungFileWhiteFirst, .tdLaufkarteBezeichungWhiteFirst, .tdLaufkarteWhiteFirst
{
    /*font-size:13px;*/
    color: rgb(0,0,0);
    background-color: #c3e7ff;;
	border-right: 1px solid #c3e7ff;;    
    /*border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;*/
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.tdLaufkarteNummerYelFirst, .tdLaufkarteBezeichungYelFirst, .tdLaufkarteBezeichungGelbFirst {
    /*font-size:13px;*/
    color: rgb(0,0,0);
    background-color: #fcb040;
    border-right: 1px solid #c3e7ff;;
    /*
    color: rgb(255,255,255);
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;*/
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tdLaufkarteNummerRedFirst, .tdLaufkarteBezeichungRedFirst
{
    /*font-size:13px;*/
    color: rgb(255,255,255);
    background-color: #c10000;
    border-right: 1px solid #c3e7ff;;
    /*
    color: rgb(255,255,255);
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;*/ 
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;  
}

.tdLaufkarteNummerGreenLast, .tdLaufkarteBezeichungGreenLast, .tdLaufkarteBezeichungFileGreenLast, .tdLaufkarteNummerGreenSmallLast, .tdLaufkarteBezeichungGreenSmallLast, .tdLaufkarteBezeichungFileGreenSmallLast, .tdLaufkarteGreenLast {
    /*font-size:13px;*/
   color: rgb(0,0,0);
    background-color: #bed2fa; 
    /*border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;*/
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    /*
    padding-top: 5px;
	padding-bottom: 5px;
    */
}

.tdLaufkarteBezeichungBlueFirst {
    /*font-size:13px;*/
    color: rgb(255,255,255);
    background-color: #4646ff;
    border-right: 1px solid #c3e7ff;;
    /*border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;*/
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tdLaufkarteBezeichungBlue {
    /*font-size:13px;*/
    color: rgb(255,255,255);
    background-color: #4646ff;
    border-right: 1px solid #c3e7ff;;
    /*border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;*/
	padding-top: 5px;
	padding-bottom: 5px;
}

.tdLaufkarteBezeichungBlueLast {
    /*font-size:13px;*/
    color: rgb(255,255,255);
    background-color: #4646ff;
    /*border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;*/
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tdLaufkarteBezeichungBlu, .tdLaufkarteBezeichungBluSmall {
    /*font-size:13px;*/
    background-color: #0000c1;
    color: rgb(255,255,255);
    border-right: 1px solid #baded9;
    /*border-top: 1px solid #FFFFFF;*/
    /*border-bottom: 1px solid #FFFFFF;*/
}



.tdLaufkarteBezeichungGOFirst {
    /*font-size:13px;*/
    color: rgb(255,255,255);
    background-color: #00FF00;
    border-right: 1px solid #c3e7ff;;
    /*border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;*/
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tdLaufkarteBezeichungGO {
    /*font-size:13px;*/
    color: rgb(255,255,255);
    background-color: #00FF00;
    border-right: 1px solid #c3e7ff;;
    /*border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;*/
	padding-top: 5px;
	padding-bottom: 5px;
}

.tdLaufkarteBezeichungGOLast {
    /*font-size:13px;*/
    color: rgb(255,255,255);
    background-color: #00FF00;
    /*border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;*/
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}



.tdLaufkarteBezeichungPinkFirst {
    /*font-size:13px;*/
    color: rgb(255,255,255);
    background-color: #f08080;
    border-right: 1px solid #c3e7ff;;
    /*border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;*/
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tdLaufkarteBezeichungPink {
    /*font-size:13px;*/
    color: rgb(255,255,255);
    background-color: #f08080;
    border-right: 1px solid #c3e7ff;;
    /*border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;*/
	padding-top: 5px;
	padding-bottom: 5px;
}

.tdLaufkarteBezeichungPinkLast {
    /*font-size:13px;*/
    color: rgb(255,255,255);
    background-color: #f08080;
    /*border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;*/
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tdLaufkarteNummerWhiteLast, .tdLaufkarteBezeichungWhiteLast, .tdLaufkarteBezeichungFileWhiteLast, .tdLaufkarteNummerWhiteSmallLast, .tdLaufkarteBezeichungWhiteSmallLast, .tdLaufkarteBezeichungFileWhiteSmallLast, .tdLaufkarteWhiteLast
{
    /*font-size:13px;*/
    color: rgb(0,0,0);
    background-color: #c3e7ff;;
    /*border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;*/
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;			
}

.tdLaufkarteNummerYelLast, .tdLaufkarteBezeichungYelLast, .tdLaufkarteNummerYelSmallLast, .tdLaufkarteBezeichungYelSmallLast, .tdLaufkarteBezeichungGelbLast {
    /*font-size:13px;*/
    color: rgb(0,0,0);
    /*background-color: #fcb040;*/
    background-color: #fcb040;
    /*border-right: 1px solid #fdc97c;*/
    /*border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;*/
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tdLaufkarteNummerRedLast, .tdLaufkarteBezeichungRedLast, .tdLaufkarteNummerRedSmallLast, .tdLaufkarteBezeichungRedSmallLast
{
    /*font-size:13px;*/
    color: rgb(255,255,255);
    /*background-color: #fcb040;*/
    background-color: #c10000;
    /*border-right: 1px solid #fdc97c;*/
    /*border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;*/
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.tdLaufkarteNummerHellYel, .tdLaufkarteBezeichungHellYel, .tdLaufkarteNummerHellYelSmall, .tdLaufkarteBezeichungHellYelSmall
{
    color: rgb(0,0,0);
    /*font-size:13px;*/
    /*color: rgb(255,255,255);*/
    /*background-color: #fcb040;*/
    background-color: #fdff6c;
	border-right: 1px solid #c3e7ff;;  
    /*border-top: 1px solid #FFFFFF;*/
    /*border-bottom: 1px solid #FFFFFF;*/
}
.tdLaufkarteNummerHellYelFirst, .tdLaufkarteBezeichungHellYelFirst, .tdLaufkarteNummerHellYelSmallFirst, .tdLaufkarteBezeichungHellYelSmallFirst
{
    /*font-size:13px;*/
    color: rgb(0,0,0);
    background-color: #fdff6c;
    /*background-color: #fcb040;*/
    border-right: 1px solid #c3e7ff;;
    /*
    color: rgb(255,255,255);
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;*/ 
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;  
}

.tdLaufkarteNummerHellYelLast, .tdLaufkarteBezeichungHellYelLast, .tdLaufkarteNummerHellYelSmallLast, .tdLaufkarteBezeichungHellYelSmallLast
{
    /*font-size:13px;*/
    color: rgb(0,0,0);
    background-color: #fdff6c;
    /*background-color: #fcb040;*/
    /*border-right: 1px solid #fdc97c;*/
    /*border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;*/
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tdLaufkarteNummerRed
{
    color: rgb(255,255,255);
    /*font-size:13px;*/
    border-right: 1px solid #c3e7ff;;
    background-color: #c10000;
	/*border-right: 1px solid #c10000;*/    
    /*border-top: 1px solid #FFFFFF;*/
    /*border-bottom: 1px solid #FFFFFF;*/
}
.tdLaufkarteNummerRedFirst
{
    /*font-size:13px;*/
    color: rgb(255,255,255);
    background-color: #c10000;
    border-right: 1px solid #c3e7ff;;
    /*
    color: rgb(255,255,255);
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;*/ 
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;  
}

.tdLaufkarteNummerRedLast
{
    /*font-size:13px;*/
    color: rgb(255,255,255);
    background-color: #c10000;
    /*border-right: 1px solid #fdc97c;*/
    /*border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;*/
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tdLaufkarteAmpel, .tdAmpel
{
    /*background-color:  rgb(255,255,255)
;*/
    width:35px;

}
.tdAmpelSmall {
    width:17px;
}
tr.trLaufkarteMark td.tdLaufkarteNummerRedLast,
tr.trLaufkarteMark td.tdLaufkarteNummerHellYelLast,
tr.trLaufkarteMark td.tdLaufkarteNummerYelLast,
tr.trLaufkarteMark td.tdLaufkarteBezeichungYelLast,
tr.trLaufkarteMark td.tdLaufkarteNummerWhiteLast,
tr.trLaufkarteMark td.tdLaufkarteBezeichungWhiteLast,
tr.trLaufkarteMark td.tdLaufkarteBezeichungGreenLast,
tr.trLaufkarteMark td.tdLaufkarteNummerGreenLast
{
  /*border-top: 3px solid #505050;
  border-bottom: 3px solid #505050;
  border-right: 3px solid #505050;*/
}

tr.trLaufkarteMark td.tdLaufkarteNummerRedFirst,
tr.trLaufkarteMark td.tdLaufkarteNummerHellYelFirst,
tr.trLaufkarteMark td.tdLaufkarteNummerYelFirst,
tr.trLaufkarteMark td.tdLaufkarteBezeichungYelFirst,
tr.trLaufkarteMark td.tdLaufkarteNummerWhiteFirst,
tr.trLaufkarteMark td.tdLaufkarteBezeichungWhiteFirst,
tr.trLaufkarteMark td.tdLaufkarteBezeichungGreenFirst,
tr.trLaufkarteMark td.tdLaufkarteNummerGreenFirst
tr.trLaufkarteMark td.tdLaufkarteNummerRedFirst
{
 /*border-top: 3px solid #505050;
  border-bottom: 3px solid #505050;
  border-Left: 3px solid #505050;*/
  border-Left: 5px solid red;
}

tr.trLaufkarteMark td.tdLaufkarteNummerRed,
tr.trLaufkarteMark td.tdLaufkarteNummerHellYel,
tr.trLaufkarteMark td.tdLaufkarteNummerYel,
tr.trLaufkarteMark td.tdLaufkarteBezeichungYel,
tr.trLaufkarteMark td.tdLaufkarteNummerWhite,
tr.trLaufkarteMark td.tdLaufkarteBezeichungWhite,
tr.trLaufkarteMark td.tdLaufkarteBezeichungGreen,
tr.trLaufkarteMark td.tdLaufkarteNummerGreen 

{
 /*border-top: 3px solid #505050;
  border-bottom: 3px solid #505050;*/
}

.tabUeberTableHLTPage
{
    font-size:14px;
    font-weight:bold;
    /*font-style:italic;*/
    color: rgb(0,0,0);
    padding-left: 7px;
}

.tabUeber, .tabUeberPivot, .tabUeberSmall, .tabUeberHoch, .tabUeberZwischen , .myAddGEStkUeberForUpload , .hltPageCounterText
{
    font-size:14px;
    font-weight:bold;
    /*font-style:italic;*/
    color: rgb(0,0,0);
}
.hltPageCounterText {
    cursor:pointer;
}

.tabUeber input[type="text"]
{
	width: auto !important;
}
.tabUeberHoch {
    max-width:35px;
    text-align:center;
    white-space:nowrap;
    transform-origin:50% 50%;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.tabUeberHoch:before {
    content:'';
    padding-top:110%;/* takes width as reference, + 10% for faking some extra padding */
    display:inline-block;
    vertical-align:middle;
}

.tabUeberHoch img {
	vertical-align: middle;
    cursor:pointer;  	
}

.tabUeberPivot
{
     width:140px;
    -moz-transform:rotate(-270deg); 
    -webkit-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
 
}

.tabUeberSearch
{
    font-size:20px;
    font-weight:bold; 
    /*font-style:italic;*/
    color: rgb(0,0,0);
}

.tabRowPivot
{
    height:140px;
}
.tabEditVorgabe
{
    width:40px;
    color:#aaaaaa;
    font-style:italic;         
}

.tabEditVorgabeError
{
    width: 40px;  
    border: 1px solid #ff0000;
}

.tabEditVorgabe2
{
    width:40px;      
}   

.tabUeberClick, .tabUeberClickSmall
{
    font-size:14px;
    font-weight:bold; 
    /*font-style:italic;*/
    color: rgb(0,0,0);
    cursor:pointer;
	/*text-align: left;	*/
}
.tabUeberClickBig
{
    font-size:17px;
    font-weight:bold; 
    /*font-style:italic;*/
    color: rgb(0,0,0);
}
.tabRessourcen thead
{
    /*position:fixed;*/
}
.myAnchor
{
    display:block;
    top:-10px;
    vertical-align:top;   
    width: 100%;
}
.tdSerach
{
    text-align:right;
    vertical-align:middle;
}

.tdSerach img
{
     vertical-align:middle;
}

.tdSerach input[type="text"]
{
     vertical-align:middle;
}

.myTextSerach
{
    border: 1px solid #c8c8c8;
    font-size:13px;
    padding: 4px;
    width: 200px;
    color:#aaaaaa;
    font-style:italic;  
    vertical-align:top;
}
.myTextSerachAction
{
    border: 1px solid #c8c8c8;
    font-size:13px;
    padding: 4px;
    width: 200px;
	color:rgb(0,0,0);
    font-style:normal;  
    vertical-align:top;
}
.myInnerTableUeber	
{
    font-size:13px;
    color: rgb(0,0,0);
    font-weight:bold;
}
.myInnerTableUeberWhite
{
    font-size:13px;
    color: rgb(255,255,255);
    font-weight:bold; 
}


.myInnerTableUeberStrike
{
    font-size:13px;
    color: rgb(0,0,0);
    text-decoration: line-through;  
}

.tabUeberTable {
    color: #FCFCFC;
    /*text-shadow: 2px 2px 1px rgba(200, 200, 200, 1);*/
    font-size: 17px;
    padding-left: 230px;
    padding-top: 10px;
    text-align: left;
    width: 700px;
    z-index: 5000;
    position: absolute;
}
}
.myUL
{
    list-style-type: none;
    margin: 0 0 0 0px;
    padding: 0;
}
.myHeaderTableJS {
    
    /*width:100%;*/
    padding-left:9px;
}
.myHeaderScroll 
{
    display: none;
    position: absolute;
    top: 112px;
    background-color:rgb(255,255,255);
    margin-left:1px;
    margin-right:1px;
	width:100%;
    overflow:hidden;
    z-index:2;
}

.myHeaderInfo
{

    padding-left:320px;
    display: none;
    text-align:left;
    font-size:15px;
    width:70%;
    color: white;
}

.myDivBubble
{
    position: relative;
    width: 96%;
    left: 3%;
    min-height: 120px;
    padding: 0px;
    padding-left: 10px;
    background: rgb(241,241,241);
    border: rgb(142,201,193) solid 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: rgb(0,0,0);
    font-size:13px;

    top:-20px;
    /*display:none;*/
}


.myDivBubbleScroll
{
    /* position: relative; */
    min-height: 40px;
    /*max-height: 550px;*/
    overflow:scroll;
    padding: 5px;
    background: rgb(241,241,241);
    border: rgb(220,220,220) solid 1px;
    /*-webkit-border-radius: 3px;*/
    /*-moz-border-radius: 3px;*/
    /*border-radius: 3px;*/
    color: rgb(0,0,0);
    font-size:13px;
 	overflow-x: hidden;
	overflow-y: scroll;
    /*top:-20px;*/
    width:99%;
    /*left: 932px;*/
    /*display:none;*/
	float: right;
	margin-bottom: 20px;	
}
/*
.myDivBubble:after, .myDivBubbleScroll:after
{
    content: "";
    position: absolute;
    top: -20px;
    left: 435px;
    border-style: solid;
    border-width: 0 20px 20px;
    border-color:  rgb(241,241,241) transparent;
    display: block;
    width: 0;
    z-index: 1;
}
*/

.myDivBubbleScroll_Edit
{
    position: relative;
    min-height: 40px;
    /*max-height: 550px;*/
    overflow:scroll;
    padding: 5px;
    background: #eee;
    border: rgb(220,220,220) solid 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: rgb(0,0,0);
    font-size:13px;
 	overflow-x: hidden;
	overflow-y: scroll;
    top:-20px;
    width:99%;
    /*left: 932px;*/
    /*display:none;*/
}

.divEditUeber
{
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 50%;
    font-size: 14px;
    font-weight: bold;
}
/*
.myDivBubble:before, .myDivBubbleScroll:before
{
    content: "";
    position: absolute;
    top: -21px;
    left: 434px;
    border-style: solid;
    border-width: 0 21px 21px;
    border-color: rgb(142,201,193) transparent;
    display: block;
    width: 0;
    z-index: 0;
}
 */
.myDivBubbleScrollClose {
    background-color: rgb(241,241,241);
    border: solid 1px #c3e7ff;;
    /* border-radius: 20px; */
    color: rgb(0,0,0);
    height: 20px;
    /* left:99%;*/
    position: relative;
    text-align: center;
    top: 2px;
    width: 20px;
	margin-bottom: 2px;	
    z-index: 201;
    float: right;
}

.myDivBubbleScrollCloseBubble {
    background-color: rgb(241,241,241);
    border: solid 1px rgb(162,162,162);
    border-radius: 20px;
    color: rgb(0,0,0);
    height: 20px;
    /*left: 950px;*/
    position: relative;
    text-align: center;
    top: 2px;
    width: 20px;
    z-index: 201;
}

.myDivBubbleScrollCloseLink
{   
    color: rgb(0,0,0);
    text-decoration:none;
}
.myDivBubbleScrollCloseLink:hover
{   
    color: rgb(255,0,0);
    font-weight:bold;
    text-decoration:none;
}

.myDivBubbleScrollCloseLink:visited
{   
    color: rgb(0,0,0);
    text-decoration:none;
}
.myDivBubbleClose 
{
    background-color: rgb(241,241,241);
    border: 1px solid #bed2fa; 
    border-radius: 20px;
    color: rgb(0,0,0);
    height: 20px;
    left: 99%;
    position: relative;
    text-align: center;
    top: -6px;
    width: 20px;
    z-index: 201;
}
.myDivBubbleCloseLink
{   
    color: rgb(0,0,0);
    text-decoration:none;
}
.myDivBubbleCloseLink:hover
{   
    color: rgb(255,0,0);
    font-weight:bold;
    text-decoration:none;
}
.myDivBubbleCloseLink:visited
{   
    color: rgb(0,0,0);
    text-decoration:none;
}

.myDivBubble a
{
    text-decoration:none;
    color:rgb(0,0,0);
}

.myDivBubble a:hover
{
    text-decoration:none;
    color:rgb(0,0,0);
}
.myDivBubble a:visit
{
    text-decoration:none;
    color:rgb(0,0,0);
}

.tabEditLinks
{
    color: rgb(0,0,0);
    font-size:13px;
    font-weight:bold;
    text-align:right;
    /*vertical-align:top;*/
	/*min-width: 150px;*/
    /*width:200px;*/
}


.tabEditLinksWhite
{
    color: #ffffff;
    font-size:13px;
    font-weight:bold;
    text-align:right;
    /*vertical-align:top;*/
}
.tabEditLinks
{
    /*vertical-align:text-top;*/
    
}
.tabEditLinks2
{
    color: rgb(0,0,0);
    font-size:13px;
    /*vertical-align:text-top;*/
}
.tabEditLink3
{
    color: rgb(0,0,0);
    font-size:13px;
    vertical-align:bottom;
}
.tabEditRechts
{
    color: rgb(0,0,0);
     font-size:13px;	
    /*font-weight:bold;*/
    text-align:left;
    /min-width:200px;
	/*width: 0px;*/
}
.tabEditRechts img
{
    vertical-align:middle;
	padding-left:5px;
}
.tabEditRechts input[type="text"]
{
	vertical-align:middle;
}

.tabEditUeberLinks
{
    color: rgb(0,0,0);
    font-size:13px;
    font-weight:bold;
    text-align:right;
    /*vertical-align:top;*/
}

.tabEditUeberRechts
{
    color: rgb(0,0,0);
    font-size:13px;
    font-weight:bold;
    text-align:left;
    padding-bottom: 5px;
    padding-left: 12px;
    /*vertical-align:top;*/
}

.tabEditControl, .divlblError
{
	vertical-align:top;
	color: Red;
	font-size:13px;
	font-weight:bold;
	text-align:left;
    /*min-width:200px;*/
}
.tabUeberDelete
{
	text-align:center;
	color: #c10000;
	font-size:15px;
	font-weight:bold;
}
.tabUeberTableSub
{
	font-size:16px;
	font-weight:bold;
	text-align:left;
}
.myNCProgramm
{
	font-size:13px;
	height:75vh;
	overflow-y:scroll;
}
.ncProgrammPart {
 	max-height:50vh;
	overflow-y:scroll;
}
.myMaschineGruppeChoose
{
    display: none;
    background-color: #F4F4F4;
    border: 1px solid #505050;
    color: rgb(0,0,0);
    font-size:15px;
    left: 730px;
    position: absolute;
    text-decoration: none;
    top: 75px;
    width: 200px;
    z-index: 10000;   
}
.myMaschinenGruppeListe
{
    cursor:pointer;
}
.myMaschinenGruppeListe:hover
{
    background-color: #bed2fa; 
    cursor:pointer;
}
.myNCPorgComp
{
    display: none;
    background-color: #F4F4F4;
    border: 1px solid #505050;
    color: rgb(0,0,0);
    text-align:center;
    overflow:hidden;
    font-size:15px;
    left: 420px;
    position: absolute;
    text-decoration: none;
    top: 75px;
    width: 450px;
    z-index: 10000;
}
.myMaschineReciveChoose
{   
    display: none;
    background-color: #F4F4F4;
    border: 1px solid #505050;
    color: rgb(0,0,0);
    font-size:15px;
    left: 730px;
    position: absolute;
    text-decoration: none;
    top: 75px;
    width: 200px;
    z-index: 10001;
}
.myHomeButton
{  
    width: 279px;
    height: 110px;
    position:absolute;
    z-index:5001;
    cursor:pointer;
}
.myKWButton
{
    position:absolute;
    width:100%;
    text-align:right;
    font-size:22px;
    font-weight:bold;
    padding-top:10px;
}
.myFehler
{
    font-weight:bold;
    color: #c10000;
    font-size:17px;
}
.strWarn
{
    font-weight:bold;
    color: #fcb040;
    font-size:17px; 
    text-align:center;
}
.myErfolg, .myErfolgLink, .myErfolgLink:hover
{
    font-weight:bold;
    color: rgb(142,201,193);
    font-size:17px;
}

.myErfolg2
{
    color: rgb(142,201,193);
    font-size:17px;
}

.tabCalUeberTable
{
    font-weight:bold;
    color: rgb(0,0,0);
    font-size:17px;
    text-align:center;
}
.tabCalUeber
{
    font-weight:bold;
    color: rgb(142,201,193);
    font-size:15px;
}
.tabCal
{
    cursor:pointer;
    font-weight:normal;
    color: rgb(0,0,0);
    font-size:13px;
}
.tdCalNow 
{
    background-color: #bed2fa; 
}

.tdCalMark
{
    background-color: #4646ff;
    color:white;
}

.tabCalInactive
{
    text-decoration:line-through;
    font-weight:normal;
    color: rgb(0,0,0);
    font-size:13px;
}
.myFileBubbleNew
{
    text-align:right;
}
.myStempelCount
{
    font-size: 8px;
    height: 0;
    left: 17px;
    position: relative;
    top: -10px;
    z-index: 10;
}
.tabResult
{
    font-size:13px;
    font-weight:bold;
    color: rgb(0,0,0);
}


.myBoxLeft {
    left: 20px;
    position: absolute;
    top: 32%;
    z-index: 2001;
}


.myBoxRight {
    position: absolute;
    right: 470px;
    top: 32%;
    z-index: 2001;
}

.myBoxLeftBig {
    left: 20px;
    position: absolute;
    top: 48%;
    z-index: 2001;
}


.myBoxRightBig {
    position: absolute;
    right: 55px;
    top: 48%;
    z-index: 2001;
}

.myRuestComment
{
    /*position: absolute;
    left: 50px;
    width: 472px;
    top: 70%;
    z-index: 2001;*/
    color:Black;
    text-align:center;
    font-weight:normal;
}

.myBoxRight a {
    background: url("../img/rechts.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    display: block;
    height: 300px;
    margin-top: -150px;
    width: 60px;
}


.myBoxLeft a {
    background: url("../img/links.png") no-repeat scroll -59px center rgba(0, 0, 0, 0);
    display: block;
    height: 300px;
    margin-top: -150px;
    width: 60px;
}

#divHltPage .tabAllgInput {
    width:600px !important;
}
#divHltPage .tabAllgSelect {
    width:600px !important;
}
#divHltPage .tabAllgInput.uidtxt,
#divHltPage .tabAllgInput.bub,
#divHltPage .tabAllgInput.time,
#divHltPage .tabAllgInput.date {
     background-position-x: 585px !important;
}

#divHltPage .tabAllgInput.uidtxt,
#divHltPage .tabAllgInput.bub,
#divHltPage .tabAllgInput.time,
#divHltPage .tabAllgInput.date,
#divHltPage .tabAllgInput.cdate,
#divHltPage .tabAllgInput.ctime,
#divHltPage .tabAllgInput.timejust {
    width: 610px !important;
}


.tabAllgInput 
{
    width: 400px;
}

.hlt-page-voice-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.hlt-page-voice-wrapper-textarea {
    position: relative;
    display: inline-block;
}

.hlt-page-voice-wrapper-textarea .tabAllgTextArea {
    padding-right: 36px;
    box-sizing: border-box;
}

.hlt-page-voice-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    padding: 0;
    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
    cursor: pointer;
}

.hlt-page-voice-wrapper-textarea .hlt-page-voice-button {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 2;
}

.hlt-page-voice-button img {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
}

.hlt-page-voice-button.recording {
    background: #d60000 !important;
    border-radius: 4px;
}

.hlt-page-voice-button.recording img {
    filter: brightness(0) invert(1);
}

.hlt-page-voice-button.processing {
    cursor: wait;
    opacity: 0.55;
}

.hlt-page-transcribe-loading {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.35);
}

.hlt-page-transcribe-loading.visible {
    display: flex;
}

.hlt-page-transcribe-loading-box {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 24px;
    border: 1px solid #9f9f9f;
    background: #ffffff;
    color: #000000;
    font-weight: bold;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.hlt-page-transcribe-loading-box img {
    display: block !important;
    width: 32px !important;
    height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
}

.tabAllgInput.uidtxt, .tabAllgInput.bub
{
    background-repeat: no-repeat;
    background-image: url('../img/bubble16.png');
    background-size: 16px;
    background-position-x: 385px;
    background-position-y: 5px;
}
.tabAllgInput.time, .tabAllgInput.date
{
    background-repeat: no-repeat;
    background-image: url('../img/calendar16.png');
    background-size: 16px;
    background-position-x: 385px;
    background-position-y: 3px;
}

.tabAllgInput.uidtxt,
.tabAllgInput.bub,
.tabAllgInput.time,
.tabAllgInput.date,
.tabAllgInput.cdate,
.tabAllgInput.ctime,
.tabAllgInput.timejust {
    background-position: right 18px center !important;
    padding-right: 36px;
    box-sizing: border-box;
}

.tabAllgSelect 
{
    width: 400px;
}

.tabAllgTextArea
{
    width: 400px;
}

.txtAllgInputMust {
    border: solid 1px #c10000;
    background-color: #bed2fa; 
}

.myHLTWebsiteFilter .tabAllgInput {
    width: auto !important;
}
.myHLTWebsiteFilter .tabAllgSelect {
    width: auto !important;
}

.myHLTWebsiteEditInTable .tabAllgInput, .myHLTWebsiteNewInTable .tabAllgInput {
    width: auto !important;
    max-width:120px;
}
.myHLTWebsiteEditInTable .tabAllgSelect, .myHLTWebsiteNewInTable .tabAllgSelect {
    width: auto !important;
    max-width:150px;
}


.myDivBubblePage .tabAllgInput, .myDivBubblePage .tabAllgSelect, .myDivBubblePage .tabAllgTextArea,  .myDivBubblePage input[type='file']  {
     width: 375px !important; 
}

.myDivBubblePage .tabEditControl {
    display:none !important;
}
.myDivBubblePage .divlblError {
    display:block !important;
}




.tabButtonSpezial
{
    vertical-align:top;
}

.tabAmpel /*.tabAmpelHLT,*/
{
    width:35px;
}

.tabAmpelFix {
    width:35px;
    height:32px;
}


.hltPageTable .tabAmpelHLT {
    width:35px;
    height:32px;
}

/* Plantafel */

.myMaschine
{
	left:80px;
	position:absolute;
}
.myMaschineCaption
{
	left:-50px;
	top:-10px;
	position:relative;
	float:left;
}

.myStepFirst
{
	height:3px;
	background-color:#505050;
	text-align:center;
	float:left;
	z-index:1;
	position:relative;
}
.myStepFirstDot
{
	top:-2px;
	position:relative;
}
.myStepFirstLine
{
	
	width:2px;
	height:20px;
	background-color:#505050;
	position:relative;
}
.myStepFirstLetter
{
	z-index:3;
	position:relative;
}
.myStepSecondLine
{
	width:2px;
	top:-30px;
	height:30px;
	background-color:#505050;
	position:relative;
}

.myStepSecondCaption
{
	top:-79px;
	position:relative;
	z-index:3;


}

.myStepSecondDot
{
	top:-52px;
	position: relative;
	z-index:3;

}
.myStepThirdLine 
{
	height:50px;
	width:2px;
	background-color:#505050;
	position:relative;
}
.myStepThridCaption
{
	z-index:3;
	position:relative;
}
.myStepForthLine
{
	width:2px;
	top:-60px;
	height:60px;
	background-color:#505050;
	position:relative;
	z-index:1;
}
.myStepForthDot
{
	top:-82px;
	position:relative;	
	z-index:2;
}
.myStepForthCaption
{
    top: -139px;
    position:relative;
    z-index:3;
}
.mySeperator
{
	position:absolute;
	height:2px;background-color:#505050;
	width:98%;
}

.myhltWebsiteImage
{
    width:200px;
    max-width:200px;
}
.myhltWebsiteImageLink {
    color:black;
}

.myHLTWebsiteSildeShow
{
    max-height:300px;    
    max-width:500px;

}
.myAllgSildeShow
{
    width:600px;    
}

.inputError
{ 
    color:#c10000;
    border: 1px solid #c10000;
}

.myNCompareCell
{
    max-width:450px;
    overflow:hidden;
}

.tabReiter
{
    margin-top:15px;
    /*margin-bottom:15px;
    border-radius: 10px;
    border: 1px solid #bed2fa; 
    background-color: #bed2fa; */
    cursor:pointer;
    
}
/*
.tabDivAktiv
{
   color: rgb(0,0,0);
   font-weight:bold;
   padding:6px;
   background-color: white;
   border-top: 1px solid #bed2fa; 
   border-left: 1px solid #bed2fa; 
   border-right: 1px solid #bed2fa; 
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   z-index:3;
   position:relative;
}
.tabDiv
{   
    color: rgb(0,0,0);
}

.divDokuReiter
{
     margin-top:-3px;
     padding: 6px;
     padding-top:15px;
     min-height:300px;
     border: 1px solid #bed2fa; 
     border-top-left-radius: 2px;
     border-top-right-radius: 2px;
    
     border-bottom-left-radius: 10px;
     border-bottom-right-radius: 10px;
     z-index:2;
     position :relative;
}
*/

.tabEditGreenLinksFirst {
   color: rgb(0,0,0);
    background-color: #bed2fa; 
    border-right: 1px solid #c3e7ff;;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tabEditGreenLinksLast
{
    color: rgb(0,0,0);
    background-color: #bed2fa; 
    border-right: 1px solid #c3e7ff;;   
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    
}

.tabEditGreenLinks
{
    color: rgb(0,0,0);
    background-color:  #bed2fa; 
    border-right: 1px solid #c3e7ff;;   
}

.tabEditWhiteLinksFirst
{
    color: rgb(0,0,0);
    background-color: #c3e7ff;;
    border-right: 1px solid #c3e7ff;;   
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    
}

.tabEditWhiteLinksLast
{
    color: rgb(0,0,0);
    background-color:  #c3e7ff;;
    border-right: 1px solid #c3e7ff;;   
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    
}

.tabEditWhiteLinks
{
    color: rgb(0,0,0);
    background-color: #c3e7ff;;
    border-right: 1px solid #c3e7ff;;   
}
#filedrag, .fileDragNew, .fileDragNewHover
{
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
}

#filedrag.hover
{
	color:rgb(142,201,193);
	border-color: rgb(142,201,193);
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}
.fileDragNewHover {
    color:rgb(142,201,193);
	border-color: rgb(142,201,193);
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}

.tabAmpelSmall 
{
    display:none;
    width:35px;
}
.myDropClass {
    height:30px;
    border-radius:5px;
    margin:10px;
    border: 1px solid #C10000;
}

.tdAmpelMain {
    width:64px;
    padding-right:5px;

}
.imgHLTPage, .imgPointer{
    cursor:pointer;
}
.txtSmall, .drpSmall, .inputError
{
	width: auto !important;
}

.imgHLTPageTable
{
	max-width: 800px;
	max-height: 360px;
}

.myInnerContent {
    padding-left:6px;
    padding-right:6px;
    padding-top:2px;
    width:97%;
    height:145px;
    overflow:scroll;
}

.mySelectLI {
    list-style: outside none none;
    margin-top:8px;
}

.mySelectUL {
    padding:0;
    margin:1px;

}
.mySelectIMG {
    border: solid 1px lightgray;
    max-width: 294px;
    padding:5px;
}
.myChooseText {
   float:left;
   width:265px;
}

.myNoMark {
   text-decoration:none;
   color: black;
   
}

.myDivPlaceHolderUidTxt {
    height:400px;
}
.hltPageTable .myDivPlaceHolderUidTxt {
    display:none;
}

.uidDropDownDiv 
{
    z-index:99999;
    background-color:white;
    padding: 6px;
    border: solid 1px #bed2fa; 
    max-height:400px;
    overflow-y:scroll;
}

.uidDropDownEntry, .uidDropDownEntryActive
{
    font-size: 13px;
    font-family:Verdana;
    cursor:pointer;
   
}
.uidDropDownEntry:hover, .uidDropDownEntryActive:hover 
{
    background-color:#bed2fa; 
    color:white;
}

.uidDropDownEntryActive 
{
    background-color:#bed2fa; 
    color:white;
}

/*bubble uid drp*/

.myBubbleLeft {
    position: absolute;
    width: 550px;
    min-height: 70px;
    padding: 0px;
    background: #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #444 solid 1px;
    z-index: 5505;
    padding: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
    /*height:340px;*/
}

.myBubbleLeft:after 
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0px 15px 0px 15px;
    border-color: transparent #ddd;
    display: block;
    width: 0;
    z-index: 1;
    left: -15px;
    top: 24px;
}


.myBubbleLefthltPage 
{
    position: fixed;
    min-width: 500px;
    min-height: 70px;
    padding: 0px;
    background: #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #444 solid 1px;
    z-index:5505;
    padding:5px;
    /*height:340px;*/
        
}



.myDivListHeader {
    margin-top: 10px;
}

.myDivList {
	height: 270px;
	overflow-y: scroll;
	right: 20px;
	left: 25px;
	/*position: absolute;*/
	margin: 15px;
    background: #fff;	
    border: 1px solid #999;
    border-radius: 4px;    
}

.myDivListCal {
	height: 310px;
	overflow-y: scroll;
	right: 20px;
	left: 25px;
	margin: 15px;
    background: #fff;	
}

.myDivListCalUeber {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    cursor:pointer;
}

.myDivList .tabList {
    border-spacing: 1px 1px;
}

.myDivList .tabList td, .myDivList .tabList .tabWhite, .myDivList .tabList .tabBlue {
    border-bottom-color: #ddd;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

.myDivList .tabList tr:hover {
    background-color: #bed2fa; 
    cursor:pointer;
}

.myDivList .tabList .tabUeber:hover {
    background-color: #fff;
    cursor:auto;
}



.myBubbleCover {
    position:fixed;
    top:118px;
    left:0px;
    right:0px;
    bottom:0px;
    z-index:5501;
}


.myBubbleLeft2
{
    position: fixed;
    min-height: 70px;
    min-width:300px;
    padding: 0px;
    background: #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #444 solid 1px;
    z-index:188;
    padding:5px;
        
}

.myBubbleLeft2:after 
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0px 15px 0px 15px;
    border-color: transparent #ddd;
    display: block;
    width: 0;
    z-index: 1;
    left: -15px;
    top: 24px;
}



.myBubbleCover2 {
    position:fixed;
    top:118px;
    left:0px;
    right:0px;
    bottom:0px;
    z-index:185;
}

/*end Bubble*/


/*hlt_Page Reiter*/
.hltPageReiter  {
	border-spacing: 2px 2px;	
}

.hltPageReiter table {
	border-spacing: 2px 2px;	
}

.hltPageReiterCell, .hltPageReiterCell2, .tabDiv {
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    color: rgb(0,0,0);
    padding: 10px;
    /* font-style: italic; */
    background-color: #c3e7ff;;
    border-top: 1px solid #bed2fa; 
    border-left: 1px solid #bed2fa; 
    border-right: 1px solid #bed2fa; 
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.hltPageReiterCellAktiv, .hltPageReiterCell2Aktiv, .tabDivAktiv {
    font-weight: bold;
    font-size: 15px;
    color: rgb(0,0,0);
    padding: 10px;
    /* font-style: italic; */
    background-color: #bed2fa; 
    border-top: 1px solid #bed2fa; 
    border-left: 1px solid #bed2fa; 
    border-right: 1px solid #bed2fa; 
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* z-index: 3; */
    /* position: relative; */
}

.hltPageReiterRed {
    border: 3px solid #c10000 !important;
    color: #c10000 !important;
}

.hltPageTAB, .hltPageTAB2, .hltPageTAB3, .divDokuReiter {
    margin-top: -3px;
    padding: 6px;
    padding-top: 15px;
    min-height: 300px;
    border: 1px solid #bed2fa;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 2;
    position: relative;
}

.hltPageTAB2, .hltPageTAB3 {
    max-width:88vw;
}


.clsFixedHeaderLine {
    position:fixed;
    top:112px;
    height:15px;
    width:99%;
    background-color:white;
}
.clsFixedPostionKorr {
    height: 60px;
}
.clsFixedPostionKorr2{
    height: 130px;
}

.clsFixedRow
{
    background-color:white;
}

.clsTableHeaderFixed {
     position:fixed;
     background-color:white;
     top: 180px;
     z-index:3;
}


.clsTableHeaderFixed2 {
     position:fixed;
     background-color:white;
     top: 210px;     
     z-index:3;
}

.tdMinWidth {
    min-width: 40px;
}

.myToolScroll {
    max-height:78vh;
    overflow-y:auto;
    overflow-x:hidden;
}
.myToolScroll table {
    min-width:330px;
}
.myToolScroll table td{
    cursor:pointer;
}


.myDivKomplettWerkzeugeUeber{
    position:fixed;
    top:112px;
    height:160px;
    width:99%;
    background-color: white;
    z-index:2000;
}
.myFixKomplettHeight {
       height:150px;
       background-color: white;
       z-index:200;
}

.tabStatistik td {
    padding-left:0px;
    padding-right:0px;
}

.trStatisitk {
    vertical-align:bottom;
}

.tdStatisitk {
    
    overflow:hidden;
}

.divStatistik {
     background-color: #bed2fa; 
}

.divStatistikFrueh {
     background-color: #ffa439;
}

.divStatistikAbend {
     background-color: #ff5837;
}

.divStatistikNacht {
     background-color: #4a37ff;
}


.tdStatisitkPer {
    text-align:center;
}
.tdStatisitkSub {
    vertical-align:top;
    text-align:center;
    max-width:40px;
}
.tdStatisitkSep {
    width:4px;
    min-width:4px;
}
.divStatistikPer {
    height:10px;
}
.divStatistikSub {

    -webkit-transform: rotate(70deg);
    -moz-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    -o-transform: rotate(70deg);
    transform: rotate(70deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    text-align:center;
    white-space: nowrap;
}

.divStatistikLine, .divGruppeLastSep {
    position: absolute;
    height: 0px;
    left: 15px;
    right: 2px;
    border-top: 1px dotted rgb(80,80,80);
    z-index: 999;
    overflow: visible;
}
.divGruppeLastSepPopUP {
    position: absolute;
    height: 0px;
    border-top: 1px dotted rgb(80,80,80);
    overflow: visible;
    width:800px;
    z-index:6000;
}

.tdStatistikIndex {
    min-width:35px;
}

#myShowFoto {
    min-width:85%;
}

#myShowFoto div iframe{
    min-width:100% !important;
	min-height:100% !important;
}

.divVerefugbar, .divResBelegt, .divPersVerfu, .divResSep {
    max-width:20px;
    width:20px;
    display:flex;
} 
.divVerefugbar {
    background-color: #ffa439;
}
.divResBelegt {
    background-color: #ff5837;
}
.divPersVerfu {
    background-color: #4a37ff;
}
.tabResGruppeLast td {
    padding-left: 0px;
    padding-right: 0px;
}
.myLegende {
    position: fixed;
    background-color: white;
    z-index: 1000;
    top: 120px;
    right: 2px;
    padding-right: 6px;
}

div#myDivTool td { 
    padding: 6px;
}

.myToolPreview{
    border-left:1px solid black;
    border-bottom:1px solid black;
    border-right:1px solid black;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    min-height: 400px;
    padding: 10px;
    margin-top:-2px;
}
.myDivReiterUeberAktiv {
    border-left:1px solid black;
    border-right:1px solid black;
    border-top:1px solid black;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    padding:4px;    
    font-weight:bold;
}
.myDivReiterUeber {
    border-bottom:1px solid black;
    padding: 4px;
}
.clsFormEditShowUeberTd {
    font-weight:bold;
}
.clsFormEditEditValueTd {    
    padding-right:30px !important;
}
.clsFormEditInput {
    width:100%;
}
.clsFormEditIMGInfo {
    height:16px;
}

.imgRuestFoto {
    max-width:600px;
    max-height:600px;
}

.filedragInline
{
	display: block;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
}

.filedragInline.hover
{
	color:rgb(142,201,193);
	border-color: rgb(142,201,193);
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}
.hltPagePaging {
    color: black !important;
}
.divShowLeftFix {
    position:fixed;
    background-color:white;
    bottom:40px;
    overflow:hidden;
    z-index:3;
    left:0px;
    padding-left:8px;
}
.divShowLeftFixHeader {
    position: fixed;
    z-index: 4;
    top: 112px;
    height: 73px;
    background-color: white;
    left: 0px;
    padding-left: 8px;
    display:none;
}

/*Graphical Dropdown*/
.drpGraph {
	 border: 1px solid #c3c3c3;
	 -moz-border-radius:5px; border-radius:5px; 
	 display: inline-block;
	 width: 408px;
}

.drpGraphHeader{
	padding:0; 
	position:relative; 
	display:inline-block; 
	width:100%;
	-moz-border-radius:5px 5px 0 0; 
	border-radius:5px 5px 0 0;
	color: #000;	
}

.drpGraphDivider{
	border-left:1px solid #c3c3c3;
	border-right:1px solid #fff;
	right:24px;
	width: 0;
	height: 100%;
	position: absolute;
}

.drpGraphPadding{
	padding: 5px 20px 5px 5px;
	display: block;
}

.drpGraphArrow{
	width: 24px;
	height: 100%;
	position: absolute;
	right: 0px;
	cursor: default;
	
}
.drpGraphArrow:hover {
	background-color: #efefff;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	cursor: default;
}

.drpGraphArrow2 {
	position: absolute;
	top: 30%;
	left: 3px;
}

.drpGraphDesc{
	font-size:12px; 
	color:#666;
}

.drpGraphUeber {
	color:black;
}

.drpGraphDropDown {
    position:fixed;
    z-index:5555;   
    width: 408px;
    background-color:white;
    max-height:500px;
    overflow-x:hidden;
    overflow-y:scroll;
}

.myHLTWebsiteFilter .drpGraph, .myHLTWebsiteFilter .drpGraphDropDown  {
 width: 208px !important;
}

/*End Graphical Dropdown*/

.myDXF {
    width:40%;
}

.myIFrameClass {
	position: absolute;
	height: 85%;
	border: none;
	width: 95%;
    
}

.myPopUpTdiFrame {
    min-width: 85vw;
    min-height:90vh;
}

.tabUeberZwischenBig {
	/* font-size: 13px; */
	background-color: #fcb040;
	color: rgb(0,0,0);
	/* color: rgb(255,255,255); */
	/* border-right: 1px solid #fdc97c; */
	/* border-top: 1px solid #FFFFFF; */
	/* border-bottom: 1px solid #FFFFFF; */
	/* border-left: 1px solid #FFFFFF; */
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 41px;
	font-weight: bold;
	font-size: 16pt;
}


.tabUeberZwischenBig2 {
    /* font-size: 13px; */
    background-color: #8EC9C1;
    color: rgb(0,0,0);
    /* color: rgb(255,255,255); */
    /* border-right: 1px solid #fdc97c; */
    /* border-top: 1px solid #FFFFFF; */
    /* border-bottom: 1px solid #FFFFFF; */
    /* border-left: 1px solid #FFFFFF; */
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 20px;
    font-weight: bold;
    font-size: 16pt;
}

.tabCalUeberAlles
{
    color: #fdbe01;
    font-weight:bold;
    font-family: Verdana, sans-serif;

    font-size: 16px;
    padding-bottom:4px;
}

        .lpm-menu-grid {
            display: table;
            table-layout: fixed;
            width: 100%;
            list-style-type: none;
            padding-left: 0;
            padding-right: 0;
            margin-left: 0;
            margin-right: 0;
        }


        .lpm-gl {
            float: left;
            margin: 10px 10px 10px 10px;
            width: 150px;
            height: 180px;
            overflow: hidden;
            background-color: #8ec8c0;
            border-radius: 8px;
            -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
            -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
            box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
        }

        .lpm-gr {
            float: right;
            margin: 0;
        }

        .lpm-mbox {
            padding: 10px 10px 10px 10px;
            text-align: center;
            vertical-align:middle;
        }

        .lpm-mbox-img {
            float: left;
            width: 100%;
            align-content: center;
            vertical-align: middle;
            max-height:100px;
            min-height:100px;
        }
        
        .lpm-mbox-img img {
            align-content: center;
            border: 0 solid;
            max-height: 100px;
            max-width: 100px;
            overflow: hidden;
        }

        .lpm-mbox-text {
            float: left;
            width: 100%;
            height: 100%;
            align-content: center;
            vertical-align:middle;
        }

        .lpm-mbox-text h4 {
            /* font-weight: 400; */
            font-size: 12px;
            /*line-height: 14px;
        margin: 0.5em 0 0 0; */
            text-align: center;
        }

        .lpm-mbox p {
            font-weight: 400;
            font-size: 16px;
            line-height: 22px;
        }

        .lpm-gr {
            float: right;
            margin: 10px 10px 10px 10px;
            width: 150px;
            height: 180px;
            overflow: hidden;
            background-color: #c00418;
            border-radius: 8px;
            -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
            -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
            box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
        }

		.lpmMDE {
			font-size: 13px;
			padding: 10px;
			border-radius: 5px;
			border-color: #bed2fa; 
			border-style: solid;
			border-width: 3px;
            margin-bottom: 15px;
		}
		
        .lpmMDE H1 {
			font-size: 14px;			
            font-weight: bold;
            padding-left:180px;
        }

		.lpmMDE .Link {
			cursor: pointer;
			color: #f9af43;
            font-weight: bold;			
		}
		
        .lpmMDETable {
            display: table;
        }

        .lpmMDETableR {
            display: table-row;
        }

        .lpmMDETableHeading {
            background-color: #EEE;
            display: table-header-group;
        }

        .lpmMDETableC, .lpmMDETableCH, .lpmMDETableHead {
            display: table-cell;
            padding: 3px 0px;
            padding-left: 20px;
        }

        .lpmMDETableCH {
            font-weight:bold;
            text-align: right;
        }

        .lpmMDETableHeading {
            background-color: #EEE;
            display: table-header-group;
            font-weight: bold;
        }

        .lpmMDETableFoot {
            background-color: #EEE;
            display: table-footer-group;
            font-weight: bold;
        }

        .lpmMDETableBody {
            display: table-row-group;
        }


.myDivPageComment .tabEditLinks {
    width:40%;
}
.myDivPageComment {
        width:95%;
}
.divlblError {
    display:none;
}
.myDivSlideShowComment {
    /*width:600px;
    max-width: 600px;*/
    min-width: 600px;
    max-width: 750px;
}
.myDivSlideShowCommentPDF {
    height: 60vh;
    width: 80vw !important;

    /*
    max-width: 80vw !important;
    min-width: 80vw !important;
    */
}

.myDivSlideShowSmall {
    max-width: 200px;
    min-width: 200px;
    float: left;
}

.folderContainer {
    padding-left: 15px;
}

.folderKeeperBlue, .folderKeeperWhite, .folderKeeper, .fileKeeperBlue, .fileKeeperWhie, .fileKeeper {
    height:29px;
    margin-bottom:2px;
    padding-top: 6px;
    padding-left:6px;
}

.fileIMG {
    max-height:95%;
    max-width:90%;
}

.fileIMGBIG {
    
}

#myGESTK {
    position:fixed;
    top: 290px;
    bottom:80px;
    overflow-x: scroll;
    overflow-y: scroll;
   
}
#myFiles {
    position:fixed;
    top: 290px;
    bottom:80px;
    overflow-x: scroll;
    overflow-y: scroll;
   
}
#myHeaderSTK {
    padding-left:0px !important;
    /*height: 87px;*/
}

#myGESTK{
    width:38%;
}
#myFiles {
    width: 28%;
}
.myFilePreviewBIG {
    overflow:scroll;
}

#myFilePreview {
    position: fixed;
    top: 290px;
    bottom: 80px;
    overflow: scroll;
    overflow-y: scroll; 
    width: 28%;
}

.myDivContentPreviewMain {
    overflow:scroll;
    height:80vh;
    max-height:85vh;

}


/*Mitarbeiter Kaelnder Jelba*/

#ctl00_plcContentMaster_KB {
    BORDER-COLLAPSE: separate;
    MARGIN: 2px
}
        
#ctl00_plcContentMaster_KB TD {
    BORDER-TOP: white 1px solid;
    HEIGHT: 18px;
    BORDER-RIGHT: white 1px solid;
    BORDER-BOTTOM: white 1px solid;
    PADDING-TOP: 2px;
    PADDING-LEFT: 1px;
    BORDER-LEFT: white 1px solid;
    BACKGROUND-COLOR: #ddeeff
}
        
#ctl00_plcContentMaster_KB TD.AT {
    BACKGROUND-COLOR: #ddeeff
}
        
#ctl00_plcContentMaster_KB TD.SA {
    BACKGROUND-COLOR: #aabbbb
}
        
#ctl00_plcContentMaster_KB TD.SO {
    BACKGROUND-COLOR: #bbcccc
}
        
#ctl00_plcContentMaster_KB TD.FT {
    BACKGROUND-COLOR: #aabbcc
}
        
#ctl00_plcContentMaster_KB TD.BT {
    BACKGROUND-COLOR: #bbbbbb
}
        
#ctl00_plcContentMaster_KB TD.BF {
    BACKGROUND-COLOR: #bbbbcc
}
        
#ctl00_plcContentMaster_KB TD.HT {
    BACKGROUND-COLOR: #eef4ff
}
        
#ctl00_plcContentMaster_KB TD.HF {
    BACKGROUND-COLOR: #aabbcc
}
        
#ctl00_plcContentMaster_KB TD.BLANK {
    BACKGROUND-COLOR: #f4f4ff
}
        
#ctl00_plcContentMaster_KB TD.TODAY {
    BORDER-TOP: #ff0000 2px solid;
    BORDER-RIGHT: #ff0000 2px solid;
    BORDER-BOTTOM: #ff0000 2px solid;
    BORDER-LEFT: #ff0000 2px solid
}
        
#ctl00_plcContentMaster_KB TD.LGTA {
    BORDER-TOP: #0000ff 1px solid;
    BORDER-RIGHT: #0000ff 1px solid;
    BORDER-BOTTOM: #0000ff 1px solid;
    BORDER-LEFT: #0000ff 1px solid
}
        
#ctl00_plcContentMaster_KB TD.TODAYLGTA {
    BORDER-TOP: #ff0000 1px solid;
    BORDER-RIGHT: #0000ff 1px solid;
    BORDER-BOTTOM: #0000ff 1px solid;
    BORDER-LEFT: #ff0000 1px solid
}

/*Ende Mitarbeiter Kalender*/

.myFixLineHeightAll {
    line-height:26px;
}
.myFixLineHeight1 {
    float: left;
    padding-top: 7px;
}

.myFixLineHeight2 {
   
}
.myAddGEStkUeberForUpload {
    white-space:nowrap;
    vertical-align:bottom;
}
.noPaddingRight {
    padding-right: 0px !important;
}

.WTTodoTools {
    
}

.WTTodoToolsComp {
    /*display:   inline;*/
}

.WTTodoToolsCompIMG {
    max-height: 200px;
    min-width: 100px;

}
.WTTodoToolsCompText {
    font-weight:bold;
}

lpmd-notification-topbar-button-renderer {
    color: rgb(96, 96, 96);
    position: relative;
}

lpmd-notification-topbar-button-renderer {
	display: inline-block;
	text-transform: uppercase;
}

lpmd-notification-topbar-button-renderer #button.lpmd-notification-topbar-button-renderer {
	color: rgb(96, 96, 96);
	background-color: transparent;
	text-transform: inherit;
}

a.lpm-simple-endpoint.lpmd-notification-topbar-button-renderer {
	color: inherit;
	border-radius: inherit;
	text-decoration: none;
}

a.lpmd-notification-topbar-button-renderer {
	display: flex;
}

.lpm-simple-endpoint {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	color: var(--lpm-endpoint-color, var(--lpm-spec-text-primary));
}

#button.lpmd-notification-topbar-button-renderer {
	color: var(--lpm-button-color);
}

lpm-icon-button.lpmd-notification-topbar-button-renderer {
	line-height: 1;
	padding: 8px;
	width: 40px;
	height: 40px;
}

lpm-icon-button {
	display: inline-block;
	position: relative;
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	font-size: 0;
}

lpm-icon, .lpm-icon-container.lpm-icon {
	display: inline-flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	vertical-align: middle;
	fill: rgb(96, 96, 96);
	stroke: none;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

button.lpm-icon-button {
	vertical-align: middle;
	color: inherit;
	outline: none;
	background: none;
	margin: 0;
	border: none;
	padding: 0;
	width: 100%;
	height: 100%;
	line-height: 0;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

button.lpm-icon-button > lpm-icon {
	width: var(--lpm-icon-button-icon-width, 100%);
	height: var(--lpm-icon-button-icon-height, 100%);
}

button.lpm-icon-button {
	vertical-align: middle;
	color: inherit;
	outline: none;
	background: none;
	margin: 0;
	border: none;
	padding: 0;
	width: 100%;
	height: 100%;
	line-height: 0;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

lpm-icon, .lpm-icon-container.lpm-icon {
	display: inline-flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	vertical-align: middle;
	fill: rgb(96, 96, 96);
	stroke: none;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

lpmd-notification-topbar-button-renderer #button.lpmd-notification-topbar-button-renderer {
	text-transform: inherit;
}

#lpm-notification-count.lpmd-notification-topbar-button-renderer {
	position: absolute;
	top: 4px;
	right: 0;
	color: rgb(255, 255, 255);
	background-color: rgb(204, 0, 0);
	width: 18px;
	height: 18px;
	border-radius: 50%;
	line-height: 18px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
}

lpmd-notification-topbar-button-renderer {
	color: rgb(255, 255, 255);
}

lpmd-notification-topbar-button-renderer {
	text-transform: uppercase;
}

.myFotoSlideShowLand {
    max-height:80vh;
    max-width:85vw;
    image-orientation: from-image;
}

.myFotoSlideShowPort{
    max-height:80vh;
    max-width:85vw;
    image-orientation: from-image;
}
.myShowFotoDownload {
    position: absolute;
    right: 60px;
    cursor: pointer;
}
.myHLTWebsiteSlideshowCounter {
    font-weight:bold;
    font-size:15px;
}
.txtInputJSFilter {
    max-width: 40%;
    width: auto !important;
}
.lpm-svg-icon {
    fill: rgb(96, 96, 96);
    color: rgb(96, 96, 96);
}

.cssFlurFunkText {
    /*min-height: 30vh;*/
    max-height: 80vh;
    max-width: 900px;
    overflow: auto scroll;
}

.myNCError {
    background-color: #C10000;
    color: white;
    cursor: pointer;
    margin-top: 6px;
    margin-bottom: 6px;
}

.myNCWarn {
    background-color: #fcb040 !important;
    cursor: pointer;
    margin-top: 6px;
    margin-bottom: 6px;
}
.callTOOLRead {
    background-color: #c3e7ff !important;
    color: white;
    cursor: pointer;
    margin-top: 6px;
    margin-bottom: 6px;
    display: inline-block;
    width: 100%;
}
.callTOOL {
    background-color: #4646ff;
    color: white;
    cursor: pointer;
    margin-top: 6px;
    margin-bottom: 6px;
    display: inline-block;
    width: 100%;
}

.callP_G_M {
    background-color: #bed2fa; 
    color: rgb(0,0,0);
    cursor: pointer;
    margin-top: 6px;
    margin-bottom: 6px;
    display:inline-block;
    width:100%;
}

.myNCCommand {
    color: #0000FF;
    font-weight: bold;
}

.myNCComment .myNCCommand, .myNCComment .myNCOption1, .myNCComment .myNCOption2, .myNCComment .myNCOption3, .myNCComment .myNCOption4 {
    color: #008000 !important;
    font-style: italic !important;
    font-weight: bold !important;
}

.myNCComment {
    color: #008000;
    font-style: italic;
    font-weight: bold;
}

.myNCOption1 {
    color: #8080FF;
    font-weight: bold;
}

.myNCOption2 {
    color: #880088;
    font-weight: bold;
}

.myNCOption4 {
    color: pink;
    font-weight: bold;
    font-style: italic;
}

.myNCOption3 {
    color: #FF8C00;
    font-weight: bold;
}

.callTOOL .myDXF img{
    max-width:500px;
    max-height:400px;
}

.myNCEditHeightControl {
    height:85vh;

}

.myTxtNCArea {
    width: 100%;
    height: 65vh;
}
#myFiles .tdLaufkarteBezeichungHellYelFirst, #myFiles .tdLaufkarteBezeichungHellYel, #myFiles .tdLaufkarteBezeichungHellYelLast {
    background-color: #fcb040 !important;
}

.myNCButtonRight {
    display: inline-flex;
}
.myNCProgPGM {
    min-height: 78vh;
    max-height: 78vh;
}

.myFileSerachDivMainLeftSearch {
    top: 115px;
    height: 585px;
    position: absolute;   
    width: 1100px;
    overflow-y: scroll;
}

.myFileSerachDivMainLeftResult {
    overflow-y: scroll;
    top: 700px;
    bottom: 25px;
    position: absolute;
    width: 1100px;
}
.myFileSerachDivMainLeftResult td {
    padding-right:0px;    
}

.myFileSerachDivMainRight {
    position: absolute;
    left: 1150px;
    right: 0px;
    top: 115px;
    bottom: 25px;
}

.myFileSerachDivMainRightStart, .myFileSerachDivMainRightDok {
    min-width: 48%;   
    bottom: 75px;
}
.myFileSerachDivMainRightStart #divDokument {
    bottom: 0px;
    position: absolute;
    top: 195px;
    right: 10px;
    left: 0px;
}

    .myFileSerachDivMainRightStart #divDokument {
        bottom: 0px;
        position: absolute;
        top: 195px;
        right: 10px;
        left: 0px;
    }

    .myFileSerachDivMainRightStart .myNCProgramm {
        position: absolute;
        overflow-y: scroll;
        bottom: 0px;
        top: 120px;
        left: 3px;
        right: 3px;
        height: auto !important;
    }

.myFileSerachDivMainRightStart {
        float: left;
    }
.myFileSerachDivMainRightDok {
    float: right;
}
.myFileSerachDivMainRightSingle {
    left: 31%;
    width: 68%;
    height:100%;
}

.myPicHeaderUeber {
    float: left;
    width: 50%;
}

.myPicHeaderAnzahl {
    display: inline;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    font-size: 24px;
    vertical-align: super;
    color:white;
}

.myGetFileIMG {
    height: 32px;
    padding-right: 5px;
    padding-top: 5px;
}

.myPicHeaderControlButton {
    position: relative;
    z-index: -1;
    display: inline;
}
.myLoadImageCSS {
    max-width:50vw;
}
.tdGEPerPic {
    width: 230px !important;
}

.tdGEPerPic .imgHLTPageTable {
    max-height: 100px !important;
    max-width: 100px !important;
}
.tdRuestFert, .tdNullPunkt {
    height: 400px;
    min-height: 400px;
}
.tdRuestFert .myBoxLeftBig, .tdRuestFert .myBoxRightBig, .tdNullPunkt .myBoxLeftBig, .tdNullPunkt .myBoxRightBig {
    top: auto !important;
    margin-top: -250px;
}

.tdImageByte{
    text-align:center;
}

.tdImageByte img {
    max-width: 60vw;
    max-height: 35vw;
}
.InputTV {
    width: 45px !important;
    height: 45px;
    font-size: 24px;
    padding: 0;
    text-align: center;
}

.tvLoginText {
    font-size: 24px;
    text-align: center;
}


/*CSS für Chat*/

.tabChatMain {
    width: 80vw;
}

.tdChatLeftMain {
    width: 300px;
    overflow: hidden;
    border: 1px solid #dedede;
    border-radius: 5px;
    height: 78vh;
    border-right: none;
}

.tdChatRightMain {
    border: 1px solid #dedede;
    border-radius: 5px;
    height: 78vh;
}
.tdChatMessage {
    background-color: #efefef;
}

.tdChatMessageLeft {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.tdChatMessageRight {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tabChatLinksUeber {
    font-weight: bold;    
    color: rgb(60,60,60);
}

.tabChatLinksUnter {
    font-size: 11px;
}
.divChatKat {
    overflow-x:hidden;
    overflow-y:scroll;
    height:99%;
}

.tdChatKat, .tdChatKatAktiv {
    border-bottom: 1px solid #dedede;
    cursor: pointer; 
    color: rgb(60,60,60);
}
.tdChatKatAktiv {
    background-color: #efefef;
}

.tabChat {
    width: 100%;
}
.tdChatNotRead {
    background-color: #c3e7ff !important;
}

.txtChatInput {
    width: 99% !important;
    font-size: 13px;
    padding: 4px;
    color: #aaaaaa;
    font-style: italic;
    background-color: white;
    height: 20px;
    border-radius: 5px;
}
.txtChatInputAktiv {
    width: 99% !important;
    font-size: 13px;
    padding: 4px;
    color: rgb(0,0,0);
    font-style: normal;
    vertical-align: top;
    background-color: white;
    height: 20px;
    border-radius: 5px;
}
.spnChatTag {
    padding-left: 6px;
    padding-right: 6px;
    background-color: #aaaaaa;
    color: white;
    border-radius: 3px;
    font-style: normal;
}

.divChatNoMessages {
    text-align: center;
    font-size: 24px;
    color: #aaaaaa;
    font-style: italic;
}

.divChatNachrichtMe {
    margin-left: 25%;
    border: 1px solid #bed2fa; 
    border-radius: 5px;
    padding: 5px;
    margin-right: 10px;
    margin-top: 5px;
    background-color: #e9f4f3;
}

.divChatNachrichtOther {
    margin-left: 10px;
    border: 1px solid #c3e7ff;;
    border-radius: 5px;
    padding: 5px;
    margin-right: 25%;
    margin-top: 5px;
    background-color: #fcfcfc;
}

.tabChatUser {
    font-size: 11px;
    font-style: italic;
    color: rgb(120,120,120);
}
.tabChatDate {
    font-size: 11px;
    color: rgb(120,120,120);
}
.tabChatMessage {
    color:rgb(60,60,60);
    padding-top:5px;
    padding-bottom:5px;
}
.divChatRightMain {
    overflow-y: scroll;
    height: calc(77vh - 50px);
    min-height: calc(77vh - 50px);
    max-height: calc(77vh - 50px);
}

.txtIcon {
    font-size: 24px;
    color: rgb(96,96,96);
}



.myChatBubble {
    position: absolute;
    height: 160px;
    width: 853px;
    left: 0px;
    background: #fff;
    border: rgb(142,201,193) solid 3px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: 0 auto;
    z-Index: 5505;    
}




.myChatBubblePointerBorder {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    z-index: 5505;
    border-color: rgb(142,201,193) transparent;
    border-style: solid;
    border-width: 17px 0 0 17px;
    top: 250px;
}
    

.divEmojiLetter {
    font-size: 20px;
}

.divEmojKatMain {
    font-size:25px;
}

.divChatEmojiKat {
    overflow-y: scroll;
    max-height: 200px;
    height: 100%;
    width: 100%;
}

.tabChatEmoji td {
    padding-left: 0px;
    padding-right: 0px;
}

.myChatUrlOG {
    position: absolute;
    background-color: #999;
    overflow: hidden;
    z-index: 5510;
}

.myChatPerson {
    position: absolute;
    background-color: #999;
    overflow: hidden;
    z-index: 5520;
    overflow-y: scroll;

}
.divChatPersonChoose {
    width: 100%;
    color: white;
    padding: 10px;
    font-size: 15px;
    cursor:pointer;
}
.divChatNachrichtTagMe {
    height: 18px;
    width: 18px;
    background-color: #c10000;
    border-radius: 50%;
    display: inline-block;
}

.myChatLink {
    background-color: #999;
}

.divChatRightMainHover .divChatNachrichtMe, .divChatRightMainHover .divChatNachrichtOther {
    display: none;
}

.divChatRightMain .divChatMessageUpload, .divChatApp .divChatMessageUpload {
    display: none;
}


.divChatRightMain .divChatMessageUpload {
    display: normal;
}
.divChatMessageUpload {
    width: 99.5%;
    height: 40vh;
    background-color: #eaeaea;
    text-align: center;
    font-size: 32px;
    padding-top: 37vh;
    opacity: 0.5;
    border-color:#c10000;
    border-style: solid;
    border-width:3px;
    border-radius:5px;
    color:#c10000;
}
.tabChatFileTable {
    background-color: rgb(225,225,225);    
    box-shadow: 1px 2px rgb(200,200,200);
}
.tabChatFileTable td, .tabChatFileTable th {
    padding-left: 0px !important;
    padding-right: 6px !important;
}
.divChatUeber {
    border-bottom: 1px solid #bed2fa; 
}


.myWintoolShowRuest img {
    height: 25vh;
}

/*CSS für Chat Ende*/
@media screen and (max-width: 1300px) and (min-width: 991px) {
    .tdLaufkarteNummerYelSmall, .tdLaufkarteBezeichungYelSmall .tdLaufkarteNummerGreenSmall, .tdLaufkarteBezeichungGreenSmall, .tdLaufkarteBezeichungFileGreenSmall, .tdLaufkarteNummerWhiteSmall, .tdLaufkarteBezeichungWhiteSmall, .tdLaufkarteBezeichungFileGWhiteSmall, .tdLaufkarteBezeichungYelSmall, .tdLaufkarteBezeichungRedSmall, .tdLaufkarteBezeichungHellYelSmall, .tabUeberSmall, .tabUeberClickSmall {
            display: none;
        }
        /*
    .myBackGround2
    {
        width: 990px;
    }
    .myInhalt
     {
        width: 990px;
     }
    .myHeader
    {
        width: 992px;
    }
    .myHeaderEck
    {
        width: 992px;
    }
    .myFooterEck
    {
        width: 992px;
    }
    .myFooter
    {
        width: 990px;
    }
        */
        .tdLaufkarteBezeichungFileGreen, .tdLaufkarteBezeichungFileGreenFirst, .tdLaufkarteBezeichungFileGreenLast,
        .tdLaufkarteBezeichungFileWhite, .tdLaufkarteBezeichungFileWhiteFirst, .tdLaufkarteBezeichungFileWhiteLast {
            max-width: 110px;
            overflow: hidden;
        }

        .tdLaufkarteBezeichungFileGreenFirst, .tdLaufkarteBezeichungFileWhiteFirst {
            max-width: 70px;
            overflow: hidden;
        }

        .tabAmpelSmall {
            display: table-cell;
            width: 35px;
            height: 32px;
        }

        .tabUeberClickSmall {
            display: none;
        }

        .myHLTWebsiteFilter .tabAllgInput {
            max-width: 100px;
        }

        .myHLTWebsiteFilter .tabAllgSelect {
            max-width: 100px;
        }

        .myHLTWebsiteEditInTable .tabAllgInput, .myHLTWebsiteNewInTable .tabAllgInput {
            max-width: 100px;
        }

        .myHLTWebsiteEditInTable .tabAllgSelect, .myHLTWebsiteNewInTable .tabAllgSelect {
            max-width: 100px;
        }
    }

    @media screen and (max-width: 1200px) {
        .tabUeberTable {
            font-size: 13px !important;
            width: 500px;
            padding-left: 280px !important;
        }
    }

    @media screen and (max-width: 990px) {

        .tdLaufkarteNummerYelSmall, .tdLaufkarteBezeichungYelSmall .tdLaufkarteNummerGreenSmall, .tdLaufkarteBezeichungGreenSmall, .tdLaufkarteBezeichungFileGreenSmall,
        .tdLaufkarteNummerWhiteSmall, .tdLaufkarteBezeichungWhiteSmall, .tdLaufkarteBezeichungFileGWhiteSmall,
        .tdLaufkarteBezeichungYelSmall, .tdLaufkarteBezeichungRedSmall, .tdLaufkarteBezeichungHellYelSmall,
        .tabUeberSmall, .tabUeberClickSmall {
            display: none;
        }
        /*
.myBackGround2
{
    width: 100%;
}
.myInhalt
    {
    width: 100%;
    }
.myHeader
{
    width: 100%;
}
.myHeaderEck
{
    width: 100%;
}
.myFooterEck
{
    width: 100%;
}
.myFooter
{
    width: 100%;
}
    */
        .tdLaufkarteBezeichungFileGreen, .tdLaufkarteBezeichungFileGreenFirst, .tdLaufkarteBezeichungFileGreenLast,
        .tdLaufkarteBezeichungFileWhite, .tdLaufkarteBezeichungFileWhiteFirst, .tdLaufkarteBezeichungFileWhiteLast {
            max-width: 80px;
            overflow: hidden;
        }

        .tdLaufkarteBezeichungFileGreenFirst, .tdLaufkarteBezeichungFileWhiteFirst {
            max-width: 50px;
            overflow: hidden;
        }

        .tabAmpelSmall {
            display: table-cell;
            width: 35px;
            height: 32px;
        }

        .tabUeberClickSmall {
            display: none;
        }

        .myDivContent {
            width: 100% !important;
            min-width: 600px;
        }

        .myDivClose {
            left: 5px !important;
        }

        .myHLTWebsiteFilter .tabAllgInput {
            max-width: 100px;
        }

        .myHLTWebsiteFilter .tabAllgSelect {
            max-width: 100px;
        }

        .myHLTWebsiteEditInTable .tabAllgInput, .myHLTWebsiteNewInTable .tabAllgInput {
            max-width: 100px;
        }

        .myHLTWebsiteEditInTable .tabAllgSelect, .myHLTWebsiteNewInTable .tabAllgSelect {
            max-width: 100px;
        }

        .myWTToolImage {
            max-width: 350px;
        }

        .myDivSlideShowComment {
            max-width: 350px;
        }

        #hltPageTAB_Fert {
            width: 850px;
        }
    }



    @media screen and (max-width: 430px) {	
        .tdLaufkarteNummerYelSmall, .tdLaufkarteBezeichungYelSmall .tdLaufkarteNummerGreenSmall, .tdLaufkarteBezeichungGreenSmall, .tdLaufkarteBezeichungFileGreenSmall,
        .tdLaufkarteNummerWhiteSmall, .tdLaufkarteBezeichungWhiteSmall, .tdLaufkarteBezeichungFileGWhiteSmall,
        .tdLaufkarteBezeichungYelSmall, .tdLaufkarteBezeichungRedSmall, .tdLaufkarteBezeichungHellYelSmall,
        .tabUeberSmall, .tabUeberClickSmall {
            display: none;
        }
		
		
		
		.myHeader {
			background-position:left;	
            height:50px;	
			background-size: 50px 40px;
		}
		
		.myHomeButton {
			width:40px;			
			background-position:left;
			height:40px;
		}
		.myKWButton {
			left: 45px;
			width: calc(100% - 45px);		
			text-align:left;
			 
		}
		
		#myTabUeberTable {
			padding-left:50px !important;					
			width: calc(100% - 50px) !important;			
			overflow:hidden;
		}
		
		#myTabForAddHeaderButton {
			display:none;			
		}
		
		.myFooterContent {
			font-size: 10px;			
		}
		
		.myInhalt2 {
			height:50px;
			
		}
		.tabUeberJSFilter {
			display:none;			
		}
		
		.tabUeberClick, .tabUeberClickSmall {
			display:none !important;
		}
		
		.hltPageTable tr  #OPTable tr {
			float: left;
			width: 95%;
			margin-bottom: 1em;
		}
		

		.hltPageTable tr td, #OPTable tr td {
			float: left;
			width: 95%;
			padding:1em;
			border-radius: 0px;
		}
		
		#OPTable tr td { 
			padding:0 !important;
		}
		
		.tabEditLinks{
			text-align:left;
		}
		
		.trUeberFilterSpecial {
			display:none;			
		}
		
		.tabAmpelHLT {
			float:right !important;		
			text-align:right;
		}

		.hltPageTable tr td::before {
			content:attr(data-label);
			word-wrap: break-word;
			width: 40%;
			float:left;
			padding:1em;
			font-weight: bold;
			margin:-1em 1em -1em -1em;
		}		
		.hltPageReiter tr {
			float: left;
			width: 95%;			
		}
		
		.hltPageReiterCellAktiv, .hltPageReiterCell {
			float: left;
			width: 95%;
			padding:1em;
			border-radius: 0px;
			
		}
		
		.myContent .hltPageTAB {
			display:none;
			
		}
		
		.tabAllgInput, .tabAllgSelect, .tabAllgTextArea {
			max-width:90% !important;
			
		}
		
		.myPopUpSub {
			left:15px;
			right: 15px;
			width: auto;
			
		}
		.myPopUpTD {
			min-width: 85vw !important;
			max-width:85vw !important;
			width: 85vw !important;
			max-height: 90vh;
			height: 90vh;
			
			
		}
		
		
		
		
		
        /*
    .myBackGround2
    {
        width: 100%;
    }
    .myInhalt
     {
        width: 100%;
     }
    .myHeader
    {
        width: 100%;
    }
    .myHeaderEck
    {
        width: 100%;
    }
    .myFooterEck
    {
        width: 100%;
    }
    .myFooter
    {
        width: 100%;
    }
      */
        .tdLaufkarteBezeichungFileGreen, .tdLaufkarteBezeichungFileGreenFirst, .tdLaufkarteBezeichungFileGreenLast,
        .tdLaufkarteBezeichungFileWhite, .tdLaufkarteBezeichungFileWhiteFirst, .tdLaufkarteBezeichungFileWhiteLast {
            max-width: 80px;
            overflow: hidden;
        }

        .tdLaufkarteBezeichungFileGreenFirst, .tdLaufkarteBezeichungFileWhiteFirst {
            max-width: 50px;
            overflow: hidden;
        }

        .tabAmpelSmall {
            display: table-cell;
            width: 35px;
            height: 32px;
        }

        .tabUeberClickSmall {
            display: none;
        }

        .myDivContent {
			max-width:85vw !important;
			width: 85vw !important;
			min-width: 85vw !important;
        }

        .myDivClose {
            left: 5px !important;
        }
    }
    /*
    Calender
*/
    .myDivHead {
    width: 13.8%;
    display: inline-block;
    text-align: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #000000;
    /*border: 1px solid black;*/
}

.myDivCal, .myDivCalRechtsUnten, .myDivCalRechts, .myDivCalUnten {
    width: 13.5%;
    display: inline-block;
    border-left: 1px dashed #0a0a0a;
    border-top: 1px dashed #0a0a0a;
    height: 18%;
    overflow: hidden;
    padding: 0.2%;
    position: relative;
    z-index: 3;
    /*margin:-1px;*/
}

.myDivCalRechtsUnten {
    border-right: 1px dashed #0a0a0a;
    border-bottom: 1px dashed #0a0a0a;
}

.myDivCalUnten {
    border-bottom: 1px dashed #0a0a0a;
}

.myDivCalRechts {
    border-right: 1px dashed #0a0a0a;
}


.myDivCalEntry {
    width: 98%;
    text-align: left;
    /*padding: 5px;*/
    overflow: hidden;
    padding-left: 2px;
    margin: 1px;
    cursor: pointer;
    position: relative;
    z-index: 4;
}

.myDivCallFreigabe {
    border: 1px solid #fdbe01;
    background-color: #fdbe01;
}

.myDivCallJa {
    border: 1px solid #bed2fa; 
    background-color: #bed2fa; 
}

.myDivCallNein {
    border: 1px solid #c10000;
    background-color: #c10000;
    color:white;
}
.myDivCallNothing {
    border: 1px solid #a0a0a0;
}


.myDivCalDay, .myDivCalDayToday {
    text-align: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    width: 98%;
}

.myDivCalTodayCircle {
    text-align: center;
    border-radius: 50%;
    background-color: #c10000;
    color: white;
    display: inline-block;
    font-weight: bold;
}

.myCalContainer {
    height:83vh;
}

.myDivCalFeierTag {
    background-color: #8a2be2;
    color: white;
}

/*
        Calender Ende
*/

.myBigger {
	font-size: 12pt;
	border-radius: 5px;
	padding: 10px;
  	margin: 4px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	padding-bottom: 20px;
	padding-right: 20px;
	
}

.tdSubPageLineMark {
    font-weight: bold;
    border-top: 4px solid #fcb040 !important;
    border-bottom: 4px solid #fcb040 !important;
}

.hlt-page-tabs {
    gap: 2px;
    overflow-x: auto;
    padding-left: 0;
    border-bottom: 1px solid #bed2fa;
}

.hltPageReiterCell,
.hltPageReiterCell2,
.tabDiv,
.hlt-page-tab.hltPageReiterCell,
.hlt-page-tab:not(.is-active) {
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    color: rgb(0,0,0);
    padding: 10px;
    background-color: #c3e7ff;
    border-top: 1px solid #bed2fa;
    border-left: 1px solid #bed2fa;
    border-right: 1px solid #bed2fa;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.hltPageReiterCellAktiv,
.hltPageReiterCell2Aktiv,
.tabDivAktiv,
.hlt-page-tab.hltPageReiterCellAktiv,
.hlt-page-tab.is-active {
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    color: rgb(0,0,0);
    padding: 10px;
    background-color: #bed2fa;
    border-top: 1px solid #bed2fa;
    border-left: 1px solid #bed2fa;
    border-right: 1px solid #bed2fa;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.hltPageReiterRed,
.hlt-page-tab.hltPageReiterRed {
    border: 3px solid #c10000 !important;
    color: #c10000 !important;
}

.hlt-page-table-section[data-tab-key] {
    border-color: #bed2fa;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.loginFallback {
    width: 420px;
    margin: 70px auto 0 auto;
    font-weight: bold;
}

.loginFallbackRow {
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.loginFallbackRow input {
    width: 100%;
    box-sizing: border-box;
    padding: 7px;
}

.loginFallbackActions {
    margin-left: 130px;
}

.loginFallbackActions button {
    padding: 7px 18px;
}

.loginFallbackMessage {
    margin: 14px 0 0 130px;
    color: #c10000;
}
