.cm-Area {
    height: 100%
}

.cm-asut-string {
    color: red;
}

.cm-asut-keyword {
    color: blue;
}

.cm-asut-comment {
    color: green;
}

.tooltip {
    visibility: hidden;
    background-color: rgb(245, 245, 245);
    border: 1px;
    border-color: rgb(200, 200, 200);
    border-style: solid;
    position: absolute;
    padding: 8px;
    max-height: 200px;
    overflow: auto;
    width: 320px;
}

.tooltip ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tooltip ul > li {
    margin: 0px;
    padding: 2px 6px 2px 4px;
}

.tooltip ul > li:hover {
    background-color: rgb(220, 220, 220);
    cursor: pointer;
}


.hint {
    visibility: hidden;
    background-color: rgb(245, 245, 245);
    border: 1px;
    border-color: rgb(200, 200, 200);
    border-style: solid;
    position: absolute;
    padding: 8px;
}

.cm-error {
    text-decoration: underline wavy red;
    background: rgba(255, 0, 0, 0.4);
}web-push {
    position:fixed;
    top:0px;
    width:300px;
    left:calc(50% - 216px);
    background-color:rgb(255,255,255);
    box-shadow:0px 0px 16px RGBA(0, 0, 0, 0.5);
    color:rgb(0,0,0);
    padding:16px;
    z-index:1000;
    display:none;
}

web-push > h1 {
    margin:0px;
    padding:0px;
    display:block;
    margin-bottom:2px;
    border-bottom:1px solid rgb(20,122,204);
    color:rgb(80,80,80);
    padding-bottom:4px;
    font-weight:bold;
    font-size:11pt;
}

web-push > a {
    position:absolute;
    right:16px;
    top:16px;
    margin: 0px;
    padding: 0px;
    display: block;
    color: rgb(80,80,80);
    font-weight: bold;
    font-size: 11pt;
    cursor:pointer;
}

web-push > a:hover {
    color: rgb(1,105,179);
}

web-push > ul {
    margin:0px;
    padding:0px;
    display:block;
    overflow:hidden;
    list-style:none;
}

web-push > ul > li {
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px solid rgb(210,210,210);
    clear:both;
}

web-push > ul > li:last-child {
    border-bottom-width:0px;
}

web-push > ul > li > h2
{
    margin:0px;
    margin-right:50px;
    margin-bottom:4px;
    padding:0px 0px 0px 0px;
    display:block;
    font-size:10pt;
    word-break:break-all;
}

web-push > ul > li > label {
    margin:0px;
    padding:0px 0px 0px 0px;
    display:block;
    word-break:break-all;
    clear:both;
}

web-push > ul > li > label > img {
    display:block;
    width:100%;
}

web-push > ul > li > label > img.photo {
    float:left;
    display:inherit;
    margin-right:6px;
    width:80px;
}

web-push > ul > li > label > iframe {
    display:block;
    width:100%;
    border:0;
}

web-push > ul > li > a {
    cursor:default;
    color:rgb(1,105,179);
    font-size:9pt;
    float:right;
}

web-push > ul > li > a:hover {
    font-weight:bold;
}
/* Line */
web-line {
    flex-grow: 0;
    background: rgb(230, 232, 234);
}


/* Toolbar */
web-toolbar {
    margin: 0px;
    padding: 0px;
    min-height: 30px;
    max-height: 30px;
    overflow: hidden;
    height: 30px;
    display: flex;
    flex-flow: row nowrap;
}

web-toolbar > * {
    flex: auto;
    height: 30px;
    box-sizing: border-box;
}

web-toolbar > *:not(:last-child) {
    margin-right: 6px;
}

web-toolbar > web-line {
    flex-grow: 0;
    min-width: 1px;
    max-width: 1px;
    width: 1px;
}

web-toolbar > button {
    flex-grow: 0;
    min-width: 26px;
    border-color: transparent;
    border: 1px solid transparent;
    color: rgb(60,60,60);
    border-radius: 2px;
    outline: 0;
}

web-toolbar > button:hover {
    border-color: rgb(146,192,224);
    background-color: rgb(177,214,240);
}

web-toolbar > button:disabled {
    border-color: transparent;
    background: transparent;
}

web-toolbar > input {
    flex-grow: 0;
    outline: 0;
}

web-toolbar > h2 {
    font-size: 11pt;
    text-align: center;
    line-height: 100%;
    color:rgb(80,80,80);
    flex: 1;
}


/* Vertical Liste */
web-list {
    width: auto;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    position: relative;
}

web-list > * {
    flex: auto;
    flex-grow: 0;
    resize: none;
}

web-list > web-line {
    min-height: 1px;
    max-height: 1px;
    height: 1px;
}

web-list > *:not(:last-child) {
    margin-bottom: 8px;
}

web-list > h1 {
    font-size: 10pt;
}

web-list > h2 {
    font-size: 10pt;
}



/* Scroll Liste */
web-scroll {
    width: auto;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

web-scroll > * {
    flex: auto;
    box-sizing: border-box;
    flex-grow: 0;
    resize: none;
    margin-bottom: 8px;
}



/* Horizontal Split */
web-hsplit {
    width: auto;
    height: auto;
    display: flex;
    flex-flow: row nowrap;
}

web-hsplit > * {
    flex: auto;
    box-sizing: border-box;
    resize: none;
}

web-hsplit > *:not(:last-child) {
    margin-right: 8px;
}

web-hsplit > web-line {
    min-width: 1px;
    max-width: 1px;
    width: 1px;
}

web-hsplit > button {
    flex-grow: 0;
}

web-hsplit > h1:last-child {
    text-align:right;
}

web-hsplit > h2:last-child {
    text-align: right;
    font-size: 10pt;
    font-weight: bold;
    color: rgb(80,80,80);
}


/* Vertical Split */
web-vsplit {
    width: auto;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    position: relative;
}

web-vsplit > * {
    flex: auto;
    box-sizing: border-box;
    resize: none;
}

web-vsplit > *:not(:last-child) {
    margin-bottom: 8px;
}

web-vsplit > web-line {
    min-height: 1px;
    max-height: 1px;
    height: 1px;
}

web-vsplit > footer {
    flex-grow: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: right;
}

web-vsplit > h1, h2, h3, a {
    margin: 0px;
    padding: 0px;
    height: auto;
    flex-grow: 0;
}


/* ScrollBox */
web-scrollbox {
    width: auto;
    height: auto;
    position: relative;
    overflow: auto;
}


.Panel {
    margin: 0px;
    padding: 16px;
    background: rgb(255,255,255);
    box-sizing: border-box;
    border: 1px solid rgb(210,210,210);
    border-radius: 2px;
}


.Panel100 {
    height: 100%;
    margin: 0px;
    padding: 16px;
    background: rgb(255,255,255);
    box-sizing: border-box;
    border: 1px solid rgb(210,210,210);
    border-radius: 2px;
}

label.blue {
    color: rgb(1,85,169);
}

label.fatal {
    color: rgb(255, 0, 0);
}


span.blue {
    color: rgb(1,85,169);
    display: block;
}


web-calendar > table {
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(100%);
    height: calc(100%);
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0px;
    overflow:hidden;
    cursor: default;
}


web-calendar > table > thead {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    color: rgb(0,0,0);
    height: 28px;
    border-bottom: 1px solid rgb(220,220,220);
    z-index: 1;
}



web-calendar > table > thead > tr > td {
    height: 28px;
    position: relative;
    text-align: center;
    border-right: 1px solid RGB(220,220,220);
    max-width: 90px;
    min-width: 90px;
    width: 90px;

    font-weight: bold;
    font-size: 9pt;
}


web-calendar > table > thead > tr > td:first-child {
    width: 60px;
    max-width: 60px;
    min-width: 60px;
}


web-calendar > table > tbody {
    position: absolute;
    top: 29px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2;
}


web-calendar > table > tbody > tr {
    height: 28px;
    border-bottom: 1px dotted RGB(220,220,220);
    display:block;
}

web-calendar > table > tbody > tr > td {
    height: 28px;
    position: relative;
    text-align: center;
    border-right: 1px solid RGB(220,220,220);
    max-width: 90px;
    min-width: 90px;
    width: 90px;
    font-weight: bold;
    font-size: 9pt;
}

web-calendar > table > tbody > tr > td:first-child {
    width: 60px;
    max-width: 60px;
    min-width: 60px;
}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;
}

web-confirm > div {
    padding:16px;
    position:absolute;
    background-color:rgb(255,255,255);
    width:300px;
    box-shadow:0px 0px 16px rgba(0, 0, 0, 0.5);
    left:calc(50% - 166px);
    min-height:28px;
    top:200px;
}

web-confirm > div > h1 {
    margin:0px;
    padding:0px;
    display:block;
    margin-bottom:0px;
    color:rgb(40,40,40);
    color:rgb(1,85,169);
    padding-bottom:2px;
    font-weight:bold;
    font-size:10pt;
}

web-confirm > div > h2 {
    margin:0px;
    padding:0px;
    display:block;
    margin-bottom:2px;
    border-bottom:1px solid rgb(220,220,220);
    color:rgb(40,40,40);
    padding-bottom:4px;
    font-weight:bold;
    font-size:9pt;
}

web-confirm > div > label {
    margin:0px;
    padding:0px;
    display:block;
    color:rgb(40,40,40);
    margin-top:0px;
    margin-bottom:12px;
}

web-confirm > div > textarea {
    margin:0px;
    padding:8px;
    display:block;
    color:rgb(20,20,20);
    margin-top:8px;
    margin-bottom:12px;
    width:100%;
    overflow:auto;
    resize:none;
}

web-confirm > div > textarea:hover {
    background-color: RGB(230,230,230);
}

web-confirm > div > button
{
    float:right;
    height:28px;
    width:80px;
    margin: 0px;
    margin-right: 8px;
    padding: 0px 8px 0px 8px;
    border-width: 0px;
    border-radius: 2px;
    outline: none;
    background-color: rgb(225,225,225);
}

web-confirm > div > button:hover {
    background-color: rgb(0,114,207);
    color: rgb(255,255,255);
}

