

.theme-title {
	font-weight: bold;
	text-transform: capitalize;
	color: #4A4A4A;
	margin: 0 0 15px;
	font-size: 13px;
}

.preview-base {
	display: none;
	position: absolute;
    top: 0;
    z-index: 10001;
    width: 100%;
    height: 100%;
}

.preview-header {
	text-align: center;
	position: fixed;
	width: 100%;
}

.loading-prices {
	text-align: right;
	font-size: 50px;
	opacity: 0.4;
	pointer-events: none;
}

.panel.solid-panel h2.parent-header {
	margin-bottom: 50px;
}

.mb15 {
	margin-bottom: 15px!important;
}

#basket-form .input-group {
	margin-bottom: 15px;
}

#paymentSection {
	margin-bottom: 15px;
}

#paymentSection iframe {
	width: 100%!important;
	border: solid 1px #e4e4e4!important;
}

#token_container_holder {
	width: 100%!important;
}

.alert-sm {
	margin: 10px 0 0;
    padding: 5px 8px 3px;
    font-size: 12px;
}

.vrm-data-panel .list-group-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.vrm-data-panel .list-group-item label.info {
	flex: 1 1 0%;
	min-width: 1px;
	margin: 0;
}

.vrm-data-panel .list-group-item .view-more {
	flex: 0 0 100%;
	margin-top: 5px;
	font-weight: bold;
	cursor: pointer;
}

.vrm-data-panel .list-group-item .extra-vehicle-info {
	display: none;
	flex: 0 0 100%;
	margin-top: 10px;
}

.quick-add-products th:hover {
	cursor: pointer;
	opacity: 0.85;
}

.colour-changer {
	border: none;
}

.modal-image .modal-body {
	text-align: center;
}

.list-group-hidden {
	display: none;
}

.no-stock-price .price {
	font-size: 26px;
}

.view-more-list-group.btn-warning .fa {
	margin-left: 5px;
}

.btn-danger {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
}

.btn-danger:active, .btn-danger:hover, .btn-danger:focus {
	background: #c9302c!important;
	border-color: #ac2925!important;
	color: white!important;
}

.view-more-list-group.btn-warning {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
}

.view-more-list-group.btn-warning:hover, .view-more-list-group.btn-warning:active, .view-more-list-group.btn-warning:focus {
	background: #ffca7f!important;
	border-color: #ffca7f!important;
}

.update-success {
	display: none;
}

.parts-contact-form .panel {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.parts-contact-form .panel .panel-body {
	padding: 0;
}

.parts-contact-form .panel .panel-heading {
	display: none;
}

.parts-contact-form .panel .panel-footer {
	background-color: transparent;
	padding: 0;
}

.parts-contact-form .panel-form .control-label {
	padding-top: 0!important;
}

.parts-contact-form .panel-form .form-group {
	margin-bottom: 15px!important;
}

textarea {
	max-width: 100%;
	resize: none;
}

.preview-title {
    color: #FFFFFF;
    font-weight: bold;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 1px;
    margin-top: 45px;
    font-size: 19px;
    background-color: #3C9ACA;
    border-radius: 9px;
}

.preview-colour .fa-times {
	cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
}

.preview-colour .fa-times:hover {
	color: #f44336;
}

.colour-cog {
	display: none;
	margin: 0;
}

.theme-preview {
	cursor: pointer;
	position: fixed;
	z-index: 10000;
	background-color: #3C9ACA;
	color: white;
	bottom: 3px;
	right: 5px;
    font-size: 14px;
	font-weight: bold;
    padding: 7px 12px;
    border-radius: 7px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
}

.theme-preview:hover, .preview-hide:hover, .preview-exit:hover {
	color: white;
	text-decoration: none;
	background-color: #5fb3de;
}

.theme-preview:active, .theme-preview:focus, .preview-hide:active, .preview-hide:focus, .preview-exit:active, .preview-exit:focus {
	color: white;
	text-decoration: none;
}

.preview-hide {
    z-index: 10002;
    position: fixed;
    bottom: 3px;
    right: 75px;
    font-size: 14px;
    color: white;
    font-weight: bold;
    background: #3C9ACA;
    padding: 7px 12px;
    border-radius: 7px;
    cursor: pointer;
}

.preview-exit {
    z-index: 10002;
    position: fixed;
    bottom: 3px;
    right: 10px;
    font-size: 14px;
    color: white;
    font-weight: bold;
    background: #3C9ACA;
    padding: 7px 12px;
    border-radius: 7px;
    cursor: pointer;
}

.preview-colour {
	position: fixed;
	z-index: 10002;
	bottom: 0;
	box-shadow: black 0px 0px 10px -1px;
	right: 10px;
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
}

.preview-colour img {
	width: 175px;
	margin-bottom: 15px;
}

.preview-colour .table {
	border-left: solid 1px #DDDDDD;
	border-right: solid 1px #DDDDDD;
	border-bottom: solid 1px #DDDDDD;
}

.preview-colour .colour-row {
	height: 60px;
	color: #4A4A4A;
}

.preview-colour .text-row {
	color: #4A4A4A;
}

.navbar-nav>li.CCA-hide, #main .CCA-hide {
	display: none;
}

.banner-hide {
	display: none;
}

*
{
	font-family: 'Roboto', sans-serif;
}

a {
	color: #008BCE;
}

a:hover, a:active, a:focus {
	color: #00A8F9;
}

.page-content .qty-form input.form-control.add-qty {
    margin-left: 0;
    margin-right: 10px;
}

.no-margin {
	margin: 0!important;
}

.clear
{
	clear: both;
}

img
{
	max-width: 100%;
}

body
{
	background: #FFFFFF;
}

footer .panel {
	margin-bottom: 0;
}

.print-btn {
	margin-bottom: 15px;
}

