/* @override http://localhost:8080/css/capplink.css */

/* --- BASIC PAGE SETUP --- */

.outer {
	position: relative;
	overflow: hidden;
	/*background:aqua;*/
}

/* .container { */
/* 	float: left; */
/* 	position: relative; */
/* 	left: 50%; */
/* 	/*background: yellow;*/ */
/* } */

.center {
	float: left;
	position: relative;
	left: -50%;
	/*background: red;*/
}

/* --- ASSORTED STUFF --- */

.frameCaption	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	font-style: italic;
	line-height: 17px;
}

table.reportForm th {
  text-align: right;
  padding-right: 10px;
}

ul.reports {
  list-style-type: none;
}

.placeholder {
  color: #ccc;
}

table.fields {
  border: 0;
  border-collapse: collapse;
}

table.fields th {
  color:#424B4D;
  font-family: Verdana, Arial, Helvetica,sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  padding-right: 10px;
  white-space: nowrap;
}

table.fields.top th {
  vertical-align: top;
}

table.fields.middle th {
  vertical-align: middle;
}

/*
table.fields input {
  border: none;
  background-color: #424B4D;
  color: white; 
}
*/

td.noResults {
  padding: 15px;
  text-align: center;
  font-style: italic;
}

span.caption {
  color:#424B4D;
  font-family: Verdana, Arial, Helvetica,sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  white-space: nowrap;
}

span#customer_select {
  cursor: pointer;
}

input.error, select.error {
  border: 1px solid red;
  color: red;
}

a.action {
  text-decoration: underline;
  cursor: pointer;
}

.orderComment {
  font-size: 0.8em;
}

/* --- DATA TABLES --- */

table.data {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  text-align: center;
}

table.data thead {
  background-color: #CCCDCF;
}

table.data td.currency {
  text-align: right;
}

table.data td a:link, a:visited {
  text-decoration: underline;		
}

table.data td a:hover {
  text-decoration: underline;	
  color: #E01B6A;	
}

/* --- PRICE HIDING --- */

span#costPriceHide {
  border-bottom: 1px dotted black;
}

span.hideable {
  border-bottom: 1px dotted black;
}

/* --- ALTERNATES --- */

tr.childHidden {
  display: none;
}

span.alternatesToggle {
  font-size: 0.8em;
  cursor: pointer;  
}

/* --- INVENTORY DISPLAY/SELECTOR --- */

table.inventory {
  padding: 0 2px;
  margin: 0 auto;
  border-spacing: 0;
}

table.inventory.popup {
  border: 1px solid white;
  width: 100%;
}

table.inventory.noStock {
  color: red;
/*   background-color: #FDE8D7; */
  font-weight: bold;
}

table.inventory.popup.data:hover {
  border: 1px solid black;
  color: black;
  background-color: #FFFF00;
}

table.inventory td {
  padding: 0;
  border: none;
}

table.inventory td.loc {
  width: 30px;
  text-align: right;
}

table.inventory td.qty {
  width: 20px;
  text-align: right;
}
/* --- PARTS CATEGORY/GROUPS --- */

.partsCategory {
	font-size: 11px;
	color: #000000;
	font-weight:normal;
	cursor:pointer;
	text-decoration:none;
	padding:5px;
}

.partsCategory.selected {
	color: #FFFFFF;
  background-color:#434B4E;
	font-weight:bold;
}

.partsGroup
{
	font-size:11px;
	color:#000000;
	font-weight:normal;
	cursor:pointer;
	text-decoration:none;
  padding:5px;
}

.partsGroup.selected
{
	color:#FFFFFF;
	font-weight:bold;
	background-color:#434B4E;
}

.partsCategory label, .partsGroup label {
  cursor: pointer;
}

/* --- CATALOG HIERARCHIES --- */

ul.catalog li.selected {
  font-weight: bold;
}

ul.catalog li span {
  cursor: pointer;
}

/* --- PARTS CATALOG RESULTS --- */

.partsHeaderRow td.caption {
  border-left: 2px solid #f7f7f7;
}

