﻿body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    background-color: white;
}

.lwz_body_content {
    float: left;
    padding-left: 1%;
    overflow: hidden;
}

#lwz_details_loading {
    width: 100%;
    height: 100%;
    padding: 20%;
}

#lwz_content_loading {
    width: 100%;
    height: 100%;
}

.lwz_buttonFixed {
    width: 48%;
    margin-top: 5px;
    margin-left: 5px;
}

#lwz_loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.covid_table td{
    border: 1px solid gray;
    padding:5px;
}

.lwz_overview {
    height: 100%;
}

.hidden{
    visibility:hidden;
}

#lwz_splitter_secondary {
    height: 50px;
}

#lwz_quicklinks {
    overflow: hidden;
}

#lwz_quicklinks_content {
    display: block;
    position: absolute;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 20px;
    width: auto;
}

#lwz_main {
    overflow: hidden;
    height: 100%;
}

#lwz_main_content {
    display: block;
    position: absolute;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 20px;
}


#lwz_details_content {
    display: block;
    position: absolute;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 20px;
    margin-left: 0px;
}

#lwz_details_text {
    margin: 10px;
}

#lwz_bottom_nav {
    overflow: hidden;
}

#lwz_bottom_nav_content {
    display: block;
    position: absolute;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin-left: 20px;
    padding-top: 10px;
    font-size: 18px;
}

#lwz_bottom_middle {
    overflow: hidden;
}

#lwz_bottom_middle_content {
    display: block;
    position: absolute;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 20px;
}

#lwz_bottom_menue {
    overflow: hidden;
}

#lwz_bottom_menue_content {
    display: block;
    position: absolute;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 20px;
}

.lwz_version {
    display: block;
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 200px;
    height: 30px;
    padding: 5px;
    padding-left: 10px;
    background-color: lightgray;
}

.lwz_menue {
    font-size: 18px;
    padding: 5px,0,0,0;
    z-index: 9999;
}

#lwz_details_close {
    position: absolute;
    right: 2px;
    top: 23px;
    z-index: 9999;
}

.lwz_systemname {
    color: white;
    position: absolute;
    top: 20px;
    font-size: 2em;
    right: 50%;
    z-index: 999;
}

.lwz_user_menue {
    color: white;
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 999;
}

    .lwz_user_menue a {
        color: white;
        text-decoration: none;
        font-size: 18px;
    }

.lwz_help {
    color: white;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    display: block;
}

    .lwz_help a {
        color: white;
        text-decoration: none;
        font-size: 18px;
        width: 100%;
    }

.lwz_search {
    font-size: 14px;
    min-width: 350px;
}

#lwz_dropdown {
    border: 0px;
    margin-right: 5px;
    max-width: 350px;
}

@media only screen and (max-width : 768px) {


    .k-header.k-grid-toolbar {
        height: 0px;
        padding: 0px;
        border: 0px;
    }

    .lwz_grid_toolbar {
        position: absolute;
        top: -52px;
        z-index: 9999;
        width: 130px;
        right: 10px;
    }

        .lwz_grid_toolbar .float-right {
            display: none;
        }

    .w-50, lwz_card {
        width: 100%;
    }

    .lwz_no_mobile {
        visibility: hidden;
    }

    .lwz_body_content {
        width: 100%;
        float: none;
        margin: 0px;
        border: 0px;
    }

    #lwz_splitter_main,
    #lwz_content {
        margin: 0px;
    }

    #lwz_main_content {
        margin: 0px;
        margin-top: 50px;
    }

    .lwz_overview {
        float: left;
    }

    #lwz_quickLinks {
        display: none;
        width: 100%;
        float: none;
        border: none;
        border-bottom: 1px solid gray;
    }

    #lwz_details {
        /*display:none;*/
        position: absolute;
        margin-top: 0px;
        margin-left: 0px;
        background-color: white;
        width: 100%;
        z-index: 9999;
        height: 100%;
    }

    .lwz_buttonFixed {
        width: 100%;
        min-height: 30px;
    }

    .k-grid {
        margin-top: 30px 0px 0px 0px;
    }

    .nav-link {
        text-align: left;
        background-color: #dcdcdc;
    }

    

    #lwz-dropdown {
        width: 100%;
    }

    .lwz_toolbar_header_right{
        padding-right:10px;
    }
}

