.fa-red {color: black;} /*  !!!  */
.fa-blue {color: blue;}
.fa-yellow {color: yellow;}
.fa-white {color: white;}

.result-x-title div {
    display: inline-block;
    background-color: #eb1903;
    color: white;
    padding: 3px 10px 3px 10px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.result-img{
	width: 100%;
	position: absolute;
	z-index: -1
}

.result-img-zone{
	overflow: hidden;
	padding-right: 0 !important;
	padding-left: 0 !important;
    -webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

.drag-result-block{
	cursor: move;
    width: 100%;
    height: 100%;
}

.win-zone{
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.4;
	display: none;
}
#win-zone-png {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.8;
	display: none;
}

#win-zone-75{
	z-index: 3;
}
#win-zone-15{
	z-index: 2;
}
#win-zone-10{
	z-index: 1;
}

.result-cross{
	font-size: 18px;
	width: 18px;
	text-align: center;
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	z-index: 4;
}

.best-cross{
	z-index: 5;
}

.winner-cross{
	z-index: 6;
}

.zoom-control{
	position: absolute;
	bottom: 7px;
	right: 10px;
	z-index: 999;
}

.zoom-control .fa{
	cursor: pointer;
	font-size: 30px;
	color: white;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.zoom-control .fa:hover{
	color: #cecece;
}

.won-info-block {
	text-align: center;
	border: 1px solid red;
}

/**/
/**/
.result-x-title div {
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.result-x-title div.inactive {
    text-decoration: line-through;
    opacity: 0.8;
}

.result-x-title div:hover {
    opacity: 0.8;
}
.result-x-title div.inactive:hover {
    opacity: 1;
}

.hidden-cross {
    display: none;
}
