body {
	min-width: 960px;
}

/* Containers
 ---------------------------------------------------------------------------------------------------- */
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12
	{
	display: inline;
	float: left;
	position: relative;
	/*margin-left: 10px; */
	margin-right: 10px;
}

.push_1,.pull_1,.push_2,.pull_2,.push_3,.pull_3,.push_4,.pull_4,.push_5,.pull_5,.push_6,.pull_6,.push_7,.pull_7,.push_8,.pull_8,.push_9,.pull_9,.push_10,.pull_10,.push_11,.pull_11,.push_12,.pull_12
	{
	position: relative;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.first {
	margin-left: 0;
}

.last {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 {
	width: 60px;
}

.container_12 .grid_2 {
	width: 140px;
}

.container_12 .grid_3 {
	width: 220px;
}

.container_12 .grid_4 {
	width: 300px;
}

.container_12 .grid_5 {
	width: 380px;
}

.container_12 .grid_6 {
	width: 670px;
}

.container_12 .grid_7 {
	width: 540px;
}

.container_12 .grid_8 {
	width: 620px;
}

.container_12 .grid_9 {
	width: 700px;
}

.container_12 .grid_10 {
	width: 780px;
}

.container_12 .grid_11 {
	width: 860px;
}

.container_12 .grid_12 {
	width: 940px;
}

/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1 {
	padding-left: 80px;
}

.container_12 .prefix_2 {
	padding-left: 160px;
}

.container_12 .prefix_3 {
	padding-left: 240px;
}

.container_12 .prefix_4 {
	padding-left: 320px;
}

.container_12 .prefix_5 {
	padding-left: 400px;
}

.container_12 .prefix_6 {
	padding-left: 480px;
}

.container_12 .prefix_7 {
	padding-left: 560px;
}

.container_12 .prefix_8 {
	padding-left: 640px;
}

.container_12 .prefix_9 {
	padding-left: 720px;
}

.container_12 .prefix_10 {
	padding-left: 800px;
}

.container_12 .prefix_11 {
	padding-left: 880px;
}

/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1 {
	padding-right: 80px;
}

.container_12 .suffix_2 {
	padding-right: 160px;
}

.container_12 .suffix_3 {
	padding-right: 240px;
}

.container_12 .suffix_4 {
	padding-right: 320px;
}

.container_12 .suffix_5 {
	padding-right: 400px;
}

.container_12 .suffix_6 {
	padding-right: 480px;
}

.container_12 .suffix_7 {
	padding-right: 560px;
}

.container_12 .suffix_8 {
	padding-right: 640px;
}

.container_12 .suffix_9 {
	padding-right: 720px;
}

.container_12 .suffix_10 {
	padding-right: 800px;
}

.container_12 .suffix_11 {
	padding-right: 880px;
}

/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1 {
	left: 80px;
}

.container_12 .push_2 {
	left: 160px;
}

.container_12 .push_3 {
	left: 240px;
}

.container_12 .push_4 {
	left: 320px;
}

.container_12 .push_5 {
	left: 400px;
}

.container_12 .push_6 {
	left: 480px;
}

.container_12 .push_7 {
	left: 560px;
}

.container_12 .push_8 {
	left: 640px;
}

.container_12 .push_9 {
	left: 720px;
}

.container_12 .push_10 {
	left: 800px;
}

.container_12 .push_11 {
	left: 880px;
}

/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1 {
	left: -80px;
}

.container_12 .pull_2 {
	left: -160px;
}

.container_12 .pull_3 {
	left: -240px;
}

.container_12 .pull_4 {
	left: -320px;
}

.container_12 .pull_5 {
	left: -400px;
}

.container_12 .pull_6 {
	left: -480px;
}

.container_12 .pull_7 {
	left: -560px;
}

.container_12 .pull_8 {
	left: -640px;
}

.container_12 .pull_9 {
	left: -720px;
}

.container_12 .pull_10 {
	left: -800px;
}

.container_12 .pull_11 {
	left: -880px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
} /* IE < 8 */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,abbr,em,img,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	border: 0;
	font-family: inherit;
	font-size: 100.01%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

a {
	color: #279ACE;
	text-decoration: none;
	transition: color 0.3s;
}

a:hover,#nav ul li a:hover,#footer a:hover {
	color: #121d4c;
}

.choice {
	color:black;	
}

p {
	margin: 0 0 1em 0;
}

ul {
	list-style-type: none;
}

ol {
	list-style-type: decimal
}

li,div,p {
	font-size: 13px
}

em,blockquote {
	font-style: italic
}

strong,b,dt {
	font-weight: bold
}

small,h2.small,p.small,a.small {
	font-size: 11px;
	font-weight: normal;
}

abbr {
	border-bottom: 1px dotted #ccc;
}

hr {
	background: #ccc;
	border: 0;
	color: #ccc;
	display: block;
	height: 1px;
	margin: 20px 0;
}

p.large {
	font-size: 16px
}

.bold {
	font-weight: bold
}

.normal {
	font-weight: normal
}

.hide,.hidden {
	display: none
}

.active {
	display: block
}

.inline {
	display: inline
}

.block {
	display: block
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.floatleft {
	float: left
}

.floatright {
	float: right
}

.float-left {
	display: inline;
	float: left;
	margin-right: .5em;
	position: relative;
}

.element-style{
	/* position: absolute; */
    right: 20px;
    z-index: 99998;
}

.float-right {
	display: inline;
	float: right;
	margin-left: .5em;
	margin-bottom :-11px;
}

.pointer {
    cursor: pointer;
}

.break-word {
    word-wrap: break-word;
}

.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

.sotto {
	color: #999
}

.green {
    color: green;
}

.red {
    color: red;
}

.positionrelative {
	position: relative;
	z-index: 11;
}

.positionabsolute {
	position: absolute
}

.pos_top {
	position: absolute;
	top: 120px;
	right: 5px;
}

.pos_top_label {
	position: absolute;
	top: 120px;
	right: 35px;
}

.back-to-top {
	display: block;
	margin-top: 1em;
	width: 7em;
}

.curved,input,select,textarea {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.top-curved {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.right-curved {
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.bottom-curved {
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.left-curved {
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	right: 12px;
}

.bottomleft-curved {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.buttonBar {
	margin-bottom: 10px;
}

.shadow {
	-moz-box-shadow: 1px 3px 3px #888;
	-webkit-box-shadow: 1px 3px 3px #888;
	box-shadow: 1px 3px 3px #888;
}

.hidden {
	display: none;
	visibility: hidden;
}

body {
	color: #252525;
	font: normal 62.5%/1.5 Arial, sans-serif;
}

body#popbg,body#inline {
	min-width: 0px; /* to override the min width for 'body' */
	background: #fff;
}

/* SYSTEM@DELTASYSTEM */
body#admin {
	background: #dadada url(img/back.png) scroll repeat-x 0 -20px;
}

body#admin #header {
	margin-bottom: 20px;
}

img.popuphelp {
	position: absolute;
	right: 12px;
	z-index: 111;
}

.popup {
	padding: 0 10px;
}

.box {
	background-color: #fff;
	padding: 20px;
	margin-bottom:20px;
}

.register {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	position: absolute;
	right: 80px;
	top: 80px;
	width: 220px;
}

dd {
	margin: 0 0 20px
}

body#admin #header .admin-login {
	text-align: right;
	line-height: 59px;
	margin-top: 20px;
}

body#admin #content {
	background: #fff;
}

.logo {
	display: inline;
	float: left;
	height: 59px;
	margin: 20px 0 0 0;
	overflow: hidden;
	width: 208px;
}

#content {
	position: relative;
	z-index: 4;
}

.main {
	background: #fff;
}

body.respondtolist {
	background: #ccc;
}

body.respondtolist #wrap_outer {
	background: #ccc;
	padding-bottom: 40px;
}

body.respondtolist #header_outer {
	padding-top: 20px;
	height: 80px;
}

.respondtolist .main {
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 10px -8px black;
	box-shadow: 0 8px 10px -8px black;
}

.shadow {
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 10px -8px black;
	box-shadow: 0 8px 10px -8px black;
}

.main-block {
	background: #fff;
	margin-bottom: 20px;
	padding: 0 0 20px;
	position: relative;
}

.main-block a {
	font-weight: bold
}

.blockheader {
	background: #121D4C;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin: 0;
	padding: 8px 10px 9px 10px;
}

.blockheader-grey {
	background: #9d9d9d url(img/backgrounds.png) repeat-x 0 -700px;
	color: #444444;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 8px 10px 9px 10px;
}

h1 a,.blockheader a {
	background: none;
	color: #fff;
}

.defaultheader {
	background: #9d9d9d url(img/backgrounds.png) repeat-x left -10px;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 6px 10px 7px 10px;
}

.viewInBrowserLinkStyle {
    color: #3434db;
    font-size: 13px;
    line-height: 14px;
 }

.system-alert {
	background: #f00 url(img/backgrounds.png) repeat-x left -218px;
}

.sideboxheader {
	background-position: left -618px;
}

.block_container {
	background: #f1f1f1;
	border: 1px solid #ccc;
	display: inline;
	float: left;
	height: 181px;
	margin: 0 10px 30px;
	padding: 20px;
	width: 394px;
}

span.status {
	background-color: #dedede;
	color: #fff;
	font: 11px Verdana, Arial, sans-serif;
	margin-left: 5px;
	padding: 3px 6px;
}

span.published,span.published a {
	background-color: #474747;
	color: #fff;
}

span.unpublished,span.unpublished a {
	color: #1e1e1e
}

div.selectall {
	display: inline;
	float: left;
	margin-bottom: 5px;
	margin-top: 4px;
	padding: 0;
}

div.selectallright {
	display: inline;
	float: right;
	margin-bottom: 0;
	margin-top: 4px;
	padding: 0;
}

.selectall a,.selectall strong {
	font-size: 11px
}

.form-sections ul li a.disabled {
	background: transparent;
	color: #999;
}

h2 {
	display: block;
	font-size: 19px;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
}

h1.page-title {
	background: url("img/icons.png") no-repeat scroll 0 6px transparent;
	color: #404040;
	display: block;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	margin: 5px 0;
	padding: 0 0 0 22px;
}

h2.supplier-message {
	color: #333333;
	font-size: 2.5em;
	font-weight: bold;
	padding: 15px 20px 0 20px;
	line-height: 1.3em;
}

.pagetitle {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	margin: 5px 0;
	padding: 0 0 0 22px;
}

h2.simple {
	background: none;
	margin: 0;
	padding: 0;
}

.registered,.certified,accredited {
	border: 0px solid #eee;
	padding: 8px 6px 7px 35px;
}

.certified {
	background: url(img/certifyt.png) 0px 3px no-repeat;
	border-color: #666666;
}

.accredited {
	background: url(img/accreditt.png) 0px 3px no-repeat;
	border-color: #7e7e7e;
}

.registered {
	background: url(img/icons.png) 0px 3px no-repeat;
	border-color: #7e7e7e;
}

li .registered,li .certified,li .accredited {
	border: 0px solid #eee;
	padding: 3px 6px 3px 35px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0 6px;
}

.responsemenu {
	width: 358px;
	position: absolute;
	top: 4px;
	left: 578px;
	margin-bottom: 0px;
	height: 40px;
}

.responsemenu p {
	margin-bottom: 0px;
}

.responsemenu a {
	margin-left: 10px;
	height: 20px;
	float: right;
}

.help-section h3 {
	background: none;
	margin: 0;
	padding: 6px 0 6px 0px;
}

ol.help {
	margin-left: 20px
}

ol.help li {
	margin: 0 0 5px
}

.accordion,.accordion2 {
	background: #dfdfdf url(img/backgrounds.png) repeat-x left -900px;
	display: block;
	margin: 20px 0;
	overflow: hidden; /* IE8 margin bug */
	position: relative;
}

.accordion h3,.accordion2 h3 {
	background: transparent url(img/arrow-square.png) no-repeat scroll 98%
		-45px;
	border: 1px solid #CCC;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0 0;
	padding: 10px 40px 10px 30px;
}

.accordion2 h3 {
	background: url(img/arrow-square.png) no-repeat scroll 98% 11px
}

.accordion h3.active {
	background: url(img/arrow-square.png) no-repeat scroll 98% 11px
}

.accordion2 h3.active {
	background: transparent url(img/arrow-square.png) no-repeat scroll 98%
		-45px;
}

.accordion input.accord_input {
	left: 10px;
	position: absolute;
	top: 5px;
}

.accordion .accord,.accordion2 .accord {
	background: #fff;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin: 0 0px 0px 0;
	overflow: hidden;
	padding: 10px 15px;
}

.accordion-error {
	background: transparent url(img/backgrounds.png) repeat-x left -900px;
	display: block;
	margin: 0 2% 10px 2%;
	position: relative;
}

.accordion-error h3 {
	border: 1px solid #CCC;
	display: block;
	font-weight: bold;
	margin: 0px 0 0;
	padding: 10px 15px 10px 30px;
}

.accordion-error h3.eval {
	padding-left: 15px
}

.accordion-error input.accord_input {
	left: 10px;
	position: absolute;
	top: 10px;
}

.accordion-error .accord {
	background: #fff;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin: 0 0px 0px 0;
	overflow: hidden;
	padding: 10px 15px;
}

span.expandsub {
	background: transparent url(img/icons.png) no-repeat scroll 4px -1442px;
	display: inline;
	padding: 8px;
}

span.removeEdit {
	cursor: pointer;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	color: #0099CC;
	padding: 10px 15px 10px 00px;
}

.exactive span.expandsub {
	background: transparent url(img/icons.png) no-repeat scroll 4px -1392px;
}

.sub_accord {
	display: block;
	margin: 0 0px 0px 0;
	overflow: hidden;
	padding: 10px 15px;
}

.text-align-right {
    text-align: right;
}

.text-content fieldset {
	margin-left: 0
}

.expanded {
	padding: 10px 1px
}

h2.tableh2 {
	margin: 0 0 5px 2%
}

.highslide-body h2 {
	margin: 0px 0 10px
}

.highslide-body ul {
	margin-bottom: 15px
}

.pqqform {
	clear: both;
	width: 100%;
}

.repeating {
	padding-top: 1%
}

.h1icon {
	margin-left: 7px;
	padding: 10px 0 10px 60px;
}

.contentbar {
	background: #F3F3F3;
/* 	height: 56px; */
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #ccc;
}

.contentbar a {
	outline: none
}

.contentbar ul.steps {
	height: 55px;
	width: 860px;
	margin: 0px auto;
}

.contentbar ul.steps li {
	color: #666;
	display: block;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 14px;
	padding: 0;
	margin: 0px 8px;
}

.contentbar ul.steps li span {
	display: block;
	padding: 13px 10px 13px 10px;
}

.contentbar ul.steps li.steps-active {
	background: #dedede url(img/steps-arrow.png) no-repeat right top;
	color: #111;
	padding-right: 30px;
	height: 55px;
}

.contentbar ul.steps li.steps-active span {
	background: #dedede url(img/steps-arrow-span.png) no-repeat left top;
	display: block;
	padding: 13px 0px 14px 34px;
}

.contentbar ul.steps li.first-step span {
	padding: 13px 0 14px 20px
}

.contentbar ul.steps li span small {
	font-size: 11px;
	font-weight: normal;
}

.contentbar ul.steps li.first-step span {
	background: none;
	color: #111;
	display: block;
}

.last-updated {
	background: transparent url(img/icons.png) no-repeat scroll 0 -547px;
	font-size: 11px;
	padding: 3px 0 3px 20px;
	position: absolute;
	right: 15px;
	text-align: right;
	top: 8px;
}

.access-code {
	background: transparent url(img/icons.png) no-repeat scroll 0 -1347px;
	padding: 3px 0 3px 20px;
}

.contentbar ul.tabs {
	height: 55px;
}

.contentbar ul.tabs li {
	clear: none
}

.contentbar .full {
	width: 100%
}

.contentbar ul.tabs li.buttons {
	margin-top: 12px;
	min-width: 805px;
}

ul.listlists li {
	clear: none;
	display: inline;
	float: left;
	margin: 0 20px 0 0;
}

.contentbar ul.tabs li.buttons .btn:hover,.contentbar ul.tabs li.buttons .btn:focus
	{
	border: 1px solid #777;
	
}

.contentbar ul.tabs li {
	color: #111;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 14px;
	margin-left: 8px;
	margin-top: 1px;
	padding: 0px;
}

.contentbar ul.tabs li a {
	background: #dedede none repeat scroll 0 0;
	border: 1px solid #bbb;
	border-bottom: none;
	color: #666;
	display: block;
	margin: 23px 0px 0 0;
	padding: 8px 10px 8px 10px;
	 
}

.contentbar ul.tabs li a:hover{
	background: #ccc;
	color: #333; 
}

.copyFilesButton { 
	margin-left: -8px;
}

.contentbar ul.tabs li a.active-tab,.contentbar ul.tabs li a:hover.active-tab,.contentbar ul.tabs li a.selected
	{
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	color: #111;	
}
.contentbar ul.tabs li a.active{
	background: #ffffff;
    color: #353535;
	}
.contentbar ul.tabs li.active a{
	  background: #ffffff;
	 color: #353535;
	}	
	
.choosenotice {
	background: #f3f3f3;
	border: 1px solid #CCCCCC;
	margin: 0 0 20px;
	padding: 10px 40px 10px 2%;
}

.choosenotice a {
	font-weight: bold
}

.newlist {
	position: absolute;
	right: 20px;
	top: 10px;
}

.basic-list-enotice {
	margin: 0 0 15px 15px
}

.basic-list {
	margin: 0 0 15px 15px
}

.clear-list li {
	margin-bottom: 1em;
}

.clear-list li ul li {
	margin-bottom: 5px
}

ul.pdfs {
	margin-left: 0px
}

ol.basic-list li {
	margin: 0 0 5px 20px;
	padding: 6px 0px 6px 0px;
}

ul.basic-list li {
	background: url("img/breadcrumbarrow.png") no-repeat scroll 2px 10px
		transparent;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 6px 0px 6px 20px;
}

ul.basic-list-enotice li {
	background: url("img/breadcrumbarrow.png") no-repeat scroll 2px 6px
		transparent;
	font-weight: normal;
	margin: 0 0 0;
	padding: 0 0px 0 20px;
}

ul.basic-list-suppliers {
	margin-bottom: 10px;
}

ul.basic-list-suppliers li {
	background: url("img/breadcrumbarrow.png") no-repeat scroll 2px 10px
		transparent;
	font-weight: normal;
	margin: 0 0 2px 20px;
	padding: 2px 0px 2px 20px;
}

ul.sitemap {
	margin: 0
}

ul.sitemap li {
	background: #fff;
	font-weight: bold;
	margin: 0 20px 5px 0px;
	padding: 6px 0px 6px 20px;
}

ul.sitemap li ul li {
	background: url("img/breadcrumbarrow.png") no-repeat scroll 2px 10px
		#fff;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 5px 0 0px 20px;
}

ul.pdfs li {
	background: url(img/icons.png) no-repeat 0px -2793px;
	padding: 6px 0px 6px 24px;
}

ol.decimal {
	margin-bottom: 0px;
	padding-bottom: 10px
}

ol.decimal li {
	background: none;
	display: list-item;
	list-style-type: decimal;
	margin: 0 0 0 10px;
}

.list-status {
	background: #fafafa;
	border: 1px solid #f1f1f1;
	font-size: 11px;
	padding: 10px;
	position: relative;
}

.help-section ul {
	margin-bottom: 20px
}

.help-section h3 a {
	color: #252525;
	font-size: 13px;
	font-weight: bold;
}

h1 span.helpicon {
	display: inline;
	float: right;
}

.contentbar p {
	margin: 0
}

ul.view-response {
	margin-top: 10px
}

.rightcolback {
	background: #F3F3F3 none repeat scroll 0 0;
	position: relative;
}

/*View edit mode styling on the right hand side */
.viewedit {
	font-size: 12px;
	position: absolute;
	right: 88px;
	top: 15px;
	z-index: 11;
}

.viewedit2 {
	font-size: 12px;
	position: absolute;
	right: 3px;
	top: 15px;
	z-index: 11;
}

.viewedit a, .viewedit2 a {
	background: #fff;
	color: #999;
	padding: 4px 7px;
	border: 1px solid #999;
	display: inline-block;
}

.viewedit a.active-tab, .viewedit2 a.active-tab{
	background: #999;
	border: 1px solid #999;
	color: #fff;
	display: inline-block;
	margin-left: 0;
	padding: 4px 7px;
}

.viewedit a.active-tab:hover, .viewedit2 a.active-tab:hover {
	background: #999;
}

