#eCARDRegistrationMessageDiv {
  display: none; /* Hidden by default */
	margin-bottom: 10px;
	width:95%;
}

/* Modal Content */
.eCARDRegistrationMessageContent {
  background-color: #ffffff;
  margin: auto;
  padding: 10px 10px 10px 10px;
  border: 1px solid #888;
  width: 100%;
	//position: relative;
	/* color: #C80909; */
	line-height: 1.5em;
}

/* The Close Button */
 .eCARDRegistrationMessageCloseButton {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.eCARDRegistrationMessageCloseButton:hover,
.eCARDRegistrationMessageCloseButton:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.ui-tooltip {
	position: relative;
	max-width: 100%;
	font-size: 100px !important;
}

#eCARD img {
	width: auto !important;
}


#eCARDRegistrationForm {
	line-height: 30px;
}

#eCARDRegistrationForm p {
	margin: 1px 0px 3px 0px;
/* 	min-height: 40px; */
}

#eCARDRegistrationForm .radioClass {
	margin-right: 10px;
}

#eCARDRegistrationForm label {
	width: 40%;
	float: left;
}

#eCARDRegistrationForm input {
	margin: 1px 0px 3px 0px;
	
}

#eCARDRegistrationForm h4 {
	font-size: medium;
}

.eCARDSectionMessageNote {
	font-weight: bold;
	font-size: inherit;
	margin-left:0px;
}

.eCARDLabelMessageNote {
	font-style: italic;
/* 	padding: 0px 0px 0px 20px; */
	margin-left:5px;
/* 	width: 40%; */
}

@media only screen and (max-width: 320px) {
	#eCARDRegistrationForm label {
		width:50%;
	}
	#eCARDRegistrationForm .forceWrap {
		width:100%;
	}
	#eCARDRegistrationForm select {
		font-size: 15px;
	}
	#eCARDRegistrationForm .eCARDSectionMessageNote {
		display: block;
		margin-left: 0px;
	}

	.eCARDtooltip .eCARDtooltiptext {
	    visibility: hidden;
	    width: 250px;
	    background-color: #555;
	    color: #fff;
	    text-align: left;
	    border-radius: 6px;
	    padding: 5px ;
	    position: absolute;
	    z-index: 1;
	    bottom: 125%;
	    left: 35%;
	    margin-left: -205px; 
	    opacity: 0;
	    transition: opacity 0.3s;
	}
}


@media only screen and (max-width: 375px) {
	#eCARDRegistrationForm label {
		width:50%;
	}
	#eCARDRegistrationForm .forceWrap {
		width:100%;
	}
	#eCARDRegistrationForm select {
		font-size: 15px;
	}
	/*
		#eCARDRegistrationForm .eCARDSectionMessageNote {
			display: block;
			margin-left: 0px;
		}
	*/
	.eCARDtooltip .eCARDtooltiptext {
	    visibility: hidden;
	    width: 225px;
	    background-color: #555;
	    color: #fff;
	    text-align: left;
	    border-radius: 6px;
	    padding: 5px ;
	    position: absolute;
	    z-index: 1;
	    bottom: 125%;
	    left: 40%;
	    margin-left: -200px; 
	    opacity: 0;
	    transition: opacity 0.3s;
	}
}

@media only screen and (max-width: 384px) {
	#eCARDRegistrationForm label {
		width:50%;
	}
	#eCARDRegistrationForm .forceWrap {
		width:100%;
	}
	#eCARDRegistrationForm select {
		font-size: 15px;
	}
/*
	#eCARDRegistrationForm .eCARDSectionMessageNote {
		display: block;
		margin-left: 0px;
	}
*/
}

@media only screen and (max-width: 414px) {
	#eCARDRegistrationForm label {
		width:50%;
	}
	#eCARDRegistrationForm .forceWrap {
		width:100%;
	}
	#eCARDRegistrationForm select {
		font-size: 15px;
	}
/*
	#eCARDRegistrationForm .eCARDSectionMessageNote {
		display: block;
		margin-left: 0px;
	}
*/
}

@media only screen and (max-width: 480px) {
	#eCARDRegistrationForm label {
		width:50%;
	}
	#eCARDRegistrationForm .forceWrap {
		width:100%;
	}
	#eCARDRegistrationForm select {
		font-size: 15px;
	}
	#eCARDRegistrationForm .eCARDSectionMessageNote {
		display: block;
		margin-left: 0px;
	}

	.eCARDtooltip .eCARDtooltiptext {
	    visibility: hidden;
	    width: 200px;
	    background-color: #555;
	    color: #fff;
	    text-align: left;
	    border-radius: 6px;
	    padding: 5px ;
	    position: absolute;
	    z-index: 1;
	    bottom: 125%;
	    left: 40%;
	    margin-left: -200px; 
	    opacity: 0;
	    transition: opacity 0.3s;
	}
}

@media only screen and (max-width: 568px) {
	#eCARDRegistrationForm label {
		width:100%;
	}
/*
	#eCARDRegistrationForm .forceWrap {
		width:100%;
	}
*/
	#eCARDRegistrationForm select {
		font-size: 15px;
	}
/*
	#eCARDRegistrationForm .eCARDSectionMessageNote {
		display: block;
		margin-left: 0px;
	}
*/
}