web-confirm.show {
    visibility:visible;
}
web-datasheet {
    position: relative;
    display: block;
    min-height: 80px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

web-datasheet > header {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 28px;
    overflow: hidden;
    border-bottom: 1px solid rgb(220,220,220);
}

web-datasheet > header > ul {
    margin: 0px;
    padding: 0px;
    display: block;
    list-style: none;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 28px;
    width: 2048px;
}

web-datasheet > header > ul > li {
    margin: 0px;
    padding: 0px;
    height: 28px;
    padding-left: 8px;
    line-height: 28px;
    font-weight: bold;
    display: inline-block;
    text-overflow: ellipsis;
    border-right: 1px solid rgb(220,220,220);
    cursor: default;
    font-size: 9pt;
}

web-datasheet > header > ul > li:hover {
    background-color: rgb(230,230,230);
    color: rgb(0,0,0);
}

web-datasheet > div {
    position: absolute;
    left: 0px;
    top: 29px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    background-color: rgb(250,250,250);
}

web-datasheet > div.dragover {
    outline-style: dashed;
    outline-width: 2px;
    outline-color: rgb(0,122,204);
}

web-datasheet > div > ul {
    margin: 0px;
    padding: 0px;
    display: table;
    list-style: none;
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    clear: both;
}

web-datasheet > div > ul:last-child {
    border-bottom-width: 0px;
}


web-datasheet > div > ul.selection {
    background-color: rgba(200,200,200,0.4);
}

web-datasheet > div > ul > li {
    margin: 0px;
    padding: 0px;
    display: table-cell;
    border-right: 1px solid rgb(220,220,220);
    vertical-align: top;
    height: 100%;
}

web-datasheet > div > ul > li > label {
    margin: 0px;
    padding: 5px 8px 5px 8px;
    word-break: break-all;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}

web-datasheet > div > ul > li > input {
    margin: 0px;
    padding: 6px 8px 6px 8px;
    display: block;
    box-sizing: border-box;
    background-color: transparent;
    min-height: 29px;
    width: 100%;
    border: 0;
}

web-datasheet > div > ul > li > input:hover {
    background-color: rgba(200,200,200,0.8);
}

web-datasheet > div > ul > li > input[type=checkbox] {
    margin: 0px;
    margin-left: 8px;
    min-height: 29px;
    width: auto;
}

web-datasheet > div > ul > li > button {
    margin: 0px;
    padding: 6px;
    display: block;
    padding-left: 6px;
    box-sizing: border-box;
    background-color: transparent;
    color: rgb(1,85,169);
    min-height: 29px;
    text-align: left;
    width: 100%;
    border: 0;
}

web-datasheet > div > ul > li > button:hover {
    background-color: rgb(1,125,209);
    color: rgb(255,255,255);
}

web-datasheet > div > ul > li > button:disabled {
    background-color: transparent;
    color: rgb(120,120,120);
}

web-datasheet > div > ul > li > select {
    margin: 0px;
    padding: 6px;
    display: block;
    box-sizing: border-box;
    background-color: transparent;
    min-height: 29px;
    width: 100%;
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(/Assets/Images/Combo.png);
    background-repeat: no-repeat;
    background-position: right center;
}

web-datasheet > div > ul > li > select:hover {
    background-color: rgba(200,200,200,0.8);
}

web-datasheet > div > ul > li > progress {
    margin: 0px;
    display: block;
    width: 100%;
    height: 24px;
    border: 0;
}
/* Editor */
web-editor {
    padding: 0px;
    background-color: rgb(246,248,250);
    overflow: hidden;
    line-height: 18px;
    font-family: Consolas,"Courier New",monospace;
    font-size: 14px;
    color:rgb(20,20,20);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    outline: 0;
}

/* Spacing */
web-editor > label {
    position: absolute;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    white-space: pre;
    visibility: hidden;
}

web-editor > section {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
    overflow: auto;
}


/* Cursor */
web-editor > section > input {
    position: absolute;
    margin: 0px;
    padding: 0px;
    left: 0px;
    top: 0px;
    width: 2px;
    min-width: 2px;
    max-width: 2px;
    height: 18px;
    min-height: 18px;
    background: transparent;
    caret-color: transparent;
    color: transparent;
    box-sizing: border-box;
    z-index: 3;
    outline: 0;
    border: 0;
}

/* Cursor */
web-editor > section > input:focus {
    animation: cursorblink 1s infinite;
}

/* Zeilen mit Nummern */
web-editor > section > ul {
    margin: 0px;
    padding: 0px;
    display: block;
    counter-reset: line-counter;
}

web-editor > section > ul > li {
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px 0px 0px 52px;
    white-space: pre;
    min-height: 18px;
}

/* Zeilen nummer CSS2 */
web-editor > section > ul > li::before {
    position: absolute;
    left: 10px;
    top: 0px;
    counter-increment: line-counter;
    content: counter(line-counter);
    color: rgb(35,120,147);
}

web-editor > section > ul > li > span {
    pointer-events: none;
}

/* Selection */
web-editor > section > ol {
    position: absolute;
    left: 52px;
    margin: 0px;
    padding: 0px;
    display: block;
    width: auto;
    height: auto;
    min-height: 18px;
    list-style: none;
    pointer-events: none;
}

/* Selection */
web-editor > section > ol > li {
    margin: 0px;
    padding: 0px;
    position: relative;
    float: left;
    clear: left;
    white-space: pre;
    background: rgb(1,115,199);
    min-height: 18px;
    min-width: 3px;
    border-radius: 2px;
    color: rgb(255,255,255);
}




web-editor span.key1 {
    color: rgb(0,0,255);
}

web-editor span.comment {
    color: #008000;
}

web-editor span.string {
    color: #a31515;
}



@-webkit-keyframes cursorblink {
    from {
        background: rgb(0,0,0);
    }

    to {
        background: transparent;
    }
}

@keyframes cursorblink {
    from {
        background: rgb(0,0,0);
    }

    to {
        background: transparent;
    }
}


/* Grid */
web-grid {
    position: relative;
    overflow: hidden;
    min-height: 140px;
}

web-grid > table {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    flex-flow: column nowrap;
    border-collapse:collapse;
    border-spacing: 0px;
}

web-grid > table > thead {
    flex-grow: 0;
    font-weight: bold;
    font-size: 9pt;
    color: rgb(60,60,60);
    border-bottom: 1px solid rgb(220,220,220);
}

web-grid > table > thead > tr:nth-child(2) {
    background-color: rgb(250,250,250);
}

web-grid > table > tbody {
    flex: auto;
    overflow:auto;
    background-color: rgb(246,248,250);
    background-color: rgb(250,250,250);
}

web-grid > table > tfoot {
    flex-grow: 0;
    font-size: 9pt;
    color: rgb(60,60,60);
}

web-grid > table tr {
    min-height: 28px;
}

web-grid > table tr.selection {
    background-color: rgba(200,200,200,0.4);
}

web-grid > table td {
    padding: 0px;
    vertical-align: top;
    border-right: 1px solid rgb(220,220,220);
    box-sizing: border-box;
    word-wrap: break-word;
    position: relative;
}

web-grid > table td > span {
    padding: 6px 12px 6px 12px;
    display: block;
}

web-grid > table td:hover {
    background-color: rgb(230,230,230);
    color: rgb(0,0,0);
}

web-grid > table td[filter] > span::after {
    content: "▴";
    font-size: 12pt;
    margin-right: 4px;
    color: rgb(60,60,60);
    float: right;
}

web-grid > table td[filter][desc] > span::after {
    content: "▾";
    font-size: 12pt;
    margin-right: 4px;
    color: rgb(60,60,60);
    float: right;
}

web-grid > table td > label {
    background-repeat: no-repeat;
    background-position: center center;
    padding: 6px 12px 6px 12px;
    display: block;
}

web-grid > table td > input {
    border: 0;
    padding: 6px 12px 6px 12px;
    display: block;
    box-sizing: border-box;
    background-color: rgb(240,240,240);
    min-height:29px;
    width: 100%;
}

web-grid > table td > label.ok {
    background-image: url(/Assets/images/ShieldGreen.png);
}

web-grid > table td > label.request {
    background-image: url(/Assets/images/ShieldWarning.png);
}

web-grid > table td > label.errorShield {
    background-image: url(/Assets/images/ShieldError.png);
}

web-grid > table td > button {
    float: right;
    outline: none;
    height: 24px;
    list-style: none;
    border: 0;
    width: 100%;
    text-align: left;
    min-height: 29px;
    box-sizing: border-box;
    display: block;
    padding: 6px 12px 6px 12px;
    margin: 0px;
    background-color: transparent;
    color: rgb(1,85,169);
}

web-grid > table td > button:hover {
    border-color: rgb(0,120,215);
    color: rgb(255,255,255);
    background-color: rgb(1,125,209);
}

web-grid > table td > select {
    width: 100%;
}

web-grid input[type=checkbox] {
    min-height: 10px;
    height: 14px;
    width: initial;
    margin-left: 8px;
    margin-top: 9px;
}
web-menu {
    margin:0px;
    padding:2px;
    position:fixed;

    font-size:9pt;
    background-color:rgb(255,255,255);
    border:1px solid rgb(160,160,160);

    width:auto;
    min-width:160px;
    min-height:20px;
    max-width:240px;
    visibility:hidden;

    z-index:1000;
    box-shadow:0px 0px 16px RGBA(0, 0, 0, 0.5);
}

web-menu web-menu-item
{
    margin:0px;
	padding:4px 6px 4px 4px;
	border:solid 1px transparent;
    vertical-align:middle;
    position:relative;
    cursor:default;
    min-height:18px;
    display:block;
    width:auto;

    padding-left:28px;
    background-position:6px center;
    background-repeat:no-repeat;
}

web-menu web-menu-item:hover
{
    border-color:RGB(135,178,205);
    background-color:rgb(175,218,235);
}

web-menu web-menu-label
{
    margin:0px;
    color:rgb(60,60,60);
	padding:4px 6px 4px 4px;
    vertical-align:middle;
    position:relative;
    cursor:default;
    min-height:18px;
    display:block;
    width:auto;
}

web-menu web-menu-seb
{
    margin:0px;
	padding:0px;
    position:relative;
    border-bottom:solid 1px rgb(220,220,220);
    margin-bottom:1px;
    cursor:default;
    min-height:1px;
    max-height:1px;
    display:block;
    width:auto;
}
web-panel {
    margin: 0px;
    padding: 10px;
    background: rgb(255,255,255);
    width: 300px;
    display: block;
    box-sizing: border-box;
    border: 1px solid rgb(210,210,210);
    border-radius: 2px;
}

web-panel > h1 {
    margin:0px;
    padding:0px 0px 0px 6px;
    display:block;
    border:0px;
    font-size:10pt;
    font-weight:bold;
    color:rgb(0,114,207);
    color:rgb(1,115,199);
    overflow:hidden;
    line-height:31px;
    height:31px;
}

web-panel > h2 {
    margin: 0px;
    padding: 0px;
    display: block;
    margin-bottom: 6px;
    border-bottom: 1px solid rgb(220,220,220);
    color: rgb(80,80,80);
    padding-bottom: 4px;
    font-weight: bold;
    font-size: 10pt;
}


web-panel > ul.list {
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: absolute;
    top: 50px;
    left: 16px;
    right: 16px;
    bottom: 16px;
    overflow: auto;
}

web-panel > ul.list > li {
    cursor: default;
    padding:3px;
}

web-panel > ul.list > li:hover {
    background: rgb(235,235,235);
}




web-panel.panel1 {
    margin: 0px;
    padding: 10px;
    position: absolute;
    left: auto;
    right: 0px;
    top: 0px;
    width: 250px;
    font-size: 9pt;
    border: 1px solid rgb(200,200,200);
}


web-panel.panel1 > h2 {
    margin: 0px;
    padding: 6px 8px 6px 8px;
    font-size: 9pt;
    font-weight: bold;
    border-bottom: 1px solid rgb(220,220,220);
    min-height: 18px;
}

web-panel.panel1 > label {
    margin: 0px;
    padding: 6px 8px 6px 8px;
    font-size: 9pt;
    border-bottom: 1px solid rgb(220,220,220);
    min-height: 18px;
    display: block;
}

web-panel.panel1 > ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: table;
    border-bottom: 1px solid rgb(220,220,220);
    width: 100%;
}

web-panel.panel1 > ul > li {
    margin: 0px;
    padding: 6px 8px 6px 8px;
    display: table-cell;
    min-width: 50%;
    width: 50%;
}

web-panel.panel1 > ul > li:nth-child(2) {
    text-align: right;
    font-weight: bold;
}



web-panel.panel1 > div {
    display:block;
    position:absolute;
    top:52px;
    left:10px;
    right:10px;
    bottom:10px;
    overflow-x:hidden;
    overflow-y:auto;
}

web-panel.panel1 > div > ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: table;
    border-bottom: 1px solid rgb(220,220,220);
    width: 100%;
}

