/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Colors */
/* Error, Notice, Success Colors */
/* Widths */
/* Heights */
/* Margins */
/* Paddings */
/* Radius */
/* Fonts */
/* Breakpoints */
/* line 2, ../sass/_mixins.scss */
form::after, .form-p::after, #bookings-list.public .scheduler-profile::after, #bookings-list.public .book-now .about::after, #bookings-list.public .book-now .about .bd::after, #bookings-list.public .book-now .headers::after,
#bookings-list.public .book-now .week-scroller::after, #bookings-list.public .week-scroller::after, #bookings-list.public .week-scroller .weeks::after, #bookings-list.public .week-scroller .weeks .week::after, #bookings-list .headers::after, #bookings-list .book-now::after, #timeslots-holder div.checkboxes::after, .existing-followups::after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */
/* line 12, ../sass/_forms.scss */
form {
  width: 100%;
}

/* line 13, ../sass/_forms.scss */
fieldset {
  padding: 1em 1em;
  margin: 0 1.25% 1em;
  border: 1px solid #ccc;
}

/* line 14, ../sass/_forms.scss */
legend {
  font-weight: bold;
  font-size: 1.2em;
  margin-left: 16px;
}

/* line 16, ../sass/_forms.scss */
fieldset.left {
  float: left;
  margin-right: 0;
  width: 49.5%;
}

/* line 17, ../sass/_forms.scss */
fieldset.right {
  float: right;
  margin-left: 0;
  width: 49.5%;
}

/* Form fields
-------------------------------------------------------------- */
/* line 23, ../sass/_forms.scss */
input.text,
input.title,
input.email {
  width: 240px;
  padding: 5px;
}

/* line 26, ../sass/_forms.scss */
input.title {
  font-size: 1em;
}

/* = Form P
========================================================== */
/* line 32, ../sass/_forms.scss */
.form-p {
  clear: both;
  padding: 0.75em 0;
  min-height: 26px;
  position: relative;
}
/* line 38, ../sass/_forms.scss */
.form-p .icon {
  position: absolute;
  right: 0;
  top: 15px;
  margin-right: 16px;
  z-index: 100;
}
/* line 48, ../sass/_forms.scss */
.form-p.multi-fields .fieldset .field:first-child, .form-p.group .fieldset .field:first-child {
  padding-left: 0;
}

/* line 54, ../sass/_forms.scss */
.form-p,
.form-p * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* = Inputs
========================== */
/* line 65, ../sass/_forms.scss */
input[type=text],
input[type=email],
input[type=password],
input[type=date],
textarea,
select,
.sbHolder,
.select2-container,
.text-content {
  background-color: #fefefe;
  border-radius: 4px;
  color: #161515;
  border: 1px solid #ccc;
  font-size: 12px;
}

/* line 80, ../sass/_forms.scss */
input[type=text],
input[type=email],
input[type=password],
input[type=date],
select,
.sbHolder,
.select2-container {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
}

/* line 94, ../sass/_forms.scss */
.form-p > label,
.form-p > .label,
.form-p > .desc {
  display: block;
  color: #161515;
  width: 29%;
}

/* line 103, ../sass/_forms.scss */
form.crm .form-p > .fieldgroup,
form.crm .form-p > input[type=text],
form.crm .form-p > input[type=email],
form.crm .form-p > input[type=password],
form.crm .form-p > select,
form.crm .form-p > .sbHolder,
form.crm .form-p > .select2-container,
form.crm .form-p > textarea,
#add-member form .form-p > .fieldgroup,
#add-member form .form-p > input[type=text],
#add-member form .form-p > input[type=email],
#add-member form .form-p > input[type=password],
#add-member form .form-p > select,
#add-member form .form-p > .sbHolder,
#add-member form .form-p > .select2-container,
#add-member form .form-p > textarea {
  float: right;
  width: 70%;
}

/* line 115, ../sass/_forms.scss */
.fieldgroup input[type=text],
.fieldgroup input[type=email],
.fieldgroup input[type=password],
.fieldgroup select,
.fieldgroup .sbHolder,
.fieldgroup .select2-container,
.fieldgroup textarea {
  width: 100%;
}

/* line 124, ../sass/_forms.scss */
textarea,
.form-p > textarea {
  padding: 1em;
}

/* line 129, ../sass/_forms.scss */
.gender select {
  margin-bottom: 6.5px;
}

/* Selects
===================== */
/* line 136, ../sass/_forms.scss */
select,
.sbHolder,
.sbSelector,
.select2-container {
  color: #096291;
  height: 24px !important;
  line-height: 24px !important;
}

/* line 144, ../sass/_forms.scss */
.sbOptions .sbGroup {
  background: #FFF6BF;
  border: 1px solid #000;
  border-top: 0 none;
  color: #000;
  height: 26px;
  line-height: 26px;
  padding: 0 5%;
  width: 100%;
  text-transform: capitalize;
}

/* line 155, ../sass/_forms.scss */
.select2-container {
  padding: 0;
}

/* line 158, ../sass/_forms.scss */
.sbOptions {
  top: 23px;
  width: 100%;
}

/* line 162, ../sass/_forms.scss */
.sbOptions li {
  padding: 0;
}

/* line 165, ../sass/_forms.scss */
.sbOptions li a {
  padding: 0 5%;
}

/* = Textarea

============= */
/* line 173, ../sass/_forms.scss */
textarea {
  padding: 0 1%;
  height: 75px;
}

/* = Submit
================== */
/* line 184, ../sass/_forms.scss */
input[type=submit],
input[type=button] {
  background: #10a3f0;
  border: 0 none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  height: 32px;
  line-height: 32px;
}
/* line 4, ../../../../../lib/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_hover-link.scss */
input[type=submit]:hover, input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus {
  text-decoration: underline;
}
/* line 197, ../sass/_forms.scss */
input[type=submit]:hover,
input[type=button]:hover {
  background: #629c35;
}

/* = Input States
========================================= */
/* line 207, ../sass/_forms.scss */
form :focus,
form .focus {
  box-shadow: 0px 0px 3pt 2pt #f2b33d;
}

/* line 211, ../sass/_forms.scss */
input:invalid,
input.invalid,
.editable .invalid,
.sbHolder.invalid,
.select2-container.invalid,
select.invalid,
textarea.invalid {
  box-shadow: 0px 0px 3pt 2pt red;
}

/* line 222, ../sass/_forms.scss */
form {
  overflow: hidden;
  *zoom: 1;
  overflow: visible;
}
/* line 225, ../sass/_forms.scss */
form .messages {
  float: left;
  width: 100%;
  margin-top: 0.75em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.75em;
}
/* line 229, ../sass/_forms.scss */
form .messages div {
  padding: 10px;
}
/* line 233, ../sass/_forms.scss */
form .checkbox {
  background-color: transparent;
}

/* = Placeholders
=========================== */
/* line 241, ../sass/_forms.scss */
input::-webkit-input-placeholder {
  color: #e12323;
}

