<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.badge {
    position: absolute;
    background: #000000;
    top: 28px;
    right: 50px;
    text-align: center;
    font-size: 10px;
    border-radius: 16px;
    color: white;
    border: 1px solid #000000;
    padding-bottom: 4px;
}

    .badge:hover {
        border: 1px solid #006710;
        background: #006710;
    }

.reversed-panels {
    display: flex;
    flex-direction: column-reverse;
}

.chartToolTip {
    width: 300px;
    height: 200px;
    background: #FFF;
}

.flex {
    flex: 1 1 auto;
}

#backToTop {
    width: 59px;
    height: 109px;
    background-image: url(images/btnBackToTop.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -5000px;
    display: block;
    outline: none;
}

.errMsgReport {
    font-size: 8pt;
    width: 100%;
    height: 500px;
    padding: 36px 0 0 0;
    margin: 150px 0 0 0;
    text-align: center;
    background-image: url(images/logwatermarksm.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    float: left;
}

@media screen and (max-width: 900px) {
    .additionalColumn {
        display: none;
    }
}

#reportSummary {
    width: auto;
    border: 0px solid #ccc;
    font-size: 8pt;
    height: auto;
}


.programSelectContainer {
    width: 100%;
    overflow: visible;
    padding: 2px 3px 2px 0;
    border: 1px solid #ccc;
    outline: none;
}

.programSelectBox {
    height: 20px;
    width: 100%;
    border: 0;
    outline: none;
    color: #E31C39;
    font-size: 8pt;
    font-weight: bold;
}

.reportProgram {
    font-size: 8pt;
    font-weight: bold;
    color: #555759;
}

.tdInfo {
    background-color: #e5e5e5;
}

/*.reportStats{width:500px; float:left;padding:0 0 10px 0;} */

.groupHeader {
    color: #454545;
}

.reportSubGroup {
    padding: 5px 0;
}

.reportStatsFull {
    width: 100%;
    float: left;
    padding: 0 0 10px 0;
    min-height: 500px;
}

    .reportStatsFull table {
        width: 100%;
        padding: 0 0 8px 0;
        min-height: 100px;
    }

        .reportStatsFull table th {
            padding: 5px 5px;
            cursor: default;
        }

        .reportStatsFull table td {
            border-bottom: 1px solid #e5e5e5;
            padding: 5px;
            text-wrap: normal;
            text-transform: uppercase;
        }

        .reportStatsFull table tr:hover td {
            background-color: #ddd;
            color: #E31C39;
            cursor: pointer;
        }

    .reportStatsFull a {
        color: inherit;
    }

        .reportStatsFull a:link {
            color: inherit;
        }

        .reportStatsFull a:hover {
            color: inherit;
        }

.reportStats {
    width: 500px;
    float: left;
    padding: 0 0 10px 0;
}

    .reportStats table {
        width: 500px;
        padding: 0 0 8px 0;
    }

        .reportStats table th {
            padding: 0 5px;
            cursor: default;
        }

        .reportStats table td {
            border-bottom: 1px solid #e5e5e5;
            padding: 5px;
            text-wrap: normal;
        }

        .reportStats table tr:hover td {
            background-color: #ddd;
            color: #E31C39;
            cursor: pointer;
        }

.reportStatsLeft {
    width: 500px;
    float: left;
    padding: 0 0 10px 0;
}

    .reportStatsLeft table {
        width: 500px;
        padding: 0 0 8px 0;
    }

        .reportStatsLeft table th {
            padding: 0 5px;
            cursor: default;
        }

        .reportStatsLeft table td {
            border-bottom: 1px solid #e5e5e5;
            padding: 5px;
            text-wrap: normal;
        }

        .reportStatsLeft table tr:hover td {
            background-color: #ddd;
            color: #E31C39;
            cursor: pointer;
        }

.reportStatsRight {
    width: 420px;
    float: left;
    padding: 0 0 10px 15px;
    overflow: hidden;
}

    .reportStatsRight table {
        width: 420px;
        padding: 0 0 8px 0;
    }

        .reportStatsRight table th {
            padding: 0 5px;
            cursor: default;
        }

        .reportStatsRight table td {
            border-bottom: 1px solid #e5e5e5;
            padding: 5px;
            text-wrap: normal;
        }

        .reportStatsRight table tr:hover td {
            background-color: #ddd;
            color: #E31C39;
            cursor: pointer;
        }

.hideShow {
    cursor: pointer;
}

