132 lines
2.7 KiB
CSS
132 lines
2.7 KiB
CSS
.matrix-mis-output {
|
|
min-height: 100vh;
|
|
margin: 0;
|
|
padding: 12px;
|
|
background: #cfdeea;
|
|
color: #24313d;
|
|
font-family: Arial, sans-serif;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.matrix-mis-output form {
|
|
width: 100%;
|
|
max-width: 1600px;
|
|
margin: 0 auto;
|
|
padding: 12px;
|
|
overflow: auto;
|
|
border: 1px solid #b8c8d5;
|
|
border-radius: 6px;
|
|
background: #f4f8fb;
|
|
box-shadow: 0 3px 12px rgba(39, 62, 81, .1);
|
|
}
|
|
|
|
.matrix-mis-output form > table {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
background: #fff;
|
|
}
|
|
|
|
.matrix-mis-output .groupheader {
|
|
padding: 7px 8px;
|
|
border-color: #91a7b9;
|
|
background: #d8e5ef;
|
|
color: #243746;
|
|
font-size: 14px;
|
|
letter-spacing: 0;
|
|
}
|
|
|
|
.matrix-mis-output .detailheader,
|
|
.matrix-mis-output .detailheaderbox,
|
|
.matrix-mis-output .gdetailheaderbox {
|
|
padding: 6px 7px;
|
|
border: 1px solid #bdcad5;
|
|
background: #e5edf3;
|
|
color: #2b3b48;
|
|
font-size: 11px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.matrix-mis-output .detail,
|
|
.matrix-mis-output .detailbox,
|
|
.matrix-mis-output .detailbox-11pt,
|
|
.matrix-mis-output .groupcols {
|
|
padding: 5px 7px;
|
|
border: 1px solid #d5dfe7;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.matrix-mis-output tr:nth-child(even) > .detailbox,
|
|
.matrix-mis-output tr:nth-child(even) > .detail,
|
|
.matrix-mis-output tr:nth-child(even) > .groupcols {
|
|
background: #f3f7fa;
|
|
}
|
|
|
|
.matrix-mis-output .subtotal,
|
|
.matrix-mis-output .subtotalbox,
|
|
.matrix-mis-output .groupcolssub {
|
|
padding: 6px 7px;
|
|
border: 1px solid #b8c7d3;
|
|
background: #eaf1f6;
|
|
font-size: 11px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.matrix-mis-output .gtotalbox {
|
|
padding: 7px;
|
|
border: 1px solid #94aabd;
|
|
background: #d9e7f1;
|
|
font-size: 12px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.matrix-wfh-monitor .matrix-tool-workspace__content {
|
|
width: calc(100% - 24px) !important;
|
|
max-width: 1400px !important;
|
|
padding: 10px;
|
|
background: #f4f8fb;
|
|
}
|
|
|
|
.matrix-wfh-monitor .flexigrid {
|
|
border: 1px solid #b9c9d6;
|
|
border-radius: 5px;
|
|
background: #fff;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.matrix-wfh-monitor .flexigrid .hDiv,
|
|
.matrix-wfh-monitor .flexigrid .hDivBox {
|
|
background: #dfe9f1;
|
|
}
|
|
|
|
.matrix-wfh-monitor .flexigrid .hDiv th {
|
|
color: #2b3b48;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.matrix-wfh-monitor .flexigrid .bDiv {
|
|
height: min(68vh, 680px) !important;
|
|
background: #f8fafc;
|
|
}
|
|
|
|
.matrix-wfh-monitor .flexigrid .bDiv tr:nth-child(even) {
|
|
background: #eef4f8;
|
|
}
|
|
|
|
.matrix-wfh-monitor .flexigrid .bDiv tr:hover {
|
|
background: #dceaf5;
|
|
}
|
|
|
|
@media print {
|
|
.matrix-mis-output {
|
|
padding: 0;
|
|
background: #fff;
|
|
}
|
|
|
|
.matrix-mis-output form {
|
|
max-width: none;
|
|
padding: 0;
|
|
border: 0;
|
|
box-shadow: none;
|
|
}
|
|
}
|