﻿.link-align {
    flex: 1 1 100%;
    box-sizing: border-box;
    max-width: 75%;
    justify-content: flex-start;
    color: #00629a;
    flex-direction: row;
    display: flex;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-color: #eff1f2;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 2;
    line-height: 40px;
}

.app-version {
    align-items: flex-end;
    font-weight: 700;
}

#a-corprateinformation, #a-legalnotice, #a-dataprotection, #a-privacysettings, #a-contentHelp {
    text-decoration: none;
    color: #00629a;
    padding-left: 25px;
    padding-right: 15px;
}

.footerlink {
    text-decoration: none;
    color: #00629a;
}

#contenthelpmodal {
    padding-top: 50px;
    width: 70%;
    height: 620px;
}

#contenthelp-body {
    width: 100%;
    float: right;
}

#privacymodaldialog {
    width: 700px;
    height: 620px;
}

#privacymodalcontent {
    width: 700px;
}

#privacymodalheader {
    width: 700px;
}

#logoutmodaldialog {
    width: 320px;
    height: 130px;
}

#logoutmodalcontent {
    width: 320px;
}

#logoutmodalheader {
    width: 320px;
}

.animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}