web-panel.panel1 > div > ul > li {
    margin: 0px;
    padding: 6px 8px 6px 8px;
    display: table-cell;
    min-width: 50%;
    width: 50%;
}

web-panel.panel1 > div > ul > li:nth-child(2) {
    text-align: right;
    font-weight: bold;
}web-tabbed {
    padding: 0px;
    margin: 0px;
    min-height: 200px;
    min-width: 300px;
    border: 1px solid rgb(210,210,210);
    position: relative;
}

web-tabbed > ul {
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 32px;
    overflow: hidden;
    list-style: none;
    font-size: 13px;
    border-bottom: 1px solid rgb(230,232,234);
    box-sizing: border-box;
    background: rgb(255,255,255);
}

web-tabbed > ul > li {
    margin: 0px;
    padding: 0px 12px 0px 12px;
    float: left;
    line-height: 32px;
    color: rgb(80,80,80);
    height: 34px;
    box-sizing: border-box;
}

web-tabbed > ul > li.active {
    font-weight: bold;
    color: rgb(60,60,60);
    background: rgb(240,242,244);
}

web-tabbed > div {
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 0px;
    top: 32px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
}

web-tabbed > div > * {
    border: none;
}

web-tabbed > div > web-vsplit.Panel {
    border: none;
}

web-tabbed > div > web-hsplit > web-timesheet > table {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

web-tabbed > div > * {
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    visibility: hidden;
}/* Table erweiterungen */
table.grid {
    width:100%;
    table-layout:fixed;
    border-collapse:collapse;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}

table.grid > thead {
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    height:28px;

    border-bottom:1px solid rgb(220,220,220);

    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}

table.grid > thead.filters {
    height: 56px;
}

table.grid > thead th {
    position:relative;
    border-right:1px solid rgb(220,220,220);
    padding:0px 8px 0px 8px;
    text-align:left;
    vertical-align:middle;
    font-weight:bold;
    font-size:9pt;
    color:rgb(20,20,20);
    cursor:default;
    height:28px;
}

table.grid > thead th:first-child {
    border-top-color:transparent;
}

table.grid > thead th:nth-child(1) {
}

table.grid > thead th[sortierung] {
    color:rgb(1,115,199);
    font-weight:bold;
}

table.grid > thead th:hover {
    background-color:rgb(220,220,220);
}


/* Filter */
table.grid > thead > tr:nth-child(2) {
    background-color: rgb(250,250,250);
}

table.grid > thead > tr:nth-child(2) th {
    vertical-align: top;
    background-color: transparent;
    padding: 0px;
}

table.grid > thead > tr:nth-child(2) th > input {
    height: 28px;
    padding: 0px 8px 0px 8px;
    background-color: rgb(240,240,240);
    border: 0;
}


table.grid > tbody {
    position: absolute;
    left: 0px;
    top: 29px;
    right: 0px;
    bottom: 0px;
    background-color: rgb(250,250,250);
    overflow-y: scroll;
}

table.grid > tbody.filters {
    top: 57px;
}

table.grid > tbody tr {
    display:block;
    border-right:1px solid rgb(220,220,220);
    min-height:31px;
}

table.grid > tbody tr[selected] {
    background-color:rgb(228,228,228);
}

table.grid > tbody tr:hover {
    background-color:#EEEEEE;
}

table.grid > tbody td {
    padding:6px 8px 6px 8px;
    text-align:left;
    vertical-align:top;
    border-right:1px solid rgb(220,220,220);
    word-break:break-all;
    cursor:default;
}

table.grid > tbody td:nth-child(1) {
}

table.grid input {
    width:100%;
    height:auto;
    padding:0px;
    margin:0px;
}
web-toast
{
    position:fixed;
    min-width:200px;
    left:calc(50% - 216px);
    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:2000;
    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;}
}


body.dark web-toast {
    background-color: RGB(92, 93, 98);
    border:1px solid rgb(112, 113, 118);
}
ul.web-treeview {
	margin:0px;
    padding:0px;
    display:block;
    list-style-type:none;
    overflow:hidden;
    height:auto;

    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

ul.web-treeview li
{
    margin:0px;
    padding:0px;
    overflow:hidden;
    position:relative;

    height:auto;
    line-height:24px;
    cursor:default;

    -webkit-transition:all 1s;
    transition:all 1s;
}


ul.web-treeview li::before {
    content: "\25B6";
    position: absolute;
    color:rgb(180,180,180);
    left: 4px;
    top: 0px;
    width: 16px;
    height: 28px;
    line-height: 28px;
}


ul.web-treeview li > a
{
    margin:0px;
    padding:0px;
    display:block;
    line-height:28px;
    padding-left:18px;
    background-position:8px center;
    background-repeat:no-repeat;
    cursor:default;
}

ul.web-treeview li > a:hover
{
    background-color:rgb(220,220,220);
}

ul.web-treeview ul
{
	margin:0px;
    padding:0px;
    display:block;
    list-style-type:none;
    overflow:hidden;
    height:auto;
}

ul.web-treeview li > ul
{
    margin-left:16px;
}

ul.web-treeview li.hide ul
{
    height:0px;
    opacity:0;
}
div.web-upload {
    position:fixed;
    top:0px;
    width:400px;
    left:calc(50% - 216px);
    background-color:rgb(255,255,255);
    box-shadow:0px 0px 16px RGBA(0, 0, 0, 0.5);
    color:rgb(0,0,0);
    padding:16px;
    z-index:1000;
    display:none;
}

div.web-upload > h1 {
    margin:0px;
    padding:0px;
    display:block;
    margin-bottom:2px;
    border-bottom:1px solid rgb(20,122,204);
    color:rgb(80,80,80);
    padding-bottom:4px;
    font-weight:bold;
    font-size:11pt;
}

div.web-upload > ul {
    margin:0px;
    padding:0px;
    display:block;
    overflow:hidden;
    list-style:none;
}

div.web-upload > ul > li {
    padding-bottom:10px;
    border-bottom:1px solid rgb(210,210,210);
}

div.web-upload > ul > li:last-child {
    border-bottom-width:0px;
}

div.web-upload > ul > li > label {
    margin:0px;
    padding:4px 0px 4px 0px;
    display:block;
}

div.web-upload > ul > li > label > span {
    color:rgb(0,141,241);
    float:right;
}

div.web-upload > ul > li > progress {
    margin:0px;
    padding:0px;
    display:block;
    border:0;
    height:6px;
}

div.web-upload > ul > li > progress::-webkit-progress-bar {
    display:block;
    height:6px;
}
div.web-upload > ul > li > progress::-webkit-progress-value {
  /* style rules */
}
div.web-upload > ul > li > progress::-moz-progress-bar {
    display:block;
    height:6px;
}
.box {
    margin: 0px;
    padding: 16px;
    background: rgb(255,255,255);
    box-sizing: border-box;
    border: 1px solid rgb(210,210,210);
    border-radius: 2px;
}

web-view
{
    margin:0px;
    padding:0px;
    position:absolute;
    left:8px;
    top:8px;
    right:8px;
    bottom:8px;
    overflow:hidden;
}

web-view > web-hsplit {
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
}

web-view > web-vsplit {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}


web-view h1 {
    margin: 0px;
    padding: 0px;
    display: block;
    border: 0px;
    font-size: 10pt;
    font-weight: bold;
    min-height:19px;
    color: rgb(1,115,199);
    overflow: hidden;
}


web-view h2 {
    margin: 0px;
    padding: 0px;
    display: block;
    border: 0px;
    font-size: 10pt;
    font-weight: bold;
    min-height: 19px;
    color: rgb(80,80,80);
    overflow: hidden;
}


web-view.PersonalView {
    /*overflow:auto;*/
}


web-view > footer {
    background-color: rgb(240, 240, 240);
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 8px;
    padding-left: 8px;
}canvas.wk-draw {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    width: 2048px;
    height: 2048px;
    z-index: 1;
    background-image: url(/Assets/images/Snap.png);
    background-repeat: repeat;
}


ul.wk-params {
    margin:0px;
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background-color: rgb(250,250,250);
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: auto;
    user-select: none;
    -moz-user-select: none;
}

ul.wk-params > li {
    padding: 3px;
    cursor: default;
}

ul.wk-params > li > h1 {
    padding: 0px;
    margin: 0px;
    font-size: 10pt;
}

ul.wk-params > li > input {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    margin-right: 4px;
    height: auto;
}

ul.wk-params > li > input[type=text] {
    padding: 3px;
    margin: 0px;
    display: block;
    height: auto;
    background-color: rgb(240,240,240);
    width: 100%;
    border: 0;
}

ul.wk-params > li > select {
    padding: 3px;
    margin: 0px;
    display: block;
    height: auto;
    width: 100%;
    border: 0;
}




ul.wk-nodes {
    margin:0px;
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background-color: rgb(250,250,250);
    padding: 0px;
    list-style: none;
    user-select: none;
    -moz-user-select: none;
    overflow:auto;
    display:block;
}

ul.wk-nodes > li {
    padding: 4px;
    cursor: default;
}

ul.wk-nodes > li:hover {
    background: rgb(220,220,220);
}



html {
    margin:0px;
    padding:0px;
}

body {
    border: 0px;
    margin: 0px;
    padding: 0px;
    background-color: rgb(1, 115, 199);
    /*background-color:rgb(29,79,131);*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.4;
    font-size: 10pt;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

input {
    padding-left: 4px;
    border-width: 0px;
    background-color: RGB(248,248,248);
    border-bottom: 1px solid RGB(200,200,200);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    height: 28px;
    filter:none;
}

input[date] {
    padding-left: 8px;
    padding-right: 28px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAQCAYAAAAS7Y8mAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAB0SURBVDhPY/j//z8cM1RcAVIIPjZMjBoQZgQpZKAA/G/XZoQy0QCSC0h1MT71TFDjwQC37QhAjBoQAAdFBcMSKJc00MEQQ1xQkIqJDgpkwFh5FR6puNj4AT1cTIwrR12MFVPVxcQDGrmYZoUQI8h06gMGBgA+LfXMseg4igAAAABJRU5ErkJggg==);
    max-width: 140px;
}

input:hover {
    background-color:RGB(230,230,230);
}

input:focus {
    background-color:RGB(230,230,230);
    border-color:RGB(1,115,199);
}

input:invalid {
    background-color:#ffdddd;
    border-color:RGB(255,0,0);
    box-shadow:none;
}

input:-moz-submit-invalid {
    background-color:#ffdddd;
    border-color:RGB(255,0,0);
    box-shadow:none;
}

input:-moz-ui-invalid {
    background-color:#ff9999;
    border-color:RGB(255,0,0);
    box-shadow:none;
}

select {
    outline: none;
    -moz-outline: none;
    background-color: rgb(244,246,248);
    border-bottom: 1px solid rgb(200,200,200);
    box-sizing: border-box;
    border-radius: 0px;
    border-width: 0px;
    height: 28px;
}


/* Firefox Hacks */
select::-moz-focus-inner {border:0;}
select::-moz-focus-outer {border:0;}
button::-moz-focus-inner {border:0;}


textarea {
    border-width:0px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color:RGB(248,248,248);
    border-bottom:1px solid RGB(200,200,200);
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    line-height:1.4;
    font-size:9pt;
}

textarea:focus {
    background-color:RGB(230,230,230);
    border-color:RGB(1,115,199);
}

#copyright {
    position:absolute;
    color:RGB(100,187,251);
    color:rgb(99,149,201);
    width:auto;
    height:20px;
    top:2px;
    left:50%;
    transform:translate(-50%,0);
    font-size:9pt;
}

#wrapper {
    margin:0px;
    padding:0px;
    position:absolute;
    left:0px;
    top:137px;
    bottom:0px;
    right:0px;
    background-color:rgb(230,230,230);
    -webkit-transition:top 0.5s;
    transition:top 0.5s;
}

