html, body {
    margin: 0px;
    padding: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12pt;
    line-height: 1.4;
    color: rgb(0, 0, 0);
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    
}

div.header {
    height: 150px;
    /*margin: 30px;*/
    padding: 0px;
    /*background-color: rgb(0, 0, 0);*/
    position: relative;
   /* margin-left: 0px;
    margin-right: 0px;*/
    box-shadow: 0px -1px 15px 3px rgb(200,200,200);
    /*margin-top: 0px;*/
    padding-top: 40px;
    background-color: rgba(240,240,240,0.8);
}
div.logo {
    width: 450px;
    height: 80px;
    /*margin-top: 5px;*/
    margin-left: auto;
    margin-right: auto;
    background-image: url("Layout/Schrift1.png ");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    /*position: absolute;*/
}

div.content {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(240,240,240,0.6);
}
body {
    background-image: url("Layout/background.jpg");
}
/*
div.background {
    background-image: url("Layout/background.jpg");
    opacity: 0.7;
}*/



ul#sitemap
{
    margin:0px;
    padding:0px;
    position:absolute;
    left:0px;
    top:0px;
    bottom:0px;
    right:0px;
    overflow-y:auto;
    list-style:none;
    user-select:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    z-index:50;
}

ul#sitemap > li
{
    margin:0px;
    padding:8px;
    font-size:15pt;
}


ul#sitemap > li:first-child {
    padding: 0;
}

ul#sitemap > li:first-child > ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    display: flex;
    align-items: stretch;
    margin-bottom:8px;
}

ul#sitemap > li:first-child > ul:last-child {
    margin-bottom: 16px;
}

ul#sitemap > li:first-child > ul > li {
    margin: 0;
    padding: 0;
    width: 100px;
    text-align: center;
    font-size: 13pt;
    background-color: rgb(41,51,64);
    margin-right: 8px;
    flex-grow: 1;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 2px;
    vertical-align: middle;
}

ul#sitemap > li:first-child > ul > li.come {
    background-color: rgb(24,185,24);
    border:1px solid rgb(46,205,46);
}

ul#sitemap > li:first-child > ul > li.leave {
    background-color: rgb(188,29,73);
    border: 1px solid rgb(198,53,93);
}

ul#sitemap > li:first-child > ul > li.pause {
    background-color: rgb(0,130,153);
    border: 1px solid rgb(26,143,163);
}

ul#sitemap > li:first-child > ul > li:active {
    background-color: rgb(46,141,239);
    border: 1px solid rgb(67,153,241);
}

ul#sitemap > li:first-child > ul > li:last-child {
    margin: 0px;
}

ul#sitemap > li.action:active {
    background-color: rgb(46,141,239);
}




input.search {
    background-image:url(../Assets/SearchWhite.png);
    background-repeat:no-repeat;
    background-position:8px center;
    padding-left:34px;
}

input:invalid {
    background-color: #ff6666;
    border-color: RGB(255,0,0);
    box-shadow: none;
}

input:-moz-submit-invalid {
    background-color: #ff6666;
    border-color: RGB(255,0,0);
    box-shadow: none;
}

input:-moz-ui-invalid {
    background-color: #ff6666;
    border-color: RGB(255,0,0);
    box-shadow: none;
}



div.login {
    /*background-color:rgb(41,51,64);*/
    position: absolute;
    padding: 20px;
    -left: 20px;
    -top: 20px;
    -right: 20px;
    -bottom: 20px;
}

div.login > form
{
    width:100%;
}

div.login h1 {
    margin:0px;
    padding:0px;
    display:block;
    margin-bottom:16px;
}


div.login label {
    margin:0px;
    padding:0px;
    display:block;
    margin-bottom:8px;
}

div.login input {
    margin: 0px;
    padding: 8px;
    display: block;
    font-size: 13pt;
    width: calc(100% - 16px);
    color:rgb(0, 0, 0);
    background-color: rgb(190,190,190);
    border-radius: 2px;
    margin-bottom: 8px;
    border: 0;
}

