/* $Id: pagelayout.css,v 1.29 2011-06-26 11:59:27 administrator Exp $ */

* {
  box-sizing:border-box;
}

html {
  height:100%;
}

body {
  height:100%;
  margin:0;
  padding:0;
  color:#505D6E;
  background: #a6a9ae;
  background: -moz-linear-gradient(left, #a6a9ae 0%, #bebfc1 50%, #a6a9ae 100%);
  background: -webkit-linear-gradient(left, #a6a9ae 0%,#bebfc1 50%,#a6a9ae 100%);
  background: linear-gradient(to right, #a6a9ae 0%,#bebfc1 50%,#a6a9ae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6a9ae', endColorstr='#a6a9ae',GradientType=1 );
}

body.body-login {
  background: #9baf3c;
  background: -moz-radial-gradient(center, ellipse cover, #9baf3c 0%, #85974b 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #9baf3c 0%,#85974b 100%);
  background: radial-gradient(ellipse at center, #9baf3c 0%,#85974b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9baf3c', endColorstr='#85974b',GradientType=1 );
}


.iwindow{
    text-align: left;
    margin: 0 auto;
	position: relative;
	top: 0px;
	left: 0px;
	width: 1000px;
	border: 0px solid red;
	background: transparent;
	min-height: 800px;
}

.imap{
	background-color: transparent;
	border: none;
	width: 680px;
	height: 410px;
	text-align: center;
	border: 1px solid #bcc;
}

.piedashlet{
	background-color: transparent;
	border: none;
	width: 680px;
	height: 350px;
	text-align: center;
	border: 1px solid #bcc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.bardashlet{
	background-color: transparent;
	border: none;
	width: 680px;
	height: 400px;
	text-align: center;
	border: 1px solid #bcc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.mw1200 { max-width:1400px; margin:0 auto; }

#header {
  position:fixed;
  left:0;
  right:0;
  top:0;
  height:10em;
  z-index:99998;
}

#header-helper {
  position:relative;
}

#logo-container .mw1200 {
  background:#fff;
  position:relative;
  height:10em;
}

#nav-meta {
  position:absolute;
  right:0;
  top:0;
  margin-left:17em;
  padding:0.5em;
}

#nav-meta ul,
#nav-meta li {
  display:inline;
}

#nav-meta li:not(:first-child):before {
  content: " | ";
}

#logo img {
  display:block;
  max-width:17em;
  padding:1em;
}

#nav-main {
  /*background:#9BAF3C;*/
  position:absolute;
  bottom:0;
  left:0;
  right:0;
}

#nav-main .mw1200 {
  background:#9BAF3C;
}

#nav-main nav {
}

#nav-main .mw1200:before { content:""; display:table; }
#nav-main .mw1200:after { content:""; display:table; clear:both; }

#nav-main li {
  float:left;
  display:block;
  background:#9BAF3C;
}

#nav-main li li {
  float:none;
}

#nav-main li > ul {
  position:absolute;
  z-index:99999;
  display:none;
}

#nav-main li:hover > ul {
  display:block;
}

#nav-main a {
  padding:1em;
  color:#fff;
  display:block;
  text-decoration:none;
  transition:background 0.5s;
}

#nav-main a:hover,
#nav-main a:focus {
  background:#505D6E;
}

#content-main .mw1200 {
  background:#fff;
  min-height:100vh;
  padding-top:10em;
  padding-bottom:4em;
}

#content-login {
   background: url(../theme/images/bg.login.jpg) no-repeat top left;
   width:1200px;
   height:490px;
   position:absolute;
   left:50%;
   top:50%;
   transform:translate(-50%, -50%);
   box-shadow:0 5px 57px rgba(0,0,0,0.52);
}

#content-login .mw1200 {
  position:relative;
  height:490px;
}

#content-login .msghint {
  background:rgba(49,57,68,0.67);
  color:#fff;
  border:none;
  border-radius:0;
  width:auto;
  font-size:1.5em;
  padding:0.5em;
  display:none;
}

#content-login .msgsuccess,
#content-login .tabularobject {
  background:rgba(49,57,68,0.67);
  color:#fff;
  border:none;
  border-radius:0;
  width:28em;
  height:12em;
  padding:1em 1em 0.5em 1em;
  font-size:1.5em;
  position:absolute;
  left:50%;
  top:40%;
  transform:translate(-50%, -50%);
  box-shadow:0 5px 57px rgba(255,255,255,0.52);
}

#content-login .msgsuccess a {
  color:#fff;
  text-decoration:underline;
}