#wrapper.full {
    top:45px;
}




div.karte {
    min-height: 578px;
    max-height: 718px;
    min-width: 1024px;
    max-width: 1024px;
}


web-scroll.list {
    margin: 0px;
    padding: 0px;
    font-size:9pt;
}

web-scroll.list > web-hsplit {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid rgb(220,220,220);
}

web-scroll.list > web-hsplit > label {
    margin: 0px;
    padding:6px 0px 6px 0px;
}

web-scroll.list > web-hsplit > label:nth-child(2) {
    font-weight: bold;
    text-align: right;
}


/*
ul.list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: table;
    border-bottom: 1px solid rgb(220,220,220);
    font-size: 9pt;
    width: 100%;
}

ul.list > li {
    margin: 0px;
    padding: 6px 8px 6px 8px;
    display: table-cell;
    min-width: 50%;
    width: 50%;
}

ul.list > li:nth-child(2) {
    text-align: right;
    font-weight: bold;
}
*/



div.toolbar {
    margin:0px;
    display:block;
    background-color:rgb(240,240,240);
    border-bottom:1px solid rgb(215,215,215);
    padding:5px 16px 4px 16px;
}

div.toolbar > label {
    padding:4px;
    font-weight:bold;
}


div.overlay {
    position:fixed;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    display:none;
    background-color:rgba(100,100,100,0.3);
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    z-index:1500;
}

div.overlay[active] {
    display:block;
}




/* Dunkelgrau */
body.shade {
    background:rgb(68,68,68);
}

body.shade #wrapper {
    background:rgb(106,106,106);
}


/* Pointer Events für deaktiverte Elemente unterdrücken */
*[disabled] {
    pointer-events: none;
}

web-ribbon input {
    background: rgb(0,0,0);
}

.invisible {
    display: none;
}

.visible {
    display: inherit;
}

button.upload {
    margin: 0px;
    padding: 0px 8px 0px 8px;
    border-width: 0px;
    border-radius: 2px;
    height: 28px;
    outline: none;
}

button.upload:hover {
    background-color: rgb(0,114,207);
    color: rgb(255,255,255);
}

/* Popup */
web-popup {
    margin: 0px;
    padding: 0px;
    position: fixed;
    left: 0px;
    top: 33px;
    min-width: 200px;
    width: 200px;
    max-height: 600px;
    min-height: 200px;
    background: rgb(240,242,244);
    border: 1px solid rgb(160,162,164);
    border-radius: 4px;
    box-shadow: 0px 0px 8px RGBA(0, 0, 0, 0.5);
    border-radius: 2px;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    z-index: 9000;
}


web-popup > * {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
    height: auto;
}

web-popup.tooltip {
    font-size: 9pt;
    border-radius: 4px;
    opacity: 0.9;
}

web-popup.tooltip > * {
    left: 16px;
    top: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
    height: auto;
}

div.kostenstellenBox {
    position: relative;
    display: inline-block;
}


div.kostenstellenBox::before {
    position: absolute;
    content: " \2304";
    top: 4px;
    right: -6px;
    height: 20px;
    width: 20px;
}

.btnDialogKlein {
    flex-grow: 0;
    min-width: 26px;
    border: 1px solid transparent;
    color: rgb(60,60,60);
    border-radius: 2px;
    outline: 0;
    height: 30px;
    box-sizing: border-box;
    width: 230px;
    align-self: end;
}

.btnDialogKlein:hover {
    border-color: rgb(146,192,224);
    background-color: rgb(177,214,240);
}/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: calc(100% - 40px);
  color: black;
  direction: ltr;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker { color: black; }
.CodeMirror-guttermarker-subtle { color: #999; }

/* CURSOR */

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-fat-cursor .CodeMirror-line::selection,
.cm-fat-cursor .CodeMirror-line > span::selection, 
.cm-fat-cursor .CodeMirror-line > span > span::selection { background: transparent; }
.cm-fat-cursor .CodeMirror-line::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span > span::-moz-selection { background: transparent; }
.cm-fat-cursor { caret-color: transparent; }
@-moz-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@-webkit-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}

/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror-overwrite .CodeMirror-cursor {}

.cm-tab { display: inline-block; text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0; right: 0; top: -50px; bottom: 0;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0; bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-strikethrough {text-decoration: line-through;}

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

.CodeMirror-composing { border-bottom: 2px solid; }

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important; /* Things will break if this is overridden */
  /* 50px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -50px; margin-right: -50px;
  padding-bottom: 50px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
  z-index: 0;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 50px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -50px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0; bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper ::selection { background-color: transparent }
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px; /* Force widget margins to stay inside of the container */
}

.CodeMirror-widget {}

.CodeMirror-rtl pre { direction: rtl; }

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre { position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, .4);
}

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
.cm-tab-wrap-hack:after { content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
date-picker {
    padding:0px;
    position:fixed;
    background-color:RGB(255,255,255);
    border:1px solid RGB(160,160,160);
    width:240px;
    height:280px;
    z-index:2000;
    box-shadow:0px 4px 8px RGBA(0, 0, 0, 0.4);
    display:none;


    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}

date-picker > h1 {
    margin:0px;
    padding:0px;
    display:block;
    font-size:10pt;
    padding-left:16px;
    padding-right:16px;
    background-color:RGB(1,115,199);
    color:rgb(255,255,255);
    line-height:28px;
    height:28px;
}

date-picker > label.month {
    margin:0px;
    padding:0px;
    display:block;
    font-size:10pt;
    font-weight:bold;
    position:absolute;
    text-align:left;
    padding-left:16px;
    left:0px;
    top:30px;
    right:60px;
    line-height:28px;
    height:28px;
}

date-picker > button {
    margin:0px;
    padding:0px;
    display:block;
    font-size:10pt;
    position:absolute;
    text-align:center;
    background-color:transparent;
    border-width:0px;
    font-size:8pt;
    outline:none;
}

date-picker > button:hover {
    background-color:RGB(240,240,240);
}

date-picker > button.prev {
    margin:0px;
    padding:0px;
    display:block;
    font-size:10pt;
    position:absolute;
    right:30px;
    top:30px;
    width:30px;
    height:24px;
    text-align:center;
}

date-picker > button.next {
    margin:0px;
    padding:0px;
    display:block;
    font-size:10pt;
    position:absolute;
    right:0px;
    top:30px;
    width:30px;
    height:24px;
    text-align:center;
}

date-picker > ul {
    margin:0px;
    padding:0px;
    display:block;
    position:absolute;
    left:0px;
    right:0px;
    top:60px;
    height:150px;
    list-style:none;
}

date-picker > ul > li {
    margin:0px;
    padding:0px;
    float:left;
    border:1px solid transparent;
    text-align:center;
    width:32px;
    height:28px;
    line-height:26px;
    color:rgb(0,0,0);
    cursor:default;
}

date-picker > ul > li.now {
    background-color:RGB(210,210,210);
}

date-picker > ul > li:hover {
    border:1px solid RGB(180,180,180);
    background-color:RGB(240,240,240);
}

date-picker > ul > li.invalid {
    background-color:transparent;
    color:rgb(140,140,140);
}

date-picker > ul > li.invalid:hover {
    background-color:transparent;
    border-color:transparent;
}

div.Message {
    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;
}

div.Message > div {
    padding:0px;
    position:absolute;
    background-color:RGB(255,255,255);
    width:300px;
    height:160px;
    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:50%;
    margin-left:-150px;
    top:-300px;
}

div.Message > div > label {
    padding:0px;
    padding-left:16px;
    padding-right:16px;
    position:absolute;
    left:0px;
    top:16px;
    right:0px;
    bottom:48px;
    overflow:auto;
}

div.Message > div > textarea {
    padding:4px;
    position:absolute;
    left:16px;
    top:66px;
    width:calc(100% - 32px);
    height:calc(100% - 114px);
    font-size:9pt;
    overflow:auto;
    resize:none;
}

div.Message > div > button.ok {
    position:absolute;
    right:10px;
    bottom:10px;
    height:26px;
    width:80px;
}

div.Message > div > button.cancel {
    position:absolute;
    right:94px;
    bottom:10px;
    height:26px;
    width:80px;
}

div.Message[show] {
    visibility:visible;
}

div.Message[show] > div {
    top:300px;
}

div.TooltipBox {
    padding:10px;
    position:fixed;
    top:0px;
    left:0px;
    width:200px;
    min-height:20px;
    z-index:1800;
    visibility:hidden;
    background-color:rgb(102, 103, 108);
    color:rgb(240,240,240);
    font-family:Roboto,Helvetica Neue,sans-serif;
    font-size:10pt;
}

div.TooltipBox[show] {
    visibility:visible;
}
panel-container {
    margin:0px;
    padding:0px;
    position:absolute;
    left:224px;
    top:0px;
    right:0px;
    bottom:0px;
    display:block;
    -webkit-transition:left 1s;
    -ms-transition:left 1s;
    transition:left 1s;
}

panel-container > * {
    margin:0px;
    padding:0px;
    display:none;
}

panel-container.full {
    left:0px;
}

ast-container {
    margin:0px;
    padding:0px;
    position:absolute;
    left:6px;
    top:6px;
    right:6px;
    bottom:6px;
    background-color:RGB(255,255,255);
    border:solid 1px rgb(190,190,190);
    overflow:hidden;
}


ast-container div[name="Loader"]
{
    margin:0px;
    padding:8px;
    position:absolute;
    left:0px;
    right:0px;
    top:-40px;
    height:20px;
    overflow:hidden;
    background-color:RGB(240,240,240);
    box-shadow:0px 0px 8px RGBA(0, 0, 0, 0.5);
    color:RGB(0,0,0);
    z-index:10;

    -webkit-transition:top 500ms;
    transition:top 500ms;

}

ast-container div[name="Loader"].show
{
    top:0px;
}


/* Layout Dark */

body.dark ast-container div[name="Loader"] {
    background-color:rgb(194,223,0);
    color:rgb(40,40,40);
    border-bottom:1px solid rgb(158,183,0);

    background-position:8px center;
    background-repeat:no-repeat;
    background-image:url(/Assets/images/LoaderGreen.gif);

    padding-left:38px;
}





body.shade ast-container div[name="Loader"] {
    box-shadow:none;
}
body.dark {
    background-color: RGB(112, 113, 118);
}

body.dark #wrapper {
    background-color:transparent;
}

body.dark > div#modules > ul.header {
    background-color: RGB(164, 55, 58);
    height: 32px;
}

body.dark > div#modules > ul.header > li {
    height: 32px;
    line-height: 32px;
}

body.dark > div#modules > div.content {
    top:33px;
}

body.dark [data-dialog] > h1 {
    background-color:RGB(164, 55, 58)
}

body.dark #copyright {
    color:rgb(80,80,80);
}

body.dark web-panel {
    border-color:transparent;
}

body.dark #sitemap {
    background-color:rgb(224,224,224);
    box-shadow:0px 0px 16px RGBA(0, 0, 0, 0.5);
    border-width:0px;
}

body.dark #sitemap.hide {
    padding-left:0px;
    width:0px;
}



body.dark panel-container
    {
    left:270px;
    top:10px;
    right:10px;
    bottom:10px;
    box-shadow:0px 0px 16px RGBA(0, 0, 0, 0.5);
    background-color:transparent;
}

