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

		Simplybook additional styles
		Rainbow theme base styles

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

.ui-widget * {
	font-family: 'Coda', cursive;
}
.logo-container .company-logo-container img,
.logo-container .company-logo-container .company-name {
	display: inline-block;
	vertical-align: bottom;
}
.logo-container {
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}
.logo-container .logo {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
}
.logo-container .company-logo-container img {
	border: 1px solid #cccccc;
    box-shadow: 0px 5px 15px #e0e0e0;
    box-sizing: border-box;
    margin-bottom: 12px;
    margin-right: 10px;
    
    max-height: 120px;
    max-width: 100%;
}
.logo .company-time {
	background: #ffffff;
	margin-top: -10px;
}
.logo.logo-only .company-time {
	margin-top: -60px;
	padding: 10px;
}
.logo-container .company-logo-container .company-name {
	font-size: 40px;
	text-transform: capitalize;
}
@media (max-width: 480px){
	.logo-container .company-logo-container img,
	.logo-container .company-logo-container .company-name  {
		display: block;
	}
	.logo-container .company-logo-container img {
		margin: 0 !important;
	}
}	


.logo .company-time {
	margin: 0 20px 0;
	font-size: 18px;
}
.logo .company-time .time-title {
	margin-right: 12px;
}
.logo .company-time a {
	font-size: 14px;
	margin-top: -4px;
}
#content-container {
	margin-bottom: 10px;
}
.top-goo * {
	font-size: 20px;
}
.page-container {
	padding: 10px;
	min-height: 100px;
}


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

		About page

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

.about-page .with_padding {
	margin-top: 50px;	
}
.about-page .company-address-container {
	margin-top: 30px;
}
.about-page .company-address-container h3 {
	font-size: 19px;
}
.about-page .company-intro {
	font-size: 16px;
	line-height: 1.6em;
}
.about-page #work_hours {
	margin: 20px 0;
}
.about-page #work_hours table {
	margin: 10px 0 15px 0;
}
.about-page #work_hours .day-name-data, 
.about-page #work_hours .time-data {
	padding: 1px 5px;
	font-size: 14px;
}
.about-page #work_hours table .day-name-data {
	padding-right: 12px;
	font-size: 1.05em;
	line-height: 1.5em;
}
.about-page .button-container {
	margin: 25px 0;
}
.about-page .button-container #save_button.btn.btn-success,
.feedback_add .btn-success,
.feedback-form #Submit {
	color: #ffffff;
	padding: 10px 26px;
	font-size: 23px;
	font-weight: normal;
	border: 1px solid #444444;
	text-shadow:0px 0px 1px #000;
}
.about-page #map_container {
	margin: 20px 0;	
} 



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

		Services gallery page
		
*************************************/

#events {}
#events .event {
	margin: 5px;
	padding: 7px;
	border-radius: 3px;
}
#events .event .picture {
	width: 180px;
	height: 90px;
	padding: 5px;
	text-align: center;
}
#events .event .picture img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: center;
}
#events .event .info {
	width: 180px;
	padding: 7px 4px 4px 4px;
	text-align: center;
}
#events .event .name {
	font-size: 1.1em;
	 width: 180px;
	 height: 1.5em;
	 overflow: hidden;
	 white-space: nowrap;
	 text-overflow: ellipsis;
}
#events .event .description {
	opacity: 0.7;
	font-size: 0.8em;
}
#events .event .duration {
	font-size: 1em;
}


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

		Feedbacks page
		
*************************************/

#pageNotifications.ui-state-highlight.ui-corner-all {
	background: #85ab00;
	border: none;
	color: #ffffff;
	padding: 20px;
	margin: 20px 0;
	font-size: 1.1em;
	border-radius: 0px;
}
#pageNotifications.ui-state-highlight.ui-corner-all.error {
	background: #aa0000;
}
#pageNotifications .ui-icon {
	display: none;
}

