@import url('https://fonts.googleapis.com/css2?family=Julee&family=Raleway:wght@600&family=Roboto:wght@400;700&display=swap');
/*sollte lokal integriert werden*/

body {
    margin: 0;
    padding: 0 0px;
    width: 100%;
    height: 100%;
}
input {
    font-size: 1.5em;
}
.z-textbox {
    font-size: 1em;
    padding-top: 0px;
    padding-bottom: 1px;
}
.z-textbox-rounded-inp {
    font-size: 0.9em;
}
.login_formhead {
    font-size: 1.5em;
    font-weight: bold;
}
.info_text_large {
    font-size: 1.8em;
    font-weight: bold;
    padding-top: 15px;
    padding-left: 15px;
}
.info_text_mid {
    font-size: 1.3em;
    padding-left: 15px;
}
.info_text {
    font-size: 1em;
    padding-left: 15px;
}
.input_text {
    font-size: 1.5em;
}
.input_box_text {
    font-size: 1.1em;
    font-weight: none;
}
.form_text {
    font-size: 1.1em;
    font-weight: bold;
    vertical-align: bottom;
}
.form_text_large {
    font-size: 2em;
    font-weight: bold;
    vertical-align: bottom;
}
.wizard_text {
    font-size: 1.1em;
    vertical-align: bottom;
}
.wizard_text_bold {
    font-size: 1.1em;
    font-weight: bold;
    vertical-align: bottom;
}
.wizard_text_error {
    font-style: italic;
    color: #ff0000;
}
.radio_text {
    font-size: 1.5em;
}
.grid_text {
    color: #000000;
    font-size: 1.3em;
}
.listbox_text {
    color: #000000;
    font-size: 1em;
}
.text_critical {
    font-size: 1.3em;
    font-weight: bold;
    color: #ff0000;
}
.text_warning {
    font-size: 1.3em;
    font-weight: bold;
    color: #ffbf00;
}
.text_ok {
    font-size: 1.3em;
    font-weight: bold;
}
.noflow {
    overflow: hidden;
}
.nowrap {
    white-space: nowrap;
}
.listbox_black {
    color: #000000;
}
.listbox_red {
    color: #ff0000;
}
.table_text {
    font-size: 1.5em;
    vertical-align: bottom;
}
.nodata_text {
    font-size: 1.3em;
    font-style: italic;
}
.error_text {
    font-size: 1.3em;
    font-style: italic;
    color: #ff0000;
}
.errorpage_header {
    font-size: 1.4em;
    font-weight: bold;
    vertical-align: bottom;
}
.z-radio-cnt {
    font-size: 1.5em;
    font-weight: none;
    padding-left: 5px;
}
div.z-listheader-cnt {
    font-size: 1.5em;
    color: #000000;
}
div.z-listbox-header th.z-listheader-sort div.z-listheader-cnt {
    padding: 3px 5px 3px 5px;
}
.z-listheader-sort .z-listheader-sort-img {
    margin-top: 0px;
}
div.z-listcell-cnt {
    font-size: 1.3em;
    color: #000000;
}
tbody.z-listbox-empty-body td {
    font-size: 1.4em;
    color: #000000;
}
tr.seld,
td.seld,
tr.z-listitem-seld {
    background-image: none;
    background-color: #9d96d4;
}
.tb_multiline {
    border-radius: 5px;
    min-height: 50px;
    min-width: 200px;
}
.tb_multiline_comment {
    border-radius: 5px;
    min-height: 120px;
    min-width: 200px;
    width: 80%;
    height: max-content;
    max-width: 850px;
    max-height: 600px;
}
.menu_spacer {
    background-color: #ededed;
    color: #0000ff;
    height: 1px;
}
.z-listbox tr {
    vertical-align: middle;
}
.listbox-menu {
    border: none;
}
.menu {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: auto;
    z-index: 1;
}
.menu_dark {
    background-color: #f3f3f3;
    height: 5em;
    width: 100%;
}
.menu_bright {
    background-color: #fafafa;
    height: 5em;
    width: 100%;
    vertical-align: middle;
}
.content_frame {
    background-color: #e3e3e3;
}
.content_form_text {
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
}
.osd-groupbox {
    width: 100%;
    margin: 5px;
    margin-top: 10px;
}
.label-groupbox-caption {
    color: black;
    font-size: 1.6em;
    font-weight: bold;
}
.tileFrame {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    -ms-grid-columns: (128px) [auto-fit];
    grid-template-columns: repeat(auto-fit, 128px);
    -ms-grid-rows: (128px) [auto-fit];
    grid-template-rows: repeat(auto-fit, 128px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tile {
    border: 1px solid black;
    width: 128px;
    height: 128px;
    position: relative;
    overflow: hidden;
}
.tile--inner {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tile--inner img {
    margin: auto;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}
.tile--overlay {
    vertical-align: bottom;
    padding: 3px;
    background-color: rgba(0, 0, 0, 0.7);
    width: 128px;
    height: 30px;
    overflow: hidden;
    position: relative;
    top: -30px;
}
.tile--overlay .z-label {
    font-size: 0.75em;
    color: #ffffff;
    font-weight: bold;
}
.highlight {
    position: relative;
    -webkit-box-shadow: 7px 7px 5px #0d0649;
    box-shadow: 7px 7px 5px #0d0649;
}
.link_datechooser {
    font-size: 1.7em;
    font-weight: bold;
    text-decoration: underline;
    padding-left: 5px;
    padding-right: 5px;
}
.link_datechooser:hover {
    cursor: pointer;
}
.wizard_spacer {
    background-color: black;
    height: 1px;
    margin-top: 5px;
}
.footer {
    background-color: #0d0649;
    height: 50px;
    vertical-align: middle;
    position: fixed;
    bottom: 0px;
    left: 0px;
}
.footer_hidden {
    min-width: 300px;
    overflow: hidden;
}
.footer_box {
    vertical-align: middle;
    text-align: center;
    height: 50px;
}
.footer_label {
    color: #ffffff;
    font-size: 0.8em;
}
.z-window-modal-header,
.z-window-highlighted-header {
    text-align: left;
    font-size: 1em;
    font-weight: bold;
}
.z-box-b {
    vertical-align: middle;
    text-align: center;
    height: 60px;
}
.z-box-b-over {
    background-color: #00ffff;
}
.z-button,
.z-button tr td {
    font-size: 1em;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
}
.button_plusminus {
    font-weight: bold;
    font-size: 1.3em;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
}
.button_bold {
    font-weight: bold;
    font-size: 1em;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    margin: 5px;
}
.button_login {
    font-weight: bold;
    font-size: 1.3em;
}
.z-combobox-inp {
    min-height: 20px;
    min-width: 240px;
    font-size: 1.1em;
    font-weight: none;
}
.z-combobox .z-combobox-btn {
    min-height: 25px;
}
.z-comboitem .z-comboitem-text {
    font-size: 1.3em;
    font-weight: none;
    font-family: Consolas, Inconsolata, Lucida Console, Courier, monospace;
}
div.z-listfooter-cnt {
    font-size: 1.4em;
    font-weight: bold;
}
tr.z-listfoot td.z-listfooter {
    padding: 5px;
}
.z-window-modal-header .z-window-modal-header-move {
    text-align: left;
}
.z-messagebox .z-label {
    font-size: 1.3em;
}
.z-messagebox-btn {
    width: 120px;
    height: 40px;
    font-weight: bold;
    font-size: 1em;
}
.z-window-embedded-hm,
.z-window-modal-hm,
.z-window-highlighted-hm,
.z-window-overlapped-hm,
.z-window-popup-hm .z-window-embedded-hr,
.z-window-modal-hr,
.z-window-highlighted-hr,
.z-window-overlapped-hr,
.z-window-popup-hr .z-window-embedded-hl,
.z-window-modal-hl,
.z-window-highlighted-hl,
.z-window-overlapped-hl,
.z-window-popup-hl .z-window-embedded-tl,
.z-window-modal-tl,
.z-window-highlighted-tl,
.z-window-overlapped-tl,
.z-window-popup-tl {
    background: #100759;
}
.z-window-embedded-header,
.z-window-modal-header,
.z-window-popup-header,
.z-window-highlighted-header,
.z-window-overlapped-header {
    background: #100759;
    color: #ffffff;
}
.z-window-modal-cl,
.z-window-highlighted-cl,
.z-window-overlapped-cl {
    background: #100759;
    padding-left: 5px;
}
.z-window-modal-bl,
.z-window-highlighted-bl,
.z-window-overlapped-bl {
    background: #100759;
}
.z-window-modal-br,
.z-window-highlighted-br,
.z-window-overlapped-br {
    background: #100759;
    height: 5px;
    margin-right: -5px;
}
.z-window-modal-cr,
.z-window-highlighted-cr,
.z-window-overlapped-cr {
    background: #100759;
    padding-right: 5px;
}
.z-window-modal-cm,
.z-window-highlighted-cm,
.z-window-overlapped-cm {
    padding-bottom: 5px;
    padding-top: 5px;
}
.z-footer-listbox {
    background-color: #0d0649;
    height: 50px;
    vertical-align: middle;
    border: 0px;
}
.z-footer-listitem {
    background-color: #0d0649;
    height: 50px;
}
tr.seld,
td.seld,
tr.z-footer-listitem-seld,
tr.z-footer-listcell-seld,
.z-footer-listitem-seld {
    background-image: none;
    background-color: #9d96d4;
}
.z-row .z-detail-outer {
    padding: 5px 8px;
}
.z-row .z-detail-inner .z-detail-content {
    padding: 0;
}
.z-row .z-detail-inner .z-detail-content::before {
    margin: 0;
}
.icon_cell {
    width: 54px;
    padding: 0px;
    padding-left: 5px;
}
.icon_image {
    max-width: 40px;
    max-height: 40px;
}
.label_item_name {
    font-weight: bold;
    font-size: 1.5em;
    padding-left: 5px;
    vertical-align: middle;
}
.text_cell {
    width: 90%;
}
.searchgrid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
}
.searchgrid .labels {
    border: 1px solid #ececec;
    padding: 5px;
    color: #0d0649;
    font-size: 0.9em;
}
.searchgrid .values {
    border: 1px solid #ececec;
    padding: 5px;
}
.searchgrid .values input {
    font-size: 1em;
    font-weight: none;
    min-width: 100px;
    max-width: 170px;
}
.searchgrid .values select {
    font-size: 1em;
    font-weight: none;
    min-width: 100px;
    max-width: 170px;
}
.ellipsis,
.ellipsis--white {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis.z-listcell,
.z-listcell.ellipsis--white {
    display: table-cell;
}
.ellipsis--white {
    color: white;
}
.head-label {
    display: block;
    margin-left: 7.5px;
    margin-top: 5px;
    font-size: 23pt;
    font-weight: bold;
}
.red {
    color: #ff0000;
}
.margin5 {
    margin: 6px;
    margin-left: 12px;
}
.marginleft {
    margin-left: 3px;
}
.margintop {
    margin-top: 10px;
}
.pw-box {
    margin: 15px;
}
.settings-box {
    margin: 15px;
}
.settings-box .form_text.z-label {
    font-size: 1em;
}
.settings-box .settings-row .z-label {
    font-size: 1em;
    line-height: 32px;
}
.settings-box .osd-groupbox {
    width: 280px;
}
@media only screen and (orientation: portrait) and (min-width: 425px) {
    .settings-box .osd-groupbox {
        width: 98%;
    }
}
.settings-box .osd-groupbox input {
    margin-bottom: 0;
    width: 100px;
    font-size: 1em;
}
.settings-box .osd-groupbox .z-slider.z-slider-horizontal {
    width: 225px;
}
@media only screen and (orientation: portrait) and (min-width: 320px) {
    .settings-box .osd-groupbox .z-slider.z-slider-horizontal {
        width: 150px;
        padding-left: 5px;
    }
}
.settings-box .z-checkbox-content {
    font-size: 1em;
    line-height: 0;
    margin-left: 10px;
}
.settings-box select,
.settings-box input {
    margin-bottom: 12px;
    width: 150px;
}
#zk_err.z-error {
    display: none !important;
}
.z-combobox-button,
.z-bandbox-button,
.z-datebox-button,
.z-timebox-button,
.z-spinner-button,
.z-doublespinner-button,
.z-timepicker-button {
    right: 0;
}
/*new styles*/

.z-button:focus{
        background-color: #0DB96B;
}

body{

font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}

.z-combobox, .z-bandbox, .z-datebox, .z-timebox, .z-spinner, .z-doublespinner {
    height: initial;
    line-height: initial;
    width: 100%;
    max-width: 500px;
}

.z-combobox-input, .z-bandbox-input, .z-datebox-input, .z-timebox-input, .z-spinner-input, .z-doublespinner-input {
    width: 100%;
    max-width: 500px;
    border: none;
    background: #F0F6F5 !important;
    border-radius: 10px;
    padding: 10px 22px 10px 10px;
    height: 40px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 20px;
}

.z-combobox-button, .z-bandbox-button, .z-datebox-button, .z-timebox-button, .z-spinner-button, .z-doublespinner-button {
    font-size: 18px;
    color: rgb(255 255 255 / 90%);
    min-width: 40px;
    height: 40px;
    padding: 2px;
    background: #70ad9d;
    display: flex;
    align-items: center;
    justify-content: center;
}
.z-textbox {
    margin-bottom: 12px;
    width: 228px;
    width: 100vw;
    max-width: 500px;
    width: 245px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 500px;
    border: none;
    background: #F0F6F5 !important;
    border-radius: 10px;
    padding: 10px 22px 10px 10px;
    height: 40px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif !important;
}
.z-label.form_text {
    width: 100%;
    font-size: 12px;
    line-height: 15px ;
    padding: 0px 5px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    margin-left: 8px;
    color: #7E7E7E;
}

.protocolBox {
    background: #F0F6F5;
    border-radius: 10px;
    margin-left: 15px;
    padding-bottom: 20px;
    margin-right: 15px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 470px;
}

@media (min-width:500px) {
   .protocolBox {
    margin-left: auto;
    margin-right: auto; 
    }
}
.protocolBox .z-label, .protocolBox .wizard_text {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
}
.protocolBox .z-hbox .wizard_text_bold {
    float: right;
    font-weight: 600;
}
.timeInputFrame {
    background: #70ad9d;
    color: white;
    padding-top: 10px;
}

.timeInputFrame .z-hlayout-inner {
    width: 100%;
    display: block;
}
.timeInputFrame .z-label{
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    color: #ffffff;
}

.timeInputFrame .z-doublespinner {
    width: 100% !important;
    height: initial;
    margin-top: 5px;
    text-align: left !important;
}

.timeInputFrame .z-doublespinner-input {
    height: 40px;
    border-radius: 20px;
    text-align: center !important;
    font-weight: 600;
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif !important;
    border: 2px solid #037660;
    padding: 0;
    width: calc(100% - 6px);
}

.timeInputFrame input {
    height: 40px;
    border-radius: 20px;
    text-align: center !important;
    font-weight: 600;
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif !important;
    border: 2px solid #037660;
    padding: 0;
    width: calc(100% - 20px) !important;
    margin-left: 15px;
}

.timeInputFrame .btn_minus {
    content: "";
    height: 40px;
    background: url(../../images/icon/remove.svg);
    position: absolute;
    width: 100%;
    left: 0px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 100;
    width: 40px;
    box-shadow: none !important;
    left: 18px;
    border: none;
    color: transparent;
}
.timeInputFrame .btn_plus {
    content: "";
    height: 40px;
    background: url(../../images/icon/add.svg);
    position: absolute;
    width: 100%;
    left: 0px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 100;
    width: 40px;
    box-shadow: none !important;
    left: initial;
    border: none;
    top: -40px;
    right: 16px;
    color: transparent;
}

.timeInputFrame .z-doublespinner-button {
    width: 100%;
    height: 40px;
    background: transparent;
    border: none;
    pointer-events: none;
}

 .timeInputFrame .z-doublespinner-button:hover, .timeInputFrame .z-doublespinner-button:active {
    background: none;
}


.timeInputFrame .z-doublespinner-button>a {
    width: 40px;
    height: 40px;
    position: absolute;
    pointer-events: all;
    border: none !important;
    background: transparent !important;
}
.timeInputFrame .z-doublespinner-button>a::after {
    content: "";
    height: 100%;
    background: url(../../images/icon/add.svg);
    position: absolute;
    width: 100%;
    left: 0px;
    background-repeat: no-repeat;
    background-position: center;
}

.timeInputFrame .z-doublespinner-up{
    right: 10px;
    
}
.timeInputFrame .z-doublespinner-input:focus+.z-doublespinner-button {
    border: none;
}

.timeInputFrame .z-doublespinner-button i{
    display: none;
}

.timeInputFrame .z-doublespinner-button>a:hover {
    border: none !important;
    background: none !important;
}
.timeInputFrame .z-doublespinner-button .z-doublespinner-down::after {
    background: url(../../images/icon/remove.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.timeInputFrame .z-doublespinner-down{
   left:10px;  
}
.timeInputFrame .z-doublespinner-button>a i {
   display: none;
}
.filterbox{
    background: #70ad9d;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}


.filterbox .z-hlayout-inner {
    width: 100%;
    display: block;
}
.filterbox .z-label{
    display: none;
}

.filterInputFrame {
    width: 100%;
    position: relative;
}

.filterInput {
    width: 60% !important;
    margin-left: 15px;
    border-radius: 20px !important;
    height: 40px !important;
    font-family: 'Roboto', sans-serif !important;
    padding-left: 40px;
    border: none !important;
}

.filterInputFrame button {
   position: absolute;
}

.artFrame {
    background: #70ad9d;
    color: white;
    padding-top: 10px;
}
.artFrame .z-hlayout-inner {
    width: 100%;
    display: block;
    padding-left: 12px;
    padding-right: 12px !important;
}
.artFrame .z-label {
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 7px;
}
.artFrame .osd-selectbox.z-select {
    margin-bottom: 0px;
    width: 100% !important;
}

.z-listbox {
    border: none;
}

.filterInputFrame .btnscan{
    right: calc(7px);
    background: white !important;
    width: calc(40% - 30px) !important;
    height: 40px !important;
    border-radius: 20px !important;
    padding-left: 15px;
    max-width: 200px;
}

.filterInputFrame .btnclearInput {
    position: absolute;
    left: calc(60% + -34px);
    width: 40px !important;
    height: 40px !important;
}
@media (min-width:835px) {
.filterInputFrame .btnclearInput {
    left: calc(465px);
}
}
.filterInputFrame .btnclearInput .z-button-image {
    width: 65%;
}

.filterInputFrame .btnscan .z-button-image{
    width: 27px;
}
.filterInputFrame::before {
    content: "";
    background: url(../../images/icon/search_field_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 27px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 26px;
}

input:focus {
    border: 2px solid #037660 !important;
}

.geht.z-row {
    height: calc(100vh - 120px);
}

.geht .form_text.z-label {
    width: 100%;
    display: block;
    text-align: center;
    font-family: 'Roboto', sans-serif !important;
    color: #7E7E7E;
    font-weight: 400;
    font-size: 14px;
}

.geht .form_text.z-label::before{
    content: "Sch\00f6nen Feierabend!";
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 21px;
    display: block;
    color: #037660;
    margin-bottom: 10px;

}

.geht .form_text.z-label::after {
    content: "";
    width: 80%;
    margin-left: 10%;
    height: 45vh;
    display: block;
    text-align: center;
    margin-top: 5vh;
    background: url(../../images/feierabend.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.wizard_spacer {
    background-color: #037660;
    height: 3px;
    margin-top: -1px;
}

.summaryGrid.z-row .z-row-content, .summaryGrid.z-row  .z-label, .summaryGrid.z-row .z-detail-icon{
    color: #037660;
}
.summaryGrid.z-row .z-row-content, .summaryGrid.z-row  .z-label{
    font-family: 'Roboto', sans-serif !important;
    font-weight:  400 !important;
}
.z-row-content{
    font-family: 'Roboto', sans-serif !important;
}
.summaryGrid.z-row  .z-detail-outer {
    vertical-align: middle;
}

.summaryGrid .z-cell {
    text-align: left !important;
}

.summaryGrid .z-detail-inner {
    font-family: 'Roboto', sans-serif !important;
    padding-right: 12px;
}
.summaryGrid .z-detail-inner .z-label {
    font-family: 'Roboto', sans-serif !important;
}

.osd-scannerform-view .osd-formbox .z-label {
    display: block;
    width: 100% !important;
    margin-bottom: 3px;
    margin-bottom: 3px;
    margin-left: 5px;
}

.osd-scannerform-view .osd-formbox .z-inputgroup {
    display: flex;
    width: 100% !important;
    margin-bottom: 3px;
    height: initial;
    gap: 10px;
}

.osd-scannerform-view .osd-formbox div.row input {
    border-radius: 10px;
    margin-bottom: 5px;
    width: 100% !important;
    max-width: initial;
}


@media (orientation: landscape){
.osd-scannerform-view .osd-formbox {
    max-width: 340px;
} 
}

@media (orientation: portrait){
.osd-scannerform-view .osd-formbox div.row input {
    margin-bottom: 0px;
    height: 30px;
    font-size: 14px;
}
}