/* COMMON */
body{
	font-family: "Roboto-Regular";
}


body.with-panel-left-reveal .panel-overlay{
	opacity: 1;
	background: rgba(0,0,0,.6);
}

select{
	position: relative;
	z-index: 5;
}

.vertical-center {
  	position: relative;
  	top: 50%; 
  	transform: translateY(-50%);
}
.content-divider{
	width: 100%;
	height: 1px;
	background: #F2F1F4;
}

.text-a-c{
	text-align: center;
}
.w-space-normal{
	white-space: normal;
}
.dislay_none{
	display: none;
}
.navbar_title{
	display: inline-block !important;
	width: calc(100% - 112px);
    white-space: nowrap;    
    overflow: hidden;
    text-overflow: ellipsis;
}
.navbar_title_long{
	width: calc(100% - 72px);
}
.navbar_title_index{
	width: calc(100% - 168px);
}
.button{
	padding: 0 48px;
    font-size: 20px;
}

.no-margin{
	margin: 0;
}
.no-padding{
	padding: 0;
}
.pl-16{
	padding-left: 16px;
}
.pr-16{
	padding-right: 16px;
}
.mt-16{
	margin-top: 16px;
}
.ml-0{
	margin-left: 0!important;
}
.bg-color-page{
	/* background-color: #333; */
}

.bg-dealer{
	background: #384053 !important;
}

.color-dealer{
	color: #384053;
}
.color-danger{
	color: #992B2B;
}
.layout-dark.list-block input{
	color: #fff;
}

/* .address-row4{
	max-height: initial;
	-webkit-line-clamp: 4;
} */

.text_row_4{
	-webkit-line-clamp: 4 !important;
    max-height: initial !important;
}

.navbar.theme-dealer, .subnavbar.theme-dealer, .theme-dealer .navbar, .theme-dealer .subnavbar, .theme-dealer .toolbar, .toolbar.theme-dealer{
	background: #384053;
}
.tabbar-fixed .toolbar, .tabbar-labels-fixed .toolbar, .toolbar-fixed .toolbar,
.navbar-fixed .navbar, .navbar-through .navbar{
	box-shadow: none;
}
/* .theme-dealer .list-block input[type=date], .theme-dealer .list-block input[type=datetime-local], .theme-dealer .list-block input[type=email], .theme-dealer .list-block input[type=number], .theme-dealer .list-block input[type=password], .theme-dealer .list-block input[type=search], .theme-dealer .list-block input[type=tel], .theme-dealer .list-block input[type=text], .theme-dealer .list-block input[type=time], .theme-dealer .list-block input[type=url], .theme-dealer .list-block select, .theme-dealer .list-block textarea{
	color: #2196f3;
} */
.theme-dealer .input-field.focus-state:after, .theme-dealer .input-field.not-empty-state:after, .theme-dealer .item-input-field.focus-state:after, .theme-dealer .item-input-field.not-empty-state:after{
	background: none;
}

.theme-dealer .searchbar{
	background: #EBEBEB;
}
	.theme-dealer .searchbar input[type=search]{
		border: 1px solid #C6C6C6;
		background: #fff;
		border-radius: 3px;
		color: rgba(61,136,237,1);
		opacity: 1;
    	padding: 0 36px 0 16px;
	}
	.theme-dealer .searchbar input[type=search]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	 	color: rgba(61,136,237,.5);
	}
	.theme-dealer .searchbar input[type=search]::-moz-placeholder { /* Firefox 19+ */
	 	color: rgba(61,136,237,.5);
	}
	.theme-dealer .searchbar input[type=search]:-ms-input-placeholder { /* IE 10+ */
	 	color: rgba(61,136,237,.5);
	}
	.theme-dealer .searchbar input[type=search]:-moz-placeholder { /* Firefox 18- */
	 	color: rgba(61,136,237,.5);
	}
	.searchDevice{
		position: absolute;
    	width: 40px;
    	height: 100%;
    	right: 0;
    	top: 0;
    	/* color: #384053; */
    	-webkit-transition-duration: .3s;
    	transition-duration: .3s;
    	cursor: pointer;
    	padding-top: 4px;
	}

	.searchClear{
		display: none;
		position: absolute;
    	width: 40px;
    	height: 100%;
    	right: 0;
    	top: 0;
    	/* color: #384053; */
    	-webkit-transition-duration: .3s;
    	transition-duration: .3s;
    	cursor: pointer;
    	padding-top: 4px;
	}