/* line 244, ../sass/_forms.scss */
input:-moz-placeholder {
  color: #e12323;
}

/* line 247, ../sass/_forms.scss */
input:-ms-input-placeholder {
  color: #e12323;
}

/* = Radioboxes
===================== */
/* line 255, ../sass/_forms.scss */
.fieldgroup.radios {
  columns: 33% 3;
}

/* line 258, ../sass/_forms.scss */
.radiobox {
  float: left;
  margin-left: 0.5em;
  padding-right: 5px;
}

/* = Members Form
========================= */
/* line 268, ../sass/_forms.scss */
.fieldgroup.flex,
.flex .fieldgroup,
.flex .group {
  display: inline-flex;
  flex-wrap: nowrap;
}

/* line 274, ../sass/_forms.scss */
.flex-wrap .fieldgroup,
.flex-wrap .group {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-around;
}

/* line 280, ../sass/_forms.scss */
.fieldgroup.flex > *,
.flex > .fieldgroup > *,
.flex .group > * {
  flex-grow: 1;
  padding-left: 20px;
}

/* line 286, ../sass/_forms.scss */
.flex .one {
  flex-grow: 1;
  margin-right: 0.5em;
}

/* line 290, ../sass/_forms.scss */
.flex .two {
  flex-grow: 2;
}

/* line 293, ../sass/_forms.scss */
.flex .three {
  flex-grow: 3;
}

/* line 296, ../sass/_forms.scss */
.flex .four {
  flex-grow: 4;
}

/* line 299, ../sass/_forms.scss */
.flex .five {
  flex-grow: 5;
}

/* line 302, ../sass/_forms.scss */
.flex .six {
  flex-grow: 6;
}

/* line 305, ../sass/_forms.scss */
.flex .seven {
  flex-grow: 7;
}

/* line 308, ../sass/_forms.scss */
.flex .eight {
  flex-grow: 8;
}

/* line 311, ../sass/_forms.scss */
.flex .nine {
  flex-grow: 9;
}

/* line 314, ../sass/_forms.scss */
.field.opt_out {
  font-size: 10px;
  text-align: center;
}

/* line 319, ../sass/_forms.scss */
.radiobox label {
  display: inline;
}

/* = Half width
========================== */
/* line 326, ../sass/_forms.scss */
form .half {
  clear: none;
  float: left;
  width: 47.5%;
  margin-right: 2.5%;
  min-height: 42px;
}

@font-face {
  font-family: 'bookings-icomoon';
  src: url("../fonts/icomoon.eot?36z9ub");
  src: url("../fonts/icomoon.eot?#iefix36z9ub") format("embedded-opentype"), url("../fonts/icomoon.woff?36z9ub") format("woff"), url("../fonts/icomoon.ttf?36z9ub") format("truetype"), url("../fonts/icomoon.svg?36z9ub#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 14, ../sass/_icomoon.scss */
#bookings-list [class^="icon-"], #bookings-list [class*=" icon-"],
#scheduler-cbox [class^="icon-"],
#scheduler-cbox [class*=" icon-"] {
  font-family: 'bookings-icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 28, ../sass/_icomoon.scss */
#bookings-list .icon-email:before,
#scheduler-cbox .icon-email:before {
  content: "\e600";
}
/* line 31, ../sass/_icomoon.scss */
#bookings-list .icon-refresh:before,
#scheduler-cbox .icon-refresh:before {
  content: "\e609";
}
/* line 34, ../sass/_icomoon.scss */
#bookings-list .icon-loading:before,
#scheduler-cbox .icon-loading:before {
  content: "\e608";
}
/* line 37, ../sass/_icomoon.scss */
#bookings-list .icon-gmail:before,
#scheduler-cbox .icon-gmail:before {
  content: "\e601";
}
/* line 40, ../sass/_icomoon.scss */
#bookings-list .icon-pencil:before,
#scheduler-cbox .icon-pencil:before {
  content: "\e602";
}
/* line 43, ../sass/_icomoon.scss */
#bookings-list .icon-pencil-large:before,
#scheduler-cbox .icon-pencil-large:before {
  content: "\e603";
}
/* line 46, ../sass/_icomoon.scss */
#bookings-list .icon-quill:before,
#scheduler-cbox .icon-quill:before {
  content: "\e604";
}
/* line 49, ../sass/_icomoon.scss */
#bookings-list .icon-pen:before,
#scheduler-cbox .icon-pen:before {
  content: "\e605";
}
/* line 52, ../sass/_icomoon.scss */
#bookings-list .icon-suit:before,
#scheduler-cbox .icon-suit:before {
  content: "\e606";
}
/* line 55, ../sass/_icomoon.scss */
#bookings-list .icon-check:before,
#scheduler-cbox .icon-check:before {
  content: "\e607";
}
/* line 58, ../sass/_icomoon.scss */
#bookings-list .icon-table:before,
#scheduler-cbox .icon-table:before {
  content: "\e60b";
}
/* line 61, ../sass/_icomoon.scss */
#bookings-list .icon-arrow-right:before,
#scheduler-cbox .icon-arrow-right:before {
  content: "\e60c";
}
/* line 64, ../sass/_icomoon.scss */
#bookings-list .icon-arrow-left:before,
#scheduler-cbox .icon-arrow-left:before {
  content: "\e60d";
}
/* line 67, ../sass/_icomoon.scss */
#bookings-list .icon-cogs:before,
#scheduler-cbox .icon-cogs:before {
  content: "\e60e";
}
/* line 70, ../sass/_icomoon.scss */
#bookings-list .icon-menu1:before,
#scheduler-cbox .icon-menu1:before {
  content: "\e60f";
}
/* line 73, ../sass/_icomoon.scss */
#bookings-list .icon-menu2:before,
#scheduler-cbox .icon-menu2:before {
  content: "\e610";
}
/* line 76, ../sass/_icomoon.scss */
#bookings-list .icon-menu3:before,
#scheduler-cbox .icon-menu3:before {
  content: "\e611";
}
/* line 79, ../sass/_icomoon.scss */
#bookings-list .icon-cancel:before,
#scheduler-cbox .icon-cancel:before {
  content: "\e612";
}
/* line 82, ../sass/_icomoon.scss */
#bookings-list .icon-close:before,
#scheduler-cbox .icon-close:before {
  content: "\e613";
}
/* line 85, ../sass/_icomoon.scss */
#bookings-list .icon-close2:before,
#scheduler-cbox .icon-close2:before {
  content: "\e614";
}
/* line 88, ../sass/_icomoon.scss */
#bookings-list .icon-plus:before,
#scheduler-cbox .icon-plus:before {
  content: "\e616";
}
/* line 91, ../sass/_icomoon.scss */
#bookings-list .icon-book:before,
#scheduler-cbox .icon-book:before {
  content: "\f007";
}
/* line 94, ../sass/_icomoon.scss */
#bookings-list .icon-star:before,
#scheduler-cbox .icon-star:before {
  content: "\f02a";
}
/* line 97, ../sass/_icomoon.scss */
#bookings-list .icon-search:before,
#scheduler-cbox .icon-search:before {
  content: "\f02e";
}
/* line 100, ../sass/_icomoon.scss */
#bookings-list .icon-bookmark:before,
#scheduler-cbox .icon-bookmark:before {
  content: "\f07b";
}