div.login button {
    -margin:0px;
    padding:8px;
    display:block;
    font-size:13pt;
    border-radius:4px;
    width:100%;
    border:0;
    background-color:rgb(255,255,255);
}

span {
    margin: 0px;
    padding: 8px;
    font-size: 13pt;
}

img {
    width: 100%;
    height: auto;
}

.imgSmall {
    width: 100%;
    height: auto;
    transition: ease-out 0.5s;
    overflow-x: hidden;
}

.imgFull {
    height: 150%;
    width: auto;
    overflow-x: scroll;
}


video {
    width: 100%;
    height: auto;
}


#btTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 10px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    opacity: 0.6;
    filter: Alpha(opacity=60); /* IE8 and earlier */
}

#btTop:hover {
    background-color: #555;
}

@media screen and (min-width: 640px) {
    div.login
    {
        width:300px;
        left:calc(50% - 150px);
    }

}


@media screen and (min-width: 640px) {

    ul#sitemap {
        box-sizing: border-box;
        right: unset;
        width: 0px;
    }
}


@media print {

    div.page {
        margin:0px;
        width:128mm;
    }
}

web-view > h1 {
    color: black;
}

web-view > web-panel > ul > li > table {
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
    color: black;
}

web-view > web-panel > ul > li > table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
}

.barhoriz {
    width: auto;
    overflow: hidden;
    background: rgb(190,190,190);
}

.bar {
    background: rgb(182, 255, 0);
    white-space: nowrap;
}

.g-recaptcha {
    position: relative;
    height: auto;
    width: 100%;
}

.btnAnmelden {
    margin-top: 20px;
}

.tab_vorgang {
    border-bottom: 1px solid rgb(56,66,79);
}


web-confirm {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2000;
    background-color: rgba(100,100,100,0.6);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    /*visibility: hidden;*/
    display:none;
}

web-confirm > div {
    padding: 16px;
    position: absolute;
    background-color: RGB(255,255,255);
    background-color: rgb(51,61,74);
    width: 300px;
    box-shadow: 0px 0px 16px RGBA(0, 0, 0, 0.5);
    /*-webkit-transition:all ease-in 0.3s;
transition:all ease-in 0.3s;
*/
    left: calc(50% - 166px);
    min-height: 28px;
    top: 0px;
}

web-confirm > div > button {
    padding:6px;
    background-color: rgb(24,185,24);
    border: 1px solid rgb(46,205,46);    
    font-size: 14pt;
    margin-top: 15px;
    min-width: 100px;    
}

web-confirm > div > button:last-child {
    padding:6px;
    background-color: rgb(188,29,73);
    border: 1px solid rgb(198,53,93);
    float: right;
    margin-right: 16px;

}

web-confirm > div > h1 {
    margin: 0px;
    padding: 0px;
    display: block;
    margin-bottom: 2px;
    border-bottom: 1px solid rgb(71,81,94);
    color: rgb(220,220,220);
    padding-bottom: 4px;
    font-weight: bold;
    font-size: 14pt;
}

web-confirm > div > textarea {
    margin: 0px;
    padding: 0px;
    display: block;
    color: RGB(220,220,220);
    margin-top: 8px;
    margin-bottom: 12px;
    width: 100%;
    background: rgb(235,235,235);
    resize: none;
    border: 0px;
}

web-confirm > div > label {
    margin: 0px;
    padding: 0px;
    display: block;
    color: RGB(220,220,220);
    margin-top: 8px;
    margin-bottom: 12px;
}

web-confirm.show {
    /*visibility: visible;*/
    display: block;
}
web-overlay {
    position: fixed;
    z-index: 1000;
    left: 16px;
    top: 16px;
    bottom: 16px;
    right: 16px;
    background-color: rgb(36,45,56);
}

web-overlay > h1 {
    margin: 8px 16px 8px 16px;
    padding: 8px;
    font-size: 14pt;
    border-bottom: 1px solid rgb(76,96,99);
}
@-moz-keyframes aspin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes aspin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes aspin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


