﻿.container {
    max-width: 90vw !important;
    min-width: 90vw !important;
}

@media (min-width: 1281px) {
    .container {
        max-width: 70vw !important;
        min-width: 70vw !important;
    }
}

.default-image {
    height: 200px;
    float: right;
    margin-top: -30px;
}

.PLG_Logo {
    position: absolute;
    top: 0;
    left: 0;
}

    .PLG_Logo img {
        max-height: 30px;
    }

@media (max-width: 1350px) {
    .PLG_Logo {
        display: none;
    }
}

.navbar-header h4 {
    color: #ffffff;
}

@media (min-width: 750px) {
    .navbar-header h4 span:first-child,
    .navbar-header h4 span:first-child + span {
        display: inline-block;
    }
}

@media (min-width: 620px) and (max-width: 750px) {
    .navbar-header h4 span:first-child {
        display: none;
    }

    .navbar-collapse {
        overflow: hidden;
    }
}

@media (max-width: 620px) {
    .navbar-header h4 span:first-child,
    .navbar-header h4 span:first-child + span {
        display: none;
    }
}

/* ------------------------------------- 
Flipswitch
---------------------------------------- */
.onoffswitch {
    position: relative;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch_fixed {
    width: 60px;
}

.onoffswitch > input[type=checkbox] {
    display: none;
}

.onoffswitch input[type=checkbox]:disabled {
    display: none;
}

.onoffswitch > input[type=checkbox]:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch > input[type=checkbox]:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}


.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #999999;
    border-radius: 20px;
}

input[type=checkbox]:disabled + .onoffswitch-label {
    cursor: not-allowed;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before,
    .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 25px;
        padding: 0;
        line-height: 25px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "\2714";
        padding-left: 10px;
        background-color: #34A7C1;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "\2716";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 20px;
    height: 20px;
    margin: 3px 4px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    border: 1px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.img_button {
    width: 20px !important;
    height: 20px !important;
}

.table tfoot > tr > td {
    font-weight: bold;
    border-top: 1px solid #dddddd;
}

.table,
.table td,
.table th,
.table caption {
    border: none;
}


/* -------------------------------- 
Statusbar (Netzwerk, Störung)
-------------------------------- */
.svg_status_circle {
    float: none;
    padding: 0 20px;
    color: #999999;
}

    .svg_status_circle:hover {
        color: #ffffff;
    }

.nok {
    background-image: url('../Images/Circle_red.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.okwarn {
    background-image: url('../Images/Circle_yellow.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.ok {
    background-image: url('../Images/Circle_green.svg');
    background-repeat: no-repeat;
    background-size: auto;
}

/* -------------------------------- 
xpopup 
-------------------------------- */
.cd-popup {
    z-index: 3000;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

    .cd-popup.is-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0s;
    }

.cd-popup-container {
    position: relative;
    width: 80%;
    max-width: 500px;
    top: 20px;
    margin: 20% auto;
    background: #fff;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .cd-popup-container p {
        padding: 3em 1em;
    }

    .cd-popup-container ul {
        padding: 0;
    }

    .cd-popup-container .cd-buttons:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-popup-container .cd-buttons li {
        float: left;
        list-style: none;
        width: 50%;
    }

    .cd-popup-container .cd-buttons a {
        display: block;
        height: 60px;
        line-height: 60px;
        text-transform: uppercase;
        text-decoration: none;
        color: #FFF;
        -webkit-transition: background-color 0.2s;
        -moz-transition: background-color 0.2s;
        transition: background-color 0.2s;
    }

    .cd-popup-container .cd-buttons li:first-child a {
        background: #fc7169;
        border-radius: 0 0 0 .25em;
    }

.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
    background-color: #fc8982;
}

.cd-popup-container .cd-buttons li:last-child a {
    background: #b6bece;
    border-radius: 0 0 .25em 0;
}

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
    background-color: #c5ccd8;
}

.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}

    .cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
        content: '';
        position: absolute;
        top: 12px;
        width: 14px;
        height: 3px;
        background-color: #8f9cb5;
    }

    .cd-popup-container .cd-popup-close::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 8px;
    }

    .cd-popup-container .cd-popup-close::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 8px;
    }

.is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
    .cd-popup-container {
        margin: 8em auto;
    }
}


/* -------------------------------- 
Menülisten Bilder
-------------------------------- */
.dropdown-menu > li > a {
    padding: 3px 40px;
    clear: none;
}

.navbar-collapse {
    clear: both !important;
}

.men_usergroup:before,
.men_user:before,
.men_password:before,
.men_settings:before,
.men_error_settings:before {
    content: " ";
    width: 1.5em;
    height: 1.5em;
    float: left;
    margin: 0 0 0 5px;
}

.men_usergroup:before {
    background-image: url('../Images/menu_svg/men_Group.svg');
}

.men_user:before {
    background-image: url('../Images/menu_svg/men_User.svg');
}

.men_password:before {
    background-image: url('../Images/menu_svg/men_Password.svg');
}

.men_settings:before {
    background-image: url('../Images/menu_svg/men_settings.svg');
}

.men_error_settings:before {
    background-image: url('../Images/menu_svg/men_bell.svg');
}
/* ----------------------------------
    Menu navigation, submenus
------------------------------------*/

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

li > div.default-submenu {
    margin-left: 20px;
}

nav > ul > li > a {
    text-indent: 15px; /* Can use padding-left as well */
    padding-left: 100px;
}

.form-group > div {
    padding-bottom: 16px;
}

.ErrorControl {
    background-color: #FBE3E4;
    border: solid 1px Red;
}
/* -------------------------------- 
Checkbox
-------------------------------- */

.checkbox {
    padding-left: 20px;
}


    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 19px;
            height: 19px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"],
    .checkbox input[type="radio"] {
        opacity: 0;
    }

        .checkbox input[type="checkbox"]:focus + label::before,
        .checkbox input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after,
        .checkbox input[type="radio"]:checked + label::after {
            font-family: 'Glyphicons Halflings';
            content: "\e013";
        }

        .checkbox input[type="checkbox"]:disabled + label,
        .checkbox input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before,
            .checkbox input[type="radio"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}


/* ==============================================================================
    checkbox-status
   ==============================================================================*/

.checkbox-status > input[type="checkbox"] {
    display: none;
}

.checkbox-status > label {
    height: 0px;
    position: relative;
    width: 0px;
    top: -9px;
    display: inline-block;
    position: relative;
    padding-left: 0px;
}

    .checkbox-status > label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 19px;
        height: 19px;
        left: 0;
        font-size: 11px;
        margin-left: -19px;
        border: 1px solid #cccccc;
        border-radius: 3px;
        background-color: #fff;
        padding-left: 3px;
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    }

.checkbox-status > input.success[type="checkbox"]:checked + label::before {
    background: #5cb85c;
    color: #ffffff;
    font-family: 'Glyphicons Halflings';
    content: "\e013";
}

.checkbox-status > input.error[type="checkbox"]:checked + label::before {
    background: #ed5249;
    color: #ffffff;
    font-family: 'Glyphicons Halflings';
    content: "\e014";
}

/* -------------------------------- 

-------------------------------- */

.column {
    float: left;
    padding-left: 1px;
    padding-right: 1px;
}

/* Clear floats after the columns */
.line:after {
    clear: both;
    content: " ";
    display: block;
}

/* -------------------------------- 
Scrollable gridview
-------------------------------- */

.scrollable {
    overflow: auto;
}

/* -------------------------------- 
Scrollable gridview with fixed headers
-------------------------------- */

.fixed_headers {
    width: 100%;
    /*position: relative;*/
    table-layout: fixed;
    border-collapse: collapse;
}

    .fixed_headers thead {
        border-style: hidden !important;
    }

        .fixed_headers thead tr {
            display: table-caption;
            position: absolute;
        }

    .fixed_headers tbody {
        display: block;
        overflow: auto;
        margin-top: 38px;
        width: 100%;
    }

.header_distance tbody {
    margin-top: 37px !important;
}


/* 
    ----------------------------------------------------------------------------------- 
    Gridview Simulation avi (Seite: /Testservices/Simulation.aspx)
    -----------------------------------------------------------------------------------  
*/
.sim tbody {
    min-height: 50vh !important;
    max-height: 50vh !important;
}

.sim td,
.sim th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 10px;
    max-width: 1000px;
}


