/* styles.css 

   (c) Copyright 2014 Epicor Software Corporation. All rights reserved.
   No part of this work may be reproduced, stored in a retrieval system, transcribed
   in any form or by any means, including, but not limited to, electronic, mechanical,
   photocopying, recording, or other means, without prior consent of:

   Epicor Software Corporation
   Suite 1050, 1188 West Georgia Street, Vancouver, British Columbia, Canada V6E 4A2

   2011-01-01 jcf 1.00  Initial version
   2014-05-14 ho  1.01  F0663085 Epicor colors. 
*/


/* @group LAYOUT */
/* @group Page */
.page {
	border: 1px solid #585555;
	width: 95%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-top-style: none;
}
.main {
	background-color: white;
	min-height: 300px;
	font-size: 12px !important;
	overflow: hidden;
	padding-bottom: 30px;
}
.main h2 {
	background: url(images/pct_maintitre.jpg) no-repeat left center;
	height: 40px;
	line-height: 40px;
	padding-left: 35px;
	color: #585555;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}
.content {
	padding-top:0px;
    padding-bottom:20px;
    padding-right:20px;
    padding-left:20px;
}

.numericNumber
{
    text-align: right;
}
/* @group Content */
.clear {
	/*clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0*/
}
.content_panel {
	float: left;
	width: 39%;
	display: inline;
}
.content_details {
	float: right;
	width: 60%;

	display: inline;
	background-color: #FBFBF5 !important;
	position: relative;
	
    -moz-box-shadow: 0px 5px 10px #cecece;  
    -webkit-box-shadow: 0px 5px 10px #cecece;   
    box-shadow: 0px 5px 10px #cecece;
	border: 1px solid #585555;
}
/* Shadow & widht for IE*/
.content_details { 
	*width: 60%;
	
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#cecece', Direction=135, Strength=10); 
    zoom: 1; 
}  
/* @end */
/* @end */
/* @group Header */
.header {
	background: white url(images/header.gif) repeat-x right top;
	height: 184px;
}
.title {
	background-color: #585555;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 23px;
	height: 23px;
	padding-left: 20px;
}
.logo_client {
	/*height: 117px;*/
	width: 750px;
	background-color: white;
}
/* @group Welcome */
p.welcome {
	color: #DC660D;
	font-size: 11px;
	margin-left: 24px;
	font-style: italic;
}
span.left_quote {
	color: #585555;
	font-size: 18px;
	letter-spacing: -1px;
}
span.right_quote {
	color: #585555;
	font-size: 18px;
}
/* @end */
/* @group Login */
div.loginDisplay {
	height: 30px;
	font-size: 11px;
	line-height: 27px;
	top: 0;
	right: 0;
	position: absolute;
	width: 390px;
}
div.loginDisplay a {
	background-color: #00AEFF;
	width: 70px;
	display: block;
	float: left;
	line-height: 30px;
	color: white;
	font-size: 11px;
	padding-left: 30px;
	border-left-style: solid;
	border-left-width: 2px;
	text-decoration: none;
	cursor: pointer;
}
div.loginDisplay a:hover {
	background-color: #B5AD98 !important;
}
div.loginDisplay a:active,
div.loginDisplay a:focus {
	color: #FFFFFF;
	background-color: #B5AD98 !important;
	padding-top: 2px;
}
/* Pictos */
a.btn_home {
	background: #00AEEF url(images/pct_home.png) no-repeat 5px center;
}
a.btn_login {
	background: #00AEEF url(images/pct_login.png) no-repeat 5px center;
}
a.btn_logout {
	background: #00AEEF url(images/pct_logout.png) no-repeat 5px center;
}
/* Lang */
.lang {
	position: absolute;
	top: 0;
	right: 0;
	color: white;
	margin-top: -2px;
	margin-right: 10px;
	font-size: 11px;
}
/* @end */
/* @end */
/* @group Nav */
div#NavigationMenu {
	padding: 0;
	list-style: none;
	text-align: left;
	font-size: 11px;
}
div#NavigationMenu ul {
	padding: 0;
	text-align: left;
	font-size: 11px;
	margin-left: 20px;
	margin-top: 7px;
}
div#NavigationMenu  li {
	display: inline;
	text-align: left;
    border-left: solid 2px #FFFFFF;
	/*margin: 0 -2px;*/
}
div#NavigationMenu  li a {
	display: inline-block;
	height: 30px;
	padding: 0 20px 0 0;
    color: #585555;
	background: #B5AD98;
	line-height: 30px;
	text-decoration: none;
	margin: 5px 0 2px;
	font-size: 13px;
}
div#NavigationMenu  li a span {
	display: block;
	height: 30px;
	float: left;
	padding: 0 0 0 20px;
    color: #585555;
	background: #B5AD98;
	cursor: pointer;
}
div#NavigationMenu  li a:hover, 
div#NavigationMenu  li a:active,
div#NavigationMenu  li a:focus {
	background: #66BC29;
}
div#NavigationMenu  li a:active,
div#NavigationMenu  li a:focus {
	line-height: 30px;
}
div#NavigationMenu  li a:hover span,
div#NavigationMenu  li a:active span,
div#NavigationMenu  li a:focus span {
	background: #66BC29;
    color: #FFFFFF;
}
/* @group li select */
div#NavigationMenu  li a.selected {
	display: inline-block;
	height: 30px;
	background: #66BC29; 
    color: #FFFFFF;
}

