
/*========================================================================
Framework styles
========================================================================*/

#background {
    overflow: hidden;
    background-attachment: local;
    white-space: nowrap;
    background-repeat: 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%
}

.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[type=checkbox] 
{
    width: 20px;
	/* vertical-align: middle; */
	margin: 0px;
    -webkit-appearance: value;
}

input[type=text] 
{
     min-width: 30px; 
	 max-width:340px;
	 width : 30px;
	 /* height: 20px; */
	 text-align: center;
	margin: 0px;
    -webkit-appearance: value;
}

/*
input {
    border-radius: 0;
    -webkit-appearance: none;
}*/

.author 
{
	  color: #7AB1B4;
	  flex: 0 0 40px;
	  vertical-align: middle;
}

.word
{
	opacity: 1;
	visibility: visible;
}

.sentence
{
	opacity: 1;
	visibility: visible;
}

.exerciseSection
{
	opacity: 1;
	visibility: visible;
	padding-bottom: 5px;
	display: flex;

	/* flex-wrap: nowrap; */
	/* justify-content: space-between; */
		/* vertical-align: middle; */
	/*width: 480px;*/
}

/* .textSection */
/* { */
	/* min-width: 400px; */
/* } */

/* .game-image-area */
/* { */
	/* width: 200px; */
	/* height: 200px; */
/* } */

.audioOnlySection
{
	display: none;
}

.notRevealedSection
{
	display:none;
}

/* hack */
.framework-ext-text
{
	width: 99%;
}

.markable
{
	/* padding-top: 3px; */
	/* padding-bottom: 3px; */
	border-width: 2px;
	border-color: black;
	box-decoration-break: clone;
	/* vertical-align: middle; */
}

/* *, *:before, *:after {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
  } */


/* .tooltip-inner {
    font-size: 20px;
    background-color:red;
}

.tooltip.top .tooltip-arrow {
    border-top-color:red;
} */

/* .hint {
}

.answerHint {
    width: 800px;
    max-width: 800px;
} */