﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background-color: #5c87b2;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}


a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}



/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 95%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    /*min-width: 910px; */
}

    #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #fff;
        border: none;
        line-height: 2em;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 32px !important;
    }

#main {
    padding: 5px 5px 20px 5px;
    background-color: #fff;
    margin: auto 0;
    height: 100%;
    _height: 1px;
    width: 100%;
    overflow: auto;
}


#menucontainer {
    min-width: 910px;
}

#footer {
    color: #999;
    padding: 0 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    background-color: #fff;
    height: 20px;
    vertical-align: middle;
    position: fixed;
    bottom: 0px;
    width: 90%;
    margin: 0 auto;
}

#footer_left {
    width: 15%;
    height: 20px;
    float: left;
    vertical-align: middle;
}



#footer_center {
    width: 69%;
    height: 20px;
    float: left;
    vertical-align: middle;
}

#footer_right {
    width: 15%;
    height: 20px;
    float: right;
    vertical-align: middle;
    line-height: 20px;
    text-align: right;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li#greeting {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul#menu li a {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            background-color: #e8eef4;
            color: #034af3;
        }

            ul#menu li a:hover {
                background-color: #fff;
                text-decoration: none;
            }

            ul#menu li a:active {
                background-color: #a6e2a6;
                text-decoration: none;
            }

        ul#menu li.selected a {
            background-color: #fff;
            color: #000;
        }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

/* Added font: Modified to match up with settings for telerik Numeric Text Box Quote page */
input[type="text"] {
    /*width: 200px;*/
    border: 1px solid #CCC;
    font-family: Arial;
    font-size: 12px;
    padding: 0px 0px 0px 0px;

}

input[type="password"] {
    width: 200px;
    border: 1px solid #CCC;
}


/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.red {
    color: Red;
}

.yellow {
    color: Yellow;
}

#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

    #logindisplay a:link {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: none;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}




.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field {
    margin: 0.5em 0;
}

.text-box {
    width: 100px;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}



.commentsTextBox {
    width: 100%;
    height: 100px;
    margin: 1px;
}



.smallTextBox {
    width: 50px;
    margin: 1px;
    white-space: nowrap
}

.medTextBox {
    width: 70px;
}



.regularTextBox {
    width: 100px;
    margin: 1px;
    white-space: nowrap
}


.clabel {
    width: 5%;
    text-align: left;
    white-space: nowrap;
}

.cdataBold {
    width: 10%;
    text-align: left;
    font-weight: bold;
}

.cspacer {
    width: 20%;
}


.cell {
    white-space: nowrap;
    width: 10%;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}


.smallcell {
    white-space: nowrap;
    width: 5%;
}

.p1 {
    color: Gray;
    text-align: center;
}


.verylargeTextBox {
    width: 500px;
    margin: 1px;
    white-space: nowrap
}


.imagesUL {
    list-style-type: none;
    margin: auto;
}

.imagesIL {
    float: left;
}

.largerTextBox {
    width: 200px;
}

.VINTextBox {
    width: 150px;
}


.width250 {
    width: 250px;
}

.width300 {
    width: 300px;
}



.cell90 {
    white-space: nowrap;
    width: 90%;
}

.FillWidth {
    width: 100%;
}

.cell50 {
    white-space: nowrap;
    width: 50px;
}

.smallIntBox {
    width: 50px;
}


.FillHeight {
    height: 100%;
}

.SmallWidth {
    width: 250px;
}


.Highlighted {
    font-weight: bold;
}

.Collapsed {
    visibility: collapse;
}

.t-grid-content {
    height: 100%;
}

.t-grid-table {
    table-layout: fixed;
}

.t-grid td {
    border-bottom: 1px solid black;
}

input.editor-field {
    width: 50px;
}

#applesearch .sbox input {
    /*default styling*/
    width: 180px;
    float: left;
}

.redHighlight {
    background-color: #FAAAAE;
    color: Black;
    font-weight: bold;
}

.boldRow {
    font-weight: bold;
}

.blankcell {
    background-color: #FAAAAE;
    color: White;
}

.redcell {
    background-color: #FAAAAE;
    color: Black;
}

.yellowcell {
    background-color: Yellow;
    color: Black;
}



.nowrap {
    white-space: nowrap;
}

table {
    border-collapse: collapse;
}

tr {
    padding: 2;
}

td {
    padding: 2px;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

.thstyle {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* DPSOL Login Window ------------------------------------------------*/
#logoImage {
    display: block;
    margin: 0 auto 10px;
    float: right;
}

#waitGIF {
    visibility: hidden;
    height: 16px;
    width: 16px;
}

