/** Form CSS **/
fieldset {
	border: 0px solid #FFD8CF;
	color: #444;
	display: block;
	margin: 10px;
	padding: 0 10px 10px;
	clear: both;
}

fieldset fieldset {
	clear: both;
	margin: 10px 0;
}

legend {
	color: #A70000;
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
}
/**For multiple form in a page **/
form {
	display: inline;
}

fieldset div.wwgrp, fieldset div.wwerr, fieldset div.buttons {
	border: 0;
	clear: both;
	display: block;
	line-height: 2em;
	margin: 5px 0 0;
}

fieldset span.wwctrl {
	display: block;
	margin-left: 36.5%;
	padding-left: 15px;
}

fieldset div.wide span.wwctrl, fieldset div.wide div.wwctrl {
	clear: both;
	margin-left: 0;
	padding-left: 3px;
}

fieldset label.label, fieldset label.errorLabel {
	display: block;
	float: left;
	font-weight: bold;
	margin-bottom: 2px;
	width: 35%;
	padding-left: 3px;
}

fieldset span.seperator {
	float: left;
	font-weight: bold;
	margin: 0 3px;
}

fieldset div.wwerr {
	background-color: #FFFFE1;
	color: red !important;
}

fieldset div.wwerr .errorMessage {
	font-style: italic;
}

fieldset label.error {
	color: red !important;
	display: block;
	margin-left: 10px;
}

fieldset input.error, fieldset textarea.error, fieldset select.error {
	background: #FFFFE1 none repeat scroll 0%;
	border-color: #FF8F8F rgb(239, 89, 89) rgb(239, 89, 89)
		rgb(255, 143, 143);
	border-style: solid;
	border-width: 1px;
}

fieldset .required {
	color: red;
	font-size: 100%;
	font-weight: bold;
}

fieldset span.wwctrl label {
	margin-right: 2em;
}

fieldset .info {
	margin: 10px 0pt;
	padding: 4px 0pt;
}

fieldset small, .small {
	font-size: 80%;
}

fieldset strong, .strong {
	font-weight: bold;
	text-transform: uppercase;
}

fieldset input.text, fieldset input.password, fieldset input.file,
	fieldset textarea, fieldset select {
	margin-bottom: 1px;
	font-size: 8pt;
	font-style: normal;
	border-width: 1px;
	margin: 3px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
	color: #2e2526;
	width: auto;
	max-width: 100%;
}

fieldset textarea {
	height: 5em;
	width: 250px;
}

fieldset textarea.big {
	height: 25em;
	width: 480px;
}

fieldset div.wide textarea {
	width: 80% !important;
}

fieldset select {
	font-style: normal;
	border-width: 1px;
	margin: 3px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
}

fieldset select.widen {
	max-width: 250px;
	width: auto;
	border-width: 1px;
	margin: 3px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
}

fieldset select.max {
	max-width: 470px;
	width: auto;
}

fieldset select.max2 {
	max-width: 300px;
	width: auto;
}

fieldset select.max3 {
	max-width: 400px;
	width: auto;
}

.view {
	position: absolute;
	left: 485px;
	*left: 485px;
}

.status {
	position: absolute;
	right: 300px;
	*right: 300px;
}

.prefixPhone {
	width: 40px;
}

.long {
	width: 120px;
}

.long2 {
	width: 245px;
}

.long3 {
	width: 410px;
}

.width1 {
	width: 215px;
}

.width2 {
	width: 310px;
}

.width3 {
	width: 410px;
}

div.hide {
	display: none;
}

div.align {
	margin-left: 20px;
	*margin-left: 35px;
}

/* For IE */
fieldset select.wide {
	max-width: 200px;
	width: 130px;
	font-style: normal;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
	border-width: 1px;
	margin: 3px;
}

div.errors, div.messages {
	border: 1px solid;
	margin: 10px 0;
	padding: 5px;
}

