div.header {
    width: 100%;
    height: 11%;
    background-color: white;
    border-bottom: 1px solid #c3c3c3;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

div.tabBar {
    width: 100%;
    height: 9%;
    border-top: 0.05vh solid #b1b1b1;
    background-color: RGBA(0, 0, 0, 0.5);
    float: left;
    box-sizing: border-box;
}

div.Tab {
    height: 89%;
    border-right: 0.1vh solid;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: RGBA(204, 204, 204, 0.5);
    cursor: pointer;
    float: left;
    box-sizing: border-box;
}

div.ConfiguratorTab {
    width: 9%;
    height: 100%;
    border: 0 1px 0 1px solid;
    float: left;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

font.ConfiguratorTab {
    position: absolute;
    bottom: 15%;
    left: 6%;
    font-weight: bold;
    font-size: 2.3vh;
    height: 30%;
}

img.ConfiguratorTab {
    height: 95%;
    position: absolute;
    right: 0;
    top: 5%;
}

div.blackbar {
    width: 100%;
    height: 10%;
    background-color: #000000;
    border: none;
    margin: 0;
    padding: 0;
    float: left;
}

div.redbar {
    height: 100%;
    background-color: #ff0000;
    border-right: 0.1vh solid #ff0000;
    margin: 0;
    margin-left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    box-sizing: border-box;
}

div.footerButton {
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footerLabel {
    margin-top: 1%;
    font-weight: bold;
    font-size: 2vh;
}

.footerText {
    font-size: 3.3vh;
    color: RGBA(204, 204, 204, 1);
}

@media screen and (max-aspect-ratio: 990/550) {
    .footerLabel {
        font-size: 1.111vw;
    }

    .footerText {
        font-size: 1.833vw;
    }

    font.ConfiguratorTab {
        font-size: 1.278vw;
    }

    div.Tab {
        border-width: 0.0566vw;
    }

    div.redbar {
        border-width: 0.0566vw;
    }
}
