/*********************************/
/*                               */
/*         Cleanslide            */
/*                               */
/*********************************/

/* 
	Theme css composed for third-part theme css + 
	our css rules for certain interfaces. 
	Place all your rules here
*/	
	
#timeline #time_select .timeline-grid .time-select-div.reserved_time:hover span,
#timeline #time_select .timeline-grid .time-select-div.not_worked_time:hover span {
	color: #666666;
}

div.company-time {
	text-align: right;
	margin-top: -20px;
}
.company-time span {
	font-size: 17px;
	color: #999999; 		
}
#eventManageForm .ui-combobox-toggle  {
	/* old timeline case */
	height: 16px;
	margin-left: -20px;
}
/* 5min am\pm (with +1 day) old flexible grid */
#timeline #time_select .timeline-grid.with-titles .time-item .time-select-div {
	height: 35px;
	line-height: 35px;
}
#timeline #time_select .timeline-grid.with-titles  .hour-title .info {
	height: 35px;
	width: 50px;
	position: relative;
}
#timeline #time_select .timeline-grid.with-titles .hour-title .info span.am-pm {
	font-size: 8px;	
}
.calendars-popup .content .buttons li span {
	position: relative;
	top: -10px;
	font-size: 1.2em;
}
#timeline #client_form .zend_form dt, 
#timeline #client_form .zend_form dt b {
    font-weight: bold;
}