﻿html {
    font-family: sans-serif;
    font-size: 10px;
    height: 100%;
    color: #000000;
}

body {
    background-color: #e9e9e9;
    scrollbar-base-color: #e9e9e9;
    scrollbar-3dlight-color: #e9e9e9;
    scrollbar-arrow-color: #000000;
    scrollbar-darkshadow-color: #6b6b6b;
    scrollbar-face-color: #a1a1a1;
    scrollbar-highlight-color: #d2d2d2;
    scrollbar-shadow-color: #a1a1a1;
    scrollbar-track-color: #e9e9e9;
    margin: 0;
}

/*Styles für PleaseWait in Seite default.aspx*/
#please_wait {
    background: #d2d2d2;
    font-size: 26px;
    font-weight: bold;
    text-shadow: #a1a1a1 3px 3px 2px;
    border-radius: 15px;
    border-style: solid;
    position: absolute;
    visibility: hidden;
    z-index: 999;
}

#please_wait_table {
    padding: 5px;
    width: 500px;
    height: 130px;
    border-spacing: 5px;
}

#Welcome {
    font-size: 26px;
    font-weight: bold;
}

/*Header Styles*/
/*Header links*/
#HeaderLeft {
    background: #d2d2d2;
    padding: 0;
    height: 50px;
    width: 200px;
    position: fixed;
    /*    position: absolute;*/
    top: 0;
    left: 0;
    z-index: 0;
}

#Logo {
    float: right;
    height: 50px;
}
/*Header mitte*/
#HeaderMiddle {
    background: #d2d2d2;
    height: 50px;
    vertical-align: bottom;
    padding: 0;
    position: fixed;
    /*    position: absolute;*/
    top: 0;
    left: 200px;
    z-index: 0;
}

#HeaderMiddleText {
    font-size: 28px;
    font-weight: bold;
    text-shadow: #a1a1a1 2px 2px 1px;
    position: absolute;
    bottom: 0;
    left: 5px;
}
/*Header rechts*/
#HeaderRight {
    background: #d2d2d2;
    height: 50px;
    width: 350px;
    padding: 0;
    position: fixed;
    /*    position: absolute;*/
    top: 0;
    right: 0;
    z-index: 0;
}

#Logoff {
    background: #d2d2d2;
    font-size: 26px;
    font-weight: bold;
    text-shadow: #a1a1a1 3px 3px 2px;
    border-radius: 30px;
    border-style: solid;
    position: absolute;
    padding: 45px;
}

#Language {
    position: absolute;
    top: 5px;
    left: 15px;
    text-align: left;
    width: 250px;
}

#IP {
    position: absolute;
    top: 18px;
    left: 15px;
    text-align: left;
    width: 250px;
}

#User {
    position: absolute;
    top: 31px;
    left: 15px;
    text-align: left;
    width: 250px;
}

#InfoDiv {
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: right;
}

#Info {
    height: 40px;
}

/*Menü Styles*/
#MenuDiv {
    width: 200px;
    height: 100%;
    background-color: #d2d2d2;
    position: fixed;
    /*    position: absolute;*/
    top: 50px;
    left: 0;
    z-index: 1;
}

#Menu1 {
    position: absolute;
    top: 10px;
    left: 5px;
}


.MenuMain, .MenuMain:hover {
    /*    width: 100px;*/
    background-color: #d2d2d2;
    color: #000000;
    text-align: left;
    height: 22px;
    line-height: 22px;
    margin-right: 5px;
    padding-left: 5px;
    font-size: 12px;
}

    .MenuMain:hover {
        background-color: #e9e9e9;
    }

.MenuLevel, .MenuLevel:hover {
    /*width: 100px;*/
    background-color: #d2d2d2;
    color: #000000;
    text-align: left;
    height: 22px; /* MK das war früher bei Gruber 30, Menüs sind inzwischen so voll, dass das nicht mehr genügt*/
    line-height: 30px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}

    .MenuLevel:hover {
        background-color: #e9e9e9;
    }

.level2 {
    background-color: #d2d2d2;
}

