﻿/*
 * 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; }

.warning{ font-weight:bold; color:Red;}

/* =============================================================================
   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
 */

input[disabled]
{
    cursor: default; 
    background-color: #d3d3d3;
}

input[type="text"][disabled]
{
    border: 0;                                    
}

/*
 * 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;
}

#header 
{
    position: relative;
    height: 174px;
}

h1.logo 
{
    float: left;
    width: 200px;
    height: 104px;
    text-indent: -9999px;
    background: url(../images/logo_190.png) no-repeat 0 0;
    margin: 0;
    padding: 0;
}

#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;
}

.content{
    padding: 5px;
    font-size: .8em;
}

.roundCorners
{
    border: 2px solid black;
    border-radius: 5px;  
}
/*make a button look like a link when link button behaviour is not acceptable*/
.buttonLink
{
    border:none;
    background-color: transparent;
    color:blue;
}
.buttonLink[disabled]
{
 color:gray;   
}

.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 {
    background: url("../images/button-bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 10px;
    list-style: outside none none;
    margin: 20px 0 0 201px;
    padding: 12px;
    position: absolute;
}
.mainnav ul {
    margin: 0;
    padding: 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 {
    color: #fff;
    text-decoration: underline;
}
.mainnav ul li a:visited {
}
.mainnav .dynamic {
    background: url("../images/dropmenuBG.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    list-style: outside none none;
    margin: 0;
    padding: 0 10px;
    text-align: left;
    text-transform: none;
    z-index: 1002;
}
.mainnav .dynamic li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0;
}
.mainnav .dynamic li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    padding: 0;
    text-decoration: none;
    white-space: nowrap;
}
.mainnav .dynamic a img {
    padding: 0 12px 8px;
}
#titleStrip 
{
    height: 81px;
    color: #fff;
    text-align: center;
    position: relative;
}
#titleStrip h1 
{
    position: absolute;
    bottom: -20px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 3.5em;
    width: 100%;
    text-align: center;
}
#titleStripBasic
{
    color: #fff;
    text-align: center;
    position: relative;
     text-transform: uppercase;
}
#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.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;
}

fieldset {
    border:  1px solid white;
    margin: 0;
    padding: 0;
    border-radius: 5px 5px 0 0;
    padding-bottom: 10px;
}


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;
}

ul.labelOverField label
{
    display: block;
    text-align: left;
    font-weight: bold;
}
input.txtbox, select.txtbox 
{
    border-radius: 5px;
    padding: 7px;
    border: 2px solid #444;
}

 .requiredField, 
 input[type=text].requiredField,
 textarea.requiredField,
 select.requiredField
{
    border: 2px solid yellow;
}

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;
    font-size: .9em;
}

select.gridSelectCounty, select.gridSelectState
{
    width: 80px;
}

input.gridZip
{
    width: 70px;
}

ul.gridLocation
{
    overflow-y: auto; 
    height: 50px; 
    white-space: nowrap;
    list-style: none outside none;
    margin:0;
    margin-right:10px;
    margin-left:10px;
    padding:0;
}

ul.gridLocationActive
{
    overflow-y:auto;
    overflow-x: visible;
    border: solid 1px black;
    background-color: gainsboro;
    height: 100px;
    width: 250px;
    white-space: nowrap;
    list-style: none outside none;
    margin:0;
    margin-right:10px;
    margin-left:10px;
    padding:0;
    position: absolute;
}
input.gridtxtbox.datepicker 
{
    width: 70px;
    vertical-align: bottom;
}

td.datepicker
{
   min-width: 110px;
}

.ui-datepicker
{
     z-index: 9999 !important;
}
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;
    margin:auto;
    border: none;
}

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;
    border-left: none;
    border-right: none;
    padding: 5px;
    vertical-align: bottom !important;
}
    
table.grid tr td:first-child 
{
    padding-left: 10px;
} 

table.grid .row {
   background-color: #efefef;
}

table.grid .altRow {
    background-color: #e5e5e5;
}

table.grid .header th{
    border: none;
}

table.grid .footer {
    
}

       
.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; }



.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;
}

.gridBtn.gridBtnEdit.impersonateLink {
    position: relative;
    top: 4px;
}

table.grid.colwidths 
{
    table-layout: fixed;
    min-width: 250px;
}

table.grid th.reset, table.grid td.reset
{
    min-width: 30px;
}

table.grid th, table.grid td 
{
    padding: 5px;
}

/*table.grid.colwidths th:first-child, table.grid.colwidths td:first-child 
{
    min-width: 16px;
    max-width: 145px;
}*/

table.grid.colwidths th, table.grid.colwidths td {
    min-width: 145px;
    padding: 5px;
}

/*Job Manger css*/
.jobManagerHighlighted
{
    background-color: #FFFF00;
    text-shadow: none;
    font-weight:bold;
    padding:5px;
    cursor: pointer;
}

.viewReminderSetup {
    width: 1220px;
}

.viewReminderSetup div{
    padding-top:15px;
    padding-bottom: 15px;
}

.viewReminderSetup input[type=text],
.viewReminderSetup textarea,
 .viewReminderSetup iframe {
    width: 90%;
}

.viewReminderSetup .legend{
    text-align: left;
    width: 100%;
    font-size:.8em
}