div.errors {
	background-color: #FFFFE1;
	border: 2px solid red;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

div.messages {
	border: 2px solid blue;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

/* for download overlay*/
div.overlay {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1000;
	filter: alpha(opacity = 65);
	-moz-opacity: .65;
	opacity: .65;
	background-color: black;
}

/** Table/Grid CSS **/
div.listing {
	margin: 5px 0 0;
}

div.scrollpane {
	max-height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
}

div.button_row {
	text-align: center;
}

div.alignment_Margin {
	position: relative;
	left: 345px;
	top: -24px;
}

div.fieldset div.wwgrp, div.fieldset div.wwerr, div.fieldset div.buttons
	{
	border: 0;
	clear: both;
	display: block;
	line-height: 2em;
	margin: 5px 0 0;
}

div.fieldset span.wwctrl {
	display: block;
	/*margin-left: 35%;*/
	/*padding-left:15px;*/
}

div.fieldset div.wide span.wwctrl, div.fieldset div.wide div.wwctrl {
	clear: both;
	margin-left: 0;
	padding-left: 3px;
}

div.fieldset label.label, div.fieldset label.errorLabel {
	display: block;
	float: left;
	font-weight: bold;
	margin-bottom: 2px;
	width: 35%;
	padding-left: 3px;
}

div.fieldset span.seperator {
	float: left;
	font-weight: bold;
	margin: 0 3px;
}

div.fieldset div.wwerr {
	background-color: #FFFFE1;
	color: red !important;
}

div.fieldset div.wwerr .errorMessage {
	font-style: italic;
}

div.fieldset label.error {
	color: red !important;
	display: block;
	margin-left: 10px;
}

div.fieldset input.error, div.fieldset textarea.error, div.fieldset select.error
	{
	background: #FFFFE1 none repeat scroll 0%;
	border-color: #FF8F8F rgb(239, 89, 89) rgb(239, 89, 89)
		rgb(255, 143, 143);
	border-style: solid;
	border-width: 1px;
}

div.fieldset .required {
	color: red;
	font-size: 100%;
	font-weight: bold;
}

div.fieldset span.wwctrl label {
	margin-right: 2em;
}

div.fieldset .info {
	margin: 10px 0pt;
	padding: 4px 0pt;
}

div.fieldset small, .small {
	font-size: 80%;
}

div.fieldset strong, .strong {
	font-weight: bold;
	text-transform: uppercase;
}

div.fieldset input.text, div.fieldset input.password, div.fieldset input.file,
	div.fieldset textarea, div.fieldset select {
	margin-bottom: 1px;
	font-size: 8pt;
	font-style: normal;
	border-width: 1px;
	margin: 3px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
	color: #2e2526;
}

div.fieldset textarea {
	height: 5em;
	width: 250px;
}

div.fieldset textarea.big {
	height: 25em;
	width: 480px;
}

div.fieldset div.wide textarea {
	width: 80% !important;
}

div.fieldset select {
	font-style: normal;
	border-width: 1px;
	margin: 3px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
}

div.fieldset select.widen {
	max-width: 250px;
	width: auto;
	border-width: 1px;
	margin: 3px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
}

div.fieldset select.max {
	max-width: 470px;
	width: auto;
}

div.fieldset select.max2 {
	max-width: 300px;
	width: auto;
}

div.fieldset select.max3 {
	max-width: 400px;
	width: auto;
}

div.fieldset .legend {
	margin-bottom: 10px;
	display: block;
}

table.results {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	border-collapse: collapse;
	margin: 5px 0;
	/* table-layout: fixed; */
	width: 100%;
	word-wrap: break-word;
}

table.results td.alignTop {
	margin-top: 0px;
	vertical-align: top;
}

table.results td.alignTopForDecimal {
	text-align: right;
}

table.results th.userList {
	width: 4.5em;
}

div.scrollpane table.results {
	width: 99.9%;
}

* html div.scrollpane table.results {
	width: 97%;
}

table.results th, table.results td {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 5px;
	border: 1px solid #CCC;
}

td.message {
	padding: 9px 0 !important;
	text-align: center !important;
}

td.message::before {
	content: "" !important;
}

table.results th {
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

table.results th.sorted {
	background-color: #C10022;
	color: #FFFFFF;
}

table.results th.order1 a {
	background-image: url(../images/arrow_down.png) !important;
}

table.results th.order2 a {
	background-image: url(../images/arrow_up.png) !important;
}

table.results th.sortable a {
	background: url(../images/arrow_off.png) no-repeat right center;
	display: block;
	text-decoration: none;
	width: 100%;
	color: #FFFFFF;
}

table.results tr.odd {
	background-color: #FFF;
}

table.results tr.even {
	background-color: #EFEFEF;
}

table.results td {
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

table.results td.diff {
	word-wrap: break-word;
}

table.results td.nodiff {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

table.results td.noborder {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

table.results td.widthPx1 {
	width: 1px;
}

table.results td.widthPx100 {
	width: 100px;
}

table.results td.widthPx150 {
	width: 150px;
}

table.results td.widthPx250 {
	width: 250px;
}

table.results td.heightPx30 {
	height: 30px;
}

table.results .seq {
	background-color: #EEE;
	text-align: right;
	width: 2.5em;
}

table.results .chk {
	text-align: center;
	width: 2em;
}

table.results .chk2 {
	text-align: center;
	width: 2.5em;
}

table.results .chk3 {
	text-align: center;
	width: 6em;
}

table.results .num {
	text-align: center;
	width: 3em;
}

table.results .froms {
	padding: 0;
	text-align: center;
	width: 26em;
}

table.results .loginstatus {
	text-align: left;
	width: 8em;
	word-wrap: break-word;
}

table.results .role {
	text-align: left;
	width: 12em;
}

table.results .role2 {
	text-align: left;
	width: 9em;
}

table.results .action {
	text-align: left;
	width: 4em;
}

table.results .action2 {
	text-align: left;
	width: 7em;
}

table.results .sta {
	text-align: left;
	/* width: 8em; */
	word-wrap: break-word;
}

table.results .sta2 {
	text-align: left;
	width: 8em;
}

table.results .appStatus {
	text-align: left;
	width: 8em;
}

table.results .codewidth {
	text-align: left;
	width: 15em;
}

table.results .func {
	text-align: left;
	width: 8em;
}

table.results .trade {
	text-align: left;
	width: 12em;
}

table.results .func2 {
	text-align: left;
	width: 10em;
}

table.results .dateTime {
	text-align: left;
	width: 14.5em;
}

table.results .createdDateTime {
	text-align: left;
	/* width: 7.5em; */
}

table.results .hyper {
	text-align: left;
	width: 7em;
}

table.results .add-remove-hyper {
	text-align: left;
	width: 7em;
}

table.results .modules {
	padding: 3px 5px;
	text-align: left;
	width: 12em;
}

table.results .nosign-amount {
	text-align: center;
	width: 12em;
}

table.results .amount {
	text-align: center;
	width: 16em;
}

table.results .compAcc {
	text-align: left;
	width: 8.5em;
}

table.results .currency {
	text-align: left;
	width: 5.6em;
}

table.results .balance {
	text-align: left;
	width: 15em;
}

table.results .balance2 {
	text-align: left;
	width: 13em;
}

table.results .date {
	padding: 0;
	text-align: left;
	width: 8em;
}

table.results .short {
	text-align: left;
	/* width: 3em; */
}

table.results .state {
	text-align: left;
	width: 4em;
}

table.results .businessUnitCode {
	text-align: left;
	width: 6em;
}

table.results .compName {
	text-align: left;
	width: 10em;
}

table.results .cifId {
	text-align: left;
	width: 7em;
}

table.results .accNo {
	text-align: left;
	width: 8.5em;
}

table.results .accName {
	text-align: left;
	width: 10em;
}

table.results .type {
	text-align: left;
	width: 6em;
}

table.results .bchcode {
	text-align: left;
	width: 5em;
}

table.results .trade2 {
	text-align: left;
	width: 4.6em;
}

table.results .bchcode2 {
	text-align: left;
	width: 7.5em;
}

table.results .data {
	text-align: left;
	width: 10em;
}

table.results .data2 {
	text-align: left;
	width: 7em;
}

table.results .id-name {
	text-align: left;
	width: 20em;
}

table.results .id-name2 {
	text-align: left;
	width: 8.5em;
}

table.results .username {
	text-align: left;
	width: 15em;
}

table.results .branch {
	text-align: left;
	width: 20em;
}

table.results .prod {
	text-align: left;
	width: 3.5em;
}

table.results .add-info {
	text-align: left;
	width: 8em;
}

table.results .productName {
	text-align: left;
	width: 7em;
}

table.results .link {
	border-right: 1px solid #CCC;
	text-align: center;
	width: 2em;
}

table.results tr.hover, table.results tr.hover td, table.results td.selected
	{
	background-color: #D4EBFA !important;
}

div.listing .ctrl {
	background-color: #EEE;
	border: 1px solid #CCC;
	border-bottom: 0;
	padding: 3px 5px;
}

.pagebanner {
	border: 0;
	clear: both;
	display: block;
	line-height: 2em;
	margin: 15px 0px 3px 0px;
	display: block;
	font-weight: bold;
	text-align: center;
}

.pagelinks {
	padding: 3px 0px 15px 0px;
	text-align: center;
}

div.listing .pagebanner {
	width: 100%;
}

div.listing .pagelinks {
	width: 100%;
}

div.editPage {
	text-align: right;
}

/* function tree */
#function_tree {
	margin: 0 auto;
	position: relative;
	width: 97%;
	border: 0px solid #aaf;
	float: left;
	padding: 20px 5px 20px 20px;
}

.serviceLvl0 {
	font-weight: bold;
	padding: 0 0 0 20px;
}

.serviceLvl1 {
	padding: 0 0 0 60px;
}

.serviceLvl2 {
	padding: 0 0 0 80px;
}

.functionLvl0 {
	font-weight: bold;
	padding: 0 0 0 20px;
	text-align: left;
}

.functionLvl1 {
	text-align: left;
	padding: 0 0 0 40px;
}

.functionLvl2 {
	padding: 0 0 0 60px;
}

.functionLvl3 {
	padding: 0 0 0 80px;
}
/** splan class"total" use by Total Accoun **/
span.total {
	font-size: 11px;
	font-weight: bold;
}

.smallFont {
	font-size: 10px;
}

table.results th.account-no {
	width: 8em;
}

table.results th.name-account {
	width: 235px;
}

table.results th.name-account-short {
	width: 150px;
}

table.results th.name-account-long {
	width: 310px;
}

table.results th.currency {
	width: 70px;
}

table.results th.date {
	width: 80px;
}

table.results th.transDesc {
	width: 100px;
}

table.results th.chqNo {
	width: 60px;
}

table.results td.long-desc {
	padding: 0;
	text-align: left;
}

table.results td.amount {
	text-align: right;
	padding: 0;
}

table.results td.amount2 {
	text-align: right;
	padding: 0;
	width: 7em;
}

table.results td.name-account {
	width: 200px;
}

table.results th.branchCode {
	width: 45px;
}

table.results td.branchCode {
	text-align: center;
	padding: 0;
}

/** UserGroup Div */
div.acc_row {
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

div.acc_row_empty {
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	margin: 0px;
	padding-left: 5px;
	height: 100%;
}

div.accname {
	padding-left: 5px;
	padding-top: 0;
	float: left;
	height: 100%;
}

div.accname-compare {
	float: left;
	height: 100%;
	width: 47%;
}

div.txlimit {
	position: relative;
	float: right;
	border-left: 1px solid #EAEAEA;
	text-align: right;
	width: 11.2em;
	padding-left: 5px;
	padding-top: 0;
	padding-right: 5px;
	display: block;
	height: 100%;
}

div.txlimit-compare {
	border-left: 1px solid #EAEAEA;
	text-align: right;
	float: right;
	height: 100%;
	width: 50%;
}

div.gray {
	background-color: white;
}

.borderless {
	border: 1px solid #00000;
}

.printInfo {
	display: none;
}

/**UserProfile css*/
table.results_user {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	margin: 5px 0;
	width: 100%;
	word-wrap: break-word;
}

.alignTopLeft {
	vertical-align: top;
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignTopRight {
	vertical-align: top;
	text-align: right;
}

/* for normal table */
pre {
	white-space: pre-wrap;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0;
	margin-top: 0px;
}

/* for dtable */
.pre {
	white-space: pre-wrap;
	display: table-cell;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0;
}

.verticalBtn {
	vertical-align: middle;
}

.floatRight {
	float: right;
}