@charset "utf-8";
/* ==|== primary styles =====================================================
   
   Date: 2023-08-01
   ========================================================================== */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}
/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}


/* =============================================================================
   =Reset
   ========================================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-weight:normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	/*border-collapse: collapse;*/
	border-spacing: 0;
}
caption {
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
html {
	overflow-y: scroll;
}
a:focus {
	outline: thin dotted;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, #fullwidth-banner, #banner-note, #footer-wrapper, .copyright {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.clear,
.clearfix {
	clear:both;
}
/* =============================================================================
   Layout
   ========================================================================== */
   
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
* html #content-wrapper {
	height: 100%; /* This is actually "min-height" for IE6 and older. */
}
#header-wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
}
#header {
	margin: 0;
	padding: 2em;
}
#content-wrapper {
	width: 100%;
	/*min-height: 60%;*/
	clear: both;
	/*background: #fff;*/
	background-color:#e5e8eb;
}
#contentContainer {
	margin: 0 auto;
	padding: 2em;
	/* To stretch div if content is wider than screen size */ 
	/*width: fit-content; 
	width: -moz-fit-content;
	width: -webkit-fit-content;*/
	height: 100%;
	min-height: 90%;
	/*background: #fff;*/
	overflow-x: auto; /*Horizontal Auto-scrolling for wide Data Tables*/
}
#company-box {
	float: right;
}
#logo {
	margin: 0;
	padding: 0;
}
#remote-code {
	position: relative;
	float: right;
	margin: 0.5em;
}
#navContainer {
	position: relative;
	margin: 0;
	padding: 0;
	clear: both;
	min-height: 40px;
}
nav {
	position: absolute;
	margin: 0;
	padding: 0;
	min-height: 40px;
}
#main-navigation {
	position:relative;
	margin: 0px;
}
#live-support {
	position: relative;
	float: right;
	margin: 4em;
	padding: 0;
}
#pushfooter {
	height: 7em; /* Must be the same as footer height. */
	background-color:#f1f1f1;
}
footer {
	position: relative;
	bottom:0;
	margin: 0;
	min-height: 7em;
	width: 100%;
}
.floatLeft div {
	float:left;
	margin-right:2em;
}

/* =============================================================================
   Text Formatting
   ========================================================================== */

html, button, input, select, textarea {
	font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Oxygen", "Ubuntu", "Roboto", "Helvetica Neue", "Helvetica", "Segoe UI", sans-serif;
	font-weight: 400;
	font-weight: normal; /* For IE*/
	color: #000;
	font-size: 0.75em; /* = 12px */
	font-smooth: antialiased !important;
	-webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5 {
	font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Oxygen", "Ubuntu", "Roboto", "Helvetica Neue", "Helvetica", "Segoe UI", sans-serif;
	font-weight: 400;
	color: #3d5b76;
  
 /* -webkit-text-stroke: 0.45px;
  -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
  text-shadow: rgba(61,91,118,0.2) 0px 1px 1px;*/
}
h1 {
	font-size: 24px;
	font-size: 2em;
	color: #3d5b76;
}
h2 {
	font-size: 21px;
	font-size: 1.75em;
	margin: 1em 0;
}
h3 {
	font-size: 18px;
	font-size: 1.5em;
	margin: 0.7em 0;
}
h4 {
	font-size: 15px;
	font-size: 1.25em;
	margin: 0.5em 0;
}
h5 {
	font-size: 12px;
	font-size: 1em;
	margin: 0.5em 0;
	font-weight: 700;
}


/* =============================================================================
   Flexible icon font http://genericons.com/
   ========================================================================== */

@font-face {
    font-family: 'Genericons';
    src: url('fonts/genericons-regular-webfont.eot');
    src: url('fonts/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/genericons-regular-webfont.woff') format('woff'),
         url('fonts/genericons-regular-webfont.ttf') format('truetype'),
         url('fonts/genericons-regular-webfont.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* =============================================================================
   Text Formatting - specific content
   ========================================================================== */

#multi-column-holder {
	width: 95%;
	/*margin:0 auto;*/
	display: table;
	margin: 1.5em auto;
	padding: 0.1em;
	/* rounded corners */
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
	background-color: #bababa;
	height: auto;
}
#multi-column-holder .one_third {
	display:table-cell;
	height: auto;
}
.P-number {
	font-size: 1.8em;
}
table.P-info {
	margin: 0.1em;
	width: 99%;
	height: 99%;
	background:#fff;
}
.P-info td:first-child {
	width: 20%;
}
.P-info td {
	padding: 0.5em;
}
.P-info tr:hover {
	background: #c8e1f1;
}
.P-info label {
	margin-left: 0.3em;
}
.confirmation {
	padding: .5em 1em;
	margin: .5em;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
	border: 2px solid #090;
	background: #fff;
}
.confirmation span {
	font-size:1.5em;
	color:#060;
}
.error {
	padding: .5em 1em;
	margin: .5em;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
	border: 2px solid #f00;
	background: #fff;
	color:#C00;
}
.red-text {
	color: #f00;
}
.green-text {
	color: #538312;
}
.blue-text {
	color: #0096F5 !important;
}
.grey-text {
	color: #878787;
}
.white-text {
	color: #fff;
}
.orange-text {
	color: #FF6600;
}
.mail-text,
.navy-text{
	color: #004B87;
}
.fedex-text,
.purple-text{
	color: #4D148C;
}
.ups-text {
	color: #351C15;
}
.teal-text{
  color: 	#008080;
}

/* =============================================================================
   Pagination
   ========================================================================== */

#pagination {
  border:0; 
  margin:0 auto; 
  padding:0;
  font-size:10px;
  list-style:none;
}
#pagination a{
  border:solid 1px #d4dcf0;
  margin:0.1em;
  padding:0.3em;
  text-decoration:none;
  background:#fff;
}
#pagination .previous-off,
#pagination .next-off {
  border:solid 1px #DEDEDE;
  color:#888;
  display:block;
  float:left;
  font-weight:bold;
}
#pagination .next a,
#pagination .previous a {
  font-weight:bold;
}
#pagination a.active,
#pagination a.active:link,
#pagination a.active:visited,
#pagination a.active:hover,
#pagination a.active:active {
  background:#2e6ab1;
  color:#FFF;
  font-weight:bold;
  display:block;
  float:left;
}
#pagination a:link,
#pagination a:visited {
  color:#0e509e;
  display:block;
  float:left;
  text-decoration:none;
}
#pagination a:hover{
  border:solid 1px #0e509e;
  background:#2e6ab1;
  color:#FFF;
}

/* =============================================================================
   Links
   ========================================================================== */

a {
	color: #0063CF;
	cursor: pointer;
}
a:link {
	color: #0063CF;
	text-decoration:none;
}
a:visited {
	color: #551a8b;
	text-decoration:none;
}
a:hover {
	color: #00e;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
	outline: 0;
}
a:active {
	color: #f00;
	text-decoration: underline;
}
/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/*ul.disc {
    list-style-type: disc;
    list-style-position: outside;
    list-style-image: none;
}*/
ul.disc {
	padding: 0 0 0 1em;
}
ul.disc li {
	padding-right:1em;
}
ul.disc li:before {
    content: "• ";
    color: #787068;
	list-style-position: outside;
	/*position:absolute; 
	left:5.5em;*/
}
/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) {
	overflow: hidden;
}


/* =============================================================================
   Company
   ========================================================================== */
   
#company-box {
	padding: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	-webkit-border-radius: 3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	background: #fff;
}
#company-box td {
	padding: 0.3em;
}
#company-box th {
	text-align: right;
	font-weight: 600;
	padding-right: 0.5em;
	vertical-align:middle;
}
a.message-top {
	color: #f00;
	font-size: 1.5em;
	text-decoration:none;
}


/* =============================================================================
   Remote Controle
   ========================================================================== */
.remoteControlAlt {
  color: #FF3333;
  text-decoration:underline;
}
.remoteControl {
	color: #FFF;
	font-weight: bold;
	background-color: #d86b00;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0.5em;
}
.remoteControl.M {
	color: #FFF;
	background-color: #d86b00;
}
.remoteControl.K {
	color: #FFF;
	background-color: #b55de2;
}
.remoteControl.S {
	color: #FFF;
	background-color: #5d6be2;
}
.remoteControl.T {
	color: #FFF;
	background-color: #be8b3f;
}
.remoteControl.A {
	color: #FFF;
	background-color: #e13333;
}
.remoteControl.M {
	color: #FFF;
	background-color: #d86b00;
}
.remoteControl.R {
	color: #FFF;
	background-color: #59a28f;
}
.red {
  color: #FF0000;
}
.green {
  color: #1B6F00;
}
a:link.remoteControl {
  color: #FF3333;
  font-weight:bold;
  text-decoration:blink;
  background-color:transparent;
}
a:visited.remoteControl {
  color: #FF3333;
  font-weight:bold;
  text-decoration:blink;
  background-color:transparent;
}
a:hover.remoteControl {
  color: #FF3333;
  font-weight:bold;
  text-decoration:blink;
  background-color:transparent;
}

/* =============================================================================
   Figures
   ========================================================================== */

figure {
	margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */

form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
	cursor: pointer;
}
label.error {
	color: #F00;
	font-style: italic;
}
label.error:before {
	content: '\f446';
	color: #F00;
}
label.checked {
	color:#0C3;
	font-style: italic;
}
label.checked:before {
	content: '\f418';
	color:#0C3;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend {
	border: 0;
*margin-left: -7px;
	padding: 0;
	white-space: normal;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input {
	line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
*overflow: visible;
}
/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] {
	cursor: default;
}
/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
*width: 13px;
*height: 13px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

/* Colors on Focus State */
input, 
textarea, 
select {
	/*padding: 1%;*/
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
	outline: none;
	-moz-border-radius: 0.1em;
	-webkit-border-radius: 0.1em;
	border-radius: 0.1em;
	padding: 0.5em;
	border: 1px solid #DDD;
	background-color: #fff;
}
input:focus, 
textarea:focus, 
select:focus {
	-webkit-box-shadow: 0px 0px 5px rgba(51, 136, 209, 1);
	-moz-box-shadow: 0px 0px 5px rgba(51, 136, 209, 1);
	box-shadow: 0px 0px 5px rgba(51, 136, 209, 1);
	zoom: 1;
	border: 1px solid #70a4d0;
}


