<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("spacing.css");
@import url("sprite.css");

/* style for jimu-icon */

.jimu-icon {
    display: inline-block;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-color: transparent;
}


/*a div button with a icon in its center*/

.jimu-icon-btn {
    float: left;
    min-width: 30px;
    min-height: 30px;
    border: 1px solid #999;
    position: relative;
    background-color: #ccc;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}

.jimu-icon-btn:hover {
    background-color: #f4f4f4;
}


/* css for SimpleTable dijit */

.jimu-simple-table .head-section {
    /*background-color: #518dca;*/
    background-color: #ccc;
}

.jimu-simple-table .simple-table-title {
    color: #ffffff;
    font-size: 14px;
}

.jimu-simple-table .simple-table-row:hover {
    /*background-color: #edf2f5;*/
    background-color: #eee;
    color: #7989a0;
}

.jimu-simple-table .simple-table-row.jimu-state-active {
    /*background-color: #e3ecf2;*/
    background-color: #ddd;
    color: #596679;
}


/***CSS for SimpleTable dijit***/

.jimu-simple-table {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 67px;
    position: relative;
}

.jimu-simple-table .simple-table-title {
    font-size: 14px;
}

.jimu-simple-table .head-section {
    width: 100%;
    height: 26px;
    overflow: hidden;
}

.jimu-simple-table.vertical-scroll .head-section&gt;.table-div {
    padding-right: 17px;
}

.jimu-rtl .jimu-simple-table.vertical-scroll .head-section&gt;.table-div {
    padding-right: 0;
    padding-left: 17px;
}

.jimu-simple-table .head-section .simple-table-thead th.simple-table-field .jimu-checkbox {
    position: relative;
    top: 10px;
    width: 100%;
    height: 24px;
    line-height: 16px;
}

.jimu-simple-table .head-section .simple-table-thead th.simple-table-field .jimu-checkbox&gt;.checkbox {
    margin-top: 0 !important;
}

.jimu-simple-table .head-section .simple-table-thead th.simple-table-field .jimu-checkbox&gt;.label {
    position: absolute;
    left: 17px;
    right: 0;
    top: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}

.jimu-rtl .jimu-simple-table .head-section .simple-table-thead th.simple-table-field .jimu-checkbox&gt;.label {
    position: absolute;
    left: 0;
    right: 17px;
    top: 0;
}

.jimu-simple-table .body-section .simple-table-tbody td.simple-table-cell&gt;.jimu-checkbox {
    position: relative;
    top: 4px;
}

.jimu-simple-table .head-section .simple-table-tbody {
    display: none;
}

.jimu-simple-table .body-section {
    position: absolute;
    top: 26px;
    /* bottom: 0; */
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    border-left: 1px solid #eef2f5;
    border-right: 1px solid #eef2f5;
    border-bottom: 1px solid #eef2f5;
    /*background-color: #fafafc;*/
    color: #7989a0;
}

.jimu-simple-table .body-section .table-div {
    margin: 0;
    min-height: 100%;
    background-image: url(../images/table_under_line.png);
    background-repeat: repeat;
}

.jimu-simple-table .body-section .simple-table-thead {
    display: none;
}

.jimu-simple-table .table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.jimu-simple-table .simple-table-field.hidden-column&gt;*,
.jimu-simple-table .simple-table-cell.hidden-column&gt;* {
    display: none;
}

.jimu-simple-table .simple-table-field {
    height: 26px;
    line-height: 26px;
}

.jimu-simple-table .simple-table-cell {
    height: 30px;
    line-height: 30px;
}

.jimu-simple-table .simple-table-field,
.jimu-simple-table .simple-table-cell {
    vertical-align: middle;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0;
    padding-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-width: 0;
}

.jimu-simple-table .simple-table-field&gt;*,
.jimu-simple-table .simple-table-cell&gt;* {
    text-overflow: ellipsis;
}

.jimu-simple-table .simple-table-cell&gt;* {
    overflow: hidden;
}

.jimu-simple-table .simple-table-row:last-child .simple-table-cell {
    border-bottom: 0;
}

.jimu-simple-table .simple-table-row .editable-div,
.jimu-simple-table .simple-table-row .normal-text-div {
    width: 100%;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jimu-simple-table .simple-table-row .editable-input {
    width: 100%;
}

.jimu-simple-table .simple-table-row&gt;.actions-td .action-item-parent {
    display: none;
    vertical-align: middle;
}

.jimu-simple-table .simple-table-row:hover&gt;.actions-td .action-item-parent {
    display: inline-block;
}

.jimu-simple-table .simple-table-row&gt;.actions-td .action-item {
    cursor: pointer;
}

.textbox {
    width: 250px;
}

.form-control {
    padding: 5px 0 5px 0;
    border-width: 0;
    box-shadow: none;
    font-size: 9pt;
}

#save-panel input[type="button"]:hover {
    background-color: #00598e;
    color: white;
}

.jimu-icon {
    margin-left: 5px;
    margin-right: 5px;
}

.jimu-icon-load {
    background-position: -0px -47px;
    width: 16px;
    height: 16px;
}

.jimu-icon-load.jimu-state-disabled {
    background-position: -63px -47px;
    width: 16px;
    height: 16px;
}

.jimu-icon-load.jimu-state-hover {
    background-position: -21px -47px;
    width: 16px;
    height: 16px;
}

.jimu-icon-load:hover {
    background-position: -21px -47px;
    width: 16px;
    height: 16px;
}

.jimu-icon-download {
    background-image: url("../images/download_icon.png");
    width: 15px;
    height: 16px;
}

.jimu-icon-download.jimu-state-disabled {
    background-image: url("../images/download_icon.png");
    width: 15px;
    height: 16px;
}

.jimu-icon-download.jimu-state-hover,
.jimu-icon-download:hover {
    background-image: url("../images/download_icon_hover.png");
    width: 15px;
    height: 16px;
}

.input-text {
    display: inline;
    color: silver;
}

.help-text {
    color: black;
}

a.link-btn:visited,
a.link-btn {
    padding: 10px;
    color: #518dca;
}

a.link-btn:hover {
    color: blue;
}

a.link-btn.jimu-state-disabled:visited,
a.link-btn.jimu-state-disabled:hover,
a.link-btn.jimu-state-disabled {
    padding: 10px;
    color: gray;
    pointer-events: none;
    text-decoration: none;
}

#load-file-panel {
    margin-top: 10px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}


