.fonts {
	font-family: 'Lato', sans-serif;
	font-family: 'Open Sans', sans-serif;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	background: #fff;
	color: #3c3c3c;
	/*overflow:hidden;*/
}

img {
	max-width: 100%;
	height: auto;
}

b, strong {
	font-weight: bold;
}

a {
	color: #404fe6;
}

button:focus {
	outline: 0;
}

a:hover {
	color: #0017ff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin-bottom: 1rem;
}

h1, .h1 {
	font-size: 20px;
}

h2, .h2 {
	font-size: 18px;
}

h3, .h3 {
	font-size: 16px;
}

h4, .h4 {
	font-size: 14px;
}

h5, .h5 {
	font-size: 12px;
}

html.login,
html.login body {
	height: 100%;
}

html.login body {
	display: -ms-flexbox;
	display: flex;
	padding-top: 10px;
	padding-bottom: 40px;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
}

.form-signin {
	width: 100%;
	max-width: 604px;
	padding: 26px;
	margin: 0 auto;
}

.form-label-group {
	position: relative;
	margin-bottom: 2.5rem;
}

label {
	color: #8b8b8b;

}

label[for] {
	cursor: pointer;
}

.form-control:focus, .custom-select:focus {

	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 132, 28, 0.25);
}

.input-group-text,
.form-control {
	font-size: 1em;
	border-color: #dcdcdc;
}

.form-control-sm {
	font-size: 0.8em;
}

.form-control-lg, .custom-select.form-control-lg {
	font-size: 14px;
	height: 42px;
}

.form-control-bb {
	padding: .75rem 0;
	border-radius: 0;
	border: 0;

	position: relative;
	transition: border-color 0.3s;

}

.form-control-bb:focus {
	color: #495057;
	background-color: #fff;

	border-width: 2px;
	outline: 0;
	top: 1px;
	box-shadow: none;
}

#enquiry {
	background-color: #303030;
	color: #fff;
	border: 1px solid #303030;
}

.form-label-group input::-webkit-input-placeholder {
	color: #b3b3b3;

}

.form-label-group input:-ms-input-placeholder {
	color: #b3b3b3;
}

.form-label-group input::-ms-input-placeholder {
	color: #b3b3b3;
}

.form-label-group input::-moz-placeholder {
	color: #b3b3b3;
}

.form-label-group input::placeholder {
	color: #b3b3b3;
}

.btn {
	font-weight: 400;
	font-size: 12px;
	border-radius: 3px;
	padding: .375rem 1rem;
}

.btn-link {
	padding: .375rem;
}

.btn-shadow {
	box-shadow: 0 2px 2px 0 #e2e2e2;
}

.btn-primary {
	color: #fff;

}

.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-outline-dark:hover, .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle, .btn-outline-dark.active {
	color: #fff;

}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus, .btn-primary.focus, .btn-primary:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus, .btn-outline-dark.focus, .btn-outline-dark:focus {
	box-shadow: 0 2px 5px 0 #BDBDBD;
	outline: 0;
}

.btn-warning {
	color: #3c3c3c;
	background-color: #e4b936;
	border-color: #e4b936;
}

.btn-success {
	color: #3c3c3c;
	background-color: #70ff2d;
	border-color: #70ff2d;
}

.btn-success:hover, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle, .btn-success.focus, .btn-success:focus {
	color: #3c3c3c;
	background-color: #56f30c;
	border-color: #56f30c;
}

.btn-success.focus, .btn-success:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(86, 243, 12, 0.5);
}

.btn-success-yellow {
	color: #3c3c3c;
	background-color: #d2e436;
	border-color: #d2e436;
}

.btn-success-yellow:hover, .btn-success-yellow:not(:disabled):not(.disabled).active, .btn-success-yellow:not(:disabled):not(.disabled):active, .show>.btn-success-yellow.dropdown-toggle, .btn-success-yellow.focus, .btn-success-yellow:focus {
	color: #3c3c3c;
	background-color: #cfe412;
	border-color: #cfe412;
}

.btn-success-yellow.focus, .btn-success-yellow:focus, .btn-success-yellow:not(:disabled):not(.disabled).active:focus, .btn-success-yellow:not(:disabled):not(.disabled):active:focus, .show>.btn-success-yellow.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(207, 228, 18, 0.5);
}

.btn-success-tild {
	color: #3c3c3c;
	background-color: #36e493;
	border-color: #36e493;
}

.btn-success-tild:hover, .btn-success-tild:not(:disabled):not(.disabled).active, .btn-success-tild:not(:disabled):not(.disabled):active, .show>.btn-success-tild.dropdown-toggle, .btn-success-tild.focus, .btn-success-tild:focus {
	color: #3c3c3c;
	background-color: #0cde7c;
	border-color: #0cde7c;
}

.btn-success-tild.focus, .btn-success-tild:focus, .btn-success-tild:not(:disabled):not(.disabled).active:focus, .btn-success-tild:not(:disabled):not(.disabled):active:focus, .show>.btn-success-tild.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(12, 222, 124, 0.5);
}

.btn-secondary {
	color: #fff;
	background-color: #5a5a5a;
	border-color: #5a5a5a;
}

.btn-group-lg>.btn, .btn-lg {
	padding: .25rem 1rem;
	font-size: 1.25rem;
	border-radius: 5px;
	font-weight: 400;
}

.addressfields span.card-body {
	min-height: 150px;
}

#vouchercodelbl {
	font-size: 20px;
}