/* = Scheduler
===================================== */
/* line 18, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day a.open.open-reservation, .open.reservation-tooltip {
  background-color: #009100;
}
/* line 20, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day a.open.public.admin.open-reservation, .open.public.admin.reservation-tooltip {
  background: #009100 url('../img/star.png?1437572445') no-repeat 99% 2px;
}
/* line 24, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day a.booked.open-reservation, .booked.reservation-tooltip {
  background-color: #cc0000;
}
/* line 27, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day a.booked.assessment.open-reservation, .booked.assessment.reservation-tooltip, #bookings-list .week-scroller .weeks .week .day a.booked.type-assessment.open-reservation, .booked.type-assessment.reservation-tooltip {
  background-color: #cc0000;
  color: #fff;
}
/* line 34, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day a.booked.treatment.open-reservation, .booked.treatment.reservation-tooltip, #bookings-list .week-scroller .weeks .week .day a.booked.type-treatment.open-reservation, .booked.type-treatment.reservation-tooltip {
  background: #C8A2C8;
  color: #000;
}
/* line 40, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day a.booked.ongoing.open-reservation, .booked.ongoing.reservation-tooltip, #bookings-list .week-scroller .weeks .week .day a.booked.type-ongoing.open-reservation, .booked.type-ongoing.reservation-tooltip {
  background: #1d9fe3;
}
/* line 44, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day a.booked.call.open-reservation, .booked.call.reservation-tooltip, #bookings-list .week-scroller .weeks .week .day a.booked.type-call.open-reservation, .booked.type-call.reservation-tooltip {
  background: #085279;
}
/* line 49, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day a.complete.open-reservation, .complete.reservation-tooltip {
  background: #ebe400;
  color: #000;
}
/* line 53, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day a.external.open-reservation, .external.reservation-tooltip {
  outline: 1px dashed #ccc;
}
/* line 56, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day a.cancelled.open-reservation, .cancelled.reservation-tooltip {
  background: #6f0000;
  color: #fff;
  display: none;
  text-decoration: line-through;
}
/* line 62, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day a.nudged.open-reservation, .nudged.reservation-tooltip {
  background: #efefde !important;
  color: #000;
  display: none;
  text-decoration: line-through;
}
/* line 68, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day a.ghost.open-reservation, .ghost.reservation-tooltip {
  background: #efefde !important;
  color: #333 !important;
}
/* line 72, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day a.unavailable.open-reservation, .unavailable.reservation-tooltip {
  background: #ccc;
  color: #000;
  text-decoration: line-through;
}
/* line 77, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day a.dna.open-reservation, .dna.reservation-tooltip,
#bookings-list .week-scroller .weeks .week .day a.open-reservation .reservation-cur.dna,
.reservation-tooltip .reservation-cur.dna {
  background: #161515;
  color: #fff;
}
/* line 82, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day a.reschedule.open-reservation, .reschedule.reservation-tooltip,
#bookings-list .week-scroller .weeks .week .day a.open-reservation .reservation-cur.reschedule,
.reservation-tooltip .reservation-cur.reschedule {
  background: #161515 url(img/star.png) no-repeat 99% 2px;
  color: #fff;
}
/* line 87, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day a.tag-dna.open-reservation, .tag-dna.reservation-tooltip, #bookings-list .week-scroller .weeks .week .day a.tag-callback.open-reservation, .tag-callback.reservation-tooltip {
  background-image: url('../img/star.png?1437572445');
  background-repeat: no-repeat;
  background-position: 99% 2px;
}
/* line 93, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day a.tag-followup.open-reservation, .tag-followup.reservation-tooltip {
  /*background-image: url(images/followed.png);*/
  outline: 1px dashed #00BFFF;
  background-repeat: no-repeat;
  background-position: 99% 4px;
}
/* line 99, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day a.unconfirmed.open-reservation, .unconfirmed.reservation-tooltip {
  background: #cc0000;
}

/* Main Bookings List */
/* line 108, ../sass/screen.scss */
#bookings-list {
  /* Public */
  /* End &.public */
  /* Headers */
  /* Week Scroller */
  /* Schedule Row */
  /* End .book-now */
}
/* line 110, ../sass/screen.scss */
#bookings-list.public {
  margin-bottom: 50px;
}
/* line 112, ../sass/screen.scss */
#bookings-list.public .mobile-view {
  display: none;
}
/* line 115, ../sass/screen.scss */
#bookings-list.public .scheduler-profile {
  width: 100%;
}
@media screen and (min-width: 376px) {
  /* line 120, ../sass/screen.scss */
  #bookings-list.public .scheduler-profile {
    margin: 0 auto;
    width: 90%;
  }
  /* line 124, ../sass/screen.scss */
  #bookings-list.public .scheduler-profile .details .location.no-service {
    margin-top: 12px;
  }
}
/* line 131, ../sass/screen.scss */
#bookings-list.public .book-now.full {
  /*
  .week-scroller {	
  	display: block !important;
  	margin: 0;
  	width: 100%;
  }
  */
}
@media screen and (max-width: 375px) {
  /* line 142, ../sass/screen.scss */
  #bookings-list.public select[name=location] {
    width: 100% !important;
  }
  /* line 145, ../sass/screen.scss */
  #bookings-list.public select {
    padding-left: 10px !important;
  }
  /* line 148, ../sass/screen.scss */
  #bookings-list.public .headers,
  #bookings-list.public .week-scroller {
    display: none;
  }
  /* line 152, ../sass/screen.scss */
  #bookings-list.public .form-p {
    display: block;
    width: 100%;
  }
  /* line 156, ../sass/screen.scss */
  #bookings-list.public .mobile-view {
    border: 1px solid #ccc;
    display: block;
    padding: 10px;
  }
  /* line 160, ../sass/screen.scss */
  #bookings-list.public .mobile-view input,
  #bookings-list.public .mobile-view select,
  #bookings-list.public .mobile-view .sbHolder {
    width: 70%;
  }
  /* line 165, ../sass/screen.scss */
  #bookings-list.public .mobile-view .submit {
    text-align: right;
  }
  /* line 168, ../sass/screen.scss */
  #bookings-list.public .mobile-view .messages {
    display: none;
  }
}
/* line 176, ../sass/screen.scss */
#bookings-list.public .hd form .form-p {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 178, ../sass/screen.scss */
#bookings-list.public .hd form .form-p select,
#bookings-list.public .hd form .form-p .sbHolder {
  width: 300px;
}
/* line 187, ../sass/screen.scss */
#bookings-list.public .book-now.is_booked .week-scroller {
  display: block !important;
}
@media screen and (max-width: 375px) {
  /* line 187, ../sass/screen.scss */
  #bookings-list.public .book-now.is_booked .week-scroller {
    margin: 0 !important;
    width: 100% !important;
  }
}
/* line 195, ../sass/screen.scss */
#bookings-list.public .book-now.is_booked .about .bd {
  border: 1px solid #000;
  border-bottom: 0 none;
}
/* line 200, ../sass/screen.scss */
#bookings-list.public .book-now.is_booked > .week-scroller {
  border: 1px solid #000;
}
/* line 203, ../sass/screen.scss */
#bookings-list.public .book-now.is_booked .mobile-view {
  display: none;
}
/* line 207, ../sass/screen.scss */
#bookings-list.public .book-now .about {
  float: none;
  margin-bottom: 0;
  width: 100%;
}
/* line 212, ../sass/screen.scss */
#bookings-list.public .book-now .about .scheduler-profile {
  float: none !important;
  padding: 0 !important;
}
/* line 216, ../sass/screen.scss */
#bookings-list.public .book-now .about .bd {
  border: 1px solid #e0e0e0;
  border-bottom: 0 none;
  margin: 0 auto;
  padding: 5px;
}
/* line 222, ../sass/screen.scss */
#bookings-list.public .book-now .about .bd .address {
  display: none;
}
/* line 225, ../sass/screen.scss */
#bookings-list.public .book-now .about .bd .avatar,
#bookings-list.public .book-now .about .bd .avatar img {
  width: auto;
  height: 50px;
}
/* line 230, ../sass/screen.scss */
#bookings-list.public .book-now .about .bd .details {
  width: 75%;
}
/* line 233, ../sass/screen.scss */
#bookings-list.public .book-now .about .bd img {
  width: auto;
  height: 70px;
}
/* line 237, ../sass/screen.scss */
#bookings-list.public .book-now .about .bd h2,
#bookings-list.public .book-now .about .bd h3 {
  color: #000;
}
/* line 241, ../sass/screen.scss */
#bookings-list.public .book-now .about .bd h2 {
  font-size: 18px;
  margin-bottom: 3px;
}
/* line 245, ../sass/screen.scss */
#bookings-list.public .book-now .about .bd h3 {
  font-weight: normal;
  font-style: italic;
  line-height: normal;
  margin-bottom: 3px;
}
/* line 252, ../sass/screen.scss */
#bookings-list.public .book-now .about .map {
  border: 1px solid #e0e0e0;
  display: none;
  float: right;
  width: 59%;
  height: 167px;
}
/* line 260, ../sass/screen.scss */
#bookings-list.public .book-now .headers,
#bookings-list.public .book-now .week-scroller {
  clear: both;
  float: none;
  margin: 0 auto;
  width: 90%;
}
/* line 268, ../sass/screen.scss */
#bookings-list.public .book-now > .week-scroller {
  border: 1px solid #e0e0e0;
}
/* line 271, ../sass/screen.scss */
#bookings-list.public .book-now #header-scroller {
  border: 0 none;
  float: none;
  width: 101%;
  min-height: 0;
  overflow: hidden !important;
  width: 100%;
}
/* line 278, ../sass/screen.scss */
#bookings-list.public .book-now #header-scroller .day {
  min-height: 0 !important;
  text-align: center;
  width: 14.2%;
  max-width: 200px;
  height: 36px !important;
}
/* line 281, ../sass/screen.scss */
#bookings-list.public .book-now #header-scroller .day .dow {
  padding: 0 5px;
}
/* line 287, ../sass/screen.scss */
#bookings-list.public .book-now #header-scroller .day .dow {
  color: #161515;
  font-size: 16px;
  padding-top: 8px;
}
/* line 292, ../sass/screen.scss */
#bookings-list.public .book-now #header-scroller .day .date {
  color: #161515;
  font-size: 14px;
}
/* line 305, ../sass/screen.scss */
#bookings-list.public .week-scroller .weeks .week .day {
  padding: 0 !important;
}
/* line 307, ../sass/screen.scss */
#bookings-list.public .week-scroller .weeks .week .day a.open-reservation {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  cursor: pointer !important;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0 !important;
  text-indent: 0;
  line-height: 24px;
  text-align: center;
}
/* line 318, ../sass/screen.scss */
#bookings-list.public .week-scroller .weeks .week .day a.open-reservation.open {
  background-color: #009100;
  background: linear-gradient(#009100, #00ab00);
}
/* line 321, ../sass/screen.scss */
#bookings-list.public .week-scroller .weeks .week .day a.open-reservation.open:hover {
  background-color: #00ab00;
  background: linear-gradient(#00ab00, #00de00);
}
/* line 336, ../sass/screen.scss */
#bookings-list .hide-ghost a.open-reservation.ghost {
  display: none !important;
}
/* line 339, ../sass/screen.scss */
#bookings-list .hide-ghost a.open-reservation.unavailable {
  display: none !important;
}
/* line 344, ../sass/screen.scss */
#bookings-list a {
  color: #009100;
}
/* line 347, ../sass/screen.scss */
#bookings-list #schedule-list {
  position: relative;
}
/* line 352, ../sass/screen.scss */
#bookings-list .headers {
  border: 1px solid #e0e0e0;
  border-bottom: 0 none;
}
/* line 356, ../sass/screen.scss */
#bookings-list .headers .week-scroller {
  background: #fff;
  border-left: 1px solid #e0e0e0;
  height: 37px;
  min-height: 37px;
  position: relative;
  z-index: 100;
}
/* line 364, ../sass/screen.scss */
#bookings-list .headers .week-scroller .weeks .week {
  min-height: 0;
}
/* line 366, ../sass/screen.scss */
#bookings-list .headers .week-scroller .weeks .week .day {
  min-height: 37px;
  max-width: 10000px;
}
/* line 372, ../sass/screen.scss */
#bookings-list .headers .week-scroller.bordered {
  border-right: 1px solid #e0e0e0;
  width: 61%;
}
/* line 375, ../sass/screen.scss */
#bookings-list .headers .week-scroller.bordered .controls {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
/* line 384, ../sass/screen.scss */
#bookings-list .week-scroller {
  min-height: 140px;
  overflow: hidden;
  position: relative;
  width: 100%;
  /* Large Screen */
  /* Scroll Controls */
  /* Weeks */
}
@media screen and (min-width: 700px) {
  /* line 384, ../sass/screen.scss */
  #bookings-list .week-scroller {
    padding: 0 40px;
  }
}
@media screen and (min-width: 700px) {
  /* line 384, ../sass/screen.scss */
  #bookings-list .week-scroller {
    border-left: 1px solid #e0e0e0;
    float: right;
    width: 60%;
  }
}
/* line 401, ../sass/screen.scss */
#bookings-list .week-scroller .controls {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
/* line 407, ../sass/screen.scss */
#bookings-list .week-scroller .controls a {
  display: block;
  width: 30px;
  height: 37px;
  line-height: 37px;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 415, ../sass/screen.scss */
