@font-face
{
	font-family: 'Journal';
	src: url('journal.eot');
	src: local('Journal Regular'), local('Journal'), url('journal.woff') format('woff'), url('journal.ttf') format('truetype'), url('journal.svg#Journal') format('svg');
}
@font-face
{
    font-family: basetext;
    src: local(OpenSans), url('fonts/opensans/OpenSans.ttf') format('opentype');
}

@font-face
{
    font-family: logotext;
    src: local(PenUltimateLight), url('fonts/penultimatelight/PenUltimateLight.ttf') format('opentype');
}
*
{
	font-family: basetext;
}
.menulinkfont {
	font-family:logotext;
	font-size: 16pt;
	padding-bottom: 5px;
}
.titlefont {
	font-family:logotext;
	padding-bottom: 5px;
	font-size: 20pt;
}


/* Gives a subtle texture to the light blue background */
.backgroundtexture {
	background:	radial-gradient(#c3d3db 15%, transparent 16%) 0 0,
		radial-gradient(#c3d3db 15%, transparent 16%) 4px 4px,
		radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
		radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
	background-color:#c9d9e1;
	background-size:8px 8px;
}




a img
{
	border:none;}

.fieldset
{
	position:relative;
	margin-top:30px;
    border:1px solid #666;
    border-radius:4px;
    box-shadow:0 0 5px #000000;
	background-color:#FFFFFF;
}
.fieldsetsecondlayer
{
	position:relative;
	margin-top:5px;
    border:1px solid #CCCCCC;
    border-radius:4px;
	background-color:#FFFFFF;
}

.legend
{
	font-weight:bold;
    float:left;
    margin-top:-15px;
	position:absolute;
    left:10px;
    top:-10px;
	width:95%;
}

.legendcentered
{
	font-weight:bold;
    text-align:center;
	align-items:center;
    margin-top:-15px;
	width:95%;
}
.legendsecondlayer
{
	font-family: basetext;
	color:#666666;
	font-size:9pt;
	font-weight:normal;
}




.ChangeLogOldInfo
{
	font-family: basetext;
	font-size:8pt;
	color:#CCCCCC;
}

.HeaderTechJob
{
	font-family: basetext;
	font-size:8pt;
}

.JobListWOTotals
{
	font-family: basetext;
	font-size:10pt;
	color:#407a99;
}

.JobListWOType
{
	font-family: basetext;
	color:#804100;
}

.JobListAddress
{
	font-family: basetext;
	color:#000180;
}

.JobListBC
{
	font-family: basetext;
	font-size: xx-small;
	color:#818181;
}

.JobListComments
{
	font-family: basetext;
	color:#262626;
}

.JobListWOStatus
{
	font-family: basetext;
	color:#008001;
}

.JobListNode
{
	font-family: basetext;
	color:#80007E;
}

.JobDetailWOType
{
	font-family: basetext;
	color:#804100;
}

.JobDetailAddress
{
	font-family: basetext;
	color:#00446A;
}

.JobDetailWOStatus
{
	font-family: basetext;
	color:#008001;
}

.JobDetailNode
{
	font-family: basetext;
	color:#80007E;
}

.TitleHeader
{
	font-family: basetext;
	font-weight:bold;
	font-size:14pt;
}

.SectionTitle
{
	font-family: basetext;
	font-weight:bold;
}

.ImportantNote
{
	font-family: basetext;
	color:#FF0000;
}

.MediumRedNote
{
	font-family: basetext;
	color:#FF0000;
	font-size:11pt;
	font-weight:normal;
}
.SmallNote
{
	font-family: basetext;
	font-size:9pt;
	font-weight:normal;
}

.SmallRedNote
{
	font-family: basetext;
	color:#FF0000;
	font-size:9pt;
	font-weight:normal;
}

.SmallGreyNote
{
	font-family: basetext;
	color:#666666;
	font-size:9pt;
	font-weight:normal;
}

.SmallGreyItalNote
{
	font-family: basetext;
	color:#666666;
	font-size:9pt;
	font-weight:normal;
	font-style:italic;
}
.TinyNote
{
	font-family: basetext;
	font-size:8pt;
	font-weight:200;
}

.TinyRedNote
{
	font-family: basetext;
	color:#FF0000;
	font-size:8pt;
	font-weight:200;
}

.TinyGreyNote
{
	font-family: basetext;
	color:#666666;
	font-size:8pt;
	font-weight:200;
}

.TinyGreyItalNote
{
	font-family: basetext;
	color:#666666;
	font-size:8pt;
	font-weight:200;
	font-style:italic;
}

.WONotes
{
	font-family: basetext;
	color:#000180;
}

p
{
	font-family: basetext;
	font-size:10pt;	
}

body
{
	font-family: basetext;
	/*font-size:10pt;*/
}

.InstructionText
{
	font-family: basetext;
}

.InstructionTextBold
{
	font-family: basetext;
	font-weight:bold;
}

.FieldHeader
{
	font-family: basetext;
	font-weight:bold;
}

.FieldData
{
	font-family: basetext;
	font-size:8pt;
}

.FieldDataSub
{
	font-family: basetext;
}

.RadioButtonLabel, .CheckBoxLabel
{
	font-family: basetext;
}

.ValidatorMessage, .ErrorMessage
{
	font-family: basetext;
	font-size:10pt;
	color: #FF0000;
}

.Panel
{
	border-right: #3e7998 1pt solid;
	border-top: #3e7998 1pt solid;
	border-left: #3e7998 1pt solid;
	border-bottom: #3e7998 1pt solid;
	font-family: basetext;
	
}

.DataListNoBorder
{
	font-family: basetext;
	
}

.DataGridNoHdrItem, .DataListNoHdrItem
{
	font-family: basetext;
	padding-right: 5pt;
	padding-left: 5pt;
	padding-bottom: 5pt;
	color: black;
	padding-top: 5pt;
	background-color: white;
	text-align:center;
}

.DataGrid, .DataList
{
	border-right: black 1pt solid;
	border-top: black 1pt solid;
	border-left: black 1pt solid;
	border-bottom: black 1pt solid;
	font-family: basetext;
	
}

.DataGridHeader, .DataListHeader, .TableHeader
{
	font-family: basetext;
	color: black;
	letter-spacing: 0.5pt;
	background-color: gainsboro;
}

.DataGridFooter, .DataListFooter
{
	font-family: basetext;
	font-weight: bold;
	color: white;
	letter-spacing: 0.5pt;
	background-color: #00446a;
}

.DataGridItem, .DataListItem
{
	font-family: basetext;
	padding-right: 5pt;
	padding-left: 5pt;
	padding-bottom: 5pt;
	color: black;
	padding-top: 5pt;
	background-color: white;
}

.DataGridItemCenter, .DataListItemCenter
{
	font-family: basetext;
	padding-right: 5pt;
	padding-left: 5pt;
	padding-bottom: 5pt;
	color: black;
	padding-top: 5pt;
	background-color: white;
	text-align:center;
}

.DataGridItemAlt, .DataListItemAlt
{
	font-family: basetext;
	padding-right: 5pt;
	padding-left: 5pt;
	padding-bottom: 5pt;
	color: black;
	padding-top: 5pt;
	background-color: #e5e5e5;
}

.DataGridItemAltCenter, .DataListItemAltCenter
{
	font-family: basetext;
	padding-right: 5pt;
	padding-left: 5pt;
	padding-bottom: 5pt;
	color: black;
	padding-top: 5pt;
	background-color: #e5e5e5;
	text-align:center;
}

.DataGridItemSelect, .DataGridItemEdit, .DataListItemSelect, .DataListItemEdit
{
	font-family: basetext;
	padding-right: 5pt;
	padding-left: 5pt;
	padding-bottom: 5pt;
	color: black;
	padding-top: 5pt;
	background-color: #e7d468;
}

.DataGridItemSelectCenter, .DataGridItemEditCenter, .DataListItemSelectCenter, .DataListItemEditCenter
{
	font-family: basetext;
	padding-right: 5pt;
	padding-left: 5pt;
	padding-bottom: 5pt;
	color: black;
	padding-top: 5pt;
	background-color: #e7d468;
	text-align:center;
}

.DataGridCell .DataListCell
{
	border: solid 1pt black;
}

.SiteNavTable
{
	border-right: #00446a 1pt solid;
	border-left: #00446a 1pt solid;
	border-bottom: #00446a 1pt solid;
	font-family: basetext;
}

.DataListItemHeader
{
	font-family: basetext;
	text-decoration: none;
	color: #407a99;
	font-weight: bold;
}

A:link, A:visited,A:active
{
	font-family: basetext;
	text-decoration: none;
	color: #407a99;
	/*font-weight: bold;*/
}

A:hover
{
	font-family: basetext;
	color:#407a99;
	/*text-decoration: underline;*/
	/*font-weight: bold;*/
}


H3
{
	font-family: basetext;
	font-size:12pt;
	color:#00446a;
	font-weight: bold;
}

H2
{
	background-color: #99cc66;
}



/*SignaturePad: A jQuery plugin for assisting in the creation of an HTML5 canvas
 *based signature pad. Records the drawn signature in JSON for later regeneration.
 *
 *Primary Screen Styles
 *@media screen
 *
 *@project ca.thomasjbradley.applications.signaturepad
 *@author Thomas J Bradley <hey@thomasjbradley.ca>
 *@link http://thomasjbradley.ca/lab/signature-pad
 *@link http://github.com/thomasjbradley/signature-pad
 *@copyright Copyright MMXI, Thomas J Bradley
 *@license New BSD License
 */


@media screen
{
	.sigPad
	{
	margin: 0;
	padding: 0;
	width: 100%;
	}

	.sigPad label
	{
		display: block;
		margin: 0 0 0.515em;
		padding: 0;
		color: #000;
		font: basetext;
	}

	.sigPad label.error
	{
		color: #f33;
	}

	widtt
	{
		margin: 0;
		padding: 0.2em 0;
		width: 198px;
		border: 1px solid #b0879f;
		font-size: 1em;
	}

	.sigPad input.error
	{
		border-color: #f33;
	}

	.sigPad button
	{
		margin: 1em 0 0 0;
		padding: 0.6em 0.6em 0.7em;
		background-color: #5a799c;
		border: 0;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		cursor: pointer;
		color: #ffffff;
		font: bold 1em/1.375 "OpenSans",basetext,sans-serif;
		text-align: left;
	}

	.sigPad button:hover
	{
		background-color: #8ac4e1;
		color: #fff;
	}

	.sig
	{
		/*display: none;*/
	}

	.sigNav
	{
		/*display: none;*/
		height: 2.25em;
		margin: 0;
		padding: 0;
		position: relative;
		list-style-type: none;
	}

	.sigNav li
	{
		display: inline;
		float: left;
		margin: 0;
		padding: 0;
	}

	.sigNav a,
	.sigNav a:link,
	.sigNav a:visited
	{
		display: block;
		margin: 0;
		padding: 0 0.6em;
		background-color: #fff;
		color: #ea088c;
		font-weight: bold;
		line-height: 2.25em;
		text-decoration: underline;
	}

	.sigNav a.current,
	.sigNav a.current:link,
	.sigNav a.current:visited
	{
		background-color: #5a799c;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		-moz-border-radius-topleft: 8px;
		-moz-border-radius-topright: 8px;
		-webkit-border-top-left-radius: 8px;
		-webkit-border-top-right-radius: 8px;
		color: #fff;
		text-decoration: none;
	}

	.sigNav .typeIt a.current,
	.sigNav .typeIt a.current:link,
	.sigNav .typeIt a.current:visited
	{
		background-color: #eee;
		color: #555;
	}

	.sigNav .clearButton
	{
		bottom: 0.2em;
		display: none;
		position: absolute;
		right: 0;
		font-size: 0.75em;
		line-height: 1.375;
	}

	.sigWrapper
	{
		clear: both;
		height: 100px;
		border: 1px solid #eee;
	}

	.sigWrapper.current
	{
		border-color: #5a799c;
		background-color: #eee;
		background-image: linear-gradient(45deg, #c9d9e1 25%, transparent 25%, transparent 75%, #c9d9e1 75%, #c9d9e1), linear-gradient(45deg, #CCCCCC 25%, transparent 25%, transparent 75%, #CCCCCC 75%, #CCCCCC);
		background-size:10px 10px;
		background-position:0 0, 5px 5px;
		text-align: center;
	}

	.signed .sigWrapper
	{
		border: 0;
	}

	.pad
	{
		position: relative;
	}

	.current .pad
	{
		cursor: url("images/pen.png") 8 8, crosshair;
	}

	.typed
	{
		height: 55px;
		margin: 0;
		padding: 0 5px;
		position: absolute;
		z-index: 90;
		cursor: default;
		color: #145394;
		font: normal 1.875em/50px "Journal",Georgia,Times,serif;
	}

	.typeItDesc,
	.drawItDesc
	{
		display: none;
		margin: 0.75em 0 0.515em;
		padding: 0.515em 0 0;
		border-top: 1px solid #CCCCCC;
		font: basetext;
	}

	p.error
	{
		display: block;
		margin: 0.5em 0;
		padding: 0.4em;
		background-color: #f33;
		color: #fff;
		font-weight: bold;
	}

}
/* END Signature Pad*/

/*Loading Animation - 5 square blocks */
.barlittle {
	background-color: #2187e7;
	background-image: -moz-linear-gradient(45deg, #2187e7 25%, #a0eaff);
	background-image: -webkit-linear-gradient(45deg, #2187e7 25%, #a0eaff);
	border-left: 1px solid #111;
	border-top: 1px solid #111;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	width: 10px;
	height: 10px;
	float: left;
	margin-left: 5px;
	opacity: 0.1;
	-moz-transform: scale(0.2);
	-webkit-transform: scale(0.2);
	-moz-animation: move 1s infinite linear;
	-webkit-animation: move 1s infinite linear;
}

#block_1 {
	-moz-animation-delay: .4s;
	-webkit-animation-delay: .4s;
}

#block_2 {
	-moz-animation-delay: .3s;
	-webkit-animation-delay: .3s;
}

#block_3 {
	-moz-animation-delay: .2s;
	-webkit-animation-delay: .2s;
}

#block_4 {
	-moz-animation-delay: .3s;
	-webkit-animation-delay: .3s;
}

#block_5 {
	-moz-animation-delay: .4s;
	-webkit-animation-delay: .4s;
}

