
/* faceted search */

.progress-indicator {
	width: 150px !important;
	height: 150px !important;
	left: 30% !important;
	position: relative !important;
	background-color: transparent !important;
	display:none; 
}

.taskSelector table {
 	top: -1px !important;
	left: 0px !important;
	border-spacing: 2px !important;
	position: relative !important;
}

.processes-task-link {
    font-size: 1.0em !important;
}

.processesSelectedTaskItem td {
    background-color: #999 !important;
    border: none !important;
    border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.taskPanel {
    border: 3px solid #999 !important;
    width:75% !important;
}

a.button-small .button-small5 {
    line-height: 12px !important;
}

.clearFilter {
    background: none !important;
    border: none !important;
}

.nav-btn, .nav-btn:link, {	
	background-color: #E5E5E5 !important;
	border: 1px solid #949494 !important;
	color: #444 !important;
	font-family: "HelveticaNeueW01-65Medi","Helvetica Neue W01 65 Medium","Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 14px !important;
	line-height: 150% !important;
	padding: 5px 11px !important;
	text-align: center !important;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8) !important;
	margin: 0px 10px 0px 0px !important;
	-moz-user-select: none !important;
	background-clip: padding-box !important;
	border-radius: 3px !important;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35) inset, 0px 1px 0px rgba(0, 0, 0, 0.18) !important;
	cursor: pointer !important;
	font-weight: normal !important;
	overflow: hidden !important;
	text-decoration: none !important;
}

.cf-current-step, .cf-step-list, .cf-step{
   font-size: 1.0em !important;
   font-family: "HelveticaNeueW01-55Roma","Helvetica Neue W01 55 Roman","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.cf-step-list {
   background-color: #999 !important;
}

.blockpanel .page-header-titleb {
    font-size: 1.5em;
}

.topSearchContainer {
	background-color: #e9e9e9;
	border: 1px solid #c0c0c0;
	-webkit-border-radius: 0 3px 3px 3px;
	-moz-border-radius: 0 3px 3px 3px;
	border-radius: 0 3px 3px 3px;
	margin-bottom: 2px;
	overflow: auto;
	margin-top: -1px;
	border: 1px solid #565656;
	padding: 10px;
	float: left;
	width: 1123px;
}

.criteriaFieldInput {
	border-color: transparent transparent transparent #999;
	border-image: none;
	border-radius: 0 4px 4px 0;
	border-style: none none none solid;
	border-width: 0 0 0 1px;
	box-shadow: 0 1px 2px #888 inset;
	-webkit-box-shadow: 0 1px 2px #888888 inset;
	font-weight: normal;
	height: 25px;
	line-height: 24px;
	margin-left: 3px;
	width: 115px;
	background-clip: padding-box;
	-webkit-background-clip: padding-box;
}

.headersection .headerpanel .linkpanel {
	position: relative;
}

.headersection .headerpanel .linkpanel li a{
	font-family: 'HelveticaNeueW01-65Medi','Helvetica Neue W01 65 Medium','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #444;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.filter-link-anchor {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: 14px;
	color: #3571a6;
	text-decoration: none;
}

.filter-link-anchor a:hover{
	color: #9c510d;
	text-decoration: underline;
}

/* faceted search 17:57*/


@charset "utf-8";
/* CSS Document */

a {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
}

a img {
	border-style: none;
}

.mainsection {
	font-family: "helvetica neue",arial,verdana,sans-serif;
	font-size: 1em;
}

/* LAYOUT */
/* DEFAULT LEFT LAYOUT */
.filter-panel {	float: left; width: 17%; }
.jobListPanel  { width: 80%; float: right; }
.filterSeparator { clear: left; }

/* RIGHT LAYOUT */
.rightLayout .filter-panel { float: right; }
.rightLayout .jobListPanel { float: left; }
.rightLayout .filterSeparator {	clear: right; }

/* OFF LAYOUT */
.offLayout .filter-panel { display: none; }
.offLayout .jobListPanel { float: left; width: 100%; }



#keyword, #location {
	height: 18px;
	width: 230px;
}

#keywordLabel {
	font-weight:bold;
}

#locationLabel {
	margin-left: 35px;
	font-weight:bold;
}

.headersection {
	position: relative;
}

.search-button {
	height: 30px !important;
	width: 90px !important;
}

.search-button[disabled]{
	cursor: default;
	opacity:0.5;
  	filter:alpha(opacity=50); /* For IE8 and earlier */
}

.criteria-fields {
	white-space: nowrap;
}

.criteria-field {
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 0 0 9px;
}

.search-button-container {

}

.search-panel-links-container {
	text-align: right;
	float: none;
}

.search-panel-links-container ul {
	margin: 0px;
}

.search-panel-links-container li {
	list-style-type: none;
	font-size: 0.8em;	
}

.search-panel-links-container li a {
	display: block;
}

