/* Add here all your CSS customizations */
.pull-left{
	margin-top:20px;
}

.fc-time-grid-event .fc-time .fc-title{
		font-size: 0.8em;
	}

.obfilter{
	font-weight: bold;
	text-transform: capitalize;
}
.pull-left{
	margin-top:20px;
}
.fc-time-grid-event{
	border:2px solid #5E5E5E !important;
	padding: 2px;
}
.obfilter{
	font-weight: bold;
	text-transform: capitalize;
}
.text-muted{
	cursor: pointer;
}

/****** CHATBOX ******/
#chat-body{
	overflow-y: scroll;
}
.cbox {
	display: block;
	line-height: 1em;
	background-color: #cce6fd;
	padding: 5px;
}

.cboxdtime {
	font-style: italic; 
	font-size: 0.7em;
}

.response {
	color:#4B4B4B;
	text-align: right;
	background-color: aliceblue;
	
}

.constraints{
	color: white !important;
}
.widget-toggle{
	color: white !important;
}
.fc-time, .fc-title{
	color: black !important;
}

/*
.fc-agendaWeek-view tr {
    height: 25px;
}

.fc-agendaDay-view tr {
    height: 25px;
}
*/