.viewedit a:hover, .viewedit2 a:hover{
	background: #333333;
	border: 1px solid #999;
	color: #fff;
	display: inline-block;
	margin-left: 0;
	padding: 4px 7px;
}

#filter {
	display: none
}

a.filter {
	background: #eee;
	display: inline;
	float: right;
	margin: 0 20px 0 0;
	padding: 5px 10px;
}

#filter-list {
	background: #f3f3f3;
	display: none;
	height: 100px;
}

.filter-status {
	float: right
}

.twocolback {
	background: #FFFFFF url(img/rightcolback.png) repeat-y scroll 100% 0;
	min-height: 570px;
	padding-top: 25px;
	width: 76%;
}

span.pagelinks {
	display: block;
	float: left;
	margin: 15px 0 10px 18px;
}

span.pagebanner {
	color: #999;
	float: right;
	margin: 15px 27px 3px 0;
	text-align: right;
}

span.pagelinks span a {
	background: #f2f2f2;
	border: 1px solid #ccc;
	margin: 0 3px 5px 0;
	padding: 3px 8px;
}

span.pagelinks span a:hover {
	background: #ccc;
	border: 1px solid #f2f2f2;
}

span.pagelinks span.nolink,span.pagelinks span strong {
	background: #fff;
	border: 1px solid #eee;
	margin: 0 3px 5px 0;
	padding: 3px 8px;
}

.form-sections {
	height: 100%;
	margin-left: -1px;
	margin-top: 0;
	padding-bottom: 20px;
	width: 24%;
}

.form-sections ul {
	margin: 50px 0 0 0
}

.form-sections ul li {
	margin: 0;
	padding: 0;
}

.form-sections li a,.form-sections li span {
	display: block;
	float: none;
	margin: 0;
	padding: 9px 10px;
}

.form-sections ul li .btn {
	margin: 20px 0 0 10px;
	padding: 6px 7px;
	text-align: center;
	width: 80%;
}

li.sections-active a,li.sections-active span,ul.right-help li a.selected
	{
	background: #fff;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #252525;
	font-weight: bold;
}

.form-sections ul li.sections-active a:hover,ul.right-help li a:hover.selected
	{
	background: #fff
}

.form-sections ul li a:hover {
	background: #eee url(img/leftcolback.png) repeat-y left top
}

fieldset .message {
	margin-left: 0
}

.message label.desc {
	font-size: 12px
}

.text-content {
	margin: 2%
}

.text-content p.large {
	max-width: 1000px
}

.treeNav {
	margin: 0 0 10px 2%
}

#footer {
	padding: 8px 0 0px 0;
}

#footer p {
	font-size: 11px
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #fff;
}

#footer .footer-links {
	
}

#footer .footer-links a {
	margin-right: 10px
}

.copyright {
	text-align: right;
}

.event {
	border-bottom: 1px dashed #eee;
	margin: 0 0 10px 0px;
	overflow: hidden;
	padding: 0 0 20px 60px;
}

.event p {
	margin: 0 0 0 15px;
	padding: 0px 0 5px;
}

.event a {
	font-size: 14px;
	font-weight: bold;
}

.event span a {
	color: #252525;
	font-size: 11px;
	font-weight: normal;
}

.sidebar {
	margin-top: 0px;
}

.nav-block p {
	font-size: 11px;
	margin: 10px;
}

.nav-block {
	background-color: #fff;
	margin-bottom: 15px;
	padding: 0px;
}

.sidebar h2 a {
	color: #fff
}

h2.notices {
	background-position: 0 -83px
}

h2.response-list {
	background-position: 0 -250px
}

h2.tenderbox {
	background-position: 0 -164px
}

.side-menu ul {
	font-size: 12px
}

.sidebar .side-menu ul {
	margin: 4px 0
}

.side-menu  li {
	display: block;
	float: none;
	text-align: left;
}

.side-menu ul li a,.side-menu ul li span {
	background: url("img/breadcrumbarrow.png") no-repeat scroll 7px 10px
		transparent;
	color: #2b2b2b;
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 6px 0px 6px 20px;
}

.dropdown {
	background: url(img/down-arrow.gif) no-repeat 96% center
}

.side-menu ul li a.subnav-heading,.side-menu ul li a:hover.subnav-heading
	{
	background-image: none;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 4px;
	width: 160px;
}

.headingcontent {
	display: block;
	height: 32px;
}

.responselist {
	background-image: url(img/icons.png);
	background-position: 0px -497px;
	background-repeat: no-repeat;
	display: inline-block;
	padding: 0px 0px 0px 19px;
}

.assistance ul li a {
	background-image: none;
	color: #929292;
	display: inline;
	padding: 0;
}

.rtf,.doc,.docx {
	background-position: 5px -2743px
}

.txt {
    background-position: 5px -2543px
}

.pdf {
	background-position: 5px -2793px
}

.xls,.xlsx,.csv {
	background-position: 5px -2843px
}

.ppt,.pptx {
	background-position: 5px -2893px
}

.jpeg,.gif,.png {
	background-position: 5px -2943px
}

.xml {
	background-position: 5px -2993px
}

.vsd {
	background-position: 5px -3043px
}

.zip {
	background-position: 5px -3093px
}

.mpeg,.mp4 {
    background-position: 5px -2543px;
}

.directory {
	background-position: 5px -1092px
}

.miscType {
	/*background-position: 5px 6px;*/
	background-position: 5px -2543px;
}

.side-menu ul li ul {
	background: #f9f9f9;
	margin: 0;
	padding: 0;
}

.side-menu ul li ul li a {
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
	display: block;
	font-size: 11px;
	padding: 7px 10px 7px 12px;
	text-align: left;
}

.side-menu ul li ul li a:hover,.side-menu ul li ul li.selsub a {
	background: #efefef;
	border-bottom: 1px solid #eee;
	color: #111;
	padding: 7px 10px 7px 12px;
	text-align: left;
}

.side-menu ul li ul li.selsub a {
	background: #f9f9f9
}

.side-menu ul li a.selectnav {
	color: #929292
}

.side-menu ul li a.projectnav {
	color: #6e6e6e
}

.side-menu ul li a.vaultnav {
	color: #c1c1c1
}

#popbg table.basic-table td,.form-table td {
	padding: 5px 10px
}

#teamEvalDisplays td,#pqqResp td {
	min-width: 42px;
}

.tiny {
	width: 20px
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	font-weight: normal;
	text-align: left;
}

table,td,th {
	vertical-align: top
}

table.basic-table {
	border-collapse: collapse;
	border-top: 1px solid #CCC;
	word-wrap: break-word;
	margin: 0 0;
	width: 100%;

}

.contractsListTable table.basic-table {
    word-wrap: normal!important;
}

table#reminderFive,table#reminder {
	background: #f5f5f5;
	border: 0 solid #d8d8d8;
	color: #474747;
}

table#reminderFive thead,table#reminder thead {
	display: none;
}

table#reminderFive tr,table#reminder tr {
	border: 0;
}

table#reminderFive td,table#reminder td {
	border: 0;
}

table#reminderFive tr.even,table#reminder tr.even {
	background: #fafafa
}

table#reminderFive tr.odd,table#reminder tr.odd {
	background: #f6f6f6
}

fieldset table.basic-table {
	float: none;
	width: 96%;
	margin: 2% 0;
}

#popbg table.basic-table {
	margin: 10px 0 10px;
}

table.financial {
	table-layout: fixed;
	width: 100%;
	word-wrap: break-word;
}

table.financial td,table.financial th {
	border-left: 1px solid #ccc
}

table.basic-table tr,table.basic-table tr.odd {
	background: #fff;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

table.basic-table tr.even {
	background: #f1f1f1
}

table.basic-table tr.highlight {
	background-color: #fdfdfd
}

table.basic-table td {
	border-bottom: 1px solid #CCC;
	padding: 10px;
	text-align: left;
}

table#tenders td,table#docu td {
	max-width: 400px;
	overflow: hidden;
}

th,thead td {
	-moz-text-shadow: 0px 1px 1px #fff;
	border-bottom: 1px solid #CCC;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 5px 10px;
	text-align: left;
	text-shadow: 0px 1px 1px #fff;
}

/* Add grey <th> */
th,thead td,fieldset th,thead td,.thead, thead, td.th_bg {
	background: #bbb url(img/backgrounds.png) repeat-x left -700px!important;
}
td.clear-bg{
	background: #fff !important;
}

.collaborationtable td.clear-bg {
	border: 0 !important;
}

.bids-table img.helpicon.inline{
	    position: absolute;
    bottom: 5px;
    right: 4px;
    width: 11px;
}
.thead {
	background: transparent url(img/backgrounds.png) repeat-x left -900px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-size: 12px;
	height: 32px;
	line-height: 1.5em;
	margin-left: 0;
	padding: 0 10px 8px 10px;
	position: relative;
	text-align: left;
}

table.financial th,table.financial thead th,.widget th {
	line-height: 1.1em;
}

.widget table.basic-table td {
	padding: 8px 10px;
}

table.basic-table th.sortable a,table.basic-table thead th.sortable a, table.display th.sort{
	background: url(img/bg.gif) no-repeat right center;
	color: #252525;
	padding-right: 20px;
}
	
table.basic-table td.choose-action {
	width: 150px;
}

.status-table {
	width: 50px;
}

table.basic-table th.check-select {
	width: 20px;
}

table#logList {
	display: block;
}

body#admin table { /*width: 672px;*/
	font-size: 11px;
}

table.jCalendar {
	background: #aaa;
	border: 1px solid #000;
	border-spacing: 2px;
	font-size: 11px;
}

table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
	text-align: center;
	text-shadow: 0 0 0;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}

table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}

table.jCalendar td.today {
	background: #666;
	color: #fff;
}

table.jCalendar td.selected {
	background: #9b9b9b;
	color: #fff;
}

table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}

table.jCalendar td.disabled {
	background: #bbb;
	color: #888;
}

div.dp-popup {
	background: #fff;
	font-size: 10px;
	line-height: 1.2em;
	padding: 10px;
	position: relative;
	width: 171px;
}

div#dp-popup {
	border: 1px solid #ccc;
	position: absolute;
	z-index: 35;
}

div.dp-popup h2 {
	background: none;
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0 5px;
	padding: 0;
	text-align: center;
}

a#dp-close {
	display: block;
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
}

a#dp-close:hover {
	text-decoration: underline
}

div.dp-popup a {
	color: #000;
	padding: 3px 2px 0;
	text-decoration: none;
}

div.dp-popup div.dp-nav-prev {
	left: 10px;
	position: absolute;
	top: 9px;
	width: 100px;
}

div.dp-popup div.dp-nav-prev a {
	float: left
}

div.dp-popup div.dp-nav-prev a,div.dp-popup div.dp-nav-next a {
	cursor: pointer
}

div.dp-popup div.dp-nav-prev a.disabled,div.dp-popup div.dp-nav-next a.disabled
	{
	cursor: default
}

div.dp-popup div.dp-nav-next {
	position: absolute;
	right: 10px;
	top: 9px;
	width: 100px;
}

div.dp-popup div.dp-nav-next a {
	float: right
}

div.dp-popup a.disabled {
	color: #aaa;
	cursor: default;
}

div.dp-popup td {
	cursor: pointer
}

div.dp-popup td.disabled {
	cursor: default
}

a.dp-choose-date {
	background: url(img/datepicker.gif) no-repeat;
	display: block;
	float: left;
	height: 16px;
	margin: 5px 3px 0;
	overflow: hidden;
	padding: 0;
	text-indent: -2000px;
	width: 16px;
}

a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

input.dp-applied {
	float: left;
	width: 140px;
}

.nav-advert {
	font-size: 12px
}

.clue {
	background: url("img/cluetip.gif") no-repeat scroll right top
		transparent;
	padding-right: 20px;
	padding-left: 20px;
}

.clue-unwrapped {
    background: url("img/cluetip.gif") no-repeat scroll center transparent;
    padding: 0px 20px;
}

.clue-enotice {
	background: none;
	padding-right: 20px;
}

#cluetip-title {
	overflow: hidden
}

#cluetip-title #cluetip-close {
	float: right;
	position: relative;
}

#cluetip-waitimage {
	background-image: url(img/wait.gif);
	height: 11px;
	position: absolute;
	width: 43px;
}

.cluetip-arrows {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: none;
	height: 22px;
	left: -11px;
	position: absolute;
	top: 0;
	width: 11px;
}

#cluetip-extra {
	display: none
}

.cluetip-jtip {
	background-color: transparent
}

.cluetip-jtip #cluetip-outer {
	background-color: #fff;
	border: 2px solid #ccc;
	font-size: 12px;
	position: relative;
}

.cluetip-jtip h3#cluetip-title {
	background-color: #ccc;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 1px 5px 3px;
}

.cluetip-jtip #cluetip-inner {
	display: inline-block;
	padding: 0 5px 5px;
}

.cluetip-jtip div#cluetip-close {
	color: #900;
	margin: 0 5px 5px;
	text-align: right;
}

.clue-right-jtip .cluetip-arrows {
	background-image: url(img/arrowleft.gif)
}

.clue-left-jtip .cluetip-arrows {
	background-image: url(img/arrowright.gif);
	left: 100%;
	margin-right: -11px;
}

.clue-top-jtip .cluetip-arrows {
	background-image: url(img/arrowdown.gif);
	height: 11px;
	left: 50%;
	margin-left: -11px;
	top: 100%;
	width: 22px;
}

.clue-bottom-jtip .cluetip-arrows {
	background-image: url(img/arrowup.gif);
	height: 11px;
	left: 50%;
	margin-left: -11px;
	top: -11px;
	width: 22px;
}

.highslide-body {
	padding: 0px 10px;
}

.highslide-container table {
	background: none
}

.highslide {
	outline: none;
	text-decoration: underline;
}

.highslide img {
	border: 2px solid silver
}

.highslide-active-anchor img {
	visibility: hidden
}

.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	cursor: default;
	visibility: visible;
}

.highslide-image {
	border-color: white;
	border-style: solid;
	border-width: 2px;
}

.highslide-wrapper,.highslide-outline {
	background: white
}

.highslide-image-blur {
	
}

.highslide-number {
	color: gray;
	font-size: .9em;
	font-weight: bold;
}

.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
}

.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}

.highslide-dimming {
	background: black
}

a.highslide-full-expand {
	background: url(/delta/scripts/highslide/graphics/fullexpand.gif)
		no-repeat;
	display: block;
	height: 34px;
	margin: 0 10px 10px 0;
	width: 34px;
}

.highslide-loading {
	background-color: white;
	background-image:
		url(/delta/scripts/highslide/graphics/loader.white.gif);
	background-position: 3px 1px;
	background-repeat: no-repeat;
	border: 1px solid white;
	color: black;
	display: block;
	font-size: 9px;
	font-weight: bold;
	padding: 3px;
	padding-left: 22px;
	text-decoration: none;
	text-transform: uppercase;
}

.highslide-move,.highslide-move * {
	cursor: move
}

.highslide-viewport {
	background: none;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

.highslide-overlay {
	display: none
}

.hidden-container {
	display: none
}

.closebutton {
	background: url(/delta/scripts/highslide/graphics/close.png);
	cursor: pointer;
	height: 30px;
	left: 15px;
	position: relative;
	top: -15px;
	width: 30px;
}

.highslide-maincontent {
	display: none
}

.highslide-html {
	background-color: white
}

.highslide-html-content {
	display: none;
	padding: 0 0px 5px 5px;
	width: 400px;
	height: 100px;
}

.highslide-header {
	margin-top: 5px;
	padding-right: 5px;
}

.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}

.highslide-header ul li.highslide-previous,.highslide-header ul li.highslide-next
	{
	display: none
}

.highslide-header a {
	color: gray;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.highslide-header a:hover {
	color: black
}

.highslide-header .highslide-move a {
	cursor: move
}

.highslide-footer {
	height: 16px
}

.highslide-footer .highslide-resize {
	background: url(/delta/scripts/highslide/graphics/resize.gif) no-repeat;
	display: block;
	float: right;
	height: 11px;
	margin-top: 5px;
	width: 11px;
}

.highslide-footer .highslide-resize span {
	display: none
}

.highslide-resize {
	cursor: nw-resize
}

.no-footer .highslide-footer {
	display: none
}

.header_info {
	color: #777777;
	display: inline;
	float: left;
	font-size: 12px;
	width: 355px;
}

/* START #pageheader */
h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 20px 0;
}

#pageheader {
	position: relative;
	border: 1px solid #ccc;
	margin: 10px 0;
	background: url(img/pixel.gif) #f3f3f3 repeat-y 469px 0;
}

#pageheader a {
	margin: 0 10px 0 0;
}

#pageheader #name,#pageheader #information {
	display: block;
	float: left;
	padding-bottom: 20px;
}

#pageheader #name {
	width: 47.9%;
	padding: 0 10px 20px 10px;
}

#pageheader #name h1 {
	margin: 20px 0 30px 66px;
}

#pageheader #name .namestatus {
	color: #aaa;
}

#pageheader #information {
	color: #666;
	font-size: 11px;
	position: relative;
	width: 49.9%;
}

#pageheader #information .activity {
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 5px;
}

#pageheader #information ul {
	margin: 10px;
}

#pageheader #information ul li {
	margin-bottom: 5px;
}

#pageheader #information h2 {
	background: #e4e4e4;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px;
}

#pageheader .iconic {
	margin-right: 10px;
	top: 10px;
	left: 10px;
}
/* END #pageheader */
#responselisticon {
	background-position: 0 0
}

.settings {
	background: #e3e3e3;
	border: 1px dotted #CCCCCC;
	color: #666;
	font-size: 11px;
	margin: 3px 0 0;
	padding: 2px 7px;
	z-index: 21;
}

a.settings:hover {
	background: #ddd;
	border: 1px solid #999;
	color: #333;
}

.account-block {
	background: url("img/large_icons.png") no-repeat scroll 0 6px
		transparent
}

.icons {
	background-image: url("img/icons.png");
	background-repeat: no-repeat;
}

td .icons {
	padding: 8px 0 3px 29px;
	word-break: break-all;
}

.stages h2 {
	background: #121d4c;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 13px 0;
}

.stages h2 a {
	color: #fff
}

.stages h2 span {
	padding: 16px 0 20px 60px
}

.stages h2.documents {
	background-position: 0 -105px
}

.stages h2.invitesuppliers {
	background-position: 0 -200px
}

.stages h2.evaluate {
	background-position: 0 0px
}

.stages ul li {
	display: block;
	font-size: 13px;
	margin: 10px 0 10px;
}

.stages ul li a,.stages ul li span {
	font-weight: bold
}

.stages ul li span span,.stages ul li a span {
	background-color: #999;
	color: #fff;
	display: inline;
	margin: 0 10px 0 15px;
	padding: 2px 8px;
}

.stages ul.documents span.curved {
	background-color: #828282
}

.stages ul.invitesuppliers span.curved {
	background-color: #d0d0d0
}

.stages ul.evaluate span.curved {
	background-color: #c2c2c2
}

.stages span.cross,.stages span.tick {
	padding: 3px 10px
}

