﻿body {
    /*initial padding for content*/
    /*padding-top: 50px;
    padding-bottom: 20px;*/
    /*end if initial padding*/
    /*padding for tabs (deleted)*/
    /*padding:2em;*/
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 2em;
    /*end of padding for tabs*/
}

.grid-style {
    border: 1px solid rgb(212,212,212);
    min-height: 250px;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.user-details {
    margin-top: 50px;
}

.gender-text {
    margin: 0 5px;
    vertical-align: sub;
}

.contleft{
    /*width:80% !important;*/
}

.titletco{
    font-size: large;
    text-decoration:none;
    cursor:auto;
    color: white;
    /*width:300px;*/
}

.brand{
    padding-right:15px;
    color:#32a54a;
}

.lightback {
    background-color: gray;
}

.darkback {
    background-color: #32a54a;

}

.lightback {
    background-color: #FFFFFF;
    border-bottom-style:solid;
    border-bottom-color:#32a54a;
    border-bottom-width: 3px;
}

.lightbackborder {

}

.homerow {
    padding:12px;
}

.navrow {
    padding:5px;
}



.DottedLine {
/*float: left;*/
margin: 0px 10px 0 10px;
border-left: 1px dotted #dcdee1;
height: 28px;
/*display: block;*/
}

.vehiclelistformat {
    padding:2px;
    cursor:pointer;
}

.categorybutton {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Arial;
  color: #1f1d1f;
  font-size: 15px;
  background: #eee;
  padding: 20px 20px 20px 20px;
  border: solid #000000 2px;
  text-decoration: none;
  margin-bottom: 5px;
  text-align: center;
  cursor:pointer;
}

.categorybutton:hover {
    background: #32a54b;
  text-decoration: none;
}

.catlink:hover {
    text-decoration: none;
}

.catbuttonspacer {
    margin-bottom:15px;
}

@media only screen and (min-width : 1200px) and (max-width : 1650px) {
    .categorybutton {
        min-height: 110px;
    }
    }

.subcategorybutton {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Arial;
  color: #1f1d1f;
  font-size: 15px;
  background: #eee;
  padding: 8px 8px 8px 8px;
  border: solid #000000 2px;
  text-decoration: none;
  margin-bottom: 5px;
  text-align: center;
  cursor:pointer;
}

.subcategorybutton:hover {
    background: #32a54b;
  text-decoration: none;
}

.manulistthing {
    /*max-height: 350px;*/
    /*-webkit-column-count: 5;
    -moz-column-count:5;
    -moz-columns:5;
    column-count:5;*/
    columns:300px;
    background-color:#eee;
    color:darkgrey;
    border: 2px solid #ccc;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 50px;
    padding-left: 20px;
}

.no-csscolumns .manulistthing  {
    display: inline-table;
    /*max-height: 350px;*/
    /*max-width: 350px;*/
    background-color:#eee;
    color:darkgrey;
    border: 2px solid #ccc;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 50px;
    padding-left: 20px;
}

.manunavbread {
    max-height: 350px;
    /*-webkit-column-count: 5;
    -moz-column-count:5;
    -moz-columns:5;
    column-count:5;*/
    background-color:#FFF;
    color:#32a54a;
    /*border: 2px solid #ccc;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;*/
    padding-top: 8px;
    margin-bottom: 15px;
    padding-right: 11px;
    /*padding-left: 8px;*/
    /*cursor:pointer;*/
}

.navbar-fixed-top {
    width:auto !important;
    position: static;
    margin: -33px -33px 0px -33px;
}

.container {
    width:auto !important;
}

.daftTabStuff {
    padding-left: 0px;
    margin-top: 35px;
    /*background-color: white;*/
}

.controlstoshow {
    width:100%;
    /*background-color:lightgrey;*/
    /*background-color:#eee;*/
    /*color:darkgrey;*/
    /*border: 2px solid #ccc;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;*/
    /*padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 50px;
    padding-left: 20px;*/
}

.minusSign{
    font-size:large;
    font-weight:bold;
    color:red;
}

.plusSign{
    font-size:large;
    font-weight:bold;
    color:green;
}

.maincontent{
      margin-bottom: 25px;
}

.gridStyle {
    border: 1px solid rgb(212,212,212);
    width: 1000px; 
    height: 500px;
}

.myGrid {
    width: auto;
    height: 500px;
  }

.greytitle{
    font-size:large;
    color:darkgrey;
}

.whitetitle{
    font-size:large;
    color:#fff;
}


.leftMenu{
    background-color:#32a54a;
    margin-left: -2em;
    margin-top: -3em;
    padding-top: 2em;
    min-height:95vh;
    bottom:0;
}

.settTitle{
    width:50%;
    /*color:#fff;*/
    color:#000;
        margin-right: -10px;
}
.settNote{
    width:100%;
    /*color:#fff;*/
    color:#000;
    float:left;
          margin-left: -10px;
}

.settTitleW{
    /*width:50%;*/
    color:#fff;
    /*text-align: right;*/
}

.settOption{
    /*width:50%;*/
    color:#000;
}

.setInpW {
    width:100%;
}

.profiTitle {
    font-size:larger;
    font-weight:bold;
    margin-bottom:5px;
}

/*Fix to get Angular show/hide to work in IE8. I hate IE8.*/
.ng-hide { display:none!important; }

.tabNav {
    /*float: left; 
    clear:left; 
    margin-top: 0px;*/
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* IE */
    -ms-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
    /* Internet Explorer - leaving this in puts black corners in IE9 */
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);*/
    background-color:#32a54a;
    color:#fff;
     /*border: 1px solid #ccc;*/
    border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    white-space:nowrap;
    width: 130px;
    margin-top: 75px;
    margin-left: -52px;
    text-align: center;
    margin-bottom: 10px;
    font-size:larger;
    font-weight:bolder;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left:3px;
    padding-right:3px;
    cursor: pointer;
}