.viewReminderSetup .legend ul
{
    position: relative;
    display: inline-block;
    list-style-type: none;  
    margin: 0 auto;
    padding: 0;
}

.viewReminderSetup .legend ul li
{
    float:left;
    display:block;
    width:350px;
}

/*GenericJobReportControl*/
.sBubble label.genericJobReportControl
{
    width:100px;
    display:inline-block;
}

.genericJobReportControl .dataOptions a {
 font-weight: bold;
    color: inherit;
}

.genericJobReportControl .colorLegend 
{
    margin-bottom: 20px;
    text-align: center;
    font-size: .75em;
    font-style: italic;
}

.genericJobReportControl .colorLegend div
{
    padding:5px;
    display:inline-block;
    font-weight:bold;
    margin-right:5px;
}
.genericJobReportControl .colorLegend a.btnExport 
{
    display: inline-block;
    background: url(../images/btnExport-32.png) no-repeat 0 0;
    padding: 14px 0 0 35px;
    vertical-align: middle;
}

.genericJobReportControl .colorLegend a.exportPDF      
{
    padding: 14px 0 0 35px;
    vertical-align: middle; 
    display: inline-block; 
    background: url(../images/pdf-export_32.png) no-repeat 0 0; 
}
    
.genericJobReportControl .colorLegend a.emailPDF      
{
    padding: 14px 0 0 35px;
    vertical-align: middle; 
    display: inline-block; 
    background: url(../images/emailIcon_32.png) no-repeat 0 0; 
}
    
.genericJobReportControl .colorLegend a.exportCSV  
{
    padding: 14px 0 0 35px;
    vertical-align: middle;
    display: inline-block; 
    background: url(../images/csv-export_32.png) no-repeat 0 0; 
 }
  
