@charset "UTF-8";


.drop_grid{
	padding: 0px; 
	width: 134px; 
	height:134px;
	float: left;
	margin-bottom: 25px;
	
}
 .embryo_thumb { 
	padding: 0px; 
	width: 134px; 
	height: 134px;
	float: left;
}
.grid_spacer{
	height: 134px;
	width: 38px;
	float:left;
}
.drag_item{
	cursor: pointer;
}
#sortable{
	/*padding-left:86px;
	padding-right:86px;*/
	width: 478px;
	height: 310px;
	margin-left: auto;
	margin-right: auto;
}
.zoom{
	position: relative;
	margin-top: -25px;
	width:30px;
	height:30px;
	background-size: 25px 25px;
	background-image: url("../img/texte/lupe@2x.png"); 
	background-repeat: no-repeat;
  
}
.animal_name{
	margin-bottom: 30px;
    margin-top: 20px;
}

#img_zoom{
	z-index: 100;
	position: absolute;
	margin-left: -86px;
	margin-top: -65px;
	width: 650px;
	height: 397px;
}
#zoom_img{
	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	
	width:303px;
}

#bg_trans{
	position: absolute;
	width: 650px;
	height: 397px;
	border-style: solid;
  	border-width: 2px;
	border-color: #919182;
	
}
#zoom_close{
	position: relative;
	width:30px;
	height:30px;
	background-image: url("../img/texte/schliessen@2x.png");
	background-size: 25px 25px;
	background-repeat: no-repeat;
	margin-left: 440px;
	margin-top:-340px;
	/*margin-right: -170px;
	float:right;*/
}
#message_line{
	width: 100%;
	overflow: hidden;
	position: relative;
	float:right;
	height: 50px;
	
}
#msg_right{
	float:right;
	margin-bottom: 5px;
}
 #msg_wrong{
	float:right;
	margin-bottom: 5px;
	
}
#nav_foot{
	width: 650px;
}
#info_text{
	padding-top: 3px;
	float: left;
}
#nav_foot_buttons{
	float: right;
	text-align: right;
	height:25px;
	
	font-family: 'Anton-reg'; 
	font-size: 14px;
	font-weight: normal;
	font-style:normal;
	color: #FFFFF;
	letter-spacing: 1px;
	
}
.ui-state-disabled{
     cursor:default;
}