@CHARSET "UTF-8";

html {
  background-color: #fff;
  font-family: var(--bravo-font-family-en);
  height: 100%;
}

body {
  color: var(--bravo-color-dark);
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-weight: var(--bravo-font-weight-normal);
  min-height: 100%;
  overflow-y: scroll;
  --bravo-font-size: var(--bravo-font-size-body);
  --bravo-line-height: var(--bravo-line-height-body);
}
@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 1.1dppx) {
  body.content-page, body.login-page {
    background-size: 618px;
  }
}
@media (min-width: 992px) {
  body.login-page {
    background-position: 55% 35%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

#borderContainer {
    width: 100%;
    height: 100%;
}

/* Removed CSS rules referencing non-existent /images/integrated/ files (lines 40-133) */
/* These rules caused 404 errors for missing topbar_*.png images */

#btnEng {
	color: white;
	padding-left: 6px;
	padding-top: 3px;
}

#btnHK {
	color: white;
	padding-left: 6px;
	padding-top: 3px;
}

#btnCN {
	color: white;
	padding-left: 6px;
	padding-top: 3px;
}

.general_form{
	padding: 4px;
	background: #FAF3EE;
	width: 98%;
	position: relative;
	border-radius: 14px;
	box-shadow: 0px 0px 4px #595959;
	opacity: 0.85;
	padding: 30px;
	margin: 7px auto 0px;
}

.general_form .displaytext, .displaycontrolFixSize{
	word-wrap: break-word;
}

.general_form .displayitem{
	margin: 6px;
}

.general_form .displayitem .displaytext{
	display: inline-block;
	width: 12%;
	text-align: left;
	vertical-align: top;
}

.general_form .displayitem .displaycontrolFixSize{
	display: inline-block;
	width: 20%;
	text-align: left;
	vertical-align: top;
}

hr {
	color: #868686;
	background: #868686;
	height: 1px;
	border-top: 0px;
	border-bottom: 0px;
}

.updateMsg{
	padding-bottom: 10px; 
	background-color: #4DAD36; 
	padding-top: 10px;
}