@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?7hpjh2");
	src: url("../fonts/icomoon.eot?7hpjh2#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?7hpjh2") format("truetype"), url("../fonts/icomoon.woff?7hpjh2") format("woff"), url("../fonts/icomoon.svg?7hpjh2#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
	content: "\e900";
}

.icon-chevron-left:before {
	content: "\e901";
}

.icon-chevron-right:before {
	content: "\e902";
}

.icon-camera:before {
	content: "\e903";
}
.icon-nocamera:before {
	content: url("../images/no-photo.png");
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.user-menu,
.model ul,
.accordion .info-holder ul:not([class]):not([id]),
.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

#header {
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-bottom: .4375rem solid #ffe100;
	padding: .625rem 0;
	position: relative;
}

#header .flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo {
	display: inline-block;
	vertical-align: middle;
}

.logo a {
	display: block;
}

.nav li.active a {
	font-weight: 700;
}

.nav a {
	color: #000;
	display: inline-block;
	vertical-align: middle;
	padding: .375rem 0;
	position: relative;
}
.nav-tabs .nav-link {
padding: .5rem 1rem;
}
.nav-tabs .nav-item {
padding:0;
}
.nav-tabs li:after {
display:none;
}
.tab-content {
padding:20px;
}

.nav a:hover {
	font-weight: 700;
}

.user-menu {
	font-size: .8125rem;
	color: #666;
	margin-bottom: 1.25rem;
}

.user-menu li {
	margin-bottom: .25rem;
}

.user-menu a {
	color: #000;
}

.user-menu a:hover {
	font-weight: 700;
}

.nav-opener {
	width: 2.0625rem;
	height: 1.0625rem;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
	width: 2.0625rem;
	height: .1875rem;
	position: absolute;
	top: .4375rem;
	right: 0;
	background-color: #000;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: .4375rem;
	right: 0;
}

.nav-opener:after {
	top: .875rem;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span,
.nav-opener:focus:before,
.nav-opener:focus:after,
.nav-opener:focus span {
	outline: none;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

h1,
.h1 {
	word-wrap: break-word;
}

h2,
.h2 {
	margin-bottom: 1.4375rem;
}

h3,
.h3 {
	margin-bottom: 1.5rem;
}

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 100vh;
}

#main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.container {
	max-width: 64.5rem;
}

.bg-cover {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.bg-mask {
	position: relative;
}

.bg-mask:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .5);
}

.btn {
	min-width: 12.5rem;
	min-width: 8.5rem;
}

.intro-section {
	padding: 4.8125rem 0 4.75rem;
	color: #fff;
}

.intro-section .container {
	position: relative;
}

.info-section {
	background-color: #f4f4f4;
	padding: 2.25rem 0 1.125rem;
}

.info-section p {
	margin-bottom: 1.375rem;
}

.models-section {
	padding: 1.875rem 0 2.3125rem;
}

.model {
	margin-bottom: 1.875rem;
}

.model .img {
	margin-bottom: 1rem;
}

.model ul li {
	margin-bottom: .5rem;
}

.custom-select-holder {
	position: relative;
}

.custom-select-holder .custom-select {
	background: none;
}

.custom-select-holder:before {
	content: "";
	pointer-events: none;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	right: 0;
	width: 2.3125rem;
	border-left: 1px solid #ccc;
	background-color: #efefef;
}

