﻿.poweredByBar {
    height: 42px;
    background-color: #001F33;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
    padding-left: 10px;
}

.poweredBy {
    position: absolute;
    right: 0;
    top: 0;
}

.footerText {
    color: #C9C9C9;
    font-family: "Segoe UI";
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
}

.footerLinksContainer {
    display: flex;
}

    .footerLinksContainer a:hover {
        color: #FFFFFF;
        text-decoration: underline
    }

.linksContainer {
    display: flex;
}

.footerBurger {
    display: none;
}

.footerVersionContainer {
    display: flex;
}

.verticalSeperator {
    border-left: 1px solid #C9C9C9;
    height: 16px;
    margin-left: 8px;
    margin-right: 8px;
}

#ctl00_versionPopUp, #versionPopUp {
    display: none;
}

.popUpIcon {
    display: none;
}

.dataLocation {
    display: none;
}

@media only screen and (min-width: 800px) {
    .linksContainer {
        display: flex !important;
        align-items: center;
    }
}

@media only screen and (max-width: 800px) {
    .poweredByBar {
        justify-content: flex-start;
        padding-left: 0px;
    }

    .footerBurger {
        display: flex;
        color: #C9C9C9;
        font-size: 19pt;
        justify-content: center;
        align-items: center;
        z-index: 1000000;
        height: inherit;
    }

    .linksContainer {
        flex-direction: column;
        position: absolute;
        background-color: #FFFFFF;
        min-width: 160px;
        bottom: 43px;
        width: 500px;
        display: none;
    }

    .verticalSeperator {
        display: none;
    }

    .footerVersionContainer {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .footerLinksPopUp {
        background-color: #FFFF
    }

    .footerLinksContainer {
        flex-direction: column-reverse;
        width: 50px;
        display: inline-block;
        z-index: 100000000;
        height: inherit;
    }

    #ctl00_version, #version {
        display: none !important;
    }

    #ctl00_versionPopUp, #versionPopUp {
        display: block;
    }

    .popUpText {
        color: #000000;
        font-size: 14px;
        margin-left: 8px;
    }

        .popUpText:hover {
            color: #000000 !important;
        }


    .popUpRow {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 22px;
    }

        .popUpRow:active {
            background: #F1F1F1
        }

        .popUpRow > .popUpIconContainer {
            width: 30px;
            text-align: center;
        }

            .popUpRow > .popUpIconContainer > .popUpIcon {
                display: block;
                color: #000000;
                font-size: 14pt;
            }


    .dataLocation {
        display: block;
    }

    .centerContainer {
        position: unset;
        top: 0%;
        left: 0%;
        transform: translate(0%,0%);
        margin-bottom: 40px;
    }

    .accountBackground {
        overflow: auto;
    }
}