.vouchrlbl {
	padding-top: 10px;
	padding-bottom: 5px;
	min-width: 120px;
}

.crossicon {
	height: 24px;
	margin-left: 25px;
	margin-bottom: 5px;
}

.bg-light {
	background-color: #f6f6f6 !important;
}

.bg-dark {
	background-color: #333333 !important;
}

.bg-primary {

	color: #fff;
}

.bg-success {
	background-color: #61A12E !important;
}

span.bg-success {
	background-color: #61A12E !important;
}

.text-red {
	color: #FF0000 !important;
}

.text-success, .valid-feedback {
	color: #61A12E !important;
}

.text-dark {
	color: #3C3C3C !important;
}

.btn-link {

	box-shadow: none;
}

.btn-link:hover {
	color: #333;
	box-shadow: none;
}

.bg-primary a {
	color: #fff;
}

.header {
	font-size: 11px;
	font-weight: 700;
}

.brand-info {
	margin: 0 0 0 0px;
	display: block;
	font-size: 12px;
}

.brand-info .brand-name {
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 6px;
}

.navbar-light .navbar-toggler {
	border: 0;
	color: #000;
	outline: 0;
}

.navbar-light .navbar-toggler-icon {
	background: inherit;
}

.navbar-toggler-bar {
	content: '';
	width: 33px;
	height: 6px;
	border-radius: 3px;
	display: block;
	background-color: #303030;
	margin: 0 0 4px;
}

.navbar-light .navbar-toggler:hover .navbar-toggler-bar {
	background-color: #000;
}

.navigation .navbar-toggler .fa-times:before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../images/cross.svg) no-repeat 50% 50%;
}

.navigation .navbar-toggler:hover .fa-times:before {
	opacity: 0.8
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9);
	display: flex;
	align-items: center;
	justify-content: center;
}

.brand-phone {
	color: #3c3c3c;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	display: block !important;
	line-height: 1;
	margin-left: 10px;
}

.brand-phone:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	margin: 4px 0 0;

	transition: all 0.3s;
	transform: scaleX(0);
	transform-origin: 0 0;
}

.brand-phone:hover {
	color: #3c3c3c;
	text-decoration: none;
}

.brand-phone:hover:after {
	transform: scaleX(1);
}

