@charset "UTF-8";

/* zimification
@font-face {
    font-family: 'profax';
    src: url(plc/fonts/profaxp-light.woff2) format('woff2'),
         url(plc/fonts/profaxp-light.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'profax';
    src: url(plc/fonts/profaxp-demibold.woff2) format('woff2'),
         url(plc/fonts/profaxp-demibold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'profaxicons';
    src: url(plc/fonts/profaxicons.woff2) format('woff2'),
         url(plc/fonts/profaxicons.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'FontAwesome';
    src: url(plc/fonts/fontawesome-webfont.woff) format('woff2'),
         url(plc/fonts/fontawesome-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
*/
@font-face {
    font-family: 'zimi';
    src: url(plc/fonts/zimilight.woff2) format('woff2'),
         url(plc/fonts/zimilight.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'zimi';
    src: url(plc/fonts/zimidemibold.woff2) format('woff2'),
         url(plc/fonts/zimidemibold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'zimiicons';
    src: url(plc/fonts/zimiicons.woff2) format('woff2'),
         url(plc/fonts/zimiicons.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

BODY,
BUTTON,
INPUT,
SELECT,
TEXTAREA,
LABEL {
	font-family: zimi, zimiicons, sans-serif;
	font-size: 15px;
}


.fa,
.plc_FontAwesome {
    /* zimification font-family: profaxicons, FontAwesome ! important; */
    font-family: zimiicons ! important;
}


* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


/* http://www.cssreset.com/scripts/normalize-css/ Section:FORMS */
form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    margin-left: -7px;
}

.plcButton,
BUTTON,
INPUT,
SELECT,
TEXTAREA,
LABEL {
    box-sizing: border-box;
    font-size: 1em;
    /* zimification font-family: profax, profaxicons, FontAwesome; */
    margin: 0.125em 0;
    vertical-align: baseline;
    border-radius: 0;
}

.plcButton,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    -webkit-appearance: button;
    cursor: pointer;
    overflow: visible;
}

.plcButton:disabled,
button:disabled,
html input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
    background-color: #AAA;
}

button:disabled,
input:disabled {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    height: 1em;
    width: 1em;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

INPUT {
    padding: 1px;
}

SELECT {
    padding: 0.25em 0em 0em;
}



/* remove 300ms tap delay on touch devices */
.button, .link, .plcButton, BUTTON, INPUT, SELECT, TEXTAREA, LABEL,
.plc_titleButton,
#plc_icons > * {
    touch-action: manipulation;
}



/* input fields */
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {

}

::placeholder {
    opacity: 1;
    color: #999;
}



/* button */
.plcButton,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.25);
    border: 0.5px solid rgba(0,0,0,0.25);
    border-radius: 4px 4px;
    /* zimifizierung
        padding: 5px 8px;
        font-size: 16.5px;
     */
    padding: 4px 8px 0;
    min-width: 128px;
    background: #FFF;
    color: #000;
    font-weight: normal;
    text-align: center;
    outline: none ! important;
}

.plcButton:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    box-shadow: none;
}

input[type="submit"] {
    background-image: url(plc/images/button_bg.svg);
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
    color: white;
    text-shadow: 0px 0px 0px rgba(0,0,0,0.25);
    font-weight: bold;
    background-color: rgb(0,128,255);
    box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.75);
    border: none;
}



/* fractions */
pf-fract {
    display: inline-block;
    margin-top: -1.2em;
}

pf-fractnumerator,
pf-fractdenominator {
    transform: translateY(0.6em);
    display: block;
    text-align: center;
}

pf-fractdenominator {
    border-top: solid 1px;
    padding-top: 0.2em;
}



/* t5 dialog & mediabox general */
/* //-
.t5DialogBackground {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(plc/images/bg_noise.svg), rgba(0,128,255,0.75);
    text-align: center;
    z-index: 17000;
}
*/
.t5DialogBackground {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,128,255,0.75);
    z-index: 17000;
}

/* //-
.t5DialogCenterBox {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5%;
}
*/
.t5DialogCenterBox {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

/* To make the modal content center (additional)*/
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center; /* vertical */
}

.t5DialogMediaBox {
    display: inline-block ! important;
    position: relative;
/* //-
    position: absolute;
    top: 0px;
    */
    margin: 0 0 0 0;
    padding: 0;
    background-color: #FFF;
    line-height: 0 ! important;
    box-shadow: 0em 1em 1em -1em rgba(0,0,0,0.75) , 0em 0em 3em 0em rgba(0,0,0,0.2);
    text-align: left;
}
.zg_mBoxPortrait .t5DialogMediaBox {
    position: absolute;
    top: 0px;
}


.t5DialogMediaBox > * {
    box-sizing: border-box;
    font-size: 22px ! important;
    line-height: 1.4 ! important;
    max-width: 100%;
    max-height: 100%;
}

