/*--------------------------------*/

/* theme base color #54bbe9 */
.theme-base-color {
	color: #54bbe9;
}
.theme-base-color-background {
	background: #54bbe9;
}
/*--------------------------------*/


#eventForm dt label {
	color:#2779AA;
}

#eventForm label {
	color:#666666;
}

/*---- Event Date calendar -----*/
#start_date-block-container h3, #timeline-container h3 {
	color:#2779AA;
}


/*----- Timeline Grid -----*/
#timeline-container .weekend-message {
	background:#FFEF8F url(images/ui-bg_highlight-soft_25_ffef8f_1x100.png) repeat-x scroll 50% top;
	border:1px solid #F9DD34;
	color:#666666;
}

#timeline-container .timeline {	
	background:#F2F5F7 url(images/ui-bg_highlight-hard_100_f2f5f7_1x100.png) repeat-x scroll 50% top;
	border:1px solid #DDDDDD;
	color:#362B36;
}
	
.timeline .reserved_time {
	background: #FFEF8F url(images/ui-bg_highlight-soft_25_ffef8f_1x100.png) repeat-x scroll 50% top;
	border-right: 1px solid #FF5757 !important; 
}

.timeline .selected_time {
	background:#D7EBF9;
	border-right: 1px solid #2779AA !important; 
	color:#2779AA;
}

.timeline .not_worked_time {
	background-color: #e0e5e0;
	border-right:1px solid #cccccc;
}

.timeline .free_time {
	background: #ffffff;
}
/*------- AUX----------*/

#loading {
	background:#FFEF8F url(images//ui-bg_diagonals-thick_90_eeeeee_40x40.png) repeat-x scroll 50% top;
}

#save_button {
	border: 1px solid #cccccc;
	color: #2779AA;
}

.event_price {
	color:#2779AA;
}

.duration {
	color:#2779AA;
}

/* 
	 Public-timeline Styles 
	 this is added to all ui-color theme files
*/
#timeline .step-title,
#timeline .button:hover,
#timeline .back-button,
#timeline #time_select .time-select-item:hover,
#timeline #submit_button,	
#timeline #submit_button:hover,
#timeline .event-price,
#timeline .location-phone,
#sign_form .zend_form #signin-element #signin:hover,
#sign_form .zend_form #register-element #register:hover,
#sign_form .zend_form a.forgot_password, 
.wellcome_message .sign_out_link:hover,
#sign_form .sign_in h2,
#sign_form .sign_up h2   {
	color: #2779AA;
}

#timeline #time_select .time-select-item:hover,
#timeline #submit_button,	
#timeline #submit_button:hover,
#sign_form .zend_form #signin-element #signin:hover,
#sign_form .zend_form #register-element #register:hover, 
.wellcome_message .sign_out_link:hover {
	border: 1px solid #aed0ea; 
	background: #d7ebf9 url(images/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x;  
	color: #2779aa;
}

#timeline .event-duration,
#timeline #step_info_container .step-header.checked .step-title:hover,
#timeline #step_info_container .step-header.active .step-title,
#timeline .back-button:hover {
	color: #1c94c4;
}
#timeline div.button:hover,
#timeline div#submit_button:hover,
#timeline #time_select div.time-select-item:hover,
#sign_form .zend_form #signin-element #signin:hover,
#sign_form .zend_form #register-element #register:hover,
.wellcome_message .sign_out_link:hover {
	border: 1px solid #74b2e2 !important; 
	background: #e4f1fb url(images/ui-bg_glass_100_e4f1fb_1x400.png) 50% 50% repeat-x !important; 
	color: #0070a3; 
}


/*---- flexible timeline colors (analog of classic timeline colors */
#timeline #time_select .timeline-grid div.time-select-div.not_worked_time {
	background-color: #e0e5e0;
}
#timeline #time_select .timeline-grid div.time-select-div.reserved_time {
	background: #FFEF8F url(images/ui-bg_highlight-soft_25_ffef8f_1x100.png) repeat-x scroll 50% top;
}
#timeline #time_select .timeline-grid div.time-select-div.selected {
	background:#D7EBF9;
}
#timeline #time_select .timeline-grid .time-select-div:hover span {
	color: #0070a3; 
}
/* end of public-timeline styles */

/*---- Weekly timeline colors ---*/
.date_time_container.week  .time-select-week-container table th .day-div.week-end,
.date_time_container.week .week_timeselect_top .prev-next-button-container .arrow-button:hover .text-container {
	color: #1c94c4;
}
div.date_time_container.week.time-grid.leftside-weekly-timeline .time-select-week-container table td .time-select-div:hover,
div.date_time_container.week.time-grid.slots-weekly-timeline .time-select-week-container table td .time-select-div:hover,
div.date_time_container.week.time-grid.leftside-weekly-timeline .time-select-week-container table td .time-select-div.selected,
div.date_time_container.week.time-grid.slots-weekly-timeline .time-select-week-container table td .time-select-div.selected,
div.date_time_container.week.startmatrix .time-select-week-container table td .time-select-div:hover,
div.date_time_container.week.startmatrix .time-select-week-container table td .time-select-div.selected {
	background: #1c94c4;
	color: #ffffff;
}

/************************************

		Widget button styles

***********************************/
#widget_header,
#widget_footer,
.powered_by a,
#widget_header .title a,
#widget_menu a, 
#widget_menu a:hover,
#widget_header div.company-time span,
#widget_header div.company-time a {
	color: #ffffff;
}
#timeline.bootstrap .date_time_container.week.startmatrix .time-select-week-container table td .time-select-div.selected,
footer .container,
#widget_header,
#widget_footer   {
    background-color: #17acef;
}
div.date_time_container.week.time-grid.slots-weekly-timeline .time-select-week-container table td .time-select-div:hover,
#widget_menu,
#widget_header div.company-time,
#widget_content #loading  {
	background-color: #54bbe9;
}
#widget_container {
	border: 2px solid #17acef;
}
#widget_menu {
	border-bottom: 1px solid #17acef;	
}