*{
	margin: 0px;
	padding: 0px;
}
img{
	border: 0px solid #000;
}
body{
	background: #ededed;
	font-family: arial, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #323232;
	height: 100%;
	width: 100%;
	overflow:auto;
	position:relative;
}
textarea,input{
	font-family: arial, sans-serif;	
	font-size: inherit;
}
#nextselector,
#prevselector{
	display: inline-block;
	width: 50px;
	cursor: pointer;
	height: 32px;
}
#prevselector{
	background: url('../images/ic_prev_enabled.png') no-repeat;
	padding: 16px 10px 0px;
	margin: 0px 5px;
}
.error{color: red;display: block;}
#nextselector{
	background: url('../images/ic_next_enabled.png') no-repeat;
	padding: 16px 10px 0px;
	margin: 0px 5px;
}
#AbortSubSurvey{margin-right: 10px;}
label{
	padding: 0px 0px 0px 10px;
}
.top .pager{float: right;margin-top: 5px;}
#LogOut{
	float: right;
	padding: 5px; background-color: #0096d2; color: #fff;display: block; border-radius: 10px;margin: 5px 5px 0px 0px;
	cursor: pointer;
}
.PageTitle{
	margin-top: 6px;
	display: inline;
	float: left;
}
.tools{
float: right;
text-align: right;
	}
.top{
	color: #0096d2;
	padding: 10px;
}
.top h3{
	margin: 0px auto;
	width: 50%;	
}

.contain{
	position: absolute;
	top: 0px;
	right: 0px;
	display: inline;
}
.pager{	
	float: right;
	position: relative;
	z-index: 3;
	margin-top: 30px;
	margin-bottom: 20px;
}
h1{
	padding: 20px 0px;
	font-weight: normal;
	color: #0096d2;
	display: inline;
}
	h1 span{color: #0096d2;}
h2{
	margin: 10px 0px;
	font-weight: normal;
}
ul{
	list-style-type: none;
}
h3{
	margin: 10px 0px;
	color: #0096d2;
	font-weight: normal;
}
p{
	margin: 20px 0px;
}
.disabled{
	display: none;
}
.controls{
	overflow: hidden;
	margin-bottom: 20px;
}

select{
	min-width: 300px;
	padding: 5px;
}
select option{
	padding: 2px 0px;
}
.labels{
	font-size: 11px;
	overflow: hidden;
}
.labels .leftLabel{
	float: left;
}
.labels .rightLabel{
	float: right;
}
.SubSurvey .Button{
	padding: 10px;
	display: block;
	float: right;
	border: none;
	cursor: pointer;
	text-align: center;
	margin: 10px 0px 0px;
	border-radius: 5px;
	color: #fff;
	background-color: #0096d2;
}
html{
	width:100%;
	height: 100%;
}
#Settings{
	display: none;
}
#Survey{
	text-align: center;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#Slide .SubSurvey li{
	height: auto;
}

.SubSurvey textarea{
	width: 90%;
}
#footer{display: none;}
div[class^="Answer"]{
	width: 50%;
	display: block;
	margin: 0px auto;
	position: relative;
}