.navbar-light .navbar-nav .nav-link .fa-cog:before, .navbar-light .navbar-nav .nav-link .fa-search-dollar:before, .navbar-light .navbar-nav .nav-link .fa-chart-bar:before {
	content: '';
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.navbar-light .navbar-nav .nav-link .fa-cog:before {
	background-image: url(../images/Icons-settings-light.svg);
	width: 33px;
	height: 34px;
}

.navbar-light .navbar-nav .nav-link .fa-search-dollar:before {
	background-image: url(../images/Icons-imprest-stock-light.svg);
	width: 31px;
	height: 31px;
}

.navbar-light .navbar-nav .nav-link .fa-chart-bar:before {
	background-image: url(../images/Icons-analysis-light.svg);
	width: 34px;
	height: 24px;
}

.navigation {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100% !important;

	padding: 2rem 1.5rem;
	font-size: 16px;
	z-index: 999;
	overflow: auto;
	-webkit-overflow-scrolling: touch;

}

.navigation .navbar-nav {
	padding-right: 1rem;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff;
	border-color: #fff;
	padding: 0.5rem 0rem;
}

.navbar-light .navbar-nav .nav-link [class*="fa"] {
	font-size: 185%;
	vertical-align: middle;
	margin: 0 10px 0 0;
	width: 34px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav a:not(.btn):hover, .navbar-light .navbar-nav .nav-link:hover [class*="fa"], .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
	border-color: #fff;
}

.navbar-nav>li:not(:last-child) {
	border-bottom: 1px solid white;
}

.navbar-nav>li {
	padding: 0 0 10px;
	margin: 0 0 10px;
}

.header a.brand-logo {
	border: 0;
}

.brand-logo img {
	height: 42px;
	width: auto;
}

.hidden {
	display: none !important;
}

.header a.brand-logo:after {
	visibility: hidden;
	opacity: 0;
}

.btn-cart {
	font-size: 11px;
	font-weight: 700;
	padding: .2rem .75rem;
}

.contents {
	min-height: 75.3vh;
	padding: 30px 0 100px;
}

.page-title {
	padding: 0px 0;
	font-weight: 700;
	font-size: 8px;
}

.page-title h1 {
	font-size: 11px;
	font-weight: 700;
	margin: 8px 0;
	float: left;
	text-transform: uppercase;
}

.user-menu {
	margin: 8px 0;
}

.columns {
	-webkit-column-rule: 1px solid #d8d8d8;
	-moz-column-rule: 1px solid #d8d8d8;
	column-rule: 1px solid #d8d8d8;
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
}

.columns-xs-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.columns-xs-3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.columns-xs-4 {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}

.vehicle-details li {
	margin-bottom: 1rem;
	font-size: 12px;
}

.alert {
	border-radius: .5rem;
	padding: 1.2rem 1.25rem;
	min-height: 60px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 300;
	padding-left: 80px;
	overflow: hidden;
}

.alert-info {
	color: #3c3c3c;
	background: #fff;
	border-color: #ededed;

}

.alert .alert-icon {
	width: 60px;
	background: #303030;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 30px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	min-height: 60px;
}

.alert .alert-icon [class*="fa"] {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.alert-danger {
	background-color: #fff;
	color: #d91212;
	border-color: #d91212;
	font-size: 12px;
	font-weight: 300;
}

.alert-danger .alert-icon {
	background-color: #d91212;
}

.w-640 {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.w-375 {
	max-width: 375px;
	margin-left: auto;
	margin-right: auto;
}

.table-caption, .table .table-caption {
	background-color: #333333 !important;
	color: #fff;
	font-size: 12px;
	line-height: 1.38;
	font-weight: bold;
	padding: 0px 18px;
	margin: 0;
	text-align: center;
}

.table-caption, .snapedge-xs {
	margin-left: -15px;
	margin-right: -15px;
}

.table thead th {
	background-color: #f6f6f6;
	border-bottom: 0;
	vertical-align: middle;
}

.table th {
	background-color: #fff;
}


.table-striped tbody tr:nth-of-type(even), .table-mobile .table-row:nth-of-type(odd) .table-header, .table-mobile.highlight-even .table-row:nth-of-type(even) .table-header, .table-mobile.highlight-even .table-row:nth-of-type(even) .table-header+.table-content, .bg-high-light, .table-mobile-striped .table-row:nth-of-type(even), .highlight {
	background-color: #fff5ed;
}

.highlight {
	background-color: #fff5ed !important;
}

.table-striped tbody tr:nth-of-type(odd), .table-mobile.highlight-even .table-row:nth-of-type(odd) .table-header {
	background: #fff;
}

.table {
	font-size: 12px;
	color: #3c3c3c;
}

.table td, .table th {
	border-top: 0;
	border-bottom: 0;
	vertical-align: middle;
	padding: .625rem .75rem;
	height: 32px;
}

.table tr td:not(:last-child), .table tr th:not(:last-child) {
	border-right: 1px solid #ffffff;
}

.btn-search {
	font-size: 22px;
	padding: 0;
	line-height: 1;
}

.table .btn-search {
	margin-top: -8px;
	margin-bottom: -8px;
}

.btn-outline-dark {
	background-color: #ffffff;
	border-color: #d8d8d8;
}

.btn-group-sm>.btn, .btn-sm {
	font-size: 11px;
	padding: .594rem 0.8rem;
	line-height: 1;
	min-width: 95px;
}

.shopping-cart {
	width: 100%;
	padding: 0 0 0.5rem;
}

.table-header {
	padding: 13px 15px;
	margin: 0 -15px;
	font-size: 12px;
}

.table-header h5 {
	font-size: 12px;
	position: relative;
	padding-right: 40px;
}

[data-toggle].table-header h5:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	float: right;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 170%;
	color: #aeaeae;
}

.table-header[aria-expanded="true"] h5:before {
	content: "\f107";
}

.table-header .star, .table .star {
	float: left;
	color: #F5B127;
	margin: 2px 10px 0 0;
	width: 14px;
}

.table .star {
	margin: 0;
}

.table-header .star+h5, .push-for-star {
	margin-left: 27px;
}

.pull-for-star {
	margin-right: 27px;
}

.table-content {
	padding: 0px 15px;
	margin: 0 -15px;
}

.table-content .table-content-in {
	padding: 15px 0px;
}

.tyre-details>li {
	margin-bottom: 0.5rem;
}

.footer {
	padding: 30px 0;
	color: #3c3c3c;
}

.footer a {
	color: #3c3c3c;
}

.footer a:hover {

	text-decoration: none;
}

.defaultOrdering {
	border-right: 1px solid #ececee;
	padding-right: 10px;

}

#selecteordering {
	text-decoration: none;

}

.footer-menu ul li:not(:last-child):after, .user-menu ul li:not(:last-child):after {
	content: '|';
	margin: 0 0 0 0.5rem;
}

.row.compact {
	margin-left: -10px;
	margin-right: -10px;
}

.row.compact>[class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

.action-navbar {

	margin-bottom: 30px;
	margin-top: -12px;
	position: relative;
	font-size: 13px;
}

.dropdown-menu {
	font-size: 11px;
	border: 0;
	border-radius: 0;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.11);
	padding: 1rem 1rem;
	min-width: 10rem;
}

.dropdown-menu .dropdown-item {
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: .45rem 0.2rem;

}

.dropdown-item:focus, .dropdown-item:hover {

	text-decoration: none;
	background-color: transparent;
}

.dropdown-menu .dropdown-item:last-child {
	border-color: transparent;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-
}

.dropdown-menu.push-up {
	margin-top: -33px;
}

.dropdown-menu.push-right {
	margin-right: -15px;
}

.transport-update {
	font-size: 13px;
	color: #FF0000;
	width: 350px;
}

.transport-update:before {
	content: '';
	width: 35px;
	height: 20px;
	background: url(../images/transport-icon.png) no-repeat 0 0;
	display: inline-block;
	margin: 0px 10px 0 0;
	background-size: 100%;
	vertical-align: middle;
}

.search-type {
	color: rgba(60, 60, 60, 0.4);
	font-weight: 600;
	position: relative;
	cursor: pointer;
}

.search-type input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.search-type input:checked+span {

	font-weight: 700;
}

.custom-control {
	text-align: left;
	cursor: pointer;
}

.custom-checkbox .custom-control-label::before {
	border-radius: 0;
}

.custom-control-label {
	padding: 8px 0 0;
	color: #3c3c3c;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border- background-
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(238, 114, 9, 0.5);
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #ff9c49;
	border-color: #ff9c49;
}

.custom-control-input {
	visibility: hidden;
}

.custom-control {
	padding-left: 2rem;
}

.custom-control-label::before, .custom-control-label::after {
	left: -2rem;
}

.custom-control-label::after, .custom-control-label::before {
	width: 1.5rem;
	height: 1.5rem;
	left: -2.5rem;
}

.custom-control {
	padding-left: 2.5rem;
}

.custom-control.rtl {
	text-align: right;
	padding-left: 0rem;
	padding-right: 2.5rem;
}

.custom-control.rtl .custom-control-input {
	left: auto;
	right: 0;
}

.custom-control.rtl .custom-control-label::before, .custom-control.rtl .custom-control-label::after {
	left: auto;
	right: -2.5rem;
}

.search-form {
	margin: 0 0 30px;
	color: #3c3c3c;
	font-size: 12px;
}

.vrm-search #q {
	background-color: #FFF6B1;
}

