:root {
  font-family: "quicksand", sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-style: normal;
  --buhler-main-color:rgba(0, 131, 123, 1);
  --buhler-border-color:rgba(0,102,93,1);
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	background-color: var(--buhler-main-color);
	color: rgba(255,255,255,1);
	text-align: center;
	border-radius: 4px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Custom styles
----------------------------------*/
.lightbox{
	width: 40%;
	height: 40%;
	position: relative;
	top: 50%;
	left:50%;
	margin-left:-20%;
	margin-top:-20%;
	background-color: rgb(255,255,255);
}
.lightbox-helper{
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 100vh;
	float: none;
	position: absolute;
	top: 0px;
	left: 0px;
}
.lightbox-exit{
	position: relative;
	right: 28px;
	top: 28px;
	text-align: right;
}
.navigation{
	border-radius: 4px 4px 0 0;
}
.navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
}
.navigation ul li {
  display: inline;
  float: left;
  padding: 12px 24px;
  margin: 0px;
  border-radius: 0px;
  border-bottom: 1px;
  border-top: 1px;
  border-left: 1px;
  border-style: solid;
  border-color: rgba(180,180,180,1);
  background-color: rgba(200,200,200,0.6);
}
.navigation ul li:first-child{
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.navigation ul li:last-child{
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-right: 1px;
	border-style: solid;
	border-color: rgba(180,180,180,1);
}
.navigation ul li:hover, .navigation ul li.active{
	background-color: var(--buhler-main-color);
	color: rgba(255,255,255,1);
}
.even{
	background-color: rgba(230,230,230,1);
}
.odd{
	background-color: rgba(220,220,220,1);
}
.hidden-info{
	display: none;
	background-color: rgba(240,240,240,1);
	width: 96%;
	margin-left: 2%;
	padding: 16px;
}
.comment{ 
}
.traffic-light{
	width: 28px;
	height: 28px;
	border-radius: 14px;
	border: 2px solid;
	padding-top: 3px;
}
.traffic-light i{
	display: none;
}
.center.traffic-light{
	position: relative;
	left: 50%;
	margin-left: -14px;
	margin-top: 14px;
}
.blue, .barchart-days div.blue{
	background-color: var(--buhler-main-color);
	border-color: var(--buhler-border-color);
	color: #fff;
}
.black, .barchart-days div.black{
	background-color: rgba(60, 60, 80, 1);
	border-color: rgba(40, 40, 60, 1);
	color: #fff;
}
.grey, .barchart-days div.grey{
	background-color: rgba(140, 140, 160, 1);
	border-color: rgba(110, 110, 130, 1);
	color: #fff;
}
.red, .barchart-days div.red{
	background-color: rgba(255, 50, 75, 1);
	border-color: rgba(235, 30, 55, 1);
	color: #fff;
}
.orange, .barchart-days div.orange{
	background-color: rgba(255, 140, 60, 1);
	border-color: rgba(235, 120, 40, 1);
	color: #fff;
}
.green, .barchart-days div.green{
	background-color: rgba(0, 200, 110, 1);
	border-color: rgba(0, 180, 90, 1);
	color: #fff;
}
.changeLight{
	padding: 16px 16px 8px 16px;
	background-color: rgba(220,220,220,1);
	border-radius: 4px;
}
.changeLight .exit i{
	display: inline-block;
}
.changeLight .pointer{
	position: absolute;
	left: -20px;
	top: 18px;
	color: rgba(220,220,220,1);
}
.changeLight div{
	margin-bottom: 8px;
}
.options{
	text-align: center;
}
.options a{
	width: 100%;
	display: inline-block;
	height:28px;
	padding: 4px 24px;
	border-radius: 4px;
	background-color: var(--buhler-main-color);
	color: rgba(255,255,255,1);
}
.type-delay{
	height: 28px;
	text-align: center;
	padding-top:4px;
	border-radius: 4px;
	color: rgba(255,255,255,1);
}
.type-barchart div{
	height: 28px;
	border-radius: 4px;
	width:100%;
	border:1px solid rgb(160,160,160);
}
.type-barchart div .bar{
	height:26px;
	padding-top:4px;
	text-align: center;
	color: rgba(255,255,255,1);
	border:0px none;
	background-color: rgba(0, 200, 110, 1);
}
.type-datecheck,.type-mbar,.type-std{
	height: 28px;
	text-align: center;
	padding-top: 4px;
	border-radius: 4px;
	color: rgba(255,255,255,1);
}
.type-std{
	height: auto !important;
}
.milestone{
	padding:8px;
}
.milestone.prio{
	background-color: rgba(0, 200, 110, 0.5);
}
.milestone .title{
}
.milestone .description{
	margin-bottom: 8px;
}
.milestone .warning{
}
.milestone .traffic-light{
	margin-top: 4px;
}
.barchart-days div{
	height:26px;
	float:left;
	border-right:2px solid;
}
.barchart-days div:first-child{
	border-radius: 0 0 0 4px;
}
.barchart-days div:last-child{
	border-radius: 0 0 4px 0;
	border-right:0px none;
}
.barchart-days .popup-helper{
	position: relative;
	height: auto !important;
	padding:8px;
	border: 0 none;
	border-radius: 4px 4px 0px 0px !important;
	background-color: rgba(255,255,255,0.9);
	color:rgba(0,0,0,1);
}
.barchart-days .popup-helper div{
	float: none !important;
	width: auto !important;
	height: auto !important;
	border: 0 none !important;
	border-radius: 4px !important;
}
.barchart-days .popup-helper .popup-exit{
	position: absolute;
	right: 8px;
	border: 0px none;
}
.timeline div{
	float:left;
	height: 8px;
}
.timeline div:first-child{
	border-radius: 4px 0 0 0;
}
.timeline div:last-child{
	border-radius: 0 4px 0 0;
}
.fixnav{
	left:auto !important;
	border-radius: 4px 4px 0 0;
}
.handedover{
	color: rgba(255,255,255,1) !important;
	background-color: rgba(0, 200, 110, 1) !important;
}
.lightbox-helper .comment{
	display: block;
	width: 80%;
	margin-left: 10%;
	min-height: 75%;
	margin-top: 3%;
	background-color: rgba(255,255,255,0.9);
	padding: 32px 40px;
}
/* Inline Field */
::-moz-selection {
  color: #d11;
  background: rgba(0, 0, 0, 0.12);
}
::selection {
  color: #c22;
  background: rgba(0, 0, 0, 0.12);
}
input, select {
  outline: none;
  border: solid 1px;
  color:#f39 !important;
}
input:focus, select:focus{
	color:
}
.icons {
  display: none;
}
.text-input{
	display: none;
}
.text-input .input-container {
  position: relative;
  width: 300px;
  height: 45px;
  border-radius: 10px;
  background: auto;
  box-shadow: 0 6.7px 5.3px rgba(0, 0, 0, 0.044), 0 22.3px 17.9px rgba(0, 0, 0, 0.066), 0 100px 80px rgba(0, 0, 0, 0.11);
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1);
}
.text-input .input-container.animate {
  animation: stretch-animation 800ms ease;
}
.text-input .input-container [type=text] {
  width: 300px;
  height: 45px;
  color: rgba(0, 130, 230, 1);
  font-size: 18px;
  letter-spacing: 2px;
  padding: 0px 45px 0px 18px;
  caret-color: #000;
  background: transparent;
  z-index: 5;
}
.text-input .input-container [type=text]::placeholder {
  color: rgba(216, 14, 14, 0.55);
}
@keyframes stretch-animation {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(1.02, 0.98);
  }
  30% {
    transform: scale(0.98, 1.02);
  }
  50% {
    transform: scale(1.02, 0.98);
  }
  100% {
    transform: scale(1, 1);
  }
}
ul.footer{
	text-align: center;
}
.footer li{
	margin: 8px 0 0 0;
}