.feedback_list {
	margin: 20px;
}
.feedback_list .feedback {
	width: 350px;
	margin: 0 25px 25px 0;
	vertical-align: top;
}
.feedback_list .feedback .top-part {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
.feedback_list .feedback .top-part .image {
	display: inline-block;
	margin: 0 10px 10px 0; 
	width: 80px;
	height: 80px;
	padding: 7px;
	background: #f0f0f0;
	text-align: center;
}
.feedback_list .feedback .top-part .image img {
	max-width: 100%;	
	max-height: 100%;
	vertical-align: center;
}
.feedback_list .feedback .top-part .info {
	display: inline-block;
}
.feedback_list .feedback .top-part .info .user-name {}
.feedback_list .feedback .top-part .info .date-time {}
.feedback_list .feedback .top-part .info .feedback-link {}
.feedback_list .feedback .bottom-part {}
.feedback_list .feedback .bottom-part .description {
	font-size: 0.9em;
	opacity: 0.9;
}

.feedback-form {
	margin: 30px 20px;
}
.feedback-form .form-elements {

}
.feedback-form .user-data {
	vertical-align: center;
}
.feedback-form .user-data img {
	margin: 5px;
}
.feedback-form .user-data .user-name {}
.feedback-form dt label {
	margin-top: 10px;
}
.feedback-form dd input[type='text'],
.feedback-form dd textarea {
	width: 350px;
}
.feedback-form #add_comment {
	opacity: 0.7;
	font-size: 0.9em;
	padding: 0 10px;
}
.feedback-form #Submit-element {
	margin-top: -40px;
}
.feedback_add {
	text-align: right;
}



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

		Timeline
		
*************************************/

#timeline.bootstrap {
	margin: 0;
	width: 100%;
}
#timeline.bootstrap #step_title {
	display: none;
}
#timeline.bootstrap #step_info_container {
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
	border-radius: 0px;
	height: auto;
}
#timeline.bootstrap #step_info_container .step-header {
	margin: 5px;
	height: 75px;
	background: none;
	box-shadow: 0 0 1px #000000 inset;
}
#timeline.bootstrap #step_info_container  .step-header * {}
#timeline.bootstrap #step_info_container .step-header .step-title {
	padding: 0 10px;	
}
#timeline.bootstrap #step_info_container .step-header .step-title .step-number-container,
#timeline.bootstrap #step_info_container .step-header .step-title .step-number {
	display: none;
}
#timeline.bootstrap .step-header .step-title .step-name {
	margin-bottom: 3px;
	width: 100%;
	font-size: 23px;
	text-align: center;
}
#timeline.bootstrap #step_info_container .step-header .step-title .step-info {
	text-align: center;
	width: 100%;
	font-size: 15px;
	font-weight: normal;
}
#timeline.bootstrap .step-content {
	/*margin-left: 5px;
	margin-right: 5px;	*/
}
#timeline.bootstrap .step-header .step-name, 
#timeline.bootstrap .step-header .step-info,
#timeline.bootstrap .step-header .step-number {
    float: left;
}
#timeline.bootstrap #step_info_container .step-header .step-info {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	line-height: 14px;
}

#timeline.bootstrap #navigation {
	margin: 10px 0;
	min-height: 45px;
}
#timeline.bootstrap .back-button {
	margin: 0;
	font-size: 18px;
	padding-left: 25px;
}
#timeline .back-button:hover {}


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

	Timeline: Locations, Categories, 
			  Services, Performers
		
*************************************/