web-reload {
    position: fixed;
    left: calc(50% - 32px);
    top: 0px;
    width: 60px;
    height: 60px;
    background-color: rgba(61,71,84,0.8);
    border-radius: 50%;
    visibility: hidden;
    z-index: 1000;
}

web-reload > div {
    display:block;
    height:60px;
    border-radius: 50%;
    font-size:8pt;
    border: 5px solid rgb(95,192,254);
    border-color: rgb(95,192,254) transparent rgb(95,192,254) transparent;
    box-sizing:border-box;
    line-height:50px;
    text-align:center;
    color:rgb(255,255,255);
}


web-reload.show {
    visibility:visible;
}

    web-reload.show > div {
        -webkit-animation: aspin 1.5s infinite;
        -moz-animation: aspin 1.5s infinite;
        -o-animation: aspin 1.5s infinite;
        animation: aspin 1.5s infinite;
    }web-split
{
    display:table;
    width:100%;
}

web-split > *
{
    display:table-cell;
}

web-split > label {
    vertical-align:middle;
}web-switcher {
    margin: 0px;
    padding: 0px;
    /*display: block;*/
    min-height: 30px;
    position: relative;
    background-color: rgb(31,41,54);
    border-radius: 15px;
    width: 80px;
    float: right;
    border: 2px solid rgb(56,66,79);
}

    web-switcher > span {
        margin: 0px;
        padding: 0px;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 30px;
        width: 30px;
        border-radius: 15px;
        background-color: rgb(106,125,126);
        -webkit-transition: .4s;
        transition: .4s;
    }


    web-switcher > span[checked="true"] {
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px);
        background-color: rgb(0,122,204);
    }


web-toast {
    position: fixed;
    min-width: 200px;
    width:200px;
    left: calc(50% - 113px);
    background-color: rgb(20, 135, 219);
    box-shadow: 0px 0px 16px RGBA(0, 0, 0, 0.5);
    border: 1px solid rgb(2, 105, 189);
    border-radius: 3px;
    color: rgb(255,255,255);
    font-size: 11pt;
    padding: 12px;
    z-index: 1100;
    visibility: hidden;
    top: 40px;
}


    web-toast.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 3.5s;
        animation: fadein 0.5s, fadeout 0.5s 3.5s;
    }

@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 40px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 40px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 40px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 40px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}


web-view {
    background-color: rgba(240,240,240,0.7);
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    visibility: hidden;
    z-index: 100;
}

web-view > h1 {
    margin: 8px 16px 8px 16px;
    padding: 8px;
    font-size: 15pt;
    border-bottom: 1px solid rgb(76,96,99);
}

web-view > input {
    margin: 0;
    padding: 8px;
    margin-left:16px;
    margin-right:16px;
    background-color: rgb(31,41,54);
    box-sizing:border-box;
    border-radius:4px;
    color:rgb(255,255,255);
    width:calc(100% - 32px);
    border:0;
}

web-view.front {
    visibility: visible;
    z-index: 110;
}

web-view > web-panel {
    position:absolute;
    top:62px;
    left:16px;
    right:16px;
    bottom:16px;
    /*background:rgb(100,100,100);*/
}

web-view > section {
    position: absolute;
    top: 62px;
    left: 16px;
    right: 16px;
    height: 32px;
    /*background:rgb(100,100,100);*/
}

web-view > section > button {
    border: 0;
    padding: 6px;
    color: rgb(95,192,254);
    background-color: rgb(61,71,84);
    margin-right: 4px;
    border-radius: 16px;
    font-size: 10pt;
}




web-view > div.breadcrumbNavigation {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 16pt;
    font-weight: bold;
}

web-view > div.breadcrumbNavigation button {
    background: transparent;
    color: rgb(255,255,255);
    border: 0;
    padding: 8px;
    margin: 4px;
    font-size: 16pt;
    font-weight: bold;
}

web-view > div.breadcrumbNavigation button:hover {
    color: rgb(180,180,180);
    border: 0;
    padding: 8px;
    }





web-view > web-panel > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 64px);
}

