/*********************************/
/*                                       */
/*     Iron (webfactory -> gray vcars)   */
/*                                       */
/*****************************************/

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

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


#eventForm dt label {
	color:#222222;
}

#eventForm label {
	color:#333333;
}


#eventForm  .ui-state-highlight {}


dl.zend_form dt {
	font-weight: bold;
}


#client_phone_number {
	display: inline;
}

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

#start_date-block-container h3, #timeline-container h3 {
	background: none;
}

#start_date-block-container h3 {
	margin: 20px 0px 0px 0px;
}

/*----- Timeline Grid -----*/
#timeline-container .weekend-message {  /* = .ui-state-error */
	border: 1px solid #cd0a0a; 
	background: #fef1ec url(images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; 
	color: #cd0a0a;
}


#timeline-container .timeline {
	background:#fbfbfb;
	border:1px solid #AAAAAA;
	color:#222222;	
	-moz-border-radius: 0px;
}
	
.timeline .reserved_time {
	background: #dfa77d;
	border-right: 1px solid #AAAAAA;
}

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

.timeline .not_worked_time {
	background: #cccccc; 
}

.timeline .free_time {
	background: #ffffff;
}

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

#loading { }


#save_button { /* not = .ui-widget-header, just taken from theme  */
	/*border: 1px solid #aaaaaa; 
	/background: #2b2b2b url(images/ui-bg_flat_45_2b2b2b_40x100.png) 50% 50% repeat-x;*/
	border-radius: 0px !important; 
    background: none repeat scroll 0 0 #444444;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    border: none;
}

.event_price { /* = color of .ui-widget-header background */	
	/*color: #2b2b2b;*/
	font-weight: normal;
}

.duration {
	/*color: #aa4f00;*/
}

/* 
	 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,
.wellcome_message .sign_out_link:hover    {
  color: #2b2b2b;
}
#sign_form .zend_form #signin-element #signin:hover,
#sign_form .zend_form #register-element #register:hover,
.wellcome_message .sign_out_link:hover   {
	background-color: #f5f5f5 !important; /* book-now button onhover bg */	
}
/* fixes for this theme */
#timeline  {
	margin: 0px !important; 
}

/*---- flexible timeline colors (analog of classic timeline colors */
#timeline #time_select .timeline-grid .time-item div.time-select-div.not_worked_time {
	background: #dddddd; 
}
#timeline #time_select .timeline-grid .time-item div.time-select-div.reserved_time {
	background: #dfa77d;
}
#timeline #time_select .timeline-grid .time-item div.time-select-div.selected {
	background: #86af7d;
}
#timeline #time_select .timeline-grid-wrapper {
	padding: 4px;
	border: 1px solid #cccccc;
	border-radius: 5px;	
	color: #222222;
}
#timeline #time_select .timeline-grid .time-select-div:hover span {
	color: #999999;
}
#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: #222222;
}
/* end of public-timeline styles */