.icon {
	width: 1em;
	height: 1em;
}

.clickable {
	cursor: pointer;
}

.navigation .right {
    margin-left: 80%;
}

.dot {
	height: 25px;
	width: 25px;
	border-radius: 50%;
	display: inline-block;
}

.dot-reaction {
	height: 25px;
	width: 25px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
}

.game-panel {
	border: thin black solid;
	position: relative;
}

.square {
	height: 25px;
	width: 25px;
	display: inline-block;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

input[type="number"].red {
  border: thin solid red;
}

input[type="number"].green {
  border: thin solid green;
}

input[type="number"].yellow {
  border: thin solid yellow;
}

.circle-with-content {
  	border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;

    border: 2px solid #666;
    color: #666;
    text-align: center;
}

.circle-with-content.draggable:hover {
	cursor: pointer;
    background: green;
}

.puzzle > .draggable:hover {
	cursor: pointer;
}

.puzzle {
	width: 500px;
  height: 500px;
}

.puzzle > div, .puzzle > img {
	width: 33.333%;
  	height: 33.333%;
  	border: 1px solid black;
  	background-color: grey;
  	background-size: 300%;
}

.puzzle > img {
  	background: url(../psi.png) no-repeat;
}

.puzzle9 > img.piece1 {
  	background-position: 0 0;
}
.puzzle9 > img.piece2 {
  	background-position: 50% 0;
}
.puzzle9 > img.piece3 {
  	background-position: 100% 0;
}
.puzzle9 > img.piece4 {
  	background-position: 0 50%;
}
.puzzle9 > img.piece5 {
  	background-position: 50% 50%;
}
.puzzle9 > img.piece6 {
  	background-position: 100% 50%;
}
.puzzle9 > img.piece7 {
  	background-position: 0 100%;
}
.puzzle9 > img.piece8 {
  	background-position: 50% 100%;
}
.puzzle9 > img.piece9 {
  	background-position: 100% 100%;
}

.shop-background {
   	background: lightblue url(/images/shop_game/background.jpg) no-repeat center;
   	background-size: cover;
	height: 300px;
}

.shop-background .autogrid {
	height: 50px;
}

.shop-background .autogrid > .col {
	border: thin solid red;
}
.shop-background > .col {
	border: thin solid red;
}

.clock {

}

.game-overview {
    background: white;
    border: thin solid black;
    height: 600px;
    width: 800px;
    top: 0px;
    left: 0px;
}

.game-menu {
    background-color: white;
    border: 3px solid green;
    position: absolute;
    top: 15px;
    left: 815px;
    height: 605px;
    width: 200px;
}

.strong {
    font-weight: 800;
}

.progress-bar {
    border: thin solid #ddd;
    background-color: #ddd;
    display: table-cell;
    height: 20px;
}

.progress-bar.start {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.progress-bar.end {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.progress-bar.active {
    background-color: blue;
}

table.list tr:nth-child(even) {
    background-color: #EEE;
}

table.list tr:nth-child(even):hover {
    background-color: #DDD;
}

table.list tr:nth-child(odd):hover {
    background-color: #CCC;
}

strong {
    font-weight: bold;
}

[v-cloak] {
    display: none
}
