:root {
--border-radius: 1rem;
--border-radius-small: 0.5rem;
--color-primary: #005280;
--color-primary-hover: #0069a3;
--color-secondary: #000066;
--color-secondary-hover: #5959a6;
--color-success: #28a745;
--color-success-hover: #1e7e34;
}

html
{    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    background: rgb(248,249,250);
    font-family: Open Sans, sans-serif;
    padding-top: 0;
    font-size: 1rem;
    color: #333333;
}

body .base.login {
    background: #fff url(/./css/img/background_02.jpg) center top no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    width: 100%;
    height: 100%;
}

* img {
    max-width: 100%;
}

.modal.fade.in {
    opacity: 1;
}

input, select { font-size: 100%; }

.base {
    padding-top: 1rem;
}

.fa-caret-down {
    z-index: 10;
    margin-right: 0.25rem;
}

.vh-md-100 {
    height: 100vh;
}

.rounded {
    border-radius: var(--border-radius) !important;
}

.rounded-small {
    border-radius: var(--border-radius-small) !important;
}

body.scroll-down .rounded.filterbar, body.scroll-up .rounded.filterbar {
  border-radius: 0 0 var(--border-radius) var(--border-radius) !important;
}

.form-check-input:checked {
    background-color: var(--color-success);
    border-color: var(--color-success);
}

/*STOCK LISTVIEW IN */

div#dealermessage {
    background: var(--color-primary);
    padding: 1rem;
    width: 100%;
    margin: 0px auto 1rem;
    color: #FFF;
    margin-top: -1rem;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
}

div#dealermessage h3.smallheading {
    text-transform: none;
    font-size: 20px;
    line-height: 30px;
    margin: 0px auto 15px;
    text-align: center;
}

div#dealermessage p {
    font-size: 17px;
}

/* div#dealermessage a {
    color: #CC0000;
}

div#dealermessage a:hover {
    color: #FFF;
	text-decoration: underline;
}
	
div#dealermessage a.cta {
    background: #FFF;
    color: #000;
    padding: 3px 8px;
    font-size: 12px;
    margin: 0px auto 0 5px;
    display: inline-block;
    outline: 1px solid #0099ff;
    font-weight: bold;
}
	
div#dealermessage a.cta:hover {
    background: #f3f4f8;
	text-decoration: none;
}
	
div#dealermessage p.hilite {
    background: #0066cc;
    padding: 10px 20px;
    line-height: 25px;
    text-align: center;
}
	
div#dealermessage button.close {
    color: #FFF;
    opacity: 1;
    width: 28px;
    height: 28px;
    background: #555;
}
	
div#dealermessage button.close:hover {
    opacity: 0.6;
}
	
div#dealermessage a.imagelink {
    margin-top: 15px;
    display: inline-block;
    margin-right: 15px;
} */

.page-header {
    /* padding-bottom: 1rem; */
    margin: auto;
    border: none;
}

.page-header h1.header {
    font-size: 20px;
    margin-top: 0;
    font-weight: bold;
}

.page-header .input-group {
    width: 100%;
	position: relative;
}

.page-header .input-group .select-arrow {
    position: absolute;
    margin-top: 10px;
    right: 70px;
}

.page-header .input-group .fa {
	right: 70px;
}

.page-header .input-group .input-group-btn .btn {
	width: auto;
    height: 100%;
    border-radius: 0 0.25rem 0.25rem 0;
}

.page-header .input-group.dealer-location .select2-container--default {
    width: 70% !important;
    min-width: 190px;
    max-width: 100%;
}

.page-header .select2-container--default .select2-selection--single {
    height: 31px;
    border-radius: 4px 0 0 4px;
}

.page-header .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 29px;
}

/*.page-header .selectlocation {
    width: 270px;
    max-width: 100%;
}*/

label {
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
}

.input-group-select {
    position: relative;
    overflow: hidden;
}

.input-group-select .select-arrow {
    position: absolute;
    margin-top: -22px;
    right: 10px;
}

.page-link, .nav-link {
  color: var(--color-primary);
}

.page-link.active, .active>.page-link {
    background-color: var(--color-primary);
    border: none;
}

.btn-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-primary:hover {
    background-color: var(--color-primary-hover);
    border-color: var(--color-primary-hover);
}

.bg-primary {
    background-color: var(--color-primary) !important;
}

nav#topnav {
    z-index: 1050;
}

nav.navbar {
    z-index: 1030;
}

nav.navbar a {
    color: white;
    text-decoration: none;
    text-transform: capitalize;
}

