UNPKG

syn-insight-client

Version:

Generic Frontend Component for Insight Client project.

1,246 lines (1,244 loc) 28 kB
@charset "UTF-8"; /* Slider */ .slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; } .slick-track:before, .slick-track:after { content: ""; display: table; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { float: left; height: 100%; min-height: 1px; display: none; } [dir="rtl"] .slick-slide { float: right; } .slick-slide img { display: block; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden { display: none; } .slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0px; font-size: 0px; cursor: pointer; background: transparent; color: transparent; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0; border: none; outline: none; } .slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus { outline: none; background: transparent; color: transparent; } .slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before { opacity: 1; } .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; } .slick-prev:before, .slick-next:before { font-family: 'FontAwesome'; font-size: 20px; line-height: 1; color: black; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .slick-prev { left: -25px; } [dir='rtl'] .slick-prev { left: auto; right: -25px; } .slick-prev:before { content: '\f104'; } [dir='rtl'] .slick-prev:before { content: '\f105'; } .slick-next { right: -25px; } [dir='rtl'] .slick-next { left: -25px; right: auto; } .slick-next:before { content: '\f105'; } [dir='rtl'] .slick-next:before { content: '\f104'; } .slick-slider { text-align: center; margin-bottom: 24px; } .slick-slider .slick-slide .slide-label-value { color: #262626; font-size: 25px; font-weight: bold; } .slick-slider .slick-slide .slide-label-title { color: #8c8c8c; font-size: 13px; font-weight: normal; } .steps-content { margin-top: 16px; border: 1px dashed #e9e9e9; border-radius: 6px; background-color: #fafafa; min-height: 330px; text-align: center; padding: 10px; } .steps-action { margin-top: 24px; } .centralized-content-container { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; } .top { position: relative; width: 100%; overflow: hidden; } .topMargin::after { margin-bottom: 12px; } .topHasMargin { margin-bottom: 20px; } .metaWrap { float: left; } .meta { height: 22px; line-height: 22px; } .action { position: absolute; top: 4px; right: 0; line-height: 1; cursor: pointer; } .title-config-table { margin: 0 16px; line-height: 42px; } .label-config-table i { color: #979696; font-style: normal; } .clear-config-table { display: flex; align-items: center; justify-content: flex-end; margin-right: 13px; margin-top: 10px; margin-bottom: 10px; } .pivot-table-page { flex: 1; } .ins-pivot-table-page { display: contents; } .ins-pivot-table-page > div:first-of-type { height: 100%; background-color: #f0f2f5; } .ins-pivot-table-page .ins-pivot-table { display: flex; } .ins-pivot-table-page .ins-pivot-table .ins-pivot-table-header { display: flex; justify-content: space-between; } .ins-pivot-table-page .ins-pivot-table .ins-pivot-table-header button { margin-left: 12px; } .ins-pivot-table-page .ins-pivot-table .ant-card { flex: 1; display: flex; flex-direction: column; position: absolute; overflow: auto; top: 0; bottom: 0; left: 12px; right: 12px; } .ins-pivot-table-page .ins-pivot-table .ant-card .ant-card-body { justify-content: center; align-items: center; overflow: auto; overflow-y: hidden; height: 100%; flex-direction: column; flex-grow: 1; padding: 0; } .ins-pivot-table-page .ins-pivot-table .ant-card .ant-card-body .table-empty { display: flex; width: 100%; height: 100%; padding: 20px 20px 40px; } .ins-pivot-table-page .ins-pivot-table .ant-card .ant-card-body .table-empty .ant-empty { margin: 40px 60px; } .ins-pivot-table-page .ins-pivot-table .ant-card .ant-card-body .table-empty ul { margin: auto; border: 1px solid #f0f0f0; border-radius: 4px; } .ins-pivot-table-page .ins-pivot-table .ant-card .ant-card-body .table-empty ul li:hover { background: aliceblue; } .ins-pivot-table-page .ins-pivot-table #config-table { display: flex; align-items: center; justify-items: center; position: absolute; right: 22px; top: 10px; z-index: 1; } .ins-pivot-table-page .ins-pivot-table #config-table .history-button button { border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-left-radius: 2px; border-bottom-left-radius: 2px; } .ins-pivot-table-page .ins-pivot-table #config-table .history-button button:first-child { padding: 6px; } .ins-pivot-table-page .ins-pivot-table #config-table .config-button { border-top-left-radius: 0; border-bottom-left-radius: 0; } .ins-pivot-table-page .ins-pivot-table-config .ins-pivot-table-config-header button { margin-right: 10px; } .ins-pivot-table-page .ins-pivot-table-config .ins-pivot-table-card { flex: 1 1 0%; position: absolute; overflow: overlay; top: 0px; bottom: 0px; left: 12px; right: 0px; display: flex; flex-direction: column; } .ins-pivot-table-page .ins-pivot-table-config .ins-pivot-table-card .ant-card-body { overflow: auto; height: 100%; display: flex; flex-direction: column; flex-grow: 1; margin-top: 1px; } .ins-pivot-table-page .ins-pivot-table-config .ins-pivot-table-card .ant-card-body .ins-pivot-table-config-titles { font-size: 14px; } .ins-pivot-table-page .ins-pivot-table-config .ins-pivot-table-card .ant-card-body .ins-pivot-table-config-titles i { margin-left: 4px; } .ins-pivot-table-page .ins-pivot-table-config .ins-pivot-table-card .ant-card-body .ins-pivot-table-config-panels { height: calc(100% - 60px); margin-bottom: 12px; min-height: 410px; } .ins-pivot-table-page .ins-pivot-table-config .ins-pivot-table-card .ant-card-body .ins-pivot-table-config-panels .box { margin: 8px 0; height: 100%; } .ins-pivot-table-page .ins-pivot-table-config .ins-pivot-table-card .ant-card-body .ins-pivot-table-config-panels .box .border { border: 1px solid #d9d9d9; border-radius: 4px; height: 100%; overflow-y: auto; display: flex; flex-direction: column; } .ins-pivot-table-page .ins-pivot-table-config .ins-pivot-table-card .ant-card-body .ins-pivot-table-config-panels .box .border table { width: 100%; margin-top: 1px; height: 98%; } .ins-pivot-table-page .ins-pivot-table-config .ins-pivot-table-card .ant-card-body .ins-pivot-table-config-panels > .ant-col { display: flex; flex-direction: column; height: 100%; min-height: 410px; } .ins-pivot-table-page .ins-pivot-table-config .ins-pivot-table-card .ant-card-body .ins-pivot-table-config-panels .dimensions .box { height: 33%; } .ins-pivot-table-page .ins-pivot-table-config .ins-pivot-table-card .ant-card-body .ins-pivot-table-config-panels .dimensions .box > span { height: 22px; display: block; } .ins-pivot-table-page .ins-pivot-table-config .ins-pivot-table-card .ant-card-body .ins-pivot-table-config-panels .dimensions .box > span i { margin-right: 4px; } .ins-pivot-table-page .ins-pivot-table-config .ins-pivot-table-card .ant-card-body .ins-pivot-table-config-panels .dimensions .box .border { height: calc(100% - 22px); } .pvt-ui { color: black; border-collapse: collapse; overflow: scroll; width: 100%; height: 100%; } .pvt-ui select { user-select: none; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; } table.pvt-table { font-size: 12px; text-align: left; border-collapse: collapse; } table.pvt-table thead tr th, table.pvt-table tbody tr th { background-color: #fafafa; border: 1px solid #e8e8e8; font-size: 14px; padding: 5px; } .pvt-row-label { font-weight: normal; } .pvt-axis-label { font-weight: bold; } .pvt-total-label { font-weight: bold; } table.pvt-table .pvt-col-label { text-align: center; } table.pvt-table .pvt-total-label { text-align: right; font-size: 14px; } table.pvt-table tbody tr td { padding: 5px; background-color: #fff; border: 1px solid #e8e8e8; vertical-align: middle; text-align: right; } .pvt-total, .pvt-grand-total { font-weight: bold; font-size: 14px; } .pvt-row-order { cursor: pointer; width: 15px; margin-left: 5px; display: inline-block; user-select: none; text-decoration: none !important; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; } .pvt-vals { background: #fff; min-width: 20px; min-height: 20px; } .pvt-dropdown { display: inline-block; position: relative; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; margin: 3px; } .pvt-dropdown-icon { float: right; } .pvt-dropdown-value.pvt-dropdown-current.pvt-dropdown-current-open .pvt-dropdown-icon::before { float: right; font-family: FontAwesome; content: '\f107'; color: rgba(0, 0, 0, 0.25); transform: rotate(180deg); font-size: 18px; visibility: visible; transition: transform 0.3s, -webkit-transform 0.3s; -webkit-transition: -webkit-transform 0.3s; transition: -webkit-transform 0.3s; } .pvt-dropdown-current { text-align: left; border: 1px solid #e8e8e8; border-radius: 4px; display: inline-block; position: relative; width: 210px; box-sizing: border-box; background: white; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); } .pvt-dropdown-current:hover { border-color: #1890ff !important; background-color: #ffffff !important; cursor: pointer; } .pvt-dropdown-menu { background: white; position: absolute; width: 100%; margin-top: 2px; border: 1px solid #e8e8e8; border-top: 1px solid #e8e8e8; box-sizing: border-box; -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); border-radius: 4px; font-size: 14px; } .pvt-dropdown-value { padding: 0px 10px; font-size: 14px; text-align: left; height: 30px; line-height: 30px; } .pvt-dropdown-value { cursor: pointer; } .pvt-dropdown-value:hover { background: #e6f7ff; border-color: #a2b1c6; } .pvt-dropdown-active-value { background: #e6f7ff; font-weight: bold !important; } .pvt-vals { text-align: center; white-space: nowrap; vertical-align: top; padding-bottom: 7px; } .pvt-val td { text-align: center !important; } .pvt-rows { height: 35px; } .pvt-axis-container { background: #fff; min-width: 20px; min-height: 20px; padding: 4px; } .pvt-axis-container.pvt-unused li span.pvt-attr { -webkit-text-size-adjust: 100%; border: none !important; white-space: nowrap; padding-left: 8px; user-select: none; font-size: 12px; height: 24px; display: block; line-height: 24px; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; } .pvt-axis-container.pvt-unused li span.pvt-attr span.pvt-more { display: none; } .pvt-axis-container.pvt-vert-list { height: 100px; } .pvt-axis-container li { margin-bottom: 4px; list-style-type: none; cursor: move; border-radius: 2px; width: 100%; } .pvt-axis-container li:hover { background: #ebf5ff; border-radius: 4px; } .pvt-axis-container li.pvt-placeholder { border: 1px solid #717171; height: 1px !important; padding: 0 !important; } .pvt-axis-container li.pvt-placeholder span.pvt-attr { display: none !important; } .pvt-axis-container li span.pvt-attr { -webkit-text-size-adjust: 100%; white-space: nowrap; user-select: none; font-size: 12px; height: 24px; width: 100%; display: block; line-height: 24px; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; } .pvt-axis-container li span.pvt-attr span.pvt-more { padding: 5px 6px; text-align: center; border-top-right-radius: 2px; border-bottom-right-radius: 2px; } .pvt-axis-container li span.pvt-attr span.pvt-more:hover { background: rgba(184, 217, 249, 0.4); cursor: pointer; } .pvt-vert-list { vertical-align: top; } .sortable-chosen .pvt-filter-box { display: none !important; } .pvt-filter-box { background-color: #fff; user-select: none; font-size: 14px; margin-bottom: -24px; } .pvt-filter-box .ant-input-search { margin-top: 8px; } .pvt-filter-box .ant-radio-group { width: 100%; } .pvt-filter-box > .ant-checkbox-wrapper { background: #dffbfe; margin-top: 8px; border-radius: 4px; display: block; margin-left: 0; min-height: 30px; padding: 10px 0 10px 15px; } .pvt-filter-box .pvt-check-radio-container { overflow-y: scroll; width: 100%; max-height: 30vh; padding: 8px 0; } .pvt-filter-box .pvt-check-radio-container .ant-checkbox-wrapper, .pvt-filter-box .pvt-check-radio-container .ant-radio-wrapper { display: block; margin-left: 0; min-height: 30px; padding: 10px 0 10px 15px; border-bottom: 1px solid #e8e8e8; } .pvt-filter-box .pvt-check-radio-container .ant-checkbox-wrapper:last-child, .pvt-filter-box .pvt-check-radio-container .ant-radio-wrapper:last-child { border-bottom: none; } .BaseTable { box-shadow: 0 2px 4px 0 #eeeeee; background-color: #ffffff; position: relative; box-sizing: border-box; font-size: 13px; } .BaseTable--disabled { opacity: 0.7; pointer-events: none; } .BaseTable--dynamic .BaseTable__row { overflow: hidden; align-items: stretch; } .BaseTable:not(.BaseTable--dynamic) .BaseTable__row-cell-text, .BaseTable .BaseTable__row--frozen .BaseTable__row-cell-text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .BaseTable__table { background-color: #ffffff; position: absolute; top: 0; display: flex; flex-direction: column-reverse; } .BaseTable__table-main { outline: 1px solid #eeeeee; left: 0; } .BaseTable__table-main .BaseTable__header { background-color: #f8f8f8; } .BaseTable__table-frozen-left .BaseTable__header, .BaseTable__table-frozen-left .BaseTable__body, .BaseTable__table-frozen-right .BaseTable__header, .BaseTable__table-frozen-right .BaseTable__body { overflow: hidden !important; } .BaseTable__table-frozen-left { box-shadow: 2px 0 4px 0 #eeeeee; top: 0; left: 0; } .BaseTable__table-frozen-left .BaseTable__header-cell:first-child, .BaseTable__table-frozen-left .BaseTable__row-cell:first-child { padding-left: 15px; } .BaseTable__table-frozen-left .BaseTable__header-row, .BaseTable__table-frozen-left .BaseTable__row { padding-right: 0 !important; } .BaseTable__table-frozen-left .BaseTable__body { overflow-y: auto !important; } .BaseTable__table-frozen-right { box-shadow: -2px 0 4px 0 #eeeeee; top: 0; right: 0; } .BaseTable__table-frozen-right .BaseTable__header-cell:last-child, .BaseTable__table-frozen-right .BaseTable__row-cell:last-child { padding-right: 15px; } .BaseTable__table-frozen-right .BaseTable__header-row, .BaseTable__table-frozen-right .BaseTable__row { padding-left: 0 !important; } .BaseTable__table-frozen-right .BaseTable__body { overflow-y: auto !important; } .BaseTable__header { overflow: hidden !important; } .BaseTable .BaseTable__header, .BaseTable .BaseTable__body { outline: none; } .BaseTable__header-row { display: flex; align-items: center; box-sizing: border-box; } .BaseTable__row { display: flex; align-items: center; border: 1px solid #eeeeee; box-sizing: border-box; } .BaseTable__header-row { background-color: #f8f8f8; font-weight: 700; } .BaseTable__row { background-color: #ffffff; } .BaseTable__row:hover, .BaseTable__row--hovered { background-color: #f8f8f8; } .BaseTable__row-expanded { border-bottom: 1px solid #eeeeee; } .BaseTable__header-cell, .BaseTable__row-cell { min-width: 0; height: 100%; display: flex; align-items: center; box-sizing: border-box; padding: 5px; border-left: 1px solid #eeeeee; border-right: 1px solid #eeeeee; } .BaseTable__header-cell--align-center, .BaseTable__row-cell--align-center { justify-content: center; text-align: center; } .BaseTable__header-cell--align-right, .BaseTable__row-cell--align-right { justify-content: flex-end; text-align: right; } .BaseTable__header-cell { position: relative; cursor: default; } .BaseTable__header-cell:hover .BaseTable__column-resizer { visibility: visible; opacity: 0.5; } .BaseTable__header-cell:hover .BaseTable__column-resizer:hover { opacity: 1; } .BaseTable__header-cell .BaseTable__sort-indicator { display: none; } .BaseTable__header-cell--sortable:hover { background-color: #f3f3f3; cursor: pointer; } .BaseTable__header-cell--sortable:not(.BaseTable__header-cell--sorting):hover .BaseTable__sort-indicator { display: block; color: #f3f3f3; } .BaseTable__header-cell--sorting .BaseTable__sort-indicator, .BaseTable__header-cell--sorting:hover .BaseTable__sort-indicator { display: block; } .BaseTable__header-cell--resizing .BaseTable__column-resizer { visibility: visible; opacity: 1; } .BaseTable__header-cell--resizing .BaseTable__column-resizer::after { position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden; content: ''; left: -9999px; } .BaseTable__header-cell-text { overflow: hidden; text-overflow: ellipsis; white-space: normal; } .BaseTable__header-row--resizing .BaseTable__header-cell { background-color: transparent; cursor: col-resize; } .BaseTable__header-row--resizing .BaseTable__header-cell:not(.BaseTable__header-cell--sorting) .BaseTable__sort-indicator { display: none; } .BaseTable__header-row--resizing .BaseTable__header-cell:not(.BaseTable__header-cell--resizing) .BaseTable__column-resizer { visibility: hidden; } .BaseTable__column-resizer { width: 3px; visibility: hidden; background-color: #cccccc; } .BaseTable__column-resizer:hover { visibility: visible; opacity: 1; } .BaseTable__footer { position: absolute; left: 0; right: 0; bottom: 0; overflow: hidden; background-color: #ffffff; } .BaseTable__resizing-line { cursor: col-resize; position: absolute; top: 0; background-color: #cccccc; width: 3px; transform: translateX(-100%); } .BaseTable__empty-layer { position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden; background-color: #ffffff; } .BaseTable__overlay { position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden; pointer-events: none; } .BaseTable__overlay > * { pointer-events: auto; } .PivotTable__header-cell { padding: 5px; height: 100%; border: 1px solid #eeeeee; } .info-card-text { font-size: 14px; color: #000000; } .simple-info-card-text { font-size: 14px; margin-bottom: 16px; } .simple-info-card-text .info-card-text { line-height: 24px; font-size: 14px; color: black; } .simple-total-container { text-align: left; margin-left: 0; margin-bottom: 0; margin-top: 0px; font-size: 32px; line-height: 22px; } .simple-total-container > .simple-total-container-value { color: black; } @media (max-width: 1024px) { .totalContainer { font-size: 16px; } .info-card-text { font-size: 12px; } } .ant-result-title { color: #000000 !important; } .rowCard { padding-top: 24; } .titleGenerateCard { font-size: 16px; color: #000000; line-height: 32px; } .cardGenerate { padding: 16px 24px; } .dateRefesh { font-size: 14px; } .generateButtom { float: right; } .cancelButtom { margin-right: 0px; } .tooltipAtt .ant-tooltip-inner { min-width: 268px; } .ant-descriptions-row .ant-descriptions-item .ant-descriptions-item-content { color: #595959; } .ant-descriptions-row .ant-descriptions-item .ant-descriptions-item-content::first-letter { text-transform: uppercase; } .ant-descriptions-row .ant-descriptions-item .ant-descriptions-item-label { color: black; } .center-loading { position: absolute; top: 50%; left: 50%; transform: translate(50%, 50%); } /**********************************************************/ /*********************** ESTILO RF003 *********************/ /********************* Serviços Tomados *********************/ /**********************************************************/ .rf003 { margin-bottom: 55px; } .rf003 .ant-list-item-meta-description { color: #000000; font-size: 14px; line-height: 24px; } .rf003 div .ant-list.ant-list-split { min-width: 290px; } .rf003 div .ant-list.ant-list-split div .item-list-value { margin-right: 10px; color: black; } .rf003 div .ant-list.ant-list-split li { border-bottom: 0px; padding: 0px; margin-bottom: 6px; } .rf003 div .ant-list.ant-list-split li div.ant-list-item-meta-avatar .ant-avatar { background-color: rgba(255, 255, 255, 0); color: #000; } .rf003 div .ant-list.ant-list-split li:nth-child(-n + 3) div .ant-list-item-meta-avatar .ant-avatar { background-color: #5ebb92; color: white; } .rf003 .ant-list-item:hover { background-color: rgba(94, 187, 147, 0.2); border-radius: 10px; padding-right: -20px; cursor: pointer; } .rf003 .selected-county { background: rgba(94, 187, 147, 0.281); border-radius: 10px; } /**********************************************************/ /*********************** ESTILO RF004 *********************/ /**********************************************************/ .rf004 { margin-bottom: 55px; } .rf004 div .ant-list.ant-list-split { min-width: 290px; } .rf004 div .ant-list.ant-list-split div .item-list-value { margin-right: 10px; color: black; } .rf004 div .ant-list.ant-list-split li { border-bottom: 0px; padding: 0px; margin-bottom: 6px; } .rf004 .total-card { max-height: 103px; min-height: 103px; } .rf004 .col-list-margin { margin-top: 12px; } .rf004 .chart-county { min-height: 338px; margin-top: -29px; } .rf004 .avatar-black { background-color: rgba(255, 255, 255, 0); color: #000000; } .rf004 .avatar-retido { background-color: #5ebb92; } .rf004 .avatar-devido { background-color: #0992f8; } .rf004 .chart-ranking { height: 360px; margin-top: -20px; } .rf004 .ant-list-item-meta-description { color: #000000; font-size: 14px; line-height: 24px; } .rf004 .ant-list-item:hover { background-color: rgba(94, 187, 147, 0.2); border-radius: 10px; padding-right: -20px; cursor: pointer; } .rf004 .retido .ant-list-item:hover { background-color: rgba(94, 187, 147, 0.2); } .rf004 .devido .ant-list-item:hover { background-color: rgba(9, 146, 248, 0.2); } .rf004 .list-item-retido { border-bottom: 0px; padding: 0px; margin-bottom: 8px; background: rgba(94, 187, 147, 0.2); border-radius: 10px; } .rf004 .list-item-devido { border-bottom: 0px; padding: 0px; margin-bottom: 8px; background: rgba(9, 146, 248, 0.2); border-radius: 10px; } .rf004 .list-item-default { border-bottom: 0px; padding: 0px; margin-bottom: 8px; border-radius: 10px; } .rf004 .simple-total-container { font-size: 22px; } .ins-painel-footer { position: fixed; right: 0; bottom: 0; z-index: 9; width: 100%; height: 56px; padding: 0 24px; line-height: 56px; background: #fff; border-top: 1px solid #e8e8e8; box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.03); } .ins-painel-footer::after { display: block; clear: both; content: ''; } .ins-painel-footer .left { float: left; } .ins-painel-footer .right { float: right; } .ins-painel-footer button + button { margin-left: 8px; } .ins-dataset-input-parameters.outside-main { border-top: 1px solid #d9d9d9; } .ins-dataset-input-parameters > .ant-collapse { margin-bottom: 24px; } .ins-dataset-input-parameters > .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow { align-self: center; } .ins-dataset-input-parameters > .ant-collapse .ant-collapse-content-box { padding-left: 24px; padding-right: 24px; } .ins-dataset-input-parameters .ant-calendar-picker { margin-bottom: 0 !important; } .ins-dataset-input-parameters .ant-picker { width: 100%; } .ins-dataset-input-parameters .ant-advanced-search-form .ant-form-item { margin-bottom: 16px !important; } .ins-dataset-input-parameters .ant-form-item-children .ant-form-item-control { margin-bottom: 16px !important; } .ins-dataset-input-parameters .row-parameters .ant-col { margin-bottom: -10px; margin-top: -2px; } .ins-dataset-input-parameters .action-buttons { display: flex; flex-direction: row; justify-content: flex-end; } .ins-dataset-input-parameters .action-buttons .ant-btn-primary { margin-top: 2px; margin-right: 10px; } .ins-dataset-input-parameters .update-status { opacity: 0.5; } .ins-dataset-input-parameters-menu .text-red { color: #d3472c; } .ins-dataset-input-parameters-menu .info-generation-dataset { cursor: default; } .ins-exec-select { height: 32px; } .ins-exec-multi-select { min-height: 32px; min-width: 300px; } /* Para o funcionamento da pivot Table*/ .ant-layout-content { display: flex !important; flex-direction: column !important; position: relative; } .ins-report-table-visualization-menu { width: 200px; max-height: 300px; min-height: 200px; border: 1px solid #e8e8e8; background-color: #fff; padding: 10px; box-sizing: border-box; box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); border-radius: 2px; overflow-x: hidden; overflow-x: auto; } .ins-report-table-visualization-menu .ant-divider { margin: 8px 0; } .ins-client-button-group { margin-top: 20px; } .ins-client-button-group button:not(:first-child) { margin-left: 8px; } .ins-client-button-group .button-col { display: flex; flex-direction: row; } .ins-report-drawer-descriptions .ant-descriptions-item { vertical-align: baseline; } .ins-report-drawer-descriptions .ant-descriptions-item > span { display: block; } .ins-report-drawer-descriptions .ant-descriptions-item .ant-descriptions-item-label { font-weight: 600; } .ins-report-download-button { margin-left: 8px; } .ins-report-title-divider { position: relative; font-size: 14px; color: #000000; display: block; padding: 0px 0px 8px; margin: 0px 0px 0px; } .ins-report-title-divider::before { content: ''; position: absolute; height: 1px; width: 100%; top: 40%; transform: translateY(10%); left: 0; background: black; margin-bottom: 12px; opacity: 0.2; } .ins-report-title-divider span { position: relative; background: white; padding-right: 10px; color: black; } .ins-report-slider-section { margin-top: 20px; } .ins-pivot-table-page .ins-pivot-table-card { flex: 1; position: relative; margin-bottom: 0 !important; }