/**********************************************/
/*                                            */
/*   Bootstrap Black and White styles         */
/*           (bookingtroll)                   */
/*                                            */
/**********************************************/
/*
*   CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
*
*   Author: Marc van Nieuwenhuijzen
*   Company: WebVakman
*   Site: WebVakman.nl
*
*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
  display: none !important;
}
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
  .visible-xl-block {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .hidden-xl {
    display: none !important;
  }
}
/*--------- Bootstrap 2.3.2 Media Queries  --------*/
/* was 1326px. But there are a lot of laptops with 1200px width. and i think 1200px fits better for this (dimka) */
/* 1200px; // bootstrap defaults */
/* phone vertical */
/* phone landscape */
/* tablet */
/* small desctop */
/* laptop */
/* big desctop */
/*-------- Colors --------*/
/************************************

		Reset

**************************************/
@font-face {
  font-family: "ProximaNova";
  src: url('/v2/fonts/simplybook/proxima-nova/Proxima Nova Thin Italic.otf') format('truetype');
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "ProximaNova";
  src: url('/v2/fonts/simplybook/proxima-nova/Proxima Nova Thin.otf') format('truetype');
  font-style: inherit;
  font-weight: 100;
}
@font-face {
  font-family: "ProximaNova";
  src: url('/v2/fonts/simplybook/proxima-nova/Proxima Nova Light Italic.otf') format('truetype');
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "ProximaNova";
  src: url('/v2/fonts/simplybook/proxima-nova/Proxima Nova Light.otf') format('truetype');
  font-style: inherit;
  font-weight: 300;
}
@font-face {
  font-family: "ProximaNova";
  src: url('/v2/fonts/simplybook/proxima-nova/Proxima Nova Regular Italic.otf') format('truetype');
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "ProximaNova";
  src: url('/v2/fonts/simplybook/proxima-nova/Proxima Nova Regular.otf') format('truetype');
  font-style: inherit;
  font-weight: 400;
}
@font-face {
  font-family: "ProximaNova";
  src: url('/v2/fonts/simplybook/proxima-nova/Proxima Nova Semibold Italic.otf') format('truetype');
  font-style: italic;
  font-weight: 600;
}
@font-face {
  font-family: "ProximaNova";
  src: url('/v2/fonts/simplybook/proxima-nova/Proxima Nova Semibold.otf') format('truetype');
  font-style: inherit;
  font-weight: 600;
}
@font-face {
  font-family: "ProximaNova";
  src: url('/v2/fonts/simplybook/proxima-nova/Proxima Nova Extrabold Italic.otf') format('truetype');
  font-style: italic;
  font-weight: 800;
}
@font-face {
  font-family: "ProximaNova";
  src: url('/v2/fonts/simplybook/proxima-nova/Proxima Nova Extrabold.otf') format('truetype');
  font-style: inherit;
  font-weight: 800;
}
body {
  font-family: "ProximaNova", sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 13px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  background: #f1f2f7;
}
@media (min-width: 1600px) {
  body {
    font-size: 15px;
  }
}
ul,
ol {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
ul li,
ol li {
  list-style: none;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
* {
  box-sizing: border-box;
}
.btn.black-button {
  padding: 10px;
}
.promo-deal-info .black-button {
  width: 100%;
}
.ajax-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url('/v2/images/ajax_loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all linear;
}
.ajax-loader.loader-active {
  opacity: 1;
  visibility: visible;
  z-index: 2000;
}
/************************************

		Bootstrap styles reset

**************************************/
/* bootstrap */
/* bootstrap */
.pagination {
  background: #f1f2f7;
  border: 1px solid #f1f2f7;
  border-radius: 0;
  padding: 5px;
  margin: 0;
}
.pagination > li > a,
.pagination > li > span {
  border: none;
  color: #888888;
  background: #f1f2f7;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  font-size: 14px;
  font-weight: bold;
  padding: 2px 7px;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  border-color: transparent;
  background: #f1f2f7;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #f1f2f7;
  color: #464646;
  border-bottom: none;
  /*2px solid @black-1-color*/
  z-index: 0;
}
.pager-container.visible-xs {
  padding: 0;
}
.pager-container.visible-xs .pager {
  padding: 0;
  margin: 0;
  margin-top: -10px;
}
.pager-container.visible-xs .pager > li > a,
.pager-container.visible-xs .pager > li > span {
  background: transparent;
  border: none;
  color: #888888;
}
/************************************

	Different Auxiliary styles

**************************************/
/*    stars block    */
.rating-container {
  padding-top: 3px;
  min-width: 60px;
}
.rating-container .fa {
  display: inline-block;
  color: #ffde29;
  padding-right: 5px;
  font-size: 1.5em;
}
/*    blur   */
/*   horisontal delimiter   */
.horisontal-delimiter {
  border-bottom: 1px solid #cccccc;
  -webkit-box-shadow: 0px 1px 0px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px 0px #ffffff;
  box-shadow: 0px 1px 0px 0px #ffffff;
}
/*    colored button    */
.button {
  color: #ffffff;
  border-radius: 0;
  padding: 10px 12px;
  text-align: center;
  display: block;
  border-radius: 3px;
}
.button:hover {
  position: relative;
  top: -1px;
}
.button span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
}
.button span.fa {
  font-size: 1.4em;
  margin-left: 10px;
}
@media (min-width: 1600px) {
  .button span {
    font-size: 1.2em;
  }
  .button span.fa {
    font-size: 1.45em;
  }
}
.button-medium {
  font-size: 1.2em;
  padding: 8px 17px;
}
.button-bigger {
  padding: 10px 20px;
  font-size: 1.4em;
}
.black-button {
  color: #ffffff;
  border-radius: 0;
  padding: 10px 12px;
  display: block;
  border-radius: 3px;
  background: #464646;
  border: 1px solid #464646;
  text-align: center;
}
.black-button:hover {
  position: relative;
  top: -1px;
}
.black-button span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
}
.black-button span.fa {
  font-size: 1.4em;
  margin-left: 10px;
}
@media (min-width: 1600px) {
  .black-button span {
    font-size: 1.2em;
  }
  .black-button span.fa {
    font-size: 1.45em;
  }
}
.gray-button {
  color: #ffffff;
  border-radius: 0;
  padding: 10px 12px;
  text-align: center;
  display: block;
  border-radius: 3px;
  background: #d1d1d1;
  border: 1px solid #d1d1d1;
}
.gray-button:hover {
  position: relative;
  top: -1px;
}
.gray-button span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
}
.gray-button span.fa {
  font-size: 1.4em;
  margin-left: 10px;
}
@media (min-width: 1600px) {
  .gray-button span {
    font-size: 1.2em;
  }
  .gray-button span.fa {
    font-size: 1.45em;
  }
}
.green-button {
  color: #ffffff;
  border-radius: 0;
  padding: 10px 12px;
  text-align: center;
  display: block;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 1.4em;
  background: #6db94b;
  border: 1px solid #6db94b;
}
.green-button:hover {
  position: relative;
  top: -1px;
}
.green-button span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
}
.green-button span.fa {
  font-size: 1.4em;
  margin-left: 10px;
}
@media (min-width: 1600px) {
  .green-button span {
    font-size: 1.2em;
  }
  .green-button span.fa {
    font-size: 1.45em;
  }
}
.green-button .simplybook {
  display: inline-block;
  margin-right: 10px;
  background: url(/v2/images/directory/simplybookme-logo-small.png) no-repeat top center transparent;
  width: 20px;
  height: 28px;
}
/*    socials    */
.social-button-link.facebook {
  background: #517cc0;
}
.social-button-link.twitter {
  background: #65cdf2;
}
.social-button-link.google {
  background: #df4931;
}
.social-button-link.email {
  background: #17daa5;
}
/*    Page titles   */
.medium-title {
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: bold;
  margin: 0;
  height: 60px;
  overflow: hidden;
  text-transform: capitalize;
}
.small-title {
  font-size: 1.15em;
  line-height: 1.15em;
  font-weight: bold;
  margin: 0;
}
.main-content-wrapper.map-mode .has-adult-content.blured .adult-content-overlay-block .confirm-message {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: initial;
  padding: 20px;
}
.main-content-wrapper.map-mode .has-adult-content.blured .adult-content-overlay-block .confirm-message .text {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
}
.main-content-wrapper.map-mode .has-adult-content.blured .adult-content-overlay-block .confirm-message .image-wrapper {
  width: auto;
}
.main-content-wrapper.map-mode .has-adult-content.blured .adult-content-overlay-block .confirm-message .image-wrapper img {
  width: auto;
}
.main-content-wrapper.map-mode .has-adult-content.blured .adult-content-overlay-block .confirm-message .btn.black-button {
  padding: 10px;
  margin: 0;
  position: absolute;
  right: 20px;
  bottom: 60px;
}
.main-content-wrapper.map-mode .has-adult-content.blured .adult-content-overlay-block .confirm-message .btn.black-button:hover {
  top: auto;
  bottom: 61px;
}
/*
TODO: these files already exists, just not committed. so maybe unfinished
@import "layout.less";
@import "pages.less";
@import "timeline.less";
*/
/*------- Predefined variables  -------*/
/*-------- Css reset   -----------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  background: #f1f2f7;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------- Common rules  -------------*/
body {
  background-color: #f1f2f7;
  color: #444444;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
}
.shadow {
  box-shadow: 1px 1px 1px #e7e7e7;
}
/* hack for directory frame only */
.container {
  width: 100% !important;
  padding: 20px;
}
/**********************************************/
/*                                            */
/*               Main layout                  */
/*                                            */
/*                                            */
/**********************************************/
header .menu {
  padding: 20px;
}
header .menu li {
  float: right;
  margin-left: 20px;
}
header .menu li a {
  color: #464646;
  font-size: 1.15em;
}
header .menu li.selected a,
header .menu li:hover a {
  color: #666666;
}
footer {
  color: #d1d1d1;
  padding: 40px;
  background: #464646;
}
footer a,
footer span {
  color: #d1d1d1;
  font-size: 14px;
}
footer a.support-button,
footer span.support-button {
  color: #ffffff;
}
footer a:hover {
  position: relative;
  top: -1px;
}
footer ul li {
  padding-top: 20px;
}
footer .socials {
  padding-top: 20px;
}
footer .socials a {
  margin-right: 20px;
}
footer .socials a .fa {
  font-size: 2em;
}
footer .copyright {
  margin-top: 60px;
  text-align: center;
}
footer .copyright span {
  display: inline-block;
  color: #888888;
  border-top: 1px solid #888888;
  padding-top: 10px;
  font-size: 0.9em;
}
/**********************************************/
/*                                            */
/*           List item 
		(for timeline and not only_)          */