#bookings-list .week-scroller .controls a:hover {
  opacity: 0.7;
}
/* line 418, ../sass/screen.scss */
#bookings-list .week-scroller .controls a:active {
  opacity: 0.4;
}
/* line 421, ../sass/screen.scss */
#bookings-list .week-scroller .controls a.prev {
  float: left;
  margin-left: 6px;
}
/* line 425, ../sass/screen.scss */
#bookings-list .week-scroller .controls a.next {
  float: right;
  margin-right: 6px;
  width: 19px;
}
@media screen and (max-width: 700px) {
  /* line 432, ../sass/screen.scss */
  #bookings-list .week-scroller .controls a {
    width: auto;
  }
}
/* line 439, ../sass/screen.scss */
#bookings-list .week-scroller .weeks {
  /* Small to Medium Screen */
  position: relative;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 700px) {
  /* line 439, ../sass/screen.scss */
  #bookings-list .week-scroller .weeks {
    margin: 0 auto;
    width: 88%;
  }
}
/* line 449, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week {
  /* Use flexible box model */
  display: -webkit-flex;
  display: flex;
  float: left;
  margin: 0 auto;
  min-height: 150px;
  padding: 0;
  position: relative;
  width: 100%;
  /* Only show ".this-week" */
  /* Transition Classes for scrolling */
  /* Loader */
  /* Days */
}
/* line 460, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week:not(.this-week) {
  opacity: 0;
  width: 0;
  height: 150px;
  overflow: hidden;
}
/* line 468, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week.prev {
  transition: 0.4s ease-in;
}
/* line 471, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week.next {
  transition: 0.4s ease-out;
}
/* line 476, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week > .loading {
  width: 462px;
  height: 143px;
}
/* line 482, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 14.2%;
  flex-basis: 14.2%;
  font-weight: normal;
  min-width: 0;
  min-height: 150px;
  padding: 0 3px;
  text-shadow: none;
  /* Loading day */
  /* Adding New Time */
  /* Booking Day Links */
  /* Reservation Tooltip */
  /* Odd Days */
  /* Today */
  /* Past Days */
  /* Future Days */
  /* Current day when booking follow up */
  /* Header Components */
}
/* line 492, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day.loading {
  text-align: left;
}
/* line 497, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day .add-time {
  display: none;
  text-align: center;
}
/* line 500, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day .add-time input {
  border-radius: 0;
  font-size: 10px;
  width: 100%;
  height: 15px;
  line-height: 15px;
  margin-bottom: 5px;
}
/* line 508, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day .add-time .button {
  height: 15px;
  line-height: 17px;
  font-size: 10px;
  padding: 0;
}
/* line 513, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day .add-time .button a {
  height: 15px;
  line-height: 17px;
}
/* line 521, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day a {
  display: block;
  font-size: 12px;
  line-height: 12px;
  padding: 3px 0;
  text-decoration: none;
  /* Hover Effect */
  /* Edit */
  /* Open Reservation */
  /* Delete button*/
}
/* line 529, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day a:hover {
  text-decoration: underline;
}
/* line 534, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day a.edit-timeslots {
  font-size: 10px;
  text-align: center;
}
/* line 540, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day a.open-reservation {
  color: #fff;
  text-decoration: none;
  margin-bottom: 2px;
  text-indent: 3px;
}
/* line 549, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day a .delete-reservation {
  float: right;
  margin-right: 100px;
}
/* line 556, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day .tooltip-bd {
  display: none !important;
}
/* line 559, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day p {
  display: none;
}
/* line 563, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day:nth-child(odd),
#bookings-list .week-scroller .weeks .week .day .odd {
  background: #f1f1f1;
}
/* line 569, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day.today {
  background: #efefa5;
}
/* line 574, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day.past {
  background: #f2c776;
}
/* line 577, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day.past:nth-child(odd) {
  background: #fff;
}
/* line 584, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day.future a.open-reservation.unconfirmed {
  background: #cc0000 url('../img/unconfirmed.png?1437572444') no-repeat 99% 4px;
}
/* line 591, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day.current {
  border: 2px solid #28acf2;
  width: 98%;
}
/* line 597, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day .dow {
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  padding: 6px 8px 2px;
}
/* line 603, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day .date {
  color: #8a8a8a;
  font-size: 10px;
  line-height: 11px;
  padding: 3px 9px 5px 7px;
}
/* line 609, ../sass/screen.scss */
#bookings-list .week-scroller .weeks .week .day .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
}
/* line 622, ../sass/screen.scss */
#bookings-list .book-now {
  /* Admin Schedule */
  /* Summary Item */
  /* Active Item (for followup/reschedule) */
  /* Dimmed Item (for followup/reschedule) */
  /* Parent/Child bordering for multi-pro clinics */
  /* About Profile */
  /* End About Profile */
  /* Week Scroller, specific to ".book-now" */
}
/* line 626, ../sass/screen.scss */
#bookings-list .book-now.admin {
  border: 1px solid #e0e0e0;
}
/* line 631, ../sass/screen.scss */
#bookings-list .book-now.summary {
  background: #fefefe;
}
/* line 637, ../sass/screen.scss */
#bookings-list .book-now.summary .week-scroller .weeks .week .day a {
  cursor: default !important;
}
/* line 647, ../sass/screen.scss */
#bookings-list .book-now.active {
  border: 1px solid #c00 !important;
  font-weight: normal;
  height: auto !important;
  min-height: 200px !important;
  padding-bottom: 20px !important;
}
/* line 653, ../sass/screen.scss */
#bookings-list .book-now.active .day {
  padding-bottom: 10px;
  height: auto !important;
}
/* line 660, ../sass/screen.scss */
#bookings-list .book-now.dimmed {
  opacity: 0.6;
}
/* line 665, ../sass/screen.scss */
#bookings-list .book-now.parent {
  border-top: 1px solid #c00;
  border-left: 1px solid #c00;
  border-right: 1px solid #c00;
}
/* line 670, ../sass/screen.scss */
#bookings-list .book-now.child {
  border-left: 1px solid #c00;
  border-right: 1px solid #c00;
}
/* line 673, ../sass/screen.scss */
#bookings-list .book-now.child.last {
  border-bottom: 1px solid #c00;
}
/* line 679, ../sass/screen.scss */
#bookings-list .book-now .about {
  position: relative;
  float: none;
  width: 100%;
}
@media screen and (min-width: 700px) {
  /* line 679, ../sass/screen.scss */
  #bookings-list .book-now .about {
    float: left;
    width: 40%;
  }
}
/* line 687, ../sass/screen.scss */
#bookings-list .book-now .about h2,
#bookings-list .book-now .about h3 {
  display: block;
}
@media screen and (max-width: 700px) {
  /* line 693, ../sass/screen.scss */
  #bookings-list .book-now .about .details br {
    display: none;
  }
  /* line 696, ../sass/screen.scss */
  #bookings-list .book-now .about .details .address {
    text-align: center;
  }
}
/* line 701, ../sass/screen.scss */
#bookings-list .book-now .about .csv-box {
  position: relative;
}
/* line 703, ../sass/screen.scss */
#bookings-list .book-now .about .csv-box .csv-export {
  background: linear-gradient(#009100, #058c05);
  display: inline-block;
  *display: inline;
  zoom: 1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-bottom: 2px solid #007700;
  color: #fff;
  font-size: 12px;
  line-height: 34px;
  height: 34px;
  @inlcude trailer(1.5);
  text-align: center;
  transition: 1s;
  flex-grow: 1;
  flex-align: center;
  margin: 0 0.5em;
  padding: 0 10px;
  color: #fff !important;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 12px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  margin: 0.5em 0 0;
  text-decoration: none;
  padding: 0 10px;
}
/* line 54, ../sass/_mixins.scss */
#bookings-list .book-now .about .csv-box .csv-export a {
  color: #fff;
  line-height: 34px;
  height: 34px;
}
/* line 59, ../sass/_mixins.scss */
#bookings-list .book-now .about .csv-box .csv-export:hover {
  background: linear-gradient(#00c400, #07bd07);
  border-bottom: 2px solid #007700;
  color: #ececec;
}
/* line 64, ../sass/_mixins.scss */
#bookings-list .book-now .about .csv-box .csv-export:active {
  position: relative;
  top: 4px;
}
/* line 717, ../sass/screen.scss */
#bookings-list .book-now .about .csv-box .csv-form {
  position: absolute;
  top: -50px;
  left: 100px;
  background: #fff;
  border: 1px solid #000;
  padding: 1em;
  z-index: 10;
  width: 200px;
}
/* line 726, ../sass/screen.scss */
#bookings-list .book-now .about .csv-box .csv-form form {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 728, ../sass/screen.scss */
#bookings-list .book-now .about .csv-box .csv-form form .form-p {
  margin-bottom: 5px;
  padding: 0;
}
/* line 731, ../sass/screen.scss */
#bookings-list .book-now .about .csv-box .csv-form form .form-p label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 25%;
}
/* line 735, ../sass/screen.scss */
#bookings-list .book-now .about .csv-box .csv-form form .form-p input[type=text] {
  width: 75%;
}
/* line 738, ../sass/screen.scss */
#bookings-list .book-now .about .csv-box .csv-form form .form-p.cancel, #bookings-list .book-now .about .csv-box .csv-form form .form-p.submit {
  background: linear-gradient(#e6efc2, #e4ecc5);
  display: inline-block;
  *display: inline;
  zoom: 1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-bottom: 2px solid #deeaae;
  color: #fff;
  font-size: 12px;
  line-height: 34px;
  height: 34px;
  @inlcude trailer(1.5);
  text-align: center;
  transition: 1s;
  flex-grow: 1;
  flex-align: center;
  margin: 0 0.5em;
  padding: 0 10px;
  clear: none;
  float: left;
}
/* line 54, ../sass/_mixins.scss */
#bookings-list .book-now .about .csv-box .csv-form form .form-p.cancel a, #bookings-list .book-now .about .csv-box .csv-form form .form-p.submit a {
  color: #fff;
  line-height: 34px;
  height: 34px;
}
/* line 59, ../sass/_mixins.scss */
#bookings-list .book-now .about .csv-box .csv-form form .form-p.cancel:hover, #bookings-list .book-now .about .csv-box .csv-form form .form-p.submit:hover {
  background: linear-gradient(#f7faea, #f6f9eb);
  border-bottom: 2px solid #deeaae;
  color: #ececec;
}
/* line 64, ../sass/_mixins.scss */
#bookings-list .book-now .about .csv-box .csv-form form .form-p.cancel:active, #bookings-list .book-now .about .csv-box .csv-form form .form-p.submit:active {
  position: relative;
  top: 4px;
}
/* line 742, ../sass/screen.scss */
#bookings-list .book-now .about .csv-box .csv-form form .form-p.cancel button, #bookings-list .book-now .about .csv-box .csv-form form .form-p.submit button {
  background: transparent;
  border: 0 none;
  width: 100%;
  height: 100%;
  line-height: 100%;
}
/* line 752, ../sass/screen.scss */
#bookings-list .book-now .about .csv-box .csv-form form .messages {
  display: none;
}
/* line 758, ../sass/screen.scss */
#bookings-list .book-now .about a.professionals {
  background: #fd7f28;
  border: 1px solid #da8a4b;
  color: #fff;
  display: block;
  float: left;
  font-size: 18px;
  text-decoration: none;
  width: 34px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
