﻿*
{
	z-index: 1;
}

html
{
	font-family: Verdana, Arial, sans-serif;
}

body
{
	color: #5a5c62;
	font-size: .9em;
	margin: 0;
	padding: 0 8px 8px 8px;
}

form, .displaySection, .editSection, h3
{
	clear: both;
}

input, textarea, select, button
{
	font-family: Verdana, Arial, sans-serif;
	margin-right: 0px;
}

input[type=text], input[type=password], textarea
{
	border: solid 1px #E5E5E5;
	outline: 0;
	width: 200px;
	background-color: #FFFFFF;
	background: -webkit-gradient(linear, left top, left 2, from(#FFFFFF), color-stop(3%, #F7CDA8), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #F7CDA8 1px, #FFFFFF 2px);
	box-shadow: rgba(0,0,0,0.1) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0,0.1) 0 0 8px;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0 0 8px;
	padding: 9px;
}
textarea
{
	width: 350px;
	max-width: 350px;
	height: 150px;
	line-height: 150%;
}
input[type=text]:hover, input[type=password]:hover, textarea:hover, input[type=text]:focus, input[type=password]:focus, textarea:focus
{
	-webkit-box-shadow: rgba(0,0,0,0.15) 0 0 8px;
	border-color: #E77C22;
}
.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
a
{
	text-decoration: none;
	color: #375f96;
}

a:hover
{
	text-decoration: underline;
}

fieldset
{
	margin: 15px 0 2px;
}

span.disabledLink
{
	text-decoration: none;
	font-weight: 700;
	color: #acadb3;
	cursor: default;
}

h2
{
	font-weight: normal;
	font-size: 1.5em;
	clear: left;
	float: left;
	line-height: normal;
	margin: 0 0 32px;
	color: #2E5580;
}

#InnoviseWebPartContainer table
{
	clear:both;
}

h2 span.entityName
{
	color: #466ea5;
}

table
{
	border-collapse: collapse;
	min-width: 600px;
}

table caption
{
	display: none;
	text-align: left;
}

table caption.visible
{
	visibility: visible;
}



table td,
table th
{
	padding: 8px;
}

table thead td,
table th,
#InnoviseWebPartContainer table tr.Header td
{
	color: #67696f;
	text-align: left;
	border-bottom: solid 2px #83858b;
	font-weight: normal;
	font-size: 1em;
	background-color:transparent;
}

table tbody td,
table tfoot td
{
	font-size: .75em;
}

table tfoot td
{
	color: #67696f;
	text-align: left;
	border-top: solid 1px #83858b;
	border-bottom: solid 1px #83858b;
	font-weight: bold;
}

table tbody tr.alt td,
#InnoviseWebPartContainer table tr td
{
	background-color: #ccd8eb;
}

table.alternateRows tbody tr:nth-child(2n+1)
{
	background-color: #ccd8eb;
}

table.OperationalManagers.excludeDataTables {
  min-width: 400px;
}

#InnoviseWebPartContainer table tr.AltRow td,
#InnoviseWebPartContainer table.forlayout td,
#InnoviseWebPartContainer table.forlayout tr.AltRow td
{
	background-color:transparent;
}

#InnoviseWebPartContainer table.forlayout td,
#InnoviseWebPartContainer table.forlayout td input
{
	font-size:1em;
}

.error,
div.validation-summary-errors,
span.field-validation-error,
#InnoviseWebPartContainer .referenceValidator
{
	color: #AB404B;
	font-weight: 400;
	width: auto;
}

#InnoviseWebPartContainer .referenceValidator,
#InnoviseWebPartContainer .datepicker
{
	display:inline;
}

#InnoviseWebPartContainer .datepicker input
{
	width:75px;
}

input.validation-error,
input.input-validation-error,
textarea.validation-error,
select.validation-error,
textarea.input-validation-error
{
	background: #e1c1bc;
	border: 1px solid #AB404B;
	-moz-appearance: none !important;
}

span.field-validation-error
{
	font-weight: 700;
	font-size: 1.5em;
	vertical-align: middle;
	color: #AB404B;
}

div.editSection
{
	margin: 16px 0;
}

div.editor-label,
div.display-label,
#InnoviseWebPartContainer table.forlayout label,
#InnoviseWebPartContainer div.referenceLeftColumn
{
	font-weight: 700;
	width: 155px;
	margin-right: 30px;
}

div#mcc {
	width: 185px;
}
#InnoviseWebPartContainer table.forlayout label
{
	white-space:nowrap;
}