body.dark panel-container.full {
    left:10px;
}

body.dark ast-container {
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    border-width:0px;
}


/* Dunkelgrau */
body.shade ast-container {
    background-color:transparent;
    border:none;
}
div.login
{
    padding:0px;
    position:fixed;
    background-color:RGB(255,255,255);
    min-width:260px;
    min-height:40px;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    box-shadow:0px 0px 16px RGBA(0, 0, 0, 0.5);
}

div.login > h1
{
    margin:0px;
    padding:0px;
    display:block;
    font-size:10pt;
    font-weight:bold;
    padding-left:16px;
    padding-right:16px;
    background-color:RGB(1,115,199);
    color:RGB(255,255,255);
    margin-bottom:8px;
    line-height:28px;
    height:28px;
}

div.login > form {
    margin:16px;
    padding:0px;
    display:block;
}

div.login > form > label {
    margin:0px;
    padding:0px;
    display:block;
    color:RGB(0,0,0);
    line-height:28px;
    height:28px;
}

div.login > form > label.validation {
    color:rgb(128,0,0);
    font-weight:bold;
}

div.login > form > select {
    margin:0px;
    padding:0px;
    display:block;
    width:calc(100%);
    border-width:0px;
    background-color:RGB(255,255,255);
    border-bottom:1px solid RGB(200,200,200);
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    height:28px;
}

div.login > form > input[type=text] {
    margin:0px;
    padding:0px;
    display:block;
    margin-bottom:6px;
    padding-left:6px;
    padding-right:6px;
    height:24px;
    width:calc(100%);
    border-bottom:1px solid RGB(200,200,200);
    background-color: rgb(248,248,248);
}

div.login > form > input[type=password] {
    margin:0px;
    padding:0px;
    display:block;
    margin-bottom:6px;
    padding-left:6px;
    padding-right:6px;
    height:24px;
    width:calc(100%);
}

div.login > form > button {
    display:block;
    float:right;
    margin-bottom:10px;
}

label.error {
    padding:0px;
    position:fixed;
    top:50%;
    left:50%;
    font-size:14pt;
    transform:translate(-50%, -50%);
    color:RGB(255,255,255);
}#service-user {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 8px;
    right: 10px;
    width: 220px;
    height: 26px;
    z-index: 100;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-width: 0px;
    cursor: default;
    outline-width: 0px;
    font-size: 10pt;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#service-user > span {
    display: block;
    padding-right: 10px;
    color: RGB(255,255,255);
    border: 1px solid transparent;
    border-bottom-width: 0px;
    line-height: 26px;
    text-align: right;
    font-size: 10pt;
    height: 26px;
    z-index: 100;
}

#service-user > ul {
    margin: 0px;
    padding: 2px;
    display: block;
    list-style: none;
    background-color: RGB(255,255,255);
    box-shadow: 0px 0px 16px RGBA(0, 0, 0, 0.5);
    border: 1px solid rgb(160,160,160);
    border-top-width: 0px;
    overflow: hidden;
    visibility: hidden;
    z-index: 99;
    height: auto;
}

#service-user > ul > li {
    margin: 0px;
    padding: 0px;
    border: solid 1px transparent;
    display: block;
    position: relative;
    color: rgb(60,60,60);
    text-align: right;
    overflow: hidden;
    height: auto;
}

#service-user > ul > li.separator
{
    margin:0px;
    padding:0px;
    display:block;
    border-bottom:1px solid rgb(220,220,220);
    text-align:right;
    overflow:hidden;
    height:1px;
}

#service-user > ul > li.switcher
{
    border-bottom:1px solid rgb(240,240,240);
    min-height:24px;
}

#service-user > ul > li.switcher:hover
{
    background-color:rgb(175,218,235);
}

#service-user > ul > li.switcher > span
{
    margin:0px;
    display:block;
    padding:6px 10px 6px 10px;
    text-align:right;
    height:auto;
}



#service-user > ul > li.switcher > div
{
    cursor:pointer;
    position:absolute;
    background-color:rgb(200,200,200);
    border-radius:16px;
    left:10px;
    top:6px;
    width:38px;
    height:16px;
}

#service-user > ul > li.switcher > div > div
{
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
    width:16px;
    border-radius:16px;
    background-color:rgb(60,60,60);
    -webkit-transition: .4s;
    transition: .4s;
}

#service-user > ul > li.switcher > div[data-enable] > div {
    left:24px;
    background-color:RGB(20, 135, 219);
}

#service-user > ul > li > a {
    margin: 0px;
    display: block;
    padding: 4px 6px 4px 4px;
    white-space: nowrap;
    height: auto;
}

#service-user > ul > li > a:hover
{
    background-color:RGB(225,225,225);
    background-color:rgb(175,218,235);
}

#service-user.over > ul
{
    visibility:visible;
}

#service-user.over > span
{
    color:RGB(0,0,0);
    background-color:RGB(255,255,255);
    border-color:RGB(31,145,229);
    color:RGB(0,114,207);
}

