#osd-calendar {
    margin: 30px auto 60px;
}

.fc-event, .fc-event-dot {
    background-color: #262d3c;
}
.fc-event {
	border-color: #262d3c;
	cursor: default;
}

.fc-unthemed td.fc-today {
    background: #efefef;
}
.fc-button {
	text-transform: capitalize;
}
.fc-button-primary:disabled,
.fc-button-primary {
    background: #ECECEC;
    border-radius: 15px;
    padding: 8px 16px;
    font-family: arial;
    font-weight: bold;
    color: #7f7f7f;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fff;
    border: 1px solid #a7a7a7;
    box-shadow: 0px 2px 1px white inset, 0px -2px 8px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1)!important;
    -webkit-transition: box-shadow 0.5s;
}

.fc-title {
	text-transform: 
}

.fc-button:disabled {
    opacity: 0.3;
}

.fc-day-grid-container {
	overflow: initial!important;
}

.fc-button-primary:not(:disabled):active, 
.fc-button-primary:not(:disabled).fc-button-active,
.fc-button-primary:not(:disabled):hover,
.fc-button-primary:active {
    color: #fff;
    text-shadow: none;
    background-color: #777777;
    border-color: #777777;
    -webkit-transition: box-shadow 0.5s;
}

.fc-button-primary:not(:disabled):active {
	background-color: #929292;
	border-color: #929292;
}

.tooltipevent {
    left: 50%;
    width: 200px;
    top: -100%;
    background: #6b6b6a;
    position: absolute;
    z-index: 10001;
    transform: translate(-50%, -90%);
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.23);
    z-index: 9999999;
}

.tooltipevent:after {
	top: 96%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tooltipevent:after {
	border-color: rgba(107, 107, 106, 0);
	border-top-color: #6b6b6a;
	border-width: 10px;
	margin-left: -10px;
}

@media (max-width: 700px) {
	.fc-toolbar.fc-header-toolbar .fc-left {
		order: 2;
	}
	.fc-button-primary:disabled, 
	.fc-button-primary {
	    border-radius: 10px;
	    padding: 4px 11px;
	    font-size: 12px;
	}
	.fc-button .fc-icon {
		font-size: 1.1em;
	}

	.fc-center {
	    position: absolute;
	    margin-top: -10px;
	}
	.fc-left, .fc-right {
		margin-top: 60px;
	}
	.fc-right .fc-button-group {
		display: none;
	}
	.fc-right .fc-switchCountry-button {
		margin: 0;
	}
}