.rowlink, .clickable { cursor: pointer; }
.rowlink:hover, .clickable:hover {  }
.even {background: #eee; }


/* STATUS COLORS
-------------------------------------------------- */
.status-grey { color: #bbb; }
.status-green { color: #393; }
.status-red { color: #933; }
.status-orange { color: #FFA500; }
.status-yellow { color: #FFFF33; }
.status-blue { color: #003399; }


/* LOGINFORM
-------------------------------------------------- */
.minimal-login #loginform h2 { display:none; }
#loginform {padding: 30px; box-shadow: 0 0 10px #666; background: #fff; min-width: 400px; }
.two-factor-code { width: 450px; }
.two-factor-code input[name=CODE_2FA] { font-size:2em; letter-spacing: 10px; }


/* YES / NO PAGE
-------------------------------------------------- */
#yesnoform { display: inline-flex; } /* fix für Fancybox */
#yesno { margin: 10% auto; background: url('../images/fragezeichen.png') bottom right no-repeat; height:200px; min-width: 700px;}
#yesno p { padding-right: 100px; }
#yesno .btn { width:100px; margin-top:50px;}

/* FORMS + JFORM
-------------------------------------------------- */
.form-control { background-color: #f4f4f4; color: #000; border: none !important; border-radius: 3px;}
#jform, .jform {
	width:100%;
	padding-top:10px;
}
#jform div.error, .jform div.error { font-size:0.9em;
                                     line-height:1.5em;padding: 2px 5px;background: #FBB; color:black;}
#jform textarea,
.jform textarea,
#jform input[type=text],
.jform input[type=text],
#jform input[type=password],
.jform input[type=password] {
  width:100%;
  border:solid 1px #ccc;
}
#jform div.left,
.jform div.left{
	padding:0px;
	width:30%;
	margin:3px;
  float:left;
	text-align:right;
 }
#jform div.right,
.jform div.right {
	float:right;
	text-align:left;
	width:68%;
}
#jform div.right input[type=radio],
.jform div.right input[type=radio] {
  margin-bottom:8px;
}
#jform div.newline,
.jform div.newline {
  padding-top:6px;
	clear:both;
}
#jform div.right label input,
.jform div.right label input {
  margin:7px;
}
#jform div.right input.short-50,
.jform div.right input.short-50 {
  width:50%; display:inline;
}
#jform div.right input.short-25,
.jform div.right input.short-25 {
  width:25%; display:inline;
}
#jform .required,
.jform .required { font-weight:600; }

.jform-stacked { padding-top:4px;}
.jform-stacked div.left { width:100% !important;  text-align:left !important; display:block !important;}
.jform-stacked div.right { width:100% !important; margin-bottom:4px;}

#jform div.separator h3, .jform div.separator h3 {
  border-bottom: 1px solid #ccc;
}

/* Sheets
-------------------------------------------------- */
#sheetcontainer a.sheet-selector {
	overflow: visible;
	border-bottom: 1px solid #ccc;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

#sheetcontainer nav a span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1em;
}

#sheetcontainer nav li:hover {
  background: #fff;
}
#sheetcontainer nav li.active a:after,
#sheetcontainer nav li.active a:before {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: '';
	pointer-events: none;
}

#sheetcontainer nav li.active a:after {
	margin-left: -10px;
	border-width: 10px;
	border-top-color: #fafafa;
}

#sheetcontainer nav li.active a:before {
	margin-left: -11px;
	border-width: 11.4px;
	border-top-color: #ccc;
}

/* Content */
#sheetcontainer .inner {
  background:#fff;
	position: relative;
	padding: 2%;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.tabs nav ul li.active {
  background: #fff;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}

.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}

.tabs nav li.tab-current a {
	color: #000011;
}

.tabs nav a:focus {
	outline: none;
}


/* User List
---------------------------------------------------*/
ul.userlist {
  list-style-type: none;
  padding:10px;
}
ul.userlist li {
  width: 180px;
  text-align:center;
  box-shadow: 2px 2px 2px #ccc;
  background:#fff;
  padding:10px;
  float: left;
  margin: 10px;
}
ul.userlist li div {
  font-size: 1.2em;
}

/* KPI Count Ups
---------------------------------------------------*/
.kpi-count-up { border: solid 1px #ccc; background:#fff; font-size:3em; height: 100px; text-align:center; overflow:hidden; font-weight:bold; padding:10px; border-radius:0px;}
.kpi-count-up .measureunit { font-size: 18px; margin-left: -8px; }
.kpi-count-up .seperator { padding:0 10px; color:#fff;  font-weight:normal; font-size:0.94em; }
.kpi-count-up .description { font-size:12px; color:#888; text-transform:uppercase; display:block;}
.kpi-count-up .sub-text { font-size:14px; color:#fff; display:block;}
.kpi-count-up .icon { float:left; font-size:3em; color:#ccc; margin-left:-40px;margin-top:-40px;}


/* Allgemeine Elemente
---------------------------------------------------*/
h3.circle { color: #666;
   margin-left: 40px !important;
   display:relative;
   font-size: 1.4em;
   background:#fff;
   box-shadow: 2px 2px 4px #fff;
   border-radius: 30px 0 0 30px;}
p.circle { margin-left: 64px !important; }

.circle-icon { display: table-cell;
  vertical-align: middle;
  text-align: center;
  background:#efefef;
  width: 50px;
  height:50px;
  border-radius: 50%;
  display:inline-block;
  line-height:58px;
  margin-top: 0px;
  margin-left: 4px;
  margin-right: 10px;
}
.circle-icon span { font-size: 1.8em; color:#666;  display: inline-block;}

.dataTable th {
background: white;
  position: sticky;
  top: 0px; /* Don't forget this, required for the stickiness */
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}
.tab-content {
  background: #fff;
  border: 1px solid #ddd;
}
.boxify { background:#fff; border: 0px solid #ccc; border-radius: 5px; padding: 1em; }

.form-sm { padding: 1px 5px; }

@media print {
  .no-print, .no-print * { display: none !important; }
}