web-overlay {
    padding:0px;
    position:fixed;
    background-color:RGB(255,255,255);
    border:1px solid RGB(160,160,160);
    z-index:1000;
    box-shadow:0px 0px 16px RGBA(0, 0, 0, 0.5);
    display:none;
    -moz-transition:all 1s ease;
    -webkit-transition:all 1s ease;
    transition:all 1s ease;
}
app-dialog {
    padding: 0px;
    position: fixed;
    background-color: rgb(255,255,255);
    border: 1px solid rgb(160,160,160);
    min-width: 300px;
    min-height: 80px;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 16px RGBA(0, 0, 0, 0.5);
    border-radius:3px;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

app-dialog > h1.caption {
    margin:0px;
    padding:0px;
    display:block;
    font-size:10pt;
    padding-left:16px;
    padding-right:16px;
    background-color:RGB(1,115,199);
    color:RGB(255,255,255);
    line-height:28px;
    height:28px;
    cursor:default;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}

app-dialog > a {
    position:absolute;
    width:24px;
    height:24px;
    right:2px;
    top:2px;
    line-height:24px;
    text-align:center;
    cursor:default;
    color:#FFF;
}

app-dialog > a:hover {
    background-color:RGB(21,135,219);
}

app-dialog > h1 {
    margin:0px;
    padding:0px;
    display:block;
    padding-left:16px;
    padding-right:16px;
    font-size:12pt;
    color:RGB(80,80,80);
    color:rgb(0,114,207);
    line-height:32px;
    height:32px;
}

app-dialog > h3 {
    margin: 0px;
    padding: 0px 32px 0px 32px;
    display: block;
    border: 0px;
    font-size: 9pt;
    font-weight: bold;
    color: rgb(40,40,40);
    text-align:right;
    overflow: hidden;
    line-height: 34px;
    height: 34px;
}


app-dialog > label {
    margin:0px;
    padding:0px;
    display:block;
    padding-left:16px;
    padding-right:16px;
    color:RGB(0,0,0);
    line-height:28px;
    height:28px;
}

app-dialog > input {
    margin:0px;
    display:block;
    margin-left:16px;
    width:calc(100% - 32px);
}

app-dialog > select {
    margin:0px;
    padding:0px;
    display:block;
    margin-left:16px;
    width:calc(100% - 32px);
    border-width:0px;
    background-color:RGB(255,255,255);
    border-bottom:1px solid RGB(200,200,200);
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    height:28px;
}

app-dialog > select:focus {
    background-color:RGB(230,230,230);
    border-color:RGB(1,115,199);
}

app-dialog > select:hover {
    background-color:RGB(230,230,230);
}

app-dialog > textarea {
    margin:0px;
    padding:6px;
    display:block;
    margin-left:16px;
    width:calc(100% - 32px);
    font-size:10pt;
    font-family:Roboto,Helvetica Neue,sans-serif;
    background-color:RGB(255,255,255);
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    resize:none;
}

app-dialog > textarea:hover {
    background-color:RGB(230,230,230);
}

app-dialog > table {
    margin:0px;
    padding:0px;
    margin-left:8px;
    border-spacing:8px;
    border-collapse:separate;
    table-layout:fixed;
    width:calc(100% - 16px);
}

app-dialog > table td {
    width:50%;
}

app-dialog > table input {
    width:100%;
}

app-dialog > footer {
    padding:0px;
    display:block;
    background-color:RGB(240,240,240);
    padding-left:14px;
    padding-right:14px;
    height:38px;
}

app-dialog.show {
    opacity:1;
    visibility:visible;
}

body.dark app-dialog > h1.caption {
    background-color:rgb(132, 133, 138);
    color:RGB(255,255,255);
}


app-dialog > progress {
    margin: 0px;
    padding: 0px;
    display: block;
    border: none;
    height: 8px;
    margin-left: 16px;
    margin-bottom: 8px;
    width: calc(100% - 32px);
    background: rgb(255,255,255);

    color:red;
}


app-dialog > progress::-moz-progress-bar {
    background: red;
}

app-dialog > progress::-webkit-progress-value {
    background: red;
}



app-dialog > progress.state0 {
    color: red;
}
app-dialog > progress.state0::-moz-progress-bar {
    background: red;
}
app-dialog > progress.state0::-webkit-progress-value {
    background: red;
}


    app-dialog > progress.state1 {
        color: orangered;
    }
        app-dialog > progress.state1::-moz-progress-bar {
            background: orangered;
        }
        app-dialog > progress.state1::-webkit-progress-value {
            background: orangered;
        }


    app-dialog > progress.state2 {
        color: orange;
    }

        app-dialog > progress.state2::-moz-progress-bar {
            background: orange;
        }

        app-dialog > progress.state2::-webkit-progress-value {
            background: orange;
        }


    app-dialog > progress.state3 {
        color:green;
    }

        app-dialog > progress.state3::-moz-progress-bar {
            background: green;
        }

        app-dialog > progress.state3::-webkit-progress-value {
            background: green;
        }



app-dialog h1 {
    margin: 0px;
    padding: 0px;
    display: block;
    border: 0px;
    font-size: 10pt;
    font-weight: bold;
    color: rgb(1,115,199);
    overflow: hidden;
}

app-dialog > h2 {
    margin: 0px;
    padding: 0px 16px 0px 16px;
    display: block;
    border: 0px;
    font-size: 10pt;
    font-weight: bold;
    color: rgb(60,60,60);
    overflow: hidden;
    line-height: 28px;
    height: 28px;
}


app-dialog > web-vsplit {
    top:28px;
    left:0px;
    right:0px;
    bottom:0px;
    width:auto;
    height:auto;
    position:absolute;
    padding:16px;
    margin:0px;
}

app-dialog > web-hsplit {
    top: 28px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
    height: auto;
    position: absolute;
    padding: 16px;
    margin: 0px;
}



app-dialog footer > button {
    margin:0px;
    padding:0px 8px 0px 8px;
    border-width: 0px;
    border-radius:2px;
    background-color: rgb(225,225,225);
    height: 28px;
    outline: none;
}

app-dialog > footer > button {
    margin: 6px;
    padding: 0px 8px 0px 8px;
    border-width: 0px;
    border-radius: 2px;
    background-color: rgb(225,225,225);
    height: 28px;
    outline: none;
    float:right;
}

app-dialog footer > button:not(:last-child) {
    margin-right:6px;
}

app-dialog footer > button:hover {
    background-color: rgb(0,114,207);
    color:rgb(255,255,255);
}

month-sheet {


}

month-sheet > table {
  width:100%;
  height:100%;
  position:relative;
  table-layout:fixed;
  border-collapse:collapse;
  border-spacing:0px;
  user-select:none;
  cursor:default;
}

month-sheet > table > thead {
  position:absolute;
  left:0px;
  top:0px;
  right:0px;
  height:58px;
  border-bottom:1px solid RGB(215,215,215);
  color:rgb(0,0,0);
}

month-sheet > table > thead td {
    height:27px;
    text-align:center;
    border-right: 1px solid RGB(225,225,225);
    font-size:9pt;
    overflow:hidden;
    max-width:38px;
    width:36px;
}

month-sheet > table > thead tr:nth-child(2) {
    color:rgb(80,80,80);
}

month-sheet > table > thead td:first-child {
    width:160px;
    max-width:160px;
    border-bottom-color:transparent;
}

month-sheet > table > thead td:nth-child(8) {
    background-color:rgba(225,225,225, 0.5);
}

month-sheet > table > thead td:nth-child(15) {
    background-color:rgba(225,225,225, 0.5);
}

month-sheet > table > thead td:nth-child(22) {
    background-color:rgba(225,225,225, 0.5);
}

month-sheet > table > thead td:nth-child(29) {
    background-color:rgba(225,225,225, 0.5);
}






month-sheet > table > tbody {
    position:absolute;
    left:0px;
    top:59px;
    right:0px;
    bottom:0px;
    overflow-y:auto;
}

month-sheet > table > tbody td {
    height:26px;
    padding:0px;
    text-align:left;
    border-right: 1px solid RGB(225,225,225);
    border-bottom: 1px solid RGB(235,235,235);
    vertical-align:top;
    width:38px;
    overflow:hidden;
}

month-sheet > table > tbody td:first-child {
    width:146px;
    max-width:146px;
    text-align:left;
    padding-left:16px;
    color:rgb(0,0,0);
    padding-top:5px;
    border-right: 1px solid rgb(175,218,235);
    font-weight:bold;
    font-size:9pt;
}

month-sheet > table > tbody td:nth-child(8) {
    background-color:rgba(225,225,225, 0.5);
    border-right: 1px solid rgb(175,218,235);
}

month-sheet > table > tbody td:nth-child(15) {
    background-color:rgba(225,225,225, 0.5);
    border-right: 1px solid rgb(175,218,235);
}

month-sheet > table > tbody td:nth-child(22) {
    background-color:rgba(225,225,225, 0.5);
    border-right: 1px solid rgb(175,218,235);
}

month-sheet > table > tbody td:nth-child(29) {
    background-color:rgba(225,225,225, 0.5);
    border-right: 1px solid rgb(175,218,235);
}

month-sheet > table > tbody div
{
    margin:0px;
    padding:0px;
    display:block;
    border: 1px solid rgb(120,120,120);
    background-color: rgba(0, 128, 192, 0.8);
    text-align: center;
    line-height: 28px;
    font-size: 8pt;
    height: 27px;
    margin-bottom:1px;
    cursor:default;
}
switcher {
    cursor:pointer;
    position:relative;
    display:inline-block;
    background-color:RGB(60,64,68);
    border-radius:20px;
    width:58px;
    height:24px;
}

switcher > div {
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
    width:24px;
    border-radius:20px;
    background-color:#ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

switcher.checked > div {
    left:34px;
    background-color:RGB(20, 135, 219);
}@keyframes jsheet-antrag {
    0% {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    25% {
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    75% {
        -ms-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


web-timesheet {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    font-size:9pt;
    background-color: rgb(255,255,255);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}


web-timesheet > table {
    position: absolute;
    left: 16px;
    top: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0px;
    cursor: default;
    background-color: rgb(250,250,250);
}


web-timesheet > table > thead {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 58px;
    color: rgb(0,0,0);
}

web-timesheet > table > thead > tr:first-child {
    height: 28px;
}

web-timesheet > table > thead > tr > td {
    height: 28px;
    position: relative;
    text-align: center;
    border-right: 1px solid RGB(220,220,220);
    max-width: 39px;
    min-width: 39px;
    width: 39px;
    box-sizing: border-box;
}

web-timesheet > table > thead > tr:first-child > td {
    border-bottom: 1px solid RGB(220,220,220);
}


web-timesheet > table > thead > tr > td:first-child {
    width:198px;
    max-width:198px;
    min-width:198px;
    border:0;
}


web-timesheet > table > thead > tr:last-child > td::after {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 10000px;
    max-width: 38px;
    min-width: 38px;
    width: 38px;
    border-right: 1px dotted RGB(200,200,200);
    content: '';
    z-index:1;
}

web-timesheet > table > thead > tr:last-child > td:first-child::after {
    border:0;
}

/* Samstage */
web-timesheet > table > thead > tr:last-child > td:nth-child(7)::after {
    background-color: rgba(235,235,235, 0.5);
}
web-timesheet > table > thead > tr:last-child > td:nth-child(14)::after {
    background-color: rgba(235,235,235, 0.5);
}
web-timesheet > table > thead > tr:last-child > td:nth-child(21)::after {
    background-color: rgba(235,235,235, 0.5);
}
web-timesheet > table > thead > tr:last-child > td:nth-child(28)::after {
    background-color: rgba(235,235,235, 0.5);
}
web-timesheet > table > thead > tr:last-child > td:nth-child(35)::after {
    background-color: rgba(235,235,235, 0.5);
}

/* Sonntage */
web-timesheet > table > thead > tr:last-child > td:nth-child(8)::after {
    background-color: rgba(225,225,225, 0.5);
}

web-timesheet > table > thead > tr:last-child > td:nth-child(15)::after {
    background-color: rgba(225,225,225, 0.5);
}

web-timesheet > table > thead > tr:last-child > td:nth-child(22)::after {
    background-color: rgba(225,225,225, 0.5);
}

web-timesheet > table > thead > tr:last-child > td:nth-child(29)::after {
    background-color: rgba(225,225,225, 0.5);
}

web-timesheet > table > thead > tr:last-child > td:nth-child(36)::after {
    background-color: rgba(225,225,225, 0.5);
}



web-timesheet > table > thead > tr:last-child > td:first-child {
    border: 0;
    border-right: 1px solid RGB(230,230,230);
}

web-timesheet > table > thead > tr > td.month::before {
    position: absolute;
    top: 27px;
    left: -1px;
    height: 10000px;
    max-width: 270px;
    min-width: 270px;
    width: 270px;
    border-left: 1px solid rgb(175,218,235);
    color: rgb(80,80,80);
    content: attr(data-info);
    font-weight:bold;
    padding-left: 10px;
    text-align: left;
    z-index: 2;
    pointer-events: none;
}

web-timesheet > table > thead > tr > td.today::before {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 10000px;
    max-width: 38px;
    min-width: 38px;
    width: 38px;
    background-color: rgba(193,233,254, 0.5);
    content: attr(data-info);
    z-index: 1;
}

web-timesheet > table > tbody {
    position: absolute;
    top: 80px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    z-index: 3;
}


web-timesheet > table > tbody > tr {
    display: block;
    min-height: 31px;
    border-bottom:1px solid rgb(225,225,225);
    height:auto;
}

web-timesheet > table > tbody > tr > td {
    padding: 0px;
    min-height: 31px;
    vertical-align: top;
    max-width: 39px;
    min-width: 39px;
    width: 39px;
    height: 25px;
    color:rgb(0,0,0);
}

web-timesheet > table > tbody > tr > td:first-child {
    width: 181px;
    max-width: 181px;
    min-width: 181px;
    border-right: 1px solid RGB(230,230,230);
    line-height: 30px;
    padding: 0px 0px 0px 16px;
    font-size: 10pt;
}


web-timesheet > table > tbody > tr > td.gruppe1 {
    font-weight:bold;
    font-size:9pt;
}

web-timesheet > table > tbody > tr > td.select {
    background-color: rgba(0,114,198,0.6);
    outline: 1px solid rgba(0,114,198,0.8);
}

web-timesheet > table > tbody > tr > td > div {
    display: block;
    padding: 0px;
    position: relative;
    margin: 2px 0px 2px 0px;
    outline: 1px solid rgb(120,120,120);
    line-height: 28px;
    font-size: 8pt;
    text-align: center;
    height: 27px;
    width: 38px;
}


web-timesheet > table > tbody > tr > td > div.antrag {
    -webkit-animation: jsheet-antrag 1s 4;
    -moz-animation: jsheet-antrag 1s 4;
    -o-animation: jsheet-antrag 1s 4;
    animation: jsheet-antrag 1s 4;
}@keyframes jkartei-antrag {
    0% {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    25% {
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    75% {
        -ms-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}



year-sheet {
    position:relative;
}

year-sheet > table {
    color:RGB(0,0,0);
    border-collapse:collapse;
    table-layout:fixed;
    width:100%;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}


year-sheet > table > thead > tr {
    height: 28px;
    border-bottom: 1px solid rgb(220,220,220);
    font-weight: bold;
    font-size: 9pt;
}

year-sheet > table > thead > tr > td {
    border-right:1px solid RGB(220,220,220);
    text-align:center;
    outline:none;
}

year-sheet > table > thead > tr > td.over {
    background-color:RGB(240,240,240);
    background-color:RGB(193,233,254);
}

year-sheet > table > thead > tr > td:first-child {
    width:100px;
    border-top-color:transparent;
    border-left-color:transparent;
}

year-sheet > table > tbody > tr {
    border-bottom:1px solid rgb(215,215,215);
}

year-sheet > table > tbody > tr > td {
    border-right:1px solid RGB(230,230,230);
    outline:none;
}

year-sheet > table > tbody > tr > td > span {
    display:block;
    text-align:center;
    color:rgb(0,0,0);
}

year-sheet > table > tbody > tr > td > div {
    display: block;
    text-align: center;
    outline: 1px solid rgb(120,120,120);
    color: rgb(0,0,0);
    cursor: default;
    line-height: 28px;
    font-size: 8pt;
    height: 27px;
    width: 100%;
}

year-sheet > table > tbody > tr > td > div.antrag {
    -webkit-animation: jkartei-antrag 1s 4;
    -moz-animation: jkartei-antrag 1s 4;
    -o-animation: jkartei-antrag 1s 4;
    animation: jkartei-antrag 1s 4;
}


/* Sonntag */
year-sheet > table > tbody > tr > td[data-sun="true"] {
    background-color: RGB(230,230,230);
}

/* Samstag */
year-sheet > table > tbody > tr > td[data-sat="true"] {
    background-color: RGB(240,240,240);
}

year-sheet > table > tbody > tr > td[data-inv="true"] {
    background-repeat:repeat;
    background-position:0px 0px;
    background-image:url(/Assets/images/DayInv.png);
}

year-sheet > table > tbody > tr > td[data-holiday="false"] > div {
    visibility: hidden;
}

year-sheet > table > tbody > tr > td[data-stamps="true"] {
    background-repeat:no-repeat;
    background-position:right top;
    background-image:url(/Assets/images/DotRed.png);
}

/* Heute */
year-sheet > table > tbody > tr > td[data-today="true"] {
    outline: 2px solid rgb(255, 106, 0);
}

year-sheet > table > tbody > tr > td.select {
    background-color:rgba(0,114,198,0.6);
    outline: 1px solid rgba(0,114,198,0.8);
}

year-sheet > table > tbody > tr > td:first-child {
    text-align:right;
    padding:6px 10px 6px 10px;
    border-right:1px solid rgb(175,218,235);
    font-weight:bold;
    width:100px;
}

year-sheet > table > tbody > tr > td:last-child {
}

year-sheet > table > tbody > tr:hover > td:first-child {
    background-color:RGB(240,240,240);
    background-color:RGB(193,233,254);
    border:1px solid RGB(166,209,245);
}@-webkit-keyframes ribbon-load {
    0% { background-position:center 3px; }
    50% { background-position:center 6px; }
    100% { background-position:center 3px; }
}
@keyframes ribbon-load {
    0% {
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    25% {
        -ms-transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    75% {
        -ms-transform: translateX(10px);
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

web-ribbon
{
    height:116px;
    display:block;
    border-bottom:1px solid rgb(215,215,215);
    overflow:hidden;
    z-index:80;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-transition:height 1s;
    transition:height 1s;
    font-size: 9pt;
    cursor:default;
}

web-ribbon > ul
{
    margin:0px;
    padding:0px;
    height:24px;
    display:block;
    overflow:hidden;
    list-style:none;
    padding-left:10px;
}

web-ribbon > ul > li {
    margin: 0px;
    padding: 0px;
    height: 24px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid transparent;
    border-bottom-width: 0px;
    color: rgb(255,255,255);
    cursor: default;
    display: none;
    float: left;
}

web-ribbon > ul > li:hover
{
    background-color:RGB(42,138,212);
}


web-ribbon > ul > li[data-short] {
    display: inline-block;
}

web-ribbon > ul > li.active {
    display: inline-block;
    background-color: RGB(240,240,240);
    color: RGB(64,64,64);
}




web-ribbon > div
{
    margin:0px;
    padding:0px;
    height:92px;
    display:block;
    overflow:hidden;
    background-color:rgb(240,240,240);
}

web-ribbon > div > ul
{
    margin:0px;
    padding:0px;
    height:92px;
    display:block;
    overflow:hidden;
    list-style:none;
}

web-ribbon > div > ul > li
{
    margin:0px;
    height:92px;
    padding:4px;
    border-right:1px solid RGB(197,197,197);
    position:relative;
    min-width:60px;
    float:left;
}

web-ribbon > div > ul > li > span
{
    left:3px;
    top:74px;
    height:16px;
    right:3px;
    position:absolute;
    line-height:15px;
    text-align:center;
    overflow:hidden;
    text-overflow:ellipsis;
    color:RGB(100,100,100);
    font-size:8pt;
}

web-ribbon > div > ul > li > button
{
    margin:0px;
    padding:0px;
    border-width:1px;
    border-color:transparent;
    border-style:solid;
    padding-top:30px;
    float:left;
    height:69px;
    min-width:60px;
    max-width:70px;
    color:rgb(40,40,40);
    background-color:transparent;
    background-position:center 3px;
    background-repeat:no-repeat;
    text-overflow:ellipsis;
    font-size: 8pt;
    outline:none;
}

web-ribbon > div > ul > li > button:focus {
    background-color: rgb(207,207,207);
    border-color: rgb(150,150,150);
}

web-ribbon > div > ul > li > button::-moz-focus-inner {
    border: 0;
}

web-ribbon > div > ul > li > button:hover {
    background-color: RGB(197,197,197);
    border-color: transparent;  
}

web-ribbon > div > ul > li > button:disabled
{
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);
    color:rgb(160,160,160);
}

web-ribbon > div > ul > li > button.reload {
    background-color:rgb(207,207,207);
    -webkit-animation:ribbon-load 1s infinite;
    -moz-animation:ribbon-load 1s infinite;
    -o-animation:ribbon-load 1s infinite;
    animation:ribbon-load 1s infinite;
}

web-ribbon > div > ul > li > button.small {
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 3px;
    float: left;
    height: 23px;
    line-height: 23px;
    min-width: 113px;
    background-position: 2px center;
    text-align:left;
    outline: none;
}


web-ribbon > div > ul > li > button.light {
    margin: 0px;
    padding: 0px;
    border-width: 1px;
    border-color: transparent;
    border-style: solid;
    float: left;
    height: 34px;
    min-width: 34px;
    max-width: 34px;
    color: rgb(40,40,40);
    background-position: center 3px;
    text-overflow: ellipsis;
    overflow:hidden;
    font-size: 8pt;
    outline: none;
}


web-ribbon > div > ul > li > label
{
    margin:0px;
    padding:0px;
    color:rgb(0,0,0);
    padding-left:4px;
    padding-right:4px;
    line-height:23px;
    min-width:70px;
    font-size:8pt;
    height:23px;
    float:left;
}

web-ribbon > div > ul > li > input
{
    border: 0;
    margin-left:0px;
    margin-right:0px;
    background-color:RGB(255,255,255);
    border-bottom:1px solid rgb(230,230,230);
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    font-size:8pt;
    width:120px;
    height:23px;
    float:left;
}

web-ribbon > div > ul > li > input.invalid
{
    background-color:#ff9999;
}


web-ribbon > div > ul > li > select
{
    border: 0;
    margin-left:0px;
    margin-right:0px;
    background-color:RGB(255,255,255);
    border-bottom:1px solid rgb(230,230,230);
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    font-size:8pt;
    width:120px;
    height:23px;
    float:left;
}




web-ribbon web-checkbox
{
    margin:0px;
    padding:0px;
    cursor:default;
    padding-left:20px;
    padding-right:3px;
    line-height:23px;
    min-width:90px;
    font-size:8pt;
    height:23px;
    float:left;
    color:rgb(40,40,40);
    background-position:2px center;
    background-repeat:no-repeat;
    background-image:url(/Assets/images/web-checkbox.png);
}

web-ribbon web-checkbox.checked
{
    background-image:url(/Assets/images/web-checkbox-true.png);
}

web-ribbon web-checkbox:hover
{
    background-color:RGB(197,197,197);
}


web-ribbon web-dropdown {
    margin: 0px;
    padding: 0px;
    position: fixed;
    display: none;
    background-color: rgb(255,255,255);
    border: 1px solid rgb(160,160,160);
    left: 0px;
    top: 23px;
    width: 240px;
    height: auto;
    z-index: 1000;
    box-shadow: 0px 0px 16px RGBA(0, 0, 0, 0.5);
}

web-ribbon web-dropdown > * {
    float:none;
    clear:both;
    display:block;
}


web-ribbon > .reduce {
    margin:0px;
    position:absolute;
    width:29px;
    height:17px;
    right:0px;
    bottom:0px;
    outline-width:0px;
    border-width:0px;
    z-index:80;

    background-position:center center;
    background-image:url(/Assets/images/slide-up.png);
    background-repeat:no-repeat;
}

web-ribbon > .reduce:hover {
    background-color:RGB(197,197,197);
}

web-ribbon.hide
{
    height:24px;
}

web-ribbon.hide > .reduce {
  display:none;
}

#ribbon-tooltip {
    padding:8px;
    position:fixed;
    left:0px;
    top:0px;
    display:none;
    width:200px;
    min-height:16px;
    z-index:200;
    background-color:RGB(255,255,255);
    border:solid 0px RGB(190,190,190);
    box-shadow:0px 4px 4px RGBA(0, 0, 0, 0.5);
    border-radius:3px;
    color:RGB(80,80,80);
    font-size:9pt;
}




#service-ribbon
{
    position:absolute;
    left:0px;
    right:0px;
    top:20px;
}



/* Layout Dark */
body.dark web-ribbon
{
    color:RGB(212,213,218);
    border-bottom-color:rgb(82,83,88);
}

body.dark web-ribbon > ul > li
{
    color:RGB(202,203,208);
}

body.dark web-ribbon > ul > li.active
{
    border-color:RGB(92,93,98);
    background-color:rgb(132,133,138);
    color:RGB(255,255,255);
}

body.dark web-ribbon > div
{
    background-color:RGB(241,241,241);

    background:-webkit-linear-gradient(rgb(132, 133, 138), rgb(102, 103, 108));
    background:-o-linear-gradient(rgb(132, 133, 138), rgb(102, 103, 108));
    background:-moz-linear-gradient(rgb(132, 133, 138), rgb(102, 103, 108));
    background:linear-gradient(rgb(132, 133, 138), rgb(102, 103, 108));
}

body.dark web-ribbon > div > ul > li
{
    border-right-color:RGB(92,93,98);
}

body.dark web-ribbon > div > ul > li > span
{
    color:rgb(182, 183, 188)
}

body.dark web-ribbon > div > ul > li > button
{
    border-color:transparent;
    color:rgb(240,240,240);
}

/* Achtung Reihenfolge  focus > hover > disabled  */
body.dark web-ribbon > div > ul > li > button:focus
{
    background-color:rgb(152,153,158);
}

body.dark web-ribbon > div > ul > li > button:hover
{
    background-color:rgb(194,223,0);
    color:rgb(40,40,40);
}

body.dark web-ribbon > div > ul > li > button:disabled
{
    background-color:transparent;
    color:rgb(80,80,80);
}

body.dark web-ribbon > div > ul > li > input {
    background-color:rgb(224,224,224);
    border-bottom-color:rgb(206,206,206);
}

body.dark web-ribbon > div > ul > li > input.invalid
{
    background-color:RGB(200,0,0);
}

body.dark web-ribbon > div > ul > li > select
{
    background-color:rgb(224,224,224);
    border-bottom-color:rgb(206,206,206);
}

body.dark web-ribbon > div > ul > li > label {
    color:rgb(240,240,240);
}

body.dark web-ribbon web-checkbox
{
    color: rgb(240,240,240);
    background-image:url(/Assets/images/web-checkbox-dark.png);
}

body.dark web-ribbon web-checkbox.checked
{
    background-image:url(/Assets/images/web-checkbox-dark-true.png);
}

body.dark #ribbon-tooltip {
    background-color:rgb(112, 113, 118);
    color:rgb(240,240,240);
    font-family:Roboto,Helvetica Neue,sans-serif;
    font-size:9pt;
}





/* Layout Dunkelgrau */
body.shade web-ribbon
{
    color:rgb(212,213,218);
    border-color:transparent;
}

body.shade web-ribbon > ul > li
{
    color:RGB(240,240,240);
}

body.shade web-ribbon > ul > li.active
{
    background:rgb(178,178,178);
    color:RGB(0,0,0);
}

body.shade web-ribbon > div
{
    background:rgb(178,178,178);
}

body.shade web-ribbon > div > ul > li
{
    border-right:1px solid rgb(150,150,150);
}

body.shade web-ribbon > div > ul > li > span
{
    color:rgb(80,80,80);
}

body.shade web-ribbon > div > ul > li > input {
    background:rgb(212,212,212);
    border:1px solid rgb(128,128,128);
}

body.shade web-ribbon > div > ul > li > select {
    background:rgb(212,212,212);
    border:1px solid rgb(128,128,128);
}

body.shade web-ribbon web-checkbox {
    color:RGB(0,0,0);
}








body.flat web-ribbon {
    color: rgb(212,213,218);
    border-color: transparent;
}

body.flat web-ribbon > div {
    background: rgb(255,255,255);
}

body.flat web-ribbon > div > ul > li {
    border-right: 1px solid rgb(240,240,240);
}

body.flat #sitemap
{
    background: rgb(255,255,255);
    border-right: solid 1px rgb(200,200,200);
}

body.flat #wrapper {
    background: rgb(235,235,235);
}

body.flat ast-container {
    background-color: RGB(255,255,255);
    border:transparent;
}

body.flat web-panel {
    border: transparent;
}
#sitemap
{
    margin:0px;
    padding:0px;
    position:absolute;
    top:8px;
    left:0px;
    width:220px;
    bottom:8px;
    background:rgb(230,230,230);
    overflow:hidden;
    display:block;
    z-index:40;

    -webkit-transition:width 1s;
    transition:width 1s;

    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}

#sitemap a.slide
{
    margin:0px;
    position:absolute;
    width:26px;
    height:26px;
    right:0px;
    top:0px;
    outline-width:0px;
    border-width:0px;
    z-index:80;

    background-position:center center;
    background-image:url(/Assets/images/slide-left.png);
    background-repeat:no-repeat;
}

#sitemap a.slide:hover
{
    background-color:rgb(160,160,160);
}

web-ribbon > a.slide:hover {
    background-color:RGB(180,180,180);
}

#sitemap ul
{
	margin:0px;
    padding:0px;
    display:block;
    list-style-type:none;
    overflow:hidden;
    height:auto;
    opacity:1;

    -webkit-transition:all 1s;
    transition:all 1s;
}

#sitemap ul li
{
    margin:0px;
    padding:0px;
    overflow:hidden;

    background-position:8px 5px;
    background-repeat:no-repeat;

    height:auto;

    -webkit-transition:all 1s;
    transition:all 1s;
}


#sitemap #MenuVerwaltung {
    display:none;
}

#sitemap #MenuSettings {
    display: none;
}

#sitemap #MenuStammdaten {
    display: none;
}

#sitemap #MenuAdditional {
    display: none;
}



#sitemap ul li.drag {
    margin-top: 20px;
}

#sitemap li.hide ul
{
    height:0px;
    opacity:0;
}

#sitemap ul li a
{
    margin:0px;
    color:rgb(54,54,54);
    overflow:hidden;
    display:block;
    padding:0px 0px 0px 20px;
    background-position:1px center;
    background-repeat:no-repeat;
    line-height:28px;
    cursor:pointer;
    max-height:28px;
    min-height:28px;
    height:28px;
}

#sitemap ul li a::after {
    content: attr(data-count);
    color: rgb(1,95,179);
    margin-left: 6px;
    font-size:9pt;
    font-weight:bold;
}


#sitemap ul li a:hover
{
    background-color:RGB(198, 209, 226);
}

#sitemap ul li span {
    margin: 0px;
    color: rgb(54,54,54);
    overflow: hidden;
    display: block;
    padding: 0px 0px 0px 20px;
    background-position: 1px center;
    background-repeat: no-repeat;
    font-weight:bold;
    line-height: 28px;
    max-height: 28px;
    min-height: 28px;
    font-size:9pt;
    height: 28px;
}

#sitemap > h1
{
    margin:0px;
    padding:0px;
    margin-top:0px;
    display:block;
    font-size:10pt;
    padding-left:20px;
    padding-right:20px;
    line-height:30px;
    border-bottom: 1px solid RGB(225,225,225);
    height:30px;
}

#sitemap > #sitemap-root
{
    margin:0px;
    padding:0px;
    list-style:none;
    position:absolute;
    top:0px;
    left:0px;
    width:220px;
    bottom:0px;
    overflow:auto;
}

#sitemap > #sitemap-root.min ul li
{
    padding-left:8px;
}

#sitemap > #sitemap-root > li > ul li
{
    padding-left:20px;
}

#sitemap.hide
{
    width:0px;
}

#sitemap.hide a.slide
{
    background-image:url(/Assets/images/slide-right.png);
}



/* Dunkelgrau */
body.shade #sitemap {
    background:rgb(106,106,106);
    border-right:1px solid rgb(68,68,68);
    box-shadow:none;
}

body.shade #sitemap ul li a {
    color:rgb(255,255,255);
}
#TimeBilling {
    overflow:hidden;
}

