/*!
 * Datepicker for Bootstrap v1.10.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (https://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
@charset "UTF-8";
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css);
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: none;
  text-decoration: underline;
  text-decoration: underline 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 {
  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;
  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 {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-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; }
  .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; } }

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/assets/bootstrap/glyphicons-halflings-regular-639f6d90998bb211fa0a5e158f828289f895f98ec01eab7fc9ff477fb3b8e17c.eot);
  src: url(/assets/bootstrap/glyphicons-halflings-regular-639f6d90998bb211fa0a5e158f828289f895f98ec01eab7fc9ff477fb3b8e17c.eot?#iefix) format("embedded-opentype"), url(/assets/bootstrap/glyphicons-halflings-regular-402ea94048c16293019d64ed4891784c5c324c45d975a1f84e05acdd637b7f0a.woff2) format("woff2"), url(/assets/bootstrap/glyphicons-halflings-regular-9e515c5c6b316ccb5cdc55d5aa1612d47409b96227681d751c1334f6e26cf0aa.woff) format("woff"), url(/assets/bootstrap/glyphicons-halflings-regular-39b3070d31c45f534b73d6b40597d33c04768f2db9a6e975be3ea1bcccadb803.ttf) format("truetype"), url(/assets/bootstrap/glyphicons-halflings-regular-8654333aa3d9581a1f601407063003e5dfe4672872387143a76bf568c320f5f4.svg#glyphicons_halflingsregular) format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  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;
  padding: 0;
  margin: -1px;
  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,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .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 {
  padding: .2em;
  background-color: #fcf8e3; }

.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, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  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-right: 5px;
    padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " "; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .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; }

.initialism {
  font-size: 90%; }

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.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "\2014 \00A0"; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ""; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: "\00A0 \2014"; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.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-right: 15px;
  padding-left: 15px; }

.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-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .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-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    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 > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .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 > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .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: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.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: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.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: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }
  @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 > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  input[type="radio"][disabled], input.disabled[type="radio"], fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input.disabled[type="checkbox"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed; }

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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 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::-ms-expand {
    background-color: transparent;
    border: 0; }
  .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; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input.form-control[type="date"],
  input.form-control[type="time"],
  input.form-control[type="datetime-local"],
  input.form-control[type="month"] {
    line-height: 34px; }
  input.input-sm[type="date"], .input-group-sm > .form-control[type="date"],
  .input-group-sm > .input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > .btn[type="date"], .input-group-sm input[type="date"],
  input.input-sm[type="time"],
  .input-group-sm > .form-control[type="time"],
  .input-group-sm > .input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > .btn[type="time"], .input-group-sm input[type="time"],
  input.input-sm[type="datetime-local"],
  .input-group-sm > .form-control[type="datetime-local"],
  .input-group-sm > .input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > .btn[type="datetime-local"], .input-group-sm input[type="datetime-local"],
  input.input-sm[type="month"],
  .input-group-sm > .form-control[type="month"],
  .input-group-sm > .input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > .btn[type="month"], .input-group-sm input[type="month"] {
    line-height: 30px; }
  input.input-lg[type="date"], .input-group-lg > .form-control[type="date"],
  .input-group-lg > .input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > .btn[type="date"], .input-group-lg input[type="date"],
  input.input-lg[type="time"],
  .input-group-lg > .form-control[type="time"],
  .input-group-lg > .input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > .btn[type="time"], .input-group-lg input[type="time"],
  input.input-lg[type="datetime-local"],
  .input-group-lg > .form-control[type="datetime-local"],
  .input-group-lg > .input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > .btn[type="datetime-local"], .input-group-lg input[type="datetime-local"],
  input.input-lg[type="month"],
  .input-group-lg > .form-control[type="month"],
  .input-group-lg > .input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > .btn[type="month"], .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.disabled label, fieldset[disabled] .radio label,
  .checkbox.disabled label, fieldset[disabled] .checkbox label {
    cursor: not-allowed; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled, fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.input-sm, .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-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select.input-sm[multiple],
.input-group-sm > .form-control[multiple],
.input-group-sm > .input-group-addon[multiple],
.input-group-sm > .input-group-btn > .btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select.form-control[multiple] {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .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-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select.input-lg[multiple],
.input-group-lg > .form-control[multiple],
.input-group-lg > .input-group-addon[multiple],
.input-group-lg > .input-group-btn > .btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple] {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.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, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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;
  background-color: #dff0d8;
  border-color: #3c763d; }

.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: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -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: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.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: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -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: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
    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 {
    background-image: none;
    outline: 0;
    -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;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default.focus:active, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    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:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info.focus[disabled], fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning.focus[disabled], fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger.focus[disabled], fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  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: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  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-top: 4px solid \9;
  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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  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); }
  .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: 400;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #262626;
      text-decoration: none;
      background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .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:before, .btn-toolbar:after {
    display: table;
    content: " "; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .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-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.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-left-radius: 4px;
  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-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.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-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    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 input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[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-right: 0;
    padding-left: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.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: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
    z-index: 2;
    margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav:before, .nav:after {
    display: table;
    content: " "; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .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.428571429;
      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;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }

.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: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      margin-bottom: 5px;
      text-align: center; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-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, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-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-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    display: table;
    content: " "; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " "; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " "; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .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-right: 0;
        padding-left: 0; } }
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  .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; } }
  @media (min-width: 768px) {
    .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; }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }
.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .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: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-right: 15px;
      margin-left: 15px; } }
@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .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: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .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: #555;
      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: #ccc;
      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-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .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-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #090909; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .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-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, 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 {
      padding: 0 5px;
      color: #ccc;
      content: "/ "; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.428571429;
      color: #337ab7;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd; }
      .pagination > li > a:hover, .pagination > li > a:focus,
      .pagination > li > span:hover,
      .pagination > li > span:focus {
        z-index: 2;
        color: #23527c;
        background-color: #eeeeee;
        border-color: #ddd; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }
  .pager:before, .pager:after {
    display: table;
    content: " "; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.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: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  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 {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.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-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  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: #337ab7;
  -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: #f0ad4e; }
  .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: #d9534f; }
  .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 {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.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 {
  padding-left: 0;
  margin-bottom: 20px; }

.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-left-radius: 4px;
    border-top-right-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #eeeeee; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
      color: #777777; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .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: #c7ddef; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.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,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.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,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.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-body:before, .panel-body:after {
    display: table;
    content: " "; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-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-left-radius: 3px;
    border-top-right-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 > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.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-right: 15px;
    padding-left: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel > .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 > thead: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:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child,
    .panel > .table-responsive:first-child > .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 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:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child,
    .panel > .table-responsive:last-child > .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 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-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.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: #8a6d3b;
    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: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.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;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 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;
  filter: alpha(opacity=20);
  opacity: 0.2; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -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;
  background-clip: padding-box;
  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);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0; }
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
  .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 {
    right: 5px;
    bottom: 0;
    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; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  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); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }
  .popover > .arrow {
    border-width: 11px; }
    .popover > .arrow, .popover > .arrow:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid; }
    .popover > .arrow:after {
      content: "";
      border-width: 10px; }
  .popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0; }
    .popover.top > .arrow:after {
      bottom: 1px;
      margin-left: -10px;
      content: " ";
      border-top-color: #fff;
      border-bottom-width: 0; }
  .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0; }
    .popover.right > .arrow:after {
      bottom: -10px;
      left: 1px;
      content: " ";
      border-right-color: #fff;
      border-left-width: 0; }
  .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.bottom > .arrow:after {
      top: 1px;
      margin-left: -10px;
      content: " ";
      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 {
      right: 1px;
      bottom: -10px;
      content: " ";
      border-right-width: 0;
      border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev:before {
    content: "\2039"; }
  .carousel-control .icon-next:before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.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 !important; }
  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 !important; }
  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: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .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: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  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; } }

html {
  font-size: 14px; }
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/chosen-sprite-24956a11eb32e4e6f8b3ba12efc634aa77bdb79db93b26bb343f8eb9cbf18327.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/chosen-sprite-24956a11eb32e4e6f8b3ba12efc634aa77bdb79db93b26bb343f8eb9cbf18327.png) no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url(/assets/chosen-sprite-24956a11eb32e4e6f8b3ba12efc634aa77bdb79db93b26bb343f8eb9cbf18327.png) no-repeat 100% -20px;
  background: url(/assets/chosen-sprite-24956a11eb32e4e6f8b3ba12efc634aa77bdb79db93b26bb343f8eb9cbf18327.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #63a3a3;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #63a3a3), color-stop(90%, #63a3a3));
  background-image: -webkit-linear-gradient(#63a3a3 20%, #63a3a3 90%);
  background-image: -moz-linear-gradient(#63a3a3 20%, #63a3a3 90%);
  background-image: -o-linear-gradient(#63a3a3 20%, #63a3a3 90%);
  background-image: linear-gradient(#63a3a3 20%, #63a3a3 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/chosen-sprite-24956a11eb32e4e6f8b3ba12efc634aa77bdb79db93b26bb343f8eb9cbf18327.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url(/assets/chosen-sprite-24956a11eb32e4e6f8b3ba12efc634aa77bdb79db93b26bb343f8eb9cbf18327.png) no-repeat -30px -20px;
  background: url(/assets/chosen-sprite-24956a11eb32e4e6f8b3ba12efc634aa77bdb79db93b26bb343f8eb9cbf18327.png) no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(/assets/chosen-sprite@2x-1a6c9887b5de8610f0f522745c5035c0e27ec40a79eb8be019f8328420b3de54.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/*************
  Green Theme
 *************/
/* overall */
.tablesorter-green {
    width: 100%;
    text-align: left;
    border-spacing: 0;
    border: #cdcdcd 1px solid;
    border-width: 1px 0 0 1px;
}

.tablesorter-green th,
.tablesorter-green td {
    font: 12px/18px Arial, Sans-serif;
    border: #cdcdcd 1px solid;
    border-width: 0 1px 1px 0;
}

/* header */
.tablesorter-green thead tr .tablesorter-header,
.tablesorter-green tfoot tr {
    background-position: center center;
    background-repeat: repeat-x;
    background-image: url(data:image/gif;base64,R0lGODlhAQBkAOYAAN/e39XU1fX19tTU1eXm5uTl5ePk5OLj4+Hi4vX29fT19PP08/Lz8vHy8fDx8O/w7+7v7uzt7Orr6ufo5/T08/Pz8ufn5uLi4eDg39/f3t3d3Nzc29HR0NDQz8/Pzuvq6urp6eno6Ojn5+fm5tfW1tbV1dTT09PS0tLR0dHQ0NDPz/f39/b29vX19fT09PPz8/Ly8vHx8e/v7+7u7u3t7ezs7Ovr6+rq6unp6ejo6Ofn5+bm5uXl5eTk5OPj4+Li4uHh4eDg4N/f397e3t3d3dzc3Nvb29ra2tnZ2djY2NfX19XV1dPT09LS0tHR0dDQ0M/Pz8rKysXFxf///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAFMALAAAAAABAGQAAAdegCsrLC0tLi+ILi6FCSwsCS0KkhQVDA0OMjM0NTYfICEiIzw9P0AYGUQaG0ZHSEoDTU9Qs08pTk1MSyRJR0VDQT8+PTw7Ojg3NTMyMTAvi4WOhC0vMTI1OT9GTlFSgQA7);
    /* background-image: url(/images/green-header.gif); */
}

.tablesorter-green th,
.tablesorter-green thead td {
    font-weight: bold;
    border-right: #cdcdcd 1px solid;
    border-collapse: collapse;
    padding: 6px;
}

.tablesorter-green .header,
.tablesorter-green .tablesorter-header-inner {
    background-position: 5px center;
    background-repeat: no-repeat;
    background-image: url(data:image/gif;base64,R0lGODlhEAAQAOYAAA5NDBBYDlWWUzRUM5DVjp7inJ/fnQ1ECiCsGhyYFxqKFRFdDhBXDQxCCiO8HSK2HCCqGh2aGByUFxuPFhqNFhmHFRZ2EhVvERRpEBBVDSS8HiGyHB+mGh6fGRuTFxiAFBd5Eww/Cgs5CRp7Fiu+JRx8GCy/JjHAKyynKCuhJzXCMDbCMDnDMyNuHz3EODy9N0LFPSl7JkvIRjycOFDKS1LKTVPLT1XLUFTCT17OWTBkLmbQYnDTbHXVcXnWdoXago/djGmUZ112XCJEIEdjRf///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAEUALAAAAAAQABAAAAdlgEWCg4SFhoIvh4cVLECKhCMeJjwFj0UlEwgaMD4Gii0WFAkRHQ47BIY6IQAZDAwBCyAPOJa1toRBGBAwNTY3OT0/AoZCDQoOKi4yNDOKRCIfGycrKZYDBxIkKLZDFxy3RTHgloEAOw==);
    /* background-image: url(/images/green-unsorted.gif); */
    border-collapse: collapse;
    white-space: normal;
    cursor: pointer;
}

.tablesorter-green thead .headerSortUp .tablesorter-header-inner,
.tablesorter-green thead .tablesorter-headerSortUp .tablesorter-header-inner,
.tablesorter-green thead .tablesorter-headerAsc .tablesorter-header-inner {
    background-image: url(data:image/gif;base64,R0lGODlhEAAQANUAAA5NDBBYDpDVjp7inJ/fnSCsGhyYFxFdDhBXDSO8HSK2HB2aGBuPFhqNFhmHFRZ2EhBVDSS8Hh6fGRuTFxd5Eww/Chp7Fhx8GCy/JjnDMyNuHzy9N0LFPVTCTzBkLmbQYnDTbHnWdo/djP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACMALAAAAAAQABAAAAY4wJFwSCwaj8ikcslMbpojR0bEtEwwoIHywihEOCECUvNoGBaSxEdg9FQAEAQicKAoOtC8fs8fBgEAOw==)
    /* background-image: url(/images/green-asc.gif); */
}

.tablesorter-green thead .headerSortDown .tablesorter-header-inner,
.tablesorter-green thead .tablesorter-headerSortDown .tablesorter-header-inner,
.tablesorter-green thead .tablesorter-headerDesc .tablesorter-header-inner {
    background-image: url(data:image/gif;base64,R0lGODlhEAAQANUAAFWWUzRUMw1EChqKFQxCCiO8HSCqGhyUFxVvERRpECGyHB+mGhiAFAs5CSu+JTHAKyynKCuhJzXCMDbCMD3EOELFPSl7JkvIRjycOFDKS1LKTVPLT1XLUF7OWXXVcYXagmmUZ112XCJEIEdjRf///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACQALAAAAAAQABAAAAY4QJJwSCwaj8ikcskkghKGimbD6Xg+AGOIMChIKJcMBjlqMBSPSUQZEBwcEKYIsWiSLPa8fs9HBgEAOw==)
    /* background-image: url(/images/green-desc.gif); */
}

.tablesorter-green th.tablesorter-header .tablesorter-header-inner,
.tablesorter-green td.tablesorter-header .tablesorter-header-inner {
    padding-left: 23px;
}

.tablesorter-green thead .tablesorter-header.sorter-false .tablesorter-header-inner {
    background-image: none;
    cursor: default;
    padding-left: 6px;
}

/* tfoot */
.tablesorter-green tbody td,
.tablesorter-green tfoot th {
    padding: 6px;
    vertical-align: top;
}

/* tbody */
.tablesorter-green td {
    color: #3d3d3d;
    padding: 6px;
}

/* hovered row colors
 you'll need to add additional lines for
 rows with more than 2 child rows
 */
.tablesorter-green tbody > tr.hover > td,
.tablesorter-green tbody > tr:hover > td,
.tablesorter-green tbody > tr:hover + tr.tablesorter-childRow > td,
.tablesorter-green tbody > tr:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td,
.tablesorter-green tbody > tr.even.hover > td,
.tablesorter-green tbody > tr.even:hover > td,
.tablesorter-green tbody > tr.even:hover + tr.tablesorter-childRow > td,
.tablesorter-green tbody > tr.even:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
    background-color: #d9d9d9;
}

.tablesorter-green tbody > tr.odd.hover > td,
.tablesorter-green tbody > tr.odd:hover > td,
.tablesorter-green tbody > tr.odd:hover + tr.tablesorter-childRow > td,
.tablesorter-green tbody > tr.odd:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
    background-color: #bfbfbf;
}

/* table processing indicator */
.tablesorter-green .tablesorter-processing {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    /* background-image: url(/images/loading.gif) !important; */
    background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
}

/* Zebra Widget - row alternating colors */
.tablesorter-green tr.odd > td {
    background-color: #ebfaeb;
}

.tablesorter-green tr.even > td {
    background-color: #fff;
}

/* Column Widget - column sort colors */
.tablesorter-green td.primary,
.tablesorter-green tr.odd td.primary {
    background-color: #99e6a6;
}

.tablesorter-green tr.even td.primary {
    background-color: #c2f0c9;
}

.tablesorter-green td.secondary,
.tablesorter-green tr.odd td.secondary {
    background-color: #c2f0c9;
}

.tablesorter-green tr.even td.secondary {
    background-color: #d6f5db;
}

.tablesorter-green td.tertiary,
.tablesorter-green tr.odd td.tertiary {
    background-color: #d6f5db;
}

.tablesorter-green tr.even td.tertiary {
    background-color: #ebfaed;
}

/* caption */
caption {
    background-color: #fff;
}

/* filter widget */
.tablesorter-green .tablesorter-filter-row {
    background-color: #eee;
}

.tablesorter-green .tablesorter-filter-row td {
    background-color: #eee;
    line-height: normal;
    text-align: center; /* center the input */
    -webkit-transition: line-height 0.1s ease;
    -moz-transition: line-height 0.1s ease;
    -o-transition: line-height 0.1s ease;
    transition: line-height 0.1s ease;
}

/* optional disabled input styling */
.tablesorter-green .tablesorter-filter-row .disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: not-allowed;
}

/* hidden filter row */
.tablesorter-green .tablesorter-filter-row.hideme td {
    /*** *********************************************** ***/
    /*** change this padding to modify the thickness     ***/
    /*** of the closed filter row (height = padding x 2) ***/
    padding: 2px;
    /*** *********************************************** ***/
    margin: 0;
    line-height: 0;
    cursor: pointer;
}

.tablesorter-green .tablesorter-filter-row.hideme * {
    height: 1px;
    min-height: 0;
    border: 0;
    padding: 0;
    margin: 0;
    /* don't use visibility: hidden because it disables tabbing */
    opacity: 0;
    filter: alpha(opacity=0);
}

/* filters */
.tablesorter-green input.tablesorter-filter,
.tablesorter-green select.tablesorter-filter {
    width: 98%;
    height: auto;
    margin: 0;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #bbb;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height 0.1s ease;
    -moz-transition: height 0.1s ease;
    -o-transition: height 0.1s ease;
    transition: height 0.1s ease;
}

/* rows hidden by filtering (needed for child rows) */
.tablesorter .filtered {
    display: none;
}

/* ajax error row */
.tablesorter .tablesorter-errorRow td {
    text-align: center;
    cursor: pointer;
    background-color: #e6bf99;
}
.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li>label.multiselect-group{margin:0;padding:3px 20px;height:100%;font-weight:700}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}
/* ========================================================================
 * bootstrap-switch - v3.3.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-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; }

.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px; }

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #428bca; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee; }

.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333333;
  background: #ffffff; }

.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.bootstrap-switch input.form-control[type='radio'],
.bootstrap-switch input.form-control[type='checkbox'] {
  height: auto; }

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5; }

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.33; }

.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important; }

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important; }

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s; }

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/dt-1.12.1
 *
 * Included libraries:
 *  DataTables 1.12.1
 */

/*table.dataTable td.dt-control{text-align:center;cursor:pointer}table.dataTable td.dt-control:before{height:1em;width:1em;margin-top:-9px;display:inline-block;color:white;border:.15em solid white;border-radius:1em;box-shadow:0 0 .2em #444;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:"Courier New",Courier,monospace;line-height:1em;content:"+";background-color:#31b131}table.dataTable tr.dt-hasChild td.dt-control:before{content:"-";background-color:#d33333}table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting_asc_disabled,table.dataTable thead>tr>th.sorting_desc_disabled,table.dataTable thead>tr>td.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting_asc_disabled,table.dataTable thead>tr>td.sorting_desc_disabled{cursor:pointer;position:relative;padding-right:26px}table.dataTable thead>tr>th.sorting:before,table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>th.sorting_desc:before,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>th.sorting_asc_disabled:after,table.dataTable thead>tr>th.sorting_desc_disabled:before,table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting:before,table.dataTable thead>tr>td.sorting:after,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_desc:before,table.dataTable thead>tr>td.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_asc_disabled:after,table.dataTable thead>tr>td.sorting_desc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:after{position:absolute;display:block;opacity:.125;right:10px;line-height:9px;font-size:.9em}table.dataTable thead>tr>th.sorting:before,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_desc:before,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>th.sorting_desc_disabled:before,table.dataTable thead>tr>td.sorting:before,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_desc:before,table.dataTable thead>tr>td.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:before{bottom:50%;content:"▴"}table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>th.sorting_asc_disabled:after,table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting:after,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc_disabled:after,table.dataTable thead>tr>td.sorting_desc_disabled:after{top:50%;content:"▾"}table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_desc:after{opacity:.6}table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting_asc_disabled:before{display:none}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}div.dataTables_scrollBody table.dataTable thead>tr>th:before,div.dataTables_scrollBody table.dataTable thead>tr>th:after,div.dataTables_scrollBody table.dataTable thead>tr>td:before,div.dataTables_scrollBody table.dataTable thead>tr>td:after{display:none}div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:2px}div.dataTables_processing>div:last-child{position:relative;width:80px;height:15px;margin:1em auto}div.dataTables_processing>div:last-child>div{position:absolute;top:0;width:13px;height:13px;border-radius:50%;background:rgba(13, 110, 253, 0.9);animation-timing-function:cubic-bezier(0, 1, 1, 0)}div.dataTables_processing>div:last-child>div:nth-child(1){left:8px;animation:datatables-loader-1 .6s infinite}div.dataTables_processing>div:last-child>div:nth-child(2){left:8px;animation:datatables-loader-2 .6s infinite}div.dataTables_processing>div:last-child>div:nth-child(3){left:32px;animation:datatables-loader-2 .6s infinite}div.dataTables_processing>div:last-child>div:nth-child(4){left:56px;animation:datatables-loader-3 .6s infinite}@keyframes datatables-loader-1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes datatables-loader-3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes datatables-loader-2{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th,table.dataTable thead td,table.dataTable tfoot th,table.dataTable tfoot td{text-align:left}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px;border-bottom:1px solid rgba(0, 0, 0, 0.3)}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 10px 6px 10px;border-top:1px solid rgba(0, 0, 0, 0.3)}table.dataTable tbody tr{background-color:transparent}table.dataTable tbody tr.selected>*{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.9);color:white}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid rgba(0, 0, 0, 0.15)}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid rgba(0, 0, 0, 0.15);border-right:1px solid rgba(0, 0, 0, 0.15)}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid rgba(0, 0, 0, 0.15)}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe>tbody>tr.odd>*,table.dataTable.display>tbody>tr.odd>*{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.023)}table.dataTable.stripe>tbody>tr.odd.selected>*,table.dataTable.display>tbody>tr.odd.selected>*{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.923)}table.dataTable.hover>tbody>tr:hover>*,table.dataTable.display>tbody>tr:hover>*{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.035)}table.dataTable.hover>tbody>tr.selected:hover>*,table.dataTable.display>tbody>tr.selected:hover>*{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.935)}table.dataTable.order-column>tbody tr>.sorting_1,table.dataTable.order-column>tbody tr>.sorting_2,table.dataTable.order-column>tbody tr>.sorting_3,table.dataTable.display>tbody tr>.sorting_1,table.dataTable.display>tbody tr>.sorting_2,table.dataTable.display>tbody tr>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.019)}table.dataTable.order-column>tbody tr.selected>.sorting_1,table.dataTable.order-column>tbody tr.selected>.sorting_2,table.dataTable.order-column>tbody tr.selected>.sorting_3,table.dataTable.display>tbody tr.selected>.sorting_1,table.dataTable.display>tbody tr.selected>.sorting_2,table.dataTable.display>tbody tr.selected>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.919)}table.dataTable.display>tbody>tr.odd>.sorting_1,table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.054)}table.dataTable.display>tbody>tr.odd>.sorting_2,table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_2{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.047)}table.dataTable.display>tbody>tr.odd>.sorting_3,table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.039)}table.dataTable.display>tbody>tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe>tbody>tr.odd.selected>.sorting_1{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.954)}table.dataTable.display>tbody>tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe>tbody>tr.odd.selected>.sorting_2{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.947)}table.dataTable.display>tbody>tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe>tbody>tr.odd.selected>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.939)}table.dataTable.display>tbody>tr.even>.sorting_1,table.dataTable.order-column.stripe>tbody>tr.even>.sorting_1{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.019)}table.dataTable.display>tbody>tr.even>.sorting_2,table.dataTable.order-column.stripe>tbody>tr.even>.sorting_2{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.011)}table.dataTable.display>tbody>tr.even>.sorting_3,table.dataTable.order-column.stripe>tbody>tr.even>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.003)}table.dataTable.display>tbody>tr.even.selected>.sorting_1,table.dataTable.order-column.stripe>tbody>tr.even.selected>.sorting_1{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.919)}table.dataTable.display>tbody>tr.even.selected>.sorting_2,table.dataTable.order-column.stripe>tbody>tr.even.selected>.sorting_2{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.911)}table.dataTable.display>tbody>tr.even.selected>.sorting_3,table.dataTable.order-column.stripe>tbody>tr.even.selected>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.903)}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.082)}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.074)}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.062)}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.982)}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.974)}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.962)}table.dataTable.no-footer{border-bottom:1px solid rgba(0, 0, 0, 0.3)}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th,table.dataTable td{box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_length select{border:1px solid #aaa;border-radius:3px;padding:5px;background-color:transparent;padding:4px}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{border:1px solid #aaa;border-radius:3px;padding:5px;background-color:transparent;margin-left:3px}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid rgba(0, 0, 0, 0.3);background-color:rgba(230, 230, 230, 0.1);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));background:-webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid rgba(0, 0, 0, 0.3)}.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,.dataTables_wrapper.no-footer div.dataTables_scrollBody>table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:.5em}}*/


.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #418c8c; }

label {
  display: inline; }
/*========Color variables===========*/
/*==========Fonts variables==========*/
/*============Global styles=========*/
td.search-quarter {
  text-align: center; }

div.search-for-chart,
div.compare-for-chart {
  width: 370px;
  cursor: pointer;
  margin: 10px;
  text-align: center;
  font: 15px/24px "proxima nova", arial, sans-serif; }
  div.search-for-chart td.search-months,
  div.search-for-chart td.compare-months,
  div.compare-for-chart td.search-months,
  div.compare-for-chart td.compare-months {
    width: 33px;
    padding: 1px; }
  div.search-for-chart table,
  div.search-for-chart tr,
  div.search-for-chart td,
  div.compare-for-chart table,
  div.compare-for-chart tr,
  div.compare-for-chart td {
    margin: 5px;
    border: 1px solid #000000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  div.search-for-chart td.search-selected,
  div.search-for-chart td.compare-selected,
  div.compare-for-chart td.search-selected,
  div.compare-for-chart td.compare-selected {
    background-color: #63a3a3;
    color: #ffffff;
    border-color: #000000; }
  div.search-for-chart div.modal-footer,
  div.compare-for-chart div.modal-footer {
    padding-bottom: 0px; }

.max-length {
  max-height: 400px;
  overflow-y: scroll; }

.navbar-right.custom .dropdown-menu {
  width: 95%;
  padding: 0;
  border-radius: 3px; }
  .navbar-right.custom .dropdown-menu li {
    border-bottom: 1px solid #ccc; }
    .navbar-right.custom .dropdown-menu li.last {
      border: none; }
    .navbar-right.custom .dropdown-menu li a,
    .navbar-right.custom .dropdown-menu li button {
      display: block;
      width: 100%;
      padding: 10px 9px;
      text-align: left;
      background: transparent;
      border-color: transparent; }
      .navbar-right.custom .dropdown-menu li a .period-title,
      .navbar-right.custom .dropdown-menu li a .period-header,
      .navbar-right.custom .dropdown-menu li button .period-title,
      .navbar-right.custom .dropdown-menu li button .period-header {
        font: 15px/16px "proxima nova";
        color: #323c3c;
        cursor: pointer; }
      .navbar-right.custom .dropdown-menu li a .period-value,
      .navbar-right.custom .dropdown-menu li button .period-value {
        font: 10px/12px "proxima nova";
        color: #323c3c;
        opacity: 0.5; }
      .navbar-right.custom .dropdown-menu li a:hover,
      .navbar-right.custom .dropdown-menu li button:hover {
        background: #f8f8f8;
        border-radius: 0;
        border-color: transparent; }
/*========Color variables===========*/
/*==========Fonts variables==========*/
/*============Global styles=========*/
/*============Layout================*/
.dashboard,
.data-entry {
  position: relative;
  background: #fff; }
  .dashboard .dashboard-inner,
  .data-entry .dashboard-inner {
    padding: 30px; }
    .dashboard .dashboard-inner h3.mb-0,
    .data-entry .dashboard-inner h3.mb-0 {
      margin-bottom: 0; }
    .dashboard .dashboard-inner h3,
    .data-entry .dashboard-inner h3 {
      font-size: 40px;
      color: #323c3c;
      font-family: "proxima nova light";
      margin-bottom: 60px; }
    .dashboard .dashboard-inner h4,
    .data-entry .dashboard-inner h4 {
      margin-top: 0; }
    .dashboard .dashboard-inner .current-month,
    .data-entry .dashboard-inner .current-month {
      position: absolute;
      right: 0px;
      top: 0;
      font: 20px "proxima nova light";
      color: #999; }
    .dashboard .dashboard-inner section,
    .data-entry .dashboard-inner section {
      padding: 45px 0; }
      .dashboard .dashboard-inner section.clearfix,
      .data-entry .dashboard-inner section.clearfix {
        padding: 0; }

.box-blue,
.box-green,
.box-grey {
  position: relative;
  border: 2px solid #39b3d7; }
  .box-blue .diff,
  .box-green .diff,
  .box-grey .diff {
    position: absolute;
    top: 7px;
    right: 35px; }
  .box-blue span.annotation,
  .box-green span.annotation,
  .box-grey span.annotation {
    position: absolute;
    top: 36px;
    right: 20px;
    color: #444;
    font: 13px "proxima nova light", sans-serif; }
  .box-blue h4.all-service-revenue,
  .box-green h4.all-service-revenue,
  .box-grey h4.all-service-revenue {
    position: absolute;
    top: 158px;
    left: 1px;
    color: #888;
    background: #ffffff;
    padding: 10px; }
  .box-blue h4,
  .box-green h4,
  .box-grey h4 {
    margin-bottom: 0; }

.dashboard {
  height: 100%;
  background: #fff;
  position: relative; }

.all-revenue-box {
  margin: 0 -20px 0;
  padding: 20px;
  height: 175px; }
  .all-revenue-box .diff,
  .all-revenue-box .annotation {
    position: static !important; }
  .all-revenue-box .annotation {
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.8) !important; }
  .all-revenue-box .amount {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%; }

.box-green {
  border-color: #63a3a3; }

.box-grey {
  border-color: #ddd; }
  .box-grey h4 {
    border-bottom: 2px solid #ddd; }

.chart-holder {
  display: block;
  overflow: hidden;
  min-height: 200px;
  width: 100%;
  background: transparent; }

.intros-charts {
  height: 343px;
  position: relative; }
  .intros-charts .c1 {
    position: absolute;
    left: 0;
    top: 10px; }
  .intros-charts .c2 {
    position: absolute;
    right: 0;
    top: 0; }

.amount {
  font: 30px "proxima nova light", sans-serif; }
  .amount.recurring {
    font: 50px "proxima nova bold", sans-serif; }
  .amount.total {
    height: 316px;
    font: normal 64px/225px "proxima nova bold", sans-serif; }
  .amount.positive {
    color: green; }
  .amount.negative {
    color: red; }

span.tooltip-percentage {
  font-size: 14px; }
  span.tooltip-percentage.positive {
    color: green; }
  span.tooltip-percentage.negative {
    color: red; }

.diff {
  display: block;
  font-size: 20px;
  font-family: "proxima nova", sans-serif;
  line-height: 1.5; }
  .diff.positive {
    color: green; }
  .diff.negative {
    color: red; }
  .diff.zero-diff {
    color: black; }

.color-box-green {
  background-color: #63a3a3;
  color: #fff; }

.color-box-blue {
  background-color: #39b3d7;
  color: #fff; }

.color-box-white {
  position: relative;
  height: 160px;
  border: 2px solid #ddd;
  border-left: 0;
  margin-bottom: -2px; }
  .color-box-white:first-child {
    border-left: 2px solid #ddd; }
  .color-box-white .amount {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px; }

.pointer-cursor {
  cursor: pointer; }

.color-box-grey {
  background-color: #f9f9f9;
  color: #000; }
  .color-box-grey > div {
    border-top: 1px solid #eee; }

.darker {
  background-color: rgba(0, 0, 0, 0.4); }

.darkest {
  background-color: rgba(0, 0, 0, 0.6); }

/* side nav */
.side-nav {
  background: #323c3c;
  width: 65px;
  height: 100%;
  padding: 0 0 80px;
  overflow-x: hidden;
  position: relative; }
  .side-nav .nav-scroll {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden; }
  .side-nav .tooltip-inner {
    min-width: 100px; }
  .side-nav .toggle-menu {
    font: 18px/19px "proxima nova light";
    color: #a7acac;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 30px 0 30px 65px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background-image: none; }
    .side-nav .toggle-menu:hover {
      color: #fff;
      opacity: 1;
      background-color: rgba(255, 255, 255, 0.05);
      text-decoration: none; }
    .side-nav .toggle-menu:after {
      content: "\203A";
      position: absolute;
      font-size: 70px;
      top: 27px;
      left: 25px; }
      .sidebar-opened .side-nav .toggle-menu:after {
        content: "\2039";
        left: 65px; }
        @media screen and (max-width: 1260px) {
          .sidebar-opened .side-nav .toggle-menu:after {
            left: 25px; } }
    .sidebar-opened .side-nav .toggle-menu {
      padding-left: 110px; }
      @media screen and (max-width: 1260px) {
        .sidebar-opened .side-nav .toggle-menu {
          padding-left: 65px; } }
  .sidebar-opened .side-nav {
    width: 25%; }
    .sidebar-opened .side-nav + .dashboard {
      width: 75%; }
    .sidebar-opened .side-nav .side-nav-link {
      padding: 20px 0 20px 110px;
      background: transparent url(/assets/icons-45cce7e7ee21fa6219a45ea6b06fdab2c90172e9f7e034deba92ecd18497f1d1.png) no-repeat 60px 4px; }
      @media screen and (max-width: 1260px) {
        .sidebar-opened .side-nav .side-nav-link {
          padding: 20px 0 20px 65px;
          background: transparent url(/assets/icons-45cce7e7ee21fa6219a45ea6b06fdab2c90172e9f7e034deba92ecd18497f1d1.png) no-repeat 10px 4px; } }
    .sidebar-opened .side-nav .client-reports-link {
      padding: 20px 0 20px 110px;
      background: transparent url(/assets/client_reports-11ad27a8d443f0bfca133d65b9b5533bb9f36cb0f7a06ccaffd4ddd2b72078e4.png) no-repeat 63px 14px; }
      @media screen and (max-width: 1260px) {
        .sidebar-opened .side-nav .client-reports-link {
          padding: 20px 0 20px 65px;
          background: transparent url(/assets/client_reports-11ad27a8d443f0bfca133d65b9b5533bb9f36cb0f7a06ccaffd4ddd2b72078e4.png) no-repeat 23px 16px; } }
  .side-nav + .dashboard {
    width: calc(100% - 65px); }
  .side-nav .side-nav-link {
    display: block;
    font: 18px/19px "proxima nova light";
    opacity: 0.6;
    outline: none;
    color: #a7acac;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 20px 0 20px 65px;
    background: transparent url(/assets/icons-45cce7e7ee21fa6219a45ea6b06fdab2c90172e9f7e034deba92ecd18497f1d1.png) no-repeat 10px 4px; }
    .side-nav .side-nav-link:hover {
      color: #fff;
      opacity: 1;
      background-color: rgba(255, 255, 255, 0.05);
      text-decoration: none;
      border-bottom: 1px solid #323c3c; }
  .side-nav .client-reports-link {
    display: block;
    font: 18px/19px "proxima nova light";
    opacity: 0.6;
    outline: none;
    color: #a7acac;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 20px 0 20px 65px;
    background: transparent url(/assets/client_reports-11ad27a8d443f0bfca133d65b9b5533bb9f36cb0f7a06ccaffd4ddd2b72078e4.png) no-repeat 23px 16px; }
    .side-nav .client-reports-link:hover {
      color: #fff;
      opacity: 1;
      background-color: rgba(255, 255, 255, 0.05);
      text-decoration: none;
      border-bottom: 1px solid #323c3c; }
  .side-nav span.disabled {
    display: block;
    padding: 10px 20px;
    font-size: 15px;
    color: #888; }
  .side-nav .side-nav-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%; }
    .side-nav .side-nav-list .side-nav-item {
      white-space: nowrap;
      overflow: hidden; }
      .sidebar-opened .side-nav .side-nav-list .side-nav-item {
        white-space: normal;
        overflow: visible; }
      .side-nav .side-nav-list .side-nav-item.active .side-nav-link {
        color: #fff;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.05);
        text-decoration: none;
        border-bottom: 1px solid #323c3c; }
      .side-nav .side-nav-list .side-nav-item.active .client-reports-link {
        color: #fff;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.05);
        text-decoration: none;
        border-bottom: 1px solid #323c3c; }
      .side-nav .side-nav-list .side-nav-item.main-dash .side-nav-link {
        background-position: 10px -1400px; }
        .sidebar-opened .side-nav .side-nav-list .side-nav-item.main-dash .side-nav-link {
          background-position: 50px -1400px; }
          @media screen and (max-width: 1260px) {
            .sidebar-opened .side-nav .side-nav-list .side-nav-item.main-dash .side-nav-link {
              background-position: 10px -1400px; } }
      .side-nav .side-nav-list .side-nav-item.attendance .side-nav-link {
        background-position: 10px 5px; }
        .sidebar-opened .side-nav .side-nav-list .side-nav-item.attendance .side-nav-link {
          background-position: 50px 5px; }
          @media screen and (max-width: 1260px) {
            .sidebar-opened .side-nav .side-nav-list .side-nav-item.attendance .side-nav-link {
              background-position: 10px 5px; } }
      .side-nav .side-nav-list .side-nav-item.custom-graphs .side-nav-link {
        background-position: 10px -244px; }
        .sidebar-opened .side-nav .side-nav-list .side-nav-item.custom-graphs .side-nav-link {
          background-position: 50px -244px; }
          @media screen and (max-width: 1260px) {
            .sidebar-opened .side-nav .side-nav-list .side-nav-item.custom-graphs .side-nav-link {
              background-position: 10px -244px; } }
      .side-nav .side-nav-list .side-nav-item.marketing .side-nav-link {
        background-position: 10px -1647px; }
        .sidebar-opened .side-nav .side-nav-list .side-nav-item.marketing .side-nav-link {
          background-position: 50px -1647px; }
          @media screen and (max-width: 1260px) {
            .sidebar-opened .side-nav .side-nav-list .side-nav-item.marketing .side-nav-link {
              background-position: 10px -1647px; } }
      .side-nav .side-nav-list .side-nav-item.recurring-revenue .side-nav-link {
        background-position: 10px -2127px; }
        .sidebar-opened .side-nav .side-nav-list .side-nav-item.recurring-revenue .side-nav-link {
          background-position: 50px -2127px; }
          @media screen and (max-width: 1260px) {
            .sidebar-opened .side-nav .side-nav-list .side-nav-item.recurring-revenue .side-nav-link {
              background-position: 10px -2127px; } }
      .side-nav .side-nav-list .side-nav-item.retention .side-nav-link {
        background-position: 10px -2376px; }
        .sidebar-opened .side-nav .side-nav-list .side-nav-item.retention .side-nav-link {
          background-position: 50px -2376px; }
          @media screen and (max-width: 1260px) {
            .sidebar-opened .side-nav .side-nav-list .side-nav-item.retention .side-nav-link {
              background-position: 10px -2376px; } }
      .side-nav .side-nav-list .side-nav-item.sales-revenue .side-nav-link {
        background-position: 10px -2627px; }
        .sidebar-opened .side-nav .side-nav-list .side-nav-item.sales-revenue .side-nav-link {
          background-position: 50px -2627px; }
          @media screen and (max-width: 1260px) {
            .sidebar-opened .side-nav .side-nav-list .side-nav-item.sales-revenue .side-nav-link {
              background-position: 10px -2627px; } }
      .side-nav .side-nav-list .side-nav-item.social-media .side-nav-link {
        background-position: 10px -3091px; }
        .sidebar-opened .side-nav .side-nav-list .side-nav-item.social-media .side-nav-link {
          background-position: 50px -3091px; }
          @media screen and (max-width: 1260px) {
            .sidebar-opened .side-nav .side-nav-list .side-nav-item.social-media .side-nav-link {
              background-position: 10px -3091px; } }
      .side-nav .side-nav-list .side-nav-item.tools .side-nav-link {
        background-position: 60px -3311px;
        width: 32px;
        height: 35px; }
      .side-nav .side-nav-list .side-nav-item.select-arrow-down .side-nav-link {
        background-position: 60px -2881px;
        width: 22px;
        height: 15px; }
      .side-nav .side-nav-list .side-nav-item.input {
        background-position: 0 -500px;
        width: 20px;
        height: 20px; }
      .side-nav .side-nav-list .side-nav-item.input-done {
        background-position: 0 -720px;
        width: 20px;
        height: 20px; }
      .side-nav .side-nav-list .side-nav-item.list {
        background-position: 0 -940px;
        width: 31px;
        height: 35px; }
      .side-nav .side-nav-list .side-nav-item.location {
        background-position: 0 -1175px;
        width: 30px;
        height: 30px; }
      .side-nav .side-nav-list .side-nav-item.pen .side-nav-link {
        background-position: 60px -1889px;
        width: 31px; }

.select-period-for-chart {
  font: 16px "proxima nova light", sans-serif;
  position: static;
  top: -20px;
  width: inherit;
  text-align: right; }

.compare-periods-for-chart {
  font: 16px "proxima nova light", sans-serif;
  position: static;
  width: inherit;
  text-align: right; }

a.select-period-for-chart-link {
  text-decoration: underline; }

div.input-daterange {
  font: 16px "proxima nova light", sans-serif;
  bottom: 10px;
  width: 500px;
  text-align: right;
  left: 402px; }

div.show-range-hidden {
  display: none; }

.apply-datepicker-range {
  background: orange;
  border-radius: 4px;
  padding: 5px 10px;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold; }

.compare-datepicker-compare {
  background: orange;
  border-radius: 4px;
  padding: 5px 10px;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold; }

.hide-datepicker-compare {
  background: tomato;
  border-radius: 4px;
  padding: 5px 10px;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold; }

.div-table {
  display: table;
  width: 100%; }

.div-table-tr {
  display: table-row; }

.div-table-td {
  display: table-cell; }

.div-table-td-first-cell {
  width: 300px; }

div.input-daterange-footer {
  display: table-footer-group; }

.div-table-td-chart-picker {
  vertical-align: bottom; }

.div-table-td-chart-actions {
  vertical-align: bottom; }

.filter_container {
  text-align: end;
  max-height: 324px; }
  .filter_container li {
    text-align: left;
    padding-left: 10px; }

ul.check_box_chart {
  width: 280px;
  overflow-x: hidden; }

.nav li.dropdown a {
  color: #323c3c;
  text-decoration: none;
  outline: none;
  font: 14px/15px "proxima nova";
  padding: 9px 9px 9px 9px;
  border: 1px solid #fff; }
  .nav li.dropdown a .caret {
    display: inline-block;
    width: 17px;
    height: 11px;
    text-indent: -9999px;
    overflow: hidden;
    background: transparent url(/assets/icons-45cce7e7ee21fa6219a45ea6b06fdab2c90172e9f7e034deba92ecd18497f1d1.png) no-repeat -4px -3583px;
    border: none; }
  .nav li.dropdown a:visited {
    color: #323c3c;
    text-decoration: none;
    outline: none;
    font: 14px/22px "proxima nova"; }
  .nav li.dropdown a:hover {
    background: #e9e9e9;
    border: 1px solid #999;
    border-radius: 3px; }
    .nav li.dropdown a:hover .caret {
      background: transparent url(/assets/icons-45cce7e7ee21fa6219a45ea6b06fdab2c90172e9f7e034deba92ecd18497f1d1.png) no-repeat -4px -3797px; }

.dropdown dd,
.dropdown dt {
  margin: 0px;
  padding: 0px; }

.dropdown ul {
  margin: 5px 0 0 0;
  text-align: -webkit-auto; }

.dropdown dd {
  position: relative; }

.dropdown dt ul {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #000000;
  display: none;
  padding: 2px 15px 2px 5px;
  width: 280px;
  list-style: none;
  height: auto;
  overflow: auto;
  float: right;
  z-index: 30; }

.dropdown span.value {
  display: none; }

.dropdown dt ul li a {
  padding: 5px;
  display: block; }

.dropdown dt ul li a:hover {
  background-color: #fff; }

@media screen and (max-width: 1100px) {
  .page .content .wrapper .dashboard.recurring-revenue {
    height: 100%;
    overflow-y: auto; } }

@media screen and (max-width: 800px) {
  .page .content .wrapper .dashboard.main-dash {
    height: 92%; } }

.container {
  overflow: hidden;
  width: 100%; }

.box {
  white-space: nowrap; }

.box div {
  width: 50%;
  display: inline-block;
  text-align: center; }

span.filter-message {
  font: 16px "proxima nova light", sans-serif;
  margin-right: 5px;
  margin-left: 5px; }

a.filter_link,
span.filter_link {
  text-decoration: underline !important;
  font: 16px "proxima nova light", sans-serif !important;
  color: #428bca !important;
  cursor: pointer; }

div.box {
  margin-bottom: 10px; }

.handsontable .currentRow {
  background-color: #e7e8ef; }

.handsontable .currentCol {
  background-color: #e7e8ef; }

div.custom-chart-div button {
  width: 80px;
  height: 35px; }

div.custom-chart-div button.close {
  width: 40px; }

div.custom-chart-div button.submit {
  background-color: #63a3a3; }

div.custom-chart-form-body {
  height: 600px; }

.custom-chart-form-left-side {
  width: 27%;
  /*margin-bottom: 10px;*/
  position: absolute;
  left: 0;
  height: 570px;
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px !important; }

.custom-chart-form-right-side {
  background-color: #fff;
  position: absolute;
  left: 27%;
  width: 73%;
  height: 570px;
  overflow: hidden;
  box-shadow: 0 1px 0 #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px !important; }

ul.custom-chart-category-list {
  list-style-type: none; }

ul.custom-chart-list {
  list-style-type: none;
  padding-left: 20px; }
  ul.custom-chart-list li {
    padding-top: 2px; }
    ul.custom-chart-list li input[type="radio"] {
      display: none; }
  ul.custom-chart-list a#image-graph-type-bar-chart {
    background: url(/bar_chart_example1.png) no-repeat scroll 0 0 white; }
  ul.custom-chart-list a#image-graph-type-column-chart {
    background: url(/column_chart_example1.png) no-repeat scroll 0 0 white; }
  ul.custom-chart-list a#image-graph-type-combo-chart {
    background: url(/combo_chart_example1.png) no-repeat scroll 0 0 white; }
  ul.custom-chart-list a#image-graph-type-area-chart {
    background: url(/area_chart_example1.png) no-repeat scroll 0 0 white; }
  ul.custom-chart-list a.radio-picture {
    border: 1px solid lightgray;
    display: inline-block;
    height: 133px;
    margin-right: 10px;
    text-decoration: none;
    width: 200px; }
  ul.custom-chart-list a.radio-picture-selected {
    border: 3px solid #63a3a3; }

div.chart-name {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px; }
  div.chart-name input.chart-name {
    width: 600px; }

div.chart-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  text-align: center; }

input.chart-name {
  background-color: transparent;
  border: 0px solid;
  height: 30px;
  width: 260px;
  font-size: 24px; }

input.chart-name:focus {
  outline: none;
  border: 0; }

span.custom-chart-primary-metric {
  position: relative;
  right: 100px; }

span.custom-chart-comparable-metric {
  position: relative;
  left: 110px; }

span.chart-category-vs {
  padding-left: 50px;
  padding-right: 50px; }

div#graph_preview {
  min-width: 400px;
  min-height: 300px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

li.separator-custom-graph {
  margin-top: 10px;
  border-top: 1px solid #666;
  padding: 0;
  background-color: #666;
  color: whitesmoke; }

.dropdown-actions a,
.dropdown-actions a:visited {
  background-color: #fff;
  color: #000000; }

.dropdown-actions a.disabled,
.dropdown-actions a.disabled:visited {
  background-color: #fff;
  color: #000000; }

.glyphicon.glyphicon-chevron-down {
  color: #878c8b;
  font-size: 10px;
  left: 5px;
  transition: color 0.3s ease-in-out; }

ul.dropdown-actions {
  margin: 0; }
  ul.dropdown-actions a {
    transition: all 0.3s ease-in-out; }
    ul.dropdown-actions a.disabled {
      color: white !important;
      background: #629592 !important;
      transition: all 0.3s ease-in-out;
      border: 1px solid #629592; }
      ul.dropdown-actions a.disabled.chart-select-period-link {
        border: 1px solid #629592; }
  ul.dropdown-actions .chart-compare-link .glyphicon-chevron-down {
    color: #878c8b;
    font-size: 10px;
    line-height: 20px;
    left: 5px; }
  ul.dropdown-actions .chart-compare-link.disabled .glyphicon-chevron-down {
    color: white; }
  ul.dropdown-actions .actions-reset {
    transition: all 0.3s ease-in-out; }
    ul.dropdown-actions .actions-reset.active {
      opacity: 1; }
    ul.dropdown-actions .actions-reset .chart-actions-reset {
      color: red;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 15px;
      padding-right: 15px; }

ul.dropdown-actions.navbar-left,
ul.dropdown-actions.navbar-right {
  font-size: 14px;
  font-family: "proxima nova light";
  margin-bottom: 10px;
  margin-top: 10px; }
  ul.dropdown-actions.navbar-left a.dropdown-toggle,
  ul.dropdown-actions.navbar-right a.dropdown-toggle {
    border: 1px solid #e2e8ea;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: #596d84; }

ul.dropdown-actions.navbar-left li {
  padding-right: 10px; }

ul.dropdown-actions.navbar-left li:last-child a {
  border: none; }

ul.dropdown-actions.navbar-right li.dropdown.dropdown-actions {
  padding-left: 10px; }

a.dropdown-toogle {
  background-color: #fff; }

div.chart-tooltip {
  margin: 5px 5px;
  white-space: nowrap;
  font-family: Arial;
  font-size: 14px; }

div.hidden-compare-dropdown-actions {
  display: none; }

span.vs-compare {
  box-sizing: border-box;
  color: #434343;
  display: block;
  float: right;
  font-family: "proxima nova", arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 24px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-left: 0px;
  width: 53.59375px;
  position: relative;
  top: 10px;
  left: 22px; }

.check_box_chart {
  z-index: 30; }

.dropdown-select {
  position: relative;
  right: -2px; }

input.custom-range-weekly-end-date-header {
  height: 38px;
  border: 1px solid #e5e5e5;
  font: 18px/18px "proxima nova";
  color: black;
  border-radius: 2px;
  background: #fff;
  box-shadow: none;
  padding: 10px 15px;
  margin-bottom: 6px;
  width: 185px; }

.roles-and-users {
  padding: 10px;
  text-align: center;
  min-height: 100px; }

div.select-forecast-period-dropdown-actions,
div.select-forecast-category-dropdown-actions {
  display: none; }

.chart-tile-box {
  text-align: center;
  margin-right: 7px;
  width: 200px;
  float: right;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center; }
  @media (max-width: 1024px) {
    .chart-tile-box {
      margin: 0;
      width: 100%;
      float: none; } }
.chart-wrapper {
  margin-right: 210px; }
  @media (max-width: 1024px) {
    .chart-wrapper {
      margin-right: 0; } }
.box-blue-tile-attendance-chart {
  display: flex;
  width: 200px;
  margin: 7px 2.5px;
  flex-direction: column;
  align-items: stretch;
  align-content: space-between;
  flex: 0 auto; }
  .box-blue-tile-attendance-chart h4 {
    flex: 1; }
  .box-blue-tile-attendance-chart .color-box-blue-tile-attendance-chart {
    height: 60px;
    padding-bottom: 5px;
    padding-top: 15px; }
    .box-blue-tile-attendance-chart .color-box-blue-tile-attendance-chart .span {
      height: 60px;
      font: normal 64px/225px "proxima nova bold", sans-serif;
      font-size: 12px;
      color: #fff;
      text-align: center; }

.overflow-wrapper {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 25px 0; }

.overflow-wrapper,
.chart-holder {
  min-height: 530px; }

.loader-for-chart {
  display: block;
  width: 125px;
  height: 125px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

a.raw-data-link {
  color: black; }

a.raw-data-link-white {
  color: white;
  font-weight: 600; }

a.raw-data-link-black {
  color: black;
  font-weight: 600; }

span.font-green {
  color: green; }

span.font-red {
  color: red; }

h3.net-new-members,
h3.average-number-of-attendance {
  width: 450px; }

h3.tooltip-hover,
span.tooltip-hover {
  cursor: help; }
  h3.tooltip-hover a span,
  span.tooltip-hover a span {
    font-size: 15px;
    top: -10px; }

h3.total-visits,
span.active-clients {
  width: 190px; }

.mt-60 {
  margin-top: 60px; }

.italic {
  font-style: italic !important; }

.nowrap {
  white-space: nowrap; }

span.mtd-previous-month {
  margin-right: 15px; }

h4.last-7-days {
  font: 40px "proxima nova bold", sans-serif; }

div.green-border {
  border-color: #3e6261; }

h4.table-addons-title {
  padding-left: 45px !important;
  margin-top: 20px;
  color: white; }

.table-addons-title .chart-addons-container {
  top: 0px !important; }

.table-addons .chart-addons-container {
  top: -35px !important;
  left: 10px !important; }

.add-color .chart-addons-container {
  top: 30px;
  padding-bottom: 0px; }

.chart-addons-container {
  position: relative;
  top: 0px;
  left: -1px;
  z-index: 1;
  padding-bottom: 50px; }

.chart-addons-control-item {
  display: inline-block;
  padding: 5px;
  cursor: pointer; }
  .chart-addons-control-item a {
    color: #8fc447 !important; }

.relative {
  position: relative !important; }

.relative-50 {
  position: relative !important;
  width: 50%; }

.float-left {
  float: left !important; }

.padding-zero {
  padding: 0 !important; }

.google-visualization-table {
  width: 100%; }
  .google-visualization-table div {
    width: 100%; }
    .google-visualization-table div table.google-visualization-table-table {
      width: 100%; }

.google-visualization-table-th {
  text-align: center; }

.google-visualization-table-tr-head {
  background-color: #e4e9f4;
  font-weight: bold;
  text-align: center; }

.google-visualization-table-table th:first-child,
.google-visualization-table-table td:first-child {
  min-width: 200px; }

.google-visualization-table-table th,
.google-visualization-table-table td {
  border-color: black !important; }

.google-visualization-table-tr-even {
  background-color: #272b32 !important;
  color: #87919f; }

.google-visualization-table-tr-odd {
  background-color: #393f4a !important;
  color: #858f9d; }

.google-visualization-table-tr-over {
  background-color: #2e3750 !important;
  color: #858f9d; }

.google-visualization-table-tr-sel {
  background-color: #8ec547 !important;
  color: white; }

.google-visualization-table-tr-head {
  background-color: #516088 !important;
  color: white; }

.google-visualization-table .gradient {
  background-image: none !important; }

.google-visualization-table > div::-webkit-scrollbar-track,
.wtHolder::-webkit-scrollbar-track {
  border-radius: 6px !important;
  background-color: #282b32 !important; }

.google-visualization-table > div::-webkit-scrollbar,
.wtHolder::-webkit-scrollbar {
  width: 8px !important;
  background-color: transparent !important; }

.google-visualization-table > div::-webkit-scrollbar-thumb,
.wtHolder::-webkit-scrollbar-thumb {
  border-radius: 6px !important;
  background-color: #8fc447 !important;
  border: none !important; }

.light .google-visualization-table-tr-even {
  background-color: white !important;
  color: #656565; }

.light .google-visualization-table-tr-odd {
  background-color: #efefef !important;
  color: #656565; }

.light .google-visualization-table > div::-webkit-scrollbar-track,
.light .wtHolder::-webkit-scrollbar-track {
  border-radius: 6px !important;
  background-color: #b9b9b9 !important; }

.light .google-visualization-table-tr-over {
  background-color: #cdd9f8 !important; }

.light .google-visualization-table-tr-sel {
  background-color: #8ec547 !important;
  color: white; }

.light .google-visualization-table-table th,
.light .google-visualization-table-table td {
  border-color: #d4d4d4 !important; }

div.input-daterange {
  cursor: pointer;
  border: 1px solid #e2e8ea !important;
  border-radius: 3px;
  bottom: 0px !important;
  margin-right: 10px;
  left: 10px !important;
  height: 36px !important;
  background: none !important; }
  div.input-daterange:hover {
    text-decoration: none !important;
    background-color: #8fc447 !important;
    cursor: pointer; }
  div.input-daterange input {
    height: 26px !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 14px;
    line-height: 15px;
    font-family: proxima nova light;
    background: none;
    color: white;
    cursor: pointer; }
  div.input-daterange span {
    font-size: 12px;
    background: none;
    color: #5b606a !important; }

div.input-daterange.input-group.datepicker {
  width: 310px !important;
  border: 2px solid #353942 !important;
  border-radius: 5px !important;
  color: white !important;
  height: 39px !important; }

div.datepicker.datepicker-dropdown.dropdown-menu {
  z-index: 1051 !important; }

.navbar-right-mr0 {
  margin-right: 0px !important; }

.bs-fix-inp-group-addon {
  background-color: initial !important;
  border: initial !important;
  padding: 6px 0px 6px 0px !important; }

.options-report-modal-body {
  width: 366px; }

a.small-glyph {
  padding: 10px 9px 9px 9px !important; }
  a.small-glyph span {
    left: auto !important; }

div.datepicker-days > table.table-condensed > tbody > tr > td.selected {
  background-color: #8fc447 !important;
  background-image: linear-gradient(to bottom, #8fc447, #8fc447) !important;
  font-weight: bold; }

#funnel_retention_chart h3 {
  color: #e4e4e4; }

#funnel_retention_chart .container-fluid {
  overflow: hidden; }

.shaddow221 {
  text-shadow: 2px 2px 1px; }

.multiselector {
  margin: auto !important;
  position: relative !important;
  top: -1px;
  left: -5px;
  display: none;
  cursor: pointer; }

.mass-togglers-set {
  padding-bottom: 30px;
  display: none; }

.multiselector.collapse.in {
  display: inline-block !important; }

span.cursor-pointer {
  cursor: pointer;
  font-weight: bold; }

span.selected12 {
  font-weight: bold;
  color: white; }

ul.period-links > li > a {
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px; }
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix, .outer {
  *zoom: 1; }

.unit {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.unit-right {
  float: right; }

.size1of1 {
  float: none; }

.size1of2 {
  width: 50%; }

.size1of3 {
  width: 33.33333%; }

.size2of3 {
  width: 66.66666%; }

.size1of4 {
  width: 25%; }

.size3of4 {
  width: 75%; }

.size1of5 {
  width: 20%; }

.size1of10 {
  width: 10%; }

.size2of5 {
  width: 40%; }

.size3of5 {
  width: 60%; }

.size4of5 {
  width: 80%; }

.size5of5 {
  width: 100%; }

.size80 {
  width: 80px; }

.unit-last {
  float: none;
  display: block;
  display: table-cell;
  width: 9999em;
  *width: auto;
  *zoom: 1;
  _position: relative;
  _left: -3px;
  _margin-right: -3px; }
/*========Color variables===========*/
/*==========Fonts variables==========*/
/*============Global styles=========*/
/*============Layout================*/
@font-face {
  font-family: "proxima nova";
  src: url(/fonts/proximanova-regular-webfont.eot);
  src: url(/fonts/proximanova-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/proximanova-regular-webfont.woff) format("woff"), url(/fonts/proximanova-regular-webfont.ttf) format("truetype"), url(/fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "proxima nova bold";
  src: url(/fonts/proximanova-bold-webfont.eot);
  src: url(/fonts/proximanova-bold-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/proximanova-bold-webfont.woff) format("woff"), url(/fonts/proximanova-bold-webfont.ttf) format("truetype"), url(/fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "proxima nova light";
  src: url(/fonts/proximanova-light-webfont.eot);
  src: url(/fonts/proximanova-light-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/proximanova-light-webfont.woff) format("woff"), url(/fonts/proximanova-light-webfont.ttf) format("truetype"), url(/fonts/proximanova-light-webfont.svg#proxima_novalight) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "proxima_novasemibold";
  src: url(/fonts/proximanova-semibold-webfont.eot);
  src: url(/fonts/proximanova-semibold-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/proximanova-semibold-webfont.woff2) format("woff2"), url(/fonts/proximanova-semibold-webfont.woff) format("woff"), url(/fonts/proximanova-semibold-webfont.ttf) format("truetype"), url(/fonts/proximanova-semibold-webfont.svg#proxima_novasemibold) format("svg");
  font-weight: normal;
  font-style: normal; }

/*============Global styles=========*/
html,
body {
  height: 100%; }

body {
  font: 15px/24px "proxima nova", arial, sans-serif;
  color: #434343; }
  body.modal-open .modal-backdrop {
    display: none; }
  body.modal-open .organization-form.in .modal-dialog.modal-lg,
  body.modal-open .user-form.in .modal-dialog.modal-lg {
    height: 90vh; }
  body.modal-open #select-site.modal.in .modal-dialog {
    transform: translate(0, 0);
    top: 30px;
    margin-bottom: 100px; }
  body.modal-open #select-site .modal-header {
    background: #f8f8f8;
    font: 24px/25px "proxima nova";
    padding: 15px 30px;
    height: 60px;
    border-radius: 3px 3px 0 0; }
    body.modal-open #select-site .modal-header .modal-title {
      float: left;
      width: auto;
      line-height: 33px; }
    body.modal-open #select-site .modal-header .glyphicon-search {
      color: #ccc;
      font-size: 20px;
      float: right;
      right: -28px;
      top: 7px; }
    body.modal-open #select-site .modal-header input.search-query {
      float: right;
      width: 195px;
      padding-left: 35px;
      font: 16px/18px "proxima nova"; }
  body.modal-open #select-site .modal-content {
    border-radius: 3px; }
  body.modal-open #select-site .modal-body {
    padding: 0;
    height: auto;
    overflow: auto; }
    body.modal-open #select-site .modal-body .maxlist-more {
      margin: 0; }
      body.modal-open #select-site .modal-body .maxlist-more a {
        font: 15px/16px "proxima nova";
        color: #323c3c;
        padding: 10px;
        border-top: 1px solid #e5e5e5; }
    body.modal-open #select-site .modal-body ul.sites {
      padding: 0; }
      body.modal-open #select-site .modal-body ul.sites li {
        display: block;
        cursor: pointer;
        border-bottom: 1px solid #ccc;
        font: 16px/18px "proxima nova";
        float: none;
        clear: both;
        padding: 20px 30px 15px;
        margin: 0; }
        body.modal-open #select-site .modal-body ul.sites li:hover {
          background: #f8f8f8; }
        body.modal-open #select-site .modal-body ul.sites li.active {
          color: #418c8c; }
  body.modal-open #select-site .modal-footer button.link {
    border: none;
    color: #458e8e;
    background: none;
    font: 15px/16px "proxima nova"; }
  body.modal-open .select-period .modal-dialog {
    width: 653px;
    margin: auto; }
    body.modal-open .select-period .modal-dialog .modal-header {
      background: #f8f8f8;
      font: 24px/25px "proxima nova";
      padding: 15px 30px;
      height: 60px;
      border-radius: 3px 3px 0 0; }
      body.modal-open .select-period .modal-dialog .modal-header .modal-title {
        float: left;
        width: auto;
        line-height: 33px; }
    body.modal-open .select-period .modal-dialog .modal-content {
      /*border-radius: 3px;*/ }
    body.modal-open .select-period .modal-dialog .modal-body-report {
      height: 260px !important; }
    body.modal-open .select-period .modal-dialog .modal-body {
      padding: 0;
      height: 347px; }
      body.modal-open .select-period .modal-dialog .modal-body .nav-pills {
        padding: 0; }
        body.modal-open .select-period .modal-dialog .modal-body .nav-pills li {
          margin: 0;
          border-radius: 0; }
          body.modal-open .select-period .modal-dialog .modal-body .nav-pills li a {
            outline: none;
            border-color: #e5e5e5;
            border-style: solid;
            border-width: 0 1px 1px 1px;
            border-radius: 0;
            padding: 34px;
            color: #418c8c;
            font: 18px/18px "proxima nova"; }
            body.modal-open .select-period .modal-dialog .modal-body .nav-pills li a:hover {
              background: #f8f8f8; }
          body.modal-open .select-period .modal-dialog .modal-body .nav-pills li.last a {
            border-width: 0 1px 0 1px; }
          body.modal-open .select-period .modal-dialog .modal-body .nav-pills li.active a {
            background: #418c8c;
            color: #fff;
            border-color: #418c8c; }
      body.modal-open .select-period .modal-dialog .modal-body .tab-content {
        padding: 29px 30px; }
        body.modal-open .select-period .modal-dialog .modal-body .tab-content .text {
          opacity: 0.5;
          margin-bottom: 10px; }
        body.modal-open .select-period .modal-dialog .modal-body .tab-content .text-starting,
        body.modal-open .select-period .modal-dialog .modal-body .tab-content .text-ending {
          opacity: 0.5;
          margin-bottom: 0px; }
        body.modal-open .select-period .modal-dialog .modal-body .tab-content .chosen-container {
          width: 100% !important; }
          body.modal-open .select-period .modal-dialog .modal-body .tab-content .chosen-container .chosen-single {
            height: 38px;
            border: 1px solid #e5e5e5;
            font: 18px/18px "proxima nova";
            color: #323c3c;
            border-radius: 2px;
            background: #fff;
            box-shadow: none;
            padding: 10px 15px;
            margin-bottom: 6px; }
            body.modal-open .select-period .modal-dialog .modal-body .tab-content .chosen-container .chosen-single div b {
              background: transparent url(/assets/icons-45cce7e7ee21fa6219a45ea6b06fdab2c90172e9f7e034deba92ecd18497f1d1.png) no-repeat -4px -3568px; }
          body.modal-open .select-period .modal-dialog .modal-body .tab-content .chosen-container.chosen-container-active .chosen-single {
            background: #e9e9e9; }
            body.modal-open .select-period .modal-dialog .modal-body .tab-content .chosen-container.chosen-container-active .chosen-single div b {
              background-position: -4px -3782px; }
          body.modal-open .select-period .modal-dialog .modal-body .tab-content .chosen-container .chosen-drop {
            border-radius: 3px;
            border: 1px solid #e5e5e5;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5) !important; }
            body.modal-open .select-period .modal-dialog .modal-body .tab-content .chosen-container .chosen-drop .chosen-results {
              width: 100%; }
              body.modal-open .select-period .modal-dialog .modal-body .tab-content .chosen-container .chosen-drop .chosen-results hr {
                margin-top: 0;
                margin-bottom: 0; }
              body.modal-open .select-period .modal-dialog .modal-body .tab-content .chosen-container .chosen-drop .chosen-results li {
                float: none;
                clear: both;
                font: 15px/16px "proxima nova";
                color: #323c3c;
                padding: 10px 20px;
                margin: 0; }
                body.modal-open .select-period .modal-dialog .modal-body .tab-content .chosen-container .chosen-drop .chosen-results li:hover {
                  color: #fff; }
                body.modal-open .select-period .modal-dialog .modal-body .tab-content .chosen-container .chosen-drop .chosen-results li.result-selected {
                  display: none; }
        body.modal-open .select-period .modal-dialog .modal-body .tab-content .btn-group label.btn.btn-primary {
          background: #fff;
          height: 32px;
          width: 32px;
          border: 1px solid #e5e5e5;
          font: 18px/18px "proxima nova";
          color: rgba(50, 60, 60, 0.5);
          margin: 0 6px 0 0;
          padding: 6px 0;
          text-align: center;
          border-radius: 0; }
          body.modal-open .select-period .modal-dialog .modal-body .tab-content .btn-group label.btn.btn-primary.first {
            border-radius: 0; }
          body.modal-open .select-period .modal-dialog .modal-body .tab-content .btn-group label.btn.btn-primary.last {
            border-radius: 0;
            margin: 0; }
          body.modal-open .select-period .modal-dialog .modal-body .tab-content .btn-group label.btn.btn-primary:hover {
            background: #f8f8f8; }
          body.modal-open .select-period .modal-dialog .modal-body .tab-content .btn-group label.btn.btn-primary.active {
            background: #418c8c;
            color: white;
            border-color: #418c8c; }
            body.modal-open .select-period .modal-dialog .modal-body .tab-content .btn-group label.btn.btn-primary.active:hover {
              background: #418c8c; }
    body.modal-open .select-period .modal-dialog .modal-footer button.btn-primary {
      border-color: transparent;
      border-radius: 2px;
      color: #fff;
      background: #418c8c;
      font: 15px/16px "proxima nova"; }
    body.modal-open .select-period .modal-dialog .modal-footer button.btn-default {
      border: none;
      color: #458e8e;
      background: none;
      font: 15px/16px "proxima nova"; }

.tab-content.import-users {
  float: none; }
  .tab-content.import-users table {
    width: 100%;
    text-align: center;
    margin-bottom: 40px; }
    .tab-content.import-users table td {
      padding: 0 5px; }
    .tab-content.import-users table tr {
      white-space: nowrap !important; }

.page {
  min-height: 100vh;
  position: relative;
  padding-bottom: 179px; }
  .page .wrapper {
    position: relative;
    width: 100%;
    margin: auto;
    height: 100%; }
  .page .data-entry > div {
    z-index: 0; }
  @media screen and (max-width: 1100px) {
    .page .content {
      height: calc(100% - 70px);
      height: -webkit-calc(100% - 70px); } }
  .page .content .wrapper {
    background: #323c3c; }
    .page .content .wrapper.light {
      background: #fff; }
    .page .content .wrapper .footer-logo {
      margin: 0 -15px;
      height: 45px;
      padding-top: 10px;
      text-indent: 60px;
      font: 14px/16px "proxima nova";
      color: rgba(255, 255, 255, 0.2);
      background: #323c3c url(/assets/footer-logo-899b05765328bc944252af5b22377ac86bde47cf672f630df4a2ce0ab347d496.png) no-repeat 145px 5px; }
    .page .content .wrapper .footer-links {
      padding-top: 10px;
      padding-bottom: 15px;
      bottom: 10px;
      font: 14px/16px "proxima nova";
      color: rgba(255, 255, 255, 0.2);
      background: #323c3c; }

img {
  width: 100%;
  height: auto; }

ul {
  list-style: none; }

a:hover, a:active, a:focus {
  text-decoration: none; }

/*============Global styles=========*/
/* header */
header {
  /* userbar */ }
  header + .content {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto; }
  header h1 {
    margin: 0;
    padding-top: 32px;
    font: 30px "proxima nova light", arial, sans-serif;
    color: #fff;
    width: 150px;
    position: relative;
    top: 16px;
    overflow: hidden;
    /*        &.Barre3 {
                text-indent: -9999px;
                width: 108px;
                height: 40px;
                background: asset-url(/assets/barre3_logo-906234f828b2843e7499a7cb0d3e43425b97d8921b6909037b200104de5fe5e4.png) no-repeat;
            }*/
    text-indent: -9999px;
    width: 108px;
    height: 40px;
    background: url(/assets/barre3_logo-906234f828b2843e7499a7cb0d3e43425b97d8921b6909037b200104de5fe5e4.png) no-repeat; }
  header .logo {
    max-width: 110px;
    width: auto;
    max-height: 52px; }
  header address {
    font-size: 15px;
    color: #fff;
    color: rgba(255, 255, 255, 0.6); }
  header .back-link {
    width: 24px;
    height: 27px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 20px;
    margin: auto;
    background: url(/assets/back_small-839f52d7b6c03b158ad410abbe9562324b2ece6a776042fd49e44cbfa13297eb.png) no-repeat;
    opacity: 0.6; }
    header .back-link:hover, header .back-link:active {
      opacity: 1; }
  header a.logo-link {
    display: inline-block;
    margin: 15px 0 0 20px;
    width: 108px;
    height: 40px;
    background-image: url(/assets/barre3_logo-906234f828b2843e7499a7cb0d3e43425b97d8921b6909037b200104de5fe5e4.png); }
  header .main-nav li a {
    display: block;
    outline: none;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "proxima_novasemibold";
    letter-spacing: 2px;
    padding: 20px 20px 16px;
    color: #9ecccc; }
    @media screen and (max-width: 1100px) {
      header .main-nav li a {
        font-size: 11px;
        padding: 15px 15px 13px; } }
    header .main-nav li a:hover {
      color: #fff; }
  header .main-nav li.active {
    margin-top: 10px;
    background-color: #fff; }
    header .main-nav li.active a {
      color: #418c8c; }
  header div.location-select {
    position: relative;
    left: -10px; }
    header div.location-select form.location-select {
      display: inline-block;
      vertical-align: middle; }
      header div.location-select form.location-select .chosen-container {
        width: 300px !important; }
        @media screen and (max-width: 1260px) {
          header div.location-select form.location-select .chosen-container {
            width: 200px !important; } }
        @media screen and (max-width: 1100px) {
          header div.location-select form.location-select .chosen-container {
            width: 185px !important; } }
        header div.location-select form.location-select .chosen-container.chosen-container-active {
          background: #367c7c;
          border-radius: 3px; }
        header div.location-select form.location-select .chosen-container .chosen-drop {
          border-radius: 3px; }
          header div.location-select form.location-select .chosen-container .chosen-drop .change-company {
            padding: 24px 20px;
            height: 60px;
            font: 15px/16px "proxima nova";
            color: #323c3c;
            border-bottom: 1px solid #ccc;
            background: #f8f8f8; }
            @media screen and (max-width: 1260px) {
              header div.location-select form.location-select .chosen-container .chosen-drop .change-company {
                height: 100px; } }
            header div.location-select form.location-select .chosen-container .chosen-drop .change-company span {
              display: block;
              float: left; }
              @media screen and (max-width: 1260px) {
                header div.location-select form.location-select .chosen-container .chosen-drop .change-company span {
                  width: 100%; } }
            header div.location-select form.location-select .chosen-container .chosen-drop .change-company a.button,
            header div.location-select form.location-select .chosen-container .chosen-drop .change-company button.btn {
              position: relative;
              top: -13px;
              display: block;
              float: right;
              color: #fff;
              font: 16px/17px "proxima_novasemibold";
              background: #418c8c;
              padding: 9px 24px;
              text-transform: none;
              border-radius: 3px;
              letter-spacing: 1px; }
            @media screen and (max-width: 1260px) {
              header div.location-select form.location-select .chosen-container .chosen-drop .change-company button.btn {
                width: 100%;
                top: 5px; } }
          header div.location-select form.location-select .chosen-container .chosen-drop .chosen-footer {
            height: 50px;
            border-top: 1px solid #ccc; }
            header div.location-select form.location-select .chosen-container .chosen-drop .chosen-footer a {
              padding: 16px 20px;
              font: 15px/16px "proxima nova";
              color: #323c3c;
              text-transform: none;
              letter-spacing: 0; }
          header div.location-select form.location-select .chosen-container .chosen-drop .chosen-results {
            width: 100%; }
            header div.location-select form.location-select .chosen-container .chosen-drop .chosen-results li {
              float: none;
              clear: both;
              font: 15px/16px "proxima nova";
              color: #323c3c;
              padding: 10px 20px;
              margin: 0; }
              header div.location-select form.location-select .chosen-container .chosen-drop .chosen-results li:hover {
                color: #fff; }
              header div.location-select form.location-select .chosen-container .chosen-drop .chosen-results li.result-selected {
                display: none; }
      header div.location-select form.location-select .select-light,
      header div.location-select form.location-select #location_chosen a.chosen-single {
        display: inline-block;
        height: 30px;
        padding: 11px 14px 6px 40px;
        color: #fff;
        font: 16px/18px "proxima nova";
        border-radius: 3px;
        width: auto;
        min-width: 200px;
        max-width: 250px;
        cursor: pointer;
        background: none;
        border: none;
        box-shadow: none;
        text-transform: none;
        letter-spacing: 1px; }
        @media screen and (max-width: 1100px) {
          header div.location-select form.location-select .select-light,
          header div.location-select form.location-select #location_chosen a.chosen-single {
            min-width: 185px;
            top: -3px;
            font-size: 14px; } }
        header div.location-select form.location-select .select-light div,
        header div.location-select form.location-select #location_chosen a.chosen-single div {
          display: none; }
        header div.location-select form.location-select .select-light::before,
        header div.location-select form.location-select #location_chosen a.chosen-single::before {
          position: absolute;
          top: 2px;
          left: 0;
          content: "";
          background: url(/assets/icons-45cce7e7ee21fa6219a45ea6b06fdab2c90172e9f7e034deba92ecd18497f1d1.png) no-repeat 6px -1175px;
          width: 30px;
          height: 30px;
          opacity: 0.4; }
        header div.location-select form.location-select .select-light::after,
        header div.location-select form.location-select #location_chosen a.chosen-single::after {
          position: absolute;
          top: 13px;
          right: 15px;
          content: "";
          background: url(/assets/icons-45cce7e7ee21fa6219a45ea6b06fdab2c90172e9f7e034deba92ecd18497f1d1.png) no-repeat 0 -4008px;
          width: 12px;
          height: 9px;
          opacity: 0.4; }
        header div.location-select form.location-select .select-light.select-lightHover, header div.location-select form.location-select .select-light.select-lightFocus,
        header div.location-select form.location-select #location_chosen a.chosen-single.select-lightHover,
        header div.location-select form.location-select #location_chosen a.chosen-single.select-lightFocus {
          background: #367c7c; }
  header form.year-select {
    position: relative;
    top: 10px;
    width: 80px;
    margin: 0 10px; }
    @media screen and (max-width: 1100px) {
      header form.year-select {
        top: 7px; } }
    header form.year-select .select-light {
      display: inline-block;
      padding: 11px 14px 6px;
      color: #fff;
      font: 16px/18px "proxima nova";
      border-radius: 3px;
      width: auto;
      min-width: 70px;
      cursor: pointer; }
      header form.year-select .select-light::after {
        position: absolute;
        top: 14px;
        right: 15px;
        content: "";
        background: url(/assets/icons-45cce7e7ee21fa6219a45ea6b06fdab2c90172e9f7e034deba92ecd18497f1d1.png) no-repeat 0 -4008px;
        width: 12px;
        height: 9px;
        opacity: 0.4; }
      header form.year-select .select-light.select-lightHover, header form.year-select .select-light.select-lightFocus {
        background: #367c7c; }
  header .userbar {
    float: right;
    position: relative;
    top: 11px;
    padding: 0 10px;
    border-radius: 3px;
    width: auto; }
    @media screen and (max-width: 1100px) {
      header .userbar {
        top: 7px; } }
    header .userbar:hover {
      background: #367c7c; }
      header .userbar:hover .user-info {
        display: block; }
    header .userbar .username {
      vertical-align: middle;
      color: #fff;
      font: 16px/18px "proxima nova";
      padding: 0 15px 0 15px; }
      @media screen and (max-width: 1100px) {
        header .userbar .username {
          padding: 0 20px 0 10px; } }
    header .userbar .user-info {
      display: none;
      position: absolute;
      width: 100%;
      z-index: 2;
      right: 0;
      top: 39px;
      background-color: #fff;
      border-radius: 2px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); }
      header .userbar .user-info .user-info-inner {
        padding: 28px 0 10px; }
        header .userbar .user-info .user-info-inner a {
          font: 16px/18px "proxima_novasemibold";
          margin-bottom: 15px;
          color: #323c3c;
          padding: 0 20px;
          text-transform: none; }
          header .userbar .user-info .user-info-inner a.settings-link {
            padding-bottom: 15px;
            padding-top: 25px;
            border-bottom: 1px solid #e5e5e5; }
          header .userbar .user-info .user-info-inner a.logout {
            padding-top: 25px;
            border-top: 1px solid #e5e5e5; }
          header .userbar .user-info .user-info-inner a:hover {
            text-decoration: underline; }
      header .userbar .user-info:after {
        content: "";
        display: block;
        width: 100%;
        height: 20px;
        position: absolute;
        top: -20px;
        left: 0; }
  header .userbar:only-of-type {
    border: 0; }
  header .userbar:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid rgba(255, 255, 255, 0.4);
    position: absolute;
    right: 15px;
    top: 1px; }
  header .userbar:only-of-type {
    padding-left: 0;
    margin-left: 0; }
  header .userbar:only-of-type:before {
    display: none; }
  header .userpic {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.2) url(/assets/userpic-6f8842767102ffb0f3948d092d5522c150ff1526981a9e5c20da7af0521fcfbd.png) no-repeat 50% 50%;
    border-radius: 50%; }

.hasCustomSelect {
  cursor: pointer; }

.separator {
  height: 1px;
  border: 0;
  background-color: #ccc; }

.search-field {
  width: 100%;
  border: 0;
  padding-left: 28px;
  font-size: 15px;
  background: #fff url(/assets/search-954dfc9d318306838ed437081c0fe03099f5d82fc3bb1565636f0309ee6e1a8e.svg) no-repeat 0 50%; }

/* headers */
h2 {
  margin: 0 0 30px;
  font: 38px "proxima nova bold", sans-serif; }

.thin-header {
  font: 16px "proxima nova light", sans-serif;
  color: #777; }

.thin-header.light {
  color: #fff;
  border-bottom: 2px solid;
  margin-bottom: 0; }

a.forgot-password-link {
  font-size: 16px !important;
  margin-top: 4px;
  color: #fff; }

.maxlist-more {
  margin: 0;
  padding: 10px; }
  .maxlist-more a {
    font: 15px/16px "proxima nova";
    color: #418c8c;
    padding: 10px; }

.modal-dialog {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 10; }

.modal.fade .modal-dialog {
  transition: top 0.4s ease-out;
  transform: translate(0, -50%);
  top: 0; }

.modal.in .modal-dialog {
  transform: translate(0, -50%);
  top: 50%; }

div.dashboard-index {
  position: absolute;
  height: 100%;
  width: 75%;
  left: 25%;
  background: white; }

li#user-box {
  float: right !important; }

.search-organization {
  width: 100%;
  border: 0;
  padding: 10px 0 10px 110px;
  font-size: 15px;
  background: transparent url(/assets/search_grey-c7181a2f83df5f9b41824d40ae4aac90f20a96c9d19e5e85f9db42b40254d9f4.svg) no-repeat 80px 20px;
  border-bottom: 1px solid #a7acac;
  color: #a7acac; }
  .search-organization input {
    color: #a7acac;
    width: 95%;
    background: transparent;
    border: 1px solid #a7acac;
    border-radius: 5px;
    padding: 5px; }
    .search-organization input *:focus {
      outline: none; }

li.regions-selector {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 7px; }
  li.regions-selector div.user-box div.region-name {
    display: inline-block;
    height: 30px;
    color: #fff;
    font: 16px/18px "proxima nova";
    border-radius: 3px;
    width: auto;
    min-width: 200px;
    max-width: 250px;
    cursor: pointer;
    background: none;
    border: none;
    box-shadow: none;
    text-transform: none;
    letter-spacing: 1px; }

.unsubscribe-email-modal {
  padding: 15px 0 0 0;
  text-align: center; }

.unsubscribe-email-button {
  padding: 0 15px 15px 15px;
  text-align: right; }

.resubscribe-link {
  font-weight: 800 !important; }
/*==========Fonts variables==========*/
.nav-tabs a {
  color: #000; }

#location-name {
  margin-left: 20px; }

div.revenue-categories-overrides {
  width: 1100px; }

div.col-md-10 .chosen-container {
  width: 640px !important; }

div.col-md-8 .chosen-container {
  width: 512px !important; }

.settings {
  padding: 10px 140px;
  background: white; }
  .settings .sub-nav-links {
    height: 70px !important; }
  .settings nav ul {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%; }
    .settings nav ul li a {
      display: block;
      outline: none;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 1.5px;
      padding: 20px 20px 16px 0px;
      color: #418c8c; }
      @media screen and (max-width: 1100px) {
        .settings nav ul li a {
          padding: 10px 10px 16px; } }
    .settings nav ul li.active {
      text-decoration: none;
      font-weight: bold; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  width: 325px !important;
  font-size: 15px !important;
  height: 25px !important;
  margin-left: 15px !important; }

img.facebook {
  width: 32px; }

img.cc_logo {
  width: 135px; }

div.recalculate-values {
  width: 1100px; }
  div.recalculate-values a.btn-recalculate {
    background-color: #418c8c;
    color: ghostwhite;
    margin-bottom: 20px;
    margin-top: 20px; }
  div.recalculate-values a.btn-white {
    background-color: white !important; }

div.button-wrapper a.btn-white {
  background-color: white !important; }

.panel-title-links {
  float: right;
  font-size: 0.9em; }

.text-red {
  color: #f00; }

.text-green {
  color: green; }

.ta-center {
  text-align: center; }

div.admin-referral-keywords {
  width: 900px; }

div.admin-referral-keyword-links {
  position: relative;
  float: right;
  width: 430px; }
  div.admin-referral-keyword-links a {
    margin-right: 10px; }

div.admin-referral-categories,
div#mindbody-referral-categories {
  width: 900px; }

div.admin-referral-category-links {
  position: relative;
  float: right;
  width: 100px; }
  div.admin-referral-category-links a {
    margin-right: 10px; }

div.referral-categories-block-with-buttons {
  position: relative;
  left: 20px; }

div.referral-keywords-block-with-buttons {
  position: relative;
  left: 20px; }

h4#admin-referral-categories-title {
  position: relative;
  left: 40px;
  top: 25px;
  margin-bottom: 20px; }

h4#admin-referral-keywords-title {
  position: relative;
  left: 40px;
  top: 25px;
  margin-bottom: 20px; }

div.mindbody-referral-categories-buttons a:nth-child(1) {
  margin-top: 20px;
  margin-bottom: -15px; }

div.mindbody-referral-categories-buttons a {
  background-color: #418c8c;
  color: ghostwhite; }

.new-fb-profile-suggestion {
  color: red; }

label.control-label {
  font-weight: bold; }

.modal-header.revenue-category-header {
  background-color: #63a3a3; }
  .modal-header.revenue-category-header h4 {
    color: #ffffff; }

.transparency-tooltip + .tooltip > .tooltip-inner {
  opacity: 0.7; }

.edit-revenue-category .modal-content,
.new-revenue-category .modal-content {
  min-width: 700px; }

.edit-revenue-category .modal-body,
.new-revenue-category .modal-body {
  min-width: 700px; }

.location-form label.control-label,
.edit_organization label.control-label {
  text-transform: none; }

.revenue-categories-overriding img {
  max-width: 30%;
  margin-bottom: 6px; }

span.merged-products-tooltip + div.tooltip > div.tooltip-inner {
  min-width: 550px;
  max-width: 100%;
  text-align: left; }

h3.net-new-members + div.tooltip > div.tooltip-inner {
  min-width: 350px;
  max-width: 100%;
  text-align: left; }

.panel-group .panel {
  margin-bottom: 5px; }

.main-nav li {
  display: inline-flex; }

.main-nav.settings-menu {
  margin-bottom: 40px; }
  .main-nav.settings-menu .tabs__tab {
    flex: 1; }

.gds-head {
  background-color: #f5f5f5;
  border-color: #ddd;
  border-bottom: 0;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.gds-table {
  width: 1080px;
  margin: auto; }

.btn-plain {
  margin-left: 10px;
  background-color: #8fc447;
  color: white;
  box-shadow: inset 0px 1px 0px #8fc447, 0px 2px 0px 0px #374d19, 0px 5px 3px #999; }
/* spaces */
.ptn, .pvn, .pan {
  padding-top: 0px; }

.pts, .pvs, .pas {
  padding-top: 10px; }

.ptm, .pvm, .pam {
  padding-top: 20px; }

.ptl, .pvl, .pal {
  padding-top: 40px; }

.prn, .phn, .pan {
  padding-right: 0px; }

.prs, .phs, .pas {
  padding-right: 10px; }

.prm, .phm, .pam {
  padding-right: 20px; }

.prl, .phl, .pal {
  padding-right: 40px; }

.pbn, .pvn, .pan {
  padding-bottom: 0px; }

.pbs, .pvs, .pas {
  padding-bottom: 10px; }

.pbm, .pvm, .pam {
  padding-bottom: 20px; }

.pbl, .pvl, .pal {
  padding-bottom: 40px; }

.pln, .phn, .pan {
  padding-left: 0px; }

.pls, .phs, .pas {
  padding-left: 10px; }

.plm, .phm, .pam {
  padding-left: 20px; }

.pll, .phl, .pal {
  padding-left: 40px; }

.mtn, .mvn, .man {
  margin-top: 0px; }

.mts, .mvs, .mas {
  margin-top: 10px; }

.mtm, .mvm, .mam {
  margin-top: 20px; }

.mtl, .mvl, .mal {
  margin-top: 40px; }

.mrn, .mhn, .man {
  margin-right: 0px; }

.mrs, .mhs, .mas {
  margin-right: 10px; }

.mrm, .mhm, .mam {
  margin-right: 20px; }

.mrl, .mhl, .mal {
  margin-right: 40px; }

.mbn, .mvn, .man {
  margin-bottom: 0px; }

.mbs, .mvs, .mas {
  margin-bottom: 10px; }

.mbm, .mvm, .mam {
  margin-bottom: 20px; }

.mbl, .mvl, .mal {
  margin-bottom: 40px; }

.mln, .mhn, .man {
  margin-left: 0px; }

.mls, .mhs, .mas {
  margin-left: 10px; }

.mlm, .mhm, .mam {
  margin-left: 20px; }

.mll, .mhl, .mal {
  margin-left: 40px; }
.unsubscribe-message {
  width: 1360px;
  height: 368px;
  margin: -20px 0 0 -240px; }

.session-field {
  border: 0;
  width: 100%;
  padding: 10px 16px;
  margin-bottom: -2px;
  border: 2px solid #ddd;
  transition: all 0.2s ease-out; }

.btn-session {
  width: 100%;
  padding: 10px 20px;
  border: 2px solid #60a3a4;
  background-color: #60a3a4;
  color: #fff;
  transition: all 0.2s ease-out; }

.btn-session:hover {
  opacity: 0.9; }

.option-link {
  float: right;
  margin-top: 4px;
  font-size: 12px; }
span.admin-label {
  float: right;
  color: #ff0000; }

span.braintree-label {
  float: right;
  color: darkblue; }

#user-settings a.delete-user {
  color: #fff; }
.mindbody-site-checkbox li {
  padding-left: 15px; }

.mindbody-site-checkbox .search-query {
  width: 220px;
  padding-left: 35px;
  font: 16px/18px "proxima nova"; }

.mindbody-site-checkbox .glyphicon-search {
  color: #ccc;
  font-size: 20px;
  top: -27px;
  left: 5px; }

.delete-user-header {
  background-color: #d9534f; }
  .delete-user-header h4 {
    color: #ffffff; }

.edit-user .modal-body {
  height: 430px; }

#md .settings .btn-default.admin {
  color: #333;
  background-color: #fff;
  border-radius: 4px; }

#md .settings .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  float: right;
  margin: 12px 15px 0px 3px; }

#md .settings .btn-success {
  color: #000;
  border-color: #08982b;
  float: right;
  margin: 12px 3px 0px 3px; }

.user-actions a:hover {
  cursor: pointer; }

.name-row {
  background-color: #d6d6d6;
  color: black;
  margin-top: -10px;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 17px; }

.name-row .login-as {
  font-size: 14px;
  cursor: pointer; }

.name-row h1 {
  float: left;
  padding-left: 15px;
  font-size: 18px; }

.name-row ul {
  float: left; }

.name-row ul li {
  float: left; }

.panel-group .panel {
  margin-bottom: 20px; }

.controls.password-field {
  position: relative; }
  .controls.password-field .eye_icon {
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    right: 10px;
    background: #fff url(/assets/svg/hidePassword-314831eb5fb8805c28c0a6eec99515afaf04f178b1a39205cdf7af16aed08798.svg) no-repeat 100%;
    background-position: center;
    background-size: contain; }
  .controls.password-field .eye_icon.show-password {
    background: #fff url(/assets/svg/showPassword-e8fdbe0755fa956c4a2d1865c8d3df605ac3f27fa123316a60dcd4b35a3cf094.svg) no-repeat 100%;
    background-position: center;
    background-size: contain; }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *






 *TODO *= require dataTables/jquery.dataTables


























 */
html {
  scroll-behavior: smooth; }

div.alert {
  position: fixed;
  top: 0;
  z-index: 1031;
  text-align: center;
  width: 100%; }

.btn-primary {
  background-color: #63a3a3; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary[disabled] {
  background-color: #63a3a3;
  border-color: #357ebd; }

div.alert {
  text-align: center; }

a.privacy-policy {
  position: relative;
  top: 30px; }

.block-with-buttons {
  text-align: left; }

.block-with-buttons-right {
  text-align: right; }

.info-message p,
#password-error p {
  padding: 15px; }

div.expired-user-info {
  width: 720px;
  height: 368px;
  position: absolute;
  left: 50%;
  top: 35%;
  margin: -210px 0 0 -360px;
  word-wrap: normal;
  text-align: center;
  font-size: 18pt; }
  div.expired-user-info span.trial-end-header {
    font-size: 30pt;
    font-weight: bold; }

.space-top {
  margin-top: 30px; }

.tooltip-inner {
  min-width: 120px; }

span.light-blue {
  color: rgba(44, 61, 147, 0.7); }

span.dark-blue {
  color: #2c3d93; }

li.ui-state-active a,
li.ui-tabs-active a {
  background-color: #63a3a3;
  color: #fff !important; }

* {
  scrollbar-color: #88bb4a #24262c; }
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
.privacy-page {
  width: 1200px;
  margin: 0 auto;
  padding: 50px;
  background: #1a1c22;
  color: #ccc; }

* {
  transition: background-color 0.5s; }

#md {
  /*When 1 location selected reset alignment for 3rd th and its table data from left*/
  background-color: #262931;
  font-family: "Open Sans", sans-serif !important;
  -webkit-font-smoothing: antialiased; }
  #md input:focus {
    outline: none; }
  #md a {
    color: #6f7178;
    font-weight: 300;
    text-decoration: none !important; }
    #md a:hover {
      text-decoration: underline; }
    #md a:focus {
      outline: none; }
  #md span.glyphicon.gray {
    color: #6f7178 !important; }
  #md .google-visualization-tooltip {
    z-index: 100; }
  #md .recharts-tooltip-wrapper {
    z-index: 2; }
  #md.light .signin .inner .form-inner {
    background-color: #5b6578; }
    #md.light .signin .inner .form-inner form input::-webkit-input-placeholder {
      color: white; }
    #md.light .signin .inner .form-inner form input:-moz-placeholder {
      color: white; }
    #md.light .signin .inner .form-inner form input::-moz-placeholder {
      color: white; }
    #md.light .signin .inner .form-inner form input:-ms-input-placeholder {
      color: white; }
    #md.light .signin .inner .form-inner form .privacy-policy,
    #md.light .signin .inner .form-inner form .mtm .option-link {
      color: white; }
  #md.light .signin .inner .mbl .sub-title {
    color: black; }
  #md .btn-session {
    font-weight: bold; }
  #md .signin {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20vh; }
    #md .signin .mobile-app {
      width: 600px;
      position: relative;
      top: 10%;
      margin: 0 auto;
      left: -15%; }
      #md .signin .mobile-app p {
        color: white;
        padding-bottom: 15px; }
      #md .signin .mobile-app .btn-session {
        width: 188px;
        height: 43px;
        border-radius: 25px;
        color: #30343d;
        border: none;
        background-color: #befb06;
        text-decoration: none;
        font-weight: bold;
        margin-left: 15px; }
    #md .signin .middle {
      display: table-cell;
      vertical-align: middle; }
    #md .signin .inner .mbl {
      display: inline-block;
      width: 178px;
      height: 40px;
      margin: 0 auto; }
      #md .signin .inner .mbl .sub-title {
        color: white;
        padding-top: 25px;
        font-size: 18px; }
    #md .signin .inner .form-inner {
      width: 374px;
      height: 434px;
      margin: 0 auto;
      background-color: #30343d;
      margin-top: 97px; }
      #md .signin .inner .form-inner .org-list {
        max-height: 433px;
        overflow: auto; }
        #md .signin .inner .form-inner .org-list li a {
          color: white; }
      #md .signin .inner .form-inner form {
        width: 261px;
        margin: 0 auto;
        padding-top: 120px;
        color: white;
        font-weight: 300; }
        #md .signin .inner .form-inner form.button_to {
          padding-top: 25px; }
        #md .signin .inner .form-inner form input {
          margin-bottom: 30px; }
          #md .signin .inner .form-inner form input:last-of-type {
            margin: 0; }
          #md .signin .inner .form-inner form input::-webkit-input-placeholder {
            color: #6f7178; }
          #md .signin .inner .form-inner form input:-moz-placeholder {
            /* Firefox 18- */
            color: #6f7178; }
          #md .signin .inner .form-inner form input::-moz-placeholder {
            /* Firefox 19+ */
            color: #6f7178; }
          #md .signin .inner .form-inner form input:-ms-input-placeholder {
            color: #6f7178; }
        #md .signin .inner .form-inner form #user_email {
          background: url(/assets/email_field_icon-9fc72dcce4384321a8cacf408ea58a07ff90ac6fca70cd08f3732afe835407c4.gif) no-repeat 0 7px; }
        #md .signin .inner .form-inner form #user_password {
          background: url(/assets/password_field_icon-1469bec8a197a7e8b8db0b7ddc9123d1b90387a8c169d1c07a2dbbfe2ac3a6be.gif) no-repeat 0 7px; }
        #md .signin .inner .form-inner form .btn-session {
          width: 188px;
          height: 43px;
          border-radius: 25px;
          color: #30343d;
          border: none;
          background-color: #befb06; }
          #md .signin .inner .form-inner form .btn-session:disabled {
            background-color: #dddddd; }
        #md .signin .inner .form-inner form .session-field {
          background: none;
          border-top: none;
          border-left: none;
          border-right: none;
          border-bottom: 1px solid #6f7178;
          padding-left: 40px; }
        #md .signin .inner .form-inner form .session-field.verification {
          padding-left: 0;
          padding-right: 0;
          text-align: center; }
        #md .signin .inner .form-inner form .mtm {
          margin-top: 50px;
          font-weight: 700; }
          #md .signin .inner .form-inner form .mtm .option-link {
            position: relative;
            top: 14px;
            font-size: 12px;
            text-align: center;
            display: inherit; }
        #md .signin .inner .form-inner form .forgot-password-link {
          border: none;
          background: none;
          color: #6f7178;
          margin: 0 auto;
          width: 250px; }
  #md .signin-legal {
    color: #66686f;
    padding: 15px 0 0 0; }
    #md .signin-legal a {
      font-weight: bold; }
  #md.light .navbar-fixed-top .main-header {
    background-color: #5b6578; }
  #md.light .navbar-fixed-top .logo-wrapper .ikizmet {
    border-right: 1px solid #6c7586; }
  #md.light .navbar-fixed-top .main-nav .location-select .chosen-single:before {
    background: url(/assets/md/dashboard-location-pin-light-7b33943cca1fee4ff8518fbb148bfa34e2fe587ce166880c2d4348cec41defa6.png); }
  #md.light .user .user-menu {
    background-color: white;
    color: #353942;
    box-shadow: 0 4px 50px 0 rgba(53, 57, 66, 0.3); }
    #md.light .user .user-menu input.ios8-switch[type="checkbox"] {
      position: absolute;
      margin: 8px 0 0 16px;
      display: none; }
    #md.light .user .user-menu input.ios8-switch[type="checkbox"] + label {
      position: absolute;
      padding: 5px 0 0 50px;
      line-height: 2.0em;
      right: 0;
      top: 56px;
      cursor: pointer; }
    #md.light .user .user-menu input.ios8-switch[type="checkbox"] + label:before {
      content: "";
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      width: 50px;
      /* x*5 */
      height: 24px;
      /* x*3 */
      border-radius: 16px;
      /* x*2 */
      background: #eaedf1;
      border: 1px solid #b0bacf;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    #md.light .user .user-menu input.ios8-switch[type="checkbox"] + label:after {
      content: "";
      position: absolute;
      display: block;
      left: 3px;
      top: 2px;
      width: 19px;
      /* x*3 */
      height: 19px;
      /* x*3 */
      border-radius: 16px;
      /* x*2 */
      background: white;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    #md.light .user .user-menu input.ios8-switch[type="checkbox"] + label:hover:after {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
    #md.light .user .user-menu input.ios8-switch[type="checkbox"]:checked + label:after {
      margin-left: 24px;
      background: #8fc447; }
    #md.light .user .user-menu .avatar-upload__title .back svg {
      fill: black; }
    #md.light .user .user-menu .user-menu__list .theme-toggle__icon path {
      stroke: #353942;
      stroke-width: 1.12; }
    #md.light .user .user-menu .user-menu__list .theme-toggle__icon-sun path {
      fill: #353942; }
    #md.light .user .user-menu .user-menu__list li {
      border-top-color: rgba(0, 0, 0, 0.05); }
      #md.light .user .user-menu .user-menu__list li a {
        color: #353942; }
        #md.light .user .user-menu .user-menu__list li a:hover {
          background-color: #ebebeb; }
  #md .navbar-top {
    display: flex;
    align-items: center;
    width: 1350px;
    margin: 0 auto;
    position: relative;
    height: 70px; }
    #md .navbar-top__logo {
      margin-right: 32px; }
      #md .navbar-top__logo .studio {
        padding: 15px 0 0 10px;
        max-width: 140px;
        float: right;
        color: white; }
    #md .navbar-top .last-update-info {
      color: #9a9a9a;
      font-size: 13px;
      padding-left: 10px; }
      #md .navbar-top .last-update-info.inProgress {
        color: red; }
    #md .navbar-top .main-nav ul {
      margin-bottom: 0; }
    #md .navbar-top .main-nav .regions-locations-wrapper {
      padding-bottom: 12px;
      display: flex;
      opacity: 0;
      transition: all 1s; }
    #md .navbar-top .main-nav .userbar {
      padding-right: 0;
      min-width: 100px; }
      #md .navbar-top .main-nav .userbar .username {
        text-align: right; }
      #md .navbar-top .main-nav .userbar:after {
        border: none; }
      #md .navbar-top .main-nav .userbar:hover {
        background: #8fc447; }
    #md .navbar-top .main-nav .chosen-container.chosen-container-active {
      background: #8fc447 !important;
      color: #323c3c; }
    #md .navbar-top .main-nav .location-select .chosen-container {
      width: auto !important; }
    #md .navbar-top .main-nav .location-select ul.chosen-results li.highlighted {
      background: none;
      text-decoration: underline;
      color: #323c3c; }
    #md .navbar-top .main-nav .location-select .chosen-single {
      padding: 11px 14px 6px 30px;
      min-width: 160px;
      max-width: 650px; }
      #md .navbar-top .main-nav .location-select .chosen-single:before {
        background: url(/assets/md/dashboard-location-pin-22dba1a10bb00a4fccbf727734cbae061c978ba39504007b2684935707463da3.png);
        background-repeat: no-repeat !important;
        background-position: 10px !important;
        opacity: 1; }
      #md .navbar-top .main-nav .location-select .chosen-single:after {
        background: url(/assets/md/dropdown-carrot-8f513bcabe4065abd36258676681975893708778d47f3fcb48608c224fbfa3f3.gif);
        background-repeat: no-repeat;
        background-position: 0;
        opacity: 1; }
    #md .navbar-top .main-nav .userbar .user-info .user-info-inner a {
      font: 15px/16px "proxima nova";
      color: #323c3c;
      letter-spacing: normal; }
    #md .navbar-top .main-nav.main-page-nav {
      height: 70px;
      padding-bottom: 10px;
      padding-left: 25px;
      top: 0; }
    #md .navbar-top .change-company .btn-primary {
      background-color: transparent;
      border: solid 1px #323c3c;
      color: #323c3c; }
    @media screen and (max-width: 1100px) {
      #md .navbar-top .regions-locations-wrapper {
        padding-bottom: 6px; } }
    #md .navbar-top .regions-locations-wrapper .regions-selector,
    #md .navbar-top .regions-locations-wrapper .location-select {
      padding-top: 6px; }
    #md .navbar-top .regions-locations-wrapper .locations-selector {
      margin-left: 8px;
      z-index: 0; }
      #md .navbar-top .regions-locations-wrapper .locations-selector li {
        margin-top: 0; }
    #md .navbar-top .regions-locations-wrapper .regions-selector {
      z-index: 1;
      margin: 0; }
      #md .navbar-top .regions-locations-wrapper .regions-selector li {
        margin-top: 0; }
      #md .navbar-top .regions-locations-wrapper .regions-selector .user-box {
        padding-left: 15px; }
      #md .navbar-top .regions-locations-wrapper .regions-selector .username {
        min-width: 120px;
        text-align: left; }
        #md .navbar-top .regions-locations-wrapper .regions-selector .username:before {
          content: "";
          background: url(/assets/md/glob-icon-109d0f568132111d19bd79d3e271c580f4989613e499049ad5d16e866c6b884a.png);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: 0px 0px;
          width: 17px;
          height: 17px;
          position: absolute;
          left: 6px;
          top: 4px; }
      #md .navbar-top .regions-locations-wrapper .regions-selector .user-info {
        min-width: 200px;
        left: 0; }
  #md #user-box-wrapper {
    z-index: 162;
    transition: all 1s; }
  #md .user {
    position: relative;
    margin-left: auto;
    color: white; }
    #md .user.active {
      z-index: 163;
      overflow: visible; }
    #md .user .username {
      cursor: pointer;
      position: relative; }
      #md .user .username .user-avatar {
        max-width: 40px;
        height: 40px;
        border-radius: 50px;
        object-fit: cover;
        cursor: pointer;
        position: relative; }
    #md .user .user-menu {
      position: absolute;
      width: 280px;
      height: auto;
      border-radius: 4px;
      background-color: #1a1c22;
      box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.5);
      transition: max-height 0.5s, opacity 0.5s, height 0.5s;
      right: 0; }
      #md .user .user-menu input.ios8-switch[type="checkbox"] {
        position: absolute;
        margin: 8px 0 0 16px;
        display: none; }
      #md .user .user-menu input.ios8-switch[type="checkbox"] + label {
        position: absolute;
        padding: 5px 0 0 50px;
        line-height: 2.0em;
        right: 0;
        top: 56px;
        cursor: pointer; }
      #md .user .user-menu.light input.ios8-switch[type="checkbox"] + label:before {
        background: #eaedf1 !important; }
      #md .user .user-menu input.ios8-switch[type="checkbox"] + label:before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: 50px;
        /* x*5 */
        height: 24px;
        /* x*3 */
        border-radius: 16px;
        /* x*2 */
        background: #353942;
        border: 1px solid #5b606a;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      #md .user .user-menu input.ios8-switch[type="checkbox"] + label:after {
        content: "";
        position: absolute;
        display: block;
        left: 3px;
        top: 2px;
        width: 19px;
        /* x*3 */
        height: 19px;
        /* x*3 */
        border-radius: 16px;
        /* x*2 */
        background: white;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      #md .user .user-menu input.ios8-switch[type="checkbox"] + label:hover:after {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
      #md .user .user-menu input.ios8-switch[type="checkbox"]:checked + label:after {
        margin-left: 24px;
        background: #8fc447; }
      #md .user .user-menu__content {
        display: none; }
      #md .user .user-menu__info {
        display: flex;
        align-items: center;
        padding: 18px 16px; }
        #md .user .user-menu__info .avatar {
          margin-right: 12px; }
          #md .user .user-menu__info .avatar img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer; }
        #md .user .user-menu__info .full-name,
        #md .user .user-menu__info .email {
          width: 196px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        #md .user .user-menu__info .full-name {
          font-size: 16px;
          font-weight: 700; }
        #md .user .user-menu__info .email {
          font-size: 14px;
          font-weight: 400;
          opacity: 0.7; }
      #md .user .user-menu ul {
        margin-bottom: 0; }
      #md .user .user-menu .user-menu__list li {
        border-top: 1px solid rgba(255, 255, 255, 0.1); }
        #md .user .user-menu .user-menu__list li:first-of-type {
          padding: 14px 16px; }
        #md .user .user-menu .user-menu__list li a {
          display: block;
          padding: 14px 16px;
          color: white;
          font-weight: 400; }
          #md .user .user-menu .user-menu__list li a:hover {
            background-color: rgba(255, 255, 255, 0.1); }
      #md .user .user-menu .user-menu__list .theme-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #md .user .user-menu .user-menu__list .theme-toggle__main {
          display: flex;
          align-items: center; }
        #md .user .user-menu .user-menu__list .theme-toggle__checkbox {
          margin: 0 6px; }
          #md .user .user-menu .user-menu__list .theme-toggle__checkbox label {
            left: 0 !important; }
        #md .user .user-menu .user-menu__list .theme-toggle__icon {
          display: flex; }
      #md .user .user-menu .avatar-upload {
        display: none;
        padding: 15px; }
        #md .user .user-menu .avatar-upload__btns {
          display: flex;
          justify-content: center; }
        #md .user .user-menu .avatar-upload__title {
          display: flex;
          margin-bottom: 25px; }
          #md .user .user-menu .avatar-upload__title .title {
            font-size: 20px;
            font-family: "Open Sans", sans-serif; }
          #md .user .user-menu .avatar-upload__title .back {
            display: flex;
            cursor: pointer; }
            #md .user .user-menu .avatar-upload__title .back svg {
              width: 15px;
              margin-right: 10px;
              transform: rotate(180deg);
              fill: white; }
        #md .user .user-menu .avatar-upload__preview {
          display: flex;
          justify-content: center;
          margin-bottom: 25px; }
          #md .user .user-menu .avatar-upload__preview img {
            width: 200px;
            height: 200px;
            border-radius: 50%; }
      #md .user .user-menu__content.is-active,
      #md .user .user-menu .avatar-upload.is-active {
        display: block; }
      #md .user .user-menu .loading-overlay {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background: black;
        top: 0;
        left: 0;
        z-index: 10;
        opacity: 0.8; }
        #md .user .user-menu .loading-overlay p {
          position: relative;
          text-align: center;
          top: 175px; }
      #md .user .user-menu.active {
        max-height: 950px;
        opacity: 1; }
      #md .user .user-menu button {
        background: transparent;
        border: 1px solid #8fc447;
        border-radius: 20px;
        height: 40px;
        color: #8fc447;
        margin-right: 10px;
        min-width: 110px; }
  #md header {
    height: 70px; }
    #md header .userbar .user-info .user-info-inner {
      max-height: 300px;
      overflow-y: scroll; }
  #md .return-to-dashboard {
    position: relative;
    top: -74px;
    z-index: 100;
    margin: 0 auto;
    width: 189px;
    right: 580px; }
  #md.light .sub-nav-wrapper {
    background-color: #ffffff; }
    #md.light .sub-nav-wrapper .sub-nav-links .last-imported-callout {
      color: #6f7077; }
    #md.light .sub-nav-wrapper .sub-nav-links .arrow-icon1.active {
      border: 1px solid #6f7077; }
      #md.light .sub-nav-wrapper .sub-nav-links .arrow-icon1.active::after {
        margin-top: 0;
        margin-bottom: 7px !important;
        margin-left: 10px !important;
        border-bottom: 2px solid #6f7077;
        border-top: none;
        border-right: 2px solid #6f7077; }
    #md.light .sub-nav-wrapper .sub-nav-links .side-nav-item.active a {
      color: #6f7077; }
    #md.light .sub-nav-wrapper .sub-nav-links .nav .links-wrapper {
      background-color: #5b6578 !important; }
      #md.light .sub-nav-wrapper .sub-nav-links .nav .links-wrapper::after {
        border-bottom: 13px solid #58657a !important; }
    #md.light .sub-nav-wrapper .sub-nav-links .nav ul li.active a {
      color: #8792a0; }
      #md.light .sub-nav-wrapper .sub-nav-links .nav ul li.active a:hover {
        color: #8792a0; }
    #md.light .sub-nav-wrapper .sub-nav-links .nav ul li a {
      color: #b7b7b7; }
    #md.light .sub-nav-wrapper .sub-nav-links .nav ul a:hover {
      color: white;
      text-decoration: none !important; }
    #md.light .sub-nav-wrapper .sub-nav-links .welcome p {
      color: #3a3d45; }
    #md.light .sub-nav-wrapper .sub-nav-links2 {
      background-color: transparent;
      height: 56px;
      width: 911px;
      margin: 64px auto 0 auto;
      padding: 3px;
      position: relative; }
      #md.light .sub-nav-wrapper .sub-nav-links2 .nav2 {
        float: left;
        padding-top: 5px;
        width: 835px;
        overflow: hidden;
        height: 50px;
        padding-left: 10px;
        position: relative;
        z-index: 97;
        margin-bottom: 0;
        list-style: none; }
      #md.light .sub-nav-wrapper .sub-nav-links2 .arrow2 {
        display: none;
        z-index: 100;
        left: 0px;
        float: right;
        top: 0px; }
  #md.light .sub-nav-wrapper #profileImageModule button {
    color: #8c8f96; }
  #md.light .sub-nav-wrapper #profileImageModule .configurator-container {
    background-color: #5b6578; }
    #md.light .sub-nav-wrapper #profileImageModule .configurator-container input.ios8-switch[type="checkbox"] {
      position: absolute;
      margin: 8px 0 0 16px;
      display: none; }
    #md.light .sub-nav-wrapper #profileImageModule .configurator-container input.ios8-switch[type="checkbox"] + label {
      position: absolute;
      padding: 5px 0 0 50px;
      line-height: 2.0em;
      right: 0;
      top: 56px;
      cursor: pointer; }
    #md.light .sub-nav-wrapper #profileImageModule .configurator-container input.ios8-switch[type="checkbox"] + label:before {
      content: "";
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      width: 50px;
      /* x*5 */
      height: 24px;
      /* x*3 */
      border-radius: 16px;
      /* x*2 */
      background: #eaedf1;
      border: 1px solid #b0bacf;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    #md.light .sub-nav-wrapper #profileImageModule .configurator-container input.ios8-switch[type="checkbox"] + label:after {
      content: "";
      position: absolute;
      display: block;
      left: 3px;
      top: 2px;
      width: 19px;
      /* x*3 */
      height: 19px;
      /* x*3 */
      border-radius: 16px;
      /* x*2 */
      background: white;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    #md.light .sub-nav-wrapper #profileImageModule .configurator-container input.ios8-switch[type="checkbox"] + label:hover:after {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
    #md.light .sub-nav-wrapper #profileImageModule .configurator-container input.ios8-switch[type="checkbox"]:checked + label:after {
      margin-left: 24px;
      background: #8fc447; }
    #md.light .sub-nav-wrapper #profileImageModule .configurator-container h4 {
      color: white !important; }
    #md.light .sub-nav-wrapper #profileImageModule .configurator-container .instructions,
    #md.light .sub-nav-wrapper #profileImageModule .configurator-container .drag {
      color: black; }
    #md.light .sub-nav-wrapper #profileImageModule .configurator-container::after {
      border-bottom: 13px solid #5b6578; }
  #md.light #monthSwitcher .DateInput_input {
    background-color: white;
    color: #6f7077;
    font-weight: 600; }
  #md .main-dash .sub-nav-wrapper {
    top: -135px; }
  #md .sub-nav-wrapper {
    background-color: #262931;
    z-index: 90; }
    #md .sub-nav-wrapper.no-bg {
      background: transparent; }
      #md .sub-nav-wrapper.no-bg .sub-nav-links .arrow-icon1.active {
        border: 1px solid #6f7178; }
        #md .sub-nav-wrapper.no-bg .sub-nav-links .arrow-icon1.active:after {
          border-bottom: 2px solid #6f7178;
          border-right: 2px solid #6f7178; }
      #md .sub-nav-wrapper.no-bg .sub-nav-links .side-nav-item.active a {
        color: #6f7178; }
        #md .sub-nav-wrapper.no-bg .sub-nav-links .side-nav-item.active a:hover {
          color: black;
          text-decoration: none !important; }
          #md .sub-nav-wrapper.no-bg .sub-nav-links .side-nav-item.active a:hover .right {
            border: 1px solid black; }
          #md .sub-nav-wrapper.no-bg .sub-nav-links .side-nav-item.active a:hover .right:after {
            border-top: 2px solid black;
            border-right: 2px solid black; }
    #md .sub-nav-wrapper .sub-nav-links {
      background-color: transparent;
      height: 154px;
      width: 1350px;
      margin-top: 10px;
      position: relative; }
      #md .sub-nav-wrapper .sub-nav-links .last-imported-callout {
        float: right;
        color: white; }
      #md .sub-nav-wrapper .sub-nav-links .arrow-icon1.active {
        border: 1px solid white; }
        #md .sub-nav-wrapper .sub-nav-links .arrow-icon1.active::after {
          margin-top: 0;
          margin-bottom: 7px !important;
          margin-left: 10px !important;
          border-bottom: 2px solid white;
          border-top: none;
          border-right: 2px solid white; }
      #md .sub-nav-wrapper .sub-nav-links .side-nav-item.active {
        position: absolute;
        list-style: none; }
        #md .sub-nav-wrapper .sub-nav-links .side-nav-item.active a {
          padding: 0px;
          font-size: 40px;
          margin-top: 5px;
          width: max-content;
          background: none;
          margin-bottom: 23px;
          box-shadow: none;
          color: white; }
          #md .sub-nav-wrapper .sub-nav-links .side-nav-item.active a:hover {
            text-decoration: none; }
          #md .sub-nav-wrapper .sub-nav-links .side-nav-item.active a .arrow-icon1 {
            width: 35px;
            height: 35px;
            margin-left: 8px;
            top: -3px;
            position: relative; }
            #md .sub-nav-wrapper .sub-nav-links .side-nav-item.active a .arrow-icon1::after {
              margin-top: 0;
              margin-bottom: 4px;
              margin-left: 8px;
              width: 12px;
              height: 12px; }
      #md .sub-nav-wrapper .sub-nav-links.short-nav {
        height: 140px; }
      #md .sub-nav-wrapper .sub-nav-links .arrow-nav {
        display: inline;
        vertical-align: unset;
        top: 0;
        left: 0; }
      #md .sub-nav-wrapper .sub-nav-links .welcome {
        float: left;
        padding-top: 45px;
        width: 100%;
        padding-left: 100px; }
        #md .sub-nav-wrapper .sub-nav-links .welcome p {
          color: #bcc5da;
          font-size: 25px;
          float: left;
          padding-left: 5px;
          padding-top: 23px;
          font-weight: 300;
          font-style: italic; }
        #md .sub-nav-wrapper .sub-nav-links .welcome .user-icon {
          max-width: 80px;
          border-radius: 80px;
          height: 80px;
          object-fit: cover;
          float: left; }
      #md .sub-nav-wrapper .sub-nav-links .nav {
        width: 330px;
        overflow: hidden;
        max-height: 5000px;
        padding-left: 5px;
        position: absolute;
        z-index: 97;
        height: 0;
        top: 50px;
        padding-top: 15px;
        transition: opacity 0.5s; }
        #md .sub-nav-wrapper .sub-nav-links .nav .links-wrapper {
          background-color: #353942;
          width: 310px;
          border-radius: 5px;
          overflow-y: scroll;
          max-height: 500px; }
        #md .sub-nav-wrapper .sub-nav-links .nav.active {
          height: 1000px;
          z-index: 177; }
          #md .sub-nav-wrapper .sub-nav-links .nav.active .links-wrapper {
            box-shadow: 0px 10px 21px -3px rgba(0, 0, 0, 0.75); }
            #md .sub-nav-wrapper .sub-nav-links .nav.active .links-wrapper::after {
              content: "";
              position: absolute;
              left: 38px;
              top: 3px;
              width: 0;
              height: 0;
              border-right: 10px solid transparent;
              border-bottom: 13px solid #353942;
              border-left: 10px solid transparent;
              clear: both; }
        #md .sub-nav-wrapper .sub-nav-links .nav ul {
          padding: 0;
          width: 330px; }
          #md .sub-nav-wrapper .sub-nav-links .nav ul li {
            font-size: 20px;
            padding: 9px 0 5px 14px; }
            #md .sub-nav-wrapper .sub-nav-links .nav ul li a {
              color: #8792a0; }
            #md .sub-nav-wrapper .sub-nav-links .nav ul li.active {
              padding: 0px;
              font-size: 40px;
              margin-top: 5px;
              width: max-content;
              background: none;
              margin-bottom: 23px;
              box-shadow: none; }
              #md .sub-nav-wrapper .sub-nav-links .nav ul li.active .arrow-icon1 {
                width: 35px;
                height: 35px; }
                #md .sub-nav-wrapper .sub-nav-links .nav ul li.active .arrow-icon1::after {
                  margin-top: 0;
                  margin-bottom: 4px;
                  margin-left: 8px;
                  width: 12px;
                  height: 12px; }
              #md .sub-nav-wrapper .sub-nav-links .nav ul li.active:first-child a {
                padding-bottom: 0; }
              #md .sub-nav-wrapper .sub-nav-links .nav ul li.active a {
                color: white; }
          #md .sub-nav-wrapper .sub-nav-links .nav ul a:hover {
            color: white;
            text-decoration: none !important; }
      #md .sub-nav-wrapper .sub-nav-links #dash-date-select {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: "";
        background: none;
        border: none;
        color: #9a9c9f;
        font-size: 18px;
        position: relative;
        left: 74px;
        top: 18px;
        outline: 0;
        background: url(/assets/md/dash-date-selector-3a9286cc277a7f7122025353c114fa9cf3a476a6ea0f58f120f6579730a2d3b2.gif);
        background-repeat: no-repeat;
        background-position: 86px 14px;
        width: 100px; }
      #md .sub-nav-wrapper .sub-nav-links .date-label {
        color: #9a9c9f;
        font-size: 18px;
        position: relative;
        top: 52px;
        left: 5px; }
    #md .sub-nav-wrapper .sub-nav-links2 {
      background-color: transparent;
      height: 56px;
      width: 911px;
      margin: 64px auto 0 auto;
      padding: 3px; }
      #md .sub-nav-wrapper .sub-nav-links2 .nav2 {
        float: left;
        padding-top: 5px;
        width: 835px;
        overflow: hidden;
        height: 50px;
        padding-left: 10px;
        position: relative;
        z-index: 97;
        margin-bottom: 0;
        list-style: none; }
      #md .sub-nav-wrapper .sub-nav-links2 .arrow2 {
        display: none;
        z-index: 100;
        left: 0px;
        float: right;
        top: 0px; }
    #md .sub-nav-wrapper #profileImageModule {
      position: absolute;
      left: 7px;
      top: 41px;
      z-index: 103; }
      #md .sub-nav-wrapper #profileImageModule.active {
        z-index: 100; }
      #md .sub-nav-wrapper #profileImageModule .configurator-container {
        min-height: 0px;
        opacity: 0;
        transition: min-height 0.5s, opacity 0.5s;
        position: relative;
        z-index: 100;
        color: white;
        text-align: center;
        background-color: #353942;
        border-radius: 5px;
        border: solid 1px #484b52;
        top: 91px;
        overflow: hidden; }
        #md .sub-nav-wrapper #profileImageModule .configurator-container input.ios8-switch[type="checkbox"] {
          position: absolute;
          margin: 8px 0 0 16px;
          display: none; }
        #md .sub-nav-wrapper #profileImageModule .configurator-container input.ios8-switch[type="checkbox"] + label {
          position: absolute;
          padding: 5px 0 0 50px;
          line-height: 2.0em;
          right: 0;
          top: 56px;
          cursor: pointer; }
        #md .sub-nav-wrapper #profileImageModule .configurator-container.light input.ios8-switch[type="checkbox"] + label:before {
          background: #eaedf1 !important; }
        #md .sub-nav-wrapper #profileImageModule .configurator-container input.ios8-switch[type="checkbox"] + label:before {
          content: "";
          position: absolute;
          display: block;
          left: 0;
          top: 0;
          width: 50px;
          /* x*5 */
          height: 24px;
          /* x*3 */
          border-radius: 16px;
          /* x*2 */
          background: #353942;
          border: 1px solid #5b606a;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
        #md .sub-nav-wrapper #profileImageModule .configurator-container input.ios8-switch[type="checkbox"] + label:after {
          content: "";
          position: absolute;
          display: block;
          left: 3px;
          top: 2px;
          width: 19px;
          /* x*3 */
          height: 19px;
          /* x*3 */
          border-radius: 16px;
          /* x*2 */
          background: white;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
        #md .sub-nav-wrapper #profileImageModule .configurator-container input.ios8-switch[type="checkbox"] + label:hover:after {
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
        #md .sub-nav-wrapper #profileImageModule .configurator-container input.ios8-switch[type="checkbox"]:checked + label:after {
          margin-left: 24px;
          background: #8fc447; }
        #md .sub-nav-wrapper #profileImageModule .configurator-container.active {
          opacity: 1;
          min-height: 600px;
          overflow: inherit; }
        #md .sub-nav-wrapper #profileImageModule .configurator-container::after {
          content: "";
          position: absolute;
          left: 31px;
          top: -13px;
          width: 0;
          height: 0;
          border-right: 10px solid transparent;
          border-bottom: 13px solid #353942;
          border-left: 10px solid transparent;
          clear: both; }
        #md .sub-nav-wrapper #profileImageModule .configurator-container .profile-image-wrapper p {
          text-align: center;
          width: 100%; }
        #md .sub-nav-wrapper #profileImageModule .configurator-container .profile-image-wrapper .preview-text {
          position: absolute;
          top: 25px; }
        #md .sub-nav-wrapper #profileImageModule .configurator-container .profile-image-wrapper .profile-image-preview {
          width: 350px;
          height: 350px;
          border-radius: 350px;
          object-fit: cover;
          position: absolute;
          left: 25px;
          top: 105px; }
        #md .sub-nav-wrapper #profileImageModule .configurator-container .profile-image-wrapper button {
          position: relative;
          top: 500px;
          background: transparent;
          border: 1px solid #8fc447;
          border-radius: 20px;
          min-width: 100px;
          padding: 0 10px;
          height: 40px;
          color: #8fc447;
          margin-right: 10px; }
          #md .sub-nav-wrapper #profileImageModule .configurator-container .profile-image-wrapper button.save-image {
            float: left;
            left: 80px; }
        #md .sub-nav-wrapper #profileImageModule .configurator-container .profile-image-wrapper .back {
          position: absolute;
          left: -133px;
          bottom: -33px;
          cursor: pointer;
          font-size: 18px;
          margin: 0;
          padding: 0; }
  #md #pageFilters {
    width: 1350px;
    margin: 0 auto;
    display: flex; }
    #md #pageFilters #monthSwitcher .select-wrapper {
      display: flex;
      flex-direction: column;
      position: relative;
      bottom: 20px; }
      #md #pageFilters #monthSwitcher .select-wrapper .offers-title {
        margin-bottom: 20px; }
      #md #pageFilters #monthSwitcher .select-wrapper p {
        color: #9a9c9f;
        font-size: 15px;
        position: relative;
        top: 15px; }
    #md #pageFilters #monthSwitcher .DateInput_input {
      border-bottom: 1px solid #353942 !important; }
    #md #pageFilters #revenueTypeFilter {
      margin-left: 15px; }
      #md #pageFilters #revenueTypeFilter .option input {
        display: none; }
      #md #pageFilters #revenueTypeFilter .option.selected {
        background-color: #262931; }
      #md #pageFilters #revenueTypeFilter .option {
        width: 100px; }
      #md #pageFilters #revenueTypeFilter .picky__input {
        height: 46px !important; }
      #md #pageFilters #revenueTypeFilter .picky__placeholder {
        width: 150px;
        padding: 0 20px 0 5px; }
      #md #pageFilters #revenueTypeFilter .select-wrapper {
        display: flex;
        flex-direction: column;
        position: relative;
        bottom: 20px; }
      #md #pageFilters #revenueTypeFilter .offers-title {
        margin-bottom: 20px; }
      #md #pageFilters #revenueTypeFilter p {
        color: #9a9c9f;
        font-size: 15px;
        position: relative;
        top: 15px; }
  #md .rc-slider {
    position: relative;
    height: 14px;
    padding: 5px 0;
    width: 440px;
    margin-left: 15px;
    border-radius: 6px;
    -ms-touch-action: none;
    touch-action: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  #md .rc-slider * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  #md .rc-slider-rail {
    position: absolute;
    width: 100%;
    background-color: #e9e9e9;
    height: 4px;
    border-radius: 6px; }
  #md .rc-slider-track {
    position: absolute;
    left: 0;
    height: 4px;
    border-radius: 6px;
    background-color: #abe2fb; }
  #md .rc-slider-handle {
    position: absolute;
    margin-left: -7px;
    margin-top: -5px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: grab;
    border-radius: 50%;
    border: solid 2px #96dbfa;
    background-color: #fff;
    -ms-touch-action: pan-x;
    touch-action: pan-x; }
  #md .rc-slider-handle:hover {
    border-color: #57c5f7; }
  #md .rc-slider-handle:active {
    border-color: #57c5f7;
    box-shadow: 0 0 5px #57c5f7;
    cursor: -webkit-grabbing;
    cursor: grabbing; }
  #md .rc-slider-handle:focus {
    border-color: #57c5f7;
    box-shadow: 0 0 0 5px #96dbfa;
    outline: none; }
  #md .rc-slider-mark {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    font-size: 12px; }
  #md .rc-slider-mark-text {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: #999; }
  #md .rc-slider-mark-text-active {
    color: #666; }
  #md .rc-slider-step {
    position: absolute;
    width: 100%;
    height: 4px;
    background: transparent; }
  #md .rc-slider-dot {
    position: absolute;
    bottom: -2px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border: 2px solid #e9e9e9;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle; }
  #md .rc-slider-dot-active {
    border-color: #96dbfa; }
  #md .rc-slider-disabled {
    background-color: #e9e9e9; }
  #md .rc-slider-disabled .rc-slider-track {
    background-color: #ccc; }
  #md .rc-slider-disabled .rc-slider-handle,
  #md .rc-slider-disabled .rc-slider-dot {
    border-color: #ccc;
    box-shadow: none;
    background-color: #fff;
    cursor: not-allowed; }
  #md .rc-slider-disabled .rc-slider-mark-text,
  #md .rc-slider-disabled .rc-slider-dot {
    cursor: not-allowed !important; }
  #md .rc-slider-vertical {
    width: 14px;
    height: 100%;
    padding: 0 5px; }
  #md .rc-slider-vertical .rc-slider-rail {
    height: 100%;
    width: 4px; }
  #md .rc-slider-vertical .rc-slider-track {
    left: 5px;
    bottom: 0;
    width: 4px; }
  #md .rc-slider-vertical .rc-slider-handle {
    margin-left: -5px;
    margin-bottom: -7px;
    -ms-touch-action: pan-y;
    touch-action: pan-y; }
  #md .rc-slider-vertical .rc-slider-mark {
    top: 0;
    left: 18px;
    height: 100%; }
  #md .rc-slider-vertical .rc-slider-step {
    height: 100%;
    width: 4px; }
  #md .rc-slider-vertical .rc-slider-dot {
    left: 2px;
    margin-bottom: -4px; }
  #md .rc-slider-vertical .rc-slider-dot:first-child {
    margin-bottom: -4px; }
  #md .rc-slider-vertical .rc-slider-dot:last-child {
    margin-bottom: -4px; }
  #md.light h4 {
    color: #5b606a !important; }
  #md.light #recurring-revenue-chart .thin-header {
    color: white;
    position: static; }
  #md.light .dashboard-inner {
    background-color: white; }
    #md.light .dashboard-inner .slider-frame {
      background: #e3e7ea !important; }
    #md.light .dashboard-inner .rc-slider-handle {
      background-color: #5b6578 !important; }
    #md.light .dashboard-inner section {
      background-color: white !important; }
    #md.light .dashboard-inner .widget-wrapper {
      background-color: white; }
      #md.light .dashboard-inner .widget-wrapper.active .widget .goal .goal-title {
        color: black !important; }
      #md.light .dashboard-inner .widget-wrapper.active .widget .goal.active {
        background: #ffffff !important; }
      #md.light .dashboard-inner .widget-wrapper.active .widget .goal .goal-overlay.active {
        background-color: #5b6578 !important; }
    #md.light .dashboard-inner .title-wrapper {
      background-color: white;
      color: #262931; }
      #md.light .dashboard-inner .title-wrapper .title {
        background-color: #e9edf1 !important; }
        #md.light .dashboard-inner .title-wrapper .title .mbl {
          color: #353942; }
        #md.light .dashboard-inner .title-wrapper .title .angleIcon path {
          stroke: black; }
        #md.light .dashboard-inner .title-wrapper .title .infoIcon path {
          fill: black; }
    #md.light .dashboard-inner .donutchart-text-val,
    #md.light .dashboard-inner .donutchart-text-percent {
      fill: #4e473c; }
    #md.light .dashboard-inner .profile-stats-container h2,
    #md.light .dashboard-inner .profile-stats-container-background h2 {
      color: #a0a5ab !important; }
    #md.light .dashboard-inner .profile-stats-container-background {
      background-color: #e4e7ea !important; }
    #md.light .dashboard-inner .chart-action-wrapper span.vs-compare {
      color: #5b606a; }
    #md.light .dashboard-inner .action-wrapper .action-inner {
      background-color: white; }
  #md.light .attendanceWidget .ReactModal__Content {
    background-color: #5b6578 !important; }
    #md.light .attendanceWidget .ReactModal__Content::after {
      border-left: 13px solid #5b6578 !important; }
  #md.light .membershipWidget .contact-card {
    background-color: #e4e7ea !important; }
  #md.light .react-section-wrapper.membershipunitsWidget .toggle p {
    color: #8c8f96; }
  #md.light .revenue .ReactModal__Content {
    background-color: #5b6578 !important; }
    #md.light .revenue .ReactModal__Content::after {
      border-right: 13px solid #5b6578 !important; }
  #md.light div.input-daterange {
    cursor: pointer;
    border: 1px solid #5b606a !important;
    border-radius: 3px !important;
    bottom: 0px !important;
    margin-right: 10px;
    left: 10px !important;
    height: 36px !important;
    background: none !important; }
    #md.light div.input-daterange:hover {
      text-decoration: none !important;
      background-color: #8fc447 !important;
      cursor: pointer;
      color: white !important; }
      #md.light div.input-daterange:hover > input {
        color: white !important; }
    #md.light div.input-daterange input {
      height: 26px !important;
      border: none !important;
      box-shadow: none !important;
      font-size: 14px;
      line-height: 15px;
      font-family: proxima nova light;
      background: none;
      color: #5b606a !important;
      cursor: pointer; }
      #md.light div.input-daterange input:hover {
        color: white !important; }
    #md.light div.input-daterange span {
      font-size: 12px;
      background: none;
      color: white; }
  #md.light .background-group {
    background-color: #e4e7ea !important; }
  #md.light .configurator-wrapper #dashboardConfigurator button,
  #md.light .configurator-wrapper #clientProfileConfigurator button,
  #md.light .configurator-wrapper #pageConfigurator button {
    color: #8c8f96; }
  #md.light .configurator-wrapper #dashboardConfigurator .configurator-container,
  #md.light .configurator-wrapper #clientProfileConfigurator .configurator-container,
  #md.light .configurator-wrapper #pageConfigurator .configurator-container {
    background-color: #5b6578; }
    #md.light .configurator-wrapper #dashboardConfigurator .configurator-container input.ios8-switch[type="checkbox"],
    #md.light .configurator-wrapper #clientProfileConfigurator .configurator-container input.ios8-switch[type="checkbox"],
    #md.light .configurator-wrapper #pageConfigurator .configurator-container input.ios8-switch[type="checkbox"] {
      position: absolute;
      margin: 8px 0 0 16px;
      display: none; }
    #md.light .configurator-wrapper #dashboardConfigurator .configurator-container input.ios8-switch[type="checkbox"] + label,
    #md.light .configurator-wrapper #clientProfileConfigurator .configurator-container input.ios8-switch[type="checkbox"] + label,
    #md.light .configurator-wrapper #pageConfigurator .configurator-container input.ios8-switch[type="checkbox"] + label {
      position: absolute;
      padding: 5px 0 0 50px;
      line-height: 2.0em;
      right: 0;
      top: 56px;
      cursor: pointer; }
    #md.light .configurator-wrapper #dashboardConfigurator .configurator-container input.ios8-switch[type="checkbox"] + label:before,
    #md.light .configurator-wrapper #clientProfileConfigurator .configurator-container input.ios8-switch[type="checkbox"] + label:before,
    #md.light .configurator-wrapper #pageConfigurator .configurator-container input.ios8-switch[type="checkbox"] + label:before {
      content: "";
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      width: 50px;
      /* x*5 */
      height: 24px;
      /* x*3 */
      border-radius: 16px;
      /* x*2 */
      background: #eaedf1;
      border: 1px solid #b0bacf;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    #md.light .configurator-wrapper #dashboardConfigurator .configurator-container input.ios8-switch[type="checkbox"] + label:after,
    #md.light .configurator-wrapper #clientProfileConfigurator .configurator-container input.ios8-switch[type="checkbox"] + label:after,
    #md.light .configurator-wrapper #pageConfigurator .configurator-container input.ios8-switch[type="checkbox"] + label:after {
      content: "";
      position: absolute;
      display: block;
      left: 3px;
      top: 2px;
      width: 19px;
      /* x*3 */
      height: 19px;
      /* x*3 */
      border-radius: 16px;
      /* x*2 */
      background: white;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    #md.light .configurator-wrapper #dashboardConfigurator .configurator-container input.ios8-switch[type="checkbox"] + label:hover:after,
    #md.light .configurator-wrapper #clientProfileConfigurator .configurator-container input.ios8-switch[type="checkbox"] + label:hover:after,
    #md.light .configurator-wrapper #pageConfigurator .configurator-container input.ios8-switch[type="checkbox"] + label:hover:after {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
    #md.light .configurator-wrapper #dashboardConfigurator .configurator-container input.ios8-switch[type="checkbox"]:checked + label:after,
    #md.light .configurator-wrapper #clientProfileConfigurator .configurator-container input.ios8-switch[type="checkbox"]:checked + label:after,
    #md.light .configurator-wrapper #pageConfigurator .configurator-container input.ios8-switch[type="checkbox"]:checked + label:after {
      margin-left: 24px;
      background: #8fc447; }
    #md.light .configurator-wrapper #dashboardConfigurator .configurator-container h4,
    #md.light .configurator-wrapper #clientProfileConfigurator .configurator-container h4,
    #md.light .configurator-wrapper #pageConfigurator .configurator-container h4 {
      color: white !important;
      margin-bottom: 0; }
    #md.light .configurator-wrapper #dashboardConfigurator .configurator-container .instructions,
    #md.light .configurator-wrapper #clientProfileConfigurator .configurator-container .instructions,
    #md.light .configurator-wrapper #pageConfigurator .configurator-container .instructions {
      color: white; }
    #md.light .configurator-wrapper #dashboardConfigurator .configurator-container::after,
    #md.light .configurator-wrapper #clientProfileConfigurator .configurator-container::after,
    #md.light .configurator-wrapper #pageConfigurator .configurator-container::after {
      border-bottom: 13px solid #5b6578; }
  #md.light .react-section-wrapper.followupWidget .contact-card,
  #md.light .react-section-wrapper.leadmanagementWidget .contact-card {
    background-color: #e4e7ea !important; }
  #md.light .react-section-wrapper.followupWidget h2,
  #md.light .react-section-wrapper.leadmanagementWidget h2 {
    color: #8791a0 !important; }
  #md .configurator-wrapper {
    width: 1350px;
    margin: 0 auto;
    position: relative; }
    #md .configurator-wrapper #dashboardConfigurator,
    #md .configurator-wrapper #clientProfileConfigurator,
    #md .configurator-wrapper #pageConfigurator {
      position: absolute;
      right: 11px;
      bottom: 20px;
      z-index: 98; }
      #md .configurator-wrapper #dashboardConfigurator.active,
      #md .configurator-wrapper #clientProfileConfigurator.active,
      #md .configurator-wrapper #pageConfigurator.active {
        z-index: 162; }
      #md .configurator-wrapper #dashboardConfigurator button,
      #md .configurator-wrapper #clientProfileConfigurator button,
      #md .configurator-wrapper #pageConfigurator button {
        background: transparent;
        border: none;
        color: white; }
        #md .configurator-wrapper #dashboardConfigurator button::after,
        #md .configurator-wrapper #clientProfileConfigurator button::after,
        #md .configurator-wrapper #pageConfigurator button::after {
          content: "";
          display: block;
          position: relative;
          top: 2px;
          left: 6px;
          width: 20px;
          height: 20px;
          float: right;
          padding-left: 5px;
          background: url(/assets/md/dash-config-cog-76e6b51e407343a311f5e88913cac9e2345eefeff4d3d8c4f30527aad3f693ef.png); }
      #md .configurator-wrapper #dashboardConfigurator .configurator-container,
      #md .configurator-wrapper #clientProfileConfigurator .configurator-container,
      #md .configurator-wrapper #pageConfigurator .configurator-container {
        min-height: 0px;
        opacity: 0;
        transition: min-height 0.5s, opacity 0.5s;
        position: relative;
        z-index: 100;
        color: white;
        text-align: center;
        background-color: #353942;
        border-radius: 5px;
        border: solid 1px #484b52;
        top: 40px; }
        #md .configurator-wrapper #dashboardConfigurator .configurator-container input.ios8-switch[type="checkbox"],
        #md .configurator-wrapper #clientProfileConfigurator .configurator-container input.ios8-switch[type="checkbox"],
        #md .configurator-wrapper #pageConfigurator .configurator-container input.ios8-switch[type="checkbox"] {
          position: absolute;
          margin: 8px 0 0 16px;
          display: none; }
        #md .configurator-wrapper #dashboardConfigurator .configurator-container input.ios8-switch[type="checkbox"] + label,
        #md .configurator-wrapper #clientProfileConfigurator .configurator-container input.ios8-switch[type="checkbox"] + label,
        #md .configurator-wrapper #pageConfigurator .configurator-container input.ios8-switch[type="checkbox"] + label {
          position: absolute;
          padding: 5px 0 0 50px;
          line-height: 2.0em;
          right: 0;
          top: 56px;
          cursor: pointer; }
        #md .configurator-wrapper #dashboardConfigurator .configurator-container.light input.ios8-switch[type="checkbox"] + label:before,
        #md .configurator-wrapper #clientProfileConfigurator .configurator-container.light input.ios8-switch[type="checkbox"] + label:before,
        #md .configurator-wrapper #pageConfigurator .configurator-container.light input.ios8-switch[type="checkbox"] + label:before {
          background: #eaedf1 !important; }
        #md .configurator-wrapper #dashboardConfigurator .configurator-container input.ios8-switch[type="checkbox"] + label:before,
        #md .configurator-wrapper #clientProfileConfigurator .configurator-container input.ios8-switch[type="checkbox"] + label:before,
        #md .configurator-wrapper #pageConfigurator .configurator-container input.ios8-switch[type="checkbox"] + label:before {
          content: "";
          position: absolute;
          display: block;
          left: 0;
          top: 0;
          width: 50px;
          /* x*5 */
          height: 24px;
          /* x*3 */
          border-radius: 16px;
          /* x*2 */
          background: #353942;
          border: 1px solid #5b606a;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
        #md .configurator-wrapper #dashboardConfigurator .configurator-container input.ios8-switch[type="checkbox"] + label:after,
        #md .configurator-wrapper #clientProfileConfigurator .configurator-container input.ios8-switch[type="checkbox"] + label:after,
        #md .configurator-wrapper #pageConfigurator .configurator-container input.ios8-switch[type="checkbox"] + label:after {
          content: "";
          position: absolute;
          display: block;
          left: 3px;
          top: 2px;
          width: 19px;
          /* x*3 */
          height: 19px;
          /* x*3 */
          border-radius: 16px;
          /* x*2 */
          background: white;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
        #md .configurator-wrapper #dashboardConfigurator .configurator-container input.ios8-switch[type="checkbox"] + label:hover:after,
        #md .configurator-wrapper #clientProfileConfigurator .configurator-container input.ios8-switch[type="checkbox"] + label:hover:after,
        #md .configurator-wrapper #pageConfigurator .configurator-container input.ios8-switch[type="checkbox"] + label:hover:after {
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
        #md .configurator-wrapper #dashboardConfigurator .configurator-container input.ios8-switch[type="checkbox"]:checked + label:after,
        #md .configurator-wrapper #clientProfileConfigurator .configurator-container input.ios8-switch[type="checkbox"]:checked + label:after,
        #md .configurator-wrapper #pageConfigurator .configurator-container input.ios8-switch[type="checkbox"]:checked + label:after {
          margin-left: 24px;
          background: #8fc447; }
        #md .configurator-wrapper #dashboardConfigurator .configurator-container.active,
        #md .configurator-wrapper #clientProfileConfigurator .configurator-container.active,
        #md .configurator-wrapper #pageConfigurator .configurator-container.active {
          opacity: 1;
          display: block !important; }
        #md .configurator-wrapper #dashboardConfigurator .configurator-container::after,
        #md .configurator-wrapper #clientProfileConfigurator .configurator-container::after,
        #md .configurator-wrapper #pageConfigurator .configurator-container::after {
          content: "";
          position: absolute;
          right: 11px;
          top: -13px;
          width: 0;
          height: 0;
          border-right: 10px solid transparent;
          border-bottom: 13px solid #353942;
          border-left: 10px solid transparent;
          clear: both; }
        #md .configurator-wrapper #dashboardConfigurator .configurator-container .instructions,
        #md .configurator-wrapper #clientProfileConfigurator .configurator-container .instructions,
        #md .configurator-wrapper #pageConfigurator .configurator-container .instructions {
          color: white;
          width: 75%;
          margin: 0 auto;
          font-size: 14px;
          line-height: 19px;
          padding: 0px 0 20px 0; }
          #md .configurator-wrapper #dashboardConfigurator .configurator-container .instructions .arrows,
          #md .configurator-wrapper #clientProfileConfigurator .configurator-container .instructions .arrows,
          #md .configurator-wrapper #pageConfigurator .configurator-container .instructions .arrows {
            color: #46fff9; }
        #md .configurator-wrapper #dashboardConfigurator .configurator-container h4,
        #md .configurator-wrapper #clientProfileConfigurator .configurator-container h4,
        #md .configurator-wrapper #pageConfigurator .configurator-container h4 {
          font-size: 15px;
          margin-bottom: 0; }
        #md .configurator-wrapper #dashboardConfigurator .configurator-container .draggable-button,
        #md .configurator-wrapper #clientProfileConfigurator .configurator-container .draggable-button,
        #md .configurator-wrapper #pageConfigurator .configurator-container .draggable-button {
          height: 40px;
          max-height: 100%;
          width: 75%;
          margin: 0 auto;
          border: solid 1px #545964;
          border-radius: 5px;
          background-color: #46fff9;
          color: #1d2026;
          overflow: hidden;
          text-align: center;
          text-transform: uppercase;
          cursor: -webkit-grab; }
          #md .configurator-wrapper #dashboardConfigurator .configurator-container .draggable-button.inActive,
          #md .configurator-wrapper #clientProfileConfigurator .configurator-container .draggable-button.inActive,
          #md .configurator-wrapper #pageConfigurator .configurator-container .draggable-button.inActive {
            background-color: #1d1d1d;
            color: #808080; }
          #md .configurator-wrapper #dashboardConfigurator .configurator-container .draggable-button__inner,
          #md .configurator-wrapper #clientProfileConfigurator .configurator-container .draggable-button__inner,
          #md .configurator-wrapper #pageConfigurator .configurator-container .draggable-button__inner {
            display: flex;
            align-items: center;
            height: 100%; }
        #md .configurator-wrapper #dashboardConfigurator .configurator-container .order-number,
        #md .configurator-wrapper #clientProfileConfigurator .configurator-container .order-number,
        #md .configurator-wrapper #pageConfigurator .configurator-container .order-number {
          margin-left: 7px;
          color: #46fff9;
          background-color: #1d2026;
          width: 25px;
          border-radius: 25px;
          border: solid 1px white;
          height: 25px;
          position: relative;
          cursor: pointer; }
          #md .configurator-wrapper #dashboardConfigurator .configurator-container .order-number .number,
          #md .configurator-wrapper #clientProfileConfigurator .configurator-container .order-number .number,
          #md .configurator-wrapper #pageConfigurator .configurator-container .order-number .number {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
        #md .configurator-wrapper #dashboardConfigurator .configurator-container .title,
        #md .configurator-wrapper #clientProfileConfigurator .configurator-container .title,
        #md .configurator-wrapper #pageConfigurator .configurator-container .title {
          flex: 1; }
      #md .configurator-wrapper #dashboardConfigurator h3,
      #md .configurator-wrapper #clientProfileConfigurator h3,
      #md .configurator-wrapper #pageConfigurator h3 {
        font-size: 24px;
        margin-top: 20px;
        color: inherit;
        font-family: inherit;
        margin-bottom: 10px; }
  #md .error {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 100%;
    font-size: 32px;
    color: #8791a0; }
    #md .error--medium {
      font-size: 36px;
      height: 100%; }
    #md .error--big {
      font-size: 48px;
      word-spacing: 10px;
      height: 400px; }
  #md .dashboard-inner {
    padding: 0; }
    #md .dashboard-inner .slider-frame {
      padding-top: 20px !important;
      height: 463px !important;
      background: #343943 !important;
      box-shadow: 0px 10px 23px 1px rgba(0, 0, 0, 0.25) !important;
      width: 90% !important;
      margin: 0 auto !important; }
    #md .dashboard-inner .rc-slider-track {
      height: 2px !important; }
    #md .dashboard-inner .rc-slider-rail {
      height: 2px !important; }
    #md .dashboard-inner .nav li.dropdown a {
      font-family: "Open Sans", sans-serif !important; }
      #md .dashboard-inner .nav li.dropdown a.caret {
        background: transparent url(/assets/md/dropdown-carrot-8f513bcabe4065abd36258676681975893708778d47f3fcb48608c224fbfa3f3.gif) 0 4px no-repeat; }
    #md .dashboard-inner section {
      padding: 0;
      background-color: #262931;
      position: relative; }
      #md .dashboard-inner section.custom-chart-form-right-side {
        position: absolute;
        top: 15px;
        background-color: white; }
      #md .dashboard-inner section.custom-chart-form-left-side {
        background-color: white; }
      #md .dashboard-inner section:first-of-type {
        padding-top: 0; }
    #md .dashboard-inner .action-wrapper {
      width: 1350px;
      margin: 0 auto; }
    #md .dashboard-inner.md {
      width: 1350px;
      margin: 0 auto; }
    #md .dashboard-inner .chart-holder {
      margin: 0 auto;
      width: 1350px;
      background: transparent text;
        background-fill: red; }
    #md .dashboard-inner .chart-action-wrapper {
      margin: 0 auto;
      width: 1350px;
      position: relative;
      margin: 20px 0 79px 0; }
      #md .dashboard-inner .chart-action-wrapper span.vs-compare {
        color: white;
        top: 23px;
        left: 22px; }
    #md .dashboard-inner .title-wrapper {
      position: relative; }
      #md .dashboard-inner .title-wrapper .thin-header {
        margin: 0; }
      #md .dashboard-inner .title-wrapper .title {
        display: flex;
        align-items: center;
        width: 1350px;
        margin: 0 auto;
        padding: 15px 30px 15px 16px;
        position: relative;
        background: #353942;
        border-radius: 4px; }
        #md .dashboard-inner .title-wrapper .title .mbl {
          margin: 0;
          margin-right: 15px;
          font-size: 20px;
          font-weight: 600;
          color: white;
          white-space: nowrap;
          display: inline-block; }
        #md .dashboard-inner .title-wrapper .title .sectionToggle {
          margin-left: auto;
          display: inline-flex;
          padding: 5px;
          cursor: pointer; }
          #md .dashboard-inner .title-wrapper .title .sectionToggle .angleIcon {
            transition: transform 0.2s ease-in; }
            #md .dashboard-inner .title-wrapper .title .sectionToggle .angleIcon--flipped {
              transform: scaleY(-1); }
    #md .dashboard-inner .widget-wrapper {
      position: relative;
      background-color: #262931;
      max-height: 0px;
      transition: max-height 0.8s, background-color 0.5s;
      -webkit-transition: max-height 0.8s, background-color 0.5s;
      -moz-transition: max-height 0.8s, background-color 0.5s;
      -ms-transition: max-height 0.8s, background-color 0.5s;
      -o-transition: max-height 0.8s, background-color 0.5s;
      transition: max-height 0.8s, background-color 0.5s; }
      #md .dashboard-inner .widget-wrapper #goals-slider-marketing,
      #md .dashboard-inner .widget-wrapper #goals-slider-membership,
      #md .dashboard-inner .widget-wrapper #goals-slider-attendance,
      #md .dashboard-inner .widget-wrapper #goals-slider-revenue {
        max-height: 0px;
        overflow: hidden;
        transition: max-height 0.8s; }
        #md .dashboard-inner .widget-wrapper #goals-slider-marketing.active,
        #md .dashboard-inner .widget-wrapper #goals-slider-membership.active,
        #md .dashboard-inner .widget-wrapper #goals-slider-attendance.active,
        #md .dashboard-inner .widget-wrapper #goals-slider-revenue.active {
          max-height: 470px; }
      #md .dashboard-inner .widget-wrapper.active {
        max-height: 3000px; }
        #md .dashboard-inner .widget-wrapper.active .widget {
          width: 1350px;
          margin: 0 auto;
          max-height: 800px; }
          #md .dashboard-inner .widget-wrapper.active .widget .goal.active {
            max-height: 500px !important;
            background: #1b1c1f !important;
            margin-left: 20px !important; }
            #md .dashboard-inner .widget-wrapper.active .widget .goal.active .progress .zero {
              text-align: left !important;
              left: 0 !important; }
          #md .dashboard-inner .widget-wrapper.active .widget .goal .goal-overlay.active {
            max-height: 323px !important;
            height: 250px !important;
            top: 15% !important; }
        #md .dashboard-inner .widget-wrapper.active.funnel-retention {
          height: 750px; }
        #md .dashboard-inner .widget-wrapper.active.first-visits-conversion {
          height: 850px; }
        #md .dashboard-inner .widget-wrapper.active.conversions-from-new-client-to-membership {
          height: 1160px;
          z-index: 200; }
      #md .dashboard-inner .widget-wrapper.cycleBar .widget {
        max-height: 800px;
        height: 775px; }
      #md .dashboard-inner .widget-wrapper.cycleBar .cyclebar-rawdata {
        text-decoration: none !important; }
      #md .dashboard-inner .widget-wrapper.revenue.haveGoals .widget {
        height: 1105px;
        max-height: 2000px; }
        #md .dashboard-inner .widget-wrapper.revenue.haveGoals .widget .width-50.top {
          padding-top: 0; }
      #md .dashboard-inner .widget-wrapper.revenue.haveGoals .selectModal {
        top: 624px !important; }
      #md .dashboard-inner .widget-wrapper.revenue.goalsHidden .widget {
        height: 655px; }
      #md .dashboard-inner .widget-wrapper.revenue.goalsHidden .selectModal {
        top: 180px !important; }
      #md .dashboard-inner .widget-wrapper.revenue .widget {
        height: 1255px; }
      #md .dashboard-inner .widget-wrapper.revenue .ReactModal__Content::after {
        content: "";
        position: absolute;
        left: -13px;
        top: 233px;
        width: 0;
        height: 0;
        border-bottom: 10px solid transparent;
        border-right: 13px solid #353942;
        border-top: 10px solid transparent;
        clear: both; }
      #md .dashboard-inner .widget-wrapper.attendanceWidget.haveGoals .widget {
        height: 1272px;
        max-height: 1300px; }
      #md .dashboard-inner .widget-wrapper.attendanceWidget.haveGoals .selectModal {
        top: 595px !important; }
      #md .dashboard-inner .widget-wrapper.attendanceWidget.goalsHidden .widget {
        height: 815px; }
      #md .dashboard-inner .widget-wrapper.attendanceWidget.goalsHidden .selectModal {
        top: 135px !important; }
      #md .dashboard-inner .widget-wrapper.attendanceWidget .widget {
        height: auto; }
      #md .dashboard-inner .widget-wrapper.attendanceWidget .ReactModal__Content::after {
        content: "";
        position: absolute;
        right: -13px;
        top: 104px;
        width: 0;
        height: 0;
        border-bottom: 10px solid transparent;
        border-left: 13px solid #353942;
        border-top: 10px solid transparent;
        clear: both; }
      #md .dashboard-inner .widget-wrapper.attendanceWidget .section-container.no-padding {
        padding-top: 0; }
      #md .dashboard-inner .widget-wrapper.membershipWidget {
        background-repeat: repeat-y;
        background-position: center; }
        #md .dashboard-inner .widget-wrapper.membershipWidget.haveGoals .widget {
          max-height: 1600px;
          height: 1200px; }
        #md .dashboard-inner .widget-wrapper.membershipWidget.goalsHidden .widget {
          height: 750px; }
        #md .dashboard-inner .widget-wrapper.membershipWidget .widget {
          height: 650px; }
        #md .dashboard-inner .widget-wrapper.membershipWidget .overlay {
          position: absolute;
          width: 50%;
          height: 98%;
          background-color: black;
          opacity: 0.7;
          border-radius: 50px;
          box-shadow: #4a9af0 0px 0px 16px;
          top: 1%; }
          #md .dashboard-inner .widget-wrapper.membershipWidget .overlay p {
            position: relative;
            text-align: center;
            width: 100%;
            top: 41%;
            color: white;
            font-size: 35px;
            transform: rotate(-14deg);
            line-height: 43px; }
        #md .dashboard-inner .widget-wrapper.membershipWidget .top {
          padding-top: 120px;
          float: left;
          width: 100%;
          padding-bottom: 35px; }
          #md .dashboard-inner .widget-wrapper.membershipWidget .top.border {
            background-image: url(/assets/md/dashboard-title-border-362d3c557fe7365c306dd0859975af588888577ea37f81253fdabdc04ac6b25f.jpg);
            background-repeat: repeat-x;
            background-position: bottom; }
        #md .dashboard-inner .widget-wrapper.membershipWidget .padding-left {
          padding-left: 100px; }
        #md .dashboard-inner .widget-wrapper.membershipWidget .members-contact-title {
          text-align: center;
          color: #8791a0; }
        #md .dashboard-inner .widget-wrapper.membershipWidget .contact-card {
          background-color: #1b1d22; }
          #md .dashboard-inner .widget-wrapper.membershipWidget .contact-card .client-name {
            font-size: 17px;
            padding-bottom: 5px; }
          #md .dashboard-inner .widget-wrapper.membershipWidget .contact-card .client-tel {
            padding-bottom: 5px; }
          #md .dashboard-inner .widget-wrapper.membershipWidget .contact-card .client-email-link:hover {
            text-decoration: underline !important; }
      #md .dashboard-inner .widget-wrapper.marketing-widget {
        background-repeat: repeat-y;
        background-position: center; }
        #md .dashboard-inner .widget-wrapper.marketing-widget.haveGoals .widget {
          height: 1085px;
          max-height: 2000px; }
          #md .dashboard-inner .widget-wrapper.marketing-widget.haveGoals .widget .width-50.top {
            padding-top: 0; }
        #md .dashboard-inner .widget-wrapper.marketing-widget.haveGoals .selectModal {
          top: 624px !important; }
        #md .dashboard-inner .widget-wrapper.marketing-widget.goalsHidden .widget {
          height: 700px; }
        #md .dashboard-inner .widget-wrapper.marketing-widget .widget {
          height: 700px; }
        #md .dashboard-inner .widget-wrapper.marketing-widget .top {
          padding-top: 120px;
          float: left;
          width: 100%;
          padding-bottom: 35px; }
        #md .dashboard-inner .widget-wrapper.marketing-widget .padding-left {
          padding-left: 100px; }
      #md .dashboard-inner .widget-wrapper .widget {
        width: 1350px;
        margin: 0 auto;
        max-height: 0px;
        position: relative;
        overflow: hidden;
        -webkit-transition: max-height 0.8s;
        -moz-transition: max-height 0.8s;
        -ms-transition: max-height 0.8s;
        -o-transition: max-height 0.8s;
        transition: max-height 0.8s; }
        #md .dashboard-inner .widget-wrapper .widget .goal-progress-title {
          text-align: center;
          font-size: 1.5em;
          font-weight: 300;
          color: #7fc627;
          padding: 15px 0 15px 0;
          cursor: pointer;
          border: solid 1px #7fc627;
          width: 206px;
          border-radius: 50px;
          margin: 10px auto 25px; }
          #md .dashboard-inner .widget-wrapper .widget .goal-progress-title:hover {
            background-color: #7fc627;
            color: #252932; }
            #md .dashboard-inner .widget-wrapper .widget .goal-progress-title:hover i {
              color: #252932;
              border: solid #252932;
              border-width: 0 1px 1px 0;
              display: inline-block;
              padding: 4px; }
              #md .dashboard-inner .widget-wrapper .widget .goal-progress-title:hover i.right {
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg); }
              #md .dashboard-inner .widget-wrapper .widget .goal-progress-title:hover i.left {
                transform: rotate(135deg);
                -webkit-transform: rotate(135deg); }
              #md .dashboard-inner .widget-wrapper .widget .goal-progress-title:hover i.up {
                transform: rotate(-135deg);
                -webkit-transform: rotate(-135deg); }
              #md .dashboard-inner .widget-wrapper .widget .goal-progress-title:hover i.down {
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                top: -4px;
                position: relative; }
          #md .dashboard-inner .widget-wrapper .widget .goal-progress-title i {
            color: #7fc627;
            border: solid #7fc627;
            border-width: 0 1px 1px 0;
            display: inline-block;
            padding: 4px; }
            #md .dashboard-inner .widget-wrapper .widget .goal-progress-title i.right {
              transform: rotate(-45deg);
              -webkit-transform: rotate(-45deg); }
            #md .dashboard-inner .widget-wrapper .widget .goal-progress-title i.left {
              transform: rotate(135deg);
              -webkit-transform: rotate(135deg); }
            #md .dashboard-inner .widget-wrapper .widget .goal-progress-title i.up {
              transform: rotate(-135deg);
              -webkit-transform: rotate(-135deg); }
            #md .dashboard-inner .widget-wrapper .widget .goal-progress-title i.down {
              transform: rotate(45deg);
              -webkit-transform: rotate(45deg);
              top: -4px;
              position: relative; }
    #md .dashboard-inner .section-group-container {
      display: flex;
      justify-content: space-between;
      flex-direction: row; }
    #md .dashboard-inner .revenue-types-loader-wrapper {
      max-height: 300px; }
      #md .dashboard-inner .revenue-types-loader-wrapper .revenue-types-loader {
        top: -100px; }
    #md .dashboard-inner .section-group {
      width: 50%;
      float: left; }
      #md .dashboard-inner .section-group.height-175 {
        height: 175px; }
      #md .dashboard-inner .section-group.right {
        margin-left: 100px;
        width: 20%; }
      #md .dashboard-inner .section-group.padding {
        padding: 30px 0 30px 200px; }
      #md .dashboard-inner .section-group.padding-left {
        padding-left: 200px; }
      #md .dashboard-inner .section-group.padding-bottom {
        padding-bottom: 30px; }
      #md .dashboard-inner .section-group.padding-top {
        padding-top: 30px; }
      #md .dashboard-inner .section-group .title-height-60 {
        min-height: 60px; }
      #md .dashboard-inner .section-group .donut-wrapper {
        float: left;
        margin: 0 20px 0 20px;
        max-width: 116px; }
      #md .dashboard-inner .section-group .section-container {
        padding-top: 50px;
        display: block;
        float: left;
        width: 100%; }
        #md .dashboard-inner .section-group .section-container h5 {
          font-size: 14px; }
        #md .dashboard-inner .section-group .section-container.previous-month {
          margin-top: -60px; }
          #md .dashboard-inner .section-group .section-container.previous-month h5 {
            font-weight: 400 !important; }
        @media only screen and (max-width: 1350px) {
          #md .dashboard-inner .section-group .section-container .dashboardModuleSectionContainer {
            padding: 0 0 0 10px !important; } }
        #md .dashboard-inner .section-group .section-container.padding-bottom {
          padding-bottom: 80px; }
        #md .dashboard-inner .section-group .section-container .contacts {
          padding-top: 25px; }
          #md .dashboard-inner .section-group .section-container .contacts p {
            margin: 0 0 15px 0; }
          #md .dashboard-inner .section-group .section-container .contacts .contacts-title {
            color: #6d788a; }
      #md .dashboard-inner .section-group .width-25 {
        width: 25%;
        float: left; }
      #md .dashboard-inner .section-group .width-50 {
        width: 50%;
        float: left; }
        #md .dashboard-inner .section-group .width-50.top {
          padding-top: 120px;
          padding-bottom: 50px; }
        #md .dashboard-inner .section-group .width-50.bottom {
          padding-bottom: 100px; }
      #md .dashboard-inner .section-group .width-75 {
        width: 75%;
        float: left; }
      #md .dashboard-inner .section-group .background-group-title {
        padding: 100px 0 0px 0;
        margin: 0px 0px 13px;
        color: #8791a0;
        text-transform: uppercase;
        font-weight: 700; }
        #md .dashboard-inner .section-group .background-group-title.bottom {
          padding-top: 50px; }
      #md .dashboard-inner .section-group .background-group {
        background-color: #1b1d22;
        width: 600px;
        height: 100%; }
        #md .dashboard-inner .section-group .background-group .section-container {
          float: none; }
          #md .dashboard-inner .section-group .background-group .section-container.padding-left {
            padding-left: 30px;
            padding-top: 25px; }
        #md .dashboard-inner .section-group .background-group .width-50 {
          display: inline-flex;
          float: none; }
          #md .dashboard-inner .section-group .background-group .width-50.top {
            padding-top: 50px;
            padding-bottom: 40px; }
    #md .dashboard-inner .ReactModal__Content h3 {
      color: white;
      font-size: 19px;
      margin: 0 0 25px 0;
      -webkit-font-smoothing: antialiased; }
    #md .dashboard-inner .ReactModal__Content h2 {
      color: white;
      font-size: 20px;
      margin: 25px 0 25px 0;
      font-family: "Open Sans", sans-serif !important;
      -webkit-font-smoothing: antialiased; }
    #md .dashboard-inner .ReactModal__Content input {
      background: transparent;
      border: 0;
      border-bottom: 1px solid white; }
    #md .dashboard-inner .ReactModal__Content .floating-form-content-btn button {
      background: transparent;
      border: 1px solid #8fc447;
      border-radius: 20px;
      min-width: 100px;
      padding: 0 10px;
      height: 40px;
      color: #8fc447; }
      #md .dashboard-inner .ReactModal__Content .floating-form-content-btn button.reset {
        font-weight: bold;
        color: #5e697b;
        background: transparent;
        border: solid 1px #586678;
        margin-right: 15px; }
        #md .dashboard-inner .ReactModal__Content .floating-form-content-btn button.reset:hover {
          background: #5e697b;
          color: white; }
    #md .dashboard-inner .ReactModal__Content .MultiPickFromList-selectList::-webkit-scrollbar-track {
      border-radius: 6px;
      background-color: #282b32; }
    #md .dashboard-inner .ReactModal__Content .MultiPickFromList-selectList::-webkit-scrollbar {
      width: 8px;
      background-color: transparent; }
    #md .dashboard-inner .ReactModal__Content .MultiPickFromList-selectList::-webkit-scrollbar-thumb {
      border-radius: 6px;
      background-color: #8fc447;
      border: none; }
    #md .dashboard-inner #filter-customer-retention-heatmap .row,
    #md .dashboard-inner #filter-membership-retention-heatmap .row {
      background: #2c2f38;
      z-index: 200;
      position: relative; }
    #md .dashboard-inner .geographical-distribution-chart {
      background: transparent; }
      #md .dashboard-inner .geographical-distribution-chart .table-bordered {
        border: solid 1px #5f6567;
        color: white; }
        #md .dashboard-inner .geographical-distribution-chart .table-bordered th {
          border: solid 1px #5f6567; }
        #md .dashboard-inner .geographical-distribution-chart .table-bordered tbody tr td {
          border: solid 1px #5f6567; }
      #md .dashboard-inner .geographical-distribution-chart h4 {
        color: white;
        padding-top: 50px; }
  #md .moduleWrapper {
    position: relative;
    display: none; }
    #md .moduleWrapper.active {
      display: block;
      margin-top: 7px; }
  #md #globalOverlay.active {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    position: fixed;
    z-index: 162;
    top: 0; }
  #md .large-green-plus {
    color: #8fc447;
    font-size: 70px;
    font-weight: 200;
    position: absolute;
    top: 43px;
    left: 37px; }
  #md .react-section-wrapper.followupWidget .widget {
    height: 1200px;
    max-height: 1500px; }
    #md .react-section-wrapper.followupWidget .widget .section-container.no-top-padding {
      padding-top: 0px; }
    #md .react-section-wrapper.followupWidget .widget .section-container.pie-chart {
      padding-left: 50%;
      padding-top: 120px; }
  #md .react-section-wrapper.followupWidget .widget {
    height: 1200px;
    max-height: 1500px; }
    #md .react-section-wrapper.followupWidget .widget .section-container.no-top-padding {
      padding-top: 0px; }
    #md .react-section-wrapper.followupWidget .widget .section-container.pie-chart {
      padding-left: 50%;
      padding-top: 120px; }
  #md .react-section-wrapper.followupWidget .pie-chart .dashboardModuleSectionBody {
    height: 300px;
    width: 300px; }
  #md .react-section-wrapper.followupWidget a.paddingLeft {
    color: #4a9aff;
    padding-left: 5%;
    font-weight: 500; }
  #md .react-section-wrapper.followupWidget h2.small {
    color: white;
    font-family: "Open Sans";
    font-weight: 100;
    font-size: 22px;
    padding: 35px 0 0 0; }
  #md .react-section-wrapper.followupWidget .section-wrapper {
    display: flex;
    width: 100%; }
  #md .react-section-wrapper.leadmanagementWidget h2.small {
    color: white;
    font-family: "Open Sans";
    font-weight: 100;
    font-size: 22px;
    padding: 35px 0 0 0; }
  #md .react-section-wrapper.firstridersWidget .section-container.pie-chart {
    width: 100%;
    height: 380px; }
    #md .react-section-wrapper.firstridersWidget .section-container.pie-chart .dashboardModuleSectionBody {
      height: 280px; }
  #md .react-section-wrapper.revenueDetailsWidget .section-container.pie-chart {
    width: 550px;
    height: 480px; }
    #md .react-section-wrapper.revenueDetailsWidget .section-container.pie-chart .dashboardModuleSectionBody {
      height: 400px; }
  #md .react-section-wrapper.membershipunitsWidget .content {
    display: flex;
    flex-wrap: wrap; }
    #md .react-section-wrapper.membershipunitsWidget .content__el {
      flex-basis: 25%;
      height: 175px;
      padding-top: 50px; }
  #md .react-section-wrapper.membershipunitsWidget .toggle p {
    color: white; }
  #md .react-section-wrapper.membershipunitsWidget .toggle .radio-button-root {
    display: inline-block;
    width: 50px;
    height: 24px; }
  #md .react-section-wrapper.revenueWidget .chart-loading {
    height: 200px; }
    #md .react-section-wrapper.revenueWidget .chart-loading .md-cs-loader-inner {
      top: 30%; }
  #md .react-section-wrapper.revenueWidget .rolling-view {
    position: relative;
    bottom: 10px;
    margin-bottom: 10px;
    margin-left: 10px; }
    #md .react-section-wrapper.revenueWidget .rolling-view p {
      display: inline;
      color: #fff;
      margin-right: 10px; }
    #md .react-section-wrapper.revenueWidget .rolling-view .radio-button-root {
      bottom: 15px; }
  #md #marketingModule .top {
    padding-top: 120px;
    float: left;
    width: 100%;
    padding-bottom: 35px; }
  #md #recurring-revenue-chart .title {
    display: flex; }
  #md #recurring-revenue-chart .thin-header {
    margin: 0;
    color: white;
    position: static; }
  #md .flex {
    display: flex; }
  #md .flex-initial {
    flex: 0 1 auto; }
  #md .flex-col {
    flex-direction: column; }
  #md .flex-wrap {
    flex-wrap: wrap; }
  #md .items-center {
    align-items: center; }
  #md .justify-between {
    justify-content: space-between; }
  #md .clear-fix {
    clear: both; }
  #md.light footer {
    background-color: #596579; }
    #md.light footer .footer-inner p,
    #md.light footer .footer-inner a {
      color: white; }
  #md footer {
    background-color: #1a1c22;
    position: absolute;
    bottom: 0;
    width: 100%; }
    #md footer .footer-inner {
      display: flex;
      align-items: center;
      width: 1350px;
      margin: 0 auto;
      padding: 25px 0 25px 10px; }
      #md footer .footer-inner .logo {
        max-width: 115px;
        height: 25px;
        margin: 0 75px 0 0;
        align-items: center; }
      #md footer .footer-inner p {
        color: #6d7076;
        margin: 5px 0 0 0; }
        #md footer .footer-inner p a {
          font-weight: 400; }
  #md.light .charts-section ul.dropdown-actions.navbar-left a.dropdown-toggle,
  #md.light .charts-section ul.dropdown-actions.navbar-right a.dropdown-toggle {
    border: 1px solid #5b606a;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: #5b606a; }
    #md.light .charts-section ul.dropdown-actions.navbar-left a.dropdown-toggle:hover,
    #md.light .charts-section ul.dropdown-actions.navbar-right a.dropdown-toggle:hover {
      text-decoration: none;
      background-color: #8fc447;
      border-radius: 5px;
      color: white; }
  #md.light .charts-section .box-blue-tile-attendance-chart h4 {
    color: #5b606a; }
  #md.light .charts-section .dropdown-actions a,
  #md.light .charts-section .dropdown-actions a:visited {
    color: #5b606a; }
  #md.light .charts-section .thin-header {
    color: #5b606a; }
  #md.light .number-of-active-members .chart-action-wrapper .members-total,
  #md.light .number-of-active-members-by-status .chart-action-wrapper .members-total {
    color: #5b606a; }
  #md.light .infoside .metrics,
  #md.light .offers-sold .metrics {
    color: #616772;
    background-color: #e8edf2 !important; }
  #md .charts-section .thin-header {
    color: white; }
  #md .charts-section.remove-top-padding {
    margin-top: -42px; }
  #md .charts-section .dropdown-toggle {
    border: 2px solid #353942;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    background-color: transparent;
    transition: all 0.3s ease-in-out; }
    #md .charts-section .dropdown-toggle:hover {
      text-decoration: none;
      background-color: #8fc447;
      border-radius: 5px; }
  #md .charts-section .dropdown-actions a,
  #md .charts-section .dropdown-actions a:visited {
    background: none;
    color: white;
    border: none; }
  #md .charts-section ul.dropdown-actions a.disabled {
    background: #8fc447 !important;
    color: #30343d !important; }
  #md .charts-section ul.dropdown-actions.navbar-left a.dropdown-toggle,
  #md .charts-section ul.dropdown-actions.navbar-right a.dropdown-toggle {
    border: 2px solid #353942;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: white; }
    #md .charts-section ul.dropdown-actions.navbar-left a.dropdown-toggle:hover,
    #md .charts-section ul.dropdown-actions.navbar-right a.dropdown-toggle:hover {
      text-decoration: none;
      background-color: #8fc447;
      border-radius: 5px; }
  #md .charts-section ul.dropdown-actions.navbar-left {
    margin-top: 8px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif !important; }
    #md .charts-section ul.dropdown-actions.navbar-left a {
      padding: 15px 10px 15px 10px; }
      #md .charts-section ul.dropdown-actions.navbar-left a.chart-compare-link.disabled,
      #md .charts-section ul.dropdown-actions.navbar-left a .chart-forecast-link.disabled {
        background: #8fc447 !important;
        color: #30343d !important; }
      #md .charts-section ul.dropdown-actions.navbar-left a.chart-compare-link .glyphicon,
      #md .charts-section ul.dropdown-actions.navbar-left a .chart-forecast-link .glyphicon {
        display: none; }
  #md .charts-section ul.dropdown-actions.navbar-right ul.dropdown-menu a {
    color: #30343d !important;
    border: none !important; }
    #md .charts-section ul.dropdown-actions.navbar-right ul.dropdown-menu a.disabled.chart-select-period-link {
      background: none !important;
      text-decoration: underline; }
  #md .charts-section .dropdown-menu.check_box_chart {
    right: 0;
    background-color: #353942;
    border: none;
    box-shadow: black 0px 0px 20px 0px;
    border: solid 1px #5f6567;
    overflow-x: hidden; }
    #md .charts-section .dropdown-menu.check_box_chart span.filter-message {
      color: #97989b; }
    #md .charts-section .dropdown-menu.check_box_chart::-webkit-scrollbar-track {
      border-radius: 6px;
      background-color: #282b32; }
    #md .charts-section .dropdown-menu.check_box_chart::-webkit-scrollbar {
      width: 8px;
      background-color: transparent; }
    #md .charts-section .dropdown-menu.check_box_chart::-webkit-scrollbar-thumb {
      border-radius: 6px;
      background-color: #8fc447;
      border: none; }
    #md .charts-section .dropdown-menu.check_box_chart span.filter_link {
      color: #8fc447 !important;
      text-decoration: none !important; }
      #md .charts-section .dropdown-menu.check_box_chart span.filter_link:hover {
        text-decoration: underline !important; }
  #md .charts-section .dropdown-menu a:hover {
    text-decoration: none;
    border: solid 1px white; }
  #md .charts-section .dropdown-wrapper {
    width: 1350px;
    margin: 0 auto;
    padding: 0 5px 50px 0; }
    #md .charts-section .dropdown-wrapper span.filter-message {
      color: #97989b; }
    #md .charts-section .dropdown-wrapper .check_box_chart::-webkit-scrollbar-track {
      border-radius: 6px;
      background-color: #282b32; }
    #md .charts-section .dropdown-wrapper .check_box_chart::-webkit-scrollbar {
      width: 8px;
      background-color: transparent; }
    #md .charts-section .dropdown-wrapper .check_box_chart::-webkit-scrollbar-thumb {
      border-radius: 6px;
      background-color: #8fc447;
      border: none; }
    #md .charts-section .dropdown-wrapper a.filter_link {
      color: #8fc447 !important;
      text-decoration: none !important; }
      #md .charts-section .dropdown-wrapper a.filter_link:hover {
        text-decoration: underline !important; }
    #md .charts-section .dropdown-wrapper .div-table-tr {
      float: right; }
    #md .charts-section .dropdown-wrapper .dropdown dt ul {
      position: absolute;
      max-height: 300px;
      right: 0;
      background-color: #353942;
      border: none;
      box-shadow: black 0px 0px 20px 0px;
      border: solid 1px #5f6567; }
  #md .charts-section .dropdown-menu a {
    background: white; }
  #md .charts-section .div-table {
    width: 1350px;
    color: #929396;
    margin: 0 auto; }
  #md .charts-section .widget-wrapper {
    background-color: #262931;
    height: auto;
    overflow: hidden; }
    #md .charts-section .widget-wrapper.conversions-from-new-client-to-membership {
      height: auto-50px; }
    #md .charts-section .widget-wrapper.active {
      height: auto;
      padding-bottom: 25px; }
  #md .charts-section .box-blue,
  #md .charts-section .box-green,
  #md .charts-section .box-grey {
    border: solid 1px #5f6567;
    margin-bottom: 15px; }
  #md .charts-section .box-blue-tile-attendance-chart h4 {
    color: white;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 12px; }
  #md .charts-section .color-box-blue {
    background-color: #526089;
    font-family: "Open Sans";
    font-weight: 800; }
  #md .charts-section .chart-tile-box {
    margin-top: -7px;
    margin-right: 0; }
  #md .customer-retention-table a,
  #md .membership-retention-table a {
    color: black; }
  #md #filter-customer-retention-heatmap .customer-retention-table td:first-child,
  #md #customer-retention-table .customer-retention-table td:first-child {
    background: #ddd; }
  #md #filter-customer-retention-heatmap .customer-retention-table td:nth-child(2),
  #md #customer-retention-table .customer-retention-table td:nth-child(2) {
    background: #ddd; }
  #md #filter-membership-retention-heatmap .membership-retention-table td:first-child,
  #md #membership-retention-table .membership-retention-table td:first-child {
    background: #ddd; }
  #md #filter-membership-retention-heatmap .membership-retention-table td:nth-child(2),
  #md #membership-retention-table .membership-retention-table td:nth-child(2) {
    background: #ddd; }
  #md #filter-customer-retention-heatmap th.date-color,
  #md #filter-customer-retention-heatmap td.date-color,
  #md #customer-retention-table th.date-color,
  #md #customer-retention-table td.date-color {
    color: black;
    background: white !important; }
  #md #customer-retention-table .custom-tooltip {
    max-width: 250px;
    padding: 3px 8px;
    font-weight: bold;
    border-radius: 4px;
    font-size: 12px;
    line-height: 14px;
    text-align: center; }
  #md #customer-retention-table .month-info .custom-tooltip {
    white-space: pre-line; }
  #md #filter-membership-retention-heatmap th.date-color,
  #md #filter-membership-retention-heatmap td.date-color,
  #md #membership-retention-table th.date-color,
  #md #membership-retention-table td.date-color {
    color: black;
    background: white !important; }
  #md .infoside .metrics,
  #md .offers-sold .metrics {
    color: white; }
  #md .loading-sankey {
    height: 100%; }
    #md .loading-sankey .md-cs-loader-inner {
      top: 1%; }
  #md .membership-chart-table .google-visualization-table-type-number.google-visualization-table-td {
    color: #00ff5e; }
    #md .membership-chart-table .google-visualization-table-type-number.google-visualization-table-td::before {
      content: "+"; }
    #md .membership-chart-table .google-visualization-table-type-number.google-visualization-table-td a {
      color: #00ff5e !important; }
    #md .membership-chart-table .google-visualization-table-type-number.google-visualization-table-td.zero {
      color: #87919f; }
      #md .membership-chart-table .google-visualization-table-type-number.google-visualization-table-td.zero::before {
        content: ""; }
      #md .membership-chart-table .google-visualization-table-type-number.google-visualization-table-td.zero a {
        color: #87919f !important; }
    #md .membership-chart-table .google-visualization-table-type-number.google-visualization-table-td.negative {
      color: red; }
      #md .membership-chart-table .google-visualization-table-type-number.google-visualization-table-td.negative::before {
        content: ""; }
      #md .membership-chart-table .google-visualization-table-type-number.google-visualization-table-td.negative a {
        color: red !important; }
  #md .chart-holder.membership-chart-table {
    min-height: 300px;
    position: relative; }
    #md .chart-holder.membership-chart-table .sticky-table {
      position: absolute;
      z-index: 2; }
      #md .chart-holder.membership-chart-table .sticky-table th {
        height: 29px; }
  #md .chart-holder.custom-bottom-boxes {
    min-height: 170px; }
    #md .chart-holder.custom-bottom-boxes .box-blue-tile-attendance-chart {
      float: left;
      width: 265px; }
      #md .chart-holder.custom-bottom-boxes .box-blue-tile-attendance-chart .positive {
        font-size: 12px;
        color: #00ff5e;
        position: absolute;
        top: 19px;
        padding-left: 6px; }
      #md .chart-holder.custom-bottom-boxes .box-blue-tile-attendance-chart .negative {
        color: red;
        font-size: 12px;
        position: absolute;
        top: 19px;
        padding-left: 6px; }
    #md .chart-holder.custom-bottom-boxes span.value {
      position: relative; }
  #md .number-of-active-members .chart-holder,
  #md .number-of-active-members-by-status .chart-holder,
  #md .number-of-active-members-by-profile .chart-holder {
    padding-top: 50px; }
  #md .number-of-active-members .chart-action-wrapper .members-total,
  #md .number-of-active-members-by-status .chart-action-wrapper .members-total,
  #md .number-of-active-members-by-profile .chart-action-wrapper .members-total {
    color: white;
    font-size: 53px;
    width: auto;
    position: absolute;
    margin-top: 15px;
    padding-right: 32px;
    top: -65px; }
    #md .number-of-active-members .chart-action-wrapper .members-total .time,
    #md .number-of-active-members-by-status .chart-action-wrapper .members-total .time,
    #md .number-of-active-members-by-profile .chart-action-wrapper .members-total .time {
      font-size: 16px;
      float: right;
      top: -12px;
      position: relative;
      left: 18px; }
  #md.light .learn-overlay {
    background: #5b6578; }
    #md.light .learn-overlay::after {
      border-bottom: 13px solid #5b6578; }
  #md .learn-more-wrapper {
    display: flex;
    z-index: 162; }
    #md .learn-more-wrapper.react {
      top: -5px;
      left: -20px;
      float: left; }
      #md .learn-more-wrapper.react.active {
        z-index: 103 !important; }
    #md .learn-more-wrapper.react-learn-more {
      left: -20px;
      font-size: 15px;
      z-index: 1; }
      #md .learn-more-wrapper.react-learn-more.active {
        z-index: 103 !important; }
  #md .react-learn-more .learn-more-button {
    font-size: 14px; }
  #md .learn-more-button {
    display: flex;
    width: auto;
    height: 16px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none; }
  #md .learn-overlay {
    width: 1337px;
    height: fit-content;
    background: #353942;
    position: absolute;
    top: 105px;
    left: 15px;
    display: none;
    border-radius: 10px;
    border: solid 1px #484b52;
    color: white;
    padding: 15px;
    z-index: 102; }
    #md .learn-overlay ul {
      list-style-type: decimal;
      padding-left: 15px; }
    #md .learn-overlay::after {
      content: "";
      position: absolute;
      left: 27px;
      top: -13px;
      width: 0;
      height: 0;
      border-right: 10px solid transparent;
      border-bottom: 13px solid #353942;
      border-left: 10px solid transparent;
      clear: both; }
    #md .learn-overlay h3 {
      color: white;
      font-size: 26px;
      margin: 0; }
  #md .charts-section .learn-more-wrapper .learn-overlay {
    top: 60px;
    left: 30px;
    max-height: 600px;
    overflow: auto; }
  #md #number-of-active-members-chart .google-visualization-table-table,
  #md #number-of-active-members-by-status-chart .google-visualization-table-table,
  #md #number-of-active-members-by-profile-chart .google-visualization-table-table {
    height: 289px !important; }
  #md #number-of-active-members-chart .google-visualization-table-table th:first-child,
  #md #number-of-active-members-chart .google-visualization-table-table td:first-child,
  #md #number-of-active-members-by-status-chart .google-visualization-table-table th:first-child,
  #md #number-of-active-members-by-status-chart .google-visualization-table-table td:first-child,
  #md #number-of-active-members-by-profile-chart .google-visualization-table-table th:first-child,
  #md #number-of-active-members-by-profile-chart .google-visualization-table-table td:first-child {
    min-width: 150px; }
  #md.light .double-donut-container .value {
    color: black; }
  #md .double-donut-container {
    position: relative;
    width: 195px; }
    #md .double-donut-container .value {
      position: absolute;
      color: white;
      font-weight: 700;
      top: 48%;
      text-align: center;
      width: fit-content;
      z-index: 100;
      left: 42%;
      opacity: 0;
      transition: opacity 0.5s; }
      #md .double-donut-container .value.hover {
        opacity: 1; }
    #md .double-donut-container .recharts-pie-sector path {
      opacity: 1;
      transition: opacity 0.5s; }
    #md .double-donut-container .recharts-pie-sector path[name="Current"]:hover,
    #md .double-donut-container .recharts-pie-sector path[name="Pacing"]:hover {
      opacity: 0.5; }
  #md.light .arrow a:hover .left, #md.light .arrow a:hover .top, #md.light .arrow a:hover .bottom, #md.light .arrow a:hover .right {
    border: 1px solid black; }
  #md.light .arrow a:hover .left:after, #md.light .arrow a:hover .top:after, #md.light .arrow a:hover .bottom:after, #md.light .arrow a:hover .right:after {
    border-top: 2px solid black;
    border-right: 2px solid black; }
  #md .arrow {
    display: none;
    vertical-align: middle;
    top: 50px;
    position: relative;
    left: 50px;
    cursor: pointer; }
    #md .arrow a {
      display: inline-block;
      border-radius: 50%; }
    #md .arrow a:hover .left, #md .arrow a:hover .top, #md .arrow a:hover .bottom, #md .arrow a:hover .right {
      border: 1px solid white; }
    #md .arrow a:hover .left:after, #md .arrow a:hover .top:after, #md .arrow a:hover .bottom:after, #md .arrow a:hover .right:after {
      border-top: 2px solid white;
      border-right: 2px solid white; }
    #md .arrow .left {
      display: inline-block;
      width: 50px;
      height: 50px;
      border: 1px solid #6f7178;
      border-radius: 50%; }
    #md .arrow .left:after {
      content: '';
      display: inline-block;
      margin-top: 16px;
      margin-left: 18px;
      width: 16px;
      height: 16px;
      border-top: 2px solid #6f7178;
      border-right: 2px solid #6f7178;
      -moz-transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
    #md .arrow .top {
      display: inline-block;
      width: 50px;
      height: 50px;
      border: 1px solid #6f7178;
      border-radius: 50%;
      margin-right: 0.75em; }
    #md .arrow .top:after {
      content: '';
      display: inline-block;
      margin-top: .9vh;
      width: .8vw;
      height: .8vw;
      border-top: 2px solid #6f7178;
      border-right: 2px solid #6f7178;
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #md .arrow .bottom {
      display: inline-block;
      width: 50px;
      height: 50px;
      border: 1px solid #6f7178;
      border-radius: 50%;
      margin-left: 0.75em; }
    #md .arrow .bottom:after {
      content: '';
      display: inline-block;
      margin-top: .9vh;
      width: .8vw;
      height: .8vw;
      border-top: 2px solid #6f7178;
      border-right: 2px solid #6f7178;
      -moz-transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
    #md .arrow .right {
      display: inline-block;
      width: 50px;
      height: 50px;
      border: 1px solid #6f7178;
      border-radius: 50%; }
    #md .arrow .right:after {
      content: '';
      display: inline-block;
      margin-top: 16px;
      margin-left: 11px;
      width: 16px;
      height: 16px;
      border-top: 2px solid #6f7178;
      border-right: 2px solid #6f7178;
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  #md .md-cs-loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100; }
    #md .md-cs-loader.bg {
      background: rgba(0, 0, 0, 0.6); }
    #md .md-cs-loader.dark {
      background-color: rgba(0, 0, 0, 0.4); }
  #md .md-cs-loader-inner {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: calc(100%);
    color: #fff;
    padding: 0 100px;
    text-align: center; }
  #md.light .md-cs-loader.bg, #md .light .md-cs-loader.bg {
    background: rgba(255, 255, 255, 0.7); }
  #md.light .md-cs-loader-inner, #md .light .md-cs-loader-inner {
    color: black; }
  #md.light .stairs-up-loader__bar, #md .light .stairs-up-loader__bar {
    background: #778296;
    transform-origin: center bottom;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); }
  #md.light .lds-ellipsis div, #md .light .lds-ellipsis div {
    background: #5b606a !important; }
  #md .md-cs-loader-inner label {
    font-size: 20px;
    opacity: 0;
    display: inline-block; }

@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(-300px); }
  33% {
    opacity: 1;
    transform: translateX(0px); }
  66% {
    opacity: 1;
    transform: translateX(0px); }
  100% {
    opacity: 0;
    transform: translateX(300px); } }

@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px); }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px); }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px); } }
  #md .md-cs-loader-inner label:nth-child(6) {
    -webkit-animation: lol 3s infinite ease-in-out;
    animation: lol 3s infinite ease-in-out; }
  #md .md-cs-loader-inner label:nth-child(5) {
    -webkit-animation: lol 3s 100ms infinite ease-in-out;
    animation: lol 3s 100ms infinite ease-in-out; }
  #md .md-cs-loader-inner label:nth-child(4) {
    -webkit-animation: lol 3s 200ms infinite ease-in-out;
    animation: lol 3s 200ms infinite ease-in-out; }
  #md .md-cs-loader-inner label:nth-child(3) {
    -webkit-animation: lol 3s 300ms infinite ease-in-out;
    animation: lol 3s 300ms infinite ease-in-out; }
  #md .md-cs-loader-inner label:nth-child(2) {
    -webkit-animation: lol 3s 400ms infinite ease-in-out;
    animation: lol 3s 400ms infinite ease-in-out; }
  #md .md-cs-loader-inner label:nth-child(1) {
    -webkit-animation: lol 3s 500ms infinite ease-in-out;
    animation: lol 3s 500ms infinite ease-in-out; }

@keyframes bar1 {
  from,
  to {
    height: 1.1em; }
  50% {
    height: 2.5em; } }

@keyframes bar2 {
  from,
  to {
    height: 1.5em; }
  50% {
    height: 2em; } }

@keyframes bar3 {
  from,
  to {
    height: 2em; }
  50% {
    height: 0.8em; } }

@keyframes bar4 {
  from,
  to {
    height: 1.7em; }
  50% {
    height: 0.5em; } }
  #md .bar-chart-loader {
    display: inline-block;
    line-height: 5em; }
    #md .bar-chart-loader::before, #md .bar-chart-loader::after {
      animation-duration: 2.5s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      content: "";
      display: inline-block;
      width: 0.5em; }
  #md .bar-chart-loader1::before {
    animation-name: bar1;
    margin-right: 0.3em;
    background-color: #1193cc; }
  #md .bar-chart-loader1::after {
    animation-name: bar2;
    background-color: #f96549;
    animation-timing-function: linear;
    margin-right: 0.3em; }
  #md .bar-chart-loader2::before {
    animation-name: bar3;
    background-color: #f5967b;
    margin-right: 0.3em; }
  #md .bar-chart-loader2::after {
    animation-name: bar4;
    background-color: #42b77a; }
  #md .stairs-up-loader {
    position: relative;
    width: 75px;
    height: 100px;
    margin: 0 auto; }
    #md .stairs-up-loader__bar {
      position: absolute;
      bottom: 0;
      width: 10px;
      height: 50%;
      background: white;
      transform-origin: center bottom;
      box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); }
      #md .stairs-up-loader__bar:nth-child(1) {
        left: 0px;
        transform: scale(1, 0.2);
        animation: barUp1 4s infinite; }
      #md .stairs-up-loader__bar:nth-child(2) {
        left: 15px;
        transform: scale(1, 0.4);
        animation: barUp2 4s infinite; }
      #md .stairs-up-loader__bar:nth-child(3) {
        left: 30px;
        transform: scale(1, 0.6);
        animation: barUp3 4s infinite; }
      #md .stairs-up-loader__bar:nth-child(4) {
        left: 45px;
        transform: scale(1, 0.8);
        animation: barUp4 4s infinite; }
      #md .stairs-up-loader__bar:nth-child(5) {
        left: 60px;
        transform: scale(1, 1);
        animation: barUp5 4s infinite; }
    #md .stairs-up-loader__ball {
      position: absolute;
      bottom: 10px;
      left: 0;
      width: 10px;
      height: 10px;
      background: #a5e000;
      border-radius: 50%;
      animation: ball 4s infinite; }

@keyframes ball {
  0% {
    transform: translate(0, 0); }
  5% {
    transform: translate(8px, -14px); }
  10% {
    transform: translate(15px, -10px); }
  17% {
    transform: translate(23px, -24px); }
  20% {
    transform: translate(30px, -20px); }
  27% {
    transform: translate(38px, -34px); }
  30% {
    transform: translate(45px, -30px); }
  37% {
    transform: translate(53px, -44px); }
  40% {
    transform: translate(60px, -40px); }
  50% {
    transform: translate(60px, 0); }
  57% {
    transform: translate(53px, -14px); }
  60% {
    transform: translate(45px, -10px); }
  67% {
    transform: translate(37px, -24px); }
  70% {
    transform: translate(30px, -20px); }
  77% {
    transform: translate(22px, -34px); }
  80% {
    transform: translate(15px, -30px); }
  87% {
    transform: translate(7px, -44px); }
  90% {
    transform: translate(0, -40px); }
  100% {
    transform: translate(0, 0); } }

@keyframes barUp1 {
  0% {
    transform: scale(1, 0.2); }
  40% {
    transform: scale(1, 0.2); }
  50% {
    transform: scale(1, 1); }
  90% {
    transform: scale(1, 1); }
  100% {
    transform: scale(1, 0.2); } }

@keyframes barUp2 {
  0% {
    transform: scale(1, 0.4); }
  40% {
    transform: scale(1, 0.4); }
  50% {
    transform: scale(1, 0.8); }
  90% {
    transform: scale(1, 0.8); }
  100% {
    transform: scale(1, 0.4); } }

@keyframes barUp3 {
  0% {
    transform: scale(1, 0.6); }
  100% {
    transform: scale(1, 0.6); } }

@keyframes barUp4 {
  0% {
    transform: scale(1, 0.8); }
  40% {
    transform: scale(1, 0.8); }
  50% {
    transform: scale(1, 0.4); }
  90% {
    transform: scale(1, 0.4); }
  100% {
    transform: scale(1, 0.8); } }

@keyframes barUp5 {
  0% {
    transform: scale(1, 1); }
  40% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1, 0.2); }
  90% {
    transform: scale(1, 0.2); }
  100% {
    transform: scale(1, 1); } }
  #md .md-ui-loader,
  #md .md-ui-loader:before,
  #md .md-ui-loader:after {
    background: #ffffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em; }
  #md .md-ui-loader {
    color: #ffffff;
    text-indent: -9999em;
    margin: 16px auto;
    position: relative;
    font-size: 5px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }
  #md .md-ui-loader:before,
  #md .md-ui-loader:after {
    position: absolute;
    top: 0;
    content: ""; }
  #md .md-ui-loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  #md .md-ui-loader:after {
    left: 1.5em; }

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }
  #md .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 30px; }
  #md .lds-ellipsis div {
    position: absolute;
    top: 12px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0); }
  #md .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite; }
  #md .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite; }
  #md .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite; }
  #md .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(24px, 0); } }
  #md .settings {
    max-width: 1350px;
    margin: 0 auto;
    min-height: 100vh;
    height: 100%;
    padding: 10px 40px; }
    #md .settings .main-nav a {
      color: black;
      font-weight: bold; }
    #md .settings .panel-heading a {
      color: black; }
    #md .settings .btn-primary,
    #md .settings .btn-default {
      background-color: #8fc447;
      border-radius: 50px;
      color: black; }
    #md .settings a.dropdown-ikzm {
      background-color: #f5f5f5;
      border: 1px solid #ddd;
      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);
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
      height: 34px; }
    #md .settings ul.navbar-ikzm {
      margin-right: 10px;
      margin-left: 15px; }
    #md .settings div.mb3 {
      margin-bottom: 3px; }
    #md .settings div.label-desc {
      font-style: italic;
      color: darkgray;
      text-align: center;
      font-size: 14px; }
  #md .modal {
    background: rgba(0, 0, 0, 0.5); }
    #md .modal.edit-annotations-form .modal-content, #md .modal.select-period .modal-content {
      background-color: #353942;
      color: white; }
      #md .modal.edit-annotations-form .modal-content .modal-header, #md .modal.select-period .modal-content .modal-header {
        background-color: #353942; }
      #md .modal.edit-annotations-form .modal-content .modal-body .nav-pills li a, #md .modal.select-period .modal-content .modal-body .nav-pills li a {
        border: none;
        color: white;
        text-decoration: none; }
        #md .modal.edit-annotations-form .modal-content .modal-body .nav-pills li a:hover, #md .modal.select-period .modal-content .modal-body .nav-pills li a:hover {
          color: black; }
      #md .modal.edit-annotations-form .modal-content .modal-body .nav-pills li.active a, #md .modal.select-period .modal-content .modal-body .nav-pills li.active a {
        background: #8fc447;
        color: white;
        border-color: #8fc447; }
      #md .modal.edit-annotations-form .modal-content .modal-body .chosen-container .chosen-results li.highlighted, #md .modal.select-period .modal-content .modal-body .chosen-container .chosen-results li.highlighted {
        background-color: #8fc447;
        background-image: none;
        color: white; }
      #md .modal.edit-annotations-form .modal-content .modal-body .row-grey, #md .modal.select-period .modal-content .modal-body .row-grey {
        background-color: #526089; }
        #md .modal.edit-annotations-form .modal-content .modal-body .row-grey .glyphicon, #md .modal.select-period .modal-content .modal-body .row-grey .glyphicon {
          color: white; }
      #md .modal.edit-annotations-form .modal-content .modal-body [data-bip-type="textarea"] form, #md .modal.select-period .modal-content .modal-body [data-bip-type="textarea"] form {
        color: black; }
        #md .modal.edit-annotations-form .modal-content .modal-body [data-bip-type="textarea"] form .cancel-annotation, #md .modal.select-period .modal-content .modal-body [data-bip-type="textarea"] form .cancel-annotation {
          position: absolute;
          bottom: 0;
          right: 100px; }
      #md .modal.edit-annotations-form .modal-content .modal-body .btn-primary, #md .modal.select-period .modal-content .modal-body .btn-primary {
        color: #262931;
        background-color: #8fc447;
        border: solid 1px #8fc447; }
        #md .modal.edit-annotations-form .modal-content .modal-body .btn-primary:hover, #md .modal.select-period .modal-content .modal-body .btn-primary:hover {
          color: white; }
      #md .modal.edit-annotations-form .modal-content .modal-body .btn-default, #md .modal.select-period .modal-content .modal-body .btn-default {
        color: white;
        background-color: transparent;
        border-color: white; }
        #md .modal.edit-annotations-form .modal-content .modal-body .btn-default:hover, #md .modal.select-period .modal-content .modal-body .btn-default:hover {
          color: black;
          background-color: white; }
      #md .modal.edit-annotations-form .modal-content .modal-header .close, #md .modal.select-period .modal-content .modal-header .close {
        color: white; }
      #md .modal.edit-annotations-form .modal-content .modal-header .close:hover, #md .modal.edit-annotations-form .modal-content .modal-header .close:focus, #md .modal.select-period .modal-content .modal-header .close:hover, #md .modal.select-period .modal-content .modal-header .close:focus {
        color: white; }
      #md .modal.edit-annotations-form .modal-content .border-bottom, #md .modal.edit-annotations-form .modal-content .modal-header, #md .modal.select-period .modal-content .border-bottom, #md .modal.select-period .modal-content .modal-header {
        border-bottom: 1px solid #666; }
      #md .modal.edit-annotations-form .modal-content .modal-footer, #md .modal.select-period .modal-content .modal-footer {
        border-top: 1px solid #666; }
        #md .modal.edit-annotations-form .modal-content .modal-footer .btn-primary, #md .modal.select-period .modal-content .modal-footer .btn-primary {
          color: #262931;
          background-color: #8fc447;
          border: solid 1px #8fc447; }
          #md .modal.edit-annotations-form .modal-content .modal-footer .btn-primary:hover, #md .modal.select-period .modal-content .modal-footer .btn-primary:hover {
            color: white; }
        #md .modal.edit-annotations-form .modal-content .modal-footer .btn-default, #md .modal.select-period .modal-content .modal-footer .btn-default {
          color: white;
          background-color: transparent;
          border-color: white; }
          #md .modal.edit-annotations-form .modal-content .modal-footer .btn-default:hover, #md .modal.select-period .modal-content .modal-footer .btn-default:hover {
            color: black;
            background-color: white; }
  #md #select-site .modal-body ul.sites li.active {
    color: #8fc447; }
  #md #select-site .modal-footer button.link {
    color: #8fc447; }
  #md.light .monthPicker {
    color: #6f7178; }
  #md.light .month-picker > .rmp-container .rmp-popup {
    border: 1px solid #ccc;
    box-shadow: 0 1px 5px #ddd;
    background-color: rgba(255, 255, 255, 0.96); }
    #md.light .month-picker > .rmp-container .rmp-popup.range {
      background: #5b6578; }
      #md.light .month-picker > .rmp-container .rmp-popup.range .rmp-pad {
        background-color: #5b6578; }
    #md.light .month-picker > .rmp-container .rmp-popup .rmp-pad .rmp-btn {
      border-color: #e8edf2;
      color: #596579;
      background: #bdc7d0; }
    #md.light .month-picker > .rmp-container .rmp-popup .rmp-pad .rmp-btn.prev,
    #md.light .month-picker > .rmp-container .rmp-popup .rmp-pad .rmp-btn.next {
      background: transparent;
      border: none;
      color: white; }
    #md.light .month-picker > .rmp-container .rmp-popup .rmp-pad .disable,
    #md.light .month-picker > .rmp-container .rmp-popup .rmp-pad .disable:hover {
      background: transparent;
      border-color: #4e5869;
      color: #989898;
      cursor: default; }
  #md .month-picker {
    position: relative;
    font-size: 19px; }
    #md .month-picker > .rmp-container {
      position: relative;
      box-sizing: border-box;
      -webkit-tap-highlight-color: transparent;
      z-index: 103;
      top: 1px;
      left: -10000px;
      -webkit-transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 450ms;
      -moz-transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 450ms;
      transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 450ms; }
      #md .month-picker > .rmp-container.rmp-table {
        display: table; }
      #md .month-picker > .rmp-container.show {
        left: 0;
        -webkit-transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        -moz-transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
        #md .month-picker > .rmp-container.show .rmp-overlay {
          left: 0; }
      #md .month-picker > .rmp-container .rmp-overlay {
        top: 0;
        left: -10000px;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 9;
        opacity: 1;
        -webkit-tap-highlight-color: transparent;
        will-change: opacity;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        -moz-transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
      #md .month-picker > .rmp-container .rmp-cell {
        display: table-cell;
        vertical-align: middle;
        box-sizing: border-box;
        width: 100%;
        height: 100%; }
      #md .month-picker > .rmp-container .rmp-popup {
        position: absolute;
        -webkit-tap-highlight-color: transparent;
        -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1);
        margin: 0 auto;
        z-index: 10;
        font-size: 1.2rem;
        opacity: 0;
        border-radius: 0px;
        padding: 0.4rem;
        box-sizing: content-box;
        box-shadow: black 0px 0px 20px 0px;
        color: #fff;
        background-color: #353942; }
        #md .month-picker > .rmp-container .rmp-popup.show {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
        #md .month-picker > .rmp-container .rmp-popup:after {
          content: ' ';
          clear: both;
          display: table; }
        #md .month-picker > .rmp-container .rmp-popup .rmp-pad {
          position: relative; }
          #md .month-picker > .rmp-container .rmp-popup .rmp-pad > div label {
            text-align: center;
            line-height: 3.4rem;
            display: block;
            font-size: 18px;
            color: white;
            font-weight: bold; }
            #md .month-picker > .rmp-container .rmp-popup .rmp-pad > div label b {
              font-weight: bold;
              margin-right: 0.5em; }
          #md .month-picker > .rmp-container .rmp-popup .rmp-pad > div i {
            text-align: center;
            line-height: 3.4rem;
            background: none;
            border: none;
            font-style: normal;
            width: 3.4rem;
            height: 3.4rem;
            position: absolute;
            top: 0; }
            #md .month-picker > .rmp-container .rmp-popup .rmp-pad > div i.prev, #md .month-picker > .rmp-container .rmp-popup .rmp-pad > div i.next {
              background: transparent;
              border: none;
              color: white; }
            #md .month-picker > .rmp-container .rmp-popup .rmp-pad > div i.prev:hover, #md .month-picker > .rmp-container .rmp-popup .rmp-pad > div i.next:hover {
              background: transparent;
              border: none;
              color: white; }
            #md .month-picker > .rmp-container .rmp-popup .rmp-pad > div i.prev {
              left: 0; }
            #md .month-picker > .rmp-container .rmp-popup .rmp-pad > div i.next {
              right: 0; }
          #md .month-picker > .rmp-container .rmp-popup .rmp-pad ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            display: block;
            width: 100%; }
            #md .month-picker > .rmp-container .rmp-popup .rmp-pad ul:after {
              content: ' ';
              clear: both;
              display: table; }
          #md .month-picker > .rmp-container .rmp-popup .rmp-pad li {
            list-style-type: none;
            margin: 0;
            padding: 0;
            display: block;
            float: left;
            text-align: center;
            line-height: 3.4rem;
            font-size: 1.15rem;
            border-radius: 0px;
            text-overflow: ellipsis;
            white-space: nowrap;
            *white-space: nowrap;
            overflow: hidden;
            -webkit-font-smoothing: antialiased;
            -webkit-text-stroke-width: 0.2px;
            -moz-osx-font-smoothing: grayscale;
            -webkit-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
            -moz-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
            transition: background-color 200ms ease-in-out, color 200ms ease-in-out; }
        #md .month-picker > .rmp-container .rmp-popup .rmp-pad .rmp-btn {
          margin: 0 -1px -1px 0;
          cursor: pointer;
          border: 1px solid #333943;
          background-color: #555961; }
          #md .month-picker > .rmp-container .rmp-popup .rmp-pad .rmp-btn:hover {
            background-color: #e4e7e7;
            color: #555961; }
          #md .month-picker > .rmp-container .rmp-popup .rmp-pad .rmp-btn.select {
            background-color: #68c300;
            border: 1px solid #68c300;
            color: white; }
            #md .month-picker > .rmp-container .rmp-popup .rmp-pad .rmp-btn.select:hover {
              background-color: #33dacd;
              border-color: #33dacd;
              color: #fff; }
        #md .month-picker > .rmp-container .rmp-popup .rmp-pad li.active, #md .month-picker > .rmp-container .rmp-popup .rmp-pad li.active:hover {
          background-color: #68c300;
          color: #fff;
          border: 1px solid #68c300;
          cursor: default; }
        #md .month-picker > .rmp-container .rmp-popup .rmp-pad .disable {
          background-color: #333943;
          color: #586273;
          border: 1px solid #2b2f39;
          cursor: default;
          pointer-events: none; }
    #md .month-picker .toggleable-button-root {
      border-radius: 2px;
      padding: 10px; }
      #md .month-picker .toggleable-button-root .DateRangePickerInput_arrow_svg {
        margin: 0 0.7rem; }
    #md .month-picker .toggleable-button-root:hover {
      cursor: pointer;
      background: transparent; }
  #md .month-picker > .rmp-container .rmp-popup {
    -webkit-transform: translate3d(0, -64px, 0);
    -moz-transform: translate3d(0, -64px, 0);
    -ms-transform: translate3d(0, -64px, 0);
    -o-transform: translate3d(0, -64px, 0);
    transform: translate3d(0, -64px, 0);
    top: 0;
    width: 20rem; }
    #md .month-picker > .rmp-container .rmp-popup .rmp-pad {
      box-sizing: border-box;
      float: left;
      width: 20rem; }
      #md .month-picker > .rmp-container .rmp-popup .rmp-pad:nth-of-type(2) {
        float: right; }
      #md .month-picker > .rmp-container .rmp-popup .rmp-pad li {
        padding: 0 !important;
        width: 33.3333333333%; }
    #md .month-picker > .rmp-container .rmp-popup.range {
      width: 40.6rem;
      padding: 0.6rem; }
    #md .month-picker > .rmp-container .rmp-popup.range {
      right: -50%; }
      #md .month-picker > .rmp-container .rmp-popup.range .rmp-pad {
        background-color: #353942; }
  @media screen and (max-width: 1540px) {
    #md .month-picker > .rmp-container .rmp-popup.range {
      right: 0; } }
  #md .list-admin .panel-title-links .btn.active, #md .list-admin .panel-title-links .btn:active {
    outline: 0;
    background-image: none;
    box-shadow: none; }
  #md .list-admin .panel-title-links .btn-default {
    background: none;
    border: none; }
    #md .list-admin .panel-title-links .btn-default:active {
      box-shadow: transparent; }
  #md #number-of-active-members-chart,
  #md #number-of-active-members-by-status-chart {
    padding: 0; }
  #md #membershipBreakdownWrapper .membershipBreakdown.active .widget {
    max-height: 1100px;
    overflow: unset; }
  #md #membershipBreakdownWrapper.mbo {
    max-height: 1600px; }
  #md .select-box.toggle {
    color: white; }
    #md .select-box.toggle input.ios8-switch[type="checkbox"] + label {
      position: relative;
      top: -6px; }
  #md.light .DayPicker__horizontal, #md .light .DayPicker__horizontal,
  #md #settings-light .DayPicker__horizontal {
    background: #5b6578; }
  #md.light .CalendarMonth, #md .light .CalendarMonth,
  #md #settings-light .CalendarMonth {
    background: #5b6578; }
  #md.light .DateInput_fangStroke, #md .light .DateInput_fangStroke,
  #md #settings-light .DateInput_fangStroke {
    stroke: #5b6578; }
  #md.light .DateInput_fangShape, #md .light .DateInput_fangShape,
  #md #settings-light .DateInput_fangShape {
    fill: #5b6578; }
  #md.light .CalendarMonth_caption, #md .light .CalendarMonth_caption,
  #md #settings-light .CalendarMonth_caption {
    color: white; }
  #md.light .CalendarDay__default, #md .light .CalendarDay__default,
  #md #settings-light .CalendarDay__default {
    border: 1px solid #e8edf2;
    color: #596579;
    background: #bdc7d0; }
  #md.light .DayPickerNavigation_button__default, #md .light .DayPickerNavigation_button__default,
  #md #settings-light .DayPickerNavigation_button__default {
    border: 1px solid #596579;
    background-color: #596579; }
  #md.light .CalendarDay__blocked_out_of_range,
  #md.light .CalendarDay__blocked_out_of_range:active,
  #md.light .CalendarDay__blocked_out_of_range:hover, #md .light .CalendarDay__blocked_out_of_range,
  #md .light .CalendarDay__blocked_out_of_range:active,
  #md .light .CalendarDay__blocked_out_of_range:hover,
  #md #settings-light .CalendarDay__blocked_out_of_range,
  #md #settings-light .CalendarDay__blocked_out_of_range:active,
  #md #settings-light .CalendarDay__blocked_out_of_range:hover {
    background: #596579;
    border: 1px solid #4e5869;
    color: #989898; }
  #md.light .CalendarDay__selected,
  #md.light .CalendarDay__selected:active,
  #md.light .CalendarDay__selected_span,
  #md.light .CalendarDay__selected_span:active, #md .light .CalendarDay__selected,
  #md .light .CalendarDay__selected:active,
  #md .light .CalendarDay__selected_span,
  #md .light .CalendarDay__selected_span:active,
  #md #settings-light .CalendarDay__selected,
  #md #settings-light .CalendarDay__selected:active,
  #md #settings-light .CalendarDay__selected_span,
  #md #settings-light .CalendarDay__selected_span:active {
    background: #68c300;
    border: 1px double #68c300;
    color: #fff; }
  #md.light .DayPickerNavigation_svg__horizontal, #md .light .DayPickerNavigation_svg__horizontal,
  #md #settings-light .DayPickerNavigation_svg__horizontal {
    fill: white; }
  #md.light .DayPicker_weekHeader, #md .light .DayPicker_weekHeader,
  #md #settings-light .DayPicker_weekHeader {
    color: #e8edf2; }
  #md .PresetDateRangePicker_panel {
    padding: 0 22px 11px; }
  #md .PresetDateRangePicker_button {
    position: relative;
    height: 100%;
    text-align: center;
    background: 0 0;
    border: 2px solid #00a699;
    color: #00a699;
    padding: 4px 12px;
    margin-right: 8px;
    font: inherit;
    font-weight: 700;
    line-height: normal;
    overflow: visible;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer; }
  #md .PresetDateRangePicker_button:active {
    outline: 0; }
  #md .PresetDateRangePicker_button__selected {
    color: #fff;
    background: #00a699; }
  #md .SingleDatePickerInput {
    display: inline-block;
    background-color: #fff; }
  #md .SingleDatePickerInput__withBorder {
    border-radius: 2px;
    border: 1px solid #dbdbdb; }
  #md .SingleDatePickerInput__rtl {
    direction: rtl; }
  #md .SingleDatePickerInput__disabled {
    background-color: #f2f2f2; }
  #md .SingleDatePickerInput__block {
    display: block; }
  #md .SingleDatePickerInput__showClearDate {
    padding-right: 30px; }
  #md .SingleDatePickerInput_clearDate {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    padding: 10px;
    margin: 0 10px 0 5px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  #md .SingleDatePickerInput_clearDate__default:focus,
  #md .SingleDatePickerInput_clearDate__default:hover {
    background: #dbdbdb;
    border-radius: 50%; }
  #md .SingleDatePickerInput_clearDate__small {
    padding: 6px; }
  #md .SingleDatePickerInput_clearDate__hide {
    visibility: hidden; }
  #md .SingleDatePickerInput_clearDate_svg {
    fill: #82888a;
    height: 12px;
    width: 15px;
    vertical-align: middle; }
  #md .SingleDatePickerInput_clearDate_svg__small {
    height: 9px; }
  #md .SingleDatePickerInput_calendarIcon {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    margin: 0 5px 0 10px; }
  #md .SingleDatePickerInput_calendarIcon_svg {
    fill: #82888a;
    height: 15px;
    width: 14px;
    vertical-align: middle; }
  #md .SingleDatePicker {
    position: relative;
    display: inline-block; }
  #md .SingleDatePicker__block {
    display: block; }
  #md .SingleDatePicker_picker {
    z-index: 5;
    background-color: transparent;
    position: absolute; }
  #md .SingleDatePicker_picker__rtl {
    direction: rtl; }
  #md .SingleDatePicker_picker__directionLeft {
    left: 0; }
  #md .SingleDatePicker_picker__directionRight {
    right: 0; }
  #md .SingleDatePicker_picker__portal {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  #md .SingleDatePicker_picker__fullScreenPortal {
    background-color: #fff; }
  #md .SingleDatePicker_closeButton {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    z-index: 2; }
  #md .SingleDatePicker_closeButton:focus,
  #md .SingleDatePicker_closeButton:hover {
    color: #b0b3b4;
    text-decoration: none; }
  #md .SingleDatePicker_closeButton_svg {
    height: 15px;
    width: 15px;
    fill: #cacccd; }
  #md .DayPickerKeyboardShortcuts_buttonReset {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    cursor: pointer;
    font-size: 14px; }
  #md .DayPickerKeyboardShortcuts_buttonReset:active {
    outline: 0; }
  #md .DayPickerKeyboardShortcuts_show {
    width: 33px;
    height: 26px;
    position: absolute;
    z-index: 2; }
  #md .DayPickerKeyboardShortcuts_show::before {
    content: "";
    display: block;
    position: absolute; }
  #md .DayPickerKeyboardShortcuts_show__bottomRight {
    bottom: 0;
    right: 0; }
  #md .DayPickerKeyboardShortcuts_show__bottomRight::before {
    border-top: 26px solid transparent;
    border-right: 33px solid #00a699;
    bottom: 0;
    right: 0; }
  #md .DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
    border-right: 33px solid #008489; }
  #md .DayPickerKeyboardShortcuts_show__topRight {
    top: 0;
    right: 0; }
  #md .DayPickerKeyboardShortcuts_show__topRight::before {
    border-bottom: 26px solid transparent;
    border-right: 33px solid #00a699;
    top: 0;
    right: 0; }
  #md .DayPickerKeyboardShortcuts_show__topRight:hover::before {
    border-right: 33px solid #008489; }
  #md .DayPickerKeyboardShortcuts_show__topLeft {
    top: 0;
    left: 0; }
  #md .DayPickerKeyboardShortcuts_show__topLeft::before {
    border-bottom: 26px solid transparent;
    border-left: 33px solid #00a699;
    top: 0;
    left: 0; }
  #md .DayPickerKeyboardShortcuts_show__topLeft:hover::before {
    border-left: 33px solid #008489; }
  #md .DayPickerKeyboardShortcuts_showSpan {
    color: #fff;
    position: absolute; }
  #md .DayPickerKeyboardShortcuts_showSpan__bottomRight {
    bottom: 0;
    right: 5px; }
  #md .DayPickerKeyboardShortcuts_showSpan__topRight {
    top: 1px;
    right: 5px; }
  #md .DayPickerKeyboardShortcuts_showSpan__topLeft {
    top: 1px;
    left: 5px; }
  #md .DayPickerKeyboardShortcuts_panel {
    overflow: auto;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    padding: 22px;
    margin: 33px;
    text-align: left; }
  #md .DayPickerKeyboardShortcuts_title {
    font-size: 16px;
    font-weight: 700;
    margin: 0; }
  #md .DayPickerKeyboardShortcuts_list {
    list-style: none;
    padding: 0;
    font-size: 14px; }
  #md .DayPickerKeyboardShortcuts_close {
    position: absolute;
    right: 22px;
    top: 22px;
    z-index: 2; }
  #md .DayPickerKeyboardShortcuts_close:active {
    outline: 0; }
  #md .DayPickerKeyboardShortcuts_closeSvg {
    height: 15px;
    width: 15px;
    fill: #cacccd; }
  #md .DayPickerKeyboardShortcuts_closeSvg:focus,
  #md .DayPickerKeyboardShortcuts_closeSvg:hover {
    fill: #82888a; }
  #md .CalendarDay {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    text-align: center; }
  #md .CalendarDay:active {
    outline: 0; }
  #md .CalendarDay__defaultCursor {
    cursor: default; }
  #md .CalendarDay__default {
    border: 1px solid #333943;
    color: #ffffff;
    background: #555961; }
  #md .CalendarDay__default:hover {
    background: #e4e7e7;
    border: 1px solid #e4e7e7;
    color: inherit; }
  #md .CalendarDay__hovered_offset {
    background: #f4f5f5;
    border: 1px double #e4e7e7;
    color: inherit; }
  #md .CalendarDay__outside {
    border: 0;
    background: #fff;
    color: #484848; }
  #md .CalendarDay__outside:hover {
    border: 0; }
  #md .CalendarDay__blocked_minimum_nights {
    background: #fff;
    border: 1px solid #eceeee;
    color: #cacccd; }
  #md .CalendarDay__blocked_minimum_nights:active,
  #md .CalendarDay__blocked_minimum_nights:hover {
    background: #fff;
    color: #cacccd; }
  #md .CalendarDay__highlighted_calendar {
    background: #ffe8bc;
    color: #484848; }
  #md .CalendarDay__highlighted_calendar:active,
  #md .CalendarDay__highlighted_calendar:hover {
    background: #ffce71;
    color: #484848; }
  #md .CalendarDay__selected_span {
    background: #68c300;
    border: 1px double #68c300;
    color: #fff; }
  #md .CalendarDay__selected_span:active,
  #md .CalendarDay__selected_span:hover {
    background: #33dacd;
    border: 1px double #33dacd;
    color: #fff; }
  #md .CalendarDay__last_in_range,
  #md .CalendarDay__last_in_range:hover {
    border-style: solid; }
  #md .CalendarDay__selected,
  #md .CalendarDay__selected:active,
  #md .CalendarDay__selected:hover {
    background: #68c300;
    border: 1px double #68c300;
    color: #fff; }
  #md .CalendarDay__hovered_span,
  #md .CalendarDay__hovered_span:hover {
    background: #b2f1ec;
    border: 1px double #80e8e0;
    color: #007a87; }
  #md .CalendarDay__hovered_span:active {
    background: #80e8e0;
    border: 1px double #80e8e0;
    color: #007a87; }
  #md .CalendarDay__blocked_calendar,
  #md .CalendarDay__blocked_calendar:active,
  #md .CalendarDay__blocked_calendar:hover {
    background: #cacccd;
    border: 1px solid #cacccd;
    color: #82888a; }
  #md .CalendarDay__blocked_out_of_range,
  #md .CalendarDay__blocked_out_of_range:active,
  #md .CalendarDay__blocked_out_of_range:hover {
    background: #333943;
    border: 1px solid #2b2f39;
    color: #586273; }
  #md .CalendarMonth {
    background: #353942;
    text-align: center;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #md .CalendarMonth_table {
    border-collapse: collapse;
    border-spacing: 0; }
  #md .CalendarMonth_verticalSpacing {
    border-collapse: separate; }
  #md .CalendarMonth_caption {
    color: white;
    font-size: 18px;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 37px;
    caption-side: initial; }
  #md .CalendarMonth_caption__verticalScrollable {
    padding-top: 12px;
    padding-bottom: 7px; }
  #md .CalendarMonthGrid {
    background: transparent;
    text-align: left;
    z-index: 0; }
  #md .CalendarMonthGrid__animating {
    z-index: 1; }
  #md .CalendarMonthGrid__horizontal {
    position: absolute;
    left: 9px; }
  #md .CalendarMonthGrid__vertical {
    margin: 0 auto; }
  #md .CalendarMonthGrid__vertical_scrollable {
    margin: 0 auto;
    overflow-y: scroll; }
  #md .CalendarMonthGrid_month__horizontal {
    display: inline-block;
    vertical-align: top;
    min-height: 100%; }
  #md .CalendarMonthGrid_month__hideForAnimation {
    position: absolute;
    z-index: -1;
    opacity: 0;
    pointer-events: none; }
  #md .CalendarMonthGrid_month__hidden {
    visibility: hidden; }
  #md .DayPickerNavigation {
    position: relative;
    z-index: 2; }
  #md .DayPickerNavigation__horizontal {
    height: 0; }
  #md .DayPickerNavigation__verticalDefault {
    position: absolute;
    width: 100%;
    height: 52px;
    bottom: 0;
    left: 0; }
  #md .DayPickerNavigation__verticalScrollableDefault {
    position: relative; }
  #md .DayPickerNavigation_button {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 0;
    margin: 0; }
  #md .DayPickerNavigation_button__default {
    border: 1px solid #333943;
    background-color: #333943;
    color: #757575; }
  #md .DayPickerNavigation_button__default:focus,
  #md .DayPickerNavigation_button__default:hover {
    border: 1px solid #c4c4c4; }
  #md .DayPickerNavigation_button__default:active {
    background: #f2f2f2; }
  #md .DayPickerNavigation_button__disabled {
    cursor: default;
    border: 1px solid #f2f2f2; }
  #md .DayPickerNavigation_button__disabled:focus,
  #md .DayPickerNavigation_button__disabled:hover {
    border: 1px solid #f2f2f2; }
  #md .DayPickerNavigation_button__disabled:active {
    background: 0 0; }
  #md .DayPickerNavigation_button__horizontalDefault {
    position: absolute;
    top: 18px;
    line-height: 0.78;
    border-radius: 3px;
    padding: 6px 9px; }
  #md .DayPickerNavigation_leftButton__horizontalDefault {
    left: 22px; }
  #md .DayPickerNavigation_rightButton__horizontalDefault {
    right: 22px; }
  #md .DayPickerNavigation_button__verticalDefault {
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    display: inline-block;
    text-align: center;
    height: 100%;
    width: 50%; }
  #md .DayPickerNavigation_nextButton__verticalDefault {
    border-left: 0; }
  #md .DayPickerNavigation_nextButton__verticalScrollableDefault {
    width: 100%; }
  #md .DayPickerNavigation_svg__horizontal {
    height: 19px;
    width: 19px;
    fill: #82888a;
    display: block; }
  #md .DayPickerNavigation_svg__vertical {
    height: 42px;
    width: 42px;
    fill: #484848; }
  #md .DayPickerNavigation_svg__disabled {
    fill: #f2f2f2; }
  #md .DayPicker {
    background: #fff;
    position: relative;
    text-align: left; }
  #md .DayPicker__horizontal {
    background: #353942; }
  #md .DayPicker__verticalScrollable {
    height: 100%; }
  #md .DayPicker__hidden {
    visibility: hidden; }
  #md .DayPicker__withBorder {
    box-shadow: black 0px 0px 20px 0px;
    border-radius: 3px; }
  #md .DayPicker_portal__horizontal {
    box-shadow: none;
    position: absolute;
    left: 50%;
    top: 50%; }
  #md .DayPicker_portal__vertical {
    position: initial; }
  #md .DayPicker_focusRegion {
    outline: 0; }
  #md .DayPicker_calendarInfo__horizontal,
  #md .DayPicker_wrapper__horizontal {
    display: inline-block;
    vertical-align: top; }
  #md .DayPicker_weekHeaders {
    position: relative; }
  #md .DayPicker_weekHeaders__horizontal {
    margin-left: 9px; }
  #md .DayPicker_weekHeader {
    color: #757575;
    position: absolute;
    top: 62px;
    z-index: 2;
    text-align: left; }
  #md .DayPicker_weekHeader__vertical {
    left: 50%; }
  #md .DayPicker_weekHeader__verticalScrollable {
    top: 0;
    display: table-row;
    border-bottom: 1px solid #dbdbdb;
    background: #fff;
    margin-left: 0;
    left: 0;
    width: 100%;
    text-align: center; }
  #md .DayPicker_weekHeader_ul {
    list-style: none;
    margin: 1px 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px; }
  #md .DayPicker_weekHeader_li {
    display: inline-block;
    text-align: center; }
  #md .DayPicker_transitionContainer {
    position: relative;
    overflow: hidden;
    border-radius: 3px; }
  #md .DayPicker_transitionContainer__horizontal {
    -webkit-transition: height 0.2s ease-in-out;
    -moz-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out; }
  #md .DayPicker_transitionContainer__vertical {
    width: 100%; }
  #md .DayPicker_transitionContainer__verticalScrollable {
    padding-top: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-y: scroll; }
  #md .DateInput {
    margin: 0;
    padding: 0;
    background: #fff;
    position: relative;
    display: inline-block;
    width: 130px;
    vertical-align: middle; }
  #md .DateInput__small {
    width: 97px; }
  #md .DateInput__block {
    width: 100%; }
  #md .DateInput__disabled {
    background: #f2f2f2;
    color: #dbdbdb; }
  #md .DateInput_input {
    font-weight: 200;
    font-size: 19px;
    line-height: 24px;
    color: #484848;
    background-color: #fff;
    width: 100%;
    padding: 11px 11px 9px;
    border: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid transparent;
    border-left: 0;
    border-radius: 0; }
  #md .DateInput_input__small {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.2px;
    padding: 7px 7px 5px; }
  #md .DateInput_input__regular {
    font-weight: auto; }
  #md .DateInput_input__readOnly {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #md .DateInput_input__focused {
    outline: 0;
    background: #fff;
    border: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #3ec700;
    border-left: 0; }
  #md .DateInput_input__disabled {
    background: #f2f2f2;
    font-style: normal; }
  #md .DateInput_screenReaderMessage {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  #md .DateInput_fang {
    position: absolute;
    width: 20px;
    height: 10px;
    left: 22px;
    z-index: 2; }
  #md .DateInput_fangShape {
    fill: #353942; }
  #md .DateInput_fangStroke {
    stroke: #353942;
    fill: transparent; }
  #md .DateRangePickerInput {
    background-color: #fff;
    display: inline-block; }
  #md .DateRangePickerInput__disabled {
    background: #f2f2f2; }
  #md .DateRangePickerInput__withBorder {
    border-radius: 2px;
    border: 1px solid #dbdbdb; }
  #md .DateRangePickerInput__rtl {
    direction: rtl; }
  #md .DateRangePickerInput__block {
    display: block; }
  #md .DateRangePickerInput__showClearDates {
    padding-right: 30px; }
  #md .DateRangePickerInput_arrow {
    display: inline-block;
    vertical-align: middle;
    color: #484848; }
  #md .DateRangePickerInput_arrow_svg {
    vertical-align: middle;
    fill: #484848;
    height: 24px;
    width: 24px; }
  #md .DateRangePickerInput_clearDates {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    padding: 10px;
    margin: 0 10px 0 5px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  #md .DateRangePickerInput_clearDates__small {
    padding: 6px; }
  #md .DateRangePickerInput_clearDates_default:focus,
  #md .DateRangePickerInput_clearDates_default:hover {
    background: #dbdbdb;
    border-radius: 50%; }
  #md .DateRangePickerInput_clearDates__hide {
    visibility: hidden; }
  #md .DateRangePickerInput_clearDates_svg {
    fill: #82888a;
    height: 12px;
    width: 15px;
    vertical-align: middle; }
  #md .DateRangePickerInput_clearDates_svg__small {
    height: 9px; }
  #md .DateRangePickerInput_calendarIcon {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    margin: 0 5px 0 10px; }
  #md .DateRangePickerInput_calendarIcon_svg {
    fill: #82888a;
    height: 15px;
    width: 14px;
    vertical-align: middle; }
  #md .DateRangePicker {
    position: relative;
    display: inline-block;
    z-index: 2; }
  #md .DateRangePicker__block {
    display: block; }
  #md .DateRangePicker_picker {
    z-index: 1;
    background-color: transparent;
    position: absolute; }
  #md .DateRangePicker_picker__rtl {
    direction: rtl; }
  #md .DateRangePicker_picker__directionLeft {
    left: 0; }
  #md .DateRangePicker_picker__directionRight {
    right: 0; }
  #md .DateRangePicker_picker__portal {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  #md .DateRangePicker_picker__fullScreenPortal {
    background-color: #fff; }
  #md .DateRangePicker_closeButton {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    z-index: 2; }
  #md .DateRangePicker_closeButton:focus,
  #md .DateRangePicker_closeButton:hover {
    color: #b0b3b4;
    text-decoration: none; }
  #md .DateRangePicker_closeButton_svg {
    height: 15px;
    width: 15px;
    fill: #cacccd; }
  #md.light .picky__dropdown {
    background: #5b6578; }
  #md.light .picky__dropdown .option,
  #md.light .picky__dropdown li {
    background: #5b6578;
    color: white; }
  #md.light .picky__filter__input {
    background: #e8edf2;
    color: black; }
  #md .picky {
    width: 100%;
    position: relative; }
  #md .picky * {
    box-sizing: border-box; }
  #md .picky__input {
    width: 100%;
    background-color: white;
    border: 0;
    border-width: 1px;
    border-color: #eee;
    border-style: solid;
    border-radius: 2px;
    padding: 5px;
    text-align: left;
    position: relative;
    box-sizing: border-box;
    height: 38px; }
  #md .picky__input::after {
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    right: 16px;
    top: 22px; }
  #md .picky__dropdown {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
    position: absolute;
    left: 0;
    z-index: 99;
    background: #353942;
    top: 39px;
    box-shadow: black 0px 0px 20px 0px;
    border: solid 1px #5f6567;
    border-radius: 5px;
    overflow: auto !important;
    white-space: nowrap;
    width: auto; }
    #md .picky__dropdown::-webkit-scrollbar-track {
      border-radius: 6px;
      background-color: #282b32; }
    #md .picky__dropdown::-webkit-scrollbar {
      width: 8px;
      background-color: transparent; }
    #md .picky__dropdown::-webkit-scrollbar-thumb {
      border-radius: 6px;
      background-color: #8fc447;
      border: none; }
  #md .picky__dropdown .option,
  #md .picky__dropdown li {
    list-style: none;
    background-color: #353942;
    color: #97989b;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by chrome and opera  */
    padding: 0.5em;
    cursor: pointer;
    text-align: left;
    position: relative; }
  #md .withOnly .picky__dropdown .option,
  #md .withOnly .picky__dropdown li {
    padding: 0.5em 5.5em 0.5em 0.5em;
    max-width: 500px;
    text-overflow: ellipsis;
    overflow: hidden; }
  #md .picky__dropdown .option:hover,
  #md .picky__dropdown li:hover {
    background-color: #8fc447;
    color: white; }
  #md .picky__dropdown .option:focus,
  #md .picky__dropdown li:focus {
    outline: none !important; }
  #md .picky__dropdown .option input[type="checkbox"],
  #md .picky__dropdown .option input[type="radio"],
  #md .picky__dropdown li input[type="checkbox"],
  #md .picky__dropdown li input[type="radio"] {
    margin-right: 3px; }
  #md .picky__dropdown .picky__only.hide {
    display: none;
    position: absolute;
    right: 3px;
    cursor: pointer;
    background: #5e697b;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    color: white;
    padding: 5px 10px 5px 10px;
    line-height: 12px; }
  #md .picky__dropdown .picky__only.hide:hover {
    text-decoration: underline; }
  #md .picky__dropdown .option:hover .picky__only.hide {
    display: inline-block !important; }
  #md .picky__filter {
    display: flex;
    width: 100%;
    padding: 3px; }
  #md .picky__filter__input {
    width: 100%;
    padding: 3px;
    display: inline-block;
    border: 1px solid #5d6567;
    border-radius: 4px;
    position: relative;
    height: 30px;
    color: white;
    background: #1a1c22; }
  #md.light .picky__input,
  #md .light .picky__input {
    border-color: #5b606a !important;
    border-width: 1px !important;
    border-radius: 2px !important;
    color: #5b606a !important; }
  #md.light .picky__dropdown,
  #md .light .picky__dropdown {
    background: #5b6578; }
  #md.light .picky__dropdown .option,
  #md.light .picky__dropdown li,
  #md .light .picky__dropdown .option,
  #md .light .picky__dropdown li {
    background: #5b6578;
    color: white; }
  #md.light .picky__filter__input,
  #md .light .picky__filter__input {
    background: #e8edf2;
    color: black; }
  #md .picky__input {
    height: 48px !important;
    background-color: transparent !important;
    border-color: #353942 !important;
    border-width: 1px !important;
    border-radius: 2px !important;
    color: white; }
  #md .picky__dropdown.max-selected .option:not(.selected) {
    opacity: 0.3; }
    #md .picky__dropdown.max-selected .option:not(.selected):hover {
      opacity: 1; }
  #md .picky__dropdown .option {
    border-bottom: none; }
  #md.light .edit-selections-bar p {
    color: #727882; }
  #md.light .edit-selections-bar .DateInput_input {
    background-color: white;
    color: #5b606a; }
  #md.light .edit-selections-bar .DateRangePickerInput_arrow_svg {
    fill: #818790; }
  #md.light .withSticky #sticky-select-bar.edit-selections-bar {
    background-color: white; }
  #md .edit-selections-bar {
    width: 1350px;
    float: left;
    z-index: 1;
    position: relative;
    padding-bottom: 50px;
    padding-top: 25px; }
    #md .edit-selections-bar p {
      color: white; }
    #md .edit-selections-bar .select-box {
      width: 365px;
      float: left;
      margin-right: 15px; }
    #md .edit-selections-bar .select-box-no-width {
      float: left;
      margin-right: 15px;
      min-width: 110px; }
      #md .edit-selections-bar .select-box-no-width .picky__placeholder {
        margin-right: 30px; }
    #md .edit-selections-bar .top-filter > div:first-child {
      display: flex; }
      #md .edit-selections-bar .top-filter > div:first-child .select-box-no-width {
        white-space: nowrap; }
        #md .edit-selections-bar .top-filter > div:first-child .select-box-no-width:first-child:nth-last-child(2), #md .edit-selections-bar .top-filter > div:first-child .select-box-no-width:first-child:nth-last-child(2) ~ .select-box-no-width {
          flex: 1 1 50%; }
        #md .edit-selections-bar .top-filter > div:first-child .select-box-no-width:first-child:nth-last-child(3), #md .edit-selections-bar .top-filter > div:first-child .select-box-no-width:first-child:nth-last-child(3) ~ .select-box-no-width {
          flex: 1 1 40%; }
          #md .edit-selections-bar .top-filter > div:first-child .select-box-no-width:first-child:nth-last-child(3):last-child, #md .edit-selections-bar .top-filter > div:first-child .select-box-no-width:first-child:nth-last-child(3) ~ .select-box-no-width:last-child {
            flex-basis: 20%; }
    #md .edit-selections-bar .date-range-select-box {
      width: 371px; }
    #md .edit-selections-bar .period-type-select-box {
      width: 150px; }
    #md .edit-selections-bar .compare-period-select-box {
      width: 155px; }
    #md .edit-selections-bar .date-select-box {
      width: 213px;
      float: left; }
      #md .edit-selections-bar .date-select-box.multi {
        width: 381px; }
    #md .edit-selections-bar button.submit {
      padding: 7px 25px;
      background: #7ec02b;
      border: none;
      border-radius: 25px;
      color: white;
      font-weight: bold;
      position: absolute;
      right: 105px;
      top: 63px; }
      #md .edit-selections-bar button.submit.reset {
        color: #5e697b;
        background: transparent;
        border: solid 1px #586678;
        right: 0; }
        #md .edit-selections-bar button.submit.reset:hover {
          background: #5e697b;
          color: white; }
      #md .edit-selections-bar button.submit:hover {
        background: #55821d;
        color: white; }
    #md .edit-selections-bar .SingleDatePickerInput,
    #md .edit-selections-bar .DateRangePickerInput {
      background-color: transparent !important; }
    #md .edit-selections-bar .SingleDatePickerInput__withBorder,
    #md .edit-selections-bar .DateRangePickerInput__withBorder {
      border: 1px solid #353942 !important; }
    #md .edit-selections-bar .DateRangePickerInput_arrow_svg {
      fill: #c1c2c5; }
  #md .withSticky .section-inner .section-content {
    overflow: inherit !important; }
  #md .withSticky #sticky-select-bar.edit-selections-bar {
    float: none;
    position: sticky;
    top: -1px;
    padding-top: calc(1em + 1px);
    padding-bottom: 0;
    z-index: 98;
    background: #262931;
    transition: all 0.5s; }
    #md .withSticky #sticky-select-bar.edit-selections-bar.isSticky {
      box-shadow: 0px 20px 10px -15px #111; }
  #md.dark .SingleDatePickerInput,
  #md.dark .DateRangePickerInput {
    background-color: transparent !important; }
  #md.dark .SingleDatePickerInput__withBorder {
    border: 1px solid #353942 !important; }
  #md.dark .DateRangePickerInput__withBorder {
    border: 1px solid #353942 !important; }
  #md.dark .DateRangePickerInput_arrow_svg {
    fill: #c1c2c5; }
  #md.dark .DateInput_input {
    background-color: #262931;
    color: white; }
  #md .htDropdownMenu table.htCore {
    width: 400px;
    position: relative;
    left: -178px; }
  #md .htUIMultipleSelectHot table.htCore {
    left: 0px; }
  #md .htUIMultipleSelectHot.handsontable table tbody tr td:nth-of-type(2n) {
    background-color: #eee; }
  #md .handsontable-actions,
  #md .handsontable-buttons {
    margin-left: 40px; }
  #md .handsontable-actions {
    color: white;
    font-weight: bold;
    font-size: 1.3rem;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap; }
    #md .handsontable-actions__wrapper {
      margin: 0 25px 15px 0; }
      #md .handsontable-actions__wrapper .title {
        margin-bottom: 6px;
        color: #8791a0;
        text-transform: uppercase;
        font-size: 14px; }
      #md .handsontable-actions__wrapper .text {
        font-weight: 100;
        font-size: 24px;
        color: #4a9bff;
        text-align: center; }
  #md .handsontable-buttons a {
    color: #8ac934;
    font-weight: 800;
    text-transform: capitalize;
    margin-right: 50px;
    background: transparent;
    font-size: 1rem; }
  #md .handsontable th,
  #md .ht_master tr td {
    text-align: right;
    text-overflow: ellipsis; }
  #md .handsontable th:first-of-type,
  #md .ht_master tr td:first-of-type {
    text-align: left; }
  #md .content-report .handsontable th:first-of-type {
    text-align: center; }
  #md .content-report .handsontable th:nth-of-type(2) {
    text-align: left; }
  #md .ht_clone_top {
    z-index: 10; }
  #md .handsontable:not(.htDropdownMenu):not(.htUIMultipleSelectHot) a {
    color: #00acfb;
    font-weight: 600; }
  #md .handsontable:not(.htDropdownMenu):not(.htUIMultipleSelectHot) > .ht_master td, #md .handsontable:not(.htDropdownMenu):not(.htUIMultipleSelectHot) > .ht_clone_left th {
    vertical-align: middle; }
  #md .handsontable:not(.htDropdownMenu):not(.htUIMultipleSelectHot) > .ht_clone_top th, #md .handsontable:not(.htDropdownMenu):not(.htUIMultipleSelectHot) > .ht_clone_left th, #md .handsontable:not(.htDropdownMenu):not(.htUIMultipleSelectHot) > .ht_clone_top_left_corner th {
    background-color: #1a1c22;
    border-color: #1a1c22;
    color: white; }
  #md .handsontable:not(.htDropdownMenu):not(.htUIMultipleSelectHot) > .ht_master td:first-of-type,
  #md .handsontable:not(.htDropdownMenu):not(.htUIMultipleSelectHot) > .ht_master tr:first-child th,
  #md .handsontable:not(.htDropdownMenu):not(.htUIMultipleSelectHot) > .ht_master tr:first-child td {
    border-left-color: transparent;
    border-top-color: #1a1c22; }
  #md .handsontable:not(.htDropdownMenu):not(.htUIMultipleSelectHot) > .ht_master tr td {
    background-color: #262931;
    color: #a3acb3;
    border-bottom-style: dashed;
    border-bottom-color: #4e525b;
    border-right-style: hidden; }
  #md .handsontable:not(.htDropdownMenu):not(.htUIMultipleSelectHot) > .ht_master tr:nth-of-type(2n) td {
    background-color: #333943; }
  #md .handsontable:not(.htDropdownMenu):not(.htUIMultipleSelectHot) > .ht_master tr:hover td,
  #md .handsontable:not(.htDropdownMenu):not(.htUIMultipleSelectHot) > .ht_master tr:nth-of-type(2n):hover td {
    background-color: #315b81 !important; }
  #md.light .handsontable-actions {
    color: #545458; }
  #md.light .handsontable:not(.htDropdownMenu):not(.htUIMultipleSelectHot) > .ht_clone_top th, #md.light .handsontable:not(.htDropdownMenu):not(.htUIMultipleSelectHot) > .ht_clone_left th, #md.light .handsontable:not(.htDropdownMenu):not(.htUIMultipleSelectHot) > .ht_clone_top_left_corner th {
    background-color: #596579;
    border-color: #596579; }
  #md.light .handsontable:not(.htDropdownMenu):not(.htUIMultipleSelectHot) tr td {
    background-color: #eaedf1;
    color: #545458; }
  #md.light .handsontable:not(.htDropdownMenu):not(.htUIMultipleSelectHot) tr:nth-of-type(2n) td {
    background-color: white; }
  #md.light .handsontable:not(.htDropdownMenu):not(.htUIMultipleSelectHot) tr:hover td,
  #md.light .handsontable:not(.htDropdownMenu):not(.htUIMultipleSelectHot) tr:nth-of-type(2n):hover td {
    background-color: #a3c5e4 !important; }
  #md.light .allLocationsDataWrapper .handsontable:not(.htDropdownMenu):not(.htUIMultipleSelectHot)
> .ht_master
tr:nth-of-type(2n)
td {
    background-color: #eaedf1; }
  #md.light .allLocationsDataWrapper .ht_clone_left.handsontable .ht_nestingLevels {
    background: white !important;
    border-color: white !important; }
  #md.light .allLocationsDataWrapper .handsontable th div.ht_nestingButton {
    color: black !important; }
  #md.light .allLocationsDataWrapper .ht_clone_top_left_corner th {
    background-color: white !important;
    border-color: white !important; }
  #md .htUIMultipleSelectHot.handsontable .ht_master tbody tr:nth-of-type(2n) td {
    background-color: #eee; }
  #md .handsontable span.colHeader.columnSorting::before {
    color: white;
    top: 50%;
    margin-top: -10px;
    position: absolute;
    left: -20px;
    background: none; }
  #md .handsontable span.colHeader.columnSorting.descending::before {
    content: "\2193"; }
  #md .handsontable span.colHeader.columnSorting.ascending::before {
    content: "\2191"; }
  #md .studio-info-table-wrapper .handsontable th:first-of-type,
  #md .studio-info-table-wrapper .ht_master tr td:first-of-type {
    text-align: left; }
  #md .studio-info-table-wrapper .handsontable th,
  #md .studio-info-table-wrapper .ht_master tr td {
    text-align: right; }
  #md .allLocationsDataWrapper .handsontable th:nth-child(2),
  #md .allLocationsDataWrapper .ht_master tr td:nth-child(2),
  #md .allLocationsDataWrapper .handsontable th:nth-child(3),
  #md .allLocationsDataWrapper .ht_master tr td:nth-child(3) {
    text-align: left; }
  #md .allLocationsDataWrapper .handsontable:not(.htDropdownMenu):not(.htUIMultipleSelectHot)
> .ht_master
tr:nth-of-type(2n)
td {
    background-color: #262931; }
  #md .allLocationsDataWrapper .ht_clone_left.handsontable .ht_nestingLevels .rowHeader {
    display: none; }
  #md .allLocationsDataWrapper .handsontable th div.ht_nestingButton {
    top: -13px; }
  #md .allLocationsDataWrapper .handsontable th div.ht_nestingButton.ht_nestingExpand::after {
    font-size: 29px;
    left: -18px;
    position: relative; }
  #md .allLocationsDataWrapper .handsontable th div.ht_nestingButton.ht_nestingCollapse::after {
    font-size: 41px;
    left: -19px;
    position: relative; }
  #md .allLocationsDataWrapper.resetAlignment .handsontable th:nth-child(3),
  #md .allLocationsDataWrapper.resetAlignment .ht_master tr td:nth-child(3) {
    text-align: right; }
  #md.light .first-visits-table .totals p {
    color: #56657b; }
    #md.light .first-visits-table .totals p span a {
      color: #56657b; }
  #md .first-visits-table {
    float: left; }
    #md .first-visits-table .totals p {
      width: 150px;
      float: left;
      margin-right: 66px;
      text-align: center;
      color: white;
      line-height: 38px; }
      #md .first-visits-table .totals p span {
        font-size: 40px; }
        #md .first-visits-table .totals p span a {
          color: white;
          font-weight: 400; }
  #md .edit-selections-bar {
    z-index: 98; }
  #md .md-table,
  #md .md-pie {
    float: left; }
  #md .md-table {
    width: 860px; }
  #md .md-pie {
    width: 490px;
    height: 500px; }
  #md input.ios8-switch[type="checkbox"] {
    position: absolute;
    margin: 8px 0 0 16px;
    display: none; }
  #md input.ios8-switch[type="checkbox"] + label {
    position: absolute;
    padding: 5px 0 0 50px;
    line-height: 2.0em;
    right: 0;
    top: 56px;
    cursor: pointer; }
  #md.light input.ios8-switch[type="checkbox"] + label:before {
    background: #eaedf1 !important; }
  #md input.ios8-switch[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 50px;
    /* x*5 */
    height: 24px;
    /* x*3 */
    border-radius: 16px;
    /* x*2 */
    background: #353942;
    border: 1px solid #5b606a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  #md input.ios8-switch[type="checkbox"] + label:after {
    content: "";
    position: absolute;
    display: block;
    left: 3px;
    top: 2px;
    width: 19px;
    /* x*3 */
    height: 19px;
    /* x*3 */
    border-radius: 16px;
    /* x*2 */
    background: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  #md input.ios8-switch[type="checkbox"] + label:hover:after {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  #md input.ios8-switch[type="checkbox"]:checked + label:after {
    margin-left: 24px;
    background: #8fc447; }
  #md.light .react-section-wrapper.goals-summary .cta {
    background: #ffffff; }
  #md.light .react-section-wrapper .ReactModal__Content::after {
    border-left: 13px solid #5b6578 !important; }
  #md.light .title {
    color: #5b606a; }
  #md .react-section-wrapper.goals-summary .ReactModal__Content::after {
    content: "";
    position: absolute;
    right: -13px;
    top: 341px;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-left: 13px solid #353942;
    border-top: 10px solid transparent;
    clear: both; }
  #md .react-section-wrapper.goals-summary .cta {
    background: #353942;
    border: solid 1px #8ac732;
    border-radius: 5px;
    color: #8fc347;
    font-size: 12px;
    padding: 5px 15px 5px 15px;
    position: relative;
    top: -5px;
    left: 40px;
    font-weight: 700;
    text-transform: uppercase; }
    #md .react-section-wrapper.goals-summary .cta:hover {
      background: #8ac732;
      color: #353942;
      text-decoration: none; }
  #md .goals-summary-wrapper {
    display: flex;
    width: 1350px;
    margin: 0 auto;
    position: relative;
    transition: height 0.5s;
    height: 250px; }
    #md .goals-summary-wrapper .title {
      position: absolute;
      color: white;
      top: -50px;
      font-weight: 700;
      text-transform: uppercase; }
      #md .goals-summary-wrapper .title.least {
        left: 682px; }
    #md .goals-summary-wrapper .goal-donut {
      width: 25%; }
      #md .goals-summary-wrapper .goal-donut .dashboardModuleSectionContainer {
        margin: 0px 0px 20px !important; }
      #md .goals-summary-wrapper .goal-donut:first-of-type {
        margin-right: 90px; }
    #md .goals-summary-wrapper .goals-to-watch {
      width: 39%;
      margin-left: 50px; }
      #md .goals-summary-wrapper .goals-to-watch .projected-key {
        border-left: solid 30px #fd6847;
        height: 15px;
        position: absolute;
        top: 325px;
        padding-left: 5px;
        color: #7f838e;
        line-height: 1; }
      #md .goals-summary-wrapper .goals-to-watch .current-key {
        border-left: solid 30px #1255a6;
        height: 15px;
        position: absolute;
        top: 300px;
        padding-left: 5px;
        color: #7f838e;
        line-height: 1; }
    #md .goals-summary-wrapper .floating-form-add-button {
      background: transparent;
      border: none;
      color: #8ac833;
      font-weight: 700;
      font-size: 14px;
      position: absolute;
      top: 325px;
      right: 8px;
      outline: none; }
    #md .goals-summary-wrapper .add-goal-button {
      position: relative;
      top: -4px;
      margin-right: 7px; }
    #md .goals-summary-wrapper .add-goal-wrapper {
      display: flex; }
  #md.light .react-section-wrapper {
    background-color: #ffffff !important; }
    #md.light .react-section-wrapper .section-inner .react-section-title {
      background-color: #e9edf1 !important;
      color: #5b606a !important; }
      #md.light .react-section-wrapper .section-inner .react-section-title .text {
        color: #353942; }
      #md.light .react-section-wrapper .section-inner .react-section-title .infoIcon path {
        fill: black; }
      #md.light .react-section-wrapper .section-inner .react-section-title .sectionToggle path {
        stroke: black; }
    #md.light .react-section-wrapper .section-inner .section-content {
      background-color: white !important; }
    #md.light .react-section-wrapper .ReactModal__Content {
      background-color: #5b6578 !important; }
  #md .react-section-wrapper {
    background-color: #262931;
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: center 53px;
    position: relative; }
    #md .react-section-wrapper input.ios8-switch[type="checkbox"] + label {
      left: 0; }
    #md .react-section-wrapper .google-visualization-table {
      padding-bottom: 100px; }
    #md .react-section-wrapper .section-inner {
      margin: 0 auto;
      position: relative; }
      #md .react-section-wrapper .section-inner .react-section-title {
        display: flex;
        position: relative;
        align-items: center;
        background: #353942;
        margin: 0 auto;
        padding: 15px 30px 15px 16px;
        color: white;
        font-size: 28px;
        width: 1350px;
        font-weight: 100;
        border-radius: 4px; }
        #md .react-section-wrapper .section-inner .react-section-title .text {
          font-size: 20px;
          font-weight: 600;
          margin-right: 15px; }
        #md .react-section-wrapper .section-inner .react-section-title .sectionToggle {
          margin-left: auto;
          display: inline-flex;
          padding: 5px;
          cursor: pointer; }
          #md .react-section-wrapper .section-inner .react-section-title .sectionToggle .angleIcon {
            transition: transform 0.2s ease-in; }
            #md .react-section-wrapper .section-inner .react-section-title .sectionToggle .angleIcon--flipped {
              transform: scaleY(-1); }
      #md .react-section-wrapper .section-inner .section-content {
        background-color: #262931;
        width: 100%;
        transition: height 0.5s;
        position: relative; }
        #md .react-section-wrapper .section-inner .section-content .section-content-inner {
          width: 1350px;
          margin: 0 auto;
          position: relative;
          height: 100%; }
  #md .group {
    display: flex;
    flex-direction: column; }
    #md .group .fade {
      opacity: 1; }
    #md .group__item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 15px;
      padding: 0.75rem 1.25rem;
      background-color: #d3d7dc;
      border: 1px solid rgba(0, 0, 21, 0.125);
      border-radius: 6px;
      color: #333a4e; }
      #md .group__item:hover {
        background-color: #bdbfc2; }
      #md .group__item .text {
        display: flex;
        flex-basis: 100%;
        overflow: hidden;
        white-space: pre;
        text-overflow: ellipsis; }
      #md .group__item .active {
        color: green; }
      #md .group__item .btn-danger {
        margin: 0 !important; }
    #md .group__icon {
      cursor: pointer;
      padding: 5px; }
  #md .bar-wrapper {
    background-color: rgba(93, 101, 118, 0.2); }
  #md.light .donut-text {
    fill: #585858 !important; }
  #md.light .goals-module h2 {
    color: #6f7077; }
  #md.light .goals-module .goals-overview h5 {
    color: black; }
  #md.light .goals-module .add-goals {
    background: white; }
    #md.light .goals-module .add-goals .picky__filter__input {
      background-color: white; }
    #md.light .goals-module .add-goals .manual-enter-number {
      background-color: white;
      border-color: #5b606a;
      color: #5b606a; }
      #md.light .goals-module .add-goals .manual-enter-number::placeholder {
        color: #a3abbb; }
  #md.light .goal-list-wrapper {
    border-bottom-color: #bdbfca; }
    #md.light .goal-list-wrapper .top .likely .bar-wrapper {
      background-color: #bdbfc9; }
    #md.light .goal-list-wrapper .bottom .title {
      color: #616772; }
  #md .donut-text {
    fill: white; }
  #md .manual-enter-number {
    color: white;
    font-size: 25px;
    width: 132px;
    margin-left: 0;
    background: #575d6d;
    border: none;
    padding-left: 12px;
    margin-top: -10px; }
  #md .goals-module {
    min-height: 600px;
    position: relative; }
    #md .goals-module .page-controls {
      width: 1360px;
      margin: 0 auto;
      display: flex;
      margin-bottom: 35px;
      gap: 15px;
      align-items: flex-end;
      position: relative;
      z-index: 11; }
      #md .goals-module .page-controls__filters {
        display: flex;
        gap: 10px; }
      #md .goals-module .page-controls__filter {
        color: #fff; }
        #md .goals-module .page-controls__filter--view {
          width: 140px; }
        #md .goals-module .page-controls__filter--date .toggleable-button-root {
          height: 48px; }
    #md .goals-module .top-goals-loader {
      min-height: initial; }
    #md .goals-module .popup__container--dashboard input {
      border: none; }
    #md .goals-module .goals-upload {
      margin-bottom: 20px; }
      #md .goals-module .goals-upload__info {
        font-size: 20px;
        margin-bottom: 20px; }
    #md .goals-module .goals-upload__error {
      margin-top: 10px;
      color: red; }
    #md .goals-module h2 {
      position: relative;
      top: -60px;
      color: white;
      font-family: "Open Sans";
      font-weight: 300;
      font-size: 28px; }
    #md .goals-module .goals-overview {
      width: 1350px;
      margin: 0 auto;
      display: flex; }
      #md .goals-module .goals-overview h5 {
        color: #ffffff;
        padding-bottom: 5px;
        display: inline-flex;
        margin: 0px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        padding-bottom: 30px; }
      #md .goals-module .goals-overview .left,
      #md .goals-module .goals-overview .right {
        width: 45%; }
      #md .goals-module .goals-overview .left {
        width: 55%;
        padding-right: 100px; }
    #md .goals-module .popup .fixedFooter {
      height: 40px; }
    #md .goals-module .add-goals {
      background: #262931;
      overflow: initial; }
      #md .goals-module .add-goals .picky__filter__input {
        background-color: #1a1c22; }
      #md .goals-module .add-goals .md-cs-loader {
        min-height: initial; }
      #md .goals-module .add-goals .manual-enter-number {
        background: #262931;
        margin-top: 0px;
        width: 85px;
        border: 1px solid #353942;
        height: 48px;
        font-size: 20px; }
  #md .goal-list-wrapper {
    color: #8d919d;
    height: 55px;
    overflow: hidden;
    border-bottom: solid 1px #4e4f54;
    transition: all 0.5s;
    position: relative;
    display: none; }
    #md .goal-list-wrapper.show {
      display: block; }
    #md .goal-list-wrapper.hide-goal {
      display: none; }
    #md .goal-list-wrapper .rc-slider {
      margin-top: 10px !important;
      width: 100% !important; }
    #md .goal-list-wrapper .rc-slider-rail {
      height: 7px !important; }
    #md .goal-list-wrapper .rc-slider-track {
      height: 7px !important;
      background: #428dea !important; }
    #md .goal-list-wrapper .rc-slider-handle {
      height: 23px !important;
      width: 23px !important;
      margin-left: -14px !important;
      margin-top: -9px !important; }
    #md .goal-list-wrapper .slider p {
      font-size: 14px;
      font-style: italic; }
    #md .goal-list-wrapper .hollow-button {
      padding: 10px 28px;
      background-color: transparent;
      color: white;
      border: solid 1px #8fc447;
      border-radius: 25px;
      color: #8fc447;
      font-weight: 700;
      margin-top: -6px;
      cursor: pointer;
      font-size: 11px;
      line-height: 11px;
      transition: background-color 0.5s, color 0.5s; }
      #md .goal-list-wrapper .hollow-button:hover {
        background-color: #8fc447;
        color: white; }
      #md .goal-list-wrapper .hollow-button.save {
        position: relative;
        right: 0;
        margin-top: 10px;
        margin-left: 55px; }
      #md .goal-list-wrapper .hollow-button.type {
        position: relative !important;
        right: 0 !important;
        margin-left: 15px !important;
        border-radius: 5px !important;
        padding: 7px !important;
        font-size: 13px !important;
        border: solid 1px #428dea !important;
        color: #428dea !important; }
        #md .goal-list-wrapper .hollow-button.type.editActive, #md .goal-list-wrapper .hollow-button.type:hover {
          background-color: #428dea !important;
          color: white !important;
          border: solid 1px #428dea !important; }
      #md .goal-list-wrapper .hollow-button.deactivate {
        position: relative;
        right: 0;
        margin-top: 10px;
        margin-left: 10px;
        color: #ab4e4e;
        border-color: #ab4e4e; }
        #md .goal-list-wrapper .hollow-button.deactivate:hover {
          background-color: #ab4e4e;
          color: white; }
    #md .goal-list-wrapper .hollow-button.edit {
      padding: 5px 13px; }
      #md .goal-list-wrapper .hollow-button.edit.active {
        background-color: #8fc447;
        color: white; }
    #md .goal-list-wrapper .hollow-button.chart {
      padding: 5px 13px; }
      #md .goal-list-wrapper .hollow-button.chart.active {
        background-color: #8fc447;
        color: white; }
    #md .goal-list-wrapper .fa-times-circle {
      width: 1.5em;
      position: absolute;
      height: 2.1em;
      right: 15px;
      top: 8px;
      font-size: 15px;
      cursor: pointer; }
    #md .goal-list-wrapper .fa-edit,
    #md .goal-list-wrapper .fa-set,
    #md .goal-list-wrapper .fa-chart-line {
      height: 2.1em;
      font-size: 8px;
      cursor: pointer; }
    #md .goal-list-wrapper.editActive {
      height: 170px; }
    #md .goal-list-wrapper.chartActive {
      height: 400px; }
    #md .goal-list-wrapper .top-wrapper {
      width: 100%;
      display: flex; }
    #md .goal-list-wrapper .top {
      width: 100%;
      float: left;
      display: flex;
      margin-top: 15px;
      height: 25px; }
      #md .goal-list-wrapper .top .region {
        width: 18.8%; }
        #md .goal-list-wrapper .top .region p {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 90%; }
      #md .goal-list-wrapper .top .staff {
        width: 14.8%; }
        #md .goal-list-wrapper .top .staff p {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 95%; }
      #md .goal-list-wrapper .top .site {
        width: 13%; }
        #md .goal-list-wrapper .top .site .location-name {
          position: relative;
          top: -16px;
          font-size: 12px; }
        #md .goal-list-wrapper .top .site .goal-name {
          text-transform: uppercase;
          font-weight: 600;
          font-size: 14px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          display: block;
          position: relative; }
      #md .goal-list-wrapper .top .increase {
        width: 7%;
        color: #4caf50;
        padding-left: 18px; }
      #md .goal-list-wrapper .top .current {
        width: 7.5%;
        color: #4797f9;
        padding-left: 24px; }
      #md .goal-list-wrapper .top .goal {
        width: 7.5%;
        color: #92bef4;
        padding-left: 24px; }
      #md .goal-list-wrapper .top .forecast {
        width: 7.5%;
        color: #fd6847;
        padding-left: 24px; }
      #md .goal-list-wrapper .top .needed {
        width: 7.5%;
        color: red;
        padding-left: 24px; }
        #md .goal-list-wrapper .top .needed.zero {
          color: white; }
      #md .goal-list-wrapper .top .likely {
        width: 13%;
        padding-left: 24px; }
        #md .goal-list-wrapper .top .likely .bar-wrapper {
          background-color: rgba(93, 101, 118, 0.2); }
      #md .goal-list-wrapper .top .action {
        width: 15%;
        display: flex;
        position: absolute;
        right: 0;
        padding-right: 5px;
        justify-content: flex-end;
        gap: 5px; }
    #md .goal-list-wrapper .middle {
      width: 50%; }
    #md .goal-list-wrapper .bottom {
      width: 100%;
      float: left;
      display: flex;
      margin-top: 50px; }
      #md .goal-list-wrapper .bottom .title {
        font-weight: 600;
        color: #8d919d;
        font-size: 14px; }
      #md .goal-list-wrapper .bottom .prev-month {
        width: 15%;
        color: #92bef4; }
      #md .goal-list-wrapper .bottom .mtd {
        width: 15%;
        color: #4797f9; }
      #md .goal-list-wrapper .bottom .month-last-year {
        width: 17%;
        color: #92bef4;
        padding-right: 30px; }
      #md .goal-list-wrapper .bottom .enter-value {
        width: 60%;
        padding-left: 30px;
        border-left: solid 1px #4e4f54; }
      #md .goal-list-wrapper .bottom .slider {
        width: 100%; }
      #md .goal-list-wrapper .bottom .action {
        width: 40%;
        padding-top: 10px; }
    #md .goal-list-wrapper .bottom-chart {
      width: 100%;
      float: left;
      display: flex;
      margin-top: 50px; }
      #md .goal-list-wrapper .bottom-chart .chart-loading .md-cs-loader-inner {
        top: 20%; }
  #md.light .goals-list-wrapper .row-headers {
    color: #616772 !important;
    border-bottom: solid 1px #bdbfca !important;
    background-color: white !important; }
  #md .goals-module .section-content-inner {
    max-height: initial !important; }
  #md .goals-module .section-content {
    max-height: initial !important; }
  #md .goals-list-wrapper {
    position: relative; }
    #md .goals-list-wrapper .goals-list-header {
      display: flex;
      justify-content: flex-end; }
      #md .goals-list-wrapper .goals-list-header .add-staff-button {
        cursor: "pointer";
        border: solid 1px #8fc447;
        color: #8fc447;
        background-color: transparent;
        font-weight: bold;
        border-radius: 12px;
        padding: 3px 10px; }
        #md .goals-list-wrapper .goals-list-header .add-staff-button:hover {
          background-color: #8fc447;
          color: #fff; }
    #md .goals-list-wrapper .row-headers {
      display: flex;
      color: #8d919d;
      font-weight: 600;
      margin-bottom: 4px;
      border-bottom: solid 1px #4e4f54;
      padding-bottom: 4px;
      padding-top: 20px;
      text-transform: uppercase;
      font-size: 13px;
      position: sticky;
      top: 0;
      background-color: #262931;
      z-index: 100; }
      #md .goals-list-wrapper .row-headers p {
        position: relative;
        top: 10px; }
      #md .goals-list-wrapper .row-headers .region {
        width: 18.7%;
        display: flex; }
        #md .goals-list-wrapper .row-headers .region p {
          width: 50%; }
        #md .goals-list-wrapper .row-headers .region .picky__input {
          width: 90%; }
      #md .goals-list-wrapper .row-headers .staff {
        width: 14.7%;
        display: flex; }
        #md .goals-list-wrapper .row-headers .staff p {
          width: 30%; }
        #md .goals-list-wrapper .row-headers .staff .picky__input {
          width: 90%; }
      #md .goals-list-wrapper .row-headers .site {
        display: flex;
        width: 14.5%; }
        #md .goals-list-wrapper .row-headers .site p {
          width: 35%; }
        #md .goals-list-wrapper .row-headers .site .picky__input {
          width: 90%; }
      #md .goals-list-wrapper .row-headers .show-goal {
        position: absolute;
        right: 0;
        display: flex;
        width: 16.5%; }
        #md .goals-list-wrapper .row-headers .show-goal .picky {
          width: 67% !important; }
        #md .goals-list-wrapper .row-headers .show-goal p {
          width: 30%;
          float: left; }
      #md .goals-list-wrapper .row-headers .goal {
        width: 7.5%; }
      #md .goals-list-wrapper .row-headers .current {
        width: 7.5%; }
      #md .goals-list-wrapper .row-headers .goal-value {
        width: 7.5%; }
      #md .goals-list-wrapper .row-headers .forecast {
        width: 7.5%; }
      #md .goals-list-wrapper .row-headers .needed {
        width: 7.5%; }
      #md .goals-list-wrapper .row-headers .pacing {
        width: 15%; }
      #md .goals-list-wrapper .row-headers .sortable-column {
        cursor: pointer; }
        #md .goals-list-wrapper .row-headers .sortable-column .sorting-icon {
          fill: #8d919d;
          width: 15px;
          height: 12px;
          stroke-width: 15px; }
          #md .goals-list-wrapper .row-headers .sortable-column .sorting-icon.up {
            transform: rotate(-90deg); }
          #md .goals-list-wrapper .row-headers .sortable-column .sorting-icon.down {
            transform: rotate(90deg); }
    #md .goals-list-wrapper .popup .popup__container--dashboard {
      background: #262931; }
  #md .load-more {
    float: right;
    padding-top: 5px;
    color: #7c808b; }
    #md .load-more a {
      font-weight: 600;
      color: #337ab7;
      cursor: pointer;
      position: relative;
      top: -5px;
      float: right; }
  #md.light .client-info-wrapper p.error {
    color: #5b6578; }
  #md.light .client-info-wrapper .client-info-upper .left .client-name {
    color: black; }
  #md.light .client-info-wrapper .client-info-upper .right .client-name {
    color: black; }
  #md.light .client-info-wrapper .client-info-upper .right .quick-facts .fact {
    color: black; }
    #md.light .client-info-wrapper .client-info-upper .right .quick-facts .fact .name {
      color: #5c616b; }
  #md.light .client-info-wrapper .client-info-bottom-wrapper {
    background: #fff; }
  #md.light .client-info-wrapper .client-info-mid-wrapper {
    background: #5b6578; }
    #md.light .client-info-wrapper .client-info-mid-wrapper .client-info-mid .cell .metric {
      color: black; }
  #md.light .title {
    color: #5b606a !important; }
    #md.light .title .since {
      color: black !important; }
  #md .client-info-wrapper {
    width: 100%;
    margin: 0 auto; }
    #md .client-info-wrapper .react-section-wrapper {
      background-color: initial; }
      #md .client-info-wrapper .react-section-wrapper .section-content {
        background-color: initial; }
    #md .client-info-wrapper .create-contact-log {
      padding: 7px 13px;
      background-color: transparent;
      border: solid 1px #8fc447;
      border-radius: 25px;
      color: #8fc447;
      font-weight: 700;
      margin-top: -6px;
      cursor: pointer;
      left: 0;
      font-size: 14px;
      line-height: 11px;
      transition: background-color 0.5s, color 0.5s;
      margin-left: 17px;
      position: relative;
      bottom: 0; }
      #md .client-info-wrapper .create-contact-log:hover {
        background-color: #8fc447;
        color: white; }
    #md .client-info-wrapper .contact-logs-view-message {
      font-weight: 600;
      float: right;
      color: #00acfb;
      cursor: pointer; }
      #md .client-info-wrapper .contact-logs-view-message:hover {
        text-decoration: underline; }
    #md .client-info-wrapper p.load-more {
      text-align: right;
      padding-right: 39px;
      color: #00acfb;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer; }
      #md .client-info-wrapper p.load-more:hover {
        text-decoration: underline; }
    #md .client-info-wrapper p.error {
      text-align: center;
      color: white;
      font-size: 20px;
      line-height: 35px;
      padding-top: 150px; }
      #md .client-info-wrapper p.error span {
        font-size: 26px;
        color: red; }
    #md .client-info-wrapper .pie-chart p.error {
      padding-top: 0; }
    #md .client-info-wrapper p {
      margin: 0; }
    #md .client-info-wrapper .client-info-upper {
      width: 1350px;
      font-family: "Open Sans";
      min-height: 250px;
      height: fit-content;
      display: flex;
      margin: 0 auto; }
      #md .client-info-wrapper .client-info-upper .left {
        width: 433px;
        padding: 71px 0 0 100px; }
        #md .client-info-wrapper .client-info-upper .left .user-avatar {
          float: left;
          position: relative;
          padding-bottom: 150px;
          left: -63px;
          top: 6px; }
        #md .client-info-wrapper .client-info-upper .left .client-details {
          position: relative;
          left: -46px;
          width: 370px;
          word-break: break-all; }
        #md .client-info-wrapper .client-info-upper .left .btn-raw-data {
          padding-left: 0;
          color: #8fc447;
          font-weight: bold;
          margin-right: 20px; }
          #md .client-info-wrapper .client-info-upper .left .btn-raw-data:hover {
            text-decoration: none; }
        #md .client-info-wrapper .client-info-upper .left .info-details {
          width: 500px; }
          #md .client-info-wrapper .client-info-upper .left .info-details .learn-more-button {
            padding: 0; }
          #md .client-info-wrapper .client-info-upper .left .info-details .detail-item {
            display: flex;
            padding: 0; }
            #md .client-info-wrapper .client-info-upper .left .info-details .detail-item .name {
              width: 20%;
              color: #aeb4cc;
              font-weight: 800;
              text-transform: uppercase;
              font-size: 12px; }
            #md .client-info-wrapper .client-info-upper .left .info-details .detail-item .value {
              width: 70%;
              font-size: 12px;
              color: #a8abb2;
              font-weight: 700; }
              #md .client-info-wrapper .client-info-upper .left .info-details .detail-item .value a {
                color: #00acfb;
                font-weight: 600; }
      #md .client-info-wrapper .client-info-upper .right {
        padding: 18px 0 0 50px;
        width: 1300px; }
        #md .client-info-wrapper .client-info-upper .right .client-name {
          color: white;
          font-size: 35px;
          font-weight: 100;
          padding: 0 0 18px 0;
          line-height: 35px; }
        #md .client-info-wrapper .client-info-upper .right .quick-facts {
          display: flex; }
          #md .client-info-wrapper .client-info-upper .right .quick-facts .title {
            color: white;
            text-transform: uppercase;
            font-weight: 600;
            display: flex;
            padding-bottom: 20px; }
            #md .client-info-wrapper .client-info-upper .right .quick-facts .title .since {
              float: left;
              color: #a7adc4;
              text-transform: capitalize;
              font-size: 12px;
              margin-top: 2px; }
          #md .client-info-wrapper .client-info-upper .right .quick-facts .facts-right {
            padding-left: 150px;
            padding-top: 47px; }
          #md .client-info-wrapper .client-info-upper .right .quick-facts .fact {
            padding-bottom: 9px;
            color: white;
            font-size: 14px; }
            #md .client-info-wrapper .client-info-upper .right .quick-facts .fact .name {
              color: #aeb4cc; }
    #md .client-info-wrapper .client-info-mid-wrapper {
      width: 100%;
      background: #16191e; }
      #md .client-info-wrapper .client-info-mid-wrapper .client-info-mid {
        height: 120px;
        display: flex;
        width: 1350px;
        margin: 0 auto; }
        #md .client-info-wrapper .client-info-mid-wrapper .client-info-mid .cell {
          color: white;
          text-transform: uppercase;
          font-size: 16px;
          font-weight: 600;
          padding: 25px 0 0 100px;
          width: 50%; }
          #md .client-info-wrapper .client-info-mid-wrapper .client-info-mid .cell .metric {
            text-transform: none;
            color: #6a6d72;
            font-size: 14px; }
            #md .client-info-wrapper .client-info-mid-wrapper .client-info-mid .cell .metric .highlight {
              color: white; }
          #md .client-info-wrapper .client-info-mid-wrapper .client-info-mid .cell:nth-child(2) {
            padding: 25px 0 0 63px; }
          #md .client-info-wrapper .client-info-mid-wrapper .client-info-mid .cell:nth-child(3) {
            padding: 25px 0 0 38px; }
    #md .client-info-wrapper .pie-charts-wrapper {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      width: 100%;
      padding-top: 25px; }
      #md .client-info-wrapper .pie-charts-wrapper .pie-chart {
        width: 500px; }
        #md .client-info-wrapper .pie-charts-wrapper .pie-chart .google-visualization-tooltip-item {
          padding: 0 8px;
          margin: 0; }
        #md .client-info-wrapper .pie-charts-wrapper .pie-chart .google-visualization-tooltip {
          width: auto !important;
          height: auto !important;
          max-width: 290px;
          line-height: 17px; }
        #md .client-info-wrapper .pie-charts-wrapper .pie-chart__title {
          padding: 0 25px;
          margin-bottom: 20px;
          color: #8791a0;
          text-transform: uppercase;
          font-weight: 700; }
    #md .client-info-wrapper .client-info-data-points-wrapper {
      display: flex;
      width: 1350px;
      margin: 0 auto;
      position: relative;
      justify-content: flex-start;
      padding-left: 25px;
      margin-top: 25px;
      gap: 100px; }
    #md .client-info-wrapper .client-info-bottom-wrapper {
      padding-top: 50px;
      width: 100%;
      padding-bottom: 100px; }
      #md .client-info-wrapper .client-info-bottom-wrapper .client-info-bottom {
        display: flex;
        width: 1350px;
        margin: 0 auto;
        position: relative; }
        #md .client-info-wrapper .client-info-bottom-wrapper .client-info-bottom.chart {
          height: 330px; }
          #md .client-info-wrapper .client-info-bottom-wrapper .client-info-bottom.chart .cell {
            height: 330px;
            border: none; }
        #md .client-info-wrapper .client-info-bottom-wrapper .client-info-bottom.half .cell {
          width: 50%; }
        #md .client-info-wrapper .client-info-bottom-wrapper .client-info-bottom .cell {
          height: 100%;
          width: 100%; }
          #md .client-info-wrapper .client-info-bottom-wrapper .client-info-bottom .cell .title {
            color: white;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 600;
            padding-left: 35px;
            padding-bottom: 20px; }
    #md .client-info-wrapper #clientProfileConfigurator {
      bottom: initial;
      top: 13px; }
  #md #client-contact-logs .text-center {
    width: 100% !important; }
  #md #client-contact-logs div:first-child {
    width: 50%; }
    #md #client-contact-logs div:first-child > div {
      width: 100%; }
  #md #tableWithCustomSearch .wrapped-text {
    display: inline-block;
    width: 22ch !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  #md.light .client-profile-search .search-title {
    color: black; }
  #md.light .client-profile-search form input.text {
    background-color: #ffffff; }
  #md .client-profile-search .dashboard-inner {
    width: 1350px;
    margin: 0 auto;
    background: transparent;
    min-height: 65vh; }
  #md .client-profile-search .action-buttons {
    width: 210px;
    display: flex;
    align-items: end;
    justify-content: space-between; }
    #md .client-profile-search .action-buttons .submit {
      padding: 7px 25px;
      background: #7ec02b;
      border: none;
      border-radius: 25px;
      color: white;
      font-weight: bold; }
    #md .client-profile-search .action-buttons .reset {
      color: #5e697b;
      background: transparent;
      border: solid 1px #586678; }
  #md .client-profile-search p {
    color: white;
    margin-bottom: 10px; }
  #md .client-profile-search__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 50px; }
  #md .client-profile-search .search-filters {
    display: flex;
    flex-direction: column; }
    #md .client-profile-search .search-filters__top {
      display: flex;
      margin-bottom: 10px; }
      #md .client-profile-search .search-filters__top .DateInput {
        width: 150px; }
        #md .client-profile-search .search-filters__top .DateInput .DateInput_input {
          text-align: center;
          font-size: 21px; }
    #md .client-profile-search .search-filters__bottom {
      display: flex; }
      #md .client-profile-search .search-filters__bottom .filter {
        width: 140px; }
    #md .client-profile-search .search-filters .filter {
      margin-right: 10px; }
  #md .client-profile-search .search-title {
    text-align: left;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 25px; }
  #md .client-profile-search form {
    text-align: left; }
    #md .client-profile-search form input.submit {
      padding: 13px 17px;
      background-color: transparent;
      color: white;
      border: solid 1px #8fc447;
      border-radius: 25px;
      color: #8fc447;
      font-weight: 700;
      cursor: pointer;
      font-size: 18px;
      line-height: 11px;
      transition: background-color 0.5s, color 0.5s;
      margin-left: 19px; }
      #md .client-profile-search form input.submit:hover {
        background-color: #8fc447;
        color: white; }
    #md .client-profile-search form input.text {
      padding: 10px 37px;
      background-color: #ccc;
      color: #353942;
      border: solid 1px #ccc;
      border-radius: 25px;
      font-weight: 700;
      font-size: 20px;
      line-height: 11px;
      transition: background-color 0.5s, color 0.5s; }
  #md .client-profile-search #tableWithCustomSearch .table td {
    white-space: normal; }
  #md.light #metric-modal {
    background: #5b6578 !important; }
  #md.light .utilization-module .modal-arrow {
    border-color: transparent #5b6578 transparent transparent !important; }
  #md.light .heat-map-modal {
    /* Bottom */
    /* All headers */
    /* Row headers */
    /* Column headers */
    /* Every even row */ }
    #md.light .heat-map-modal section {
      background-color: transparent !important; }
    #md.light .heat-map-modal .title {
      color: white !important; }
    #md.light .heat-map-modal .heat-map-progress-bar {
      background-color: #d3e1ff !important; }
    #md.light .heat-map-modal .ht_master tr > td {
      border-bottom: 1px dashed #c7c7c7; }
    #md.light .heat-map-modal .handsontable th {
      color: #ffffff !important;
      background-color: #7b8698 !important; }
    #md.light .heat-map-modal .handsontable tr {
      background-color: #e8e8e8 !important;
      border: none !important; }
    #md.light .heat-map-modal .ht_clone_left th {
      color: #ffffff !important;
      background-color: #7b8698 !important; }
    #md.light .heat-map-modal .ht_clone_top th {
      color: #ffffff !important;
      background-color: #7b8698 !important; }
    #md.light .heat-map-modal .ht_master tr td {
      background-color: transparent;
      color: #696e71; }
    #md.light .heat-map-modal .ht_master tr:nth-of-type(even) {
      background-color: white !important; }
    #md.light .heat-map-modal .ht_master tr:nth-of-type(odd):hover,
    #md.light .heat-map-modal .ht_master tr:nth-of-type(even):hover {
      background-color: #a3c5e4 !important;
      color: white !important; }
  #md .heat-map-modal {
    /* All headers */
    /* Row headers */
    /* Column headers */
    /* Every even row */
    /* Bottom */ }
    #md .heat-map-modal .top-section {
      display: flex; }
      #md .heat-map-modal .top-section .section {
        display: flex; }
        #md .heat-map-modal .top-section .section:first-child {
          padding-right: 20px; }
      #md .heat-map-modal .top-section .metrics {
        flex-shrink: 0;
        margin-right: 15px; }
        #md .heat-map-modal .top-section .metrics:last-child {
          margin-right: 0; }
      #md .heat-map-modal .top-section .width-50 {
        min-width: 10rem; }
      #md .heat-map-modal .top-section .metric-item {
        min-width: 20rem; }
      #md .heat-map-modal .top-section .heat-map-progress-bar {
        width: calc(100% - 45px);
        background-color: #5d6576; }
      #md .heat-map-modal .top-section .progress-indicator,
      #md .heat-map-modal .top-section .prev-period-bar {
        width: 0%;
        min-width: 0%;
        transition: width 1s, min-width 1s; }
    #md .heat-map-modal .bottom-section .class-title {
      color: #d2d3d4;
      font-size: 24px;
      font-weight: 100;
      padding: 25px 0; }
    #md .heat-map-modal .bottom-section .table-holder {
      display: block; }
    #md .heat-map-modal .bottom-section .table-wrapper,
    #md .heat-map-modal .bottom-section .table-holder {
      transition: opacity 1s; }
    #md .heat-map-modal .handsontable th {
      text-align: left; }
    #md .heat-map-modal .htNoWrap {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    #md .heat-map-modal .handsontable tr:first-child th,
    #md .heat-map-modal .handsontable tr:first-child td {
      border-top: none !important; }
    #md .heat-map-modal .handsontable th {
      background-color: #1a1c22 !important;
      color: white !important;
      border: none !important; }
    #md .heat-map-modal .handsontable tr {
      background-color: transparent !important;
      border: none !important; }
    #md .heat-map-modal .ht_clone_left th {
      background-color: #1a1c22 !important;
      color: white !important;
      border: none !important; }
    #md .heat-map-modal .ht_clone_left tr {
      background-color: transparent !important;
      border: none !important; }
    #md .heat-map-modal .ht_clone_top th {
      background-color: #1a1c22 !important;
      color: white !important;
      border: none !important; }
    #md .heat-map-modal .ht_clone_top tr {
      background-color: transparent !important;
      border: none !important; }
    #md .heat-map-modal .ht_master tr td {
      background-color: transparent;
      color: #a3acb3;
      text-align: left; }
      #md .heat-map-modal .ht_master tr td a {
        color: #00acfb;
        font-weight: 600; }
    #md .heat-map-modal .ht_master tr:nth-of-type(even) {
      background-color: #333943 !important;
      color: #a3acb3; }
    #md .heat-map-modal .ht_master tr:nth-of-type(odd):hover,
    #md .heat-map-modal .ht_master tr:nth-of-type(even):hover {
      background-color: #315b81 !important; }
    #md .heat-map-modal .ht_master tr > td {
      border-bottom: 1px dashed #4e525b;
      border-right: none; }
    #md .heat-map-modal .ht_master tr > td:first-child {
      border-left: none; }
    #md .heat-map-modal .ht_master tr th ~ .childHeader {
      background-color: #1a1c22 !important;
      color: white !important; }
    #md .heat-map-modal .ht_nestingParent ~ td {
      font-size: 15px; }
    #md .heat-map-modal .ht_clone_left tr th .ht_nestingButton {
      font-size: 25px !important; }
  #md.light #class-utilization-chart {
    position: relative; }
    #md.light #class-utilization-chart .apexcharts-yaxis-texts-g text,
    #md.light #class-utilization-chart .apexcharts-xaxis-texts-g text,
    #md.light #class-utilization-chart .apexcharts-data-labels text {
      fill: #727882 !important; }
    #md.light #class-utilization-chart .apexcharts-svg {
      background-color: white !important; }
    #md.light #class-utilization-chart #metric-tooltip {
      background: #E9EDF1 !important; }
  #md.light .glyphicon-tags {
    color: #656565 !important; }
  #md.light .utilization-details-popup-body {
    background-color: #fff !important; }
    #md.light .utilization-details-popup-body input {
      background: #eaedf1 !important;
      border-bottom: 1px solid #4e525b; }
  #md.light .class-utilization-heatmap h2,
  #md.light .class-check-in-heatmap h2 {
    color: black; }
  #md.light .class-utilization-heatmap p,
  #md.light .class-check-in-heatmap p {
    color: black; }
  #md.light .class-utilization-heatmap .edit-selections-bar,
  #md.light .multi-location-overview .edit-selections-bar {
    background: white; }
  #md.light .check-in-module p.error {
    color: #727882; }
  #md .utilization-module .chart-header,
  #md .check-in-module .chart-header {
    margin-top: 50px; }
    #md .utilization-module .chart-header > h2,
    #md .check-in-module .chart-header > h2 {
      margin-right: 20px; }
    #md .utilization-module .chart-header > h2, #md .utilization-module .chart-header > .select-box,
    #md .check-in-module .chart-header > h2,
    #md .check-in-module .chart-header > .select-box {
      display: inline-block; }
  #md .utilization-module .react-section-wrapper .section-inner .section-content,
  #md .check-in-module .react-section-wrapper .section-inner .section-content {
    overflow: inherit; }
  #md .utilization-module p.error,
  #md .check-in-module p.error {
    text-align: center;
    font-size: 25px;
    color: white;
    padding-top: 250px; }
  #md .utilization-module .edit-selections-bar .selection-bar-filters,
  #md .check-in-module .edit-selections-bar .selection-bar-filters {
    height: 90px; }
  #md .utilization-module .edit-selections-bar .action-buttons,
  #md .check-in-module .edit-selections-bar .action-buttons {
    height: 50px;
    position: relative; }
  #md .utilization-module .edit-selections-bar button.submit,
  #md .check-in-module .edit-selections-bar button.submit {
    right: 120px;
    top: 10px;
    font-size: 14px; }
    #md .utilization-module .edit-selections-bar button.submit.reset,
    #md .check-in-module .edit-selections-bar button.submit.reset {
      right: 20px; }
    #md .utilization-module .edit-selections-bar button.submit:disabled,
    #md .check-in-module .edit-selections-bar button.submit:disabled {
      cursor: not-allowed;
      background-color: grey; }
  #md .utilization-module .popup .utilization-details-popup-body,
  #md .check-in-module .popup .utilization-details-popup-body {
    background: #353942;
    margin-bottom: 0;
    padding: 12px 28px 16px 28px;
    min-height: 600px;
    overflow: initial; }
    #md .utilization-module .popup .utilization-details-popup-body .popup__body,
    #md .check-in-module .popup .utilization-details-popup-body .popup__body {
      margin-bottom: 0; }
    #md .utilization-module .popup .utilization-details-popup-body .utilization-details-table td,
    #md .check-in-module .popup .utilization-details-popup-body .utilization-details-table td {
      text-align: left;
      max-width: 0;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    #md .utilization-module .popup .utilization-details-popup-body .utilization-details-table th,
    #md .check-in-module .popup .utilization-details-popup-body .utilization-details-table th {
      text-align: left; }
    #md .utilization-module .popup .utilization-details-popup-body input,
    #md .check-in-module .popup .utilization-details-popup-body input {
      background: #2b2f39;
      border-bottom: 1px solid #4e525b; }
    #md .utilization-module .popup .utilization-details-popup-body .data-points,
    #md .check-in-module .popup .utilization-details-popup-body .data-points {
      display: flex;
      gap: 50px;
      padding-bottom: 20px;
      margin-top: 20px; }
    #md .utilization-module .popup .utilization-details-popup-body .error,
    #md .check-in-module .popup .utilization-details-popup-body .error {
      font-size: 32px;
      color: #8791a0; }
  #md .utilization-module .glyphicon-tags,
  #md .check-in-module .glyphicon-tags {
    padding-top: 1px;
    color: #fff;
    padding-bottom: 3px;
    vertical-align: bottom;
    margin-left: 8px;
    cursor: pointer; }
  #md .utilization-module .content-wrapper,
  #md .check-in-module .content-wrapper {
    padding-top: 50px; }
    #md .utilization-module .content-wrapper .data-points,
    #md .check-in-module .content-wrapper .data-points {
      display: flex;
      justify-content: space-between;
      align-items: start;
      position: relative;
      width: 100%; }
      #md .utilization-module .content-wrapper .data-points > .data-point:first-of-type,
      #md .check-in-module .content-wrapper .data-points > .data-point:first-of-type {
        margin-right: 20px;
        flex-basis: 15%; }
      #md .utilization-module .content-wrapper .data-points .data-point--label,
      #md .check-in-module .content-wrapper .data-points .data-point--label {
        padding: 0px;
        margin: 0px 0px 13px;
        color: #8791a0;
        text-transform: uppercase;
        font-weight: 700; }
      #md .utilization-module .content-wrapper .data-points .data-point #me,
      #md .check-in-module .content-wrapper .data-points .data-point #me {
        display: flex;
        align-items: flex-end; }
        #md .utilization-module .content-wrapper .data-points .data-point #me .percent-changed,
        #md .check-in-module .content-wrapper .data-points .data-point #me .percent-changed {
          left: 0 !important;
          margin-left: 7px; }
      #md .utilization-module .content-wrapper .data-points .with-border,
      #md .check-in-module .content-wrapper .data-points .with-border {
        flex-basis: 85%;
        flex-wrap: wrap;
        display: flex;
        justify-content: start;
        border: 1px solid;
        border-radius: 10px;
        padding: 10px 20px; }
        #md .utilization-module .content-wrapper .data-points .with-border .data-point,
        #md .check-in-module .content-wrapper .data-points .with-border .data-point {
          flex-grow: 1;
          margin-bottom: 20px;
          margin-right: 5px; }
  #md .utilization-module .group-by-filter,
  #md .check-in-module .group-by-filter {
    width: 230px; }
  #md .utilization-module .heatmap-heading,
  #md .check-in-module .heatmap-heading {
    display: flex;
    gap: 20px; }
  #md .utilization-module .time-of-day-chart-wrapper,
  #md .check-in-module .time-of-day-chart-wrapper {
    display: flex; }
    #md .utilization-module .time-of-day-chart-wrapper .time-of-day-chart,
    #md .check-in-module .time-of-day-chart-wrapper .time-of-day-chart {
      position: relative; }
      #md .utilization-module .time-of-day-chart-wrapper .time-of-day-chart.single-data #class-utilization-chart,
      #md .check-in-module .time-of-day-chart-wrapper .time-of-day-chart.single-data #class-utilization-chart {
        top: 12px; }
      #md .utilization-module .time-of-day-chart-wrapper .time-of-day-chart .time-range-title,
      #md .check-in-module .time-of-day-chart-wrapper .time-of-day-chart .time-range-title {
        position: absolute;
        right: 20%;
        top: 10px;
        font-size: 15px;
        font-weight: 700;
        color: white; }
  #md .utilization-module .utilization-toggle,
  #md .utilization-module .check-in-toggle,
  #md .check-in-module .utilization-toggle,
  #md .check-in-module .check-in-toggle {
    position: relative;
    color: white;
    top: -30px; }
    #md .utilization-module .utilization-toggle p,
    #md .utilization-module .check-in-toggle p,
    #md .check-in-module .utilization-toggle p,
    #md .check-in-module .check-in-toggle p {
      margin: 0px; }
    #md .utilization-module .utilization-toggle .radio-button-root,
    #md .utilization-module .check-in-toggle .radio-button-root,
    #md .check-in-module .utilization-toggle .radio-button-root,
    #md .check-in-module .check-in-toggle .radio-button-root {
      display: inline-block;
      width: 50px;
      height: 32px; }
  #md .class-utilization-heatmap h2,
  #md .class-check-in-heatmap h2 {
    font-family: "Open Sans";
    color: white;
    font-weight: 300;
    font-size: 28px; }
  #md .class-utilization-heatmap .recharts-legend-wrapper,
  #md .class-check-in-heatmap .recharts-legend-wrapper {
    position: relative !important; }
  #md .class-utilization-heatmap .hide-scroll .wtHolder,
  #md .class-check-in-heatmap .hide-scroll .wtHolder {
    overflow-x: hidden; }
  #md .multi-location-overview .edit-selections-bar {
    height: 138px; }
  #md .multi-location-overview .handsontable-buttons {
    position: absolute;
    top: 14rem;
    right: -2.7rem; }
  #md .multi-location-overview .allLocationsTableWrapper {
    float: left;
    width: 100%;
    padding: 50px 0 50px 0; }
    #md .multi-location-overview .allLocationsTableWrapper .handsontable-buttons {
      justify-content: flex-end;
      position: initial;
      display: flex;
      padding-bottom: 10px; }
      #md .multi-location-overview .allLocationsTableWrapper .handsontable-buttons a {
        margin-right: 13px; }
  #md #class-utilization-chart {
    position: relative; }
    #md #class-utilization-chart .apexcharts-data-labels text {
      fill: #dedede !important; }
    #md #class-utilization-chart .apexcharts-canvas {
      display: flex;
      flex-direction: column; }
    #md #class-utilization-chart .apexcharts-legend {
      position: relative !important; }
    #md #class-utilization-chart .apexcharts-legend-text {
      display: none; }
  #md .check-in-module .edit-selections-bar .selection-bar-filters {
    display: flex;
    justify-content: flex-end; }
  #md .check-in-module .content-wrapper .data-points {
    justify-content: flex-start; }
  #md .check-in-module .heatmap-heading {
    align-items: center;
    margin-bottom: 20px; }
    #md .check-in-module .heatmap-heading h2 {
      width: 300px;
      margin: 0; }
    #md .check-in-module .heatmap-heading .heatmap-filters {
      height: 48px;
      padding-bottom: 10px;
      display: flex;
      align-items: center; }
      #md .check-in-module .heatmap-heading .heatmap-filters .check-in-toggle {
        margin-left: 40px;
        top: 0; }
        #md .check-in-module .heatmap-heading .heatmap-filters .check-in-toggle .radio-button-root {
          bottom: 5px; }
  #md .check-in-module p.error {
    text-align: center;
    padding-top: 50px;
    color: #727882;
    font-size: 36px; }
  #md .utilization-module .edit-selections-bar .selection-bar-filters {
    display: flex;
    flex-direction: column;
    height: 190px; }
    #md .utilization-module .edit-selections-bar .selection-bar-filters .dates-container {
      padding-bottom: 10px; }
    #md .utilization-module .edit-selections-bar .selection-bar-filters .filters-container {
      display: flex;
      position: relative;
      width: 100%;
      justify-content: flex-start; }
    #md .utilization-module .edit-selections-bar .selection-bar-filters .action-buttons {
      height: 55px;
      width: 240px;
      top: 30px;
      position: absolute;
      right: 0; }
  #md.light .table-skeleton-wrapper .loading {
    background-color: #424d63 !important; }
  #md .table-skeleton-wrapper {
    display: flex;
    top: -24px;
    position: relative; }
    #md .table-skeleton-wrapper .container {
      max-width: 400px;
      padding-left: 0px; }
    #md .table-skeleton-wrapper .card {
      background-color: transparent;
      overflow: hidden;
      max-width: 250px;
      width: 194px; }
    #md .table-skeleton-wrapper .card-detail {
      padding: .5rem 1rem; }
      #md .table-skeleton-wrapper .card-detail.first {
        padding: .5rem 1rem .5rem 0rem; }
      #md .table-skeleton-wrapper .card-detail h3 {
        line-height: .09; }
    #md .table-skeleton-wrapper .card-title.loading {
      height: 20px; }
    #md .table-skeleton-wrapper .loading {
      position: relative;
      background-color: #494c56;
      margin-bottom: 15px;
      overflow: hidden;
      border-radius: 25px; }
      #md .table-skeleton-wrapper .loading::after {
        display: block;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        transform: translateX(-100%);
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        animation: loading 2s infinite; }

@keyframes loading {
  100% {
    transform: translateX(100%); } }
  #md.light .multi-location-module {
    background-color: #eaedf1 !important; }
    #md.light .multi-location-module .table-top-wrapper,
    #md.light .multi-location-module .table-bottom-wrapper {
      background: white;
      color: #5a606a; }
    #md.light .multi-location-module .goals-message {
      color: #5a606b; }
    #md.light .multi-location-module .picky__input {
      border-color: #5b606a !important;
      border-width: 1px !important;
      border-radius: 2px !important;
      color: #5b606a !important; }
    #md.light .multi-location-module p.error {
      color: #596579; }
    #md.light .multi-location-module .DateInput_input {
      background-color: #eaedf1;
      color: #5b606a; }
    #md.light .multi-location-module .data-updated {
      color: #5b606a !important; }
    #md.light .multi-location-module .mbl {
      color: #5b606a; }
    #md.light .multi-location-module .select-box p,
    #md.light .multi-location-module .date-select-box p {
      color: #5b606a !important; }
    #md.light .multi-location-module .multi-location-module-wrapper .mm {
      color: #5a606b;
      background: #ffffff;
      border-right: solid 1px #e8edf2; }
    #md.light .multi-location-module .multi-location-module-wrapper .mtd {
      color: #5a606b;
      background: #ffffff;
      border-right: solid 1px #e8edf2; }
    #md.light .multi-location-module .multi-location-module-wrapper .mtd2 {
      color: #5a606b;
      background: #ffffff; }
    #md.light .multi-location-module.universal .table-wrapper-top .table-top:not(:last-child),
    #md.light .multi-location-module.universal .table-wrapper-bottom .table-top:not(:last-child) {
      border-right: solid 1px #d0d3d8; }
  #md .multi-location-module {
    height: auto;
    min-height: 800px;
    background-color: #262931 !important; }
    #md .multi-location-module .conversions-separator {
      color: #5c5f73;
      font-size: 20px; }
    #md .multi-location-module .conversion-rates-raw-data-link {
      color: inherit !important;
      font-weight: inherit !important;
      position: inherit !important; }
    #md .multi-location-module section {
      background-color: transparent; }
    #md .multi-location-module.universal .title {
      width: 60%; }
    #md .multi-location-module.universal h2 {
      border: none !important; }
    #md .multi-location-module.universal .averages {
      position: absolute;
      text-align: right;
      top: 57px;
      left: 17px; }
    #md .multi-location-module.universal .metrics {
      width: 40%;
      text-align: right !important; }
    #md .multi-location-module.universal .table-bottom-wrapper {
      width: 96.5%;
      min-height: 110px; }
      #md .multi-location-module.universal .table-bottom-wrapper .title {
        width: 57%; }
      #md .multi-location-module.universal .table-bottom-wrapper .metrics {
        width: 42%; }
    #md .multi-location-module.universal .date-range-select-box {
      float: left;
      margin-right: 16px; }
    #md .multi-location-module.universal .edit-selections-bar {
      z-index: 98;
      margin-bottom: 25px; }
      #md .multi-location-module.universal .edit-selections-bar button.submit {
        right: unset;
        margin-left: 4px;
        top: 0;
        right: initial; }
      #md .multi-location-module.universal .edit-selections-bar .buttons-container {
        position: absolute;
        width: 240px;
        height: 40px;
        bottom: 22px;
        right: 0; }
        #md .multi-location-module.universal .edit-selections-bar .buttons-container.submit {
          top: 0 !important; }
      #md .multi-location-module.universal .edit-selections-bar button.submit.reset {
        margin-left: 115px; }
    #md .multi-location-module.universal .btn-raw-data {
      top: -116px;
      left: 1166px;
      z-index: 80; }
    #md .multi-location-module.universal .table-wrapper-top,
    #md .multi-location-module.universal .table-wrapper-bottom {
      padding-bottom: 0; }
      #md .multi-location-module.universal .table-wrapper-top .table-top,
      #md .multi-location-module.universal .table-wrapper-bottom .table-top {
        width: 326.6px; }
        #md .multi-location-module.universal .table-wrapper-top .table-top:not(:last-child),
        #md .multi-location-module.universal .table-wrapper-bottom .table-top:not(:last-child) {
          border-right: solid 1px #1a1c22; }
    #md .multi-location-module.universal .table-wrapper .download {
      position: absolute;
      top: -30px;
      right: 0;
      color: #8ac934;
      font-weight: 800;
      font-size: 1rem;
      cursor: pointer; }
    #md .multi-location-module.universal .table-top {
      padding: 0; }
      #md .multi-location-module.universal .table-top.total-revenue {
        width: 790px; }
      #md .multi-location-module.universal .table-top.membership-revenue {
        width: 560px;
        padding-right: 0; }
        #md .multi-location-module.universal .table-top.membership-revenue .metrics {
          width: 50%; }
      #md .multi-location-module.universal .table-top.leads-added {
        width: 370.6px; }
      #md .multi-location-module.universal .table-top.enrollment {
        padding-right: 0; }
      #md .multi-location-module.universal .table-top .table-top-wrapper h2 {
        font-size: 25px; }
    #md .multi-location-module.spenga .table-top {
      flex-basis: 55%; }
    #md .multi-location-module.spenga .table-top:first-child {
      flex-basis: 45%; }
    #md .multi-location-module.spenga .action-buttons {
      position: relative;
      top: 35px;
      right: 95px; }
    #md .multi-location-module.spenga .edit-selections-bar {
      padding-bottom: 75px; }
    #md .multi-location-module .multilocation-sections {
      display: flex;
      flex-direction: column;
      width: 100%; }
    #md .multi-location-module .multi-location-comparison .section-inner .section-content {
      min-height: 600px;
      overflow: visible; }
    #md .multi-location-module .table-wrapper-top,
    #md .multi-location-module .table-wrapper-bottom {
      display: flex;
      width: 100%;
      padding-bottom: 50px; }
    #md .multi-location-module .table-top {
      padding-right: 10px; }
    #md .multi-location-module .table-top-wrapper,
    #md .multi-location-module .table-bottom-wrapper {
      width: 100%;
      height: auto;
      color: white;
      display: flex;
      background: #323943;
      position: relative; }
      #md .multi-location-module .table-top-wrapper .title,
      #md .multi-location-module .table-bottom-wrapper .title {
        width: 100%;
        padding-left: 15px; }
        #md .multi-location-module .table-top-wrapper .title h2,
        #md .multi-location-module .table-bottom-wrapper .title h2 {
          font-family: "Open Sans";
          margin: 0;
          font-size: 32px;
          border-bottom: solid 1px #5c6073; }
      #md .multi-location-module .table-top-wrapper .averages,
      #md .multi-location-module .table-bottom-wrapper .averages {
        width: 100%;
        text-align: right; }
        #md .multi-location-module .table-top-wrapper .averages.double,
        #md .multi-location-module .table-bottom-wrapper .averages.double {
          top: 80px; }
          #md .multi-location-module .table-top-wrapper .averages.double.conversions,
          #md .multi-location-module .table-bottom-wrapper .averages.double.conversions {
            left: -223px; }
        #md .multi-location-module .table-top-wrapper .averages span,
        #md .multi-location-module .table-bottom-wrapper .averages span {
          font-weight: 800; }
      #md .multi-location-module .table-top-wrapper .metrics,
      #md .multi-location-module .table-bottom-wrapper .metrics {
        width: 100%;
        padding-right: 10px;
        text-align: left;
        justify-content: end;
        align-self: flex-end;
        padding-bottom: 5px; }
        #md .multi-location-module .table-top-wrapper .metrics .left,
        #md .multi-location-module .table-bottom-wrapper .metrics .left {
          float: left; }
        #md .multi-location-module .table-top-wrapper .metrics p,
        #md .multi-location-module .table-bottom-wrapper .metrics p {
          margin: 0; }
        #md .multi-location-module .table-top-wrapper .metrics .total,
        #md .multi-location-module .table-bottom-wrapper .metrics .total {
          font-weight: 600;
          font-size: 24px; }
          #md .multi-location-module .table-top-wrapper .metrics .total a,
          #md .multi-location-module .table-bottom-wrapper .metrics .total a {
            color: white;
            font-weight: bold; }
          #md .multi-location-module .table-top-wrapper .metrics .total .percent,
          #md .multi-location-module .table-bottom-wrapper .metrics .total .percent {
            padding-left: 5px;
            font-size: 12px; }
            #md .multi-location-module .table-top-wrapper .metrics .total .percent.positive,
            #md .multi-location-module .table-bottom-wrapper .metrics .total .percent.positive {
              color: #21e981; }
            #md .multi-location-module .table-top-wrapper .metrics .total .percent.negative,
            #md .multi-location-module .table-bottom-wrapper .metrics .total .percent.negative {
              color: #c7343e; }
        #md .multi-location-module .table-top-wrapper .metrics .sub-metrics,
        #md .multi-location-module .table-bottom-wrapper .metrics .sub-metrics {
          display: flex; }
          #md .multi-location-module .table-top-wrapper .metrics .sub-metrics p,
          #md .multi-location-module .table-bottom-wrapper .metrics .sub-metrics p {
            width: 350px; }
            #md .multi-location-module .table-top-wrapper .metrics .sub-metrics p.no-padding,
            #md .multi-location-module .table-bottom-wrapper .metrics .sub-metrics p.no-padding {
              width: fit-content; }
            #md .multi-location-module .table-top-wrapper .metrics .sub-metrics p span,
            #md .multi-location-module .table-bottom-wrapper .metrics .sub-metrics p span {
              font-weight: 800; }
    #md .multi-location-module .table-bottom {
      flex: 1 0 25%;
      margin-right: 10px; }
      #md .multi-location-module .table-bottom.last {
        flex-basis: 45%; }
    #md .multi-location-module .edit-selections-bar .select-box {
      width: 265px; }
    #md .multi-location-module .everything-new-raw-data-link,
    #md .multi-location-module .conversion-rates-raw-data-link {
      position: absolute;
      right: 5px; }
    #md .multi-location-module .btn-raw-data {
      position: relative;
      top: -141px;
      left: 0; }
    #md .multi-location-module .goals-message {
      color: white;
      font-size: 12px; }
    #md .multi-location-module .data-updated {
      color: white;
      padding-top: 15px;
      display: inline-block; }
      #md .multi-location-module .data-updated span {
        visibility: hidden;
        float: right; }
        #md .multi-location-module .data-updated span.show {
          visibility: visible; }
    #md .multi-location-module .picky__input {
      height: 48px !important;
      background-color: transparent !important;
      border-color: #353942 !important;
      border-width: 1px !important;
      border-radius: 2px !important;
      color: white; }
    #md .multi-location-module .SingleDatePickerInput {
      background-color: transparent !important; }
    #md .multi-location-module .SingleDatePickerInput__withBorder {
      border: 1px solid #353942 !important; }
    #md .multi-location-module .DateInput_input {
      color: white; }
    #md .multi-location-module p.error {
      color: white;
      font-size: 33px;
      line-height: 1.5em;
      text-align: center;
      padding-top: 299px; }
      #md .multi-location-module p.error .pre,
      #md .multi-location-module p.error .after {
        font-size: 18px;
        opacity: 0.6; }
    #md .multi-location-module .error-wrapper {
      float: left;
      width: 100%;
      background: rgba(0, 0, 0, 0.5);
      margin-bottom: 25px; }
      #md .multi-location-module .error-wrapper .error {
        padding-top: 0px; }
    #md .multi-location-module .mbl {
      margin: 0;
      color: white;
      font-size: 30px;
      padding-bottom: 20px;
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px;
      margin-left: -10px;
      width: 100%; }
      #md .multi-location-module .mbl.padding-top {
        padding-top: 50px; }
    #md .multi-location-module .multi-location-module-wrapper {
      width: 1350px;
      margin: 0 auto;
      height: 1350px; }
      #md .multi-location-module .multi-location-module-wrapper .edit-selections-bar {
        width: 1350px;
        float: left;
        z-index: 1;
        position: relative;
        padding-bottom: 50px;
        padding-top: 25px; }
        #md .multi-location-module .multi-location-module-wrapper .edit-selections-bar .select-box {
          width: 305px;
          float: left;
          padding-right: 15px; }
          #md .multi-location-module .multi-location-module-wrapper .edit-selections-bar .select-box p {
            color: white; }
        #md .multi-location-module .multi-location-module-wrapper .edit-selections-bar .date-select-box {
          width: 213px;
          float: left; }
          #md .multi-location-module .multi-location-module-wrapper .edit-selections-bar .date-select-box p {
            color: white; }
        #md .multi-location-module .multi-location-module-wrapper .edit-selections-bar button.submit {
          padding: 7px 25px;
          background: transparent;
          border: solid 1px #7ec02b;
          border-radius: 25px;
          color: #7ec02b;
          font-weight: bold;
          position: absolute;
          right: 105px;
          top: 63px; }
          #md .multi-location-module .multi-location-module-wrapper .edit-selections-bar button.submit.reset {
            color: #5e697b;
            border-color: #586678;
            right: 0; }
            #md .multi-location-module .multi-location-module-wrapper .edit-selections-bar button.submit.reset:hover {
              background: #5e697b;
              color: white; }
          #md .multi-location-module .multi-location-module-wrapper .edit-selections-bar button.submit:hover {
            background: #7ec02b;
            color: white; }
      #md .multi-location-module .multi-location-module-wrapper .mm {
        color: white;
        float: left;
        width: 780px;
        text-align: center;
        margin-bottom: 5px;
        background: #333943;
        border-right: solid 1px #1a1c22; }
      #md .multi-location-module .multi-location-module-wrapper .mtd {
        color: white;
        float: left;
        width: 220px;
        text-align: center;
        margin-bottom: 5px;
        background: #333943;
        border-right: solid 1px #1a1c22; }
      #md .multi-location-module .multi-location-module-wrapper .mtd2 {
        color: white;
        float: left;
        width: 350px;
        text-align: center;
        margin-bottom: 5px;
        background: #333943; }
      #md .multi-location-module .multi-location-module-wrapper .width-50 {
        width: 670px;
        float: left;
        padding-top: 50px; }
        #md .multi-location-module .multi-location-module-wrapper .width-50.padding-right {
          margin-right: 10px; }
    #md .multi-location-module .padding-top-70 {
      padding-top: 53px; }
    #md .multi-location-module td.completed {
      color: #7ec02a !important;
      font-weight: 600; }
      #md .multi-location-module td.completed:after {
        content: "\2605";
        color: gold; }
  #md .followupWidget .section-container.no-top-padding {
    padding-top: 10px; }
  #md .followupWidget h5 {
    padding: 0 0 25px 0;
    margin: 0px 0px 13px;
    color: #8791a0;
    text-transform: uppercase;
    font-weight: 700; }
  #md .followupWidget .donut-left {
    width: 53%;
    float: left; }
  #md .followupWidget .donut-right {
    float: left;
    position: relative;
    left: -25px;
    max-width: 158px; }
  #md .followupWidget .double-donut p {
    color: #8791a0;
    font-weight: 400;
    margin: 0;
    font-size: 15px; }
  #md .followupWidget .double-donut a {
    font-weight: 700;
    text-decoration: none;
    font-size: 1.2em; }
  #md .followupWidget .double-donut .contacted a {
    color: #92bef4; }
  #md .followupWidget .double-donut .not-contacted a {
    color: #fc6a3e; }
  #md .followupWidget .double-donut .total {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase; }
    #md .followupWidget .double-donut .total span {
      color: #4a9aff;
      font-size: 46px;
      font-weight: 100;
      padding-top: 15px;
      display: block; }
  #md #number_of_active_members_by_status_chart,
  #md #number_of_active_members_chart {
    padding-bottom: 50px; }
    #md #number_of_active_members_by_status_chart .google-visualization-table,
    #md #number_of_active_members_chart .google-visualization-table {
      height: 111px !important; }
    #md #number_of_active_members_by_status_chart .google-visualization-table-table,
    #md #number_of_active_members_chart .google-visualization-table-table {
      height: 100px !important; }
      #md #number_of_active_members_by_status_chart .google-visualization-table-table tr > td,
      #md #number_of_active_members_chart .google-visualization-table-table tr > td {
        padding: 0; }
  #md.light .error_boundary_root h2 {
    color: #6f7077; }
  #md.light .error_boundary_root span {
    color: #6f7077; }
  #md .error_boundary_root {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 10px 0; }
    #md .error_boundary_root h2 {
      padding: 0px;
      font-size: 40px;
      width: max-content;
      box-shadow: none;
      color: white; }
    #md .error_boundary_root span {
      color: white; }
  #md.light .overtable-title, #md .light .overtable-title,
  #md #settings-light .overtable-title {
    color: #5b606a !important; }
    #md.light .overtable-title .since, #md .light .overtable-title .since,
    #md #settings-light .overtable-title .since {
      color: black !important; }
  #md.light .table thead, #md .light .table thead,
  #md #settings-light .table thead {
    background-color: #596579;
    color: white; }
    #md.light .table thead th, #md .light .table thead th,
    #md #settings-light .table thead th {
      border: none; }
  #md.light .table tbody tr:nth-child(odd),
  #md.light .table tfoot tr:nth-child(odd), #md .light .table tbody tr:nth-child(odd),
  #md .light .table tfoot tr:nth-child(odd),
  #md #settings-light .table tbody tr:nth-child(odd),
  #md #settings-light .table tfoot tr:nth-child(odd) {
    background-color: #eaedf1; }
  #md.light .table tbody tr:nth-child(even),
  #md.light .table tfoot tr:nth-child(even), #md .light .table tbody tr:nth-child(even),
  #md .light .table tfoot tr:nth-child(even),
  #md #settings-light .table tbody tr:nth-child(even),
  #md #settings-light .table tfoot tr:nth-child(even) {
    background-color: white; }
  #md.light .table tbody tr:hover,
  #md.light .table tfoot tr:hover, #md .light .table tbody tr:hover,
  #md .light .table tfoot tr:hover,
  #md #settings-light .table tbody tr:hover,
  #md #settings-light .table tfoot tr:hover {
    background-color: #a3c5e4; }
  #md.light .table th,
  #md.light .table td, #md .light .table th,
  #md .light .table td,
  #md #settings-light .table th,
  #md #settings-light .table td {
    color: #545458;
    border-bottom: 1px dashed #4e525b; }
  #md.light .form-inline .mfe-2, #md .light .form-inline .mfe-2,
  #md #settings-light .form-inline .mfe-2 {
    color: #5b606a; }
  #md.light .form-inline .form-control, #md .light .form-inline .form-control,
  #md #settings-light .form-inline .form-control {
    background-color: #eaedf1;
    border-bottom: 1px solid #a3acb3;
    color: #a3acb3; }
    #md.light .form-inline .form-control:focus, #md .light .form-inline .form-control:focus,
    #md #settings-light .form-inline .form-control:focus {
      border-bottom: 1px solid #545458; }
  #md.light .pagination .page-link, #md .light .pagination .page-link,
  #md #settings-light .pagination .page-link {
    background-color: #eaedf1;
    border: none;
    color: #6f7178; }
    #md.light .pagination .page-link:hover, #md.light .pagination .page-link:active, #md.light .pagination .page-link:focus, #md .light .pagination .page-link:hover, #md .light .pagination .page-link:active, #md .light .pagination .page-link:focus,
    #md #settings-light .pagination .page-link:hover,
    #md #settings-light .pagination .page-link:active,
    #md #settings-light .pagination .page-link:focus {
      color: black; }
  #md.light .pagination .disabled.page-link, #md .light .pagination .disabled.page-link,
  #md #settings-light .pagination .disabled.page-link {
    color: #a3acb3; }
    #md.light .pagination .disabled.page-link:hover, #md.light .pagination .disabled.page-link:active, #md.light .pagination .disabled.page-link:focus, #md .light .pagination .disabled.page-link:hover, #md .light .pagination .disabled.page-link:active, #md .light .pagination .disabled.page-link:focus,
    #md #settings-light .pagination .disabled.page-link:hover,
    #md #settings-light .pagination .disabled.page-link:active,
    #md #settings-light .pagination .disabled.page-link:focus {
      color: #a3acb3; }
  #md.light .pagination .page-link[aria-label^="Current"], #md .light .pagination .page-link[aria-label^="Current"],
  #md #settings-light .pagination .page-link[aria-label^="Current"] {
    color: black; }
  #md.light #heatmap .table .riders, #md .light #heatmap .table .riders,
  #md #settings-light #heatmap .table .riders {
    border-right: thin solid #ddd; }
  #md.light #heatmap .table .month, #md .light #heatmap .table .month,
  #md #settings-light #heatmap .table .month {
    border-right: thin solid #ddd; }
  #md.light #heatmap .table thead th:nth-child(-n + 2), #md .light #heatmap .table thead th:nth-child(-n + 2),
  #md #settings-light #heatmap .table thead th:nth-child(-n + 2) {
    border-top: thin solid #ddd;
    border-right: thin solid #ddd;
    border-left: thin solid #ddd;
    background-color: white; }
  #md.light #heatmap .table thead th:nth-child(3), #md .light #heatmap .table thead th:nth-child(3),
  #md #settings-light #heatmap .table thead th:nth-child(3) {
    background-color: #fff2cc; }
  #md.light #heatmap .table .month-info, #md .light #heatmap .table .month-info,
  #md #settings-light #heatmap .table .month-info {
    color: #434343;
    border-top: thin solid #ddd;
    border-right: thin solid #ddd;
    border-bottom: thin solid #ddd; }
  #md.light #heatmap .table tbody tr, #md .light #heatmap .table tbody tr,
  #md #settings-light #heatmap .table tbody tr {
    background-color: white; }
    #md.light #heatmap .table tbody tr:nth-child(-n + 2) td, #md .light #heatmap .table tbody tr:nth-child(-n + 2) td,
    #md #settings-light #heatmap .table tbody tr:nth-child(-n + 2) td {
      border-left: thin solid #ddd;
      border-right: thin solid #ddd;
      border-bottom: thin solid #ddd; }
      #md.light #heatmap .table tbody tr:nth-child(-n + 2) td:nth-child(n + 3), #md .light #heatmap .table tbody tr:nth-child(-n + 2) td:nth-child(n + 3),
      #md #settings-light #heatmap .table tbody tr:nth-child(-n + 2) td:nth-child(n + 3) {
        background-color: #fff7e1;
        padding: 0; }
        #md.light #heatmap .table tbody tr:nth-child(-n + 2) td:nth-child(n + 3) div, #md .light #heatmap .table tbody tr:nth-child(-n + 2) td:nth-child(n + 3) div,
        #md #settings-light #heatmap .table tbody tr:nth-child(-n + 2) td:nth-child(n + 3) div {
          padding: 10.3px 0; }
      #md.light #heatmap .table tbody tr:nth-child(-n + 2) td:last-child, #md .light #heatmap .table tbody tr:nth-child(-n + 2) td:last-child,
      #md #settings-light #heatmap .table tbody tr:nth-child(-n + 2) td:last-child {
        border-right: 0; }
        #md.light #heatmap .table tbody tr:nth-child(-n + 2) td:last-child div, #md .light #heatmap .table tbody tr:nth-child(-n + 2) td:last-child div,
        #md #settings-light #heatmap .table tbody tr:nth-child(-n + 2) td:last-child div {
          border-right: thin solid #ddd; }
    #md.light #heatmap .table tbody tr:nth-child(2), #md .light #heatmap .table tbody tr:nth-child(2),
    #md #settings-light #heatmap .table tbody tr:nth-child(2) {
      border-bottom: thin solid #ddd; }
    #md.light #heatmap .table tbody tr:nth-child(n + 3):nth-child(odd) td:nth-child(-n + 2), #md .light #heatmap .table tbody tr:nth-child(n + 3):nth-child(odd) td:nth-child(-n + 2),
    #md #settings-light #heatmap .table tbody tr:nth-child(n + 3):nth-child(odd) td:nth-child(-n + 2) {
      background-color: #eaedf1; }
  #md.light .custom-checkbox input#status + label > .status-switch, #md .light .custom-checkbox input#status + label > .status-switch,
  #md #settings-light .custom-checkbox input#status + label > .status-switch {
    background-color: #8fc447;
    color: white; }
  #md.light .custom-checkbox input#status:checked + label > .status-switch, #md .light .custom-checkbox input#status:checked + label > .status-switch,
  #md #settings-light .custom-checkbox input#status:checked + label > .status-switch {
    background-color: #8fc447; }
  #md.light .multi-location-module.universal td:nth-child(4), #md .light .multi-location-module.universal td:nth-child(4),
  #md #settings-light .multi-location-module.universal td:nth-child(4) {
    border-right: solid 1px #d0d3d8; }
  #md.light .multi-location-module.universal .conversion-table td:nth-child(8),
  #md.light .multi-location-module.universal .conversion-table td:nth-child(12), #md .light .multi-location-module.universal .conversion-table td:nth-child(8),
  #md .light .multi-location-module.universal .conversion-table td:nth-child(12),
  #md #settings-light .multi-location-module.universal .conversion-table td:nth-child(8),
  #md #settings-light .multi-location-module.universal .conversion-table td:nth-child(12) {
    border-right: solid 1px #d0d3d8; }
  #md.light #dailyPulseTable tr th:not(:nth-of-type(4), :nth-of-type(8)), #md .light #dailyPulseTable tr th:not(:nth-of-type(4), :nth-of-type(8)),
  #md #settings-light #dailyPulseTable tr th:not(:nth-of-type(4), :nth-of-type(8)) {
    background-color: #CCCCCC; }
  #md.light #dailyPulseTable tr td:nth-of-type(4),
  #md.light #dailyPulseTable tr td:nth-of-type(8), #md .light #dailyPulseTable tr td:nth-of-type(4),
  #md .light #dailyPulseTable tr td:nth-of-type(8),
  #md #settings-light #dailyPulseTable tr td:nth-of-type(4),
  #md #settings-light #dailyPulseTable tr td:nth-of-type(8) {
    background-color: #E9EDF1; }
  #md.light #dailyPulseTable tr th:nth-of-type(1), #md .light #dailyPulseTable tr th:nth-of-type(1),
  #md #settings-light #dailyPulseTable tr th:nth-of-type(1) {
    background: white; }
  #md .client-info-wrapper .create-contact-log {
    padding: 5px 11px;
    margin-top: 3px;
    line-height: 1.5rem; }
  #md .client-info-wrapper .client-info-upper .right .quick-facts .overtable-title {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    padding-bottom: 20px; }
    #md .client-info-wrapper .client-info-upper .right .quick-facts .overtable-title .since {
      float: left;
      color: #a7adc4;
      text-transform: capitalize;
      font-size: 12px;
      margin-top: 2px; }
  #md .client-info-wrapper .client-info-bottom-wrapper .client-info-bottom .cell .overtable-title {
    padding: 0 2.4rem 0 0;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
  #md .c-datatable-filter {
    margin-bottom: 1rem; }
  #md .table th {
    text-align: end;
    padding: 2px 4px; }
    #md .table th .d-inline {
      font-weight: 400;
      color: white;
      display: inline !important; }
    #md .table th .d-inline + svg {
      color: white;
      opacity: 1;
      height: 10px; }
  #md .table th,
  #md .table td {
    color: #a3acb3;
    border-top: none;
    border-bottom: 1px dashed #4e525b;
    border-right: none;
    padding: 0 4px; }
  #md .form-inline .mfe-2 {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600; }
  #md .form-inline .action-btn {
    left: 225px !important; }
  #md .form-inline .form-control {
    border-radius: 0;
    height: 2rem;
    background-color: #2b2f39;
    border: 0;
    border-bottom: 1px solid #4e525b;
    color: #a3acb3;
    box-shadow: none;
    width: 15rem;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    #md .form-inline .form-control:focus {
      box-shadow: none;
      border-bottom: 1px solid #a3acb3;
      font-size: 1em; }
  #md .table {
    margin-bottom: 0; }
    #md .table thead {
      background-color: #1a1c22;
      color: white;
      height: 25px;
      white-space: nowrap; }
      #md .table thead th {
        border: none; }
        #md .table thead th:first-child {
          text-align: start; }
    #md .table tbody tr,
    #md .table tfoot tr {
      height: 43px !important; }
      #md .table tbody tr td,
      #md .table tfoot tr td {
        vertical-align: middle;
        text-align: end; }
        #md .table tbody tr td:first-child,
        #md .table tfoot tr td:first-child {
          text-align: start; }
        #md .table tbody tr td a,
        #md .table tfoot tr td a {
          color: #00acfb;
          font-weight: 700; }
      #md .table tbody tr:nth-child(odd),
      #md .table tfoot tr:nth-child(odd) {
        background-color: #262931; }
      #md .table tbody tr:nth-child(even),
      #md .table tfoot tr:nth-child(even) {
        background-color: #333943; }
      #md .table tbody tr:hover,
      #md .table tfoot tr:hover {
        background-color: #315b81; }
    #md .table .text-center {
      padding-top: 1.7rem; }
      #md .table .text-center > h2 {
        font: 35px "proxima nova", sans-serif; }
    #md .table .text-ellipsis {
      width: 52ch !important;
      overflow: hidden !important;
      white-space: nowrap !important;
      text-overflow: ellipsis !important; }
  #md .pagination {
    margin-top: 0 !important; }
    #md .pagination .page-link {
      font-weight: 600;
      background-color: #2b2f39;
      border: none;
      color: #a3acb3;
      padding: 6px 12px;
      font-size: 15px; }
      #md .pagination .page-link:hover, #md .pagination .page-link:active, #md .pagination .page-link:focus {
        color: white; }
    #md .pagination .disabled.page-link {
      color: #6f7178; }
      #md .pagination .disabled.page-link:hover, #md .pagination .disabled.page-link:active, #md .pagination .disabled.page-link:focus {
        color: #6f7178; }
    #md .pagination .page-link[aria-label^="Current"] {
      z-index: 0;
      color: white; }
  #md .table-responsive {
    width: 100%; }
  #md .login-report-table .content .table th,
  #md .login-report-table .content .table tr td {
    text-align: start; }
  #md .login-report-table .content .table th:nth-of-type(n + 3),
  #md .login-report-table .content .table tr td:nth-of-type(n + 3) {
    text-align: center; }
  #md .login-report-table .content .content__filter {
    display: inline-block; }
    #md .login-report-table .content .content__filter .c-datatable-filter {
      margin-bottom: 0 !important; }
  #md #membershipBreakdownModule .table-responsive {
    width: 100%;
    max-height: 420px; }
  #md #studioInfoReportContainer .table {
    margin-bottom: 20px; }
  #md #heatmap .table-responsive {
    overflow: hidden; }
  #md #heatmap .table {
    table-layout: fixed; }
    #md #heatmap .table .heatmap-link {
      cursor: pointer;
      display: block;
      font-weight: inherit;
      color: inherit; }
    #md #heatmap .table .riders {
      border: none;
      text-align: center;
      white-space: normal; }
    #md #heatmap .table .riders-label {
      font-weight: 700; }
    #md #heatmap .table .month {
      border-bottom: none;
      text-align: start;
      white-space: nowrap; }
    #md #heatmap .table .month-info {
      padding: 10px;
      text-align: left;
      font-weight: 700; }
      #md #heatmap .table .month-info .tooltip-inner {
        min-width: 17em; }
    #md #heatmap .table tr td {
      text-align: center;
      white-space: nowrap; }
    #md #heatmap .table thead th {
      height: 43px;
      z-index: 1;
      position: absolute; }
      #md #heatmap .table thead th:nth-child(1) {
        position: inherit;
        max-width: 80px;
        width: 80px;
        overflow: visible !important; }
      #md #heatmap .table thead th:nth-child(2) {
        position: inherit;
        max-width: 118px;
        width: 118px;
        overflow: visible !important; }
      #md #heatmap .table thead th:nth-child(3) {
        padding: 0;
        width: 1151px;
        overflow: visible !important; }
      #md #heatmap .table thead th:nth-child(n + 4) {
        display: none; }
    #md #heatmap .table tbody tr td {
      border: 0; }
    #md #heatmap .table tbody tr:nth-child(-n + 2) td:nth-child(-n + 2) {
      border-top: 0;
      border-bottom: 0; }
    #md #heatmap .table tbody tr:nth-child(-n + 2) td:nth-child(n + 3) {
      font-weight: 700; }
    #md #heatmap .table tbody tr:nth-child(n + 3) td:nth-child(n + 3):hover {
      background-color: #315b81 !important;
      color: white !important; }
    #md #heatmap .table .riders {
      border-right: thin solid #4e525b; }
    #md #heatmap .table .month {
      border-right: thin solid #4e525b; }
    #md #heatmap .table thead th:nth-child(-n + 2) {
      border-top: thin solid #4e525b;
      border-right: thin solid #4e525b;
      border-left: thin solid #4e525b;
      background-color: #333943; }
    #md #heatmap .table thead th:nth-child(3) {
      background-color: #20283b; }
    #md #heatmap .table .month-info {
      color: #a3acb3;
      border-top: thin solid #4e525b;
      border-right: thin solid #4e525b;
      border-bottom: thin solid #4e525b; }
    #md #heatmap .table tbody tr {
      background-color: #333943; }
      #md #heatmap .table tbody tr:nth-child(-n + 2) td {
        border-left: thin solid #4e525b;
        border-right: thin solid #4e525b;
        border-bottom: thin solid #4e525b; }
        #md #heatmap .table tbody tr:nth-child(-n + 2) td:nth-child(n + 3) {
          background-color: #29344d;
          padding: 0; }
          #md #heatmap .table tbody tr:nth-child(-n + 2) td:nth-child(n + 3) div {
            padding: 10.3px 0; }
        #md #heatmap .table tbody tr:nth-child(-n + 2) td:last-child {
          border-right: 0; }
          #md #heatmap .table tbody tr:nth-child(-n + 2) td:last-child div {
            border-right: thin solid #4e525b; }
      #md #heatmap .table tbody tr:nth-child(2) {
        border-bottom: thin solid #4e525b; }
      #md #heatmap .table tbody tr:nth-child(n + 3):nth-child(odd) td:nth-child(-n + 2) {
        background-color: #262931; }
  #md .custom-checkbox {
    margin-right: 1rem;
    width: 151px;
    height: 47px; }
    #md .custom-checkbox input#status {
      display: none; }
      #md .custom-checkbox input#status + label {
        height: 100%;
        width: 100%; }
        #md .custom-checkbox input#status + label > .status-switch {
          cursor: pointer;
          width: 100%;
          height: 100%;
          position: relative;
          background-color: #4e525b;
          color: white;
          transition: all 0.5s ease;
          padding: 3px;
          border-radius: 3px; }
          #md .custom-checkbox input#status + label > .status-switch:before, #md .custom-checkbox input#status + label > .status-switch:after {
            border-radius: 2px;
            height: calc(100% - 6px);
            width: calc(50% - 3px);
            display: flex;
            align-items: center;
            position: absolute;
            justify-content: center;
            transition: all 0.3s ease; }
          #md .custom-checkbox input#status + label > .status-switch:before {
            background-color: white;
            color: black;
            left: 3px;
            z-index: 10;
            content: attr(data-unchecked); }
          #md .custom-checkbox input#status + label > .status-switch:after {
            right: 0;
            content: attr(data-checked); }
      #md .custom-checkbox input#status:checked + label > .status-switch {
        background-color: #4e525b; }
        #md .custom-checkbox input#status:checked + label > .status-switch:after {
          left: 0;
          content: attr(data-unchecked); }
        #md .custom-checkbox input#status:checked + label > .status-switch:before {
          color: black;
          left: 50%;
          content: attr(data-checked); }
  #md .multi-location-module .table {
    table-layout: fixed; }
  #md .multi-location-module.universal .table-responsive {
    max-height: 700px; }
    #md .multi-location-module.universal .table-responsive::-webkit-scrollbar {
      width: 8px; }
    #md .multi-location-module.universal .table-responsive thead {
      position: sticky;
      position: -webkit-sticky;
      top: 0; }
    #md .multi-location-module.universal .table-responsive svg {
      width: 10px; }
  #md .multi-location-module.universal .revenueTable td:nth-child(4) {
    border-right: solid 1px #1a1c22; }
  #md .multi-location-module.universal .conversion-table td:nth-child(8),
  #md .multi-location-module.universal .conversion-table td:nth-child(12) {
    border-right: solid 1px #1a1c22; }
  #md .multi-location-module.universal .conversion-table td:first-child {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  #md #instructorUtilization th,
  #md #instructorUtilization tr td,
  #md #firstVisitConversions th,
  #md #firstVisitConversions tr td,
  #md #instructorClosingConversion th,
  #md #instructorClosingConversion tr td,
  #md #dailyPulseTable th,
  #md #dailyPulseTable tr td {
    font-weight: 600;
    text-align: center; }
  #md #instructorUtilization .table th,
  #md #instructorUtilization .table td,
  #md #firstVisitConversions .table th,
  #md #firstVisitConversions .table td,
  #md #instructorClosingConversion .table th,
  #md #instructorClosingConversion .table td,
  #md #dailyPulseTable .table th,
  #md #dailyPulseTable .table td {
    border-bottom: none; }
  #md #instructorUtilization .table td,
  #md #firstVisitConversions .table td,
  #md #instructorClosingConversion .table td,
  #md #dailyPulseTable .table td {
    border-right: 1px solid #353942; }
    #md #instructorUtilization .table td:last-child,
    #md #firstVisitConversions .table td:last-child,
    #md #instructorClosingConversion .table td:last-child,
    #md #dailyPulseTable .table td:last-child {
      border: none;
      font-weight: 800; }
  #md #instructorUtilization .table .d-inline,
  #md #firstVisitConversions .table .d-inline,
  #md #instructorClosingConversion .table .d-inline,
  #md #dailyPulseTable .table .d-inline {
    font-weight: 600; }
  #md #instructorUtilization .table thead tr,
  #md #firstVisitConversions .table thead tr,
  #md #instructorClosingConversion .table thead tr,
  #md #dailyPulseTable .table thead tr {
    height: 50px; }
  #md #instructorUtilization .table th:nth-of-type(2),
  #md #instructorUtilization .table tr td:nth-of-type(2),
  #md #firstVisitConversions .table th:nth-of-type(2),
  #md #firstVisitConversions .table tr td:nth-of-type(2),
  #md #instructorClosingConversion .table th:nth-of-type(2),
  #md #instructorClosingConversion .table tr td:nth-of-type(2),
  #md #dailyPulseTable .table th:nth-of-type(2),
  #md #dailyPulseTable .table tr td:nth-of-type(2) {
    text-align: start; }
  #md #instructorUtilization .table th:nth-of-type(1),
  #md #instructorUtilization .table tr td:nth-of-type(1),
  #md #firstVisitConversions .table th:nth-of-type(1),
  #md #firstVisitConversions .table tr td:nth-of-type(1),
  #md #instructorClosingConversion .table th:nth-of-type(1),
  #md #instructorClosingConversion .table tr td:nth-of-type(1),
  #md #dailyPulseTable .table th:nth-of-type(1),
  #md #dailyPulseTable .table tr td:nth-of-type(1) {
    padding: 0 15px; }
  #md #instructorUtilization .table th:nth-of-type(2),
  #md #instructorUtilization .table tr td:nth-of-type(2),
  #md #firstVisitConversions .table th:nth-of-type(2),
  #md #firstVisitConversions .table tr td:nth-of-type(2),
  #md #instructorClosingConversion .table th:nth-of-type(2),
  #md #instructorClosingConversion .table tr td:nth-of-type(2),
  #md #dailyPulseTable .table th:nth-of-type(2),
  #md #dailyPulseTable .table tr td:nth-of-type(2) {
    padding: 0 15px; }
  #md #instructorUtilization .table tbody tr,
  #md #firstVisitConversions .table tbody tr,
  #md #instructorClosingConversion .table tbody tr,
  #md #dailyPulseTable .table tbody tr {
    background-color: transparent; }
  #md #instructorUtilization .table tfoot tr:hover,
  #md #firstVisitConversions .table tfoot tr:hover,
  #md #instructorClosingConversion .table tfoot tr:hover,
  #md #dailyPulseTable .table tfoot tr:hover {
    background-color: inherit; }
  #md #instructorUtilization tr td:nth-child(2),
  #md #firstVisitConversions tr td:nth-child(2),
  #md #instructorClosingConversion tr td:nth-child(2) {
    max-width: 0;
    min-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  #md #tableWithCustomSearch {
    position: relative; }
    #md #tableWithCustomSearch .table th {
      font-weight: 600;
      text-align: center; }
    #md #tableWithCustomSearch .table td {
      white-space: nowrap;
      border-right: 1px solid #353942;
      border-bottom: none;
      font-weight: 600;
      text-align: center; }
      #md #tableWithCustomSearch .table td:nth-child(6) {
        white-space: pre-wrap; }
      #md #tableWithCustomSearch .table td:last-child {
        border: none; }
  #md #dailyPulseTable .table {
    table-layout: fixed;
    border-collapse: separate; }
    #md #dailyPulseTable .table tbody tr td:last-child {
      font-weight: 600; }
  #md #dailyPulseTable tr th:nth-of-type(1) {
    width: 250px; }
  #md #dailyPulseTable .table tbody tr:first-of-type,
  #md #dailyPulseTable table tbody tr:last-of-type {
    height: 20px !important; }
  #md #dailyPulseTable .table tbody tr:first-of-type td,
  #md #dailyPulseTable .table tbody tr:last-of-type td {
    border-right: none; }
  #md #dailyPulseTable tr th:not(:nth-of-type(4), :nth-of-type(8)) {
    background-color: #20222a; }
  #md #dailyPulseTable tr td:nth-of-type(4),
  #md #dailyPulseTable tr td:nth-of-type(8) {
    background-color: #21252d; }
  #md #dailyPulseTable tr th:nth-of-type(1) {
    background: #262931; }
  #md #dailyPulseTable tbody tr td:nth-of-type(1) {
    text-align: left; }
  #md #dailyPulseTable .table th:nth-of-type(2),
  #md #dailyPulseTable .table tbody tr td:nth-of-type(2) {
    text-align: center; }
  #md #appAndGuests tbody tr:not(:nth-of-type(2), :nth-of-type(4)) td:nth-of-type(1) {
    padding-left: 30px; }
  #md .referral-breakdown-container {
    width: 100%; }
  #md #hide-first-col thead tr th:first-child,
  #md #hide-first-col tbody tr td:first-child,
  #md #hide-first-col tfoot tr td:first-child {
    display: none; }
  #md #hide-first-col thead tr th:nth-child(2),
  #md #hide-first-col tbody tr td:nth-child(2),
  #md #hide-first-col tfoot tr td:nth-child(2) {
    text-align: left; }
  #md #two_factor_auth_logs_table .data-points,
  #md #black-list-ips-table .data-points,
  #md #white-list-ips-table .data-points,
  #md #user_activity_table .data-points,
  #md #store-logs .data-points {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    margin-bottom: 30px; }
  #md #two_factor_auth_logs_table .form-control,
  #md #black-list-ips-table .form-control,
  #md #white-list-ips-table .form-control,
  #md #user_activity_table .form-control,
  #md #store-logs .form-control {
    background-color: #eaedf1;
    border-bottom: 1px solid #a3acb3;
    color: #a3acb3; }
    #md #two_factor_auth_logs_table .form-control:focus,
    #md #black-list-ips-table .form-control:focus,
    #md #white-list-ips-table .form-control:focus,
    #md #user_activity_table .form-control:focus,
    #md #store-logs .form-control:focus {
      border-bottom: 1px solid #545458; }
  #md #two_factor_auth_logs_table .content_download,
  #md #black-list-ips-table .content_download,
  #md #white-list-ips-table .content_download,
  #md #user_activity_table .content_download,
  #md #store-logs .content_download {
    margin-bottom: 20px; }
    #md #two_factor_auth_logs_table .content_download a,
    #md #two_factor_auth_logs_table .content_download svg,
    #md #black-list-ips-table .content_download a,
    #md #black-list-ips-table .content_download svg,
    #md #white-list-ips-table .content_download a,
    #md #white-list-ips-table .content_download svg,
    #md #user_activity_table .content_download a,
    #md #user_activity_table .content_download svg,
    #md #store-logs .content_download a,
    #md #store-logs .content_download svg {
      color: #8fc447; }
    #md #two_factor_auth_logs_table .content_download span[disabled],
    #md #black-list-ips-table .content_download span[disabled],
    #md #white-list-ips-table .content_download span[disabled],
    #md #user_activity_table .content_download span[disabled],
    #md #store-logs .content_download span[disabled] {
      color: grey;
      cursor: not-allowed;
      font-weight: 800;
      margin-right: 40px; }
      #md #two_factor_auth_logs_table .content_download span[disabled] svg,
      #md #black-list-ips-table .content_download span[disabled] svg,
      #md #white-list-ips-table .content_download span[disabled] svg,
      #md #user_activity_table .content_download span[disabled] svg,
      #md #store-logs .content_download span[disabled] svg {
        color: grey; }
    #md #two_factor_auth_logs_table .content_download a,
    #md #black-list-ips-table .content_download a,
    #md #white-list-ips-table .content_download a,
    #md #user_activity_table .content_download a,
    #md #store-logs .content_download a {
      cursor: pointer;
      font-weight: 800;
      margin-right: 40px; }
  #md #two_factor_auth_logs_table .page-link,
  #md #black-list-ips-table .page-link,
  #md #white-list-ips-table .page-link,
  #md #user_activity_table .page-link,
  #md #store-logs .page-link {
    font-size: 17px; }
  #md #black-list-ips-table .delete:hover {
    cursor: pointer; }
  #md #black-list-ips-table .delete-all {
    margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    #md .table-responsive {
      border: none; } }
  #md.light .navbar-bottom__menu {
    background: #e9edf1; }
  #md .navbar-bottom {
    margin-bottom: 30px;
    -webkit-margin-collapse: discard; }
    #md .navbar-bottom__menu {
      margin-bottom: 35px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      #md .navbar-bottom__menu #nav-menu {
        width: 1350px;
        margin: 0 auto; }
    #md .navbar-bottom__page-header {
      width: 1350px;
      margin: 0 auto; }
    #md .navbar-bottom__loader {
      min-height: 130px; }
  #md .ip-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px; }
    #md .ip-header .action-buttons {
      position: absolute;
      right: 90px;
      top: 60px; }
    #md .ip-header .pie-chart-label-container {
      display: flex;
      justify-content: flex-end;
      flex-direction: column; }
      #md .ip-header .pie-chart-label-container .pie-chart-label {
        margin: 0 0 1rem 0;
        padding: 0;
        color: #8791a0;
        text-transform: uppercase;
        font-weight: 700; }
    #md .ip-header .button-control-group {
      position: relative;
      top: 35px;
      right: 130px; }
  #md .ip-wrapper {
    width: 100%;
    display: flex;
    min-height: 540px; }
    #md .ip-wrapper .data-display-container {
      margin-bottom: 4rem;
      display: flex;
      justify-content: center; }
      #md .ip-wrapper .data-display-container .dashboardModuleSectionContainer {
        justify-content: center;
        display: flex; }
      #md .ip-wrapper .data-display-container .dashboardModuleSectionBody {
        justify-content: center;
        display: flex; }
  #md #module-date-filters #override-edit-selection-bar {
    float: none;
    padding-bottom: 0; }
    #md #module-date-filters #override-edit-selection-bar .submit,
    #md #module-date-filters #override-edit-selection-bar .reset {
      top: 145px; }
  #md #module-date-filters .top-filter {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between; }
    #md #module-date-filters .top-filter__right {
      display: flex;
      align-items: center; }
      #md #module-date-filters .top-filter__right .vc-compare {
        margin: 34px 15px 0 0; }
      #md #module-date-filters .top-filter__right .date-select-box.multi {
        width: 319px; }
      #md #module-date-filters .top-filter__right .date-select-box.monthly {
        width: 250px;
        margin-right: 15px; }
  #md #module-date-filters .google-visualization-table, #md #module-date-filters .table-wrapper {
    margin-top: 30px; }
  #md #module-date-filters .chart-addons-container {
    padding-bottom: 20px; }
  #md #module-date-filters .content {
    position: static;
    display: flex;
    align-items: center; }
    #md #module-date-filters .content__tiles {
      margin-left: 30px; }
      #md #module-date-filters .content__tiles .tile + .tile {
        margin-top: 30px; }
  #md .react-section-wrapper {
    margin-top: 7px; }
  #md.light .svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__value,
  #md.light .svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__value a {
    color: #5b606a !important; }
  #md.light .svg-funnel-js .svg-funnel-js__subLabels .svg-funnel-js__subLabel {
    color: #5b606a !important; }
  #md.light .funnel-chart-module .offers-title {
    color: #727882; }
  #md .svg-funnel-js {
    display: inline-block;
    position: relative; }
  #md .svg-funnel-js svg {
    display: block; }
  #md .svg-funnel-js .svg-funnel-js__labels {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: -10px;
    left: 0; }
  #md .svg-funnel-js.svg-funnel-js--vertical .svg-funnel-js__labels {
    flex-direction: column; }
  #md body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #md .svg-funnel-js {
    font-family: "Open Sans", sans-serif; }
  #md .svg-funnel-js .svg-funnel-js__container {
    width: 100%;
    height: 100%; }
  #md .svg-funnel-js .svg-funnel-js__labels {
    width: 100%;
    box-sizing: border-box; }
  #md .svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label {
    flex: 1 1 0;
    position: relative; }
  #md .svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__value {
    font-size: 24px;
    color: #fff;
    margin-bottom: 6px; }
  #md .svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__value a {
    font-size: 24px;
    color: #fff !important;
    margin-bottom: 6px;
    text-decoration: none;
    font-weight: 600 !important; }
  #md .svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__value a:hover {
    text-decoration: underline; }
  #md .svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__value .average,
  #md .svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__percentage .average {
    position: relative;
    display: inline-flex;
    margin-right: 5px;
    margin-top: 5px;
    padding: 2px 10px;
    font-weight: bold;
    border: 1px solid grey;
    border-radius: 5px; }
    #md .svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__value .average .value,
    #md .svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__percentage .average .value {
      font-size: 16px; }
    #md .svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__value .average .tooltip,
    #md .svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__percentage .average .tooltip {
      display: none;
      position: absolute;
      width: 155px;
      left: -52px;
      top: 25px;
      background: #222;
      color: #fff;
      border: 1px solid transparent;
      border-radius: 3px;
      text-align: center;
      font-size: 13px;
      font-weight: 400;
      font-family: "Open Sans", sans-serif;
      padding: 8px 21px;
      transition: opacity 0.3s ease-out; }
    #md .svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__value .average:hover .tooltip,
    #md .svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__percentage .average:hover .tooltip {
      display: block;
      opacity: 0.9; }
  #md .svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__title {
    font-size: 12px;
    font-weight: bold;
    color: #21ffa2; }
  #md .svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__percentage {
    font-size: 16px;
    font-weight: bold;
    color: #9896dc; }
  #md .svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__percentage2 {
    color: #41b377; }
  #md .svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__segment-percentages {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    padding: 8px 24px;
    box-sizing: border-box;
    background-color: rgba(8, 7, 48, 0.8);
    margin-top: 24px;
    opacity: 0;
    transition: opacity 0.1s ease;
    cursor: default; }
  #md .svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__segment-percentages ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #md .svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__segment-percentages ul li {
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    margin: 18px 0;
    padding-right: 30px; }
  #md .svg-funnel-js
.svg-funnel-js__labels
.svg-funnel-js__label
.label__segment-percentages
ul
li
.percentage__list-label {
    font-weight: bold;
    color: #05df9d; }
    #md .svg-funnel-js
.svg-funnel-js__labels
.svg-funnel-js__label
.label__segment-percentages
ul
li
.percentage__list-label.hide {
      display: none; }
  #md .svg-funnel-js
.svg-funnel-js__labels
.svg-funnel-js__label
.label__segment-percentages
ul
li
.percentage__list-label
a {
    font-weight: bold !important;
    color: #05df9d !important; }
  #md .svg-funnel-js
.svg-funnel-js__labels
.svg-funnel-js__label:last-child:hover
.label__segment-percentages {
    opacity: 1; }
  #md .svg-funnel-js:not(.svg-funnel-js--vertical) {
    padding-top: 64px;
    padding-bottom: 16px; }
  #md .svg-funnel-js.withAverages {
    padding-top: 110px; }
  #md .svg-funnel-js:not(.svg-funnel-js--vertical) .svg-funnel-js__label {
    padding-left: 24px; }
  #md .svg-funnel-js:not(.svg-funnel-js--vertical) .svg-funnel-js__label:nth-child(1) {
    padding-left: 0; }
  #md .svg-funnel-js:not(.svg-funnel-js--vertical) .svg-funnel-js__label:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.278431); }
  #md .svg-funnel-js.svg-funnel-js--vertical {
    padding-top: 50px; }
    #md .svg-funnel-js.svg-funnel-js--vertical .svg-funnel-js__labels .svg-funnel-js__label .label__segment-percentages {
      transform: none;
      top: 200px; }
  #md .svg-funnel-js.svg-funnel-js--vertical .svg-funnel-js__label {
    padding-top: 24px; }
  #md .svg-funnel-js.svg-funnel-js--vertical .svg-funnel-js__label:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.278431); }
  #md .svg-funnel-js.svg-funnel-js--vertical .svg-funnel-js__label .label__segment-percentages {
    margin-top: 0;
    margin-left: 106px;
    width: calc(100% - 106px); }
  #md .segment-percentage__list li.hide {
    display: none; }
  #md .svg-funnel-js .svg-funnel-js__subLabels {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    position: absolute;
    width: 100%;
    left: 0; }
  #md .svg-funnel-js .svg-funnel-js__subLabels .svg-funnel-js__subLabel {
    display: flex;
    font-size: 12px;
    color: #fff;
    line-height: 16px; }
    #md .svg-funnel-js .svg-funnel-js__subLabels .svg-funnel-js__subLabel.hide {
      display: none; }
  #md .svg-funnel-js .svg-funnel-js__subLabels .svg-funnel-js__subLabel:not(:first-child) {
    margin-left: 16px; }
  #md .svg-funnel-js .svg-funnel-js__subLabels .svg-funnel-js__subLabel .svg-funnel-js__subLabel--color {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 2px 8px 2px 0; }
  #md .funnel-chart-module .react-section-wrapper .select-box.toggle {
    padding-top: 28px; }
    #md .funnel-chart-module .react-section-wrapper .select-box.toggle input.ios8-switch[type="checkbox"] + label {
      position: relative !important;
      top: -4px !important; }
  #md .funnel-chart-module .react-section-wrapper p.error {
    font-size: 24px;
    color: #8791a0;
    line-height: 110px;
    text-align: center;
    height: 110px; }
  #md .funnel-chart-module .filters {
    display: flex;
    flex-direction: column; }
  #md .funnel-chart-module .form-control {
    margin-left: 1rem !important; }
  #md .funnel-chart-module .top-filters {
    display: flex;
    flex-direction: row; }
  #md .funnel-chart-module .start-from-wrapper {
    order: -1; }
  #md .funnel-chart-module .edit-selections-bar {
    padding-bottom: 5px; }
    #md .funnel-chart-module .edit-selections-bar button.submit {
      top: 56px; }
    #md .funnel-chart-module .edit-selections-bar button.reset {
      top: 55px; }
    #md .funnel-chart-module .edit-selections-bar .with-average .top-filters {
      flex-direction: column;
      gap: 10px; }
    #md .funnel-chart-module .edit-selections-bar .with-average .start-from-wrapper {
      order: 1; }
    #md .funnel-chart-module .edit-selections-bar .with-average button.submit {
      top: 230px; }
    #md .funnel-chart-module .edit-selections-bar .with-average .hide-loose-conversions button.submit {
      top: 150px; }
  #md.light .button--primary:hover,
  #md .light .button--primary:hover {
    background: #82b241; }
  #md.light .button--secondary,
  #md .light .button--secondary {
    color: #5b606a;
    border-color: #5b606a; }
    #md.light .button--secondary:hover,
    #md .light .button--secondary:hover {
      opacity: 0.8; }
  #md.light .button--no-outline,
  #md .light .button--no-outline {
    border: none;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    padding: 0; }
  #md.light .tabs__tab,
  #md .light .tabs__tab {
    color: #353942;
    border-color: #cccccc; }
    #md.light .tabs__tab a,
    #md .light .tabs__tab a {
      display: inline-block;
      width: 100%;
      color: #353942;
      font-weight: 600; }
    #md.light .tabs__tab--active,
    #md .light .tabs__tab--active {
      color: white;
      background-color: #8fc447; }
      #md.light .tabs__tab--active a,
      #md .light .tabs__tab--active a {
        color: white; }
  #md .button {
    height: 40px;
    padding: 8px 12px 10px 12px;
    border-radius: 8px;
    font-weight: 600;
    white-space: nowrap; }
    #md .button--primary {
      color: white;
      background: #8fc447;
      border: none; }
      #md .button--primary:hover {
        background: #55821d; }
      #md .button--primary:disabled {
        cursor: not-allowed;
        opacity: 0.5; }
    #md .button--secondary {
      color: #8791a0;
      border: 1px solid #8791a0;
      background: transparent; }
      #md .button--secondary:hover {
        opacity: 0.8; }
      #md .button--secondary:disabled {
        cursor: not-allowed;
        opacity: 0.5; }
    #md .button--critical {
      color: white;
      background-color: #ff664e;
      border: none; }
      #md .button--critical:hover {
        background-color: #d95742; }
    #md .button--no-outline {
      border: none;
      text-decoration: underline;
      text-decoration-thickness: 1px;
      padding: 0; }
  #md .tabs__list {
    display: flex; }
  #md .tabs__tab {
    width: 190px;
    padding: 6px;
    border: 1px solid #353942;
    background-color: transparent;
    color: #fff;
    opacity: 0.6;
    font-size: 15px;
    font-weight: 600; }
    #md .tabs__tab:first-of-type {
      border-radius: 8px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    #md .tabs__tab:last-of-type {
      border-radius: 8px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    #md .tabs__tab:not(:last-of-type) {
      border-right: none; }
    #md .tabs__tab--active {
      opacity: 1;
      background-color: #8fc447; }
    #md .tabs__tab a {
      padding: 6px;
      font-size: 15px;
      font-weight: 600; }
    #md .tabs__tab:has(a) {
      padding: 0; }
  #md .light .input__label {
    color: #5b606a; }
  #md .light .input__field {
    border-color: #cccccc;
    color: #353942;
    background: rgba(0, 0, 0, 0.02); }
    #md .light .input__field::placeholder {
      color: #353942;
      opacity: 0.8; }
    #md .light .input__field--search {
      background-color: transparent; }
      #md .light .input__field--search ~ .input__icon {
        opacity: 0.8; }
      #md .light .input__field--search:focus ~ .input__icon {
        opacity: 1; }
        #md .light .input__field--search:focus ~ .input__icon--left svg path {
          stroke: #353942; }
        #md .light .input__field--search:focus ~ .input__icon--right svg path {
          fill: #353942; }
  #md .input {
    display: flex;
    flex-direction: column;
    position: relative; }
    #md .input__label {
      margin-bottom: 10px;
      color: white;
      font-weight: 400; }
    #md .input__control {
      position: relative; }
    #md .input__field {
      width: 100%;
      height: 40px;
      padding: 10px 16px;
      background-color: rgba(255, 255, 255, 0.05);
      border: 1px solid #353942;
      border-radius: 4px;
      color: white; }
      #md .input__field::placeholder {
        opacity: 0.8; }
      #md .input__field:hover {
        border-color: #5f6567; }
      #md .input__field:focus {
        opacity: 1;
        border-color: #8fc447; }
      #md .input__field:disabled {
        background-color: #eeeeee;
        cursor: not-allowed; }
      #md .input__field:has(~ .input__icon--right) {
        padding-right: 45px; }
      #md .input__field--search {
        padding-left: 50px;
        background: transparent; }
        #md .input__field--search:focus ~ .input__icon--left svg path {
          stroke: white; }
        #md .input__field--search:focus ~ .input__icon-right svg path {
          fill: white; }
    #md .input__icon {
      position: absolute;
      top: 0;
      height: 100%;
      display: flex;
      align-items: center; }
      #md .input__icon--left {
        left: 16px; }
      #md .input__icon--right {
        right: 16px;
        cursor: pointer; }
  #md .spec-text__title {
    text-transform: uppercase;
    font-size: 0.8em;
    color: #6d788a;
    font-weight: 700; }
  #md .spec-text__value {
    color: #f96248; }
  #md .spec-text__pos {
    color: #35f27c; }
  #md .spec-text__neg {
    color: red; }
  @media print {
    #md header,
    #md .sub-nav-wrapper,
    #md footer,
    #md #scrollTopButton {
      display: none; } }
  #md.light {
    min-width: 1350px;
    background-color: white; }
    #md.light header {
      background-color: #596579; }
    #md.light .tosModal h4 {
      color: white !important; }
    #md.light .git-revision {
      float: right;
      color: black; }
  #md.dark {
    min-width: 1350px; }
  #md .git-revision {
    float: right;
    color: white;
    position: absolute;
    right: 0;
    top: 19px; }
  #md .tosModal {
    background-color: #2b2f38 !important;
    color: white; }
    #md .tosModal button {
      width: 188px;
      height: 43px;
      border-radius: 25px;
      color: #30343d;
      border: none;
      background-color: #befb06;
      float: right; }
    #md .tosModal ul {
      all: revert; }
  #md header {
    background-color: #1a1c22; }
  #md ul {
    padding: 0; }
  #md .custom-scroll-bar::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: #282b32; }
  #md .custom-scroll-bar::-webkit-scrollbar {
    width: 8px;
    background-color: transparent; }
  #md .custom-scroll-bar::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #8fc447;
    border: none; }
  #md .container {
    width: 100%;
    max-width: 1300px; }
  #md .dashboard {
    background: none; }
    #md .dashboard-inner {
      background-color: #262931;
      position: relative; }
      #md .dashboard-inner > section {
        margin-top: 7px; }
  #md .content {
    margin: 0 auto;
    position: relative;
    top: 0;
    overflow: visible; }
    #md .content .wrapper {
      background: transparent; }
  #md .btn-raw-link {
    width: auto;
    height: 43px;
    border-radius: 25px;
    color: #30343d;
    border: none;
    background-color: #6d7076;
    font-weight: 800;
    text-transform: uppercase;
    padding: 12px 20px 0px 20px; }
  #md .btn-kiz-green {
    width: auto;
    height: 43px;
    border-radius: 25px;
    border: none;
    color: #8ac934;
    font-weight: 800;
    text-transform: capitalize;
    padding: 12px 20px 0px 20px;
    background: transparent; }
  #md .ReactModal__Overlay {
    opacity: 0;
    transition: opacity 500ms ease-in-out;
    z-index: 163; }
  #md .ReactModal__Overlay--after-open {
    opacity: 1; }
  #md .ReactModal__Overlay--before-close {
    opacity: 0; }
  #md .ReactModal__Content img {
    width: auto;
    max-width: 100%;
    height: auto; }
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTQ7aC6SjiAOpAWOKfJDfVRY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRdwxCXfZpKo5kWAx_74bHs.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTZ6vnaPZw6nYDxM4SVEMFKg.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTfy1_HTwRwgtl1cPga3Fy3Y.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTfgrLsWo7Jk1KvZser0olKY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTYjoYw3YTyktCCer_ilOlhE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01m4X0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5UYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAoX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEEYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSg7aC6SjiAOpAWOKfJDfVRY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShdwxCXfZpKo5kWAx_74bHs.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSp6vnaPZw6nYDxM4SVEMFKg.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSvy1_HTwRwgtl1cPga3Fy3Y.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSvgrLsWo7Jk1KvZser0olKY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSojoYw3YTyktCCer_ilOlhE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzA7aC6SjiAOpAWOKfJDfVRY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBdwxCXfZpKo5kWAx_74bHs.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzJ6vnaPZw6nYDxM4SVEMFKg.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzPy1_HTwRwgtl1cPga3Fy3Y.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzPgrLsWo7Jk1KvZser0olKY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzIjoYw3YTyktCCer_ilOlhE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hg7aC6SjiAOpAWOKfJDfVRY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hhdwxCXfZpKo5kWAx_74bHs.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hp6vnaPZw6nYDxM4SVEMFKg.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hvy1_HTwRwgtl1cPga3Fy3Y.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hvgrLsWo7Jk1KvZser0olKY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hojoYw3YTyktCCer_ilOlhE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hhampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxkExlR2MysFCBK8OirNw2kM.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxmdsm03krrxlabhmVQFB99s.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxiJ0caWjaSBdV-xZbEgst_k.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxmMSHb9EAJwuSzGfuRChQzQ.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxupRBTtN4E2_qSPBnw6AgMc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxtDnm4qiMZlH5rhYv_7LI2Y.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxtTIkQYohD4BpHvJ3NvbHoA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBvZraR2Tg8w2lzm7kLNL0-w.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBl4sYYdJg5dU2qzJEVSuta0.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBlBW26QxpSj-_ZKm_xT4hWw.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBgt_Rm691LTebKfY2ZkKSmI.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBtDiNsR5a-9Oe_Ivpu8XWlY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBqE8kM4xWR1_1bYURRojRGc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBogp9Q8gbYrhqGlRav_IXfk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxjBFCZ8rkaaoOvHyaB4p1V8.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxs2Ua5FNUHV5nolPhplIfzg.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxn1XrJsKtwhNaJmMXegB1eg.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxtDawAUxQv-nqIa2sHgh1E4.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxo6uqQeO3rRcuZb4avK7jaw.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxkWd5At5A4dPjoTcH8-WMxA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxsiAiQ_a33snTsJhwZvMEaI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxgXaAXup5mZlfK6xRLrhsco.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxlx-M1I1w5OMiqnVF8xBLhU.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxlT7aJLK6nKpn36IMwTcMMc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxgn6Wqxo-xwxilDXPU8chVU.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxsbIQSYZnWLaWC9QNCpTK_U.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxogd9OEPUCN3AdYW0e8tat4.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxv79_ZuUxCigM2DespTnFaw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local("Open Sans Extrabold Italic"), local("OpenSans-ExtraboldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxn6R3Xv-e6B79xl5HkmgNhg.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local("Open Sans Extrabold Italic"), local("OpenSans-ExtraboldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxh0aj4r8o_EFns5janpBDyI.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local("Open Sans Extrabold Italic"), local("OpenSans-ExtraboldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxi6YLLovB_TP0ww2BP_2m6E.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local("Open Sans Extrabold Italic"), local("OpenSans-ExtraboldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxpJkxLuyU7HkgJy3gZf6al0.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local("Open Sans Extrabold Italic"), local("OpenSans-ExtraboldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxjXFJsAmRr-kbJgAcGJdm8k.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local("Open Sans Extrabold Italic"), local("OpenSans-ExtraboldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxsI9ytsQgoRd-8mg6J4vcxU.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local("Open Sans Extrabold Italic"), local("OpenSans-ExtraboldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxmPkvcX8kXDzy1NrkNCBkJ4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }
.btn-fixed:active, .btn-fixed.btn-pressed {
  background-color: #7dad38;
  top: 3px;
  background-image: linear-gradient(bottom, #7dad38 100%, #374d19 0%);
  box-shadow: inset 0px 1px 0px #8fc447, 0px 2px 0px 0px #374d19, 0px 5px 3px #999; }

.btn-fixed:before:active, .btn-fixed.btn-pressed:before {
  top: 50%;
  margin-top: -12px;
  box-shadow: inset 0px 1px 0px #2db300, 0px 3px 0px #19120f, 0px 6px 3px #374d19; }

.btn-fixed:before, .btn-fixed.btn-pressed:active:before {
  margin-top: -9px;
  border-radius: 50%;
  box-shadow: inset 0px 1px 0px #19120f, 0px 1px 0px #bfbfbf; }

.btn-fixed {
  margin-right: 5px;
  margin-left: 5px;
  background-color: gray;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 500 !important;
  color: #fff !important;
  position: relative;
  padding: 7px 50px 7px 20px;
  background-image: linear-gradient(bottom, #7dad38 0%, #8fc447 100%);
  border-radius: 5px;
  box-shadow: inset 0px 1px 0px #bfbfbf, 0px 5px 0px 0px #4d4d4d, 0px 10px 5px #999; }
  .btn-fixed.btn-pressed:active {
    background-color: gray;
    top: 0px;
    background-image: linear-gradient(bottom, #7dad38 0%, #8fc447 100%);
    box-shadow: inset 0px 1px 0px #bfbfbf, 0px 5px 0px 0px #4d4d4d, 0px 10px 5px #999; }
    .btn-fixed.btn-pressed:active i {
      top: 10px; }
  .btn-fixed.btn-pressed i {
    top: 7px; }
  .btn-fixed:active i {
    top: 7px; }
  .btn-fixed:before {
    background-color: #404040;
    font-size: 20px;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%; }
  .btn-fixed i {
    position: absolute;
    right: 18px;
    top: 10px;
    font-size: 14px; }

.mrc-tag {
  padding-left: 10px;
  padding-right: 40px;
  margin-left: 5px;
  margin-right: 0; }
/*!
 * smartbanner.js v1.13.0 <https://github.com/ain/smartbanner.js>
 * Copyright © 2019 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */
.smartbanner{position:absolute;top:0;left:0;overflow-x:hidden;width:100%;height:84px;background:#f3f3f3;font-family:Helvetica, sans, sans-serif}.smartbanner__exit{position:absolute;top:calc(50% - 6px);left:9px;display:block;margin:0;width:12px;height:12px;border:0;text-align:center}.smartbanner__exit::before,.smartbanner__exit::after{position:absolute;width:1px;height:12px;background:#767676;content:' '}.smartbanner__exit::before{transform:rotate(45deg)}.smartbanner__exit::after{transform:rotate(-45deg)}.smartbanner__icon{position:absolute;top:10px;left:30px;width:64px;height:64px;border-radius:15px;background-size:64px 64px}.smartbanner__info{position:absolute;top:10px;left:104px;display:flex;overflow-y:hidden;width:60%;height:64px;align-items:center;color:#000}.smartbanner__info__title{font-size:14px}.smartbanner__info__author,.smartbanner__info__price{font-size:12px}.smartbanner__button{position:absolute;top:32px;right:10px;z-index:1;display:block;padding:0 10px;min-width:10%;border-radius:5px;background:#f3f3f3;color:#1474fc;font-size:18px;text-align:center;text-decoration:none}.smartbanner__button__label{text-align:center}.smartbanner.smartbanner--android{background:#3d3d3d url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);box-shadow:inset 0 4px 0 #88b131}.smartbanner.smartbanner--android .smartbanner__exit{left:6px;margin-right:7px;width:17px;height:17px;border-radius:14px;background:#1c1e21;box-shadow:0 1px 2px rgba(0,0,0,0.8) inset,0 1px 1px rgba(255,255,255,0.3);color:#b1b1b3;font-family:'ArialRoundedMTBold', Arial;font-size:20px;-webkit-font-smoothing:subpixel-antialiased;line-height:17px;text-shadow:0 1px 1px #000}.smartbanner.smartbanner--android .smartbanner__exit::before,.smartbanner.smartbanner--android .smartbanner__exit::after{top:3px;left:8px;width:2px;height:11px;background:#b1b1b3}.smartbanner.smartbanner--android .smartbanner__exit:active,.smartbanner.smartbanner--android .smartbanner__exit:hover{color:#eee}.smartbanner.smartbanner--android .smartbanner__icon{background-color:transparent;box-shadow:none}.smartbanner.smartbanner--android .smartbanner__info{color:#ccc;text-shadow:0 1px 2px #000}.smartbanner.smartbanner--android .smartbanner__info__title{color:#fff;font-weight:bold}.smartbanner.smartbanner--android .smartbanner__button{top:30px;right:20px;padding:0;min-width:12%;border-radius:0;background:none;box-shadow:0 0 0 1px #333, 0 0 0 2px #dddcdc;color:#d1d1d1;font-size:14px;font-weight:bold}.smartbanner.smartbanner--android .smartbanner__button:active,.smartbanner.smartbanner--android .smartbanner__button:hover{background:none}.smartbanner.smartbanner--android .smartbanner__button__label{display:block;padding:0 10px;background:#42b6c9;background:linear-gradient(to bottom, #42b6c9, #39a9bb);box-shadow:none;line-height:24px;text-align:center;text-shadow:none;text-transform:none}.smartbanner.smartbanner--android .smartbanner__button__label:active,.smartbanner.smartbanner--android .smartbanner__button__label:hover{background:#2ac7e1}
/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

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

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-40716998be6f864c0956974c2a8393ccd5f35b3bb28fe445e3b65f88ad82c5c9.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-40716998be6f864c0956974c2a8393ccd5f35b3bb28fe445e3b65f88ad82c5c9.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-76013666e6eb221530a71ec74e7cb1d43bd1536df9a8b51ae9877a9c2ced30b8.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-e8a397aec56f20cb5f2bc8489facada61d4940f6563aa918313e1e4ebc0adec1.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-bd1963fc941ba17e4849ac9ae31e112a0cdd3e714a3689a1bbfb2140067d543c.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-e3165baa7db7f940f295b9bfa8452854dcad6e276caaeddbf2c185b5c5268a5c.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-316f97d0d023546da89758c53942fb09abdf0334598ee45f411ebdb02dc3f99e.png)/*{iconsDefault}*/;
}

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


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

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	-ms-filter: "alpha(opacity=30)"/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*

 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


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


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Accordion 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
/*

 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
/*

 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
/*

 */
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */
/*

 */

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */
/*

 */

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
/*

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

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

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

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Dialog 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
/*

 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
/*

 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

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

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

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
/*

 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
/*

 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
/*

 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

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

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
/*

 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
/*

 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
/*

 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*




















 */
/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*


 */