.genericJobReportControl .colorLegend .hover { cursor: hand; cursor: pointer; border:1px solid black; }
.genericJobReportControl .colorLegend .VehicleInfo { background-color: #90EE90; }
.genericJobReportControl .colorLegend .VehicleInfoRemoved {background-color:gray; }
.genericJobReportControl .colorLegend .InsuranceInfo { background-color: #FF8844; color: #fff;}
.genericJobReportControl .colorLegend .InsuranceInfoRemoved {background-color:gray; }
.genericJobReportControl .colorLegend .StatusInfo { background-color: #CC66BB; color: #fff;}
.genericJobReportControl .colorLegend .StatusInfoRemoved {background-color:gray; }
.genericJobReportControl .colorLegend .Dents { background-color: #006400; color: #fff; }
.genericJobReportControl .colorLegend .DentsRemoved {background-color:gray; }
.genericJobReportControl .colorLegend .Totals { background-color: #FF0000; color: #fff; }
.genericJobReportControl .colorLegend .TotalsRemoved {background-color: gray; }
.genericJobReportControl .colorLegend .BodyShop { background-color: #164fc2; color: #fff; }
.genericJobReportControl .colorLegend .BodyShopRemoved {background-color: gray; }
.genericJobReportControl .colorLegend .Push2Paint { background-color: #6716c2; color: #fff; }
.genericJobReportControl .colorLegend .Push2PaintRemoved {background-color:gray; }
.genericJobReportControl .colorLegend .Parts { background-color: #FFFF00; }
.genericJobReportControl .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 th.CustomerInfo
{
    background-color: #996633;
    font-weight: bold;
    text-shadow: none;
}

table.grid th.VehicleInfo 
{
    background-color: #90EE90;
    font-weight: bold;
    text-shadow: none;
}

table.grid th.InsuranceInfo, th.InsuranceInfo a  
{
    background-color: #FF8844;
    font-weight: bold;
    color: #fff;
    text-shadow: none;
}

table.grid th.StatusInfo, th.StatusInfo a 
{
    background-color: #CC66BB;
    font-weight: bold;
    color: #fff;
    text-shadow: none;
}

table.grid th.Dents 
{
    background-color: #006400;
    font-weight: bold;
    color: #fff;
    text-shadow: none;
}

table.grid th.Totals 
{
    background-color: #FF0000;
    font-weight: bold;
    color: #fff;
    text-shadow: none;
}

table.grid th.BodyShop 
{
    background-color: #164fc2;
    font-weight: bold;
    color: #fff;
    text-shadow: none;
}

table.grid th.Push2Paint 
{
    background-color: #6716c2;
    font-weight: bold;
    color: #fff;
    text-shadow: none;
}


table.grid 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;
    margin:5px;
}

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 .container
{
    display:inline-block;
    float:left;
    padding:5px;
}

div.gridrow .gridcell.w50 , div.gridrow .w50
{
    width: 48%;
    /*margin-right: 2%;*/
}
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;
    color: black;
}

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 */
}


.mitchellImportDuplicate
{
    background-color:Yellow;
    color: black;
}

.mitchellImportError
{
    background-color:Red;
    color:White;
}

.repairOrderMapLegend {
    border: 1px solid black;
    width: 75px;
    height: 25px;
}

.repairOrderImportDuplicate
{
    background-color:Yellow;
    color: black;
}

.repairOrderImportError
{
    background-color:Red;
    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; }
}

/**CALL CENTER**/
#cc_wrapper
{
    margin:0 auto;
    border:0px solid orange;
}
.configure 
{
    background: none;
}
.callcenter 
{
    /*background: #181e27 url(../images/background.png) repeat 0 0;*/
    background: #fff url(../images/ccBG.png) repeat-x 0 0;
}
#cc_titleStrip 
{
    height: 30px;
    color: #fff;
    text-align: center;
    position: relative;
    /*margin-bottom: 1em;*/
}
#cc_header 
{
    position: relative;
    height: 173px;
    width:1280px;
    margin:0 auto;
}
#cc_maincontent 
{
    padding: 1em;
    margin: 0 auto;
    text-align: center;
    
}
#cc_maincontent h1 
{
    color: #0054ff;
    text-transform: uppercase;
    line-height: .9em;
}
#ctl00_body_hyperVehicleRepairExpanded > img {
    height: 30px;
}
/******** Assigments Drop Down *************/

#assignmentscontainer
{
    background:#073763;
    border: 5px solid black;
    position:absolute;
    z-index: 1001;
    width: 98%;
    
}
.assignments_title
{
    border-bottom:4px solid black;
}
.dropdowntitle
{
    color: White;
    height:15px;
}
.dropdowntitle p
{
    color: white;
    font-size:22pt;
    position: relative;
    bottom: 30px;
    text-align: center;
}
.dropdowntitle a
{
    float: right;
    height: 2px;
    margin-right: 10px;
}
#toggle-assignment_drop
{
    color:white;
    font-size:25pt;
    text-decoration:none;
    font-weight: bold;
}

/**Grid Styles**/
#grid_background
{
    background: #ccc;
    border: 4px solid white;
    width:95%;
    margin:0 auto;
    margin-bottom:20px;
    margin-top:20px;
    z-index:-1000px;
    padding-top:5px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
}
#grid_buttons
{
    margin-top:5px;
    text-align:left;
    margin-bottom:5px;
}
#grid_buttons a
{
    color:Black;
    border:2px solid black;
    font-weight:bold;
    font-size:14pt;
    background:#fff;
    padding:2px;
    text-align:left;
    text-decoration:none;
}
.grid_queue_title
{
    color:White;
    font-weight:bold;
    text-decoration:underline;
    font-size:20pt;
    text-align:center;
    position:relative;
}
.queue_grid
{
    /*position:relative;
    bottom:17px;
    display:block;*/
}
.grid_queue_table td
{
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 10px;
    text-align:center;
   font-size:12px;
}

#app_repeater
{
    border:2px solid black;
}
#app_repeater td
{
    font-size: 14px;   
}
#app_repeater a:visited
{
    color:Blue;
}
#rep_repeater
{
    border:2px solid black;
}
#rep_repeater a:visited
{
    color:Blue;
}
#white
{
    color:White;
    font-size:12pt;
    text-decoration:underline;
    border:2px solid #ccc;
    font-weight:bold;
}
.quick
{
    text-decoration:underline;
}    

/***********Content Section***********/

#content_section
{
    margin-top: 80px;
    z-index: -1000;
    display:  inline-block;
}
#content_section .column1
{
    float:left; 
    width:455px;
    margin:0 auto;
}
#content_section .column2
{
    float:right;
}
#calendar_box
{
    color:black;
    font-weight:bold;
    width:770px;
    float:left;
    border:solid black 2px;
    height:860px;
    margin-left: 20px;
}

.calendar_active_range_highlight_day
{
    border-color: black;
    background-color: yellow;
}

#appointment_amount
{
    margin:0 auto;
    width:140px;
    text-align:left;
    margin-bottom:20px;
}
/*Calendar Styling*/
#calendar_section
{
    float:left;
    padding: 0 15px;
    height:100%;
    width:200px;
}
#calendar_section h2
{
    text-decoration:underline;
    font-size:14pt;
    text-align:center;
}
#scheduler_section
{
    border-left: 2px solid black;
    margin-bottom: 10px;
    width:538px;
    float:right;
}
#scheduler_section .message_panel_wrapper
{
    margin-bottom: 10px;   
}

.scheduler_date_picker
{
    margin-top:15px;
    
}

/*END OF CALENDAR STYLING*/

/*START OF Vehicle Repair STYLING*/
#vehiclerepair_box
{
    background:#073763;
    color:White;
    font-weight:bold;
    float: left;
  /*  width:450px;*/
    overflow-y: scroll;
    height: 690px;
    border: 0px solid cyan;
    margin:0 auto;    
   /* margin-right: 10px;*/
}
#vehiclerepair_box h2
{
    text-align:center;
    font-size:14pt;
    font-family:Calibri;
}
.vr_app_label
{
    height:30px;
}
.noshow
{
    color:Yellow;
    position:relative;
    bottom:40px;
    left:150px;
}
#vr_content
{
    width:350px;
    margin:0 auto;
    display: table;
    position:relative;
}
#vehicle_column
{
    margin: 0 auto;
}
#customer_column
{
    margin: 0 auto;
    text-align: left;
    margin-top:25px;
}
.vr_box_left {
    float: left;
    width: 160px;
    text-align: center;
    clear:both;
}
.vr_box_right {
    float: right;
    width: 160px;
    text-align: center;
}
ul#centerrepair
{
    text-align:center;
    float:left;
    margin:0 auto;
    margin-left:40px;
    width:84%;
}
#centerrepair li
{
    list-style:none;
}
.vr_box
{
    width:30px;
    float:right;
    height:15px;
}
.vr_date
{
    width:82px;
    border:2px solid black;
    font-weight:bold;
}
.vr_price
{
    width:90px;
    border:2px solid black;
    font-weight:bold;
}
.vr_time
{
    width:65px;
    border:2px solid black;
    font-weight:bold;
}
.vr_btn
{
    background:#fff;
    border:2px solid black;
    font-size:12pt;
    font-weight:bold;
}
.vr_controls
{
    text-align:center;
    padding-left:2px;
    padding-right:2px;
}
#pricing ul
{
    border:2px solid orange;
}
#pricing li
{
    list-style:none;
    display:inline;
    font-size:12pt;
    float:left;
    margin-right:30px;
}

.vr_email_estimate td
{
    text-align: right;
}

/*END OF Vehicle Repair Styling*/

/*Exception Box Styling*/
#exception_box
{
    width: 455px;
    margin: 0 auto;
    text-align: center;
    /*position: absolute;
    top:730px;*/
    float:left;
    z-index: -1000;
    margin-top:15px;
}
#exception_box h2
{
    color:#95BCF2;
    padding:0px;
    margin:0px;
    text-align:center;
    text-decoration:none;
    font-size:15pt;
    border:3px solid black;
}
#exception_box img
{
    float:right;
}
#exception_content
{
    overflow-y:scroll;
    border:2px solid black;
    height: 125px;
}
#exception_content tr td
{
    border:2px solid black;
    font-size:8pt;
    padding:5px;
}

/*update panel positioning correctly because of dynamic content*/
#exception_content .exception_content_update_panel
{
    position:absolute;
    height: 125px;
    width: 450px;
    bottom:-350px;
}

/**Window Titles**/
#middle_title
{
    color:White;
    text-align:center;
    text-decoration:underline;
    font-size:26pt;
    font-weight:bold;
}
#box_title
{
    border:4px solid white;
    text-align:center;
    color:White;
    font-size:16pt;
    width:240px;
    font-weight:bold;
    float:left;
}
#result_title
{
    border:4px solid white;
    text-align:center;
    color:White;
    font-size:16pt;
    width:240px;
    font-weight:bold;
    float:left;
    margin-top:10px;
    margin-bottom:20px;
}
#results_title
{
    border:4px solid white;
    text-align:center;
    color:White;
    font-size:16pt;
    width:200px;
    font-weight:bold;
    margin:0 auto;
}
/*WINDOW SIZES*/

#window_section
{
    border:2px solid white;
    width:100%;
    background:none repeat scroll 0 0 #073763;
    z-index: 1003;
    height:100%;
    padding-bottom: 20px;
}
#modal_wrapper
{
    margin: 0 auto;
    width:1200px;
}
#modal_wrapper a {
    color: white;
    font-weight: bold;
}

#modal_wrapper .grid a {
    color: black;
}

#window_title
{
    color:White;
    text-align:center;
    text-decoration:underline;
    font-size:26pt;
    font-weight:bold;
    /*margin-left: 50px;*/
    width: 100%;
    clear: both;
}
#window_controls
{
    border:0px solid cyan;
    width: 100%;
    padding-bottom: 30px;
}
#one_control {
    border:0px solid cyan;
    width: 100%;
}
#window_controls a:hover
{
    color:#0295ec;
}
#window_controls a
{
    color:#fff;
    text-decoration:none;
    font-weight:bold;
}
.left_control {
    float: left;
   
}
.right_control {
    float: right;
}
.right_control input {
    margin-top: 3px;
    width: 30px;
}
#corner_control
{
    position:relative;
    left:5px;
}
#content_container
{
    color:White;
    margin-left:40px;
    margin-right:40px;
    margin-bottom:20px;
    margin-top:20px;
}

