@charset "UTF-8";

.hide
{
	display:none !important;
}

body
{
    font-family: "arial", arial, sans-serif;
    font-size: medium;
    background-color: #ffffee;
}

h1
{
	text-align:center;
}

h3
{
	text-align:center;
}

body.dark-theme {
  color: #eee;
  background: #121212;
}
body.dark-theme a {
  color: #809fff;
}

@media (prefers-color-scheme: dark) {
/* defaults to dark theme */
	body {
		--text-color: #eee;
		--bkg-color: #121212;
	}
	a {
	  color: #809fff;
	}
}
  
#header
{
	float:left;
	width:100%;
	border:2px;
	border-radius: 8px;
	border-color: #000;
	--background-color: #ddd;
	padding: 3px;
}

table
{	text-align:left;	}

.headermenu
{
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 32px;
}

.headerleft
{
	max-width: 400px;
	float:left;
}

.footer
{
	max-width:800px;
	margin: auto;
	clear:both;
	margin-top:32px;
	position: absolute;
	--bottom: 0;
}

#logo
{
	float:left;
}

#title
{
	float:right;
	height:100px;
	max-width: 290px;
	font-size: 30px;
}

#title a
{
	color:black;
	text-decoration:none;
}

.centerhead
{
	font-size: large;
	font-weight: bold;
	text-align: center;
}

.subtitle
{
	font-size:20px;
}

.bold
{
	font-size: large;
	font-weight: bold;
}

.error
{
	font-size: large;
	font-weight: bold;
	color: red;
}

.lesserror
{
	font-weight: bold;
	color: red;
}


#login
{
	width:30%;
	float:right;
	text-align:right;
}

#navtabs
{
	width:100%;
	float:right;
}

