/** FONT FACES **/





@font-face {
    font-family: 'frutiger';
    src: url('../webfonts/frutlr__-webfont.eot');
    src: url('../webfonts/frutlr__-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/frutlr__-webfont.woff') format('woff'),
         url('../webfonts/frutlr__-webfont.ttf') format('truetype'),
         url('../webfonts/frutlr__-webfont.svg#frutiger_lt_55_romanregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'frutiger';
    src: url('../webfonts/frutlb__-webfont.eot');
    src: url('../webfonts/frutlb__-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/frutlb__-webfont.woff') format('woff'),
         url('../webfonts/frutlb__-webfont.ttf') format('truetype'),
         url('../webfonts/frutlb__-webfont.svg#frutiger_lt_65_boldregular') format('svg');
    font-weight: bold;
    font-style: normal;

}


@font-face {
    font-family: 'frutiger';
    src: url('../webfonts/frutlbi_-webfont.eot');
    src: url('../webfonts/frutlbi_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/frutlbi_-webfont.woff') format('woff'),
         url('../webfonts/frutlbi_-webfont.ttf') format('truetype'),
         url('../webfonts/frutlbi_-webfont.svg#frutiger_lt_66_bold_italicRg') format('svg');
    font-weight: bold;
    font-style: italic;

}




@font-face {
    font-family: 'frutiger';
    src: url('../webfonts/frutli__-webfont.eot');
    src: url('../webfonts/frutli__-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/frutli__-webfont.woff') format('woff'),
         url('../webfonts/frutli__-webfont.ttf') format('truetype'),
         url('../webfonts/frutli__-webfont.svg#frutiger_lt_56_italicregular') format('svg');
    font-weight: normal;
    font-style: italic;

}


/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: #ffffff;
	font: .9em/150% frutiger, 'Times New Roman', Arial, Helvetica, sans-serif;
	color: #666;
}
strong {
	font-family: frutiger;
	font-weight: bold;
}
b {
	font-family: frutiger;
	font-weight: bold;
}
a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 0;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
	/*clear: both;*/
	
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	font-family: frutiger;
	line-height: 1.4em;
	margin: 10px 0 .4em;
	color: #BFBFBF; /*#B40018*/
}
h1 {
	font-family: frutiger;
	font-size: 1.4em; /*2*/
	text-align: right;
}
h2 {
	color: #666666;
	font-size: 1.2em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}
.uploadBtn {
	padding: 3px 0 4px 0;
	background-color: #5a5655;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	border: 1px solid #5A5655;   
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  width: 180px;
}
.uploadBtn:hover {
	background-color: #EE362B;
	border: 1px solid #EE362B; 
}


.saveBtn { 
  display:block;
  margin:0;
  margin-top:4px; 
  margin-right:10px;   
  padding:0;
  padding-top:3px;
  padding-bottom:4px;
  text-decoration: none;
  height:22px;
  width:180px;
  color:#FFF; 
  font-size: 1.1em; /*bold 13px Verdana, Arial, Helvetica, sans-serif;*/
  font-weight: bold;
  outline-style:none;
  text-align:center;
  background-color:   #5A5655;
  border: 1px solid #5A5655;   
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  float:right;  
}
.saveBtn:hover { 
  color:#FFF;
  background-color:   #EE362B;
  border: 1px solid #EE362B; 
}
.saveBtnDeep {
	height: 42px;
}
.deleteBtn { 
  display:block;
  margin:0;
  margin-top:4px; 
  margin-right:10px;   
  padding:0;
  padding-top:3px;
  padding-bottom:4px;
  text-decoration: none;
  height:22px;
  width:180px;
  color:#FFF; 
  font-size: 1.1em; /*bold 13px Verdana, Arial, Helvetica, sans-serif;*/
  font-weight: bold;
  outline-style:none;
  text-align:center;
  background-color:   #EE362B;
  border: 1px solid #EE362B;   
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  float:right;  
}
.deleteBtn:hover { 
  color:#FFF;
  background-color: #5A5655;
  border: 1px solid #5A5655; 
}
input.no_rule {
	border: none;
	background-color: #ffffff;
	font-size: 1.1em;
	width: 50%;
	padding: 3px 0 4px 0;
}
/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 980px;
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: auto;
}