/*LABEL SIZES FOR VEHICLE REPAIR EXPANDED SCREEN*/
#hover_container
{
    width:900px;
    margin:0 auto;
    margin-bottom:20px;
    height:160px;
    padding-bottom: 70px;
}
#mid_container
{
    width:900px;
    margin:0 auto;
    margin-bottom:20px;
    height:160px;
    padding-bottom: 10px;
}
#small_container
{
    margin:0 auto;
    margin-bottom:20px;
   /* height:220px;*/
}
#schedule_container
{
    margin:0 auto;
    margin-bottom:20px;
    height:525px;
}
.search_container
{
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 10px;
    text-align: center;
    position: relative;
    border:4px solid black;
    background:#ccc;
}
.search_container ul
{
    text-align: center;
}

.search_container input[type="text"], 
.search_container select {
    border: 2px solid black;
    border-radius: 5px;
    font-weight: normal;
    padding: 2px;
    width: 110px;
}
.search_container label,
.search_container span
{
    color: Black;
    font-size: 10pt;
    font-weight: bold;  
    display: block; 
}

ul#info_box
{
    border:4px solid black;
    float:left;
    background:#ccc;
}
#info_box li
{
    float:left;
    list-style:none;
    width:170px;
 }
.search_container li
{
    float:left;
    list-style:none;
    margin-right:10px;
}
#info_box 
.vre_ddl
{
    margin-left:0px;
    border:2px solid black;
    border-radius:5px;
    padding:1px; 
    width:145px;
}
#info_box .shop_ddl
{
    margin-left:15px;
    border:2px solid black;
    border-radius:5px;
    padding:1px; 
    width:145px;
}
#info_box li.d_picker
{
    width:250px;
}
#info_box li.shop
{
    width:240px;
}
#info_box li.short
{
    width:110px;
}
#info_box li.mid
{
    width:150px;
}
#info_box li.long
{
    width:180px;
}
#info_box li.longer
{
    width:200px;
}
#info_box li.date
{
    width:190px;
}
#row
{
    padding-top:5px;
    padding-bottom:5px;
    float:left;
}
#last_row
{
    border:0px solid black;
    padding-top:5px;
    padding-bottom:15px;
    float:left;
}
#long
{
    margin-right:80px;
    border:0px solid yellow;
    width:220px;
}
#small_info
{
    float:left;
    width:400px;
}
/**END OF LABEL SIZES ON VBE**/