/* DPSOL CONTENT CLASSES */
.dpsol-content-errorPanel {
    position: relative;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.dpsol-content-errorPanelClose {
    position: relative;
    top: 0px;
    right: 0px;
    font-size: x-small;
}

.dpsol-content-success {
    color: Green;
    font-weight: bold;
    display: block;
    position: relative;
    right: 0px;
    bottom: 0px;
}

.dpsol-content-inline {
    display: inline-block;
}

.dpsol-content-FitToContent {
    width: 99%;
    height: 99%;
}

.dpsol-content-100 {
    width: 100%;
    height: 100%;
}

.dpsol-content-FitWidth {
    width: 100%;
}

.dpsol-content-FitHeight {
    height: 100%;
}

.dpsol-content-clear {
    clear: both;
}

.dpsol-content-dockLeft {
    float: left;
}

.dpsol-content-dockRight {
    float: right;
}

.dpsol-content-AlignRight {
    text-align: right;
}

.dpsol-content-AlignCenter {
    text-align: center;
}

.dpsol-content-AlignLeft {
    text-align: left;
}

.dpsol-content-AlignTop {
    vertical-align: top;
}

.dpsol-content-footer {
    color: #999;
    padding: 0 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    background-color: #fff;
    vertical-align: middle;
    width: 95%;
    margin: 0 auto;
}

.dpsol-content-footerLeft {
    width: 15%;
    vertical-align: middle;
    display: inline-block;
}

.dpsol-content-footerCenter {
    width: 69%;
    vertical-align: middle;
    display: inline-block;
}

.dpsol-content-footerRight {
    width: 15%;
    vertical-align: middle;
    display: inline-block;
}

/* DPSOL WHAT'S THE POINT CLASSES */
.dpsol-whatsthepoint-link {
    font-size: smaller;
}
/* END WHAT'S THE POINT */

/* DPSOL FORMS CLASSES */

.dpsol-forms-disabledLabel {
    color: #aaa;
}

.dpsol-forms-fieldset input[type="text"], .dpsol-forms-fieldset select {
    width: 95%;
}

.dpsol-forms-buttons {
    width: 100%;
    vertical-align: bottom;
    text-align: center;
}

.dpsol-forms-ajaxForm {
    width: 100%;
    height: 100%;
}


/* END DPSOL FORMS */

/* DPSOL GRID */
.dpsol-grid-detailViewTabContainer > div {
    padding: 0px !important;
}

.dpsol-grid-dimmedRow {
    opacity: 0.3;
}

.dpsol-grid-editable .t-button {
    padding-left: 8px;
    padding-right: 8px;
    font-size: x-small !important;
    min-width: 0px;
}
/* END DPSOL GRID */

.dpsol-dropdown-wide {
    width: 250px;
}

.tooltip {
    display: none;
    background-color: #ffa;
    border: 1px solid #cc9;
    padding: 3px;
    font-size: 13px;
    -moz-box-shadow: 2px 2px 11px #666;
    -webkit-box-shadow: 2px 2px 11px #666;
}

.dp-clienttemplate {
    white-space: nowrap;
    overflow: hidden;
    min-width: 75px;
    max-width: 125px;
    color: Black;
    background-color: Transparent;
    font-size: 10;
    line-height: 19px;
}

.dp-inputtemplate {
    border-style: none;
    white-space: nowrap;
    overflow: hidden;
    min-width: 125px;
    max-width: 200px;
    color: Black;
    background-color: Transparent;
    font-size: 10;
    line-height: 19px;
}

.dp-inputtemplate-small {
    border-style: none;
    white-space: nowrap;
    overflow: hidden;
    width: 50px;
    color: Black;
    background-color: Transparent;
    font-size: 10;
    line-height: 19px;
}

.dp-inputtemplate-medium {
    border-style: none;
    white-space: nowrap;
    overflow: hidden;
    width: 125px;
    color: Black;
    background-color: Transparent;
    font-size: 10;
    line-height: 19px;
}

.dp-texttemplate-medium {
    border-style: none;
    white-space: nowrap;
    overflow: hidden;
    color: Black;
    background-color: Transparent;
    font-size: 10;
    line-height: 19px;
    height: 100px;
    width: 215px;
}

.dp-texttemplate-large {
    border-style: none;
    white-space: nowrap;
    overflow: hidden;
    color: Black;
    background-color: Transparent;
    font-size: 10;
    line-height: 19px;
    height: 100px;
    width: 300px;
}

/*  Spec sheet */
.subtitle {
    font-size: 16px;
    color: #0650ab;
    font-weight: bold;
    line-height: 18px;
    padding-left: 10px;
    height: 25px;
    border-bottom: 1px solid #999999;
}

.textnormal {
    font-family: Verdana;
    font-size: 12px;
    color: #242424;
    line-height: 18px;
    padding-left: 10px;
    border-bottom: 1px solid #999999;
}

.txtnormal {
    font-family: Verdana;
    font-size: 12px;
    color: #242424;
    padding-left: 10px;
}

.title {
    font-size: 16px;
    color: #ff5300;
    font-weight: bold;
    line-height: 18px;
    padding-left: 10px;
}


.webComments {
    font-weight: bold;
    font-style: italic;
    color: Green
}

.intComments {
    font-weight: bold;
    font-style: italic;
    color: Red
}

.emailHeader {
    font-weight: bold;
    color: Blue;
    background-color: White;
}

.nowrap {
    white-space: nowrap;
}

.underline {
    text-decoration: 'underline';
}

.centerhead {
    text-align: center;
}

.cell75 {
    width: 75px;
}

.cell100 {
    width: 100px;
}

.alignmiddle {
    vertical-align: middle;
}


.aligntop {
    vertical-align: top;
}

.style93 {
    font-size: 1;
    font-family: Arial;
}

label.error {
    color: Red;
    font-style: italic
}

.rightj {
    text-align: right;
}


.break {
    page-break-after: always;
}

.rptColHead {
    background: Black;
    font-family: Verdana,Arial,Helvetica;
    text-align: center;
    height: 12;
    border: 1px;
    color: White;
    width: 30%
}


.editor-output {
    font: normal 1em/1.1em "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
    border: 1px solid #ccc;
    background: #fff;
    display: block;
    padding: 4px 8px 8px;
}


/** Google Maps (gmaps) Address lookup  **/

.gist {
    margin-top: 10px;
    font-size: 12px;
}

.ui-autocomplete-input, .input input {
    border: none;
    font-size: 14px;
    width: 300px;
    height: 24px;
    margin-bottom: 5px;
    padding-top: 2px;
}

.ui-autocomplete-input {
    border: 1px solid #DDD !important;
    padding-top: 0px !important;
}

#map, #routeMap {
    border: 1px solid #DDD;
    width: 90%;
    height: 75%;
    float: left;
    margin: 0px 0 0 10px;
    -webkit-box-shadow: #AAA 0px 0px 15px;
}

