/* ************** Supplier Portal   *************** */
     
* {
	font-size: 13px;
}
     
.bPageFooter {
	display:none;
}

/* maak preSelectionQuestions breder op sollicitatie formulier */
th.labelCol.vfLabelColTextWrap.preSelectionLabel { 
	width: 50%; 
} 

.sectionHeader_cxs, div .pbSubheader {
    background-color: #F6F6F6;
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #F6F6F6 47%, #EDEDED 100%);
    border-color: #DEDEDE #DEDEDE #CCCCCC;
    border-image: none;
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 9px;
    text-align: left;
    margin-bottom:0px;
}
.section_cxs, div .pbSubsection{
    border: 1px solid #DEDEDE;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 10px;
}

.spOpenJobs, .spOpenApp, .spDocs {
	margin-bottom:20px;
}

.section_cxs > .resultSetTable {
	margin-top: -10px;
}
.section_cxs, .resultSetTable {
    margin-bottom: 10px;
}

table.resultSetTable {
    border-width: 0;
    display: table;
    min-width: 100%;
    width: 100%;
}

table.resultSetTable {
    border-collapse: collapse;
    position: relative;
}		

table.resultSetTable tbody tr:nth-child(2n+1) {
	background: none repeat scroll 0 0 rgba(239, 239, 239, 1);
}

/* hover effects turned off
table.resultSetTable tbody tr:hover {
	background: url("/resource/1391090107000/bg_gradient") repeat-x scroll left bottom rgba(150, 150, 150, 0.1);
}

table.resultSetTable tbody tr:nth-child(2n+1):hover {
	background: url("/resource/1391090107000/bg_gradient") repeat-x scroll left bottom #EFEFEF;
}
*/

table.resultSetTable tbody td {
    border-bottom: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    min-height: 20px;
    padding: 5px 9px 4px 10px;
}

table.resultSetTable thead th {
    background-position: 5px 5px;
    background-repeat: no-repeat;
    color: #212121;    
    padding: 5px 9px 4px 9px;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    background-position: 5px 5px;  
    box-shadow: 0 5px 10px -4px rgba(0, 76, 151, 0.25);  
    line-height: 20px;
    position: relative;
    border-bottom: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    min-height: 20px;
}

table.resultSetTable thead th.header, table.resultSetTable thead th.headerSortUp, table.resultSetTable thead th.headerSortDown {
	cursor: pointer;
	padding: 5px 9px 4px 24px;
}

.clearerX {
	clear:both;
}

div .btn,#spChangePasswordPage .btn{
    font-family: inherit;
    margin: 10px auto !important;
    padding: 5px 15px;
    display: block;
    background-color: #E88742;
    background-image: linear-gradient(to bottom, #FFF 0%, #F6F6F6 47%, #EDEDED 100%);
    border-radius: 2px;
    border-right: 1px solid #5C5D61;
    border-bottom: 1px solid #5C5D61;
    border-top: 1px solid #DCDCE1;
    border-left: 1px solid #DCDCE1;
    color: #4A4A56;
    font-weight: bold;
    font-size: 85%;
    cursor: pointer;
}

div .btn,#spChangePasswordPage .btn:hover {
    color:#000000;
    background-position: unset !important;
}

div .btnDisabled {
    color: #C1C1C1;
    cursor: default;
}

div .btnDisabled:hover {
	color: #C1C1C1;
}

button.btn.prevbut {
	float: left;
	margin: 10px;
}

button.btn.nextbut {
	float: right;
	margin: 10px;
}

.spErrorMsg {
	background-color: #FFC;
	border-style: solid;
	border-width: 1px;
	color: #000;
	margin: 4px 20px;
	padding: 6px 8px 6px 6px;
	border-color: #C00;
	list-style: none;
	background-image: url("/img/msg_icons/error24.png");
	background-position: 5px 5px;
	background-repeat: no-repeat;
	padding-left: 35px;
	min-height: 24px;
	line-height: 24px;
	margin-bottom: 15px;
}

.spWarningMsg {
	background-color: #FFC;
	border-style: solid;
	border-width: 1px;
	color: #000;
	margin: 4px 20px;
	padding: 6px 8px 6px 6px;
	border-color: #C00;
	list-style: none;
	background-image: url("/img/msg_icons/warning24.png");
	background-position: 5px 5px;
	background-repeat: no-repeat;
	padding-left: 24px;
	min-height: 24px;
	line-height: 24px;
}

.spErrorMsg b, .spWarningMsg b {
	font-weight:bold;
	color: #C00;
}

.hideListButton {
	display: none;
}

.navLinks {
	padding:3px 15px;
}

/* ************** Supplier Portal Change Password page   *************** */
#changePassword {
	max-width:800px;
	margin:20px;
}

