/**
main.css

wichtige Farben:
color: #0071bc; blue
color: #0071bc; medium blue
color: #29abe2; light blue
color: #ffffff; white text
color: #666666; gray text
color: #999999; gray background
color: #eeeeee; gray background
*/
/* * {
	margin: 0;
	padding: 0;
} */
html.waiting * {
    cursor: progress !important;
}

body {
	border: 0;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
	color: #666666;
	background-image: url("../images/header-bar.png");
	background-repeat: repeat-x;
	background-color: #f9f9f9;
	font-style: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal
}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, label, input,
	textarea, select, legend, fieldset {
	font-family: Arial, Helvetica, sans-serif;
}

p, ul, ol, li, dl, dt, dd, label, input, textarea, select, legend,
	fieldset {
	font-size: 1em;
	font-size: 14px;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 18px;
	padding-bottom: 18px;
	color: #0071bc;
	padding-bottom: 18px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0071bc;
	padding-bottom: 0;
	padding-top: 0;
}

.list h2 {
	color: #ffffff;
	background-color: #999999;
	padding: 5px 5px 5px 15px;
}

h2.querysource {
	padding: 12px 1px 10px 50px;
	color: #0071bc;
	font-size: 18px;
	border-top: 1px dotted #666666;
	background-repeat: no-repeat;
}

h2.querysource-error {
	padding-left: 0;
}

h2.querysource-dbpedia {
	background-image: url("../images/dbpedia_logo_25px.png");
	background-position: 0 6px;
}

h2.querysource-lgdo {
	margin-top: 36px;
	padding-top: 32px;
	background-image: url("../images/lgdlogo_25px.png");
	background-position: 0 27px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

img {
	display: block;
	border: none;
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

.hidden {
	display: none;
}

#main {
	width: 1080px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	color: #666666;
	/* 	border-right: 1px solid black; */
	/*   border-left: 1px solid black; */
}

#main p#logo {
	/* 	margin-bottom: 24px; */
	margin-bottom: 1px;
	padding: 0 0 10px 0;
	/* 	border-bottom: 1px solid #eeeeee; */
	border-bottom: 1px solid black;
}

p.loggedInUser {
	/* 	position: absolute; */
	
}

#main .navbar-generic ul {
	list-style-type: none;
}

.navbar-generic ul li a {
	text-decoration: none;
}

#main .navbar-primary ul {
	border-bottom: 1px solid black;
	padding-top: 4px;
	padding-bottom: 4px;
}

.navbar-primary ul li {
	display: inline-block;
	margin: 0 1em 0 0;
	padding: 0;
}

.navbar-primary ul li a {
	font-size: 14px;
	display: block;
	text-align: center;
}

.navbar-primary ul li:FIRST-CHILD a {
	text-align: left;
}

.navbar-primary ul li.last-child a {
	text-align: right;
}

#main .navbar-primary ul li.inactive {
	color: #999999;
}

#main .navbar-secondary {
	position: absolute;
	margin: 0 0 0 0;
	width: 870px;
	width: 958px;
}

#main.raw-main .navbar-secondary {
	width: 92%;
}

#main .navbar-secondary p {
	margin: 0;
	text-align: right;
}

.navbar-secondary ul li {
	float: right;
}

#content .prose {
	margin: 60px 20px 0 20px;
	padding: 24px 40px 12px 40px;
	/* 	background-color: #eeeeee; */
	background-color: white;
	min-height: 870px;
}

#content {
	min-height: 520px;
	margin: 0;
	padding: 0;
}

#main p {
	margin: 0 0 18px 0;
	line-height: 18px;
	text-align: left;
	color: #666666;
}

#main p.subtitle {
	margin: 10px 0 36px 0;
}

#main .about-acubes-text p {
	line-height: 1.8;
}

#main a {
	color: #666666;
}

#main a:hover {
	color: #0071bc;
}

#main ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0;
	line-height: 18px;
	text-align: left;
	color: #666666;
}

