button.fc-month-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right.fc-state-active {
    display: none;
}
button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right {
    display: none;
}
.fc-dayGrid-view .fc-day-number, .fc-dayGrid-view .fc-week-number {
    padding: 0 5px;
}
.fc table {
    margin-bottom: 0 !important;
}
.fc-dayGrid-view .fc-body .fc-row {
    min-height: 2.6em;
}
.fc-center h2 {
    font-size: 1.5em;
    color: #fff;
}
.fc-event {
    border: unset;
    border-radius: unset;
    line-height: unset;
    margin: unset;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    display: block;
    text-align: center;
    height: 0px;
}
.fc-day-top.fc-other-month {
    opacity: .3;
    z-index: 2;
    position: relative;
}
a:hover.fc-day-grid-event.fc-h-event.fc-event {
    background: #c1c1c1 !important;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    float: unset;
}
.fc-content-skeleton {
    padding-bottom: 0 !important;
}
tr:first-child>td>.fc-day-grid-event {
    height: 45px;
    margin: unset;
}
td.fc-more-cell {
    background: #2eba9f !important;
    line-height: 1em;
    padding-top: 20px;
    text-align: center;
}
a.fc-more {
    color: #fff !important;
}
span.fc-day-number {
    z-index: 1;
    position: relative;
}
.fc-event .fc-content {
    top: 20px;
    text-align: center;
}
th.fc-day-header.fc-widget-header {
    background: #3e464c;
    color: #fff;
    font-weight: unset;
}
.fc button .fc-icon {
    color: #fff;
}
button.fc-next-button.fc-button.fc-state-default.fc-corner-right, button.fc-prev-button.fc-button.fc-state-default.fc-corner-left {
    background: transparent;
}
.fc-toolbar.fc-header-toolbar {
    background: #91d569;
    margin-bottom: unset;
}
.fc-center {
    float: right;
    padding-right: 10px;
}
button.fc-today-button.fc-button.fc-button-primary, button.fc-dayGridMonth-button.fc-button.fc-button-primary.fc-button-active {
    display: none;
}
.fc-popover.fc-more-popover .fc-event .fc-content {
    top: 0px;
}
.fc-button-primary {
    color: #fff;
    background-color: #91d569;
    border-color: #91d569;
}
.fc-view.fc-dayGridMonth-view.fc-dayGrid-view {
    background: #f9f9f9;
}
span.fc-time {
    display: none;
}
.fc-unthemed td.fc-today {
    background: #e5e5e5;
}
td.fc-more-cell {
    background: #ec6a5c !important;
}
/*Esemény dobozok*/
.esemeny-doboz {
    border: 1px solid hsl(216.12deg 100% 20.2%);
    border: 1px solid hsla(0,0%,60%,.5);
    -webkit-box-shadow: 0 0 2px 1px hsla(0,0%,60%,.3);
    box-shadow: 0 0 2px 1px hsla(0,0%,60%,.3);
    margin-bottom: 30px;
    background: #fff;
}
.esemeny-csik {
    border: 3px solid #91d569;
    margin: 0 -15px;
}
.esemeny-eve {
    background: #91d569;
    color: #fff;
    width: fit-content;
    padding: 2px 8px;
}
.gray-bg {
    background: #f4f4f4;
    margin-left: -15px;
    min-height: 115px;
}
.esemeny-cime {
    font-size: 1.2em;
    padding: 10px 5px 10px 0;
    line-height: 1.3em;
}
.esemeny-helyszine {
    display: initial;
    padding: 2px 5px;
    background: #f5f5f5;
    font-size: 0.9em;
}
.esemeny-kezdo i, .esemeny-ora i, .esemeny-helyszine i {
    color: #ec6a5c;
}
.esemeny-kezdo {
    font-weight: 700;
    padding-top: 8px;
    text-transform: uppercase;
}

.fc-title{
	display:none;
}

/* Eltüntetjük a FullCalendar által generált fix, hosszú esemény sávokat */
.fc-content-skeleton tbody {
  display: none !important;
}

/* Előkészítjük a napok celláit a jelölőknek */
td.fc-day {
  position: relative;
}

/* Létrehozzuk a kis csíkok konténerét a cella alján */
.fc-day-indicators {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  z-index: 10;
}

/* A csíkok kinézete */
.fc-day-indicators .indicator {
  width: 20px;
  height: 4px;
  border-radius: 2px;
  display: block;
}
.fc-day-indicators .ind-rendezveny { background-color: #fa6b4f; }
.fc-day-indicators .ind-partner { background-color: #86c461; }
.fc-body{
	background-color:#f1f1f1;
}

.fc-bg td.fc-day {
  background-color: #f4f4f4;
}

td.fc-day.holiday-bg {
  background-color: #ffffff !important;
}
.holiday-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}