1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321 |
- /****************************************************************
- ** IBM Confidential
- **
- ** OCO Source Materials
- **
- ** BI and PM: tm1web
- **
- ** (C) Copyright IBM Corp. 2007, 2009, 2011
- **
- ** The source code for this program is not published or otherwise
- ** divested of its trade secrets, irrespective of what has been
- ** deposited with the U.S. Copyright Office.
- *****************************************************************/
- .ButtonDisabled {
- filter:Alpha(opacity=20);
- opacity:0.2;
- }
- /*** used ***/
- .CubeViewMain /*** ***/ {
- padding-right: 0px;
- padding-left: 0px;
- padding-bottom: 0px;
- margin: 0px;
- padding-top: 0px;
- background-color: #FFFFFF;
-
- }
- /* Disable default selection in Firefox */
- table {
- -moz-user-select: none;
- }
- /*** used ***/
- .CVHeaderCell /*** bad0f1 ***/ {
- padding-right: 3px;
- padding-left: 3px;
- font-size: 8pt;
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- color: #333333;
- /* These are the header cells of the each column of data */
- background-color: #E7E5E5;
- border-right: 1px solid #E2E2E2;
- border-left-width: 0px;
- border-bottom: 1px solid #E2E2E2;
- border-top-width: 0px;
- margin: 0px;
- /*border:1px solid #A0A0A0;*/
- border:1px solid #CAD9F0;
-
- /* background: url(../cognosTheme/images/table/list_column_header.png) repeat-x top left; */
- }
- .CVColumnHeaderCell {
- text-align: center;
- padding-bottom: 2px;
- vertical-align: top;
- }
- /*** used ***/
- .CVHeaderCellNoPad /*** ***/ {
- padding-right: 0px;
- padding-left: 0px;
- font-size: 8pt;
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- color: #d8f4e8;
- /*background-color: #99aacc;*/
- /* CHANGE: Let us try setting the background color to 244, 247, 252*/
- background-color: #F4F7FC;
- border-right: none;
- margin: 0px;
- }
- /**This class is used to resolve border line disappearance issue in FF.******/
- .CollapseHeadTable{
- border-bottom-width:0px;
- border-right-width:0px;
- border-collapse:collapse;
- /*border-left: 1px solid #CAD9F0;
- border-top: 1px solid #CAD9F0;*/
- }
- .CollapseDataTable{
- border-bottom-width:0px;
- border-right-width:0px;
- border-collapse:collapse;
- border-left: solid 1px #F1EfE2;
- border-top: solid 1px #F1EfE2;
- }
- .CollapseDataTable TR{
- min-height:20px;
- height:20px;
- }
- .CollapseHeadTable TR{
- min-height:20px;
- height:20px;
- }
- .dimButtonsWithBackground,.dimButtonsWithBorder {
- margin: 0;
- }
- /*** used ***/
- .dimButtonsWithBackground /*** ***/ {
- /* CHANGE: Lets set the font color to black */
- /*color: rgb(254,235,138);*/
- color: Black;
- /* END OF CHANGE */
- padding-right: 4px;
- }
- /*** used ***/
- .TM1CubeViewTitlesArea /*** ***/ {
- color: orange;
- /* CHANGE - Boxboro look and feel improvement */
- /* background-color: #546EAB; */
- background-color: white;
- /* END OF CHANGE */
- border: 1px solid #284280;
- }
- /*** used ***/
- .dimButtonsWithBorder /*** ***/ {
- color: black;
- background-color: #DBECF0;
- }
- /*** used ***/
- /*.unselectedDataCell {
- background-color: WHITE;
- border-collapse: collapse;
- border: solid 1px #F1EfE2;
- }
- */
- .unselectedDataCell {
- background-color: WHITE;
- border-bottom: solid 1px #F1EfE2;
- border-right: solid 1px #F1EfE2;
- border-top-width: 0px;
- border-left-width: 0px;
-
- }
- /*** used ***/
- .selectedDataCell {
- border-left-color: #ece9d8;
- border-bottom-color: #ece9d8;
- border-top-color: #ece9d8;
- border-collapse: collapse;
- background-color: #F3C983;
- border-right-color: #ece9d8;
- }
- /*** used ***/
- .cell_active {
- border: 2px solid;
- border-top-color: #D2D0D0;
- border-left-color: #D2D0D0;
- border-right-color: #A7A6A6;
- border-bottom-color: #A7A6A6;
- }
- /*** used ***/
- .cell_changed {
- color: #329664;
- }
- /*** used ***/
- .DataCell {
- font-size: 8pt;
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- text-align: right;
- padding-right: 3px;
- padding-left: 3px;
- margin: 0px;
- /*border:1px solid #A0A0A0;*/
- border:1px solid #CAD9F0;
- overflow: hidden;
- }
- .TextCell {
- text-align: left;
- }
- /*** used ***/
- .cell_hold {
- background-image: url(../../images/cell_hold.gif);
- background-repeat: no-repeat;
- background-position: left bottom;
- }
- /*** used ***/
- .NoValuesMessage {
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- font-size: 10pt;
- text-align: center;
- color: Red;
- background-color: ghostwhite;
- font-weight: bold;
- }
- /*** used ***/
- .entry_field {
- position: absolute;
- visibility: hidden;
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- font-size: 8pt;
- font-weight: 400;
- }
- .entry_field_hidden
- {
- display:none;
- visibility:hidden;
- cursor: none;
- }
- /*** used ***/
- .entry_txtAreaField {
- position: absolute;
- visibility: hidden;
- font-family: Tahoma, arial, monospace;
- font-size: 8pt;
- font-weight: 400;
- }
- /*** used ***/
- .ChartMessage {
- font-size: large;
- color: orangered;
- font-family: Tahoma;
- text-align: center;
- }
- /*** used ***/
- .ViewDataArea {
- overflow: auto;
- }
- /*** used ***/
- .tbi_hide {
- visibility: hidden;
- }
- /*** used ***/
- .tbi_show {
- visibility: visible;
- }
- .tbi_hide,.tbi_show {
- position: absolute;
- top: 2px;
- }
- /***---------------------------------------------------------------------------------------------***/
- .subsetSelect {
- vertical-align: middle;
- margin-top: 3px;
- }
- .navigationPagerLabel, .pagerTextBox {
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- font-size: 8pt;
- vertical-align: middle;
- white-space:nowrap;
- }
- /*** used in CubeViewNavigationBar***/
- .pagerTextBox{
- width:30px;
- }
- /* Used in CubeViewColumnHeader and CubeViewRowHeader */
- .headerLabel {
- vertical-align: middle;
- margin-left: 1px;
- white-space: nowrap;
- }
- /* Used in CubeViewColumnHeader and CubeViewRowHeader */
- .ConsolidatedHeaderLabel {
- font-weight: bold;
- }
- /* Used in CubeViewColumnHeader and CubeViewRowHeader */
- .ActivePage {
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- font-size: 8pt;
- background-color: wheat;
- border-collapse: collapse;
- border-right: #cdb79e 1px dashed;
- border-top: #cdb79e 1px dashed;
- border-left: #cdb79e 1px dashed;
- border-bottom: #cdb79e 1px dashed;
- }
- .NewPageSelection {
- font-size: 8pt;
- border-right: #cdb79e 1px solid;
- border-top: #cdb79e 1px solid;
- border-left: #cdb79e 1px solid;
- border-bottom: #cdb79e 1px solid;
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- border-collapse: collapse;
- background-color: gold;
- }
- .OtherPages {
- border-right: #cdb79e 1px groove;
- border-top: #cdb79e 1px groove;
- font-size: 8pt;
- border-left: #cdb79e 1px groove;
- border-bottom: #cdb79e 1px groove;
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- border-collapse: collapse;
- background-color: snow;
- }
- .PageLayoutDesc {
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- font-size: 8pt;
- text-decoration: underline;
- }
- .ExportRowsDesc {
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- font-size: 8pt;
- font-weight: bold;
- }
- .ExportRowsOption {
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- border-collapse: collapse;
- font-size: 8pt;
- }
- .ExportLoopDimensionsOption {
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- font-size: 8pt;
- font-weight: bold;
- }
- .Cubeviwersplitter {
- position: absolute;
- background-color: Silver;
- border: 1px outset;
- z-index: 800;
- font-size: 1pt;
- height: 4px;
- width: 100%;
- cursor: row-resize;
- }
- a.ViewFilter:link {
- font-size: 8pt;
- /*color: #0000ff;*/ /* Removing blue color given to hyperlinks */
- color: Black;
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- }
- a.ViewFilter:active {
- font-size: 8pt;
- /* color: #ff0000;*/
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- }
- a.ViewFilter:hover {
- font-size: 8pt;
- /* color: #0000ff; */
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- }
- a.ViewFilter:visited {
- font-size: 8pt;
- /* color: #0000ff; */
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- }
- .CubeviewerFilterMain {
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- font-size: 8pt;
- }
- .exportProgress {
- font-size: 18pt;
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- text-align: center;
- }
- /* not used */
- .charttypemenu {
- position: absolute;
- top: 0px;
- left: 0px;
- padding-bottom: 0px;
- padding-top: 0px;
- padding-left: 0px;
- padding-right: 3px;
- background-color: white;
- border: "1 solid";
- border-top-color: "#EFEFEF";
- border-left-color: "#EFEFEF";
- border-right-color: "#505050";
- border-bottom-color: "#505050";
- z-index: 701;
- }
- .chartTypeSelected {
- background-color: #FFEEC2;
- cursor: pointer;
- }
- .chartmenubody {
- padding-left: 1px;
- padding-right: 1px;
- }
- .cellborder {
- border-right: gray 1px solid;
- border-top: gray 1px solid;
- border-left: gray 1px solid;
- border-bottom: gray 1px solid;
- border-collapse: collapse;
- }
- .wizardHeading {
- border-right: gray 0px solid;
- border-top: gray 0px solid;
- border-left: gray 0px solid;
- border-bottom: gray 0px solid;
- border-collapse: collapse;
- }
- .wizardTitles {
- border-right: #cccc00 2px solid;
- border-top: #cccc00 2px solid;
- font-weight: bold;
- font-size: 8pt;
- vertical-align: middle;
- border-left: #cccc00 2px solid;
- border-bottom: #cccc00 1px solid;
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- border-collapse: collapse;
- background-color: #ffff99;
- text-align: center;
- }
- .wizardTitlesPlaceHolder {
- border-right: #cccc00 2px solid;
- border-top: #cccc00 1px solid;
- vertical-align: middle;
- border-left: #cccc00 2px solid;
- border-bottom: #cccc00 2px solid;
- border-collapse: collapse;
- background-color: #ffffff;
- text-align: left;
- }
- .wizardColumns {
- text-align: center;
- vertical-align: middle;
- background-color: #99BBEE;
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- font-size: 8pt;
- font-weight: bold;
- border-right: #000099 2px solid;
- border-top: #000099 2px solid;
- border-left: #000099 2px solid;
- border-bottom: #000099 1px solid;
- border-collapse: collapse;
- }
- .wizardColumnsPlaceHolder {
- background-color: #FFFFFF;
- text-align: left;
- vertical-align: bottom;
- border-right: #000099 2px solid;
- border-top: #000099 1px solid;
- border-left: #000099 2px solid;
- border-bottom: #000099 2px solid;
- }
- .wizardRows {
- border-collapse: collapse;
- text-align: center;
- vertical-align: middle;
- background-color: #FFCC66;
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- font-size: 8pt;
- font-weight: bold;
- border-right: #FF9900 2px solid;
- border-top: #FF9900 2px solid;
- border-left: #FF9900 2px solid;
- border-bottom: #FF9900 1px solid;
- }
- .wizardRowsPlaceholder {
- background-color: #FFFFFF;
- text-align: right;
- vertical-align: top;
- border-right: #FF9900 2px solid;
- border-top: #FF9900 1px solid;
- border-left: #FF9900 2px solid;
- border-bottom: #FF9900 2px solid;
- }
- .wizardDataGrid {
- font-weight: bold;
- font-size: 10pt;
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- text-align: center;
- vertical-align: middle;
- background-color: #FFFFFF;
- }
- .wizardHidden {
- border-collapse: collapse;
- text-align: center;
- vertical-align: middle;
- background-color: #CCCCCC;
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- font-size: 8pt;
- font-weight: bold;
- border-right: #666666 2px solid;
- border-top: #666666 2px solid;
- border-left: #666666 2px solid;
- border-bottom: #666666 1px solid;
- }
- .wizardHiddenPlaceholder {
- background-color: #FFFFFF;
- text-align: left;
- vertical-align: top;
- border-right: #666666 2px solid;
- border-top: #666666 1px solid;
- border-left: #666666 2px solid;
- border-bottom: #666666 2px solid;
- }
- .wizardDimension {
- padding-left: 5px;
- padding-right: 3px;
- padding-top: 1px;
- padding-bottom: 1px;
- margin-left: 2px;
- margin-right: 2px;
- margin-top: 0px;
- margin-bottom: 2px;
- }
- .offPageTab {
- font-weight: bold;
- font-size: 9pt;
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- left: 0px;
- position: absolute;
- z-index: 9997;
- cursor: pointer;
- padding-left: 4px;
- }
- .offPageTab_hlt {
- font-weight: bold;
- font-size: 9pt;
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- left: 0px;
- position: absolute;
- z-index: 9997;
- cursor: pointer;
- padding-left: 4px;
- border: 2px solid black;
- }
- .HiddenDimsDiv {
- z-index: 9998;
- overflow: hidden;
- position: absolute;
- width: 100%;
- background-color: Gainsboro;
- }
- .wizardSubsetSelect {
- vertical-align: bottom;
- margin-top: 3px;
- cursor: pointer;
- }
- .cubeName {
- padding-left: 5px;
- font-weight: bold;
- }
- .AllDimsTableCubeCell {
- border-bottom-style: none;
- }
- .AllDimsTableInstructionCell {
- border-top-style: none;
- }
- .NoBorder {
- border-right: gray 0px solid;
- border-top: gray 0px solid;
- border-left: gray 0px solid;
- border-bottom: gray 0px solid;
- border-collapse: collapse;
- }
- .imgValign {
- vertical-align: middle;
- }
- .RowHeaderDropArea {
- overflow: hidden;
- color: Black;
- /*background: #F7F7FF;*/
- font-size: 8pt;
- }
- .ColumnHeaderDropArea {
- overflow: hidden;
- color: Black;
- /*background: #F7F7FF;*/
- font-size: 8pt;
- }
- .TitleHeaderDropArea {
- overflow: hidden;
- color: Black;
- /*background: #F7F7FF;*/
- font-size: 8pt;
- }
- .HiddenHeaderDropArea {
- overflow: hidden;
- color: Black;
- background: Gainsboro;
- font-size: 8pt;
- }
- .ColumnSeparator {
- overflow: hidden;
- color: Black;
- background: #FFFFFF url('../cognosTheme/images/contextfilters/back.png') repeat-x top left;
- font-size: 8pt;
- width: 6px;
- cursor: e-resize;
- margin: 0px;
- padding: 0px;
- }
- .ContextSeparator {
- overflow: hidden;
- color: Black;
- background: #FFFFFF url('../cognosTheme/images/contextfilters/back.png') repeat-x top left;
- font-size: 8pt;
- width: 6px;
- cursor: e-resize;
- margin: 0px;
- padding: 0px;
- }
- .DimensionBar {
- color: black;
- height: 62px;
- _height: 59px;
- width: 100%;
- background: #FFFFFF url('../cognosTheme/images/contextfilters/back.png') repeat-x top left;
- margin: 0px;
- padding: 0px;
- }
- .SwapPanel {
- background: White;
- }
- .DimensionButton {
- color: black;
- }
- .dimensionButtonPanel{
- position: relative;
- }
- .DimButtonDimText {
- color: #224363;
- font-size: 7pt;
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- margin-left: 5px;
- margin-right: 5px;
- }
- .DimButtonElementText {
- font-size: 8pt;
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- margin-left: 5px;
- margin-right: 5px;
- }
- .DimButtonText {
- white-space: nowrap;
- text-align: center;
- }
- /* Center of Context element that will contain text */
- .DimButtonTextTable {
- border: 0px;
- background: #FFFFFF url('../cognosTheme/images/contextfilters/textbak.png') repeat-x top left;
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- height: 100%;
- }
- .DimButtonTextTable_hlt {
- border: 2px solid #000000;
- height: 100%;
- }
- /* drop down button on right to click for popup dimensions */
- .DimButFillAndBorder {
- background: #FFFFFF url('../cognosTheme/images/contextfilters/buttonbak.png') repeat-x top left;
- border: 1px solid #CECBCE;
- white-space: nowrap;
- height: 30px;
- width: 10px;
- margin: 0px;
- padding: 0px;
- }
- .DimButImageHandle {
- vertical-align: top;
- background: url('../cognosTheme/images/contextfilters/drag_handle.gif') repeat-x top left;
- width: 7px;
- min-width: 7px;
- }
- .DimCaptionRow {
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- font-size: 8pt;
- color: #224363;
- /*height: 16px;*/
- }
- .DimButtonRow {
- height: 30px;
- }
- .DimBarPanel{
- height: 62px !important;
- padding: 0 !important;
- position:absolute;
- width: 100%;
- }
- .DimDropTable {
- margin-bottom: 5px;
- }
- .DimDropMenu {
- overflow: hidden;
- width: 12px;
- height: 30px;
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- font-size: 6pt;
- color: Black;
- text-align: center;
- vertical-align: middle;
- background-image: url(../../images/PMTM1TC/dp_chev.gif);
- background-repeat: no-repeat;
- }
- .DimDropMenu_title,
- .DimDropMenu_hidden,
- .DimDropMenu_rc
- {
- border: 1px solid transparent;
- margin: 0;
- display: block;
- }
- .DimDropMenu_hlt {
- border: 1px solid Black;
- }
- .DimDropMenuCnt {
- position: absolute;
- overflow: hidden;
- z-index: 9999;
- background-color: White;
- border: 2px solid Black;
- }
- .DimDropMenuCntImg {
- margin-right: 3px;
- background-image:url("../../images/PMTM1TC/dp_dimIcon.gif");
- }
- .DimDropMenuCntTxt {
- vertical-align: top;
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- font-size: 8pt;
- }
- .DimDropMenuCntRow_hlt {
- color: #B0B0F8;
- }
- .EmptyDimPanelCell {
- white-space: nowrap;
- }
- .EmptyDimPanelCell_hlt {
- white-space: nowrap;
- background-color: #C0C0C0;
- }
- .EmptyHeaderCell {
- border: 1px solid #C0C0C0;
- }
- .EmptyHeaderCell_hlt {
- border: 1px solid Black;
- }
- .DimBarInsertSensor {
- min-width: 10px;
- width: 10px;
- height: 30px;
- }
- .DimBarInsertSensor_hlt {
- min-width: 10px;
- width: 10px;
- height: 30px;
- background-image: url('../../images/PMTM1TC/pivot_button_insert.gif');
- }
- .Header_hlt {
- position: absolute;
- background-image: url('../../images/blank.gif');
- }
- .NubbinsDiv {
- width: 100%;
- height: 100%;
- }
- .NubbinsTable {
- width: 100%;
- height: 100%;
- border-collapse: collapse;
- }
- .NbbnEmtpy {
-
- }
- .NbbnLast {
-
- }
- .NbbnColumn {
- width: 10px;
- }
- .NbbnColumnB {
- background-image: url('../../images/PMTM1TC/nub_bg_c.gif');
- border-top: 1px solid #316AC5;
- }
- .NbbnColumnB_hlt {
- background: #316AC5;
- border-top: 1px solid #316AC5;
- }
- .NbbnRow {
- height: 10px;
- }
- .NbbnRowB {
- background-image: url('../../images/PMTM1TC/nub_bg_r.gif');
- border-left: 1px solid #316AC5;
- }
- .NbbnRowB_hlt {
- background: #316AC5;
- border-left: 1px solid #316AC5;
- }
- .NbbnCorner {
- height: 10px;
- width: 10px;
- }
- .NbbnCorner_r {
- background-image: url('../../images/PMTM1TC/nubC_r.gif');
- }
- .NbbnCorner_rs {
- background-image: url('../../images/PMTM1TC/nubC_rs.gif');
- }
- .NbbnCorner_c {
- background-image: url('../../images/PMTM1TC/nubC_c.gif');
- }
- .NbbnCorner_cs {
- background-image: url('../../images/PMTM1TC/nubC_cs.gif');
- }
- .NbbnCorner_rc {
- background-image: url('../../images/PMTM1TC/nubC_rc.gif');
- }
- .NbbnCorner_rsc {
- background-image: url('../../images/PMTM1TC/nubC_rsc.gif');
- }
- .NbbnCorner_rcs {
- background-image: url('../../images/PMTM1TC/nubC_rcs.gif');
- }
- .NbbnCorner_none {
-
- }
- /*** used ***/
- /* Moving cell_selected classes after readonly, so that readonly style is overridden when cell is selected */
- .cell_selected {
- border-collapse: separate;
- border: inset 2px black;
- background-color: #F7DBAD ! important;
- }
- .cell_selected_and_readonly {
- border: solid 1px black;
- }
- .cell_selected_within_block_rc {
- background-color: #F7DBAD ! important;
- color: #000000;
- }
- .cell_selected_column_header {
- background-color: #F7DBAD;
- }
- .cell_selected_row_header {
- background-color: #4898E0;
- /*color: White;*/
- }
- .picklistbtn {
- position: absolute;
- top: 0px;
- left: 0px;
- padding-bottom: 0px;
- padding-top: 3px;
- padding-left: 0px;
- padding-right: 3px;
- background-color: CCCCCC;
- z-index: 701;
- BACKGROUND-IMAGE: url(../../images/downArrow1.gif);
- BACKGROUND-REPEAT: no-repeat;
- background-position: center center;
- }
- .listmenu {
- font-family: tahoma, arial, monospace;
- font-size: 8pt;
- font-weight: normal;
- background-color: #ffffff;
- }
- .listmenu_sel {
- background-color: rgb(196, 217, 231);
- }
- .picklisttab {
- background-color: #ffffff;
- border: gray 1px solid;
- position: absolute;
- }
- .picklistdiv {
- overflow: auto;
- background-color: #ffffff;
- position: relative;
- padding-bottom: 0px;
- padding-top: 0px;
- padding-left: 0px;
- padding-right: 0px;
- z-index: 701;
- }
- /***Sandbox dropdownlist ***/
- .ddl {
- position: absolute;
- top: 0px;
- }
- .collapse {
- border-collapse: collapse;
- }
- .navCell {
- text-align: center;
- vertical-align: middle;
- overflow: hidden;
- }
- .labelDisabled {
- color: #A0A0A0;
- }
- .absMiddle {
- text-align: center;
- vertical-align: middle;
- }
- .underline {
- text-decoration: underline;
- }
- .noWrap {
- white-space: nowrap;
- }
- .pageNumberCell {
- text-align: right;
- vertical-align: middle;
- overflow: hidden;
- width:125px;
- }
- .activeButtonTab {
- height: 25px;
- width: 16px;
- border-collapse: collapse;
- }
- .activeButtonCell {
- overflow: hidden;
- height: 25px;
- width: 16px;
- text-align: left;
- vertical-align: middle;
- }
- .horizontalPager {
- width: 20px;
- }
- .horizontalNavCell {
- height: 25px;
- }
- .horizontalEmptyCell {
- overflow: hidden;
- }
- .hiddenTab {
- padding-bottom: 6px;
- }
- .width100 {
- width: 100%;
- }
- .verticalNavigationHeight {
- height: 25px;
- }
- .horizontalNavigationWidth {
- width: 20px;
- }
- .fullScreen {
- width: 100%;
- height: 100%;
- }
- .full{
- width: 100%;
- height: 100%;
- }
- html,body {
- width: 100%;
- height: 100%;
- overflow: hidden;
- padding: 0px 0px 0px 0px;
- margin: 0px 0px 0px 0xp;
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- }
- .CVColumnHeaderCell div {
- white-space: nowrap;
- }
- .TM1SpliterPane {
- border-width: 0px !important;
- padding: 0px !important;
- overflow: hidden !important;
- }
- .DimDropMenuCell
- {
- min-width: 12px;
- width:12px;
- }
- .TM1Button
- {
- margin-right:5px;
- }
- .TM1Button .dijitButtonNode
- {
- width:80px;
- }
- .centerAlign
- {
- text-align:center;
- }
- .saveDialog
- {
- width:440px;
- height:180px;
- font-size: 10px;
- }
- .plusMinusIcon
- {
- width:14px;
- height:9px;
- cursor:pointer;
- }
- .headerIndicator
- {
- width:16px;
- height:16px;
- vertical-align: bottom;
- }
- .noscroll
- {
- overflow: hidden;
- position: relative;
- }
- .cubeViewGrid
- {
- position: absolute;;
- }
- .PageGridWidthDimBarPanel{
-
- top:62px;
- left:0px;
- right:0px;
- bottom:0px;
- position:absolute;
- }
- .PageGridWidthWithoutDimBarPanel{
-
- top:0px;
- left:0px;
- right:0px;
- bottom:0px;
- position:absolute;
- }
- .PageGridPanel{
-
- }
- .OLAPPanelWithNavigationBar{
- top:0px;
- left:0px;
- right:20px;
- bottom:20px;
- position:absolute;
- }
- .navigationHorizontal{
- bottom:20px;
- right:0px;
- top:0px;
- width:20px;
- position:absolute;
- background-color: #F4F7FC;
- }
- .navigationVertical{
- left:0px;
- right:20px;
- bottom:0px;
- height:20px;
- position:absolute;
- text-align: right;
- vertical-align: top;
- background-color: #F4F7FC;
- }
- .exportStatus{
- float: left;
- padding-left:10px;
- }
- .claro .exportDiv{
- background-color: #F4F7FC;
- bottom: 0px;
- height: 20px;
- left: 0px;
- position: absolute;
- z-index:10000;
- right: 0px;
- vertical-align: top;
- padding:6px;
- }
- .activPagesButton{
- position: absolute;
- right: 0px;
- bottom: 0px;
- width:20px;
- height:20px;
- background-color: #F4F7FC;
- }
- .verticalNavigationTable{
- display: inline-block;
- }
- .metricAverageTraffic
- {
- background-image: url('../../images/metrics/icon_average_traffic.gif');
- background-repeat: no-repeat;
- background-position: center;
- }
- .metricExcellentTraffic
- {
- background-image: url('../../images/metrics/icon_excellent_traffic.gif');
- background-repeat: no-repeat;
- background-position: center;
- }
- .metricPoorTraffic
- {
- background-image: url('../../images/metrics/icon_poor_traffic.gif');
- background-repeat: no-repeat;
- background-position: center;
- }
- .metricTrendUp
- {
- background-image: url('../../images/metrics/icon_metric_trend_up.gif');
- background-repeat: no-repeat;
- background-position: center;
- }
- .metricTrendDown
- {
- background-image: url('../../images/metrics/icon_metric_trend_down.gif');
- background-repeat: no-repeat;
- background-position: center;
- }
- .metricTrendEven
- {
- background-image: url('../../images/metrics/icon_metric_trend_even.gif');
- background-repeat: no-repeat;
- background-position: center;
- }
- .metricStatusInvalid
- {
- background-image: url('../../images/metrics/icon_metrics_not_live.gif');
- background-repeat: no-repeat;
- background-position: center;
- }
- .metric_cellReadonly
- {
- }
- .CubeDataGrid
- {
- table-layout: fixed;
- }
- .dijitBorderContainer .dijitSplitter.cubeViewerChartSplitter
- {
- background-color: threedface;
- border-style: solid;
- border-width: 1px;
- border-color: threedhighlight threedshadow threedshadow threedhighlight;
- background-image: none;
- height: 3px;
- }
- .dijitBorderContainer .cubeViewerChartSplitter .dijitSplitterThumb
- {
- display: none;
- }
- .dimensionDropMenuItemIcon
- {
- background-image: url("../../images/PMTM1TC/dp_dimIcon.gif");
- }
- .DimDropMenu_title .dijitButtonNode,
- .DimDropMenu_rc .dijitButtonNode,
- .DimDropMenu_hidden .dijitButtonNode
- {
- display: block;
- margin: 0;
- padding: 0 !important;
- height: 100%;
- width: 100%;
- background: none !important;
- border: none !important;
- }
- .DimDropMenu_title .dijitButtonNode .dijitDownArrowButton,
- .DimDropMenu_rc .dijitButtonNode .dijitDownArrowButton,
- .DimDropMenu_hidden .dijitButtonNode .dijitDownArrowButton
- {
- display: none;
- }
- .hiddenDimensionCountContainer
- {
- display: block;
- padding-top: 12px;
- }
|