<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Header and Body 
 ---------------------------------------------------------------------*/
.wrapper {
    margin: 0px auto;
    padding: 0px;
    width: 90%;
    max-width: 2650px;
}

body {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

header,
footer,
nav,
section {
    display: block;
}

.page-header {
    margin: 15px 10px 10px 10px;
}

    .page-header h1 {
        font-size: 1.55em;
        font-weight: bold;
    }
/*End Header and Body
---------------------------------------------------------------------*/
/*Form Elements
---------------------------------------------------------------------*/
input,
select,
textarea {
    max-width: 280px;
}

textarea {
    min-height: 75px;
}

label,
.item-label,
.section-label,
.list-label {
    font-style: italic;
    font-weight: bold;
}

.item-title,
.section-title,
.list-title {
    font-size: 1.25em;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 0.8em;
}

.editor-radio {
    margin: 0;
}

.tabbed {
    margin-left: 4.5em;
}

fieldset {
    border: 2px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
    border-style: none;
    margin-bottom: 0;
    width: auto;
}

.btn.btn-default.input-group-addon,
button.btn.btn-default.input-group-addon {
    width: auto;
    height: 34px;
    white-space: nowrap;
    vertical-align: middle;
    float: left;
}

.form-group .form-control {
    float: left;
}

.panel-main {
    background-color: #efefef;
    border-color: #ddd;
}

    .panel-main hr {
        border-top: 1px solid #ccc;
    }

.editor-label {
    margin: 1em 0 0 0;
    font-weight: bold;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

.file-attachments {
    padding-top: 0.85em;
}

.fileList {
    display: inline-block;
    padding: 0 0 0 1em;
}

    .fileList ul {
        list-style: none;
        display: block;
        margin: 0.25em 0;
    }

    .fileList li {
        list-style: none;
        display: block;
        margin: 0.25em 0;
    }

.grid-label-xs-hidden {
    display: none;
}

.grid-label-xs-visible {
    display: inline-block;
}

.grid-label-xs-block {
    display: block;
}

.grid-label-xs-inline {
    display: inline;
}

.xs-text-right {
    text-align: right !important;
}

.xs-text-center {
    text-align: center !important;
}

.xs-text-left {
    text-align: left !important;
}

.xs-text-justify {
    text-align: justify !important;
}

@media (min-width: 768px) {
    .grid-label-sm-hidden {
        display: none;
    }

    .grid-label-sm-visible {
        display: inline-block;
    }

    .grid-label-sm-block {
        display: block;
    }

    .grid-label-sm-inline {
        display: inline;
    }
}

@media (min-width: 992px) {
    .grid-label-md-hidden {
        display: none;
    }

    .grid-label-md-visible {
        display: inline-block;
    }

    .grid-label-md-block {
        display: block;
    }

    .grid-label-md-inline {
        display: inline;
    }
}

@media (min-width: 1200px) {
    .grid-label-lg-hidden {
        display: none;
    }

    .grid-label-lg-visible {
        display: inline-block;
    }

    .grid-label-lg-block {
        display: block;
    }

    .grid-label-lg-inline {
        display: inline;
    }
}
/* non grid */
@media (max-width: 767px) {
    .xs-text-right input {
        float: right;
        margin-right: 1em;
    }

    .item-title,
    .section-title,
    .list-title {
        border-bottom: solid 1px #ccc;
    }

    .input-list-group:after {
        width: 100%;
        content: "";
        border-bottom: solid 3px #ccc;
        margin: 0.25em 0 1em 0;
        display: block;
    }

    .input-list-group:last-child {
        border-bottom: none;
        margin-bottom: 1em;
    }

    .form-control {
        max-width: 100% !important;
        width: 280px;
        margin: 0 0%;
        display: block !important;
    }

    .form-group &gt; .form-control {
        display: table-cell !important;
    }
}

@media (min-width: 768px) {
    #vehicleDetails .panel-body .row {
        height: 3.25em;
        /*overflow:hidden;*/
    }

    #vehicleDetails label {
        height: 2.5em;
        overflow: hidden;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #vehicleDetails input {
        width: 90px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #vehicleDetails input {
        width: 130px;
    }
}

