#body {
	font-family: SegoeUI-Regular-final,"Segoe UI",Segoe,Tahoma,Helvetica,Arial,Sans-Serif;
}

.pageContent {
	height: 100%; 
	padding-top: 5px; 
	padding-bottom: 5px;	
}

.pageFooter {
	width: 100%;
	height: 20px;
	position: fixed;
	bottom: 0px;
	font-size: x-small;
	background-color: #FFFFFF;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: black;
}

.cockpitAction {
	border-style: none;
	border-width: 0px;
	position: absolute;
	text-align: right;
	right: 24px;
	top: 0px;
	height: 20px;
	z-index: 100;
}

.cockpitArea {
	height: 100%;
	width: 100%;
	border-style: dotted;
	border-width: 1px;
	border-color: gray;
	padding-bottom: 0px;
	float: left;
}

.cockpitLink {
	color: black;
	display: block;
	/*white-space: nowrap;*/
}

.cockpitDetail {
	font-size: small;
	padding-left: 20px;
	display: block;
}

.cockpitTitle {
	font-weight: bold;
}

.hideOverflow {
	overflow: hidden;
}

.scrollOverflow {
	overflow-y: auto;
	overflow-x: hidden;
}

.scrollOverflowVertical {
	overflow-y: auto;
}

.taskSeparator {
	height: 20px;
	width: 100%;
}

.taskEntry {
	margin-left: 15px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
}

.reportEntry {
	margin-left: 15px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 5px;
	text-indent: 15px;
	display: block;
	background-color: transparent;
	background: url("img/report.gif") no-repeat;
	background-position: 0px 1px;
}

.reportExcel {
	margin-left: 15px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 5px;
	text-indent: 15px;
	display: block;
	background-color: transparent;
	background: url("img/excel_klein.gif") no-repeat;
	background-position: 0px 1px;
}

.reportEmail {
	margin-left: 15px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 5px;
	text-indent: 15px;
	display: block;
	color: #0000DD;
	background-color: transparent;
	background: url("img/email_small.png") no-repeat;
	background-position: 0px 1px;
}

.formLabelSmall {
	font-weight: normal;
	font-size: 0.9em;
}

.punktRow {
	border-bottom: solid;
	border-bottom-width: thin;
	border-bottom-color: #AAAAAA;
}

.alertArea {
	position: absolute;
	text-align: right;
	right: 24px;
	top: 35px;
	padding: 0px;
	border: none;
	z-index: 110;
}

.alert .feedbackPanel {
	padding: 15px;
}

ul.feedbackPanel {
	list-style-type: none;
}

a.cockpitLink {
	color: black;
}

.currency {
	text-align: right;
	appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: none; 
  	margin: 0;
  	padding-right: 5px; 
}

.percent {
	text-align: right;
	appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: none; 
  	margin: 0;
  	padding-right: 5px; 
}

.currency::-webkit-inner-spin-button, 
.currency::-webkit-outer-spin-button,
.percent::-webkit-inner-spin-button, 
.percent::-webkit-outer-spin-button  {
	-webkit-appearance: none; 
}

.changed {
	color: red;
}

.new {
	color: red;
}

.closed {
	color: gray;
}

.panel-small {
	
}

.panel-body-small {
	padding: 5px;
}

.panel-heading-small {
	padding: 5px;
}

::placeholder {
  font-size: 75%;
}

.select2-selection__placeholder {
  font-size: 75%;
}

.nowrap {
	white-space: nowrap;
}

.zoom {
	z-index: 1000;
}

.zoom:hover {
	transform: scale(10.0);	
}

.loginFormFeedback {
	padding: 0px; 
	border: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.projektstatus {
  height: 20px;
  width: 20px;

  border-radius: 50%;
  border-color: gray;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  box-sizing: content-box;
}

.projektstatus1 {
  background-color: #00B400;
}

.projektstatus2 {
  background-color: #90EE90;
}

.projektstatus3 {
  background-color: yellow;
}

.projektstatus4 {
  background-color: orange;
}

.projektstatus5 {
  background-color: red;
}