.tabDiv {
    float: left; 
    position:fixed;
    overflow: visible; 
    width:55px; 
    /*margin-left:-42px;*/
    margin-left:-3em;
    height:500px;
    margin-top: -30px;
    z-index:300;
}

.tabDivOpen {
    float: left;     
    overflow: visible; 
    width:55px; 
    /*margin-left:-27px;*/
    margin-left:-1em;
    height:500px;
    margin-top: -30px;
    z-index:300;
}

button[disabled] {
    color:#aaa;
}

.modelDataThing {
    /*max-height:455px;*/
    height: 100%;
    width:100%;
    /*overflow-y:scroll;*/
    overflow-y:hidden;
}

.sectorDataThing {
    /*max-height:455px;*/
    height:100%;
    width:100%;
    /*overflow-y:scroll;*/
    overflow-y:hidden;
}

.buttonContext {
    font-size: x-small;
}

.secButton {
    width:100%;
}

/*Temp Table Formatting - DELETE!! - Hmm, looks like its staying for now - not even sure why this was marked for deletion, seems useful*/
.vtable {
     border-left-width:0px;
  border-right-width:1px;
  border-top-width:0px;
  border-bottom-width:0px;
  border-color:#32a54a;
  border-style:solid;
}
.vtable th  td {
  /*border: 0px solid grey;*/
  /*border-collapse: collapse;*/
  padding: 2px;
}
.vtable th {
    color:#32a54a;
    background-color:#ffffff;
    text-align:center;
}
.vtable tr:nth-child(odd) {
  background-color: #e1e1e1;
}
.vtable tr:nth-child(even) {
  background-color: #ffffff;
}

.tableTitle {
    color:#ffffff;
    background-color:#32a54a;
    font-weight:bold;
    padding-left: 5px;
    cursor:pointer;
}
/*TEMP TABLE FORMATTING ENDS*/

.addOption {
    color:green;
    font-weight: bold;
    cursor:pointer;
}

.numDisp {    
    position: relative;
	border-radius: 50%;
	/*width: 50px;*/
	/*height: 50px;*/
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
	background-color: red;
    color: white;
    left:-8px;
}

.noCorn {
    border-radius: 0px !important;
}

.noPad {
    padding-left: 0px;
    padding-right: 0px;
}

.basketnum {
    position:relative;
    /*left:30px;*/
    cursor:pointer;
}

.col1Table {
    background-color:white; 
    text-align:right;
    padding-right:5px;
    border-color:#32a54a;
    border-style:solid;
    border-left-width:0px;
    border-right-width:1px;
    border-top-width:0px;
    border-bottom-width:0px;
}

.modalTitle {
    font-size: larger;
    font-weight: bold;
    background-color: #32a54a;
    color:#ffffff;
    min-width:100%;
    padding-left: 5px;
}

.actBut {
    background-color: #32a54a;
    color:#ffffff;
    margin-bottom:5px;
}