.lwz_site_header {
    width: 100%;
    height: 100px;
    background-color: #1c80c3;
}


.lwz_site_logo {
    width: 260px;
    height: 100px;
    background-image: url(../images/app_logo.png);
    background-size: 500px;
    background-repeat: no-repeat;
    float: left;
}

.lwz_navitem {
    border: none;
    background-color: #dcdcdc;
}

@media only screen and (max-width : 768px) {
    .lwz_site_header {
        display: none;
    }

    .lwz_site_logo {
        display: none;
    }

}

.lwz_searchLabel {
    width: 100%;
}

.lwz_searchResult {
    width: 400px;
}

.lwz_footer {
    border-top: 1px solid rgb(211, 211, 211);
    color: rgb(211, 211, 211);
    position: relative;
    float: left;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

    .lwz_footer a {
        text-decoration: none;
        color: rgb(211, 211, 211);
    }

.lwz_info_box {
    float: right;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    background-color: #f5f5f5;
    padding: 10px;
    margin: 10px;
}

@media only screen and (max-width : 768px) {

    .lwz_info_box {
        margin: 1%;
        padding: 1%;
        width: 96%;
    }
}




.lwz_popup {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.5s;
    overflow: auto;
    transition: all 0.3s linear;
}

.lwz_popupContent {
    background-color: #fefefe;
    color: #1c80c3;
    font-weight: bold;
    margin: auto;
    padding: 20px;
    border-radius: 2px;
    text-align: center;
    vertical-align: middle;
    font-size: 1em;
}

.lwz_popupOpen {
    overflow: hidden;
}

.is-hidden {
    display: none;
}

.is-visuallyHidden {
    opacity: 0;
}


.is-blurred {
    filter: blur(2px);
    -webkit-filter: blur(2px);
    pointer-events: none;
}


.lwz_pagerconfigblock {
    padding: 10px;
    display: block;
    border: 1px solid black;
    margin-bottom: 10px;
}

.lwz_pagerconfigblock_next {
    color: red;
}

.lwz_pagerconfigblock_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid gray;
}

.lwz_pagerconfigblock_content {
    display: inline-block;
}

/*
.lwz_pagermatrix td{
    padding:1px;
    text-align: center;
    border-bottom:1px solid gray;
}
.lwz_pagermatrix td:first-child {
    padding: 1px;
    text-align: left;
}

.lwz_pagermatrix td:last-child {
    padding: 1px;
    text-align: right;
}

.lwz_pagermatrix th {
    padding: 1px;
    text-align: center;
}

.lwz_pagermatrix th input {
    padding: 1px;
    text-align: center;
}

.lwz_pagermatrix th:last-child {
    font-weight:normal;
    text-align:right;
}
*/
/*START: QuickInfo*/

.lwz_quickInfo {
    position: fixed;
    bottom: 0px;
    padding-left: 30px;
    padding-top: 10px;
    width: 100%;
    height: 35%;
    display: none;
    /*background-color: rgb(230, 230, 230);    */
    background-image: linear-gradient(rgb(230, 230, 230), white);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99999;
}

.lwz_quickInfo_content {
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.lwz_quickInfoMain {
    float: left;
    margin-right: 1%;
    width: 100%;
    z-index: 9999999;
}

#lwz_loading_quickInfo {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 999999;
    text-align: center;
}

#lwz_loading_quickInfo_img {
    margin-top: 50px;
}
/*END: QuickInfo*/

.navbar-paging {
    float: left;
    width: 100%;
}

.lwz_highlight,
.lwz_highlight a {
    background-color: #1c80c3;
    color: white;
}

    .lwz_highlight:hover tr,
    .lwz_highlight td {
        background-color: #1c80c3;
        color: white;
    }

    .lwz_highlight tr a:hover {
        text-decoration: underline;
    }


.lwz_subMenue-right {
    float: right;
    padding-top: 10px;
}

