@charset "UTF-8"; body {
font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12pt;
}


body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	/* --sidebar-color:#abebc6; /*  trakviewpoints */
	 --sidebar-color:#9ACD32;  /* trakmetamodel */
	/* --sidebar-color:#a9d7de;   trak */
	/* --sidebar-color:#abebc6; /* trakviewpoints */
	/* Define TRAK colours */
	--Management:#CCCCFF;
	--Enterprise:#CCFF99;
	--Procurement: #FF9800;
	--Concept:#FFFF99;
	--Solution:#FFCC99;
	--umlsysmlwithtrak:"yellowgreen";

}

.twoColLiqLtHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	text-align:left;
} 

.oneColElsCtrHdr #container {
	width: 46em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColLiqLtHdr #header, .oneColElsCtrHdr #header {
	background: #FFF;
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColLiqLtHdr #header h1,.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #009;
	font-family: Arial, Helvetica, sans-serif;
}

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.twoColLiqLtHdr #sidebar1 {
	float: left;
	width: 24%; /* since this element is floated, a width must be given */
	background-color: var(--sidebar-color); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	padding-right:10px;
	color: #009;
}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 009;
}



/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqLtHdr #mainContent {
	margin: 0 20px 0 26%; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	color: #000;
	font-size: 12pt;
	text-indent: 1.4em;
} 
.oneColElsCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 11pt;
	text-indent: 1.4em;
	background: #FFFFFF;
}
.twoColLiqLtHdr #footer,.oneColElsCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#CCF;
} 
.twoColLiqLtHdr #footer p, .oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #099;
	text-align: center;
}

#viewpoint_configuration{
	padding-top: 1.2em;
	padding-bottom: 0.8em; 
	
}

#trak_metamodel_node_element_description, #trak_metamodel_connector_element_description, #trak_metamodel_property_description {
	margin-right: 10%;

}

#metamodel_node_elements p, #metamodel_connector_elements p, #metamodel_properties p{
	padding-bottom: 1em;

}

#trak_metamodel_node_element_description .node_element ,  #trak_metamodel_connector_element_description .connector_element, #trak_metamodel_property_description .property {
	padding-bottom: 2em;
		width: 85%;
}

#trak_metamodel_node_element_description .attribute,  #trak_metamodel_connector_element_description .attribute, #trak_metamodel_property_description .attribute{
	font-weight: : 450;
	color: gray;
	margin-left: -6em;
}

#trak_metamodel_node_element_description h3 {
	background-color: aliceblue;
	border-color: royalblue;
}

 #trak_metamodel_connector_element_description h3 {
	background-color: azure;
	border-color: steelblue;
}

 #trak_metamodel_property_description h3 {
 	background-color: whitesmoke;
 	border-color: slategray;}

#trak_metamodel_node_element_description h3, #trak_metamodel_connector_element_description h3,  #trak_metamodel_property_description h3 {
	padding-left: 2em;
	padding-top: 0.8em;
	padding-bottom: 0.5em;
	margin-top: 3em;
	border-top: solid;
	border-width: 1px;

}



#trak_metamodel_node_element_description p, #trak_metamodel_connector_element_description p, #trak_metamodel_property_description p {
	padding-left: 8em;
}

#trak_metamodel_node_element_description p.navigation, #trak_metamodel_connector_element_description p.navigation, #trak_metamodel_property_description p.navigation  {
	padding-left: 1em;
	
}




div.highlight_note{
	padding: 0.5em;
	background-color: #FFFF99;
	border-radius: 12px;
}

#header { 
 		display: flex;
   align-items:center;
   flex-direction:row;
   align-items: baseline;
  
}

img.trak_logo{
	  margin: auto;
  display: block;
}








/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p.caption, .image, figcaption { 
	margin-left: auto;
   margin-right: auto;
	color: #009;
	max-width: 70%;
}

figure.code{
	margin-bottom:1em;
	padding-top: 1em;
	padding-bottom: 1em;
	border-radius: 12px;
     /* box-shadow: 2px 2px 20px 23px #7fecad; */
   background-color: #fef9e7;
}

.twoColLiqLtHdr #container #sidebar1 ul li {
	list-style-type: circle;
	margin-bottom: -1px;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0.3em;
}

.tableText {font-size:10px
}



.breadcrumb {font-size: 9pt;

}

p.bolded-text {
		font-weight:bold;
		padding_top: 20px;
}

p.caption, .image,  #mainContent table caption, #viewpoint_configuration table caption, figcaption { 
	margin-top: 2em;
	margin-left:auto;
	text-align: center;
	color: #36F;

}

p.caption, .image{
		padding-bottom: 2em;
}

#viewpoint_configuration table caption, #mainContent table caption{
	margin-bottom: 0.3em;
}

p.warning , .warning{
	color:#F00
}

p.code{
	font-family: Courier, monospace;
	color: navy;
	font-size: 10pt;
	margin:0.2em;
	margin-left:0.6em;
	padding-right: 3em;
}





