@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
  background: #f5f5f5;
  font-family: Open Sans, sans-serif;
  padding-top: 0;
  padding-bottom: 60px;
  font-size: 12px;
  color: #333333; }

h1, h2, h3, h4, h5, h6 {
  text-transform: capitalize; }

html {
  height: 100%;
  box-sizing: border-box; }

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%; }

footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
  line-height: 1rem; }

h1.header {
  font-size: 26px;
  margin-top: 0; }

.image {
  position: relative;
  display: block; }

.bp-wrapper {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 10px;
  border-top: 3px solid #e4e4e4; }

.panel-default > .panel-heading {
  border-bottom: 1px solid #dddddd;
  background-color: #e4e4e4;
  border-radius: 0; }

.panel-group .panel + .panel {
  margin-top: 10px; }

.listing_feed .input-group-addon, .listing_feed .input-group .form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  -webkit-appearance: none;
  box-shadow: none; }

.table > thead:first-child > tr:first-child > th, .table > tbody > tr > td:first-child {
  //padding-left: 0; 
}
.table > thead:first-child > tr:first-child > th, .table > tbody > tr.hiddenRow > td:first-child {
/*  padding: 0; */
}


.table > thead:first-child > tr:last-child > th, .table > tbody > tr > td:last-child {
  padding-right: 0; }

.bp-wrapper.stock-filters {
  margin-bottom: 10px; }

.stock-filters .form-group {
  margin-bottom: 8px; }

.panel-group.default-advert-text {
  margin-bottom: 10px; }

.stock-list-action-wrapper {
  margin-top: 10px; }

.bulk_action_wrapper {
  width: 150px;
  height: 34px;
  display: inline-block; }

.input-group .form-control.default-text {
  resize: none; }

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

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

.input-group-select select {
  float: left;
  -webkit-appearance: none; 
  -moz-appearance: none;
}

#shout .modal-dialog {
  padding-top: 15%; }

#shout-btn {
  position: fixed;
  visibility: visible !important;
  cursor: pointer;
  bottom: 67px;
  right: 5%;
  width: auto;
  border: 0;
  font-size: 20px;
  background: #222222;
  color: #FFFFFF;
  padding: 10px 20px;
  margin: 0;
  z-index: 100;
  height: 50px; }

.full-width {
  width: 100%;
  margin: 0; }

.table-header-rotated td {
  width: 40px;
  vertical-align: middle;
  text-align: center; }

.table > thead > tr > th.table-btn-group {
  padding: 0; }

.table-btn-group .btn-group {
  display: table; }

.table-btn-group > .btn-group > .btn {
  display: table-cell;
  float: none; }

.table > tbody > tr > td {
  vertical-align: middle;
  font-size: 12px; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: none;
  background-color: #f3f2f2;
  padding: 15px 8px; }

.panel, .alert, .well, .input-group-addon, .img-thumbnail, .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.bike-thumb {
  margin-bottom: 10px;
  padding: 0;
  position: relative; }

.bike-thumb {
  margin-bottom: 10px;
  padding: 0;
  position: relative; }

.bike-thumb .overlay {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 80px;
  max-height: 300px;
  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; }

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

.sortable-placeholder {
  border: 2px dashed #dddddd;
  min-height: 98px;
  margin-bottom: 10px;
  text-align: center; }

.sortable-placeholder span {
  color: #dddddd;
  line-height: 94px;
  text-align: center;
  width: 100%;
  font-weight: bold;
  padding: 0;
  margin: 0;
  display: inline-block; }

.bike-thumb .overlay.hover, .bike-thumb .overlay.hover i {
  opacity: 0.8; }

.bike-thumb img {
  width: 100%;
  height: 80px;
  object-fit: cover; }

.image img {
  object-fit: cover;
  object-position: bottom;
  width: 80px;
  height: 80px;
  border: 2px solid #ddd; }

.bike-thumb .btn-xs {
  font-size: 8px;
  padding: 2px 5px; }

#vehicleImages {
  margin-bottom: 10px; 
  max-height: 314px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.media_images, .delete_image {
  bottom: 0; }

.delete_image {
  right: 0; }

#vehicle_images > div:hover {
  cursor: pointer; }

#vehicle_images .sortable-dragging {
  cursor: move; }

.media-panel .panel-heading {
  margin-bottom: 0; }

.placeholders {
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #eee; }

.media-panel small {
  font-weight: 700;
  font-size: 12px; }

.placeholders .placeholder {
  width: 20%;
  display: block;
  float: left;
  padding: 5px; }

.placeholder img {
  width: 100%; }

.select-group select {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  padding: 6px 12px;
  position: absolute; }

.select-group .select-wrapper {
  padding: 0;
  outline: none;
  position: relative;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ccc; }

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

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

.input-group-addon {
  font-size: 12px;
  font-weight: bold; }

.dropdown-menu {
  -webkit-background-clip: none;
  background-clip: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  top: 100%;
  z-index: 9999;
  margin-top: -1px; }

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 1000px;
  box-shadow: none;
  -webkit-box-shadow: none; }

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0; }

.mega-dropdown-menu > li > ul > li {
  list-style: none; }

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px; }

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none; }

.mega-dropdown-menu .dropdown-header {
  font-size: 16px;
  padding: 5px 60px 5px 5px;
  color: #000000;
  font-weight: 600; }

.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; }

.logo-nav .brand {
  max-width: 110px; }

