/* v1.0.19 2013-5-22 12:00*/

/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: white;
    background-image: url("../images/BlueWispBackground3.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    font-size: .80em;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: black;
    font-variant: normal;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.1em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-block-start: auto;
    font-weight: bold;
    display:contents;
}

h2
{
    font-size: 1.0em;
    font-weight: 600;
    margin-block-start:auto;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
     /*CSI - 20150120 - Issue # 1-3: Added for collapsible feature of left navigation - Start */
     width: 1005px;
     min-width: 1005px;
    /* width: 960px;*/    
    float:left;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    /*CSI - 20150120 - Issue # 1-3: Added for collapsible feature of left navigation - End*/
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
    min-height: 800px;
    /*CSI - 20150216 - Bug # 264: Added for removing the vertical scroll for inner window - Start  */
    height:100% !important;
    clear:both;
    /*CSI - 20150216 - Bug # 264: Added for removing the vertical scroll for inner window - End  */
}

/*
.header
{
    
    margin: 0px;
    padding: 0px;
    background: #770000;
    width: 100%;
    height: 50px;
    vertical-align:middle;
}
*/

.site_title
{
    display: block;
    border-style: none;
    border-color: inherit;
    border-width: medium;
    font-weight: normal;
    margin: 0;
    padding: 4px 0px 0px 20px;
    font-size: 2em;
    height: 50px;
    vertical-align: middle;
}

