																																																																																																						/* BEGIN CUSTOM CSS */
/* TEMPLATE */
	#wrap #timeline .step-title {
		text-align: center;
	}
	
	#wrap #timeline #step_info_container {
		background: #05239c;
	}
	
	#wrap #timeline #step_info_container .step-header .step-title, #wrap #timeline #step_info_container .step-header .step-info {
		color: #FFF;
	}
	
	#wrap #timeline .item {
		border-bottom: none;
	}
	
	#wrap #timeline .button {
		background: #f2e100;
		color: #000;
		border-color: #f2e100;
	}
	
	#timeline .bottom-info {
		display: none;
	}
	
	#timeline #navigation #back_button {
		display: none;
	}
/* P1 - Employee */

/* P2 - Time */

#date_time_step .week_timeselect_top {
	width: 100%;
}

#date_time_step .week_timeselect_top .prev-next-button-container {
	width: 90%;
	margin: 0px auto 10px auto;
	overflow: hidden;
}

#date_time_step .week_timeselect_top .prev-next-button-container #prev_button {
	float: left;
}

#date_time_step .week_timeselect_top .prev-next-button-container #next_button {
	float: right;
}

#timeline .date_time_container.week.startmatrix .time-select-week-container table td .time-select-div {
	background: #f2e100;
	color: #000;
	border-color: #f2e100;
	font-weight: bold;
	width: 80%;
	margin: 10px auto;
}

#timeline .date_time_container.week.startmatrix .time-select-week-container table td .time-select-div:hover {
	border-color: #CCC;
	background: #5da41e;
}

#timeline .date_time_container.week.startmatrix .time-select-week-container table td .time-select-div.busy {
	background: #DDD;
	border-color: #CCC;
}

#time_select_container table { 
	 width: 90%;
	 margin: 10px auto;
	 border-collapse: collapse;
}

#time_select_container table tr th {
	padding: 10px;
	border: 2px solid #DDD;
	text-align: center;
	border-collapse:collapse;
}

#time_select_container table tr th .day-div {
	text-align: center;
	margin: 0;
	font-weight: bold;
	background: none;
	border: none;
	width: auto;
}

/* WE ARE NOT OPEN SUNDAYS, HIDE THEM */
#time_select_container tr th:first-child, #time_select_container tr td:first-child {
    display: none;
}

/* P3 - Details */

#timeline .client_form_wrapper .zend_form {
	margin-top: 50px;
}

#timeline .license {
	display: none;
}

#wrap #timeline #submit_button {
	background: #f2e100;
	border: none;
}

.fixed_prefix, #wrap #timeline #phone_description {
display: none;
} 
/* END CUSTOM CSS */

/* CUSTOM FOR MOBILE ONE */
#wrap #timeline #step_info_container {
    background: #EEE;
}

#timeline.bootstrap #step_info_container .step-header {
   background: none;
   border: none;
}

#timeline.bootstrap #step_info_container .step-header .step-title .step-name, #timeline.bootstrap #step_info_container .step-header.active .step-title .step-name, #timeline.bootstrap #step_info_container .step-header:hover .step-title .step-name {
    border: none;
    color: #252525;
    padding-top: 6px;
}

div#time_matrix:before {
    display: block;
    content: 'Available Times';
    font-size: 14pt;
    text-align: center;
    padding: 14px 0;
    margin: 10px 0;
    max-width: 360px;
    border-bottom: 1px solid #000;
    color: #666666;
}	

div#time_matrix {
   max-width: 380px;
   margin: 0 auto;
}	
	
#timeline.bootstrap #navigation {
   border: 0;
   background: #EEE;
}			

#wrap #timeline #step_info_container .step-header .step-info {
    color: #858585;
}	

.messages-spacer {
   display: none;
}
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					