#help
{
    width: 100%;
	height: 100%;
    display: none;
}

#helpFilter
{
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.7) 30%, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.7) 70%, rgba(0,0,0,0.2) 100%);
}

#helpFrame
{
	width: 50%;
	height: 100%;
    top: 0%;
    left:25%;
    background: url("../resources/image/stripe00.png");
	background-size: auto 100%;
    -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.4) 80%, rgba(0,0,0,0) 100%);
	mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.4) 80%, rgba(0,0,0,0) 100%);
}

#helpTitle
{
    width: 8%;
    height: 5%;
    left: 46%;
    top: 20%;
    color: var(--text-light-color);
    text-shadow: var(--text-shadow-dark);
}

#helpElements0, #helpElements1
{
    width: 20%;
    height: 50%;
    top: 30%;
}

#helpElements0
{
    left: 30%;
}

#helpElements1
{
    left: 50%;
}

#helpElement0, #helpElement1, #helpElement2, #helpElement3, #helpElement4, #helpElement5, 
#helpElement6, #helpElement7, #helpElement8, #helpElement9, #helpElement10, #helpElement11, 
#helpClose
{
    position: relative;
    width: 70%;
    height: 10%;
    left: 15%;
    margin-bottom: 5%;
    color: var(--text-light-color);
    text-shadow: var(--text-shadow-dark);
    font-size: var(--text-font-size);
}

#helpElement0::before, #helpElement1::before, #helpElement2::before, #helpElement3::before, #helpElement4::before, #helpElement5::before,
#helpElement6::before, #helpElement7::before, #helpElement8::before, #helpElement9::before, #helpElement10::before, #helpElement11::before, 
#helpClose::before
{
    border-color: var(--border-light-color);
}

#helpClose
{
    position: absolute;
    width: 10%;
    height: 5%;
    left: 45%;
    top: 85%;
}

#helpOpen
{
    width: 2%;
    height: 3.6%;
    left: 96.5%;
    top: 94%;
    opacity: 80%;
    background-image: url(../resources/image/help00.png);
    display: none;
}
