
/*========================================================================
Framework styles
========================================================================*/

#background {
	border: 1px solid white;    
    overflow: hidden;
    background-attachment: local;
    white-space: nowrap;
    background-repeat: repeat;
    /* background-size: contain; */
}

.mask-menu-bg {
	border: 1px solid white;    
    background-color: #013B6B;
	/* 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%
}

.mask-menu-row {
	background-color: #013B6B;
	border: 1px solid white;
	opacity: 0.9;
	/* 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: #025AA3;
}

.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;
}

.ui-widget-content a:hover {
    color: #fff;
}

.ui-widget-content a:focus {
    color: #fff;
}

.ui-widget-content a:fisited {
    color: #fff;
}

/*========================================================================
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;
}
