Files
gliffy2drawio/gliffyTranslation.properties

2222 lines
265 KiB
Properties

#
# BASIC
#
com.gliffy.shape.basic.basic_v1.default.triangle=triangle;direction=north;perimeter=trianglePerimeter
com.gliffy.shape.basic.basic_v1.default.ellipse=ellipse;perimeter=ellipsePerimeter
#com.gliffy.shape.basic.basic_v1.default.rectangle=
com.gliffy.shape.basic.basic_v1.default.circle=ellipse;perimeter=ellipsePerimeter
#com.gliffy.shape.basic.basic_v1.default.square=rect
com.gliffy.shape.basic.basic_v1.default.pentagon=mxgraph.basic.pentagon
com.gliffy.shape.basic.basic_v1.default.hexagon=hexagon;perimeter=hexagonPerimeter2
com.gliffy.shape.basic.basic_v1.default.octagon=mxgraph.basic.octagon
com.gliffy.shape.basic.basic_v1.default.right_triangle=mxgraph.basic.orthogonal_triangle
com.gliffy.shape.basic.basic_v1.default.star=mxgraph.basic.star
com.gliffy.shape.basic.basic_v2.default.square=rect;rounded=1;gradientColor=#CCCCCC;gradientDirection=west;shadow=0;strokeWidth=5;fillColor=#ffffff;strokeColor=#3399ff;opacity=100.0;
#TODO fix disappearing control point
com.gliffy.shape.basic.basic_v1.default.round_rectangle=rect;rounded=1;arcSize=15;absoluteArcSize=1
com.gliffy.shape.basic.basic_v1.default.cross=mxgraph.basic.cross2;dx=5
com.gliffy.shape.basic.basic_v1.default.left_arrow=mxgraph.arrows2.arrow;dy=0.6;dx=25;flipH=1;notch=0
com.gliffy.shape.basic.basic_v1.default.right_arrow=mxgraph.arrows2.arrow;dy=0.6;dx=25;notch=0
com.gliffy.shape.basic.basic_v1.default.double_arrow=mxgraph.arrows2.twoWayArrow;dy=0.6;dx=25
com.gliffy.shape.basic.basic_v1.default.cylinder=cylinder
com.gliffy.shape.basic.basic_v1.default.image=image
com.gliffy.shape.basic.basic_v1.default.chevron_box_right=mxgraph.arrows2.arrow;dy=0;dx=20;notch=0
com.gliffy.shape.basic.basic_v1.default.chevron_box_left=mxgraph.arrows2.arrow;dy=0;dx=20;notch=0;flipH=1
com.gliffy.shape.basic.basic_v1.default.chevron_tail_right=mxgraph.arrows2.arrow;dy=0;dx=20;notch=20
com.gliffy.shape.basic.basic_v1.default.chevron_tail_left=mxgraph.arrows2.arrow;dy=0;dx=20;notch=20;flipH=1
com.gliffy.shape.basic.basic_v2.default.right_arrow=mxgraph.arrows2.arrow;dy=0.6;dx=25;notch=0
#
# TABLE
#
#com.gliffy.shape.table.table_v1.default.table_three_by_two=
#com.gliffy.shape.table.table_v1.default.table_horizontal_title_three_by_two=
#com.gliffy.shape.table.table_v1.default.table_vertical_title_three_by_two=
#com.gliffy.shape.table.table_v1.default.table_horizontal_and_vertical_title_three_by_two=
#
# FLOWCHART
#
com.gliffy.shape.flowchart.flowchart_v1.default.process=rect
com.gliffy.shape.flowchart.flowchart_v1.default.decision=rhombus;perimeter=rhombusPerimeter
com.gliffy.shape.flowchart.flowchart_v1.default.document=document;size=0.2
com.gliffy.shape.flowchart.flowchart_v1.default.subroutine=process
com.gliffy.shape.flowchart.flowchart_v1.default.input_output=parallelogram;perimeter=parallelogramPerimeter
com.gliffy.shape.flowchart.flowchart_v1.default.paper_tape=tape;size=0.2
com.gliffy.shape.flowchart.flowchart_v1.default.database=datastore
com.gliffy.shape.flowchart.flowchart_v1.default.data_storage=dataStorage
com.gliffy.shape.flowchart.flowchart_v1.default.merge=triangle;direction=south;perimeter=trianglePerimeter
com.gliffy.shape.flowchart.flowchart_v1.default.multiple_documents=mxgraph.flowchart.multi-document
com.gliffy.shape.flowchart.flowchart_v1.default.manual_input=manualInput;size=20
com.gliffy.shape.flowchart.flowchart_v1.default.manual_operation=trapezoid;direction=west;size=0.2;perimeter=trapezoidPerimeter
com.gliffy.shape.flowchart.flowchart_v1.default.internal_storage=internalStorage;dx=10;dy=10
com.gliffy.shape.flowchart.flowchart_v1.default.tape_data=mxgraph.flowchart.sequential_data
com.gliffy.shape.flowchart.flowchart_v1.default.loop_limit=loopLimit;size=20
com.gliffy.shape.flowchart.flowchart_v1.default.preparation=hexagon;perimeter=hexagonPerimeter2
com.gliffy.shape.flowchart.flowchart_v1.default.card=card;size=20
com.gliffy.shape.flowchart.flowchart_v1.default.display=display;size=0.25
com.gliffy.shape.flowchart.flowchart_v1.default.delay=delay
com.gliffy.shape.flowchart.flowchart_v1.default.start_end=mxgraph.flowchart.terminator
com.gliffy.shape.flowchart.flowchart_v1.default.connector=ellipse;perimeter=ellipsePerimeter
com.gliffy.shape.flowchart.flowchart_v1.default.off_page_connector=offPageConnector;size=0.3
# TODO Arrows Dy/Dx are dynamic in Gliffy
com.gliffy.shape.flowchart.flowchart_v1.default.left_arrow=mxgraph.arrows2.arrow;dy=0.65;dx=25;flipH=1;notch=0
com.gliffy.shape.flowchart.flowchart_v1.default.right_arrow=mxgraph.arrows2.arrow;dy=0.65;dx=25;notch=0
com.gliffy.shape.flowchart.flowchart_v1.default.double_arrow=mxgraph.arrows2.twoWayArrow;dy=0.65;dx=25;
#
# FLOWCHART V2
#
com.gliffy.shape.flowchart.flowchart_v2.default.process=mxgraph.flowchart.process;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.decision=rhombus;perimeter=rhombusPerimeter;rounded=1;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.document=mxgraph.flowchart.document;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.subroutine=mxgraph.flowchart.predefined_process;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.input_output=parallelogram;perimeter=parallelogramPerimeter;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.paper_tape=mxgraph.flowchart.paper_tape;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.database=mxgraph.flowchart.database;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.data_storage=mxgraph.flowchart.stored_data;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.merge=mxgraph.flowchart.merge_or_storage;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.multiple_documents=mxgraph.flowchart.multi-document;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.manual_input=mxgraph.flowchart.manual_input;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.manual_operation=mxgraph.flowchart.manual_operation;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.internal_storage=mxgraph.flowchart.internal_storage;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.tape_data=mxgraph.flowchart.sequential_data;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.loop_limit=mxgraph.flowchart.loop_limit;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.preparation=hexagon;perimeter=hexagonPerimeter2;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.card=mxgraph.flowchart.card;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.display=mxgraph.flowchart.display;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.delay=mxgraph.flowchart.delay;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.start_end=mxgraph.flowchart.terminator;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.connector=ellipse;perimeter=ellipsePerimeter;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.off_page_connector=offPageConnector;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.left_arrow=mxgraph.arrows2.arrow;dy=0.47;dx=28.75;flipH=1;notch=0;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.right_arrow=mxgraph.arrows2.arrow;dy=0.47;dx=28.75;notch=0;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
com.gliffy.shape.flowchart.flowchart_v2.default.double_arrow=mxgraph.arrows2.twoWayArrow;dy=0.47;dx=28.75;strokeWidth=5;gradientColor=#CCCCCC;gradientDirection=west
#
# SWIMLANES
#
com.gliffy.shape.swimlanes.swimlanes_v1.default.vertical_single_lane_pool=swimlane;collapsible=0;fontStyle=0
com.gliffy.shape.swimlanes.swimlanes_v1.default.horizontal_single_lane_pool=swimlane;collapsible=0;fontStyle=0
com.gliffy.shape.swimlanes.swimlanes_v1.default.vertical_double_lane_pool=swimlane;collapsible=0;fontStyle=0
com.gliffy.shape.swimlanes.swimlanes_v1.default.horizontal_double_lane_pool=swimlane;collapsible=0;fontStyle=0
com.gliffy.shape.swimlanes.swimlanes_v1.default.vertical_triple_lane_pool=swimlane;collapsible=0;fontStyle=0
com.gliffy.shape.swimlanes.swimlanes_v1.default.horizontal_triple_lane_pool=swimlane;collapsible=0;fontStyle=0
com.gliffy.shape.swimlanes.swimlanes_v1.default.vertical_four_lane_pool=swimlane;collapsible=0;fontStyle=0
com.gliffy.shape.swimlanes.swimlanes_v1.default.horizontal_four_lane_pool=swimlane;collapsible=0;fontStyle=0
#
# UML v2
#
# UML V2 CLASS
com.gliffy.shape.uml.uml_v2.class.object=rect;verticalAlign=top;align=left;fontSize=12;fontFamily=Helvetica
com.gliffy.shape.uml.uml_v2.class.data_type=rect;verticalAlign=top;align=left;fontSize=12;fontFamily=Helvetica
com.gliffy.shape.uml.uml_v2.class.enumeration=rect;verticalAlign=top;align=left;fontSize=12;fontFamily=Helvetica
com.gliffy.shape.uml.uml_v2.class.interface=rect;verticalAlign=top;align=left;fontSize=12;fontFamily=Helvetica
com.gliffy.shape.uml.uml_v2.class.class2=rect;verticalAlign=top;align=left;fontSize=12;fontFamily=Helvetica
com.gliffy.shape.uml.uml_v2.class.class=rect;verticalAlign=top;align=left;fontSize=12;fontFamily=Helvetica
com.gliffy.shape.uml.uml_v2.class.package=rect;strokeColor=none;shadow=0;fillColor=none
com.gliffy.shape.uml.uml_v2.class.simple_class=rect
com.gliffy.shape.uml.uml_v2.class.primitive=rect
com.gliffy.shape.uml.uml_v2.class.stereotype=rect
com.gliffy.shape.uml.uml_v2.class.generalization=endArrow=block;endFill=0;edgeStyle=orthogonalEdgeStyle;align=left;verticalAlign=top;endSize=12
com.gliffy.shape.uml.uml_v2.class.implements=endArrow=block;endFill=0;edgeStyle=orthogonalEdgeStyle;align=left;verticalAlign=top;dashed=1;endSize=12
com.gliffy.shape.uml.uml_v2.class.association=endArrow=none;edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.uml.uml_v2.class.directed_association=endArrow=open;edgeStyle=orthogonalEdgeStyle;endFill=1;endSize=12
com.gliffy.shape.uml.uml_v2.class.aggregation=endArrow=diamond;edgeStyle=orthogonalEdgeStyle;endFill=0;endSize=12
com.gliffy.shape.uml.uml_v2.class.composition=endArrow=diamond;edgeStyle=orthogonalEdgeStyle;endFill=1;endSize=12
com.gliffy.shape.uml.uml_v2.class.dependency=endArrow=open;edgeStyle=orthogonalEdgeStyle;endFill=1;endSize=12;dashed=1
com.gliffy.shape.uml.uml_v2.class.usage=endArrow=open;edgeStyle=orthogonalEdgeStyle;endFill=1;endSize=12;dashed=1;verticalLabelPosition=top;verticalAlign=bottom
com.gliffy.shape.uml.uml_v2.class.binding=endArrow=open;edgeStyle=orthogonalEdgeStyle;endFill=1;endSize=12;dashed=1;verticalLabelPosition=top;verticalAlign=bottom
com.gliffy.shape.uml.uml_v2.class.permission=endArrow=open;edgeStyle=orthogonalEdgeStyle;endFill=1;endSize=12;dashed=1;verticalLabelPosition=top;verticalAlign=bottom
com.gliffy.shape.uml.uml_v2.class.access=endArrow=open;edgeStyle=orthogonalEdgeStyle;endFill=1;endSize=12;dashed=1;verticalLabelPosition=top;verticalAlign=bottom
com.gliffy.shape.uml.uml_v2.class.import=endArrow=open;edgeStyle=orthogonalEdgeStyle;endFill=1;endSize=12;dashed=1;verticalLabelPosition=top;verticalAlign=bottom
com.gliffy.shape.uml.uml_v2.class.merge=endArrow=open;edgeStyle=orthogonalEdgeStyle;endFill=1;endSize=12;dashed=1;verticalLabelPosition=top;verticalAlign=bottom
com.gliffy.shape.uml.uml_v2.class.note=note;size=10
com.gliffy.shape.uml.uml_v2.class.anchor_line=endArrow=none;endSize=12;dashed=1
# UML v1
com.gliffy.shape.uml.uml_v1.default.package=folder;fontStyle=1;spacingTop=10;tabWidth=40;tabHeight=14;tabPosition=left
com.gliffy.shape.uml.uml_v1.default.class=rect;fillColor=none;strokeColor=none
com.gliffy.shape.uml.uml_v1.default.simple_class=rect
com.gliffy.shape.uml.uml_v1.default.note=note;size=10
com.gliffy.shape.uml.uml_v1.default.object=rect;fillColor=none;strokeColor=none
com.gliffy.shape.uml.uml_v1.default.interface=ellipse;perimeter=ellipsePerimeter
com.gliffy.shape.uml.uml_v1.default.node=cube;size=10;direction=south
com.gliffy.shape.uml.uml_v1.default.component=component;align=left;spacingLeft=36
com.gliffy.shape.uml.uml_v1.default.generalization=edgeStyle=orthogonalEdgeStyle;verticalAlign=top
com.gliffy.shape.uml.uml_v1.default.implements=edgeStyle=orthogonalEdgeStyle;verticalAlign=top;dashed=1
com.gliffy.shape.uml.uml_v1.default.association=edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.uml.uml_v1.default.aggregation=edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.uml.uml_v1.default.composition=edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.uml.uml_v1.default.dependency=edgeStyle=orthogonalEdgeStyle;dashed=1
com.gliffy.shape.uml.uml_v1.default.object_timeline=rect;fillColor=none;strokeColor=none
com.gliffy.shape.uml.uml_v1.default.activation=rect
com.gliffy.shape.uml.uml_v1.default.lifeline=stencil(nZFNDsIgEIVPwx6ZjS4NtveYtkRIKxDAVm8vP5qA3RgTNrw330zmDQHuJVpBGEVvxRgIXAhjKzqFwxJlFh0fnJnFpqYgi620FE6F5EJH6JkAH3Ccr87c9fSW6Ck94BYTVUlZvZk1zXyUfrTMeda/fg8tSlfQgbbYv9zxR66lPl36r3WjUm0c083ZNXW5aJdXVsstoHsB);dashed=1
com.gliffy.shape.uml.uml_v1.default.message=edgeStyle=none
#This shape has a shape graphics instead of a line, so it is rendered as an arrow shape!
com.gliffy.shape.uml.uml_v1.default.self_message=stencil(lVLLDsIgEPwajk0oRKNHo/U/1rptiViaBa3+vbRQU3zEeCG7M5PZHYDJrW2gQyZ4w+SOCZFz7k/f9y892A5LF8ArkIKDxsBYR+aEvTq66KHaBkm5gZUF4xsmtwcoTzWZS3tkYv9EK0MY0QnqYHApfHU212GvW/BchFn30K3F2O6DEqj0FEVlvoxaiuJFTBB5njhNXAY3ZTMyDpwybcJpoBozPySrNNQJZXvE7g2Oa/liSjNGC/c0z5/Qad50y/XMeBRr1c7EeXo7q7/U0wt/k//YpNTGJqFeY1dK6/fovv7w+h4N/1EWDw==)
com.gliffy.shape.uml.uml_v1.default.actor=umlActor;verticalLabelPosition=bottom;verticalAlign=bottom
com.gliffy.shape.uml.uml_v1.default.use_case=ellipse;perimeter=ellipsePerimeter
# UML v2 SEQUENCE
com.gliffy.shape.uml.uml_v2.sequence.frame=mxgraph.sysml.package;xSize=90;align=left;spacingLeft=10;labelX=26
com.gliffy.shape.uml.uml_v2.sequence.interaction_use=umlFrame;align=left;spacingLeft=10l;width=40;height=20
com.gliffy.shape.uml.uml_v2.sequence.opt_combined_fragment=umlFrame;align=left;spacingLeft=10l;width=40;height=20
com.gliffy.shape.uml.uml_v2.sequence.loop_combined_fragment=umlFrame;align=left;spacingLeft=10l;width=45;height=20
com.gliffy.shape.uml.uml_v2.sequence.alt_combined_fragment=umlFrame;align=left;spacingLeft=10l;width=40;height=20
com.gliffy.shape.basic.basic_v1.default.line=edgeStyle=none;endArrow=none
#composite
com.gliffy.shape.uml.uml_v2.sequence.entity_lifeline=rect;fillColor=none;strokeColor=none
#composite
com.gliffy.shape.uml.uml_v2.sequence.control_lifeline=rect;fillColor=none;strokeColor=none
#composite
com.gliffy.shape.uml.uml_v2.sequence.boundary_lifeline=rect;fillColor=none;strokeColor=none
com.gliffy.shape.uml.uml_v2.sequence.lifeline=rect;fillColor=none;strokeColor=none
com.gliffy.shape.uml.uml_v2.sequence.activation=rect
com.gliffy.shape.uml.uml_v2.sequence.destruction=mxgraph.sysml.x
com.gliffy.shape.uml.uml_v2.sequence.init_message=endArrow=open;endSize=12;startArrow=none;edgeStyle=orthogonalEdgeStyle;align=left;verticalAlign=bottom;dashed=1
com.gliffy.shape.uml.uml_v2.sequence.message=endArrow=block;endSize=8;startArrow=none;edgeStyle=orthogonalEdgeStyle;align=left;verticalAlign=bottom;endFill=1
com.gliffy.shape.uml.uml_v2.sequence.async_message=endArrow=open;endSize=12;startArrow=none;edgeStyle=orthogonalEdgeStyle;align=left;verticalAlign=bottom
#com.gliffy.shape.uml.uml_v2.sequence.async_message2=
com.gliffy.shape.uml.uml_v2.sequence.return_message=endArrow=none;startSize=12;startArrow=open;edgeStyle=orthogonalEdgeStyle;align=left;verticalAlign=bottom;dashed=1
com.gliffy.shape.uml.uml_v2.sequence.self_message=curved=1
com.gliffy.shape.uml.uml_v2.sequence.actor=umlActor;verticalLabelPosition=bottom;verticalAlign=top
com.gliffy.shape.uml.uml_v2.sequence.concurrent=stencil(nZFNDsIgEIVPwx6ZjS4NtveYtkRIKxDAVm8vP5qA3RgTNrw330zmDQHuJVpBGEVvxRgIXAhjKzqFwxJlFh0fnJnFpqYgi620FE6F5EJH6JkAH3Ccr87c9fSW6Ck94BYTVUlZvZk1zXyUfrTMeda/fg8tSlfQgbbYv9zxR66lPl36r3WjUm0c083ZNXW5aJdXVsstoHsB);dashed=1
com.gliffy.shape.uml.uml_v2.sequence.continuation=rect;rounded=1;arcSize=15;absoluteArcSize=1
com.gliffy.shape.uml.uml_v2.sequence.gate=rect
com.gliffy.shape.uml.uml_v2.sequence.constraint=edgeStyle=none;endArrow=none;dashed=1
com.gliffy.shape.uml.uml_v2.sequence.note=note;size=10
com.gliffy.shape.uml.uml_v2.sequence.anchor_line=edgeStyle=none;endArrow=none;dashed=1
# UML v2 ACTIVITY
com.gliffy.shape.uml.uml_v2.activity.activity=rect;rounded=1;arcSize=15;absoluteArcSize=1
com.gliffy.shape.uml.uml_v2.activity.action=rect;rounded=1;arcSize=15;absoluteArcSize=1
com.gliffy.shape.uml.uml_v2.activity.accept_event_action=mxgraph.arrows2.arrow;dy=0;dx=0;notch=15
com.gliffy.shape.uml.uml_v2.activity.accept_time_event_action=mxgraph.flowchart.collate
com.gliffy.shape.uml.uml_v2.activity.send_signal_action=mxgraph.arrows2.arrow;dy=0;dx=15;notch=0
com.gliffy.shape.uml.uml_v2.activity.decision=rhombus;perimeter=rhombusPerimeter
com.gliffy.shape.uml.uml_v2.activity.horizontal_sync_bar=rect
com.gliffy.shape.uml.uml_v2.activity.vertical_sync_bar=rect
com.gliffy.shape.uml.uml_v2.activity.initial_node=ellipse;perimeter=ellipsePerimeter
com.gliffy.shape.uml.uml_v2.activity.activity_final_node=mxgraph.bpmn.shape;perimeter=ellipsePerimeter;outline=end;symbol=terminate
com.gliffy.shape.uml.uml_v2.activity.flow_final_node=mxgraph.bpmn.shape;perimeter=ellipsePerimeter;outline=end;symbol=cancel
com.gliffy.shape.uml.uml_v2.activity.jump_node=ellipse;perimeter=ellipsePerimeter
com.gliffy.shape.uml.uml_v2.activity.control_flow=edgeStyle=none;endArrow=open;endSize=12
com.gliffy.shape.uml.uml_v2.activity.object_flow=edgeStyle=none;endArrow=open;dashed=1;endSize=12
#com.gliffy.shape.uml.uml_v2.activity.exception_flow=
com.gliffy.shape.uml.uml_v2.activity.frame=mxgraph.sysml.package;xSize=90;align=left;spacingLeft=10;labelX=32
com.gliffy.shape.uml.uml_v2.activity.object_node=rect
com.gliffy.shape.uml.uml_v2.activity.structured_node=rect;rounded=1;dashed=1;arcSize=15;absoluteArcSize=1
com.gliffy.shape.uml.uml_v2.activity.region=rect;rounded=1;dashed=1;arcSize=15;absoluteArcSize=1
com.gliffy.shape.uml.uml_v2.activity.note=note;size=10
com.gliffy.shape.uml.uml_v2.activity.anchor_line=edgeStyle=none;endArrow=none;dashed=1
# UML v2 STATE MACHINE
com.gliffy.shape.uml.uml_v2.state_machine.frame=mxgraph.sysml.package;xSize=90;align=left;spacingLeft=10;labelX=32
com.gliffy.shape.uml.uml_v2.state_machine.orthoganal_state=rect;rounded=1;startSize=30;arcSize=15;absoluteArcSize=1
com.gliffy.shape.uml.uml_v2.state_machine.composite_state=rect;rounded=1;startSize=30;arcSize=15;absoluteArcSize=1
com.gliffy.shape.uml.uml_v2.state_machine.state=rect;rounded=1;arcSize=15;absoluteArcSize=1
# temporary
com.gliffy.shape.uml.uml_v2.state_machine.submachine_state=ext;symbol0=ellipse;symbol0Width=10;symbol0Height=10;symbol0Align=right;symbol0VerticalAlign=bottom;symbol0Spacing=5;symbol0VSpacing=5;symbol1=ellipse;symbol1Width=10;symbol1Height=10;symbol1Align=right;symbol1VerticalAlign=bottom;symbol1Spacing=25;symbol1VSpacing=5;symbol2=line;symbol2Width=10;symbol2Height=10;symbol2Align=right;symbol2VerticalAlign=bottom;symbol2Spacing=15;symbol2VSpacing=5;rounded=1;arcSize=15;absoluteArcSize=1
com.gliffy.shape.uml.uml_v2.state_machine.final_state=mxgraph.bpmn.shape;verticalLabelPosition=bottom;verticalAlign=top;perimeter=ellipsePerimeter;outline=end;symbol=terminate
com.gliffy.shape.uml.uml_v2.state_machine.initial_state=ellipse;perimeter=ellipsePerimeter
com.gliffy.shape.uml.uml_v2.state_machine.entry_point=ellipse;perimeter=ellipsePerimeter
com.gliffy.shape.uml.uml_v2.state_machine.exit_point=mxgraph.bpmn.shape;verticalLabelPosition=bottom;verticalAlign=top;perimeter=ellipsePerimeter;outline=end;symbol=cancel
com.gliffy.shape.uml.uml_v2.state_machine.choice=rhombus;perimeter=rhombusPerimeter
com.gliffy.shape.uml.uml_v2.state_machine.junction=ellipse;perimeter=ellipsePerimeter
com.gliffy.shape.uml.uml_v2.state_machine.terminate=mxgraph.sysml.x
com.gliffy.shape.uml.uml_v2.state_machine.horizontal_join_bar=rect
com.gliffy.shape.uml.uml_v2.state_machine.vertical_join_bar=rect
com.gliffy.shape.uml.uml_v2.state_machine.transition=edgeStyle=none;endArrow=open;endSize=12
com.gliffy.shape.uml.uml_v2.state_machine.shallow_history=ellipse;perimeter=ellipsePerimeter
com.gliffy.shape.uml.uml_v2.state_machine.deep_history=ellipse;perimeter=ellipsePerimeter
com.gliffy.shape.uml.uml_v2.state_machine.note=note;size=10
com.gliffy.shape.uml.uml_v2.state_machine.anchor_line=edgeStyle=none;endArrow=none;dashed=1
# UML v2 DEPLOYMENT
com.gliffy.shape.uml.uml_v2.deployment.package=folder;fontStyle=1;spacingTop=10;tabWidth=40;tabHeight=14;tabPosition=left
com.gliffy.shape.uml.uml_v2.deployment.node=cube;size=10;direction=south
com.gliffy.shape.uml.uml_v2.deployment.device_node=cube;size=10;direction=south
com.gliffy.shape.uml.uml_v2.deployment.execution_environment_node=cube;size=10;direction=south
com.gliffy.shape.uml.uml_v2.deployment.artifact=note;size=10
com.gliffy.shape.uml.uml_v2.deployment.component1=component;align=left;spacingLeft=36
com.gliffy.shape.uml.uml_v2.deployment.component2=ext;symbol0=component;symbol0Width=20;symbol0Height=20;symbol0Align=right;symbol0VerticalAlign=top;symbol0Spacing=4;symbol0ArcSpacing=0.25;jettyWidth=8;jettyHeight=4
com.gliffy.shape.uml.uml_v2.deployment.interface=ellipse;perimeter=ellipsePerimeter
com.gliffy.shape.uml.uml_v2.deployment.simple_interface=stencil(bVHRDsIgDPwaHpewERN9NFP/o5s4yHCQgm7+vWydBqYJL3dXer2WidorcJJVHLyTbWDixKrqCaihMZGuouID2l6O+hoUyXpQEnWYVXFm/MhE3UDbd2gfw3Wl+GF+onYw/0qohb3b5+w5Ub8dJ6MXwZITvny7A7ZRxk85VeMrg/97rWgqYNK+QBsgaDtkmgHsZBEtipuBLpP8KKVL6DKbK0kZySRoXOqysjSCNEY7n4Qut6EJjgT3K1Q5TDvetDFbHxppmefnIgtL1xbnNw==)
com.gliffy.shape.uml.uml_v2.deployment.required_interface=stencil(bZDNDoMgEISfhiMJQnrosbH2PValSrRCFurP25cfbSRtwmW+GXZhiChtD0YSzsAa2Tgi7oTzGVBBPXrMvWMd6kEuqnV9stXUS1QuuKIi7EZEWUMzdKjfU7sjdg1HlAbCrROK9KXnsHNN8y4sLdqSLFjSj+90wMbbeMRTGrdM/p+1q5XCqixF7cApPWXeCNhJ6lfQ5whdZtlFSnPCRfau4zOenH7pG419ZbkY+uko0tS/qD4=)
com.gliffy.shape.uml.uml_v2.deployment.port=rect;verticalLabelPosition=bottom;verticalAlign=top
com.gliffy.shape.uml.uml_v2.deployment.instance=rect
com.gliffy.shape.uml.uml_v2.deployment.instance_specification=ext;symbol0=note;symbol0Width=20;symbol0Height=20;symbol0Align=right;symbol0VerticalAlign=top;symbol0Spacing=4;symbol0ArcSpacing=0.25;jettyWidth=8;jettyHeight=4;align=center;verticalAlign=bottom;size=5
com.gliffy.shape.uml.uml_v2.deployment.frame=mxgraph.sysml.package;xSize=90;align=left;spacingLeft=10
com.gliffy.shape.uml.uml_v2.deployment.association=edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.uml.uml_v2.deployment.dependency=edgeStyle=orthogonalEdgeStyle;dashed=1
com.gliffy.shape.uml.uml_v2.deployment.generalization=edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.uml.uml_v2.deployment.aggregation=edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.uml.uml_v2.deployment.composition=edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.uml.uml_v2.deployment.note=note;size=10
com.gliffy.shape.uml.uml_v2.deployment.anchor_line=edgeStyle=none;dashed=1
com.gliffy.shape.uml.uml_v2.class.class=verticalAlign=top;fontSize=12;fontFamily=Helvetica
com.gliffy.shape.uml.uml_v2.deployment.package=folder;fontStyle=1;spacingTop=10;tabWidth=40;tabHeight=14;tabPosition=left
# UML v2 COMPONENT
com.gliffy.shape.uml.uml_v2.component.component1=component;align=left;spacingLeft=36
com.gliffy.shape.uml.uml_v2.component.component2=ext;symbol0=component;symbol0Width=20;symbol0Height=20;symbol0Align=right;symbol0VerticalAlign=top;symbol0Spacing=4;symbol0ArcSpacing=0.25;jettyWidth=8;jettyHeight=4
com.gliffy.shape.uml.uml_v2.component.interface=ellipse;perimeter=ellipsePerimeter
com.gliffy.shape.uml.uml_v2.component.simple_interface=stencil(bVHRDsIgDPwaHpewERN9NFP/o5s4yHCQgm7+vWydBqYJL3dXer2WidorcJJVHLyTbWDixKrqCaihMZGuouID2l6O+hoUyXpQEnWYVXFm/MhE3UDbd2gfw3Wl+GF+onYw/0qohb3b5+w5Ub8dJ6MXwZITvny7A7ZRxk85VeMrg/97rWgqYNK+QBsgaDtkmgHsZBEtipuBLpP8KKVL6DKbK0kZySRoXOqysjSCNEY7n4Qut6EJjgT3K1Q5TDvetDFbHxppmefnIgtL1xbnNw==)
com.gliffy.shape.uml.uml_v2.component.required_interface=stencil(bZDNDoMgEISfhiMJQnrosbH2PValSrRCFurP25cfbSRtwmW+GXZhiChtD0YSzsAa2Tgi7oTzGVBBPXrMvWMd6kEuqnV9stXUS1QuuKIi7EZEWUMzdKjfU7sjdg1HlAbCrROK9KXnsHNN8y4sLdqSLFjSj+90wMbbeMRTGrdM/p+1q5XCqixF7cApPWXeCNhJ6lfQ5whdZtlFSnPCRfau4zOenH7pG419ZbkY+uko0tS/qD4=)
com.gliffy.shape.uml.uml_v2.component.port=rect
com.gliffy.shape.uml.uml_v2.component.artifact=note;size=10
com.gliffy.shape.uml.uml_v2.component.generalization=edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.uml.uml_v2.component.realization=edgeStyle=orthogonalEdgeStyle;dashed=1
com.gliffy.shape.uml.uml_v2.component.association=edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.uml.uml_v2.component.aggregation=edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.uml.uml_v2.component.composition=edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.uml.uml_v2.component.dependency=edgeStyle=orthogonalEdgeStyle;dashed=1
com.gliffy.shape.uml.uml_v2.component.note=note;size=10
com.gliffy.shape.uml.uml_v2.component.anchor_line=edgeStyle=none;dashed=1
# UML v2 USE CASE
com.gliffy.shape.uml.uml_v2.use_case.package=folder;fontStyle=1;spacingTop=10;tabWidth=40;tabHeight=14;tabPosition=left
com.gliffy.shape.uml.uml_v2.use_case.use_case=ellipse;perimeter=ellipsePerimeter
com.gliffy.shape.uml.uml_v2.use_case.actor=umlActor;verticalLabelPosition=bottom;verticalAlign=bottom
com.gliffy.shape.uml.uml_v2.use_case.association=edgeStyle=none
com.gliffy.shape.uml.uml_v2.use_case.system=rect
com.gliffy.shape.uml.uml_v2.use_case.frame=mxgraph.sysml.package;xSize=90;align=left;spacingLeft=10;labelX=26
com.gliffy.shape.uml.uml_v2.use_case.include=edgeStyle=none;dashed=1
com.gliffy.shape.uml.uml_v2.use_case.extend=edgeStyle=none;dashed=1
com.gliffy.shape.uml.uml_v2.use_case.dependency=edgeStyle=none;dashed=1
com.gliffy.shape.uml.uml_v2.use_case.generalization=edgeStyle=none;
com.gliffy.shape.uml.uml_v2.use_case.realization=edgeStyle=none;dashed=1
com.gliffy.shape.uml.uml_v2.use_case.collaboration=ellipse;perimeter=ellipsePerimeter;dashed=1
com.gliffy.shape.uml.uml_v2.use_case.note=note;size=10
com.gliffy.shape.uml.uml_v2.use_case.anchor_line=edgeStyle=none;dashed=1
#
# ERD v1
#
com.gliffy.shape.erd.erd_v1.default.entity_with_multiple_attributes=rect
com.gliffy.shape.erd.erd_v1.default.entity_with_attributes=rect
com.gliffy.shape.erd.erd_v1.default.attribute=ellipse;perimeter=ellipsePerimeter
com.gliffy.shape.erd.erd_v1.default.entity=rect
com.gliffy.shape.erd.erd_v1.default.relation=rhombus;perimeter=rhombusPerimeter
com.gliffy.shape.erd.erd_v1.default.zero_many_optional=edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.erd.erd_v1.default.one_many=edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.erd.erd_v1.default.one_mandatory=edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.erd.erd_v1.default.one_one=edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.erd.erd_v1.default.one=edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.erd.erd_v1.default.zero_one=edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.erd.erd_v1.default.many=edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.erd.erd_v1.default.many_many=edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.erd.erd_v1.default.one_optional_many_optional=edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.erd.erd_v1.default.one_mandatory_many_optional=edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.erd.erd_v1.default.one_mandatory_many_mandatory=edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.erd.erd_v1.default.one_optional_many_mandatory=edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.erd.erd_v1.default.many_mandatory_many_mandatory=edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.erd.erd_v1.default.many_optional_many_mandatory=edgeStyle=orthogonalEdgeStyle
#
# BPMN v1
#
# BPMN v1 EVENTS
com.gliffy.shape.bpmn.bpmn_v1.events.general_start=mxgraph.bpmn.shape;perimeter=ellipsePerimeter;outline=standard;symbol=general;strokeWidth=1
com.gliffy.shape.bpmn.bpmn_v1.events.general_intermediate=mxgraph.bpmn.shape;perimeter=ellipsePerimeter;outline=throwing;symbol=general;strokeWidth=1
com.gliffy.shape.bpmn.bpmn_v1.events.general_end=mxgraph.bpmn.shape;perimeter=ellipsePerimeter;outline=end;symbol=general;strokeWidth=1
com.gliffy.shape.bpmn.bpmn_v1.events.message_start=mxgraph.bpmn.shape;perimeter=ellipsePerimeter;outline=standard;symbol=message;strokeWidth=1
com.gliffy.shape.bpmn.bpmn_v1.events.message_intermediate=mxgraph.bpmn.shape;perimeter=ellipsePerimeter;outline=catching;symbol=message;strokeWidth=1
com.gliffy.shape.bpmn.bpmn_v1.events.message_end=mxgraph.bpmn.shape;perimeter=ellipsePerimeter;outline=end;symbol=message;strokeWidth=1
com.gliffy.shape.bpmn.bpmn_v1.events.timer_start=mxgraph.bpmn.shape;perimeter=ellipsePerimeter;outline=standard;symbol=timer;strokeWidth=1
com.gliffy.shape.bpmn.bpmn_v1.events.timer_intermediate=mxgraph.bpmn.shape;perimeter=ellipsePerimeter;outline=catching;symbol=timer;strokeWidth=1
com.gliffy.shape.bpmn.bpmn_v1.events.cancel_intermediate=mxgraph.bpmn.shape;perimeter=ellipsePerimeter;outline=boundInt;symbol=cancel;strokeWidth=1
com.gliffy.shape.bpmn.bpmn_v1.events.cancel_end=mxgraph.bpmn.shape;perimeter=ellipsePerimeter;outline=end;symbol=cancel;strokeWidth=1
com.gliffy.shape.bpmn.bpmn_v1.events.terminate=mxgraph.bpmn.shape;perimeter=ellipsePerimeter;outline=end;symbol=terminate;strokeWidth=1
com.gliffy.shape.bpmn.bpmn_v1.events.link_start=mxgraph.bpmn.shape;perimeter=ellipsePerimeter;outline=standard;symbol=link;strokeWidth=1
com.gliffy.shape.bpmn.bpmn_v1.events.link_intermediate=mxgraph.bpmn.shape;perimeter=ellipsePerimeter;outline=throwing;symbol=link;strokeWidth=1
com.gliffy.shape.bpmn.bpmn_v1.events.link_end=mxgraph.bpmn.shape;perimeter=ellipsePerimeter;outline=end;symbol=link;strokeWidth=1
com.gliffy.shape.bpmn.bpmn_v1.events.error_intermediate=mxgraph.bpmn.shape;perimeter=ellipsePerimeter;outline=boundInt;symbol=error;strokeWidth=1
com.gliffy.shape.bpmn.bpmn_v1.events.error_end=mxgraph.bpmn.shape;perimeter=ellipsePerimeter;outline=end;symbol=error;strokeWidth=1
com.gliffy.shape.bpmn.bpmn_v1.events.compensation_intermediate=mxgraph.bpmn.shape;perimeter=ellipsePerimeter;outline=throwing;symbol=compensation;strokeWidth=1
com.gliffy.shape.bpmn.bpmn_v1.events.compensation_end=mxgraph.bpmn.shape;perimeter=ellipsePerimeter;outline=end;symbol=compensation;strokeWidth=1
com.gliffy.shape.bpmn.bpmn_v1.events.rule_start=mxgraph.bpmn.shape;perimeter=ellipsePerimeter;outline=standard;symbol=conditional;strokeWidth=1
com.gliffy.shape.bpmn.bpmn_v1.events.rule_intermediate=mxgraph.bpmn.shape;perimeter=ellipsePerimeter;outline=catching;symbol=conditional;strokeWidth=1
com.gliffy.shape.bpmn.bpmn_v1.events.multiple_start=mxgraph.bpmn.shape;perimeter=ellipsePerimeter;outline=standard;symbol=star;strokeWidth=1
com.gliffy.shape.bpmn.bpmn_v1.events.multiple_intermediate=mxgraph.bpmn.shape;perimeter=ellipsePerimeter;outline=throwing;symbol=multiple;strokeWidth=1
com.gliffy.shape.bpmn.bpmn_v1.events.multiple_end=mxgraph.bpmn.shape;perimeter=ellipsePerimeter;outline=end;symbol=multiple;strokeWidth=1
# BPMN v1 ACTIVITIES
com.gliffy.shape.bpmn.bpmn_v1.activities.multiple_instances=mxgraph.ios7.icons.pause;fillColor=#000000
com.gliffy.shape.bpmn.bpmn_v1.activities.compensation=mxgraph.bpmn.compensation;html=1;fillColor=#000000;verticalLabelPosition=bottom;verticalAlign=top
com.gliffy.shape.bpmn.bpmn_v1.activities.ad_hoc=mxgraph.bpmn.ad_hoc;fillColor=#000000;verticalLabelPosition=bottom;verticalAlign=top
com.gliffy.shape.bpmn.bpmn_v1.activities.looping=mxgraph.bpmn.loop;verticalLabelPosition=bottom;verticalAlign=top;strokeWidth=5
com.gliffy.shape.bpmn.bpmn_v1.activities.process=ext;rounded=1;arcSize=15;absoluteArcSize=1
com.gliffy.shape.bpmn.bpmn_v1.activities.transaction=ext;rounded=1;double=1;arcSize=15;absoluteArcSize=1
com.gliffy.shape.bpmn.bpmn_v1.activities.expanded_sub_process=ext;rounded=1;arcSize=15;absoluteArcSize=1
com.gliffy.shape.bpmn.bpmn_v1.activities.collapsed_sub_process=ext;rounded=1;symbol0=plus;symbol0Width=14;symbol0Height=14;symbol0Align=center;symbol0VerticalAlign=bottom;arcSize=15;absoluteArcSize=1
com.gliffy.shape.bpmn.bpmn_v1.activities.task=ext;rounded=1;arcSize=15;absoluteArcSize=1
# BPMN v1 DATA ARTIFACTS
com.gliffy.shape.bpmn.bpmn_v1.data_artifacts.annotation=mxgraph.flowchart.annotation_1;strokeWidth=2;html=1
com.gliffy.shape.bpmn.bpmn_v1.data_artifacts.data_object=note;size=25
com.gliffy.shape.bpmn.bpmn_v1.data_artifacts.group=rect;dashed=1;fillColor=none;dashPattern=8 3 2 3;fixDash=1
# BPMN v1 GATEWAYS
com.gliffy.shape.bpmn.bpmn_v1.gateways.gateway=rhombus;perimeter=rhombusPerimeter;strokeWidth=1
com.gliffy.shape.bpmn.bpmn_v1.gateways.gateway_xor_data=mxgraph.bpmn.shape;perimeter=rhombusPerimeter;background=gateway;outline=none;symbol=exclusiveGw;strokeWidth=1
com.gliffy.shape.bpmn.bpmn_v1.gateways.gateway_and=mxgraph.bpmn.shape;perimeter=rhombusPerimeter;background=gateway;outline=none;symbol=parallelGw;strokeWidth=1
com.gliffy.shape.bpmn.bpmn_v1.gateways.gateway_xor_event=mxgraph.bpmn.shape;perimeter=rhombusPerimeter;background=gateway;outline=throwing;symbol=multiple;strokeWidth=1
com.gliffy.shape.bpmn.bpmn_v1.gateways.gateway_complex=mxgraph.bpmn.shape;perimeter=rhombusPerimeter;background=gateway;outline=none;symbol=complexGw;strokeWidth=1
com.gliffy.shape.bpmn.bpmn_v1.gateways.gateway_or=mxgraph.bpmn.shape;perimeter=rhombusPerimeter;background=gateway;outline=end;symbol=general;strokeWidth=1
# BPMN v1 CONNECTORS
com.gliffy.shape.bpmn.bpmn_v1.connectors.normal_sequence_flow=edgeStyle=orthogonalEdgeStyle;dashed=1
com.gliffy.shape.bpmn.bpmn_v1.connectors.message_flow=edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.bpmn.bpmn_v1.connectors.default_sequence_flow=edgeStyle=orthogonalEdgeStyle;startArrow=dash
com.gliffy.shape.bpmn.bpmn_v1.connectors.conditional_sequence_flow=edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.bpmn.bpmn_v1.connectors.exception_flow=edgeStyle=orthogonalEdgeStyle
com.gliffy.shape.bpmn.bpmn_v1.connectors.association=edgeStyle=orthogonalEdgeStyle;dashed=1
com.gliffy.shape.bpmn.bpmn_v1.connectors.association_with_arrow=edgeStyle=orthogonalEdgeStyle;dashed=1
#
# iOS7
#
# iOS7 CONTAINERS
com.gliffy.shape.iphone.iphone_ios7.containers_content.title_bar=rect;strokeColor=none
#composite
com.gliffy.shape.iphone.iphone_ios7.containers_content.table=rect
com.gliffy.shape.iphone.iphone_ios7.containers_content.blank_screen=mxgraph.ios.iBgFlat;strokeColor=#18211b;fillColor=#dddddd
com.gliffy.shape.iphone.iphone_ios7.containers_content.iphone5=mxgraph.ios.iPhone;bgStyle=bgWhite;fillColor=#aaaaaa
com.gliffy.shape.iphone.iphone_ios7.containers_content.chat_bubble_grey=mxgraph.ios7ui.callout
com.gliffy.shape.iphone.iphone_ios7.containers_content.chat_bubble_green=mxgraph.ios7ui.callout;flipH=1
com.gliffy.shape.iphone.iphone_ios7.containers_content.chat_bubble_blue=mxgraph.ios7ui.callout;flipH=1
com.gliffy.shape.iphone.iphone_ios7.containers_content.page_indicator=mxgraph.ios.iPageControl
com.gliffy.shape.iphone.iphone_ios7.containers_content.status_bar_black=mxgraph.ios7ui.appBar;fillColor=#000000;strokeColor=#FFFFFF
com.gliffy.shape.iphone.iphone_ios7.containers_content.status_bar_white=mxgraph.ios7ui.appBar;fillColor=none;strokeColor=#000000
# iOS7 FORMS CONTROLS
#composite
com.gliffy.shape.iphone.iphone_ios7.forms_controls.button_stack=rect;rounded=1;arcSize=15;absoluteArcSize=1
#composite
com.gliffy.shape.iphone.iphone_ios7.forms_controls.alert=rect;rounded=1;arcSize=15;absoluteArcSize=1
#composite
com.gliffy.shape.iphone.iphone_ios7.forms_controls.alert_2options=rect;rounded=1;arcSize=15;absoluteArcSize=1
com.gliffy.shape.iphone.iphone_ios7.forms_controls.button_blue=rect;rounded=1;arcSize=15;absoluteArcSize=1
com.gliffy.shape.iphone.iphone_ios7.forms_controls.button_green=rect;rounded=1;arcSize=15;absoluteArcSize=1
com.gliffy.shape.iphone.iphone_ios7.forms_controls.button_red=rect;rounded=1;arcSize=15;absoluteArcSize=1
#com.gliffy.shape.iphone.iphone_ios7.forms_controls.date_picker=
com.gliffy.shape.iphone.iphone_ios7.forms_controls.input=rect;rounded=1;arcSize=15;absoluteArcSize=1
com.gliffy.shape.iphone.iphone_ios7.forms_controls.keyboard_landscape=mxgraph.ios7.misc.keyboard_(letters)
com.gliffy.shape.iphone.iphone_ios7.forms_controls.keyboard_portrait=mxgraph.ios7.misc.keyboard_(letters)
com.gliffy.shape.iphone.iphone_ios7.forms_controls.progress_bar=mxgraph.ios7ui.downloadBar;barPos=50;fillColor=#aaaaaa;strokeColor=#0080f0
com.gliffy.shape.iphone.iphone_ios7.forms_controls.search=rect;
com.gliffy.shape.iphone.iphone_ios7.forms_controls.slider=mxgraph.ios7ui.slider;barPos=35;strokeColor=#0080f0;fillColor=#ffffff;strokeColor2=#a0a0a0
com.gliffy.shape.iphone.iphone_ios7.forms_controls.switch_off=mxgraph.ios7ui.onOffButton;buttonState=off;strokeColor2=#aaaaaa;fillColor2=#ffffff
com.gliffy.shape.iphone.iphone_ios7.forms_controls.switch_on=mxgraph.ios7ui.onOffButton;buttonState=on;strokeColor=#38D145;fillColor=#38D145
# iOS7 GLYPHS
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_add=mxgraph.ios7.icons.add
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_airplane=mxgraph.signs.transportation.airplane_6;direction=south
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_alarm=mxgraph.ios7.icons.alarm_clock
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_albums=mxgraph.ios7.icons.folders
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_archive=mxgraph.ios7.icons.box
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_bluetooth=mxgraph.ios7.icons.bluetooth
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_bookmarks=mxgraph.ios7.icons.book
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_brightness=mxgraph.ios7.icons.sun
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_calculator=mxgraph.ios7.icons.calculator
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_camera=mxgraph.ios7.icons.camera
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_check=mxgraph.ios7.icons.select
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_clock=mxgraph.ios7.icons.clock
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_cloud=mxgraph.ios7.icons.cloud
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_display=mxgraph.ios7.icons.move_to_folder
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_document=mxgraph.ios7.icons.document
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_download=mxgraph.ios7.icons.down
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_edit=mxgraph.ios7.icons.compose
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_flag=mxgraph.ios7.icons.flag
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_flashlight=mxgraph.ios7.icons.flashlight
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_folder=mxgraph.ios7.icons.folder
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_globe=mxgraph.ios7.icons.globe
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_hand=mxgraph.ios7.icons.privacy
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_info=mxgraph.ios7.icons.info
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_keypad=mxgraph.ios7.icons.keypad
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_link=mxgraph.ios7.icons.link
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_list=mxgraph.ios7.icons.most_viewed
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_location=mxgraph.ios7.icons.location_2
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_lock=mxgraph.ios7.icons.orientation_lock
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_microphone=mxgraph.ios7.icons.microphone
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_moon=mxgraph.ios7.icons.moon
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_phone=mxgraph.signs.tech.telephone_3
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_photos=mxgraph.ios7.icons.folders_2
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_profile=mxgraph.ios7.icons.user
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_search=mxgraph.ios7.icons.looking_glass
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_sent=mxgraph.ios7.icons.pointer
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_settings=mxgraph.ios7.icons.settings
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_share=mxgraph.ios7.icons.share
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_star=mxgraph.ios7.icons.star
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_timer=mxgraph.ios7.icons.gauge
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_trash=mxgraph.ios7.icons.trashcan
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_video=mxgraph.ios7.icons.video_conversation
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_voicemail=mxgraph.ios7.icons.tape
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_volume=mxgraph.ios7.icons.volume_2
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.glyph_wifi=mxgraph.ios7.icons.wifi
# iOS7 ICONS
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.icon_add=mxgraph.ios7.misc.add;fillColor=#4CD864;strokeColor=#ffffff
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.icon_arrow_down=mxgraph.ios7.misc.down;strokeColor=#157EFA
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.icon_arrow_up=mxgraph.ios7.misc.up;strokeColor=#157EFA
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.icon_blue_dot=ellipse;perimeter=ellipsePerimeter;strokeColor=none;fillColor=#157EFA
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.icon_chevron=mxgraph.ios7.misc.right;strokeColor=#157EFA
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.icon_favorite_off=mxgraph.basic.star;strokeColor=#929292;fillColor=#ffffff
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.icon_favorite_on=mxgraph.basic.star;strokeColor=none;fillColor=#157EFA
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.icon_move=mxgraph.ios7.misc.options
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.icon_orange_dot=ellipse;perimeter=ellipsePerimeter;strokeColor=none;fillColor=#FF9400
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.icon_refresh=mxgraph.ios7.icons.reload;strokeColor=#929292;fillColor=#929292
com.gliffy.shape.iphone.iphone_ios7.icons_glyphs.icon_remove=mxgraph.ios7.misc.delete;fillColor=#ff0000;strokeColor=#ffffff
# iOS7 NAVIGATION
com.gliffy.shape.iphone.iphone_ios7.navigation.action_back=mxgraph.ios7.misc.left;strokeColor=#157EFA;strokeWidth=3
#composite
com.gliffy.shape.iphone.iphone_ios7.navigation.contextual_menu=rect
#composite
com.gliffy.shape.iphone.iphone_ios7.navigation.nav_3tabs=rect;rounded=1;arcSize=15;absoluteArcSize=1
#composite
com.gliffy.shape.iphone.iphone_ios7.containers_content.title_bar=partialRectangle;top=0;right=0;left=0
#composite
com.gliffy.shape.iphone.iphone_ios7.navigation.tab_bar=partialRectangle;bottom=0;right=0;left=0
#
# ANDROID v1
#
# ANDROID v1 GENERAL
com.gliffy.shape.android.android_v1.general.tooltip=rect;rounded=1;arcSize=15;absoluteArcSize=1
com.gliffy.shape.android.android_v1.general.subheader=rect
com.gliffy.shape.android.android_v1.general.statusbar=mxgraph.android.statusBar;strokeColor=#ffffff
com.gliffy.shape.android.android_v1.general.slider=mxgraph.android.progress_scrubber_focused
com.gliffy.shape.android.android_v1.general.keyboard_portrait=mxgraph.android.keyboard
com.gliffy.shape.android.android_v1.general.keyboard_landscape=mxgraph.android.keyboard
com.gliffy.shape.android.android_v1.general.bottom_bar=rect
com.gliffy.shape.android.android_v1.general.app_bar=rect
com.gliffy.shape.android.android_v1.general.actionbar=partialRectangle;top=0;right=0;left=0;strokeWidth=3
com.gliffy.shape.android.android_v1.general.phone=mxgraph.android.phone2
#composite
com.gliffy.shape.android.android_v1.general.dialog=rect;rounded=1;arcSize=5;absoluteArcSize=1
#composite
com.gliffy.shape.android.android_v1.general.list_1line=rect;strokeColor=none
#composite
com.gliffy.shape.android.android_v1.general.list_2lines=rect;strokeColor=none
#composite
com.gliffy.shape.android.android_v1.general.tabs01=rect;strokeColor=none
#composite
com.gliffy.shape.android.android_v1.general.tabs02=partialRectangle;top=0;right=0;left=0
# ANDROID v1 FORMS
#com.gliffy.shape.android.android_v1.forms.timepicker=
com.gliffy.shape.android.android_v1.forms.switch_on=mxgraph.android.switch_on
com.gliffy.shape.android.android_v1.forms.switch_off=mxgraph.android.switch_off
com.gliffy.shape.android.android_v1.forms.radio_button=ellipse;perimeter=ellipsePerimeter
com.gliffy.shape.android.android_v1.forms.input_field=mxgraph.android.textfield
#com.gliffy.shape.android.android_v1.forms.datepicker=
com.gliffy.shape.android.android_v1.forms.checkbox=mxgraph.android.checkbox
com.gliffy.shape.android.android_v1.forms.button_floating_action=mxgraph.ios7.icons.add;strokecolor=#929292;fillColor=#ffffff
com.gliffy.shape.android.android_v1.forms.button=rect;rounded=1;strokeColor=none;arcSize=15;absoluteArcSize=1
# ANDROID v1 ICONS
com.gliffy.shape.android.android_v1.icons.attachment=mxgraph.office.concepts.attachment;direction=north
com.gliffy.shape.android.android_v1.icons.avatar=mxgraph.android.contact_badge_normal
com.gliffy.shape.android.android_v1.icons.backspace=mxgraph.gmdl.backspace
com.gliffy.shape.android.android_v1.icons.brightness_high=mxgraph.basic.sun
#com.gliffy.shape.android.android_v1.icons.brightness_med=
com.gliffy.shape.android.android_v1.icons.call=mxgraph.signs.tech.telephone_3
com.gliffy.shape.android.android_v1.icons.camera=mxgraph.ios7.icons.camera
com.gliffy.shape.android.android_v1.icons.chat=mxgraph.gmdl.message
com.gliffy.shape.android.android_v1.icons.cloud=mxgraph.networks.cloud
com.gliffy.shape.android.android_v1.icons.collapse=mxgraph.ios7.misc.up
com.gliffy.shape.android.android_v1.icons.cog=mxgraph.ios7.icons.settings
com.gliffy.shape.android.android_v1.icons.copy=mxgraph.ios7.icons.documents
com.gliffy.shape.android.android_v1.icons.crop=mxgraph.signs.tech.crop
#com.gliffy.shape.android.android_v1.icons.cut=
com.gliffy.shape.android.android_v1.icons.directions=mxgraph.gmdl.share2
#tmp
com.gliffy.shape.android.android_v1.icons.document=mxgraph.azure.file_2
com.gliffy.shape.android.android_v1.icons.download=mxgraph.ios7.icons.down
com.gliffy.shape.android.android_v1.icons.edit=mxgraph.gmdl.edit
com.gliffy.shape.android.android_v1.icons.email=mxgraph.azure.message
#com.gliffy.shape.android.android_v1.icons.error=
com.gliffy.shape.android.android_v1.icons.event=mxgraph.gmdl.calendar
com.gliffy.shape.android.android_v1.icons.expand=mxgraph.ios7.misc.down
com.gliffy.shape.android.android_v1.icons.favorite=mxgraph.basic.heart
com.gliffy.shape.android.android_v1.icons.folder=mxgraph.ios7.icons.folder
#com.gliffy.shape.android.android_v1.icons.forward=
#com.gliffy.shape.android.android_v1.icons.fullscreen=
#com.gliffy.shape.android.android_v1.icons.fullscreen_exit=
#tmp
com.gliffy.shape.android.android_v1.icons.globe=mxgraph.citrix.globe
com.gliffy.shape.android.android_v1.icons.group=mxgraph.office.users.users
com.gliffy.shape.android.android_v1.icons.laptop=mxgraph.azure.laptop
com.gliffy.shape.android.android_v1.icons.location=mxgraph.gmdl.gps
com.gliffy.shape.android.android_v1.icons.lock=mxgraph.office.security.lock_protected
#com.gliffy.shape.android.android_v1.icons.lock_landscape=
#com.gliffy.shape.android.android_v1.icons.lock_portrait=
com.gliffy.shape.android.android_v1.icons.mic=mxgraph.ios7.icons.microphone
com.gliffy.shape.android.android_v1.icons.monitor=mxgraph.azure.computer
com.gliffy.shape.android.android_v1.icons.next=mxgraph.ios7.misc.right
com.gliffy.shape.android.android_v1.icons.paste=mxgraph.office.concepts.clipboard
com.gliffy.shape.android.android_v1.icons.person=mxgraph.azure.user
com.gliffy.shape.android.android_v1.icons.phone=mxgraph.office.devices.cell_phone_android_standalone
com.gliffy.shape.android.android_v1.icons.picture=stencil(pZPBEoIgFEW/hj3BmLlsrNb9AiolI4oDqPX3qWgNKpXjjJt3n4f7Lj4BDlVKSgoQLEhOAT4BhK4s1pVsNdTKqdF2EJq6mdRElTTWRqyJZCTiA6m0FBltWKKHM1iRUsl018VnAI/tO92Dw4jE2V2KqkisxtguSXfCrDG2ZeeP4MOYDGM9rWo69CTUZdG21WfOveoYF4c3IemXHOZCXHY/Uuaipp+UOztm4M4x8pwVbt5fy2Ob99by3kZ/3+b3a/nA5g8b+T/uP+ZCOb/90qq9l4pxvrw5PTfbuV41P3UvvAA=)
com.gliffy.shape.android.android_v1.icons.place_pin=mxgraph.office.concepts.pin
com.gliffy.shape.android.android_v1.icons.plane=mxgraph.signs.transportation.airplane_3
com.gliffy.shape.android.android_v1.icons.previous=mxgraph.ios7.misc.left
com.gliffy.shape.android.android_v1.icons.pushpin=mxgraph.mockup.misc.pin
com.gliffy.shape.android.android_v1.icons.reply=mxgraph.ios7.icons.back
#com.gliffy.shape.android.android_v1.icons.rotate=
com.gliffy.shape.android.android_v1.icons.save=mxgraph.cisco.storage.diskette
com.gliffy.shape.android.android_v1.icons.search=mxgraph.office.concepts.search
com.gliffy.shape.android.android_v1.icons.send=mxgraph.gmdl.send
#tmp
com.gliffy.shape.android.android_v1.icons.share=mxgraph.mockup.misc.shareIcon
com.gliffy.shape.android.android_v1.icons.star=mxgraph.basic.star
#com.gliffy.shape.android.android_v1.icons.star_half=
com.gliffy.shape.android.android_v1.icons.tag=mxgraph.gmdl.promotions
com.gliffy.shape.android.android_v1.icons.thumbs_down=mxgraph.mscae.general.like;flipV=1
com.gliffy.shape.android.android_v1.icons.thumbs_up=mxgraph.mscae.general.like
com.gliffy.shape.android.android_v1.icons.time=mxgraph.ios7.icons.clock
com.gliffy.shape.android.android_v1.icons.trash=mxgraph.ios7.icons.trashcan
com.gliffy.shape.android.android_v1.icons.undo=mxgraph.ios7.icons.reload;flipH=1
com.gliffy.shape.android.android_v1.icons.unlock=mxgraph.ios7.icons.unlocked;flipH=1
com.gliffy.shape.android.android_v1.icons.upload=mxgraph.ios7.icons.up
com.gliffy.shape.android.android_v1.icons.video=mxgraph.ios7.icons.video_conversation
com.gliffy.shape.android.android_v1.icons.volume=mxgraph.ios7.icons.volume_2
com.gliffy.shape.android.android_v1.icons.warning=mxgraph.azure.azure_alert
#ANDROID AV ICONS
#com.gliffy.shape.android.android_v1.icons_av.add_to_queue=
com.gliffy.shape.android.android_v1.icons_av.fastforward=mxgraph.ios7.icons.forward
#tmp
com.gliffy.shape.android.android_v1.icons_av.next=mxgraph.ios7.icons.forward
#tmp
com.gliffy.shape.android.android_v1.icons_av.pause=mxgraph.ios7.misc.pause
#tmp
com.gliffy.shape.android.android_v1.icons_av.play=mxgraph.ios7.icons.play
#tmp
com.gliffy.shape.android.android_v1.icons_av.previous=mxgraph.ios7.icons.backward
#tmp
com.gliffy.shape.android.android_v1.icons_av.repeat=mxgraph.ios7.icons.repeat
#tmp
com.gliffy.shape.android.android_v1.icons_av.replay=mxgraph.ios7.icons.reload;flipH=1
com.gliffy.shape.android.android_v1.icons_av.rewind=mxgraph.ios7.icons.backward;strokeColor=none
#tmp
com.gliffy.shape.android.android_v1.icons_av.shuffle=mxgraph.ios7.icons.shuffle
#TODO create a dedicated set
#ANDROID SYSTEM ICONS
com.gliffy.shape.android.android_v1.icons_system.back=mxgraph.ios7.icons.play;flipH=1
com.gliffy.shape.android.android_v1.icons_system.home=ellipse;perimeter=ellipsePerimeter
com.gliffy.shape.android.android_v1.icons_system.recent_apps=rect;rounded=1;arcSize=15;absoluteArcSize=1
#com.gliffy.shape.android.android_v1.icons_system.back_v1=
com.gliffy.shape.android.android_v1.icons_system.down_v1=mxgraph.ios7.misc.down
#com.gliffy.shape.android.android_v1.icons_system.home_v1=
#com.gliffy.shape.android.android_v1.icons_system.recent_apps_v1=
com.gliffy.shape.android.android_v1.icons_system.menu=mxgraph.ios7.misc.options
#
# AWS
#
# AWS APP SERVICES
com.gliffy.shape.aws.aws_v1.app_services.cloud_search=mxgraph.aws3.cloudsearch;fillColor=#F58534
com.gliffy.shape.aws.aws_v1.app_services.cloud_search_sdf_metadata=mxgraph.aws3.search_documents;fillColor=#F58534
com.gliffy.shape.aws.aws_v1.app_services.elastic_transcoder=mxgraph.aws3.elastic_transcoder;fillColor=#D9A741
com.gliffy.shape.aws.aws_v1.app_services.email=mxgraph.aws3.email;fillColor=#D9A741
com.gliffy.shape.aws.aws_v1.app_services.ses=mxgraph.aws3.ses;fillColor=#D9A741
com.gliffy.shape.aws.aws_v1.app_services.sns=mxgraph.aws3.sns;fillColor=#D9A741
com.gliffy.shape.aws.aws_v1.app_services.sns_email_notification=mxgraph.aws3.email_notification;fillColor=#D9A741
com.gliffy.shape.aws.aws_v1.app_services.sns_http_notification=mxgraph.aws3.http_notification;fillColor=#D9A741
com.gliffy.shape.aws.aws_v1.app_services.sns_topic=mxgraph.aws3.topic_2;fillColor=#D9A741
com.gliffy.shape.aws.aws_v1.app_services.sqs=mxgraph.aws3.sqs;fillColor=#D9A741
com.gliffy.shape.aws.aws_v1.app_services.sqs_message=mxgraph.aws3.message;fillColor=#D9A741
com.gliffy.shape.aws.aws_v1.app_services.sqs_queue=mxgraph.aws3.queue;fillColor=#D9A741
com.gliffy.shape.aws.aws_v1.app_services.swf=mxgraph.aws3.swf;fillColor=#D9A741
com.gliffy.shape.aws.aws_v1.app_services.swf_decider=mxgraph.aws3.decider;fillColor=#D9A741
com.gliffy.shape.aws.aws_v1.app_services.swf_worker=mxgraph.aws3.worker;fillColor=#D9A741
# AWS COMPUTE AND NETWORKING
com.gliffy.shape.aws.aws_v1.compute_and_networking.auto_scaling=mxgraph.aws3.auto_scaling;fillColor=#F58534
com.gliffy.shape.aws.aws_v1.compute_and_networking.aws_direct_connect=mxgraph.aws3.direct_connect;fillColor=#F58536
com.gliffy.shape.aws.aws_v1.compute_and_networking.ec2=mxgraph.aws3.ec2;fillColor=#F58534
com.gliffy.shape.aws.aws_v1.compute_and_networking.ec2_ami=mxgraph.aws3.ami;fillColor=#F58534
com.gliffy.shape.aws.aws_v1.compute_and_networking.ec2_cloud_watch=mxgraph.aws3.instance_with_cloudwatch;fillColor=#F58534
com.gliffy.shape.aws.aws_v1.compute_and_networking.ec2_db_on_instance=mxgraph.aws3.db_on_instance;fillColor=#F58534
com.gliffy.shape.aws.aws_v1.compute_and_networking.ec2_elastic_ip=mxgraph.aws3.elastic_ip;fillColor=#F58534
com.gliffy.shape.aws.aws_v1.compute_and_networking.ec2_instance=mxgraph.aws3.instance;fillColor=#F58534
com.gliffy.shape.aws.aws_v1.compute_and_networking.ec2_instances=mxgraph.aws3.instances;fillColor=#F58534
com.gliffy.shape.aws.aws_v1.compute_and_networking.elastic_load_balancing=mxgraph.aws3.elastic_load_balancing;fillColor=#F58534
com.gliffy.shape.aws.aws_v1.compute_and_networking.elastic_network_instance=mxgraph.aws3.elastic_network_interface;fillColor=#F58534
com.gliffy.shape.aws.aws_v1.compute_and_networking.emr=mxgraph.aws3.emr;fillColor=#F58534
com.gliffy.shape.aws.aws_v1.compute_and_networking.emr_cluster=mxgraph.aws3.emr_cluster;fillColor=#F58534
com.gliffy.shape.aws.aws_v1.compute_and_networking.emr_hdfs_cluster=mxgraph.aws3.hdfs_cluster;fillColor=#F58534
com.gliffy.shape.aws.aws_v1.compute_and_networking.route_53=mxgraph.aws3.route_53;fillColor=#F58536
com.gliffy.shape.aws.aws_v1.compute_and_networking.route_53_hosted_zone=mxgraph.aws3.hosted_zone;fillColor=#F58536
com.gliffy.shape.aws.aws_v1.compute_and_networking.route_53_route_table=mxgraph.aws3.route_table;fillColor=#F58536
com.gliffy.shape.aws.aws_v1.compute_and_networking.vpc=mxgraph.aws3.vpc;fillColor=#F58536
com.gliffy.shape.aws.aws_v1.compute_and_networking.vpc_customer_gateway=mxgraph.aws3.customer_gateway;fillColor=#F58536
com.gliffy.shape.aws.aws_v1.compute_and_networking.vpc_internet_gateway=mxgraph.aws3.internet_gateway;fillColor=#F58536
com.gliffy.shape.aws.aws_v1.compute_and_networking.vpc_router=mxgraph.aws3.router;fillColor=#F58536
com.gliffy.shape.aws.aws_v1.compute_and_networking.vpc_vpn_connection=mxgraph.aws3.vpn_connection;fillColor=#F58536
com.gliffy.shape.aws.aws_v1.compute_and_networking.vpc_vpn_gateway=mxgraph.aws3.vpn_gateway;fillColor=#F58536
# AWS DATABASE
com.gliffy.shape.aws.aws_v1.database.dynamo_db=mxgraph.aws3.dynamo_db;fillColor=#2E73B8
com.gliffy.shape.aws.aws_v1.database.dynamo_db_attribute=mxgraph.aws3.attribute;fillColor=#2E73B8
com.gliffy.shape.aws.aws_v1.database.dynamo_db_attributes=mxgraph.aws3.attributes;fillColor=#2E73B8
com.gliffy.shape.aws.aws_v1.database.dynamo_db_item=mxgraph.aws3.item;fillColor=#2E73B8
com.gliffy.shape.aws.aws_v1.database.dynamo_db_items=mxgraph.aws3.items;fillColor=#2E73B8
com.gliffy.shape.aws.aws_v1.database.dynamo_db_table=mxgraph.aws3.table;fillColor=#2E73B8
com.gliffy.shape.aws.aws_v1.database.elastic_cache=mxgraph.aws3.elasticache;fillColor=#2E73B8
com.gliffy.shape.aws.aws_v1.database.elastic_cache_node=mxgraph.aws3.cache_node;fillColor=#2E73B8
com.gliffy.shape.aws.aws_v1.database.rds=mxgraph.aws3.rds;fillColor=#2E73B8
com.gliffy.shape.aws.aws_v1.database.rds_db_instance=mxgraph.aws3.rds_db_instance;fillColor=#2E73B8
com.gliffy.shape.aws.aws_v1.database.rds_instance_read_replica=mxgraph.aws3.rds_db_instance_read_replica;fillColor=#2E73B8
com.gliffy.shape.aws.aws_v1.database.rds_instance_standby=mxgraph.aws3.rds_db_instance_standby_multi_az;fillColor=#2E73B8
com.gliffy.shape.aws.aws_v1.database.rds_ms_sql_instance=mxgraph.aws3.ms_sql_instance;fillColor=#2E73B8
com.gliffy.shape.aws.aws_v1.database.rds_mysql_db_instance=mxgraph.aws3.mysql_db_instance;fillColor=#2E73B8
com.gliffy.shape.aws.aws_v1.database.rds_oracle_db_instance=mxgraph.aws3.oracle_db_instance;fillColor=#2E73B8
com.gliffy.shape.aws.aws_v1.database.red_shift=mxgraph.aws3.redshift;fillColor=#2E73B8
com.gliffy.shape.aws.aws_v1.database.simple_db=mxgraph.aws2.database.simpledb;strokeColor=none
com.gliffy.shape.aws.aws_v1.database.simple_db_domain=mxgraph.aws2.database.simpledb_domain;strokeColor=none
# AWS DEPLOYMENT AND MANAGEMENT
com.gliffy.shape.aws.aws_v1.deployment_and_management.aws_cloud_formation=mxgraph.aws3.cloudformation;fillColor=#759C3E
com.gliffy.shape.aws.aws_v1.deployment_and_management.aws_cloud_formation_stack=mxgraph.aws3.stack_aws_cloudformation;fillColor=#759C3E
com.gliffy.shape.aws.aws_v1.deployment_and_management.aws_cloud_formation_template=mxgraph.aws3.template;fillColor=#759C3E
com.gliffy.shape.aws.aws_v1.deployment_and_management.aws_data_pipeline=mxgraph.aws3.data_pipeline;fillColor=#F58534
com.gliffy.shape.aws.aws_v1.deployment_and_management.cloud_watch=mxgraph.aws3.cloudwatch;fillColor=#759C3E
com.gliffy.shape.aws.aws_v1.deployment_and_management.cloud_watch_alarm=mxgraph.aws3.alarm;fillColor=#759C3E
com.gliffy.shape.aws.aws_v1.deployment_and_management.elastic_beanstalk=mxgraph.aws3.elastic_beanstalk;fillColor=#F58534
com.gliffy.shape.aws.aws_v1.deployment_and_management.elastic_beanstalk_application=mxgraph.aws2.deployment_and_management.elastic_beanstalk_application;strokeColor=none
com.gliffy.shape.aws.aws_v1.deployment_and_management.elastic_beanstalk_deployment=mxgraph.aws2.deployment_and_management.elastic_beanstalk_deployment;strokeColor=none
com.gliffy.shape.aws.aws_v1.deployment_and_management.iam=mxgraph.aws3.iam;fillColor=#759C3E
com.gliffy.shape.aws.aws_v1.deployment_and_management.iam_add_on=mxgraph.aws3.add_on;fillColor=#759C3E
com.gliffy.shape.aws.aws_v1.deployment_and_management.iam_sts=mxgraph.aws3.sts;fillColor=#759C3E
com.gliffy.shape.aws.aws_v1.deployment_and_management.ops_works=mxgraph.aws3.opsworks;fillColor=#759C3E
# AWS NON SERVICE SPECIFIC
com.gliffy.shape.aws.aws_v1.non_service_specific.aws_cloud=mxgraph.aws3.cloud;fillColor=#F58534
com.gliffy.shape.aws.aws_v1.non_service_specific.aws_management_console=mxgraph.aws3.management_console;fillColor=#F58534
com.gliffy.shape.aws.aws_v1.non_service_specific.client=mxgraph.aws3.management_console;fillColor=#D2D3D3
com.gliffy.shape.aws.aws_v1.non_service_specific.corporate_data_center=mxgraph.aws3.corporate_data_center;fillColor=#7D7C7C
com.gliffy.shape.aws.aws_v1.non_service_specific.disk=mxgraph.aws3.disk;fillColor=#7D7C7C
com.gliffy.shape.aws.aws_v1.non_service_specific.forum=mxgraph.aws3.forums;fillColor=#F58534
com.gliffy.shape.aws.aws_v1.non_service_specific.generic_database=mxgraph.aws3.generic_database;fillColor=#7D7C7C
com.gliffy.shape.aws.aws_v1.non_service_specific.internet=mxgraph.aws2.non-service_specific.internet;strokeColor=none
com.gliffy.shape.aws.aws_v1.non_service_specific.mobile_client=mxgraph.aws3.mobile_client;fillColor=#D2D3D3
com.gliffy.shape.aws.aws_v1.non_service_specific.multimedia=mxgraph.aws3.multimedia;fillColor=#D2D3D3
com.gliffy.shape.aws.aws_v1.non_service_specific.tape_storage=mxgraph.aws3.tape_storage;fillColor=#7D7C7C
com.gliffy.shape.aws.aws_v1.non_service_specific.traditional_server=mxgraph.aws3.traditional_server;fillColor=#7D7C7C
com.gliffy.shape.aws.aws_v1.non_service_specific.user=mxgraph.aws3.user;fillColor=#D2D3D3
com.gliffy.shape.aws.aws_v1.non_service_specific.users=mxgraph.aws3.users;fillColor=#D2D3D3
com.gliffy.shape.aws.aws_v1.non_service_specific.virtual_private_cloud=mxgraph.aws3.virtual_private_cloud;fillColor=#F58534
# AWS ON DEMAND WORKFORCE
com.gliffy.shape.aws.aws_v1.on_demand_workforce.mechanical_turk=mxgraph.aws3.mechanical_turk;fillColor=#ACACAC
com.gliffy.shape.aws.aws_v1.on_demand_workforce.mechanical_turk_assignment_task=mxgraph.aws3.assignment_task;fillColor=#ACACAC
com.gliffy.shape.aws.aws_v1.on_demand_workforce.mechanical_turk_human_intelligence_tasks=mxgraph.aws3.human_intelligence_tasks_hit;fillColor=#ACACAC
com.gliffy.shape.aws.aws_v1.on_demand_workforce.mechanical_turk_requester=mxgraph.aws3.requester;fillColor=#ACACAC
com.gliffy.shape.aws.aws_v1.on_demand_workforce.mechanical_turk_workers=mxgraph.aws3.users;fillColor=#ACACAC
# AWS SDKS
com.gliffy.shape.aws.aws_v1.sdks.android=mxgraph.aws3.android;fillColor=#96BF3D
com.gliffy.shape.aws.aws_v1.sdks.aws_toolkit_for_eclipse=mxgraph.aws3.toolkit_for_eclipse;fillColor=#342074
com.gliffy.shape.aws.aws_v1.sdks.aws_toolkit_for_visual_studio=mxgraph.aws3.toolkit_for_visual_studio;fillColor=#53B1CB
com.gliffy.shape.aws.aws_v1.sdks.cli=mxgraph.aws3.cli;fillColor=#444444
com.gliffy.shape.aws.aws_v1.sdks.ios=mxgraph.aws3.android;fillColor=#CFCFCF
com.gliffy.shape.aws.aws_v1.sdks.java=mxgraph.aws3.android;fillColor=#EE472A
com.gliffy.shape.aws.aws_v1.sdks.net=mxgraph.aws3.android;fillColor=#115193
com.gliffy.shape.aws.aws_v1.sdks.nodejs=mxgraph.aws3.android;fillColor=#8CC64F
com.gliffy.shape.aws.aws_v1.sdks.php=mxgraph.aws3.android;fillColor=#5A69A4
com.gliffy.shape.aws.aws_v1.sdks.python=mxgraph.aws3.android;fillColor=#FFD44F
com.gliffy.shape.aws.aws_v1.sdks.ruby=mxgraph.aws3.android;fillColor=#AE1F23
com.gliffy.shape.aws.aws_v1.sdks.tools_for_windows_power_shell=mxgraph.aws3.toolkit_for_windows_powershell;fillColor=#737373
# AWS STORAGE AND CONTENT DELIVERY
com.gliffy.shape.aws.aws_v1.storage_and_content_delivery.amazon_cloud_front=mxgraph.aws3.cloudfront;fillColor=#E05243
com.gliffy.shape.aws.aws_v1.storage_and_content_delivery.amazon_cloud_front_download_distribution=mxgraph.aws3.download_distribution;fillColor=#F58536
com.gliffy.shape.aws.aws_v1.storage_and_content_delivery.amazon_cloud_front_edge_location=mxgraph.aws3.edge_location;fillColor=#E05243
com.gliffy.shape.aws.aws_v1.storage_and_content_delivery.amazon_cloud_front_streaming_distribution=mxgraph.aws3.streaming_distribution;fillColor=#F58536
com.gliffy.shape.aws.aws_v1.storage_and_content_delivery.amazon_ebs=mxgraph.aws3.volume;fillColor=#E05243
com.gliffy.shape.aws.aws_v1.storage_and_content_delivery.amazon_ebs_snapshot=mxgraph.aws3.snapshot;fillColor=#E05243
com.gliffy.shape.aws.aws_v1.storage_and_content_delivery.amazon_ebs_volume=mxgraph.aws3.volume;fillColor=#E05243
com.gliffy.shape.aws.aws_v1.storage_and_content_delivery.amazon_glacier=mxgraph.aws3.glacier;fillColor=#E05243
com.gliffy.shape.aws.aws_v1.storage_and_content_delivery.amazon_glacier_archive=mxgraph.aws3.archive;fillColor=#E05243
com.gliffy.shape.aws.aws_v1.storage_and_content_delivery.amazon_glacier_vault=mxgraph.aws3.vault;fillColor=#E05243
com.gliffy.shape.aws.aws_v1.storage_and_content_delivery.amazon_s3=mxgraph.aws3.s3;fillColor=#E05243
com.gliffy.shape.aws.aws_v1.storage_and_content_delivery.amazon_s3_bucket=mxgraph.aws3.bucket;fillColor=#E05243
gshape.aws_v2.storage_and_content.StorageAndContent_AmazonS3Bucket=mxgraph.aws3.bucket;fillColor=#E05243
com.gliffy.shape.aws.aws_v1.storage_and_content_delivery.amazon_s3_bucket_with_objects=mxgraph.aws3.bucket_with_objects;fillColor=#E05243
com.gliffy.shape.aws.aws_v1.storage_and_content_delivery.amazon_s3_objects=mxgraph.aws3.object;fillColor=#E05243
com.gliffy.shape.aws.aws_v1.storage_and_content_delivery.aws_import_export=mxgraph.aws3.import_export;fillColor=#E05243
com.gliffy.shape.aws.aws_v1.storage_and_content_delivery.aws_storage_gateway=mxgraph.aws3.storage_gateway;fillColor=#E05243
#
# AWS Isometric
#
# AWS AI
gshape.aws_v2.ai.AI_AmazonLex=outlineConnect=0;fontColor=#232F3E;gradientColor=#4AB29A;gradientDirection=north;fillColor=#116D5B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.lex;
gshape.aws_v2.ai.AI_AmazonMachineLearning=outlineConnect=0;fontColor=#232F3E;gradientColor=#4AB29A;gradientDirection=north;fillColor=#116D5B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.machine_learning;
gshape.aws_v2.ai.AI_AmazonPolly=outlineConnect=0;fontColor=#232F3E;gradientColor=#4AB29A;gradientDirection=north;fillColor=#116D5B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.polly;
gshape.aws_v2.ai.AI_AmazonRekognition=outlineConnect=0;fontColor=#232F3E;gradientColor=#4AB29A;gradientDirection=north;fillColor=#116D5B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.rekognition;
# AWS ANALYTICS
gshape.aws_v2.analytics.Analytics_AWSDataPipeline=outlineConnect=0;fontColor=#232F3E;gradientColor=#945DF2;gradientDirection=north;fillColor=#5A30B5;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.data_pipeline;
gshape.aws_v2.analytics.Analytics_AWSGlue=outlineConnect=0;fontColor=#232F3E;gradientColor=#945DF2;gradientDirection=north;fillColor=#5A30B5;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.glue;
gshape.aws_v2.analytics.Analytics_AmazonAthena=outlineConnect=0;fontColor=#232F3E;gradientColor=#945DF2;gradientDirection=north;fillColor=#5A30B5;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.athena;
gshape.aws_v2.analytics.Analytics_AmazonCloudSearch=outlineConnect=0;fontColor=#232F3E;gradientColor=#945DF2;gradientDirection=north;fillColor=#5A30B5;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.cloudsearch;
gshape.aws_v2.analytics.Analytics_AmazonCloudSearch_searchdocuments=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.search_documents;
gshape.aws_v2.analytics.Analytics_AmazonEMR=outlineConnect=0;fontColor=#232F3E;gradientColor=#945DF2;gradientDirection=north;fillColor=#5A30B5;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.emr;
gshape.aws_v2.analytics.Analytics_AmazonEMR_EMRengine=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.emr_engine;
gshape.aws_v2.analytics.Analytics_AmazonEMR_EMRengineMapRM3=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.emr_engine_mapr_m3;
gshape.aws_v2.analytics.Analytics_AmazonEMR_EMRengineMapRM5=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.emr_engine_mapr_m5;
gshape.aws_v2.analytics.Analytics_AmazonEMR_EMRengineMapRM7=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.emr_engine_mapr_m7;
gshape.aws_v2.analytics.Analytics_AmazonEMR_HDFScluster=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.hdfs_cluster;
gshape.aws_v2.analytics.Analytics_AmazonEMR_cluster=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.cluster;
gshape.aws_v2.analytics.Analytics_AmazonES=outlineConnect=0;fontColor=#232F3E;gradientColor=#945DF2;gradientDirection=north;fillColor=#5A30B5;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.elasticsearch_service;
gshape.aws_v2.analytics.Analytics_AmazonKinesis=outlineConnect=0;fontColor=#232F3E;gradientColor=#945DF2;gradientDirection=north;fillColor=#5A30B5;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.kinesis;
gshape.aws_v2.analytics.Analytics_AmazonKinesis_AmazonKinesisAnalytics=outlineConnect=0;fontColor=#232F3E;gradientColor=#945DF2;gradientDirection=north;fillColor=#5A30B5;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.kinesis_data_analytics;
gshape.aws_v2.analytics.Analytics_AmazonKinesis_AmazonKinesisFirehose=outlineConnect=0;fontColor=#232F3E;gradientColor=#945DF2;gradientDirection=north;fillColor=#5A30B5;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.kinesis_data_firehose;
gshape.aws_v2.analytics.Analytics_AmazonKinesis_AmazonKinesisStreams=outlineConnect=0;fontColor=#232F3E;gradientColor=#945DF2;gradientDirection=north;fillColor=#5A30B5;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.kinesis_data_streams;
gshape.aws_v2.analytics.Analytics_AmazonKinesis_AmazonKinesis_enabledapp=outlineConnect=0;fontColor=#232F3E;gradientColor=#945DF2;gradientDirection=north;fillColor=#5A30B5;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.kinesis;
gshape.aws_v2.analytics.Analytics_AmazonQuickSight=outlineConnect=0;fontColor=#232F3E;gradientColor=#945DF2;gradientDirection=north;fillColor=#5A30B5;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.quicksight;
gshape.aws_v2.analytics.Analytics_AmazonRedshift=outlineConnect=0;fontColor=#232F3E;gradientColor=#945DF2;gradientDirection=north;fillColor=#5A30B5;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.redshift;
gshape.aws_v2.analytics.Analytics_AmazonRedshift_densecomputenode=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.dense_compute_node;
gshape.aws_v2.analytics.Analytics_AmazonRedshift_densestoragenode=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.dense_storage_node;
# AWS APPLICATION SERVICES
gshape.aws_v2.application_services.ApplicationServices_AWSStepFunctions=outlineConnect=0;fontColor=#232F3E;gradientColor=#F34482;gradientDirection=north;fillColor=#BC1356;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.step_functions;
gshape.aws_v2.application_services.ApplicationServices_AmazonAPIGateway=outlineConnect=0;fontColor=#232F3E;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.api_gateway;
gshape.aws_v2.application_services.ApplicationServices_AmazonElasticTranscoder=outlineConnect=0;fontColor=#232F3E;gradientColor=#F78E04;gradientDirection=north;fillColor=#D05C17;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.elastic_transcoder;
gshape.aws_v2.application_services.ApplicationServices_AmazonSWF=outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.swf;fillColor=#D9A741;gradientColor=none;
gshape.aws_v2.application_services.ApplicationServices_AmazonSWF_decider=outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.decider;fillColor=#D9A741;gradientColor=none;
gshape.aws_v2.application_services.ApplicationServices_AmazonSWF_worker=outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.worker;fillColor=#D9A741;gradientColor=none;
# AWS BUSINESS PRODUCTIVITY
gshape.aws_v2.business_productivity.BusinessProductivity_AmazonChime=outlineConnect=0;fontColor=#232F3E;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.chime;
gshape.aws_v2.business_productivity.BusinessProductivity_AmazonWorkDocs=outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.workdocs;fillColor=#D16A28;gradientColor=#F58435;gradientDirection=north;
gshape.aws_v2.business_productivity.BusinessProductivity_AmazonWorkMail=outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.workmail;fillColor=#D16A28;gradientColor=#F58435;gradientDirection=north;
# AWS COMPUTE
gshape.aws_v2.compute.Compute_AWSBatch=outlineConnect=0;fontColor=#232F3E;gradientColor=#F78E04;gradientDirection=north;fillColor=#D05C17;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.batch;
gshape.aws_v2.compute.Compute_AWSElasticBeanstalk=outlineConnect=0;fontColor=#232F3E;gradientColor=#F78E04;gradientDirection=north;fillColor=#D05C17;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.elastic_beanstalk;
gshape.aws_v2.compute.Compute_AWSElasticBeanstalk_application=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#D05C17;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.application;
gshape.aws_v2.compute.Compute_AWSElasticBeanstalk_deployment=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#D05C17;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.deployment;
gshape.aws_v2.compute.Compute_AWSLambda=outlineConnect=0;fontColor=#232F3E;gradientColor=#F78E04;gradientDirection=north;fillColor=#D05C17;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.lambda;
gshape.aws_v2.compute.Compute_AWSLambda_LambdaFunction=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#D05C17;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.lambda_function;
gshape.aws_v2.compute.Compute_AWSLambda_mod=outlineConnect=0;fontColor=#232F3E;gradientColor=#F78E04;gradientDirection=north;fillColor=#D05C17;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.lambda;
gshape.aws_v2.compute.Compute_AmazonEC2=outlineConnect=0;fontColor=#232F3E;gradientColor=#F78E04;gradientDirection=north;fillColor=#D05C17;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.ec2;
gshape.aws_v2.compute.Compute_AmazonEC2_AMI=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#D05C17;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.ami;
gshape.aws_v2.compute.Compute_AmazonEC2_AutoScaling=outlineConnect=0;fontColor=#232F3E;gradientColor=#F78E04;gradientDirection=north;fillColor=#D05C17;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.auto_scaling2;
gshape.aws_v2.compute.Compute_AmazonEC2_DBoninstance=outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.db_on_instance;
gshape.aws_v2.compute.Compute_AmazonEC2_EC2rescue=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#D05C17;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.rescue;
gshape.aws_v2.compute.Compute_AmazonEC2_ElasticIPaddress=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#D05C17;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.elastic_ip_address;
gshape.aws_v2.compute.Compute_AmazonEC2_SpotFleet=outlineConnect=0;gradientColor=none;html=1;whiteSpace=wrap;fontSize=12;fontStyle=0;shape=mxgraph.aws4.group;grIcon=mxgraph.aws4.group_spot_fleet;strokeColor=#D86613;fillColor=none;verticalAlign=top;align=left;spacingLeft=30;fontColor=#D86613;dashed=0;
gshape.aws_v2.compute.Compute_AmazonEC2_SpotInstance=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#D86613;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.spot_instance;
gshape.aws_v2.compute.Compute_AmazonEC2_X1instance=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#D86613;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.x1_instance2;
gshape.aws_v2.compute.Compute_AmazonEC2_instance=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#D86613;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.instance2;
gshape.aws_v2.compute.Compute_AmazonEC2_instances=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#D86613;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.instances;
gshape.aws_v2.compute.Compute_AmazonEC2_instancewithCloudWatch=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#D86613;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.instance_with_cloudwatch2;
gshape.aws_v2.compute.Compute_AmazonEC2_optimizedinstance=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#D86613;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.optimized_instance;
gshape.aws_v2.compute.Compute_AmazonECR=outlineConnect=0;fontColor=#232F3E;gradientColor=#F78E04;gradientDirection=north;fillColor=#D05C17;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.ecr;
gshape.aws_v2.compute.Compute_AmazonECR_ECRRegistry=outlineConnect=0;fontColor=#232F3E;gradientColor=#F78E04;gradientDirection=north;fillColor=#D05C17;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.ecr;
gshape.aws_v2.compute.Compute_AmazonECS=outlineConnect=0;fontColor=#232F3E;gradientColor=#F78E04;gradientDirection=north;fillColor=#D05C17;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.ecs;
gshape.aws_v2.compute.Compute_AmazonECS_ECScontainer=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#D05C17;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.container_1;
gshape.aws_v2.compute.Compute_AmazonECS_ECScontainer_Alt1=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#D05C17;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.container_2;
gshape.aws_v2.compute.Compute_AmazonECS_ECScontainer_Alt2=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#D05C17;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.container_3;
gshape.aws_v2.compute.Compute_AmazonLightsail=outlineConnect=0;fontColor=#232F3E;gradientColor=#F78E04;gradientDirection=north;fillColor=#D05C17;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.lightsail;
gshape.aws_v2.compute.Compute_AmazonVPC=outlineConnect=0;fontColor=#232F3E;gradientColor=#945DF2;gradientDirection=north;fillColor=#5A30B5;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.vpc;
gshape.aws_v2.compute.Compute_AmazonVPC_Internetgateway=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.internet_gateway;
gshape.aws_v2.compute.Compute_AmazonVPC_VPCNATgateway=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.nat_gateway;
gshape.aws_v2.compute.Compute_AmazonVPC_VPCpeering=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.peering;
gshape.aws_v2.compute.Compute_AmazonVPC_VPNconnection=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.vpn_connection;
gshape.aws_v2.compute.Compute_AmazonVPC_VPNgateway=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.vpn_gateway;
gshape.aws_v2.compute.Compute_AmazonVPC_customergateway=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.customer_gateway;
gshape.aws_v2.compute.Compute_AmazonVPC_elasticnetworkadapter=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.elastic_network_adapter;
gshape.aws_v2.compute.Compute_AmazonVPC_elasticnetworkinterface=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.elastic_network_interface;
gshape.aws_v2.compute.Compute_AmazonVPC_endpoints=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.endpoints;
gshape.aws_v2.compute.Compute_AmazonVPC_flowlogs=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.flow_logs;
gshape.aws_v2.compute.Compute_AmazonVPC_networkaccesscontrollist=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.network_access_control_list;
gshape.aws_v2.compute.Compute_AmazonVPC_router=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.router;
gshape.aws_v2.compute.Compute_ElasticLoadBalancing=outlineConnect=0;fontColor=#232F3E;gradientColor=#F78E04;gradientDirection=north;fillColor=#D05C17;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.elastic_load_balancing;
gshape.aws_v2.compute.Compute_ElasticLoadBalancing_ApplicationLoadBalancer=outlineConnect=0;fontColor=#232F3E;gradientColor=#F78E04;gradientDirection=north;fillColor=#D05C17;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.application_load_balancer;
gshape.aws_v2.compute.Compute_ElasticLoadBalancing_ELLoadBalancer=outlineConnect=0;fontColor=#232F3E;gradientColor=#F78E04;gradientDirection=north;fillColor=#D05C17;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.elastic_load_balancing;
# AWS CONTACT CENTER
gshape.aws_v2.contact_center.ContactCenter_AmazonConnect=outlineConnect=0;fontColor=#232F3E;gradientColor=#4D72F3;gradientDirection=north;fillColor=#3334B9;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.connect;
# AWS DATABASE
gshape.aws_v2.database.Database_AWSDMS=outlineConnect=0;fontColor=#232F3E;gradientColor=#4D72F3;gradientDirection=north;fillColor=#3334B9;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.database_migration_service;
gshape.aws_v2.database.Database_AWSDMS_databasemigrationworkflowjob=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#3334B9;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.database_migration_workflow_job;
gshape.aws_v2.database.Database_AmazonDynamoDB=outlineConnect=0;fontColor=#232F3E;gradientColor=#4D72F3;gradientDirection=north;fillColor=#3334B9;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.database;
gshape.aws_v2.database.Database_AmazonDynamoDBAccelerator=outlineConnect=0;fontColor=#232F3E;gradientColor=#4D72F3;gradientDirection=north;fillColor=#3334B9;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.dynamodb;
gshape.aws_v2.database.Database_AmazonDynamoDB_attribute=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#3334B9;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.attribute;
gshape.aws_v2.database.Database_AmazonDynamoDB_attributes=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#3334B9;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.attributes;
gshape.aws_v2.database.Database_AmazonDynamoDB_globalsecondaryindex=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#3334B9;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.global_secondary_index;
gshape.aws_v2.database.Database_AmazonDynamoDB_item=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#3334B9;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.item;
gshape.aws_v2.database.Database_AmazonDynamoDB_items=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#3334B9;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.items;
gshape.aws_v2.database.Database_AmazonDynamoDB_table=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#3334B9;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.table;
gshape.aws_v2.database.Database_AmazonElasticCache=outlineConnect=0;fontColor=#232F3E;gradientColor=#4D72F3;gradientDirection=north;fillColor=#3334B9;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.elasticache;
gshape.aws_v2.database.Database_AmazonElasticCache_Memcached=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#3334B9;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.elasticache_for_memcached;
gshape.aws_v2.database.Database_AmazonElasticCache_Redis=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#3334B9;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.elasticache_for_redis;
gshape.aws_v2.database.Database_AmazonElasticCache_cachenode=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#3334B9;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.cache_node;
gshape.aws_v2.database.Database_AmazonRDS=outlineConnect=0;fontColor=#232F3E;gradientColor=#4D72F3;gradientDirection=north;fillColor=#3334B9;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.rds;
gshape.aws_v2.database.Database_AmazonRDS_DBinstance=outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.db_instance;
gshape.aws_v2.database.Database_AmazonRDS_MSSQLinstance=outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.ms_sql_instance;
gshape.aws_v2.database.Database_AmazonRDS_MSSQLinstancealternate=outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.ms_sql_instance_alternate;
gshape.aws_v2.database.Database_AmazonRDS_MySQLDBinstance=outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.mysql_db_instance;
gshape.aws_v2.database.Database_AmazonRDS_MySQLinstancealternate=outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.mysql_db_instance_alternate;
gshape.aws_v2.database.Database_AmazonRDS_OracleDBinstancealternate=outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.oracle_db_instance_alternate;
gshape.aws_v2.database.Database_AmazonRDS_PIOP=outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.piop;
gshape.aws_v2.database.Database_AmazonRDS_PostgreSQLinstance=outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.postgresql_instance;
gshape.aws_v2.database.Database_AmazonRDS_SQLmaster=outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.sql_primary;
gshape.aws_v2.database.Database_AmazonRDS_SQLslave=outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.sql_replica;
gshape.aws_v2.database.Database_AmazonRDS_instancereadreplica=outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.db_instance_read_replica;
gshape.aws_v2.database.Database_AmazonRDS_instancestandby=outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.db_instance_standby;
gshape.aws_v2.database.Database_AmazonRDS_oracleDBinstance=outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.oracle_db_instance;
gshape.aws_v2.database.Database_AmazonRedshift=outlineConnect=0;fontColor=#232F3E;gradientColor=#4D72F3;gradientDirection=north;fillColor=#3334B9;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.redshift;
gshape.aws_v2.database.Database_AmazonRedshift_densecomputenode=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#3334B9;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.dense_compute_node;
gshape.aws_v2.database.Database_AmazonRedshift_densestoragenode=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#3334B9;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.dense_storage_node;
# AWS DESKTOP APP STREAMING
gshape.aws_v2.desktop_and_app_streaming.DesktopAppStreaming_AmazonAppStream2.0=outlineConnect=0;fontColor=#232F3E;gradientColor=#4AB29A;gradientDirection=north;fillColor=#116D5B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.appstream_20;
gshape.aws_v2.desktop_and_app_streaming.DesktopAppStreaming_AmazonWorkSpaces=outlineConnect=0;fontColor=#232F3E;gradientColor=#4AB29A;gradientDirection=north;fillColor=#116D5B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.workspaces;
# AWS DEVELOPER TOOLS
gshape.aws_v2.developer_tools.DeveloperTools_AWSCodeBuild=outlineConnect=0;fontColor=#232F3E;gradientColor=#4D72F3;gradientDirection=north;fillColor=#3334B9;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.codebuild;
gshape.aws_v2.developer_tools.DeveloperTools_AWSCodeCommit=outlineConnect=0;fontColor=#232F3E;gradientColor=#4D72F3;gradientDirection=north;fillColor=#3334B9;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.codecommit;
gshape.aws_v2.developer_tools.DeveloperTools_AWSCodeDeploy=outlineConnect=0;fontColor=#232F3E;gradientColor=#4D72F3;gradientDirection=north;fillColor=#3334B9;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.codedeploy;
gshape.aws_v2.developer_tools.DeveloperTools_AWSCodePipeline=outlineConnect=0;fontColor=#232F3E;gradientColor=#4D72F3;gradientDirection=north;fillColor=#3334B9;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.codepipeline;
gshape.aws_v2.developer_tools.DeveloperTools_AWSCodeStar=outlineConnect=0;fontColor=#232F3E;gradientColor=#4D72F3;gradientDirection=north;fillColor=#3334B9;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.codestar;
gshape.aws_v2.developer_tools.DeveloperTools_AWSX_Ray=outlineConnect=0;fontColor=#232F3E;gradientColor=#4D72F3;gradientDirection=north;fillColor=#3334B9;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.xray;
# AWS GAME DEVELOPMENT
gshape.aws_v2.game_development.GameDevelopment_AmazonGameLift=outlineConnect=0;fontColor=#232F3E;gradientColor=#945DF2;gradientDirection=north;fillColor=#5A30B5;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.gamelift;
# AWS GENERAL
gshape.aws_v2.general.General_AWSManagementConsole=outlineConnect=0;fontColor=#232F3E;gradientColor=#F34482;gradientDirection=north;fillColor=#BC1356;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.management_console;
gshape.aws_v2.general.General_AWScloud=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#232F3E;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.aws_cloud;
gshape.aws_v2.general.General_Internet=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#232F3E;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.internet_alt2;
gshape.aws_v2.general.General_Internetalternate1=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#232F3E;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.internet;
gshape.aws_v2.general.General_Internetalternate2=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#232F3E;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.internet_alt1;
gshape.aws_v2.general.General_SAMLtoken=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#232F3E;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.saml_token;
gshape.aws_v2.general.General_SSLpadlock=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#232F3E;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.ssl_padlock;
gshape.aws_v2.general.General_client=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#232F3E;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.client;
gshape.aws_v2.general.General_corporatedatacenter=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#232F3E;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.corporate_data_center;
gshape.aws_v2.general.General_disk=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#232F3E;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.disk;
gshape.aws_v2.general.General_forums=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#232F3E;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.forums;
gshape.aws_v2.general.General_genericdatabase=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#232F3E;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.generic_database;
gshape.aws_v2.general.General_mobileclient=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#232F3E;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.mobile_client;
gshape.aws_v2.general.General_multimedia=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#232F3E;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.multimedia;
gshape.aws_v2.general.General_officebuilding=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#232F3E;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.office_building;
gshape.aws_v2.general.General_tapestorage=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#232F3E;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.tape_storage;
gshape.aws_v2.general.General_traditionalserver=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#232F3E;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.traditional_server;
gshape.aws_v2.general.General_user=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#232F3E;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.user;
gshape.aws_v2.general.General_users=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#232F3E;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.users;
gshape.aws_v2.general.General_virtualprivatecloud=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#232F3E;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.virtual_private_cloud;
# AWS INTERNET OF THINGS
gshape.aws_v2.iot.InternetOfThings_AWSIoT=outlineConnect=0;fontColor=#232F3E;gradientColor=#60A337;gradientDirection=north;fillColor=#277116;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.internet_of_things;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_AVSenableddevice=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.alexa_enabled_device;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_AWSGreengrass=outlineConnect=0;fontColor=#232F3E;gradientColor=#60A337;gradientDirection=north;fillColor=#277116;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.greengrass;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_AWSIoT=outlineConnect=0;fontColor=#232F3E;gradientColor=#60A337;gradientDirection=north;fillColor=#277116;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.internet_of_things;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_HTTP2protocol=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.http2_protocol;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_HTTPprotocol=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.http_protocol;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_MQTTprotocol=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.mqtt_protocol;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_action=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.action;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_actuator=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.actuator;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_alexaskill=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.alexa_skill;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_alexasmarthomeskill=outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.alexa_smart_home_skill;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_alexavoiceservice=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.alexa_skill;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_certificate=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.certificate_manager;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_desiredstate=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.desired_state;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_echo=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.echo;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_fireTV=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.firetv;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_hardwareboard=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.hardware_board;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_lambdafunction=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.lambda_function;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_policy=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.policy;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_reportedstate=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.reported_state;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_rule=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.rule;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_sensor=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.sensor;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_servo=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.servo;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_shadow=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.shadow;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_simulator=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.simulator;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_thingbank=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.bank;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_thingbicycle=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.bycicle;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_thingcamera=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.camera;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_thingcar=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.car;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_thingcart=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.cart;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_thingcoffeepot=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.coffee_pot;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_thingdoorlock=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.door_lock;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_thingfactory=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.factory;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_thinggeneric=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.generic;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_thinghouse=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.house;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_thingmedicalemergency=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.medical_emergency;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_thingpoliceemergency=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.police_emergency;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_thingthermostat=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.thermostat;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_thingtravel=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.travel;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_thingutility=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.utility;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_thingwindfarm=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.windfarm;
gshape.aws_v2.iot.InternetOfThings_AWSIoT_topic=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#277116;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.topic_2;
# AWS MANAGEMENT TOOLS
gshape.aws_v2.management_tools.ManagementTools_AWSCloudFormation=outlineConnect=0;fontColor=#232F3E;gradientColor=#F34482;gradientDirection=north;fillColor=#BC1356;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.cloudformation;
gshape.aws_v2.management_tools.ManagementTools_AWSCloudFormation_changeset=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.change_set;
gshape.aws_v2.management_tools.ManagementTools_AWSCloudFormation_stack=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.stack;
gshape.aws_v2.management_tools.ManagementTools_AWSCloudFormation_template=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.template;
gshape.aws_v2.management_tools.ManagementTools_AWSCloudTrail=outlineConnect=0;fontColor=#232F3E;gradientColor=#F34482;gradientDirection=north;fillColor=#BC1356;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.cloudtrail;
gshape.aws_v2.management_tools.ManagementTools_AWSConfig=outlineConnect=0;fontColor=#232F3E;gradientColor=#F34482;gradientDirection=north;fillColor=#BC1356;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.config;
gshape.aws_v2.management_tools.ManagementTools_AWSManagedServices=outlineConnect=0;fontColor=#232F3E;gradientColor=#F34482;gradientDirection=north;fillColor=#BC1356;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.managed_services;
gshape.aws_v2.management_tools.ManagementTools_AWSOpsWorks=outlineConnect=0;fontColor=#232F3E;gradientColor=#F34482;gradientDirection=north;fillColor=#BC1356;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.opsworks;
gshape.aws_v2.management_tools.ManagementTools_AWSOpsWorks_apps=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.opsworks_apps;
gshape.aws_v2.management_tools.ManagementTools_AWSOpsWorks_deployments=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.deployments;
gshape.aws_v2.management_tools.ManagementTools_AWSOpsWorks_instances=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.instances_2;
gshape.aws_v2.management_tools.ManagementTools_AWSOpsWorks_layers=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.layers;
gshape.aws_v2.management_tools.ManagementTools_AWSOpsWorks_monitoring=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.monitoring;
gshape.aws_v2.management_tools.ManagementTools_AWSOpsWorks_permissions=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.opsworks_permissions;
gshape.aws_v2.management_tools.ManagementTools_AWSOpsWorks_resources=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resources;
gshape.aws_v2.management_tools.ManagementTools_AWSOpsWorks_stack=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.stack2;
gshape.aws_v2.management_tools.ManagementTools_AWSServiceCatalog=outlineConnect=0;fontColor=#232F3E;gradientColor=#F34482;gradientDirection=north;fillColor=#BC1356;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.service_catalog;
gshape.aws_v2.management_tools.ManagementTools_AWSTrustedAdvisor=outlineConnect=0;fontColor=#232F3E;gradientColor=#F34482;gradientDirection=north;fillColor=#BC1356;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.trusted_advisor;
gshape.aws_v2.management_tools.ManagementTools_AWSTrustedAdvisor_checklist=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.checklist;
gshape.aws_v2.management_tools.ManagementTools_AWSTrustedAdvisor_checklistcost=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.checklist_cost;
gshape.aws_v2.management_tools.ManagementTools_AWSTrustedAdvisor_checklistfaulttolerance=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.checklist_fault_tolerant;
gshape.aws_v2.management_tools.ManagementTools_AWSTrustedAdvisor_checklistperformance=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.checklist_performance;
gshape.aws_v2.management_tools.ManagementTools_AWSTrustedAdvisor_checklistsecurity=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.checklist_security;
gshape.aws_v2.management_tools.ManagementTools_AmazonCloudWatch=outlineConnect=0;fontColor=#232F3E;gradientColor=#F34482;gradientDirection=north;fillColor=#BC1356;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.cloudwatch;
gshape.aws_v2.management_tools.ManagementTools_AmazonCloudWatch_alarm=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.alarm;
gshape.aws_v2.management_tools.ManagementTools_AmazonCloudWatch_eventeventbased=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.event_event_based;
gshape.aws_v2.management_tools.ManagementTools_AmazonCloudWatch_eventtimebased=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.event_time_based;
gshape.aws_v2.management_tools.ManagementTools_AmazonCloudWatch_rule=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.rule_2;
gshape.aws_v2.management_tools.ManagementTools_AmazonEC2SystemsManager=outlineConnect=0;fontColor=#232F3E;gradientColor=#F34482;gradientDirection=north;fillColor=#BC1356;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.systems_manager;
gshape.aws_v2.management_tools.ManagementTools_AmazonEC2SystemsManager_Automation=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.automation;
gshape.aws_v2.management_tools.ManagementTools_AmazonEC2SystemsManager_Inventory=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.inventory;
gshape.aws_v2.management_tools.ManagementTools_AmazonEC2SystemsManager_MaintenanceWindow=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.maintenance_windows;
gshape.aws_v2.management_tools.ManagementTools_AmazonEC2SystemsManager_ParameterStore=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.parameter_store;
gshape.aws_v2.management_tools.ManagementTools_AmazonEC2SystemsManager_PatchManager=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.patch_manager;
gshape.aws_v2.management_tools.ManagementTools_AmazonEC2SystemsManager_RunCommand=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.run_command;
gshape.aws_v2.management_tools.ManagementTools_AmazonEC2SystemsManager_StateManager=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.state_manager;
gshape.aws_v2.management_tools.ManagementTools_AmazonEC2SystemsManager_StatemManager=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.state_manager;
gshape.aws_v2.management_tools.ManagementTools_AmazonEC2SystemsManager_documents=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.documents;
# AWS MESSAGING
gshape.aws_v2.messaging.Messaging_AmazonPinpoint=outlineConnect=0;fontColor=#232F3E;gradientColor=#4D72F3;gradientDirection=north;fillColor=#3334B9;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.pinpoint;
gshape.aws_v2.messaging.Messaging_AmazonSES=outlineConnect=0;fontColor=#232F3E;gradientColor=#4D72F3;gradientDirection=north;fillColor=#3334B9;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.simple_email_service;
gshape.aws_v2.messaging.Messaging_AmazonSES_email=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#3334B9;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.email;
gshape.aws_v2.messaging.Messaging_AmazonSNS=outlineConnect=0;fontColor=#232F3E;gradientColor=#F34482;gradientDirection=north;fillColor=#BC1356;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.sns;
gshape.aws_v2.messaging.Messaging_AmazonSNS_HTTPnotification=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.http_notification;
gshape.aws_v2.messaging.Messaging_AmazonSNS_emailnotification=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.email_notification;
gshape.aws_v2.messaging.Messaging_AmazonSNS_topic=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.topic;
gshape.aws_v2.messaging.Messaging_AmazonSQS=outlineConnect=0;fontColor=#232F3E;gradientColor=#F34482;gradientDirection=north;fillColor=#BC1356;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.sqs;
gshape.aws_v2.messaging.Messaging_AmazonSQS_message=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.message;
gshape.aws_v2.messaging.Messaging_AmazonSQS_queue=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#BC1356;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.queue;
# AWS MIGRATION
gshape.aws_v2.migration.Migration_AWSApplicationDiscoveryService=outlineConnect=0;fontColor=#232F3E;gradientColor=#4AB29A;gradientDirection=north;fillColor=#116D5B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.application_discovery_service;
gshape.aws_v2.migration.Migration_AWSDMS=outlineConnect=0;fontColor=#232F3E;gradientColor=#4AB29A;gradientDirection=north;fillColor=#116D5B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.database_migration_service;
gshape.aws_v2.migration.Migration_AWSMigrationHub=outlineConnect=0;fontColor=#232F3E;gradientColor=#4AB29A;gradientDirection=north;fillColor=#116D5B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.migration_hub;
gshape.aws_v2.migration.Migration_AWSSMS=outlineConnect=0;fontColor=#232F3E;gradientColor=#4AB29A;gradientDirection=north;fillColor=#116D5B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.server_migration_service;
gshape.aws_v2.migration.Migration_AWSSnowball=outlineConnect=0;fontColor=#232F3E;gradientColor=#4AB29A;gradientDirection=north;fillColor=#116D5B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.snowball;
gshape.aws_v2.migration.Migration_AWSSnowball_importexport=outlineConnect=0;fontColor=#232F3E;gradientColor=#4AB29A;gradientDirection=north;fillColor=#116D5B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.snowball_edge;
# AWS MOBILE SERVICES
gshape.aws_v2.mobile_services.MobileServices_AWSDeviceFarm=outlineConnect=0;fontColor=#232F3E;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.device_farm;
gshape.aws_v2.mobile_services.MobileServices_AWSMobileHub=outlineConnect=0;fontColor=#232F3E;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.mobile_hub;
gshape.aws_v2.mobile_services.MobileServices_AmazonAPIGateway=outlineConnect=0;fontColor=#232F3E;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.api_gateway;
gshape.aws_v2.mobile_services.MobileServices_AmazonCognito=outlineConnect=0;fontColor=#232F3E;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.cognito;
gshape.aws_v2.mobile_services.MobileServices_AmazonMobileAnalytics=outlineConnect=0;fontColor=#232F3E;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.analytics;
gshape.aws_v2.mobile_services.MobileServices_AmazonPinpoint=outlineConnect=0;fontColor=#232F3E;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.pinpoint;
# AWS NETWORKING AND CONTENT DELIVERY
gshape.aws_v2.networking_and_content_delivery.NetworkingContentDelivery_AWSDirectConnect=outlineConnect=0;fontColor=#232F3E;gradientColor=#945DF2;gradientDirection=north;fillColor=#5A30B5;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.direct_connect;
gshape.aws_v2.networking_and_content_delivery.NetworkingContentDelivery_AmazonCloudFront=outlineConnect=0;fontColor=#232F3E;gradientColor=#945DF2;gradientDirection=north;fillColor=#5A30B5;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.cloudfront;
gshape.aws_v2.networking_and_content_delivery.NetworkingContentDelivery_AmazonCloudFront_downloaddistribution=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.download_distribution;
gshape.aws_v2.networking_and_content_delivery.NetworkingContentDelivery_AmazonCloudFront_edgelocation=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.edge_location;
gshape.aws_v2.networking_and_content_delivery.NetworkingContentDelivery_AmazonCloudFront_streamingdistribution=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.streaming_distribution;
gshape.aws_v2.networking_and_content_delivery.NetworkingContentDelivery_AmazonRoute53=outlineConnect=0;fontColor=#232F3E;gradientColor=#945DF2;gradientDirection=north;fillColor=#5A30B5;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.route_53;
gshape.aws_v2.networking_and_content_delivery.NetworkingContentDelivery_AmazonRoute53_hostedzone=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.hosted_zone;
gshape.aws_v2.networking_and_content_delivery.NetworkingContentDelivery_AmazonRoute53_routetable=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.route_table;
gshape.aws_v2.networking_and_content_delivery.NetworkingContentDelivery_AmazonVPC=outlineConnect=0;fontColor=#232F3E;gradientColor=#945DF2;gradientDirection=north;fillColor=#5A30B5;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.vpc;
gshape.aws_v2.networking_and_content_delivery.NetworkingContentDelivery_AmazonVPC_VPCNATgateway=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.nat_gateway;
gshape.aws_v2.networking_and_content_delivery.NetworkingContentDelivery_AmazonVPC_VPCpeering=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.peering;
gshape.aws_v2.networking_and_content_delivery.NetworkingContentDelivery_AmazonVPC_VPNconnection=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.vpn_connection;
gshape.aws_v2.networking_and_content_delivery.NetworkingContentDelivery_AmazonVPC_VPNgateway=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.vpn_gateway;
gshape.aws_v2.networking_and_content_delivery.NetworkingContentDelivery_AmazonVPC_customergateway=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.customer_gateway;
gshape.aws_v2.networking_and_content_delivery.NetworkingContentDelivery_AmazonVPC_elasticnetworkadapter=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.elastic_network_adapter;
gshape.aws_v2.networking_and_content_delivery.NetworkingContentDelivery_AmazonVPC_elasticnetworkinterface=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.elastic_network_interface;
gshape.aws_v2.networking_and_content_delivery.NetworkingContentDelivery_AmazonVPC_endpoints=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.endpoints;
gshape.aws_v2.networking_and_content_delivery.NetworkingContentDelivery_AmazonVPC_flowlogs=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.flow_logs;
gshape.aws_v2.networking_and_content_delivery.NetworkingContentDelivery_AmazonVPC_internetgateway=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.internet_gateway;
gshape.aws_v2.networking_and_content_delivery.NetworkingContentDelivery_AmazonVPC_networkaccesscontrollist=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.network_access_control_list;
gshape.aws_v2.networking_and_content_delivery.NetworkingContentDelivery_AmazonVPC_router=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#5A30B5;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.router;
gshape.aws_v2.networking_and_content_delivery.NetworkingContentDelivery_ElasticLoadBalancing=outlineConnect=0;fontColor=#232F3E;gradientColor=#F78E04;gradientDirection=north;fillColor=#D05C17;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.elastic_load_balancing;
gshape.aws_v2.networking_and_content_delivery.NetworkingContentDelivery_ElasticLoadBalancing_ApplicationLoadBalancer=outlineConnect=0;fontColor=#232F3E;gradientColor=#F78E04;gradientDirection=north;fillColor=#D05C17;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.application_load_balancer;
gshape.aws_v2.networking_and_content_delivery.NetworkingContentDelivery_ElasticLoadBalancing_ClassicLoadBalancer=outlineConnect=0;fontColor=#232F3E;gradientColor=#F78E04;gradientDirection=north;fillColor=#D05C17;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.classic_load_balancer;
# AWS ON DEMAND WORKSHOP
gshape.aws_v2.on_demand_workshop.OnDemandWorkforce_AmazonMechanicalTurk=outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.mechanical_turk;fillColor=#ACACAC;gradientColor=none;
gshape.aws_v2.on_demand_workshop.OnDemandWorkforce_AmazonMechanicalTurk_assignmenttask=outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.assignment_task;fillColor=#ACACAC;gradientColor=none;
gshape.aws_v2.on_demand_workshop.OnDemandWorkforce_AmazonMechanicalTurk_humanintelligencetasks=outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.human_intelligence_tasks_hit;fillColor=#ACACAC;gradientColor=none;
gshape.aws_v2.on_demand_workshop.OnDemandWorkforce_AmazonMechanicalTurk_requester=outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.requester;fillColor=#ACACAC;gradientColor=none;
gshape.aws_v2.on_demand_workshop.OnDemandWorkforce_AmazonMechanicalTurk_workers=outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.users;fillColor=#ACACAC;gradientColor=none;
# AWS SDKS
gshape.aws_v2.sdks.SDKs_AWSCLI=outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.cli;fillColor=#444444;gradientColor=none;
gshape.aws_v2.sdks.SDKs_AWSToolkitForEclipse=outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.toolkit_for_eclipse;fillColor=#342074;gradientColor=none;
gshape.aws_v2.sdks.SDKs_AWSToolkitForVisualStudio=outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.toolkit_for_visual_studio;fillColor=#53B1CB;gradientColor=none;
gshape.aws_v2.sdks.SDKs_AWSToolsForWindowsPowerShell=outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.toolkit_for_windows_powershell;fillColor=#737373;gradientColor=none;
gshape.aws_v2.sdks.SDKs_Android=outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.android;fillColor=#96BF3D;gradientColor=none;
gshape.aws_v2.sdks.SDKs_Java=outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.android;fillColor=#EE472A;gradientColor=none;
gshape.aws_v2.sdks.SDKs_JavaScript=outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.android;fillColor=#205E00;gradientColor=none;
gshape.aws_v2.sdks.SDKs_Net=outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.android;fillColor=#115193;gradientColor=none;
gshape.aws_v2.sdks.SDKs_Nodejs=outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.android;fillColor=#8CC64F;gradientColor=none;
gshape.aws_v2.sdks.SDKs_PHP=outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.android;fillColor=#5A69A4;gradientColor=none;
gshape.aws_v2.sdks.SDKs_Python=outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.android;fillColor=#FFD44F;gradientColor=none;
gshape.aws_v2.sdks.SDKs_Ruby=outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.android;fillColor=#AE1F23;gradientColor=none;
gshape.aws_v2.sdks.SDKs_Xamarin=outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.android;fillColor=#4090D7;gradientColor=none;
gshape.aws_v2.sdks.SDKs_iOS=outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.android;fillColor=#CFCFCF;gradientColor=none;
# AWS SECURITY AND IDENTITY
gshape.aws_v2.security_and_identity.SecurityIdentityCompliance_ACM_certificatemanager=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C7131F;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.certificate_manager_2;
gshape.aws_v2.security_and_identity.SecurityIdentityCompliance_AWSArtifact=outlineConnect=0;fontColor=#232F3E;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.artifact;
gshape.aws_v2.security_and_identity.SecurityIdentityCompliance_AWSCertificateManager=outlineConnect=0;fontColor=#232F3E;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.certificate_manager_3;
gshape.aws_v2.security_and_identity.SecurityIdentityCompliance_AWSCloudHSM=outlineConnect=0;fontColor=#232F3E;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.cloudhsm;
gshape.aws_v2.security_and_identity.SecurityIdentityCompliance_AWSDirectoryService=outlineConnect=0;fontColor=#232F3E;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.directory_service;
gshape.aws_v2.security_and_identity.SecurityIdentityCompliance_AWSIAM=outlineConnect=0;fontColor=#232F3E;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.identity_and_access_management;
gshape.aws_v2.security_and_identity.SecurityIdentityCompliance_AWSKMS=outlineConnect=0;fontColor=#232F3E;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.key_management_service;
gshape.aws_v2.security_and_identity.SecurityIdentityCompliance_AWSOrganizations=outlineConnect=0;fontColor=#232F3E;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.organizations;
gshape.aws_v2.security_and_identity.SecurityIdentityCompliance_AWSShield=outlineConnect=0;fontColor=#232F3E;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.shield;
gshape.aws_v2.security_and_identity.SecurityIdentityCompliance_AWSWAF=outlineConnect=0;fontColor=#232F3E;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.waf;
gshape.aws_v2.security_and_identity.SecurityIdentityCompliance_AWSWAF_filteringrule=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C7131F;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.filtering_rule;
gshape.aws_v2.security_and_identity.SecurityIdentityCompliance_AmazonCloudDirectory=outlineConnect=0;fontColor=#232F3E;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.cloud_directory;
gshape.aws_v2.security_and_identity.SecurityIdentityCompliance_AmazonInspector=outlineConnect=0;fontColor=#232F3E;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.inspector;
gshape.aws_v2.security_and_identity.SecurityIdentityCompliance_AmazonInspector_agent=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C7131F;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.agent;
gshape.aws_v2.security_and_identity.SecurityIdentityCompliance_AmazonMacie=outlineConnect=0;fontColor=#232F3E;gradientColor=#F54749;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.macie;
gshape.aws_v2.security_and_identity.SecurityIdentityCompliance_IAM_AWSSTS=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C7131F;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.sts;
gshape.aws_v2.security_and_identity.SecurityIdentityCompliance_IAM_AWSSTS_2=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C7131F;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.sts_alternate;
gshape.aws_v2.security_and_identity.SecurityIdentityCompliance_IAM_MFAtoken=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C7131F;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.mfa_token;
gshape.aws_v2.security_and_identity.SecurityIdentityCompliance_IAM_addon=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C7131F;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.addon;
gshape.aws_v2.security_and_identity.SecurityIdentityCompliance_IAM_dataencryptionkey=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C7131F;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.data_encryption_key;
gshape.aws_v2.security_and_identity.SecurityIdentityCompliance_IAM_encrypteddata=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C7131F;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.encrypted_data;
gshape.aws_v2.security_and_identity.SecurityIdentityCompliance_IAM_long_termsecuritycredential=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C7131F;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.temporary_security_credential;
gshape.aws_v2.security_and_identity.SecurityIdentityCompliance_IAM_permissions=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C7131F;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.permissions;
gshape.aws_v2.security_and_identity.SecurityIdentityCompliance_IAM_role=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C7131F;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.role;
gshape.aws_v2.security_and_identity.SecurityIdentityCompliance_IAM_temporarysecuritycredential=outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C7131F;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.temporary_security_credential;
# CISCO
#
# CISCO BUILDINGS
com.gliffy.shape.cisco.cisco_v1.buildings.branch_office=mxgraph.cisco.buildings.branch_office;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.buildings.end_office=mxgraph.cisco.buildings.end_office;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.buildings.generic_building=mxgraph.cisco.buildings.generic_building;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.buildings.government_building=mxgraph.cisco.buildings.government_building;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.buildings.mdu=mxgraph.cisco.buildings.mdu;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.buildings.small_business=mxgraph.cisco.buildings.small_business;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.buildings.telecommuter_house=mxgraph.cisco.buildings.telecommuter_house;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.buildings.telecommuter_house_pc=mxgraph.cisco.buildings.telecommuter_house_pc;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.buildings.university=mxgraph.cisco.buildings.university;strokeColor=#ffffff
# CISCO COMPUTER AND PERIPHERALS
com.gliffy.shape.cisco.cisco_v1.computer_and_peripherals.ibm_mainframe=mxgraph.cisco.computers_and_peripherals.ibm_mainframe;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.computer_and_peripherals.ibm_mini_as400=mxgraph.cisco.computers_and_peripherals.ibm_mini_as400;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.computer_and_peripherals.ibm_tower=mxgraph.cisco.computers_and_peripherals.ibm_tower;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.computer_and_peripherals.laptop=mxgraph.cisco.computers_and_peripherals.laptop;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.computer_and_peripherals.macintosh=mxgraph.cisco.computers_and_peripherals.macintosh;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.computer_and_peripherals.microphone=mxgraph.cisco.computers_and_peripherals.microphone;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.computer_and_peripherals.pc=mxgraph.cisco.computers_and_peripherals.pc;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.computer_and_peripherals.pc_adapter_card=mxgraph.cisco.computers_and_peripherals.pc_adapter_card;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.computer_and_peripherals.pc_routercard=mxgraph.cisco.computers_and_peripherals.pc_routercard;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.computer_and_peripherals.printer=mxgraph.cisco.computers_and_peripherals.printer;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.computer_and_peripherals.scanner=mxgraph.cisco.computers_and_peripherals.scanner;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.computer_and_peripherals.speaker=mxgraph.cisco.computers_and_peripherals.speaker;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.computer_and_peripherals.sun_workstation=mxgraph.cisco.computers_and_peripherals.sun_workstation;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.computer_and_peripherals.supercomputer=mxgraph.cisco.computers_and_peripherals.supercomputer;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.computer_and_peripherals.tablet=mxgraph.cisco.computers_and_peripherals.tablet;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.computer_and_peripherals.terminal=mxgraph.cisco.computers_and_peripherals.terminal;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.computer_and_peripherals.upc=mxgraph.cisco.computers_and_peripherals.upc;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.computer_and_peripherals.video_camera=mxgraph.cisco.computers_and_peripherals.video_camera;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.computer_and_peripherals.web_browser=mxgraph.cisco.computers_and_peripherals.web_browser;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.computer_and_peripherals.workstation=mxgraph.cisco.computers_and_peripherals.workstation;strokeColor=#ffffff
# CISCO CONTROLLERS AND MODULES
com.gliffy.shape.cisco.cisco_v1.controllers_and_modules.3x74_floor=mxgraph.cisco.controllers_and_modules.3x74_(floor)_cluster_controller;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.controllers_and_modules.10GE_FCoE=mxgraph.cisco.controllers_and_modules.10ge_fcoe;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.controllers_and_modules.3174_desktop=mxgraph.cisco.controllers_and_modules.3174_(desktop)_cluster_controller;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.controllers_and_modules.content_switch_module=mxgraph.cisco.controllers_and_modules.content_switch_module;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.controllers_and_modules.firewall_service_module_fwsm=mxgraph.cisco.controllers_and_modules.firewall_service_module_(fwsm);strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.controllers_and_modules.service_module=mxgraph.cisco.controllers_and_modules.service_module;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.controllers_and_modules.system_controller=mxgraph.cisco.controllers_and_modules.system_controller;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.controllers_and_modules.virtual_switch_controller_vsc3000=mxgraph.cisco.controllers_and_modules.virtual_switch_controller_(vsc3000);strokeColor=#ffffff
# CISCO DIRECTORS
com.gliffy.shape.cisco.cisco_v1.directors.content_engine_cache_director=mxgraph.cisco.directors.content_engine_(cache_director);strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.directors.director_class_fibre_channel_director=mxgraph.cisco.directors.director-class_fibre_channel_director;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.directors.distributed_director=mxgraph.cisco.directors.distributed_director;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.directors.localdirector=mxgraph.cisco.directors.localdirector;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.directors.workgroup_director=mxgraph.cisco.directors.workgroup_director;strokeColor=#ffffff
# CISCO HUBS AND GATEWAYS
com.gliffy.shape.cisco.cisco_v1.hubs_and_gateways.100baset_hub=mxgraph.cisco.hubs_and_gateways.100baset_hub;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.hubs_and_gateways.cisco_hub=mxgraph.cisco.hubs_and_gateways.cisco_hub;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.hubs_and_gateways.generic_gateway=mxgraph.cisco.hubs_and_gateways.generic_gateway;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.hubs_and_gateways.hub=mxgraph.cisco.hubs_and_gateways.hub;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.hubs_and_gateways.mas_gateway=mxgraph.cisco.hubs_and_gateways.mas_gateway;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.hubs_and_gateways.small_hub=mxgraph.cisco.hubs_and_gateways.small_hub;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.hubs_and_gateways.universal_gateway=mxgraph.cisco.hubs_and_gateways.universal_gateway;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.hubs_and_gateways.vpn_gateway=mxgraph.cisco.hubs_and_gateways.vpn_gateway;strokeColor=#ffffff
# CISCO MISC
com.gliffy.shape.cisco.cisco_v1.misc.15200=mxgraph.cisco.misc.15200;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.6700_series=mxgraph.cisco.misc.6700_series;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.7500ars_7513=mxgraph.cisco.misc.7500ars_(7513);strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.accesspoint=mxgraph.cisco.misc.access_point;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.ace=mxgraph.cisco.misc.ace;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.acs=mxgraph.cisco.misc.acs;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.adm=mxgraph.cisco.misc.adm;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.asic_processor=mxgraph.cisco.misc.asic_processor;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.asr_1000_Series=mxgraph.cisco.misc.asr_1000_series;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.ata=mxgraph.cisco.misc.ata;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.atm_3800=mxgraph.cisco.misc.atm_3800;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.avs=mxgraph.cisco.misc.avs;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.axp=mxgraph.cisco.misc.axp;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.bbsm=mxgraph.cisco.misc.bbsm;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.breakout_box=mxgraph.cisco.misc.breakout_box;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.bridge=mxgraph.cisco.misc.bridge;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.bts_10200=mxgraph.cisco.misc.bts_10200;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.callmanager=mxgraph.cisco.misc.call_manager;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.car=mxgraph.cisco.misc.car;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.carrier_routing_system=mxgraph.cisco.misc.carrier_routing_system;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.cddi_fddi=mxgraph.cisco.misc.cddi_fddi;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.cdm=mxgraph.cisco.misc.cdm;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.cisco_1000=mxgraph.cisco.misc.cisco_1000;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.cisco_ca=mxgraph.cisco.misc.cisco_ca;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.cisco_unityexpress=mxgraph.cisco.misc.cisco_unity_express;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.ciscoworks=mxgraph.cisco.misc.cisco_works;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.csu_dsu=mxgraph.cisco.misc.csu_dsu;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.cube=mxgraph.cisco.misc.cube;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.detector=mxgraph.cisco.misc.detector;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.dot_dot=mxgraph.cisco.misc.dot-dot;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.dpt=mxgraph.cisco.misc.dpt;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.dslam=mxgraph.cisco.misc.dslam;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.dual_mode_ap=mxgraph.cisco.misc.dual_mode;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.dwdm_filter=mxgraph.cisco.misc.dwdm_filter;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.fddi_ring=mxgraph.cisco.misc.fddi_ring;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.front_end_processor=mxgraph.cisco.misc.front_end_processor;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.general_applicance=mxgraph.cisco.misc.general_appliance;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.generic_processor=mxgraph.cisco.misc.generic_processor;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.h323=mxgraph.cisco.misc.h_323;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.handheld=mxgraph.cisco.misc.handheld;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.hp_mini=mxgraph.cisco.misc.hp_mini;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.icm=mxgraph.cisco.misc.icm;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.ics=mxgraph.cisco.misc.ics;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.internet_streamer=mxgraph.cisco.misc.internet_streamer;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.ios_slb=mxgraph.cisco.misc.ios_slb;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.ip=mxgraph.cisco.misc.ip;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.ip_dsl=mxgraph.cisco.misc.ip_dsl;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.iptc=mxgraph.cisco.misc.iptc;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.iptv_content_manager=mxgraph.cisco.misc.iptv_content_manager;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.itp=mxgraph.cisco.misc.itp;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.jbod=mxgraph.cisco.misc.jbod;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.key=mxgraph.cisco.misc.key;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.lan_to_lan=mxgraph.cisco.misc.lan_to_lan;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.lightweight_ap=mxgraph.cisco.misc.lightweight_ap;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.longreach_cpe=mxgraph.cisco.misc.longreach_cpe;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.mau=mxgraph.cisco.misc.mau;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.mcu=mxgraph.cisco.misc.mcu;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.me_1100=mxgraph.cisco.misc.me1100;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.mediator=mxgraph.cisco.misc.mediator;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.meetingplace=mxgraph.cisco.misc.meetingplace;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.mesh_ap=mxgraph.cisco.misc.mesh_ap;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.metro_1500=mxgraph.cisco.misc.metro_1500;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.mini_vax=mxgraph.cisco.misc.mini_vax;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.mse=mxgraph.cisco.misc.mse;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.mux=mxgraph.cisco.misc.mux;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.mxe=mxgraph.cisco.misc.mxe;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.nac_appliance=mxgraph.cisco.misc.nac_appliance;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.nce=mxgraph.cisco.misc.nce;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.netranger=mxgraph.cisco.misc.netranger;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.netsonar=mxgraph.cisco.misc.netsonar;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.network_management=mxgraph.cisco.misc.network_management;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.nexus_1000=mxgraph.cisco.misc.nexus_1000;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.nexus_2000=mxgraph.cisco.misc.nexus_2000_fabric_extender;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.nexus_5000=mxgraph.cisco.misc.nexus_5000;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.nexus_7000=mxgraph.cisco.misc.nexus_7000;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.octel=mxgraph.cisco.misc.octel;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.ons15500=mxgraph.cisco.misc.ons15500;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.optical_amplifier=mxgraph.cisco.misc.optical_amplifier;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.optical_transport=mxgraph.cisco.misc.optical_transport;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.pad=mxgraph.cisco.misc.pad_2;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.pad_x_28=mxgraph.cisco.misc.pad_1;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.page_icon=mxgraph.cisco.misc.page_icon;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.pbx=mxgraph.cisco.misc.pbx;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.pc_software=mxgraph.cisco.misc.pc_software;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.pc_video=mxgraph.cisco.misc.pc_video;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.pda=mxgraph.cisco.misc.pda;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.pmc=mxgraph.cisco.misc.pmc;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.protocol_translator=mxgraph.cisco.misc.protocol_translator;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.pxf=mxgraph.cisco.misc.pxf;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.ratemux=mxgraph.cisco.misc.ratemux;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.repeater=mxgraph.cisco.misc.repeater;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.route_switch_processor=mxgraph.cisco.misc.route_switch_processor;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.rps=mxgraph.cisco.misc.rpsrps;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.service_control=mxgraph.cisco.misc.service_control;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.services=mxgraph.cisco.misc.services;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.ssc=mxgraph.cisco.misc.ssc;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.ssl_terminator=mxgraph.cisco.misc.ssl_terminator;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.stb=mxgraph.cisco.misc.stb;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.stp=mxgraph.cisco.misc.stp;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.streamer=mxgraph.cisco.misc.streamer;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.svx=mxgraph.cisco.misc.svx;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.telecommuter=mxgraph.cisco.misc.telecommuter_icon;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.tp_mcu=mxgraph.cisco.misc.tp_mcu;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.transpath=mxgraph.cisco.misc.transpath;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.truck=mxgraph.cisco.misc.truck;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.turret=mxgraph.cisco.misc.turret;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.tv=mxgraph.cisco.misc.tv;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.ubr910=mxgraph.cisco.misc.ubr910;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.umg_series=mxgraph.cisco.misc.umg_series;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.ups=mxgraph.cisco.misc.ups;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.vault=mxgraph.cisco.misc.vault;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.vip=mxgraph.cisco.misc.vip;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.vpn_concentrator=mxgraph.cisco.misc.vpn_concentrator;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.vss=mxgraph.cisco.misc.vss;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.wae=mxgraph.cisco.misc.wae;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.misc.wism=mxgraph.cisco.misc.wism;strokeColor=#ffffff
# CISCO MODEMS AND PHONES
com.gliffy.shape.cisco.cisco_v1.modems_and_phones.cable_modem=mxgraph.cisco.modems_and_phones.cable_modem;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.modems_and_phones.fax=mxgraph.cisco.modems_and_phones.fax;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.modems_and_phones.hootphone=mxgraph.cisco.modems_and_phones.hootphone;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.modems_and_phones.ip_phone=mxgraph.cisco.modems_and_phones.ip_phone;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.modems_and_phones.mobile_access_ip_phone=mxgraph.cisco.modems_and_phones.mobile_access_ip_phone;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.modems_and_phones.modem=mxgraph.cisco.modems_and_phones.modem;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.modems_and_phones.phone=mxgraph.cisco.modems_and_phones.phone;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.modems_and_phones.phone_fax=mxgraph.cisco.modems_and_phones.phone-fax;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.modems_and_phones.rf_modem=mxgraph.cisco.modems_and_phones.rf_modem;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.modems_and_phones.softphone=mxgraph.cisco.modems_and_phones.softphone;strokeColor=#ffffff
# CISCO PEOPLE
com.gliffy.shape.cisco.cisco_v1.people.androgenous_person=mxgraph.cisco.people.androgenous_person;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.people.pc_man=mxgraph.cisco.people.pc_man;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.people.running_man=mxgraph.cisco.people.running_man;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.people.sitting_woman=mxgraph.cisco.people.sitting_woman;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.people.standing_man=mxgraph.cisco.people.standing_man;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.people.standing_woman=mxgraph.cisco.people.standing_woman;strokeColor=#ffffff
# CISCO ROUTERS
com.gliffy.shape.cisco.cisco_v1.routers.10700=mxgraph.cisco.routers.10700;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.routers.atm_router=mxgraph.cisco.routers.atm_router;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.routers.atm_tag_switch_router=mxgraph.cisco.routers.atm_tag_switch_router;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.routers.content_service_router=mxgraph.cisco.routers.content_service_router;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.routers.gigabit_switch_atm_tag_router=mxgraph.cisco.routers.gigabit_switch_atm_tag_router;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.routers.iad_router=mxgraph.cisco.routers.iad_router;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.routers.ip_telephony_router=mxgraph.cisco.routers.ip_telephony_router;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.routers.iscsi_router=mxgraph.cisco.routers.isci_router;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.routers.mobile_access_router=mxgraph.cisco.routers.mobile_access_router;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.routers.nce_router=mxgraph.cisco.routers.nce_router;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.routers.netflow_router=mxgraph.cisco.routers.netflow_router;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.routers.optical_services_router=mxgraph.cisco.routers.optical_services_router;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.routers.router=mxgraph.cisco.routers.router;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.routers.router_in_building=mxgraph.cisco.routers.router_in_building;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.routers.router_with_silicon_switch=mxgraph.cisco.routers.router_with_silicon_switch;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.routers.service_router=mxgraph.cisco.routers.service_router;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.routers.space_router=mxgraph.cisco.wireless.satellite;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.routers.storage_router=mxgraph.cisco.routers.storage_router;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.routers.tdm_router=mxgraph.cisco.routers.tdm_router;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.routers.voice_router=mxgraph.cisco.routers.voice_router;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.routers.wavelength_router=mxgraph.cisco.routers.wavelength_router;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.routers.wireless_router=mxgraph.cisco.routers.wireless_router;strokeColor=#ffffff
# CISCO SECURITY
com.gliffy.shape.cisco.cisco_v1.security.centri_firewall=mxgraph.cisco.security.centri_firewall;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.security.ciscosecurity=mxgraph.cisco.security.cisco_security;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.security.firewall=mxgraph.cisco.security.firewall;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.security.gatekeeper=mxgraph.cisco.security.gatekeeper;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.security.guard=mxgraph.cisco.security.guard;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.security.ios_firewall=mxgraph.cisco.security.ios_firewall;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.security.lock=mxgraph.cisco.security.lock;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.security.pix_firewall=mxgraph.cisco.security.pix_firewall;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.security.router_firewall=mxgraph.cisco.security.router_firewall;strokeColor=#ffffff
# CISCO SERVERS
com.gliffy.shape.cisco.cisco_v1.servers.cisco_unified_presence_server=mxgraph.cisco.servers.cisco_unified_presence_server;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.servers.communications_server=mxgraph.cisco.servers.communications_server;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.servers.directory_server=mxgraph.cisco.servers.directory_server;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.servers.file_server=mxgraph.cisco.servers.fileserver;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.servers.host=mxgraph.cisco.servers.host;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.servers.iptv_server=mxgraph.cisco.servers.iptv_server;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.servers.microwebserver=mxgraph.cisco.servers.microwebserver;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.servers.moh_server=mxgraph.cisco.servers.moh_server;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.servers.server_with_router=mxgraph.cisco.servers.server_with_router;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.servers.sip_proxy_server=mxgraph.cisco.servers.sip_proxy_server;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.servers.software_based_server=mxgraph.cisco.servers.software_based_server;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.servers.standard_host=mxgraph.cisco.servers.standard_host;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.servers.storage_server=mxgraph.cisco.servers.storage_server;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.servers.unity_server=mxgraph.cisco.servers.unity_server;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.servers.voice_commserver=mxgraph.cisco.servers.voice_commserver;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.servers.www_server=mxgraph.cisco.servers.www_server;strokeColor=#ffffff
# CISCO STORAGE
com.gliffy.shape.cisco.cisco_v1.storage.cisco_file_engine=mxgraph.cisco.storage.cisco_file_engine;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.storage.cloud=mxgraph.cisco.storage.cloud;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.storage.diskette=mxgraph.cisco.storage.diskette;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.storage.fc_storage=mxgraph.cisco.storage.fc_storage;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.storage.fibre_channel_disk_subsystem=mxgraph.cisco.storage.fibre_channel_disk_subsystem
com.gliffy.shape.cisco.cisco_v1.storage.file_cabinet=mxgraph.cisco.storage.file_cabinet;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.storage.relational_database=mxgraph.cisco.storage.relational_database;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.storage.tape_array=mxgraph.cisco.storage.tape_array;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.storage.web_cluster=mxgraph.cisco.storage.web_cluster;strokeColor=#ffffff
# CISCO SWITCHES
com.gliffy.shape.cisco.cisco_v1.switches.atm_fast_gigabit_etherswitch=mxgraph.cisco.switches.atm_fast_gigabit_etherswitch;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.switches.atm_switch=mxgraph.cisco.switches.atm_switch;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.switches.class_4_5_switch=mxgraph.cisco.switches.class_4_5_switch;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.switches.content_service_switch_1100=mxgraph.cisco.switches.content_service_switch_1100;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.switches.content_switch=mxgraph.cisco.switches.content_switch;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.switches.fibre_channel_fabric_switch=mxgraph.cisco.switches.fibre_channel_fabric_switch;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.switches.generic_softswitch=mxgraph.cisco.switches.generic_softswitch;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.switches.intelliswitch_stack=mxgraph.cisco.switches.intelliswitch_stack;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.switches.isdn_switch=mxgraph.cisco.switches.isdn_switch;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.switches.layer_2_remote_switch=mxgraph.cisco.switches.layer_2_remote_switch;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.switches.layer_3_switch=mxgraph.cisco.switches.layer_3_switch;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.switches.mgx_8000_multiservice_switch=mxgraph.cisco.switches.mgx_8000_multiservice_switch;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.switches.mulitswitch_device=mxgraph.cisco.switches.multiswitch_device;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.switches.multi_fabric_server_switch=mxgraph.cisco.switches.multi-fabric_server_switch;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.switches.multilayer_remote_switch=mxgraph.cisco.switches.multilayer_remote_switch;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.switches.pbx_switch=mxgraph.cisco.switches.pbx_switch;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.switches.programmable_switch=mxgraph.cisco.switches.programmable_switch;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.switches.server_switch=mxgraph.cisco.switches.server_switch;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.switches.simulitlayer_switch=mxgraph.cisco.switches.simultilayer_switch;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.switches.softswitch_pgw_mgc=mxgraph.cisco.switches.softswitch_pgw_mgc;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.switches.virtual_layer_switch=mxgraph.cisco.switches.virtual_layer_switch;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.switches.voice_atm_switch=mxgraph.cisco.switches.voice_atm_switch;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.switches.voice_switch=mxgraph.cisco.switches.voice_switch;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.switches.workgroup_switch=mxgraph.cisco.switches.workgroup_switch;strokeColor=#ffffff
# CISCO WIRELESS
com.gliffy.shape.cisco.cisco_v1.wireless.antenna=mxgraph.cisco.wireless.antenna;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.wireless.ground_terminal=mxgraph.cisco.wireless.ground_terminal;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.wireless.radio_tower=mxgraph.cisco.wireless.radio_tower;fillColor=#02709F;strokeColor=#02709F
com.gliffy.shape.cisco.cisco_v1.wireless.sattelite=mxgraph.cisco.wireless.satellite;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.wireless.sattelite_dish=mxgraph.cisco.wireless.satellite_dish;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.wireless.wifi_tag=mxgraph.cisco.wireless.wi-fi_tag;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.wireless.wireless=mxgraph.cisco.wireless.wireless;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.wireless.wireless_bridge=mxgraph.cisco.wireless.wireless_bridge;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.wireless.wireless_location_appliance=mxgraph.cisco.wireless.wireless_location_appliance;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.wireless.wireless_transport=mxgraph.cisco.wireless.wireless_transport;strokeColor=#ffffff
com.gliffy.shape.cisco.cisco_v1.wireless.wlan_controller=mxgraph.cisco.wireless.wlan_controller;strokeColor=#ffffff
#
# NETWORK v4
#
# NETWORK v4 HOME
com.gliffy.shape.network.network_v4.home.cloud=mxgraph.networks.cloud;strokeColor=#ffffff
com.gliffy.shape.network.network_v4.home.comm_link=mxgraph.networks.comm_link;flipH=1;strokeColor=#ffffff
com.gliffy.shape.network.network_v4.home.computer=mxgraph.networks.pc;strokeColor=#ffffff
com.gliffy.shape.network.network_v4.home.crt_tv=mxgraph.networks.monitor;strokeColor=#ffffff
com.gliffy.shape.network.network_v4.home.external_storage=mxgraph.networks.external_storage;strokeColor=#ffffff
com.gliffy.shape.network.network_v4.home.fax=mxgraph.networks.printer;strokeColor=#ffffff
com.gliffy.shape.network.network_v4.home.firewall=mxgraph.networks.firewall;strokeColor=#ffffff
com.gliffy.shape.network.network_v4.home.flatscreen_tv=mxgraph.networks.monitor;strokeColor=#ffffff
com.gliffy.shape.network.network_v4.home.game_console=mxgraph.networks.gamepad;strokeColor=#ffffff
com.gliffy.shape.network.network_v4.home.hub=mxgraph.networks.hub;strokeColor=#ffffff
com.gliffy.shape.network.network_v4.home.iphone=mxgraph.android.phone2;strokeColor=#ffffff
com.gliffy.shape.network.network_v4.home.laptop=mxgraph.networks.laptop;strokeColor=#ffffff
com.gliffy.shape.network.network_v4.home.mac=mxgraph.networks.monitor;strokeColor=#ffffff
com.gliffy.shape.network.network_v4.home.modem=mxgraph.networks.hub;strokeColor=#ffffff
com.gliffy.shape.network.network_v4.home.monitor=mxgraph.networks.monitor;strokeColor=#ffffff
#com.gliffy.shape.network.network_v4.home.outlet=
com.gliffy.shape.network.network_v4.home.phone1=mxgraph.networks.phone_1;strokeColor=#ffffff
com.gliffy.shape.network.network_v4.home.phone2=mxgraph.networks.phone_2;strokeColor=#ffffff
com.gliffy.shape.network.network_v4.home.printer=mxgraph.networks.printer;strokeColor=#ffffff
com.gliffy.shape.network.network_v4.home.router=mxgraph.networks.router;strokeColor=#ffffff
com.gliffy.shape.network.network_v4.home.scanner=mxgraph.networks.scanner;strokeColor=#ffffff
com.gliffy.shape.network.network_v4.home.security_camera=mxgraph.networks.security_camera;strokeColor=#ffffff
com.gliffy.shape.network.network_v4.home.server=mxgraph.networks.server;strokeColor=#ffffff
com.gliffy.shape.network.network_v4.home.smartphone=mxgraph.android.phone2;strokeColor=#ffffff
com.gliffy.shape.network.network_v4.home.speaker=mxgraph.cisco.computers_and_peripherals.speaker;strokeColor=#ffffff
#com.gliffy.shape.network.network_v4.home.stereo=
com.gliffy.shape.network.network_v4.home.subwoofer=mxgraph.cisco.computers_and_peripherals.speaker;strokeColor=#ffffff
com.gliffy.shape.network.network_v4.home.tablet=mxgraph.android.tab2
com.gliffy.shape.network.network_v4.home.wireless_modem=mxgraph.networks.wireless_hub;strokeColor=#ffffff
com.gliffy.shape.network.network_v3.home.firewall=image;image=img/lib/clip_art/networking/Firewall-page1_128x128.png
#this has fixed fill color, gradient color, and stroke width. Fill color is mapped to stroke color!
com.gliffy.shape.network.network_v3.home.cloud=cloud;strokeColor=#ffffff
com.gliffy.shape.network.network_v3.home.comm_link=mxgraph.networks.comm_link;strokeColor=#ffffff
com.gliffy.shape.network.network_v3.home.server=image;image=img/lib/clip_art/computers/Server_Tower_128x128.png
com.gliffy.shape.network.network_v3.home.computer=image;image=img/lib/clip_art/computers/Workstation_128x128.png
com.gliffy.shape.network.network_v3.home.laptop=image;image=img/lib/clip_art/computers/Laptop_128x128.png
com.gliffy.shape.network.network_v3.home.monitor_crt=image;image=img/lib/clip_art/computers/Monitor_128x128.png
com.gliffy.shape.network.network_v3.home.monitor_lcd=image;image=img/lib/clip_art/computers/Monitor_128x128.png
com.gliffy.shape.network.network_v3.home.cellphone=image;image=img/lib/clip_art/telecommunication/Cellphone_128x128.png
com.gliffy.shape.network.network_v3.home.printer=image;image=img/lib/clip_art/computers/Printer_128x128.png
#com.gliffy.shape.network.network_v3.home.scanner=
#com.gliffy.shape.network.network_v3.home.fax=
com.gliffy.shape.network.network_v3.home.external_storage=image;image=img/lib/clip_art/computers/Harddrive_128x128.png
com.gliffy.shape.network.network_v3.home.pda=image;image=img/lib/clip_art/telecommunication/BlackBerry_128x128.png
#com.gliffy.shape.network.network_v3.home.telephone=
com.gliffy.shape.network.network_v3.home.hub=image;image=img/lib/clip_art/networking/Concentrator_128x128.png
com.gliffy.shape.network.network_v3.home.iphone=image;image=img/lib/clip_art/telecommunication/iPhone_128x128.png
com.gliffy.shape.network.network_v3.home.modem=image;image=img/lib/clip_art/networking/Modem_128x128.png
com.gliffy.shape.network.network_v3.home.wireless_modem=image;image=img/lib/clip_art/networking/Wireless_Router_128x128.png
com.gliffy.shape.network.network_v3.home.router=image;image=img/lib/clip_art/networking/Router_128x128.png
#com.gliffy.shape.network.network_v3.home.game_system=
#com.gliffy.shape.network.network_v3.home.outlet=
#com.gliffy.shape.network.network_v3.home.stereo=
#com.gliffy.shape.network.network_v3.home.speakers=
#com.gliffy.shape.network.network_v3.home.subwoofer=
com.gliffy.shape.network.network_v3.home.tv=image;image=img/lib/clip_art/computers/Monitor_128x128.png
com.gliffy.shape.network.network_v3.home.tv_flatscreen=image;image=img/lib/clip_art/computers/Monitor_128x128.png
# NETWORK v4 BUSINESS
com.gliffy.shape.network.network_v4.business.cloud=cloud
com.gliffy.shape.network.network_v4.business.comm_link=mxgraph.networks.comm_link
com.gliffy.shape.network.network_v4.business.computer=mxgraph.networks.pc
com.gliffy.shape.network.network_v4.business.copy_machine=mxgraph.networks.copier
com.gliffy.shape.network.network_v4.business.database=mxgraph.networks.storage
com.gliffy.shape.network.network_v4.business.database_server=mxgraph.networks.server_storage
com.gliffy.shape.network.network_v4.business.encrypted=mxgraph.networks.secured
com.gliffy.shape.network.network_v4.business.fax=mxgraph.networks.printer
com.gliffy.shape.network.network_v4.business.female_user=mxgraph.networks.user_female
com.gliffy.shape.network.network_v4.business.firewall=mxgraph.networks.firewall
com.gliffy.shape.network.network_v4.business.hub=mxgraph.networks.hub
com.gliffy.shape.network.network_v4.business.iphone=mxgraph.networks.mobile
com.gliffy.shape.network.network_v4.business.laptop=mxgraph.networks.laptop
com.gliffy.shape.network.network_v4.business.load_balancer=mxgraph.networks.load_balancer
com.gliffy.shape.network.network_v4.business.mac=mxgraph.networks.monitor
com.gliffy.shape.network.network_v4.business.mail_server=mxgraph.networks.mail_server
com.gliffy.shape.network.network_v4.business.mainframe=mxgraph.networks.mainframe
com.gliffy.shape.network.network_v4.business.male_user=mxgraph.networks.user_male
com.gliffy.shape.network.network_v4.business.modem=mxgraph.networks.hub
com.gliffy.shape.network.network_v4.business.monitor=mxgraph.networks.monitor
com.gliffy.shape.network.network_v4.business.multi_u_server=mxgraph.networks.server
com.gliffy.shape.network.network_v4.business.nas_filer=mxgraph.networks.nas_filer
com.gliffy.shape.network.network_v4.business.phone1=mxgraph.networks.phone_1
com.gliffy.shape.network.network_v4.business.phone2=mxgraph.networks.phone_2
com.gliffy.shape.network.network_v4.business.printer=mxgraph.networks.printer
com.gliffy.shape.network.network_v4.business.proxy_server=mxgraph.networks.proxy_server
com.gliffy.shape.network.network_v4.business.rack=mxgraph.networks.rack
#com.gliffy.shape.network.network_v4.business.rack_server_1u=
com.gliffy.shape.network.network_v4.business.router=mxgraph.networks.router
com.gliffy.shape.network.network_v4.business.satellite=mxgraph.networks.satellite
com.gliffy.shape.network.network_v4.business.satellite_antenna=mxgraph.networks.satellite_dish
com.gliffy.shape.network.network_v4.business.scanner=mxgraph.networks.scanner
com.gliffy.shape.network.network_v4.business.server=mxgraph.networks.server
com.gliffy.shape.network.network_v4.business.smartphone=mxgraph.networks.mobile
com.gliffy.shape.network.network_v4.business.switch=mxgraph.networks.switch
com.gliffy.shape.network.network_v4.business.tablet=mxgraph.networks.tablet
com.gliffy.shape.network.network_v4.business.tape_backup=mxgraph.networks.tape_storage
com.gliffy.shape.network.network_v4.business.ups=mxgraph.networks.ups_small
com.gliffy.shape.network.network_v4.business.usb=mxgraph.networks.usb_stick
com.gliffy.shape.network.network_v4.business.user=mxgraph.networks.user_male
com.gliffy.shape.network.network_v4.business.user_group=mxgraph.networks.users
com.gliffy.shape.network.network_v4.business.video_projector=mxgraph.networks.video_projector
com.gliffy.shape.network.network_v4.business.video_screen=mxgraph.networks.video_projector_screen
com.gliffy.shape.network.network_v4.business.virtual_server=mxgraph.networks.virtual_server
com.gliffy.shape.network.network_v4.business.virus=mxgraph.networks.virus
com.gliffy.shape.network.network_v4.business.web_server=mxgraph.networks.web_server
com.gliffy.shape.network.network_v4.business.wireless_modem=mxgraph.networks.wireless_hub
# NETWORK v3 BUSINESS
com.gliffy.shape.network.network_v3.business.firewall=image;image=img/lib/clip_art/networking/Firewall-page1_128x128.png
com.gliffy.shape.network.network_v3.business.cloud=cloud;fillColor=#bfc0c2;gradientColor=#ffffff;gradientDirection=west
com.gliffy.shape.network.network_v3.business.comm_link=mxgraph.networks.comm_link;flipH=1
com.gliffy.shape.network.network_v3.business.user=image;image=img/lib/clip_art/people/Tech_Man_128x128.png
com.gliffy.shape.network.network_v3.business.user_female=image;image=img/lib/clip_art/people/Worker_Woman_128x128.png
com.gliffy.shape.network.network_v3.business.user_male=image;image=img/lib/clip_art/people/Tech_Man_128x128.png
com.gliffy.shape.network.network_v3.business.user_group=mxgraph.networks.users;strokeColor=#ffffff
com.gliffy.shape.network.network_v3.business.server=image;image=img/lib/clip_art/computers/Server_Tower_128x128.png
com.gliffy.shape.network.network_v3.business.database_server=image;image=img/lib/clip_art/computers/Server_Tower_128x128.png
com.gliffy.shape.network.network_v3.business.mail_server=image;image=img/lib/clip_art/computers/Server_Tower_128x128.png
com.gliffy.shape.network.network_v3.business.proxy_server=image;image=img/lib/clip_art/computers/Server_Tower_128x128.png
com.gliffy.shape.network.network_v3.business.web_server=image;image=img/lib/clip_art/computers/Server_Tower_128x128.png
com.gliffy.shape.network.network_v3.business.database=image;image=img/lib/clip_art/computers/Database_128x128.png
com.gliffy.shape.network.network_v3.business.hub=image;image=img/lib/clip_art/networking/Concentrator_128x128.png
com.gliffy.shape.network.network_v3.business.switch=image;image=img/lib/clip_art/networking/Switch_128x128.png
com.gliffy.shape.network.network_v3.business.router=image;image=img/lib/clip_art/networking/Router_128x128.png
com.gliffy.shape.network.network_v3.business.workstation_crt=image;image=img/lib/clip_art/computers/Workstation_128x128.png
com.gliffy.shape.network.network_v3.business.workstation_lcd=image;image=img/lib/clip_art/computers/Workstation_128x128.png
com.gliffy.shape.network.network_v3.business.laptop=image;image=img/lib/clip_art/computers/Laptop_128x128.png
com.gliffy.shape.network.network_v3.business.printer=image;image=img/lib/clip_art/computers/Printer_128x128.png
com.gliffy.shape.network.network_v3.business.copier=image;image=img/lib/clip_art/computers/Printer_Commercial_128x128.png
com.gliffy.shape.network.network_v3.business.mainframe=image;image=img/lib/clip_art/computers/Mainframe_128x128.png
com.gliffy.shape.network.network_v3.business.rack_server_1u=image;image=img/lib/clip_art/computers/Server_128x128.png
com.gliffy.shape.network.network_v3.business.multi_u_server=image;image=img/lib/clip_art/computers/Server_128x128.png
com.gliffy.shape.network.network_v3.business.rack=image;image=img/lib/clip_art/computers/Server_Rack_Empty_128x128.png
com.gliffy.shape.network.network_v3.business.telephone=image;image=img/lib/clip_art/telecommunication/iPhone_128x128.png
#com.gliffy.shape.network.network_v3.business.flash_drive=
#It needs a new modern icon to match the remaining icons
com.gliffy.shape.network.network_v3.business.tape_backup=mxgraph.networks.tape_storage;strokeColor=#ffffff
#com.gliffy.shape.network.network_v3.business.video_projector=
#com.gliffy.shape.network.network_v3.business.video_screen=
#com.gliffy.shape.network.network_v3.business.satellite=
#com.gliffy.shape.network.network_v3.business.satellite_antenna=
# NETWORK v3 RACK
com.gliffy.shape.network.network_v3.rack.rack_server_1u=mxgraph.rack.cisco.cisco_ucs_c22_m3_server
com.gliffy.shape.network.network_v3.rack.multi_u_server=mxgraph.rack.cisco.cisco_ucs_c260_m3_server
com.gliffy.shape.network.network_v3.rack.hub_switch_1u=mxgraph.rack.cisco.cisco_nexus_3016_switch
com.gliffy.shape.network.network_v3.rack.kvm_switch_1u=mxgraph.rack.cisco.cisco_nexus_3548_switch
com.gliffy.shape.network.network_v3.rack.power_strip_1u=mxgraph.rack.dell.power_strip
com.gliffy.shape.network.network_v3.rack.spacer_1u=mxgraph.rackGeneral.plate;fillColor=#e8e8e8;strokeColor=#666666
com.gliffy.shape.network.network_v3.rack.tray_1u=mxgraph.rackGeneral.plate;fillColor=#e8e8e8;strokeColor=#666666
com.gliffy.shape.network.network_v3.rack.hub_switch_2u=mxgraph.rack.general.cat5e_enhanced_patch_panel_48_ports;strokeColor=#666666
#TODO needs a better icon
com.gliffy.shape.network.network_v3.rack.lcd_7u=mxgraph.office.devices.lcd_monitor
com.gliffy.shape.network.network_v3.rack.rack=mxgraph.rackGeneral.container;container=1;collapsible=0;childLayout=rack;marginLeft=9;marginRight=9;marginTop=21;marginBottom=22;textColor=#666666;numDisp=off;strokeColor=#666666
# NETWORK v4 RACK
com.gliffy.shape.network.network_v4.rack.rack_server=mxgraph.rack.cisco.cisco_ucs_c22_m3_server
com.gliffy.shape.network.network_v4.rack.1u_tray=rect;fillColor=#e8e8e8;strokeWidth=1
com.gliffy.shape.network.network_v4.rack.1u_spacer=mxgraph.rackGeneral.plate;fillColor=#e8e8e8;strokeColor=#666666
com.gliffy.shape.network.network_v4.rack.1u_power_strip=mxgraph.rack.dell.power_strip
com.gliffy.shape.network.network_v4.rack.1u_kvm_switch=mxgraph.rackGeneral.horRoutingBank;fillColor=#e8e8e8;strokeWidth=1
com.gliffy.shape.network.network_v4.rack.1u_hub_switch=mxgraph.rack.cisco.cisco_nexus_3016_switch
#com.gliffy.shape.network.network_v4.rack.7u_lcd
com.gliffy.shape.network.network_v4.rack.rack=mxgraph.rackGeneral.container;container=1;collapsible=0;childLayout=rack;marginLeft=9;marginRight=9;marginTop=21;marginBottom=22
#
# SITEMAP v2
#
com.gliffy.shape.sitemap.sitemap_v2.text=mxgraph.sitemap.text
com.gliffy.shape.sitemap.sitemap_v2.video=mxgraph.sitemap.video
com.gliffy.shape.sitemap.sitemap_v2.upload=mxgraph.sitemap.upload
com.gliffy.shape.sitemap.sitemap_v2.slideshow=mxgraph.sitemap.slideshow
com.gliffy.shape.sitemap.sitemap_v2.sitemap=mxgraph.sitemap.sitemap
com.gliffy.shape.sitemap.sitemap_v2.shopping_cart=mxgraph.sitemap.shopping
com.gliffy.shape.sitemap.sitemap_v2.settings=mxgraph.sitemap.settings
com.gliffy.shape.sitemap.sitemap_v2.search=mxgraph.sitemap.search
com.gliffy.shape.sitemap.sitemap_v2.script=mxgraph.sitemap.script
com.gliffy.shape.sitemap.sitemap_v2.print=mxgraph.sitemap.print
com.gliffy.shape.sitemap.sitemap_v2.pricing=mxgraph.sitemap.pricing
com.gliffy.shape.sitemap.sitemap_v2.photo=mxgraph.sitemap.photo
com.gliffy.shape.sitemap.sitemap_v2.map=mxgraph.sitemap.map
com.gliffy.shape.sitemap.sitemap_v2.login=mxgraph.sitemap.login
com.gliffy.shape.sitemap.sitemap_v2.gliffy=mxgraph.sitemap.page
com.gliffy.shape.sitemap.sitemap_v2.game=mxgraph.sitemap.game
com.gliffy.shape.sitemap.sitemap_v2.gallery=mxgraph.sitemap.gallery
com.gliffy.shape.sitemap.sitemap_v2.form=mxgraph.sitemap.form
com.gliffy.shape.sitemap.sitemap_v2.download=mxgraph.sitemap.download
com.gliffy.shape.sitemap.sitemap_v2.document=mxgraph.sitemap.document
com.gliffy.shape.sitemap.sitemap_v2.chat=mxgraph.sitemap.chat
com.gliffy.shape.sitemap.sitemap_v2.calendar=mxgraph.sitemap.calendar
com.gliffy.shape.sitemap.sitemap_v2.audio=mxgraph.sitemap.audio
com.gliffy.shape.sitemap.sitemap_v2.profile=mxgraph.sitemap.profile
com.gliffy.shape.sitemap.sitemap_v2.error=mxgraph.sitemap.error
com.gliffy.shape.sitemap.sitemap_v2.success=mxgraph.sitemap.success
com.gliffy.shape.sitemap.sitemap_v2.cloud=mxgraph.sitemap.cloud
com.gliffy.shape.sitemap.sitemap_v2.home=mxgraph.sitemap.home
com.gliffy.shape.sitemap.sitemap_v2.page=mxgraph.sitemap.page
#
# SITEMAP v1
#
com.gliffy.shape.sitemap.sitemap_v1.default.page=mxgraph.sitemap.page
com.gliffy.shape.sitemap.sitemap_v1.default.home_page=mxgraph.sitemap.home
com.gliffy.shape.sitemap.sitemap_v1.default.form=mxgraph.sitemap.form
com.gliffy.shape.sitemap.sitemap_v1.default.login=mxgraph.sitemap.login
com.gliffy.shape.sitemap.sitemap_v1.default.search=mxgraph.sitemap.search
com.gliffy.shape.sitemap.sitemap_v1.default.site_map=mxgraph.sitemap.sitemap
com.gliffy.shape.sitemap.sitemap_v1.default.script=mxgraph.sitemap.script
com.gliffy.shape.sitemap.sitemap_v1.default.flash=mxgraph.sitemap.page
com.gliffy.shape.sitemap.sitemap_v1.default.video=mxgraph.sitemap.video
com.gliffy.shape.sitemap.sitemap_v1.default.game=mxgraph.sitemap.game
com.gliffy.shape.sitemap.sitemap_v1.default.document=mxgraph.sitemap.document
com.gliffy.shape.sitemap.sitemap_v1.default.pdf=mxgraph.sitemap.page
com.gliffy.shape.sitemap.sitemap_v1.default.word_document=mxgraph.sitemap.page
com.gliffy.shape.sitemap.sitemap_v1.default.excel_document=mxgraph.sitemap.page
com.gliffy.shape.sitemap.sitemap_v1.default.powerpoint_document=mxgraph.sitemap.page
com.gliffy.shape.sitemap.sitemap_v1.default.chat=mxgraph.sitemap.chat
com.gliffy.shape.sitemap.sitemap_v1.default.gliffy=mxgraph.sitemap.page
com.gliffy.shape.sitemap.sitemap_v1.default.print=mxgraph.sitemap.print
com.gliffy.shape.sitemap.sitemap_v1.default.shopping_cart=mxgraph.sitemap.shopping
com.gliffy.shape.sitemap.sitemap_v1.default.download=mxgraph.sitemap.download
#com.gliffy.shape.sitemap.sitemap_v1.default.link=
#com.gliffy.shape.sitemap.sitemap_v1.default.share=
com.gliffy.shape.sitemap.sitemap_v1.default.database=mxgraph.networks.storage
com.gliffy.shape.sitemap.sitemap_v1.default.secure_https=mxgraph.networks.secured
com.gliffy.shape.sitemap.sitemap_v1.default.email=mxgraph.mockup.misc.mail2
#
# UI v3
#
# UI v3 CONTAINERS CONTENT
com.gliffy.shape.ui.ui_v3.containers_content.browser=mxgraph.mockup.containers.browserWindow
com.gliffy.shape.ui.ui_v3.containers_content.dialog=mxgraph.mockup.containers.window;mainText=
com.gliffy.shape.ui.ui_v3.containers_content.window=mxgraph.mockup.containers.window;mainText=
com.gliffy.shape.ui.ui_v3.containers_content.popover_top=callout;perimeter=calloutPerimeter;rounded=1;position=0.48;position2=0.5;size=8;base=10
com.gliffy.shape.ui.ui_v3.containers_content.popover_bottom=callout;perimeter=calloutPerimeter;rounded=1;position=0.48;position2=0.5;size=8;base=10;flipV=1
com.gliffy.shape.ui.ui_v3.containers_content.circle_dashed_line=ellipse;perimeter=ellipsePerimeter
com.gliffy.shape.ui.ui_v3.containers_content.speech_bubble_right=callout;perimeter=calloutPerimeter;rounded=1;position=0.6;position2=0.55;size=15
com.gliffy.shape.ui.ui_v3.containers_content.speech_bubble_left=callout;perimeter=calloutPerimeter;rounded=1;position=0.6;position2=0.55;size=15;flipH=1
com.gliffy.shape.ui.ui_v3.containers_content.rectangle_dashed_line=rect;dashed=1;dashPattern=5 3
com.gliffy.shape.ui.ui_v3.containers_content.tooltip_top=callout;perimeter=calloutPerimeter;rounded=1;position=0.48;position2=0.5;size=5;base=10
com.gliffy.shape.ui.ui_v3.containers_content.tooltip_bottom=callout;perimeter=calloutPerimeter;rounded=1;position=0.48;position2=0.5;size=5;base=10;flipV=1
com.gliffy.shape.ui.ui_v3.containers_content.image=mxgraph.mockup.graphics.simpleIcon
com.gliffy.shape.ui.ui_v3.containers_content.tooltip_left=callout;perimeter=calloutPerimeter;rounded=1;position=0.48;position2=0.5;size=5;base=10;direction=south
com.gliffy.shape.ui.ui_v3.containers_content.tooltip_right=callout;perimeter=calloutPerimeter;rounded=1;position=0.48;position2=0.5;size=5;base=10;direction=north
com.gliffy.shape.ui.ui_v3.containers_content.rectangle=rect
com.gliffy.shape.ui.ui_v3.containers_content.video=mxgraph.mockup.containers.videoPlayer;strokeColor2=#666666;strokeColor3=#666666;fillColor2=#666666;barHeight=30;barPos=20
com.gliffy.shape.ui.ui_v3.containers_content.graph_bar=mxgraph.mockup.graphics.columnChart;fillColor=#ffffff;strokeColor=none;strokeColor2=none;strokeColor3=#666666;fillColor2=#008cff;fillColor3=#dddddd
com.gliffy.shape.ui.ui_v3.containers_content.graph_line=mxgraph.mockup.graphics.lineChart;fillColor=#ffffff;strokeColor=none;strokeColor2=#666666;strokeColor3=#008cff;strokeColor4=#dddddd
com.gliffy.shape.ui.ui_v3.containers_content.transparent_rect=rect
com.gliffy.shape.ui.ui_v3.containers_content.map=mxgraph.mockup.misc.map
com.gliffy.shape.ui.ui_v3.containers_content.graph_pie=mxgraph.mockup.graphics.pieChart;strokeColor=#008cff;parts=10,20,35;partColors=#e0e0e0,#d0d0d0,#c0c0c0,#b0b0b0,#a0a0a0
com.gliffy.shape.ui.ui_v3.containers_content.note=rect;fillColor=#fff0ab;strokeColor=none;gradientColor=#ffe77c;shadow=1
#com.gliffy.shape.ui.ui_v3.containers_content.table_three_by_three=
# UI v3 TABLES
#Treated as groups
#com.gliffy.shape.table.table_v2.default.table_horizontal_and_vertical_title_three_by_two=
#com.gliffy.shape.table.table_v2.default.table_horizontal_title_three_by_two=
#com.gliffy.shape.table.table_v2.default.table_three_by_three=
#com.gliffy.shape.table.table_v2.default.table_vertical_title_three_by_two=
# UI v3 NAVIGATION
com.gliffy.shape.ui.ui_v3.navigation.btn_circle_previous=mxgraph.ios.iArrowIcon;fillColor2=#FFFFFF
com.gliffy.shape.ui.ui_v3.navigation.btn_circle_next=mxgraph.ios.iArrowIcon;fillColor2=#FFFFFF;flipH=1
#com.gliffy.shape.ui.ui_v3.navigation.btn_rect_previous=
#com.gliffy.shape.ui.ui_v3.navigation.btn_rect_next=
#com.gliffy.shape.ui.ui_v3.navigation.pagination=
com.gliffy.shape.ui.ui_v3.navigation.slide_indicator=mxgraph.mockup.navigation.pageControl;fillColor=#999999;strokeColor=#cccccc
#composite
com.gliffy.shape.ui.ui_v3.navigation.navbar=rect
#composite
com.gliffy.shape.ui.ui_v3.navigation.navbar_vertical=rect
# UI v3 FORMS CONTROLS
com.gliffy.shape.ui.ui_v3.forms_controls.input_field=rect
com.gliffy.shape.ui.ui_v3.forms_controls.text_area=rect
com.gliffy.shape.ui.ui_v3.forms_controls.input_search=mxgraph.mockup.forms.searchBox;mainText=
com.gliffy.shape.ui.ui_v3.forms_controls.combo_box=mxgraph.mockup.forms.comboBox;fillColor=#cccccc;fillColor2=#cccccc;mainText=
#com.gliffy.shape.ui.ui_v3.forms_controls.calendar=
#composite
com.gliffy.shape.ui.ui_v3.forms_controls.dropdown=rect
com.gliffy.shape.ui.ui_v3.forms_controls.checkbox=mxgraph.mockup.forms.checkbox;rSize=0
com.gliffy.shape.ui.ui_v3.forms_controls.radio_btn=ellipse;perimeter=ellipsePerimeter
com.gliffy.shape.ui.ui_v3.forms_controls.selector=mxgraph.mockup.forms.spinner;spinLayout=right;spinStyle=normal;adjStyle=triangle;fillColor=#999999;mainText=
#com.gliffy.shape.ui.ui_v3.forms_controls.date=
com.gliffy.shape.ui.ui_v3.forms_controls.color_picker=mxgraph.mockup.forms.colorPicker;chosenColor=#aaddff
com.gliffy.shape.ui.ui_v3.forms_controls.button=rect
com.gliffy.shape.ui.ui_v3.forms_controls.btn_left=mxgraph.mockup.buttons.button;mainText=;buttonStyle=chevron;flipH=1
com.gliffy.shape.ui.ui_v3.forms_controls.btn_right=mxgraph.mockup.buttons.button;mainText=;buttonStyle=chevron
com.gliffy.shape.ui.ui_v3.forms_controls.switch_on=mxgraph.mockup.buttons.onOffButton;buttonState=on;fillColor2=#008cff;mainText=
com.gliffy.shape.ui.ui_v3.forms_controls.switch_off=mxgraph.mockup.buttons.onOffButton;buttonState=off;fillColor2=#ffffff;mainText=
com.gliffy.shape.ui.ui_v3.forms_controls.progress_bar=mxgraph.mockup.misc.progressBar;fillColor=#ffffff;fillColor2=#bbbbbb;barPos=25
#composite
com.gliffy.shape.ui.ui_v3.forms_controls.audio_controls=mxgraph.mockup.misc.playbackControls
#com.gliffy.shape.ui.ui_v3.forms_controls.btn_rewind=
#com.gliffy.shape.ui.ui_v3.forms_controls.btn_fast_forward=
com.gliffy.shape.ui.ui_v3.forms_controls.btn_play=triangle
com.gliffy.shape.ui.ui_v3.forms_controls.splitter=mxgraph.mockup.forms.splitter;fillColor=none
com.gliffy.shape.ui.ui_v3.forms_controls.scrollbar_horizontal=mxgraph.mockup.navigation.scrollBar;barPos=0;fillColor2=#bbbbbb
com.gliffy.shape.ui.ui_v3.forms_controls.scrollbar=mxgraph.mockup.navigation.scrollBar;barPos=0;fillColor2=#bbbbbb;direction=south
com.gliffy.shape.ui.ui_v3.forms_controls.slider=mxgraph.mockup.forms.horSlider;sliderStyle=fancy;sliderPos=50;handleStyle=circle;fillColor2=#bbbbbb
com.gliffy.shape.ui.ui_v3.forms_controls.slider_vertical=mxgraph.mockup.forms.horSlider;sliderStyle=fancy;sliderPos=50;handleStyle=circle;fillColor2=#bbbbbb;direction=south
com.gliffy.shape.ui.ui_v3.forms_controls.text_format=mxgraph.mockup.menus_and_buttons.font_style_selector_2
# UI v3 ICON SYMBOLS
com.gliffy.shape.ui.ui_v3.icon_symbols.annotate_top=mxgraph.ios7.misc.remove;fillColor=#FF8000;strokeColor=none;direction=north
com.gliffy.shape.ui.ui_v3.icon_symbols.annotate_bottom=mxgraph.ios7.misc.remove;fillColor=#FF8000;strokeColor=none;direction=south
com.gliffy.shape.ui.ui_v3.icon_symbols.arrow_left=mxgraph.arrows.jump-in_arrow_1;direction=south;strokeColor=none
com.gliffy.shape.ui.ui_v3.icon_symbols.annotate_right=mxgraph.ios7.misc.remove;fillColor=#FF8000;strokeColor=none
com.gliffy.shape.ui.ui_v3.icon_symbols.annotate_left=mxgraph.ios7.misc.remove;fillColor=#FF8000;strokeColor=none;direction=west
com.gliffy.shape.ui.ui_v3.icon_symbols.arrow_right=mxgraph.arrows.jump-in_arrow_1;strokeColor=none;direction=north;flipV=1
com.gliffy.shape.ui.ui_v3.icon_symbols.refresh=mxgraph.ios7.icons.reload;fillColor=#000000
#com.gliffy.shape.ui.ui_v3.icon_symbols.pointer_arrow=
#com.gliffy.shape.ui.ui_v3.icon_symbols.pointer_finger=
com.gliffy.shape.ui.ui_v3.icon_symbols.profile=mxgraph.mockup.containers.userMale;strokeColor2=#666666
# UI v2 FORMS COMPONENTS
com.gliffy.shape.ui.ui_v2.forms_components.window=mxgraph.mockup.containers.window;mainText=
com.gliffy.shape.ui.ui_v2.forms_components.dialog_box=mxgraph.mockup.containers.window;mainText=
#com.gliffy.shape.ui.ui_v2.forms_components.listbox=
com.gliffy.shape.ui.ui_v2.forms_components.scrollbar_vertical=mxgraph.mockup.navigation.scrollBar;barPos=0;fillColor2=#bbbbbb;strokeColor2=none;direction=south
com.gliffy.shape.ui.ui_v2.forms_components.scrollbar_horizontal=mxgraph.mockup.navigation.scrollBar;barPos=0;fillColor2=#bbbbbb;strokeColor2=none
com.gliffy.shape.ui.ui_v2.forms_components.text_area=rect
com.gliffy.shape.ui.ui_v2.forms_components.slider_vertical=mxgraph.mockup.forms.horSlider;sliderStyle=basic;sliderPos=50;handleStyle=circle;fillColor2=#ddeeff;direction=south
com.gliffy.shape.ui.ui_v2.forms_components.slider_horizontal=mxgraph.mockup.forms.horSlider;sliderStyle=basic;sliderPos=50;handleStyle=circle;fillColor2=#ddeeff
com.gliffy.shape.ui.ui_v2.forms_components.button=rect;rounded=1;arcSize=15;absoluteArcSize=1
com.gliffy.shape.ui.ui_v2.forms_components.radio_button=
com.gliffy.shape.ui.ui_v2.forms_components.checkbox=mxgraph.mockup.forms.checkbox;rSize=0
com.gliffy.shape.ui.ui_v2.forms_components.combobox=mxgraph.mockup.forms.comboBox;fillColor=#ddeeff;fillColor2=#aaddff;mainText=
#com.gliffy.shape.ui.ui_v2.forms_components.datepicker=
com.gliffy.shape.ui.ui_v2.forms_components.colorpicker=mxgraph.mockup.forms.colorPicker;chosenColor=#aaddff
com.gliffy.shape.ui.ui_v2.forms_components.textbox=rect
# UI v2 CONTENT
com.gliffy.shape.ui.ui_v2.content.area_box=rect;fillColor=none;dashed=1
com.gliffy.shape.ui.ui_v2.content.plain_box=rect
com.gliffy.shape.ui.ui_v2.content.image=mxgraph.mockup.graphics.simpleIcon
com.gliffy.shape.ui.ui_v2.content.street_map=mxgraph.mockup.misc.map
com.gliffy.shape.ui.ui_v2.content.video_player=mxgraph.mockup.containers.videoPlayer;strokeColor2=#008cff;strokeColor3=#c4c4c4;fillColor2=#008cff;barHeight=30;barPos=20
com.gliffy.shape.ui.ui_v2.content.progress_bar=mxgraph.mockup.misc.progressBar;fillColor=#ffffff;fillColor2=#bbbbbb;barPos=20
com.gliffy.shape.ui.ui_v2.content.bar_chart=mxgraph.mockup.graphics.columnChart;fillColor=#ffffff;strokeColor=none;strokeColor2=none;strokeColor3=#666666;fillColor2=#008cff;fillColor3=#dddddd
com.gliffy.shape.ui.ui_v2.content.pie_chart=mxgraph.mockup.graphics.pieChart;strokeColor=#008cff;parts=10,20,35;partColors=#e0e0e0,#d0d0d0,#c0c0c0,#b0b0b0,#a0a0a0
#com.gliffy.shape.ui.ui_v2.content.column_chart=
com.gliffy.shape.ui.ui_v2.content.line_chart=mxgraph.mockup.graphics.lineChart;fillColor=#ffffff;strokeColor=none;strokeColor2=#666666;strokeColor3=#008cff;strokeColor4=#dddddd
# UI v2 MISCELLANEOUS
com.gliffy.shape.ui.ui_v2.miscellaneous.note=mxgraph.mockup.text.stickyNote;fontColor=#666666;mainText=;fontSize=17;whiteSpace=wrap;strokeWidth=1
com.gliffy.shape.ui.ui_v2.miscellaneous.notes_reference=ellipse;perimeter=ellipsePerimeter
com.gliffy.shape.ui.ui_v2.miscellaneous.rule_horizontal=line
com.gliffy.shape.ui.ui_v2.miscellaneous.rule_vertical=line;direction=south
com.gliffy.shape.ui.ui_v2.miscellaneous.rule_horizontal_dotted=line;dashed=1
com.gliffy.shape.ui.ui_v2.miscellaneous.rule_vertical_dotted=line;direction=south;dashed=1
com.gliffy.shape.ui.ui_v2.miscellaneous.left_arrow=triangle
com.gliffy.shape.ui.ui_v2.miscellaneous.right_arrow=triangle
#com.gliffy.shape.ui.ui_v2.miscellaneous.page_previous=
#com.gliffy.shape.ui.ui_v2.miscellaneous.page_next=
#
# VENN RADIAL
#
com.gliffy.shape.venn.radial.default.99CC99=ellipse;perimeter=ellipsePerimeter;opacity=50;strokeColor=none
com.gliffy.shape.venn.radial.default.99CCFF=ellipse;perimeter=ellipsePerimeter;opacity=50;strokeColor=none
com.gliffy.shape.venn.radial.default.FFFF99=ellipse;perimeter=ellipsePerimeter;opacity=50;strokeColor=none
com.gliffy.shape.venn.radial.default.999999=ellipse;perimeter=ellipsePerimeter;opacity=50;strokeColor=none
com.gliffy.shape.venn.radial.default.9999FF=ellipse;perimeter=ellipsePerimeter;opacity=50;strokeColor=none
com.gliffy.shape.venn.radial.default.99CC33=ellipse;perimeter=ellipsePerimeter;opacity=50;strokeColor=none
com.gliffy.shape.venn.radial.default.FF9900=ellipse;perimeter=ellipsePerimeter;opacity=50;strokeColor=none
com.gliffy.shape.venn.radial.default.666666=ellipse;perimeter=ellipsePerimeter;opacity=50;strokeColor=none
com.gliffy.shape.venn.radial.default.999900=ellipse;perimeter=ellipsePerimeter;opacity=50;strokeColor=none
com.gliffy.shape.venn.radial.default.FF0000=ellipse;perimeter=ellipsePerimeter;opacity=50;strokeColor=none
com.gliffy.shape.venn.radial.default.0066CC=ellipse;perimeter=ellipsePerimeter;opacity=50;strokeColor=none
com.gliffy.shape.venn.radial.default.FFFF00=ellipse;perimeter=ellipsePerimeter;opacity=50;strokeColor=none
#
# VENN FLAT
#
com.gliffy.shape.venn.flat.default.99CC99=ellipse;perimeter=ellipsePerimeter;opacity=50;strokeColor=none
com.gliffy.shape.venn.flat.default.99CCFF=ellipse;perimeter=ellipsePerimeter;opacity=50;strokeColor=none
com.gliffy.shape.venn.flat.default.FFFF99=ellipse;perimeter=ellipsePerimeter;opacity=50;strokeColor=none
com.gliffy.shape.venn.flat.default.999999=ellipse;perimeter=ellipsePerimeter;opacity=50;strokeColor=none
com.gliffy.shape.venn.flat.default.9999FF=ellipse;perimeter=ellipsePerimeter;opacity=50;strokeColor=none
com.gliffy.shape.venn.flat.default.99CC33=ellipse;perimeter=ellipsePerimeter;opacity=50;strokeColor=none
com.gliffy.shape.venn.flat.default.FF9900=ellipse;perimeter=ellipsePerimeter;opacity=50;strokeColor=none
com.gliffy.shape.venn.flat.default.666666=ellipse;perimeter=ellipsePerimeter;opacity=50;strokeColor=none
com.gliffy.shape.venn.flat.default.999900=ellipse;perimeter=ellipsePerimeter;opacity=50;strokeColor=none
com.gliffy.shape.venn.flat.default.FF0000=ellipse;perimeter=ellipsePerimeter;opacity=50;strokeColor=none
com.gliffy.shape.venn.flat.default.0066CC=ellipse;perimeter=ellipsePerimeter;opacity=50;strokeColor=none
com.gliffy.shape.venn.flat.default.FFFF00=ellipse;perimeter=ellipsePerimeter;opacity=50;strokeColor=none
#
# VENN OUTLINE
#
com.gliffy.shape.venn.outline.default.99CC99=ellipse;perimeter=ellipsePerimeter;opacity=50
com.gliffy.shape.venn.outline.default.99CCFF=ellipse;perimeter=ellipsePerimeter;opacity=50
com.gliffy.shape.venn.outline.default.FFFF99=ellipse;perimeter=ellipsePerimeter;opacity=50
com.gliffy.shape.venn.outline.default.999999=ellipse;perimeter=ellipsePerimeter;opacity=50
com.gliffy.shape.venn.outline.default.9999FF=ellipse;perimeter=ellipsePerimeter;opacity=50
com.gliffy.shape.venn.outline.default.99CC33=ellipse;perimeter=ellipsePerimeter;opacity=50
com.gliffy.shape.venn.outline.default.FF9900=ellipse;perimeter=ellipsePerimeter;opacity=50
com.gliffy.shape.venn.outline.default.666666=ellipse;perimeter=ellipsePerimeter;opacity=50
com.gliffy.shape.venn.outline.default.999900=ellipse;perimeter=ellipsePerimeter;opacity=50
com.gliffy.shape.venn.outline.default.FF0000=ellipse;perimeter=ellipsePerimeter;opacity=50
com.gliffy.shape.venn.outline.default.0066CC=ellipse;perimeter=ellipsePerimeter;opacity=50
com.gliffy.shape.venn.outline.default.FFFF00=ellipse;perimeter=ellipsePerimeter;opacity=50
#
# FLOORPLAN v2
#
# FLOORPLAN v2 STRUCTURE
com.gliffy.shape.floorplan.floorplan_v2.structure.door1=mxgraph.floorplan.doorLeft;direction=north;flipV=1;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.structure.door2=mxgraph.floorplan.doorRight;direction=north;flipH=1;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.structure.wall_horizontal=mxgraph.floorplan.wall;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.structure.wall_vertical=mxgraph.floorplan.wall;direction=south;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.structure.window_single=mxgraph.floorplan.window;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.structure.dimension=mxgraph.floorplan.dimension;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.structure.stairs1=mxgraph.floorplan.stairs;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.structure.stairs2=mxgraph.floorplan.stairsRest;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.structure.elevator=mxgraph.floorplan.elevator;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.structure.fireplace=mxgraph.floorplan.fireplace;strokeWidth=1
#com.gliffy.shape.floorplan.floorplan_v2.structure.tile_floor=
#com.gliffy.shape.floorplan.floorplan_v2.structure.wood_floor=
#com.gliffy.shape.floorplan.floorplan_v2.structure.light_wood_floor=
# FLOORPLAN v2 BEDROOM
com.gliffy.shape.floorplan.floorplan_v2.bedroom.bed_double=mxgraph.floorplan.bed_double;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.bedroom.bed_queen=mxgraph.floorplan.bed_double;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.bedroom.bed_single=mxgraph.floorplan.bed_single;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.bedroom.dresser=mxgraph.floorplan.dresser;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.bedroom.armoire=mxgraph.floorplan.dresser;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.bedroom.lamp=mxgraph.floorplan.floor_lamp;strokeWidth=1
# FLOORPLAN v2 LIVING ROOM
com.gliffy.shape.floorplan.floorplan_v2.living_room.coffee_table=mxgraph.floorplan.table;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.living_room.bookcase=mxgraph.floorplan.bookcase;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.living_room.floor_lamp=mxgraph.floorplan.floor_lamp;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.living_room.lamp=mxgraph.floorplan.floor_lamp;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.living_room.side_table=rect;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.living_room.couch=mxgraph.floorplan.couch;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.living_room.plant=mxgraph.floorplan.plant;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.living_room.flat_tv=mxgraph.floorplan.flat_tv;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.living_room.tv=mxgraph.floorplan.crt_tv;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.living_room.loveseat=mxgraph.floorplan.couch;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.living_room.small_loveseat=mxgraph.floorplan.sofa;strokeWidth=1
#com.gliffy.shape.floorplan.floorplan_v2.living_room.ottoman=
com.gliffy.shape.floorplan.floorplan_v2.living_room.circular_rug=ellipse;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.living_room.rectangular_rug=rect;strokeWidth=1
# FLOORPLAN v2 DINING ROOM
com.gliffy.shape.floorplan.floorplan_v2.dining_room.table_wood=rect;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.dining_room.table_glass=rect;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.dining_room.chair=mxgraph.floorplan.chair;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.dining_room.table_4_chairs=mxgraph.floorplan.table_1;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.dining_room.table_4_chairs_square=mxgraph.floorplan.table_2;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.dining_room.table_6_chairs_wood=mxgraph.floorplan.table_4;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.dining_room.table_6_chairs=mxgraph.floorplan.table_4;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.dining_room.table_circular=mxgraph.floorplan.table_3;strokeWidth=1
# FLOORPLAN v2 KITCHEN
com.gliffy.shape.floorplan.floorplan_v2.kitchen.stool=mxgraph.floorplan.chair;flipV=1;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.kitchen.range=mxgraph.floorplan.range_2;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.kitchen.refrigerator=mxgraph.floorplan.refrigerator;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.kitchen.sink_single1=mxgraph.floorplan.sink_1;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.kitchen.sink_single2=mxgraph.floorplan.sink_2;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.kitchen.sink_double_2d=mxgraph.floorplan.sink_double;strokeWidth=1
# FLOORPLAN v2 BATHROOM
com.gliffy.shape.floorplan.floorplan_v2.bathroom.bathtub=mxgraph.floorplan.bathtub;flipH=1;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.bathroom.toilet=mxgraph.floorplan.toilet;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.bathroom.shower=mxgraph.floorplan.shower;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.bathroom.sink_single1=mxgraph.floorplan.sink_1;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.bathroom.sink_single2=mxgraph.floorplan.sink_2;strokeWidth=1
# FLOORPLAN v2 OFFICE
com.gliffy.shape.floorplan.floorplan_v2.office.cubicle=mxgraph.floorplan.wallU;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.office.wall_horizontal=mxgraph.floorplan.wall;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.office.wall_vertical=mxgraph.floorplan.wall;direction=south;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.office.office_chair=mxgraph.floorplan.office_chair;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.office.computer_crt=mxgraph.floorplan.workstation;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.office.desk_l=mxgraph.floorplan.desk_corner_2;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.office.desk_office=rect;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.office.desk_metal=rect;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.office.desk_metal_l=mxgraph.floorplan.desk_corner_2;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.office.computer_lcd=mxgraph.floorplan.workstation;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.office.copier=mxgraph.floorplan.copier;strokeWidth=1
#com.gliffy.shape.floorplan.floorplan_v2.office.desk_lamp=
com.gliffy.shape.floorplan.floorplan_v2.office.laptop=mxgraph.floorplan.laptop;strokeWidth=1
#com.gliffy.shape.floorplan.floorplan_v2.office.telephone=
com.gliffy.shape.floorplan.floorplan_v2.office.printer=mxgraph.floorplan.printer;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.office.scanner=roundrect;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.office.table_3person=mxgraph.floorplan.table_3;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.office.table_6person=mxgraph.floorplan.table_3;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.office.table_10person=mxgraph.floorplan.table_5;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.office.vending_machine=roundrect;strokeWidth=1
#com.gliffy.shape.floorplan.floorplan_v2.office.video_projector=
#com.gliffy.shape.floorplan.floorplan_v2.office.video_screen=
com.gliffy.shape.floorplan.floorplan_v2.office.water_cooler=mxgraph.floorplan.water_cooler;strokeWidth=1
com.gliffy.shape.floorplan.floorplan_v2.office.plant=mxgraph.floorplan.plant;strokeWidth=1
# FLOORPLAN v2 MISCELLANEOUS
#com.gliffy.shape.floorplan.floorplan_v2.miscellaneous.washing_machine=
#com.gliffy.shape.floorplan.floorplan_v2.miscellaneous.dryer=
com.gliffy.shape.floorplan.floorplan_v2.miscellaneous.piano=mxgraph.floorplan.piano;strokeWidth=1
#com.gliffy.shape.floorplan.floorplan_v2.miscellaneous.pool_table=
#com.gliffy.shape.floorplan.floorplan_v2.miscellaneous.drumset=
#com.gliffy.shape.floorplan.floorplan_v2.miscellaneous.gas_furnace=
#
# MINDMAP
#
com.gliffy.shape.mindmap.mindmap_v1.default.main_topic=rect;rounded=1;arcSize=15;absoluteArcSize=1
com.gliffy.shape.mindmap.mindmap_v1.default.subtopic=rect;rounded=1;arcSize=15;absoluteArcSize=1
com.gliffy.shape.mindmap.mindmap_v1.default.child_node=rect;rounded=1;dashed=1;arcSize=15;absoluteArcSize=1
#
# GOOGLE CLOUD PLATFORM
#
# BIG DATA
gshape.gcp_v1.big_data.bigquery=mxgraph.gcp2.bigquery;fillColor=#5184F3
gshape.gcp_v1.big_data.cloud_dataflow=mxgraph.gcp2.cloud_dataflow;fillColor=#5184F3
gshape.gcp_v1.big_data.cloud_datalab=mxgraph.gcp2.cloud_datalab;fillColor=#5184F3
gshape.gcp_v1.big_data.cloud_dataprep=mxgraph.gcp2.cloud_dataprep;fillColor=#5184F3
gshape.gcp_v1.big_data.cloud_dataproc=mxgraph.gcp2.cloud_dataproc;fillColor=#5184F3
gshape.gcp_v1.big_data.cloud_pubsub=mxgraph.gcp2.cloud_pubsub;fillColor=#5184F3
gshape.gcp_v1.big_data.data_studio=mxgraph.gcp2.data_studio;fillColor=#5184F3
gshape.gcp_v1.big_data.genomics=mxgraph.gcp2.genomics;fillColor=#5184F3
# GCP COMPUTE
gshape.gcp_v1.compute.app_engine=mxgraph.gcp2.app_engine;fillColor=#5184F3
gshape.gcp_v1.compute.cloud_functions=mxgraph.gcp2.cloud_functions;fillColor=#5184F3
gshape.gcp_v1.compute.compute_engine=mxgraph.gcp2.compute_engine;fillColor=#5184F3
gshape.gcp_v1.compute.container_engine=mxgraph.gcp2.container_engine;fillColor=#5184F3
gshape.gcp_v1.compute.container_optimized_os=mxgraph.gcp2.container_optimized_os;fillColor=#5184F3
gshape.gcp_v1.compute.gpu=mxgraph.gcp2.gpu;fillColor=#5184F3
# GCP DATA CARD ICONS
gshape.gcp_v1.expanded_data_card_icons.app_engine=mxgraph.gcp2.app_engine_icon;strokeColor=none;fillColor=#000000
gshape.gcp_v1.expanded_data_card_icons.cloud_dataflow=mxgraph.gcp2.cloud_dataflow_icon;strokeColor=none;fillColor=#000000
gshape.gcp_v1.expanded_data_card_icons.cloud_dataproc=mxgraph.gcp2.cloud_dataproc_icon;strokeColor=none;fillColor=#000000
gshape.gcp_v1.expanded_data_card_icons.compute_engine=mxgraph.gcp2.compute_engine_icon;strokeColor=none;fillColor=#000000
gshape.gcp_v1.expanded_data_card_icons.container_engine=mxgraph.gcp2.container_engine_icon;strokeColor=none;fillColor=#000000
gshape.gcp_v1.expanded_data_card_icons.modifiers_autoscaling=mxgraph.gcp2.modifiers_autoscaling;strokeColor=none;fillColor=#000000
gshape.gcp_v1.expanded_data_card_icons.modifiers_custom_virtual_machine=mxgraph.gcp2.modifiers_custom_virtual_machine;strokeColor=none;fillColor=#000000
gshape.gcp_v1.expanded_data_card_icons.modifiers_high_cpu_machine=mxgraph.gcp2.modifiers_high_cpu_machine;strokeColor=none;fillColor=#000000
gshape.gcp_v1.expanded_data_card_icons.modifiers_high_memory_machine=mxgraph.gcp2.modifiers_high_memory_machine;strokeColor=none;fillColor=#000000
gshape.gcp_v1.expanded_data_card_icons.modifiers_preemptable_vm=mxgraph.gcp2.modifiers_preemptable_vm;strokeColor=none;fillColor=#000000
gshape.gcp_v1.expanded_data_card_icons.modifiers_shared_core_machine_f1=mxgraph.gcp2.modifiers_shared_core_machine_f1;strokeColor=none;fillColor=#000000
gshape.gcp_v1.expanded_data_card_icons.modifiers_shared_core_machine_g1=mxgraph.gcp2.modifiers_shared_core_machine_g1;strokeColor=none;fillColor=#000000
gshape.gcp_v1.expanded_data_card_icons.modifiers_standard_machine=mxgraph.gcp2.modifiers_standard_machine;strokeColor=none;fillColor=#000000
gshape.gcp_v1.expanded_data_card_icons.modifiers_storage=mxgraph.gcp2.modifiers_storage;strokeColor=none;fillColor=#000000
# GCP DEVELOPER TOOLS
gshape.gcp_v1.developer_tools.cloud_deployment_manager=mxgraph.gcp2.cloud_deployment_manager;fillColor=#5184F3
gshape.gcp_v1.developer_tools.cloud_sdk=mxgraph.gcp2.placeholder;fillColor=#5184F3
gshape.gcp_v1.developer_tools.cloud_source_repositories=mxgraph.gcp2.placeholder;fillColor=#5184F3
gshape.gcp_v1.developer_tools.cloud_test_lab=mxgraph.gcp2.placeholder;fillColor=#5184F3
gshape.gcp_v1.developer_tools.cloud_tools_for_android_studio=mxgraph.gcp2.placeholder;fillColor=#5184F3
gshape.gcp_v1.developer_tools.cloud_tools_for_intellij=mxgraph.gcp2.placeholder;fillColor=#5184F3
gshape.gcp_v1.developer_tools.cloud_tools_for_powershell=mxgraph.gcp2.cloud_tools_for_powershell;fillColor=#5184F3
gshape.gcp_v1.developer_tools.cloud_tools_for_visual_studio=mxgraph.gcp2.cloud_tools_for_powershell;fillColor=#5184F3
gshape.gcp_v1.developer_tools.container_builder=mxgraph.gcp2.container_builder;fillColor=#5184F3
gshape.gcp_v1.developer_tools.container_registry=mxgraph.gcp2.container_registry;fillColor=#5184F3
gshape.gcp_v1.developer_tools.google_plugin_for_eclipse=mxgraph.gcp2.placeholder;fillColor=#5184F3
# GCP EXTRAS
gshape.gcp_v1.extras.blue_hexagon=mxgraph.gcp2.blue_hexagon;fillColor=#5184F3;strokeColor=none
gshape.gcp_v1.extras.generic_gcp=mxgraph.gcp2.placeholder;fillColor=#5184F3
gshape.gcp_v1.extras.google_cloud_platform=mxgraph.gcp2.google_cloud_platform;fillColor=#5184F3
gshape.gcp_v1.extras.google_cloud_platform_lockup=mxgraph.gcp2.google_cloud_platform_lockup;fillColor=#000000;strokeColor=none
gshape.gcp_v1.extras.prediction_api=mxgraph.gcp2.prediction_api;fillColor=#5184F3
# GCP IDENTITY AND SECURITY
gshape.gcp_v1.identity_and_security.beyondcorp=mxgraph.gcp2.beyondcorp;fillColor=#5184F3
gshape.gcp_v1.identity_and_security.cloud_iam=mxgraph.gcp2.cloud_iam;fillColor=#5184F3
gshape.gcp_v1.identity_and_security.cloud_resource_manager=mxgraph.gcp2.cloud_iam;fillColor=#5184F3
gshape.gcp_v1.identity_and_security.cloud_security_scanner=mxgraph.gcp2.cloud_security_scanner;fillColor=#5184F3
gshape.gcp_v1.identity_and_security.data_loss_prevention_api=mxgraph.gcp2.data_loss_prevention_api;fillColor=#5184F3
gshape.gcp_v1.identity_and_security.identity_aware_proxy=mxgraph.gcp2.identity_aware_proxy;fillColor=#5184F3
gshape.gcp_v1.identity_and_security.key_management_service=mxgraph.gcp2.key_management_service;fillColor=#5184F3
gshape.gcp_v1.identity_and_security.security_key_enforcement=mxgraph.gcp2.security_key_enforcement;fillColor=#5184F3
# GCP INTERNET OF THINGS
gshape.gcp_v1.iot.cloud_iot_core=mxgraph.gcp2.cloud_iot_core;fillColor=#5184F3
# GCP MACHINE LEARNING
gshape.gcp_v1.machine_learning.advanced_solutions_lab=mxgraph.gcp2.advanced_solutions_lab;fillColor=#5184F3
gshape.gcp_v1.machine_learning.cloud_jobs_api=mxgraph.gcp.machine_learning.jobs_api;fillColor=#5184F3;strokeColor=none
gshape.gcp_v1.machine_learning.cloud_machine_learning=mxgraph.gcp2.cloud_machine_learning;fillColor=#5184F3
gshape.gcp_v1.machine_learning.cloud_natural_language_api=mxgraph.gcp.machine_learning.natural_language_api;fillColor=#5184F3;fillColor=#5184F3;strokeColor=none
gshape.gcp_v1.machine_learning.cloud_speech_api=mxgraph.gcp.machine_learning.speech_api;fillColor=#5184F3;fillColor=#5184F3;strokeColor=none
gshape.gcp_v1.machine_learning.cloud_translation_api=mxgraph.gcp.machine_learning.translation_api;fillColor=#5184F3;fillColor=#5184F3;strokeColor=none
gshape.gcp_v1.machine_learning.cloud_video_intelligence_api=mxgraph.gcp2.cloud_video_intelligence_api;fillColor=#5184F3
gshape.gcp_v1.machine_learning.cloud_vision_api=mxgraph.gcp.machine_learning.vision_api;fillColor=#5184F3;fillColor=#5184F3;strokeColor=none
# GCP MANAGEMENT TOOLS
gshape.gcp_v1.management_tools.cloud_apis=mxgraph.gcp2.cloud_apis;fillColor=#5184F3
gshape.gcp_v1.management_tools.cloud_billing_api=mxgraph.gcp2.placeholder;fillColor=#5184F3
gshape.gcp_v1.management_tools.cloud_console=mxgraph.gcp2.placeholder;fillColor=#5184F3
gshape.gcp_v1.management_tools.cloud_deployment_manager=mxgraph.gcp2.cloud_deployment_manager;fillColor=#5184F3
gshape.gcp_v1.management_tools.cloud_endpoints=mxgraph.gcp2.cloud_endpoints;fillColor=#5184F3
gshape.gcp_v1.management_tools.cloud_mobile_app=mxgraph.gcp2.placeholder;fillColor=#5184F3
gshape.gcp_v1.management_tools.cloud_shell=mxgraph.gcp2.placeholder;fillColor=#5184F3
gshape.gcp_v1.management_tools.debugger=mxgraph.gcp2.debugger;fillColor=#5184F3
gshape.gcp_v1.management_tools.error_reporting=mxgraph.gcp2.error_reporting;fillColor=#5184F3
gshape.gcp_v1.management_tools.logging=mxgraph.gcp2.logging;fillColor=#5184F3
gshape.gcp_v1.management_tools.monitoring=mxgraph.gcp2.cloud_deployment_manager;fillColor=#5184F3
gshape.gcp_v1.management_tools.stackdriver=mxgraph.gcp2.stackdriver;fillColor=#5184F3
gshape.gcp_v1.management_tools.trace=mxgraph.gcp2.trace;fillColor=#5184F3
# GCP NETWORKING
gshape.gcp_v1.networking.cloud_cdn=mxgraph.gcp2.cloud_cdn;fillColor=#5184F3
gshape.gcp_v1.networking.cloud_dns=mxgraph.gcp2.cloud_dns;fillColor=#5184F3
gshape.gcp_v1.networking.cloud_external_ip_addresses=mxgraph.gcp2.cloud_external_ip_addresses;fillColor=#5184F3
gshape.gcp_v1.networking.cloud_firewall_rules=mxgraph.gcp2.cloud_firewall_rules;fillColor=#5184F3
gshape.gcp_v1.networking.cloud_interconnect=mxgraph.gcp2.dedicated_interconnect;fillColor=#5184F3
gshape.gcp_v1.networking.cloud_load_balancing=mxgraph.gcp2.cloud_load_balancing;fillColor=#5184F3
gshape.gcp_v1.networking.cloud_network=mxgraph.gcp2.cloud_network;fillColor=#5184F3
gshape.gcp_v1.networking.cloud_partner_interconnect=mxgraph.gcp2.partner_interconnect;fillColor=#5184F3
gshape.gcp_v1.networking.cloud_router=mxgraph.gcp2.cloud_router;fillColor=#5184F3
gshape.gcp_v1.networking.cloud_routes=mxgraph.gcp2.cloud_routes;fillColor=#5184F3
gshape.gcp_v1.networking.cloud_vpn=mxgraph.gcp2.cloud_vpn;fillColor=#5184F3
gshape.gcp_v1.networking.virtual_private_cloud=mxgraph.gcp2.virtual_private_cloud;fillColor=#5184F3
# GCP OPEN SOURCE ICONS
gshape.gcp_v1.open_source_icons.forseti_lockup=mxgraph.gcp2.forseti_lockup
gshape.gcp_v1.open_source_icons.forseti_logo=mxgraph.gcp2.forseti_logo
gshape.gcp_v1.open_source_icons.tensorflow_logo=mxgraph.gcp2.tensorflow_logo
# GCP STORAGE AND DATABASES
gshape.gcp_v1.storage_and_databases.cloud_bigtable=mxgraph.gcp2.cloud_bigtable;fillColor=#5184F3
gshape.gcp_v1.storage_and_databases.cloud_datastore=mxgraph.gcp2.cloud_datastore;fillColor=#5184F3
gshape.gcp_v1.storage_and_databases.cloud_spanner=mxgraph.gcp2.cloud_spanner;fillColor=#5184F3
gshape.gcp_v1.storage_and_databases.cloud_sql=mxgraph.gcp2.cloud_sql;fillColor=#5184F3
gshape.gcp_v1.storage_and_databases.cloud_storage=mxgraph.gcp2.cloud_storage;fillColor=#5184F3
gshape.gcp_v1.storage_and_databases.data_transfer_appliance=mxgraph.gcp2.transfer_appliance;fillColor=#5184F3
gshape.gcp_v1.storage_and_databases.persistent_disk=mxgraph.gcp2.persistent_disk;fillColor=#5184F3
#
# MS AZURE
#
gshape.azure_v1.accounts_microsoft_account=mxgraph.mscae.cloud.microsoft_account;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.accounts_work_account=mxgraph.mscae.cloud.work_account;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.activedirectoryb2c_color=image;image=img/lib/mscae/ActiveDirectory.svg;
gshape.azure_v1.activedirectorydomain_color=image;image=img/lib/mscae/ActiveDirectoryDomain.svg
gshape.azure_v1.az_building_blocks_50=image;image=img/lib/mscae/Building_Blocks.svg
gshape.azure_v1.az_virtual_datacenter_50=image;image=img/lib/mscae/Virtual_Datacenter.svg
gshape.azure_v1.azure_active_directory=mxgraph.azure.azure_active_directory;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_active_directory_access_control=mxgraph.azure.access_control;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_active_directory_color=image;image=img/lib/mscae/Active_Directory.svg
gshape.azure_v1.azure_active_directory_health_monitoring=mxgraph.mscae.cloud.active_directory_health_monitoring;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_active_directory_health_monitoring_color=image;image=img/lib/mscae/Active_Directory_Health_Monitoring.svg
gshape.azure_v1.azure_advisor=mxgraph.mscae.cloud.advisor;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_analysis_service=mxgraph.mscae.cloud.analysis_service;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_api_management=mxgraph.mscae.cloud.api_management;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_api_management_color=image;image=img/lib/mscae/API_Management.svg
gshape.azure_v1.azure_app_service=mxgraph.mscae.cloud.app_service;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_app_service_azure_api_apps=mxgraph.mscae.cloud.api_app;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_app_service_azure_api_apps_color=image;image=img/lib/mscae/App_Service_API_Apps.svg
gshape.azure_v1.azure_app_service_color=image;image=img/lib/mscae/App_Service.svg
gshape.azure_v1.azure_app_service_mobile_app=mxgraph.mscae.cloud.mobile_app;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_app_service_mobile_app_color=image;image=img/lib/mscae/App_Service_Mobile_App.svg
gshape.azure_v1.azure_app_service_web_app=mxgraph.azure.azure_website;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_app_service_web_app_color=mxgraph.azure.azure_website;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_app_service_worker_pools=mxgraph.mscae.cloud.worker_pools;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_app_service_worker_pools_color=image;image=img/lib/mscae/App_Service_Worker_Pools.svg
gshape.azure_v1.azure_application_gateway=mxgraph.mscae.cloud.application_gateway;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_application_gateway_color=image;image=img/lib/mscae/Application_Gateway.svg
gshape.azure_v1.azure_application_insights=mxgraph.mscae.cloud.application_insights;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_application_insights_color=image;image=img/lib/mscae/Application_Insights.svg
gshape.azure_v1.azure_automation=mxgraph.azure.automation;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_automation_color=image;image=img/lib/mscae/Automation.svg
gshape.azure_v1.azure_automation_runbooks=mxgraph.mscae.cloud.runbooks;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_automation_runbooks_color=image;image=img/lib/mscae/Runbooks.svg
gshape.azure_v1.azure_backup=mxgraph.azure.hyper_v_recovery_manager;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_backup_backup_agent=mxgraph.azure.backup_service;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_backup_color=image;image=img/lib/mscae/Backup.svg
gshape.azure_v1.azure_backup_recovery_vault=mxgraph.mscae.cloud.recovery_vault;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_batch=mxgraph.mscae.cloud.batch;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_biztalk_services=mxgraph.azure.biztalk_services;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_biztalk_services_color=image;image=img/lib/mscae/BizTalk_Services.svg
gshape.azure_v1.azure_biztalk_services_hybrid_connection_manager=mxgraph.mscae.cloud.hybrid_connection_manager;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_biztalk_services_hybrid_connections=mxgraph.mscae.cloud.hybrid_connections;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_biztalk_services_hybrid_connections_color=image;image=img/lib/mscae/BizTalk_Services_Hybrid_Connections.svg
gshape.azure_v1.azure_bot_services=mxgraph.mscae.cloud.bot_services;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_cache_including_redis=mxgraph.azure.azure_cache;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_cache_including_redis_color=image;image=img/lib/mscae/Cache_including_Redis.svg
gshape.azure_v1.azure_cache_redis_product_icon_color=image;image=img/lib/mscae/Cache_Redis_Product.svg
gshape.azure_v1.azure_cloud_service=mxgraph.azure.cloud_service;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_cloud_service_color=image;image=img/lib/mscae/Cloud_Service.svg
gshape.azure_v1.azure_cloud_services_web_role=mxgraph.azure.web_role;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_cloud_services_web_roles=mxgraph.azure.web_roles;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_cloud_services_worker_role=mxgraph.azure.worker_role;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_cloud_services_worker_roles=mxgraph.azure.worker_roles;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_cognative_services=mxgraph.mscae.cloud.cognitive_services;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_cognative_services_color=image;image;image=img/lib/ibm/miscellaneous/cognitive_services.svg
gshape.azure_v1.azure_cognative_services_computer_vision_color=image;image=img/lib/mscae/Cognitive_Services_Computer_Vision.svg
gshape.azure_v1.azure_cognative_services_emotion_color=image;image=img/lib/mscae/Cognitive_Services_emotion.svg
gshape.azure_v1.azure_cognative_services_luis_color=image;image=img/lib/mscae/Cognitive_Services_luis.svg;
gshape.azure_v1.azure_cognative_services_recommendations_color=image;image=img/lib/mscae/Cognitive_Services_recommendations.svg
gshape.azure_v1.azure_cognative_services_speech_color=image;image=img/lib/mscae/Cognitive_Services_Speech.svg
gshape.azure_v1.azure_cognative_services_textanalytics_color=image;image=img/lib/mscae/Cognitive_Services_textanalytics.svg
gshape.azure_v1.azure_cognative_services_web_language_model_color=image;image=img/lib/mscae/Cognitive_Services_web_language_model.svg
gshape.azure_v1.azure_compute_autoscaling=mxgraph.azure.autoscale;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_container_registry=mxgraph.mscae.cloud.container_registry;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_container_service=mxgraph.mscae.cloud.container_service;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_container_service_color=image;image=img/lib/mscae/Container_Service.svg
gshape.azure_v1.azure_content_delivery_network_cdn=mxgraph.azure.content_delivery_network;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_content_delivery_network_cdn_color=image;image=img/lib/mscae/Content_Delivery_Network.svg
gshape.azure_v1.azure_cortona_management_suite=mxgraph.mscae.cloud.cortona_management_suite;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_data_catalog=mxgraph.mscae.cloud.data_catalog;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_data_catalog_color=image;image=img/lib/mscae/Data_Catalog.svg
gshape.azure_v1.azure_data_factory=mxgraph.mscae.cloud.data_factory;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_data_factory_color=image;image=img/lib/mscae/Data_Factory.svg
gshape.azure_v1.azure_data_lake=mxgraph.mscae.cloud.data_lake;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_data_lake_analytics=mxgraph.mscae.cloud.data_lake_analytics;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_data_lake_analytics_color=image;image=img/lib/mscae/Data_Lake_Analytics.svg
gshape.azure_v1.azure_data_lake_store=mxgraph.mscae.cloud.data_lake_store;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_data_lake_store_color=image;image=img/lib/mscae/Data_Lake_Store.svg
gshape.azure_v1.azure_data_warehouse=mxgraph.mscae.cloud.data_warehouse;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_data_warehouse_color=image;image=img/lib/mscae/Data_Warehouse.svg
gshape.azure_v1.azure_database_general_color=image;image=img/lib/mscae/Database_General.svg
gshape.azure_v1.azure_dataservices_category_rollup=image;image=img/lib/mscae/DataServices_category_rollup.svg
gshape.azure_v1.azure_devtest_labs=mxgraph.mscae.cloud.devtest_labs;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_devtest_labs_color=image;image=img/lib/mscae/DevTest_Labs.svg
gshape.azure_v1.azure_dns=mxgraph.mscae.cloud.azure_dns;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_dns_color=image;image=img/lib/mscae/DNS.svg
gshape.azure_v1.azure_documentdb=mxgraph.mscae.cloud.documentdb;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_documentdb_color=image;image=img/lib/mscae/DocumentDB.svg
gshape.azure_v1.azure_documentdb_database_large=mxgraph.mscae.cloud.documentdb;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_documentdb_docdb_account_large=mxgraph.mscae.cloud.docdb_account;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_documentdb_docdb_collections_large=mxgraph.mscae.cloud.docdb_collections;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_documentdb_document_2_large=mxgraph.mscae.cloud.document;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_event_grid=image;image=img/lib/mscae/Event_Grid.svg
gshape.azure_v1.azure_event_hubs=mxgraph.mscae.cloud.event_hubs;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_event_hubs_color=image;image=img/lib/mscae/Event_Hubs.svg;
gshape.azure_v1.azure_express_route_color=image;image=img/lib/mscae/Express_Route.svg
gshape.azure_v1.azure_expressroute=mxgraph.azure.express_route;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_functions=mxgraph.mscae.cloud.functions;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_functions_color_large=image;image=img/lib/mscae/Functions.svg
gshape.azure_v1.azure_hdinsight=mxgraph.mscae.cloud.hdinsight;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_hdinsight_color=image;image=img/lib/mscae/HDInsight.svg
gshape.azure_v1.azure_hockeyapp=mxgraph.mscae.cloud.hockeyapp;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_hockeyapp_color=mxgraph.mscae.cloud.hockeyapp;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_iot_hub=mxgraph.mscae.cloud.iot;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_key_vault=mxgraph.mscae.cloud.key_vault;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_keyvault_color=image;image=img/lib/mscae/KeyVault.svg
gshape.azure_v1.azure_load_balancer_automatic=mxgraph.mscae.cloud.azure_automatic_load_balancer;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_load_balancer_feature=mxgraph.mscae.cloud.azure_load_balancer_feature;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_load_balancer_feature_color=image;image=img/lib/mscae/Load_Balancer_feature.svg
gshape.azure_v1.azure_logic_apps=mxgraph.mscae.cloud.logic_apps;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_logic_apps_color=image;image=img/lib/mscae/Logic_Apps.svg
gshape.azure_v1.azure_logo_icon_50=mxgraph.mscae.cloud.azure_logo;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_machine_learning=mxgraph.mscae.cloud.machine_learning2;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_machine_learning_color=image;image=img/lib/mscae/Machine_Learning.svg
gshape.azure_v1.azure_management_portal=mxgraph.mscae.cloud.management_portal;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_management_portal_color=image;image=img/lib/mscae/Management_Portal.svg
gshape.azure_v1.azure_media_services=mxgraph.azure.media_service;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_media_services__color=image;image=img/lib/mscae/Media_Services.svg
gshape.azure_v1.azure_mobile_engagement=mxgraph.mscae.cloud.mobile_engagement;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_mobile_engagement_color=image;image=img/lib/mscae/Mobile_Engagement.svg
gshape.azure_v1.azure_monitor=mxgraph.mscae.cloud.monitor;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_multi_factor_authentication=mxgraph.azure.multi_factor_authentication;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_multi_factor_authentication_color=image;image=img/lib/mscae/Multi_Factor_Authentication.svg
gshape.azure_v1.azure_mysql_cleardb_database=mxgraph.azure.mysql_database;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_mysql_cleardb_database_color=image;image=img/lib/mscae/MySQL_ClearDB_database.svg
gshape.azure_v1.azure_notification_hubs=mxgraph.azure.notification_hub;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_notification_hubs_color=image;image=img/lib/mscae/Notification_Hubs.svg
gshape.azure_v1.azure_remoteapp=mxgraph.mscae.cloud.remoteapp;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_remoteapp_color=image;image=img/lib/mscae/RemoteApp.svg
gshape.azure_v1.azure_rights_management_rms=mxgraph.mscae.cloud.azure_rights_management_rms;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_route_filter=image;image=img/lib/mscae/Route_Filter.svg
gshape.azure_v1.azure_scheduler=mxgraph.azure.scheduler;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_sdk=mxgraph.azure.azure_sdk;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_sdk_color=image;image=img/lib/mscae/SDK.svg
gshape.azure_v1.azure_search=mxgraph.mscae.cloud.azure_search;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_search_color=image;image=img/lib/mscae/Search.svg
gshape.azure_v1.azure_security_center=mxgraph.mscae.cloud.security_center;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_security_center__color=image;image=img/lib/mscae/Security_Center.svg
gshape.azure_v1.azure_service_bus=mxgraph.mscae.cloud.service_bus2;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_service_bus_2=mxgraph.mscae.cloud.service_bus2;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_service_bus_color=image;image=img/lib/mscae/Service_Bus.svg
gshape.azure_v1.azure_service_bus_queues=image;image=img/lib/mscae/Service_Bus_Queues.svg
gshape.azure_v1.azure_service_bus_queues_color=image;image=img/lib/mscae/Service_Bus_Queues.svg
gshape.azure_v1.azure_service_bus_relay=mxgraph.mscae.cloud.service_bus_relay2;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_service_bus_relay_color=image;image=img/lib/mscae/Service_Bus_Relay.svg
gshape.azure_v1.azure_service_bus_topics=image;image=img/lib/mscae/Service_Bus_Topics.svg
gshape.azure_v1.azure_service_bus_topics_color=image;image=img/lib/mscae/Service_Bus_Topics.svg
gshape.azure_v1.azure_service_fabric=mxgraph.mscae.cloud.service_fabric;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_service_fabric_color=image;image=img/lib/mscae/Service_Fabric.svg
gshape.azure_v1.azure_site_recovery=mxgraph.mscae.cloud.site_recovery;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_site_recovery__color=image;image=img/lib/mscae/Site_Recovery.svg
gshape.azure_v1.azure_sql_database=mxgraph.azure.sql_database_sql_azure;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_sql_database_generic=mxgraph.azure.sql_database;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_sql_database_generic_color=image;image=img/lib/mscae/SQL_Database_generic.svg
gshape.azure_v1.azure_sql_database_premium=mxgraph.mscae.cloud.sql_database_premium;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_sql_datasync=mxgraph.azure.sql_datasync;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_sql_datawarehouse=mxgraph.mscae.cloud.data_warehouse;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_sql_datawarehouse_color=image;image=img/lib/mscae/Data_Warehouse.svg
gshape.azure_v1.azure_sql_stretch_database=mxgraph.mscae.cloud.sql_stretch_database;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_sql_stretch_database_color=image;image=img/lib/mscae/SQL_Stretch_Database.svg
gshape.azure_v1.azure_stack=mxgraph.mscae.cloud.stack;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_storage=mxgraph.mscae.cloud.storage;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_storage_blob=mxgraph.azure.storage_blob;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_storage_cs=mxgraph.mscae.cloud.storage_cs;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_storage_files=mxgraph.mscae.cloud.storage_files;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_storage_queue=mxgraph.azure.storage_queue;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_storage_table=mxgraph.azure.storage_table;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_store_marketplace_color=image;image=img/lib/mscae/Store_Marketplace.svg
gshape.azure_v1.azure_storsimple=mxgraph.azure.storsimple;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_storsimple_color=image;image=img/lib/mscae/StorSimple.svg
gshape.azure_v1.azure_stream_analytics=mxgraph.mscae.cloud.stream_analytics;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_stream_analytics_color=image;image=img/lib/mscae/Stream_Analytics.svg
gshape.azure_v1.azure_subscription=mxgraph.azure.azure_subscription;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_traffic_manager=mxgraph.azure.traffic_manager;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_traffic_manager_color=image;image=img/lib/mscae/Traffic_Manager.svg
gshape.azure_v1.azure_virtual_machine=mxgraph.azure.virtual_machine;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_virtual_machine_2_color=image;image=img/lib/mscae/Virtual_Machine_2.svg
gshape.azure_v1.azure_virtual_machine_color=image;image=img/lib/mscae/Virtual_Machine.svg
gshape.azure_v1.azure_virtual_machines_availability_set=mxgraph.mscae.cloud.virtual_machines_availability_set;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_virtual_machines_availability_set_color=image;image=img/lib/mscae/Virtual_Machines_Availability_Set.svg
gshape.azure_v1.azure_virtual_machines_linux_penguin_shadow_color_2=image;image=img/lib/mscae/Virtual_Machines_Linux.svg
gshape.azure_v1.azure_vm_container=mxgraph.mscae.cloud.virtual_machine_container;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_vm_scale_set=mxgraph.mscae.cloud.vm_scale_set;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_vm_scale_set__color=image;image=img/lib/mscae/VM_Scale_Set.svg
gshape.azure_v1.azure_vm_symbol_only=mxgraph.azure.virtual_machine_feature;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_vpn_gateway=mxgraph.mscae.cloud.vpn_gateway2;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_vpn_gateway_color=image;image=img/lib/mscae/VPN_Gateway.svg
gshape.azure_v1.azure_webapp_webjobs=mxgraph.mscae.cloud.webjobs;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.azure_webapp_webjobs_color=image;image=img/lib/mscae/WebApp_WebJobs.svg
gshape.azure_v1.azuredatabricks=image;image=img/lib/mscae/Databricks.svg
gshape.azure_v1.blockchain_icon_color_50x50=image;image=img/lib/mscae/Blockchain.svg
gshape.azure_v1.cloud_office_365=mxgraph.mscae.cloud.cloud_office_365;fillColor=#DF3C01;strokeColor=none
gshape.azure_v1.cosmosdb_color=image;image=img/lib/mscae/CosmosDB.svg
gshape.azure_v1.customerinsights=image;image=img/lib/mscae/CustomerInsights.svg
gshape.azure_v1.discs=image;image=img/lib/mscae/Discs.svg
gshape.azure_v1.elastic_database_pools=image;image=img/lib/mscae/Elastic_Database_Pools.svg
gshape.azure_v1.gateway_50=image;image=img/lib/mscae/Gateway.svg
gshape.azure_v1.iot_central_50=mxgraph.mscae.cloud.central;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.iot_dps_blue_color_final=mxgraph.mscae.cloud.dps;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.iot_edge_50=image;image=img/lib/mscae/IOT_edge.svg
gshape.azure_v1.machinelearningserviceplans_color=image;image=img/lib/mscae/MachineLearningServicePlans.svg
gshape.azure_v1.machinelearningwebservices_color=image;image=img/lib/mscae/MachineLearningWebServices.svg
gshape.azure_v1.machinelearningworkspaces_color=image;image=img/lib/mscae/MachineLearningWorkspaces.svg
gshape.azure_v1.managedapplications_color=mxgraph.mscae.cloud.managed_applications;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.md_snapshot=image;image=img/lib/mscae/MD_snapshot.svg
gshape.azure_v1.microsoft_azure=mxgraph.mscae.cloud.azure;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.network_watcher_50=image;image=img/lib/mscae/Network_watcher.svg
gshape.azure_v1.nsg=image;image=img/lib/mscae/NSG.svg
gshape.azure_v1.nsg_mono=mxgraph.mscae.cloud.nsg;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.office_365=mxgraph.mscae.cloud.office_365;fillColor=#DF3C01;strokeColor=none
gshape.azure_v1.office_365_subscription=mxgraph.mscae.cloud.office_365_subscription;fillColor=#DF3C01;strokeColor=none
gshape.azure_v1.oms_log_analytics=mxgraph.mscae.cloud.oms_log_analytics;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.operations_management_suite=mxgraph.mscae.cloud.operational_insights;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.operations_management_suite_color=image;image=img/lib/mscae/Operations_Management_Suite.svg
gshape.azure_v1.os_image=mxgraph.azure.operating_system_image;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.power_bi_embedded=mxgraph.mscae.cloud.power_bi_embedded;fillColor=#000000;strokeColor=none
gshape.azure_v1.resource_group=mxgraph.mscae.cloud.resource_group;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.resourcegroup_color=image;image=img/lib/mscae/ResourceGroup.svg
gshape.azure_v1.service_endpoint=mxgraph.mscae.cloud.service_endpoint2;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.servicehealth_color=image;image=img/lib/mscae/ServiceHealth.svg
gshape.azure_v1.sql_elastic_database_pools=mxgraph.mscae.cloud.sql_elastic_database_pools;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.storage_sync_service=image;image=img/lib/mscae/Storage_sync_service.svg
gshape.azure_v1.tags=image;image=img/lib/mscae/Tags.svg
gshape.azure_v1.timeseriesinsights_color=image;image=img/lib/mscae/TimeSeriesInsights.svg
gshape.azure_v1.unidentified_feature_object=mxgraph.azure.unidentified_code_object;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.unidentified_feature_object_color=image;image=img/lib/mscae/Unidentified_Feature_Object.svg
gshape.azure_v1.vhd=mxgraph.azure.vhd;fillColor=#0078D7;strokeColor=none
gshape.azure_v1.vhd_data_disk=mxgraph.azure.vhd_data_disk;fillColor=#0078D7;strokeColor=none
gshape.azure_v1.visual_studio_team_services=mxgraph.azure.visual_studio_online;fillColor=#0078D7;strokeColor=none
gshape.azure_v1.visual_studio_team_services_bitbucket_code_source=mxgraph.azure.bitbucket_code_source;fillColor=#0078D7;strokeColor=none
gshape.azure_v1.visual_studio_team_services_bitbucket_code_source_color=mxgraph.azure.bitbucket_code_source;fillColor=#1C4870;strokeColor=none
gshape.azure_v1.visual_studio_team_services_codeplex_source=mxgraph.azure.codeplex_code_source;fillColor=#0078D7;strokeColor=none
gshape.azure_v1.visual_studio_team_services_codeplex_source_color=image;image=img/lib/mscae/Visual_Studio_Team_Services_CodePlex_source.svg
gshape.azure_v1.visual_studio_team_services_color=mxgraph.azure.visual_studio_online;fillColor=#784C86;strokeColor=none
gshape.azure_v1.visual_studio_team_services_dropbox_code_source=mxgraph.azure.dropbox_code_source;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.visual_studio_team_services_dropbox_code_source_color=mxgraph.azure.dropbox_code_source;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.visual_studio_team_services_git_repository=mxgraph.azure.git_repository;fillColor=#0079D6;strokeColor=none
gshape.azure_v1.visual_studio_team_services_git_repository_color=mxgraph.azure.git_repository;fillColor=#D65800;strokeColor=none
gshape.azure_v1.visual_studio_team_services_github=mxgraph.azure.github_code;fillColor=#0078D7;strokeColor=none
gshape.azure_v1.visual_studio_team_services_github_color=mxgraph.azure.github_code;fillColor=#000000;strokeColor=none
gshape.azure_v1.webhook_white=mxgraph.mscae.cloud.webhooks;fillColor=#ffffff;strokeColor=none
gshape.azure_v1.webhooks=mxgraph.mscae.cloud.webhooks;fillColor=#0078D7;strokeColor=none
gshape.azure_v1.webhooks_color=image;image=img/lib/mscae/Webhooks.svg
#
# Child shape TID
#
com.gliffy.stencil.alt_combined_fragment.alt_area_v1=rect;shadow=0;fillColor=none;strokeColor=none;opacity=0
com.gliffy.stencil.loop_combined_fragment.uml_v2=rect;shadow=0;fillColor=none;strokeColor=none;opacity=0
com.gliffy.stencil.opt_combined_fragment.uml_v2=rect;shadow=0;fillColor=none;strokeColor=none;opacity=0
com.gliffy.stencil.interaction_use.uml_v2=rect;shadow=0;fillColor=none;strokeColor=none;opacity=0
com.gliffy.stencil.rectangle.no_fill_no_line_v1=rect;fillColor=none;strokeColor=none
com.gliffy.stencil.alt_combined_fragment.dotted_line_area_v1=partialRectangle;top=0;right=0;left=0;fillColor=none;dashed=1;dashPattern=10 4;shadow=0;fixDash=1
com.gliffy.stencil.rectangle.no_fill_line_bottom_v1=partialRectangle;top=0;right=0;left=0;fillColor=none
com.gliffy.stencil.rectangle.no_fill_line_bottom_dashed_v1=partialRectangle;top=0;right=0;left=0;fillColor=none;dashed=1;dashPattern=10 4;shadow=0;fixDash=1
com.gliffy.stencil.boundary_lifeline.uml_v2=umlBoundary
com.gliffy.stencil.object_timeline.uml_v1=line;direction=south;dashed=1
com.gliffy.stencil.control_lifeline.uml_v2=umlControl
com.gliffy.stencil.entity_lifeline.uml_v2=umlEntity
com.gliffy.stencil.ui.ui_v3.containers_content.speech_bubble=rect;rounded=1;arcSize=15;absoluteArcSize=1
com.gliffy.stencil.ui.ui_v3.containers_content.speech_bubble_right=mxgraph.basic.orthogonal_triangle;direction=south
com.gliffy.stencil.ui.ui_v3.containers_content.speech_bubble_left=mxgraph.basic.orthogonal_triangle;direction=south;flipH=1
com.gliffy.stencil.rectangle.basic_v1=rect
com.gliffy.stencil.iphone.iphone_ios7.navigation.action_back=mxgraph.ios7.misc.left;strokeWidth=3;strokeColor=#157EFA
com.gliffy.stencil.round_rectangle.basic_v1=rect;rounded=1;arcSize=15;absoluteArcSize=1
com.gliffy.stencil.triangle.basic_v1=mxgraph.flowchart.extract_or_measurement
com.gliffy.stencil.rectangle.fill_line_top=partialRectangle;bottom=0;right=0;left=0
com.gliffy.stencil.rectangle.white_no_line_opacity_68=rect;strokeColor=none;opacity=68
com.gliffy.stencil.rectangle.fill_line_bottom=partialRectangle;top=0;right=0;left=0
com.gliffy.stencil.rectangle.no_fill_line_bottom_2px_off=partialRectangle;top=0;right=0;left=0;fillColor=none
com.gliffy.stencil.rectangle.no_fill_half_line_right=partialRectangle;top=0;bottom=0;left=0
com.gliffy.stencil.rectangle.basic_v1_whitened_68_percent=rect;opacity=68
#in current configuration, we cannot add subshapes (the circle)
com.gliffy.stencil.rectangle.fill_no_line_circle_left=rect;strokeColor=none