/*                                            */
/**********************************************/
.medium-title {
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: bold;
  margin: 0;
  height: 60px;
  overflow: hidden;
  text-transform: capitalize;
}
.small-title {
  font-size: 1.15em;
  line-height: 1.15em;
  font-weight: bold;
  margin: 0;
}
/**********************************************/
/*                                            */
/*           Timeline header                  */
/*            (step titles)                   */
/*                                            */
/**********************************************/
.message-spacer {
  display: none;
}
#timeline.bootstrap #step_title {
  display: none;
}
#timeline.bootstrap #step_info_container {
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 1px 1px 1px #e7e7e7;
  border-radius: 0;
  margin: 0;
  padding: 0;
  height: auto;
  /* /.step-header */
}
#timeline.bootstrap #step_info_container .step-header {
  background: none;
  margin-left: 18px;
  margin-right: -20px;
  /* /.step-title */
}
#timeline.bootstrap #step_info_container .step-header .step-title {
  margin: 0;
  /* .step-name */
  /* /.step-number */
  /* /.step-info */
}
#timeline.bootstrap #step_info_container .step-header .step-title .step-name {
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  color: #444444;
  font-size: 0.9em;
}
#timeline.bootstrap #step_info_container .step-header .step-title .step-number {
  border-radius: 30px;
  height: 30px;
  width: 30px;
  padding: 4px 4px 5px 6px;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  font-size: 0.75em;
  border: 1px solid #999999;
  color: #444444;
}
#timeline.bootstrap #step_info_container .step-header .step-title > .step-number,
#timeline.bootstrap #step_info_container .step-header .step-title > div {
  display: inline-block;
  vertical-align: middle;
}
#timeline.bootstrap #step_info_container .step-header .step-title .step-number-container {
  display: none;
}
#timeline.bootstrap #step_info_container .step-header .step-title .step-info {
  font-weight: normal;
  font-size: 0.6em;
  width: 100%;
  margin: -15px 0 0 20px;
}
#timeline.bootstrap #step_info_container .step-header.checked .step-title .step-number {
  background: #a9d694;
  border: none;
}
#timeline.bootstrap #step_info_container .step-header.active .step-title .step-number,
#timeline.bootstrap #step_info_container .step-header.checked .step-title .step-number:hover {
  background: #6db94b;
  border: none;
  color: #ffffff;
}
#timeline.vertical-steps .step-header {
  position: absolute;
  left: -9999px;
}
#timeline.vertical-steps .step-header.active,
#timeline.vertical-steps .step-header.checked {
  position: static;
  left: 0px;
}
/**********************************************/
/*                                            */
/*     Fixes for notebook and bigger          */
/*                                            */
/**********************************************/
@media (min-width: 768px) {
  #timeline.bootstrap #step_info_container {
    margin-bottom: 30px;
  }
  #timeline.bootstrap #step_info_container .step-header {
    height: 80px;
    position: relative;
  }
  #timeline.bootstrap #step_info_container .step-header:not(:last-child):after {
    position: absolute;
    top: 20px;
    right: 0;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    transform: scale(0.5, 1.5) rotate(45deg);
  }
  #timeline.bootstrap #step_info_container .step-header .step-number-container {
    height: 20px;
  }
  #timeline.bootstrap #step_info_container .step-header .step-name {
    padding: 20px;
    text-align: center;
  }
  #timeline.bootstrap #step_info_container .step-header .step-info {
    display: block;
    height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