#main ul.recordlist li {
	margin-bottom: 0;
	overflow: hidden;
	/*   margin-bottom: 18px; */
}

#main ul.recordlist li.recordlist-item {
	margin-top: 18px;
}

#main ul.recordlist li.recordlist-item:FIRST-CHILD {
	margin-top: 0;
}

#main ul.recordlist li p {
	margin-bottom: 0;
}

#main ul.recordlist li div {
	margin-top: 18px;
}

/*flx*/
#main .recordlist li.recordlist-item {
	margin-top: 18px;
}

#main .recordlist li.recordlist-item:FIRST-CHILD {
	margin-top: 0;
}

#main .recordlist li {
	margin-bottom: 0;
	overflow: hidden;
	/*   margin-bottom: 18px; */
}
/**/
#main ul.recordlist li.gridster-box div {
	margin-top: 5px;
}

#main ul.recordlist li div.userdata-all {
	margin-top: 0;
}

#main ul.recordlist h2 {
	cursor: pointer;
}

.form-wrapper {
	padding-top: 18px;
}

#main form {
	padding: 0 0 18px 0;
}

form label {
	display: block;
	float: left;
	min-width: 9em;
}

form input {
	margin-left: 5px;
}

form p.formfield {
	
}

form input[type="text"], form input[type="password"] {
	padding: 2px 4px 2px 4px;
}

form input[type="submit"] {
	padding: 1px 3px 1px 3px;
}

#main form ul.form-radiolist {
	list-style-type: none;
}

#main form ul.form-radiolist li {
	padding-bottom: 6px;
}

form h3 label {
	float: none;
	width: auto;
}

form ul.form-radiolist input {
	margin-right: 10px;
}

.form-errors-wrapper {
	padding-bottom: 18px;
}

#main .form-errors-wrapper ul {
	padding-left: 30px;
}

.form-errors-wrapper ul li {
	list-style-type: disc;
}

.form-errors-wrapper h3 {
	color: red;
	margin-bottom: 0;
}

#searchresults {
	padding: 18px 0 18px 0;
	border-top: 1px dotted #666666;
}

h2.search-header {
	margin-bottom: 18px;
}

.backlink {
	text-decoration: underline;
	cursor: pointer;
}

#main p.backlink:hover {
	color: #0071bc;
}

#main p.toggle-lists {
	text-decoration: underline;
	cursor: pointer;
}

#main p.toggle-lists:hover {
	color: #0071bc;
}

#spinner {
	display: none;
	position: absolute;
	margin: 0 0 0 160px;
	padding: 2px 0 0 140px;
	width: 130px;
	height: 40px;
}

.resultsbox {
	display: inline-block;
	inline: block;
	vertical-align: top;
	width: 440px;
}

ul.citylist li {
	padding: 18px 0 0 0;
}

ul.citylist li:FIRST-CHILD {
	padding: 9px 0 0 0;
}

#main ul.citylist li h3 a {
	text-decoration: none;
	color: #0071bc;
}

#main ul.citylist li h3 a:hover {
	color: #666666;
}

#main p.listheader {
	margin-bottom: 0;
}

#main .resultsbox p {
	margin-bottom: 0;
}

#overlay {
	text-align: center;
	line-height: 50px;
	background-color: rgba(0, 0, 0, 0.4);
	color: white;
	position: fixed;
	left: 50%;
	top: 0;
	margin-top: 0;
	margin-left: -50%;
	width: 100%;
	height: 2000px;
}

#overlay .overlay-inner {
	text-align: center;
	line-height: 50px;
	background-color: rgba(255, 255, 255, 1);
	color: white;
	position: fixed;
	left: 50%;
	top: 0;
	margin-top: 400px;
	margin-left: -150px;
	height: 200px;
	width: 300px;
}

#overlay .overlay-inner p {
	padding: 30px;
	line-height: 24px;
	font-size: 14px;
	color: #666666;
	text-align: center;
}