.grayBox {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
    display: none;
}

.box_content {
    position: fixed;
    top: 25%;
    left: 30%;
    right: 30%;
    width: 40%;
    padding: 16px;
    z-index: 1002;
    overflow: auto;
    font-size: 8pt;
}

.closeLightbox {
    width: 30px;
    height: 30px;
    background-image: url(images/xClose.jpg);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 10px 0 0px 0;
    text-align: right;
}





/*** Misc. ***/

hr {
    border-top: solid 1px #d7d7d7;
    clear: both;
}

input[type=text], input[type=password] {
    width: 227px;
}

input.short {
    width: 65px;
}

input.medium {
    width: 158px;
}

.clickable {
    cursor: pointer;
}

.error, .specialError {
    color: red;
}

label.error {
    display: block;
    font-weight: normal;
    margin-top: -10px;
}

.formOffset {
    padding-top: 10px;
    padding-left: 20px;
}

#companyDropdown {
    width: 227px;
    position: relative;
    top: -15px;
    border: 2px solid grey;
}

.pageNav {
    float: right;
    padding: 5px;
    border: 1px solid #ddd;
    margin: 10px 0;
}

/*** Header &amp; nav ***/
.navbar {
}

    .navbar &gt; .header {
        background-color: white;
        padding: 10px 0;
    }

        .navbar &gt; .header .register {
            margin-top: 10px;
        }

@media (max-width: 370px) /* Disappear at 370px */
{
    .navbar &gt; .header .register {
        display: none;
    }
}

.navbar .navbar-nav &gt; li &gt; a {
    /*color: #DDDDDD;*/
}

/*** Content ***/
body &gt; .container {
    padding-bottom: 90px;
}

.tableWithGraph {
    width: auto;
}

.loginForm {
    width: 235px;
}


/* Panels */
.panel-default {
    border-color: #009a43;
}

    .panel-default &gt; .panel-heading {
        color: #fff;
        background-repeat: repeat-x;
        background-image: linear-gradient(to bottom, #009a43 0%, #006710 100%);
        border-bottom-style: none;
        border-bottom-color: inherit;
        border-bottom-width: medium;
    }

.retailers .panel .panel-title {
    min-height: 40px;
}

.retailers .panel .panel-body {
    min-height: 160px;
}


.processingIndicator {
    background-color: #FFFFFF;
    filter: alpha(opacity=50);
    opacity: 0.3;
    margin-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
}
    

.processingMessage {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000000;
}

.attentionLabel {
    font-size: 18px;
    font-weight: bold;
    color: #009a43;
}

.alreadyAuditedPopUpPanel {
    background-color: #FFFFFF;
    padding: 5px;
    display: block;
    border: solid 1px #999999;
    min-width: 300px !important;
    max-width: 500px !important;
    z-index: 10003 !important;
}

.popUpPanel {
    background-color: #FFFFFF;
    padding: 5px;
    display: block;
    border: solid 1px #999999;
    /*width: 90% !important;*/
    z-index: 10003 !important;
}

.programManagementPopUpPanel {
    background-color: #FFFFFF;
    /*padding: 5px;*/
    display: block;
    /*border: solid 1px #999999;*/
    /*width: 90% !important;*/
    z-index: 10003 !important;
}


.claimIsLockedPopUpPanel {
    background-color: #FFFFFF;
    padding: 5px;
    display: block;
    border: solid 1px #999999;
    /*width: 90% !important;*/
    z-index: 10003 !important;
}

.claimSearchPopUpPanel {
    background-color: #FFFFFF;
    padding: 5px;
    display: block;
    border: solid 1px #f8f8f8;
    width: 40% !important;
    box-shadow: inset 0 0 0 1px #fff, 0.2em 0.2em 0.5em rgba(0,0,0,.4) !important;
    z-index: 10003 !important;
}

.accountProfilePopUpPanel {
    background-color: transparent !important; /*#FFFFFF;*/
    padding: 5px;
    display: block;
    border: none !important;
    /*border: solid 1px #999999;*/
   
    z-index: 10003 !important;
}

.accountProfileAddressVerificationPopUpPanel {
    background-color: #FFFFFF;
    padding: 5px;
    display: block;
    border: solid 1px #999999;
    width: 60% !important;
    max-width: 500px !important;
    margin: auto !important;
    overflow: auto !important;
    z-index: 10003 !important;
}

.verificationCodePopUpPanel {
    background-color: #FFFFFF;
    padding: 5px;
    display: block;
    border: solid 1px #999999;
    z-index: 10003 !important;
    /*width: 40% !important;*/
}

.auditPopUpPanel {
    background-color: #FFFFFF;
    padding: 5px;
    display: block;
    border: solid 1px #999999;
    /* width: 40% !important;*/
    overflow-y: auto;
    overflow-x: hidden !important;
    z-index: 10003 !important;
    /*height: 90% !important;*/
}
.auditPopUpPanelNoHeight {
    background-color: #FFFFFF;
    padding: 5px;
    display: block;
    border: solid 1px #999999;
    overflow-y: auto;
    overflow-x: hidden !important;
    z-index: 10003 !important;
}

.possibleDupsPopUpPanel {
    background-color: #FFFFFF;
    padding: 5px;
    display: block;
    border: solid 1px #999999;
    width: 90% !important;
    overflow-y: auto;
    z-index: 10003 !important;
    /*height: 95% !important;*/
}


.saveClaimPopUpPanel {
    background-color: #FFFFFF;
    padding: 5px;
    display: block;
    /*border: solid 1px #999999;*/
    z-index: 10003 !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}


.uploadPopUpPanel {
    background-color: #FFFFFF;
    padding: 5px;
    display: block;
    border: solid 1px #999999;
    /*width: 40% !important;*/
    z-index: 999998 !important;
}

.overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=80);
    opacity: 0.80;
    -moz-opacity: 0.80;
}

