/* GENERAL SETTINGS */

* {
	margin:0;
	padding:0;
	position:relative;
	font-weight:normal;
	font-style:normal;
	*zoom:1; /* IE7 fix */
	word-wrap:break-word;
    -ms-word-wrap: break-word; /* IE7 fix */
    *white-space:normal; /* IE7 fix */
}

/* Colors */
.yellow {color:#fcfbdb;}
.yellow-bg {background-color:#fcfbdb;}
.red {color:#ff0000;}
.red-bg {background-color:#ff0000;}
.green {color:#387C2B;}
.green-bg {background-color:#387C2B;}
.orange {color:#ff8000;}
.orange-bg {background-color:#ff8000;}
.orange-dark {color:#ff5900;}
.orange-dark-bg {background-color:#ff5900;}
.gray-light {color:#ececec;}
.gray-light-bg {background-color:#ececec;}
.gray-medium {color:#d2d2d2;}
.gray-medium-bg {background-color:#d2d2d2;}
.gray-dark {color:#656666;}
.gray-dark-bg {background-color:#656666;}
.blue-medium {color:#0083bf;}
.blue-medium-bg {background-color:#0083bf;}
.blue-dark {color:#0099C4;}
.blue-dark-bg {background-color:#0099C4;}
.warning {color:#ffc128;}

body, .body {
	font-family:'KnowledgeRegular', Arial, serif;
	font-size:12pt;
	color:#212121;
	background:white;
	padding-bottom:50px;
	-webkit-font-smoothing: antialiased;
}

/* TYPOGRAPHY */
h1,h2,h3,h4,h5,h6 {font-family:'KnowledgeLight', Arial, sans-serif;}
h1 {font-size:30pt; margin-bottom:20px; font-family:'KnowledgeBold',Arial,sans-serif;}
h2 {font-size:30pt;}
h3 {font-size:20pt;}
h4 {font-size:15pt; margin:8px 0; color:#212121;}
.leftnav h4 {margin-top:20px;}
.leftnav h4:first-child {margin-top:0;}
p {margin:0 0 9px 0; line-height:14pt;}
ul {margin-left:25px;}
a {
	color:#ff8000;
	text-decoration:none;
}
a:hover {
	color:#ff5900;
	text-decoration:underline;
}
a.block:hover, .letter-links a:hover {
	background:#ececec;
	text-decoration:none;
}

/* COMMON STYLES */
/*Block-level utility styles */
.block {display:block; padding:5px;}
a.block {cursor:pointer;}
.floatleft {float:left; margin-right:10px;}
.floatright {float:right; margin-left:10px;}
.top-0 {margin-top:0;}
.top-10 {margin-top:10px;}
.bottom-10 {margin-bottom:10px !important;}
.bottom-0 {margin-bottom:0;}
.vertical-10 {margin-top:10px; margin-bottom:10px;}
.left-10 {margin-left:10px;}
.right-10 {margin-right:10px;}
.horizontal-10 {margin-left:10px; margin-right:10px;}
.clear {clear:both;}
.inset {margin:0 10px;}
.noshow {display:none;}
.novisible {visibility:hidden;}
p.separator {border-bottom:1px solid #d2d2d2; padding-bottom:8px; margin-bottom:12px;}
.absolute {display:block; position:absolute;}
.inline {display:inline-block; *display:inline; float:none !important; vertical-align:middle;}
/* Shapes, borders and colors */
.border {border:1px solid #d2d2d2;}
.rounded {border-radius:8px;}
.red-circle, .green-circle {
	color:white;
	padding:3px;
	border-radius:50%;
	margin:0 5px;
	min-width:21px;
	display:inline-block;
	*display:inline;
	text-align:center;
	font-size:15pt;
	line-height:15pt;
	box-shadow:1px 1px 3px 0 #656666;
	font-family: "KnowledgeBold";
	text-decoration:none;
}
.red-circle.small, .green-circle.small {
	font-size:10pt;
	line-height:10pt;
	min-width:14px;
	vertical-align:top;
}
a.red-circle:hover, a.green-circle:hover {text-decoration:none; cursor:pointer; color:white;}

.red-circle, .red-dot {background:#ff0000;}
.green-circle, .green-dot {background:#387C2B;}
h2 .red-circle, h2 .green-circle {vertical-align:top;}

.red-dot, .green-dot {
	color:transparent;
	padding:3px;
	border-radius:50%;
	margin-left:5px;
	display:inline-block;
	*display:inline;
	text-align:center;
	font-size:1pt;
	line-height:1pt;
	box-shadow:1px 1px 3px 0 #656666;
	vertical-align:top;
}

.status-circle{
	color:white;
	/* padding:3px; */
	border-radius:50%;
	min-width:21px;
	display:inline-block;
	*display:inline;
	text-align:center;
	font-size:7pt !important;
	line-height:15pt;
	box-shadow:1px 1px 3px 0 #656666;
	font-family: "KnowledgeBold";
	text-decoration:none;
}
.red-status {background:#ff0000;}
.green-inprogress-status {background:#00CC33;}
.green-status {background:#009933;}
.yellow-status {background:#FF9900;}
.orange-status {background:#ff8000;}




/* Text utility styles */
.alignright {text-align:right;}
.alignleft {text-align:left;}
.aligncenter {text-align:center;}
.vert-center {display:table-cell; vertical-align:middle;}
.big-label {font-size:21pt; min-height:36px;}
.detail-text, .review-section .detail-text {font-size:10pt; margin:0;}
.no-underline:hover {text-decoration:none;}
strong, .strong {font-family:'KnowledgeBold', Arial, serif;}

/* Style for a link inside a header element */
.inner-link {display:block; text-align:right; float:right; color:#656666; font-size:9pt;}
.inner-link a {color:#656666; text-decoration:underline;}
h2 .inner-link {padding-top:15px;}
.form-list h2 .inner-link {padding-top:30px;}
.form-list a.block .inner-link, .form-list a.block .main-link {display:inline-block; vertical-align:top; float:none; width:50%; text-align:left;}

.summary-label {font-family:'KnowledgeBold', Arial, serif;}
.summary-header {font-size:13pt !important; font-family:'KnowledgeBold', Arial, serif; margin-top:10px;line-height:15pt;}


/** GENERAL STRUCTURE **/

/* Columns for 990-pixel grid */
.inner {
	width:1020px;
	margin:0 auto;
}
.fp-col {
	width:320px;
	margin:0 10px;
	float:left;
}
.fp-col.two-col {
	width:715px;
}
.fp-col.two-and-half-col {
	width:810px;
}
.fp-col.three-col {
	width:1000px;
}
.fp-col.two-col.wrap {
	width:680px;
	margin:0;
}
.fp-col.two-and-half-col.wrap {
	width:840px;
}
.fp-col.three-col.wrap {
	width:1020px;
	margin:0;
}
.fp-col.half-col {
	width:140px;
}
.fp-col.leftnav {
	background:#ececec;
	min-height:500px;
	width:200px;
	padding:15px;
	margin-right:50px;
	position:fixed;
	top:70px;
}


/* Clickable div */
.fp-clickable { /* Containing div must have a position value */
    position:relative;
	overflow:hidden;
}
.fp-clickable a {
    display:block;
	position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    text-decoration:none; /* Makes sure the link   doesn't get underlined */
    z-index:10; /* raises anchor tag above everything else in div */
    background-color:white; /*workaround to make clickable in IE */
    opacity: 0; /*workaround to make clickable in IE */
    filter: alpha(opacity=1); /*workaround to make clickable in IE */
}


/* SPECIFIC STRUCTURE */

/* Spinner div */
#spinner {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height;100%;
	z-index:45000;
}
#spinner-overlay {
	height:100%;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background:black;
	background: #666666 url("../img/jquery-ui-images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70");
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index:45001;
}
#spinner-inner {
	height:64px;
	width:64px;
	position:fixed;
	top:48%;
	left:48%;
	background:url('../img/ajax-loader.gif') no-repeat center center white;
	border-radius:8px;
	box-shadow:0 0 5px;
	z-index:45002;
}

/* Branding bar at top of site */
#header {
	position:fixed;
	top:0;
	left:0;
	z-index:5000;
	width:100%;
	background:white;
}
.fp-branding-bar {
	background:white;
	padding:15px 10px;
	font-size:10pt;
}
.fp-branding-bar a, .fp-branding-bar a:hover {
	text-decoration:none;
	font-family:'KnowledgeRegular', Arial, serif;
}
.fp-branding-bar p {
	margin:-10px 0 10px;
}
/* Logo */
.fp-logo-wrap {
	display:block;
	width:300px;
	height:68px;
	background:url('../img/tr_logo_horizontal.png') no-repeat left top transparent;
}

/* Welcome message */
.fp-welcome p {
	text-align:right;
}

/* Search box */
.fp-search-wrap {
	/*display:none;  Hidden for Phase 1; */
}
.fp-search-wrap .vert-center {
	height:20px;
}
.fp-search-wrap .vert-center input {
	vertical-align:middle;
}
.fp-search-wrap input[type=text] {
	min-width:300px;
	padding:5px 15px;
	margin:0 5px;
}
.fp-search-wrap p {
	margin:0;
}

/*nav bar */
.fp-top-bar {
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec;
	margin-bottom:10px;
	z-index:100;
}
.menu, .menu ul {
	list-display-type:none;
	margin:0;
	padding:0;
}
li.menu-item {
	display:inline-block;
	position:relative;
	vertical-align:middle;
}
li.menu-item a {
	display:block;
	font-size:15pt;
	font-family:'KnowledgeLight', Arial, serif;
	color:#4b4b4b;
	padding:5px 15px;
}
li.menu-item.active-page > a {background:#4b4b4b; color:white;}
li.menu-item a:hover,li.menu-item.active-page > a:hover {color:inherit; background:#ececec; text-decoration:none;}
li.menu-item.has-drop > a:hover {box-shadow:4px 4px 4px #4b4b4b;}

/* Make top level of dropdown match dropdown */
li.menu-item.active > a {
	text-decoration:none;
	background:#4b4b4b;
	color:white;
	box-shadow:4px 4px 4px #4b4b4b;
}
/* Dropdown styles */
ul.menu li ul {
	display:none;
	position:absolute;
	left:0;
	top:100%;
	background:#4b4b4b;
	min-width:100%;
	box-shadow:4px 4px 4px #4b4b4b;
}
ul.menu li:hover ul,
ul.menu li ul li {
	display:block;
}
ul.menu li ul li a {color:white;}

/* site title */
#site-title {
	font-size:30pt;
	font-family:'KnowledgeLight', Arial, serif;
	color:#ff8000;
	line-height:30pt;
}

/* Main content */
.fp-main-body {
	clear:both;
	padding-top:70px;
}
#footer {
	height:40px;
	clear:both;	
}

/* icons */
.order-history-icon {
	background:url('../img/clock-history-icon.png') no-repeat center center transparent;
	display:inline-block;
	width:16px;
	height:16px;
	margin-left:5px;
}

/* General jQuery UI overrides */
.ui-icon {
	*text-indent:0; /* IE7 fix */
	*font-size: 0; /* IE7 fix */
	*line-height: 0; /* IE7 fix */
	*color:transparent; /* IE7 fix */
	cursor:pointer;
}

/* Accordion jQuery UI overrides */
.ui-accordion-header {
	color:#000000 !important;
	font-size:14pt !important;
	padding: 3px 10px;
}
.ui-accordion .ui-state-default .ui-icon {
    background-image: url("../img/jquery-ui-images/ui-icons_212121_256x240.png");
}
.ui-accordion .ui-icon-triangle-1-e {
    background-position: -32px -128px;
}
.ui-accordion .ui-icon-triangle-1-s {
    background-position: -64px -128px;
}
/* Nested accordion styles */
.ui-accordion .ui-accordion {
	margin-left:20px;
}
.ui-accordion-header:focus {
background: url("../img/jquery-ui-images/ui-bg_highlight-soft_35_ff8000_1x100.png") repeat-x scroll 50% 50% transparent;
}
.ui-accordion .ui-accordion .ui-accordion-header {
	background: url("../img/jquery-ui-images/ui-bg_highlight-soft_65_gray_1x100.png") repeat-x scroll 50% 50% transparent;
  border: none !important;
  color: #FFFFFF !important;
}
.ui-accordion .ui-accordion-header:hover {
	background: #FFFFFF !important;
	color:#000000 !important;
}
.ui-accordion .green-circle, .ui-accordion .red-circle, .form-links .green-circle, .form-links .red-circle {
	font-size:11pt !important;
	line-height:11pt;
	min-width:14px;
	vertical-align:top;
}
/*Static Drawer*/
.drawer-static {
position: relative;
padding: 5px 5px 5px 10px;
margin: 12px 0 6px !important;
background: #ff8000;
color: #ffffff;
font-family: "KnowledgeBold";
clear: both;
}

/* Drawer styles */
.drawer {display:none;}
.drawer.open {display:block;}
.drawer.attention, .form-section .form-section.drawer.attention {display:block; padding:10px !important; background:white;}
.drawer-toggle {
	position:relative;
	cursor:pointer;
	padding:5px 5px 5px 21px;
	margin:12px 0 6px !important;
	background:#ff8000;
	color:#ffffff;
	font-family: "KnowledgeBold";
	clear:both;
}
.drawer-toggle.attention {background:#ff0000; margin-bottom:0 !important;}
.drawer-toggle.supplier-section {background:#0083bf;}
.drawer-toggle:hover {color:#212121;}
.drawer-toggle span.ui-accordion-header-icon {
	background: url("../img/jquery-ui-images/ui-icons_212121_256x240.png") no-repeat transparent;
	left: 3px;
    position: absolute;
    top: 4px;
	display:block;
	width:16px;
	height:16px;
}
.drawer-toggle.closed  span.ui-accordion-header-icon {
    background-position: -32px -128px;
}
.drawer-toggle.open  span.ui-accordion-header-icon {
    background-position: -64px -128px;
}
.drawer .drawer-toggle {background:#656666; margin-left:10px !important;}
.drawer .drawer {margin-bottom:20px; border-bottom:1px solid #656666;}
.dynamic-wrap {padding-bottom:10px; border-bottom: 1px solid #d2d2d2;}

/* Tooltip jQuery overrides */
.ui-tooltip {
	background:#fcfbdb;
}

/* Tabs jQuery UI overrides */
.tabs.ui-tabs {
	border:none;
	background:none;
	padding:0;
}
.ui-tabs li.ui-tabs-active {
	background:#ececec;
	border:1px solid transparent;
}
.ui-tabs-nav.ui-widget-header {background:none; border:none;}
.ui-tabs .ui-tabs-nav {margin:0 0 0 10px;}
.ui-tabs-nav h4 {margin-top:0; font-size:12pt;}
.ui-tabs-nav li a {
	cursor:pointer !important;
	padding:0.5em;
}
.ui-tabs li, .ui-tabs li a:focus, .ui-tabs li a:active {
	outline:none !important; /* Remove blurred border in Chrome */
}
.ui-tabs li.ui-tabs-active a {
	color:#212121;
}
.ui-tabs-panel {
	background:#ececec !important;
	padding-bottom:2em !important;
}
.ui-tabs-nav .ui-state-default {
  background: #4B4B4B;
  border: 1px solid #4B4B4B;
}
.ui-tabs-nav .ui-state-default.ui-state-hover a {
	color:#d2d2d2 !important;
}
.ui-tabs-nav .ui-state-active.ui-state-hover a {
	color:#000000 !important;
}



/* Button jQuery overrides */
.button {margin-right:6px; min-width:95px; font-weight:normal;}
.button:last-child {margin-right:0;}
.button.faded {background:white; color:#ff5900;}
.button.delete-button {background:#ff0000;}
.button.small .ui-button-text {font-size:10pt; padding:3px 5px;}
.disabledbutton {background:#E1DEDE  !important; border: 1px solid #E1DEDE !important; color:white  !important; cursor: default !important;}

.controls {
	position:absolute;
	left:-32px;
	top:10px;
	width:20px;
	background:#ececec;
	padding:5px;
}
h2 .button { font-size:12pt; vertical-align:bottom; margin-left:15px;}

/* Autocomplete jQuery overrides */
.ui-autocomplete {
	background:white;
	overflow-y:auto;
	max-height:240px;
}
.ui-autocomplete-loading {
background:url('../img/jquery-ui-images/ui-anim_basic_16x16.gif') right center no-repeat white  !important;
}
.ui-autocomplete-loading.required {
background:url('../img/jquery-ui-images/ui-anim_basic_16x16.gif') right center no-repeat #fcfbdb  !important;
}

/* Dialog jQuery overrides */
.ui-front {z-index: 5000;}

.ui-dialog.ui-widget-content {
    background: #ffffff;
}

.ui-dialog-buttonpane.ui-widget-content {
    background: #ffffff;
    border: 0;
}

.ui-dialog h3 {margin-bottom:10px;}
.ui-dialog .button.width1 {
	width:auto;
}
/* Form link tables */
.dataTables_scroll {clear:both;}
.dataTables_wrapper {
  clear: both;
  margin-top: 20px;
  border-top:1px solid #d2d2d2;
}
table {
	width:100%;
	/* table-layout:fixed; */
	padding-bottom:35px;
	clear:both;
}
table td, table th {
	text-align:left;
	line-height:1.3;
	border:none;
}
table td {
	padding:5px 10px;
	border:none;
	vertical-align:middle;
}
table th {
	font-family:"KnowledgeBold", Arial, sans-serif !important;
	padding:10px;
	background:none;
	border-bottom:1px solid #d2d2d2;
	border-top:1px solid #d2d2d2;
	vertical-align:bottom;
	white-space:nowrap;
}
table > td:first-child {
	min-width:50%;
	padding-right:20px;
}
table.nopadding {padding-bottom:10px;}
table.nopadding td {padding:5px 0;}
.alt-row td {
	background:#ececec;
}
.alt-row.even td {
	background:white;
}
.ui-widget .even td, table .even td, .form-section tr:nth-child(2n) { /* Make it darker if it's on a gray background */
	background:#d2d2d2;
}

/* Data tables styles */
.dataTables_wrapper td select, td select {width:95%;}
/* .dataTable th {background:url('') no-repeat left center #ffffff; cursor:pointer; padding-left:16px; width:auto !important;} */
.dataTable th {background:url('') no-repeat left center #ffffff; cursor:pointer; padding-left:16px;}
.dataTable th.sorting {background-image: url("../img/sort_both_oi.png");}
.dataTable th.sorting_asc {background-image: url("../img/sort_asc_oi.png");}
.dataTable th.sorting_desc {background-image: url("../img/sort_desc_oi.png");}

.dataTables_length {float:left; margin:10px;}
.dataTables_length select {font-size:1em;}
.dataTables_filter {float:right; margin:10px;}
.dataTables_info {float:left; margin:0 10px 10px; font-size:10pt; *padding-top:10px; /* IE7 fix */}
.dataTables_paginate {float:right; margin:0 10px 10px; font-size:10pt; *padding-top:10px; *min-width:40px; /* IE7 fix */}
.paging_two_button a {
	display:inline-block;
	*display:inline;
	cursor:pointer;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter:alpha(opacity=85);
	opacity:0.7;
}
.paging_two_button a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	opacity:1;
	}
.ui-tabs .ui-accordion-content-active {
	*overflow:hidden; /* IE7 fix */
}

/** FORMS **/

/* Input element styles */
input, select, textarea {
	font-size:12pt;
	background:white;
	font-family:'KnowledgeLight', Arial, serif;
	vertical-align:top;
	color:#212121;
}
input[type=text],input[type=password], select, textarea {
	border:1px solid #d2d2d2;
	padding:4px;
}
textarea {
	width:90%; /* Default width; is overridden in most forms by "width" classes */
}
select {
	padding:3px 4px;
	/* color:#999999; */
}
/* select.chosen {
	color:#212121;
}
*/
input[disabled], textarea[disabled],select[disabled],input[readonly], textarea[readonly],select[readonly] {
	color:#999999;
	background-color:#E1DEDE;
	cursor:default !important;
}
input[type=radio], input[type=checkbox] {
	margin-left:5px;
	margin-right:2px;
	background:none;
	vertical-align:middle;
}
label {margin-right:5px; font-size:10pt;}
label.standalone {font-size:12pt;}
label.standalone input {margin-right:5px;}
.vertical label {
	display:block;
	margin:8px 0;
}

.error {border:1px solid #ff0000 !important;}
.error-message {color:#ff0000; font-size:10pt; margin:2px 10px; float:left;width:100%;}
.required {background:#fcfbdb;}


/* Notification */
.notification {
	padding:8px 0;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:50000;
	box-shadow:0 4px 4px #999999;
}
.notification p {
	margin-bottom:0;
}

/* Form sections */
.form-section, .summary-section {
	background:#ececec;
	padding:10px !important;
	margin-bottom:10px;
	clear:both;
}
.form-section .form-section {padding:10px 0 !important;}
.instructions {
	padding:10px;
	background:#656666;
	color:white;
	margin-bottom:10px;
}
.form-section h2, .form-section h3, .summary-section h2, .summary-section h3, .form-section > p {
	margin-left:10px;
	margin-right:10px;
	clear:both;
}
.form-section h3 {
	padding-top:10px;	
}
.form-section > p {
	line-height:20pt;
}
.form-section div p {
	margin-bottom:0;
}
.form-section table {
	border-spacing:0;
	border-collapse:collapse;
	background:#ececec;
}
.form-section table td, .form-section table th {
	border:1px solid #d2d2d2;
	padding:5px;
	text-align:left;
}

#orderAudit table th {
	padding:0px 0px 0px 16px !important;
	line-height: 2.3;
}

.form-section table th {
	font-family:'KnowledgeBold', Arial, sans-serif;
}

/* Form grid structure -- based on 6-column grid inside a 660px column */
.form-row {margin:0; clear:both;}
.form-row.inset {margin:15px 10px;}
.form-row:first-child {margin-top:0;}
.width1, .width2, .width3, .width4, .width5, .width6, .ui-multiselect, .autowidth {margin:10px; float:left;}

.alignright .width1, .alignright .width2, .alignright .width3, .alignright .width4, .alignright .width5, .alignright .width6 {float:right;}


.width1.wrap, .width2.wrap, .width3.wrap, .width4.wrap, .width5.wrap, .width6.wrap {margin:0; margin-left:-4px;] *display:inline; /* IE7 fix */ *zoom:1; /* IE7 fix */ float:left;}
.wrap > p:first-child {margin-top:14px;}

/* Widths are for text boxes, accounts for rules and padding */
.width1 {width:80px;}
.width2 {width:190px;}
.width3 {width:300px;}
.width4 {width:410px;}
.width5 {width:520px;}
.width6 {width:630px;}

select.width1 {width:90px;}
select.width2 {width:200px;}
select.width3 {width:310px;}
select.width4 {width:420px;}
select.width5 {width:530px;}
select.width6 {width:640px;}

.width1.wrap {width:106px;}
.width2.wrap {width:216px;}
.width3.wrap {width:326px;}
.width4.wrap {width:436px;}
.width5.wrap {width:546px;}
.width6.wrap {width:656px;}

.wrap label {margin-bottom:0 !important;}

.split1 {
	width:120px !important;
	margin-right: 0px !important;
	}
.split2 {
	width:55px !important;
	margin-left: 0px !important;
	float:right;
}
.split2.button {
	margin-top:12px;
	margin-right:10px !important;
	min-width:30px !important;	
	height:20px;
}

.help-icon {
	float:left;
	width:12px;
	height:12px;
	background:url('../img/help_icon.png') no-repeat transparent;
	margin:10px 10px 10px -5px;
	vertical-align:top;
	cursor:pointer;
}
.wrap > .help-icon {
	margin:10px 0 10px -5px;
}
p .help-icon, h3 .help-icon, label .help-icon {
	margin:0 10px 0 0;
	display:inline-block;
	*display:inline;
	float:none;
	position:relative;
	z-index:10;
}
.help-icon.info-icon {
	background:url('../img/info_icon.png') no-repeat transparent;
	margin:0 0 0 5px;
}
/* Mark fields by user */
.supplier-only div {background-color:#b3e1f6;}
.supplier-only div:before {
  background:#b3e1f6;
  border-color: #b3e1f6;
  border-style: solid;
  border-width: 5px 10px;
  content: "";
  display: block;
  height: 100%;
  left: -10px;
  position: absolute;
  top: -5px;
  width: 100%;
}


/* Show/hide styles */
div.optional {display:none; clear:both;}

/* Review section styles */
.review-section {
	padding:1px 20px 10px 40px;
	margin:10px;
	background:white;
}
.review-section h4 {
	font-family:"KnowledgeBold";
}
.review-section p, .review-section li {
	font-size:11pt;
	line-height:13pt;
	margin-bottom:3px;
}
	
.progress-button {
	position:absolute;
	font-size:24px;
	padding-top:6px;
	width:40px;
	height:34px;
	text-align:center;
	color:white;
	top:0px;
	left:-15px;
	border-radius:50%;
	font-family:"KnowledgeLight", Arial, sans-serif;
	alignment-baseline:middle;
}
.comment {
	margin:4px 0 15px !important;
}

/** HOME PAGE **/
td.status {text-align:center;}

/* Progress view */
.approval-section {
	float:left;
	margin:10px 2%;
	width:42%;
	padding:2%;
	background:white;
}
.approval-section h4 {
	margin-left:0;
	margin-right:0;
	font-family:'KnowledgeBold', Arial, serif;
}
.action-buttons {
	position:absolute;
	right:2%;
	top:10px;
	text-align:right;
	z-index:20;
}

/* Status dots */
.circle {
	display:inline-block;
	margin-right:7px;
	width:8px;
	height:8px;
	vertical-align:middle;
	background:url('') no-repeat center center transparent;
}
.ui-tabs-nav .circle {
	margin:0 0 0 7px;
}
.completed .circle, .completed.circle {background-image:url(../img/dot-green.png);}
.inprogress .circle, .inprogress.circle  {background-image:url(../img/dot-yellow.png);}
.attention .circle, .attention.circle {background-image:url(../img/dot-red.png);}
.hold .circle, .hold.circle {background-image:url(../img/dot-gray.png);}

.os1 .circle, .os1.circle {background-image:url(../img/dot-gray.png);}
.os9 .circle, .os9.circle  {background-image:url(../img/dot-yellow.png);}
.os3 .circle, .os2.circle {background-image:url(../img/dot-red.png);}
.os11 .circle, .os11.circle {background-image:url(../img/dot-green.png);}

/* Tree view */
ul.treeview, ul.treeview ul {
	list-style-type:none;
	color:#4b4b4b;
}
.treeview li {font-size:12pt; margin-bottom:5px;}
.treeview ul {margin-top:5px;}
.treeview li li {font-size:0.9em;}

.treeview li.completed {list-style-image:url(../img/dot-green.png);}
.treeview li.inprogress {list-style-image:url(../img/dot-yellow.png);}
.treeview li.attention {list-style-image:url(../img/dot-red.png);}
.treeview li.notstarted {list-style-image:url(../img/dot-gray.png);}

/* Edit order page */
#welcome {margin-top:25px;}
#make-primary {
  font-size: 9px;
  margin-left: 10px;
  min-width: 0px;
  max-width: 50px;
  word-wrap: break-word;
  text-align:left;
}
#submit-panel {
	padding:15px;
	background:#ececec;
	z-index:5000;
	box-shadow:0 0 5px #d2d2d2;
	position:fixed;
	right:0;
	bottom:40px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	border-top-right-radius:0px;
	width:auto;
	max-width:200px;
}
.details {margin-left:290px;}
.details-summary {margin:0 0 8px; padding:20px 0 0 0; clear:both;}

/* Status table */
#status-table {border:none; table-layout:fixed;}
#status-table td {border:none; padding:0;}
#status-table td div {
	font-size:11px;
	line-height:11px;
	height:28px;
	display:block;
	width:95px;
	padding:0px 8px;
	margin:0 5px 0 0;
	border-radius:6px;
	color:white;
	background:#4b4b4b;
}
#status-table td > div:after, #status-table td > div:before {
    border-right: 20px solid #ffffff;
    bottom: 0;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
}
#status-table td > div:after {
    border-top: 24px solid rgba(0, 0, 0, 0);
    right: 0;
	bottom:0;
}
#status-table td > div:before {
    border-bottom: 24px solid rgba(0, 0, 0, 0);
    right: 0;
	top:0;
}
#status-table td.complete div {
	background:green;
}
#status-table td span {
	display:table-cell;
	vertical-align:middle;
	height:25px;
	padding-right:5px;
}
table.comments{background:white !important;}
table.comments tr {background-color:transparent !important;}
table.comments td {border:1px solid #d2d2d2;}

/* New note table */
table.comments tr.new-note {background-color:#fcfbdb !important;}

#configuration table tr > td:last-child, #configuration table tr > th:last-child,
#activities table tr > td:last-child, #activities table tr > th:last-child {display:none;}

.circuits .form-row > div.width2:last-child {display:none;}


/* Subsection */
.subsection p, .smaller {font-size:.8em !important;}
.last-subsection {padding-bottom:40px; border-bottom:1px solid #d2d2d2; margin-bottom:15px;}


/* Template sections */
.template {display:none;}









/* UI CONVERGENCE */

#header {
	position:fixed;
	width:100%;
	height:40px;
	font-family:"CabinMedium";
	border-bottom:1px solid #353535;
	background:#070707 url("../img/header-dark-bg-1x40.gif");
	z-index:10000;
}
#header-items {
	position:absolute;
	width:100%;
	height:100%;
	z-index:5;
}
.header-item {
	position:relative;
	display:inline-block;
	width:auto;
	height:100%;
	font-size:12px;
	line-height:38px;
	color:#ffffff;
	padding:0 5px 0 5px;
	vertical-align:top;
	font-family:"CabinBold";
	cursor:hand;
	cursor:pointer;
	text-shadow: 0px 1px 2px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=-1);
}
.header-item:hover {
	color:#dcdee0;
}
.header-item-right {
	float:right;
	line-height:39px;
	margin-right:3px;
	color:#ffffff;
}
.header-divider {
	position:relative;
	display:inline-block;
	width:4px;
	height:14px;
	vertical-align:top;
	top:12px;
	background:url("../img/divider.gif") no-repeat center;
}
.header-divider-right {
	float:right;
}
#header-item-logout {
	position:relative;
	display:inline-block;
	width:20px;
	height:100%;
	padding:0 2px 0 5px;
	margin-top:-2px;
	margin-right:-5px;
	cursor:pointer;
	cursor:hand;
	vertical-align:middle;
	background:url("../img/logout-icon.png") no-repeat center;
}
#tr-footer {
	position:fixed;
	display:block;
	width:100%;
	height:45px;
	left:0px;
	bottom:0px;
	background:#181818;
	border-top:1px solid #353535;
	z-index:10000;
}
#tr-logo {
	position:absolute;
	display:inline-block;
	width:135px;
	height:30px;
	bottom:4px;
	left:5px;
	background:url("../img/tr_logo-white.png") no-repeat center;
}
#tr-version {
	position:absolute;
	display:inline-block;
	width:166px;
	height:15px;
	bottom:10px;
	right:8px;
	color:#9d9d9d;
	font-size:12px;
	text-align:right;
}
#header-fullpicture {
	margin-left:2px;
	line-height:36px;
	font-size:18px;
}
.header-active {
	position:relative;
	color:#ff8000;
}
.header-active:hover {
	color:#ff8000;
}

.errorheader{
	background-color:red; 
	margin: 0 !important;
	font-size: 14px;
	font-weight: bold;
}

.successheader {
    background-color:#ff8000;
    font-size: 14px;
    font-weight: bold;
    margin: 0 !important;
}

.toperror{
	border-width: thin;
	border-style:solid;
	border-color:red;
	background-color:#FDF4F0;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:red;
	font-size:12px;
}

.topsuccess{
	border-width: thin;
	border-style:solid;
	border-color:#ff8000;
	background-color:#FDF4F0;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#ff8000;
	font-size:12px;
}

.msg{
	border-width: thin;
	border-style:solid;
	border-color:red;
	background-color:#FDF4F0;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:red;
	font-size:16px;
}

.noteText
{
	margin: 25px 0 9px 0;
	font-size: 0.7em;  
	color: red;
}

.announcement{
	color:#fae41e; 	
}

.file_input_textbox {
	height: 30px;
	padding: 0 !important;
	width: 250px;
	margin-left: -5px;
}

.file_input_div {
	position: relative;
	width: 90px;
	height: 32px;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}

.file_input_button {
	width: 80px;
	height: 32px;
	top: 0px;
	padding: 0 !important;				
	margin: 0px;
		border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.file_input_hidden {
	font-size: 45px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity = 0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

.textarea_div {
    -moz-appearance: textfield-multiline;
    border: 1px solid #d2d2d2;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    height: 120px;
    overflow: auto;
    padding: 2px;
    resize: none;
    width: 598px;
    font-family: "KnowledgeRegular",Arial,sans-serif;
    font-size: 1em;
}

span.link { color:blue; background:lightblue; text-decoration: underline; }

hr{
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; 
}

#ref-logo {
	position:absolute;
	display:inline-block;
}