@CHARSET "ISO-8859-1";

#iteratie{
	font-family:Tymes New Roman;
	font-weight:bold;
	font-size:25px;
	position:relative;
	top:-10px;
	right:-20px;
	
}


.checkboxErrorUnchecked{
	
}


.sounds:hover {
	cursor: pointer;
	cursor: hand;
}


.close {
	z-index:6;
	cursor:pointer;
	width:96px; height:89px; 
	background: url("../images/butoane_fereastra_joc/close1.png") no-repeat;
    display: inline-block;
	border-style:none;
	
	
}

.close:hover {
	z-index:6;
	cursor:pointer;
	width:96px; height:89px; 
	background: url("../images/butoane_fereastra_joc/close2.png") no-repeat;
	}

.closeWindowHelp {
	z-index:6;
	cursor:pointer;
	width:65px; height:60px; 
	background: url("../images/butoane_fereastra_joc/closeHelp1.png") no-repeat;
    display: inline-block;
	border-style:none;
	
	
}

.closeWindowHelp:hover {
	z-index:6;
	cursor:pointer;
	width:65px; height:60px; 
	background: url("../images/butoane_fereastra_joc/closeHelp2.png") no-repeat;
	
	}



.acasa {
	z-index:6;
	width:96px; height:89px; 
	background: url("../images/butoane_fereastra_joc/acasa1.png") no-repeat;
    margin: 0;
	display: inline-block;
	border:0;
	cursor:pointer;
	
}

.acasa:hover {
	width:96px; height:89px; 
	background: url("../images/butoane_fereastra_joc/acasa2.png") no-repeat;
	cursor:pointer;
}

.acasa:disabled {
	width:96px; height:89px; 
	background: url("../images/butoane_fereastra_joc/acasa3.png") no-repeat;
	cursor:pointer;
}


.ajutor {
	z-index: 6;
	width:96px; height:89px; 
	background: url("../images/butoane_fereastra_joc/ajutor1.png") no-repeat;
	margin: 0;
	display: inline-block;
	border: 0;
	cursor:pointer;
	
}

.ajutor:hover {
	width:96px; height:89px; 
	background: url("../images/butoane_fereastra_joc/ajutor2.png") no-repeat;
	cursor:pointer;
}

.ajutor:disabled {
    width:96px; height:89px;   
	background: url("../images/butoane_fereastra_joc/ajutor3.png") no-repeat;
	center:1px;
}

.repeta {
	z-index: 6;
	width:96px; height:89px; 
	background: url("../images/butoane_fereastra_joc/repeta1.png") no-repeat;
	margin: 0;
	display: inline-block;
	border: 0;
    cursor:pointer;
}

.repeta:hover {
	width:96px; height:89px;  
	background: url("../images/butoane_fereastra_joc/repeta2.png") no-repeat;
	cursor:pointer;
}

.repeta:disabled {
	width:96px; height:89px; 
	background: url("../images/butoane_fereastra_joc/repeta3.png") no-repeat;
	center: 1px;
}

.verifica {
	z-index: 6;
	width:96px; height:89px;   
	background: url("../images/butoane_fereastra_joc/verifica1.png")
		no-repeat;
	margin: 0;
	display: inline-block;
	border: 0;
	cursor:pointer;
}

.verifica:hover {
	width:96px; height:89px;  
	background: url("../images/butoane_fereastra_joc/verifica2.png") no-repeat;
	cursor:pointer;
}

.verifica:disabled {
	width:96px; height:89px;   
	background: url("../images/butoane_fereastra_joc/verifica3.png") no-repeat;
}

[data-type="headPhone"]{
	z-index:101;cursor:pointer;
	background-color:#FFFFFF; 
    background: rgba(255, 255, 255, 0.3); 
    opacity:1;
   
}

#bubbles{
	z-index:101;cursor:pointer;
	background-color:#FFFFFF; 
 background: rgba(255, 255, 255, 0.3); 
    opacity:1;
	
}

.words {
	z-index: 6;
	width:133px; height:70px; 
	background: url("../images/butoane_fereastra_joc/words1.png") no-repeat;
    margin: 0;
	display: inline-block;
	border:0;
	cursor:pointer;
}

.words:hover {
	width:133px; height:70px; 
	background: url("../images/butoane_fereastra_joc/words2.png") no-repeat;
	cursor:pointer;
}

.words:disabled {
	width:133px; height:70px;
	background: url("../images/butoane_fereastra_joc/words3.png") no-repeat;
}


.btn_stopPlayer {
 z-index:206;
 position:absolute;
 width:34px;height:34px;
 background: url("../images/videoPlayer/stop1.png") no-repeat;
 background-size:cover;
cursor:pointer;
}

.btn_stopPlayer:hover {
 z-index:206;
 position:absolute;
 width:34px;height:34px;
 background: url("../images/videoPlayer/stop2.png")
		no-repeat;
background-size:cover;
cursor:pointer;
}

.btn_stopPlayer:disabled {
  z-index:206;
 position:absolute;
 width:34px;height:34px;
 background: url("../images/videoPlayer/stop2.png") no-repeat;
 background-size:cover;		
 cursor:pointer;
}

.btn_playPlayer {
  z-index:206;
 position:absolute;
 width:34px;height:34px;
 background: url("../images/videoPlayer/play1.png")no-repeat;
 background-size:cover;
 cursor:pointer;
	
}


.btn_playPlayer:hover {
 z-index:206;
 position:absolute;
 width:34px;height:34px;
 background: url("../images/videoPlayer/play2.png") no-repeat;
 background-size:cover;
 cursor:pointer;
}

.btn_playPlayer:disabled {
 z-index:206;
 position:absolute;
 width:34px;height:34px;
 background: url("../images/videoPlayer/play2.png") no-repeat;
 background-size:cover;
cursor:pointer;
}

.btn_pausePlayer {
 z-index:206;
 position:absolute;
 width:34px;height:34px;
 background-size:cover;
 background: url("../images/videoPlayer/pause1.png")
		no-repeat;
cursor:pointer;
	
}


.btn_pausePlayer:hover {
 z-index:206;
 position:absolute;
 width:34px;height:34px;
 background: url("../images/videoPlayer/pause2.png") no-repeat;
 background-size:cover;
 cursor:pointer;		
}

.btn_pausePlayer:disabled {
 z-index:206;
 position:absolute;
  width:34px;height:34px;
 background: url("../images/videoPlayer/pause2.png") no-repeat;
 background-size:cover;
cursor:pointer;		
}
.starPlayer {
 z-index:6;
 position:absolute;
 background-size:cover;
 background: url("../images/videoPlayer/starPlayer.png")
		no-repeat;
}
 /* .ui-slider .ui-slider-handle{
    background:url("../images/ico/pen.png") no-repeat;  background-size:cover;
} */

span.up { position:relative;cursor: pointer;font-size:3.6vw; width:50px;height:45px;align:left;color:grey; }
span.down {padding-right:10px;border-radius:50%;border-color:blue;border-style:solid; }

img.up { cursor: pointer;font-size:50px; width:150px;height:145px; }/*joc_pg14 countObject*/
img.down { padding-bottom:10px;border-radius:50% 50% 50% 50%;border-color:blue;border-style:solid; }
img.down[data-shape="pencil"] { 
 padding-bottom:10px;border-radius:80% 0% 80% 0%;border-color:blue;border-style:solid;
}