/* line 778, ../sass/screen.scss */
#bookings-list .book-now .week-scroller .weeks .week .day {
  padding-top: 3px;
  padding-bottom: 3px;
}

/* line 788, ../sass/screen.scss */
.tooltip-bd {
  display: none;
}

/* line 791, ../sass/screen.scss */
.scheduler-profile {
  padding: 10px;
}
/* line 797, ../sass/screen.scss */
.scheduler-profile#service-profile .filters .form-p.info, .scheduler-profile#location-profile .filters .form-p.info {
  display: none;
}
/* line 802, ../sass/screen.scss */
.scheduler-profile .avatar,
.scheduler-profile .noavatar {
  display: block;
  float: left;
  width: 75px;
  height: 75px;
}
/* line 808, ../sass/screen.scss */
.scheduler-profile .avatar img,
.scheduler-profile .noavatar img {
  max-width: 100%;
  max-height: auto;
}
/* line 813, ../sass/screen.scss */
.scheduler-profile h2 {
  margin-bottom: 3px !important;
}
/* line 816, ../sass/screen.scss */
.scheduler-profile .noavatar {
  background: #ededed;
}
/* line 819, ../sass/screen.scss */
.scheduler-profile .details {
  float: left;
  margin: 0;
  padding: 0 10px;
}
@media screen and (min-width: 700px) {
  /* line 825, ../sass/screen.scss */
  .scheduler-profile .avatar,
  .scheduler-profile .noavatar {
    width: 24%;
    margin-right: 1%;
  }
  /* line 830, ../sass/screen.scss */
  .scheduler-profile .details {
    width: 50%;
  }
  /* line 833, ../sass/screen.scss */
  .scheduler-profile .filters {
    margin-top: -8px;
    width: 25%;
    float: left;
  }
  /* line 837, ../sass/screen.scss */
  .scheduler-profile .filters label,
  .scheduler-profile .filters select,
  .scheduler-profile .filters .sbHolder {
    clear: both;
    width: 100%;
    float: none;
    font-size: 0.75em;
    line-height: 2em;
    font-weight: bold;
  }
  /* line 847, ../sass/screen.scss */
  .scheduler-profile .address {
    margin: 0;
    padding: 0;
  }
}

