﻿html
{
    height:100%;
    width:100%;
}

#editArea
{    
}

#editArea p
{
    margin:0 0 3px 0;
}

#editArea img
{
    max-width:100%;
    max-height:100%;
}

#editArea .uploadContent, 
#editArea .webcamContent,
#editArea .linkContent,
#editArea .quizContent,
#editArea .webLinkContent,
#editArea .surveyContent
{
	width: 100%;
	height: 100%;	
	overflow:hidden;
}

#editArea .textContent {
	width: 100%;
	height: 100%;	
    overflow: visible;
}

.textContent img
{
    height:auto !important;
}

#editArea.Learnify
{
	margin: 0;
	padding: 0;		
	position: relative;
	width: 100%;
	height: 100%;
}


#editArea.Learnify .draggable
{
	position: absolute;
	width: 150px;
	height: 150px;
}

#editArea.Learnify .draggable img
{	
	height:100%;
}


#editArea.Learnify .dragHandle 
{
	display:none;
}

#editArea.Learnify .hotspotContent
{
    background:url(http://static.Learnify.se/learningresources/images/transparent.png);
}