web-view > web-panel > ul .horizontalScroll {
    overflow-x: scroll;
}

web-view > web-panel > ul > li {
    display: block;
    -padding: 8px;
    font-size: 12pt;
    -border-bottom: 1px solid rgb(56,66,79);
}

web-view > web-panel > ul > li.action:active {
    background-color: rgb(46,141,239);
}

web-view > web-panel > ul > li > label {
    color: rgb(156,166,179);
    display: block;
}

web-view > web-panel > ul > li > label.time {
    color: rgb(95,192,254);
    display:inline-block;
    float:right;
}


web-view > web-panel > ul > li > button {
    border: 0;
    padding:6px;
    margin-top:4px;
    color: rgb(95,192,254);
    background-color: rgb(61,71,84);
    margin-right:4px;
    border-radius: 4px;
    font-size: 10pt;
}

    web-view > web-panel > ul > li > input[type=checkbox] {
        display:inline;
        margin-right:8px;
    }

web-view > web-panel > ul > li > table {
    width: 100%;
    border-collapse: collapse;
}

web-view > web-panel > ul > li > table tr:nth-child(2) {
    color: rgb(95,192,254);
}


web-view > web-panel > ul > li > label:first-child {
    color: rgb(255,255,255);
}

    web-view > web-panel > ul > li > a {
        font-size: 12pt;
        color: rgb(95,192,254);
        text-decoration:none;
        display: block;
    }

web-view > web-panel > ul > li > label > img {
    margin:0;
    display: block;
    max-width:100%;
    margin-top:6px;
    margin-bottom:6px;
}




web-view > web-panel > h2 {
    margin: 0;
    padding: 8px;
    display: block;
    padding-bottom:0px;
    color: rgb(255,255,255);
    font-size: 12pt;
}

web-view > web-panel > h3 {
    margin: 0;
    padding: 8px;
    display: block;
    padding-top:0px;
    color: rgb(95,192,254);
    font-size: 12pt;
}

web-view > web-panel > h4 {
    margin: 0;
    padding: 8px;
    display: block;
    margin-top:8px;
    padding-top: 0px;
    color: rgb(95,192,254);
    font-size: 12pt;
}


web-view > web-panel > select {
    margin: 0;
    padding: 8px;
    display: block;
    background-color: rgb(31,41,54);
    box-sizing: border-box;
    border-radius: 4px;
    color: rgb(255,255,255);
    /*width: calc(100% - 32px);*/
    font-size: 12pt;
    width: 100%;
    border: 0;
}


web-view > web-panel > input {
    margin: 0;
    padding: 8px;
    display: block;
    background-color: rgb(31,41,54);
    box-sizing: border-box;
    border-radius: 4px;
    color: rgb(255,255,255);
    width: calc(100% - 32px);
    font-size: 12pt;
    width: 100%;
    border: 0;
}

    web-view > web-panel > textarea {
        border: 0px;
        resize: none;
        width: calc(100% - 16px);
        height: calc(30%);
        background-color: rgb(31,41,54);
        color:rgb(255,255,255);
        padding:10px;
    }


    web-view > web-panel > button {
        border: 0;
        color: rgb(95,192,254);
        background: transparent;
        font-size: 12pt;
    }

web-view > web-panel > button.right {
    margin-top:12px;
    float:right;
}


web-view > web-panel > button:active {
    background-color: rgb(71,81,94);
}




