.lightgrayline {
	BACKGROUND-COLOR: #e6e6e6
}

.grayborder {
	BACKGROUND-COLOR: #cdcdcd
}

A.footer {
	FONT-SIZE: 10px;
	COLOR: #0023a0;
	FONT-FAMILY: arial, helvetica, sans-serif;
	TEXT-DECORATION: none
}

A.footer:hover {
	FONT-SIZE: 10px;
	COLOR: #0023a0;
	FONT-FAMILY: arial, helvetica, sans-serif;
	TEXT-DECORATION: underline
}

A.footerbold {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #0023a0;
	FONT-FAMILY: arial, helvetica, sans-serif;
	TEXT-DECORATION: none
}

A.footerbold:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #0023a0;
	FONT-FAMILY: arial, helvetica, sans-serif;
	TEXT-DECORATION: underline
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #ffffff;
}

tr {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	height: 14px
}

td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	height: 14px;
}

.header {
	color: #ffffff;
	background-color: #0099CC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

.oddline {
	background-color: #e3eff6
}

.evenline {
	background-color: #c3dae6
}

.label {
	color: #ffffff;
	background-color: #0099CC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	height: 10px;
}

.displayOnly {
	background-color: #cccccc
}

.textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	height: 70px
}

.button {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	height: 18px
}

.option {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	height: 18px
}

.text {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	height: 18px
}

.readonlytext {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	background: #C0C0C0;
}

.inputDate {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	width: 20px;
}

#menu ul {
	float: left;
	width: 96%;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-image: url('singaporeImage/menu/mnBackground.jpg');
	background-repeat: no-repeat;
}

#menu li {
	position: relative;
	padding: 0.2em 0.6em;
	left: 12px;
}

#menu a {
	width: 100%;
	text-decoration: none;
	color: black;
	background-color: #F4F4F4;
	position: relative;
	left: -5px;
}

#menu a:hover {
	text-decoration: underline;
}

#lgBanner {
	background-image: url('singaporeImage/login/lgBanner.jpg');
	height: 85px;
	width: 775px;
}

.errorText {
	font-size: 15px;
	color: #ff0000;
}

.errorText2 {
	font-size: 18px;
	color: #ff0000;
}
#wrapper {
	padding: 0px;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
}

#main {
	clear: both;
	min-height: 500px;
	margin: 3px 0px 0px 0px;
	background: url('singaporeImage/backgound_image.jpg') repeat-y;
}

#header {
	background-color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

#footer {
	font-size: 10px;
	text-align: center;
	clear: both;
	width: 100%;
	color: #999999;
}

#footer_under {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	height: 14px;
	clear: both;
	width: 100%;
	color: #ffffff;
	background-color: #808080;
}

#sidebar {
	width: 160px;
	float: left;
}

#content {
	margin-left: 165px;
	background-color: #FFF;
}

#clear {
	clear: both;
}

.loginMain {
	width: 960px;
	margin: 0px auto;
}

.bgheader {
	height: 100px;
	width: 100%;
	background-color: #FFF;
	position: relative;
}

.bgLogo {
	background-image: url('singaporeImage/login/MHC-Square-Logo.png');
	width: 125px;
	height: 100px;
	display: block;
	margin-top: 0px;
	margin-left: 35px;
}

.header-right {
	position: absolute;
	right: 40px;
	margin-top: -46px;
}

.header-right {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #004B95;
	font-size: 11px;
}

.loginMenu {
	height: 30px;
	width: 100%;
	background-color: #FFF;
	position: relative;
	z-index: 1;
}

.loginMenu ul {
	font-family: Arial, Verdana;
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #FFF;
	padding-top: 5px;
	float: left;
}

.loginMenu ul li {
	display: block;
	float: left;
}

.loginMenu li ul {
	display: none;
}

.loginMenu ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	padding: 5px 15px 5px 15px;
	background-color: #164690;
	margin-left: 1px;
	white-space: nowrap;
	border-radius: 4px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}


.loginMenu ul li a:hover {
	background: #3b3b3b;
}

.loginMenu li:hover ul {
	display: block;
	position: absolute;
}

.loginMenu li:hover li {
	float: none;
	font-size: 11px;
}
.loginContent {
	height: 770px;
	width: 100%;
	background-color: #FFF;
	position: relative;
}

.contentLogin1 {
	background-image: url('singaporeImage/login/LandingPage-Banner-v3.jpg');
	background-repeat: no-repeat;
	height: 400px;
	width: 100%;
	background-color: #FFF;
	position: relative;
}

.contentLogin2 {
	background-image: url('singaporeImage/login/MHC_Clinic_Network_App.png')
		;
	background-repeat: no-repeat;
	height: 95px;
	width: 345px;
	background-color: #FFF;
	margin-top: -35px;
	margin-left: 30px;
	position: relative;
}

.contentLogin3 {
	clear: both;
	height: 45px;
	background-color: #FFF;
	margin-top: -170px;
	margin-left: 50px;
	width: 113px;
	float: left;
}

.contentLogin4 {
	height: 45px;
	width: 113px;
	float: left;
	margin-top: -170px;
	margin-left: 165px;
}

.lableLogin {
	background-color: #033162;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	width: 300px;
	height: 50px;
	float: right;
	color: #FFF;
	font-size: 11px;
}

.lableLogin h2 {
	margin-left: 20px;
}

.lableLogin p a {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	margin: 10px 10px 10px 20px;
}

.login-button {
	margin: 10px 10px 10px 20px;
	background-color: #01BFF3;
	color: #FFF;
	width: 84px;
	height: 40px;
	border: 0px none;
	cursor: pointer;
	border-radius: 8px;
	font-weight: bold;
}

