@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("/javax.faces.resource/font/inter-300.woff2.xhtml") format('woff2'),
    url("/javax.faces.resource/font/inter-300.woff.xhtml") format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url("/javax.faces.resource/font/inter-500.woff2.xhtml") format('woff2'),
    url("/javax.faces.resource/font/inter-500.woff.xhtml") format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: normal;
    font-display: swap;
    src: url("/javax.faces.resource/font/inter-tight-300-italic.woff2.xhtml") format('woff2'),
    url("/javax.faces.resource/font/inter-tight-300-italic.woff.xhtml") format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: bold;
    font-display: swap;
    src: url("/javax.faces.resource/font/inter-500-italic.woff2.xhtml") format('woff2'),
    url("/javax.faces.resource/font/inter-500-italic.woff.xhtml") format('woff');
}

* {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #424242;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: "Inter", sans-serif;
    font-size: 14px;
}

body {
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
}

a,
.fake-a,
.ui-widget-content a {
    color: #0d59ab;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

h1 {
    font-size: 20px;
    font-weight: bold;
}

h2 {
    font-size: 15px;
    font-weight: bold;
}

h3 {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

.textgreen {
    font-weight: bold;
    color: darkgreen;
}

.textred {
    font-weight: bold;
    color: red;
}

.textorange {
    font-weight: bold;
    color: #e46c00;
}


#logopic img {
    width: 98px;
    height: 39px;
}

#logopic-mini {
    float: left;
    padding-left: 10px;
    padding-top: 3px;
    padding-right: 50px;
}

#logopic-mini img {
    width: 75px;
    height: 30px;
}

@media print {
    #logopic img {
        display: none;
    }

    #logopic:after {
        content:url(/javax.faces.resource/img/logo_okv.png.xhtml);
    }

    #logopic-mini img {
        display: none;
    }

    #logopic-mini:after {
        content:url(/javax.faces.resource/img/logo_okv_mini.png.xhtml);
    }
}

h2.textorange {
    font-size: 15px;
}

h2 a {
    font-size: 15px;
}

.leftCol {
    float: left;
    min-width: 350px;
    line-height: 1.5;
    margin-left: 5px;
}

.rightCol {
    line-height: 1.5;
}

.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-widget-header {
    background: #0d59ab;
}

.ui-state-hover .ui-icon,
.ui-widget-header .ui-icon {
    background-image: url("/javax.faces.resource/js/jquery-ui/images/ui-icons_ffffff_256x240.png.xhtml");
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #0d59ab;
    background: #0d59ab;
    font-weight: bold;
    color: white;
}

.ui-state-default.ui-state-highlight {
    background: #0d59ab;
    color: white;
    filter: grayscale(0.5);
    border: 1px solid #ddd;
}

.ui-widget-header .ui-button.ui-state-default {
    background: #0d59ab;
}

.ui-widget-header .ui-button.ui-state-hover {
    border: 1px solid white;
}

.ui-accordion .ui-icon {
    background-image: url("/javax.faces.resource/js/jquery-ui/images/ui-icons_777777_256x240.png.xhtml");
    display: block;
    float: left;
    margin-top: 1px;
    margin-right: 5px;
}

.ui-accordion .ui-accordion-header.ui-state-active .ui-icon {
    background-image: url("/javax.faces.resource/js/jquery-ui/images/ui-icons_ffffff_256x240.png.xhtml");
}