.Bestandsuebersicht_grid {
    width: 100%;
    position: relative;
    table-layout: auto;
    border-collapse: collapse;
    min-width: 90vw !important;
}


    .Bestandsuebersicht_grid tbody {
        min-height: 50vh !important;
        max-height: 50vh !important;
    }

    .Bestandsuebersicht_grid td,
    .Bestandsuebersicht_grid th {
        padding: 4px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        min-width: 100px;
        max-width: 100px;
    }
        /* Edit icon */
        .Bestandsuebersicht_grid td:nth-child(1),
        .Bestandsuebersicht_grid th:nth-child(1) {
            min-width: 30px;
            max-width: 100%;
        }

        /* Material-Nr. */
        .Bestandsuebersicht_grid td:nth-child(4),
        .Bestandsuebersicht_grid th:nth-child(4) {
            min-width: 180px;
            max-width: 180px;
        }

        /*MATERIAL*/
        .Bestandsuebersicht_grid td:nth-child(5),
        .Bestandsuebersicht_grid th:nth-child(5) {
            min-width: 400px;
            max-width: 400px;
            text-align: left;
        }
        /*WE DATUM*/
        .Bestandsuebersicht_grid td:nth-child(8),
        .Bestandsuebersicht_grid th:nth-child(8) {
            text-align: left;
        }


        /*HU-Nr*/
        .Bestandsuebersicht_grid td:nth-child(11),
        .Bestandsuebersicht_grid th:nth-child(11) {
            min-width: 130px;
            max-width: 130px;
        }


        /*Bewegungsdatum*/
        .Bestandsuebersicht_grid td:nth-child(14),
        .Bestandsuebersicht_grid th:nth-child(14) {
            min-width: 150px;
            max-width: 150px;
        }









/* 
    ----------------------------------------------------------------------------------- 
    Gridview Bestandübersichten avi (Seite: /Listen/Bestandübersichten.aspx)
    -----------------------------------------------------------------------------------  
*/

.change {
    margin: 0 0 0 0;
    padding: 0;
    min-width: 72vw !important;
    max-width: 72vw !important;
    /*width:100%;*/
    position: relative;
    table-layout: auto;
    border-collapse: collapse;
    /*width: 100% !important;*/
}


    .change tbody {
        min-height: 50vh !important;
        max-height: 50vh !important;
    }

    .change td,
    .change th {
        padding: 4px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        min-width: 2vw !important;
        max-width: 2vw !important;
    }



        /*TablarID*/
        .change td:nth-child(2),
        .change th:nth-child(2) {
            min-width: 4vw !important;
            max-width: 4vw !important;
        }



        /*MATERIAL Nr.*/
        .change td:nth-child(3),
        .change th:nth-child(3) {
            min-width: 7.5vw !important;
            max-width: 7.5vw !important;
        }

        /*MATERIAL*/
        .change td:nth-child(4),
        .change th:nth-child(4) {
            min-width: 17vw !important;
            max-width: 17vw !important;
            text-align: left;
        }
        /*menge*/
        .change td:nth-child(5),
        .change th:nth-child(5) {
            min-width: 4vw !important;
            max-width: 4vw !important;
        }
        /*LAGERFACH*/
        .change td:nth-child(6),
        .change th:nth-child(6) {
            min-width: 5vw !important;
            max-width: 5vw !important;
        }
        /*WE DATUM*/
        .change td:nth-child(7),
        .change th:nth-child(7) {
            min-width: 5.22vw !important;
            max-width: 5.22vw !important;
            text-align: center;
        }

        /*Vollgut*/
        .change td:nth-child(8),
        .change th:nth-child(8) {
            min-width: 6vw !important;
            max-width: 6vw !important;
        }

        /*Lagerplatz*/
        .change td:nth-child(9),
        .change th:nth-child(9) {
            min-width: 5vw !important;
            max-width: 5vw !important;
        }

        /*HU*/
        .change td:nth-child(10),
        .change th:nth-child(10) {
            min-width: 5vw !important;
            max-width: 5vw !important;
        }

        /*Gebindetyp*/
        .change td:nth-child(11),
        .change th:nth-child(11) {
            min-width: 5vw !important;
            max-width: 5vw !important;
        }

        /*eingang*/
        .change td:nth-child(12),
        .change th:nth-child(12) {
            min-width: 5vw !important;
            max-width: 5vw !important;
        }


/*Pop window for Simulation and Bestandübersicht*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: absolute; /* draggable */
    z-index: 9;
    /*z-index: 1;*/ /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0); /* no opacity */
}

div.modal div.modal-backdrop {
    z-index: 0;
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    cursor: move;
    z-index: 10;
}

/* The Close Button */
.close {
    color: #ed5249;
    color: #CC3300;
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 1;
    width: 32px;
    text-align: center;
}

    .close:hover,
    .close:focus {
        background-color: #f21616;
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
        opacity: 1;
    }
/* The Closing Button */
.Closing {
    background-color: transparent;
    opacity: 100;
    color: #CC3300;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .Closing:hover,
    .Closing:focus {
        background-color: #f21616;
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
        opacity: 1;
    }

/*.full_width_container {
    position: relative;
    width: 90vw;
    margin-left: -45vw;
    left: 45%;
}*/

.full_width_container {
    left: -15vw;
    position: relative;
    max-width: 98vw;
    min-width: 98vw;
}

@media (max-width: 1281px) {
    .full_width_container {
        left: -5vw;
        max-width: 97vw;
        min-width: 97vw;
    }
}


/* ======================================
    Draggable Popup Dialog
========================================*/
.screen-inactive {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 1;
}

.popup-dialog {
    position: absolute !important;
    background-color: white;
    border: 1px solid #909090;
    z-index: 2000;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, .3);
    box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, .3);
}

.popup-dialog-center {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.popup-content {
    margin: 20px;
}

.draggable {
    position: absolute !important;
}

.popup-header {
    padding: 10px;
    background-color: #F0F0F0;
}

.draggable > .popup-header {
    cursor: move;
}

.draggable-header {
    cursor: move;
    z-index: 10;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}





/* 
    ----------------------------------------------------------------------------------- 
    Gridview Auslagerungen avi (Seite: /Commmands/Removal.aspx)
    -----------------------------------------------------------------------------------  
*/

.Rem tbody {
    min-height: 50vh !important;
    max-height: 50vh !important;
}

/*TA num*/
.Rem td,
.Rem th {
    padding: 4px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 6vw;
    max-width: 6vw;
}

    /* TA-Nummer */
    .Rem td:nth-child(1),
    .Rem th:nth-child(1) {
        min-width: 6vw;
        max-width: 1000px;
    }


    /* Material-Nr. */
    .Rem td:nth-child(2),
    .Rem th:nth-child(2) {
        min-width: 10vw;
        max-width: 10vw;
    }

    /* Material */
    .Rem td:nth-child(3),
    .Rem th:nth-child(3) {
        min-width: 40vw;
        max-width: 40vw;
    }
    /* Bewegungs-Art */
    /* 	Eingang */
    .Rem td:nth-child(7),
    .Rem th:nth-child(7),
    .Rem td:nth-child(8),
    .Rem th:nth-child(8) {
        min-width: 10vw;
        max-width: 10vw;
    }

/*  ----------------------------------------------------------------------------------- 
    Gridview Auslagerungen avi (Seite: /Commmands/Removal.aspx)
    -----------------------------------------------------------------------------------  
*/

.kommi_auftraege_grid tbody {
    min-height: 50vh !important;
    max-height: 50vh !important;
}

.kommi_auftraege_grid td,
.kommi_auftraege_grid th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 150px;
    max-width: 150px;
}
    /* Info Button */
    .kommi_auftraege_grid td:nth-child(1),
    .kommi_auftraege_grid th:nth-child(1) {
        min-width: 30px;
        max-width: 1000px;
    }
    /* Kommi-Kreise */
    .kommi_auftraege_grid td:nth-child(3),
    .kommi_auftraege_grid th:nth-child(3) {
        min-width: 120px;
        max-width: 120px;
    }

    /* Bereitst. Zeit */
    .kommi_auftraege_grid td:nth-child(7),
    .kommi_auftraege_grid th:nth-child(7) {
        min-width: 150px;
        max-width: 150px;
    }

    /* Ursprünglicher Auftrag */
    .kommi_auftraege_grid td:nth-child(10),
    .kommi_auftraege_grid th:nth-child(10) {
        min-width: 180px;
        max-width: 180px;
    }

    /* Fächer belegt */
    .kommi_auftraege_grid td:nth-child(11),
    .kommi_auftraege_grid th:nth-child(11) {
        min-width: 120px;
        max-width: 120px;
    }

.kommi_auftraege_pos_grid tbody {
    min-height: 28vh !important;
    max-height: 28vh !important;
}