.dropdown-toggle {
	padding-right: 50px;
}

.dropdown-toggle::after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f107";
	float: right;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 170%;
	border: 0;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	opacity: 0.5;
}

.tag {
	font-size: 11px;
	padding: .32rem 1.5rem;
	line-height: 1;
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	display: inline-block;
	color: #212529;
	font-weight: 400;
	text-align: center;
}

.tag.tag-block {
	display: block;
	width: 100%;
}

.tag.active {
	color: #fff;
	background- border-
}

.b-0 {
	border: 0 !important;
}

.br-0 {
	border-right: 0 !important;
}

.bl-0 {
	border-left: 0 !important;
}

.bt-0 {
	border-top: 0 !important;
}

.bb-0 {
	border-bottom: 0 !important;
}

.table-mobile {
	font-size: 12px;
}

.tyre-details .tyre-label {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

[data-toggle], [data-target] {
	cursor: pointer;
}

.icon-season {
	color: #f5b127;
	width: 22px;
	height: 24px;
	border: 1px solid #DFDFDF;
	line-height: 19px;
	text-align: center;
	display: inline-block;
}

.icon-cart-plus {
	font-size: 0;
	width: 44px;
	height: 30px;
	display: inline-block;
	background: url(../images/cart-icon.svg) no-repeat 50% 50%;
	vertical-align: middle;
}

.btn:hover .icon-cart-plus, .icon-cart-plus:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
}

.table-mobile-striped .table-row {
	padding-top: 15px;
	padding-bottom: 15px;
}

.table-mobile-bordered>.table-row, .bb {
	border-bottom: 1px solid #dfdfdf;
}

.bt {
	border-top: 1px solid #dfdfdf;
}

.bl {
	border-left: 1px solid #dfdfdf;
}

.br {
	border-right: 1px solid #dfdfdf;
}

.pull-up-to-table-header {
	margin-top: -13px;
}

.custom-select {
	background-image: url(../images/angle-down.svg);
	background-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	border-color: #d8d8d8;
	color: #343a40;
	border-radius: 3px;
	padding: .375rem 1.75rem .375rem 1rem;
	cursor: pointer;
}

.loadEuModal {
	cursor: pointer;
}

.custom-input {
	position: relative;
	font-size: 12px;
	font-weight: bold;
	display: block;
}

.custom-input label {
	font-size: 9px;
	font-weight: bold;
	background: #fff;
	margin: 0 0 0 12px;
	position: absolute;
	top: -7px;
	display: inline-block;
	padding: 1px 5px;
}

.custom-input .form-control {
	font-weight: bold;
	padding-left: 15px;
}

.container-medium {
	max-width: 1110px;
	margin-left: auto;
	margin-right: auto;
}

.text-orange {
	color: #F3A728;
}

.equal-height {
	min-height: 100%;
}

.lead {
	font-size: 1.05rem;
	font-weight: 400;
}

.lead-md {
	font-size: 1.5rem;
}

.lead-lg {
	font-size: 2rem;
}

.card {
	border-radius: 3px;
	border-color: #efefef;
	font-size: 12px;
}

.card-body h2, .card-body h3, .card-body h4, .card-body h5 {
	font-size: 11px;
	font-weight: bold;
}

.card-body :last-child {
	margin-bottom: 0;
}

.user-contact-info {
	padding: 0;
	list-style: none;
}

.user-contact-info li {
	position: relative;
	padding: 2px 0 3px 30px;
	margin: 0 0 0.8rem;
}

.user-contact-info li [class*="fa"] {
	position: absolute;
	left: 0;
	top: 0px;
	font-size: 18px;
}


.nav-tabs {
	border: 0;
	margin: 0 0 1.5rem;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border: 0;

}

.nav-tabs .nav-item {
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	color: rgba(60, 60, 60, 0.4);
	margin: 0;
	text-transform: uppercase;
}

.nav-tabs .nav-item {
	border: 0;
	display: inline-block;
}


.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {}

.nav-tabs li:not(:last-child):after {
	content: '|';
	padding: 0px 6px;
	vertical-align: top;
	margin: 0 0 3px;
	font-size: 80%;
}

.more-details-arrow {
	font-size: 170%;
	color: #aeaeae;
}

.data-table .sorting {
	cursor: pointer;
	white-space: nowrap;
}

.data-table .sorting:after {
	content: '';
	width: 8px;
	height: 12px;
	background: url(../images/icons-toggle-option.svg) no-repeat 0 0;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0 2px 8px;
}

.w10px {
	width: 10px !important;
}

.w20px {
	width: 20px !important;
}