nav.navbar ul.dropdown-menu li, .record_row ul.dropdown-menu li {
    padding: 0 1rem;
}

nav.navbar ul.dropdown-menu li a, .record_row ul.dropdown-menu li a {
    color: black;
    font-size: 0.9rem;
	text-decoration: none;
}

/*nav.navbar a.navbar-brand {
    position: absolute;
    left: 30px;
}*/

nav.navbar .nav-bp-text {
    background: none;
}

nav.navbar li.nav-bp-text img {
    width: 170px;
    height: 50px;
}

.navbar-inverse .navbar-nav a {
    text-decoration: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #FFF;
    background-color: transparent;
}

.navbar-inverse .navbar-nav a:focus, .navbar-inverse .navbar-nav a:hover {
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background: none;
}

span.caret {
    border: none;
}

body.body_stock_list .container, body.body_stock_edit .container {
    max-width: 100%;
}

.base.login ul.features {
    padding: 0;
    margin-left: 7.5%;
}

.base.login ul.features li {
    list-style-type: none;
    margin-bottom: 0.5rem;
}

.base.login ul.features li a {
  color: white;
}

.base.login ul.features li .featurenavicon {
    width: 2rem;
    font-size: 1.5rem;
}

body.body_login footer {
    display: none;
}

.loginpanel{
    background: var(--color-primary);
    color: white;
}

.base.login .leftpanel {
    z-index: 10;
    /* min-width: 340px;
    margin-left: 5%; */
}

/*.base.login .leftpanel img.panel-logo {
    position: absolute;
    top: 3rem;
    left: 0;
    margin-left: 10%;
}*/

.base.login .leftpanel img.panel-logo {
    margin-left: 15px;
    margin-bottom: 60px;
}

.login .login_container {
    width: 300px;
    border-radius: 1rem;
    margin: auto;
    max-width: 90%;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    background-color: rgba(35, 31, 32, 0.9);
    color: white;
}

.login .login_container .form-control {
    border-radius: 0.5em;
}

.login .login_container form {
    max-width: 330px;
    padding: 1rem;
    margin: 0 auto;
}

.login .login_container .form-group {
    margin: 1rem auto 0;
}

.login .login_container label {
    margin-bottom: 0.5em;
    font-size: 1.5rem;
}

.login .login_container .login_btn {
    background-color: #008CFF;
    border-color: #008CFF;
    color: white;
}

.login .login_container .login_btn:hover {
    background-color: #0386E0;
    border-color: #0386E0;
}

.row-heading.sortbyrow.sticky-top {
    top: 66px;
}

.row-heading.sortbyrow.sticky-top .heading-container {
	border: 1px solid #ddd;
    background: rgba(255,255,255,.8);
    background-color: rgba(255,255,255,.8);
    -webkit-backdrop-filter: saturate(200%) blur(14px);
    backdrop-filter: saturate(200%) blur(14px);
    box-shadow: 0 8px 8px -8px rgba(0,0,0,.16), 0 0 2px rgba(0,0,0,.1);	
}

body.scroll-down .row-heading.sortbyrow.sticky-top .heading-container, body.scroll-up .row-heading.sortbyrow.sticky-top .heading-container {

}

.row-listings {
    padding: 1rem;
}

.bp-wrapper.stocklistresults {
    background: none;
    border: none;
    padding-top: 0;
}

.bp-wrapper.stocklistresults span.numberrecordswrap {
    padding: 0 0 10px 0;
    display: block;
}


.bp-wrapper.stocklistresults .pagination {
    margin: auto;
}

.row.record_row {
    position: relative;
    padding: 1rem 0;
    border: 1px solid #ddd;
    background: white;
    box-shadow: 0 8px 8px -8px rgba(0, 0, 0, .16), 0 0 2px rgba(0, 0, 0, .1);
    margin-bottom: 1rem;
    border-radius: var(--border-radius);
}

.row.record_row .dropdown-menu.show {
    min-width: 195px;
}


/*.row.record_row:nth-child(2n) {
    background: rgba(248,249,250,0.8);
}*/

.row.record_row:last-of-type {
    border-bottom: none;
}

.row.record_row:hover {
    /* background-color: rgba(0,140,255,0.1) */
}

.row.record_row .stock_list_price {
    text-align: inherit;
    font-weight: bold;
}

.row.record_row .img-count {
    position: absolute;
    margin-right: -10px;
    border-radius: 50%;
	color: white;
    background-color: var(--color-primary);
    font-weight: bold;
    right: 0;
    top: 0;
    height: 25px;
    width: 25px;
    line-height: 15px;
}