#InnoviseWebPartContainer table.forlayout .DetailsHeadlineRow label
{
	padding-top: 8px;
}

div.label-above div.editor-label
{
	padding-bottom: 10px;
	vertical-align: top;
	width: auto;
}

div.label-top
{
	vertical-align: top;
}

.ui-tabs .ui-tabs-panel textarea
{
	border: 1px;
}
div.info-text
{
	margin-right: 10px;
	width: 400px;
	vertical-align: top;
}

table td div.display-field
{
	clear: both;
	width: 300px;
}

fieldset
{
	border: 1px solid #cacbce;
	margin: 24px 24px 24px 0;
	padding: 16px;
}

.twoColumns,
.threeColumns
{
	vertical-align: top;
	display: inline-block;
}

.twoColumns
{
	width: 45%;
}

.twoColumns div.editor-field select
{
	margin-top: 0px;
}

.twoColumns p
{
	width: 400px;
}

.threeColumns
{
	min-width: 25%;
}

fieldset legend
{
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
}

fieldset p
{
	font-size: 0.90em;
}

div.display-item,
div.editor-item,
#InnoviseWebPartContainer .referenceRightcolumn
{
	margin: 8px 0 0;
}


.editor-item.checkboxlist * {
	float: left;
}

.editor-item.checkboxlist label {
	clear: left;
	width: 115px;
	margin-left: 191px;
}

div.editor-item.checkboxlist div.display-label {
	width: 175px;
}

body.IE_7_0 div.editor-item
{
	vertical-align: top;
}

div.editor-field input.check-box
{
	margin: 8px 8px 8px 0;
	padding: 0;
}

div.display-field,
div.display-label,
#InnoviseWebPartContainer .referenceRightColumn label
{
	padding: 8px 8px 8px 0;
}

div.editor-field *,
#InnoviseWebPartContainer .fileUploadControl
{
	padding: 8px;
}

body.IE_7_0 div.editor-field select,
body.IE_8_0 div.editor-field select,
body.IE_9_0 div.editor-field select
{
	width: 167px;
}

div.editor-field select
{
	margin-top: 15px;
}

div.editSection > input
{
	margin-top: 8px;
	padding: 4px;
}

div.searchResults
{
	padding-top: 0;
	padding-bottom: 5px;
}

div.auditHistory
{
	font-size: .8em;
	margin-top: 16px;
}

.booleanContainer
{
	width: 20px;
}

.displayProvided
{
	color: #6e8f82;	
}

.displayNotProvided
{
	color: #ab404b;
}

span.booleanTrue,
span.booleanFalse,
span.pending
{
	height: 16px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 100%;
	color: rgba(0,0,0,0);
	vertical-align: text-top;
	
}

span.booleanTrue.center,
span.booleanFalse.center
{
	background-position: center;
}
span.documents
{
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	display: inline-block;
	
	padding-right:10px;
	cursor: hand;
	margin-right: 1px;
	vertical-align: top;
	color: transparent;
}

span.candidateDocument
{
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	display: inline-block;
	
	padding-left:10px;	
	margin-left: 5px;
	vertical-align: top;
	color: transparent;	
}

span.cautionSmall
{
	height: 16px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 16px;
	color: rgba(0,0,0,0);
	vertical-align: top;	
}	

span.cautionLarge
{
	height: 32px;
	margin-top: 50px;
	margin-left: 50px;
	background-repeat: no-repeat;
	display: block;
	width: 32px;
	color: rgba(0,0,0,0);
	vertical-align: text-top;
}	