.actBut[disabled] {
    background-color: #eeeeee;
    color:#000000;
}

.actButInv {
    background-color: #ffffff;
    color:#32a54a;
    margin-bottom:5px;
    /*width: 80px;*/
}

.actButInv[disabled] {
    background-color: #eeeeee;
    color: #000000;
}

.btnOff{
    background-color: darkgrey;
}

.specbalthing {
    padding-top:7px;
}

.specKey {
    border-width:1px;
    border-color: #aaa;
}

.keyTitle {
    font-weight: bold;
}

.outputDrop {
    margin-right: 15px;
    background-color: #32a54a;
}

.dropSpace {
    padding-bottom:4px;
}

.marTop {
    margin-top: 4px;
}

.incomDiv {
     /*max-height: 350px;*/
     height:225px;
    background-color:#eee;
    /*color:darkgrey;*/
    border: 2px solid #ccc;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 2px;
    padding-left: 2px;
}
.incomDiv2 {
     /*max-height: 350px;*/
    background-color:#eee;
    /*color:darkgrey;*/
    border: 2px solid #ccc;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 2px;
    padding-left: 2px;
}

.incomDivMsg {
     /*max-height: 350px;*/
    background-color:#fff;
    /*color:darkgrey;*/
    border: 2px solid #32a54a;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 12px;
    padding-left: 12px;
    margin-bottom:10px;
}

.upcomMod {
    text-align:center;
}

.vehImg {
    width:100%; 
    height:auto;
    max-width:300px;
}

.outdropSpacer {
    width: 20px;
    height: 32px;
}

.filtOpts {
    margin-bottom:5px;
}

.padincbox {
    margin-top:5px;
}

.incsetts {
      border-width: 1px;
  border-color: black;
  border-style: solid;
}

.profispacing {
    margin-bottom: 5px;
}

.settspace {
    margin-bottom: 3px;
    text-align:right;
    padding-left: 0px;
}

.settspaceL {
    margin-bottom: 3px;
    text-align:left;
    padding-left: 0px;
      
}

.actButInvPro {
    background-color: #ffffff;
    color:#32a54a;
    margin-bottom:5px;
    width: 150px;
    border-color: #32a54a
}

.bigbox {
    height:28px;
}

.headerSpace {
    /*margin-bottom:8px;*/
    padding-top:3px;
    padding-bottom: 10px;
    /*border-color: #32a54a;*/
    /*border-style:solid;*/
    /*border-width:1px;*/
}

.proheadtext {
    float: left;
  margin-left: -15px;
  margin-right: 8px;
  padding-top: 4px;
}

/*.baskConf {
    color:limegreen;
    margin-left: 25vw ;
}*/

.baskConf {
    color:#ffffff;
    background:#32a54a;
    font-weight:bolder;
    margin-left: 25vw ;
    padding: 5px;
}

.statTable {
    margin:0 auto;
    margin-top:50px;
    width:240px;
}

.statTableQuo {
    margin:0 auto;
    margin-top:50px;
}

.statstitle {
    font-size:larger;
    font-weight:bolder;
     text-align: center;
}

.spinnerOverLay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 300;
    opacity: 0.8;
}

.loadingspinner {
    font-size:larger;
    font-weight:bolder;
    text-align:center;
    background:#32a54a;
    color:#ffffff;
    padding-top:5px;
    padding-bottom:5px;
}

.loadspingif{
    padding-right:10px;
}

.noOptMsg {
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
}

.saveMsg {
    background:#32a54a;
    color:#ffffff;
    padding:10px;
    text-align:center;
}

.saveMsgQt {
    background:#32a54a;
    color:#ffffff;
    padding:10px;
    text-align:center;
}

.butspacer {
    margin-left:5px;
    margin-right:5px;
}

.keyText {
    margin-right:15px;
}

.infotable {
    margin: 0 auto;
    border-color:#000;
    border-width:1px;
}

.infotable tr td {
    background-color:#eee;
    
}

.dataInfo {
    color:#fff;
    padding-left: 30px;
    font-size:small;
}

.footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:20px;
   width:100%;
   background:#32a54a;
}

.boldtco {
    font-weight: bolder;
}

.notInc {
    color:#999;
}

.app-modal-window .modal-dialog {
  width: 300px;
}

.app-modal-window2 .modal-dialog {
  width: 500px;
}

.app-modal-window3 .modal-dialog {
  width: 800px;
}