web-view > web-panel.search {
    top: 102px;
}

    web-view > button.back {
        position: absolute;
        right: 16px;
        top: 12px;
        width: 30px;
        height: 30px;
        border: 0;
        outline: 0;
        text-align: center;
        background-color: rgb(61,71,84);
        background-image: url(../Assets/Home.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 26px;
        border-radius: 2px;
    }
    web-view > button.fertig {
        position: absolute;
        border: 0;
        outline: 0;
        top: 12px;
        height: 30px;
        right: 51px;
        width: 200px;
        text-align: center;
        color: white;
        background-color: rgb(61,71,84);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 26px;
        border-radius: 2px;
    }
    web-view > button.geliefert {
        position: absolute;
        border: 0;
        outline: 0;
        top: 12px;
        height: 30px;
        right: 256px;
        width: 200px;
        text-align: center;
        color: white;
        background-color: rgb(61,71,84);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 26px;
        border-radius: 2px;
    }
    web-view > button.refresh {
        position: absolute;
        top: 12px;
        width: 30px;
        height: 30px;
        right: 461px;
        border: 0;
        outline: 0;
        text-align: center;
        background-color: rgb(61,71,84);
        background-image: url(../Assets/refresh.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 26px;
        border-radius: 2px;
    }
    web-view > button.teilsuche {
        position: absolute;
        border: 0;
        outline: 0;
        top: 12px;
        height: 30px;
        right: 496px;
        width: 200px;
        text-align: center;
        color: white;
        background-color: rgb(61,71,84);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 26px;
        border-radius: 2px;
    }

web-view > button.back:hover {
    background-color: red;
}
web-view > button.back:active {
    background-color: red;
}

web-view > button:hover {
    background-color: red;
}

web-view > button:active {
    background-color: red;
}


web-view table {
    border:0;
    width:100%;
    border-collapse:collapse;
}

    web-view table label {
        display: block;
        padding: 8px;
        font-size: 12pt;
    }

web-view table input {
    margin: 0;
    padding: 8px;
    display: block;
    background-color: rgb(31,41,54);
    box-sizing: border-box;
    border-radius: 4px;
    color: rgb(255,255,255);
    width: calc(100% - 8px);
    font-size: 12pt;
    border: 0;
}

web-view table button {
    border: 0;
    color: rgb(95,192,254);
    background: transparent;
    font-size: 12pt;
}

web-view table button:active {
    background-color: rgb(71,81,94);
}

web-view table select {
    margin: 0;
    padding: 8px;
    display: block;
    background-color: rgb(31,41,54);
    box-sizing: border-box;
    border-radius: 4px;
    color: rgb(255,255,255);
    /*width: calc(100% - 32px);*/
    font-size: 12pt;
    width: 100%;
    border: 0;
}

@media screen and (min-width: 640px) {
    web-view {
        left: 0px;
    }
}



web-hsplit {
    margin: 0px;
    width: 100%;
    height:auto;
    display: -webkit-flex;
    -webkit-flex-flow: row nowrap;
    display: flex;
    flex-flow: row nowrap;
    box-sizing: border-box;
    padding: 0px;
}

web-hsplit > * {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}




#lbAuftragsliste{
    font-size: 20px;
    background: rgb(255, 216, 0);
    padding-bottom:20px;
}

ul.timelist > li > label {
    display: block;
}
/*Tickets*/
#btStartAuftrag {
    margin: 0;
    padding: 0;
    width: 150px;
    text-align: center;
    font-size: 13pt;
    color: rgb(255, 255, 255);
    background-color: rgb(24,185,24);
    border: 1px solid rgb(46,205,46);
    margin-right: 8px;
    flex-grow: 1;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 2px;
    vertical-align: middle;
}

/*#ckAuftragDurchgefuehrt {
    transform: scale(1.8);
    margin-top: 20px;
    margin-bottom: 20px;
}*/

.divAG {
    border: 1px solid rgb(255,255,255);
    border-radius: 4px;
}

.divAG > .flex-container {
    display: flex;
    flex-direction: row;
    width: 100%;

}

 .divAG >   .flex-container > * {
        margin: 4px;
        flex-basis: 100%;
    }

    .divAG > .flex-container > button {
        width: 100%;
        padding: 0;
        width: auto;
        text-align: center;
        font-size: 15pt;
        color: rgb(255, 255, 255);
        background-color: rgb(24,185,24);
        border: 1px solid rgb(46,205,46);
        margin-right: 8px;
        padding-top: 12px;
        padding-bottom: 12px;
        border-radius: 2px;
        vertical-align: middle;
    }

    .divAG > .flex-container > select {
        padding: 0;
        width: auto;
        text-align: center;
        font-size: 15pt;
        color: rgb(255, 255, 255);
        background-color: rgb(0,130,153);
        border: 1px solid rgb(26,143,163);
        margin-right: 10px;
        padding-top: 12px;
        padding-bottom: 12px;
        border-radius: 2px;
        vertical-align: middle;
        flex-basis: 40%;
    }

