/*
 *= require bootstrap-public
 */
/*! 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: #444;
  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 #767676;
}
.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: #767676;
}
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: #444;
  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: #848484;
}
@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: #767676;
  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: #444;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #373737;
  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: #767676;
}
.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: #767676;
  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: #767676;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #767676;
  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: 60px;
  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: 20px 5px;
  font-size: 18px;
  line-height: 20px;
  height: 60px;
}
.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: 13px;
  margin-bottom: 13px;
  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: 10px -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: 20px;
    padding-bottom: 20px;
  }
}
.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: 13px;
  margin-bottom: 13px;
}
@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;
  }
}
@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: 13px;
  margin-bottom: 13px;
}
.navbar-btn.btn-sm {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-btn.btn-xs {
  margin-top: 19px;
  margin-bottom: 19px;
}
.navbar-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
@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: #00c1ca;
}
.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: #ffffff;
  background-color: #00a9b1;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  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: #009097;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #009097;
}
.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: #ffffff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #00c1ca;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #00c1ca;
  }
  .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: #ffffff;
    background-color: #00a9b1;
  }
  .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: #ffffff;
    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: #ffffff;
}
.navbar-inverse .btn-link {
  color: #eeeeee;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.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: #767676;
}
.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: #767676;
  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: #767676;
  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 {
  background-color: #555555;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #3b3b3b;
}
.label-primary {
  background-color: #00c1ca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #009097;
}
.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 {
  background-color: #f19a04;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #bf7a03;
}
.label-danger {
  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: #767676;
  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: #444;
}
.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: #767676;
  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: #767676;
}
.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: #444;
  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: #444;
}
.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: #444;
  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: #444;
}
.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: #444;
  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;
  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?#iefix) 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-"],
[class*=" icon-"] {
  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-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .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: .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: .05em;
}
.btn.btn-lg [class^="icon-"].pull-left.icon-2x,
.btn.btn-lg [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-lg [class^="icon-"].pull-right.icon-2x,
.btn.btn-lg [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  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 {
  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');
}
.notifications {
  position: fixed;
  height: 60px;
  z-index: 1050;
  top: -60px;
  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;
  }
}
@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;
}
/** List group overrides */
/** Badge overrides */
.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;
  }
}
.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: #767676;
}
.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: #444;
}
.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: #444;
  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: #767676;
}
.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;
}
.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: #767676;
}
.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;
}
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;
}
.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 #767676;
  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;
}
.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;
  }
}
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-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;
  }
}
.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: #444;
  background-color: #f8edd3;
}
a.bg-light-user1:hover {
  color: #2b2b2b;
}
a.bg-light-user1:hover {
  background-color: #f1daa7;
}
.bg-light-user2 {
  color: #444;
  background-color: #ebebf1;
}
a.bg-light-user2:hover {
  color: #2b2b2b;
}
a.bg-light-user2:hover {
  background-color: #cdcddc;
}
.bg-light-user3 {
  color: #444;
  background-color: #f8dbbf;
}
a.bg-light-user3:hover {
  color: #2b2b2b;
}
a.bg-light-user3:hover {
  background-color: #f3c091;
}
.bg-light-user4 {
  color: #444;
  background-color: #c2d9e2;
}
a.bg-light-user4:hover {
  color: #2b2b2b;
}
a.bg-light-user4:hover {
  background-color: #9fc3d1;
}
.bg-light-user5 {
  color: #444;
  background-color: #b7c7b1;
}
a.bg-light-user5:hover {
  color: #2b2b2b;
}
a.bg-light-user5:hover {
  background-color: #9cb294;
}
.bg-light-user6 {
  color: #444;
  background-color: #ebd8e6;
}
a.bg-light-user6:hover {
  color: #2b2b2b;
}
a.bg-light-user6:hover {
  background-color: #dab7d0;
}
.bg-light-user7 {
  color: #444;
  background-color: #f7dfe6;
}
a.bg-light-user7:hover {
  color: #2b2b2b;
}
a.bg-light-user7:hover {
  background-color: #edb6c6;
}
.bg-light-user8 {
  color: #444;
  background-color: #daefe7;
}
a.bg-light-user8:hover {
  color: #2b2b2b;
}
a.bg-light-user8:hover {
  background-color: #b7dfd0;
}
.bg-light-user9 {
  color: #444;
  background-color: #dec1c2;
}
a.bg-light-user9:hover {
  color: #2b2b2b;
}
a.bg-light-user9:hover {
  background-color: #cca0a2;
}
.bg-light-gray {
  color: #444;
  background-color: #f5f5f5;
}
a.bg-light-gray:hover {
  color: #2b2b2b;
}
a.bg-light-gray:hover {
  background-color: #dcdcdc;
}
.bg-light-white {
  color: #444;
  background-color: #ffffff;
}
a.bg-light-white:hover {
  color: #2b2b2b;
}
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;
}
.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: #767676;
  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: #444;
  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: #444;
  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: #767676;
  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: #767676;
  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;
  }
}