.headNavbar
{
	margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.navtab
{
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	padding:3px;
	margin:2px;
	color: #000 !important;
	background-color: #fff !important;
	border-radius: 8px;
	border-color: #000;
	border-style: double;
}
.navtab a
{
	color: #000 !important;
}
.tabselected
{
	//background-color: #def !important;
	font-size: large;
	font-weight: bold;
}

.noclear
{
	--clear:none;
	margin-bottom: -25px;
}

.borderVision
{	border: 3px solid blue;
	margin-top:3px;
	background-color: #eff;
}

.borderTalent
{	border: 3px solid red;
	margin-top:3px;
	background-color: #ffe4cc;
}

.borderCapital
{	border: 3px solid green;
	margin-top:3px;
	background-color: #efe;
}

.borderNeeds
{	border: 3px solid black;
	margin-top:3px;
	background-color: #eee;
}

.borderBoost
{
	border: 1px solid;
	margin-top:3px;
	padding: 5px;
}

.borderPad
{
	border: 3px solid black;
	padding: 5px;	
	margin-top: 5px;
	text-align: center;
}

.buttoned
{	position: relative;	}

.topleft
{
	position: absolute;
    top: 0;
    left: 0;
}

.topright
{
	position: absolute;
    top: 0;
    right: 0;
}

.topnearright
{
	position: absolute;
    top: 0;
    right: 2em;
}

.bottomright
{
	position: absolute;
    bottom: 0;
    right: 0;
}

.bgGrey
{	background-color: #eee;	}

.even	{}
.odd	{ background: #ccccff;	}

.content
{
	max-width:800px;
	margin: auto;
	min-height:400px;
}

.noticeBar
{
	width: 100%
	text-align: center;
}

#sidebar
{
	width:30%;
	float:right;
	
}

.sidebar
{
	width:30%;
	float:right;
	border-style: solid;
	border-color: black;
	border-width: 3px;
	border-radius: 8px;
	padding: 5px;
	background: white;
}

.leftsidebar
{
	--float:left;
	background: white;
}

.shrinkable
{
	background-color:#eee;
}

.shrunk
{
	height: 30px;
    overflow: hidden;
}

.shrinknav
{
	float:right;
}

.tab
{
	width:100%;
	float:right;
}

.stacked
{
	float:left;
}

.bar
{
	width:100%;
	clear:both;
}

.avatar
{
	max-width:32px;
	max-height:32px;
}

#noscript
{
	clear: both;
	text-align: center;
	color: red;
	padding:3px;
	margin:2px;
	background-color: white;
	border-style: solid;
	border-color: red;
	border-width:3px;
	border-radius: 8px;
}

#pagelogo
{
	width:50%;
}

.main
{
	width:100%;
}

.mainblock
{
	width:400px;
	display: block;
}

.centerme
{
	//display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.padsides
{
	margin-left: 100px;
	margin-right: 100px;
}

.centerme2
{
	display: inline-block;
	text-align: center;
}

.right
{	text-align: right;	}
.left
{	text-align: left !important;	}

.mainsect
{
	max-width: 600px;
	padding: 20px;
}

.element-container{
   width:100%;
   max-width: 600px;
   margin: 0px auto;
}
.element{
   max-width: 600px;
	padding: 20px;
}

.flex-container
{
  display: flex;
  flex-wrap : wrap;
  flex-direction: row;
  justify-content: center;
  clear: both;
}

.right
{ float: right;	}
.clear
{	
	width:100%;
	min-height: 20px;
}

.bordered
{
  background-image: url('img/background/cowboy-rope-border.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 100px;
}

.editpiece
{
	border-style: solid;
	border-color: black;
	border-width: 1px;
	border-radius: 2px;
	min-width:100px;
	display:inline-block;
}

.noeditpiece
{
	border-style: solid;
	border-color: black;
	border-width: 0px;
	border-radius: 2px;
	min-width:100px;
	display:inline-block;
}

.showpiece
{
	border-style: solid;
	border-color: black;
	border-width: 0px;
	border-radius: 2px;
	min-width:100px;
	display:inline-block;
}

.editlistsort
{
	height:16px;
}

.editcomment
{
	display:inline-block;
}

.editcommentactive
{
	padding:5px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

.editcommentbutton
{
	height:16px;
}

.commentChildren{
	position:relative;
	margin-left: 20px;
	border-style: solid none solid solid;
	border-color: black;
	border-width: 1px;
}

.commentshrinkbutton {
position:absolute;
top:10px;
right:10px;
visibility:hidden;
}

.commentfield {
	height: 4em;
	width: 50em;
	max-width: 100%;
}

.cluster
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	column-width: 200px;
}

.clusteritem {
	width: 90%;
	//max-width:500px;
	//min-width:300px;
	display:inline-block;
	//padding:10px;
}

.spaceme {
	margin: 15px 0px 15px 0px;
}

.datapair {
	//border-style: none none solid solid;
	border-color: black;
	border-width: 1px;
	margin:2px;
	//font-size: small;
}

.dataset {
	padding:5px;
	font-size: small;
}

.datalabel {
	font-size: small;	
}
.dataitem {
	border-style: solid;
	border-color: #888888;
	border-width: 1px;
	font-size: medium;
	background-color: #fff;
	min-width: 150px;
	display: inline-block;
}

.datacell {
	border-style: solid;
	border-color: #888888;
	border-width: 1px;
	font-size: medium;
	background-color: #fff;
	min-width: 150px;
}

.datablock {
	max-width: 400px;
	border-style: solid;
	border-color: #888888;
	border-width: 1px;
	font-size: medium;
	text-align: left;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

td {	vertical-align: top;	}

.keeptogether {
	display: inline-block;
	margin-right: 10px;
}

.indent {
	margin-left: 20px;
}

.ratingbar {
	display: inline-block;
	width: 80px;
	height: 16px;
	background-image: url("img/arrows/starbar.png");
	background-repeat: no-repeat;
}

.historyTab {
	display: inline-block;
	float: left;
	//margin-left: 5px;
	background-image:url('img/tab.png');
	padding-left:10px;
	padding-right:5px;
	background-position: top left;
	height: 22px;
}

.pack {
	width: 10px;
	overflow: hidden;
}

.ttparent {
	position:relative;
	display:inline-block;
}
.ttparent::after {
	//content: "<img src="img/arrows/uparrow.png" />(help)";
}

.tooltip {
	display:none;
	position:absolute;
	top:0px;
	left:100%;
	width:fit-content;
	min-width: 450px;
	background-color:#fff;
	border:1px;
	border-style: solid;
	border-radius: 8px;
	border-color: #000;
	padding: 3px;
	z-index: 200;
}
a:hover div:last-child {
	display:block;
}
.ttparent:hover div:last-child {
	display:block;
} 

.iconwrapper{
position:relative;
}

.iconwrapper p {
position:absolute;
top:10px;
left:10px;
visibility:hidden;
}

.iconwrapper:hover p {
visibility:visible;
z-index:100;
background-color: white;
}

.tooltipwrapper{
}

.tooltipwrapper p {
position:absolute;
top:10px;
left:10px;
visibility:hidden;
}

.tooltipwrapper:hover p {
visibility:visible;
z-index:100;
background-color: white;
}

.shrinkbutton{
position:absolute;
}

.shrinkbutton p {
position:absolute;
top:10px;
left:10px;
visibility:hidden;
}

.shrinkbutton:hover p {
visibility:visible;
z-index:100;
background-color: white;
}

.collapse {
	height: 40px;
	overflow:hidden;
}

.ontop {
	z-index: 100;
}

.glossary td {
	padding-top: 15px;
	padding-right: 20px;
}