.kommi_auftraege_pos_grid td,
.kommi_auftraege_pos_grid th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 6vw;
    max-width: 6vw;
}




    /* Mat-Nr. */
    .kommi_auftraege_pos_grid td:nth-child(2),
    .kommi_auftraege_pos_grid th:nth-child(2) {
        min-width: 7vw;
        max-width: 7vw;
    }

    /* Mat-Kurztext */
    .kommi_auftraege_pos_grid td:nth-child(5),
    .kommi_auftraege_pos_grid th:nth-child(5) {
        min-width: 24vw;
        max-width: 24vw;
    }

    /* Status */
    .kommi_auftraege_pos_grid td:nth-child(6),
    .kommi_auftraege_pos_grid th:nth-child(6) {
        min-width: 12vw;
        max-width: 12vw;
    }

    /* Angelegt */
    .kommi_auftraege_pos_grid td:nth-child(8),
    .kommi_auftraege_pos_grid th:nth-child(8) {
        min-width: 10vw;
        max-width: 10vw;
    }



/*
    temporary class for scrollable gridview header-body distance
*/
.header-distance tbody {
    margin-top: 37px;
}

/* -------------------------------- 
Gridview Inventur PC Zusammenfassung
-------------------------------- */

.inventurPC_uebersicht_grid tbody {
    min-height: 30vh !important;
    max-height: 30vh !important;
}

.inventurPC_uebersicht_grid td,
.inventurPC_uebersicht_grid th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 140px;
    /*    max-width: 1000px;*/
    width: 200px;
    /* max-width: 7vw; */
}


/* -------------------------------- 
Gridview Inventur PC List
-------------------------------- */

/*.inventurPC_list_grid {
    overflow-x: auto;
}*/

.inventurPC_list_grid tbody {
    min-height: 45vh !important;
    max-height: 45vh !important;
}

.inventurPC_list_grid td,
.inventurPC_list_grid th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 6vw;
    min-width: 6vw;
}

    /* Master ID */
    .inventurPC_list_grid td:nth-child(1),
    .inventurPC_list_grid th:nth-child(1) {
        min-width: 10vw;
        max-width: 10vw;
    }

    /* Abweichung */
    .inventurPC_list_grid td:nth-child(5),
    .inventurPC_list_grid th:nth-child(5),
    .inventurPC_list_grid td:nth-child(6),
    .inventurPC_list_grid th:nth-child(6) {
        min-width: 4vw;
        max-width: 4vw;
    }

    /* Prüfstatus */
    .inventurPC_list_grid td:nth-child(8),
    .inventurPC_list_grid th:nth-child(8) {
        min-width: 9vw;
        max-width: 9vw;
    }

    /* Benutzer */
    .inventurPC_list_grid td:nth-child(9),
    .inventurPC_list_grid th:nth-child(9) {
        min-width: 8vw;
        max-width: 8vw;
    }

    /* Zeit */
    .inventurPC_list_grid td:nth-child(10),
    .inventurPC_list_grid th:nth-child(10) {
        min-width: 4vw;
        max-width: 4vw;
    }


/* -------------------------------- 
Gridview Inventur PC Nachzählungen
-------------------------------- */

.inventurPC_nachzaehlungen_grid tbody {
    min-height: 30vh !important;
    max-height: 30vh !important;
}

.inventurPC_nachzaehlungen_grid td,
.inventurPC_nachzaehlungen_grid th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
    min-width: 100px;
}

    /* Index */
    .inventurPC_nachzaehlungen_grid td:nth-child(1),
    .inventurPC_nachzaehlungen_grid th:nth-child(1) {
        min-width: 32px;
        max-width: 32px;
    }

    /* Separator */
    .inventurPC_nachzaehlungen_grid td:nth-child(2),
    .inventurPC_nachzaehlungen_grid th:nth-child(2) {
        min-width: 20px;
        max-width: 20px;
    }

    /* Benutzer */
    .inventurPC_nachzaehlungen_grid td:nth-child(6),
    .inventurPC_nachzaehlungen_grid th:nth-child(6) {
        min-width: 260px;
        max-width: 260px;
    }

    /* Falsches Material */
    .inventurPC_nachzaehlungen_grid td:nth-child(8),
    .inventurPC_nachzaehlungen_grid th:nth-child(8) {
        min-width: 200px;
        max-width: 200px;
    }



/* -------------------------------- 
Leistungstest Liste
-------------------------------- */

.Leistungstest_grid {
    overflow-x: auto;
}

    .Leistungstest_grid tbody {
        min-height: 56vh !important;
        max-height: 56vh !important;
    }

    .Leistungstest_grid td,
    .Leistungstest_grid th {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 6vw;
        min-width: 6vw;
    }


        /* Zeit */
        .Leistungstest_grid td:nth-child(3),
        .Leistungstest_grid th:nth-child(3),
        .Leistungstest_grid td:nth-child(4),
        .Leistungstest_grid th:nth-child(4) {
            min-width: 10vw;
            max-width: 10vw;
        }

/* -------------------------------- 
Leistungstest_Fehler_grid
-------------------------------- */


.Leistungstest_Fehler_grid {
    overflow-x: auto;
}

    .Leistungstest_Fehler_grid tbody {
        min-height: 100px !important;
        max-height: 100px !important;
    }

    .Leistungstest_Fehler_grid td,
    .Leistungstest_Fehler_grid th {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 20vw;
        min-width: 20vw;
    }



/*.inventurPC_nachzaehlungen_grid td:nth-child(1),
    .inventurPC_nachzaehlungen_grid th:nth-child(1) {
        width: 12vw;
        max-width: 12vw;
    }*/

/* -------------------------------- 
Gridview Inspektion Unterschiede
-------------------------------- */

.inspektion_grid tbody {
    min-height: 56vh !important;
    max-height: 56vh !important;
}

.inspektion_grid td,
.inspektion_grid th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 10px;
    max-width: 1000px;
}

/* -------------------------------- 
Gridview SPS Telegramme
-------------------------------- */
.telegram_sps_grid tbody {
    min-height: 50vh !important;
    max-height: 50vh !important;
}

.telegram_sps_grid td,
.telegram_sps_grid th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 10px;
    max-width: 1000px;
}

    .telegram_sps_grid td:nth-child(1),
    .telegram_sps_grid th:nth-child(1) {
        width: 2vw;
        max-width: 2vw;
    }

    .telegram_sps_grid td:nth-child(2),
    .telegram_sps_grid th:nth-child(2) {
        width: 4vw;
        max-width: 4vw;
    }

    .telegram_sps_grid td:nth-child(3),
    .telegram_sps_grid th:nth-child(3) {
        width: 5vw;
        max-width: 5vw;
    }

    .telegram_sps_grid td:nth-child(4),
    .telegram_sps_grid th:nth-child(4) {
        width: 5vw;
        max-width: 5vw;
    }

    .telegram_sps_grid td:nth-child(5),
    .telegram_sps_grid th:nth-child(5) {
        width: 3vw;
        max-width: 3vw;
    }

    .telegram_sps_grid td:nth-child(6),
    .telegram_sps_grid th:nth-child(6) {
        width: 4vw;
        max-width: 4vw;
    }

    .telegram_sps_grid td:nth-child(7),
    .telegram_sps_grid th:nth-child(7) {
        width: 4vw;
        max-width: 4vw;
    }

    .telegram_sps_grid td:nth-child(8),
    .telegram_sps_grid th:nth-child(8) {
        width: 8vw;
        max-width: 8vw;
        text-overflow: clip;
        white-space: normal;
    }

    .telegram_sps_grid td:nth-child(9),
    .telegram_sps_grid th:nth-child(9) {
        width: 4vw;
        max-width: 4vw;
    }

    .telegram_sps_grid td:nth-child(10),
    .telegram_sps_grid th:nth-child(10) {
        width: 3vw;
        max-width: 3vw;
    }

    .telegram_sps_grid td:nth-child(11),
    .telegram_sps_grid th:nth-child(11) {
        width: 3vw;
        max-width: 3vw;
    }

    .telegram_sps_grid td:nth-child(12),
    .telegram_sps_grid th:nth-child(12) {
        width: 6vw;
        max-width: 6vw;
    }

    .telegram_sps_grid td:nth-child(13),
    .telegram_sps_grid th:nth-child(13) {
        width: 6vw;
        max-width: 6vw;
    }

    .telegram_sps_grid td:nth-child(14),
    .telegram_sps_grid th:nth-child(14) {
        width: 5vw;
        max-width: 5vw;
    }

    .telegram_sps_grid td:nth-child(15),
    .telegram_sps_grid th:nth-child(15) {
        width: 3vw;
        max-width: 3vw;
    }

    .telegram_sps_grid td:nth-child(16),
    .telegram_sps_grid th:nth-child(16) {
        width: 11vw;
        max-width: 11vw;
    }

    .telegram_sps_grid td:nth-child(17),
    .telegram_sps_grid th:nth-child(17) {
        width: 5vw;
        max-width: 5vw;
    }

    .telegram_sps_grid td:nth-child(18),
    .telegram_sps_grid th:nth-child(18) {
        width: 13vw;
        max-width: 13vw;
    }