.modal .complete-compare {
	display: block;
}

#crossrefModal .modal-dialog
{
	width: 640px;
	max-width: 100%;
}

.crossref-row .row
{
	margin-bottom: 15px;
}

.modal .main-product-image {
	text-align: center;
}

.modal .img-responsive {
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

.exhaust-components
{
	margin-top: 15px;
	display: none;
}

.complete-compare {
	display: none;
	font-size: 12px;
}

.complete-compare tr {
	height: 50px;
}

.complete-compare tr td p {
	display: block;
	display: -webkit-box;
    max-width: 400px;
    height: 35px;
    margin: 0 auto;
    font-size: 12px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.complete-compare tr.row-detail {
	height: 90px
}

.complete-compare tr.row-detail td p {
	display: block;
	display: -webkit-box;
    max-width: 400px;
    height: 70px;
    margin: 0 auto;
    font-size: 12px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal .compare-row h4 {
    display: block;
    display: -webkit-box;
    height: 49px;
    margin: 0 auto 10px;
    font-size: 21px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-exhaustadd .availability
{
	text-align: left;
}

.duplicate-compare-empty {
	display: none;
}

.main-content
{
	margin-bottom: 15px;
}

.main-content
{
	margin-bottom: 15px;
}

.user-mobile {
	background: rgba(255, 255, 255, 0.07);
}

.mobile-secondary li a {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.07);
}

.topmenu-nav {
	text-align: right;
}

.topmenu-nav li {
	display: inline-block!important;
	font-size: 12px;
}

.topmenu-nav li a {
	color: #050505;
}

.topmenu-nav li a:hover {
	color: #050505;
	background-color: transparent;
}

@media (max-width: 991px){
	.menu-row li a {
		font-size: 11px;
	}

	.basket-count {
	    width: 12px!important;
	    height: 12px!important;
	    font-size: 9px!important;
	}

	.sidr .nav>li>a:hover, .sidr .nav>li>a:focus {
	    background-color: #191919;
	}
}

#basket-product-matches .price span {
	font-size: 14px;
    display: block;
}

#basket-prompt {
	text-align: center;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.57);
	position: absolute;
	display: none;
	margin-top: 8px;
	z-index: 999;
}

#basket-prompt h2 {
	color: #353535;
	font-weight: bold;
}

.quick-pick-form .qp-qty
{
    width: 20%;
    padding: 8px;
}

.quick-pick-form .qp-part-number
{
    width: 57%;
}

.quick-add-products th
{
	white-space: nowrap;
}

.quick-add-products td.product-code
{
	white-space: nowrap;
}

.quick-add-holder {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.quick-add-holder .quick-add-item {
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
	margin-top: 5px;
}

.quick-add-item-outer {
	flex: 0 0 50%;
	padding: 0 10px;
}

@media(max-width: 767px){
	.quick-add-item-outer {
		flex: 0 0 100%;
		padding: 0 10px;
	}
}

.quick-add-item {
    width: 100%;
    margin: 0 0 10px;
}

.quick-add-item-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.quick-remove-button {
    margin-left: 10px;
    margin-bottom: 5px;
}

.quick-add-part-code {
	flex: 1 1 0%;
	min-width: 1px;
	border-radius: 4px!important;
}

.quick-add-quantity {
	flex: 0 0 90px;
	width: 90px!important;
	margin-left: 10px;
	border-radius: 4px!important;
}

.no-margin {
	margin: 0!important;
}

.form-inline .form-group.quick-add-item
{
	margin-bottom: 10px;
}

.user-mobile a {
	color: #E6E6E6;
}

.user-mobile a:hover {
	color: white;
}

.user-mobile a .fa {
	margin-right: 5px;
}

#tyre-attributes
{
	margin-bottom: 10px;
}


a.tyre-label
{
	background: no-repeat url("/assets/origintrade-images/tyre-label-icon.png");
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	margin: auto;
}

.quick-pick .add-new-row {
	margin-left: 7px;
}

.form-inline form
{
	display: inline-block;
}

.form-inline .form-control.tyre-attribute
{
	width: 50px;
}

.inline-edit-icon.alert-info
{
	background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

.page-header
{
	margin-top: 0px;
}

.page-header h1
{
	margin-top: 0px;
}

.invoice-checkbox label {
	margin-right: 10px;
	font-size: 12px;
}

.invoice-panel .row {
	margin: 0 -5px;
}

.date-label {
	font-size: 11px;
}

.banner
{
	display: block;
}

.banner img
{
	border-radius: 3px;
}

.banner-home
{
	margin-bottom: 15px;
}

.btn-bar
{
	margin-top: 15px;
}


/* Login Page */

.login-message {
	margin-bottom: 10px;
}

.login-messages
{
	margin-left: -10px;
	margin-right: -10px;
}

.login-panel .controls {
	margin-bottom: 5px;
}

.login-messages .alert
{
	margin-bottom: 10px;
}

.login-panel
{
	background-color: #f7f7f7;
}

/* End Login Page */

/* Main Template */
body > header
{
	background-color: #FFFFFF;
	position: relative;

}

.left-quickadd .user-details, .left-quickadd .basket-details {
	padding: 10px;
	font-weight: bold;
	color: #484848;
	background-color: #EAEAEA;
}

.right-quickadd .user-details, .right-quickadd .basket-details {
	padding: 10px;
	font-weight: bold;
	color: #484848;
	background-color: #EAEAEA;
    border-bottom: solid 1px rgb(212, 212, 212);
}

.basket-details a {
	color: #484848;
}

.header-bundle a:hover {
	text-decoration: none;
}

.user-details:hover, .basket-details:hover {
	background-color: #E2E2E2;
}

.user-details {
	border-top-left-radius: 10px;
	display: block;
}

.user-details-inner {
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.basket-details {
	border-top-right-radius: 10px;
	display: block;
}

.user-details .fa {
	margin-right: 5px;
}

.basket-details .fa {
	margin-right: 7px;
	float: right;
}

.user-details {
    border-right: solid 1px rgb(212, 212, 212);
}

.hidden-quick-add {
	margin-top: 80px!important;
}

.right-quickadd #basket-quick-add, .right-quickadd #non-basket-quick-add {
    padding: 6px 10px 4px;
    display: inline-block;
    text-align: right;
}

.left-quickadd #basket-quick-add, .left-quickadd #non-basket-quick-add {
    padding: 6px 10px 4px;
    display: inline-block;
    color: white;
    background: #050505;
    text-align: right;
    border-radius: 5px;
    border-top: solid 1px #050505;
    border-left: solid 1px #050505;
    border-right: solid 1px #050505;
}

@media(max-width: 767px){
	.left-quickadd #basket-quick-add, .left-quickadd #non-basket-quick-add {
		width: 100%;
		background: white;
		border: none;
	}

	.right-quickadd #basket-quick-add, .right-quickadd #non-basket-quick-add {
		width: 100%;
	}

	.left-quickadd #basket-quick-add .form-group, .left-quickadd #non-basket-quick-add .form-group {
		display: inline-block;
		margin: 0;
	}

	.right-quickadd #basket-quick-add .form-group, .right-quickadd #non-basket-quick-add .form-group {
		display: inline-block;
		margin: 0;
	}

	#basket-quick-add .form-control, #non-basket-quick-add .form-control {
		height: 35px!important;
	    font-size: 16px!important;
	}

	#basket-quick-add .btn, #non-basket-quick-add .btn {
		font-size: 18px!important;
		vertical-align: top!important;
	}

	.mobile-quick-add-flex.no-padding {
		display: flex!important;
		align-items: center;
		flex-wrap: wrap;
		padding: 0 15px!important;
	}

	.mobile-quick-add-flex h4 {
		flex: 1;
		font-weight: bold;
		white-space: nowrap;
	}

	.mobile-quick-add-flex form {
		flex: 0 0 auto;
		width: auto!important;
		padding: 0!important;
	}
}