.main
{
    padding: 0px;
    /*CSI - 20150212 - Bug # 264: Added for removing the vertical scroll for inner window - Start  */
    /*margin: 6px 6px 6px 6px;*/
    margin: 0px 6px 6px 0px;
    border-bottom:solid 1px rgb(187, 187, 187);
    /*CSI - 20150212 - Bug # 264: Added for removing the vertical scroll for inner window - End  */

    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

#SideNavColumn
{
    float: left;
    height: 100%;
    min-height: 420px;
    width: 200px;
    font-size: .8em;
    padding-right: 10px;
}

.sideNavGroup
{
    /*background-color: Red;*/
    margin-bottom: 15px;
}

.sideNavTopLevel
{
    /*height: 38px; */
}

.sideNavTopSpan
{
    line-height: 24px;
}

.sideNavChildSpan
{
    text-align: left;
}

.sideNavImage
{
    float: left;
    margin-right: 5px;
    height: 36px;
}

.sideNavButton
{
    height: 36px;
    width: 154px;
    margin-left: 30px;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

    div.menu ul
    {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited
        {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover
            {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active
            {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    /*    border: 1px solid #ccc;*/
}

    fieldset p
    {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label
    {
        display: block;
    }

    fieldset label.inline
    {
        display: inline;
    }

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 250px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 250px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: inline;
    float: left;
    text-align: left;
    width: auto;
}

.myToolBar
{
    display: block;
    background-color: #63605C;
    color: White;
    padding-right: 2px;
    padding-top: 2px;
}

.newToolBar
{
    background-color: #63605C;
    height: 40px;
}

.newToolBarItem
{
    background-color: #63605C;
    color: Black;
    width: 40px;
    height: 40px;
    float: left;
}

.newToolBarEnd
{
    clear: both;
}

.myToolBarTable
{
    background-color: #63605C;
    color: White;
    padding-right: 2px;
}

.myToolBarImageContainer
{
    background-color: #63605C;
    color: White;
    padding-right: 6px;
    padding-left: 6px;
}

.loginDisplay
{
    font-size: small;
    display: block;
    text-align: right;
    color: black;
    font-family: verdana;
    padding: 0px 4px 0px 0px;
    margin: 24px 0px 0px 0px;
}

    .loginDisplay a:link
    {
        color: black;
        text-decoration: none;
    }

    .loginDisplay a:visited
    {
        color: black;
        text-decoration: none;
    }

    .loginDisplay a:hover
    {
        color: black;
        text-decoration: none;
    }

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.maintext
{
    font-family: verdana;
    font-size: 11px;
}

.SnapContent
{
    font-family: verdana;
    font-size: 12px;
    border: #4284b5 1px solid;
    background-color: white;
}

.Dock
{
    padding: 3px;
    border: black 2px outset;
    background-color: #D1D1D1;
}

.logo
{
    /*position :absolute;
    top:12px;*/
    vertical-align: middle;
    padding-right: 10px;
}

.BB_Dialog
{
    display: none;
}

.Calculator_Button
{
    width: 42px;
}

.logonPanel
{
    width: 480px;
    float: left;
}

.logonPanelTitle
{
    padding: 5px;
    font-size: 90%;
}

.panelContent
{
    margin: 10px;
    float: left;
}

.pm_image
{
    padding-right: 5px;
    float: left;
    padding-left: 5px;
}

.ui-tabs .ErrorMessage
{
   padding: 10px;
   font-size: .9em;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.ErrorMessage
{
    padding: 10px;
}

.ErrorMessageIcon
{
    float: left;
    margin-right: .5em;
    margin-left: .5em;
}

.ErrorMessageBox
{
    margin-bottom: 5px;
}

#FreeFormSearchErrorMessage
{
    display: none;
    font-weight: bold;
    font-size: 1.1em;
    font-style: italic;
    margin-left: 7em;
}

.sideNavTopLevel
{
    border-bottom: thin solid Black;
    height: 30px;
    margin-bottom: 15px;
    width: 190px;
}

.dimmed {
  position: relative;
}

.dimmed:after {
  content: " ";
  z-index: 0;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-topleft: 6px;

  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;

  -khtml-border-bottom-right-radius: 6px;
  -khtml-border-bottom-left-radius: 6px;
  -khtml-border-top-right-radius: 6px;
  -khtml-border-top-left-radius: 6px;

  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.menuOverlay {
    z-index: 100;
    position: absolute;
    top: 22px;
    left: 6px;
    height: 24px;
    width: 24px;
}

.leftNavItemList
{
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0px;
    width: auto;
}

    .leftNavItemList > li
    {
        min-height: 52px;
    }

        .leftNavItemList > li .sideNavImage
        {
            height: 38px;
            width: 38px;
        }

        .leftNavItemList > li a
        {
            min-height: 52px;
        }

.sideNavButtonLabel
{
    display: inline-block;
    margin-left: 4px;
    /*margin-top: 10px;*/
    vertical-align: middle;
    width: 70px;
}

#Content
{
    float: left;
     /*CSI - 20150120 - Issue # 1-3: Added for collapsible feature of left navigation - Start */
    /*width: 730px;*/
    /*CSI - 20150212 - Bug # 264: Added for removing the vertical scroll for inner window - Start  */
    /*width: 98.5%;*/
        width: 97.5%;
    /*CSI - 20150212 - Bug # 264: Added for removing the vertical scroll for inner window - End  */
    padding-left: 10px;    
    /*CSI - 20150120 - Issue # 1-3: Added for collapsible feature of left navigation - End */   
    
}

input.uppercase
{
    text-transform: uppercase;
}

#userLicenseDialog
{
    width: 65%;
    font-size: .8em;
}

.no-title-dialog .ui-dialog-titlebar
{
    display: none;
}

#CarfaxIframe
{
    background-color: White;
}

.productFooter
{
    margin-bottom: 1em;
}

#BBCurrentlyActiveUsersContainer
{
    min-height: 150px;
    max-height: 500px;
    overflow: scroll;
}

#BBHitCountContainer
{
    min-height: 150px;
    max-height: 500px;
    overflow: scroll;
}

#print-contact-info
{
    width: 90%;
}

.label-column
{
    text-align: right;
    padding-right: .5em;
}

#contactInfoDate
{
    padding-left: 25em;
}

.printInfoRow
{
    display: inline-block;
    zoom: 1; /* for IE8 & earlier */
    *display: inline; /* for IE8 & earlier */
    clear: both;
    padding-top: 10px;
    width: 90%;
}

.printInfoSetNarrow
{
    width: 200px;
}

.printInfoSetWide
{
    width: 250px;
}

.printInfoLabel
{
    display: inline-block;
    width: 120px;
    text-align: right;
}

.printInfoValue
{
    display: inline-block;
    width: 50px;
    text-align: right;
    font-size: 1em;
    font-weight: bold;
}

.printInfoValueNarrow
{
    width: 25px;
}

#printInfoTable
{
    width: 95%;
}

.printLabelCell
{
    width: 100px;
    text-align: right;
}

.printValueCell
{
    width: 100px;
}

#addDeductPrintListUl > li.selected
{
    list-style-image: url(/images/BlueCheckmark-16.gif);
}

#addDeductPrintListUl > li.not-selected
{
    list-style-image: url(/images/noCheckmark-16.gif);
}

.residual-table-for-print
{
    float: left;
}

.hidden
{
    display: none;
}

#HistoricalDateSelectorContainer
{
    font-size: 8pt;
    width: 50%;
    margin: 0px auto;
}

#HistoricalDateLockButton
{
    float: right;
    height: 21px;
}

a.tooltip
{
    position: relative; /*this is the key*/
    z-index: 24;
    padding: 0px 4px 0px 4px;
    text-decoration: none;
}

    a.tooltip:hover
    {
        z-index: 25;
        border-width: 0px;
    }

    a.tooltip span
    {
        display: none;
    }

    a.tooltip:hover span
    { /*the span will display just on :hover state*/
        display: block;
        position: absolute;
        padding: 10px 10px 10px 10px;
        top: 2em;
        left: -15em;
        width: 15em;
        /*background-color:#cff; 
    color:#000; */
        text-align: center;
    }

@media print
{
    .noPrint
    {
        display: none;
    }

    body
    {
        font-size: 70%;
        color: Black;
    }

    #ValuesTabs td, th
    {
        color: Black;
    }

    #ValuesTabs th
    {
        font-weight: bold;
    }

    #ValuesTabs td
    {
        font-weight: normal;
    }

    #ValuesTabs .valueCell
    {
        font-weight: normal;
    }

    #ValuesTabs .rowLabel
    {
        font-weight: bold;
    }

    .ui-widget-header
    {
        color: Black;
    }

    .ls-widget-header
    {
        color: Black;
    }

    .printLabelCell
    {
        color: Black;
    }

    .printValueCell
    {
        color: Black;
    }

    #print-contact-info td
    {
        color: Black;
    }

    #InfoPanelVehicleNameLabel
    {
        color: Black;
    }

    #addDeductPrintListUl
    {
        color: Black;
    }

        #addDeductPrintListUl > li.selected
        {
            list-style-image: url(/images/BlueCheckmark-16.gif);
        }

        #addDeductPrintListUl > li.not-selected
        {
            list-style-image: url(/images/noCheckmark-16.gif);
        }
}



#navButtonTopUl
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}

.DrillDownLabel
{
    display: inline-block;
    zoom: 1; /* for IE8 & earlier */
    *display: inline; /* for IE8 & earlier */
    width: 75px;
    margin-left: 10px;
    text-align: right;
    padding-right: 3px;
    padding-bottom: 2px;
}

.DrillDownSpinner
{
    display: inline-block;
    width: 250px;
    margin-left: 207px;
    margin-top: 3px;
}

.DrillDownButtonRow
{
    padding-top: 2px;
}

#navButtonBar
{
    /*width: 685px;*/
    min-height: 42px;
    /*margin-left: 180px;*/
}

    #navButtonBar ul
    {
        list-style-type: none;
    }

    #navButtonBar li
    {
        display: block;
        float: left;
        min-height: 42px;
        /* CSI - 20150819 - Iter#3 : To add Run List item in the top menu bar for the used cars product - Start */
        /*min-width: 55px;*/
        min-width: 48px;
        /* CSI - 20150819 - Iter#3 : To add Run List item in the top menu bar for the used cars product - End */
    }

#col1
{
    float: left;
    
    /*CSI - 20150120 - Issue # 1-3: Added for collapsible feature of left navigation - Start */
    width: Calc(100% - 300px) !important;
    /*width: 430px;    */
   box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
    /*CSI - 20150120 - Issue # 1-3: Added for collapsible feature of left navigation - End */   
    margin-right: 10px;
}

#col2
{
    float: right;
     /*CSI - 20150120 - Issue # 1-3: Added for collapsible feature of left navigation - Start */
    width: 280px;
    /*width:29%;*/
    /*CSI - 20150120 - Issue # 1-3: Added for collapsible feature of left navigation - End */
    margin-right: 10px;
}

#col3
{
    margin-left: 210px;
    margin-right: 10px;
}

#col4
{
    float: left;
    width: 720px;
    margin-right: 10px;
}

.col-full-width
{
    width: 100%;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.clear
{
    clear: both;
}

.infoLabel
{
    display: inline-block;
    width: 80px;
    text-align: right;
}

.infoValue
{
    display: inline-block;
    width: 50px;
    text-align: right;
    font-size: 1em;
    font-weight: bold;
}

.infoValueMedium
{
    display: inline-block;
    width: 70px;
    text-align: right;
    font-size: 1em;
    font-weight: bold;
}

.infoLabelWide
{
    display: inline-block;
    width: 150px;
    text-align: right;
}

.infoValueWide
{
    display: inline-block;
    width: 150px;
    text-align: right;
    font-size: 1em;
    font-weight: bold;
}

.infoValueWideAlignLeft
{
    display: inline-block;
    width: 150px;
    text-align: left;
    font-size: 1em;
    font-weight: bold;
}

.infoValueNarrow
{
    width: 25px;
}

.row
{
    display: inline-block;
    zoom: 1; /* for IE8 & earlier */
    *display: inline; /* for IE8 & earlier */
    clear: both;
    padding-top: 10px;
    width: 100%;
}

.short-row
{
    padding-top: 2px;
}

.infoSetNarrow
{
    width: 136px;
}

.infoSetMedium
{
    width: 150px;
}

.infoSetWide
{
    width: 250px;
}

#VehicleName
{
    display: inline-block;
    font-size: .9em;
    font-weight: bold;
}

.residuals_table
{
    width: 420px;
    margin-left: 0px;
}

.residuals_table_1_print
{
    float: left;
}

.residuals_table_rowlabel
{
    width: 80px;
    font-size: .85em;
}

.residuals_table_2_print
{
    width: 340px;
    float: left;
}

.residuals_table_columns
{
    text-align: right;
    font-size: .85em;
}

table.valuesTable
{
    width: 360px;
}

table.valuesTable td
{
    width: 60px;
    text-align: right;
    font-size: .85em;
}

table.valuesTable td.rowLabel
{
    width: 40px;
}

table.valuesTable td.rowLabelBold
{
    width: 40px;
    font-weight: bold;
}

.DateField1
{
    width: 100px;
}

.ls-widget
{
    margin: 10px 0px 10px 0px;
    overflow: hidden;
}

.ls-widget-header
{
    padding: 10px 0px 10px 10px;
    height: 20px;
    overflow: hidden;
}

.ls-widget-header-text
{
    float: left;
}

.ls-widget-close-button
{
    float: right;
}

.ls-dialog-button
{
    float: right;
}

.ls-help-button
{
    float: right;
}

.ls-help-dialog
{
    display: none;
}

.ls-widget-content
{
    padding: 5px 10px 5px 10px;
}

.ls-widget-dropdownlist
{
    display: none;
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
    position: absolute;
    z-index: 900;
}

.ls-widget-dropdownlist-auto-height
{
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
    position: absolute;
    z-index: 900;
}

    .ls-widget-dropdownlist ul
    {
        list-style-type: none;
        padding: 5px 0px 5px 0px;
        margin: 0px;
    }

    .ls-widget-dropdownlist li
    {
        padding: 5px 16px 5px 0px;
        font-weight: bold;
        margin-left: 5px;
        cursor: pointer;
    }

.ls-menu-item
{
    font-size: .9em !important;
}

.dropdownListItem_Hover
{
    background-color: Fuchsia;
}


.beggsThumbnail
{
}

.pdfToolBar
{
    margin: 10px 0px 10px 0px;
}

table.top10VehiclesPulledTable
{
    width: 360px;
}

    table.Top10VehiclesPulledTable td
    {
        background-color: #D6E9F7;
        font-size: .85em;
    }

.percentageColumn
{
    text-align: center;
}

#weeklyAdjustmentsTable
{
    border-collapse: collapse;
}

    #weeklyAdjustmentsTable table tr td
    {
        vertical-align: top;
        border-style: none;
        border-width: 0;
        border-collapse: collapse;
    }

.alternatingRow
{
    background-color: #D6E9F7;
}

.rightJustifiedCol
{
    text-align: right;
}

table.MTDAveragesTable
{
    width: 640;
}

    table.MTDAveragesTable td
    {
        background-color: #D6E9F7;
        font-size: .85em;
        text-align: center;
        width: 135px;
    }

.selectorButtonBasic
{
    height: 25px;
}

.mileageSwitchButton
{
    width: 35px;
    height: 25px;
    display: inline-block;
}

/* Quotes */
.selectQuoteButton
{
    width: 35px;
    height: 25px;
    display: inline-block;
}

.openQuoteButton
{
    width: 35px;
    height: 25px;
    display: inline-block;
}

.selectorButtonWide
{
    width: 75%;
    height: 25px;
}

.selectorButtonWideWithLock
{
    height: 25px;
    display: inline-block;
}

.selectorButtonDoubleWide
{
    width: 393px;
    height: 25px;
}

.selectorButtonNarrow
{
    width: 135px;
    height: 25px;
}

.selectorButtonNarrowWithLock
{
    height: 25px;
    display: inline-block;
}

.lockButton
{
    width: 35px;
    height: 25px;
    display: inline-block;
}

.selectorButtonGroup
{
    padding-left: 10px;
    padding-bottom: 5px;
}

#DateButtonSet
{
    float: left;
}

#ValueEffectiveDateButton
{
    width: 210px;
}

#RegionButtonSet
{
    float: right;
    margin-right: 23px;
}

#RegionButton
{
    width: 105px;
}

#quoteButtonSet
{
    float: right;
    margin-right: 23px;
}

#MileageSet
{
    width: 243px;
}

#MileageTextSubmitButton
{
    height: 25px;
    /*display: inline-block;*/
}

#MileageButton
{
    width: 190px;
}

#AddDeductButton
{
    width: 33%;
}

.quoteButton
{
    width: 25px;
    height: 21px;
    display: inline-block;
    float: right;
}

.quoteButtonBody
{
    width: 35px;
    height: 35px;
    display: inline-block;
    float: right;
}

#MileageTextBox
{
    vertical-align: top;
    width: 150px;
}

#MileageLabel
{
    display: inline-block;
    vertical-align: 3px;
}

.ls-search-radiobutton
{
    margin-left: 25px;
}

.ls-search-radiobuttonset
{
    margin-left: 90px;
    margin-bottom: 10px;
}

.ls-search-autocomplete-row
{
    margin-left: 40px;
}

.ui-autocomplete
{
    max-height: 400px;
    min-width: 520px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

#LTVCalculatorPane
{
    /* min-height: 95px; */
}

#LTVCalculatorContainer
{
    min-height: 95px;
}

.ltvScoreBox
{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 80px;
}

.ltvScore
{
    padding-top: 25px;
    padding-left: 5px;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    display: inline-block;
}

#ltv-loan-amount
{
    margin-top: 10px;
}

.LtvLabel
{
    display: inline-block;
    width: 100px;
    text-align: center;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.vehicleImage
{
    width: 100%;
    position: absolute;
    top: 10px;
    min-height: 112px;
}

.VehicleSearchTextBox
{
    width: 75%;
}

.VehicleSearchTextBoxImage
{
    width: 100%;
    position: absolute;
    top: 10px;
    min-height: 112px;
}

#VehicleSelectorPane
{
    z-index: 100;
}

.ui-autocomplete
{
    z-index: 110;
}

.bbr-score-box
{
    width: 40%;
    min-width: 120px;
    text-align: center;
    margin: 10px auto;
}

.bbr-score
{
    font-size: 2em;
    font-weight: bold;
    padding-top: 10px;
    display: inline-block;
}

.bbr-score-area
{
    min-height: 60px;
}

.valuation-count-area
{
    width: 120px;
}

.valuation-count-box
{
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    text-align: center;
    margin-top: 10px;
}

#bbr-score-help-link-div
{
    padding-top: 20px;
}

.ls-widget-score-as-of-date
{
    font-size: .7em;
    font-style: italic;
    margin-top: 0px;
}

#VehiclesPulledMTDTab
{
    padding-left: 0px;
}

#VehiclesPulledYTDTab
{
    padding-left: 0px;
}

.specTable
{
    width: 100%;
    border-collapse: collapse;
}

.specName
{
    width: 275px;
    border-style: none;
}

.specValue
{
    border-style: none;
}
/* new car option logic */
.optionTable
{
    width: 100%;
    border-collapse: collapse;
    color: black !important;
    text-align: center;
    font-weight: bold;
}

.quoteListTable
{
    width: 100%;
    border-collapse: collapse;
    color: black !important;
    text-align: left;
    white-space: nowrap !important;
}


.optionTable th
{
    background-color: white !important;
}

.optionName
{
    width: 275px;
    border-style: none;
}

.optionValue
{
    border-style: none;
}

.optionDescription
{
    border-style: none;
    font-size: 12px;
    text-align: left;
    vertical-align: bottom;
}

.optionPriceLineDescription
{
    border-style: none;
    font-size: 12px;
    text-align: left;
    vertical-align: bottom;
}


.optionRetail 
{
    border-style: none;
    font-size: 12px;
    font-weight: bold;
}

.optionRetailAmount
{
    border-style: none;
    font-size: 12px;
    text-align: right;
}

.optionInvoice 
{
    border-style: none;
    font-size: 12px;
    font-weight: bold;
}
.optionInvoiceAmount
{
    border-style: none;
    font-size: 12px;
    text-align: right;
}

.optionRetailDis
{
    border-style: none;
    font-size: 12px;
    white-space: nowrap;
    font-weight: bold;
}

.optionRetailAmountDis
{
    border-style: none;
    font-size: 12px;
    text-align: right;
}

.optionInvoiceDis
{
    border-style: none;
    font-size: 12px;
    white-space: nowrap;
    font-weight: bold;
}
.optionInvoiceAmountDis
{
    border-style: none;
    font-size: 12px;
    text-align: right;
}

.optionRetailCheckBox 
{
    border-style: none;
    font-size: 11px;
    font-weight: bold;
    vertical-align: top;
}

.optionSpacer 
{
    border-style: none;
    font-size: 11px;
    font-weight: bold;
    vertical-align: top;
}

/*The following three are for function calls*/
.REIExcludes
{ }
.REIIncludes
{ }
.REIRequires
{ }

.optionREICircle {
    background: #D3D3D3;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color:black;
    text-align:center;
    border: solid 2px white;
    font-family:Verdana UI Light;
    box-shadow:0px 0px 1px black;
    cursor:pointer;
}

.innerTEXT{
  position:relative;
  top:-1px;
  color:black;
  font-weight: bold;
  /*text-shadow:1px 1px 1px grey;*/
}

/* End of New Car Option Logic*/
.needsRefresh
{
    font-style: italic;
    text-decoration: line-through;
}

#refreshingAdjustmentsRow
{
    height: 30px;
}

#refreshingAdjustmentLoadingImageDiv
{
    width: 25px;
    height: 25px;
    background-color: White;
    text-align: center;
    vertical-align: middle;
}

#refreshingAdjustmentLoadingImage
{
    padding-top: 5px;
}

#refreshingAdjustmentLoadingText
{
    margin-left: 20px;
    padding-top: 4px;
}

#weeklyAdjustmentReport
{
    margin: 10px 0 10px 0;
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

#WeeklyAdjustmentReportBox
{
    height: 600px;
}

#WeeklyAjdRep
{
    height: 600px;
}

.vehicleHisotryLegal
{
    font-size: x-small;
}

.credentialsBox
{
    text-align: center;
}

#CarfaxContainer
{
    padding-bottom: 10px;
}

.CarfaxRow
{
    padding-top: 10px;
}

#CarFaxPane
{
    width: 720px;
}

#CarfaxReportContainer
{
    padding-left: 2px;
    padding-right: 2px;
}

#AutoCheckReportContainer
{
    padding-left: 2px;
}

.ls-current-video
{
    padding: 0 0 10px 0;
    height: 188px;
    width: 250px;
}

#BeggsReportBox a
{
    text-decoration: underline;
}

.videoArchiveList
{
    height: 300px;
    overflow-y: auto;
}

.videoList
{
    list-style-type: none;
    padding: 0 0 0 0;
}

    .videoList li
    {
        padding: 5px 5px 5px 5px;
        cursor: pointer;
    }

.ui-button-icon-primary.ui-icon.history-icon-key
{
    height: 24px;
    width: 24px;
    margin-left: 0px;
    margin-top: 0px;
    left: 4px;
    top: 4px;
    background-image: url(../images/key.24.png);
}

.olderVideosLink
{
    cursor: pointer;
}

.sortableColumnHeader
{
    cursor: pointer;
}

#MileageList
{
    width: 170px;
}

#RegionList
{
    /*CSI - 20150904 - Iteration # 3: Run List feature - Start  */
    /*width: 190px;*/
    width: 400px !important;
    /*CSI - 20150904 - Iteration # 3: Run List feature - End  */
}

#CategoryList
{
    width: 150px;
    height: 200px;
}

#WeeklyAdjustmentReportContainer
{
    height: 300px;
}

.ls-note
{
    font-size: .7em;
    font-style: italic;
    margin-top: 10px;
}

.narrowColumn
{
    width: 280px;
}

#tabLinks
{
    font-size: 0.8em;
}

.tblright
{
    text-align: right;
}

.tblcenter
{
    text-align: center;
}

#valuesTabs7Info
{
    margin: 10px 0px 0px 31px;
}

.valuesTabsExtraInfo
{
    margin: 10px 0px 0px 31px;
}

/*
table.tablesorter th {
    text-align: left;
    padding: 3px;
}
table.tablesorter td 
{
    padding: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
}
*/
table.tablesorter .header .ui-theme
{
    display: block;
    float: right;
}

#MarketReportBox
{
    height: 750px;
}

#marketReportTableDiv
{
    height: 600px;
    /*overflow: scroll;*/
    overflow-x: hidden;
    overflow-y: auto;
}

#marketReportTable
{
    /*table-layout: fixed;*/
    padding-top: 2px;
    padding-bottom: 2px;
    /*height: 600px;*/
    border-collapse: collapse;
    font-size: .9em;
    /*overflow: scroll; 
    overflow-x: hidden;
    overflow-y: hidden;*/
}

    #marketReportTable thead
    {
        display: block;
    }

        #marketReportTable thead tr
        {
            position: relative;
            top: 0px; /*expression(offsetParent.scrollTop); IE5+ only*/
        }

    #marketReportTable tbody
    {
        height: 500px;
        /*overflow: scroll; */
        display: block;
        /*width:406px;*/
    }

    #marketReportTable thead th
    {
        width: 58px;
    }

        #marketReportTable thead th + th
        {
            width: 94px;
        }

            #marketReportTable thead th + th + th
            {
                width: 99px;
            }

                #marketReportTable thead th + th + th + th
                {
                    width: 66px;
                }

                    #marketReportTable thead th + th + th + th + th
                    {
                        width: 61px;
                    }

                        #marketReportTable thead th + th + th + th + th + th
                        {
                            width: 11px;
                            sorter: false;
                        }

    #marketReportTable tbody tr
    {
        height: 28px;
    }

    #marketReportTable tbody td
    {
        width: 58px;
    }

        #marketReportTable tbody td + td
        {
            width: 94px;
        }

            #marketReportTable tbody td + td + td
            {
                width: 99px;
            }

                #marketReportTable tbody td + td + td + td
                {
                    width: 66px;
                }

                    #marketReportTable tbody td + td + td + td + td
                    {
                        width: 66px;
                        height: 28px;
                    }

#marketReportBBValueSelector
{
    cursor: pointer;
    text-decoration: underline;
}

.marketReportBBValueClass
{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.marketReportBBValueText
{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 15px;
}

#vehicleDemandContent
{
    min-height: 90px;
}

#vehicleDemandZipCodeText
{
    width: 6em;
    margin-top: 1em;
}

#vehicleDemandZipBlock
{
    margin: 1em 0 .4em auto;
    text-align: center;
}

.vehicleDemandImageBlock
{
    text-align: center;
    margin: 1em auto 0 auto;
    background-color: white;
    color: black;
    width: 90%;
}

    .vehicleDemandImageBlock  img
    {
        width: 80%;
    }

#vehicleDemandIndex
{
    font-weight: bold;
}

.demand-index-title
{
    font-size: 1.5em;
    padding: .7em 0 0 0;
}

.bbrScoreLegend
{
    width: 14%;
    height: 4px;
}

.bbrScoreRed
{
    background-color: Red;
}

.bbrScoreOrange
{
    background-color: #f76e44;
}

.bbrScoreYellow
{
    background-color: #fea086;
}

.bbrScoreGray
{
    background-color: #818181;
}

.bbrScoreLightGreen
{
    background-color: #aaffaa;
}

.bbrScoreMediumGreen
{
    background-color: #71ee66;
}

.bbrScoreGreen
{
    background-color: #07c410;
}

.ls-widget-content-centered
{
    text-align: center;
}

#SegmentAnalysisChartContainer
{
    width: 100%;
}

#VehiclesPulledTabs
{
    width: 100%;
}

.vehiclesPulledTab
{
    text-align: center;
}

.center
{
    text-align: center;
}

#vehiclePhotosDiv
{
    position: relative;
    min-height: 150px;
}

#vehiclePhotoCaption
{
    position: relative;
    margin-top: 10px;
    min-height: 30px;
}

#PhotoPane 
{
    /*image div sizing*/
    min-height: 10px;
    min-width: 260px;
    position: relative;
}

.ls-video-item
{
    cursor: pointer;
}

.DrillDownDropList
{
    width: 250px;
    height: 350px;
}

#truckAbbreviationsTable
{
    width: 100%;
    border-collapse: collapse;
}

.abbreviation-column
{
    text-align: left;
    width: 20%;
}

.abbreviation-description-column
{
    text-align: left;
    width: 80%;
}

#trailerVinsMainContent
{
    width: 100%;
    clear: both;
}

#trailerVinLinks
{
    width: 200px;
    height: 700px;
    float: left;
}

    #trailerVinLinks > ul
    {
        margin-left: 0px;
        padding-left: 0px;
    }

        #trailerVinLinks > ul > li
        {
            list-style-type: none;
            margin-bottom: 10px;
        }

#viewerPane
{
    width: 520px;
    height: 700px;
    float: left;
}

#pdfViewer
{
    width: 100%;
    height: 100%;
}

#hdTruckCodeDescriptions dl
{
    margin: 0px 10px 10px 10px;
}

#hdTruckCodeDescriptions dt
{
    font-weight: bold;
    margin-left: 1em;
}

#hdTruckCodeDescriptions dd
{
    font-style: italic;
    margin-left: 1.5em;
}

.selected-date-not-current-pubdate
{
    color: Red !important;
}

#histDateAsOfDateHeaderLabel
{
    margin-left: 2em;
}

.highcharts-tooltip
{
    z-index: 99;
}

#printError
{
    background-color: White;
    margin: 50px 50px 50px 50px;
    padding: 50px 50px 50px 50px;
}

#valueTabs6 td
{
    text-align: center;
}

#valueTabs7 td
{
    text-align: center;
}

#valueTabs8 td
{
    text-align: center;
}

#residualsVehiclesSelectorContent
{
    min-height: 180px;
}

.residuals-depreciation-table
{
    font-size: .85em;
    border-collapse: collapse;
    width: 100%;
}

.residual-table-model-year
{
    width: 50px;
    text-align: right;
}

.residual-table-equipped-retail
{
    width: 50px;
    text-align: right;
}

.residual-table-equipped-retail-vehicle
{
    width: 50px;
    text-align: right;
    white-space: nowrap;
}

.residual-table-resid-value
{
    width: 50px;
    text-align: right;
    border-left: 1px solid gray;
    padding-left: 5px;
}

.residual-table-resid-percentage
{
    text-align: right;
}

.residual-table-total-row
{
    border-top: 1px solid DarkGray;
}






.residuals-detail-table
{
    font-size: .85em;
    border-collapse: collapse;
    width: 100%;
}

.residual-detail-table-model-year
{
    padding-top: 1em;
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 2px solid gray;
}

.residual-detail-table-make-name
{

    text-align: left;
    padding-left: 1em;
    font-weight: bold;
    
}

.residual-detail-table-model-name
{
    text-align: left;
    padding-left: 2em;
    font-weight: bold;
}

.residual-detail-table-equipped-retail
{
    width: 120px;
    text-align: right;
}

.residual-detail-table-resid-value
{
    width: 50px;
    text-align: right;

    padding-left: 5px;
}

.residual-detail-table-resid-percentage
{
    text-align: right;
}

.residual-detail-table-total-row
{
    border-top: 1px solid DarkGray;
}







.value-retention-table
{
    font-size: .85em;
    border-collapse: collapse;
    /*width: 100%;*/
    margin-left: 30px;
}

.value-retention-table-vehicle
{
    width: 200px;
    padding-left: 10px;
    white-space: nowrap;
    text-align: left;
}

.value-retention-table-group-name
{
    width: 200px;
    font-weight: bold;
    text-align: left;
}

.value-retention-table-group-subtotal
{
    width: 200px;
    font-weight: bold;
}

.value-retention-table-projected-value-header
{
    width: 65px;
    text-align: right;
    border-left: 1px solid gray;
}

.value-retention-table-value-header
{
    width: 55px;
    text-align: right;
    padding-right: 10px;
}

.value-retention-table-projected-value-percentage
{
    width: 65px;
    text-align: right;
    border-left: 1px solid gray;
    padding-right: 5px;
}

.value-retention-table-value-percentage
{
    width: 55px;
    text-align: right;
    padding-right: 10px;
}

.value-retention-table-total-row
{
    border-top: 1px solid DarkGray;
}

.value-retention-table-grand-total
{
    text-align: right;
    padding-right: 10px;
}

.residualVehiclesSelect
{
    width: 600px;
 
}

#vehicleDemandContent a:link {
    text-decoration: none;
}

.vehicle-demand-no-info
{
    border: 1px solid black;
    margin-top: 10px;
}

.vehicle-demand-no-info:hover
{
    border: 1px solid red;
}

.vehicle-demand-no-info p
{
    font-size: .7em;
    text-decoration: none;
    padding: 0 10px 0 10px;
    color: red;
}

.no-demand-index-header {
    display:inline-block;
    font-size: 1em;
    font-weight: bold;
    margin-top: 1em;  
}

.cpi-conditions-widget {
    font-size: .8em;
    padding: 5px 10px 5px 10px;
}

.cpi-conditions-widget h3 {
    font-weight: bold;
}

.ls-team-photo {
    width: 75px;
    height: 75px;
}
/*CSI - 20150120 - Issue # 1-3: Added for collapsible feature of left navigation - Start  - Start */
.ui-layout-resizer-west-dragging, .ui-layout-resizer-west-open:hover
{
     /*background-color:rgb(39, 121, 170) !important;   */
    background-color:#63605C !important;
    
}
.ui-layout-resizer.ui-layout-resizer-west.ui-layout-resizer-open.ui-layout-resizer-west-open
{
    /*background-color:rgb(39, 121, 170) !important;*/
    /*CSI - 20150212 - Bug # 264: Added for removing the vertical scroll for inner window - Start  */
    /*height:1039px !important;*/
    height:100% !important;
    /*CSI - 20150212 - Bug # 264: Added for removing the vertical scroll for inner window - End  */
    border-bottom:1px solid rgb(187, 187, 187) !important;
   /* background-color: #deedf7 !important;  */
}
.Product-closed
{    
    margin-top: 100px;    
    font-size: 14px;
    font-weight:bold;
    width: 20px;
    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);
    /*CSI - 2015-02-17 - Start*/
    /* Internet Explorer 
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
    /*CSI - 2015-02-17 - End*/
}
.ui-layout-toggler-west-closed
{
    width:21px !important;
    height:135px !important;
     /*background-color:#3baae3 !important;*/
    background-color:#63605C !important;
    color:#FFF;
}
.ui-layout-resizer-west-closed
{
   /* background-color:#aed0ea !important;*/
}
.content-leftPadding
{
    padding-left:21px !important;
}
.Content-Login
{
    height:90% !important;    
    overflow-y:none !important;
    /*CSI - 20150212 - Bug # 264: Added for removing the vertical scroll for inner window - Start  */
    border-bottom:solid 0px rgb(187, 187, 187) !important;
    /*CSI - 20150212 - Bug # 264: Added for removing the vertical scroll for inner window - End  */
}
.loginmain
{
    height:450px !important;    
}

/*CSI - 20150120 - Issue # 1-3: Added for collapsible feature of left navigation - End  */


/*CSI - 20150904 - Iteration # 3: Run List feature - Start  */

#runListCol1
{
    float: left;
    /* width: Calc(100% - 300px) !important;*/
    /*width: 40%;*/
    width:300px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    margin-right: 5px;
}

#runListCol2
{
    float: right;    
    /*width:57%;*/
    width:425px;
    margin-right: 2px;
}

.rlLocations-list
{
    min-height: 450px;
    max-height: 850px;
    overflow-y: auto;
}

#rlAuctionFilterPane, #rlRunListFilterPane
{
    z-index: 100;
}

.locationItemStyle {
    padding: 4px;
}

.cursor-wait {
    cursor: wait !important;
}

.paddingTop6 {
    padding-top: 6px;
}

.locationCheckBox 
{
    border-style: none;
    font-size: 11px;
    font-weight: bold;
    vertical-align: top;
}

.rlLocationDescription {
    border-style: none;
    font-size: 12px;
    text-align: left;
    vertical-align: bottom;
}

#rlAuctionsDiv {
    overflow-y: auto;   
    min-height: 428px;
    max-height: 826px;        
}

#rlAuctionsTable {
    padding: 6px;    
    min-width:386px;        
}

#rlAuctionsTable tr td
{
    vertical-align: top;
    border-style: none;
    border-width: 0;    
    padding: 6px;
    cursor: pointer;
}

#rlAuctionsTable > tr:only-child {
    cursor:default;
}


#rlAuctionsTable tr:nth-child(even) 
{ 
    background: #dddddd;
}

#VehicleListDiv a#AuctionFilterLink {
    font-weight:bold;
    text-decoration: underline;
    cursor:pointer;
}

#VehicleSearchTitle, #VehicleDetailsTitle
{
    text-align: center;
    font-weight:bold;
    width: 418px;
    float: left;
    padding-bottom: 10px;
}

.AuctionFilterLinkDiv {
    width: Calc(100% - 425px) !important;
}

#printVehicleSearchTitle
{
    text-align: center;
    font-weight:bold;
    padding-top:10px;
}

#vehicleListCol1
{
    float: left;
    width: Calc(100% - 425px) !important;   
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    margin-right: 5px;
}

#vehicleListCol2
{
    float: right;    
    /*width:57%;   */
    width: 418px;
    margin-right: 2px;
}

#rlLanePane, #rlVehicleFilterPane
{
    width:300px;
    float: left;
}

#vehicleSearch input[type="text"] {
    
    background:url(/images/search-dark.png) no-repeat 10px 6px #fcfcfc;    
    border: 1px solid #d1d1d1;
    font: 12px Arial,Helvetica,Sans-serif;    
    color: black;
    /*width:325px;*/
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    outline: none;
 }



.Lane {
    padding: 0px 25px 2px 25px;
}
.Lane ul {
	list-style:none;
	border:1px solid black;
	width:100px;
	padding:5px;
}
.Lane ul > li {
	cursor:pointer;
}

.rlConsignors-list {
    overflow-y: auto;   
    max-height: 200px;
    padding-top:6px
}

.rlConsignors-list table {
 width:99%;
}

.rlConsignors-list table tr td:first-child{
 width:20px
}
.rlMileage-list table tr td:first-child{
 width:20px
}

.rlMileage-list {
    overflow-y: auto;   
    max-height: 260px;
    padding-top:8px
}

.rlMileage-list table {
 width:99%;
}

.rlMake-list {
    overflow-y: auto;
    max-height: 200px;
    padding-top:8px;
}

.rlMake-list table {
    width:99%;
}

.rlMake-list table tr td:first-child{
 width:20px
}

.yearRangeDiv
{
     padding-top:8px;
}

.rlColors-list {
    overflow-y: auto;
    max-height: 200px;
    padding-top:8px;
}

.rlColors-list table {
    width:99%;
}

.rlColors-list table tr td:first-child{
    width:20px
}

.rlLane-list
{
    overflow-y: auto;     
    max-height: 200px;
    padding-top:8px;
}

.rlLane-list table {
    width:99%;
}

.rlLane-list table tr td:first-child{
    width:20px
}

hr.rl-hr-style {
    border: 0px none;
    height: 1px;   
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.75), transparent);
}

.rlSelectorYearButtonWide {
    width: 100px;
    height: 25px;
}

.rlSelectorMileageButtonWide {
    width: 120px;
    height: 25px;
}

.rlSelectorFromMileageButtonWide {
    width: 90px;
    height: 25px;
}

.vehicleFiltersCheckBox 
{
    border-style: none;
    font-size: 11px;
    font-weight: bold;
    vertical-align: top;
}

#rlVehiclesTable {
    padding: 6px;    
    min-width:360px;
    cursor: pointer;
}

#rlVehiclesTable tr td
{
    vertical-align: top;
    border-style: none;
    border-width: 0;    
    padding: 6px;
}

.rl-hr-div
{
    padding-top:8px;
    padding-bottom:8px;
}

#rlVehiclesTable tr:nth-child(even) 
{ 
    background: #dddddd;
}
#rlVehiclesDiv {
    overflow-y: auto;
    min-height: 430px;
    max-height: 804px;
}