/* Colors for form :required feilds */
input:required, 
textarea:required, 
select:required  {
	background-color: #f5eaea;
	border: 1px solid #DDD;
	border-left: 1px solid #ff5656;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Colors for form validity */
input:required:valid,
input:focus:required:valid,
textarea:required:valid, 
select:required:valid {
	background-color: #fff;
	border-left: 1px solid #3CF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
input:invalid,
input:required:invalid, 
input:focus:required:invalid,
textarea:invalid {
	background-color: #f5eaea;
	-webkit-box-shadow: 0px 0px 5px rgba(255, 85, 85, 1);
	-moz-box-shadow: 0px 0px 5px rgba(255, 85, 85, 1);
	box-shadow: none;
	border-left: 1px solid #ff5656;
}
/* Modified input */
input.modified, span.modified {
	border: 1px solid #81a100;
	background:#e9ff8f;
}
span.modified {
	padding:.3em;
}

/* Balance input */
.balance {
	border: 1px solid #3CF;
}

input[id^=newBalance_] {
	text-align:right;
	max-width:100px;
}

#totalBalanceUpdated,
#totalRatioProjected {
	font-weight:600;
}

/* Placeholder */
::-webkit-input-placeholder { color: red;}
:-moz-placeholder { color: red;  } /* Firefox 18- */
::-moz-placeholder { color: red; } /* Firefox 19+ */
:-ms-input-placeholder {  color: red;}

/* =============================================================================
   Search & Upload boxes
   ========================================================================== */
.search-box {
	padding: .5em 1em;
	/*margin-right: 1em;*/
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
	border: 1px solid #ccc;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top, #fff, #dcdcdc);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.search-box.right {
	float:right;
}
.search-box.left {
	float:left;
}
.search-box table input,
.search-box table select {
	margin-right: .5em;
}

/* =============================================================================
   Search & Filter Form
   ========================================================================== */
.BBSForm .field {
	padding: .5em 0;
	position: relative;
	clear: both;
}
/** Field Widths */
.f_25 {
	width: 21%;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}
.f_50 {
	width: 46%;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}
.f_75 {
	width: 71%;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}
.f_100 {
	width: 96%;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}
.BBSForm input, .BBSForm textarea, .BBSForm select, div.selector, div.uploader {
	width: 100%
}
.BBSForm input[type=radio], .BBSForm input[type=checkbox] {
	width: 12px;
	margin: 8px 12px;
	top: 3px;
	position: relative;
}
.BBSForm .option {
	margin: 6px 0;
}
.BBSForm textarea {
	overflow: hidden;
}
.BBSForm label {
	color: #666;
	text-align: left;
	font-size: 1.4em;
}
.BBSForm select {
	padding: 4px;
}

/** Clearfix */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix, *:first-child+html .clearfix {
	zoom: 1;
}
#form-submit {
	text-align: center;
	margin-top: 1em;
	padding: 1em;
	border-top: 1px dotted #666;
}
/** IE6 Only **/
.radio-group input, .checkbox-group input {
 *border:none;
 *background:none;
 *top:6px;
 *position:relative;
 *width:18px;
}
/* RISK ZONES */
.risk {
	text-align:center;
	border-bottom:1px solid #fff;
}
.risk.zoneid-1 { /* Warning Risk Zone*/
	background-color:#ffd555;
}
.risk.zoneid-2 { /* Blacklist Risk Zone*/
	background-color:#c30014;
	color:#FFF;
}
.risk.zoneid-3 { /* No Risk Zone*/
	background-color:#55dc88;
}
span.risk {
	padding: .5em;
}
.tc-allow {
	border:1px solid #CCC;
	padding:1em;
	margin:1em;
	line-height:1.2em;
}

/* =============================================================================
   TeleCheck Form
   ========================================================================== */

#bankCheque {
	background-image: url('../imageServer/bkg-cheque-blue-light.jpg');
	padding: 2em;
	border: 4px double #1a6696;
	display: table-cell;
	margin: 2em auto;
}
#bankCheque table td{
	padding: 0.2em;
}
#bankCheque input[type=text],
#bankCheque input[type=number] {
	border-bottom: 1px solid #1a6696;
	padding: 0.3em;
	margin-right: 5px;
}
#bankCheque th[scope="row"]{
	text-align:left;
	font-weight:600;
	vertical-align:text-top;
}
#bankCheque span.arrow {
	display:block;
	padding: 0.3em;
	margin-right:0.5em;
	font-size: 1em;
	color:#fff;
	width:1.5em;
	height:1.5em;
	text-align:center;
	vertical-align:middle;
	background-color:#f00;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
}
hr.dots {
	border-top: 3px dotted #1a6696;
	color: #fff;
	background-color: #fff;
	height: 3px;
}
.infoTitle {
	font-size:1.25em;
	font-weight:400;
	color:#1a6696;
}
.spVerticle {
	display: inline-block;
	float:left; 
	margin-right:5px;
	border-right:1px dotted #1a6696; 
	padding-right:5px;
	height:100%;
}
.spVerticle.last {
	margin-right:0;
	border-right:0; 
	padding-right:0;
}
input[readonly], input[readonly]:focus
{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	cursor: not-allowed;
}

/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * 'border-collapse: collapse;' needs to be overridden in designs having tables with rounded corners and drop shadows.
*/
table tbody {
	border-collapse: collapse;
	border-spacing:0;
}
table thead {
	border-collapse: separate !important;
	border-spacing:1px;
}
/*td { vertical-align: top; }*/

table { /* Fixing old layouts*/
  margin-left:auto; 
  margin-right:auto;
}
.tableContainer {
	display: table;
	margin: 1.5em auto;
	/*width: 1%;
	max-width: 800px;*/
	padding: 1px;
	padding: 0.0833em;
	/* rounded corners */
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
	background-color: #d2d2d2;
	height: auto;
	/* To stretch div if content is wider than screen size */ 
	/*width: fit-content; 
	width: -moz-fit-content;
	width: -webkit-fit-content;*/
	
	
}
.tableContainer table {
	/*width: 95%;*/
	/*min-width: 500px;*/
	text-align: left;
	margin: 1px;
	margin: 0.0833em;

}
.tableContainer table th,
.tableContainer table th label {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 0.5em;
	font-weight: 600;
}
.tableContainer table th[scope="row"] {
	text-align: right;
	vertical-align: middle;
	border:0;
}
.tableContainer table th[valign="top"],
.tableContainer table td[valign="top"] {
	vertical-align:top;
}
/*** table's td element, all section ***/
.tableContainer table td {
	vertical-align: middle;
	padding: 5px;
	padding: 0.4166em;
}
.nowrapFix { white-space: nowrap; min-width:150px;}
.tableContainer h1 {
	color: #fff;
	font-size: 1.5em;
}

.tableContainer table thead tr td,
.tableContainer table thead tr th {
	vertical-align: middle;
	font-size: 1.4em;
	font-weight: 400;
	*font-weight: normal; /* For IE*/
	color: #fff;
	/*text-shadow: 0 1px 1px rgba(0,0,0,1);*/
	/* Embossed Effect */
    	border-color:#a2daf4 #3b3b3b #3b3b3b #a2daf4;
    	border-style: solid;
    	border-width:1px 1px 1px 1px;
	background-color: #000;
	background-origin: padding-box;
	background-clip: padding-box;
	/* for IE8 to display borders */
	position: relative;
}
.tableContainer thead tr td {
	/* add top left and right radius */
	-webkit-border-top-left-radius: .3em;
	-webkit-border-top-right-radius: .3em;
	-mozborder-top-left-radius: .3em;
	-mozborder-top-right-radius: .3em;
	border-top-left-radius: .3em;
	border-top-right-radius: .3em;
}
thead tr th a {
	text-decoration:none;
}
#maingrid th {
	white-space: normal;
	font-size:1.25em;
}

/*** table's tbody section, even rows style ***/
.tableContainer table tbody tr:nth-child(even) {
	background-color: #fff;
}
/*** table's tbody section, odd rows style ***/
.tableContainer table tbody tr:nth-child(odd) {
	background-color: #e6eff3;
}
/*** hover effect to table's tbody  rows ***/
/*
.tableContainer table tbody tr.listsHighlight1:hover td,
.tableContainer table tbody tr.listsHighlight2:hover td,
.tableContainer table tbody tr.controlListsLow:hover td,
.tableContainer table tbody tr.controlListsMed:hover td {
	background-color: inherit;
}*/

.tableContainer table tbody tr:hover{
	background: #c8e1f1;
}
.tableContainer table tbody tr.controlListsHigh:hover td {
	background: #ff6000;
}