.level3 {
    background-color: #d2d2d2;
}

.level4 {
    background-color: #d2d2d2;
}

.level5 {
    background-color: #d2d2d2;
}

.selected, .selected:hover {
    background-color: #b0d2de;
    color: #000000;
}


#Content {
    position: absolute;
    top: 50px;
    left: 200px;
}

.Button {
    border-radius: 10px;
    border-color: #000000;
    border-width: 3px;
    border-style: solid;
}

.Wizard {
    position: Absolute;
    top: 142px;
    left: 192px;
    width: 1218px;
    height: 568px;
    line-height: 16px;
    border: #ccc 1px solid;
}

.Wizard_sidebar {
    width: 150px;
    vertical-align: top;
    padding: 10px;
    border-right: #ccc 1px solid; /*background: #eee;*/
    background-image: url(/SamplesBrowser/SamplesCommon/aspnet/Common/TreeBg.jpg);
}

.Wizard_content {
    vertical-align: top;
    padding: 10px;
}

.Grid tr.normal {
    background-color: #e9e9e9;
}

.Grid tr.alternate {
    background-color: #a1a1a1;
}

.Grid th {
    background-color: #aa0020;
    color: #ffffff;
    font-size: 14px;
}

    .Grid th a {
        color: #ffffff;
        text-decoration: none;
    }

.Grid tr.normal:hover, .Grid tr.alternate:hover {
    background-color: white;
    color: black;
    /*font-weight: bold;*/
}

.Grid td {
    padding: 2px;
}

.pager {
    background-color: #e9e9e9;
    padding: 2px;
    margin: 2% auto;
    border: 0px;
}

    .pager a {
        margin: auto 1%;
        /*border-radius: 50%;*/
        background-color: #6b6b6b;
        padding: 5px 10px 5px 10px;
        color: #ffffff;
        text-decoration: none;
        font-size: 10px;
        /* -o-box-shadow: 1px 1px 1px #111;*/
        /* -moz-box-shadow: 1px 1px 1px #111;*/
        /* -webkit-box-shadow: 1px 1px 1px #111;*/
        /*  box-shadow: 1px 1px 1px #111;*/
    }

        .pager a:hover {
            background-color: #cb5023;
            /*    color: #fff;*/
        }

    .pager span {
        background-color: #00558c;
        font-size: 10px;
        color: #ffffff;
        /*  -o-box-shadow: 1px 1px 1px #111;*/
        /*  -moz-box-shadow: 1px 1px 1px #111;*/
        /*  -webkit-box-shadow: 1px 1px 1px #111;*/
        /*  box-shadow: 1px 1px 1px #111;*/
        /*  border-radius: 50%;*/
        padding: 5px 10px 5px 10px;
    }


.LMH_RED_S {
    font-size: 11px;
    background: #aa0020;
    color: #ffffff;
}

.LMH_White_S {
    font-size: 11px;
    background: #ffffff;
    color: #000000;
}

.LMH_Black_S {
    font-size: 11px;
    background: #000000;
    color: #ffffff;
}

.LMH_DarkGray_S {
    font-size: 11px;
    background: #6b6b6b;
    color: #ffffff;
}

.LMH_MediumGray_S {
    font-size: 11px;
    background: #a1a1a1;
    color: #000000;
}

.LMH_LightGray_S {
    font-size: 11px;
    background: #d2d2d2;
    color: #000000;
}

.LMH_PaleGray_S {
    font-size: 11px;
    background: #e9e9e9;
    color: #000000;
}

.Forklift_RED100_S {
    font-size: 11px;
    background: #cb5023;
    color: #ffffff;
}

.Forklift_RED72_S {
    font-size: 11px;
    background: #e5684b;
    color: #000000;
}

.Forklift_RED48_S {
    font-size: 11px;
    background: #eca287;
    color: #000000;
}

.LMH_Blue100_S {
    font-size: 11px;
    background: #00558c;
    color: #ffffff;
}

.LMH_Blue72_S {
    font-size: 11px;
    background: #468cc4;
    color: #000000;
}