#content-login .tabularobject br {
  display:none;
}

#content-login .tabularobject td {
  vertical-align:baseline;
}

#content-login .inputlabel {
  font-weight:700;
  text-shadow:2px 2px 5px rgba(0,0,0,0.52);
}

#content-login input[type=text],
#content-login input[type=password] {
  border:none;
  border-radius:0;
  width:16em;
  box-shadow:inset 2px 2px 3px rgba(0,0,0,0.2);
}

#nav-footer {
  /*background:#505D6E;*/
  color:#CCD3DC;
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  height:2.75em;
}

#nav-footer .mw1200 {
  background:#505D6E;
}

#nav-footer nav {
  padding:0.75em 1em;
}

#nav-footer a {
  text-decoration:none;
  color:#CCD3DC;
}

#nav-footer a:focus,
#nav-footer a:hover {
  color:#fff;
}

#nav-footer ul,
#nav-footer li {
  display:inline;
}

#nav-footer li:not(:first-child):before {
  content: " | ";
  color:#808C9C;
}

#headerLeft {
	height: 100px;
	width: 250px;
	float: left;
	text-align: right;
}

#headerRightText {
	margin-top: 5px;
	margin-left: 0px;
	background: transparent;
	color: #fff;
	text-align: center;
}

#headerRight {
	margin: 0pt;
	width: 750px;
	position: absolute;
	left: 250px;
	top: 0px;
	height: 40px;
	background: transparent;
}

#logo img {
  display:block;
  max-width:17em;
  padding:1em;
}

#supercleanfooter {
	margin-top: 20px;
	margin-left:280px;
	border-top: 0px solid #0000cc;
	clear: both;
}

#fmenu {
	float: left;
	width: 200px;
	min-height: 100px;
	font-size: 90%;
	margin-left: 50px;
	margin-top: 30px;
	padding: 0px;
	padding-bottom: 0px;
	background: #fefefe;
	color: white;
	font-size: 10pt;
	position: fixed;
}

.roundedcornermenu_top div {
   background: url(../theme/images/maincorner_tl.png) no-repeat top left;
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornermenu_top {
   width: 100%;
   height: 20px;
   font-size: 1px;
   display:none;
}
.roundedcornermenu_bottom div {
   background: url(../theme/images/maincorner_bl.png) no-repeat bottom left;
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornermenu_bottom {
   width: 100%;
   height: 20px;
   font-size: 1px;
   display:none;
}

/**for the ie something special...*/
*html #fmenu {
	float: left;
	width: 180px;
	height: 250px;
	font-size: 90%;
	margin-left: 30px;
}

#fmenu h3 {
	margin: 0;
	padding: 0;
}

#menulist{
	margin: 0px;
	padding: 0px;
	z-index: 100;
	margin-left: 15px;
}

ul{
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}

ul.discstyle{
	list-style-type: disc;
	margin: 2px;
	padding-left: 15px;
	padding-top:2px;
}

ul.discstyle li{
	padding-top:2px;
}

#menulist li{
	margin-left: 3px;
}

.contentform{
	/*
	background: transparent;
	margin: 0 30px;
	min-height: 600px;*/
}

#supercleancontent {
	/*
	margin-left: 250px;
	margin-top: 0px;
	width: 750px;

	z-index: 1;
	padding: 0px;

	background: #ffff;
	*/
	padding:1em;
}

.datepickerfield{
	background: url(../theme/images/icons/calendar.png) no-repeat center right;
	width: 100px;
	box-shadow: none;
	border: 1px solid #BBCCCC;
	margin-right: 10px;
}