.focusin td,
.focusin th {
	background: #f0deb3;
}
.selected td,
.selected th
tr.selected td {
	background: #a5e6d9;
}
/*** table's tbody section, last row style ***/
.tableContainer table tbody tr.last td, .tableContainer table tbody tr.last:hover td{
	padding: 1em;
	border-bottom: solid 1px #404040;
	/* add gradient */
	background-color: #bfc8cd;/* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bfc8cd));
	background: -moz-linear-gradient(top, #ffffff, #bfc8cd); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #bfc8cd 100%); /* Chrome10+,Safari5.1+     */
	background: -o-linear-gradient(top, #ffffff 0%, #bfc8cd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #bfc8cd 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#bfc8cd'); /* IE6 & IE7 */ 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#bfc8cd')";    /* IE8 */
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bfc8cd'); /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background-image: linear-gradient(top, #ffffff 0%, #bfc8cd 100%); /* W3C */
}
.tableContainer table tbody tr.last td {
	padding: 1em;
}
/*** table's tbody section, separator row pseudo-class ***/
.tableContainer table tbody tr.separator {
	background: none;
}
.tableContainer table tbody tr.separator td {
	background: none;
	color: #353535;
	font-size: 1.4em;
	padding: 0.5em;
	/*text-shadow: 0 1px 1px rgba(0,0,0,1);*/
}
/*** table's tfoot section ***/
.tableContainer table tfoot td {
	text-align: center;
	color: #ccc;
	font-size: 1em;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.7);
}

table.flat th,
table.flat1 th,
table.flat2 th {
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	font-size: 1.25em;
	background:#b5c7d3;
	font-weight: 400;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}
table.flat2 th {
	background:#b3d3e7;
}
.tableContainer table thead tr th.flat3 {
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	font-size: 1em;
	background:#c7e7c5;
	filter: none;
	background-image: none;
	font-weight: 400;
}
.tableContainer th.selectAll, th.selectAll {
	font-size: 1em;
	background:#617581;
	filter: none;
	background-image: none;
	font-weight: 400;
}
th.selectAll strong {
	font-size: 1em;
	color:#fff;
} 
.required {
	color: inherit !important; /* Reset for webMain.css */
}
.required:after {
	content: ' *';
	color: #ee1400;
}
table.buttons-holder {
	margin: 1em auto 2em;
}
table.buttons-holder td {
	padding: 1em;
	max-width: 300px;
}
.standard {
	margin: 1em auto;
}

table.twocolumn td {
	width: 50%;
}
.sub-thead td {
	background:#dadada;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
.sub-thead td:last-child {
	border-right:0;
}
.sub-info td {
	background:#fff;
	border-bottom: 1px solid #999;
}
td.newChange {
	background:#8be986;
}
.border-top td,
.border-top th {
	border-top: 2px solid #999;
}
.border-bottom td,
.border-bottom th,
tr.border-bottom th[scope="row"] {
	border-bottom: 2px solid #999;
}
.score {
	text-align: center;
	text-wrap: none;
	vertical-align: middle;
	font-weight: 700;
	font-size: 1.75em;
	/*CSS3 inset text-shadow trick*/
	color: rgba(0,0,0, 0.3); 
    text-shadow: 1px 1px 1px #fff, 0 0 0 #000, 1px 1px 1px #fff;
}
/* Don't show shadows when selecting text */
::-moz-selection { background: #5af; color: #fff; text-shadow: none; }
::selection { background: #5af; color: #fff; text-shadow: none; }

td.controlListsHigh{
	background-color:#ff6000;
}
td.controlListsMed {
	background-color:#ffd76d;
}
td.controlListsLow {
	background-color:#8be986;
}
td.score.lists1,
td.score.lists2 {
	background-color:#b6d6e3;
}
td.name,
td.name a {
	font-weight:600;
}
.reason {
	font-size:1.0833em;
	font-weight:600;
	font-style:italic;
	border-bottom: 1px solid #F30;
}
.accStatus {
	font-size:1.5em;
	font-weight:600;
}
a.accStatus:before {
	content: '\f425';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: 1.5em 'Genericons';
	vertical-align: middle;
}

.external:after {
	content: '\f442';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font-family: 'Genericons';
	vertical-align: middle;
	margin-left: 0.3em;
}
.buttonContainer {
	margin: 1em 0;
	clear:both;
}
.buttonWrapper.right {
	float:right;
}
.buttonWrapper.left {
	float:left;
}
.filter td {
	padding:.5em;
	vertical-align: middle;
}

div.notes {
	max-width: 450px;
	padding: 2em;
	font-style:italic;
}
.comment {
	font-style:italic;
}
td.comment {
	max-width: 250px;
}

/* Table.report - simple basic tables */

table.report thead {
	border: 1px solid #999;
	border-collapse: separate !important;
	border-spacing:1px;
}
.report td {
	border: 1px solid #999;
}
/* Fixed THEAD and scrolling TBODY */
.fixed {
  top:0;
  position:fixed;
  width:auto;
  display:none;
  border:none;
  margin:0 auto;
}
.sp_message {
	max-width:50em;
}
.sp_message h3{
	text-align:center;
	color:#f00;
}
.sp_message ol {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 3em;
    padding: 0;
     
    counter-reset: li-counter;
}
.sp_message ol > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
    border-left: 1px solid #CCC;
}
.sp_message ol > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em;
     
    font-size: 3em;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: #72777b;
 
    content: counter(li-counter);
    counter-increment: li-counter;
}

/* =============================================================================
   Control Manager
   ========================================================================== */

/* Project Table on Control Manager Page */
#projects table { 
    border-spacing:.5em;;
    border-collapse: separate;
}
#projects table td {
	padding:.5em;
	background-color:#fff;
}
.pNumber {
	display:block;
	float:left;
	padding:.5em;
	margin-right:.5em;
	background-color:#CEDDEA;
	font-size:1.2em;
}
span.pNumber.selected {
	background-color: #51ECBD;
}

/* Footer Controls*/

#controlWrapper{
  /*border: 2px dashed #0f0;*/
  width: 100%;
  margin: 10px auto;
}
#controlWrapper:after,
.cardWrapper:after,
#controlColumn-2:after,
#card-Finalize:after{
  content: "";
  display: table;
  clear: both;
}
#controlColumn-1{
  /*border: 2px dashed #f00;*/
  min-width: 45%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
}
#controlColumn-2{
  /*border: 2px dashed #00f;*/
  min-width: 50%;
  display: block;
  float: left;
}
.cardWrapper{
  display: block;
  min-width: 60%;
  max-width: 90%;
  border-radius: 8px;
  padding: 0;
  margin-bottom: 2em;
}
.cardTop{
  width: 100%;
  padding: 1em;
  background: #DCDCDC;
  border-bottom: 1px solid #A3A3A3;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}
.cardBottom{
  width: 100%;
  padding: 1em;
  background: #DCDCDC;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}
.w100 {
  width: 100%;
}
#card-Finalize {
  float: right;
  margin-right: 4%;
}
#controlWrapper h2{
  margin: .3em 0;
  color: #1060B0;
}
#controlWrapper h3{
  margin: .2em 0;
  color: #1060B0;
}
#countPrintChecksClicks,
#countPrintProcessClicks{
  color: #FF003F;
  font-size: 2em;
  font-weight: 700;
}
#controlWrapper #npcButton,
#controlWrapper #fpButton,
#controlWrapper #ppButton{
  font-size: 1.6em;
}
@media screen and (max-width: 1200px) {
  #controlColumn-1,
  #controlColumn-2{
    width: 100%;
    min-width: 100%;
    margin: 0;
    margin-top: 10px;
    float: none;
  }
  #card-Finalize {
    float: none;
    margin-right: 0;
  }
}

/* =============================================================================
   Flat Tables
   ========================================================================== */

.FlatTableContainer {
	display: block;
	margin: 1em 0;
	padding: 0;
	background-color: #fff;
	height: auto;
}
.FlatTableContainer table thead tr td,
.FlatTableContainer table thead tr th,
.FlatTableContainer th.lists,
.FlatTableContainer th.controlLists,
.FlatTableContainer th.info {
  background: #fff;
  color: #000;
  text-shadow: none;
  border: none;
}

/*.FlatTableContainer table tbody {
	border-collapse: collapse;
	border-spacing:0;
}
.FlatTableContainer table thead {
	border-collapse: separate !important;
	border-spacing:0px;
}*/

.FlatTableContainer table { 
  margin: 0 auto; 
}

.FlatTableContainer table th,
.FlatTableContainer table th label {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 1em;
	font-weight: 600;
}
.FlatTableContainer table th[scope="row"] {
	text-align: right;
	vertical-align: middle;
	border:0;
}
.FlatTableContainer table th[valign="top"],
.FlatTableContainer table td[valign="top"] {
	vertical-align:top;
}
/*** table's td element, all section ***/
.FlatTableContainer table td {
	vertical-align: middle;
	padding: 5px;
	padding: 0.4166em;
}

.nowrapFix { white-space: nowrap; min-width:150px;}

.FlatTableContainer h1 {
	color: #000;
	font-size: 1.5em;
}

.FlatTableContainer table thead tr td,
.FlatTableContainer table thead tr th {
	vertical-align: middle;
	font-size: 1em;
	font-weight: 700;
	*font-weight: bold; /* For IE*/
	color: #000;
	text-shadow: none;
	background-color: #fff;
	position: relative;
}

.FlatTableContainer thead tr th a {
	text-decoration:none;
}

.FlatTableContainer table tbody tr:nth-child(odd) {
  background-color: #F5F5F5;
}
.FlatTableContainer table tbody tr:nth-child(even) {
  background-color: #fff;
}

.FlatTableContainer table tbody tr:hover{
	background: #c8e1f1;
}
.FlatTableContainer table tbody tr.controlListsHigh:hover td {
	background: #ff6000;
}


.FlatTableContainer .focusin td,
.FlatTableContainer .focusin th {
	background: #c8e1f1; /*#f0deb3;*/
}
.FlatTableContainer .selected td,
.FlatTableContainer .selected th
.FlatTableContainer tr.selected td {
	background: #c8e1f1; /*#a5e6d9;*/
}
/*** table's tbody section, last row style ***/
.FlatTableContainer table tbody tr.last td, 
.FlatTableContainer table tbody tr.last:hover td{
	padding: 1em;
	border-top: solid 1px #bcbbbe;
	background-color: #fff;
}
.FlatTableContainer a.showFullInfo {
  display: block;
  width: 100%;
}

.FlatTableContainer table .controllers td {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #A8A8A8;
  border-left: 1px dashed #AFAFAF;
  background: #E8E8E8;
  padding-top: 1em;
  padding-bottom: 1em;
}
.FlatTableContainer table .controllers td:first-child {
  border-left: none;
}

.borderAround {
  border: 1px solid #bcbbbe;
	/*border-radius: 0.5em !important;
-webkit-border-radius: 5px !important;
-moz-border-radius: 5px !important;*/
}
/* =============================================================================
   Panel for payment forms (new! 2017)
   ========================================================================== */
.panel{
  display: block;
  margin: 0;
}
.panel table {
	text-align: left;
	margin: 0;

}
.panel.center {
  display: table;
	margin: 0 auto;
}
.panel table th
 {
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	padding: 0 0 0.5em;
	font-weight: 400;
  font-size: 1.5em;
  color: #00af41;
}
.panel table th[scope="row"]{
	text-align: right;
	vertical-align: middle;
	border:0;
  font-size: 1.1em;
	font-weight: 600;
  color: #000;
}
.panel table th[scope="row"] label{
	font-weight: 600;
}
.panel table td {
	vertical-align: middle;
	padding: 0.5em;
}
.panel table tr.last td {
	padding-top: 1em;
}
.panel em {
  font-weight: 600;
  font-style: italic;
  color: #00af41;
}
.panel .message {
	padding:1em;
	border: 3px solid #ccc;
	border-radius: 0.3em;
	margin: 1em 0;
	width: 100%;
	font-size: 1.2em;
}
/*inputs*/
.panel input[type=text],
.panel input[type=password],
.panel input[type=email],
.panel input[type=submit], 
.panel textarea,
.panel select {
  display: block;
	padding:0.5em 1em;
	border: 1px solid #ccc;
	border-radius: 0.3em;
	margin: 0;
	width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	font-size: 1.2em;
}
.panel input[type=text], 
.panel input[type=password],
.panel textarea,
.panel select:first-child,
.panel select option:first-child,
.panel input[type=text]:invalid, 
.panel textarea:invalid,
.panel input[type=email]:invalid,
.panel select:invalid,
.panel select option:invalid{
  background-color:#cfd8dc;
}

.panel input[type=text]:valid, 
.panel input[type=password]:valid,
.panel input[type=email]:valid,
.panel textarea:valid,
.panel select:valid{
  background-color:#fff;
}

.panel input[type=text]:required:valid, 
.panel input[type=password]:required:valid,
.panel textarea:required:valid,
.panel select:required:valid{
  background-color:#fff;
  border-left: 1px solid #00af41;
}

.panel input[type=text]:required:invalid, 
.panel input[type=password]:required:invalid,
.panel input[type=email]:required:invalid,
.panel textarea:required:invalid,
.panel select:required:invalid,
.panel select option:required:invalid{
  background-color:#cfd8dc;
  border-left: 1px solid #f00;
}
.panel #amount{
  float: left;
  width: 60%;
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.panel #currency{
  width: 40%;
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.panel #amount,
.panel #currency {
  height: 2.5em;
}

.panel input[type=checkbox],
.panel input[type=radio]{
  margin-left: 0;
}

