﻿/*
	Table of Contents
	=================

	* Fonts
	* Reset
	* Clearfix
	* Basic Styles
	* Globals
*/


/* ==========================================================================
	Fonts
========================================================================== */

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: url('webfonts/sourcesanspro-regular-webfont.eot');
	src: url('webfonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/sourcesanspro-regular-webfont.woff') format('woff'),
		 url('webfonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
		 url('webfonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	src: url('webfonts/sourcesanspro-bold-webfont.eot');
	src: url('webfonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/sourcesanspro-bold-webfont.woff') format('woff'),
		 url('webfonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
		 url('webfonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 400;
	src: url('webfonts/sourcesanspro-bolditalic-webfont.eot');
	src: url('webfonts/sourcesanspro-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/sourcesanspro-bolditalic-webfont.woff') format('woff'),
		 url('webfonts/sourcesanspro-bolditalic-webfont.ttf') format('truetype'),
		 url('webfonts/sourcesanspro-bolditalic-webfont.svg#source_sans_probold_italic') format('svg');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 700;
	src: url('webfonts/sourcesanspro-italic-webfont.eot');
	src: url('webfonts/sourcesanspro-italic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/sourcesanspro-italic-webfont.woff') format('woff'),
		 url('webfonts/sourcesanspro-italic-webfont.ttf') format('truetype'),
		 url('webfonts/sourcesanspro-italic-webfont.svg#source_sans_proitalic') format('svg');
}


/* ==========================================================================
	Reset (Eric Meyer)
========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ==========================================================================
	Clearfix (Nicolas Gallagher)
========================================================================== */

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}


/* ==========================================================================
	Basic Styles
========================================================================== */

* {
	-webkit-font-smoothing: antialiased;
	-moz-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
}
body {
	background-color: #fff;
	color: #666;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.lt-ie9 body {
	min-width: 960px;
}

/* Block Content */
h1, h2, h3, h4, h5, h6 {
	color: #002776;
	font-family: Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}
h2 {
	font-size: 25px;
	line-height: 1.2;
	margin-bottom: 10px;
}
h3 {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 10px;
}
h4 {
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 5px;
}
p {
	margin-bottom: 10px;
}
blockquote {
	background-color: #eee;
	margin-bottom: 20px;
	padding: 10px;
}

/* Inline Content */
a {
	color: #007ea3;
	outline: none;
	text-decoration: underline;
    cursor: pointer;
}
a:visited {
}
a:hover,
a:active,
a:focus {
	color: #666;
}
del, strike {
	text-decoration: line-through;
}
em, i {
	font-style: italic;
}
pre, code {
	font-family: "Andale Mono", "Lucida Console", monospace;
}
small {
	font-size: 85%;
}
strong, b {
	font-weight: bold;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
table {
	line-height: 16px;
	margin-bottom: 10px;
	width: 100%;
}
th, td {
	border-bottom: 1px solid #f0f0f0;
	line-height: 20px;
	padding: 8px 16px;
	text-align: left;
}
th {
	font-weight: bold;
}
form {
	margin-bottom: 10px;
}
label {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: none;
}
input[type="text"],
input[type="tel"],
input[type="password"] {
	border: 1px solid #c7c7c7;
	margin: 0;
	padding: 5px;
}
input[type="text"]:focus,
input[type="password"]:focus {
	border-color: #ccc;
}
textarea {
	-webkit-appearance: none;
	border: 1px solid #c7c7c7;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: block;
	margin: 0;
	outline: none;
	padding: 5px;
	font-family: inherit;
	font-size: inherit;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
button,
input[type="submit"],
.button {
	background-color: #c7c7c7; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e7e7e7), to(#ccc));
	background-image: -webkit-linear-gradient(top, #e7e7e7, #ccc);
	background-image: -moz-linear-gradient(top, #e7e7e7, #ccc);
	background-image: -ms-linear-gradient(top, #e7e7e7, #ccc);
	background-image: linear-gradient(top, #e7e7e7, #ccc);
	border: 1px solid #919191;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #002776;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	padding: 5px 20px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: top;
	zoom: 1;
}
.ie8 button,
.ie8 input[type="submit"],
.ie8 .button {
	box-shadow: none;
	position: relative;
	behavior: url(/[AppPath]/PIE/PIE.htc);
}
.lt-ie8 button,
.lt-ie8 input[type="submit"],
.lt-ie8 .button {
	box-shadow: none;
}
button:hover,
input[type="submit"]:hover,
.button:hover {
	background: #f7f7f7;
	background: #f7f7f7 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f7f7f7), to(#ddd));
	background: #f7f7f7 -webkit-linear-gradient(top, #f7f7f7, #ddd);
	background: #f7f7f7 -moz-linear-gradient(top, #f7f7f7, #ddd);
	background: #f7f7f7 -ms-linear-gradient(top, #f7f7f7, #ddd);
	background: #f7f7f7 linear-gradient(top, #f7f7f7, #ddd);
	color: #002776;
}
button:active,
input[type="submit"]:active,
.button:active {
	background: #ccc;
	background: #ccc -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#e7e7e7));
	background: #ccc -webkit-linear-gradient(top, #ccc, #e7e7e7);
	background: #ccc -moz-linear-gradient(top, #ccc, #e7e7e7);
	background: #ccc -ms-linear-gradient(top, #ccc, #e7e7e7);
	background: #ccc linear-gradient(top, #ccc, #e7e7e7);
	color: #333;
}
select:disabled {
	cursor: default !important;
}
.realtime {
    background-color: lightgoldenrodyellow;
}

.addendum-type-code-OOP {
    background-image: url('images/icon-delete-oop.png');
}
            
.addendum-type-code-CR {
    background-image: url('images/icon-car-rental.png');
}

.addendum-type-code-T {
    background-image: url(images/icon-air-travel.png);
}

.addendum-type-code-L {
    background-image: url(images/icon-hotel.png);
}

.addendum-type-code-F {
    background-image: url(images/fleet.gif);
}

.addendum-type-code-M {
    background-image: url(images/icon-medical-services.png);
}

.addendum-type-code-P {
    background-image: url(images/icon-general-purchase.png);
}

.addendum-type-code-S {
    background-image: url(images/icon-shipping.png);
}

.addendum-type-code-TM, .addendum-type-code-CC {
    background-image: url(images/icon-temp-services.png);
}  

.addendum-type-code-C1 {
    background-image: url(images/icon-invoice-parts.png);
}

.addendum-type-code-C2 {
    background-image: url(images/icon-invoice-rental.png);
}

.addendum-type-code-C3 {
    background-image: url(images/icon-invoice-service.png);
}

.addendum-type-code-C4 {
    background-image: url(images/icon-invoice-sales.png);
}
.ul-disc {
	list-style-type: disc;
	margin-bottom: 10px;
	padding-left: 20px;
}
.ul-disc ol,
.ul-disc ul {
	margin-bottom: 0;
}
#skiptocontent {
	position: fixed;
	top: -40px;
	z-index: 9999;
}

#skiptocontent:focus {
	top: 0px;
	transition: top .1s ease-in;
}
/* ==========================================================================
	Globals
========================================================================== */

a:focus, input:focus, textarea:focus, div.uploader:focus-within, input[type="radio"]:focus {
	outline: 1px solid black;
	opacity: 1;
}

select:focus {
	outline: 1px solid black;
	opacity: 1 !important;
}