/*Curvy buttons ahoy*/
.expBtn {
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  font-family: Arial;
  color: #32a54a;
  font-size: 15px;
  background: #FFFFFF;
  padding: 5px 10px 5px 10px;
  border: solid #32a54a 2px;
  text-decoration: none;
  font-weight:bolder;
}

.expBtn:hover {
  background: #32a54a;
  color:#ffffff;
  text-decoration: none;
  cursor:pointer;
}

.expbutcon {
    margin-top:10px;
}

/*Curvy Buttons end*/

.upcombut {
    padding:2px;
}

/*Fix Bootstrap No Medium Weirdness*/
@media (min-width: 980px) and (max-width: 1199px) {
    .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
}
/*Fix Bootstrap No Medium Weirdness END*/

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
  /*padding: 10px;*/
}

.vtchk {
    text-align:center;
}

.notLive {
    color:red;
}

.isLive {
    color:green;
}

.expandmsg {
    color: red;
}

.inpspacing {
    margin-top: 10px;
}

.titlespacing {
    margin-left:15px;
}

.tinytitle {
    color: #ffffff;
    font-size: xx-small;
}

.btnpadreduce {
    padding:4px;
    font-size:small;
}

.qtadmnboxes {
    float:left;
    padding-right:2px;
}

.smrtablelink {
    cursor:pointer;
    color: #0c65a5;
    text-decoration:underline;
}

.jqx-grid-cell-middle-align {
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 2px; 
    text-align: center;
}

.modal.modal-wide .modal-dialog {
  width: 70%;
}

.quoBreTitle {
    font-weight:bold;
    font-size: large;
    text-align:center;
}

.quoSecTitle{
    font-weight: bolder;
    font-size: larger;
    text-align:center;
}

.breakSection {
    text-align:center;
}

.breakTable {
    margin-left:auto; 
    margin-right:auto;
}

.fullcalc {
    font-size: larger;
    font-weight: bolder;
    text-align:center;
}

.calctable {
    margin-left:auto; 
    margin-right:auto;
}

.calctabled {
    padding-left:10px; 
    padding-right:10px;
    text-align:center;
}

.tdpad {
    padding-left:5px;
    padding-right:5px;
}

.contractbox {
    margin-top:30px;    
}

.contracttext {
    border-style:solid;
    border-width:2px;
    border-color:#000;
    padding:5px;
}

.glskthing {
    margin-top: 10px;
    margin-bottom: 10px;
}

.glskGroup {
    margin-bottom: 5px;
    text-align: center;
}

.glskTitle {
    text-align:right;
}

.glskOption {
    text-align:left;
}

.glskTable {
    border: 1px solid #000;
}

.glskTable td {
    padding-left: 3px;
    padding-right:3px;
}

.jjjiil {
    margin-left:auto; 
    margin-right:auto;
}

.toomanyveh {
    color: red;
    font-weight:bolder;
    font-size:larger;
}

.recalcmsg {
    color: red;
    font-weight:bolder;
    margin-left:70px;
}

.qtName {
    margin-left:20px;
    font-weight: bolder;
}

.facoptcattitle {
    color:#ffffff;
    background-color:#32a54a;
    font-weight: bold;
    font-size: larger;
}

