#tc_calendar {
    width: 100%;
}

#tc_calendar table {
    margin-bottom: 0;
    margin-top: 0;
}

#tc_calendar .fc-widget-header,
#tc_calendar .fc-widget-content {
    padding: 0;
}

#tc_calendar a {
    text-decoration: none;
}

#tc_calendar .fc-center h2 {
    margin-top: 3em;
}

#tc_calendar a.fc-day-grid-event,
#tc_calendar a.fc-time-grid-event,
#tc_calendar td .fc_show_event{
    color: #fff;
    padding: 7px;
}

.fc-daygrid-event-dot {
    display: none;
}

.fc-event-time,
.fc-event-title {
    display: inline-block;
}

#tc_calendar a {
    flex-flow: wrap;
}

#tc_calendar td {
    position: relative;
}

#tc_calendar .fc_show_event {
    font-size: 0.95em;
    color: #fff;
}

.fc-day-header {
    font-size: 0.95em;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 0;
}

.tc-responsive-event {
    display: none;
}

/* event calender hover image*/
.fc-event-container{
  position: relative;
  z-index: 0;
}
.fc_event_image_show{
  display: none;
}
.fc_show_event{
  position: absolute;
  top: -80px;
  background-color:#eae9d4;
  -webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
  -moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
  box-shadow: 0 0 6px rgba(132, 132, 132, .75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-size: cover !important;
  z-index: 9999;
  padding: 10px !important;
}

.fc_show_event div {
    line-height: 1.2em;
}

.fc_show_event a{
    background: none;
    border: none;
    background-color: rgba(46, 43, 43, 0.6);
    margin:0px;
    min-width: 140px;
    min-height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
}
.fc_show_event a .fc-content{
   margin: 0 auto;
}

.fc-event{
	border:none;
}
.fc-day-grid-container{
	height:auto !important
}
.fc-scroller {
   overflow: visible;
}
.fc-scroller > * {
    overflow: visible;
}
.fc-row tr:not(:first-child) td:first-child .fc_show_event{
	left: 0;
	right: inherit !important;
}
.fc-row td:nth-child(7) .fc_show_event,.fc-row tr:not(:first-child) td .fc_show_event{
	right: 0;
}

.fc-view-container {
    overflow: visible !important;
}

/* event calender hover image*/

@media only screen and (max-width : 480px) {

    .tc-responsive-event {
        position: absolute;
        z-index: 9999999;
        background-color: #fff;
        padding: 8px 12px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 5px  rgba(0, 0, 0, 0.2);
    }

    /* .fc-event-container .fc-content {
        display: none;
    } */

    .fc-event-container .fc-content {
        width: 100%;
        padding: 7px 0px !important;
    }
    .fc-event-container .fc-content span{
        padding-left:7px !important;
		font-size:10px;
    }
	.fc-row tr:not(:first-child) td:first-child .fc_show_event {
		left: auto;
		right: 0 !important;
	}

    .tc-responsive-event a {
        text-decoration: none;
    }

}