.SubSurvey div[class^="Answer"]{
	
	width: auto;
	
	display: block;
	margin: 0px 20px;
	position: relative;	
}
#SaveSubSurvey{
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 10000;
}
.SubSurvey{
	display: none;
	background-color: rgba(234,234,234,0.9);
	color: #323232;
	padding: 0px 20px 20px 20px;
	overflow: auto;
	width: 50%;
	top: 10px;
	border-radius: 10px;
	left: 25%;
	position: absolute;
	z-index: 10000;
	text-align: left;
	border: 1px solid #DEDEDE;
}
.SubSurvey h3{
	margin-top: 20px;
}
.drawingarea{background: #FDFDFD;border: 1px solid #eaeaea;}
div[class^="Answer"]{color: #0096d2;margin-bottom: 20px;}
.SubSurvey textarea, #SubSurvey input, #SubSurvey select{
	background: #202020;
	border: 0px solid #000;
	border-radius: 5px;
	padding: 2px;
	overflow: auto;
}
.SubSurvey .Button:hover{
	color: #eaeaea;
	background-color: #0096d2;
}
.SubSurvey h3{
	color: #0096d2;
}
.Shadow{
	display: none;
	background-color: #000;
	opacity:0.6;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
}
#list img{width: 200px;}
.lastPage{text-align: center;}
 #Done{
	text-align: center;
	border-radius: 5px;
	padding: 10px;
	margin-top: 5px;
	margin-left: -55px;
	color: #ffffff;
	position: relative;
	z-index: 5;
	background: #0096d2;
}
.Delete, .Draw, .Select{
	padding: 5px;
	border: none;
	cursor: pointer;
	text-align: center;
	background: #eaeaea;
	color: #323232;
	border: 1px solid #dedede;
	border-radius: 5px;
	margin-right: 2px;
	display: block;
	margin: 5px 0px;
	width: 100%;
}

 .Delete.active, .Draw.active, .Select.active{
	color: #fff;
	background: #0096d2;
border: none;
}
.Delete.disabled, .Delete.disabled:hover{
	background-color: grey;
	color:lightgrey;
}

#Done:hover,
.Delete:hover	{
	color: #323232;
	background: #0096d2;
}
#Finish {
	display: none;
}
#Finish a{
	display: block;
	text-align: center;
}
.Drawing{
	position: relative;
	overflow: hidden;
	text-align: center;
	display: inline-block;
}
.drawingarea{
	display: inline-block;
}
div[id^="canvas"]{
	position: absolute;
	width: 100%;
	height: 100%;
}
#SVG svg{
	/*height: 716px;
	width: 100%;*/
}
#canvas{
	z-index: 2;
}
#ui-datepicker-div{
	display: none;
}
#loading{
	position: fixed;
display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
top: 0px;
left: 0px;
background-image: url("../images/loading.GIF");
background-repeat:no-repeat;
background-attachment:fixed;
background-size:80px;
background-position:center;
z-index: 1000;
}
.wrapper{
	width: 90%;	
	margin: 0px auto;
	text-align: left;
	position: relative;
}
#Login form{
	margin: 0px auto;
	display: block;
	width: 40%;
}
.container {
	text-align: center;
}
#Login{
	background: #ededed;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	left: 0px;
	z-index: 200;
	padding: 40px 0px 0px 0px;
}
.footer{
	width: 50%;
	padding: 0px 0px 20px 0px;;
	margin: 0px auto;
	text-align: right;
	postion: relative;
	z-index: 1000;
}
.footer span{float: left; font-size: 11px;padding: 20px 20px 0px 0px;}

.bx-pager-item{display: inline; margin: 0px 10px;}

.bx-controls-direction{margin: 30px 0px;}
.bx-controls{ margin: 20px 0px 0px;text-align: right;}
.bx-controls-direction a, #Finish a{
	margin: 10px 10px;
	background: #0096d2;
	border-radius: 5px;
	padding: 10px;
	color: #323232;
}
.bx-controls-direction a:hover, #Finish a:hover{
	color: #0096d2;
	background: #323232;
}
.bx-viewport, .content{
	min-height: 400px;
}

a{
	color: #0096d2;
	text-decoration: none;
	font-weight: bold;
}
a:hover{color: #323232;}
a.active{
	color: #323232;
}

@media only screen and (max-width :1400px) {
	div[class^="Answer"]{
		width: 70%;
	}	
}
@media only screen and (max-width :1024px) {
	div[class^="Answer"]{
		width: 80%;
	}	
}@media only screen and (max-width :1000px) {
	div[class^="Answer"]{
		width: 95%;
		min-width: 714px;
	}	
}