#legend {
    float: left;
    font-size: 12px;
    font-style: italic;
    margin: 10px 0px 0px 430px;
}

.ui-menu .ui-menu-item a {
    font-size: 12px;
}

#instructions {
    margin-top: 10px;
    display: block;
    float: left;
    clear: both;
}

    #instructions li {
        display: none;
    }

.contactTag {
    background-color: Orange;
}

.dp-grid-tag {
    height: 90%;
}

label.mail {
    display: inline-block;
    text-align: left;
    width: 70px;
    font-weight: bold;
}

.mailfld {
    width: 300px;
}

.ui-dialog > .ui-widget-header {
    background-color: skyblue
}

.ui-multiselect {
    height: auto;
}

.numBox input[type=text] {
    text-align: right;
    min-width: 70px;
    max-width: 100px;
}

.ctrHeadings > th {
    text-align: center;
}

#SalesPadGrid td input[type=checkbox] {
    transform: scale(1.25, 1.25);
    margin-left: 25px;
}


.ui-button-text-only .ui-button-text {
    padding: .3em .5em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: 1;
}

.emailTooltip {
    cursor: pointer;
}

#QuoteGrid td {
    font-weight: 600;
}

#frmPreQuote label {
    display: inline-block;
    padding-right: 1em;
    padding-left: 1em;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    text-align: right;
    vertical-align: middle;
}

#frmPreQuote #ContactCity #Flooring {
    width: 100px;
}

#frmPreQuote #ContactAddress1 {
    width: 200px;
}

#frmPreQuote #ContactState, #ContactZip, #VehicleYear, #UnitId {
    width: 75px
}

#frmPreQuote .CalcInfo .t-input {
    width: 100px;
    background-color: lightcyan;
}

    #frmPreQuote .CalcInfo .t-input:disabled {
        background-color: lightgreen;
    }


#frmPreQuote input#ContactName, input#ContactAddress {
    width: 300px;
}

.Text300 {
    width: 300px;
}

.Text100 {
    width: 100px;
}


label[for=PriceProtection] {
    color: sandybrown;
    font-weight: bold;
}

#Search {
    padding-bottom: 5px;
    padding-top: 5px;
}

.vehicleInfo label {
    vertical-align: text-bottom;
    float: left;
}

.ProposalInfo .t-input {
    background-color: lightcyan;
}

    .ProposalInfo .t-input:disabled {
        background-color: lightgreen;
        font-weight: bold;
    }

.ProposalInfo .ExtCost {
    background-color: lightgreen;
    font-weight: bold;
}

.ProposalInfo label {
    font-weight: bold;
    padding: 0em 1em 0em 1em;
}

.row-option {
    width: 450px;
}

.row-cost {
    width: 150px;
}

.row-qty {
    width: 100px;
}

.row-extcost {
    width: 100px;
}
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    .tab #tablink {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        .tab #tablink:hover {
            background-color: #ddd;
        }

        .tab #tablink.active {
            background-color: #ccc;
        }

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* Create four equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 10px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.box {
    display: block;
    border-style: solid;
    border-width: 1px;
    /*            background-color:red;*/
}

.box > .item {
    border-style: solid;
    border-width: 1px;
    /*            background-color:red;*/
}

    .box > .item > .itemHeader {
        text-align: left;
        font-size: 25px;
        margin: 10px;
        font-weight: bolder;
        color: black;
    }

    .box > .item > .itemSubject {
        text-align: left;
        font-size: 13px;
        margin-left: 4px;
    }

        .box > .item > .itemSubject > .itemLine {
            margin: 10px;
            font-size: 20px;
        }

@media screen and (max-width: 900px) {
    .column {
        width: 100%;
    }
}