/*! normalize.css v3.0.1 | MIT License | git.io/normalize */a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{font-size:62.5%;overflow-y:auto}ol,ul{list-style:none}caption,td,th{font-weight:400;text-align:left}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:dotted thin}a img{border:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}*,:after,:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}a{color:inherit;}
* {
  /* prevent callout when holding tap on links (the native dialog that comes up) */
  -webkit-touch-callout: none; 

  /* prevent webkit from resizing text to fit */
  -webkit-text-size-adjust: none; 

  /* make transparent link selection, adjust last value opacity 0 to 1.0 */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html, body, #map-canvas {
    margin: 0px;
    padding: 0px;
	font-family: 	"Karla", sans-serif;
	font-size:		11pt;
}
body {
	position: fixed;
	top: 0;
	bottom:0;
	left: 0;
	right: 0;
}

.map-cell {
	position: 	relative;
	padding: 	0 !important;
}
#map-section {
}
.fullscreen #map-section{
	z-index: 		999;
	display: 		table;
	width: 			100%;
	height: 		80%;
	background-color: #f6f6f6;
}
	.fullscreen #map-section .map-navigation {
		height: 	2em;
	}
	.fullscreen #map-section #map-canvas {
		height: 	100% !important;
		z-index: 	999;
	}
	.fullscreen #map-section .map-cell {
		position: absolute;
		top: 36px;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.map-cell #fullscreen-toggle {
		position: 	absolute;
		bottom:		0;
		right: 		0;
		padding:	0.5em;
		font-size:	1.4em;
		display: 	block;
		background-color: #fff;
		border-top:	1px solid rgba(0,0,0,0.2);
		border-left: 1px solid rgba(0,0,0,0.2);
		z-index: 	999;
		border-radius: 0.5em 0px 0px 0px;
		cursor: 	pointer;
	}
	.fullscreen #submit {
		display:		none;
	}
.mobile.data#map-canvas {
	background-position: center center;
	width: 100%;
	height: 150px;
	height: 25vh;
    margin: 0px;
    padding: 0px;
    z-index: 		1;
}

.map_center_target_layer{
	width:24px;
	height:24px;
	position:absolute;
	top: 0;
	right:0;
	bottom:0;
	left: 0;
	margin: auto;
	z-index: 999;
}

.find-address-box {
	display: 		none;
	padding-top:	0.5em;
	margin-top:		0.5em;
}
.find-address-box.toggled {
	display: 		block;
}
	.find-address-box #location_address{
		width:			70%;
		padding:		0.5em;
	}
	.find-address-box input[type="button"]{
		width:			25%;
		padding:		0.5em 1em;
		
	}
#popup_dialog {
	position: 	absolute;
	top:		30px;
	left:		0;
	right: 		0;
	bottom:		0;
	z-index: 	10000 !important ; 
	display: 	none;
	overflow: 	hidden;
}
	#popup_dialog #ifr_dialog {
		position: 	absolute;
		top:		0;
		left:		0;
		right: 		0;
		bottom:		0;
	}

input[type="text"], textarea {
	-webkit-appearance:none;
	border:			1px solid rgba(0,0,0,0.2);
	border-radius: 	4px;
	font:			inherit;
}

#form1 {
	margin-bottom:	50px;
}

#form1 .map-navigation {
	position: relative !important;
	max-width: none;
	box-shadow: none;
	background-color: transparent;
	text-align: right;
	overflow: hidden;
	top:0; right:0; bottom:0; left:0;
}
	#form1 .map-navigation label {
		padding-left: 0.8em;
	}
@media screen and (max-width: 520px){
	#form1 .map-navigation label {
		font-size:7pt;
		line-height: 1.2;
		width: 40px;
		display: inline-block;
		text-align: left;
		vertical-align: middle;
	}
}
	#form1 .map-navigation td {
		padding: 			0.2em;
	}
	#form1 .map-navigation a {
		text-decoration: 	none;
		font-size:			0.8em;
		padding:			0 0.4em;
	}
	#form1 .map-navigation .fa {
		font-size:			1.5em;
		margin-left:		0.3em;
		vertical-align: 	middle;
	}
	
