.ag-theme-alpine, .ag-theme-alpine-dark { width: 100%; height: 100%; font-size: 13px !important; --ag-cell-horizontal-padding: 8px; } .ag-cell { font-size: 13px !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; padding: 0 8px !important; display: flex !important; align-items: center !important; } .ag-row { transition: none !important; } .ag-cell.ag-cell-wrap-text { white-space: pre-line !important; overflow: hidden !important; text-overflow: ellipsis !important; line-height: 1.3 !important; padding-top: 2px !important; padding-bottom: 2px !important; } .ag-header-cell { padding-left: 8px !important; padding-right: 8px !important; } .ag-header-cell-text { font-size: 13px !important; } .ag-cell.blue_font { color: rgb(0,0,150) !important; } .ag-cell.orange_font { color: rgb(181,112,49) !important; } .ag-cell.grey_font { color: rgb(190,190,190) !important; } .ag-cell.green_font { color: rgb(0,150,0) !important; } .ag-cell.red_font { color: rgb(150,0,0) !important; } .ag-cell.palegreen_font { color: rgb(147,173,149) !important; } .ag-cell.bold { font-weight: bold !important; } .ag-cell.bold_rightAlign { font-weight: bold !important; text-align: right !important; } .ag-row.blue_font { color: rgb(0,0,150) !important; } .ag-row.orange_font { color: rgb(181,112,49) !important; } .ag-row.grey_font { color: rgb(190,190,190) !important; } .ag-row.green_font { color: rgb(0,150,0) !important; } .ag-row.red_font { color: rgb(150,0,0) !important; } .ag-row.palegreen_font { color: rgb(147,173,149) !important; } .ag-row.privateclient_font { color: rgb(71,170,171) !important; } .ag-row.breakRow { background-color: #f0f0f0 !important; border-top: 2px solid #999 !important; } .ag-row.summary { font-weight: bold !important; background-color: #f5f5f5 !important; } .ag-row.summary_redfont { font-weight: bold !important; color: rgb(150,0,0) !important; background-color: #f5f5f5 !important; } .ag-row.siblingSelected { background-color: #e6f7ff !important; } .ag-row.siblingNonSelected { opacity: 0.6; } .blue-row { background-color: #e6f7ff !important; } @media (prefers-color-scheme: dark) { .ag-cell.blue_font { color: rgb(100,140,255) !important; } .ag-cell.orange_font { color: rgb(230,160,80) !important; } .ag-cell.grey_font { color: rgb(140,140,140) !important; } .ag-cell.green_font { color: rgb(80,200,80) !important; } .ag-cell.red_font { color: rgb(255,100,100) !important; } .ag-cell.palegreen_font { color: rgb(170,210,175) !important; } .ag-row.blue_font { color: rgb(100,140,255) !important; } .ag-row.orange_font { color: rgb(230,160,80) !important; } .ag-row.grey_font { color: rgb(140,140,140) !important; } .ag-row.green_font { color: rgb(80,200,80) !important; } .ag-row.red_font { color: rgb(255,100,100) !important; } .ag-row.palegreen_font { color: rgb(170,210,175) !important; } .ag-row.privateclient_font { color: rgb(100,210,211) !important; } .ag-row.breakRow { background-color: #2a2a2a !important; border-top-color: #666 !important; } .ag-row.summary { background-color: #2a2a2a !important; } .ag-row.summary_redfont { color: rgb(255,100,100) !important; background-color: #2a2a2a !important; } .ag-row.siblingSelected { background-color: #1a3a4a !important; } .blue-row { background-color: #1a3a4a !important; } }