*html .overlay {
    position: absolute;
    height: expression(document.body.scrollHeight &gt; document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    width: expression(document.body.scrollWidth &gt; document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

.popUpBackground {
    background-color: #cccccc;
    filter: alpha(opacity=70);
    opacity: 0.7;
    margin-top: 0px;
    z-index: 10002 !important;
}

.indentedError {
    margin: 0 0 0 20px;
}

.clockSession {
    width: 409px;
    height: 174px;
    background: url(images/clockSession.jpg) no-repeat;
}

.contSession {
    width: 270px;
    float: right;
    text-align: center;
    margin: 20px 20px 0 0;
}

.sessionExpire {
    color: #3366ff;
    padding-top: 30px;
}

.showNotification {
    padding-top: 15px;
    color: #666;
}

.timeRemain {
    padding-top: 5px;
    color: #000;
}

.timeSeconds {
    font-size: 30px;
    padding-right: 5px;
}

.infoIcon, .notificationContent {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.infoIcon {
    width: 32px;
    height: 32px;
    margin: 0 10px;
    vertical-align: top;
}

.notificationContent {
    width: 160px;
    vertical-align: bottom;
}

.demo-container {
    width: 410px;
}

div.timeoutNotification {
    background-color: #FFF;
}

/* remove main borders */
    .borderLessDialog.RadWindow {
    border: none;
    padding: 0;
}

    /* both selectors below can be replaced with setting VisibleTitlebar="false" */
    /* remove the titlebar widening */
    .borderLessDialog.RadWindow .rwTitleBar {
        margin: 0;
    }

/* remove the titlebar */
.borderLessDialog .rwTitleBar {
    display: none;
}

/* the selector below can be replaced with setting VisibleStatusbar="false" */
/* remove the statusbar */
.borderLessDialog .rwStatusBar {
    display: none;
}

/* remove the border around the content */
.borderLessDialog.RadWindow .rwContent {
    border: none;
}

.projectionLabel {
    margin: 10px 0 0 0;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
}

.selectedItemsBlock ul {
    padding: 0 0 2px 4px;
    margin: 0;
    list-style: none;
    background: #F9F9F9;
    border: 1px solid #DEDEDE;
    height: 83px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .selectedItemsBlock ul li {
        margin: 3px;
    }

.AvailableFundsPanel tbody {
    min-height: 400px;
}

.dealerInfoDiv .card-text {
    min-height: 170px;
}

.formBottom {
    padding: 0 0 80px 0;
}

.loginFormBottom {
    padding: 0 0 10px 0;
}

.repeater-child {
    padding: 15px;
}

.rlbGroup ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.proofOfPerformanceLabel {
    background: #F9F9F9;
    border: 1px solid #DEDEDE;
    height: 94px;
    padding: 4px;
    overflow-y: auto;
}

.modalHeight {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

@media only screen and (max-height: 650px) {
    .modalHeight {
        max-height: 200px;
    }

    .select2-container .select2-selection--single {
        height: 38px !important;
    }
}

@media only screen and (max-height: 470px) {
    .modalHeight {
        max-height: 30px;
    }
}

.ruDropZone {
    margin: 11px 0 0 11px !important;
}


.less-padding table tr td {
    padding: 2px 0 0 2px;
}

.explanatoryText {
    padding: 0 0 2px 4px;
    margin: 0;
    list-style: none;
    background: #F9F9F9;
    border: 1px solid #DEDEDE;
    height: 100px;
    overflow-y: auto;
}

.spacerForIpad {
    height: 100px;
}


.alerts-message-wrapper {
}

.alerts-message-wrapper {
    font-size: 13px;
    padding: 8px;
    vertical-align: middle;
}

    .alerts-message-wrapper + .alerts-message-wrapper {
        border-top: 3px solid #ccc;
        margin-top: 8px;
        padding-top: 8px;
    }

    .alerts-message-wrapper .alerts-message-title {
        font-size: 14px;
        font-weight: bold;
        margin: 8px 4px;
    }

    .alerts-message-wrapper .alerts-message-body {
        margin: 4px;
    }

.RadToolTip .rtRelativeWrapper {
    padding: 1px !important;
    background: #FFF !important;
}

.RadMenu {
    z-index: 2000 !important;
}

.validatorBudget {
    width: 100%;
    display: block;
    margin: 5px 0 0 0;
}

.totalsBox {
    background: #F9F9F9;
    border: 1px solid #DEDEDE;
    padding: 40px;
    margin: 20px 120px;
}

.budgetTransactionsGrid {
    overflow: auto;
}

.panel-wrapper-div {
    border-bottom: 1px solid #C6C6C6;
    padding: 0 0 5px 0;
}

.table-divs div {
    display: inline-block;
    vertical-align: top;
    text-overflow: ellipsis;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 4px 0 0;
}

.carousel-image {
    min-width: 100%;
    max-width: 100%;
}

/* TODO: There may be a better way, a Bootstrap way to line button up with RadTextBox */
.search-button {
    margin: 0 0 16px 1em;
}

.height94oflow {
    height: 94px;
    overflow-y: auto;
    overflow-x: hidden;
}

.form-modal {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

.form-modal-taller {
    display: none;
}

@media only screen and (max-height: 819px) {
    .form-modal {
        max-height: 200px;
    }
}

@media only screen and (max-height: 604px) {
    .form-modal {
        display: none;
    }

    .form-modal-taller {
        display: block;
    }

    .sheduler-instructional-text, .modal-button-row {
        display: none;
    }
}

.copyfrom {
    position: absolute;
    left: -9999px;
}

.no-padding {
    padding: 0;
}

.no-padding-important {
    padding: 0 !important;
}

.padding-five-important {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.padding-ten-important {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.no-margin {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

@media (max-width: 928px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 929px) {
    .hidden-md-up {
        display: none !important;
    }
}

.carousel-image {
    min-width: 100%;
    max-width: 100%;
}

.MyGridClass .rgDataDiv {
    height: auto !important;
    width: auto !important;
}
.inlineBlock {
    display: inline-block !important;
}

/* styles for the Select2 dropdown list */
.select2-container .select2-selection--single {
    padding-top: 1px !important;
    padding-bottom: 2px !important;
    height: 30px !important;
}

.select2-selection__arrow {
    height: 32px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #000000 !important;
    color: white !important;
}


.select2-container--default .select2-results &gt; .select2-results__options {
    max-height: 300px !important; /* the overall height of the dropdown list */
    overflow-y: auto;
}

/* for the Select One..*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    font-size: 14px !important;
}
/* end styles for the Select2 dropdown list */

.fs-12 {
    font-size: 12px;
}

.blue-font {
    color: blue;
}
.skinnedPanelSpacer {
    margin: 5px 0 0 0;
}

.chkBoxClass input {
    width: 16px;
    height: 16px;
    font-weight: normal !important;
    margin-left: 8px;
}

.chkBoxClass label {
    margin-left: 10px !important;
    font-weight: normal !important;
    margin-top: 10px !important;
    padding-top: 0px !important;
    vertical-align: middle;
    line-height: 26px;
}

.terms-and-conditions {
    width: 500px;
    height: 250px;
    max-width: 900px !important;
    overflow-x: auto;
}
.code-generation-modal {
    width: 450px;
}</pre></body></html>