
.fc-event {
	border: 1px solid #2a80b9 !important; /* default BORDER color */
	background-color: #2a80b9 !important; /* default BACKGROUND color */
	color: #fff;               /* default TEXT color */
	font-size: .85em;
	cursor: pointer;
}
/* Blue */

.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus
{
    margin: 0;
    padding: 7px 25px;
    color: #fff;    
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: .07em;
    line-height: 1.66857143;
    font-weight: 700;
    color: rgba(255,255,255,.9);
    position: relative;
    font-size: 12px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;    
	font-weight: 700;
    text-decoration: none;
    outline: none;
    vertical-align: middle;
    background: #2a80b9 !important;
    box-shadow: 0 0 40px rgba(0, 0, 0, .13) inset;
    border-radius: 20px;
    zoom: 1;
}
.atc-style-blue .atcb-item.hover,
.atc-style-blue .atcb-item:hover {
    background: #2a80b9 !important;
}

.fc-header-filter .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