/*a div button with a icon in its center*/

.jimu-icon-btn {
    float: left;
    min-width: 30px;
    min-height: 30px;
    border: 1px solid #999;
    position: relative;
    background-color: #ccc;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}

.jimu-icon-btn:hover {
    background-color: #f4f4f4;
}


/* a div with add icon and label */

.add-with-icon {
    display: inline-block;
    overflow: hidden;
    height: 24px;
    font-size: 13px;
    cursor: pointer;
}

.add-with-icon.jimu-state-disabled {
    cursor: default;
    color: #a0acbf;
}

.add-with-icon .jimu-icon-add {
    float: left;
    margin-top: 3px;
}

.jimu-rtl .add-with-icon .jimu-icon-add {
    float: right;
}

.add-with-icon .add-label {
    float: left;
    height: 100%;
    line-height: 24px;
    vertical-align: middle;
    margin-left: 7px;
    text-decoration: underline;
}

.jimu-rtl .add-with-icon .add-label {
    float: right;
    margin-left: 0;
    margin-right: 7px;
}


/*a styled button using div*/

.jimu-btn {
    cursor: pointer;
    min-width: 70px;
    /*min-width: 46px \0;
  min-width: 70px \9\0;*/
    display: inline-block;
    padding: 0 15px;
    line-height: 33px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jimu-btn {
    background-color: #485566;
    color: #ffffff;
}

.jimu-btn-vacation {
    border: 1px solid #485566;
    background-color: #fff;
    color: #485566;
}

.jimu-btn:hover {
    background-color: #596d87;
    color: #ffffff;
}

.jimu-btn-vacation:hover {
    background-color: #f4f4f4;
    color: #485566;
}

.jimu-btn:active {
    background-color: #485566;
    color: #ffffff;
}

.jimu-btn.jimu-state-disabled {
    background-color: #adadad;
    color: #d8d8d8;
}

.jimu-btn.jimu-priority-secondary {
    background-color: #f5f5f5;
    color: #636363;
    border: 1px solid #cbcbcb;
}

.jimu-btn.jimu-priority-secondary:hover {
    background-color: #ffffff;
    color: #636363;
    border: 1px solid #cbcbcb;
}

.jimu-btn.jimu-priority-secondary:active {
    background-color: #ebebeb;
    color: #636363;
    border: 1px solid #cbcbcb;
}

.jimu-btn.jimu-priority-secondary.jimu-state-disabled {
    background-color: #ffffff;
    color: #d0d0d0;
    border: 0;
}</pre></body></html>