.rl-label
{
    font-size: 12px;
    font-weight: bold;
}


/* Show / Hide processing image - Start */
#waitCursorWrapper
 {
        display: none;
        width:100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        background:url(/images/spinner3-black.gif) no-repeat center #f1ebeb;
        text-align:center;
        padding:10px;        
        z-index:5000;
        overflow: auto;
        opacity:0.5;
        filter:alpha(opacity=50); /* For IE8 and earlier */
}

.waitCursorWrapperText {
    position:fixed;
    top:53%;
    left:46%;
    font-size:2em;
    background-color:black;
    color:white;    
    z-index:5001;
}
/* Show / Hide processing image - End */

.rl-no-data-message {
    padding:10px;
    font-style:italic;    
    color:gray;    
    cursor: default !important;
}

/* Screen 3 */
#VehicleDetailsScreenDiv a#AuctionFilterLinkInDetails, #VehicleDetailsScreenDiv a#VehicleFilterLinkInDetails{
    font-weight:bold;
    text-decoration: underline;
    cursor:pointer;
}

#vehicleDetailsCol1
{
    float: left;      
    width: Calc(100% - 437px) !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    margin-right: 5px;
}

#vehicleDetailsCol2
{
    float: left;        
    width: 413px;
    margin-right: 2px;
    padding-bottom: 10px;
}

