/* --- Default --- */
body {
	background-color: #ffffff;
	font-family: Verdana, Arial;
	background: url(../../imgs/common/appsbg.jpg) repeat top left;
}

.appsBg {
	padding-bottom: 15px;
	background-color: #ffffff;
	-webkit-border-radius: 0px 0px 9px 9px;
	-moz-border-radius: 0px 0px 9px 9px;
	-khtml-border-radius: 0px 0px 9px 9px;
	border-radius: 0px 0px 9px 9px;
}

.sysBg {
	background-image: url(../../imgs/common/sysbg.gif);
	background-repeat: repeat-x;
	background-color: #b0d1d9;
	background-position: top left;
}

.main-bg {
	background-image: url(../../imgs/common/sysbg.gif);
	background-repeat: repeat-x;
	background-color: #b0d1d9;
	background-position: top left;
	text-align: center;
	min-height: 650px;
}

.main-layout {
	display: inline-block;
	width: 900px;
}

.main-header {
	min-height: 82px;
	height: auto !important;
	height: 82px; 
}

.main-menu {
	padding-bottom: 15px;
	background-color: #FFFFFF;
}

.main-body {
	padding: 0px 2% 2% 2%;
}

.main-footer {
	min-height: 25px;
	height: auto !important;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}

a span wizlink {
	color: #073c64;
	font-family: Arial, Verdana;
	font-size: 12px;
}

a:hover span wizlink  {
	text-decoration: underline;
	color: #ff0000;
	font-size: 12px;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a {
	color: #0044AD;
	font-family: Arial, Verdana;
	text-decoration: none; 
	font-size: 12px;
}

form {
	margin: 0px
}

.asterisk {
	color: red;  
}

.icon-ok {
	border: solid 1px #90ac13; 
	background: #eef4d3 url(../../imgs/common/done-green.png) 10px 4px no-repeat;
	color: #6b800d;
	font-weight: bold;
	padding: 4px;
	text-align: center;
	font-size: 10px;
}
	
.icon-error {
	border: solid 1px #CC0000; 
	background: #F7CBCA url(../../imgs/common/error-red.png) 10px 4px no-repeat;
	color: #CC0000;
	font-weight: bold;
	padding: 4px;
	text-align: center;
	font-size: 10px;
}

.openContent {
	width: auto;
	cursor: pointer;
}

.divContent {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	position: relative;
}

.divContent_content {
	padding: 1px;
	position: relative;
}

.sysintro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;		
}

.labeltitle {
	font-size: 11px;
	color: #07519a;
	font-family: Verdana, Helvetica;
	height: 20px;
	font-weight: bold;
}

.labeltitleitalic {
	font-size: 11px;
	color: #07519a;
	font-family: Verdana, Helvetica;
	height: 20px;
	font-weight: bold;
	font-style: italic;
}

