/* ------------------------------------------------------------------------------------------------- */
/* -------------------------------                                     ----------------------------- */
/* -------------------------------     Footer   - Standard-Styles      ----------------------------- */
/* -------------------------------                                     ----------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

.pfFooter {
    font-size: var(--font-normal);
    box-shadow: -3px -1px 2px rgba(0, 0, 0, 0.25);
    padding: 0;
    background: var(--color-footer-back);
    color: var(--color-footer-font);
    --border-radius-button: 0;
    --color-button-back: transparent;
    --color-button-font:  var(--color-footer-font);
    --color-button-raised-back: rgba(255, 255, 255, 0.2);
    display: flex;
    height: var(--height-footer);
    justify-content: flex-end;
}

.pfFooter a {
    text-decoration: none;
    color: inherit;
}


/* .pfFooterCell {} */


button.jmlPopupButton#adminWarnbutton {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 1 0;
    background-color: #AA0000;
    color: #FFF;
    text-align: center;
    border-right: solid 1px rgba(0, 0, 0, 0.25);
}


button.jmlPopupButton#suppPopupbutton {
    border-left: none;
    background-size: 16px 14px;
    background-color: var( --color-accent);
    color: var( --color-accent-contrast);
    background-position: center center;
    background-repeat: no-repeat;
}

.supportmargin {
    flex: 1;
    width: 100%;
    display: flex;
}

.simplePopup {
    width: 220px;
    padding: 10px;
    text-align: center;
}

.simplePopup .title {
    border-bottom: solid 1px #999;
    padding: 5px;
    font-size: 20px;
    text-align: left;
}

.simplePopup .text {
    margin: 5px 5px 20px 5px;
}

.simplePopup button.button {
    width: 90%;
    margin: auto;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    border-width: 1px;
    cursor: pointer;
}

.supportPopup button.button {
    background-image: url(support_mode_deactivate_footer.svg);
    background-repeat: no-repeat;
    background-position: left 8px center;
    background-size: 20px;
}

.footerButton {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.5s;
    border-right: solid 1px rgba(0, 0, 0, 0.25);
    height: var(--height-footer);
    min-width:var(--height-footer);
    --color-button-raised-back: rgba(255, 255, 255, 0.2);
    --color-button-raised-font: currentColor;
}

/*button.footerButton:hover,*/
/*.footerButton:hover, #suppPopupbutton:hover{*/
/*    background: rgba(255, 255, 255, 0.2);*/
/*}*/

button.footerButton {
    border-right: solid 1px rgba(0, 0, 0, 0.25);
}

.footerButton a {
    cursor: pointer;
}

.footerButton a .jmlImageContainer {
    line-height: 26px;
    vertical-align: middle;
}

.footerButton a .jmlImageContainer .jmlImage {
    max-height: 16px;
}

.pageReady .footerButton {
    opacity: 1;
}

.pfFooter .footerButton>a img {
    vertical-align: middle;
}

.pfFooter .footerButton>span,
.pfFooter .footerButton>a,
.pfFooter .footerButton .dijitButtonNode {
    display: flex;
    align-items: center;
    height: 32px;
    font: var(--font-medium);
    padding: 0 15px;
    border: 0 none;
    vertical-align: middle;
    background-position: center left 8px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 16px;
}

.pfFooter button:not(#suppPopupbutton).jmlPopupButton.footerButtonWIcon>span {
    padding-left: 28px;
    text-align: right;
}

.footerButton.supportMode.supportModeButton {
    /*margin-top: 1px;*/
    background-color: #0033AA;
    color: #FFF;
    width: 180px;
    text-align: center;
    /*border-left: 1px solid #EEE;*/
    /*border-right: 1px solid #CCC;*/
}
.footerButton.footerButtonWarn {
    background-color: #FF6600;
    color: #FFF;
    text-align: center;
    font: var(--font-medium);
    padding: 0 8px;
    /*border-left: 1px solid #EEE;*/
    /*border-right: 1px solid #CCC;*/
}

.footerButton.adminMode a {
    color: #FFF;
    width: 100%;
    text-align: center;
    border: none;
    /*font-weight: bold;*/
}

.supportdisable_button {
    cursor: pointer;
    display: block;
    padding: 5px;
}

.supportdisable_button:hover {
    background: #ebebeb;
}

.pfFooter .footerButton .dijitButtonNode .dijitButtonContents,
.pfFooter .footerButton .footerButtonInactive {
    line-height: 27px;
}

.footerButtonClickable>span:hover {
    cursor: pointer;
}

.pfFooter .footerButtonSystemAlerts {
    background: #FFB168;
}

.pfFooter .footerButtonSystemAlerts>span,
.pfFooter .footerButtonSystemAlerts .dijitButtonNode {
    background: url(footer_systemalert.svg) no-repeat center center / 16px;
}

