* {
	margin: 0;
	padding: 0;
}

html, body, form {
	height: 100%;
}

body {
	background: url('../images/bg-grey.jpg') repeat-x top center;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}


	/*Opera Fix*/
	body:before {
		content: "";
		height: 100%;
		float: left;
		width: 0;
		margin-top: -32767px;
	}


.content {
	padding: 0 !important;
	min-height: 100%;
	background: none !important;
}

h1 {
	text-transform: none;
	font-size: 22px;
	line-height: 24px;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
	font-family: arial, sans-serif;
	color: #333;
	font-weight: bold;
	border: 0px;
}

h2 {
	text-transform: none;
	font-size: 17px;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-family: arial, sans-serif;
	color: #5d5d5d;
	font-weight: bold;
	border: 0px;
}

p {
	margin: 0 0 15px 0;
	line-height: 20px;
}

a {
	color: #007DC0;
	text-decoration: none;
	text-shadow: 0px 0px 0px transparent;
	cursor: pointer;
}

	a:active {
		color: #007DC0;
		text-decoration: none;
		text-shadow: 0px 0px 0px transparent;
	}

	a:hover {
		color: #06F;
		color: #007DC0;
		text-decoration: underline;
		text-shadow: none;
	}

.main {
	padding-bottom: 80px;
	height: 100%;
}


.widgets {
	padding: 15px 10px 25px 10px;
}

	.widgets.status {
		padding-bottom: 0px;
	}

	.widgets.submit {
		padding: 0 25px 10px 25px;
	}

#clientList .active {
	font-weight: bold;
}

#clientList li {
	cursor: pointer;
}




#homepage.widget {
	text-align: center;
	border: none !important;
}

#homepage .left {
	float: left;
}

#homepage .right {
	float: right;
}

#homepage #searchBox {
	width: 400px;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #888;
	text-align: center;
}

#homepage #searchButton {
	width: 120px;
	height: 35px;
	font-size: 20px;
}

#homepage #signIn {
	width: 70px;
	height: 30px;
	font-size: 12px;
}

.homepage #Img1 {
	max-width: 100%;
}

.homepage_logo {
	width: 420px;
	height: 300px;
	background: url('/FrontStyle/images/shiptrack_logo_tall_300.png') no-repeat top left;
	background-size: 420px 300px;
	-webkit-background-size: 420px 300px;
	margin: 0 auto;
	text-align: center;
}

.descartes_homepage_logo {
	width: 300px;
	height: 200px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}


.brandedlogo {
	margin-bottom: 20px;
	height: auto !important;
	background: #eeeeee;
}

	.brandedlogo img {
		max-width: 100%;
		max-height: 60px;
	}

.view_logo {
	width: 216px;
	height: 50px;
	/*background:url('../images/shiptrack_logo_wide2@2x.png') no-repeat top left;
    background-size:216px 50px;
    -webkit-background-size: 216px 50px;*/
	background: url('../images/SHIPTRACK-LOGO_Horizontal_WhiteTrack.png') no-repeat top left;
	background-size: 166px 50px;
	-webkit-background-size: 166px 50px;
}

.results .view_logo {
	/*background:url('../images/shiptrack_logo_wide2@2x.png') no-repeat top left;
        background-size:216px 50px;
        -webkit-background-size: 216px 50px;*/
	background: url('../images/SHIPTRACK-LOGO_Horizontal_WhiteTrack.png') no-repeat top left;
	background-size: 166px 50px;
	-webkit-background-size: 166px 50px;
}

.print_logo {
	display: none;
	border-bottom: 1px solid #000;
	width: 100% !important;
	padding: 0 0 30px 0;
	float: left;
}

#view .widgets {
	min-height: 0;
	height: 46px;
}

#view {
	border: none !important;
}

.results #Div2 {
	background: #2a3137;
}

#view #signIn {
	float: right;
}

#view table {
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
}

