<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    These styles apply to the parent view page and main menu
*/

.pro-themed-border-colour {
    border-color: #0E1D37 !important;
}

.pro-themed-border-colour-hl {
    border-color: #E57710 !important;
}

#mainMenu,
#mainMenu k-item {
    background-color: #0E1D37;
}

.dialogType .dialogSideBar a {
    color: #0E1D37;
}

.dialogType .dialogSideBar a:hover {
    color: #0E1D37;
}

.k-pager-numbers-wrap .k-pager-numbers .k-button:not(.k-selected):not(.k-disabled):hover .k-button-text,
.k-pager-numbers-wrap .k-button:not(.k-selected):not(.k-disabled):hover .k-button-icon,
#ToolBar:not(.disabled) a:hover span.glyphicons {
    color: #E57710 !important;
}

.pro-themed-background-alt,
#workArea .line.selected a.lineTab2:hover,
#order .line.selected a.lineTab2:hover,
.k-menu .k-selected &gt; .k-link,
#mainMenu .k-hover,
#mainMenu .k-hover:hover,
#mainMenu .k-hover:hover &gt; .k-link,
#mainMenu .k-selected &gt; .k-link,
#mainMenu .pro-menu-bubble,
#mainMenu .k-link.k-active {
    background-color: #E57710;
}

.secondaryMenu span.pro-toolbar-icon {
    color: #E57710 !important;
}


/*
    These styles apply to the child aspx pages
*/
.pro-toolbar .pro-page-title {
    color: #0E1D37;
}

#order a:hover,
#workArea a:hover,
a:not(.disabled):hover span.glyphicons,
.themed:not(.statictext):not(.disabled):hover,
#order .textLink:hover,
#workArea .textLink:hover,
span.UserCard:hover {
    color: #0E1D37;
}

.k-grid-header .k-sort-icon,
.k-grid-header .k-header.pro-sortable .k-link:hover,
:not(.disabled) &gt; a:not(.disabled):hover,
:not(.disabled) &gt; a:not(.disabled):hover span.text,
#order a,
#workArea a,
#order .textLink,
#workArea .textLink,
.themed,
.homePageContent .circularButton a:not(.disabled) span.glyphicons,
a:not(.disabled) span.glyphicons,
#order .itemNominalsContainer .itemNominals2 td.lineHeader,
#order .detailsTable td.lineHeader,
span.UserCard {
    color: #E57710;
}

.pro-themed-background,
#workArea .noLines .line .lineHeader thead td,
#workArea .line.selected .lineHeader thead td,
#order .line.noLines .lineHeader2,
#order .line.selected .lineHeader2 {
	background-color: #0E1D37;
}

#order .line.noLines .lineHeader2,
#order .line.selected .lineHeader2,
#workArea .line.selected .lineDetailInner,
#workArea .line.selected div.lineButtonSurround,
#order .line.selected .lineDetail2,
#order .line.noLines .lineHeader2,
#order .line.selected .lineHeader2,
#order .line.selected .lineHeader2 ul li a {
	border-color: #0E1D37; 
}

.pro-themed-border {
    border: solid 1px #0E1D37;
}
 
/* Multi-line current row border highlight */
#pro-document-lines-container .pro-line.pro-current-line td.pro-last-column, #pro-document-lines-container .pro-line2.pro-current-line td.pro-last-column, #pro-document-lines-container .pro-line-detail.pro-current-line td.pro-last-column {
    border-right-color: #0E1D37;
}

#pro-document-lines-container .pro-line:not(.pro-no-lines-message).pro-current-line &gt; td {
    border-top-color: #0E1D37;
}

#pro-document-lines-container .pro-line.pro-current-line:not(.pro-expanded) &gt; td:nth-child(1),
#pro-document-lines-container .pro-line.pro-current-line.pro-last-document-line:not(.pro-expanded) &gt; td:nth-child(1),
#pro-document-lines-container.pro-display-images .pro-line2.pro-current-line.pro-last-document-line:not(.pro-expanded) &gt; td,
#pro-document-lines-container:not(.pro-display-images) .pro-line.pro-current-line:not(.pro-expanded) &gt; td,
#pro-document-lines-container .pro-line2.pro-current-line:not(.pro-expanded) &gt; td {
    border-bottom-color: #0E1D37;
}

#pro-document-lines-container:not(.pro-display-images) .pro-line:not(.pro-no-lines-message).pro-current-line td:nth-child(2),
#pro-document-lines-container .pro-line:not(.pro-no-lines-message).pro-current-line &gt; td:nth-child(1) {
    border-left-color: #0E1D37;
}

#pro-document-lines-container .pro-line-detail.pro-current-line &gt; td {
    border-left-color: #0E1D37;
    border-bottom-color: #0E1D37;
}

/* Multi-line current row border highlight (end) */


.k-list &gt; .k-hover,
.pro-auto-complete-list &gt; .k-hover,
.k-list-item.k-hover {
    background-color: #f0b279 !important;
    border-color: #f0b279 !important;
}

.k-list-item.k-focus {
    border-color: #E57710 !important;
}

.k-list-item.k-selected {
    background-color: #E57710 !important;
    border-color: #E57710 !important;
}

.k-list-item.k-selected.k-focus {
    border-color: #aa570a !important;
}


</pre></body></html>