
#calendar-container {
	width:100%;
	height:100%;
	position:relative;
}

#calendar-loading { 

	position: absolute; 
	width: 100%;
	height:100%; 
	
	top: 0px;
	bottom: 0px;
	left:0px;
	right:0px;
	background:#FFFFFF url(../images/loading.gif) 50% 50% no-repeat; 
	
	opacity:0.8; 
	filter:alpha(opacity=80); 
	z-index:9999999999; 
}

#radio{
	font-size: 15px;
	margin-bottom: 1px;
}

#radio{
	ui-button-text: inherit;
}

#calendar{
	border: 1px solid #DEDEDE;
    /* border-radius: 10px; */
    padding: 5px;
}

.label-icon{
	margin-top: 2px;
	width: 15px;
    height: 15px;
    background-color: green;
    float: left;
    /* vertical-align: middle; */
    margin-right: 5px;
}

.fc-toolbar{
	margin-bottom: 0px;
}

.calendar-popup {
	font: inherit;
	font-size: 12px;
    position: absolute;
    background-color: rgba(255,255,255,0.7);
    border: 1px solid #cccccc;
    border-radius: 1px;
}

.calendar-title {
	font-size: 15px;
	color: #0F3F93;
	font-weight: bold;
}

.calendar-date {
	font-weight: bold;
}

.calendar-content {
	padding-top: 10px;
	padding-bottom: 10px;

    min-width: 250px;
    max-height: 200px;
    overflow-x: auto;
}

.ui-widget-header{
    background-color: white;
    color: black;
    font-weight: normal;
    background: white;
}

.ui-widget-content{
    color:#3b3b3b;
}

.fc-event-container{
    padding: 0px !important;
}

.fc-event {
    border: none;
    border-radius: 0px;
}
