/*********************************/
/*                               */
/*         Gray V-card           */
/*                               */
/*********************************/

/* 
	Theme css composed for third-part theme css (style.css) + 
	our css rules for certain interfaces. 
	Place all your rules here

*/	
	
#timeline #step_info_container .step-header .step-info {
	height: 26px !important;
	margin-left: 4em !important;
}
#timeline .bottom-info .selected-event-container .description {
	margin-right: 55px; /* very strange fix, better to fix timeline width */
}
#timeline #time_select .timeline-grid .time-select-div:hover span {
	color: #000000;
}
#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;
}

#timeline  .ui-autocomplete-input {
	display: inline-block;
}
#eventManageForm .ui-combobox-toggle  {
	/* old timeline case */
	height: 18px;
	margin-left: -20px;
}

#timeline #time_select_container {
	overflow: auto;
	height: 400px;
	width: 100%;
}

#timeline .date_time_container.week.time-grid.leftside-weekly-timeline .time-select-week-container {
	margin-left: 0px;
}

#timeline .date_time_container.week.time-grid.leftside-weekly-timeline .time-select-week-container table {
	padding-left: 20px;
	padding-top: 10px;
}

body.iframe #timeline {
	text-align: left;
}
body.iframe #timeline .date_time_container.week .week_timeselect_top .date-title-container,
body.iframe #timeline .date_time_container.week .week_timeselect_top .prev-next-button-container {
	text-align: center;
}
body.iframe #timeline {
	margin: 20px !important;
}

/* 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: 55px;
	position: relative;
}
#timeline #time_select .timeline-grid.with-titles .hour-title .info span.am-pm {
	font-size: 8px;	
}
#timeline .step {
	max-height: 950px;
	overflow: auto !important;
}
.iframe #timeline .step {
	max-height: none;
}
#timeline #client_info_step .buttons_container {
	margin-bottom: 100px !important; /* fix of the submit-button cutting when alot of additional fields on client form page */
} 


.booking-result .content,
.calendars-popup .content {
	background: #ffffff;	
}
.calendars-popup .content {
	text-align: left;
}
.booking-result .service {
	float: none;
	width: auto;
	margin-right: 0;
}
.calendars-popup .content .buttons li {
}
.calendars-popup .content .buttons li span {
    color: #444444;
}
.calendars-popup .content .buttons li span {
	position: relative;
	top: -10px;
	font-size: 1.2em;
}
.calendars-popup .content .buttons {
	padding: 0;
	padding-top: 10px;
}
/***************************************

	Widget styles
	
****************************************/

body.widget #widget_content #timeline {
	box-sizing: border-box;
	padding: 10px;
	margin: 0;
	margin-top: -30px !important;
}
body.widget #widget_menu ul {
	margin: 0;
	padding: 0;
	display: inline;
}
body.widget #widget_header .company-time {
	padding: 5px 10px;
}
body.widget #widget_content #timeline #time_select_container {
	height: auto;
	overflow: visible;
}
/*---------- colors ------------*/