.pubiconlabel {
	font-size: 16px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.pubmobileiconlabel {
	font-size: 50px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.pubsublabel {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.pubsublabelprf {
	font-size: 12px;
	color: #0e799f;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.treelist {
	color: #073c64;
	font-family: Arial, Verdana;
	text-decoration: none;
	font-size: 12px;
}

/* --- General --- */
/*---- Celine ----*/
.weltitle{
	font-family: Arial, Verdana;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}

.alertbg {
	font-size: 11px;
	background-color: #e1f3fd;
	border-right: #3366cc 1px solid;
	border-top: #3366cc 1px solid;
	border-left: #3366cc 1px solid;
	border-bottom: #3366cc 1px solid;
	font-family: Verdana, Arial;
}

.alertbg1 {
	font-size: 11px;
	font-family: Verdana, Arial;
	background-color: #ffffff;
}

.alertlistheader {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #16387c;
}

.tooltips {
	font-size: 11px;
	color: #000080;
	font-family: Verdana, Helvetica;
}

.varlist {
	padding-left: 12px;
	border-right: #3366cc 1px solid; 
	border-top: #3366cc 1px solid; 
	border-left: #3366cc 1px solid; 
	border-bottom: #3366cc 1px solid; 
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica;
	font-size: 12px;
	color: #000080;	
}

.borderbar {
	background-color: #000000;
	height: 1px;
}

.infor {
	font-size: 10px;
	color: #0000ff;
	font-family: Verdana, Helvetica;
}

.error {
	font-weight: bold;
	font-size: 10px;
	color: #cc0000;
	font-family: Verdana, Helvetica;
}

.warning {
	font-weight: bold;
	font-size: 10px;
	color: #006600;
	font-family: Verdana, Helvetica;
}

.savemsg {
	font-size: 10px;
	color: #cc0000;
	font-family: Verdana, Helvetica;
}

.notes {
	font-size: 10px;
	color: #0000ff;
	font-family: Verdana, Helvetica;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.label {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	color: #386c90;
	font-weight: bold;
}

.labelitalic {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	color: #386c90;
	font-weight: bold;
	font-style: italic;
}

.labelcolon {
	width: 14;
	font-family: Verdana, Helvetica;
	font-size: 11px;
	color: #000080;
	text-align: center;
}

.data {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	color: #696969;
}

.guide {
	font-size: 11px;
	font-family: Verdana, Helvetica;
	text-align: justify;
	text-justify: inter-word;
}

.icon {
	cursor: pointer;
}

.general-header {
	font-weight: bold;
	font-family: Verdana, Helvetica;
	font-size: 12px;
	text-decoration: underline;
	color: #666666;
}

/* --- Attach box --- */
.attachbox {
	background-color: #FFFFFF;
	border-top: #999999 1px solid;
	border-right: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
}

/* --- Entry Page --- */
.inputtitle {
	font-weight: bold;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000080;
}

.inputtitlebar {
	height: 30px;
}

.inputsubtitle {
	font-weight: bold;
	font-family: Verdana, Helvetica;
	font-size: 12px;
	color: #000080;
}

.inputsubtitlebar {
	height: 30px;
}

.input {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #a5acb2;
}

.textarea {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #a5acb2;
}

.multiselect {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #a5acb2;
}

.checkbox {
}

.radio {
	
}

.require {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	background-color: #ffffe5;
}

.readonly {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	background-color: #EFEFE7;
}

.inputnotes {
	font-family: Verdana, Helvetica;
	font-size: 10px;
	color: #000080;
	background: none transparent scroll repeat 0% 0%;
}

/* --- View Page --- */
.viewtitle {
	font-weight: bold;
	font-family: Verdana, Helvetica;
	font-size: 12px;
	color: #000080;
}

.viewtitlebar {
	height: 30px;
}

.viewsubtitle {
	font-family: Verdana, Helvetica;
	font-size: 12px;
	color: #000080;
}

.viewsubtitlebar {
	height: 25px;
}

.viewfooter {
	font-family: Verdana, Helvetica;
	font-size: 12px;
	color: #000080;
	font-weight: bold;
}

.viewfooterbar {
	height: 25px;
	background-color: #ADB2CE;
}

/* ---richtext --- */
 .rteinput {
	border-right: #a5acb2 1px solid;
	border-left: #a5acb2 1px solid;
	border-bottom: #a5acb2 1px solid;
}

.rteinputread {
	Border: #a5acb2 1px solid;
}

.rteheader {
    background-color: #b5c8e3;
    border-right: #a5acb2 1px solid; 
    border-top: #a5acb2 1px solid;
    border-left: #a5acb2 1px solid;
    margin-left: 0px;
}

/* ---Term n Condition --- */
#tnctbl {
	border-top: #999999 1px solid;
	border-right: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	background-color: #f5f5f5;
	padding: 5px;
	font-family: Verdana, Helvetica;
	font-size: 9px;
	color: #666666;
}

/* --- Extra from Chow --- */
.fontstyle1 {
	height: 20px;
	font-family: Verdana, Helvetica;
	font-size: 20px;
	color: #000080;
}

.errstyle {
	height: 20px;
	font-family: Verdana, Helvetica;
	font-size: 20px;
	color: #FFFFFF;
}

.highlightedrow {
	font-size: 11px;
	color: #000080;
	font-family: Verdana, Helvetica;
	height: 20px;
	background-color: #dadbe5;
}

.highlightedorig {
	font-size: 11px;
	color: #000080;
	font-family: Verdana, Helvetica;
	height: 20px;
	background-color: #FFFFFF;
}

/* Full Page Appearance */
.fullbody {
	scrollbar-face-color: #ffffff;
	margin: 0px;
	scrollbar-3dlight-color: #e0dfe3;
	scrollbar-track-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #e0dfe3;
	scrollbar-arrow-color: #000000;
	scrollbar-darkshadow-color: #e0dfe3;
	scrollbar-base-color: #ffffff;
}

.fullbodypad {
	padding-top: 0px;
	padding-left: 16px;
	padding-bottom: 5px;
	margin: 0px;
}

.fullbodypad1 {
	padding-top: 16px;
	/*padding-left: 16px;*/
	padding-bottom: 16px;
	margin: 0px;
}

/* Supernote Popup Box */
/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 	display: none;
}

/* Here's our default note styles. */
.notedefault, .notenested {
	position: absolute;
	visibility: hidden;
	top: 1.5em;
	left: 2em;
	width: 220px;
}

.notedefault {
    border: solid 1px #000000;
	background: #00000f;
	text-align: left;
	padding-top: 2;
	padding-left: 5;
	padding-bottom: 2;
	padding-right: 5;
}

.notenested {
	width: 8em;
	padding: 3px;
	border: 1px solid #963;
	background-color: #C96;
	color: white;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
	margin-left: 0px;
	margin-top: 15px;
}

/* Headings within notes */
.notedefault h5 {
	margin: 0 0 5px 0;
	padding: 2px;
	background-color: white;
	color: black;
}

/* Note close marker is only shown within pinned notes. */
.note-close {
	float: right;
	margin-top: 2px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	color: black;
	text-decoration: none;
	visibility: hidden;
}

.snb-pinned .note-close {
	visibility: inherit;
}

/* DD Roundies */
.littleDD {
	color: red;
	font-size: 11px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	background: #FFD;
	border: 1px solid #ccc;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
}

#alert-usrgrp-list {
	display: inline-block;
	text-align: center;
	width: 100%;
}

#alert-usrgrp-small-list {
	display: inline-block;
	width: 33%;
	float: left;
}