.partsGroupRow td {
  font-weight: bold;
  font-size: 14px;
  padding: 10px;
  background-color: #FFFFFF;
  color: #434B4E;
}

.partNameRow td {
  font-weight: bold;
  background-color: #434B4E;
  color: #FFFFFF;
  max-width: 900px;
  padding: 10px;
}

.partDetailsRow td.data, .partInfoRow td.data {
  border-left: 2px solid #f7f7f7;
  border-bottom: 2px solid #f7f7f7;
}

.partDetailsRow td.data {
  vertical-align: middle;
}

.partDetailsRow td.data span.error {
  color: red;
  font-style: italic;
}

.partInfoRow td.data {
  vertical-align: top;
}

/* --- IMAGE ORDER TABLE (etc.) --- */


table.imageOrder {
  border: 0;
  border-collapse: collapse;
  text-align: center;
  margin: 0 auto;
}

table.imageOrder td {
  width: 200px;
  padding: 10px;
  vertical-align: bottom;
}

table.imageOrder div.partDesc, div.carousel-item div.partDesc {
  font-weight: bold;
  white-space: nowrap;
}

div.carousel-item div.partDesc {
  overflow: hidden;
}

table.imageOrder div.partCode, div.carousel-item div.partCode {
  font-size: 0.75em;
}

table.frame {
  border:1px solid #cccccc; 
  background-color: #ffffff; 
  border-collapse: collapse;	
}

td.frame {
  font-weight: bold; 
  color: #ffffff; 
  background-color: #000000;
  background-image: url('../img/CellBG.gif');
  height: 17px;
}
span.vdataNormal:link {
   color: #918E6E; 
   font-weight: normal;
}
span.vdataNormal:visited {
   color: #918E6E; 
   font-weight: normal;
}
span.vdataNormal:hover {
   color: #66CCFF; 
   font-weight: bold;
}
td.history{
	width: 5%;
}
/*
body {
  background-color: #353535;
}
*/

table.inventory.popup td.loc, th.loc {
  width: 50px;
  text-align: center;
}

table.inventory.popup td.qty, td.eta, th.qty, td.eta {
  width: 75px;
  text-align: center;
}

table.inventory.noStock td.qty{
  color: red;
/*   background-color: #FDE8D7; */
  font-weight: bold;
}

td.call{
	width: 6%;
	color: #FA462A;
	font-weight: bold;
	font-size:0.9em;
}

span.price_COST, span.price_DEALER, span.price_JOBBER, span.price_LIST {
	font-weight: bold;
}

div.scroll {
 text-align:right; 
 font-weight: bold;
 font-size:1.1em;
 padding-right:50px; 
 position:relative; 
 bottom: 30px
}

div.scroll a, div.scroll a:visited {
  color: #788796;
  text-decoration: none;
}

div.scroll a:hover {
  font-weight: bold;
  text-decoration: none;
}

div.scroll .current {
  color: #FF4242;
  font-weight: bold;
}

div.scroll .hidden {
  display: none;
}

/* --- INTERCHANGE --- */


.manufacturerGroupRow td {
  font-weight: bold;
  font-size: 12px;
  padding: 10px;
  background-color: #FFFFFF;
  color: #5E9DC8;
}

.manufacturerGroupRow td span {
  color: #004489;
}

.manufacturerRow td {
  font-weight: bold;
  padding: 10px;
  background-color: #434B4E;
  color: #FFFFFF;
}

span.vdataNormal:hover
{
  color: #0099CC;
  font-weight: bold;
}

/* --- LABOUR LOOKUP --- */

.labourGroupRow td {
  font-weight: bold;
  font-size: 14px;
  padding: 10px;
  background-color: #D4E8C1;
  color: #129793;
}

span.msg
{
  color: #003366;
  font-weight: bold;
}

.skillType.A {
  background-color: #FF6600;
  border: 1px solid #f7f7f7;
}

.skillType.B {
  background-color: #E18A07;  
  border: 1px solid #f7f7f7;
}

.skillType.C {
  background-color: #99CC99;
  border: 1px solid #f7f7f7;
}

