@CHARSET "ISO-8859-1";

 html{
 font-size:14pt;
 }
img{
user-drag: none; 
-webkit-user-drag: none;

}
.ui-tooltip {
    z-index: 100000;
}
img,td,div{
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;

}
.rounded{
  border-radius: 20px;
-webkit-box-shadow: inset 1px -1px 42px 0px rgba(53,122,23,1);
-moz-box-shadow: inset 1px -1px 42px 0px rgba(53,122,23,1);
box-shadow: inset 1px -1px 42px 0px rgba(53,122,23,1);
}

.box_1{
display:inline-block;
width:30px;
height:30px;
background-color:rgba(255,255,255,0);
background:rgba(255,255,255,0);
border:1px solid #ffffff;
box-shadow: inset 2px 0px 10px 0px #ffffff,2px 2px 2px 1px #015396;
-webkit-appearance:none;/*Safari*/
-webkit-box-shadow: inset 2px 0px 10px 0px #ffffff, 2px 2px 2px 1px #015396;
-moz-box-shadow: inset 2px 0px 10px 0px #ffffff,2px 2px 2px 1px #015396;
-o-box-shadow: inset 2px 0px 10px 0px #ffffff,2px 2px 2px 1px #015396;
}



.box_2{
display:inline-block;
width:30px;
height:30px;
background-color:#ffffff;
border:1px solid #53c6fd;
box-shadow: inset 2px 0px 10px 0px #53c6fd,2px 2px 2px 1px #015396;
-webkit-appearance:none;/*Safari8*/
-webkit-box-shadow: inset 2px 0px 10px 0px #53c6fd, 2px 2px 2px 1px #015396;
-moz-box-shadow: inset 2px 0px 10px 0px #53c6fd,2px 2px 2px 1px #015396;
-o-box-shadow: inset 2px 0px 10px 0px #53c6fd,2px 2px 2px 1px #015396;
}
.box_4{
display:inline-block;
width:30px;
height:30px;
background-color:rgba(255,255,255,0);
background:rgba(255,255,255,0);
}
*:focus {
    outline: 0;
}

/*tabel rezulate*/
.softcolor2 {
	BACKGROUND-COLOR: white;
}
.ui-tabs .ui-tabs-nav
{
	background: #f15a23;

}
.ui-tabs .status1 {
    background: #176d42; font-size: 16pt;font-weight:bold;/*tab Rezultate exercitii*/
}
.ui-tabs .status2 {
    background:  #176d42; font-size: 16pt;font-weight:bold;/*tab Rezultate evaluare*/
}

.ui-dialog .ui-dialog-content .ui-widget-content{
    padding: 0;margin: 0;
  
}

.ui-widget-overlay {
   background-color: #ffffff;
   background-image: none;
   opacity: 0.9;
}

.ui-dialog {
/*     left: 0; */
    outline: 0 none;
    padding: 0 !important;
    margin: 0;
    position: absolute;
/*    top: 0; */
}



#success {
    padding: 0px;
    margin: 0px; 
}

/* .pagini{ */
/* 	opacity:0.5; */
/* 	filter:alpha(opacity=40); For IE8 and earlier */
/* } */

/* .pagini:hover { */
/* 	opacity:1.0; */
/* 	filter:alpha(opacity=100); For IE8 and earlier */
/* } */


#umbra{
	position:absolute;
	height:100%;
	top:0;
	left: 0; 
	bottom: 0; 
	right: 0%; 
	margin: auto;
	z-index:4;
}

.btn_login {
	cursor:pointer;
	display:inline-block;
	background-color:#75a003;
	border:none;
	color:#000000;
	font-family:Arial;
	font-size:16pt;
	font-weight:bold;
	padding:4px 20px;
	text-decoration:none;
	text-align: center;
    margin-top:5px;
}

.btn_login:hover {
   color:#ffffff;
 }