/*Factory Options Table Start*/
.facopttable {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.facopttable table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.facopttable tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.facopttable table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.facopttable table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.facopttable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.facopttable tr:hover td{
	
}
.facopttable tr:nth-child(odd){ background-color:#f2f2f2; }
.facopttable tr:nth-child(even)    { background-color:#ffffff; }.facopttable td{
	vertical-align:middle;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:1px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.facopttable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.facopttable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.facopttable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
/*Factory Options Table End*/

/*IE9+ SVG scaling support*/
img {
  max-width: 100%;
  height: auto;
}

img[src*=".svg"] {
  width: 10px; 
}

@media screen and (min-width:0\0) {
  img[src*=".svg"] {
    width: 100%; 
  }
}

/*SVG Scaling support ends*/

.quoteDetError {
    height:50px;
    color: red;
    text-align:center;
}

.emptyCustBox {
    border-width:medium;
    border-color:red;
}

.selCustMess {
    color:red;
    font-weight:bold;
    text-align:center;
}

.orangeMe {
    /*color:white;*/
    background-color:#f9d3be;
}

#jqxSectGrid .jqx-grid-column-header:first-child > div:first-of-type{/*force hide 'Select All' check-box*/
    /*border:1px solid red;*/
    display:none;
}

.custInfoBox {
    border-width:2px;
    border-style:solid;
    border-color:#32a54a;
    padding-top: 10px;
    padding-bottom: 15px;
}

.vehSettingsBox {
    border-width:2px;
    border-style:solid;
    border-color:#32a54a;
    padding-top: 10px;
    padding-bottom: 15px;
}

.titlecaplogo {
    margin-top:12px;
    margin-right:12px;
}

.vehprobut {
        background-color: #32a54a;
    color:#ffffff;
    margin-bottom:5px;
    padding-bottom:2px;
    padding-top:2px;
}



.addcatbox {
    border-style:solid;
    border-width: 1px;
    border-color:black;
    margin-top:5px;
    margin-bottom: 5px;
    padding:5px;
}

.catboxpad {
    margin-top:3px;
    margin-bottom:3px;
}

.vehprotableleft {
    margin-right:15px;
    min-width:80px;
}

.standardhighlight {
    background-color:#e6ffe6 !important;
}

.nonstandardhighlight {
    background-color: #f7dee5 !important;
}

a.infolink
{
    border-bottom: 1px dotted #666;
    font-weight:normal;    
}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-60px;
    left:0px;
    width:20em;
    background-color:#000000; color:#ffffff;
    text-align: center;
    padding:10px;
    z-index:500;
  }

.standardTitle {
    font-weight:bold;
    font-size: large;
    margin-bottom: 5px;
}

.stVehicleContainer .ddlBase{
    margin: 5px;
}

.stVehicleContainer .itemContent {
    border: 1px solid gray;
    height: 25px;
    overflow: hidden;
    padding-right: 2px;
}

    .stVehicleContainer .itemContent .itemContentInput {
        width: 100%;
        border: none;
        background-color: lightgreen;
        text-align: center;
        vertical-align: middle;
    }

.stVehicleContainer .vehpolcostbox {
    /*border-style: solid;
    border-width: 1px;
    border-color: black;*/
    margin: 10px 0;
}

.stVehicleContainer .itemTitle {
    font-weight: bold;
}

.pad-top-10 {
    padding-top:10px;
}

.officesignin {
    background-color: #32a54a;
    color:#ffffff;
    margin-bottom:5px;
}

.genericmessagetext {
    text-align:center;
    margin-top:10px;
    margin-bottom: 10px;
    white-space: pre-line;
}

.quoteDetBox {
    border-color: black;
    border-style: solid;
    border-width: 2px;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.butmar { 
    margin-top: 5px;
}

.invalidInput {
    margin-left:15px;
    color:red;
}

.userchk {
    margin-left:8px;
}

.nsoexpired {
    color:white;
    background-color:red;
    font-weight: bolder;
}

.nsoexpiring {

}

.triangleexpired {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 40px solid red;
}

.triangleexpiring {
    width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 40px solid yellow;
}

.inputnowidth {
    border: none;
        background-color: lightgreen;
        text-align: center;
        vertical-align: middle;
}

.errorRow {
    color:rebeccapurple !important;
    background-color:red !important;
}

.tabNavDisabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.redBorder {
     border-color: red;
    border-style: solid;
    border-width: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.infoPointDisp {    
    position: relative;
	border-radius: 50%;
	/*width: 50px;*/
	/*height: 50px;*/
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
	background-color: blue;
    color: white;
    font-weight:bolder;
}

/*Star Stuff for Platinum Vehicles*/
#burst-8 {
    background: #FFD700;
    width: 10px;
    height: 10px;
    position: relative;
    text-align: center;
    -webkit-transform: rotate(20deg);
       -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
         -o-transform: rotate(20eg);
}
#burst-8:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 10px;
    background: #FFD700;
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
         -o-transform: rotate(135deg);
}
	
/*End Star Stuff for Platinum Vehicles*/

.customOptionBar {
    background-color: #ff0000;
    color: #ffffff;
    padding-left: 10px;
    margin-top: 10px;
    font-weight:bold;
}

.cusOptTab {
    border-width:1px;
    border-style:solid;
    border-color: #000000;
    margin-top:3px;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:8px;
}

.qoupreveh {
    font-weight:bold;
}

.modal-wide {
    width: 100%;
}

.quoprehead {
    padding-top:5px;
    padding-bottom:5px;
    color:#ffffff;
    background-color:#32a54a;
    vertical-align:middle;
}