@media(max-width: 440px){
	#basket-quick-add .form-control, #non-basket-quick-add .form-control {
		height: 28px!important;
	    font-size: 12px!important;
	}

	#basket-quick-add .btn, #non-basket-quick-add .btn {
		font-size: 12px!important;
		vertical-align: top!important;
	}
}

.right-quickadd .margin-40 {
	margin-top: 40px;
}

@media (max-width: 991px){
	#basket-quick-add, #non-basket-quick-add {
	    padding: 6px 10px 5px;
	    font-size: 11px;
	}
}

#basket-quick-add .form-control, #non-basket-quick-add .form-control {
	height: 28px;
    font-size: 12px;
}

#basket-quick-add .btn, #non-basket-quick-add .btn {
    padding: 4px 10px;
    font-size: 12px;
}


.no-padding {
	padding: 0!important;
}

.mr10 {
	margin-right: 10px;
}

.clear-all-btn {
    color: white;
    text-transform: capitalize;
    padding: 4px 17px;
    background: #ff4c49;
    border-radius: 4px;
}

.clear-all-btn:hover, .clear-all-btn:active, .clear-all-btn:focus {
    text-decoration: none;
    color: white;
    background: #d83936;
}

.header-bundle {
	margin: 0 0 10px;
	border: solid 1px #D4D4D4;
	border-radius: 5px;
	color: #484848;
	background: #F5F5F5!important;
}

#product-results-static h2.heading {
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: bold;
	color: #333;
	background: #eaeaea;
	border-radius: 5px;
	padding: 9px 10px;
}

.header-strap
{
	height: 113px;
}