#TimeBilling iframe
{
    margin:0px;
    padding:0px;
    display:block;
    position:absolute;
    left:0px;
    width:100%;
    top:0px;
    height:100%;
    overflow:auto;
}

iframe.BillingView
{
    margin:0px;
    padding:0px;
    display:block;
    position:absolute;
    left:0px;
    width:100%;
    top:0px;
    height:100%;
    overflow:auto;
}#AbrechnungVorgesetzter {
    overflow: hidden;
}

#AbrechnungVorgesetzter iframe {
    margin: 0px;
    padding: 0px;
    display: block;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    overflow: auto;
}

iframe.AbrechnungVorgesetzterView {
    margin: 0px;
    padding: 0px;
    display: block;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    overflow: auto;
}

#abrliste {
    margin: 0px;
    padding: 0px;
    display: block;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    overflow: auto;
    background-color:rgb(220,220,220);
}

#abrliste > iframe {
    margin: 16px;
    box-shadow: 0px 0px 16px RGBA(0, 0, 0, 0.5);
    position: relative;
    display: table-row;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
}

#abrliste > div.abrechnungsblock {
    margin: 16px;
    box-shadow: 0px 0px 16px RGBA(0, 0, 0, 0.5);
    position: relative;
    display: inline-block;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
}

#progressBaloon {
    background-color: rgb(1, 115, 199);
    width: 200px;
    box-shadow: 0px 0px 16px RGBA(0, 0, 0, 0.5);
    box-sizing: border-box;
    position: absolute;
    position: fixed;
    top: 170px;
    right: 50px;
    padding: 10px;
    display: block;
    border-radius: 5px;
    text-align: center;
    color: white;
    z-index: 1000;
}
ul.AbsenceItems {
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    list-style: none;
    overflow: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    word-break: break-all;
    align-content: flex-start;
}


    ul.AbsenceItems > li {
        margin: 3px;
        padding: 6px;
        border-width: 0px;
        border-style: solid;
        border-color: RGB(240,240,240);
        background-color: RGB(255,255,255);
        border-left-width: 10px;
        box-sizing: border-box;
        cursor: default;
        min-width: 160px;
        outline: 1px solid rgb(210,210,210);
        /*min-height: 50px;
    min-width: 300px;*/
        max-width: 250px;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        /*
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
            */
    }



