.new_popup_box_outer {
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 300;
}
.new_popup_box_outer_map {
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1060;
}
.new_popup_box_middle {
	display: table-cell;
	vertical-align: middle;
}
.new_popup_box_inner{
	position: relative;
	background-color: #fff;
	width: 350px!important;
	/*width: calc(100% - 20px);*/
	max-width: 415px;
	min-height: 150px;
	text-align: center;
	margin: auto;
	-moz-box-shadow: 0 0 0 9999px rgba(0,0,0,.50), 0 0 40px rgba(0,0,0,.80);
	-webkit-box-shadow: 0 0 0 9999px rgba(0,0,0,.50), 0 0 40px rgba(0,0,0,.80);
	box-shadow: 0 0 0 9999px rgba(0,0,0,.50), 0 0 40px rgba(0,0,0,.80);
}

#popup_container{
	display: inline-block;
	width: 100%;
	padding: 20px;
	color: #666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#popup_container .simple_a{
	cursor: pointer;
	display: block;
	color: #333;
	margin-top: 10px;
	text-decoration: none;
}
#popup_container .simple_a:hover{
	text-decoration: underline;
}
#popup_container .btn_action{
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	padding: 5px 30px;
	display: inline-block;
	border: 2px solid #84c335;
	height: 60px;
	border-radius: 35px;
	background-color: #84c335;
	color: #fff;
	cursor: pointer;
}
#popup_container .btn_action:hover{
	text-decoration: none!important;
	background: #fff;
	color: #84c335;
}
.cancel_btn{
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding: 17px 40px;
	font-size: 15px;
	height: 60px;
	display: inline-block;
	border: 2px solid #828282;
	border-radius: 35px;
	background-color: #828282;
	color: #fff!important;
	cursor: pointer;
}
.cancel_btn:hover{
	background: #fff;
	color: #828282!important;
}
.popup_partner_name{
	font-weight: bold;
}
.popup_nb_sms_left{
	font-weight: bold;
}
.popup_promo_sms_send_h2 {
	color: #84c335;
	font-size: 16px;
	margin-top: 50px;
	text-align: center;
}
.popup-btn-std{
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 30px;
	display: inline-block;
	border: 2px solid #84c335;
	height: 60px;
	border-radius: 35px;
	background-color: #84c335;
	color: #fff;
	cursor: pointer;
	text-decoration:none;
}
.popup-btn-std:hover{
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 30px;
	display: inline-block;
	border: 2px solid #84c335;
	height: 60px;
	border-radius: 35px;
	background-color: #fff;
	color: #84c335;
	cursor: pointer;
	text-decoration:none;
}