﻿/*--color-gray: #dbdbdb;
--color-primary: #004180;
--color-secondary: #ea5906;
--color-text: #000000ee
;*/
/* start */
body {
    background-color: white;
    font-family: Arial, sans-serif;
}

@media (min-width: 768px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }

    input,
    textarea {
        margin-bottom: 20px;
    }
}

@media (min-width: 1280px) {
    body {
        font-size: 16px;
        line-height: 20px;
    }
}

main {
    padding: 1em;
}

a {
    font-weight: normal;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1rem;
    color: #004180;
    border-bottom: 1px solid rgb(240, 240, 240);
}

/* allgemein     
h1 {
    color: $clr_sec;
    background-color: $clr_primD;
    font-size: 100%;
    margin: 0 0 0 0;
    padding: 0.5ex 0 0.5ex 1ex;
}

h2 {
    color: $clr_primD;
    background-color: $clr_primL;
    font-size: 100%;
    margin: 1em 0 0 0;
    padding: 0.5ex 0 0.5ex 1ex;
    border: 1px solid $clr_primD;
}

h3 {
    border: 0 solid $clr_primD;
    color: $clr_gray4;
    background-color: $clr_gray0;
    box-shadow: 2px 2px 5px #888888;
    font-size: 100%;
    font-weight: bold;
    margin: 1em 0 0 0;
    padding: 0.5ex 0 0.5ex 1ex;
}

h4 {
    font-weight: bold;
    margin: 1em 0 0 0;
    padding: 0.5ex 0 0.5ex 1ex;
}
    */
/* table allgemein start*/
table {
    width: 100%;
    border-collapse: collapse;
    /*border: 1px solid $clr_primL;*/
    padding: 0px;
    margin: auto;
}

th {
    vertical-align: top;
}

.splash {
    padding: 5px 5px 5px 5px;
    color: #003399;
    background-color: #e0e0e0;
    border: 2px solid #8caae6;
    text-align: center;
    width: 300px;
}

.panel_form {
    box-shadow: 0.2em 0.2em 0.5em #888888;
    text-align: left;
}

    .panel_form .head {
        padding: 0.3em 0.6em 0.4em 0.6em;
        color: rgb(255, 255, 255);
        background-color: #004180;
        font-size: 2em;
        font-weight: bold;
    }

    .panel_form .body {
        padding: 0.6em 0.6em 0.1em 0.6em;
        color: #004180;
        background-color: rgb(240, 240, 240);
        margin-bottom: 1em;
    }

    .panel_form .row {
        padding: 0.6em 0.6em 0.1em 0.6em;
        color: #004180;
        background-color: rgb(240, 240, 240);
        margin-bottom: 1em;
    }
/* ##### Side Bar ##### */
.blog-sidebar {
    padding: 1em 0 0 0;
    background-color: #dbdbdb;
}

#side-bar {
    height: auto;
    border-right: 0 solid #004180;
    min-height: 700px;
}

    #side-bar ul {
        list-style-position: outside;
        list-style-type: none;
        margin: 0;
        padding: 0.1em 0 0.2em 0;
    }

    #side-bar li {
        padding: 0;
    }

        #side-bar li hr {
            color: #004180;
            padding: 0;
        }

    #side-bar .sideBarTitle {
        color: #004180;
        font-weight: bold;
        margin: 0 0 0.5em 2.5mm;
        padding: 1em 0 0 0;
    }

    #side-bar a, .thisPage {
        color: #004180;
        background-color: transparent;
        display: block;
        text-decoration: none;
        margin: 0;
        padding: 0.2em 1ex 0.2em 2ex;
    }

        #side-bar a:hover {
            color: white;
            background-color: #004180;
            text-decoration: none;
        }

    #side-bar .nav-barApoAss {
        border: 0.1em solid rgb(192, 192, 192);
        background-color: rgb(224, 224, 224);
        margin: 0.2em 0 0.2em 0;
        padding: 0;
    }

    #side-bar .nav-barApoAdm {
        border: 0.1em solid rgb(140, 240, 140);
        background-color: rgb(230, 245, 230);
        margin: 0.2em 0 0.2em 0;
        padding: 0;
    }

    #side-bar .nav-barArzAss {
        border: 0.1em solid rgb(140, 170, 230);
        background-color: rgb(208, 220, 244);
        margin: 0.2em 0 0.2em 0;
        padding: 0;
    }

    #side-bar .nav-barArzAdm {
        border: 0.1em solid rgb(240, 140, 140);
        background-color: rgb(245, 220, 220);
        margin: 0.2em 0 0.2em 0;
        padding: 0;
    }

.cover-container {
    max-width: 43em;
}

/* # Formtab */
caption {
    padding: 0.15rem;
    color: #004180;
    background-color: #dbdbdb;
    text-align: left;
    caption-side: top;
}