.ui-autocomplete-loading { 
	background: white url('../images/ui-anim_basic_16x16.gif') right center no-repeat; 
}

/***** POPUPS ******/
.popup-overlay {
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
  z-index: 100;
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */
}

.popup-window {
	border: 1px silver solid;
	display: none;
}

.popup-window .popup-actions {
	height: 30px;
	text-align: center;
}

.messagewarningpanel {
	padding: 5px;
}

.messageerrorpanel {
	padding: 5px;
	width: 500px;
}

/***** HELP ******/
.helppanel {
	top: 200px; 
	z-index:4; 
	width: 250px;
	display: none;
	border-color: #B2B1B2;
    border-style: solid;
    border-width: 1px;
    background-color: white;
}

.helpTitle {
	background-color: #F7F7F7;
  	border-bottom: 1px solid #B2B1B2;
    font-size: 0.8em;
    margin: 0 0 2px;
    padding-bottom: 7px;
    padding-top: 7px;
}

.helpsubtitle {
	font-weight: bold;
	font-size: 0.8em;
}

.helplabel {
	font-size: 0.8em;
	margin-bottom: 10px;
}

.legendlabel {
	font-size: 0.8em;
 	padding-bottom: 2px;
    padding-left: 20px;
    padding-top: 2px;
}

.legendpanel {
	margin-top: 40px;
}

.helpContent {
	padding: 5px;
}

.help {
	float:right;
	height: 16px;
	width: 16px;
	margin-right:10px;
	font-weight:bold; 
	cursor: pointer;
	display: block;
}

.closeHelp {
	margin-left:10px;
	height: 16px;
	width: 16px;
	background: url(../images/ico-help.png) top left no-repeat; 
	font-weight:bold;
	cursor: pointer;
	display: block;
}

.helpToolTip {
    color: #fff;
    background:#1d1d1d;
    display:none;
    padding:10px;
    position:absolute;    
    z-index:1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.clear {
	clear: both;
}

select:enabled, .sort-dropdown {
	padding: 4px 5px;
	border: 1px solid #c0c0c0;
	box-shadow: 0px 2px 2px #eee inset;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'HelveticaNeueW01-45Ligh','Helvetica Neue W01 45 Light','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	font-size: 13px !important;
	line-height: 170% !important;
	color: #555 !important;
}
select:disabled {
	background: #ddd;
}

.list-top-panel {
	border: 1px solid rgb(214,214,214);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 7px 0 5px 0;
}

.filter-group {
	border: rgb(214, 214, 214) 1px solid;
	border-radius: 5px;
	padding: 5px;
	background-color: #fafafa;
}

.info-panel {
	padding: 20px 0;
	clear: both;
	float: left;
}

.save-search-panel .list-link-panel {
	padding-right: 10px;
}

.filter-level-title {
	color: #000000;
	font-weight: bold;
	font-size: 0.9em;
	margin: 20px 0 5px 0;
	background-color: #e9e9e9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 0 3px 5px;
	border: 1px solid #c0c0c0;
}

.valuesdiv {
	line-height: 140%;
	vertical-align: top;
	font-size: 0.9em;
}

.filter-text, .filter-text:hover {
	text-decoration: none;
}

.relative {
	padding-left:10px;
	height: ;
}

#jobsTableContainer .table {
	margin-top: 20px !important;
	margin-top: 20px !important;
	border: 1px solid rgb(214,214,214);
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	border-collapse: initial !important;
}

#jobsTableContainer .table thead tr th:nth-child(2){
	width:30% !important;
	padding-left: 10px;
}

#jobsTableContainer .table thead tr th:nth-child(3){
	text-align: initial !important;
	width:40% !important;
}

#jobsTableContainer .table thead tr td:nth-child(4){
	width: 20% !important;
}

.multiline-list>li:hover{
	background-color: #fafafa !important;
}

.multiline-list> li {
	border-bottom: 1px solid rgb(214,214,214);
	font-size: 0.9em;
	position: relative;
}

.headerpanel .rightpanel .metapanel .metagrouppanel {
	position: absolute;
	left: 735px;
	width: 160px;
}


:root .headerpanel .rightpanel .metapanel .metagrouppanel {/* IE9 + IE10 */
	position: relative \0/IE9;
	right: 0px \0/IE9;
}

.headerpanel .rightpanel .metapanel .metagrouppanel .metalinkimg{
	position: absolute;
	left: -17px;
}

.headerpanel .rightpanel .metapanel .metalinkimg{
	position: absolute;
	left: 714px;
}

.userpanel>div {
	display: inline;
	position: absolute;
	right: 185px;
}

.info-panel {
	float: left;
	padding: 20px 0;
}

.jobsearch .column {
	width: 63%;
}

.leftpanel .userpanel {
	position: absolute;
	left: 599px;
	width: 111px;
}

:root .leftpanel .userpanel { /* IE9 + IE10 */
	position: relative \0/IE9;
	right: 0px \0/IE9;
}