#Fahrtteilung {
    font-size: 15pt;
    color: rgb(255, 255, 255);
    padding-left: 4px;
    padding-bottom: 15px;
}

    .divAG > .flex-container > label {
        font-size: 15pt;
        padding-top: 12px;
        padding-bottom: 12px;
        margin-right: 8px;
        vertical-align: middle;
        flex-basis: 10%;
    }

#pnAuftrag span {
    margin-left:0px;
    padding:0px;
}

#viewTicketStopAuftrag .classDurchgefuehrt{
    margin-top: 10px;
    margin-bottom: 10px;
    color: rgb(255,255,255);
}

#viewTicketStopAuftrag web-switcher {
    margin-top: 10px;
    margin-bottom: 10px;
    right:0px;
}

#viewTicketStopAuftrag #btStopAuftrag {
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 13pt;
    color: rgb(255, 255, 255);
    background-color: rgb(188,29,73);
    border: 1px solid rgb(198,53,93);
    margin-right: 8px;
    flex-grow: 1;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 2px;
    vertical-align: middle;
    display: block;
}

#labelTicketAGGestartet {
    margin: 0;
    padding-left: 0px;    
    padding-right: 0px;
    margin-left: 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: rgb(24,185,24);
    border: 1px solid rgb(46,205,46);
    margin-right: 8px;
    flex-grow: 1;
    border-radius: 2px;
}

#labelTicketUeberschrift {
    margin-right: 8px;
}

#ticketListe li {
    border-bottom: 2px solid rgb(160, 166, 174);
}

#ticketListe span {
    margin-left: 0px;
    padding: 0px;
}

#journalReload {
    position: absolute;
    right: 40px;
    top: 18px;
    width: 20px;
    height: 20px;
    border: 0;
    outline: 0;
    text-align: center;
    background-color: ghostwhite;
    background-image: url(../Assets/reload.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px;
    border-radius: 2px;
}


web-view {
    display: block;
}

.tab_teilsuche {
    border-bottom: 1px solid rgb(56,66,79);
}

div.divTeilSuche {
    padding: 8px;
}

div.divTeilSuche label {
    margin: 0px;
    padding: 0px;
    font-size: 13pt;
    font-weight: bold;
    color: rgb(0, 0, 0);
    margin-bottom: 8px;
}

div.divTeilSuche input {
    margin: 0px;
    padding: 8px;
    font-size: 13pt;
    color: rgb(0, 0, 0);
    background-color: rgb(190,190,190);
    border-radius: 2px;
    margin-bottom: 8px;
    margin-left: 100px;
    border: 0;
}

div.divTeilSuche button {
    padding: 8px;
    font-size: 13pt;
    border-radius: 4px;
    border: 0;
    background-color: rgb(255,255,255);
}

#lbAuftragsliste {
    font-size: 20px;
    background: rgb(255, 216, 0);
    padding-bottom: 20px;
}
table.ATabelleTeilSuche {
    table-layout: auto;
}
table.ATabelleTeilSuche > tbody tr:hover {
    background-color: rgb(160,160,160);
}

table.ATabelleTeilSuche th {
    text-align: left;
}

