#edit-profile, #change-password, #topup-referral{
	max-width: 300px;
	line-height: 32px;
	background-color: #2E86C1;
	color: white;
	font-size: 14px;
	border-radius: 5px;
	margin-top: 25px;
}

#edit-profile:hover, #change-password:hover, #topup-referral:hover {
	cursor: pointer;
	filter: brightness(0.7);
	font-style: italic;
}

div.input-portion {
	margin: auto;
}

#email, #ic, #fullName, #currentPassword, #newPassword, #myReferrerCode{
	margin: auto;
	max-width: 300px;
}

div.mobile-portion {
	max-width: 300px;
	line-height: 30px;
	border: 1px solid #CACFD2;
	border-radius: 5px;
	margin:auto;
	margin-top: 25px;
	margin-bottom: 15px;
	display: block;
}

div.mobile-portion table,
div.mobile-portion table tbody,
div.mobile-portion table tr td {
	margin: 0px;
	padding: 0px;
}
div.mobile-portion table {
	width: 100%;
}

div.mobile-portion input {
	max-width: 255px;
	border: none;
	line-height: 30px;
	padding-left: 10px;
	border-left: 1px solid #CACFD2;
	border-radius: 0px 5px 5px 0px;
	font-size: 14px;
}

div.mobile-portion select {
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;	
	width: 45px;
	height: 36px;
	border: none;
	border-radius: 5px;
	padding: 0px 0px 0px 2px;
	background-image: url("<%=request.getContextPath()%>/images/arrow-down.png");
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 9px;
	cursor: pointer;
	font-size: 14px;
}

#to-save-member, #to-change-password, #to-topup {
	max-width: 302px;
	height: 40px;
	background-color: #F25A39;
	color: white;
	font-size: 14px;
	border-radius: 5px;
}

#to-save-member:hover, #to-change-password:hover, #to-topup:hover {
	cursor: pointer;
	filter: brightness(0.7);
	font-style: italic;
}

#to-topup, #to-update-referrer {
	max-width: 302px;
	height: 40px;
	background-color: #70bc01;
	color: white;
	font-size: 14px;
	border-radius: 5px;
}

.horizontal-line{
	height:0px;
	width:50%;
	border-width:0;
	color:white;
	background-color:white;
	text-align: center !important; 
}


.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 140px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -75px;
	opacity: 0;
	transition: opacity 0.3s;
	font-size:12px;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
	
div.topup-details {
	width: 255px;
	margin: auto;
	font-size: 14px;
}

input[name='topUpAmount'] {
	width: 227px;
	height: 30px;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid grey;
	padding-left: 5px;	
	margin-top: 3px;
}

div.topup-button {
	margin-top: 10px;
}

div.topup-button input[type='button'] {
	width: 80px;
	height: 35px;
	background-color: white;
	color: black;
	font-size: 14px;
	border-radius: 5px;
	margin-left: -2px;			
}

div.topup-button input[type='button']:hover {
	cursor: pointer;
	filter: brightness(0.7);
	font-style: italic;
}
	