/**********************************************/
/*                                            */
/*     		 Fixes for mobile devices         */
/*                                            */
/**********************************************/
@media (max-width: 767px) {
  #timeline.bootstrap #step_info_container,
  #timeline.bootstrap #step_info_container .step-header {
    box-sizing: border-box;
  }
  #timeline.bootstrap {
    margin: 0;
    /* /.step-header */
  }
  #timeline.bootstrap #step_info_container .step-header {
    border-bottom: 2px solid #eeeeee;
    padding: 10px 5px 5px 5px;
    height: auto;
    margin: 0;
    width: 100% !important;
    /* /.step-title */
  }
  #timeline.bootstrap #step_info_container .step-header .step-title .step-number {
    position: relative;
    top: -4px;
  }
  #timeline.bootstrap #step_info_container .step-header .step-title .step-number-container {
    display: none;
  }
  #timeline.bootstrap #step_info_container .step-header .step-title .step-info,
  #timeline.bootstrap #step_info_container .step-header .step-title .step-name {
    text-align: left;
    margin-left: 10px;
    vertical-align: bottom;
  }
  #timeline.bootstrap #step_info_container .step-header .step-title .step-info {
    height: auto;
  }
  #timeline.bootstrap #step_info_container .step-header .step-title .step-name {
    min-width: 100px;
  }
}
@media (max-width: 767px) {
  #timeline.bootstrap #info.bottom-info {
    width: 100%;
    margin-top: 20px;
  }
  #timeline.bootstrap #info.bottom-info .service-info-block .image {
    display: none;
  }
  div#timeline.bootstrap.modern.daily #time_select.time-select,
  div#timeline.bootstrap.flexible.daily #time_select.time-select {
    min-height: 40px;
  }
  div#timeline.bootstrap .step-content {
    margin-top: 20px;
  }
  div#timeline.bootstrap .step-content .client-info-step-form-container {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
  div#timeline.bootstrap .step-content .client-info-step-form-container #client_form .client_form_wrapper,
  div#timeline.bootstrap .step-content .client-info-step-form-container #client_form #additional_fields,
  div#timeline.bootstrap .step-content .client-info-step-form-container #client_form #redeem_code {
    width: auto;
  }
  div#timeline.bootstrap .step-content .client-info-step-form-container #client_form input[type=text],
  div#timeline.bootstrap .step-content .client-info-step-form-container #client_form #phone_description {
    width: 100% !important;
  }
  div#timeline.bootstrap .step-content .client-info-step-form-container #client_form #client_phone_number {
    width: 222px !important;
    margin: 0;
  }
  div#timeline.bootstrap .step-content .client-info-step-form-container #client_form dd.phone-element .ui-autocomplete-input {
    width: 80px !important;
  }
  div#timeline.bootstrap .step-content .client-info-step-form-container .license,
  div#timeline.bootstrap .step-content .client-info-step-form-container .buttons_container {
    width: auto;
  }
  div#timeline.bootstrap .step-content .client-info-step-form-container #submit_button {
    width: 100%;
  }
}
/**********************************************/
/*                                            */
/*               List items                   */
/*                                            */
/*                                            */
/**********************************************/
#timeline.bootstrap {
  /* /.item */
}
#timeline.bootstrap .item {
  width: 100%;
  background: #ffffff;
  border-bottom: 3px solid #ffffff;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #e7e7e7;
  margin-bottom: 20px;
  position: relative;
  transition: border-color 0.3s linear;
  padding: 0;
  /* -- /.image-container */
}
#timeline.bootstrap .item .unit-image,
#timeline.bootstrap .item .event-image,
#timeline.bootstrap .item .category-image,
#timeline.bootstrap .item .location-image {
  height: 200px;
  overflow: hidden;
  position: relative;
  border-radius: 3px 3px 0 0;
  text-align: center;
  width: 100%;
  display: flex;
}
#timeline.bootstrap .item .unit-image img,
#timeline.bootstrap .item .event-image img,
#timeline.bootstrap .item .category-image img,
#timeline.bootstrap .item .location-image img {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
#timeline.bootstrap .item .event-image.empty-bg,
#timeline.bootstrap .item .category-image.empty-bg {
  background: url(/v2/images/service-default-icon.png) no-repeat center #fafafa;
}
#timeline.bootstrap .item .unit-image.emtpy-bg {
  background: url(/v2/images/provider-default-icon.png) no-repeat center #fafafa;
}
#timeline.bootstrap .item .location-image.empty-bg {
  background: #fafafa;
}
#timeline.bootstrap .item .category-image .unit-info {
  display: block;
  height: 200px;
}
#timeline.bootstrap .item:hover {
  position: relative;
  top: -1px;
  border-bottom-color: #006ad3;
}
#timeline.bootstrap .item .image-container .stars-container-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 20px;
  background: rgba(1, 1, 1, 0.2);
  z-index: 2;
}
#timeline.bootstrap .item .unit-info,
#timeline.bootstrap .item .event-info,
#timeline.bootstrap .item .category-info,
#timeline.bootstrap .item .location-info {
  height: 200px;
  padding: 20px;
}
#timeline.bootstrap .item .unit-info .unit-title,
#timeline.bootstrap .item .event-info .unit-title,
#timeline.bootstrap .item .category-info .unit-title,
#timeline.bootstrap .item .location-info .unit-title,
#timeline.bootstrap .item .unit-info .event-title,
#timeline.bootstrap .item .event-info .event-title,
#timeline.bootstrap .item .category-info .event-title,
#timeline.bootstrap .item .location-info .event-title,
#timeline.bootstrap .item .unit-info .category-title,
#timeline.bootstrap .item .event-info .category-title,
#timeline.bootstrap .item .category-info .category-title,
#timeline.bootstrap .item .location-info .category-title,
#timeline.bootstrap .item .unit-info .location-title,
#timeline.bootstrap .item .event-info .location-title,
#timeline.bootstrap .item .category-info .location-title,
#timeline.bootstrap .item .location-info .location-title {
  margin-bottom: 20px;
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: bold;
  margin: 0;
  height: 60px;
  overflow: hidden;
  text-transform: capitalize;
}
#timeline.bootstrap .item .unit-info .unit-description,
#timeline.bootstrap .item .event-info .unit-description,
#timeline.bootstrap .item .category-info .unit-description,
#timeline.bootstrap .item .location-info .unit-description,
#timeline.bootstrap .item .unit-info .event-description,
#timeline.bootstrap .item .event-info .event-description,
#timeline.bootstrap .item .category-info .event-description,
#timeline.bootstrap .item .location-info .event-description,
#timeline.bootstrap .item .unit-info .category-description,
#timeline.bootstrap .item .event-info .category-description,
#timeline.bootstrap .item .category-info .category-description,
#timeline.bootstrap .item .location-info .category-description,
#timeline.bootstrap .item .unit-info .location-description,
#timeline.bootstrap .item .event-info .location-description,
#timeline.bootstrap .item .category-info .location-description,
#timeline.bootstrap .item .location-info .location-description {
  color: #666666;
  height: 60px;
  overflow: hidden;
}
#timeline.bootstrap .item .unit-info .location-address,
#timeline.bootstrap .item .event-info .location-address,
#timeline.bootstrap .item .category-info .location-address,
#timeline.bootstrap .item .location-info .location-address,
#timeline.bootstrap .item .unit-info .event-duration,
#timeline.bootstrap .item .event-info .event-duration,
#timeline.bootstrap .item .category-info .event-duration,
#timeline.bootstrap .item .location-info .event-duration,
#timeline.bootstrap .item .unit-info .unit-duration,
#timeline.bootstrap .item .event-info .unit-duration,
#timeline.bootstrap .item .category-info .unit-duration,
#timeline.bootstrap .item .location-info .unit-duration {
  color: #666666;
  font-weight: normal;
}
#timeline.bootstrap .item .unit-info .event-price,
#timeline.bootstrap .item .event-info .event-price,
#timeline.bootstrap .item .category-info .event-price,
#timeline.bootstrap .item .location-info .event-price,
#timeline.bootstrap .item .unit-info .location-phone,
#timeline.bootstrap .item .event-info .location-phone,
#timeline.bootstrap .item .category-info .location-phone,
#timeline.bootstrap .item .location-info .location-phone {
  color: #6db94b;
  font-weight: normal;
  font-size: 1.3em;
  margin-top: 5px;
}
/* HACKs */
#timeline.bootstrap .item {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin: 20px;
}
#timeline.bootstrap .item.hidden-items {
  display: none !important;
}
#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: 100%;
  max-width: 100%;
  object-fit: cover;
}
#timeline.bootstrap .button {
  z-index: 4;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  botom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  color: transparent;
  background: transparent;
}
#timeline.bootstrap .button:hover {
  border: none;
  color: transparent;
  background: rgba(212, 212, 212, 0.09);
}
/**********************************************/
/*                                            */
/*           Timeline calendar                */
/*            (daily timeline)                */
/*                                            */
/**********************************************/
.white-block {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #e7e7e7;
  padding: 20px;
}
.white-left-block {
  width: 400px;
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #e7e7e7;
  padding: 20px;
}
.white-calendar {
  /* /.ui-widget-header */
  /* /.ui-datepicker-calendar */
}
.white-calendar .ui-widget-header {
  background: none;
  border: none;
  color: #444444;
}
.white-calendar .ui-widget-header .ui-datepicker-title {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1.15em;
}
.white-calendar .ui-widget-header .ui-datepicker-prev,
.white-calendar .ui-widget-header .ui-datepicker-next {
  background: none;
  width: 14px;
  height: 25px;
}
.white-calendar .ui-widget-header .ui-datepicker-prev .ui-icon,
.white-calendar .ui-widget-header .ui-datepicker-next .ui-icon {
  background: none;
}
.white-calendar .ui-widget-header .ui-datepicker-prev.ui-state-hover,
.white-calendar .ui-widget-header .ui-datepicker-next.ui-state-hover,
.white-calendar .ui-widget-header .ui-datepicker-prev.ui-state-active,
.white-calendar .ui-widget-header .ui-datepicker-next.ui-state-active {
  border: none;
  cursor: pointer;
}
.white-calendar .ui-widget-header .ui-datepicker-prev {
  background: url(/themes/bootstrap__joy/images/left.png) 0 0 no-repeat transparent !important;
  border-left: none;
}
.white-calendar .ui-widget-header .ui-datepicker-next {
  background: url(/themes/bootstrap__joy/images/right.png) 0 0 no-repeat transparent;
  border-right: none;
}
.white-calendar .ui-widget-header .ui-datepicker-prev-hover,
.white-calendar .ui-widget-header .ui-datepicker-next-hover {
  top: 2px;
}
.white-calendar .ui-datepicker-calendar {
  table-layout: fixed;
}
.white-calendar .ui-datepicker-calendar td,
.white-calendar .ui-datepicker-calendar th {
  text-align: center;
}
.white-calendar .ui-datepicker-calendar th {
  padding: 7px;
  text-transform: uppercase;
  overflow: hidden;
}
.white-calendar .ui-datepicker-calendar th span {
  border-bottom: 1px solid #444444;
  padding-bottom: 5px;
}
.white-calendar .ui-datepicker-calendar td span,
.white-calendar .ui-datepicker-calendar td a {
  width: 2.6em;
  margin: auto;
  text-align: center;
}
.white-calendar .ui-datepicker-calendar td .ui-state-default {
  border: 1px solid transparent;
  background: transparent;
}
.white-calendar .ui-datepicker-calendar td .ui-state-default.ui-state-hover {
  background: #6db94b;
  color: #ffffff;
  border-radius: 2px;
}
.white-calendar .ui-datepicker-calendar td .ui-state-disabled {
  opacity: 0.5;
}
/* /.white-calendar */
#timeline.bootstrap {
  /* /#date_start */
  /* /.bottom-info */
}
#timeline.bootstrap #date_start {
  /* /.ui-datepicker */
}
#timeline.bootstrap #date_start .ui-datepicker {
  width: 400px;
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #e7e7e7;
  padding: 20px;
  /* /.ui-widget-header */
  /* /.ui-datepicker-calendar */
}
#timeline.bootstrap #date_start .ui-datepicker .ui-widget-header {
  background: none;
  border: none;
  color: #444444;
}
#timeline.bootstrap #date_start .ui-datepicker .ui-widget-header .ui-datepicker-title {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1.15em;
}
#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: 14px;
  height: 25px;
}
#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.ui-state-hover,
#timeline.bootstrap #date_start .ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-hover,
#timeline.bootstrap #date_start .ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-active,
#timeline.bootstrap #date_start .ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-active {
  border: none;
  cursor: pointer;
}
#timeline.bootstrap #date_start .ui-datepicker .ui-widget-header .ui-datepicker-prev {
  background: url(/themes/bootstrap__joy/images/left.png) 0 0 no-repeat transparent !important;
  border-left: none;
}
#timeline.bootstrap #date_start .ui-datepicker .ui-widget-header .ui-datepicker-next {
  background: url(/themes/bootstrap__joy/images/right.png) 0 0 no-repeat transparent;
  border-right: 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 .ui-datepicker-calendar {
  table-layout: fixed;
}
#timeline.bootstrap #date_start .ui-datepicker .ui-datepicker-calendar td,
#timeline.bootstrap #date_start .ui-datepicker .ui-datepicker-calendar th {
  text-align: center;
}
#timeline.bootstrap #date_start .ui-datepicker .ui-datepicker-calendar th {
  padding: 7px;
  text-transform: uppercase;
  overflow: hidden;
}
#timeline.bootstrap #date_start .ui-datepicker .ui-datepicker-calendar th span {
  border-bottom: 1px solid #444444;
  padding-bottom: 5px;
}
#timeline.bootstrap #date_start .ui-datepicker .ui-datepicker-calendar td span,
#timeline.bootstrap #date_start .ui-datepicker .ui-datepicker-calendar td a {
  width: 2.6em;
  margin: auto;
  text-align: center;
}
#timeline.bootstrap #date_start .ui-datepicker .ui-datepicker-calendar td .ui-state-default {
  border: 1px solid transparent;
  background: transparent;
}
#timeline.bootstrap #date_start .ui-datepicker .ui-datepicker-calendar td .ui-state-default.ui-state-hover {
  background: #6db94b;
  color: #ffffff;
  border-radius: 2px;
}
#timeline.bootstrap #date_start .ui-datepicker .ui-datepicker-calendar td .ui-state-disabled {
  opacity: 0.5;
}
#timeline.bootstrap .bottom-info {
  width: 400px;
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #e7e7e7;
  padding: 20px;
}
#timeline.bootstrap .bottom-info .service-info-block {
  position: relative;
}
#timeline.bootstrap .bottom-info .service-info-block .image {
  height: 200px;
  text-align: center;
  overflow: hidden;
}
#timeline.bootstrap .bottom-info .service-info-block .image img {
  width: 100%;
}
#timeline.bootstrap .bottom-info div {
  font-size: 1em;
}
#timeline.bootstrap .bottom-info .service-name {
  font-size: 1.2em;
  font-weight: bold;
  margin: 20px 0;
}
#timeline.bootstrap .bottom-info .service-description {
  color: #5e5e5e;
  margin-bottom: 20px;
}
#timeline.bootstrap .bottom-info .service-info > div,
#timeline.bootstrap .bottom-info .info-block > div {
  margin-bottom: 10px;
}
#timeline.bootstrap .bottom-info .title,
#timeline.bootstrap .bottom-info .data {
  display: inline-block;
  vertical-align: top;
}
#timeline.bootstrap .bottom-info .title {
  width: 35%;
  color: #5e5e5e;
}
#timeline.bootstrap .bottom-info .title .glyphicon {
  margin-right: 10px;
  font-size: 1.2em;
  color: #5e5e5e;
}
#timeline.bootstrap .bottom-info .data {
  width: 55%;
}
#timeline.bootstrap .bottom-info {
  display: none;
}
/**********************************************/
/*                                            */
/*           Time slots selection             */
/*                                            */
/*                                            */
/**********************************************/
.slot {
  box-shadow: none;
  background: #f6f6f6;
  border: 1px solid #eeeeee;
  min-width: 5.5em;
}
.slot.selected,
.slot:hover {
  box-shadow: none;
  color: #ffffff;
  background: #6db94b;
  border: 1px solid #6db94b;
}
.slot.not_worked_time,
.slot.not_worked_time:hover,
.slot.busy,
.slot.busy:hover {
  background: #dad2ce;
  border: 1px solid #dad2ce;
  color: #afaca7;
}
div#timeline.bootstrap {
  /* .daily */
  /* /.weekly */
  /* /.daily.classes */
}
div#timeline.bootstrap.daily {
  /* .daily.flexible */
  /* /.daily.modern */
}
div#timeline.bootstrap.daily.flexible #time_select,
div#timeline.bootstrap.daily.modern #time_select {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #e7e7e7;
  padding: 20px;
  min-height: 272px;
  /* calendar height. hack number */
}
div#timeline.bootstrap.daily.flexible {
  /*  /#time_select */
}
div#timeline.bootstrap.daily.flexible #time_select {
  /* /.timeline-grid */
}
div#timeline.bootstrap.daily.flexible #time_select .timeline-grid {
  /* /.hour-row */
}
div#timeline.bootstrap.daily.flexible #time_select .timeline-grid .hour-row {
  /* /.hour-title */
  /* /.time-select-div */
}
div#timeline.bootstrap.daily.flexible #time_select .timeline-grid .hour-row .hour-title {
  border-right: 1px solid #999999;
  padding-right: 10px;
}
div#timeline.bootstrap.daily.flexible #time_select .timeline-grid .hour-row .hour-title .dot {
  box-shadow: none;
  background: #444444;
  height: 1px;
  width: 20px;
  margin-right: 0;
}
div#timeline.bootstrap.daily.flexible #time_select .timeline-grid .hour-row .hour-title .dot span {
  display: none;
}
div#timeline.bootstrap.daily.flexible #time_select .timeline-grid .hour-row .time-items .time-item .time-select-div {
  box-shadow: none;
  background: #f6f6f6;
  border: 1px solid #eeeeee;
  min-width: 5.5em;
}
div#timeline.bootstrap.daily.flexible #time_select .timeline-grid .hour-row .time-items .time-item .time-select-div.selected,
div#timeline.bootstrap.daily.flexible #time_select .timeline-grid .hour-row .time-items .time-item .time-select-div:hover {
  box-shadow: none;
  color: #ffffff;
  background: #6db94b;
  border: 1px solid #6db94b;
}
div#timeline.bootstrap.daily.flexible #time_select .timeline-grid .hour-row .time-items .time-item .time-select-div.not_worked_time,
div#timeline.bootstrap.daily.flexible #time_select .timeline-grid .hour-row .time-items .time-item .time-select-div.not_worked_time:hover,
div#timeline.bootstrap.daily.flexible #time_select .timeline-grid .hour-row .time-items .time-item .time-select-div.busy,
div#timeline.bootstrap.daily.flexible #time_select .timeline-grid .hour-row .time-items .time-item .time-select-div.busy:hover {
  background: #dad2ce;
  border: 1px solid #dad2ce;
  color: #afaca7;
}
div#timeline.bootstrap.daily.modern #time_select #time_matrix .time-select-item {
  box-shadow: none;
  background: #f6f6f6;
  border: 1px solid #eeeeee;
  min-width: 5.5em;
}
div#timeline.bootstrap.daily.modern #time_select #time_matrix .time-select-item.selected,
div#timeline.bootstrap.daily.modern #time_select #time_matrix .time-select-item:hover {
  box-shadow: none;
  color: #ffffff;
  background: #6db94b;
  border: 1px solid #6db94b;
}
div#timeline.bootstrap.daily.modern #time_select #time_matrix .time-select-item.not_worked_time,
div#timeline.bootstrap.daily.modern #time_select #time_matrix .time-select-item.not_worked_time:hover,
div#timeline.bootstrap.daily.modern #time_select #time_matrix .time-select-item.busy,
div#timeline.bootstrap.daily.modern #time_select #time_matrix .time-select-item.busy:hover {
  background: #dad2ce;
  border: 1px solid #dad2ce;
  color: #afaca7;
}
div#timeline.bootstrap.week {
  /* /.modern and flexile rules */
  /* /.weekly.modern */
  /* /.weekly.flexible */
}
div#timeline.bootstrap.week.modern,
div#timeline.bootstrap.week.flexible {
  /* /.week_timeselect_top */
}
div#timeline.bootstrap.week.modern .week_timeselect_top,
div#timeline.bootstrap.week.flexible .week_timeselect_top {
  width: auto;
  /* /.date_start */
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start {
  width: 400px;
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #e7e7e7;
  padding: 20px;
  position: relative;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start .calendar_button,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start .calendar_button,
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start .date_title,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start .date_title {
  display: none;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start #calendar,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start #calendar {
  position: relative;
  display: block !important;
  margin: -20px 0 0 0;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start #calendar .ui-datepicker,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start #calendar .ui-datepicker {
  /* /.ui-widget-header */
  /* /.ui-datepicker-calendar */
  width: auto;
  border: none;
  background: transparent;
  margin: 0;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header {
  background: none;
  border: none;
  color: #444444;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header .ui-datepicker-title,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header .ui-datepicker-title {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1.15em;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header .ui-datepicker-prev,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header .ui-datepicker-prev,
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header .ui-datepicker-next,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header .ui-datepicker-next {
  background: none;
  width: 14px;
  height: 25px;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon,
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header .ui-datepicker-next .ui-icon,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header .ui-datepicker-next .ui-icon {
  background: none;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-hover,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-hover,
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-hover,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-hover,
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-active,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-active,
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-active,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-active {
  border: none;
  cursor: pointer;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header .ui-datepicker-prev,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header .ui-datepicker-prev {
  background: url(/themes/bootstrap__joy/images/left.png) 0 0 no-repeat transparent !important;
  border-left: none;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header .ui-datepicker-next,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header .ui-datepicker-next {
  background: url(/themes/bootstrap__joy/images/right.png) 0 0 no-repeat transparent;
  border-right: none;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header .ui-datepicker-prev-hover,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header .ui-datepicker-prev-hover,
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header .ui-datepicker-next-hover,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start #calendar .ui-datepicker .ui-widget-header .ui-datepicker-next-hover {
  top: 2px;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start #calendar .ui-datepicker .ui-datepicker-calendar,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start #calendar .ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start #calendar .ui-datepicker .ui-datepicker-calendar td,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start #calendar .ui-datepicker .ui-datepicker-calendar td,
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start #calendar .ui-datepicker .ui-datepicker-calendar th,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start #calendar .ui-datepicker .ui-datepicker-calendar th {
  text-align: center;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start #calendar .ui-datepicker .ui-datepicker-calendar th,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start #calendar .ui-datepicker .ui-datepicker-calendar th {
  padding: 7px;
  text-transform: uppercase;
  overflow: hidden;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start #calendar .ui-datepicker .ui-datepicker-calendar th span,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start #calendar .ui-datepicker .ui-datepicker-calendar th span {
  border-bottom: 1px solid #444444;
  padding-bottom: 5px;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start #calendar .ui-datepicker .ui-datepicker-calendar td span,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start #calendar .ui-datepicker .ui-datepicker-calendar td span,
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start #calendar .ui-datepicker .ui-datepicker-calendar td a,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start #calendar .ui-datepicker .ui-datepicker-calendar td a {
  width: 2.6em;
  margin: auto;
  text-align: center;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start #calendar .ui-datepicker .ui-datepicker-calendar td .ui-state-default,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start #calendar .ui-datepicker .ui-datepicker-calendar td .ui-state-default {
  border: 1px solid transparent;
  background: transparent;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start #calendar .ui-datepicker .ui-datepicker-calendar td .ui-state-default.ui-state-hover,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start #calendar .ui-datepicker .ui-datepicker-calendar td .ui-state-default.ui-state-hover {
  background: #6db94b;
  color: #ffffff;
  border-radius: 2px;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start #calendar .ui-datepicker .ui-datepicker-calendar td .ui-state-disabled,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start #calendar .ui-datepicker .ui-datepicker-calendar td .ui-state-disabled {
  opacity: 0.5;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start .prev-next-button-container,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start .prev-next-button-container {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 10px;
  padding-top: 10px;
  box-sizing: content-box;
  border-top: 1px solid #eeeeee;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start .prev-next-button-container .arrow-button,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start .prev-next-button-container .arrow-button {
  width: 120px;
  display: inline-block;
  border-radius: 3px;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start .prev-next-button-container .arrow-button .text-container,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start .prev-next-button-container .arrow-button .text-container {
  background: transparent;
  color: #444444;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start .prev-next-button-container .arrow-button:hover .text-container,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start .prev-next-button-container .arrow-button:hover .text-container {
  color: #222222;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start .prev-next-button-container .arrow-button .left-side-arrow,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start .prev-next-button-container .arrow-button .left-side-arrow,
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start .prev-next-button-container .arrow-button .right-side-arrow,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start .prev-next-button-container .arrow-button .right-side-arrow {
  display: none;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start .prev-next-button-container .arrow-button#prev_button,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start .prev-next-button-container .arrow-button#prev_button {
  padding-left: 10px;
  float: left;
  background: url(/v2/images/pagination-left.png) no-repeat transparent 5% 50%;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start .prev-next-button-container .arrow-button#prev_button:hover,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start .prev-next-button-container .arrow-button#prev_button:hover {
  background: url(/v2/images/pagination-left-hover.png) no-repeat 5% 50% #eeeeee;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start .prev-next-button-container .arrow-button#next_button,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start .prev-next-button-container .arrow-button#next_button {
  float: right;
  padding-right: 10px;
  background: url(/v2/images/pagination-right.png) no-repeat transparent 85% 50%;
}
div#timeline.bootstrap.week.modern .week_timeselect_top .date_start .prev-next-button-container .arrow-button#next_button:hover,
div#timeline.bootstrap.week.flexible .week_timeselect_top .date_start .prev-next-button-container .arrow-button#next_button:hover {
  background: url(/v2/images/pagination-right-hover.png) no-repeat 85% 50% #eeeeee;
}
div#timeline.bootstrap.week .th-reset {
  background: none;
  border: none;
  border-radius: 0;
  color: #444444;
  width: 44px;
  margin: 0 16px;
}
div#timeline.bootstrap.week .th-reset .coma {
  display: none;
}
div#timeline.bootstrap.week .th-reset .date,
div#timeline.bootstrap.week .th-reset .week-day {
  display: block;
}
div#timeline.bootstrap.week .th-reset .date {
  font-size: 12px;
  font-weight: normal;
  border-bottom: 1px solid #444444;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
div#timeline.bootstrap.week .th-reset .week-day {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
div#timeline.bootstrap.week.modern {
  /* /.date_time_container */
}
div#timeline.bootstrap.week.modern .date_time_container {
  padding-bottom: 40px;
}
div#timeline.bootstrap.week.modern .date_time_container #time_select_container {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #e7e7e7;
  padding: 20px;
}
div#timeline.bootstrap.week.modern .date_time_container #time_select_container table th .day-div {
  background: none;
  border: none;
  border-radius: 0;
  color: #444444;
  width: 44px;
  margin: 0 16px;
}
div#timeline.bootstrap.week.modern .date_time_container #time_select_container table th .day-div .coma {
  display: none;
}
div#timeline.bootstrap.week.modern .date_time_container #time_select_container table th .day-div .date,
div#timeline.bootstrap.week.modern .date_time_container #time_select_container table th .day-div .week-day {
  display: block;
}
div#timeline.bootstrap.week.modern .date_time_container #time_select_container table th .day-div .date {
  font-size: 12px;
  font-weight: normal;
  border-bottom: 1px solid #444444;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