.signIn {
	background-color: #014991;
	width: 300px;
	height: 460px;
	opacity: 0.85;
	filter: alpha(opacity =85);
	-moz-opacity: 0.85;
	float: right;
	margin-right: 35px;
}
.selectContry {
    padding:1px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    appearance:none;
    cursor:pointer;
     border: 1px solid #ccc;
    
}
.footerLogin {
	background-color: #FFF;
	position: relative;
}

.login-box {
	margin: 10px 10px 13px 20px;
}

.footerContent {
	background-image: url('singaporeImage/login/award-banner.jpg');
	height: 55px;
	width: 100%;
	background-color: #FFF;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
}

.footerText {
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #020202;
	font-size: 11px;
}
.forgetPasswordBanner
{
	background-image: url('singaporeImage/login/LandingPage-Banner-v3.jpg');
	background-repeat: no-repeat;
	height: 295px;
	width: 100%;
	margin-left: 15%;
}
.forgetPassword-button {
	margin: 10px 10px 10px 20px;
	background-color: #01BFF3;
	color: #FFF;
	width: 138px;
	height: 40px;
	border: 0px none;
	cursor: pointer;
	border-radius: 8px;
	font-weight: bold;
}
.forgetPassword-Messages {
	margin-left: 10px;
	height: 10px;
}
.loginNote{
	float:right;
	border-style:solid;
	border-color:black;
	border-width:thin;
	height: auto;
	width: 450px;
	background-color: #FFF;
	margin-top: 35px;
	margin-right:15px;
	position: relative;
}

.vbgbanner {
	background-image: url('singaporeImage/login/MHC-Square-Logo.png');
	background-repeat: no-repeat;
	width: 125px;
	height: 130px;
	display: block;
	background-color: #FFF;
	margin-top: 20px;
	margin-left: 30px;
}
.vloginMain {
	width: 790px;
	margin: 0px auto;
}

.vbgContent {
	height: 430px;
	width: 790px;
	background-color: #FFF;
	position: relative;
	margin: 0px auto;
	margin-top: -20px;
}

.vContent {
	text-align: center;
	WIDTH: 680px; 
	BOTTOM: 112px; 
	POSITION: absolute;
	TOP: 50px;
	HEIGHT: 240px;
	FONT-SIZE: 15pt;
	margin-left: 50px;
}
.vheader {
	width: 790px;
	background-color: #FFF;
	margin-left: 325px;
	position: relative;
	margin: 0px auto;
}

.vheader-right {
	position: absolute;
	right: 40px;
	margin-top: -66px;
	color: #004b95;
}

.vButton
{
	border-width: 1px;
   border-style: solid;
	border-color:black;
	width: 185px;
	height: 34px;
	color: white;
	background-color: #01BFF3;
	outline: none;
	margin-top: 10px;
}
.vfontContent
{
	font-size: 12px
}

.vButton
{
	border-width: 1px;
    border-style: solid;
	border-color:black;
	width: 85px;
	height: 24px;
	color: white;
	background-color: #01BFF3;
	outline: none;
	margin-top: 1px;
	margin-left: -40px;
}

.vfontContent
{
	font-size: 12px
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  font-size: 15px;
  width: 33%;
  margin-top: 150px;
}

/* The Close Button */
.close {
  background-color: #fefefe;
  border:1px solid black; 
  float: right;
  font-size: 18px;
  font-weight: bold;
  border-radius:  50% ;
  margin-top: -35px;
  margin-right: -30px;
}

.close:hover,.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.flex-container {
	display: flex;
	justify-content: center;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-bottom: 1rem;
}

body {
	background-color: #F1F1F1;
}

.selectContry {
	height: 20px;
}

ul.emptynav{
	margin-left: 200px;
}

.LastMsg {
	color: #ffffff;
	font-size: 10px;
	font-family: Arial;
}

.login-box-userId {
	margin-top:20px;
}
.submitActionButton{
	margin-top: 5px;
}
.g-recaptcha{
	transform:scale(0.85);
	transform-origin:11 0;
}
.phi-text{
	margin-left: 15px;
}

.phi-link {
	color: red;
	text-decoration: none;
}

.phi-link1 {
	color: red;
	text-decoration: none;
}
.phi-img {
	margin-right: 1rem;
}

.download-content {
	float: left; width: 960px;background-color: #FFF;border-bottom-color: white;
}
.googleplay-button {
	color: #FFF;
}
.contentLogin4 {
	border-bottom-color: white;
}
.appstore-button{
	color: #FFF;
}

body.body-login-mhcmy{
	background-color: #F1F1F1;
}

.contentLogin1-mhcmy {
	background-image: url('singaporeImage/login/LandingPage-Banner-v3.jpg');
	background-repeat: no-repeat;
	height: 295px;
	width: 100%;
	background-color: #FFF;
	position: relative;
}

.microsoft-sign-in-container {
	margin: 10px 10px 10px 20px;
	position: relative;
}

.divider::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #033162;
	position: absolute;
	margin-top: -10px;
}

.microsoft-sign-in-button {
	display: flex;
	align-items: center;
	background-color: #033162;
	color: #FFF;
	width: 100%;
	height: 40px;
	border: 0 none;
	cursor: pointer;
	border-radius: 8px;
	font-weight: bold;
	overflow: hidden;
	margin-top: 30px;
	font-size: 14px;
	text-decoration: none;
}

.microsoft-logo {
	width: 20px;
	height: auto;
	margin-left: 10px;
}

.button-text {
	flex: 1;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}