*, 
*:before, 
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body { 
	background: url(../images/grid_bkg.gif) top left repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
p {
	font-family: inherit;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 1.25em;
	text-rendering: optimizeLegibility; 
}
a {
	color: #036;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
a:hover { color: #333; }
a.invert { color: #ddd; }
a.invert:hover { color: #999; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 1.2rem;
	margin-bottom: .6rem;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small { font-size: 65%; }
h4,
.h4,
h5,
.h5,
h6,
.h6 { margin: .6rem 0; }
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small { font-size: 75%; }
h1,
.h1 { font-size: 36px;}
h2,
.h2 { font-size: 30px;}
h3,
.h3 { font-size: 24px; }
h4,
.h4 { font-size: 18px; }
h5,
.h5 { font-size: 14px; }
h6,
.h6 { font-size: 12px; }
small,
.small { font-size: 85%; }
mark,
.mark {
	padding: .2rem;
	background-color: #fcf8e3;
}

.text-primary { color: #428bca; }
a.text-primary:hover { color: #3071a9; }
.text-success { color: #3c763d; }
a.text-success:hover { color: #2b542c; }
.text-info { color: #31708f; }
a.text-info:hover { color: #245269; }
.text-warning { color: #8a6d3b; }
a.text-warning:hover { color: #66512c; }
.text-danger { color: #a94442; }
a.text-danger:hover { color: #843534; }
.bg-primary {
	color: #fff;
	background-color: #428bca;
}
a.bg-primary:hover { background-color: #3071a9; }
.bg-success { background-color: #dff0d8; }
a.bg-success:hover { background-color: #c1e2b3; }
.bg-info { background-color: #d9edf7; }
a.bg-info:hover { background-color: #afd9ee; }
.bg-warning { background-color: #fcf8e3; }
a.bg-warning:hover { background-color: #f7ecb5; }
.bg-danger { background-color: #f2dede; }
a.bg-danger:hover { background-color: #e4b9b9; }

/* Text modifiers */
.left { float: left !important; }
.right { float: right !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
.text-justify { text-align: justify !important; }
.text-inherit { text-align: inherit; }
.text-italic { font-style: italic; }
.text-normal { font-style: normal; }
.text-bold { font-weight: bold; }
.text-trannone { text-transform: none; }
.text-uppercase { text-transform: uppercase; }
.text-capitalize { text-transform: capitalize; }
.text-lowercase { text-transform: lowercase; }
.text-nowrap { white-space: nowrap; }
.text-muted { opacity: .75; }

.hide { display: none !important; }
.antialiased { -webkit-font-smoothing: antialiased; }

.disabled { opacity: .5; }
.disabled:hover { cursor: not-allowed; }

.wrapper {
	width: 960px;
	margin: auto;
}

.row {
	margin-left: -.5rem;
	margin-right: -.5rem;
}
.row:before, .row:after {
	content: " ";
	display: table; 
}
.row:after {
	clear: both; 
}
.column {
	position: relative;
	padding-right: .5rem;
	padding-left: .5rem;
	float: left;
}
[class*="column"] + [class*="column"]:last-child {
	float: right;
}

@media only screen {
	.sm-1-2 { width: 50%; }

	.sm-1-3 { width: 33.33333333%; }
	.sm-2-3 { width: 66.66666667%; }

	.sm-1-4 { width: 25%; }
	.sm-2-4 { width: 50%; }
	.sm-3-4 { width: 75%; }

	.sm-1-5 { width: 20%; }
	.sm-2-5 { width: 40%; }
	.sm-3-5 { width: 60%; }
	.sm-4-5 { width: 80%; }

	.sm-1-6 { width: 16.166666667%; }
	.sm-2-6 { width: 33.333333333%; }
	.sm-3-6 { width: 50%; }
	.sm-4-6 { width: 66.666666667%; }
	.sm-5-6 { width: 83.333333333%; }

	.sm-full,
	.sm-2-2,
	.sm-3-3,
	.sm-4-4,
	.sm-5-5,
	.sm-6-6 { width: 100%; }
}

@media only screen and (min-width: 640px) {
	.md-1-2 { width: 50%; }

	.md-1-3 { width: 33.33333333%; }
	.md-2-3 { width: 66.66666667%; }

	.md-1-4 { width: 25%; }
	.md-2-4 { width: 50%; }
	.md-3-4 { width: 75%; }

	.md-1-5 { width: 20%; }
	.md-2-5 { width: 40%; }
	.md-3-5 { width: 60%; }
	.md-4-5 { width: 80%; }

	.md-1-6 { width: 16.166666667%; }
	.md-2-6 { width: 33.333333333%; }
	.md-3-6 { width: 50%; }
	.md-4-6 { width: 66.666666667%; }
	.md-5-6 { width: 83.333333333%; }

	.md-full,
	.md-2-2,
	.md-3-3,
	.md-4-4,
	.md-5-5,
	.md-6-6 { width: 100%; }
}

@media only screen and (min-width: 1024px) {
	.lg-1-2 { width: 50%; }

	.lg-1-3 { width: 33.33333333%; }
	.lg-2-3 { width: 66.66666667%; }

	.lg-1-4 { width: 25%; }
	.lg-2-4 { width: 50%; }
	.lg-3-4 { width: 75%; }

	.lg-1-5 { width: 20%; }
	.lg-2-5 { width: 40%; }
	.lg-3-5 { width: 60%; }
	.lg-4-5 { width: 80%; }

	.lg-1-6 { width: 16.166666667%; }
	.lg-2-6 { width: 33.333333333%; }
	.lg-3-6 { width: 50%; }
	.lg-4-6 { width: 66.666666667%; }
	.lg-5-6 { width: 83.333333333%; }

	.lg-full,
	.lg-2-2,
	.lg-3-3,
	.lg-4-4,
	.lg-5-5,
	.lg-6-6 { width: 100%; }
}

.col-centered {
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: both;
}

button, 
.button, 
input[type=submit] {
	position: relative;
	margin: .25rem 0;
	padding: 0.75rem;
	display: inline-block;
	cursor: pointer;
	line-height: normal;
	text-decoration: none;
	text-align: center;
	background: #cecece;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	color: #000;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
button:hover, 
button:focus, 
.button:hover, 
.button:focus, 
input[type=submit]:hover, 
input[type=submit]:focus { 
	background: #bbb;
}
button.button--xsmall, 
.button.button--xsmall {
	padding: 0.25rem 0.5rem;
	font-size: 0.8rem; 
}
button.button--small, 
.button.button--small {
	padding: 0.5rem .75rem;
	font-size: 0.9rem; 
}
button.button--large, 
.button.button--large {
	padding: 1em 2em;
	font-size: 1.25rem; 
}
button.button--full, 
.button.button--full,
.list-item--button { width: 100%; }

button.button--success, 
.button.button--success,
button.selected,
.button.selected {
	background-color: green;
	color: #fff; 
}
button.button--success:hover, 
button.button--success:focus, 
.button.button--success:hover, 
.button.button--success:focus,
button.selected:hover, 
button.selected:focus, 
.button.selected:hover, 
.button.selected:focus {
	background-color: rgb(0,75,0);
	color: #ddd; 
}
button.button--primary, 
.button.button--primary {
	background-color: #036;
	color: #fff; 
}
button.button--primary:hover, 
button.button--primary:focus, 
.button.button--primary:hover, 
.button.button--primary:focus {
	background-color: #024;
	color: #ddd; 
}
button.button--danger, 
.button.button--danger {
	color: #fff;
	background-color: #d9534f;
}
button.button--danger:hover, 
button.button--danger:focus, 
.button.button--danger:hover, 
.button.button--danger:focus {
	color: #ddd;
	background-color: #c9302c;
}
button.active,
.button.active {
	color: #333;
	background-color: #69c;
}
button.active:hover,
.button.active:hover,
button.active:focus,
.button.active:focus {
	color: #fff;
	background-color: #47a;
}
button.button--link,
.button.button--link {
	font-weight: normal;
	color: #428bca;
	border: 1px solid #428bca;
	background-color: transparent;
}
button.button--link[disabled],
.button.button--link[disabled] {
	color: #777;
	border: 1px solid #777;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button.button--link:hover,
.button.button--link:hover,
button.button--link:focus,
.button.button--link:focus,
button.button--link:active,
.button.button--link:active {
	border-color: #2a6496;
	color: #2a6496;
}
button.button--link[disabled]:hover,
.button.button--link[disabled]:hover,
button.button--link[disabled]:focus,
.button.button--link[disabled]:focus {
	color: #777;
	text-decoration: none;
}
.button--back, 
.button--forward {
	margin: .5rem .25rem;
	display: inline-block;
}

.button--print-quote {
	margin: auto;
	display: block;
}

.form {
	margin: 0;
	padding: 1rem;
}
.form__box {
	width: 50%;
	margin: 2rem auto;
	padding: 1rem;
}
.form__control {
	width: 100%;
	padding: .5rem 0;
}
.form__buttons {
	width: 75%;
	padding: .5rem 0;
	float: right;
	clear: both;
}
.form__label,
label {
	font-size: 1rem;
	line-height: 2;
	color: #4d4d4d;
	cursor: pointer;
	font-weight: 500;
}
.form__label.right,
label.right {
	float: none;
	text-align: right; 
}
.form__label.inline,
label.inline {
	margin: 0 0 1rem 0;
	padding: 0.625rem 0; 
}
.form__label small,
label small {
	text-transform: capitalize;
	color: #666; 
}

.form__input,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
	width: 100%;
	
	padding: .4rem .75rem;
	display: block;
	font-size: 1rem;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
			transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form__input,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
textarea:hover {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); 
}
.form__input,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); 
}
.form__input.disabled,
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] { background-color: #ddd; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select { margin: 0 0 1rem 0; }

input[type="radio"],
.radio--control {
	position: absolute; 
	width: 1px;
	height: 1px; 
	margin: -1px; 
	padding: 0;
	clip: rect(0 0 0 0); 
	overflow: hidden; 
	border: 0; 
}
input[type="radio"] + span,
.radio--control + span {
	display: block;
}
.radio--label {
	display: block;
	cursor: pointer;
}

input[type="radio"] + span:before,
.radio--control + span:before {
	content: '';
	width: 1rem;
	height: 1rem;
	margin-right: 0.75rem;
	display: inline-block;
	vertical-align: -0.25rem;
	border-radius: 1rem;
	border: 0.125rem solid #fff;
	box-shadow: 0 0 0 2px #000;
	transition: 0.5s ease all;
}
input[type="radio"]:checked + span:before,
.radio--control:checked + span:before {
	background: green;
	box-shadow: 0 0 0 0.25rem #000;
}

/* Normalize file input width */
input[type="file"] { width: 100%; }

.form__radio,
.form__checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.form__radio label,
.form__checkbox label,
.form__radio--label,
.form__checkbox--label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}
.form__radio input[type="radio"],
.form__radio-inline input[type="radio"],
.form__checkbox input[type="checkbox"],
.form__checkbox-inline input[type="checkbox"],
.form__radio--input,
.form__checkbox--input {
	position: absolute;
	margin-top: 4px \9;
	margin-left: -20px;
}
.form__radio + .form__radio,
.form__checkbox + .form__checkbox {
	margin-top: -5px;
}
.form__radio-inline,
.form__checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
}
.form__radio-inline + .form__radio-inline,
.form__checkbox-inline + .form__checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

table,
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
}
caption {
	padding: .5rem 0;
	color: #777;
	text-align: left;
}
th {
	padding: .25rem;
	text-align: left;
}
table th,
table td,
.table th,
.table td {
	padding: .15rem .25rem;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody { border-top: 2px solid #ddd; }
.table .table { background-color: #fff; }
.table__condensed th,
.table__condensed td { padding: .3rem; }
.table__bordered { border: 1px solid #ddd; }
.table__bordered th,
.table__bordered td { border: 1px solid #ddd; }
.table__bordered > thead > tr > th,
.table__bordered > thead > tr > td { border-bottom-width: 2px; }
.table__striped > tbody > tr:nth-child(even) { background-color: #cbdef0; }
.tr__black {
	color: #fff;
	background-color: #000;
	font-weight: bold;
}
.tr__blue {
	color: #fff;
	font-weight: bold;
	background-color: #036;
}

.table__hover > tbody > tr:hover { background-color: #f5f5f5; }
table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	display: table-cell;
	float: none;
}
.table td.active,
.table th.active,
.table tr.active > td,
.table tr.active > th { background-color: #f5f5f5; }
.table__hover tr > td.active:hover,
.table__hover tr > th.active:hover,
.table__hover tr.active:hover > td,
.table__hover tr:hover > .active,
.table__hover tr.active:hover > th { background-color: #e8e8e8; }

.table td.success,
.table th.success,
.table tr.success > td,
.table tr.success > th { background-color: #dff0d8; }
.table__hover > tbody > tr > td.success:hover,
.table__hover > tbody > tr > th.success:hover,
.table__hover > tbody > tr.success:hover > td,
.table__hover > tbody > tr:hover > .success,
.table__hover > tbody > tr.success:hover > th { background-color: #d0e9c6; }

.table td.info,
.table th.info,
.table tr.info > td,
.table tr.info > th { background-color: #d9edf7; }
.table__hover > tbody > tr > td.info:hover,
.table__hover > tbody > tr > th.info:hover,
.table__hover > tbody > tr.info:hover > td,
.table__hover > tbody > tr:hover > .info,
.table__hover > tbody > tr.info:hover > th { background-color: #c4e3f3; }

.table td.warning,
.table th.warning,
.table tr.warning > td,
.table tr.warning > th { background-color: #fcf8e3; }
.table__hover > tbody > tr > td.warning:hover,
.table__hover > tbody > tr > th.warning:hover,
.table__hover > tbody > tr.warning:hover > td,
.table__hover > tbody > tr:hover > .warning,
.table__hover > tbody > tr.warning:hover > th { background-color: #faf2cc; }

.table td.danger,
.table th.danger,
.table tr.danger > td,
.table tr.danger > th { background-color: #f2dede; }
.table__hover > tbody > tr > td.danger:hover,
.table__hover > tbody > tr > th.danger:hover,
.table__hover > tbody > tr.danger:hover > td,
.table__hover > tbody > tr:hover > .danger,
.table__hover > tbody > tr.danger:hover > th { background-color: #ebcccc; }

.table__1-3 { width: 33.3333333333%; }
.table__2-3 { width: 66.6666666666%; }
.table__3-3 { width: 100%; }

.table__1-4 { width: 25%; }
.table__2-4 { width: 50%; }
.table__3-4 { width: 75%; }
.table__4-4 { width: 100%; }

.table__1-5 { width: 20%; }
.table__2-5 { width: 40%; }
.table__3-5 { width: 60%; }
.table__4-5 { width: 80%; }
.table__5-5 { width: 100%; }

.table__1-6 { width: 16.6666666667%; }
.table__2-6 { width: 33.3333333333%; }
.table__3-6 { width: 50%; }
.table__4-6 { width: 66.6666666666%; }
.table__5-6 { width: 83.3333333333%; }
.table__6-6 { width: 100%; }

.table__responsive {
	min-height: .01%;
	overflow-x: auto;
}
@media screen and (max-width: 767px) {
	.table__responsive {
		width: 100%;
		margin-bottom: 1rem;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}
	.table__responsive > .table { margin-bottom: 0; }
	.table__responsive > .table th,
	.table__responsive > .table td { white-space: nowrap; }
	.table__responsive > .table__bordered { border: 0; }
	.table__responsive > .table__bordered th:first-child,
	.table__responsive > .table__bordered td:first-child { border-left: 0; }
	.table__responsive > .table__bordered th:last-child,
	.table__responsive > .table__bordered td:last-child { border-right: 0; }
	.table__responsive > .table__bordered tr:last-child > th,
	.table__responsive > .table__bordered tr:last-child > td { border-bottom: 0; }
}

.dataTables_filter label {
	width: auto;
	padding: .45rem 0 .5rem .5rem;
	border-radius: 3px;
	background-color: #f2f2f2;
}
.dataTables_filter input {
	width: auto;
	height: 1rem;
	display: inline-block;
	margin: 0;
	border-radius: 0 3px 3px 0;
}

.table__dynamic.dataTable {
	font-size: .9rem;
}
.table__dynamic.dataTable th,
.table__dynamic.dataTable td {
	padding: .25rem;
}

.table--colors,
.table--tractorsLoaders {
	font-size: .9rem;
}
.table--colors td,
.table--tractorsLoaders td {
	vertical-align: middle;
}

.color--part {
	width: 15%;
}
.color--sku {
	width: 35%;
}
.color--price, 
.color--controls {
	width: 25%;
}

.color--part input,
.color--sku input,
.color--price input {
	padding: 2px 3px;
	font-size: .9rem;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link { font-weight: bold; }
.alert > p,
.alert > ul { margin-bottom: 0; }
.alert > p + p { margin-top: 5px; }
.alert-dismissable,
.alert-dismissible { padding-right: 35px; }
.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-success hr { border-top-color: #c9e2b3; }
.alert-success .alert-link { color: #2b542c; }
.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.alert-info hr { border-top-color: #a6e1ec; }
.alert-info .alert-link { color: #245269; }
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.alert-warning hr { border-top-color: #f7e1b5; }
.alert-warning .alert-link { color: #66512c; }
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.alert-danger hr { border-top-color: #e4b9c0; }
.alert-danger .alert-link {
	color: #843534;
}

.list__group {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #ddd;
}
.list__group-item {
	width: 100%;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.list__group-item:last-child {
	border: 0;
}
.list__group-item:hover {
	background: #eee;
}
.list__group-item-heading,
.list__group-item-text {
	margin: 0;
	line-height: normal;
}
/* Even though the <a> element isn't in the markup,
   it gets injected by the Collapse plugin JS, so 
   we need to account for it stylistically */
.list__group-item-heading > a {
	width: 100%;
	padding: .75rem;
	display: block;
	text-decoration: none;
}
.list__group-item-heading h4 {
	margin: 0;
	font-size: .9rem;
}
.list__group-item-text {
	padding: .75rem;
}

header > .column {
	padding: 1rem;
}

.nav__super {
	margin: .5rem auto 0;
	padding: 0;
	list-style: none;
}
.nav__super li {
	display: inline-block;
}
.nav__super li a {
	padding: .25rem .5rem;
	font-size: .8rem;
	color: #555;
	font-weight: bold;
	text-decoration: none;
}
.nav__super li a:hover {
	color: #f00;
}
header > .nav__wrap {
	clear: both;
	background: #000;
	border-radius: 5px 5px 0 0;
	border: 1px solid #000;
}
footer > .nav__wrap {
	background: #000;
	border-radius: 0 0 5px 5px;
	border: 1px solid #000;
}
.nav__main,
.nav__footer {
	margin: 0;
	padding: .5rem 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.nav__main > li,
.nav__footer > li {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	list-style: none;
	text-align: center;
}
.nav__main > li a,
.nav__footer > li a {
	padding: 0 .5rem;
	color: #fff;
	font-size: .9rem;
	text-decoration: none;
}
.nav__main > li a:hover,
.nav__footer > li a:hover {
	color: #666;
}

.page-heading {
	width: 100%;
	margin: 0;
	padding: 1rem;
	color: #fff;
	background: #036;
}
.page-heading > h2 {
	margin: 0;
}
.content {
	width: 100%;
	height: 100%;
	min-height: 500px;
	padding: 1rem;
	display: inline-block;
	background: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.nav__left {
	display: inline-block;
}
.nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav__list-item {}

.nav__list.nav--admin {
	font-size: .9rem;
}
.nav__list.nav--admin .nav__list-item {
	background: #595959;
	border-width: 1px 2px 1px 2px;
	border-color: #777;
	border-style: solid;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear; 
}
.nav__list.nav--admin .nav__list-item:first-child {
	border-radius: 5px 5px 0 0;
	border-top: 2px solid #777;
}
.nav__list.nav--admin .nav__list-item:last-child {
	border-radius: 0 0 5px 5px;
	border-bottom: 2px solid #777;
}
.nav__list.nav--admin .nav__list-item > a {
	width: 100%;
	padding: .5rem;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.nav__list.nav--admin .nav__list-item:hover {
	background: #036;
}
.nav__list.nav--admin .nav__list-item:hover > a {
	color: #e5e5e5;
}

.content__box {
	height: 100%;
	float: right;
}

.panel {
	margin: 0 auto 1rem;
	background-color: #fff;
	border: 2px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.panel__heading {
	padding: 1rem 1rem .5rem 1rem;
	display: block;
	border-bottom: 1px solid #eee;
}
.panel__heading .button {
	margin-left: .5rem;
}
.panel__body {
	padding: 1rem 1rem .5rem 1rem;
}
.panel p {
	margin: 0;
}

.item__group {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
}
.panel.item__box {
	max-width: 100%;
	display: inline-block;
	flex: 1 0 auto;
}

.accordion__title {
    margin: 0;
}

.accordion__title > .button {
    margin: 0;
}

.accordion__item:last-child {
    border: 0;
}

.accordion__item {
    border-bottom: 1px solid #fff;
}

#stepTwo {
	min-height: 400px;
}

.modal__header .header--title {
	clear: both;
}
.modal__header .header--title-tractor {
	font-size: 1rem;
	color: #777;
}
.modal__list {
	padding: 0;
	list-style: none;
}

.modal__mfgr-list {
	margin: 2rem 0;
	padding: 0;
	text-align: center;
    list-style: none;
}
.mfgr-list__item {
	padding: .5rem;
	margin: 2px auto;
	display: block;
	color: #777;
	border: 2px solid #d9d9d9;
	text-align: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.mfgr-list__item:hover {
	cursor: pointer;
	background: #69c;
	color: #fff;
}
.mfgr-list__item.active {
	background: rgba(0,150,255,.45);
	color: #000;
    cursor: pointer;
    border: 1px solid rgba(0,150,255,.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgba(0,150,255,.75);
    -moz-box-shadow: 0 0 10px rgba(0,150,255,.75);
    box-shadow: 0 0 10px rgba(0,150,255,.75);
}

.modal__select-models {
	padding: .25rem;
	margin: 1rem auto;
	display: block;
	border-radius: 5px;
	font-size: 1.2rem;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.list-item--button {
	margin: 0;
	border-radius: 0;
	border-bottom: 1px solid #fff;
}

.list-item--icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	padding: .85rem 0;
}

.modal__list-loaders {
	margin: auto;
	padding: 0;
	display: table;
	list-style: none;
	font-size: 1.2rem;
}
.list-item--loader {
	padding: 0;
	margin: 0;
	display: table-row;
}

.list-item--loader:first-child .list-item--button {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.list-item--loader:last-child .list-item--button {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.list-item--loader .list-item--button.list-item--single {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.modal__list-colors {
	min-height: 100px;
	height: 100%;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.loader__color {
	min-height: 80px;
	margin: .25rem;
	padding: 1rem;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	align-content: center;
    align-items: center;
	justify-content: center;
	flex-basis: 30%;
	flex-flow: row wrap;
	list-style: none;
	color: #fff;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.loader__color:hover {
	-webkit-box-shadow: 0 0 10px 5px #0af;
    -moz-box-shadow: 0 0 10px 5px #0af;
    box-shadow: 0 0 10px 5px #0af;
	cursor: pointer;
}
.loader__color.active {
	cursor: pointer;
	-webkit-box-shadow: 0 0 10px 5px #f00;
	-moz-box-shadow: 0 0 10px 5px #f00;
	box-shadow: 0 0 10px 5px #f00;
}

.loader__Black 					{ background-color: #000; color: #fff; }
.loader__CaseIHRed,
.loader__BuhlerRed 				{ background-color: #f00; color: #fff; }
.loader__NewHollandVibrantBlue 	{ background-color: #0000cd; color: #fff; }
.loader__JohnDeereGreen 		{ background-color: rgb(53,151,53); color: #fff; }
.loader__McCormickRed,
.loader__AgcoRed 				{ background-color: #fc0000; color: #fff; }
.loader__FordBlue 				{ background-color: rgb(35,94,196); color: #fff; }
.loader__ChallengerGold 		{ background-color: rgb(255,179,3); color: #000; }
.loader__MasseyFergusonRed 		{ background-color: rgb(255,48,48); color: #fff; }
.loader__KubotaOrange 			{ background-color: rgb(200,120,0); color: #fff; }
.loader__AGCOOrange,
.loader__AgcoOrange 			{ background-color: rgb(200,100,0); color: #fff; }

.modal__list-attachOpt {
	padding: 0;
}
.list-item--select,
.list-item--attachment,
.list-item--kitOption ,
.list-item--miscOption,
.list-item--mountDescrip {
	position: relative;
	padding: 0 0 0 2rem;
	margin: 2px auto;
}
.button--select-item,
.button__attachment,
.button__kitOption,
.button__miscOption,
.button__mountDescrip {
	padding: .65rem;
	text-align: left;
}
.list-item--select .button--select-item + .list-item--icon,
.list--item .list-item--icon,
.list-item--attachment .button__attachment + .list-item--icon,
.list-item--kitOption .button__kitOption + .list-item--icon, 
.list-item--miscOption .button__miscOption + .list-item--icon,
.list-item--mountDescrip .button__mountDescrip + .list-item--icon {
	color: #ccc;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.list-item--select .button--select-item.selected + .list-item--icon,
.list--item.selected .list-item--icon,
.list-item--attachment .button__attachment.selected + .list-item--icon,
.list-item--kitOption .button__kitOption.selected + .list-item--icon,
.list-item--miscOption .button__miscOption.selected + .list-item--icon,
.list-item--mountDescrip .button__mountDescrip.selected + .list-item--icon { color: green; }

.hydraulics--descrip { display: none; }

.header__mfgr-select,
.header__color-select,
.button__aux {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.25s linear, opacity 0.25s linear;
}

.table--order-review,
.table--order-print {
	padding: 0 1rem;
}
.table--order-review thead th,
.table--order-review tfoot td,
.table--order-print thead th,
.table--order-print tfoot td {
	padding: .5rem;
	background: #000;
	color: #fff;
	vertical-align: middle;
	font-weight: bold;
	white-space: nowrap;
}
.table--order-review tbody td,
.table--order-print tbody td {
	padding: .25rem .5rem;
}
.table--order-review .item__price,
.table--order-review .item__price--total,
.table--order-print .item__price,
.table--order-print .item__price--total {
	text-align: right;
}

footer {
	clear: both;
}

.legal {
	color: #fff;
	font-size: .7rem;
	text-align: center;
}