.skillType.D {
  background-color: #FFFFCC;
  border: 1px solid #f7f7f7;
}

/* --- Car History Button --- */

div.scroll, div.carHistory, div.fileUpload {
 text-align:right; 
 padding-right:20px; 
 position:relative; 
 bottom: 25px
}

.selection:hover .select a{ 
	color:red; 
}

.select a {
	display:block;
}

/* --- Generic Button --- */

/* input[type="button"], input[type="submit"],input[type="button"].disabled:hover, input[type="submit"].disabled:hover {
  margin:0 7px 0 0;
  border: 1px solid #dedede;
  border-top: 1px solid #eee;  
  border-left: 1px solid #eee;
  font-weight: bold;
  color: #7F8185; 
  cursor: pointer;
  background-color: #f5f5f5;
  height: 20px;
}

input[type="button"]:hover, input[type="submit"]:hover {
  font-weight: bold;
  color: #0A41A1; 
  border: 1px solid #c2efef;
  background-color: #dff4ff;
  height: 20px;
} */

.vo td {
  background-color:#F1F5E4;
  color:green;
}

.arInfo th {
  width: 200px;
  text-align: left;
}

.arRequest th {
  width: 200px;
  text-align: left;
}
/* --- Change Password --- */
.change-pw {
	text-align:center;
}
.compo {
	width: 100%;
	display: inline-block;
	margin: 0.5% auto;
}
.compo label {
	display: inline-block;
	width: 22%;
	text-align: right;
	color:#424B4D;
	font-weight: bold;
	margin-right: 1%;
}
.compo-input  {
	display: inline-block;
	width: 200px;
}
.btn-container {
	float: left;
	width:100%;
	margin: 1% auto;
	text-align:center; 
	display:inline-block;
}
.message {
	text-align:center; 
	width:100%; 
	margin: 1% auto;
	display: inline-block;
}
div.greeting {
	position: absolute;
	left:20%;
	top:54%;
	width: 80%;
	font-weight: bold;
}
div.user_greeting {
	float: left;
	width: 42%;
}
div.user_buyer {
	float: left;
	width: 55%;
}
span.ohistory {
	color: #424B4D; 
	font-weight: bold;
	display:inline-block;
	width:25%;
}
#load_image {
	display:none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url( '../img/loading8.gif') 50% 50% no-repeat #ede9df;
	opacity: 0.6;
	filter:alpha(opacity=60);
}

input.notice {
  background-color: #FFFF00;
}

/*quickorder button*/
span.grey-button.selected{
	border-style: solid;
	color:#2E8AE4;
}
span.blue-button.selected{
	border-style: solid;
	color:#E8E8E8;
}
/* catalog display */
div.catalogDisplay{
	height:350px;
	overflow: auto;
}
.catalog-search-subtable-head{
	width:50%;
	padding-left:22px;
	font-size: 14px;
	background-color:#E8E8E8;
}	

tbody.scrollable{
	display: block;
    height: 350px;        
    overflow-y: auto;    /* vertical scroll   */
    overflow-x: hidden;  /* horizontal scroll */
}
/*table.quick-order-table thead.fixed {
	position:fixed;
	top:0;
	left:102px;
	z-index:100;
}*/
/* parts_lookup_history*/
.catalog-history-table{
	width: 100%;
	border-top:1px solid #e4e4e4;
	padding:0;
	margin-top:20px;
}
/* labour_lookup_history*/
.labour-history-table{
	width: 100%;
	border-top:1px solid #e4e4e4;
	padding:0;
	margin-top:20px;
}

td.error.bg.ht{
  background-color: #F5A9BC;
}
/* supplementary*/
i.supPartDesc{
	font-size:14px;
	color:#000;
}

#loading_image {
	display:none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url( '../img/loading9.gif') 50% 50% no-repeat #ede9df;
	opacity: 0.6;
	filter:alpha(opacity=60);
}
[data-display][data-display='none'] {
  display:none !important;
}
[data-display][data-display='block'] {
  display:block !important;
}