.w30px {
	width: 30px !important;
}

.w40px {
	width: 40px !important;
}

.w50px {
	width: 50px !important;
}

.w60px {
	width: 60px !important;
}

.w70px {
	width: 70px !important;
}

.w80px {
	width: 80px !important;
}

.w90px {
	width: 90px !important;
}

.w100px {
	width: 100px !important;
}

.w120px {
	width: 120px !important;
}

.w140px {
	width: 140px !important;
}

.w160px {
	width: 160px !important;
}

.w180px {
	width: 180px !important;
}

.w200px {
	width: 200px !important;
}

.w250px {
	width: 250px !important;
}

.w300px {
	width: 300px !important;
}

.btn-size-sm {
	min-width: 110px;
}

.btn-size-md {
	min-width: 160px;
}

.table-content-row .table-content {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.modal-footer {
	border: 0;
	padding-top: 0;
}

.modal-content {
	border: 0;
	border-radius: 0;
}

.modal-header {

	color: #fff;
	border-radius: 0;
}

.modal-title {
	font-size: 16px;
	line-height: 1.3;
	padding: 3px 0;
}

.modal-header .close {
	color: #fff;
	opacity: 1;
	font-size: 40px;
	height: 58px;
	width: 58px;
	line-height: 1;
	padding: 0;
	margin: -1rem -1rem -1rem auto;
	text-align: center;
	outline: 0;
}

.modal-backdrop {
	background: #232323;
}

.modal-backdrop.show {
	opacity: 0.82;
}

.action-navbar .btn {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 0;
	background: transparent;
	text-align: center;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {

	font-weight: normal;
	color: #fff !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
	background: #fff5ed;

}


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: #fffa90;

}

.ui-widget-header {
	border: 0;
	background: transparent;
}

.ui-widget.ui-widget-content {
	border: 0;
	border-radius: 0;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
	padding: 15px;
}

.input-group-text {
	background: #fff;
}

.input-group-append .input-group-text {
	border-left: 0;
	margin-left: 0px;
	position: relative;
	left: -1px;
}

.input-group-append .input-group-text:before {
	content: '';
	top: 20%;
	bottom: 20%;
	border-left: 1px solid #303030;
	display: inline-block;
	position: absolute;
	left: -1px;
}

body .ui-datepicker {
	z-index: 9999 !important;
}

tr[data-target][aria-expanded="true"]>td .fa-angle-right:before {
	content: "\f107";
}

.graph-labels {
	padding: 10px 0 0;
	list-style: none;
	text-align: center;
	font-size: 10px;
	font-weight: 700;
}

.graph-labels li {
	display: inline-block;
	list-style: none;
	position: relative;
	padding: 0 0 2px 12px;
	line-height: 1.3;
	margin: 0 10px 0px 0;
}

.graph-labels li .graph-label-color {
	width: 7px;
	height: 7px;
	display: inline-block;
	background: #89c2ff;
	position: absolute;
	left: 0;
	top: 3px;
}

.graph-labels li:last-child {
	margin-right: 0;
}

.icon-print:before {
	font-size: 0;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/icon-print.svg) no-repeat 0 0;


}

.btn-sm .icon-print:before {
	margin: -4px 0 -2px;
}

.table-imprest-stock tr[data-target][aria-expanded="false"]>.desc, .table-imprest-stock tr[data-target][aria-expanded="true"]>.stock, .table-imprest-stock tr[data-target][aria-expanded="true"]>.date {
	/* display: none; */
}

#copoun-form.is-valid .form-control-cont {
	position: relative;
}

#copoun-form.is-valid .form-control-cont:after {
	content: '';
	display: block;
	border-left: 1px solid #28a745;
	top: 10px;
	right: 42px;
	height: 22px;
	position: absolute;
}

#copoun-form.is-valid .form-control-cont .form-control.is-valid {
	padding-right: 50px;
}

.custom-radio-address .custom-control-label {
	margin: 10px 0 10px 45px;
	padding: 0 0 0 35px;
	display: block;
	position: relative;
	border-left: 1px solid #dfdfdf;
}

.custom-radio-address .custom-control-label::before, .custom-radio-address .custom-control-label::after {
	right: auto;
	left: -45px;
	top: 50%;
	margin: -10px 0 0;
}