quotes:'\2018' '\2019';

/*  cite includes document cited not the quotation*/
cite{
	padding-left: 0.8em;
}

/* add nbsp and ( before citation */
cite:before{
	content: "\00a0("
}
/* add ) and nbsp after citation */
cite:after{
	content: ")\00a0"
}

blockquote {
  background: #f9f9f9;


  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  max-width: 85%;
    margin-left: auto;
  margin-right: auto;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}




.twoColLiqLtHdr #container #mainContent p li {
	text-indent: 1.4em;
	font-size: 11pt;
	text-align:left;
}

/* Miscellaneous classes for reuse */
h1,h2,h3,h4, h5 {
	color: #009;
font-weight:600;

}

h1,h2,h3,h4 {
	text-indent: 0em;
	text-align: left;
}

h1,h2,h3,h4,h5 {
	text-indent: 0em;
	text-align: left;
}

h4 {
	text-indent: 1.0em;

}

h2 {margin-top: 2em;
}


h2.viewpoint {padding-top: 2.8em;
}

h3.viewpoint {padding-top: 1.8em;
	padding-botton: 1.3em}

h4.viewpoint{ padding-top: 1.6em;

}

h5.viewpoint { padding-top: 1.2em;
	margin-bottom: 0em;
	

}


#container #mainContent {
	margin-top: 0.3em;
}

.twoColLiqLtHdr #container #mainContent ul, #mainContent ol{
margin-left: 1.3em;
}

.twoColLiqLtHdr #container #mainContent ul li { 
	margin-top: 0.3em;
	text-indent: 0.2em;
}



#mainContent > ul > li:first{
	margin-top: 0.2em;
}

p ~ ul, ul ~ li {
	margin-top:0em;
	padding-top:0em;
}

#license_terms{
  max-width: 85%;
  margin-top: 5em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
	background-color: #f8f9f9;
		max-width: 85%;

	border: 0.5px ;
	
	border-style: solid	;
	border-color:  #797d7f;

	text-align:center ;
}

p.license_terms{

	font-size: 10pt;



}




.twoColLiqLtHdr #container #mainContent table tr td.centred {
	text-align: center;
	padding:0.3em;
}

#mainContent > ul li img{
	padding:0em;
	margin: 0em;
	display: inline-block;
}

ol li.TOC_List, li.TOC_List_Abstract {
	text-indent: -5.5em;
	padding-left:5.5em;
}

li.TOC_List_Abstract {
	font-style:italic ;
}

/* controls space between property and list or property values */
ol li.TOC_List #indent_list_text{
	display: inline-block;
	text-indent: 0.5em;
}




img {
	padding: 20px;
	padding-top: 30px;
	padding-bottom: 1px;
	max-width: 90%;
	height: auto;
}

img.centred, .stakeholder_concerns, div.image {
	display: block;
    margin-left: auto;
    margin-right: auto }
}

img.stakeholder_concerns {
	width: 500px;
	height:auto;
}


/*  logo image in header */ 
img#trak_logo{ 
	vertical-align:middle
	padding: 5px;
}


/* container to hold modification date, author etc. */
#bottom_matter {

	padding-top:5em;
	padding-bottom: 3em;
	width: 30%;
	margin-left: auto;
	margin-right: auto;
}


#bottom_matter p.centred{
	padding:0px;
    margin-bottom:0;
   font-size: 0.7em;
   text-indent: 0em;
   text-align: center;

}

table {
  border-collapse: collapse;
   margin-left: auto;
  margin-right: auto;
	 border: 1px solid black;
   margin-top:1em;
}


table, th, td, thead{
  border: 1px solid black;

}

div#mainContent div#mm_element_details table.mm_element { 
  border-collapse: collapse;
   margin-left: auto;
  margin-right: auto;

   margin-top:1em;
}

#mm_element_details .mm_element tbody tr th.centred{
	height:2em;

}

table tr td, .mm_element tbody tr td, #mm_element_details .mm_element tbody tr th, .mm_element thead tr th, #mainContent table > thead > tr.value_heading > th{ 
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top:0.2em;
	padding-bottom:0.2em;
}

#mm_element_details th.bottom_header_row{
	height:1em;
}

#viewpoint_configuration table thead, table.metamodel_element thead{
	background-color:#0C0C0C;
	color: white;
	vertical-align: middle;
  border: 1px solid #000000;
  align:center;
}

table > thead > tr.value_heading > th{
	font-weight: normal;
	background-color: lightgray;
}

td.perspective_title{
width: 20%;
}



td.attributes{
	width:45%;
	vertical-align: top;
}



td.enterprise, td.enterprise_heading, td.management, td.management_heading, td.procurement, td.procurement_heading, td.solution, td.solution_heading, td.concept, td.concept_heading{
	padding:0.3em;
	
}

td.enterprise, th.enterprise, td.enterprise_heading, th.enterprise_centred,td.enterprise_centred,  th.enterprise_bottom_header_row, td.enterprise_left{
	background-color: var(--Enterprise, white);
}