.stages span.cross {
	background-image: url(img/cross.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.stages span.tick {
	background-image: url(img/check1.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.large_icon_trans {
	background: url("img/large_icons_trans.png") 0 0 no-repeat transparent
}

.large_icon {
	background: url("img/large_icons.png") 0 0 no-repeat transparent;
	min-height: 70px;
	padding: 0 10px 0px 70px;
}

.largeicon {
	background: url("img/default_large_icons.png") 0 0 no-repeat transparent;
	display: inline;
	float: left;
	padding: 0 0px 0px;
}

/* Stages */
.tenderbox_trans {
	background-position: 9px -214px;
}

.notice_trans {
	background-position: 9px -365px;
}

.responselist_trans {
	background-position: 9px -63px
}

.documents_trans {
	background-position: 9px -1043px;
}

.suppliers_trans {
	background-position: 9px -741px;
}

.evaluate_trans {
	background-position: 9px -666px;
}

.selectlogo {
	background: url("img/selectlogo.png") right 0 no-repeat transparent;
	padding: 0 220px 0px 0;
}

.important {
	background-position: right -2696px;
	font-weight: bold;
	padding-right: 24px;
}

#dashboard h3 {
	border-top: 0px solid #eee;
	font-size: 17px;
	font-weight: bold;
	padding-top: 10px;
}

#dashboard h3 a {
	color: #252525
}

.loginbox {
	background: #dbdbdb url(img/front-back.png) repeat-x 0 0px;
	display: block;
	height: 109px;
	position: absolute;
	right: 0px;
	top: 10px;
	width: 295px;
}

.loginbox a {
	color: #2b2b2b;
	font-size: 11px;
}

.registerlink {
	margin-left: 20px
}

.loginbox fieldset {
	background: none;
	border: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.loginbox #j_username,.loginbox #j_password {
	display: inline;
	float: left;
	padding: 3px;
	width: 180px;
}

.loginlabel {
	display: inline;
	float: left;
	font-size: 11px;
	margin: 0px 5px 0 0;
	padding: 0px 0 0 0;
	text-align: right;
	width: 70px;
}

.loginsubmit {
	display: inline;
	float: right;
	margin-right: 20px;
}

.buyers,.suppliers {
	display: inline;
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	width: 320px;
}

.buyers ul.basic-list,.suppliers ul.basic-list {
	margin-left: 0px
}

.about-block {
	width: 290px
}

.about-block p {
	margin-left: 15px;
	margin-right: 15px;
}

.leftblock {
	display: inline;
	float: left;
	width: 680px;
}

.rightblock {
	display: inline;
	float: right;
	width: 290px;
}

fieldset .message {
	margin-left: 0
}

fieldset h2,.infobox h2 {
	-moz-text-shadow: 0px 1px 1px #fff;
	background: transparent url(img/backgrounds.png) repeat-x left -700px;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 8px 10px;
	text-shadow: 0px 1px 1px #fff;
}

fieldset h2.defaultheader {
	margin-top: 20px;
	text-shadow: 0px 0px 0px #fff;
}

.evaluation {
	background: #fff;
	padding: 20px;
}

fieldset > ul,
fieldset div ul {
	margin: 10px 8%
}


form.basic-form {
	margin: 0;
	padding: 0;
}

fieldset {
clear:both;
	background: #f7f7f7;
	border: 1px solid #ddd;
	margin: 0px;
	/*margin-bottom: 20px;*/
	margin-bottom:0!important;
}

form fieldset legend {
	color: #111;
	font-weight: bold;
	padding: 0 5px 0;
}

form li {
	clear: both;
	display: block;
	margin: 0 0 5px;
	padding: 4px 0px 2px 0px;
	position: relative;
}

form li:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

form li span {
	float: left;
	width: 100%;
}

form ul li.rs-li {
	margin: 0 0 10px
}

form li label span {
	float: none
}

form li small span {
	float: none
}

form li div.column {
	padding-bottom: 0;
	margin:0px 8%;
}

form li div.column2 {
    padding-bottom: 0;
}

form li div span.left,form li div span.right {
	margin: 0;
	width: 47%;
}

form li div span.full input,form li div span.full select,form li div span.left input,form li div span.right input,form li div span.left select,form li div span.right select
	{
	width: 100%
}

form li.section {
	border-top: 1px dotted #ccc;
	padding-bottom: 0px;
	padding-top: .9em;
	width: 97%;
}

form ul li.first {
	border-top: none;
	margin-top: 0px;
	padding-top: 0px;
}

form label img {
	margin: 0 0 0 3px;
	padding: 0;
}

.desc {
	color: #444;
	display: block;
	font-weight: bold;
	line-height: 150%;
	/*min-height: 22px;*/
	margin-bottom: 5px;   
}

.descEvaluation {
	color: #444;
	display: block;
	font-weight: bold;
	line-height: 150%;
	/*min-height: 22px;*/
	margin-bottom: 5px;
	background: #e5e5e5
}

.desc1 {
	color: #00f;
	display: block;
	font-weight: bold;
	line-height: 150%;
	/*min-height: 22px;*/
	margin-bottom: 5px;
}

.subdesc {
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	/*min-height: 22px;*/
	padding: 0 0 1px;
	margin-bottom: 2px;
	color: black;
}

fieldset p.included-sections {
	background: #fefefe;
	border: 1px solid #ccc;
	font-size: 12px;
	margin: 0 0 10px;
	padding: 5px 10px;
	width: 66%;
}

form li div label,form li span label {
	clear:both;
	display:block;
	font-size: 11px;
	line-height: 9px;
	margin: 0;
	padding-top: 4px;
}

form li div label.desc {
	font-size: 13px
}

label.choice {
	color: #222;
	display: block;
	font-size: 100%;
	line-height: 1.5em;
	margin: -1.65em 0 0 20px;
	padding: .44em 0 .5em 0;
	width: 100%;
}

label.choiceDisabled {
	color: #C0C0C0;
	display: block;
	font-size: 100%;
	line-height: 1.5em;
	margin: -1.65em 0 0 20px;
	padding: .44em 0 .5em 0;
	width: 88%;
}

.login-form label.choice {
	font-size: 95%
}

form li .datepicker {
	cursor: pointer;
	float: left;
	height: 16px;
	margin: .1em 5px 0 0;
	padding: 0;
	width: 16px;
}

form li div label .currently {
	display: none
}

.button,a.button {
	color: #333;
	cursor: pointer;
	display: inline-block;
	line-height: 22px;
	margin: 0 10px 10px 0;
	padding: 0px 8px 2px;
	text-decoration: none;
	width: auto;
}

a:visited.button {
	color: #fff
}

a:hover.button {
	text-decoration: none
}

a.button {
	font-size: 13px;
	line-height: 19px;
	padding: 0 13px 2px;
}

.button:active {
	border: 2px solid #333
}

.previous,a.previous {
	background: url(img/buttonprevious.gif);
	border: 2px solid #4b4b4b;
}

input.text,textarea.textarea,select.select {
	background: #fff url(img/fieldbg.gif) repeat-x top;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-top: 1px solid #7c7c7c;
	color: #252525;
	font: 12px arial, serif;
	margin: 0;
}

input.text:focus,textarea.textarea:focus {
	background: #f5f5f5 url(img/fieldbg.gif) repeat-x top
}

select.select:focus {
	background: #fff url(img/fieldbg.gif) repeat-x top
}

input.text,input.file {
	padding: 5px 0;
	width: 100px;
	margin-bottom: 10px;
}

input.checkbox,input.radio {
	display: block;
	height: 13px;
	line-height: 1.5em;
	margin: .6em 0 0 3px;
	width: 13px;
}

select.select,select.select[class] {
	background: #fff;
	margin: 0;
	padding: 5px;
}

.buttons {
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}

fieldset.confirmq {
	background: #fcfcfc;
	border: 1px solid #bbbbbb;
}

.third {
	max-width: 300px;
	width: 32%;
}

.sixth {
	max-width: 150px;
	width: 16%;
}

.half {
	max-width: 500px;
	width: 48%;
}

input.full,textarea.full,input.large,select.large,textarea.textarea {
	display: block;
	float: left;
	width: 100%;
	margin: 8px 0;
}

.textboxminheight {
	min-height: 75px;
}

.evField {
	display: block;
	float: left;
	width: 100%;
	margin: 0 -2px 3px -3px;	
}

input.tiny,select.tiny {
	width: 4%
}

input.small,select.small {
	max-width: 250px;
	width: 25%;
	margin-bottom: 10px;
}

input.medium,select.medium {
	max-width: 600px;
	width: 66%;
	margin-bottom: 10px;
}

textarea.small {
	height: 4.5em;
	overflow-x: hidden;
}


textarea.medium {
	height: 20px;
	max-width: 600px;
	width: 66%;
}

textarea.large {
	height: 20em
}

form li.error {
	background-color: #FFDFDF;
	display: block;
	margin: 3px 0;
}

form li.error label {
	color: #DF0000
}

form p.error {
	clear: both;
	color: red;
	display: none;
	font-size: 10px;
	font-weight: bold;
	margin: -2px 0 5px 0;
}

form li.error p.error {
	display: block
}

.req {
	background: transparent url(img/req.png) no-repeat scroll 0 -1px;
	color: #ccc;
	float: none;
	font-size: 1px;
	font-weight: normal;
	margin: 0;
	padding: 9px 27px;
}
.reqspace {


	float: none;
	font-size: 1px;
	font-weight: normal;
	margin: 0;
	padding: 9px 27px;
}

.red {
	color: #FF3300;
	font-weight: bold;
}

.external-popup {
	background: transparent url(img/external_link.gif) no-repeat scroll
		right 0px;
	float: none;
	padding-right: 18px;
}

form li.leftHalf,form li.rightHalf {
	width: 46%;
}

form li.left,form li.right {
	width: 50%;
	
}

.colThird {
	width: 32%;
	float: left;
}

.colQuarter {
	width: 24%;
	float: left;
}

li.leftHalf {
	clear: both;
	float: left;
}

li.left {
	clear: both;
	float: left;
}


li.rightHalf {
	clear: none;
	float: right;
}

li.right {
	clear: none;
	float: right;
}

span span.fieldError,li.leftHalf span.fieldError,li.rightHalf span.fieldError,li.left span.fieldError,li.right span.fieldError
	{
	float: left;
	margin: 0;
	padding: 0;
}

.lists {
	display: block;
	float: right;
	margin: 0 0 5px;
	padding: 0 0 0 0;
	width: 440px;
}

.inline-element {
	display: inline;
	float: left;
	margin-bottom: 0;
	margin-right: 15px;
	padding-bottom: 0;
}

.child-element {
	display: inline;
	float: left;
	margin-bottom: 0;
	margin-right: 15px;
	padding-bottom: 0;
}

.accordion2 > .accord > .ml2 > .inline-element {
	width:100%;
}

.largebtn {
	display: block;
	text-align: center;
	width: 120px;
}

 .btn,.inline-btn {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #121d4c;
	color: #fff;
	cursor: pointer;
	font: 13px Arial, sans-serif;
	overflow: visible;
	padding: 5px 16px 6px;
	vertical-align: middle;
	display: inline-block;
	border: 0;
	transition: background 0.3s;
	margin-bottom: 10px;
}

.a-btn {
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #121d4c;
	color: #fff;
	cursor: pointer;
	font: 13px Arial, sans-serif;
	overflow: visible;
	padding: 5px 16px 6px;
	vertical-align: middle;
	display: inline-block;
	border: 0;
	transition: background 0.3s;
	margin-bottom: 10px;
}

.a-btn-small{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: url(img/backgrounds.png) repeat left -100px;
    border: 1px solid #999;
    color: #fff;
    cursor: pointer;
    font: bold 12px Arial, sans-serif;
    overflow: visible;
    padding: 5px 12px;
    margin-bottom: 5px;
    text-shadow: #2481B2 0 -1px 0;
    vertical-align: middle;
}

.response-btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url(img/backgrounds.png) repeat left -100px;
	border: 1px solid #999;
	color: #fff;
	cursor: pointer;
	font: bold 13px Arial, sans-serif;
	overflow: visible;
	padding: 5px 16px 6px;
	text-shadow: #2481B2 0 -1px 0;
	vertical-align: middle;
}

.evaluatebuttons {
	margin-top: 4px;
}

.lockevaluation {
	position: absolute;
	margin-top: -34px;
	left: 212px;
	margin-bottom: 0px;
}

.lockevaluationcomment {
	position: absolute;
	left: 160px;
	margin-top: -64px!important;	
}

@-moz-document url-prefix() { 
  .lockevaluationcomment{
     margin-top: -30px!important;
  }
}

a.action-btn,.action-btn a,input.action-btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 30px;
	color: #fff;
}

input[type=submit]:not(.overlay-btn):not(.invite-btn):hover, a:hover.action-btn,.action-btn a:hover,input:hover.action-btn,a:active.action-btn,.action-btn a:active,input:active.action-btn,a:focus.action-btn,.action-btn a:focus,input:focus.action-btn,input:hover.btn,button:hover.btn,a:hover.btn,input:hover.inline-btn,
input:hover.a-btn,button:hover.a-btn,a:hover.a-btn {
	background: #279ACE;
	color: #FFF;
}

table.responses-overview-table td.ranking {
        background: #d2d2d2;
        border-right:1px solid #666;
}
 
table.responses-overview-table td.failed {
        background-color: #ffaa80;
}
 
table.responses-overview-table td.failed-price-score {
        column-span: 2;
}
 
table.responses-overview-table td.failed-price-pct {
        column-span: 0;
}

input.inline-btn,a.inline-btn,.inline-btn {
	font-size: 13px;
	padding: 6px 18px 6px;
	vertical-align: top;
	margin-top: 0px;
}

#qualificationTable th input.inline-btn,
#qualificationTable th a.inline-btn,
#qualificationTable th .inline-btn {
	display: inline-block;
	margin-left: -8px;
    margin-top: 4px;
}

#content  a.form-link {
	background-image: url(img/buttonsfbt.png);
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	line-height: 20px;
	overflow: hidden;
	padding: 0px;
	width: 32px;
}

#content a.form-link span {
	display: block;
	left: -1000px;
	position: absolute;
}

#content a.form-link-button-previous-button {
	background-position: 0 -51px;
	float: left;
	margin: 5px 0px 0 20px;
}

#content a.form-link-button-next-button {
	background-position: 0 -0px;
	float: right;
	margin: 5px 20px 0 0;
}

#content a:hover.form-link-button-previous-button {
	background-position: 0 -156px
}

#content a:hover.form-link-button-next-button {
	background-position: 0px -106px
}

a.form-link-pqq {
	background-image: url(img/buttonsfbt.png);
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	line-height: 20px;
	overflow: hidden;
	padding: 0px;
	width: 32px;
}

a.form-link-pqq-button-previous-button {
	background-position: 0 -51px;
	float: left;
	margin: 5px 0px 0 20px;
}

a.form-link-pqq-button-next-button {
	background-position: 0 -0px;
	float: right;
	margin: 5px 20px 0 0;
}

a:hover.form-link-pqq-button-previous-button {
	background-position: 0 -156px
}

a:hover.form-link-pqq-button-next-button {
	background-position: 0px -106px
}

table.form-table {
	border-top: 0;
	margin: 0;
	width: 100%;
}

table.form-table tr {
	border-left: 0;
	border-right: 0;
}

table.form-table tr:hover {
	background: #ddd;
}

table.form-table td {
	border-bottom: 0;
	padding: 2px;
	vertical-align: middle;
}

form li label span.choice {
	margin-left: 10px
}

.disabled,input[disabled],textarea[disabled],option[disabled],optgroup[disabled],select[disabled],.disabled:hover,input[disabled]:hover,textarea[disabled]:hover,option[disabled]:hover,optgroup[disabled]:hover,select[disabled]:hover
	{
	-moz-text-shadow: 0 0 0 #111;
	background: #ddd;
	text-shadow: 0 0 0 #111;
	color: #aaa;
	text-shadow: none;
	cursor: default;
}

#wrap .disabled,#wrap input[disabled],#wrap textarea[disabled],#wrap option[disabled],#wrap optgroup[disabled],#wrap select[disabled],#wrap .disabled:hover,#wrap input[disabled]:hover,#wrap textarea[disabled]:hover,#wrap option[disabled]:hover,#wrap optgroup[disabled]:hover,#wrap select[disabled]:hover
	{
	background: #ddd;
	border: 1px solid #999;
	/*color: #f7f7f7;*/
	font-size: 13px;
	font-weight: bold;
}

label span.number {
	display: block;
	float: left;
	width: 15px;
}

.subtd {
	font-size: 11px
}

.subtd a:link {
	color: #47448F
}

.external {
	background: transparent url(img/external_link.gif) no-repeat scroll
		right 0px;
	padding: 0 20px 0 0;
}

.pexn {
	background: url(img/pexn11.png) no-repeat right 0 transparent;
	padding: 0 310px 0 0;
}

.exportlinks {
	font-size: 11px;
	margin-left: 2%;
	float:left!important;
}

.pb2>.exportlinks {
	font-size: 11px;
	margin-left: 2%;
	display: block;
	float: right;
	clear: both;
	margin-right: 27px;
}

.infobox {
	background: none repeat scroll 0 0 #F1F1F1;
	border: 1px solid #DDDDDD;
	margin-bottom: 25px;
	padding: 20px;
}

.select_community {
	background: url("img/selectinsignia.png") no-repeat scroll 5px 3px
		transparent;
	display: block;
	float: left;
	height: 25px;
	margin-top: -2px;
	width: 97px;
}

.comment_icon {
	background: url("img/comment.png") no-repeat scroll right top
		transparent;
	padding-bottom: 4px;
	padding-right: 18px;
}

.eval {
	background: #e5e5e5;
	border: 1px solid #383838;
	margin: 20px 0;
}

.eval h2 {
	margin-bottom: 10px;
}

.consensus {
	background: #f1f1f1;
	border-color: #888888;
}

/* Quick Quote | Step Two */
/* Get the bullets inside their LI's, so they're clickable. */
ul.explorertree ul {
	padding-left: 20px
} /* sublist indentation */
ul.explorertree ul li {
	font-size: 1em;
	padding: 0 0 5px 15px;
	color: #222;
	margin: 0;
}
/* Set the bullet images */
/*ul.explorertree li {
	padding: 5px 0 5px 0;
}*/
ul.explorertree li span {
	border: #dddddd solid 1px;
	background: #f8f8f8;
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f8f8f8 0%, #e7e7e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8),
		color-stop(100%, #e7e7e7) );
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #e7e7e7 100%);
	background: -o-linear-gradient(top, #f8f8f8 0%, #e7e7e7 100%);
	background: -ms-linear-gradient(top, #f8f8f8 0%, #e7e7e7 100%);
	background: linear-gradient(to bottom, #f8f8f8 0%, #e7e7e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#f8f8f8',
		endColorstr='#e7e7e7', GradientType=0 );
	padding-right: 32px;
}

ul.explorertree li a.plus {
	width: 100%;
	list-style: none;
	background: url("img/explorertree-plus.png") no-repeat left center;
	padding: 5px 5px 5px 25px;
	cursor: pointer;
	float: left;
}

ul.explorertree li a.minus {
	width: 100%;
	list-style: none;
	background: url("img/explorertree-minus.png") no-repeat left center;
	background-color: #f2f2f2;
	padding: 5px 5px 5px 25px;
	cursor: pointer;
	float: left;
}

.accordpadding {
	padding-right: 34px;
}

h3.select-certify {
	display: block;
	color: #ffffff;
	background: #c21f2f;
	clear: both;
	text-indent: 20px;
	height: 25px;
	line-height: 25px;
	padding: 0;
	margin: 0;
}

h3.select-accredit {
	display: block;
	color: #ffffff;
	background: #464646;
	clear: both;
	text-indent: 20px;
	height: 25px;
	line-height: 25px;
	padding: 0;
	margin: 0;
}

.banner_ad {
	float: left;
	width: 333px;
	height: 120px;
}

.footer-logo {
	float: left;
	margin: 20px 20px 0 0;
}

.social {
	float: right;
	margin: 20px 0 0 10px;
}

a.grey-out {
	color: #666666;
}

.mt0 {
	margin-top: 0;
}

.pb0 {
	padding-bottom: 0;
}

#expanderHead {
	cursor: pointer;
}

#expanderHead-page {
        cursor: pointer;
}
 
#expanderHead-section {
        cursor: pointer;
}

.notice-list-link {
	background: url(img/link2.png);
	width: 32px;
	height: 32px;
}

.notice-list-link:hover {
	cursor: pointer;
}

.notice-info,.list-info {
	padding: 10px;
	border: 2px solid transparent;
	border-bottom: 2px solid #eee;
	margin-top: 3px;
}

.notice-list-link-highlight {
	background: #f5f5f5;
	border: 2px solid #d8d8d8;
	color: #484848;
}

.RespondCont {
	background-color: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 7px 7px 7px 7px;
	margin-bottom: 8px;
	padding: 15px 10px 20px 10px;
	text-align: left;
	line-height: 18px;
}

.sign-up {
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.4);
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px 1px
		rgba(0, 0, 0, 0.3);
	padding: 9px 19px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

.sign-up:hover,.sign-up-anchor:hover {
	background-color: #6299C5;
	color: #FFFFFF;
	text-decoration: underline;
}

.message {
	margin-bottom: 10px
}

.msg-float {
	display: block;
	left: 1%;
	
	top: 10px;
	width: 72%;
	z-index: 1111;
}

.error,.notice,.success,.question-instruction {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	min-height: 45px;
	padding: 10px 10px 10px 50px;
}

.error {
	background: #FBE3E4 url(img/msgicons/error2.png) no-repeat top left;
	border: 2px solid #ff2424;
	color: #8a1f11;
}

.notice {
	background: #FFF6BF url(img/msgicons/notice.png) no-repeat top left;
	border: 2px solid #FFD324;
	color: #514721;
}

.question-instruction {
	background: #ffecbf url(img/msgicons/information.png) no-repeat top left;
	border: 2px solid #ffa524;
	color: #514721;
	margin-bottom: 10px;
}