.logo
{
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	background-image: url("/assets/origintrade-images/logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 487px;
	height: 90px;
}

.quick-basket-holder
{
	float: right;
	width: 345px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-right: 10px;
	margin-bottom: 0px;
}

.quick-basket-holder li
{
	border: 1px solid #C1C1C1;
	background: #F0F0F0;
	padding: 8px 12px;
}

.quick-basket-holder li label, .quick-basket-holder li span
{
	margin-top: 5px;
}

.quick-basket-holder li:first-child
{
	border-top: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #C1C1C1;
}

.quick-basket-holder li:last-child
{
	border-top: 1px solid #FFFFFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.quick-basket-holder label
{
	color: #0B5D8D;
	display: inline-block;
}

.quick-basket-holder span
{
	color: #666666;
}

.powered-by
{
	background-image: url("/assets/origintrade-images/powered-by.png");
	background-repeat: no-repeat;
	width: 129px;
	height: 53px;
	margin-top: 30px;
	float: right;
}

.category-search-box {
	display: inline-block;
	margin-right: 5px;
	width: 100%;
}

.category-search-box .checkboxes {
	font-size: 10px;
}

.category-search-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.category-search-input {
	flex: 0 0 auto;
	margin-right: 15px;
}

.category-search-checkboxes {
	flex: 0 0 auto;
}

.category-search-button {
	flex: 0 0 auto;
}

.category-search-box .checkboxes input {
	height: 10px;
}


.category-search-modal-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.category-search-modal-footer .category-search-box {
	flex: 1;
}

.category-search-modal-footer > button {
	flex: 0 0 auto;
}


#sidr
{
	display: none;
}

.panel-body {
	padding: 15px;
    border: solid 1px #DCDCDC;
}

.panel-primary > .panel-heading, .panel-default > .panel-heading {
	background: #050505; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#050505, #050505); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#050505, #050505); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#050505, #050505); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#050505, #050505); /* Standard syntax */
}

.panel.solid-panel .panel-body {
	background: #050505; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#050505, #050505); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#050505, #050505); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#050505, #050505); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#050505, #050505); /* Standard syntax */
}

.panel-secondary > .panel-heading {
	background: #050505;
}

.v7product-matched
{
	background-color: #dff0d8!important;
}

.v8product-matched
{
	background-color: #c7e1ff!important;
	border-top: none!important;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
}

.v8product-matched.collapsed
{
	border-radius: 4px!important;
	border-bottom: none!important;
}

.v8product-matched:hover {
	background-color: #d4e8ff!important;
}

.fitment-flex {
	display: flex;
	flex-grow: grow;
	align-items: center;
}

.vehicle-flex {
	flex: 1;
}

.plus-minus-toggle {
	flex: 0 0 auto;
	margin-left: 10px;
    font-size: 20px;
    color: #8299b5;
}

.parts-contact-flex {
	display: flex;
	flex-wrap: wrap;
}

.parts-contact-flex .parts-contact-form {
	flex: 0 0 50%;
	padding: 0 15px 0 5px;
}

.parts-contact-flex .parts-contact-details {
	flex: 0 0 50%;
	padding: 0 5px 0 15px;
}

.parts-contact-flex .parts-contact-details p {
	margin-bottom: 0;
}

.product-alternates .availability
{
	margin: 0px;
	font-size: 14px;
	line-height: normal;
	text-align: left;
}

.product-alternates .alternate-row div
{
	height: 40px;
}

.product-alternates .price
{
	font-size: 14px;
	text-align: right;
}

.product-alternates form
{
	margin-bottom: 10px;
}

.navbar .menu-row-2
{
	text-align: center;
}

@media(max-width: 1300px){
	#compareModal .modal-dialog {
		max-width: 98%!important;
	}
}

.table-secondary thead th
{
	position: relative;
	background: #050505!important; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#050505, #050505)!important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#050505, #050505)!important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#050505, #050505)!important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(#050505, #050505)!important; /* Standard syntax */
    color: #FFFFFF
}

.table-secondary thead th.sorting_asc, .table-secondary thead th.sorting_desc {
	padding-right: 25px;
}


.table-secondary thead th.sorting_asc:after {
	content: "🢓";
    position: absolute;
    right: 5px;
    font-size: 30px;
    opacity: 0.8;
}

.table-secondary thead th.sorting_desc:after {
	content: "🢑";
    position: absolute;
    right: 5px;
    font-size: 30px;
    opacity: 0.8;
    top: -17px;
}

.menu-container
{
	width: auto !important;
	padding: 0;
	border: solid 1px #050505;
	border-left-width: 2px;
	border-right-width: 2px;
	background: #050505; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#050505, #050505); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#050505, #050505); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#050505, #050505); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#050505, #050505); /* Standard syntax */
}

.main-content-wrapper {
	min-height: 400px;
}

.main-menu li {
	border-right: solid 1px #050505;
}

.menu-row .nav {
	display: inline-block;
}

.menu-row .fa-user {
	margin-right: 5px;
}

.menu-row .basket-li {
	border-right: solid 1px #050505;
}

.menu-row .basket-li a {
	padding-right: 17px;
}

.menu-row li {
	display: inline-block;
}

.basket-popup-image {
	max-height: 175px!important;
	max-width: 175px!important;
}

#username {
     -webkit-user-select: initial;
      -khtml-user-select: initial;
      -moz-user-select: initial;
      -ms-user-select: initial;
      user-select: initial;
}

.auto-height {
	height: auto!important;
}

.lighten-btn {
	box-shadow: 0px 0px 14px white;
}

.basket-count {
	position: absolute;
    top: 4px;
    right: 7px;
    background: #050505;
    color: white;
    width: 15px;
    text-align: center;
    height: 14px;
    font-weight: bold;
    border-radius: 15px;
    font-size: 11px;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}