#alert-usrgrp-wide-list {
	display: inline-block;
	width: 65%;
	float: right;
}


/* autocomplete div css style */
#invtorDispList 
{
	list-style-position: inside;   
	list-style-type: decimal;
	margin: 0; 
	padding: 0; 
	width: 90%; 
}
#invtorDispList li 
{
	margin: 0px 3px 3px 3px; 
	padding: 0.4em; 
	padding-left: 1.5em; 
	font-size: 0.8em; 
	height: 15px; 
	background-color: #efefef;
	border: 1px solid #ccc;
}


/* div as scrollbox */
#scrollbox {
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 10px;
	overflow-y: scroll;
}

.inputbox
{
	border-radius: 3px;
	background-image: linear-gradient(#f5f5f5 5%, #ffffff 95%); 
	color: #333;
	border: 1px solid #aaaaaa;
	line-height: 13px;
	padding: 4px 20px 3px 5px;
	margin: 3px 0 3px 0px;
	position: relative;
	cursor: default;
	vertical-align: 50%;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
	-moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
}

.inputboxcompulsory
{
	border-radius: 3px;
	background-image: linear-gradient(#DEDEDE 5%, #ffffff 95%); 
	color: #333;
	border: 1px solid #aaaaaa;
	line-height: 13px;
	padding: 4px 20px 3px 5px;
	margin: 3px 0 3px 0px;
	position: relative;
	cursor: default;
	vertical-align: 50%;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
	-moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
}

/* New added by Carter */
#container-main {
	min-height: 400px;
	height: auto;	
	width: 100%;
	text-align: left;
}

#container-main > div .label {
	width: 20%;
}

#container-main > div > div {
	display: inline-block;
	vertical-align: top;
}

#container-list {
	min-height: 400px;
	height: auto;	
	width: 100%;
	text-align: left;
}

#container-list > div {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#container-list #header {
	border-top: 1px solid #999999;
}

#container-list > div > div {
	display: table-cell;
	vertical-align: top;
	padding: 5px;
	border-left: 1px solid #999999;
}

table.list {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
}

table.list td {
	padding: 3px;
}

table.list td {
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

table.list td.name {
	text-align: left;
}

table.list .center {
	text-align: center;
}

table.list .right {
	text-align: right;
}

table.list thead td {
	font-weight: 600;
	border-bottom: 1px solid #e3e3e3;
}

table.list tbody td {
	vertical-align: middle;
	border-bottom: 1px solid #e3e3e3;
}

/* CSI */
.csi-question {
	font-size: 15px;
	font-weight: bold;
	font-family: Calibri, Verdana, Arial;
	color: #383838;
}

.csi-answer {
	font-size: 15px;
	font-weight: bold;
	font-family: Calibri, Verdana, Arial;
	color: #686868;
}

.content 	{BACKGROUND: none; COLOR: #000080; FONT-SIZE: 12px; FONT-FAMILY: Verdana, Helvetica}

.button {
	padding: 0px 5px 0px 5px;
}

.portlet-content .flex-container {
	display: flex;
    display: -webkit-flex;
	display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-ms-flex-direction: row;
	margin-left: 15px;
	margin-right: 15px;
}

.flex-container {
    display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left: 15px;
	margin-right: 15px;
	width: 820px;
}

.flex-item {
    width: 19%;
	padding: 10px 3px;
}