div#timeline.bootstrap.week.modern .date_time_container #time_select_container table th .day-div .week-day {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
div#timeline.bootstrap.week.modern .date_time_container #time_select_container table td .time-select-div {
  box-shadow: none;
  background: #f6f6f6;
  border: 1px solid #eeeeee;
  min-width: 5.5em;
  opacity: 1;
  margin-bottom: 1px;
}
div#timeline.bootstrap.week.modern .date_time_container #time_select_container table td .time-select-div.selected,
div#timeline.bootstrap.week.modern .date_time_container #time_select_container table td .time-select-div:hover {
  box-shadow: none;
  color: #ffffff;
  background: #6db94b;
  border: 1px solid #6db94b;
}
div#timeline.bootstrap.week.modern .date_time_container #time_select_container table td .time-select-div.not_worked_time,
div#timeline.bootstrap.week.modern .date_time_container #time_select_container table td .time-select-div.not_worked_time:hover,
div#timeline.bootstrap.week.modern .date_time_container #time_select_container table td .time-select-div.busy,
div#timeline.bootstrap.week.modern .date_time_container #time_select_container table td .time-select-div.busy:hover {
  background: #dad2ce;
  border: 1px solid #dad2ce;
  color: #afaca7;
}
div#timeline.bootstrap.week.flexible {
  /* /.date_time_container */
}
div#timeline.bootstrap.week.flexible .date_time_container {
  padding-bottom: 40px;
  /* /#time_select_container */
}
div#timeline.bootstrap.week.flexible .date_time_container #time_select_container {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #e7e7e7;
  padding: 20px;
}
div#timeline.bootstrap.week.flexible .date_time_container #time_select_container table .lefttime-div {
  vertical-align: top;
}
div#timeline.bootstrap.week.flexible .date_time_container #time_select_container table th .day-div {
  background: none;
  border: none;
  border-radius: 0;
  color: #444444;
  width: 44px;
  margin: 0 16px;
  font-size: 12px;
}
div#timeline.bootstrap.week.flexible .date_time_container #time_select_container table th .day-div .coma {
  display: none;
}
div#timeline.bootstrap.week.flexible .date_time_container #time_select_container table th .day-div .date,
div#timeline.bootstrap.week.flexible .date_time_container #time_select_container table th .day-div .week-day {
  display: block;
}
div#timeline.bootstrap.week.flexible .date_time_container #time_select_container table th .day-div .date {
  font-size: 12px;
  font-weight: normal;
  border-bottom: 1px solid #444444;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