.custom-radio .custom-control-label::before, .custom-radio .custom-control-label::after {
	height: 1.8rem;
	width: 1.8rem;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before, .custom-radio .custom-control-input:not(:disabled):active~.custom-control-label::before {
	background: #fff;
	border-color: #adb5bd;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background: #303030;
	border-radius: 50%;
	transform-origin: center center;
	transform: scale(0.45);
}

.custom-radio-address .address-indicator {
	display: block;
	position: absolute;
	left: -1px;
	right: -1px;
	top: -26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.custom-radio-address {
	margin-top: 26px;
	position: relative;
}

.custom-radio-address .custom-control-input:checked~.address-indicator {
	opacity: 1;
	visibility: visible;
}

.height-auto {
	height: auto !important;
}

.font-16 {
	font-size: 16px;
}

.font-15 {
	font-size: 15px;
}

.font-14 {
	font-size: 14px;
}

.font-13 {
	font-size: 13px;
}

.font-12 {
	font-size: 12px;
}

.font-11 {
	font-size: 11px;
}

.font-10 {
	font-size: 10px;
}

.font-9 {
	font-size: 9px;
}

textarea.form-control {
	min-height: 124px;
	padding: 1rem;
}

.custom-select.form-control-sm {
	padding: .175rem 1.75rem .175rem 1rem;
	height: 24px;
	background-size: 10px;
	background-position: 88% 50%;
}

#reset-copoun-code {
	cursor: pointer;
}

.analysis-item .card-title .btn-link .lead-md {
	line-height: 1;
}

.analysis-item .card-title>strong {
	display: inline-block;
	padding: 5px 0 0 0;
}

.action-navbar .dropdown-menu.show {
	min-width: 100%;
}

.carousel-cont {
	min-height: 300px;
	position: relative;
}

.carousel-cont .carousel-content {
	position: absolute;
	z-index: 9;
	left: 2rem;
	right: 2rem;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.carousel-cont .carousel-content h1 {
	border: 4px solid #fff;
	color: #fff;
	display: inline-block;
	padding: 2rem 1rem;
	font-size: 2rem;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
}

.carousel-control-next, .carousel-control-prev {
	z-index: 99;
	width: 2rem;
}

.carousel-item {
	min-height: 300px;
}

.defaultitems {
	height: 300px;
}

.carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

tr.collapsing {
	/*  -webkit-transition: none;
    transition: none; */
}


.table-content-row>td {
	padding: 0 !important;
	border: 0 !important;
	height: inherit !important;
}

tr .table-content {
	max-height: 0;
	transition: all .35s ease;
}

tr.show .table-content {
	max-height: 550px;
	transition: all .35s ease;
}

tr.collapsing .table-content {
	max-height: 0px;
	transition: all .35s ease;
}

/* @media START */
@media screen and (max-width: 600px) and (min-width: 320px) {
	.brand-info {
		margin-top: 25px;

	}

	.navbar-light .navbar-brand {
		display: block;
	}

	.btnanaaction {
		-webkit-appearance: initial;
	}

	.alert-webtrdtsoft {
		position: relative;
		right: inherit;
		top: inherit;

	}
}

@media (min-width: 375px) {
	html.login body {
		font-size: 18px;
	}

	.alert-webtrdtsoft {
		position: relative;
		right: inherit;
		top: inherit;

	}

	.navigation .navbar-nav {
		padding-right: 5rem;
	}

	.search-type.yesvrm:not(:last-child):after {
		content: '|';
		padding: 0 0px 0 5px;
	}

	.tyre-details .tyre-label {
		white-space: nowrap;
		overflow: initial;
		text-overflow: initial;
	}
}

@media (min-width: 410px) {
	html.login body {
		font-size: 20px;
	}

	.alert-webtrdtsoft {
		position: relative;
		right: inherit;
		top: inherit;

	}

	.page-title {
		padding: 10px 0;
		font-size: 11px;
	}

	.page-title h1 {
		font-size: 16px;
	}

	.user-menu {
		margin: 10px 0;
	}

	.carousel-cont .carousel-content h1 {
		font-size: 2.5rem;
	}

	.page-title .container {
		display: -ms-flexbox;
		display: flex;
	}

	.page-title h1, .page-title .user-menu {
		-ms-flex-item-align: center;
		align-self: center;
	}

	.page-title .user-menu {
		margin-left: auto;
	}

}

.alert-webtrdtsoft {
	position: absolute;
	right: 70px;
	top: 228px;
	min-height: 52px;
	background: #FFD0D0;
	color: navy;
	/* line-height: 28px; */
	padding: 1.2rem 10px;
	text-align: center;
	border-color: #D42020;
	font-weight: bold;
	font-size: 11px;
}

@media (min-width: 480px) {
	.alert-webtrdtsoft {
		position: relative;
		right: inherit;
		top: inherit;

	}
}

@media (min-width: 576px) {
	.columns-sm-2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	.alert-webtrdtsoft {
		position: relative;
		right: inherit;
		top: inherit;

	}

	.columns-sm-3 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}

	.columns-sm-4 {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}

	.shopping-cart {
		width: auto;
		padding: 0;
	}

	.bt-sm {
		border-top: 1px solid #dfdfdf;
	}

	.bl-sm {
		border-left: 1px solid #dfdfdf;
	}

	.br-sm {
		border-right: 1px solid #dfdfdf;
	}

	.bb-sm {
		border-bottom: 1px solid #dfdfdf;
	}

	.carousel-cont .carousel-content h1 {
		font-size: 3rem;
		max-width: 400px;
		padding: 3rem;
	}

}

@media (min-width: 768px) {
	html.login body {
		-ms-flex-align: center;
		align-items: center;
	}

	.form-signin {
		margin: auto;
	}

	.page-title {
		padding: 17px 0;
	}

	.page-title h1 {
		font-size: 20px;
	}

	.user-menu {
		margin: 12px 0;
	}

	.columns-md-2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	.columns-md-3 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}

	.columns-md-4 {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}


	.brand-info {
		margin: 20px 0 0 50px;
	}

	.btn-md-inline {
		width: auto;
		display: inline-block;
	}

	.btn-md-inline+.btn-md-inline {
		margin-top: 0rem;
	}

	.table-caption, .table .table-caption {
		font-size: 16px;
		text-align: left;
	}

	.icon-cart-plus {
		width: 28px;
		height: 18px;
		background-size: 100%;
		vertical-align: top;
	}

	.modal-md {
		max-width: 640px;
	}

	.modal-title {
		font-size: 20px;
		padding: 0px 0;
	}

	.bt-md {
		border-top: 1px solid #dfdfdf;
	}

	.bl-md {
		border-left: 1px solid #dfdfdf;
	}

	.br-md {
		border-right: 1px solid #dfdfdf;
	}

	.bb-md {
		border-bottom: 1px solid #dfdfdf;
	}

	.custom-radio-address {
		margin-top: 32px;
	}

	.custom-radio-address .address-indicator {
		top: -32px;
	}

	.custom-control.rtl-md .custom-control-label::before, .custom-control.rtl-md .custom-control-label::after {
		left: auto;
		right: -1.5rem;
	}

	.custom-control.rtl-md {
		text-align: right;
		padding-left: 0rem;
		padding-right: 2.5rem;
	}

	.custom-control.rtl-md .custom-control-label::before, .custom-control.rtl-md .custom-control-label::after {
		left: auto;
		right: -2.5rem;
	}

	.carousel-cont, .carousel-item {
		min-height: 450px;
	}

	.carousel-cont .carousel-content h1 {
		max-width: 700px;
	}

	.alert-webtrdtsoft {
		position: relative;
		right: inherit;
		top: inherit;

	}
}

