﻿@import url(StandardPOS.css);
@import url(Layout.css);
@import url(Title.css);

@import url(JQDataTable.css);

Body {
    background-color: #D9E8FF;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 9pt;
    color: black;
}

table {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 100%;
}



div.document table .Tabelle .sorting, div.document table .Tabelle .sorting_desc, div.document table .Tabelle .sorting_asc {
    padding-right: 15px;
    font-weight: bold;
}

div.document table .Tabelle .sorting {
    color: #768d94;
}

div.document table .Tabelle .sorting_desc {
    color: blue;
}

div.document table .Tabelle .sorting_asc {
    color: red;
}

.dataTables_filter, .dataTables_length, .dataTables_info, .dataTables_paginate {
    color: white;
    padding: 5px;
    height: 30px;
    background-color: #768d94;
    float: left;
}


div.document table .Tabelle td {
    white-space: nowrap;
}

.dataTables_length {
    width: 50%;
}

.dataTables_filter {
    width: 47%;
}

.dataTables_info {
    width: 50%;
}

.dataTables_paginate {
    width: 47%;
}

div {
    border-collapse: collapse;
    border-radius: 4px;
}

select {
    width: 15.3em;
}

    select.bdd2 {
        width: 10.3em;
    }

    select.bdd1 {
        width: 8em;
    }


.o2k3 {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

div.o2k3 {
    border: solid 1px #555555;
    margin-right: -2px;
    margin-bottom: 2ex;
    margin-top: 2ex;
    background-color: #ffffff;
}

#document {
    padding-right: 3px; /* 3 x border width div.o2k3 */
}

div.tableheader, .header, div.motdheader {
    border-width: 0pt;
    border-bottom-width: 1px;
    border-bottom-color: Black;
    border-style: solid;
    text-align: left;
    font-size: 100%;
    background-image: url(images/3399cc_ffffff_28_v.png);
    background-repeat: repeat-x;
    background-color: #3399cc;
    font-weight: bold;
    padding: 2pt;
}

.header {
    margin-top: 1ex;
    margin-bottom: 0.2ex;
}

div.motd {
    /* Formatierung für Nachrichten aus _StaticTexts */
    margin-bottom: 1ex;
}


.r3 {
    width: 3em;
}

.wichtig {
    font-size: 100%;
}

/* Hilfe Link Style */

A.HelpLabel:visited {
    font-size: 9pt;
    COLOR: #dd3300;
    TEXT-DECORATION: none;
}

A.HelpLabel:hover {
    font-size: 9pt;
    COLOR: #0066cc;
    TEXT-DECORATION: underline;
}

A.HelpLabel {
    font-size: 9pt;
    cursor: help;
    color: Black;
}

b A.HelpLabel, b A.HelpLabel:hover, b A.HelpLabel:visited, b td {
    font-weight: bold;
}

td.r {
    width: auto;
}

td.l {
    width: 25em;
}

div.document input.Angebot, div.document textarea.Angebot, div.document select.Angebot, div.document input.Vertrag, div.document textarea.Vertrag, div.document select.Vertrag {
    background-color: rgb(254, 254, 87);
}


.kldetails, .provdetails1, .provdetails2 {
    display: none;
}

.doczusaetze {
    display: unset;
}


.tablckl {
    border: black 1pt solid;
    width: 400px;
}

td.tdckl {
    font-size: 9pt;
    vertical-align: top;
}

a.aTabelle {
    font-size: 7pt;
}


td.xTabelle {
    font-size: 7pt;
}

div.document input.bdtkl, div.document .bdtkl {
    width: 10.5em;
}


.hide {
    display: none;
}

div.document select:hover {
    background-color: rgb(243, 216, 245);
}

div.document select:active {
    background-color: rgb(243, 216, 245);
    border: solid 1px black;
}



td[data-tooltip] {
    color: blue;
}


.tdetails, .tdfzg, .tdaufl, .hide {
    display: none;
    left: 30px;
}

/* ------ Stammdaten -------- */

div .Stammdatendetail {
    background-color: white;
    margin-bottom: 0.5ex;
    padding: 0.7ex 1ex 0.7ex 1ex;
    border-radius: 1em;
    box-shadow: lightgray 0.5em 0.5em 0.3em;
}

    div .Stammdatendetail .detailheader {
        color: white;
        background-color: cornflowerblue;
        width: 100%;
        padding-left: 5px;
        border-radius: 0.5em;
    }

.Stammdatendetail td {
    white-space: nowrap;
}

.Stammdatendetail-base {
    line-height: 1.5;
    background-image: url("~/images/vorlage.JPG");
    background: #f4f4f4;
    text-align: center;
}

.Stammdatendetail-detail {
    max-width: 20em;
    min-width: 5em;
}

.Stammdatendetail-container {
    padding: 0 20px 20px;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    text-align: left;
    justify-content: center;
}

.Stammdatendetail {
    border-radius: 4px;
    padding: 5px 5px;
    margin: 4px;
    background: #ccc;
    -moz-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 10em;
    max-height: 45em;
    max-width: 400em;
    min-width: 25em;
    overflow: auto;
}
