﻿input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    display: none !important;
}



.tdTabs
{
   background-image: url("Images/TabReiter.png");
   background-color: red;
   width: 160px;
   height: 50px;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar-inverse {
  background-image: url("/Images/header2.png");
  background-color: #222222;
  border-color: #097ec4;
  height: 80px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #000000;
  background-color: #428bca;
  border-color: #555555;
  border-width: 3px;
  border-radius: 5px;
  border-style: solid;
  margin: 10px;
  padding: 8px 5px 8px 5px;
  /*background-image : url("/Images/ButtonBackground.png") ;*/
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ddd;
  background-color: #428bca;
}

.ABSBuchenTitelVorDiv {
    position: relative;
}
.ABSBuchenTitel {
    position: absolute;
    top: 50px;
    left: 200px;
    font-size: large;
}

.jumbotron {
    position: absolute;
    top: 24px;
    z-index: 100000;
    padding-top:0;
  padding-left: 60px;
  padding-right: 30px;
  font-size: 10px;
  font-weight: 100;
  line-height: 1;
  color: dimgray;
  background: none;
  opacity: 0.4;
}

.body-content
{
    padding-top:60px;
}


/*@media all and (min-width:768px)*/
.navbar-collapse.collapse {
    padding-bottom: 0;
    float:right;
}

h1 
{
    margin-top : 0px;
}

.highlight
{
    box-sizing:border-box;
    background-color: dodgerblue !important;
    border-width:1px;
    border-color: dodgerblue;
    border-style:dotted;
}

.tblCellZusammenfassung
{
    border-top-color : black;
    border-top-style : solid;
    border-top-width : 1px;
    font-weight : bold;
}
.tblcellDropzoneOneCss
{
    max-width: 16px;
    min-width: 16px;
}
.tblcellDropzoneOne
{
    font-size: inherit;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=80);
    opacity: 0.8;       
}

/* Alles fuer das Panel, das zum Dokumenten-Schubsen dient*/
.dokpnl_Gesamt
{
    background-color:lightgray;
    color:black;
    width:600px;
    height: 600px;
    border: 2px solid darkgray;
    line-height: 1;
    vertical-align:top;
}
.dokpnl_Head
{
    background-color:ActiveCaption;
    color:beige;
    width:100%;
    text-align:center;
    font-weight:bold;
}
.dokpnl_HeadTbl
{
    width:100%;
}
.dokpnl_BodyTbl td
{
    vertical-align:top;
}
.lbDateinamen
{
    width:236px;
    min-height:200px;
    height:200px;
    background-color:white;
    color:darkgray;
    border: 2px solid darkgray;
    font-size:small;
}
.dokpnl_DLDateinamen td
{
    width:100%;
    height: 12px;
}

.pnlSeitenUebersicht
{
    width: 700px;
    max-width: 800px;
    overflow-x: scroll;
}

.selected
{
    border:1px solid red !important;
}

.txtbox_AktSeite
{
    font-size:smaller;
    width:20px;
    height:20px;
    padding-top:0;
    padding-bottom:0;
}

.imgDokImage
{
    display:inherit;
    border:1px solid white ;
}
.imgDokImageCommands
{
    position: absolute;
}
.Unsichtbar
{
    display:none !important;
}

.divDateiUploadProgress
{
    border:2px dotted #0B85A1;
    width:236px;
    background-color:lightgray;
    /*color:#92AAB0;*/
    color:red;
    font-weight: bold;
    text-align:left;
    vertical-align:middle;
    padding:10px 10px 10px 10px;
    margin-bottom:10px;
    font-size:100%;
}
.chkSicherSchnell > label
{
    margin-bottom: 0 !important;
    margin-left: 2px;
}
.chkSicherSchnell > input
{
    margin-bottom: 0 !important;
    vertical-align: sub;
}

/* Mein eigenes Statuspanel für Upload und Umwandlung*/
.divDateiUploadUndVerarbeitungStatus
{
    /*position:absolute;*/
    position:fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right : 0;
    /*width: 100%;
    height: 100%;*/
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-flow:column wrap;
    justify-content:center;
    align-content: center;
    vertical-align:middle;
    z-index:2000;
}
.KomprimierungBeiUpload
{
    background-color: coral !important;
}

.divDateiUploadUndVerarbeitungStatusEinzelneDatei
{
    border: 2px solid darkgray;
    border-radius: 5px;
    margin:auto;
    width:50%;
    height:40px;
    background-color: cornflowerblue;
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 1 !important;
    text-align:center;
    vertical-align:middle;
    padding: 5px;
    box-shadow: 5px 5px 5px black;
}

.DokumentenSchubsBereich
{
    padding: 0;
}

.imgDokGross
{
    vertical-align:top;
}

