
body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    min-width: 980px;
}





.InhaltsHeader {
    width: calc(100% + 5px);
    min-width: 820px;
}

.AnmeldenText {
}

.AnmeldenTextVorCheckbox {
}


.AnmeldenCheckbox input {
    margin-left: 0;
}

.AnmeldenFehlermeldung {
    font-size: larger;
    color: red;
}


.claim {
    color: white;
    font-size: 12pt;
}

.applikation_titel {
    font-size: 14pt;
    visibility: hidden;
}



.LizenzInformation {
    font-size: 8pt;
    margin: 2px;
}

.Seitentitel {
    margin-top: 10px;
    font-size: 24px;
    vertical-align: top;
}

.FehlerText {
}


.AnwTabelle {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}


.AnwZelleAnwesend {
    table-layout: fixed;
    border-collapse: collapse;
    background-color: #0EA80E;
    vertical-align: text-top;
    text-align: left;
    color: white;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    padding-left: 10px;
}

.AnwZelleAbwesend {
    table-layout: fixed;
    border-collapse: collapse;
    background-color: #A80E0E;
    vertical-align: text-top;
    text-align: left;
    color: white;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    padding-left: 10px;
}

.AnwTextAnwesend {
    font-size: 1.2em;
}

.AnwTextAbwesend {
    font-size: 1.2em;
}

.AnwSeitText {
    font-size: 0.9em;
}

.AntraegeSpalteSchmalZentriert {
    text-align: center;
    width: 100px;
}

.AntraegeSpalteBreitLinks {
    text-align: left;
    width: 200px;
}

/******************** Buchungsübersicht *******************/

/******************** Planungsansicht *******************/

.BP_Panel {
    width: calc(100vw - 185px);
    overflow-x: auto;
}

.BP_Table {
    text-align: center;
    vertical-align: top;
    border: 2px solid black;
    border-collapse: collapse;
}

.BP_KopfZeile {
    border: solid 2px;
}

.BP_Zeile {
    border: solid 1px;
    height: 24px;
}

.BP_Zeile_Eigene {
    border: solid 1px;
    height: 24px;
    font-weight: bold;
}


.BP_MitarbeiterSpalte {
    white-space: nowrap;
    min-width: 180px;
    text-align: left;
    border-bottom: solid 1px;
}

.BP_MitarbeiterSpalteMitInformationen {
    white-space: nowrap;
    min-width: 162px;
    text-align: left;
    border-bottom: solid 1px;
}

.BP_TrennZeile {
    border: solid 1px;
    height: 20px;
}

.BP_SummenZeile {
    border: solid 1px;
    font-weight: bold;
}