#rlVehiclesTableScreen3 tr:nth-child(even) 
{ 
    background: #dddddd;
}

#rlVehiclesDivScreen3 {
    overflow-y: auto;
    /*min-height: 430px;*/
    min-height: 986px;
    max-height: 986px;
}

#rlVehiclesTableScreen3 {
    padding: 6px;    
    cursor: pointer;
}

#rlVehiclesTableScreen3 tr td
{
    vertical-align: top;
    border-style: none;
    border-width: 0;    
    padding: 6px;
}

#vehicleDetailsCol1 div#PhotoPane
{    
    float: left;
}
#vehicleDetailsCol1  div#rlVehicleListPaneScreen3
{
    min-width: 312px !important;
    max-width: 312px !important;
    float: left;
}

#vehicleDetailsCol2 div#CarFaxPane, #vehicleDetailsCol2 div#valuesPane, #vehicleDetailsCol2 div#VehicleBasicInfoBox,
#vehicleDetailsCol2 div#LTVCalculatorPane, #recordNavigationButtonsDIV
{
    width: 429px !important;
}

.rl-vehicle-sel-bgcolor
{   
   background-color : #DCFDD4 !important;   
}

#recordNavigationButtonsDIV button:disabled {
    color: #dddddd;
    cursor:default;
}