div#timeline.bootstrap.week.flexible .date_time_container #time_select_container table th .day-div .week-day {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
div#timeline.bootstrap.week.flexible .date_time_container #time_select_container table .time-select-div:hover {
  background-color: #6db94b;
  border-color: #6db94b;
}
div#timeline.bootstrap.daily.classes #time-select-classes {
  /* /.arrows-reset */
  /* /.header-classes */
  /* /.daily-schedule-container */
}
div#timeline.bootstrap.daily.classes #time-select-classes .arrows-reset .left-arrow,
div#timeline.bootstrap.daily.classes #time-select-classes .arrows-reset .right-arrow {
  width: 130px;
}
div#timeline.bootstrap.daily.classes #time-select-classes .arrows-reset .left-arrow:before,
div#timeline.bootstrap.daily.classes #time-select-classes .arrows-reset .right-arrow:before,
div#timeline.bootstrap.daily.classes #time-select-classes .arrows-reset .left-arrow:after,
div#timeline.bootstrap.daily.classes #time-select-classes .arrows-reset .right-arrow:after {
  content: none;
}
div#timeline.bootstrap.daily.classes #time-select-classes .arrows-reset .left-arrow span,
div#timeline.bootstrap.daily.classes #time-select-classes .arrows-reset .right-arrow span {
  display: block;
  color: #999999;
}
div#timeline.bootstrap.daily.classes #time-select-classes .arrows-reset .left-arrow:hover span,
div#timeline.bootstrap.daily.classes #time-select-classes .arrows-reset .right-arrow:hover span {
  color: #444444;
}
div#timeline.bootstrap.daily.classes #time-select-classes .arrows-reset .left-arrow {
  float: left;
  padding-left: 25px;
  background: url(/v2/images/pagination-left.png) left 2px no-repeat;
}
div#timeline.bootstrap.daily.classes #time-select-classes .arrows-reset .left-arrow:hover {
  background-image: url(/v2/images/pagination-left-hover.png);
}
div#timeline.bootstrap.daily.classes #time-select-classes .arrows-reset .right-arrow {
  float: right;
  padding-right: 25px;
  background: url(/v2/images/pagination-right.png) right 2px no-repeat;
}
div#timeline.bootstrap.daily.classes #time-select-classes .arrows-reset .right-arrow:hover {
  background-image: url(/v2/images/pagination-right-hover.png);
}
div#timeline.bootstrap.daily.classes #time-select-classes .header-classes {
  /* /.month-switcher */
}
div#timeline.bootstrap.daily.classes #time-select-classes .header-classes .month-switcher {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #e7e7e7;
  padding: 20px;
}
div#timeline.bootstrap.daily.classes #time-select-classes .header-classes .month-switcher .left-arrow,
div#timeline.bootstrap.daily.classes #time-select-classes .header-classes .month-switcher .right-arrow {
  width: 130px;
}
div#timeline.bootstrap.daily.classes #time-select-classes .header-classes .month-switcher .left-arrow:before,
div#timeline.bootstrap.daily.classes #time-select-classes .header-classes .month-switcher .right-arrow:before,
div#timeline.bootstrap.daily.classes #time-select-classes .header-classes .month-switcher .left-arrow:after,
div#timeline.bootstrap.daily.classes #time-select-classes .header-classes .month-switcher .right-arrow:after {
  content: none;
}
div#timeline.bootstrap.daily.classes #time-select-classes .header-classes .month-switcher .left-arrow span,
div#timeline.bootstrap.daily.classes #time-select-classes .header-classes .month-switcher .right-arrow span {
  display: block;
  color: #999999;
}
div#timeline.bootstrap.daily.classes #time-select-classes .header-classes .month-switcher .left-arrow:hover span,
div#timeline.bootstrap.daily.classes #time-select-classes .header-classes .month-switcher .right-arrow:hover span {
  color: #444444;
}
div#timeline.bootstrap.daily.classes #time-select-classes .header-classes .month-switcher .left-arrow {
  float: left;
  padding-left: 25px;
  background: url(/v2/images/pagination-left.png) left 2px no-repeat;
}
div#timeline.bootstrap.daily.classes #time-select-classes .header-classes .month-switcher .left-arrow:hover {
  background-image: url(/v2/images/pagination-left-hover.png);
}
div#timeline.bootstrap.daily.classes #time-select-classes .header-classes .month-switcher .right-arrow {
  float: right;
  padding-right: 25px;
  background: url(/v2/images/pagination-right.png) right 2px no-repeat;
}
div#timeline.bootstrap.daily.classes #time-select-classes .header-classes .month-switcher .right-arrow:hover {
  background-image: url(/v2/images/pagination-right-hover.png);
}
div#timeline.bootstrap.daily.classes #time-select-classes .header-classes .month-switcher .date-title {
  font-weight: normal;
}
div#timeline.bootstrap.daily.classes #time-select-classes .header-classes .month-switcher .date-select span.not-active,
div#timeline.bootstrap.daily.classes #time-select-classes .header-classes .month-switcher .date-select span.day-off {
  cursor: default;
}
div#timeline.bootstrap.daily.classes #time-select-classes .daily-schedule-container {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #e7e7e7;
  padding: 20px;
  margin-top: 5px;
  /* /.date-switcher */
  /* /.hour-line */
  /* /.grid-classes */
}
div#timeline.bootstrap.daily.classes #time-select-classes .daily-schedule-container .date-switcher {
  border-bottom: 2px solid #eeeeee;
  margin: 0 -21px 20px -21px;
  padding: 10px 20px 20px 20px;
}
div#timeline.bootstrap.daily.classes #time-select-classes .daily-schedule-container .date-switcher .left-arrow,
div#timeline.bootstrap.daily.classes #time-select-classes .daily-schedule-container .date-switcher .right-arrow {
  width: 130px;
}
div#timeline.bootstrap.daily.classes #time-select-classes .daily-schedule-container .date-switcher .left-arrow:before,
div#timeline.bootstrap.daily.classes #time-select-classes .daily-schedule-container .date-switcher .right-arrow:before,
div#timeline.bootstrap.daily.classes #time-select-classes .daily-schedule-container .date-switcher .left-arrow:after,
div#timeline.bootstrap.daily.classes #time-select-classes .daily-schedule-container .date-switcher .right-arrow:after {
  content: none;
}
div#timeline.bootstrap.daily.classes #time-select-classes .daily-schedule-container .date-switcher .left-arrow span,
div#timeline.bootstrap.daily.classes #time-select-classes .daily-schedule-container .date-switcher .right-arrow span {
  display: block;
  color: #999999;
}
div#timeline.bootstrap.daily.classes #time-select-classes .daily-schedule-container .date-switcher .left-arrow:hover span,
div#timeline.bootstrap.daily.classes #time-select-classes .daily-schedule-container .date-switcher .right-arrow:hover span {
  color: #444444;
}
div#timeline.bootstrap.daily.classes #time-select-classes .daily-schedule-container .date-switcher .left-arrow {
  float: left;
  padding-left: 25px;
  background: url(/v2/images/pagination-left.png) left 2px no-repeat;
}
div#timeline.bootstrap.daily.classes #time-select-classes .daily-schedule-container .date-switcher .left-arrow:hover {
  background-image: url(/v2/images/pagination-left-hover.png);
}
div#timeline.bootstrap.daily.classes #time-select-classes .daily-schedule-container .date-switcher .right-arrow {
  float: right;
  padding-right: 25px;
  background: url(/v2/images/pagination-right.png) right 2px no-repeat;
}
div#timeline.bootstrap.daily.classes #time-select-classes .daily-schedule-container .date-switcher .right-arrow:hover {
  background-image: url(/v2/images/pagination-right-hover.png);
}
div#timeline.bootstrap.daily.classes #time-select-classes .daily-schedule-container .grid-classes .grid-col .slot-performer .slot-title:hover {
  background: #6db94b;
}
div#timeline.bootstrap.daily.classes #time-select-classes .daily-schedule-container .grid-classes .grid-col .slot-performer .slot-title:hover .slot-perf-name {
  color: #ffffff;
}
/* /div#timeline.bootstrap  */
.popup-classes {
  /* /.event-step */
  /* /.time-step */
}
.popup-classes .event-step {
  /* /.service-list */
}
.popup-classes .event-step .service-list .service-item {
  border-bottom: 4px solid transparent;
}
.popup-classes .event-step .service-list .service-item:hover {
  border-bottom: 4px solid #6db94b;
}
.popup-classes .time-step {
  /* /.time-zone-node */
  /* /.legend-node */
}
.popup-classes .time-step .back-to-services {
  padding-left: 10px;
  float: left;
  background: url(/v2/images/pagination-left.png) no-repeat transparent 5% 50%;
}
.popup-classes .time-step .back-to-services:hover {
  background: url(/v2/images/pagination-left-hover.png) no-repeat 5% 50% #eeeeee;
}
.popup-classes .time-step .back-to-services:before {
  content: none;
}
.popup-classes .time-step .time-zone-node .time-select-item {
  font-weight: normal;
  border-radius: 3px;
}
.popup-classes .time-step .time-zone-node .time-select-item.not-available {
  cursor: default;
  background: #dad2ce;
  color: #afaca7;
}
.popup-classes .time-step .time-zone-node .time-select-item.available {
  background: #f6f6f6;
}
.popup-classes .time-step .time-zone-node .time-select-item.available:hover {
  background: #6db94b;
  color: #ffffff;
}
.popup-classes .time-step .legend-node .probe-available::before {
  background-color: #f6f6f6;
  border: 1px solid #cccccc;
}
.popup-classes .time-step .legend-node .probe-not-available::before {
  background-color: #dad2ce;
  border: #dad2ce;
}
/* /.popup-classes (for classes timeline time-selection step) */
/**********************************************/
/*                                            */
/*           Client info step                 */
/*                                            */
/**********************************************/
div#timeline.bootstrap #client_info_step .bottom-info,
div#timeline.bootstrap #client_info_step .client-info-step-form-container {
  display: inline-block;
  vertical-align: top;
}
div#timeline.bootstrap #client_info_step .bottom-info {
  margin-top: 0;
}
div#timeline.bootstrap #client_info_step .client-info-step-form-container {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #e7e7e7;
  padding: 20px;
}
@media (min-width: 768px) {
  div#timeline.bootstrap #client_info_step .client-info-step-form-container {
    width: 650px;
    margin-left: 20px;
  }
}
div#timeline.bootstrap #client_form input[type="text"],
div#timeline.bootstrap #client_form select {
  border: 1px solid #eaeaea;
  border-radius: 3px;
  box-shadow: none;
  color: #333333;
  margin-bottom: 15px;
  padding: 7px 14px;
  height: 34px;
}
div#timeline.bootstrap #client_form .phone-element #client_phone_number {
  width: 222px !important;
}
div#timeline.bootstrap #client_form .phone-element .ui-autocomplete-input {
  width: 78px !important;
}
div#timeline.bootstrap #submit_button {
  background: #f6f6f6;
  border: 1px solid #eeeeee;
}
div#timeline.bootstrap #submit_button:hover {
  background: #6db94b;
  border: 1px solid #6db94b;
  color: #ffffff;
}
div#timeline.bootstrap #errors li {
  padding: 7px 12px;
  color: #a90000;
  border: 1px solid #ffa9a9;
  background: #fafafa;
  border-radius: 3px;
  margin-top: 10px;
}
div#timeline.bootstrap #errors li:last-item {
  margin-bottom: 10px;
}
/**********************************************/
/*                                            */
/*        Booking result step                 */
/*                                            */
/**********************************************/
div.booking-result {
  /* not-mobile only */
  /* mobile only */
}
div.booking-result #pageNotifications {
  background: #fafafa;
}
div.booking-result .left-block,
div.booking-result .right-block {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 20px;
  box-shadow: 1px 1px 1px #e7e7e7;
}
div.booking-result .left-block {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #e7e7e7;
  padding: 20px;
  margin-right: 0;
  position: relative;
}
div.booking-result .left-block .image {
  height: 200px;
  text-align: center;
  overflow: hidden;
}
div.booking-result .left-block .image img {
  width: 100%;
}
div.booking-result .left-block div {
  font-size: 1em;
}
div.booking-result .left-block .service-name {
  font-size: 1.2em;
  font-weight: bold;
  margin: 20px 0;
}
div.booking-result .left-block .service-description {
  color: #5e5e5e;
  margin-bottom: 20px;
}
div.booking-result .info .info-row.service:first-letter {
  text-transform: uppercase;
}
div.booking-result .buttons a {
  color: #ffffff;
  border-radius: 0;
  padding: 10px 12px;
  display: block;
  border-radius: 3px;
  background: #464646;
  border: 1px solid #464646;
  text-align: center;
  display: inline-block;
}
div.booking-result .buttons a:hover {
  position: relative;
  top: -1px;
}
div.booking-result .buttons a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
}
div.booking-result .buttons a span.fa {
  font-size: 1.4em;
  margin-left: 10px;
}
@media (min-width: 1600px) {
  div.booking-result .buttons a span {
    font-size: 1.2em;
  }
  div.booking-result .buttons a span.fa {
    font-size: 1.45em;
  }
}
div.booking-result .buttons a .fa {
  display: inline-block;
  margin-right: 10px;
}
div.booking-result .buttons a,
div.booking-result .buttons a:hover {
  box-shadow: none;
}
div.booking-result .go-back-link {
  color: #464646;
}
@media (min-width: 768px) {
  div.booking-result .left-block {
    width: 400px;
  }
  div.booking-result .right-block {
    width: 650px;
    margin-left: 20px;
  }
  div.booking-result .right-block .info {
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  div.booking-result .left-block,
  div.booking-result .right-block {
    width: 100%;
  }
  div.booking-result .left-block {
    margin-bottom: 20px;
  }
}
/* /.booking-result */
.container .facebook-like {
  border-top: none;
}