table.ATabelleTeilSuche td:nth-child(1), table.ATabelleTeilSuche th:nth-child(1) {
    width: 5%;
}
table.ATabelleTeilSuche td:nth-child(2), table.ATabelleTeilSuche th:nth-child(2) {
    width: 10%;
}
table.ATabelleTeilSuche td:nth-child(3), table.ATabelleTeilSuche th:nth-child(3) {
    width: 5%;
}
table.ATabelleTeilSuche td:nth-child(4), table.ATabelleTeilSuche th:nth-child(4) {
    width: 3%;
}
table.ATabelleTeilSuche td:nth-child(5), table.ATabelleTeilSuche th:nth-child(5) {
    width: 3%;
}
table.ATabelleTeilSuche td:nth-child(6), table.ATabelleTeilSuche th:nth-child(6) {
    width: 3%;
}
table.ATabelleTeilSuche td:nth-child(7), table.ATabelleTeilSuche th:nth-child(7) {
    width: 5%;
}
table.ATabelleTeilSuche td:nth-child(8), table.ATabelleTeilSuche th:nth-child(8) {
    width: 5%;
}
table.ATabelleTeilSuche td:nth-child(9), table.ATabelleTeilSuche th:nth-child(9) {
    width: 10%;
}
table.ATabelleTeilSuche td:nth-child(10), table.ATabelleTeilSuche th:nth-child(10) {
    width: 10%;
}
table.ATabelleTeilSuche td:nth-child(11), table.ATabelleTeilSuche th:nth-child(11) {
    width: 10%;
}








web-view {
    display: block;
}

#lbAuftragsliste {
    font-size: 20px;
    background: rgb(255, 216, 0);
    padding-bottom: 20px;
}

table.ATabelle{
    table-layout:auto;
}

table.ATabelle > thead td {
    position:relative;
}

table.ATabelle > thead td.sorting:hover {
    background-color: rgb(160,160,160);
}

table.ATabelle > thead td.sorting::after {
    top: 0px;
    right: 4px;
    position: absolute;
    color:rgb(140,140,140);
    content: "▾"
}

table.ATabelle > thead td.sorting[sortierung]::after {
    top: 0px;
    right: 4px;
    position: absolute;
    color: rgb(40,40,40);
    content: "▾"
}


table.ATabelle > thead td.sorting[desc]::after {
    top: 0px;
    right: 4px;
    position: absolute;
    color: rgb(40,40,40);
    content: "▴"
}



table.ATabelle > tbody tr:hover {
    background-color:rgb(160,160,160);
}

table.ATabelle th {
    text-align:left; 
}

table.ATabelle td:nth-child(1), table.ATabelle th:nth-child(1) {
    width: 10%;
}
table.ATabelle td:nth-child(2), table.ATabelle th:nth-child(2) {
    width: 30%;
}
table.ATabelle td:nth-child(3), table.ATabelle th:nth-child(3) {
    width: 20%;
}
table.ATabelle td:nth-child(4), table.ATabelle th:nth-child(4) {
    width: 10%;
}
table.ATabelle td:nth-child(5), table.ATabelle th:nth-child(5) {
    width: 10%;
}
table.ATabelle td:nth-child(6), table.ATabelle th:nth-child(6) {
    width: 20%;
}web-view {
    display: block;
}

#lbAuftragsliste {
    font-size: 20px;
    background: rgb(255, 216, 0);
    padding-bottom: 20px;
}
table.ATabellePos {
    table-layout: auto;
}
table.ATabellePos > tbody tr:hover {
    background-color: rgb(160,160,160);
}

table.ATabellePos th {
    text-align: left;
}

table.ATabellePos td:nth-child(1), table.ATabellePos th:nth-child(1) {
    width: 3%;
}
table.ATabellePos td:nth-child(2), table.ATabellePos th:nth-child(2) {
    width: 3%;
}
table.ATabellePos td:nth-child(3), table.ATabellePos th:nth-child(3) {
    width: 10%;
}
table.ATabellePos td:nth-child(4), table.ATabellePos th:nth-child(4) {
    width: 15%;
}
table.ATabellePos td:nth-child(5), table.ATabellePos th:nth-child(5) {
    width: 5%;
}
table.ATabellePos td:nth-child(6), table.ATabellePos th:nth-child(6) {
    width: 20%;
}
table.ATabellePos td:nth-child(7), table.ATabellePos th:nth-child(7) {
    width: 10%;
}
table.ATabellePos td:nth-child(8), table.ATabellePos th:nth-child(8) {
    width: 20%;
}







