﻿/* DEFAULTS
----------------------------------------------------------*/
body {
    background: #b6b7bc;
    font-size: .80em;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited {
    color: #034af3;
    font-family: Arial;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
    font-family: Arial;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    font-family: Arial;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    font-family: Arial;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-family: Arial;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
    font-family: Arial;
}

h4 {
    font-size: 1.1em;
    font-family: Arial;
}

h5, h6 {
    font-size: 1em;
    font-family: Arial;
}

p {
    font-size: 1.1em;
    font-family: Arial;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
    font-family: Arial;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 98%;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
    font-family: Arial;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #113388;
    width: 100%;
    font-family: Arial;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
        font-family: Arial;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    /*min-height: 740px;*/
    /*height: 80vh;*/
    font-family: Arial;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
    font-family: Arial;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    font-family: Arial;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #113388;
    width: 100%;
    font-family: Arial;
}

div.languageButton {
    text-align: right;
    float: right;
    width: 10%;
    font-family: Arial;
}

div.menu {
    padding: 4px 0px 4px 8px;
    font-family: Arial;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
        font-family: Arial;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
            font-family: Arial;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
                font-family: Arial;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
                font-family: Arial;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    font-family: Arial;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
        font-family: Arial;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
        font-family: Arial;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    font-family: Arial;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
    font-family: Arial;
}

input.passwordEntry {
    width: 320px;
    min-width: 150px;
    border: 1px solid #ccc;
    font-family: Arial;
}

div.accountInfo {
    width: 27%;
    font-family: Arial;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
    font-family: Arial;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
    font-family: Arial;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.newFont, .newFont .dxeEditAreaSys, .newFont .dxeListBoxItem {
    font-family: Arial !important;
    font-size: 1.0em !important;
}

.cssdetailsview {
    font-family: Arial !important;
    font-size: 1.0em !important;
    background-color: white;
}

    .cssdetailsview td {
        padding: 3.5px;
    }

.menuFont {
    font-family: Arial !important;
    font-size: 1.1em !important;
}

.editFont {
    font-family: Arial !important;
    font-size: 1.05em !important;
}

.dxgvPopupEditForm {
    font-family: Arial !important;
    font-size: 1.0em !important;
}

.SdtTable {
    font-family: Arial !important;
    font-size: 1.1em !important;
}

    .SdtTable td {
        padding-bottom: 3px;
    }

.AntragTable {
    font-family: Arial !important;
    font-size: 1.1em !important;
    width: 400px;
}

    .AntragTable td {
        padding-bottom: 3px;
    }
    .AntragTable th {
        padding-bottom: 10px;
    }

.FahrzeugTable {
    font-family: Arial !important;
    font-size: 1.1em !important;
    width: 400px;
}

    .FahrzeugTable td {
        padding-bottom: 3px;
    }

    .FahrzeugTable th {
        padding-bottom: 10px;
    }

.FahrzeugTable2 {
    font-family: Arial !important;
    font-size: 1.1em !important;
    width: 525px;
}

    .FahrzeugTable2 td {
        padding-bottom: 3px;
    }

    .FahrzeugTable2 th {
        padding-bottom: 10px;
    }

table.CustomTable {
    border-spacing: 2px;
}

    table.CustomTable td {
        padding: 1.5px;
    }

.rowDiv {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0.9375rem;
}

    .rowDiv:after {
        clear: both;
    }

.colDiv {
    float: left;
}

.colDivLeer {
    float: left;
    width: 100px;
}

.menuitem .dxm-popOut {
    padding-left: 1px;
}

/*.dx-acc-bi > img:first-child {
    width: 100% !important;
    height: 100% !important;
}*/

.dxHighContrast .dxEditors_edtCalendarPrevYear:after {
    content: "<<";
}

.dxHighContrast .dxEditors_edtCalendarPrevMonth:after {
    content: "<";
}

.dxHighContrast .dxEditors_edtCalendarNextYear:after {
    content: ">>";
}

.dxHighContrast .dxEditors_edtCalendarNextMonth:after {
    content: ">";
}

.dxHighContrast dxEditors_edtCalendarFNNextYear:after {
    content: ">";
}

.dxHighContrast .dxEditors_edtCalendarFNPrevYear:after {
    content: "<";
}

.dxHighContrast .dxeCalendarFastNav .dx-acc:before,
.dxHighContrast .dxeCalendarHeader .dx-acc:before {
    content: "" !important;
}

.dxHighContrast .dxeCalendarFastNav .dx-acc,
.dxHighContrast .dxeCalendarHeader .dx-acc {
    width: auto !important;
    height: auto !important;
    overflow: auto !important;
}

.dxHighContrast .dxWeb_mHorizontalPopOut::after {
    content: "▾";
    font-size: 25px;
}

.dxHighContrast .dxWeb_mHorizontalPopOut {
    width: 15px !important;
    height: 5px !important;
    line-height: 2px !important;
}

.dxHighContrast .dxWeb_mVerticalPopOut::after {
    content: "▸";
    font-size: 15px;
}

.dxHighContrast .dxWeb_mVerticalPopOut.dx-acc {
    width: 8px !important;
    height: 8px !important;
    line-height: 10px !important;
}

.dxHighContrast .dx-acc.dxICheckBox.dxichSys.dx-acc-s.dxWeb_edtCheckBoxChecked::before {
    top: 0;
    left: 0;
    content: "☑";
    font-size: 19px;
}

.dxHighContrast .dx-acc.dxICheckBox.dxichSys.dx-acc-s {
    height: 25px;
    outline: 0;
}

    .dxHighContrast .dx-acc.dxICheckBox.dxichSys.dx-acc-s.dxWeb_edtCheckBoxUnchecked::before {
        top: 0;
        left: 0;
        content: "☐";
        font-size: 19px;
    }

.dxHighContrast .dxeButton.dxeButtonEditButton.dx-acc-bi img {
    display: none;
}

.dxHighContrast .dx-acc.dxEditors_edtDropDown.dx-acc-s::before {
    top: 0;
    left: 0;
    content: "▼";
    font-size: 10px;
}

.dxHighContrast .dx-acc.dxGridView_gvHeaderFilter.dxgv__hfb.dx-vam.dx-acc-s img {
    display: none;
}

.dxHighContrast .dx-acc.dxGridView_gvHeaderFilter.dxgv__hfb.dx-vam.dx-acc-s {
    width: 13px !important;
    height: 14px !important;
    border: 1px solid;
}

    .dxHighContrast .dx-acc.dxGridView_gvHeaderFilter.dxgv__hfb.dx-vam.dx-acc-s::before {
        top: 0;
        left: 3px;
        content: "▼";
        font-size: 7px;
    }

.dxHighContrast .dx-acc.dxWeb_pPrevDisabled.dx-acc-s::before {
    top: 2px;
    left: 3px;
    content: "◀";
    font-size: 10px;
}

.dxHighContrast .dx-acc.dxWeb_pPrev.dx-acc-s::before {
    top: 2px;
    left: 3px;
    content: "◀";
    font-size: 10px;
}

.dxHighContrast .dx-acc.dxWeb_pNextDisabled.dx-acc-s::before {
    top: 2px;
    left: 3px;
    content: "▶";
    font-size: 10px;
}

.dxHighContrast .dx-acc.dxWeb_pNext.dx-acc-s::before {
    top: 2px;
    left: 3px;
    content: "▶";
    font-size: 10px;
}