.panel input[type=submit],
.panel a.button.green{
  border: 0px;
}
.panel label{
  display: block;
  margin: 0.5em 0;
  font-size: 1.1em;
  font-weight: 600;
}
.panel .formName {
  /* <h3> */
  margin: 0.5em 0;
}
.panel #terms,
.panel #addExpiryDate{
  /* <checkbox #terms> is before the <label> */
  float: left;
  margin-top: 0.5em; /*the same as .panel label*/
  margin-right: 0.5em;
}
.panel #expiryDate {
  width: 90%;
  float: left;
}
#barcodeOrderForm.panel {
  background: #fff; 
  border-radius: 0.5em; 
  padding: 0.5em;
}

/* =============================================================================
   Filter Panels
   ========================================================================== */
.panelFilter {
  display: block;
  margin: 1em 1em 1em 0;
  
}
.panelFilter input[type=text], 
.panelFilter textarea,
.panelFilter select {
  display: block;
  float: left;
	padding:0.5em 1em;
	border: 1px solid #ccc;
	border-radius: 0.3em;
	margin-right: 1em;
	/*width: 100%;*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	font-size: 1.2em;
}
.panelFilter input[type=text], 
.panelFilter textarea,
.panelFilter select:first-child,
.panelFilter select option:first-child,
.panelFilter input[type=text]:invalid, 
.panelFilter textarea:invalid,
.panelFilter select:invalid,
.panelFilter select option:invalid{
  background-color:#cfd8dc; 
}

.panelFilter input[type=text]:valid, 
.panelFilter textarea:valid,
.panelFilter select:valid{
  background-color:#fff; 
}

/* =============================================================================
   Tooltips and Info Boxes
   ========================================================================== */
   
/* Tooltip for input fields tags*/
.tooltip {
	outline: none;
}
.tooltip strong, .tooltip h2 {
	line-height: 30px;
}
.tooltip:hover {
	text-decoration: none;
}
.tooltip {
	z-index: 10;
	display: none;
	padding: 14px 20px;
	margin-top: -30px;
	margin-left: 28px;
	width: 240px;
	line-height: 16px;
}
input:focus + .tooltip {
	display: inline;
	position: absolute;
	color: #111;
	border: 1px solid #DCA;
	background: #fffAF0;
}
.tooltip:before {
	z-index: 20;
	position: absolute;
	top: 30px;
	border: 0;
	left: -12px;
	/*content: url('../imageServer/callout.gif');*/
} 
.tooltip {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 5px 5px 8px #CCC;
	-webkit-box-shadow: 5px 5px 8px #CCC;
	box-shadow: 5px 5px 8px #CCC;
}

.tooltipBox { /* Refer to common.js function (.masterTooltip)*/
	display:none;
	position:absolute;
	border:1px solid #fff;
	background-color:#161616;
	border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	padding:1em;
	color:#fff;
	font-size:1em;
	max-width:12em;
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* =============================================================================
   Legends
   ========================================================================== */
  
#legendHidden {
	display: none;
}

button#show,
button#hide,
button#legend {
	float:right;
}

/* Letter or Number inside a circle */
.circle {
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em; 
  background: rgba(71,139,167,0.5);
}
.circle.A {
  background: rgba(167,71,114,0.5);
}
.circle.R {
  background: rgba(71,167,139,0.5);
}
.circle.M {
  background: rgba(216,107,0,0.5);
  color: #fff;
}
.circle.S {
  background: rgba(77,91,238,0.5);
}
.circle.T {
  background: rgba(71,139,167,0.5);
}
.circle.U {
  background: rgba(95,95,95,0.5);
}
.circle.K {
  background: rgba(181,93,226,0.5);
}
/* Status Code */
.circle.SC.A {
  background: rgba(77,91,238,0.5);
}
.circle.SC.C {
  background: rgba(71,167,139,0.5);
}
.circle.SC.R {
  background: rgba(167,71,114,0.5);
}
.circle.SC.S {
  background: rgba(95,95,95,0.5);
}
.circle.SC.F {
  background: rgba(255,0,0,0.5);
}
.circle a,
.circle a:link,
.circle a:visited,
.circle a:hover,
.circle a:active {
  color: #fff;
  text-decoration:none;
}

/* Priority */
.L {
}
.M {
  color: #c30;
  font-weight:600;
}
.H {
  color: #f00;
  font-weight:600;
} 

#batchStatusLegend{
  max-width: 500px;
  margin: 2em auto;
  border:3px solid #fff;
  border-radius: 6px !important;
}
#batchStatusLegend th[scope="row"]{
  font-weight:normal;
}
   
/* =============================================================================
   Information Boxes
   ========================================================================== */
.box {
	width: 90%;
	max-width: 500px;
	margin: 1em auto;
	position: relative;
	/* rounded corners */
	/*border: 1px solid #fff;*/
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	-moz-box-shadow: 0px 5px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 5px rgba(0,0,0,.3);
	box-shadow: 0px 5px rgba(0,0,0,.3);
}
.box-content {
	/*text-shadow: 1px 1px 1px rgba(255,255,255,1);*/
	padding: 27px 43px 17px 66px;
	min-height: 35px;
	text-align: left;
	font-size: 1em;
}
/* Info box */
.box .info {
	border: 1px solid rgb(226, 226, 186);
}
.info .box-content {
	/*border: 1px solid rgb(251, 251, 239);*/
	/*-moz-box-shadow: inset 0px 0px 45px rgba(170,140,80,0.3);
	-webkit-box-shadow: inset 0px 0px 45px rgba(170,140,80,0.3);
	box-shadow: inset 0px 0px 45px rgba(170,140,80,0.3);
	background-color: rgb(249, 249, 220);*/
	background-color:#FFFFF0; /*Ivory White*/
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}
.box-content h1,
.box-content h2,
.box-content h3,
.box-content h4,
.box-content h5 {
	clear:none;
	margin-top:0;
}
.info .box-content:before {
	margin-left: -50px;
	padding-right: 7px;
	content: '\f455';
	-webkit-font-smoothing: antialiased;
	font: 3em 'Genericons';
	color: #90b8db;
	display:inline-block;
	float:left;
}

/* Red warning box */
.box .warning {
	/*border: 1px solid #e0b1b1;*/
}
.warning .box-content {
	color: #fff;
	/*border: 1px solid #fceeec;*/
	/*-moz-box-shadow: inset 0 0 45px #f0bfba;
	-webkit-box-shadow: inset 0 0 45px #f0bfba;
	box-shadow: inset 0 0 45px #f0bfba;*/
	background-color: #dd5561;
}
.warning .box-content:before {
	margin-left: -50px;
	padding-right: 7px;
	content: '\f414';
	-webkit-font-smoothing: antialiased;
	font: 3em 'Genericons';
	color: #9e3845;
	display:inline-block;
	float:left;
}
.warning .box-content h1, .warning .box-content h2, .warning .box-content h3, .warning .box-content h4, .warning .box-content h5, .warning .box-content h6 {
	color: #fff;
}
.box-data {
	font-size:1.2em;
	margin:.3em auto;
	padding-left: 1em;
	border-left:2px solid #90b8db;
}
.box-data strong {
	font-weight:700;
	color:#3d5b76;
	margin-right:0.5em;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}
.warning .box-data {
	border-left:2px solid #fff;
}
.warning .box-data strong {
	color:#fff;
	text-shadow: none;
}
.depositID {
	padding:.5em;
	margin:.3em auto;
	border:1px solid #90b8db;
	font-size:1.4em;
	color:#3d5b76;
	background-color:#FFF;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}

/* =============================================================================
   Currency & Flags
   ========================================================================== */
   
img.flag {
	float:left;
	margin-right: 0.3em;
}


/* =============================================================================
   Missing Page
   ========================================================================== */
   
#missing-page {
	width:600px;
	padding:0px;
	margin: 2em auto;
	background:#55403f url(../imageServer/missing-page.jpg) bottom no-repeat;
	color:#fff;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	text-align:center;
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}
/* =============================================================================
   Buttons
              |=sample=> <a class="button bigrounded blue" href="#">Text</a>
			  |=sample=> <input class="button blue" value="Submit">
   ========================================================================== */
