.d-noneNi {
	display:none;
}
.colorBlue {
	color: #0c63e4;
}

.colorDarkRed {
	color: #b40000;
}
.cbGreen {
	filter: hue-rotate(265deg);
}
.hgcolorTimeOver {
	background-color: #eee!important;
}

.fw-semibold {
	font-weight: 600 !important;
}

.clean-block .block-heading p {
  max-width: 80%;
}

.clean-block.payment-form .card-details label {
  text-transform: unset;
	margin-bottom: 5px;
}

.accordion-button {
	font-weight:600;
}

.accordion-button i {
  margin-left: 20px;
  font-size: 19px;
}

.accordion-button.user {
  background-color: #f4f4f4;
}
.accordion-button.user:not(.collapsed) {
  background-color: #e1e1e1;
}

.form-control {
  display: inline-block;
}

.clean-block.payment-form form {
  max-width: 800px;
}

.dayBoxInner {
  background-color: #e0f9ff;
  padding: 10px 20px;
  line-height: 1.3;
  position: relative;
}

.boxAnzahl {
	position:relative;
}

.fieldAnzahl {
  width: 50px;
}

.eingeruecktesMal {
  position: absolute;
  top: 8px;
}

.boxMenueTitle p {
	margin-bottom: 0;
}

.menueItem {
	background-color: #e0f9ff;
  position:relative;
}

.menueItem:last-of-type .itemIcons .btnPlus {
	display:flex!Important;
}
/*
.menueItem:last-of-type .itemIcons .btnPlus.new {
	display:none!Important;
}
*/
.menueItem:first-of-type .itemIcons .btnMinus {
	display:none;
}

.dayBoxInner .itemIcons.persOrder {
  position: absolute;
  right: 12px;
  bottom: 0;
}

.dayBoxInner .itemIcons.persOrder:nth-child(2) {
	display:none;
}

.itemIcons {
  display: flex;
  font-size: 1.5rem;
  align-items: baseline;
  width: 100%;
  justify-content: flex-end;
}

.itemIcons a {
  text-decoration: none;
}

.itemIcons i {
  display: block;
  margin-left:10px;
}

.fa-unlock-alt, .fa-lock{
  position: relative;
	bottom:3px;
}
.popover-header {
  font-size: 1rem!Important;
  font-weight: 600;
}
.accordion-item {
	position: relative;
}
input.cb_bezahlt {
  position: absolute;
  z-index: 10;
  top: 18px;
  left: 14px;
  transform:scale(1.5);
}
.boxNotes li {
	line-height:1.2;
  margin-bottom: 7px;
}
#linkNewNote {
	font-size: 20px;
}
button.accordion-button.noPay {
  background-color: #ffe7e7;
}

@media only screen and (max-width: 575.98px) {
  .clean-block .block-content {
    padding: 0!Important;
    margin-left: -12px;
    margin-right: -12px;
  }
  .clean-block.payment-form .card-details {
    padding: 25px 15px;
  }
  .clean-block.payment-form .card-details label {
    font-size: 16px;
  }
  .accordion .accordion-body.votes {
  	padding:0;
  }
  .itemIcons {
    /*float: right;*/
  }
	#buttonNotes button {
  	padding: 6px;
    font-size: 26px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 576px) {
	textarea#textareaNotes {
  	height: 62px;
  }
	button#buttonNotes {
  	height: 62px;
    font-size: 26px;
  }
}

@media only screen and (max-width: 767.98px) {
	h3 {
  	font-size: 1.3rem!Important;
  }
  #formVote, #formNewMenue {
    margin-left: -12px;
    margin-right: -12px;
  }
  .eingeruecktesMal {
    left: 71px;
  }
  .dayBoxInner>p {
    font-size:1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .eingeruecktesMal {
    left: 83px;
  }
}
@media only screen and (min-width: 768px){
	h3 {
  	font-size: 1.5rem!Important;
  }
}
@media only screen and (min-width: 992px){
  .eingeruecktesMal {
    left: 93px;
  }
  .dayBoxInner>p {
    font-size:1.2rem;
  }
}

/* ########## Litepicker ########## */

.litepicker .container__months .month-item-header {
	font-size:16px;
}
.litepicker .container__days,
.litepicker .container__months .month-item-weekdays-row>div,
.litepicker .container__days .week-number {
	font-size:14px!Important;
}
.litepicker .container__days .week-number,
.litepicker .container__months .month-item-weekdays-row>div:first-of-type {
	color:#0d6efd;
}
.litepicker .container__days .day-item.is-today {
	font-weight:700!Important;
}
.litepicker .container__days .day-item.is-end-date {
	background-color: #3d8bff;
}