/* -------------------------------- 
Gridview SAP Telegramme
-------------------------------- */
.telegram_sap_grid tbody {
    min-height: 50vh !important;
    max-height: 50vh !important;
}

.telegram_sap_grid td,
.telegram_sap_grid th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 5vw;
    max-width: 5vw;
}

    .telegram_sap_grid td:nth-child(1),
    .telegram_sap_grid th:nth-child(1) {
        width: 2vw;
        max-width: 2vw;
    }

    .telegram_sap_grid td:nth-child(6),
    .telegram_sap_grid th:nth-child(6) {
        width: 16vw;
        max-width: 16vw;
    }

    .telegram_sap_grid td:nth-child(7),
    .telegram_sap_grid th:nth-child(7) {
        width: 10vw;
        max-width: 10vw;
    }

    .telegram_sap_grid td:nth-child(8),
    .telegram_sap_grid th:nth-child(8) {
        width: 6vw;
        max-width: 6vw;
    }

    .telegram_sap_grid td:nth-child(10),
    .telegram_sap_grid th:nth-child(10) {
        width: 9vw;
        max-width: 9vw;
    }
/* -------------------------------- 
Gridview PbL Telegramme
-------------------------------- */
.telegram_pbl_grid tbody {
    min-height: 52vh !important;
    max-height: 52vh !important;
}

.telegram_pbl_grid td,
.telegram_pbl_grid th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 2vw;
    max-width: 100vw;
}

    .telegram_pbl_grid td:nth-child(1),
    .telegram_pbl_grid th:nth-child(1) {
        width: 2vw;
        max-width: 2vw;
    }

    .telegram_pbl_grid td:nth-child(2),
    .telegram_pbl_grid th:nth-child(2) {
        width: 4vw;
        max-width: 4vw;
    }

    .telegram_pbl_grid td:nth-child(3),
    .telegram_pbl_grid th:nth-child(3) {
        width: 10vw;
        max-width: 10vw;
    }

    .telegram_pbl_grid td:nth-child(4),
    .telegram_pbl_grid th:nth-child(4) {
        width: 78vw;
        max-width: 78vw;
    }
/* -------------------------------- 
Gridview Meldungen
-------------------------------- */
.error_log_grid tbody {
    min-height: 50vh !important;
    max-height: 50vh !important;
}

.error_log_grid td,
.error_log_grid th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 10px;
    max-width: 700px;
}

    .error_log_grid td:nth-child(6),
    .error_log_grid th:nth-child(6) {
        white-space: pre-wrap;
        word-wrap: break-word;
    }

/* -------------------------------- 
Settings Meldungen
-------------------------------- */
.error_settings_grid tbody {
    min-height: 60vh !important;
    max-height: 60vh !important;
}

.error_settings_grid td,
.error_settings_grid th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 10px;
    max-width: 1000px;
}

/* -------------------------------- 
Parametrierung
-------------------------------- */
.settings_params_sysvar_grid tbody {
    min-height: 60vh !important;
    max-height: 60vh !important;
}

.settings_params_sysvar_grid td,
.settings_params_sysvar_grid th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 5vw;
    max-width: 5vw;
}

    .settings_params_sysvar_grid td:nth-child(1),
    .settings_params_sysvar_grid th:nth-child(1) {
        width: 2vw;
        max-width: auto;
    }

    .settings_params_sysvar_grid td:nth-child(2),
    .settings_params_sysvar_grid th:nth-child(2) {
        width: 15vw;
        max-width: 15vw;
    }

    .settings_params_sysvar_grid td:nth-child(3),
    .settings_params_sysvar_grid th:nth-child(3) {
        width: 8vw;
        max-width: 8vw;
    }

/* -------------------------------- 
Parametrierung
-------------------------------- */
.settings_params_grid tbody {
    min-height: 60vh !important;
    max-height: 60vh !important;
}

.settings_params_grid td,
.settings_params_grid th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 5vw;
    max-width: 5vw;
}

    .settings_params_grid td:nth-child(1),
    .settings_params_grid th:nth-child(1) {
        width: 2vw;
        max-width: auto;
    }

    .settings_params_grid td:nth-child(2),
    .settings_params_grid th:nth-child(2) {
        width: 4vw;
        max-width: 4vw;
    }

    .settings_params_grid td:nth-child(3),
    .settings_params_grid th:nth-child(3) {
        width: 24vw;
        max-width: 24vw;
    }

/* -------------------------------- 
Gridview RBG-Aufträge
-------------------------------- */
.rbg_auftraege_grid tbody {
    min-height: 50vh !important;
    max-height: 50vh !important;
}

.rbg_auftraege_grid td,
.rbg_auftraege_grid th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 10px;
    max-width: 1000px;
}

    .rbg_auftraege_grid td:nth-child(1),
    .rbg_auftraege_grid th:nth-child(1) {
        min-width: 30px !important;
        max-width: 300px !important;
    }

/* -------------------------------- 
Gridview RBG-Aufträge
-------------------------------- */
.KommiKreis tbody {
    min-height: 21vh;
    max-height: 21vh;
}

.KommiKreis td,
.KommiKreis th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 2vw;
    max-width: 100vw;
}

    .KommiKreis td:nth-child(1),
    .KommiKreis th:nth-child(1) {
        min-width: 27vw;
        max-width: 27vw;
    }

/* -------------------------------- 
Gridview Störmeldungen
-------------------------------- */
.ErrorLog tbody {
    min-height: 60vh !important;
    max-height: 60vh !important;
}

.ErrorLog td,
.ErrorLog th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 6vw;
    max-width: 6vw;
}

    .ErrorLog td:nth-child(1),
    .ErrorLog th:nth-child(1) {
        min-width: 2vw;
        max-width: auto;
    }

    .ErrorLog td:nth-child(4),
    .ErrorLog th:nth-child(4) {
        min-width: 7vw;
        max-width: 7vw;
    }

    .ErrorLog td:nth-child(6),
    .ErrorLog th:nth-child(6) {
        min-width: 45vw;
        max-width: 45vw;
        white-space: normal;
    }

    .ErrorLog td:nth-child(8),
    .ErrorLog th:nth-child(8) {
        min-width: 8vw;
        max-width: 8vw;
        white-space: normal;
    }

    .ErrorLog td:nth-child(9),
    .ErrorLog th:nth-child(9) {
        min-width: 8vw;
        max-width: 8vw;
        white-space: normal;
    }




/*
    Umtaktung im Stillstand: Umtaktung-Aufträge
*/

.umtaktung_stillstand_umt_grid tbody {
    min-height: 50vh !important;
    max-height: 50vh !important;
}

.umtaktung_stillstand_umt_grid td,
.umtaktung_stillstand_umt_grid th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 100px;
    max-width: 100px;
}

    /* Tablar-ID */
    .umtaktung_stillstand_umt_grid td:nth-child(1),
    .umtaktung_stillstand_umt_grid th:nth-child(1) {
        min-width: 5.4vw;
        max-width: auto;
    }

    /* Mat-Nr */
    .umtaktung_stillstand_umt_grid td:nth-child(2),
    .umtaktung_stillstand_umt_grid th:nth-child(2) {
        min-width: 7vw;
        max-width: 7vw;
    }

    /* Lagerplatz */
    .umtaktung_stillstand_umt_grid td:nth-child(3),
    .umtaktung_stillstand_umt_grid th:nth-child(3) {
        min-width: 8vw;
        max-width: 8vw;
    }

    /* Menge */
    .umtaktung_stillstand_umt_grid td:nth-child(4),
    .umtaktung_stillstand_umt_grid th:nth-child(4) {
        min-width: 5vw;
        max-width: 5vw;
    }
    /* Min */
    .umtaktung_stillstand_umt_grid td:nth-child(5),
    .umtaktung_stillstand_umt_grid th:nth-child(5) {
        min-width: 3vw;
        max-width: 3vw;
    }
    /* Min */

    .umtaktung_stillstand_umt_grid td:nth-child(6),
    .umtaktung_stillstand_umt_grid th:nth-child(6) {
        min-width: 4vw;
        max-width: 4vw;
    }


    /* Typ */
    .umtaktung_stillstand_umt_grid td:nth-child(8),
    .umtaktung_stillstand_umt_grid th:nth-child(8) {
        min-width: 6vw;
        max-width: 6vw;
    }

    /* Drehen */
    .umtaktung_stillstand_umt_grid td:nth-child(9),
    .umtaktung_stillstand_umt_grid th:nth-child(9) {
        min-width: 4vw;
        max-width: 4vw;
    }

    /* Status */
    .umtaktung_stillstand_umt_grid td:nth-child(10),
    .umtaktung_stillstand_umt_grid th:nth-child(10) {
        min-width: 6vw;
        max-width: 6vw;
    }

    /* Abschließen */
    .umtaktung_stillstand_umt_grid td:nth-child(11),
    .umtaktung_stillstand_umt_grid th:nth-child(11) {
        min-width: 6vw;
        max-width: 6vw;
    }