.button,
input[type="submit"],
input.submitAlt /* Old WebMain class */ {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
 *display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	/*font: 14px/100% Arial, Helvetica, sans-serif;*/
	font-size:14px/100%;
	font-size:1.1666em;
	font-weight: 600;
	padding: .5em 1em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	overflow: hidden;
	vertical-align: middle;
}
.button:link, a.button:link,
input[type="submit"]:link,
input.submitAlt:link /* Old WebMain class */ {
	text-decoration: none;
}
.button:visited, a.button:visited,
input[type="submit"]:visited,
input.submitAlt:visited /* Old WebMain class */ {
	text-decoration: none;
}
.button:hover, a.button:hover,
input[type="submit"]:hover,
input.submitAlt:hover /* Old WebMain class */ {
	text-decoration: none;
}
.button:active, .button:active,
input[type="submit"]:active,
input.submitAlt:active /* Old WebMain class */ {
	text-decoration: none;
	position: relative;
	top: 1px;
}
.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size:12px/100%;
	font-size:1em;
	padding: .4em 1.5em .42em;
}
.small,
input.button.small {
	font-size:11px/100%;
	font-size:0.916em;
	padding: .2em 1em .275em;
}
.large {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	font-size:1.6em;
	font-weight:bold;
}
.button img {
	width:60%;
	height: 60%;
	margin: 0.3em;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
a.button:hover img {
	width:60%;
	height: 60%;
	margin: 0.3em;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.button span.genericon {
	text-shadow: none;
	font-size:14px/100%;
	font-size:1.1666em;
	vertical-align:middle;
}
/* color styles 
---------------------------------------------- */

/* gray */
.gray, .gray:link, .gray:visited,
input[type="submit"] + input[value="Delete"] {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top, #888, #575757);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover,
input[type="submit"] + input[value="Delete"]:hover {
	color: #fff;
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top, #757575, #4b4b4b);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active,
input[type="submit"] + input[value="Delete"]:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top, #575757, #888);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
/* blue */
a.blue, a.blue:link, a.blue:visited, a.blue:hover, a.blue:active, #login input[type="submit"],
input[type="submit"],
input.submitAlt /* Old WebMain class */ {
	color: #d9eef7;
}
.blue,
.button.blue,
/*input[type="submit"],*/
input.submitAlt /* Old WebMain class */ {
	color: #d9eef7;
	border: solid 1px #013e75;
	background: #0095cd; /* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#00aeff), to(#005dba));
	background: -moz-linear-gradient(top, #00aeff, #005dba); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #00aeff 0%, #005dba 100%); /* Chrome10+,Safari5.1+     */
	background: -o-linear-gradient(top, #00aeff 0%, #005dba 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00aeff 0%, #005dba 100%); /* IE10+ */
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeff', endColorstr='#005dba'); /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background-image: linear-gradient(top, #00aeff 0%, #005dba 100%); /* W3C */
}
.blue:hover,
.button.blue:hover,
input.submitAlt:hover /* Old WebMain class */ {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#005dba), to(#00aeff));
	background: -moz-linear-gradient(top, #005dba, #00aeff);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#005dba', endColorstr='#00aeff');
}
.blue:active,
.button.blue:active,
input.submitAlt:active /* Old WebMain class */ {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#005dba), to(#00aeff));
	background: -moz-linear-gradient(top, #005dba, #00aeff);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#005dba', endColorstr='#00aeff');
}
/* black */
a.black, a.black:link, a.black:visited, a.black:hover, a.black:active {
	color: #d7d7d7;
}
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top, #666, #000);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top, #444, #000);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top, #000, #444);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
/* white */
a.white, a.white:link, a.white:visited, a.white:hover, a.white:active {
	color: #606060;
}
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top, #fff, #ededed);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top, #fff, #dcdcdc);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top, #ededed, #fff);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
/* orange */
a.orange, a.orange:link, a.orange:visited, a.orange:hover, a.orange:active {
	color: #fef4e9;
}
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top, #f88e11, #f06015);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
/* red */
a.red, a.red:link, a.red:visited, a.red:hover, a.red:active {
	color: #faddde;
}
.red,
input.button.small.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top, #ed1c24, #aa1317);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover,
input.button.small.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top, #c9151b, #a11115);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active,
input.button.small.red:hover {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top, #aa1317, #ed1c24);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
/* rosy */
a.rosy, a.rosy:link, a.rosy:visited, a.rosy:hover, a.rosy:active {
	color: #fae7e9;
}
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top, #f16c7c, #bf404f);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top, #cf5d6a, #a53845);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top, #bf404f, #f16c7c);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}
/* green */
a.green, a.green:link, a.green:visited, a.green:hover, a.green:active {
	color: #e8f0de;
}
.green {
	color: #D7F4E8;
	border: solid 1px #1DB172;
	background: #E7F4FE;
	background: -webkit-gradient(linear, left top, left bottom, from(#35C78A), to(#1DB172));
	background: -moz-linear-gradient(top, #35C78A, #1DB172);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#35C78A', endColorstr='#1DB172');
}
.green:hover {
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#1DB172), to(#35C78A));
	background: -moz-linear-gradient(top, #1DB172, #35C78A);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1DB172', endColorstr='#35C78A');
}
.green:active {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#1DB172), to(#35C78A));
	background: -moz-linear-gradient(top, #1DB172, #35C78A);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1DB172', endColorstr='#35C78A');
}
/* pink */
a.pink, a.pink:link, a.pink:visited, a.pink:hover, a.pink:active {
	color: #feeef5;
}
.pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top, #feb1d3, #f171ab);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top, #f4aacb, #e86ca4);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top, #f171ab, #feb1d3);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}
/* Special buttons with no text, only a graphic (genericons)  */
.icon {
	padding: .1em .3em .01em;
	text-shadow: none;
	font-size: 21px;
	font-size: 1.75em;
}

input[type="submit"][disabled="disabled"],
input[type="submit"][disabled="disabled"]:hover,
input[type="submit"][disabled="disabled"]:active {
	cursor: not-allowed;
	position: relative;
	top: 1px;
	color: #b7b7b7;
	text-shadow:none;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top, #fff, #ededed);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

input#total_amount {
	font-size:1.6em;
	background:none;
	background-color:transparent;
	border:0;
}

/* =============================================================================
   Link, which looks like a button "Details >"
   ========================================================================== */
a.buttonLink, 
a.buttonLink:link, 
a.buttonLink:visited, 
a.buttonLink:hover, 
a.buttonLink:active{
  display: block;
  border: solid 2px #3E4047;
	background: #fff;
	padding: 0.3em 0.6em;
	border-radius: 0.3em;
  color: #3E4047;
  text-decoration: none;
  
} 
a.buttonLink:hover, 
a.buttonLink:active{
  border: solid 2px #049BFB;
  color: #049BFB;
}
/* =============================================================================
   Login Form
   ========================================================================== */
#login-wrapper {
	text-align:center;
	width:100%;
}
#login {
	display: -moz-inline-stack;
 *display: inline;
	display: inline-block;
	zoom: 1;
	min-width: 10em;
	margin: 3em auto;
	padding: 1em 3em;
	border: 1px solid #a8a8a8;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 5px;
	border-radius: 0.3em;
	/* add gradient */
	background-color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c9c9c9));
	background: -moz-linear-gradient(top, #ffffff, #c9c9c9);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9c9c9', GradientType=0 ); /* IE6-9 */
	background-image: -ms-linear-gradient(top, #ffffff 0%, #c9c9c9 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #c9c9c9 100%); /* W3C */
	/* add box shadows */
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}
#login table td {
	padding: 0.3em;
}
#login h3 {
	border-bottom: 1px dotted #4a79a4;
	text-transform: uppercase;
	margin: 1em 0;
	color: #4a79a4;
	font-size: 2em;
}
#login h3:before {
	content: '\f427';
	display: inline-block;
	margin-right: 0.3em;
	-webkit-font-smoothing: antialiased;
	font: 1.333em 'Genericons';
	vertical-align: middle;
	/*CSS3 inset text-shadow trick*/
	color: rgba(0,0,0, 0.2); 
    text-shadow: 1px 1px 1px #fff, 0 0 0 rgba(0,0,0, 0.8), 1px 1px 1px #fff;
}
#login table, #login table tr, #login table th, #login table td, #login table tr:hover, #login table tr:hover th[scope="row"], #login table tr:nth-child(even), #login table tr:nth-child(odd) {
	background-color: transparent;
	border: 0;
	color: inherit;
}
#login table th[scope="row"] {
	text-align: right;
}
#login input[type="text"], #login input[type="tel"], #login input[type="email"], #login input[type=textarea], #login input[type=password], #login textarea {
	width: 98%;
}
#login tr td:first-child {
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
	padding-right: 1em;
}
#login input[type="submit"] {
	margin: 1em auto;
}
#login.employee  {
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
	/*border: 2px solid #6893b4;*/
	background:none;
	background-image: none;
	filter: none;
	background-color:#999;
	padding-top:2em;
	padding-bottom:2em;
}
#login.employee span {
	display:inline-block;
	float:left;
	margin-right: 0.1em;
	color:#fff;
	-webkit-font-smoothing: antialiased;
	font-size: 10em;
}
#login.employee label {
	color: #fff;
	font-size: 1.4em;
	font-weight:400;
}
#login.employee input[type=password], #login.employee input[type=text] {
	width: auto;
	margin-top: 0.7em;
}
.bodyLogin {
  background-color:#e5e8eb;
}
/* =============================================================================
   Header & Logo
   ========================================================================== */
#header-wrapper {
	background-image: url(../imageServer/bkg_top.jpg);
	background-color: #2772b1;
	background-repeat: repeat-x;
	background-position: left top;
	min-height: 130px;
}
#logo {
	margin: 0;
}
#logo a {
	float:left;
	display: block;
}
#logo a span {
	color: #fff;
	font-size: 2.5em;
	text-shadow: 0 1px 1px rgba(0,0,0,.7);
}
/* =============================================================================
   Navigation - Main Dropdown Menu
   ========================================================================== */
#navContainer {
	background: #000;
	width: 100%;
	clear: both;
}
#main-navigation ul {
	display: inline-block;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#main-navigation ul li {
	display: inline-block;
	float: left;
	padding: 0px;
	margin: 0px;
}
#main-navigation ul li a {
	font-size: 1.25em;
	font-weight:600;
	line-height: 40px;
	height: 40px;
	padding: 0 1.5em;
	color: #ccc;
	background: #000;
	text-decoration: none;
	display: inline-block;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	outline: none;
	z-index: 100;
	cursor: pointer;
}
#main-navigation ul li a:hover {
	color: #fff;
	background: #02b8fa;
}
#main-navigation ul li a:active {
	color: #fff;
	background: #fa4802;
}
#main-navigation ul li.sublinks a {
	display: block;
	height: 30px;
	padding: 0 1em;
	font-size: 12px;
	font-size: 1em;
	line-height: 30px;
	color: #ccc;
	background: #333;
	border-bottom: 1px solid #6e6e6e;
	/*border-left: 4px solid #6e6e6e;*/
	text-decoration: none;
}
#main-navigation ul li.sublinks a.groupB,
#main-navigation ul li.sublinks a.groupD,
#main-navigation ul li.sublinks a.groupF {
	color: #d8d8d8;
	background:#525252;
}
#main-navigation ul li.sublinks a.groupA {
	border-left: 4px solid #4c81b6;
}
#main-navigation ul li.sublinks a.groupB {
	border-left: 4px solid #01b981;
}
#main-navigation ul li.sublinks a.groupC {
	border-left: 4px solid #a7cc15;
}
#main-navigation ul li.sublinks a.groupD {
	border-left: 4px solid #e39600;
}
#main-navigation ul li.sublinks a.groupE {
	border-left: 4px solid #f56217;
}
#main-navigation ul li.sublinks a.groupF {
	border-left: 4px solid #894baa;
}
#main-navigation ul li.sublinks a:hover {
	color: #fff;
	background: #02b8fa;
	border-bottom: 1px solid #ccc;
}
#main-navigation ul li.sublinks a:active {
	color: #fff;
	background: #fa4802;
	border-bottom: 1px solid #ccc;
}
#main-navigation ul li.sublinks {
	display: none;
	top: 40px; /* should be the same value as height of top menu items */
}
#main-navigation .clear {
	clear: both;
}
#main-navigation .left {
	float: left;
}
#main-navigation .right {
	float: right;
}
#main-navigation a.last:hover {
	color: #fff;
	background: #fa4802;
}
/* =============================================================================
   Navigation - Simple Links List 
   ========================================================================== */
.listNav {
	float:left;
	clear: both;
}
.listNav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.listNav ul li {
	padding: 0px;
	margin: 0px;
}
.listNav ul li a {
	display:block;
	font-size: 1em;
	font-weight:400;
	padding: 0.25em 0.5em;
	margin:1px;
	text-decoration: none;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	outline: none;
	z-index: 100;
	cursor: pointer;
	border-left:3px solid #fff;
}
.listNav ul li a:hover {
	color: #00648E;
	background: #fff;
	border-left:3px solid #02b8fa;
}
.listNav ul li a:active {
	color: #FF4700;
	background: #fff;
	border-left:3px solid #FF4700;
}

/* =============================================================================
   Footer
   ========================================================================== */
   
footer {
	background: #333;
	color: #ccc;
}
.loggedInAs-box {
	margin: 2em;
	padding: 1em;
	float: left;
	display: block;
	color: #333;
	-webkit-border-radius: 3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	background: #e7e7e7;
}
.copyright {
	display: block;
	margin: 2em;
	float: right;
	color: #fff;
}
footer a, footer a:link, footer a:visited {
	color:#ccc;
	text-decoration:underline;
}
footer a:hover, footer a:active {
	color: #FFF;
}

/* =============================================================================
   CSS classes from original WebMain.css
   ========================================================================== */

