:root {
    --primary: #CCF;
    --secondary: #CFF;
}

.app-reading-pane-bkg {
    background-repeat: no-repeat !important;
}

.app-echo .app-echo-toolbar h3, .app-bar-actions h3 {
    font-weight: bold;
    font-size: 14px !important;
    color: purple;
}

.app-tabs .ui-btn {
    font-weight: bold;
    color: purple;
}

div.ui-content > div.app-wrapper.app-display-tablet > div > div > div.app-tab-content.app-tab-active > div > div > div.app-feedback > span.app-collapsible-toggle-text,
div.ui-content > div.app-wrapper.app-display-tablet > div > div > div > div.app-feedback {
    font-weight: bold;
    letter-spacing: 2px !important;
    font-size: 13px !important;
    color: darkblue;
}

.regency {
    color: var(--primary);
    font-weight: normal;
    font-size: 16px;
}

.version {
    color: var(--secondary) !important;
    font-size: 10px !important;
    /* Minor adjustment to get vertical alignment with menu items */
    line-height: 1.4;
    vertical-align: text-top;
}

.database {
    color: var(--secondary);
}

.releaseDate {
    color: var(--secondary);
}

li.dv-item {
    font-size: smaller !important;
}

.RegencyGrid {
    color: mediumpurple !important;
}

li.dv-item.RegencyGridSYNERGISED > div {
    line-height: 1.0;
    color: darkcyan;
}

li.dv-item.RegencyGridOMNOS > div {
    line-height: 1.0;
    color: darkviolet;
}

li.dv-item.RegencyGridUK > div {
    line-height: 1.0;
    color: steelblue;
}

li.dv-item.RegencyGridEU > div {
    line-height: 1.0;
    color: darkcyan;
}

li.dv-item.RegencyGridIRL > div {
    line-height: 1.0;
    color: orange;
}

li.dv-item.RegencyGridGBR > div {
    line-height: 1.0;
    color: orange;
}

li.dv-item.Cancelled > div {
    color: red !important;
    background-color: #200;
}

li.dv-item.Partial > div {
    color: Orange !important;
    background-color: #330;
}

.app-acc-space, .app-reading-pane-bkg {
    background-image: url(../../images/Regen_BG.jpg) !important;
}

#mainHeading {
    width: 100%;
    height: 20px;
    background-color: black;
    font-size: 13px;
    text-align: center;
    padding-top: 3px;
}

#REGEN {
    font-weight: bold;
    color: yellow;
}

#VS {
    font-size: 11px;
    color: lightgoldenrodyellow;
}

#REL {
    font-size: 11px;
    color: lightgrey;
}

span.app-field-OMNOSorders,
span.app-field-SynergisedOrders {
    width: 65px !important;
}

li.dv-item.CannotReset {
    background-color: lightyellow;
}