#maindiv
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	overflow: hidden;
}

#documentationContainer
{
	position: fixed;
	top: 0px;
	left:0px;
	right: 0px;
	bottom: 0px;
	background-color: #cfc;
	display: none;
	z-index: 1000000000000000000;
}

#documentationIframe
{
	display: block;
	position: fixed;
	top: 0px;
	left:0px;
	right: 0px;
	bottom: 0px;
	background-color: #cfc;
	width: 100%;
	height: 100%;
}
#documentationCloseButton
{
	top: 20px;
	right: 20px;
	position: fixed;
}
#documentationCloseButton a:link
{
	color: #000;
}


/* ------- TOOLTIP -------- */


/* ------ Arrow box ------- */
#generalTooltip
{
    position: absolute;
    display: none;
    top: 10px;
    left: 10px;
    pointer-events: none;
    z-index: 999999999999;
    background-color: #333;
    padding: 10px;
	color: #fff;
	/* border: solid 1px #ccc; */
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */

}

.tooltipContent{
    max-width: 300px;
    overflow-wrap: break-word;
    overflow: hidden;
}

#tooltipArrowLeft
{
	position: fixed;
}

#tooltipArrowRight
{
	position: fixed;
}

#tooltipArrowUp
{
	position: fixed;
}

/* -------- modules menu -------- */
#modulesMenuBlocker
{
	background-color: rgba( 0, 0, 0, 0 );
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: -1;
}

#modulesMenu
{
	position: absolute;
	width: 400px;
	height: 200px;
	left: 50%;
	margin-left: -250px;
	top:50%;
	margin-top: -125px;
	z-index: 1000000;
	display: none;
}

.modulesMenuResults
{
	width: 410px;
	max-height: 210px;
	overflow: auto;
}

.modulesMenuItem
{
	width: 400px;

	position: relative;
	background-color: #fff;
	border: 1px solid #ccc;
    padding: 3px 10px;
    list-style-type: none;
    cursor: pointer;
}

.modulesMenuItem:hover
{
	background-color: #ccc;
}
.modulesMenuItemSelected
{
	background-color: #ccc;
}

#modulesMenuContainer
{
	z-index: 1000000000;
	position: fixed;
}


/* ----clipboard manager --- */
/* CSS for the clipboard stuff */

/*#clipboard-container {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 0px;
  z-index: 100;
  display: none;
  opacity: 0;
}
#clipboard {
  width: 1px;
  height: 1px;
  padding: 0px;
}
*/


#clipboard-container {
  position: absolute;
  left: 20px;
  top: -500px;
  width: 300px;
  height: 300px;
  z-index: 100000;

}
#clipboard {
  padding: 0px;
}

html,
body {
  position: fixed;
  overflow: hidden;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.tooltipOption{
	border-bottom: solid 1px rgba(255,255,255,0.3); 
	position: relative; 
	width: 100%;
	cursor: pointer;
	opacity: 0.7;
}

.tooltipOption:hover{
	opacity: 1;
}

.tooltipOptionsContainer{
	padding: 5px 15px;
}

#introPanel{
	position: fixed;
    left: 0px;
    width: 100%;
    top: 0px;
    bottom: 0px;
	/* background-color: rgba( 255,255,255,0.8); */
	background-color: rgba( 125,125,125,0.8);
	z-index: 10000;
	
	/* display: flex; */
	align-items: center;
	justify-content: center;
	display: none;
}

#introPanelContainer{
	display: block;
	width: 830px;
	background-color: rgba(255,255,255,0.9);
    padding: 10px 60px 10px 30px;
    border: solid 1px #ccc;
	
}

#introPanelColumnsContainer{
	display: block;
	width: 900px;
	/* background-color: rgba(0,255,0,0.3); */
	display: flex;
	align-items: stretch;
	box-sizing: border-box;
}

.introPanelColumn{
	margin: 0px 20px 20px 0px;
}

#introPanelHeader{
	/* background-color: rgba(0,0,255, 0.2);  */
	margin: 0px 0px;
}

#introPanel .exampleItem
{
	font-size: 0.9em;
}

#environmentInfo{
	background-color: #d60101;
    color: rgba( 255,255,255,0.8);
    position: fixed;
    top: 30px;
    left: -60px;
    width: 200px;
    text-align: center;
    transform: rotate(-45deg);
    z-index: 1000;
    box-shadow: 0px 3px 15px #666666;
    font-weight: bold;
	letter-spacing: 2px;
	display: none;
}

[v-cloak] {
	display: none;
  }
  