.custom-select-holder:after {
	content: "";
	pointer-events: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .25rem .25rem 0 .25rem;
	border-color: #333 transparent transparent transparent;
	position: absolute;
	top: 50%;
	right: .9375rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.accordion {
	margin-bottom: 1.625rem;
}

.accordion .accordion-row {
	border-bottom: 1px solid transparent;
	position: relative;
}

.accordion .accordion-row .collapse:not(.show) {
	display: block;
	position: absolute;
	left: -9999px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}

.accordion .opener {
	position: relative;
}

.accordion .opener .btn {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 0;
	width: 100%;
	padding: 0;
	background-color: #f3f3f3;
}

.accordion .opener .btn[aria-expanded="true"] {
	background-color: #fc0;
}

.accordion .opener .btn[aria-expanded="true"] + .icon-chevron-right {
	background-color: #000;
}

.accordion .opener .btn[aria-expanded="true"] + .icon-chevron-right:before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.accordion .opener [class*="fa-"],
.accordion .opener [class*="icon-"] {
	display: block;
	width: 2.125rem;
	height: 100%;
	min-height: 2.125rem;
	font-size: 1.25rem;
	position: relative;
	z-index: 3;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.accordion .opener [class*="fa-"] {
	font-size: 0.8rem;
font-weight:bold;
}
.accordion .opener [class*="fa-"]:before,
.accordion .opener [class*="icon-"]:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
}

.accordion .opener [class*="col-"] {
	margin-bottom: .3125rem;
}

.accordion .opener .fa-chevron-right {
display:none;
}
.accordion .opener .fa-chevron-right,
.accordion .opener .fa-chevron-down,
.accordion .opener .icon-chevron-right {
	background-color: #fc0;
	color: #fff;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
z-index:3;
}
.accordion .opener:hover .fa-chevron-right,
.accordion .opener:hover .fa-chevron-down {
	background-color: black;
	background-color: #cca300;
}
.accordion .opener.collapsed .fa-chevron-right {
display:block;
}
.accordion .opener.collapsed .fa-chevron-down {
display:none;
}

.accordion .opener .icon-chevron-right:before {
	-webkit-transition: background .3s linear, -webkit-transform .3s linear;
	transition: background .3s linear, -webkit-transform .3s linear;
	transition: transform .3s linear, background .3s linear;
	transition: transform .3s linear, background .3s linear, -webkit-transform .3s linear;
}

.accordion .opener .icon-camera,
.icon-camera {
	width: 2.6875rem;
	color: #999;
	cursor: pointer;
	z-index: 3;
	border: none;
	background: transparent;
}
.cart-tooltip {
width:auto;
padding-right:2px;
padding-left:3px;

}
.cart-tooltip.icon-nocamera:before {
content:url("../images/no-photo-15.png");
top:3px;
}
.cart-tooltip:before {
    top: 1px;
    position: relative;
}
.accordion .opener,
.accordion .opener label {
	cursor: pointer;
}

.accordion .opener .icon-camera:hover {
	color: #000;
}

.accordion .opener .icon-camera:before {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.accordion .custom-checkbox {
	position: relative;
	z-index: 3;
}

.accordion .custom-checkbox .custom-control-label:before,
.accordion .custom-checkbox .custom-control-label:after {
	left: -1.6875rem;
	width: 1.125rem;
	height: 1.125rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.accordion .custom-checkbox input {
	height: 0;
	width: 0;
}

.accordion .row.slide-content {
	padding: 1.25rem 0 .5rem;
	margin: 0 -.625rem;
}

.accordion .row.slide-content [class*="col-"] {
	padding: 0 .625rem;
}

.accordion .info-holder {
	border: 1px solid #ccc;
	margin-bottom: .9375rem;
	padding: 1.0625rem 1.1875rem;
}

.accordion .info-holder ul:not([class]):not([id]) li {
	position: relative;
	padding: 0 0 .125rem .625rem;
}

.accordion .info-holder ul:not([class]):not([id]) li:before {
	content: "-";
	position: absolute;
	top: 0;
	left: 0;
}

.accordion .info-holder p {
	margin-bottom: .5rem;
}

.accordion .model-number {
	display: block;
	text-align: right;
	margin-bottom: .9375rem;
}

.models-slider {
	margin-bottom: 1.375rem;
}

.models-slider .img-holder {
/* PW */
/*	padding-top: 60%; */
}

.models-slider-nav {
	margin: 0 -.75rem 1.375rem;
}

.models-slider-nav .img-holder {
	padding-top: 60%;
}

.models-slider-nav .slide {
	padding: 0 .75rem;
}

.tooltip img {
	max-width: 100%;
}

.form-section {
	padding: 1.75rem 0 2.5rem;
	padding-top: 2.25rem;
}

.selection-form .h5 {
	display: block;
	margin-bottom: 1.25rem;
	color: #000;
}

.selection-form .price-holder {
	display: block;
	font-size: 1.125rem;
	padding: 1.25rem 0 1.75rem;
	font-weight: 700;
	color: #000;
}

.selection-form .title-row {
	font-weight: 700;
	padding-bottom: .6875rem;
}

.selection-form .title-row.total {
	padding-bottom: 2.1875rem;
}

.selection-form .title-row .h5 {
	margin-bottom: 0;
}

.selection-form .title-row .td {
	font-size: 1rem;
}

.selection-form .td {
	position: relative;
	z-index: 3;
	pointer-events: none;
	display: block;
	width: 100%;
}

.selection-form .td.small {
	font-size: .875rem;
}

.selection-form .td.gray {
	color: #999;
}

.selection-form .mob-title {
	font-weight: 700;
	margin-bottom: .3125rem;
}

.selection-form .btn-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.selection-form .btn-holder .btn {
	margin-bottom: 1.25rem;
}

#footer {
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #464646;
	padding: 1.1875rem 0 .9375rem;
	line-height: 1.5;
}

#footer:after {
	content: "";
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	right: 0;
	height: 3px;
	background: #464646;
	z-index: 1000;
}

.footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: .875rem;
}