.LMH_Blue48_S {
    font-size: 11px;
    background: #8fb0d9;
    color: #000000;
}

.LMH_Turquoise100_S {
    font-size: 11px;
    background: #25a3ba;
    color: #ffffff;
}

.LMH_Turquoise72_S {
    font-size: 11px;
    background: #7fbccd;
    color: #000000;
}

.LMH_Turquoise48_S {
    font-size: 11px;
    background: #b0d2de;
    color: #000000;
}

.LMH_Green100_S {
    font-size: 11px;
    background: #77b342;
    color: #000000;
}

.LMH_Green72_S {
    font-size: 11px;
    background: #a4c778;
    color: #000000;
}

.LMH_Green48_S {
    font-size: 11px;
    background: #c6dba9;
    color: #000000;
}

.LMH_Yellow100_S {
    font-size: 11px;
    background: #ffc72c;
    color: #000000;
}

.LMH_Yellow72_S {
    font-size: 11px;
    background: #ffdb70;
    color: #000000;
}

.LMH_Yellow48_S {
    font-size: 11px;
    background: #ffe7a6;
    color: #000000;
}

.LMH_RED_SB {
    font-size: 11px;
    font-weight: bold;
    background: #aa0020;
    color: #ffffff;
}

.LMH_White_SB {
    font-size: 11px;
    font-weight: bold;
    background: #ffffff;
    color: #000000;
}

.LMH_Black_SB {
    font-size: 11px;
    font-weight: bold;
    background: #000000;
    color: #ffffff;
}

.LMH_DarkGray_SB {
    font-size: 11px;
    font-weight: bold;
    background: #6b6b6b;
    color: #ffffff;
}

.LMH_MediumGray_SB {
    font-size: 11px;
    font-weight: bold;
    background: #a1a1a1;
    color: #000000;
}

.LMH_LightGray_SB {
    font-size: 11px;
    font-weight: bold;
    background: #d2d2d2;
    color: #000000;
}

.LMH_PaleGray_SB {
    font-size: 11px;
    font-weight: bold;
    background: #e9e9e9;
    color: #000000;
}

.Forklift_RED100_SB {
    font-size: 11px;
    font-weight: bold;
    background: #cb5023;
    color: #ffffff;
}

.Forklift_RED72_SB {
    font-size: 11px;
    font-weight: bold;
    background: #e5684b;
    color: #000000;
}

.Forklift_RED48_SB {
    font-size: 11px;
    font-weight: bold;
    background: #eca287;
    color: #000000;
}

.LMH_Blue100_SB {
    font-size: 11px;
    font-weight: bold;
    background: #00558c;
    color: #ffffff;
}

.LMH_Blue72_SB {
    font-size: 11px;
    font-weight: bold;
    background: #468cc4;
    color: #000000;
}

.LMH_Blue48_SB {
    font-size: 11px;
    font-weight: bold;
    background: #8fb0d9;
    color: #000000;
}

.LMH_Turquoise100_SB {
    font-size: 11px;
    font-weight: bold;
    background: #25a3ba;
    color: #ffffff;
}

.LMH_Turquoise72_SB {
    font-size: 11px;
    font-weight: bold;
    background: #7fbccd;
    color: #000000;
}

.LMH_Turquoise48_SB {
    font-size: 11px;
    font-weight: bold;
    background: #b0d2de;
    color: #000000;
}

.LMH_Green100_SB {
    font-size: 11px;
    font-weight: bold;
    background: #77b342;
    color: #000000;
}

.LMH_Green72_SB {
    font-size: 11px;
    font-weight: bold;
    background: #a4c778;
    color: #000000;
}

.LMH_Green48_SB {
    font-size: 11px;
    font-weight: bold;
    background: #c6dba9;
    color: #000000;
}

.LMH_Yellow100_SB {
    font-size: 11px;
    font-weight: bold;
    background: #ffc72c;
    color: #000000;
}

.LMH_Yellow72_SB {
    font-size: 11px;
    font-weight: bold;
    background: #ffdb70;
    color: #000000;
}

.LMH_Yellow48_SB {
    font-size: 11px;
    font-weight: bold;
    background: #ffe7a6;
    color: #000000;
}