.row.record_row .img-count span.img-count-value {
    margin: 0.25rem auto 0;
    display: block;
    text-align: center;
}

.row.record_row img.feedicon {
    object-fit: contain;
    width: 25px;
    height: 25px;
}

.feediconwrap .form-check {
	min-height: auto;
}

.marketplace-icons .form-switch {
    padding-left: 2.5em;
    padding-right: 0.25rem;
}

.marketplace-icons .form-switch .form-check-input {
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.marketplace-icons .form-check-input:checked {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.marketplace-icons .form-check-input:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.row.record_row .btn-sm {
    font-size: unset;
    height: unset;
    line-height: unset;
}

.inventoryinfo .toggle-group .btn {
    box-shadow: none;
    border: none;
}

label.btn.btn-sm.toggle-on {
    border-radius: 0.75rem 0 0 0.75rem;
}

label.btn.btn-sm.toggle-off {
    border-radius: 0 0.75rem 0.75rem 0;
    background: #f5f5f5;
}

.row.record_row .stockimgwrap {
    position: relative;
}

.feed_icon_grp.marketplace-icons {
    border-top: 1px dashed #999;
    padding: 0.75rem 0 0;
}

.feed_icon_grp.marketplace-icons .feediconwrap {
    box-shadow: 0 .25rem 0.5rem rgba(0,0,0,.15)!important;
    border-radius: 1rem;
    border: 1px solid #ccc;
    background: white;
	background: -webkit-linear-gradient(bottom, rgba(204,204,204,0.3) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(bottom, rgba(204,204,204,0.3) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to top, rgba(204,204,204,0.3) 0%, rgba(255,255,255,1) 100%);	
}

/* .row-listings .inventoryinfo .dealer-ref .vehicle-stock--dealer-ref:not(:empty) {
    font-size: 12px;
    position: absolute;
    top: 63px;
    left: 35px;
    color: white;
    font-weight: bold;
}

.row-listings .inventoryinfo .dealer-ref .vehicle-stock--dealer-ref:not(:empty):before {
    content: "#";
} */

.row-listings .inventoryinfo .regplatedisplay {
    background: #ffcd1a;
    border: 1px solid #000;
    padding: 2px 4px;
    width: auto;
    font-weight: bold;
    font-size: 12px;
}

.row.infopanel li.disabled.page-item span, .row.infopanel li.disabled.page-item span:hover {
    background: none;
    border: none;
}

.action_buttons .dropdown-menu.show a, .bulk-actions-information .dropdown-menu.show a {
    color: var(--color-primary);
    text-decoration: none;
    /* padding: 0.5rem 1rem !important; */
}
/*STOCK LISTVIEW OUT */


/*STOCK DETAL EDIT IN */

div#stockeditpage {
    margin-bottom: 53rem;
}

body.body_stock_edit.scroll-up div#stockeditpage li.nav-item.nav-overview.d-none, body.body_stock_edit.scroll-down div#stockeditpage li.nav-item.nav-overview.d-none {
    display: block !important;
}

.body_stock_edit nav#stockaddnav.sticky-top {
    top: 140px;
}

.body_stock_edit div#vehicle_panel_right.sticky-top {
    top: 160px;
    margin-top: -16px;
}

.body_stock_edit header.page-header.sticky-top {
    top: 66px;
    max-width: 100%;
    margin: auto;
    z-index: 1040;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}

.body_stock_edit nav#stockaddnav .nav .nav-item {
    width: 100%;
}

.body_stock_edit .row.imageplaceholders .col-auto {
    max-width: 20%;
}

.body_stock_edit .panelanchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.body_stock_edit .panel-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin: auto;
}

.body_stock_edit .input-group-text {
    white-space: nowrap;
    font-size: 0.75rem;
    font-weight: bold;
    /* color: white; */
    /* background-color: var(--color-primary); */
}

.body_stock_edit .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
}

.body_stock_edit .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0px;
}

.body_stock_edit .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #333 transparent transparent transparent;
}

.body_stock_edit div#ad_preview p {
    margin: 1rem auto !important;
    font-size: 1rem;
}

.body_stock_edit .img-thumbnail {
    display: inline-block;
    width: 100%;
    height: auto;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.body_stock_edit .bike-thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 112px;
}

.body_stock_edit span.overlay {
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 74%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	cursor: grab;
}

.body_stock_edit .bike-thumb span.overlay.hover {
    opacity: 0.8;	
}