.inputName {
  display: inline-block;
  font-size: 16pt;
  line-height: 20px;
  text-align: center;
  color: #000000;
  padding: 4px;
  vertical-align: middle;
  background: #ffffff;
 -webkit-box-shadow: inset 2px 2px 3px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 2px 2px 3px 0px rgba(0,0,0,0.5);
  box-shadow: inset 2px 2px 3px 0px rgba(0,0,0,0.5);
  border: none;
  outline: none;
  width:50%;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#divForm{
text-align: center;
font-family:Arial;
font-size: 16pt;
font-weight:bold;

}

.leftSide{
	position:fixed;
	top:0px;
	left:0px;
	padding:5px; 
	vertical-align:middle; 
	text-align:center;
	width:3%;
	height:99.7%;
	z-index:8;
	box-shadow: 0px -3px 3px 3px grey;
}

.rightSide{
	position:fixed;
	top:0px;
	right:0px;
	padding:5px;
	vertical-align:middle; 
	text-align:center;
	width:3%;
	height:99.7%;
	z-index:8;
	box-shadow: 0px -3px 3px 3px grey;

}

.buttons_sides{
	cursor:pointer;
	width: 100%;
	padding-top: 100%;
}

.buttons_sides:hover{
	cursor:pointer;
	width: 95%;
	padding-top: 100%;
	
}

.hr_style{
	position:relative;
	margin-top:5px;
	margin-bottom:5px;
}

.buttons_sides.cuprins{
    background: url("../media/skins/content_1.png") no-repeat;
	background-size: contain;
	display:inline-block;
	
}

.buttons_sides.cuprins:hover{
    background: url("../media/skins/content_1.png") no-repeat;
	background-size: contain;
	
}

.buttons_sides.rezultate{
    background: url("../media/skins/result_1.png") no-repeat;
	background-size: contain;
	display:inline-block;
		
}

.buttons_sides.rezultate:hover{
    background: url("../media/skins/result_1.png") no-repeat;
	background-size: contain;
}

.buttons_sides.ajutorGeneral{
    background: url("../media/skins/help_1.png") no-repeat;
	background-size: contain;
	display:inline-block;
	
}

.buttons_sides.ajutorGeneral:hover{
	background: url("../media/skins/help_1.png") no-repeat;
	background-size: contain;
	display:inline-block;
	
}

.buttons_sides.potentiometerMinus {
	background: url("../media/skins/zoom_out_1.png") no-repeat;
	background-size: contain;
	border-style: none;
	border:0;
	display:inline-block;
	
}

.buttons_sides.potentiometerMinus:hover {
	background: url("../media/skins/zoom_out_1.png") no-repeat;
	background-size: contain;
	border-style:none;
	border: 0;
	display:inline-block;
}


.buttons_sides.potentiometerPlus{
	background: url("../media/skins/zoom_in_1.png") no-repeat;
	background-size: contain;
	border-style:none;
	border: 0;
	display:inline-block;
}

.buttons_sides.potentiometerPlus:hover{
	background: url("../media/skins/zoom_in_1.png") no-repeat;
	background-size: contain;
	border-style:none;
	border: 0;
	display:inline-block;
	
}

.text_span{
	position:relative;
	margin-top:5px;
	color: #000000;
	font-family:Arial;
	font-size: 14pt;
	
}

.buttons_sides.viewPage {
/* 	position:relative; */
/* 	margin-top:5px; */
	margin-bottom:5px;
	font-size: 14pt;
	text-align: center;
	padding-top:20%;
	color: #000000;
	vertical-align: middle;
	background: #fff;
	-webkit-box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.5);
	box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.5);
	border-style: none;
	outline: none;
}

.buttons_sides.viewPage:hover {
	width:100%;
}

.buttons_sides.firstPagination {
	background: url("../media/skins/first_1.png") no-repeat;
	background-size: contain;
	border-style:none;
	border: 0;
	display:inline-block;
	
}

.buttons_sides.firstPagination:hover {
	background: url("../media/skins/first_1.png") no-repeat;
	background-size: contain;
	border-style:none;
	border: 0;
	display:inline-block;
	
}