.title {
	font-size: 1.75em;
	color: #3d5b76;
	margin-bottom: 1em;
}
th.lists,
th.controlLists,
th.info,
th.info2 {
	width:auto;
	padding: 0.3em;
	vertical-align: middle;
	font-size: 1.4em;
	font-weight: 600;
	*font-weight: normal; /* For IE*/
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,1);
	/* Embossed Effect */
    	border-color:#a2daf4 #3b3b3b #3b3b3b #a2daf4;
    	border-style: solid;
    	border-width:1px 1px 1px 1px;
	/* add gradient */
	background-color: #0365a3;/* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#1ca6e5), to(#0365a3));
	background: -moz-linear-gradient(top, #1ca6e5, #0365a3); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #1ca6e5 0%, #0365a3 100%); /* Chrome10+,Safari5.1+     */
	background: -o-linear-gradient(top, #1ca6e5 0%, #0365a3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1ca6e5 0%, #0365a3 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1ca6e5', endColorstr='#0365a3'); /* IE6 & IE7 */ 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1ca6e5', endColorstr='#0365a3')";    /* IE8 */
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ca6e5', endColorstr='#0365a3'); /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background-image: linear-gradient(top, #1ca6e5 0%, #0365a3 100%); /* W3C */
	/* enough for IE9 to display borders */
	background-origin: padding-box;
	background-clip: padding-box;
	/* for IE8 to display borders */
	position: relative;
}
.tableContainer th.inactive /* New style to replace info2 (funding acc.) july 13, 2015 */,
th.info2 {
	/* Embossed Effect */
    	border-color:#ffbcbc #3f0000 #3f0000 #ffbcbc;
    	border-style: solid;
    	border-width:1px 1px 1px 1px;
	/* add gradient */
	background-color: #aa0000;/* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#ff6464), to(#aa0000));
	background: -moz-linear-gradient(top, #ff6464, #aa0000); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #ff6464 0%, #aa0000 100%); /* Chrome10+,Safari5.1+     */
	background: -o-linear-gradient(top, #ff6464 0%, #aa0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff6464 0%, #aa0000 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff6464', endColorstr='#aa0000'); /* IE6 & IE7 */ 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff6464', endColorstr='#aa0000')";    /* IE8 */
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6464', endColorstr='#aa0000'); /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background-image: linear-gradient(top, #ff6464 0%, #aa0000 100%); /* W3C */
	/* enough for IE9 to display borders */
	background-origin: padding-box;
	background-clip: padding-box;
	/* for IE8 to display borders */
	position: relative;
}
.lists td,
td.lists,
td.lists1,
td.lists2,
td.info1,
td.info2,
td.controlListsHigh,
td.controlLists,
td.controlListsLow,
td.controlListsMed {
	padding: 0.5em;
}

.listsHighlight1 td,
td.listsHighlight1 {
  background-color: #ffd76d;
  border-bottom: 1px solid #e3c880;
}
.listsHighlight2 td,
td.listsHighlight2 {
  background-color: #F9A6AC;
  border-bottom: 1px solid #bf8488;
}
.controlListsHigh td,
td.controlListsHigh {
	background-color: #ff3600;
	border-bottom: 1px solid #7e321d;
	font-size: 1.25em;
	font-weight: 600;
	color: #FFF;
}
.controlListsHigh td a {
  color:#FFF;
}
.controlListsLow td {
  background-color: #8be986;
  border-bottom: 1px solid #77af74;
}
.controlListsMed td {
  background-color: #ffd76d;
  border-bottom: 1px solid #c2ab70;
}
/*table.lists tr:last-child, table.lists tr:last-child:hover {
	padding: 1em;
	border-bottom: solid 1px #404040;
} Too many tables */
th.lists b {
	color:#fff;
}
table.info {
	width:auto;
}
/*** table's tbody section, even rows style ***/
td.lists2 {
	background-color: #e6eff3;
}
/*** table's tbody section, odd rows style ***/
td.lists1 {
	background-color: #FFF;
}
font[class="required"],
small[class="required"] {
	color:#f00 !important;
}
font[class="required"]:after,
small[class="required"]:after {
	content: '';
}
table[align="right"] {
	float: none;
}

/* Multi Columns Content */


.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:4%; float:none; width:100%;  clear:right;}
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}

/* =============================================================================
   Multi-Steps
   ========================================================================== */
   
#stepsContainer {
	margin:1em auto 2em;
	display: table;
}
.step {
	display:inline-block;
	float:left;
	margin-top:15px;
	padding:0.6em 2em;
	background-color:#dee5ea;
	color:#acbcca;
	font-size:1em;
	border-left:1px solid #b4c3cf;
}
.step span {
	color:#fff;
	font-weight: 700;
	font-size: 1.6em;
	clear:right;
	display:block;
	margin-bottom:7px;
}
.step#passed {
	background-color: #adbcca;
	color: #333;
	margin-top: 10px;
	-webkit-box-shadow: 0px 5px #758ba0;
	box-shadow: 0px 5px #758ba0;	
}
.step#current {
	background-color: #00cdea;
	color: #000;
	margin-top: 0px;
	-webkit-box-shadow: 0px 15px #0097b9;
	box-shadow: 0px 15px #0097b9;	
}
   
/* =============================================================================
   Print invoice
   ========================================================================== */
.invoice {
	border: solid 1px #ccc;
	padding: 1em;
	 /*width: 60%; REMOVE FOR PRODUCTION */
	 /*margin: 1em auto; REMOVE FOR PRODUCTION */
}
.invoice .left {
	float: left;
}
.invoice .right {
	float: right;
}
.invoice .clear {
	clear: both;
}
.invoice table {
	border-collapse: collapse;
	border-spacing: 0px;
}
.invoice .title {
	border-bottom: 2px solid #ccc;
	color: #777;
	font-size: 16px !important;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 2px;
}
.invoice .highlighted {
	background: #eee;
}
.invoice .right-align {
	text-align: right;
}
#logo-img {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-right: 5em;
}
#logo-img img {
	width:150px;
}
.invoice #company-info {
	margin-top: -9px;
	width: 6cm;
}
.invoice #company-info.right {
	text-align:right;
}
.invoice #invoice-title {
	color: #777;
	font-size: 3em;
	line-height: 100%;
	text-align: center;
	width: 100%;
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
}
.invoice #totals > table td {
	border-top: 1px solid #ccc;
	font-size: 14px;
	white-space: nowrap;
}
.invoice #totals {
	font-size: 14px;
	max-width: 12cm;
	min-width: 7.35cm;
	padding-top: 30px;
}
.invoice #totals > table {
	width: 100%;
}
.invoice #totals > table td {
	line-height: 26px;
	padding: 3px;
	vertical-align: middle;
}
.invoice #totals .label {
	color: #000;
	font-weight: bold;
	padding-left: 1em;
	white-space: nowrap;
}
.invoice #totals #total {
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
}
.invoice .invoice-thanks {
	margin-top: 1em;
	border-top: 2px solid #ccc;
	padding-top: 1em;
	width: 100%;
	font-style: italic;
	font-size: 1em;
}
.invoice #totals .labels {
	color: #000;
	font-weight: bold;
	padding-left: 1em;
	white-space: nowrap;
	border-right: 2px solid #ccc;
}



/* =============================================================================
   Dashboard
   ========================================================================== */

.dc {
	display:block;
	width: 1.6em;
	height: 1.6em;
	margin: .5em auto;
	padding: 0em;
	font-size: 2em;
	font-weight:600;
	line-height: 1.6em;
	border: 3px solid #98d2eb;
	border-radius: 50%;
	text-align:center;
}
a.block, a.block:link, a.block:visited {
	display:block;
	margin-top:0em;
	text-decoration:none;
	width: 14em;
	height: 9em;
	padding: .5em;
	text-align:center;
	background-color:#32a6d7;
	color:#cfe0e8;
	box-shadow: 0px 3px rgba(0, 0, 0, 0.25);
}
a.block:hover{
	background-color:#46afdb;
	color:#fff;
}
a.block:active {
	margin-top:.2em;
	background-color:#46afdb;
	color:#fff;
	box-shadow: none;
}
a.block b {
	font-size: 1.6em;
	font-weight:600;
	color:#cfe0e8;
}
a.block:hover b {
	color:#fff;
}


/* =============================================================================
   Toggle Switch (Active/Inactive)
   ========================================================================== */
   