#bottom_buttons
{
    border:0px solid yellow;
    width:100%;
   /* float:left;*/
}
#left_buttons
{
    float:left;
}
#center_buttons
{
    text-align:center;
}
#right_buttons
{
    float:right;
}
.vr_ex_btn
{
    border:4px solid black;
    color:Black;
    background:#fff;
    width:120px;
    margin:10px;
    padding:5px;    
}
.vre_lblTitle
{
    font-weight:bold;
    font-size:10pt;
    border:0px solid red;
    color:Black;
}
.cc_search_txtbox 
{
    float: right; 
    position: relative;
    left: 85px;
    bottom:5px;
    width:150px;
    height: 20px;
    border: 2px solid white;
    border-radius: 5px;
 /*   background: #fff url('../images/Search.png') no-repeat 0 0;*/
    padding-left: 20px;
}
.cc_search_btn
{
    background: #fff url('../images/Search.png') no-repeat 0 0;
    float: right; 
    position: relative;
    left: 105px;
    width:16px;
    border:none;
}
.cc_txtbox
{
    border:2px solid black;
    border-radius:5px;
    padding:2px;
    width:140px;
    font-weight:normal;
}
.cc_datebox
{
    border:2px solid black;
    border-radius:5px;
    padding:2px;
    width:100px;
    text-align: center;
    font-weight:normal;
}
.vre_ddl
{
    border:2px solid black;
    border-radius:5px;
    padding:1px; 
    width:145px;
}
.vre_ddl_long
{
    border:2px solid black;
    border-radius:5px;
    padding:1px;
    width:240px;
}
/**SMALL FORMS WINDOW**/
ul#form_row
{
    padding-top:10px;
    padding-bottom:20px;
    list-style:none;
    text-align:center;
    margin:0 auto;
    width:295px;
    margin-left:55px;
}
#form_row li
{
    border:0px solid white;
    padding-bottom:10px;
    font-size:12pt;
    text-align:right;
    font-weight:bold;
}
ul#form_row_small
{
    padding-top:10px;
    padding-bottom:20px;
    border:0px solid red;
    width:250px;
    margin:0 auto;
    list-style:none;
}
#form_row_small li
{
    border:0px solid red;
    padding-bottom:10px;
    font-size:12pt;
    font-weight:bold;
    width:300px;
    float:right;
}
.form_title
{
    color:White;
    font-size:12pt; 
    text-align:right;
}
.form_warning
{
    color:red;
    font-size:12pt;
    border:0px solid red;
}
.form_notes
{
    color:White;
    font-size:12pt; 
    float:left;
    margin-left:32px;
}
.form_textbox
{
    border:2px solid black;
    border-radius:5px;
    width:200px;
    padding:2px;
    font-weight:normal;
}
.txt_notes
{
    border:2px solid black;
    border-radius:5px;
    width:260px;
    font-size:12pt;
}
#send_buttons
{
    border:0px solid orange;
    margin:0 auto;
    text-align:center;
}
#send_buttons .btn
{
    margin:10px;
}
#form_button
{
    margin:0 auto;
    text-align:center;
    padding-top:20px;
    padding-bottom:10px;
}
#graybox
{
    border:4px solid black;
    background:#ccc;
    width:350px;
    margin:0 auto;
}
/*MANAGE SCHEDULE*/
.schedule_ddl
{
   /* text-align:center;*/
    float:right;
    border:2px solid black;
    border-radius:5px;
    padding:1px; 
    width:175px;
}
/*APPT SCHEDULE*/
#appt_box
{
    margin:0 auto;
    padding:20px;
    width:630px;
}
ul#appt_info
{
    margin:0 auto;
    text-align:center;
   display:inline-block;
}
#appt_info li
{
    list-style:none;
    display:inline;
    float:left;
    width:120px;
    text-align:center;
}
#appt_box p 
{
    color:White;
    font-size:12pt;
    font-weight:bold;
    position:relative;
 
    
}
.appt_txt
{
    border:2px solid black;
    border-radius:5px;
    padding:2px;
    width:80px;
    font-weight:normal;
}
.apptlbl
{
    color:White;
    font-size:12pt;
    font-weight:bold;
    width:150px;
}
/*Schedule buttons*/
#schedule_buttons
{
    border:0px solid yellow;
    margin:0 auto;
    text-align:center;
}
.sched_btn
{
    border:4px solid black;
    color:Black;
    background:#fff;
    width:80px;
    margin:10px;
    padding:5px;    
}