.lwz_subMenue-left {
    float: left;
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.lwz_title {
    float: left;
    font-size: 1.5rem;
    padding-top: 10px;
}

.lwz_siteHeader {
    width: 100%;
    display: inline-block;
}

label {
    margin-bottom: 0px;
}

/*Begin: Checkbox*/
input[type=checkbox] + span {
    display: block;
    margin: 0px;
    cursor: pointer;
    padding: 0px;
}

.lwz_checkbox input[type=checkbox] {
    display: none;
}

    .lwz_checkbox input[type=checkbox] + span:before {
        content: "\2714";
        border: 0.1em solid gray;
        border-radius: 0.2em;
        display: inline-block;
        width: 1.2em;
        height: 1.2em;
        padding-left: 0.2em;
        padding-bottom: 0.2em;
        vertical-align: middle;
        color: transparent;
        margin: 0px;
        transition: .2s;
    }


    .lwz_checkbox input[type=checkbox] + span:active:before {
        transform: scale(0);
    }

    .lwz_checkbox input[type=checkbox]:checked + span:before {
        background-color: #1c80c3;
        border-color: #1c80c3;
        color: #fff;
    }

    .lwz_checkbox input[type=checkbox]:disabled + span:before {
        transform: scale(1);
        border-color: #aaa;
    }

    .lwz_checkbox input[type=checkbox]:checked:disabled + span:before {
        transform: scale(1);
        background-color: #bfb;
        border-color: #bfb;
    }

/*End: Checkbox*/


.lwz_saveInfo {
    position: fixed;
    bottom: 0px;
    color: white;
    text-align: center;
    width: 100%;
    height: 30px; /*background-color: rgb(230, 230, 230);    */
    background-image: linear-gradient(rgb(25, 152, 11), rgb(59, 194, 5));
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99999;
    display: none;
}
/*
.lwz_popup {
    position: fixed;
    left: 25%;
    top: 25%;
    bottom: 0px;
    color: white;
    text-align: center;
    width: 50%;
    height: 50%; 
    background-image: linear-gradient(rgb(25, 152, 11), rgb(59, 194, 5));
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99999;
    display: none;
}
    */





.lwz_table {
    width: 100%;
    table-layout: fixed;
}

    .lwz_table th {
        padding: 2px;
    }

    .lwz_table td {
        border-right: 1px solid rgb(222, 226, 230);
        border-bottom: 1px solid rgb(222, 226, 230);
        padding: 2px;
        background-color: white;
    }

        .lwz_table td:last-child {
            border-right: 0;
        }

    .lwz_table thead tr:nth-child(2) th {
        border-right: 0;
    }

    /*start thead*/

    .lwz_table thead {
        z-index: 9999;
        position: fixed;
        margin-top: 82px;
    }

        .lwz_table thead tr:nth-child(1) td:nth-child(n+2) {
            border: none;
            background-color: #1c80c3;
            color: white;
            font-weight: bold;
            text-align: center;
        }

        .lwz_table thead tr:nth-child(1) {
            border: none;
        }

        .lwz_table thead tr:nth-child(2) td:nth-child(2) {
            background-color: #e0e0e0;
        }
    /*ende thead*/


    .lwz_table tbody tr td:first-child {
        background-color: #e0e0e0;
    }

    .lwz_table tbody td:nth-child(2) {
        background-color: #e0e0e0;
    }

    .lwz_table thead td:first-child {
        background-color: #e0e0e0;
        font-weight: bold;
        text-align: center;
        vertical-align: top;
    }

    .lwz_table tbody tr:nth-child(n+2):hover {
        background-color: lightgreen;
    }

    .lwz_table .column-1 {
        width: 40px;
        max-width: 40px;
        min-width: 40px;
        text-align: left;
        padding-left: 4px;
    }

    .lwz_table .column-2 {
        width: 200px;
        max-width: 200px;
        min-width: 200px;
    }

    .lwz_table .column-1_2 {
        width: 240px;
        max-width: 240px;
        min-width: 240px;
    }

    .lwz_table .column-last {
        width: 100px;
    }

    .lwz_table .lwz_tbody_big::before {
        content: '';
        display: block;
        height: 145px;
    }

    .lwz_table .lwz_tbody_small::before {
        content: '';
        display: block;
        height: 65px;
    }


.lwz_table_fixed thead {
    z-index: 9999;
}

    .lwz_table_fixed thead tr:nth-child(1) td:nth-child(n+2) {
        border: none;
        background-color: #1c80c3;
        color: white;
        font-weight: bold;
        text-align: center;
    }

    .lwz_table_fixed thead tr:nth-child(1) {
        border: none;
    }

    .lwz_table_fixed thead tr:nth-child(2) td:nth-child(2) {
        background-color: #e0e0e0;
    }
/*ende thead*/


.lwz_table_fixed tbody tr td:first-child {
    background-color: #e0e0e0;
}

.lwz_table_fixed tbody td:nth-child(2) {
    background-color: #e0e0e0;
}

.lwz_table_fixed thead td:first-child {
    background-color: #e0e0e0;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
}

.lwz_table_fixed tbody tr:nth-child(n+2):hover {
    background-color: lightgreen;
}

.lwz_table_fixed .column-1 {
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    text-align: left;
    padding-left: 4px;
}

.lwz_table_fixed .column-2 {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
}

.lwz_table_fixed .column-1_2 {
    width: 240px;
    max-width: 240px;
    min-width: 240px;
}

.lwz_play {
    background-image: url('../images/symbol/play2.png');
    background-size: 24px;
    height: 24px;
    width: 24px;
    margin-top: 5px;
    vertical-align: middle;
    display: inline-flex;
}

.lwz_volume {
    background-image: url('../images/symbol/volume-medium.png');
    background-size: 24px;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    display: inline-flex;
}

.lwz_volume_dummy {
    background-size: 24px;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    display: inline-block;
}

.lwz_volume:hover {
    background-image: url('../images/symbol/volume-mute2.png');
    background-size: 24px;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    display: inline-block;
}

.lwz_setting {
    background-image: url('../images/symbol/settings.png');
    background-size: 24px;
    height: 24px;
    width: 24px;
    display: block;
}

    .lwz_setting.silent {
        background-image: url('../images/symbol/volume-mute2.png');
    }

    .lwz_setting.discrete_silent {
        background-image: url('../images/symbol/volume-decrease.png');
    }

    .lwz_setting.normal {
        background-image: url('../images/symbol/volume-increase.png');
    }

    .lwz_setting.locked {
        background-image: url('../images/symbol/lock2.png');
    }

    .lwz_setting:hover {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
        height: 24px;
        width: 24px;
        vertical-align: middle;
        display: inline-block;
    }

.lwz_subRic {
    display: none;
    border: 1px solid gray;
    margin: 2px;
    padding: 5px;
    background-color: white;
    border-radius: 0.2em;
}

.lwz_subRic_content {
    width: 800px;
}

.lwz_windowMenue {
    position: fixed;
    width: 100%;
    background-color: white;
    /*top: 43px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 9999;
    height: 60px;
}

.lwz_programmingMatrix_top {
    position: fixed;
    width: 100%;
    background-color: white;
    top: 41px;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 9999;
}

.lwz_toggle1 {
    background-image: url('../images/symbol/settings.png');
    background-size: 24px;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    display: inline-flex;
}


    .lwz_toggle1:hover {
        background-image: url('../images/symbol/settings.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
        height: 24px;
        width: 24px;
        vertical-align: middle;
        display: inline-block;
    }

.lwz_toggle {
    background-image: url('../images/symbol/circle-down.png');
    background-size: 24px;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    display: inline-flex;
}

    .lwz_toggle.active {
        background-image: url('../images/symbol/circle-up.png');
        background-size: 24px;
        height: 24px;
        width: 24px;
        vertical-align: middle;
        display: inline-flex;
    }

.lwz_status {
    color: #1c80c3;
    font-size: 2em;
}

.lwz_callConfirmation {
    display: none;
    background-color: rgb(211, 211, 211);
}

#window_content {
    padding: 0px 20px 0px 20px;
}

.lwz_grid_toolbar {
    color: rgb(211, 211, 211);
    padding: 5px;
}

    .lwz_grid_toolbar b {
        color: #1c80c3;
    }

.card {
    border-radius: 0px;
}

.lwz_card {
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 20px;
}

.lwz_saveMessage {
    display: none;
    top: 25px;
    font-size: 18px;
    right: 25px;
    position: fixed;
    background-color: #218838;
    opacity: 0.9;
    color: white;
    width: 250px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    vertical-align: middle;
    z-index: 99999;
    border-radius: 4px;
}

.lwz_tooltip {
    position: relative;
    background-image: url('../images/symbol/info.png');
    background-size: 14px;
    width: 14px;
    height: 14px;
}

    .lwz_tooltip span {
        visibility: hidden;
        width: auto;
        background-color: lightgray;
        color: black;
        text-align: center;
        border-radius: 0px;
        padding: 10px;
        position: absolute;
        z-index: 999999;
        top: -1em;
        left: 100%;
        margin-left: 2em;
        opacity: 0;
        transition: opacity 1s;
    }

        .lwz_tooltip span::after {
            content: "";
            position: absolute;
            top: 1.5em;
            right: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent lightgray transparent transparent;
        }

    .lwz_tooltip input {
        display: none;
    }

        .lwz_tooltip input:checked + span {
            visibility: visible;
            opacity: 1;
        }

#window {
    min-width: 600px;
    max-height: 100%;
    max-width: 100%;
}

#window2 {
    min-width: 400px;
    max-height: 100%;
    max-width: 100%;
}



.lwz_config_history_list {
    width: 30%;
    float: left;
}

.lwz_config_history_matrix {
    width: 65%;
    float: left;
    padding-left: 5%;
}

.lwz_lx7_serial {
    width: 100%;
    border: 1px solid gray;
    padding: 10px;
}

.lwz_confirmation {
    color: #e0e0e0;
    display: none;
}

.lwz_toolbar_header_right {
    margin-top: 10px;
}

.lwz_contact_block {
    vertical-align: middle;
}

.lwz_scheduler_item{
    height:38px;
}

.lwz_scheduler_item_title{
    margin:10px;
}

.lwz_info_block{
    width:300px;
    height: 80px;
    top:10px;
    background-color: white;
    position: absolute;
    right: 250px;
    padding:10px;
    text-align:center;
}

#lwz_edit_map {
    height:350px;
    margin:0px;
}

.lwz_doc_upload {
    border:1px solid #ced4da;
}

.lwz_block {
    background-color: #fbfbfb;
    padding: 10px;
    border: 1px solid #efefef;
}

.lwz_block_success {
    background-color: #fbfbfb;
    padding: 10px;
    border: 1px solid #66CC66;
}

.lwz_block_error {
    background-color: #fbfbfb;
    padding: 10px;
    border: 1px solid red;
}

.lwz_block_options {
    background-color: #1c80c3;
    padding: 10px;
    border: 1px solid #efefef;
}
.lwz_svn_check{
    margin-top:25px;
}

.lwz_serviceSwapRequest{
    margin-top:10px;
    background-color:antiquewhite;
}

.videocall video {
    width: 100%;
    border-radius: 10px;
}

.bnt-dark.active {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-dark.active {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

.btn-info.active {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.grecaptcha-badge {
    bottom: 30px !important;
}

/*
.lwz_link {
    color:#1c80c3;
    text-decoration:none;
}

.lwz_table {
    width: 100%;
    table-layout:auto;
}


.lwz_table thead {
    display: table;
    width: 100%;
    width: calc(100% - 18px);
}

    .lwz_table tbody {
        height: 500px;
        display: table;
        overflow: auto;
        overflow-x: auto;
        display: block;
        width: 100%;
    }

.lwz_table col-md-1 {
    width:100%;
}*/

.track {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px
}

.track .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative
}

.track .step.active:before {
    background: #28a745;
}

.track .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px
}

.track .step.active .icon {
    background: #28a745;
    color: #fff
}

.track .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd
}

.track .step.active .text {
    font-weight: 400;
    color: #000
}

.track .text {
    display: block;
    margin-top: 7px
}

.antigenBoxDiv {
    bottom: 20px;
    position: absolute;
}

.textAntigen{
    font-size: 15px;
}

.k-i-helpantigen {
    background-color: red;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 20px;
    }

    #lwz_main_content {
        margin-top: 0px !important;
    }
}