
* {
	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: rgba(97, 98, 98, .5);
}

.INFONODE {
	margin: 30px 20px 0px 20px;
	padding: 8px 10px 20px 10px;
	border: 0;
	border-left: 1px solid rgba(97, 98, 98, .5);
	border-right: 1px solid rgba(97, 98, 98, .5);
	/* background: rgba(0, 102, 78, .1); */
	text-align: center;
	/* background-color: #F9F9F7; */
	color: #666666;
    /* margin: 15px 0px 0px 0px; */
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(97, 98, 98, .5);
    box-shadow: 0px 2px 0px 0px rgba(97, 98, 98, .5);
}

.INFONODE:first-of-type {
	border-top: 10px solid rgba(97, 98, 98, .5);
	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-color: #E9E9DE;
	font-size: 14px;
    /* font-style: normal; */
    color: #F47521;
    text-shadow: 0px 2px 0px rgba(255, 255, 255, 0.5);
    padding: 5px 0 15px 20px;
    /* margin-left: 0; */
	/* -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); */
	box-shadow: 0px 2px 0px 0px rgba(97, 98, 98, .5);
	/* 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; */
}
.options :only-child {
outline: none;
    text-decoration: none;
    display: block;
    padding: 14px 5px;
    border-bottom: 2px solid #E9E9DE;
    background-image: url(images/dogEar_off.gif);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 15px 15px;
}

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

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

.JUMPNODE .nodeText {
	display: none;
}

.endNode {

	margin: 30px 20px 0px 20px;
	padding: 10px 10px 20px 10px;
	/* background:  rgba(0, 102, 78, .2); */
	background-color: #F9F9F7;
	/* color: rgb(0, 102, 78); */
	border-left: 0;
	
	border-left: 1px solid rgba(97, 98, 98, .5);
	border-right: 1px solid rgba(97, 98, 98, .5);
	border-bottom: 10px solid rgba(97, 98, 98, .5);
	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;
	background-color: #E9E9DE;
    padding-right: 15px;
}

.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;	
}