.body_stock_edit .bike-thumb .overlay i {
    font-size: 12px;
    font-weight: bold;
    line-height: 7rem;
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;
    opacity: 1;
    font-style: normal;
}

.body_stock_edit img.marketplaceicon {
    max-height: 35px;
    margin-top: 0.25rem;
}

/*STOCK DETAL EDIT OUT */


/*.marketplace-icons .toggle-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left 0.35s;
    -webkit-transition: left 0.35s;
    -moz-user-select: none;
    -webkit-user-select: none;
}


.marketplace-icons .toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.marketplace-icons .marketplace-icons .toggle-on.btn {
    padding-right: 24px;
}

.marketplace-icons .toggle input[type="checkbox"] {
    display: none;
}

.toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
    width: 0px;
    border-width: 0 1px;
}*/

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}
.navbar-nav a.logo-nav {
    padding: 15px 0px;
}

.navbar-right{
  margin-right: 0;
}

/* icons with badges */
.quick-btn {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  margin: 5px;
  color: #444444;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
}
.quick-btn .label {
    position: absolute;
    top: 1px;
    right: -5px;
    background-color: var(--color-primary);
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50%;
}

.btn-metis-4 {
  color: #ffffff;
  background-color: #a264e7;
  border-color: #62309a;
}
    
 

.img-thumbnail-overlay {
    width: 100%;
    height: 100%;
    background-color: #ffb00f;
    border-radius: 15px;
    z-index: 1;
    opacity: 0.5;
    position: absolute;
    top: 0.5em;
    display:none;
}   

.hidden_option {
    display: none;
}
.blank_plate {
    width: 420px;
    height: 107px;
    background: transparent url('../../../assets/img/blank_plate.gif') center center no-repeat;
}

::-ms-clear {
  display: none;
}

.form-control-clear {
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
} 

#clear-filter-form{
  margin-bottom: 15px;
}

.sort-by{
  width: 10px;
  display: inline-block;
  position: relative;
}

.sort-by a{
  float: left;
  display: block;
  font-size: 10px;
  height: 8px;
}

.wrapper{
  padding: 10px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
  background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%);
  margin-bottom: 20px;
  border-radius: 5px;
}


section#login .wrapper{
  width:300px;
  margin:100px auto;
}

section#login .form-signin input[type=text]{
  margin-bottom: 10px;
}


@-webkit-keyframes shake {
  0% { -webkit-transform: translate(3px, 0px);}
  10% { -webkit-transform: translate(-2px, 0px);}
  20% { -webkit-transform: translate(-4px, 0px); }
  30% { -webkit-transform: translate(0px, 0px); }
  40% { -webkit-transform: translate(2px, 0px); }
  50% { -webkit-transform: translate(-2px, 0px); }
  60% { -webkit-transform: translate(-4px, 0px); }
  70% { -webkit-transform: translate(3px, 0px); }
  80% { -webkit-transform: translate(-2px, -0px); }
  90% { -webkit-transform: translate(3px, 0px); }
  100% { -webkit-transform: translate(2px, 0px); }
}

.wrapper.error{
  -webkit-animation-name: shake;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-iteration-count: 3;
  -webkit-animation-timing-function: linear;
}

.navbar > .container-fluid{
    padding-top: 5px;
  padding-bottom: 5px;
}

.table>tbody>tr>td{
  vertical-align: middle;
}

.btn.full-width{
    width: 100%;
}

.btn-group.status-group{
  width: 100%;
}

.btn-group.status-group .btn{
  width: 33%;
}

.btn-group.archived-group{
  width: 100%;
}

.btn-group.archived-group .btn{
  width: 50%;
}

.btn .badge {
  position: absolute;
  color:#fff;
  font-size: 11px;
  font-weight: normal;
  margin-top: -4px;
  margin-left: 3px;
  top: inherit;
  text-shadow:none;
  background-image: linear-gradient(to bottom,#428BCA 0,#428BCA 100%);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  /*background-image: linear-gradient(to bottom,#FFF9F9 0,#C9C9C9 100%);*/
  /*box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);*/
  /*text-shadow: 0 1px 0 #fff;*/
  /*border:1px solid transparent;*/
  /*border-color: #adadad;*/
}

.badge {
  padding: 2px 4px;
  font-size: 12px;
}

.btn .badge.add{
  background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
  text-shadow: none;
  color: #fff;
}

.btn .badge.feat{
  background-image: none;
  background-color: #333;
}

.btn.btn-xs{
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  height: auto;
}


.ui-sortable-helper{
   border:1px solid #dddddd;
   background-color:#E0E0E0;
}


#promotions .nav li.offers-nav-item, #index .nav li.bikes-nav-item{
  color: #555;
  background-color: #e7e7e7;
  background-image: -webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);
  background-image: -o-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f3f3f3));
  background-image: linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
  box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
  border-bottom: 2px solid RGBA(213, 22, 34, 1);
}