.LMH_RED_M {
    font-size: 16px;
    background: #aa0020;
    color: #ffffff;
}

.LMH_White_M {
    font-size: 16px;
    background: #ffffff;
    color: #000000;
}

.LMH_Black_M {
    font-size: 16px;
    background: #000000;
    color: #ffffff;
}

.LMH_DarkGray_M {
    font-size: 16px;
    background: #6b6b6b;
    color: #ffffff;
}

.LMH_MediumGray_M {
    font-size: 16px;
    background: #a1a1a1;
    color: #000000;
}

.LMH_LightGray_M {
    font-size: 16px;
    background: #d2d2d2;
    color: #000000;
}

.LMH_PaleGray_M {
    font-size: 16px;
    background: #e9e9e9;
    color: #000000;
}

.Forklift_RED100_M {
    font-size: 16px;
    background: #cb5023;
    color: #ffffff;
}

.Forklift_RED72_M {
    font-size: 16px;
    background: #e5684b;
    color: #000000;
}

.Forklift_RED48_M {
    font-size: 16px;
    background: #eca287;
    color: #000000;
}

.LMH_Blue100_M {
    font-size: 16px;
    background: #00558c;
    color: #ffffff;
}

.LMH_Blue72_M {
    font-size: 16px;
    background: #468cc4;
    color: #000000;
}

.LMH_Blue48_M {
    font-size: 16px;
    background: #8fb0d9;
    color: #000000;
}

.LMH_Turquoise100_M {
    font-size: 16px;
    background: #25a3ba;
    color: #ffffff;
}

.LMH_Turquoise72_M {
    font-size: 16px;
    background: #7fbccd;
    color: #000000;
}

.LMH_Turquoise48_M {
    font-size: 16px;
    background: #b0d2de;
    color: #000000;
}

.LMH_Green100_M {
    font-size: 16px;
    background: #77b342;
    color: #000000;
}

.LMH_Green72_M {
    font-size: 16px;
    background: #a4c778;
    color: #000000;
}

.LMH_Green48_M {
    font-size: 16px;
    background: #c6dba9;
    color: #000000;
}

.LMH_Yellow100_M {
    font-size: 16px;
    background: #ffc72c;
    color: #000000;
}

.LMH_Yellow72_M {
    font-size: 16px;
    background: #ffdb70;
    color: #000000;
}

.LMH_Yellow48_M {
    font-size: 16px;
    background: #ffe7a6;
    color: #000000;
}

.LMH_RED_MB {
    font-size: 16px;
    font-weight: bold;
    background: #aa0020;
    color: #ffffff;
}

.LMH_White_MB {
    font-size: 16px;
    font-weight: bold;
    background: #ffffff;
    color: #000000;
}

.LMH_Black_MB {
    font-size: 16px;
    font-weight: bold;
    background: #000000;
    color: #ffffff;
}

.LMH_DarkGray_MB {
    font-size: 16px;
    font-weight: bold;
    background: #6b6b6b;
    color: #ffffff;
}

.LMH_MediumGray_MB {
    font-size: 16px;
    font-weight: bold;
    background: #a1a1a1;
    color: #000000;
}

.LMH_LightGray_MB {
    font-size: 16px;
    font-weight: bold;
    background: #d2d2d2;
    color: #000000;
}

.LMH_PaleGray_MB {
    font-size: 16px;
    font-weight: bold;
    background: #e9e9e9;
    color: #000000;
}

.Forklift_RED100_MB {
    font-size: 16px;
    font-weight: bold;
    background: #cb5023;
    color: #ffffff;
}

.Forklift_RED72_MB {
    font-size: 16px;
    font-weight: bold;
    background: #e5684b;
    color: #000000;
}

.Forklift_RED48_MB {
    font-size: 16px;
    font-weight: bold;
    background: #eca287;
    color: #000000;
}

.LMH_Blue100_MB {
    font-size: 16px;
    font-weight: bold;
    background: #00558c;
    color: #ffffff;
}

