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

/* Modal Content */
.eRenewMessageContent {
  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 */
 .eRenewMessageCloseButton {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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




.ui-tooltip {
	max-width: 100%;
}

#eRenew div {
	clear:both;
/* 	margin-bottom: 10px; */
}


/* CSS tooltip*/
.eRenewtooltip {
    position: relative;
    display: inline;
}

.eRenewtooltip .eRenewtooltiptext {
    visibility: hidden;
    width: 250px; /*made this bigger*/
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px ;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -120px; /*had to make this bigger to fit the increased box size*/
    opacity: 0;
    transition: opacity 0.3s;
}

.eRenewtooltip .eRenewtooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.eRenewtooltip:hover .eRenewtooltiptext {
    visibility: visible;
    opacity: 1;
}

#eRenew {
	line-height: 25px;
}

#eRenew label {
	width: 30%;
	float: left;
}


#eRenew .eRenewTXT {
/* 	height: 30px; */
	width:50%;
	display:inline;
}

#eRenew .radioClass {
	width: 2%;
}

#eRenew .checkboxClass {
	width: 2%;
}

#eRenew h4 {
/* 	font-size: smaller; */
	margin-top: 10px;
}

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

.eRenewLabelMessageNote {
	font-style: italic;
	margin: 0px 0px 0px 20px;
}

.eRenewSectionName {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: inherit;
}

#eRenewCountryResidenceSelect {
	width: auto;
}



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

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

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

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

@media only screen and (max-width: 568px) {
	#eRenew label {
		width:100%;
	}
/*
	#eRenew .forceWrap {
		width:100%;
	}
*/
	#eRenew select {
		font-size: 15px;
	}

	#eRenewCountryResidenceSelect {
		font-size: 15px;
		width: 80%;
	}
/*
	#eRenew .eRenewSectionMessageNote {
		display: block;
		margin-left: 0px;
	}
*/
}
