.externalBillingUrl{
 	position: fixed;
	z-index: 9999;
	background: #fff;
	top: 10%;
	display: none;
	left: 0;
	right: 0;
	max-width: 500px;
	margin: auto;
	width: 95%;
	height: 80%;
}

@media (max-width: 767px) {
  .externalBillingUrl{
	top: 0%;
	height: 100%;
	width: 100%;
	}
}
    
.externalBillingUrl embed{
    width: 100%;
    height: 100%;    	
}


.black{
	background-color: black;
}

.no-pad-margin{
	margin: 0px; 
	padding: 0px;
}

#registration input.danger {
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
} 

.CreateAccount {
	display: none;
	opacity: 0;
	transition: 1s all;
	opacity: 0;
	width: 99vw;
	height: 70vh;
	position: absolute;
	top: 10%;
	margin: auto;
	z-index: 100;
	left: 0;
	min-height: 600px;
}

#loadingMask {
	display: none;
	opacity: 0.6;
	background-color: black;
	position: fixed;
	top: 0;
	height: 100vh;
	width: 100vw;
	left: 0;
	z-index: 999;
	background-image: url("https://s3-us-west-2.amazonaws.com/vod.resources/images/ring.gif");
	background-repeat: no-repeat;
	background-position: center;
}

img{
	display: initial;
	width: auto;	
}