.bottomline {
    border: 0;
    border-bottom: #004180 1px solid;
    background-color: transparent;
}

.tabrow {
    border: 0;
    background-color: rgb(224, 224, 224);
    padding: 10px 0 0 0;
}

.tab {
    line-height: 18px;
    text-align: center;
    border-bottom: #004180 1px solid;
    background: rgb(240, 240, 240);
}

.tab_selected {
    background: white;
    color: #004180;
    border: #004180 1px solid;
    border-bottom: white 1px solid;
}

.tab_hover {
    background: white;
    color: #004180;
    border: #004180 1px solid;
    cursor: pointer;
}

.tab a {
    background: rgb(240, 240, 240);
    color: #004180;
}

.cookiecrumb6, .formtab1, .formtab2, .formtab3 {
    border: 0;
}

/* ### Tabelle ### */
.TabGridView {
    background-color: white;
    padding: 10px;
    border-top: 0;
    border-right: 1px solid #004180;
    border-left: 1px solid #004180;
    border-bottom: 1px solid #004180;
}

    .TabGridView table {
        background-color: white;
    }

/*Dropdown*/
.border_tab {
    border-left: 1px solid #004180;
    border-bottom: 1px solid #004180;
    border-right: 1px solid #004180;
}

    .border_tab > h1, h2, h3 {
        margin-top: 0;
    }

/* ### GridPager ### */
.GridPager > td {
    text-align: left;
}

.GridPager a,
.GridPager span {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 0.875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px #969696;
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    border: 1px solid #3AC0F2;
}

.GridPager > td > table {
    width: fit-content;
    border: 0;
    text-align: left;
}

/*Buttons*/
.width25, .button25 {
    width: 25px;
}

.width50, .button50 {
    width: 50px;
}

.width100, .button100 {
    width: 100px;
}

.width150, .button150 {
    width: 150px;
}

.box {
    background-color: #f5f5f5;
    border: 1px solid #969696;
}

.small {
    font-size: 50%;
}

/*.form-check input {
    width: 150px;
}*/
/*************************************/
.panel {
    border-radius: 2px;
    border: 0;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .panel-heading, .panel.panel-default > .panel-heading {
    background-color: #eeeeee;
}

.panel-material-purple {
    background-color: #3F51B5 !important;
    color: #FFF !important;
    border-color: #3F51B5 !important;
}

.panel-border-purple {
    border-color: #3f51b5 !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-radius: 2px !important;
}

.panel-material-green {
    background-color: #4CAF50 !important;
    color: #FFF !important;
}

.panel-border-green {
    border-color: #4CAF50 !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-radius: 2px !important;
}

.panel-material-yellow {
    background-color: #FF9800 !important;
    border-color: #FF9800;
    color: #FFF !important;
}

.panel-border-yellow {
    border-color: #FF9800 !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-radius: 2px !important;
}

.panel-material-red {
    background-color: #D32F2F !important;
    border-color: #FF9800;
    color: #FFF !important;
}

.panel-border-red {
    border-color: #D32F2F !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-radius: 2px !important;
}

.panel-material-text {
    color: #212121;
    font-size: 11px;
    font-weight: bold;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.shadow {
    border-radius: 2px;
    border: 0;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.huge {
    font-size: 40px;
}

/*******************************/
.helptxt {
    background-color: antiquewhite;
    padding: 0.2em;
}

.square {
    width: 3em;
}

.primD {
    color: white;
    background-color: #004180;
}

.primL {
    color: #004180;
    background-color: #dbdbdb;
}

.dicht {
    margin-bottom: 0;
}

.tab_light {
    border: 0;
}

.tab_box {
    border: 1px solid black;
}

    .tab_box tr {
        border: 1px solid black;
    }

        .tab_box tr td {
            border: 1px solid black;
        }

@media print {
    html, body {
        width: 210mm;
        height: 297mm;
        font-size: 10px;
        margin: 20px;
        margin-left: 120px;
        margin-right: 40px;
        background-color: beige;
        font-family: Arial, sans-serif;
    }

    @page {
        size: A4;
    }

    @page {
        margin: 1in; /* 1 inch margin for all sides */
    }
    /* Specific margins for different sides */
    @page {
        margin-top: 0.5in;
        margin-bottom: 0.75in;
        margin-left: 1.25in;
        margin-right: 1in;
    }
    /* Left page margin */
    @page :left {
        margin-left: 1.5in;
        margin-right: 0.5in;
    }
    /* Right page margin */
    @page :right {
        margin-left: 0.5in;
        margin-right: 1.5in;
    }

    .no-print {
        display: none;
    }

    .print-break {
        page-break-after: always;
    }

    article {
        width: 8.5in;
        height: 11in;
        page-break-inside: avoid;
    }
}

#filter4_div input {
    display: inline;
}

.displayflex {
    display: flex;
}

.fullwidth {
    display: flex;
    width: 100%;
}
