
/*========================================================================
Framework styles
========================================================================*/

#background {
    overflow: hidden;
    background-attachment: local;
    white-space: nowrap;
    background-repeat: no-repeat;
}

.mask-menu-bg {
	/* Set border inside of a div */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}

.mask-menu-bg-img {
	position: absolute;
	/*width: 100%;*/
	/*height: 100%;*/
}

.mask-menu-row {
	background-color: #fff;
	opacity: 0.9;
	border: 1px solid black;
	/* Set border inside of a div */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.mask-menu-row-text {
    display: inline-block;
    min-width: 180px;
}

.mask-menu-row:hover {
    background-color: #98d58a;
}

.mask-menu-row-arrow {
    width: 13px;
    height: 9px;
    background-image: url('../assets/images/dot_arrow.png');
}

.mask-menu-row-dot {
    width: 24px;
    min-height: 24px;
    background-image: url('../assets/images/dot_gray.png');
}

.mask-menu-start-container {
    width: 80%;
}
/*
.mask-menu-start-text {
	width: 100%;
}
*/

.mask-ingame-bg {
    background: #B0B0B0;
    opacity: 0.6;
}

.dotline-dot-gray {
    width: 24px;
    height: 24px;
    background-image: url('../assets/images/dot_gray.png');
}

.dotline-dot-wrong {
    width: 24px;
    height: 24px;
    background-image: url('../assets/images/dot_wrong.png');
}

.dotline-dot-right {
    width: 24px;
    height: 24px;
    background-image: url('../assets/images/dot_right.png');
}

.dotline-dot-black {
    width: 24px;
    height: 24px;
    background-image: url('../assets/images/dot_black.png');
}
.dotline-dot-cross {
    width: 24px;
    height: 24px;
    background-image: url('../assets/images/dot_crossed.png');
}

.dotline-dot-num {
    top:4px;
}


/*========================================================================
Game styles
========================================================================*/
