/*********************************/
/*                               */
/*     Pink (clean-slide)        */
/*                               */
/*********************************/

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

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


#eventForm dt label {
	color:#222222;
}

#eventForm label {
	color:#333333;
}


#eventForm  .ui-state-highlight {}


/*---- Event Date calendar -----*/

#start_date-block-container h3, #timeline-container h3 {
	color:#222222;
}


/*----- Timeline Grid -----*/
#timeline-container .weekend-message {  /* .ui-state-error */
	background: url(images/ui-bg_flat_95_fafafa_40x100.png) repeat-x scroll 50% 50% #FAFAFA;
    border: 1px solid #CD0A50;
    color: #CD0A50;
}

#timeline-container .timeline {
	background:#ffffff url(images/ui-bg_highlight-hard_100_ffffff_1x100.png) repeat-x scroll 50% top;
	border:1px solid #AAAAAA;
	color:#222222;
}
	
.timeline .reserved_time {
	background: #EDABCE;
	border-right: 1px solid #9c1660;
}

.timeline .selected_time {
	border-right: 1px solid #AAAAAA; 
	background: #99b3cc;  
}

.timeline .not_worked_time {
	background: #cccccc;
}

.timeline .free_time {
	background: #ffffff;
}

/*------- AUX----------*/

#loading { }


#save_button { /* = .ui-widget-header */
	border: 1px solid #db1c85;
    background: #ff33a2 url(images/ui-bg_highlight-soft_50_ff33a2_1x100.png) 50% 50% repeat-x; 
    color: #ffffff; 
    font-weight: bold;
}

.event_price {/* = style-'color'.css h1 */
	color: #FF249C;
}

.duration {
	color: #9c1660;
}

/* 
	 Public-timeline Styles 
	 this is added to all ui-color theme files
*/
#timeline .step-title,
#timeline #step_info_container .step-header.checked .step-title:hover,
#timeline #step_info_container .step-header.active .step-title,
#timeline .button:hover,
#timeline .back-button:hover,
#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,
#sign_form .zend_form .forgot_password, 
.wellcome_message .sign_out_link:hover,
#timeline #time_select .timeline-grid .time-select-div:hover span,
.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: #ff249c;
}


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

		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: #ff249c;
}
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: #fb5fb5;
}
#widget_container {
	border: 2px solid #ff249c;
}
#widget_menu {
	border-bottom: 1px solid #ff249c;	
}