.LMH_Blue72_MB {
    font-size: 16px;
    font-weight: bold;
    background: #468cc4;
    color: #000000;
}

.LMH_Blue48_MB {
    font-size: 16px;
    font-weight: bold;
    background: #8fb0d9;
    color: #000000;
}

.LMH_Turquoise100_MB {
    font-size: 16px;
    font-weight: bold;
    background: #25a3ba;
    color: #ffffff;
}

.LMH_Turquoise72_MB {
    font-size: 16px;
    font-weight: bold;
    background: #7fbccd;
    color: #000000;
}

.LMH_Turquoise48_MB {
    font-size: 16px;
    font-weight: bold;
    background: #b0d2de;
    color: #000000;
}

.LMH_Green100_MB {
    font-size: 16px;
    font-weight: bold;
    background: #77b342;
    color: #000000;
}

.LMH_Green72_MB {
    font-size: 16px;
    font-weight: bold;
    background: #a4c778;
    color: #000000;
}

.LMH_Green48_MB {
    font-size: 16px;
    font-weight: bold;
    background: #c6dba9;
    color: #000000;
}

.LMH_Yellow100_MB {
    font-size: 16px;
    font-weight: bold;
    background: #ffc72c;
    color: #000000;
}

.LMH_Yellow72_MB {
    font-size: 16px;
    font-weight: bold;
    background: #ffdb70;
    color: #000000;
}

.LMH_Yellow48_MB {
    font-size: 16px;
    font-weight: bold;
    background: #ffe7a6;
    color: #000000;
}

.LMH_RED_L {
    font-size: 20px;
    background: #aa0020;
    color: #ffffff;
}

.LMH_White_L {
    font-size: 20px;
    background: #ffffff;
    color: #000000;
}

.LMH_Black_L {
    font-size: 20px;
    background: #000000;
    color: #ffffff;
}

.LMH_DarkGray_L {
    font-size: 20px;
    background: #6b6b6b;
    color: #ffffff;
}

.LMH_MediumGray_L {
    font-size: 20px;
    background: #a1a1a1;
    color: #000000;
}

.LMH_LightGray_L {
    font-size: 20px;
    background: #d2d2d2;
    color: #000000;
}

.LMH_PaleGray_L {
    font-size: 20px;
    background: #e9e9e9;
    color: #000000;
}

.Forklift_RED100_L {
    font-size: 20px;
    background: #cb5023;
    color: #ffffff;
}

.Forklift_RED72_L {
    font-size: 20px;
    background: #e5684b;
    color: #000000;
}

.Forklift_RED48_L {
    font-size: 20px;
    background: #eca287;
    color: #000000;
}

.LMH_Blue100_L {
    font-size: 20px;
    background: #00558c;
    color: #ffffff;
}

.LMH_Blue72_L {
    font-size: 20px;
    background: #468cc4;
    color: #000000;
}

.LMH_Blue48_L {
    font-size: 20px;
    background: #8fb0d9;
    color: #000000;
}

.LMH_Turquoise100_L {
    font-size: 20px;
    background: #25a3ba;
    color: #ffffff;
}

.LMH_Turquoise72_L {
    font-size: 20px;
    background: #7fbccd;
    color: #000000;
}

.LMH_Turquoise48_L {
    font-size: 20px;
    background: #b0d2de;
    color: #000000;
}

.LMH_Green100_L {
    font-size: 20px;
    background: #77b342;
    color: #000000;
}

.LMH_Green72_L {
    font-size: 20px;
    background: #a4c778;
    color: #000000;
}

.LMH_Green48_L {
    font-size: 20px;
    background: #c6dba9;
    color: #000000;
}

.LMH_Yellow100_L {
    font-size: 20px;
    background: #ffc72c;
    color: #000000;
}

.LMH_Yellow72_L {
    font-size: 20px;
    background: #ffdb70;
    color: #000000;
}

.LMH_Yellow48_L {
    font-size: 20px;
    background: #ffe7a6;
    color: #000000;
}

.LMH_RED_LB {
    font-size: 20px;
    font-weight: bold;
    background: #aa0020;
    color: #ffffff;
}