/* .layout-dark .item-inner:after, .layout-dark .list-block ul ul li:last-child .item-inner:after{
	background-color: #757575;
} */
.theme-dealer .content-block-title{
	color: #2196f3;
}

.theme-dealer .list-block .input-item .floating-label, .theme-dealer .list-block .input-item .label, .theme-dealer .list-block.inputs-list .floating-label, .theme-dealer .list-block.inputs-list .label{
	font-size: 18px;
}
.theme-dealer .list-block .border_bottom  .item-inner:after{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: rgba(0,0,0,.12);
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.theme-dealer .actions-modal-label:after{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: rgba(0,0,0,.12);
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
	.action_button_wrapper{
		position: relative;

		box-sizing: border-box;
	    /* padding-left: 16px; */
	    min-height: 48px;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    -webkit-justify-content: space-between;
	    justify-content: space-between;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    align-items: center;
	}
		.action_button_block{
			display: inline-block;
			vertical-align: middle;
		}

		.action_button_media{
			/* min-width: 40px;
			box-sizing: border-box; */
			display: -webkit-box;
		    display: -ms-flexbox;
		    display: -webkit-flex;
		    display: flex;
		    -webkit-box-flex: 0;
		    -webkit-flex-shrink: 0;
		    -ms-flex: 0 0 auto;
		    flex-shrink: 0;
		    -webkit-box-lines: single;
		    -moz-box-lines: single;
		    -webkit-flex-wrap: nowrap;
		    -ms-flex-wrap: none;
		    -ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		    -webkit-box-align: center;
		    -ms-flex-align: center;
		    -webkit-align-items: center;
		    align-items: center;
		    box-sizing: border-box;
		    /* padding-top: 8px;
		    padding-bottom: 8px; */
		    min-width: 40px;

		    -ms-flex-item-align: flex-end;
		    -webkit-align-self: flex-end;
		    align-self: flex-end;
		    min-height: 36px;
		    margin-bottom: 8px;
		    padding: 0;
		}
		.action_button_text{
			/* padding-right: 16px; */
		    position: relative;
		    width: 100%;
		    /* padding-top: 8px; */
		    padding-bottom: 8px;
		    min-height: 48px;
		    box-sizing: border-box;
		    -webkit-box-flex: 1;
		    -ms-flex: 1;
		    min-width: 0;
		    display: -webkit-box;
		    display: -ms-flexbox;
		    display: -webkit-flex;
		    display: flex;
		    -webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		    -webkit-justify-content: space-between;
		    justify-content: space-between;
		    -webkit-box-align: center;
		    -ms-flex-align: center;
		    -webkit-align-items: center;
		    align-items: center;
		    -ms-flex-item-align: stretch;
		    -webkit-align-self: stretch;
		    align-self: stretch;

		    /* margin-left: 16px; */

		    display: block;
			/* padding-top: 14px; */
			padding-bottom: 14px;
			-ms-flex-item-align: stretch;
			-webkit-align-self: stretch;
			align-self: stretch;

			display: block;
	    	margin-bottom: 4px;
	    	padding-bottom: 0;

		}
			.action_button_text:after{
				content: '';
			    position: absolute;
			    left: 0;
			    bottom: 0;
			    right: auto;
			    top: auto;
			    height: 1px;
			    width: 100%;
			    background-color: rgba(0,0,0,.12);
			    display: block;
			    z-index: 15;
			    -webkit-transform-origin: 50% 100%;
			    transform-origin: 50% 100%;
			}
			.actions-modal-button:last-child .action_button_text:after { 
				display: none;
			}

	.list-block-readonly.list-block{
		color: #757575;
		
	}
		.list-block-readonly.list-block ul{
			padding: 8px 0;
		}
		.list-block-readonly.list-block .item-content{
			min-height: auto;
		}
			.list-block-readonly.list-block .item-media,
			.list-block-readonly.list-block .item-inner{
				padding-top: 2px;
				padding-bottom: 2px;
				min-height: auto;
				min-width: 52px;
			}
			.list-block-readonly-wider.list-block-readonly.list-block .item-media,
			.list-block-readonly-wider.list-block-readonly.list-block .item-inner{
				min-width: 80px;
			}
			.list-block-readonly.list-block .item-content:first-child{
				color: #212121;
				font-weight: bold;
			}
			.list-block-readonly.list-block .item-content.color-blue:first-child{
				color: #2196f3;
			}
	.list-block-first{
		margin-top: 8px;
	}
		.list-block-first.list-block ul:before{
			display: none;
		}

.bottom_divider{
	position: relative;
}
	.bottom_divider ul:before,
	.bottom_divider ul:after{
		display: none;
	}
	.bottom_divider:after{
		content: '';
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    right: auto;
	    top: auto;
	    height: 1px;
	    width: 100%;
	    background-color: rgba(0,0,0,.12);
	    display: block;
	    z-index: 15;
	    -webkit-transform-origin: 50% 100%;
	    transform-origin: 50% 100%;
	}

.border_top:before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: rgba(0,0,0,.12);
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
/* .svg_menu{
	width: 32px;
} */
/* .svg_menu_st0{
	fill:#414142;
} */
/* .asset_list_icon{
	width: 24px;
	margin-right: 8px;
	vertical-align: middle;
} */
.icon-status{
	font-size: 8px;
	margin-right: 8px;
}

.state-1{
	color: #1DBC0C !important;
}
.state-2{
	color: #DD821F !important;
}
.state-3{
	color: #E5425A !important;
}


/* INDEX PAGE */
.menu_wrapper{
	position: relative;
    min-height: 100%;
}
.menu{
	/* margin: 0;	 */
	margin-bottom: 0;
    margin-top: 12px;
    padding-bottom: 60px;
}
	.menu_header{
		padding: 16px 16px 8px;
		background: url('../images/menu_header.png') no-repeat center center; 
    	background-size: cover;
	}
		.user_photo{
			width: 60px;
			height: 60px;
			background: #fff;
			border-radius: 50%;
		}
			.user_f_l {
				font-size: 24px;
				text-transform: uppercase;
			}
	.user_name, .user_email{
		font-size: 16px;
		line-height: 1.2;
		color: #fff;
	}
	.user_email{
		color: #AAAAAA;
	}
	.menu ul:before,
	.menu ul:after{
		display: none;
	}
		.menu ul a:last-child{
			margin-bottom: 24px;
		}
		.menu .item-content .item-media{
			color: #757575;
		}
		.menu .item-content{
			/* color: #333333; */
			
			/* font-size: 18px; */
		}
		.menu .item-content:active, .menu .item-content:active .item-media,
		.menu .item-content:hover, .menu .item-content:hover .item-media{
			background-color: #F2F1F4;
			color: #3D88ED;			
		}
		/* .menu .item-content:active .svg_menu_st0,
		.menu .item-content:hover .svg_menu_st0{
			fill: #3FA8B2;
		} */
		.menu .item-media .icon{
			 font-size: 28px;
		}
			.menu .item-link .item-inner{		
				padding-right: 16px;
				background: none;
				background-position: initial;
				
			}
			.menu .item-inner:after{
				background-color: transparent !important;
			}

		.menu_remainings{
			font-size: 16px;
			text-align: center;
			padding: 12px 4px;
			color: #3D88ED;
			background: #EBEBEB;

			position: absolute;
    		bottom: 0;
    		left: 0;
    		width: 100%;
    		box-sizing: border-box;
		}
	.tabbar a.tab-link {
	    color: rgba(255,255,255,.5);
	    font-size: 16px;
	    text-transform: none;
	}
		.tabbar .tab-link-highlight{
			background: rgba(255, 255, 255, 1);
		}
	
	.tabs .content-block{
		margin: 0;
	}
	.assetList{
		margin: 0;
	}
		.menuDevice{
			cursor: pointer;
		}

		.assetList .item-subtitle{
			color: #757575;
		}

	.new_not{

	}
	.notification_button i {
	    position: relative;
	}
		.notification_button.new_not i:after {
		    content: '';
		    position: absolute;
		    width: 8px;
		    height: 8px;
		    background-color: #CC1717;
		    border-radius: 100%;
		    top: 0;
		    right: 0;
		}



	.first_login{
		//background: url('../images/img_home.png') no-repeat center bottom;
	}
		.first_login_block{
			display: none;
		}
		.content_block_notes span{
			font-size: 18px;
    		font-weight: bold;
		}
		.first_login .first_login_block{
			display: block;
		}
/* LOGIN */
.login_page .login-screen-content{
	background: url('../images/bg.png') no-repeat center center;
	background-size: cover;	
}
	.logo{
		margin-top:80px;
		/* padding: 0 16px; */
		text-align: center;
	}
		.logo img{
			width: 100%;
			max-width: 410px;
		}

		.login-screen-content .login_list{
			/* padding: 0 16px; */
			margin-top: 56px;
		}
			.login_list ul{

			}
			.login_list ul:before,
			.login_list ul:after,
			.login_list .item-inner:after{
				display: none;
			}
				
				.login_list .item-input{
					
				}
					.login_list .item-input input{
						border-radius: 5px;
						border: none;
						background-color: rgb(255,255,255);
						/* height: 55px; */
						padding: 0 16px ;
						color: rgb(0,0,0);
					}
					.login_list .item-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
					 	color: rgba(0,0,0,.6);
					}
					.login_list .item-input input::-moz-placeholder { /* Firefox 19+ */
					 	color: rgba(0,0,0,.6);
					}
					.login_list .item-input input:-ms-input-placeholder { /* IE 10+ */
					 	color: rgba(0,0,0,.6);
					}
					.login_list .item-input input:-moz-placeholder { /* Firefox 18- */
					 	color: rgba(0,0,0,.6);
					}
					.login_list .input-field:after, .item-input-field:after{
						background-color: transparent !important;
					}
					.forget_pwd_wrapper{
						text-align: right;
						padding-right: 16px;
					}
						.forget_pwd_wrapper a{
							text-decoration: underline;
						}

		.login_list.list-block .input-item .floating-label, .login_list.list-block.inputs-list .floating-label{
			color: #fff;
		}
		
		.theme-dealer .login_list .input-field.focus-state:after, 
		.theme-dealer .login_list .input-field.not-empty-state:after, 
		.theme-dealer .login_list .item-input-field.focus-state:after, 
		.theme-dealer .login_list .item-input-field.not-empty-state:after{
			background: rgba(255,255,255,1);
		}
		.btn_login{
			width: 224px;
			/* margin: 0 auto; */
			border: none;
			
			font-size: 24px;
			
		}
		
		.theme-dealer .button.button-fill.btn_login{
			background: #E10830;
			color: #fff;
			border-radius: 5px;
			margin: 0 auto;
		}


/* USER PROFILE */

.user_img{
	/* height: 220px; */
	/* width: 100%; */
	height: 220px;
	overflow: hidden;
	/* background-image: url("../images/other_add_photo.svg"); */
	background-position: center center;
	/* background-size: cover; */
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
}
	.user_img img{
		width: 50%;
    	height: 50vw;
    	max-width: 224px;
    	max-height: 224px;
    	/* border-radius: 100%; */
	}
	.profile_header .user_name{
		text-align: center;
		/* margin-left: 72px; */

		font-size: 28px;
	    line-height: 1.5;	    
	   /*  position: absolute;
	   	bottom: 0;
	   	left: 50%;
	   	transform: translateX(-50%); */
	}

	.page_profile .list-block input[type=date],
	.page_profile .list-block input[type=datetime-local],
	.page_profile .list-block input[type=email],
	.page_profile .list-block input[type=number],
	.page_profile .list-block input[type=password],
	.page_profile .list-block input[type=search],
	.page_profile .list-block input[type=tel],
	.page_profile .list-block input[type=text],
	.page_profile .list-block input[type=time],
	.page_profile .list-block input[type=url],
	.page_profile .list-block select,
	.page_profile .list-block textarea{
		color: #2196f3;
	}
	

/* NOTIFICARIONS */

.notificationList{
	margin: 0;
}
	.notificationList li{
		-moz-user-select: none;        
        -webkit-user-select: none;        
        user-select: none;
	}
	.notificationList .list-block .item-after{
		color: #2196f3;
	}
	.checkbox-hidden, .time{
		display: none;
	}
	.show{
		display: block;
	}

		.list-block .checkbox-hidden .item-content{
			min-height: 18px;
			padding: 3px 3px 3px 16px;
		}
		.list-block .checkbox-hidden .item-content .item-inner{
			padding: 0;
    		min-height: 18px;
		}

		.list-block .checkbox-hidden .item-content .item-inner:after{
			display: none;
		}


/* PAGE SETTINGS */

.page_settings{
	
}
	.page_settings .list-block .label
	{
		color: #212121;
	}
	.page_settings .list-block input[type=date],
	.page_settings .list-block input[type=datetime-local],
	.page_settings .list-block input[type=email],
	.page_settings .list-block input[type=number], 
	.page_settings .list-block input[type=password], 
	.page_settings .list-block input[type=search], 
	.page_settings .list-block input[type=tel], 
	.page_settings .list-block input[type=text], 
	.page_settings .list-block input[type=time], 
	.page_settings .list-block input[type=url], 
	.page_settings .list-block select, 
	.page_settings .list-block textarea{
		color: #2196f3;
	}
	.page_settings .content-block-title{
		/* padding-top: 0; */
		margin: 0;
    	padding: 16px;
	}
	.page_settings .list-block{
		margin: 0;
	}

	.list-block-readonly-iputs .item-title{
		color: #757575;
	}
	.list-block-readonly-iputs .item-title span{
		font-size: 18px;
		color: #212121;
	}

	.showBlockControll{
	
	}
		.showBlockControll i{
			position: absolute;
			right: 16px;
			top: 10px;
		}

		.select_arrow{
			position: absolute;
    		right: 0;
    		top: 5px;
    		color: #2196f3;
    		    z-index: 4;
		}

	.credit_card{
		width: 304px;
		height: 178px;
		margin: 16px auto;
		background: url('../images/credit_card.png') no-repeat center center;
		background-size: contain;
		position: relative;
		box-sizing: border-box;
		padding: 12px 12px 0 24px;
	}
		.credit_card input[type=text],
		.credit_card input[type=tel],
		.credit_card select{
			background: #fff;
			/* position: absolute; */
			padding: 0 8px;
    		height: 26px;
    		border-radius: 4px;
    		border: 1px solid gray;
    		box-sizing: border-box;
    		text-align: center;
		}

		.cc_input{

		}
		.credit_card select.card_type{
			width: 100px;
		}
		.credit_card input.card_number{
			width: 100%;
    		margin-top: 50px;
		}
		.credit_card input.exp_date{
			width: 80px;
			margin-left: auto;
			margin-top: 8px;
		}
		.credit_card input.card_holder{
			width: 160px;
    		margin-top: -8px;
		}


/* RECHARGE / RENEW */
.recharge_page{

}
	.recharge_page .content-block-title{
		font-size: 24px;
		/* color: #4F4F4F; */
		text-align: center;
	}
	.recharge_list{

	}
		.recharge_list ul:before,
		.recharge_list ul:after{
			display: none;
		}
			
			.recharge_list.list-block .item-title{
				white-space: normal;
			}
			.recharge_list.list-block .input-item .item-media, .recharge_list.list-block.inputs-list .item-media{
				-ms-flex-item-align: center;
    			-webkit-align-self: center;
    			align-self: center;
			}
			
			.recharge_list.list-block .item-after{
				margin-left: 16px;
			}
		


	.recharge_block_wrapper{
		position: relative;
		margin-bottom: 56px;
	}

		.recharge_block{
			background-color: #fff;
			-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0, 0.7);
		    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0, 0.7);
		    box-shadow: 0px 0px 8px 0px rgba(0,0,0, 0.7);
		    text-align: center;
		}
		.recharge_block3{

			position: absolute;
			top: 20px;			
			left:0;
			right:0;
			margin-left:auto;
			margin-right:auto;
		}
			.recharge_block_top{

			}
				.recharge_block p{
					margin: 0;
					padding: 16px 0;
					font-size: 14px;
					color: #858585;
				}
				.recharge_block.recharge_block3 p{
					padding: 18px 0;
				}
					.recharge_block_top span{
						color: #11B4BA;
						font-weight: bold;
					}
					.recharge_block3 .recharge_block_top span{
						color: #F83434;
					}
			.recharge_block_middle{
				position: relative;
				background-color: #11B4BA;
				webkit-box-shadow: inset 0px 0px 7px 0px rgba(0,0,0, 0.2);
			    -moz-box-shadow: inset 0px 0px 7px 0px rgba(0,0,0, 0.2);
			    box-shadow: inset 0px 0px 7px 0px rgba(0,0,0, 0.2);
			}
			.recharge_block_middle:before{
				content: '';
				position: absolute;
				top: -10px;
				left: 50%;
				margin-left: -10px; 

				width: 20px;
				height: 20px;
				border-radius: 100%;
				background-color: #fff;
			}
			.recharge_block_middle:after{
				content: '';
    			position: absolute;
    			top: -1px;
    			left: 50%;
    			margin-left: -2px;
    			width: 4px;
    			height: 4px;
    			border-radius: 1px;
    			background-color: transparent;
    			border: 1px solid #858585;
    			border-top: none;
    			border-left: none;
    			-ms-transform: rotate(45deg);
    			-webkit-transform: rotate(45deg);
    			transform: rotate(45deg);
			}
			.recharge_block3 .recharge_block_middle{
				background-color:  #F83434;
			}
				.recharge_block_middle p{
					color: #fff;
				}
			.recharge_block_bottom{
				
			}
				.button_buy_now{
					display: block;
					margin: 16px;
					padding: 8px 0;
					border-radius: 3px;

					color: #fff !important;
					font-size: 12px;
					text-transform: uppercase;

					background-image: -moz-linear-gradient( 90deg, rgb(50,169,50) 0%, rgb(85,204,85) 100%);
				    background-image: -webkit-linear-gradient( 90deg, rgb(50,169,50) 0%, rgb(85,204,85) 100%);
				    background-image: -ms-linear-gradient( 90deg, rgb(50,169,50) 0%, rgb(85,204,85) 100%);
				    webkit-box-shadow: inset 0px -2px 0px 0px rgba(77,110,84, 0.75);
			    	-moz-box-shadow: inset 0px -2px 0px 0px rgba(77,110,84, 0.75);
				    box-shadow: inset 0px -2px 0px 0px rgba(77,110,84, 0.75);
				}
				.recharge_block3 .button_buy_now{					
					margin: 18px 24px;
				}
		
		
