
* {
	font-family: 'xAvenirNextCondensed-UltraLight', 'xAvenirNextCondensed-Regular', 'HelveticaNeue',  'droid sans';
}

body {
	color: rgb(0, 102, 78);
}

#tmpNode {
	position: fixed;
	top: 0;
	right: 10px;
	border: 3px solid cyan;
	padding: 4px;
	background: white;
	overflow-y: scroll;
	font-size: 80%;
	display: none;
}

infonode, jumpnode, optiontext {
	display: none;
}

#title {
	color: rgb(0, 102, 78);
}

.INFONODE {
	margin: 30px 20px 0px 20px;
	padding: 8px 10px 20px 10px;
	border: 0;
	border-left: 1px solid rgb(0, 102, 78);
	border-right: 1px solid rgb(0, 102, 78);
	background: rgba(0, 102, 78, .1);
	text-align: center;
}

.INFONODE:first-of-type {
	border-top: 10px solid rgb(0, 102, 78);
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.INFONODE p, .NODETEXT  p, .nodeText p, .preText p {
	margin: 0;
	padding: 0;
}

.preText p {
	padding: 10px 80px;
	width: 33% ;
	margin: auto ;
	word-wrap: break-word ;
	
}

.JUMPNODE {
	margin: 30px 10px 0px 10px;
	padding: 0px 10px 0px 10px;
	clear: left;
	text-align: center;
}
.preText {
	margin: 0px 2px 0px 2px;
	padding: 40px 10px 40px 10px;
	font-weight: bold;
	background: rgba(0, 102, 78, .1);
	-webkit-clip-path: polygon(50% 100%, 99% 50%, 50% 0%,  1% 50%);
	/* -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%,  0% 50%);
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%,  0% 50%); */
}
.jumpTO {
	margin: 2px 2px;
	padding: 6px 8px;
	border: 1px solid rgb(0, 102, 78);
	/* width: 15%; */
	border-radius: 10px;
	float: left;
	text-align: center;	
	word-wrap: break-word;
}

.NODETEXT {
	margin: 0px 20px 0px 20px;
	padding: 4px 10px 4px 10px;
	text-align: center;	
	font-size: 90%;
}

.options {
	position: relative;
	/* height: 200px; */
}

.selected {
	background: rgba(0, 102, 78, .1);
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.notSelected {
		border-color: rgba(0, 102, 78, 0.1);
		color: rgba(0, 102, 78, 0.3);
}

.JUMPNODE .nodeText {
	display: none;
}

.endNode {

	margin: 30px 20px 0px 20px;
	padding: 10px 10px 20px 10px;
	background:  rgba(0, 102, 78, .2);
	color: rgb(0, 102, 78);
	border-left: 0;
	border-right: 1px solid rgb(0, 102, 78);
	border-left: 1px solid rgb(0, 102, 78);
	border-bottom: 10px solid rgb(0, 102, 78);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	font-weight: bold;
	-webkit-clip-path: none;
}



.endNode:after {
  xcontent: "---End---";
}


section {
	display: none;
}

title {
	font-weight: bold;
}

#image {
	width: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0.03;
	display:none;
	text-align: center;
	padding-top: 20px;
}

/* img {
	width: 90%;
} */

#showImage {
	position: fixed;
	bottom: 6px;
	left: 6px;
	vertical-align: bottom;
	z-index: +1000;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(0, 102, 78, 0.1);
	text-align: center;
	display:none;
}

#container {
	width: 100%;
	z-index: +500;
}

#image {
	z-index: +300;
}

pointer {
	display: none;
}

#url {
	position: fixed;
	top: 4px;
	right: 4px;
	margin: 0;
	font-family: 'AvenirNextCondensed-UltraLight' ;	
	color: red;
	font-size: 120%;
	font-weight: 100;
	margin: 0 4px;
}

#XML {
	display: none;
}

.popup {
	padding: 0px 4px;
	border: 1px solid rgba(18,169,185, 0.5);
	border-radius: 20px;
}

.popup.selected {
	background:   rgba(18,169,185, 0.99);
	color: white;
}

#popup {
	position: fixed;
	top: 20%;
	left: 10%;
	display: none;
	height: auto;
	max-height: 60%;	
	width: 80%;
	/* background: white; */
	background:  rgba(18,169,185, 0.99);

	border: 4px solid rgba(18,169,185, 0.5);
	border-radius: 20px;
	padding: 2px 6px;
	overflow-y: scroll;
	z-index: 500 ;
}

#popup h4 {
		font-size:70%;
	color: green !important;	
}
