123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- DIV.clsAuthoringPopup
- {
- background-color: var(--ui-01);
- box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
- border: 1px solid var(--ui-03);
- }
- .clsFlyoutHeader
- {
- display: flex;
- flex-shrink: 0;
- justify-content: flex-start;
- align-items: center;
- height: 40px;
- color: var(--text-02);
- }
- .clsFlyoutHeader svg
- {
- width: 20px;
- height: 20px;
- padding: 0 3px 0 3px;
- cursor: pointer;
- vertical-align: middle;
- fill: var(--text-02);
- }
- #_012
- {
- display: flex;
- flex-direction: column;
- height: 100%;
- min-height: 400px;
- min-width: 220px;
- overflow: hidden;
- }
- #_nb,
- #_nb > table,
- #_nb .clsVizDataSet
- {
- height: 100%;
- }
- ._jf2
- {
- width: 220px;
- }
- #_nb .clsVizDataSet,
- #_nb .clsVizChartItem
- {
- width: 215px;
- }
- #_nb .clsVizDataSetHeader,
- #_nb .clsVizDataSet,
- #_nb .clsVizChartItem
- {
- padding: 0 !important;
- margin: 0 !important;
- }
- #_nb .clsVizField span
- {
- display:block;
- padding:0 !important;
- white-space: normal !important;
- text-align: center;
- }
- #_c7 svg,
- #_x2
- {
- width: 36px;
- height: 36px;
- }
- #_012_Recommendations_NavLink svg:hover,
- #_3r:hover
- {
- fill: var(--primary2);
- }
- ._05 div.clsTemplateTheme_normal,
- ._05 div.clsTemplateTheme_selected,
- ._05 div.clsTemplateTheme_hover
- {
- margin: 0 !important;
- white-space: normal !important;
- padding: 10px !important;
- }
- ._05 span
- {
- margin: 0 !important;
- padding: 0 !important;
- font-size: 11px;
- width: 0;
- }
- ._05:not(:empty),
- .clsFlyoutHeader
- {
- border-bottom: 1px solid var(--ui-03);
- }
- ._jf2:last-child ._05
- {
- border-bottom: none;
- }
- ._pl,
- ._w2
- {
- width: 40px;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- ._jf2,
- #_nb
- {
- display: flex;
- flex-direction: column;
- overflow-y: auto;
- }
- ._jf2
- {
- flex-shrink: 0;
- }
- ._jf2:last-child
- {
- flex-shrink: 1;
- height: 100%;
- }
- ._05
- {
- overflow-y:auto;
- -ms-overflow-style: -ms-autohiding-scrollbar;
- }
- ._yq
- {
- transform: rotate(180deg);
- }
- #_lx2 img,
- #_lx2 svg
- {
- width: 48px !important;
- height: 48px !important;
- }
- #_c57 img,
- #_c57 svg
- {
- width: 40px !important;
- height: 40px !important;
- }
- .clsDlgExplTitle
- {
- font-size: var(--BODY-S);
- font-weight: bold;
- }
- .clsDlgExpl
- {
- white-space: normal !important;
- margin: auto;
- }
|