/* $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;
	width: 1100px;
	height: 400px;
	text-align: center;
	border: 1px solid #bcc;
}

.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-helper {
  position:relative;
}

#logo-container .mw1200 {
    background:#fff;
    position:relative;
    display:flex;
    justify-content: space-between;
    @media (max-width: 768px) {
        flex-wrap: wrap-reverse;
    }
}

#nav-meta {
  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 .mw1200 {
  background:#9BAF3C;
}

#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;
}
#wv {
    color:#9BAF3C;
    font-weight:bold;
}

#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-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 {
    background:rgba(49,57,68,0.67) !important;
    color:#fff;
    border:none;
    border-radius:0;
    width:auto;
    font-size:1.5em;
    padding:0.5em;
    background-image: none !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;

}
#content-login .msgsuccess p{
    margin: 0;
    font-weight: normal !important;
}
#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: 0;
	font-size: 90%;
	height: 588px;
	width: 1080px;
}

.cssCalendar img {
	z-index: 91;
}

.cssLegend {
	position: absolute;
	z-index: 200;
	background-color: #ffffff;
	padding: 5px;
	margin: -3px;
	border: 1px solid #7F7F7F;
}

.fixedBooking{
	background-color: #f52a2a;
}

.cssLegendItem{
	margin: 0px;
	margin-top: 5px;
	vertical-align: middle;
}

.cssLegendIcon{
	float: left;
	padding: 3px;
    max-width: 25px;
}

.cssLegendText{
	margin: 0px;
	margin-left: 27px;
	margin-bottom: 10px;
}

.cssWeekHeader {
	text-align: center;
	background-color: transparent;
	width: inherit;
	margin: 0px;
	padding: 0px;
	position: relative;
    font-weight: bold;
}

.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 {
    display: flex;
    justify-content: center;
    align-items: center;
	position: absolute;
	border: 0;
	overflow: hidden;
	background-color: white;
	margin: 0;
	padding: 0;
}

/*
.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;
    background-size: 16px 16px !important;
}

.cssWeekDataItem.moneven.unavailableslot {
	background-color: #FFC880;
	background-color: #F0F0F0;
	z-index: 89;
}

.cssWeekDataItem.moneven.booking{
	background: url(../theme/images/modern/edit.svg) no-repeat top left;
    background-size: 16px 16px !important;
	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;
    background-size: 16px 16px !important;
	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/modern/edit.svg) no-repeat top left;
    background-size: 16px 16px !important;
	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-size: 16px 16px !important;
	background-color: #F0f0f0;
	z-index: 89;
}

.cssWeekDataItem.moneven.booking.blocked {
	background: url(../theme/images/edit_blocked.png) no-repeat top left;
    background-size: 16px 16px !important;
	background-color: #F0f0f0;
	z-index: 89;
}

.cssWeekDataItem.monodd.booking.leave {
	background: url(../theme/images/edit_leave.png) no-repeat top left;
    background-size: 16px 16px !important;
	background-color: #F0f0f0;
	z-index: 89;
}

.cssWeekDataItem.moneven.booking.leave {
	background: url(../theme/images/edit_leave.png) no-repeat top left;
    background-size: 16px 16px !important;
	background-color: #F0f0f0;
	z-index: 89;
}

.cssWeekDataItem.monodd.booking.sick {
	background: url(../theme/images/edit_krank.png) no-repeat top left;
    background-size: 16px 16px !important;
	background-color: #F0f0f0;
	z-index: 89;
}

.cssWeekDataItem.moneven.booking.sick {
	background: url(../theme/images/edit_krank.png) no-repeat top left;
    background-size: 16px 16px !important;
	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.large{
	width: 160px;
	min-width: 160px;
}

.button.small{
	width: 65px;
	min-width: 65px;
}


a.button {
    color: #fff !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.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;
    max-width: 35px;
}

.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: max-content;
}

.error, .msgerror, .msgwarning, .msgsuccess, .msgtxt, .msghelp {
	min-width: 500px;
}

table.selectlist, .tabularobject,.form-wrapper {
	width: 850px;
}

.piedashlet, .bardashlet {
	width: 1100px;
	heigth: 400px;
}

/* 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 {
    width: 80%;
    margin-left: auto;
}
#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;
    font-weight: bold;
}

#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 {
    cursor: pointer;
    background-color: #8a9c35;
    color: #fff;
}

 #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 {
    overflow-x:hidden;
    padding-right:10px;
    display: flex;
    justify-content: flex-end;
}

#pf-terminplaner-form-right table{width:100%}

#pf-terminplaner {
  display:flex;
  flex-wrap:wrap;
  width:100%;
  border:1px solid #aaa;
}

#pf-terminplaner-tl {
  width:20%;
  border:1px solid #aaa;
  overflow:hidden;
    padding: 0.1rem 0.5rem;
}

#pf-terminplaner-tr {
  width:80%;
  border:1px solid #aaa;
  overflow-x:hidden;
  overflow-y:scroll;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#pf-terminplaner-bl {
  width:20%;
  height:55vh;
  max-height:55vh;
  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 {
  position:relative;
  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 {
	display: none;
  position:absolute;
  right:1rem;
  /*bottom:1rem;*/
  background:#fff;
  z-index:999;
  max-width:30em;
  border-left:2px solid #B7B5B5;
  border-top:2px solid #B7B5B5;
  border-right:2px solid #8A8787;
  border-bottom:2px solid #8A8787;
}
.d-flex {
	display: flex;
}
.align-items-center{
	align-items: center;
}
.ml-2{
	margin-left:2px;
}
.p-4{
	padding: 4px;
}
.gap{
	gap: 3px;
}
#pf-tp-tooltip .fixedBooking{
  background-color: #f00;
}
#pf-tp-tooltip .errorContainer{
	background-color: #ffcccc;
	border: 1px solid #bcc;
	padding:4px;
	margin:4px;
	color:#505D6E;
}
#pf-tp-tooltip input,
#pf-tp-tooltip button{
	margin: auto;
}
#pf-tp-tooltip input:not([type="radio"]),
#pf-tp-tooltip .splitting-row button{
	width:100%;

}
#pf-tp-tooltip select {
	width:100%;
}
#pf-tp-tooltip .duration {
	width: 100% !important;
}
#pf-tp-tooltip .save-btn,
#pf-tp-tooltip .close-btn{
	width: 50%;
}

#pf-tp-tooltip  .option-row {
	display: flex;
	align-items: center; /* Zentriert die Items vertikal */
	gap: 3px; /* Fügt einen Abstand zwischen den einzelnen Elementen hinzu */
	white-space: nowrap; /* Verhindert den Umbruch der Zeile */
}
.status-deleted {
	color:red;
}

::-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;
}

.subheader {
    font-weight: bold;
    margin: 0.5rem 0;
}