.filter-wrapper.main-input-wrapper{
  overflow: inherit;
}

.input-wrapper{
  overflow: hidden;
}



.nav li.active{
  border-bottom: 2px solid RGBA(213, 22, 34, 1);
}


.full-width{
  width:100%;
}

.half-width{
  width: 49%;
  margin-right: 2%;
  float: left;
}

.quarter-width{
  width:23.5%;
  float: left;
  margin-right: 2%;
}

.no-margin-right{
  margin-right:0;
}


select.bike-main, button.bike-main{
  -webkit-appearance: inherit;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

/*Thumbnail Area Styling*/

.thumbnail-wrapper{
  display: block;
  width: 100%;
}

.thumb-display{
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing:border-box;
  position: relative;
}

.thumb-display .delete-thumb{
  position: absolute;
  top: -8px;
  right: -7px;
  cursor: pointer;
  color: #555;
  font-size: 11px;
  font-weight: 100;
  padding: 1px 4px;
  border-radius: 25px;
  background-color: rgb(238, 238, 238);
  border: 1px solid #ccc;
}

.thumb-display img{
  width: 100%;
  margin-bottom: 10px;
}


#progressBar{
  display: none;
  text-align: center;
  height: 10px;
  position: relative;
  z-index: 9;
  border: 1px solid #ccc;
  overflow: hidden;
  box-sizing:border-box;
}
#progressBar #status{
  width: 0%;
  background:#00bd67;
  height: 10px;
  transition:1s linear width; /*this gives a smooth effect as the progress increases*/
}
#progressBar #percentage{
  position: absolute;
  text-align: left;
  z-index: 11;
  top: 0;
  left:0;
  font-size: 12px;
  color: #ffffff;
  width: 350px;
  padding-left: 5px;
  line-height: 15px;
  display: none;
}

.text-area label{
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px 4px 0px 0px;
  background-color: #EEEEEE;
  border-bottom: none;
  margin-bottom: 0;
  font-weight: normal;
  color: #555;
  font-size: 12px;

}

.text-area textarea{
  border-radius: 0px 0px 4px 4px;
}

#template-css{
  height:500px;
}

.cke_chrome{
    border-radius: 0px 0px 4px 4px !important;
    border-color: #ccc !important;
}

.colourways-wrapper{
  overflow: initial;
  background-color: white;
  background-image: none;
  min-height: 148px;
}

.colourways-wrapper .colourway{
  float: left;
  border: 1px solid #FFFFFF;
  border-radius:4px;
  position: relative;
  z-index: 199;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
}

.colourway .delete-img{
  display: none;
}

.colourway:hover .delete-img{
  display: block;
  position: absolute;
  top: -8px;
  right: -7px;
  cursor: pointer;
  color: #555;
  font-size: 11px;
  font-weight: 100;
  padding: 1px 4px;
  border-radius: 25px;
  background-color: #E2E2E2;
  border-color: #E2E2E2;
  line-height: 1.42857143;
  background-image: none;
  height: auto;
  width: auto;
}

.colourway:hover .delete-img:hover{
  background-color: #D51A29;
  border-color: #D51A29;
  color: #fff;

}

.colourway img{
  border-radius:4px;
}

.colourway .img{
  text-align: center;
  margin-bottom: 10px;
  min-height: 150px;
}

.colourway:hover{
  border-color:#DDDDDD;
  z-index: 200;
  border-radius: 0;
}

.colourway:hover img{
  border-radius:4px;
}

.colourwayPlaceholder{
  background-color: #ccc;
  width: 25%;
}

.pricing-wrapper .row .input-group{
  margin-bottom: 10px;
}


/* Secondary Nav */
#nav-toggle{
  background: none;
  background-color: #D71621;
  border:none;
  box-shadow: none;
}

#nav-toggle:hover{
  background-color: #B5111A;
}

.panel {
  border-radius: 0;
}

.panel-group{
  margin-bottom:0;
}

.panel-title a span{
  height: 25px;
  line-height: 25px;
}



.panel-title .icon{
  font-size: 16px;
  margin-right: 10px;
}

