html
{
    //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;
}

.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;
}
.quick-btn .label {
  position: absolute;
  top: 1px;
  right: -5px;
}

.btn-metis-4 {
  color: #ffffff;
  background-color: #a264e7;
  border-color: #62309a;
}
    
 
.img-thumbnail {
}
.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-default>.panel-heading{
//   background: none;
//   background-color: #E2E2E2;
// }


.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*/

.panel-title{
  // height: 34px;
  // line-height: 34px;
  font-size: 12px;
  font-weight: bold;
}

// .panel-default>.panel-heading {
//   background: none;
//   background-color: #e0e0e0;
//   border-radius: 0;
// }

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

.form-control {
  border-radius: 0;
}


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