#timeline.bootstrap .step-content {
	padding: 10px 20px;
}
#timeline.bootstrap .step-content .list-inline {
	vertical-align: top;
}
#timeline.bootstrap .item {
	margin: 0 15px 15px 0;
	font-size: 13px;
	border: none;
	vertical-align: top;
}
#timeline.bootstrap .item .left-block {
	display: inline-block;
    margin: 0 7px 7px 0;
}
#timeline.bootstrap .item .location-image,
#timeline.bootstrap .item .category-image,
#timeline.bootstrap .item .event-image,
#timeline.bootstrap .item .unit-image {
    float: none;
    padding: 7px;
    width: 120px;
	text-align: center;
}
#timeline.bootstrap .item .location-image img,
#timeline.bootstrap .item .category-image img,
#timeline.bootstrap .item .event-image img,
#timeline.bootstrap .item .unit-image img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: center;
}
#timeline.bootstrap .item .location-image.empty-bg,
#timeline.bootstrap .item .category-image.empty-bg,
#timeline.bootstrap .item .event-image.empty-bg,
#timeline.bootstrap .item .unit-image.empty-bg {
	background: #f0f0f0;
}
#timeline.bootstrap .item .location-info,
#timeline.bootstrap .item .category-info,
#timeline.bootstrap .item .event-info,
#timeline.bootstrap .item .unit-info {
    display: inline-block;
    vertical-align: top;
    width: 250px;
}
#timeline.bootstrap .item .location-info .location-title,
#timeline.bootstrap .item .category-info .category-title,
#timeline.bootstrap .item .event-info .event-title,
#timeline.bootstrap .item .unit-info .unit-title {
    font-size: 1.4em;
    font-weight: normal;
}
#timeline.bootstrap .item .location-info .location-address,
#timeline.bootstrap .item .event-info .event-duration,
#timeline.bootstrap .item .unit-info .unit-duration {
    font-size: 1em;
    font-weight: normal;
}
#timeline.bootstrap .button,
.reserve_time_btn,
#pay_btn,
.iphone-favorites-button a {
    margin-top: 10px;
    min-width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 1.1em;
    cursor: pointer;    
}
.iphone-favorites-button {
	margin: 15px 0;
}
.iphone-favorites-button a {
	padding: 5px 10px;
}

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

	Timeline: Timeline step
		
*************************************/

#timeline.bootstrap #date_start,
#timeline.bootstrap #time_select {
	text-shadow: none;
} 
#timeline.bootstrap #date_start .ui-datepicker {
	border-radius: 0;
	border: none;
	background: none;	
	font-size: 20px;	
}
#timeline.bootstrap #date_start .ui-datepicker .ui-datepicker-header {
	border-radius: 0;
	border: none;
	background: none;
}
#timeline.bootstrap #date_start .ui-datepicker .ui-widget-header .ui-datepicker-prev,
#timeline.bootstrap #date_start .ui-datepicker .ui-widget-header .ui-datepicker-next {
	background: none;
	width: 0;
	height: 0;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	
}
#timeline.bootstrap #date_start .ui-datepicker .ui-widget-header .ui-datepicker-prev {
	border-left: none;
}	
#timeline.bootstrap #date_start .ui-datepicker .ui-widget-header .ui-datepicker-next {
	border-right: none;
}
#timeline.bootstrap #date_start .ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon,
#timeline.bootstrap #date_start .ui-datepicker .ui-widget-header .ui-datepicker-next .ui-icon {
	background: none;
}
#timeline.bootstrap #date_start .ui-datepicker .ui-widget-header .ui-datepicker-prev-hover,
#timeline.bootstrap #date_start .ui-datepicker .ui-widget-header .ui-datepicker-next-hover {
	top: 2px;
}
#timeline.bootstrap #date_start .ui-datepicker td span, 
#timeline.bootstrap #date_start .ui-datepicker td a {
	width: 2.6em;
	text-align: center;	
}	

/*------ Time select -------*/

#timeline.bootstrap #time_select {
	font-size: 14px;
	line-height: 1em;
	padding: 0 0 0 20px;
}
#timeline.bootstrap #time_select .timeline-grid .time-item {
	border: 2px solid transparent;
}
#timeline.bootstrap #time_select .timeline-grid .time-item .time-select-div {
	height: 35px;	
	padding: 7px 6px 0 10px;	 
	font-weight: normal; 
	color: #2b2b2b;
}
#timeline.bootstrap #time_select .timeline-grid .time-item .time-select-div:hover { 
	font-weight: normal; 
	color: #212121;
}
#timeline.bootstrap #time_select .timeline-grid .time-select-div span {
	margin-top: 10px;	
}