span.permPlacement
{
	height: 16px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 16px;
	color: rgba(0,0,0,0);
	vertical-align: top;	
}	

 a.documents, a.caution
{
	line-height: 16px;
}
/* this is css for IE 7 only */
/* note : setting font-size in the above class for other browsers has an effect on the height of the rows */
body.IE_7_0 span.booleanTrue,
body.IE_7_0 span.booleanFalse,
body.IE_7_0 span.pending,
body.IE_7_0 span.documents,
body.IE_7_0 span.cautionSmall,
body.IE_7_0 span.cautionLarge,
body.IE_8_0 span.booleanTrue,
body.IE_8_0 span.booleanFalse,
body.IE_8_0 span.pending,
body.IE_8_0 span.documents,
body.IE_8_0 span.cautionSmall,
body.IE_8_0 span.cautionLarge
{
	font-size: 0em;
	color: transparent;
	zoom: 1;
}

span.booleanTrue
{
	background-image: url(../img/ok.png);
}

span.booleanFalse
{
	background-image: url(../img/cancel.png);
}

span.pending
{
	background-image: url(../img/clock_red.png);
}

span.documentWord
{
	background-image: url(../img/word.png);
}

span.documentExcel
{
	background-image: url(../img/excel.png);
}

span.documentPdf
{
	background-image: url(../img/pdf.png);
}

span.documentUnknown
{
	background-image: url(../img/unknown.png);
}

span.cautionSmall
{
	background-image: url(../img/cautionSmall.png);
}

span.cautionLarge
{
	background-image: url(../img/cautionLarge.png);
}

span.candidate
{
	background-image: url(../img/candidate.png);
}

span.permPlacement
{
	background-image: url(../img/permPlacement.png);
}

div.infoMessage
{
	clear:both;
	color: #ffffff;
	font-size:1.5em;
	text-align: center;
	position: fixed;
	z-index: 99;
	width: 75%;
	margin-left:12.5%;
	left: 0;
	top: 0;
	-moz-opacity: .90;
	filter: alpha(opacity=90);
	opacity: .90;
}

div.infoMessage  div {
	padding: 16px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}

div.infoMessage div.infoSection {
	background-color: #006400;
}

div.infoMessage div.errorSection {
	background-color: #EE0000;
}

div.searchResultsExceededALimit
{
	margin: 0;
	padding: 4px;
}

div.validation-summary-errors ul,
div#oldmenu ul,
table tbody td ul,
table tbody td ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ol.steps
{
	clear: left;
	font-size: 1.10em;
	line-height: 1.8em;
	margin-bottom: 20px;
}

ol.steps li.current
{
	color: white;
	background-color: #466EA5;
	background-image: url(../img/wizardArrowHeadSelected.png);
	border-radius: 4px;
}

ol.steps li
{
	display: inline-block;
	white-space: nowrap;
	padding: 0px 20px 0px 10px;
	color: #74757e;
	background-image: url(../img/wizardArrowHead.png);
	background-position: 97% center;
	background-repeat: no-repeat;
}

ol.steps li.last
{
	background-image: none;
	padding-right: 10px;
}

table caption
{
	white-space: nowrap;
}

p
{
	clear: left;
	margin: 16px 0;
}

label.NoDisplay
{
	display: none;
}

div.NoDisplay
{
	display: none;
}

ul.error
{
	list-style-type: disc;
	list-style-position: inside;
	padding: 2px;
}

div.displayArea
{
	padding-top: 10px;
	width: 450px;
	height: 50px;
	overflow: auto;
}

div.buttonSection
{
	margin-top: 16px;
}

div.viewList div.display-field input
{
	margin: 0;
	padding: 0;
}

div.postCodeLookup > .searchButton,
.field-validation-valid,
.validation-summary-valid,
.hidden,
input.hidden
{
	display: none;
}