.LMH_White_LB {
    font-size: 20px;
    font-weight: bold;
    background: #ffffff;
    color: #000000;
}

.LMH_Black_LB {
    font-size: 20px;
    font-weight: bold;
    background: #000000;
    color: #ffffff;
}

.LMH_DarkGray_LB {
    font-size: 20px;
    font-weight: bold;
    background: #6b6b6b;
    color: #ffffff;
}

.LMH_MediumGray_LB {
    font-size: 20px;
    font-weight: bold;
    background: #a1a1a1;
    color: #000000;
}

.LMH_LightGray_LB {
    font-size: 20px;
    font-weight: bold;
    background: #d2d2d2;
    color: #000000;
}

.LMH_PaleGray_LB {
    font-size: 20px;
    font-weight: bold;
    background: #e9e9e9;
    color: #000000;
}

.Forklift_RED100_LB {
    font-size: 20px;
    font-weight: bold;
    background: #cb5023;
    color: #ffffff;
}

.Forklift_RED72_LB {
    font-size: 20px;
    font-weight: bold;
    background: #e5684b;
    color: #000000;
}

.Forklift_RED48_LB {
    font-size: 20px;
    font-weight: bold;
    background: #eca287;
    color: #000000;
}

.LMH_Blue100_LB {
    font-size: 20px;
    font-weight: bold;
    background: #00558c;
    color: #ffffff;
}

.LMH_Blue72_LB {
    font-size: 20px;
    font-weight: bold;
    background: #468cc4;
    color: #000000;
}

.LMH_Blue48_LB {
    font-size: 20px;
    font-weight: bold;
    background: #8fb0d9;
    color: #000000;
}

.LMH_Turquoise100_LB {
    font-size: 20px;
    font-weight: bold;
    background: #25a3ba;
    color: #ffffff;
}

.LMH_Turquoise72_LB {
    font-size: 20px;
    font-weight: bold;
    background: #7fbccd;
    color: #000000;
}

.LMH_Turquoise48_LB {
    font-size: 20px;
    font-weight: bold;
    background: #b0d2de;
    color: #000000;
}

.LMH_Green100_LB {
    font-size: 20px;
    font-weight: bold;
    background: #77b342;
    color: #000000;
}

.LMH_Green72_LB {
    font-size: 20px;
    font-weight: bold;
    background: #a4c778;
    color: #000000;
}

.LMH_Green48_LB {
    font-size: 20px;
    font-weight: bold;
    background: #c6dba9;
    color: #000000;
}

.LMH_Yellow100_LB {
    font-size: 20px;
    font-weight: bold;
    background: #ffc72c;
    color: #000000;
}

.LMH_Yellow72_LB {
    font-size: 20px;
    font-weight: bold;
    background: #ffdb70;
    color: #000000;
}

.LMH_Yellow48_LB {
    font-size: 20px;
    font-weight: bold;
    background: #ffe7a6;
    color: #000000;
}

.LMH_RED_XL {
    font-size: 25px;
    background: #aa0020;
    color: #ffffff;
}

.LMH_White_XL {
    font-size: 25px;
    background: #ffffff;
    color: #000000;
}

.LMH_Black_XL {
    font-size: 25px;
    background: #000000;
    color: #ffffff;
}

.LMH_DarkGray_XL {
    font-size: 25px;
    background: #6b6b6b;
    color: #ffffff;
}

.LMH_MediumGray_XL {
    font-size: 25px;
    background: #a1a1a1;
    color: #000000;
}

.LMH_LightGray_XL {
    font-size: 25px;
    background: #d2d2d2;
    color: #000000;
}

.LMH_PaleGray_XL {
    font-size: 25px;
    background: #e9e9e9;
    color: #000000;
}

.Forklift_RED100_XL {
    font-size: 25px;
    background: #cb5023;
    color: #ffffff;
}

.Forklift_RED72_XL {
    font-size: 25px;
    background: #e5684b;
    color: #000000;
}

.Forklift_RED48_XL {
    font-size: 25px;
    background: #eca287;
    color: #000000;
}

