﻿#top-container, footer, #body-container {
    /*opacity: 0.5;*/ /*DEBUG*/
}

#menu, .div-with-fade-border {
    display: none;
}

#body-container {
    height: 47.7vw;
    font-size: 0;
    background-color: white;
}


#steps-container {
    background-image: url(../../images/BoxMaker/Desktop/select-box-capacity-progress-bar.png);
    height: 5.9vw;
    /* border: 1px solid red; */ /*DEBUG*/
    background-repeat: no-repeat;
    background-size: cover;
}

#form-title {
    height: 3vw;
    /* border: 1px solid red; */ /*DEBUG*/
    font-size: 1.47vw;
    font-weight: 500;
    margin-top: 2.2vw;
    margin-right: 4vw;
    color: black;
    position: relative;
    padding-right: 1.3vw;
}

    #form-title:after {
        content: "";
        position: absolute;
        top: 0.3vw;
        height: 1.5vw;
        width: 0.5vw;
        background-color: #00b262;
        right: 0;
        border-radius: 1vw;
    }

#capacities {
    height: 3.5vw;
    /*border: 1px solid red;*/ /*DEBUG*/
    margin-right: 3.65vw;
    margin-top: 0.5vw;
}

.capacity {
    font-size: 1.505vw;
    display: inline-block;
    background-color: #a8a8a8;
    width: 9.4vw;
    border-radius: 1vw;
    font-weight: 500;
    text-align: center;
    /*border: 1px solid blue;*/ /*DEBUG*/
    color: white;
    margin-left: 1.8vw;
    cursor: pointer;
}

    .capacity.active {
        background-color: #00b262;
        cursor: inherit;
    }

#capacity-properties {
    margin-right: 3.9vw;
    margin-top: 0.15vw;
}

.capacity-property {
    position: relative;
    font-size: 1.47vw;
    display: inline-block;
    padding-left: 0.7vw;
    margin-left: 0.8vw;
}

    .capacity-property:not(:last-child):after {
        content: "";
        position: absolute;
        top: 0.5vw;
        height: 1.3vw;
        width: 0.1vw;
        background-color: #00b262;
        left: 0;
    }

#party-img-container {
    margin-top: 1.3vw;
    margin-right: 7.6vw;
    margin-left: 6.8vw;
}

#party-img {
    width: 100%;
    height: auto;
}

#selections-title-container {
    background-color: #282828;
    margin-top: 0.9vw;
    margin-right: 6.8vw;
    margin-left: 6.7vw;
    height: 8.6vw;
    border-radius: 2vw;
}

#selections-title {
    font-size: 0;
    margin-right: 34.2vw;
    /* border: 1px solid red; */
    height: 2vw;
    padding-top: 1.3vw;
}

    #selections-title > div {
        position: relative;
        display: inline-block;
        font-size: 1.4vw;
        color: white;
        font-weight: 500;
        padding-left: 1.02vw;
    }

        #selections-title > div:not(:first-child) {
            padding-right: 1vw;
        }

        #selections-title > div:not(:last-child):after {
            content: "";
            position: absolute;
            top: 0.5vw;
            height: 1.1vw;
            width: 0.1vw;
            background-color: #00b262;
            left: 0;
        }

#box-capacity-title {
    min-width: 5.9vw;
    text-align: center;
}

#go-to-next-step {
    font-size: 1.4vw;
    color: white;
    background-color: #00b262;
    margin-right: 37vw;
    margin-top: 1.4vw;
    display: block;
    width: 11.5vw;
    border-radius: 1vw;
    text-align: center;
    height: 2.6vw;
    text-decoration: none;
}
