
* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background-color:#EEE;
}

.processRow {
  page-break-inside: avoid;
  page-break-before: 1px solid black;
  display:block;
  position:relative;
  top:0;
}
/*.processRow:last-of-type {
  page-break-before: avoid; 
  page-break-after: avoid;
}*/

@media screen {
	.processBox	{ 
    border-top:1px solid gray;
  }
}

@media print {
	.processBox { page-break-before:always; border-top:none; }
}

.processBox {
  background-color : white;
    top:0;
}

.label,
.content {
  display: inline-block;
}

.content {
  font-weight: bold;
}

.label {
  margin-right: 10px;
}

.inputs .input .label,
.toolsTechniques .toolTechnique .label,
.outputs .output .label {
  display: none;
}

.inputs .input .content,
.toolsTechniques .toolTechnique .content,
.outputs .output .content {
  font-weight: normal;
}

  .processRow {
    height: 980px;
    margin: 0px 0;
  }
  .processBox {
    position: absolute;

    width: 740px;
    left: 50%;
    margin-left: -370px;

    height: 980px;
  }

  .processBox .name,
  .processBox .processGroup,
  .processBox .knowledgeArea,
  .processBox .ittos,
  .processBox .reference,
  .processBox .copyright {
    position:absolute;
  }

  .processBox .name {
    top: 39px;
    width: 100%;
  }

  .processBox .name .content {
    text-align: center;
    width: 726px;
    font-size: 35px;
    background-color: black;
    color: white;
    padding: 7px;
  }

  .processBox .name .label {
    display:none;
  }

  .processBox .processGroup {
    top: 10px;
    left: 10px;
  }

  .processBox .knowledgeArea {
    top: 10px;
    right: 10px;
    text-align: right;
  }

  .processBox .reference {
    bottom: 10px;
    left: 10px;
  }

  .processBox .copyright {
    bottom: 0px;
    right: 10px;
    height: 37px;
  }

  .processBox .copyright img {
    position:absolute;
    float: right;
    top:-25px;
    right: 0px;
  }


  .processBox .copyright .text {
    position: relative;
    bottom: 0px;
    right: 0px;
    vertical-align: bottom;
  }
  
  .processBox .reference,
  .processBox .copyright .text {
    font-size : 12px;
  }
  
.processBox .copyright .text.c {
  
  left: 0px;
  bottom: 24px;
}

.processBox .copyright .text.co {
  bottom:21px;
  left: 0px;
}

.processBox .copyright .text.cc {
  bottom:15px;
}

  .processBox .ittos {
    top: 85px;
    width: 640px;
    left:50%;
    margin-left: -340px;
    height: 800px;
    padding: 20px;
  }

  .processBox .inputs,
  .processBox .toolsTechniques,
  .processBox .outputs {    
    position: relative;
    display: inline-block;
    width: 32%;
    height: 100%;
    vertical-align: top;
    text-align: center;
  }



  .processBox .inputs > .label,
  .processBox .toolsTechniques > .label,
  .processBox .outputs > .label {
    font-weight: bold;
    font-size: 20px;
    margin-right: 0;
  }

  .processBox .inputs {
  }
  .processBox .toolsTechniques {
  }

  .processBox .outputs {
  }

  .processBox .processGroup .label,
  .processBox .knowledgeArea .label {
        font-size: 10px;
  }
  .processBox .processGroup .content,
  .processBox .knowledgeArea .content {
      font-size: 15px;
  }

  .processBox .inputs .input .content,
  .processBox .toolsTechniques .toolTechnique .content,
  .processBox .outputs .output .content {
    width: 155px;
    height: 36px;
    margin: 5px 0;
    border: 2px black solid;
    padding: 5px;
    font-weight: bold;
    box-shadow: 4px 4px 2px #888888;
    font-size: 14px;
  }

  .processBox .inputs .input .content.longString,
  .processBox .toolsTechniques .toolTechnique .content.longString,
  .processBox .outputs .output .content.longString {
    font-size: 12.5px;
  }


  .processBox .inputs .input .content {
    background-color: rgba(255,0,0,.1);
  }
  .processBox .toolsTechniques .toolTechnique .content {
    background-color: rgba(0,255,0,.1);
  }
  .processBox .outputs .output .content {
    background-color: rgba(0,0,255,.1);
  }

  .pmbokTitle {
    font-style: italic;
  }
  
  
  .button {
	position:fixed;
	left: 25px;
	top: 25px;
	width : 75px;
	height: 30px;
	background-color: rgba(255,175,3,0.64);
	border: 3px solid rgba(255,175,3,1);
	text-align: center;
	font-size: 25px;
	border-radius: 10px;
	padding: 3px 0 0px 0;
	margin: 2px;
	z-index:10;
	cursor: pointer;
  }
  
  @media print {
	  #toolbar, #toc {
		  display:none;
	  }
  }
  /* when in showing, present the hide button */
  body.show #hideButton,
  body.hide #showButton {
	  display:block;
  }

  /* when hiding, present the show button */
  body.show #showButton,
  body.hide #hideButton {
	  display:none;
  }
  
  body.hide .processBox .ittos .content {
	  color: transparent;
  }

  body.hide .processBox .ittos div.content:hover {
	  color: black;
  }
  
  
#toc {
	position:fixed;
	left: 25px;
	top: 75px;
	width: 225px;
	height: 663px;
	background-color: rgba(255,5,3,0.24);
	border: 3px solid rgba(255,5,3,1);
	text-align: left;
	font-size: 25px;
	border-radius: 10px;
	padding: 3px;
	margin: 2px;
	z-index:10;
	font-size: 12px;
	
  }
#toc a {
	color: black:
}

#toc a:hover {
	color: rgba(255,5,3,1);
}

#toc a:active {
	color: white;
}

#toc a:visited {
	color: gray;
}

#pageCount {
  position: absolute;
  bottom: 65px;
  right: 10px;
  font-weight: bold;
}

#version {
  position: absolute;
  bottom: 29px;
  left: 10px;
  font-weight:bold;
  font-size: 13px;
}