@media (min-width: 992px) {

	.columns-lg-2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	.columns-lg-3 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}

	.columns-lg-4 {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}

	.table-content, .table-header, .table-caption, .snapedge-xs {
		margin-left: 0px;
		margin-right: 0px;
		padding: 7px 0px;
	}

	.btn-lg-inline {
		width: auto !important;
		display: inline-block !important;
	}

	.btn-lg-inline+.btn-lg-inline {
		margin-top: 0rem;
	}

	.action-navbar-nav, .search-elements {
		-ms-flex-wrap: inherit;
		flex-wrap: inherit;
	}

	.action-navbar-nav>li, .search-elements>li {
		display: inline-block;
		-ms-flex-preferred-size: inherit;
		flex-basis: inherit;
		-ms-flex-positive: inherit;
		flex-grow: inherit;
		max-width: inherit;
		flex: inherit;
		width: auto;
		padding: 0 !important;
		vertical-align: middle;
	}

	.action-navbar-nav .btn {
		border-radius: 3px 3px 0 0;
	}

	.action-navbar {
		margin-top: -20px;
	}

	.action-navbar-nav {
		padding-top: 10px;
	}

	.search-elements {
		text-align: center;
	}

	.search-type {
		margin-bottom: 0;
	}

	.search-elements>li:not(:last-child) {
		margin-right: 20px;
	}

	.search-form #q {
		width: 200px;
	}

	.transport-update+.dropdown {
		margin-left: -30px;
	}

	.card-body {
		padding: 1.25rem 2.2rem;
	}

	.tyre-details>li {
		margin-bottom: 1rem;
	}

	.w-lg-100 {
		width: 100% !important;
	}

	.btn-size-md {
		min-width: 200px;
	}

	.bt-lg {
		border-top: 1px solid #dfdfdf;
	}

	.bl-lg {
		border-left: 1px solid #dfdfdf;
	}

	.br-lg {
		border-right: 1px solid #dfdfdf;
	}

	.bb-lg {
		border-bottom: 1px solid #dfdfdf;
	}

}