@-moz-keyframes move {
	0% {
		-moz-transform: scale(1.2);
		opacity: 1;
	}

	100% {
		-moz-transform: scale(0.7);
		opacity: 0.1;
	}
}

@-webkit-keyframes move {
	0% {
		-webkit-transform: scale(1.2);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(0.7);
		opacity: 0.1;
	}
}

/*Loading animation - shuffling dots*/
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 64px;
	/*height: 30px;*/
}
	.lds-ellipsis div {
		position: absolute;
		/*top: 40px;*/
		width: 11px;
		height: 11px;
		border-radius: 50%;
		background: #437eb5;
		animation-timing-function: cubic-bezier(0, 1, 1, 0);
	}
		.lds-ellipsis div:nth-child(1) {
			left: 6px;
			animation: lds-ellipsis1 0.6s infinite;
		}
		.lds-ellipsis div:nth-child(2) {
			left: 6px;
			animation: lds-ellipsis2 0.6s infinite;
		}
		.lds-ellipsis div:nth-child(3) {
			left: 26px;
			animation: lds-ellipsis2 0.6s infinite;
		}
		.lds-ellipsis div:nth-child(4) {
			left: 45px;
			animation: lds-ellipsis3 0.6s infinite;
		}
@keyframes lds-ellipsis1 { 0% { transform: scale(0); } 100% { transform: scale(1); } }
@keyframes lds-ellipsis3 { 0% { transform: scale(1); } 100% { transform: scale(0); } }
@keyframes lds-ellipsis2 { 0% { transform: translate(0, 0); } 100% { transform: translate(19px, 0); } }