.div-page
{
    max-width: calc(960px + 1.2em);
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: lightgoldenrodyellow;

}

.div-main
{
    margin-top: 0.5em;

}

.div-container
{
    width: 200px;
    height: 200px;
    position: relative;
    border:1px solid blue;
    user-select: none;
    margin-right: 1em;
    margin-bottom: 1em;
    float: left;
}

.div-show
{
    min-width: 480px;
    width: 480px;
    float: left;
    margin-bottom: 1em;
}

.div_show_line_1, .div_show_line_2, .div_show_line_3, .div_show_line_4
{
    display: flex;
    height: 120px;
    width: 100%;
}

.div_show_line_5
{
    display: flex;
    height: 80px;
    width: 100%;
}



.div_show_1, .div_show_2, .div_show_3, .div_show_4, .div_show_5, .div_show_6, .div_show_7, .div_show_8
{
    overflow: hidden;
    border-style: solid;
    border-color: white;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 4px;
    border-bottom-width: 4px;
}

.div_show_1
{
    width: 75%;
}

.div_show_2
{
    width: 25%;
}

.div_show_3
{
    width: 33%;
}

.div_show_4
{
    width: 67%;
}

.div_show_5
{
    width: 100%;
}

.div_show_6
{
    width: 15%;
}

.div_show_7
{
    width: 85%;
}

.div_show_8
{
    width: 100%;
}

.img_show_image
{
    width: 100%;

}

.div-separator
{
    height: 0.5em;
    background-color: #0099cc;
    width: 100%;
}


.div-menu
{
    height: 2em;
    width: 100%;
    background-color: #0099cc;
    display: flex;
}

.button-send
{
    margin-top: 0.3em;
    height: 1.8em;
    width: 16em;
    background-color: inherit;
    border-style: solid;
    border-color: white;
    border-radius: 0.5em;
    color: white;
    margin-right: 1em;
}

.div-help
{
    width: 2em;
}

.input-selectfile
{
    width: 0.1em;
    visibility: hidden;
}

.div-button
{
    margin-left: 0.5em;
    margin-top: 0.3em;
    height: 1.4em;
    background-color: inherit;
    border-style: solid;
    border-color: white;
    border-radius: 0.5em;
    border-width: 2px;
    color: white;
    font-size: 0.9em;
    text-align: center;
    display: table;
    margin-right: 1em;
}

.div-button:active
{
    color: #0099cc;
    background-color: white;
}

.div-button:hover
{
    opacity: 0.7;
}

.div-text
{
    margin-top: 0.3em;
    background-color: inherit;
    border-style: solid;
    border-color: transparent;
    border-radius: 0.5em;
    border-width: 2px;
    color: white;
    font-size: 0.9em;
    text-align: left;
    display: table;
    margin-right: 0.5em;
    margin-left: 0.5em;
}

.span-text
{
    display: table-cell;
    vertical-align: middle;
    padding-top: 0.07em;
}

.div-name
{
    font-size: 1em;
    margin-top: 0.215em;
}

.div-logo
{
    width: 1.8em;
    height: 1.8em;
    margin-top: 0.1em;
    background-color: white;
    border-radius: 0.9em;
    margin-left: 0.5em;
    margin-right: 0.3em;
}

.img-logo
{
    width: 70%;
    height: 70%;
    margin-top: 15%;
    margin-left: 15%;

}

.div-2
{
    width: 2em;
}

.div-4
{
    width: 4em;
}

.div-5
{
    width: 5em;
}

.div-6
{
    width: 6em;
}

.div-8
{
    width: 8em;
}

.div-10
{
    width: 10em;
}

.div-12
{
    width: 12em;
}

.div-16
{
    width: 16em;
}

.div-20
{
    width: 20em;
}

.div-black
{
    color: black;
    background-color: white;
    text-align: center;
}

.div-red
{
    color: red;
    background-color: white;
    text-align: center;
}

.div-green
{
    color: green;
    background-color: white;
    text-align: center;
}

.div-pixel
{
    height: 2em;
    background-color: #0099cc;
    display: flex;
}




.img-covered
{
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
}



.div-inner
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.selectFrame1
{
    width: 50px;
    height: 50px;
    top: 0px;
    left: 0px;
    position: absolute;
    border-style: solid;
    border-width: 2px
;
    border-color: red;
}

.selectFrame2
{
    width: 50px;
    height: 50px;
    top: 0px;
    left: 0px;
    position: absolute;
    border-style: solid;
    border-width: 2px;
    border-color: green;
}

.selectFrame1_scaler
{
    width: 12px;
    height: 12px;
    top: calc(100% - 10px);
    left: calc(100% - 10px);
    position: relative;
    background-color: red;
}

.selectFrame2_scaler
{
    width: 12px;
    height: 12px;
    top: calc(100% - 10px);
    left: calc(100% - 10px);
    position: relative;
    background-color: green;
}

.stack-top
{
    z-index: 9;
}

.blure
{
    opacity: 10%;
}

.img-selected-image
{
    max-width: 40em;
    width: calc(100%);
}

.div-header
{
    margin-bottom: 1em;
}

.div-fooder
{
    color: red;
    display: flex;
    margin-top: 1em;
    display: inline-flex;
}

.div-fooder-col-2
{

}

.div-fooder-col-2
{
    color: blue;
}





.div-galery-frame
{
    margin-top: 0.5em;
    margin-bottom: 0.2em;
}

.div-admin-frame
{
    background-color: #0099cc;
    height: 2em;
    display: flex;
}

.img-galery
{
    height: 6em;
    margin-right: 0.3em;
    margin-bottom: 0.1em;
}

.div-indicator
{
    height: 1.2em;
    width: 1.2em;
    border-radius: 0.6em;
    background-color: transparent;
    border-color: white;
    border-width: 0.1em;
    border-style: none;
    display: table;
    margin-top: 0.3em;
}

.div-bg-red
{
    background-color: red;
}

.div-bg-green
{
    background-color: green;
}

.div-login-frame
{
    background-color: #0099cc;
    height: 2em;
    display: flex;
}

.form-input
{
    display: flex;
    margin-right: 0.5em;
}

.div-input
{
    display: table;
    margin-right: 0.5em;
    margin-left: 0.5em;
    margin-top: 0.3em;
}