* a:focus, * a:hover, * a:active {
  text-decoration: none;
}

.pricing .row{
  border-bottom:1px solid #DDDDDD;
  padding: 10px 0px;
}

.pricing .row:last-child{
  border-bottom:none;
}

#side-nav{
  width: 100%;
}


#side-nav ul li{
  position: relative;
  margin: 2px 0;
}

#side-nav ul li.active{
  border-bottom: 0;
}

#side-nav>ul>li{
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #fff;
}

#side-nav ul>li>a {
  padding: 0;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  font-weight: 400;
}

#side-nav ul li a {
  display: block;
  position: relative;
  line-height: 32px;
  height: 32px;
  color:#333;
}

#side-nav ul li a i{
  font-size: 16px;
  line-height: 32px;
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-left: 0;
  text-align: center;
}

#side-nav ul>li.with-ul>a:after {
  line-height: 21px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}

#side-nav ul>li.with-ul>a.collapsed:after {
  content: "\f105";
}

#side-nav ul>li.with-ul>a:after {
  content: "\f107";
}

#side-nav ul>li.with-ul>a:after{
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: 0 0;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#side-nav li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#side-nav li ul li a {
  font-size: 13px;
  font-family: Arial,sans-serif;
  padding: 0 20px;
}

#side-nav ul li.bike-nav a i {
  font-size: 23px;
}


/*.collapse.in:before {
  content: "";
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 12px solid #000;
  position: absolute;
  top: 37px;
  bottom: 0;
  left: 50%;
  margin-left:-12px;
}*/

/*##########################*/
/* Plugins styling overide */
/*#########################*/


/*Bootstrap overide*/
textarea.form-control {
    min-height: 150px;
}

/* .form-control {
    border-radius: 0;
    font-size: 0.75rem;
} */

.panel-group .panel {
    border-radius: 0;
}

.panel-group .panel.panel-default {
    margin-bottom: 7.5rem !important;	
}

.panel-title {
    font-size: 12px;
    font-weight: bold;
    margin: auto;
}

.panel-title a {
    color: inherit;
    text-decoration: none;
}

.topfilters textarea.form-control {
    min-height: 150px;
}


.alert{
  background-image: none;
}


/*Multi Select*/
.multiselect-container>li.multiselect-group-clickable label{
  text-transform: capitalize;
}

.filter .btn {
  padding: 6px 3px;
  min-height: 34px;
}

/*Select2*/

.select2-default {
  color: #555 !important; 
}

.select2-drop{
  color:#555;
}

.select2-drop-active{
  border-color:#ccc;
  box-shadow: 0 18px 20px rgba(0, 0, 0, .15);
}

.select2-results .select2-highlighted{
  background-color: #eee;
  color:#555;
}

.select2-dropdown-open .select2-choice .select2-arrow b{
  background-position: -18px 5px;
}

.select2-container.select2-allowclear .select2-choice abbr{
  position: absolute;
  top: -8px;
  right: -7px;
  cursor: pointer;
  color: #555;
  font-size: 11px;
  font-weight: 100;
  padding: 1px 4px;
  border-radius: 25px;
  background-color: rgb(238, 238, 238);
  border: 1px solid #ccc;
  line-height: 1.42857143;
  background-image: none;
  height:auto;
  width: auto;

}

.bigdrop .select2-results {
  max-height: 900px;
} 

.bike-thumb-option img{
  width: 100%;
}

.select2-result-label .bike-thumb-text{
  display: block;
  font-weight: bold;
}

.select2-result-label .bike-thumb-color{
  font-size: 11px;
  display: block;
}


.select2-container-multi .select2-search-choice-close{
  top:3px;
}

.input-group .select2-container-multi .select2-choices .select2-search-choice{
  background-image: none;
  background-color: #EEEEEE;
}

.input-group .select2-container-multi .select2-choices {
  min-height: 34px;
}

.select2-container.select2-allowclear .select2-choice .select2-chosen{
  margin-right: 0;
  width: 100%;
  box-sizing: border-box;
}

.select2-container .select2-choice{
  line-height: 12px;
  height: auto;
  border: 1px solid #CCCCCC;
  background-image: none; 
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  color: #555;
  padding: 10px 8px 10px 8px;
  background-color:#fff;
}

.select2-container .select2-choice .select2-arrow{
  border:none;
  background: none;
  background-color: trans;
}

.select2-dropdown-open .select2-choice .select2-arrow{
  border-left:none;
}

.select2-choice.select2-default{
  background-color:#fff;
  box-shadow: none;
  background-image: none; 
}

