
/*========================================================================
Framework styles
========================================================================*/

#background {
    overflow: hidden;
    background-attachment: local;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-size: contain;
}

.mask-menu-bg {
	/* Set border inside of a div */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.mask-menu-bg-img {
	position: absolute;
	width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.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
========================================================================*/

.game-board-frame {
    line-height: 1;
}

.game-task-sort-list {
    list-style-type: none;
    /*margin: 0;
    padding: 0;
    width: 450px;*/
}

.game-task-sort-list-sortable {
    /*margin: 3px 3px 3px 0;
    padding: 1px;*/
    float: left;
    cursor: pointer;
}

input {
    border-radius: 0;
    -webkit-appearance: none;
}

/* *, *:before, *:after {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
  } */