body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
.main{
	float:left;
	width:100%;
	height:100%;
	font-size:14px;
}
.content{
	float:left;
	width:100%;
}
.loader_wrap{
	float:left;
	width:100%;
	height:100%;
	position:fixed;
	z-index:1210;
	background:rgba(0,0,0,0.7);
	top:0px;
	left:0px;
}
.loader_wrap_light{
	float:left;
	width:100%;
	height:100%;
	position:fixed;
	z-index:100;
	background:rgba(0,0,0,0.7);
	top:0px;
	left:0px;
}
.loading{
	width:80px;
	height:80px;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	z-index:122;
	color:#e6e6e6;
}
.md-button{
	min-width:10em;
	line-height:1.5em;
}
.menu_wrap{
	float:left;
	width:100%;
	height:30px;
}
.menu{
	float:left;
	width:16.667%;
	height:30px;
}
.menu_item{
	line-height:30px;
	box-sizing:border-box;
	border-right:1px solid rgba(255,255,255,0.5);
	background:rgb(0,0,0);
	color:#ffffff;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
	float:left;
	width:100%;
}
.menu_item:hover{
	background:#767676;
}
.menu_drpdwn{
	background:#ffffff;
	float:left;
	width:100%;
	position: relative;
	z-index:101;
	border:1px solid #bababa;
	border-top:0px;
	display: none;
}
.menu:hover .menu_drpdwn{
	display: block;
}
.submenu{
	float:left;
	width:100%;
	height:30px;
	box-sizing:border-box;
	background:#f4f4f4;
	border-top:1px solid #bababa;
	text-align:left;
	line-height:30px;
	font-size:12px;
	padding-left: 10px;
	cursor: pointer
}
.submenu:hover{
	background: #e6e6e6;
}
.heading{
	font-size:20px;
	color:rgb(244,67,54);
}
.header_top{
	float:left;
	width:100%;
	background:#f9f9f9;
	border-bottom: 1px dashed #bababa;
	/*overflow-x: auto;*/
}
.logo{
	float:left;
	width:200px;
	height:45px;
}
.logo img{
	max-width:180px;
	max-height:40px;
	padding:5px;
	float:left;
	margin-left:10px;
}
.logoheader img{
	max-width:179px;
	max-height:108px;
	padding:7px;
	float:left;
	margin-left:10px;
	margin-top:-10px;
	overflow-x: auto;
}
/*.limit{
	width: 500px;
	overflow-x: auto;
}*/

/*.content{
	width: 1360px;
}*/
/*.menu_div{
	overflow-x: auto;
}*/
.menu_indi{
	float:left;
	font-size:12px;
	line-height:15px;
	height:15px;
	margin:20px 0px;
	padding:0px 15px;
	text-align: center;
	border-right:1px solid #bababa;
	cursor: pointer;
	font-family: 'Titillium Web', sans-serif;;
	font-weight: bold;
}
.menu_indi:hover{
	text-decoration:underline;
}
.hover_img
{
	position:absolute;
	left:80px;
	top:10px;
	width:300px;
	padding:10px;
	display: none;
	background: white;
	border:1px solid #bababa;
	box-shadow: 5px 5px 10px #bababa;
	z-index: 10;
}
.img_ref_td
{
	position: relative;
	cursor: pointer;
}
.img_ref_td:hover .hover_img
{
	display: inline;
}
.logout_div{
	float:right;
	line-height:25px;
	cursor: pointer;
	margin:10px 15px;
	font-size:12px;
	padding:0px 10px;
	color: white;
	background: #767676;
	font-family: open sans;
}
.logout_div:hover{
	text-decoration: underline;
}
.header_bot{
	float:left;
	width:100%;
}
.header_desc{
	float:left;
	font-size:14px;
	font-weight:bold;
	padding:0px 10px;
	margin:10px 0px;
	line-height:16px;
	border-right:2px solid #000000;
}
.header_data{
	float:left;
	line-height:36px;
	padding:0px 10px;
}
.content_wrap{
	float:left;
	width:100%;
}
.searchbox{
	float:left;
	margin-left:10px;
}
.search_inpt{
	float:left;
	width:300px;
	border:1px solid #bababa;
	margin:0px;
	padding:5px;
	color:#bababa;
	line-height:20px;
}
.search_icon{
	float:left;
	line-height: 20px;
	border: 1px solid #bababa;
	border-left: 0px;
	padding: 5px 7px;
	font-size: 18px;
}
.angular-google-map-container{
	width:100%;
	height:700px;
}
.map_wrap{
	position:absolute;
	top:76px;
	bottom:0px;
	left:0px;
	right:0px;
	overflow:hidden;
}
.console{
	float:left;
	width:100%;
	position: absolute;
	top:42px;
	background:#ffffff;
	border-top:1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	box-shadow: 1px 1px 1px #767676;
}
.console_indi{
	float:left;
	height:30px;
	font-size:12px;
	width:90px;
	position: relative;
}
.console_item{
	float:left;
	height:30px;
	line-height: 30px;
	width:90px;
	text-align: center;
	cursor:pointer;
	box-sizing:border-box;
	font-size:9px;
	border-right: 1px solid #f4f4f4;
	font-family: open sans;
	font-weight: bold;
}
.console_drp{
	float:left;
	width:320px;
	background:white;
	padding:10px;
	box-shadow: 1px 1px 1px #767676;
	z-index: 50;
	position: relative;
	font-size: 10px;
}
.selection{
	float:left;
	width:140px;
	height:24px;
	padding:5px;
	overflow:hidden;
}
.selectbox{
	float:left;
	margin-right:5px;
}
.select_name{
	float:left;
	cursor: pointer;
}
.showdrp{
	background:#f9f9f9;
}
.locality_text{
	float:left;
	width:100%;
}