/*-- Slots timeline ---*/

#timeline.bootstrap #time_select .time-select-item,
#timeline.bootstrap #time_select .time-select-div {
	color: #2b2b2b;
	border-radius: 2px;
	padding: 0px 10px 0 10px; 
	height: 40px;
}
#timeline.bootstrap #time_select .time-select-item {
	min-width: 64px;
}
#timeline.bootstrap #time_select .time-select-item.am-pm {
	min-width: 80px;
}
#timeline.bootstrap #time_select .hour-title {
	min-width: 75px;
	text-align: right;
}

#timeline.bootstrap #time_select  .time-select-item:hover,
#timeline.bootstrap #submit_button:hover  {
	border: 1px solid #999999; 
	background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; 
	font-weight: normal; 
	color: #212121;
}

/* Extra small devices Phones (<768px) */
@media (max-width: 768px) {
	#timeline.bootstrap #time_select {
		overflow: visible; /* timeline becomes wide and jump under calendar, otherwise visible only part of timeline */
	}
	#timeline.bootstrap #time_select .timeline-grid-wrapper {
		margin-left: 0; /* timeline not on the left, but under calendar now */
		margin-top: 30px;
	}
	#timeline.bootstrap #time_select {
		padding-left: 0;
	}
}


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

		Week timeline 
	(for rainbow bootstrap theme)
			
*************************************/




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

		Booking info
 (time, client info, after-booking steps) 
		
*************************************/

.client-info-step-form-container {
	width: 340px;
	margin: auto;
}
#timeline.bootstrap .bottom-info,
.client-info-step-form-container {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 0px;	
}
#timeline.bootstrap .bottom-info {
	
}
#timeline.bootstrap #date_time_step .bottom-info {
	margin-top: 25px;
	width: 340px;
}
#timeline.bootstrap #date_time_step .left-side .bottom-info {
    width: 100%;
}
#timeline.bootstrap #client_info_step .bottom-info {
	margin-top: 25px;
	margin-right: 25px;
	padding: 15px;
	width: 400px;
	border: 1px solid #cccccc;
	border-radius: 2px;
}
#timeline.bootstrap .ui-datepicker {
	width: 17.5em;
}

#timeline.bootstrap .bottom-info div {
	font-size: 15px;
	line-height: 1.4em;
}
#timeline.bootstrap .bottom-info .service-name {
	font-size: 20px;
	padding: 20px 0 10px 0;	
	font-weight: bold;
}
#timeline.bootstrap .bottom-info .service-info-block {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
#timeline.bootstrap .bottom-info .service-info-block .image {
	float: none;
	padding: 7px;
	height: 120px;
	width: 100%;
	text-align: center;	
}
#timeline.bootstrap .bottom-info .service-info-block .image img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: center;
}
#timeline.bootstrap .bottom-info .service-info-block .image.empty-bg {
	background: #f0f0f0;
}

#timeline.bootstrap .bottom-info .service-info-block .service-info .service-name {
	word-wrap: break-word;
}
#timeline.bootstrap .bottom-info .service-info .title,
#timeline.bootstrap .bottom-info .info-block .title,
#timeline.bootstrap .bottom-info .service-info .data,
#timeline.bootstrap .bottom-info .info-block .data  {
	display: inline-block;
    vertical-align: top;
}
#timeline.bootstrap .bottom-info .service-info .title,
#timeline.bootstrap .bottom-info .info-block .title {
	width: 35%;
}
#timeline.bootstrap .bottom-info .service-info .data,
#timeline.bootstrap .bottom-info .info-block .data {
    word-wrap: break-word;
    width: 55%;
}	
#timeline.bootstrap .bottom-info .service-info-block .service-info .service-name {
	font-size: 1.17em;
	line-height: 1.3em;
	margin: 5px 0;
	word-wrap: break-word;
}
#timeline.bootstrap .bottom-info .service-description {
	margin-bottom: 20px;
	color: #666666;
}
#timeline.bootstrap .info-block .datetime {
	margin: 10px 0;
	vertical-align: bottom;
}
#timeline.bootstrap .info-block .datetime .image {
	height: 54px;
	position: relative;
	vertical-align: bottom;
}
#timeline.bootstrap .info-block .datetime .data { 
	vertical-align: bottom;
}
#timeline.bootstrap .info-block .datetime .data span {
	margin-right: 10px;
	color: #777777;
}
#timeline.bootstrap .bottom-info .glyphicon {
	margin-right: 10px;
	font-size: 1.2em;
	opacity: 0.8;
}
#timeline.bootstrap.week .bottom-info .glyphicon {
	display: none;
}

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

	Timeline: Client form step
		