.roundedcorner_top div {
   background: url(../theme/images/maincorner_tl.png) no-repeat top left;
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcorner_top {
   background: url(../theme/images/maincorner_tr.png) no-repeat top right;
   width: 100%;
   height: 20px;
   font-size: 1px;
   display:none;
}
.roundedcorner_bottom div {
   background: url(../theme/images/maincorner_bl.png) no-repeat bottom left;
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcorner_bottom {
   background: url(../theme/images/maincorner_br.png) no-repeat bottom right;
   width: 100%;
   height: 20px;
   font-size: 1px;
   display:none;
}

.cssCalendar {
	position: relative;
	margin-left: 0px;
	font-size: 90%;
	height: 588px;
	width: 1080px;
}

.cssCalendar img {
	width: *%;
	height: *%;
	z-index: 91;
}

.cssLegend {
	position: absolute;
	z-index: 200;
	background-color: #ffffff;
	padding: 3px;
	margin: -3px;
	border: 1px solid #7F7F7F;
	padding-bottom: 5px;
	padding-top: 5px;
}

.fixedBooking{
	background-color: #f52a2a;
}

.cssLegendItem{
	margin: 0px;
	margin-top: 5px;
	vertical-align: middle;
}

.cssLegendIcon{
	float: left;
	padding: 3px;
}

.cssLegendText{
	margin: 0px;
	margin-left: 27px;
	margin-bottom: 10px;
}

.cssWeekHeader {
	text-align: center;
	background-color: transparent;
	width: inherit;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.cssVerticalGrid{
	padding: 0px;
	margin: 0px;
	border-right: 1px dotted #bcc;
	z-index: 100;
}

.cssHorizontalGrid{
	padding: 0px;
	margin: 0px;
	border-top: 1px dotted #bcc;
	z-index: 90;
}

.cssBreakTime{
	padding: 0px;
	margin: 0px;
	/**border: 1px dotted red;*/
	border-top: 1px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: dotted;
	border-color: red;
	overflow: hidden;
	font-size: 1px;
	z-index: 100;
}

.cssWeekHeaderItem {
	border: 0px solid red;
	float: left;
	background-color: #CDDDDD;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

.cssWeekData {
	clear: left;
	width: inherit;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.cssWeekDataItem,.cssWeekTimeItem {
	vertical-align: bottom;
	position: absolute;
	border: 0px solid gray;
	overflow: hidden;
	background-color: white;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

/*
.cssWeekDataItem:hover,.cssWeekTimeItem:hover {
	overflow: auto;
}*/

.cssWeekDataItem {
	font-size: 8pt;
	overflow: hidden;
}

/* calendar format for even months*/

.cssWeekDataItem.moneven.disabled.vacancy {
	background: none;
	background-color: #F0F0F0;
	cursor: auto;
	z-index: 9;
}

.cssWeekDataItem.moneven.vacancy {
	background: url(../theme/images/book.png) no-repeat top right;
	cursor: pointer;
	background-color: #BEFFBE;
	z-index: 10;
}

.cssWeekDataItem.moneven.unavailableslot {
	background-color: #FFC880;
	background-color: #F0F0F0;
	z-index: 89;
}

.cssWeekDataItem.moneven.booking{
	background: url(../theme/images/editbooking.png) no-repeat top left;
	cursor: pointer;
	background-color: #FFFF96;
	border-top: 1px dotted #CDDDDD;
	z-index: 99;
}



/* calendar format for odd months*/

.cssWeekDataItem.monodd.disabled.vacancy {
	background-color: #F0F0F0;
	z-index: 9;
}

.cssWeekDataItem.monodd.vacancy {
	background: url(../theme/images/book.png) no-repeat top right;
	cursor: pointer;
	background-color: #BEFFBE;
	z-index: 10;
}

.cssWeekDataItem.monodd.unavailableslot {
	background-color: #FFC880;
	background-color: #F0F0F0;
	z-index: 89;
}

.cssWeekDataItem.monodd.booking{
	background: url(../theme/images/editbooking.png) no-repeat top left;
	cursor: pointer;
	background-color: #FFFF96;
	border-top: 1px dotted #CDDDDD;
	z-index: 99;
}

cssWeekDataItem.monodd.booking.region26160{
	background-color: #FF0015;
}

.cssWeekDataItem.monodd.booking.blocked {
	background: url(../theme/images/edit_blocked.png) no-repeat top left;
	background-color: #F0f0f0;
	z-index: 89;
}

.cssWeekDataItem.moneven.booking.blocked {
	background: url(../theme/images/edit_blocked.png) no-repeat top left;
	background-color: #F0f0f0;
	z-index: 89;
}

.cssWeekDataItem.monodd.booking.leave {
	background: url(../theme/images/edit_leave.png) no-repeat top left;
	background-color: #F0f0f0;
	z-index: 89;
}

.cssWeekDataItem.moneven.booking.leave {
	background: url(../theme/images/edit_leave.png) no-repeat top left;
	background-color: #F0f0f0;
	z-index: 89;
}

.cssWeekDataItem.monodd.booking.sick {
	background: url(../theme/images/edit_krank.png) no-repeat top left;
	background-color: #F0f0f0;
	z-index: 89;
}

.cssWeekDataItem.moneven.booking.sick {
	background: url(../theme/images/edit_krank.png) no-repeat top left;
	background-color: #F0f0f0;
	z-index: 89;
}

.cssWeekDataItem.moneven.booking.leave {
	background-color: #F0f0f0;
	z-index: 89;
}

.cssWeekDataItem.monodd.booking.holiday {
	background: none;
	cursor: auto;
	background-color: #F0f0f0;
	z-index: 79;
}

.cssWeekDataItem.moneven.booking.holiday {
	background: none;
	cursor: auto;
	background-color: #F0f0f0;
	z-index: 79;
}

/* for legend */

.cssLegendBreak{
	margin: 2px;
	border-top: 1px dotted red;
	border-bottom: 1px dotted red;
	width: 16px;
	height: 10px;
	float: left;
}

.cssLegendUnavailableslot{
	border: 1px solid #CDDDDD;
	float: left;
	width: 16px;
	height: 16px;
	padding: 2px;
	background-color: #F0F0F0;
}

.cssLegendVacancy{
	border: 1px solid #CDDDDD;
	float: left;
	width: 16px;
	height: 16px;
	padding: 2px;
	background-color: #BEFFBE;
}

.cssLegendBooking{
	border: 1px solid #CDDDDD;
	float: left;
	width: 16px;
	height: 16px;
	padding: 2px;
	background-color: #FFFF96;
}

.button:hover {
	/*thanks to http://www.css3.me/ */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 2px #000000;
	-webkit-box-shadow: 0px 0px 2px #000000;
	box-shadow: 0px 0px 2px #000000;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffa508', endColorstr = '#ff731f');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffa508', endColorstr = '#ff731f')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffa508, #ff731f);
	background-image: -ms-linear-gradient(top, #ffa508, #ff731f);
	background-image: -o-linear-gradient(top, #ffa508, #ff731f);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffa508), to(#ff731f));
	background-image: -webkit-linear-gradient(top, #ffa508, #ff731f);
	background-image: linear-gradient(top, #ffa508, #ff731f);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/

}

.button{
	margin-left: 0px;
	margin-right: 5px;
	padding: 1px;
	width: 125px;
	min-width: 125px;
	cursor:pointer;
	border-width:1px;
	border-style:outset;
	height: 25px;

/*thanks to http://www.css3.me/ */
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 2px #000000;
-webkit-box-shadow: 0px 0px 2px #000000;
box-shadow: 0px 0px 2px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr = '#fcfcfc', endColorstr = '#b8b8b8');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr = '#fcfcfc', endColorstr = '#b8b8b8')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #fcfcfc, #b8b8b8);
background-image: -ms-linear-gradient(top, #fcfcfc, #b8b8b8);
background-image: -o-linear-gradient(top, #fcfcfc, #b8b8b8);
background-image: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#b8b8b8));
background-image: -webkit-linear-gradient(top, #fcfcfc, #b8b8b8);
background-image: linear-gradient(top, #fcfcfc, #b8b8b8);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/

}

.button.large{
	width: 160px;
	min-width: 160px;
}

.button.small{
	width: 65px;
	min-width: 65px;
}

.executionTime {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: -20px;
	padding: 0px;
	border: 1px none #bcc;
	width: 668px;
	font-size: 7pt;
	color: #bcc;
}

.searchControl, .multiPageControl{
	border: 1px solid #CDDDDD;
	padding: 5px;
	margin:0px;

	-webkit-border-radius: 7px;
 	border-radius: 7px;
}

div.searchControl form{
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}

.overViewCalendarControl{
	padding: 0px;
	margin:10px;
}

.controllIcon{
	padding-right: 10px;
}

.controllIcon_0{
	padding-right: 10px;
	display: none;
	visibility: hidden;
}

.controllIcon_1{
	padding-right: 10px;
}

.leftspacer{
	margin-left: 50px;
}



/** adjust width to give additional 50px usable width, including on tablets (ipad2 & ipad mini upwards)*/

#fmenu {
	margin-left: 5px;
}

#supercleancontent {
/*	margin-left: 205px;*/
	width: auto;
}

#supercleanfooter {
	margin-left: 230px;
}

.msghint, .sql{
	width: 830px;
}

.error, .msgerror, .msgwarning, .msgsuccess, .msgtxt, .msghelp {
	width: 678px;
}

table.selectlist, .tabularobject {
	width: 830px;
}

.piedashlet, .bardashlet {
	width: 730px;
}

/* TERMINPLANER */

/*
#pf-terminplaner-nav,
#pf-terminplaner-nav *,
#pf-terminplaner,
#pf-terminplaner * { padding:0; margin:0; color:inherit; font-size:inherit; font-family:inherit; }
*/

#pf-terminplaner-nav ul {
  display:flex;
  flex-wrap:wrap;
  list-style-type:none;
  margin:0.25rem;
  justify-content:center;
}

#pf-terminplaner-nav li {
  margin:0.25rem;
}

#pf-terminplaner-nav span {
  display:block;
  padding:0.3rem 0.5rem;
}

#pf-terminplaner-nav a {
  display:block;
  padding:0.3rem 0.5rem;
  background:#9BAF3C;
  color:#fff;
  transition: background-color 0.3s;
  text-decoration:none;
}

#pf-terminplaner-nav a:hover,
#pf-terminplaner-nav a:focus {
  background-color:505D6E;
}

 #jobquotehours::-moz-placeholder{color:black;} 
  
#pf-terminplaner-form {
  display:flex;
  flex-wrap:wrap;
  width:100%;
  margin-bottom:30px;
}
#pf-terminplaner-form-left {
  width:50%;
  overflow-x:hidden;
}

#pf-terminplaner-form-right {
  width:50%;
  overflow-x:hidden;
  padding-right:10px;
}

#pf-terminplaner {
  display:flex;
  flex-wrap:wrap;
  width:100%;
  border:1px solid #aaa;
}