td.concept, th.concept, td.concept_heading, th.concept_centred, td.concept_centred, th.concept_bottom_header_row, td.concept_left{
	background-color: var(--Concept, white);
}

td.procurement, th.procurement, td.procurement_heading, th.procurement_centred, th.procurement_bottom_header_row, td.procurement_centred, td.procurement_left{
	background-color: var(--Procurement, white);
}

td.solution, th.solution, td.solution_heading, th.solution_centred, th.solution_bottom_header_row, td.solution_left, td.solution_centred{
	background-color: var(--Solution, white);
}

td.management, th.management, td.management_heading, th.management_centred, th.management_bottom_header_row, td.management_left, td.management_centred{
	background-color: var(--Management, white);
}

td.enterprise_heading, td.concept_heading, td.solution_heading, td.procurement_heading, td.management_heading, th.enterprise_centred, th.concept_centred, th.procurement_centred, th.solution_centred, th.management_centred{
text-align: center;
}

td.management_bottom_header_row, td.solution_bottom_header_row, td.procurement_bottom_header_row, td.concept_bottom_header_row, td.enterprise_bottom_header_row,td.property_bottom_header_row{
	height: 15px;
}

#mm_element_details table.mm_element tbody tr th{
	text-align: center;
}



table tr td.centred {
text-align: center;
padding:0.3em;
}

td.mm_element_in_table{
	border: 0;
}

.mm_element tbody tr th{
	font-weight: normal;
}


#mm_element_details table tbody tr td p{ 
	/*margin-left:0.6em;
	margin-top:0.3em;*/
	margin-bottom:0.0em;
	padding-top:0em;
	padding-left: 0.2em; 

}

#mm_element_details table {
	margin-right: 20px;
}

#mm_element_details table tbody tr td.vertically_centred{
	vertical-align: middle;
}

#mm_element_details table tbody tr td.top{
	vertical-align: top;
}

#mm_element_details .mm_element tbody tr th, .mm_element thead tr th, #table_property_details tbody th.property_heading{
	text-align: right;
	font-weight:600;
	padding-right: 1em;
}

#table_element_details tbody tr th{ 
		padding-right: 1em;
}


#mm_element_details table tbody tr td p.class_hierarchy, #mm_element_details table tbody tr td p.element_properties{
	margin-left:1.1em;
	text-indent:-1.2em;
	margin-top: 0.27em
}




#mm_element_details table tbody tr td p.class_hierarchy:before, #mm_element_details table tbody tr td p.element_properties:before{
	content: "\2022  "

}	
#mm_element_details table tbody tr td p:first-letter{ 
	padding-left: -0.3em; 

}
#table_property_details tbody tr th.property_heading{ 
	width: 20%;
	background-color: #fef9e7;
	text-align: right;
	padding-right: 1em;
}

td.value_definition_quoted{
	text-align: right;

}

td.enumerated_value{ 
	width:20%;
}

td.default_value{
	height: 4em;
	min-height: 3em;
	
}

tr.default_value{
	height: 3em;
}

tr.enumerated_value:nth-child(odd){ 
	background-color:    #f2f4f4;
}


div.enumerated_value, div.enumerated_value_no_quote{
	width: 220px;
	float: left;
	padding-left: 5px;
}

div.enumerated_value:before, div.value_definition_quoted:before, td.value_definition_quoted:before{
 content: open-quote;
}

div.enumerated_value:after, div.value_definition_quoted:after, td.value_definition_quoted:after{
 content: close-quote;
}

div.value_definition, div.value_definition_quoted{
	float: left;
}

td.property_bottom_header_row{
		background-color: #fef9e7;
}


span.config_spacer{ 
	padding-left: 30px;
}

relationship, span.relationship{
	font-style:italic ;
	color: red;
}

node, subject, object, span.node{
	font-weight: 500;
}


#mm_element_details span.triple:before{
	content:" \25E6\00A0\2018";
}

triple:before, span.triple:before{
	content:'\2018';
}
triple:after, span.triple:after{
	content:'\2019';
}


span.object_triple:before{  
	content:'\005B\2018';
	margin-left:0.2em;
	padding-left:0.1em;
	padding-right:0.1em;
}

span.object_triple:after{  
	content:'\2019\005D';
	padding-left:0.1em;
	padding-right:0.1em;
}

viewpoint_identifier, view_identifier, viewpoint_version, viewpoint_date_created, viewpoint_date_modified{
	color:navy;
}

/* As SVG does not provide a default visual style for links,
   it's considered best practice to add some */

@namespace svg url(http://www.w3.org/2000/svg);
/* Necessary to select only SVG <a> elements, and not also HTML's.
   See warning below */

svg|a:link,
svg|a:visited {
  cursor: pointer;
}

svg|a text,
text svg|a {
  fill: blue; /* Even for text, SVG uses fill over color */
  text-decoration: underline;
}

svg|a:hover,
svg|a:active {
  outline: dotted 1px blue;
}