#overlay .overlay-inner p img {
	display: block;
	margin-left: 80px;
}

#overlay .overlay-inner p span {
	display: block;
	padding-top: 24px;
}

/* Stylings for Gridster */
.gridster {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#main .gridster ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gridster .gs-w {
	background: #FFF;
	cursor: pointer;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.gridster .player {
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.gridster .gs-w.try {
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: 37px -169px;
}

.gridster .preview-holder {
	border: none !important;
	border-radius: 0 !important;
	background: rgba(255, 255, 255, .2) !important;
}

/* Report blocks */
#main .gridster .summary-block ul {
	list-style-type: disc;
	padding: 0 0 0 18px;
	width: auto;
}

.gridster .wordcloud-wrapper {
	padding-left: 45px;
}

.gridster a.widget-update {
	font-size: 10px;
}

.gridster svg.pie {
	/* 	background-color: #f9f9f9; */
	background-color: #cccccc;
	padding: 10px;
	margin: 5px;
}

#main .gridster ul li.box-3 svg {
	overflow: visible;
}

#main .gridster ul li.box-3 svg g {
	border: 1px solid blue;
}

#main .gridster ul li.gridster-box svg.pie {
	overflow: visible;
}

#main .gridster ul li.box-5 svg.legend, #main .gridster ul li.box-7 svg.legend
	{
	margin: 5px;
}

/* Footer */
.footer {
	/* 	border-top: 1px solid black; */
	padding-top: 5px;
	text-align: right;
}

#main .footer p {
	text-align: right;
	padding-top: 5px;
	border-top: 1px solid black;
}

#content .footer {
	/*   margin: 60px 20px 0 20px; */
	margin: 0 20px 12px 20px;
	padding: 0 40px 12px 40px;
	/*  background-color: #eeeeee; */
	background-color: white;
}

#main .raw-main #content .footer {
	margin: 0 0 12px 0;
}

.raw-main select {
	background-color: white;
}

.raw-main h3#data {
	margin-bottom: 0;
}

/*
* Projects
*/
.projectlist-item {
	display: flex;
	/* align-items: center; */
	border-bottom: 1px solid black;
	justify-content: center;
	align-content: center;
}

.projectlist-title {
	width: 25%;
}

.projectlist-created {
	width: 10%;
}

.projectlist-description {
	width: 45%;
}

.recordlist-stats {
	width: 20%;
}

.jobdata-all {
	display: flex;
	flex-direction: column;
}

.projectlist-user * {
	
}

.projectlist-link * {
	font-weight: bold;
	float: right;
}

/*
* Jobdata
*/
.jobs-projectlist-title {
	margin-top: 10px;
}

.jobs-project-created {
	float: left;
}

.jobs-project-modified {
	text-align: end !important;
}