.question-instruction a {
	word-wrap: break-word;
}

.success {
	background: #dfffbf url(img/msgicons/success.png) no-repeat top left;
	border: 2px solid #8bff24;
	color: #52e121;
}

.error {
	color: #8a1f11
}

.success a {
	color: #264409
}

#flash-info {
	background-color: #FFEBED;
	border: 1px solid #CCCCCC;
	border-radius: 7px 7px 7px 7px;
	line-height: 18px;
	margin-top: 20px;
	margin-bottom: 8px;
	text-align: left;
	padding: 1%;
	width: 96%;
}

/*********************************
 *********************************
 *********************************/
#wrap {
	padding-top: 10px;
	padding-bottom: 20px;
	min-height: 680px;
}

#wrap_outer {
	background: #fff;
	position: relative;
	z-index: 10;
	zoom: 1;
}

.ctx_outer {
	/*position: relative;*/
	position: inherit;
	z-index: 11;
	zoom: 1;
}

#wrap_outer.demo {
	background: #fff url(img/demo.png) repeat 0px 0px
}

#modules {
	
}

#modules .module {
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	position: relative;
	padding-left: 66px;
	width: 394px;
	margin-left: 0;
	margin-right: 10px;
}

.iconic {
	display: block;
	float: left;
	width: 56px;
	height: 56px;
	position: absolute;
	top: 30px;
	left: 0;
	border-radius: 100%;
	text-align: center;
}

.iconic img {
	max-width: 80%;
	margin-top: 5px;
}

#header_outer,#pageheader #name .iconic,#modules .module .iconic {
	background: #121D4C;
}

#modules .module .iconic {
	transition: background 0.3s;
}

#modules .module .iconic:hover {
	background: #27ace3;
}

#modules .module h3 a {
	text-decoration: none;
}

#modules .module a {
	text-decoration: underline;
}

#modules #tendermanager {
	
}

/* Flash Notices - BRING BACK FOR 5.1 WHEN messages.jsp is returned to normal!!!

.error,
.flash-alert {
	background: url("img/error.png");;
	background-repeat: no-repeat;
	background-position: 98% center;
}
.error,
.flash-alert {
	background-color: #FBE3E4;
	border: 2px solid #FBC2C4;
}
.flash-notice {
	border-radius: 7px 7px 7px 7px;
    background: #FFF6BF;
    border: 2px solid #FFD324;
}
.flash-info {
	background-color: #edeffe;
	margin-bottom: 10px;
}
.error,
.flash-alert,
.flash-notice,
.flash-info {
	margin-top: 1%;
	margin-bottom: 2%;
	padding: 1% 2%;
}
.flash-alert strong {
	color: #c55741;
}
.flash-notice strong {
	color: #dfb347;
}
.flash-info strong {
	color: #000080;
}

.container_12 .flash {
	width: 94%
}
*/
/* Flash Notices

.flash-info {
	background-color: #edeffe;
	margin-bottom: 10px;
}
.flash-info {
	margin-top: 1%;
	margin-bottom: 2%;
	padding: 1% 2%;
}
.flash-info strong {
	color: #000080;
}
.container_12 .flash {
	width: 94%
}
 */
.alertIcon {
	position: relative;
	float: right;
	margin-right: 155px;
	margin-top: 5px;
	display: inline;
}

div#alertPopup {
	display: none;
	position: absolute;
	width: 250px;
	border: 1px solid #CCCCCC;
	background-color: #ffebed;
	text-align: left;
	line-height: 18px;
	font-size: 90%;
	z-index: 200;
}

fieldset h2,.infobox h2 {
	background: #dfdfdf; /* Old browsers */
	background: -moz-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf),
		color-stop(100%, #c8c8c8) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #dfdfdf 0%, #c8c8c8 100%);
	/* W3C */
}

.ContainerActivity {
	margin: 0;
	min-width: 970px;
	width: 100%;
}

.blockheader_gray {
	background: #47A9D4 url(img/backgrounds.png) repeat-x 0 -700px;
	color: #444444;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 8px 10px 9px 10px;
}

.blockheader-grey {
	background: #47A9D4 url(img/backgrounds.png) repeat-x 0 -700px;
}

h1 a,.blockheader a {
	color: #fff;
}

span.published,span.published a {
	background-color: #44407C;
	color: #fff;
}

span.unpublished,span.unpublished a {
	color: #777
}

.certified {
	background: url(img/certifyt.png) 0px 3px no-repeat;
	border-color: #c00;
}

.accredited {
	background: url(img/accreditt.png) 0px 3px no-repeat;
	border-color: #2787BC;
}

.exactive span.expandsub {
	background: transparent url(img/icons.png) no-repeat scroll 4px -1392px
}

/*********************************************/
/* hide menu and allow it to return */
/*********************************************/
.contentbar ul ul {
	position: absolute;
	visibility: hidden;
	top: 32px;
}

.contentbar ul li:hover ul {
	visibility: visible;
	z-index: 9999;
}
/* Contains the Float */
.clearFloat {
	clear: both;
	margin: 0;
	padding: 0;
}
/* IE7 Display Fix */
.contentbar ul li {
	display: inline;
}

.twocolback-less-height {
	background: #FFFFFF url(img/rightcolback.png) repeat-y scroll 100% 0;
	min-height: 50px;
	padding-top: 25px;
	width: 76%;
}

.text-content_new {
	margin: 2% 2% 0% 2%;
}

.assistance ul li a {
	color: #299DD3;
}

.side-menu ul li a.selectnav {
	color: #28a0df
}

.side-menu ul li a.projectnav {
	color: #d21f23
}

.side-menu ul li a.vaultnav {
	color: #e7ba03
}

table.eval-table {
	background: #E8F0FF;
	border-collapse: collapse;
	border-top: 1px solid #CCC;
	margin: 0 0 10px 1.4%;
	padding: 10px;
	word-wrap: break-word;
	float: left;
}

.eval_width_1 {
	width: 47%
}

.eval_width_2 {
	width: 47%;
	height: 303px;
}

table#reminderFive,table#reminder {
	background: #FFF6BF;
	border: 0 solid #FFD324;
	color: #514721;
}

table#reminderFive tr.even,table#reminder tr.even {
	background: #FFFBDF
}

table#reminderFive tr.odd,table#reminder tr.odd {
	background: #FFF6BF
}

fieldset table.eval-table {
	float: none;
	margin-left: 0;
	width: 98%;
}

#popbg table.eval-table {
	margin: 10px 0 10px
}

table.basic-table tr.highlight {
	background-color: #FCFFDF
}

table.eval-table tr,table.eval-table tr.odd {
	background: #fff;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

table.eval-table tr.even {
	background: #f1f1f1
}

table.eval-table tr.highlight {
	background-color: #FCFFDF
}

table.eval-table td {
	border-bottom: 1px solid #CCC;
	padding: 10px;
	text-align: left;
}

table.jCalendar td.selected {
	background: #f66;
}

.clue {
	cursor: pointer;
}

.informationbox {
	color: #666;
	float: left;
	font-size: 11px;
	margin-bottom: 10px;
	height: 9em;
	position: relative;
	width: 48%;
	border: 1px solid #E4E4E4;
}

.informationbox h2 {
	background: #e4e4e4;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 5px 5px;
}

.stages ul.documents span.curved {
	background-color: #278BC0
}

.stages ul.invitesuppliers span.curved {
	background-color: #B9DC5B
}

.stages ul.evaluate span.curved {
	background-color: #FBB255
}

.buyerprofile {
	background-position: 0 -1500px;
}

.passservices {
	background-position: 0 -2500px;
}

.loginbox a {
	color: #28255A;
	font-size: 11px;
}

fieldset h3,.infobox h2 {
	-moz-text-shadow: 0px 1px 1px #fff;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 8px 10px;
	text-shadow: 0px 1px 1px #fff;
	color: black;
}

fieldset h3.defaultheader {
	margin-top: 20px;
	text-shadow: 0px 0px 0px #fff;
}

.previous,a.previous {
	border: 2px solid #26506F;
}

input.text:focus,textarea.textarea:focus {
	background: #FFF6BF url(img/fieldbg.gif) repeat-x top
}

.buttons_tender {
	clear: both;
	margin-bottom: 10px;
	margin-top: 30px;
	margin-left: 13px;
}

fieldset.confirmq {
	background: #FCFFDF;
	border: 1px solid #FFA70F;
}

.btn,.inline-btn {
	vertical-align: middle;
}

.btn_collab,.inline-btn_collab {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url(img/backgrounds.png) repeat left -100px;
	border: 1px solid #999;
	color: #fff;
	cursor: pointer;
	font: bold 13px Arial, sans-serif;
	overflow: visible;
	padding: 5px 10px 6px;
	text-shadow: #5c5c5c 0 -1px 0;
	vertical-align: left;
}

.btn_download,.inline-btn_download {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url(img/backgrounds.png) repeat left -101px;
	border: 1px solid #999;
	color: #fff;
	cursor: pointer;
	font: bold 13px Arial, sans-serif;
	overflow: visible;
	padding: 5px 16px 6px;
	text-shadow: #5c5c5c 0 -1px 0;
	vertical-align: middle;
}

.btn_respond {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url(img/backgrounds.png) repeat left -100px;
	border: 1px solid #999;
	color: #fff;
	cursor: pointer;
	font: bold 13px Arial, sans-serif;
	overflow: visible;
	padding: 4px 5px 5px;
	text-shadow: #5c5c5c 0 -1px 0;
	vertical-align: middle;
}

.sign-up {
	background-color: #28275A;
}

/* a.action-btn-respond,.action-btn-respond a,input.action-btn-respond {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #82ae25 url(img/backgrounds.png) repeat-x left -620px;
	border-color: #658F08;
	color: #fff;
	text-shadow: #698727 0px -1px 0px;
}

a:hover.action-btn-respond,.action-btn-respond a:hover,input:hover.action-btn-respond
	{
	background: #82ae25 url(img/backgrounds.png) repeat-x left -600px;
	color: #fff;
	text-shadow: #698727 0px -1px 0px;
}

a:active.action-btn-respond,.action-btn-respond a:active,input:active.action-btn-respond,a:focus.action-btn-respond,.action-btn-respond a:focus,input:focus.action-btn-respond
	{
	background: #82ae25 url(img/backgrounds.png) repeat-x left -628px;
	border-color: #82ae25;
	color: #efefef;
	text-shadow: #698727 0px -1px 0px;
} */

input.upload {
	padding: 3px 12px;
	margin-left: 10px;
}

a.inline-btn_download:hover,a.btn_download_download:hover {
	color: #FFF;
	text-decoration: none;
}

/* a:hover.action-btn,.action-btn a:hover,input:hover.action-btn {
	background: #82ae25 url(img/backgrounds.png) repeat-x left -600px;
	text-shadow: 1px 1px 0 #999;
}

a:active.action-btn,.action-btn a:active,input:active.action-btn,a:focus.action-btn,.action-btn a:focus,input:focus.action-btn
	{
	background: #82ae25 url(img/backgrounds.png) repeat-x left -628px;
	border-color: #82ae25;
	color: #efefef;
	text-shadow: #698727 0px -1px 0px;
} */

#content  a.form-link {
	margin: 500px;
}

.consensus {
	background: #E1F5FF;
	border-color: #4C90B8;
}

h3.select-accredit {
	background: #2d4964;
}

.showHideInvitations,.showHideResponses,.showEmails {
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	margin: 20px 20px 20px 0px;
	padding: 0 0 0 0;
}

.showHideInvitations a,.showHideResponses a,.showEmails a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}

.showHideInvitations a:hover,.showHideResponses a:hover,.showEmails a:hover
	{
	color: #CCCCCC;
}

.showHideInvitations.active,.showHideResponses.active,.showEmails.active
	{
	background-position: left bottom;
}

.toggle_container {
	background: none repeat scroll 0 0 #FFFFFF;
	clear: both;
	font-size: 13px;
	margin: 0 0 5px 0;
	overflow: hidden;
	padding: 0;
}

.bulleted {
	list-style-type: square;
}

.showEmails {
	
	padding: 0 0 0 0px;
	margin: 0 0 5px 0;
	height: 30px;
	width: 188px;
	font-size: 2em;
	font-weight: normal;
	float: left;
	-webkit-filter: blur(0px);
  	filter: blur(0px);
	cursor: pointer;
}


.showEmails a {
	color: #fff;
	text-decoration: none;
	display: block;
}

.showEmails a:hover {
	color: #ccc;
}

.showEmails.active {

	padding: 0 0 0 0px;
	margin: 0 0 5px 0;
	height: 30px;
	width: 188px;
	font-size: 2em;
	font-weight: normal;
	float: left;
	cursor: pointer;
}

.toggle_box {
	clear: both;
}

.emailaddresses {
	padding: 5px;
}

.closecolab {
	position: absolute;
	right: 5%;
	top: -32px;
	z-index: 3000;
}

/*==================QUESTIONNAIRE STYLING starting here======================*/
#contentEdit {
	margin: 1% 0 0 1%;
	position: relative;
	width: 95%;
}

/*Delete questionnaire button*/
.delete_questionnaire {
	background: #EDEDED;
	border: 1px solid #999;
	font-size: 11px;
	float: right;
	padding: 3px 3px;
	margin-bottom: 6px;
	margin-top: 3px;
	color: #CC2828;
}

/* Right hand side pages */
.form-page {
	display: inline;
	float: left;
	height: 100%;
	margin-left: -1px;
	margin-top: 0;
	padding-bottom: 20px;
	width: 24%;
}

.form-page ul {
	margin: 50px 0 0 0
}

.form-page ul li {
	margin: 0;
	padding: 0;
}

.form-page li a,.form-page li span {
	display: block;
	float: none;
	margin: auto;
	padding: 9px 10px;
}

.form-page ul li a {
	width: 100%;
}

table#page_table {
	width: 100%!important;
}

#page_table {
	margin: 50px 0 0 0
}

#page_table tr {
	margin: 0;
	padding: 0;
	widht: 100%;
}

#page_table td {
	width: 100%;
}

#page_table td a, #page_table td span {
	display: block;
	float: none;
	margin: auto;
	padding: 9px 10px;
}

#page_table td a.addPage, #page_table td span.spanny {
	display: block;
	float: none;
	margin: auto;
	padding: 9px 10px;
}

#page_table td a, #page_table td span.page_name_link {
	display: inline;
	float: none;
	margin: auto;
	padding: 9px 10px;
}

#ever, #odd tr {
	background: #ccc;
}

tr.page-active {
	background: #fff;
	width: 100%;
	border-top: 1px solid #ccc ;
	border-bottom: 1px solid #ccc ;
	padding: 60px 60px 60px 60px ;
	margin: 10px 10px 0 0 ;
}

tr.page-inactive {
	background: #F3F3F3!important;
	border-width: 2px;
   	border-bottom-width:2px;
   	border-bottom-color:black;
   	border-bottom-style: solid;
   	width: 100%;
}

tr.add-section {
	background: #F3F3F3!important;
	border-width: 2px;
   	border-bottom-width:2px;
   	border-bottom-color:black;
   	border-bottom-style: solid;
   	width: 100%;
}

tr.page-active a.default,a.default:hover.selected,ul.right-help li a.default.selected {
	font-weight: bold;
	font-size: 13px;
	display: inline;
	color: black;
} 

a.addPage {
    right: -9px;
    position: relative;
}

li a.addPage,a.addPage:hover.selected,ul.right-help li a.addPage.selected {
	cursor: pointer;
	font-size: 12px;
	background: transparent url(img/add_but_2.png) no-repeat scroll 2% 0px;
	font-style: italic;
	margin: 5px;
	padding: 0px 20px 20px 15px;
} 

li.page-active {
	background: #fff;
	widht: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 60px 60px 60px 60px;
	margin: 10px 10px 0 0;
}

li.page-inactive {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 60px 60px 60px 60px;
	margin: 10px 10px 0 0;
}

li.page-inactive a.default,a.default:hover.selected,ul.right-help li a.default.selected
	{
	font-weight: bold;
	font-size: 13px;
	display: inline;
}

li.page-active a.default,a.default:hover.selected,ul.right-help li a.default.selected
	{
	color: #252525;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	display: inline;
}

label.reusedQuestion {
	background-image: url(/delta/images/tick.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #222;
	display: block;
	display: block;
	font-size: 100%;
	font-style: italic;
	line-height: 1.5em;
	margin: -1.65em 0 0 0px;
	padding: .44em 0 .5em 20px;
	width: 88%;
	cursor: pointer;
}

label.disabledQuestion {
	background-image: url(/delta/images/iconInformation.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #222;
	display: block;
	display: block;
	font-size: 100%;
	font-style: italic;
	line-height: 1.5em;
	margin: -1.65em 0 0 0px;
	padding: .44em 0 .5em 20px;
	width: 88%;
	cursor: pointer;
}

/*======= END OF Side Pages */
span.move {
	display: block;
}

span.removeQuestion {
	cursor: pointer;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	color: #0099CC;
	padding: 10px 15px 10px 00px;
}

/* span.addQuestion {
	background: transparent url(img/add_but_2.png) no-repeat scroll 7% 0px;
	cursor: pointer;
	display: inline;
	font-size: 11.49px;
	font-style: italic;
	padding: 2px 20px 0px 20px;
} */

a.addSection, a.addQuestion {
	background: transparent url(img/add_but_2.png) no-repeat scroll left center;
	cursor: pointer;
	display: inline;
	font-size: 12px;
	font-style: italic;
	padding: 2px 20px 0px 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

td a.addPage,a.addPage:hover.selected, td a.addPage.selected {
	background: transparent url(img/add_but_2.png) no-repeat scroll left center;
	cursor: pointer;
	font-size: 12px;
	font-style: italic;
	text-indent: 10px;
}


li a.addPage,a.addPage:hover.selected,ul.right-help li a.addPage.selected {
	display:block;
	margin:5px 10px;
	box-sizing:border-box;
	text-align:left;
}

#rounded-corner {
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

#rounded-corner thead th.rounded-company {
	background: #b9c9fe url('img/table-images/pqqleft.png') left -1px
		no-repeat;
}

#rounded-corner thead th.rounded-q4 {
	cursor: pointer;
	background: #b9c9fe url('img/table-images/pqqright.png') right -1px
		no-repeat;
}

#rounded-corner th {
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}

#rounded-corner td {
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}

#rounded-corner tfoot tr {
	height: 5px;
}

#rounded-corner tfoot td.rounded-foot-left {
	background: #e8edff url('img/table-images/pqqbotleft.png') left bottom
		no-repeat;
}

#rounded-corner tfoot td.rounded-foot-right {
	background: #e8edff url('img/table-images/pqqbotright.png') right bottom
		no-repeat;
}

#rounded-corner tbody {
	font-weight: bold;
}

#rounded-corner tbody tr.default td {
	font-weight: bold;
}

#rounded-corner tbody tr.default:hover td {
	background: #d0dafd;
	cursor: pointer;
}

#rounded-corner tbody td.add {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-style: italic;
}

