#app_common_modal {
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
	scrollbar-width: none; /* for Firefox */
	overflow-y: scroll; 
  }
  
  #app_common_modal::-webkit-scrollbar {
	display: none; /* for Chrome, Safari, and Opera */
  }
  
#app_common_modal, #error_handler_overlay {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
    background: #333;
    background: rgba(0, 0, 0, .8);
    display: none;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    overflow-x: hidden;
}
#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body {
	max-width: 520px;
	font-family: Verdana, Geneva, sans-serif;
	box-sizing: border-box;
	outline: 0
}
#error_handler_overlay .error_handler_body {
	margin: 100px auto;
	width: 95%;
	padding: 20px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	position: relative;
}
#app_common_modal_close, #error_handler_overlay_close {
    position: absolute;
    right: -6px;
    top: -31px;
    color: #FFF;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    line-height: 30px;
    padding: 0;
    margin: 0;
    font-weight: 300;
    font-family: arial;
    font-size: 20px;
}


#app_common_modal .app_modal_body {
    margin: 70px auto;
    min-width: 1000px;
    width: 100%;
    min-height: 800px;
    padding: 3px;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    position: relative;
}



#app_common_modal .app_modal_body iframe {
	min-height: 800px;
	width: 100%;
	border: 0;
}
.exitpop-content {
	position: fixed;
	height: 400px;
	width: 708px;
	margin: -200px 0 0 -354px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0;
	border: none;
	z-index: 2147483647
}
.exitpopup-overlay {
	background: rgba(0, 0, 0, .6);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2147483647;
	display: none
}



@media (max-width: 1300px){
	#app_common_modal .app_modal_body {
		min-height: 800px;
	}
	#app_common_modal .app_modal_body iframe {
		min-height: 800px;
	}
	#app_common_modal .app_modal_body {
		max-width: 70%;
		min-width: 70%;
	}
	
	#app_common_modal, #error_handler_overlay {
		width: 100%;
	}
}

@media (max-width: 767px){


	#app_common_modal .app_modal_body {
		margin: 100px auto;
		min-width: inherit;
		width: 80%;
		min-width: 80%;
	}
	
	#app_common_modal .app_modal_body {
		min-height: 500px;
	}
	#app_common_modal .app_modal_body iframe {
		min-height: 500px;
	}
	.vc_tour {
		font-size: 16px;
	}
#app_common_modal .app_modal_body {
    max-width: 95%;
}
}


@media (max-width: 575px){
	#app_common_modal .app_modal_body {
		width: 92%;
		min-width: 92%;
	}
}