.data-edit .tab-content {
	overflow-y: 	hidden !important;
}
.survey .button {
	display: 		inline-block;
	padding:		15px 25px;
	color:			#222;
	border:			1px solid rgba(0,0,0,0.2);
	text-decoration: none;
	border-radius: 	5px;
}
	.survey #filesToUpload {
		width:		100%;
	}
	.survey .button:hover {
		background-color: #fff;
	}
	.survey table {
		width:			100%;
		background-color: rgba(248,248,248,1);
	}
	.data-edit table td {
		position: 		relative;
	}
	
	.survey tbody.grouped{
		border-top:		2px solid #ddd !important;
		border-bottom:	2px solid #ddd !important;
	}
		.survey tbody.grouped + tbody.grouped {
			border-top:		0 !important;
		}
	.survey tr.group-header td {
		padding:		15px !important;
		cursor: 		pointer;
	}
		.survey tbody.active {
			background-color: #ededed;		
		}
		.survey tr.variable td {
			display:		none;
		}
		.survey tbody.inactive tr.group-header td {
			background-image: url('https://s3.amazonaws.com/m3-dft-images/svg/downarrow.svg');
			background-repeat: no-repeat;
			background-position: 100% 50%;
			background-size: 30px 15px;
		}
		.survey tbody.active tr.group-header td {
			background-image: url('https://s3.amazonaws.com/m3-dft-images/svg/uparrow.svg');
			background-repeat: no-repeat;
			background-position: 100% 50%;
			background-size: 30px 15px;
		}
		.survey tbody.grouped td:first-child{
			padding-left:		1em;
		}
		
	.survey #imgdiv img{
		padding-top:	1em;
	}
	
	.data-edit td{
		width: 			100%;
		display: 		block;
		padding:		5px 20px 12px 20px;
		vertical-align: top;
	}
	.data-edit td.variable-label{
		padding:		10px 20px;
		background-color: rgba(0,0,0,0.05);
		border-top: 1px solid #bdbdbd;
		font-size:		0.9em;
	}
	.data-edit td:only-child{
		width:			auto !important;
	}
	.data-edit textarea, .survey input[type=text], .survey input[type=date], .survey input[type=time], .survey select{
		width:			100%;
		border:			1px solid rgba(0,0,0,0.2);
		box-shadow: 	1px 1px 2px rgba(0,0,0,0.1);
		background-color: #fff;
	/*	-webkit-appearance:none;*/
		border-radius: 	2px;
		padding:		5px 10px;
		font:			inherit;
	}
	.survey input[type=date] {
	
	}
		.data-edit textarea {
			margin-top:		5px;
		}
		.data-edit select {
			background-image: url('https://s3.amazonaws.com/m3-dft-images/svg/downarrow.svg');
			background-repeat: no-repeat;
			background-position: right center;
			background-size: 26px 13px;
			margin:			5px 0;
		}
		.data-edit input[type=text] {
			margin:			5px 0;
		}
		
#form1 h2 {
	font-size:		9pt;
	color:			#555;
	text-shadow: 	0px 1px 0px rgba(255,255,255,1);
	text-align: 	center;
	padding:		10px;
}


#survey-end {
	margin-bottom:	4em;
}



/* edit_page_upld_img_server.php */

#edit_page_upld_img_server body{
	padding:		20px;
	text-align: 	center;
	background-color: #eee;
	color:			#aaa;
	min-width: 		320px;
	max-width:		500px;
	margin:			auto;
}
#edit_page_upld_img_server h1{
	font-size:		14pt;
	color:			#555;
	border-bottom:	1px solid #ddd;
	padding-bottom:	10px;
	margin-bottom:	10px;
}
#imageupdateform {
	margin:			0 auto;
}
#edit_page_upld_img_server input{
	text-align: 	center;
	width:			100%;
	border:			0;
	font:			inherit;

}
#edit_page_upld_img_server input[type=button], #edit_page_upld_img_server input::-webkit-file-upload-button{
	border:			0;
	padding:		10px 20px;
	margin:			5px 0 5px 0;
	-webkit-appearance:none;
	border-radius: 	2px;
}
#edit_page_upld_img_server input[type=button]{
	font-size:		12pt !important;
	padding:		12px 20px !important;
	margin-top: 	10px;
	background-color: #ea5930 !important;
	color:			#fff !important;
	border-bottom:	2px solid #d5532f;
	border-radius: 	2px;
	text-decoration: none;
}
#edit_page_upld_img_server input::-webkit-file-upload-button{
	width:			130px;
	margin-right:	30px;
	font:			inherit;
	height:			40px;
	background-color: #555;
	color:			#fff;
	border-bottom:	2px solid #333;
}