/* line 853, ../sass/screen.scss */
#scheduler-cbox {
  background: #fff;
  border: 1px solid #dedede;
  min-width: 500px;
  overflow: auto;
  position: relative;
  padding: 10px;
  text-align: left;
}
/* line 862, ../sass/screen.scss */
#scheduler-cbox form.booking .loading {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
/* line 868, ../sass/screen.scss */
#scheduler-cbox .hd {
  margin-bottom: 15px;
}
/* line 870, ../sass/screen.scss */
#scheduler-cbox .hd h1 {
  margin-bottom: 0;
}
/* line 874, ../sass/screen.scss */
#scheduler-cbox h1 {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 0;
  text-decoration: underline;
}
/* line 880, ../sass/screen.scss */
#scheduler-cbox h2 {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 0;
}
/* line 885, ../sass/screen.scss */
#scheduler-cbox #edit-reservation {
  max-width: 800px;
  position: relative;
}
/* line 888, ../sass/screen.scss */
#scheduler-cbox #edit-reservation .delete-reservation {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 893, ../sass/screen.scss */
#scheduler-cbox #edit-reservation .form-p {
  min-height: 50px;
}
/* line 895, ../sass/screen.scss */
#scheduler-cbox #edit-reservation .form-p.day, #scheduler-cbox #edit-reservation .form-p.time {
  min-height: 0;
}
/* line 899, ../sass/screen.scss */
#scheduler-cbox #edit-reservation .form-p.left {
  clear: none;
  float: left;
  margin: 0;
  width: 49.5%;
}
/* line 905, ../sass/screen.scss */
#scheduler-cbox #edit-reservation .form-p.right {
  clear: none;
  float: right;
  margin: 0;
  width: 49.5%;
}
/* line 911, ../sass/screen.scss */
#scheduler-cbox #edit-reservation .form-p.phone {
  clear: right;
}
/* line 916, ../sass/screen.scss */
#scheduler-cbox #edit-reservation.past .form-p {
  margin: 0 auto;
}
/* line 917, ../sass/screen.scss */
#scheduler-cbox #edit-reservation.past .form-p.hidden, #scheduler-cbox #edit-reservation.past .form-p.clear, #scheduler-cbox #edit-reservation.past .form-p.provider {
  display: none;
}
/* line 925, ../sass/screen.scss */
#scheduler-cbox #edit-reservation.past .form-p span.info {
  background: #efefef;
  display: block;
  float: left;
  height: 25px;
  line-height: 25px;
  width: 50%;
}
/* line 933, ../sass/screen.scss */
#scheduler-cbox #edit-reservation.past .form-p.spacer2 {
  clear: both;
  height: 10px;
  width: 100%;
}
/* line 937, ../sass/screen.scss */
#scheduler-cbox #edit-reservation.past .form-p.spacer2 span.info {
  display: none;
}
/* line 944, ../sass/screen.scss */
#scheduler-cbox fieldset.left {
  float: left;
}
/* line 947, ../sass/screen.scss */
#scheduler-cbox fieldset.right {
  float: right;
}
/* line 950, ../sass/screen.scss */
#scheduler-cbox fieldset.right .length input[type=text] {
  width: 50px;
}
/* line 953, ../sass/screen.scss */
#scheduler-cbox fieldset.right .length .desc {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: none;
  width: auto;
}
/* line 960, ../sass/screen.scss */
#scheduler-cbox fieldset.left,
#scheduler-cbox fieldset.right {
  display: block;
  margin: 0 0 0.5em;
  padding: 0.4em 1.25%;
  width: 49.5%;
  height: 80px;
  min-height: 80px;
}
/* line 969, ../sass/screen.scss */
#scheduler-cbox .unavailable {
  float: right;
}
/* line 972, ../sass/screen.scss */
#scheduler-cbox fieldset.timeslots {
  margin: 0;
}
/* line 974, ../sass/screen.scss */
#scheduler-cbox fieldset.timeslots .checkbox {
  cursor: pointer;
  width: 55px !important;
  margin-right: 1px !important;
}
/* line 980, ../sass/screen.scss */
#scheduler-cbox a.close {
  float: right;
}
/* line 983, ../sass/screen.scss */
#scheduler-cbox .reservation-detail {
  margin-bottom: 0.75em;
}
/* line 986, ../sass/screen.scss */
#scheduler-cbox .reservation-detail.expandable strong {
  color: #ff0000;
  text-decoration: underline;
  cursor: pointer;
}
/* line 991, ../sass/screen.scss */
#scheduler-cbox .reservation-detail.expandable .bd {
  display: none;
}
/* line 995, ../sass/screen.scss */
#scheduler-cbox .reservation-detail.expandable.open .bd {
  display: block;
}
/* line 1001, ../sass/screen.scss */
#scheduler-cbox .reschedule-box {
  color: #f00;
}
/* line 1004, ../sass/screen.scss */
#scheduler-cbox .followup-box {
  color: #009100;
}
/* line 1007, ../sass/screen.scss */
#scheduler-cbox input[type=text],
#scheduler-cbox input[type=email],
#scheduler-cbox select,
#scheduler-cbox .sbHolder,
#scheduler-cbox .select2-container,
#scheduler-cbox textarea {
  width: 71%;
}