/* PAGE VERIFICATION */

.verify_img{
	width: 100%;
    max-width: 132px;
}
.verify_text{
	font-size: 32px;
}
.verified{
	color: #39B54A;
}
.not_verified{
	color: #BA2020;	
}


/* PAGE POSITION */

.position_map{
	height: 60%;
}
	.map{
		width: 100%;
	    height: 100%;
	}
		
		
.leaflet-control-layers:not(.leaflet-control-layers-expanded){
		border-radius: 50%;
	}
	.leaflet-popup-content-wrapper{
		border-radius: 6px;
	}
		.marker-data-table{
			
		}
			.marker-data-table td{
				border-bottom: 1px solid #E6E6E6;
				font-size: 13px;
			    line-height: 1.2;
			    padding: 4px 0;
			    vertical-align: text-top;
			}
			.marker-data-table tr:last-child td{
				border-bottom: 1px solid transparent;
			}
			.marker-data-table .marker-data-caption{
				text-align: left;
				color: #999999;
				white-space: nowrap;
				font-weight: 600;
			}
			.marker-data-table .marker-data-value{
				text-align: right;
				color: #4D4D4D;
				padding-left: 10px;
			}
			.leaflet-popup-close-button{
				/* display: none; */
			}
			.leaflet-control-layers-selector{
				visibility: hidden;
				width: 1px;
    			margin: 0;
			}
			.leaflet-control-layers label{
				display: inline-block;
				margin: 8px 8px;
				color: #999999;
			}
			.layer-icon{
				width: 72px;
			}
			.leaflet-control-layers-base p{
				margin: 0;
				font-size: 14px;
				font-weight: bold;
    			padding-left: 4px;
			}

			.leaflet-control-layers-base input[type=radio]:checked + span{
				color: #000;
			}

/* ASSET EDIT PHOTO */
#redo{
	position: fixed;
	bottom: 20px;
	left :20px;
	font-size: 30px;
}
#undo{
	position: fixed;
	bottom: 20px;
	right :20px;
	font-size: 30px;
}

.asset_img_before_crop{
	width: 100%;
}
	.asset_img_before_crop img{
		width: 100%;
		max-width: 100%;
	}