#rlMainDiv
{
    float: left;
    width: 100%;
    /*width:Calc(98.8% - 10px) !important;*/
    margin-right: 10px;
}

.rlPrevBtnDiv
{
    width:20%;
    float:left;
}

.rlVehDescDiv
{
    width:59%;
    text-align:center;
    float: left;
    padding-top: 4px;
    
}

.rlNextBtnDiv
{
    width:20%;
    text-align:right;
    float: right;
}

.rlScrn3TitleHeader 
{
    padding:10px;
}

.rlScrn3TitleHeader div.left
{
    width:45%;
}

#CarfaxAutoCheckDiv {
    text-align: center;
    min-width: 292px !important;
    max-width: 292px !important;
    margin: 0px 0px 0px 0px !important;
}

#CarfaxAutoCheckDiv a{
    text-decoration: none !important;
}

#CarfaxAutoCheckDiv span#GotoCarFaxSection a:first-child img
{
    padding-bottom: 4px;
}

#rlMileageRangeValidateMsg, #rlYearRangeValidateMsg {
    margin-top: 4px;
}
#rlDateRangeValidateMsg {
    margin-top: 4px;
}

#VehicleDetailsScreenDiv #VehicleDetails #PhotoPane {
    height: 50px !important;
    width: 408px;
}