.buttons_sides.lastPagination {
	background: url("../media/skins/last_1.png") no-repeat;
	background-size: contain;
	border-style:none;
	border: 0;
	display:inline-block;
}

.buttons_sides.lastPagination:hover {
	background: url("../media/skins/last_1.png") no-repeat;
	background-size: contain;
	border-style:none;
	border: 0;
	display:inline-block;
}

.buttons_sides.prevPagination {
	background: url("../media/skins/prev_1.png") no-repeat;
	background-size: contain;
	border-style:none;
	border: 0;
	display:inline-block;
}

.buttons_sides.prevPagination:hover {
	background: url("../media/skins/prev_1.png") no-repeat;
	background-size: contain;
	border-style:none;
	border: 0;
	display:inline-block;
}

.buttons_sides.nextPagination {
	background: url("../media/skins/next_1.png") no-repeat;
	background-size: contain;
	border-style:none;
	border: 0;
	display:inline-block;
}

.buttons_sides.nextPagination:hover {
	background: url("../media/skins/next_1.png") no-repeat;
	background-size: contain;
	border-style:none;
	border: 0;
	display:inline-block;

}


.buttons_sides.activities{
	background: url("../media/skins/activities_1.png") no-repeat;
	background-size: contain;
	display:inline-block;
	
}

.buttons_sides.activities:hover{
	background: url("../media/skins/activities_1.png") no-repeat;
	background-size: contain;
	display:inline-block;
}

.activitiesList{
	display:none;
	z-index:2039;
	position:fixed;
	right:3.8%;  
	padding:1%;
	top:0px;
	height:auto;
	color:white;
	border: 2px outset rgba(0, 0, 0, 0.2);
	text-align:left;
}

.activitiesList a{
	color:white;
	padding-left:5px;
	text-decoration: none;
	font-size: 14pt;
	font-family:Arial,Verdana,TimesNewRoman;
}

.activitiesList a:hover{
	color:#0099ff;
	padding-left:5px;
	text-decoration: none;
	font-size: 14pt;
	font-family:Arial,Verdana,TimesNewRoman;
}


.buttons_sides.userView{
	background: url("../media/skins/user_1.png") no-repeat;
	background-size: contain;
	display:inline-block;
}

.buttons_sides.userView:hover{
	background: url("../media/skins/user_1.png") no-repeat;
	background-size: contain;
	display:inline-block;
}

.buttons_sides.fullScreen{
	background: url("../media/skins/full_screen_1.png") no-repeat;
	background-size: contain;
	display:inline-block;
}

.buttons_sides.fullScreen:hover{
	background: url("../media/skins/full_screen_1.png") no-repeat;
	background-size: contain;
	display:inline-block;
}

.buttons_sides.fullScreen:active{
	background: url("../media/skins/full_screen_1.png") no-repeat;
	background-size: contain;
	display:inline-block;
}

.buttons_sides.viewModeDigital{
	background: url("../media/skins/viewMode_1.png") no-repeat;
	background-size: contain;
	display:inline-block;
	
}

.buttons_sides.viewModeDigital:hover{
	background: url("../media/skins/viewMode_1.png") no-repeat;
	background-size: contain;
	display:inline-block;
}

.buttons_sides.viewMode{
	background: url("../media/skins/viewMode_2.png") no-repeat;
	background-size: contain;
	display:inline-block;
	
}

.buttons_sides.viewMode:hover{
	background: url("../media/skins/viewMode_2.png") no-repeat;
	background-size: contain;
	display:inline-block;
}



.buttons_sides.postitM{
	background: url("../media/skins/postit_1.png") no-repeat;
	background-size: contain;
	display:inline-block;
}

.buttons_sides.postitM:hover{
	background: url("../media/skins/postit_1.png") no-repeat;
	background-size: contain;
	display:inline-block;
	
}



.buttons_sides.deleteAllPostits{
	display:none;
	background: url("../media/skins/delete_1.png") no-repeat;
	background-size: contain;
}