.ui-dialog-title {
    background: #0d59ab;
    color: white;
    font-weight: bold;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.ui-widget-overlay {
    filter: blur(2px) !important;
}

input[type=submit].neubutton, input[type=button].neubutton, input[type=reset].neubutton {
    border: 0;
    width: 180px;
    padding: 12px 0;
    font-size: 15px;
    min-width: 120px;
    margin: 8px 8px 0 0;
    font-weight: bold;
    line-height: 15px;
    cursor: pointer;
    border-radius: 3px;
}

input[type=submit].neubutton:hover, input[type=button].neubutton:hover, input[type=reset].neubutton:hover {
    background-color: #0d59ab;
    color: white
}

input[type=submit].kleinbutton, input[type=button].kleinbutton {
    border: 0;
    padding: 6px 10px;
    font-size: 14px;
    min-width: 80px;
    margin-right: 8px;
    font-weight: bold;
    line-height: 15px;
    cursor: pointer;
    border-radius: 1px;
}

input[type=submit].kleinbutton:hover, input[type=button].kleinbutton:hover {
    background-color: #0d59ab;
    color: white
}

input.neubutton.mailVersendenBtn {
    background: #F0F0F0 url("../img/email.png.xhtml") center right no-repeat;
    border-right: 12px solid #F0F0F0 !important;
    width: 205px;
}

input.neubutton.mailVersendenBtn:hover {
    border-right: 12px solid #0d59ab !important;
}


#omsname {
    position: relative;
    padding-left: 12px;
    float: left;
    top: 1px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    color: white;
    cursor: default;
}

#omsname br {
    line-height: 11px;
}

input,
textarea {
    font-size: 12px;
}

.rightalign {
    text-align: right;
}

.centeralign {
    text-align: center;
}

.nodisplay {
    display:none;
}

.nowrap {
    white-space: nowrap;
}

.rightnowrap {
    text-align: right;
    white-space: nowrap;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-bottom: 4px;
    text-align: center;
    background-color: white;
    border: none;
}

footer .footer {
    width: 100%;
}

footer hr {
    height: 1px;
    margin-top: 0;
    background-color: #000;
    border: none;
}

footer .footer-middle span.hidden {
    color: #fff;
}

footer .footer-test {
    width: 30%;
    padding-top: 6px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    color: #aaa;
}

footer .footer-middle {
    width: 100%;
    float: left;
    font-size: 12px;
    text-align: center;
}

footer .footer-middle span {
    color: #aaa;
}

.footer a {
    font-size: 12px;
}


.evenRow {
    background-color:#fff;
}
.oddRow {
    background-color:#eee;
}

.dataTable th {
    min-width: 60px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid white;
}

.dataTable tr td {
    cursor: pointer;
}

.dataTable th, .dataTable th > span {
    background-color: #0d59ab;
    color: white;
    font-weight: bold;
    white-space: nowrap;
    text-align: left;
    cursor: default;
}

.dataTable th a,
.dataTable th .fake-a {
    color: white;
}

.dataTable th + th {
    border-left: 1px solid white;
}

table.dataTable tr.selectRow {
    background-color: #0d59ab;
}

table.dataTable tr.selectRow > td,
table.dataTable tr.selectRow > td > span {
    background-color: #0d59ab;
    color: white;
}

.mandatoryMarker {
    float: left;
    color: #0d59ab;
    font-weight: bold;
    cursor: default;
}

input[type=button].editbutton,
input[type=submit].editbutton {
    width: 16px;
    line-height: 1.3;
    padding-top: 1px;
    font-size: 12px;
    border: none;
    background-image: url("/javax.faces.resource/img/page_edit.png.xhtml");
    margin-right: 5px;
}

input[type=button].deletebutton,
input[type=submit].deletebutton {
    width: 16px;
    line-height: 1.3;
    padding-top: 1px;
    font-size: 12px;
    border: none;
    background-image: url("/javax.faces.resource/img/page_delete.png.xhtml");
}

.icon-disabled {
    filter: grayscale(1);
}

.forminput label {
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}

.forminput input,
.forminput select,
.forminput textarea {
    float: left;
    margin-top: 5px;
    margin-bottom: 1px;
}

.forminput br {
    clear: left;
}

.formvalue {
    float: left;
    margin-top: 6px;
    margin-right: 10px;
}

.dateinput {
    margin-right: 5px;
    width: 100px;
}

.ui-datepicker-trigger {
    float:left;
    padding-top: 5px;
}

#dialog-modal {
    display: none;
}
