Colors in Gantt chart

First of all, is there a 'general' description of the colors used for tasks in the graphic view in cProjects
(eg. orange = date constraint, blue = no constraint, red = critical path, red background = ?).
Secondly, where can they be changed?
Thank you in advance,
Pj

Hi,
The colors in the Gantt chart can be changed for MPMON functionaliy in cProjects.
For example, the background color has been set in the classCL_DPR_UI_LOG_GANTT in the method GANTT_PARAMETERS
in the following line :
rs_gantt_para-backcolor_type    = 'White'.
In order to change colors of bars etc., it can be done in the typerepository.xml file.
The path for the repository file can be found in the same class where the value of the variable rs_gantt_para-typerepository_href is being set.
Regards,
Dolly
Edited by: Dolly Kansal on Jun 15, 2011 11:15 AM

Similar Messages

  • Transfer Gantt Chart View color's automatically to Team Planner View

    Hi there.  My project has 7 different resources with various Resource Names ending characters.  I've automatically color coded the bars on my Gantt Chart based on resource allocation by using Flags 1-7, Custom Fields, and the formula IIf(Left([Resource
    Names],3)="xxx",Yes,No).  I then change the format of each bar style to the color I desire.  
    I am looking for a way to automatically transfer the colors I have assigned the tasks in my Gantt Chart to the Team Planner view.  I don't believe there is a simple way to do this but would appreciate any help aside from manually formatting each of
    the tasks in Team Planner view.
    Thanks for the help!
    -Joe

    jbarrazotto --
    Alas, there is no way to do what you want with the Team Planner view.  This is because there is no dialog similar to the Bar Styles dialog where you can control the formatting.  Basically, the Team Planner view has definitions for Manually Scheduled
    tasks, Auto Scheduled tasks, Actual Work on tasks, External Tasks, and Late Tasks.  Using the corresponding buttons in the Styles section of the Format ribbon with the Team Planner Tools applied, you can control the fill color and the border color for
    every bar of one of those types.  But there is no way to add other buttons to the ribbon to control the Gantt-like bars that are shown in the Team Planner view.  So, what you want to do with the Team Planner view is not possible.  Sorry. 
    Hope this helps.
    Dale A. Howard [MVP]

  • Gantt chart- How to change the color of time bars of different versions

    Hi All,
    My Client wants to see all changes in planning schedule. I made different versions of these changes but he also want to see all these changes in gantt chart and in different colors. I tried to change the color in planning board assistant but in this screen (CJ27/ CJ2B). we cannot view all versions together. And if I use CN41, there I cannot change the colors of time bars.
    Secondly, we can change colors of times bars of basic dates, forecast dates and actual dates but there is no provision to change the colors of schedule bars of different project versions. Kindly reply-
    1. How to see all project versions in CJ27 or How to customise bar chart in cn41 or if we change in SPRO, then how to change graphic profile in project info profile
    2. How to change colors of different time bars of different versions.
    3. How to mention these legends (meaning of each color in chart) at footer of gantt chart (in print outs)
    Please Help.
    Thanks & Regards
    Dinesh Chauhan

    Thanks,
    actually I've created new project planning board profile where planning board assistant is customized but unable to use this profile in CN41. we can change PS info profile in CN41 and that;s why I thought that planning board profile may be assigned somewhere in PS info profile so that changes in planning board assistant will be applied in CN41 through PS info profile. Graphic profile is too complex to understand and not sure if it will help to get colored time bars of projct versions in gantt chart. Still not clear.
    Secondly not able to see all versions (snap shots) in gantt chart with different colors of time bars.
    I mean planning board screen can be customized but we cannt see different versions here which are possible in CN41, but we cannt customize the gantt chart (time bars) in CN41. Pls help.
    Thx & Regards
    Dinesh Chauhan

  • Coloring gantt chart activities per activity custom field

    hi, I created a new outline code called 'Discipline'.
    it has the following values:
    - Integration
    - Verification
    I would like to color all activities in the Gantt chart that have the code 'Integration'  in one color and all the 'Verification' activities in a different color.
    how do I do that?
    thanks,
    Yuval

    You can refer to this article it covers similiar concept :
    http://epmxperts.wordpress.com/2012/05/24/colored-task-bars-based-on-tasks-nature-and-show-progress-of-delayed-tasks-in-gantt-chart/
    Sapna Shukla

  • How to show a Milestone in a Gantt Chart?

    Hi All,
    I have made a Gantt Chart and want to show a milestone for a particular date.
    I am trying the following code in my BSP Page and I can see the text i.e (Test) in the UI but can not see the milestone icon.
    <i><phtmlb:ganttChartActivity row       = "5"
                                         startDate = "20070604"
                                         endDate   = "20070604"
                                         text        = "Test"
                                         color     = "BLACK"                                    
                                         type      = "MILESTONE"
                                         shading   = "SOLID"
                                         textInsideActivity = "false" /></i>
    Can anyone please help me.
    <b>Regards,</b>
    Abhinav

    Hi Patrick,
    I have gone through the thread and the note provided in the thread, It is useful.
    But for some reason even after following everything properly the Milestone symbol does not appear in my ganttChart but the text which I have provided for the Milestone appears on my ganttChart.
    I have even gone through "ganttChartSample.htm" in BSP Application
    "bspext_phtmlb" and followed the same thing still the milestone symbol does not apear at all.
    Regards,
    Abhinav

  • APEX 4.0.2 Project Gantt Chart - Error Code: 2002 Message: Empty input

    Hi
    I have created a brand new page containing a Project Gantt Chart region. The Gantt chart is designed to track the progress of a job over time. The page has one chart series containing the following SQL.
    SELECT null LINK,
    stage NAME,
    rownum ID,
    null PARENT_ID,
    trunc(start_date) ACTUAL_START,
    trunc(completion_date) ACTUAL_END,
    decode(completion_date, null, 0, 100) PROGRESS
    FROM tracking
    WHERE job_reference = '889343'
    This SQL statement returns values from SQL Developer and from the SQL Workshop > SQL Commands from within APEX itself.
    The problem is that when I run the page the following error displays inside the region
    Category: 2000
    Error code: 2002
    Message: Empty input
    Environment Information
    Application Express 4.0.2.00.07. - Clean installation not upgraded from APEX 3
    Using Firefox 3.6.15
    Issue identical in IE
    DB version - Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    I'm really stuck so I hope someone can help me out. I really would appreciate it.
    Thanks
    Kylie

    Debug mode doesn't appear to have picked anything up that looks out of the ordinary to me or raises any alarm bells.
    This is the XML with a reduced number of records returned.
    <anygantt>

    <settings>

    <title align="Center" position="Top">
    <text>Resources Gantt</text>

    <font_style>
    <font face="Tahoma" size="2" color="0x000000"/>
    </font_style>
    </title>
    <outer_margin left="0" top="0" right="0" bottom="0"/>

    <background>
    <fill type="Solid" color="0xffffff" opacity="0"/>
    <border enabled="false"/>
    <corners type="Square"/>
    </background>
    <navigation enabled="true"/>

    <locale>

    <date_time_format week_starts_from_monday="True">

    <months>

    <names>
    January,February,March,April,May,June,July,August,September,October,November,December
    </names>
    <short_names>Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec</short_names>
    </months>

    <week_days>

    <names>
    Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday
    </names>
    <short_names>Sun,Mon,Tue,Wed,Thu,Fri,Sat</short_names>
    </week_days>

    <format>
    <full>%yyyy.%MM.%dd.%HH.%mm.%ss</full>
    <date>%yyyy.%MM.%dd</date>
    <time>%HH.%mm.%ss</time>
    </format>
    </date_time_format>
    </locale>
    </settings>

    <datagrid enabled="true">

    <columns>

    <column width="40" cell_align="Center">

    <header>
    <text>ID</text>
    </header>
    <format>{%ID}</format>
    </column>

    <column attribute_name="Name" width="180" cell_align="Center">

    <header>
    <text>Name</text>
    </header>
    <format>{%Name}</format>
    </column>

    <column attribute_name="ActualStart" width="80" cell_align="Center">

    <header>
    <text>Start Date</text>
    </header>
    <format>{%ActualStart}{dateTimeFormat:%dd-%MMM-%yyyy}</format>
    </column>

    <column attribute_name="ActualEnd" width="80" cell_align="Center">

    <header>
    <text>End Date</text>
    </header>
    <format>{%ActualEnd}{dateTimeFormat:%dd-%MMM-%yyyy}</format>
    </column>
    </columns>
    </datagrid>

    <timeline>
    <plot line_height="30" item_height="15" item_padding="5"/>
    </timeline>

    <styles>

    <period_styles>

    <period_style name="defaultStyle">

    <tooltip enabled="true">

    <text>
    Task: {%Name}
    Start Date: {%ActualStart}{dateTimeFormat:%dd-%MMM-%yyyy}
    End Date: {%ActualEnd}{dateTimeFormat:%dd-%MMM-%yyyy}
    Complete: {%Complete}%
    </text>
    <font color="Black"/>
    </tooltip>

    <bar_style>

    <middle shape="Full">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x1D8BD1"/>
    <border enabled="true" type="Solid" color="Black"/>
    </middle>

    <states>

    <hover>

    <middle>
    <border enabled="true" type="Solid" color="Red"/>
    </middle>
    </hover>
    </states>

    <start>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x1D8BD1"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </start>

    <end>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x1D8BD1"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </end>
    </bar_style>
    </period_style>
    </period_styles>

    <task_styles>

    <task_style name="defaultStyle">

    <tooltip enabled="true">

    <text>
    Task: {%Name}
    Start Date: {%ActualStart}{dateTimeFormat:%dd-%MMM-%yyyy}
    End Date: {%ActualEnd}{dateTimeFormat:%dd-%MMM-%yyyy}
    Complete: {%Complete}%
    </text>
    <font color="Black"/>
    </tooltip>

    <row_datagrid>

    <tooltip enabled="true">

    <text>
    Task: {%Name}
    Start Date: {%ActualStart}{dateTimeFormat:%dd-%MMM-%yyyy}
    End Date: {%ActualEnd}{dateTimeFormat:%dd-%MMM-%yyyy}
    Complete: {%Complete}%
    </text>
    <font color="Black"/>
    </tooltip>
    </row_datagrid>

    <actual>

    <bar_style>

    <middle shape="Full">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x1D8BD1"/>
    <border enabled="true" type="Solid" color="Black"/>
    </middle>

    <states>

    <hover>

    <middle>
    <border enabled="true" type="Solid" color="Red"/>
    </middle>
    </hover>
    </states>

    <start>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x1D8BD1"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </start>

    <end>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x1D8BD1"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </end>
    </bar_style>
    </actual>

    <progress>

    <bar_style>

    <middle shape="Full">
    <fill enabled="true" type="Solid" opacity="0.8" color="0xF1683C"/>
    <border enabled="true" type="Solid" color="Black"/>
    </middle>

    <start>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0xF1683C"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </start>

    <end>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0xF1683C"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </end>
    </bar_style>
    </progress>

    <baseline>

    <bar_style>

    <middle shape="Full">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x2AD62A"/>
    <border enabled="true" type="Solid" color="Black"/>
    </middle>

    <start>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x2AD62A"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </start>

    <end>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x2AD62A"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </end>
    </bar_style>
    </baseline>
    </task_style>
    </task_styles>

    <resource_styles>

    <resource_style>

    <row_datagrid>

    <tooltip enabled="true">

    <text>
    Task: {%Name}
    Start Date: {%ActualStart}{dateTimeFormat:%dd-%MMM-%yyyy}
    End Date: {%ActualEnd}{dateTimeFormat:%dd-%MMM-%yyyy}
    Complete: {%Complete}%
    </text>
    <font color="Black"/>
    </tooltip>
    </row_datagrid>
    </resource_style>
    </resource_styles>

    <defaults>

    <task>

    <task_style>

    <row_datagrid>

    <tooltip enabled="true">

    <text>
    Task: {%Name}
    Start Date: {%ActualStart}{dateTimeFormat:%dd-%MMM-%yyyy}
    End Date: {%ActualEnd}{dateTimeFormat:%dd-%MMM-%yyyy}
    Complete: {%Complete}%
    </text>
    <font color="Black"/>
    </tooltip>
    </row_datagrid>
    </task_style>
    </task>
    </defaults>
    </styles>

    <project_chart>

    <tasks>
    <task id="1" parent="" name="STAGE1" actual_start="2010.08.11 12.08.00" actual_end="" progress="0" style="defaultStyle"/>
    <task id="2" parent="" name="STAGE2" actual_start="" actual_end="" progress="0" style="defaultStyle"/>
    <task id="3" parent="" name="STAGE3" actual_start="2010.07.27 12.07.00" actual_end="2010.08.06 12.08.00" progress="100" style="defaultStyle"/>
    <task id="4" parent="" name="STAGE4" actual_start="" actual_end="" progress="0" style="defaultStyle"/>
    <task id="5" parent="" name="STAGE5" actual_start="" actual_end="" progress="0" style="defaultStyle"/>
    </tasks>
    </project_chart>
    </anygantt>
    Thank you for your assistance.
    Regards
    Kylie

  • Gantt Chart in P6 Analytics - OBIEE

    If you search the web, Oracle KB etc. you may find that Gantt Charts are not supported currently in Analytics. There is however a way to create a basic gantt in OBIEE.
    Step 1: Create a new analysis using the 'Activity' Subject Area.
    Step 2: In the Criteria tab, add the following columns:
    > Project Name (Project/General)
    > Year Name; Or Month Name, depending on your preferred starting timescale.
    > Total Float (Activity/Durations)
    > # of Projects (Fact - Primavera - Activity)
    Step 3: Edit Formula of Total FLoat as AVG("Durations - (Activity)"."Total Float") so that the float rolls up from activity level to the project level.
    Step 4: Create conditional formats on the '# of Projects' field (Column Properties/Conditional Format)
    >Con Format 1 - Add Format when '# of Projects' is NOT NULL, then use background color as GREEN.
    >Con Format 2 - Add Format when 'AVG(Total Float) is LESS THAN 0.00, then use background color as RED.
    Step 5: Now view results.
    Step 6: Create Pivot Table View.
    Step 7: Edit the Pivot Table view.
    Step 8: Move the fields into the Pivot parts as follows:
    >Rows: 'Project Name'
    >Columns: 'Year Name; Month Name' whichever you picked.
    >Measures: '# of Projects'
    >Excluded: 'AVG(Total Float)
    Step 9: Click Done at the top of the page to conclude the compound edit complete.
    Step 10: Brag that you created a Gantt in P6 Analytics; maybe even remove the '# of Projects' numbers by changing the format, or look at using '# of Activities' in it's place.

    Cautionary Note+:
    '# of Projects' in the Presentation and Logical Layers of the RPD take values from the W_Activity_Spread_F ---> 'count(distinct Fact_W_ACTIVITY_SPREAD_F_Activity_Spread.PROJECT_WID)' in the Physical tables. This means it takes counts from data like All Dates; Baseline Data; Units; Durations etc.
    The only issue with this is that all values in a project's date calculations are included. If you have Programme Managers imposing stupid 'Must Finish By' dates earlier than the 'Scheduled Finish' for example, you will notice that you OBI Gantt doesn't look like you P6 Gantt as there will be 'Project Counts' earlier than your P6 Gantts. In this example it will be because the 'Late Remaining Start' dates will be before the 'Project Planned Start' dates. It happens.

  • Traffic light in Gantt chart and Colour change in the same.

    Dear All,
    I have designed an interactive ALV report and put a button in the output to display Gantt Chart. The Gantt chart is displaying fine after pressing the button based on the output.
    I have two questions as below.
    1) Is it possible to diplay Traffic light in Gantt chart output from an interactive report. Please provide the code as well as process.
    2) How to change the colour of the fields like date or time field of the Gantt chart output from an interactive report. Please provide the code as well as process.
    Shyamal.
    ABAP.

    Hi friend,
    For displaying trafic lights there is a simple options in the layout
    under exceptions there are few fields,
    lights_fieldname type slis_fieldname,
    lights_tabname type slis_tabname,
    lights_rollname like dfies-rollname,
    lights_condense(1) type c.
    First two fields will server the purpose if you need extra manipulation can go for other two also.
    And for changing color in the fields there is an option called emphasize(4) in fieldcatlog which will do your purpose.
    I think you know your requirement and code better so its better to adapt this in your logic the using our logic which will make you confuse.
    if you want to highlight a particular cell in the ALV go for this codes in Wiki.
    If you still need any help please revert back to me i will help you.
    Thanks,
    Sri Hari

  • Gantt chart in cProjects and XML definition

    Hi,
    I am making some changes to the XML file passed to the graphic in WebDynpro ABAP - Gantt chart (in cProjects module).
    I would like to achieve a result that some bars are drawn with a pattern, for example with lines.
    I am using the Node definition in file Typerepository_Badi_cpr.xml.
    I have a set of definitions:
    <shape>
        <fill Color type="SAP.Color.GanttBar.Metal" />
    </shape>
    Where can I find definition of available colors, or how to achieve the result with pattern on a bar?
    thank you!

    There is no date set  'Forecast' in the cProject as it in the ERP PS.
    In the User-settings in the cProject application you can determine which dates should be showed in the GANTT. A dynamisic swith like ERP PS is not possible.
    As far as I remember, there is a note, which describes how to set color in GANTT. If you donot find it, please let me known.
    Kind regards,
    Zhenbo

  • Timescale at the bottom of Gantt Chart

    Hi,
    In the old P3 application, we were able to put timescale at the bottom of Bars area, how can we do it with new P6.

    Sharyar ,
    As far as I know that is not possible in the current version of P6.
    But, you can have a timescale located on the bottom of your screen if:
    Option #1: Set up either a "Resource profile or Activity profile" on the bottom section of your screen. I use them regularly and they easily print out displaying the timescale on the bottom of my layouts. But that's not the same as viewing a gantt chart :(
    Option #2: If you do not need the timescale to be seen is to change the format of the timescale's shade & text color to "white".
    Option #3: Maybe try to build a new report that displays a time phased look with weeks, months or years displayed on the top of each page.
    Option #4: (least recommended) Take a screen shot of your schedule and modify the location of your timescale using a type of graphics software.
    Hope this helps,

  • Customizing existing gantt chart view in project server 2013

    Hi,
    I want to customize existing gantt chart view in PWA to allow text labelling on task/milestone names,numberic dispaly of percentage complete,scroll to date functionality.
    Please let me know how can this be done?
    Regards,
    Sufiyan

    Hi Shaik Sufiyan,
    If you know a little java scripting skill, you can definitely do this. You can use IE developer tools to grab the appropriate js file which controls the font.
    Task color can be controlled from server settings -> Manage gantt view.
    Vikram Daruru - MSFT

  • Help with a Gantt chart view (Project Tasks) - Tasks and chart misaligned vertically

    I have created a Gantt chart for a task list and on some computers (all on I.E. 9), the chart is misaligned with the table on the left.  The "row height" of the bars on the chart is less than the height of the rows in the table, so about 10-15
    tasks down the lists things become very misaligned, and by the bottom of the page, the table goes 2-3 complete rows past the bottom of the chart.  How can I correct this?
    On a similar note, is there a way to color code the bars or anything to make it easier to associate them with a task/assigned to/etc?

    This is a rendering error on IE, try changing your zoom level on the browser.

  • Ho to resolve gantt chart rendering issue as webpart

    When I am showing gantt chart view as webpart, it is not rendering properly (same in IE) and for few instance it is correcting after few days(but not all sites).
    Please help us to understand.
    Regards Sudip Misra [email protected] +1-412-237-5435 Pittsburgh, PA

    1. Download the css below.
    2. Rename the file as “.css” extension
    3. Now upload this file to the team site assets library 
    4. Now navigate to the page were the web part is inserted
    5. Click on site action and edit page
    6. Let’s click on insert and add web part 
    7. Select Script editor web part from Media and content  
    8. In the Script editor web part Past the code <LINK REL=StyleSheet HREF="https://domainname.sharepoint.com/SiteAssets/myjgrid.css" TYPE="text/css" >
    9. In the highlighted section past the URL of the File added to site assets library
    a. Open the site assets library 
    b. Right click on the file myjgrid.css
    c. Select copy shortcut ( IE browser) 
    10. Now save the changes made on the page.
    /* _lcid="1033" _version="16.0.2930"
    _LocalBinding */
    .jsgrid-control-text
    padding-left:4px;
    .jsgrid-control-text-rtl
    padding-right:4px;
    input[type=text].jsgrid-control-editbox,.jsgrid-control-editbox
    border:0px;
    padding:2px 4px 2px 4px;
    overflow:hidden;
    z-index:1;
    input[type=text].jsgrid-control-editbox::-ms-clear
    display:none;
    textarea.jsgrid-control-multiline,.jsgrid-control-rte
    border-width:0px;
    /* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
    .jsgrid-widget-dock
    /* [ReplaceColor(themeColor:"ButtonBorder")] */ border:1px solid #ababab;
    /* [ReplaceColor(themeColor:"ButtonBackground",opacity:"1.0")] */ background-color:#fdfdfd;
    height:20px;
    cursor:pointer;
    z-index:1;
    .jsgrid-widget-dock-hover
    /* [ReplaceColor(themeColor:"ButtonHoverBorder")] */ border-color:#92c0e0;
    /* [ReplaceColor(themeColor:"ButtonHoverBackground",opacity:"1.0")] */ background-color:#e6f2fa;
    .jsgrid-widget-dock-pressed
    /* [ReplaceColor(themeColor:"ButtonPressedBorder")] */ border-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"ButtonPressedBackground",opacity:"1.0")] */ background-color:#92b7d1;
    .jsgrid-widget-cell
    overflow:hidden;
    padding:2px;
    float:left;
    height:16px;
    width:16px;
    top:0px;
    .jsgrid-widget-hyperlink
    /* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
    /* [ReplaceColor(themeColor:"Lines")] */ border:solid 1px #ababab;
    .jsgrid-widget-hyperlink-buttonarea
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
    .ms-core-needIEFilter .jsgrid-widget-hyperlink-buttonarea
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
    .jsgrid-widget-hyperlink-okbutton
    /* [ReplaceColor(themeColor:"SubtleEmphasisCommandLinks")] */ color:#262626;
    .combobox-placeholder > .combobox-img
    /* [ReplaceColor(themeColor:"StrongLines")] */ border:1px solid #92c0e0;
    margin:auto;
    padding:0px;
    .combobox-placeholder > input[type="text"]
    /* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
    .outer-scroll-bar
    background-color:#E6E8EB;
    top:0px;
    left:0px;
    .inner-scroll-bar
    border-right:1px solid #F8F9F9;
    border-left:1px solid #F5F6F7;
    border-top:1px solid #F5F6F7;
    border-bottom:1px solid #F5F6F7;
    background-color:#F0F0F0;
    top:1px;
    left:1px;
    .scroll-bar-cell
    border:1px solid #F6F6F6;
    background-color:#D5DDED;
    .scroll-bar-inner-arrow-cell
    border:1px solid transparent;
    .scroll-bar-arrow-cell
    border:1px solid transparent;
    top:0px;
    left:0px;
    .scroll-bar-outer-box
    border:1px solid #A3A6AB;
    background-color:#EEEFF2;
    top:0px;
    left:0px;
    .scroll-bar-background-main
    background-color:#F2F3F5;
    .scroll-bar-background-shade
    background-color:#EDEEF0;
    .scroll-bar-inner-box-main
    background-color:#DBDFE5;
    .scroll-bar-inner-box-shade
    background-color:#E5E8EC;
    .scroll-bar-arrow
    border:0px;
    padding:0px;
    text-align:center;
    vertical-align:top;
    .scroll-bar-grip
    top:0px;
    left:0px;
    border-color:#A7AAAF;
    background-color:#FEFEFE;
    .horiz-scroll-bar-inner-box-main
    .horiz-scroll-bar-inner-box-shade
    .horiz-scroll-bar-bg-block
    float:left;
    height:100%;
    .horiz-scroll-bar-arrow-cell
    top:-2px;
    .horiz-scroll-bar-outer-box
    top:-1px;
    .horiz-scroll-bar-grip
    border-left:1px solid;
    height:5px;
    width:1px;
    .vert-scroll-bar-inner-box-main
    float:right;
    .vert-scroll-bar-inner-box-shade
    float:left;
    .vert-scroll-bar-background-main
    float:right;
    .vert-scroll-bar-background-shade
    float:left;
    .vert-scroll-bar-arrow-cell
    left:-2px;
    .vert-scroll-bar-outer-box
    left:-1px;
    .vert-scroll-bar-grip
    border-top:1px solid;
    height:1px;
    width:5px;
    .jsgrid-gantt-vert-delim
    top:0px;
    height:100%;
    border-left-width:1px;
    border-left-style:solid;
    border-right-width:1px;
    border-right-style:solid;
    background:transparent;
    .jsgrid-gantt-vert-today
    top:0px;
    height:100%;
    border-left-width:1px;
    border-left-style:solid;
    width:0px;
    background:transparent;
    z-index:1;
    .ms-jsgrid-cell-selected-editable,
    .ms-jsgrid-cell-selected-editable a:hover
    cursor:text;
    .ms-jsgrid-cell-selected-editable [ms-jsgrid-click-passthrough=true]
    cursor:auto;
    .jsgrid-header-eyebrow
    height:4px;
    cursor:pointer;
    .jsgrid-header-content{
    height:100%;
    width:100%;
    .ms-core-needIEFilter .jsgrid-header-content
    overflow:hidden;
    .jsgrid-header-core-content{
    overflow:hidden;
    text-overflow:none;
    white-space:nowrap;
    color:#2E4F69;
    .jsgrid-header-core-img-content
    overflow:hidden;
    text-overflow:none;
    white-space:nowrap;
    color:#2E4F69;
    .jsgrid-header-sort-arrow-div
    height:6px;
    padding-bottom:1px;
    overflow:hidden;
    cursor:move;
    .jsgrid-header-menu
    display:none;
    height:100%;
    cursor:pointer;
    .jsgrid-header-filter-state
    display:none;
    height:100%;
    cursor:pointer;
    .jsgrid-header-expand
    height:100%;
    width:4px;
    .jsgrid-error-notification{
    /* [ReplaceColor(themeColor:"ErrorText")] */ color:#bf0000;
    text-align:left;
    .jsgrid-vml
    behavior:url(#default#vml);
    .combobox-placeholder
    white-space:nowrap!important;
    padding:0px!important;
    .cb-textbox[dir="rtl"]
    float:right;
    .cb-textbox[dir="ltr"]
    float:left;
    .cb-textbox
    /* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
    border-width:0px!important;
    margin:0px!important;
    .combobox-img
    /* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
    padding:0px;
    font-size:8px;
    width:22px!important;
    min-width:22px!important;
    border-width:1px;
    border-color:transparent;
    .combobox-img:hover,.combobox-img:active,.combobox-img-active
    /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 );
    border-color:inherit;
    .ms-core-needIEFilter .combobox-img:hover,.ms-core-needIEFilter .combobox-img:active,.ms-core-needIEFilter .combobox-img-active
    background-color:transparent;
    /* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7fcde6f7,endColorstr=#7fcde6f7)";
    .combobox-img[dir="rtl"]
    float:right;
    border-style:none solid none none;
    text-align:right;
    .combobox-img[dir="ltr"]
    float:left;
    border-style:none none none solid;
    .combobox-icon[dir="ltr"]
    margin-left:3px;
    .combobox-icon[dir="rtl"]
    margin-right:3px;
    .listbox-panel,.combobox-dropdown
    /* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-color:#2a8dd4;
    border-style:solid;
    border-width:1px;
    overflow:hidden;
    .listbox-hidden-input
    top:-2000px;
    width:1px;
    height:1px;
    overflow:hidden;
    .combobox-dropdown
    height:20em;
    left:0px;
    clear:both;
    html>body .combobox-dropdown
    height:auto;
    max-height:300px;
    .combobox-panel-table
    cursor:default;
    border:0px none!important;
    padding:0px!important;
    width:100%;
    .cb-dp-highlight
    background-color:Highlight;
    color:HighlightText;
    .cb-dp-rw:hover
    /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 );
    .ms-core-needIEFilter .cb-dp-rw:hover
    background-color:transparent;
    /* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7fcde6f7,endColorstr=#7fcde6f7)";
    .cb-dp-rw-selected
    /* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color:rgba( 156,206,240,0.5 );
    .ms-core-needIEFilter .cb-dp-rw-selected
    background-color:transparent;
    /* [ReplaceColor(themeColor:"SelectionBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7f9ccef0,endColorstr=#7f9ccef0)";
    .combobox-dropdown-celldiv
    overflow:hidden;
    border:0px;
    margin:0px;
    padding:4px 4px 4px 4px;
    .cb-dp-celldiv-first
    padding-left:8px;
    .cb-dp-celldiv-last
    padding-right:8px;
    .combobox-dropdown-celldiv[dir="ltr"]
    text-align:left;
    .combobox-dropdown-celldiv[dir="rtl"]
    text-align:right;
    .combobox-dropdown-cell,.combobox-dropdown-hdrcell
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-right-color:#2a8dd4;
    border-right-style:solid;
    border-right-width:1px;
    margin:0px;
    padding:0px;
    .cb-td-rtl
    border-right-style:none;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    border-left-style:solid;
    border-left-width:1px;
    .combobox-dropdown-imghdrcell,.combobox-dropdown-hdrcell
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
    border-bottom-style:solid;
    border-bottom-width:1px;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
    font-weight:bold;
    .combobox-dropdown-imghdrcell,.combobox-dropdown-imgcell
    width:10px;
    margin:0px;
    padding:2px 0px 2px 4px;
    .combobox-dropdown-foot
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-top-color:#2a8dd4;
    border-top-style:solid;
    border-top-width:1px;
    .combobox-headerwrapper,.combobox-tablewrapper
    background-color:transparent;
    z-index:1!important;
    width:100%;
    border-width:0px;
    margin:0px;
    html>body .combobox-headerwrapper,html>body .combobox-tablewrapper
    width:auto;
    .combobox-headerwrapper
    overflow:hidden;
    .combobox-tablewrapper
    overflow:auto;
    .combobox-link,.cb-progress-text,.cb-retry-text,.cb-err-link
    font-family:Segoe UI,Tahoma,Verdana;
    font-size:8pt;
    color:#444444;
    .combobox-link
    background-color:#f0f2f5;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-top-color:#2a8dd4;
    border-top-style:solid;
    border-top-width:1px;
    display:none;
    height:12px;
    padding-top:4px;
    padding-bottom:4px;
    .cb-err-link,.combobox-link
    color:#0072bc;
    padding-left:8px;
    .combobox-link[dir="ltr"]
    text-align:left;
    .combobox-link[dir="rtl"]
    text-align:right;
    .cb-progress-text
    padding-left:12px;
    white-space:nowrap;
    .cb-progress-cell,.cb-retry-cell
    text-align:center;
    padding-top:17px;
    padding-bottom:17px;
    .cb-progress-cell
    line-height:24px;
    .cb-progress-img
    vertical-align:middle;
    .ms-grid
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
    border-right-style:solid;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6;
    border-bottom-style:solid;
    /* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    .ms-grid-link
    /* [ReplaceColor(themeColor:"Hyperlink")] */ color:#0072c6;
    /* [ReplaceColor(themeColor:"Hyperlinkfollowed")] */ background-color:#663399;
    .ms-grid-selection
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-top-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    border-right-color:transparent;
    /* [ReplaceColor(themeColor:"SelectionBackground",opacity:"1.0")] */ color:#9ccef0;
    .ms-grid-selection-readonly
    /* [ReplaceColor(themeColor:"DisabledLines")] */ border-bottom-color:#e1e1e1;
    .ms-grid-edit
    /* [ReplaceColor(themeColor:"HoverBackground",opacity:"1.0")] */ background-color:#cde6f7;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"ErrorText")] */ border-top-color:#bf0000;
    .ms-grid-cell
    font-size:1em;
    font-weight:normal;
    font-style:normal;
    /* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
    /* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
    .ms-grid-cell-readonly
    /* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
    /* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
    .ms-grid-cell-readonly-focused
    /* [ReplaceColor(themeColor:"DisabledText")] */ color:#b1b1b1;
    /* [ReplaceColor(themeColor:"DisabledBackground")] */ background-color:#fdfdfd;
    .ms-grid-timescale
    font-size:1em;
    font-weight:normal;
    /* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
    background-color:transparent;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
    border-right-style:solid;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6;
    border-bottom-style:solid;
    /* [ReplaceColor(themeColor:"Lines")] */ border-left-color:#ababab;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-top-color:#2a8dd4;
    .ms-grid-col-header-normal
    font-size:1em;
    font-weight:normal;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
    background-color:transparent;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
    border-left-color:transparent;
    /* [ReplaceColor(themeColor:"Lines")] */ border-top-color:#ababab;
    .ms-grid-col-header-elem-bg-colors-normal
    border-left-color:transparent;
    background-color:transparent;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6;
    /* [ReplaceColor(themeColor:"Lines")] */ border-right-color:#ababab;
    .ms-grid-col-header-elem-hover-bg-colors-normal
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ color:#f1f1f1;
    /* [ReplaceColor(themeColor:"StrongLines")] */ border-right-color:#92c0e0;
    .ms-core-needIEFilter .ms-grid-col-header-elem-hover-bg-colors-normal
    background-color:transparent;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
    .ms-grid-col-elem-colors-click-normal
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    .ms-grid-row-header-normal
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
    .ms-grid-col-header-normal-hover
    font-size:1em;
    font-weight:normal;
    /* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-color:#2a8dd4;
    .ms-grid-col-header-elem-bg-colors-normal-hover
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-left-color:#c6c6c6;
    background-color:transparent;
    border-bottom-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-right-color:#2a8dd4;
    .ms-grid-col-header-elem-hover-bg-colors-normal-hover
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-top-color:#2a8dd4
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
    .ms-grid-col-elem-colors-click-normal-hover
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    .ms-grid-row-header-normal-hover
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
    .ms-grid-col-header-part-selected
    font-size:1em;
    font-weight:normal;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-right-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-top-color:#2a8dd4;
    .ms-grid-col-header-elem-bg-colors-part-selected
    border-left-color:transparent;
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-right-color:#2a8dd4;
    .ms-grid-col-header-elem-hover-bg-colors-part-selected
    /* [ReplaceColor(themeColor:"AccentText")] */ color:#0072c6;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-right-color:#2a8dd4;
    .ms-grid-col-elem-colors-click-part-selected
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    .ms-grid-row-header-part-selected
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
    .ms-grid-col-header-part-selected-hover
    font-size:1em;
    font-weight:normal;
    /* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-color:#2a8dd4;
    .ms-grid-col-header-elem-bg-colors-part-selected-hover
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-left-color:#c6c6c6;
    background-color:transparent;
    border-bottom-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-right-color:#2a8dd4;
    .ms-grid-col-header-elem-hover-bg-colors-part-selected-hover
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-top-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
    .ms-grid-col-elem-colors-click-part-selected-hover
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    .ms-grid-row-header-part-selected-hover
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
    .ms-grid-col-header-all-selected
    font-size:1em;
    font-weight:normal;
    /* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-left-color:#c6c6c6;
    /* [ReplaceColor(themeColor:"StrongLines")] BLOCK_COMMENT_ENDborder-bottom-color:#92c0e0;
    .ms-grid-col-header-elem-bg-colors-all-selected
    border-left-color:transparent;
    background-color:transparent;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6;
    /* [ReplaceColor(themeColor:"Lines")] BLOCK_COMMENT_ENDborder-right-color:#ababab;
    .ms-grid-col-header-elem-hover-bg-colors-all-selected
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
    /* [ReplaceColor(themeColor:"StrongLines")] */ border-right-color:#92c0e0;
    .ms-grid-col-elem-colors-click-all-selected
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    .ms-grid-row-header-all-selected
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
    .ms-grid-col-header-all-selected-hover
    font-size:1em;
    font-weight:normal;
    /* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-color:#2a8dd4;
    .ms-grid-col-header-elem-bg-colors-all-selected-hover
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-left-color:#c6c6c6;
    background-color:transparent;
    border-bottom-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-right-color:#2a8dd4;
    .ms-grid-col-header-elem-hover-bg-colors-all-selected-hover
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-top-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
    .ms-grid-col-elem-colors-click-all-selected-hover
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    .ms-grid-row-header-all-selected-hover
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
    .ms-grid-splitter
    /* [ReplaceColor(themeColor:"Lines")] */ border-top-color:#ababab;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-left-color:#c6c6c6;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
    .ms-core-needIEFilter .ms-grid-splitter
    background-color:transparent;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
    .ms-grid-splitter-handle
    /* [ReplaceColor(themeColor:"StrongLines")] */ border-top-color:#92c0e0;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-left-color:#c6c6c6;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ border-right-color:#f1f1f1;
    .ms-core-needIEFilter .ms-grid-splitter-handle
    background-color:transparent;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
    .ms-grid-splitter-hover
    /* [ReplaceColor(themeColor:"StrongLines")] */ border-top-color:#92c0e0;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-left-color:#c6c6c6;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
    .ms-core-needIEFilter .ms-grid-splitter-hover
    background-color:transparent;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
    .ms-grid-splitter-handle-hover
    /* [ReplaceColor(themeColor:"StrongLines")] */ border-top-color:#92c0e0;
    /* [ReplaceColor(themeColor:"Lines")] */ border-left-color:#ababab;
    /* [ReplaceColor(themeColor:"Lines")] */ border-bottom-color:#ababab;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
    border-right-color:transparent;
    .ms-core-needIEFilter .ms-grid-splitter-handle-hover
    background-color:transparent;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
    .ms-grid-splitter-drag
    /* [ReplaceColor(themeColor:"StrongLines")] */ border-top-color:#92c0e0;
    /* [ReplaceColor(themeColor:"Lines")] */ border-left-color:#ababab;
    /* [ReplaceColor(themeColor:"Lines")] */ border-bottom-color:#ababab;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
    .ms-core-needIEFilter .ms-grid-splitter-drag
    background-color:transparent;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
    .ms-grid-splitter-handle-drag
    /* [ReplaceColor(themeColor:"StrongLines")] */ border-top-color:#92c0e0;
    /* [ReplaceColor(themeColor:"Lines")] */ border-left-color:#ababab;
    /* [ReplaceColor(themeColor:"Lines")] */ border-bottom-color:#ababab;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
    border-right-color:transparent;
    .ms-core-needIEFilter .ms-grid-splitter-handle-drag
    background-color:transparent;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
    .ms-grid-group1
    /* [ReplaceColor(themeColor:"ContentAccent1")] */ background-color:#0072C6;
    .ms-grid-group2
    /* [ReplaceColor(themeColor:"ContentAccent2")] */ background-color:#00485B;
    .ms-grid-group3
    /* [ReplaceColor(themeColor:"ContentAccent3")] */ background-color:#288054;
    .ms-grid-group4
    /* [ReplaceColor(themeColor:"ContentAccent4")] */ background-color:#767956;
    .ms-grid-group5
    /* [ReplaceColor(themeColor:"ContentAccent5")] */ background-color:#ED0033;
    .ms-grid-group6
    /* [ReplaceColor(themeColor:"ContentAccent6")] */ background-color:#682A7A;
    .ms-grid-group7
    /* [ReplaceColor(themeColor:"ContentAccent1")] */ background-color:#0072C6;
    .ms-grid-group8
    /* [ReplaceColor(themeColor:"ContentAccent2")] */ background-color:#00485B;
    .ms-grid-group9
    /* [ReplaceColor(themeColor:"ContentAccent3")] */ background-color:#288054;
    .clip6x9,.clip9x6,.clip11x11,.clip13x13,.clip16x16{;overflow:hidden;}.clip6x9{width:6px;height:9px;}.clip9x6{width:9px;height:6px;}.clip11x11{width:11px;height:11px;}.clip13x13{width:13px;height:13px;}.clip16x16{width:16px;height:16px;}.clip6x9 img,.clip6x9 input,.clip9x6 img,.clip9x6 input,.clip11x11 img,.clip11x11 input,.clip13x13 img,.clip13x13 input,.clip16x16 img,.clip16x16 input{;margin:0;padding:0;width:auto;height:auto;}.jsgridcluster_editheader{top:0;left:0;}.jsgridcluster_newrowheader{top:0;left:-16px;}.jsgridcluster_conflictheader{top:-16px;left:0;}.jsgridcluster_transferheader{top:-16px;left:-16px;}.jsgridcluster_cell-error{top:0;left:-32px;}.jsgridcluster_jsgrid-header-filter-icon{top:-16px;left:-32px;}.jsgridcluster_scrollbar-mousein-rightarrow{top:-32px;left:0;}.jsgridcluster_scrollbar-mousein-downarrow{top:-32px;left:-6px;}.jsgridcluster_scrollbar-mousein-uparrow{top:-32px;left:-15px;}.jsgridcluster_scrollbar-mousein-leftarrow{top:-32px;left:-24px;}.jsgridcluster_scrollbar-mouseout-rightarrow{top:-27px;left:-32px;}.jsgridcluster_scrollbar-mouseout-uparrow{top:-27px;left:-38px;}.jsgridcluster_scrollbar-mouseout-downarrow{top:-33px;left:-38px;}.jsgridcluster_scrollbar-mouseout-leftarrow{top:-41px;left:0;}.jsgridcluster_jsgrid-up-arrow{top:-38px;left:-6px;}.jsgridcluster_jsgrid-down-arrow{top:-44px;left:-6px;}
    Regards Sudip Misra [email protected] +1-412-237-5435 Pittsburgh, PA

  • Gantt Chart-Operations

    Hi Guys,
    In the production order(Go to->Graphic>Gantt Chart) i get the graphical representation of all the operations,Here my doubt is for each operation iam seeing a stick with two colors(Red & Green)What do they actually represent b cos two sticks are appearing for only labor based work center ,Pls some one explain me the significance of each colour & also iam able to see a different colour for set up time,<b>If i confirm an operation partially will be able to see that in the gantt chart
    </b>
    Awaiting for your reply

    it is the legend what you need to see as explained by one friend.
    you need to undetstand the difinition of different elements of a operation, so that you can understand the garph
    go through the link below to understand the operationn segment definition then open the chart and understand the graph, if you need any help please write back
    http://help.sap.com/saphelp_47x200/helpdata/en/7e/d42611455911d189400000e8323c4f/frameset.htm

  • Hide progress on Gantt chart

    Hi
    I've produced a gantt chart based the following query
    Select Null Link,
              Task_Name,
              Task_Id,
              Parent_id,
              actual_start,
              actual_end,
              null progress,
              planned_start,
              Planned_End
    From   query_table
    It all looks good, except that I don't want to display progress since we don't actually hold this value. I've tried setting it to null, as above, but it displays on the chart as 0%. Is there any way of removing this value from display on each task on the chart?
    Thanks

    Hi,
    You'll need to customise the XML to achieve this behaviour.  On the Chart Attributes page, set "Use Custom XML" to Yes, and in the XML remove all references to:
    Complete: {%Complete}%
    Doing so will remove references to the progress bar from the tooltips used on the Gantt chart.  Next you'll need to update the <task_styles> tag to include some label information for the <actual> bar.  It looks like the Complete label is the default label associated with a Project Gantt, although I haven't found anything in the online documentation stating this.  I'll follow up with AnyChart on this.  In the meantime, I would recommend reviewing their online User's Guide, specifically Labels in Tasks, where you'll find information on the possible labels you can define for the bars in the timeline region of the chart.  If you leave the <text> tags empty, or simply don't include them, it looks like the bar displays without any label, which may be the behaviour you're trying to achieve.  Here's the XML you can add to your chart:
             <actual>
                <bar_style>
                  <labels>
                   <label anchor="Right" valign="Center" halign="Far">
                     <text></text>
                     <font face="Verdana" size="10" bold="true" color="White">
                     </font>
                   </label>
                  </labels>
    ...where the tags in grey above already exist in the chart XML, so should not be copied.  I hope this helps.
    Regards,
    Hilary

Maybe you are looking for

  • How can I recover an itunes account balance that dissapeared when I updated my Ipod touch?

    I tried using the express lane to get this question answered. when I finally got a hold of a real person they told me i had to send an email to someone else. but i never got the email address that i needed. any suggestions would be great thank you.

  • Help with displaying data in advanceddatagrid

    Hi, I am working on flex 4.5.0 with java 5 as back end using blazeds. I've to display nested data in advanceddatagrid. Complex Person -> Person From the backend i am sending an ArrayList of ComplexPerson which consists of Person Object as well. code

  • How to Move the Window in Dynamicall in Smart Form

    hi friends, i am having Main Window and below a Secondary Window. in Main Window, one table is there and iam passing Item details that is item no,item descriptionand net value into the table. in the secondary Window iam need the total amount of the I

  • Windows 7 32bit - will not load on warm boot.

    I have the same problem on two PCs. They are both HP Workstations xw4600. I have the latest BIOS (786F3 1.22 A) and have tried with the older BIOS as well before upgrading. They will not start Windows 7 with a warm boot (restart). They just repeatedl

  • What are the seeburger adapters needed?

    hi, what are the seeburger adapters neded to implement EDI integration with XI?I mean what we need to install on XI? And also please explain me the end to end process while implementing EDI using Seeburger and XI?I know Converison agent part. thank y