.buttons_sides.deleteAllPostits:hover{
	display:none;
	background: url("../media/skins/delete_1.png") no-repeat;
	background-size: contain;
}

.postitContainer{
	z-index:33333;
	width: 420px;
	height:320px;
	background: url("../media/skins/postit.png") no-repeat;
	background-size:300px 250px;
	border:none;
	position:absolute;
	top:10px;
	left:10px;
}

.savePostit{
	cursor:pointer;
	width: 50px;
	height:50px;
	background: url("../media/skins/save_1.png") no-repeat;
	background-size: 40px 40px;
	border:none;
	float:left;
	margin-top:52px;
	margin-left:205px;
	margin-right:2px;
	display:inline-block;
}

.savePostit:hover{
	cursor:pointer;
	width: 50px;
	height:50px;
	background: url("../media/skins/save_1.png") no-repeat;
	background-size: 38px 38px;
	border:none;
	
}

.deletePostit{
	cursor:pointer;
	width: 50px;
	height:50px;
	background: url("../media/skins/delete_1.png") no-repeat;
	background-size: 40px 40px;
	border:none;
	margin-top:52px;
    display:inline-block;
	
}

.deletePostit:hover{
	cursor:pointer;
	width: 50px;
	height:50px;
	background: url("../media/skins/delete_1.png") no-repeat;
	background-size: 38px 38px;
	border:none;
	
}

.cancelPostit{
	cursor:pointer;
	width: 50px;
	height:50px;
	background: url("../media/skins/close_1.png") no-repeat;
	background-size: 40px 40px;
	border:none;
	float:right;
	margin-right:112px;
	margin-top:1px;
	margin-bottom:-55px;
	display:inline-block;
}

.cancelPostit:hover{
	cursor:pointer;
	width: 50px;
	height:50px;
	background: url("../media/skins/close_1.png") no-repeat;
	background-size: 38px 38px;
	border:none;
	float:right;
	margin-right:112px;
	margin-top:1px;
	margin-bottom:-55px;
	display:inline-block;
}

.postitText{
	width:70%;
	height:150px;
}

.buttons_sides.paintM{
	background: url("../media/skins/pencil_1.png") no-repeat;
	background-size: contain;
	display:inline-block;
}

.buttons_sides.paintM:hover{
	background: url("../media/skins/pencil_1.png") no-repeat;
	background-size: contain;
	display:inline-block;
}

.lineTools{
	position:relative; 
	border:2px solid #606060;
	text-align:center;
	display:inline-block;

}
.selColorTools{
	border:2px solid #606060;
	text-align:center;
	display:inline-block;
}

#tools{
	/*display:inline-block;
	z-index:100; 
	position:absolute; 
	width:80%; 
	float:right; 
	right:100%;
	top:41.3%;*/
	border: 2px outset rgba(0, 0, 0, 0.2);
}

#toolsColorsMenu{
	display:inline-block;
	z-index:100; 
	position:absolute; 
	width:80%; 
	float:right; 
	right:100%;
	top:41.3%;
	border: 2px outset rgba(0, 0, 0, 0.2);
	
}

	

.prev1{
	z-index:7;position:absolute;top:46.5%;left:-3.3%;
	width: 64px;
	height: 91px;
	background-size: 64px 91px;
	background: url("../media/skins/prev_logo1.png") no-repeat;
	margin: 0;
	display: inline-block;
	background-size: cover;
	border-style:none;
	cursor:pointer;
	
}
.prev1:hover {
	z-index:7;position:absolute;top:46.5%;left:-3.3%;
	width: 64px;
	height: 91px;
	background-size: 64px 91px;
	background: url("../media/skins/prev_logo1.png") no-repeat;
	margin: 0;
	display: inline-block;
	background-size: cover;
	border-style:none;
	cursor:pointer;
	
}