a.dropPQQ-new {
	background-image: url(img/Item.Delete.new.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	cursor: pointer;
	font-style: italic;
	font-size: 12px;
	margin-left: 8px;
	margin-top: 10px;
	padding: 0px 10px 0px 20px;
}

a.dropPQQ,a.dropPQQ:hover.selected,a.dropPQQ.selected {
	background-image: url(img/Item.Delete.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	margin-left: 8px;
	margin-top: 10px;
	padding: 0px 10px 0px 20px;
}

.pqqinformationbox {
	color: #666;
	float: left;
	font-size: 12px;
	margin-bottom: 10px;
	height: 5em;
	position: top;
	width: 40%;
	border: 1px solid #E4E4E4;
}

.pqqinformationbox h2 {
	background: #e4e4e4;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 5px 5px;
}
/*===Questionnaire information box ends here==*/

/*=== EDIT/REMOVE  start here==*/
a.removeSec,a.removeSec:hover.selected,a.removeSec.selected {
	background-image: url(img/Item.Delete.gif);
	background-repeat: no-repeat;
	margin-left: 8px;
	margin-top: 10px;
	padding: 0px 10px 0px 20px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	color: #039;
}

a.editSec,a.editSec:hover.selected,a.editSec.selected {
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	margin: auto;
	background: transparent url(img/icons.png) no-repeat scroll 0% -1250px;
	margin: auto;
	padding: 0px 0px 0px 20px;
	color: #039;
}

.editQuestion {
	background-image: url(img/edit.png);
	background-repeat: no-repeat;
	margin-left: 8px;
	margin-top: 10px;
	padding: 0px 10px 0px 20px;
}

.invalid {
	color: #CC0000;
}

li a.removeP,a.removeP:hover.selected,ul.right-help li a.removeP.selected
	{
	cursor: pointer;
	font-style: italic;
	font-size: 11px;
	display: inline;
	background-image: url(img/Item.Delete.gif);
	background-repeat: no-repeat;
	margin-left: 8px;
	margin-top: 10px;
	padding: 0px 10px 0px 20px;
}

li a.editP,a.editP:hover.selected,ul.right-help li a.editP.selected {
	cursor: pointer;
	font-size: 11px;
	font-style: italic;
	margin: auto;
	display: inline;
	background: transparent url(img/icons.png) no-repeat scroll 0% -1250px;
	margin: auto;
	padding: 0px 0px 0px 20px;
}

/* New CSS 24.07.2012 */
span.invalid {
	background-image: url(img/invalid_question.png);
	background-repeat: no-repeat;
	margin-left: 8px;
	margin-top: 10px;
	padding: 4px 10px 0px 20px;
}
/* New CSS 18.07.2012 */
p.qa {
	font-size: larger
}

p.qa:first-letter {
	font-size: 1.3em;
	color: maroon
}

address {
	margin-top: 4.5em
}

pre {
	font-size: .9em;
	padding: 1em
}

pre.style {
	background: #6CF
}

pre.markup {
	background: #FFC
}

.table_content {
	width: 92%;
	margin-left: 2%;
	margin-right: 4%;
}

/* Shared table styles */
.table1 {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	float:left;
	display:block;
	margin-top: 0em;
	margin-bottom: 1em;
}

table:not(.quTable) .v5_headerclass {
	padding: 0 0.5em;
	text-align: left;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	background: #dddddd;
	font-family: arial, helvetica, sans-serif;
	padding-top: 14px;
	width: 10%;
}

.v5_headerclass_td {
	padding: 0 0.5em;
	border-left: 0 none;
	padding-top: 0.5em;
}

tr.gray_text td {
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	color: #736F6E;
}

tr.gray td {
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	background: #eef3f9;
}

tr.white td {
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	background: #ffffff;
}

table.dataTable tbody tr.stripe1 {
    background-color: white;
}

table.dataTable tbody tr.stripe2 {
    background-color: #eef3f9;
    border-bottom: solid #c0c0c0;
}

table:not(.quTable) td.v5_tabledata {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 0 0.5em;
	text-align: left;
	vertical-align: top;
	-ms-word-break: break-all;
	/* word-break: break-all; */
	/* Non standard for webkit */
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	width: 180px;
	position: relative!important;
    vertical-align: middle!important;
    padding: 12px 8px;
}

span.fas.fa-grip-vertical {
    background-position: bottom right !important;
    position: relative!important;
    vertical-align: middle!important;
}

/* CSS2 selector styles */
table.manuals:not(.quTable) td:first-child {
	width: 190px;
}

table.manuals td+td {
	border-left: 1px solid #CCC;
	text-align: left;
}

/* Classes for IE */
table.manualsIE:not(.quTable) td.width {
	width: 190px;
}

table.manualsIE td.adjacent {
	border-left: 1px solid #CCC;
	text-align: left;
}

IMG.display_buttons {
	display: inline-table;
	margin-top: 15px;
	margin-left: 4px;
	margin-right: auto;
}

.editForm3 {
	background: url("/delta/images/question_remove.jpg") no-repeat scroll
		center bottom transparent;
	border-style: none;
	cursor: pointer;
	display: inline;
	margin-bottom: 8px;
	margin-top: 8px;
	text-indent: -1000em;
	text-transform: capitalize;
}

.editForm3 a img:hover {
	border-size: 0px;
	border-style: none;
	background: transparent url(/delta/images/edit_but.jpg) no-repeat bottom
		center;
	text-transform: capitalize;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
}

.editBut {
	display: inline;
	margin-bottom: 8px;
	margin-top: 8px;
	border-size: 0px;
	border-style: none;
	background: transparent url(/delta/images/question_edit.jpg) no-repeat
		bottom center;
	text-transform: capitalize;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
}

.editButRIGHT {
	display: inline;
	margin-bottom: 8px;
	margin-top: 8px;
	border-size: 0px;
	border-style: none;
	background: transparent url(/delta/images/question_edit.jpg) no-repeat
		bottom center;
	text-transform: capitalize;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
}

.moveUp {
	display: inline;
	margin-bottom: 8px;
	margin-top: 5px;
	border-width: 0px;
	border-style: none;
	background: transparent url(/delta/images/question_up.jpg) no-repeat
		bottom center;
	text-transform: capitalize;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	 /* for IE 5.x */
	padding: 1px 6px;
}

.moveDown {
	display: inline;
	margin-bottom: 8px;
	margin-top: 5px;
	border-width: 0px;
	border-style: none;
	background: transparent url(/delta/images/question_down.jpg) no-repeat
		bottom center;
	text-transform: capitalize;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	padding: 1px 6px; /* for IE 5.x */
}

.moveUp_gray {
	display: inline;
	opacity:0.4;
	margin-bottom: 8px;
	margin-top: 5px;
	border-width: 0px;
	border-style: none;
	background: transparent url(/delta/images/question_up.jpg) no-repeat
		bottom center;
	text-transform: capitalize;
	text-indent: -1000em;
	cursor: default;
	padding: 1px 6px;
}

.moveDown_gray {
	display: inline;
	opacity:0.4;
	margin-bottom: 8px;
	margin-top: 5px;
	border-width: 0px;
	border-style: none;
	background: transparent url(/delta/images/question_down.jpg) no-repeat
		bottom center;
	text-transform: capitalize;
	text-indent: -1000em;
	cursor: default;
	padding: 1px 6px;
}

/* #moveUpGray {
	display: inline;
	margin-bottom: 8px;
	margin-top: 8px;
	border-size: 0px;
	opacity:0.4;
	border-style: none;
	text-transform: capitalize;
	text-indent: -1000em;
	background: transparent url(/delta/images/question_blank.jpg) no-repeat
		bottom center;
	cursor: pointer; /* hand-shaped cursor */
	/*cursor: hand; /* for IE 5.x *//*
}
/*
#moveDownGray {
	display: inline;
	margin-bottom: 8px;
	margin-top: 8px;
	border-size: 0px;
	border-style: none;
	text-transform: capitalize;
	text-indent: -1000em;
	background: transparent url(/delta/images/question_blank.jpg) no-repeat
		bottom center;
	cursor: pointer; /* hand-shaped cursor */
	/*cursor: hand; /* for IE 5.x *//*
}

a.editOpenLot {
    display: inline-block !important;
    height: 18px;
    width: 12px;
    padding: 0;
}

h2.editOpenLotTitle {
	position: relative;
}

.editOpenLotButtons {
	position: absolute;
	right: 4px;
	top: 3px;
}

/*============== QUESTIONNAIRE STYLING ending here=======================================*/
.NavPos {
	position: relative;
	float: right;
	width: 15%;
	padding-right: 10px;
	padding-top: 3px;
	display: inline;
}

.NavPos2 {
	position: relative;
	float: left;
	width: 15%;
	padding-right: 17px;
	padding-top: 3px;
	display: inline;
}

.AdminCont {
	background-color: #f5f5f5;
	border: 1px solid #CCCCCC;
	border-radius: 7px 7px 7px 7px;
	padding: 8px 10px 16px 10px;
	text-align: left;
	line-height: 8px;
	font-size: 11px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 10px -8px black;
	box-shadow: 0 8px 10px -8px black;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	float: left;
}

.AdminContText {
	line-height: 140%;
	font-size: 11px;
}

.AdminCont a {
	color: #252525;
}

.loginRegisterButton {
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.4);
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px 1px
		rgba(0, 0, 0, 0.3);
	padding: 9px 19px;
	color: #D5E9C3;
	font-size: 11px;
	background-image: -moz-linear-gradient(#28275A, #403E84);
}

.NewActivity {
	Float: Left;
	Width: 70%;
	text-align: left;
	padding-left: 50px;
	display: inline;
}

.AlertRightPos {
	Position: relative;
	float: right;
	padding-left: 10px;
}

.AlertCont {
	background-color: #ffebed;
	margin-left: 2px;
	padding: 8px 10px 0px 10px;
	float: right;
	margin-right: 0px;
	margin-top: 20px;
}

.container_bender {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#LeftContentActivity {
	float: left;
	margin: 0px 0px 0px 1%;
	position: relative;
	width: 79%;
	z-index: 4;
}

#RightContentActivity {
	float: left;
	margin: 0px 0px 0px 1%;
	position: relative;
	width: 18%;
	z-index: 4;
}

.collaboration_top_cont {
	position: relative;
	float: left;
	width: 100%;
	height: 45px;
	display: inline;
	margin-bottom: 10px;
}

.collaboration_top_sep {
	position: relative;
	float: left;
	display: inline;
	margin-left: 10px;
}

.marg {
	margin: 5px 5px 5px 5px;
}

.shortlist {
	float: left;
	display: inline;
	width: 100%;
}

.h2_collaboration {
	position: relative;
	float: left;
	display: inline;
}

#list-setup-tender {
	position: relative;
	float: left;
	width: 46%;
	display: inline;
}

#list-setup-tender fieldset {
	min-height: 280px;
}

#list-setup-tender select#noticeType {
	width: 100%;
}

/* --- Create project fields layout ----------------------------------------- */

.project-form-padding {
    padding: 10px 60px
}

.project-form-block {
    float: left;
    width: 49.6%;
}

/* --- Project metadata ----------------------------------------------------- */

.projectinfo {
    width: 24%;
    margin: 2px 4px;
}

.projectinfo p {
    font-size: 10px;
    color: #252525;
    margin: 2px 2px 0px 0px;
    border-right: #D5D5D5 solid 1px;
}

.projectinfo:last-child p {
    border-right: none;
}

.projectstatus-Green {
    color: green;
}

.projectstatus-Amber {
    color: orange;
}

.projectstatus-Red {
    color: red;
}

/* --- Project Manager Dashboard -------------------------------------------- */

.procoption {
    width: 23.89%;
    float: left;
    margin: 0px 4px 18px 4px;
    background: #ffffff;
    border: 1px solid #bbb;
    box-sizing: border-box;
}

.procoption h3, .projectplan h3 {
    float: none!important;
    background: #bbb url(img/backgrounds.png) repeat-x left -700px;
}

/* For help icon links */
.procoption h3 a {
    float: right;
    margin: 0px;
    padding: 0px;
}

.procoption a {
    margin-top: 19px;
    float: left;
}

.projsublinks {
    min-height: 95px;
    float: none;
}

.notiflist li a {
    margin:0;
    float:none;
}

.acenterme {
    margin-left: 10px;
    margin-bottom: 3px;
}

.centerme {
    margin-left: 10px;
}

.form-top {
    margin-top: 30px;
}

.projectplan {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border: 1px solid #bbb;
    background-color: #fff;
}

#project-overview {
    margin-top: 15px;
    width: 100%;
}

#project-overview td:nth-child(even) {
    overflow: hidden;
}

#project-overview td:nth-child(1) {
    max-width: 100px;
}

#project-overview td:nth-child(2) {
    max-width: 140px;
}

#project-overview td:nth-child(3) {
    max-width: 125px;
}

#project-overview td:nth-child(4) {
    max-width: 160px;
}

#project-overview td:nth-child(5) {
    max-width: 100px;
}

#project-overview td:nth-child(6) {
    max-width: 90px;
}

/* --- Contract record - performance tab ------------------------------------ */

.kpisettings {
    float: left;
    width: 45%;
    padding: 2px 20px;
    margin: 10px 0px 5x 0px;
    border-right: #D5D5D5 solid 1px;
}

.kpisettings:last-child {
    border-right: none;
}

.kpiquestions {
    float: left;
    width: 45%;
    padding: 2px 20px;
    margin: 10px 0px 5x 0px;
    border-right: #D5D5D5 solid 1px;
}
.kpiquestionsDocs {
    float: right;
    width: 45%;
    padding: 2px 20px;
    margin: 10px 0px 5x 0px;
    
}


/* --- TOOLTIPS ------------------------------------------------------------- */

a.tooltip {
	outline: none;
	font-weight: normal;
}

a.tooltip strong {
	line-height: 30px;
}

a.tooltip:hover {
	text-decoration: none;
}

a.tooltip span {
	z-index: 10;
	display: none;
	padding: 14px 20px;
	margin-top: -30px;
	margin-left: 28px;
	width: 30%;
	line-height: 16px;
}

a.tooltip:hover span {
	display: inline;
	position: absolute;
	color: #111;
	border: 2px solid #999999;
	background: #ffffff;
}

.callout {
	z-index: 20;
	position: absolute;
	top: 30px;
	border: 0;
	left: -12px;
} /*CSS3 extras*/
a.tooltip span {
	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;
}

a.tooltip2 {
	outline: none;
	font-weight: normal;
}

a.tooltip2 strong {
	line-height: 30px;
}

a.tooltip2:hover {
	text-decoration: none;
}

a.tooltip2 span {
	z-index: 10;
	display: none;
	padding: 14px 20px;
	margin-top: -30px;
	margin-left: 28px;
	width: 40%;
	line-height: 16px;
}

a.tooltip2:hover span {
	display: inline;
	position: absolute;
	color: #111;
	border: 2px solid #999999;
	background: #ffffff;
}

.callout {
	z-index: 20;
	position: absolute;
	top: 30px;
	border: 0;
	left: -12px;
} /*CSS3 extras*/
a.tooltip2 span {
	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;
}

a.tooltip3 {
	outline: none;
	font-weight: normal;
}

a.tooltip3 strong {
	line-height: 30px;
}

a.tooltip3:hover {
	text-decoration: none;
}

a.tooltip3 span {
	z-index: 10;
	display: none;
	padding: 14px 20px;
	margin-top: -30px;
	margin-left: 28px;
	width: 200px;
	line-height: 16px;
}

a.tooltip3:hover span {
	display: inline;
	position: absolute;
	color: #111;
	border: 2px solid #999999;
	background: #ffffff;
}

.callout {
	z-index: 20;
	position: absolute;
	top: 30px;
	border: 0;
	left: -12px;
} /*CSS3 extras*/
a.tooltip3 span {
	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;
}

#footer {
	
}

#footer ul {
	font-size: 11px;
}

#footer ul li {
	display: block;
	float: left;
	margin-left: 20px;
	line-height: 80px;
}

#footer ul li a {
	color: #6F6C6D;
	text-decoration: underline;
}

#footer #socialmedia a img {
	display: block;
	float: right;
	margin-left: 10px;
}

.btn_respond,.action-btn-respond {
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.4);
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px 1px
		rgba(0, 0, 0, 0.3);
	padding: 9px 19px;
	color: #ffffff;
	font-size: 11px;
	padding: 7px 17px;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	border-radius: 5px 5px 5px 5px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	background-color: #DA767A\9;
	cursor: pointer;
}

.popup { /*min-width: 490px;*/
	
}

input.file {
	width: 220px;
}

#loginbutton {
	color: #ffffff;
	width: 120px;
}

/*******************************
*******************************
********************************/
.outer {
	
}

#header_outer {
	height: 38px;
	padding-top: 4px;
	position: relative;
	z-index: 3000;
	display: block;
	padding: 17px 0 10px 0;
}

#header #logo {
	background: url(img/deltalogo.png) no-repeat 0 0;
	display: block;
	float: left;
	width: 120px;
	margin: 0;
}

#header #logo a {
	display: block;
	float: left;
	width: 105px;
	text-indent: -5000px;
}

/* START #nav */
#nav {
	position: relative;
	z-index: 91;
}

/* Nav */
ul.nav li.mega {
	display: block;
	float: left;
	margin: 0 0px;
	position: relative;
	z-index: 20000;
}

ul.nav li a.hov {
	color: #ffffff;
	display: block;
	font-size: 13px;
	margin: 0px 0px;
	padding: 7px 10px 11px 10px;
}

li.hovering a.hov,ul.nav li a:hover.hov {
	background: #fff;
}

ul.nav li.hovering a.hov {
	color: #2B2B2B;
}

ul.nav li div.contain {
	display: none
}

ul.nav li.hovering {
	z-index: 999
}

ul.nav li.mega div.contain {
	background: #fff;
	left: 0px;
	padding: 0;
	position: absolute;
	top: 33px;
	width: 320px;
	z-index: 50000;
	direction: ltr;
	zoom: 1;
}

li#nav_tenders .contain,li#nav_responses .contain,li#nav_profile .contain
	{
	width: 210px
}

li#nav_contracts .contain {
	width: 330px
}

li#nav_eauctions .contain {
	width: 430px
}

li#nav_eauctions .contain .btn:hover {
	background: #D30C10;
	color: #fff;
}

li#nav_resources .contain {
	left: -428px;
	width: 530px;
}

li#nav_account .contain {
	left: -92px;
	width: 190px;
}

li#nav_help .contain {
	left: -92px;
	width: 170px;
}

.nav-advert {
	background: #f1f1f1;
	border-top: 1px solid #ddd;
	display: block;
	padding: 10px;
}

.eauctionwatch {
	background: url(img/eauctionwatch.png) no-repeat 314px 16px;
	padding: 20px 140px 0 10px;
}

.nav-advert img {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
}

.nav-advert span {
	display: inline;
	float: left;
	line-height: 1.5;
	margin: 0 0 10px;
	width: 200px;
}

.nav-help span {
	width: 140px
}

.subnav {
	display: inline;
	float: left;
	margin: 0 0px 0 0px;
	padding: 10px 0 10px 5px;
	width: 170px;
}

/* Breadcrumbs */
.breadcrumbs {
	color: #717171;
	font-size: 11px;
}

.breadcrumbs a {
	background: url(img/breadcrumbarrow.png) no-repeat right 7px;
	color: #353535;
	margin-left: 10px;
	padding: 4px 17px 4px 1px;
}

.breadcrumbs a.bold,.breadcrumbs span.bold,#treeNav a strong {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #858585;
	color: #fff;
	margin-left: 5px;
	padding: 2px 8px;
}

.breadcrumbs {
	color: #ffffff;
	margin-top: 7px;
}

.breadcrumbs a {
	color: #42273B;
}

.breadcrumbs a.bold,.breadcrumbs span.bold,#treeNav a strong {
	background: #8B819F;
}

.current_breadcrumb {
	background: #121d4c;
    padding: 1px 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 20px;
    margin-left: 10px;
    white-space: nowrap;
}

/**/
ul.nav div ul {
	background: none;
}

ul.nav div ul li {
	display: block;
}

ul.nav.rightnav li.mega div {
	right: 0;
}

ul.nav li.hovering div {
	display: block;
}

ul.nav.rightnav {
	float: right;
}

#nav .nav {
	position: relative;
	z-index: 50;
}

/* END #nav */

/* START #ctx */
.ctx_outer {
	background-color: #F5F5F5;
	border-bottom: #D5D5D5 solid 1px;
}

.ctx {
	padding: 5px 0;
	/* height: 65px; */
}

.ctx h2,.ctx h3 {
	margin: 0px;
	padding: 0px;
	color: #000;
}

.ctx select {
	border: #9d9d9d solid 1px;
}

.ctx .info {
	font-size: 10px;
	float: left;
	margin-left: 2%;
}

.naturalresourceswales .ctx h3, .forestrycommissionscotland .ctx h3, .forestrycommissionengland .ctx h3 {
	max-width:230px;
}

.naturalresourceswales .ctx .info, .forestrycommissionscotland .ctx .info, .forestrycommissionengland .ctx .info {
	font-size:13px !important;
}

.ctx .accountPos {
	position: relative;
	float: right;
	height: 60px;
}

.ctx .HeadCont {
	background-color: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 7px 7px 7px 7px;
	margin-top: 2px;
	margin-bottom: 8px;
	padding: 8px 0px 0px 10px;
	text-align: left;
	height: 40px;
	line-height: 8px;
	width: 180px;
}

/* END #ctx */
#footer_outer {
	background: #121d4c;
	padding-top: 20px;
}

/* a.action-btn,.action-btn a,input.action-btn {
	background: url("img/backgrounds.png") repeat-x scroll left -620px
		#82AE25;
	border-color: #658F08;
	text-shadow: 1px 1px 0 #999;
} */

.red {
	color: #c00;
	float: none;
	margin: 0;
	padding: 0;
}

html body * span.clear,html body * div.clear,html body * li.clear,html body * dd.clear
	{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	height: 0;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	visibility: hidden;
	width: 0;
}

.visuallyhidden {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	display: none;
}