.select2-allowclear .select2-choice .select2-arrow{
  display: none;
}

.select-input select{
  -webkit-appearance:none;
  width: 88%;
  float: left;
}

.select-input label{
  display: block;
}

.select-input button{
  width: 12%;
}

/* Tables */

.table{
  margin-bottom: 0;
}




/*Date Time Picker*/

.datetimepicker table tr td.today{
  background-color: #EEEEEE;
  background-image: none;
}




.dropdown-menu>.active>a{
  background-image: none;
  background-color: #EEEEEE;
  font-weight: normal;
  color:#555;
}

/*Chart Styling*/

.pie-legend{
  list-style: none;
  margin:0;
  padding-left:0;
}

.pie-legend li span{
  width: 10px;
  height: 10px;
  display: block;
  float: left;
  margin-right: 10px;
}

/* DropZone Styling */


.dropzone .dz-preview .dz-image{
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.base.admin_actions tr{
    height: 40px;
}
.base.admin_actions td{
    font-size: 16px;
    padding: 10px;
}
.vehicle_sell .table-condensed thead tr{
    height: 40px;
}
.vehicle_sell .table-condensed thead th{
    vertical-align: middle;
    padding: 5px;
}
.status_cell{
    text-align: center;
}
.btn-group .btn {
    margin-right: 5px;
}
.btn-group .btn.btn-default {
    margin-right: 0;
}
.status_cell .btn-success{
    max-width: 35px;
}
#bulk_list, #bulk_delist, #reset_stock_list {
    width: 150px;
}
.table>tbody>tr.hiddenRow>td{
    padding: 0;
}
.modal-header .close {
    margin-left: 20px;
    font-size: 30px;
}
#preview_form img#image_id {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
.num_records{
    text-align: center;
}

body.body_stock_list td.text-danger.cell_model_variant span {
    font-weight: bold;
    display: inline-block;
    background: #CC0000;
    color: #FFF;
    padding: 4px 7px;
}

body.body_stock_list td.text-danger.cell_model_variant span::after {
    content: "Edit to validate model";
    display: block;
    font-size: 10px;
}

body.body_stock_list img.imgfit {
    width: 80px;
    height: 80px;
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 576px) {
.row.record_row {
    padding: 1rem 0.5rem;
}

.vehicle-image-wrapper img {
    width: 100%;
}

.status-wrapper {
    margin-top: -5rem !important;
}

}

@media (min-width: 768px) {
.border-md {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}
	
.navbar-inverse .navbar-nav a:hover {
    text-decoration: underline;
}
	
.h-md-100 {
    height: 100%!important;
}
	
.marketplace-icons.marketplace-icons {
}
	
body.body_stock_list .container, body.body_stock_edit .container, body.body_stock_edit .container-lg {
    max-width: 1400px;
}
	
.padleftmd {
    padding-left: 3rem;
}

.brand-make-model .vehicle-brand, .brand-make-model .vehicle-model-variant {
    display: inline-block;
    font-size: 1.5rem;
}	
}

@media (min-width: 992px) {
	
.border-lg {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}
	
div#topnavmenu ul.nav.nameandlocation {
    position: absolute;
    right: 1rem;
    top: 1rem;
}
	
div#topnavmenu .navbar-nav .dropdown-menu {
    top: 39px;
    border-radius: 0 0 0.375rem 0.375rem;
}
	
div#topnavmenu .mega-dropdown-menu.show {
    padding: 20px 0px;
    width: 940px;
    box-shadow: none;
    -webkit-box-shadow: none;
    display: block;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    left: -185px;
}
	
div#topnavmenu .mega-dropdown-menu li {
    list-style-type: none;
}	

.row.record_row .inventoryinfo row.feed_icon_grp.marketplace-icons {
	display: none;
}
	
.row-heading .heading-image {
    max-width: 120px;
}	
	
.row.record_row .col.image {
    margin: 40px auto -5px !important;
    max-width: 120px;
    padding: 0 0 0px 2px;
}
	
.row.record_row .stockimgwrap {
    max-width: 100px;
    position: relative;
}
	
.row.record_row .stockimgwrap .img-count {
    top: -5px;
}	
	
.row.record_row .image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
	
/*.feed_icon_grp.marketplace-icons {
    width: 90%;
    margin: -20px auto auto 110px;
}*/
	
.row.record_row .inventoryinfo .align-items-center .col {
    margin-top: -10px;
}	
	
