.nV6{
      color: #D43C24
}

.nV8{
      color: #A10300
}

.lV6{
      color: #A2D424
}

.lV8{
      color: #63AD37
}

.vendorTitle{
      font-size:11px;
      /*font-weight:bold;*/
      /*text-align:center;*/
      padding-bottom:5px;
}

.vendorItems{
      /*padding-bottom:60px;*/
      /*height:33px*/
}

.vTable tr:nth-child(even) {
      background-color: #f2f2f2
}

.reducePad{
      padding-right:5px !important
}
.caption{
      font-size:10px;
      text-align:center;
}

.rounded {
  border-radius: 10px;
}

.sourceText{
      font-size:12px;
      font-style: italic;
      color:teal
}

.perCent{
      font-size:11px;
      text-align:right;
      font-weight:bold;
      padding:18px 0px 0px 24px;

}

.altRow{
      background-color:lightgoldenrodyellow;
}

.altRow input{
      background-color:lightgoldenrodyellow !important;
}

.purchasePrice {
      background-color:#8b8c27;
      color:white !important;
      /*padding:0px 0px 7px 0px !important;*/

}

.resaleValue {
      background-color:#ADAE67;
      color:white !important;
}

.resaleValue input {
      background-color:#ADAE67 !important;
      color:white !important;
      /*padding:30px 14px 24px 0px !important;*/

}

.purchasePrice input {
      background-color:#8b8c27 !important;
      color:white !important;
      /*padding:11px 14px 0px 0px !important;*/

}
input{
      width:100px !important;
      height:22px !important;
      font-size:16px;
      text-align:right;
      font-weight: bold;
      border-width:0 !important;
      background-color: #efefef !important;
}

.chartBGrow{
      background-image: url("../../img/46751664-polygon-wallpaper.jpg") !important;
      background-repeat: no-repeat;
      background-position: center; 
      background-size: cover;
}

.nav-pills>li.active>a, .nav-pills>li>a:hover {
      background-color:#7D7000 !important;
      /*background-color:#A10A08 !important;*/
      color:white !important;
}

.nav-pills>li>a {
    background-color:#D4CF3C;
    color:black !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tcoSize{
      font-size:17px;
      font-weight:bold;
}

.carTitle{
      font-size:22px;
      font-weight:bold;
}
.bg-grey {
    background-color: #efefef;
}
.bg-greyDark{
      background-color:#737373;
      color:white;
}

.bg-greyDarkGradient{
      background: #ababab;
      background: -moz-radial-gradient(center, ellipse cover, #ababab 0%, #5c5c5c 65%, #3d3d3d 100%);
      background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ababab), color-stop(65%, #5c5c5c), color-stop(100%, #3d3d3d));
      background: -webkit-radial-gradient(center, ellipse cover, #ababab 0%, #5c5c5c 65%, #3d3d3d 100%);
      background: -o-radial-gradient(center, ellipse cover, #ababab 0%, #5c5c5c 65%, #3d3d3d 100%);
      background: -ms-radial-gradient(center, ellipse cover, #ababab 0%, #5c5c5c 65%, #3d3d3d 100%);
      background: radial-gradient(ellipse at center, #ababab 0%, #5c5c5c 65%, #3d3d3d 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ababab', endColorstr='#3d3d3d', GradientType=1 );
      color:white;
}

table p {
      padding-left: 10px;
}

.bg-greyDark p {
      font-size:bold !important;
}

.highlight-text{
      color:cyan;
      font-weight:bold;
}

.highlight-text-red{
      color:red;
      font-weight:bold;
}

.bg-greyDarker{
      background-color:#3c3c3c;
      color:white;
}
.bg-lightgrey{
      background-color:#ececec;
}

.bg-mediumgrey{
      background-color:#dcd9d9;
}
.bg-greyLight {
    background-color: #CCCC99;
}
.bg-greywhite {
    background-color: #CCCC99;
}
.nissanV6Panel{
      border-color: #D43C24 !important;
      border-bottom-width:4px;

}

.nissanV6Border{
      border-color: #D43C24 !important;
      border-left:2px dotted;
      border-right:2px dotted;
      /*padding-right: 0px;*/
}
.nissanV8Panel{
      border-color: #A10300 !important;
      border-bottom-width:4px;
}
.toyotaV6Panel{
      border-color: #A2D424 !important;
      border-bottom-width:4px;
}
.toyotaV8Panel{
      border-color: #63AD37 !important;
      border-bottom-width:4px;
}
.highcharts-background{
      width:60px !important;
      height:60px !important;
}


.noUi-horizontal .noUi-handle {
      width: 21px;
      height: 16px !important;
      left: -17px;
      top: -3px !important;
}

.noUi-handle:before, .noUi-handle:after {

      height: 7px !important;
      top: 3px !important;
}

.noUi-horizontal {  
      height: 13px !important;
}


.noUi-target {
      border-radius: 6px !important;
}

.valueLabel{
      padding-top:20px;
      font-weight:bold;
}

@media (min-width: 768px) {
         .col2 {
            float: right;
            padding-top:-40px !important
      }

      .col3 {
            background-color: yellow;
            float: right;
      }

      .col1 {
            background-color: green;
            float: left;
      }

}