.invisible {
	visibility: hidden;
}

#errors {
	font-size: 11px;
}

#org_account_tabs ul.tabs li a {
	padding: 8px 4px 8px 4px;
}

#childDiv {
	position: static;
}

/* Classes */
.pipe {
	color: #ddd;
}

#msgcentre {
	padding: 0;
}

#msgcentre .thead {
	margin: 0;
	padding: 0 20px;
	line-height: 32px;
}

#msgcenter .basic-table {
	margin: 0;
}

#emailsuppliers {
	margin: 0;
	width: 100%;
}

.email-tags {
	background-color: #CCCCFF;
	border: 1px solid #9999dd;
	border-radius: 16px 16px 16px 16px;
	margin: 0 6px 1px 0;
	padding: 0px 9px;
	text-decoration: none;
	white-space: nowrap;
}

.email-field {
	background-color: #DDDDDD;
	border: 1px inset #aaaaaa;
	border-radius: 4px 4px 4px 4px;
	margin: 0 6px 1px 0;
	padding: 2px 9px;
}

/*.question-instruction {
    background-color: #FFFFCC;
    border: 2px solid #dddd66;
    border-radius: 1px 16px 16px 16px;
    padding: 12px 12px 12px 24px;
    margin: 24px 12px 24px 24px;
    text-decoration: none;
}*/
.response-evaluate { /*background-color: #ccccff;
    border: 2px solid #aaaadd;
    border-radius: 4px 4px 4px 4px;
    padding: 12px 12px 12px 24px;
    margin: 24px 12px 24px 24px;
    text-decoration: none;*/
	
}

.response-evaluate h3 {
	margin-bottom: 10px;
}

.response-evaluate textarea {
	font-family: Arial, sans-serif;
}

.question-address-box { /*border: 2px groove #aaaadd;
    padding: 0px 1px 6px 24px;*/
	margin: 6px 0px 0px 0px;
	text-decoration: none;
}

.question-free-text {
	margin: 6px 0px 16px 0px;
}

.add_custom_question {
	border: 1px solid #cccccc;
	border-radius: 8px 8px 8px 8px;
	padding: 24px 48px 12px 24px;
	margin: 24px 12px 24px 24px;
	text-decoration: none;
}

.responses-report {
	border: 1px solid #CCC;
}

.responses-report>.textwrapper {
	margin-top: 10px;
}

.responses-report-disabled {
	background-color: #f1f1f1;
	color: #AAAAAA;
	border: 1px solid #CCCCCC;
}

.responses-report-information {
	background-color: #f3f3f3;
	color: #333333;
	border: 1px solid #CCCCCC;
}

.responses-report-answered {
	background-color: #CCFFCC;
	border-left:1px solid #CCC
}

.responses-report-failed {
	background-color: #FFCCCC;
	border-left:1px solid #CCC
}

.evaluator-callout {
	z-index: 20;
	position: absolute;
	top: 30px;
	border: 0;
	left: -12px;
}

#popupForm {
	visibility: hidden;
}

.popupportals,.popupportals .highslide-html {
	background: #eee;
}

.popupportals .highslide-maincontent ul {
	margin: 0 0 20px 0;
	display: block;
	width: 100%;
	float: left;
	clear: both;
}

.popupportals ul li .hidden {
	display: none;
}

.popupportals ul li {
	list-style-type: none;
	background-color: #fff;
	background-position: 44px 10px;
	background-repeat: no-repeat;
	padding: 20px 2%;
	margin-bottom: 1%;
	display: block;
	float: left;
	width: 95%;
	margin-right: 1%;
	border-radius: 6px;
}

.popupportals ul li#portalpopup_delta span {
	margin-left: 10px;
}

.popupportals ul li#portalpopup_delta a {
	margin-top: 4px;
}

.popupportals .manyportals  li {
	width: 45%;
}

.popupportals ul li#portalpopup_supply4nwfire {
	background-image: url('./img/popupportal_nwfire.png');
}

.popupportals ul li#portalpopup_games2014 {
	background-image: url('./img/popupportal_games2014.png');
	background-position: 44px 0px;
}

.popupportals ul li#portalpopup_hpf {
	background-image: url('./img/popupportal_hpf.png');
}

.popupportals ul li#portalpopup_pae {
	background-image: url('./img/popupportal_pae.png');
}

.popupportals ul li#portalpopup_delta {
	background-image: url('./img/popupportal_delta.png');
	background-image: none;
}

.popupportals ul li a {
	float: right;
	margin-right: 4px;
}

.popupportals .highslide-header .highslide-move,.popupportals .highslide-header .highslide-close
	{
	display: none;
}

/* #chat */
#sidebuttons .sidebutton {
	display: block;
	float: right;
	position: absolute;
	width: 32px;
	z-index: 2000;
	right: 275px;
	top: -6px;
}

#wrap .charcounter {
	background-color: transparent;
	color: black;
	text-align: center
}

p a.btn.inline-btn {
	font-size: 12px !important;
}

#dragandrophandler {
    border: 2px dotted #0B85A1;
    width: 220px;
    color: #92AAB0;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 10px;
}
.mj-helper-text{
	color: #666;
	float: right;
	padding: 17px 10px 0 0;
	font-style: italic;
}
.action-icon{
	height: 20px;
	margin-right: 8px;
}
.w30, .w20, .w45 {
	width: 32%;
    margin-bottom: 10px;
    margin-right: 1%;
}
.w15 {
	width: 60%;
    margin-bottom: 10px;
    margin-right: 1%;
}
table#file-list-table.dataTable thead th, table#file-list-table.dataTable thead td{
	padding:10px 18px 10px 10px;
	outline: 1px solid #bbb;
}
#file-list-table td{
	font-size: 12px;
}
.overlay-mask{
	background-color: #000;
	 position: 'absolute',
        width: '100%',
        height: '100%',
        top: '0px',
        left: '0px',
        zIndex: 11000000000
}
.clear {
	clear: both;
}

.w50 {
	width: 49%;
    margin-bottom: 10px;
    margin-right: 1%;
} 

.saveandcont {
	float: right;
	display: block;
}

.nextbutton {
	float: left;
    display: block;
}

.adminrow {
	width: 100%;
	float: left;
}

.pr2 {
	margin-top: 4px;
}

.mt1-2 {
	margin-left: 18px;
}

.bold {
	font-weight: bold;
}

.supplierresponce {
	border-radius: 4px;
}

.evaluation {
	width: 97%;
	padding: 5px;
	min-height: 130px;
}

#wrap div form fieldset ul li {
	margin-bottom: 10px;
}

#wrap div form fieldset ul li div p {
	margin-bottom: 0px;
}

.row {
	width: 100%;
	float: left;
}

.listtypes {
	padding-left: 30px;
}

.listtypes input {
	margin-top: 5px;
}

.reportfilters {
	background: #eeeeee;
	border: #dddddd solid 1px;
	padding: 5px
}

.reportfilters li h3 {
	padding-left: 0px;
}

.reportoptions,.dateoptions {
	margin: 10px 0px 0px 10px;
}

.reportoptions input {
	display: inline-block;
}

.reportoptions label {
	font-size: 13px;
	display: inline-block;
	margin-right: 5px;
}

#viewresponsekey {
	width: 938px;
	background: #fdfdfd;
	display: block;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	float: left;
}

#viewresponsekey .heading {
	background: #bbb url(img/backgrounds.png) repeat-x left -700px;
	-moz-text-shadow: 0px 1px 1px #fff;
	border-bottom: 1px solid #CCC;
}

#viewresponsekey .heading h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 5px 10px;
	text-align: left;
	text-shadow: 0px 1px 1px #fff;
}

#viewresponsekey .keyitem {
	width: 24.91%;
	width: 24.89% \9;
	height:96px;
	display: block;
	float: left;
	border-right: 1px solid #CCC;
}

#viewresponsekey .keyitem:last-child {
	border-right: none;
}

#viewresponsekey .keyitem .row, .fullwidthfieldset {
	width: 100%;
	display: block;
}

.rowborder {
	border-bottom: 1px solid #CCC;
	font-weight: bold;
}

#viewresponsekey .keyitem .row .colour {
	width: 5%;
	display: block;
	float: left;
	padding: 20px 10px;
	height: 100%;
	margin-right: 5px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	line-height: 8%;
}

#viewresponsekey p {
	padding: 5px;
	margin: 0px;
	font-size: 10px;
}

.evaluations {
	background: #ffffff;
}

.instruction {
	background: #f1f1f1;
}

.question {
	background: #CCFFCC;
}

.comment {
	background: #279ACE;
}

.wide_form {
	margin:0px 8%;
}

.editnoticebuttons {
	margin-bottom:10px;
}

.editnoticebuttons > .btn{
	float:left;
}

.datatablediv {
	position: relative; 
	z-index: 104;
}

.awardemail {
	padding:2%;
	background:#F5F5F5;
	border: 1px solid #ccc;
}

.nowrap {
	white-space:nowrap;
}

.showhelp {
	position:absolute;
	z-index:18;
	top:264px;
	left:140px;
}

.searchhelp {
	position:absolute;
	z-index:18;
top: 264px;
left: 949px;
}

.collaborationtable {
	width:100%;
	overflow-y:auto;
	margin-bottom: 20px;
}

.collaborationtable > #pqqResp {
	width:inherit;
}

.selecttab {
	width: 40px;
}

.ui-state-active a.ui-tabs-anchor,.ui-widget-content .ui-state-active a.ui-tabs-anchor,.ui-widget-header .ui-state-active a.ui-tabs-anchor
	{
	background: #fff;
	color: #000;
}

.totalavg {
	background: #333333;
	color: #ffffff;
}

.bordercol {
	border-right: 6px solid #333333;
	border-left: 6px solid #333333;
	text-align: center !important;
}
#tabs-1{
float:left;
}
#tabs-2{
float:left;
}
#tabs-3{
float:left;
}
#tabs-4{
float:left;
}
.seltab{
width:7%;
}
.collab{
width:17%;
}
.collab12{
width:12%;
}
.collab13{
width:13%;
}
.collab11{
width:11%;
}
.collab14{
width:14%;
}

.lefty{
text-align:left!important;
}
.bordertab{
	text-align: center;
	border-right: 1px solid #AAA;
	border-left: 1px solid #AAA;
}
.evalborder td{
	border-right:1px solid #AAA;
	border-left:1px solid #AAA;
}
.totalsCellFooter{
	border-top: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-left: 0 !important;
}

.totalsCellFooter + .totalsCellFooter {
	border-top: 0;
}
.totalsCellFooter td {
	border-right: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-bottom: 1px solid #AAA !important;
}

.totalsCellFooter td:first-child,
.totalsCellFooter td:nth-child(2) {
	border-right: 0;
	border-left: 0;
	border-bottom: 0 !important;
}

#bidderDetails tbody tr td:last-child {
	background: #d2d2d2;
}

.contentbar ul.steps li{
margin:0;
}

.uppy{
margin-top:20px;
}
.both{
clear:both!important;
}
.zero{
margin:2% 0;
}

.blue{
width:480px;
}
.spacer{
margin-bottom:20px;
}
.showb{
display:block!important;
}


.Completed{
background: #358B35;
width: 20px;
float: right;
height: 20px;
color: #358B35;
margin-top:30px;
margin-bottom:-10px;
margin-right:-10px;
}
.In_Progress{
background: #FF9200;
width: 20px;
float: right;
height: 20px;
color: #FF9200;
margin-top:30px;
margin-bottom:-10px;
margin-right:-10px;
}
.Not_Started{
background: #B20000; 
width: 20px;
float: right;
height: 20px;
color: #B20000;
margin-top:30px;
margin-bottom:-10px;
margin-right:-10px;
}
.Help_Completed{
background: #358B35;
width: 20px;
height: 20px;
}
.Help_In_Progress{
background: #FF9200;
width: 20px;
height: 20px;
}
.Help_Not_Started{
background: #B20000; 
width: 20px;
height: 20px;
}
.consensus_td{
border-right: 5px solid #AAA!important;
}

.company_name_td_size{
	min-width: 190px;
	max-width: 190px;
	min-height: 40px;
	max-height: 40px;
}
.consensus_td_size{
	min-width: 120px;
	max-width: 120px;
}
.evaluator_td_size{
	min-width: 120px;
	max-width: 120px;
}
.score_td_size{
	text-align:left!important;
	min-width: 95px;
	max-width: 95px;
}
.average_score_td_size{
	text-align:left!important;
	min-width: 80px;
	max-width: 80px;
}
.max_poss_score_td_size{
	text-align:left!important;
	min-width: 95px;
	max-width: 95px;
}
.percentage_highest_score_td_size{
	text-align:left!important;
	min-width: 80px;
	max-width: 80px;
}
.dps_supplier_list_status{
	text-align:left!important;
	min-width: 80px;
	max-width: 80px;
}
.dps_supplier_list_date{
	text-align:left!important;
	min-width: 80px;
	max-width: 80px;
}
.shortlisted_td_size{
	text-align:left!important;
	min-width: 126px;
	max-width: 126px;
}

.scorecard_question_subquestion_weighting_td_size{
	border-right:2px solid #AAA;
	border-left:2px solid #AAA;
	min-width: 90px;
	max-width: 90px;
}
.scorecard_evaluators_td_size{
	min-width: 73px;
	max-width: 73px;
}
.scorecard_numbers_of_evaluators_td_size{
	border-right:2px solid #AAA;
	border-left:2px solid #AAA;
	min-width: 88px;
	max-width: 88px;
}
.scorecard_average_score_td_size{
	text-align: center;
	min-width: 60px;
	max-width: 60px;
}
.scorecard_consensus_score_td_size{
	min-width: 70px;
	max-width: 70px;
}

.scorecard_question_subquestion_percentage_td_size{
	border-right:2px solid #AAA;
	border-left:2px solid #AAA;
	min-width: 95px;
	max-width: 95px;
}
.scorecard_average_score_percentage_td_size{
	min-width: 70px;
	max-width: 70px;
}
.scorecard_consensus_score_percentage_td_size{
	min-width: 95px;
	max-width: 95px;
}
.scorecard_maximum_possible_percentage_td_size{
	min-width: 40px;
	max-width: 40px;
}

.scorecard_scoring_range_td_size{
	border-right:2px solid #AAA;
	border-left:2px solid #AAA;
	min-width: 60px;
	max-width: 60px;
}

.pos{
margin-top: 7px;
margin-left: 10px;
}
.twent{
width:20% !important;
}

.thirt{
width:33% !important;
}
.align{
margin-top:-4px!important;
}

.group_name_align{
width:60%;
}

.wrd_wrap{
white-space: nowrap;
}

input.clr_margin_btm{
margin-bottom: 0px  !important;
}

li > div > div > span {
    float:none;
}

input.float_margin{
    float: left; 
    margin-right: 8px;  
}

div.margin_top{
    margin-top: 6px;
}

.spanLeft {
    float:left;
    margin-top: 2px;
    margin-bottom: 1px;
    margin-right: 1px;
    margin-left: 1px;   
}

.buyerRed {
    background:#FFE8E8;
}

.buyerRedBox{
    background:#FFE8E8;
    height: 20px;
    width: 20px;
    float:left;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 5px;
    margin-right: 3px;
    margin-left: 3px;
}

.supplierBlue {
    background:#EAF4FF;
}

.supplierBlueBox{
    background:#EAF4FF;
    height: 20px;
    width: 20px;
    float:left;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 5px;
    margin-right: 3px;
    margin-left: 3px;
}

.directMessage {
    background:#EBFFE8;
}

.directMessageBox{
    background:#EBFFE8;
    height: 20px;
    width: 20px;
    float:left;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 5px;
    margin-right: 3px;
    margin-left: 3px;
}

.topicMessage {
    background:#FFFEE8;
}

.topicMessageBox{
    background:#FFFEE8;
    height: 20px;
    width: 20px;
    float:left;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 5px;
    margin-right: 3px;
    margin-left: 3px;
}

.clearBoth {
    clear: both;
}

.fontWeightNormal {
    font-weight:normal;
}

span.more {
    background: transparent url(img/add_but_2.png) no-repeat scroll 7% 0px;
    cursor: pointer;
    display: inline;
}

.marginLeftMCButton {
    margin-left:-11px;
}

.marginRightMCButton {
    margin-right:10px;
}

.returnToMCButton {
    margin: 20px 0;
}

.cancelMCButtonPadding {
    padding: 7px 16px 8px;
}

span.dismiss{    
    cursor: pointer;
    display: inline;
}

.text_reminder{
        
    font-size: 15px;
    width: 355px;
    text-align: centre;
}

.contractsListTable {
	float:left;
}

/* Contract Change Control
----------------------------------------------------------------------------------------------------*/
#changeControl{
	margin: 2%;
	background: #ffffff;
	padding: 2%;
	padding-top: 1%;
}

#changeControl legend {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	max-width: 100%;
}

.supplierScoreCardFieldset{
	margin: 2%;
	background: #ffffff;
	padding: 1%;
	padding-top: 1%;
}

.supplierScoreCardFieldset legend {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	max-width: 100%;
}

.chngContTab {
	width:860px;
}

.chngContTab > #contractChangeControlTable_wrapper {
	padding-bottom:50px;
}

#contractChangeControlTable {
	word-wrap: break-word;
}

#supplierScoreCard {
	word-wrap: break-word;
}

#projectotals{
    float: left;
    text-align: left;
    padding-bottom: 0;
    margin-top:20px;
}

.projectotals{	
	display:inline;
	text-align: left;
	float:left;
	padding: 8px;	
	margin-right:10px;
	background-color: #ddd;
	border: 1px solid #999;
}

.projectotals p {
	margin-bottom:0px;
}

#projectotals a {
	margin-left:0.5em;
	margin-top:0.5em;
}

#tandctext {
	font-size:15px!important;
	
}

#deltaListReport thead tr .sorting p, #responses thead tr .sorting p, #list thead tr .sorting p, table.dataTable thead .sorting
{
	background:url(img/bg.gif) no-repeat right;
	padding-right:24px;
	font-size:12px;
}

#deltaListReport thead tr .sorting_asc p, #responses thead tr .sorting_asc p, #list thead tr .sorting_asc p, table.dataTable thead .sorting_asc
{
	background:url(img/asc.gif) no-repeat right;
	padding-right:24px;
	font-size:12px;
}

#deltaListReport thead tr .sorting_desc p, #responses thead tr .sorting_desc p, #list thead tr .sorting_desc p, table.dataTable thead .sorting_desc
{
	background:url(img/desc.gif) no-repeat right;
	padding-right:24px;
	font-size:12px;
}

.widthThird {
	width:31%;
	padding:0px 1%;
	margin-bottom:20px;
	display:block;
	float:left;
}

.financieroption {
	display: block;
	float: left;
	clear: both;
}

.dataTables_paginate .paginate_button {
	background: #f2f2f2!important;
    border: 1px solid #ccc!important;
    margin: 0 3px 5px 0!important;
    padding: 3px 8px!important;
}

.dataTables_paginate .paginate_button a {
	color:#279ACE!important;
}

.dataTables_paginate .paginate_button a:hover {
	color:#cc0000!important;
}

.dataTables_paginate .disabled {
	background: #fff!important;
    border: 1px solid #eee!important;
    margin: 0 3px 5px 0!important;
    padding: 3px 8px!important;
}

.dataTables_paginate span .current {
	font-weight:bold!important;
}

.mr2 {
	margin-top:10px;
}

.contractListTable {
	margin-top:30px;
}

.text-area {
	margin:2%
}

#contsSubMen {
	margin-top:0px;
	width:98%;
	padding: 8px 10px 4px 10px;
}

#contsSubMen .AdminContText ul li {
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#contsSubMen ul li {
	list-style:none;
	display:inline-block;
	/* padding-right:2px; */
}

#contsSubMen ul li a {
	font-size:11px;
	padding-right:2px;
}

#contsSubMen ul li a:hover {
	color:#D50C5A;
}

.AdminContText p {
	margin-bottom:0px;
}

.changecontrolholder {
	padding-top:10px;
}

.changecontrolholder div img {
	margin-bottom:5px;
	margin-right:10px;
	float:right;
}

.subtext {
	margin:0px 10px 40px 0px;
	font-size:10px;
	font-style:italic;
	text-align:right;
}

.marginbottom {
	margin-bottom:20px;
}

/* Propject Dashboard redesign - Martin Stewart, Nov '15 */

.procoption {
	padding-left: 90px;
	position: relative;
	height: 108px;
	background: #FFF url('img/dashboard-sprite.png') 22px 0px no-repeat;
}

.procoption.users {
	background-position: 22px 14px;
}

