<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
a[href] {
    color: #05aadb;
    cursor: pointer;
    text-decoration: none;
}

    a[href]:hover {
        text-decoration: underline;
    }

body.qui {
    font-weight: 400;
    font-family: "Source Sans Pro","Open Sans",sans-serif;
    font-size: 14px;
}

head.qui,
body.qui {
    height: 100%;
    overflow: hidden;
}

.qui-button {
    position: relative;
    display: inline-block;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .qui-button &gt; button {
        width: 100%;
        height: 100%;
        outline: none;
        border: solid 1px transparent;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: background 90ms;
        -webkit-transition-timing-function: linear;
        -moz-transition: background 90ms linear;
        -o-transition: background 90ms linear;
        transition: background 90ms linear;
    }

        .qui-button &gt; button:focus,
        .qui-button &gt; button:target,
        .qui-button &gt; button:active {
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            transition: none;
        }

.qui-button-small &gt; button {
    font-size: 13px;
}

.qui-button-middle &gt; button {
    font-size: 14px;
}

.qui-button-large button {
    font-size: 20px;
}

.qui-button-silver {
    border: solid 1px #e4e4e4;
}

    .qui-button-silver &gt; button {
        background: #e4e4e4;
        border: solid 1px transparent;
    }

    .qui-button-silver:hover {
        border-color: #ebebeb;
    }

    .qui-button-silver &gt; button:hover {
        background: #ebebeb;
    }

    .qui-button-silver &gt; button:focus,
    .qui-button-silver &gt; button:target,
    .qui-button-silver &gt; button:active {
        color: #05aadb;
        border: solid 1px #05aadb;
    }

.qui-button-blue {
    border: solid thin #05aadb;
}

    .qui-button-blue:hover {
        border-color: #05aadb;
    }

    .qui-button-blue &gt; button {
        color: #fff;
        background: #05aadb;
        border: solid 1px transparent;
    }

        .qui-button-blue &gt; button:hover,
        .qui-button-blue &gt; button.hover {
            background: #05aadb;
        }

        .qui-button-blue &gt; button:focus,
        .qui-button-blue &gt; button:target,
        .qui-button-blue &gt; button:active,
        .qui-button-blue &gt; button.active {
            background: #69cce9;
            border: solid 1px #fff;
        }

.qui-button.qui-disabled {
    border-color: #eeeeee;
}

    .qui-button.qui-disabled &gt; button,
    .qui-button &gt; button:disabled {
        color: #aaaaaa;
        background-color: #eeeeee;
    }

.qui-toolbar {
    position: absolute;
    margin: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: inline-block;
    text-decoration: none;
    cursor: default;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    height: 22px;
    padding: 0px 12px;
}

ul.qui-toolbar li {
    line-height: 22px;
}

.qui-menu-item &gt; .qui-inner {
    margin: 2px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    min-width: 100px;
    cursor: default;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 12pt;
}

.qui-menu-item:hover &gt; .qui-inner {
    background-color: rgb(92, 136, 182);
    text-decoration: none;
}

    .qui-menu-item:hover &gt; .qui-inner a {
        color: #fff;
        text-decoration: none;
    }

.qui-menu-item.qui_divider.qui_top:first-child {
    border-top: none;
}

.qui-menu-item.qui_divider.qui_bottom:last-child {
    border-bottom: none;
}

.qui-inner {
    color: #4d4d4d;
}

    .qui-inner a,
    ul.qui-masthead-menu li a,
    ul.qui-masthead-menu li {
        color: #fff;
    }

        .qui-inner a, .qui-masthead-menu li a ul.qui-masthead-menu li a,
        ul.qui-masthead-menu li .Langauge {
            padding: 27px 20px;
            line-height: 72px;
            text-decoration: none;
        }

.qui-masthead-menu li a {
    line-height: 71px;
    background-color: transparent;
}

    .qui-masthead-menu li a:hover {
        background-color: #69cce9;
        cursor: pointer;
        border-radius: 3px;
    }

.qui-masthead-menu .mainmenu-about a {
    line-height: 72px;
    text-decoration: none;
    padding: 27px 20px 27px 20px;
}

@media (height: 900px) and (width: 1190px) {
    .qui-masthead-menu .help-menu-item {
        display: none !important;
    }
}

.qui-masthead-menu .help-menu-item {
    padding-top: 0;
    font-size: 19px;
}

    .qui-masthead-menu .help-menu-item a {
        display: inline-block;
        text-decoration: none;
        width: 50px;
        text-align: center;
    }

        .qui-masthead-menu .help-menu-item a:before {
            content: "\f059";
        }

.qui-popover {
    position: relative;
}

    .qui-popover &gt; .qui-inner {
        background: #f5f5f5;
        border: solid 1px #999999;
        position: relative;
        overflow: hidden;
        min-height: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        height: 100%;
        width: 100%;
    }

    .qui-popover &gt; .qui_n,
    .qui-popover &gt; .qui_s,
    .qui-popover &gt; .qui_w,
    .qui-popover &gt; .qui_e {
        background-repeat: no-repeat;
    }

    .qui-popover &gt; .qui_n,
    .qui-popover &gt; .qui_s {
        position: absolute;
        left: 10px;
        right: 10px;
        height: 15px;
    }

    .qui-popover &gt; .qui_w,
    .qui-popover &gt; .qui_e {
        position: absolute;
        top: 10px;
        bottom: 10px;
        width: 15px;
    }

    .qui-popover &gt; .qui_n {
        top: -14px;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAPCAYAAAD3T6+hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkRBOUQ5NjVGQ0ZGMTFFMEE5MzJFMjU4RUVCNTUyRDIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkRBOUQ5NjZGQ0ZGMTFFMEE5MzJFMjU4RUVCNTUyRDIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCREE5RDk2M0ZDRkYxMUUwQTkzMkUyNThFRUI1NTJEMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCREE5RDk2NEZDRkYxMUUwQTkzMkUyNThFRUI1NTJEMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqAUglMAAAHNSURBVHjaYmAgA8yfP99sxowZdeToZSLDMvEXL14sBjIr58yZE0tTC0GWvXnzZpO7u7taaGgox/fv32cCLQ2iiYUgy96+fbvOwcHBTF1dnYGDg4MBaCnn+/fv5wKBK1UtnDdvHt+7d++WWVtbW2lpacHFeXl5GSIiIgRevXq1BGipA1UsnDlzJsfnz5/nGhgYOOnp6WHICwkJMURFRYk9f/58OdBhphRb+OPHj7mampohFhYWONWIiIiAglfi5cuXy4FBr022hZMnT56npqYWBQxKgkElIyPD4Ovrqwy0dBXQUg2SLZw6dWq/rKxsop2dHdEpUFFRkcHb21sLGKergXEqSbSF06ZNawEGUyYwRZKcsZWUlBhcXV11gIls4+LFiznR5ZnRBUAlCB8fXwkwr3GysbGRU5iA45STk1P6+vXrtiYmJosOHz78H6sPZ82alc3KyloGtIyLnZ2dgRKgo6PDAExodkDLd2D14ezZs2P+/v07MSgoiBvoOgZqAHFxcYb///8rArOU8Y4dO1bALQQWT6E/f/6cEx4eTjXLQICRkZFBWFiY8devXypmZmZq27dvX8cIzKwWQMuOx8XFMdASLFq0COTbdoAAAwBa2KalbnCu9gAAAABJRU5ErkJggg==");
    }

    .qui-popover &gt; .qui_s {
        bottom: -16px;
    }

    .qui-popover &gt; .qui_w {
        left: -14px;
    }

    .qui-popover &gt; .qui_e {
        right: -16px;
    }

ul.qui-tab-strip {
    height: 38px;
    background-repeat: repeat-x;
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    ul.qui-tab-strip li.qui-tab {
        position: relative;
        float: left;
    }

        ul.qui-tab-strip li.qui-tab p {
            font-size: 13px;
            cursor: default;
            text-decoration: none;
        }

        ul.qui-tab-strip li.qui-tab.qui-first {
            border-top-left-radius: inherit;
            border-bottom-left-radius: inherit;
        }

        ul.qui-tab-strip li.qui-tab.qui-disabled {
            background: none;
        }

.qui-textbox,
.qui-combobox {
    position: relative;
    display: inline-block;
    outline: none;
    vertical-align: baseline;
    min-height: 36px;
    min-width: 38px;
    border: solid 1px #aaaaaa;
}

    .qui-textbox.qui-watermark {
        color: #848484;
        font-style: italic;
    }

    .qui-textbox.input-validation-error,
    textarea.input-validation-error {
        border-color: red;
        background-color: #fdf6dd;
    }

    .qui-textbox[disabled],
    .qui-textbox.disabled {
        color: #cccccc;
        background-color: #fff;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .qui-textbox:focus:not([readonly]) {
        border-color: #05aadb;
        box-shadow: inset 0px 0px 4px #05aadb;
        box-shadow: inset 0px 0px 4px rgba(0, 133, 195, 0.25);
    }

    .qui-textbox[readonly] {
        color: #5c5c5c;
        background-color: #eeeeee;
        border-color: #b0b0b0;
        box-shadow: none;
    }

    .qui-textbox span.qui-inner {
        position: absolute;
        left: 5px;
        top: 0px;
        right: 0px;
        bottom: 0px;
    }

        .qui-textbox span.qui-inner input,
        .qui-textbox span.qui-inner textarea {
            position: absolute;
            left: 0px;
            top: 0px;
            right: 0px;
            bottom: 0px;
            width: 100%;
            height: 100%;
            background-color: transparent;
            display: inline-block;
            margin: 0px;
            padding: 0px;
            border: none;
            outline: none;
            font-family: "Trebuchet MS", sans-serif;
        }

        .qui-textbox span.qui-inner textarea {
            resize: none;
        }

        .qui-textbox span.qui-inner input,
        .qui-textbox span.qui-inner textarea {
            font-family: 'Trebuchet MS', sans-serif;
            font-size: 13px;
        }

.qui-action-bar {
    height: 75px;
    min-width: 280px;
    max-width: 1200px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .qui-action-bar .qui-items {
        text-align: right;
        overflow: hidden;
        margin: 20px;
    }

.ui-dialog .qui-action-bar {
    height: 75px;
}

.qui-action-bar .qui-button {
    margin-left: 6px;
}

.qui-masthead {
    background: #05aadb;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .qui-masthead .company-logo {
        width: 210px;
        height: 73px;
        background-repeat: no-repeat;
        background-position: center center;
        margin-right: 5px;
    }

.product-logo {
    background-position: center center;
    background-repeat: no-repeat;
}

.qui-masthead.qui_s {
    height: 35px;
}

.qui-masthead.qui_l {
    height: 72px;
}

.qui-sign-in {
    position: relative;
    width: 300px;
}

    .qui-sign-in ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

    .qui-sign-in li {
        padding: 0px;
        margin: 0px;
    }

        .qui-sign-in li.qui-input {
            padding-right: 2px;
        }

        .qui-sign-in li.qui_cmds {
            height: 38px;
        }

            .qui-sign-in li.qui_cmds .qui-button {
                float: right;
            }

            .qui-sign-in li.qui_cmds .qui_checkbox {
                position: relative;
                margin-top: 7px;
                float: left;
            }

    .qui-sign-in .qui-textbox {
        width: 100%;
        margin-bottom: 10px;
    }

.qui-slider {
    position: relative;
}

    .qui-slider.qui-button-large {
        font-size: 23px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        height: 50px;
    }

.qui-slider-on {
    background: #4ce500;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4ce500), color-stop(1, #3db700));
    background: -webkit-linear-gradient(top, #4ce500 0%, #3db700 100%);
    background: -moz-linear-gradient(top, #4ce500 0%, #3db700 100%);
    background: linear-gradient(to top, #4ce500 0%, #3db700 100%);
    -webkit-box-shadow: inset 0 1px 0 0 #7dff3d;
    -moz-box-shadow: inset 0 1px 0 0 #7dff3d;
    box-shadow: inset 0 1px 0 0 #7dff3d;
    color: #fff;
}

    .qui-slider-on:hover {
        background: #35a000;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4ce500), color-stop(1, #35a000));
        background: -webkit-linear-gradient(top, #4ce500 0%, #35a000 100%);
        background: -moz-linear-gradient(top, #4ce500 0%, #35a000 100%);
        background: linear-gradient(to top, #4ce500 0%, #35a000 100%);
    }

    .qui-slider-on.qui-disabled {
        background: #4ce500;
        color: #7dff3d;
    }

    .qui-slider-on .qui-button {
        position: absolute;
        right: 0px;
    }

.qui-slider-off {
    background: #e50000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e50000), color-stop(1, #b70000));
    background: -webkit-linear-gradient(top, #e50000 0%, #b70000 100%);
    background: -moz-linear-gradient(top, #e50000 0%, #b70000 100%);
    background: linear-gradient(to top, #e50000 0%, #b70000 100%);
    -webkit-box-shadow: inset 0 1px 0 0 #ff3d3d;
    -moz-box-shadow: inset 0 1px 0 0 #ff3d3d;
    box-shadow: inset 0 1px 0 0 #ff3d3d;
    color: #fff;
}

    .qui-slider-off:hover {
        background: #a00000;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e50000), color-stop(1, #a00000));
        background: -webkit-linear-gradient(top, #e50000 0%, #a00000 100%);
        background: -moz-linear-gradient(top, #e50000 0%, #a00000 100%);
        background: linear-gradient(to top, #e50000 0%, #a00000 100%);
    }

    .qui-slider-off.qui-disabled {
        background: #e50000;
        color: #ff3d3d;
    }

    .qui-slider-off .qui-button {
        position: absolute;
        left: 0px;
    }

.qui-navigation-pane {
    background-color: transparent;
    border-right: 2px solid #e8e8e8;
    color: #6a6a6a;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    bottom: 0;
    width: 230px;
    overflow: hidden;
    padding-top: 30px;
}

.qui-navigation-item {
    line-height: 40px;
    font-size: 16px;
}

.qui-navigation-link {
    color: #eeeeee;
    cursor: pointer;
    display: block;
    height: 100%;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .qui-navigation-link:hover {
        background-color: #4e4e4e;
        color: #fff;
    }

a[href].qui-navigation-link {
    color: #2f2f2f;
}

    a[href].qui-navigation-link:hover {
        color: #fff;
        background-color: #69cce9;
        text-decoration: none;
    }

a[href].qui-navigation-active {
    color: #05aadb;
    border-left: 10px solid #05aadb;
}

.qui-navigation-active,
.qui-navigation-active:hover {
    color: #fff;
}

.qui-control-label {
    margin-bottom: 4px;
}

.oi-full-logo,
.qui-icon-warning-sign,
.qui-icon-close,
.qui-icon-question-sign,
.qui-masthead-menu .help-menu-item a {
    font-family: 'fa-identity', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

    .oi-full-logo:before {
        content: "\e000";
    }

    .qui-icon-close:before {
        content: "\f00d";
    }

    .qui-icon-warning-sign:before {
        content: "\f071";
    }

    .qui-icon-question-sign:before {
        content: "\f059";
    }
</pre></body></html>