.onoffswitch {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width: 80px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.onoffswitch.left {
	margin-left:0;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #999;
	border-radius: 16px;
}
.onoffswitch-inner {
	width: 200%;
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
	float: left;
	width: 50%;
	height: 16px;
	padding: 0;
	line-height: 16px;
	font-size: 12px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.onoffswitch-inner:before {
	content: "Active";
	padding-left: 5px;
	background-color: #2FCCFF;
	color: #FFF;
}
.onoffswitch-inner:after {
	content: "Inactive";
	padding-right: 5px;
	background-color: #EEE;
	color: #999;
	text-align: right;
}
.onoffswitch-switch {
	width: 8px;
	margin: 4px;
	background: #FFF;
	border: 1px solid #999;
	border-radius: 16px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 60px;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px;
}
.hide-show-button {
	cursor: pointer;
	float:left;
	display: inline-block;
	padding: .2em .5em .275em;
	font-size:11px/100%;
	font-size:0.916em;
	font-weight: 600;
	color: #333;
	border: solid 1px #b7b7b7;
	background: #fff;
	-webkit-border-radius: 3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}
.hide-show-button .hide {
	color: #fff;
	border: solid 1px #fff;
	background: #f00;
}
.hide-show {
    display: none;
	color: #09F;
	font-weight:600;
	font-size:1.2em;
	padding-left:3em;
	text-wrap:none;
}


/* =============================================================================
   Toggle / Expand Content
   ========================================================================== */

.toggle_box_title:before {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.toggle_box_close .toggle_box_content {
	display: none;
}
.toggle_box_content {
	padding-top: 20px;
}
.toggle_box {
	border: 1px solid #d9d9d9;
	margin: 1.2em 0;
	max-width: 700px;
}
.toggle_box_close {
	background-color: #fff;
	padding: .5em 1em;
}
.toggle_box_open {
	padding: .5em 1em;
	background: #fff;
}
.toggle_box h5.toggle_box_title {
	cursor: pointer;
	position: relative;
	padding-right: 30px;
	padding: 0;
}
.toggle_box_close h5.toggle_box_title {
	color: #666;
	font-size:1.2em;
}
.toggle_box_open h5.toggle_box_title {
	color: #333;
	font-size:1.2em;
}
.toggle_box_title:before {
	content: '\f431';
	position: absolute;
	right: 0px;
	font-size: 16px;
	color: #ccc;
	-webkit-font-smoothing: antialiased;
	font-family: 'Genericons';
}
.toggle_box_open .toggle_box_title:before {
	content: '\f432';
	-webkit-font-smoothing: antialiased;
	font-family: 'Genericons';
}


.rc_toggle { 
	border: 1px solid #d9d9d9; 
	margin-bottom: 1em; }
.rc_toggle_close { 
	background-color: #f4f4f4; 
	padding: 0px; }
.rc_toggle_open { 
	padding: 0px; 
	background: #FFF; }
	.rc_toggle h5.rc_toggle_title { 
		cursor: pointer; 
		position: relative; 
		padding: .5em 3em .5em .5em;
		margin:0; }
	.rc_toggle_close h5.rc_toggle_title { color: #CCC; background:#999; }
	.rc_toggle_open h5.rc_toggle_title { color: #333; background: #CCC;  }

.rc_toggle_title:before { 
	content: '\f431'; 
	position: absolute; 
	right: 5px; 
	font-size: 1.2em; 
	color: #ccc; 
	-webkit-font-smoothing: antialiased;
	font: 1.5em 'Genericons';
}
.rc_toggle_open .rc_toggle_title:before { content: '\f432'; color: #fff; }
.rc_toggle_content table.record {	
	width: 100%;
}
.rc_toggle_content table.record {	
	background-color: #fff; 
}
[id^=BLrecords_].rc_toggle_content table.record td {
	border-bottom:1px solid #CCC; 
}
.rc_toggle_content table.record tr:first-child td {	
	background-color: #e4e4e4; 
	color:#666;
}

.extraNav {
	background: #e3e3e3;
	margin-top:1em;
}
.en_button h5 { 
	display:block;
	float:left !important;
	margin: -0.05em 2em 0 0;
	padding:1em;
	background:rgb(32, 170, 229);
	color:#fff;
	font-size:1.4em;
	font-weight:400;
	text-decoration: none;
	text-shadow: 0px 1px rgba(0, 0, 0, 0.15);
	outline: medium none;
	clear:none !important;
	cursor: pointer;
	-moz-border-radius: 0.1em;
	-webkit-border-radius: 0.1em;
	border-radius: 0.1em;
	-moz-box-shadow: 0px -2px rgba(255, 255, 255, 0.1) inset, 0px -3px rgba(0, 0, 0, 0.1) inset, 0px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px -2px rgba(255, 255, 255, 0.1) inset, 0px -3px rgba(0, 0, 0, 0.1) inset, 0px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0px -2px rgba(255, 255, 255, 0.1) inset, 0px -3px rgba(0, 0, 0, 0.1) inset, 0px 1px rgba(0, 0, 0, 0.05);
}
.en_button h5 span {
	font-size:1.4em;
	line-height:0.5em;
	vertical-align: middle;
	margin-right:0.4em;
}
.en_button h5:active { 
	margin: 0 2em 0 0;
	background:rgb(0, 155, 217);
}

.en_button.info h5 {
	background:rgb(255, 255, 255);
	color:#333;
	cursor: default;
}
.en_info {
	display:block;
	float:left !important;
	margin: 2em 2em 0 0;
	padding:0;
	font-weight:400;
	text-decoration: none;
	outline: medium none;
	clear:none !important;
	-moz-border-radius: 0.1em;
	-webkit-border-radius: 0.1em;
	border-radius: 0.1em;
	background:rgb(255, 255, 255);
	-moz-box-shadow: 0px 2px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 2px rgba(0, 0, 0, 0.05);
}
.en_info h5 {
	display:block;
	margin: 0;
	padding:1em;
	background:rgb(108, 124, 134);
	color:#fff;
	font-size:1.4em;
	font-weight:400;
	text-decoration: none;
	text-shadow: 0px 1px rgba(0, 0, 0, 0.25);
	text-align:center;
}

.en_info table td {
	margin: 0;
	padding:.3em 1em;
	font-size:1.2em;
	font-weight:400;
	text-decoration: none;
}
.en_info .data {
	font-size:1.8em;
	font-weight:600;
	color:#999;
}
.en_info .message {
	margin: 0;
	padding:1em;
	max-width:300px;
	text-decoration: none;
	display:block;
	/*font-size:2em;
	font-weight:400;*/
}

/* =============================================================================
   Loading/Processing
   ========================================================================== */

#loading {
	background: rgba(255, 255, 255, .5);
	filter:alpha(opacity=50); /* IE */
	/*opacity: 0.5;*/
	position: absolute;
	display:block;
	width: 100%;
	height: 100%;
	top: 0px;
	background-image: url(../imageServer/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1000;
	padding: 3em;
	text-align:center;
	font-size:1.5em;
} 

/* =============================================================================
   Tabless form
   ========================================================================== */

#formwrapper label
{
width: 100px;
padding-left: 10px;
margin-right: 5px;
float: left;
text-align: left;
font-weight: bold;
display:inline-block;
}

#formwrapper input, #formwrapper textarea{
margin-bottom: 5px;
}

#formwrapper label.chk {
float:none;
font-weight: normal;
}

#formwrapper div.row {
  margin-bottom: 1em;
}
#formwrapper .chkboxes {
	margin-left:115px;
}

/* DIV .box-form - toggle boxes with forms inside */
.box-form {
	margin: 1em auto;
	padding: 1em;
	background-color:#fff;
	border: 1px solid #999;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	-moz-box-shadow: 0px 5px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 5px rgba(0,0,0,.3);
	box-shadow: 0px 5px rgba(0,0,0,.3);	
}
.box-form h3{
	margin:0 0 .5em;
}
.box-form h4{
	margin:.2em 0;
}
.box-form textarea{
	width:97%;
	min-width: 20em;
	margin-bottom:1em;
}
.box-form input#submutBtn{
	margin:.5em auto;
}


/* =============================================================================
   Bar Graphs
   ========================================================================== */

.bar-group {
	display:block;
	margin: 0;
	position: relative;
	/*top: 0px;
	left: 0px;
	background:#0C0;*/
}
.bar {
   padding: .5em;
   cursor: pointer;
   position: absolute;
   display:block;
   overflow: hidden;
}
.bar.outstanding {
	background:#69C;
   text-align: right;
}
.bar.balance {
	background:rgba(255,255,255,.6);
   text-align: left;
}
.bar.outstanding:hover {
	background:#3392f1;
}
.bar.balance:hover {
	background:rgba(255,255,255,.9);
}

/* Letter with a Reload Card included */
#letter-wrapper {
	margin:2em;
	position:relative;

}
.cardLetter {
	/*height:8cm;*/
	clear:both;
}
.cardLetter #address {
	margin-top:1em;
}
#placeholder {
	width:9cm;
	height:6cm;
	margin:1cm auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 5px solid #C7C7C7;
	position: relative;
	bottom:0;
	font-size:30px;
	color: #C7C7C7;
	vertical-align:middle;
	display: flex;
  	justify-content: center;
  	align-items: center;
}
#placeholder span {
	position: absolute;
  	top: 50%;
	left: 50%;
  	transform: translate(-50%, -50%);
}

/* =============================================================================
   DEBUGING
   ========================================================================== */
   
 .debug {
	 display: block;
	 margin:1em 0;
	 padding:1em;
	 font-size:14px;
	 background-color:#fff;
	 color:#000;
	 border:2px solid #617382;
	 clear:both;
}

/* =============================================================================
   ACH Transaction Result
   ========================================================================== */

   #transDetail{
      display: block;
      padding: .5em 0;
      border-radius:0.25em;
      width: -webkit-min-content;
      width: -moz-min-content;
      width: min-content;
      margin: 0 auto;
    }
    #transDetail table#dataTable{
      border-collapse:collapse;
      border: none;
      background: #fff;
      margin: 0 auto;
    }
    #bankData {
      margin-left: 0;
    }
    #bankData td {
      padding-right: 0.5em;
    }
    #transDetail .message{
      display: inline-block;
      background-color: #fff;
      border-radius: 0.5em;
      margin: 0 0 1em 0;
      padding: 1em;
    }
    #transDetail div#red{
      border: 1px solid #D60020;
    }
    #transDetail div#green{
      border: 1px solid #229549;
    }
    #transDetail .date{
      padding: 0.5em 1em 0.5em;
    }
    #transDetail td.title{
      padding: 0.5em 1em 0.5em 2.5em;
      font-size: 1.25em;
      position: relative;
      white-space: nowrap;
    }
    #transDetail span#approved{
      color: #229549;
    }
    #transDetail span#approved:before {
      content: " "; /*the circle itself is empty*/
      display: block;
      border: solid 0.8em #229549;
      border-radius: .8em;
      height: 0;
      width: 0;
      position: absolute;
      left: 0.5em;
      top: 40%; 
      margin-top: -0.5em;
    }
    #transDetail span#approved:after {
      content: " ";
      display: block;
      width: 0.3em;
      height: 0.65em;
      border: solid white;
      border-width: 0 0.15em 0.15em 0; /*creates the inverted "L" shape*/
      position: absolute;
      left: 1.1em;
      top: 40%;
      margin-top: -0.2em;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    
    
    #transDetail span#declined{
      color: #D60020;
    }
    #transDetail span#declined:before {
      content: " ";
      display: block;
      border: solid 0.8em #D60020;
      border-radius: .8em;
      height: 0;
      width: 0;
      position: absolute;
      left: 0.5em;
      top: 40%; 
      margin-top: -0.5em;
    }
    #transDetail span#declined:after {
      content: "×";
      display: block;
      color: #fff;
      font-weight: normal;
      font-size: 2.5em;
      position: absolute;
      left: 0.24em;
      top: 0;
      margin-top: -0.1em;
    }
    td.description{
      background: #F5F6F7;
      font-size: 1.5em;
      padding: 0.5em 1em;
    }
    .description em{
      font-size: 0.65em;
      color: #6B6B6B;
    }
    #result{
      color: #fff;
      background-color: #376796;
      font-size: 1.5em;
      padding: 0.5em 1em 0.5em 2em;
      position: relative;
      margin-top: 5em;
      white-space: nowrap;
    }
    #result:before {
      content: " "; /*the circle itself is empty*/
      display: block;
      border: 2px solid #fff;
      border-radius: .1em;
      height: 0.5em;
      width: 0.5em;
      position: absolute;
      left: 0.5em;
      top: 40%; 
    }
    #result:after {
      content: " ";
      display: block;
      width: 0.2em;
      height: 0.75em;
      border: solid #fff;
      border-width: 0 0.1em 0.1em 0; /*creates the inverted "L" shape*/
      position: absolute;
      left: 0.9em;
      top: 26%;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .infoData {
      padding: 1em;
      vertical-align: top;
      font-size: 1em;
    }
    .infoData td{
      vertical-align: top;
    }
    .infoData h3{
      font-size: 1.2em;
      color: #294D71;
      margin-bottom: 0;
      font-weight: bold;
    }
    .infoData.address{
      padding-bottom: 2em;
    }
    #transaction{
      width: 100%;
    }
    #transaction td{
      padding: 0.2em 1em;
    }
    #transaction tr:nth-child(even){
      background-color: #EFF1F3;
    }
    .date{
      color: #7A8692;
      white-space: nowrap;
    }
    .topaction{
      display: inline-block;
      width: 20px;
      height: 20px;
      margin: 0 0.5em;
      background: no-repeat;
    }
    .topaction i{
      display: none;
    }
    
    .topaction#print{
      background-color: #376796;
      -webkit-mask-image: url(../imageServer/icon-print.svg);
      mask-image: url(../imageServer/icon-print.svg);
    }
    
    .topaction#email{
      background-color: #376796;
      -webkit-mask-image: url(../imageServer/icon-email.svg);
      mask-image: url(../imageServer/icon-email.svg);
    }