.procoption.appointments {
	background-position: 22px -195px;
}

.procoption.documents {
	background-position: 22px -435px;	
}
.subdesc2 {
	display: block;
	font-weight: normal;
	font-size:100%;
	line-height: 150%;
	padding: 0 0 1px;
	margin-bottom: 2px;
}

/* table.basic-table tr.add-supplementary {
	background: none;
	border: none;
	height: 80px;
} */

.procoption.discussions {
	background-position: 22px -644px;
}

table.basic-table tr.add-supplementary td {
	border-bottom: 0;
	/* vertical-align: bottom;
	padding-left: 0; */
}

.procoption.users:hover,
.procoption.appointments:hover,
.procoption.documents:hover,
.procoption.discussions:hover {
	background-color: #f2f2f2;
}

#upload-files-table #uploaded-files {
    width: 100%;
    margin-top: 10px;
}

.url-help-container {
	position: relative;
    margin-bottom: 29px;
    display: inline-block;
    width: auto;
}

.procoption.users:hover {
	background-position: -327px 14px;	
}

.url-help {
	position: absolute;
    left: 0;
    top: 22px;
    font-weight: normal;
    display: block;
    min-width: 240px;
}

.procoption.appointments:hover {
	background-position: -327px -195px;
}

.procoption.documents:hover {
	background-position: -327px -435px;
}

.procoption.discussions:hover {
	background-position: -327px -644px;
}

.procoption.project-dashboard h3 {
	background: none;
	margin-top: 6px;
	margin-bottom: 0;
	padding-bottom: 5px;
}

.procoption.project-dashboard ul {
	margin: 0 8%;
}

.overlay-btn {
    display: block;
    text-indent: -999px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    outline: 0 !important;
}

.invite-btn {
	background: none;
    border: 0;
    padding: 0;
    margin: 0 8%;
    border-radius: 0;
    color: #279ACE;
	cursor: pointer;
    outline: 0 !important;
}

/* Stop FF adding padding to submit input */
.invite-btn::-moz-focus-inner {
	border:0;
	padding:0;
}

.invite-btn:hover {
	color: #D30C10;
}

#workspaceTable th{
	padding: 5px 10px;
}
input.btn.action-btn.floatright.uploadButton {
    margin-top: -37px;
}

input.btn.action-btn.floatright.removeButton {
   margin-top: -37px;
   margin-right: -90px;
}

/* ----- DOCUMENT TREE ------------------------------------------------------ */

#file-explorer-container {
	outline: 1px solid #bbb;
    margin: 10px 0px;
    
}
#file-explorer-container table.dataTable {
    border: 0;
    margin: 0;

}
#file-explorer-container table.dataTable thead th {
    height: 19px;
}
#file-explorer-header {
	height: 40px;
    background: url(img/backgrounds.png) repeat-x left -700px;
}
#file-tree {
    float: left;
    overflow: hidden;
	min-width: 200px;
    max-width: 400px;
}
#file-list {  
    float: right !important;
}
#file-list-table {
	outline: 1px solid #bbb;
}

#folder-form > input[type=submit] {
    position: absolute;
    top: -1000px;
}
#file-form-dnd {
    border: 1px dashed #8e8e8e;
    padding:0 10px 10px 10px;
    margin:10px;
    text-align: left;
}
.uploadButton-mj{
	height: 27px;
   	padding-top: 14px;
}
.vakata-context {
    //margin-top: -24px !important; 
    z-index: 10;
}
.vakata-context li > a {
    line-height: 1.7em !important;
    padding: 0em 1.5em !important;
}
.vakata-context li > a > i {
    display: none !important;
}
.vakata-context li > a .vakata-contextmenu-sep {
    display: none !important;
}
.ui-dialog-content {
    overflow: hidden !important;
}
.ui-state-error {
    color: black !important;
}

/* ----- MCE rich text editor ----------------------------------------------- */

.mce-display ul, .mce-display ol {
    padding-left: 40px;
    padding-bottom: 1em;
}

.mce-display ul > li {
    list-style: disc;
}

.mce-display ol > li {
    list-style: decimal;
}

/* ----- Lots and bids pages ------------------------------------------------ */

.lot-info-container {
    margin: 0px 20px 30px 0px;
}

.bids-table {
    margin-top: 5px !important;
}

.bids-table th {
    padding: 5px 10px !important;
}

.bids-table tr.green > td {
    background-color: #9cf271 !important;
}

.bids-table tr.amber > td {
    background-color: #ffc29f !important;
}

.evaluate-bids-link {
    font-weight: normal;
}

.lot-winner-box-green {
    background: #9cf271;
    height: 20px;
    width: 20px;
    float: left;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 5px;
    margin-right: 3px;
    margin-left: 3px;
}

.lot-winner-box-amber {
    background: #ffc29f;
    height: 20px;
    width: 20px;
    float: left;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 5px;
    margin-right: 3px;
    margin-left: 3px;
}

.float-left-half {
    width: 50%;
    float: left;
}

.lot-info {
    margin: 20px 0px !important;   
}

.lot-info > label {
    background: #FFF !important;
}

.lot-info.price-lot-info {
	margin-top: 3px !important;
}

/* ----- */

fieldset.fieldset-padding {
	padding: 0 20px;
}

fieldset.fieldset-padding legend {
	margin-left: -20px;
}

#filterByKeyword {
	max-width: 120px;
	width: 25%;
	margin-bottom: 10px;
}

/* Questionnaire CSS - JP ------------------------ */

.question-free-text p:not(.prefix), #prepareresponse-tab fieldset.text-content > ul > li, .lot-info, #awardlots-tab fieldset.text-content > ul > li {
	position: relative;
    display: inline-block;
    width: calc(50% - 2px);
    margin: 10px 0 10px 0;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
}

.question-free-text p:not(.prefix) strong, #prepareresponse-tab fieldset.text-content > ul > li > label, .lot-info > label, #awardlots-tab fieldset.text-content > ul > li > label {
	position: relative;
	top: -18px;
	left: 10px;
	font-size: 13px;
	background: #F7F7F7;
	padding: 0 5px;
	display: table-cell;
}

.question-free-text p.fullWidth, #prepareresponse-tab fieldset.text-content > ul > li, .lot-info, #awardlots-tab fieldset.text-content > ul > li {
 	width:100%;
 	margin:10px 0;
 	display:block;
}

.separator {
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #cccccc;
	display:block;
	width:100%;
}

ul > .separator:not(.show):first-child {
	display:none;
}

.lotContents textarea.textarea {
	float:none;
}

/* Shared table styles */
.quTable.table1 {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	float:none;
	display:block;
	margin-top: 0em;
	margin-bottom: 1em;
	
}

.quTable .v5_headerclass {
	padding: 0 0.5em;
	text-align: left;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	background: #dddddd;
	font-family: arial, helvetica, sans-serif;
	padding-top: 14px;
}

.quTable .v5_headerclass_td {
	padding: 0 0.5em;
	border-left: 0 none;
	padding-top: 0.5em;
}

.quTable tr.gray_text td {
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	color: #736F6E;
}

.quTable tr.gray td {
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	background: #eef3f9;
}

.quTable tr.white td {
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	background: #ffffff;
}

.quTable td.v5_tabledata {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	text-align: left;
	vertical-align: top;
	-ms-word-break: break-all;
	/* word-break: break-all; */
	/* Non standard for webkit */
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

/* CSS2 selector styles */
table.quTable.manuals td:first-child {
	width: 40px;
}

table.quTable.manuals td+td {
	border-left: 1px solid #CCC;
	text-align: left;
}

/* Classes for IE */
table.quTable.manualsIE td.width {
	width: 40px;
}

table.quTable.manualsIE td.adjacent {
	border-left: 1px solid #CCC;
	text-align: left;
}

.quSubButtons {
	list-style-type:none;
	padding-left:0;
	margin-top:30px;
}

.quSubButtons li {
	display:inline-block;
	width:45%;
}

span.bidName {
	color:#175bdb;
}

.lotQuestionOptions .basic-table tr {
	padding:2px;
}

.lotQuestionOptions .basic-table tr td {
	padding:5px;
}

ul.listTabsNav {
	list-style-type:none;
	padding-left:0;
	margin:15px 0 0 0;
}

ul.listTabsNav > li {
	display:inline-block;
	text-align:center;
	margin:0 2px 0 0;
	width:150px;
}

ul.listTabsNav > li > a {
	height:100%;
	height:100%;
	padding:10px 15px;
	display:block;
	border-radius:5px 5px 0 0;
	background:#cccccc;
	color:#666666;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	transition:0.3s all;
}

ul.listTabsNav > li > a:hover, ul.listTabsNav > li > a.active {
	background:#ffffff;
	color:#000000;
}

.listTabsContainer {
	border:1px solid #cccccc;
	background:white;
	padding:20px;
	margin-top:-20px;
	min-height:480px;
}

.listTabsContainer input.full {
    margin: 8px 5px;
    float:none;
}
.listTabsContainer input.text {
    padding: 7px 10px;
    width: 400px;
    margin-bottom: 10px;
}

.fullTabsContainer {
	border:1px solid #cccccc;
	background:#fbfbfb;
	padding:20px;
	margin-top:-21px;
	min-height:480px;
}

.contentbar ul.tabs li a.active-tab.lotQuestions {
	background:#fbfbfb;
	border-bottom:1px solid #fbfbfb;
}

a:hover.btn.disabled:hover {
	color:#aaaaaa;
}

.basic-table .btn.inline-btn {
	margin-top:7px; display:inline-block;
}

.btn.inline-btn.blank {
	opacity:0;
	visibility:hidden;
	width:10px;
}

.delete_questionnaire {
	color:white;
	background:#CC2828;
	transition:0.3s all;
}

.delete_questionnaire:hover {
	background: #7d0000 !important;
	transition:0.3s all;
}

.delete_questionnaire:hover {
	color:white;
	background:#19191A;
	cursor:pointer;
}

fieldset div.question-instruction > h3 {
	padding:20px 0 0 0 !important;
	font-size:18px;
}

.countrySelect select {
	width:100%;
	box-sizing:border-box;
}

.forestryForm label[for="furtherInfoOptOut"] {
	padding-top:22px;
}

.forestryForm input#furtherInfoOptOut {
	position:absolute;
	top:0;
}

input.btn[name="confirmWithdraw"] {
	background-position:0 -228px !important;
	background: #ea0000 !important;
}

input.btn[name="confirmWithdraw"]:hover {
	background-position:0 -202px !important;
	background: #7b0000 !important;
	transition: 0.3s;
}

input.btn[name="confirmSubmit"],
.btn.confirmConfirmation {
	background: green !important;
}

input.btn[name="confirmSubmit"]:hover {
	background: #005500 !important;
	transition: 0.3s;
}

#responseConfirmation {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	-ms-background:none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	z-index:90;
}

#responseConfirmation > .responseModal{
	padding:40px;
	box-sizing:border-box;
	position:fixed;
	top:20vh;
	top:20%\0/;
	left:50%;
	width:400px;
	margin-left:-200px;
	background:white;
	z-index:99;
	height:60vh;
	-webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-backface-visibility: hidden;
    overflow-y:scroll;
}

#emailAlertPrefs .responseModal {
    box-sizing:border-box;
    position:fixed;
    top:0; right: 0; bottom: 0; left: 0;
    margin: auto;
    width:800px;
    background:white;
    z-index:99;
    height:800px;
    max-height: 80vh;        
    -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-backface-visibility: hidden;
	overflow:hidden;
}


table#finalEmailAlertList th {
    background: #121d4c !important;;
    color: white;
    text-shadow: none;
    border-right: 1px solid white;
}

#tblEmailPref table.dataTable.no-footer {
    border-bottom: 1px solid #d2d2d2;
    margin-top: 25px;
}

#industryCode .responseModal {
    box-sizing:border-box;
    position:fixed;
    top:0; right: 0; bottom: 0; left: 0;
    margin: auto;
    width:800px;
    background:white;
    z-index:99;
    height:fit-content;
    max-height: -webkit-fill-available;        
    -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-backface-visibility: hidden;
	overflow:auto;
}


#custom-ch-popup .responseModal{
    box-sizing:border-box;
    position:fixed;
    top:0; right: 0; bottom: 0; left: 0;
    margin: auto;
    width:600px;
    background:white;
    z-index:99;
    height:fit-content;
    /*max-height: fit-content; */       
    -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-backface-visibility: hidden;
	overflow:auto;
}

#custom-ch-popup .responseModal > h2 {
        padding: 10px;
        position: relative;
        margin: 0;
        text-align: center;
        background: #dfdfdf;
    background: -moz-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(100%, #c8c8c8) );
    background: -webkit-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: -o-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: -ms-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: linear-gradient(to bottom, #dfdfdf 0%, #c8c8c8 100%);
}

#custom-ch-popup .responseModal .popup {
        padding: 20px 40px;
        box-sizing: border-box;
        height: auto;
}

#custom-ch-popup .responseModal > h2 .close_modal {
        position: absolute;
        background: #FFF;
        display: block;
        width: 29px;
        height: 29px;
        text-align: center;
        cursor: pointer;
        right: 10px;
        top: 50%;
        line-height: 30px;
        border-radius: 30px;
        margin-top: -15px;
}

#custom-ch-popup .modal_bg {
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 12;
}

#custom-ch-popup hr {
        margin: 40px 0;
}

#custom-section-popup .responseModal{
    box-sizing:border-box;
    position:fixed;
    top:0; right: 0; bottom: 0; left: 0;
    margin: auto;
    width:600px;
    background:white;
    z-index:99;
    height:fit-content;
    max-height: fit-content;        
    -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-backface-visibility: hidden;
	overflow:auto;
}

#section-lot-popup .responseModal{
    box-sizing:border-box;
    position:fixed;
    top:0; right: 0; bottom: 0; left: 0;
    margin: auto;
    width:600px;
    background:white;
    z-index:99;
    height:550px;
    max-height: 80vh;        
    -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-backface-visibility: hidden;
	overflow:hidden;
}

#custom-page-popup .responseModal{
    box-sizing:border-box;
    position:fixed;
    top:0; right: 0; bottom: 0; left: 0;
    margin: auto;
    width:600px;
    background:white;
    z-index:99;
    height:fit-content;
    max-height: fit-content;        
    -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-backface-visibility: hidden;
	overflow:auto;
} 


#import-pqq-popup .responseModal{
    box-sizing:border-box;
    position:fixed;
    top:0; right: 0; bottom: 0; left: 0;
    margin: auto;
    width:800px;
    background:white;
    z-index:99;
    height:fit-content;
    max-height: 80vh;        
    -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-backface-visibility: hidden;
	overflow:auto;
}

#industryCode .responseModal > h2 {
        padding: 10px;
        position: relative;
        margin: 0;
        text-align: center;
        background: #dfdfdf;
    background: -moz-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(100%, #c8c8c8) );
    background: -webkit-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: -o-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: -ms-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: linear-gradient(to bottom, #dfdfdf 0%, #c8c8c8 100%);
}

#import-pqq-popup .responseModal > h2 {
        padding: 10px;
        position: relative;
        margin: 0;
        text-align: center;
        background: #dfdfdf;
    background: -moz-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(100%, #c8c8c8) );
    background: -webkit-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: -o-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: -ms-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: linear-gradient(to bottom, #dfdfdf 0%, #c8c8c8 100%);
}

#custom-section-popup .responseModal > h2 {
        padding: 10px;
        position: relative;
        margin: 0;
        text-align: center;
        background: #dfdfdf;
    background: -moz-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(100%, #c8c8c8) );
    background: -webkit-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: -o-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: -ms-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: linear-gradient(to bottom, #dfdfdf 0%, #c8c8c8 100%);
}

#section-lot-popup .responseModal > h2 {
        padding: 10px;
        position: relative;
        margin: 0;
        text-align: center;
        background: #dfdfdf;
    background: -moz-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(100%, #c8c8c8) );
    background: -webkit-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: -o-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: -ms-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: linear-gradient(to bottom, #dfdfdf 0%, #c8c8c8 100%);
}

#custom-page-popup .responseModal > h2 {
        padding: 10px;
        position: relative;
        margin: 0;
        text-align: center;
        background: #dfdfdf;
    background: -moz-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(100%, #c8c8c8) );
    background: -webkit-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: -o-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: -ms-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: linear-gradient(to bottom, #dfdfdf 0%, #c8c8c8 100%);
}
 
#industryCode .responseModal > h2 .close_modal {
        position: absolute;
        background: #FFF;
        display: block;
        width: 29px;
        height: 29px;
        text-align: center;
        cursor: pointer;
        right: 10px;
        top: 50%;
        line-height: 30px;
        border-radius: 30px;
        margin-top: -15px;
}

#import-pqq-popup .responseModal > h2 .close_modal {
        position: absolute;
        background: #FFF;
        display: block;
        width: 29px;
        height: 29px;
        text-align: center;
        cursor: pointer;
        right: 10px;
        top: 50%;
        line-height: 30px;
        border-radius: 30px;
        margin-top: -15px;
}

#custom-section-popup .responseModal > h2 .close_modal {
        position: absolute;
        background: #FFF;
        display: block;
        width: 29px;
        height: 29px;
        text-align: center;
        cursor: pointer;
        right: 10px;
        top: 50%;
        line-height: 30px;
        border-radius: 30px;
        margin-top: -15px;
}

#section-lot-popup .responseModal > h2 .close_modal {
        position: absolute;
        background: #FFF;
        display: block;
        width: 29px;
        height: 29px;
        text-align: center;
        cursor: pointer;
        right: 10px;
        top: 50%;
        line-height: 30px;
        border-radius: 30px;
        margin-top: -15px;
}

#custom-page-popup .responseModal > h2 .close_modal {
        position: absolute;
        background: #FFF;
        display: block;
        width: 29px;
        height: 29px;
        text-align: center;
        cursor: pointer;
        right: 10px;
        top: 50%;
        line-height: 30px;
        border-radius: 30px;
        margin-top: -15px;
}
 
#industryCode .responseModal .popup {
        padding: 20px 40px;
        box-sizing: border-box;
        height: auto;
}

#custom-section-popup .responseModal .popup {
        padding: 20px 40px;
        box-sizing: border-box;
        height: auto;
}

#section-lot-popup .responseModal .popup {
        padding: 20px 40px;
        overflow-y: auto;
        box-sizing: border-box;
        height: 572px;
        height: calc(100% - 48px);
}

#custom-page-popup .responseModal .popup {
        padding: 20px 40px;
        box-sizing: border-box;
        height: auto;
} 
 
#industryCode hr {
        margin: 40px 0;
}

#custom-section-popup hr {
        margin: 40px 0;
}

#section-lot-popup hr {
        margin: 40px 0;
}

#custom-page-popup hr {
        margin: 40px 0;
}
 
#industryCode .dataTables_wrapper .dataTables_filter {
        margin-right: 0;
}
 
#industryCode .popup {
        
}
 
#industryCode .popup::-webkit-scrollbar {
        width: 7px;
}
 
#industryCode .popup::-webkit-scrollbar-track {
      background-color: #f7f7f7;
}
 
#industryCode .popup::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2); 
}
 
#industryCode .paste_cvs {
    margin: 0 0 0 0;
    position: relative;
    z-index: 100;
}

#import-pqq-popup .modal_bg {
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 12;
}
 
#industryCode .modal_bg {
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 12;
}

.awardMessages .modal_bg {
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 12;
}

#custom-section-popup .modal_bg {
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 12;
}

#section-lot-popup .modal_bg {
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 12;
}

#custom-page-popup .modal_bg {
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 12;
}
 
table#industryCodeList.dataTable.display td:last-child,
#industryCode table.dataTable.display td:last-child {
	text-align: center;
	width: 80px;
}
 
html.modal_open {
        overflow-y: hidden;
}
 
#industryCode .dataTables_scroll {
        float: none;
}
 
#industryCode .dataTables_scrollHeadInner {
        width: 100% !important;
}
 
#industryCodeList_wrapper {
        margin-bottom: 10px;
}

a.btn.removeButton, a.btn.cancelConfirmation {
	background-position:left -200px;
}

a.btn.cancelConfirmation {
	margin-left:15px;
}

a:hover.btn.removeButton:hover, a:hover.btn.cancelConfirmation:hover {
	background-position:left -228px;

}
div.scrollwrapper {
    overflow: auto;
 	white-space: nowrap;
    max-width: 630px;
}

.attachBox {
	-moz-text-shadow: 0px 1px 1px #fff;
	/* background: transparent url(img/backgrounds.png) repeat-x left -700px; */
	font-size: 13px;
	/* font-weight: bold; */
	margin: 10px 0 10px;
	padding: 10px 10px 10px 15px;
	text-shadow: 0px 1px 1px #fff;
	border:1px solid #666666;
	background:#ffffee;
}