/* site logo */
#site-logo {
	position: absolute;
	top: 0;
}
.logo {
	width: 200px;
	text-align: left;
}
#site-logo a {
	font: bold 30px/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

/* site description */
#site-description {
	font: italic 100%/130% "Times New Roman", Times, serif;
	color: #fff;
	position: absolute;
	top: 55px;
}

/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 100;
	width: 160px;
}
#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

/* ui autocomplete scroll */
.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 100%;
	background: #ccc;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient */
	background: #6a6a6a url(images/nav-bar-bg.png) repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#6a6a6a));
	background: -moz-linear-gradient(top,  #b9b9b9,  #6a6a6a);
	background: linear-gradient(-90deg, #b9b9b9, #6a6a6a);
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a:hover {
	color: #fff;
	background: #474747;
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#4f4f4f));
	background: -moz-linear-gradient(top,  #282828,  #4f4f4f);
	background: linear-gradient(-90deg, #282828, #4f4f4f);
}

/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	background: #ffffff;
	margin: 30px 0 30px;
	padding: 0;
	width: 980px;
	float: left;
	
}

/* post */
.post {
	margin-bottom: 40px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 26px/120% Arial, Helvetica, sans-serif;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0 0 15px;
}

em.error {
  background:url("../images/errorcross.png") no-repeat 0px 0px;
  padding-left: 16px;
}
textarea.error {
	background-color: #FFC8C8;
}
input.error {
	background-color: #FFC8C8;
}
.error {
	color: #EE362B;
	font-weight: bold;
}
/* notify */
.notifyjs-bootstrap-success {
	border: 2px solid #468847 !important;
}
.notifyjs-bootstrap-error {
	border: 2px solid #EE362B !important;
	color: #EE362B !important;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 280px;
	float: right;
	margin: 30px 0 30px;
}
.widget {
	background: #fff;
	margin: 0 0 30px;
	padding: 10px 20px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #ccc;
	font-size: 85%;
}
#footer a {
	color: #fff;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

/****
MINE
****/
#index-tabs p {
	margin-bottom: .7em;	
}
#cke_bottom_detail,.cke_bottom{display:none}
.cke_editor_shippingNote, .cke_editor_quoteNote, .cke_editor_quoteLetter, .cke_editor_confirmationNote, .cke_editor_proformaBank, .cke_editor_proformaNote, .cke_editor_proformaSign, .cke_editor_loanTerms, .cke_editor_hireTerms {
	float: right;
	width: 73.5% !important;
	margin-bottom: 7px;
	margin-bottom: .5rem;
}

.twocolwrap {
	margin: 0 0 .5em 0;
	background-color: #ffffff;
	padding: 0;
}
.leftcol {
	width: 48%;
	background-color: #ffffff;
	float: left;
	border-right: 1px solid black;
	padding: 0 2% 0 0;
}
.leftcolnorule {
	width: 48%;
	background-color: #ffffff;
	float: left;
	padding: 0 2% 0 0;
}
.rightcol {
	width: 48%;
	background-color: #ffffff;
	float: right;
}
.leftcol50 {
	width: 50%;
	background-color: #ffffff;
	float: left;
}
.rightcol50 {
	width: 48%;
	background-color: #ffffff;
	float: right;
}

.radiobox {
	display: inline-block;
}


/*** purchase order ***/
.leftcol50po {
	width: 50%;
	background-color: #ffffff;
	float: left;
}
.rightcol50po {
	width: 48%;
	background-color: #ffffff;
	float: right;
}
.appList {
	width: 48%;
}

.leftcol33po {
	width: 33%;
	float: left;
}
.rightcol66po {
	width: 66%;
	float: right;
}
.widelabel label {
	width: 38%;
}
.widelabel input.text {
	width: 55%;
}
input.text .short {
	width: 25%;
}
/*** po log table ***/
#TBL {
	border: 1px solid #ffffff;
	/*border-top: 1px solid #333333;
	border-left: 1px solid #333333;*/
	border-collapse: collapse;
	width: 980px;
}
#TBL td {
	padding: 3px;
	border: 1px solid #999999;
	/*border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;*/
	border-collapse: collapse;
}
#TBL tr.header {
	background: #CCCCCC;
}
#TBL td.no {
	width: 90px;
}
#TBL td.suffix {
	width: 25px;
}
#TBL td.date {
	width: 81px;
}
#TBL td.delno {
	width: 140px;
}
#TBL td.datewide {
	width: 90px;
}
#TBL td.company {
	width: 168px;
}
#TBL td.company2 {
	width: 216px;
}
#TBL td.title {
	width: 168px;
}
#TBL td.recd {
	width: 49px;
}
/* revised PO */
#TBL.po td.no {
	width: 90px;
}
#TBL.po td.suffix {
	width: 25px;
}
#TBL.po td.date {
	width: 86px;
}
#TBL.po td.company {
	width: 160px;
}
#TBL.po td.title {
	width: 155px;
}
#TBL.po td.recd {
	width: 60px;
}
/* goods in */
#TBL td.width84 {
	width: 84px;
}
#TBL td.width145 {
	width: 145px;
}
#TBL td.width64 {
	width: 64px;
}