#changePassword .label {
	width: 25%;
	float: left;
	margin-left: 10px;
	color: rgb(74, 74, 86);
	font-weight: bold;
	text-align: right;
	line-height: 20px;
}

#changePassword .value {
	padding-left: 10px;
	float: left;
	line-height: 20px;
}

/* ************** Supplier Portal Self Registration page   *************** */

#spRegister .bPageBlock, #spForgotPassword .bPageBlock, .trsWoSupplierApproval .bPageBlock{
	border: none;
}

#spRegister .pbHeader, #spForgotPassword .pbHeader {
	display:none;
}

#spRegister .pbBody, #spForgotPassword .pbBody {
    padding: 0px;
}

#spRegister .requiredLegend, #spForgotPassword .requiredLegend {
	background-color:transparent;
}

#spRegister .pbSubsection, #spForgotPassword .pbSubsection{
	padding-bottom: 10px;
}

#spRegister .cxsCheckBoxTable {
		border-collapse: collapse;
}

#spRegister .cxsCheckBoxTable .cxsCheckBoxOption {
	min-width: 200px;
}

#spRegister .cxsCheckBoxTable .cxsCheckBoxDescription {
	font-style:italic;
}

#spRegister .cxsCheckBoxTable tbody tr:nth-child( even ) td {
	background-color: #f2f2f2;
}

/* ************** Supplier Portal Forgot Password page   *************** */

#spForgotPassword {
	max-width:600px;
	margin:0px auto;
}

#spForgotPassword .conditions {
	display:inline-block;
}

#spForgotPassword .btn {
	float: left;
	margin-top: 0px;
	margin-left: 15px;
}

#spForgotPassword label {
	margin-left: 10px;
}


/* ************** Supplier Portal Login & change password page   *************** */

#spLoginPage, #spChangePasswordPage {
	margin: 20px auto;
	display: block;
	width: 500px;
}

#spLoginPage div.section_cxs, #spChangePasswordPage div.section_cxs {
	padding-bottom: 15px;
	padding-left: 10px;
}

/* ************** Supplier Portal Tabs   *************** */
.tabNavigation .tab td div {
	padding: 7px 15px;
	border-radius: 10px 10px 0px 0px;	
	background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 12px);
}

.tabNavigation .tab td {
	border-radius: 10px 10px 0px 0px;
}

/* ************** Supplier Portal Home   *************** */
.spWelcome .section_cxs {
	padding-left: 10px;
	padding-bottom: 10px;
}	
 

/* ************** Supplier Portal detail pages  *************** */
.detailSection .label {
	padding-left: 2%;
	width: 20%;
	float: left;
	color: #4A4A56;
	font-weight:bold;
	text-align: right;
	line-height: 20px;
}

.detailSection .value {
	padding-left: 2%;
	width: 74%;
	float: left;
	line-height: 20px;
}

.detailSection .labelValuePair {
	border-bottom: solid 1px #DEDEDE;
}

.detailSection .labelValuePair:last-child {
	border-bottom: solid 0px #DEDEDE;
}

/* ************** Supplier Portal Supplier Question   *************** */
#askSupplierQuestion .label {
	padding-left: 2%;
	width: 20%;
	float: left;
	color: #4A4A56;
	font-weight:bold;
	text-align: right;
	line-height: 20px;
}

#askSupplierQuestion .value {
	padding-left: 2%;
	width: 74%;
	float: left;
	line-height: 20px;
}
#askSupplierQuestion .labelValuePair {
	border-bottom: solid 1px #DEDEDE;
}

#askSupplierQuestion .labelValuePair:last-child {
	border-bottom: solid 0px #DEDEDE;
}

#askSupplierQuestion .value textarea, 
#askSupplierQuestion .value input {
	width: 400px;
}

#qQuestion .labelValuePair {
	padding-bottom:10px;
} 

/* ************** Supplier Portal Configuration   *************** */

#supplierPortalConfig {
	position:relative;
}

#supplierPortalConfig .spContactList .currentUser {
	display:none;
}

#supplierPortalConfig .spContactList .inactiveUser td, #supplierPortalConfig .spContactList .inactiveUser a{
	color:#a0a0a0;
}

.requiredText {
	margin-top: 4px;
	font-weight: bold;
}

#supplierPortalConfig .noSort {
	background-image: none;
}


#supplierPortalConfig .spContactListTable .btn {
	margin:0px;
}

#activationPopup {
    background-color: #EFEFEF;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    display: none;
    height: 100px;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 300px;
}

#activationPopup .btnLeft {
	float:left;
    margin: 20px;
}

#activationPopup .btnRight {
	float:right;
	margin: 20px;
}