#view #shipInfo, #view #shipProgress, #view #shipCodes, #view #shipInfo td, #view #shipProgress td, #view #shipCodes td {
	border: 1px solid #d3d3d3;
}

	#view #shipInfo td, #view #shipProgress td, #view #shipCodes td {
		padding: 10px;
		/*border-bottom: none;*/
	}

	#view #shipInfo td {
		/*border-top: none;*/
	}

	#view #shipProgress tbody td {
		/*border-left: none;*/
	}

		#view #shipInfo tbody td:last-child, #view #shipProgress tbody td:last-child {
			/*border-right: none;*/
		}

	#view #shipCodes tbody td {
		/*border-left: none;*/
	}

#view .alt {
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 3%, rgba(234,234,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(3%,rgba(240,240,240,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 3%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 3%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 3%,rgba(234,234,234,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 3%,rgba(234,234,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	font-weight: bold;
	color: #5e5e5e;
	text-shadow: 0px 1px 0px #fff;
}

#view #emailNotification {
	width: 200px;
}


.footer {
	position: relative;
	clear: both;
	line-height: 80px;
	height: 80px;
	margin-top: -80px;
	color: rgba(0,0,0,0.50);
	color: #fff;
	background: #242424;
	padding: 0px 0 0px 40px;
	-webkit-box-shadow: inset 0px 6px 8px 2px rgba(0, 0, 0, 0.20);
	box-shadow: inset 0px 6px 20px 2px rgba(0, 0, 0, 0.20);
}

	.footer a {
		color: rgba(0,0,0,0.70);
		color: #fff;
	}

		.footer a:hover {
			text-decoration: underline;
		}


#map_canvas {
	width: 100%;
	height: 100%;
	z-index: 1;
}

#map {
	width: 100%;
	height: 350px;
	background-color: #000;
	position: absolute;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-box-shadow: 0px -3px 20px 4px rgba(0, 0, 0, 0.0);
	box-shadow: 0px -3px 20px 4px rgba(0, 0, 0, 0.0);
	z-index: 1;
}

	#map:hover {
		-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(-200px) skewX(0deg) skewY(0deg);
		-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(-200px) skewX(0deg) skewY(0deg);
		-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(-200px) skewX(0deg) skewY(0deg);
		-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(-200px) skewX(0deg) skewY(0deg);
		transform: scale(1) rotate(0deg) translateX(0px) translateY(-200px) skewX(0deg) skewY(0deg);
		height: 550px;
		-webkit-box-shadow: 0px -3px 20px 1px rgba(0, 0, 0, 0.12);
		box-shadow: 0px -3px 20px 1px rgba(0, 0, 0, 0.12);
	}

	#map .hover {
		-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		transition: all 0.1s linear;
		font-size: 200px;
		width: 400px;
		z-index: 999;
		text-align: center;
		font-weight: bold;
		position: absolute;
		top: 50px;
		left: 50%;
		margin-left: -200px;
		color: rgba(0,0,0,0.20);
	}

	#map:hover .hover {
		color: rgba(0,0,0,0.0);
	}


label.iPhoneCheckLabelOn span {
	padding-left: 0px;
}

#versionBar {
	background: rgba(255,255,255,0.70);
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	z-index: 11;
	padding: 8px 20px 5px 10px;
	margin: 0;
	height: auto;
	line-height: 13px;
}

.copyright {
	font-size: 11px;
	color: #333;
}

	.copyright a {
		color: #000;
		text-decoration: none;
	}

		.copyright a:hover {
			text-decoration: underline;
		}

/*Dynatree overrides*/
.dynatree-container {
	border: none !important;
}

.dynatree-icon {
	display: none !important;
}


input[type=text], input[type=password] {
	border: 1px solid #BBB;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), white);
	background: -moz-linear-gradient(rgba(255, 255, 255, 0), white);
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 0px white, rgba(0, 0, 0, .35) 0px 4px 5px -5px inset;
	-moz-box-shadow: 0px 1px 0px white, rgba(0, 0, 0, .35) 0px 4px 5px -5px inset;
	box-shadow: 0px 1px 0px white, rgba(0, 0, 0, .35) 0px 4px 5px -5px inset;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	/*^line-height:31px;*/
	line-height: 100%;
}

input[type=text] {
	height: 30px;
}