.navbar-inverse {
  background-color: #333333; }

.navbar-brand {
  float: left;
  height: 34px;
  font-size: 18px;
  line-height: 34px;
  padding: 0;
  margin-left: 10px; }

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

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

.nav-bp-text {
  font-size: 14px;
  font-weight: 400;
  background-color: #272727; }

.navbar-inverse .navbar-nav > li.nav-bp-text a {
  padding: 0;
  margin: 0; }

.navbar-inverse .navbar-nav > li > a.nav-bp-text:hover {
  background-color: #272727; }

/* 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; }

.quick-btn .label {
  position: absolute;
  top: 0px;
  right: -5px;
  width: 20px;
  height: 20px;
  border-radius: 28px;
  line-height: 16px;
  text-align: center;
  z-index: 1000; }

.quick-btn i {
  font-size: 20px; }

.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; }

.base {
  padding-top: 50px; }

.feed_icon_grp a > img {
  width: 16px; }

#vehicleImages .wrap {
  padding: 0 5px; }

#vehicleImages .row {
  margin-right: -5px;
  margin-left: -5px; }

.toolbar {
  top: 51px;
  padding: 10px 0;
  background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
  margin-bottom: 20px;
  border-radius: 0px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  z-index: 1000; }

.toolbar > .container {
  padding-right: 0;
  padding-left: 0;
  height: 34px;
  line-height: 34px; }

.sort-arrow {
  color: #333; }

.pagination {
  margin: 0; }

.pagination > li:first-child > a, .pagination > li:last-child > a, .pagination > .active > a {
  color: #333333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.pagination > li > a {
  padding: 0px 12px;
  height: 34px;
  line-height: 34px;
  color: #333333; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #f3f2f2;
  color: #333;
  border: 1px solid #ddd; }

.display-records {
  line-height: 34px;
  text-align: center; }

.easypiechart-panel {
  min-height: 190px; }

.red-text {
  font-size: 60px;
  font-weight: 600; }

.logo {
  background-image: url(img/bikeportals-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 200px;
  width: 200px;
  display: block;
  margin: 0 auto;
  position: relative; }

.login {
  background: #fff url("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%; }

.login .login_container {
    width: 300px;
    margin: 5% auto 0;
    padding: 10px;
    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);
    margin-bottom: 20px;
}

.login .login_container h1 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px; }

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

.login .login_container label {
  color: #fff;
  font-weight: 100;
  font-size: 14px; }

.login_container .login_btn {
  background-color: #00A7CE;
  text-transform: capitalize;
  border-color: #00A7CE;
  font-size: 14px;
  outline: none;
  color: #fff; }

.login_container .login_btn:hover {
  background-color: #00779B;
  border-color: #00779B; }

.login_container .forgot-password {
  float: right;
  color: #888888;
  font-size: 12px; }

/* LOGIN END */
footer {
  padding: 20px 0px; }

footer p {
  color: #fff;
  float: left;
  margin-right: 10px;
  margin-bottom: 0; }

footer a {
  color: #fff; }

.form-control {
  border-radius: 0;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 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; }

.img-count {
  position: absolute;
  margin-left: -20px;
  padding: 5px 7px;
  border-radius: 28px;
  background-color: #333333;
  font-weight: bold; }

.user_link {
  display: table-cell; }

.btn-group-xs > .btn, .btn-xs {
  border-radius: 0; }

.btn {
  font-size: 12px;
  height: 34px;
  padding: 0px 12px;
  line-height: 34px;
  background-image: none;
  box-shadow: none;
  border-radius: 0; }

.btn-success {
  border-color: #3e8f3e;
  background-color: #5cb85c; }

.btn-danger {
  border-color: #b92c28; }

.btn-warning {
  border-color: #e38d13; }

.btn-default {
  background-color: #f3f2f2; }

.btn-primary {
  background-color: #428bca;
  border-color: #2e6da4; }

.btn.btn-xs {
  height: auto;
  line-height: initial;
  padding: 3px 12px; }

.btn-bp {
  background-color: #00A7CE;
  text-transform: capitalize;
  border-color: #00A7CE;
  font-size: 14px;
  outline: none;
  color: #fff; }
                 
.bg-switch {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  float: left;
  margin-right: 10px; }

.bg-switch label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  background-color: transparent;
  border: 1px solid #ccc; }

.bg-switch label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial; }

.bg-switch.invert label {
  background-color: #555555;
  border-color: transparent; }

.bg-switch.invert label:after {
  border-color: #fff; }

.bg-switch input[type=checkbox] {
  visibility: hidden;
  position: absolute; }

.bg-switch input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  color: #333; }

.bg-switch label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3; }

.bg-switch-wrapper p {
  color: #fff; }
         
         




.has-feedback .form-control {
  margin-right: 42.5px;
  padding-right: 0; }

.stock_list_price {
  text-align: center;
  font-weight: bold; }

.table > thead > tr > th {
  background-color: transparent; }

.stock_list_table .bg-switch {
  margin-right: 2px;
  float: right; }

.stock_list_table .bg-switch label {
  position: relative; }

.table-header-rotated td {
  width: 40px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  vertical-align: middle;
  text-align: center; }

.table.no-border-right > tbody > tr > td:last-child {
  border-right: 0; }

#recipients-table .bg-switch {
  display: inline-block;
  float: none; }

/*# sourceMappingURL=main.css.map */

/*# sourceMappingURL=main.css.map */

.clickable:hover{
    cursor: pointer;
}
.clickable .btn-info i.fa.fa-eye {
    font-size: 12px;
    line-height: 30px;
}
.fixed-panel {
  min-height: 300px;
  max-height: 300px;
  overflow-y: scroll;
}

.dealer-advert-actions {
  max-width: 95%;
}

.top-margin {
  margin-top: 10px;
}

.dealer-ad-actions-nav {
  border-bottom: none;
}

@media (max-width: 768px) {
	
	.bp-wrapper {
	overflow-x: scroll;
	}

}