.jobdata-all-header {
	font-size: 1em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.jobdata-all-header span {
	/*font-size: 1em;*/
	text-align: center;
}

.job-title {
	font-size: 0.8em;
	width: 35%;
	text-align: initial !important;
}

.jobdata-executed, .jobdata-username {
	font-size: 0.6em;
	width: 20%
}

.jobdata-isActive {
	font-size: 0.8em;
	width: 15%;
}

.jobdata-all-body {
	font-size: 1em;
	/*display: flex;
	align-items: center;
	justify-content: space-between;*/
}

.jobdata-body-top, .jobdata-body-bottom {
	font-size: 1em;
	display: flex;
	justify-content: space-between;
}

.jobdata-body-top {
	align-items: flex-start;
}

.jobdata-body-bottom {
	align-items: flex-end;
}

.jobdata-body-top *, .jobdata-body-bottom * {
	min-width: 30%;
}

.jobdata-dates {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.jobdata-all-body p {
	/*font-size: 1em;*/
	font-size: 0.8em;
	padding: 5px;
	margin: 0px !important;
}

.jobdata-created {
	
}

.jobdata-modified {
	
}

.jobdata-jobtype {
	
}

.job-description {
	max-width: 80%;
}

.job-modules {
	
}

.job-edit-link {
	font-weight: bold;
	min-width: initial;
}

.pdf-button {
	width: 98%;
	margin: auto;
}

/*
 * Bar Chart
 *
 
.chart-container {
	display: flex;
}*/
.barchart {
	display: flex;
	border-style: solid;
	border-color: blue;
	border-width: 1px;
	width: 500px;
	height: 400px;
	padding: 10px;
	margin: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bar:hover {
	fill: brown;
}

/*style bar chart axis*/
.axis path, .axis line {
	fill: none;
	stroke: black;
	shape-rendering: crispEdges; /*geometricPrecision; */
}

.axis text {
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	/*text-anchor: middle;
	text-anchor: end;*/
}

.axis text:hover {
	fill: brown;
}

.bar-chart-x-axis-text {
	-webkit-transform: rotate(30deg);
}

/*
 * Tag Cloud
 *
 */
.tagcloud {
	border-style: solid;
	border-color: black;
	border-width: 1px;
	width: 500px;
	height: 400px;
	padding: 10px;
	margin: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tag:hover {
	fill: black !important;
	cursor: pointer;
	/*font-size: 1.5rem !important;*/
	z-index: 99999 !important;
	/*font-family: Helvetica, sans-serif !important;
	font-weight: bold !important;
	letter-spacing: 5px !important;
	text-shadow: 2px 2px #ffffff !important;*/
}

.in-gridster {
	float: left;
	margin: 10px 5px;
}

.count-stats {
	display: none;
}

.cloud-container, .chart-container {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	float: left;
	margin: 5px;
}

/* style sentiment values widget*/
table.sentiment-container {
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 5px;
	float: left;
	min-width: 300px;
	min-height: 250px;
}

td.sentiment-snippet-txt {
	text-align: center;
	border: 1px solid;
	font-size: large;
	padding: 20px;
}

td.sentiment-overall-txt {
	text-align: center;
	border: 1px solid;
	font-size: large;
	padding: 20px;
}

td.sentiment-snippet-img {
	width: 200px;
}

td.sentiment-overall-img {
	width: 200px;
}

td.keyword-search-result-list-snippet-description {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	min-width: 250px;
}

/*style popup*/
.my-max-link {
	
}

#open-popup {
	padding: 20px
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 40px;
	width: auto;
	max-width: 200px;
	margin: 20px auto;
	text-align: center;
}

.popup-container {
	/*width: 80%;
	height: 90%;*/
	display: flex;
	flex-wrap: wrap;
}

.popup-dialog-content {
	width: 100%;
	height: 94%;
	margin: 40px auto;
	overflow: auto;
}

.popup-dialog-content.keyword-search-result-list {
	justify-content: flex-start;
}

.popup-dialog-content.keyword-search-result-list td.keyword-search-result-list-snippet-description
	{
	min-width: 100px;
}

/*
* hierarchical clustering
*/
div#hierarchical-cluster-body {
	margin: 20px 0px 0px 20px;
}

div#hierarchical-cluster-body  .node circle {
	cursor: pointer;
	stroke-width: 1.5px;
}

div#hierarchical-cluster-body  .node text {
	font-size: 11px;
}

div#hierarchical-cluster-body svg path.link {
	fill: none;
	stroke: #ccc;
	stroke-width: 1.5px;
}

div#hierarchical-cluster-body div.tooltip {
	position: absolute; /* reference for measurement */
	text-align: left;
	pointer-events: none;
	/* 'none' tells the mouse to ignore the rectangle */
	background: #FFFFEF;
	width: 400px;
	height: 165px;
	padding: 10px;
	border: 1px solid #D5D5D5;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
	color: #333;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.9);
	color: #000;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(200, 200, 200, 0.85);
}