/* line 1016, ../sass/screen.scss */
.day-box,
.time-box {
  background: #1da71d;
  border: 1px solid #ccc;
  color: #fff;
  clear: none;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
}
/* line 1025, ../sass/screen.scss */
.day-box label,
.time-box label {
  color: #fff;
}

/* line 1029, ../sass/screen.scss */
#timeslots-holder {
  max-width: 100%;
  width: 800px;
}
/* line 1032, ../sass/screen.scss */
#timeslots-holder select {
  max-width: 135px;
}
/* line 1035, ../sass/screen.scss */
#timeslots-holder fieldset.timeslots {
  clear: both;
}
/* line 1038, ../sass/screen.scss */
#timeslots-holder div.checkboxes {
  clear: both;
  overflow: visible;
}
/* line 1042, ../sass/screen.scss */
#timeslots-holder div.checkboxes .checkbox {
  background: transparent;
  border: 0 none;
  display: block;
  float: left;
  padding-top: 5px;
  text-align: center;
  width: 40px;
  height: 40px;
}
/* line 1051, ../sass/screen.scss */
#timeslots-holder div.checkboxes .checkbox label {
  font-size: 10px;
}
/* line 1054, ../sass/screen.scss */
#timeslots-holder div.checkboxes .checkbox input[type=checkbox] {
  width: auto;
  height: auto;
  position: relative;
  filter: alpha(opacity=1);
}
/* line 1060, ../sass/screen.scss */
#timeslots-holder div.checkboxes .checkbox.selected, #timeslots-holder div.checkboxes .checkbox.open {
  background: #00ab00;
  color: #fff;
}
/* line 1064, ../sass/screen.scss */
#timeslots-holder div.checkboxes .checkbox.selected label, #timeslots-holder div.checkboxes .checkbox.open label {
  font-weight: bold;
}
/* line 1067, ../sass/screen.scss */
#timeslots-holder div.checkboxes .checkbox.selected.public, #timeslots-holder div.checkboxes .checkbox.open.public {
  background-image: url('../img/star.png?1437572445');
  background-repeat: no-repeat;
  background-position: 99% 2px;
}
/* line 1073, ../sass/screen.scss */
#timeslots-holder div.checkboxes .checkbox.assessment, #timeslots-holder div.checkboxes .checkbox.type-assessment {
  background-color: #cc0000;
  color: #fff;
}
/* line 1079, ../sass/screen.scss */
#timeslots-holder div.checkboxes .checkbox.booked, #timeslots-holder div.checkboxes .checkbox.dna, #timeslots-holder div.checkboxes .checkbox.complete {
  background: #c00;
}
/* line 1084, ../sass/screen.scss */
#timeslots-holder div.checkboxes .checkbox.nudged {
  background: #efefde !important;
  color: #000;
  display: none;
  text-decoration: line-through;
}
/* line 1090, ../sass/screen.scss */
#timeslots-holder div.checkboxes .checkbox.cancelled {
  background: #880000;
  color: #fff;
  text-decoration: line-through;
}
/* line 1096, ../sass/screen.scss */
#timeslots-holder div.checkboxes .checkbox.treatment, #timeslots-holder div.checkboxes .checkbox.type-treatment {
  background: #C8A2C8;
  color: #000;
}
/* line 1102, ../sass/screen.scss */
#timeslots-holder div.checkboxes .checkbox.ongoing, #timeslots-holder div.checkboxes .checkbox.type-ongoing {
  background: #1d9fe3;
}
/* line 1106, ../sass/screen.scss */
#timeslots-holder div.checkboxes .checkbox.ghost {
  background: #efefde !important;
  color: #333 !important;
}
/* line 1110, ../sass/screen.scss */
#timeslots-holder div.checkboxes .checkbox.foreign {
  background: #cecece;
  color: #333;
}
/* line 1117, ../sass/screen.scss */
#timeslots-holder .days input[name=days] {
  display: none;
}
/* line 1120, ../sass/screen.scss */
#timeslots-holder .days .daycount {
  float: left;
}
/* line 1122, ../sass/screen.scss */
#timeslots-holder .days .daycount input {
  width: 50px;
}
/* line 1125, ../sass/screen.scss */
#timeslots-holder .days .daycount label {
  width: auto;
  margin-right: 10px;
}
/* line 1130, ../sass/screen.scss */
#timeslots-holder .days .daysubmit {
  margin: 0.75em 0 0.75em 15px;
  padding: 0 5px;
}