@media (min-width: 1200px) {
    #vehicleDetails input {
        width: 160px;
    }
}

@media (min-width: 768px) {
    .sm-text-right {
        text-align: right !important;
    }

    .sm-text-center {
        text-align: center !important;
    }

    .sm-text-left {
        text-align: left !important;
    }

    .sm-text-justify {
        text-align: justify !important;
    }
}

@media (min-width: 992px) {
    .md-text-right {
        text-align: right !important;
    }

    .md-text-center {
        text-align: center !important;
    }

    .md-text-left {
        text-align: left !important;
    }

    .md-text-justify {
        text-align: justify !important;
    }
}

@media (min-width: 1200px) {
    .lg-text-right {
        text-align: right !important;
    }

    .lg-text-center {
        text-align: center !important;
    }

    .lg-text-left {
        text-align: left !important;
    }

    .lg-text-justify {
        text-align: justify !important;
    }
}
/*End Form Elements
---------------------------------------------------------------------*/
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}
/*Generic
 ---------------------------------------------------------------------*/
#fileList li {
    list-style: none;
}

.weightbold {
    font-weight: 600;
}

.clearnone {
    clear: none;
}

.CollapsePanel {
    cursor: pointer;
}

.english-spec-year {
    color: "#008000";
}

.metric-spec-year {
    color: "#800080";
}

.description:after {
    clear: both;
    height: 1.2em;
    width: 100%;
    display: block;
    content: " ";
}

.leftindent {
    padding-left: 15px;
}

.clear {
    clear: both;
}

.tableRow {
    display: table-row;
    line-height: 1.7em;
}

.tableCell {
    display: table-cell;
    line-height: 1.3em;
    padding: 0 7px 10px 0;
}

.optionLabel {
    width: auto;
    /*width: 170px*/
    white-space: nowrap;
    padding-right: 7px;
}

.vertical-offset {
    margin-top: 20px;
    /*margin-left: 20px;*/
}

.bg-white {
    background-color: white;
}

.table-td-width {
    width: 80px;
}

.bold {
    font-weight: bold;
}

.hiderow {
    display: none;
}

#hideemp,
#hidenonemp {
    display: none;
}

#anonymous {
    clear: none;
}

.hideemp,
.hidenonemp {
    display: none;
}

.column1 {
    display: table-cell;
    width: 225px;
}

    .column1 .editor-field &gt; input {
        width: 200px;
    }

.column2 {
    display: table-cell;
    width: 450px;
}

    .column2 .editor-field &gt; input {
        width: 400px;
    }

.column3 {
    display: table-cell;
    width: 300px;
}

    .column3 .editor-field &gt; input {
        width: 250px;
    }

.column4 {
    width: 650px;
}

.columnsm {
    display: table-cell;
    width: 150px;
}

.column3 .editor-field &gt; input {
    width: 40px;
}
/*End Generic
---------------------------------------------------------------------*/
/*BootStrap Overrides
---------------------------------------------------------------------*/
.row {
    min-height: 3em;
}

.glyphicon {
    color: grey;
}

.btn-default,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
    font-weight: bold;
}

    .btn-default:hover,
    .open .dropdown-toggle.btn-default {
        color: #333333;
        background-color: #f3f3f3;
        border-color: #cccccc;
    }

    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #ebebeb;
        border-color: #adadad;
    }

.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #3276b1;
        border-color: #285e8e;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #428bca;
        border-color: #357ebd;
    }

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #ed9c28;
        border-color: #d58512;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #d2322d;
        border-color: #ac2925;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }
/*End BootStrap Overrides
 ---------------------------------------------------------------------*/
/*Jquery UI Overloads
   ---------------------------------------------------------------------*/
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        float: left;
        clear: left;
        padding: 0 0 0 5px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 45%;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
        padding: 0 5px 0 0;
    }

        .ui-timepicker-rtl dl dt {
            float: right;
            clear: right;
        }

        .ui-timepicker-rtl dl dd {
            margin: 0 45% 10px 10px;
        }
/*End Jquery UI Overloads
 ---------------------------------------------------------------------*/
/*# sourceMappingURL=Common.css.map */
</pre></body></html>