div#hierarchical-cluster-body div#toolTip div.tooltipTail {
	position: absolute;
	left: -7px;
	top: 72px;
	width: 7px;
	height: 13px;
	background: url("images/tail_white.png") 50% 0%;
}

div#hierarchical-cluster-body div#toolTip div.toolTipBody {
	position: absolute;
	height: 100px;
	width: 230px;
}

div#hierarchical-cluster-body div#toolTip div.header {
	text-transform: uppercase;
	text-align: left;
	font-size: 14px;
	margin-bottom: 2px;
	color: #666;
	text-align: center;
}

div#hierarchical-cluster-body div#toolTip div.header-rule {
	height: 1px;
	margin: 1px auto 3px;
	margin-top: 7px;
	margin-bottom: 7px;
	background: #ddd;
	width: 125px;
}

div#hierarchical-cluster-body div#toolTip div.header1 {
	text-transform: uppercase;
	text-align: left;
	font-size: 12px;
	margin-bottom: 2px;
	color: #333;
	text-align: center;
}

div#hierarchical-cluster-body div#toolTip div.header2 {
	color: #000;
	font-size: 11px;
	text-align: center;
	font-style: italic;
}

div#hierarchical-cluster-body div#toolTip div.header3 {
	text-align: left;
	font-size: 11px;
	text-align: center;
}

div#hierarchical-cluster-body div#toolTip div.header4 {
	text-align: center;
	right: 10px;
	top: 28px;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
}

/* Navigation */
div#hierarchical-cluster-body .nytg-navBar {
	z-index: 100;
	position: absolute;
}

div#hierarchical-cluster-body .nytg-navigation li {
	color: #999;
	font-size: 14px;
	cursor: pointer;
	float: left;
	padding: 10px 18px;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
	background: #f9f9f9;
	margin: 0 0;
}

div#hierarchical-cluster-body .nytg-navigation li:first-of-type {
	border-radius: 4px 0 0 4px;
}

div#hierarchical-cluster-body .nytg-navigation li:last-of-type {
	border-right: solid 1px #CCC;
	border-radius: 0 4px 4px 0;
}

div#hierarchical-cluster-body .nytg-navigation li.selected {
	color: #000;
	background: #e9e9e9;
	border-color: #AAA;
	box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.2);
}

div#hierarchical-cluster-body div.selected {
	color: #000;
	background: #e9e9e9;
	border-color: #AAA;
	box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.2);
	padding-bottom: 10px;
}

/********************************************************************
 *
 * Popup for analysis result widgets
 *
 *********************************************************************/
.my-popup-dialog {
	
}

.my-popup-dialog .hierarchical-cluster-container #hierarchical-cluster-body
	{
	overflow-x: scroll;
}

/***************************************
*
* Stylings for author and domain tables
*
****************************************/
table.table-author {
	margin-bottom: 18px;
}

table.table-author .cell-number {
	text-align: right;
}

table.table-author tr {
	background-color: #eeeeee;
}

table.table-author td, th {
	padding: 5px 10px 5px 10px;
}

#main ul.author-domainlist {
	margin-bottom: 18px;
	padding-left: 20px;
}

#main ul.author-domainlist li {
	list-style-type: disc;
}

#author-tagclouds {
	min-width: 500px;
/* 	min-height: 350px; */
	display: block;
	/* 	width: 100%; */
}

#author-tagclouds h3 {
/* 	display: none; */
}

.author-domain-boxes .author-domain-box {
	margin-right: 50px;
	display: inline-block;
}

.author-domain-boxes .author-domain-box img {
	height: 100px;
	border: 1px solid #cccccc;
}

#author-tagclouds-wrapper {
/* 	min-height: 400px; */
}

#content div.pagination {
	text-align:center;	
}
#content ul.pagination {
 	display: inline-block
}

ul.pagination a {
	text-decoration: none;
}

ul.pagination li.pagination {
	float: left;
	margin: 0 1em 1em 0;
	
}
ul.pagination li.active {
	font-weight: bold;
	font-size: 1.2em;
}