.pnlDokMoveTarget
{
    position:fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right : 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-flow:column wrap;
    justify-content:center;
    align-content: center;
    vertical-align:middle;
    z-index:2000;
}
.pnlDokMoveTargetDialog
{
    border: 2px solid darkgray;
    border-radius: 5px;
    margin:auto;
    width:30%;
    height:120px;
    background-color: cornflowerblue;
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 1 !important;
    text-align:center;
    vertical-align: middle;
    padding: 5px;
    box-shadow: 5px 5px 5px black;
}

/* Kopieren von Dialog*/
.pnlDokKopierenVon
{
    position:fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right : 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-flow:column wrap;
    justify-content:center;
    align-content: center;
    vertical-align:middle;
    z-index:2000;
}
.pnlDokKopierenVonDialog
{
    border: 2px solid darkgray;
    border-radius: 5px;
    margin:auto;
    width:30%;
    height:120px;
    background-color: cornflowerblue;
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 1 !important;
    text-align:center;
    vertical-align: middle;
    padding: 5px;
    box-shadow: 5px 5px 5px black;
}
/**/
.lbl_AnzDokumente 
{
    padding: 0;
}
.txt_Doks_AktDokument 
{
    padding: 0;
    width: 60px;
}

.rblPanel
{
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid gray;
    background-color: azure;
    width: 136px;
}
.rbl input[type="radio"]
{
   margin-top: 4;
   margin-left: 1px;
   margin-right: 6px;
   vertical-align: middle;
   color: red;
}

.rbl > label
{
   vertical-align: middle;
   margin-bottom: 0;
}

/* Das "ich bin beschäftigt"-Panel*/
.classBrowserBeschaeftigt
{
    position:fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right : 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-flow:column wrap;
    justify-content:center;
    align-content: center;
    vertical-align:middle;
    z-index:2000;
}

.classBrowserBeschaeftigtPanel
{
    border: 2px solid darkgray;
    border-radius: 5px;
    margin:auto;
    width:30%;
    height:80px;
    background-color: cornflowerblue;
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 1 !important;
    text-align:center;
    vertical-align: middle;
    padding: 5px;
    box-shadow: 5px 5px 5px black;
}

.classGesamtDokFehlerPanel
{
    border: 2px solid darkgray;
    border-radius: 5px;
    margin:auto;
    width:50%;
    height:200px;
    min-height:200px;
    background-color: cornflowerblue;
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 1 !important;
    text-align:center;
    vertical-align: middle;
    padding: 5px;
    box-shadow: 5px 5px 5px black;
}

.classlbGesamtDokFehler
{
   font-size:x-small;
   min-width: 400px;
   height: 80px;
   max-height: 80px;
}

.Expresszuschlag
{
    color: red;
    font-weight: bold;
}

.divDokumentenUebersichtsleiste
{
    background-color:gainsboro;
    border: 2px solid darkgray;
    border-radius: 5px;
    position: fixed;
    top: 160px;
    left: 160px;
    width: 300px;
    overflow-y: scroll;
}

.txtFilterFelder
{
    font-size:xx-small;
    padding: 0 0 2px 2px;
    vertical-align: middle;
}
.txtFilterFeldZahl 
{
    width: 30px;
}
.txtFilterFeldText
{
    width: 130px;

}

.txtAbrechnungsdaten 
{
    width: 900px;
    max-width: 900px !important;
}

.imgbtnCommand
{
    padding: 0;
}

.chkGueltigesDatum
{
    padding: 0;
}

.pnlDokGross
{
    padding: 0;
    left: 468px; 
    top: 100px;
}


/* Alles für die kleine Tabelle Einstellungen zu einem DokSatz auf Schritt 4*/
.pnlDokSatzEinstellungen
{
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: cornflowerblue;
    border-right: 2px solid darkgray;
    border-bottom: 2px solid darkgray;
    border-left: 2px solid darkgray;
    width: 400px !important;
    max-width: 400px !important;
    overflow: hidden;
    font-size:small;
}

.pnlDokSatzEinstellungen tr
{
    font-size:x-small;
    vertical-align: top;
    /*line-height: 4px !important;*/
}

.pnlDokSatzEinstellungen td
{
    padding: 2px;
    font-size:x-small;
    vertical-align: top;
    /*line-height: 4px !important;*/
}

.pnlDokSatzEinstellungen td:first-of-type
{
    padding-top:2px;
}


.pnlDokSatzEinstellungenTable
{
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: cornflowerblue;
    border-right: 2px solid darkgray;
    border-bottom: 2px solid darkgray;
    border-left: 2px solid darkgray;
    width: 90%;
    height: 100px;

}

.pnlDokSatzEinstellungenTable th
{
    background-color: cornflowerblue;
    font-weight: bold;
    font-size:small;
}

.pnlDokSatzEinstellungenTable td
{
    font-size:x-small;
    max-height: 8px;
    height: 8px;
}
.pnlDokSatzEinstellungenInput
{
    font-size:x-small;
}

.lblAMatTextX
{
    width: 160px;
    max-width: 160px;
    height: 36px;
    overflow: scroll;
    overflow-wrap:break-word;
    border: 1px solid red;
}