.correct{
	background-color: rgb(0, 255, 0);
}

.colGrid{
	
}


.gridCol {
	display: inline-block;
}

.gridRow {
}

.gridRow.margin_bottom_0{
	margin-bottom: 0px !important;
}

.gridCell {
	font-size: 1.5rem;
	vertical-align: top;
	height: max-content;
	min-width: 2.5rem;
	min-height: 2.5rem;
}

.gridCell.inputCell {
	width: 2.5rem !important;
	height: max-content !important;
	margin-bottom: 0px;
}

.gridCell.inputCell.max_content {
	width: max-content !important;
}

.gridCell.inputCell.margin_bottom_1rem{
	margin-bottom: 1rem !important;
}

.gridCell.inputCell.margin_right_1rem{
	margin-right: 1rem !important;
}


.gridCol .gridCell {
	display: block;
}

.gridRow .gridCell {
	display: inline-block;
}

.gridCol .gridCell.opreratorCell {
}




.gridCell.draggable {
	border: 1px solid #cccccc !important;
}

.gridCell.draggable:hover {
	cursor: move;
	background-color: rgb(255, 255, 0);
}




.gridCell.border {
	border: 1px solid #cccccc !important;
}

.gridCell.border-white {
	border: 1px solid #ffffff !important;
}

.gridCell.disabled {
	background-color: rgb(225, 225, 225);
}

.gridCell.dark {
	background-color: rgb(0, 0, 0);
}

.gridCell.correct {
	background-color: rgb(0, 255, 0);
}

.gridCell.part_correct {
	background-color: rgb(230, 255, 230);
}

.gridCell.incorrect {
	color: rgb(255, 0, 0);
}

.circleBase {
	border-radius: 50%;
	behavior: url(PIE.htc); /* remove if you don't care about IE8 */
}

.shapeCircleContainer{
	height: max-content !important;
	margin-top: 10px;
}

.shapeCircle {
	display: block;
	margin: 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 2px;
	border: 1px solid inherit;
}

.shapeCircle.active {
	background-color: rgb(0, 255, 0);
}

.shapeCircle.inactive, .shapeCircle.inactive.clickable, .shapeCircle.active.clickable
	{
	background-color: #eeeeee;
}

.shapeCircle.active.clicked {
	background-color: rgb(0, 255, 0);
}

.shapeCircle.inactive.clicked {
	background-color: rgb(255, 0, 0);
}

.shapeCircle.clickable:hover, .shapeCircle.clicked:hover {
	cursor: pointer;
	border: 1px solid #444444;
}

.thumbnail_img_row {
	margin-top: 20px;
}

.thumbnail_img {
	display: inline-block;
	margin-right: 1%;
	width: 32%;
	max-width: 200px;
}

.inline_block {
	display: inline-block;
}

.voice-on-click:hover {
	background-color: #eeeeee;
	cursor: pointer;
}

.chess_cell {
	border: 1px solid #333333;
	background-color: rgb(70, 255, 70);
	width: 50px;
	height: 50px;
}


.gridCell.swappable {
	background-color: inherit;
}

.gridCell.swappable:hover {
	cursor: cell;
}

.gridCell.swappable.swap_selected {
	background-color: #ffff00;
}

.gridCell.swappable.swapped {
	background-color: rgb(230, 230, 255);
}

.gridCell.swappable.correct {
	background-color: rgb(0, 255, 0);
}


.gridCell.swappable.incorrect {
	color: rgb(255, 0, 0);
}



img.gridCell.swappable {
	border: 2px solid rgb(255, 255, 255) !important;
}

img.gridCell.swappable.incorrect {
	border: 2px solid rgb(255, 255, 255) !important;
}


img.gridCell.swappable.swap_selected {
	border: 2px solid #ffff00 !important;
}

img.gridCell.swappable.swapped {
	border: 2px solid rgb(0, 0, 255) !important;
}

img.gridCell.swappable.correct {
	border: 2px solid rgb(0, 255, 0) !important;
}

@media only screen and (min-width: 681px) and (max-width: 979px) {
	.gridCell {
	}
	.gridCell.inputCell {
	}
	.gridRow .gridCell {
	}
	
	.gridCol .gridCell.smallWidth {
	}
	
}

@media only screen and (max-width: 680px) {
	.gridCell {
	}
	.gridCell.inputCell {
	}
	.gridRow .gridCell {
	}

	.gridCol .gridCell.smallWidth {
	}
	
}