body.IE_7_0 fieldset,
body.IE_7_0 div.editor-label,
body.IE_7_0 div.editor-field,
body.IE_7_0 div.display-label,
body.IE_7_0 div.display-field,
body.IE_7_0 .twoColumns,
body.IE_7_0 .threeColumns,
body.IE_7_0 ol.steps li,
body.IE_7_0 #InnoviseWebPartContainer .referenceLeftColumn label,
body.IE_7_0 #InnoviseWebPartContainer .referenceRightColumn label
{
	display: inline;
	zoom: 1;
}

fieldset > fieldset label,
div.editSection > fieldset label,
.ui-autocomplete a
{
	font-weight: 400;
}

div.editor-label,
div.editor-field,
div.display-label,
div.display-field,
.ui-button,
div.editSection > button.ui-button,
#InnoviseWebPartContainer .referenceLeftColumn label,
#InnoviseWebPartContainer .referenceRightColumn label
{
	display: inline-block;
}

div.editor-field select option,
div.searchResults select option
{
	padding-top: 3px;
	padding-bottom: 3px;
}

.ui-autocomplete
{
	font-size: .9em;
}

body.IE_7_0 td,
body.IE_7_0 tr,
body.IE_7_0 th
{
	vertical-align: top;
}

form div.dialog /* dialogs BEFORE they are moved to the body */
{
	display: inline-block; /* forces their width to their content so it picks up the right size when displaying as a dialog */
}

body.IE_7_0 form div.dialog /* dialogs BEFORE they are moved to the body */
{
	display: inline; /* forces their width to their content so it picks up the right size when displaying as a dialog */
	zoom: 1;
}

.displaySection fieldset .editSection label
{
	font-weight: bold;
}

div.protected
{
	padding: 0;
	white-space: nowrap;
}

div.protected input
{
	width: 175px;
}

div.protected input.combo
{
	width: 140px;
}

div.tsaOptoutCombo input.combo
{
	width: 270px;
}

div.tsaOptoutCombo > div.combo > input {
	margin-left: -15px
}

div.protected span.booleanFalse,
div.protected span.booleanTrue
{
	padding: 0;
	margin-right: 8px;
	width: 16px;
}

div.editor-supplemental .editor-label
{
	background-image: url(../img/arrowRightAngleTail.png);
	background-repeat: no-repeat;
	background-position: 1em 2px;
}

div.editor-supplemental label
{
	margin-left: 4em;
}

div.editor-supplemental div.editor-field.protected input
{
	margin-left: 24px;
}

div.Notes table
{
	width: 100%;
}