/*error report */
#TBL td.width80 {
	width: 80px;
}
#TBL td.width49 {
	width: 49px;
}
#TBL td.width78 {
	width: 78px;
}
#TBL td.width116 {
	width: 116px;
}

/* pricelist */
#TBL td.codePL {
	width: 170px;
}
#TBL td.namePL {
	width: 470px;
}
#TBL td.pricePL {
	width: 130px;
}
#TBL td.activePL {
	width: 80px;
	text-align: center;
}
.activeT {
	display: none;
}
/*despatch*/
#TBL td.width120 {
	width: 115px;
}
#TBL td.width106 {
	width: 106px;
}
#TBL td.width156 {
	width: 156px;
}
#TBL td.width170 {
	width: 170px;
}
#TBL td.width93 {
	width: 93px;
}
#TBL td.width73 {
	width: 73px;
}
/* new despatch*/
#TBL td.dwidth90 {
	width: 90px;
}
#TBL td.dwidth100 {
	width: 100px;
}
#TBL td.dwidth140 {
	width: 156px;
}
#TBL td.dwidth110 {
	width: 170px;
}
#TBL td.dwidth80 {
	width: 79px;
}


select.packagenum {
	font-size: 1.01em;
	padding: .1em;
	border: 0;	
}
select.packagenum option::selected {
	background-color: green;
}
 
/* error */
#TBL td.width100 {
	width: 100px;
}
#TBL td.width155 {
	width: 155px;
}
#TBL td.width216 {
	width: 216px;
}


/* engineer log */
#TBL td.width380 {
	width: 380px;
}

/* quote log */
#TBL.quote td.company {
	width: 230px;
}
#TBL.quote td.no {
	width: 90px;
}
#TBL.quote td.orig {
	width: 60px;
}
#TBL.quote td.title {
	width: 410px;
}
#TBL.quote td.date {
	width: 100px;
}

/* confirm log */
#TBL.confirm td.company {
	width: 400px;
}
#TBL.confirm td.no {
	width: 120px;
}

#TBL.confirm td.date {
	width: 100px;
}

.pologdate {
	width: 100%;
}

/*** non-standard parts ***/
.leftcol50nsp {
	width: 50%;
	background-color: #ffffff;
	float: left;
}
.rightcol50nsp {
	width: 48%;
	background-color: #ffffff;
	float: right;
}
.leftcol50nsp input.text, rightcol50nsp input.text {
	width: 75%;
}
.rightcol50nsp .short {
	width: 8em;
}

.leftcol50nsp label {
	width: 20%;
}
.rightcol50nsp label {
	width: 20%;
}
select.text {
	font-size: .9em;
}

