tr.header {
	font-weight:600;
	background-repeat:repeat-x;
	line-height:100%;
	height: 30px;
	position: relative;
	line-height: 30px;
	background-color: rgba(26, 8, 51, .15);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#CCCCCC');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#CCCCCC')";
	/*IE 7 fix to make sure filters is disabled so background color shows */
	*filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-background-clip: padding-box;
}
tr.header th:first-child { border-top-left-radius: 5px; border-bottom-left-radius: 5px;}
tr.header th:last-child { border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
tr.header td:first-child { border-top-left-radius: 5px; border-bottom-left-radius: 5px;}
tr.header td:last-child { border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
tr.listrow {
	background-color: rgba(26, 8, 51, .05);
	font-size: 13px;
}
tr.listrow2 {
	background-color: #ffffff;
	font-size: 13px;
}
tr.listrow3 {
	background-color: rgba(26, 8, 51, .1);
	height: 30px;
}
tr.hidden, td.hidden {
	display: none;
}
tr.editline {
	background-color: whitesmoke;
}
tr.highlight {
	background-color: #e2e2e2;
}
tr.selected {
	background-color: lightgray !important;
}
table#list tr:hover {
	background-color: rgba(26, 8, 51, .1);
}
td.colheader, td.colheaderleft, td.colheaderright, td.colheader2, td.colheaderright2, td.colheaderleft2 {
	white-space: nowrap;
	font-size: 13px;
	text-align: center;
}
tr.header2 {
	font-weight: 600;
	line-height: 100%;
}
td.colheader2, td.colheaderleft2, td.colheaderright2 {
	white-space: nowrap;
	text-align: center;
}
td.colheaderleft2, td.colheaderleft {
	text-align: left;
}
td.colheaderright2, td.colheaderright {
	text-align: right;
}
td.reporttitle {
	font-family: Nexa, monospace;
	font-size: 6mm;
	font-weight: 900;
}
.backdrop {
	background-color: White;
}
.panel {
	background-color: white;
}
div.main-icon > a {
	padding: 5px;
	text-decoration: none;
}
.no-pointer-events {
	pointer-events: none;
}
.pointer-cursor {
	cursor: pointer;
}
.button {
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #fff;
	background-color: #1A0833;
	border-color: #1A0833;
	margin-bottom: 4px;
	margin-right: 2px;
	/* bootstrap style small button */
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0px;
}
.button:hover {
	background-color:#C20096;
	border-color: #C20096;
}
.button:focus {
	background-color:#C20096;
	border-color: #C20096;
	outline: none;
}
input[type=button]:disabled, input[type=submit]:disabled, button[disabled=disabled], button:disabled {
	background-color:#D9D9D9;
	border-color: #ccc;
	color: #333;
}
.alert-querynote {
	padding:5px;
	margin-bottom:0px;
}
.fax {
	font-size: 9pt;
	font-family: Nexa, Arial;
}
.label, .labeltopic, div span.label {
	padding: 0 2px;
	color: #333;
	font-weight: 600;
	font-size: 13px;
	display: inline;
	text-align: left;
	white-space: normal;
	border-radius: 0;
}
td.label {
	display: table-cell;
	vertical-align: middle;
}
.label-center {
	text-align: center !important;
}
.label-right {
	text-align: right !important;
}
.labeltopic {
	color: #333;
	font-size: 14px;
}
.labellarge {
	color: #333;
	font-weight: bold;
	font-size: 10pt;
}
.labelreport {
	padding-left: 2px;
	color: Black;
	font-weight: bold;
	font-size: 13px;
}
.labelreporttravelrpt {
	padding-left: 2px;
	color: Black;
	font-weight: bold;
	font-size: 10pt;
}
.label-lowlight {
	color: silver;
}
.label-indent {
	padding-left: 15px !important;
}
.menurow {
	vertical-align: middle;
	text-align: center;
	height: 32px;
	color: white;
	background: rgba(26, 8, 51, .1);
}
td.activemenubar {
	background: rgba(26, 8, 51, .2);
}
td.activemenutitlebar {
	background: rgba(26, 8, 51, .1);
}
a.activemenubar {
	color: black;
	font-size: 14px;
	font-weight: bold;
}
a.menubar {
	color: black;
	font-weight: normal;
}
a.activemenutitlebar {
	color: black;
	font-size: 14px;
	font-weight: bold;
}
a.menutitlebar {
	color: #797979;
}
.menutitle {
	vertical-align: middle;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 28px;
	color: #797979;
	background: rgba(26, 8, 51, .02);
}
.submenusection {
	border-top: 1px solid #828282;
}
.sectionheader {
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	background-color: rgba(26, 8, 51, .2);
	font-weight: 400;
	padding: 10px;
	border-radius: 5px;
}
.sectionheader2 {
	font-weight: normal;
	font-size: 10pt;
	line-height: 20px;
	text-align: center;
	background-color: rgba(26, 8, 51, .2);
	color: black;
	background-repeat: repeat-x;
	white-space: nowrap;
}
.sectionheader3 {
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	background-repeat: repeat-x;
	white-space: nowrap;
}
.sectionheadergap {
	margin-bottom: 2px;
}
.text-break {
	word-break: break-all;
}
.text-wrapped {
	max-width:200px;
	word-wrap:break-word;
}
.textsmall {
	font-size: 7pt;
}
.texttravelrpt {
	font-size: 10pt;
}
.text_red {
	font-size: 13px;
	color: crimson;
}
.textbold {
	font-size: 13px;
	font-weight: bold;
}
.textmainheader {
	font-size: 13px;
	font-family: Nexa, Arial, Helvetica, Verdana;
	text-transform: uppercase;
	font-weight: bold;
	color: black;
	padding-top: 4px;
}
.mandatory-marker {
	color:crimson;
	font-weight:bold;
}
.detail-table {
	margin-top:15px;
}
.textboldtravelrpt {
	font-size: 10pt;
	font-weight: bold;
}
.textprotect, .glprotect {
	font-size: 13px;
	background-color: #F2F2F2;
}
.textprotect_new {
	border: 1px solid gray;
	font-size: 13px;
	color: black;
	background-color: #D9D9D9;
}
.displaytotal {
	font-size: 13px;
	background-color: #F2F2F2;
}
.protect {
	font-size: 13px;
	background-color: whitesmoke;
	border: none;
	text-align: right;
}
.amount {
	font-size: 13px;
	text-align: right;
}
.number {
	color: #dc143c;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}
.required, .requiredwhite {
	border-style:inset;
	border-width:1px;
}
.required {
	border-color:green;
	border-style:solid;
}
input.glfield {
	width: 100%;
}
.dbug {
	background-color: pink;
}
.dbug_body {
	background-color: #E18FAD;
}
div.xeditpanel {
	overflow: auto;
	border: #E3E3E3 1px solid;
	vertical-align: top;
	padding: 5px;
	border-top: 0;
	margin-top: 2px;
	margin-bottom: 5px;
}
div.xeditpanel.xeditpanel-dcr {
	background-color: white;
	background: white;
}
div.xeditpanel.xeditpanel-bulk-edit {
	background-color: rgba(26, 8, 51, .1);
	background: rgba(26, 8, 51, .1);
}
.transtatus label > input[type=checkbox] {
	vertical-align: text-bottom;
}
.transtatus label > span {
	padding-left:5px;
	vertical-align: middle;
}
.box {
	padding: 5px;
	width: 50%;
	border: 1px solid silver;
	background-color: whitesmoke;
	text-align: left;
	font-size: 13px;
}
.boxmsg {
	padding: 15px 15px;
	margin-left: 20%;
	margin-right: 20%;
	border: 1px solid silver;
	background-color: whitesmoke;
	text-align: left;
	font-size: 13px;
	text-align: center;
}
.faxboxheader {
	font-size: 13px;
	border: 1px solid silver;
	border-collapse: collapse;
}
.faxboxfooter {
	font-size: 13px;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}
table#drill a {
	text-decoration: none;
}
table#drill, table#param {
	border-collapse: collapse;
	border-color: gainsboro;
}
table#drill td {
		border: 1px solid gainsboro;
}
.drill_tophdr {
	background-color: whitesmoke;
	line-height: 250%;
}
.drill_level1 {
	color: black;
}
.drill_level2 {
	color: #1A0833;
}
.drill_level3 {
	color: #333;
}
span.i_cba_mainLogo {
	background-image: url(../images/cba_mainLogo.gif);
	width: 272px;
	height: 62px;
	border: 0;
	white-space: nowrap;
	background-repeat: no-repeat;
	display: inline-block;
}
span.i_masterlogo {
	background-image: url(../images/masterlogo.gif);
	width: 73px;
	height: 49px;
	border: 0;
	white-space: nowrap;
	background-repeat: no-repeat;
	display: inline-block;
}
div.attachmentBar {
	text-align: center;
	width: 100%;
	position: fixed;
	bottom: 45px;
}
div.attachmentBar ul {
	list-style-type: none;
}
div.attachmentBar a i {
	border: none;
}
div.attachmentBar .attachmentBackground {
	width: 650px;
	height: 85px;
	background: whitesmoke;
	margin: auto;
	margin-bottom: 15px;
	text-align: center;
	border: 2px solid silver;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
div.attachmentBar .attachmentWrapper {
	margin:auto;
	width: 458px;
	height: 100%;
}
div.attachmentBar .attachmentCarousel {
	float: left;
}
div.attachmentBar div.attachmentWrapper .prev {
	float: left;
	padding: 25px 5px 0 0;
}
div.attachmentBar div.attachmentWrapper .next {
	float: left;
	padding: 25px 0 0 5px;
}
div.attachmentBar .attachmentCarousel li {
	padding: 2px;
	height: 80px;
	width: 60px;
}
a.prev:focus, a.next:focus {
	outline: none;
}
a.next.disabled, a.prev.disabled {
	visibility: hidden;
}
textarea.text {
	width: 100%;
}
table.list {
	border-collapse: collapse;
}
.checkbox-on {
	background: url(../images/checkbox_cross.png) no-repeat;
	width: 16px;
	height: 16px;
	padding: 1px;
}
.checkbox-off {
	background: url(../images/checkbox_nocross.png) no-repeat;
	width: 16px;
	height: 16px;
	padding: 1px;
}
#overlay {
	background-color: black;
	opacity:.50;
	filter: alpha(opacity=50);
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.fixed_table {
	width:100%;
	table-layout: fixed;
}
.fixed_table tr td {
	overflow-wrap: break-word;
	word-wrap: break-word;
	white-space: normal;
}
.fixed_table tr.header td {
	overflow-wrap: normal;
	word-wrap: normal;
}
.transtatus {
	color:auto;
	font-weight:bold;
	font-size:10pt;
	font-family: Nexa;
}
input[type="checkbox"] {
	margin-left: 2px;
	margin-right: 2px;
}
select#cash_mgmt_type {
	width:200px;
}
.profilename {
	color: darkred;
}
.no-admin-search-panel-bottom-margin, .panel-body-bottom-margin {
	margin-bottom: 4px !important;
}
.no-admin-search-panel-bottom-margin > .panel-heading {
	padding-left:15px;
}
.no-admin-search-panel-bottom-margin > .panel-body {
	padding-bottom: 0!important;
}
.no-admin-search-panel-bottom-margin > div.panel-body > table {
	margin-bottom: 0!important;
}
.broadcast-standard {
	max-height:300px;
	overflow:auto;
	background-color:white;
	border:solid 1px silver;
	border-radius: 4px;
}
.broadcast-fasttrack {
	max-height:300px;
	overflow:auto;
	background-color:white;
	border:solid 1px silver;
	margin-right: 5px;
	border-radius: 4px;
}
.broadcast-message-header {
	background-color:#f2f2f2 !important;
}
.broadcast-message {
	border-top:1px solid silver;
	border-bottom:1px solid silver;
	border-right:1px solid silver;
	margin: 10px;
}
.broadcast-message-text {
	white-space: pre-wrap;
}
.status-badge-row {
	padding: 4px;
}
.allowance-details {
	padding-left: 20px;
	vertical-align: top;
}
.local_date_time_edit {
	color: #C20096;
	font-weight:bold;
}
.local_date_time {
	color:#C20096;
	font-weight:bold;
	cursor:pointer;
}
.CashBalA {
	font-weight: bolder;
	color: crimson;
}
.CashBalA:hover {
	color: darkred;
}
th.colheader, th.colheader2 {
	white-space: nowrap;
	font-size: 13px;
	text-align: center;
}
th.colheaderleft {
	white-space: nowrap;
	font-size: 13px;
	text-align: left;
}
th.colheaderright {
	white-space: nowrap;
	font-size: 13px;
	text-align: right;
}
#qr-code-container {
	padding:20px;
}
img.mobile-qr-code {
	width:100px;
	height:100px;
}
.wf-wah {
	color: #40ad74 !important;
}
.wf-approve {
	color: #416596 !important;
}
.wf-dispute {
	color: #c94b63 !important;
}
.wf-draft-order {
	color: #c865c9 !important;
}
.wf-post {
	color: #4ec1de !important;
}
.wf-clearance {
	color: #416596 !important;
}
.wf-completed {
	color: #c94b63 !important;
}
.wf-audit {
	color: #cfca38 !important;
}
.wf-dnp {
	color: #c94b63 !important;
}
.wf-receipt {
	color: #cfca38 !important;
}
.wf-load {
	color: #c94b63 !important;
}
.wf-preapp {
	color: #faa632 !important;
}
.wf-quote {
	color: #faa632 !important;
}
.wf-fully-matched {
	color: #474747 !important;
}
.wf-waiting-matched {
	color: #40ad74 !important;
}
.wf-goods-recevied {
	color: #c865c9 !important;
}
td.view-panel {
	background-color: #1a0833;
	background: #1a0833 !important;
}
table.table-thin {
	margin-bottom: 0;
}
td.main-icon {
	width: 5%;
}
div.main-icon a i {
	min-width: 30px;
}
.well .status-badge-row {
	padding-bottom: 2px;
}
span.currency {
	padding:3px;
	margin:2px;
}
td.cash-balance-info {
	background-color: whitesmoke;
	text-align: center;
}
span.i-addon {
	padding:0;
	min-width:30px;
	background-color: rgba(26, 8, 51, .15);
	border-color: #828282;
}
input.form-control.i-addon {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
input.form-control.i-addon-right {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
input.form-control.i-addon-right {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
/* Bootstrap CSS Overrides */

.input-group-addon {
	height:26px;
	padding-top:0;
	padding-bottom:0;
}
.input-group-addon-sm {
	padding-right:6px;
	padding-left:6px;
}

a {
	color: #0c0d0d;
	text-decoration: none;
}
section#footer a {
	color: white;
	text-decoration: none;
}
.badge {
	background-color:rgba(26, 8, 51, 0.5);
}
.badge-header {
	margin-bottom:4px; 
	margin-left:10px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	border-top: 0px solid #ddd;
}
.table > thead > tr > th {
	border-bottom: 0 solid #ddd;
}
.table.table-list tr td {
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
}
.form-control:focus {
	border-color: black;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, 0.2);
	outline: 1px solid #000;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	opacity: 1;
}
.btn-primary[disabled] {
	background-color: #D9D9D9;
	border-color: #ccc;
	color: #333;
}
.btn-default[disabled] {
	background-color: #D9D9D9;
	border-color: #ccc;
	color: #333;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #D9D9D9;
	border-color: #ccc;
	color: #333;
}
.btn-link {
	color: #1A0833;
}
.btn-group-thin {
	margin-bottom: 5px;
}
.btn-row {
	margin-top:5px;
	margin-bottom:5px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #1A0833;
}
.label-primary {
	background-color: #1A0833;
}
.more-filter-supscript label.label-danger {
	color: white;
}
.list-group-item.active > .badge {
	color: #1A0833;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #1A0833;
}
.progress-bar {
	background-color: #1A0833;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	background-color: #1A0833;
	border-color: #1A0833;
}
.panel-primary {
	border-color: #1A0833;
}
.panel-primary > .panel-heading {
	background-color: #1A0833;
	border-color: #1A0833;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #1A0833;
}
.panel-primary > .panel-heading .badge {
	color: #1A0833;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #1A0833;
}
.datepicker table tr td.active.active, 
.datepicker table tr td.active.highlighted.active, 
.datepicker table tr td.active.highlighted:active, 
.datepicker table tr td.active:active {
	color: #fff;
	background-color: #1A0833;
	border-color: #1A0833;
}
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
	color: #fff;
	background-color: #C20096;
	border-color: #C20096;
}
/* Bootstrap CSS Extensions */
.input-group-addon {
	height:26px;
	padding-top:0;
	padding-bottom:0;
}
.input-group-addon-sm {
	padding-right:6px;
	padding-left:6px;
}
.well-panel {
	padding-top: 5px;
}
div.flex-form-horiz {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ccc;
	padding: 0.25em;
	gap: 0.25em;
}
div.flex-form-horiz span {
	white-space: nowrap;
}
div.ui-widget {
	font-family: Nexa, Tahoma;
}
.ui-widget button {
	font-family: Nexa, Tahoma;
}
.ui-dialog-titlebar-close {
	border: #fff;
	background: #fff;
	color: black;

}
.ui-dialog-titlebar-close:hover {
	border: #fff;
	background: #fff;
	color: black;
}
.ui-icon-closethick {
	color: #fff;
}
.ui-button:not(.ui-dialog-titlebar-close) {
	border: #1A0833;
	background: #1A0833;
	color: #fff;
}
.ui-button:hover:not(.ui-dialog-titlebar-close)	{
	border: #C20096;
	background: #C20096;
	color: #fff;
}
.ui-widget-header {
	border: 1px solid #27173E;
	background: #27173E;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-content {
	border: 1px solid #27173E;
}
input.ui-state-default.ui-corner-all {
	border: #1A0833;
	background: #1A0833;
	color: #fff;
}
li.ui-state-default.ui-corner-all {
	border: rgba(26, 8, 51, 0.1);
	background: rgba(26, 8, 51, 0.1);
	color: black;
}
.jstree-clicked {
	background: #CDD0D9 !important;
}
.jstree-anchor {
	color: #1A0833 !important;
}
.jstree-anchor:hover {
	background: whitesmoke !important;
}
ul.action-menu { 
	white-space: nowrap; 
	padding-left: 0; 
	margin-bottom: 0;
}
ul.action-menu li {
	display:inline;
	padding: 0;
	margin: 0;
}
select.report-multiple {
	width: 350px;
}
.icon-badge-group {
	position:relative;
	display:inline-block;
}
.icon-badge-group sup {
	position:absolute;
	top:-1px;
	left:9px;
}
.icon-badge-group sup label {
	color:white;
	font-size:95%;
}

.input-group input[type=text].form-control {
	border-radius:0 !important;
	border-color:red !important;
}