.pfFooter .footerButtonChat img.jmlImage {
    height: 24px;
    width: 24px;
    max-height: none;
}
.pfFooter .footerButtonStopwatch {
    line-height: var(--height-footer);
}

.pfFooter .footerButtonStopwatch>span,
.pfFooter .footerButtonStopwatch .dijitButtonNode {
    background: url(footer_stopwatchq.svg) no-repeat 5px center / 24px;
}

.pfFooter .footerButtonCiCoIn>span,
.pfFooter .footerButtonCiCoIn .dijitButtonNode {
    background-image: url(footer_checkedin.svg);
}

.pfFooter .footerButtonCiCoOut>span,
.pfFooter .footerButtonCiCoOut .dijitButtonNode {
    background-image: url(footer_checkedout.svg);
}

.pfFooter .footerButtonCiCoAlert>span,
.pfFooter .footerButtonCiCoAlert .dijitButtonNode {
    background-image: url(footer_systemalert.svg);
}

.pfFooter fp-popup.cicoBreakWarning {
    height: 80vh;
    width: 65vw;
    /*background-size: cover;*/
    /*box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);*/
    /*border-radius: 8px;*/
    /*overflow: hidden;*/
}
.pfFooter fp-popup.cicoBreakWarning::part(popup){
    height: 100%;
    width: 100%;
}

.pfFooter fp-popup.cicoBreakWarning.breakPicture::part(popup),
.cicoBreakWarningBackgroundPicture{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 50%), url(pause.jpg) center;
    background-size: cover;
}

.pfFooter fp-popup.cicoBreakWarning.welcomePicture::part(popup),
.cicoWelcomepageBackgroundPicture{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 50%), url(welcome.jpg) center;
    background-size: cover;
}

.breakmodule-lower-right-hand-corner {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 7px;
    display: block;
}

a.breakmodule-lower-right-hand-corner > fp-stopwatch.stopwatch {
    float:right;
}

a.breakmodule-lower-right-hand-corner > fp-stopwatch.stopwatch, a.breakmodule-lower-right-hand-corner > fp-inline-svg.jmlImageContainer,  a.breakmodule-lower-right-hand-corner > div.totalBreak{
    color: white;
    vertical-align: middle;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    font-size: 20px;
}

div.welcomepage-lower-left-hand-corner {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 7px;
    display: block;
}
fp-popup.cicoBreakWarning.welcomePicture img.avatar {
    position: absolute;
    top: 50%;
    left: 50%;
    --icon-size: min(20vw, 20vh);
    margin-left: calc(var(--icon-size) / -2);
    margin-top: calc(var(--icon-size) / -2);
}

@media(max-width: 1280px) {
    .pfFooter fp-popup.cicoBreakWarning {
        width: 80vw;
    }
}

.pfFooter .cicoBreakWarning h1 {
    color: white;
    font: var(--font-header);
    letter-spacing: 2px;
    text-align: center;
    margin: 20px 0;
}

.pfFooter .cicoBreakWarning .list {
    text-align: left;
    margin-left: auto;
    width: 300px;
    margin-top: -50px;
}

@media screen and (max-width: 1100px) {
    .pfFooter fp-popup.cicoBreakWarning .list {
        margin-top:0;
    }
    .pfFooter fp-popup.cicoBreakWarning .list .jmlAction.inaktiv{
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .pfFooter fp-popup.cicoBreakWarning .list {
        margin-right: auto;
    }

    .pfFooter fp-popup.cicoBreakWarning .list .jmlAction {
        background-color: var(--color-tint-dark-50);
        border-radius: 4px;
    }
}

.pfFooter .cicoBreakWarning a.jmlAction11 img {
    vertical-align: text-bottom;
    height: 24px;
    width: 24px;
}

.pfFooter .cicoBreakWarning a.jmlAction11 {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    font-size: 20px;
    line-height: 32px;
    margin: 10px;
    display: block;
}

.pfFooter .cicoBreakWarning a.jmlAction11:not(.inaktiv){
    color: white;
}

@keyframes chatBackgroundBlinker {
    from {
        background: rgba(255, 0, 116, 0.5);
    }
    to {
        background: rgba(255, 182, 50, 0.49);
    }
}

.pfFooter .footerButtonChatUnread {
    animation-name: chatBackgroundBlinker;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    animation-iteration-count: 30;
    /* nach einer MInute ist das nicht mehr aktuell */
}

.pfFooter .footerButtonCookie .dijitButtonNode .dijitButtonContents {
    padding: 0px 18px 0px 18px;
}

.pfFooter .footerButtonStopwatch .dijitButtonNode .dijitButtonContents {
    padding-left: 32px;
}

.pfFooter .footerButtonStopwatch .stopwatchLabel {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
}

/* --- Ende FOOTER --------------------------------- */