/*
    Dialog Umtaktung im Automatikbetrieb/im Stillstand
*/

.umtaktung_komm_grid tbody {
    min-height: 50vh !important;
    max-height: 50vh !important;
}

.umtaktung_komm_grid td,
.umtaktung_komm_grid th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 10px;
    max-width: 1000px;
}

    /* TANUM */
    .umtaktung_komm_grid td:nth-child(1),
    .umtaktung_komm_grid th:nth-child(1) {
        min-width: 8vw;
        max-width: auto;
    }

    /* Kreis */
    .umtaktung_komm_grid td:nth-child(2),
    .umtaktung_komm_grid th:nth-child(2) {
        min-width: 3vw;
        max-width: 3vw;
    }

    /* Status Nr. */
    .umtaktung_komm_grid td:nth-child(3),
    .umtaktung_komm_grid th:nth-child(3) {
        min-width: 4.5vw;
        max-width: 4.5vw;
    }

    /* Status */
    .umtaktung_komm_grid td:nth-child(4),
    .umtaktung_komm_grid th:nth-child(4) {
        min-width: 18vw;
        max-width: 18vw;
    }

    /* Start Datum/Ende Datum */
    .umtaktung_komm_grid td:nth-child(5),
    .umtaktung_komm_grid th:nth-child(5),
    .umtaktung_komm_grid td:nth-child(6),
    .umtaktung_komm_grid th:nth-child(6) {
        min-width: 9vw;
        max-width: 9vw;
    }


/*
    Dialog KommissionierKreise  Stop, Abbruch, Bereinigen
*/

.kommissionierungen_grid tbody {
    min-height: 53vh !important;
    max-height: 53vh !important;
}

.kommissionierungen_grid td,
.kommissionierungen_grid th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 10px;
    max-width: 1000px;
}

    /* Komm-Auftrag-Nr. */
    .kommissionierungen_grid td:nth-child(1),
    .kommissionierungen_grid th:nth-child(1) {
        min-width: 8vw;
        max-width: auto;
    }

    /* Kreis */
    .kommissionierungen_grid td:nth-child(2),
    .kommissionierungen_grid th:nth-child(2) {
        min-width: 3vw;
        max-width: 3vw;
    }

    /* Sequenz-Nr. */
    .kommissionierungen_grid td:nth-child(3),
    .kommissionierungen_grid th:nth-child(3) {
        min-width: 6vw;
        max-width: 6vw;
    }

    /* Status Nr. */
    .kommissionierungen_grid td:nth-child(4),
    .kommissionierungen_grid th:nth-child(4) {
        min-width: 4.5vw;
        max-width: 4.5vw;
    }

    /* Status */
    .kommissionierungen_grid td:nth-child(5),
    .kommissionierungen_grid th:nth-child(5) {
        min-width: 18vw;
        max-width: 18vw;
    }

/*
 Dialog KommissionierKreise  Fortsetzen

    */

.KommStart_grid tbody {
    min-height: 53vh !important;
    max-height: 53vh !important;
}

.KommStart_grid td,
.KommStart_grid th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 10px;
    max-width: 1000px;
}

    /* Icon */
    .KommStart_grid td:nth-child(1),
    .KommStart_grid th:nth-child(1) {
        min-width: 2vw;
        max-width: auto;
    }

    /* Komm-Auftrag-Nr. */
    .KommStart_grid td:nth-child(2),
    .KommStart_grid th:nth-child(2) {
        min-width: 8vw;
        max-width: 8vw;
    }

    /* Kreis */
    .KommStart_grid td:nth-child(3),
    .KommStart_grid th:nth-child(3) {
        min-width: 3vw;
        max-width: 3vw;
    }

    /* Sequenz-Nr. */
    .KommStart_grid td:nth-child(4),
    .KommStart_grid th:nth-child(4) {
        min-width: 6vw;
        max-width: 6vw;
    }

    /* Status Nr.*/
    .KommStart_grid td:nth-child(5),
    .KommStart_grid th:nth-child(5) {
        min-width: 4.5vw;
        max-width: 4.5vw;
    }

    /* Status */
    .KommStart_grid td:nth-child(6),
    .KommStart_grid th:nth-child(6) {
        min-width: 18vw;
        max-width: 18vw;
    }

    /* Zeitstempel */
    .KommStart_grid td:nth-child(7),
    .KommStart_grid th:nth-child(7) {
        min-width: 10vw;
        max-width: 10vw;
    }

/* -------------------------------- 
Gridview Kommi-Kreise: 
    Prüfen und Beenden
-------------------------------- */

.kommissionierungenCheck_grid tbody {
    min-height: 23vh !important;
    max-height: 23vh !important;
}

.kommissionierungenCheck_grid td,
.kommissionierungenCheck_grid th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 10px;
    max-width: 1000px;
}

    /* Icon */
    .kommissionierungenCheck_grid td:nth-child(1),
    .kommissionierungenCheck_grid th:nth-child(1) {
        min-width: 2vw;
        max-width: auto;
    }

    /* Komm-Auftrag-Nr. */
    .kommissionierungenCheck_grid td:nth-child(2),
    .kommissionierungenCheck_grid th:nth-child(2) {
        min-width: 8vw;
        max-width: 8vw;
    }

    /* Kreis */
    .kommissionierungenCheck_grid td:nth-child(3),
    .kommissionierungenCheck_grid th:nth-child(3) {
        min-width: 3vw;
        max-width: 3vw;
    }

    /* Sequenz-Nr. */
    .kommissionierungenCheck_grid td:nth-child(4),
    .kommissionierungenCheck_grid th:nth-child(4) {
        min-width: 6vw;
        max-width: 6vw;
    }

    /* Status Nr. */
    .kommissionierungenCheck_grid td:nth-child(5),
    .kommissionierungenCheck_grid th:nth-child(5) {
        min-width: 4.5vw;
        max-width: 4.5vw;
    }

    /* Status */
    .kommissionierungenCheck_grid td:nth-child(6),
    .kommissionierungenCheck_grid th:nth-child(6) {
        min-width: 18vw;
        max-width: 18vw;
    }

.KreisKommPos_grid tbody {
    min-height: 23vh !important;
    max-height: 23vh !important;
}

.KreisKommPos_grid td,
.KreisKommPos_grid th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 10px;
    max-width: 1000px;
}

    .KreisKommPos_grid td:nth-child(1),
    .KreisKommPos_grid th:nth-child(1) {
        min-width: 3vw;
        max-width: auto;
    }

    .KreisKommPos_grid td:nth-child(2),
    .KreisKommPos_grid th:nth-child(2) {
        min-width: 7vw;
        max-width: 7vw;
    }

    .KreisKommPos_grid td:nth-child(3),
    .KreisKommPos_grid th:nth-child(3) {
        min-width: 6vw;
        max-width: 6vw;
    }

    .KreisKommPos_grid td:nth-child(4),
    .KreisKommPos_grid th:nth-child(4) {
        min-width: 4vw;
        max-width: 4vw;
    }

    .KreisKommPos_grid td:nth-child(5),
    .KreisKommPos_grid th:nth-child(5) {
        min-width: 4vw;
        max-width: 4vw;
    }

    .KreisKommPos_grid td:nth-child(6),
    .KreisKommPos_grid th:nth-child(6) {
        min-width: 6vw;
        max-width: 6vw;
    }

    .KreisKommPos_grid td:nth-child(7),
    .KreisKommPos_grid th:nth-child(7) {
        min-width: 4.5vw;
        max-width: 4.5vw;
    }

    .KreisKommPos_grid td:nth-child(8),
    .KreisKommPos_grid th:nth-child(8) {
        min-width: 18vw;
        max-width: 18vw;
    }
/*
    Umtaktung Vorschau
*/
.umtaktung_vorschau_grid tbody {
    min-height: 44vh !important;
    max-height: 44vh !important;
    width: 53vw;
}

.umtaktung_vorschau_grid td,
.umtaktung_vorschau_grid th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 8vw;
    max-width: 8vw;
}


    .umtaktung_vorschau_grid td:nth-child(7),
    .umtaktung_vorschau_grid th:nth-child(7) {
        width: 3vw;
        max-width: 3vw;
    }

/*
    UserList
*/

