/* ------------------------------------------------------------------------------------------------- */


/* -------------------------------                                     ----------------------------- */


/* -------------------------------     Footer   - Standard-Styles      ----------------------------- */


/* -------------------------------                                     ----------------------------- */


/* ------------------------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------------------------------- */

div.footer {
    width: 100%;
}

@media (min-height: 640px) {
    div.footer {
        bottom: 0px;
        width: 100%;
        /*position: fixed;*/
        /*z-index: 900;*/
    }
}

.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);
    --color-button-back: transparent;
    --color-button-font:  var(--color-footer-font);
    display: flex;
    height: var(--height-footer);
    align-content: center;
}

.pfFooter a {
    text-decoration: none;
    color: inherit;
}


/* .pfFooterCell {} */

.pfFooterCellLeft {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pfFooterCellMiddle,
button.jmlPopupButton.pfFooterCellMiddle {
    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);
}

.pfFooterCellMiddleLabel>span {
    border: none !important;
}

.pfFooterCellMiddle>span {
    cursor: pointer;
    border: none !important;
    color: #fff;
    /*margin: 5px 10px;*/
}

.pfFooterCellMiddleempty {
    flex: 1;
    width: 100%;
    border-right: solid 1px rgba(0, 0, 0, 0.25);
}

.pfFooterCellMiddleSupport,
button.jmlPopupButton.pfFooterCellMiddleSupport {
    /*line-height: 28px;*/
    border-left: none;
    background-size: 16px 14px;
    /*background-image: url(support_mode_footer.svg);*/
    background-color: var( --color-accent);
    color: var( --color-accent-contrast);
    background-position: center center;
    background-repeat: no-repeat;
}

button.jmlPopupButton.pfFooterCellMiddleSupport fp-inline-svg{
    height: 24px;
    width: 24px;
    color: var( --color-accent-contrast);
}

.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;
}

.pfFooterCellRight {
    display: flex;
    flex-direction: row;
}

.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);
}

button.footerButton:hover,
.footerButton:hover, #suppPopupbutton:hover{
    background: rgba(255, 255, 255, .1);
}

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 .jmlPopupButton .dijitButtonNode .dijitDownArrowButton,
.pfFooter .jmlPopupButton .dijitButtonNode .dijitDownArrowButton .dijitButtonText {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.pfFooter .pfFooterCellMiddleSupport .jmlPopupButton .dijitButtonContents {
    color: #FFF;
    width: 180px;
    text-align: center;
}

.pfFooter .jmlPopupButton .dijitButtonNode .dijitDownArrowButton .dijitArrowButtonInner,
.pfFooter .jmlPopupButton .dijitButtonNode .dijitDownArrowButton .dijitArrowButtonChar,
.pfFooter .jmlPopupButton .dijitButtonNode .dijitIcon {
    display: none;
}

.pfFooter .footerButton>a img {
    vertical-align: middle;
}

.pfFooter .footerButton>span,
.pfFooter .footerButton>a,
.pfFooter .footerButton .dijitButtonNode {
    display: flex;
    align-items: center;
    height: 32px;
    font-size: 14px;
    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.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;
}


/* Platz für die Hintergrundbilder: (wegen des Title-Attributs ganz tief im Baum */

.pfFooterCellRight .footerButton .dijitButtonNode .dijitButtonContents,
.pfFooterCellRight .footerButton .footerButtonInactive {
    padding: 0px 8px 0px 28px;
}


/* Platz für die Hintergrundbilder: (wegen des Title-Attributs ganz tief im Baum */

.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 .cicoBreakWarning {
    height: 80vh;
    width: 65vw;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 50%), url(pause.jpg) center;
    background-size: cover;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    overflow: hidden;
}

@media(max-width: 1280px) {
    .pfFooter .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;
}

.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;
    color: white;
    margin: 10px;
    display: block;
}

@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 --------------------------------- */


/*jmlPopupButton cookie-on has-worker-switch*/

#sessionButtonbutton {
    background-image: none;
    vertical-align: middle;
    height: 64px;
    padding: 8px 8px;
}

#sessionButtonbutton .label {
    padding-right: 52px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    position: relative;
}

#sessionButtonbutton .label img {
    height: 48px;
    width: 48px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
}

#sessionButtonbutton .footerButtonSwitchable .dijitButtonNode {
    background-image: url(footer_userswitch.svg);
}

#sessionButtonbutton .footerButtonUserC .dijitButtonNode {
    background-image: url(footer_user_cookie.svg);
}

#sessionButtonbutton .footerButtonSwitchableC .dijitButtonNode {
    background-image: url(footer_userswitch_cookie.svg);
}

#sessionButtonbutton .footerButtonSwitchableC_RA .dijitButtonNode {
    background-image: url(footer_userswitch_cookie_ra.svg);
}

#sessionButtonbutton .footerButtonSwitchable_RA .dijitButtonNode {
    background-image: url(footer_userswitch_ra.svg);
}

#sessionButtonbutton .pfFooterWorkerSwitched .footerButtonUserC {
    background: #FFB168;
}