.LMH_Blue100_XL {
    font-size: 25px;
    background: #00558c;
    color: #ffffff;
}

.LMH_Blue72_XL {
    font-size: 25px;
    background: #468cc4;
    color: #000000;
}

.LMH_Blue48_XL {
    font-size: 25px;
    background: #8fb0d9;
    color: #000000;
}

.LMH_Turquoise100_XL {
    font-size: 25px;
    background: #25a3ba;
    color: #ffffff;
}

.LMH_Turquoise72_XL {
    font-size: 25px;
    background: #7fbccd;
    color: #000000;
}

.LMH_Turquoise48_XL {
    font-size: 25px;
    background: #b0d2de;
    color: #000000;
}

.LMH_Green100_XL {
    font-size: 25px;
    background: #77b342;
    color: #000000;
}

.LMH_Green72_XL {
    font-size: 25px;
    background: #a4c778;
    color: #000000;
}

.LMH_Green48_XL {
    font-size: 25px;
    background: #c6dba9;
    color: #000000;
}

.LMH_Yellow100_XL {
    font-size: 25px;
    background: #ffc72c;
    color: #000000;
}

.LMH_Yellow72_XL {
    font-size: 25px;
    background: #ffdb70;
    color: #000000;
}

.LMH_Yellow48_XL {
    font-size: 25px;
    background: #ffe7a6;
    color: #000000;
}

.LMH_RED_XLB {
    font-size: 25px;
    font-weight: bold;
    background: #aa0020;
    color: #ffffff;
}

.LMH_White_XLB {
    font-size: 25px;
    font-weight: bold;
    background: #ffffff;
    color: #000000;
}

.LMH_Black_XLB {
    font-size: 25px;
    font-weight: bold;
    background: #000000;
    color: #ffffff;
}

.LMH_DarkGray_XLB {
    font-size: 25px;
    font-weight: bold;
    background: #6b6b6b;
    color: #ffffff;
}

.LMH_MediumGray_XLB {
    font-size: 25px;
    font-weight: bold;
    background: #a1a1a1;
    color: #000000;
}

.LMH_LightGray_XLB {
    font-size: 25px;
    font-weight: bold;
    background: #d2d2d2;
    color: #000000;
}

.LMH_PaleGray_XLB {
    font-size: 25px;
    font-weight: bold;
    background: #e9e9e9;
    color: #000000;
}

.Forklift_RED100_XLB {
    font-size: 25px;
    font-weight: bold;
    background: #cb5023;
    color: #ffffff;
}

.Forklift_RED72_XLB {
    font-size: 25px;
    font-weight: bold;
    background: #e5684b;
    color: #000000;
}

.Forklift_RED48_XLB {
    font-size: 25px;
    font-weight: bold;
    background: #eca287;
    color: #000000;
}

.LMH_Blue100_XLB {
    font-size: 25px;
    font-weight: bold;
    background: #00558c;
    color: #ffffff;
}

.LMH_Blue72_XLB {
    font-size: 25px;
    font-weight: bold;
    background: #468cc4;
    color: #000000;
}

.LMH_Blue48_XLB {
    font-size: 25px;
    font-weight: bold;
    background: #8fb0d9;
    color: #000000;
}

.LMH_Turquoise100_XLB {
    font-size: 25px;
    font-weight: bold;
    background: #25a3ba;
    color: #ffffff;
}

.LMH_Turquoise72_XLB {
    font-size: 25px;
    font-weight: bold;
    background: #7fbccd;
    color: #000000;
}

.LMH_Turquoise48_XLB {
    font-size: 25px;
    font-weight: bold;
    background: #b0d2de;
    color: #000000;
}

.LMH_Green100_XLB {
    font-size: 25px;
    font-weight: bold;
    background: #77b342;
    color: #000000;
}

.LMH_Green72_XLB {
    font-size: 25px;
    font-weight: bold;
    background: #a4c778;
    color: #000000;
}

.LMH_Green48_XLB {
    font-size: 25px;
    font-weight: bold;
    background: #c6dba9;
    color: #000000;
}

