/* Less dependencies for Jane's Admin App */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00c1ca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00787e;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #696977;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #696977;
}
.text-primary {
  color: #00c1ca;
}
a.text-primary:hover {
  color: #009097;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #bf7a03;
}
a.text-warning:hover {
  color: #8d5a02;
}
.text-danger {
  color: #b92c22;
}
a.text-danger:hover {
  color: #8e221a;
}
.bg-primary {
  color: #fff;
  background-color: #00c1ca;
}
a.bg-primary:hover {
  background-color: #009097;
}
.bg-success {
  background-color: #80c47e;
}
a.bg-success:hover {
  background-color: #5eb45b;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: rgba(222, 72, 72, 0.1);
}
a.bg-danger:hover {
  background-color: rgba(206, 37, 37, 0.1);
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .container {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1150px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1400px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #696977;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #80c47e;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #6fbc6d;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: rgba(222, 72, 72, 0.1);
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: rgba(218, 50, 50, 0.1);
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #8bd5d8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(139, 213, 216, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(139, 213, 216, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #80c47e;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #bf7a03;
}
.has-warning .form-control {
  border-color: #bf7a03;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #8d5a02;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fcb02c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fcb02c;
}
.has-warning .input-group-addon {
  color: #bf7a03;
  border-color: #bf7a03;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #bf7a03;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #b92c22;
}
.has-error .form-control {
  border-color: #de4848;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #ce2525;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ee9e9e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ee9e9e;
}
.has-error .input-group-addon {
  color: #b92c22;
  border-color: #de4848;
  background-color: rgba(222, 72, 72, 0.1);
}
.has-error .form-control-feedback {
  color: #b92c22;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -5px;
  margin-right: -5px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 5px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #00c1ca;
  border-color: #00a9b1;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #009097;
  border-color: #006e73;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #00c1ca;
  border-color: #00a9b1;
}
.btn-primary .badge {
  color: #00c1ca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f19a04;
  border-color: #d88a04;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #bf7a03;
  border-color: #9c6403;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f19a04;
  border-color: #d88a04;
}
.btn-warning .badge {
  color: #f19a04;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #de4848;
  border-color: #da3232;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ce2525;
  border-color: #b02020;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #de4848;
  border-color: #da3232;
}
.btn-danger .badge {
  color: #de4848;
  background-color: #fff;
}
.btn-link {
  color: #00c1ca;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #00787e;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #00c1ca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #00c1ca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #00c1ca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 5px;
  padding-left: 5px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -5px;
  margin-left: -5px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 5px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -5px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 5px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -5px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -5px;
  margin-right: -5px;
  padding: 10px 5px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.navbar-form .control-group {
  display: inline-block;
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -5px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #696977;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #51515c;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #696977;
}
.navbar-default .navbar-nav > li > a {
  color: #696977;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #333333;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #9e9ea6;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #333333;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #696977;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #333333;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #9e9ea6;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #696977;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #696977;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #9e9ea6;
}
.navbar-inverse {
  background-color: #00c1ca;
  border-color: #009097;
}
.navbar-inverse .navbar-brand {
  color: #eeeeee;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #eeeeee;
}
.navbar-inverse .navbar-nav > li > a {
  color: #eeeeee;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #0599a0;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #009fa6;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #0599a0;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #009097;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #009097;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #eeeeee;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #0599a0;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #eeeeee;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #eeeeee;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #00c1ca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #00787e;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #00c1ca;
  border-color: #00c1ca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default,
.label.open,
.label.invoiced,
.label.uninvoiced,
.label.submitted,
.label.unsubmitted,
.label.draft,
.label.no_charge,
.label.reversed,
.label.written_off,
.label.partially_paid {
  background-color: #555555;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #3b3b3b;
}
.label-primary,
.label.booked {
  background-color: #00c1ca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #009097;
}
.label-success,
.label.approved,
.label.arrived,
.label.reviewed,
.label.partially_paid_and_written_off,
.label.success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning,
.label.response_received,
.label.on_hold,
.label.unpaid,
.label.waiting_on_primary {
  background-color: #f19a04;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #bf7a03;
}
.label-danger,
.label.cancelled,
.label.deleted,
.label.no_show,
.label.refunded,
.label.rejected,
.label.voided,
.label.void,
.label.failed {
  background-color: #de4848;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ce2525;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ffffff;
  background-color: #00c1ca;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  overflow: scroll;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #00c1ca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-sm {
  padding: 8px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #7cbc6d;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #6cb45b;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #e6f9fa;
  border-color: #cff3f4;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #baeeef;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #bf7a03;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #8d5a02;
}
.alert-danger {
  background-color: rgba(222, 72, 72, 0.1);
  border-color: rgba(218, 50, 78, 0.1);
  color: #b92c22;
}
.alert-danger hr {
  border-top-color: rgba(206, 37, 65, 0.1);
}
.alert-danger .alert-link {
  color: #8e221a;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #00c1ca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f19a04;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #de4848;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #333333;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #333333;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #333333;
  background-color: #b6e6e6;
  border-color: #c3c3c3;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #80c47e;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #6fbc6d;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #bf7a03;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #bf7a03;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #bf7a03;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #bf7a03;
  border-color: #bf7a03;
}
.list-group-item-danger {
  color: #b92c22;
  background-color: rgba(222, 72, 72, 0.1);
}
a.list-group-item-danger {
  color: #b92c22;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #b92c22;
  background-color: rgba(218, 50, 50, 0.1);
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #b92c22;
  border-color: #b92c22;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #00c1ca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #00c1ca;
  border-color: #00c1ca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00c1ca;
}
.panel-primary > .panel-heading .badge {
  color: #00c1ca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00c1ca;
}
.panel-success {
  border-color: #7cbc6d;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #80c47e;
  border-color: #7cbc6d;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #7cbc6d;
}
.panel-success > .panel-heading .badge {
  color: #80c47e;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #7cbc6d;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #bf7a03;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #bf7a03;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: rgba(218, 50, 78, 0.1);
}
.panel-danger > .panel-heading {
  color: #b92c22;
  background-color: rgba(222, 72, 72, 0.1);
  border-color: rgba(218, 50, 78, 0.1);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(218, 50, 78, 0.1);
}
.panel-danger > .panel-heading .badge {
  color: rgba(222, 72, 72, 0.1);
  background-color: #b92c22;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(218, 50, 78, 0.1);
}
.panel-grey {
  border-color: #ddd;
  background-color: #ededed;
}
.panel-grey > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-grey > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-grey > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-grey > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  opacity: 1;
}
.modal-header .close [class^="icon-"],
.modal-header .close [class*=" icon-"] {
  font-size: 14px;
}
.modal-header h3 {
  font-family: 'ProximaNovaLtLight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 9px 0;
  color: #696977;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
  min-width: 200px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.inline-block {
  display: inline-block;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/13522f91cddac1de.eot);
  src: url(/assets/13522f91cddac1de.eot) format('embedded-opentype'), url(/assets/d311f81c3495a235.woff) format('woff'), url(/assets/b7242065caacb85f.ttf) format('truetype'), url(/assets/75be5ec176830f37.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14285714em;
  text-align: right;
  padding-right: 0.28571429em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.42857143em;
}
.icons-ul {
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eee;
}
.icon-light {
  color: #fff;
}
.icon-dark {
  color: #333;
}
.icon-border {
  border: solid 1px #eee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^='icon-']:not(.icon-bar, .icon-ok, .icon-stack, .icon-stack-base, [data-fa-version='6']),
[class*=' icon-']:not(.icon-bar, .icon-ok, .icon-stack, .icon-stack-base, [data-fa-version='6']) {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^='icon-'],
.nav-pills > .active > a > [class*=' icon-'],
.nav-list > .active > a > [class^='icon-'],
.nav-list > .active > a > [class*=' icon-'],
.navbar-inverse .nav > .active > a > [class^='icon-'],
.navbar-inverse .nav > .active > a > [class*=' icon-'],
.dropdown-menu > li > a:hover > [class^='icon-'],
.dropdown-menu > li > a:hover > [class*=' icon-'],
.dropdown-menu > .active > a > [class^='icon-'],
.dropdown-menu > .active > a > [class*=' icon-'],
.dropdown-submenu:hover > a > [class^='icon-'],
.dropdown-submenu:hover > a > [class*=' icon-'] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^='icon-']:not([data-fa-version='6']).icon-large,
.nav [class^='icon-']:not([data-fa-version='6']).icon-large,
.btn [class*=' icon-']:not([data-fa-version='6']).icon-large,
.nav [class*=' icon-']:not([data-fa-version='6']).icon-large {
  line-height: 0.9em;
}
.btn [class^='icon-']:not([data-fa-version='6']).icon-spin,
.nav [class^='icon-']:not([data-fa-version='6']).icon-spin,
.btn [class*=' icon-']:not([data-fa-version='6']).icon-spin,
.nav [class*=' icon-']:not([data-fa-version='6']).icon-spin {
  display: inline-block;
}
.nav-tabs [class^='icon-']:not([data-fa-version='6']),
.nav-pills [class^='icon-']:not([data-fa-version='6']),
.nav-tabs [class*=' icon-']:not([data-fa-version='6']),
.nav-pills [class*=' icon-']:not([data-fa-version='6']),
.nav-tabs [class^='icon-']:not([data-fa-version='6']).icon-large,
.nav-pills [class^='icon-']:not([data-fa-version='6']).icon-large,
.nav-tabs [class*=' icon-']:not([data-fa-version='6']).icon-large,
.nav-pills [class*=' icon-']:not([data-fa-version='6']).icon-large {
  line-height: 0.9em;
}
.btn [class^='icon-']:not([data-fa-version='6']).pull-left.icon-2x,
.btn [class*=' icon-']:not([data-fa-version='6']).pull-left.icon-2x,
.btn [class^='icon-']:not([data-fa-version='6']).pull-right.icon-2x,
.btn [class*=' icon-']:not([data-fa-version='6']).pull-right.icon-2x {
  margin-top: 0.18em;
}
.btn [class^='icon-']:not([data-fa-version='6']).icon-spin.icon-large,
.btn [class*=' icon-']:not([data-fa-version='6']).icon-spin.icon-large {
  line-height: 0.8em;
}
.btn.btn-small [class^='icon-'].pull-left.icon-2x,
.btn.btn-small [class*=' icon-'].pull-left.icon-2x,
.btn.btn-small [class^='icon-'].pull-right.icon-2x,
.btn.btn-small [class*=' icon-'].pull-right.icon-2x {
  margin-top: 0.25em;
}
.btn.btn-lg [class^='icon-'],
.btn.btn-lg [class*=' icon-'] {
  margin-top: 0;
}
.btn.btn-lg [class^='icon-'].pull-left.icon-2x,
.btn.btn-lg [class*=' icon-'].pull-left.icon-2x,
.btn.btn-lg [class^='icon-'].pull-right.icon-2x,
.btn.btn-lg [class*=' icon-'].pull-right.icon-2x {
  margin-top: 0.05em;
}
.btn.btn-lg [class^='icon-'].pull-left.icon-2x,
.btn.btn-lg [class*=' icon-'].pull-left.icon-2x {
  margin-right: 0.2em;
}
.btn.btn-lg [class^='icon-'].pull-right.icon-2x,
.btn.btn-lg [class*=' icon-'].pull-right.icon-2x {
  margin-left: 0.2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^='icon-']:not([data-fa-version='6']),
.nav-list [class*=' icon-']:not([data-fa-version='6']) {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
.icon-large {
  font-size: 1.33333333em;
  margin-top: -4px;
  padding-top: 3px;
  margin-bottom: -4px;
  padding-bottom: 3px;
  vertical-align: middle;
}
.nav [class^="icon-"],
.nav [class*=" icon-"] {
  vertical-align: inherit;
  margin-top: -4px;
  padding-top: 3px;
  margin-bottom: -4px;
  padding-bottom: 3px;
}
.nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  vertical-align: -25%;
}
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large {
  line-height: .75em;
  margin-top: -7px;
  padding-top: 5px;
  margin-bottom: -5px;
  padding-bottom: 4px;
}
.btn [class^="icon-"].pull-left,
.btn [class*=" icon-"].pull-left,
.btn [class^="icon-"].pull-right,
.btn [class*=" icon-"].pull-right {
  vertical-align: inherit;
}
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large {
  margin-top: -0.5em;
}
a [class^="icon-"],
a [class*=" icon-"] {
  cursor: pointer;
}
.icon-glass {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf000;');
}
.icon-music {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf001;');
}
.icon-search {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf002;');
}
.icon-envelope-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf003;');
}
.icon-heart {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf004;');
}
.icon-star {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf005;');
}
.icon-star-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf006;');
}
.icon-user {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf007;');
}
.icon-film {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf008;');
}
.icon-th-large {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf009;');
}
.icon-th {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00a;');
}
.icon-th-list {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00b;');
}
.icon-ok {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00c;');
}
.icon-remove {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00d;');
}
.icon-zoom-in {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00e;');
}
.icon-zoom-out {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf010;');
}
.icon-off {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;');
}
.icon-power-off {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;');
}
.icon-signal {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf012;');
}
.icon-cog {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;');
}
.icon-gear {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;');
}
.icon-trash {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf014;');
}
.icon-home {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf015;');
}
.icon-file-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf016;');
}
.icon-time {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf017;');
}
.icon-road {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf018;');
}
.icon-download-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf019;');
}
.icon-download {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01a;');
}
.icon-upload {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01b;');
}
.icon-inbox {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01c;');
}
.icon-play-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01d;');
}
.icon-repeat {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01e;');
}
.icon-rotate-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01e;');
}
.icon-refresh {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf021;');
}
.icon-list-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf022;');
}
.icon-lock {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf023;');
}
.icon-flag {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf024;');
}
.icon-headphones {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf025;');
}
.icon-volume-off {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf026;');
}
.icon-volume-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf027;');
}
.icon-volume-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf028;');
}
.icon-qrcode {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf029;');
}
.icon-barcode {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02a;');
}
.icon-tag {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02b;');
}
.icon-tags {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02c;');
}
.icon-book {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02d;');
}
.icon-bookmark {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02e;');
}
.icon-print {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02f;');
}
.icon-camera {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf030;');
}
.icon-font {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf031;');
}
.icon-bold {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf032;');
}
.icon-italic {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf033;');
}
.icon-text-height {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf034;');
}
.icon-text-width {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf035;');
}
.icon-align-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf036;');
}
.icon-align-center {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf037;');
}
.icon-align-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf038;');
}
.icon-align-justify {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf039;');
}
.icon-list {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03a;');
}
.icon-indent-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03b;');
}
.icon-indent-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03c;');
}
.icon-facetime-video {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03d;');
}
.icon-picture {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03e;');
}
.icon-pencil {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf040;');
}
.icon-map-marker {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf041;');
}
.icon-adjust {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf042;');
}
.icon-tint {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf043;');
}
.icon-edit {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf044;');
}
.icon-share {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf045;');
}
.icon-check {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf046;');
}
.icon-move {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf047;');
}
.icon-step-backward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf048;');
}
.icon-fast-backward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf049;');
}
.icon-backward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04a;');
}
.icon-play {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04b;');
}
.icon-pause {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04c;');
}
.icon-stop {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04d;');
}
.icon-forward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04e;');
}
.icon-fast-forward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf050;');
}
.icon-step-forward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf051;');
}
.icon-eject {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf052;');
}
.icon-chevron-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf053;');
}
.icon-chevron-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf054;');
}
.icon-plus-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf055;');
}
.icon-minus-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf056;');
}
.icon-remove-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf057;');
}
.icon-ok-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf058;');
}
.icon-question-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf059;');
}
.icon-info-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05a;');
}
.icon-screenshot {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05b;');
}
.icon-remove-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05c;');
}
.icon-ok-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05d;');
}
.icon-ban-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05e;');
}
.icon-arrow-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf060;');
}
.icon-arrow-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf061;');
}
.icon-arrow-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf062;');
}
.icon-arrow-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf063;');
}
.icon-share-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064;');
}
.icon-mail-forward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064;');
}
.icon-resize-full {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf065;');
}
.icon-resize-small {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf066;');
}
.icon-plus {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf067;');
}
.icon-minus {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf068;');
}
.icon-asterisk {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf069;');
}
.icon-exclamation-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06a;');
}
.icon-gift {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06b;');
}
.icon-leaf {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06c;');
}
.icon-fire {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06d;');
}
.icon-eye-open {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06e;');
}
.icon-eye-close {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf070;');
}
.icon-warning-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf071;');
}
.icon-plane {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf072;');
}
.icon-calendar {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf073;');
}
.icon-random {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf074;');
}
.icon-comment {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf075;');
}
.icon-magnet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf076;');
}
.icon-chevron-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf077;');
}
.icon-chevron-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf078;');
}
.icon-retweet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf079;');
}
.icon-shopping-cart {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07a;');
}
.icon-folder-close {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07b;');
}
.icon-folder-open {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07c;');
}
.icon-resize-vertical {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07d;');
}
.icon-resize-horizontal {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07e;');
}
.icon-bar-chart {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf080;');
}
.icon-twitter-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf081;');
}
.icon-facebook-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf082;');
}
.icon-camera-retro {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf083;');
}
.icon-key {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf084;');
}
.icon-cogs {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;');
}
.icon-gears {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;');
}
.icon-comments {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf086;');
}
.icon-thumbs-up-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf087;');
}
.icon-thumbs-down-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf088;');
}
.icon-star-half {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf089;');
}
.icon-heart-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08a;');
}
.icon-signout {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08b;');
}
.icon-linkedin-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08c;');
}
.icon-pushpin {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08d;');
}
.icon-external-link {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08e;');
}
.icon-signin {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf090;');
}
.icon-trophy {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf091;');
}
.icon-github-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf092;');
}
.icon-upload-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf093;');
}
.icon-lemon {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf094;');
}
.icon-phone {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf095;');
}
.icon-check-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096;');
}
.icon-unchecked {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096;');
}
.icon-bookmark-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf097;');
}
.icon-phone-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf098;');
}
.icon-twitter {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf099;');
}
.icon-facebook {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09a;');
}
.icon-github {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09b;');
}
.icon-unlock {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09c;');
}
.icon-credit-card {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09d;');
}
.icon-rss {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09e;');
}
.icon-hdd {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a0;');
}
.icon-bullhorn {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a1;');
}
.icon-bell {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a2;');
}
.icon-certificate {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a3;');
}
.icon-hand-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a4;');
}
.icon-hand-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a5;');
}
.icon-hand-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a6;');
}
.icon-hand-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a7;');
}
.icon-circle-arrow-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a8;');
}
.icon-circle-arrow-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a9;');
}
.icon-circle-arrow-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0aa;');
}
.icon-circle-arrow-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ab;');
}
.icon-globe {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ac;');
}
.icon-wrench {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ad;');
}
.icon-tasks {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ae;');
}
.icon-filter {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b0;');
}
.icon-briefcase {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b1;');
}
.icon-fullscreen {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b2;');
}
.icon-group {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c0;');
}
.icon-link {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c1;');
}
.icon-cloud {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c2;');
}
.icon-beaker {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c3;');
}
.icon-cut {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c4;');
}
.icon-copy {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c5;');
}
.icon-paper-clip {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c6;');
}
.icon-paperclip {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c6;');
}
.icon-save {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c7;');
}
.icon-sign-blank {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c8;');
}
.icon-reorder {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c9;');
}
.icon-list-ul {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ca;');
}
.icon-list-ol {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cb;');
}
.icon-strikethrough {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cc;');
}
.icon-underline {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cd;');
}
.icon-table {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ce;');
}
.icon-magic {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d0;');
}
.icon-truck {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d1;');
}
.icon-pinterest {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d2;');
}
.icon-pinterest-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d3;');
}
.icon-google-plus-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d4;');
}
.icon-google-plus {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d5;');
}
.icon-money {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d6;');
}
.icon-caret-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d7;');
}
.icon-caret-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d8;');
}
.icon-caret-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d9;');
}
.icon-caret-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0da;');
}
.icon-columns {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0db;');
}
.icon-sort {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dc;');
}
.icon-sort-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dd;');
}
.icon-sort-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0de;');
}
.icon-envelope {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e0;');
}
.icon-linkedin {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e1;');
}
.icon-undo {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e2;');
}
.icon-rotate-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e2;');
}
.icon-legal {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e3;');
}
.icon-dashboard {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e4;');
}
.icon-comment-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e5;');
}
.icon-comments-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e6;');
}
.icon-bolt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e7;');
}
.icon-sitemap {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e8;');
}
.icon-umbrella {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e9;');
}
.icon-paste {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ea;');
}
.icon-lightbulb {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0eb;');
}
.icon-exchange {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ec;');
}
.icon-cloud-download {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ed;');
}
.icon-cloud-upload {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ee;');
}
.icon-user-md {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f0;');
}
.icon-stethoscope {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f1;');
}
.icon-suitcase {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f2;');
}
.icon-bell-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f3;');
}
.icon-coffee {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f4;');
}
.icon-food {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f5;');
}
.icon-file-text-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f6;');
}
.icon-building {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f7;');
}
.icon-hospital {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f8;');
}
.icon-ambulance {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f9;');
}
.icon-medkit {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fa;');
}
.icon-fighter-jet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fb;');
}
.icon-beer {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fc;');
}
.icon-h-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fd;');
}
.icon-plus-sign-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fe;');
}
.icon-double-angle-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf100;');
}
.icon-double-angle-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf101;');
}
.icon-double-angle-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf102;');
}
.icon-double-angle-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf103;');
}
.icon-angle-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf104;');
}
.icon-angle-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf105;');
}
.icon-angle-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf106;');
}
.icon-angle-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf107;');
}
.icon-desktop {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf108;');
}
.icon-laptop {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf109;');
}
.icon-tablet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10a;');
}
.icon-mobile-phone {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10b;');
}
.icon-circle-blank {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10c;');
}
.icon-quote-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10d;');
}
.icon-quote-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10e;');
}
.icon-spinner {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf110;');
}
.icon-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf111;');
}
.icon-reply {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf112;');
}
.icon-mail-reply {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf112;');
}
.icon-github-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf113;');
}
.icon-folder-close-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf114;');
}
.icon-folder-open-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf115;');
}
.icon-expand-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf116;');
}
.icon-collapse-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf117;');
}
.icon-smile {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf118;');
}
.icon-frown {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf119;');
}
.icon-meh {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11a;');
}
.icon-gamepad {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11b;');
}
.icon-keyboard {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11c;');
}
.icon-flag-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11d;');
}
.icon-flag-checkered {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11e;');
}
.icon-terminal {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf120;');
}
.icon-code {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf121;');
}
.icon-reply-all {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf122;');
}
.icon-mail-reply-all {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf122;');
}
.icon-star-half-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf123;');
}
.icon-star-half-full {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf123;');
}
.icon-location-arrow {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf124;');
}
.icon-crop {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf125;');
}
.icon-code-fork {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf126;');
}
.icon-unlink {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf127;');
}
.icon-question {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf128;');
}
.icon-info {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf129;');
}
.icon-exclamation {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12a;');
}
.icon-superscript {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12b;');
}
.icon-subscript {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12c;');
}
.icon-eraser {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12d;');
}
.icon-puzzle-piece {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12e;');
}
.icon-microphone {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf130;');
}
.icon-microphone-off {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf131;');
}
.icon-shield {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf132;');
}
.icon-calendar-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf133;');
}
.icon-fire-extinguisher {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf134;');
}
.icon-rocket {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf135;');
}
.icon-maxcdn {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf136;');
}
.icon-chevron-sign-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf137;');
}
.icon-chevron-sign-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf138;');
}
.icon-chevron-sign-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf139;');
}
.icon-chevron-sign-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13a;');
}
.icon-html5 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13b;');
}
.icon-css3 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13c;');
}
.icon-anchor {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13d;');
}
.icon-unlock-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13e;');
}
.icon-bullseye {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf140;');
}
.icon-ellipsis-horizontal {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf141;');
}
.icon-ellipsis-vertical {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf142;');
}
.icon-rss-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf143;');
}
.icon-play-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf144;');
}
.icon-ticket {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf145;');
}
.icon-minus-sign-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf146;');
}
.icon-check-minus {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf147;');
}
.icon-level-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf148;');
}
.icon-level-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf149;');
}
.icon-check-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14a;');
}
.icon-edit-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14b;');
}
.icon-external-link-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14c;');
}
.icon-share-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14d;');
}
.icon-compass {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14e;');
}
.icon-collapse {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf150;');
}
.icon-collapse-top {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf151;');
}
.icon-expand {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf152;');
}
.icon-eur {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf153;');
}
.icon-euro {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf153;');
}
.icon-gbp {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf154;');
}
.icon-usd {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf155;');
}
.icon-dollar {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf155;');
}
.icon-inr {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf156;');
}
.icon-rupee {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf156;');
}
.icon-jpy {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf157;');
}
.icon-yen {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf157;');
}
.icon-cny {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf158;');
}
.icon-renminbi {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf158;');
}
.icon-krw {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf159;');
}
.icon-won {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf159;');
}
.icon-btc {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15a;');
}
.icon-bitcoin {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15a;');
}
.icon-file {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15b;');
}
.icon-file-text {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15c;');
}
.icon-sort-by-alphabet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15d;');
}
.icon-sort-by-alphabet-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15e;');
}
.icon-sort-by-attributes {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf160;');
}
.icon-sort-by-attributes-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf161;');
}
.icon-sort-by-order {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf162;');
}
.icon-sort-by-order-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf163;');
}
.icon-thumbs-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf164;');
}
.icon-thumbs-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf165;');
}
.icon-youtube-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf166;');
}
.icon-youtube {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf167;');
}
.icon-xing {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf168;');
}
.icon-xing-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf169;');
}
.icon-youtube-play {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16a;');
}
.icon-dropbox {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16b;');
}
.icon-stackexchange {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16c;');
}
.icon-instagram {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16d;');
}
.icon-flickr {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16e;');
}
.icon-adn {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf170;');
}
.icon-bitbucket {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf171;');
}
.icon-bitbucket-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf172;');
}
.icon-tumblr {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf173;');
}
.icon-tumblr-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf174;');
}
.icon-long-arrow-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf175;');
}
.icon-long-arrow-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf176;');
}
.icon-long-arrow-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf177;');
}
.icon-long-arrow-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf178;');
}
.icon-apple {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf179;');
}
.icon-windows {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17a;');
}
.icon-android {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17b;');
}
.icon-linux {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17c;');
}
.icon-dribbble {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17d;');
}
.icon-skype {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17e;');
}
.icon-foursquare {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf180;');
}
.icon-trello {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf181;');
}
.icon-female {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf182;');
}
.icon-male {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf183;');
}
.icon-gittip {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf184;');
}
.icon-sun {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf185;');
}
.icon-moon {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf186;');
}
.icon-archive {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf187;');
}
.icon-bug {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf188;');
}
.icon-vk {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf189;');
}
.icon-weibo {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18a;');
}
.icon-renren {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18b;');
}
/*!
 * Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa6-angle-down::before {
  content: '\f107';
}
.fa6-angle-left::before {
  content: '\f104';
}
.fa6-angle-right::before {
  content: '\f105';
}
.fa6-angle-up::before {
  content: '\f106';
}
.fa6-angles-down::before {
  content: '\f103';
}
.fa6-angle-double-down::before {
  content: '\f103';
}
.fa6-angles-left::before {
  content: '\f100';
}
.fa6-angle-double-left::before {
  content: '\f100';
}
.fa6-angles-right::before {
  content: '\f101';
}
.fa6-angle-double-right::before {
  content: '\f101';
}
.fa6-angles-up::before {
  content: '\f102';
}
.fa6-angle-double-up::before {
  content: '\f102';
}
.fa6-arrow-down::before {
  content: '\f063';
}
.fa6-arrow-down-short-wide::before {
  content: '\f884';
}
.fa6-sort-amount-desc::before {
  content: '\f884';
}
.fa6-sort-amount-down-alt::before {
  content: '\f884';
}
.fa6-arrow-down-wide-short::before {
  content: '\f160';
}
.fa6-sort-amount-asc::before {
  content: '\f160';
}
.fa6-sort-amount-down::before {
  content: '\f160';
}
.fa6-arrow-left::before {
  content: '\f060';
}
.fa6-arrow-right::before {
  content: '\f061';
}
.fa6-arrow-up::before {
  content: '\f062';
}
.fa6-ban::before {
  content: '\f05e';
}
.fa6-barcode::before {
  content: '\f02a';
}
.fa6-bars-progress::before {
  content: '\f828';
}
.fa6-tasks-alt::before {
  content: '\f828';
}
.fa6-bell::before {
  content: '\f0f3';
}
.fa6-book::before {
  content: '\f02d';
}
.fa6-bookmark::before {
  content: '\f02e';
}
.fa6-box-archive::before {
  content: '\f187';
}
.fa6-archive::before {
  content: '\f187';
}
.fa6-briefcase::before {
  content: '\f0b1';
}
.fa6-building::before {
  content: '\f1ad';
}
.fa6-bullhorn::before {
  content: '\f0a1';
}
.fa6-calendar::before {
  content: '\f133';
}
.fa6-calendar-days::before {
  content: '\f073';
}
.fa6-calendar-alt::before {
  content: '\f073';
}
.fa6-camera::before {
  content: '\f030';
}
.fa6-camera-alt::before {
  content: '\f030';
}
.fa6-caret-down::before {
  content: '\f0d7';
}
.fa6-caret-left::before {
  content: '\f0d9';
}
.fa6-caret-right::before {
  content: '\f0da';
}
.fa6-caret-up::before {
  content: '\f0d8';
}
.fa6-chart-column::before {
  content: '\e0e3';
}
.fa6-check::before {
  content: '\f00c';
}
.fa6-chevron-down::before {
  content: '\f078';
}
.fa6-chevron-left::before {
  content: '\f053';
}
.fa6-chevron-right::before {
  content: '\f054';
}
.fa6-chevron-up::before {
  content: '\f077';
}
.fa6-circle::before {
  content: '\f111';
}
.fa6-circle-arrow-down::before {
  content: '\f0ab';
}
.fa6-arrow-circle-down::before {
  content: '\f0ab';
}
.fa6-circle-arrow-up::before {
  content: '\f0aa';
}
.fa6-arrow-circle-up::before {
  content: '\f0aa';
}
.fa6-circle-check::before {
  content: '\f058';
}
.fa6-check-circle::before {
  content: '\f058';
}
.fa6-circle-chevron-down::before {
  content: '\f13a';
}
.fa6-chevron-circle-down::before {
  content: '\f13a';
}
.fa6-circle-exclamation::before {
  content: '\f06a';
}
.fa6-exclamation-circle::before {
  content: '\f06a';
}
.fa6-circle-info::before {
  content: '\f05a';
}
.fa6-info-circle::before {
  content: '\f05a';
}
.fa6-circle-left::before {
  content: '\f359';
}
.fa6-arrow-alt-circle-left::before {
  content: '\f359';
}
.fa6-circle-plus::before {
  content: '\f055';
}
.fa6-plus-circle::before {
  content: '\f055';
}
.fa6-circle-question::before {
  content: '\f059';
}
.fa6-question-circle::before {
  content: '\f059';
}
.fa6-circle-right::before {
  content: '\f35a';
}
.fa6-arrow-alt-circle-right::before {
  content: '\f35a';
}
.fa6-circle-xmark::before {
  content: '\f057';
}
.fa6-times-circle::before {
  content: '\f057';
}
.fa6-xmark-circle::before {
  content: '\f057';
}
.fa6-clock::before {
  content: '\f017';
}
.fa6-clock-four::before {
  content: '\f017';
}
.fa6-cloud::before {
  content: '\f0c2';
}
.fa6-cloud-arrow-up::before {
  content: '\f0ee';
}
.fa6-cloud-upload::before {
  content: '\f0ee';
}
.fa6-cloud-upload-alt::before {
  content: '\f0ee';
}
.fa6-code::before {
  content: '\f121';
}
.fa6-comment::before {
  content: '\f075';
}
.fa6-comments::before {
  content: '\f086';
}
.fa6-credit-card::before {
  content: '\f09d';
}
.fa6-credit-card-alt::before {
  content: '\f09d';
}
.fa6-dollar-sign::before {
  content: '\24';
}
.fa6-dollar::before {
  content: '\24';
}
.fa6-usd::before {
  content: '\24';
}
.fa6-droplet::before {
  content: '\f043';
}
.fa6-tint::before {
  content: '\f043';
}
.fa6-ellipsis::before {
  content: '\f141';
}
.fa6-ellipsis-h::before {
  content: '\f141';
}
.fa6-envelope::before {
  content: '\f0e0';
}
.fa6-eraser::before {
  content: '\f12d';
}
.fa6-euro-sign::before {
  content: '\f153';
}
.fa6-eur::before {
  content: '\f153';
}
.fa6-euro::before {
  content: '\f153';
}
.fa6-exclamation::before {
  content: '\21';
}
.fa6-eye::before {
  content: '\f06e';
}
.fa6-eye-slash::before {
  content: '\f070';
}
.fa6-face-frown-slight::before {
  content: '\e376';
}
.fa6-fax::before {
  content: '\f1ac';
}
.fa6-file::before {
  content: '\f15b';
}
.fa6-file-lines::before {
  content: '\f15c';
}
.fa6-file-alt::before {
  content: '\f15c';
}
.fa6-file-text::before {
  content: '\f15c';
}
.fa6-filter::before {
  content: '\f0b0';
}
.fa6-flag-checkered::before {
  content: '\f11e';
}
.fa6-floppy-disk::before {
  content: '\f0c7';
}
.fa6-save::before {
  content: '\f0c7';
}
.fa6-folder-open::before {
  content: '\f07c';
}
.fa6-gear::before {
  content: '\f013';
}
.fa6-cog::before {
  content: '\f013';
}
.fa6-gift::before {
  content: '\f06b';
}
.fa6-grid::before {
  content: '\e195';
}
.fa6-grid-3::before {
  content: '\e195';
}
.fa6-grid-2::before {
  content: '\e196';
}
.fa6-hand-back-point-right::before {
  content: '\e1a1';
}
.fa6-hand-back-point-up::before {
  content: '\e1a2';
}
.fa6-house-chimney::before {
  content: '\e3af';
}
.fa6-home-lg::before {
  content: '\e3af';
}
.fa6-image::before {
  content: '\f03e';
}
.fa6-info::before {
  content: '\f129';
}
.fa6-lightbulb::before {
  content: '\f0eb';
}
.fa6-link::before {
  content: '\f0c1';
}
.fa6-chain::before {
  content: '\f0c1';
}
.fa6-link-slash::before {
  content: '\f127';
}
.fa6-chain-broken::before {
  content: '\f127';
}
.fa6-chain-slash::before {
  content: '\f127';
}
.fa6-unlink::before {
  content: '\f127';
}
.fa6-list::before {
  content: '\f03a';
}
.fa6-list-squares::before {
  content: '\f03a';
}
.fa6-list-ol::before {
  content: '\f0cb';
}
.fa6-list-1-2::before {
  content: '\f0cb';
}
.fa6-list-numeric::before {
  content: '\f0cb';
}
.fa6-lock::before {
  content: '\f023';
}
.fa6-lock-open::before {
  content: '\f3c1';
}
.fa6-magnifying-glass::before {
  content: '\f002';
}
.fa6-search::before {
  content: '\f002';
}
.fa6-maximize::before {
  content: '\f31e';
}
.fa6-expand-arrows-alt::before {
  content: '\f31e';
}
.fa6-mobile::before {
  content: '\f3ce';
}
.fa6-money-bill-1::before {
  content: '\f3d1';
}
.fa6-money-bill-alt::before {
  content: '\f3d1';
}
.fa6-pen-to-square::before {
  content: '\f044';
}
.fa6-edit::before {
  content: '\f044';
}
.fa6-pencil::before {
  content: '\f303';
}
.fa6-pencil-alt::before {
  content: '\f303';
}
.fa6-phone::before {
  content: '\f095';
}
.fa6-plus::before {
  content: '\2b';
}
.fa6-add::before {
  content: '\2b';
}
.fa6-print::before {
  content: '\f02f';
}
.fa6-question::before {
  content: '\3f';
}
.fa6-reply::before {
  content: '\f3e5';
}
.fa6-mail-reply::before {
  content: '\f3e5';
}
.fa6-retweet::before {
  content: '\f079';
}
.fa6-right-left::before {
  content: '\f362';
}
.fa6-exchange-alt::before {
  content: '\f362';
}
.fa6-rotate::before {
  content: '\f2f1';
}
.fa6-sync-alt::before {
  content: '\f2f1';
}
.fa6-rotate-left::before {
  content: '\f2ea';
}
.fa6-rotate-back::before {
  content: '\f2ea';
}
.fa6-rotate-backward::before {
  content: '\f2ea';
}
.fa6-undo-alt::before {
  content: '\f2ea';
}
.fa6-rotate-right::before {
  content: '\f2f9';
}
.fa6-redo-alt::before {
  content: '\f2f9';
}
.fa6-rotate-forward::before {
  content: '\f2f9';
}
.fa6-share::before {
  content: '\f064';
}
.fa6-mail-forward::before {
  content: '\f064';
}
.fa6-share-from-square::before {
  content: '\f14d';
}
.fa6-share-square::before {
  content: '\f14d';
}
.fa6-shuffle::before {
  content: '\f074';
}
.fa6-random::before {
  content: '\f074';
}
.fa6-sort-down::before {
  content: '\f0dd';
}
.fa6-sort-desc::before {
  content: '\f0dd';
}
.fa6-sort-up::before {
  content: '\f0de';
}
.fa6-sort-asc::before {
  content: '\f0de';
}
.fa6-spinner::before {
  content: '\f110';
}
.fa6-spinner-scale::before {
  content: '\e62a';
}
.fa6-square::before {
  content: '\f0c8';
}
.fa6-square-check::before {
  content: '\f14a';
}
.fa6-check-square::before {
  content: '\f14a';
}
.fa6-square-minus::before {
  content: '\f146';
}
.fa6-minus-square::before {
  content: '\f146';
}
.fa6-star::before {
  content: '\f005';
}
.fa6-sterling-sign::before {
  content: '\f154';
}
.fa6-gbp::before {
  content: '\f154';
}
.fa6-pound-sign::before {
  content: '\f154';
}
.fa6-suitcase-medical::before {
  content: '\f0fa';
}
.fa6-medkit::before {
  content: '\f0fa';
}
.fa6-table::before {
  content: '\f0ce';
}
.fa6-tag::before {
  content: '\f02b';
}
.fa6-thumbs-up::before {
  content: '\f164';
}
.fa6-thumbtack::before {
  content: '\f08d';
}
.fa6-thumb-tack::before {
  content: '\f08d';
}
.fa6-ticket::before {
  content: '\f145';
}
.fa6-trash-can::before {
  content: '\f2ed';
}
.fa6-trash-alt::before {
  content: '\f2ed';
}
.fa6-triangle-exclamation::before {
  content: '\f071';
}
.fa6-exclamation-triangle::before {
  content: '\f071';
}
.fa6-warning::before {
  content: '\f071';
}
.fa6-trophy::before {
  content: '\f091';
}
.fa6-truck-medical::before {
  content: '\f0f9';
}
.fa6-ambulance::before {
  content: '\f0f9';
}
.fa6-unlock::before {
  content: '\f09c';
}
.fa6-up-down::before {
  content: '\f338';
}
.fa6-arrows-alt-v::before {
  content: '\f338';
}
.fa6-up-right-from-square::before {
  content: '\f35d';
}
.fa6-external-link-alt::before {
  content: '\f35d';
}
.fa6-upload::before {
  content: '\f093';
}
.fa6-user::before {
  content: '\f007';
}
.fa6-user-doctor::before {
  content: '\f0f0';
}
.fa6-user-md::before {
  content: '\f0f0';
}
.fa6-user-group::before {
  content: '\f500';
}
.fa6-user-friends::before {
  content: '\f500';
}
.fa6-video::before {
  content: '\f03d';
}
.fa6-video-camera::before {
  content: '\f03d';
}
.fa6-wrench::before {
  content: '\f0ad';
}
.fa6-xmark::before {
  content: '\f00d';
}
.fa6-close::before {
  content: '\f00d';
}
.fa6-multiply::before {
  content: '\f00d';
}
.fa6-remove::before {
  content: '\f00d';
}
.fa6-times::before {
  content: '\f00d';
}
.fa6-signature::before {
  content: '\f5b7';
}
.fa6-apple::before {
  content: '\f179';
}
.fa6-facebook-f::before {
  content: '\f39e';
}
.fa6-google-plus::before {
  content: '\f2b3';
}
.fa6-twitter::before {
  content: '\f099';
}
.fa6-windows::before {
  content: '\f17a';
}
[class^='fa6-'],
[class*=' fa6-'] {
  font-family: var(--fa6-style-family, 'Font Awesome 6 Pro');
  font-weight: var(--fa6-style, 900);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa6-display, inline);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.fa6-spin {
  animation-name: fa6-spin;
  animation-delay: var(--fa6-animation-delay, 0s);
  animation-direction: var(--fa6-animation-direction, normal);
  animation-duration: var(--fa6-animation-duration, 2s);
  animation-iteration-count: var(--fa6-animation-iteration-count, infinite);
  animation-timing-function: var(--fa6-animation-timing, linear);
}
.fa6-spin-reverse {
  --fa6-animation-direction: reverse;
}
@media (prefers-reduced-motion: reduce) {
  .fa6-spin {
    animation-timing-function: steps(8);
  }
}
@keyframes fa6-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa6-fw {
  text-align: center;
  width: 1.25em;
}
.fa6-rotate-90 {
  transform: rotate(90deg);
}
.fa6-rotate-180 {
  transform: rotate(180deg);
}
.fa6-rotate-270 {
  transform: rotate(270deg);
}
.fa6-flip-horizontal {
  transform: scale(-1, 1);
}
.fa6-flip-vertical {
  transform: scale(1, -1);
}
.fa6-flip-both,
.fa6-flip-horizontal.fa6-flip-vertical {
  transform: scale(-1, -1);
}
.fa6-rotate-by {
  transform: rotate(var(--fa6-rotate-angle, 0));
}
.fa6-1x {
  font-size: 1em;
}
.fa6-2x {
  font-size: 2em;
}
.fa6-3x {
  font-size: 3em;
}
.fa6-4x {
  font-size: 4em;
}
.fa6-5x {
  font-size: 5em;
}
.fa6-6x {
  font-size: 6em;
}
.fa6-7x {
  font-size: 7em;
}
.fa6-8x {
  font-size: 8em;
}
.fa6-9x {
  font-size: 9em;
}
.fa6-10x {
  font-size: 10em;
}
.fa6-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa6-xs {
  font-size: 0.75em;
  line-height: 0.08333333em;
  vertical-align: 0.125em;
}
.fa6-sm {
  font-size: 0.875em;
  line-height: 0.07142857em;
  vertical-align: 0.05357143em;
}
.fa6-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa6-xl {
  font-size: 1.5em;
  line-height: 0.04166667em;
  vertical-align: -0.125em;
}
.fa6-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa6-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa6-stack-1x,
.fa6-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa6-stack-z-index, auto);
}
.fa6-stack-1x {
  line-height: inherit;
}
.fa6-stack-2x {
  font-size: 2em;
}
.fa6-inverse {
  color: var(--fa6-inverse, #fff);
}
/*!
 * Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa6-style-family-classic: 'Font Awesome 6 Pro';
  --fa6-font-solid: normal 900 1em 'Font Awesome 6 Pro';
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/09baafcc8cf3a450.woff2) format('woff2'), url(/assets/d7a21084ae1f07cc.ttf) format('truetype');
}
.fas,
.fa6-solid {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
}
/*!
 * Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa6-style-family-classic: 'Font Awesome 6 Pro';
  --fa6-font-regular: normal 400 1em 'Font Awesome 6 Pro';
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/94db44f98b84f649.woff2) format('woff2'), url(/assets/ae522b4e04c6394c.ttf) format('truetype');
}
.far,
.fa6-regular {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
/*!
 * Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa6-style-family-brands: 'Font Awesome 6 Brands';
  --fa6-font-brands: normal 400 1em 'Font Awesome 6 Brands';
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/39d133445c4d25b0.woff2) format('woff2'), url(/assets/3a6410205caff312.ttf) format('truetype');
}
.fab,
.fa6-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
/** The below ProximaNova font-family & associated font-faces are based on idea of changing the font style via the font-weight attribute */
@font-face {
  font-family: 'ProximaNova';
  src: url(/assets/99937893b32aca30.eot);
  src: url(/assets/99937893b32aca30.eot?#iefix) format('embedded-opentype'), url(/assets/01e3aad8a932b717.woff2) format('woff2'), url(/assets/8caa64e832a4175a.woff) format('woff'), url(/assets/35e084db0a31e946.ttf) format('truetype'), url(/assets/c8bf65e695aca622.svg#proxima_novathin) format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova';
  src: url(/assets/3fc5f13dd355b5d2.eot);
  src: url(/assets/3fc5f13dd355b5d2.eot?#iefix) format('embedded-opentype'), url(/assets/8b017aa95f7c71ab.woff2) format('woff2'), url(/assets/0a853afd3d571fce.woff) format('woff'), url(/assets/3b6454bdfbe0bc47.ttf) format('truetype'), url(/assets/c3e428a0963b49f6.svg#proxima_novalight) format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova';
  src: url(/assets/b2c4b8696002aba8.eot);
  src: url(/assets/b2c4b8696002aba8.eot?#iefix) format('embedded-opentype'), url(/assets/c19deb834b089e69.woff2) format('woff2'), url(/assets/2ae5ac7c2b70c8d4.woff) format('woff'), url(/assets/2b61323ef12d8898.ttf) format('truetype'), url(/assets/968888191f7ca63e.svg#ProximaNova-Regular) format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova';
  src: url(/assets/967da097419df45c.eot);
  src: url(/assets/967da097419df45c.eot?#iefix) format('embedded-opentype'), url(/assets/8d3493388609fb99.woff2) format('woff2'), url(/assets/93c260921df7468b.woff) format('woff'), url(/assets/81b64885228d9e22.ttf) format('truetype'), url(/assets/b9730fd4809b7adc.svg#proxima_novasemibold) format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova';
  src: url(/assets/9ae0a50de8c11313.eot);
  src: url(/assets/9ae0a50de8c11313.eot?#iefix) format('embedded-opentype'), url(/assets/7a5a12f79d46c8d8.woff2) format('woff2'), url(/assets/acc1a231fe2b5196.woff) format('woff'), url(/assets/7c7dd70113a7c94c.ttf) format('truetype'), url(/assets/9988d776e8d82461.svg#ProximaNova-Bold) format('svg');
  font-weight: 700;
  font-style: normal;
}
/** The below defined font-families & associated font-faces are based on idea of changing the font style via the font-family attribute */
@font-face {
  font-family: 'ProximaNovaRgRegular';
  src: url(/assets/b2c4b8696002aba8.eot);
  src: url(/assets/b2c4b8696002aba8.eot?#iefix) format('embedded-opentype'), url(/assets/c19deb834b089e69.woff2) format('woff2'), url(/assets/2ae5ac7c2b70c8d4.woff) format('woff'), url(/assets/2b61323ef12d8898.ttf) format('truetype'), url(/assets/968888191f7ca63e.svg#ProximaNova-Regular) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaLtLight';
  src: url(/assets/3fc5f13dd355b5d2.eot);
  src: url(/assets/3fc5f13dd355b5d2.eot?#iefix) format('embedded-opentype'), url(/assets/8b017aa95f7c71ab.woff2) format('woff2'), url(/assets/0a853afd3d571fce.woff) format('woff'), url(/assets/3b6454bdfbe0bc47.ttf) format('truetype'), url(/assets/c3e428a0963b49f6.svg#proxima_novalight) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaRgBold';
  src: url(/assets/9ae0a50de8c11313.eot);
  src: url(/assets/9ae0a50de8c11313.eot?#iefix) format('embedded-opentype'), url(/assets/7a5a12f79d46c8d8.woff2) format('woff2'), url(/assets/acc1a231fe2b5196.woff) format('woff'), url(/assets/7c7dd70113a7c94c.ttf) format('truetype'), url(/assets/9988d776e8d82461.svg#ProximaNova-Bold) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaThThin';
  src: url(/assets/99937893b32aca30.eot);
  src: url(/assets/99937893b32aca30.eot?#iefix) format('embedded-opentype'), url(/assets/01e3aad8a932b717.woff2) format('woff2'), url(/assets/8caa64e832a4175a.woff) format('woff'), url(/assets/35e084db0a31e946.ttf) format('truetype'), url(/assets/c8bf65e695aca622.svg#proxima_novathin) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaLtSemibold';
  src: url(/assets/967da097419df45c.eot);
  src: url(/assets/967da097419df45c.eot?#iefix) format('embedded-opentype'), url(/assets/8d3493388609fb99.woff2) format('woff2'), url(/assets/93c260921df7468b.woff) format('woff'), url(/assets/81b64885228d9e22.ttf) format('truetype'), url(/assets/b9730fd4809b7adc.svg#proxima_novasemibold) format('svg');
  font-weight: normal;
  font-style: normal;
}
/** Proxima Nova font family aliased to "Proxima Nova" for Burrito */
@font-face {
  font-family: 'Proxima Nova';
  font-weight: 400;
  font-style: normal;
  src: local('Proxima Nova'), url(/assets/c19deb834b089e69.woff2) format('woff'), url(/assets/2ae5ac7c2b70c8d4.woff) format('woff');
}
@font-face {
  font-family: 'Proxima Nova';
  font-weight: 400;
  font-style: italic;
  src: local('Proxima Nova'), url(/assets/9532c9d7db851b33.woff2) format('woff2'), url(/assets/ad9cb5c404add081.woff) format('woff');
}
@font-face {
  font-family: 'Proxima Nova';
  font-weight: 600;
  font-style: normal;
  src: local('Proxima Nova'), url(/assets/8d3493388609fb99.woff2) format('woff2'), url(/assets/93c260921df7468b.woff) format('woff');
}
@font-face {
  font-family: 'Proxima Nova';
  font-weight: 600;
  font-style: italic;
  src: local('Proxima Nova'), url(/assets/7469a0901c5cdaf8.woff2) format('woff2'), url(/assets/7f19afde96f97255.woff) format('woff');
}
@font-face {
  font-family: 'Caveat';
  src: url(/assets/b31160701af11a37.ttf);
  font-weight: normal;
  font-style: cursive;
}
@font-face {
  font-family: 'Cedarville Cursive';
  src: url(/assets/593fed80942efce5.ttf);
  font-weight: normal;
  font-style: cursive;
}
@font-face {
  font-family: 'La Belle Aurore';
  src: url(/assets/5ec639c06c1800dc.ttf);
  font-weight: normal;
  font-style: cursive;
}
/** List group overrides */
/** Badge overrides */
.notifications {
  position: fixed;
  height: 50px;
  z-index: 1050;
  top: -50px;
  left: 0;
  right: 0;
  -webkit-transition: top ease-in-out 0.5s;
  -o-transition: top ease-in-out 0.5s;
  transition: top ease-in-out 0.5s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  overflow: hidden;
  pointer-events: none;
}
.notifications.in {
  top: 5px;
  height: auto;
}
.notifications .notification {
  pointer-events: auto;
  -webkit-flex: initial;
  -moz-flex: initial;
  -ms-flex: initial;
  flex: initial;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  max-width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.4);
  background-color: #00a9b1;
  -webkit-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  padding: 12px 10px 10px;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 5px;
}
.notifications .notification.notification-success {
  background-color: #80c47e;
}
.notifications .notification.notification-error {
  background-color: #de4848;
}
.notifications .notification.notification-warning {
  background-color: #f19a04;
}
.notifications .notification span {
  color: #ffffff;
}
.notifications .notification a {
  color: #ffffff;
  text-decoration: underline;
}
.notifications .notification span.icon {
  position: relative;
  top: -2px;
}
.notifications .notification:hover span.icon i:before {
  content: "\f057";
}
/* Landscape phones
------------------------- */
@media (max-width: 480px) {
  .notifications {
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    opacity: 0;
    background: #00c1ca;
    height: auto;
    overflow: auto;
  }
  .notifications.in {
    opacity: 1;
  }
  .notifications .notification {
    overflow: normal;
    white-space: normal;
    padding-bottom: 10px;
  }
}
.ui-dialog .ui-dialog-content {
  padding: 10px 10px 0;
}
.ui-dialog .well {
  padding: 9px;
  margin-bottom: 10px;
}
.ui-dialog .well form {
  margin-bottom: 0;
}
.ui-datepicker .ui-datepicker-today a.ui-state-default {
  background-color: #e4c375;
}
.width-100 {
  width: 100%;
}
.absolute-bottom {
  position: absolute;
  bottom: 0;
}
.button-capture__capture-button {
  background: #00c1ca;
  border-radius: 6rem;
  position: absolute;
  bottom: 2%;
}
.button-capture__capture-button span {
  font-size: 2em;
  color: #ffffff;
}
.button-capture-container {
  position: relative;
  height: 480px;
  overflow: hidden;
}
.button-capture-container canvas,
.button-capture-container video {
  position: absolute;
}
.confirm-cta-container {
  position: absolute;
  bottom: 8%;
}
.chart-template-overlay {
  z-index: 200;
  position: absolute;
  top: 20px;
}
.menu-toggle-container {
  margin-bottom: 5px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  min-height: 44px;
}
.chart-beta .chart_entries .panel-heading {
  border-bottom: 0;
}
.chart-beta .chart-entry.panel-active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 1px 4px 1px rgba(0, 0, 0, 0.2);
}
.chart-beta .chart-entry.panel-active:not(.panel-warning) {
  border: none;
}
.chart-beta .chart-entry.panel-active .chart-entry-heading {
  position: relative;
  box-shadow: inset 0 -8px 11px -11px grey;
}
.chart-beta .chart-entry.panel-active .chart-entry-heading:hover {
  background-color: #ededed;
}
.chart-beta .chart-entry.panel-active .chart-entry-heading .icon-edit {
  margin: -2px;
  line-height: 1.6;
}
.chart-beta .chart-entry.panel-active .chart-entry-heading .chart-header-date-picker-container {
  min-width: 120px;
}
.chart-beta .chart-entry.panel-active .chart-entry-heading .chart-header-date-picker-container .form-control {
  padding: 6px 8px 6px 32px;
}
.chart-beta .chart-entry.panel-active .chart-entry-heading .chart-header-date-picker-container .datepicker-icon {
  top: 9px;
  font-size: 12px;
}
.chart-beta .chart-entry.panel-active .chart-entry-body {
  position: relative;
  padding-bottom: 20px;
}
.chart-beta .chart-entry.panel-active .chart-entry-heading.amend-mode,
.chart-beta .chart-entry.panel-active .chart-entry-footer.amend-mode {
  background: #fff8e7;
}
.chart-beta .chart-entry.panel-active .chart-entry-heading .form-group,
.chart-beta .chart-entry.panel-active .chart-entry-footer .form-group {
  margin-bottom: 0;
}
.chart-beta .chart-entry.panel-warning.panel-active {
  box-shadow: 0 1px 2px #fcf8e3, 0 3px 8px #fcf8e3;
}
.chart-beta .caption {
  padding: 7.5px 15px;
  -webkit-mask-image: linear-gradient(to bottom, #000000, #000000, #000000, #000000, transparent);
}
.chart-beta .chart-entry-footer {
  padding: 6px 15px;
  box-shadow: inset 0 8px 11px -11px grey;
  border: none !important;
}
.chart-beta .pinboard-image {
  min-width: 500px;
}
.chart-beta .pinboard-points .point {
  display: block;
  width: 15px;
  padding: 6px;
  line-height: 15px;
  border-radius: 15px;
  background-color: #00c1ca;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 0 3px #666;
  box-shadow: 0 0 3px #666;
  box-sizing: content-box;
}
.chart-beta .pinboard-points .point.active {
  background-color: #f19a04;
  transform: scale(1.2);
  -webkit-box-shadow: 0 2px 5px #ccc;
  box-shadow: 0 2px 5px #ccc;
}
.chart-beta .image-canvas-container {
  overflow-y: hidden !important;
}
.chart-beta .image-canvas-container.thumbnail {
  padding: 0px !important;
  margin-bottom: 0px !important;
}
.chart-beta .sketch-controls-container {
  position: relative;
}
.chart-beta .sketch-controls-container .btn {
  width: 38px;
}
.form-horizontal .signature-wrapper .form-group {
  padding-bottom: 0;
  border-bottom: none;
}
.form-horizontal .signature-wrapper .control-label label {
  font-size: 14px;
}
.signature-wrapper {
  height: 180px;
  max-width: 530px;
}
.signature-drawn-controls {
  position: absolute;
  right: 4px;
  top: 50px;
}
.signature-typed {
  position: relative;
  height: 133px;
  max-width: 530px;
}
.signature-input {
  position: absolute;
  border: none;
  box-shadow: none;
  text-indent: 1rem;
  height: 38px;
  top: 47px;
  left: 25px;
  font-size: 18px;
  width: calc(100% - 32px);
}
.signature-input:focus {
  box-shadow: none;
  outline: none;
}
.signature-input-has-error {
  position: absolute;
  top: 90px;
  left: 15px;
}
.signature-underline {
  position: absolute;
  top: 55px;
  left: 15px;
  width: calc(100% - 32px);
  max-width: 515px;
  height: 30px;
  border-bottom: 1px solid black;
  pointer-events: none;
}
@media (max-width: 767px) {
  .gap-phrases {
    margin: 8px 0px 8px -5px;
  }
}
.chart-check-box-horizontal {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.chart-check-box-horizontal label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media print {
  .chart-check-box-horizontal {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .chart-check-box-horizontal {
    flex-direction: row;
  }
}
.flush {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.flush-top {
  margin-top: 0 !important;
}
.flush-bottom {
  margin-bottom: 0 !important;
}
.last-flush-bottom:last-child {
  margin-bottom: 0;
}
.last-flush-bottom:last-child .form-group {
  margin-bottom: 0;
}
.flush-padding {
  padding: 0 !important;
}
.flush-padding-bottom {
  padding-bottom: 0 !important;
}
.flush-padding-horizontal {
  padding-left: 0;
  padding-right: 0;
}
.flush-padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}
select.form-control {
  min-width: 59px;
  padding-right: 2em;
  padding-top: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  background: white url('data:image/svg+xml;utf8,<svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23333" d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z" /></svg>');
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 55%, 0 0;
  background-size: 0.7em auto, 100%;
}
select.form-control::-ms-expand {
  display: none;
}
select.input-lg,
select.input-sm {
  line-height: initial;
}
select.procedure-quantity-select.form-control {
  padding: 0 14px 0 4px;
  background-position: right 0.1em top 55%, 0 0;
}
/* Standard gaps */
.gap-top {
  margin-top: 10px;
}
.gap-left {
  margin-left: 10px;
}
.gap-right {
  margin-right: 10px;
}
.gap-bottom {
  margin-bottom: 10px;
}
/* Gap sizes */
.gap-sm.gap-top {
  margin-top: 5px;
}
.gap-sm.gap-left {
  margin-left: 5px;
}
.gap-sm.gap-right {
  margin-right: 5px;
}
.gap-sm.gap-bottom {
  margin-bottom: 5px;
}
.gap-md.gap-top {
  margin-top: 15px;
}
.gap-md.gap-left {
  margin-left: 15px;
}
.gap-md.gap-right {
  margin-right: 15px;
}
.gap-md.gap-bottom {
  margin-bottom: 15px;
}
.gap-lg.gap-top {
  margin-top: 20px;
}
.gap-lg.gap-left {
  margin-left: 20px;
}
.gap-lg.gap-right {
  margin-right: 20px;
}
.gap-lg.gap-bottom {
  margin-bottom: 20px;
}
.gap-8.gap-bottom {
  margin-bottom: 8px;
}
.gap-8.gap-left {
  margin-left: 8px;
}
.gap-12.gap-x {
  margin-left: 12px;
  margin-right: 12px;
}
.gap-12.gap-y {
  margin-top: 12px;
  margin-bottom: 12px;
}
.gap-12.gap-top {
  margin-top: 12px;
}
.gap-12.gap-left {
  margin-left: 12px;
}
.gap-12.gap-right {
  margin-right: 12px;
}
.gap-12.gap-bottom {
  margin-bottom: 12px;
}
.gap-16.gap-top {
  margin-top: 16px;
}
.gap-16.gap-bottom {
  margin-bottom: 16px;
}
.gap-18.gap-top {
  margin-top: 18px;
}
.gap-18.gap-bottom {
  margin-bottom: 18px;
}
.gap-24.gap-y {
  margin-top: 24px;
  margin-bottom: 24px;
}
.gap-24.gap-top {
  margin-top: 24px;
}
.gap-24.gap-bottom {
  margin-bottom: 24px;
}
.gap-24.gap-left {
  margin-left: 24px;
}
.gap-32.gap-top {
  margin-top: 32px;
}
.gap-32.gap-left {
  margin-left: 32px;
}
/* Responsive gaps */
@media (max-width: 767px) {
  .gap-top-xs {
    margin-top: 5px;
  }
}
.gap-none {
  margin: 0;
}
.gap-none-top {
  margin-top: 0px;
}
.gap-none-bottom {
  margin-bottom: 0px;
}
.drag-drop-container {
  position: relative;
}
@media (min-width: 992px) {
  .drag-drop-container {
    height: 200px;
  }
}
.photo-uploader-drag-drop-container {
  padding: 0px !important;
}
.photo-uploader-drag-drop-container .drag-preview {
  opacity: 1 !important;
}
.photo-uploader-drag-drop-container .gap-bottom {
  opacity: 0;
}
.photo-uploader-drag-drop-container .upload-overlay-text {
  opacity: 0;
}
.upload-button-container {
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  min-height: 200px;
  border: 2px dotted #9e9ea6;
}
.upload-button-overflow-visible {
  overflow: visible;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
label.control-label {
  display: block;
}
.list-group .list-group-item small.block {
  color: #696977;
  display: block;
}
.list-group .list-group-item small.block.text-warning {
  color: #bf7a03;
}
a.list-group .list-group-item small.block.text-warning:hover {
  color: #8d5a02;
}
.list-group .list-group-item .li-button-right {
  display: flex;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 50px;
  margin-right: -15px;
  margin-top: -10px;
  margin-bottom: -10px;
}
.list-group .list-group-item .li-button-right:hover {
  color: #00c1ca;
}
.list-group ul {
  margin-bottom: 10px;
}
a.list-group-item {
  cursor: pointer;
}
.list-group-lg .list-group-item {
  padding: 15px 15px;
}
.list-group-sm .list-group-item {
  padding: 5px 10px;
}
.list-group-nav .list-group-item {
  border-left: none;
  border-right: none;
}
.list-group-square .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-square .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item.clickable {
  cursor: pointer;
}
.list-group-item.clickable:not(.active) {
  color: #333333;
}
.list-group-item.clickable .list-group-item-heading {
  color: #333;
}
.list-group-item.clickable:hover:not(.active),
.list-group-item.clickable:focus:not(.active) {
  color: #333333;
  background-color: #f5f5f5;
}
.list-group-item.clickable .btn-xs,
.list-group-item.clickable .btn-group-xs > .btn {
  line-height: 1.4;
}
.list-group-item.collapse {
  display: none;
  visibility: hidden;
}
.list-group-item.collapse.in {
  display: block;
  visibility: visible;
}
tr.list-group-item.collapse.in {
  display: table-row;
}
tbody.list-group-item.collapse.in {
  display: table-row-group;
}
.list-group-item-success {
  color: #3c763d;
  background-color: rgba(128, 196, 126, 0.3);
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: rgba(111, 188, 109, 0.3);
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-muted {
  color: #696977;
  background-color: #f5f5f5;
}
a.list-group-item-muted {
  color: #696977;
}
a.list-group-item-muted .list-group-item-heading {
  color: inherit;
}
a.list-group-item-muted:hover,
a.list-group-item-muted:focus {
  color: #696977;
  background-color: #e8e8e8;
}
a.list-group-item-muted.active,
a.list-group-item-muted.active:hover,
a.list-group-item-muted.active:focus {
  color: #fff;
  background-color: #696977;
  border-color: #696977;
}
.list-group-item-muted-light {
  color: #777777;
  background-color: #f5f5f5;
}
a.list-group-item-muted-light {
  color: #777777;
}
a.list-group-item-muted-light .list-group-item-heading {
  color: inherit;
}
a.list-group-item-muted-light:hover,
a.list-group-item-muted-light:focus {
  color: #777777;
  background-color: #e8e8e8;
}
a.list-group-item-muted-light.active,
a.list-group-item-muted-light.active:hover,
a.list-group-item-muted-light.active:focus {
  color: #fff;
  background-color: #777777;
  border-color: #777777;
}
.list-group-item-danger {
  color: #b92c22;
  background-color: rgba(222, 72, 72, 0.1);
}
a.list-group-item-danger {
  color: #b92c22;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #b92c22;
  background-color: rgba(218, 50, 50, 0.1);
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #b92c22;
  border-color: #b92c22;
}
.list-group-item-icon {
  float: right;
  margin-top: 3px;
}
.modal-backdrop {
  position: fixed;
}
.modal-dialog {
  z-index: 1040;
}
.modal-header {
  padding: 10px 20px;
}
.modal-header.btn-toolbar {
  margin-top: 0;
  margin-bottom: 0;
}
.modal-header h2 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .modal-header h2 {
    font-size: 30px;
  }
}
.modal-body.modal-iframe {
  height: 100%;
  max-height: none;
  padding: 15px;
}
body.has-modal .loadable {
  overflow: hidden;
}
body.has-modal > .container-fluid,
body.has-modal > .navbar,
body.has-modal > aside.slide-menu {
  opacity: 0;
}
body.has-modal > #portal-root .fs-overlay-main,
body.has-modal > #portal-root .fs-overlay-slider-bg,
body.has-modal > #portal-root .fs-overlay-bar {
  -webkit-filter: blur(15px);
  filter: blur(15px);
}
body.has-modal .pane-scroll,
body.has-modal .calendar.calendar-week .days-scroll-container {
  overflow-y: hidden;
}
body.has-modal .new_preferences.intake_forms > header,
body.has-modal main,
body.has-modal footer {
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transition: filter 200ms ease;
  -o-transition: filter 200ms ease;
  transition: filter 200ms ease;
}
.modal-inverse .modal-content,
.modal-inverse .modal__content {
  background-color: #00c1ca;
  color: #ffffff;
}
.modal-inverse a {
  color: #ffffff;
}
.modal-inverse h1,
.modal-inverse h2,
.modal-inverse h4 {
  color: #ffffff;
}
.modal-inverse .btn-white {
  color: #00c1ca;
  background-color: #ffffff;
  border-color: #ffffff;
}
.modal-inverse .btn-white:hover,
.modal-inverse .btn-white:focus,
.modal-inverse .btn-white.focus,
.modal-inverse .btn-white:active,
.modal-inverse .btn-white.active,
.open > .dropdown-toggle.modal-inverse .btn-white {
  color: #00c1ca;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.modal-inverse .btn-white:active,
.modal-inverse .btn-white.active,
.open > .dropdown-toggle.modal-inverse .btn-white {
  background-image: none;
}
.modal-inverse .btn-white.disabled,
.modal-inverse .btn-white[disabled],
fieldset[disabled] .modal-inverse .btn-white,
.modal-inverse .btn-white.disabled:hover,
.modal-inverse .btn-white[disabled]:hover,
fieldset[disabled] .modal-inverse .btn-white:hover,
.modal-inverse .btn-white.disabled:focus,
.modal-inverse .btn-white[disabled]:focus,
fieldset[disabled] .modal-inverse .btn-white:focus,
.modal-inverse .btn-white.disabled.focus,
.modal-inverse .btn-white[disabled].focus,
fieldset[disabled] .modal-inverse .btn-white.focus,
.modal-inverse .btn-white.disabled:active,
.modal-inverse .btn-white[disabled]:active,
fieldset[disabled] .modal-inverse .btn-white:active,
.modal-inverse .btn-white.disabled.active,
.modal-inverse .btn-white[disabled].active,
fieldset[disabled] .modal-inverse .btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.modal-inverse .btn-white .badge {
  color: #ffffff;
  background-color: #00c1ca;
}
.modal-grey .modal-content,
.modal-grey .modal__content {
  background-color: #ededed;
}
.modal__content__min-height-300 .modal__content {
  min-height: 300px;
}
.modal-more-padding .modal-header,
.modal-more-padding .modal-body,
.modal-more-padding .modal-footer {
  padding: 30px;
}
.sortable_helper {
  z-index: 10000;
}
.modal-title {
  line-height: initial;
}
.modal-overlay__backdrop {
  position: fixed;
  z-index: 1040;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.5;
}
.modal-overlay__dialog-container {
  z-index: 1040;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
}
.modal__content {
  position: relative;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 3px 8px rgba(0, 0, 0, 0.23);
  padding: 20px;
  outline: 0;
}
.modal__header {
  padding: 5px 5px 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal__body {
  padding: 15px 5px;
}
.modal__footer {
  border-top: 1px solid #e5e5e5;
  padding: 20px 25px 0;
  margin: 0 -20px;
  text-align: right;
}
.modal__footer .btn + .btn {
  margin-left: 5px;
}
.modal.vertical_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
.no-wrap,
table.no-wrap td.no-wrap,
table.no-wrap th.no-wrap {
  white-space: nowrap;
  overflow: hidden;
}
.no-wrap :not(.label),
table.no-wrap td.no-wrap :not(.label),
table.no-wrap th.no-wrap :not(.label) {
  text-overflow: ellipsis;
}
span.no-wrap {
  display: inline-block;
}
.no-wrap > span.no-wrap {
  display: block;
}
table.table-fixed,
table.no-wrap {
  table-layout: fixed;
}
.no-wrap-lite {
  white-space: nowrap;
}
.btn-toolbar.btn-toolbar-no-wrap {
  white-space: nowrap;
}
.btn-toolbar.btn-toolbar-no-wrap > .btn,
.btn-toolbar.btn-toolbar-no-wrap > .btn-group {
  float: none;
}
.btn-group.no-wrap {
  overflow: visible;
}
.btn-group.no-wrap .btn {
  float: none;
}
.flex-item.no-wrap {
  min-width: 0;
}
.no-wrap-sm {
  white-space: normal;
}
@media (min-width: 480px) {
  .no-wrap-sm {
    white-space: nowrap;
  }
}
.ql-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
  position: relative;
  border: 1px solid #cccccc;
  margin-bottom: 15px;
}
.ql-wrapper.active {
  border-color: #00c1ca;
  box-shadow: 0 0 8px #b6e6e6;
}
.ql-wrapper.read-only {
  border: none;
}
.ql-wrapper.read-only .ql-editor {
  padding: 0;
  transition: none;
}
.ql-wrapper.read-only .ql-editor:focus-visible {
  outline: solid 2px #7e7e7e;
  outline-offset: 2px;
  border-radius: 2px;
}
.ql-wrapper.error {
  border-color: #de4848;
  margin-bottom: 10px;
}
.ql-wrapper.error.active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ee9e9e;
}
.ql-wrapper.ql-no-wrap .ql-editor {
  white-space: nowrap;
  overflow-x: scroll;
  padding: 6px 0px;
  margin: 0px 12px;
}
.ql-wrapper.ql-no-wrap .ql-editor::-webkit-scrollbar {
  display: none;
}
.ql-wrapper.is-jane-team .ql-billing-code span {
  padding: 0px 5px;
  user-select: all;
  color: #ffffff;
  border-radius: 4px;
  font-weight: normal;
  font-size: 14px;
  background-color: #696977;
  font-family: 'ProximaNova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.ql-wrapper:not(.read-only) .ql-billing-code span {
  padding: 0px 5px;
  user-select: all;
  color: #ffffff;
  border-radius: 4px;
  font-weight: normal;
  font-size: 14px;
  background-color: #696977;
  font-family: 'ProximaNova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.ql-wrapper:not(.read-only) .ql-diagnosis-code span {
  padding: 0px 5px;
  user-select: all;
  color: #ffffff;
  border-radius: 4px;
  font-weight: normal;
  font-size: 14px;
  background-color: #9e9ea6;
  font-family: 'ProximaNova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.ql-wrapper:not(.read-only) .ql-patient span {
  background-color: #dddddd;
  border-radius: 4px;
  padding: 0px 5px;
  user-select: all;
}
.ql-wrapper.wrapper-transparent {
  background-color: transparent;
}
.ql-container {
  font-family: 'ProximaNova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0px;
  height: 100%;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
}
.ql-container .ql-clipboard {
  position: fixed;
  opacity: 0;
  left: 50%;
  top: 50%;
}
.ql-container .ql-editor {
  outline: none;
  text-align: left;
  line-height: 20px;
  overflow: visible;
  padding: 6px 12px;
  white-space: pre-wrap;
  word-wrap: break-word;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: text;
}
.ql-container .ql-editor * {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
.ql-container .ql-editor > * {
  cursor: text;
}
.ql-container .ql-editor p,
.ql-container .ql-editor ol,
.ql-container .ql-editor ul,
.ql-container .ql-editor h1,
.ql-container .ql-editor h2 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-container .ql-editor h1 {
  font-size: 2em;
}
.ql-container .ql-editor h2 {
  font-size: 1.5em;
}
.ql-container .ql-editor a {
  color: #00c1ca;
  text-decoration: underline;
}
.ql-container .ql-editor a * {
  cursor: pointer;
}
.ql-container .ql-editor strong {
  font-family: 'ProximaNova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.ql-container .ql-editor ol > li,
.ql-container .ql-editor ul > li {
  list-style-type: none;
}
.ql-container .ql-editor ul > li::before {
  content: '\2022';
}
.ql-container .ql-editor ul[data-checked='true'],
.ql-container .ql-editor ul[data-checked='false'] {
  pointer-events: none;
}
.ql-container .ql-editor ul[data-checked='true'] > li *,
.ql-container .ql-editor ul[data-checked='false'] > li * {
  pointer-events: all;
}
.ql-container .ql-editor ul[data-checked='true'] > li::before,
.ql-container .ql-editor ul[data-checked='false'] > li::before {
  color: #81818e;
  cursor: pointer;
  pointer-events: all;
}
.ql-container .ql-editor ul[data-checked='true'] > li::before {
  content: '\2611';
}
.ql-container .ql-editor ul[data-checked='false'] > li::before {
  content: '\2610';
}
.ql-container .ql-editor li::before {
  width: 1.2em;
  white-space: nowrap;
  display: inline-block;
}
.ql-container .ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-container .ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-container .ql-editor ol li:not(.ql-direction-rtl),
.ql-container .ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-container .ql-editor ol li.ql-direction-rtl,
.ql-container .ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-container .ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-container .ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-container .ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-container .ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-container .ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-container .ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-container .ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-container .ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-container .ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-container .ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-container .ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-container .ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-container .ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-container .ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-container .ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-container .ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-container .ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-container .ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-container .ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-container .ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-container .ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-container .ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-container .ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-container .ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-container .ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-container .ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-container .ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-container .ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-container .ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-container .ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-container .ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-container .ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-container .ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-container .ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-container .ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-container .ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-container .ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-container .ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-container .ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-container .ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-container .ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-container .ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-container .ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-container .ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-container .ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-container .ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-container .ql-editor li.ql-indent-9:not(.ql-direction-rtl) .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-container .ql-editor.ql-blank::before {
  left: 15px;
  right: 15px;
  font-style: italic;
  position: absolute;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
}
.ql-error {
  margin-bottom: 15px;
  color: #b92c22;
}
.ql-hidden {
  display: none;
}
.ql-out-bottom,
.ql-out-top {
  visibility: hidden;
}
.ql-toolbar {
  animation: bounce-out 0.2s ease;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 3px 8px rgba(0, 0, 0, 0.23);
  display: flex;
  width: 416px;
  opacity: 0;
  padding: 3px;
  position: absolute;
  z-index: -5;
}
.ql-toolbar.ql-billing-toolbar {
  width: auto;
}
.ql-toolbar .btn {
  flex-grow: 1;
  text-transform: none;
}
.ql-toolbar .tooltip-link {
  flex-grow: 2;
  overflow-x: hidden;
  text-align: start;
  text-overflow: ellipsis;
}
.ql-toolbar .btn.format-btn {
  margin-right: 3px;
  transition: background-color 0.2s ease;
}
.ql-toolbar .btn.format-btn svg {
  pointer-events: none;
}
.ql-toolbar .btn.format-btn:hover {
  background-color: #dddddd;
}
.ql-toolbar .btn.format-btn:focus,
.ql-toolbar .btn.format-btn:active,
.ql-toolbar .btn.format-btn.active {
  box-shadow: none;
  background-color: #b6e6e6;
}
.ql-toolbar.active {
  animation: bounce-in 0.2s ease;
  opacity: 1;
  z-index: 5;
}
.ql-toolbar form {
  flex-grow: 3;
}
.ql-toolbar .form-group {
  margin: 0px;
}
.ql-toolbar--static {
  animation: none;
  position: relative;
  width: 100%;
  background-color: #f5f5f5;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  justify-content: space-between;
  border: 0px;
}
.ql-toolbar--static.active {
  animation: none;
}
.ql-toolbar--static .btn {
  flex-grow: 0;
}
.ql-suggestions {
  opacity: 0;
  padding: 6px;
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  width: 300px;
  max-height: 284px;
  position: absolute;
  border-radius: 4px;
  flex-direction: column;
  justify-items: flex-start;
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 3px 8px rgba(0, 0, 0, 0.23);
  border: 1px solid #cccccc;
  z-index: -5;
}
.ql-suggestions.active {
  opacity: 1;
  z-index: 1050;
  animation: bounce-in 0.2s ease;
}
.ql-suggestions .btn {
  overflow-x: clip;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
  width: 100%;
  text-transform: none;
}
.ql-suggestions .btn .ql-phrase-suggestion {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ql-suggestions .btn.active {
  box-shadow: none;
  background-color: #b6e6e6;
}
@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(0.3) translate3d(0, 0, 0);
  }
  80% {
    opacity: 1;
    transform: scale(1.1) translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }
}
@keyframes bounce-out {
  0% {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0) translate3d(0, 0, 0);
    display: none;
  }
}
.ql-symbols-toolbar-wrapper {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.ql-symbols-toolbar-wrapper.active {
  overflow: visible;
  max-height: 1000px;
  transition: max-height 0.2s ease-in;
}
.ql-symbols-toolbar-wrapper .ql-symbols-toolbar {
  background-color: #f5f5f5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  font-family: 'ProximaNova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: 15px;
  opacity: 0;
  padding: 6px;
  transition: opacity 0.2s ease-in;
  width: 100%;
}
.ql-symbols-toolbar-wrapper .ql-symbols-toolbar.active {
  opacity: 1;
  transition: opacity 0.2s ease-in;
}
.ql-symbols-toolbar-wrapper .ql-symbols-toolbar button {
  border: none;
  min-width: 40px;
  background-color: #f5f5f5;
  transition: background-color 0.2s ease;
}
.ql-symbols-toolbar-wrapper .ql-symbols-toolbar button:hover,
.ql-symbols-toolbar-wrapper .ql-symbols-toolbar button:focus {
  background-color: #ffffff;
}
.ql-charting-symbols-toolbar-wrapper {
  width: 100%;
  max-height: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.ql-charting-symbols-toolbar-wrapper.active {
  overflow: visible;
  max-height: 1000px;
  transition: max-height 0.2s ease-in;
}
.ql-charting-symbols-toolbar-wrapper .ql-charting-symbols-toolbar {
  background-color: #f5f5f5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  font-family: 'ProximaNova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.2s ease-out;
  width: 100%;
  visibility: hidden;
}
.ql-charting-symbols-toolbar-wrapper .ql-charting-symbols-toolbar.active {
  visibility: visible;
  max-height: 1000px;
  padding: 6px;
  opacity: 1;
  transition: max-height 0.2s ease-in;
}
.ql-charting-symbols-toolbar-wrapper .ql-charting-symbols-toolbar.active:focus-within {
  outline: -webkit-focus-ring-color auto 5px;
}
.ql-charting-symbols-toolbar-wrapper .ql-charting-symbols-toolbar .symbols-toolbar-button {
  border: none;
  min-width: 40px;
  background-color: #f5f5f5;
  transition: background-color 0.2s ease;
}
.ql-charting-symbols-toolbar-wrapper .ql-charting-symbols-toolbar .symbols-toolbar-button:hover,
.ql-charting-symbols-toolbar-wrapper .ql-charting-symbols-toolbar .symbols-toolbar-button:focus {
  background-color: #ffffff;
}
.ql-charting-symbols-toolbar-wrapper .ql-charting-symbols-toolbar .symbols-toolbar-button:focus {
  outline: -webkit-focus-ring-color auto 5px;
}
@media (max-width: 767px) {
  .float-xs-left {
    float: left !important;
  }
}
@media (min-width: 768px) {
  .float-sm-left {
    float: left !important;
  }
}
@media (min-width: 992px) {
  .float-md-left {
    float: left !important;
  }
}
@media (min-width: 1400px) {
  .float-lg-left {
    float: left !important;
  }
}
@media (max-width: 767px) {
  .float-xs-right {
    float: right !important;
  }
}
@media (min-width: 768px) {
  .float-sm-right {
    float: right !important;
  }
}
@media (min-width: 992px) {
  .float-md-right {
    float: right !important;
  }
}
@media (min-width: 1400px) {
  .float-lg-right {
    float: right !important;
  }
}
@media (max-width: 767px) {
  .align-xs-left {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .align-sm-left {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .align-md-left {
    text-align: left !important;
  }
}
@media (min-width: 1400px) {
  .align-lg-left {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .align-xs-right {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .align-sm-right {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .align-md-right {
    text-align: right !important;
  }
}
@media (min-width: 1400px) {
  .align-lg-right {
    text-align: right !important;
  }
}
.btn-block-xs-wrapper {
  display: inline-block;
  width: auto;
}
@media (max-width: 768px) {
  .btn-block-xs-wrapper {
    display: block;
    width: 100%;
  }
}
.drag-container {
  border-radius: 5px;
  padding: 5px;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: all 0.2s;
  opacity: 1;
  width: 100%;
  height: 100%;
  min-height: 200px;
  border: 2px dotted #9e9ea6;
}
.drag-container-error {
  border: 2px dotted #de4848;
  background-color: rgba(222, 72, 72, 0.1);
}
.drag-active,
.drag-container-alt.drag-active {
  border: 2px dotted #00c1ca;
  background-color: #f1fbfc;
}
.drag-child {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.drag-active .drag-child {
  pointer-events: none;
}
.overlay-container {
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.drag-preview {
  transition: opacity 300ms ease;
  opacity: 1;
}
.drag-active .drag-preview,
.hover-active .drag-preview {
  opacity: 0.2;
}
.chart_entries .drag-active .drag-preview,
.chart_entries .hover-active .drag-preview {
  opacity: inherit;
}
.upload-overlay-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  height: 100%;
  color: #696977;
  font-size: 12px;
  transition: all 0.3ms ease;
}
.drag-active .upload-overlay-text,
.hover-active .upload-overlay-text {
  color: #333333;
}
.chart_entries .drag-container.upload-present .upload-overlay-text {
  display: none;
}
.chart_entries .drag-container.drag-active .upload-overlay-text {
  display: flex;
}
.profile-photo .drag-container {
  width: 100px;
  min-height: 100px;
}
.upload-icon-sm-size {
  font-size: 30px;
}
.remittance-uploader-drag-drop-container {
  padding: 0px !important;
  border: none !important;
  min-height: inherit !important;
  overflow-y: visible;
  overflow-x: visible;
}
.remittance-uploader-drag-drop-container.drag-active {
  opacity: 0.3;
}
.remittance-uploader-drag-drop-container.drag-active .upload-overlay-text {
  opacity: 1;
}
.remittance-uploader-drag-drop-container .drag-child {
  display: block !important;
}
.remittance-uploader-drag-drop-container .drag-child .drag-preview {
  transition: opacity 300ms ease;
  opacity: 1;
}
.remittance-uploader-drag-drop-container .upload-overlay-text {
  opacity: 0;
}
a {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
input,
textarea,
[contenteditable] {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.text-selectable,
.text-selectable * {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  cursor: auto;
}
.text-selectable a,
.text-selectable * a,
.text-selectable a *,
.text-selectable * a *,
.text-selectable .btn,
.text-selectable * .btn,
.text-selectable .btn *,
.text-selectable * .btn * {
  cursor: pointer;
}
.draggable-v {
  cursor: ns-resize;
}
.archived {
  opacity: 80;
  filter: alpha(opacity=8000);
  color: #555555;
}
.archived a {
  color: #555555;
}
.disabled-link {
  pointer-events: none;
  cursor: not-allowed;
}
.hide-old {
  display: none;
}
.absolute-right {
  position: absolute;
  right: 0;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inline {
  display: inline;
}
.block {
  display: block;
}
.hover-container .hover {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity ease 500ms;
  -o-transition: opacity ease 500ms;
  transition: opacity ease 500ms;
}
.hover:hover,
.hover-container .hover:hover,
.hover-container:hover .hover,
.hover-container:focus .hover,
html.touchevents .hover-container .hover.show-touch {
  opacity: 1;
  pointer-events: auto;
}
.empty-view {
  color: #777777;
  text-align: center;
}
.empty-view > a.disabled {
  color: #777777;
}
div.empty-view {
  padding: 10px;
}
tr.empty-view td {
  padding-top: 20px;
}
.resize-vertical {
  resize: vertical;
}
.height-width-100 {
  height: 100%;
  width: 100%;
}
.height-100 {
  height: 100%;
}
.margin-auto {
  margin: auto;
}
blockquote {
  margin-bottom: 0;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: auto;
}
.transparency.twenty-percent {
  opacity: 0.2;
}
.highlight {
  background-color: #fff2ac;
}
.nbsp:empty::before {
  content: '\200b';
  /* unicode zero width space character */
}
.page-header {
  margin-top: 18px;
  margin-bottom: 12px;
  border-bottom: none;
  padding-bottom: 0;
  min-height: 38px;
}
.page-header h1 small {
  font-size: 18px;
  line-height: 1.42857143;
}
.border-none {
  border: none;
}
.border-top-none {
  border-top: none;
}
legend {
  font-size: 14px;
  color: #333333;
  border: 0;
}
.has-error legend {
  color: #b92c22;
}
.pre-line {
  white-space: pre-line;
}
.action-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9999;
}
@media (min-width: 768px) {
  .action-menu {
    padding: 50px;
  }
}
.action-menu > .action-menu-content {
  margin: 0 auto;
  max-width: 500px;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 3px 8px rgba(0, 0, 0, 0.23);
}
.action-menu > .action-menu-content:active {
  box-shadow: none;
}
.fs-overlay-bg-action-sheet {
  height: 130vh;
  width: 150vw;
  bottom: -60px;
  top: initial;
  left: -100px;
  position: absolute;
  overflow: auto;
  overscroll-behavior-y: contain;
  background: linear-gradient(rgba(0, 193, 202, 0.2), transparent), linear-gradient(to top left, rgba(141, 164, 165, 0.109), transparent);
  background-blend-mode: screen;
}
.action-sheet-cancel {
  width: 100%;
  height: 70px;
  position: relative;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 10px;
  bottom: 0;
  box-shadow: 0 1px 9px 2px rgba(0, 0, 0, 0.16);
}
.action-sheet-cancel.scrolled-to-bottom {
  box-shadow: none;
}
.action-sheet-divider {
  height: 1px;
  background-color: #e6e6e6e9;
  margin: 15px 0 10px 0;
}
.action-sheet-header {
  padding: 0 15px;
  font-size: 16px;
  color: #696977;
}
.action-sheet-header__sm {
  font-size: 14px;
}
.action-sheet-title {
  font-size: 20px;
  font-family: 'ProximaNovaLtLight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 100px 15px 20px 15px;
}
.action-sheet-title-image {
  margin-right: 10px;
}
.action-sheet-ul {
  margin-bottom: 0;
  font-size: 16px;
  z-index: 1041;
  position: fixed;
  overflow-y: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #696977;
  transform: translateY(400px);
  outline: none;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: transform 180ms cubic-bezier(0, 0, 0.2, 1);
  -o-transition: transform 180ms cubic-bezier(0, 0, 0.2, 1);
  transition: transform 180ms cubic-bezier(0, 0, 0.2, 1);
}
.action-sheet-ul.in {
  transform: translateY(0);
}
.action-sheet-ul .action-sheet-scroll-container {
  overflow: auto;
  padding: 10px;
  overscroll-behavior-y: contain;
  max-height: calc(100vh - 60px);
}
.action-sheet-ul .action-sheet-content {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.action-sheet-list-group-item {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  padding: 15px 24px;
  margin: 5px 0;
}
@media (min-width: 768px) {
  .action-sheet-list-group-item {
    padding: 10px 24px;
  }
}
.action-sheet-list-group-item.action-sheet-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
}
@media (min-width: 768px) {
  .action-sheet-list-group-item.action-sheet-button {
    padding: 10px 24px;
  }
}
.action-sheet-list-group-item.action-sheet-button:hover,
.action-sheet-list-group-item.action-sheet-button:focus {
  color: #555555;
}
.action-sheet-list-group-item.action-sheet-button.disabled {
  color: #81818e;
}
.action-sheet-list-group-item.action-sheet-button .icon {
  width: 20px;
}
.action-sheet-list-group-item.action-sheet-button-divider {
  height: 1px;
  background-color: #e6e6e6e9;
}
.action-sheet-list-group-item.action-sheet-button.info {
  background-color: initial;
  box-shadow: none;
}
.action-sheet-list-group-item.action-sheet-button + .action-sheet-header {
  margin-top: 15px;
}
.action-sheet-list-group-item.action-sheet-button .select-box {
  width: 125px;
}
.action-sheet-list-group-item.clickable:not(.disabled) {
  cursor: pointer;
}
.action-sheet-list-group-item.clickable:not(.disabled):hover {
  border-radius: 5px;
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
  padding-left: 7px;
  padding-right: 7px;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
}
.action-sheet-list-group-item.clickable:not(.disabled):active {
  background-color: #f3f3f3;
}
.action-sheet-list-group-item.clickable:not(.disabled):last-child {
  padding-bottom: 7px;
}
.action-sheet-list-group-item.clickable:not(.disabled):last-child:hover {
  margin-bottom: -1px;
}
.action-sheet-list-group-item.clickable:not(.disabled):first-child {
  padding-top: 7px;
}
.action-sheet-list-group {
  padding: 15px 17px;
  background-color: #ffffff;
  margin: 8px 0px 12px 0;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .action-sheet-list-group {
    padding: 7px 17px;
  }
}
.action-sheet-list-group .action-sheet-list-group-item {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 2px;
  padding: 15px 5px;
  box-shadow: none;
  border-radius: 0;
}
@media (min-width: 768px) {
  .action-sheet-list-group .action-sheet-list-group-item {
    padding: 10px 5px;
  }
}
.action-sheet-list-group .action-sheet-list-group-item:last-child {
  border-bottom: none;
  padding-bottom: 4px;
}
.action-sheet-list-group .action-sheet-list-group-item:first-child {
  padding-top: 4px;
}
.show-more-indicator {
  position: absolute;
  bottom: 90px;
  padding: 4px 20px;
  border-radius: 15px;
  color: #ffffff;
  width: 80px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(80, 80, 80, 0.6);
}
.alert.alert-sm {
  padding: 8px;
}
.alert.alert-default {
  background-color: #f5f5f5;
  color: #696977;
  border-color: #ddd;
}
.alert.alert-success {
  color: #3c763d;
  border-color: #d6e9c6;
}
.alert.alert-inline {
  display: inline-block;
}
.alert.alert-beta {
  background-color: #fedfaa;
  color: #333333;
}
.alert .close {
  font-size: 21px;
  font-family: 'ProximaNovaRgBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.alert.alert-sm {
  margin-bottom: 10px;
}
.alert.alert-sm .close {
  position: relative;
  top: -5px;
  right: 5px;
  color: inherit;
}
.alert.alert-default {
  background-color: #f5f5f5;
  border-color: #ddd;
  color: #555555;
}
.alert.alert-default hr {
  border-top-color: #d0d0d0;
}
.alert.alert-default .alert-link {
  color: #3b3b3b;
}
.alert.alert-primary {
  background-color: #e9feff;
  border-color: #cafdff;
  color: #006064;
}
.alert.alert-primary hr {
  border-top-color: #b0fcff;
}
.alert.alert-primary .alert-link {
  color: #002f31;
}
.alert.alert-info {
  background-color: #e6f9fa;
  border-color: #cff3f4;
  color: #00747a;
}
.alert.alert-info hr {
  border-top-color: #baeeef;
}
.alert.alert-info .alert-link {
  color: #004447;
}
.alert.alert-special-notice {
  background-color: #fee5ba;
  border-color: #fedfaa;
  color: #000000;
}
.alert.alert-special-notice hr {
  border-top-color: #fed691;
}
.alert.alert-special-notice .alert-link {
  color: #000000;
}
.alert.alert-special-notice .content-bold {
  font-weight: 600;
  font-family: 'ProximaNova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.alert.alert-special-notice .content-light {
  font-family: 'ProximaNovaLtLight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.alert.alert-special-notice .icon {
  font-size: 16px;
}
.alert.alert-with-icon {
  display: flex;
  padding: 0;
}
.alert.alert-with-icon .alert-icon {
  flex: 1;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 50px;
}
.alert.alert-with-icon .alert-icon svg {
  width: 50%;
  height: auto;
  max-height: 50%;
}
@media (min-width: 768px) {
  .alert.alert-with-icon .alert-icon {
    max-width: 100px;
  }
  .alert.alert-with-icon .alert-icon svg {
    width: 60%;
    max-height: 60%;
  }
}
.alert.alert-with-icon .alert-icon svg path {
  fill: #ffffff;
}
.alert.alert-with-icon .alert-content {
  flex: 3;
  padding: 15px;
}
.alert.alert-with-icon.alert-default .alert-icon {
  background-color: #81818e;
}
.alert.alert-with-icon.alert-success .alert-icon {
  background-color: #3c763d;
}
.alert.alert-with-icon.alert-info .alert-icon {
  background-color: #31708f;
}
.alert.alert-with-icon.alert-warning .alert-icon {
  background-color: #bf7a03;
}
.alert.alert-with-icon.alert-danger .alert-icon {
  background-color: #b92c22;
}
.cancel-appointment + ul.dropdown-menu:not(.narrow-menu) {
  width: 262px;
}
.cancel-appointment + ul.dropdown-menu:not(.narrow-menu) li,
.cancel-appointment + ul.dropdown-menu:not(.narrow-menu) li > a {
  white-space: normal;
}
.appointment-pane .panel {
  margin-bottom: 10px;
}
.appointment-pane .panel .list-group-item {
  padding: 10px 12px;
}
.appointment-pane .packages {
  margin: 5px 0;
  padding-top: 5px;
  border-top: 1px solid #eeeeee;
}
.appointment-pane div.adjustments {
  margin: 5px 0;
  padding-top: 5px;
  border-top: 1px solid #eeeeee;
}
.appointment-pane div.adjustments ul.adjustments li:last-child {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
}
.appointment-pane .insurance ul.dropdown-menu {
  min-width: 274px;
}
.appointment-pane .insurance ul.dropdown-menu li,
.appointment-pane .insurance ul.dropdown-menu li > a {
  white-space: normal;
  word-break: break-word;
}
.appointment-pane .insurance .form-inline {
  margin-bottom: 5px;
}
.appointment-pane .insurance .tally {
  margin-top: 2px;
}
.appointment-pane .icon-caret-down::before {
  width: 5px;
}
.typeahead.dropdown-menu.inline-autocomplete,
.typeahead.dropdown-menu.billing-codes-autocomplete-menu {
  position: static;
  float: none;
  width: auto;
}
.typeahead.dropdown-menu.inline-autocomplete li.load-more-item a:hover,
.typeahead.dropdown-menu.billing-codes-autocomplete-menu li.load-more-item a:hover {
  background: #ffffff;
}
.typeahead.dropdown-menu.inline-autocomplete a.load-more,
.typeahead.dropdown-menu.billing-codes-autocomplete-menu a.load-more {
  color: #00c1ca;
}
.typeahead.dropdown-menu.inline-autocomplete a.load-more:hover,
.typeahead.dropdown-menu.billing-codes-autocomplete-menu a.load-more:hover {
  color: #00787e;
}
#pane-right .pane-col1 .appointment-pane {
  min-height: 680px;
}
#pane-right .pane-col1 .alert {
  margin-bottom: 8px;
}
#pane-right .pane-col1 .alert.flush {
  border-radius: 0;
  border-left: none;
  border-right: none;
  margin-bottom: 0;
}
#pane-right .pane-col1 .inner .alert.flush {
  margin-left: -12px;
  margin-right: -12px;
}
#pane-right .pane-col1 .alert + .row {
  margin-top: 8px;
}
.billing_info_tab ul.nav {
  margin-bottom: 0;
}
.booking_info_tab .btn-toolbar-no-wrap .btn.btn-default {
  padding-left: 11px;
  padding-right: 11px;
}
.patient-list {
  display: inline-block;
  width: 100%;
}
.patient-list .title {
  font-size: 20px;
  color: #696977;
}
.patient-group {
  margin-bottom: 0;
}
.patient-info.collapsed {
  border-top: none;
}
.patient-info.waitlist {
  overflow: visible;
}
.patient-panel {
  border: none;
}
.patient-panel .button {
  padding: 5px 4px;
  margin-left: 4px;
  font-size: 12px;
}
.patient-panel .title {
  font-size: 16px;
}
.patient-panel .contact-info span {
  white-space: nowrap;
}
hr.solid {
  border-top: 1px solid #dddddd;
}
.activity-list-item {
  padding: 5px 0;
  border-top: 1px solid #eeeeee;
}
.activity-list-item:first-child {
  border-top: 5px;
  padding-top: 0;
}
.activity-list-item:last-child {
  padding-bottom: 0;
}
#pane-right-content .insurance-info .inner > .row > .col-sm-6 {
  width: 100%;
  margin-left: 0;
}
.print .day-sheet .page-header h1 {
  margin: 15px 0 0 0;
}
.day-sheet-list-container {
  border-radius: 6px;
  border: 1px dashed #d5d5d5;
  height: 600px;
  position: relative;
  margin: 5px 0;
}
span.shift-start,
span.shift-end {
  color: #777777;
}
.day-sheet-list {
  margin-left: 0px;
  list-style: none;
}
.day-sheet-list > li {
  border-radius: 4px;
  min-height: 19px;
  position: absolute;
  width: 100%;
}
.day-sheet-list > li > a {
  background-color: #fbfbfb;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  display: block;
  height: 100%;
  padding: 2px 12px;
  box-sizing: border-box;
  line-height: 1.25;
  overflow: hidden;
}
.day-sheet-list > li > a:hover {
  background-color: #eeeeee;
  color: #000000;
}
.day-sheet-list > li > a small {
  color: #777777;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media print {
  .print .day-sheet .page-header {
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
  .print .day-sheet .page-header h1 {
    font-size: 30px;
    margin: 0px;
  }
  .print .day-sheet h2 {
    font-size: 18px;
  }
  .day-sheet-list-container {
    height: 560px;
  }
  .day-sheet-list > li > a {
    border-color: #d5d5d5;
  }
}
@media print and (min-height: 900px) {
  .day-sheet-list-container {
    height: 780px;
  }
}
.header__info-button {
  align-self: flex-end;
  border: none;
  background-color: inherit;
  height: 35px;
  width: 43px;
}
.plot_container {
  height: 500px;
  width: 100%;
}
.autocomplete-list-group {
  margin-top: 3px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.175);
}
.autocomplete-list-group .autocomplete-list-item.result {
  box-shadow: 0 1px 3px -2px grey;
  z-index: 99999;
  padding: 6px 15px;
}
.autocomplete-list-group .autocomplete-list-item.prepended-list-item {
  box-shadow: inset 0 -1px 3px -2px grey;
}
.autocomplete-list-group .autocomplete-list-item.list-item-small {
  padding: 6px 15px;
}
.autocomplete-list-group .base:not(.active) {
  background-color: #f5f5f5;
  padding: 6px 15px;
}
.autocomplete-list-group .base:not(.active):hover {
  background-color: #eeeeee;
}
.autocomplete-list-group.autocomplete-list-group-absolute {
  z-index: 10;
  position: absolute;
  top: 0;
  width: 100%;
  overflow-y: auto;
}
.list-group .autocomplete-list-item.active {
  color: #333333;
}
.list-group .autocomplete-list-item.active small.block,
.list-group .autocomplete-list-item.active i {
  color: #333333;
}
#patient-autocomplete .form-group {
  width: 100%;
}
#patient-autocomplete .form-group label {
  margin-right: 0px;
}
.badge {
  font-weight: normal;
  padding: 0.4em 0.8em;
}
.badge.verified {
  background-color: #3c763d !important;
}
.badge.invalid,
.badge.bounced {
  background-color: #b92c22 !important;
}
.badge.badge-warning {
  background-color: #ffc82b !important;
  color: #000000;
}
.badge.badge-danger {
  background-color: #de4848 !important;
}
.badge.badge-secondary {
  background-color: #fba919 !important;
  color: #333333;
}
.badge.badge-success {
  background-color: #80c47e !important;
  color: #333333;
}
.badge.badge-default {
  background-color: #ededed !important;
  color: #333333;
}
.badge.badge-in-progress {
  background-color: #dddddd !important;
  background: url(/assets/493e3bf74c49f136.png) #ffffff;
  color: #333333;
}
.badge.badge-dark-grey {
  background: #696977 !important;
}
.badge.badge-light-grey {
  background: #9e9ea6 !important;
}
.badge.badge-info {
  background-color: #5bc0de !important;
}
.badge.badge-primary {
  background-color: #00c1ca !important;
}
.badge.badge-square-terminal {
  background-color: #cafdff !important;
  font-size: 18px;
  color: #009097;
}
.badge a {
  color: #ffffff;
}
.badge.vertically-aligned {
  vertical-align: middle;
}
.badge.badge-sm {
  font-size: 11px;
}
.badge-top-right,
.btn .badge-top-right {
  position: absolute;
  top: -5px;
  right: -5px;
}
.navbar-btn-group .badge-top-right {
  top: 3px;
}
.navbar-nav li .badge-top-right {
  top: 4px;
}
.notices-alert-badge {
  position: inherit !important;
}
.bar {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10;
  height: 44px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: white;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bar-inverse {
  background-color: #009097;
}
.bar-inverse .tab-item {
  color: #ffffff;
}
.bar-fixed-top {
  top: 0;
}
.bar-fixed-bottom {
  bottom: 0;
}
.bar-tab {
  bottom: 0;
  display: table;
  width: 100%;
  height: 50px;
  padding: 0;
  table-layout: fixed;
}
.bar-tab .tab-item {
  display: table-cell;
  width: 1%;
  height: 50px;
  text-align: center;
  vertical-align: middle;
}
.bar .icon {
  position: relative;
  font-size: 20px;
}
.bar-tab .tab-item.active,
.bar-tab .tab-item:active {
  background-color: #00a9b1;
}
.bar-tab .tab-item .icon {
  top: 3px;
  width: 24px;
  height: 24px;
}
.bar-tab .tab-item .icon ~ .tab-label {
  display: block;
  font-size: 11px;
  margin-top: 2px;
}
.bcsi-table {
  width: 100%;
  overflow-wrap: break-word;
}
.bcsi-description-row {
  display: flex;
}
@media (max-width: 767px) {
  .bcsi-description-row {
    flex-direction: column;
  }
}
.bcsi-action-title {
  white-space: nowrap;
  color: #00c1ca;
}
.bcsi-description {
  max-width: 42em;
}
@media (min-width: 767px) {
  .bcsi-description {
    padding-left: 0.5em;
  }
}
@media (min-width: 767px) {
  .bcsi-help-block {
    flex-grow: 1;
    text-align: right;
  }
}
.bsci-su-padding {
  padding-top: 1em;
}
.bcsi-help-text {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  font-family: 'ProximaNova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #696977;
  font-style: italic;
  margin-bottom: 0px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .bcsi-help-text {
    float: right;
  }
}
.bcsi-download-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
strong.booked,
span:not(.label).booked {
  color: #00c1ca;
}
strong.open,
span:not(.label).open,
strong.invoiced,
span:not(.label).invoiced,
strong.uninvoiced,
span:not(.label).uninvoiced,
strong.reversed,
span:not(.label).reversed,
strong.partially_paid,
span:not(.label).partially_paid {
  color: #555555;
}
strong.response_received,
span:not(.label).response_received,
strong.on_hold,
span:not(.label).on_hold,
strong.unpaid,
span:not(.label).unpaid {
  color: #f19a04;
}
strong.approved,
span:not(.label).approved,
strong.arrived,
span:not(.label).arrived,
strong.complete,
span:not(.label).complete,
strong.paid,
span:not(.label).paid {
  color: #5cb85c;
}
strong.cancelled,
span:not(.label).cancelled,
strong.deleted,
span:not(.label).deleted,
strong.no_show,
span:not(.label).no_show,
strong.refunded,
span:not(.label).refunded,
strong.rejected,
span:not(.label).rejected,
strong.voided,
span:not(.label).voided,
strong.void,
span:not(.label).void {
  color: #de4848;
}
.selected strong.booked,
.inverse strong.booked,
.selected span:not(.label).booked,
.inverse span:not(.label).booked {
  color: #00c1ca;
}
.selected strong.open,
.inverse strong.open,
.selected span:not(.label).open,
.inverse span:not(.label).open,
.selected strong.invoiced,
.inverse strong.invoiced,
.selected span:not(.label).invoiced,
.inverse span:not(.label).invoiced,
.selected strong.uninvoiced,
.inverse strong.uninvoiced,
.selected span:not(.label).uninvoiced,
.inverse span:not(.label).uninvoiced,
.selected strong.submitted,
.inverse strong.submitted,
.selected span:not(.label).submitted,
.inverse span:not(.label).submitted,
.selected strong.unsubmitted,
.inverse strong.unsubmitted,
.selected span:not(.label).unsubmitted,
.inverse span:not(.label).unsubmitted,
.selected strong.draft,
.inverse strong.draft,
.selected span:not(.label).draft,
.inverse span:not(.label).draft,
.selected strong.no_charge,
.inverse strong.no_charge,
.selected span:not(.label).no_charge,
.inverse span:not(.label).no_charge,
.selected strong.reversed,
.inverse strong.reversed,
.selected span:not(.label).reversed,
.inverse span:not(.label).reversed,
.selected strong.partially_paid,
.inverse strong.partially_paid,
.selected span:not(.label).partially_paid,
.inverse span:not(.label).partially_paid {
  color: #a2a2a2;
}
.selected strong.response_received,
.inverse strong.response_received,
.selected span:not(.label).response_received,
.inverse span:not(.label).response_received,
.selected strong.on_hold,
.inverse strong.on_hold,
.selected span:not(.label).on_hold,
.inverse span:not(.label).on_hold,
.selected strong.unpaid,
.inverse strong.unpaid,
.selected span:not(.label).unpaid,
.inverse span:not(.label).unpaid {
  color: #f19a04;
}
.selected strong.approved,
.inverse strong.approved,
.selected span:not(.label).approved,
.inverse span:not(.label).approved,
.selected strong.arrived,
.inverse strong.arrived,
.selected span:not(.label).arrived,
.inverse span:not(.label).arrived,
.selected strong.reviewed,
.inverse strong.reviewed,
.selected span:not(.label).reviewed,
.inverse span:not(.label).reviewed,
.selected strong.paid,
.inverse strong.paid,
.selected span:not(.label).paid,
.inverse span:not(.label).paid {
  color: #5cb85c;
}
.selected strong.cancelled,
.inverse strong.cancelled,
.selected span:not(.label).cancelled,
.inverse span:not(.label).cancelled,
.selected strong.deleted,
.inverse strong.deleted,
.selected span:not(.label).deleted,
.inverse span:not(.label).deleted,
.selected strong.no_show,
.inverse strong.no_show,
.selected span:not(.label).no_show,
.inverse span:not(.label).no_show,
.selected strong.refunded,
.inverse strong.refunded,
.selected span:not(.label).refunded,
.inverse span:not(.label).refunded,
.selected strong.rejected,
.inverse strong.rejected,
.selected span:not(.label).rejected,
.inverse span:not(.label).rejected,
.selected strong.voided,
.inverse strong.voided,
.selected span:not(.label).voided,
.inverse span:not(.label).voided,
.selected strong.void,
.inverse strong.void,
.selected span:not(.label).void,
.inverse span:not(.label).void {
  color: #f5caca;
}
* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
html {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
body {
  margin: 0;
  padding: 50px 0 50px 0;
  cursor: default;
  background: #ededed;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
  -webkit-user-drag: none;
}
.btn {
  text-transform: capitalize;
}
.downcase-btn {
  text-transform: none;
}
.btn,
.btn * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-sm,
.btn-group-sm > .btn {
  font-size: 14px;
  padding: 6px 9px;
  line-height: 1.2;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  border-color: transparent;
}
.btn-invisible {
  border-color: transparent;
  background-color: inherit;
}
.btn-invisible:hover {
  border-color: transparent;
  color: #000000;
}
.btn-invisible:focus {
  background-color: #eeeeee;
  outline: blue solid 3px;
}
.btn-group .btn-primary {
  border-left-color: #00a9b1;
}
.btn-group .btn-primary:first-child {
  border-left-color: transparent;
}
.btn-group-round > .btn {
  border-radius: 17px;
}
.btn-group.with-overlay {
  vertical-align: top;
}
.btn-group-overlay {
  position: absolute;
  white-space: nowrap;
  z-index: 2;
}
.btn-group-overlay .btn {
  float: none;
}
.btn-group-overlay.align-right {
  right: 0;
}
.btn-outline-primary {
  color: #00c1ca;
  border-color: #00c1ca;
  background-color: transparent;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary .active {
  background-color: rgba(0, 193, 202, 0.1);
  color: #00c1ca;
}
.btn-outline-primary.disabled,
.btn-outline-primary[disabled],
fieldset[disabled] .btn-outline-primary,
.btn-outline-primary.disabled:hover,
.btn-outline-primary[disabled]:hover,
fieldset[disabled] .btn-outline-primary:hover,
.btn-outline-primary.disabled:focus,
.btn-outline-primary[disabled]:focus,
fieldset[disabled] .btn-outline-primary:focus,
.btn-outline-primary.disabled.focus,
.btn-outline-primary[disabled].focus,
fieldset[disabled] .btn-outline-primary.focus,
.btn-outline-primary.disabled:active,
.btn-outline-primary[disabled]:active,
fieldset[disabled] .btn-outline-primary:active,
.btn-outline-primary.disabled.active,
.btn-outline-primary[disabled].active,
fieldset[disabled] .btn-outline-primary.active {
  background-color: transparent;
  border-color: #00c1ca;
}
.btn-outline-primary-darker {
  color: #00747a;
  border-color: #00747a;
  background-color: transparent;
}
.btn-outline-primary-darker:hover,
.btn-outline-primary-darker:focus,
.btn-outline-primary-darker.focus,
.btn-outline-primary-darker:active,
.btn-outline-primary-darker .active {
  background-color: rgba(0, 116, 122, 0.1);
  color: #00747a;
}
.btn-outline-primary-darker.disabled,
.btn-outline-primary-darker[disabled],
fieldset[disabled] .btn-outline-primary-darker,
.btn-outline-primary-darker.disabled:hover,
.btn-outline-primary-darker[disabled]:hover,
fieldset[disabled] .btn-outline-primary-darker:hover,
.btn-outline-primary-darker.disabled:focus,
.btn-outline-primary-darker[disabled]:focus,
fieldset[disabled] .btn-outline-primary-darker:focus,
.btn-outline-primary-darker.disabled.focus,
.btn-outline-primary-darker[disabled].focus,
fieldset[disabled] .btn-outline-primary-darker.focus,
.btn-outline-primary-darker.disabled:active,
.btn-outline-primary-darker[disabled]:active,
fieldset[disabled] .btn-outline-primary-darker:active,
.btn-outline-primary-darker.disabled.active,
.btn-outline-primary-darker[disabled].active,
fieldset[disabled] .btn-outline-primary-darker.active {
  background-color: transparent;
  border-color: #00747a;
}
.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white.focus,
.btn-outline-white:active,
.btn-outline-white .active {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.btn-outline-white.disabled,
.btn-outline-white[disabled],
fieldset[disabled] .btn-outline-white,
.btn-outline-white.disabled:hover,
.btn-outline-white[disabled]:hover,
fieldset[disabled] .btn-outline-white:hover,
.btn-outline-white.disabled:focus,
.btn-outline-white[disabled]:focus,
fieldset[disabled] .btn-outline-white:focus,
.btn-outline-white.disabled.focus,
.btn-outline-white[disabled].focus,
fieldset[disabled] .btn-outline-white.focus,
.btn-outline-white.disabled:active,
.btn-outline-white[disabled]:active,
fieldset[disabled] .btn-outline-white:active,
.btn-outline-white.disabled.active,
.btn-outline-white[disabled].active,
fieldset[disabled] .btn-outline-white.active {
  background-color: transparent;
  border-color: #ffffff;
}
.btn-outline-black {
  color: #000000;
  border-color: #000000;
  background-color: transparent;
}
.btn-outline-black:hover,
.btn-outline-black:focus,
.btn-outline-black.focus,
.btn-outline-black:active,
.btn-outline-black .active {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000000;
}
.btn-outline-black.disabled,
.btn-outline-black[disabled],
fieldset[disabled] .btn-outline-black,
.btn-outline-black.disabled:hover,
.btn-outline-black[disabled]:hover,
fieldset[disabled] .btn-outline-black:hover,
.btn-outline-black.disabled:focus,
.btn-outline-black[disabled]:focus,
fieldset[disabled] .btn-outline-black:focus,
.btn-outline-black.disabled.focus,
.btn-outline-black[disabled].focus,
fieldset[disabled] .btn-outline-black.focus,
.btn-outline-black.disabled:active,
.btn-outline-black[disabled]:active,
fieldset[disabled] .btn-outline-black:active,
.btn-outline-black.disabled.active,
.btn-outline-black[disabled].active,
fieldset[disabled] .btn-outline-black.active {
  background-color: transparent;
  border-color: #000000;
}
.btn-outline-danger {
  color: #b92c22;
  border-color: #de4848;
  background-color: transparent;
}
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger.focus,
.btn-outline-danger:active,
.btn-outline-danger .active {
  background-color: rgba(185, 44, 34, 0.1);
  color: #b92c22;
}
.btn-outline-danger.disabled,
.btn-outline-danger[disabled],
fieldset[disabled] .btn-outline-danger,
.btn-outline-danger.disabled:hover,
.btn-outline-danger[disabled]:hover,
fieldset[disabled] .btn-outline-danger:hover,
.btn-outline-danger.disabled:focus,
.btn-outline-danger[disabled]:focus,
fieldset[disabled] .btn-outline-danger:focus,
.btn-outline-danger.disabled.focus,
.btn-outline-danger[disabled].focus,
fieldset[disabled] .btn-outline-danger.focus,
.btn-outline-danger.disabled:active,
.btn-outline-danger[disabled]:active,
fieldset[disabled] .btn-outline-danger:active,
.btn-outline-danger.disabled.active,
.btn-outline-danger[disabled].active,
fieldset[disabled] .btn-outline-danger.active {
  background-color: transparent;
  border-color: #b92c22;
}
.btn-secondary {
  color: #ffffff;
  background-color: #fba919;
  border-color: #fba919;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #ffffff;
  background-color: #dd8e04;
  border-color: #d38804;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #fba919;
  border-color: #fba919;
}
.btn-secondary .badge {
  color: #fba919;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #8ec575;
  border-color: #8ec575;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #71b651;
  border-color: #6bb24b;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #8ec575;
  border-color: #8ec575;
}
.btn-success .badge {
  color: #8ec575;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #fba919;
  border-color: #fba919;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #dd8e04;
  border-color: #d38804;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #fba919;
  border-color: #fba919;
}
.btn-warning .badge {
  color: #fba919;
  background-color: #ffffff;
}
.btn-link-danger {
  color: #b92c22;
  font-weight: normal;
}
.btn-link-danger,
.btn-link-danger:hover,
.btn-link-danger:active,
.btn-link-danger:focus {
  outline: transparent;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link-danger:hover,
.btn-link-danger:active,
.btn-link-danger:focus {
  color: #8e221a;
}
.btn-round {
  border: none;
  border-radius: 17px;
  width: 34px;
  height: 34px;
}
.btn-round.btn-sm {
  padding: 2px 5px;
  border-radius: 11px;
  width: 22px;
  height: 22px;
}
.btn-round.btn-default {
  color: #333;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-round.btn-default:hover,
.btn-round.btn-default:focus,
.btn-round.btn-default.focus,
.btn-round.btn-default:active,
.btn-round.btn-default.active,
.open > .dropdown-toggle.btn-round.btn-default {
  color: #333;
  background-color: #d9d9d9;
  border-color: #d4d4d4;
}
.btn-round.btn-default:active,
.btn-round.btn-default.active,
.open > .dropdown-toggle.btn-round.btn-default {
  background-image: none;
}
.btn-round.btn-default.disabled,
.btn-round.btn-default[disabled],
fieldset[disabled] .btn-round.btn-default,
.btn-round.btn-default.disabled:hover,
.btn-round.btn-default[disabled]:hover,
fieldset[disabled] .btn-round.btn-default:hover,
.btn-round.btn-default.disabled:focus,
.btn-round.btn-default[disabled]:focus,
fieldset[disabled] .btn-round.btn-default:focus,
.btn-round.btn-default.disabled.focus,
.btn-round.btn-default[disabled].focus,
fieldset[disabled] .btn-round.btn-default.focus,
.btn-round.btn-default.disabled:active,
.btn-round.btn-default[disabled]:active,
fieldset[disabled] .btn-round.btn-default:active,
.btn-round.btn-default.disabled.active,
.btn-round.btn-default[disabled].active,
fieldset[disabled] .btn-round.btn-default.active {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-round.btn-default .badge {
  color: #f2f2f2;
  background-color: #333;
}
.btn-round.btn-primary {
  color: #fff;
  background-color: #00c1ca;
  border-color: #00a9b1;
}
.btn-round.btn-primary:hover,
.btn-round.btn-primary:focus,
.btn-round.btn-primary.focus,
.btn-round.btn-primary:active,
.btn-round.btn-primary.active,
.open > .dropdown-toggle.btn-round.btn-primary {
  color: #fff;
  background-color: #009097;
  border-color: #006e73;
}
.btn-round.btn-primary:active,
.btn-round.btn-primary.active,
.open > .dropdown-toggle.btn-round.btn-primary {
  background-image: none;
}
.btn-round.btn-primary.disabled,
.btn-round.btn-primary[disabled],
fieldset[disabled] .btn-round.btn-primary,
.btn-round.btn-primary.disabled:hover,
.btn-round.btn-primary[disabled]:hover,
fieldset[disabled] .btn-round.btn-primary:hover,
.btn-round.btn-primary.disabled:focus,
.btn-round.btn-primary[disabled]:focus,
fieldset[disabled] .btn-round.btn-primary:focus,
.btn-round.btn-primary.disabled.focus,
.btn-round.btn-primary[disabled].focus,
fieldset[disabled] .btn-round.btn-primary.focus,
.btn-round.btn-primary.disabled:active,
.btn-round.btn-primary[disabled]:active,
fieldset[disabled] .btn-round.btn-primary:active,
.btn-round.btn-primary.disabled.active,
.btn-round.btn-primary[disabled].active,
fieldset[disabled] .btn-round.btn-primary.active {
  background-color: #00c1ca;
  border-color: #00a9b1;
}
.btn-round.btn-primary .badge {
  color: #00c1ca;
  background-color: #fff;
}
.btn-round .icon-ok {
  position: relative;
  left: -2px;
}
.btn-round .icon-fullscreen {
  font-size: 86%;
}
.btn-round .icon-double-angle-up {
  font-size: 120%;
}
.btn-round .icon-double-angle-down {
  font-size: 120%;
  position: relative;
  top: 2px;
  left: 0.5px;
}
.btn-round .icon-unlink {
  position: relative;
  right: 1px;
  top: 1px;
}
.btn-round .icon-chevron-right {
  position: relative;
  top: 2px;
  left: 0.5px;
}
.btn-round:not(.btn-lg).btn-round:not(.btn-sm) .svg-inline--fa.fa-w-16 {
  position: relative;
  top: 2px;
  right: 2px;
}
.btn-round.btn-lg .svg-inline--fa.fa-w-16 {
  position: relative;
  top: -3px;
  right: 6.5px;
}
.btn-round.btn-sm .svg-inline--fa.fa-w-16 {
  position: relative;
  top: 1px;
  right: -1px;
}
.btn-round > svg[data-fa-version='6'] {
  position: relative;
  width: 14px;
  top: 1px;
  left: -2px;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ccc;
  border-color: #ccc;
}
.btn-dark-green {
  color: #333333;
  background-color: #4eae79;
}
.btn-dark-green:disabled {
  background-color: #3e8b61;
}
.btn-dark-green:hover,
.btn-dark-green:active,
.btn-dark-green:focus,
.btn-dark-green.active {
  background-color: #469c6d;
  color: #ffffff;
}
.btn-danger.btn-no-show {
  background-color: #e36666;
}
.btn-danger.btn-no-show.active {
  border-color: #dc3b3b;
}
.btn-muted-panel {
  color: #00c1ca;
  background-color: #f5f5f5;
  border-color: #e8e8e8;
}
.btn-muted-panel:hover,
.btn-muted-panel:focus,
.btn-muted-panel.focus,
.btn-muted-panel:active,
.btn-muted-panel.active,
.open > .dropdown-toggle.btn-muted-panel {
  color: #00c1ca;
  background-color: #dcdcdc;
  border-color: #cacaca;
}
.btn-muted-panel:active,
.btn-muted-panel.active,
.open > .dropdown-toggle.btn-muted-panel {
  background-image: none;
}
.btn-muted-panel.disabled,
.btn-muted-panel[disabled],
fieldset[disabled] .btn-muted-panel,
.btn-muted-panel.disabled:hover,
.btn-muted-panel[disabled]:hover,
fieldset[disabled] .btn-muted-panel:hover,
.btn-muted-panel.disabled:focus,
.btn-muted-panel[disabled]:focus,
fieldset[disabled] .btn-muted-panel:focus,
.btn-muted-panel.disabled.focus,
.btn-muted-panel[disabled].focus,
fieldset[disabled] .btn-muted-panel.focus,
.btn-muted-panel.disabled:active,
.btn-muted-panel[disabled]:active,
fieldset[disabled] .btn-muted-panel:active,
.btn-muted-panel.disabled.active,
.btn-muted-panel[disabled].active,
fieldset[disabled] .btn-muted-panel.active {
  background-color: #f5f5f5;
  border-color: #e8e8e8;
}
.btn-muted-panel .badge {
  color: #f5f5f5;
  background-color: #00c1ca;
}
.btn-group-outer {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}
.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
}
.btn-link.text-muted {
  color: #777777;
}
.btn-block.btn-clip {
  overflow: hidden;
  text-overflow: clip;
}
.btn-datepicker {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
}
.btn-datepicker input[type='text'] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}
.btn-group > .btn.btn-force-radius {
  border-radius: 4px !important;
}
.force-btn-right-radius {
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.btn-toolbar .btn-group.hide {
  display: none;
}
.btn-toolbar.text-right .btn-group,
.btn-toolbar.text-right .input-group {
  float: none;
}
.btn-toolbar.text-right .btn-group .btn-group,
.btn-toolbar.text-right .input-group .btn-group {
  float: left;
}
.btn-toolbar.btn-toolbar-wrap {
  margin-bottom: -5px;
}
.btn-toolbar.btn-toolbar-wrap .btn {
  margin-bottom: 5px;
}
.btn-toolbar .pull-left > .btn,
.btn-toolbar .pull-right > .btn {
  margin-left: 5px;
}
.btn.pill {
  border-color: rgba(0, 0, 0, 0);
}
.btn-group-justified {
  margin-left: 0;
  display: flex;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  flex: 2;
}
.btn-group-justified > .btn:first-child,
.btn-group-justified > .btn-group:first-child {
  margin-left: 0;
}
.btn-raised {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 3px 8px rgba(0, 0, 0, 0.23);
}
.btn-default.btn-no-focus:not(.active):focus:not(:hover) {
  background-color: #ffffff;
  border-color: #ccc;
}
.btn-default.btn-normal-font {
  font-style: normal;
}
/*
  Remove default focus styles for mouse users ONLY if
  :focus-visible is supported on this platform.
*/
.button-generic:focus:not(:focus-visible) {
  outline: 0;
}
/*
  Optionally: If :focus-visible is supported on this
  platform, provide enhanced focus styles for keyboard
  focus.
*/
.button-generic:focus-visible {
  outline: 1px solid inherit;
}
.calendar-list .calendar-list-header {
  padding: 18px 0 15px;
}
.calendar.calendar-week ul.staff-days ul.appointments > li.color-none {
  background-color: initial;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event,
.calendar-x-event {
  top: 0;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  font-size: 12px;
  border-radius: 5px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  line-height: 1;
  cursor: pointer;
  white-space: normal;
  text-transform: none;
  border-bottom: 1px solid #e2e2e2;
  background-color: #00cbd4;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .inherit,
.calendar-x-event .inherit {
  color: #00cbd4;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.active,
.calendar-x-event.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event:hover,
.calendar-x-event:hover {
  background-color: #00bcc5;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event:focus,
.calendar-x-event:focus {
  background-color: #00bcc5;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .label,
.calendar-x-event .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #00aeb6;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .label.client-waiting,
.calendar-x-event .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .checked-in-indicator,
.calendar-x-event .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .active-indicator,
.calendar-x-event .active-indicator {
  background-color: #00aeb6;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.booked_by_patient,
.calendar-x-event.booked_by_patient {
  background-color: #7ae2e7;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.booked_by_patient:hover,
.calendar-x-event.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.booked_by_patient.focused,
.calendar-x-event.booked_by_patient.focused {
  background-color: #64dde3;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.booked_by_patient.dragging,
.calendar-x-event.booked_by_patient.dragging {
  background-color: #64dde3;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .btn-default,
.calendar-x-event .btn-default {
  background-color: #8ce7ec;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .icon-light,
.calendar-x-event .icon-light {
  color: #ccf5f6;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.past,
.calendar-x-event.past {
  background-color: rgba(0, 203, 212, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .inherit,
.calendar-x-event .inherit {
  color: #00cbd4;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.active,
.calendar-x-event.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event:hover,
.calendar-x-event:hover {
  background-color: #00bcc5;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .label,
.calendar-x-event .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #00aeb6;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .label.client-waiting,
.calendar-x-event .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .checked-in-indicator,
.calendar-x-event .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .active-indicator,
.calendar-x-event .active-indicator {
  background-color: #00aeb6;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.booked_by_patient,
.calendar-x-event.booked_by_patient {
  background-color: #7ae2e7;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.booked_by_patient:hover,
.calendar-x-event.booked_by_patient:hover {
  background-color: #64dde3;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .btn-default,
.calendar-x-event .btn-default {
  background-color: #8ce7ec;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .icon-light,
.calendar-x-event .icon-light {
  color: #ccf5f6;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1,
.calendar-x-event.color-user1 {
  background-color: #efd59a;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1 .inherit,
.calendar-x-event.color-user1 .inherit {
  color: #efd59a;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1.active,
.calendar-x-event.color-user1.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1:hover,
.calendar-x-event.color-user1:hover {
  background-color: #edd08d;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1:focus,
.calendar-x-event.color-user1:focus {
  background-color: #edd08d;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1 .label,
.calendar-x-event.color-user1 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #ebca80;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1 .label.client-waiting,
.calendar-x-event.color-user1 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1 .checked-in-indicator,
.calendar-x-event.color-user1 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1 .active-indicator,
.calendar-x-event.color-user1 .active-indicator {
  background-color: #ebca80;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1.booked_by_patient,
.calendar-x-event.color-user1.booked_by_patient {
  background-color: #f3e0b4;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1.booked_by_patient:hover,
.calendar-x-event.color-user1.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1.booked_by_patient.focused,
.calendar-x-event.color-user1.booked_by_patient.focused {
  background-color: #f0d79e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1.booked_by_patient.dragging,
.calendar-x-event.color-user1.booked_by_patient.dragging {
  background-color: #f0d79e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1 .btn-default,
.calendar-x-event.color-user1 .btn-default {
  background-color: #f8ecd2;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1 .icon-light,
.calendar-x-event.color-user1 .icon-light {
  color: #fcf7eb;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1.past,
.calendar-x-event.color-user1.past {
  background-color: rgba(239, 213, 154, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1 .inherit,
.calendar-x-event.color-user1 .inherit {
  color: #efd59a;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1.active,
.calendar-x-event.color-user1.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1:hover,
.calendar-x-event.color-user1:hover {
  background-color: #edd08d;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1 .label,
.calendar-x-event.color-user1 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #ebca80;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1 .label.client-waiting,
.calendar-x-event.color-user1 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1 .checked-in-indicator,
.calendar-x-event.color-user1 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1 .active-indicator,
.calendar-x-event.color-user1 .active-indicator {
  background-color: #ebca80;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1.booked_by_patient,
.calendar-x-event.color-user1.booked_by_patient {
  background-color: #f3e0b4;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1.booked_by_patient:hover,
.calendar-x-event.color-user1.booked_by_patient:hover {
  background-color: #f0d79e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1 .btn-default,
.calendar-x-event.color-user1 .btn-default {
  background-color: #f8ecd2;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1 .icon-light,
.calendar-x-event.color-user1 .icon-light {
  color: #fcf7eb;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user1.dragging,
.calendar-x-event.color-user1.dragging {
  background-color: #eccc84;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2,
.calendar-x-event.color-user2 {
  background-color: #c4c4d6;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2 .inherit,
.calendar-x-event.color-user2 .inherit {
  color: #c4c4d6;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2.active,
.calendar-x-event.color-user2.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2:hover,
.calendar-x-event.color-user2:hover {
  background-color: #bbbbd0;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2:focus,
.calendar-x-event.color-user2:focus {
  background-color: #bbbbd0;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2 .label,
.calendar-x-event.color-user2 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #b2b2c9;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2 .label.client-waiting,
.calendar-x-event.color-user2 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2 .checked-in-indicator,
.calendar-x-event.color-user2 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2 .active-indicator,
.calendar-x-event.color-user2 .active-indicator {
  background-color: #b2b2c9;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2.booked_by_patient,
.calendar-x-event.color-user2.booked_by_patient {
  background-color: #d6d6e3;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2.booked_by_patient:hover,
.calendar-x-event.color-user2.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2.booked_by_patient.focused,
.calendar-x-event.color-user2.booked_by_patient.focused {
  background-color: #c7c7d8;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2.booked_by_patient.dragging,
.calendar-x-event.color-user2.booked_by_patient.dragging {
  background-color: #c7c7d8;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2 .btn-default,
.calendar-x-event.color-user2 .btn-default {
  background-color: #e4e4ed;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2 .icon-light,
.calendar-x-event.color-user2 .icon-light {
  color: #f3f3f7;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2.past,
.calendar-x-event.color-user2.past {
  background-color: rgba(196, 196, 214, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2 .inherit,
.calendar-x-event.color-user2 .inherit {
  color: #c4c4d6;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2.active,
.calendar-x-event.color-user2.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2:hover,
.calendar-x-event.color-user2:hover {
  background-color: #bbbbd0;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2 .label,
.calendar-x-event.color-user2 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #b2b2c9;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2 .label.client-waiting,
.calendar-x-event.color-user2 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2 .checked-in-indicator,
.calendar-x-event.color-user2 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2 .active-indicator,
.calendar-x-event.color-user2 .active-indicator {
  background-color: #b2b2c9;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2.booked_by_patient,
.calendar-x-event.color-user2.booked_by_patient {
  background-color: #d6d6e3;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2.booked_by_patient:hover,
.calendar-x-event.color-user2.booked_by_patient:hover {
  background-color: #c7c7d8;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2 .btn-default,
.calendar-x-event.color-user2 .btn-default {
  background-color: #e4e4ed;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2 .icon-light,
.calendar-x-event.color-user2 .icon-light {
  color: #f3f3f7;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user2.dragging,
.calendar-x-event.color-user2.dragging {
  background-color: #b5b5cc;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3,
.calendar-x-event.color-user3 {
  background-color: #f1b37a;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3 .inherit,
.calendar-x-event.color-user3 .inherit {
  color: #f1b37a;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3.active,
.calendar-x-event.color-user3.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3:hover,
.calendar-x-event.color-user3:hover {
  background-color: #f0ab6c;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3:focus,
.calendar-x-event.color-user3:focus {
  background-color: #f0ab6c;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3 .label,
.calendar-x-event.color-user3 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #eea35e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3 .label.client-waiting,
.calendar-x-event.color-user3 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3 .checked-in-indicator,
.calendar-x-event.color-user3 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3 .active-indicator,
.calendar-x-event.color-user3 .active-indicator {
  background-color: #eea35e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3.booked_by_patient,
.calendar-x-event.color-user3.booked_by_patient {
  background-color: #f4c396;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3.booked_by_patient:hover,
.calendar-x-event.color-user3.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3.booked_by_patient.focused,
.calendar-x-event.color-user3.booked_by_patient.focused {
  background-color: #f1b67f;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3.booked_by_patient.dragging,
.calendar-x-event.color-user3.booked_by_patient.dragging {
  background-color: #f1b67f;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3 .btn-default,
.calendar-x-event.color-user3 .btn-default {
  background-color: #f9ddc3;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3 .icon-light,
.calendar-x-event.color-user3 .icon-light {
  color: #fcf0e4;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3.past,
.calendar-x-event.color-user3.past {
  background-color: rgba(241, 179, 122, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3 .inherit,
.calendar-x-event.color-user3 .inherit {
  color: #f1b37a;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3.active,
.calendar-x-event.color-user3.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3:hover,
.calendar-x-event.color-user3:hover {
  background-color: #f0ab6c;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3 .label,
.calendar-x-event.color-user3 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #eea35e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3 .label.client-waiting,
.calendar-x-event.color-user3 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3 .checked-in-indicator,
.calendar-x-event.color-user3 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3 .active-indicator,
.calendar-x-event.color-user3 .active-indicator {
  background-color: #eea35e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3.booked_by_patient,
.calendar-x-event.color-user3.booked_by_patient {
  background-color: #f4c396;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3.booked_by_patient:hover,
.calendar-x-event.color-user3.booked_by_patient:hover {
  background-color: #f1b67f;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3 .btn-default,
.calendar-x-event.color-user3 .btn-default {
  background-color: #f9ddc3;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3 .icon-light,
.calendar-x-event.color-user3 .icon-light {
  color: #fcf0e4;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user3.dragging,
.calendar-x-event.color-user3.dragging {
  background-color: #efa663;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4,
.calendar-x-event.color-user4 {
  background-color: #8eb8c9;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4 .inherit,
.calendar-x-event.color-user4 .inherit {
  color: #8eb8c9;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4.active,
.calendar-x-event.color-user4.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4:hover,
.calendar-x-event.color-user4:hover {
  background-color: #84b1c4;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4:focus,
.calendar-x-event.color-user4:focus {
  background-color: #84b1c4;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4 .label,
.calendar-x-event.color-user4 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #79abbf;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4 .label.client-waiting,
.calendar-x-event.color-user4 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4 .checked-in-indicator,
.calendar-x-event.color-user4 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4 .active-indicator,
.calendar-x-event.color-user4 .active-indicator {
  background-color: #79abbf;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4.booked_by_patient,
.calendar-x-event.color-user4.booked_by_patient {
  background-color: #a3c5d3;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4.booked_by_patient:hover,
.calendar-x-event.color-user4.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4.booked_by_patient.focused,
.calendar-x-event.color-user4.booked_by_patient.focused {
  background-color: #91bacb;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4.booked_by_patient.dragging,
.calendar-x-event.color-user4.booked_by_patient.dragging {
  background-color: #91bacb;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4 .btn-default,
.calendar-x-event.color-user4 .btn-default {
  background-color: #ccdfe7;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4 .icon-light,
.calendar-x-event.color-user4 .icon-light {
  color: #e8f1f4;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4.past,
.calendar-x-event.color-user4.past {
  background-color: rgba(142, 184, 201, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4 .inherit,
.calendar-x-event.color-user4 .inherit {
  color: #8eb8c9;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4.active,
.calendar-x-event.color-user4.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4:hover,
.calendar-x-event.color-user4:hover {
  background-color: #84b1c4;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4 .label,
.calendar-x-event.color-user4 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #79abbf;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4 .label.client-waiting,
.calendar-x-event.color-user4 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4 .checked-in-indicator,
.calendar-x-event.color-user4 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4 .active-indicator,
.calendar-x-event.color-user4 .active-indicator {
  background-color: #79abbf;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4.booked_by_patient,
.calendar-x-event.color-user4.booked_by_patient {
  background-color: #a3c5d3;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4.booked_by_patient:hover,
.calendar-x-event.color-user4.booked_by_patient:hover {
  background-color: #91bacb;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4 .btn-default,
.calendar-x-event.color-user4 .btn-default {
  background-color: #ccdfe7;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4 .icon-light,
.calendar-x-event.color-user4 .icon-light {
  color: #e8f1f4;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user4.dragging,
.calendar-x-event.color-user4.dragging {
  background-color: #7dadc1;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5,
.calendar-x-event.color-user5 {
  background-color: #8ea785;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5 .inherit,
.calendar-x-event.color-user5 .inherit {
  color: #8ea785;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5.active,
.calendar-x-event.color-user5.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5:hover,
.calendar-x-event.color-user5:hover {
  background-color: #86a17c;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5:focus,
.calendar-x-event.color-user5:focus {
  background-color: #86a17c;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5 .label,
.calendar-x-event.color-user5 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #7e9a73;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5 .label.client-waiting,
.calendar-x-event.color-user5 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5 .checked-in-indicator,
.calendar-x-event.color-user5 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5 .active-indicator,
.calendar-x-event.color-user5 .active-indicator {
  background-color: #7e9a73;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5.booked_by_patient,
.calendar-x-event.color-user5.booked_by_patient {
  background-color: #9eb497;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5.booked_by_patient:hover,
.calendar-x-event.color-user5.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5.booked_by_patient.focused,
.calendar-x-event.color-user5.booked_by_patient.focused {
  background-color: #91a988;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5.booked_by_patient.dragging,
.calendar-x-event.color-user5.booked_by_patient.dragging {
  background-color: #91a988;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5 .btn-default,
.calendar-x-event.color-user5 .btn-default {
  background-color: #ccd7c8;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5 .icon-light,
.calendar-x-event.color-user5 .icon-light {
  color: #e8ede7;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5.past,
.calendar-x-event.color-user5.past {
  background-color: rgba(142, 167, 133, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5 .inherit,
.calendar-x-event.color-user5 .inherit {
  color: #8ea785;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5.active,
.calendar-x-event.color-user5.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5:hover,
.calendar-x-event.color-user5:hover {
  background-color: #86a17c;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5 .label,
.calendar-x-event.color-user5 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #7e9a73;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5 .label.client-waiting,
.calendar-x-event.color-user5 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5 .checked-in-indicator,
.calendar-x-event.color-user5 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5 .active-indicator,
.calendar-x-event.color-user5 .active-indicator {
  background-color: #7e9a73;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5.booked_by_patient,
.calendar-x-event.color-user5.booked_by_patient {
  background-color: #9eb497;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5.booked_by_patient:hover,
.calendar-x-event.color-user5.booked_by_patient:hover {
  background-color: #91a988;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5 .btn-default,
.calendar-x-event.color-user5 .btn-default {
  background-color: #ccd7c8;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5 .icon-light,
.calendar-x-event.color-user5 .icon-light {
  color: #e8ede7;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user5.dragging,
.calendar-x-event.color-user5.dragging {
  background-color: #809c76;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6,
.calendar-x-event.color-user6 {
  background-color: #d1a6c5;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6 .inherit,
.calendar-x-event.color-user6 .inherit {
  color: #d1a6c5;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6.active,
.calendar-x-event.color-user6.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6:hover,
.calendar-x-event.color-user6:hover {
  background-color: #cc9cbe;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6:focus,
.calendar-x-event.color-user6:focus {
  background-color: #cc9cbe;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6 .label,
.calendar-x-event.color-user6 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #c792b8;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6 .label.client-waiting,
.calendar-x-event.color-user6 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6 .checked-in-indicator,
.calendar-x-event.color-user6 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6 .active-indicator,
.calendar-x-event.color-user6 .active-indicator {
  background-color: #c792b8;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6.booked_by_patient,
.calendar-x-event.color-user6.booked_by_patient {
  background-color: #dbbad2;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6.booked_by_patient:hover,
.calendar-x-event.color-user6.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6.booked_by_patient.focused,
.calendar-x-event.color-user6.booked_by_patient.focused {
  background-color: #d3a9c7;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6.booked_by_patient.dragging,
.calendar-x-event.color-user6.booked_by_patient.dragging {
  background-color: #d3a9c7;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6 .btn-default,
.calendar-x-event.color-user6 .btn-default {
  background-color: #ead7e5;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6 .icon-light,
.calendar-x-event.color-user6 .icon-light {
  color: #f6edf3;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6.past,
.calendar-x-event.color-user6.past {
  background-color: rgba(209, 166, 197, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6 .inherit,
.calendar-x-event.color-user6 .inherit {
  color: #d1a6c5;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6.active,
.calendar-x-event.color-user6.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6:hover,
.calendar-x-event.color-user6:hover {
  background-color: #cc9cbe;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6 .label,
.calendar-x-event.color-user6 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #c792b8;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6 .label.client-waiting,
.calendar-x-event.color-user6 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6 .checked-in-indicator,
.calendar-x-event.color-user6 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6 .active-indicator,
.calendar-x-event.color-user6 .active-indicator {
  background-color: #c792b8;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6.booked_by_patient,
.calendar-x-event.color-user6.booked_by_patient {
  background-color: #dbbad2;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6.booked_by_patient:hover,
.calendar-x-event.color-user6.booked_by_patient:hover {
  background-color: #d3a9c7;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6 .btn-default,
.calendar-x-event.color-user6 .btn-default {
  background-color: #ead7e5;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6 .icon-light,
.calendar-x-event.color-user6 .icon-light {
  color: #f6edf3;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user6.dragging,
.calendar-x-event.color-user6.dragging {
  background-color: #c895ba;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7,
.calendar-x-event.color-user7 {
  background-color: #e8a2b6;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7 .inherit,
.calendar-x-event.color-user7 .inherit {
  color: #e8a2b6;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7.active,
.calendar-x-event.color-user7.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7:hover,
.calendar-x-event.color-user7:hover {
  background-color: #e596ac;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7:focus,
.calendar-x-event.color-user7:focus {
  background-color: #e596ac;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7 .label,
.calendar-x-event.color-user7 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #e289a3;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7 .label.client-waiting,
.calendar-x-event.color-user7 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7 .checked-in-indicator,
.calendar-x-event.color-user7 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7 .active-indicator,
.calendar-x-event.color-user7 .active-indicator {
  background-color: #e289a3;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7.booked_by_patient,
.calendar-x-event.color-user7.booked_by_patient {
  background-color: #eebbc9;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7.booked_by_patient:hover,
.calendar-x-event.color-user7.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7.booked_by_patient.focused,
.calendar-x-event.color-user7.booked_by_patient.focused {
  background-color: #e9a6b9;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7.booked_by_patient.dragging,
.calendar-x-event.color-user7.booked_by_patient.dragging {
  background-color: #e9a6b9;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7 .btn-default,
.calendar-x-event.color-user7 .btn-default {
  background-color: #f5d5de;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7 .icon-light,
.calendar-x-event.color-user7 .icon-light {
  color: #faecf0;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7.past,
.calendar-x-event.color-user7.past {
  background-color: rgba(232, 162, 182, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7 .inherit,
.calendar-x-event.color-user7 .inherit {
  color: #e8a2b6;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7.active,
.calendar-x-event.color-user7.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7:hover,
.calendar-x-event.color-user7:hover {
  background-color: #e596ac;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7 .label,
.calendar-x-event.color-user7 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #e289a3;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7 .label.client-waiting,
.calendar-x-event.color-user7 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7 .checked-in-indicator,
.calendar-x-event.color-user7 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7 .active-indicator,
.calendar-x-event.color-user7 .active-indicator {
  background-color: #e289a3;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7.booked_by_patient,
.calendar-x-event.color-user7.booked_by_patient {
  background-color: #eebbc9;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7.booked_by_patient:hover,
.calendar-x-event.color-user7.booked_by_patient:hover {
  background-color: #e9a6b9;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7 .btn-default,
.calendar-x-event.color-user7 .btn-default {
  background-color: #f5d5de;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7 .icon-light,
.calendar-x-event.color-user7 .icon-light {
  color: #faecf0;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user7.dragging,
.calendar-x-event.color-user7.dragging {
  background-color: #e38ea6;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8,
.calendar-x-event.color-user8 {
  background-color: #a5d7c5;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8 .inherit,
.calendar-x-event.color-user8 .inherit {
  color: #a5d7c5;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8.active,
.calendar-x-event.color-user8.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8:hover,
.calendar-x-event.color-user8:hover {
  background-color: #9ad2be;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8:focus,
.calendar-x-event.color-user8:focus {
  background-color: #9ad2be;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8 .label,
.calendar-x-event.color-user8 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #90ceb7;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8 .label.client-waiting,
.calendar-x-event.color-user8 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8 .checked-in-indicator,
.calendar-x-event.color-user8 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8 .active-indicator,
.calendar-x-event.color-user8 .active-indicator {
  background-color: #90ceb7;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8.booked_by_patient,
.calendar-x-event.color-user8.booked_by_patient {
  background-color: #bae0d3;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8.booked_by_patient:hover,
.calendar-x-event.color-user8.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8.booked_by_patient.focused,
.calendar-x-event.color-user8.booked_by_patient.focused {
  background-color: #a9d9c7;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8.booked_by_patient.dragging,
.calendar-x-event.color-user8.booked_by_patient.dragging {
  background-color: #a9d9c7;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8 .btn-default,
.calendar-x-event.color-user8 .btn-default {
  background-color: #d7ede5;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8 .icon-light,
.calendar-x-event.color-user8 .icon-light {
  color: #edf7f3;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8.past,
.calendar-x-event.color-user8.past {
  background-color: rgba(165, 215, 197, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8 .inherit,
.calendar-x-event.color-user8 .inherit {
  color: #a5d7c5;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8.active,
.calendar-x-event.color-user8.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8:hover,
.calendar-x-event.color-user8:hover {
  background-color: #9ad2be;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8 .label,
.calendar-x-event.color-user8 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #90ceb7;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8 .label.client-waiting,
.calendar-x-event.color-user8 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8 .checked-in-indicator,
.calendar-x-event.color-user8 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8 .active-indicator,
.calendar-x-event.color-user8 .active-indicator {
  background-color: #90ceb7;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8.booked_by_patient,
.calendar-x-event.color-user8.booked_by_patient {
  background-color: #bae0d3;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8.booked_by_patient:hover,
.calendar-x-event.color-user8.booked_by_patient:hover {
  background-color: #a9d9c7;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8 .btn-default,
.calendar-x-event.color-user8 .btn-default {
  background-color: #d7ede5;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8 .icon-light,
.calendar-x-event.color-user8 .icon-light {
  color: #edf7f3;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user8.dragging,
.calendar-x-event.color-user8.dragging {
  background-color: #93cfba;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9,
.calendar-x-event.color-user9 {
  background-color: #c38f92;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9 .inherit,
.calendar-x-event.color-user9 .inherit {
  color: #c38f92;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9.active,
.calendar-x-event.color-user9.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9:hover,
.calendar-x-event.color-user9:hover {
  background-color: #be8588;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9:focus,
.calendar-x-event.color-user9:focus {
  background-color: #be8588;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9 .label,
.calendar-x-event.color-user9 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #b87b7f;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9 .label.client-waiting,
.calendar-x-event.color-user9 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9 .checked-in-indicator,
.calendar-x-event.color-user9 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9 .active-indicator,
.calendar-x-event.color-user9 .active-indicator {
  background-color: #b87b7f;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9.booked_by_patient,
.calendar-x-event.color-user9.booked_by_patient {
  background-color: #cea3a5;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9.booked_by_patient:hover,
.calendar-x-event.color-user9.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9.booked_by_patient.focused,
.calendar-x-event.color-user9.booked_by_patient.focused {
  background-color: #c59295;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9.booked_by_patient.dragging,
.calendar-x-event.color-user9.booked_by_patient.dragging {
  background-color: #c59295;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9 .btn-default,
.calendar-x-event.color-user9 .btn-default {
  background-color: #e4cdce;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9 .icon-light,
.calendar-x-event.color-user9 .icon-light {
  color: #f3e9e9;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9.past,
.calendar-x-event.color-user9.past {
  background-color: rgba(195, 143, 146, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9 .inherit,
.calendar-x-event.color-user9 .inherit {
  color: #c38f92;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9.active,
.calendar-x-event.color-user9.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9:hover,
.calendar-x-event.color-user9:hover {
  background-color: #be8588;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9 .label,
.calendar-x-event.color-user9 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #b87b7f;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9 .label.client-waiting,
.calendar-x-event.color-user9 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9 .checked-in-indicator,
.calendar-x-event.color-user9 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9 .active-indicator,
.calendar-x-event.color-user9 .active-indicator {
  background-color: #b87b7f;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9.booked_by_patient,
.calendar-x-event.color-user9.booked_by_patient {
  background-color: #cea3a5;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9.booked_by_patient:hover,
.calendar-x-event.color-user9.booked_by_patient:hover {
  background-color: #c59295;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9 .btn-default,
.calendar-x-event.color-user9 .btn-default {
  background-color: #e4cdce;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9 .icon-light,
.calendar-x-event.color-user9 .icon-light {
  color: #f3e9e9;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.color-user9.dragging,
.calendar-x-event.color-user9.dragging {
  background-color: #ba7e82;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.fade,
.calendar-x-event.fade {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event,
.calendar-x-event.external-event {
  background-color: #BCC6C6;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event .inherit,
.calendar-x-event.external-event .inherit {
  color: #BCC6C6;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event.active,
.calendar-x-event.external-event.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event:hover,
.calendar-x-event.external-event:hover {
  background-color: #b4bfbf;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event:focus,
.calendar-x-event.external-event:focus {
  background-color: #b4bfbf;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event .label,
.calendar-x-event.external-event .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #abb8b8;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event .label.client-waiting,
.calendar-x-event.external-event .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event .checked-in-indicator,
.calendar-x-event.external-event .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event .active-indicator,
.calendar-x-event.external-event .active-indicator {
  background-color: #abb8b8;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event.booked_by_patient,
.calendar-x-event.external-event.booked_by_patient {
  background-color: #cdd4d4;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event.booked_by_patient:hover,
.calendar-x-event.external-event.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event.booked_by_patient.focused,
.calendar-x-event.external-event.booked_by_patient.focused {
  background-color: #bfc8c8;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event.booked_by_patient.dragging,
.calendar-x-event.external-event.booked_by_patient.dragging {
  background-color: #bfc8c8;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event .btn-default,
.calendar-x-event.external-event .btn-default {
  background-color: #e1e5e5;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event .icon-light,
.calendar-x-event.external-event .icon-light {
  color: #f2f4f4;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event.past,
.calendar-x-event.external-event.past {
  background-color: rgba(188, 198, 198, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event .inherit,
.calendar-x-event.external-event .inherit {
  color: #BCC6C6;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event.active,
.calendar-x-event.external-event.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event:hover,
.calendar-x-event.external-event:hover {
  background-color: #b4bfbf;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event .label,
.calendar-x-event.external-event .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #abb8b8;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event .label.client-waiting,
.calendar-x-event.external-event .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event .checked-in-indicator,
.calendar-x-event.external-event .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event .active-indicator,
.calendar-x-event.external-event .active-indicator {
  background-color: #abb8b8;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event.booked_by_patient,
.calendar-x-event.external-event.booked_by_patient {
  background-color: #cdd4d4;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event.booked_by_patient:hover,
.calendar-x-event.external-event.booked_by_patient:hover {
  background-color: #bfc8c8;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event .btn-default,
.calendar-x-event.external-event .btn-default {
  background-color: #e1e5e5;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event .icon-light,
.calendar-x-event.external-event .icon-light {
  color: #f2f4f4;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.external-event.dragging,
.calendar-x-event.external-event.dragging {
  background-color: #aebaba;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.opening,
.calendar-x-event.opening {
  background-color: #fcb02c;
  background-image: url(/assets/e50fe15d2392a40d.png);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.opening.active,
.calendar-x-event.opening.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.opening:hover,
.calendar-x-event.opening:hover {
  background-color: #f19a04;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break,
.calendar-x-event.break {
  background-color: #eeeeee;
  background: url(/assets/493e3bf74c49f136.png) #d5d5d5;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break .inherit,
.calendar-x-event.break .inherit {
  color: #eeeeee;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break.active,
.calendar-x-event.break.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break:hover,
.calendar-x-event.break:hover {
  background-color: #bbbbbb;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break:focus,
.calendar-x-event.break:focus {
  background-color: #bbbbbb;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break .label,
.calendar-x-event.break .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #a2a2a2;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break .label.client-waiting,
.calendar-x-event.break .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break .checked-in-indicator,
.calendar-x-event.break .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break .active-indicator,
.calendar-x-event.break .active-indicator {
  background-color: #a2a2a2;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break.booked_by_patient,
.calendar-x-event.break.booked_by_patient {
  background-color: #d5d5d5;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break.booked_by_patient:hover,
.calendar-x-event.break.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break.booked_by_patient.focused,
.calendar-x-event.break.booked_by_patient.focused {
  background-color: #c8c8c8;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break.booked_by_patient.dragging,
.calendar-x-event.break.booked_by_patient.dragging {
  background-color: #c8c8c8;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break .btn-default,
.calendar-x-event.break .btn-default {
  background-color: #f8f8f8;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break .icon-light,
.calendar-x-event.break .icon-light {
  color: #fcfcfc;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break.past,
.calendar-x-event.break.past {
  background-color: rgba(238, 238, 238, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break .inherit,
.calendar-x-event.break .inherit {
  color: #eeeeee;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break.active,
.calendar-x-event.break.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break:hover,
.calendar-x-event.break:hover {
  background-color: #bbbbbb;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break .label,
.calendar-x-event.break .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #a2a2a2;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break .label.client-waiting,
.calendar-x-event.break .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break .checked-in-indicator,
.calendar-x-event.break .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break .active-indicator,
.calendar-x-event.break .active-indicator {
  background-color: #a2a2a2;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break.booked_by_patient,
.calendar-x-event.break.booked_by_patient {
  background-color: #d5d5d5;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break.booked_by_patient:hover,
.calendar-x-event.break.booked_by_patient:hover {
  background-color: #c8c8c8;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break .btn-default,
.calendar-x-event.break .btn-default {
  background-color: #f8f8f8;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break .icon-light,
.calendar-x-event.break .icon-light {
  color: #fcfcfc;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.break .active-indicator,
.calendar-x-event.break .active-indicator {
  background-color: #b7b7b7;
}
.accessibility-mode .calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved,
.accessibility-mode .calendar-x-event.reserved,
.accessibility-mode .calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived,
.accessibility-mode .calendar-x-event.archived,
.accessibility-mode .calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled,
.accessibility-mode .calendar-x-event.cancelled,
.accessibility-mode .calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show,
.accessibility-mode .calendar-x-event.no-show,
.accessibility-mode .calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in,
.accessibility-mode .calendar-x-event.checked_in,
.accessibility-mode .calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived,
.accessibility-mode .calendar-x-event.arrived,
.accessibility-mode .calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid,
.accessibility-mode .calendar-x-event.paid,
.accessibility-mode .calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.success,
.accessibility-mode .calendar-x-event.success {
  background-image: none;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved,
.calendar-x-event.reserved {
  background-color: #e6e6e6;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved .inherit,
.calendar-x-event.reserved .inherit {
  color: #e6e6e6;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved.active,
.calendar-x-event.reserved.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved:hover,
.calendar-x-event.reserved:hover {
  background-color: #cccccc;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved:focus,
.calendar-x-event.reserved:focus {
  background-color: #cccccc;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved .label,
.calendar-x-event.reserved .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #b3b3b3;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved .label.client-waiting,
.calendar-x-event.reserved .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved .checked-in-indicator,
.calendar-x-event.reserved .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved .active-indicator,
.calendar-x-event.reserved .active-indicator {
  background-color: #b3b3b3;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved.booked_by_patient,
.calendar-x-event.reserved.booked_by_patient {
  background-color: #e6e6e6;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved.booked_by_patient:hover,
.calendar-x-event.reserved.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved.booked_by_patient.focused,
.calendar-x-event.reserved.booked_by_patient.focused {
  background-color: #d9d9d9;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved.booked_by_patient.dragging,
.calendar-x-event.reserved.booked_by_patient.dragging {
  background-color: #d9d9d9;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved .btn-default,
.calendar-x-event.reserved .btn-default {
  background-color: #f4f4f4;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved .icon-light,
.calendar-x-event.reserved .icon-light {
  color: #fafafa;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved.past,
.calendar-x-event.reserved.past {
  background-color: rgba(230, 230, 230, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved .inherit,
.calendar-x-event.reserved .inherit {
  color: #e6e6e6;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved.active,
.calendar-x-event.reserved.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved:hover,
.calendar-x-event.reserved:hover {
  background-color: #cccccc;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved .label,
.calendar-x-event.reserved .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #b3b3b3;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved .label.client-waiting,
.calendar-x-event.reserved .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved .checked-in-indicator,
.calendar-x-event.reserved .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved .active-indicator,
.calendar-x-event.reserved .active-indicator {
  background-color: #b3b3b3;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved.booked_by_patient,
.calendar-x-event.reserved.booked_by_patient {
  background-color: #e6e6e6;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved.booked_by_patient:hover,
.calendar-x-event.reserved.booked_by_patient:hover {
  background-color: #d9d9d9;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved .btn-default,
.calendar-x-event.reserved .btn-default {
  background-color: #f4f4f4;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved .icon-light,
.calendar-x-event.reserved .icon-light {
  color: #fafafa;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.reserved:hover,
.calendar-x-event.reserved:hover {
  background-color: #e7e7e7;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived,
.calendar-x-event.archived,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled,
.calendar-x-event.cancelled {
  background-color: #4d4d4d;
  color: #e6e6e6;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived .inherit,
.calendar-x-event.archived .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled .inherit,
.calendar-x-event.cancelled .inherit {
  color: #4d4d4d;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived.active,
.calendar-x-event.archived.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled.active,
.calendar-x-event.cancelled.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived:hover,
.calendar-x-event.archived:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled:hover,
.calendar-x-event.cancelled:hover {
  background-color: #333333;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived:focus,
.calendar-x-event.archived:focus,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled:focus,
.calendar-x-event.cancelled:focus {
  background-color: #333333;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived .label,
.calendar-x-event.archived .label,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled .label,
.calendar-x-event.cancelled .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #191919;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived .label.client-waiting,
.calendar-x-event.archived .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled .label.client-waiting,
.calendar-x-event.cancelled .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived .checked-in-indicator,
.calendar-x-event.archived .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled .checked-in-indicator,
.calendar-x-event.cancelled .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived .active-indicator,
.calendar-x-event.archived .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled .active-indicator,
.calendar-x-event.cancelled .active-indicator {
  background-color: #191919;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived.booked_by_patient,
.calendar-x-event.archived.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled.booked_by_patient,
.calendar-x-event.cancelled.booked_by_patient {
  background-color: #4d4d4d;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived.booked_by_patient:hover,
.calendar-x-event.archived.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled.booked_by_patient:hover,
.calendar-x-event.cancelled.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived.booked_by_patient.focused,
.calendar-x-event.archived.booked_by_patient.focused,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled.booked_by_patient.focused,
.calendar-x-event.cancelled.booked_by_patient.focused {
  background-color: #404040;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived.booked_by_patient.dragging,
.calendar-x-event.archived.booked_by_patient.dragging,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled.booked_by_patient.dragging,
.calendar-x-event.cancelled.booked_by_patient.dragging {
  background-color: #404040;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived .btn-default,
.calendar-x-event.archived .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled .btn-default,
.calendar-x-event.cancelled .btn-default {
  background-color: #afafaf;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived .icon-light,
.calendar-x-event.archived .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled .icon-light,
.calendar-x-event.cancelled .icon-light {
  color: #dbdbdb;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived.past,
.calendar-x-event.archived.past,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled.past,
.calendar-x-event.cancelled.past {
  background-color: rgba(77, 77, 77, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived .inherit,
.calendar-x-event.archived .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled .inherit,
.calendar-x-event.cancelled .inherit {
  color: #4d4d4d;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived.active,
.calendar-x-event.archived.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled.active,
.calendar-x-event.cancelled.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived:hover,
.calendar-x-event.archived:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled:hover,
.calendar-x-event.cancelled:hover {
  background-color: #333333;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived .label,
.calendar-x-event.archived .label,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled .label,
.calendar-x-event.cancelled .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #191919;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived .label.client-waiting,
.calendar-x-event.archived .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled .label.client-waiting,
.calendar-x-event.cancelled .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived .checked-in-indicator,
.calendar-x-event.archived .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled .checked-in-indicator,
.calendar-x-event.cancelled .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived .active-indicator,
.calendar-x-event.archived .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled .active-indicator,
.calendar-x-event.cancelled .active-indicator {
  background-color: #191919;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived.booked_by_patient,
.calendar-x-event.archived.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled.booked_by_patient,
.calendar-x-event.cancelled.booked_by_patient {
  background-color: #4d4d4d;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived.booked_by_patient:hover,
.calendar-x-event.archived.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled.booked_by_patient:hover,
.calendar-x-event.cancelled.booked_by_patient:hover {
  background-color: #404040;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived .btn-default,
.calendar-x-event.archived .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled .btn-default,
.calendar-x-event.cancelled .btn-default {
  background-color: #afafaf;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived .icon-light,
.calendar-x-event.archived .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled .icon-light,
.calendar-x-event.cancelled .icon-light {
  color: #dbdbdb;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived.past,
.calendar-x-event.archived.past,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled.past,
.calendar-x-event.cancelled.past {
  background-color: rgba(77, 77, 77, 0.85);
  color: rgba(230, 230, 230, 0.85);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived.past.active,
.calendar-x-event.archived.past.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled.past.active,
.calendar-x-event.cancelled.past.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived.past:hover,
.calendar-x-event.archived.past:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled.past:hover,
.calendar-x-event.cancelled.past:hover {
  background-color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.archived.past:focus,
.calendar-x-event.archived.past:focus,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.cancelled.past:focus,
.calendar-x-event.cancelled.past:focus {
  background-color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show,
.calendar-x-event.no-show {
  background-color: #eb9191;
  background-image: url(/assets/a75791c3685af9fb.png);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show .inherit,
.calendar-x-event.no-show .inherit {
  color: #eb9191;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show.active,
.calendar-x-event.no-show.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show:hover,
.calendar-x-event.no-show:hover {
  background-color: #e56f6f;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show:focus,
.calendar-x-event.no-show:focus {
  background-color: #e56f6f;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show .label,
.calendar-x-event.no-show .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #e25e5e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show .label.client-waiting,
.calendar-x-event.no-show .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show .checked-in-indicator,
.calendar-x-event.no-show .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show .active-indicator,
.calendar-x-event.no-show .active-indicator {
  background-color: #e25e5e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show.booked_by_patient,
.calendar-x-event.no-show.booked_by_patient {
  background-color: #eb9191;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show.booked_by_patient:hover,
.calendar-x-event.no-show.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show.booked_by_patient.focused,
.calendar-x-event.no-show.booked_by_patient.focused {
  background-color: #e77c7c;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show.booked_by_patient.dragging,
.calendar-x-event.no-show.booked_by_patient.dragging {
  background-color: #e77c7c;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show .btn-default,
.calendar-x-event.no-show .btn-default {
  background-color: #f6cece;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show .icon-light,
.calendar-x-event.no-show .icon-light {
  color: #fbe9e9;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show.past,
.calendar-x-event.no-show.past {
  background-color: rgba(235, 145, 145, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show .inherit,
.calendar-x-event.no-show .inherit {
  color: #eb9191;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show.active,
.calendar-x-event.no-show.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show:hover,
.calendar-x-event.no-show:hover {
  background-color: #e56f6f;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show .label,
.calendar-x-event.no-show .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #e25e5e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show .label.client-waiting,
.calendar-x-event.no-show .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show .checked-in-indicator,
.calendar-x-event.no-show .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show .active-indicator,
.calendar-x-event.no-show .active-indicator {
  background-color: #e25e5e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show.booked_by_patient,
.calendar-x-event.no-show.booked_by_patient {
  background-color: #eb9191;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show.booked_by_patient:hover,
.calendar-x-event.no-show.booked_by_patient:hover {
  background-color: #e77c7c;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show .btn-default,
.calendar-x-event.no-show .btn-default {
  background-color: #f6cece;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.no-show .icon-light,
.calendar-x-event.no-show .icon-light {
  color: #fbe9e9;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in,
.calendar-x-event.checked_in {
  background-color: #bce2ba;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in .inherit,
.calendar-x-event.checked_in .inherit {
  color: #bce2ba;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in.active,
.calendar-x-event.checked_in.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in:hover,
.calendar-x-event.checked_in:hover {
  background-color: #a0d69d;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in:focus,
.calendar-x-event.checked_in:focus {
  background-color: #a0d69d;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in .label,
.calendar-x-event.checked_in .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #92d08f;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in .label.client-waiting,
.calendar-x-event.checked_in .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in .checked-in-indicator,
.calendar-x-event.checked_in .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in .active-indicator,
.calendar-x-event.checked_in .active-indicator {
  background-color: #92d08f;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in.booked_by_patient,
.calendar-x-event.checked_in.booked_by_patient {
  background-color: #bce2ba;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in.booked_by_patient:hover,
.calendar-x-event.checked_in.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in.booked_by_patient.focused,
.calendar-x-event.checked_in.booked_by_patient.focused {
  background-color: #abdaa8;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in.booked_by_patient.dragging,
.calendar-x-event.checked_in.booked_by_patient.dragging {
  background-color: #abdaa8;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in .btn-default,
.calendar-x-event.checked_in .btn-default {
  background-color: #e1f2e0;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in .icon-light,
.calendar-x-event.checked_in .icon-light {
  color: #f2f9f1;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in.past,
.calendar-x-event.checked_in.past {
  background-color: rgba(188, 226, 186, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in .inherit,
.calendar-x-event.checked_in .inherit {
  color: #bce2ba;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in.active,
.calendar-x-event.checked_in.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in:hover,
.calendar-x-event.checked_in:hover {
  background-color: #a0d69d;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in .label,
.calendar-x-event.checked_in .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #92d08f;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in .label.client-waiting,
.calendar-x-event.checked_in .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in .checked-in-indicator,
.calendar-x-event.checked_in .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in .active-indicator,
.calendar-x-event.checked_in .active-indicator {
  background-color: #92d08f;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in.booked_by_patient,
.calendar-x-event.checked_in.booked_by_patient {
  background-color: #bce2ba;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in.booked_by_patient:hover,
.calendar-x-event.checked_in.booked_by_patient:hover {
  background-color: #abdaa8;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in .btn-default,
.calendar-x-event.checked_in .btn-default {
  background-color: #e1f2e0;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in .icon-light,
.calendar-x-event.checked_in .icon-light {
  color: #f2f9f1;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived,
.calendar-x-event.arrived {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived .inherit,
.calendar-x-event.arrived .inherit {
  color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived.active,
.calendar-x-event.arrived.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived:hover,
.calendar-x-event.arrived:hover {
  background-color: #64b762;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived:focus,
.calendar-x-event.arrived:focus {
  background-color: #64b762;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived .label,
.calendar-x-event.arrived .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #57b154;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived .label.client-waiting,
.calendar-x-event.arrived .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived .checked-in-indicator,
.calendar-x-event.arrived .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived .active-indicator,
.calendar-x-event.arrived .active-indicator {
  background-color: #57b154;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived.booked_by_patient,
.calendar-x-event.arrived.booked_by_patient {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived.booked_by_patient:hover,
.calendar-x-event.arrived.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived.booked_by_patient.focused,
.calendar-x-event.arrived.booked_by_patient.focused {
  background-color: #6fbc6d;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived.booked_by_patient.dragging,
.calendar-x-event.arrived.booked_by_patient.dragging {
  background-color: #6fbc6d;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived .btn-default,
.calendar-x-event.arrived .btn-default {
  background-color: #c6e4c5;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived .icon-light,
.calendar-x-event.arrived .icon-light {
  color: #e6f3e5;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived.past,
.calendar-x-event.arrived.past {
  background-color: rgba(128, 196, 126, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived .inherit,
.calendar-x-event.arrived .inherit {
  color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived.active,
.calendar-x-event.arrived.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived:hover,
.calendar-x-event.arrived:hover {
  background-color: #64b762;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived .label,
.calendar-x-event.arrived .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #57b154;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived .label.client-waiting,
.calendar-x-event.arrived .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived .checked-in-indicator,
.calendar-x-event.arrived .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived .active-indicator,
.calendar-x-event.arrived .active-indicator {
  background-color: #57b154;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived.booked_by_patient,
.calendar-x-event.arrived.booked_by_patient {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived.booked_by_patient:hover,
.calendar-x-event.arrived.booked_by_patient:hover {
  background-color: #6fbc6d;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived .btn-default,
.calendar-x-event.arrived .btn-default {
  background-color: #c6e4c5;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.arrived .icon-light,
.calendar-x-event.arrived .icon-light {
  color: #e6f3e5;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid,
.calendar-x-event.paid {
  background-color: #4eae79;
  color: #1a1a1a;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid .inherit,
.calendar-x-event.paid .inherit {
  color: #4eae79;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid.active,
.calendar-x-event.paid.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid:hover,
.calendar-x-event.paid:hover {
  background-color: #419265;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid:focus,
.calendar-x-event.paid:focus {
  background-color: #419265;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid .label,
.calendar-x-event.paid .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #3b845c;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid .label.client-waiting,
.calendar-x-event.paid .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid .checked-in-indicator,
.calendar-x-event.paid .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid .active-indicator,
.calendar-x-event.paid .active-indicator {
  background-color: #3b845c;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid.booked_by_patient,
.calendar-x-event.paid.booked_by_patient {
  background-color: #4eae79;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid.booked_by_patient:hover,
.calendar-x-event.paid.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid.booked_by_patient.focused,
.calendar-x-event.paid.booked_by_patient.focused {
  background-color: #469c6d;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid.booked_by_patient.dragging,
.calendar-x-event.paid.booked_by_patient.dragging {
  background-color: #469c6d;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid .btn-default,
.calendar-x-event.paid .btn-default {
  background-color: #afdbc3;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid .icon-light,
.calendar-x-event.paid .icon-light {
  color: #dcefe4;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid.past,
.calendar-x-event.paid.past {
  background-color: rgba(78, 174, 121, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid .inherit,
.calendar-x-event.paid .inherit {
  color: #4eae79;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid.active,
.calendar-x-event.paid.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid:hover,
.calendar-x-event.paid:hover {
  background-color: #419265;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid .label,
.calendar-x-event.paid .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #3b845c;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid .label.client-waiting,
.calendar-x-event.paid .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid .checked-in-indicator,
.calendar-x-event.paid .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid .active-indicator,
.calendar-x-event.paid .active-indicator {
  background-color: #3b845c;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid.booked_by_patient,
.calendar-x-event.paid.booked_by_patient {
  background-color: #4eae79;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid.booked_by_patient:hover,
.calendar-x-event.paid.booked_by_patient:hover {
  background-color: #469c6d;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid .btn-default,
.calendar-x-event.paid .btn-default {
  background-color: #afdbc3;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.paid .icon-light,
.calendar-x-event.paid .icon-light {
  color: #dcefe4;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.shift,
.calendar-x-event.shift {
  color: #b3b3b3;
  background-color: rgba(64, 145, 149, 0.25);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.shift .label,
.calendar-x-event.shift .label {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block,
.calendar-x-event.waitlist-block {
  background-color: #474747;
  color: #ffffff;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block .inherit,
.calendar-x-event.waitlist-block .inherit {
  color: #474747;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block.active,
.calendar-x-event.waitlist-block.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block:hover,
.calendar-x-event.waitlist-block:hover {
  background-color: #333333;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block:focus,
.calendar-x-event.waitlist-block:focus {
  background-color: #333333;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block .label,
.calendar-x-event.waitlist-block .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #282828;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block .label.client-waiting,
.calendar-x-event.waitlist-block .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block .checked-in-indicator,
.calendar-x-event.waitlist-block .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block .active-indicator,
.calendar-x-event.waitlist-block .active-indicator {
  background-color: #282828;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block.booked_by_patient,
.calendar-x-event.waitlist-block.booked_by_patient {
  background-color: #474747;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block.booked_by_patient:hover,
.calendar-x-event.waitlist-block.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block.booked_by_patient.focused,
.calendar-x-event.waitlist-block.booked_by_patient.focused {
  background-color: #3a3a3a;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block.booked_by_patient.dragging,
.calendar-x-event.waitlist-block.booked_by_patient.dragging {
  background-color: #3a3a3a;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block .btn-default,
.calendar-x-event.waitlist-block .btn-default {
  background-color: #acacac;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block .icon-light,
.calendar-x-event.waitlist-block .icon-light {
  color: #dadada;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block.past,
.calendar-x-event.waitlist-block.past {
  background-color: rgba(71, 71, 71, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block .inherit,
.calendar-x-event.waitlist-block .inherit {
  color: #474747;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block.active,
.calendar-x-event.waitlist-block.active,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block:hover,
.calendar-x-event.waitlist-block:hover {
  background-color: #333333;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block .label,
.calendar-x-event.waitlist-block .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #282828;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block .label.client-waiting,
.calendar-x-event.waitlist-block .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block .checked-in-indicator,
.calendar-x-event.waitlist-block .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block .active-indicator,
.calendar-x-event.waitlist-block .active-indicator {
  background-color: #282828;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block.booked_by_patient,
.calendar-x-event.waitlist-block.booked_by_patient {
  background-color: #474747;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block.booked_by_patient:hover,
.calendar-x-event.waitlist-block.booked_by_patient:hover {
  background-color: #3a3a3a;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block .btn-default,
.calendar-x-event.waitlist-block .btn-default {
  background-color: #acacac;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block .icon-light,
.calendar-x-event.waitlist-block .icon-light {
  color: #dadada;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.waitlist-block svg,
.calendar-x-event.waitlist-block svg {
  color: #fba919;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.readonly,
.calendar-x-event.readonly {
  opacity: 0.6;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .label.unpaid,
.calendar-x-event .label.unpaid,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .label.uninvoiced,
.calendar-x-event .label.uninvoiced {
  background-color: #f19a04;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .checked-in-indicator,
.calendar-x-event .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .active-indicator,
.calendar-x-event .active-indicator {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 38px;
  background-color: rgba(64, 145, 149, 0.12);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .checked-in-indicator svg,
.calendar-x-event .checked-in-indicator svg,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .active-indicator svg,
.calendar-x-event .active-indicator svg {
  display: none;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .checked-in-indicator a.thumb,
.calendar-x-event .checked-in-indicator a.thumb,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .active-indicator a.thumb,
.calendar-x-event .active-indicator a.thumb {
  margin-top: 4px;
  margin-left: 4px;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.active:not(.break):not(.class_booking) .checked-in-indicator svg,
.calendar-x-event.active:not(.break):not(.class_booking) .checked-in-indicator svg,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.active:not(.break):not(.class_booking) .active-indicator svg,
.calendar-x-event.active:not(.break):not(.class_booking) .active-indicator svg {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .time,
.calendar-x-event .time {
  font-family: 'ProximaNovaRgBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .details,
.calendar-x-event .details {
  text-transform: none;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .details .name,
.calendar-x-event .details .name {
  font-family: 'ProximaNovaRgBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event:not(.condensed) .show-condensed,
.calendar-x-event:not(.condensed) .show-condensed {
  display: none;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.condensed .time,
.calendar-x-event.condensed .time,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.condensed .details,
.calendar-x-event.condensed .details {
  display: inline;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.condensed .show-condensed,
.calendar-x-event.condensed .show-condensed {
  display: inline !important;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.condensed .hide-condensed,
.calendar-x-event.condensed .hide-condensed {
  display: none;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .checked-in-indicator,
.calendar-x-event .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .active-indicator,
.calendar-x-event .active-indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 30px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  -webkit-transform: translate(-30px, 0);
  -ms-transform: translate(-30px, 0);
  -o-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .checked-in-indicator svg,
.calendar-x-event .checked-in-indicator svg,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .active-indicator svg,
.calendar-x-event .active-indicator svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -10px;
  font-size: 20px;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in .checked-in-indicator,
.calendar-x-event.checked_in .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.active .active-indicator,
.calendar-x-event.active .active-indicator {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .inner-padding,
.calendar-x-event .inner-padding {
  -webkit-transition: padding-left ease-in-out 0.4s;
  -o-transition: padding-left ease-in-out 0.4s;
  transition: padding-left ease-in-out 0.4s;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.checked_in .inner-padding,
.calendar-x-event.checked_in .inner-padding,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.active .inner-padding,
.calendar-x-event.active .inner-padding {
  padding-left: 34px;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .inner-padding,
.calendar-x-event .inner-padding {
  padding: 6px;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.condensed .inner-padding,
.calendar-x-event.condensed .inner-padding {
  padding: 3px 6px;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.condensed.checked_in .inner-padding,
.calendar-x-event.condensed.checked_in .inner-padding,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.condensed.active .inner-padding,
.calendar-x-event.condensed.active .inner-padding {
  padding-left: 34px;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .notes,
.calendar-x-event .notes {
  opacity: 0;
  margin-top: 3px;
  -webkit-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.hover-expand,
.calendar-x-event.hover-expand {
  z-index: 99998;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.hover-expand .notes,
.calendar-x-event.hover-expand .notes {
  opacity: 1;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.birthday_visit,
.calendar-x-event.birthday_visit {
  background-image: url(/assets/c85cdd85bbda0051.png);
  background-size: cover;
  background-position: right top;
  background-blend-mode: overlay;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event .resize-control,
.calendar-x-event .resize-control {
  position: absolute;
  bottom: 3px;
  right: 3px;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.focused,
.calendar-x-event.focused {
  overflow: visible !important;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.focused .checked-in-indicator,
.calendar-x-event.focused .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event.focused .active-indicator,
.calendar-x-event.focused .active-indicator {
  display: none;
}
.foreground-container .calendar-x-event.shift {
  background-color: #00cbd4;
  color: #333333;
}
.foreground-container .calendar-x-event.shift .inherit {
  color: #00cbd4;
}
.foreground-container .calendar-x-event.shift.active,
.foreground-container .calendar-x-event.shift:hover {
  background-color: #00a4ab;
}
.foreground-container .calendar-x-event.shift:focus {
  background-color: #00a4ab;
}
.foreground-container .calendar-x-event.shift .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #009097;
}
.foreground-container .calendar-x-event.shift .label.client-waiting {
  background-color: #80c47e;
}
.foreground-container .calendar-x-event.shift .checked-in-indicator,
.foreground-container .calendar-x-event.shift .active-indicator {
  background-color: #009097;
}
.foreground-container .calendar-x-event.shift.booked_by_patient {
  background-color: #00cbd4;
}
.foreground-container .calendar-x-event.shift.booked_by_patient:hover,
.foreground-container .calendar-x-event.shift.booked_by_patient.focused {
  background-color: #00b2bb;
}
.foreground-container .calendar-x-event.shift.booked_by_patient.dragging {
  background-color: #00b2bb;
}
.foreground-container .calendar-x-event.shift .btn-default {
  background-color: #8ce7ec;
}
.foreground-container .calendar-x-event.shift .icon-light {
  color: #ccf5f6;
}
.foreground-container .calendar-x-event.shift.past {
  background-color: rgba(0, 203, 212, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.foreground-container .calendar-x-event.shift .inherit {
  color: #00cbd4;
}
.foreground-container .calendar-x-event.shift.active,
.foreground-container .calendar-x-event.shift:hover {
  background-color: #00a4ab;
}
.foreground-container .calendar-x-event.shift .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #009097;
}
.foreground-container .calendar-x-event.shift .label.client-waiting {
  background-color: #80c47e;
}
.foreground-container .calendar-x-event.shift .checked-in-indicator,
.foreground-container .calendar-x-event.shift .active-indicator {
  background-color: #009097;
}
.foreground-container .calendar-x-event.shift.booked_by_patient {
  background-color: #00cbd4;
}
.foreground-container .calendar-x-event.shift.booked_by_patient:hover {
  background-color: #00b2bb;
}
.foreground-container .calendar-x-event.shift .btn-default {
  background-color: #8ce7ec;
}
.foreground-container .calendar-x-event.shift .icon-light {
  color: #ccf5f6;
}
.calendar.calendar-week ul.staff-days ul.appointments > li .calendar-x-event:focus,
.calendar-x-event:focus {
  outline: none;
}
.calendar-x-staff-name {
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  line-height: 1;
  padding: 4px 4px 4px 6px;
}
.calendar-x-staff-name.compact {
  padding-left: 3px;
  padding-right: 0px;
}
.calendar-x-staff-name .thumb {
  min-width: 35px;
}
.calendar-x-staff-name .initials {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 17px;
}
.calendar-x-staff-name .initials.large {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.calendar-x-staff-name .initials.small {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.calendar-x-staff-name a {
  display: block;
  white-space: normal;
}
.calendar-x-staff-name span.name,
.calendar-x-staff-name a.name {
  padding-left: 2px;
  flex-grow: 3;
  max-height: 35px;
  overflow: hidden;
}
.calendar-x-staff-name .badge {
  flex-basis: 1;
}
.calendar-x-staff-name .calendar-badge-default {
  background-color: #aaaaaa;
}
.calendar-x-staff-name .calendar-badge-default:hover {
  background-color: #919191;
}
.calendar-x-staff-name .calendar-badge-success {
  color: black;
  background-color: #e4c375;
}
.calendar-x-staff-name .calendar-badge-success:hover {
  background-color: #dcb04a;
}
ul.resource-columns,
ul.staff-names,
ul.disciplines,
ul.headings,
ul.rooms,
ul.wait-list-container,
ul.staff-days,
ul.staff-rooms,
ul.days {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style: none;
}
ul.resource-columns > li.cell,
ul.staff-names > li.cell,
ul.disciplines > li.cell,
ul.headings > li.cell,
ul.rooms > li.cell,
ul.wait-list-container > li.cell,
ul.staff-days > li.cell,
ul.staff-rooms > li.cell,
ul.days > li.cell {
  flex: 1;
}
ul.resource-columns li.cell.staff-day,
ul.staff-names li.cell.staff-day,
ul.disciplines li.cell.staff-day,
ul.headings li.cell.staff-day,
ul.rooms li.cell.staff-day,
ul.wait-list-container li.cell.staff-day,
ul.staff-days li.cell.staff-day,
ul.staff-rooms li.cell.staff-day,
ul.days li.cell.staff-day {
  border-left: 1px solid #cccccc;
  margin-left: -1px;
}
ul.staff-names > li.cell > div.calendar-x-staff-name {
  border-right: 1px dashed #cccccc !important;
}
ul.staff-names > li.cell:last-child > div.calendar-x-staff-name {
  border-right: 1px solid #cccccc !important;
}
ul.headings,
ul.rooms,
ul.staff-rooms,
ul.disciplines,
ul.wait-list,
ul.days {
  border-left: 1px solid #cccccc;
  margin-left: -1px;
}
ul.headings > li.cell > div,
ul.rooms > li.cell > div,
ul.staff-rooms > li.cell > div,
ul.disciplines > li.cell > div,
ul.wait-list > li.cell > div,
ul.days > li.cell > div {
  border-right: 1px solid #cccccc;
}
ul.headings > li.cell ul.resource-columns,
ul.rooms > li.cell ul.resource-columns,
ul.staff-rooms > li.cell ul.resource-columns,
ul.disciplines > li.cell ul.resource-columns,
ul.wait-list > li.cell ul.resource-columns,
ul.days > li.cell ul.resource-columns,
ul.headings > li.cell > ul.staff-days,
ul.rooms > li.cell > ul.staff-days,
ul.staff-rooms > li.cell > ul.staff-days,
ul.disciplines > li.cell > ul.staff-days,
ul.wait-list > li.cell > ul.staff-days,
ul.days > li.cell > ul.staff-days,
ul.headings > li.cell:last-child,
ul.rooms > li.cell:last-child,
ul.staff-rooms > li.cell:last-child,
ul.disciplines > li.cell:last-child,
ul.wait-list > li.cell:last-child,
ul.days > li.cell:last-child {
  border-right: none;
}
ul.headings > li.cell ul.resource-columns ul.resource-columns > li.cell:last-child > div,
ul.rooms > li.cell ul.resource-columns ul.resource-columns > li.cell:last-child > div,
ul.staff-rooms > li.cell ul.resource-columns ul.resource-columns > li.cell:last-child > div,
ul.disciplines > li.cell ul.resource-columns ul.resource-columns > li.cell:last-child > div,
ul.wait-list > li.cell ul.resource-columns ul.resource-columns > li.cell:last-child > div,
ul.days > li.cell ul.resource-columns ul.resource-columns > li.cell:last-child > div,
ul.headings > li.cell > ul.staff-days ul.resource-columns > li.cell:last-child > div,
ul.rooms > li.cell > ul.staff-days ul.resource-columns > li.cell:last-child > div,
ul.staff-rooms > li.cell > ul.staff-days ul.resource-columns > li.cell:last-child > div,
ul.disciplines > li.cell > ul.staff-days ul.resource-columns > li.cell:last-child > div,
ul.wait-list > li.cell > ul.staff-days ul.resource-columns > li.cell:last-child > div,
ul.days > li.cell > ul.staff-days ul.resource-columns > li.cell:last-child > div,
ul.headings > li.cell:last-child ul.resource-columns > li.cell:last-child > div,
ul.rooms > li.cell:last-child ul.resource-columns > li.cell:last-child > div,
ul.staff-rooms > li.cell:last-child ul.resource-columns > li.cell:last-child > div,
ul.disciplines > li.cell:last-child ul.resource-columns > li.cell:last-child > div,
ul.wait-list > li.cell:last-child ul.resource-columns > li.cell:last-child > div,
ul.days > li.cell:last-child ul.resource-columns > li.cell:last-child > div,
ul.headings > li.cell ul.resource-columns > ul.staff-days > li.cell:last-child > div,
ul.rooms > li.cell ul.resource-columns > ul.staff-days > li.cell:last-child > div,
ul.staff-rooms > li.cell ul.resource-columns > ul.staff-days > li.cell:last-child > div,
ul.disciplines > li.cell ul.resource-columns > ul.staff-days > li.cell:last-child > div,
ul.wait-list > li.cell ul.resource-columns > ul.staff-days > li.cell:last-child > div,
ul.days > li.cell ul.resource-columns > ul.staff-days > li.cell:last-child > div,
ul.headings > li.cell > ul.staff-days > ul.staff-days > li.cell:last-child > div,
ul.rooms > li.cell > ul.staff-days > ul.staff-days > li.cell:last-child > div,
ul.staff-rooms > li.cell > ul.staff-days > ul.staff-days > li.cell:last-child > div,
ul.disciplines > li.cell > ul.staff-days > ul.staff-days > li.cell:last-child > div,
ul.wait-list > li.cell > ul.staff-days > ul.staff-days > li.cell:last-child > div,
ul.days > li.cell > ul.staff-days > ul.staff-days > li.cell:last-child > div,
ul.headings > li.cell:last-child > ul.staff-days > li.cell:last-child > div,
ul.rooms > li.cell:last-child > ul.staff-days > li.cell:last-child > div,
ul.staff-rooms > li.cell:last-child > ul.staff-days > li.cell:last-child > div,
ul.disciplines > li.cell:last-child > ul.staff-days > li.cell:last-child > div,
ul.wait-list > li.cell:last-child > ul.staff-days > li.cell:last-child > div,
ul.days > li.cell:last-child > ul.staff-days > li.cell:last-child > div,
ul.headings > li.cell ul.resource-columns > ul.staff-names > li.cell:last-child > div,
ul.rooms > li.cell ul.resource-columns > ul.staff-names > li.cell:last-child > div,
ul.staff-rooms > li.cell ul.resource-columns > ul.staff-names > li.cell:last-child > div,
ul.disciplines > li.cell ul.resource-columns > ul.staff-names > li.cell:last-child > div,
ul.wait-list > li.cell ul.resource-columns > ul.staff-names > li.cell:last-child > div,
ul.days > li.cell ul.resource-columns > ul.staff-names > li.cell:last-child > div,
ul.headings > li.cell > ul.staff-days > ul.staff-names > li.cell:last-child > div,
ul.rooms > li.cell > ul.staff-days > ul.staff-names > li.cell:last-child > div,
ul.staff-rooms > li.cell > ul.staff-days > ul.staff-names > li.cell:last-child > div,
ul.disciplines > li.cell > ul.staff-days > ul.staff-names > li.cell:last-child > div,
ul.wait-list > li.cell > ul.staff-days > ul.staff-names > li.cell:last-child > div,
ul.days > li.cell > ul.staff-days > ul.staff-names > li.cell:last-child > div,
ul.headings > li.cell:last-child > ul.staff-names > li.cell:last-child > div,
ul.rooms > li.cell:last-child > ul.staff-names > li.cell:last-child > div,
ul.staff-rooms > li.cell:last-child > ul.staff-names > li.cell:last-child > div,
ul.disciplines > li.cell:last-child > ul.staff-names > li.cell:last-child > div,
ul.wait-list > li.cell:last-child > ul.staff-names > li.cell:last-child > div,
ul.days > li.cell:last-child > ul.staff-names > li.cell:last-child > div {
  border-right: none;
}
ul.disciplines {
  height: 100%;
  border-top: 1px solid #cccccc;
}
ul.disciplines li.cell {
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.disciplines span.discipline-name {
  display: inline-block;
  padding: 4px;
  color: #777777;
  white-space: nowrap;
}
ul.staff-names {
  display: table;
  table-layout: fixed;
}
ul.staff-names > li.cell {
  display: table-cell;
}
li.today .date a {
  color: #f19a04;
  font-family: 'ProximaNovaRgBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
li.today .date a:hover {
  color: #bf7a03;
}
.requested-appointment {
  border-radius: 5px;
  padding: 6px;
  background-color: #e4c375;
}
.requested-appointment:hover,
.requested-appointment:focus {
  background: #dcb04a;
}
.requested-appointment:focus {
  outline: none;
}
.requested-appointment [class*='icon-'] {
  font-size: 120%;
  color: rgba(255, 255, 255, 0.6);
}
ul.wait-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.date .date-inner {
  display: inline-block;
}
.calendar-x .headings-container .cell.compact button {
  height: 46px;
  width: 27px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
}
.calendar-x .headings-container .cell.compact button i {
  margin-top: 14px;
}
.calendar-x .headings-container .cell.compact .calendar-x-staff-name.compact button {
  border-radius: 10px;
  height: auto;
  padding: 0.4em;
}
.calendar-x .headings-container .cell.compact ul.staff-names {
  height: auto;
}
.calendar-x .resize-handle-top-x,
.calendar-x .resize-handle-bottom-x {
  position: absolute;
  display: block;
  z-index: 99999;
}
.calendar-x .resize-handle-top-x > span,
.calendar-x .resize-handle-bottom-x > span {
  display: block;
  border: 3px solid #ffffff;
  background-color: #00c1ca;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  -webkit-box-shadow: 4px #555555;
  box-shadow: 4px #555555;
}
.calendar-x .resize-handle-top-x:hover > span,
.calendar-x .resize-handle-bottom-x:hover > span {
  background-color: #009097;
}
.calendar-x .resize-handle-top-x {
  top: -13px;
  right: 15%;
}
.calendar-x .resize-handle-bottom-x {
  bottom: 0;
  left: 15%;
}
ul.calendar-x-shifts {
  cursor: pointer;
  position: relative;
  height: 100%;
}
ul.calendar-x-shifts li.shift {
  position: absolute;
}
.shift .staff-member {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 38px;
  background-color: rgba(64, 145, 149, 0.12);
}
.shift .staff-member img {
  margin-top: 4px;
  margin-left: 4px;
}
.shift .staff-member .initials {
  margin-top: 4px;
  margin-left: 4px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 17px;
}
.shift .staff-member .initials.large {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.shift .staff-member .initials.small {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.shift .staff-member ~ .inner-padding {
  padding-left: 42px;
}
ul.staff-rooms ul.shifts,
ul.staff-rooms ul.appointments {
  position: relative;
}
ul.staff-rooms ul.shifts .break,
ul.staff-rooms ul.appointments .break,
ul.staff-rooms ul.shifts .shift,
ul.staff-rooms ul.appointments .shift,
ul.staff-rooms ul.shifts .appointment,
ul.staff-rooms ul.appointments .appointment {
  position: absolute;
}
ul.staff-rooms .events-container {
  position: relative;
}
ul.staff-rooms .foreground-container {
  position: absolute;
  left: 38px;
  top: 0;
  right: 0;
  bottom: 0;
}
li.shifts-mode.room-day .staff-rooms .foreground-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.staff-list-empty-modal-img {
  width: 50%;
  margin: 0 auto;
  display: flex;
}
.calendar-x ul.rooms .room .room-name {
  color: #0fb3bb !important;
  cursor: pointer;
}
.calendar-x .events-container {
  position: relative;
  height: 100%;
}
.calendar-x .events-container .background-container.events-container-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.calendar.calendar-with-alert {
  top: 115px;
}
.calendar.calendar-week .days-scroll-container {
  padding-left: 45px;
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.calendar.calendar-week .days-scroll-container.no-scroll {
  overflow-y: hidden;
}
.daysheet .headings-container {
  overflow-y: hidden !important;
}
.staff-list-treatment {
  text-align: left !important;
  white-space: normal !important;
  line-height: 16px;
}
.staff-list-treatment .btn-default {
  padding-left: 8px;
  padding-right: 8px;
}
.staff-list-treatment.bg-light-primary {
  background-color: #ddecec !important;
}
.staff-list-treatment.bg-light-user1 {
  background-color: #f8edd3 !important;
}
.staff-list-treatment.bg-light-user2 {
  background-color: #ebebf1 !important;
}
.staff-list-treatment.bg-light-user3 {
  background-color: #f8dbbf !important;
}
.staff-list-treatment.bg-light-user4 {
  background-color: #c2d9e2 !important;
}
.staff-list-treatment.bg-light-user5 {
  background-color: #b7c7b1 !important;
}
.staff-list-treatment.bg-light-user6 {
  background-color: #ebd8e6 !important;
}
.staff-list-treatment.bg-light-user7 {
  background-color: #f7dfe6 !important;
}
.staff-list-treatment.bg-light-user8 {
  background-color: #daefe7 !important;
}
.staff-list-treatment.bg-light-user9 {
  background-color: #dec1c2 !important;
}
.list-group-item.disable-on-shift.active {
  z-index: 2;
  color: #333333;
  border-color: #c3c3c3 !important;
}
.bottom.user-list ul button.disable-on-shift {
  text-align: left;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.bottom.user-list ul button.disable-on-shift.active {
  background-color: #b6e6e6;
}
.cards.cards-wrap {
  flex-wrap: wrap;
  overflow-x: initial;
  margin: -5px -12px;
  padding: 10px;
}
.cards,
.cards > span {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  float: left;
}
.cards .card,
.cards > span .card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-items: center;
  position: relative;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  height: 200px;
  max-height: 200px;
  margin-right: 20px;
  overflow: hidden;
  color: #555555;
  text-align: center;
  box-shadow: 0 0 3px #ccc;
  margin: 10px;
  border-radius: 2px;
  padding: 20px;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
.cards .card.active,
.cards > span .card.active {
  box-shadow: 0 0 12px 0px #bf7a03;
}
.cards .card .card-content,
.cards > span .card .card-content {
  margin: auto;
  max-width: 160px;
  max-height: 160px;
  text-overflow: ellipsis;
  overflow: hidden;
  z-index: 101;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
.cards .card h3,
.cards > span .card h3 {
  /* this text contains Jane's custom symbols which are only available in this font */
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.cards .card .tile-bar,
.cards > span .card .tile-bar {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 103;
}
.cards .card .card-bar,
.cards > span .card .card-bar {
  position: absolute;
  padding: 5px 10px;
  left: 0;
  width: 100%;
  z-index: 102;
}
.cards .card .card-bar.filled,
.cards > span .card .card-bar.filled {
  background-color: rgba(255, 255, 255, 0.4);
}
.cards .card .card-bar.bottom,
.cards > span .card .card-bar.bottom {
  bottom: 0;
}
.cards .card .card-bar.top,
.cards > span .card .card-bar.top {
  top: 0;
}
.cards .card .top-right,
.cards > span .card .top-right {
  position: absolute;
  top: 5px;
  right: 8px;
  z-index: 102;
}
.cards .card.user1,
.cards > span .card.user1 {
  background-color: #efd59a;
}
.cards .card.user2,
.cards > span .card.user2 {
  background-color: #c4c4d6;
}
.cards .card.user3,
.cards > span .card.user3 {
  background-color: #f1b37a;
}
.cards .card.user4,
.cards > span .card.user4 {
  background-color: #8eb8c9;
}
.cards .card-photo,
.cards > span .card-photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  border-radius: 3px;
  opacity: 0.8;
  z-index: 100;
}
.file-list-thumbnail {
  width: 40px;
  height: 40px;
  background-size: cover;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center center;
}
@-webkit-keyframes jiggle {
  0% {
    -webkit-transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
  }
}
.calendar-week ul.days > li.cell,
.calendar-week.minute96 ul.days > li.cell {
  background-repeat: repeat;
  background-size: 200px 96px;
}
.calendar-week ul.days > li.cell.past,
.calendar-week.minute96 ul.days > li.cell.past {
  background-color: #eeeeee;
}
.calendar-week.grid5 ul.days > li.cell,
.calendar-week.minute96.grid5 ul.days > li.cell {
  background-image: url(/assets/fb2d05801e41b6bf.png);
}
.calendar-week.grid10 ul.days > li.cell,
.calendar-week.minute96.grid10 ul.days > li.cell {
  background-image: url(/assets/9e293d31d6678ef4.png);
}
.calendar-week ul.days > li.cell,
.calendar-week.minute96 ul.days > li.cell,
.calendar-week.grid15 ul.days > li.cell,
.calendar-week.minute96.grid15 ul.days > li.cell {
  background-image: url(/assets/705800b712f69b6d.png);
}
.calendar-week.grid20 ul.days > li.cell,
.calendar-week.minute96.grid20 ul.days > li.cell {
  background-image: url(/assets/e8eef1c8285adf3b.png);
}
.calendar-week.grid30 ul.days > li.cell,
.calendar-week.minute96.grid30 ul.days > li.cell {
  background-image: url(/assets/2d2541885362bc96.png);
}
.calendar-week.grid60 ul.days > li.cell,
.calendar-week.minute96.grid60 ul.days > li.cell {
  background-image: url(/assets/703f76033e0802f9.png);
}
.calendar-week.minute240 ul.days > li.cell {
  background-repeat: repeat;
  background-size: 200px 240px;
}
.calendar-week.minute240 ul.days > li.cell.past {
  background-color: #eeeeee;
}
.calendar-week.minute240.grid5 ul.days > li.cell {
  background-image: url(/assets/21beaeacdf2c604b.png);
}
.calendar-week.minute240.grid10 ul.days > li.cell {
  background-image: url(/assets/a851609af6f51da3.png);
}
.calendar-week.minute240 ul.days > li.cell,
.calendar-week.minute240.grid15 ul.days > li.cell {
  background-image: url(/assets/b900197a74dd4468.png);
}
.calendar-week.minute240.grid20 ul.days > li.cell {
  background-image: url(/assets/6df3dfcaac843766.png);
}
.calendar-week.minute240.grid30 ul.days > li.cell {
  background-image: url(/assets/c7a2c1e96727f93c.png);
}
.calendar-week.minute240.grid60 ul.days > li.cell {
  background-image: url(/assets/72819f344ef24c54.png);
}
.calendar-week.minute480 ul.days > li.cell {
  background-repeat: repeat;
  background-size: 200px 480px;
}
.calendar-week.minute480 ul.days > li.cell.past {
  background-color: #eeeeee;
}
.calendar-week.minute480.grid5 ul.days > li.cell {
  background-image: url(/assets/53826b1f45d4e26b.png);
}
.calendar-week.minute480.grid10 ul.days > li.cell {
  background-image: url(/assets/699836143d01adcd.png);
}
.calendar-week.minute480 ul.days > li.cell,
.calendar-week.minute480.grid15 ul.days > li.cell {
  background-image: url(/assets/6b712ee25a603313.png);
}
.calendar-week.minute480.grid20 ul.days > li.cell {
  background-image: url(/assets/986e83a18b34fc60.png);
}
.calendar-week.minute480.grid30 ul.days > li.cell {
  background-image: url(/assets/c5257e0279f46182.png);
}
.calendar-week.minute480.grid60 ul.days > li.cell {
  background-image: url(/assets/5de1e51916b39cc0.png);
}
.calendar-week.minute180 ul.days > li.cell {
  background-repeat: repeat;
  background-size: 200px 180px;
}
.calendar-week.minute180 ul.days > li.cell.past {
  background-color: #eeeeee;
}
.calendar-week.minute180.grid5 ul.days > li.cell {
  background-image: url(/assets/e0a9930ebf59e5bf.png);
}
.calendar-week.minute180.grid10 ul.days > li.cell {
  background-image: url(/assets/0921201f8f0785fc.png);
}
.calendar-week.minute180 ul.days > li.cell,
.calendar-week.minute180.grid15 ul.days > li.cell {
  background-image: url(/assets/83aed9c2301c6219.png);
}
.calendar-week.minute180.grid20 ul.days > li.cell {
  background-image: url(/assets/5b1de672836801ca.png);
}
.calendar-week.minute180.grid30 ul.days > li.cell {
  background-image: url(/assets/91546694670a9881.png);
}
.calendar-week.minute180.grid60 ul.days > li.cell {
  background-image: url(/assets/5e92e983d5af39a2.png);
}
.calendar-week.minute120 ul.days > li.cell {
  background-repeat: repeat;
  background-size: 200px 120px;
}
.calendar-week.minute120 ul.days > li.cell.past {
  background-color: #eeeeee;
}
.calendar-week.minute120.grid5 ul.days > li.cell {
  background-image: url(/assets/506c3d39a39953cd.png);
}
.calendar-week.minute120.grid10 ul.days > li.cell {
  background-image: url(/assets/0495789f465d3cc7.png);
}
.calendar-week.minute120 ul.days > li.cell,
.calendar-week.minute120.grid15 ul.days > li.cell {
  background-image: url(/assets/582ea8884937718e.png);
}
.calendar-week.minute120.grid20 ul.days > li.cell {
  background-image: url(/assets/4809060d3ee399e6.png);
}
.calendar-week.minute120.grid30 ul.days > li.cell {
  background-image: url(/assets/d2d640ba5840dc86.png);
}
.calendar-week.minute120.grid60 ul.days > li.cell {
  background-image: url(/assets/97285f654de71374.png);
}
.calendar-week.minute60 ul.days > li.cell {
  background-repeat: repeat;
  background-size: 200px 60px;
}
.calendar-week.minute60 ul.days > li.cell.past {
  background-color: #eeeeee;
}
.calendar-week.minute60.grid5 ul.days > li.cell {
  background-image: url(/assets/63d461a1ca9497c7.png);
}
.calendar-week.minute60.grid10 ul.days > li.cell {
  background-image: url(/assets/ae8eaf0a11c663b4.png);
}
.calendar-week.minute60 ul.days > li.cell,
.calendar-week.minute60.grid15 ul.days > li.cell {
  background-image: url(/assets/4fede26029b4a676.png);
}
.calendar-week.minute60.grid20 ul.days > li.cell {
  background-image: url(/assets/970d6761fb08a755.png);
}
.calendar-week.minute60.grid30 ul.days > li.cell {
  background-image: url(/assets/507ada5428ae7b44.png);
}
.calendar-week.minute60.grid60 ul.days > li.cell {
  background-image: url(/assets/3fac6bcb8bc25fdd.png);
}
.calendar-week-view {
  position: relative;
  width: 100%;
  height: 100%;
}
.calendar-footer {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.prefs-overlay {
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 300px;
  max-width: 100%;
  max-height: 80%;
  overflow: scroll;
}
.prefs-overlay .list-group {
  margin-bottom: 0;
}
.prefs-overlay .list-unstyled a {
  color: #333333;
}
.prefs-overlay .list-unstyled li {
  padding: 3px 0;
}
@media (max-width: 991px) {
  .prefs-overlay {
    bottom: 40px;
  }
}
.calendar {
  position: absolute;
  top: 68px;
  bottom: 60px;
  left: 0;
  right: 0;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #ffffff;
  font-size: 12px;
}
.calendar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.calendar > .fixed-height {
  position: relative;
  height: 100%;
}
.calendar div,
.calendar ul,
.calendar li,
.calendar span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.calendar .inner-padding {
  padding: 6px;
}
.calendar .condensed .inner-padding {
  padding: 3px 6px;
}
.calendar-header {
  height: 50px;
  padding-top: 6px;
}
.calendar-header .formatted-date {
  font-size: 100%;
}
.calendar-header .clipboard-message {
  line-height: 1.2em;
}
a.appointments-shifts.btn.btn-default.active {
  color: #fff;
  background-color: #f19a04;
  border-color: #d88a04;
}
a.appointments-shifts.btn.btn-default.active:hover,
a.appointments-shifts.btn.btn-default.active:focus,
a.appointments-shifts.btn.btn-default.active.focus,
a.appointments-shifts.btn.btn-default.active:active,
a.appointments-shifts.btn.btn-default.active.active,
.open > .dropdown-togglea.appointments-shifts.btn.btn-default.active {
  color: #fff;
  background-color: #bf7a03;
  border-color: #9c6403;
}
a.appointments-shifts.btn.btn-default.active:active,
a.appointments-shifts.btn.btn-default.active.active,
.open > .dropdown-togglea.appointments-shifts.btn.btn-default.active {
  background-image: none;
}
a.appointments-shifts.btn.btn-default.active.disabled,
a.appointments-shifts.btn.btn-default.active[disabled],
fieldset[disabled] a.appointments-shifts.btn.btn-default.active,
a.appointments-shifts.btn.btn-default.active.disabled:hover,
a.appointments-shifts.btn.btn-default.active[disabled]:hover,
fieldset[disabled] a.appointments-shifts.btn.btn-default.active:hover,
a.appointments-shifts.btn.btn-default.active.disabled:focus,
a.appointments-shifts.btn.btn-default.active[disabled]:focus,
fieldset[disabled] a.appointments-shifts.btn.btn-default.active:focus,
a.appointments-shifts.btn.btn-default.active.disabled.focus,
a.appointments-shifts.btn.btn-default.active[disabled].focus,
fieldset[disabled] a.appointments-shifts.btn.btn-default.active.focus,
a.appointments-shifts.btn.btn-default.active.disabled:active,
a.appointments-shifts.btn.btn-default.active[disabled]:active,
fieldset[disabled] a.appointments-shifts.btn.btn-default.active:active,
a.appointments-shifts.btn.btn-default.active.disabled.active,
a.appointments-shifts.btn.btn-default.active[disabled].active,
fieldset[disabled] a.appointments-shifts.btn.btn-default.active.active {
  background-color: #f19a04;
  border-color: #d88a04;
}
a.appointments-shifts.btn.btn-default.active .badge {
  color: #f19a04;
  background-color: #fff;
}
.no-flexbox .calendar.calendar-week ul.headings,
.no-flexbox .calendar.calendar-week ul.rooms,
.no-flexbox .calendar.calendar-week ul.staff-rooms,
.no-flexbox .calendar.calendar-week ul.disciplines,
.no-flexbox .calendar.calendar-week ul.wait-list,
.no-flexbox .calendar.calendar-week ul.wait-list-container,
.no-flexbox .calendar.calendar-week ul.days {
  display: table;
  white-space: nowrap;
  min-width: 100%;
}
.no-flexbox .calendar.calendar-week ul.headings > li.cell,
.no-flexbox .calendar.calendar-week ul.rooms > li.cell,
.no-flexbox .calendar.calendar-week ul.staff-rooms > li.cell,
.no-flexbox .calendar.calendar-week ul.disciplines > li.cell,
.no-flexbox .calendar.calendar-week ul.wait-list > li.cell,
.no-flexbox .calendar.calendar-week ul.wait-list-container > li.cell,
.no-flexbox .calendar.calendar-week ul.days > li.cell {
  display: table-cell;
  min-width: 60px;
}
.no-flexbox .calendar.calendar-week ul.headings ul.staff-names {
  display: table;
  table-layout: fixed;
}
.no-flexbox .calendar.calendar-week ul.headings ul.staff-names > li.cell {
  display: table-cell;
}
.no-flexbox .calendar.calendar-week ul.staff-days {
  display: table;
  white-space: nowrap;
  min-width: 100%;
  width: 100%;
  height: 100%;
}
.no-flexbox .calendar.calendar-week ul.staff-days > li.cell {
  display: table-cell;
}
.calendar.calendar-week {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  /* Flex Layout */
}
.calendar.calendar-week .time-bar {
  height: 1px;
  border-top: 1px solid #00c1ca;
  position: absolute;
  margin-top: -1px;
  top: 0;
  left: 3px;
  right: 0;
}
.calendar.calendar-week .time-bar span {
  position: relative;
  top: -10px;
  padding: 2px 4px;
  display: inline-block;
  background-color: #00c1ca;
  color: #ffffff;
  border-radius: 3px;
  z-index: 50;
}
.calendar.calendar-week .time-bar.current-time {
  border-top: 2px solid #555555;
}
.calendar.calendar-week .time-bar.current-time span {
  background-color: #555555;
}
.calendar.calendar-week .calendar-inner {
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.calendar.calendar-week li.cell {
  overflow: hidden;
  display: inline-block;
  border-left: 0;
  height: 100%;
  vertical-align: top;
  -webkit-overflow-scrolling: auto;
}
.calendar.calendar-week .hours-container ul {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #ffffff;
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  overflow: hidden;
  color: #919191;
  text-align: right;
}
.calendar.calendar-week .hours-container ul li {
  padding-right: 5px;
}
.calendar.calendar-week .hours-container ul.scroll-overlay {
  -webkit-box-shadow: 0px 0px 14px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 14px 0 rgba(0, 0, 0, 0.4);
}
.calendar.calendar-week ul.rooms {
  border-bottom: 4px double #ccc;
  height: 100%;
  border-top: 1px solid #cccccc;
}
.calendar.calendar-week ul.rooms li.cell {
  height: 100%;
  overflow: hidden;
  text-overflow: 'ellipsis';
}
.calendar.calendar-week ul.rooms span.room-name {
  display: inline-block;
  padding: 4px;
  color: #777777;
}
.calendar.calendar-week ul.disciplines {
  height: 100%;
  border-top: 1px solid #cccccc;
}
.calendar.calendar-week ul.disciplines li.cell {
  height: 100%;
  overflow: hidden;
  text-overflow: 'ellipsis';
}
.calendar.calendar-week span.discipline-name {
  display: inline-block;
  padding: 4px;
  color: #777777;
  white-space: nowrap;
}
.calendar.calendar-week ul.staff-names li.cell,
.calendar.calendar-week ul.rooms li.cell,
.calendar.calendar-week ul.resource-columns li.cell,
.calendar.calendar-week ul.staff-days li.cell {
  border-left-style: dashed;
}
.calendar.calendar-week ul.rooms li.appointments-mode.room-day .background-container .checked-in-indicator,
.calendar.calendar-week ul.rooms li.shifts-mode.room-day .foreground-container .checked-in-indicator,
.calendar.calendar-week ul.rooms li.appointments-mode.room-day .background-container .active-indicator,
.calendar.calendar-week ul.rooms li.shifts-mode.room-day .foreground-container .active-indicator {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 38px;
  background-color: rgba(64, 145, 149, 0.12);
}
.calendar.calendar-week ul.rooms li.appointments-mode.room-day .background-container .checked-in-indicator i,
.calendar.calendar-week ul.rooms li.shifts-mode.room-day .foreground-container .checked-in-indicator i,
.calendar.calendar-week ul.rooms li.appointments-mode.room-day .background-container .active-indicator i,
.calendar.calendar-week ul.rooms li.shifts-mode.room-day .foreground-container .active-indicator i {
  display: none;
}
.calendar.calendar-week ul.rooms li.appointments-mode.room-day .background-container .checked-in-indicator a.thumb,
.calendar.calendar-week ul.rooms li.shifts-mode.room-day .foreground-container .checked-in-indicator a.thumb,
.calendar.calendar-week ul.rooms li.appointments-mode.room-day .background-container .active-indicator a.thumb,
.calendar.calendar-week ul.rooms li.shifts-mode.room-day .foreground-container .active-indicator a.thumb {
  margin-top: 4px;
  margin-left: 4px;
}
.calendar.calendar-week ul.rooms li.appointments-mode.room-day .background-container .inner-padding,
.calendar.calendar-week ul.rooms li.shifts-mode.room-day .foreground-container .inner-padding {
  padding-left: 42px;
}
.calendar.calendar-week ul.rooms li.shifts-mode.room-day li.active .checked-in-indicator,
.calendar.calendar-week ul.rooms li.shifts-mode.room-day li.active .active-indicator {
  background-color: rgba(64, 145, 149, 0.5);
}
.calendar.calendar-week ul.rooms li.shifts-mode.room-day li.active .checked-in-indicator i,
.calendar.calendar-week ul.rooms li.shifts-mode.room-day li.active .active-indicator i {
  display: block;
}
.calendar.calendar-week ul.rooms li.appointments-mode.room-day .foreground-container {
  left: 38px;
}
.calendar.calendar-week ul.resource-columns,
.calendar.calendar-week ul.staff-names,
.calendar.calendar-week ul.disciplines,
.calendar.calendar-week ul.headings,
.calendar.calendar-week ul.rooms,
.calendar.calendar-week ul.wait-list-container,
.calendar.calendar-week ul.staff-days,
.calendar.calendar-week ul.staff-rooms,
.calendar.calendar-week ul.days {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.calendar.calendar-week ul.resource-columns > li.cell,
.calendar.calendar-week ul.staff-names > li.cell,
.calendar.calendar-week ul.disciplines > li.cell,
.calendar.calendar-week ul.headings > li.cell,
.calendar.calendar-week ul.rooms > li.cell,
.calendar.calendar-week ul.wait-list-container > li.cell,
.calendar.calendar-week ul.staff-days > li.cell,
.calendar.calendar-week ul.staff-rooms > li.cell,
.calendar.calendar-week ul.days > li.cell {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.calendar.calendar-week ul.headings,
.calendar.calendar-week ul.rooms,
.calendar.calendar-week ul.staff-rooms,
.calendar.calendar-week ul.disciplines,
.calendar.calendar-week ul.wait-list,
.calendar.calendar-week ul.days {
  border-left: 1px solid #cccccc;
  margin-left: -1px;
}
.calendar.calendar-week ul.headings > li.cell > div,
.calendar.calendar-week ul.rooms > li.cell > div,
.calendar.calendar-week ul.staff-rooms > li.cell > div,
.calendar.calendar-week ul.disciplines > li.cell > div,
.calendar.calendar-week ul.wait-list > li.cell > div,
.calendar.calendar-week ul.days > li.cell > div {
  border-right: 1px solid #cccccc;
}
.calendar.calendar-week ul.headings > li.cell ul.resource-columns > li.cell > div,
.calendar.calendar-week ul.rooms > li.cell ul.resource-columns > li.cell > div,
.calendar.calendar-week ul.staff-rooms > li.cell ul.resource-columns > li.cell > div,
.calendar.calendar-week ul.disciplines > li.cell ul.resource-columns > li.cell > div,
.calendar.calendar-week ul.wait-list > li.cell ul.resource-columns > li.cell > div,
.calendar.calendar-week ul.days > li.cell ul.resource-columns > li.cell > div,
.calendar.calendar-week ul.headings > li.cell > ul.staff-days > li.cell > div,
.calendar.calendar-week ul.rooms > li.cell > ul.staff-days > li.cell > div,
.calendar.calendar-week ul.staff-rooms > li.cell > ul.staff-days > li.cell > div,
.calendar.calendar-week ul.disciplines > li.cell > ul.staff-days > li.cell > div,
.calendar.calendar-week ul.wait-list > li.cell > ul.staff-days > li.cell > div,
.calendar.calendar-week ul.days > li.cell > ul.staff-days > li.cell > div,
.calendar.calendar-week ul.headings > li.cell > ul.staff-names > li.cell > div,
.calendar.calendar-week ul.rooms > li.cell > ul.staff-names > li.cell > div,
.calendar.calendar-week ul.staff-rooms > li.cell > ul.staff-names > li.cell > div,
.calendar.calendar-week ul.disciplines > li.cell > ul.staff-names > li.cell > div,
.calendar.calendar-week ul.wait-list > li.cell > ul.staff-names > li.cell > div,
.calendar.calendar-week ul.days > li.cell > ul.staff-names > li.cell > div {
  border-right: 1px dashed #cccccc;
}
.calendar.calendar-week ul.headings > li.cell ul.resource-columns > li.cell:last-child > div,
.calendar.calendar-week ul.rooms > li.cell ul.resource-columns > li.cell:last-child > div,
.calendar.calendar-week ul.staff-rooms > li.cell ul.resource-columns > li.cell:last-child > div,
.calendar.calendar-week ul.disciplines > li.cell ul.resource-columns > li.cell:last-child > div,
.calendar.calendar-week ul.wait-list > li.cell ul.resource-columns > li.cell:last-child > div,
.calendar.calendar-week ul.days > li.cell ul.resource-columns > li.cell:last-child > div,
.calendar.calendar-week ul.headings > li.cell > ul.staff-days > li.cell:last-child > div,
.calendar.calendar-week ul.rooms > li.cell > ul.staff-days > li.cell:last-child > div,
.calendar.calendar-week ul.staff-rooms > li.cell > ul.staff-days > li.cell:last-child > div,
.calendar.calendar-week ul.disciplines > li.cell > ul.staff-days > li.cell:last-child > div,
.calendar.calendar-week ul.wait-list > li.cell > ul.staff-days > li.cell:last-child > div,
.calendar.calendar-week ul.days > li.cell > ul.staff-days > li.cell:last-child > div,
.calendar.calendar-week ul.headings > li.cell > ul.staff-names > li.cell:last-child > div,
.calendar.calendar-week ul.rooms > li.cell > ul.staff-names > li.cell:last-child > div,
.calendar.calendar-week ul.staff-rooms > li.cell > ul.staff-names > li.cell:last-child > div,
.calendar.calendar-week ul.disciplines > li.cell > ul.staff-names > li.cell:last-child > div,
.calendar.calendar-week ul.wait-list > li.cell > ul.staff-names > li.cell:last-child > div,
.calendar.calendar-week ul.days > li.cell > ul.staff-names > li.cell:last-child > div {
  border-right: 1px solid #cccccc;
}
.calendar.calendar-week ul.headings > li.cell:last-child,
.calendar.calendar-week ul.rooms > li.cell:last-child,
.calendar.calendar-week ul.staff-rooms > li.cell:last-child,
.calendar.calendar-week ul.disciplines > li.cell:last-child,
.calendar.calendar-week ul.wait-list > li.cell:last-child,
.calendar.calendar-week ul.days > li.cell:last-child {
  border-right: none;
}
.calendar.calendar-week ul.headings > li.cell:last-child ul.resource-columns > li.cell:last-child > div,
.calendar.calendar-week ul.rooms > li.cell:last-child ul.resource-columns > li.cell:last-child > div,
.calendar.calendar-week ul.staff-rooms > li.cell:last-child ul.resource-columns > li.cell:last-child > div,
.calendar.calendar-week ul.disciplines > li.cell:last-child ul.resource-columns > li.cell:last-child > div,
.calendar.calendar-week ul.wait-list > li.cell:last-child ul.resource-columns > li.cell:last-child > div,
.calendar.calendar-week ul.days > li.cell:last-child ul.resource-columns > li.cell:last-child > div,
.calendar.calendar-week ul.headings > li.cell:last-child > ul.staff-days > li.cell:last-child > div,
.calendar.calendar-week ul.rooms > li.cell:last-child > ul.staff-days > li.cell:last-child > div,
.calendar.calendar-week ul.staff-rooms > li.cell:last-child > ul.staff-days > li.cell:last-child > div,
.calendar.calendar-week ul.disciplines > li.cell:last-child > ul.staff-days > li.cell:last-child > div,
.calendar.calendar-week ul.wait-list > li.cell:last-child > ul.staff-days > li.cell:last-child > div,
.calendar.calendar-week ul.days > li.cell:last-child > ul.staff-days > li.cell:last-child > div,
.calendar.calendar-week ul.headings > li.cell:last-child > ul.staff-names > li.cell:last-child > div,
.calendar.calendar-week ul.rooms > li.cell:last-child > ul.staff-names > li.cell:last-child > div,
.calendar.calendar-week ul.staff-rooms > li.cell:last-child > ul.staff-names > li.cell:last-child > div,
.calendar.calendar-week ul.disciplines > li.cell:last-child > ul.staff-names > li.cell:last-child > div,
.calendar.calendar-week ul.wait-list > li.cell:last-child > ul.staff-names > li.cell:last-child > div,
.calendar.calendar-week ul.days > li.cell:last-child > ul.staff-names > li.cell:last-child > div {
  border-right: none;
}
.calendar.calendar-week .wait-list-container li.compact,
.calendar.calendar-week ul.days li.compact,
.calendar.calendar-week ul.headings li.compact {
  width: 27px;
  max-width: 27px;
  overflow: hidden;
  padding: 0;
}
.calendar.calendar-week .wait-list-container li.compact .foreground-container > ul > li > *,
.calendar.calendar-week ul.days li.compact .foreground-container > ul > li > *,
.calendar.calendar-week ul.headings li.compact .foreground-container > ul > li > * {
  display: none;
}
.calendar.calendar-week .wait-list-container li.compact .background-container > ul > li > *,
.calendar.calendar-week ul.days li.compact .background-container > ul > li > *,
.calendar.calendar-week ul.headings li.compact .background-container > ul > li > * {
  display: none;
}
.calendar.calendar-week .wait-list-container li.compact .wait-list > li,
.calendar.calendar-week ul.days li.compact .wait-list > li,
.calendar.calendar-week ul.headings li.compact .wait-list > li {
  min-height: 50px;
}
.calendar.calendar-week .wait-list-container li.compact .wait-list > li > *,
.calendar.calendar-week ul.days li.compact .wait-list > li > *,
.calendar.calendar-week ul.headings li.compact .wait-list > li > * {
  display: none;
}
.calendar.calendar-week .wait-list-container li.compact .btn.new,
.calendar.calendar-week ul.days li.compact .btn.new,
.calendar.calendar-week ul.headings li.compact .btn.new {
  visibility: hidden;
}
.calendar.calendar-week .wait-list-container li.compact ul.staff-names li.cell .staff-name,
.calendar.calendar-week ul.days li.compact ul.staff-names li.cell .staff-name,
.calendar.calendar-week ul.headings li.compact ul.staff-names li.cell .staff-name {
  padding-left: 3px;
  padding-right: 0;
}
.calendar.calendar-week ul.days span.discipline-name {
  display: none;
}
.calendar.calendar-week ul.headings .date {
  position: relative;
  color: #0fb3bb;
  cursor: pointer;
  max-height: 46px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.calendar.calendar-week ul.headings .date:hover {
  color: #009097;
}
.calendar.calendar-week ul.headings .date a.btn {
  transition: none;
  position: absolute;
  top: 5px;
  right: 5px;
}
.calendar.calendar-week ul.headings .compact .date a.btn {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  border-radius: 0;
}
.calendar.calendar-week ul.headings .compact .date a.btn i {
  display: block;
  margin-top: 14px;
}
.calendar.calendar-week ul.headings li:last-child .date {
  border-right: none;
}
.calendar.calendar-week ul.headings li.today .date {
  color: #f19a04;
  font-family: 'ProximaNovaRgBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.calendar.calendar-week ul.headings li.today .date:hover {
  color: #bf7a03;
}
.calendar.calendar-week ul.headings li.past {
  background-color: #eeeeee;
}
.calendar.calendar-week ul.headings li.past .date {
  color: #cccccc;
}
.calendar.calendar-week ul.headings li.past .date:hover {
  color: #b3b3b3;
}
.calendar.calendar-week ul.headings ul.resource-columns,
.calendar.calendar-week ul.headings ul.staff-names {
  min-width: 100%;
  border-top: 1px solid #cccccc;
}
.calendar.calendar-week ul.headings ul.resource-columns li.cell,
.calendar.calendar-week ul.headings ul.staff-names li.cell {
  position: relative;
}
.calendar.calendar-week ul.headings ul.resource-columns li.cell .resource-name.tall,
.calendar.calendar-week ul.headings ul.staff-names li.cell .resource-name.tall {
  height: 43px;
}
.calendar.calendar-week ul.headings ul.resource-columns li.cell .resource-name,
.calendar.calendar-week ul.headings ul.staff-names li.cell .resource-name,
.calendar.calendar-week ul.headings ul.resource-columns li.cell .staff-name,
.calendar.calendar-week ul.headings ul.staff-names li.cell .staff-name {
  white-space: nowrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  -moz-justify-content: space-between;
  -moz-align-items: center;
  -ms-justify-content: space-between;
  -ms-align-items: center;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  line-height: 1;
  padding: 4px 4px 4px 6px;
}
.calendar.calendar-week ul.headings ul.resource-columns li.cell .resource-name a.thumb,
.calendar.calendar-week ul.headings ul.staff-names li.cell .resource-name a.thumb,
.calendar.calendar-week ul.headings ul.resource-columns li.cell .staff-name a.thumb,
.calendar.calendar-week ul.headings ul.staff-names li.cell .staff-name a.thumb {
  min-width: 35px;
}
.calendar.calendar-week ul.headings ul.resource-columns li.cell .resource-name a.thumb .initials,
.calendar.calendar-week ul.headings ul.staff-names li.cell .resource-name a.thumb .initials,
.calendar.calendar-week ul.headings ul.resource-columns li.cell .staff-name a.thumb .initials,
.calendar.calendar-week ul.headings ul.staff-names li.cell .staff-name a.thumb .initials {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 17px;
}
.calendar.calendar-week ul.headings ul.resource-columns li.cell .resource-name a,
.calendar.calendar-week ul.headings ul.staff-names li.cell .resource-name a,
.calendar.calendar-week ul.headings ul.resource-columns li.cell .staff-name a,
.calendar.calendar-week ul.headings ul.staff-names li.cell .staff-name a {
  display: block;
  white-space: normal;
}
.calendar.calendar-week ul.headings ul.resource-columns li.cell .resource-name span.name,
.calendar.calendar-week ul.headings ul.staff-names li.cell .resource-name span.name,
.calendar.calendar-week ul.headings ul.resource-columns li.cell .staff-name span.name,
.calendar.calendar-week ul.headings ul.staff-names li.cell .staff-name span.name,
.calendar.calendar-week ul.headings ul.resource-columns li.cell .resource-name a.name,
.calendar.calendar-week ul.headings ul.staff-names li.cell .resource-name a.name,
.calendar.calendar-week ul.headings ul.resource-columns li.cell .staff-name a.name,
.calendar.calendar-week ul.headings ul.staff-names li.cell .staff-name a.name {
  padding-left: 2px;
  -webkit-flex-grow: 3;
  -moz-flex-grow: 3;
  -ms-flex-grow: 3;
  flex-grow: 3;
  max-height: 35px;
  overflow: hidden;
}
.calendar.calendar-week ul.headings ul.resource-columns li.cell .badge,
.calendar.calendar-week ul.headings ul.staff-names li.cell .badge {
  -webkit-flex-basis: 1;
  -moz-flex-basis: 1;
  -ms-flex-basis: 1;
  flex-basis: 1;
}
.calendar.calendar-week ul.headings ul.rooms > li.cell,
.calendar.calendar-week ul.headings ul.disciplines > li.cell {
  overflow: hidden;
  border-right: 1px solid #cccccc;
}
.calendar.calendar-week ul.headings ul.rooms > li.cell:last-child,
.calendar.calendar-week ul.headings ul.disciplines > li.cell:last-child {
  border-right: none;
}
.calendar.calendar-week ul.headings ul.rooms ul.resource-columns li.cell:last-child > div,
.calendar.calendar-week ul.headings ul.disciplines ul.resource-columns li.cell:last-child > div,
.calendar.calendar-week ul.headings ul.rooms ul.staff-names li.cell:last-child > div,
.calendar.calendar-week ul.headings ul.disciplines ul.staff-names li.cell:last-child > div {
  border-right: none;
}
.calendar.calendar-week .headings-container {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  padding-left: 45px;
  overflow-y: scroll;
}
.calendar.calendar-week .headings-container .staff-thumb {
  position: absolute;
  top: 32px;
  left: 2px;
}
.calendar.calendar-week .days-scroll-container {
  padding-left: 45px;
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.calendar.calendar-week .wait-list-container {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ffffff;
  margin-left: 44px;
  position: relative;
  overflow-y: scroll;
  border-left: 1px solid #ccc;
  border-bottom: 4px double #ccc;
  -webkit-transition: max-height ease-in-out 0.5s;
  -o-transition: max-height ease-in-out 0.5s;
  transition: max-height ease-in-out 0.5s;
  max-height: 0;
}
.calendar.calendar-week .wait-list-container ul.days > li.cell {
  border-top: 1px solid #eeeeee;
  padding-top: 1px;
  padding-bottom: 1px;
  background: none;
}
.calendar.calendar-week .wait-list-container.in {
  max-height: 300px;
}
.calendar.calendar-week ul.rooms .events-container,
.calendar.calendar-week ul.resource-columns .events-container,
.calendar.calendar-week ul.staff-days .events-container {
  position: relative;
  height: 100%;
}
.calendar.calendar-week ul.rooms .events-container-inner,
.calendar.calendar-week ul.resource-columns .events-container-inner,
.calendar.calendar-week ul.staff-days .events-container-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.calendar.calendar-week ul.rooms ul.wait-list,
.calendar.calendar-week ul.resource-columns ul.wait-list,
.calendar.calendar-week ul.staff-days ul.wait-list,
.calendar.calendar-week ul.rooms ul.shifts,
.calendar.calendar-week ul.resource-columns ul.shifts,
.calendar.calendar-week ul.staff-days ul.shifts,
.calendar.calendar-week ul.rooms ul.appointments,
.calendar.calendar-week ul.resource-columns ul.appointments,
.calendar.calendar-week ul.staff-days ul.appointments {
  cursor: pointer;
  position: relative;
  height: 100%;
}
.calendar.calendar-week ul.rooms ul.wait-list > li,
.calendar.calendar-week ul.resource-columns ul.wait-list > li,
.calendar.calendar-week ul.staff-days ul.wait-list > li,
.calendar.calendar-week ul.rooms ul.shifts > li,
.calendar.calendar-week ul.resource-columns ul.shifts > li,
.calendar.calendar-week ul.staff-days ul.shifts > li,
.calendar.calendar-week ul.rooms ul.appointments > li,
.calendar.calendar-week ul.resource-columns ul.appointments > li,
.calendar.calendar-week ul.staff-days ul.appointments > li {
  border-radius: 5px;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
}
.calendar.calendar-week ul.rooms ul.wait-list > li:not(.condensed) .show-condensed,
.calendar.calendar-week ul.resource-columns ul.wait-list > li:not(.condensed) .show-condensed,
.calendar.calendar-week ul.staff-days ul.wait-list > li:not(.condensed) .show-condensed,
.calendar.calendar-week ul.rooms ul.shifts > li:not(.condensed) .show-condensed,
.calendar.calendar-week ul.resource-columns ul.shifts > li:not(.condensed) .show-condensed,
.calendar.calendar-week ul.staff-days ul.shifts > li:not(.condensed) .show-condensed,
.calendar.calendar-week ul.rooms ul.appointments > li:not(.condensed) .show-condensed,
.calendar.calendar-week ul.resource-columns ul.appointments > li:not(.condensed) .show-condensed,
.calendar.calendar-week ul.staff-days ul.appointments > li:not(.condensed) .show-condensed {
  display: none;
}
.calendar.calendar-week ul.rooms ul.wait-list > li.condensed .hide-condensed,
.calendar.calendar-week ul.resource-columns ul.wait-list > li.condensed .hide-condensed,
.calendar.calendar-week ul.staff-days ul.wait-list > li.condensed .hide-condensed,
.calendar.calendar-week ul.rooms ul.shifts > li.condensed .hide-condensed,
.calendar.calendar-week ul.resource-columns ul.shifts > li.condensed .hide-condensed,
.calendar.calendar-week ul.staff-days ul.shifts > li.condensed .hide-condensed,
.calendar.calendar-week ul.rooms ul.appointments > li.condensed .hide-condensed,
.calendar.calendar-week ul.resource-columns ul.appointments > li.condensed .hide-condensed,
.calendar.calendar-week ul.staff-days ul.appointments > li.condensed .hide-condensed {
  display: none;
}
.calendar.calendar-week ul.rooms ul.wait-list > li.birthday_visit,
.calendar.calendar-week ul.resource-columns ul.wait-list > li.birthday_visit,
.calendar.calendar-week ul.staff-days ul.wait-list > li.birthday_visit,
.calendar.calendar-week ul.rooms ul.shifts > li.birthday_visit,
.calendar.calendar-week ul.resource-columns ul.shifts > li.birthday_visit,
.calendar.calendar-week ul.staff-days ul.shifts > li.birthday_visit,
.calendar.calendar-week ul.rooms ul.appointments > li.birthday_visit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.birthday_visit,
.calendar.calendar-week ul.staff-days ul.appointments > li.birthday_visit {
  background-image: url(/assets/c85cdd85bbda0051.png);
  background-size: cover;
  background-position: right top;
  background-blend-mode: overlay;
}
.calendar.calendar-week ul.rooms ul.wait-list > li .top-right,
.calendar.calendar-week ul.resource-columns ul.wait-list > li .top-right,
.calendar.calendar-week ul.staff-days ul.wait-list > li .top-right,
.calendar.calendar-week ul.rooms ul.shifts > li .top-right,
.calendar.calendar-week ul.resource-columns ul.shifts > li .top-right,
.calendar.calendar-week ul.staff-days ul.shifts > li .top-right,
.calendar.calendar-week ul.rooms ul.appointments > li .top-right,
.calendar.calendar-week ul.resource-columns ul.appointments > li .top-right,
.calendar.calendar-week ul.staff-days ul.appointments > li .top-right {
  position: absolute;
  top: 4px;
  right: 4px;
}
.calendar.calendar-week ul.rooms ul.wait-list > li .event-inner,
.calendar.calendar-week ul.resource-columns ul.wait-list > li .event-inner,
.calendar.calendar-week ul.staff-days ul.wait-list > li .event-inner,
.calendar.calendar-week ul.rooms ul.shifts > li .event-inner,
.calendar.calendar-week ul.resource-columns ul.shifts > li .event-inner,
.calendar.calendar-week ul.staff-days ul.shifts > li .event-inner,
.calendar.calendar-week ul.rooms ul.appointments > li .event-inner,
.calendar.calendar-week ul.resource-columns ul.appointments > li .event-inner,
.calendar.calendar-week ul.staff-days ul.appointments > li .event-inner {
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: normal;
  text-transform: none;
}
.calendar.calendar-week ul.rooms ul.shifts > li,
.calendar.calendar-week ul.resource-columns ul.shifts > li,
.calendar.calendar-week ul.staff-days ul.shifts > li,
.calendar.calendar-week ul.rooms ul.appointments > li,
.calendar.calendar-week ul.resource-columns ul.appointments > li,
.calendar.calendar-week ul.staff-days ul.appointments > li {
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  color: #333333;
}
.calendar.calendar-week ul.rooms ul.shifts > li .time,
.calendar.calendar-week ul.resource-columns ul.shifts > li .time,
.calendar.calendar-week ul.staff-days ul.shifts > li .time,
.calendar.calendar-week ul.rooms ul.appointments > li .time,
.calendar.calendar-week ul.resource-columns ul.appointments > li .time,
.calendar.calendar-week ul.staff-days ul.appointments > li .time {
  font-family: 'ProximaNovaRgBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.calendar.calendar-week ul.rooms ul.shifts > li .details,
.calendar.calendar-week ul.resource-columns ul.shifts > li .details,
.calendar.calendar-week ul.staff-days ul.shifts > li .details,
.calendar.calendar-week ul.rooms ul.appointments > li .details,
.calendar.calendar-week ul.resource-columns ul.appointments > li .details,
.calendar.calendar-week ul.staff-days ul.appointments > li .details {
  text-transform: none;
}
.calendar.calendar-week ul.rooms ul.shifts > li .details .name,
.calendar.calendar-week ul.resource-columns ul.shifts > li .details .name,
.calendar.calendar-week ul.staff-days ul.shifts > li .details .name,
.calendar.calendar-week ul.rooms ul.appointments > li .details .name,
.calendar.calendar-week ul.resource-columns ul.appointments > li .details .name,
.calendar.calendar-week ul.staff-days ul.appointments > li .details .name {
  font-family: 'ProximaNovaRgBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.calendar.calendar-week ul.rooms ul.shifts > li.condensed .time,
.calendar.calendar-week ul.resource-columns ul.shifts > li.condensed .time,
.calendar.calendar-week ul.staff-days ul.shifts > li.condensed .time,
.calendar.calendar-week ul.rooms ul.appointments > li.condensed .time,
.calendar.calendar-week ul.resource-columns ul.appointments > li.condensed .time,
.calendar.calendar-week ul.staff-days ul.appointments > li.condensed .time,
.calendar.calendar-week ul.rooms ul.shifts > li.condensed .details,
.calendar.calendar-week ul.resource-columns ul.shifts > li.condensed .details,
.calendar.calendar-week ul.staff-days ul.shifts > li.condensed .details,
.calendar.calendar-week ul.rooms ul.appointments > li.condensed .details,
.calendar.calendar-week ul.resource-columns ul.appointments > li.condensed .details,
.calendar.calendar-week ul.staff-days ul.appointments > li.condensed .details {
  display: inline;
}
.calendar.calendar-week ul.rooms ul.shifts > li.touch-draggable,
.calendar.calendar-week ul.resource-columns ul.shifts > li.touch-draggable,
.calendar.calendar-week ul.staff-days ul.shifts > li.touch-draggable,
.calendar.calendar-week ul.rooms ul.appointments > li.touch-draggable,
.calendar.calendar-week ul.resource-columns ul.appointments > li.touch-draggable,
.calendar.calendar-week ul.staff-days ul.appointments > li.touch-draggable {
  -webkit-animation: jiggle 0.2s infinite;
  -webkit-transform: rotate(-1deg);
}
.calendar.calendar-week ul.rooms ul.shifts > li .inner-padding,
.calendar.calendar-week ul.resource-columns ul.shifts > li .inner-padding,
.calendar.calendar-week ul.staff-days ul.shifts > li .inner-padding,
.calendar.calendar-week ul.rooms ul.appointments > li .inner-padding,
.calendar.calendar-week ul.resource-columns ul.appointments > li .inner-padding,
.calendar.calendar-week ul.staff-days ul.appointments > li .inner-padding {
  -webkit-transition: padding-left ease-in-out 0.4s;
  -o-transition: padding-left ease-in-out 0.4s;
  transition: padding-left ease-in-out 0.4s;
}
.calendar.calendar-week ul.rooms ul.shifts > li.checked_in .inner-padding,
.calendar.calendar-week ul.resource-columns ul.shifts > li.checked_in .inner-padding,
.calendar.calendar-week ul.staff-days ul.shifts > li.checked_in .inner-padding,
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in .inner-padding,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in .inner-padding,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in .inner-padding,
.calendar.calendar-week ul.rooms ul.shifts > li.active .inner-padding,
.calendar.calendar-week ul.resource-columns ul.shifts > li.active .inner-padding,
.calendar.calendar-week ul.staff-days ul.shifts > li.active .inner-padding,
.calendar.calendar-week ul.rooms ul.appointments > li.active .inner-padding,
.calendar.calendar-week ul.resource-columns ul.appointments > li.active .inner-padding,
.calendar.calendar-week ul.staff-days ul.appointments > li.active .inner-padding {
  padding-left: 34px;
}
.calendar.calendar-week ul.rooms ul.shifts > li.dragging,
.calendar.calendar-week ul.resource-columns ul.shifts > li.dragging,
.calendar.calendar-week ul.staff-days ul.shifts > li.dragging,
.calendar.calendar-week ul.rooms ul.appointments > li.dragging,
.calendar.calendar-week ul.resource-columns ul.appointments > li.dragging,
.calendar.calendar-week ul.staff-days ul.appointments > li.dragging {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.calendar.calendar-week ul.rooms ul.shifts > li .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.shifts > li .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.shifts > li .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.shifts > li .active-indicator,
.calendar.calendar-week ul.resource-columns ul.shifts > li .active-indicator,
.calendar.calendar-week ul.staff-days ul.shifts > li .active-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .active-indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 30px;
  background: #f19a04;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  -webkit-transform: translate(-30px, 0);
  -ms-transform: translate(-30px, 0);
  -o-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
}
.calendar.calendar-week ul.rooms ul.shifts > li .checked-in-indicator i,
.calendar.calendar-week ul.resource-columns ul.shifts > li .checked-in-indicator i,
.calendar.calendar-week ul.staff-days ul.shifts > li .checked-in-indicator i,
.calendar.calendar-week ul.rooms ul.appointments > li .checked-in-indicator i,
.calendar.calendar-week ul.resource-columns ul.appointments > li .checked-in-indicator i,
.calendar.calendar-week ul.staff-days ul.appointments > li .checked-in-indicator i,
.calendar.calendar-week ul.rooms ul.shifts > li .active-indicator i,
.calendar.calendar-week ul.resource-columns ul.shifts > li .active-indicator i,
.calendar.calendar-week ul.staff-days ul.shifts > li .active-indicator i,
.calendar.calendar-week ul.rooms ul.appointments > li .active-indicator i,
.calendar.calendar-week ul.resource-columns ul.appointments > li .active-indicator i,
.calendar.calendar-week ul.staff-days ul.appointments > li .active-indicator i {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -10px;
  font-size: 20px;
}
.calendar.calendar-week ul.rooms ul.shifts > li.checked_in .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.shifts > li.checked_in .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.shifts > li.checked_in .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.shifts > li.active .active-indicator,
.calendar.calendar-week ul.resource-columns ul.shifts > li.active .active-indicator,
.calendar.calendar-week ul.staff-days ul.shifts > li.active .active-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.active .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.active .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.active .active-indicator {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.calendar.calendar-week ul.rooms ul.shifts > li .notes,
.calendar.calendar-week ul.resource-columns ul.shifts > li .notes,
.calendar.calendar-week ul.staff-days ul.shifts > li .notes,
.calendar.calendar-week ul.rooms ul.appointments > li .notes,
.calendar.calendar-week ul.resource-columns ul.appointments > li .notes,
.calendar.calendar-week ul.staff-days ul.appointments > li .notes {
  opacity: 0;
  -webkit-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.calendar.calendar-week ul.rooms ul.shifts > li.hover-expand .notes,
.calendar.calendar-week ul.resource-columns ul.shifts > li.hover-expand .notes,
.calendar.calendar-week ul.staff-days ul.shifts > li.hover-expand .notes,
.calendar.calendar-week ul.rooms ul.appointments > li.hover-expand .notes,
.calendar.calendar-week ul.resource-columns ul.appointments > li.hover-expand .notes,
.calendar.calendar-week ul.staff-days ul.appointments > li.hover-expand .notes {
  opacity: 1;
}
.calendar.calendar-week ul.rooms ul.shifts > li.hover-expand,
.calendar.calendar-week ul.resource-columns ul.shifts > li.hover-expand,
.calendar.calendar-week ul.staff-days ul.shifts > li.hover-expand,
.calendar.calendar-week ul.rooms ul.appointments > li.hover-expand,
.calendar.calendar-week ul.resource-columns ul.appointments > li.hover-expand,
.calendar.calendar-week ul.staff-days ul.appointments > li.hover-expand {
  z-index: 99998;
}
.calendar.calendar-week ul.rooms ul.shifts > li.focused,
.calendar.calendar-week ul.resource-columns ul.shifts > li.focused,
.calendar.calendar-week ul.staff-days ul.shifts > li.focused,
.calendar.calendar-week ul.rooms ul.appointments > li.focused,
.calendar.calendar-week ul.resource-columns ul.appointments > li.focused,
.calendar.calendar-week ul.staff-days ul.appointments > li.focused {
  z-index: 99999;
}
.calendar.calendar-week ul.rooms ul.shifts > li .notes,
.calendar.calendar-week ul.resource-columns ul.shifts > li .notes,
.calendar.calendar-week ul.staff-days ul.shifts > li .notes,
.calendar.calendar-week ul.rooms ul.appointments > li .notes,
.calendar.calendar-week ul.resource-columns ul.appointments > li .notes,
.calendar.calendar-week ul.staff-days ul.appointments > li .notes {
  margin-top: 3px;
}
.calendar.calendar-week ul.rooms ul.appointments > li,
.calendar.calendar-week ul.resource-columns ul.appointments > li,
.calendar.calendar-week ul.staff-days ul.appointments > li {
  background-color: #00cbd4;
}
.calendar.calendar-week ul.rooms ul.appointments > li .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li .inherit {
  color: #00cbd4;
}
.calendar.calendar-week ul.rooms ul.appointments > li.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.active,
.calendar.calendar-week ul.rooms ul.appointments > li:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li:hover {
  background-color: #00bcc5;
}
.calendar.calendar-week ul.rooms ul.appointments > li:focus,
.calendar.calendar-week ul.resource-columns ul.appointments > li:focus,
.calendar.calendar-week ul.staff-days ul.appointments > li:focus {
  background-color: #00bcc5;
}
.calendar.calendar-week ul.rooms ul.appointments > li .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li .label,
.calendar.calendar-week ul.staff-days ul.appointments > li .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #00aeb6;
}
.calendar.calendar-week ul.rooms ul.appointments > li .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .active-indicator {
  background-color: #00aeb6;
}
.calendar.calendar-week ul.rooms ul.appointments > li.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.booked_by_patient {
  background-color: #7ae2e7;
}
.calendar.calendar-week ul.rooms ul.appointments > li.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.booked_by_patient:hover,
.calendar.calendar-week ul.rooms ul.appointments > li.booked_by_patient.focused,
.calendar.calendar-week ul.resource-columns ul.appointments > li.booked_by_patient.focused,
.calendar.calendar-week ul.staff-days ul.appointments > li.booked_by_patient.focused {
  background-color: #64dde3;
}
.calendar.calendar-week ul.rooms ul.appointments > li.booked_by_patient.dragging,
.calendar.calendar-week ul.resource-columns ul.appointments > li.booked_by_patient.dragging,
.calendar.calendar-week ul.staff-days ul.appointments > li.booked_by_patient.dragging {
  background-color: #64dde3;
}
.calendar.calendar-week ul.rooms ul.appointments > li .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li .btn-default {
  background-color: #8ce7ec;
}
.calendar.calendar-week ul.rooms ul.appointments > li .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li .icon-light {
  color: #ccf5f6;
}
.calendar.calendar-week ul.rooms ul.appointments > li.past,
.calendar.calendar-week ul.resource-columns ul.appointments > li.past,
.calendar.calendar-week ul.staff-days ul.appointments > li.past {
  background-color: rgba(0, 203, 212, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.rooms ul.appointments > li .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li .inherit {
  color: #00cbd4;
}
.calendar.calendar-week ul.rooms ul.appointments > li.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.active,
.calendar.calendar-week ul.rooms ul.appointments > li:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li:hover {
  background-color: #00bcc5;
}
.calendar.calendar-week ul.rooms ul.appointments > li .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li .label,
.calendar.calendar-week ul.staff-days ul.appointments > li .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #00aeb6;
}
.calendar.calendar-week ul.rooms ul.appointments > li .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li .active-indicator {
  background-color: #00aeb6;
}
.calendar.calendar-week ul.rooms ul.appointments > li.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.booked_by_patient {
  background-color: #7ae2e7;
}
.calendar.calendar-week ul.rooms ul.appointments > li.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.booked_by_patient:hover {
  background-color: #64dde3;
}
.calendar.calendar-week ul.rooms ul.appointments > li .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li .btn-default {
  background-color: #8ce7ec;
}
.calendar.calendar-week ul.rooms ul.appointments > li .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li .icon-light {
  color: #ccf5f6;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user1,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user1,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user1 {
  background-color: #efd59a;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user1 .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user1 .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user1 .inherit {
  color: #efd59a;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user1.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user1.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user1.active,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user1:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user1:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user1:hover {
  background-color: #edd08d;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user1:focus,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user1:focus,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user1:focus {
  background-color: #edd08d;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user1 .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user1 .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user1 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #ebca80;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user1 .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user1 .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user1 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user1 .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user1 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user1 .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user1 .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user1 .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user1 .active-indicator {
  background-color: #ebca80;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user1.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user1.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user1.booked_by_patient {
  background-color: #f3e0b4;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user1.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user1.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user1.booked_by_patient:hover,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user1.booked_by_patient.focused,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user1.booked_by_patient.focused,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user1.booked_by_patient.focused {
  background-color: #f0d79e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user1.booked_by_patient.dragging,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user1.booked_by_patient.dragging,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user1.booked_by_patient.dragging {
  background-color: #f0d79e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user1 .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user1 .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user1 .btn-default {
  background-color: #f8ecd2;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user1 .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user1 .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user1 .icon-light {
  color: #fcf7eb;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user1.past,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user1.past,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user1.past {
  background-color: rgba(239, 213, 154, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user1 .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user1 .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user1 .inherit {
  color: #efd59a;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user1.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user1.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user1.active,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user1:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user1:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user1:hover {
  background-color: #edd08d;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user1 .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user1 .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user1 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #ebca80;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user1 .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user1 .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user1 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user1 .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user1 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user1 .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user1 .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user1 .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user1 .active-indicator {
  background-color: #ebca80;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user1.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user1.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user1.booked_by_patient {
  background-color: #f3e0b4;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user1.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user1.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user1.booked_by_patient:hover {
  background-color: #f0d79e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user1 .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user1 .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user1 .btn-default {
  background-color: #f8ecd2;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user1 .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user1 .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user1 .icon-light {
  color: #fcf7eb;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user2,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user2,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user2 {
  background-color: #c4c4d6;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user2 .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user2 .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user2 .inherit {
  color: #c4c4d6;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user2.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user2.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user2.active,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user2:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user2:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user2:hover {
  background-color: #bbbbd0;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user2:focus,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user2:focus,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user2:focus {
  background-color: #bbbbd0;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user2 .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user2 .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user2 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #b2b2c9;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user2 .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user2 .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user2 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user2 .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user2 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user2 .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user2 .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user2 .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user2 .active-indicator {
  background-color: #b2b2c9;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user2.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user2.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user2.booked_by_patient {
  background-color: #d6d6e3;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user2.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user2.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user2.booked_by_patient:hover,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user2.booked_by_patient.focused,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user2.booked_by_patient.focused,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user2.booked_by_patient.focused {
  background-color: #c7c7d8;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user2.booked_by_patient.dragging,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user2.booked_by_patient.dragging,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user2.booked_by_patient.dragging {
  background-color: #c7c7d8;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user2 .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user2 .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user2 .btn-default {
  background-color: #e4e4ed;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user2 .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user2 .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user2 .icon-light {
  color: #f3f3f7;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user2.past,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user2.past,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user2.past {
  background-color: rgba(196, 196, 214, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user2 .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user2 .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user2 .inherit {
  color: #c4c4d6;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user2.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user2.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user2.active,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user2:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user2:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user2:hover {
  background-color: #bbbbd0;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user2 .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user2 .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user2 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #b2b2c9;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user2 .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user2 .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user2 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user2 .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user2 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user2 .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user2 .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user2 .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user2 .active-indicator {
  background-color: #b2b2c9;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user2.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user2.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user2.booked_by_patient {
  background-color: #d6d6e3;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user2.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user2.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user2.booked_by_patient:hover {
  background-color: #c7c7d8;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user2 .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user2 .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user2 .btn-default {
  background-color: #e4e4ed;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user2 .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user2 .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user2 .icon-light {
  color: #f3f3f7;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user3,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user3,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user3 {
  background-color: #f1b37a;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user3 .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user3 .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user3 .inherit {
  color: #f1b37a;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user3.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user3.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user3.active,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user3:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user3:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user3:hover {
  background-color: #f0ab6c;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user3:focus,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user3:focus,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user3:focus {
  background-color: #f0ab6c;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user3 .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user3 .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user3 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #eea35e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user3 .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user3 .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user3 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user3 .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user3 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user3 .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user3 .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user3 .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user3 .active-indicator {
  background-color: #eea35e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user3.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user3.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user3.booked_by_patient {
  background-color: #f4c396;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user3.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user3.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user3.booked_by_patient:hover,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user3.booked_by_patient.focused,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user3.booked_by_patient.focused,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user3.booked_by_patient.focused {
  background-color: #f1b67f;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user3.booked_by_patient.dragging,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user3.booked_by_patient.dragging,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user3.booked_by_patient.dragging {
  background-color: #f1b67f;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user3 .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user3 .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user3 .btn-default {
  background-color: #f9ddc3;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user3 .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user3 .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user3 .icon-light {
  color: #fcf0e4;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user3.past,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user3.past,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user3.past {
  background-color: rgba(241, 179, 122, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user3 .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user3 .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user3 .inherit {
  color: #f1b37a;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user3.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user3.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user3.active,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user3:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user3:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user3:hover {
  background-color: #f0ab6c;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user3 .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user3 .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user3 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #eea35e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user3 .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user3 .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user3 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user3 .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user3 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user3 .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user3 .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user3 .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user3 .active-indicator {
  background-color: #eea35e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user3.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user3.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user3.booked_by_patient {
  background-color: #f4c396;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user3.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user3.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user3.booked_by_patient:hover {
  background-color: #f1b67f;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user3 .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user3 .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user3 .btn-default {
  background-color: #f9ddc3;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user3 .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user3 .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user3 .icon-light {
  color: #fcf0e4;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user4,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user4,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user4 {
  background-color: #8eb8c9;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user4 .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user4 .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user4 .inherit {
  color: #8eb8c9;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user4.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user4.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user4.active,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user4:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user4:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user4:hover {
  background-color: #84b1c4;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user4:focus,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user4:focus,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user4:focus {
  background-color: #84b1c4;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user4 .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user4 .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user4 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #79abbf;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user4 .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user4 .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user4 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user4 .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user4 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user4 .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user4 .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user4 .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user4 .active-indicator {
  background-color: #79abbf;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user4.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user4.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user4.booked_by_patient {
  background-color: #a3c5d3;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user4.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user4.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user4.booked_by_patient:hover,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user4.booked_by_patient.focused,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user4.booked_by_patient.focused,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user4.booked_by_patient.focused {
  background-color: #91bacb;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user4.booked_by_patient.dragging,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user4.booked_by_patient.dragging,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user4.booked_by_patient.dragging {
  background-color: #91bacb;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user4 .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user4 .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user4 .btn-default {
  background-color: #ccdfe7;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user4 .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user4 .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user4 .icon-light {
  color: #e8f1f4;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user4.past,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user4.past,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user4.past {
  background-color: rgba(142, 184, 201, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user4 .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user4 .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user4 .inherit {
  color: #8eb8c9;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user4.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user4.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user4.active,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user4:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user4:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user4:hover {
  background-color: #84b1c4;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user4 .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user4 .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user4 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #79abbf;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user4 .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user4 .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user4 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user4 .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user4 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user4 .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user4 .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user4 .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user4 .active-indicator {
  background-color: #79abbf;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user4.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user4.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user4.booked_by_patient {
  background-color: #a3c5d3;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user4.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user4.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user4.booked_by_patient:hover {
  background-color: #91bacb;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user4 .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user4 .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user4 .btn-default {
  background-color: #ccdfe7;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user4 .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user4 .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user4 .icon-light {
  color: #e8f1f4;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user5,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user5,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user5 {
  background-color: #8ea785;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user5 .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user5 .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user5 .inherit {
  color: #8ea785;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user5.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user5.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user5.active,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user5:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user5:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user5:hover {
  background-color: #86a17c;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user5:focus,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user5:focus,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user5:focus {
  background-color: #86a17c;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user5 .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user5 .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user5 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #7e9a73;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user5 .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user5 .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user5 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user5 .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user5 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user5 .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user5 .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user5 .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user5 .active-indicator {
  background-color: #7e9a73;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user5.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user5.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user5.booked_by_patient {
  background-color: #9eb497;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user5.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user5.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user5.booked_by_patient:hover,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user5.booked_by_patient.focused,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user5.booked_by_patient.focused,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user5.booked_by_patient.focused {
  background-color: #91a988;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user5.booked_by_patient.dragging,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user5.booked_by_patient.dragging,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user5.booked_by_patient.dragging {
  background-color: #91a988;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user5 .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user5 .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user5 .btn-default {
  background-color: #ccd7c8;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user5 .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user5 .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user5 .icon-light {
  color: #e8ede7;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user5.past,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user5.past,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user5.past {
  background-color: rgba(142, 167, 133, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user5 .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user5 .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user5 .inherit {
  color: #8ea785;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user5.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user5.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user5.active,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user5:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user5:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user5:hover {
  background-color: #86a17c;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user5 .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user5 .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user5 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #7e9a73;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user5 .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user5 .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user5 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user5 .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user5 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user5 .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user5 .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user5 .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user5 .active-indicator {
  background-color: #7e9a73;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user5.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user5.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user5.booked_by_patient {
  background-color: #9eb497;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user5.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user5.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user5.booked_by_patient:hover {
  background-color: #91a988;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user5 .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user5 .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user5 .btn-default {
  background-color: #ccd7c8;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user5 .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user5 .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user5 .icon-light {
  color: #e8ede7;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user6,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user6,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user6 {
  background-color: #d1a6c5;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user6 .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user6 .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user6 .inherit {
  color: #d1a6c5;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user6.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user6.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user6.active,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user6:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user6:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user6:hover {
  background-color: #cc9cbe;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user6:focus,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user6:focus,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user6:focus {
  background-color: #cc9cbe;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user6 .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user6 .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user6 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #c792b8;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user6 .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user6 .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user6 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user6 .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user6 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user6 .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user6 .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user6 .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user6 .active-indicator {
  background-color: #c792b8;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user6.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user6.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user6.booked_by_patient {
  background-color: #dbbad2;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user6.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user6.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user6.booked_by_patient:hover,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user6.booked_by_patient.focused,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user6.booked_by_patient.focused,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user6.booked_by_patient.focused {
  background-color: #d3a9c7;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user6.booked_by_patient.dragging,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user6.booked_by_patient.dragging,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user6.booked_by_patient.dragging {
  background-color: #d3a9c7;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user6 .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user6 .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user6 .btn-default {
  background-color: #ead7e5;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user6 .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user6 .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user6 .icon-light {
  color: #f6edf3;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user6.past,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user6.past,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user6.past {
  background-color: rgba(209, 166, 197, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user6 .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user6 .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user6 .inherit {
  color: #d1a6c5;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user6.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user6.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user6.active,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user6:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user6:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user6:hover {
  background-color: #cc9cbe;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user6 .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user6 .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user6 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #c792b8;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user6 .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user6 .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user6 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user6 .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user6 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user6 .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user6 .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user6 .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user6 .active-indicator {
  background-color: #c792b8;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user6.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user6.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user6.booked_by_patient {
  background-color: #dbbad2;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user6.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user6.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user6.booked_by_patient:hover {
  background-color: #d3a9c7;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user6 .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user6 .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user6 .btn-default {
  background-color: #ead7e5;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user6 .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user6 .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user6 .icon-light {
  color: #f6edf3;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user7,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user7,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user7 {
  background-color: #e8a2b6;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user7 .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user7 .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user7 .inherit {
  color: #e8a2b6;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user7.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user7.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user7.active,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user7:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user7:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user7:hover {
  background-color: #e596ac;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user7:focus,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user7:focus,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user7:focus {
  background-color: #e596ac;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user7 .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user7 .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user7 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #e289a3;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user7 .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user7 .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user7 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user7 .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user7 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user7 .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user7 .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user7 .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user7 .active-indicator {
  background-color: #e289a3;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user7.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user7.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user7.booked_by_patient {
  background-color: #eebbc9;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user7.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user7.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user7.booked_by_patient:hover,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user7.booked_by_patient.focused,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user7.booked_by_patient.focused,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user7.booked_by_patient.focused {
  background-color: #e9a6b9;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user7.booked_by_patient.dragging,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user7.booked_by_patient.dragging,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user7.booked_by_patient.dragging {
  background-color: #e9a6b9;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user7 .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user7 .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user7 .btn-default {
  background-color: #f5d5de;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user7 .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user7 .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user7 .icon-light {
  color: #faecf0;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user7.past,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user7.past,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user7.past {
  background-color: rgba(232, 162, 182, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user7 .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user7 .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user7 .inherit {
  color: #e8a2b6;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user7.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user7.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user7.active,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user7:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user7:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user7:hover {
  background-color: #e596ac;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user7 .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user7 .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user7 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #e289a3;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user7 .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user7 .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user7 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user7 .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user7 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user7 .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user7 .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user7 .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user7 .active-indicator {
  background-color: #e289a3;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user7.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user7.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user7.booked_by_patient {
  background-color: #eebbc9;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user7.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user7.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user7.booked_by_patient:hover {
  background-color: #e9a6b9;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user7 .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user7 .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user7 .btn-default {
  background-color: #f5d5de;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user7 .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user7 .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user7 .icon-light {
  color: #faecf0;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user8,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user8,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user8 {
  background-color: #a5d7c5;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user8 .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user8 .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user8 .inherit {
  color: #a5d7c5;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user8.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user8.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user8.active,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user8:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user8:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user8:hover {
  background-color: #9ad2be;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user8:focus,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user8:focus,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user8:focus {
  background-color: #9ad2be;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user8 .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user8 .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user8 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #90ceb7;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user8 .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user8 .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user8 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user8 .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user8 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user8 .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user8 .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user8 .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user8 .active-indicator {
  background-color: #90ceb7;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user8.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user8.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user8.booked_by_patient {
  background-color: #bae0d3;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user8.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user8.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user8.booked_by_patient:hover,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user8.booked_by_patient.focused,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user8.booked_by_patient.focused,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user8.booked_by_patient.focused {
  background-color: #a9d9c7;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user8.booked_by_patient.dragging,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user8.booked_by_patient.dragging,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user8.booked_by_patient.dragging {
  background-color: #a9d9c7;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user8 .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user8 .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user8 .btn-default {
  background-color: #d7ede5;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user8 .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user8 .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user8 .icon-light {
  color: #edf7f3;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user8.past,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user8.past,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user8.past {
  background-color: rgba(165, 215, 197, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user8 .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user8 .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user8 .inherit {
  color: #a5d7c5;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user8.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user8.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user8.active,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user8:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user8:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user8:hover {
  background-color: #9ad2be;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user8 .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user8 .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user8 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #90ceb7;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user8 .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user8 .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user8 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user8 .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user8 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user8 .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user8 .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user8 .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user8 .active-indicator {
  background-color: #90ceb7;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user8.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user8.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user8.booked_by_patient {
  background-color: #bae0d3;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user8.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user8.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user8.booked_by_patient:hover {
  background-color: #a9d9c7;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user8 .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user8 .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user8 .btn-default {
  background-color: #d7ede5;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user8 .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user8 .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user8 .icon-light {
  color: #edf7f3;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user9,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user9,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user9 {
  background-color: #c38f92;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user9 .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user9 .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user9 .inherit {
  color: #c38f92;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user9.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user9.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user9.active,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user9:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user9:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user9:hover {
  background-color: #be8588;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user9:focus,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user9:focus,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user9:focus {
  background-color: #be8588;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user9 .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user9 .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user9 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #b87b7f;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user9 .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user9 .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user9 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user9 .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user9 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user9 .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user9 .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user9 .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user9 .active-indicator {
  background-color: #b87b7f;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user9.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user9.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user9.booked_by_patient {
  background-color: #cea3a5;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user9.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user9.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user9.booked_by_patient:hover,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user9.booked_by_patient.focused,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user9.booked_by_patient.focused,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user9.booked_by_patient.focused {
  background-color: #c59295;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user9.booked_by_patient.dragging,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user9.booked_by_patient.dragging,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user9.booked_by_patient.dragging {
  background-color: #c59295;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user9 .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user9 .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user9 .btn-default {
  background-color: #e4cdce;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user9 .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user9 .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user9 .icon-light {
  color: #f3e9e9;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user9.past,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user9.past,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user9.past {
  background-color: rgba(195, 143, 146, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user9 .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user9 .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user9 .inherit {
  color: #c38f92;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user9.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user9.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user9.active,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user9:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user9:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user9:hover {
  background-color: #be8588;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user9 .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user9 .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user9 .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #b87b7f;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user9 .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user9 .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user9 .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user9 .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user9 .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user9 .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.color-user9 .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user9 .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user9 .active-indicator {
  background-color: #b87b7f;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user9.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user9.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user9.booked_by_patient {
  background-color: #cea3a5;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user9.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user9.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user9.booked_by_patient:hover {
  background-color: #c59295;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user9 .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user9 .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user9 .btn-default {
  background-color: #e4cdce;
}
.calendar.calendar-week ul.rooms ul.appointments > li.color-user9 .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.color-user9 .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.color-user9 .icon-light {
  color: #f3e9e9;
}
.calendar.calendar-week ul.rooms ul.appointments > li.fade,
.calendar.calendar-week ul.resource-columns ul.appointments > li.fade,
.calendar.calendar-week ul.staff-days ul.appointments > li.fade {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.calendar.calendar-week ul.rooms ul.appointments > li.opening,
.calendar.calendar-week ul.resource-columns ul.appointments > li.opening,
.calendar.calendar-week ul.staff-days ul.appointments > li.opening {
  background-color: #fcb02c;
  background-image: url(/assets/e50fe15d2392a40d.png);
}
.calendar.calendar-week ul.rooms ul.appointments > li.opening.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.opening.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.opening.active,
.calendar.calendar-week ul.rooms ul.appointments > li.opening:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.opening:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.opening:hover {
  background-color: #f19a04;
}
.calendar.calendar-week ul.rooms ul.appointments > li.break,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break,
.calendar.calendar-week ul.staff-days ul.appointments > li.break {
  background-color: #eeeeee;
  background: url(/assets/493e3bf74c49f136.png) #d5d5d5;
}
.calendar.calendar-week ul.rooms ul.appointments > li.break .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.break .inherit {
  color: #eeeeee;
}
.calendar.calendar-week ul.rooms ul.appointments > li.break.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.break.active,
.calendar.calendar-week ul.rooms ul.appointments > li.break:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.break:hover {
  background-color: #bbbbbb;
}
.calendar.calendar-week ul.rooms ul.appointments > li.break:focus,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break:focus,
.calendar.calendar-week ul.staff-days ul.appointments > li.break:focus {
  background-color: #bbbbbb;
}
.calendar.calendar-week ul.rooms ul.appointments > li.break .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.break .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #a2a2a2;
}
.calendar.calendar-week ul.rooms ul.appointments > li.break .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.break .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.break .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.break .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.break .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.break .active-indicator {
  background-color: #a2a2a2;
}
.calendar.calendar-week ul.rooms ul.appointments > li.break.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.break.booked_by_patient {
  background-color: #d5d5d5;
}
.calendar.calendar-week ul.rooms ul.appointments > li.break.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.break.booked_by_patient:hover,
.calendar.calendar-week ul.rooms ul.appointments > li.break.booked_by_patient.focused,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break.booked_by_patient.focused,
.calendar.calendar-week ul.staff-days ul.appointments > li.break.booked_by_patient.focused {
  background-color: #c8c8c8;
}
.calendar.calendar-week ul.rooms ul.appointments > li.break.booked_by_patient.dragging,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break.booked_by_patient.dragging,
.calendar.calendar-week ul.staff-days ul.appointments > li.break.booked_by_patient.dragging {
  background-color: #c8c8c8;
}
.calendar.calendar-week ul.rooms ul.appointments > li.break .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.break .btn-default {
  background-color: #f8f8f8;
}
.calendar.calendar-week ul.rooms ul.appointments > li.break .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.break .icon-light {
  color: #fcfcfc;
}
.calendar.calendar-week ul.rooms ul.appointments > li.break.past,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break.past,
.calendar.calendar-week ul.staff-days ul.appointments > li.break.past {
  background-color: rgba(238, 238, 238, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.rooms ul.appointments > li.break .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.break .inherit {
  color: #eeeeee;
}
.calendar.calendar-week ul.rooms ul.appointments > li.break.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.break.active,
.calendar.calendar-week ul.rooms ul.appointments > li.break:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.break:hover {
  background-color: #bbbbbb;
}
.calendar.calendar-week ul.rooms ul.appointments > li.break .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.break .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #a2a2a2;
}
.calendar.calendar-week ul.rooms ul.appointments > li.break .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.break .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.break .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.break .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.break .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.break .active-indicator {
  background-color: #a2a2a2;
}
.calendar.calendar-week ul.rooms ul.appointments > li.break.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.break.booked_by_patient {
  background-color: #d5d5d5;
}
.calendar.calendar-week ul.rooms ul.appointments > li.break.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.break.booked_by_patient:hover {
  background-color: #c8c8c8;
}
.calendar.calendar-week ul.rooms ul.appointments > li.break .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.break .btn-default {
  background-color: #f8f8f8;
}
.calendar.calendar-week ul.rooms ul.appointments > li.break .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.break .icon-light {
  color: #fcfcfc;
}
.calendar.calendar-week ul.rooms ul.appointments > li.break .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.break .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.break .active-indicator {
  background-color: #b7b7b7;
}
.calendar.calendar-week ul.rooms ul.appointments > li.reserved,
.calendar.calendar-week ul.resource-columns ul.appointments > li.reserved,
.calendar.calendar-week ul.staff-days ul.appointments > li.reserved {
  background-color: #e6e6e6;
}
.calendar.calendar-week ul.rooms ul.appointments > li.reserved .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.reserved .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.reserved .inherit {
  color: #e6e6e6;
}
.calendar.calendar-week ul.rooms ul.appointments > li.reserved.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.reserved.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.reserved.active,
.calendar.calendar-week ul.rooms ul.appointments > li.reserved:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.reserved:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.reserved:hover {
  background-color: #cccccc;
}
.calendar.calendar-week ul.rooms ul.appointments > li.reserved:focus,
.calendar.calendar-week ul.resource-columns ul.appointments > li.reserved:focus,
.calendar.calendar-week ul.staff-days ul.appointments > li.reserved:focus {
  background-color: #cccccc;
}
.calendar.calendar-week ul.rooms ul.appointments > li.reserved .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.reserved .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.reserved .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #b3b3b3;
}
.calendar.calendar-week ul.rooms ul.appointments > li.reserved .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.reserved .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.reserved .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.reserved .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.reserved .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.reserved .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.reserved .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.reserved .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.reserved .active-indicator {
  background-color: #b3b3b3;
}
.calendar.calendar-week ul.rooms ul.appointments > li.reserved.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.reserved.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.reserved.booked_by_patient {
  background-color: #e6e6e6;
}
.calendar.calendar-week ul.rooms ul.appointments > li.reserved.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.reserved.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.reserved.booked_by_patient:hover,
.calendar.calendar-week ul.rooms ul.appointments > li.reserved.booked_by_patient.focused,
.calendar.calendar-week ul.resource-columns ul.appointments > li.reserved.booked_by_patient.focused,
.calendar.calendar-week ul.staff-days ul.appointments > li.reserved.booked_by_patient.focused {
  background-color: #d9d9d9;
}
.calendar.calendar-week ul.rooms ul.appointments > li.reserved.booked_by_patient.dragging,
.calendar.calendar-week ul.resource-columns ul.appointments > li.reserved.booked_by_patient.dragging,
.calendar.calendar-week ul.staff-days ul.appointments > li.reserved.booked_by_patient.dragging {
  background-color: #d9d9d9;
}
.calendar.calendar-week ul.rooms ul.appointments > li.reserved .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.reserved .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.reserved .btn-default {
  background-color: #f4f4f4;
}
.calendar.calendar-week ul.rooms ul.appointments > li.reserved .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.reserved .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.reserved .icon-light {
  color: #fafafa;
}
.calendar.calendar-week ul.rooms ul.appointments > li.reserved.past,
.calendar.calendar-week ul.resource-columns ul.appointments > li.reserved.past,
.calendar.calendar-week ul.staff-days ul.appointments > li.reserved.past {
  background-color: rgba(230, 230, 230, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.rooms ul.appointments > li.reserved .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.reserved .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.reserved .inherit {
  color: #e6e6e6;
}
.calendar.calendar-week ul.rooms ul.appointments > li.reserved.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.reserved.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.reserved.active,
.calendar.calendar-week ul.rooms ul.appointments > li.reserved:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.reserved:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.reserved:hover {
  background-color: #cccccc;
}
.calendar.calendar-week ul.rooms ul.appointments > li.reserved .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.reserved .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.reserved .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #b3b3b3;
}
.calendar.calendar-week ul.rooms ul.appointments > li.reserved .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.reserved .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.reserved .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.reserved .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.reserved .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.reserved .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.reserved .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.reserved .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.reserved .active-indicator {
  background-color: #b3b3b3;
}
.calendar.calendar-week ul.rooms ul.appointments > li.reserved.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.reserved.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.reserved.booked_by_patient {
  background-color: #e6e6e6;
}
.calendar.calendar-week ul.rooms ul.appointments > li.reserved.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.reserved.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.reserved.booked_by_patient:hover {
  background-color: #d9d9d9;
}
.calendar.calendar-week ul.rooms ul.appointments > li.reserved .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.reserved .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.reserved .btn-default {
  background-color: #f4f4f4;
}
.calendar.calendar-week ul.rooms ul.appointments > li.reserved .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.reserved .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.reserved .icon-light {
  color: #fafafa;
}
.calendar.calendar-week ul.rooms ul.appointments > li.archived,
.calendar.calendar-week ul.resource-columns ul.appointments > li.archived,
.calendar.calendar-week ul.staff-days ul.appointments > li.archived,
.calendar.calendar-week ul.rooms ul.appointments > li.cancelled,
.calendar.calendar-week ul.resource-columns ul.appointments > li.cancelled,
.calendar.calendar-week ul.staff-days ul.appointments > li.cancelled {
  background-color: #4d4d4d;
  color: #e6e6e6;
}
.calendar.calendar-week ul.rooms ul.appointments > li.archived .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.archived .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.archived .inherit,
.calendar.calendar-week ul.rooms ul.appointments > li.cancelled .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.cancelled .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.cancelled .inherit {
  color: #4d4d4d;
}
.calendar.calendar-week ul.rooms ul.appointments > li.archived.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.archived.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.archived.active,
.calendar.calendar-week ul.rooms ul.appointments > li.cancelled.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.cancelled.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.cancelled.active,
.calendar.calendar-week ul.rooms ul.appointments > li.archived:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.archived:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.archived:hover,
.calendar.calendar-week ul.rooms ul.appointments > li.cancelled:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.cancelled:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.cancelled:hover {
  background-color: #333333;
}
.calendar.calendar-week ul.rooms ul.appointments > li.archived:focus,
.calendar.calendar-week ul.resource-columns ul.appointments > li.archived:focus,
.calendar.calendar-week ul.staff-days ul.appointments > li.archived:focus,
.calendar.calendar-week ul.rooms ul.appointments > li.cancelled:focus,
.calendar.calendar-week ul.resource-columns ul.appointments > li.cancelled:focus,
.calendar.calendar-week ul.staff-days ul.appointments > li.cancelled:focus {
  background-color: #333333;
}
.calendar.calendar-week ul.rooms ul.appointments > li.archived .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.archived .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.archived .label,
.calendar.calendar-week ul.rooms ul.appointments > li.cancelled .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.cancelled .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.cancelled .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #191919;
}
.calendar.calendar-week ul.rooms ul.appointments > li.archived .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.archived .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.archived .label.client-waiting,
.calendar.calendar-week ul.rooms ul.appointments > li.cancelled .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.cancelled .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.cancelled .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.archived .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.archived .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.archived .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.cancelled .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.cancelled .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.cancelled .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.archived .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.archived .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.archived .active-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.cancelled .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.cancelled .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.cancelled .active-indicator {
  background-color: #191919;
}
.calendar.calendar-week ul.rooms ul.appointments > li.archived.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.archived.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.archived.booked_by_patient,
.calendar.calendar-week ul.rooms ul.appointments > li.cancelled.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.cancelled.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.cancelled.booked_by_patient {
  background-color: #4d4d4d;
}
.calendar.calendar-week ul.rooms ul.appointments > li.archived.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.archived.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.archived.booked_by_patient:hover,
.calendar.calendar-week ul.rooms ul.appointments > li.cancelled.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.cancelled.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.cancelled.booked_by_patient:hover,
.calendar.calendar-week ul.rooms ul.appointments > li.archived.booked_by_patient.focused,
.calendar.calendar-week ul.resource-columns ul.appointments > li.archived.booked_by_patient.focused,
.calendar.calendar-week ul.staff-days ul.appointments > li.archived.booked_by_patient.focused,
.calendar.calendar-week ul.rooms ul.appointments > li.cancelled.booked_by_patient.focused,
.calendar.calendar-week ul.resource-columns ul.appointments > li.cancelled.booked_by_patient.focused,
.calendar.calendar-week ul.staff-days ul.appointments > li.cancelled.booked_by_patient.focused {
  background-color: #404040;
}
.calendar.calendar-week ul.rooms ul.appointments > li.archived.booked_by_patient.dragging,
.calendar.calendar-week ul.resource-columns ul.appointments > li.archived.booked_by_patient.dragging,
.calendar.calendar-week ul.staff-days ul.appointments > li.archived.booked_by_patient.dragging,
.calendar.calendar-week ul.rooms ul.appointments > li.cancelled.booked_by_patient.dragging,
.calendar.calendar-week ul.resource-columns ul.appointments > li.cancelled.booked_by_patient.dragging,
.calendar.calendar-week ul.staff-days ul.appointments > li.cancelled.booked_by_patient.dragging {
  background-color: #404040;
}
.calendar.calendar-week ul.rooms ul.appointments > li.archived .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.archived .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.archived .btn-default,
.calendar.calendar-week ul.rooms ul.appointments > li.cancelled .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.cancelled .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.cancelled .btn-default {
  background-color: #afafaf;
}
.calendar.calendar-week ul.rooms ul.appointments > li.archived .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.archived .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.archived .icon-light,
.calendar.calendar-week ul.rooms ul.appointments > li.cancelled .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.cancelled .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.cancelled .icon-light {
  color: #dbdbdb;
}
.calendar.calendar-week ul.rooms ul.appointments > li.archived.past,
.calendar.calendar-week ul.resource-columns ul.appointments > li.archived.past,
.calendar.calendar-week ul.staff-days ul.appointments > li.archived.past,
.calendar.calendar-week ul.rooms ul.appointments > li.cancelled.past,
.calendar.calendar-week ul.resource-columns ul.appointments > li.cancelled.past,
.calendar.calendar-week ul.staff-days ul.appointments > li.cancelled.past {
  background-color: rgba(77, 77, 77, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.rooms ul.appointments > li.archived .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.archived .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.archived .inherit,
.calendar.calendar-week ul.rooms ul.appointments > li.cancelled .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.cancelled .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.cancelled .inherit {
  color: #4d4d4d;
}
.calendar.calendar-week ul.rooms ul.appointments > li.archived.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.archived.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.archived.active,
.calendar.calendar-week ul.rooms ul.appointments > li.cancelled.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.cancelled.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.cancelled.active,
.calendar.calendar-week ul.rooms ul.appointments > li.archived:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.archived:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.archived:hover,
.calendar.calendar-week ul.rooms ul.appointments > li.cancelled:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.cancelled:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.cancelled:hover {
  background-color: #333333;
}
.calendar.calendar-week ul.rooms ul.appointments > li.archived .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.archived .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.archived .label,
.calendar.calendar-week ul.rooms ul.appointments > li.cancelled .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.cancelled .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.cancelled .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #191919;
}
.calendar.calendar-week ul.rooms ul.appointments > li.archived .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.archived .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.archived .label.client-waiting,
.calendar.calendar-week ul.rooms ul.appointments > li.cancelled .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.cancelled .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.cancelled .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.archived .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.archived .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.archived .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.cancelled .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.cancelled .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.cancelled .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.archived .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.archived .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.archived .active-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.cancelled .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.cancelled .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.cancelled .active-indicator {
  background-color: #191919;
}
.calendar.calendar-week ul.rooms ul.appointments > li.archived.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.archived.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.archived.booked_by_patient,
.calendar.calendar-week ul.rooms ul.appointments > li.cancelled.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.cancelled.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.cancelled.booked_by_patient {
  background-color: #4d4d4d;
}
.calendar.calendar-week ul.rooms ul.appointments > li.archived.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.archived.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.archived.booked_by_patient:hover,
.calendar.calendar-week ul.rooms ul.appointments > li.cancelled.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.cancelled.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.cancelled.booked_by_patient:hover {
  background-color: #404040;
}
.calendar.calendar-week ul.rooms ul.appointments > li.archived .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.archived .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.archived .btn-default,
.calendar.calendar-week ul.rooms ul.appointments > li.cancelled .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.cancelled .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.cancelled .btn-default {
  background-color: #afafaf;
}
.calendar.calendar-week ul.rooms ul.appointments > li.archived .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.archived .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.archived .icon-light,
.calendar.calendar-week ul.rooms ul.appointments > li.cancelled .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.cancelled .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.cancelled .icon-light {
  color: #dbdbdb;
}
.calendar.calendar-week ul.rooms ul.appointments > li.no-show,
.calendar.calendar-week ul.resource-columns ul.appointments > li.no-show,
.calendar.calendar-week ul.staff-days ul.appointments > li.no-show {
  background-color: #eb9191;
  background-image: url(/assets/a75791c3685af9fb.png);
}
.calendar.calendar-week ul.rooms ul.appointments > li.no-show .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.no-show .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.no-show .inherit {
  color: #eb9191;
}
.calendar.calendar-week ul.rooms ul.appointments > li.no-show.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.no-show.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.no-show.active,
.calendar.calendar-week ul.rooms ul.appointments > li.no-show:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.no-show:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.no-show:hover {
  background-color: #e56f6f;
}
.calendar.calendar-week ul.rooms ul.appointments > li.no-show:focus,
.calendar.calendar-week ul.resource-columns ul.appointments > li.no-show:focus,
.calendar.calendar-week ul.staff-days ul.appointments > li.no-show:focus {
  background-color: #e56f6f;
}
.calendar.calendar-week ul.rooms ul.appointments > li.no-show .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.no-show .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.no-show .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #e25e5e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.no-show .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.no-show .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.no-show .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.no-show .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.no-show .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.no-show .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.no-show .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.no-show .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.no-show .active-indicator {
  background-color: #e25e5e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.no-show.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.no-show.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.no-show.booked_by_patient {
  background-color: #eb9191;
}
.calendar.calendar-week ul.rooms ul.appointments > li.no-show.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.no-show.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.no-show.booked_by_patient:hover,
.calendar.calendar-week ul.rooms ul.appointments > li.no-show.booked_by_patient.focused,
.calendar.calendar-week ul.resource-columns ul.appointments > li.no-show.booked_by_patient.focused,
.calendar.calendar-week ul.staff-days ul.appointments > li.no-show.booked_by_patient.focused {
  background-color: #e77c7c;
}
.calendar.calendar-week ul.rooms ul.appointments > li.no-show.booked_by_patient.dragging,
.calendar.calendar-week ul.resource-columns ul.appointments > li.no-show.booked_by_patient.dragging,
.calendar.calendar-week ul.staff-days ul.appointments > li.no-show.booked_by_patient.dragging {
  background-color: #e77c7c;
}
.calendar.calendar-week ul.rooms ul.appointments > li.no-show .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.no-show .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.no-show .btn-default {
  background-color: #f6cece;
}
.calendar.calendar-week ul.rooms ul.appointments > li.no-show .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.no-show .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.no-show .icon-light {
  color: #fbe9e9;
}
.calendar.calendar-week ul.rooms ul.appointments > li.no-show.past,
.calendar.calendar-week ul.resource-columns ul.appointments > li.no-show.past,
.calendar.calendar-week ul.staff-days ul.appointments > li.no-show.past {
  background-color: rgba(235, 145, 145, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.rooms ul.appointments > li.no-show .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.no-show .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.no-show .inherit {
  color: #eb9191;
}
.calendar.calendar-week ul.rooms ul.appointments > li.no-show.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.no-show.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.no-show.active,
.calendar.calendar-week ul.rooms ul.appointments > li.no-show:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.no-show:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.no-show:hover {
  background-color: #e56f6f;
}
.calendar.calendar-week ul.rooms ul.appointments > li.no-show .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.no-show .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.no-show .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #e25e5e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.no-show .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.no-show .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.no-show .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.no-show .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.no-show .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.no-show .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.no-show .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.no-show .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.no-show .active-indicator {
  background-color: #e25e5e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.no-show.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.no-show.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.no-show.booked_by_patient {
  background-color: #eb9191;
}
.calendar.calendar-week ul.rooms ul.appointments > li.no-show.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.no-show.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.no-show.booked_by_patient:hover {
  background-color: #e77c7c;
}
.calendar.calendar-week ul.rooms ul.appointments > li.no-show .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.no-show .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.no-show .btn-default {
  background-color: #f6cece;
}
.calendar.calendar-week ul.rooms ul.appointments > li.no-show .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.no-show .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.no-show .icon-light {
  color: #fbe9e9;
}
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in {
  background-color: #bce2ba;
}
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in .inherit {
  color: #bce2ba;
}
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in.active,
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in:hover {
  background-color: #a0d69d;
}
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in:focus,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in:focus,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in:focus {
  background-color: #a0d69d;
}
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #92d08f;
}
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in .active-indicator {
  background-color: #92d08f;
}
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in.booked_by_patient {
  background-color: #bce2ba;
}
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in.booked_by_patient:hover,
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in.booked_by_patient.focused,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in.booked_by_patient.focused,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in.booked_by_patient.focused {
  background-color: #abdaa8;
}
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in.booked_by_patient.dragging,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in.booked_by_patient.dragging,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in.booked_by_patient.dragging {
  background-color: #abdaa8;
}
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in .btn-default {
  background-color: #e1f2e0;
}
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in .icon-light {
  color: #f2f9f1;
}
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in.past,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in.past,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in.past {
  background-color: rgba(188, 226, 186, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in .inherit {
  color: #bce2ba;
}
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in.active,
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in:hover {
  background-color: #a0d69d;
}
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #92d08f;
}
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in .active-indicator {
  background-color: #92d08f;
}
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in.booked_by_patient {
  background-color: #bce2ba;
}
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in.booked_by_patient:hover {
  background-color: #abdaa8;
}
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in .btn-default {
  background-color: #e1f2e0;
}
.calendar.calendar-week ul.rooms ul.appointments > li.checked_in .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.checked_in .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.checked_in .icon-light {
  color: #f2f9f1;
}
.calendar.calendar-week ul.rooms ul.appointments > li.arrived,
.calendar.calendar-week ul.resource-columns ul.appointments > li.arrived,
.calendar.calendar-week ul.staff-days ul.appointments > li.arrived {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.arrived .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.arrived .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.arrived .inherit {
  color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.arrived.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.arrived.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.arrived.active,
.calendar.calendar-week ul.rooms ul.appointments > li.arrived:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.arrived:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.arrived:hover {
  background-color: #64b762;
}
.calendar.calendar-week ul.rooms ul.appointments > li.arrived:focus,
.calendar.calendar-week ul.resource-columns ul.appointments > li.arrived:focus,
.calendar.calendar-week ul.staff-days ul.appointments > li.arrived:focus {
  background-color: #64b762;
}
.calendar.calendar-week ul.rooms ul.appointments > li.arrived .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.arrived .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.arrived .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #57b154;
}
.calendar.calendar-week ul.rooms ul.appointments > li.arrived .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.arrived .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.arrived .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.arrived .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.arrived .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.arrived .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.arrived .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.arrived .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.arrived .active-indicator {
  background-color: #57b154;
}
.calendar.calendar-week ul.rooms ul.appointments > li.arrived.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.arrived.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.arrived.booked_by_patient {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.arrived.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.arrived.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.arrived.booked_by_patient:hover,
.calendar.calendar-week ul.rooms ul.appointments > li.arrived.booked_by_patient.focused,
.calendar.calendar-week ul.resource-columns ul.appointments > li.arrived.booked_by_patient.focused,
.calendar.calendar-week ul.staff-days ul.appointments > li.arrived.booked_by_patient.focused {
  background-color: #6fbc6d;
}
.calendar.calendar-week ul.rooms ul.appointments > li.arrived.booked_by_patient.dragging,
.calendar.calendar-week ul.resource-columns ul.appointments > li.arrived.booked_by_patient.dragging,
.calendar.calendar-week ul.staff-days ul.appointments > li.arrived.booked_by_patient.dragging {
  background-color: #6fbc6d;
}
.calendar.calendar-week ul.rooms ul.appointments > li.arrived .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.arrived .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.arrived .btn-default {
  background-color: #c6e4c5;
}
.calendar.calendar-week ul.rooms ul.appointments > li.arrived .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.arrived .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.arrived .icon-light {
  color: #e6f3e5;
}
.calendar.calendar-week ul.rooms ul.appointments > li.arrived.past,
.calendar.calendar-week ul.resource-columns ul.appointments > li.arrived.past,
.calendar.calendar-week ul.staff-days ul.appointments > li.arrived.past {
  background-color: rgba(128, 196, 126, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.rooms ul.appointments > li.arrived .inherit,
.calendar.calendar-week ul.resource-columns ul.appointments > li.arrived .inherit,
.calendar.calendar-week ul.staff-days ul.appointments > li.arrived .inherit {
  color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.arrived.active,
.calendar.calendar-week ul.resource-columns ul.appointments > li.arrived.active,
.calendar.calendar-week ul.staff-days ul.appointments > li.arrived.active,
.calendar.calendar-week ul.rooms ul.appointments > li.arrived:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.arrived:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.arrived:hover {
  background-color: #64b762;
}
.calendar.calendar-week ul.rooms ul.appointments > li.arrived .label,
.calendar.calendar-week ul.resource-columns ul.appointments > li.arrived .label,
.calendar.calendar-week ul.staff-days ul.appointments > li.arrived .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #57b154;
}
.calendar.calendar-week ul.rooms ul.appointments > li.arrived .label.client-waiting,
.calendar.calendar-week ul.resource-columns ul.appointments > li.arrived .label.client-waiting,
.calendar.calendar-week ul.staff-days ul.appointments > li.arrived .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.arrived .checked-in-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.arrived .checked-in-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.arrived .checked-in-indicator,
.calendar.calendar-week ul.rooms ul.appointments > li.arrived .active-indicator,
.calendar.calendar-week ul.resource-columns ul.appointments > li.arrived .active-indicator,
.calendar.calendar-week ul.staff-days ul.appointments > li.arrived .active-indicator {
  background-color: #57b154;
}
.calendar.calendar-week ul.rooms ul.appointments > li.arrived.booked_by_patient,
.calendar.calendar-week ul.resource-columns ul.appointments > li.arrived.booked_by_patient,
.calendar.calendar-week ul.staff-days ul.appointments > li.arrived.booked_by_patient {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms ul.appointments > li.arrived.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns ul.appointments > li.arrived.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days ul.appointments > li.arrived.booked_by_patient:hover {
  background-color: #6fbc6d;
}
.calendar.calendar-week ul.rooms ul.appointments > li.arrived .btn-default,
.calendar.calendar-week ul.resource-columns ul.appointments > li.arrived .btn-default,
.calendar.calendar-week ul.staff-days ul.appointments > li.arrived .btn-default {
  background-color: #c6e4c5;
}
.calendar.calendar-week ul.rooms ul.appointments > li.arrived .icon-light,
.calendar.calendar-week ul.resource-columns ul.appointments > li.arrived .icon-light,
.calendar.calendar-week ul.staff-days ul.appointments > li.arrived .icon-light {
  color: #e6f3e5;
}
.calendar.calendar-week ul.rooms ul.appointments > li.readonly,
.calendar.calendar-week ul.resource-columns ul.appointments > li.readonly,
.calendar.calendar-week ul.staff-days ul.appointments > li.readonly {
  opacity: 0.6;
}
.calendar.calendar-week ul.rooms ul.appointments > li .label.unpaid,
.calendar.calendar-week ul.resource-columns ul.appointments > li .label.unpaid,
.calendar.calendar-week ul.staff-days ul.appointments > li .label.unpaid,
.calendar.calendar-week ul.rooms ul.appointments > li .label.uninvoiced,
.calendar.calendar-week ul.resource-columns ul.appointments > li .label.uninvoiced,
.calendar.calendar-week ul.staff-days ul.appointments > li .label.uninvoiced {
  background-color: #f19a04;
}
.calendar.calendar-week ul.rooms ul.appointments.resource-appointments > li i,
.calendar.calendar-week ul.resource-columns ul.appointments.resource-appointments > li i,
.calendar.calendar-week ul.staff-days ul.appointments.resource-appointments > li i {
  display: none;
}
.calendar.calendar-week ul.rooms ul.shifts > li,
.calendar.calendar-week ul.resource-columns ul.shifts > li,
.calendar.calendar-week ul.staff-days ul.shifts > li {
  color: #b3b3b3;
  background-color: rgba(64, 145, 149, 0.25);
}
.calendar.calendar-week ul.rooms ul.shifts > li .label,
.calendar.calendar-week ul.resource-columns ul.shifts > li .label,
.calendar.calendar-week ul.staff-days ul.shifts > li .label {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.calendar.calendar-week ul.rooms .foreground-container ul.shifts > li,
.calendar.calendar-week ul.resource-columns .foreground-container ul.shifts > li,
.calendar.calendar-week ul.staff-days .foreground-container ul.shifts > li {
  background-color: #00cbd4;
  color: #333333;
}
.calendar.calendar-week ul.rooms .foreground-container ul.shifts > li .inherit,
.calendar.calendar-week ul.resource-columns .foreground-container ul.shifts > li .inherit,
.calendar.calendar-week ul.staff-days .foreground-container ul.shifts > li .inherit {
  color: #00cbd4;
}
.calendar.calendar-week ul.rooms .foreground-container ul.shifts > li.active,
.calendar.calendar-week ul.resource-columns .foreground-container ul.shifts > li.active,
.calendar.calendar-week ul.staff-days .foreground-container ul.shifts > li.active,
.calendar.calendar-week ul.rooms .foreground-container ul.shifts > li:hover,
.calendar.calendar-week ul.resource-columns .foreground-container ul.shifts > li:hover,
.calendar.calendar-week ul.staff-days .foreground-container ul.shifts > li:hover {
  background-color: #00a4ab;
}
.calendar.calendar-week ul.rooms .foreground-container ul.shifts > li:focus,
.calendar.calendar-week ul.resource-columns .foreground-container ul.shifts > li:focus,
.calendar.calendar-week ul.staff-days .foreground-container ul.shifts > li:focus {
  background-color: #00a4ab;
}
.calendar.calendar-week ul.rooms .foreground-container ul.shifts > li .label,
.calendar.calendar-week ul.resource-columns .foreground-container ul.shifts > li .label,
.calendar.calendar-week ul.staff-days .foreground-container ul.shifts > li .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #009097;
}
.calendar.calendar-week ul.rooms .foreground-container ul.shifts > li .label.client-waiting,
.calendar.calendar-week ul.resource-columns .foreground-container ul.shifts > li .label.client-waiting,
.calendar.calendar-week ul.staff-days .foreground-container ul.shifts > li .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms .foreground-container ul.shifts > li .checked-in-indicator,
.calendar.calendar-week ul.resource-columns .foreground-container ul.shifts > li .checked-in-indicator,
.calendar.calendar-week ul.staff-days .foreground-container ul.shifts > li .checked-in-indicator,
.calendar.calendar-week ul.rooms .foreground-container ul.shifts > li .active-indicator,
.calendar.calendar-week ul.resource-columns .foreground-container ul.shifts > li .active-indicator,
.calendar.calendar-week ul.staff-days .foreground-container ul.shifts > li .active-indicator {
  background-color: #009097;
}
.calendar.calendar-week ul.rooms .foreground-container ul.shifts > li.booked_by_patient,
.calendar.calendar-week ul.resource-columns .foreground-container ul.shifts > li.booked_by_patient,
.calendar.calendar-week ul.staff-days .foreground-container ul.shifts > li.booked_by_patient {
  background-color: #00cbd4;
}
.calendar.calendar-week ul.rooms .foreground-container ul.shifts > li.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns .foreground-container ul.shifts > li.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days .foreground-container ul.shifts > li.booked_by_patient:hover,
.calendar.calendar-week ul.rooms .foreground-container ul.shifts > li.booked_by_patient.focused,
.calendar.calendar-week ul.resource-columns .foreground-container ul.shifts > li.booked_by_patient.focused,
.calendar.calendar-week ul.staff-days .foreground-container ul.shifts > li.booked_by_patient.focused {
  background-color: #00b2bb;
}
.calendar.calendar-week ul.rooms .foreground-container ul.shifts > li.booked_by_patient.dragging,
.calendar.calendar-week ul.resource-columns .foreground-container ul.shifts > li.booked_by_patient.dragging,
.calendar.calendar-week ul.staff-days .foreground-container ul.shifts > li.booked_by_patient.dragging {
  background-color: #00b2bb;
}
.calendar.calendar-week ul.rooms .foreground-container ul.shifts > li .btn-default,
.calendar.calendar-week ul.resource-columns .foreground-container ul.shifts > li .btn-default,
.calendar.calendar-week ul.staff-days .foreground-container ul.shifts > li .btn-default {
  background-color: #8ce7ec;
}
.calendar.calendar-week ul.rooms .foreground-container ul.shifts > li .icon-light,
.calendar.calendar-week ul.resource-columns .foreground-container ul.shifts > li .icon-light,
.calendar.calendar-week ul.staff-days .foreground-container ul.shifts > li .icon-light {
  color: #ccf5f6;
}
.calendar.calendar-week ul.rooms .foreground-container ul.shifts > li.past,
.calendar.calendar-week ul.resource-columns .foreground-container ul.shifts > li.past,
.calendar.calendar-week ul.staff-days .foreground-container ul.shifts > li.past {
  background-color: rgba(0, 203, 212, 0.85);
  color: rgba(51, 51, 51, 0.85);
}
.calendar.calendar-week ul.rooms .foreground-container ul.shifts > li .inherit,
.calendar.calendar-week ul.resource-columns .foreground-container ul.shifts > li .inherit,
.calendar.calendar-week ul.staff-days .foreground-container ul.shifts > li .inherit {
  color: #00cbd4;
}
.calendar.calendar-week ul.rooms .foreground-container ul.shifts > li.active,
.calendar.calendar-week ul.resource-columns .foreground-container ul.shifts > li.active,
.calendar.calendar-week ul.staff-days .foreground-container ul.shifts > li.active,
.calendar.calendar-week ul.rooms .foreground-container ul.shifts > li:hover,
.calendar.calendar-week ul.resource-columns .foreground-container ul.shifts > li:hover,
.calendar.calendar-week ul.staff-days .foreground-container ul.shifts > li:hover {
  background-color: #00a4ab;
}
.calendar.calendar-week ul.rooms .foreground-container ul.shifts > li .label,
.calendar.calendar-week ul.resource-columns .foreground-container ul.shifts > li .label,
.calendar.calendar-week ul.staff-days .foreground-container ul.shifts > li .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  background-color: #009097;
}
.calendar.calendar-week ul.rooms .foreground-container ul.shifts > li .label.client-waiting,
.calendar.calendar-week ul.resource-columns .foreground-container ul.shifts > li .label.client-waiting,
.calendar.calendar-week ul.staff-days .foreground-container ul.shifts > li .label.client-waiting {
  background-color: #80c47e;
}
.calendar.calendar-week ul.rooms .foreground-container ul.shifts > li .checked-in-indicator,
.calendar.calendar-week ul.resource-columns .foreground-container ul.shifts > li .checked-in-indicator,
.calendar.calendar-week ul.staff-days .foreground-container ul.shifts > li .checked-in-indicator,
.calendar.calendar-week ul.rooms .foreground-container ul.shifts > li .active-indicator,
.calendar.calendar-week ul.resource-columns .foreground-container ul.shifts > li .active-indicator,
.calendar.calendar-week ul.staff-days .foreground-container ul.shifts > li .active-indicator {
  background-color: #009097;
}
.calendar.calendar-week ul.rooms .foreground-container ul.shifts > li.booked_by_patient,
.calendar.calendar-week ul.resource-columns .foreground-container ul.shifts > li.booked_by_patient,
.calendar.calendar-week ul.staff-days .foreground-container ul.shifts > li.booked_by_patient {
  background-color: #00cbd4;
}
.calendar.calendar-week ul.rooms .foreground-container ul.shifts > li.booked_by_patient:hover,
.calendar.calendar-week ul.resource-columns .foreground-container ul.shifts > li.booked_by_patient:hover,
.calendar.calendar-week ul.staff-days .foreground-container ul.shifts > li.booked_by_patient:hover {
  background-color: #00b2bb;
}
.calendar.calendar-week ul.rooms .foreground-container ul.shifts > li .btn-default,
.calendar.calendar-week ul.resource-columns .foreground-container ul.shifts > li .btn-default,
.calendar.calendar-week ul.staff-days .foreground-container ul.shifts > li .btn-default {
  background-color: #8ce7ec;
}
.calendar.calendar-week ul.rooms .foreground-container ul.shifts > li .icon-light,
.calendar.calendar-week ul.resource-columns .foreground-container ul.shifts > li .icon-light,
.calendar.calendar-week ul.staff-days .foreground-container ul.shifts > li .icon-light {
  color: #ccf5f6;
}
.calendar.calendar-week ul.rooms ul.wait-list > li,
.calendar.calendar-week ul.resource-columns ul.wait-list > li,
.calendar.calendar-week ul.staff-days ul.wait-list > li {
  background-color: #e4c375;
}
.calendar.calendar-week ul.rooms ul.wait-list > li:hover,
.calendar.calendar-week ul.resource-columns ul.wait-list > li:hover,
.calendar.calendar-week ul.staff-days ul.wait-list > li:hover {
  background: #dcb04a;
}
.calendar.calendar-week ul.rooms ul.wait-list > li [class*='icon-'],
.calendar.calendar-week ul.resource-columns ul.wait-list > li [class*='icon-'],
.calendar.calendar-week ul.staff-days ul.wait-list > li [class*='icon-'] {
  font-size: 120%;
  color: rgba(255, 255, 255, 0.6);
}
.calendar.calendar-week.double-book .foreground-container > ul > li {
  width: 50% !important;
}
.calendar.calendar-week .resource-day {
  background-color: rgba(0, 0, 0, 0.1);
}
.daysheet h1 {
  font-size: 28px;
}
.daysheet .calendar {
  top: 50px;
}
.calendar .chart-status {
  display: none;
}
.daysheet .calendar .chart-status {
  display: inline;
}
li.placebo {
  border-radius: 5px;
  -webkit-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  padding: 6px;
  overflow: hidden;
  list-style-type: none;
  font-size: 12px;
}
.calendar .foreground-container li .btn-controls {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 3px;
  right: 3px;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.calendar .foreground-container li:hover:not(.readonly) .btn-controls {
  visibility: visible;
  opacity: 1;
}
.calendar .foreground-container .resize-handle-top,
.calendar .foreground-container .resize-handle-bottom {
  background-color: transparent;
  border: none;
  display: none;
  position: absolute;
}
.calendar .foreground-container .resize-handle-top > span,
.calendar .foreground-container .resize-handle-bottom > span {
  position: absolute;
  display: block;
  border: 3px solid #ffffff;
  background-color: #00c1ca;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  -webkit-box-shadow: 4px #555555;
  box-shadow: 4px #555555;
}
.calendar .foreground-container .resize-handle-top:hover > span,
.calendar .foreground-container .resize-handle-bottom:hover > span {
  background-color: #009097;
}
.calendar .foreground-container .resize-handle-top {
  top: -13px;
  right: 15%;
}
.calendar .foreground-container .resize-handle-bottom {
  bottom: 0;
  left: 15%;
}
.calendar .foreground-container .focused {
  overflow: visible !important;
}
.calendar .foreground-container .focused .resize-handle-top,
.calendar .foreground-container .focused .resize-handle-bottom {
  display: block;
  z-index: 99999;
}
/* Landscape phones
------------------------- */
@media (max-width: 991px) {
  .calendar-week-view .page-header,
  .daysheet .page-header {
    display: none;
  }
  .calendar-week-view .calendar,
  .daysheet .calendar {
    top: 10px;
    bottom: 50px;
  }
  .calendar-week-view .calendar-footer,
  .daysheet .calendar-footer {
    bottom: 9px;
    text-align: center;
  }
  .calendar-week-view .calendar-footer .btn-toolbar.pull-left,
  .daysheet .calendar-footer .btn-toolbar.pull-left {
    float: none;
  }
}
.chart.all-open .toggle-all.show-all {
  display: none;
}
.chart.all-open .toggle-all.hide-all {
  display: block;
}
.overlay-el {
  background-color: #f5f5f5;
  border: 1px solid #ededed;
  padding: 5px 10px;
  border-radius: 5px;
}
.template-chart-part-row {
  margin: 0px -10px;
}
.template-chart-part-row:focus {
  outline: none;
  border-radius: 3px;
  background: #f5f5f5;
}
.border-hover {
  z-index: 99;
  cursor: pointer;
  padding: 0px 5px 5px 5px;
  transition: all 150ms ease;
  border: 1px solid transparent;
}
.border-hover:hover {
  z-index: 1000;
  border-radius: 3px;
  background: #f5f5f5;
}
.border-hover-active,
.border-hover-active:hover {
  z-index: 1000;
  border-radius: 3px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
}
.chart-part-row .chart-parts-menu-toggle {
  display: flex;
  position: absolute;
  right: 0;
  top: 4px;
  z-index: 10;
}
.chart-part-row .chart-parts-menu-toggle .btn.btn-round.btn-raised svg.svg-inline--fa {
  top: auto;
  right: auto;
}
@media (hover: hover) {
  .chart-part-row:hover .chart-parts-menu-toggle {
    display: flex;
  }
  .chart-part-row .chart-parts-menu-toggle {
    display: none;
  }
  .chart-part-row .chart-parts-menu-toggle.open {
    display: flex;
  }
}
.chart .chart-search-box {
  color: #696977;
  margin: 0px;
}
.chart .chart-search-box .ql-editor {
  margin: 0px;
  padding-left: 34px;
  padding-right: 42.5px;
  min-width: 275px;
  line-height: 22px;
}
.chart .chart-search-box .ql-editor.ql-blank::before {
  left: 34px;
  font-style: normal;
}
.chart .cards .card:first-child {
  margin-left: 3px;
}
.chart .cards .card:last-child {
  margin-right: 3px;
}
.chart .chart_entries .panel:not(.open) .panel-heading,
.chart .chart_entries .panel:not(.open) .caption {
  cursor: pointer;
  -webkit-transition: background-color ease 200ms;
  -o-transition: background-color ease 200ms;
  transition: background-color ease 200ms;
}
.chart .chart_entries .panel:not(.open):hover .panel-heading,
.chart .chart_entries .panel:not(.open):hover .caption {
  background-color: #f5f5f5;
}
.chart .chart_entries .panel:not(.open).panel-warning:hover .panel-heading,
.chart .chart_entries .panel:not(.open).panel-warning:hover .caption {
  background-color: #fcf8e3;
}
.chart .show-staff-view {
  display: none !important;
}
.chart.staff-charts .hide-staff-view {
  display: none !important;
}
.chart.staff-charts div.show-staff-view {
  display: block !important;
}
.chart.staff-charts span.show-staff-view {
  display: inline !important;
}
.chart.staff-charts .btn.show-staff-view {
  display: inline-block !important;
}
.chart a:hover {
  text-decoration: none;
}
.chart .navbar {
  margin-bottom: 0px;
}
.chart .navbar-border-left {
  border-width: 0;
  border-left-width: 1px;
  border-color: #e7e7e7;
  border-style: solid;
}
.chart .navbar-form {
  border-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.chart .navbar-form .form-group {
  margin-bottom: 0px;
}
.chart .navbar-form select,
.chart .navbar-form input,
.chart .navbar-form .btn {
  display: inline-block;
}
.chart .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}
.chart .navbar-nav .btn-group {
  height: 100%;
}
.chart .navbar-nav .btn-link {
  height: 100%;
  border-radius: 0px;
}
.chart .navbar-nav .btn-link.active {
  background-color: #e7e7e7;
}
.chart .navbar-nav .btn-pinned {
  padding-top: 13px;
  padding-bottom: 11px;
}
.chart .navbar-left {
  float: left !important;
}
.chart .navbar-right {
  float: right !important;
}
.chart .nav.pull-right {
  margin-right: 0;
}
.chart .navbar-tier2 .navbar {
  border-top-color: transparent;
}
.chart .navbar-tier2 .form-control {
  margin-bottom: 5px;
}
.chart .toggle-all.show-all {
  display: block;
}
.chart .toggle-all.hide-all {
  display: none;
}
.chart .load-more small {
  color: #777777;
}
.chart .panel-heading.accordion-toggle {
  cursor: pointer;
}
.chart .panel-footer .btn-group {
  margin-bottom: 5px;
}
.chart .panel-footer .btn-group select {
  height: 34px;
}
.chart .panel-footer .btn-toolbar > .btn-group {
  margin-left: 0px;
  margin-right: 5px;
}
.chart .date-edit {
  position: absolute;
  top: 7px;
  left: 13px;
}
.chart .caption {
  color: #555555;
  overflow: hidden;
  max-height: 72px;
  font-weight: normal;
  font-size: 14px;
  font-style: normal;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  -webkit-transition: max-height ease 0.4s;
  -o-transition: max-height ease 0.4s;
  transition: max-height ease 0.4s;
}
.chart .caption .caption-inner {
  padding: 7.5px 15px;
}
.chart .open .caption {
  max-height: 0px;
}
.chart .panel-footer {
  display: none;
  border-top: 1px solid #e2e2e2;
}
.chart .panel-footer .btn.btn-default {
  padding-left: 8px;
  padding-right: 10px;
}
.chart .open .panel-footer {
  display: block;
}
.chart .privacy-prefs select {
  width: 160px;
}
.chart .upload-image {
  margin-bottom: 8px;
}
.chart ul.chart_parts {
  margin-bottom: 0;
}
.chart .chart_parts > li {
  border-radius: 0px;
  position: relative;
  margin-bottom: 8px;
  border-bottom: 1px solid #e2e2e2;
}
.chart .chart_parts > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.chart .chart_parts > li .row.form-inline {
  margin-bottom: 8px;
}
.chart .chart_parts > li .checkboxes-controls {
  padding-bottom: 6px;
}
.chart .chart_parts .control-group {
  margin-bottom: 0;
}
.chart .chart_parts .p {
  margin-bottom: 6px;
}
.chart .chart_parts .table td span {
  display: block;
  min-height: 20px;
}
.chart .chart_parts .controls .p,
.chart .chart_parts .controls textarea {
  -webkit-transition: min-height ease-in-out 0.3s;
  -o-transition: min-height ease-in-out 0.3s;
  transition: min-height ease-in-out 0.3s;
  min-height: 20px;
}
.chart .chart_parts .controls textarea.editing {
  min-height: 160px;
}
.chart .chart_parts .chart-label {
  font-family: 'ProximaNovaRgBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.chart .chart_parts .chart-labelinput {
  width: 75%;
}
.chart .chart_parts .chart-labelinput:focus {
  margin-bottom: 10px;
}
.chart .chart_parts .controls label.checkbox.inline {
  white-space: nowrap;
}
.chart li.pinboard {
  position: relative;
}
.chart .pinboard-canvas {
  position: relative;
  margin-bottom: 5px;
  overflow: scroll;
}
.chart .pinboard-canvas .sketch-image,
.chart .pinboard-canvas .sketch-canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.chart .pinboard-image img {
  max-width: none !important;
  margin: 0;
}
.chart .pinboard-points span.point {
  position: relative;
}
.chart .pinboard-image input,
.chart .upload-image input {
  display: none;
}
.chart .upload-image .image {
  position: relative;
  min-height: 40px;
}
.chart .upload-image .thumbnail,
.chart .pinboard-image .thumbnail {
  position: relative;
  min-height: 40px;
}
.chart .pinboard-canvas.thumbnail .image_container {
  min-height: 500px;
}
.chart .upload-image .placeholder-dropzone {
  height: 80px;
  border: 2px dotted #ccc;
}
.chart .chart-edit .pinboard-points span.point {
  cursor: move;
}
.chart .chart-edit .pinboard-points span.point.disabled {
  background-color: #81818e;
  cursor: wait;
}
.chart .pinboard-point {
  display: block;
  width: 15px;
  padding: 6px;
  line-height: 15px;
  border-radius: 15px;
  background-color: #00c1ca;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 0 3px #666;
  box-shadow: 0 0 3px #666;
  box-sizing: content-box;
}
.chart .chart-edit .pinboard-point:hover {
  background-color: #333333;
}
.chart.chart-print .pinboard-points .point {
  position: absolute;
}
.chart .pinboard-points span.point span.num {
  display: block;
  width: 15px;
  padding: 6px;
  line-height: 15px;
  border-radius: 15px;
  background-color: #00c1ca;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 0 3px #666;
  box-shadow: 0 0 3px #666;
  box-sizing: content-box;
  display: inline-block;
  position: relative;
}
.chart .pinboard-points span.point span.symbol {
  position: absolute;
  top: -50px;
  left: -8px;
}
.chart .points_fields li {
  position: relative;
}
.chart .points_fields li .destroy:not(.static) {
  position: absolute;
  top: 0;
  right: 0;
}
.chart .points_fields .point-col {
  max-width: 34px;
}
.chart .points_fields .point {
  display: block;
  width: 15px;
  padding: 6px;
  line-height: 15px;
  border-radius: 15px;
  background-color: #00c1ca;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 0 3px #666;
  box-shadow: 0 0 3px #666;
  box-sizing: content-box;
  top: 1px;
}
.chart .points_fields .p {
  padding-top: 4px;
  min-height: 25px;
}
.chart .points_fields .p {
  margin-left: 30px;
}
.chart .point-remove-btn {
  padding-top: 0;
  color: #81818e;
}
.chart .point-remove-btn:active,
.chart .point-remove-btn:focus,
.chart .point-remove-btn:hover {
  color: #000000;
  box-shadow: none;
  background-color: #ffffff;
}
.chart .point-remove-btn svg,
.chart .point-remove-btn svg path {
  cursor: pointer;
}
.chart .destroy-chart-part {
  display: none;
}
.chart .destroy-chart-part {
  display: block;
}
.chart .display-to-patient-badge {
  margin-left: 10px;
}
.chart .image-canvas-container {
  overflow-x: scroll;
}
.chart .sketch-controls {
  margin-bottom: 10px;
}
.chart .sketch-control-group {
  padding-bottom: 40px;
}
.chart .sketch-container {
  max-width: 768px;
  min-height: 700px;
  overflow: scroll;
  margin: 8px 0;
  background: url(/assets/d5bfcf1fd09a1ae0.png);
  border: 1px solid #eeeeee;
  border-radius: 8px;
}
.chart .sketch-container .sketch-image input {
  display: none;
}
.chart .sketch-container .sketch-image .image_container {
  min-height: 700px;
}
.chart .sketch-container canvas,
.chart .sketch-container > img,
.chart .sketch-container .sketch-image {
  position: absolute;
  z-index: 100;
}
.chart .sketch-container > img,
.chart .sketch-container canvas {
  z-index: 101;
}
.chart .sketch-container,
.chart .spine-container {
  position: relative;
}
.chart .sketch-container .sketch-image,
.chart .spine-container .sketch-image,
.chart .sketch-container canvas,
.chart .spine-container canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
}
.chart .sketch-drawing {
  z-index: 10000;
}
.chart .sketch-files-btn-toolbar {
  display: flex;
  margin-top: 5px;
  flex-wrap: wrap;
  padding-left: 43px;
  justify-content: start;
}
.chart .sketch-files-btn-toolbar .toolbar-btn {
  width: 100%;
  margin-top: 5px;
  margin-right: 0px;
  overflow-x: hidden;
}
.chart .sketch-files-btn-toolbar .toolbar-btn .btn {
  width: 100%;
}
@media (min-width: 480px) {
  .chart .sketch-files-btn-toolbar {
    flex-wrap: nowrap;
  }
  .chart .sketch-files-btn-toolbar .toolbar-btn {
    width: auto;
    margin-right: 5px;
  }
}
.chart span[class*='sketch-stroke'] {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #333333;
  border-radius: 8px;
}
.chart span[class*='sketch-stroke'].sketch-stroke-small {
  width: 4px;
  height: 4px;
  border-radius: 4px;
}
.chart span[class*='sketch-stroke'].sketch-stroke-large {
  width: 12px;
  height: 12px;
  border-radius: 12px;
}
.chart span[class*='sketch-color'] {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 3px;
}
.chart .show-template-editor {
  display: none;
}
.chart .chart_templates .show-template-editor {
  display: block;
}
.chart_entries {
  margin-top: 10px;
}
.intake-templates .template-library-controls {
  display: none;
}
.new_chart_part ul.dropdown-menu li,
.new_chart_entry ul.dropdown-menu li,
.new_chart_part ul.dropdown-menu li > a,
.new_chart_entry ul.dropdown-menu li > a {
  white-space: normal;
  word-break: break-word;
}
.chart-template-library h1 {
  display: block;
  width: 398px;
  height: 51px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/assets/56cb6e4cdd56255f.png) 0 0 no-repeat;
  background-size: contain;
  margin: 0;
}
.spine fieldset .input-button {
  padding-top: 3px;
  padding-bottom: 3px;
}
.spine fieldset .flex-right .input-button {
  margin-left: 5px;
}
.spine .checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}
.spine label {
  white-space: nowrap;
}
.spine-note textarea {
  height: 150px;
}
@media (min-width: 768px) {
  .spine-note textarea {
    height: 700px;
  }
}
.spine-column-center {
  width: 125px;
}
.spine-column-center .spine-container canvas,
.spine-column-center .spine-container img {
  width: 125px;
  height: 814px;
}
@media (min-width: 768px) {
  .spine-column-center {
    width: auto;
  }
  .spine-column-center .spine-container canvas,
  .spine-column-center .spine-container img {
    width: 183px;
    height: 814px;
  }
}
@media (max-width: 480px) {
  .chart .toggle-all span {
    display: none;
  }
  .chart .btn-group .btn.btn-default span.collapse {
    display: none;
  }
}
@media (min-width: 768px) {
  .chart .navbar-tier2 .form-control {
    margin-bottom: 0px;
  }
  .chart .panel-footer .btn-group {
    margin-bottom: 0px;
  }
  .pane-inner-scroll {
    height: 100%;
  }
  .pane-inner-scroll > .page-header {
    height: 75px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 10px;
  }
  .pane-inner-scroll .pane-inner-scroll-panes {
    height: -webkit-calc(100% - 75px);
    height: calc(100% - 75px);
    position: relative;
  }
  .pane-inner-scroll .pane-inner-scroll-pane {
    position: relative;
    height: 100%;
  }
  .pane-inner-scroll .pane-inner-scroll-pane-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 5px;
    overflow-y: scroll;
  }
}
.options-list-btn.active {
  box-shadow: none;
  border-color: transparent;
  background-color: #b6e6e6;
}
.vitals-table {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .vitals-table {
    flex-direction: row;
  }
}
.vitals-table .vitals-cell {
  flex-grow: 1;
  white-space: nowrap;
}
.vitals-table .vitals-cell:not(:first-child) {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .vitals-table .vitals-cell:not(:first-child) {
    margin-top: 0;
    margin-left: 10px;
  }
}
.vitals-table .vitals-heading {
  padding: 0 0 5px 0;
}
.fullscript_recommendation textarea {
  height: 100px;
  resize: none;
}
.fullscript_recommendation input:focus,
.fullscript_recommendation textarea:focus {
  border: 1px solid #88b04b;
  box-shadow: 0 0 5px #88b04b;
}
.fullscript_recommendation .fs_btn {
  padding: 10px 5px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
}
.fullscript_recommendation .fs_btn.full_width {
  width: 100%;
}
.fullscript_recommendation .fs_btn.fuschia_button_outline {
  border: 1px solid #baa7dd;
  color: #baa7dd;
}
.fullscript_recommendation .fs_btn.fuschia_button_outline:hover {
  color: white;
  background-color: #baa7dd;
}
.fullscript_recommendation .fs_btn.slate_button_outline {
  border: 1px solid #798990;
  color: #798990;
}
.fullscript_recommendation .fs_btn.slate_button_outline:hover {
  color: white;
  background-color: #798990;
}
.fullscript_recommendation .fs_btn.greenery_button {
  background-color: #88b04b;
  color: white;
}
.fullscript_recommendation .fs_btn.greenery_button:hover {
  background-color: #6c922b;
}
.fullscript_recommendation .fs_btn.greenery_button_outline {
  border: 1px solid #88b04b;
  color: #88b04b;
}
.fullscript_recommendation .fs_btn.greenery_button_outline:hover {
  color: white;
  background-color: #88b04b;
}
.fullscript_recommendation .fs_btn.fs_blue_button {
  background-color: #3498db;
  color: white;
}
.fullscript_recommendation .fs_btn.fs_blue_button:hover {
  background-color: #2e7eb1;
}
.fullscript_recommendation .fs_btn.fs_blue_button_outline {
  border: 1px solid #3498db;
  color: #3498db;
}
.fullscript_recommendation .fs_btn.fs_blue_button_outline:hover {
  color: white;
  background-color: #3498db;
}
.fullscript_recommendation .fs_btn.fs_blue_button_outline .badge {
  background-color: #ef5c6e;
}
.fullscript_recommendation .fs_btn.coral_button_outline {
  border: 1px solid #ef5c6e;
  color: #ef5c6e;
}
.fullscript_recommendation .fs_btn.coral_button_outline:hover {
  color: white;
  background-color: #ef5c6e;
}
.fullscript_recommendation .fs_label {
  display: inline;
  padding: 3px 10px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 3px;
}
.fullscript_recommendation .fs_label.greenery_label {
  background-color: #88b04b;
}
.fullscript_recommendation .slide_pane_heading img {
  height: 30px;
  margin-right: 5px;
}
.fullscript_recommendation .slide_pane_heading h1 {
  display: inline;
  vertical-align: middle;
}
.fullscript_recommendation .add_product_button_container {
  border: 1px dashed #798990;
  padding: 50px 0;
  margin: 5px;
  text-align: center;
}
.fullscript_recommendation .add_product_button_container .fs_btn {
  width: 200px;
}
.fullscript_recommendation .add_product_button_container .fs_btn.add_product.greenery_button {
  margin: 0 auto;
}
.fullscript_recommendation .add_product_button_container.cart_active {
  border: none;
  padding: 0;
  float: left;
}
.fullscript_recommendation .create_recommendation_button_container {
  float: right;
}
.fullscript_recommendation .create_recommendation_button_container .fs_btn {
  width: 200px;
}
.fullscript_recommendation .create_recommendation_button_container .fs_btn.fs_blue_button {
  border: none;
}
.fullscript_recommendation .product_availability {
  color: white;
  padding: 2px 10px;
  margin: 5px 0;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  border-radius: 5px;
}
.fullscript_recommendation .product_price {
  color: #3498db;
  font-weight: bold;
  margin: 10px 0;
}
.fullscript_recommendation .product_unit {
  font-weight: lighter;
}
.fullscript_recommendation .fullscript_add_product_modal {
  width: 95%;
}
.fullscript_recommendation .fullscript_add_product_modal .product_search_container {
  position: relative;
}
.fullscript_recommendation .fullscript_add_product_modal .product_search_container .search_icon {
  font-size: 20px;
  color: #d3dcd6;
  position: absolute;
  top: 14px;
  left: 16px;
  z-index: 10;
}
.fullscript_recommendation .fullscript_add_product_modal .product_search_container .clear_search button {
  font-size: 20px;
  color: #ef5c6e;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 10;
}
.fullscript_recommendation .fullscript_add_product_modal .product_search_container .clear_search button:hover {
  color: #de4848;
}
.fullscript_recommendation .fullscript_add_product_modal .product_search_container input.product_search {
  font-size: 19px;
  transition: all 0.2s ease-out;
  color: #88b04b;
  outline: none;
  position: relative;
  background-color: white;
  border: 1px solid #88b04b;
  width: 100%;
  height: 57px;
  padding: 15px 10px 15px 45px;
  border-radius: 5px;
  margin-bottom: 0;
  z-index: 5;
}
.fullscript_recommendation .fullscript_add_product_modal .variant_details {
  font-size: 15px;
  color: #798990;
  margin-left: 20px;
}
.fullscript_recommendation .fullscript_add_product_modal .variant_details h4 {
  color: #88b04b;
  font-weight: bold;
}
.fullscript_recommendation .fullscript_add_product_modal .variant_details .product_availability.in_stock {
  background-color: #3498db;
}
.fullscript_recommendation .fullscript_add_product_modal .variant_details .product_availability.unavailable {
  background-color: #ef5c6e;
}
.fullscript_recommendation .fullscript_add_product_modal .variant_image_container {
  text-align: center;
  margin: 15px 0;
}
.fullscript_recommendation .fullscript_add_product_modal .variant_image_container img {
  vertical-align: middle;
  max-width: 100%;
}
.fullscript_recommendation .fullscript_add_product_modal .fs_btn.greenery_button {
  margin: 10px 0;
  width: 250px;
}
.fullscript_recommendation .fullscript_product_detail_modal {
  width: 80%;
}
.fullscript_recommendation .fullscript_product_detail_modal .modal-body {
  height: 100%;
}
.fullscript_recommendation .fullscript_product_detail_modal .modal-body .product_detail_left_column {
  padding: 20px;
}
.fullscript_recommendation .fullscript_product_detail_modal .modal-body .product_detail_left_column img {
  display: block;
  margin: 0 auto;
}
.fullscript_recommendation .fullscript_product_detail_modal .modal-body .product_detail_left_column .product_availability {
  margin: 10px 0;
}
.fullscript_recommendation .fullscript_product_detail_modal .modal-body .product_detail_left_column .product_availability.in_stock {
  background-color: #3498db;
}
.fullscript_recommendation .fullscript_product_detail_modal .modal-body .product_detail_left_column .product_availability.unavailable {
  background-color: #ef5c6e;
}
.fullscript_recommendation .fullscript_product_detail_modal .modal-body .product_detail_left_column .variants_list {
  margin: 5px 0;
}
.fullscript_recommendation .fullscript_product_detail_modal .modal-body .product_detail_left_column .btn.btn-primary {
  margin: 5px 0;
  width: 100%;
}
.fullscript_recommendation .fullscript_product_detail_modal .modal-body .product_detail_right_column {
  padding: 20px;
}
.fullscript_recommendation .fullscript_product_detail_modal .modal-body .product_detail_right_column .description_html {
  font-size: 15px;
}
.fullscript_recommendation .fullscript_product_detail_modal .modal-header,
.fullscript_recommendation .fullscript_product_detail_modal .modal-footer {
  border: none;
}
.fullscript_recommendation .fullscript_list h4 {
  color: #88b04b;
  font-weight: bold;
}
.fullscript_recommendation .fullscript_list h5.product_price {
  color: #3498db;
  font-size: 18px;
  font-weight: bold;
  background-color: white;
  border: none;
  box-shadow: none;
}
.fullscript_recommendation .fullscript_list img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.fullscript_recommendation .fullscript_list .dosage {
  display: inline-block;
  margin: 10px 5px;
  border: none;
  background-color: #eee;
  box-shadow: none;
}
.fullscript_recommendation .fullscript_list .dosage:focus {
  border: 1px solid #88b04b;
  box-shadow: 0 0 5px #88b04b;
}
.fullscript_recommendation .fullscript_list .icon-trash {
  color: #ef5c6e;
}
.fullscript_recommendation .fullscript_list .icon-trash:hover {
  color: #de4848;
}
.fullscript_recommendation .fullscript_list .product_availability.in_stock {
  background-color: #3498db;
}
.fullscript_recommendation .fullscript_list .product_availability.unavailable {
  background-color: #ef5c6e;
}
.fullscript_recommendation .fullscript_list .instructions {
  max-width: 100%;
}
.fullscript_recommendation .fullscript_list .instructions label {
  display: block;
  font-weight: bold;
  margin: 5px 0 0 5px;
}
.fullscript_recommendation .fullscript_list .instructions .form-group {
  display: block;
}
.fullscript_recommendation .fullscript_list .instructions textarea {
  display: block;
  height: 60px;
  max-width: 95%;
  width: 100%;
}
.fullscript_recommendation .fullscript_list .variant_image_container {
  height: 200px;
}
.fullscript_recommendation .fullscript_well {
  box-shadow: 0 2px 4px rgba(64, 79, 94, 0.09);
  border: 1px solid #d3dcd6;
  border-radius: 4px;
  padding: 15px;
  margin: 10px 0;
  width: 100%;
}
.fullscript_recommendation .fs_chart_entry_heading {
  white-space: nowrap;
  margin-bottom: 5px;
}
.fullscript_recommendation .fs_chart_entry_heading img {
  height: 20px;
  vertical-align: middle;
  display: inline-block;
}
.fullscript_recommendation .fs_chart_entry_heading h4,
.fullscript_recommendation .fs_chart_entry_heading input.form-control.unstyled {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.fullscript_recommendation .panel-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-shadow: none !important;
  cursor: default !important;
  padding: 0 10px;
}
.fullscript_recommendation .panel-heading h4 {
  font-size: 18px;
}
.fullscript_recommendation .panel-heading .fs_btn.slate_button_outline,
.fullscript_recommendation .panel-heading .fs_btn.greenery_button_outline,
.fullscript_recommendation .panel-heading .fs_btn.btn-default {
  padding: 5px 15px;
}
.fullscript_recommendation .panel-heading .fs_btn.btn.btn-default {
  width: 144px;
  background-color: #ddd;
}
.fullscript_recommendation .panel-body {
  background-color: #fdfdfd;
  padding: 0 15px;
}
.fullscript_recommendation .panel-body .col-md-8 {
  border-bottom: 1px solid #eee;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .fullscript_recommendation .panel-body .col-md-8 {
    border-right: 1px solid #eee;
    border-bottom: none;
  }
}
.fullscript_recommendation .panel-body .product_recommendation {
  padding: 10px 0 0;
}
.fullscript_recommendation .panel-body .product_separator {
  border-bottom: 1px solid #eee;
}
.fullscript_recommendation .panel-body .recommendation_message {
  word-break: break-word;
  color: #798990;
}
.fullscript_recommendation .panel-body .product_description {
  display: inline-block;
  margin-bottom: 10px;
}
.fullscript_recommendation .panel-body .product_dosage {
  color: #798990;
}
.fullscript_recommendation .panel-body .product_name {
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
}
.fullscript_recommendation .panel-body .product_name span {
  font-weight: normal;
  font-style: italic;
  color: #798990;
}
.fullscript_recommendation .panel-body .product_quantity {
  vertical-align: top;
  display: inline-block;
  width: 50px;
}
.fullscript_recommendation .panel-body .product_quantity .badge {
  color: white;
  background-color: #798990;
  border-radius: 5px;
}
.sortable-item:first-of-type {
  border-radius: 5px;
}
.sortable-item {
  background-color: white;
}
.sortable-item > :first-child {
  padding-right: 20px;
}
@media (max-width: 768px) {
  .sortable-item {
    flex-direction: column;
  }
}
.survey-score {
  font-size: 3rem !important;
  line-height: 3.6rem !important;
  font-family: 'ProximaNovaLtSemibold', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.diagnosis-code-item {
  margin: 5px;
  padding: 0 5px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.drag-item-fee-code {
  padding: 12px;
  background-color: white;
  border: 1px solid #dddddd;
}
.drag-item-diagnosis-code {
  margin: 5px;
  padding-left: 5px;
}
.margin-8 {
  margin: 8px;
}
.button-alert-margin-match.alert {
  margin: -2px;
}
.drag-handle {
  color: #9e9ea6;
  margin: 7px 0 0 5px;
  cursor: move;
}
.quantity-select {
  width: auto;
  margin: 10px;
}
.check-box-billing-codes label {
  margin: 0 5px;
  width: 100%;
}
.check-box-billing-codes label:hover:not(.disabled):not(.read-only) {
  background: transparent;
  border: 1px solid transparent;
}
.check-box-billing-codes label:active:not(.disabled):not(.read-only) {
  background: transparent;
}
.check-box-billing-codes label:focus-within {
  background: transparent;
  border: 1px solid transparent;
}
.check-box-billing-codes label.input-button {
  padding-left: 5px;
}
.secondary-toggle-color .bg-primary {
  background-color: #fba919;
}
.rearrange-link {
  width: fit-content;
  height: fit-content;
  float: right;
}
.rearrange-procedure-btn {
  margin-bottom: 12px;
}
.zero-padding .panel-body {
  padding: 0px;
}
.background-white {
  background-color: white;
}
.template-modal-tab {
  height: 41px;
  overflow-y: hidden;
}
.template-modal-tab a {
  color: #777777;
}
.template-modal-tab a .selected {
  color: #333333;
  font-weight: 400;
}
.template-modal-tab a .selected .badge {
  background-color: #333333;
}
.action-card-button {
  height: 96px;
}
.action-card-button .btn {
  border-color: #f5f5f5;
  padding: 12px;
}
.action-card-button .btn .semi-bold {
  font-weight: 400;
}
.action-card-button .btn:hover {
  background-color: #f5f5f5;
}
.action-card-button .btn:hover .custom-icon-base-grey {
  background-color: #dcdcdc;
}
.flex-gap {
  gap: 0 5px;
}
.chart-entry-footer-flex {
  gap: 0 5px;
}
@media (max-width: 768px) {
  .chart-entry-footer-flex {
    flex-direction: column;
  }
}
.chart-entry-footer-add-template {
  display: flex;
  justify-content: flex-start;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .chart-entry-footer-add-template {
    justify-content: flex-end;
    flex-grow: 0;
  }
}
.chart-entry-footer-add-template .btn-group {
  display: flex;
}
.chart-entry-footer-add-template .btn-group .btn-group {
  margin-bottom: 0px;
}
.side-by-side-images {
  position: relative;
  display: flex;
}
.side-by-side-images .read-only-before-after-labels-wrapper {
  display: flex;
  flex-shrink: 0;
  position: absolute;
  width: 746px;
}
.side-by-side-images .read-only-before-after-labels-wrapper div {
  width: 50%;
}
.side-by-side-images .before-after-label {
  background-color: #000000;
  border-radius: 4px;
  color: #ffffff;
  margin: 5px;
  padding: 5px;
  position: absolute;
}
.side-by-side-images .label-position-right {
  right: 0;
}
#library-logo {
  background: url(/assets/9de0aeec159a3625.png) 0 0 no-repeat;
  background-size: contain;
}
.ReactVirtualized__Grid:focus {
  outline: 0;
}
.shared-disciplines {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 3px;
  grid-row-gap: 5px;
}
@media (min-width: 480px) {
  .shared-disciplines {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
  }
}
@media (min-width: 768px) {
  .shared-disciplines {
    grid-template-columns: repeat(3, 2fr);
    grid-column-gap: 15px;
  }
}
@media (min-width: 992px) {
  .shared-disciplines {
    grid-template-columns: repeat(4, 2fr);
    grid-column-gap: 15px;
  }
}
.check {
  color: #c4c4c4;
  -webkit-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  transition: all ease 200ms;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.check:not(.disabled) {
  cursor: pointer;
}
.check:hover:not(.disabled) {
  color: #777777;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.check.checked i.icon-base {
  color: #777777;
}
.check.checked i.icon-ok {
  color: #00c1ca;
}
.check.disabled {
  cursor: not-allowed;
}
.check.disabled i.check-base {
  border: 1px solid #c4c4c4;
}
.check i.check-base {
  border-radius: 50%;
  border: 1px solid #777777;
}
.styled-checkbox {
  background: #ffffff;
  min-width: 18px;
  height: 18px;
  width: 18px;
  border: 1px solid #ccc;
  border-radius: 4px;
  pointer-events: none;
}
.has-error .styled-checkbox,
.styled-checkbox.has-error {
  border-color: #b92c22;
}
input:disabled + .styled-checkbox,
input[aria-disabled="true"] + .styled-checkbox {
  background: #eeeeee;
  cursor: not-allowed;
}
label.read-only input:disabled + .styled-checkbox,
label.read-only input[aria-disabled="true"] + .styled-checkbox {
  background: #ffffff;
  border-color: #ccc;
  cursor: initial;
}
.styled-checkbox svg polyline {
  stroke-dasharray: 25;
  stroke-dashoffset: 25;
  stroke-opacity: 0;
  fill: none;
  stroke-linecap: round;
  stroke: #555555;
  stroke-width: 4px;
  transition: stroke-opacity 150ms linear;
}
label.read-only input:disabled + .styled-checkbox.checked.checked,
label.read-only input:disabled + .styled-checkbox.indeterminate.checked,
label.read-only input[aria-disabled="true"] + .styled-checkbox.checked.checked,
label.read-only input[aria-disabled="true"] + .styled-checkbox.indeterminate.checked {
  background: #555555;
  border-color: #555555;
}
input:disabled + .styled-checkbox.checked,
input:disabled + .styled-checkbox.indeterminate,
input[aria-disabled="true"] + .styled-checkbox.checked,
input[aria-disabled="true"] + .styled-checkbox.indeterminate {
  background: #9e9ea6;
  border-color: #9e9ea6;
}
.styled-checkbox.checked {
  background: #00c1ca;
  border-color: #00c1ca;
}
.styled-checkbox.checked svg polyline {
  stroke: #ffffff;
  stroke-dashoffset: 50;
  stroke-opacity: 1;
  transition: stroke-dashoffset 150ms linear;
}
.styled-checkbox.indeterminate {
  background: #dddddd;
  border-color: #dddddd;
}
.styled-checkbox.indeterminate svg polyline {
  stroke: #ffffff;
  stroke-opacity: 1;
  transition: stroke-dashoffset 150ms linear;
}
.initials-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #eeeeee;
  font-size: 19px;
  text-align: center;
  font-family: 'ProximaNovaLtLight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #555555;
  border-radius: 50%;
}
.initials-circle.initials-sm {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
}
.initials-circle.initials-xsm {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
}
.initials-circle.initials-xxsm {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
}
.initials-circle.bg-primary {
  color: #ffffff;
}
.initials-circle.initials-circle-brand {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  line-height: 29px;
}
.initials-circle sup {
  display: inline-block;
  margin-left: -5px;
  font-size: 60%;
}
.initials-circle.initials-large {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.circle {
  text-align: center;
  font-family: 'ProximaNovaRgBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #555555;
  border: 1px solid #777777;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.circle.circle-xl {
  width: 175px;
  height: 175px;
}
.circle.circle-lg {
  width: 60px;
  height: 60px;
}
.circle.circle-light {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}
.circle .circle-caption {
  display: inline-block;
  margin-top: 30%;
  color: #ffffff;
  text-shadow: 1px 1px #000000;
}
.circle .circle-caption big {
  display: block;
  font-family: 'ProximaNovaLtLight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 45px;
}
.circle .circle-caption big sup {
  font-size: 60%;
  top: -0.5em;
}
@media (max-width: 991px) {
  .circle.circle-xl {
    width: 120px;
    height: 120px;
  }
  .circle .circle-caption {
    font-size: 14px;
  }
  .circle .circle-caption big {
    font-size: 30px;
  }
}
.avatar {
  background-image: url(/assets/4d038fd8d210b263.jpg);
  background-size: cover;
}
.avatar .circle-caption {
  margin-top: 55%;
}
.circles-layered .circles-layered-left {
  z-index: 1;
}
.circles-layered .circles-layered-right {
  margin-left: -15px;
  z-index: 2;
}
.claim-submission-item .item-header-container {
  min-width: 400px;
}
.claim-submission-item .item-header-container .header-icon-container {
  width: 50px;
  text-align: center;
  display: inline-block;
}
.claim-submission-item .item-header-container .header-icon-container .header-icon {
  margin-bottom: 8px;
}
.claim-submission-item .item-header-container .text-container {
  width: 300px;
  display: inline-block;
}
.claim-submission-item .item-details-container {
  border-left: 1px dotted #dadada;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 20px;
}
.claim-submission-item .item-details-container .item-details {
  margin-left: 25px;
}
.claim-submission-item .item-details-container .item-details .services-table {
  overflow-x: scroll;
  white-space: nowrap;
}
.claim-submission-messages .message > div:first-child {
  font-family: 'ProximaNovaRgBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.close {
  font-size: 14px;
  line-height: 1.42857143;
  font-color: #333333;
  opacity: 1;
}
.close [class^="icon-"]:not([data-fa-version="6"]),
.close [class*=" icon-"]:not([data-fa-version="6"]) {
  font-size: 14px;
}
.text-white {
  color: #ffffff;
}
.text-disabled {
  color: #696977;
}
.text-default {
  color: #333333;
}
.text-gray-light {
  color: #696977;
}
.text-gray {
  color: #333333;
}
.text-gray-darker {
  color: #696977;
}
.text-secondary {
  color: #fba919;
}
.white,
.bg-white {
  background-color: #ffffff;
}
a.white:hover,
a.bg-white:hover {
  background-color: #e6e6e6;
}
.bg-default {
  background-color: #c8c8c8;
}
a.bg-default:hover {
  background-color: #afafaf;
}
.bg-success,
.bg-arrived {
  background-color: #5cb85c;
}
a.bg-success:hover,
a.bg-arrived:hover {
  background-color: #449d44;
}
.bg-success.disabled,
.bg-arrived.disabled {
  background-color: #89be89;
}
.bg-success.darker,
.bg-arrived.darker {
  background-color: #449d44;
}
a.bg-success.darker:hover,
a.bg-arrived.darker:hover {
  background-color: #357935;
}
.bg-paid {
  background-color: #4eae79;
}
a.bg-paid:hover {
  background-color: #3e8b61;
}
.bg-paid.disabled {
  background-color: #7ab594;
}
.bg-paid.darker {
  background-color: #3e8b61;
}
a.bg-paid.darker:hover {
  background-color: #2e6848;
}
.inverse {
  background-color: #00c1ca;
}
.bg-primary,
.bg-booked {
  background-color: #00c1ca;
}
a.bg-primary:hover,
a.bg-booked:hover {
  background-color: #009097;
}
.bg-primary.disabled,
.bg-booked.disabled {
  background-color: #8bd5d8;
}
.bg-warning {
  background-color: #ffc82b;
}
a.bg-warning:hover {
  background-color: #f7b700;
}
.bg-danger {
  background-color: #de4848;
}
a.bg-danger:hover {
  background-color: #ce2525;
}
.bg-no-show,
.bg-no_show {
  background-color: #e36666;
}
a.bg-no-show:hover,
a.bg-no_show:hover {
  background-color: #dc3b3b;
}
.bg-grey {
  background-color: #f5f5f5;
}
a.bg-grey:hover {
  background-color: #dcdcdc;
}
.bg-grey.dark {
  background-color: #dcdcdc;
}
a.bg-grey.dark:hover {
  background-color: #c2c2c2;
}
.bg-grey.darker {
  background-color: #a9a9a9;
}
a.bg-grey.darker:hover {
  background-color: #8f8f8f;
}
.bg-grey.darkest {
  background-color: #767676;
}
a.bg-grey.darkest:hover {
  background-color: #5c5c5c;
}
.text-user1 {
  color: #efd59a;
}
a.text-user1:hover {
  color: #e8c36e;
}
.text-user2 {
  color: #c4c4d6;
}
a.text-user2:hover {
  color: #a6a6c1;
}
.text-user3 {
  color: #f1b37a;
}
a.text-user3:hover {
  color: #ec994c;
}
.text-user4 {
  color: #8eb8c9;
}
a.text-user4:hover {
  color: #6ba2b9;
}
.text-user5 {
  color: #8ea785;
}
a.text-user5:hover {
  color: #739168;
}
.text-user6 {
  color: #d1a6c5;
}
a.text-user6:hover {
  color: #c084af;
}
.text-user7 {
  color: #e8a2b6;
}
a.text-user7:hover {
  color: #de7996;
}
.text-user8 {
  color: #a5d7c5;
}
a.text-user8:hover {
  color: #82c7ae;
}
.text-user9 {
  color: #c38f92;
}
a.text-user9:hover {
  color: #b16e72;
}
.text-grey {
  color: #555555;
}
a.text-grey:hover {
  color: #3b3b3b;
}
.fs-overlay-bg.bg-light-transparent {
  background-color: rgba(255, 255, 255, 0.308);
}
.bg-user1 {
  color: #ffffff;
  background-color: #efd59a;
}
a.bg-user1:hover {
  color: #e6e6e6;
}
a.bg-user1:hover {
  background-color: #e8c36e;
}
.bg-user2 {
  color: #ffffff;
  background-color: #c4c4d6;
}
a.bg-user2:hover {
  color: #e6e6e6;
}
a.bg-user2:hover {
  background-color: #a6a6c1;
}
.bg-user3 {
  color: #ffffff;
  background-color: #f1b37a;
}
a.bg-user3:hover {
  color: #e6e6e6;
}
a.bg-user3:hover {
  background-color: #ec994c;
}
.bg-user4 {
  color: #ffffff;
  background-color: #8eb8c9;
}
a.bg-user4:hover {
  color: #e6e6e6;
}
a.bg-user4:hover {
  background-color: #6ba2b9;
}
.bg-user5 {
  color: #ffffff;
  background-color: #8ea785;
}
a.bg-user5:hover {
  color: #e6e6e6;
}
a.bg-user5:hover {
  background-color: #739168;
}
.bg-user6 {
  color: #ffffff;
  background-color: #d1a6c5;
}
a.bg-user6:hover {
  color: #e6e6e6;
}
a.bg-user6:hover {
  background-color: #c084af;
}
.bg-user7 {
  color: #ffffff;
  background-color: #e8a2b6;
}
a.bg-user7:hover {
  color: #e6e6e6;
}
a.bg-user7:hover {
  background-color: #de7996;
}
.bg-user8 {
  color: #ffffff;
  background-color: #a5d7c5;
}
a.bg-user8:hover {
  color: #e6e6e6;
}
a.bg-user8:hover {
  background-color: #82c7ae;
}
.bg-user9 {
  color: #ffffff;
  background-color: #c38f92;
}
a.bg-user9:hover {
  color: #e6e6e6;
}
a.bg-user9:hover {
  background-color: #b16e72;
}
.bg-light-user1 {
  color: #333333;
  background-color: #f8edd3;
}
a.bg-light-user1:hover {
  color: #1a1a1a;
}
a.bg-light-user1:hover {
  background-color: #f1daa7;
}
.bg-light-user2 {
  color: #333333;
  background-color: #ebebf1;
}
a.bg-light-user2:hover {
  color: #1a1a1a;
}
a.bg-light-user2:hover {
  background-color: #cdcddc;
}
.bg-light-user3 {
  color: #333333;
  background-color: #f8dbbf;
}
a.bg-light-user3:hover {
  color: #1a1a1a;
}
a.bg-light-user3:hover {
  background-color: #f3c091;
}
.bg-light-user4 {
  color: #333333;
  background-color: #c2d9e2;
}
a.bg-light-user4:hover {
  color: #1a1a1a;
}
a.bg-light-user4:hover {
  background-color: #9fc3d1;
}
.bg-light-user5 {
  color: #333333;
  background-color: #b7c7b1;
}
a.bg-light-user5:hover {
  color: #1a1a1a;
}
a.bg-light-user5:hover {
  background-color: #9cb294;
}
.bg-light-user6 {
  color: #333333;
  background-color: #ebd8e6;
}
a.bg-light-user6:hover {
  color: #1a1a1a;
}
a.bg-light-user6:hover {
  background-color: #dab7d0;
}
.bg-light-user7 {
  color: #333333;
  background-color: #f7dfe6;
}
a.bg-light-user7:hover {
  color: #1a1a1a;
}
a.bg-light-user7:hover {
  background-color: #edb6c6;
}
.bg-light-user8 {
  color: #333333;
  background-color: #daefe7;
}
a.bg-light-user8:hover {
  color: #1a1a1a;
}
a.bg-light-user8:hover {
  background-color: #b7dfd0;
}
.bg-light-user9 {
  color: #333333;
  background-color: #dec1c2;
}
a.bg-light-user9:hover {
  color: #1a1a1a;
}
a.bg-light-user9:hover {
  background-color: #cca0a2;
}
.bg-light-gray {
  color: #333333;
  background-color: #f5f5f5;
}
a.bg-light-gray:hover {
  color: #1a1a1a;
}
a.bg-light-gray:hover {
  background-color: #dcdcdc;
}
.bg-light-white {
  color: #333333;
  background-color: #ffffff;
}
a.bg-light-white:hover {
  color: #1a1a1a;
}
a.bg-light-white:hover {
  background-color: #e6e6e6;
}
.label-user1 {
  background-color: #efd59a;
}
.label-user2 {
  background-color: #c4c4d6;
}
.label-user3 {
  background-color: #f1b37a;
}
.label-user4 {
  background-color: #8eb8c9;
}
.label-user5 {
  background-color: #8ea785;
}
.label-user6 {
  background-color: #d1a6c5;
}
.label-user7 {
  background-color: #e8a2b6;
}
.label-user8 {
  background-color: #a5d7c5;
}
.label-user9 {
  background-color: #c38f92;
}
.accessibility-mode .label-primary,
.accessibility-mode .color-primary,
.accessibility-mode .label-user1,
.accessibility-mode .color-user1,
.accessibility-mode .label-user2,
.accessibility-mode .color-user2,
.accessibility-mode .label-user3,
.accessibility-mode .color-user3,
.accessibility-mode .label-user4,
.accessibility-mode .color-user4,
.accessibility-mode .label-user5,
.accessibility-mode .color-user5,
.accessibility-mode .label-user6,
.accessibility-mode .color-user6,
.accessibility-mode .label-user7,
.accessibility-mode .color-user7,
.accessibility-mode .label-user8,
.accessibility-mode .color-user8,
.accessibility-mode .label-user9,
.accessibility-mode .color-user9 {
  background-size: 15px;
}
.accessibility-mode .label-primary,
.accessibility-mode .color-primary {
  background-image: url(/assets/13f3325053a04438.png);
}
.accessibility-mode .label-user1,
.accessibility-mode .color-user1 {
  background-image: url(/assets/c917ed3b40b90433.png);
}
.accessibility-mode .label-user2,
.accessibility-mode .color-user2 {
  background-image: url(/assets/07b6a43aa685e3b8.png);
}
.accessibility-mode .label-user3,
.accessibility-mode .color-user3 {
  background-image: url(/assets/aedd85f2098a9083.png);
}
.accessibility-mode .label-user4,
.accessibility-mode .color-user4 {
  background-image: url(/assets/22aaed15b7295a6f.png);
}
.accessibility-mode .label-user5,
.accessibility-mode .color-user5 {
  background-image: url(/assets/ecaa8537c069cae3.png);
}
.accessibility-mode .label-user6,
.accessibility-mode .color-user6 {
  background-image: url(/assets/52397f55311740c6.png);
}
.accessibility-mode .label-user7,
.accessibility-mode .color-user7 {
  background-image: url(/assets/8085a6c4f92de2e5.png);
}
.accessibility-mode .label-user8,
.accessibility-mode .color-user8 {
  background-image: url(/assets/8265143a232af58a.png);
}
.accessibility-mode .label-user9,
.accessibility-mode .color-user9 {
  background-image: url(/assets/13affb44c0343086.png);
}
.btn-user1 {
  color: #ffffff;
  background-color: #efd59a;
  border-color: #efd59a;
}
.btn-user1:hover,
.btn-user1:focus,
.btn-user1.focus,
.btn-user1:active,
.btn-user1.active,
.open > .dropdown-toggle.btn-user1 {
  color: #ffffff;
  background-color: #e8c36e;
  border-color: #e7bf65;
}
.btn-user1:active,
.btn-user1.active,
.open > .dropdown-toggle.btn-user1 {
  background-image: none;
}
.btn-user1.disabled,
.btn-user1[disabled],
fieldset[disabled] .btn-user1,
.btn-user1.disabled:hover,
.btn-user1[disabled]:hover,
fieldset[disabled] .btn-user1:hover,
.btn-user1.disabled:focus,
.btn-user1[disabled]:focus,
fieldset[disabled] .btn-user1:focus,
.btn-user1.disabled.focus,
.btn-user1[disabled].focus,
fieldset[disabled] .btn-user1.focus,
.btn-user1.disabled:active,
.btn-user1[disabled]:active,
fieldset[disabled] .btn-user1:active,
.btn-user1.disabled.active,
.btn-user1[disabled].active,
fieldset[disabled] .btn-user1.active {
  background-color: #efd59a;
  border-color: #efd59a;
}
.btn-user1 .badge {
  color: #efd59a;
  background-color: #ffffff;
}
.btn-user2 {
  color: #ffffff;
  background-color: #c4c4d6;
  border-color: #c4c4d6;
}
.btn-user2:hover,
.btn-user2:focus,
.btn-user2.focus,
.btn-user2:active,
.btn-user2.active,
.open > .dropdown-toggle.btn-user2 {
  color: #ffffff;
  background-color: #a6a6c1;
  border-color: #a0a0bd;
}
.btn-user2:active,
.btn-user2.active,
.open > .dropdown-toggle.btn-user2 {
  background-image: none;
}
.btn-user2.disabled,
.btn-user2[disabled],
fieldset[disabled] .btn-user2,
.btn-user2.disabled:hover,
.btn-user2[disabled]:hover,
fieldset[disabled] .btn-user2:hover,
.btn-user2.disabled:focus,
.btn-user2[disabled]:focus,
fieldset[disabled] .btn-user2:focus,
.btn-user2.disabled.focus,
.btn-user2[disabled].focus,
fieldset[disabled] .btn-user2.focus,
.btn-user2.disabled:active,
.btn-user2[disabled]:active,
fieldset[disabled] .btn-user2:active,
.btn-user2.disabled.active,
.btn-user2[disabled].active,
fieldset[disabled] .btn-user2.active {
  background-color: #c4c4d6;
  border-color: #c4c4d6;
}
.btn-user2 .badge {
  color: #c4c4d6;
  background-color: #ffffff;
}
.btn-user3 {
  color: #ffffff;
  background-color: #f1b37a;
  border-color: #f1b37a;
}
.btn-user3:hover,
.btn-user3:focus,
.btn-user3.focus,
.btn-user3:active,
.btn-user3.active,
.open > .dropdown-toggle.btn-user3 {
  color: #ffffff;
  background-color: #ec994c;
  border-color: #eb9343;
}
.btn-user3:active,
.btn-user3.active,
.open > .dropdown-toggle.btn-user3 {
  background-image: none;
}
.btn-user3.disabled,
.btn-user3[disabled],
fieldset[disabled] .btn-user3,
.btn-user3.disabled:hover,
.btn-user3[disabled]:hover,
fieldset[disabled] .btn-user3:hover,
.btn-user3.disabled:focus,
.btn-user3[disabled]:focus,
fieldset[disabled] .btn-user3:focus,
.btn-user3.disabled.focus,
.btn-user3[disabled].focus,
fieldset[disabled] .btn-user3.focus,
.btn-user3.disabled:active,
.btn-user3[disabled]:active,
fieldset[disabled] .btn-user3:active,
.btn-user3.disabled.active,
.btn-user3[disabled].active,
fieldset[disabled] .btn-user3.active {
  background-color: #f1b37a;
  border-color: #f1b37a;
}
.btn-user3 .badge {
  color: #f1b37a;
  background-color: #ffffff;
}
.btn-user4 {
  color: #ffffff;
  background-color: #8eb8c9;
  border-color: #8eb8c9;
}
.btn-user4:hover,
.btn-user4:focus,
.btn-user4.focus,
.btn-user4:active,
.btn-user4.active,
.open > .dropdown-toggle.btn-user4 {
  color: #ffffff;
  background-color: #6ba2b9;
  border-color: #659eb5;
}
.btn-user4:active,
.btn-user4.active,
.open > .dropdown-toggle.btn-user4 {
  background-image: none;
}
.btn-user4.disabled,
.btn-user4[disabled],
fieldset[disabled] .btn-user4,
.btn-user4.disabled:hover,
.btn-user4[disabled]:hover,
fieldset[disabled] .btn-user4:hover,
.btn-user4.disabled:focus,
.btn-user4[disabled]:focus,
fieldset[disabled] .btn-user4:focus,
.btn-user4.disabled.focus,
.btn-user4[disabled].focus,
fieldset[disabled] .btn-user4.focus,
.btn-user4.disabled:active,
.btn-user4[disabled]:active,
fieldset[disabled] .btn-user4:active,
.btn-user4.disabled.active,
.btn-user4[disabled].active,
fieldset[disabled] .btn-user4.active {
  background-color: #8eb8c9;
  border-color: #8eb8c9;
}
.btn-user4 .badge {
  color: #8eb8c9;
  background-color: #ffffff;
}
.btn-user5 {
  color: #ffffff;
  background-color: #8ea785;
  border-color: #8ea785;
}
.btn-user5:hover,
.btn-user5:focus,
.btn-user5.focus,
.btn-user5:active,
.btn-user5.active,
.open > .dropdown-toggle.btn-user5 {
  color: #ffffff;
  background-color: #739168;
  border-color: #6e8b64;
}
.btn-user5:active,
.btn-user5.active,
.open > .dropdown-toggle.btn-user5 {
  background-image: none;
}
.btn-user5.disabled,
.btn-user5[disabled],
fieldset[disabled] .btn-user5,
.btn-user5.disabled:hover,
.btn-user5[disabled]:hover,
fieldset[disabled] .btn-user5:hover,
.btn-user5.disabled:focus,
.btn-user5[disabled]:focus,
fieldset[disabled] .btn-user5:focus,
.btn-user5.disabled.focus,
.btn-user5[disabled].focus,
fieldset[disabled] .btn-user5.focus,
.btn-user5.disabled:active,
.btn-user5[disabled]:active,
fieldset[disabled] .btn-user5:active,
.btn-user5.disabled.active,
.btn-user5[disabled].active,
fieldset[disabled] .btn-user5.active {
  background-color: #8ea785;
  border-color: #8ea785;
}
.btn-user5 .badge {
  color: #8ea785;
  background-color: #ffffff;
}
.btn-user6 {
  color: #ffffff;
  background-color: #d1a6c5;
  border-color: #d1a6c5;
}
.btn-user6:hover,
.btn-user6:focus,
.btn-user6.focus,
.btn-user6:active,
.btn-user6.active,
.open > .dropdown-toggle.btn-user6 {
  color: #ffffff;
  background-color: #c084af;
  border-color: #bc7eab;
}
.btn-user6:active,
.btn-user6.active,
.open > .dropdown-toggle.btn-user6 {
  background-image: none;
}
.btn-user6.disabled,
.btn-user6[disabled],
fieldset[disabled] .btn-user6,
.btn-user6.disabled:hover,
.btn-user6[disabled]:hover,
fieldset[disabled] .btn-user6:hover,
.btn-user6.disabled:focus,
.btn-user6[disabled]:focus,
fieldset[disabled] .btn-user6:focus,
.btn-user6.disabled.focus,
.btn-user6[disabled].focus,
fieldset[disabled] .btn-user6.focus,
.btn-user6.disabled:active,
.btn-user6[disabled]:active,
fieldset[disabled] .btn-user6:active,
.btn-user6.disabled.active,
.btn-user6[disabled].active,
fieldset[disabled] .btn-user6.active {
  background-color: #d1a6c5;
  border-color: #d1a6c5;
}
.btn-user6 .badge {
  color: #d1a6c5;
  background-color: #ffffff;
}
.btn-user7 {
  color: #ffffff;
  background-color: #e8a2b6;
  border-color: #e8a2b6;
}
.btn-user7:hover,
.btn-user7:focus,
.btn-user7.focus,
.btn-user7:active,
.btn-user7.active,
.open > .dropdown-toggle.btn-user7 {
  color: #ffffff;
  background-color: #de7996;
  border-color: #dc718f;
}
.btn-user7:active,
.btn-user7.active,
.open > .dropdown-toggle.btn-user7 {
  background-image: none;
}
.btn-user7.disabled,
.btn-user7[disabled],
fieldset[disabled] .btn-user7,
.btn-user7.disabled:hover,
.btn-user7[disabled]:hover,
fieldset[disabled] .btn-user7:hover,
.btn-user7.disabled:focus,
.btn-user7[disabled]:focus,
fieldset[disabled] .btn-user7:focus,
.btn-user7.disabled.focus,
.btn-user7[disabled].focus,
fieldset[disabled] .btn-user7.focus,
.btn-user7.disabled:active,
.btn-user7[disabled]:active,
fieldset[disabled] .btn-user7:active,
.btn-user7.disabled.active,
.btn-user7[disabled].active,
fieldset[disabled] .btn-user7.active {
  background-color: #e8a2b6;
  border-color: #e8a2b6;
}
.btn-user7 .badge {
  color: #e8a2b6;
  background-color: #ffffff;
}
.btn-user8 {
  color: #ffffff;
  background-color: #a5d7c5;
  border-color: #a5d7c5;
}
.btn-user8:hover,
.btn-user8:focus,
.btn-user8.focus,
.btn-user8:active,
.btn-user8.active,
.open > .dropdown-toggle.btn-user8 {
  color: #ffffff;
  background-color: #82c7ae;
  border-color: #7bc4aa;
}
.btn-user8:active,
.btn-user8.active,
.open > .dropdown-toggle.btn-user8 {
  background-image: none;
}
.btn-user8.disabled,
.btn-user8[disabled],
fieldset[disabled] .btn-user8,
.btn-user8.disabled:hover,
.btn-user8[disabled]:hover,
fieldset[disabled] .btn-user8:hover,
.btn-user8.disabled:focus,
.btn-user8[disabled]:focus,
fieldset[disabled] .btn-user8:focus,
.btn-user8.disabled.focus,
.btn-user8[disabled].focus,
fieldset[disabled] .btn-user8.focus,
.btn-user8.disabled:active,
.btn-user8[disabled]:active,
fieldset[disabled] .btn-user8:active,
.btn-user8.disabled.active,
.btn-user8[disabled].active,
fieldset[disabled] .btn-user8.active {
  background-color: #a5d7c5;
  border-color: #a5d7c5;
}
.btn-user8 .badge {
  color: #a5d7c5;
  background-color: #ffffff;
}
.btn-user9 {
  color: #ffffff;
  background-color: #c38f92;
  border-color: #c38f92;
}
.btn-user9:hover,
.btn-user9:focus,
.btn-user9.focus,
.btn-user9:active,
.btn-user9.active,
.open > .dropdown-toggle.btn-user9 {
  color: #ffffff;
  background-color: #b16e72;
  border-color: #ae676b;
}
.btn-user9:active,
.btn-user9.active,
.open > .dropdown-toggle.btn-user9 {
  background-image: none;
}
.btn-user9.disabled,
.btn-user9[disabled],
fieldset[disabled] .btn-user9,
.btn-user9.disabled:hover,
.btn-user9[disabled]:hover,
fieldset[disabled] .btn-user9:hover,
.btn-user9.disabled:focus,
.btn-user9[disabled]:focus,
fieldset[disabled] .btn-user9:focus,
.btn-user9.disabled.focus,
.btn-user9[disabled].focus,
fieldset[disabled] .btn-user9.focus,
.btn-user9.disabled:active,
.btn-user9[disabled]:active,
fieldset[disabled] .btn-user9:active,
.btn-user9.disabled.active,
.btn-user9[disabled].active,
fieldset[disabled] .btn-user9.active {
  background-color: #c38f92;
  border-color: #c38f92;
}
.btn-user9 .badge {
  color: #c38f92;
  background-color: #ffffff;
}
.color-warning {
  color: #f19a04;
}
.color-success {
  color: #5cb85c;
}
.color-danger {
  color: #de4848;
}
#commandbar-wrapper * {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
#commandbar-wrapper * #chat-feedback-buttons {
  opacity: 1;
}
#connection_error .connection-error {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -250px;
  width: 500px;
  color: #ffffff;
  z-index: 1000;
  text-align: center;
  line-height: 50px;
}
#connection_error .connection-error a {
  font-family: 'ProximaNovaRgBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
body.connection-down .navbar-inverse {
  background-color: #e4c375;
}
body.connection-down .navbar .brand,
body.connection-down .navbar .jane-logo {
  display: none;
}
body.connection-down .navbar-inverse .navbar-nav > .active > a {
  background-color: #dcb04a;
}
.dashboard-header {
  display: inline-block;
  width: 100%;
}
#appointments-chart,
#bookings-chart,
#retention-chart {
  text-align: center;
}
@media (min-width: 768px) {
  .dashboard-header {
    display: block;
    width: auto;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.shimmer {
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 80% 15px;
  height: 15px;
  position: relative;
}
.content-placeholder {
  width: 100%;
}
.content-placeholder .placeholder-row {
  border-radius: 6px;
  height: 15px;
}
.content-placeholder .placeholder-row + .placeholder-row {
  margin-top: 8px;
}
.content-placeholder .placeholder-row-lg {
  height: 45px;
}
.content-placeholder .placeholder-row + .placeholder-row-lg {
  margin-top: 2rem;
}
.content-placeholder-li {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.content-placeholder-li .placeholder-row {
  height: 8px;
  margin: 2px 0;
  border-radius: 11px;
}
.content-placeholder-li .placeholder-row-short {
  width: 25%;
}
.border-right {
  border-right: 1px solid lightgrey;
}
.pad-left {
  padding-left: 10px;
}
.pad-right {
  padding-right: 10px;
}
.no-flexbox .dash {
  display: none;
}
.dash .dash-item {
  min-height: 90px;
}
.dash .dash-item .dash-value {
  display: block;
  text-align: center;
  font-family: 'ProximaNovaLtLight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 30px;
  color: #696977;
  white-space: nowrap;
}
.dash .dash-item .dash-value sup {
  font-size: 14px;
  top: -0.9em;
}
.dash .dash-item .dash-value .number {
  letter-spacing: -2px;
}
.dash .dash-item .dash-left {
  text-align: left;
  margin-bottom: -5px;
}
.dash .dash-item .dash-label {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #696977;
}
@media (min-width: 768px) {
  .dash .dash-item .dash-value {
    font-size: 34px;
  }
}
.dash .dash-counter {
  min-height: 0;
}
.dash {
  /* flip the pane when hovered */
  /* flip speed goes here */
  /* hide back of pane during swap */
  /* front pane, placed above back */
  /* back, initially hidden pane */
}
.dash .dash-item {
  perspective: 1000;
}
.dash .dash-item.flippable:hover .dash-flipper,
.dash .dash-item.flippable.hover .dash-flipper {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.dash .dash-flipper,
.dash .dash-front,
.dash .dash-back {
  width: 90px;
  height: 90px;
}
.dash .dash-flipper {
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
.dash .dash-front,
.dash .dash-back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.dash .dash-front {
  z-index: 2;
  /* for firefox 31 */
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.dash .dash-back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background: #00c1ca;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.3em;
  text-align: center;
  border-radius: 4px;
  padding: 5px;
}
.dash .dash-back span {
  width: 100%;
  height: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #ffffff;
}
.cursor-zoom-in {
  cursor: zoom-in;
}
.stat-bar-item {
  flex: 1;
  padding: 8px 8px;
  margin-right: 10px;
  border-radius: 5px;
  transition: all 250ms linear;
  cursor: pointer;
}
@media (min-width: 768px) {
  .stat-bar-item {
    padding: 8px 15px;
  }
  .stat-bar-item:not(:first-of-type) {
    margin-left: 10px;
  }
}
.stat-bar-item:hover {
  background-color: #f5f5f5;
}
.stat-bar-item.active {
  background-color: rgba(182, 230, 230, 0.4);
}
.stat-bar-num {
  font-size: 44px;
  line-height: 0.8em;
  font-weight: bold;
  color: #00c1ca;
  white-space: nowrap;
  padding-right: 20px;
}
.grow-10 {
  transition: all 100ms;
  transform: scale(0.95);
}
.grow-10:hover,
.grow-10.active {
  transform: scale(1);
}
.stat-pie {
  width: 50%;
  height: 150px;
  padding: 10px 0;
}
.day_sheet {
  top: 20px;
}
.day_sheet ul.appointments > li {
  position: static;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.42857143;
  min-height: 180px;
}
.day_sheet ul.appointments > li .inner-padding {
  padding: 10px;
}
.dropdown-menu {
  max-height: 505px;
  min-width: 200px;
  overflow-y: scroll;
}
.dropdown-menu.wide-menu {
  min-width: 300px;
}
.dropdown-menu.narrow-menu {
  min-width: 240px;
}
.dropdown-menu > li > a {
  white-space: normal;
}
.dropdown-menu li > .input-item {
  padding: 4px 10px 8px;
}
.dropdown.padding-none button.dropdown-toggle {
  padding: 0;
}
.dropdown.primary-color button.dropdown-toggle {
  color: #00c1ca;
}
.dropdown button.dropdown-toggle {
  padding: 15px 12px;
}
ul.filter-dropdown {
  min-width: 220px;
}
ul.filter-dropdown.filter-dropdown--searchable {
  padding-top: 0px;
}
ul.filter-dropdown li.divider {
  margin: 5px 15px;
  border-bottom: 1px solid #ededed;
}
ul.filter-dropdown li.filter-dropdown__option {
  min-height: 30px;
}
ul.filter-dropdown li.filter-dropdown__option button {
  border: 0;
  border-radius: 0px;
  padding: 5px 0px 5px 20px;
  text-align: left;
}
ul.filter-dropdown li.filter-dropdown__option button:hover,
ul.filter-dropdown li.filter-dropdown__option button:focus {
  outline: 0;
  background-color: #f5f5f5;
}
ul.filter-dropdown li.filter-dropdown__option a {
  padding: 5px 5px 5px 20px;
}
ul.filter-dropdown li.filter-dropdown__option a:hover,
ul.filter-dropdown li.filter-dropdown__option a:focus {
  outline: 0;
}
ul.filter-dropdown li.filter-dropdown__option a.filter-dropdown__option-toggle:hover,
ul.filter-dropdown li.filter-dropdown__option a.filter-dropdown__option-toggle:focus {
  background-color: #f5f5f5;
  outline: 0;
}
ul.filter-dropdown li.filter-dropdown__option a.filter-dropdown__option-toggle > div {
  height: 30px;
  margin: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.filter-dropdown li.filter-dropdown__option .filter-dropdown__option-toggle {
  padding-right: 10px;
  cursor: pointer;
}
ul.filter-dropdown li.filter-dropdown__option .filter-dropdown__option-toggle:hover,
ul.filter-dropdown li.filter-dropdown__option .filter-dropdown__option-toggle:focus {
  padding-top: 6px;
  height: 30px;
  background-color: #f5f5f5;
  outline: 0;
}
ul.filter-dropdown li.filter-dropdown__option .filter-dropdown__option-toggle > div {
  height: 18px;
  margin: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: height 0.3s ease;
}
ul.filter-dropdown li.filter-dropdown__option.filter-dropdown__option--all {
  margin-bottom: 7px;
  cursor: pointer;
}
ul.filter-dropdown li.filter-dropdown__option.filter-dropdown__option--all a {
  padding-right: 0;
}
.dropdown-menu-icon {
  min-width: 18px;
  margin-right: 8px;
  display: inline-block;
  text-align: center;
}
.dropup .caret.caret-down {
  border-top: 4px dashed;
  border-bottom: 0;
}
.dropdown-header {
  white-space: normal;
}
.dropdown-toggle:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-menu__locations--active {
  margin-top: -50px;
}
.edit-ranking-handle {
  display: none;
}
.edit-ranking .edit-ranking-handle {
  display: inline-block;
}
.editable,
.editable *,
.control-label.label-editable,
.control-label.label-editable * {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.editable,
.control-label.label-editable:focus {
  margin-bottom: 9px;
  padding: 6px 12px;
  color: #555555;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.thumbnail .editable {
  margin-left: 0;
}
.editable {
  border-color: #d5d5d5;
}
.editable:focus,
.editable:hover,
.control-label.label-editable:focus {
  cursor: text;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.control-label.label-editable {
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  margin-bottom: 0;
}
.toolbar {
  margin-bottom: 8px;
}
.input-append .editable,
.input-prepend .editable {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  border-radius: 0 4px 4px 0;
}
.input-append .editable:focus,
.input-prepend .editable:focus {
  z-index: 2;
}
.education-card {
  border-radius: 10px;
  bottom: -150vh;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 3px 8px rgba(0, 0, 0, 0.23);
  overflow: hidden;
  position: fixed;
  transition: all 0.5s ease-out;
  z-index: 1040;
}
.education-card__animation--lg {
  bottom: 30px;
}
.education-card__animation--sm {
  bottom: 50px;
}
.education-card__content {
  padding: 20px;
  text-align: left;
}
.education-card__head {
  align-items: baseline;
  background-color: #00c1ca;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.education-card__head-title {
  color: #ffffff !important;
  display: inline-block;
}
.education-card__head-button {
  color: #ffffff;
  text-align: right;
}
.education-card__bg {
  background-color: #ffffff;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 130px;
}
.education-card__bg--lightbulb {
  background-image: url(/assets/022e8fa6406016d7.png);
}
.education-card__bg--slabs {
  background-image: url(/assets/cbce53f7fa5acbfa.png);
}
.education-card__bg--dots {
  background-image: url(/assets/161deecaa065aec8.png);
}
.education-card--large {
  right: 30px;
  width: 450px;
}
.education-card--small {
  left: 0;
  right: 0;
  margin: 20px;
  max-height: min-content;
  width: auto;
}
.empty-state {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.empty-state-locations--active {
  border-radius: 4px;
  margin: 48px 0;
}
.empty-state-locations--archived.instruction {
  margin: 48px 0 29px 0;
}
.empty-state-image {
  max-width: 40%;
  max-height: 100%;
}
.feature-guide__icon {
  font-size: 16px;
}
.feature-guide__icon--small {
  font-size: 14px;
}
.feature-guide__announcement {
  color: #333333;
  padding: 10px;
  margin: 10px 0 10px 0;
  background-color: #fee5ba;
  border-color: #fedfaa;
}
.filter-bar {
  background-color: #f5f5f5;
  line-height: 25px;
  position: relative;
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.filter-bar li {
  list-style: none;
}
.filter-bar__item {
  display: inline-block;
  padding: 12px;
  cursor: pointer;
  min-width: 50px;
  text-align: center;
  color: #333333;
}
.filter-bar__item:hover,
.filter-bar__item:focus {
  background-color: #ededed;
}
.filter-bar__item.border-right {
  border-right: 1px solid #dddddd;
}
.filter-bar__item.border-left {
  border-left: 1px solid #dddddd;
}
.filter-bar-button {
  line-height: 20px;
  padding: 15px 12px;
  color: #696977;
}
.filter-bar-button:focus {
  outline: 0;
  background-color: #e7e7e7;
  color: #333333;
}
.filter-bar-input {
  line-height: 20px;
  padding: 8px 6px;
}
.filter-bar-aot-autocomplete-desktop {
  width: 50%;
  max-width: 400px;
}
.filter-bar-aot-mobile-tag {
  background: #9e9ea6 !important;
}
.filter-bar-top-divider {
  border-top: 1px solid #dddddd;
}
.filter-bar-search {
  border-right: 1px solid #dddddd;
  padding-right: 5px;
  padding-left: 5px;
  margin-left: -10px;
}
.filter-bar-search > .filter-bar-button {
  color: #696977;
  outline: 0;
  padding: 15px 12px;
}
.filter-bar-search > .filter-bar-button:focus {
  background-color: inherit;
}
.filter-bar-search.open {
  color: #333333;
  background-color: #e7e7e7;
}
.filter-bar-button--toggle-offset {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.sidebar {
  background-color: #eeeeee;
  padding: 19px;
}
.sidebar.sidebar-well {
  margin: -19px;
}
.sidebar.sidebar-right {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .row.row-vertical-align {
    display: flex;
    align-items: center;
  }
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.flex.flex-inline {
  display: inline-flex;
}
.flex.flex-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex.flex-left,
.flex.flex-justify-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.flex.flex-column-reverse {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex.flex-row-reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex.flex-right,
.flex.flex-justify-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.flex.flex-centered,
.flex.flex-justify-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.flex.flex-align-stretch {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.flex.flex-even,
.flex.flex-justify-even {
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
}
.flex.flex-no-wrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: normal;
}
.flex.flex-space-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.flex.flex-wrap {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flex.flex-wrap-reverse {
  -webkit-flex-flow: row wrap-reverse;
  -moz-flex-flow: row wrap-reverse;
  -ms-flex-flow: row wrap-reverse;
  flex-flow: row wrap-reverse;
}
.flex.flex-row {
  margin-left: -5px;
  margin-right: -5px;
  clear: both;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.flex.flex-row .flex-item {
  padding: 0 5px;
}
.flex.flex-row .flex-item.flex-center-self {
  align-self: center;
}
.flex > .flex-order-xs-1 {
  order: 1;
}
.flex > .flex-order-xs-2 {
  order: 2;
}
.flex > .flex-order-xs-3 {
  order: 3;
}
@media (min-width: 768px) {
  .flex > .flex-order-sm-1 {
    order: 1;
  }
}
@media (min-width: 768px) {
  .flex > .flex-order-sm-2 {
    order: 2;
  }
}
@media (min-width: 768px) {
  .flex > .flex-order-sm-3 {
    order: 3;
  }
}
.flex > .flex-item {
  -webkit-flex: initial;
  -moz-flex: initial;
  -ms-flex: initial;
  flex: initial;
}
.flex > .flex-item > div:not(.flex) {
  display: block;
}
.flex > .flex-item.flex-one {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex > .flex-item.flex-two {
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.flex > .flex-item.flex-grow {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.flex > .flex-item.flex-grow-2 {
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
}
.flex > .flex-item.flex-grow-3 {
  -webkit-flex-grow: 3;
  -moz-flex-grow: 3;
  -ms-flex-grow: 3;
  flex-grow: 3;
}
.flex > .flex-item.flex-min-width {
  min-width: 0;
}
.flex > .flex-item.flex-shrink-0 {
  flex-shrink: 0;
}
.flex > .flex-item.flex-equal-size {
  -webkit-flex: 1 0 0;
  -moz-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
.flex > .flex-item.flex-pull-right {
  margin-left: auto;
}
.flex > .flex-item.flex-pull-center {
  margin-left: auto;
  margin-right: auto;
}
.flex > .flex-item.flex-pull-left {
  margin-right: auto;
}
.flex.flex-center,
.flex.flex-align-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.flex.flex-top,
.flex.flex-align-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.flex.flex-bottom,
.flex.flex-align-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.flex.flex-baseline {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.flex.flex-break {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex.flex-break > * {
  margin-top: 5px;
}
@media (min-width: 767px) {
  .flex.flex-break {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex.flex-break > * {
    margin-top: initial;
  }
}
.flex.flex-gap-sm {
  -webkit-gap: 5px;
  -moz-gap: 5px;
  -ms-gap: 5px;
  gap: 5px;
}
@media (max-width: 767px) {
  .flex.flex-row.flex-row-sm,
  .flex.flex-column-sm {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex.flex-row.flex-row-sm > .flex-item + .flex-item,
  .flex.flex-column-sm > .flex-item + .flex-item {
    margin-top: 5px;
  }
}
.flipdown .flipdown-heading {
  cursor: pointer;
  margin: 0;
}
.flipdown .flipdown-heading .link,
.flipdown .flipdown-heading a {
  display: flex;
  padding: 5px 0;
  font-family: 'ProximaNovaLtLight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  text-rendering: optimizelegibility;
  color: #00c1ca;
}
.flipdown .flipdown-heading .link:hover,
.flipdown .flipdown-heading a:hover {
  text-decoration: none;
  color: #009097;
  cursor: pointer;
}
.flipdown .flipdown-body {
  margin-bottom: 10px;
}
.flipdown .flipdown-body > * {
  margin-top: 0;
  margin-bottom: 0;
}
.flip-icon {
  display: inline-block;
  width: 15px;
  -webkit-transition: transform ease-in-out 0.5s;
  -o-transition: transform ease-in-out 0.5s;
  transition: transform ease-in-out 0.5s;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  /* Safari and Chrome */
}
.flip-icon.collapsed {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  /* Safari and Chrome */
}
.flip-icon-wrapper {
  font-size: 16px;
  line-height: 1.82857143;
}
.feature-survey {
  position: fixed;
  right: 0px;
  bottom: 15%;
  width: 250px;
  z-index: 999;
  -webkit-transition: transform 750ms cubic-bezier(0, 0, 0.2, 1);
  -o-transition: transform 750ms cubic-bezier(0, 0, 0.2, 1);
  transition: transform 750ms cubic-bezier(0, 0, 0.2, 1);
  transform: translateX(250px);
}
.feature-survey.in {
  transform: translateX(0);
}
.feature-survey-gratitude {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #b6e6e6;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 750ms cubic-bezier(0, 0, 0.2, 1);
  -o-transition: opacity 750ms cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 750ms cubic-bezier(0, 0, 0.2, 1);
}
.feature-survey-gratitude svg {
  color: #ffffff;
}
.feature-survey-gratitude.in {
  opacity: 1;
}
.form-control,
.form-control-static {
  color: #333333;
}
.form-group-horizontal .form-control-static {
  padding-top: 0;
}
[class^='fa6-'].form-control-feedback,
[class*=' fa6-'].form-control-feedback,
[class^='icon-'].form-control-feedback,
[class*=' icon-'].form-control-feedback {
  display: block;
  height: 14px;
  width: 34px;
  line-height: 34px;
}
[class^='fa6-'].feedback-left,
[class*=' fa6-'].feedback-left,
[class^='icon-'].feedback-left,
[class*=' icon-'].feedback-left {
  left: 0;
}
svg.form-control-feedback {
  height: 34px;
  width: 14px;
  right: 12px;
}
svg.form-control-feedback.feedback-left {
  left: 10px;
}
label.control-label {
  display: block;
}
.control-label {
  color: #696977;
}
.input-group-lg svg.form-control-feedback {
  right: 15px;
  top: 6px;
}
.input-group-lg svg.form-control-feedback.feedback-left {
  left: 10px;
}
.input-group-lg [class^='icon-'].form-control-feedback,
.input-group-lg [class*=' icon-'].form-control-feedback,
.input-group-lg svg.form-control-feedback {
  font-size: 18px;
  line-height: 46px;
}
.input-item svg.form-control-feedback {
  height: 30px;
  width: 14px;
}
.form-control.borderless {
  border: none;
  box-shadow: none;
}
td.flush .form-control.borderless {
  border-radius: 0;
}
td.flush .form-control.currency {
  padding-right: 0;
}
.form-control.unstyled:not(:focus),
.uneditable-input.unstyled {
  border: none;
  background: none;
  padding-left: 0;
  padding-top: 5px;
  cursor: default;
  -webkit-box-shadow: none;
  box-shadow: none;
}
p.form-control {
  height: auto;
  min-height: 34px;
}
input[type='text'].error,
input[type='email'].form-location--email.error {
  color: #b92c22;
  border-color: #b92c22;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
input[type='text'].error:focus,
input[type='email'].form-location--email.error:focus {
  border-color: #8e221a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e2685f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e2685f;
}
.slider-neg-pad.neg-bottom {
  margin-bottom: -12px;
}
.slider-neg-pad.neg-x {
  margin-right: -10px;
  margin-left: -10px;
}
/* Range slider hide defaults*/
input[type='range'] {
  background: transparent;
  -webkit-appearance: none;
  width: 100%;
}
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}
input[type='range']:focus {
  outline: none;
}
input[type='range']::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
/* Range slider track */
input[type='range']::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  box-shadow: 1px 1px 2px #636363 inset;
  border-radius: 10px;
  cursor: pointer;
  background: #ccc;
}
input[type='range']::-moz-range-track {
  width: 100%;
  height: 4px;
  box-shadow: 1px 1px 2px #636363 inset;
  border-radius: 10px;
  cursor: pointer;
  background: #ccc;
}
input[type='range']::-ms-track {
  width: 100%;
  height: 4px;
  box-shadow: 1px 1px 2px #636363 inset;
  border-radius: 10px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
/* Range slider thumb */
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: linear-gradient(#ffffff, #ccc);
  border: 1px solid #c3c3c3;
  cursor: pointer;
  margin-top: -7px;
}
input[type='range']::-moz-range-thumb {
  height: 15px;
  width: 15px;
  border-radius: 10px;
  background: linear-gradient(#ffffff, #ccc);
  border: 1px solid #c3c3c3;
  cursor: pointer;
}
input[type='range']::-ms-thumb {
  height: 15px;
  width: 15px;
  border-radius: 10px;
  background: linear-gradient(#ffffff, #ccc);
  border: 1px solid #c3c3c3;
  cursor: pointer;
}
.panel .panel-footer .input-group-lg > .form-control {
  height: 46px;
}
label {
  font-weight: normal;
  color: #696977;
}
.panel-inverse label {
  color: #ffffff;
}
h5 span.required,
legend span.required,
label span.required {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 0.8em;
}
h5 span.required:before,
legend span.required:before,
label span.required:before {
  content: '\2013';
  padding-right: 3px;
}
label.boolean span.required,
label.checkbox span.required {
  display: none;
}
.checkbox.required > .show-required ~ span.required {
  display: inline-block;
}
.panel > form > .alert {
  margin: 15px;
}
.range-padding {
  padding: 0 3%;
}
.input-primary {
  color: #00c1ca;
}
input[readonly].datepicker,
select[readonly].datepicker,
textarea[readonly].datepicker {
  cursor: pointer;
  background-color: #fff;
}
.nav-tabs.nav-stacked input:last-child,
.nav-tabs.nav-stacked select:last-child,
.nav-tabs.nav-stacked textarea:last-child,
.nav-tabs.nav-stacked .input-append:last-child,
.nav-tabs.nav-stacked .input-prepend:last-child {
  margin-bottom: 0;
}
legend small {
  color: #9e9ea6;
  font-size: 16px;
}
.form-inline .control-group {
  display: inline-block;
}
.form-group.check_boxes label.checkbox,
.form-group.radio_buttons label.checkbox {
  padding-left: 20px;
}
.form-group.check_boxes label.radio,
.form-group.radio_buttons label.radio {
  margin-bottom: 10px;
}
.form-group.check_boxes div.checkbox,
.form-group.radio_buttons div.checkbox {
  margin-top: 10px;
}
.form-horizontal .form-group.form-group-flush {
  margin-left: 0;
  margin-right: 0;
}
.form-horizontal .form-group.disabled-setting label,
.form-horizontal .form-group.disabled-setting span {
  color: #d3d3d3;
}
.control-label-horizontal {
  display: inline-block;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: auto;
}
@media (max-width: 991px) {
  .form-horizontal .radio input[type='radio'],
  .form-horizontal .radio-inline input[type='radio'],
  .form-horizontal .checkbox input[type='checkbox'],
  .form-horizontal .checkbox-inline input[type='checkbox'] {
    margin-left: 0;
  }
  .form-horizontal .form-group.check_boxes label.checkbox,
  .form-horizontal .form-group.radio_buttons label.checkbox {
    padding-left: 0;
  }
  .form-horizontal .form-group label.checkbox.flush-padding-left {
    padding-left: 0;
  }
}
.form-horizontal .form-group.form-group-inset {
  margin-top: -15px;
  padding-top: 15px;
  background-color: #fafafa;
  box-shadow: inset 0px 0px 15px #eeeeee;
}
.form-horizontal .form-group.form-group-inset:last-child {
  padding-bottom: 15px;
}
.form-horizontal .form-group .form-group {
  margin-left: 15px;
  margin-right: 0;
}
.form-horizontal .form-group .form-group label.control-label,
.form-horizontal .form-group .form-group .control-label label {
  font-size: 16px;
}
.form-horizontal .form-group .form-group label.control-label:before,
.form-horizontal .form-group .form-group .control-label label:before {
  position: absolute;
  left: -12px;
  font-family: FontAwesome;
  content: '\f054';
  font-size: 14px;
}
.form-horizontal .form-group {
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.form-horizontal .form-group.borderless,
.form-horizontal .form-group:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.form-horizontal .form-group .control-label {
  padding-top: 0;
}
.form-horizontal label.control-label,
.form-horizontal .control-label label,
.form-horizontal .control-label-static {
  text-align: left;
  font-size: 18px;
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #555555;
}
@media (min-width: 768px) {
  .form-horizontal .control-group {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}
.form-horizontal .help-block {
  margin-top: 0;
}
.form-horizontal .radio input[type='radio'],
.form-horizontal .radio-inline input[type='radio'],
.form-horizontal .checkbox input[type='checkbox'],
.form-horizontal .checkbox-inline input[type='checkbox'] {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.form-horizontal .checkbox.vertical-align-checkbox {
  margin-bottom: 2px;
  vertical-align: middle;
}
.form-horizontal .form-group .control-group .checkbox label {
  padding-top: 0;
  min-height: 20px;
}
.form-horizontal .form-group .control-group .checkbox label:not(.checkbox) {
  padding-top: 8px;
  padding-right: 8px;
}
.form-horizontal .form-group-inset.notice .notice-icon {
  width: 50px;
  flex-shrink: 0;
}
.form-horizontal .form-group-inset.notice .notice-text {
  padding-right: 16px;
}
.has-feedback,
.control-group-search {
  position: relative;
}
.has-feedback .input-group-lg .btn-group-search,
.control-group-search .input-group-lg .btn-group-search {
  font-size: 18px;
  top: 7px;
  right: 13px;
}
.has-feedback .btn-group-search,
.control-group-search .btn-group-search {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  position: absolute;
  top: 3px;
  right: 8px;
}
.has-feedback .btn-group-search a,
.control-group-search .btn-group-search a {
  display: inline-block;
  padding: 4px;
  color: #555555;
}
.has-feedback .btn-group-search a + a,
.control-group-search .btn-group-search a + a {
  margin-left: 5px;
}
.btn-group select {
  margin-bottom: 0;
  height: 28px;
}
.help-block,
.has-error .help-block {
  font-family: 'ProximaNova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #696977;
  font-style: italic;
  margin-bottom: 0px;
}
.help-block-danger {
  color: #b92c22;
  font-style: italic;
  margin-bottom: 0px;
}
#billing_form .help-block-danger {
  text-align: left;
  float: left;
}
.help-block-warning {
  color: #bf7a03;
  font-style: italic;
  margin-bottom: 0px;
}
.checkbox-inline {
  margin-right: 10px;
}
.checkbox-inline:last-child {
  margin-right: 0px;
}
.checkbox-inline + .checkbox-inline {
  margin-left: 0px;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.textarea-helper {
  display: none;
  white-space: pre-wrap;
  min-height: 50px;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 12px;
  word-wrap: break-word;
}
.textarea--ghost {
  opacity: 0.3;
  display: block;
  white-space: pre-wrap;
  word-wrap: break-word;
  visibility: hidden;
  position: absolute;
  top: 0;
}
.form-control-rounded {
  border-radius: 9px;
}
.addon-lg .form-control-rounded {
  border-radius: 20px;
}
.center-block {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.addon-icon {
  position: relative;
  color: #555;
  display: block;
}
.addon-icon .icon {
  -webkit-transition: color ease 0.5s;
  -o-transition: color ease 0.5s;
  transition: color ease 0.5s;
}
.addon-icon:after,
.addon-icon:before {
  display: table;
  content: ' ';
}
.addon-icon:after {
  clear: both;
}
.addon-icon.addon-md .icon,
.addon-icon .icon,
.addon-icon.addon-md .fa,
.addon-icon .fa {
  position: absolute;
  z-index: 2;
  left: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 8px 0;
  top: 1px;
}
.addon-icon.addon-lg .form-control {
  line-height: 1.3;
  height: 42px;
  font-size: 16px;
  padding: 9px 15px 9px 38px;
}
.addon-icon.addon-sm .form-control {
  height: 30px;
  padding: 5px 10px 5px 28px;
  font-size: 12px;
  line-height: 1.5;
}
.addon-icon.addon-lg .fa,
.addon-icon.addon-lg .icon {
  font-size: 16px;
  margin-left: 0;
  left: 11px;
  top: 4px;
}
.addon-icon.addon-md .form-control,
.addon-icon .form-control {
  padding-left: 30px;
  float: left;
  font-weight: normal;
}
.addon-icon.addon-sm .fa,
.addon-icon.addon-sm .icon {
  margin-left: 0;
  font-size: 12px;
  left: 5px;
  top: -1px;
}
.addon-icon .form-control:focus + .icon,
.addon-icon:hover .icon,
.addon-icon .form-control:focus + .fa,
.addon-icon:hover .fa {
  color: #2580db;
}
.checkbox-inline .icon-check,
.checkbox-inline .icon-check-empty {
  position: absolute;
  margin-left: -20px;
  margin-top: 3px;
}
.checkbox-inline .icon-check:before {
  color: #333333;
}
.checkbox-right input[type='checkbox'] {
  position: static;
  margin-left: 0;
  padding-left: 5px;
}
.form-horizontal .form-group.check_boxes .col-sm-4 input[type='checkbox'],
.form-horizontal .checkbox .col-sm-4 input[type='checkbox'] {
  position: absolute !important;
  right: 0;
}
.form-horizontal .form-group.check_boxes .col-sm-4 label.checkbox,
.form-horizontal .checkbox .col-sm-4 label.checkbox {
  padding-right: 30px;
}
.form-horizontal .form-group.radio_buttons .radio-nested,
.form-horizontal .radio .radio-nested {
  margin-left: 20px;
}
@media (max-width: 480px) {
  .eob-table input.form-control {
    border: 1px solid #cccccc;
    border-radius: 4px;
  }
}
@media (min-width: 480px) {
  .eob-table input.form-control {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
@media (max-width: 480px) {
  .eob-table select.form-control {
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding-bottom: 5px;
  }
}
@media (min-width: 480px) {
  .eob-table select.form-control {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
@media (min-width: 480px) {
  .eob-table .input-group-addon {
    border: 0;
    border-radius: 0;
  }
}
.input-group-addon-button:hover {
  background-color: #cccccc;
}
form.customized_language_form textarea.form-control {
  box-sizing: border-box;
  width: 99%;
  margin: auto 5px;
}
form.customized_language_form li.text-muted {
  user-select: all;
  cursor: pointer;
}
.radio-treatments {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.radio-treatments .radio-treatment {
  cursor: pointer;
  padding: 3px 5px;
  margin: 10px 0px 0px 10px;
  border-radius: 4px;
}
.accessibility-toggle .toggled-on {
  display: none;
}
.accessibility-toggle.is-toggled .toggled-on {
  display: block;
}
.accessibility-toggle.is-toggled .toggled-off {
  display: none;
}
.form-control-auto-height {
  height: auto;
}
.form-control.has-feedback-left {
  padding-left: 34px;
  transition: all 300ms;
}
.input-group-lg .has-feedback-left {
  padding-left: 40px;
}
.form-group-horizontal .control-label,
.form-group-horizontal legend {
  font-size: 16px;
}
.toggle-password {
  float: right;
  position: relative;
  z-index: 2;
  margin-right: 9px;
  cursor: pointer;
  color: #00c1ca;
  font-weight: 900;
  padding: 4px 9px;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
.small-password-field {
  padding: 1px 9px;
}
.toggle-password:hover {
  background: #00c1ca1a;
  border-color: #00c1ca;
}
.passowrd-manager-formatter,
.form-group.passowrd-manager-formatter {
  display: flex;
  align-content: space-between;
  background-color: white;
  align-items: center;
  border-radius: 6px;
}
.password-flex-react {
  flex-basis: 550px;
}
.toggle-password-react-big-font {
  margin-bottom: 16px;
  margin-left: 17px;
  font-size: 18px;
  height: 44px;
  padding-top: 9px;
}
.toggle-password-react {
  margin-top: 9px;
  margin-left: 17px;
}
.fs-overlay-bg {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1041;
  top: 0;
  left: 0;
  opacity: 1;
  overflow-x: auto;
  overflow: hidden;
  font-size: 16px;
  color: #555555;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.fs-overlay-top-layer {
  z-index: 1051;
}
.fs-overlay-bar {
  z-index: 1041;
  left: 0;
  width: 100%;
  padding: 5px 15px;
  position: fixed;
}
.fs-overlay-bar .ellipsis {
  line-height: 1.32857143;
}
.fs-overlay-bar.filled {
  background-color: #ffffff;
  -webkit-box-shadow: -2px 2px 5px;
  box-shadow: -2px 2px 5px;
}
.fs-overlay-bar .button {
  cursor: pointer;
  padding: 14px 10px 12px 10px;
  border-radius: 4px;
}
.fs-overlay-bar .button i {
  font-size: 18px;
}
.fs-overlay-bar .button:not(:first-of-type) {
  margin-left: 15px;
}
.fs-overlay-bar.top {
  top: 0;
}
.fs-overlay-bar.bottom {
  bottom: 0;
}
.card-title {
  font-size: 13px;
  font-family: 'ProximaNovaRgBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.fs-overlay-progress {
  z-index: 1041;
  position: relative;
}
.fs-overlay-main {
  height: calc(100% - 116px);
  width: 100%;
  display: flex;
  z-index: 1041;
  position: absolute;
  overflow: auto;
  margin-top: 15px;
  top: 44px;
  -webkit-overflow-scrolling: touch;
}
.fs-overlay-main:focus {
  outline: none;
}
.fs-overlay-main p {
  padding: 30px 20px;
}
.fs-overlay-main .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fs-overlay-main img {
  width: 100%;
}
@media (min-width: 480px) {
  .fs-overlay-main img {
    max-height: 70vh;
    max-width: 100%;
    image-orientation: from-image;
    border-radius: 4px;
    width: initial;
  }
}
.fs-overlay-slider-bg {
  bottom: 0;
  z-index: 1041;
  position: fixed;
  padding: 10px;
  min-height: 100px;
  width: 100%;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: rgba(255, 255, 255, 0.93);
  -webkit-box-shadow: 0px 0px 3px rgba(175, 175, 175, 0.9);
  box-shadow: 0px 0px 3px rgba(175, 175, 175, 0.9);
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .fs-overlay-slider-bg:hover {
    padding-bottom: 25px;
  }
  .fs-overlay-slider-bg.in:hover {
    padding-bottom: 10px;
  }
}
.fs-overlay-slider {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.fs-overlay-slider i {
  font-size: 18px;
}
.fs-overlay-slider .content {
  overflow: auto;
  padding-bottom: 10px;
}
.form-top-border {
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
}
.help-modal {
  /* -----------------------
  * Help Modal
  -------------------------- */
  background-color: #ffffff;
  margin: 30px auto;
  max-width: 636px;
  overflow-y: hidden;
  /* Help Modal (Body) */
  /* Help Modal (Footer) */
  /* Help Modal (Header) */
  /* -----------------------
  * Help Content
  -------------------------- */
  /* -----------------------
  * Help Item
  -------------------------- */
  /* -----------------------
  * Help Search
  -------------------------- */
  /* -----------------------
  * CommandBar
  -------------------------- */
  /* -----------------------
  * Mobile Layout
  -------------------------- */
}
.help-modal hr {
  margin: 24px 0;
}
.help-modal__body {
  margin: 0 40px;
  word-wrap: break-word;
}
.help-modal__footer {
  text-align: center;
}
.help-modal__footer-button--close {
  margin-bottom: 24px;
  width: 202px;
}
.help-modal__header {
  margin: 24px 0;
  position: relative;
  text-align: center;
}
.help-modal__header-button--close {
  border: 0;
  font-size: 1.7rem;
  position: absolute;
  right: 20px;
  top: -10px;
}
.help-modal__content-item {
  padding-right: 55px;
}
.help-modal__content-table {
  border-collapse: separate;
  border-spacing: 0 20px;
  margin-bottom: 40px;
}
.help-modal__content--left {
  max-width: 140px;
}
.help-modal__content--right {
  width: 330px;
  z-index: 2;
}
.help-modal__item {
  position: relative;
  text-align: center;
  /* Buttons */
  /* Links */
  /* Help Item (Container) */
  /* Help Item (Content) */
  /* Help Item (Headings) */
  /* Help Item (Helper) */
  /* Help Item (Image) */
  /* Help Item (Chat Icon) */
}
.help-modal__item.border {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 24px;
}
.help-modal__item.large {
  width: 270px;
  z-index: 1;
}
.help-modal__item.small {
  width: 180px;
}
.help-modal__item-button {
  bottom: 20px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 140px;
}
.help-modal__item-link {
  padding: 0 3px;
}
.help-modal__item-container {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 24px 24px 9px 24px;
  position: relative;
}
.help-modal__item-content {
  max-width: 130px;
}
.help-modal__item-content.center {
  margin: 0 auto;
}
.help-modal__item-header {
  margin-bottom: 16px;
}
.help-modal__item span.help-modal__item-helper {
  margin-bottom: 56px;
}
.help-modal__item-image {
  height: 45px;
  margin-bottom: 10px;
  width: 45px;
}
.help-modal__item--chat-icon {
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  width: 12px;
}
.help-modal__item--chat-icon.chat-available {
  background-color: #8ec575;
}
.help-modal__item--chat-icon.chat-disabled {
  background-color: #de4848;
}
.help-modal__search-item {
  margin-bottom: 0;
}
.help-modal__commandbar-button {
  border: none;
  vertical-align: baseline;
}
@media (max-width: 768px) {
  .help-modal h1.help-modal__heading {
    margin-left: 40px;
    text-align: left;
  }
  .help-modal span.help-modal__item-helper {
    margin-bottom: 24px;
    text-align: left;
  }
  .help-modal__content-item {
    padding-right: 32px;
  }
  .help-modal__content--left {
    max-width: revert;
  }
  .help-modal__content--right {
    width: revert;
  }
  .help-modal__row {
    display: block;
  }
  .help-modal__item,
  .help-modal__item.large,
  .help-modal__item.small {
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .help-modal__item-button,
  .help-modal__item.large-button,
  .help-modal__item.small-button {
    position: revert;
    transform: revert;
  }
  .help-modal__item-content,
  .help-modal__item.large-content,
  .help-modal__item.small-content {
    display: flex;
    max-width: revert;
    text-align: left;
  }
  .help-modal__item-header,
  .help-modal__item.large-header,
  .help-modal__item.small-header {
    margin-bottom: 8px;
  }
  .help-modal__item-image,
  .help-modal__item.large-image,
  .help-modal__item.small-image {
    margin-right: 24px;
  }
}
@media (max-width: 675px) {
  .help-modal {
    margin: 30px;
  }
}
@media (max-width: 480px) {
  .help-modal h1.help-modal__heading {
    margin-left: 16px;
  }
  .help-modal__body {
    margin: 0 16px;
  }
  .help-modal__header-button--close {
    font-size: 1.5rem;
    right: 10px;
  }
  .help-modal__item-image {
    height: 32px;
    margin-right: 16px;
    width: 32px;
  }
}
@media (max-width: 350px) {
  .help-modal h1.help-modal__heading {
    font-size: 2.3rem;
  }
}
.help-modal__demo .alert-content {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 10px;
}
.help-modal__demo--left {
  width: 50%;
}
.help-modal__demo--alert {
  padding-top: 10px;
  padding-bottom: 15px;
}
.icon-label,
.nav .icon-label {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  font-family: 'ProximaNovaLtLight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.icon-label .icon-stack,
.nav .icon-label .icon-stack {
  position: relative;
  top: 11px;
  vertical-align: 0;
}
@keyframes bubble {
  0%,
  30% {
    transform: scale(0.98);
  }
}
.input-button {
  display: inline-flex;
  border-radius: 4px;
  margin-left: -6px;
  border: 1px solid transparent;
  padding: 7px 14px 5px 8px;
  transition: all 400ms;
  color: #696977;
}
.input-button.disabled {
  color: #81818e;
}
.input-button:hover:not(.disabled):not(.read-only) {
  background: #b6e2e61c;
  border: 1px solid #b6e6e6;
}
.input-button:active:not(.disabled):not(.read-only) {
  background: #b6e6e645;
}
.input-button:focus-within:not(.read-only) {
  background: #b6e2e61c;
  border: 1px solid #b6e6e6;
}
.input-button:focus-within:not(.disabled).read-only {
  background: #eeeeee;
  border: 1px solid #9e9ea6;
}
.input-button .has-selection {
  color: #333333;
}
.flex-right.flush label.input-button {
  padding-right: 0;
}
label.input-button {
  margin-bottom: -1px;
}
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.icon-medium-large {
  font-size: 125%;
}
.icon-medium {
  position: relative;
  top: -1px;
}
.icon-light {
  color: rgba(255, 255, 255, 0.7);
}
.icon-paid {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/assets/b10500833d33f2e4.png);
}
[class^='custom-icon-'],
[class*=' custom-icon-'] {
  background-size: cover;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  width: 30px;
  height: 30px;
}
.custom-icon-base {
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
.custom-icon-base.custom-icon-base-primary {
  background-color: #00c1ca;
}
.custom-icon-base.custom-icon-base-grey {
  background-color: #f5f5f5;
}
.custom-icon-base.custom-icon-base-md {
  min-width: 40px;
  height: 40px;
}
.custom-icon-base > i {
  display: inline-block;
}
.custom-icon-inline {
  display: inline-block;
  width: 21px;
  height: 100%;
}
.icon-gold {
  color: #ffc82b;
}
.import-file-tree {
  max-height: 75vh;
  overflow-y: auto;
  padding: 5px;
}
.import-file-tree .label.label-primary a,
.import-file-tree .label.label-success a {
  color: white;
  text-decoration: underline;
}
.import-file-tree .tree-node {
  display: flex;
}
.import-file-tree .tree-node .cell {
  margin: 0 3px;
}
.import-file-tree .tree-node .cell.icon {
  min-width: 20px;
}
.import-file-tree .tree-node .cell.info {
  border: 1px solid cyan;
  flex-grow: 1;
}
.import-file-tree .tree-node .cell.size {
  flex-grow: 1;
  text-align: right;
}
.import-file-tree .tree-node .cell.date {
  min-width: 250px;
}
.input-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.input-table th {
  height: 100%;
  background-color: #f5f5f5;
  border-bottom: solid 1px #dddddd;
  padding: 5px;
  min-height: 40px;
}
.input-table td,
.input-table .input-table-dragging-row {
  background-color: #ffffff;
  border-bottom: solid 1px #f5f5f5;
}
.input-table td:first-child {
  border-left: solid 1px #f5f5f5;
}
.input-table td:last-child {
  border-right: solid 1px #f5f5f5;
  width: 1%;
}
.input-table td:last-child .grab-row {
  cursor: grab;
}
.input-table td input,
.input-table td textarea {
  border-color: transparent;
  box-shadow: none;
}
.input-table .cell-type-number {
  width: 0;
}
.input-table .cell-type-number input {
  min-width: 100px;
}
.input-table tr:first-child th:first-child {
  border-top-left-radius: 6px;
}
.input-table tr:first-child th:last-child {
  border-top-right-radius: 6px;
}
.input-table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
.input-table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
.input-table th:first-child,
.input-table td:first-child {
  padding-left: 10px;
}
.input-table .input-button {
  padding: 0;
  margin-left: 0;
}
.input-table tr:not(.disable-hover):hover td,
.input-table tr:not(.disable-hover):focus-within td {
  background-color: #f5f5f5;
}
.input-table-row-element td {
  background-color: #ffffff;
  border-bottom: solid 1px #f5f5f5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
  padding: 10px;
  min-height: 40px;
}
.input-table-dragging-row {
  display: table;
  table-layout: fixed;
}
.input-table-feature-guide {
  margin-bottom: 5px;
  display: flex;
  justify-content: end;
}
/* Tablet up
------------------------- */
@media (min-width: 768px) {
  .input-table {
    width: 100%;
  }
  .input-table th,
  .input-table td {
    padding: 5px;
  }
  .input-table th {
    padding-left: 20px;
  }
  .input-table-row-element td {
    max-width: max-content;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .input-table td:last-child > div {
    visibility: hidden;
  }
  .input-table tr:not(.disable-hover):hover td:last-child > div,
  .input-table tr:not(.disable-hover):focus-within td:last-child > div {
    visibility: visible;
  }
}
.intake-forms__alert-warning {
  line-height: 1.9;
}
h2.physitrack-logo::before {
  display: inline-block;
  content: " ";
  width: 32px;
  height: 30px;
  background: url(/assets/0a6aec48d2eb5cf0.png);
  position: relative;
  top: 4px;
  margin-right: 4px;
  background-size: contain;
}
.stripe-terminal,
.square-terminal {
  height: 550px;
  background: url(/assets/92b31ad3d79bee6c.png) no-repeat center top / cover;
  border-radius: 5px;
  padding: 300px 20px 320px 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .stripe-terminal,
  .square-terminal {
    background: url(/assets/d0335254f80f9535.png) no-repeat center right / cover;
    padding: 380px 20px 250px 20px;
    height: 330px;
    padding: 25px;
    text-align: left;
  }
}
@media (min-width: 480px) and (max-width: 1200px) {
  .stripe-terminal .hide-on-tablet {
    display: none;
  }
}
.stripe-terminal > div {
  padding-top: 250px;
}
@media (min-width: 768px) {
  .stripe-terminal > div {
    padding-top: 0;
  }
}
.square-terminal {
  background: url(/assets/388aae00f1695b03.png) no-repeat center top / cover;
}
@media (min-width: 768px) {
  .square-terminal {
    background: url(/assets/777fb19507c67452.png) no-repeat center right / cover;
  }
}
.square-setup-step {
  position: relative;
  padding: 40px 10px;
}
.square-setup-step h3 {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #00c1ca;
  font-weight: bold;
}
.square-setup-step img {
  width: 155px;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
@media (max-width: 480px) {
  .fullscript-container {
    padding: 19px;
  }
}
.fullscript-item {
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 531px) {
  .fullscript-item__button {
    margin: 0 0 10px 0;
  }
}
.fullscript-item__heading {
  flex: 0 50%;
}
@media (min-width: 992px) {
  .description {
    max-width: 85%;
  }
}
.invoice-items textarea {
  width: calc(94%);
}
tbody.invoices tr.invoice-state-voided {
  display: none;
}
.show-void tbody.invoices tr.invoice-state-voided {
  display: table-row;
}
h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label {
  font-size: 14px;
}
.label-default,
.label.open,
.label.invoiced,
.label.uninvoiced,
.label.submitted,
.label.unsubmitted,
.label.draft,
.label.no_charge,
.label.reversed,
.label.written_off,
.label.partially_paid {
  background-color: #696977;
}
.label-discovery {
  background-color: #8652ff;
}
.label-primary,
.label.booked {
  background-color: #00c1ca;
}
.label-paid,
.label.paid {
  background-color: #4eae79;
}
.label-success,
.label.approved,
.label.arrived,
.label.reviewed,
.label.partially_paid_and_written_off,
.label.success {
  background-color: #80c47e;
  color: #333333;
}
.label-warning,
.label.response_received,
.label.on_hold,
.label.unpaid,
.label.waiting_on_primary {
  background-color: #fba919;
  color: #333333;
}
.label-danger,
.label.cancelled,
.label.deleted,
.label.no_show,
.label.refunded,
.label.rejected,
.label.voided,
.label.void,
.label.failed {
  background-color: #de4848;
}
.label-light-grey {
  background-color: #ededed;
  color: #696977;
}
.label {
  font-weight: normal;
  padding: 0.2em 0.6em;
  /* It's cleaner to have these classes extend, than to put the logic in the markup to select the correct label class */
}
.label + .label {
  margin-left: 2px;
}
.label-offset-spacing {
  margin-left: 2px;
}
.label-center {
  vertical-align: middle;
  line-height: unset;
}
.dropdown-menu > li > a > .label {
  position: relative;
  top: -1px;
}
.nav > li > a.beta-label {
  display: flex;
}
.nav > li > a.beta-label span {
  align-self: center;
  margin-left: 3px;
}
hr.hr-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.print-inline {
  display: none;
}
.clickable {
  cursor: pointer;
}
.hoverable {
  cursor: pointer;
}
.hoverable:hover,
.hoverable:focus {
  background-color: #f5f5f5;
}
.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
}
.pagination-controls {
  margin-bottom: 10px;
}
span.placeholder,
li.placeholder {
  display: block;
  text-align: center;
  padding: 20px 0;
  color: #777777;
  font-family: 'ProximaNovaRgBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow: hidden;
}
span.placeholder.loading,
li.placeholder.loading {
  text-indent: -9999px;
}
.row.row-margin-sm {
  margin-top: 3.33333333px;
  margin-bottom: 3.33333333px;
}
.row.row-margin-md {
  margin-top: 5px;
  margin-bottom: 5px;
}
.row.row-margin {
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar .btn.btn-default.close {
  float: none;
}
.col-eleventh {
  width: 9%;
}
@media (max-width: 992px) {
  body.input-has-focus .bar {
    display: none !important;
  }
  body.input-has-focus .panes .pane {
    bottom: 0;
  }
}
.list-items {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
}
ul.list-items {
  list-style-type: none;
}
.list-item {
  position: relative;
  display: block;
  line-height: 22pt;
  padding: 6px;
  margin-bottom: -1px;
}
.list-item:not(:first-of-type) {
  border-top: 1px solid #f5f5f5;
}
a.list-item,
.list-item-selectable {
  cursor: pointer;
  color: initial;
  transition: background-color 0.2s ease;
}
a.list-item:hover,
.list-item-selectable:hover {
  background-color: #f5f5f5;
  border-radius: 4px;
}
a.list-item:hover + .list-item,
.list-item-selectable:hover + .list-item {
  border-top: none;
  margin-top: 1px;
}
a.list-item:not(:first-of-type):hover,
.list-item-selectable:not(:first-of-type):hover {
  border: none;
  margin-top: 1px;
}
.list-view {
  padding-left: 0;
}
.list-view .list-view-item {
  counter-increment: step-counter;
}
.list-view .list-view-item .initials-counter::before {
  content: counter(step-counter);
}
.panel-body > .list-view:first-child {
  margin-top: -20px;
}
.list-view-item {
  margin: 16px 0;
}
.list-view-item:first-child .list-view-item-inner {
  border-top-color: transparent;
}
.list-view-item__button-group {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-left: 40px;
}
.list-view-item__button-group .btn {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .list-view-item__button-group {
    flex-direction: row;
  }
  .list-view-item__button-group .btn {
    margin-bottom: 0;
  }
}
.list-view-item .list-view-item-inner {
  margin: -12px;
  padding: 12px;
  border: 1px solid transparent;
  border-top-color: #eeeeee;
  border-radius: 4px;
}
.list-view-item .list-view-item-inner:not(.no-hover):hover {
  background: #fbfbfb;
  border: 1px solid #eeeeee;
}
.list-view-item.anim-y-leave .list-view-item-inner,
.list-view-item.anim-y-enter .list-view-item-inner {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .list-view-item .list-view-with-icon {
    padding-left: 70px;
  }
}
@media (width: 768px) {
  .list-view-item .list-view-with-icon.list-view-onboarding {
    padding-left: 12px;
  }
}
.list-view-item .list-view-with-icon .list-view-icon {
  font-size: 26px;
  line-height: 36px;
  float: left;
  margin-left: -55px;
}
@media (max-width: 768px) {
  .list-view-item .list-view-with-icon .list-view-icon {
    margin-left: 0;
    margin-right: 10px;
  }
}
.list-view-item h3 {
  margin-top: 5px;
}
.list-view-item h4 {
  margin-top: 0;
}
.list-view-item h4 a:hover {
  text-decoration: underline;
}
.list-view-item h4.gap-top {
  margin-top: 10px;
}
.list-view-item p {
  margin: 0;
}
.list-view-item p:not([class^='text-']) {
  color: #696977;
}
.list-view-item small.block {
  color: #696977;
  display: block;
}
.list-view-item small.block.text-warning {
  color: #bf7a03;
}
a.list-view-item small.block.text-warning:hover {
  color: #8d5a02;
}
.list-view-item.disabled {
  color: #81818e;
  text-decoration: line-through;
}
.list-view-item-inner.list-view-item:hover + .list-view-item:not(.no-hover) {
  border-top-color: transparent;
}
.list-view-select-container {
  position: relative;
  min-width: 45px;
}
.list-view-select-target {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 480px) {
  .list-view-select-target {
    position: relative;
    height: auto;
    width: auto;
    text-align: left;
    padding: 17.5px 16px;
    margin: -17.5px -16px;
  }
}
.list-view-item.collapse:not(.in) + .list-view-item .list-view-item-inner {
  border-top-color: transparent;
}
.listview-footer {
  padding: 8px 10px;
  background: #ededed;
  width: 100%;
}
.listview-footer.sticky-footer {
  bottom: 0;
  z-index: 1001;
  position: fixed;
  padding: 10px 30px 15px 30px;
  border-top: 1px solid #dddddd;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.16);
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .listview-footer.sticky-footer {
    padding: 8px 10px;
  }
}
body > .container-fluid,
body > .navbar,
body > aside.slide-menu {
  opacity: 1;
}
body.loaded > .container-fluid,
body.loaded > .navbar,
body.loaded > aside.slide-menu {
  -webkit-transition: all ease 100ms;
  -o-transition: all ease 100ms;
  transition: all ease 100ms;
}
body.preload > .container-fluid,
body.preload > .navbar,
body.preload > aside.slide-menu {
  opacity: 0;
}
body > .preload {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.preload > .preload {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
body.preload > .preload .preload-message {
  width: 200px;
  margin-top: 100px;
  text-align: center;
}
.loadable > * {
  -webkit-transition: opacity ease-in-out 0.3s, background-color 0.3s ease-out;
  -o-transition: opacity ease-in-out 0.3s, background-color 0.3s ease-out;
  transition: opacity ease-in-out 0.3s, background-color 0.3s ease-out;
}
.loading {
  position: relative;
}
.loading > * {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  pointer-events: none;
}
.loading .loading {
  background: none;
}
.loading .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.loading::before {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NjguMDcgMzg1LjgzIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6IzAwYmRkNDtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MTBweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkpBTkVfbG9nb19lbmNsb3N1cmVfb3V0bGluZTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDgyLjgzLDUzLjM0Yy05Ljg5LTI4LjktNDkuNDktMjUuNDEtNDkuNDktMjUuNDFsLTEwNiw5LjM4aDBMODguNTgsNTguNDRjLTU5LjE4LDUuMjQtNTkuODEsNjAuODYtNTkuODEsNjAuODZMMjcsMjc3Yy0uMjYsMjMsOS41MywzOC40NCwyMS4xLDQ4LjY2aDBjMTYuNDIsMTQuNTIsMzYuNDIsMTguNTEsMzYuNDIsMTguNTFsMTQ4LjUzLDI5LjUxaDBMMzc1LjkyLDQwMmM1OC4xNCwxMS41NSw2Ni4zOS00My41Myw2Ni4zOS00My41M2w0Mi0yODAuNzNjMS41LTEwLC43NS0xOC0xLjQ1LTI0LjQzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjIgLTIyLjc5KSIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: fit;
  background-position: center;
  animation: pulsate 1.5s ease-out;
  animation-iteration-count: infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
i.loading {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0 3px;
}
.loading-status {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity ease-in-out 0.2s;
  -o-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
  color: #777777;
}
.loading-status.in {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.loading-status i {
  position: relative;
  top: 3px;
}
.loading-container {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100px;
}
.loading-message {
  width: 200px;
  margin-top: 100px;
  text-align: center;
}
.mobile-menu {
  transform: translateY(150px);
  font-size: 16px;
  height: 100vh;
  position: relative;
  opacity: 0;
  transition: all 150ms cubic-bezier(0.4, 0, 1, 1);
  background-color: #ededed;
}
.mobile-menu.in {
  transform: translateY(0);
  opacity: 1;
}
.mobile-menu__content-container {
  position: absolute;
  overflow: auto;
  z-index: 1041;
  top: 0;
  width: 100%;
  background-color: #ededed;
}
.mobile-menu__transition--forward {
  transition: all 200ms cubic-bezier(0, 0, 0.2, 1);
  transform: translateX(300px);
  opacity: 0;
}
.mobile-menu__transition--forward.in {
  transform: translateX(0);
  opacity: 1;
}
.mobile-menu__transition--back {
  transform: translateX(-300px);
  transition: all 150ms cubic-bezier(0.4, 0, 1, 1);
}
.mobile-menu__transition--back.in {
  transform: translateX(0);
}
.mobile-menu__footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 12px;
  z-index: 1042;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 3px 8px rgba(0, 0, 0, 0.23);
  background-color: #ededed;
}
.mobile-menu__item-group {
  padding: 10px 20px;
  padding-bottom: 260px;
}
.mobile-menu__item {
  border-bottom: 1px solid #c9c9c9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  min-height: 55px;
}
.mobile-menu__item.mobile-menu__item--checkbox {
  padding: 5px 0;
  width: 100px;
  flex-grow: initial;
  justify-content: flex-end;
  margin: 0;
}
.mobile-menu__item.mobile-menu__item--checkbox:focus {
  background-color: #d4d4d4;
}
.mobile-menu__subheader {
  padding: 8px 20px;
  position: sticky;
  background-color: #ededed;
  border-bottom: 1px solid #c9c9c9;
  top: 65px;
}
.mobile-menu__subheader .mobile-menu__subheader--select-instructions {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
}
.mobile-menu__dropdown--header-small {
  padding: 8px 20px;
  position: sticky;
  top: 65px;
  background-color: #ededed;
  border-bottom: 1px solid #c9c9c9;
}
.mobile-menu__header {
  z-index: 1;
  line-height: 4em;
  padding: 0 20px;
  position: sticky;
  width: 100%;
  top: 0;
  background-color: #ededed;
  border-bottom: 1px solid #c9c9c9;
}
.mobile-menu__header .badge {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.mobile-menu__header-button {
  display: inline-block;
  min-width: 70px;
}
.mobile-menu__link-text {
  font-family: 'ProximaNovaRgBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-btn.inverse,
.navbar-btn.inverse:focus,
.navbar-inverse .navbar-nav > li > a.inverse,
.navbar-nav > li > a.inverse {
  background-color: #555555;
}
.navbar-btn.inverse:hover,
.navbar-btn.inverse.active,
.navbar-btn.inverse.active:hover,
.navbar-inverse .navbar-btn.inverse:focus,
.navbar-inverse .navbar-btn.inverse:hover,
.navbar-inverse .navbar-btn.inverse.active,
.navbar-inverse .navbar-btn.inverse.active:hover,
.navbar-inverse .navbar-nav > li > a.inverse:hover,
.navbar-inverse .navbar-nav > .active > a.inverse,
.navbar-inverse .navbar-nav > .active > a.inverse:hover,
.navbar-nav > .active > a.inverse:hover,
.navbar-nav > .active > a.inverse {
  background-color: #3b3b3b;
}
.navbar-btn-group {
  height: 50px;
}
.navbar-btn-group .navbar-btn {
  margin: 0;
  height: 50px;
  padding: 15px 12px 0;
  border: none;
}
.navbar-btn-group .navbar-btn.inverse {
  border-radius: 0;
}
body .navbar-toggle-back {
  display: none;
}
body.focus-center .navbar-toggle-back,
body.focus-right .navbar-toggle-back,
body.focus-extension .navbar-toggle-back {
  display: block;
}
body.focus-center .navbar-toggle-menu,
body.focus-right .navbar-toggle-menu,
body.focus-extension .navbar-toggle-menu {
  display: none;
}
.nav > li > a {
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 1250px) {
  .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.nav.nav-xs-horizontal > li {
  float: left;
}
.navbar .logo-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.navbar-inverse .navbar-toggle {
  border: none;
  z-index: 1;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #009097;
}
.navbar-inverse .navbar-toggle > a {
  color: #ffffff;
}
.navbar-inverse .navbar-btn {
  z-index: 1;
  color: #ffffff;
}
.navbar-inverse .navbar-btn:hover,
.navbar-inverse .navbar-btn:focus {
  background-color: #009097;
}
.navbar-inverse {
  border: none;
}
.navbar-inverse .btn.btn-default {
  color: #ffffff;
}
.navbar-inverse .btn-navbar {
  color: #00c1ca;
  background-color: #00b2bb;
  border-color: #00b2bb;
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar.focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.open > .dropdown-toggle.navbar-inverse .btn-navbar {
  color: #00c1ca;
  background-color: #008288;
  border-color: #00787e;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.open > .dropdown-toggle.navbar-inverse .btn-navbar {
  background-image: none;
}
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled],
fieldset[disabled] .navbar-inverse .btn-navbar,
.navbar-inverse .btn-navbar.disabled:hover,
.navbar-inverse .btn-navbar[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar.disabled:focus,
.navbar-inverse .btn-navbar[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar.disabled.focus,
.navbar-inverse .btn-navbar[disabled].focus,
fieldset[disabled] .navbar-inverse .btn-navbar.focus,
.navbar-inverse .btn-navbar.disabled:active,
.navbar-inverse .btn-navbar[disabled]:active,
fieldset[disabled] .navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.disabled.active,
.navbar-inverse .btn-navbar[disabled].active,
fieldset[disabled] .navbar-inverse .btn-navbar.active {
  background-color: #00b2bb;
  border-color: #00b2bb;
}
.navbar-inverse .btn-navbar .badge {
  color: #00b2bb;
  background-color: #00c1ca;
}
.navbar-white {
  background-color: #ffffff;
}
.navbar-inverse .btn.btn-default {
  color: #ffffff;
  border-color: #777777;
}
.navbar-fixed-height {
  max-height: 50px;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar .btn-navbar {
  line-height: 13px;
}
.navbar .btn-navbar.show {
  display: block;
}
.navbar-form input.hide,
.navbar-form select.hide {
  display: none;
}
.navbar-form .form-group,
.navbar-form .form-group .control-label {
  margin-right: 5px;
}
.navbar-form .navbar-btn.btn-sm {
  margin-top: 0;
  margin-bottom: 0;
}
@keyframes fallingSnow {
  from {
    -webkit-transform: translate3d(0, -1200px, 0);
    transform: translate3d(0, -1200px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 49px, 0);
    transform: translate3d(0, 49px, 0);
  }
}
.navbar .jane-logo {
  width: 39px;
  height: 52px;
  background: url(/assets/a41213ff9838dc71.png) 0 center no-repeat;
  background-size: 39px 32px;
}
.navbar .jane-logo.winter {
  width: 82px;
  background-position: 0 -7px;
  background-size: 82px 55px;
  background-image: url(/assets/416d990a0a6a4ee5.gif);
}
.navbar .jane-logo.halloween {
  width: 42px;
  background-position: 0 5px;
  background-size: 42px 35px;
  background-image: url(/assets/935bdb32d2fd9267.png);
}
.navbar .jane-logo.poppy {
  background-image: url(/assets/5780adc0ceb5a136.png);
}
.navbar .jane-logo.canada {
  background-image: url(/assets/baa5ac8a949a6bb7.png);
}
.navbar .jane-logo.valentines {
  width: 42px;
  background-position: 0 5px;
  background-size: 42px 35px;
  background-image: url(/assets/4c2084fc5771b1ad.png);
}
@media (min-width: 992px) {
  .navbar .jane-logo {
    height: 49px;
  }
}
.navbar #version-info {
  margin-top: 33px;
  z-index: 1;
}
.navbar .snow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 800px;
  height: 49px;
  margin-left: -400px;
  overflow: hidden;
  pointer-events: none;
}
.navbar .snow .falling-snow {
  position: relative;
  width: 800px;
  height: 1200px;
  background: url(/assets/cf954aabc8a8e38c.png);
  animation-duration: 35s;
  animation-name: fallingSnow;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.jane-admin-badge {
  z-index: 1001;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  height: 15px;
  background: #f19a04;
  text-align: center;
  overflow: visible;
}
.jane-admin-badge a {
  position: relative;
  top: -2px;
  color: #ffffff;
  font-size: 11px;
}
.jane-admin-badge.su-header {
  height: 32px;
  top: 35px;
}
.jane-admin-badge.su-header .policy-reminder {
  line-height: 0.5;
}
.jane-admin-badge.su-header .policy-reminder span {
  position: relative;
  top: -2px;
  color: #ffffff;
  font-size: 11px;
}
.jane-admin-badge.su-header .policy-reminder a {
  text-decoration: underline;
}
.navbar-fixed-top {
  z-index: 998;
  position: fixed;
  top: 0;
}
.navbar-fixed-top .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.navbar-fixed-top li.divider + li.divider {
  display: none;
}
.navbar-fixed-top .btn-navbar .icon-bar {
  width: 15px;
}
.navbar-fixed-top #status {
  max-height: 40px;
}
.navbar-fixed-top .environment,
.navbar-fixed-top .brand {
  margin-left: 5px;
  font-size: 16px;
  color: #eeeeee;
}
.navbar-fixed-top .environment:hover,
.navbar-fixed-top .brand:hover {
  color: #eeeeee;
}
.navbar-fixed-top .environment > span,
.navbar-fixed-top .brand > span {
  display: inline-block;
  line-height: 52px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 450px;
}
@media (min-width: 992px) {
  .navbar-fixed-top .environment > span,
  .navbar-fixed-top .brand > span {
    max-width: 100px;
  }
}
@media (min-width: 1017px) {
  .navbar-fixed-top .environment > span,
  .navbar-fixed-top .brand > span {
    max-width: 125px;
  }
}
@media (min-width: 1042px) {
  .navbar-fixed-top .environment > span,
  .navbar-fixed-top .brand > span {
    max-width: 150px;
  }
}
@media (min-width: 1092px) {
  .navbar-fixed-top .environment > span,
  .navbar-fixed-top .brand > span {
    max-width: 200px;
  }
}
@media (min-width: 1349px) {
  .navbar-fixed-top .environment > span,
  .navbar-fixed-top .brand > span {
    max-width: 480px;
  }
}
@media (min-width: 1599px) {
  .navbar-fixed-top .environment > span,
  .navbar-fixed-top .brand > span {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .navbar-fixed-top .environment > span,
  .navbar-fixed-top .brand > span {
    line-height: 49px;
    height: 49px;
  }
}
@media (max-width: 768px) {
  .navbar-fixed-top .brand {
    display: none;
  }
}
.navbar-fixed-top .container-fluid.nav-collapse {
  padding: 0;
}
.navbar-fixed-bottom {
  font-size: 13px;
  background: #00c1ca;
  border: none;
}
.navbar-fixed-bottom .status-container ul {
  width: 100%;
}
.navbar-fixed-bottom .nav {
  overflow: hidden;
  max-height: 50px;
}
.navbar-fixed-bottom .nav li.status {
  float: right;
  text-align: right;
}
.navbar-fixed-bottom .nav li.view-all {
  float: right;
  cursor: pointer;
}
.navbar-fixed-bottom .nav > li > a,
.navbar-fixed-bottom .nav > li > span.nav-text {
  color: #d5d5d5;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-fixed-bottom .nav > li > span.nav-text {
  display: block;
  float: none;
  padding: 16px 10px 16px;
}
.navbar-fixed-bottom .nav > li > span.nav-text strong {
  display: inline-block;
  padding-right: 4px;
}
.navbar-tiered {
  margin-bottom: 0px;
}
.navbar-tiered-last {
  margin-bottom: 10px;
}
.navbar-filters .navbar-form {
  border-color: transparent;
}
.navbar-filters .navbar-form .form-control {
  width: 100%;
}
.filters.navbar-form {
  border-color: transparent;
}
.filters .form-control {
  margin-bottom: 5px;
}
.filters .btn {
  margin-bottom: 5px;
}
.navbar .staff-photo,
.navbar .initials {
  display: block;
  float: left;
  margin-top: -6px;
  margin-right: 5px;
}
.billing-tabs {
  clear: both;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
}
.navbar-text.warning {
  color: #bf7a03;
}
.nav > li .navbar-text {
  padding-left: 12px;
  padding-right: 12px;
}
/* Flex Based NavBar */
.navbar-nav.flex > li {
  display: flex;
  float: none;
  white-space: nowrap;
}
/* New Bootstrap 3 Media Queries */
@media (min-width: 768px) {
  #top-bar.navbar,
  #bottom-bar.navbar {
    min-height: 40px;
  }
  #top-bar .navbar-nav > li > a,
  #bottom-bar .navbar-nav > li > a {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  #top-bar .navbar-text,
  #bottom-bar .navbar-text {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #top-bar .jane-logo {
    height: 40px;
  }
  #bottom-bar.navbar-fixed-bottom .nav {
    max-height: 40px;
  }
  .navbar-filters .navbar-form .form-control {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .navbar-toggle-back,
  .navbar-toggle-menu {
    display: none !important;
  }
  #bottom-bar {
    font-size: 12px;
  }
  #bottom-bar.navbar-inverse {
    background-color: #009097;
  }
  #bottom-bar .schedule-shortcuts.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #bottom-bar .schedule-shortcuts.navbar-nav > li .navbar-text {
    float: none;
    display: block;
  }
  #bottom-bar .navbar-text {
    line-height: 20px;
    margin-left: 10px;
    margin-right: 10px;
    white-space: nowrap;
  }
  .col-pane-left,
  .col-pane-center,
  .col-pane-right {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    min-height: 1px;
    float: left;
  }
  .col-pane-left {
    width: 260px;
  }
  .col-pane-right {
    width: 160px;
  }
  .col-pane-center {
    width: calc(100% -  420px);
  }
  .billing-actions {
    float: right !important;
  }
  .billing-tabs {
    clear: none;
  }
}
.messages-nav__top-icon {
  position: relative;
  font-size: 15px;
}
@media (min-width: 992px) {
  .messages-nav__top-icon {
    font-size: unset;
  }
}
.navbar-inverse .clock-in-and-out > div {
  padding: 3px 20px;
}
.navbar-inverse .clock-in-and-out > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.navbar-inverse .clock-in-and-out .btn {
  flex-grow: 1;
  color: #555555;
  border-color: #dde2e2;
  size: 14px;
  text-transform: unset;
}
.navbar-inverse .clock-in-and-out .btn:hover {
  background-color: #e6e6e6;
}
.navbar-inverse .clock-in-and-out .btn.btn-primary {
  color: #fff;
  background-color: #00c1ca;
  border-color: #00a9b1;
}
.navbar-inverse .clock-in-and-out .btn.btn-primary:hover,
.navbar-inverse .clock-in-and-out .btn.btn-primary:focus,
.navbar-inverse .clock-in-and-out .btn.btn-primary.focus,
.navbar-inverse .clock-in-and-out .btn.btn-primary:active,
.navbar-inverse .clock-in-and-out .btn.btn-primary.active,
.open > .dropdown-toggle.navbar-inverse .clock-in-and-out .btn.btn-primary {
  color: #fff;
  background-color: #009097;
  border-color: #006e73;
}
.navbar-inverse .clock-in-and-out .btn.btn-primary:active,
.navbar-inverse .clock-in-and-out .btn.btn-primary.active,
.open > .dropdown-toggle.navbar-inverse .clock-in-and-out .btn.btn-primary {
  background-image: none;
}
.navbar-inverse .clock-in-and-out .btn.btn-primary.disabled,
.navbar-inverse .clock-in-and-out .btn.btn-primary[disabled],
fieldset[disabled] .navbar-inverse .clock-in-and-out .btn.btn-primary,
.navbar-inverse .clock-in-and-out .btn.btn-primary.disabled:hover,
.navbar-inverse .clock-in-and-out .btn.btn-primary[disabled]:hover,
fieldset[disabled] .navbar-inverse .clock-in-and-out .btn.btn-primary:hover,
.navbar-inverse .clock-in-and-out .btn.btn-primary.disabled:focus,
.navbar-inverse .clock-in-and-out .btn.btn-primary[disabled]:focus,
fieldset[disabled] .navbar-inverse .clock-in-and-out .btn.btn-primary:focus,
.navbar-inverse .clock-in-and-out .btn.btn-primary.disabled.focus,
.navbar-inverse .clock-in-and-out .btn.btn-primary[disabled].focus,
fieldset[disabled] .navbar-inverse .clock-in-and-out .btn.btn-primary.focus,
.navbar-inverse .clock-in-and-out .btn.btn-primary.disabled:active,
.navbar-inverse .clock-in-and-out .btn.btn-primary[disabled]:active,
fieldset[disabled] .navbar-inverse .clock-in-and-out .btn.btn-primary:active,
.navbar-inverse .clock-in-and-out .btn.btn-primary.disabled.active,
.navbar-inverse .clock-in-and-out .btn.btn-primary[disabled].active,
fieldset[disabled] .navbar-inverse .clock-in-and-out .btn.btn-primary.active {
  background-color: #00c1ca;
  border-color: #00a9b1;
}
.navbar-inverse .clock-in-and-out .btn.btn-primary .badge {
  color: #00c1ca;
  background-color: #fff;
}
.navbar-inverse .clock-in-and-out .label-discovery {
  position: unset;
  top: unset;
}
.nav-tabs.nav-stacked > li > a {
  color: #555555;
}
.nav-tabs.nav-stacked > li.active > a {
  color: #ffffff;
}
.nav-tabs.nav-stacked > li > .inner {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li > .padded {
  padding: 8px 12px;
}
.nav-tabs.nav-stacked > li:first-child > .inner {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > .inner {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked li a small {
  display: block;
  color: #999;
}
.nav-tabs.nav-stacked li.active a small {
  color: #e9e9e9;
}
.nav.compact {
  margin-bottom: 6px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  background-color: #00c1ca;
  color: #ffffff;
}
.nav.nav-tabs.nav-stacked li .btn-xs.pull-right {
  margin-top: 8px;
  margin-right: 9px;
}
.nav.nav-tabs.nav-stacked li .padding {
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 2px;
  line-height: 18px;
}
.nav-stacked li.send_email .padding {
  border-bottom: 1px solid #ddd;
}
.nav-tabs.nav-stacked > li.clickable {
  cursor: pointer;
}
.nav-tabs.nav-stacked > li.clickable .inner {
  -webkit-transition: background-color ease-in-out 0.3s;
  -o-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}
.nav-tabs.nav-stacked > li.clickable:hover .inner {
  background-color: #eeeeee;
}
.clickable-container {
  position: relative;
  overflow: hidden;
}
.clickable-container .clickable-hover {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  padding: 0 10px;
  background: rgba(0, 193, 202, 0.9);
  color: #ffffff;
  line-height: 1;
  text-align: right;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.clickable-container .clickable-hover span {
  display: block;
  width: 100%;
  line-height: 24px;
}
.clickable-container .clickable-hover i {
  padding-left: 6px;
  font-size: 24px;
  position: relative;
  top: 5px;
}
.clickable-container:hover .clickable-hover {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.nav-pills {
  white-space: nowrap;
  overflow: visible;
}
.nav-pills > li {
  display: inline-block;
  float: none;
}
.nav-pills > li > a {
  padding: 5px 10px;
  display: flex;
}
.nav-pills-scroll-container .nav-pills {
  overflow-x: auto;
  display: flex;
  justify-content: flex-start;
  -webkit-overflow-scrolling: touch;
}
.nav-pills-scroll-container .nav-pills::-webkit-scrollbar {
  display: none;
}
.nav-flex-columns {
  display: flex;
  flex-wrap: wrap;
}
.nav-flex-columns > li + li {
  margin-left: 0;
}
.nav-flex-columns.nav-pills {
  white-space: normal;
  line-height: 1em;
}
.nav-item-md > a {
  min-width: 200px;
  max-width: 200px;
}
.nav-item-lg > a {
  min-width: 284px;
  max-width: 284px;
}
.user-nav-circle {
  position: relative;
  top: 3px;
}
@media (min-width: 992px) {
  .user-nav-circle {
    top: 0px;
  }
}
.user-nav-circle .user-nav-unread-badge {
  position: absolute;
  top: -8px;
  right: 3px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #f19a04;
}
@media (max-width: 1250px) {
  .help_link_text {
    display: none;
  }
}
.notes_container .new-note {
  padding-bottom: 0;
  margin-bottom: 4px;
}
.notes_container .new-note .btn {
  margin-bottom: 11px;
}
.notes_container .new-note .collapsed textarea {
  height: 34px;
  min-height: 34px;
  -webkit-transition: min-height ease-in-out 0.8s;
  -o-transition: min-height ease-in-out 0.8s;
  transition: min-height ease-in-out 0.8s;
}
.notes_container .new-note .collapsed.in textarea {
  min-height: 68px;
  margin-bottom: 10px;
}
.notes-content {
  word-break: break-word;
}
.appointment-pane .notes .notable-description {
  display: none;
}
.global-notice {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
}
body.with-global-notice .panes,
body.with-electron-notice .panes {
  top: 92px;
}
body.with-global-notice .navbar-fixed-top,
body.with-electron-notice .navbar-fixed-top {
  top: 42px;
}
body.with-global-notice .onboarding-task-list.sidebar-left,
body.with-electron-notice .onboarding-task-list.sidebar-left {
  top: 92px;
}
body.with-prediction-pipeline-global-notice .panes {
  top: 92px;
}
body.with-prediction-pipeline-global-notice .onboarding-task-list.sidebar-left {
  top: 92px;
}
body.with-global-notice.with-prediction-pipeline-global-notice .panes {
  top: 134px;
}
body.with-global-notice.with-prediction-pipeline-global-notice .onboarding-task-list.sidebar-left {
  top: 134px;
}
body.with-global-notice.with-electron-notice #notice > .global-notice {
  top: 42px;
}
body.with-global-notice.with-electron-notice .panes {
  top: 134px;
}
body.with-global-notice.with-electron-notice .navbar-fixed-top {
  top: 84px;
}
body.with-global-notice.with-electron-notice .onboarding-task-list.sidebar-left {
  top: 134px;
}
.notice {
  padding: 0.6rem;
  width: 100%;
  min-height: 42px;
}
.notice.inverse {
  color: #ffffff;
}
.panel {
  box-shadow: none;
  margin-bottom: 10px;
}
.panel > .list-group .list-group {
  margin-bottom: 0px;
}
.panel .panel-footer .form-control {
  height: 35px;
}
.panel .panel-footer .form-control.panel-footer-height-auto {
  height: auto;
}
.panel .panel-footer p {
  margin-top: 5px;
  margin-bottom: 0;
}
.panel .panel-item {
  padding: 10px 12px;
}
.panel .panel-item-bordered + .panel-item-bordered {
  border-top: 1px solid #ddd;
}
.panel .panel-item-footer {
  margin: 0 -12px -10px;
  background: #f1f1f1;
  padding: 8px 12px;
}
.panel .panel-item-grey {
  background: #f5f5f5;
}
.react-tabs__tab-panel--selected {
  position: relative;
  min-height: 100px;
}
.panel {
  position: relative;
}
.panel .panel-top-right {
  position: absolute;
  top: 7.5px;
  right: 7.5px;
}
@media (max-width: 991px) {
  .panel-body {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.flush-panel-container .panel {
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.sticky-panel-header {
  top: 0;
  border-bottom: 1px solid #eeeeee;
  position: sticky;
  padding: 20px 5px;
  margin: -15px -5px 0px;
}
.panel-no-gap {
  margin-bottom: 0;
}
.onboarding__container {
  align-items: center;
  display: flex;
  height: calc(100% - 20px);
  margin: 10px 0;
  padding: 10px;
}
.onboarding__content {
  margin: 0 auto;
  max-width: 520px;
}
.onboarding__image {
  margin: 20px auto;
}
.onboarding__video {
  margin: 20px 0;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.onboarding__video--position {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.onboarding__color {
  color: #484848 !important;
}
.onboarding__color-with-states {
  color: #484848 !important;
}
.onboarding__color-with-states:hover {
  color: #587072 !important;
}
.onboarding__color-with-states:active {
  color: #344243 !important;
}
.onboarding__color-with-states:disabled {
  color: #DDE2E2 !important;
}
.onboarding__completed-header-container {
  display: flex;
  padding: 20px;
  margin: -20px -20px 0 -20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  background-color: #F9FAFA;
}
.onboarding__header-container {
  padding-bottom: 16px;
}
.onboarding__subtext {
  color: #587072 !important;
  margin-left: 28px;
}
.onboarding__task-icon-container {
  display: flex;
  width: 20px;
  height: 20px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.onboarding__task-title {
  font-family: 'Proxima Nova';
  font-size: 14px;
  font-style: normal;
  font-weight: var(--typography-font-weight-semibold, 600);
  line-height: 20px;
  letter-spacing: 0.4px;
}
.onboarding__progress-bar {
  height: 32px;
  margin-bottom: 36px;
}
.onboarding__progress-bar-outer {
  overflow: hidden;
  height: 8px;
  background-color: #dde2e2;
  border-radius: 4px;
}
.onboarding__progress-bar-inner {
  float: left;
  width: 0%;
  height: 8px;
  font-size: 12px;
  line-height: 8px;
  color: #fff;
  text-align: center;
  background-color: #00c1ca;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.onboarding__alert-container {
  grid-template-areas: "title close" "content close";
  padding: 12px 12px 12px 12px;
}
.onboarding__alert-inner {
  min-width: 232px;
}
.onboarding__alert-close-btn {
  color: #161C1D;
  padding-left: 15px;
  justify-content: end;
}
.account-setup-mobile-modal-img {
  display: flex;
  margin: 0 auto;
  width: 60%;
}
.onboarding-task {
  width: 100%;
}
.task-name-button {
  width: 100%;
  color: white;
  cursor: pointer;
}
.onboarding-dropdown {
  top: 90%;
  right: 0;
  display: block;
}
ul.filter-dropdown li.onboarding-divider {
  margin: 5px 0;
}
html.panes-layout,
body.panes-layout {
  overflow: hidden;
}
.panes,
.pane,
.pane-fixed-height,
.pane-scroll {
  background: none;
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0;
  overflow: hidden;
}
.panes {
  transition: left ease 750ms;
}
.pane-left-placeholder {
  left: 320px;
  transition: none;
}
.pane-fixed-height .pane-fixed-height-inner {
  position: relative;
  height: 100%;
}
.pane-fixed-height .pane-fixed-height-inner .pane-fixed-height-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 20px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.pane-fixed-height .pane-fixed-height-inner .pane-fixed-height-content.with-header {
  top: 52px;
}
.pane-fixed-height .pane-fixed-height-inner .pane-fixed-height-content.with-header-lg {
  top: 138px;
}
.pane-fixed-height .pane-fixed-height-inner .pane-fixed-height-content.with-footer {
  bottom: 17px;
  margin-bottom: 80px;
}
.pane-fixed-height .pane-fixed-height-inner .pane-fixed-height-footer {
  position: absolute;
  bottom: 18px;
  left: 0px;
  right: 0px;
  width: auto;
  z-index: 100;
}
.pane-fixed-height .pane-fixed-height-inner .pane-fixed-height-footer .panel {
  margin-bottom: 10px;
}
.panes {
  pointer-events: none;
}
.panes.has-header {
  top: 50px;
}
.panes.has-footer .pane {
  bottom: 50px;
}
@media (min-width: 992px) {
  .panes.has-footer .pane {
    bottom: 40px;
  }
}
@media (max-width: 991px) {
  .pane {
    bottom: 50px;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .pane {
    bottom: 40px;
  }
}
.iphone-x .bar-tab {
  height: 70px;
}
.iphone-x .pane {
  bottom: 70px;
}
.iphone-x .tab-item {
  padding-bottom: 20px;
  height: 70px;
}
.pane {
  pointer-events: auto;
  background-color: #ededed;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pane-inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .pane-inner {
    margin: 0 6px;
  }
}
.pane-inner.padded {
  margin-right: 0;
}
.pane-inner.padded .pane-content {
  padding-right: 10px;
  padding-bottom: 10px;
}
.pane-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  .pane-left {
    right: auto;
    width: 260px;
  }
}
.pane-center {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.pane-center .container {
  margin-left: 0;
}
.pane-center > .pane-inner {
  margin-right: 0;
}
.pane-center .pane-center-content {
  padding-right: 10px;
}
@media (max-width: 1399px) {
  .pane-center .container {
    width: auto;
  }
}
@media (min-width: 992px) {
  .pane-left-in .pane-center {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 260px;
  }
}
.pane.pane-right#pane-right {
  z-index: 2;
}
.pane.pane-right-extended#pane-right-extended {
  z-index: 3;
}
.pane-right {
  -webkit-transform: translate(calc(100% + 30px), 0);
  -ms-transform: translate(calc(100% + 30px), 0);
  -o-transform: translate(calc(100% + 30px), 0);
  transform: translate(calc(100% + 30px), 0);
}
@media (min-width: 992px) {
  .pane-right {
    left: auto;
    width: 320px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .pane-right {
    -webkit-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.3);
  }
}
.pane-right-extended {
  -webkit-transform: translate(calc(100% + 30px), 0);
  -ms-transform: translate(calc(100% + 30px), 0);
  -o-transform: translate(calc(100% + 30px), 0);
  transform: translate(calc(100% + 30px), 0);
  -webkit-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .pane-right-extended {
    left: auto;
    min-width: 640px;
    width: 75%;
    max-width: 1200px;
  }
  .pane-right-extended .pane-inner.padded {
    margin-left: 20px;
  }
  .pane-right-extended .pane-inner.padded .pane-content {
    padding-right: 20px;
  }
}
@media (min-width: 1400px) {
  .panes.pane-right-in .pane-center {
    right: 320px;
  }
}
@media (min-width: 992px) {
  .panes .pane-center {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.panes.focus-left .pane-center,
.panes.focus-left .pane-right,
.panes.focus-left .pane-extended {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
@media (min-width: 992px) {
  .panes.focus-left .pane-center {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.panes.focus-center .pane-left {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.panes.focus-center .pane-center {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (min-width: 992px) {
  .panes.focus-center .pane-left {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.panes.focus-right .pane-left,
.panes.focus-right .pane-center {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.panes.focus-right .pane-right {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (min-width: 992px) {
  .panes.focus-right .pane-left {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .panes.focus-right .pane-center {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .panes.focus-right .pane-right {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.panes.focus-extension .pane-left,
.panes.focus-extension .pane-center,
.panes.focus-extension .pane-right {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.panes.focus-extension .pane-right-extended {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (min-width: 992px) {
  .panes.focus-extension .pane-left {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .panes.focus-extension .pane-center {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .panes.focus-extension .pane-right {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  .panes.focus-extension .pane-right-extended {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (min-width: 992px) {
  .panes.pane-right-in.focus-center .pane-right,
  .panes.pane-right-in.focus-extension .pane-right {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.pane-center .page-header .btn.close,
.pane-center .page-header .btn.expand-view {
  display: none;
}
@media (max-width: 1399px) {
  .settings-pane-transition-enter .panes .pane-left {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .settings-pane-transition-enter .panes .pane-center {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .settings-pane-transition-enter.settings-pane-transition-enter-active .panes .pane-left {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .settings-pane-transition-enter.settings-pane-transition-enter-active .panes .pane-center {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.intake-form-list tr {
  border-bottom: 1px solid #eeeeee;
}
.intake-form-list tr:last-child {
  border-bottom: none;
}
.intake-form-list tr .btn-link {
  padding-left: 0px;
  white-space: normal;
  text-align: left;
}
.intake-form-list tr .more-actions-dropdown {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.intake-form-list tr .more-actions-dropdown:active,
.intake-form-list tr .more-actions-dropdown:focus,
.intake-form-list tr .more-actions-dropdown:hover {
  background-color: transparent;
  box-shadow: none;
}
.intake-form-list tr .more-actions-dropdown svg {
  pointer-events: none;
}
.intake-form-list tr .intake-form-status {
  text-transform: capitalize;
  white-space: nowrap;
  margin: 0px;
  padding: 6px 0px;
}
.payment-auto-apply-button {
  position: relative;
  text-align: center;
}
.payment-auto-apply-button > span {
  display: inline-block;
  background: #ededed;
  padding: 0 10px;
}
.payment-auto-apply-button > hr {
  margin: 0;
  width: 100%;
  position: absolute;
  top: 13px;
}
.preferred-receipt {
  display: block;
  position: absolute;
  top: -40px;
  left: -50%;
  text-align: center;
}
.preferred-receipt i {
  color: #00c1ca;
}
.preferred-receipt small {
  display: block;
  font-size: 12px;
}
.preferred-receipt.email {
  left: 45%;
}
.pay-buttons {
  margin-top: 40px;
}
.pay-buttons .btn {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.pay-buttons .preferred-receipt,
.pay-buttons .pay-instruction {
  opacity: 100;
  -webkit-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.pay-buttons.disabled .preferred-receipt,
.pay-buttons.disabled .pay-instruction {
  opacity: 0;
}
.pay-button-print {
  border-right: 1px solid #38383836;
}
.pay-button-tooltip-wrapper .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.payment-method-title {
  font-weight: semibold;
  color: #555555;
  text-transform: uppercase;
}
.prepayment-tooltip-item {
  padding: 15px 15px 0;
}
.prepayment-tooltip-item:last-child {
  padding: 15px;
}
.prepayment-tooltip-detail {
  font-size: 14px;
  display: inline-block;
}
.prepayment-pending {
  border-bottom: 1px dotted #555555;
}
.prepayment-panel {
  padding: 15px;
  margin: 10px 0;
}
.payment-content {
  margin: 20px;
}
@media (max-width: 480px) {
  .payment-content {
    margin: 10px;
  }
}
.payment-content--instruction {
  margin: 0;
  color: #696977;
  font-size: 16px;
  padding: 20px 0;
  text-align: center;
}
@media (max-width: 480px) {
  .payment-content--instruction {
    margin-left: 5px;
    text-align: left;
  }
}
.payment-hr {
  margin: -15px -12px 20px -12px;
}
.payment-item {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
}
.payment-item.flex-column {
  flex-direction: column;
}
@media (max-width: 768px) {
  .payment-item {
    flex-direction: column;
  }
}
.payment-item__checkbox {
  margin-left: 8px;
}
.payment-item__heading {
  width: 60%;
}
.payment-item__heading p {
  margin: 10px 0;
}
.payment-item__heading .payment-item__instruction {
  margin: 0;
}
.payment-item__heading small {
  color: #696977;
  margin: 10px;
}
@media (max-width: 992px) {
  .payment-item__heading small {
    margin-left: 10px;
    width: 60%;
  }
}
@media (max-width: 480px) {
  .payment-item__heading small {
    display: block;
    margin: 10px 0;
  }
}
@media (max-width: 768px) {
  .payment-item__heading {
    width: 100%;
  }
}
.payment-item__input {
  margin-bottom: 10px;
  width: 40%;
}
@media (max-width: 768px) {
  .payment-item__input {
    width: 100%;
  }
}
.payment-item__input .payment-item__input--amount {
  width: 100%;
  max-height: 34px;
  display: table;
  margin-bottom: 10px;
}
.payment-item__input .payment-item__input--amount .form-group {
  margin-bottom: 0px;
}
.payment-item__input .payment-item__input--amount .form-group input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.payment-item__input--tip {
  margin: 5px 10px 10px 0;
}
.payment-video__iframe {
  width: 100%;
  height: 200px;
}
@media (min-width: 768px) {
  .payment-video__iframe {
    height: 404px;
  }
}
.split-payment__option .row {
  margin: 0;
}
.split-payment__option .col-sm-4 {
  width: 37%;
  margin-left: 37px;
}
.payment-item__split {
  width: 40%;
}
@media (max-width: 768px) {
  .payment-item__split {
    width: 100%;
  }
}
.payment-item__split .payment-item__split--amount {
  width: 100%;
  max-height: 34px;
  display: table;
  margin-bottom: 10px;
}
.payment-item__split .payment-item__split--amount .form-group {
  margin-bottom: 0px;
}
.payment-item__split .payment-item__split--amount .form-group input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.payment-item__split .payment-item__split--payer {
  width: 100%;
}
.connected-targets {
  margin: 0 -12px -17px;
}
.connected-targets__header {
  padding: 12px;
  border: none;
  background-color: #e7e7e7;
}
.connected-targets__controls {
  background-color: #f5f5f5;
  margin-bottom: -20px;
  padding: 5px 10px 0 0;
}
.connected-targets__controls button {
  padding: 6px 0;
}
.connected-targets__list {
  padding: 0 12px 10px;
  border: none;
}
.connected-targets__list .list-view-item .list-view-item-inner {
  border: 1px solid transparent;
}
.popover-custom {
  z-index: 1000;
  position: absolute;
  border-radius: 8px;
  max-width: 300px;
  background-color: #fff;
  box-shadow: 0px 4px 13px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
  height: auto;
  margin: 2px 0;
}
.popover-custom__header {
  padding: 10px 15px;
  font-size: 1.3em;
  background-color: #f5f5f5;
  border-radius: 8px 8px 0 0;
}
.popover-custom__body {
  padding: 15px;
}
.popover-custom__mobile {
  overflow: scroll;
  max-height: 40vh;
}
.popover-custom__placement-x {
  margin: 0 2px;
}
@media (max-width: 767px) {
  .popover-custom {
    z-index: 9;
  }
}
.products_table .paginator .pagination {
  margin: 0;
}
.products_table .paginator.pull-right {
  margin: 8px;
}
.products_table .table th a {
  color: #555555;
}
.profile-field {
  margin: 10px 0;
}
.profile-field > strong {
  flex-basis: 130px;
}
.profile-field > div {
  flex-basis: 75%;
}
.profile-photo.absolute-right {
  right: 19px;
}
.profile-photo .placeholder-dropzone {
  width: 100px;
  height: 130px;
  border: 2px dotted #ccc;
}
#user_profile_content .list-group-item .inner {
  margin: 8px 12px;
}
.upcoming-appointments-preview li.appointment {
  display: none;
}
.upcoming-appointments-preview li.appointment:nth-child(-n + 3) {
  display: block;
}
.upcoming-appointments-preview.show-all li.appointment {
  display: block;
}
.upcoming-appointments-preview.show-all a.show-all-upcoming {
  display: none;
}
.progress.progress-thin {
  height: 10px;
}
.pulse-notification {
  background: #87ec59;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  margin-right: 3px;
  box-shadow: #87ec59;
  animation: pulse 5s infinite;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 15px;
}
.pulse-notification.mobile {
  position: absolute;
  right: 0;
  top: 8px;
}
.pulse-notification.reverse {
  position: absolute;
  margin-right: 0px;
  margin-left: 0px;
}
.pulse-notification.inactive {
  background: #de4848;
  animation: none;
}
@keyframes pulse {
  40% {
    box-shadow: 0 0 0 0 #87ec59;
  }
  100% {
    box-shadow: 0 0 0 6px rgba(135, 236, 89, 0);
  }
}
#user_profile_content .purchases-table col.patient-name,
#user_profile_content .purchases-table td.patient-name,
#user_profile_content .purchases-table th.patient-name {
  display: none;
}
.insurer-container .purchases-table .insurer-filter {
  display: none;
}
ul.invoicables .if-multiple {
  display: none;
}
ul.invoicables li + li .if-multiple {
  display: block;
}
.purchases-table td a,
.purchases-table th a {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.purchases-table .invoice-payer-icon {
  display: inline-block;
  text-align: center;
  width: 12px;
}
.purchases-table .selected .invoice-state strong {
  color: #ffffff;
}
.purchases-table input.purchase-quantity {
  width: 20px;
}
.purchases-table .invoice-list small {
  display: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.show-detail .purchases-table .invoice-list small {
  display: block;
}
.purchase-full-view .show-full-view {
  display: block;
  height: auto;
  visibility: visible;
}
.purchase-full-view .hide-full-view {
  display: none;
}
.appointment-pane .hide-compact-view {
  display: none;
}
@keyframes radio {
  0%,
  17.5% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.styled-radio {
  position: relative;
  min-width: 18px;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 1px solid #ccc;
  pointer-events: none;
  background-color: #fff;
}
.has-error .styled-radio {
  border-color: #b92c22;
}
.styled-radio.checked {
  animation: radio 300ms cubic-bezier(0.17, 0.89, 0.37, 1.44);
  will-change: transform;
  border: 0;
  background: #00c1ca;
}
.styled-radio.checked:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 9px;
  background-color: #fff;
}
input:disabled + .styled-radio.checked {
  background: #DDD;
}
.star-labels {
  width: 2.5em;
}
.star-icons {
  min-width: 85px;
}
.ratings-bar {
  border-radius: 6px;
  height: 10px !important;
}
.staff-feedback-container {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0px;
}
.staff-feedback-container div,
.staff-feedback-container p,
.staff-feedback-container a {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.ratings-pie-styles {
  height: 150px;
  width: 150px;
}
.staff-rating-container {
  padding: 20px 15px;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}
.staff-rating-sticky {
  top: 67px;
  box-shadow: 0px 5px 3px -4px lightgrey;
}
.staff-rating-header-container {
  padding-top: 10px;
  margin: 0 20px;
}
.ratings-placeholder-image {
  height: 6em;
}
.dark-gray-text {
  color: #696977 !important;
}
.light-gray-text {
  color: #9e9ea6;
}
.prompt-length-hint {
  font-weight: bold;
  font-style: italic;
}
@media screen and (min-width: 640px) {
  .desktop-text-right {
    text-align: right;
  }
}
.react-datepicker-popper {
  z-index: 2000 !important;
}
.react-datepicker-wrapper {
  display: block !important;
}
.react-datepicker {
  font-size: 1em !important;
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 3px 8px rgba(0, 0, 0, 0.23);
  border: none !important;
}
.transparent .react-datepicker {
  background-color: transparent !important;
  box-shadow: none !important;
}
.react-datepicker.multi-months {
  display: flex !important;
  flex-flow: row wrap;
}
.react-datepicker__month {
  margin: 0.4em 1em !important;
}
.react-datepicker__day-name,
.react-datepicker__day {
  width: 2.4em !important;
  line-height: 2.4em !important;
  color: #333333 !important;
  margin: 0.166em !important;
}
@media (min-width: 480px) {
  .react-datepicker__day-name,
  .react-datepicker__day {
    width: 2.1em !important;
    line-height: 2.1em !important;
  }
}
.react-datepicker__current-month {
  font-size: 1.2em !important;
  font-weight: inherit !important;
  color: #333333 !important;
  padding-bottom: 0.3em !important;
}
.react-datepicker__navigation {
  top: 6px !important;
  background: transparent !important;
  width: 40px !important;
  height: 40px !important;
  border: none !important;
  background-size: cover !important;
}
@media (min-width: 480px) {
  .react-datepicker__navigation {
    width: 30px !important;
    height: 30px !important;
  }
}
.react-datepicker__navigation {
  opacity: 0.6;
}
.react-datepicker__navigation--previous {
  transform: rotate(180deg);
  background-image: url(/assets/5199bcd5c725bc85.png) !important;
}
.react-datepicker__navigation--next {
  background-image: url(/assets/5199bcd5c725bc85.png) !important;
}
.react-datepicker__navigation:hover {
  opacity: 1;
}
.react-datepicker__triangle {
  display: none;
}
.react-datepicker__day--selected,
.react-datepicker__month-text--selected {
  background-color: #00a9b1 !important;
  color: #ffffff !important;
}
.react-datepicker__day--selected:hover,
.react-datepicker__month-text--selected:hover {
  background-color: #009097 !important;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected {
  background-color: #b6e6e6 !important;
  color: #ffffff !important;
}
.react-datepicker__day {
  border-radius: 50% !important;
}
@media (hover: hover) {
  .react-datepicker__day:hover:not(.react-datepicker__day--disabled) {
    background-color: #a3dfdf !important;
    color: #333333 !important;
  }
}
.react-datepicker__day--in-range {
  background-color: #b6e6e6 !important;
}
.react-datepicker__day--in-range:hover {
  filter: brightness(90%);
}
.react-datepicker__day--in-range.react-datepicker__day--disabled {
  background-color: #ededed !important;
}
.react-datepicker__day--in-range.react-datepicker__day--disabled:hover {
  filter: none;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--selected) {
  background-color: #a3dfdf !important;
}
.react-datepicker__day--selecting-range-end:not(.react-datepicker__day--selected),
.react-datepicker__day--selecting-range-start:not(.react-datepicker__day--selected) {
  background-color: #00a9b1 !important;
  color: #ffffff !important;
}
.react-datepicker__day--selecting-range-end:not(.react-datepicker__day--selected):hover,
.react-datepicker__day--selecting-range-start:not(.react-datepicker__day--selected):hover {
  background-color: #00a9b1 !important;
  color: #ffffff !important;
}
.react-datepicker__day--range-end,
.react-datepicker__day--range-start {
  background-color: #00a9b1 !important;
  color: #ffffff !important;
}
.react-datepicker__day--range-end:hover:not(.react-datepicker__day--disabled),
.react-datepicker__day--range-start:hover:not(.react-datepicker__day--disabled) {
  background-color: #00a9b1 !important;
}
.react-datepicker__day--today {
  border: 1px solid #00a9b1 !important;
  width: 2.4em !important;
  line-height: 2.3em !important;
  font-weight: inherit !important;
}
@media (min-width: 480px) {
  .react-datepicker__day--today {
    width: 2.2em !important;
    line-height: 2.1em !important;
  }
}
.react-datepicker__day--disabled {
  color: #81818e !important;
}
.react-datepicker__header {
  padding-top: 10px !important;
  border-bottom: none !important;
  background-color: whitesmoke !important;
}
.transparent .react-datepicker__header {
  background-color: transparent !important;
}
.react-datepicker__input-container {
  display: block !important;
}
.react-datepicker__today-button {
  background-color: whitesmoke !important;
  border: none !important;
  color: #333333 !important;
  font-weight: inherit !important;
  border-radius: 0 0 4px 4px;
  line-height: 2em !important;
}
@media (min-width: 480px) {
  .react-datepicker__today-button {
    line-height: initial !important;
  }
}
.react-datepicker__today-button:hover {
  filter: brightness(98%);
}
.react-datepicker__day--outside-month {
  visibility: hidden;
}
.react-datepicker__date-range-controls {
  flex: 1 100%;
  clear: both;
  padding: 10px 20px;
  color: #333333;
}
.react-datepicker-popper[data-placement^='bottom'] {
  margin-top: 9px !important;
}
.react-datepicker__date-range-presets {
  padding: 12px;
  padding-right: 22px;
  background-color: whitesmoke;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 3px 8px rgba(0, 0, 0, 0.23);
  color: #696977;
  border-radius: 4px;
  width: 200px;
}
.react-datepicker__close-icon {
  right: 5px;
  font-family: 'FontAwesome';
  color: #696977;
}
.react-datepicker__close-icon::before {
  content: '\f00d' !important;
}
.react-datepicker__close-icon::after {
  content: none !important;
}
.react-datepicker__input-button {
  position: relative;
}
.react-datepicker__input-button .react-datepicker__close-icon {
  bottom: 11px;
  top: initial;
}
.datepicker-icon {
  font-family: 'FontAwesome';
  position: absolute;
  top: 7px;
  left: 14px;
  color: #777777;
  z-index: 1;
  pointer-events: none;
}
.datepicker-icon::before {
  content: '\f073';
}
.input-error-icon {
  font-family: 'FontAwesome';
  pointer-events: none;
  position: absolute;
  top: 8px;
  right: 11px;
}
.input-error-icon::before {
  content: '\f071';
}
.input-error-icon.adjust-right-positioning {
  right: 30px;
}
.react-datepicker__error-container {
  width: 268px;
  background-color: whitesmoke;
  flex: 1 100%;
  clear: both;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.report .page-header {
  display: none;
}
.reports-container.loading > * {
  opacity: 0.5;
}
.reports-container .report {
  min-height: 100px;
}
.dropdown-title-truncate {
  white-space: nowrap;
  line-height: 20px;
}
.dropdown-title-truncate span.dropdown-current-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.dropdown-title-truncate:after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
span.navbar-text {
  padding-left: 12px;
  padding-right: 12px;
}
.navbar-nav .dropdown-title-truncate span.dropdown-current-title {
  max-width: 125px;
}
.navbar-fixed-top .navbar-nav .dropdown-title-truncate span.dropdown-current-title {
  max-width: 170px;
}
.dark-gray-text {
  color: #696977;
}
.invoice_group_rows {
  border-top: #D3D3D3 !important;
}
@media screen {
  .report .print-only {
    display: none;
  }
}
/*Desktop Large*/
/* Desktop
------------------------- */
@media (max-width: 979px) {
  #status {
    display: none;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #ffffff;
  }
}
/* Tablet to desktop
------------------------- */
/* Tablet
------------------------- */
@media (max-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* Landscape phones
------------------------- */
.print .page-header h1 {
  font-size: 45px;
  margin: 20px 0;
}
.print .receipt-section {
  border-radius: 6px;
  border: 1px solid #00c1ca;
  overflow: hidden;
  margin: 0 0 15px 0;
}
.print .receipt-section .row [class*="span"] {
  min-height: 22px;
}
.print .receipt-section .receipt-padding {
  padding: 10px 10px 0;
}
.print .receipt-section .receipt-padding h3:first-child {
  margin-top: 0;
}
.print .receipt-section .receipt-padding table {
  margin-bottom: 8px;
}
.print .receipt-section .section-title {
  background-color: #00c1ca !important;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.print .receipt-section .section-title small {
  font-size: 14px;
}
.print .receipt-section .section-title h1,
.print .receipt-section .section-title small {
  color: #ffffff !important;
}
.print .receipt-section .section-title h1 {
  padding: 0px 13px;
  margin: 0;
  font-size: 14px;
  line-height: 25px;
}
.print .receipt-section .section-title h1 small {
  font-size: 11px;
}
.print .receipt-section hr {
  padding: 0 15px;
}
.print .receipt-section ul {
  margin: 0;
  padding: 0 15px;
  list-style-type: none;
}
.print .receipt-section ul .appt {
  border-top: 1px solid #eeeeee;
  clear: both;
  padding: 8px 0;
}
.print .receipt-section ul .appt:first-child {
  border-top: none;
}
.print .receipt-section ul .appt .date {
  padding-top: 4px;
}
.print .receipt-section ul .appt .time {
  padding-top: 4px;
}
.print .receipt-section ul .appt .treatment {
  padding-top: 4px;
}
.print .receipt-section ul .appt .row [class*="span"] {
  min-height: 0px;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.horizontal-scroll-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 15px;
}
.horizontal-scroll-container::after {
  content: "";
  flex: 0 0 20px;
}
.horizontal-scroll-container::before {
  content: "";
  flex: 0 0 8px;
}
.mask-container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10px, #000 calc(100% - 30px), transparent);
}
.section {
  margin-bottom: 12px;
}
.section:last-child {
  margin-bottom: 0;
}
.section-bordered {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
}
.section-bordered:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.section-form .section-bordered .col-xs-1 i {
  position: relative;
  top: 18px;
}
.section-bordered .form-group:last-child {
  margin-bottom: 10px;
}
.sensitive {
  transition: all ease 250ms;
}
/* For Jane admins, and 3rd party tools, blur everything sensitive */
body.role_jane_team.be-sensitive .sensitive {
  filter: blur(3px);
  /* Someday, sigh ... */
  -webkit-filter: blur(3px);
  /* Prefixed CSS3 blur filters */
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
  /* IE lte 9 */
}
body.role_jane_team.be-sensitive .sensitive:hover {
  filter: blur(0px);
  /* Someday, sigh ... */
  -webkit-filter: blur(0px);
  /* Prefixed CSS3 blur filters */
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
  /* IE lte 9 */
}
body.role_jane_team.be-sensitive h1 .sensitive,
body.role_jane_team.be-sensitive h2 .sensitive,
body.role_jane_team.be-sensitive h3 .sensitive,
body.role_jane_team.be-sensitive h1.sensitive,
body.role_jane_team.be-sensitive h2.sensitive,
body.role_jane_team.be-sensitive h3.sensitive {
  filter: blur(6px);
  /* Someday, sigh ... */
  -webkit-filter: blur(6px);
  /* Prefixed CSS3 blur filters */
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='6');
  /* IE lte 9 */
}
body.role_jane_team.be-sensitive h1 .sensitive:hover,
body.role_jane_team.be-sensitive h2 .sensitive:hover,
body.role_jane_team.be-sensitive h3 .sensitive:hover,
body.role_jane_team.be-sensitive h1.sensitive:hover,
body.role_jane_team.be-sensitive h2.sensitive:hover,
body.role_jane_team.be-sensitive h3.sensitive:hover {
  filter: blur(0px);
  /* Someday, sigh ... */
  -webkit-filter: blur(0px);
  /* Prefixed CSS3 blur filters */
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
  /* IE lte 9 */
}
/* For non-Jane admins, only blur inside the calendar, user-list, dashboard, reports and the prediction pipelines global notice */
body.be-sensitive:not(.role_jane_team) .report .sensitive,
body.be-sensitive:not(.role_jane_team) .calendar .sensitive,
body.be-sensitive:not(.role_jane_team) #user-list .sensitive,
body.be-sensitive:not(.role_jane_team) #patient-recordings-global-notice .sensitive,
body.be-sensitive:not(.role_jane_team) #dashboard-patient-list-items .sensitive,
body.be-sensitive:not(.role_jane_team) .report.sensitive,
body.be-sensitive:not(.role_jane_team) .calendar.sensitive,
body.be-sensitive:not(.role_jane_team) #user-list.sensitive,
body.be-sensitive:not(.role_jane_team) #patient-recordings-global-notice.sensitive,
body.be-sensitive:not(.role_jane_team) #dashboard-patient-list-items.sensitive {
  filter: blur(3px);
  /* Someday, sigh ... */
  -webkit-filter: blur(3px);
  /* Prefixed CSS3 blur filters */
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
  /* IE lte 9 */
}
body.be-sensitive:not(.role_jane_team) .report h1.sensitive,
body.be-sensitive:not(.role_jane_team) .calendar h1.sensitive,
body.be-sensitive:not(.role_jane_team) #user-list h1.sensitive,
body.be-sensitive:not(.role_jane_team) #patient-recordings-global-notice h1.sensitive,
body.be-sensitive:not(.role_jane_team) #dashboard-patient-list-items h1.sensitive,
body.be-sensitive:not(.role_jane_team) .report h2.sensitive,
body.be-sensitive:not(.role_jane_team) .calendar h2.sensitive,
body.be-sensitive:not(.role_jane_team) #user-list h2.sensitive,
body.be-sensitive:not(.role_jane_team) #patient-recordings-global-notice h2.sensitive,
body.be-sensitive:not(.role_jane_team) #dashboard-patient-list-items h2.sensitive,
body.be-sensitive:not(.role_jane_team) .report h3.sensitive,
body.be-sensitive:not(.role_jane_team) .calendar h3.sensitive,
body.be-sensitive:not(.role_jane_team) #user-list h3.sensitive,
body.be-sensitive:not(.role_jane_team) #patient-recordings-global-notice h3.sensitive,
body.be-sensitive:not(.role_jane_team) #dashboard-patient-list-items h3.sensitive {
  filter: blur(6px);
  /* Someday, sigh ... */
  -webkit-filter: blur(6px);
  /* Prefixed CSS3 blur filters */
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='6');
  /* IE lte 9 */
}
.settings-search {
  margin: 15px 0 24px 0;
}
.shifts-wrapper .dropdown-menu {
  overflow-y: hidden;
}
.shifts-wrapper .dropdown-menu a {
  white-space: nowrap;
}
.shifts-modal-column h4 {
  font-size: 14px;
}
.shifts-modal-column .form-group {
  margin-bottom: 0px;
}
.shifts-modal-column .shift-add-btn {
  padding: 0px;
}
.shifts-modal-column.border-right {
  border-right: none;
}
@media (min-width: 992px) {
  .shifts-modal-column {
    padding: 0px 20px;
  }
  .shifts-modal-column.border-right {
    border-right: 1px solid lightgrey;
  }
}
.shifts-copy-menu legend {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 10px 5px 0px 5px;
}
.shifts-copy-menu .input-button {
  width: 100%;
  margin-left: 0;
  padding-left: 5px;
  padding-right: 5px;
  justify-content: space-between;
}
.shifts-copy-menu button {
  width: 100%;
}
.shortcuts-modal ul {
  float: none;
}
.shortcuts-modal ul > li {
  float: none;
  margin-bottom: 5px;
}
.shortcuts-modal ul > li .navbar-text {
  float: none;
  margin-top: 5px;
  margin-bottom: 5px;
}
.shortcuts-modal ul > li .navbar-text strong {
  display: inline-block;
  width: 200px;
  text-align: right;
  margin-right: 15px;
}
.shortcuts-modal ul > li .navbar-text.nav-title {
  display: none;
}
.shortcuts-modal ul li.view-all {
  display: none;
}
.shortcuts-modal .row {
  margin-right: 0;
}
.shortcuts-modal .schedule-section {
  background-color: #f5f5f5;
}
body.sidebar-left-pinned .panes {
  left: 320px;
}
@media (max-width: 1730px) {
  body.sidebar-left-pinned .panes .pane-center .container {
    width: auto;
  }
}
body.sidebar-left-pinned .slide-menu {
  left: 320px;
}
body.sidebar-left-in .sidebar-left {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
body.sidebar-left-in .sidebar-left .sidebar-left-controls {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
body.sidebar-left-in-no-transition .sidebar-left {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
body.sidebar-left-in:not(.sidebar-left-pinned) .sidebar-left {
  -webkit-box-shadow: 5px 0 40px #555555;
  box-shadow: 5px 0 40px #555555;
}
.sidebar-left {
  position: absolute;
  top: 52px;
  left: 0;
  right: 320px;
  bottom: 2px;
  height: calc(100vh - 52px);
  width: 320px;
  -webkit-transition: all 750ms ease;
  -o-transition: all 750ms ease;
  transition: all 750ms ease;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  background: rgba(50, 50, 50, 0.9);
  color: #ffffff;
}
@media (max-width: 991px) {
  .sidebar-left {
    height: calc(100vh - 102px);
  }
}
.sidebar-left h1,
.sidebar-left h2,
.sidebar-left h3,
.sidebar-left h4,
.sidebar-left p,
.sidebar-left .list-view,
.sidebar-left .list-view-item,
.sidebar-left .list-view-item p {
  color: #ffffff;
}
.sidebar-left .sidebar-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  padding: 19px 19px 0;
}
@media (max-width: 480px) {
  .sidebar-left .sidebar-scroll {
    padding: 30px 20px 100px 20px;
  }
}
.sidebar-left .sidebar-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.sidebar-left .onboarding-feature-survey .input-button {
  color: #ffffff;
}
.sidebar-left .onboarding-feature-survey .generate-button {
  margin-top: 10px;
}
.sidebar-left .onboarding-task-list .list-view-item a {
  cursor: pointer;
}
.sidebar-nav.patient .nav-list.list,
.sidebar-nav.staff_member .nav-list.list {
  position: relative;
}
.sidebar-nav.patient .nav-list.list li,
.sidebar-nav.staff_member .nav-list.list li {
  position: absolute;
  left: 0;
  height: 25px;
  right: 0;
}
.sidebar-nav.patient .nav-list.list li a,
.sidebar-nav.staff_member .nav-list.list li a {
  margin-left: 0;
  margin-right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .sidebar-list.collapse {
    height: auto;
  }
}
@media (max-width: 767px) {
  .sidebar-list.collapse {
    min-height: 0;
  }
  .well.sidebar-nav {
    padding: 9px 0;
  }
}
.skip-nav {
  position: absolute;
  width: auto;
  top: -100vh;
  z-index: 9999;
  text-align: center;
  background-color: white !important;
  color: #00747a !important;
}
.skip-nav:focus {
  text-decoration: underline;
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 18px;
}
.skip-nav.skip-nav__inline:focus {
  position: relative;
  width: 100%;
  top: initial;
  left: initial;
  background-color: initial !important;
}
.skip-nav.skip-nav__navbar:focus {
  top: calc(50.5px);
  left: 50vw;
  right: initial;
  transform: translateX(-50%);
}
.skip-nav.skip-nav__sidebar.skip-nav__inline:focus {
  margin-top: 18px;
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  body.panes-layout.slide-menu-in .panes .pane-left {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    -o-transform: translate(80%, 0);
    transform: translate(80%, 0);
  }
}
@media (max-width: 991px) {
  body.panes-layout.slide-menu-in .panes .pane-center-orphan {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    -o-transform: translate(80%, 0);
    transform: translate(80%, 0);
  }
}
#left-menu {
  display: none;
}
.slide-menu {
  background-color: #ffffff;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.slide-menu .list-group {
  margin: 0;
}
.slide-menu-inner {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  #left-menu {
    display: block;
  }
  .slide-menu {
    display: none;
  }
}
.slide-menu a.dropdown-toggle {
  color: #777777;
  font-family: 'ProximaNovaRgBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #eeeeee;
}
.slide-menu a.dropdown-toggle .current-item:before {
  content: "Current Location: ";
}
.slide-menu a.dropdown-toggle .caret {
  display: none;
}
.slide-menu .dropdown-menu {
  display: block;
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
.slide-menu .dropdown-menu li.divider {
  display: none;
}
.slide-menu .dropdown-menu > li > a {
  padding: 15px 15px;
  border-bottom: 1px solid #eeeeee;
}
.slide-menu .dropdown-menu > li > a:hover {
  background-color: #eeeeee;
}
.slide-menu ul.nav + .list-group .list-group-item:first-child {
  border-top: none;
}
.status-bar {
  margin-right: 10px;
  border-radius: 3px;
  min-width: 5px;
}
.navbar-fixed-bottom.sticky-footer {
  background: #ededed;
  border-top: 1px solid #dddddd;
  box-shadow: -10px 0px 10px rgba(90, 90, 90, 0.5);
  padding: 10px 15px;
}
.outer-sticky-footer {
  margin-bottom: 70px;
}
.sticky-footer-container {
  max-width: 1170px;
}
.sticky-header {
  position: fixed;
  top: -1px;
  width: 100%;
  padding: 8px 10px;
  z-index: 1001;
  background-color: #ededed;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  transition: transform 150ms cubic-bezier(0.4, 0, 1, 1);
  transform: translateY(-115px);
}
.sticky-header.in {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
  transform: translateY(0);
}
.sticky-header.in.is-jane-team {
  transform: translateY(10px);
}
.sticky-header .btn-default {
  background-color: #e0e0e0;
  border: none;
}
.sticky-header .btn-default:hover {
  background-color: #d4d4d4;
}
.sticky-header-title {
  color: #696977;
  font-family: 'ProximaNovaLtLight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.sticky-header-title.force-small {
  font-size: initial;
}
@media (min-width: 992px) {
  .sticky-header-title {
    font-size: 18px;
  }
  .sticky-header-title.force-small {
    font-size: 18px;
  }
}
.sticky-header-dropdown {
  border-radius: 30px;
  white-space: nowrap;
  border: 1px solid transparent;
  background-color: #e0e0e0;
  padding: 5px 15px;
  cursor: pointer;
}
.sticky-header-dropdown:hover {
  background-color: #d4d4d4;
}
.StripeCardWrapper {
  padding: 10px 5px;
}
.oldStripeForm .StripeElement {
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.oldStripeForm .StripeElement--focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.oldStripeForm .StripeElement--focus.StripeElement--invalid {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #fa755a;
}
.oldStripeForm .StripeElement--focus .StripeElement--invalid {
  border-color: #fa755a;
}
.oldStripeForm .StripeElement--focus .StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.table {
  margin-bottom: 0px;
}
table .btn-group {
  display: flex;
}
table .text-right > .btn-group {
  justify-content: flex-end;
}
table.table-no-wrap {
  table-layout: fixed;
}
table tr.small th,
table tr.small td {
  line-height: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.table .table {
  margin-bottom: 0;
}
.table-responsive.dropdown-fix {
  padding-bottom: 210px;
}
table.table.table-align-middle tbody td {
  vertical-align: middle;
}
.table > thead > tr > th.media-bottom,
.table > tbody > tr > th.media-bottom,
.table > tfoot > tr > th.media-bottom,
.table > thead > tr > td.media-bottom,
.table > tbody > tr > td.media-bottom,
.table > tfoot > tr > td.media-bottom,
td.media-bottom {
  vertical-align: bottom;
}
table address {
  margin-bottom: 0;
}
table.table.table-unstyled td,
table.table.table-unstyled th {
  border: none !important;
}
tr.no-rule td,
.table > tbody > tr.no-rule > td {
  padding-top: 0;
  border-top: none;
}
.table.table-unstyled {
  margin-bottom: 0;
}
.table.table-unstyled th,
.table.table-unstyled td {
  border-top: none;
}
.table.table-unstyled tbody + tbody {
  border-top: none;
}
.table.table-unstyled.snap-horizontal th:first-child,
.table.table-unstyled.snap-horizontal td:first-child {
  padding-left: 0;
}
.table.table-unstyled.snap-horizontal th:last-child,
.table.table-unstyled.snap-horizontal td:last-child {
  padding-right: 0;
}
thead.with-dropdowns select {
  min-width: 100px;
}
.superbill_signature table.table thead tr th {
  border-bottom: 0;
}
.superbill_signature table.table thead tr td {
  height: 50px;
}
.superbill_signature table.table tbody tr td {
  border-top: 0;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    overflow-x: auto;
  }
  .table-responsive .btn + .btn.dropdown-toggle {
    display: none;
  }
}
@media (min-width: 768px) {
  .table-sm-fixed table {
    table-layout: fixed;
  }
  .table-sm-fixed table th,
  .table-sm-fixed table td:not(.controls) {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .table-md-fixed table {
    table-layout: fixed;
  }
  .table-md-fixed table th,
  .table-md-fixed table td:not(.controls) {
    overflow: hidden;
  }
}
.table th {
  font-family: 'ProximaNovaRgBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #555555;
}
.table th small {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.table th h1,
.table th h2,
.table th h3,
.table th h4,
.table th h5,
.table th h6 {
  margin-bottom: 0;
}
.table th.sort {
  cursor: pointer;
}
.table th.sort:hover {
  color: #00c1ca;
}
.table th.sort.current-asc:after {
  font-family: 'FontAwesome';
  content: ' \f0d8';
}
.table th.sort.current-desc:after {
  font-family: 'FontAwesome';
  content: ' \f0d7';
}
.table th .label {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.table td.flush {
  padding: 0;
}
table.flush {
  margin-bottom: 0;
}
.table th.small-padding {
  padding-left: 4px;
  padding-right: 4px;
}
.table tr.double-border td,
.table tr.double-border th {
  border-top-style: double;
  border-top-width: 4px;
}
table.table-vertical-borders th,
table.table-vertical-borders td,
table.table-vertical-borders .border {
  border-left: 1px solid #ddd;
}
table.table-vertical-borders th:first-child,
table.table-vertical-borders td:first-child,
table.table-vertical-borders .border:first-child {
  border-left: none;
}
table.table-vertical-borders table.table-vertical-borders {
  padding: 0;
}
table.table-vertical-borders table.table-vertical-borders th,
table.table-vertical-borders table.table-vertical-borders td,
table.table-vertical-borders table.table-vertical-borders .border {
  border-top: none;
  border-bottom: none;
}
table thead th .row [class*='span'] {
  min-height: 100%;
  height: 100%;
  vertical-align: bottom;
}
table.selectable tr {
  cursor: pointer;
}
table.selectable thead tr {
  cursor: auto;
}
table.selectable tr.selected td {
  background-color: #00c1ca;
  color: #ffffff;
}
table.selectable tr.selected td a:not(.btn) {
  color: #ffffff;
}
table.selectable tr.selected td .dropdown-menu a {
  color: #333333;
}
table.selectable tr.selected td .dropdown-menu > li > a:hover,
table.selectable tr.selected td .dropdown-menu > li > a:focus,
table.selectable tr.selected td .dropdown-submenu:hover > a,
table.selectable tr.selected td .dropdown-submenu:focus > a {
  color: #262626;
}
table .amount_with_caption {
  line-height: 1;
}
table .amount_with_caption small {
  font-weight: normal;
  display: block;
  font-size: 10px;
  letter-spacing: -0.1em;
}
.col-table .thead {
  font-family: 'ProximaNovaRgBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.col-table .row {
  margin: 2px 0;
}
.table-bordered {
  border-radius: 4px;
}
.table-bordered tbody:first-child tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}
.table-bordered tbody:first-child tr:first-child > th:last-child {
  border-top-right-radius: 4px;
}
@media (min-width: 768px) {
  .col-table .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col-table .col-xs-1,
  .col-table .col-sm-1,
  .col-table .col-md-1,
  .col-table .col-lg-1,
  .col-table .col-xs-2,
  .col-table .col-sm-2,
  .col-table .col-md-2,
  .col-table .col-lg-2,
  .col-table .col-xs-3,
  .col-table .col-sm-3,
  .col-table .col-md-3,
  .col-table .col-lg-3,
  .col-table .col-xs-4,
  .col-table .col-sm-4,
  .col-table .col-md-4,
  .col-table .col-lg-4,
  .col-table .col-xs-5,
  .col-table .col-sm-5,
  .col-table .col-md-5,
  .col-table .col-lg-5,
  .col-table .col-xs-6,
  .col-table .col-sm-6,
  .col-table .col-md-6,
  .col-table .col-lg-6,
  .col-table .col-xs-7,
  .col-table .col-sm-7,
  .col-table .col-md-7,
  .col-table .col-lg-7,
  .col-table .col-xs-8,
  .col-table .col-sm-8,
  .col-table .col-md-8,
  .col-table .col-lg-8,
  .col-table .col-xs-9,
  .col-table .col-sm-9,
  .col-table .col-md-9,
  .col-table .col-lg-9,
  .col-table .col-xs-10,
  .col-table .col-sm-10,
  .col-table .col-md-10,
  .col-table .col-lg-10,
  .col-table .col-xs-11,
  .col-table .col-sm-11,
  .col-table .col-md-11,
  .col-table .col-lg-11,
  .col-table .col-xs-12,
  .col-table .col-sm-12,
  .col-table .col-md-12,
  .col-table .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  .table-responsive-block.table-bordered {
    border: none;
  }
}
@media all and (max-width: 480px) {
  .table-responsive-block {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /* Hide embedded table headers/cells if required, and not nested under a thead element */
  }
  .table-responsive-block table,
  .table-responsive-block thead,
  .table-responsive-block tbody,
  .table-responsive-block th,
  .table-responsive-block tr {
    display: block;
  }
  .table-responsive-block thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-responsive-block thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-responsive-block td {
    /* Behave  like a "row" */
    display: block;
    border: none;
    position: relative;
    text-align: left !important;
    padding-left: 50% !important;
    text-align: left;
    min-height: 28px;
  }
  .table-responsive-block td.empty-state-text {
    padding-left: 0 !important;
  }
  .table-responsive-block .hidden-override {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-responsive-block.table > tbody > tr > td,
  .table-responsive-block.table > tfoot > tr > td {
    padding: 4px 8px 4px 50%;
  }
  .table-responsive-block.table > tbody > tr > td.spill-left,
  .table-responsive-block.table > tfoot > tr > td.spill-left {
    padding-left: 8px !important;
  }
  .table-responsive-block.table > tbody > tr > td.spill-left:before,
  .table-responsive-block.table > tfoot > tr > td.spill-left:before {
    content: none;
  }
  .table-responsive-block td:before {
    content: attr(data-label);
    font-family: 'ProximaNovaRgBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 3px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .table-responsive-block td:first-of-type:before {
    top: 18px;
  }
  .table-responsive-block td.with-form-control:before,
  .table-responsive-block td.with-form-control:first-of-type:before {
    top: 12px;
  }
  .table-responsive-block.table-vertical-borders th,
  .table-responsive-block.table-vertical-borders td,
  .table-responsive-block.table-vertical-borders .border {
    border-left: none;
  }
  .table-responsive-block td.text-center,
  .table-responsive-block th.text-center,
  .table-responsive-block td.text-right,
  .table-responsive-block th.text-right {
    text-align: left;
  }
}
@media all and (max-width: 480px) {
  .table.table-responsive-block > tbody > tr > td:not(:first-of-type),
  .table.table-responsive-block > tfoot > tr > td:not(:first-of-type) {
    border-top: none;
  }
  .table.table-responsive-block > tbody > tr > td:first-of-type,
  .table.table-responsive-block > tfoot > tr > td:first-of-type {
    margin-top: 15px;
    padding-top: 18px;
  }
}
.table-bordered.table-responsive-block > thead > tr > th,
.table-bordered.table-responsive-block > tbody > tr > th,
.table-bordered.table-responsive-block > tfoot > tr > th,
.table-bordered.table-responsive-block > thead > tr > td,
.table-bordered.table-responsive-block > tbody > tr > td,
.table-bordered.table-responsive-block > tfoot > tr > td {
  border: 1px solid #ddd;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .table-bordered.table-responsive-block > thead > tr > td,
  .table-bordered.table-responsive-block > tbody > tr > td,
  .table-bordered.table-responsive-block > tfoot > tr > td {
    border-bottom: none;
  }
  .table-bordered.table-responsive-block > thead > tr > td:last-child,
  .table-bordered.table-responsive-block > tbody > tr > td:last-child,
  .table-bordered.table-responsive-block > tfoot > tr > td:last-child {
    border-bottom: 1px solid #ddd;
  }
}
th .header-button {
  min-width: 100px;
}
.tag-group.form-control {
  height: auto;
  padding: 6px 7px;
}
.tag-group input[type='text'],
.tag-group .form-control {
  margin: 0;
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  width: 100%;
  height: 28px;
  padding: 8px 0px;
  background: none;
  line-height: 1em;
}
.tag-group input[type='text'].has-feedback-left,
.tag-group .form-control.has-feedback-left {
  padding: 16px 0 8px 34px;
}
.tag-group:focus-within {
  border-color: #8bd5d8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #8bd5d8;
}
.tag:not(.token) {
  background: #eeeeee;
  padding: 4px 8px;
  border-radius: 4px;
  margin-right: 3px;
  margin-bottom: 3px;
  display: inline-block;
}
.tag:not(.token) .tag-remove {
  width: 14px !important;
}
.tag:not(.token).tag-primary {
  background: #00c1ca;
  color: #ffffff;
}
.tag:not(.token).dragging {
  display: block;
  cursor: move;
}
.tag:not(.token) a {
  margin-left: 5px;
  color: inherit;
}
.tag-string-line-height {
  line-height: 31px;
}
.telus-form label {
  color: #000000;
}
.telus-form .help-block {
  color: #696977;
  font-style: normal;
}
.tile-bar {
  display: flex;
}
.tile-bar.title-bar-billing-info {
  gap: 6px;
  margin: 10px 0 2px;
}
.tile-bar.title-bar-billing-info .tile {
  border: 0;
}
.tile-bar.title-bar-billing-info .tile.tile--large {
  -webkit-flex-grow: 2;
  flex-grow: 2;
}
.tile-bar .tile {
  cursor: pointer;
  line-height: 39px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-height: 38px;
  text-align: center;
  border-left: 1px solid #ffffff;
}
.tile-bar .tile:first-child {
  border-left: none;
}
.tile-bar .tile.bg-default {
  color: #555555;
  background-color: #eeeeee;
}
a.tile-bar .tile.bg-default:hover {
  background-color: #d5d5d5;
}
.tile-bar .tile.btn {
  padding: 0;
}
.tiles-hover-container .tile-bar {
  cursor: pointer;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -10px;
  margin-top: 10px;
}
.touch .tiles-hover-container .tile-bar,
.tiles-hover-container:hover .tile-bar {
  max-height: 38px;
}
.tiles-hover-container:focus-within .tile-bar {
  max-height: 38px;
}
.popover .tile-bar {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -10px;
}
.popover .tile-bar a {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.toggle {
  position: relative;
  display: inline-block;
  height: 23px;
  width: 42px;
  font-size: 12px;
  line-height: 1.5;
  color: #555555;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
  background: 0;
}
.toggle:focus > .toggle-content {
  outline: -webkit-focus-ring-color auto 5px;
}
.toggle:focus,
.toggle .toggle-content:focus {
  outline: none;
}
.toggle .toggle-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.toggle .toggle-bg {
  left: 0;
  top: 4px;
  width: 40px;
  height: 14px;
  border-radius: 20px;
  position: absolute;
  display: inline-block;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
  -webkit-box-shadow: inset 0 0 3px rgba(106, 106, 106, 0.35);
  box-shadow: inset 0 0 3px rgba(106, 106, 106, 0.35);
}
.toggle .toggle-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 13px;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
.toggle .toggle-btn .toggle-on,
.toggle .toggle-btn .toggle-off {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 20px;
  text-align: center;
  -webkit-transition: opacity ease 500ms;
  -o-transition: opacity ease 500ms;
  transition: opacity ease 500ms;
}
.toggle .toggle-btn .toggle-on {
  opacity: 0;
  filter: alpha(opacity=0);
}
.toggle .toggle-btn span.toggle-on > svg,
.toggle .toggle-btn span.toggle-off > svg {
  vertical-align: middle;
}
.toggle .toggle-btn.on {
  left: 20px;
}
.toggle .toggle-btn.on .toggle-on {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.toggle .toggle-btn.on .toggle-off {
  opacity: 0;
  filter: alpha(opacity=0);
}
.toggle .toggle-btn.is-loading {
  left: 50%;
  transform: translatex(-50%);
}
.toggle.disabled,
.toggle.disabled [class^='icon-'],
.toggle.disabled [class*=' icon-'] {
  cursor: not-allowed;
}
.toggle:hover:not(.disabled) {
  color: #333333;
}
.toggle:hover:not(.disabled) .toggle-btn {
  background-color: #eeeeee;
}
.toggle.disabled {
  color: #9e9ea6;
}
.toggle.toggle-lg {
  width: 52px;
  min-width: 50px;
  height: 30px;
  font-size: 14px;
}
.toggle.toggle-lg .toggle-bg {
  top: 4px;
  left: 3px;
  width: 45px;
  height: 20px;
}
.toggle.toggle-lg .toggle-btn {
  width: 26px;
  height: 26px;
}
.toggle.toggle-lg .toggle-btn .toggle-on,
.toggle.toggle-lg .toggle-btn .toggle-off {
  line-height: 25px;
}
.toggle.toggle-lg .toggle-btn.on {
  left: 25px;
}
.toggle.toggle-lg .toggle-btn.is-loading {
  left: 12px;
}
.toggle-on-disable-icon .toggle-on {
  display: none !important;
}
.toggle-on-disabled {
  opacity: 0.7;
}
.toggle-on-disabled .toggle-bg {
  background: #00c1ca;
}
html.mobile .hide-touch {
  display: none !important;
}
html.no-touch .show-touch {
  display: none !important;
}
@media (hover: none) {
  .hide-no-hover {
    display: none !important;
  }
}
@media (hover: hover) {
  .hide-hover {
    display: none !important;
  }
}
h1,
h2,
h3 {
  font-family: 'ProximaNovaLtLight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 9px 0;
}
h1,
h2,
h3,
h4 {
  color: #696977;
}
h4 {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h5,
strong {
  font-family: 'ProximaNovaRgBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
h3,
.h3 {
  font-size: 24px;
}
h5.shim {
  font-size: 14px;
  line-height: 20px;
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h6 {
  margin: 0;
  color: #696977;
  line-height: 1.42857143;
}
h1.rule,
h2.rule,
h3.rule,
h4.rule,
h5.rule,
h6.rule {
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 12px;
  margin-top: 30px;
  margin-bottom: 12px;
}
h1.rule:first-child,
h2.rule:first-child,
h3.rule:first-child,
h4.rule:first-child,
h5.rule:first-child,
h6.rule:first-child {
  margin-top: 0;
}
h1.bold,
h2.bold,
h3.bold,
h4.bold,
h5.bold,
h6.bold {
  font-family: 'ProximaNovaLtSemibold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
@media all and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}
@media all and (max-width: 480px) {
  h1,
  .h1 {
    font-size: 30px;
  }
}
.header-h4 .btn-group.pull-right,
.header-h4 .btn-toolbar.pull-right {
  top: -3px;
}
.tight-leading,
.table > tbody > tr > td.tight-leading {
  line-height: 1;
}
.field-label-sm {
  font-size: 12px;
  color: #696977;
}
.italic {
  font-style: italic;
}
a:hover {
  text-decoration: none;
}
p.strong,
a.strong,
span.strong,
div.strong {
  font-family: 'ProximaNovaRgBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
p.instruction {
  font-size: 16px;
  color: #696977;
  margin-bottom: 20px;
}
p.instruction.warning {
  color: #bf7a03;
}
p.instruction.danger {
  color: #b92c22;
}
li.instruction {
  font-size: 16px;
  color: #696977;
}
.titleize {
  text-transform: capitalize;
}
span.delimit + span.delimit:before {
  content: ' - ';
}
.text-primary-darker {
  color: #00747a;
}
@media (max-width: 767px) {
  .text-center.text-left-xs {
    text-align: left;
  }
}
.text-link {
  cursor: pointer;
  color: #9e9ea6;
}
.text-link.lighter {
  color: #b9b9be;
}
.text-link:hover {
  color: #00c1ca;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-after-2-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ellipsis-after-3-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.fit-content {
  min-width: fit-content;
}
.break-all {
  word-break: break-all;
}
.break-word {
  word-break: break-word;
}
.wrap-new-lines {
  white-space: pre-line;
}
.font-family-thin {
  font-family: 'ProximaNovaLtLight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.font-family-regular {
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.underline {
  text-decoration: underline;
}
dt {
  font-family: 'ProximaNovaRgBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
@media (min-width: 480px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
.type-variant {
  margin: 0;
}
.heading-xl {
  margin: 0;
  font-size: 3.6rem;
  line-height: 4rem;
  font-family: 'ProximaNovaLtLight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #696977;
}
.heading-xl.margin-bottom {
  margin-bottom: 2rem;
}
.heading-lg {
  margin: 0;
  font-size: 3rem;
  line-height: 3.6rem;
  font-family: 'ProximaNovaLtLight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #696977;
}
.heading-lg.margin-bottom {
  margin-bottom: 1.5rem;
}
.heading-sm {
  margin: 0;
  font-size: 2.4rem;
  line-height: 3rem;
  font-family: 'ProximaNovaLtLight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #696977;
}
.heading-sm.margin-bottom {
  margin-bottom: 1.4rem;
}
.heading-xs {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: 'ProximaNovaRgBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #696977;
}
.heading-xs.margin-bottom {
  margin-bottom: 1.2rem;
}
.text-body {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.text-body.margin-bottom {
  margin-bottom: 0.75rem;
}
.text-lg {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.text-lg.margin-bottom {
  margin-bottom: 1.2rem;
}
.text-sm {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-family: 'ProximaNovaRgRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.text-sm.margin-bottom {
  margin-bottom: 0.5rem;
}
.text-gray-dark-admin {
  color: #333333;
}
#uploaded-files .list-group#files {
  max-height: 75vh;
  overflow-y: auto;
}
.no-search .user-list.main.scrollable {
  top: 18px;
}
.list li ul.treatments,
.list li ul.treatments ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list li ul.treatments li span.item-header,
.list li ul.treatments ul li span.item-header {
  color: #777777;
  display: block;
  padding: 8px 12px;
  line-height: 12px;
  border-top: 1px solid #ddecec;
  border-bottom: 1px solid #ddecec;
  font-size: 13px;
  text-transform: uppercase;
}
.list li ul.treatments li:first-child span.item-header,
.list li ul.treatments ul li:first-child span.item-header {
  border-top: none;
}
.list li ul.treatments li a,
.list li ul.treatments ul li a {
  color: #333333;
  line-height: 16px;
  display: block;
  padding: 8px 12px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list li ul.treatments li a:hover,
.list li ul.treatments ul li a:hover {
  background-color: #e2e2e2;
  text-decoration: none;
}
.list li ul.treatments li a .btn.btn-default,
.list li ul.treatments ul li a .btn.btn-default {
  margin-right: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
.list li ul.treatments li a span.label,
.list li ul.treatments ul li a span.label {
  position: relative;
  top: -2px;
}
.list li ul.treatments li ul li:last-child a,
.list li ul.treatments ul li ul li:last-child a {
  border-bottom: none;
}
.list li ul.treatments li.active a.user1,
.list li ul.treatments ul li.active a.user1 {
  background-color: #f4e7c8;
}
.list li ul.treatments li.active a.user2,
.list li ul.treatments ul li.active a.user2 {
  background-color: #e0e0e7;
}
.list li ul.treatments li.active a.user3,
.list li ul.treatments ul li.active a.user3 {
  background-color: #f7dbc1;
}
.list li ul.treatments li.active a.user4,
.list li ul.treatments ul li.active a.user4 {
  background-color: #c4d8df;
}
.list li ul.treatments li.active a.user5,
.list li ul.treatments ul li.active a.user5 {
  background-color: #c1cbbd;
}
.list li ul.treatments li.active a.user6,
.list li ul.treatments ul li.active a.user6 {
  background-color: #e0cada;
}
.list li ul.treatments li.active a.user7,
.list li ul.treatments ul li.active a.user7 {
  background-color: #f4d8e0;
}
.list li ul.treatments li.active a.user8,
.list li ul.treatments ul li.active a.user8 {
  background-color: #cae5db;
}
.list li ul.treatments li.active a.user9,
.list li ul.treatments ul li.active a.user9 {
  background-color: #dbc3c5;
}
.list li ul.treatments li.active a.primary,
.list li ul.treatments ul li.active a.primary {
  background-color: #ddecec;
}
.user-list .list-group > li > a,
.user-list .list-group > li > button {
  color: #333333;
  display: block;
  padding: 10px 15px;
  white-space: nowrap;
}
.user-list .list-group > li > a > .user-list__item-title,
.user-list .list-group > li > button > .user-list__item-title {
  display: flex;
  align-items: center;
}
.user-list .list-group > li > a.photo,
.user-list .list-group > li > button.photo {
  padding: 6px 10px;
}
.user-list .list-group > li > a:hover,
.user-list .list-group > li > button:hover {
  background-color: #eeeeee;
}
.user-list .list-group > li > a small,
.user-list .list-group > li > button small {
  color: #777777;
  display: block;
}
.user-list .list-group > li > .btn-toolbar {
  display: none;
  margin: 10px 6px 0 0;
  position: absolute;
  right: 0;
}
.user-list .list-group > li > .btn-toolbar .btn.btn-default.toggle-treatments {
  display: none;
}
.user-list .list-group > li > .btn-toolbar .btn.btn-default.toggle-treatments i {
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  display: inline-block;
}
.user-list .list-group > li > .btn-toolbar.photo {
  margin-top: 15px;
}
.user-list .list-group > li > .btn-toolbar.no-photo {
  margin-top: 6px;
}
.user-list .list-group > li > .hover {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.user-list .list-group > li:hover > .btn-toolbar {
  display: block;
}
.user-list .list-group > li:hover > .hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.user-list .list-group > li.open > a,
.user-list .list-group > li.open > button {
  background-color: #777777;
  border-radius: 4px;
  color: #ffffff;
}
.user-list .list-group > li.open > a:focus,
.user-list .list-group > li.open > button:focus {
  outline: none;
}
.user-list .list-group > li.active > a,
.user-list .list-group > li.active > button {
  background-color: #b6e6e6;
  border: none;
  cursor: pointer;
}
.user-list .list-group > li.active > a:hover,
.user-list .list-group > li.active > button:hover {
  background-color: #90d9d9;
}
.user-list .list-group > li.active > a > small,
.user-list .list-group > li.active > button > small {
  color: #333333;
}
.user-list .list-group > li.active > .btn-toolbar {
  display: block;
}
.user-list .list-group > li.active > .btn-toolbar .btn.btn-default.toggle-treatments {
  display: inline-block;
}
.user-list .list-group > li.treatments-in .btn.btn-default.toggle-treatments i {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  /* Safari and Chrome */
}
.user-list .list-group > li.treatments-in > .treatments {
  border-bottom: 1px solid #eeeeee;
}
ul.list-filter > li > a.dropdown-toggle {
  display: block;
  text-align: center;
}
ul.list-filter > li > button.dropdown-toggle {
  display: block;
  text-align: center;
  width: 100%;
  border-radius: 0;
  border-width: 0 0 1px 0;
  padding: 10px 15px;
}
.user-list.bottom {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.user-list.bottom .list-group {
  margin-bottom: 10px;
}
.user-list.bottom .list-group > li > a {
  padding-top: 6px;
  padding-bottom: 6px;
}
.user-list .list-filter {
  margin-bottom: 0px;
}
.user-list .list-group {
  margin-bottom: 0px;
}
.user-list .list-group-item {
  padding: 0;
}
.user-list.main.scrollable {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  position: absolute;
  top: 68px;
  bottom: 61px;
  left: 0;
  right: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.user-list.main.scrollable .list-group-item {
  background-color: transparent;
  border-radius: 0px;
  border: none;
}
.user-list.main.scrollable .list-group > li > a {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.user-list.main.scrollable .list-group > li:first-child {
  border-top: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.user-list.main.scrollable .list-group > li:first-child > a {
  border-top: none;
}
.user-list.main.scrollable .list-group > li:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.user-list.main.scrollable .list-group > li .btn-toolbar > .btn {
  margin-left: 0px;
}
.list-group-item {
  border-color: #cccccc;
}
@media (min-width: 992px) {
  .user-list.bottom {
    bottom: 0px;
  }
  .user-list.main.scrollable {
    bottom: 60px;
  }
}
.well {
  background: #ffffff;
}
.well hr.flush {
  margin-left: -19px;
  margin-right: -19px;
}
.well.well-light {
  background-color: #f5f5f5;
}
.empty_state_container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75vh;
  color: white;
  font-size: 16px;
  text-align: center;
}
.well.well-tight {
  margin-bottom: 12px;
  padding: 11px;
}
.well.well-tight hr.flush {
  margin: 11px -11px;
}
.well.well-tight footer {
  padding: 11px;
  margin-left: -11px;
  margin-right: -11px;
  margin-bottom: -11px;
}
.well.well-tight header {
  line-height: 22px;
  padding-bottom: 7px;
}
.well.well-tight header .btn-group {
  margin-top: -4px;
}
.well.well-tight .nav-tabs.nav-stacked.flush {
  margin-left: -11px;
  margin-right: -11px;
  margin-bottom: 0;
}
.well.well-tight .nav-tabs.nav-stacked.flush > li > .inner,
.well.well-tight .nav-tabs.nav-stacked.flush > li > a {
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.well.well-tight .nav-tabs.nav-stacked.flush.flush-bottom .inner {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sidebar-nav.well {
  margin-right: 1px;
  margin-bottom: 1px;
}
.well.compact {
  margin-bottom: 6px;
}
.well.well-tight-bottom {
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  .well {
    padding: 14px;
  }
}
.your-year-with-jane {
  background-color: #fff;
}
.your-year-with-jane .stats-container {
  justify-content: flex-start;
}
.your-year-with-jane > section {
  color: #696977;
}
.your-year-with-jane > .header {
  margin-top: -50px;
}
.your-year-with-jane > section > .container {
  padding: 5rem 2rem;
}
.your-year-with-jane > section > .container > h1,
.your-year-with-jane > section > .container h3 {
  color: #696977;
}
.your-year-with-jane > section > .container > h3 {
  font-family: "ProximaNovaRgRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.your-year-with-jane > section > .container > .jane-logo-header > .flex-item {
  align-self: center;
}
.your-year-with-jane > section > .container > .jane-logo-header > * > h1 {
  color: #696977;
  font-size: 24px;
  font-family: 'ProximaNovaRgBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.your-year-with-jane > section > .container > .jane-logo-header {
  margin-bottom: 5rem;
}
.your-year-with-jane > section > .container > h2 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .stat-value {
    width: 33%;
    padding-right: 3rem;
  }
}
.stat-value > big {
  font-size: 79.2px;
  font-family: 'ProximaNovaRgBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-width: 220px;
  justify-content: flex-start;
}
.stat-value > .big-string {
  font-size: 36px;
  height: 110px;
  line-height: 1em;
  display: flex;
  align-items: center;
}
.stat-value > .big-string > span {
  display: block;
  max-height: 110px;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .stat-value {
    font-size: 32px;
    align-self: center;
  }
  .stat-value > big {
    justify-content: center;
  }
}
@media all and (max-width: 480px) {
  .stat-value {
    font-size: 29px;
  }
  .stat-value .big-string {
    height: 88px;
  }
  .big-string-reduced > span {
    font-size: 26px;
  }
}
.list-group-item.queued-file {
  position: relative;
}
.list-group-item.queued-file .btn-toolbar.pull-right {
  float: none;
  position: absolute;
  right: 10px;
}
.import-session-page-header {
  display: flex;
  align-items: center;
}
.import-session-page-header .import-session-page-title {
  flex-grow: 1;
}
.transfer-list-item {
  padding-bottom: 20px;
  padding-top: 20px;
}
.transfer-list-item-icon {
  padding-right: 20px;
}
.transfer-list-item-description {
  position: relative;
  font-size: 18px;
}
.transfer-success-text {
  color: #5cb85c;
}
.transition-all {
  -ms-transform: all 200ms ease;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.anim-y-enter,
.anim-y-leave {
  -webkit-transition: height 200ms ease-out;
  -o-transition: height 200ms ease-out;
  transition: height 200ms ease-out;
  overflow: hidden;
}
@keyframes bounce {
  0%,
  10%,
  20%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  5% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  15% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.bounce {
  -moz-animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
  animation: bounce 4s infinite;
}
.appear-left {
  display: none !important;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transform: translateX(120px);
}
.appear-right {
  display: none !important;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-120px);
}
.appear-bottom {
  display: none !important;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-120px);
}
.appear-top {
  display: none !important;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transform: translateY(120px);
}
.cross-fade-leave {
  opacity: 1;
}
.cross-fade-leave.cross-fade-leave-active {
  opacity: 0;
  transition: opacity 400ms ease-in;
}
.cross-fade-enter {
  opacity: 0;
}
.cross-fade-enter.cross-fade-enter-active {
  opacity: 1;
  transition: opacity 400ms ease-in;
}
.cross-fade-height {
  transition: height 200ms ease-in-out;
}
.expand-enter {
  transition: all 100ms ease;
  -webkit-transform: scale(0);
  -moz-transition: scale(0);
  -ms-width: scale(0);
  -o-width: scale(0);
}
.expand-enter.expand-enter-active {
  -webkit-transform: scale(1);
  -moz-transition: scale(1);
  -ms-width: scale(1);
  -o-width: scale(1);
}
.expand-exit {
  transition: all 100ms ease;
  -webkit-transform: scale(1);
  -moz-transition: scale(1);
  -ms-width: scale(1);
  -o-width: scale(1);
}
.expand-exit.expand-exit-active {
  -webkit-transform: scale(0);
  -moz-transition: scale(0);
  -ms-width: scale(0);
  -o-width: scale(0);
}
.fade-enter {
  opacity: 0.01;
  transition: opacity 350ms ease-in;
}
.fade-enter.fade-enter-active {
  opacity: 1;
}
.fade-exit {
  opacity: 1;
  transition: opacity 350ms ease-in;
}
.fade-exit.fade-exit-active {
  opacity: 0.01;
}
.fade-xs-enter {
  transition: all 250ms ease;
  opacity: 0;
}
.fade-xs-enter.fade-xs-enter-active {
  opacity: 1;
}
.fade-xs-exit {
  opacity: 1;
  transition: all 250ms ease;
  overflow-y: hidden;
}
.fade-xs-leave.fade-xs-exit-active {
  opacity: 0;
}
.reveal-appear {
  width: 0;
  min-width: 0;
  max-width: 0;
  padding: 0;
  overflow: hidden;
  transition: all ease 500ms;
}
.reveal-appear.reveal-appear-active {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
}
.reveal-enter {
  width: 0;
  min-width: 0;
  max-width: 0;
  padding: 0;
  overflow: hidden;
  transition: all ease 500ms;
}
.reveal-enter.reveal-enter-active {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
}
.reveal-exit {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  overflow: hidden;
  transition: all ease 500ms;
}
.reveal-exit.reveal-exit-active {
  width: 0;
  min-width: 0;
  max-width: 0;
  padding: 0;
}
.rotate {
  display: inline-block;
  -ms-transform: all 150ms ease;
  -moz-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  -webkit-transform-origin: 50% 45%;
  -moz-transform-origin: 50% 45%;
  -o-transform-origin: 50% 45%;
  transform-origin: 50% 45%;
}
.rotate.rotate-45 {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rotate-180 {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slide-enter {
  max-height: 0;
  transition: all 250ms ease;
  width: 100%;
  overflow-y: hidden;
}
.slide-enter.slide-enter-active {
  max-height: 400px;
  width: 100%;
}
.slide-exit {
  max-height: 400px;
  transition: all 250ms ease;
  width: 100%;
  overflow-y: hidden;
}
.slide-exit.slide-exit-active {
  max-height: 0;
}
.slide-small-enter {
  max-height: 0;
  transition: all 200ms ease;
  overflow-y: hidden;
}
.slide-small-enter.slide-small-enter-active {
  max-height: 50px;
}
.slide-small-exit {
  max-height: 50px;
  transition: all 200ms ease;
  overflow-y: hidden;
}
.slide-small-exit.slide-small-exit-active {
  max-height: 0;
}
.slide-small-enter {
  max-height: 0;
  transition: all 200ms ease;
  overflow-y: hidden;
}
.slide-small-enter.slide-small-enter-active {
  max-height: 50px;
}
.slide-small-exit {
  max-height: 50px;
  transition: all 200ms ease;
  overflow-y: hidden;
}
.slide-small-exit.slide-small-exit-active {
  max-height: 0;
}
.relationship-edit-alert-info-text {
  padding-left: 10px;
}

/*!
 * jQuery UI Bootstrap (0.5)
 * http://addyosmani.github.com/jquery-ui-bootstrap
 *
 * Copyright 2012 - 2013, Addy Osmani
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 * Portions copyright jQuery UI & Twitter Bootstrap
 */


/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { 
  border: 0; clip: rect(0 0 0 0);
  height: 1px; 
  margin: -1px; 
  overflow: hidden; 
  padding: 0; 
  position: absolute; 
  width: 1px; 
}
.ui-helper-reset { 
  margin: 0; 
  padding: 0; 
  border: 0; 
  outline: 0; 
  line-height: 1.3; 
  text-decoration: none; 
  font-size: 100%; 
  list-style: none; 
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}
.ui-helper-clearfix { 
  /*display: inline-block; */
  display:block;
  min-height: 0; /* support: IE7 */
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { 
  height:1%; 
}

/* end clearfix */
.ui-helper-zfix { 
  width: 100%; 
  height: 100%; 
  top: 0; 
  left: 0; 
  position: absolute; 
  opacity: 0; 
  filter:Alpha(Opacity=0); 
}
.ui-front {
  z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { 
  display: block; 
  text-indent: -99999px; 
  overflow: hidden; 
  background-repeat: no-repeat; 
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

/*
 * jQuery UI Resizable 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/resizable/
 */

.ui-resizable { 
  position: relative;
}
.ui-resizable-handle { 
  position: absolute;
  font-size: 0.1px;
  z-index: 99999; 
  display: block; 
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { 
  display: none; 
}
.ui-resizable-n { 
  cursor: n-resize; 
  height: 7px; 
  width: 100%; 
  top: -5px; 
  left: 0; 
}
.ui-resizable-s { 
  cursor: s-resize; 
  height: 7px; 
  width: 100%; 
  bottom: -5px; 
  left: 0; 
}
.ui-resizable-e { 
  cursor: e-resize; 
  width: 7px; 
  right: -5px; 
  top: 0; 
  height: 100%; 
}
.ui-resizable-w { 
  cursor: w-resize; 
  width: 7px; 
  left: -5px; 
  top: 0; 
  height: 100%; 
}
.ui-resizable-se { 
  cursor: se-resize; 
  width: 12px; 
  height: 12px; 
  right: 1px; 
  bottom: 1px; 
}
.ui-resizable-sw { 
  cursor: sw-resize; 
  width: 9px; 
  height: 9px; 
  left: -5px; 
  bottom: -5px; 
}
.ui-resizable-nw { 
  cursor: nw-resize; 
  width: 9px; 
  height: 9px; 
  left: -5px; 
  top: -5px; 
}
.ui-resizable-ne { 
  cursor: ne-resize; 
  width: 9px; 
  height: 9px; 
  right: -5px; 
  top: -5px;
}

/*
 * jQuery UI Selectable 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/selectable/
 */
.ui-selectable-helper { 
  position: absolute; 
  z-index: 100; 
  border:1px dotted black; 
}

/*
 * jQuery UI CSS Framework 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * 
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/* Component containers
----------------------------------*/
.ui-widget {   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:13px; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/assets/815719545f4c09fb.png) 50% 50% repeat-x; color: #404040; }
.ui-widget-content a { color: #404040; }
.ui-widget-header {
  font-weight:bold;
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border:1px solid #666;

 }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {

  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);

  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);

  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear background-image;
  -moz-transition: 0.1s linear background-image;
  -ms-transition: 0.1s linear background-image;
  -o-transition: 0.1s linear background-image;
  transition: 0.1s linear background-image;
   overflow: visible;

 }


.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
 }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa;  font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/


.ui-state-highlight p, .ui-state-error p, .ui-state-default p{
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin:7px 15px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {


  position: relative;
  margin-bottom: 18px;
  color: #404040;
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);


}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {


  position: relative;
  margin-bottom: 18px;
  color: #ffffff;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
 background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);


}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none;  }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/assets/4a990233810a44fa.png); }
.ui-widget-content .ui-icon {background-image: url(/assets/4a990233810a44fa.png); }
.ui-widget-header .ui-icon {background-image: url(/assets/4a990233810a44fa.png); }
.ui-state-default .ui-icon { background-image: url(/assets/2ed1a22a1a385e38.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/assets/825ce757d2690b41.png); }
.ui-state-active .ui-icon {background-image: url(/assets/825ce757d2690b41.png); }
.ui-state-highlight .ui-icon {background-image: url(/assets/5bfd5b82cfb606b3.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/assets/4cf9d0ff589bca66.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, 
.ui-corner-top, 
.ui-corner-left, 
.ui-corner-tl { 
  -moz-border-radius-topleft: 4px; 
  -webkit-border-top-left-radius: 4px; 
  -khtml-border-top-left-radius: 4px; 
  border-top-left-radius: 4px; 
}
.ui-corner-all, 
.ui-corner-top, 
.ui-corner-right, 
.ui-corner-tr { 
  -moz-border-radius-topright: 4px; 
  -webkit-border-top-right-radius: 4px; 
  -khtml-border-top-right-radius: 4px; 
  border-top-right-radius: 4px; 
}
.ui-corner-all, 
.ui-corner-bottom, 
.ui-corner-left, 
.ui-corner-bl { 
  -moz-border-radius-bottomleft: 4px; 
  -webkit-border-bottom-left-radius: 4px; 
  -khtml-border-bottom-left-radius: 4px; 
  border-bottom-left-radius: 4px; 
}
.ui-corner-all, 
.ui-corner-bottom, 
.ui-corner-right, 
.ui-corner-br { 
  -moz-border-radius-bottomright: 4px; 
  -webkit-border-bottom-right-radius: 4px; 
  -khtml-border-bottom-right-radius: 4px; 
  border-bottom-right-radius: 4px; 
}


/* Overlays */

.ui-widget-overlay { 
  background: #aaaaaa url(/assets/2f6f3d14724375d4.png) 50% 50% repeat-x; 
  opacity: .30;
  filter:Alpha(Opacity=30); 
}

.ui-widget-shadow { 
  margin: -8px 0 0 -8px; 
  padding: 8px; 
  background: #aaaaaa url(/assets/2f6f3d14724375d4.png) 50% 50% repeat-x; 
  opacity: .30;filter:Alpha(Opacity=30); 
  -moz-border-radius: 8px; 
  -khtml-border-radius: 8px; 
  -webkit-border-radius: 8px; 
  border-radius: 8px; 
}

/*
 * jQuery UI Accordion 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/accordion/
 */

/* IE/Win - Fix animation bug - #4615 */

.ui-accordion { 
  width: 100%; 
}
.ui-accordion .ui-accordion-header { 
  cursor: pointer; 
  position: relative; 
  margin-top: 1px; 
  zoom: 1; 
  font-weight:bold; 
}
.ui-accordion .ui-accordion-li-fix { 
  display: inline; 
}
.ui-accordion .ui-accordion-header-active { 
  border-bottom: 0 !important; 
}
.ui-accordion .ui-accordion-header a { 
  display: block; 
  font-size: 1em; 
  padding: .5em .5em .5em 1.7em; 
}
.ui-accordion-icons .ui-accordion-header a { 
  padding-left: 2.2em; 
}
.ui-accordion .ui-accordion-header .ui-icon { 
  position: absolute; 
  left: .5em; 
  top: 50%; 
  margin-top: -8px; 
}
.ui-accordion .ui-accordion-content { 
  padding: 1em 2.2em; 
  border-top: 0; 
  margin-top: -2px; 
  position: relative; 
  top: 1px; 
  margin-bottom: 2px; 
  overflow: auto; 
  display: none; 
  zoom: 1; 
}
.ui-accordion .ui-accordion-content-active { 
  display: block; 
}

/*
 * jQuery UI Autocomplete 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/autocomplete/
 */

.ui-autocomplete { 
  position: absolute; 
  top: 0;
  left: 0;
  cursor: default; 
}

/*
 * jQuery UI Button 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */

.ui-button {

  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  margin: 0;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;

  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear background-image;
  -moz-transition: 0.1s linear background-image;
  -ms-transition: 0.1s linear background-image;
  -o-transition: 0.1s linear background-image;
  transition: 0.1s linear background-image;
   overflow: visible;
} /* the overflow property removes extra width in IE */

.ui-button-primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}


.ui-button-success{
  color:#ffffff;
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-button-error{
  color:#ffffff;
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }

/*button text element */

.ui-button .ui-button-text { display: block;   }
.ui-button-text-only .ui-button-text {  }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; /*tempfix*/ display:none;}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
/* input.ui-button { padding: .4em 1em; } */

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { top: 50%; margin-top:-3px; margin-bottom:3px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/


.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-state-active {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.4em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */


/*
 * jQuery UI Menu 1.10.0
 *
* Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */

.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; float:left; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1;float: left;clear: left; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { 
  font-weight: normal; 
  margin: 0; 
  color: #ffffff;
  background: #0064cd;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
/* Fix problem with border in ui-state-active */
.ui-menu .ui-menu-item a.ui-state-active {
  padding: 1px .4em;
}

.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon { position: static; float: right; }

.ui-menu { width: 200px; margin-bottom: 2em; }


/*
 * jQuery UI spinner 1.10.0
 *
* Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */

.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
.ui-spinner{}
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
.ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position:-65px -16px;
}

/*
 * jQuery UI Dialog 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { 
  position: absolute; 
  top: 0; 
  left: 0; 
  padding: .2em; 
  width: 300px; 
  overflow: hidden; 
  outline: 0; 
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  /*left: 50%;
  margin-left: -280px;*/
  outline: medium none;
  position: fixed;
  /*top: 10%;
  width: 560px;*/
  z-index: 1050;
}
.ui-dialog .ui-dialog-titlebar { /*padding: .4em 1em;*/
  position: relative;
  padding:5px 15px;
  border:0px 0px 0px 1px solid;
  border-color: white;
  padding: 5px 15px;
  font-size: 18px;
  text-decoration:none;
  background:none;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -khtml-border-bottom-right-radius: 0px;

  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -khtml-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom:1px solid #ccc;
}
.ui-dialog .ui-dialog-title {
  float: left;
  color:#404040;
  font-weight:bold;
  margin-top:5px;
  margin-bottom:5px;
  padding:5px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -20px 0 0 0;
  padding: 1px;
  height: 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  background:none;
  border-width: 0;
  border:none;
  box-shadow: none;
}

.ui-dialog .ui-dialog-titlebar-close span { 
  display: block; 
  margin: 1px;
  text-indent: 9999px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 1px;   filter: alpha(opacity=90);
  -khtml-opacity: 0.90;
  -moz-opacity: 0.90;
  opacity: 0.90;   
}

.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  background-color: #f5f5f5;
  padding: 5px 15px 5px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
  margin-bottom: 0;

}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button{
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0;

  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

}

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

/*
 * jQuery UI Tabs 1.9.2
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/tabs/
 */
 .ui-tabs .ui-tabs-nav{ background:none; border-color: #ddd;border-style: solid;border-width: 0 0 1px;}
.ui-tabs { position: relative; padding: .2em; zoom: 1; border:0px;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */


.ui-tabs .ui-tabs-nav li:hover, .ui-tabs .ui-tabs-nav li a:hover{
  background:whiteSmoke;
  border-bottom:1px solid #ddd;
  padding-bottom:0px;
   color:#00438A;
}

.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; border-bottom:1px solid #DDD; }
.ui-tabs .ui-tabs-nav li {  text-decoration: none; list-style: none; float: left; position: relative; top: 1px; padding: 0px 0px 1px 0px; white-space: nowrap; background:none; border:0px; }

.ui-tabs-nav .ui-state-default{
  -webkit-box-shadow: 0px 0px 0px #ffffff; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 0px 0px 0px #ffffff; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 0px #ffffff; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  text-decoration: none;
  cursor: text;
  padding: 0 15px;
  margin-right: 2px;
  line-height: 34px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;


 }

.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: 0; padding-bottom: 0px; outline:none;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active , .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: #ffffff;
  cursor: default;
  color:gray;
  outline:none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a{background-color: #ffffff;outline:none;border:none;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active:hover{
  background:#ffffff;
  outline:none;
  margin-bottom:0px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; color:#0069D6; background:none; font-weight:normal; margin-bottom:-1px;}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs-panel .ui-button{text-decoration:none;}
.ui-tabs .ui-tabs-hide { display: none !important; }


/* IE fix for background inheritance from ui-widget*/
.ui-tabs .ui-tabs-nav li{
  filter:none;
}

/*
 * jQuery UI Tooltip 1.9.0
 *
 * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/tooltip/
 */
.ui-tooltip {
    padding:8px;
    position:absolute;
    z-index:9999;
    max-width: 300px;
    -o-box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    -webkit-box-shadow: 0 0 5px #ddd;
    /*box-shadow: 0 2px 5px #ddd;*/
    box-shadow: inset 0 1px 0 #ffffff;
}

body .ui-tooltip { border-width:2px; }

/*
 * jQuery UI Datepicker 1.9.0
 *
 * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/datepicker/
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; border:0px; font-weight: bold; width: 100%; padding: 4px 0; background-color: #f5f5f5; color: #808080; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { /*top: 1px;*/ }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }

.ui-datepicker .ui-datepicker-prev-hover { /*left:1px;*/ }
.ui-datepicker .ui-datepicker-next-hover { /*right:1px;*/ }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none; /*sorry for IE5*/
  display/**/: block; /*sorry for IE5*/
  position: absolute; /*must have*/
  z-index: -1; /*must have*/
  filter: mask(); /*must have*/
  top: -4px; /*must have*/
  left: -4px; /*must have*/
  width: 200px; /*must have*/
  height: 200px; /*must have*/
}

.ui-datepicker th{
  font-weight: bold;
  color: gray;
}

.ui-datepicker-today a:hover{
  background-color: #808080;
  color: #ffffff;

}
.ui-datepicker-today a{
  background-color: #BFBFBF;
  cursor: pointer;
  padding: 0 4px;
  margin-bottom:0px;

}


.ui-datepicker td a{
  margin-bottom:0px;
  border:0px;
}

.ui-datepicker td:hover{
    color: #ffffff;
}

.ui-datepicker td .ui-state-default {
  border:0px;
  background:none;
  margin-bottom:0px;
  padding:5px;
  color:gray;
  text-align: center;
  filter:none;
}


.ui-datepicker td .ui-state-active{
  background:#BFBFBF;
  margin-bottom:0px;
  font-size:normal;
  text-shadow: 0px;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ui-datepicker td .ui-state-hover {
    color: #ffffff;
    background: #0064cd;
    background-color: #0064cd;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
    background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
    background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
    background-image: -o-linear-gradient(top, #049cdb, #0064cd);
    background-image: linear-gradient(top, #049cdb, #0064cd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #0064cd #0064cd #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

/*
 * jQuery UI Progressbar 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%;

/*this can be removed if ui-widget-header is blue*/
    color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 }



/*** Input field styling from Bootstrap **/
 /* input, textarea { */
 /*  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; */
 /*  -moz-transition: border linear 0.2s, box-shadow linear 0.2s; */
 /*  -ms-transition: border linear 0.2s, box-shadow linear 0.2s; */
 /*  -o-transition: border linear 0.2s, box-shadow linear 0.2s; */
 /*  transition: border linear 0.2s, box-shadow linear 0.2s; */
 /*  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); */
 /*  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); */
 /*  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); */
/* } */
/* input:focus, textarea:focus { */
 /*  outline: 0; */
 /*  border-color: rgba(82, 168, 236, 0.8); */
 /*  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); */
 /*  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); */
 /*  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); */
/* } */
/* input[type=file]:focus, input[type=checkbox]:focus, select:focus { */
 /*  -webkit-box-shadow: none; */
 /*  -moz-box-shadow: none; */
 /*  box-shadow: none; */
 /*  outline: 1px dotted #666; */
/* } */

/* input[type="text"], */
/* input[type="password"], */
/* .ui-autocomplete-input, */
/* textarea, */
/* .uneditable-input { */
 /*  display: inline-block; */
 /*  padding: 4px; */
 /*  font-size: 13px; */
 /*  line-height: 18px; */
 /*  color: #808080; */
 /*  border: 1px solid #ccc; */
 /*  -webkit-border-radius: 3px; */
 /*  -moz-border-radius: 3px; */
 /*  border-radius: 3px; */
/* } */



/**Toolbar**/

.ui-toolbar{
  padding: 7px 14px;
  margin: 0 0 18px;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}


/***Dialog fixes**/

.ui-dialog-buttonset .ui-button:nth-child(2){
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
   overflow: visible;
}



/***Wijmo Theming**/

div.wijmo-wijmenu{
  padding:0 20px;
  background-color: #222;
  background-color: #222222;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.wijmo-wijmenu .ui-state-default{
  box-shadow: none;
  color:#BFBFBF;
}

.wijmo-wijmenu .ui-state-default .wijmo-wijmenu-text{    
  color:#BFBFBF;
}

.wijmo-wijmenu .ui-state-hover{
  background: #444;
  background: rgba(255, 255, 255, 0.05);
}

.wijmo-wijmenu .ui-state-hover .wijmo-wijmenu-text{
  color:#ffffff;
}

div.wijmo-wijmenu .ui-widget-header h3{
  position: relative;
  margin-top:1px;
  padding:0;
}

.wijmo-wijmenu h3 a{
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  margin-left: -20px;
  margin-top:1px;
  padding: 8px 20px 12px;
}

.wijmo-wijmenu h3 a:hover{
  background-color: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
  text-decoration: none;
}

.wijmo-wijmenu .ui-widget-header{
  border:0px;
}

.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child{
  padding: 0.3em 0;
}

div.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child{
  background: #333;
  border:0;
  margin:0;
  padding: 6px 0;
  width:160px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

div.wijmo-wijmenu .wijmo-wijmenu-item{
  margin:0;
  border:0;
}

.wijmo-wijmenu a.wijmo-wijmenu-link{
  margin:0;
  line-height: 19px;
  padding: 10px 10px 11px;
  border:0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius:0;
}

div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-link{
  display:block;
  float:none;
  padding: 4px 15px;
  width:auto;
}

div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-text
{
  float:none;
}

.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child .ui-state-hover {
  background: #191919;
}

.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-separator{
  padding: 5px 0;
  background-image: none;
  background-color: #222;
  border-top: 1px solid #444;
  border-bottom:0;
  border-left:0;
  border-right:0;
}

.wijmo-wijmenu .wijmo-wijmenu-item input {
  -moz-transition: none 0s ease 0s;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #111111;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.75);
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1;
  margin: 5px 10px 0 10px;
  padding: 4px 9px;
  width:100px;
}

.wijmo-wijmenu .wijmo-wijmenu-item input:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
}

.wijmo-wijmenu .wijmo-wijmenu-item input:focus {
  background-color: #FFFFFF;
  border: 0 none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  color: #404040;
  outline: 0 none;
  padding: 5px 10px;
  text-shadow: 0 1px 0 #FFFFFF;
}


.wijmo-wijmenu .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  text-shadow:none;
}


.wijmo-wijmenu .ui-state-default{
  box-shadow: none;
  color:#BFBFBF;
  filter: none;
}


.react-tabs__tab-list {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-top: 0;
}

.react-tabs__tab {
  padding: 11px 12px;
  margin-right: 2px;
  line-height: 1.42857143;
  cursor: default;
  color: #00c1ca;
  transition: all 0.3s ease-out;
}

.react-tabs__tab:hover {
  background-color: #eee;
}

.react-tabs__tab:focus:after {
  content: none;
}

.react-tabs__tab--selected {
  color: #555;
  border-radius: 4px 4px 0 0;
  border-color: #ddd;
}

.react-tabs__tab--selected:hover {
  background-color: #fff;
}

.pills .react-tabs__tab-list {
  border-bottom: none;
}

.pills .react-tabs__tab {
  white-space: nowrap;
  overflow: visible;
  float: none;
  padding: 5px 10px;
  border-radius: 4px;
  border: none;
}

.pills .react-tabs__tab--selected {
  color: #fff;
  background-color: #00c1ca;
  border: none;
}