#VehicleDetailsScreenDiv #VehicleDetails #CarFaxPane{
    margin-bottom: 6px !important;
    /*width: 751px !important;*/
    width: Calc(100% - 2px) !important;
}

#VehicleDetailsScreenDiv #VehicleDetails #PhotoPane #vehiclePhotoCaption {
    margin-top: 10px !important;
}
#VehicleDetailsScreenDiv #VehicleDetails #VehicleBasicInfoBox{
    margin: 0px 0px 10px 0px !important;
}
#VehicleDetailsScreenDiv #VehicleDetails #LTVCalculatorPane{
    margin: 0px 0px 0px 0px !important;
}

#rlMainDiv #VehicleDetailsScreenDiv #CarfaxHistoryList {
    height: 94px !important;
}

#rlMainDiv #VehicleDetailsScreenDiv #AutoCheckHistoryList {
    height: 94px !important;
}

.eotValueCell
{
    width: 40px !important;
}

.autoHeight
{
    height: auto;
}

.smallText
{
    font-size: 0.8em !important;
}

#residualMonthsSelectDiv .pq-select-button
{
    margin-left: 1em;
}

#EndOfTermDateButton, #MileageTypeButton
{
    margin-left: 0.6em;
}

#residualMonthsSelectDiv
{
    margin-top: 1em;
    display: table;
    margin: 0 auto;
}

#residualMilesPerYearDiv
{
    display: table;
    margin: 0 auto;
}

.smallerFont
{
    font-size: 0.85em;
}

.showHistoryAdjustedValuesCell
{
    border: none !important;
}

.showHistoryAdjustedValuesButton
{
    width: 100%;
}

/*CSI - 20150904 - Iteration # 3: Run List feature - End  */