.footer-nav li {
	padding: 0 1.1875rem;
	margin-bottom: .375rem;
	position: relative;
}

.footer-nav li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: .0625rem;
	height: 1.0625rem;
	background-color: #fc0;
}

.footer-nav li:last-child:after {
	display: none;
}

.footer-nav a {
	color: #fff;
}

.footer-nav a:hover {
	color: #ffe100;
}

body {
	min-width: 320px;
}

/* PW */
.alert-sem-info {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
color:al
}

.com-row .remove-row {
float:right;
}

.description-item {
    background-color: #efefef;
    position: relative;
    padding: 8px 15px;
}
.description-item {
    display: table;
    width: 100%;
    padding: 0;
}

 .description-item:nth-of-type(2n) {
    background-color: #fff;
}
.description-item span:first-of-type {
    width: 26.5%;
    border-right: 1px solid #fff;
}

.description-item span {
    display: table-cell;
    padding: 6px 15px 7px;
}
.history {
    margin-left: 20px;
    position: relative;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.description-item ul {
    padding-top: 0;
padding-bottom:0;
margin-bottom:0;
}
.history .circle {
    width: 16px !important;
    height: 16px !important;
    line-height: 16px !important;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #ccc;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 auto 40px;
    margin: 0;
    position: absolute;
    margin-left: -29px;
    padding: 0 !important;
    margin-top: 3px;
    display: block;
}
.history li {
    padding-left: 20px;
    border-left: 2px solid #ccc;
    padding-bottom: 20px;
    position: relative;
}
.history li:first-child:before, .history li:last-child:before {
    padding: 0;
    margin: 0;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #efefef;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -6px;
}
.history li:last-child:before {
    top: auto;
    bottom: 0;
    height: 30px;
}
/*.history .active:last-child {*/
.history li:last-child {
    border-left: 2px solid #ccc;
}
.history li:last-child .circle {
/*.history .active .circle {*/
    background: #ffe100;
    border: 2px solid black;
}
.car-info-header {
/*font-size:0.8em;*/
}
.car-info-header td{
padding: 0.3rem;
}
.car-info-details table td {
height:35px;
height: 40px;
    padding: 0 0.3rem;
}
.car-info-table {
width:100%;
}
.car-info table td {
vertical-align:middle;
font-size:0.9em;
}
.car-info table td:first-child {
width:130px;
width:145px;
  font-size:0.9em; 
/*
padding-top:0.05em;
*/
/*font-weight:bold; */
}
.car-info table td:first-child .fill-info{
font-weight:normal;
}
.car-info table td:last-child {
text-align:right;
width:60px;
width:20px;
}
.car-info table td:nth-child(2) {
width:150px;
}
.car-info .table-striped td:nth-child(4),
.car-info .table-striped td:nth-child(2),
.car-info .table-striped td:nth-child(3) {
font-weight:bold;
font-weight:normal;
}
.car-info table td:nth-child(3) {
width:120px;
width:200px;
width:245px;
/* font-size:0.9em; */
}
.car-info table td:nth-child(4)
{
width:80px;
width:110px;
}
.car-info table td.info-col-5 {
width:30px;
}
.table th i {
position:absolute;
margin-top:4px;
margin-left:2px;
}
.container {
max-width:1240px !important;
}
.nav-2 li {
border:1px solid  #ffe100;
}
.table-top5 {
/*max-width:900px;*/
table-layout:fixed;
}

.table-top5 td:first-child,
.table-top5 th:first-child {
width:100px;
}
.table-top5 th:last-child {
width:200px;
}
.results-wrapper {
width:1000px;
}
.table-top5 th.code {
width:150px;

}
.dropdown-menu {
width:300px;
padding:5px;
font-size:0.9em;
}
.dropdown-menu a {
padding:0px 4px;
margin:4px 0;
display:inline-block;
}
.dropdown-menu .icon-wrapper {
    width: 25px;
    display: inline-block;
    text-align: center;
}
.dropdown-menu .fas {
    color: black;
}
.commission-form-count-1 .remove-row {
display:none;
}
h3 {
font-size:1.3rem;
}
h3 {
font-size:1.1rem;
}
#table-report tr.hidden,
span.red {
color:red;
}
.report-wrap .icon-wrapper{
width:25px;
display:inline-block;
text-align:center;
}
.report-wrap .fas {
color:black;
}

.select2-allowclear abbr.select2-search-choice-close {
background: url("../images/times-circle-solid.svg") left top no-repeat !important;
width:14px !important;
height:14px !important;
width:.9375rem !important;
height:.9375rem !important;
background-size:14px 14px !important;
top:5px;
right:-24px;
z-index:100;
}
.select2-container .select2-choice {
overflow:visible;
}

.new-product,
.campaign-product,
.offer-product {
background:#28a745;
border-radius:5px;
padding:3px 5px;
color:white;
font-size:0.8em;
}
.campaign-product {
background:#ffe100;
color:black;
}
.offer-product {
background:orange;
color:black;
}
.dataTables_filter input{
outline-offset:0;

}
.input-checkbox {
margin-top:4px;
}
.regular-checkbox {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}
.regular-checkbox:active, .regular-checkbox:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #99a1a7;
}
.purpleGui dd #name,
.purpleGui dd #models,
.purpleGui dd #notificationemail,
.purpleGui dd #emailto {
width:460px;
}
.purpleGui dd #title {
width:460px;
}
#showorderscid {

}
ul.errors {
list-style:none;
color:red;
margin:0;padding:0;
}
.product-list h4 {
font-weight:normal;
font-size:20px;
font-size:18px;
padding-left:1em;
}
.form-control {
padding: .375rem .75rem;
}
.show-mail-2,
.show-mail {
display:none;
}
.slide img {
max-width:100%;
}
.qtip .tooltip {
    position:static !important;
    opacity:1 !important;
}
.accordion-row p {
margin:0;
}
.dark-tooltip.bs-tooltip-top .arrow::before {
border-top-color:black;
}
.dark-tooltip.bs-tooltip-left .arrow::before {
border-left-color:black;
}
.dark-tooltip.bs-tooltip-right .arrow::before {
border-right-color:black;
}
.dark-tooltip.bs-tooltip-bottom .arrow::before {
border-bottom-color:black;
}
.dark-tooltip .tooltip-inner {
background-color:black;
text-align:left;
}
.fa-info-circle {
}
#info-textarea {
min-height:120px;
}
.offer-modal .modal-title {
/*
    color: #ffe100;
    text-shadow: 2px 0 0 #000, 0 -2px 0 #000, 0 2px 0 #000, -2px 0 0 #000;
 text-shadow: black 0px 0px 2px; 
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
*/
border:2px solid  #ffe100;
border-radius:5px;
padding:5px;
width:100%;
margin-top:-5px;
background: #ffe100;
}
.purchase-modal .modal-title {
border:2px solid  #3984FF;
border-radius:5px;
padding:5px;
width:100%;
margin-top:-5px;
background: #3984FF;
color:white;
}
.purchase-modal .modal-header {
/*background: #3984FF;*/
}
.offer-modal .modal-header {
/*background: #ffe100;*/
}
.details-control .fa-angle-down {
display:none;
}