.UserList_grid {
    width: 100%;
    position: relative;
    table-layout: auto;
    border-collapse: collapse;
    min-width: 100% !important;
}


    .UserList_grid tbody {
        min-height: 60vh !important;
        max-height: 60vh !important;
    }

    .UserList_grid td,
    .UserList_grid th {
        padding: 4px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.UserList_grid_Edit td,
.UserList_grid_Edit th {
    min-width: 7vw;
    max-width: 7vw;
}

    /* Edit, Delete, Password icon */
    .UserList_grid_Edit td:nth-child(1),
    .UserList_grid_Edit th:nth-child(1),
    .UserList_grid_Edit td:nth-child(2),
    .UserList_grid_Edit th:nth-child(2),
    .UserList_grid_Edit td:nth-child(3),
    .UserList_grid_Edit th:nth-child(3) {
        min-width: 30px;
        max-width: 30px;
    }

.UserList_grid_Show td,
.UserList_grid_Show th {
    min-width: 9vw;
    max-width: 9vw;
}
    /* Edit Icon */
    .UserList_grid_Show td:nth-child(1),
    .UserList_grid_Show th:nth-child(1) {
        min-width: 30px;
        max-width: 30px;
    }
    
/*
    EditList
*/
.EditList_grid {
    width: 100%;
    position: relative;
    table-layout: auto;
    border-collapse: collapse;
    min-width: 100% !important;
}

.EditList_grid tbody {
    min-height: 60vh !important;
    max-height: 60vh !important;
}

.EditList_grid td,
.EditList_grid th {
    padding: 4px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.EditList_grid_Edit td,
.EditList_grid_Edit th {
    min-width: 7vw;
    max-width: 7vw;
}

/* Edit, Delete, Password icon */
.EditList_grid_Edit td:nth-child(1),
.EditList_grid_Edit th:nth-child(1),
.EditList_grid_Edit td:nth-child(2),
.EditList_grid_Edit th:nth-child(2) {
    min-width: 30px;
    max-width: 30px;
}

.EditList_grid_Show td,
.EditList_grid_Show th {
    min-width: 9vw;
    max-width: 9vw;
}
/* Edit Icon */
.EditList_grid_Show td:nth-child(1),
.EditList_grid_Show th:nth-child(1) {
    min-width: 30px;
    max-width: 30px;
}

.EditTable {
    width:100%;
}

.EditTable td {
    vertical-align: top;
}
/*
    WerkzeugdatenListGrid
*/
.WerkzeugdatenListGrid td:nth-child(4),
.WerkzeugdatenListGrid th:nth-child(4) {
    width: 150px;
    max-width: 150px;
}
.WerkzeugdatenListGrid td:nth-child(5),
.WerkzeugdatenListGrid th:nth-child(5) {
    width: 150px;
    max-width: 150px;
}
/*
    Steuerung
*/
.SteuerungPanel td {
    border: 1px solid black;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.SteuerungPanel .noborder td {
    border: none;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.SteuerungPanel .newTr {
    color: #5cb85c;
    font-size: 24px;
    font-weight:bold;
}
.SteuerungPanel .oldTr {
    font-size: 24px;
    font-weight:bold;
}
.OkButtonDiv {
    width:100px;
    margin-top:138px;
    float:left;
}
.OkButtonDiv .btn-ok {
    background: #5B9BD5;
    border: 1px solid #41719C;
    color: white;
    font-size: 18px;
    width: 55px;
    height:45px;
}
.btn-buzzer {
    position: absolute;
    margin-left: 944px;
    width: 100px;
    background: red;
    border: 1px solid #41719C;
    color: white;
    font-size: 18px;
    height:45px
}
.btn-werkzeugauswahl {
    background: #5cb85c;
    border: 1px solid #41719C;
    color: white;
    font-size: 18px;
    width: 70px;
    height:45px;
}
.error-div-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: gray;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0.4;
}
.error-div-box {
    position: fixed;
    background: white;
    border: 1px solid black;
    padding: 10px;
    width: 50%;
    left: 25%;
    top: 25%;
    z-index: 10000;
}
.TischDiv {
    width:calc(50% - 110px);
    float:left;
    text-align: center;
}
.TischPfeil {
    width:80px;
    height:60px;
    display: inline-block;
}
.TischPfeil img {
    width: 60px;
    height: 60px;
}
.TischWerkzeugPlaceholder {
    width: calc(100% - 50px);
    height: 75px;
}
.TischWerkzeug {
    width:100%;
    margin-left:25px;
    margin-right:25px;
    border: 1px solid #41719C;
    border-bottom:none;
    height: 100%;
    line-height: 75px;
    font-size: 24px;
    font-weight:bold;
}
.WerkzeugNeu {
    background: #5cb85c;
    color:white;
}
.WerkzeugNeu .TischPfeil {
    position: absolute;
    margin-top: -70px;
    margin-left: 60px;
}
.WerkzeugAlt {
    background: #A6A6A6;
    color: white;
}
.WerkzeugAlt .TischPfeil {
    display: none;
}
.WerkzeugNeu.AktionInFuture {
    background: #70E070;
    color: #7F7F7F;
}
.WerkzeugNeu.WarteAufAbholung {
    background: #E5E5E5;
    border: 1px solid #A6A6A6;
    border-bottom:none;
}
.WerkzeugNeu.WarteAufAbholung .TischPfeil {
    display: none !important;
}
.WerkzeugAlt.WarteAufAbholung {
    background: #E5E5E5;
    border: 1px solid #A6A6A6;
    border-bottom:none;
}
.TischPlatte {
    width:100%;
    border: 2px solid #41719C;
    height: 50px;
}
.TischFussLinks {
    width:20px;
    border: 2px solid #41719C;
    border-top:none !important;
    height: 50px;
    float:left;
}
.TischFussRechts {
    width:20px;
    border: 2px solid #41719C;
    border-top:none !important;
    height: 50px;
    float:right;
}
.TischNichtVorhanden .TischPlatte {
    border: 3px dashed #A6A6A6;
    background: #E5E5E5;
}
.TischNichtVorhanden .TischFussLinks,
.TischNichtVorhanden .TischFussRechts {
    border-left: 3px dashed #A6A6A6;
    border-right: 3px dashed #A6A6A6;
    border-bottom: 3px dashed #A6A6A6;
    background: #E5E5E5;
}
.TischPfeilRotate {
    transform: rotate(180deg);
}
/* -------------------------------- 
Farben
-------------------------------- */

.Column_Separator {
    background-color: #FFFFFF !important;
    border: none !important;
}

.Lagerinspektion_RBG {
    background-color: #EFFFEF;
}

.table-striped > tbody > tr:nth-child(odd) > .Lagerinspektion_RBG {
    background-color: #DFFFDF;
}

.Lagerinspektion_MFR {
    background-color: #FFEFEF;
}

.table-striped > tbody > tr:nth-child(odd) > .Lagerinspektion_MFR {
    background-color: #FFDFDF;
}



/*
    Farben für Kommissionierkreise Status
*/
.color_activated {
    color: #999999;
}

.color_new {
    color: #5cb85c;
}

.color_deleted {
    color: #ed5249;
}

.color_changed {
    color: #34A7C1;
}


tr.info > td {
    background-color: #d9edf7 !important;
}

tr.info:hover > td {
    background-color: #c4e3f3 !important;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #428bca;
    color: #ffffff;
}

/*
    SVG - Overview
*/

.location {
    stroke: #000000;
    stroke-width: 1px;
}

.location_free {
    fill: #FFFFFF;
}

.location_reserved {
    fill: #D0FFD0;
}

.location_taken {
    fill: #D0D0D0;
}

.location_out {
    fill: #b8b85c;
}

.location_error {
    fill: #FF0000;
}

.zone_inactive {
    fill: #000000;
}

.zone_preparing {
    fill: #867AA2;
}

.zone_available {
    fill: #18A159;
}

.zone_picking {
    fill: #0C6DB1;
}

.zone_special_location {
    fill: #0C6DB1;
}

/*
    Farben Kommi.Kreise
*/
.area_color_0 {
    fill: #00FFFF;
    stroke: #00FFFF;
}

.area_color_1 {
    fill: #FF9831;
    stroke: #FF9831;
}

.area_color_2 {
    fill: #FD99CD;
    stroke: #FD99CD;
}

.area_color_3 {
    fill: #10F473;
    stroke: #10F473;
}

.area_color_4 {
    fill: #D7D443;
    stroke: #D7D443;
}

.svg_text_legend {
    font-family: monospace;
    font-size: 12px;
}

.svg_text_alley {
    font-family: monospace;
    font-size: 16px;
    font-weight: bold;
    text-anchor: middle;
}

.svg_text_zone {
    font-family: monospace;
    font-size: 16px;
    font-weight: bold;
    text-anchor: middle;
}

.svg_text_location_nr {
    font-family: monospace;
    font-size: 8px;
    text-anchor: middle;
}

.svg_text_area_label {
    font-family: monospace;
    font-size: 14px;
    text-anchor: middle;
}



/********************************************************************************
Lagerübersicht
*********************************************************************************/
.lager_grid {
    left: -14vw;
    position: relative;
    max-width: 97vw;
    min-width: 97vw;
    border-style: none;
    /*border-bottom: 1px solid;*/
}

@media (max-width: 1350px) {
    .lager_grid {
        left: -5vw;
        font-size: x-small;
    }
}

.gv_ct {
    background-color: grey;
    max-width: 49px;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px;
}

.lager_grid th {
    border-style: none !important;
}

    .lager_grid th:nth-child(-n+2) {
        vertical-align: text-top;
        transform: rotate(-30deg);
        transform-origin: 0 0;
    }

.lager_grid td {
    border: 2px grey solid;
}

    .lager_grid td:nth-child(1) {
        width: 10px;
        background-color: rgba(1, 112, 192, 0.85);
        color: #EEEEEE;
        font-weight: bold;
        text-align: center;
        border-color: rgba(1, 112, 192, 0.85);
    }

    .lager_grid td:nth-child(2) {
        width: 10px;
        background-color: #f3bf96;
        font-weight: bold;
        text-align: center;
        border-color: #f3bf96;
    }

    .lager_grid td:nth-child(1n+3) {
        border: 1px grey solid;
        min-width: 2.5vw !important;
        max-width: 2.5vw !important;
        height: 4vh;
    }

.lager_grid tr:nth-child(1n+7) td:nth-child(2) {
    background-color: #01b0f0;
    border-color: #01b0f0;
    height: 20px;
}


.lager_grid tr:nth-child(1n+7) td:nth-child(1n+3) {
    border-bottom: none;
    border-top: none;
    height: 20px;
}

.lager_grid tr:nth-child(1n+8) td:nth-child(1n+3) {
    border-bottom: 1px solid;
    height: 20px;
}

.lager_grid tr:nth-child(1n+9) td:nth-child(1n+3) {
    border: none;
}

.RBG_Section {
    position: relative;
}

    .RBG_Section:after {
        content: '';
        display: block;
        clear: both;
    }

.RBG_status_container {
    min-width: 20px !important;
    max-width: 200px !important;
    min-height: 4.5vh;
    max-height: 4.5vh;
    text-align: center;
    position: absolute;
    background-color: white;
    top: -2.2vh;
    left: 50%;
    padding: 0px 10px;
}

@media (max-width: 1350px) {
    .RBG_status_container {
        font-size: x-small;
    }
}

.RBG_status_cell {
    min-width: 2.5vw !important;
    max-width: 2.5vw !important;
    border: 1px grey solid;
    min-height: 4.5vh;
    max-height: 4.5vh;
    line-height: 4.5vh;
    text-align: center;
    float: left;
}

.RBG_status_text {
    float: left;
    padding-left: 5px;
    min-height: 4.5vh;
    max-height: 4.5vh;
    line-height: 4.5vh;
}


.active_elem {
    border-color: #FF9831 !important;
    border-width: 2px !important;
    font-weight: bolder !important;
}

.selected_target {
    border-color: #3198FF !important;
    border-width: 2px !important;
    font-weight: bolder !important;
}

.AMPEL:before,
.AMPEL_CLOSE:before,
.AMPEL_PICK:before {
    content: '\2002';
    float: left;
    border-radius: 50px;
    max-height: 10px;
    border-color: azure;
}

.AMPEL_CLOSE:before {
    background-color: #FF9831;
    margin: 0.6vh 0px 0px 0px;
}

.AMPEL_PICK:before {
    background-color: #00cb05;
    margin: 0.6vh 0px 0px 0px;
}

.AMPEL_STATUS:before {
    content: '\2002';
    border-radius: 12px;
    max-height: 12px;
    width: 12px;
    float: left;
    margin-right: 2px;
    background-color: #F0F0F0;
}

.AMPEL_GRUEN_ON:before {
    background-color: #00FF00;
}

.AMPEL_GELB_ON:before {
    background-color: #FFBB00;
}

.AMPEL_ROT_ON:before {
    background-color: #FF0000;
}

/*.AMPEL_GRUEN_OFF:before {
    background-color: #EEFFEE;
}

.AMPEL_GELB_OFF:before {
    background-color: #FFEEEE;
}

.AMPEL_ROT_OFF:before {
    background-color: #FFEEEE;
}*/

.active_btn {
    background-color: #cdcdcd !important;
}

@media screen and (min-width:0\0) {
    .AMPEL:before,
    .AMPEL_PICK:before {
        position: relative;
        float: none;
        left: -7px;
    }

    .AMPEL_CLOSE:before {
        position: relative;
        float: none;
        left: -1px;
    }
}

@keyframes argh-my-eyes {
    0% {
        background-color: #00cb05;
    }

    50% {
        background-color: #b8b85c;
    }

    100% {
        background-color: #00cb05;
    }
}

@keyframes display_defekt {
    0% {
        background-color: #FF9831;
    }

    50% {
        background-color: transparent;
    }

    100% {
        background-color: #FF9831;
    }
}

@keyframes display_ok {
    0% {
        background-color: #00cb05;
    }

    50% {
        background-color: transparent;
    }

    100% {
        background-color: #00cb05;
    }
}

.FACH_FREI {
    background-color: white;
}

.FACH_NIE {
    background-color: dimgrey;
}

.FACH_BELEGT {
    background-color: #eeeeee;
}

.FACH_STOERR {
    background-color: #fc0000;
}

.FACH_RESERV {
    background-color: #00cb05;
}

.FACH_AUSGANG {
    background-color: #b8b85c;
}

.FACH_UNKLAR {
    background-color: #01b0f0;
}

.FACH_TRANSPORT {
    animation: argh-my-eyes 3s infinite;
}

.BEH_FALSCHLIEFERUNG {
    background-color: #FD99CD;
}

.FACH_TABLARE {
    font-weight: bold;
    background-image: repeating-linear-gradient(0deg, #b8b85c 0%,#b8b85c 10%,black 12%, transparent 12%, transparent 30%);
}

.FACH_GESCHLOSSEN {
    font-weight: bold;
    background-image: repeating-linear-gradient(0deg, transparent 0%, transparent 12%, #c3c3c3 12%, #c3c3c3 20%, transparent 20%);
}

.GASSEN_SPERRE {
    background-image: repeating-linear-gradient(45deg, transparent 0%, transparent 10%, #ed5249 10%, #ed5249 15%, transparent 15%);
}

.FACH_SONDERKOM {
    background-color: #f3bf96;
}

.KOMM_BEREIT {
    color: #b8b85c;
}

.KOMM_FERTIG {
    color: #0C6DB1;
}

.KOMM_MELDUNG {
    color: #00a000;
}

.KOMM_KOMMISS {
    color: #ff7d00;
}

.KOMM_INAKTIV {
    color: black;
}

.KOMM_SPERRE {
    color: black;
    background-color: #fc0000;
}

.DISPLAY_DEFEKT {
    color: #383838;
    animation: display_defekt 1s infinite;
    /*background-image: repeating-linear-gradient(49deg, transparent 0%, transparent 10%, #ed5249 10%, #ed5249 15%, transparent 15%);*/
}

.DISPLAY_DEFEKT_OK {
    color: #383838;
    background-color: #FF9831;
}

.DISPLAY_OK {
    color: #383838;
    animation: display_ok 1s infinite;
}
/********************************************************************************
Lagerübersicht (Detailansicht)
*********************************************************************************/
.detail_view {
    position: absolute;
    cursor: all-scroll;
    /*min-width: unset !important;*/
    background-color: lightgrey;
    max-width: 560px !important;
    min-width: 560px !important;
    height: auto;
    border-radius: 5px;
    padding: 10px;
    z-index: 2000;
}

.details_info {
    font-size: 0 !important; /*!! WICHTIG !!*/
}

    .details_info span {
        display: inline-block;
        max-height: 25px;
        min-height: 25px;
        background-color: whitesmoke;
        text-align: center;
        vertical-align: middle;
        font-size: 14px;
        border: 1px lightgrey solid;
        cursor: text;
    }

    /* Fachkoordinate */
    .details_info :nth-child(1) {
        background-color: rgba(0, 128, 0, 0.77) !important;
        height: 30px !important;
        font-weight: bolder;
        font-size: large;
        width: 50%;
    }

    /* Tablar ID */
    .details_info :nth-child(2) {
        background-color: #d8d8d8 !important;
        height: 30px !important;
        font-weight: bold;
        font-size: large;
        width: 50%;
    }

    /* LENUM, Materialnummer */
    .details_info :nth-child(3),
    .details_info :nth-child(4) {
        width: 50%;
    }

    /* Material Text */
    .details_info :nth-child(5) {
        min-height: 40px;
        word-wrap: break-word;
        width: 100%;
    }

    /* Behälter-Status, Menge, SAP Lagerplatz */
    .details_info :nth-child(6),
    .details_info :nth-child(7),
    .details_info :nth-child(8) {
        width: 33.33%;
    }


    /* Kreis */
    .details_info :nth-child(9)::before {
        content: 'Kreis:';
        margin-right: 5px;
        background-color: #d2dab5;
    }

    .details_info :nth-child(9) {
        width: 33.33%;
        background-color: #d2dab5;
    }

    /* Zone */
    .details_info :nth-child(10)::before {
        content: 'Zone:';
        margin-right: 5px;
        background-color: #a6c3da;
    }

    .details_info :nth-child(10) {
        width: 33.33%;
        background-color: #a6c3da;
    }

    /* SAP TA-Nr. */
    .details_info :nth-child(11) {
        width: 33.33%;
    }


    /* Nach-/Sonderkommissionierung */
    .details_info :nth-child(12) {
        width: 33.33%;
        background-color: #f3bf96;
    }

    /* NK_Status */
    .details_info :nth-child(13) {
        width: 10%;
        background-color: #f3bf96;
    }

    /* Bewegungsfach */
    .details_info :nth-child(14) {
        width: 35.33%;
    }

    /* MFR TA-Nr. */
    .details_info :nth-child(15) {
        width: 21.33%;
    }

.detail_kommiKreis {
    background-color: #d2dab5;
}

.detail_kommiZone {
    background-color: #a6c3da;
}

.detail_ErrCode {
    width: 25% !important;
    margin-right: -2px;
    background-color: yellow;
}

.detail_ErrText {
    width: 75% !important;
    margin-left: -2px;
    background-color: yellow;
}

.Lageruebersicht_Umlagerung {
    width: 400px;
    height: auto;
}

.grid-view-list {
    width: 100%;
    table-layout: auto;
}

/* 
    ----------------------------------------------------------------------------------- 
    Tabelle Avisierung (Seite: /Listen/ListeAvisierungen.aspx)
    -----------------------------------------------------------------------------------  
*/

.Anz_Avisierung {
    width: 100%;
    position: relative;
    table-layout: auto;
    border-collapse: collapse;
    min-width: 90vw !important;
}

    .Anz_Avisierung tbody {
        min-height: 50vh !important;
        max-height: 50vh !important;
    }

    .Anz_Avisierung td,
    .Anz_Avisierung th {
        padding: 4px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        min-width: 100px !important;
        max-width: 1000px !important;
    }

        /* TA-Nummer */
        .Anz_Avisierung td:nth-child(1),
        .Anz_Avisierung th:nth-child(1) {
            min-width: 140px !important;
            max-width: 100% !important;
        }

        /* Materialnummer */
        .Anz_Avisierung td:nth-child(2),
        .Anz_Avisierung th:nth-child(2) {
            min-width: 180px !important;
            max-width: 180px !important;
        }

        /* Material */
        .Anz_Avisierung td:nth-child(3),
        .Anz_Avisierung th:nth-child(3) {
            min-width: 600px !important;
            max-width: 600px !important;
        }


        /* Engang */
        .Anz_Avisierung td:nth-child(9),
        .Anz_Avisierung th:nth-child(9) {
            min-width: 220px !important;
            max-width: 220px !important;
        }
/*
    LT-/Gebinde-Stammdaten
*/

.LTGebindeStammdaten_grid {
    width: 100%;
    position: relative;
    table-layout: auto;
    border-collapse: collapse;
    min-width: 100% !important;
}


    .LTGebindeStammdaten_grid tbody {
        min-height: 56vh !important;
        max-height: 56vh !important;
    }

    .LTGebindeStammdaten_grid td,
    .LTGebindeStammdaten_grid th {
        padding: 4px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        min-width: 150px !important;
        max-width: 150px !important;
    }

        .LTGebindeStammdaten_grid td:nth-child(1),
        .LTGebindeStammdaten_grid th:nth-child(1) {
            min-width: 200px !important;
            max-width: 200px !important;
        }

        .LTGebindeStammdaten_grid td:nth-child(5),
        .LTGebindeStammdaten_grid th:nth-child(5) {
            min-width: 500px !important;
            max-width: 500px !important;
        }


/* ================================================
    .Regelkreise_grid
==================================================*/

.Regelkreise_grid {
    width: 100%;
    position: relative;
    table-layout: auto;
    border-collapse: collapse;
    min-width: 100% !important;
}


    .Regelkreise_grid tbody {
        min-height: 56vh !important;
        max-height: 56vh !important;
    }

    .Regelkreise_grid td,
    .Regelkreise_grid th {
        padding: 4px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        min-width: 10vw !important;
        max-width: 10vw !important;
    }

        .Regelkreise_grid td:nth-child(1),
        .Regelkreise_grid th:nth-child(1) {
            min-width: 8vw !important;
            max-width: auto !important;
        }



.control-paging {
    font-family: Consolas;
}

/* ========================================================
    Fixed width columns
=========================================================== */

.col-fixed-small {
    float: left;
    min-width: 110px;
    width: 110px;
    padding-left: 10px;
}

.col-fixed-standard {
    float: left;
    min-width: 220px;
    width: 220px;
    padding-left: 10px;
}

.col-fixed-medium {
    float: left;
    min-width: 330px;
    width: 330px;
    padding-left: 10px;
}

.col-fixed-big {
    float: left;
    min-width: 440px;
    width: 440px;
    padding-left: 10px;
}

.col-fixed-large {
    float: left;
    min-width: 880px;
    width: 880px;
    padding-left: 10px;
}


/* ======================================
    GassenDisplay
========================================*/

.gasse-border {
    fill: #000000;
    stroke: #ffffff;
}

.gasse-status-ok {
    fill: #006400;
    stroke: #006400;
}

.gasse-status-stoerung {
    fill: #ed5249;
    stroke: #ed5249;
}

.gasse-status-gesperrt {
    fill: url(#diagonalHatch);
}

.gasse-status-gesperrt-bg {
    fill: #FFFFFF;
    stroke: #FFFFFF;
}


.gasse-fuellstand-ok {
    fill: #006400;
    stroke: #006400;
}

.gasse-fuellstand-warnung {
    fill: #D7D443;
    stroke: #D7D443;
}

.gasse-fuellstand-stop {
    fill: #ed5249;
    stroke: #ed5249;
}

.gasse-text {
    font-family: monospace;
    font-size: 28px;
    font-weight: bolder;
    fill: #FFFFFF;
    text-anchor: middle;
}

.gasse-text-black {
    font-family: monospace;
    font-size: 28px;
    font-weight: bolder;
    fill: #000000;
    text-anchor: middle;
}

.shuttlebahn-text {
    font-family: monospace;
    font-size: 20px;
    font-weight: bolder;
    fill: #FFFFFF;
    text-anchor: middle;
}

.shuttlebahn-ok {
    stroke: #428bca;
    stroke-width: 10;
}

.shuttlebahn-stoerung {
    stroke: #ed5249;
    stroke-width: 10;
}

/* -------------------------------- 
Popup Window aus WFT
-------------------------------- */
.overlay {
    position: absolute;
    right: 10vw;
    top: 10vw;
    z-index: 9999;
    position: relative;
    transition: opacity 500ms;
    margin: 8px;
    width: 600px !important;
    height: auto !important;
    border-radius: 8px;
    border-color: grey;
}

.popup {
    min-height: 400px;
    min-width: 500px;
}

    .popup .close,
    .popup_big .close {
        position: relative;
        top: 0;
        right: 10px;
        transition: all 200ms;
        font-size: 26px;
        font-weight: bold;
        text-decoration: none;
        color: #000000;
        opacity: 0.4;
    }

        .popup .close:hover,
        .popup_big .close:hover {
            color: #000000;
            opacity: 1;
        }


.popup_min {
    background-color: transparent;
    opacity: 100;
    color: #999999;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .popup_min:hover,
    .popup_min:focus {
        background-color: #999999;
        color: #ffffff;
        text-decoration: none;
        opacity: 1;
    }

.popup_max {
    background-color: transparent;
    opacity: 100;
    color: #999999;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .popup_max:hover,
    .popup_max:focus {
        background-color: #999999;
        color: #ffffff;
        text-decoration: none;
        opacity: 1;
    }


/* The Close Button */
.popup_close {
    background-color: transparent;
    color: #ed5249;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .popup_close:hover,
    .popup_close:focus {
        color: #ffffff;
        background-color: #ed5249;
        text-decoration: none;
    }

.btn_legend {
    background-color: transparent;
    width: 36px;
}

.legend_header {
    background-color: #DDDDDD;
}

.preSpacing {
    white-space: pre !important;
}

.pnlPageLoading {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1001;
    width: 32px;
    height: 32px;
}

    .pnlPageLoading img {
        width: 100%;
        height: 100%;
    }