.attachBox {
	-moz-text-shadow: 0px 1px 1px #fff;
	/* background: transparent url(img/backgrounds.png) repeat-x left -700px; */
	font-size: 13px;
	/* font-weight: bold; */
	margin: 10px 0 10px;
	padding: 10px 10px 10px 15px;
	text-shadow: 0px 1px 1px #fff;
	border: 1px solid #cccccc;
	background: #FFF;
}

 /* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.5); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
} 

/* lot table */

.lot_table_wrapper {
	padding-top: 4px;
    border-top: 1px solid #bbbbbb;
    background: #FFF;
    margin-left: -1px;
    margin-right: -1px;
}

.lot_table tr.lot_row td:last-child {
	background: url(img/arrow-square.png) no-repeat scroll 95% -45px;
	padding-right: 6%;
}

.lot_table tr.lot_row.lot_row_active td:last-child {
	background-position: 95% 11px;
}

.lot_table tbody tr.lot_row:nth-of-type(even) {
	background-color: #f1f1f1;
}

.lot_table th {
	vertical-align: top;
	position:relative;
}

.tech_price_split {
	text-align: right;
}

.tech_price_split span {
	background-color: #ebebeb;
    border-radius: 5px;
    padding: 5px;
    margin: 10px 0;
    display: inline-block;
}

.desc2{
	color: #444;
	display: block;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 5px;
}
.desc3
{
	color: #444;
	display: block;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 15px; 
	margin-top:14px;
}
.question-free-text1 {
	margin: 6px 0px 35px 0px;
}

.lot-info1 {
    margin: -10px 0px !important;
    
}

.weightings-table td:first-of-type{
	background: #bbb url(img/backgrounds.png) repeat-x left -700px;
	font-weight: 600;
	border-right: 1px solid #666;
}
.weightings-table td{
	padding:0.5em
	
}
.weightings-table{
	margin: 1em 0 2em 0;
	font-size:12px;
	
}
.weightings-table td {
	border: 1px solid #CCC;
	padding: 10px;
}
a.focused{
	background-color:#fff;
	border:1px solid #000;
}

table.responses-overview-table {
	border-collapse: collapse;
	border-top: 1px solid #CCC;
	word-wrap: break-word;
	margin: 0 0;
	width: 100%;
}

fieldset table.responses-overview-table {
	float: none;
	width: 96%;
	margin: 2% 0;
}

table.responses-overview-table tr,table.responses-overview-table tr.odd {
	background: #fff;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

table.responses-overview-table tr.even {
	background: #f1f1f1
}

table.responses-overview-table tr.highlight {
	background-color: #fdfdfd
}

table.responses-overview-table td {
	border-bottom: 1px solid #CCC;
	/* border-right: 1px solid #CCC; */
	padding: 10px;
	text-align: center;
}

table.responses-overview-table td.bidder-name {
	border-right:1px solid #666;
	text-align: justify;

}

table.responses-overview-table td.pct-price-score {
	border-right:1px solid #666;
	
}

table.responses-overview-table td.pct-technical {
	border-right:1px solid #666;

}

td.price-head {

	text-align:center;
	border-right:1px solid #666; 
	border-top:1px solid #666;
	background: #bbb url(img/backgrounds.png) repeat-x left -700px;
	font-size: 95%;
}	

td.technical-head {
	text-align:center;
	border-right:1px solid #666; 
	border-top:1px solid #666;
	background: #bbb url(img/backgrounds.png) repeat-x left -700px;
	font-size: 95%;
}	
td.overall-head {
	text-align:center;
	border-right:1px solid #666; 
	border-top:1px solid #666;
	background: #bbb url(img/backgrounds.png) repeat-x left -700px;
	font-size: 95%;
}	

td.bidder-name-head{
	border-right:1px solid #666;
	width: 20%;
}

table.responses-overview-table td.border-solid-right {
	border-right:1px solid #666;
}

table.responses-overview-table th.border-solid-right {
	border-right:1px solid #666;
}


.widget table.responses-overview-table td {
	padding: 8px 10px;
}

table.responses-overview-table th.sortable a,table.responses-overview-table thead th.sortable a, table.display th.sort{
	/* background: url(img/bg.gif) no-repeat right bottom; */
	color: #252525;
}

table.responses-overview-table td.choose-action {
	width: 150px;
}

table.responses-overview-table th.check-select {
	width: 20px;
}

table.responses-overview-table tr.highlight {
	background-color: #FCFFDF
}

.responses-overview-table .btn.inline-btn {
	margin-top:7px; display:inline-block;
}

.responses-overview-table img.helpicon.inline {
   /*  position: absolute;
    top: 5px;
    
    left: 4px; */
    width: 11px;
}

/* Quick calls table */
#lists {
	table-layout: fixed;
}

#lists thead tr th:first-child {
	width: 170px;
}

#lists thead tr th:nth-child(2) {
	width: 80px;
}

#lists input[type=submit] {
	font-size: 10px;
}

#lists thead tr th.workspace_column {
	width: 84px;
}

#lists th,
#lists thead td {
	padding-right: 0;
}

.filter_button {
	margin-bottom: 0 !important;

}

/* ********************************* */
/* Tab content for User Video Guides */
/* ********************************* */

/* Style the tab */
div.tab {
    overflow: hidden;
    display: block;
    border-bottom: 2px solid #d4d4d4;
    width: 100%;

}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 16px 18px 14px;
    transition: background 0.3s;
    box-sizing: border-box;


    
}

/* Change background color of buttons on hover */
div.tab button:hover {
    border-top: 2px solid #cdcdcd;
    border-left: 2px solid #cdcdcd;
    border-right: 2px solid #cdcdcd;
    padding: 14px 16px;
    background-color: #f1f1f1;
}

/* Create an active/current tablink class */
div.tab button.active {
    border-top: 2px solid #cdcdcd;
    border-left: 2px solid #cdcdcd;
    border-right: 2px solid #cdcdcd;
   padding: 14px 16px;
    background-color: #f1f1f1;
}

/* Style the tab content */
.tabcontent {
    display: none;
        padding: 6px 12px;
    box-sizing: border-box;
    background-color: #f1f1f1;
    width: 100%;
    margin-top: -4px;
    border: 2px solid #cdcdcd;
    box-sizing: border-box
}
.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
.tabcontent h2{
	font-size:2em;
	margin: 1em 0;
}
.tablinks{
    max-width: 300px;
    text-align: center;
    min-width: 100px;
    margin-top:1em;
    box-sizing: border-box;
}
.tablinks span{
	display: inline-block;
	width: 100%;
	font-size: 1.5em;
	margin: 1em 0;
}
.video-container{
	margin: 1em 0;
	border: 1px solid;
    display: inline-block;

}
.linkbutton{
     cursor: pointer;
}
.readonlyinput{
	readonly:"readonly";
	background: none repeat scroll 0 0 transparent;
    border: medium none !important;
    color: #000000;
}
.is-eval{
	-webkit-filter: blur(3px);
  	-moz-filter: blur(3px);
  	-o-filter: blur(3px);
  	-ms-filter: blur(3px);
  	filter: blur(3px);  	
  	-webkit-touch-callout: none; /*Cannot highlight text, this applies to all major browsers*/
    -webkit-user-select: none; 
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    user-select: none; 
}

/* custom styles */

a.btn.emailAlertPref {
    top: 12px;
    position: relative;
    margin: 0!important;
}

#industryCode .responseModal > h2 {
    background: #121d4c!important;
	text-shadow: 0 0 0 #fff!important;
    color:#fff;
}

.responseModal span.close_modal {
    color: #151515;
}

p.custPadd {
    margin-bottom: 0px!important;
    font-style: italic!important;
    font-weight: 800;
    color: #848484;
}

.custPadd{
	padding: 20px 40px 0;
}

.sorting_disabled.select-checkbox {
    text-align: center;
}

textarea.field.textarea.full {
    overflow-x: hidden;
    height: 66px;
    margin: -3px;
}



table:not(.quTable) .v5_headerclass {
    border: 0px solid #cbcbcb!important;
}

#responseForm .text-content fieldset {
    margin-bottom: -15px!important;
}

td.select-checkbox {
    width: 10%;
}

.textwrapper a {
    cursor: pointer!important;
}

span.spanny {
    display: flex!important;
    align-items: center!important;
}

div.spanny-line {
	border-bottom: 1.5px solid #ccc;
    margin-bottom: -8px !important;
    margin-left: -10px !important;
    width: 110%;
}

.spanny .editForm3 {
    margin-bottom: 10px!important;
    margin-left: 4px;
}

.spanny .editButRIGHT {
    margin-top: 5px!important;
    margin-left: 4px;
}

.spanny input.moveDown {
    margin-left: 4px;
}

.spanny input.moveDown_gray {
    margin-left: 4px;
    position: relative;
	top: 0px!important;
}

.spanny input.moveUp_gray {
    margin-left: 4px;
    position: relative;
	top: 0px!important;
}

.spanny input {
    border-radius: 3px;
}

#editBut {
    padding: 1px 6px!important;
}

#errmsg-createTender {
	display: block-inline;
	color: red;
}

.dataTables_scrollHeadInner {
    width: 100%!important;
}

.supplierresponce.no-footer {
    table-layout: fixed !important;
    width:auto;
}

.supplierresponce.no-footer.DTFC_Cloned {
    width: 100%!important;
}

/*.dataTables_scroll {
    padding: 10px 0px;
}*/

.dashed-dropzone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    width: 92%;
    padding: 25px 26px;
    text-align: center;
}

.text-content #dropzone {
    text-align: left;
}

#table_anchor_1 table.dataTable tbody tr .sorting {
    background-color: #aaaaaa;
}

.smallDate{
	font-size: 11px;
	font-weight: bold;
}

.btnChat {
    position: absolute;
    right: 205px;
    top: 5px;
}

a.lz_cbl img {
    height: 30px;
    width: 130px;
    border-radius: 7px 7px 7px 7px;
}

.awardCustomEmailModal {
position: fixed; /* Stay in place */
	    z-index: 1; /* Sit on top */
	    left: 0;
	    top: 0;
	    width: 100%; /* Full width */
	    height: 100%; /* Full height */
	    overflow: auto; /* Enable scroll if needed */
	    background-color: rgb(0,0,0); /* Fallback color */
	    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */	  	    
	   	transition: all 0.3s;  
}

.closeNoAwardTextModal {
position: fixed; /* Stay in place */
	    z-index: 1; /* Sit on top */
	    left: 0;
	    top: 0;
	    width: 100%; /* Full width */
	    height: 100%; /* Full height */
	    overflow: auto; /* Enable scroll if needed */
	    background-color: rgb(0,0,0); /* Fallback color */
	    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */	  	    
	   	transition: all 0.3s;  
}

.custom-modal-header {
	padding: 10px;
      position: relative;
      margin: 0;
      text-align: center;
      background: #dfdfdf;
    background: -moz-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(100%, #c8c8c8) );
    background: -webkit-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: -o-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: -ms-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
    background: linear-gradient(to bottom, #dfdfdf 0%, #c8c8c8 100%);
}

.close_custom_modal {
    position: absolute;
    background: #FFF;
    display: block;
    width: 29px;
    height: 29px;
    text-align: center;
    cursor: pointer;
    right: 10px;
    top: 50%;
    line-height: 30px;
    border-radius: 30px;
    margin-top: -15px;
}

.custom-modal-content {
   background-color: #fefefe;
   margin: 15% auto; 
   padding: 20px;
   border: 1px solid #888;
   width: 45%; 
}

.uploadErr {
	color: red;
	transition: 0.5s;
	display: flex;
	width: 229px;
}

.awardCustomEmailModal .custom-modal-header {
    background: #121D4C;
    color: #f5f5f5;
}

.closeNoAwardTextModal .custom-modal-header {
    background: #121D4C;
    color: #f5f5f5;
}

.awardCustomEmailModal .custom-modal-header span#close_custom_modal {
    color: #252525;
}

.closeNoAwardTextModal .custom-modal-header span#close_custom_modal {
    color: #252525;
}

#suppliersEmailList th {
    background: #121d4c !important;
    color: white;
    text-shadow: none;
    border-right: 1px solid white;
}

#suppliersEmailList_filter {
    margin-bottom: 10px;
}

.awardCustomEmailModal .custom-modal-content {
    padding: 0px!important;
    margin: 5% auto!important;
}

.closeNoAwardTextModal .custom-modal-content {
    padding: 0px!important;
    margin: 5% auto!important;
}

.ContainerEmail {
	    padding: 20px!important;
}

table#suppliersEmailList table, td, th {
    vertical-align: middle!important;
}

a#customEmails {
    position: relative;
    top: 5px;
}

.markTemplate {
	padding: 40px;
    box-sizing: border-box;
    position: fixed;
    top: 20vh;
    left: 37%;
    right: 35%;
    width: 400px;
    margin-left: -200px;
    background: white;
    z-index: 99;
    height: 60vh;
    transition: 0.7s;
    -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2); 
    -moz-backface-visibility: hidden;
	overflow:hidden;
}

.noticeExport {
	padding: 40px;
    box-sizing: border-box;
    position: fixed;
    left: 37%;
    right: 35%;
    width: 400px;
    margin-left: -200px;
    background: white;
    z-index: 99;
    transition: 0.7s;
    -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-backface-visibility: hidden;
	overflow:hidden;
}

.pqqExport {
	padding: 40px;
    box-sizing: border-box;
    position: fixed;
    left: 50%;
    right: 35%;
    width: 400px;
    top: 50%;
    margin-left: -200px;
    background: white;
    z-index: 99;
    transition: 0.7s;
    -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-backface-visibility: hidden;
	overflow:hidden;
}

.crExport {
	padding: 40px;
    box-sizing: border-box;
    position: fixed;
    left: 50%;
    right: 35%;
    width: 400px;
    top: 25%;
    margin-left: -200px;
    background: white;
    z-index: 99;
    transition: 0.7s;
    -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-backface-visibility: hidden;
	overflow:hidden;
}

.readReceiptsExport {
	padding: 40px;
    box-sizing: border-box;
    position: fixed;
    left: 50%;
    right: 35%;
    width: 400px;
    top: 30%;
    margin-left: -200px;
    background: white;
    z-index: 99;
    transition: 0.7s;
    -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-backface-visibility: hidden;
	overflow:hidden;
}

#group-users-tables th {
    background: #121D4C!important;
    color: white;
    text-shadow: none;
}

#group-users-tables .btn.inline-btn {
    text-align: center;
    display: block;
    margin: 0 auto;
}

#group-users-tables i.fas.fa-minus-circle, #group-users-tables i.fas.fa-plus-circle {
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 17px;
    color: #a2a2a2;
}

table#group-users-tables {
    margin-bottom: 15px;
}

.export-global {
    font-size: 25px;
    padding: 5px 8px;
    top: 3px;
}

.btn-new {
    width: 100%;
    display: block;
    padding: 2px 0px 6px;
    margin: 5px;
    background: #121d4c;
    text-align: center;
    color: #fff;
    border-radius: 13px;
    cursor: pointer;
}

.btn-new.messagesExport {
	border-style: none;
}

a#cancelExport {
    float: right;
    color: #121d4c;
    padding: 4px 10px 10px;
    font-weight: 800;
    cursor: pointer;
}

.btn-new:hover {
    color: #ffffff;
    background: #306da2;
}

a#wordExport, a#pdfExport {
    font-weight: 700;
}

i.fas.fa-times {
    position: relative;
}

.priceScoreTitle {
	font-weight: 600;
}

.priceScoreError {
	background: #FBE3E4 url(img/msgicons/error2.png) no-repeat top left;
    border: 2px solid #ff2424;
    color: #8a1f11;
    height: 54px;
    width: 273px;
    transition: 1.0s;
}

.priceScoreError span {
	line-height: 4;
	padding-left: 43px;
}

.priceScoreWeightingError {
	background: #FBE3E4 url(img/msgicons/error2.png) no-repeat top left;
    border: 2px solid #ff2424;
    color: #8a1f11;
    height: 54px;
    width: 316px;
    transition: 1.0s;
}

.priceScoreWeightingError span {
	line-height: 4;
	padding-left: 43px;
}

#supplierNamesPanel {
	padding: 40px;
    box-sizing: border-box;
    position: fixed;
    left: 37%;
    right: 35%;
    width: 400px;
    margin-left: -100px;
    background: white;
    top: 201px;
    z-index: 99;
    transition: 0.7s;
    -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-backface-visibility: hidden;
	overflow:hidden;
}

#supplierNamesPanel p {
    font-weight: 600;
    color: #000000;
    line-height: 1.2;
    background: #e8e8e8;
    padding: 7px 10px;
    font-style: inherit;
    border: 1px solid #dcdcdc;
}

a#multipleSuppliers {
    cursor: pointer!important;
}

#file-list{
	max-width: 700px;
}

th.collab14.sorting_disabled {
    top: 0!important;
    vertical-align: top!important;
}

.toFromMessages span{
	font-weight: 600 !important;
}

.closemessage {
    float: right;
    width: 33px;
    height: 40px;
    cursor: pointer;
   /*  text-indent: -999em; */
   /* background: url(img/notice-close.png) no-repeat top left; */
}

.awardMessages {
	box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1000px;
    background: white;
    z-index: 99;
    height: 800px;
    max-height: fit-content;
    -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-backface-visibility: hidden;
    overflow: auto;
}

.awardMessages h2 {
	background: #dfdfdf; /* Old browsers */
	background: -moz-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf),
		color-stop(100%, #c8c8c8) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dfdfdf 0%, #c8c8c8 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #dfdfdf 0%, #c8c8c8 100%);
	/* W3C */
	font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 8px 10px;
    text-shadow: 0px 1px 1px #fff;
    text-align: center;
}

.awardMessages .dave {
	box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1000px;
    background: white;
    z-index: 99;
    height: 800px;
    max-height: fit-content;
    -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-backface-visibility: hidden;
    overflow: auto;
}

#dropzone {
    background: #ccccc;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}
#dropzone.in {
    width: 600px;
    height: 200px;
    line-height: 200px;
    font-size: larger;
}
#dropzone.hover {
    background: lawngreen;
}
#dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}
.modal-format {
	padding: 20px 21px;
    position: relative;
    top: -23px;
}

.awardSupplierMessages {
	height: 100px;
    position: relative;
    bottom: -17px;
}

.fa-times-circle {
	cursor: pointer;
	float: right;
	position: absolute;
	left: 967px;
	top: 4px;
}

.assetSearch {
	position: relative;
    left: 160px;
    top: 2px;
    padding-right: 24px;
    font-size: 12px;
    font-weight: bold;
}

div.responseModal {
  top: 5% !important;
  bottom: 5% !important;
}

#custom-ch-popup .responseModal > h2 {
    text-shadow: 0 0 0 #fff !important;
    color: #fff;
    background: #121d4c !important;
	font-size:1.5em;
}
#custom-ch-popup .paste_cvs{
	margin-top: 1em;
	display: inline-block
}
#custom-ch-popup .responseModal .popup{
	padding:2em;
}
#custom-ch-popup hr {
  margin: 0 0 1em 0 !important;
  padding: 0;
}
#custref-edit .responseModal{
    box-sizing:border-box;
    position:fixed;
    top:0; right: 0; bottom: 0; left: 0;
    margin: auto;
    width:450px;
    background:white;
    z-index:99;
    height:350px;
    /*max-height: fit-content; */       
    -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-backface-visibility: hidden;
	overflow:auto;
}

#custref-edit .responseModal .popup {
        padding: 20px 40px;
        box-sizing: border-box;
        height: auto;
}

#custref-edit .responseModal > h2 .close_modal {
        position: absolute;
        background: #FFF;
        display: block;
        width: 29px;
        height: 29px;
        text-align: center;
        cursor: pointer;
        right: 10px;
        top: 50%;
        line-height: 30px;
        border-radius: 30px;
        margin-top: -15px;
}

#custref-edit .modal_bg {
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 12;
}

#custref-edit .responseModal > h2 {
    text-shadow: 0 0 0 #fff !important;
    color: #fff;
    background: #121d4c !important;
	font-size:1.5em;
}

#custref-edit .paste_cvs{
	margin-top: 1em;
	display: inline-block
}
#custref-edit .responseModal .popup{
	padding:2em;
}

#custref-edit hr {
  margin: 0 0 1em 0 !important;
  padding: 0;
}
.responded-count-click a:hover {
	color: #f1f1f1;
}