*************************************/
#timeline.bootstrap #client_form {
	display: inline-block;
}
#timeline.bootstrap #client_form .client_form_wrapper .zend_form dd input,
#timeline.bootstrap #client_form #additional_fields .zend_form dd input {
	height: auto;
	margin-right: 24px;
}
#timeline #client_form dt,
#timeline #client_form dt * {
	font-size: 20px;
	margin-top: 6px;
}
#timeline.bootstrap #client_form input[type=text],
#timeline.bootstrap #client_form select,
#timeline.bootstrap #client_form textarea,
#timeline.bootstrap #additional_fields input[type=text],
#timeline.bootstrap #additional_fields select,
#timeline.bootstrap #additional_fields textarea {
	border-radius: 2px;
	border: 1px solid #cccccc;
}
#timeline.bootstrap #client_form select,
#timeline.bootstrap #additional_fields select {
	width: 300px !important;
}
#timeline.bootstrap #client_form #client_phone_number {
	width: 220px !important;
}
/*
#timeline #client_form .fixed_prefix {
	width: 80px !important;
	margin: 0;
	padding: 3px 0;
	font-size: 1.3em;
	font-weight: normal;
	text-align: center;
}
#timeline #client_form #client_phone_area_code {
	width: 80px !important;
}
#timeline #client_form #client_phone_number {
	width: 220px !important;
}
#timeline #client_form input[type=text],
#timeline #client_form select {
	padding: 7px 10px;
}
*/
/*--- multiple booking plugin */
/* #timeline.bootstrap #client_info_step .bottom-info  analog for multiple booking case */
#timeline.bootstrap #client_info_step #booked_list {
	margin: 25px 40px 0 0;
	width: 340px;
}	
#timeline.bootstrap #client_info_step #booked_list .book-item,
#timeline.bootstrap #client_info_step #booked_list .book-item.current-booking {
	display: inline-block;
	float: none;
	box-sizing: border-box;
	width: 100%;
	margin: 0 10px 10px 0;
	padding: 10px 25px;
	background: #f9f9f9;
	color: #444444;
	border: 1px solid #eeeeee;	
	border-radius: 0px;
	border-radius: 3px;
}
@media (max-width: 768px) {
	#timeline.bootstrap #client_info_step #booked_list .book-item, 
	#timeline.bootstrap #client_info_step #booked_list .book-item.current-booking {
		width: 85%;
	}
}

#timeline.bootstrap #client_info_step #booked_list .book-item .delete-button.glyphicon {
	font-size: 18px;
	color: #999999;
	background: none;
	top: 0;
	cursor: pointer;
}
#timeline.bootstrap #client_info_step #booked_list .book-item .delete-button.glyphicon:hover {
	color: #ff0000;
}


#timeline.bootstrap #errors {
	margin: 10px;
	padding-left: 5px;
}