.basket-count.blue-quantity {
    background: #018d98!important;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}

.menu-container a
{
	color: white!important;
}

.navbar .menu-row .nav>li>a:hover, .navbar .menu-row .nav>li>a:focus, .navbar .parts-menu .nav>a>li:active
{
	background-color: rgba(0,0,0,0.1);
}

.loader
{
	background-image: url("/assets/origintrade-images/small-loader.gif");
	background-size: contain;
	background-color: transparent;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	float: right;
	vertical-align: middle;
	margin-left: 10px;
	display: none;
}

.account-balance-table {
    font-size: 10px;
    padding: 4px;
}

.account-balance-table td, .account-balance-table th {
    padding: 4px !important;
}

.previous-parts-footer {
    padding: 10px;
}

.previous-parts-date {
    width: 160px;
    display: inline;
}

/* End Main Template */

/* Catalogue */
.vrm-history a.vrm
{
	color: #050505;
	font-weight: bold;
	text-transform: uppercase;
}

.vrm-history a
{
	color: #666666;
}

.selected-vehicle table tr td span
{
	display: inline-block;
    overflow-wrap: break-word;
    word-break: break-all;
}

select#parent-category[size]
{
	height: auto;
}

select#child-category[size], select#selected-category[size]
{
	height: auto;
}
/* End Catalogue */

/* Product List */
.product-compare
{
	color: #FFFFFF;
	text-align: right;
}

.product-compare label
{
	margin-left: 4px;
}

.crossref-btn
{
	margin-right: 15px;
}

.compare-button {
	display: none;
	z-index: 998;
	margin-bottom: 10px;
}

.compare-button a {
	width: 100%;
	overflow-x: hidden;
	z-index: 100;
}

.compare-row .basket-box {
	width: 193px!important;
	margin-left: auto;
	margin-right: auto;
}

.compare-row .price {
	text-align: right!important;
	margin-bottom: 10px;
}

.line-price
{
	text-align: right;
	margin-bottom: 10px;
	clear: both;
}

#product-results-static h2:first-child
{
	margin-top: 0px;
}

.product-info .well ul
{
	list-style-type: none;
	padding: 0px;
}

.product-info .well h4
{
	margin-top: 0px;
}

.product-info .table th
{
	background: #EFEFEF;
}

.product-info .table td
{
	background: #FDFDFD;
}

input.quantity
{
	width: 100px;
	display: inline-block;
}

/* End Product List */

/* Basket */
#basket-quick-add-quantity, #non-basket-quick-add-quantity
{
	width: 82px;
}
/* End Basket */

/* Bootstrap Overrides */
.row
{
	margin-right: 5px;
	margin-left: 5px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12
{
	padding-left: 5px;
	padding-right: 5px;
}

.panel
{
	border: 0px;
	margin-bottom: 10px;
	border-radius: 10px;
}

.panel.solid-panel
{
	background: transparent;
}

.panel.solid-panel .panel-body
{
	border: 1px solid #050505;
	border-radius: 8px;
}

.panel.solid-panel .form-group label
{
	color: #FFFFFF;
}
.panel.solid-panel h2, .panel.solid-panel h3
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 14px;
}

.panel
{
	border-color: #EEEEEE;
}

.panel-primary, .panel, .panel-default {
	border: 1px solid #D4D4D4;
}

.panel > .panel-heading, .panel-default > .panel-heading
{
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;

	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

.panel-body {
	border: none;
}

.no-border {
	border: none!important;
}

.panel-primary .panel-body, .panel-secondary .panel-body
{
	border-top: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 10px;
}

.panel-footer {
	border-radius: 10px;
}

.panel-default .panel-footer {
	border-top: none;
}

.panel-footer .footer-flex {
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
}

.panel-footer .footer-flex .footer-address {
	flex: 0 0 auto;
	margin-right: 30px;
}

.panel-footer .footer-flex .footer-page-element-fw {
	flex: 0 0 100%;
	margin: 0 0 10px;
}

.panel-footer .footer-flex .footer-page-element {
	flex: 1;
}

.panel-footer .footer-flex .footer-logos {
	flex: 0 0 auto;
}

.solid-panel .panel-body
{
	padding: 10px;
}

.basic-flex {
	display: flex;
	flex-wrap: wrap;
}

.basic-flex.align-center {
	align-items: center;
}

.basic-flex .flex-small {
	flex: 0 0 auto;
}

.basic-flex .flex-big {
	flex: 1;
}

.panel .panel-heading .panel-title
{
	color: #FFFFFF;
	font-weight: bold;
}

.panel-body.list
{
	padding: 0px;
	border:0px;
}

.panel-body .list-group .list-group-item
{
	border-left: 0px;
	border-right: 0px;
	background: #F4F4F4;

	border-bottom: 1px solid #C1C1C1;
	border-top: 1px solid #FFFFFF;
	margin-bottom: 0px;
}

.selected-vehicle .panel-body .list-group .list-group-item label
{
	text-transform: uppercase;
	color: #0A5C8C;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0px;
}

.selected-vehicle .panel-body .list-group .list-group-item label.info
{
	color: #000000;
	display: inline-block;
}

.selected-vehicle .panel-body .list-group .list-group-item:first-child
{
	border-top: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.selected-vehicle table.table.table-condensed.table-striped {
    border: solid 1px #DDDDDD;
}


.selected-vehicle table.table.table-condensed.table-striped td {
    padding: 5px 15px 0;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.panel-body .list-group .list-group-item:last-child
{
	border-bottom: 0px;
}

.selected-vehicle .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.panel-body .list-group .list-group-item span
{
	color: #666666;
}

.panel-body hr
{
	margin-top: 15px;
	margin-left: -10px;
	margin-right: -10px;
	border-top: 1px solid #085e8f;
	border-bottom: 1px solid #FFFFFF;
}

.panel-body > :last-child
{
	margin-bottom: 0px;
}

.bottom-15 {
	margin-bottom: 15px;
}

.breadcrumb
{
	background: none;
	padding: 0px;
}
a.thumbnail
{
	border: 0px;
}

.btn-default
{
	background: #EFEFEF;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus
{
	background: #2ab7e6;
	color: #FFFFFF;

}

.login-banner
{
	padding-bottom: 10px;
}

.page-content.well {
	padding: 10px;
}

.btn:hover, .login-body .btn.btn-primary:hover, .btn:active, .login-body .btn.btn-primary:active, .btn:focus, .login-body .btn.btn-primary:focus
{
	border-color: #AAAAAA;
	color: #333333;

	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top, #e5e5e5 0%, #d6d6d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e5e5e5 0%,#d6d6d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e5e5e5 0%,#d6d6d6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e5e5e5 0%,#d6d6d6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
	color: #fff!important;
    background: #449d44!important;
    border-color: #398439!important;
}

.btn.btn-checkout,
.btn.btn-info
{
	background: #050505; /* Old browsers */
	color: #FFFFFF;
	font-weight: bold;
	border: 0px;
	font-size: 14px;
	border-radius:4px;
}

.btn-sm.btn-info
{
	font-weight: normal;
	font-size: 12px;
}

.btn.btn-checkout:hover, .btn.btn-checkout:active, .btn.btn-checkout:focus,
.btn.btn-info:hover, .btn.btn-info:active, .btn.btn-info:focus
{
	background: #050505;
	color: #FFFFFF;
	font-weight: bold;
}

.btn-primary {
	color: #fff !important;
	background: #050505;
    border-color: #050505;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	color: #FFFFFF!important;
	background: #050505!important;
    border-color: #050505!important;
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}

.btn.btn-secondary
{
	color: #fff !important;
	background: #050505;
	border-color: #050505;
	color: #FFFFFF;
}

.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus
{
    background: #050505;
    color: #FFFFFF;
    border-color: #050505;
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #050505;
    border-color: #050505;
}

.pagination>li>a, .pagination>li>span {
	color: #050505;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #050505;
}

.btn.pull-right
{
	margin-left: 5px;
}

.panel h1:first-child
{
	margin-top: 0px;
}

.matrix-pricing-page .well {
	padding: 10px;
}

.matrix-pricing-page .well h5 {
	font-weight: bold;
	font-size: 20px;
	margin-top: 0;
}

.matrix-pricing-page .well .table-bordered {
	margin-bottom: 10px;
}

.matrix-pricing-page .well .form-group {
	margin-bottom: 0;
}


.well
{
	background-color: #F4F4F4;
	border: 1px solid #D4D4D4;
	border-radius: 10px;
	padding: 10px 10px 0px 10px;
}

.well .row
{
	margin: 0px -5px;
}

h2.heading
{
	color: #0A5C8C;
	font-size: 22px;
	text-transform: uppercase;
}

.inline-form .form-group label
{
	margin-right: 10px;
}

.inline-form .form-control
{
	width: auto;
	display: inline-block;
	margin-right: 10px;
}

.banners
{
	margin-bottom: 15px;
}

#main > :first-child
{
	margin-top: 0px;
}

.modal-dialog
{
	width: 80%;
}

.fa-ml {
	margin-left: 7px;
}

/* End Bootstrap Overrides */

/* Invoices */
.total-line > div
{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #EEEEEE;
}

.sub-totals .row
{
	margin: 0px;
}

.sub-totals .row > div
{
	padding: 0px;
}
/* End Invoices */

/* Wishlist */
.wishlistnote-label
{
	display: block;
}

/* End Wishlist */

.footer-image {
	width: 129px;
}

@media (max-width: 991px){
	.text-left-sm {
		text-align: left!important;
	}
}

/* Datatables fixes */
.dataTables_paginate
{
	float: none;
}

.dataTables_wrapper select
{
	-webkit-appearance: menulist-button;
	border-color: #AAAAAA;
}

.dataTables_filter
{
	float: right;
}

.dataTables_filter input
{
	margin-left: 10px;
}

/* End Datatable fixes */

.overview h3
{
	overflow: hidden;
}

.basket-in-stock
{
	background-color:#dff0d8;
}

.basket-no-stock
{
	background-color:#f2dede;
}

.basket-partial-stock
{
	background-color: #fcf8e3;
}

.slide-hide
{
    display: none;
}

.reg-plate-flex {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
	margin-top: 5px;
}

.reg-plate-flex .reg-plate-before {
	flex: 0 0 27px;
	background: #003399;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.reg-plate-flex .reg-plate {
	flex: 1;
	margin: 0;
	background-color: #ececec;
	color: #333;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
	font-size: 25px;
	height: auto;
	font-weight: bold;
	text-transform: uppercase;
}

.reg-plate-flex .reg-plate.reg-plate-uk {
	background-color: #edda0c;
}

@media (min-width: 560px)
{

}

@media(min-width: 768px){
	.navbar.sidr.left {
		display: none!important;
	}

	body {
		width: 100%!important;
		position: relative!important;
		left: 0!important;
	}

	.returns-wizard-outer h3 {
		margin: -20px 0 20px 10px;
	}
}

@media (max-width: 560px)
{
	.quick-basket-holder
	{
		width: 100%;
		margin-right: 0px;
	}

	.form-horizontal .form-group
	{
		margin: 0px 0px 15px;
	}


}



@media (max-width: 768px)
{
	.sidr{display:none;position:absolute;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:none;overflow-y:auto;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:15px;background:#333;color:#fff;}

	.sidr .sidr-inner{padding:0 0 15px}

	.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}

	.sidr.right{left:auto;right:-260px}

	.sidr.left{left:-260px;right:auto}

	.sidr.left a {
		color: #ffffff;
	}

	#desktop-menu
	{
		display: none;
	}
	header .navbar
	{
		position: fixed;
		top: 0px;
		left: 0px;
		border: none;
		display: none;
	}

	header .navbar-nav
	{
		margin: 0px;
	}

	header .navbar .nav>li, header .navbar .nav>li>a,
	header .navbar .nav>li:last-child, header .navbar .nav>li:last-child>a,
	header .navbar .nav>li:focus, header .navbar .nav>li:active, header .navbar .nav>li:hover
	{
		border-radius: 0px;
		margin-right: 0px;
	}

	.parts-menu .nav>li
	{
		float: left;
	}

	.parts-menu .navbar-nav
	{
		margin: 0px;
	}

	.header-strap
	{
		margin-top: 30px;
	}

	#mobile-menu
	{
		position: fixed;
		z-index: 4000;

		background: #333;
		left: 0px;
		right: 0px;
		height: 30px;
	}

	#menu-button
	{
		display: block;
		border-radius: 0px;
		border: 0px;
		background: transparent;
		color: #FFFFFF;
		float: right;
	}
}

/* Printer mode */
@media print
{
	body > header
	{
		display: none;
	}

	.banners
	{
		display: none;
	}

	.banner
	{
		display: none;
	}

	.btn
	{
		display: none;
	}

	.panel
	{
		border: none;
	}

	.parts-menu
	{
		display: none;
	}

	.row > *
	{
		float: left;
	}
}


.basket-panel input.quantity-input {
	height: 24px;
	font-size: 11px;
	width: 60px;
}

.availability.out-of-stock {
	color: #c00000;
	background: url(/assets/origin-images/no-stock.png) no-repeat left center;
	font-weight: normal;
	text-align: left;
	padding-left: 25px;
	float: right;
}

.availability.in-stock {
    color: #3e9e0e;
    background: url(/assets/origin-images/in-stock.png) no-repeat left center;
	font-weight: normal;
	text-align: left;
	padding-left: 25px;
	float: right;
}

.availability.partial-stock, .availability.low-stock {
    color: #e3a114;
    background: url(/assets/origin-images/low-stock.png) no-repeat left center;
	font-weight: normal;
	text-align: left;
	padding-left: 25px;
	float: right;
}


.availability .table-striped {
	background-color: rgba(0, 0, 0, 0.02);
}

.availability .table>thead>tr>th, .availability .table>tbody>tr>th, .availability .table>tfoot>tr>th, .availability .table>thead>tr>td, .availability .table>tbody>tr>td, .availability .table>tfoot>tr>td {
    padding: 3px 10px;
    font-size: 13px;
}

.availability .table-striped>tbody>tr:nth-child(odd)>td, .availability .table-striped>tbody>tr:nth-child(odd)>th {
	background-color: rgba(0, 0, 0, 0.02);
}

.basket-panel .order-line {
	padding: 7px 0px 3px;
}

.basket-panel .order-line .in-stock, .basket-panel .order-line .partial-stock, .basket-panel .order-line .out-of-stock {
	margin-left: 10px;
}

.basket-update-outer {
	display: inline-block;
}

.basket-update, .basket-update:hover, .basket-update:active, .basket-update:focus, .basket-remove, .basket-remove:hover, .basket-remove:active, .basket-remove:focus {
	margin-bottom: 0;
}

.basket-update, .basket-remove {
	font-size: 12px;
	margin: 0;
}

.basket-product-image {
	position: relative;
	cursor: pointer;
}

.basket-product-image .fa {
	position: absolute;
	z-index: 999;
	top: 5px;
	margin-left: 5px;
	opacity: 0.8;
	font-size: 20px;
}

.featured-products .panel-body {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.featured-products .img-responsive {
	max-width: 150px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.featured-product {
	margin-bottom: 20px;
	flex: 0 0 16.66666666666%;
	padding: 0 10px;
	flex-direction: column;
	display: flex;
}
.featured-product-outer
{
	display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    margin: 0 -10px;
}

.featured-product-name-grid {
    padding: 2px 0 2px 0;
}
.featured-product-name-grid.code-label {
    font-weight: 700;
}
.featured-product-addQty {
    padding-right: 10px;
}
.featured-product .featured-product-inner
{
	flex: 1 1 0%;
    min-height: 1px;
    min-width: 1px;
	padding: 10px 0 10px 0;
}
}

.featured-product .featured-product-items
{
	margin-bottom: 15px;
}

@media(max-width: 1199px){
	.featured-product {
		flex: 0 0 20%;
	}
}

@media(max-width: 991px){
	.featured-product {
		flex: 0 0 25%;
	}
}

@media(max-width: 767px){
	.featured-product {
		flex: 0 0 33.33333333%;
	}
}

@media(max-width: 599px){
	.featured-product {
		flex: 0 0 50%;
	}
}

@media(max-width: 415px){
	.featured-product {
		flex: 0 0 100%;
	}
}

.availability.traffic-lights {
	text-align: right;
}

.availability.traffic-lights .traffic-lights-inner {
	display: inline-block;
}

.availability.traffic-lights .traffic-lights-inner .table {
	font-size: 12px;
	margin: 0;
}

.availability.traffic-lights .traffic-lights-inner .table thead tr th {
	padding: 6px 8px 3px;
	text-align: center;
}

.availability.traffic-lights .traffic-lights-inner .table tbody tr td {
	padding: 4px 6px 2px;
	text-align: center;
	font-size: 14px;

}

.fixed-width-table-column {
    width: 300px;
}

.fixed-width-btn {
    width: 110px;
}

.buttons-td {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -5px;
}

.buttons-td .button-outer {
	padding: 0 5px;
	margin-bottom: 5px;
}

.returns-wizard-outer h3 {
	margin: 0;
	font-size: 25px;
	font-weight: bold;
}

.breadcrumb-outer {
	margin-bottom: 15px;
}

.returns-wizard .breadcrumb {
	padding: 0;
	background: none;
	font-size: 11px;
	color: #999;
	line-height: 18px;
}

.add-file {
	cursor: pointer;
}

.disabled-div {
	opacity: 0.4;
	pointer-events: none;
}

.floating-div {
	position: absolute;
	width: 100%;
	z-index: 1;
	box-shadow: 5px 10px #888888;
}

.mb10 {
	margin: 0 0 10px;
}

.additional-fields .special-exception {
	margin: 0 0 10px;
}

.additional-fields .special-exception label {
	cursor: pointer;
	font-weight: normal;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.additional-fields .special-exception input {
	margin: 0 7px 0 0;
}

.additional-fields .return-reason {
	margin: 0 0 10px;
}

.additional-fields .return-reason label {
	margin: 0 7px 0 0;
}

.additional-fields .return-reason select {
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 4px;
	font-size: 12px;
}

.return-details table {
	margin: 0 0 15px;
}

.additional-info {
}

.additional-info label {
	display: block;
}

.additional-info input {
	font-size: 12px;
	height: auto;
	padding: 7px 5px 5px;
}

.courier-no {
	margin: 0 0 15px;
	max-width: 200px;
}

.courier-no label {
	display: block;
}

.courier-no input {
	font-size: 12px;
	height: auto;
	padding: 7px 5px 5px;
}

.additional-info textarea {
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 4px;
	font-size: 14px;
	resize: none;
	width: 100%;
	max-width: 400px;
	height: 60px;
}

.image-upload {
}

.image-upload label {
	display: block;
}

.image-upload input {
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 4px;
	font-size: 14px;
	width: 100%;
	max-width: 400px;
}

.image-upload input[name="image-upload"] {
	display: none;
}

.image-upload .input-append {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.image-upload .prettyFile {
	margin: 5px 0 0;
}

.image-upload .prettyFile:first-of-type {
	margin: 0;
}

.image-upload .input-append input {
	margin: 0 5px 0 0;
	font-size: 12px;
	flex: 1 1 0%;
	min-width: 1px;
	height: auto;
}

.image-upload .input-append .btn {
	font-size: 12px;
}

.image-upload .prettyFile {
	display: inline-block;
    width: 100%;
    max-width: 490px;
}

.image-upload .prettyFile input[type="file"] {
	display: none;
}

.table-striped>tbody>tr.pending>td, .table-striped>tbody>tr.pending>th {
   background: #fffded!important;
}

.returns-fetching
{
	background: url("/assets/origintrade-images/blue-spinner.gif") no-repeat left 10px center #d9edf7;
	padding-left: 48px;
}

#returns-fetch-print
{
	margin-bottom: 10px;
}

.add-return-ajax
{
	cursor: pointer;
}

.customerReference-input-container {
	margin: 0 0 20px;
	padding: 0!important;
}

.customerReference-view-container {
	margin: 0 0 10px;
}

.invoice-title {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 15px;
}

.alert-md {
	padding: 10px;
	margin: 0 0 10px;
	font-size: 12px;
}

.invoice-btn {
	margin: 32px 0 0 0;
	float:right;
}

.form-horizontal .control-label {
	margin-bottom: 10px;
}

.customDataTable.table.table-striped.table-bordered.table-secondary {
	background: #f9f9f9;
}

.form-group .add-code, .form-group .add-qty {
	margin-bottom: 3px!important;
}

.form-horizontal.form-inline input.form-control {
	width: 100%!important
}

.status  {
	width: 100%!important;
}

svg.barcode-graphic {
	width: 100%;
}

.cell-nowrap, .cell-nowrap {
	white-space: nowrap;
}

.cell-barcode
{
	min-width: 100px;
}

.word-break-all {
	word-break: break-all;
}

.return-update-qty
{
	padding: 6px 2px;
	width: 46px;
}

@media (max-width: 767px) {
	table.table.table-striped {
		overflow: auto;
		display: block;
		border: none;
		width: 100%;
    	display: grid;
	}

		.table-btn {
		text-align: left!important;
	}
}

@media (min-width: 767px){
	.hidden-md {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	table.customDataTable caption {
		background-image: none;
	}

	table.customDataTable thead {
		display: none;
	}

	table.customDataTable tbody td {
		display: block;
		padding: .6rem;
	}

	table.customDataTable tbody tr td:first-child {
		background: #004892!important;
		background: -webkit-linear-gradient(#004892, #004892)!important;
		background: -o-linear-gradient(#004892, #004892)!important;
		background: -moz-linear-gradient(#004892, #004892)!important;
		background: linear-gradient(#004892, #004892)!important;
		color: #FFFFFF;
	}

		table.customDataTable tbody tr td:first-child a {
			color: #fff;
		}

		table.customDataTable tbody tr td:first-child:before {
			color: #FFFFFF;
		}

	table.customDataTable tbody td:before {
		content: attr(data-th);
		font-weight: bold;
		display: inline-block;
	}

	table.customDataTable tr th:last-child, table.customDataTable tr td:last-child {
		max-width: 100% !important;
		min-width: 100px !important;
		width: 100% !important;
	}

	table.customDataTable tbody tr {
		margin: 10px 0 0 0;
    	display: block;
	}

	svg:not(:root) {
		overflow: hidden;
		width: 100%;
	}
}

@media screen and (min-width: 425px) and (max-width: 767px) { 
	table.customDataTable tbody td:before {
		width: 22.5rem;
	}

	.returns-wizard-outer h3 {
		margin: 0px 0 20px 10px;
	}
}

@media screen and (min-width: 375px) and (max-width: 424px) { 
	table.customDataTable tbody td:before {
		width: 16.96rem;
	}

	.returns-wizard-outer h3 {
		margin: 20px 0 20px 10px;
	}
}

@media screen and (min-width: 320px) and (max-width: 374px) { 
	table.customDataTable tbody td:before {
		width: 11.96rem;
	}

	.returns-wizard-outer h3 {
		margin: 0px 0 20px 10px;
	}
}

@media screen and (max-width: 767px) { 
	.form-horizontal .control-label {
		margin-bottom: 6px;
	}

	.button-wrapper {
		display: inline-flex !important;
    	padding: 10px 0 10px 0 !important;
	}
}

@media screen and (min-width: 425px) and (max-width: 767px) { 
	.row.header-strap.left-quickadd {
		margin: -22% 0 0 0;
	}
}

@media (min-width: 768px)
	.form-control {
    	width: 100%!important;
}

@media screen and (max-width: 992px) and (min-width:768px) {
	.returns-filter-outer, 
	.invoices-filter-outer {
		display: flex!important;
		align-items: stretch;
		flex-direction: row;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
		width: 100%;
	}

	.returns-filter-outer > div, 
	.invoices-filter-outer > div {
		display: flex!important;
		flex: auto;
	}

	.returns-filter-outer .create-return {
		/*order: 2;*/
	}

	.returns-filter-outer .existing-returns {
		/*order: 1;*/
	}

	.invoices-filter-outer .build-return {
		/*order: 2;*/
	}

	.invoices-filter-outer .search-invoices {
		/*order: 1;*/
	}

	.returns-filter-outer .panel,
	.invoices-filter-outer .panel {
		width: 99%;
	}
}

a.invoicepdf-download[href]:after {
  display:none;
}

.barcode-graphic {
  margin-bottom: 10px;
}

.page-action-buttons .buttons-group {
  flex: 0 0 auto;
  margin: 0 -2px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.page-action-buttons .btn {
  margin: 0 2px 0;
}

a.btn.btn-default.summary-return {
	background: #009723;
}

a.btn.btn-default.summary-return:hover {
	background: #00781c;
}