.LMH_Yellow100_XLB {
    font-size: 25px;
    font-weight: bold;
    background: #ffc72c;
    color: #000000;
}

.LMH_Yellow72_XLB {
    font-size: 25px;
    font-weight: bold;
    background: #ffdb70;
    color: #000000;
}

.LMH_Yellow48_XLB {
    font-size: 25px;
    font-weight: bold;
    background: #ffe7a6;
    color: #000000;
}

.table-header-rotated th.row-header {
    width: auto;
    /*position: absolute;*/
}

.table-header-rotated td {
    width: 40px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    vertical-align: middle;
    text-align: center;
}

.table-header-rotated th.rotate-45 {
    height: 200px;
    width: 40px;
    /*min-width: 40px;*/
    /*max-width: 40px;*/
    /*position: absolute;*/
    position: relative;
    vertical-align: bottom;
    padding: 0;
    font-size: 12px;
    line-height: 0.8;
    border: 0;
}

    .table-header-rotated th.rotate-45 > div {
        position: relative;
        top: 0;
        left: 100px; /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
        height: 100%;
        -ms-transform: skew(-45deg,0deg);
        -moz-transform: skew(-45deg,0deg);
        -webkit-transform: skew(-45deg,0deg);
        -o-transform: skew(-45deg,0deg);
        transform: skew(-45deg,0deg);
        overflow: hidden;
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
        border-top: 1px solid #000000;
        background-color: #aa0020;
        color: #ffffff;
    }

    .table-header-rotated th.rotate-45 span {
        -ms-transform: skew(45deg,0deg) rotate(315deg);
        -moz-transform: skew(45deg,0deg) rotate(315deg);
        -webkit-transform: skew(45deg,0deg) rotate(315deg);
        -o-transform: skew(45deg,0deg) rotate(315deg);
        transform: skew(45deg,0deg) rotate(315deg);
        position: absolute;
        bottom: 30px; /* 40 cos(45) = 28 with an additional 2px margin*/
        left: -25px; /*Because it looked good, but there is probably a mathematical link here as well*/
        display: inline-block;
        /*/ width: 100%;*/
        width: 85px; /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
        text-align: left;
        white-space: nowrap; /*whether to display in one line or not*/
    }

    .table-header-rotated th.rotate-45 a {
        color: #ffffff;
        text-decoration: none;
    }

.Grid2 tr.normal {
    background-color: #d2d2d2;
}

.Grid2 tr.alternate {
    background-color: #a1a1a1;
}

.Grid2 td {
    padding: 2px;
}

.Labelnowrap {
    white-space: nowrap;
}

.GridFooter {
    background-color: #77b342;
    color: #000000;
}

.HeaderDiv {
    border-bottom-width: 0px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 0px;
}

.SearchDiv {
    border-top-width: 0px;
    border-bottom-width: 0px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 0px;
}

.DataDiv {
    border-top-width: 0px;
    overflow: auto;
    padding-top: 0px;
}

.HeaderTable {
    border-color: #e9e9e9;
    border-collapse: collapse;
}

.SearchTable {
    border-color: #e9e9e9;
    border-collapse: collapse;
    border-width: 0px; /* MK 2021-01-29  war bei Gruber gar nicht gesetzt, für Edge aber besser */
    /*border: 1px;*/
}


/* MK 2021-01-29: SearchCell wird bei Gruber im Code zwar verwendet, existierte aber nicht in CSS
   wäre notwendig wenn man in Edge Trennlininen etc. will, ist aber nicht sehr hübsch deshalb vorerst wieder weg
.SearchCell {
    border-color: black;
    border-width: 1px;
    border-style:solid;
}    */


.SearchButton {
    /*position: relative;*/
    /*vertical-align: bottom;*/
    /*padding: 0px;*/
    /*line-height: 0.8;*/
    /*border: 1px;*/
}

.SearchInput {
    font-size: 10px; /* MK 2021-01-29  bei Gruber war NUR die font-size gesetzt, alles andere nicht! -> ist aber notwendig für Edge */
    padding: 1px;
    border-width: 1px;
    border-style: solid;
}