#timeline.bootstrap #errors ul li {
	padding: 5px 0;
	font-size: 1.2em;
}
#timeline.bootstrap #submit_button {
	color: #ffffff;
	font-weight: normal;
}
#timeline.bootstrap #submit_button:hover {
	color: #ffffff;
}
#timeline.bootstrap .book-item,
#timeline.bootstrap .book-item.current-booking {
	margin: 5px;
	padding: 10px 25px;
	border-radius: 0px;
}
#timeline.bootstrap .book-item:hover .delete-button:hover {
	top: 4px;
}
#timeline.bootstrap .ui-datepicker th {
	padding: 0.7em 0.2em;
}
#timeline.bootstrap .book-another-button .icon {
	background: none;
}

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

		Other pages Rainbow default
		
*******************************/

.video-conversation-page {
	padding-bottom: 100px;
}
.video-conversation-page #code {
	margin-left: 10px;
}
.video-conversation-page h2 {
	font-size: 20px;
}
.news-page {
	padding: 15px;
}
.news-page #news  .date,
.news-page #news .caption,
.news-details-page .caption {
	margin: 10px 0;
	font-size: 19px;
	border-bottom: none;
}
.news-page #news .row {
	border-bottom: none;
	margin-bottom: 15px;
}
.news-details-page .content {
	margin-top: 15px;
}



/*----- Payment plugin pages ---*/

#content-container  #booking-message-div,
#content-container #booking-result-div,
#success-button  {
	background: none;
	color: #cccccc; 
	border: none;
}
#content-container  #booking-message-div.ui-state-error {
	border: 1px solid red;
	padding: 20px;
	border-radius: 0;
}
#content-container  #booking-message-div.ui-state-highlight {
	border: none;
}
.payment_redirect_message {
	margin: 20px 0;
	font-size: 17px;
}
.success-message img.image {
	display: none;
}
.success-message .glyphicon {
	display: inline-block;
	padding: 5px;
	font-size: 30px;
	color: #589c00;
	top: 7px;
}
.success-message .text {
	font-size: 1.3em;
	padding: 5px 0 7px 25px;
}


#timeline.bootstrap .item .location-image img, 
#timeline.bootstrap .item .category-image img, 
#timeline.bootstrap .item .event-image img, 
#timeline.bootstrap .item .unit-image img {
    width: auto;
}

#timeline .ui-combobox-toggle {
	width: 24px !important;
	height: 36px !important;
}

#timeline.bootstrap #client_info_step .step-content {
	padding-left: 9%;
}


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

		Button widget styles
		
************************************************/

#widget_content #timeline.bootstrap {
	padding: 0;
	margin: 0;
	margin-top: -20px;
}
#widget_content #timeline.bootstrap #client_info_step .step-content {
	padding-left: 0 !important;
}
#widget_content #timeline.bootstrap .bottom-info,
#widget_content .client-info-step-form-container {
	display: block;
	margin: auto;
	width: 65% !important;
	box-sizing: border-box;
}
#widget_content #timeline #client_form,
#widget_content #timeline #client_form .client_form_wrapper,
#widget_content #timeline #client_form #additional_fields,
#widget_content #timeline #client_form #redeem_code,
#widget_content #timeline .license,
#widget_content #timeline .buttons_container,
#widget_content #timeline .buttons_container #submit_button {
	width: 100%;
	box-sizing: border-box;
}
#widget_content #timeline #client_form input[type=text],
#widget_content #timeline #client_form textarea,
#widget_content #timeline #client_form #phone_description,
#widget_content #timeline #client_form select {
		width: 100% !important;
		box-sizing: border-box;
}
#widget_content #timeline #client_form .fixed_prefix,
#widget_content #timeline #client_form #client_phone_area_code {
	width: 20% !important;
}
#widget_content #timeline #client_form #client_phone_number {
	width: 76% !important;
}
/* bootstrap flexible timeline classes fix for this theme */
#timeline.bootstrap #time_select .timeline-grid .hour-row .time-items div.time-item {
	margin: 2px;
}
#timeline.bootstrap #time_select .timeline-grid .hour-row .time-items .time-item div.time-select-div {
	background: #e6e6e6;
	border: 1px solid #e6e6e6;
	border-radius: 0px;
}
#timeline.bootstrap .time-select-week-container {
    max-width: 665px;
}