﻿/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: 0; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== PRIMARY STYLES =====================================================
   Author:  Buddy Reno (last updated: 5-3-2012)
   ========================================================================== */

body 
{
    /*background: #181e27 url(../images/background.png) repeat 0 0;*/
    background: #fff url(../images/bodyBG.png) repeat-x 0 0;
}

#wrapper 
{
    width: 1280px;
    margin: 0 auto;
    /*background-color: #d4d5d5;*/
}

#header 
{
    position: relative;
    height: 174px;
}

h1.logo 
{
    background: url("../images/logo_190.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
 /*   width: 291px;
    height: 174px;*/
        width: 200px;
    height: 104px;
}




#pnlUserInfo 
{
    color: #fff;
    font-weight: bold;
    font-size: .8em;
    padding: 20px 125px 0 0;
    text-align: right;
    position: relative;
}

#pnlUserInfo a, #pnlUserInfo a:hover, #pnlUserInfo a:visited, #pnlUserInfo a:active
{
    color: #fff;
    text-decoration: none;
}

#pnlUserInfo a:hover 
{
    text-decoration: underline;
}

#pnlUserInfo a#headHelpLink 
{
    position: absolute;
    right: 0;
}

.headerribbon 
{
  float: left; /* for positioning navigation element next to ribbon */
  background: #0054ff;
  /* This allows us to use absolute positioning inside the element */
  position: relative;
  /* Setting a width plus padding makes this element expand past the width of the containing element. */
  width: 210px;
  min-height: 73px;
  background-image: url(../images/khsLogo.png);
  background-repeat: no-repeat;
  background-position: center top;
  text-indent: -9999px;
  padding-left: 30px; /* 50px equals ribbon widths of 30px and article padding of 20px */
  padding-right: 30px;
  /* Negative margin positions the ribbon element outside the containing element, creating the illusion of wrapping around it. */
  margin-left: -30px;
}

/* This is the ribbon curl. The :before curl is placed to the left, :after to the right */
.headerribbon:before 
{
  border-color: #444444;
  border-style: solid;
  border-width: 0;
  border-top-width: 15px; /* This sets the height of the curls, making it half the width to angle the curls more. */
  content: ''; /* Tells the browser to actually generate the pseudo element */
  position: absolute;
  /* Position the :before element to the left and below the ribbon element */
  left: 0;
  bottom: -15px; /* Equal to the height of the curl */
  border-left: 30px solid transparent; /* Makes the curl slant right */
}

.mainnav
{
    list-style: none;
    padding: 12px;
    margin: 0;
    background: url(../images/button-bg.png) repeat-x 0 0;
    border-radius: 10px;
    position: absolute;
    margin-left:201px;
    margin-top:20px;
}
.mainnav ul
{
    padding: 0;
    margin:0;
    text-align: center;
    vertical-align:middle;
}

.mainnav ul li 
{
    display: block;
    font-family: Helvetica;
    font-size: 0.95em;
    font-weight: normal;
    padding-left: 12px; 
    text-transform: uppercase;
}

.mainnav ul li a 
{
    color: #0295ec;
    text-decoration: none;
}

.mainnav ul li a:hover
{
    text-decoration: underline;
    color: #fff;
}

 .mainnav ul li a:visited
 {
 }

.mainnav .dynamic
{
    background:  url(../images/dropmenuBG.png) repeat-x 0 0;
    list-style: none;
    z-index: 999;
    margin: 0;
    padding: 0 10px;
   /* width:300px;*/
    text-align:left;
    text-transform:none;
} 


.mainnav .dynamic li
{
    margin:0;
  /*  text-align: center;*/
    background:none;
    /*line-height:0;*/
}
    
.mainnav .dynamic li a
{
    color: #fff;
    text-decoration: none;
    padding:0;
    background:none; 
  /*  display:block;*/
     white-space: nowrap;
}

.mainnav .dynamic a img
{
       padding:0 12px 8px 12px;  
}

#titleStrip 
{
    height: 81px;
    color: #fff;
    text-align: center;
    position: relative;
    /*margin-bottom: 1em;*/
}

#titleStrip h1 
{
    position: absolute;
    bottom: -20px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 3.5em;
    width: 100%;
    text-align: center;
}

/*#pageTitle h1,#pageTitle h2,#pageTitle h3,#pageTitle h4,#pageTitle h5,#pageTitle h6 
{
    border-bottom: 2px solid #fff;
}*/

#maincontent 
{
    padding: 1em;
    background-color: #d4d5d5;
}

#maincontent h1 
{
    color: #0054ff;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    line-height: .9em;
}

div.titleContainer 
{ 
    position: relative; 
    padding-top: 2em;
}
div.buttonModule 
{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: .8em;
}

div.buttonModule a 
{
    color: #0054ff;
    text-decoration: none;
}
div.buttonModule a:hover { text-decoration: underline; }

a.linkPlus 
{
    min-width: 29px;
    min-height: 29px;
    background: url(../images/plusButton.png) no-repeat 0 0;
    display: block;
    padding: 5px 0 0 32px;
    float: left;
}

a.linkImport 
{
    min-width: 29px;
    min-height: 29px;
    background: url(../images/btnImport-32.png) no-repeat 0 0;
    display: block;
    padding: 5px 0 0 32px;
    float: left;
}

a.linkAdjustments 
{
    min-width: 29px;
    min-height: 29px;
    background: url(../images/btnImport-32.png) no-repeat 0 0;
    display: block;
    padding: 5px 0 0 32px;
    float: left;
}


ul.form 
{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 80%;
}

ul.form.loginform 
{
    margin: 0 auto;
    width: 50%;
}

ul.form li
{
    margin-bottom: 10px;
}

ul.form li.last
{
    text-align: right;
}

ul.form label.lbl 
{
    display: block;
    text-align: left;
    font-weight: bold;
}

input.txtbox, select.txtbox 
{
    border-radius: 5px;
    padding: 7px;
    border: 2px solid #444;
}

input.txtbox.small, select.txtbox.small
{
    padding: 4px;
}

input.txtbox.smalltext, select.txtbox.smalltext 
{
    font-size: .7em;
}

input.txtbox.iconwidth 
{
    width: 125px;
}

.gridcell input.txtbox.iconwidth 
{
    width: 88%;
}

input.txtbox.fullwidth, select.txtbox.fullwidth 
{
    width: 96%;
}

input.gridtxtbox, select.gridtxtbox 
{
    width: 80px;
    padding: 2px;
}

input.gridtxtbox.datepicker 
{
    width: 70px;
}

span.cbx input[type="checkbox"] 
{
    margin-right: 5px;
}

span.cbxFancy 
{
    display: inline-block;
    width: 45px;
    height: 33px;
    background: url(../images/checkboxes.png) no-repeat 0 0;
    cursor: pointer;
}

span.cbxFancy.checked 
{
    background-position: 0 -38px;
}

span.cbxFancy input[type="checkbox"] 
{
    display: none;
}

input.btn 
{
    color: #fff;
    background-color: #121821;
    padding: 7px;
    border: 2px solid #444;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
input.btn:hover { background-color: #082c4e; }
input.btnDel { background-color: #a02323; }
input.btnDel:hover { background-color: #c84141; }

input[type="text"][readonly]
{
    border: 0;
    background-color: transparent;                                
}

ul.fieldrow 
{
    list-style: none;
    font-size: .8em;
    line-height: 1em;
    margin: 0 0 10px 0;
    padding: 0;
}

ul.fieldrow li 
{
    float: left;
    margin-right: 10px;
}

ul.fieldrow.useMinWidth li 
{
    min-width: 50px;
}

ul.fieldrow li label 
{
    color: #6f6f6f;
    display: block;
    font-weight: bold;
}

ul.fieldrow li.btns 
{
    padding-top: .4em;
    min-width: 0;
}


table.grid 
{
    font-size: .8em;
    text-shadow: 0px -1px 0px #fff;
}

table.grid a
{
    color: #000;
}

table.grid a:hover
{
    text-decoration: none;
}


table.grid th
{
    color: #272727;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: left;
}

table.grid td 
{
    border-top: 1px #fff solid;
    border-bottom: 1px #b8b8b8 solid;
    /*padding: 10px 0px;*/
    vertical-align: middle !important;
}
    
table.grid tr td:first-child 
{
    padding-left: 10px;
} 
  /*#GenericJobReportControl {
    border: pink 1px solid;  
        overflow-x: scroll;
  position: relative;      
}*/
.pagingControls 
{
    text-align: center;
    font-size: .9em;
    line-height: 2.4em;
}

.pagingControls .btns 
{
    display: inline-block;
    width: 32px;
    height: 37px;
    text-indent: -9999px;
}

.pagingControls .btns.PagingPrev { background: url(../images/btnArrowLeft-32.png) no-repeat 0 0; }
.pagingControls .btns.PagingNext { background: url(../images/btnArrowRight-32.png) no-repeat 0 0; }

.pagingControls .btns.PagingPrev.Disabled { background: url(../images/btnArrowLeft_Disabled-32.png) no-repeat 0 0; }
.pagingControls .btns.PagingNext.Disabled { background: url(../images/btnArrowRight_Disabled-32.png) no-repeat 0 0; }

/*.gridBtnEdit, .gridBtnDelete, .gridBtnCancel, .gridBtnSave, .gridBtnAddNew, .gridBtnView, .gridNotes,.gridPicture, .gridBtnEditEstimate, .gridBtnExportEstimate*/

.gridBtn
{
    display: inline-block;
    width: 32px;
    height: 33px;
    text-indent: -9999px;
}

.gridBtnEdit { background: url(../images/btnEdit-32.png) no-repeat 0 0; }
.gridBtnDelete { background: url(../images/btnDelete-32.png) no-repeat 0 0; }
.gridBtnCancel { background: url(../images/red_x-32.png) no-repeat 0 0; }
.gridBtnSave { background: url(../images/green_check-32.png) no-repeat 0 0; }
.gridBtnAddNew { background: url(../images/plusButton.png) no-repeat 0 0; }
.gridBtnView { background: url(../images/btnInspect-32.png) no-repeat 0 0; }
.gridNotes { background: url(../images/notes_32.png) no-repeat 0 0; }
.gridPicture { background: url(../images/picture_32.png) no-repeat 0 0; }
.gridBtnEditEstimate { background: url(../images/carEdit_32.png) no-repeat 0 0; }
.gridBtnExportEstimate { background: url(../images/pdf-export_32.png) no-repeat 0 0; }
.gridBtnEmailEstimate { background: url(../images/emailIcon_32.png) no-repeat 0 0; }
.gridBtnQCSignature { background: url(../images/QC_Signature_32.png) no-repeat 0 0; }
.gridBtnPreviousDamage { background: url(../images/btnPreviousDamage_32.png) no-repeat 0 0; }
.gridBtnUnlock { background: url(../images/btnUnlock-32.png) no-repeat 0 0; }

.impersonateLink:hover 
{
    cursor:pointer;
}


table.grid.colwidths 
{
    table-layout: fixed;
    min-width: 250px;
}

table.grid.colwidths th, table.grid.colwidths td 
{
    min-width: 145px;
    padding: 5px;
}

.jobManagerHighlighted
{
    background-color: #FFFF00;
    /*color:White;*/
    text-shadow: none;
    font-weight:bold;
    padding:5px;
    cursor: pointer;
}

.sBubble label.GenericJobReportControl
{
    width:100px;
    display:inline-block;
}

.colorLegend 
{
    margin-bottom: 20px;
    text-align: center;
    font-size: .75em;
    font-style: italic;
}

.colorLegend div
{
    padding:5px;
    display:inline-block;
    font-weight:bold;
    margin-right:5px;
}
.colorLegend a.btnExport 
{
    display: inline-block;
    background: url(../images/btnExport-32.png) no-repeat 0 0;
    padding: 14px 0 0 35px;
    vertical-align: middle;
}

.exportPDF      
{
    padding: 14px 0 0 35px;
    vertical-align: middle; 
    display: inline-block; 
    background: url(../images/pdf-export_32.png) no-repeat 0 0; 
}
    
.emailPDF      
{
    padding: 14px 0 0 35px;
    vertical-align: middle; 
    display: inline-block; 
    background: url(../images/emailIcon_32.png) no-repeat 0 0; 
}
    
.exportCSV  
{
    padding: 14px 0 0 35px;
    vertical-align: middle;
    display: inline-block; 
    background: url(../images/csv-export_32.png) no-repeat 0 0; 
 }
  

.colorLegend .hover { cursor: hand; cursor: pointer; border:1px solid black; }
.colorLegend .VehicleInfo { background-color: #90EE90; }
.colorLegend .VehicleInfoRemoved {background-color:gray; }
.colorLegend .Dents { background-color: #006400; color: #fff; }
.colorLegend .DentsRemoved { background-color: #006400; background-color:gray; }
.colorLegend .Totals { background-color: #FF0000; color: #fff; }
.colorLegend .TotalsRemoved { background-color: #FF0000; background-color: gray; }
.colorLegend .BodyShop { background-color: #164fc2; color: #fff; }
.colorLegend .BodyShopRemoved { background-color: #164fc2; background-color: gray; }
.colorLegend .Push2Paint { background-color: #6716c2; color: #fff; }
.colorLegend .Push2PaintRemoved { background-color: #6716c2; background-color:gray; }
.colorLegend .Parts { background-color: #FFFF00; }
.colorLegend .PartsRemoved { background-color:gray; }

table.grid td.FrozenColumn, table.grid th.FrozenHeader  
{
    z-index: 900;
    float: left;
}

table.grid th.FrozenHeader 
{
    z-index: 995;
}

table.grid.colwidths th.VehicleInfo 
{
    background-color: #90EE90;
    font-weight: bold;
    text-shadow: none;
}

table.grid.colwidths th.Dents 
{
    background-color: #006400;
    font-weight: bold;
    color: #fff;
    text-shadow: none;
}

table.grid.colwidths th.Totals 
{
    background-color: #FF0000;
    font-weight: bold;
    color: #fff;
    text-shadow: none;
}

table.grid.colwidths th.BodyShop 
{
    background-color: #164fc2;
    font-weight: bold;
    color: #fff;
    text-shadow: none;
}

table.grid.colwidths th.Push2Paint 
{
    background-color: #6716c2;
    font-weight: bold;
    color: #fff;
    text-shadow: none;
}


table.grid.colwidths th.Parts 
{
    background-color: #FFFF00;
    font-weight: bold;
    text-shadow: none;
}



/*--------------GRID LAYOUTS--------------*/

div.gridrow 
{
    margin-bottom: 2.5em;
}

div.gridrow .gridcell 
{
    display: inline-block;
    float: left;
    margin-bottom: 1em;
}

div.gridrow span.legend
{
    background-color: #17253f;
    color: #fff;
    padding:  5px;
    display: block;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
}

div.gridrow .gridcell .content 
{
    border: 2px solid #17253f;
    padding: 5px;
    font-size: .8em;
}

.gridcell .content ul.form 
{
    width: 100%;
}

div.gridrow .gridcell.w50 
{
    width: 48%;
    margin-right: 4%;
}
div.gridrow .gridcell.w50.nomargin { margin-right: 0; }

div.gridrow .gridcell.w100 
{
    width: 100%;
}


/* ==|== miscellaneous extra classes ====================================== */

.floatright { float: right; }
.floatleft { float: left; }
.txtcenter { text-align: center; }
div.MessagePanel 
{
    margin-bottom: 1em;
    padding: 10px 5px 10px 40px;
    font-size: .8em;
    /*width: 90%;*/
}
.ErrorPanel 
{
    padding: 10px 5px 10px 40px;
    background: #c84141 url(../images/red_x-32.png) no-repeat 5px 3px;
    border: 4px solid #e40606;
    color: White;
}
.SuccessPanel 
{
    background: #0af347 url(../images/green_check-32.png) no-repeat 5px 3px;
    border: 4px solid #12702a;
    color: #4e4e4e;
}
.WarningPanel 
{
    background: #FFFF00 url(../images/yellow_!-32.png) no-repeat 5px 3px;
    border: 4px solid #e5e500;
    color: #000;
}

div.smallPanel 
{
    width: 90%;
    font-size: .7em;
}

.graycontainer 
{
    background-color: #f1f1f1;
    padding: 10px;
}

div.scrollable 
{
   overflow-x: scroll;
}

.graycontainer.popout 
{
    position: absolute;
 /*   top: 430px;*/
    left: 0;
    width: 98%;
    margin: 0 auto;
}

.freeze
{
    position:relative;
    top:expression(this.offsetParent.scrollTop);
   z-index: 10; 
}


.hidden  
{
   display: none;
}


.ribbon 
{
  background: #0054ff;
  /* This allows us to use absolute positioning inside the element */
  position: relative;
  /* Setting a width plus padding makes this element expand past the width of the containing element. */
  width: 100%;
  padding-left: 30px; /* 50px equals ribbon widths of 30px and article padding of 20px */
  padding-right: 30px;
  /* Negative margin positions the ribbon element outside the containing element, creating the illusion of wrapping around it. */
  margin-left: -30px;
}
/* These are the two ribbon "curls". The :before curl is placed to the left, :after to the right */
.ribbon:before, .ribbon:after {
  border-color: #444444;
  border-style: solid;
  border-width: 0;
  border-top-width: 15px; /* This sets the height of the curls, making it half the width to angle the curls more. */
  content: ''; /* Tells the browser to actually generate the pseudo element */
  position: absolute;
}
.ribbon:before {
  /* Position the :before element to the left and below the ribbon element */
  left: 0;
  bottom: -15px; /* Equal to the height of the curl */
  border-left: 30px solid transparent; /* Makes the curl slant right */
}
.ribbon:after {
  /* Position the :after element to the right and below the ribbon element */
  right: 0;
  bottom: -15px; /* Equal to the height of the curl */
  border-right: 30px solid transparent; /* Makes the curl slant left */
}

/*Customer Not Associated With Vehicle control style*/
#CustomerNotAssociatedWithVehicle{
        position: fixed;
        bottom: 0;
        right: 0;
        padding:15px;
        margin-bottom:15px;
        margin-right:15px;
        border:1px solid none;
        background-color:#1a2843;
        color:White;
     }


.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}

/*Customer Not Associated With Vehicle control style*/
#CustomerNotAssociatedWithVehicle{
        position: fixed;
        bottom: 0;
        right: 0;
        padding:15px;
        margin-bottom:15px;
        margin-right:15px;
        border:1px solid none;
        background-color:#1a2843;
        color:White;
     }


/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
