.fc-center div{
	display: flex;
	align-items: center;
	justify-content: center;
}

.fc-center div button, .fc-toolbar button{
	background:transparent;
	border:none;
	box-shadow: none;
	margin:0px 15px;
	text-transform: capitalize;
}

.fc-event{
	background: none;
	border:none;
	color:var(--blue-color) !important;	
	font-weight: bold;
	padding-left:30px;
}

.fc-event:before{
	content: '';
	position: absolute;
	width:10px;
	height:10px;
	background:var(--blue-color);
	border-radius: 50%;
	left:10px;
	top:4px;
}

.fc-event-dot{

}
.fc-day-number{
	float: right;
    font-weight: 600;
    color: #696F72;
}
#calendar{
	background:white;
	margin:40px 0px;
	padding-top:15px;
}

.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td{
	padding:5px 15px;
}

#modal-event .img-container{
	width:40%;
	flex-shrink: 0;
}

#modal-event .img-container .img{
	width:100%;
	height:150px;
}

#modal-event .img-container .img-map{
	width:100%;
	height:150px;
	overflow: hidden;
	margin-top:15px;
}

#modal-event .dinamic-content .info .extras{
	width:100%;
	position: relative;
}

#modal-event .dinamic-content .info .extras .team-description{
	max-height: 200px;
	height: auto;
	line-height: 24px;
}
.table-condensed{
	width: 100%;
}
.table-condensed,.datepicker-select{
	color:var(--blue-color);
}
.selectDay{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 50px;
    border: 0px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
    color: white;
    background-color: var(--blue-color);
    right: calc(-50% + 110px);
    position: relative;
    margin-bottom: .5rem;
}
.table-condensed td{
	padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    max-width: 0px;
    word-break: break-word;
}
.mb-sm-2{
	margin-bottom: 0;
}
span.day{
	color:var(--primary-color);
}
span.old,span.new{
	color: #c5c5c5;
}
span.active{
	border: 2px solid var(--blue-color);
	border-radius: 50%;
	height: 34px;
	width: 34px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	align-items: center;
}
.table-condensed span.month{
	margin: 1rem;
	color:var(--primary-color);
}
.table-condensed span.year{
	margin: 1rem;
	color:var(--primary-color);
}
.table-condensed span.decade{
	margin: 1rem;
	color:var(--primary-color);
}
.table-condensed span.century{
	margin: 1rem;
	color:var(--primary-color)!important;
}
#calendarFilter{
	background-color: white;
	z-index: 3;
	position: absolute;
}
@media all and (max-width: 480px){
	.mb-sm-2{
		margin-bottom: 1rem;
	}
	.fc-toolbar.fc-header-toolbar{
		display: flex;
	    flex-direction: column-reverse;
	    justify-content: center;
	    align-items: center;
	}

	#modal-event .img-container{
		width:100%;
		margin-bottom:15px;
	}

	#modal-event .dinamic-content .info .extras{
		padding:0px;
	}

	.dinamic-content .info{
		flex-wrap: wrap;
	}
}