.shown .details-control .fa-angle-down {
display:inline;
}
.shown .details-control .fa-angle-right {
display:none;
}
.table-cursor .odd:hover,
.table-cursor .even:hover {
cursor:pointer;
}
table.dataTable .odd td,
table.dataTable .even td{
  vertical-align: middle;

}
table.dataTable .details-control {
  vertical-align: middle;
  text-align: center;
}
.col-actions a{
font-size:0.9em;
white-space:nowrap;

}
.col-actions a.edit,
.col-actions a .fa-pencil {
color:gray;
color:green;
}
.col-actions a.delete,
.col-actions a .fa-trash {
color:red;
}
.col-actions a.renew-offer {
color: #3984FF;
color: #ffe100;
color:black;
color:#eb8f34;
}
.col-actions a.duplicate {
/*color:#BE4BDB;*/
}
.car-info .fa-info-circle {
font-size:1.2em;
}
.car-info .fa-check-circle,
.car-info .fa-arrow-circle-left,
.car-info .fa-sync,
.car-info .fa-exclamation-circle {
font-size:1.4em;
margin-top:2px;
margin-right:4px;
}
.fill-info-row .filled {
display:none;
}
.fill-info-row-fetching .filled {
display:table-cell;
}
.fill-info-row-fetching .not-filled {
display:none;
}
.info-col-1 {
}
.info-col-1 > .text-info,
.info-col-1 > .text-ay,
.info-col-1 > .text-success {
position:relative;
}
.info-col-1 > span.text {
left:26px;
top:1px;
position:relative;
}
.info-col-1 > .text-info i,
.info-col-1 > .text-ay i,
.info-col-1 > .text-success i
{
position:absolute;
}
.small-info {
font-size:0.8em;
font-style:italic;
}