.leftcol50nsp textarea {
	margin: 0;
	width: 75%;
	height: 100px;
	font-size: .9em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


/*** form ***/
fieldset {
	margin: 0 0 .5em 0;
	padding: 0;
	border: 0;
}
legend {
	margin-left: 0;
	font-weight: bold;
	font-size: 1.3em;
	color: #EE362B;
}
fieldset ol {
	padding: .2em 0 0 0;
	list-style: none;
}

label {
	float: left;
	width: 25%;
	margin-right: .5em;
	text-align: right;
	display: block;
	white-space: nowrap;
}
.leftcol50 label {
	width: 50%;
}
.rightcol50 label {
	width: 50%;
}
input[type="text"], input[type="password"], input[type="submit"], input[type="button"] {
	padding: .3em;
}
input.text {
	font-size: .9em;
	width: 65%;
}
input.shorttext {
	font-size: .9em;
	width: 15%;
}
input.mediumtext {
	font-size: .9em;
	width: 25%;
}
input.dimension {
	font-size: .9em;
	width: 3em;
}
input[type="submit"], input[type="button"] {
	cursor: pointer;
}
/* fix events only */
.leftcol50 #contactexhibitiontitle {
	width: 42%;
	font-size: .9em;
}
/* fix purchase only */
.leftcol50po .short, .rightcol50po .short {
	width: 57%;
	font-size: .9em;
}
.rightcol50po .shortorder {
	width: 34%;
	font-size: .9em;
}
.leftcol50po label {
	width: 35%;
}
.rightcol50po label {
	width: 35%;
}
select.text {
	font-size: .9em;
}
input.poprice {
	width: 8em;
	text-align: right;	
}
textarea {
	margin: 1.5em;
	width: 95%;
	height: 100px;
	font-size: .9em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.rightcol66po textarea {
	margin: 0;
	width: 70%;
	
}
textarea.po {
	margin: .5em 0 0 0;
	padding: .3em;
}
textarea.shipping {
	margin: 0;
	width: 70%;
	padding: .3em;
}
hr {
	height:1px;
	background:#000;
	border:0;
	color:#000;
	margin: 1em 0;
}

.proformaInvoiceForm .cke_chrome {
	margin-left: 27% !important;
}

#attachlist li {
	display: inline;
	list-style-type: none;
	padding-right: 0;
}
#attachlist li label {
	width: 15%;
}

textarea.serial {
	width: 65%;
	height: 66px;
	margin: 0;
}
textarea.serial, textarea.details, textarea.description {
	padding: .3em;
}
/* despatch list saved? */
.yeslink {
	cursor: pointer;

}
.nolink {
	cursor: not-allowed;

}
#saveBtn[disabled]{
	background-color:#acacac;
}
/* calc form */
.partNoCol {
	width: 10%;
}
.itemCol {
	
}
.supplierCol {
	width: 8%;
}
.rateCol {
	width: 4%;
}
.qtyCol {
	width: 4%;
}
.totalCol {
	width: 10%
}
.factorCol {
	width: 6%
}
.notesCol {
	width: 64%;
}
table.calc {
	border-collapse: collapse;
	width: 100%;
}
.calc td {
	padding: 3px 0;
	text-align: center;
}
.calc input {
	width: 86%;
	text-align: right;
}
.calc input.qty {
	width: 68%;
	text-align: right;
}
.calc input.factor {
	width: 76%;
	text-align: right;
}
.calc textarea {
	margin: 0;
}

.copy {
	text-align: center;
}
input {
	font-family: frutiger;
	border: 1px solid #EE362B;
	background-color: #f4f4f4;
	
}
input[type="checkbox"] {
	border: 0;
	outline: 1px solid #EE362B;
}
input[type="button"] {
	cursor: pointer;
}

.quoteRef {
	font-size: .9em;
	width: 2rem;
	width: 24px;
}

*[class*='cke_editor_sheepItForm_'] {
	float: right;
	width: 73.5% !important;
	margin-bottom: 1em !important;
}

/* engineers report */
.oddrow, .oddrow .leftcol, .oddrow .rightcol {
	background-color: #ddd;
	
}
.oddrow, .evenrow {
	padding: .5em;
}
.narrowlabel label {
	width: 12.5%;
}
.components .twocolwrap {
	background-color: #ddd;
}

/***********
PAJINATE
***********/
.page_navigation , .alt_page_navigation{
	padding-bottom: 10px;
}

.page_navigation a, .alt_page_navigation a{
	padding:3px 5px;
	margin:2px;
	color:white;
	text-decoration:none;
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	background-color:#DB5C04;
}
.active_page{
	background-color:white !important;
	color:black !important;
}	

.content, .alt_content{
	color: black;
}

.content li, .alt_content li, .content > p{
	padding: 5px 5px 5px 0;
	margin: 0;
}

/* disable PDF Btn */
.disableBtn {
	background-color: #a5a5a5;
	border: 1px solid #a5a5a5;
	pointer-events: none;
}
.disableBtn:hover {
	background-color: #a5a5a5;
	border: 1px solid #a5a5a5;
	text-decoration: none;
}