.next1 {
	z-index:7;position:absolute;top:46.5%;right:-3.3%;
	width: 64px;
	height: 91px;
	background-size: 64px 91px;
	background: url("../media/skins/next_logo1.png") no-repeat;
	display: inline-block; 
	margin:0;
	background-size: cover;
	border-style:none;
	cursor:pointer;
}
.next1:hover {
	z-index:7;position:absolute;top:46.5%;right:-3.3%;
	width: 64px;
	height: 91px;
	background-size: 64px 91px;
	background: url("../media/skins/next_logo1.png") no-repeat;
	display: inline-block; 
	margin:0;
	background-size: cover;
	border-style:none;
	cursor:pointer;
}


.corner{
	z-index: 3; 
	position: absolute;
	cursor:pointer;
	background-size: cover;
}

.corner:hover {
	z-index: 3; 
	position: absolute;
	cursor:pointer;
	background-size: cover;
}

.corner:active {
	z-index: 3;
	position: absolute;
	cursor:pointer;
}



.btn_statics {
	z-index:7;
	width: 100px; height: 100px;  
	background: url("../media/skins/statics.png") no-repeat;
	margin: 0;
	display: inline-block;
	border:0;
	cursor:pointer;
}

.btn_statics1 {
	z-index:7;
	width: 100px; height: 100px;  
	background: url("../media/skins/boys/statics.png") no-repeat;
	margin: 0;
	display: inline-block;
	border:0;
	cursor:pointer;
}

.btn_games {
	z-index:7;
	width: 100px; height: 100px;   
	background: url("../media/skins/games.png") no-repeat;
	/*background-size:100px 100px;*/
	margin: 0;
	display: inline-block;
	border:0;
	cursor:pointer;
}

.btn_games1 {
	z-index:7;
	width: 100px; height: 100px;   
	background: url("../media/skins/boys/games.png") no-repeat;
	/*background-size:100px 100px;*/
	margin: 0;
	display: inline-block;
	border:0;
	cursor:pointer;
}


.btn_videos {
	z-index:7;
	cursor:pointer;
	width: 100px; height: 100px;  
	background: url("../media/skins/videos.png") no-repeat;
	margin: 0;
	display: inline-block;
	border:0;
	
}

.btn_videos1 {
	z-index:7;
	cursor:pointer;
	width: 100px; height: 100px;  
	background: url("../media/skins/boys/videos.png") no-repeat;
	margin: 0;
	display: inline-block;
	border:0;
	
}

.btn_audios {
	z-index: 7;
	width: 100px; height: 100px;  
	background: url("../media/skins/audios.png") no-repeat;
	margin: 0;
	display: inline-block;
	border:0;
	cursor:pointer;
	
}

.btn_audios1 {
	z-index: 7;
	width: 100px; height: 100px;  
	background: url("../media/skins/boys/audios.png") no-repeat;
	margin: 0;
	display: inline-block;
	border:0;
	cursor:pointer;
	
}


.btn_content{
 z-index:7;
 position:absolute;
 cursor:pointer;
  border-color:#40c9f5;
background:#dd49e0;
opacity:0.3;
border:1px solid;
 padding:0;
border-color:#40c9f5;border-style:solid;
}

#closeBtnResult{
	z-index:6;
	position:absolute;
	cursor:pointer;
	width:27px;
	height:23px;
	top:10px;
	right:5px;
	background: url("../media/skins/close_1.png") no-repeat;
	background-size:contain;
	border:none;
}

#closeCup{
	z-index:6;
	position:absolute;
	cursor:pointer;
	width:40px;
	height:40px;
	right:0px;
	top:0px;
	background: url("../media/skins/close_1.png") no-repeat;
	background-size:30px 30px;
	border:none;
	
}

#closeCup:hover{
	z-index:6;
	position:absolute;
	cursor:pointer;
	width:40px;
	height:40px;
	right:0px;
	top:0px;
	background: url("../media/skins/close_1.png") no-repeat;
	background-size:28px 28px;
	border:none;
	
}

.btn_auxiliary{
	z-index:7;
	width: 100px; height: 100px;  
	background: url("../media/skins/auxiliary.png") no-repeat;
	margin: 0;
	display: inline-block;
	border:0;
	cursor:pointer;
}