td.details-control {
background:#FFE002;
background:#fc0;
color:white;
/*background:#3984FF;*/
}
td.details-control:hover {
background:#cca300;
/*background:#06c;*/
}
.text-gray {
color:#6c757d;
}
.btn-renew {
background-color:#eb8f34;
border-color:#eb8f34;
}
.table-cart {
width:100%;
}
.table-cart th{
text-align:left;
font-size:0.9em;
}
.table-cart .cart-col-1 {
width:205px;
padding-right:10px;
}
.table-cart .cart-col-2 {
width:245px;
}
.table-cart .cart-col-space {
width:60px;
}
.table-cart .cart-col-3-1 {
width:155px;
}
.table-cart .cart-col-3 {
width:310px;
width:300px;
width:155px;
}
.table-cart th.cart-col-3 {
text-indent:150px;
text-indent:0px;
}
.table-cart .cart-col-4 {
width:240px;
width:250px;
}
.table-cart .cart-col-5 {
width:115px;
}
.table-cart .cart-col-6 {
width:30px;
}
.car-info .table {
margin-bottom:0;
}
.bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounceleft 1s 5 linear;
  -o-animation: bounceleft 1s 5 linear;
  -webkit-animation: bounceleft 1s 5 linear;
  animation: bounceleft 1s 5 linear;
  colr:000;
}
.info-col-1 i {
margin-left:2px;
margin-right:2px;
}
@-webkit-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-moz-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-o-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-ms-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-webkit-keyframes bounceleft {
    0% { left: 0; }
    50% { left: -0.1em; }
    70% { left: -0.2em; }
    100% { left: 0; }
}
@-moz-keyframes bounceleft {
    0% { left: 0; }
    50% { left: -0.1em; }
    70% { left: -0.2em; }
    100% { left: 0; }
}
@-o-keyframes bounceleft {
    0% { left: 0; }
    50% { left: -0.1em; }
    70% { left: -0.2em; }
    100% { left: 0; }
}
@-ms-keyframes bounceleft {
    0% { left: 0; }
    50% { left: -0.1em; }
    70% { left: -0.2em; }
    100% { left: 0; }
}
@keyframes bounceleft {
    0% { left: 0; }
    50% { left: -0.1em; }
    70% { left: -0.2em; }
    100% { left: 0; }
}