#pf-terminplaner-tl {
  width:20%;
  border:1px solid #aaa;
  overflow:hidden;
}

#pf-terminplaner-tr {
  width:80%;
  border:1px solid #aaa;
  overflow-x:hidden;
  overflow-y:scroll;
}

#pf-terminplaner-bl {
  width:20%;
  height:55vh;
  max-height:55vhrem;
  border:1px solid #aaa;
  overflow-y:hidden;
  overflow-x:scroll;
}

#pf-terminplaner-br {
  height:55vh;
  max-height:55vh;
  width:80%;
  border:1px solid #aaa;
  overflow:scroll;
  position:relative;
}

#pf-tp-zeitleiste {
  display:flex;
  flex-wrap:wrap;
  overflow:hidden;
}

.pf-tp-zeitleiste-tag {
  text-align:center;
  font-weight:700;
  line-height:2;
  border:1px solid #aaa;
}

.pf-tp-zeitleiste-feld {
  border:1px solid #ccc;
  background:#fff;
}

.pf-tp-zeitleiste-feld:nth-child(odd) {
  background:#fafafa;
}

.pf-tp-zeitleiste-uhrzeit {
  transform:translateX(-50%);
  display:inline-block;
  background:rgba(255,255,255,0.7);
  min-width:1.3rem;
  text-align:center;
  line-height:1.1;
}