/* line 1136, ../sass/screen.scss */
.ui-tooltip {
  padding: 0 !important;
}
/* line 1138, ../sass/screen.scss */
.ui-tooltip h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  text-decoration: underline;
}
/* line 1144, ../sass/screen.scss */
.ui-tooltip h3 {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 10px;
}
/* line 1149, ../sass/screen.scss */
.ui-tooltip strong {
  display: block;
}
/* line 1152, ../sass/screen.scss */
.ui-tooltip em {
  display: block;
}

/* line 1156, ../sass/screen.scss */
.reservation-tooltip {
  display: block !important;
  padding: 7px;
}
/* line 1158, ../sass/screen.scss */
.reservation-tooltip.unavailable {
  text-decoration: none;
}

/* line 1168, ../sass/screen.scss */
#fully-booked {
  padding: 10px;
}
/* line 1170, ../sass/screen.scss */
#fully-booked h1 {
  color: #c00;
}
/* line 1173, ../sass/screen.scss */
#fully-booked p {
  margin-bottom: 15px;
}
/* line 1177, ../sass/screen.scss */
#fully-booked label {
  font-size: 18px;
  line-height: 45px;
  margin-right: 15px;
  width: 100px;
}
/* line 1183, ../sass/screen.scss */
#fully-booked .info {
  font-size: 16px;
}
/* line 1187, ../sass/screen.scss */
#fully-booked .form-p .reqd {
  display: none;
}
/* line 1191, ../sass/screen.scss */
#fully-booked input[type=text],
#fully-booked input[type=email] {
  border: 1px solid #222;
  height: 45px !important;
  line-height: 45px !important;
  max-width: 100%;
  width: 500px;
}
/* line 1200, ../sass/screen.scss */
#fully-booked .messages div {
  color: #161515;
  font-size: 24px;
  padding: 20px;
}
/* line 1205, ../sass/screen.scss */
#fully-booked .messages .success {
  background: #c5da71;
}

/* line 1211, ../sass/screen.scss */
.select2-container {
  display: inline-block !important;
}

/* line 1214, ../sass/screen.scss */
.ui-datepicker.ui-datepicker-multi {
  display: block !important;
}

/* line 1219, ../sass/screen.scss */
#followup-form .form-p.submit {
  clear: none;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
/* line 1227, ../sass/screen.scss */
#followup-form .timeslot .button {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 1230, ../sass/screen.scss */
#followup-form .timeslot.ignore {
  background: #ccc;
}

/* line 1235, ../sass/screen.scss */
.existing-followups {
  clear: both;
}
/* line 1238, ../sass/screen.scss */
.existing-followups .existing {
  background: white;
  border-bottom: 1px solid;
  clear: both;
  display: block;
  float: left;
  margin-bottom: 9px;
}

/* line 1248, ../sass/screen.scss */
.ui-datepicker-calendar .ui-widget-content .ui-state-active {
  background: #e0e006;
  color: #fff;
}

/* line 1254, ../sass/screen.scss */
#ui-datepicker-div {
  z-index: 999999999 !important;
}

/* line 1259, ../sass/screen.scss */
#bookings-search select {
  height: 32px !important;
  line-height: 32px !important;
}

/* line 1264, ../sass/screen.scss */
.unavailable-link {
  background: #efefef;
  border: 1px solid #ccc;
  display: block;
  font-size: 10px;
  padding: 5px;
  text-align: center;
}
/* line 1271, ../sass/screen.scss */
.unavailable-link.available {
  background: #ff1a1a;
  color: #fff !important;
}

/* line 1278, ../sass/screen.scss */
.no-flexbox .day {
  display: inline-block;
  min-width: 14.1%;
}

/* line 1284, ../sass/screen.scss */
.cc_fields.details {
  border: 1px solid #ccc;
  padding: 10px;
}

/* line 1291, ../sass/screen.scss */
#cboxLoadedContent form .messages div.popup {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 5px solid black;
  padding: 20px;
  border-radius: 10px;
}
/* line 1299, ../sass/screen.scss */
#cboxLoadedContent form .messages div.popup .x {
  position: absolute;
  bottom: 5px;
  right: 8px;
  color: #000;
  text-decoration: underline;
}
