﻿
html, body, #form1 {
    height: 100%;
    background-image: url("../Gfx/Screenshot 2025-10-06 095638.jpg");
    background-repeat: no-repeat;
    background-position: center top; /* centers horizontally */
}

.hidden{
    display: none
}

#container {
    width: 1180px;
    margin: auto;
}

#content{
    width: 830px;
    position: relative;
}

#configContainer{
    position: absolute;
    top: 272px;
    left: 1px;
    margin-top: 0px;
    height: 530px;
}

#config {
    float: left;
    width: 420px;
    height: 420px;
    position: relative;
}

#menu {
    float: right;
    width: 400px;
    height: 100%;
    position: relative;
}

#sizeContainer {
    height: 45px;
    width: 185px;
    position: absolute;
    top: 150px;
    left: 75px;
}

.sizebox {
    position: absolute;
    width: 56px;
    height: 45px;
}

#size19 {
    top: 0px;
    left: 0px;
}

#size32 {
    top: 0px;
    left: 60px;
}

#size40 {
    top: 0px;
    left: 120px;
}

#colorContainer {
    height: 30px;
    width: 250px;
    position: absolute;
    top: 201px;
    left: 75px;
}

.colorbox {
    position: absolute;
    width: 25px;
    height: 30px;
    border: solid 0px #ff0000
}

#antracit {
    top: 0px;
    left: 10px;
}

#blaa {
    top: 0px;
    left: 36px;
}

#brun {
    top: 0px;
    left: 60px;
}

#groen {
    top: 0px;
    left: 85px;
}

#hvid {
    top: 0px;
    left: 110px;
}

.viewer-zoom-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content {
    position: relative;
    width: 100%;
    height: 100%;
    border: solid 0px #808080
}

    .content img {
        /*opacity: 0;
            transition: opacity .6s linear .85s;*/
    }

        .content img.loaded {
            opacity: 1;
        }


/* panning css */
.img-pan-container, .img-pan-container img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.img-pan-container {
    position: relative;
    overflow: hidden;
    cursor: move;
    height: 100%;
    width: 100%;
}

    .img-pan-container img {
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        position: absolute;
        top: 0;
        left: 0;
    }

.viewer-turntable-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .viewer-turntable-content img {
        width: 100%;
        height: 100%;
        cursor: grab
    }

    .viewer-turntable-content ul {
        width: 100%;
        height: 100%;
    }

        .viewer-turntable-content ul li {
            width: 100%;
            height: 100%;
        }

.viewer-zoom-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flex-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .flex-container > div {
        margin: 10px;
    }



#turntableMaster li img {
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}


.cursor-pointer{
    cursor: pointer
}