#pf-tp-mitarbeiterliste {
  display:flex;
  flex-direction:column;
  width:100%;
}

.pf-tp-mitarbeiterliste-mitarbeiter {
  border:1px solid #ccc;
  overflow:hidden;
  padding:0 0.5rem;
  background:#fff;
}

.pf-tp-mitarbeiterliste-mitarbeiter:nth-child(even) {
  background:#fafafa;
}

#pf-tp-matrix {
  position:relative;
  display:flex;
}

.pf-tp-matrix-eintrag.is-holiday,
.pf-tp-matrix-eintrag.is-leave {
  z-index:8;
}

.pf-tp-matrix-eintrag {
  position:absolute;
  padding:0 0.5rem;
  cursor:pointer;
  z-index:9;
  overflow:hidden;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

.pf-tp-matrix-eintrag.warning {
  background:rgba(255,0,0,0.7) !important;
  color:#fff;
  z-index:10;
}

.pf-tp-matrix-tag {
}

.pf-tp-matrix-zeile {
  display:flex;
  background:#fff;
}

.pf-tp-matrix-zeile:nth-child(even) {
  background:#fafafa;
}

.pf-tp-matrix-feld {
  border:1px solid #ccc;
}

.pf-tp-matrix-feld:nth-child(even) {
  background:#fafafa;
}

.pf-tp-matrix-feld.pause {
  background:#fdd;
}

.pf-tp-matrix-feld.pause.warning {
  background:#faa;
}

.pf-tp-matrix-feld.first {
  border-left-color:#666;
}

#pf-tp-tooltip {
  position:absolute;
  right:1rem;
  bottom:1rem;
  background:#fff;
  z-index:999;
}

#pf-tp-tooltip .fixedBooking{
  background-color: #f00;
}

::-moz-placeholder { /* Code for Firefox */
    color: #0B6B87;
    opacity: 0.5;
}

::-webkit-input-placeholder { /* Chrome, Edge, Safari and Opera */
    color: #B7BBBC;
    opacity: 0.5;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #0B6B87;
    opacity: 0.5;
}

::placeholder {
    color: #717678;
    opacity: 0.5;
}