/* ************** Supplier Portal Application Form   *************** */
.searchApply h1,
.searchApplyDone h1 {
    color: #333333;
    font-size: 20px;
    margin-left: 20px;
}

.searchApply .pbSubsection .pbSubsection,
searchApplyDone .pbSubsection .pbSubsection{
    border: medium none;
}

.searchApply span.languages {
    display:none;
}

span.languages {
	float:right;
	margin-top:-50px;
}

span.languages a{
	padding-right:4px;
}

.searchApply .required_true {
    border-right: 5px solid #FF0000 !important;
    display: block;
    margin-right: -5px;
    padding-right: 5px;
}

.searchApply .bPageBlock, 
.searchApply .individualPalette .bPageBlock,
.searchApplyDone .bPageBlock, 
.searchApplyDone .individualPalette .bPageBlock {
	border:none !important;
}

/* ************** Supplier Portal Vacancy Detail   *************** */
#supplierPortalVacancyDetail .cxsApplicationRow {
	cursor:pointer;
}

#supplierPortalVacancyDetail .cxsApplicationRow:hover {
	text-decoration:underline;
}

#supplierPortalVacancyDetail .newCandidateError {
    margin-bottom: 10px;
    text-align: center;
}

#supplierPortalVacancyDetail .btn {
    margin-bottom: 20px;
}

/* *************** Supplier Portal error page ******************* */
#spErrorPage .warningM3 {
	display:none;
}


/* *************** Supplier Portal error page ******************* */

.trsWoSupplierApproval .woDocument {
	width:450px;
	height: 75px;
	float:left;
	padding:10px;
	border-color: #dedede #dedede #cccccc;
	border-style: solid;
    border-width: 1px;
	border-radius: 5px;
	margin:10px;
	position:relative;
	padding-top:30px
}

.trsWoSupplierApproval .woDocumentHeader {
	position: absolute;
	left: -1px;
	top: 5px;
	font-weight: bold;
	width: 462px;
	padding-left: 10px;
	padding-bottom: 3px;
	border-radius: 5px 5px 0 0;
}

.trsWoSupplierApproval .woDocument label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
	font-weight:bold;
	color:##333333;
}

.trsWoSupplierApproval .woDocument .woDocLine {
	height: 20px;
	line-height: 20px;
	width:100%;
	margin-top: 10px;
}

.trsWoSupplierApproval .woFileUpload {
	width: 320px;
}

.clearer {
	clear:both;
}

.trsWoSupplierApproval .helpBox {
	position:absolute;
	padding:10px;
	border:solid 1px #cccccc;
	border-radius:10px 0px 10px 10px;
	background-color:#ffffff;
	margin:10px -10px;
	width:350px;
	box-shadow:5px 5px 15px #000000;
	cursor:pointer;
	z-index:10;
}
.trsWoSupplierApproval .helpButton {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #f6f6f6;
    background-image: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	color: #000;
	padding: 0px 5px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 0px;
	background-image: none;
	font-weight: normal;
	vertical-align: middle;
	border-width: 0px;
	margin: 0px 5px 0px 0px;
	position:absolute;
	right:2px;
	top:6px;
}
.trsWoSupplierApproval .woDocCheckbox {
	position:absolute;
}
.trsWoSupplierApproval .helpButton:hover {
	background-color: #303030;
	color: #ffffff;
}

.woHeaderText {
	padding-bottom: 10px;
    padding-left: 10px;
}

.trsWoSupplierApproval .bPageBlock .pbBody {
	padding:0px;
}

.trsWoSupplierApproval .apexp .detailList th.labelCol {
	width: 22%;
	padding-left:2%;
}	

.trsWoSupplierApproval .woDocError {
	border-color:#ff0000 !important;
	border-width:1px !important;
	border-style:solid;
}

.trsWoSupplierApproval span.woDocError {
	/* background-color: #ff0000; */
	padding-top: 4px;
}

.required_true {
	border-right: red 5px solid !important; 
	margin-right:-5px; 
	padding-right:10px; 
	display: block;
}

.sortableTable a {
	text-decoration: none;
}

.paging {
	margin-bottom: 10px;
	display: block;
	text-align: center;
	text-transform: lowercase;
}
.paging .holder {
	display: inline-block;
	width:90px;
	text-align-center;
}
.paging a{
	text-decoration: none;
}
.paging a.prev {
	padding-right: 20px;
}
.paging a.prev::before {
	display: inline-block;
	padding-right: 3px;
	content: '<';
	color: #999;
}
.paging a.prev:hover:before {
	text-decoration: none;
}
.paging a.next {
	padding-left: 20px;
}
.paging a.next::after {
	display: inline-block;
	padding-left: 3px;
	content: '>';
	color: #999;
}
.paging a.next:hover:after {
	text-decoration: none;
}