.button {
	-webkit-transition: all 0.03s linear;
	-moz-transition: all 0.03s linear;
	-o-transition: all 0.03s linear;
	-ms-transition: all 0.03s linear;
	transition: all 0.03s linear;
	background: rgb(245,245,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(245,245,246,1) 0%, rgba(220,220,221,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,246,1)), color-stop(100%,rgba(220,220,221,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(245,245,246,1) 0%,rgba(220,220,221,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(245,245,246,1) 0%,rgba(220,220,221,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(245,245,246,1) 0%,rgba(220,220,221,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(245,245,246,1) 0%,rgba(220,220,221,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f6', endColorstr='#dcdcdd',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 3;
	border-radius: 3px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.90);
	/*padding: 10px 30px 22px 30px;*/
	padding: 10px 30px 10px 30px;
	border-top: 1px solid #a4a4a5;
	border-left: 1px solid #a4a4a5;
	border-right: 1px solid #a4a4a5;
	border-bottom: 1px solid #a4a4a5;
	font-size: 12px;
	color: #777778;
	cursor: pointer;
	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.10), inset 0px 1px 0px rgba(255, 255, 255, 0.99);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.10), inset 0px 1px 0px rgba(255, 255, 255, 0.99);
	display: inline-block;
	line-height: 12px;
}



	.button:hover {
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,220,221,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(220,220,221,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(220,220,221,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(220,220,221,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(220,220,221,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(220,220,221,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdd',GradientType=0 ); /* IE6-9 */
		color: #777778;
	}

	.button:active {
		background: #868686;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868686', endColorstr='#868686',GradientType=0 ); /* IE6-9 */
		-webkit-box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.80), 0px 0px 1px 0px rgba(255, 255, 255, 0.80);
		box-shadow: inset 0px 1px 10px 3px rgba(0, 0, 0, 0.30), 0px 0px 1px 0px rgba(255, 255, 255, 0.80);
		color: #fff;
		text-shadow: 0px 1px 0px #585858;
		border: 1px solid #515151;
	}


	.button.blue {
		background: rgb(63,155,200); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(63,155,200,1) 0%, rgba(59,145,187,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,155,200,1)), color-stop(100%,rgba(59,145,187,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(63,155,200,1) 0%,rgba(59,145,187,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(63,155,200,1) 0%,rgba(59,145,187,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(63,155,200,1) 0%,rgba(59,145,187,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(63,155,200,1) 0%,rgba(59,145,187,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f9bc8', endColorstr='#3b91bb',GradientType=0 ); /* IE6-9 */
		color: #fff;
		text-shadow: 0px -1px -0px rgba(0,0,0,0.20);
		-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.10), inset 0px 1px 0px rgba(255, 255, 255, 0.20);
		box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.10), inset 0px 1px 0px rgba(255, 255, 255, 0.20);
		border-top: 1px solid #3889b0;
		border-left: 1px solid #3889b0;
		border-right: 1px solid #3889b0;
		border-bottom: 1px solid #30799c;
	}

		.button.blue:hover {
			background: rgb(72,171,219); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(72,171,219,1) 0%, rgba(59,145,187,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(72,171,219,1)), color-stop(100%,rgba(59,145,187,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(72,171,219,1) 0%,rgba(59,145,187,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(72,171,219,1) 0%,rgba(59,145,187,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(72,171,219,1) 0%,rgba(59,145,187,1) 100%); /* IE10+ */
			background: linear-gradient(to bottom, rgba(72,171,219,1) 0%,rgba(59,145,187,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48abdb', endColorstr='#3b91bb',GradientType=0 ); /* IE6-9 */
		}

		.button.blue:active {
			background: rgb(59,145,187); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(59,145,187,1) 0%, rgba(63,155,200,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,145,187,1)), color-stop(100%,rgba(63,155,200,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(59,145,187,1) 0%,rgba(63,155,200,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(59,145,187,1) 0%,rgba(63,155,200,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(59,145,187,1) 0%,rgba(63,155,200,1) 100%); /* IE10+ */
			background: linear-gradient(to bottom, rgba(59,145,187,1) 0%,rgba(63,155,200,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b91bb', endColorstr='#3f9bc8',GradientType=0 ); /* IE6-9 */
			-webkit-box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.10), 0px 1px 0px 0px rgba(0, 0, 0, 0.10);
			box-shadow: inset 0px 1px 10px 3px rgba(0, 0, 0, 0.10), 0px 1px 0px 0px rgba(0, 0, 0, 0.10);
			color: rgba(255,255,255,0.70);
		}



	.button.black {
		background: rgb(50,60,69); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(50,60,69,1) 0%, rgba(37,42,48,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50,60,69,1)), color-stop(100%,rgba(37,42,48,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(50,60,69,1) 0%,rgba(37,42,48,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(50,60,69,1) 0%,rgba(37,42,48,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(50,60,69,1) 0%,rgba(37,42,48,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(50,60,69,1) 0%,rgba(37,42,48,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323c45', endColorstr='#252a30',GradientType=0 ); /* IE6-9 */
		color: #fff;
		text-shadow: 0px -1px 0px rgba(0,0,0,0.70);
		-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.20), inset 0px 1px 0px rgba(255, 255, 255, 0.20);
		box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.20), inset 0px 1px 0px rgba(255, 255, 255, 0.20);
		border-top: 1px solid #181f25;
		border-left: 1px solid #181f25;
		border-right: 1px solid #181f25;
		border-bottom: 1px solid #181f25;
	}

		.button.black:hover {
			background: rgb(60,73,82); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(60,73,82,1) 0%, rgba(43,50,58,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(60,73,82,1)), color-stop(100%,rgba(43,50,58,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(60,73,82,1) 0%,rgba(43,50,58,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(60,73,82,1) 0%,rgba(43,50,58,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(60,73,82,1) 0%,rgba(43,50,58,1) 100%); /* IE10+ */
			background: linear-gradient(to bottom, rgba(60,73,82,1) 0%,rgba(43,50,58,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c4952', endColorstr='#2b323a',GradientType=0 ); /* IE6-9 */
			-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.20), inset 0px 1px 0px rgba(255, 255, 255, 0.25);
			box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.20), inset 0px 1px 0px rgba(255, 255, 255, 0.20);
		}

		.button.black:active {
			background: rgb(26,33,39); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(26,33,39,1) 0%, rgba(51,60,69,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(26,33,39,1)), color-stop(100%,rgba(51,60,69,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(26,33,39,1) 0%,rgba(51,60,69,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(26,33,39,1) 0%,rgba(51,60,69,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(26,33,39,1) 0%,rgba(51,60,69,1) 100%); /* IE10+ */
			background: linear-gradient(to bottom, rgba(26,33,39,1) 0%,rgba(51,60,69,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2127', endColorstr='#333c45',GradientType=0 ); /* IE6-9 */
			color: rgba(255,255,255,0.80);
			-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.08), inset 0px 2px 8px 0px rgba(0,0,0,0.20);
			box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.08), inset 0px 2px 8px 0px rgba(0,0,0,0.20);
			border-top: 1px solid #121619;
		}


	.button.orange, button.orange:visited {
		background: rgb(248,121,71); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(248,121,71,1) 0%, rgba(240,105,52,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,121,71,1)), color-stop(100%,rgba(240,105,52,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(248,121,71,1) 0%,rgba(240,105,52,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(248,121,71,1) 0%,rgba(240,105,52,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(248,121,71,1) 0%,rgba(240,105,52,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(248,121,71,1) 0%,rgba(240,105,52,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87947', endColorstr='#f06934',GradientType=0 ); /* IE6-9 */
		border-top: 1px solid #f06934;
		border-left: 1px solid #f06934;
		border-right: 1px solid #f06934;
		border-bottom: 1px solid #d25b2c;
		color: #fff;
		text-shadow: 0px -1px -0px rgba(0,0,0,0.20);
		-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.10), inset 0px 1px 0px rgba(255, 255, 255, 0.20);
		box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.10), inset 0px 1px 0px rgba(255, 255, 255, 0.20);
		padding: 12px 30px 10px 30px;
		/*^padding:8px 30px 6px 30px;*/ /* IE 7*/
		display: block;
		line-height: 13px;
		font-size: 13px;
		vertical-align: middle;
	}

		.button.orange:hover {
			background: rgb(249,135,90); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(249,135,90,1) 0%, rgba(240,105,52,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,135,90,1)), color-stop(100%,rgba(240,105,52,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(249,135,90,1) 0%,rgba(240,105,52,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(249,135,90,1) 0%,rgba(240,105,52,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(249,135,90,1) 0%,rgba(240,105,52,1) 100%); /* IE10+ */
			background: linear-gradient(to bottom, rgba(249,135,90,1) 0%,rgba(240,105,52,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9875a', endColorstr='#f06934',GradientType=0 ); /* IE6-9 */
			border-top: 1px solid #f06934;
			border-left: 1px solid #f06934;
			border-right: 1px solid #f06934;
			border-bottom: 1px solid #d25b2c;
		}


		.button.orange:active {
			background: rgb(240,105,52); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(240,105,52,1) 0%, rgba(248,121,71,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,105,52,1)), color-stop(100%,rgba(248,121,71,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(240,105,52,1) 0%,rgba(248,121,71,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(240,105,52,1) 0%,rgba(248,121,71,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(240,105,52,1) 0%,rgba(248,121,71,1) 100%); /* IE10+ */
			background: linear-gradient(to bottom, rgba(240,105,52,1) 0%,rgba(248,121,71,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f06934', endColorstr='#f87947',GradientType=0 ); /* IE6-9 */
			-webkit-box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.10), 0px 1px 0px 0px rgba(0, 0, 0, 0.10);
			box-shadow: inset 0px 1px 10px 3px rgba(0, 0, 0, 0.10), 0px 1px 0px 0px rgba(0, 0, 0, 0.10);
			border-top: 1px solid #f06934;
			border-left: 1px solid #f06934;
			border-right: 1px solid #f06934;
			border-bottom: 1px solid #d25b2c;
		}

	.button.blue, button.blue:visited {
		background: rgb(0,125,192); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(51,143,208,1) 0%, rgba(0,125,192,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,143,208,1)), color-stop(100%,rgba(0,125,192,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(51,143,208,1) 0%, rgba(0,125,192,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(51,143,208,1) 0%, rgba(0,125,192,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(51,143,208,1) 0%, rgba(0,125,192,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(51,143,208,1) 0%, rgba(0,125,192,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#338FD0', endColorstr='#007DC0', GradientType=0); /* IE6-9 */
		border-top: 1px solid #007DC0;
		border-left: 1px solid #007DC0;
		border-right: 1px solid #007DC0;
		border-bottom: 1px solid #006CA9;
		color: #fff;
		text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.20);
		-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.10), inset 0px 1px 0px rgba(255, 255, 255, 0.20);
		box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.10), inset 0px 1px 0px rgba(255, 255, 255, 0.20);
		padding: 12px 30px 10px 30px;
		/*^padding:8px 30px 6px 30px;*/ /* IE7 */
		display: block;
		line-height: 13px;
		font-size: 13px;
		vertical-align: middle;
	}

	.button.blue:hover {
		background: rgb(102,176,223); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(102,176,223,1) 0%, rgba(0,125,192,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,176,223,1)), color-stop(100%,rgba(0,125,192,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(102,176,223,1) 0%, rgba(0,125,192,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(102,176,223,1) 0%, rgba(0,125,192,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(102,176,223,1) 0%, rgba(0,125,192,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(102,176,223,1) 0%, rgba(0,125,192,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66B0DF', endColorstr='#007DC0', GradientType=0); /* IE6-9 */
		border-top: 1px solid #007DC0;
		border-left: 1px solid #007DC0;
		border-right: 1px solid #007DC0;
		border-bottom: 1px solid #006CA9;
	}

	.button.blue:active {
		background: rgb(0,125,192); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(0,125,192,1) 0%, rgba(51,143,208,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,125,192,1)), color-stop(100%,rgba(51,143,208,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(0,125,192,1) 0%, rgba(51,143,208,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(0,125,192,1) 0%, rgba(51,143,208,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(0,125,192,1) 0%, rgba(51,143,208,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(0,125,192,1) 0%, rgba(51,143,208,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007DC0', endColorstr='#338FD0', GradientType=0); /* IE6-9 */
		-webkit-box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.10), 0px 1px 0px rgba(0, 0, 0, 0.10);
		box-shadow: inset 0px 1px 10px 3px rgba(0, 0, 0, 0.10), 0px 1px 0px rgba(0, 0, 0, 0.10);
		border-top: 1px solid #007DC0;
		border-left: 1px solid #007DC0;
		border-right: 1px solid #007DC0;
		border-bottom: 1px solid #006CA9;
	}


.left {
	float: left;
	margin: 0 20px 20px 0;
	width: 220px;
}

.right {
	float: left;
}


.checkboxes {
	line-height: 12px;
	display: inline-block;
	float: left;
	margin-right: 30px;
	line-height: 18px;
}

	.checkboxes label {
		line-height: 12px;
		margin: 0 0 0 5px;
		padding: 0;
	}

.logotop {
	float: left;
	margin: 0 0 0 0;
}

.signintop {
	float: right;
	text-align: right;
	margin: 3px 0 0 0;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.90);
}

	.signintop a {
		color: #333;
		text-shadow: 0px 1px 0px rgba(255,255,255,0.90);
	}

		.signintop a:hover {
			color: #007DC0;
			text-decoration: none;
		}

.results .signintop a, .results .signintop {
	color: #fff;
	margin: 8px 0 0 0;
	/*display:block;*/
	text-shadow: 0px 0px 0px;
}

	.results .signintop a:hover {
		color: #ffa27d;
	}





.email {
	margin: 0 0 20px 0;
}

.progress2_0 {
	height: 45px;
	position: relative;
}

	.progress2_0 .progress-stage {
		float: left;
		width: 26%;
		height: 100%;
		line-height: 45px;
	}

		.progress2_0 .progress-stage.stage-1 {
			width: 22%;
		}

	.progress2_0 .left-corner,
	.progress2_0 .right-corner {
		width: 20px;
		height: 100%;
		position: relative;
		background-color: transparent;
	}

	.progress2_0 .left-corner {
		float: left;
		background-color: #f0f0f0;
	}

	.progress2_0 .stage-1 .left-corner,
	.progress2_0 .stage-4 .right-corner {
		background-color: transparent;
	}

	.progress2_0 .right-corner {
		float: right;
		background-color: #f0f0f0;
	}

		.progress2_0 .left-corner > div,
		.progress2_0 .right-corner > div {
			height: 100%;
			background-color: #f0f0f0;
		}

	.progress2_0 .left-corner > div {
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		border-right: 3px solid white;
	}

	.progress2_0 .stage-1 .left-corner > div {
		border-radius: 20px 0 0 20px;
		border: none;
	}

	.progress2_0 .right-corner > div {
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
	}

	.progress2_0 .progress-text {
		margin-left: 20px;
		background-color: #f0f0f0;
		color: #8f8f8f;
		font-weight: bold;
		text-shadow: 0 1px 0 rgba(255,255,255,1.0);
		text-align: center;
		height:45px;
	}

	.progress2_0 .progress-stage.stage-4 .progress-text {
		margin-right: 20px;
	}

	.progress2_0.at-stage-1 .stage-1 .left-corner > div,
	.progress2_0.at-stage-1 .stage-1 .progress-text,
	.progress2_0.at-stage-2 .stage-1 .left-corner > div,
	.progress2_0.at-stage-2 .stage-1 .progress-text,
	.progress2_0.at-stage-3 .stage-1 .left-corner > div,
	.progress2_0.at-stage-3 .stage-1 .progress-text,
	.progress2_0.at-stage-4 .stage-1 .progress-text,
	.progress2_0.at-stage-4 .stage-1 .left-corner > div {
		background-color: #007DC0;
		color: white;
		text-shadow: 0 -1px 0 rgba(0,0,0,0.10);
	}

	.progress2_0.at-stage-1 .stage-2 .left-corner > div,
	.progress2_0.at-stage-2 .stage-2 .left-corner,
	.progress2_0.at-stage-2 .stage-2 .left-corner > div,
	.progress2_0.at-stage-2 .stage-2 .progress-text,
	.progress2_0.at-stage-3 .stage-2 .left-corner,
	.progress2_0.at-stage-3 .stage-2 .left-corner > div,
	.progress2_0.at-stage-3 .stage-2 .progress-text,
	.progress2_0.at-stage-4 .stage-2 .left-corner,
	.progress2_0.at-stage-4 .stage-2 .left-corner > div,
	.progress2_0.at-stage-4 .stage-2 .progress-text {
		background-color: #007DC0;
		color: white;
		text-shadow: 0 -1px 0 rgba(0,0,0,0.10);
	}

	.progress2_0.at-stage-2 .stage-3 .left-corner > div,
	.progress2_0.at-stage-3 .stage-3 .left-corner,
	.progress2_0.at-stage-3 .stage-3 .left-corner > div,
	.progress2_0.at-stage-3 .stage-3 .progress-text,
	.progress2_0.at-stage-4 .stage-3 .left-corner,
	.progress2_0.at-stage-4 .stage-3 .left-corner > div,
	.progress2_0.at-stage-4 .stage-3 .progress-text {
		background-color: #007DC0;
		color: white;
		text-shadow: 0 -1px 0 rgba(0,0,0,0.10);
	}

	.progress2_0.at-stage-3 .stage-4 .left-corner > div,
	.progress2_0.at-stage-4 .stage-4 .left-corner,
	.progress2_0.at-stage-4 .stage-4 .left-corner > div,
	.progress2_0.at-stage-4 .stage-4 .right-corner > div,
	.progress2_0.at-stage-4 .stage-4 .progress-text {
		background-color: #007DC0;
		color: white;
		text-shadow: 0 -1px 0 rgba(0,0,0,0.10);
	}


.searchbox {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 30px auto 50px auto;
}

	.searchbox .txtSearch {
		width: 290px;
		height: 34px;
		margin: 0 10px;
		color: #aaa;
		float: none;
	}

	.searchbox .btnSearch {
		width: 100px;
		border-radius: 2px;
		padding: 10px 20px;
		float: none;
	}

	.searchbox .btnSearch, .searchbox .txtSearch {
		float: left;
	}

.btnAdmin {
	margin: 0 25px 0 0;
}

.top {
	padding: 20px 30px 0 30px;
}

.welcome {
	float: left;
	text-align: left;
	color: #333;
	font-size: 12px;
	line-height: 14px;
	margin: 7px 25px 0 0;
}

	.welcome a {
		color: #333;
		text-shadow: 0px 1px 0px rgba(255,255,255,0.90);
	}

		.welcome a:hover {
			color: #007DC0;
			text-decoration: none;
		}

.homepage {
	text-align: center;
	padding: 10rem 10px 0 10px;
}


.icon {
	width: 14px;
	height: 16px;
	line-height: 16px;
	text-align: left;
	padding: 1px 0 0 3px;
	vertical-align: middle;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.70);
	background: rgb(63,78,94); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(63,78,94,1) 0%, rgba(37,47,57,1) 3%, rgba(24,31,41,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,78,94,1)), color-stop(3%,rgba(37,47,57,1)), color-stop(100%,rgba(24,31,41,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(63,78,94,1) 0%,rgba(37,47,57,1) 3%,rgba(24,31,41,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(63,78,94,1) 0%,rgba(37,47,57,1) 3%,rgba(24,31,41,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(63,78,94,1) 0%,rgba(37,47,57,1) 3%,rgba(24,31,41,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(63,78,94,1) 0%,rgba(37,47,57,1) 3%,rgba(24,31,41,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4e5e', endColorstr='#181f29',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #000;
	padding: 5px 7px 4px 11px;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.10);
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.10);
	-webkit-transition: background-color 0.8s linear;
	-moz-transition: background-color 0.8s linear;
	-o-transition: background-color 0.8s linear;
	-ms-transition: background-color 0.8s linear;
}

	.icon:hover {
		background: rgb(63,78,94); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(63,78,94,1) 0%, rgba(53,68,83,1) 3%, rgba(28,36,48,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,78,94,1)), color-stop(3%,rgba(53,68,83,1)), color-stop(100%,rgba(28,36,48,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(63,78,94,1) 0%,rgba(53,68,83,1) 3%,rgba(28,36,48,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(63,78,94,1) 0%,rgba(53,68,83,1) 3%,rgba(28,36,48,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(63,78,94,1) 0%,rgba(53,68,83,1) 3%,rgba(28,36,48,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(63,78,94,1) 0%,rgba(53,68,83,1) 3%,rgba(28,36,48,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4e5e', endColorstr='#1c2430',GradientType=0 ); /* IE6-9 */
	}

	.icon:active {
		background: rgb(63,78,94); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(63,78,94,1) 0%, rgba(24,31,41,1) 3%, rgba(37,47,57,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,78,94,1)), color-stop(3%,rgba(24,31,41,1)), color-stop(100%,rgba(37,47,57,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(63,78,94,1) 0%,rgba(24,31,41,1) 3%,rgba(37,47,57,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(63,78,94,1) 0%,rgba(24,31,41,1) 3%,rgba(37,47,57,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(63,78,94,1) 0%,rgba(24,31,41,1) 3%,rgba(37,47,57,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(63,78,94,1) 0%,rgba(24,31,41,1) 3%,rgba(37,47,57,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4e5e', endColorstr='#252f39',GradientType=0 ); /* IE6-9 */
		-webkit-box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.10), 0px 1px 0px 0px rgba(255, 255, 255, 0.10);
		box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.10), 0px 1px 0px 0px rgba(255, 255, 255, 0.10);
	}



p.french span {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
	filter: alpha(opacity=50);
	/* Netscape */
	-moz-opacity: 0.5;
	/* Safari 1.x */
	-khtml-opacity: 0.5;
	/* Good browsers */
	opacity: 0.5;
}

	p.french span:hover {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1000)";
		/* IE 5-7 */
		filter: alpha(opacity=100);
		/* Netscape */
		-moz-opacity: 1.0;
		/* Safari 1.x */
		-khtml-opacity: 1.0;
		/* Good browsers */
		opacity: 1.0;
	}


.slogan {
	font-size: 16px;
}

.slogan.blue a {
	color: #007DC0;
}

/******* ABOUT PAGE **********/



@media only screen and (min-width: 769px) {
	/*
	.searchbox
	{
	   width:400px; 
	}
	
	.searchbox .txtSearch
	{
	    width:290px;   
	}
	
	.searchbox .btnSearch
	{
	    padding:10px 20px 10px 20px;
	    width:100px;
	}*/

	.widgets {
		padding: 25px 40px 25px 40px;
	}

	ul.progress li {
		font-size: 13px;
	}


	.homepage_logo {
		width: 420px;
		height: 300px;
		background: url('../images/shiptrack_logo_tall_300.png') no-repeat top left;
		background-size: 420px 300px;
		-webkit-background-size: 420px 300px;
		margin: 0 auto;
		text-align: center;
	}

	.descartes_homepage_logo {
		width: 420px;
		height: 200px;
		margin: 0 auto;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.results .view_logo {
		/*background:url('../images/shiptrack_logo_wide2.png') no-repeat top left;
        background-size:216px 50px;
        -webkit-background-size: 216px 50px;*/
		background: url('../images/SHIPTRACK-LOGO_Horizontal_WhiteTrack.png') no-repeat top left;
		background-size: 166px 50px;
		-webkit-background-size: 166px 50px;
	}
}

.results.not-found {
	display: flex;
	align-items: center;
	justify-content: center;
}

.results.not-found .content {
	display: flex;
	align-items: center;
	justify-content: center;
}

.results.not-found .not-found-message .not-found-icon {
	width: 420px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.results.not-found .not-found-message {
	max-width: 500px;
	color: black;
	font-size: 16px;
	text-align: center;
}

.results.not-found .not-found-message .oops {
	font-weight: bold;
	font-size: 50px;
	text-align: center;
}

.results.not-found .not-found-message p {
	margin: 20px 0;
	text-align: center;
}


.support {
	border: 1px solid #d3d3d3;
	padding: 10px;
	background: linear-gradient(to top, rgba(255,255,255,1) 10%,rgba(240,240,240,1) 100%,rgba(234,234,234,1) 100%);
	margin-bottom: 20px;
	color: #5d5d5d !important;
}

	.support h1 {
		margin-bottom: 5px;
		color: #5d5d5d;
	}

	.support .subtitle {
		font-size: large;
		margin-bottom: 15px;
	}

	.support .contact-phones {
		margin-bottom: 10px;
		font-size: small;
		float: left;
	}

	.support .contact-email .fa {
		vertical-align: middle;
	}

#lngForm {
    height: 0;
}