.BP_Zelle {
    border-left: solid black 1px;
    border-bottom: solid black 1px;
    font-size: 8px;
    min-width: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

.BP_ZelleMitSeparator {
    border-left: solid black 2px;
    border-bottom: solid black 1px;
    font-size: 8px;
    min-width: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.BP_ZelleTextRechts {
    padding-right: 5px;
}

.BP_SummenZelle {
    border-left: solid black 1px;
    border-bottom: solid black 1px;
    font-size: xx-small;
    background-repeat: repeat-x;
    min-width: 50px;
}


/***************************** Identifikation ************************/
.ID_PanelPassbild {
}

.ID_PanelMitarbeiterInfo {
    /* background: green;*/
    font-size: 120%;
}


/***************************** Mobile-Terminal **************************/

.MT_TabelleKopf {
    width: 100%
}

.MT_KopfMitLogo {
    width: 15%;
    max-width: 250px;
    min-width: 150px;
}

    .MT_KopfMitLogo img {
        float: left;
        vertical-align: top;
        margin-top: 5pt;
    }

#mLabelTSZ {
    font-weight: bold;
    font-size: 80%;
    width: 100%;
    display: inline-block;
    text-align: right;
    vertical-align: bottom
}

.MT_body {
    margin: 0;
    width: 100%;
    height: auto;
    min-width: unset;
}

.MT_PanelCockpit {
}

.MT_PanelCockpitTop {
    vertical-align: middle;
    color: White;
    background: gray;
    height: 60px;
}

.MT_PanelCockpitPassbild {
    border: none;
    float: left;
    height: 100%
}


.MT_LabelCockpitName {
    margin-top: 5px;
    margin-left: 5px;
    font-size: 120%;
    text-align: left;
    display: inline-grid
}

.MT_LabelCockpitZeit {
    margin-left: 5px;
    font-size: 120%;
    text-align: left;
    display: inline-grid
}

.MT_PanelInformationen {
    width: 96%;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.MT_Anwesend {
    padding-left: 1pt;
    font-size: 140%;
    display: inline-block;
    color: green;
}

.MT_Abwesend {
    padding-left: 1pt;
    font-size: 140%;
    display: inline-block;
    color: red;
}

.MT_HeuteGestern {
    display: inline-block;
    font-size: 140%;
    margin-top: 2pt;
}

.MT_Label {
    display: inline-block;
    font-size: 125%;
    width: 40%;
    margin-left: 5%;
}

.MT_Input {
    font-size: 125%;
    width: 99%;
}

.MT_Checkbox input {
    width: 15pt;
    height: 15pt;
}

.MT_Checkbox label {
    display: inline-block;
    width: 80%;
    font-size: 140%;
    vertical-align: top;
    margin-left: 4pt;
}

.MT_LabelAutomatischAnmelden {
    display: inline-block;
    width: 80%;
    font-size: 140%;
}

.MT_ButtonAnmelden {
    width: 99%;
    font-size: 150%;
    padding: 2pt;
}

.MT_LabelAnmelden {
    display: inline-block;
    width: 100%;
    font-size: 140%;
    padding-bottom: 7px;
}

.MT_AnmeldenFehlermeldung {
    font-size: 125%;
    color: red;
    display: inline-block;
    margin-bottom: 30pt;
}

.MT_Wert {
    font-size: 125%;
    display: inline-block;
    text-align: right;
}

.MT_StempelungErfasst {
    font-size: 140%;
    width: 100%;
    display: inline-block;
}

.MT_Funktionen {
}

    .MT_Funktionen a {
        color: black;
        border: gray 2px solid;
        background-color: white;
        width: 35%;
        max-width: 250px;
        margin-left: 10px;
        margin-right: 0px;
        margin-top: 10px;
        text-align: right;
        display: inline-block;
        padding-right: 5pt;
        padding-left: 25pt;
        padding-top: 10pt;
        padding-bottom: 10pt;
        vertical-align: middle;
        background-position: 2pt center;
        background-repeat: no-repeat;
        background-size: 30pt;
        font-size: 150%;
    }


.MT_Funktion {
}

.MT_Auftragsdaten {
    max-height: 250px;
}


.MT_Auftragliste {
    font-family: Verdana;
    border: gray 2px solid;
    background-color: white;
    width: 100%;
    max-width: 95%;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    text-align: left;
    text-align: -webkit-left;
    display: inline-block;
    padding-top: 7pt;
    padding-bottom: 7pt;
    vertical-align: middle;
    font-size: 150%;
}


/***************************** Web-Terminal **************************/

/***************************** Web-Terminal **************************/
.WT_PanelCockpit {
    width: 600px;
    border: solid 2px;
}


.WT_PanelCockpitTop {
    color: White;
    background: gray;
    font-size: 150%;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0 0 0 0;
}

    .WT_PanelCockpitTop:after {
        content: "";
        display: table;
        clear: both;
    }


.WT_PanelCockpitPassbild {
    float: left;
    max-height: 65px;
    padding-right: 4px;
    margin-left: -20px;
    margin-top: -10px;
    margin-bottom: -10px;
}

.WT_PanelCockpitTextPanel {
    background: gray;
    height: 65px;
}

.WT_LabelCockpitName {
    text-align: left;
}

.WT_LabelCockpitZeit {
    text-align: center;
}

.WT_LabelCockpitDatum {
    text-align: right;
}

.WT_PanelInformationen {
    width: 100%;
    margin-top: 0px;
}

.WT_TableInformationen {
    margin-left: 2%;
    margin-bottom: 20px;
    margin-top: 20px;
    vertical-align: text-top;
}

.WT_Anwesenheit {
}

.WT_LabelFehlerVorhanden {
    color: Red;
}

.WT_Anwesend {
    font-size: 150%;
    color: green;
}

.WT_Abwesend {
    font-size: 150%;
    color: red;
}

.WT_HeuteGestern {
    line-height: 200%;
}



.WT_Label {
}

.WT_Wert {
    text-align: right;
}

.WT_StempelungErfasst {
    font-weight: bold;
    margin-left: 2%;
}

.WT_Funktionen {
    margin-left: 2%;
    margin-right: 2%;
    font-size: 120%;
}

    .WT_Funktionen a {
        color: black;
        border: gray 2px solid;
        background-color: white;
        width: 195px;
        padding-right: 10px;
        padding-top: 15px;
        margin: 5px;
        margin-left: 0px;
        margin-right: 15px;
        text-align: right;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 35pt;
        height: 35px;
        display: inline-block;
    }

.WT_LabelPosition {
    margin-left: 2%;
    display: inline-block;
}

.WT_WertPosition {
    /*font-size: 32pt;*/
    display: inline-block;
}

.WT_PanelAntraege {
    margin-top: 5px;
    margin-left: 2%;
}

.WT_AntraegeTitel {
    font-size: 100%;
    visibility: hidden;
}

.WT_AntraegeText {
}

.WT_Auftragsdaten {
    font-size: 120%;
}


.WT_Auftragliste {
    font-family: Verdana;
    border: gray 2px solid;
    background-color: white;
    width: 209px;
    margin: 5px;
    margin-left: 0px;
    margin-right: 10px;
    text-align: left;
    text-align: -webkit-left;
    display: inline-block;
    padding-top: 7pt;
    padding-bottom: 7pt;
    vertical-align: middle;
    font-size: 100%;
}


/*********************** Buchung Bearbeiten ***************************/
.BB {
}


.BB_Label {
    text-align: left;
    vertical-align: top;
    display: inline-block;
}

.BB_Text {
    text-align: left;
    width: 192px;
}

.BB_TextNumerisch {
    text-align: right;
    max-width: 130px;
}

.BB_Combo {
    width: 200px;
}

.BB_TextReadOnly {
    font-style: italic;
    width: 200px;
}


/*************************************************************/
.RapportBuchungPanel {
    vertical-align: middle;
}


/*********************** Content-Buttons *******************/
.Panel_Content_Buttons {
    vertical-align: middle;
}


.Content_Buttons a {
    width: auto;
    height: 30px;
    color: black;
    border: silver 1px dotted;
    padding: 8px;
    margin: 5px;
    margin-left: 0px; /* background-color: silver;*/
    padding-right: 5px;
    padding-left: 30px;
    text-align: left;
    background-position: left center;
    background-repeat: no-repeat;
    text-decoration: none;
}

.Content_Button_MehrfachBuchung {
    background-image: url(images/copy_24.png);
}

.Content_Button_NeueBuchung {
    background-image: url(images/add_24.png);
}

.Content_Button_Abmelden {
    background-image: url(images/lock_24.png);
}


.Content_Button_PasswortAendern {
    background-image: url(images/lock_edit_24.png);
}


.Content_Button_Antrag {
    background-image: url(images/caution_add_24.png);
}

.Content_Button_Auswertung {
    background-image: url(images/notes_24.png);
}

.Content_Button_Speichern {
    background-image: url(images/diskette_24.png);
}

/*********************** Buchungen ***************************/

/*********************** Buchungsrapport ***************************/

.Totalzeile {
    font-size: large;
}

.RapportLetzteAenderung {
    margin-left: 60px;
    font-style: italic;
    font-size: 90%;
}


.RapportFehlerBuchung {
    color: Red;
    font-size: 100%;
    margin-left: 60px;
}

/************************* Tagessummen ******************************************/


/************************* Master ******************************************/
.M_PanelZeitFilter {
    border: silver 1px dotted;
    margin-left: 0px;
    text-align: center;
}

.M_MonatButton {
    vertical-align: middle;
}

.M_Monat {
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}


.M_Datum {
    color: black;
    padding: 2px;
    margin: 2px;
    text-align: center;
    font-size: 90%;
}

.M_PanelMitarbeiterFilter {
    margin-top: 2px;
    width: 100%;
}

.M_DropDownOrgEinheit {
    border: silver 1px dotted;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}

.M_Navigation {
    color: black;
    text-decoration: none;
}

.IntranetMasterTableKopf {
    /*    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
*/ width: 100%;
}