/* =============================================================================
   Batch Upload
   ========================================================================== */

.section-wrapper{
  display: block;
  margin: 1em 0;
  background: #fff;
  border-radius: .3em;
  padding: .5em;
}
table#module-controller{
  margin-left: 0;
}
#module-controller td{
  padding: 0.5em;
}
#module-controller [role=row]{
  font-size: 1.3em;
  color: #4E636F;
}
table#module-controller  .focusin td{
  background-color: #fff;  
}
.batchData table tbody tr:nth-child(4n+1) td,
.batchData table tbody tr:nth-child(4n) td{
	background-color: none !important;
}

.batchData table tbody tr:nth-child(even) td{
        background-color: #fff;
}
.batchData table tbody tr:nth-child(odd) td{
        background-color: #F5F5F5;
}
.batchData table thead tr th a {
	text-decoration:none;
}
.batchData table thead tr th {
	font-weight: 700 !important;
}

a.batch img,
a.batch:hover img,
a.batch:active img{
	opacity:1;
  width: 30px;
  height: auto;
}
a.batch,
a.batch:hover,
a.batch:active{
	padding: 0.25em 0.75em;
}
a.button-circle{
  display: inline-block;
  width:80px;
  height:80px;
  margin: .25em;
  padding-bottom: 1em;
  border: 0;
  border-radius: 50%;
  background-color:rgba(0,0,0,0.20);
  color: #FFF;
  text-decoration: none;
  font-size: 6em;
  font-weight: normal;
  /*line-height: 2em;*/
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
a.button-circle.plus{
  background-color:#CDCDCD;
}
a.button-circle.plus:hover{
  background-color:rgba(0,0,0,0.40);
}
a.button-circle.plus:active{
  background-color:rgba(0,0,0,0.60);
  top: 5px;
}
  
a.button-row{
  display: block;
  border: 0;
  background-color:rgba(0,0,0,0.20);
  color: #FFF;
  text-decoration: none;
  font-size: 3em;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
a.button-row.plus{
  background-color:#CDCDCD;
}
a.button-row.plus:hover{
  background-color:rgba(0,0,0,0.40);
}
a.button-row.plus:active{
  background-color:rgba(0,0,0,0.60);
  top: 5px;
}
  
div.success {
  display: block;
  padding: 1em;
  margin: 1em 0;
  background: #fff;
  color: #000;
  border: 2px solid rgba(53,199,138,1.00);
  border-radius: .3em;
  font-size: 1em;
}
div.success h3:before {
  content: "\2714 "; /*check mark*/
  font-size: 1.5em;
  margin-right: .5em;
  color: rgba(53,199,138,1.00);
}
div.success h3 {
  font-size: 1.2em;
  font-weight: 500;
  color: #23835B;
  margin: 0;
}

table.filter .focusin td{
 background-color: rgba(255,255,255,0.00);  
}

/* =============================================================================
   Loader
   ========================================================================== */

.hideElement{
  display: none;
}
#loadingText {
  display: block;
  display: flex;
  justify-content: center;
  margin: 1em auto;
  font-size: 1.6em;
  font-weight: 500;
  color: #00972E;
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
}
.loader {            
    margin: 1.5em auto;
    /*font-size: 10px;*/
    /*position: relative;*/
    /*text-indent: -9999em;*/
    border-top: .5em solid rgba(250,250,250, 0.7);
    border-right: .5em solid rgba(170,170,170, 0.3);
    border-bottom: .5em solid rgba(170,170,170, 0.6);
    border-left: .5em solid #00FF2C;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#loadingDiv {
    /*position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#fff;*/
}


																				

#centerMessageBox{
  /* 404 page*/
  width:580px;
	padding:10px 10px 600px 10px;
	margin: 2em auto;
	background:#3F4C55 url('../imageServer/missing-page.jpg') bottom no-repeat;
	color:#fff;
	text-align:center;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
.align-left{
  text-align: left;
				
						  
				   
				   
				   
				 
}

#checkTypePreview {
					   
  max-width: 200px;
				
}
#checkTypePreviewSmall{
  max-width: 100px;
						
						   
							 
												  
													
													 
									
									 
								 
							 
												  
										  
}
select.selectTrans{
  background-color: transparent;
										
								
}
td.noBankAcc,
option.noBankAcc,
select.selectTrans.noBankAcc{
  background-color: #D3D3D3;
}
td.noBankAcc:hover {
  background-color: #B7B7B7;
}
td.notFinishBankAcc,
option.notFinishBankAcc,
select.selectTrans.notFinishBankAcc{
  background-color: #FFF9A3;
}
td.notFinishBankAcc:hover,
option.notFinishBankAcc:hover,
option.notFinishBankAcc:focus {
  background-color: #F9EF65;
}
td.notActiveBankAcc,
option.notActiveBankAcc,
select.selectTrans.notActiveBankAcc {
  background-color: #6BCAFF;
}
td.notActiveBankAcc:hover,
option.notActiveBankAcc:hover,
option.notActiveBankAcc:focus {
  background-color: #45AFEB;
}
.lastBatchTime,
option.lastBatchTime,
select.selectTrans.lastBatchTime {
  background-color: #F4CFEE;
}
.lastBatchTime:hover,
option.lastBatchTime:hover {
  background-color: #E9A0DD !important;
}
option.scAll,
select.selectTrans.scAll{
  background-color: #fff !important;
}
option.scApproved,
select.selectTrans.scApproved{
  background-color: #fff !important;
}
option.scOperating,
select.selectTrans.scOperating{
  background-color: #fff !important;
}
.ml-10{
  margin-left: 10px;
}
.mr-10{
  margin-right: 10px;
}
.ml-20{
  margin-left: 20px;
}
.mr-20{
  margin-right: 20px;
}
.totalInfo table{
  margin-left: 0;
  margin-bottom: .5em;
  font-size: 1.4em;
}
.totalInfo td{
  padding-right: .5em;
}

#carrierSection{
  width: 100%;
  background-color: #fff;
  border-radius: 0.25em;
  margin: 0 0 10px;
}
#carrierGrid-1{
  max-width: 333px;
  margin: auto;
}
#carrierGrid-2{
  max-width: 666px;
  margin: auto;
}
#carrierGrid-3{
  max-width: 1000px;
}
#carrierH1{
  color: #2E63D4;
  text-transform: uppercase;
  text-align: center;
  line-height: 2em;
}
.carrierGridContainer{
  display: grid;
  padding: 0;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-items: stretch;
}
.carrierGridContainer .cgN-1{
  grid-template-columns: auto;
  grid-template-rows: auto;
}
.carrierGridContainer .cgN-2{
  grid-template-columns: auto auto ;
  grid-template-rows: auto;
}
.carrierGridContainer .cgN-3{
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
}
.carrierGrid-item{
  display: inline-block;
  border-radius: 0.25em;
  padding: 0.5em;
}
.carrierGrid-item table{
  width: 100%;
}
.carrierName{
  text-align: center;
  padding: 0.25em 0.5em;
  width: 75%;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  border-top-left-radius: 0.2em;
  border-bottom-left-radius: 0.2em;
	background:#6BB1E3 url('../imageServer/carrier-arrow.png') center right no-repeat; /*#82A1E5 #37CBDD #8A8B98 #2E63D4 #119CFF 3D91CC 6BB1E3 */
}
.stockNumber{
  padding: 0.25em 0 0.25em  0.25em;
  width: 25%;
  font-size: 1.6em;
  font-weight: 300;
  color: #2E63D4;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout (all above). */

@media only screen and (min-width: 481px) {
}

/* Desktop Layout: 769px to a max of 1000px.  Inherits styles from: Mobile Layout and Tablet Layout (all above). */

@media only screen and (min-width: 769px) {
	contentWrapper {
	min-height: 30em;
}

}

/* =============================================================================
   Print
   ========================================================================== */

@media print {
body {
	background: none !important;
	color: #000;
	font-size: 10pt;
}
footer a:link:after,  footer a:visited:after {
	content: " [" attr(href) "] "; /* Show URLs */
}
a {
	text-decoration: none;
}
img {
	border-radius: 0;
	box-shadow: none;
}
#navContainer,
.buttonContainer { display:none;}
.remoteControl {
	background: none !important;
	color: #000;
	font-size: 12pt;
}
#content-wrapper {
	clear: both !important;
	display: block !important;
	float: none !important;
	position: relative !important;
}
#logo a {
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	text-align: left;
	color: #000 !important;;
	font-size: 18pt;
	display:block !important;
	
}
h1 {
	font-size: 16pt;
	line-height: 18pt;
	text-align: left;
}
h2 {
	color: #000;
	font-size: 12pt;
	line-height: 14pt;
	text-align: left;
}
h3 {
	color: #000;
	font-size: 10pt;
	line-height: 12pt;
	text-align: left;
	font-weight:bold;
}
h1 a, h2 a, h3 a {
	color: #000;
	text-decoration:none;
}
.wrapper {
	border-top: none;
	box-shadow: none;
}
.contentContainer {
	margin: 0;
	width: auto;
}

footer,  footer a {
	color: #444;
	font-size: 10pt;
}
.description {
	float: none;
	width: auto;
}
table {
	border: thin solid #999;
	font-size:9pt;
	color:#000;
	word-break:break-all;
}
table thead tr th {
	background:#CCC;
	font-size: 10pt;
	font-weight:bold;
	border: thin solid #999;
}
table th, table td {
	padding:0;
	margin:0;
	line-height:12pt;
	word-break:break-all;
	border: thin solid #999;
}

/* Letter with a Reload Card included */

 /* Default left, right, top, bottom margin is 2cm */
@page { margin: 2cm 2cm 1cm 2cm } 

#letter-wrapper {
	margin:0;
	position:relative;
	page-break-after:always;
}
.cardLetter {
	height:8cm;
	clear:both;
	position:relative;
	font-family: Times, "Times New Roman", serif;
}
.cardLetter #address {
	position:absolute;
	top: 3.5cm;
	font-size:12pt;
}
#placeholder {
	width:9cm;
	height:6cm;
	margin:1cm auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 5px solid #C7C7C7;
	position: relative;
	bottom:0;
	font-size:30px;
	color: #C7C7C7 !important;
	vertical-align:middle;
	display: flex;
  	justify-content: center;
  	align-items: center;
}
#placeholder span {
	position: absolute;
  	top: 50%;
	left: 50%;
  	transform: translate(-50%, -50%);
}
}