@media (min-width: 1200px) {
	.alert-webtrdtsoft {
		position: absolute;
		right: 70px;
		top: 240px;
		min-height: 38px;
		background: #FFD0D0;
		color: #333333;

		padding: 10px 10px;
		text-align: center;
		border-color: #D42020;
		font-weight: bold;
		font-size: 11px;
	}

	.alert-webtrdtsoft i {
		color: red;
	}

	.my-retail-price-add-vatlbl {
		width: 50%;
	}

	.columns-xl-2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	.columns-xl-3 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}

	.columns-xl-4 {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}

	.btn-group-sm>.btn, .btn-sm {
		padding: .32rem 0.8rem;
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding: .1rem 0;
	}

	.navbar-expand-xl .navbar-nav>.nav-item {
		padding-right: .85rem;
		padding-left: .85rem;
	}

	.navbar-nav>li:not(:last-child) {
		border-bottom: 0;
	}

	.navbar-nav>li {
		padding: 0 0 0px;
		margin: 0 0 0px;
	}

	.navigation {
		position: relative;
		top: inherit;
		left: inherit;
		right: inherit;
		bottom: inherit;
		width: auto;
		height: auto !important;
		background: inherit;
		padding: 0rem;
		font-size: 11px;
		z-index: 999;
		overflow: initial;

	}

	.navigation .navbar-nav {
		padding-right: 0rem;
		padding-top: 17px;
	}

	.shopping-cart {
		margin-top: 11px;
	}

	.navbar {
		padding: 0.7rem 1rem;
	}

	.header a.brand-logo {
		margin: 6px 0 0;
	}

	.navbar-light .navbar-nav .nav-link [class*="fa"] {
		color: #303030;
		font-size: 120%;
		margin: 0 0.2rem 0 0;
		width: auto;
	}

	.navbar-light .navbar-nav .nav-link, .navbar-light a:not(.btn) {
		color: #3c3c3c;
		font-weight: 700;
		text-decoration: none;
		border-bottom: 1px solid transparent;
		display: inline-block;
	}

	.navbar-light .navbar-nav .nav-link:after, .navbar-light a:not(.btn):after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		margin: 4px 0 0;
		background- transition: all 0.3s;
		transform: scaleX(0);
		transform-origin: 0 0;
	}

	.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav a:not(.btn):hover, .navbar-light .navbar-nav .nav-link:hover [class*="fa"], .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
		color: #3c3c3c;
		/*border-*/
	}

	.navbar-light .navbar-nav .nav-link:hover:after, .navbar-light a:not(.btn):hover:after, .navbar-light .navbar-nav .active>.nav-link:after, .navbar-light .navbar-nav .nav-link.active:after, .navbar-light .navbar-nav .nav-link.show:after, .navbar-light .navbar-nav .show>.nav-link:after {
		transform: scaleX(1);
	}

	.navbar-light .navbar-nav .nav-link .fa-cog:before, .navbar-light .navbar-nav .nav-link .fa-search-dollar:before, .navbar-light .navbar-nav .nav-link .fa-chart-bar:before {
		content: '';
		width: 12px;
		height: 12px;
		display: inline-block;
		vertical-align: middle;
	}

	.navbar-light .navbar-nav .nav-link .fa-cog:before {
		background: url(../images/Icons-settings.svg) no-repeat 0 0;
	}

	.navbar-light .navbar-nav .nav-link .fa-search-dollar:before {
		background: url(../images/Icons-imprest-stock.svg) no-repeat 0 0;
	}

	.navbar-light .navbar-nav .nav-link .fa-chart-bar:before {
		background: url(../images/Icons-analysis.svg) no-repeat 0 0;
	}

	.btn-xl-inline {
		width: auto;
		display: inline-block;
	}

	.btn-xl-inline+.btn-xl-inline {
		margin-top: 0rem;
	}

	.tag {
		min-width: 105px;
	}

	.bt-xl {
		border-top: 1px solid #dfdfdf;
	}

	.bl-xl {
		border-left: 1px solid #dfdfdf;
	}

	.br-xl {
		border-right: 1px solid #dfdfdf;
	}

	.bb-xl {
		border-bottom: 1px solid #dfdfdf;
	}

	.custom-control {
		padding-left: 1.8rem;
	}

	.custom-control.rtl, .custom-control.rtl-md {
		padding-right: 1.5rem;
	}

	.custom-control-label::after, .custom-control-label::before {
		width: 1rem;
		height: 1rem;
		left: -1.8rem;
	}

	.custom-control.rtl .custom-control-label::before, .custom-control.rtl .custom-control-label::after, .custom-control.rtl-md .custom-control-label::before, .custom-control.rtl-md .custom-control-label::after {
		left: auto;
		right: -1.5rem;
	}

	.custom-radio .custom-control-label::before, .custom-radio .custom-control-label::after {
		height: 1.25rem;
		width: 1.25rem;
	}

	.custom-control-label {
		padding: 4px 0 0;
	}

	.carousel-cont .carousel-content h1 {
		max-width: 900px;
		font-size: 4.15rem;
		padding: 4.25rem 4.5rem;
	}

	.carousel-control-next, .carousel-control-prev {
		width: 15%;
	}

}

@media (min-width: 1360px) {}

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1330px;
		max-width: 100%;
		padding: 0 70px;
	}

	.columns-xxl-2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	.columns-xxl-3 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}

	.columns-xxl-4 {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}

	.col-xxl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-xxl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-xxl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xxl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-xxl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-xxl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xxl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-xxl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-xxl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xxl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-xxl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-xxl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.table td, .table th {
		padding: .35rem 2.0rem;
	}

	.table-compact td, .table-compact th {
		padding: .35rem 0.8rem;
	}

}

@media (min-width: 1680px) {}

@media (min-width: 1900px) {}

@media (max-width: 1199px) {}

.dataTables_filter {
	display: none !important;
}

#invalidDomain h1 {
	font-size: 36px;
}

.detail_eulblimg {
	height: 220px;
}

.details_tyreimg {
	height: 250px;
}

.details_logoimg {
	height: 50px;
}

.vrmsearch {
	background-color: #fccc0f;

}

.vrmsearch:focus {
	background-color: #fccc0f;

}

/* loader div */
#spinnerDiv, #invalidDomain {
	margin: 0 auto;
}

.tsv3spinner {
	margin: 100px auto 0;
	width: 70px;
	text-align: center;
}

.tsv3spinner>div {
	width: 18px;
	height: 18px;
	background-color: #333;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.tsv3spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.tsv3spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

/* loader div */

#errormsg {
	margin: 75px auto;
}

.textareaclass {
	height: 350px;
	border: 1px solid gray;
	display: none;
}

.outofstockfield {
	color: #FF0E0E;
}

.outofstockfieldarea {
	background-color: #FFEDED !important;
}

.docline {
	width: 108px;
	word-break: break-all;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.doclinea {
	text-decoration: none;
	color: black;
	border: solid 1px black;
	padding: 20px 7px;
	margin: 10px 20px 10px 0px;
	text-align: center;
}

/* RESOURCES menu */
.files-data {
	display: none;
}

.file-row {
	display: flex;
	/* justify-content: space-around; */
	align-items: center;
}

.file-row img {
	height: 40px;
	margin-bottom: 15px;
}

/* .file-row span{
	line-height: 3rem;
 } */
.file-row p {
	font-weight: 600;
	font-size: 12px;
	margin: 0px;
}

.no-files-found {
	display: flex;
	align-items: center;
	justify-content: center;
}

.no-files-found .file-row {
	border: solid 1px;
	text-align: center;
	padding: 35px;
	display: block;
}.ml05{
	margin-left:0.05rem;
}
.pipeclass{
	border-right:  1px solid black;
	padding-right: 24px;
}