
.img-thumbnail {
    opacity:.8;
}

.img-thumbnail:hover {
    opacity:1;
}

.myfrow {
    margin-top: 2px;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
}


.inputbox { 
  padding: 0px 5px 0px 0px;
  overflow: hidden; 
}
  
.inputbox input { 
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.inputbox select { 
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}


::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.filter {
    padding-top: 4px;
}

.navbar-scrollspy{
    border: 1px solid rgb(66, 139, 202);
    border-radius: 6px;
}

list-group-item {
    padding-left: 0px;
    padding-right: 0px;
}

#vehicleModalDlg {
    left: 0;
    right: auto;
    width: 900px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: auto;
} 


.navbar-nav>li>a {
    padding-top: 10px; 
    padding-bottom: 10px; 
}    

.navbar {
    min-height: 30px;
}   

.navbar-default .navbar-nav .btn-primary>a,
.navbar-default .navbar-nav .btn-primary>a:hover, 
.navbar-default .navbar-nav .btn-primary>a:active,
.navbar-default .navbar-nav .btn-primary>a.active,
.navbar-default .navbar-nav .btn-primary>a:focus,
.navbar-default .navbar-nav .btn-primary>a.focus,
.navbar-default .navbar-nav .btn-primary>a:active:focus
{
    color: white;
}   

.navbar-default {
    border-radius: 10px;
    border: 2px solid #e7e7e7;
}      

.item {
    text-align: center;
    width: 100%;
}

.regdiv {
    border: solid 1px #cccccc;
    min-height: 200px;
    width: 100%;
    margin-top: 30px;
    margin-left: 15px;
    border-radius: 10px            
}

.special {
    border: solid 2px #cccccc;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 20px            
}

textarea { resize:both; }

.divdefault {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    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;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
}

.form-group-xs .form-control {
  height: 24px;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 1.3;
  border-radius: 3px;
  width: 100%;
}

.form-group-xs select.form-control {
  height: 24px;
  line-height: 24px;
}
.form-group-xs textarea.form-control,
.form-group-xs select[multiple].form-control {
  height: auto;
}

.form-group-xs .form-control-static {
  height: 24px;
  min-height: 26px;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-xs .control-label {
    padding-top: 6px;
    font-size: 12px;
  }  
}

.form-group-xs {
    margin-bottom: 5px;
}

.form-group-xs td{
  font-size: 12px;
}

hr {
    background-color: #eee;
    border: 0 none;
    color: #eee;
    height: 3px;
}

.img-main {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: red;
    border: 1px solid red;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.text-block {
    position: absolute;
    left: 15px;
    background-color: red;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 800;
}

.price-field {
    color: blue;
}

.padding2px {
    padding-left: 2px
}

.vehicle_details_sm {
    padding-left: 0px;
    padding-right: 30px;
    padding-top: 20px;    
}

@media (min-width: 1700px) {
    .container {
        width: 1400px;
    }
}

@media (max-width: 700px) {
    .invdiv {
        margin-left: 0px;
    }
    
    .tradein_fld {
        margin-top: 10px;
    }
}

.line1_small {
    text-align: center;
    border-top: solid 2px black;
    margin-top: 5px;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 90px;
  height: 90px;
  -webkit-animation: spin 2s linear infinite; 
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.last_line {
    position: fixed;
    bottom: 0;
    width: 100%;
}