<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Index Page */
.form-req {
    color: red !important;
    cursor: pointer !important;
    padding-right: 3px !important;
}

.no-pricing-data {
    color: #a94442;
}

.ofheader {
    background-image: url('/assets/images/banner-images/camera-calibration.jpg');
    background-repeat: no-repeat;
    /*padding-top: 60px;
    padding-bottom: 30px;*/
    padding-top: 12px;
    padding-bottom: 10px;
    background-position: bottom right;
    border-bottom: 5px solid#fdcd00;
}

.oftitle {
    width: 60% !important;
    margin-top: -10px;
}

.header-desc
{
    width: 90%;
}

.btn-sm {
    text-transform: uppercase;
    font-weight: bold !important;
    background-color: #fdcd00;
    box-shadow: 3px 3px 4px #dadada;
    margin-left: 40px;
    margin-top: -5px;
    margin-right: 12px;
}

    .btn-sm:hover {
        top: 2px;
        position: relative;
        text-decoration: none !important;
        box-shadow: 5px 3px 4px #dadada;
        background-color: #fdd01c;
        font-weight: bold !important;
        color: #000 !important;
    }

.btn-continue {
    text-transform: uppercase;
    font-weight: bold !important;
    background-color: #fdcd00;
    box-shadow: 3px 3px 4px #dadada;
}

    .btn-continue:hover {
        top: 2px;
        position: relative;
        text-decoration: none !important;
        box-shadow: 5px 3px 4px #dadada;
        background-color: #fdd01c;
        font-weight: bold !important;
        color: #000 !important;
    }

.card-price {
    color: green;
    text-align: center;
    margin-right: 5px;
    float: right;
}

.nodisplay2 {
    display: none;
}

.disabledDiv {
    pointer-events: none;
    opacity: 0.5;
}

.dimensionValidation {
    display: none;
    color: red;
}

    .dimensionValidation &gt; a.alert-link-wh {
        color: blue !important;
    }

.btn-quote {
    font-size: 14px !important;
    margin: 0px !important;
}

.card {
    height: 100%;
}

.card-footer {
    cursor: default !important;
}

.cd-title {
    font-family: 'sofia w01 bold' !important;
    font-style: normal !important;
}

.cd-text {
    font-family: 'sofia w01 regular' !important;
    min-height: 80px;
}

.price-card {
    font-family: 'sofia w01 bold' !important;
    color: #007200;
    font-size: 16px !important;
    margin-top: 0px !important;
}


/*.cd-title {
    font-family: "Segoe UI" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: bold !important;
}

.cd-text {
    font-family: "Segoe UI" !important;
    font-size: 14px !important;
    font-weight: normal !important
}*/

.text-success-price {
    font-size: 16px;
}

.text-muted {
    opacity: 100 !important;
}

#tblCalibrationPricingData td {
    padding: 8px !important;
    vertical-align: middle !important;
}

#dvQuotePreview {
    min-width: 600px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

#dvGetQuote {
    min-width: 600px;
    text-align: right;
    margin-top: 20px;
}

/*.price-card {
    color: #007200;
    font-size: 16px !important;
    font-weight: bold;
    margin-top: 0px !important;
}*/

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    /* The actual popup (appears on top) */
    .popup .popuptext {
        visibility: hidden;
        width: 400px;
        background-color: #555;
        color: #fff;
        border-radius: 6px;
        padding: 8px 0;
        position: absolute;
        z-index: 1;
        white-space: normal;
        font-size: 12px;
        width: 200px;
        padding: 5px;
    }

    /* Toggle this class when clicking on the popup container (hide and show the popup) */
    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }

.popuptext a
{
    color: gold !important;
}

/* Overrides */
.alert-danger {
    background-color: #F8D7DA !important;
}

.bg-dark {
    background-color: black !important;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.frm-entry {
    min-width: 200px !important;
}

.nodisplay {
    display: none
}

.grayBkgd {
    font-weight: normal !important;
}


/* Inventory Label Overrides */
.instock {
    font-size: 14px;
    /*padding: 0px 10px;*/
    text-transform: capitalize;
    background-color: transparent;
    color: #007200;
    /*top: -1px;
    position: relative;*/
    font-family: 'Sofia W01 Bold', Helvetica, Arial, sans-serif !important;
    cursor: default !important;
}

.contactus {
    cursor: default !important;
}

.outofstock {
    cursor: default !important;
}

.threedays {
    cursor: default !important;
}

.sixdays {
    cursor: default !important;
}

.twodays {
    cursor: default !important;
}

.tendays {
    cursor: default !important;
}

.price-card {
    cursor: default !important;
}

.inventory-card {
    cursor: default !important;
}</pre></body></html>