/* .feed_icon_grp.marketplace-icons {
    border-top: 1px dashed #999;
    padding: 1rem 0 0 0 !important;
} */
	
.feed_icon_grp.marketplace-icons .row.align-items-center {
	margin-top: auto;
}
	
.row-listings .inventoryinfo span.dealer-ref:not(:empty) {
    font-size: 12px;
    top: 83px;
    left: 45px;
    color: white;
}	

}

@media (min-width: 1200px) {
div#topnavmenu .mega-dropdown-menu.show {
    width: 1117px;
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
    left: -190px;
}
}

@media (min-width: 1400px) {
div#topnavmenu .mega-dropdown-menu.show {
    width: 1300px;
    columns: 5;
    -webkit-columns: 5;
    -moz-columns: 5;
    left: -195px;
}
}

@media (max-width: 992px) {
    nav#topnav a.navbar-brand {
    margin: 0.1rem 1rem 0.45rem 1rem;
}
	
nav#topnav button.navbar-toggler {
    margin: 0 1rem 0.6rem 0;
}	
	
nav#topnav {
    padding-bottom: 0;
}
	
nav#topnav .container-lg {
    padding: 0;
}
	
nav#topnav #topnavmenu {
    background: #444;
    padding: 1rem;
}
	
nav#topnav ul.nav.information, nav#topnav ul.nav.vehicletype, nav#topnav ul.nav.information li, nav#topnav ul.nav.vehicletype li {
    display: inline;
}	
	
ul.dropdown-menu.show, ul.dropdown-menu.mega-dropdown-menu.show {
    margin-top: 1rem;
}
	
ul.settings ul.dropdown-menu.mega-dropdown-menu.show {
    height: 90vh;
    overflow: auto;
    padding-bottom: 5rem;
}
}

@media (max-width: 768px) {
.bp-wrapper {
    overflow-x: unset;
}
	
.body_stock_edit .panelanchor {
    top: -185px;
}	
}

@media (max-width: 575.9px) {
.action_buttons ul.dropdown-menu {
    left: auto;
    right: 0;
}
	
/*.headeractions a.btn {
    width: 32.6%;
    padding: 0;
}*/
	
.row-listings a.col.image {
    width: 50px !important;
    flex: none;
    margin: 0;
    padding: 0;
}
	
.row-listings a.col.image img  {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
}
	
.row-listings a.col.image .stockimgwrap {
    max-width: 50px;
    position: relative;
}
	
.row-listings .col.regplate {
    width: auto;
    flex: none;
    position: absolute;
    top: 10px;
    left: 60px;
}
	
.row-listings .col.brand {
    width: auto;
    flex: none;
    position: absolute;
    top: 28px;
    left: 60px;
    max-width: 50%;
    overflow: hidden;
    max-height: 20px;
}
	
.row-listings .col.cell_model_variant {
    width: auto;
    flex: none;
    position: absolute;
    top: 45px;
    left: 60px;
    max-width: 70%;
    overflow: hidden;
    max-height: 20px;
}
	
.row-listings .col.stock_list_price {
    width: 100px;
    flex: none;
    position: absolute;
    top: 10px;
    right: 65px;
}
	
.row-listings .col.action_buttons {
    width: 66px;
    flex: none;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    margin: 0;
}
	
.row-listings .col.action_buttons .btn {
    padding: 0.2rem 0.5rem;
    height: auto;
    line-height: 20px;
}
	
.row-listings .selectitem {
    flex: none;
    position: absolute;
    top: 42px;
    right: 10px;
    padding: 0;
    margin: 0;
}
	
.marketplace-icons {
    margin: auto;
    padding: 0px;
}
	
.marketplace-icons .col-6 {
    padding-left: 0;
    margin-top: 10px;
}	
	
.row.record_row:hover {
    /*background: none;*/
}
	
.row-listings .inventoryinfo span.dealer-ref:not(:empty) {
    font-size: 10px;
    position: absolute;
    top: 30px;
    left: -51px;
    color: white;
}	

.page-header .input-group.dealer-location .select2-container--default {
    width: 80% !important;
}

.page-header .input-group.dealer-location .input-group-btn {
    width: 20% !important;
    display: inline-flex;
}

.page-header .input-group.dealer-location .input-group-btn .btn {
    width: 100%;
}

.vehicle-reg-plate-display {
    display: inline-block !important;
    width: 150px !important;
}
	
}

@media (max-height: 850px) {
.base.login .leftpanel img.panel-logo {
	display: none;
}
}

.input-group-text .fa-info-circle {
  display: none;
}