ul.AbsenceItems > li:hover {
    background-color:RGB(235,235,235);
}

ul.AbsenceItems > li > span:first-child {
    display:block;
    font-weight:bold;
    color:RGB(100,100,100);
}

ul.AbsenceItems > li > span {
    display:block;
}

ul.AbsenceItems > li > a {
    display: block;
    color:rgb(0,102,204);
}



ul.AbsenceItems > li.voll {
}

ul.AbsenceItems > li.voll > span:first-child {
    color: RGB(255,255,255);
}
web-view.DienstView {
    border: 1px solid rgb(210,210,210);
    border-radius: 2px;
}
div.terminal {
    padding:0px;
    position:absolute;
    background-color:RGB(255,255,255);
    border:1px solid RGB(160,160,160);
    box-shadow:0px 0px 16px RGBA(0, 0, 0, 0.5);

    width:358px;
    height:380px;
    left:50%;
    top:50%;
    margin-left:-190px;
    margin-top:-190px;

    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}

div.terminal > h1 {
    margin:0px;
    padding:0px;
    display:block;
    font-size:10pt;
    padding-left:16px;
    padding-right:16px;
    background-color:RGB(1,115,199);
    color:RGB(255,255,255);
    line-height:28px;
    height:28px;
    cursor:default;
}

div.terminal > a.close {
    position:absolute;
    width:24px;
    height:24px;
    right:2px;
    top:2px;
    line-height:24px;
    text-align:center;
    cursor:default;
    color:#FFF;
}

div.terminal > a.close:hover {
    background-color:RGB(21,135,219);
}

div.terminal > a.backButton
{
    margin:0px;
    top:28px;
    left:16px;
    padding:4px;
    display:inline-block;
    position:absolute;
    font-size:10pt;
    color:rgb(240,240,240);
    border-radius:4px;
    cursor:pointer;
}

div.terminal > a.backButton:hover {
    color:RGB(0,114,207);
    background-color:rgb(255,255,255);
}

div.terminal > label.time {
    margin:0px;
    padding:4px;
    display:block;
    text-align:right;
    background-color:RGB(1,115,199);
    font-size:14pt;
    padding-left:16px;
    padding-right:16px;
    text-align:right;
    color:RGB(255,255,255);
    cursor:default;
}

div.terminal > ul {
    margin:0px;
    padding:0px;
    list-style:none;
    position:absolute;
    overflow:auto;
    left:16px;
    right:16px;
    bottom:16px;
    top:80px;
}

div.terminal > ul > li {
    margin:0px;
    padding:8px;
    padding-top:48px;
    border:1px solid transparent;
    background-position:center 8px;
    background-repeat:no-repeat;
    text-align:center;
    color:rgb(40,40,40);
    cursor:pointer;
    font-size:12pt;
    float:left;
}

div.terminal > ul > li.come {
    background-image:url(/Assets/images/ArrowRightGreen5.png);
    width:90px;
}

div.terminal > ul > li.leave {
    background-image:url(/Assets/images/ArrowLeftRed5.png);
    width:90px;
}

div.terminal > ul > li.pause {
    background-image:url(/Assets/images/ArrowPauseBlue5.png);
    width:90px;
}

div.terminal > ul > li.comeEx {
    background-image:url(/Assets/images/ArrowRightGreen5.png);
    width:90px;
}

div.terminal > ul > li.comeEx2 {
    background-image:url(/Assets/images/ArrowRightRed5.png);
    width:90px;
}

div.terminal > ul > li.leaveEx {
    background-image:url(/Assets/images/ArrowLeftRed5.png);
    width:90px;
}

div.terminal > ul > li.leaveEx2 {
    background-image:url(/Assets/images/ArrowLeftGreen5.png);
    width:90px;
}

div.terminal > ul > li.showKst {
    background-image: url(/Assets/images/Kostenstelle.png);
    width: 90px;
}

div.terminal > ul > li.showKstHome {
    background-image: url(/Assets/images/NeuHeimatkostenstelle.png);
    width: 90px;
}


div.terminal > ul > li:hover {
    background-color:rgb(205,230,247);
}

div.terminal > ul > li.holder {
    cursor:default;
    background-color:transparent;
    width:90px;
}

div.terminal > ul > li.holder:hover {
    background-color:transparent;
}

div.terminal > ul > li.comeList {
    padding:8px;
    display:block;
    text-align:left;
    padding-left:44px;
    background-position:2px center;
    background-image:url(/Assets/images/ArrowRightGreen5.png);
    word-wrap:break-word;
    float:none;
}

div.terminal > ul > li.comeList2 {
    padding:8px;
    display:block;
    text-align:left;
    padding-left:44px;
    background-position:2px center;
    background-image:url(/Assets/images/ArrowRightRed5.png);
    word-wrap:break-word;
    float:none;
}

div.terminal > ul > li.kstList {
    padding: 8px;
    display: block;
    text-align: left;
    padding-left: 44px;
    background-position: 2px center;
    background-image: url(/Assets/images/Kostenstelle.png);
    word-wrap: break-word;
    float: none;
}

div.terminal > ul > li.leaveList {
    padding:8px;
    display:block;
    text-align:left;
    padding-left:44px;
    background-position:2px center;
    background-image:url(/Assets/images/ArrowLeftRed5.png);
    word-wrap:break-word;
    float:none;
}

div.terminal > ul > li.leaveList2 {
    padding:8px;
    display:block;
    text-align:left;
    padding-left:44px;
    background-position:2px center;
    background-image:url(/Assets/images/ArrowLeftGreen5.png);
    word-wrap:break-word;
    float:none;
}

body.dark div.terminal > h1 {
    background-color:rgb(132, 133, 138);
    color:RGB(255,255,255);
}

body.dark div.terminal > label.time {
    background-color:rgb(132, 133, 138);
    color:RGB(255,255,255);
}