.text-info-2 {
    color: #0000FF !important;
}
.fill-info {
color:#888;
}
.filled .text {
font-weight:normal;
}
.has-error input.form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    background:pink;
}
.alert .text ol,
.alert .text ul {
margin-bottom:0;
padding-bottom:0;
padding-left:30px;
}
.alert .text p {
margin:0;
}
#notificationhtml-element {
    width:95%;
}
#notificationhtml-element .legend {
margin-left:2px;
}
@media (min-width: 576px) {
.modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
}
}
@media (min-width: 768px) {
.indent-24 {
margin-left:-24px;
}
	#header {
		padding-top: .75rem;
	}

	#header .flex-container {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.nav li {
		padding: 0 .625rem;
		position: relative;
	}

	.nav li:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: .0625rem;
		height: 1.0625rem;
		background-color: #ccc;
	}

	.nav li:last-child:after {
		display: none;
	}

	.nav li.active a:before {
		top: calc(100% + .25rem);
		opacity: 1;
		visibility: visible;
	}

	#nav a:before {
		-webkit-transition: top .3s linear, opacity .3s linear, visibility .3s linear;
		transition: top .3s linear, opacity .3s linear, visibility .3s linear;
		height: 0;
		width: 0;
		border-bottom: .375rem solid #ffe100;
		border-left: .5rem solid transparent;
		border-right: .5rem solid transparent;
		position: absolute;
		content: "";
		top: calc(100% + .625rem);
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		opacity: 0;
		visibility: hidden;
	}

	#nav a:hover:before {
		top: calc(100% + .25rem);
		opacity: 1;
		visibility: visible;
	}

	.user-menu {
		text-align: right;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		margin: .25rem 0 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
max-width: 200px;
	}

	.menu-drop {
		width: calc(100% - 5rem);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.nav-opener {
		display: none;
	}

	.accordion .opener [class*="col-"] {
		margin-bottom: 0;
	}

	.accordion .info-holder {
		min-height: 18.3125rem;
	}

	.selection-form .mob-title {
		display: none;
	}
}

@media (min-width: 992px) {
	.nav li {
		padding: 0 1.3125rem;
	}
}

@media (max-width: 767px) {
	.nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 1.25rem;
		border-bottom: 1px solid #333;
		padding-bottom: .8125rem;
	}

	.menu-drop {
		-webkit-transition: -webkit-transform .3s linear;
		transition: -webkit-transform .3s linear;
		transition: transform .3s linear;
		transition: transform .3s linear, -webkit-transform .3s linear;
		position: absolute;
		z-index: 2;
		top: 100%;
		left: 0;
		right: 0;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		background-color: #ffe100;
		padding: 1.875rem .9375rem 1rem;
	}

	.menu-drop:after {
		height: 0;
		width: 0;
		border-bottom: .375rem solid #ffe100;
		border-left: .5rem solid transparent;
		border-right: .5rem solid transparent;
		position: absolute;
		content: "";
		top: -.375rem;
		right: 1.5rem;
	}

	.nav-active .menu-drop {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.accordion .opener {
		padding: .9375rem .625rem .3125rem 3.125rem;
	}

	.accordion .opener .icon-camera {
		display: none;
	}

	.selection-form .title-row {
		display: none;
	}

	.selection-form .title-row.total {
		display: block;
	}
}

/* Feedback css */
.models-slider-nav .slide {
    padding: 0 .75rem;
    width: 30%;
    float: left;
margin-bottom:10px;
}
.models-slider-nav .slide:nth-child(3n+1) {
clear:both;
}
#notifications-sub .desc {
    font-style:italic;
    margin-left:3px;
}

#notifications {
    left:0;
    overflow:visible;
    position:fixed;
    top:0;
    width:100%;
    z-index:99;
}

.notification-bar {
    color:purple;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    font-size:1.5em;
    color:#333333;
    text-align:center;
}
.notification-bar-bkg {
    background-color:purple;
    opacity:0.95;
    filter:alpha(opacity=95);
    position:static;
    display: block; 
    min-height: 65px;
    width:100%
}

* html .notification-bar-bkg {
    height:65px;
}
#notifications .message {
    padding:20px 40px;
    color:#fff;
}

/* nav a when disabled show normal cursor */
ul a.disabled {
    cursor:default;
}
