﻿

#container {
    width: 100%;
    background-color: #333;
    display: flex;
    align-items: center;
    touch-action: inherit;
    justify-content: center;
    overflow: hidden;
    border-radius: 7px;
}


.imgbasic {
    z-index: 30;
}


.flebasic {
    background: linear-gradient(lightgreen 25%, white);
    border: groove;
    font: inherit;
    color: slategrey;
    font-size: 12px;
    border-bottom: 1px solid #111;
    white-space: normal;
    border-top-left-radius: 8px 8px;
    border-top-right-radius: 8px 8px;
    border-bottom-right-radius: 8px 8px;
    border-bottom-left-radius: 8px 8px;
    width: 120px;
    display: block;
    word-break: normal;
    z-index: 20;
}

.btnlanguage {
    background: linear-gradient(lightgreen 25%, white);
    border: none;
    font: inherit;
    color: slategrey;
    font-size: 14px;
    border-bottom: 1px solid #111;
    white-space: normal;
    border-top-left-radius: 8px 8px;
    border-top-right-radius: 8px 8px;
    border-bottom-right-radius: 8px 8px;
    border-bottom-left-radius: 8px 8px;
    width: 30px;
    display: block;
    word-break: normal;
    z-index: 20;
}

.btnbasic {
    background: linear-gradient(lightgreen 25%, white);
    border: none;
    font: inherit;
    color: slategrey;
    font-size: 14px;
    border-bottom: 1px solid #111;
    white-space: normal;
    border-top-left-radius: 8px 8px;
    border-top-right-radius: 8px 8px;
    border-bottom-right-radius: 8px 8px;
    border-bottom-left-radius: 8px 8px;
    width: 120px;
    display: block;
    word-break: normal;
    z-index: 20;
}


.btnbasicrev {
    background: linear-gradient(white 10%, lightgreen);
    border: none;
    font: inherit;
    color: slategrey;
    font-size: 14px;
    border-bottom: 1px solid #111;
    white-space: normal;
    border-top-left-radius: 8px 8px;
    border-top-right-radius: 8px 8px;
    border-bottom-right-radius: 8px 8px;
    border-bottom-left-radius: 8px 8px;
    width: 120px;
    display: block;
    word-break: normal;
    z-index: 20;
}

.txtbasic {
    border-radius: 15px;
    left: 60px;
    height: 20px;
    width: 270px;
    position: absolute;
    background-color: lightyellow;
    z-index: 15;
}


.item {
    border-radius: 15px;
    font-size: 14px;
    user-select: none;
    position: absolute;
    touch-action: inherit;
}

.item2 {
    border-radius: 15px;
    user-select: none;
    position: absolute;
    touch-action: none;
}

.green {
    height: 25px;
    background-color: lightgreen;
    border-width: 1px;
    font-size: larger;
    margin-left: 4px;
    margin-right: 4px;
}

.yellow {
    height: 25px;
    background-color: yellow;
    border-width: 1px;
    font-size: larger;
    margin-left: 4px;
    margin-right: 4px;
}

.red {
    height: 25px;
    background-color: orangered;
    border-width: 1px;
    font-size: larger;
    margin-left: 4px;
    margin-right: 4px;
}

.item:active {
    opacity: .75;
}

.item:hover {
    cursor: pointer;
}

.lbltext {
    border-radius: 15px;
    position: absolute;
    background-color: lightgrey;
    z-index: 20;
}

.lblbackground {
    border-radius: 15px;
    left: 50px;
    top: 50px;
    position: absolute;
    background-color: lightgrey;
    z-index: 10;
}


.chkgreen {
    height: 20px;
    width: 50px;
    position: absolute;
    background-color: limegreen;
    border-top-left-radius: 8px 8px;
    border-top-right-radius: 8px 8px;
    border-bottom-right-radius: 8px 8px;
    border-bottom-left-radius: 8px 8px;
    z-index: 20;
}

.colgreen {
    background-image: linear-gradient(90deg, limegreen, lightgreen);
}

.chkgreenyellow {
    height: 20px;
    width: 50px;
    position: absolute;
    background-image: linear-gradient(90deg, limegreen, yellow);
    border-top-left-radius: 8px 8px;
    border-top-right-radius: 8px 8px;
    border-bottom-right-radius: 8px 8px;
    border-bottom-left-radius: 8px 8px;
    z-index: 20;
}

.colgreenyellow {
    background-image: linear-gradient(90deg, limegreen, yellow);
}

.chkyellow {
    height: 20px;
    width: 50px;
    position: absolute;
    background-color: yellow;
    border-top-left-radius: 8px 8px;
    border-top-right-radius: 8px 8px;
    border-bottom-right-radius: 8px 8px;
    border-bottom-left-radius: 8px 8px;
    z-index: 20;
}

.colyellow {
    background-image: linear-gradient(90deg, yellow, yellow);
}

.chkyellowred {
    height: 20px;
    width: 50px;
    position: absolute;
    background-image: linear-gradient(90deg, yellow, lightcoral);
    border-top-left-radius: 8px 8px;
    border-top-right-radius: 8px 8px;
    border-bottom-right-radius: 8px 8px;
    border-bottom-left-radius: 8px 8px;
    z-index: 20;
}

.colyellowred {
    background-image: linear-gradient(90deg, yellow, lightcoral);
}

.chkred {
    height: 20px;
    width: 50px;
    position: absolute;
    background-color: red;
    border-top-left-radius: 8px 8px;
    border-top-right-radius: 8px 8px;
    border-bottom-right-radius: 8px 8px;
    border-bottom-left-radius: 8px 8px;
    z-index: 20;
}

.colred {
    background-image: linear-gradient(90deg, lightcoral, lightcoral);
}

.txtremarks {
    left: 60px;
    top: 140px;
    height: 100px;
}


.lblline {
    text-align-last: center;
    left: 60px;
    top: 330px;
    height: 20px;
    width: 275px;
    position: absolute;
    background-color: transparent;
    z-index: 20;
}


@media (min-width: 50em) {
    aside {
        float: left;
        width: 50%;
    }
}