/* t5dialog-mediabox close */
/* //- not used in zeitgeist

.t5DialogMediaBoxClose {
    position: absolute;
    top: -32px;
    right: 32px;
    width: 32px;
    height: 32px;
    background-color: #000;
    background-image: url(plc/images/plc_icon_close.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 6px 6px;
}

.t5DialogMediaBoxClose:hover {
    background-color: red;
}
*/

.zg .t5DialogMediaBox  {
    background-color: #F8F8F8;
    color: #000;
}

/* dark mode */
@media (prefers-color-scheme: dark) {
    .zg .t5DialogMediaBox {
        background-color: rgb(48,48,48);
        color: #FFF;
    }
}

/* t5dialog only */
FORM.t5DialogMediaBox {
    width: 560px;
    text-align: left;
}
@media screen and (max-width: 600px) {
    .t5DialogCenterBox {
        padding: 0;
    }

    FORM.t5DialogMediaBox {
        width: 100%;
    }
}

FORM.t5DialogMediaBox > * {
    margin: 0;
}

.t5DialogTitle { /* titlebar */
    font-size: 2em;
    margin: 0 ! important;
    padding: 24px 48px 24px 24px;
    font-weight: bold;
    background: rgba(0,0,0,0.1);
}

.t5DialogIcon { /* icon */
    position: absolute;
    right: 24px;
    top: 24px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}

/* //-
.t5DialogMessage,
.t5DialogInput {
    font-size: 1.5em;
    line-height: 125%;
    padding: 24px 24px 12px 24px;
}
    */

.t5DialogMessage {
    padding: 24px 24px 12px 24px;
}
.t5DialogInput {
    padding: 12px 24px 12px 24px;
}

.t5DialogInput { /* Inputbar */
    text-align: right;
}

.t5DialogInput > INPUT {
    margin-left: 1em ! important;
    height: 2.5em;
    padding: 0 6px;
}

.t5DialogInput > DIV {/* ??? */
    display: inline-block;
    width: 10em;
}

.t5DialogMessage .t5DialogInput {
    margin: 0;
}
.t5DialogMessage #password2  {
    margin-top: 1em;
}


/* dark mode */
@media (prefers-color-scheme: dark) {
    .template input[type=password] {
        background-color: rgba(255,224,128,1) ! important;
    }
}

.t5DialogButtons { /* buttonbar */
    padding: 36px 24px 24px 0;
    text-align: right;
}

.t5DialogButtons > * {
    margin: 0 0 0 0.5em ! important;
}

.t5DialogButton {
/* //-
    font-size: 1.5em;
*/
    padding: 0 18px ! important;
    min-width: 9em ! important;
    min-height: 2em;
}
.t5DialogButtons .t5DialogButton.red {
    text-shadow: 0px 0px 4px rgba(0,0,0,0.25);
    background-color: #c00;
    color: #FFF;
}

.t5DialogFocusElement {
    opacity: 0;
}

.t5Required {
    background: red ! important;
}

.t5DialogInvoice, .t5DialogInvoiceTotal {
    text-align: right;
}

.t5DialogInvoice DIV,
.t5DialogInvoiceTotal DIV {
    min-width: 4em;
    display: inline-block;
}

.t5DialogInvoiceTotal {
    /* margin: 0.25em 0 1em 0 !important; */
    padding: 0.25em 0 0 0;
    font-weight: bold;
    border: solid gray;
    border-width: 1px 0 0 0;
}



/* t5Uploader */
.t5DropZone {
    border: dotted #888 1px;
    cursor: pointer;
    position: relative;
}

.t5DropZone::before {
    content: attr(title);
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.05);
    box-sizing: border-box;
    font-size: 0.75em;
    color: rgba(0,0,0,0.5);
}
@media (prefers-color-scheme: dark) {
    .t5DropZone::before {
        background: rgba(242,242,242,1);
        color: rgba(160,160,160,1);
    }
}

.t5DropZone:hover::after {
    background: rgba(255,255,255,0.9);
}

t5uploaderfile {
    background: #DDD;
    border-radius: 1em;
    padding: 0 1em;
    margin: 1px;
    position: relative;
    display: block;
    overflow: hidden;
}
t5uploaderfile DIV {
    position: relative;
}

t5uploaderprogress {
    background: #0F0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}








/* profaxframework icons */
[class*=pf_icon_] {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.31em;
    /* zimification font-family: profaxicons, FontAwesome ! important; */
    font-family: zimiicons ! important;
    top: 4px;
}

[class*=pf_icon_].white {
    color: #FFF;
}

.pf_icon_audiohelp::before {
    content: '\f06d';
}

.pf_icon_help::before {
    content: '\f059';
}

/* lobbyOLD
.pf_icon_lobby::before {
    content: '\f0c9';
}
*/

.pf_icon_submenu::before {
    content: '\f123';
}

.pf_icon_settings::before {
    content: '\f013';
}



/* printing & screenshots */
@media print {
    @page {
        margin: 0;
        size: 1600px 1200px;
    }

    HEADS,
    #plc_saving,
    #plc_container #loading,
    #plc_container #plc_saving,
    .hideWhilePrinting {
        display:                        none ! important;
    }
}