div.informationBox,
#InnoviseWebPartContainer .SubmitMessage
{
	margin: 0;
	font-size: .75em;
	background-color: #ffffff;
	border: 1px solid #eaebee;
	background-image: linear-gradient(top, #fafbfe 33%, #ffffff 67%);
	background-image: -o-linear-gradient(top, #fafbfe 33%, #ffffff 67%);
	background-image: -moz-linear-gradient(top, #fafbfe 33%, #ffffff 67%);
	background-image: -webkit-linear-gradient(top, #fafbfe 33%, #ffffff 67%);
	background-image: -ms-linear-gradient(top, #fafbfe 33%, #ffffff 67%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.33, #fafbfe),color-stop(0.67, #ffffff));
	border-bottom-radius: 16px;
	border-radius: 16px;
	padding: 10px;
}

div.informationBox > span,
#InnoviseWebPartContainer .SubmitMessage > span
{
	padding-left: 2em;
	color: #2E5580;
	font-weight: bold;
	display: block;
	line-height: 1.5em;
	background-image: url(../img/iconInformationSmall.png);
	background-repeat: no-repeat;
}

div.informationBox ul
{
	list-style-type: disc;
	padding-left: 2em;
}

div.informationBox ul li
{
	margin-top: 1em;
}

div.informationBox ul.noMargin li
{
	margin-top: 0em;
}

.placeholder 
{ 
	color: #aaa; 
}

div.viewList
{
	float: left;
	clear: left;
}

body.IE_7_0 div.viewList
{
	display:inline;
	zoom:1;
	float:none;
}

div.viewList div.display-label,
div.viewList div.display-field,
#InnoviseWebPartContainer div.referenceLeftColumn,
#InnoviseWebPartContainer div.referenceRightColumn
{
	float: left;
	margin: 0;
	padding: 4px;
}

div.viewList div.display-label,
#InnoviseWebPartContainer div.referenceLeftColumn
{
	clear: both;
}

div.left-floating {
	margin: 10px 15px;
	float: left;
	clear: none !important;
}
div.left-floating h3 {
	border-bottom: solid 2px #83858b;
	padding: 8px;
	float: left;
	width: 100%;
}
.scrollable {
	display: table;
	width: 100%;
	-moz-min-width: 150px;
	-ms-min-width: 150px;
	-o-min-width: 150px;
	-webkit-min-width: 150px;
	min-width: 150px;
}
div.scrollable {
	float: left;
	width: 100%;
	overflow: auto;
	height: 200px;
}
div.scrollable li {
	width: 100%;
	display: table;
	text-align: left;
}
div.scrollable li.item-head {
	font-weight: 400;
}
div.scrollable li.item-row {
	padding-left: 15px;
}
.icon-inline {
	vertical-align: middle;
	display: inline-block !important;
	zoom: 1;
	*display: inline;
}

input[type='checkbox'].disabled, label.disabled {
	text-decoration: line-through;
}
label.disabled {
	color: darkgrey;
}

ul li a.emphasise 
{
	font-weight: bold;
	color:darkred;
	font-size: 1.25em;
}
body.IE_7_0 table tbody td.add_delete_toolbar
{
	vertical-align: middle;
}

table td.audit td
{
	font-size: 1em;
}

table td.audit td.title
{
	font-weight: 700;
}

table td.audit td.field,
table td.audit th
{
	font-weight: 900;
}

table td.audit tr.Addition 
{
	color: green;
}

table td.audit tr.Removal
{
	color: red;
}

#InnoviseWebPartContainer .HeadlineText,
#InnoviseWebPartContainer table.forlayout label.DetailsHeadlineText,
#InnoviseWebPartContainer div.HelpBlock label
{
	font-weight: normal;
	font-size: 1.2em;
	clear: left;
	float: left;
	line-height: normal;
	margin: 16px 0;
	color: #2E5580;
}

#InnoviseWebPartContainer .referenceBuildingBlock
{
	clear:both;
}

#InnoviseWebPartContainer .referenceBuildingBlock a
{
	display: block;
	margin:16px 0;
}

#loading
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:  #000;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	z-index: 10000;
	text-align: center;
	
}
.loaderin {
	position: relative;
	top: 50%;
	margin-top: -30px;
	z-index: 10001;
	font-size:  3em;
	font-weight: 900;
	color: white;
 }

#cvSubmit {
	margin-top: 10px;
}

.button-container form,
.button-container form div {
    display: inline;
}

.button-container button {
    display: inline;
    vertical-align: middle;
}

.driversDeclarationSummaryBold td {
	font-weight: bold; 
	text-align: center;	
}

.driversDeclarationSummary {
	font-size: 1em;
}

.driversDeclarationSummaryCenter {
	text-align: center;
}

#driversDeclarationSummaryRow td input {
	width: 100px;
}

#driversDeclarationStage2{
	font-size:1em;
}

#driversDeclarationStage2 tr td {
	font-size:1em;
}

#purchaseOrderNumber {
	width:175px;
	text-align: left;
	padding-left: 3px;
}


.expensesPayRateInput {
	width:10em !important;
}

.expensesPayUnitsInput {
	width:6em !important;
}

.expensesPayRateDisplay {
	width:10em;
	text-align: right;
}

.expensesPayUnitsDisplay {
	width:6em;
	text-align: right;
}

.expensesPayTotalDisplay {
	width:10em;
	text-align: right;
}

.expensesHeader {
	text-align: center;
}

div.peopleZoneFeatures ul li{
	list-style-type: disc;
	margin-left: 3.00em;
}

img.appStore {
	height: 3.0em;
}