/*Configure Schedule*/
.configure_controls
{
    border:0px solid red;
    width:100%;
    margin-top:10px;
}
.configure_title
{
    color:Black;
    font-weight:bold;
    font-size:16pt;
    text-decoration:underline;
}
.scroll_left
{
    border:0px solid cyan;
    width:50px;
    float:left;
}
.scroll_right
{
    width:50px;
    float:right;
}
#configureschedule_repcontainer
{
    float:left;
    position:relative;
    right:30px;
}
#configureschedule_appcontainer
{
    float:left;
    width:100%;
}
#schedule_container
{
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
#schedule_box
{
    border:2px solid black;
    background:#ccc;
    text-align:center;
    padding:0px;
}
#schedule_box ul
{
   /* float:left; */
}
#schedule_box li
{
    list-style:none;
}
#schedule_box li.short
{
    width:260px;
    list-style:none;
}
#work_day_container
{
    clear:both;
    float: left;
    width:100%;
}
#work_day_container ul
{
     margin: 0;
    padding: 0;
}
#work_day_container li
{
    clear:both;
    font-weight:bold;
}
#work_day_times li.work_day_header,
#work_day li.work_day_header,
#work_day_row_header li.work_day_header
{
    margin-top: 10px;
    height:40px;
}
#work_day_container .daysofweek
{
    float:left;
}
#work_day_slider_wrapper, 
#lunch_times_slider_wrapper
{
    float:left;
    min-width: 100px; 
    margin-left:10px;
    
 }
 #work_day
 {
 
 }
 #work_day_times .highlight_hover:hover
 {
       background-color:yellow;
       border: none;
       border-radius: 5px; 
       cursor:  pointer;
       color:black;
 }
 #work_day_times .selected
 {
       background-color:#E6E6E6;
       border: none;
       border-radius: 5px; 
       cursor:  pointer;
       color:black;
 }
#work_day_row_header
{
    float:left;   
}
#lunch_box_container
{
    clear:both;
    float:left;
    width:100%;
}
#lunch_box_container li.time,
#work_day_container li.time
{
    margin-top: 10px;
    height:30px;
}
#lunch_times li.lunch_time_header,
#work_day_container li.lunch_time_header
{
    list-style:none;
}
#lunch_times_row_header
{
    float:left;   
}
.value_txtbox
{
    margin-left:0px;
    border:2px solid black;
    border-radius:5px;
    padding:2px; 
    width:92px;
}
.day_ddl, .lunch_ddl
{
    margin-left:0px;
    border:2px solid black;
    border-radius:5px;
    padding:2px; 
    width:100px;
    text-align:center;
}
.small_ddl
{
    margin-left:0px;
    border:2px solid black;
    border-radius:5px;
    padding:2px; 
    width:50px;
    text-align:center;
}
#schedule_appraisal
{
    padding-top:5px;
    padding-bottom:5px;
}
#schedule_repair_header
{
    padding-top:15px;
    padding-bottom:15px;
}
#schedule_appraisal li
{
   /* float:left;   */
}
#schedule_repair
{
    border:0px solid cyan;
    padding-top:5px;
    padding-bottom:5px;
    float:left;
    margin-left:320px;
}
.schedule_label
{
    color:White;
    font-size:14pt;
    font-weight:bold;
}
#start_time
{
    padding-bottom:130px;   
}
#lunch_box_container ul
{
    margin:0;
    padding: 0;
}
.configuration_manager_section_header
{
    color:Black;
    font-size:14pt;
    font-weight:bold;
    text-decoration:underline;
    height: 50px;
}
#schedule_button
{
    clear:both;
    float:right;
    margin-top:40px;
}
#repair_button
{
    float:right;
    margin-top:20px;
    margin-bottom:20px;
}

/*REPAIR REPORTS*/
#repair_top
{
    border:4px solid black;
    background:#ccc;
    width:70%;
    margin:0 auto;
    margin-bottom:30px;
}
ul#repair_box
{
    border:0px solid red;
    margin:0 auto;    
    float:left;
}
#repair_box li
{
    float:left;
    list-style:none;
    width:150px;
    padding:10px;
    margin-right:20px;
    text-align:center;
    border:0px solid purple;
}
#repair_box li.startdate
{
    float:left;
    list-style:none;
    width:150px;
    padding:10px;
    margin-left:40px;
    text-align:center;
    border:0px solid yellow;
    position:relative;
    bottom:3px;
}
#repair_box li.enddate
{
    float:left;
    list-style:none;
    width:150px;
    padding:10px;
    margin-left:0px;
    text-align:center;
    border:0px solid orange;
    position:relative;
    bottom:3px;
}
.repairlbl
{
    color:White;
    float:left;
    font-size:12pt;
    font-weight:bold;
    border:0px solid yellow;
    width:100px;
}
.repair_txt
{
    border:2px solid black;
    border-radius:5px;
    padding:2px;
    margin-left: 25px;
    width:80px;
    font-weight:normal;
}
.repair_ddl
{
    margin-left:0px;
    border:2px solid black;
    border-radius:5px;
    padding:1px; 
    width:145px;
}
.repair_ddl_long
{
    border:2px solid black;
    border-radius:5px;
    padding:1px; 
    width:175px;
}
#repair_results
{
    border:0px solid black;
    background:#ccc;
    width:100%;
    margin:0 auto;
    margin-bottom:30px;
    float:left;
}
#report_title
{
    width:100%;
    font-size:14pt;
    font-weight:bold;
    text-align:center;
    color:Black;
    float:left;
}
#report_left
{
    border:0px solid yellow;
    float:left;
    width:580px;
}
#report_right
{
    border:0px solid yellow;
    float:left;
    width:580px;
}
#repair_overview
{
    margin:0 auto;
    border:0px solid red;
}
#repair_overview h2
{
    text-align:center;
    text-decoration:underline;
    color:Black;
}
#repair_location
{
    margin:0 auto;
    border:0px solid blue;
}
#repair_location h2
{
    text-align:center;
    text-decoration:underline;
    color:Black;
}
ul#repair_content
{
    border:0px solid red;
    margin-left:80px;
    margin-right:80px;
    text-align:center;
}
#repair_content li
{
    list-style:none;
    text-align:center;
}

/*results_box GV*/
ul#results_box
{
    border:2px solid black;
    background:#ccc;
    text-align:center;
    padding:10px;
    width:95%;
    margin:0 auto;
    margin-bottom:20px;
}
#results_box li
{
    list-style:none;
    border:0px solid yellow;
    margin:0 auto;
    text-align:center;
}
ul#results_box th 
{
    text-align: center;
}
#align_message MessagePanel
{
    text-align: center;
    margin: 0 auto; 
}
#small_container .MessagePanel
{
    text-align:center;
    margin:0 auto;
}
.MessagePanel.SuccessPanel {
    margin: 0 auto;
    text-align: center;
}
.MessagePanel.ErrorPanel 
{
    margin: 0 auto;
    text-align: center;
}

/************VEHICLE REPAIR SCREEN******************/
#vr_window_controls
{
    width: 100%;
}
#vr_window_controls a:hover
{
    color:#0295ec;
}
#vr_window_controls a
{
    color:#fff;
    text-decoration:none;
    font-weight:bold;
}
#vre_window_title
{
    color:White;
    text-align:center;
    text-decoration:underline;
    font-size:26pt;
    font-weight:bold;
    margin-right: 160px;
}
#vr_window_title
{
    color:White;
    text-align:center;
    text-decoration:underline;
    font-size:26pt;
    font-weight:bold;
    margin-right: 50px;

}
#vr_container
{
    margin: 0 auto;
    margin-bottom:20px;
    width: 1080px;
}
#vr_info_box
{
    border:4px solid black;
   /* float:left;*/
    background:#ccc;
    padding: 0px;
   
}

.vr_info_box input[type=text],
.vr_info_box textarea,
.vr_info_box select
{
    border:2px solid black;
    border-radius:5px;
    padding:2px;
    width:110px;
    font-weight:normal;
}
.vr_info_box input[type=text].reset_width,
.vr_info_box textarea.reset_width,
.vr_info_box select.reset_width{
    width: auto;
}

.ShowRequiredField .requiredField, 
.ShowRequiredField input[type=text].requiredField,
.ShowRequiredField textarea.requiredField,
.ShowRequiredField select.requiredField
{
    border: 2px solid yellow;
}
.vr_info_box legend
{
    color:white;   
}
.vr_info_box .notes
{
    width:350px;    
}
.vr_info_box .appointment_container {
    position: relative; 
    top: -25px; 
    float: right; 
    margin-right: 50px;
}
.vr_info_box .appointment_content
{
    border: 3px yellow solid;
    padding: 3px;
    overflow: hidden;
}

.vr_info_box label,
.vr_info_box span
{
    font-weight:bold;
    font-size:10pt;
    border:0px solid red;
    color:Black;
    margin-right:5px;
    white-space: nowrap;
}
.vr_info_box .vr_datebox[type=text]
{
    border:2px solid black;
    border-radius:5px;
    padding:2px;
    width:80px;
    font-weight:normal;
}
.vr_ex_btn
{
    border:4px solid black;
    color:Black;
    background:#fff;
    width:120px;
    margin:10px;
    padding:5px;    
}
.vr_info_box fieldset 
{
    border: 2px solid white;
    border-radius: 10px;
    margin: 5px;
    padding: 15px;
    font-weight: bold;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 25px;
}
.vr_info_box legend {
    font-size: 14pt;
    font-weight: bold;
    border: 4px solid white;
    background: #073763;
    width: 250px;
    position: relative;
    right: 2px;
    text-align: left;
}
.vr_info_box legend p {
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.vr_info_box li
{
    width:130px;
    margin-right:10px;
    float:left;
    list-style:none;
    height:50px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.vr_info_box li.dynamic {
    width: inherit;
}
.vr_info_box li input[type=button]
{
    margin-top:15px;
}
.vr_info_box li.d_picker
{
    width:200px;
}
.vr_info_box li.shop
{
    width:240px;
}
.vr_info_box li.short
{
    width:110px;
}
.vr_info_box li.mid
{
    width:140px;
}
.vr_info_box li.long
{
    width:180px;
}
.vr_info_box li.longer
{
    width: 200px;
}
.vr_info_box li.short label,
.vr_info_box li.mid label,
.vr_info_box li.long label,
.vr_info_box li.longer label
{
 padding-right: 5px;   
}
.vr_info_box li.date
{
    border:0px solid blue;
    margin-left: 3px;
}

.vre_lblDate
{
    font-weight:bold;
    font-size:10pt;
    border:0px solid red;
    color:Black;
    margin-right: 30px;
}
#long
{
    margin-right:80px;
    border:0px solid yellow;
    width:220px;
}
/**The basic row**/
#vr_info_box #vehicle_row,
#vr_info_box #cust_row,
#vr_info_box  #exception_row,
#vr_info_box #status_row,
#vr_info_box .row,
.vr_info_box .row
{
   /*border: 1px solid blue;
    padding-top:5px;
    padding-bottom:5px;
*/
    margin: 0;
    padding:0;

    clear:both;
    float:left;
}
/*Vehicle exception row specific*/
#vr_info_box #status_row
{
 /*Some sort of boxing going on with the other rows
    so we are going to try and match it*/   
    padding:25px;
    text-align: left;
 }
#vr_info_box #status_row input[type=checkbox]
{
    margin-right: 25px;
}
#vr_info_box #status_row li
{
    text-align: left;
}

/*Vehicle status row specific*/
#vr_info_box #exception_row label
{
    margin-right: 5px;
}
#vr_info_box #exception_row input[type=checkbox],
#vr_info_box #exception_row input[type=radio] 
{
    margin-right: 5px;
}
#vr_info_box #exception_row li
{
    text-align: left;
}
#vr_info_box #status_row li.short
{
    width:110px;
}
#vr_info_box #status_row li.mid
{
    width:150px;
}
#vr_info_box #status_row li.long
{
    width:180px;
}

#vr_info_box #status_row li.longer
{
    width: 200px;
    margin-left: 34px;
}
#bottom_buttons
{
    bottom: 10px;
}
#left_buttons
{
    float:left;
    position: relative;
    width:25%;
    text-align:left;
}
#center_buttons
{
    text-align:center;
     width:45%;
     float:left;
}
#right_buttons
{
    float:right;
    width:30%;
    text-align: right;
}
#vr_results_title
{
    border:4px solid white;
    text-align:center;
    color:White;
    font-size:16pt;
    width:240px;
    font-weight:bold;
    float:left;
    margin-bottom:20px;
}
/**VEHICLE REPAIR EXPANDED GRID VIEW**/
ul#vr_results_box
{
    border:4px solid black;
    float:left;
    background:#ccc;
    padding: 0px;
    width: 1080px;
}
#vr_results_box li
{
    border:0px solid red;
    width:120px;
    margin-right:10px;
    list-style:none;
}
#results_row
{
    border:0px solid black;
    padding-top:5px;
    padding-bottom:5px;
}
#results_row .results_validator
{
    text-align: center;
    margin: 0 auto;
    width: 600px;
    float: left;
    margin-left: 250px;
}
#results_row .graycontainer.popout {
    color: black;
  /*  margin: 5px 10px;*/
    overflow-x: scroll;
  /*  width: 1040px;*/
    position: relative;
}

.reportContainer
{
    margin: 0 auto;
    width: 990px;
}
.reportRow
{
    text-align: center;
    display: block;
    position:relative;
    margin-bottom: 20px;
    margin: 15px;
    float:left;
}
.reportColum
{
    text-align: center;
    position:relative;
    float: left;
    margin: 15px 5px 15px 15px; 
    padding:5px;
}
.reportColum legend
{
    font-weight: bold;
     /*padding:0 20px;*/
}
.reportRowTitle
{
    font-weight: bold;
    color:black;
   /* padding-right:15px;*/
}
.reportLabel
{
    border: 2px solid black;
    font-weight: bold;
    color:black; 
}
.reportPDRLabel
{
    background: red; 
}
.reportRILabel
{
    background: lightskyblue;
}
.reportBSLabel
{
    background: yellow;
    float:right;
}
.reportPartsLabel
{
    background: orange;
    float:right;
}
.reportRepairTotal
{
    float:right;  
    width:105px;
    text-align: right;
    padding-right:5px;
}
.reportContainer ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    text-align: left;
}
.reportContainer li
{
    padding-top: 5px;
    padding-bottom: 5px;   
}

.gaugeContainer
{
   /* width: 200px; */
   min-width: 150px;
   text-align: center;
   margin: 0 auto;

}
.gaugeAligment
{
    position: relative;
    top:-15px; /*adjustment for the gauge.*/
    width:150px;
}
.gaugeCaption
{
    height: 20px; 
    margin-top: -30px;
    position:relative; 
    font-size: 10pt;
    font-weight: bold;
}


.suggestedLocation
{
    border:2px solid black;
    border-radius:5px;
    padding:1px; 
    width:175px;
}

/**RESERVATION EMAIL**/
#message_table 
{
    margin: 0 auto;
    width: 500px;
    margin-left: 90px;
}
#message_table td 
{
    padding-bottom: 10px;
    text-align: left;
}
.messageTextArea 
{
    width: 250px;
    height: 200px; 
    margin-left: 2px;
}