div#NavigationMenu  li a.selected span {
	display: block;
	height: 30px;
	float: left;
	background: #66BC29;
	cursor: pointer;
    color: #FFFFFF;
}
/* @end */
/* @end */
/* @group Footer */
.footer {
	width: 95%;
	padding: 5px 0;
	margin: 0 auto 20px;
}
.logo_accelerate {
	float: right;
}
.footer .questions {
	background: url(images/pct_contact.png) no-repeat left 2px;
	padding-left: 22px;
	display: block;
	margin-left: 5px;
	font-size: 12px;
	color: #585555;
	text-decoration: none;
	width: 100px;
}
.footer .questions:hover, 
.footer .questions:hover span {
	color: #DC660C !important;
}
.footer .questions:focus, 
.footer .questions:active {
	color: gray;
	margin-top: 2px;
}
.footer .questions span {
	color: #909090;
	font-style: italic;
	font-size: 11px;
}
/* @end */
/* @end */
/* @group ELEMENTS */
body {
	background: white url(images/bg.jpg) repeat-x left top !important;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px !important;
	color: #222222;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
a:hover {
	color: gray;
	text-decoration: underline;
}
a:active {
	/*color: black;*/
}
p {
	margin-bottom: 10px;
	line-height: 15px;
	font-size: 12px !important;
}
/* @group List */
.content_panel ul {
	list-style-type: square;
	list-style-position: outside;
	padding: 0;
}
.content_panel li {
	list-style-type: circle;
	list-style-position: outside;
	padding: 0;
	margin: 0 0 0.8em 2em;
	font-size: 1em;
	display: list-item !important;
    color: #585555;
}
/* @end */
/* @group Titles */
.content_panel h3 {
	font: 1.3em/1.3em "Trebuchet MS", Lucida, Verdana, sans-serif;
	letter-spacing: 1px;
	color: #585555;
	border-bottom: 1px dashed #585555;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-right: 20px;
}
h4 {
	margin-top: 10px;
	font: 1.2em/1.1em "Trebuchet MS", Lucida, Verdana, sans-serif;
	color: #585555;
}
h5 {
	margin-top: 10px;
	font: 1.2em/1.1em "Trebuchet MS", Lucida, Verdana, sans-serif;
	color: #585555;
}
h6 {
	margin-top: 10px;
	font: 1.2em/1.1em "Trebuchet MS", Lucida, Verdana, sans-serif;
	color: #585555;
}
/* @end */
/* @group Tables */
div.content table {
	clear: both;
	text-align: center;
	border-collapse: collapse;
	/*border: 1px solid #E5E4E3;*/
	vertical-align: middle;
	width: 100%;
	font: 11px "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif !important;
	table-layout:fixed;
	border-bottom: 1px solid #E5E4E3;
}
div.content table a {
	text-decoration: underline;
}
div.content table a:hover,
div.content table a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
div.content tbody th,
div.content tbody th:hover {
	text-align: center !important;	
	vertical-align: bottom !important;
	color: white;
	padding-bottom: 10px !important;
	background: #666666 url(images/bg_tableheader.gif) repeat-x left bottom;
	border-right: 1px solid white;
	border-left: 1px solid white;	
}
div.content tbody th a {
	text-align: center;
	display: block !important;
	margin: 0 5px 0 10px;
}
div.content th:hover {
	cursor: default;
	background-color: transparent;
}
div.content th.head_col,
div.content th.head_col:hover {
	background-color: #00AEEF !important;
    color: #FFFFFF;
	border-right: 2px solid white !important;
	background-image: none !important;
	vertical-align: top !important;
	width: 80px;
	/*white-space:nowrap;*/	
}
div.content .LinkButton {
    color: #FFFFFF;
}

div.content tr:hover,
div.content tr.alter_row:hover {
	cursor: pointer;
	background-color: #F4F4F6 !important;
    color: #585555;
}
div.content tr.alter_row,
div.content tr.alter_row td {
	border-color: #F4F4F6;
	background-color: #F4F4F6;
    color: #585555;
}
div.content tr.select_row {
	background-color: #B5AD98 !important;
	font-weight: bold !important;
	color: #585555 !important;
}
div.content tr.select_row td {
	border-left: 1px solid #B5AD98 !important;
	background-color: #B5AD98 !important;	
}

div.content tr {
	vertical-align: top;
    color: #585555;
}
div.content tr,
div.content th,
div.content td.numericNumber {
	padding: 4px  !important;
}
div.content td {
	padding: 4px  1px !important;
}
div.content td.numericNumber {
	border-left: 1px solid #E5E4E3 !important;
	border-right: 1px solid #E5E4E3 !important;	
	text-align: right;
	word-wrap:break-word;
}
div.content td.dateValue {
	border-left: 1px solid #E5E4E3 !important;
	border-right: 1px solid #E5E4E3 !important;	
	text-align: center;
	word-wrap:break-word;
	width: 90px;
}
div.content td {
	border-left: 1px solid #E5E4E3 !important;
	border-right: 1px solid #E5E4E3 !important;	
	text-align: center;
	word-wrap:break-word;
}

/* @group More */
div.content caption {
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-left: -1px;
	border-style: none;
}
div.content thead th, 
div.content thead td {
	border: 1px solid #666666 !important;
	font-weight: bold;
	color: white;
}
div.content tfoot tr {
	background: #fff;
}
div.content tfoot td, 
div.content tfoot th {
	color: #000;
	border: 0px;
}

div.content literal {
	color: #585555;
}
/* @end */

/* @end */
/* @group Form */
form {
	overflow: hidden;
}
fieldset {
	border: none;
	padding: 10px !important;
	position: relative !important;
	background: #F4F4F6 !important;
	margin: 20px 0 10px !important;	
}
legend {
	font-size: 1.1em;
	padding: .4em .8em !important;
	background: #00AEEF !important;
	border: 1px solid #00AEEF  !important;
	color: white;
	margin: 0 0 10px !important;	
}
/* @group Hack for IE8 AND BELOW */
legend {	
	position: absolute\9; 
	top: -1em\9; 
	left: 10px\9;
}
/* @end */	
fieldset p {
	margin-bottom: 1em;
	margin-top: 0pt;
}
fieldset p label {
	width: 98%;
	font-weight: bold;
}
fieldset p input {}
/*
input[type=text]
input[type=checkbox]
input[type=radio]
*/
fieldset input[type=submit] {
	margin-left: 35% !important;
}
fieldset p select {
	width: 99%;
}
select {
	background: url(images/button.png) repeat-x top center;
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	border-color: #EEEEEE !important;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/* @end */
/* @group Messages */
/* Success, notice and error boxes */
.error,
.notice,
.success,
div.failureNotification {
	padding: .8em;
	border: 2px solid #ddd;
	margin: 1em 0 1.7em;
}
.error, 
div.failureNotification {
	background: #F4F4F6;
	color: #585555;
	border-color: #585555;
}
.notice {
	background: #F4F4F6;
	color: #585555;
	border-color: #585555;
    border: 1px solid;
	font-weight: normal;
	font-style: normal;
}
.success  {
	background: #F4F4F6;
	color: #585555;
	border-color: #585555;
}
.error a,
span.failureNotification {
	color: #db661b;
	font-weight: bold;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}
.notice strong {
	color: #585555;
}
/*Documentation*/
.search {
	padding: .8em;
	border: 2px solid #909090;
	margin: -1em 0 1.7em;
	background-color: #666;
	text-align: left;
	overflow: hidden;
}
.search p {
	float: left;
	line-height: 25px;
	margin-right: 20px;
}
.search span {
	font-weight: bold;
	color: white;
}
/*.search {
	padding: .8em;
	margin: -1em 0 1.7em;
	text-align: left;
		
	background-color: #ededed;
	border: 2px solid #ddd;
}
.search span {
	font-weight: bold;
}*/
/* @end */
/* @group Filters */
/*.filter {
	background-color: #ECECEC;
}
.btn_filters {
	background-color: #ECECEC;
}*/
div.panelFiltersInv,
div.panelFiltersOrd,
div.panelFiltersRel {
	width: 100%;
	text-align: left;
}
div.content .head_col input {
	height: 15px;
	width: 80%;
	display: block;
	margin: 0 auto 15px;
}
/*div.content .head_col img {
	position: absolute;
	margin-left: 2px;
	margin-top: -1px;
}*/
div.content .head_col img {
	float: left !important;
}
/* @end */
/* @group Grey_zone */
div.grey_zone {
	background-color: #F4F4F6;
	padding: 5px 10px;
	color: #585555;
	overflow: hidden;
	margin-bottom: 5px;
	line-height: 30px;
}
div.grey_zone_Results {
	float: right;
	line-height: 30px;	
}
div.grey_zone_dates {
	float: left;
	line-height: 30px;
}

span.results {
	margin-right: 5px;
	font-weight: bold;
	color: #585555;
}
span.nbpage {
	margin-left: 5px;
}
/* @end */
/* @group Buttons */
.button,
.submitButton input {
	background: #B5AD98;
	border: none;
	color: #585555;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 18px;
	line-height: 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}
/* For IE */

.button {
	*border-color: #CCC !important;
}
.button:hover,
.submitButton input:hover {
	background: #585555;
	color: white;
	border: none;	

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

.button:active,
.submitButton input:active, 
.button:focus,
.submitButton input:focus {
	background: #ccc none repeat-x center bottom;
	color: white;
	border: 1px solid #bebebe;
	/*margin-top: 2px !important;  JCF to ask Guillaume*/
}

/* @end */
/* @group Pager */

tr.pager td {
	padding: 10px !important;
}

.pager table,
.pager table td,
.pager table th,
.pager table tr {
	width: inherit !important;
	border-style: none !important;
	text-align: center !important;
	margin-right: auto;
	margin-left: auto;
	*width : 1% !important; /* IE7 and below */	
}
div.content tr.pager:hover, 
div.content tr.pager:hover td,
div.content tr.pager:hover td:hover,
div.content tr.pager:hover tr {
	background-color: transparent !important;
}
.pager table td {
	font-size: 12px;
	border-right: 1px solid #f1f1f1 !important;
	padding: 0 !important;
}
.pager table td a {
	text-decoration: none;
	display: block;
	/*padding: 2px 5px; ask guillaume*/
	color: gray;
}
.pager table td a:hover {
	background-color: #dc660c;
	color: white;
}
.pager table span {
	font-size: 14px;
	font-weight: bold;
	color: #dc660c;
	padding: 2px 5px;
	display: block;
}
/* @group IE7 */
.pager table {
	*width: 10%;
}
.pager table td {
 	*width: 20px !important;
}
/* @end */
/* @end */
/* @end */
/* @group PAGES */
/* @group Login */
.progress {
	text-align: center;
}
fieldset.login {
	background: #F4F4F6 url(images/bg_login.png) no-repeat 10% center !important;
}

fieldset.login p label {
	float: left;
	line-height: 2em;
	margin-right: 3%;
	text-align: right;
	width: 32%;
}
fieldset.login p input {
	width: 40%;
}
fieldset.login input.button {
	margin-left: 35%;
}
.accountInfo div.submitButton {
	text-align: center !important;
	width: 100%;
}
.accountInfo div.submitButton input {
	float: left;
}
/* @end */
/* @group Home */
.content_panel fieldset {
	margin-right: 10% !important;
	margin-left: 10% !important;		
}
/* @end */
/* @group Surcharge jquery */
/* @group Button */
/*.button.ui-button {
	background: url(images/button.png) repeat-x top center !important;

}
.button.ui-button:hover {
	background: #dc660c url(images/button.png) repeat-x center bottom;
	color: white;
	border: 1px solid #bebebe;	

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}
.button:active,
.button:focus {
	background: #ccc none repeat-x center bottom;
	color: white;
	border: 1px solid #bebebe;
	margin-top: 2px !important;
}*/
/* @end */
div.content_details #accordion h3 {
	background-color: transparent !important;
	border-style: none !important;
}
div.content_details #accordion h3 a {
	color: #585555;
}
div.content_details #accordion ui-accordion-content,
ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active {
	background-color: transparent !important;
}
div.content_details  .ui-accordion .ui-accordion-content { 
	padding: 10px !important; 
}
div.content_details .ui-accordion .ui-widget-content { 
	background-color: transparent !important;
}
/* @end */
/* @group Release Detail */
.content_details fieldset {
	background-color: #F4F4F6 !important;
	border-style: none !important;
	display: block;
	float: none;
}
.content_details h3.title_details {
	color: #585555 !important;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	padding: 10px 0 5px 10px;
	border-bottom: 1px dashed #585555;
	height: 20px;
}
.content_details table th {
	border-right: 1px solid #585555 !important;
	border-left: 1px solid #585555 !important;	
	border-top : 1px solid #585555 !important;
	background-image: none !important;
}
.content_details table tr:hover,
.content_details table tr.alter_row:hover td {
	background-color: #fff !important;
}
/* @group Details content */
p.lbl_address {
	width: 60px;
}
p.track_ref {
	width: 90px;
}
/* @end */
/* @group Ship details */
div.ship_details {
	background-color: #dee0da;
	padding: 10px 10px 5px;
	overflow: hidden;
}
div.ship_details p {
	float: left;
	margin-right: 20px;
}
div.ship_details .rel_table {
	float: left;
	width: 60%;
}
div.ship_details .rel_table table {
	table-layout:auto;
}
/* @end */
/* @group Dl_doc */
fieldset .dl_doc {
	float: right;
	margin-top: -59px;
}
fieldset .dl_doc input {
 	margin: 0 !important;
}
/* @end */

/* @end */
/* @group Documentation */
p.infosSearch {
	float: left;
	line-height: 25px;
}
p.infosSearch span {
	color: #FFFFFF;
	font-weight: normal;
	font-style: italic;
}
/* @end */



/* @end */