*{
	margin: 0px;
	padding: 0px;
}
img{
	border: 0px solid #000;
}
.top .wrapper{text-align: center;padding: 20px 0px 0px;}
body{
	background: #ededed;
	font-family: arial, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #323232;
}
textarea,input{
	font-family: arial, sans-serif;	
	font-size: inherit;
}
#nextselector,
#prevselector{
	display: inline-block;
	width: 50px;
}
#prevselector a{
	background: url('../images/ic_prev_enabled.png') no-repeat;
	padding: 16px 10px 0px;
	margin: 0px 5px;
}
#nextselector a{
	background: url('../images/ic_next_enabled.png') no-repeat;
	padding: 16px 10px 0px;
	margin: 0px 5px;
}
label{
	padding: 0px 0px 0px 10px;
}
.PageTitle{
	margin-top: 6px;
	display: inline;
	float: left;
}
.tools{
	clear: both;
	margin: 20px 0px;
}
.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: #323232;
	font-weight: normal;
}
p{
	margin: 20px 0px;
}
.disabled{
	display: none;
}
.controls{
	overflow: hidden;
	margin-bottom: 20px;
}
.SubSurvey{
	display: none;
	background-color: #eaeaea;
	color: #323232;
	border: 1px solid #cdcdcd;
	padding: 10px;
	overflow: hidden;
	width: 366px;
	position: fixed;
	z-index: 10;
	border-radius: 5px;
	box-shadow:  0px 0px 5px #202020;
}
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: #0096d2;
	background-color: #323232;
	border: 1px solid #202020;
}
#Survey{
	padding-top: 20px;
}
.SubSurvey .Button:hover{
	color: #eaeaea;
	background-color: #0096d2;
	border: 1px solid #0096d2;
}
/*.startSurvey{display:none;}*/
.SubSurvey h3{
	color: #323232;
}
#Slide li{
	padding: 20px 0px 0px 0px;
}
.Shadow{
	display: none;
	background-color: #000;
	opacity:0.6;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.lastPage{text-align: center;}
 #Done{
 	float: right;
	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{
	float: right;
	padding: 5px;
	border: none;
	cursor: pointer;
	text-align: center;
	background: #eaeaea;
	color: #323232;
	border: 1px solid #dedede;
	border-radius: 5px;
	margin-right: 2px;
}

 #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;
}
#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;
}
.top{
	min-height: 90px;
	background: #323232;
	/*border-bottom: 20px solid #0096d2;*/
	color: #cdcdcd;
}
.wrapper{
	width: 369px;	
	margin: 0px auto;
	text-align: left;
	position: relative;
}
.footer{
	width: 100%;
	padding: 0px 0px 20px 0px;;
	margin: 0px auto;
	text-align: center;
}
.footer a {float: right;}
.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;
}
